229 Commits (7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9)

Author SHA1 Message Date
Rich Felker 7acbbdfd5d make type of st_dev explicitly dev_t in x86_64 stat.h 13 years ago
Rich Felker d18df33cb1 add IUTF8 to termios.h on archs that were missing it 13 years ago
Rich Felker a627eb3586 fix namespace violations in termios.h, at least mostly 13 years ago
Szabolcs Nagy f7d348ec39 add O_TMPFILE flag, new in linux 3.11 13 years ago
Rich Felker c5e34dabbb new mostly-C crt1 implementation 13 years ago
Rich Felker 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 13 years ago
Rich Felker 3f08154ac4 remove SIG_ATOMIC_MIN/MAX from stdint bits headers 13 years ago
Rich Felker 1c6cace0bf fix regression in size of nlink_t (broken stat struct) on x86_64 13 years ago
Rich Felker c4dd0c98ba change wint_t to unsigned 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 648c3b4e18 change uid_t, gid_t, and id_t to unsigned types 13 years ago
Rich Felker f389c4984a make the dynamic linker find its path file relative to its own location 13 years ago
Rich Felker 2f5fe45808 make spacing in x86_64 alltypes.h.sh more uniform with other archs 13 years ago
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list 13 years ago
Szabolcs Nagy 41c34d188a fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) 13 years ago
Szabolcs Nagy a6367a17d5 on x86_64 use long instead of long long for 64bit posix types 13 years ago
Rich Felker 22730d6560 add FLT_TRUE_MIN, etc. macros from C11 13 years ago
Rich Felker f77bab5933 fix type issues in stdint.h so underlying types of 64-bit types match ABI 13 years ago
Rich Felker c7af271000 eliminate bits/wchar.h 13 years ago
rofl0r 47cf4919fc re-add useconds_t 13 years ago
Szabolcs Nagy 8d3ee05754 add syscall numbers for the new kcmp and finit_module syscalls 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 2d0f495e7b add deprecated SIGIOT alias for SIGABRT 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
Rich Felker 99727dad25 fix wrong float_t on x86_64 13 years ago
Szabolcs Nagy 000806cde6 add missing mmap options and madvices to bits/mman.h based on linux headers 14 years ago
Szabolcs Nagy bc1a8d2ae3 add missing EXTPROC flag to bits/termios.h 14 years ago
Szabolcs Nagy 73bb048951 add missing F_GETOWNER_UIDS flag to bits/fcntl.h 14 years ago
Szabolcs Nagy 056c8b1ab5 add missing EHWPOISON to bits/errno.h 14 years ago
rofl0r 3bb167b338 x86_64/bits/signal.h: fix typo in REG_CSGSFS 14 years ago
Rich Felker 5c5e45e58b move signal.h REG_* macros under _GNU_SOURCE protection 14 years ago
rofl0r a631c5df53 bits/signal.h: add register names for x86(_64) 14 years ago
rofl0r 7e0d4fce41 add more arch-specific MAP_ macros to bits/mman.h 14 years ago
rofl0r 0e10f74006 add MAP_NORESERVE to bits/mman.h 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago
Rich Felker c72fc23843 sigcontext/mcontext cleanup for arch-specific bits 14 years ago
Rich Felker 7538708f8b fix up leftover, incorrect NSIG definitions in arch-specific signal.h 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
rofl0r 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc 14 years ago
Rich Felker 9ec4283b28 add support for TLS variant I, presently needed for arm and mips 14 years ago
Rich Felker 99a2af6f45 fix incorrect TLS reloc macro names in x86_64 reloc.h 14 years ago
Rich Felker 9c74856af7 dynamic-linked TLS support for everything but dlopen'd libs 14 years ago
Rich Felker cccc13221d fix IPC_64 in msgctl too 14 years ago
Rich Felker 6d05d86297 add O_EXEC open mode 14 years ago
Rich Felker b238b37a0f add O_PATH/O_SEARCH support to fcntl.h 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility 14 years ago