757 Commits (31b3ce5309ee4fe17e0ed8d45fc141267c3f1781)

Author SHA1 Message Date
Bobby Bingham 3a3c813e08 superh port 13 years ago
rofl0r d05aaedaab fix x32 syscall arch.h timespec fixup code 12 years ago
rofl0r e002f660b8 fix some issues in x32 syscall_cp_fixup 12 years ago
Rich Felker d8b587796f mostly-cosmetic fixups to x32 port merge 12 years ago
rofl0r 664cd34192 x32 port (diff against vanilla x86_64) 13 years ago
rofl0r 323272db17 import vanilla x86_64 code as x32 13 years ago
rofl0r 0f169cbb79 sys/shm.h: move arch specific structs to bits/ 13 years ago
Rich Felker 50a50988d5 remove more unnecessary operand-size suffixes from x86_64 atomic.h 13 years ago
Rich Felker 311736516e remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.h 13 years ago
Rich Felker f29e834d98 remove size suffix in x86_64 __pthread_self asm 13 years ago
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
Rich Felker a4b51633cf workaround clang deficiency affecting thread pointer access on powerpc 13 years ago
Szabolcs Nagy f7d348ec39 add O_TMPFILE flag, new in linux 3.11 13 years ago
Rich Felker 326e5c2e27 fix the nominal type of LDBL_* limits on archs with ld64 13 years ago
Rich Felker 78178542e7 add missing i386 syscall numbers 13 years ago
Rich Felker 97789d3e5d remove duplicate lines from mips bits/syscall.h 13 years ago
Rich Felker 35a6801c6c fix arm atomic store and generate simpler/less-bloated/faster code 13 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Rich Felker 9b35ed3fef fix mips sysv ipc bits headers 13 years ago
Szabolcs Nagy baba2630c9 remove the __mxcsr member from fenv_t on i386 to follow the glibc abi 13 years ago
Rich Felker 4918c2bb20 fix detection of arm hardfloat 13 years ago
Rich Felker 7318c62e64 support floating point environment (fenv) on armhf (hard float) subarchs 13 years ago
Rich Felker badaa04acc add function types to arm crt assembly 13 years ago
Rich Felker 7568ee4cbf add missing a_or_l to atomic.h for non-x86 archs 13 years ago
Rich Felker 7c440977db fix _NSIG and SIGRTMAX on mips 13 years ago
Rich Felker 16ac00ac46 fix powerpc build breakage from dynamic linker path search changes 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 1da53dad27 disable legacy init/fini processing on ARM 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 3e8806b4f7 add some ARM EABI-specific exception handling infrastructure 13 years ago
Rich Felker 2b0af609ef add some comments about the mips ksigaction structure weirdness 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 5e642b5a23 change underlying type of clock_t to be uniform and match ABI 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
Szabolcs Nagy ca2300d9ac add the new SO_REUSEPORT socket option to mips and powerpc 13 years ago