245 Commits (0e195dfaa4902a73179f7ab296d47f01d3518ad3)

Author SHA1 Message Date
Rich Felker ce17ea6f2c add prototypes for GNU *_unlocked stdio functions 15 years ago
Rich Felker a6540174be add dummied strverscmp (obnoxious GNU function) 15 years ago
Rich Felker d4045a1683 declare alloca in stdlib.h when _GNU_SOURCE is defined 15 years ago
Rich Felker b4de6f93ae implement POSIX asynchronous io 15 years ago
Rich Felker d4fa6f0e08 implement fmemopen 15 years ago
Rich Felker 1461e02757 implement open_wmemstream 15 years ago
Rich Felker b158b32a44 implement open_memstream 15 years ago
Rich Felker adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal 15 years ago
Rich Felker 1f5ff26cd7 fix broken FD_* macros on 64-bit targets 15 years ago
Rich Felker 9205e48609 macro for pthread_equal 15 years ago
Rich Felker 4054a135fc implement forkall 15 years ago
Rich Felker acfd06df17 consistency: use struct __ucontext instead of ucontext_t in prototypes 15 years ago
Rich Felker 6b1d3817cf add missing signalfd flags 15 years ago
Rich Felker 17be829104 fill in junk in stropts.h 15 years ago
Rich Felker a0b56b947a add and consolidate nasty stdio_ext junk 15 years ago
Rich Felker 7640497f5f implement the nonstandard GNU function fpurge 15 years ago
Rich Felker 47e72e10d5 avoid errors in ucontext.h when no feature test macros are defined 15 years ago
Rich Felker 230f1813ad further fixup dlfcn.h 15 years ago
Rich Felker 87a30ce50d match LSB/glibc constants for dynamic loader 15 years ago
Rich Felker febbd12d00 XSI search.h API implementation by Szabolcs Nagy 15 years ago
Rich Felker e8b8f3c90e move all limits that don't vary out of bits/limits.h, into main limits.h 15 years ago
Rich Felker 5a2e74ebd2 copy-paste error in prctl.h 15 years ago
Rich Felker 7f5471529c fix some struct padding to match LSB/glibc ABI where it may be helpful 15 years ago
Rich Felker 32aea2087a duplicate re_nsub in LSB/glibc ABI compatible location 15 years ago
Rich Felker 2697b4e755 add netpacket/packet.h 15 years ago
Rich Felker e0037efc12 isgreater etc. relation macros for math.h 15 years ago
Rich Felker 2b0cedac8d define MQ_PRIO_MAX 15 years ago
Rich Felker ab11386aaa add support for POSIX message queues, except mq_notify 15 years ago
Rich Felker cbf35978a9 use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined 15 years ago
Rich Felker da88b16a22 fix handling of d_name in struct dirent 15 years ago
Rich Felker c74d306f47 missing prototypes for mbsnrtowcs and wcsnrtombs 15 years ago
Rich Felker ddd87b2f10 implement pthread_[sg]etconcurrency. 15 years ago
Rich Felker c97f0d998c initial implementation of posix_spawn 15 years ago
Rich Felker 15b77d52c9 eventfd syscall wrapper and read/write wrappers 15 years ago
Rich Felker 202911435b add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE 15 years ago
Rich Felker def0af1898 use compiler builtins for variadic macros when available 15 years ago
Rich Felker e6bac87d0e correct variadic prototypes for execl* family 15 years ago
Rich Felker b5b41212a6 function signature fix: add const qualifier to mempcpy src arg 15 years ago
Rich Felker 32e2c468ba typo in prototype for mempcpy 15 years ago
Rich Felker d179807f6b prototype for mempcpy 15 years ago
Rich Felker 4b5f054098 move wait.h macros out of bits. they do not vary. 15 years ago
Rich Felker f492c95401 include signal.h to avoid thorny __sigcontext/sigcontext issues 15 years ago
Rich Felker 4921ce0867 implement (nonstandard) forkpty 15 years ago
Rich Felker a3aa89d826 fix O_SYNC definition, cleanup fcntl.h 15 years ago
Rich Felker c2b18f3531 fcntl.h: move macros that do not vary between archs out of bits 15 years ago
Rich Felker 33a3f202d1 add useless type fd_mask. it's in the reserved namespace. 15 years ago
Rich Felker 07e865cc5a numerous fixes to sysv ipc 15 years ago
Rich Felker b5b43b6d62 add syslog.h cruft for syslogd to use... 15 years ago
Rich Felker b778a2ba69 add profile for getmntent_r 15 years ago
Rich Felker 45a3219944 fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it 15 years ago