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-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
LibIPC: Start fleshing out a separate IPC library
Andreas Kling
2019-08-03
IPCCompiler: Start working on a simple IPC definition language
Andreas Kling
2019-08-03
Kernel+ProcessManager: Add some more info to /proc/PID/fds
Andreas Kling
2019-08-02
Kernel: mount() should fail if the provided device is not a disk device
Andreas Kling
2019-08-02
Kernel: Generalize VFS metadata lookup and use it in mount() and stat()
Andreas Kling
2019-08-02
Kernel: Align the KResult value storage appropriately.
Andreas Kling
2019-08-02
Kernel: Some improvements to the mount syscall
Andreas Kling
2019-08-02
Build: Add /dev/{hda,hdb,hdc,hdd} files
Andreas Kling
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-08-01
Kernel: Clean up thread stacks when a thread dies
Andreas Kling
2019-08-01
Kernel: Delete non-main threads immediately after finalizing them
Andreas Kling
2019-08-01
Scheduler: Fix bitrotted SCHEDULER_RUNNABLE_DEBUG code
Andreas Kling
2019-08-01
Scheduler: Fix deadlock when first scheduling candidate being inspected
Andreas Kling
2019-08-01
ProcFS: Make some use of Vector::empend().
Andreas Kling
2019-08-01
Ext2FS: Make some use of Vector::empend().
Andreas Kling
2019-08-01
ProcFS: Align the buffer used for the CPUID brand string.
Andreas Kling
2019-08-01
Kernel: Remove unnecessary null check in Process::fork()
Andreas Kling
2019-08-01
Kernel+LibC: A lot of the signal handling code was off-by-one.
Andreas Kling
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
[next]