1014 Commits (5122f9f3c99fee366167c5de98b31546312921ab)

Author SHA1 Message Date
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
Rich Felker 417dbe92cb some gnu software wrongly uses "struct siginfo" instead of siginfo_t... 15 years ago
Rich Felker 56b784d603 add to pthread.h: pthread_mutex_timedlock and sched.h, time.h 15 years ago
Rich Felker 571312de5f move stdio stuff that's not arch-specific out of bits 15 years ago
Rich Felker f451462098 fix the types of some integer constant limits in headers 15 years ago
Rich Felker 6d36c2098b fix missing EXIT_* in stdlib.h after header cleanup 15 years ago
Rich Felker 1d72953787 feature test support in unistd.h 15 years ago
Rich Felker 26f3551419 prototype for gnu strcasestr (currently a stub) 15 years ago
Rich Felker 4e30249643 fix another error from header cleanup, missing size_t in time.h 15 years ago
Rich Felker 3eb9feaa88 fix broken signal.h from header cleanup 15 years ago
Rich Felker 44460c6d1e fix some type leakage (timer_t) from x86_64 commit 15 years ago
Nicholas J. Kain 1e12632591 Port musl to x86-64. One giant commit! 15 years ago
Rich Felker 13a026bd79 split off arch-specific stdarg.h stuff 15 years ago