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
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
2020-07-05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
Sergey Bugaev
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-06-25
Kernel: Replace existing random implementation with Fortuna
Peter Elliott
2020-06-20
Kernel: Remove DMI decoder from the kernel
Andreas Kling
2020-06-13
Kernel: KeyboardDevice, remove char mapping logic
Hüseyin ASLITÜRK
2020-05-29
Ports: Fix CMake-based ports
Paul Redmond
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-22
Kernel: Add convenient ways to map whole BIOS and EBDA into memory
Andreas Kling
2020-05-20
Revert "Kernel: Don't link against libstdc++"
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-20
Kernel: Don't link against libstdc++
Andrew Kaster
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Toolchain/Ports: Update to gcc 10.1.0
Shannon Booth
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev