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-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
2020-04-13
Thread: Set m_blocker to null in Thread::unblock()
Itamar
2020-04-13
ptrace: Add PT_POKE
Itamar
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-12
Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO
Andreas Kling
2020-04-12
Kernel: Bump the max stack frame count in sample profiles to 50
Andreas Kling
2020-04-11
Kernel: Store previous thread state upon all transitions to Stopped (#1753)
Peter Nelson
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
Kernel: Include the current instruction pointer in profile samples
Andreas Kling
2020-04-11
Kernel: Add $SERENITY_KERNEL_CUSTOM_{CXXFLAGS/LDFLAGS} for build customization
Brian Gianforcaro
2020-04-11
MenuApplets: Rename CPUGraph to ResourceGraph
Linus Groh
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-11
Kernel: Simplify a message in PATAChannel::create()
Liav A
[next]