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-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
Andreas Kling
2020-04-28
Kernel: Be a little more defensive when indexing E1000 Rx/Tx buffers
Andreas Kling
2020-04-28
Kernel: Leave VMObject alone on OOM during CoW fault
Andreas Kling
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-27
Kernel: Update TimerQueue next due timer only when necessary
Brian Gianforcaro
2020-04-27
Kernel: Expose timers via a TimerId type
Brian Gianforcaro
2020-04-26
Kernel: Enable timeout support for sys$futex(FUTEX_WAIT)
Brian Gianforcaro
2020-04-26
Kernel: Add timeout support to Thread::wait_on
Brian Gianforcaro
2020-04-26
Kernel: Refactor TimeQueue::add_timer to use timeval
Brian Gianforcaro
2020-04-26
Kernel: Make sys$sethostname() superuser-only
Andreas Kling
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-26
Kernel: Support signaling all processes with pid == -1
Brian Gianforcaro
2020-04-26
Kernel: Implement FUTEX_WAKE of arbitrary count.
Brian Gianforcaro
2020-04-25
LibPthread: implicitly call pthread_exit on return from start routine.
Drew Stratford
2020-04-23
Applications: Remove ChanViewer app
Andreas Kling
2020-04-22
Kernel: Make Process and Thread non-copyable and non-movable
Andreas Kling
2020-04-20
Build: Use the GCC port if building on "SerenityOS" :^)
Andreas Kling
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
2020-04-19
Demos: Add Screensaver demo
Brendan Coles
2020-04-18
Build: Make sure to create a /home/anon/Desktop directory
Andreas Kling
2020-04-18
Kernel: Remove CommandLine::get() in favor of lookup()
Andreas Kling
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-04-18
Kernel: Introduce shared locking mode
Sergey Bugaev
2020-04-18
Kernel: Compactify FileDescrption
Sergey Bugaev
2020-04-18
Demos: Add 3D Cube Demo
Stephan Unverwerth
2020-04-16
Kernel: Fix dumb logic typo in HardwareTimer::handle_irq()
Andreas Kling
2020-04-16
Kernel: Rename HardwareTimer::change_function() => set_callback()
Andreas Kling
2020-04-16
Kernel: Remove "stale callback" concept from time management
Andreas Kling
2020-04-16
Kernel: Rename HardwareTimer::m_function_to_call => m_callback
Andreas Kling
2020-04-16
Kernel: Remove an unnecessary indirection between timer and scheduler
Andreas Kling
2020-04-16
Kernel: Simplify the way we pass HardwareTimers around a bit
Andreas Kling
2020-04-15
Kernel: Refuse to set overflowy resolution values in BXVGADevice
Andreas Kling
2020-04-15
Kernel: Ensure that we receive IRQs in PIO mode when IOAPIC is enabled
Liav A
2020-04-15
Kernel: Restore ATA PIO functionality
Liav A
2020-04-14
Kernel: Don't include null terminator in sys$readlink() result
Sergey Bugaev
2020-04-14
Kernel: Simplify sys$setgroups(0, ...)
Andreas Kling
2020-04-14
Kernel: Remove SmapDisablers in {peek,poke}_user_data()
Andreas Kling
2020-04-14
Kernel: Remove SmapDisablers in sys$ptrace() implementation
Andreas Kling
2020-04-14
Kernel: Fix little mistakes in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
CPU: Handle Debug exception
Itamar
2020-04-13
Kernel: Don't ignore validation result in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
Kernel: Use copy_from_user() in ptrace(PT_PEEK)
Andreas Kling
2020-04-13
Kernel: Switch the first-8MB-of-upper-3GB pseudo mappings to 4KB pages
Andreas Kling
2020-04-13
Debugger: Add DebugSession
Itamar
2020-04-13
ptrace: Report error in PT_PEEK via errno
Itamar
2020-04-13
Process: Fix siginfo for code CLD_STOPPED
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
ptrace: Stop a traced thread when it exists from execve
Itamar
[next]