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-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
2020-01-30
Kernel: Copy "stack" and "mmap" bits when splitting a Region
Andreas Kling
2020-01-30
Kernel: Address validation helpers should take size_t, not ssize_t
Andreas Kling
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
Andreas Kling
2020-01-30
Kernel: Dump backtrace when denying a path because of a veil
Sergey Bugaev
2020-01-29
Kernel: Fail with EFAULT for any address+size that would wrap around
Andreas Kling
2020-01-29
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
Andreas Kling
2020-01-28
BXVGA: Disallow resolutions higher than 4096x2160
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-28
Kernel: Tweak some include statements
Andreas Kling
2020-01-28
Kernel: Remove outdated comment in MemoryManager
Andreas Kling
2020-01-27
Kernel: sys$readlink() should return the number of bytes written out
Andreas Kling
2020-01-27
Kernel: sys$waitpid() only needs the waitee thread in the stopped case
Andreas Kling
2020-01-27
Kernel: Remove SmapDisablers in sys$getsockname() and sys$getpeername()
Andreas Kling
2020-01-27
Kernel: Expose the signal that stopped a thread via sys$waitpid()
Andreas Kling
2020-01-27
Kernel: Disable interrupts while looking into the thread table
Andreas Kling
2020-01-27
Kernel: Remove ancient hack that put the current PID in TSS.SS2
Andreas Kling
2020-01-27
Kernel: Simplify kernel thread stack allocation
Andreas Kling
[next]