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-11-01
Kernel: Reduce code duplication in the PCI IO access read helpers
Liav A
2020-11-01
Kernel: Map PCI devices only once during boot
Liav A
2020-10-31
IPv4: Include IP headers when receiving from a raw socket
Andreas Kling
2020-10-29
Kernel: Report more accurate ticks per second for APIC timer
Tom
2020-10-29
Kernel: Fix APIC timer frequency
Tom
2020-10-26
Kernel: Halt all processors on assertion failure
Tom
2020-10-26
Kernel: Only consider scheduler Running threads if they're the current
Tom
2020-10-26
Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock
Tom
2020-10-26
Kernel: Various APIC timer fixes
Tom
2020-10-26
Kernel: Fix race condition waiting for IPI while other CPU requested halt
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-10-25
Kernel: Optionally take some arguments to pass to the init program
AnotherTest
2020-10-22
TmpFS: Don't allow file names longer than NAME_MAX
Andreas Kling
2020-10-21
IPv4: Take the socket lock more (fixes TCP connection to localhost)
Andreas Kling
2020-10-20
ICMP: Check that incoming ICMP echo requests are large enough
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-18
Kernel: Unbreak /proc/interrupts when running with APIC
Andreas Kling
2020-10-18
Kernel: Tweak strange PAGE_ROUND_UP(1) in APIC code
Andreas Kling
2020-10-16
Kernel: Ensure PhysicalRegion free page hint is within valid range
Tom
2020-10-16
Kernel: Fix sys$join_thread
Itamar
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-12
Kernel+LibC: Use uintptr_t as the main type in the syscall interface
Andreas Kling
2020-10-12
Toolchain: Upgrade to GCC 10.2.0
Andreas Kling
2020-10-12
MemoryManager: Off-by-one error when collecting memory pages.
asynts
2020-10-10
Kernel: Remove FIXME about unsurfaced error and log something
Andreas Kling
2020-10-08
TCP: Remove unnecessarily defined constructor and destructor
Lenny Maiorani
2020-10-08
Kernel: Add some CPU feature flags related to TSC
Nico Weber
2020-10-08
Kernel: Add KBufferBuilder::appendff.
asynts
2020-10-08
SinglyLinkedList: Remove unused includes
Lenny Maiorani
2020-10-07
Ext2FS: Fix block allocation ignoring the very last block group
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
Kernel: Add checks for is_trivially_copyable to copy_to/from_user
Tom
2020-09-28
Kernel: Fix overly eager fd closing in sys$execve()
Andreas Kling
2020-09-28
Kernel: Remove unnecessary capture in sys$execve()
Andreas Kling
2020-09-28
Kernel: Return early in create_inode if name is too long
Luke
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-27
Kernel: Implement _SC_OPEN_MAX
Luke
2020-09-27
Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in ge...
Luke
2020-09-26
Kernel: Allow killing queued threads
Tom
2020-09-26
Kernel: Fix thread joining issues
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-24
Kernel: Remove a whole bunch of unnecessary includes in Process.cpp
Andreas Kling
2020-09-22
AK: Add StringBuilder::appendff using the new format.
asynts
2020-09-22
AK: Remove strtoull dependency from format.
asynts
2020-09-19
Kernel: Remove unnecessary class member in UHCIController
Liav A
2020-09-19
Kernel: Fix assertion statement in GenericInterruptHandler
Liav A
2020-09-19
Kernel: Let InodeWatcher track child inode numbers instead of names
Andreas Kling
2020-09-19
Kernel: Don't assert when reading too little from an InodeWatcher
Andreas Kling
2020-09-19
Kernel: Simplify ProcFS callbacks by using function pointers directly
Tom
[prev]
[next]