Age | Commit message (Expand) | Author |
2019-02-04 | Add a /bin/top program for process table monitoring. | Andreas Kling |
2019-02-04 | Terminal: Fix broken parsing of background color escape. | Andreas Kling |
2019-02-04 | Kernel: Process should disassociate from its TTY when it dies. | Andreas Kling |
2019-02-04 | Terminal: Avoid dirtying lines when clearing them has no visual effect. | Andreas Kling |
2019-02-04 | AK: Fix leak in HashTable move assignment operator. | Andreas Kling |
2019-02-03 | Kernel: Add a /proc/all process table dump. | Andreas Kling |
2019-02-03 | Get nyancat nyanning in Serenity. | Andreas Kling |
2019-02-03 | Terminal: Add limited support for 'M' escape sequence (delete line.) | Andreas Kling |
2019-02-03 | Add /dev/{stdin,stdout,stderr} as symlinks to /proc/self/fd/{0,1,2} | Andreas Kling |
2019-02-03 | Kernel: Rewrite ProcFS. | Andreas Kling |
2019-02-03 | LibC: strdup() forgot to allocate space for the null character. | Andreas Kling |
2019-02-03 | SharedGraphics: Font::load_from_file() forgot to close() the font file. | Andreas Kling |
2019-02-03 | Kernel: stat(), fstat() and lstat() didn't return some error codes. | Andreas Kling |
2019-02-03 | Kernel: Oops, I mixed up st_dev and st_rdev in struct stat. | Andreas Kling |
2019-02-03 | Kernel: Add /proc/self, a symlink to the /proc/$PID. | Andreas Kling |
2019-02-03 | LibC: Implement various things to get GNU bc building and running. | Andreas Kling |
2019-02-03 | Ext2FS: Avoid a kmallocation every time we fetch an inode from disk. | Andreas Kling |
2019-02-03 | Terminal: Constrain the cursor inside the terminal rect. | Andreas Kling |
2019-02-03 | Kernel: Increase default userspace stack size to 64 kilobytes. | Andreas Kling |
2019-02-03 | WindowServer: Add some stripes to the window titles. | Andreas Kling |
2019-02-03 | SharedGraphics: Add missing clipping in draw_line(). | Andreas Kling |
2019-02-03 | guitest2: Stop showing the font test window by default. | Andreas Kling |
2019-02-03 | FontEditor: Add text box for editing the font name. | Andreas Kling |
2019-02-03 | Liza8x10: Tweak some glyphs. | Andreas Kling |
2019-02-03 | Kernel: Remove unnecessary assertion in page_in_from_inode(). | Andreas Kling |
2019-02-03 | Kernel: Improve crash info if page_in_from_inode() is called redundantly. | Andreas Kling |
2019-02-03 | Kernel: Let's have cli() and sti() clobber memory. | Andreas Kling |
2019-02-03 | Userland: Make /bin/date pretty-print the date, too. | Andreas Kling |
2019-02-03 | Kernel: When entering page_in_from_inode(), assert that !physical_page. | Andreas Kling |
2019-02-03 | FontEditor: Add a grid to the glyph editor widget. | Andreas Kling |
2019-02-03 | Liza8x10: Tweak some glyphs. | Andreas Kling |
2019-02-03 | Userland: Pretty-print modification times in /bin/ls. | Andreas Kling |
2019-02-03 | Load the default font from disk in the kernel as well. | Andreas Kling |
2019-02-03 | Make font loading use mmap(). | Andreas Kling |
2019-02-02 | Support font files. | Andreas Kling |
2019-02-02 | SharedGraphics: Fix Font.cpp kernel build. | Andreas Kling |
2019-02-02 | Start working on a simple graphical font editor. | Andreas Kling |
2019-02-02 | Add basic automatic dependency management to Makefiles. | Andreas Kling |
2019-02-02 | Remove Editor/ since I wasn't maintaining or trying to develop it. | Andreas Kling |
2019-02-01 | LibC: Add some things needed to build GNU bc. | Andreas Kling |
2019-02-01 | Kernel: VFS::open/create should take base Inode& instead of InodeIdentifier. | Andreas Kling |
2019-02-01 | Kernel: mkdir() should use the containing directory's FS for inode creation. | Andreas Kling |
2019-02-01 | Kernel: mkdir() should fail if the pathname is empty. | Andreas Kling |
2019-02-01 | Terminal: Draw the cursor by reversing foreground/background color. | Andreas Kling |
2019-02-01 | SharedGraphics: Make Painter::fill_rect() respect the current DrawOp. | Andreas Kling |
2019-02-01 | Implement event loop timers. | Andreas Kling |
2019-01-31 | Userland: /bin/ls shouldn't display inode numbers by default. | Andreas Kling |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling |
2019-01-31 | LibC: Add mktime(). | Andreas Kling |
2019-01-31 | Add a simple clock window to guitest2. | Andreas Kling |