Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-05-31 | No need for RANLIB make variable anymore | 2 | -1/+4 | ||
2011-05-31 | Updated translation template file | 1 | -668/+937 | ||
2011-05-31 | Also translation messages in .ksh files | 2 | -3/+12 | ||
2011-05-30 | Handle DNS server failures in case of AF_UNSPEC lookups correctly | 3 | -7/+16 | ||
2011-05-30 | Undo last patch | 1 | -6/+6 | ||
2011-05-30 | Add BZ number to NEWS | 1 | -6/+6 | ||
2011-05-30 | Handle DSOs without any dependency in ld.so | 5 | -52/+62 | ||
2011-05-30 | One more thinko in CL | 2 | -1/+2 | ||
2011-05-30 | Fix typo in CL | 1 | -1/+1 | ||
2011-05-30 | Prevent loader from loading itself | 2 | -0/+12 | ||
2011-05-29 | Restore _res correctly | 3 | -9/+14 | ||
getaddrinfo works around the resolver functionality to avoid automatic IPv6 lookups. The restoring didn't allow for the resolver to set additional bits in _res. | |||||
2011-05-29 | Reference wrong BZ | 2 | -2/+2 | ||
2011-05-29 | Interpret numeric values in shadow file as signed | 3 | -20/+24 | ||
2011-05-29 | Make resolv.conf parsing more compact | 2 | -32/+37 | ||
2011-05-29 | Recognize use-vc option in resolv.conf | 3 | -8/+15 | ||
2011-05-29 | Record when bug 11577 was fixed and by which patch | 2 | -5/+6 | ||
2011-05-29 | Don't build AVX tests with old compilers | 3 | -9/+15 | ||
2011-05-29 | Mark malloc hook variables as deprecated | 3 | -6/+21 | ||
2011-05-29 | Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be added | 1 | -1/+1 | ||
2011-05-29 | Missed one malloc hook variable | 1 | -1/+1 | ||
2011-05-29 | Declare malloc hook variables as volatile. | 3 | -46/+56 | ||
2011-05-29 | Fix typo in last patch to locarchive.c | 2 | -1/+4 | ||
2011-05-29 | Same change for the other siginfi.h files | 4 | -6/+9 | ||
2011-05-29 | Don't document si_code used for raise() | 3 | -11/+17 | ||
2011-05-28 | Fix unnecessary overallocation due to incomplete character | 6 | -16/+70 | ||
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place. | |||||
2011-05-28 | Handle failure of _nl_explode_name in all cases | 3 | -3/+19 | ||
2011-05-28 | Remove unused variable | 1 | -1/+0 | ||
2011-05-28 | Fix bug in last checkin which left ldd uninstalled | 1 | -1/+1 | ||
2011-05-28 | Add sotruss program | 5 | -1/+519 | ||
2011-05-28 | Fix build for platforms with socketcall syscall | 2 | -1/+4 | ||
2011-05-28 | Unify messages | 3 | -4/+7 | ||
Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators. | |||||
2011-05-28 | Add support for time syscall in vDSO | 3 | -1/+22 | ||
2011-05-28 | Add sendmmsg syscall | 8 | -3/+136 | ||
2011-05-28 | Set setns system call | 5 | -4/+18 | ||
2011-05-27 | Use getcpu definition from vDSO on x86-64 | 4 | -3/+25 | ||
2011-05-27 | Add test for last iconv bug | 3 | -1/+75 | ||
2011-05-27 | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designation | 3 | -8/+13 | ||
2011-05-25 | Undo accidental change in x86-64 user.h | 2 | -1/+6 | ||
2011-05-25 | Update Japanese translation | 2 | -44/+37 | ||
2011-05-23 | Define RLIMIT_RTTIME | 4 | -6/+24 | ||
2011-05-23 | Update longlong.h from GCC | 2 | -5/+154 | ||
2011-05-23 | Fix sysconf compilation for !HP_TIMING_AVAIL archs | 3 | -4/+12 | ||
2011-05-22 | Add a few more alloca size checks | 5 | -111/+370 | ||
2011-05-22 | Fix flags parameter value passed to pltenter and pltexit | 2 | -7/+11 | ||
2011-05-21 | Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM | 2 | -0/+7 | ||
2011-05-21 | Fix last change | 1 | -17/+12 | ||
And optimize a bit. | |||||
2011-05-21 | Always fill output buffer in XPG strerror function | 3 | -10/+15 | ||
2011-05-21 | Nicer output for negative error numbers in strerror_r | 2 | -3/+14 | ||
2011-05-21 | Fix CP1258 conversion | 4 | -11/+17 | ||
a5 ec was mishandled and the other direction appropriately so, too. | |||||
2011-05-21 | Fix configure visibility tests | 3 | -7/+10 | ||