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