summaryrefslogtreecommitdiff
path: root/Libraries/LibC/sys
AgeCommit message (Expand)Author
2020-02-08Net: Add a basic sys$shutdown() implementationAndreas Kling
2020-02-05LibC: Move struct stat to sys/stat.hjoshua stein
2020-02-05Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap itSergey Bugaev
2020-02-05Kernel+LibC: Add some Unix signal types & definitionsSergey Bugaev
2020-02-05LibC: Fix misplaced braceSergey Bugaev
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-01-27LibC: Add WSTOPSIG macroAndreas Kling
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11Kernel: Use the Syscall string and buffer types moreAndreas Kling
2020-01-02LibC: move in_addr and sockaddr_in to netinet/in.hjoshua stein
2019-12-27LibC+ping: Let's use the traditional timersub() et al prototypesAndreas Kling
2019-12-27LibC: Add timeval operationsMauri de Souza Nunes
2019-12-25Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_tAndreas Kling
2019-12-22LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVEAndreas Kling
2019-12-07LibPthread: Implement simple thread-specific keysAndreas Kling
2019-12-07LibPthread: Implement pthread_mutexattr_init() and _destroy()Andreas Kling
2019-12-07LibPthread: Implement condition variablesAndreas Kling
2019-12-06Kernel: Add getsockopt(SO_PEERCRED) for local socketsAndreas Kling
2019-11-18Kernel+LibPthread: pthread_create handles pthread_attr_tAndrew Kaster
2019-10-13LibC: Add missing u_* typedefs (u_char/u_short)Calvin Buckley
2019-10-11Libc: make library internal includes come from private include namespaceVincent Sanders
2019-10-02Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapterAndreas Kling
2019-09-23IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDRAndreas Kling
2019-09-23LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already definedAndreas Kling
2019-09-19IPv4: Support overriding the default TTL (64)Andreas Kling
2019-08-18Kernel: Add framebuffer ioctls; wrap raw ioctls with a C APIConrad Pankoff
2019-08-18LibC: Move duplicated winsize struct definition into ioctl_numbers.hConrad Pankoff
2019-07-14LibC: Add WIFSTOPPED() macro in <sys/wait.h>.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling