summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-05SharedGraphics: Add some useful painting helpers and make use of them.Andreas Kling
2019-02-05Kernel: Add an InterruptFlagSaver helper class.Andreas Kling
2019-02-05WindowServer: Make the window close button look a bit nicer.Andreas Kling
2019-02-05Add a simple close button ("X") to windows.Andreas Kling
2019-02-05Clock: Turns the clock window from guitest2 into a separate program.Andreas Kling
2019-02-05Show the amount of memory in GraphicsBitmaps in /bin/top.Andreas Kling
2019-02-05Rename LizaBold to LizaRegular and LizaBlack to LizaBold.Andreas Kling
2019-02-05WindowServer: Sever the WSWindow/Process link when the process dies.Andreas Kling
2019-02-05Kernel: Invalidate file-backed VMO's when inodes are written.Andreas Kling
2019-02-05FontEditor: Allow specifying which font to edit on the command line.Andreas Kling
2019-02-05AK: Vector::data() shouldn't crash if the vector is empty.Andreas Kling
2019-02-05LizaBlack8x10: Tweak some glyphs.Andreas Kling
2019-02-05mmap all the font files!Andreas Kling
2019-02-05AK: Add bounds assertions in Vector::operator[].Andreas Kling
2019-02-04LizaBlack8x10: Import a very heavy variant of Liza.Andreas Kling
2019-02-04FontEditor: Minor UI improvements.Andreas Kling
2019-02-04Kernel: Ignore SIGCHLD by default.Andreas Kling
2019-02-04Kernel: Process should send SIGCHLD to its parent when it dies.Andreas Kling
2019-02-04LibGUI: Use LightGray as the base UI color.Andreas Kling
2019-02-04LibGUI: Use LizaBold as the default button font.Andreas Kling
2019-02-04LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.Andreas Kling
2019-02-04ProcFS: Fix wrong linkage for /proc/cpuinfo inode.Andreas Kling
2019-02-04LibGUI: GTextBox should only run a caret blink timer when focused.Andreas Kling
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