summaryrefslogtreecommitdiff
path: root/Kernel/build-root-filesystem.sh
AgeCommit message (Expand)Author
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
2019-12-05MenuApplets: Add CPUGraph, our first menu applet :^)Andreas Kling
2019-12-02Build: Add "sm" as an alias for SystemMonitor for nowAndreas Kling
2019-11-28Kernel: Implement basic module unloading :^)Andreas Kling
2019-11-28Kernel: Implement very simple kernel module loadingAndreas Kling
2019-11-25Demos: Remove "RetroFetch"Andreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-23Applications: Remove unused/unfinished "Downloader" programAndreas Kling
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling
2019-10-13HexEditor: Initial application releaseBrandon Scott
2019-10-05Browser: Start working on a simple browser using LibHTMLAndreas Kling
2019-09-28Applications: Add a new Help appSergey Bugaev
2019-09-28Userland+LibHTML: Add the html commandSergey Bugaev
2019-09-21Build: Let's put the kernel in /boot/kernel for all buildsAndreas Kling
2019-09-16Applications: Add "Welcome" application, inspired by Windows 98Conrad Pankoff
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-04SoundPlayer: Start working on a GUI sound player applicationAndreas Kling
2019-08-18Inspector: Add a GUI tool for viewing a remote process's CObject graphAndreas Kling
2019-08-17Kernel: Added unmount ability to VFSJesse Buhagiar
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-12Server: Add TTYServer, a rudimentary text console managerConrad Pankoff
2019-08-12Kernel: Use established device name and number for framebufferConrad Pankoff
2019-08-10Calculator: Add a simple calculator appSergey Bugaev
2019-08-04ChanViewer: Start working on a simple read-only 4Chan viewerAndreas Kling
2019-08-02Build: Add /dev/{hda,hdb,hdc,hdd} filesAndreas Kling
2019-07-16SystemDialog: Add a new app for showing system dialogs.Andreas Kling
2019-07-13Piano: Start working on a desktop piano.Andreas Kling
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell
2019-07-10Demos: Add a HelloWorld2 demo.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-07-01Build: Remove Userland/qs if we see one lying around.Andreas Kling