summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-18rmdir: Use pledge()Andreas Kling
2020-02-18mkdir: Use pledge()Andreas Kling
2020-02-18stat: Use pledge()Andreas Kling
2020-02-18ps: Use pledge() and unveil()Andreas Kling
2020-02-18top: Use pledge() and unveil()Andreas Kling
2020-02-18Kernel: Use a FixedArray for a process's extra GIDsAndreas Kling
2020-02-18LibC: Statically allocate allocatorsSergey Bugaev
2020-02-18Kernel: Add placement new[] operatorSergey Bugaev
2020-02-18Kernel: Purging a page should point it back to the shared zero pageAndreas Kling
2020-02-18WindowServer: Remove unsued MenuManager::menu_selection_color()Shannon Booth
2020-02-17HackStudio: Unbreak the form editor's widget iconsAndreas Kling
2020-02-17SystemMenu: Use pledge() and unveil()Andreas Kling
2020-02-17WindowServer: Remove unveils of /bin and /etc/passwdAndreas Kling
2020-02-17WindowServer: Drop the "exec" pledge promise entirelyAndreas Kling
2020-02-17SystemMenu: Finish the implementation and start this at boot :^)Andreas Kling
2020-02-17WindowServer: Make way for the out-of-process system menuAndreas Kling
2020-02-17LibGUI: Expose GUI::Menu::menu_id() and also allow forced realizationAndreas Kling
2020-02-17Base: Add a Minesweeper app icon that's actually 16x16Andreas Kling
2020-02-17SystemMenu: Add a separate program to host the system menuAndreas Kling
2020-02-17AudioServer: Remove ASEventLoop class and do all the setup in main()Andreas Kling
2020-02-17SystemDialog: Use Yes/No dialog instead of OK/Cancelthatlittlegit
2020-02-17TextEditor: Use Yes/No/Cancel for some dialogs when buffer is dirtythatlittlegit
2020-02-17LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxesthatlittlegit
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-17Kernel: Tear down process address space during finalizationAndreas Kling
2020-02-17Kernel: Allow multiple inspectors of a process (in /proc)Andreas Kling
2020-02-16LibGUI: Generate NotificationServer IPC messages during buildAndreas Kling
2020-02-16LibGUI: Generate NotificationServerEndpoint.h if neededAndreas Kling
2020-02-16NotificationServer: Add new notification windows below the lowest oneAndreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-16Piano: Set step property for ADSR slidersTibor Nagy
2020-02-16LibGUI: Add mouse wheel event and step property to SliderTibor Nagy
2020-02-16malloc: Use 64KB blocks (instead of 4KB)Andreas Kling
2020-02-16Kernel+LibC: Allow sys$mmap() callers to specify address alignmentAndreas Kling
2020-02-16AK: Don't construct a String every time we LogStream<< a numberAndreas Kling
2020-02-16Revert "LibC: Implement isblank()"Andreas Kling
2020-02-16chmod: Tweak usage stringAndreas Kling
2020-02-16LibGUI: ItemView painting was not respecting the frame thicknessAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-16LibGfx: Reduce header dependencies of StylePainterAndreas Kling
2020-02-16LibGUI: Render ScrollBar buttons as pressed when they are being pressedTibor Nagy
2020-02-16AK: Fixed a typo in NeverDestroyed.h (#1228)Kaif Mavani
2020-02-16Kernel: Remove SmapDisabler in sys$accept()Andreas Kling
2020-02-16Kernel: Remove SmapDisabler in sys$clock_gettime()Andreas Kling
2020-02-16Kernel: Fix weird whitespace mistake in RangeAllocatorAndreas Kling
2020-02-16LibGUI: Make ResizeCorner theme-awareTibor Nagy
2020-02-16Userland: Use DirIterator in rmShannon Booth