summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2020-02-20Base: Add a man page for lspcihowar6hill
2020-02-20host: Use ArgsParser to parse arguments, and add man page (#1252)howar6hill
2020-02-20LibGfx+LibGUI: Allow theming the focus outline of AbstractButtonTibor Nagy
2020-02-20LibGfx+LibGUI: Allow theming the text cursorTibor Nagy
2020-02-19Userland: Add userdel program (#1217)howar6hill
2020-02-19Base: Add ruler colors to system themesTibor Nagy
2020-02-18Man: Use ArgsParser to parse argumentshowar6hill
2020-02-17SystemMenu: Finish the implementation and start this at boot :^)Andreas Kling
2020-02-17Base: Add a Minesweeper app icon that's actually 16x16Andreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
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