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-08-26
Revert "Kernel: Avoid a memcpy() of the whole block when paging in from inode"
Andreas Kling
2019-08-26
Kernel: Never forcibly page in entire executables
Andreas Kling
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev
2019-08-25
FileSystem: Add FIXME about resolve_path bug
Rok Povsic
2019-08-25
Kernel: Add realpath syscall
Rok Povsic
2019-08-25
Kernel: Avoid a memcpy() of the whole block when paging in from inode
Andreas Kling
2019-08-25
Ext2FS: Avoid a String allocation in lookup()
Andreas Kling
2019-08-25
Kernel: Don't create a String every time we look up a Custody by name
Andreas Kling
2019-08-24
TmpFS: Notify any associated InodeVMObject on inode changes
Andreas Kling
2019-08-24
TmpFS: Fix two bugs that broke GCC inside Serenity
Andreas Kling
2019-08-24
Kernel: Fix oversized InodeVMObject after inode size changes
Andreas Kling
2019-08-24
KBuffer: capacity() should return internal capacity, not internal size
Andreas Kling
2019-08-23
Kernel: Give each TTY 1 KB of input buffer
Andreas Kling
2019-08-23
Kernel: Implement kill(0, signal)
Andreas Kling
2019-08-23
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
Andreas Kling
2019-08-22
Kernel: Make Lock::lock() assert early that we're not in the scheduler
Andreas Kling
2019-08-21
Kernel: Remove over-eager const from rtl8139 driver link_up function
Conrad Pankoff
2019-08-21
Kernel: Implement rtl8139 network interface driver
Conrad Pankoff
2019-08-21
Kernel: Implement link status in /proc/net/adapters
Conrad Pankoff
2019-08-21
Kernel: Move DiskDevice::block_size() up to BlockDevice
Andreas Kling
2019-08-19
Kernel: Put debug spam about already-paged-in inode pages behind #ifdef
Andreas Kling
2019-08-18
ProcFS: Expose info about devices in /proc/devices
Sergey Bugaev
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-18
Inspector: Add a GUI tool for viewing a remote process's CObject graph
Andreas Kling
2019-08-18
Kernel: Implement generic VGA device using multiboot info
Conrad Pankoff
2019-08-18
Kernel: Implement generic framebuffer ioctls in BXVGA
Conrad Pankoff
2019-08-18
Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API
Conrad Pankoff
2019-08-18
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
Conrad Pankoff
2019-08-18
Kernel: Disable VGA console in graphical mode
Conrad Pankoff
2019-08-17
Kernel: Make crash dumps look aligned once again
Andreas Kling
2019-08-17
FloppyDiskDevice: Fixed hang on wait_for_irq() (#458)
Jesse
2019-08-17
Kernel: Do the umount() by the guest's root inode identifier
Andreas Kling
2019-08-17
Ext2FS: Clean up prepare_to_unmount() a little bit
Andreas Kling
2019-08-17
Kernel+SystemServer: Mount filesystems and start TTYServer in userspace
Sergey Bugaev
2019-08-17
Kernel: Expose info about source devices of mounts in /proc/df
Sergey Bugaev
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
DevPtsFS: Do not assume there is one of it
Sergey Bugaev
2019-08-17
ProcFS: Do not assume there is one of it
Sergey Bugaev
2019-08-17
IntrusiveList: Make Iterator::operator* return a T&
Andreas Kling
2019-08-17
LocalSocket: Make recvfrom() return 0 to signal EOF when peer is gone
Andreas Kling
2019-08-17
Meta: Fix up clean builds
Andreas Kling
2019-08-17
Meta: Rearrange makeall.sh for more consistent builds
Conrad Pankoff
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel+LibC: Add get_process_name() syscall
Andreas Kling
2019-08-15
Kernel: Add TmpFS
Sergey Bugaev
2019-08-15
Kernel: Stop eagerly loading entire executables
Andreas Kling
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev
2019-08-14
Libraries: Add LibPCIDB for reading PCI device information from pci.ids
Conrad Pankoff
2019-08-14
Userland: Implement simple lspci command
Conrad Pankoff
[next]