summaryrefslogtreecommitdiff
path: root/Kernel/build-root-filesystem.sh
AgeCommit message (Expand)Author
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-11Ports: Add preliminary dropbear portYonatan Goldschmidt
2020-05-10Demos: Add LibGfx Demo :^)Linus Groh
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-05LibCore: Add a standard downloads directory (~/Downloads)Andreas Kling
2020-05-02Demos: Add a little "Mouse" demo for showing mouse button statesAndreas Kling
2020-04-29DisplaySettings: Rename from DisplayPropertiesAndreas Kling
2020-04-23Applications: Remove ChanViewer appAndreas Kling
2020-04-19Demos: Add Screensaver demoBrendan Coles
2020-04-18Build: Make sure to create a /home/anon/Desktop directoryAndreas Kling
2020-04-18Demos: Add 3D Cube DemoStephan Unverwerth
2020-04-13Debugger: Add DebugSessionItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-04-11MenuApplets: Rename CPUGraph to ResourceGraphLinus Groh
2020-04-08Kernel: Remove DebugLogDeviceAndreas Kling
2020-04-05Servers: Add a new DHCP clientAnotherTest
2020-03-31Base: Change root user home directory from `/` to `/root`Brendan Coles
2020-03-25Build: Oops, LibJS tests were meant to go in /home/anon/js-testsAndreas Kling
2020-03-25Build: Copy LibJS/Tests into /home/anon/js-testsAndreas Kling
2020-03-21Build: Add FreeBSD support (#1492)BenJilks
2020-03-18Calendar: Implement basic GUI calendar applicationrhin123
2020-03-09Games: Added solitaire to build-root-filesystem.shTill Mayer
2020-02-23Userland+Kernel: Set shutdown/reboot to only be run by the `phys` groupthatlittlegit
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
2020-02-23Demos: Remove silly HelloWorld2 demoAndreas Kling
2020-02-18Base: Rename /dev/psaux to /dev/mouseAndreas Kling
2020-02-17SystemMenu: Add a separate program to host the system menuAndreas 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-09WebServer: Implement a very basic HTTP server :^)Andreas Kling
2020-02-09MenuApplets: Add UserName applet.asliturk
2020-02-03build-root-filesystem.sh: Set umask to 0022Peter Wang
2020-01-09Base: Let's make home directories 700 to keep things private :^)Andreas Kling
2020-01-04Base: Only allow members of the "wheel" group to use /bin/suAndreas Kling
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-04Base: Make /dev/hd{a,b,c,d} superuser-onlyAndreas Kling
2020-01-04Base: Add "tty" group and make /dev/tty* be root:tty mode 610Andreas Kling
2020-01-04Build: Lock down the /mod and /boot directoriesAndreas Kling
2020-01-02Build: add support for building on OpenBSDjoshua stein
2020-01-02Kernel: Move kernel symbols to /res/kernel.map and make it root-onlyAndreas Kling
2020-01-01Build: fix building Kernel/TestModule objectjoshua stein
2020-01-01Demos: Add a dynamic linking demo to show off dlfcn methodsAndrew Kaster
2019-12-31Kernel+ping: Only allow superuser to create SOCK_RAW socketsAndreas Kling
2019-12-27MenuApplets: Add Clock applet, move code from WindowServer to the applet.Hüseyin ASLITÜRK
2019-12-27Build: Allow building serenityOS ext2 root filesystem on macOS hostStefano Cristiano
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-12ProfileViewer: Begin work on a visualization tool for profiles :^)Andreas Kling