2644 Commits (dc65fddd4c793cdabcdf77b8e4b857b62026c2c8)
 

Author SHA1 Message Date
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
Rich Felker d85d261ee6 fix negative response and non-response handling for dns queries 12 years ago
Rich Felker ac2a789342 fix some validation checks in dns response parsing code 12 years ago
Rich Felker 8fba4458af fix incorrect end pointer in some cases when wcsrtombs stops early 12 years ago
Rich Felker 76f440cff7 remove cruft from old resolver and numeric ip parsing 12 years ago
Rich Felker 3330198060 switch standard resolver functions to use the new dns backend 12 years ago
Rich Felker a2a328bd89 fix uninitialized variable in new __res_msend dns function 12 years ago
Rich Felker 8312f7f60f implement new dns backend, res_send and other legacy resolver functions 12 years ago
Timo Teräs 1871f583f4 add ipsec and tunneling protocols to getprotoent-family functions 12 years ago
Rich Felker bb9af59bba fix off-by-one in checking hostname length in new resolver backend 12 years ago
Rich Felker af7c308ee6 improve getservbyname_r using new resolver backend 12 years ago
Rich Felker e8f39ca489 improve gethostbyname2_r using new resolver backend 12 years ago
Rich Felker 6f409bff00 refactor getaddrinfo and add support for most remaining features 12 years ago
Szabolcs Nagy 5f4c496693 fix POSIX namespace pollution in sys/types.h 12 years ago
Szabolcs Nagy bff6095d91 use cleaner code for handling float rounding in vfprintf 12 years ago
Szabolcs Nagy c350468658 update netinet/in.h to match the current kernel uapi 12 years ago
Szabolcs Nagy c8ea212668 add SO_BPF_EXTENSIONS socket option 12 years ago
Szabolcs Nagy fd9571e20a add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 12 years ago
Rich Felker 24df8b09cf fix breakage from recent syscall commits due to missing errno macros 12 years ago
Szabolcs Nagy 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 12 years ago