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-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
2019-11-04
Kernel: Reorganize memory layout a bit
Andreas Kling
2019-11-04
Kernel: Fix bug in Thread::dispatch_signal().
Drew Stratford
2019-11-04
Thread.cpp: add method get_RegisterDump_from_stack().
Drew Stratford
2019-11-04
Kernel: Tweak some outdated kprintfs in Region
Andreas Kling
2019-11-04
Kernel: Move page fault handling from MemoryManager to Region
Andreas Kling
2019-11-04
Kernel: Don't expose a region's page directory to the outside world
Andreas Kling
2019-11-04
Kernel: Remove Region API's for setting/unsetting the page directory
Andreas Kling
2019-11-04
Kernel: Fix weird Region constructor that took nullable RefPtr<Inode>
Andreas Kling
2019-11-04
Kernel: Merge MemoryManager::map_region_at_address() into Region::map()
Andreas Kling
2019-11-03
Kernel: Fix bad setup of CoW faults for offset regions
Andreas Kling
2019-11-03
Kernel: Set the G (global) bit for kernel page tables
Andreas Kling
2019-11-03
Kernel: Teach Region how to remap itself
Andreas Kling
2019-11-03
Kernel: Regions should be mapped into a PageDirectory, not a Process
Andreas Kling
2019-11-03
Kernel: Move region map/unmap operations into the Region class
Andreas Kling
[next]