summaryrefslogtreecommitdiff
path: root/Kernel/build-root-filesystem.sh
AgeCommit message (Expand)Author
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
2019-06-23QuickShow: Allow panning and zooming the image instead of stretching it.Andreas Kling
2019-06-15LibHTML: Start working on a simple HTML library.Andreas Kling
2019-06-12Demos: Import Fire demo contributed by "pd".Andreas Kling
2019-06-12build-root-filesystem.sh: Create /dev/null, /dev/random, /dev/zero, and /dev/...Larkin Nickle
2019-06-10PaintBrush: Start working on a simple painting application.Andreas Kling
2019-06-08Kernel: Implement serial port driverConrad Pankoff
2019-06-07Base: Let's have "te" as a symlink alias for TextEditor for now.Andreas Kling
2019-06-04Build: Remove grub from default build processConrad Pankoff