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-11-03
Ext2FS: Fix unpopulated block list cache after mkdir()
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-11-03
Kernel: Fick infinite recursion when filling up disk cache
Andreas Kling
2019-11-03
Ext2FS: Use KBuffers for the cached bitmap blocks
Andreas Kling
2019-11-02
Run: Don't repeat common QEMU arguments
Jonathan Archer
2019-11-02
Run: Properly use common memory size
Jonathan Archer
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-11-02
Ext2FS: Resizing an Inode to its current size should do nothing
Andreas Kling
2019-11-02
Ext2FS: Inode resizing should fail with ENOSPC if we lack blocks
Andreas Kling
2019-11-02
Ext2FS: Use the bitmap block caching for Inode bitmaps as well
Andreas Kling
2019-11-02
Ext2FS: Rename get_block_bitmap() => get_bitmap_block()
Andreas Kling
2019-11-02
Ext2FS: Cache block bitmaps instead of always reading/writing disk
Andreas Kling
2019-11-02
Ext2FS: Tidy up code related to the Ext2 super block a bit
Andreas Kling
2019-11-02
Ext2FS: Flush the super block and block group descriptors lazily
Andreas Kling
2019-11-02
TTY: Don't flush input on every character
Andreas Kling
2019-11-01
Kernel: Zero-fill faults should not temporarily enable interrupts
Andreas Kling
2019-11-01
TTY: Flush input on signal character.
Drew Stratford
2019-10-31
Kernel: Add bare minimum for global constructors (#707)
Andrew Kaster
2019-10-31
Kernel: Allow userspace stacks to grow up to 4 MB by default
Andreas Kling
2019-10-30
TTY: Properly implement echo in VirtualConsole.
Drew Stratford
2019-10-29
Kernel: Enabling Text mode debugging (#696)
Liav A
2019-10-29
AK: Allow JsonValue to store 64-bit integers internally
Andreas Kling
2019-10-28
AK: Add String::contains(String)
Andreas Kling
2019-10-28
Kernel: Support passing arguments in shebangged scripts
Karol Baraniecki
2019-10-25
Kernel: FileDescription::is_directory() should not assert !is_fifo()
Andreas Kling
2019-10-24
TTY: MasterPTY should fail to ioctl() if slave is gone
Andreas Kling
2019-10-24
TTY: Forward TIOCGPGRP from MasterPTY to SlavePTY
Andreas Kling
2019-10-24
Kernel: Return error when attempting to read from a directory.
Drew Stratford
2019-10-23
Kernel: Fixed fdc read/write problem
Jesse Buhagiar
2019-10-23
Kernel: Move E2BIG calculation from Thread to Process
Andrew Kaster
2019-10-23
ProcFS: make procfs$pid_fds always returns a valid JSON array.
Drew Stratford
2019-10-23
ProcFS: Check for empty Optional in read_bytes()
Drew Stratford
2019-10-22
Kernel: Update the mtime after a successful InodeFile::write()
Andreas Kling
2019-10-21
HackStudio: Start working on an IDE for SerenityOS
Andreas Kling
2019-10-20
ELF: Fail layout when program header hooks return nullptr (#673)
Andrew Kaster
2019-10-20
TTY: Implement Canonical mode and basic echoing.
Drew Stratford
2019-10-20
Kernel: Move Boot/ into Arch/i386/Boot (#667)
Tidux
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
[prev]
[next]