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
2019-07-31
Ext2FS: Fix fetching of the major/minor device numbers for st_rdev.
Andreas Kling
2019-07-31
Kernel: Port /proc/PID/fds to JSON
Robin Burchell
2019-07-30
Kernel: fix typo regarding floppy drives in init_stage2
Conrad Pankoff
2019-07-29
Kernel: Oops, forgot to add Lock.cpp.
Andreas Kling
2019-07-29
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
Andreas Kling
2019-07-29
Kernel: Move Lock code out-of-line.
Andreas Kling
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-28
Kernel: Add bounds checking to recognized_symbols in dump_backtrace_impl (#372)
DrewStratford
2019-07-28
Kernel: Expand PATA driver to support multiple hard drives (#365)
Jesse
2019-07-28
Kernel: Convert /proc/PID/vm to JSON.
Andreas Kling
2019-07-28
Kernel: Disallow access to shared buffers we're not allowed to access.
Andreas Kling
2019-07-27
Kernel: Add (expensive) but valuable userspace symbols to stacks.
Andreas Kling
2019-07-25
Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-24
Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-24
Kernel: Simplify PhysicalPage construction.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-22
DevPtsFS: Use String::number() in a place where it makes sense.
Andreas Kling
2019-07-22
Move runnable/non-runnable list control entirely over to Scheduler
Robin Burchell
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Kernel: Remove bitrotted "spawn stress" code.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-21
AK: Run host tests on make
Robin Burchell
2019-07-21
Ext2FS: Put most debug logging behind EXT2_DEBUG.
Andreas Kling
2019-07-21
Process: Fix select/poll EINTR
Robin Burchell
2019-07-21
Scheduler: Allow reentry into block()
Robin Burchell
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-20
Thread: Cleanup m_blocker handling
Robin Burchell
2019-07-20
Finalizer: Don't double-yield
Robin Burchell
2019-07-20
Net: Merge Thread::wait_for_connect into LocalSocket (as the only place that ...
Robin Burchell
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-20
SharedBuffer: Amend commit 2d4d465206d
Robin Burchell
2019-07-19
SharedBuffer: Fix a denial of service
Robin Burchell
2019-07-19
Kernel: Share the "return to ring 0/3 from signal" trampolines globally.
Andreas Kling
2019-07-19
Kernel: Remove accidental use of removed Region::set_user_accessible().
Andreas Kling
2019-07-19
Kernel: Track user accessibility per Region.
Andreas Kling
2019-07-19
Thread: Fix a regression introduced in 80a6df90220981e64e0ca192908163d3a263ffc6
Robin Burchell
2019-07-19
AK: Introduce IntrusiveList
Robin Burchell
2019-07-19
Kernel: Make the Thread::FileDescriptionBlocker constructor protected.
Andreas Kling
2019-07-19
Kernel: Some small refinements to the thread blockers.
Andreas Kling
2019-07-19
Thread: More composition in for_each :)
Robin Burchell
2019-07-19
Scheduler: Remove some raw use of the runnable lists
Robin Burchell
2019-07-19
Process: Now that Thread::for_each are composable, we can reuse them rather t...
Robin Burchell
2019-07-19
Thread: Normalize all for_each constructs to use IterationDecision
Robin Burchell
2019-07-19
Kernel: Only allow superuser to halt() the system (#342)
Jesse
2019-07-19
Kernel: Remove memory allocations from the new Blocker API
Robin Burchell
2019-07-19
Kernel: Remove old block(State) API
Robin Burchell
2019-07-19
Kernel: Restore state strings for block states
Robin Burchell
2019-07-19
Kernel: Rename Condition state to Blocked now we only have one blocking mecha...
Robin Burchell
[next]