322 Commits (695111036821f73870d8d7b4ba072368fc8f7941)

Author SHA1 Message Date
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
Rich Felker cac7d837cc fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) 15 years ago
Rich Felker 3f44f298e4 fix prototypes/signature for setgroups, etc. 15 years ago
Rich Felker 0f5b43550c fix incorrect GNU sighandler_t typedef 15 years ago
Rich Felker 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it 15 years ago
Rich Felker 750b738e53 add ptsname_r (nonstandard) and split ptsname (standard) to separate file 15 years ago
Rich Felker c546be175c move bswap functions to static inline in byteswap.h 15 years ago
Rich Felker 0729fd9fd9 utmpx.h is no longer under standards, so expose ut_exit structure 15 years ago
Rich Felker 7ecab79f58 add some traditional aliases to stat.h 15 years ago
Rich Felker 209f2bbd95 add missing rlimit macros 15 years ago
Rich Felker 43b2e9bf26 more types cleanup 15 years ago
Rich Felker 28bde3b787 cleanup types stuff in headers, fix missing u_int*_t in sys/types.h 15 years ago
Rich Felker 2555fe1b6d add some ugly legacy type names in sys/types.h (u_char etc.) 15 years ago
Rich Felker 691b20bec0 add legacy BSD-style timer*() macros in sys/time.h 15 years ago
Rich Felker 4a19634f07 add missing UTIME_* macros in sys/stat.h 15 years ago
Rich Felker 095ad15673 fix typo in sys/msg.h 15 years ago
Rich Felker 2b55a619e4 add IN_LOOPBACKNET constant (nonstandard but in reserved namespace) 15 years ago
Rich Felker 1fee6186fe fix prototype for strsep 15 years ago
Rich Felker 104d013441 fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions 15 years ago
Rich Felker 0438e9fd63 getopt.h is a GNU-getopt-specific header. always expose GNU functions. 15 years ago
Rich Felker 5788d97221 add sysexits.h legacy header 15 years ago
Rich Felker e72180083e add more legacy functions: setlinebuf and setbuffer 15 years ago
Rich Felker 8b61c81693 alternate name for syslog.h 15 years ago
Rich Felker 39e48531ef support the nonstandard err.h interfaces 15 years ago