245 Commits (0e195dfaa4902a73179f7ab296d47f01d3518ad3)

Author SHA1 Message Date
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
Rich Felker 80c4dcd253 implement POSIX timers 15 years ago
Rich Felker ef839c73d7 prototype for getpass 15 years ago
Rich Felker ea343364a7 match glibc/lsb cancellation abi on i386 15 years ago
Rich Felker 685e40bb09 syscall overhaul part two - unify public and internal syscall interface 15 years ago
Rich Felker b0e83133e2 add some ioctl stuff to sys/mount.h 15 years ago
Rich Felker d00ff2950e overhaul syscall interface 15 years ago
Rich Felker 56fd65e861 some linux headers useful from user apps. 15 years ago
Rich Felker f5ba2bc9ca various legacy and linux-specific stuff 15 years ago
Rich Felker e18b563821 implement [v]swprintf 15 years ago
Rich Felker 047e434ef5 implement robust mutexes 15 years ago
Rich Felker b446c55b6f remove some old cruft from sys/types.h 15 years ago
Rich Felker d8d19f4d46 pthread.h needs clockid_t 15 years ago
Rich Felker f1821fce81 missing const in some pthread_attr_* prototypes 15 years ago
Rich Felker 81af503610 fix sem_open and sem_close to obey posix semantics 15 years ago
Rich Felker 91f7db2621 fix typos in dirent.h 15 years ago
Rich Felker ac12eb91bd fcntl.h should make availabel the mode constants from sys/stat.h 15 years ago
Rich Felker 5d0d6d9836 add macros for use with d_type extension field in dirent 15 years ago
Rich Felker 7d57e05fa8 add prototypes for pthread_condattr_* and pthread_rwlockattr_* 15 years ago
Rich Felker 03dcc3417c preliminaries to adding POSIX semaphores 15 years ago
Rich Felker a53d2f3425 namespace cleanup in sys/mman.h 15 years ago