288 Commits (8a2d8719873a46d5cc5c54e688d47ea134c67c84)

Author SHA1 Message Date
Rich Felker e783efa6ef fix arm thread-pointer/atomic asm when compiling to thumb code 12 years ago
Rich Felker 468bc11ed0 fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h 12 years ago
Timo Teräs fbeadd150f make socketcall types common as they are same for all architectures 12 years ago
Rich Felker 58e75db471 add working vdso clock_gettime support, including static linking 12 years ago
Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips 12 years ago
Rich Felker de20a8ffc5 add namespace-protected name for sysinfo function 12 years ago
Rich Felker 3933fdd500 use dmb barrier instruction for atomics on arm v7 12 years ago
Rich Felker efe07b0f89 fix arm atomic asm register constraint 12 years ago
Rich Felker 1974bffa2d use inline atomics and thread pointer on arm models supporting them 12 years ago
Rich Felker 91d5aa0657 fix microblaze syscall register clobbers 12 years ago
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