55 Commits (06aec8d7152dfb8360cb7ed9b3d7215ca0b0b500)

Author SHA1 Message Date
Rich Felker 414a4cdebc add float_t and double_t to math.h 14 years ago
Rich Felker afc35d5efd replace bad cancellation cleanup abi with a sane one 14 years ago
Rich Felker 1d3c276807 don't define wchar_t on c++ 15 years ago
Rich Felker 2eff02e4a0 fix x86_64 user.h (previously was just a copy of i386) 15 years ago
Rich Felker ee6fc9a093 wrong __WORDSIZE in x86_64 header 15 years ago
Rich Felker 0b6eb2dfb2 update syscalls with off_t arguments to handle argument alignment, if needed 15 years ago
Rich Felker 114c80f141 fix the definition of struct statvfs to match lsb abi 15 years ago
Rich Felker f780ac5baf cleanup redundancy in bits/signal.h versions 15 years ago
Rich Felker 224c7a376a fix the type of wchar_t on arm; support wchar_t varying with arch 15 years ago
Rich Felker b0c088ee55 cleanup more bits cruft (sysmacros and socket) 15 years ago
Rich Felker ca8373dfcf more bits junk (tcp.h) 15 years ago
Rich Felker c8175666f2 move invariant netinet/in.h stuff out of bits/in.h 15 years ago
Rich Felker 6cb277d75e typo in macro definitions for x86_64 15 years ago
Rich Felker 63d447e2a3 socket headers macro adjustment - workaround for buggy programs 15 years ago
Rich Felker e8b8f3c90e move all limits that don't vary out of bits/limits.h, into main limits.h 15 years ago
Rich Felker def0af1898 use compiler builtins for variadic macros when available 15 years ago
Rich Felker 4b5f054098 move wait.h macros out of bits. they do not vary. 15 years ago
Rich Felker b052f13cd1 namespace fixes for sys/mman.h 15 years ago
Rich Felker 1c76683cb4 add syscall wrappers for posix_fadvise, posix_fallocate 15 years ago
Rich Felker feee98903c overhaul pthread cancellation 15 years ago
Rich Felker a3aa89d826 fix O_SYNC definition, cleanup fcntl.h 15 years ago
Rich Felker 0a84e72c42 fix FAPPEND typo on x86_64 (previously only fixed on i386) 15 years ago
Rich Felker c2b18f3531 fcntl.h: move macros that do not vary between archs out of bits 15 years ago
Rich Felker ace973637f fix broken fcntl locks on x86_64 15 years ago
Rich Felker 07e865cc5a numerous fixes to sysv ipc 15 years ago
Rich Felker cac7d837cc fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) 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 196d6437dc add missing float.h macros 15 years ago
Rich Felker 7168790763 workaround broken msghdr struct on 64bit linux 15 years ago
Rich Felker 918a40f257 add ip6 pktinfo stuff for x86_64 15 years ago
Rich Felker f93de08ca4 uncomment IP_PKTINFO 15 years ago
Rich Felker 7e795ca7ed fix statvfs syscalls (missing size argument) 15 years ago
Rich Felker 5243e5f160 remove obsolete and useless useconds_t type 15 years ago
Rich Felker 3bb00f4579 somehow timespec tv_nsec had the wrong type on x86_64... fixed 15 years ago
Rich Felker 3990c5c6a4 avoid all malloc/free in timer creation/destruction 15 years ago
Rich Felker 70c31c7bd7 some preliminaries for adding POSIX timers 15 years ago
Rich Felker 7877db6b2f fix typo in x86_64 part of syscall overhaul 15 years ago
Rich Felker 685e40bb09 syscall overhaul part two - unify public and internal syscall interface 15 years ago
Rich Felker d00ff2950e overhaul syscall interface 15 years ago
Rich Felker f5ba2bc9ca various legacy and linux-specific stuff 15 years ago
Rich Felker 8bb0e48889 match dimensions so we can use all slots without invoking OOB-array-access 15 years ago
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