265 Commits (030b452b8d6c95be6b6de661aed96e8379d1a80e)

Author SHA1 Message Date
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
Rich Felker 2155afd73e prototype getdtablesize (nonstandard function) 15 years ago
Rich Felker 1db283bf19 add setresuid/setresgid functions (nonstandard) 15 years ago
Rich Felker 06baa2b56c d_fileno alias for d_ino in dirent 15 years ago
Rich Felker 5243e5f160 remove obsolete and useless useconds_t type 15 years ago
Rich Felker 3df3d4f512 fix misspelled PTHREAD_CANCELED constant 15 years ago
Rich Felker a5323c5768 add some missing prototypes for nonstandard functions (strsep, clearenv) 15 years ago
Rich Felker 1c1aa32eea missing prototype for wcscoll (stub) 15 years ago