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
2020-02-08
Kernel: Make File::truncate() take a u64
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Add KResultOr<T>::result()
Andreas Kling
2020-02-08
Kernel: Cloned shared regions should also be marked as shared
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-08
Ext2FS: Fail with EMFILE if we would overflow i_links_count
Andreas Kling
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-08
IPv4: Send TCP packets right away instead of waiting to "retry"
Andreas Kling
2020-02-08
IPv4: Drop incoming packets on sockets that are shut down for reading
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-02-08
Kernel: Remove two bad FIXME's
Andreas Kling
2020-02-07
Kernel: Fix three broken format strings in Socket::{get,set}sockopt()
Andreas Kling
2020-02-07
Kernel: Truncate addresses stored by getsockname() and getpeername()
Andreas Kling
2020-02-07
Kernel: Allow PS2MouseDevice to read multiple packets
Andreas Kling
2020-02-06
Kernel: memset() all siginfo_t structs after creating them
Andreas Kling
2020-02-06
Kernel: Fix sys$waitid(P_ALL, WNOHANG) return value
Sergey Bugaev
2020-02-05
Kernel Commandline: Change nopci_mmio to be pci_mmio
Liav A
2020-02-05
Kernel Commandline: Change no_vmmouse boot argument to be vmmouse
Liav A
2020-02-05
Kernel Commandline: Remove noacpi & noacpi_aml boot arguments
Liav A
2020-02-05
Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUG
Andreas Kling
2020-02-05
Kernel: Move the VMWare helpers out of the IO namespace
Liav A
2020-02-05
Kernel: Fix vmmouse detection method
Liav A
2020-02-05
Kernel: Add support for high bandwidth IO communication with VMWare
Liav A
2020-02-05
Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it
Sergey Bugaev
2020-02-05
Kernel+LibC: Add some Unix signal types & definitions
Sergey Bugaev
2020-02-04
Kernel: Add support for vmmouse
Liav A
2020-02-04
Kernel: Stub absolute mouse positioning support
Sergey Bugaev
2020-02-03
build-root-filesystem.sh: Set umask to 0022
Peter Wang
2020-02-02
Kernel: Start working on a syscall for logging performance events
Andreas Kling
2020-02-02
Kernel: Remove unnecessary forward declaration in SlabAllocator
Andreas Kling
2020-02-02
Kernel: Update Thread::raw_backtrace() signature to use uintptr_t
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-02-02
Partition Table: Change Script files
Liav A
2020-02-02
Partition Table: Add support for Extended partitions
Liav A
2020-02-02
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-02-01
Partition Table: Allow to boot with a partition number higher than 4
Liav A
2020-02-01
Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]
Liav A
2020-02-01
Kernel: Add -fbuiltin to Kernel CXXFLAGS
Andreas Kling
2020-02-01
Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()
Andreas Kling
2020-02-01
Kernel: Finalizer should not go back to sleep if there's more to do
Andreas Kling
2020-02-01
Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()
Andreas Kling
2020-02-01
Kernel: Allow short writes to DoubleBuffer
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-31
Kernel: Add key_code_count
William McPherson
2020-01-30
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
Andreas Kling
2020-01-30
Kernel: Disallow empty ranges in munmap/mprotect/madvise
Andreas Kling
2020-01-30
Kernel: Add some sanity assertions in RangeAllocator::deallocate()
Andreas Kling
2020-01-30
Kernel: Range::contains() should reject ranges with 2^32 wrap-around
Andreas Kling
2020-01-30
Kernel: Reject non-user address ranges in mmap/munmap/mprotect/madvise
Andreas Kling
[prev]
[next]