Historique des commits

Auteur SHA1 Message Date
  Rich Felker 4ad3588c0e remove optimization-inhibiting behavior from configure's --enable-debug il y a 11 ans
  Timo Teräs fe82bb9b92 fix gethostby*_r result pointer value on error il y a 11 ans
  Rich Felker 2e5d256984 fix sendmmsg emulation return value for zero-length vector il y a 11 ans
  Rich Felker 3fa2eb2aba rename dynamic linker entry point from _start to _dlstart il y a 11 ans
  Rich Felker acb7e049b8 implement sendmmsg and recvmmsg il y a 11 ans
  Rich Felker 39201d07e4 add tlsdesc support for x86_64 il y a 11 ans
  Rich Felker 5ba238e1e4 separate __tls_get_addr implementation from dynamic linker/init_tls il y a 11 ans
  Rich Felker 4e0b4a5de7 add tlsdesc support for i386 il y a 11 ans
  Rich Felker 880c479f0e optimize i386 ___tls_get_addr asm il y a 11 ans
  Rich Felker e75b16cf93 change dynamic TLS installation strategy to optimize access il y a 11 ans
  Rich Felker 9d15d5e753 add arch-generic support for tlsdesc relocations to dynamic linker il y a 11 ans
  Rich Felker cef0f289f6 fix incorrect comparison loop condition in memmem il y a 11 ans
  Rich Felker 7c73cacd09 reduce code duplication in dynamic linker error paths il y a 11 ans
  Rich Felker adf94c1966 refactor to remove arch-specific relocation code from dynamic linker il y a 11 ans
  Rich Felker 94cf991bf4 fix powerpc dynamic linker thread-pointer-relative relocations il y a 11 ans
  Rich Felker f4cc276018 multiple fixes to sh (superh) dynamic linker relocations il y a 11 ans
  Rich Felker bfa09700b9 dynamic linker: permit error returns from arch-specific reloc function il y a 11 ans
  Clément Vasseur 4e5c7a2176 fix missing argument to syscall in fanotify_mark il y a 11 ans
  Rich Felker 66fcde4ae4 support optional-argument extension to getopt via double-colon il y a 11 ans
  Rich Felker d79b27785f fail configure on --enable-shared if -Bsymbolic-functions doesn't work il y a 11 ans
  Rich Felker ac31bf278d simplify errno implementation il y a 11 ans
  Rich Felker df15168cf8 replace all remaining internal uses of pthread_self with __pthread_self il y a 11 ans
  Rich Felker 64e32287f9 add thread-pointer support for pre-2.6 kernels on i386 il y a 11 ans
  Rich Felker 246e752d9e avoid spurious lookup failures from badly-behaved nameservers il y a 11 ans
  Rich Felker f616294914 use default timezone from /etc/localtime if $TZ is unset/blank il y a 11 ans
  Rich Felker 3ff3a1d541 release 1.1.2 il y a 11 ans
  Timo Teräs 348fc5561c implement %y and %C specifiers in strptime il y a 11 ans
  Rich Felker 9c2d437cb3 avoid invalid use of va_arg in open il y a 11 ans
  Rich Felker 7765706c05 add O_CLOEXEC fallback for open and related functions il y a 11 ans
  Rich Felker 1cacc01dc0 optimize SOCK_CLOEXEC fallback for socket function il y a 11 ans