173 Commits (74cc7c69f951ad90d1b56b3dde3fddb3fa9516fe)

Author SHA1 Message Date
Rich Felker f0a8d60d32 stupid typo (caused by rather ugly spelling in POSIX..) in aio 15 years ago
Rich Felker 7e14ed1360 fix ctype macros to cast argument to (unsigned) first 15 years ago
Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz 15 years ago
Rich Felker c41a76f58c FD_ISSET must return an int. this is the easiest way. 15 years ago
Rich Felker 1587224ed6 sys/user.h may need stdint.h 15 years ago
Rich Felker 81a5577a86 fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h 15 years ago
Rich Felker 319df20bc9 gnu search.h has struct qelem... 15 years ago
Rich Felker fd9e01e92a fix some header typos 15 years ago
Rich Felker d23a543d8a make stdbool.h conform to c99 15 years ago
Rich Felker 2318207adc fix incorrect include guard in mqueue.h 15 years ago
Rich Felker 32b82cf5cd fix the fsid_t structure to match name of __val 15 years ago
Rich Felker 03a8362930 fix broken siginfo_t with _GNU_SOURCE defined 15 years ago
Rich Felker 114c80f141 fix the definition of struct statvfs to match lsb abi 15 years ago
Rich Felker 8c07f6eac8 add some more siginfo aliases broken software expects... 15 years ago
Rich Felker f780ac5baf cleanup redundancy in bits/signal.h versions 15 years ago
Rich Felker 224c7a376a fix the type of wchar_t on arm; support wchar_t varying with arch 15 years ago
Rich Felker 53431b091b fix broken multi-inclusion guard in sys/reg.h 15 years ago
Rich Felker b0c088ee55 cleanup more bits cruft (sysmacros and socket) 15 years ago
Rich Felker ca8373dfcf more bits junk (tcp.h) 15 years ago
Rich Felker c8175666f2 move invariant netinet/in.h stuff out of bits/in.h 15 years ago
Rich Felker 3f72cdac73 overhaul clone syscall wrapping 15 years ago
Rich Felker 71f7a3c2ce implement ptrace syscall wrapper (untested) 15 years ago
Rich Felker 4da289e1b3 fix return types for aio_read and aio_write again 15 years ago
Rich Felker 13cd969552 fix various errors in function signatures/prototypes found by nsz 15 years ago
Rich Felker fd408d27a0 fix prototypes for aio_read and aio_write 15 years ago
Rich Felker fb80e047cc implement gnu sigisemptyset 15 years ago
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