Andreas Kling
|
fbeb1ab15b
Kernel: Use a lookup table for syscalls
|
5 年之前 |
Andreas Kling
|
2c693094d9
Kernel: If a process is interrupted during usleep(), return -EINTR
|
5 年之前 |
Andreas Kling
|
083c5f8b89
Kernel: Rework Process::Priority into ThreadPriority
|
5 年之前 |
Andreas Kling
|
49635e62fa
LibELF: Move AK/ELF/ into Libraries/LibELF/
|
5 年之前 |
Andreas Kling
|
4bf1a72d21
Kernel: Teach Region how to remap itself
|
5 年之前 |
Andreas Kling
|
3dce0f23f4
Kernel: Regions should be mapped into a PageDirectory, not a Process
|
5 年之前 |
Andreas Kling
|
2cfc43c982
Kernel: Move region map/unmap operations into the Region class
|
5 年之前 |
Andreas Kling
|
cc68654a44
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
|
5 年之前 |
Karol Baraniecki
|
9131134704
Kernel: Support passing arguments in shebangged scripts
|
5 年之前 |
Drew Stratford
|
489e451cce
Kernel: Return error when attempting to read from a directory.
|
5 年之前 |
Andrew Kaster
|
98c86e5109
Kernel: Move E2BIG calculation from Thread to Process
|
5 年之前 |
Andrew Kaster
|
138abb9098
ELF: Fail layout when program header hooks return nullptr (#673)
|
5 年之前 |
Andreas Kling
|
2f37fa487d
Kernel: Keep TTY names in character buffers instead of Strings
|
5 年之前 |
Calvin Buckley
|
5050f7b5ee
Kernel: Use word-sized entropy as much as possible in syscall
|
5 年之前 |
Calvin Buckley
|
7e4e092653
Kernel: Add a Linux-style getrandom syscall
|
5 年之前 |
Andreas Kling
|
9bb0374d7d
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
|
5 年之前 |
Drew Stratford
|
7fc903b97a
Kernel: Add exception_code to RegisterDump.
|
5 年之前 |
Andreas Kling
|
3d4ed7f38d
Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an error
|
5 年之前 |
Andreas Kling
|
c58d1868cb
Kernel: Fix munmap() bad splitting of already-split Regions
|
5 年之前 |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 年之前 |
Sergey Bugaev
|
9a41dda029
Kernel: Expose blocking and cloexec fd flags in ProcFS
|
5 年之前 |
Andreas Kling
|
2584636d19
Kernel: Fix partial munmap() deallocating still-in-use VM
|
5 年之前 |
Andreas Kling
|
7f9a33dba1
Kernel: Make Region single-owner instead of ref-counted
|
5 年之前 |
Andreas Kling
|
7a7f6a24e9
Kernel: Fix bitrotted FORK_DEBUG logging code
|
5 年之前 |
Andreas Kling
|
bba24b09f7
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
|
5 年之前 |
Drew Stratford
|
6e51ebad8c
Kernel: Stop hardcoding syscall in signal trampoline.
|
5 年之前 |
Andreas Kling
|
1c692e87a6
Kernel: Move kmalloc() into a Kernel/Heap/ directory
|
5 年之前 |
Andreas Kling
|
85d629103d
Kernel: Implement shebang executables ("#!/bin/sh")
|
5 年之前 |
Andreas Kling
|
2d1f3ec749
Kernel: fchdir() should fail for non-searchable directories
|
5 年之前 |
Mauri de Souza Nunes
|
7d85fc00e4
Kernel: Implement fchdir syscall
|
5 年之前 |