Timon Kruiper 200e91cd7f Kernel+LibC: Modify aarch64's __mcontext to store registers in an array 2 years ago
..
arch 200e91cd7f Kernel+LibC: Modify aarch64's __mcontext to store registers in an array 2 years ago
auxv.cpp f12da0af13 LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h 3 years ago
auxv.h ad30b8c447 Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API 2 years ago
cdefs.h 39f92fa131 LibC: Define offsetof in stddef.h instead of sys/cdefs.h 3 years ago
file.cpp e80c0bde70 LibC: Support blocking flock() 3 years ago
file.h 2ce8cca7b5 LibC: Implement flock(2) using fcntl's F_SETLK 4 years ago
internals.h b9c753f6f9 LibC+LibDl: Declare functions taking no arguments as taking void 3 years ago
ioctl.h 100fb38c3e Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2 years ago
mman.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 years ago
mman.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago
param.h 577b4c73b0 LibC: Add MIN, MAX and howmany macros to sys/param.h 3 years ago
poll.h ee0c6e1b6d LibC: Add <sys/poll.h> as an alias for <poll.h> 3 years ago
prctl.cpp aa7b6852ce LibC: Make prctl() a varargs function 3 years ago
prctl.h e7142c482a Kernel+Userland: Move prctl numbers header file to Kernel/API directory 2 years ago
ptrace.cpp 70e96fb917 LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall 3 years ago
ptrace.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago
resource.h 380c42c405 LibC: Add getpriority() and setpriority() stubs 3 years ago
select.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 years ago
select.h 086969277e Everywhere: Run clang-format 3 years ago
socket.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 years ago
socket.h f20902deb3 Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS 2 years ago
stat.h eb5389e933 Kernel+LibC+LibCore: Implement `mkdirat(2)` 2 years ago
statvfs.cpp 086969277e Everywhere: Run clang-format 3 years ago
statvfs.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago
sysmacros.h 69cabb3ead Everywhere: Add `serenity_dev_{makedev,major,minor}` 3 years ago
time.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago
times.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago
ttydefaults.h 6b849fc8b1 Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file 2 years ago
types.h 740140a661 Kernel+LibC: Share definitions in fcntl.h and sys/types.h 3 years ago
uio.cpp 9b425b860c Kernel+LibC+Tests: Implement `pwritev(2)` 2 years ago
uio.h 9b425b860c Kernel+LibC+Tests: Implement `pwritev(2)` 2 years ago
un.h b92e6b02e5 Kernel+LibC: Share definitions for sys/socket.h and sys/un.h 3 years ago
utsname.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago
wait.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 years ago
wait.h abc150085f LibC: Add missing sys/cdefs.h include 2 years ago