337 Commits (141138c41b5b1cbb74c61690c9b6dbacce4e1983)

Author SHA1 Message Date
Rich Felker 147f355cb6 apparently gnu caddr_t is supposed to be char *, not unsigned long 14 years ago
Rich Felker 96e0aca4d5 fix utmp.h mess, try 2 14 years ago
Rich Felker 108fdd3318 fix previous utmp.h junk commit 14 years ago
Rich Felker fa3bbbd453 add some missing junk in utmp.h 14 years ago
Rich Felker 5e9314ff03 add fgetpwent (nonstandard function) 15 years ago
Rich Felker 4619901ec4 add linux setfs[ug]id syscall wrappers 15 years ago
Rich Felker c3db56c4cb remove useless "extern" keywords in headers 15 years ago
Rich Felker 8eb9a3afba fix typo in FPE_FLTUND definition, signal.h 15 years ago
Rich Felker 6a193804a8 add MIN/MAX macros to sys/param.h 15 years ago
Rich Felker 477e72ac4a add legacy futimes and lutimes functions 15 years ago
Rich Felker 26f38328d6 add prlimit syscall wrapper 15 years ago
Rich Felker 4e3df7be8f fix __cplusplus extern "C" closing brace in pty.h (typo?) 15 years ago
Rich Felker 3ed8c9f2df fix all missing instances of __cplusplus checks/extern "C" in headers 15 years ago
Rich Felker 42976cee2d add some missing GNU FNM_* extensions to the header 15 years ago
Rich Felker 03860303c2 fix some details in ugly stuff that doesn't belong in libc 15 years ago
Rich Felker 73f5ff4e86 make [U]INTn_C() macros have the right type... 15 years ago
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