274 Commits (31eaad4796b9da459b15da70097c2b619fb01ea9)

Author SHA1 Message Date
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
Rich Felker eda8e9da76 implement futimens and utimensat 15 years ago
Rich Felker b1b465c438 cleanup namespace in sys/time.h 15 years ago
Rich Felker f2374ed852 implement fexecve 15 years ago
Rich Felker 2a195dd31c fix missing prototype for strsignal 15 years ago
Rich Felker 73d310e1d2 apply feature test protection to memccpy 15 years ago
Rich Felker 46b99426e1 prototypes for GNU asprintf/vasprintf 15 years ago
Rich Felker f552c792c7 include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is defined 15 years ago
Rich Felker b1b752372f fix typo in inotify structure 15 years ago
Rich Felker eee150f39c make real symbols for the legacy (nonstandardized) utmp functions 15 years ago
Rich Felker d6a1e0c79e resolve some header namespace non-issues 15 years ago
Rich Felker 855df698c4 move the GNU siginfo renaming so it doesn't lead to mismatching names 15 years ago
Rich Felker 2b43ef8fc7 make sys/param.h not depend on PATH_MAX and NAME_MAX 15 years ago
Rich Felker 5316d083ec fix typo in wordexp.h (note that the function is still unimplemented) 15 years ago
Rich Felker 095a5ae6f2 add syscall wrappers for inotify 15 years ago
Rich Felker 52874c82a8 prototype wait3 and wait4 15 years ago
Rich Felker b386d81862 prototypes for brk and sbrk 15 years ago
Rich Felker ad2fe25041 support the ugly and deprecated ucontext and sigcontext header stuff... 15 years ago
Rich Felker e9417fffb3 add pthread_atfork interface 15 years ago
Rich Felker d5ca067c7b add portable lchown (trivial to support and a few ancient things want it..) 15 years ago
Rich Felker e882756311 reorganize pthread data structures and move the definitions to alltypes.h 15 years ago
Rich Felker 798a12ecc4 ucontext is no longer in the standard, so use gnu-friendly struct name 15 years ago