Calvin Buckley
|
7e4e092653
Kernel: Add a Linux-style getrandom syscall
|
5 years ago |
Andreas Kling
|
9bb0374d7d
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
|
5 years ago |
Drew Stratford
|
7fc903b97a
Kernel: Add exception_code to RegisterDump.
|
5 years ago |
Andreas Kling
|
3d4ed7f38d
Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an error
|
5 years ago |
Andreas Kling
|
c58d1868cb
Kernel: Fix munmap() bad splitting of already-split Regions
|
5 years ago |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 years ago |
Sergey Bugaev
|
9a41dda029
Kernel: Expose blocking and cloexec fd flags in ProcFS
|
5 years ago |
Andreas Kling
|
2584636d19
Kernel: Fix partial munmap() deallocating still-in-use VM
|
5 years ago |
Andreas Kling
|
7f9a33dba1
Kernel: Make Region single-owner instead of ref-counted
|
5 years ago |
Andreas Kling
|
7a7f6a24e9
Kernel: Fix bitrotted FORK_DEBUG logging code
|
5 years ago |
Andreas Kling
|
bba24b09f7
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
|
5 years ago |
Drew Stratford
|
6e51ebad8c
Kernel: Stop hardcoding syscall in signal trampoline.
|
5 years ago |
Andreas Kling
|
1c692e87a6
Kernel: Move kmalloc() into a Kernel/Heap/ directory
|
5 years ago |
Andreas Kling
|
85d629103d
Kernel: Implement shebang executables ("#!/bin/sh")
|
5 years ago |
Andreas Kling
|
2d1f3ec749
Kernel: fchdir() should fail for non-searchable directories
|
5 years ago |
Mauri de Souza Nunes
|
7d85fc00e4
Kernel: Implement fchdir syscall
|
5 years ago |
Drew Stratford
|
e529042895
Kernel: Remove reduntant kernel/user signal stacks.
|
5 years ago |
Andreas Kling
|
23eafdb8d6
Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child
|
5 years ago |
Andreas Kling
|
ec6bceaa08
Kernel: Support thread-local storage
|
5 years ago |
Drew Stratford
|
95fe775d81
Kernel: Add SysV stack alignment to signal trampoline
|
5 years ago |
Drew Stratford
|
81d0f96f20
Kernel: Use user stack for signal handlers.
|
5 years ago |
Andreas Kling
|
e25ade7579
Kernel: Rename "vmo" to "vmobject" everywhere
|
5 years ago |
Andreas Kling
|
6fe0fa30f2
Kernel: Fix broken passing of String as printf() argument in realpath()
|
5 years ago |
Andreas Kling
|
d720388acf
Kernel: Support partial munmap()
|
5 years ago |
Andreas Kling
|
f5d779f47e
Kernel: Never forcibly page in entire executables
|
5 years ago |
Andreas Kling
|
e29fd3cd20
Kernel: Display virtual addresses as V%p instead of L%x
|
5 years ago |
Rok Povsic
|
18fbe4ac83
Kernel: Add realpath syscall
|
5 years ago |
Andreas Kling
|
32810a920f
Kernel: Implement kill(0, signal)
|
5 years ago |
Andreas Kling
|
06de0e670c
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
|
5 years ago |
Sergey Bugaev
|
acccf9ccda
Kernel: Move device lookup to Device class itself
|
6 years ago |