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-26
Kernel: Minor tweak to now() computation
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-26
Kernel: Fix losing PTEs
Tom
2020-08-26
Kernel: Protect looping over VMObject regions
Tom
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-25
Kernel: Optimize SlabAllocator to be lock-free
Tom
2020-08-25
Kernel: Copy command line to a safe place
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-25
Kernel: Fix kmalloc memory corruption
Tom
2020-08-25
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-25
Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8
Luke
2020-08-24
Kernel: Remove strcpy()
Ben Wiederhake
2020-08-23
Kernel: Avoid some allocations in command line parsing (#3213)
Muhammad Zahalqa
2020-08-23
Ext2FS: Fix build with EXT2_DEBUG
Andreas Kling
2020-08-22
Kernel: Stop supporting sprintf
Ben Wiederhake
2020-08-22
Kernel: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
AK+Kernel: Support snprintf
Ben Wiederhake
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Kernel: Make Process::dump_regions() sort the regions before dumping
Andreas Kling
2020-08-22
Kernel: Prevent confusing silent misuse of PCI::Address
Ben Wiederhake
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "Kernel: Fix regression where MemoryManager is initialized twice"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
Revert "Kernel: Copy command line to a safe place"
Andreas Kling
2020-08-22
Revert "Kernel: Make PhysicalPage not movable and use atomic ref counting"
Andreas Kling
2020-08-22
Revert "Kernel: Fix kmalloc memory corruption"
Andreas Kling
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
[next]