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-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
2019-08-14
Kernel: Hide PCI logs behind a debug flag like other logs
Conrad Pankoff
2019-08-14
Kernel: Reimplement /proc/pci as JSON, add some more fields
Conrad Pankoff
2019-08-14
Kernel: Add more PCI configuration reading functions
Conrad Pankoff
2019-08-12
Kernel: Show region access bits (R/W/X) in crash dump region lists
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-12
Kernel: Use a CircularQueue for input rather than a DoubleBuffer
Conrad Pankoff
2019-08-12
VirtualConsole: Only consume data from key-down events
Conrad Pankoff
2019-08-12
Kernel: Restore alt+n hijacking for virtual console switching
Conrad Pankoff
2019-08-12
Kernel: Don't forward hijacked keypresses in keyboard driver
Conrad Pankoff
2019-08-12
Server: Add TTYServer, a rudimentary text console manager
Conrad Pankoff
2019-08-12
Kernel: Fix non-DMA writes to IDE drives
Conrad Pankoff
2019-08-12
Kernel: Use established device name and number for framebuffer
Conrad Pankoff
2019-08-12
Kernel: Allow boot without mouse attached by checking for presence
Conrad Pankoff
2019-08-11
ProcFS: Expose local sockets in /proc/net/local
Sergey Bugaev
2019-08-11
Kernel: Customize absolute_path() for more file types
Sergey Bugaev
2019-08-11
Net: Store an acceptor PID alongside the origin PID in a socket
Sergey Bugaev
2019-08-11
Net: Store all the LocalSockets in an InlineLinkedList
Sergey Bugaev
2019-08-11
Net: Add LocalSocket::socket_path()
Sergey Bugaev
2019-08-11
Net: Override LocalSocket::class_name()
Sergey Bugaev
2019-08-11
Net: Fix initializing sockaddr_un.sun_path copy buffers
Sergey Bugaev
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-11
Net: Simplify how LocalSocket tracks open fds
Sergey Bugaev
2019-08-11
Kernel: Fix cloning file descriptions on fork
Sergey Bugaev
[next]