summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
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
2021-05-17Kernel+LibC: Support more `termios` settings in TTYDaniel Bertalan
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-09LibC: Add definition for the rlim_t typeGunnar Beutner
2021-05-08LibC: Add stubs for getrlimit()/setrlimit()Gunnar Beutner
2021-05-02LibPthread: Implement pthread_spinlock_t API.Brian Gianforcaro
2021-04-29Kernel: Add MSG_PEEK support for the IPv4SocketJustin
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-26LibC: Add additional data typesPanagiotis Vasilopoulos
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Ports: Fix building opensshGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibDebug: Implement ability to set watchpointsFalseHonesty
2021-04-18Kernel: Add ptrace commands for reading/writing the debug registersFalseHonesty
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17Kernel+LibC: Update struct stat to use struct timespec instead of time_tGunnar Beutner
2021-04-16Kernel: Add some missing socket ioctlssin-ack
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
2021-03-21LibC: Add x86_64 RegistersHendiadyoin1
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibC+LibPthread: Implement pthread_rwlock_*AnotherTest
2021-02-15LibC+LibPthread: Stub out pthread_rwlock_* functionsAnotherTest
2021-02-15Kernel+LibC: Implement readvAnotherTest
2021-02-15Kernel+LibC: Stub out SO_{SND_RCV}BUFAnotherTest
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling