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-11-16
Ext2FS: Minor cleanup, remove an unused function
Andreas Kling
2019-11-16
Kernel: Release the big process lock while yielding in sys$yield()
Andreas Kling
2019-11-15
Kernel: Unbreak SlabAllocator after startup-time constructors
Andreas Kling
2019-11-14
Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker
Andreas Kling
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-14
Kernel: Implement the killpg() syscall
Sergey Bugaev
2019-11-14
Kernel: Unwind kernel stacks before dying
Sergey Bugaev
2019-11-13
run: Unbreak this script when running with a regular Bourne /bin/sh
Andreas Kling
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-13
Kernel: Add a kernel boot parameter to force PIO mode
supercomputer7
2019-11-13
Kernel: Fix failing in can_read()/can_write()
Sergey Bugaev
2019-11-12
Build: Make sure PATH is passed properly (#765)
Dominik Madarász
2019-11-11
Toolchain: Add QEMU build script and improve documentation
Emanuel Sprung
2019-11-11
Launcher: Remove the Launcher app, and all hacks in support of it
Andreas Kling
2019-11-11
Kernel: open() with a zero-length path should fail with EINVAL
Andreas Kling
2019-11-10
Kernel: Use C++ structured bindings to bind syscall parameters
Andreas Kling
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-11-10
Kernel: Process should release its TTY immediately on exit
Andreas Kling
2019-11-09
Kernel: Clear the x86 DF flag when entering the kernel
Andreas Kling
2019-11-09
Kernel: Use a lookup table for syscalls
Andreas Kling
2019-11-09
Kernel+SystemMonitor: Publish can_read/write state for open files
Andreas Kling
2019-11-08
Kernel: Fix the search method of free userspace physical pages (#742)
Liav A
2019-11-08
Kernel: Removing hardcoded offsets from Memory Manager
supercomputer7
2019-11-08
Kernel: Remove debug spam about dump_backtrace() calling itself
Andreas Kling
2019-11-06
Kernel: If a process is interrupted during usleep(), return -EINTR
Andreas Kling
2019-11-06
Kernel: A running process should keep its TTY alive
Andreas Kling
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-06
AK: Remove unused AK::not_implemented()
Andreas Kling
2019-11-06
Kernel: Sort the C++ objects in the Makefile
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-06
Kernel: Remove unnecessary init_ksyms() function
Andreas Kling
2019-11-06
Kernel: Don't instantiate and throw away ProcFS + DevPtsFS on boot
Andreas Kling
2019-11-06
Kernel: Simplify kernel entry points slightly
Andreas Kling
2019-11-06
Kernel: Link with libgcc
Andreas Kling
2019-11-06
Kernel: Don't build with -mregparm=3
Andreas Kling
2019-11-06
Kernel: Use KParams::has() instead of !KParams::get().is_null()
Andreas Kling
2019-11-06
Kernel+SystemServer: Get rid of two virtual consoles
Andreas Kling
2019-11-06
Kernel: Remove unused SynthFS filesystem
Andreas Kling
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-05
run: Unbreak the run script
Andreas Kling
2019-11-05
run: Comment out qemu packet capture
Dan MacDonald
2019-11-04
Janitorial: Have sync.sh sudo automagically
Your Name
2019-11-04
ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)
Andreas Kling
2019-11-04
Ext2FS: Don't uncache inodes while they are being watched
Andreas Kling
2019-11-04
PATAChannel: Alert user when no PCI device is found
Jesse Buhagiar
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-04
Kernel: Don't update fd offset on read/write error
Andreas Kling
2019-11-04
IPv4: Non-blocking IPv4 sockets should return -EAGAIN in recvfrom()
Andreas Kling
2019-11-04
run: Only enable KVM if /dev/kvm is r/w for the current user
Andreas Kling
2019-11-04
Ext2FS: Uncache unused Inodes after flushing contents to disk
Andreas Kling
[next]