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-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-08-30
Kernel: Unbreak building with extra debug macros, part 1
Ben Wiederhake
2020-08-29
FileSystem: Convert file types to DT_* types at a later stage
Itamar
2020-08-28
Ext2FS: Make reported file_type values match up with those in dirent
Itamar
2020-08-28
Kernel: Release page tables when no longer needed
Tom
2020-08-28
Kernel: Remove the enabled concept of IRQ handlers
Liav A
2020-08-28
Kernel: Add and remove explicit keyword where needed
Liav A
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
[next]