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-04-28
Kernel: Make SharedMemory inherit from File.
Andreas Kling
2019-04-28
Ext2FS: Put some debug spam behind EXT2_DEBUG.
Andreas Kling
2019-04-28
Ext2FS: Support shrinking inode to a smaller size.
Andreas Kling
2019-04-28
Kernel: Dump backtrace on user process page fault.
Andreas Kling
2019-04-28
GEventLoop: Don't call process_unprocessed_messages() from itself.
Andreas Kling
2019-04-28
FileDescriptor: Let TTY handle its own absolute_path().
Andreas Kling
2019-04-28
Kernel: Make ProcessTracer inherit from File.
Andreas Kling
2019-04-28
Kernel: Add File, a base class for anything that a FileDescriptor can wrap.
Andreas Kling
2019-04-28
Minesweeper: Add considering feature, where middle clicking marks with '?'
Andreas Kling
2019-04-28
WindowServer: Add 1280x720 resolution to the system menu.
Andreas Kling
2019-04-27
Kernel: Fix rename() sometimes failing to move within the same directory.
Andreas Kling
2019-04-27
LibC: Make the malloc()/free() scrubbing runtime optional (default on.)
Andreas Kling
2019-04-27
LibC: Add dummy pthread.h for GCC build.
Andreas Kling
2019-04-27
LibC: Make fwrite() buffered.
Andreas Kling
2019-04-27
DiskBackedFS: Flush write cache if it reaches 32 entries before sync.
Andreas Kling
2019-04-27
Ext2FS: Fix accidental zero-fill when appending to a file.
Andreas Kling
2019-04-27
LibC: Various stdio correctness fixes.
Andreas Kling
2019-04-27
Kernel: "Succeed" quietly for zero-length read() and write().
Andreas Kling
2019-04-26
GTableView: Ignore double-clicks that hit the header section.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-26
GWindow: Fix crash when calling set_rect() repeatedly.
Andreas Kling
2019-04-26
Minesweeper: Implement some feature requests.
Andreas Kling
2019-04-26
GraphicsBitmap: munmap() pixels on destruction of self-allocating bitmaps.
Andreas Kling
2019-04-26
GWindow: Add resize(width, height) and resize(size).
Andreas Kling
2019-04-26
sh: Remove debug spam during command launch.
Andreas Kling
2019-04-26
Games: Use Makefile.common here too.
Andreas Kling
2019-04-26
LibGUI: Allow subclassing of GLabel.
Andreas Kling
2019-04-26
LibGUI: Track double-clicking per individual mouse button.
Andreas Kling
2019-04-26
sh: Add a simple "export" command for setting environment variables.
Andreas Kling
2019-04-26
LibC: Add execvpe() and make execvp()'ed children inherit environment.
Andreas Kling
2019-04-26
LibCore: Make it possible to create a CFile for an existing file descriptor.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/tr program.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/sort program.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/head program.
Andreas Kling
2019-04-26
LibC: Update stdio stream error state in more places.
Andreas Kling
2019-04-25
Kernel: Don't count kfree(nullptr) as a call to kfree().
Andreas Kling
2019-04-25
sh: Make "cd" jump to the home directory. And also let's set $HOME.
Andreas Kling
2019-04-25
sh: Support erasing a whole word with WERASE (^W).
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
GTableView: Double-click should only activate/edit valid indices.
Andreas Kling
2019-04-25
GTextEditor: Double-clicking on a word should select that word.
Andreas Kling
2019-04-25
Kernel: Add a write cache to DiskBackedFS.
Andreas Kling
2019-04-25
Ext2FS: Reduce debug spam in block allocation.
Andreas Kling
2019-04-25
WindowServer: Ignore title change notifications for non-normal windows.
Andreas Kling
2019-04-25
sh: Add support for redirecting stdin and stdout with < and >.
Andreas Kling
2019-04-25
cat: Just use fd 0 when no arguments are passed.
Andreas Kling
2019-04-25
Kernel: Dump stack trace when kmalloc() fails.
Andreas Kling
2019-04-25
sh: Refactor command parsing into a separate class.
Andreas Kling
2019-04-25
sh: Add basic command piping support.
Andreas Kling
2019-04-25
fgrep: Don't repeat old incoming data if fgets() failed.
Andreas Kling
[next]