Commit Verlauf

Autor SHA1 Nachricht Datum
  Rich Felker 8a8fdf6398 eliminate use of SHARED macro to suppress visibility attributes vor 9 Jahren
  Rich Felker dc5bd27ac4 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic vor 9 Jahren
  Rich Felker 9439ebd766 fix dynamic loader library mapping for nommu systems vor 9 Jahren
  Rich Felker a946e8117e fix return value of nl_langinfo for invalid item arguments vor 9 Jahren
  Rich Felker 4e73d12117 explicitly assemble all arm asm sources as UAL vor 9 Jahren
  Rich Felker 9f290a49bf remove non-working pre-armv4t support from arm asm vor 9 Jahren
  Rich Felker cf40375e8f use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp vor 9 Jahren
  Rich Felker ea1e2c5e18 work around toolchains with broken visibility in libgcc/libpcc vor 9 Jahren
  Szabolcs Nagy 31d73a560b use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm vor 9 Jahren
  Rich Felker 8984b5837a convert arm memcpy asm to UAL, remove .word hacks vor 9 Jahren
  Rich Felker 918b1c1d17 remove external linkage from __simple_malloc definition vor 9 Jahren
  Rich Felker 6a851e3ab8 have configure check/add --gc-sections linker option vor 9 Jahren
  Rich Felker 2efd38e8c7 have configure check/add linker options to reduce size lost to padding vor 9 Jahren
  Rich Felker 27c1eccf33 have configure check/add -ffunction-sections and -fdata-sections vor 9 Jahren
  Rich Felker 2f1d1f1ec5 fix mismatched parens in CMPLX def for annex-g-conforming compilers vor 9 Jahren
  Rich Felker 4fcb48275a generalize sh entry point asm not to assume call dests fit in 12 bits vor 9 Jahren
  Rich Felker 4cd8b47259 keep user-provided CFLAGS/LDFLAGS separate from those added by configure vor 9 Jahren
  Rich Felker fda365a530 fix mremap memory synchronization and use of variadic argument vor 9 Jahren
  Daniel Micay f9ecb6bfa1 prevent allocs than PTRDIFF_MAX via mremap vor 9 Jahren
  Rich Felker 36e8b6a28b use explicit __cp_cancel label in cancellable syscall asm for all archs vor 9 Jahren
  Rich Felker cb1bf2f321 properly access mcontext_t program counter in cancellation handler vor 9 Jahren
  Rich Felker fead7e3fc0 fix missing bss handling in FDPIC ELF loader vor 9 Jahren
  Hauke Mehrtens 6eada2edb3 getnameinfo: make size check not fail for bigger sizes vor 9 Jahren
  Rich Felker 2683e267fa safely handle failure to open hosts, services, resolv.conf files vor 9 Jahren
  Rich Felker b114190b29 fix single-byte overflow of malloc'd buffer in getdelim vor 9 Jahren
  Rich Felker bc0c48414e prevent user CFLAGS overrides from exposing executable stack vor 9 Jahren
  Rich Felker be76cdcf81 fix breakage when user overrides CFLAGS on the make command line vor 9 Jahren
  Rich Felker 615629bd6f release 1.1.12 vor 9 Jahren
  Szabolcs Nagy 7557a8462e declare fpu usage to the assembler in arm hard-float asm files vor 9 Jahren
  Bobby Bingham 53cd8c5a29 add missing memory barrier to pthread_join vor 9 Jahren