44 Commits (015d33c5075b9c0a4df8f28e844e4f7ace91c647)

Author SHA1 Message Date
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
Rich Felker 1355fdca7c preparing build system to handle ports - step 1 15 years ago
Rich Felker 8f4865c8d2 add previously-missing ios646.h 15 years ago
Rich Felker ca1aa5bae9 more header cleanup and conformance fixes - string.h 15 years ago
Rich Felker 131b5be2f4 more header cleanup and conformance fixes - locale.h, time.h 15 years ago
Rich Felker 1322cb82a3 header cleanup, conformance fixes - signals 15 years ago
Rich Felker c316b28445 update various bits headers for new linux additions 15 years ago
Rich Felker c247ebdd98 more header fixes, minor warning fix 15 years ago
Rich Felker e8362c8b51 major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits) 15 years ago
Rich Felker 74eea628cf extensive header cleanup for standards conformance & correctness 15 years ago
Rich Felker 80695b1d1e begin namespace-cleanup of standard C headers 15 years ago
Rich Felker 1a9a2ff7b0 reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) 15 years ago
Rich Felker f38c154be2 added missing O_NDELAY 15 years ago
Rich Felker e1d8d25a50 fix omission that kept sa_restorer from being used 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago