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-05-04
Kernel: Add a bit of logging in VMObject::inode_size_changed().
Andreas Kling
2019-05-04
Kernel: Computing the boot timestamp was a bit broken.
Andreas Kling
2019-05-04
IPv4: Rename source/destination in socket classes to local/peer.
Andreas Kling
2019-05-04
IPv4: Save the source address/port together with incoming packet payloads.
Andreas Kling
2019-05-04
sync.sh: Add "-f" option to forcibly regenerate _fs_contents from scratch.
Andreas Kling
2019-05-04
run: Make it easy to override which qemu executable is used.
Andreas Kling
2019-05-04
sync.sh: Don't regenerate _fs_contents from /dev/zero every time.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-03
IPv4: Implement bind() for TCP and UDP sockets.
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-05-02
Kernel: Simplify VMObject::is_anonymous().
Andreas Kling
2019-05-02
Kernel: Remove unused Region::is_bitmap().
Andreas Kling
2019-05-02
Kernel: Emit systrace events for exit, thread_exit and sigreturn.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-05-01
Fix jittery mouse
Mustafa Ali CAN
2019-04-30
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
Andreas Kling
2019-04-29
Kernel: The exit_thread() syscall should unlock the big lock.
Andreas Kling
2019-04-29
Kernel+LibC: Add exit_thread() syscall.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-28
VFS: Also respect the sticky bit of the new parent in rename().
Andreas Kling
2019-04-28
VFS: Implement sticky bit behavior for rename() and unlink().
Andreas Kling
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
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-27
Kernel: Fix rename() sometimes failing to move within the same directory.
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
Kernel: "Succeed" quietly for zero-length read() and write().
Andreas Kling
2019-04-26
LibC: Add execvpe() and make execvp()'ed children inherit environment.
Andreas Kling
2019-04-25
Kernel: Don't count kfree(nullptr) as a call to kfree().
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
Kernel: Dump stack trace when kmalloc() fails.
Andreas Kling
2019-04-25
Kernel: Make it possible to look up FIFO's by ID.
Andreas Kling
2019-04-24
Allow passing extra args to qemu via a SERENITY_EXTRA_QEMU_ARGS env var.
Andreas Kling
2019-04-24
Kernel: Add a comment block about the Device class.
Andreas Kling
2019-04-24
Kernel: Simplify Device::open().
Andreas Kling
2019-04-23
Kernel: Process destruction should destroy all child threads.
Andreas Kling
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-04-23
Build: Pass --gc-sections to the linker in all builds.
Andreas Kling
2019-04-23
Kernel: Make the right shift key work.
Andreas Kling
2019-04-23
Ext2S: Fix off-by-one error in block allocation.
Andreas Kling
2019-04-23
Ext2FS: Bitmaps aren't always at full capacity.
Andreas Kling
2019-04-23
Ext2FS: More bitmap misunderstanding cleanups.
Andreas Kling
[next]