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