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-10-18
Net: Put a bunch of socket debug logging behind FOO_DEBUG
Andreas Kling
2019-10-18
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
Andreas Kling
2019-10-18
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2019-10-18
Kernel: VirtualConsole can use kmalloc_eternal() for permanent stuff
Andreas Kling
2019-10-18
Kernel: Keep TTY names in character buffers instead of Strings
Andreas Kling
2019-10-17
Kernel: Minor cleanup in TCPSocket::send_tcp_packet()
Andreas Kling
2019-10-17
KeyboardDevice: Rename 0xe0 flag for clarity.
Nufflee
2019-10-17
KeyboardDevice: Support whole numpad and Num Lock.
Nufflee
2019-10-17
KeyboardDevice: Implement Caps Lock handling.
Nufflee
2019-10-16
APIC: Enable APIC and start APs
Tom
2019-10-14
Kernel: Remove unused FileBackedDiskDevice class
Andreas Kling
2019-10-13
Kernel: Clarify code that saves FPU state after FNINIT
Andreas Kling
2019-10-13
Kernel: Use word-sized entropy as much as possible in syscall
Calvin Buckley
2019-10-13
Kernel: Add a Linux-style getrandom syscall
Calvin Buckley
2019-10-13
Runner: Enable QEMU's KVM mode by default
Andreas Kling
2019-10-13
Kernel: Fix accidental restore of bogus FPU state after fork
Andreas Kling
2019-10-13
Kernel: Don't leak an FPU state buffer for every spawned thread
Andreas Kling
2019-10-13
HexEditor: Initial application release
Brandon Scott
2019-10-12
AK: Add Atomic.h
Tom
2019-10-10
Kernel: Make SlabAllocator fall back to kmalloc() when slabs run out
Andreas Kling
2019-10-08
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
Andreas Kling
2019-10-08
Kernel: Don't put LocalSocket in SetupState::Completed in bind()
Andreas Kling
2019-10-08
Kernel: Made DiskCache entries a KBuffer
Jesse Buhagiar
2019-10-07
Kernel: Send SIGSEGV on seg-fault
Drew Stratford
2019-10-07
Kernel: Add exception_code to RegisterDump.
Drew Stratford
2019-10-07
PartitionTable: Removing unnecessary declarations from GPT & MBR classes
supercomputer7
2019-10-07
PartitionTable: Initial GPT Support, Adding Block Limit
supercomputer7
2019-10-05
Browser: Start working on a simple browser using LibHTML
Andreas Kling
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
2019-10-02
BXVGADevice: Log a debug message whenever the resolution changes
Andreas Kling
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
2019-10-02
Kernel: Don't update Thread TSS if scheduler tick reschedules it
Andreas Kling
2019-10-02
Ext2FS: Make Ext2FSInode::is_directory() fast
Andreas Kling
2019-10-02
Kernel: Allocate more 8-byte slabs than anything else
Andreas Kling
2019-10-01
Kernel: Defer creation of Region CoW bitmaps until they're needed
Andreas Kling
2019-10-01
Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an error
Andreas Kling
2019-10-01
Kernel: Fix munmap() bad splitting of already-split Regions
Andreas Kling
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-30
Kernel: Make it possible to turn off VM guard pages at compile time
Andreas Kling
2019-09-30
MBVGADevice: Log address/pitch/width/height when created
Andreas Kling
2019-09-30
Kernel: Make DiskBackedFS flush writes if cache is completely dirty
Andreas Kling
2019-09-30
Kernel: Convert the DiskBackedFS write API to take "const u8*"
Andreas Kling
2019-09-30
Kernel: Make DiskBackedFS::read_block() write to client-provided memory
Andreas Kling
2019-09-30
Kernel: Implement a simpler, bigger cache for DiskBackedFS
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-28
Applications: Add a new Help app
Sergey Bugaev
2019-09-28
Userland+LibHTML: Add the html command
Sergey Bugaev
2019-09-28
Libraries: Add LibMarkdown
Sergey Bugaev
2019-09-28
Kernel: Make proper use of the new keep_empty argument
Sergey Bugaev
[next]