tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibC
/
sys
/
at
master
1 folder
34 files
arch
LibC: Include aarch64 regs.h for AK_ARCH_AARCH64
3 years ago
auxv.cpp
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
4 years ago
auxv.h
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
3 years ago
cdefs.h
LibC: Define offsetof in stddef.h instead of sys/cdefs.h
4 years ago
file.cpp
LibC: Support blocking flock()
3 years ago
file.h
LibC: Implement flock(2) using fcntl's F_SETLK
4 years ago
internals.h
LibC+LibDl: Declare functions taking no arguments as taking void
4 years ago
ioctl.h
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
3 years ago
mman.cpp
LibC: Mark a bunch of functions as cancellation points
3 years ago
mman.h
LibC: Add missing sys/cdefs.h include
3 years ago
param.h
LibC: Add MIN, MAX and howmany macros to sys/param.h
3 years ago
poll.h
LibC: Add <sys/poll.h> as an alias for <poll.h>
4 years ago
prctl.cpp
LibC: Make prctl() a varargs function
4 years ago
prctl.h
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
3 years ago
ptrace.cpp
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
4 years ago
ptrace.h
LibC: Add missing sys/cdefs.h include
3 years ago
resource.h
LibC: Add getpriority() and setpriority() stubs
4 years ago
select.cpp
LibC: Mark a bunch of functions as cancellation points
3 years ago
select.h
Everywhere: Run clang-format
4 years ago
socket.cpp
LibC: Mark a bunch of functions as cancellation points
3 years ago
socket.h
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
3 years ago
stat.h
Kernel+LibC+LibCore: Implement `mkdirat(2)`
3 years ago
statvfs.cpp
Everywhere: Run clang-format
4 years ago
statvfs.h
LibC: Add missing sys/cdefs.h include
3 years ago
sysmacros.h
Everywhere: Add `serenity_dev_{makedev,major,minor}`
4 years ago
time.h
LibC: Add missing sys/cdefs.h include
3 years ago
times.h
LibC: Add missing sys/cdefs.h include
3 years ago
ttydefaults.h
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
3 years ago
types.h
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
4 years ago
uio.cpp
Kernel+LibC+Tests: Implement `pwritev(2)`
3 years ago
uio.h
Kernel+LibC+Tests: Implement `pwritev(2)`
3 years ago
un.h
Kernel+LibC: Share definitions for sys/socket.h and sys/un.h
4 years ago
utsname.h
LibC: Add missing sys/cdefs.h include
3 years ago
wait.cpp
LibC: Mark a bunch of functions as cancellation points
3 years ago
wait.h
LibC: Add missing sys/cdefs.h include
3 years ago