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
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Kernel: Fix perfcore filename generation build error
Andreas Kling
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-10
Kernel: Avoid collision between dynamic loader and main program
Itamar
2021-01-10
Kernel: Plumb the elf header of the main program down to Process::load
Itamar
2021-01-10
Kernel: Defer handling of key press events in VirtualConsole
Andrew Kaster
2021-01-10
LibVT: Respect the Negative attribute when drawing text
AnotherTest
2021-01-10
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
Andreas Kling
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-09
Ext2FS: Zero out new space when growing an inode
Andreas Kling
2021-01-09
Ext2FS: Convert dbg() to dbgln()
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
Kernel: Defer switching the paging scope in ptrace(PT_POKE) a little
Andreas Kling
2021-01-09
Kernel: Don't put gratuitous cursing in kernel log
Andreas Kling
2021-01-09
Kernel/USB: Implement test transfer
Jesse Buhagiar
2021-01-09
Kernel/USB: Simplify schedule
Jesse Buhagiar
2021-01-09
Kernel/USB: Ignore shared IRQs
Jesse Buhagiar
2021-01-09
Kernel/USB: Add basic root port detection/management
Jesse Buhagiar
2021-01-09
Kernel/USB: Implement UHCI Data structures
Jesse Buhagiar
2021-01-09
Kernel/USB: Prevent system crash via correct UHCI inititilisation
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB classes into `USB` namespace
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB related files to into specific directory
Jesse Buhagiar
2021-01-06
Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.
Davide Carella
2021-01-05
Kernel: Provide consistent memory stats in ProcFS
Tom
2021-01-04
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
Andreas Kling
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2021-01-03
Kernel+LibELF: Store termination signal in coredump ProcessInfo
Linus Groh
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-03
Kernel+Loader.so: Allow dynamic executables without an interpreter
William Marlow
2021-01-03
Kernel: Fix ProcFS returning Inodes that are being deleted
Tom
2021-01-02
Kernel: Ignore TLB flush requests for user addresses of other processes
Tom
2021-01-02
Kernel: If a VMObject is shared, broadcast page remappings
Tom
2021-01-02
Revert "Kernel: Allocate shared memory regions immediately"
Tom
2021-01-02
Kernel: Allocate shared memory regions immediately
Andreas Kling
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2021-01-02
Kernel: Fix bad VMObject iteration in sys$purge()
Andreas Kling
2021-01-02
Kernel: Enable -fstack-protector-strong (again)
Brian Gianforcaro
2021-01-02
Kernel: Release scheduler_lock in ptrace once we know tracee is stopped
Itamar
2021-01-02
Kernel: Allocate profiling memory upfront
Tom
2021-01-02
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...
Brian Gianforcaro
2021-01-02
Kernel: Make Region::amount_shared() and amount_resident() lazy-aware
Andreas Kling
2021-01-02
Kernel: Fix dirty page map bitmap
Tom
2021-01-01
Kernel: Fix memory corruption when rolling back regions in execve
Tom
[next]