652 Commits (f5011c62c3329f15652a60b6b2300d7e3f570977)

Author SHA1 Message Date
Rich Felker d36751943a use c++-friendly initializers for pthread initializer definitions 14 years ago
Rich Felker 4ce6766a32 add <syscall.h> as an alias for <sys/syscall.h> 14 years ago
Rich Felker 06aec8d715 replace prototype for basename in string.h with non-prototype declaration 14 years ago
Rich Felker 1611ab0d9b add get_current_dir_name function 14 years ago
Rich Felker 414a4cdebc add float_t and double_t to math.h 14 years ago
Rich Felker afc35d5efd replace bad cancellation cleanup abi with a sane one 14 years ago
Rich Felker 570edb19d1 fix typo in inotify.h 14 years ago
Rich Felker 1ba28b90d6 declare basename in string.h when _GNU_SOURCE is defined 14 years ago
Rich Felker a591e0383a revert hacks for types of stdint.h integer constant macros 14 years ago
Rich Felker 36bf56940a more locale_t interfaces (string stuff) and header updates 14 years ago
Rich Felker c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 14 years ago
Rich Felker e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 14 years ago
Rich Felker f4ad36c4bf add deprecated (removed from posix) [efg]cvt() functions 14 years ago
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) 14 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