278 Commits (e13a2b8953efabd38edfb7637fda08638454c001)

Author SHA1 Message Date
Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits 12 years ago
Rich Felker 12f37cdee5 fix mips stack_t 12 years ago
Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits 12 years ago
Rich Felker 40d58b44d0 fix typo in filename used in sh port 12 years ago
Rich Felker cee45f9cb2 fix size of mips jmp_buf 12 years ago
Rich Felker d444064d5a remove useless and incorrect uc_regspace member from mips ucontext_t 12 years ago
rofl0r 797f9a32a4 x32: fix struct statfs 12 years ago
Bobby Bingham 611eabd489 superh: fix dynamic linking of __fpscr_values 12 years ago
Szabolcs Nagy 7673acd315 fix statfs struct on mips 12 years ago
Szabolcs Nagy 3ceb89ed3f fix semid_ds structure on mips 12 years ago
Rich Felker 514c2dd24f fix socket.h struct msghdr member types on powerpc 12 years ago
Rich Felker ad66ae93d0 fix sysvipc structures on powerpc 12 years ago
Rich Felker f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 12 years ago
Rich Felker e12fda3bff add bits/user.h for sh port 12 years ago
rofl0r dae8ca738c x32: fix sysinfo() 12 years ago
Rich Felker b1683a1d6a add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
Rich Felker 5c27c4458f fix endian subarchs for sh arch 12 years ago
Rich Felker aacd348637 rename superh port to "sh" for consistency 12 years ago
Szabolcs Nagy e5bb165bed mips: add mips-sf subarch support (soft-float) 12 years ago
rofl0r dbed392410 fixup general __syscall breakage introduced in x32 port 12 years ago
Rich Felker 744f11897a make the x32 port use the correct ld-musl-x32.path filename 12 years ago
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