summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2020-01-11Base: Run ProtocolServer as a separate "protocol" userAndreas Kling
2020-01-10chroot: Add a little chroot programAndreas Kling
2020-01-10FileManager: Add a columns viewSergey Bugaev
2020-01-09Base: Add a "lookup" user+group that runs LookupServerAndreas Kling
2020-01-09SystemServer: Allow specifying per-service socket file permissionsAndreas Kling
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2020-01-04Base: Space out some names in app filesJami Kettunen
2020-01-04Base: Add an "audio" group that gets to write to /dev/audioAndreas Kling
2020-01-04Base: Add a "phys" group for users with physical accessAndreas Kling
2020-01-04SystemServer: Explicitly open /dev/null for services without StdIOAndreas Kling
2020-01-04SystemServer: Fetch any extra GIDs and call setgroups() before spawnAndreas Kling
2020-01-04Base: Add "tty" group and make /dev/tty* be root:tty mode 610Andreas Kling
2020-01-03Keymap+Base: Keycode fixes, remove workaroundTibor Nagy
2020-01-02Kernel: Make the purge() syscall superuser-onlyAndreas Kling
2020-01-02Base: Move the modload and modunload command documentation to man8Andreas Kling
2020-01-02Base: Remove "idle" priority note from SystemServer(5)Andreas Kling
2020-01-02Base: Document EPERM error in module_load(2) and module_unload(2)Andreas Kling
2020-01-01Kernel: Disable x86 RDTSC instruction in userspaceAndreas Kling
2020-01-01Kernel: Prevent executing I/O instructions in userspaceAndreas Kling
2020-01-01Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supportedAndreas Kling
2019-12-31Base: Update Finnish keymap with proper AltGr supportJami Kettunen
2019-12-31Base: Add Hungarian keymapTibor Nagy
2019-12-31Crash: Add a "Test All Crash Types" optionShannon Booth
2019-12-30Base: Remove misplaced backtick in syscall(1)Andreas Kling
2019-12-30Base: Add glyph spacing fields to fontsTibor Nagy
2019-12-30Base: Add man page for keymap(1)Jami Kettunen
2019-12-30Base: Add ASCII-friendly fi.jsonJami Kettunen
2019-12-29Base: Add man page for purge(8)Andreas Kling
2019-12-28Base: Add 2x upscaled Liza fontsTibor Nagy
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-27PaintBrush: Add an "ellipse tool"Shannon Booth
2019-12-26PaintBrush: Add a "rectangle tool"Shannon Booth
2019-12-26Base: Add 3x upscaled Liza fontsTibor Nagy
2019-12-26LibDraw: Add MenuBaseText and MenuSelectionText color rolesAndreas Kling
2019-12-26Base: Add Hotdog Stand themeConrad Pankoff
2019-12-25crash: Add "-X" option for attempting to execute non-executable memoryAndreas Kling
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24Userland: Add syscall -l option and man pageMauri de Souza Nunes
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24Base: Describe kernel modules, syscalls, and programsConrad Pankoff
2019-12-24Docs: Add cal(1) man pageAndrés Vieira
2019-12-24Themes: Add a simple "Dark" theme :^)Andreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-16LibHTML: Support the :only-child pseudo classAndreas Kling
2019-12-16LibHTML: Support the :empty pseudo classAndreas Kling
2019-12-16LibHTML: Support the :first-child and :last-child pseudo classesAndreas Kling
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-14ProfileViewer: Show kernel frames with a red icon :^)Andreas Kling
2019-12-11LookupServer: Switch to a more privacy-respecting DNS providerValtteri Koskivuori