Commit History

Author SHA1 Message Date
  Rich Felker e98a54643e fix integer overflow in elf.h macro SHF_EXCLUDE 9 years ago
  Rich Felker 58fa856960 fix mishandling of ENOMEM return case in internal getgrent_a function 9 years ago
  Szabolcs Nagy 18f75b80fd fix __syscall declaration with wrong visibility in syscall_arch.h 9 years ago
  Szabolcs Nagy 4e50b2e4b5 aarch64: fix CRTJMP in reloc.h 9 years ago
  Rich Felker 85d12e0285 fix sh jmp_buf size to match ABI 9 years ago
  Rich Felker 82acacceaa fix name of sh crt asm directory 9 years ago
  Rich Felker 94f4c8237a fix build regression in aarch64 sigsetjmp 9 years ago
  Rich Felker 1fb0878ebc fix ldso name for sh-nofpu subarch 9 years ago
  Rich Felker a658afbf94 fix build regression in sh-nofpu subarch due to missing symbol 9 years ago
  Rich Felker 7faee5fa0d fix failure of sh reloc.h to properly detect endianness for ldso name 9 years ago
  Rich Felker abead1be6d fix misalignment of dtv in static-linked programs with odd-sized TLS 9 years ago
  Rich Felker 23129ab8d5 remove dead store from static __init_tls 9 years ago
  Rich Felker 5f51d52915 make __init_tp function static when static linking 9 years ago
  Rich Felker f109781c16 add dependency of dlstart.lo on crt_arch.h to Makefile 9 years ago
  Rich Felker 18938c299c fix regression in x86_64 math asm with old binutils 9 years ago
  Rich Felker 3aacb54ead fix syntax errors in configure script 9 years ago
  Rich Felker afbcac6826 minor optimization to pthread_spin_trylock 9 years ago
  Rich Felker 7b1fb0c526 optimize spin lock not to dirty cache line while spinning 9 years ago
  Rich Felker b8dda24fe1 in visibility preinclude, remove overrides for stdin/stdout/stderr 9 years ago
  Rich Felker f203b3511f fix inconsistent visibility for __hwcap and __sysinfo symbols 9 years ago
  Rich Felker 3e827b7e68 remove additional libc struct accessor cruft 9 years ago
  Rich Felker c267fb849f remove useless visibility application from static-linking-only code 9 years ago
  Rich Felker 9d836f444f remove libc.h dependency from otherwise-independent multibyte code 9 years ago
  Rich Felker f9cccfc16e remove cruft for libc struct accessor function and broken visibility 9 years ago
  Rich Felker 428462a4c3 make configure check for visibility preinclude compatible with pcc 9 years ago
  Rich Felker 873e0ec7fc fix duplocale clobbering of new locale struct with memcpy of old 9 years ago
  Andre McCurdy a6274a1971 configure: check for -march and -mtune passed via CC 9 years ago
  Rich Felker ea1b6bb612 remove dead case for F_SETLKW in fcntl 9 years ago
  Rich Felker 086793ad99 fix mmap leak in sem_open failure path for link call 9 years ago
  Rich Felker c5ab5bd3be remove always-true conditional in dynamic linker TLSDESC processing 9 years ago