summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-20LibC+DynamicLoader: Store the auxiliary vector address at startupItamar
2021-09-18LibC: Don't format strings when asserting with an unstable heapJean-Baptiste Boric
2021-09-16Kernel+LibC: Pack SC_setsockopt_params struct tighterBrian Gianforcaro
2021-09-16Kernel+LibC: Pack SC_accept4_params struct tighterBrian Gianforcaro
2021-09-10LibC: Define RLIM_NLIMITS constantRodrigo Tobar
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-08-27Kernel: Implement ioctl for the SB16 to change sample ratekleines Filmröllchen
2021-08-22LibC: Add <sys/poll.h> as an alias for <poll.h>Peter Elliott
2021-08-22Kernel+LibC: Implement FIONREAD ioctlPeter Elliott
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add FIONREAD to ioctl.hKenneth Myhra
2021-08-14Kernel+LibC: Share definitions for sys/statvfs.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/uio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/ptrace.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/time.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/times.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for utsname.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/wait.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/socket.h and sys/un.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/mman.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for time.h and sys/stat.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions in fcntl.h and sys/types.hAndreas Kling
2021-08-12LibC: Don't delete null check in `gettimeofday`Daniel Bertalan
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-08-08LibC: Fix negation overflow UB in `sys/mman.cpp`Daniel Bertalan
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-07-30LibC: Stub mlock in sys/mmanLuke
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-07-26Kernel: Add option to build with coverage instrumentation and KCOVPatrick Meyer
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-07-25Kernel: Remove unused madvise(MADV_GET_VOLATILE)Andreas Kling
2021-07-25Kernel: Make purgeable memory a VMObject level concept (again)Andreas Kling
2021-07-20LibC: Implement flock(2) using fcntl's F_SETLKPeter Elliott
2021-07-09LibC: Make makedev()/minor()/major() staticAli Mohammad Pur
2021-07-07Kernel: Add keyboard ioctl to get num/caps lock stateEdwin Hoksberg
2021-07-05LibPthread: Reimplement condition variablesSergey Bugaev
2021-07-04WindowServer: Query driver for framebuffer offsetTom
2021-07-04WindowServer: Implement support for combined buffer flipping + flushingTom
2021-07-03LibC: Don't use C++ attribute syntax in C-visible headersDaniel Bertalan
2021-06-29LibC: Add struct keyword to FBRects.rects to make it C compiler safeDiego Garza
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-25Userland: Add FB_FLUSH ioctl for fbdevSahan Fernando
2021-06-16LibC: Make sure the definition for struct timeval is availableGunnar Beutner
2021-06-04LibC: Define `MSG_OOB`Jelle Raaijmakers
2021-05-30LibC: Stub out btowcTim Schumacher
2021-05-23LibC: Use \010 for erasing instead of \0177Daniel Bertalan
2021-05-19LibC: Add functions for the new statvfs syscallsJustin
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner