2613 Commits (4a142db74f128011e7afafd19607234243f908ff)
 

Author SHA1 Message Date
Rich Felker 6ce1fade49 add __sysv_signal abi-compat alias for the signal function 12 years ago
Rich Felker 1fd0f6e31f add __xmknod and __xmknodat abi-compat functions 12 years ago
Rich Felker 76f2bcc7d6 consolidate __xstat abi-compat functions into a single source file 12 years ago
Rich Felker 5474a34669 implement fmtmsg function 12 years ago
Rich Felker 3c42605a60 implement result address sorting in the resolver (getaddrinfo, etc.) 12 years ago
Rich Felker 70d9c303b3 remove hack in syslog.h that resulted in aliasing violations 12 years ago
Rich Felker 4ad3588c0e remove optimization-inhibiting behavior from configure's --enable-debug 12 years ago
Timo Teräs fe82bb9b92 fix gethostby*_r result pointer value on error 12 years ago
Rich Felker 2e5d256984 fix sendmmsg emulation return value for zero-length vector 12 years ago
Rich Felker 3fa2eb2aba rename dynamic linker entry point from _start to _dlstart 12 years ago
Rich Felker acb7e049b8 implement sendmmsg and recvmmsg 12 years ago
Rich Felker 39201d07e4 add tlsdesc support for x86_64 12 years ago
Rich Felker 5ba238e1e4 separate __tls_get_addr implementation from dynamic linker/init_tls 12 years ago
Rich Felker 4e0b4a5de7 add tlsdesc support for i386 12 years ago
Rich Felker 880c479f0e optimize i386 ___tls_get_addr asm 12 years ago
Rich Felker e75b16cf93 change dynamic TLS installation strategy to optimize access 12 years ago
Rich Felker 9d15d5e753 add arch-generic support for tlsdesc relocations to dynamic linker 12 years ago
Rich Felker cef0f289f6 fix incorrect comparison loop condition in memmem 12 years ago
Rich Felker 7c73cacd09 reduce code duplication in dynamic linker error paths 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
Clément Vasseur 4e5c7a2176 fix missing argument to syscall in fanotify_mark 12 years ago
Rich Felker 66fcde4ae4 support optional-argument extension to getopt via double-colon 12 years ago
Rich Felker d79b27785f fail configure on --enable-shared if -Bsymbolic-functions doesn't work 12 years ago
Rich Felker ac31bf278d simplify errno implementation 12 years ago
Rich Felker df15168cf8 replace all remaining internal uses of pthread_self with __pthread_self 12 years ago
Rich Felker 64e32287f9 add thread-pointer support for pre-2.6 kernels on i386 12 years ago
Rich Felker 246e752d9e avoid spurious lookup failures from badly-behaved nameservers 12 years ago
Rich Felker f616294914 use default timezone from /etc/localtime if $TZ is unset/blank 12 years ago
Rich Felker 3ff3a1d541 release 1.1.2 12 years ago
Timo Teräs 348fc5561c implement %y and %C specifiers in strptime 12 years ago
Rich Felker 9c2d437cb3 avoid invalid use of va_arg in open 12 years ago
Rich Felker 7765706c05 add O_CLOEXEC fallback for open and related functions 12 years ago
Rich Felker 1cacc01dc0 optimize SOCK_CLOEXEC fallback for socket function 12 years ago
Rich Felker 1d348566e6 add SOCK_CLOEXEC fallback for socketpair on old kernels 12 years ago
Szabolcs Nagy abce315639 implement dn_comp RFC 1035 domain name compression 12 years ago
Szabolcs Nagy 07355f503a accept trailing . and empty domain names 12 years ago
Rich Felker 9ce2860fa3 add vdso clock_gettime acceleration support to i386 12 years ago
Rich Felker 60158bff74 fix fd leak in tmpfile when the fdopen operation fails 12 years ago
Szabolcs Nagy 2abb70c302 fix the domain name length limit checks 12 years ago
Szabolcs Nagy b3d9e0b94e fix multiple validation issues in dns response label parsing 12 years ago
Rich Felker 7e222f46a8 fix missing function declarations in refactored ip literal parsing code 12 years ago
Rich Felker fde3c29de4 add support for reverse port lookups from services file to getnameinfo 12 years ago
Rich Felker 01dc3f4fea add support for reverse name lookups from hosts file to getnameinfo 12 years ago
Rich Felker 934aa1350b remove some dummy "ent" function aliases that duplicated real ones 12 years ago
Rich Felker 6a25313c11 simplify vasprintf implementation 12 years ago
Rich Felker bdad2fefb2 add support for ipv6 scope_id to getaddrinfo and getnameinfo 12 years ago
Rich Felker 8041af5988 fix if_nametoindex return value when interface does not exist 12 years ago