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
/
Devices
Age
Commit message (
Expand
)
Author
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-03-04
Kernel: Create /dev/full with mode 0666
Brendan Coles
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-03-01
Kernel: Fix scrolling up in VMware
Tom
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-17
Kernel: Convert dbgprintf()/klog() => dbgln()/dmesgln() in UHCI code
Andreas Kling
2021-02-15
Kernel: Handle 'Menu' key on PS/2 keyboard
Jean-Baptiste Boric
2021-02-15
Kernel: Ignore unobserved BlockResult from Thread::Sleep
Brian Gianforcaro
2021-02-15
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
Brian Gianforcaro
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Try to detect Sound Blaster 16 before creating an instance
Liav A
2021-02-02
Base: Rename some keymaps to use xx-xx format where appropriate
Linus Groh
2021-02-01
Kernel: Introduce the MemoryDevice
Liav A
2021-02-01
Kernel+LibKeyboard: Define the default keymap only in one place
Ben Wiederhake
2021-02-01
LibKeyboard: Don't assert on failure
Ben Wiederhake
2021-02-01
LibKeyboard+keymap: Support querying the keymap via commandline
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Enable querying the current keymap
Ben Wiederhake
2021-01-28
BXVGADevice+MBVGADevice: Correctly check page-aligned mmaps
Peter Elliott
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-15
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
SinglyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
DoublyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
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-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
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
[next]