index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
sys
Age
Commit message (
Expand
)
Author
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-04
Userland: Locally suppress -Wc99-designator and re-enable globally
Andrew Kaster
2021-12-29
LibC: Make regs.h work with compilers without concepts
Brian Gianforcaro
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
LibC: Stub out munlock()
Idan Horowitz
2021-12-21
LibC: Add POSIX spec comments for select APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for memory management APIs
Brian Gianforcaro
2021-12-21
LibC: Add POSIX spec comments for socket APIs
Brian Gianforcaro
2021-12-12
LibC: Rewrite pselect() as a wrapper for ppoll()
Jean-Baptiste Boric
2021-12-05
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
Ben Wiederhake
2021-12-05
Kernel+strace: Remove unnecessary indirection for PEEK
Ben Wiederhake
2021-12-05
Kernel: Add the SIOCATMARK ioctl request macro
Idan Horowitz
2021-11-21
LibC: Remove commented-out main() prototype from sys/cdefs.h
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctls
Andreas Kling
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-11
LibC: Avoid unnecessary mprotect during program initialization
Ben Wiederhake
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-28
LibC: Change the type of FBProperties' fields from bool to unsigned char
Idan Horowitz
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-09
Kernel: Add ioctl request for getting a storage device's block size
David Isaksson
2021-10-09
Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl request
David Isaksson
2021-10-06
LibC: Fix redeclaration in x86_64/regs.h
Ben Wiederhake
2021-10-06
LibC: Make sure ARCH macro is available before use
Ben Wiederhake
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-20
LibC+DynamicLoader: Store the auxiliary vector address at startup
Itamar
2021-09-18
LibC: Don't format strings when asserting with an unstable heap
Jean-Baptiste Boric
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-10
LibC: Define RLIM_NLIMITS constant
Rodrigo Tobar
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-27
Kernel: Implement ioctl for the SB16 to change sample rate
kleines Filmröllchen
2021-08-22
LibC: Add <sys/poll.h> as an alias for <poll.h>
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-14
LibC: Add stubs for several functions in xattr.h
Kenneth Myhra
2021-08-14
LibC: Add FIONREAD to ioctl.h
Kenneth Myhra
2021-08-14
Kernel+LibC: Share definitions for sys/statvfs.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/uio.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/ptrace.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/time.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/times.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for utsname.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/wait.h
Andreas Kling
[next]