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
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
2021-08-14
Kernel+LibC: Share definitions for sys/socket.h and sys/un.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/mman.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for time.h and sys/stat.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
Andreas Kling
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-08
LibC: Fix negation overflow UB in `sys/mman.cpp`
Daniel Bertalan
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-07-30
LibC: Stub mlock in sys/mman
Luke
2021-07-29
Kernel+LibC: Add linger to sys/sockets.h
Luke
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-20
LibC: Implement flock(2) using fcntl's F_SETLK
Peter Elliott
2021-07-09
LibC: Make makedev()/minor()/major() static
Ali Mohammad Pur
2021-07-07
Kernel: Add keyboard ioctl to get num/caps lock state
Edwin Hoksberg
2021-07-05
LibPthread: Reimplement condition variables
Sergey Bugaev
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-03
LibC: Don't use C++ attribute syntax in C-visible headers
Daniel Bertalan
2021-06-29
LibC: Add struct keyword to FBRects.rects to make it C compiler safe
Diego Garza
[next]