index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
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-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
Implement event loop timers.
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
Kernel: Make Process a Weakable class.
Andreas Kling
2019-01-31
Kernel: Include absolute paths of mount points in /proc/mounts
Andreas Kling
2019-01-31
Add uid and gid to CharacterDevices.
Andreas Kling
2019-01-31
Make stat() work on device files again.
Andreas Kling
2019-01-31
Ext2FS: Remove an unnecessary heap allocation in create_inode().
Andreas Kling
2019-01-31
Kernel: Actually zero-fill eagerly committed regions.
Andreas Kling
2019-01-31
Remove the last remaining #ifndef SERENITY blocks.
Andreas Kling
2019-01-30
Add support for keyboard arrow keys.
Andreas Kling
2019-01-30
Rename the default user to "anon" and give him a home directory.
Andreas Kling
2019-01-30
Kernel: Don't try to dump invalid code memory in page fault handler.
Andreas Kling
2019-01-30
LibGUI: Implement destroying individual windows without exiting the process.
Andreas Kling
2019-01-30
Destroy all remaining windows in a process when it dies.
Andreas Kling
2019-01-30
Fix dumb bug in HashTable::clear().
Andreas Kling
2019-01-30
Let the slave PTY keep the master PTY alive.
Andreas Kling
2019-01-30
Kernel: select() should fail with EBADF if any set contains an invalid fd.
Andreas Kling
2019-01-30
Deallocate PTY's when they close.
Andreas Kling
2019-01-30
Add a String::format() and use that in place of ksprintf() in the Kernel.
Andreas Kling
2019-01-30
Add a /dev/pts filesystem and make PTY allocation dynamic.
Andreas Kling
2019-01-29
Implement basic chmod() syscall and /bin/chmod helper.
Andreas Kling
2019-01-28
VFS: Resolve FIXME in Inode::read_entire() about using dynamic allocation.
Andreas Kling
2019-01-28
Kernel: Remove outdated FIXME.
Andreas Kling
2019-01-28
Expose the kernel log buffer through /proc/dmesg.
Andreas Kling
2019-01-28
Add support for removing directories.
Andreas Kling
2019-01-28
.bochsrc: Toggle mouse grab with ctrl-alt (works nicer on 1-button mice.)
Andreas Kling
2019-01-27
Kernel: Unbreak symbolication yet another time.
Andreas Kling
2019-01-27
Kernel: Move RAM size detection to MemoryManager and use what we learn.
Andreas Kling
2019-01-27
Make buttons unpress when the cursor leaves the button rect.
Andreas Kling
2019-01-27
Userland: Make a simple /bin/cp for copying files.
Andreas Kling
2019-01-27
Make .bochsrc work with the stock Bochs on Ubuntu.
Andreas Kling
2019-01-26
LibGUI: Start bringing up GTextBox in the standalone world.
Andreas Kling
2019-01-26
WindowServer: Rename the two painting phases.
Andreas Kling
2019-01-26
WindowServer: More event -> message renaming.
Andreas Kling
2019-01-26
WindowServer: Rename WSEvent to WSMessage.
Andreas Kling
2019-01-26
Refactor GUI rendering model to be two-phased.
Andreas Kling
2019-01-25
Let's not auto-start guitest. guitest2 is so much more useful.
Andreas Kling
2019-01-25
Keyboard: Shift+backspace should generate backspace character.
Andreas Kling
2019-01-25
Kernel: Implement lazy FPU state restore.
Andreas Kling
2019-01-25
Kernel: Fix Syscall.h build when out of context.
Andreas Kling
2019-01-25
Snazz up the windows with some title bar gradients. :^)
Andreas Kling
2019-01-25
Terminal: Redraw entire line if any of its characters are dirty.
Andreas Kling
2019-01-25
Kernel: Fix incorrect EFAULTs when syscall would write into COW pages.
Andreas Kling
2019-01-25
Kernel: Dump registers and code on ring0 page fault.
Andreas Kling
[next]