67 Commits (80949ccdc6656c51292b4260b6e8d7b493ca6c45)

Author SHA1 Message Date
Rich Felker cabf2ff349 fix missing ENOTSUP error code 15 years ago
Rich Felker 6871fd773d make sigaltstack work (missing macros in signal.h, error conditions) 15 years ago
Rich Felker 8668f033bc fill in some missing siginfo stuff in signal.h 15 years ago
Rich Felker f3ef7a6124 add missing WIFCONTINUED macro and improve WIFSIGNALED 15 years ago
Rich Felker ad2fe25041 support the ugly and deprecated ucontext and sigcontext header stuff... 15 years ago
Rich Felker e882756311 reorganize pthread data structures and move the definitions to alltypes.h 15 years ago
Rich Felker 571312de5f move stdio stuff that's not arch-specific out of bits 15 years ago
Rich Felker 8894947ba2 protect some limit constants with feature test macros on x86_64 15 years ago
Rich Felker f451462098 fix the types of some integer constant limits in headers 15 years ago
Rich Felker cda892ddbe fix directory reading on x86_64 15 years ago
Rich Felker c0248191bd fix x86_64 wrongly reporting itself as ILP32 instead of LP64 15 years ago
Rich Felker 9b235e8374 remove standalone syscall cruft 15 years ago
Rich Felker 44460c6d1e fix some type leakage (timer_t) from x86_64 commit 15 years ago
Nicholas J. Kain 062354f2e1 Optimize x86_64 atomics to take advantage of 64-bitness. 15 years ago
Nicholas J. Kain ebc4a17957 Remove __syscall_lseek from x86_64 syscall.h. 15 years ago
Nicholas J. Kain bb89bdd00e Update x86_64 bits to mirror (modulo platform differences) the latest changes 15 years ago
Nicholas J. Kain 1e12632591 Port musl to x86-64. One giant commit! 15 years ago