summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2020-02-16LibGUI: Make ResizeCorner theme-awareTibor Nagy
2020-02-15Welcome: 'Welcome to Serenity' -> 'Welcome to SerenityOS'thatlittlegit
2020-02-15Welcome: Add icons to welcome entriesthatlittlegit
2020-02-15Base: Add documentation for the welcome.txt formatthatlittlegit
2020-02-15Welcome: Add some more pages for Development and Multimediathatlittlegit
2020-02-15Welcome: Separate text from source code by parsingthatlittlegit
2020-02-15Base: Add inactive selection colors to the system themesTibor Nagy
2020-02-10WindowServer: Move applet code from MenuManager to AppletManager.asliturk
2020-02-09WebServer: Implement a very basic HTTP server :^)Andreas Kling
2020-02-09WindowServer: Remove username from MenuManager.Hüseyin ASLITÜRK
2020-02-07Base: Add man page for posix_openpt(3)Andreas Kling
2020-02-02Userland: useradd utilityJesse Buhagiar
2020-01-29Base: Remove two unused iconsAndreas Kling
2020-01-26LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"Andreas Kling
2020-01-23Base: Note in pledge(2) man page which promises are extensionsAndreas Kling
2020-01-21Base: Add Nord themeAtilla Lonny
2020-01-18Kernel: Do not return ENOENT for unresolved symbolsSergey Bugaev
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-14man: Fix minor inconsistencies in pledge(2) man pageBrian Gianforcaro
2020-01-13LibDraw+LibHTML: Make link colors themeableAndreas Kling
2020-01-12Base: Document new chroot abilitiesSergey Bugaev
2020-01-12Kernel+Base: Mount root as nodev,nosuidSergey Bugaev
2020-01-12Base: Tweak language in pledge(2) man pageAndreas Kling
2020-01-12Base: Add a man page about pledge(2)Andreas Kling
2020-01-11Base: Document mount(2) and mount(8)Sergey Bugaev
2020-01-11Base: Apply some filesystem flags by defaultSergey Bugaev
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