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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel: Add safe atomic functions
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
Kernel/USB: Move USB related files to into specific directory
Jesse Buhagiar
2021-01-04
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
Andreas Kling
2021-01-02
Kernel: Enable -fstack-protector-strong (again)
Brian Gianforcaro
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Allow to boot from a partition with partition UUID
Liav A
2021-01-01
Meta: Enable RTTI for Userspace programs
Andrew Kaster
2021-01-01
CMake: Remove some trailing whitespace from a few CMakeLists.txt files
Brian Gianforcaro
2020-12-29
Build: Support non-i686 toolchains
meme
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-27
Kernel: Add DiskPartitionMetadata Class
Liav A
2020-12-27
Kernel: Move Partition code files to the Storage folder
Liav A
2020-12-27
Kernel: Introduce the DevFS
Liav A
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
Kernel: Add formatter for VirtualAddress
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-21
Kernel: Introduce the StorageManagement class
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A
2020-12-21
Kernel: Add the DeviceController class in the PCI subsystem
Liav A
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-12
Kernel: Implement an asynchronous device request stack
Tom
2020-11-12
Kernel: Add I8042Controller to detect and manage PS/2 devices
Tom
2020-11-04
Revert "Kernel: Implement an asynchronous device request stack"
Andreas Kling
2020-11-04
Kernel: Implement an asynchronous device request stack
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-10-12
Toolchain: Upgrade to GCC 10.2.0
Andreas Kling
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-22
AK: Remove strtoull dependency from format.
asynts
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-04
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Andreas Kling
2020-09-01
Build: Add some -Wno-unknown-warning-option flags to CXXFLAGS
Andreas Kling
2020-08-30
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
2020-08-15
Meta: Install source files at /usr/src/serenity
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-10
Kernel: Invoke heap constructors separately early on
Tom
2020-08-09
AK: Add a GenericLexer and extend the JsonParser with it (#2696)
Benoît Lormeau
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling
2020-07-05
Kernel: Add Plan9FS :^)
Sergey Bugaev
[next]