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-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
2020-09-19
Kernel: Fix KResultOr move semantics
Tom
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
LibC: Convert SO_ constants to enum
Nico Weber
2020-09-17
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-17
Kernel: Unbreak sys$pledge()
Andreas Kling
2020-09-16
Kernel: Return ENOMEM in more places
Luke
2020-09-16
Kernel: Fix kernel crash in get_dir_entries when buffer too small.
asynts
2020-09-16
Kernel: Handle Thread::State::Dead in sys$waitid()
Andreas Kling
2020-09-15
Kernel: Fix thread donation hanging the system
Tom
2020-09-15
Kernel: Don't symbolicate stack traces in IRQ handlers
Tom
2020-09-15
FileSystem: Use OutputMemoryStream instead of BufferStream.
asynts
[next]