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-08-22
Kernel: Fix kmalloc memory corruption
Tom
2020-08-22
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-22
Kernel: Copy command line to a safe place
Tom
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Fix regression where MemoryManager is initialized twice
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Fix reading RTC
Nico Weber
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-21
Kernel: Fix assertion when releasing contiguous memory region
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-21
Kernel: Add an atomic Singleton class
Tom
2020-08-20
Kernel: Log time in addition to date in RTC startup
Nico Weber
2020-08-20
Kernel: Pack arguments, environment and auxiliary values better
Andreas Kling
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
2020-08-19
Ext2FS: Fix inode link leak on all new inodes
Andreas Kling
2020-08-19
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
Brian Gianforcaro
2020-08-19
Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation
Brian Gianforcaro
2020-08-19
Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211)
Muhammad Zahalqa
2020-08-19
Kernel: Remove an unimplemented function (#3210)
Muhammad Zahalqa
2020-08-19
Kernel: Do not wait before first attempt at locking SpinLock (#3212)
Muhammad Zahalqa
2020-08-18
Kernel: Remove the now-unused FS::DirectoryEntry
Andreas Kling
2020-08-18
Ext2FS: Stop using FS::DirectoryEntry
Andreas Kling
2020-08-18
TmpFS: Stop using FS::DirectoryEntry in TmpFSInode
Andreas Kling
2020-08-18
TmpFS: Avoid unnecessary inode lookup in TmpFSInode::lookup()
Andreas Kling
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-18
Kernel: ProcessorInfo.cpp remove unused headers
Muhammad Zahalqa
2020-08-17
Kernel: Remove unneeded header (#3196)
Muhammad Zahalqa
2020-08-17
Kernel: Bump process thread count to a 32-bit value
Andreas Kling
2020-08-17
Kernel: Don't use copy_from_user() for kernelspace read in perf events
Andreas Kling
2020-08-17
Kernel: Emit ProcFS pledge/veil properties as "N/A" for kernel processes
Brian Gianforcaro
2020-08-17
Kernel: Remove a comment that has been stale since 7a64f55c0f
Nico Weber
2020-08-17
Kernel: Remove strncpy() and strrchr()
Andreas Kling
2020-08-16
Kernel: Switch a comment to GiB
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-15
Kernel: Fix behaviour of PT_TRACEME in ptrace
Itamar
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
Kernel: Briefly resume stopped threads when being killed
Tom
2020-08-14
Kernel: mark kmalloc with attributes
Muhammad Zahalqa
2020-08-13
Kernel: Request random numbers for syscall stack noise in larger chunks (#3125)
Nico Weber
2020-08-13
Kernel: Simplify the way we check for "serial_debug" on command line
Andreas Kling
2020-08-13
Kernel: Remove strdup() since nothing uses it
Andreas Kling
2020-08-13
Kernel: Fix rng regression from bc7a149039
Nico Weber
2020-08-13
Kernel: Don't request a random u32 when all but 5 bits are immediately masked...
Nico Weber
2020-08-12
Kernel: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
Kernel: Group C++ ABI functions together
Ben Wiederhake
2020-08-12
Kernel: Module symbol declarations for type-checking
Ben Wiederhake
2020-08-12
Kernel: Avoid linking errors when calling Kernel API
Ben Wiederhake
[next]