summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-12SystemMonitor: Add "proc" pledge so we can send signals to processesAndreas Kling
2020-01-12Shell: Fix broken debug logging about waiting on childrenAndreas Kling
2020-01-12Kernel: Put termios debug spam behind TTY_DEBUGAndreas Kling
2020-01-12Kernel: Put some VFS debug spam behind VFS_DEBUGAndreas Kling
2020-01-12Kernel: Put fcntl() debug spam behind DEBUG_IOAndreas Kling
2020-01-12LibDraw: Remove debug spam about loading system themesAndreas Kling
2020-01-12WindowServer: Send key events to menu manager is there is a current menuShannon Booth
2020-01-12WindowServer: Fix non-submenus being closed when set as current menuShannon Booth
2020-01-12WindowServer: Fix incorrect current menu when switching to new itemShannon Booth
2020-01-12WindowServer: Actually don't bring up system menu during move/resizeAndreas Kling
2020-01-12SoundPlayer: Use pledge()Andreas Kling
2020-01-12Help: Use pledge()Andreas Kling
2020-01-12Kernel: Add "video" pledge for accessing framebuffer devicesAndreas Kling
2020-01-12QuickShow: Use pledge()Andreas Kling
2020-01-12Kernel: Disable SMAP protection while capturing profile samplesAndreas Kling
2020-01-12WindowServer: Don't show system menu on Logo KeyUp during move/resizeAndreas Kling
2020-01-12TextEditor: Replace text in find textbox with selection0xtechnobabble
2020-01-12TextEditor: Implement replacement functionality0xtechnobabble
2020-01-11IRCClient: Use pledge()Andreas Kling
2020-01-11TextEditor: Use pledge()Andreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11FileManager: Use pledge()Andreas Kling
2020-01-11LibGUI: Fix assertion failure in GItemView::mouse_up()Andreas Kling
2020-01-11WindowServer: Use pledge()Andreas Kling
2020-01-11ProtocolServer: Use pledge()Andreas Kling
2020-01-11SystemServer: Use pledge()Andreas Kling
2020-01-11AudioServer: Use pledge()Andreas Kling
2020-01-11TTYServer: Use pledge()Andreas Kling
2020-01-11MenuApplets: Use pledge()Andreas Kling
2020-01-11HackStudio: Use pledge()Andreas Kling
2020-01-11Taskbar: Use pledge()Andreas Kling
2020-01-11SystemMonitor: Use pledge()Andreas Kling
2020-01-11SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)Andreas Kling
2020-01-11Terminal: Use pledge()Andreas Kling
2020-01-11ProcFS: Expose process pledge promises in /proc/allAndreas Kling
2020-01-11Browser: Use pledge()Andreas Kling
2020-01-11cat: Use pledge()Andreas Kling
2020-01-11Shell: Use pledge()Andreas Kling
2020-01-11host: Use pledge()Andreas Kling
2020-01-11id: Use pledge()Andreas Kling
2020-01-11ping: Use pledge()Andreas Kling
2020-01-11Kernel: Add pledge() syscall :^)Andreas Kling
2020-01-11WSWindowManager: Improve opening and closing the system menuShannon Booth
2020-01-11WSMenuManager: Fix set_current_menu() not setting the current menuShannon Booth
2020-01-11Base: Document mount(2) and mount(8)Sergey Bugaev
2020-01-11Kernel: Implement bind mountsSergey Bugaev
2020-01-11Base: Apply some filesystem flags by defaultSergey Bugaev
2020-01-11SystemMonitor: Display mount flagsSergey Bugaev
2020-01-11Userland: Support mount flagsSergey Bugaev
2020-01-11Kernel+LibC: Implement a few mount flagsSergey Bugaev