757 Commits (31b3ce5309ee4fe17e0ed8d45fc141267c3f1781)

Author SHA1 Message Date
Rich Felker 884cc0c7e2 fix microblaze atomic store 12 years ago
Rich Felker 1456b7ae6b fix missing barrier instructions in powerpc atomic asm 12 years ago
Rich Felker bcad484394 fix missing barrier instructions in mips atomic asm 12 years ago
Rich Felker a294f539c7 use memory constraints for mips atomic asm 12 years ago
Rich Felker bb3a3befea fix build breakage from ppc asm constraints change 12 years ago
Rich Felker 94252dd341 remove cruft from microblaze atomic.h 12 years ago
Rich Felker 7fdae458bd fix broken constraints for powerpc atomic cas asm 12 years ago
Rich Felker d69ab5b368 fix microblaze definition of struct stat 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago
Rich Felker 2d8cc92a7c fix regression in mips dynamic linker 12 years ago
Rich Felker 39201d07e4 add tlsdesc support for x86_64 12 years ago
Rich Felker 4e0b4a5de7 add tlsdesc support for i386 12 years ago
Rich Felker adf94c1966 refactor to remove arch-specific relocation code from dynamic linker 12 years ago
Rich Felker 94cf991bf4 fix powerpc dynamic linker thread-pointer-relative relocations 12 years ago
Rich Felker f4cc276018 multiple fixes to sh (superh) dynamic linker relocations 12 years ago
Rich Felker bfa09700b9 dynamic linker: permit error returns from arch-specific reloc function 12 years ago
Rich Felker 9ce2860fa3 add vdso clock_gettime acceleration support to i386 12 years ago
Szabolcs Nagy fd9571e20a add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 12 years ago
Szabolcs Nagy 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 12 years ago
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