about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Also translation messages in .ksh filesUlrich Drepper2011-05-312-3/+12
|
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-303-7/+16
|
* Undo last patchUlrich Drepper2011-05-301-6/+6
|
* Add BZ number to NEWSUlrich Drepper2011-05-301-6/+6
|
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-305-52/+62
|
* One more thinko in CLUlrich Drepper2011-05-302-1/+2
|
* Fix typo in CLUlrich Drepper2011-05-301-1/+1
|
* Prevent loader from loading itselfUlrich Drepper2011-05-302-0/+12
|
* Restore _res correctlyUlrich Drepper2011-05-293-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.
* Reference wrong BZUlrich Drepper2011-05-292-2/+2
|
* Interpret numeric values in shadow file as signedUlrich Drepper2011-05-293-20/+24
|
* Make resolv.conf parsing more compactUlrich Drepper2011-05-292-32/+37
|
* Recognize use-vc option in resolv.confUlrich Drepper2011-05-293-8/+15
|
* Record when bug 11577 was fixed and by which patchUlrich Drepper2011-05-292-5/+6
|
* Don't build AVX tests with old compilersUlrich Drepper2011-05-293-9/+15
|
* Mark malloc hook variables as deprecatedUlrich Drepper2011-05-293-6/+21
|
* Perhaps the real definition of __MALLOC_HOOK_VOLATILE should be addedUlrich Drepper2011-05-291-1/+1
|
* Missed one malloc hook variableUlrich Drepper2011-05-291-1/+1
|
* Declare malloc hook variables as volatile.Ulrich Drepper2011-05-293-46/+56
|
* Fix typo in last patch to locarchive.cUlrich Drepper2011-05-292-1/+4
|
* Same change for the other siginfi.h filesUlrich Drepper2011-05-294-6/+9
|
* Don't document si_code used for raise()Ulrich Drepper2011-05-293-11/+17
|
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-286-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.
* Handle failure of _nl_explode_name in all casesUlrich Drepper2011-05-283-3/+19
|
* Remove unused variableUlrich Drepper2011-05-281-1/+0
|
* Fix bug in last checkin which left ldd uninstalledUlrich Drepper2011-05-281-1/+1
|
* Add sotruss programUlrich Drepper2011-05-285-1/+519
|
* Fix build for platforms with socketcall syscallUlrich Drepper2011-05-282-1/+4
|
* Unify messagesUlrich Drepper2011-05-283-4/+7
| | | | | Some shell scripts unnecessarily used different formats for some messages. Unify them to reduce the work of translators.
* Add support for time syscall in vDSOUlrich Drepper2011-05-283-1/+22
|
* Add sendmmsg syscallUlrich Drepper2011-05-288-3/+136
|
* Set setns system callUlrich Drepper2011-05-285-4/+18
|
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-274-3/+25
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-05-276-50/+66
|\ | | | | | | | | | | Conflicts: ChangeLog NEWS
| * Undo accidental change in x86-64 user.hJakub Jelinek2011-05-252-1/+6
| |
| * Update Japanese translationUlrich Drepper2011-05-252-44/+37
| |
| * Define RLIMIT_RTTIMEUlrich Drepper2011-05-234-6/+24
| |
* | Add test for last iconv bugUlrich Drepper2011-05-273-1/+75
| |
* | Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designationAndreas Schwab2011-05-273-8/+13
|/
* Update longlong.h from GCCAndreas Schwab2011-05-232-5/+154
|
* Fix sysconf compilation for !HP_TIMING_AVAIL archsAndreas Schwab2011-05-233-4/+12
|
* Add a few more alloca size checksUlrich Drepper2011-05-225-111/+370
|
* Fix flags parameter value passed to pltenter and pltexitUlrich Drepper2011-05-222-7/+11
|
* Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper2011-05-212-0/+7
|
* Fix last changeUlrich Drepper2011-05-211-17/+12
| | | | And optimize a bit.
* Always fill output buffer in XPG strerror functionUlrich Drepper2011-05-213-10/+15
|
* Nicer output for negative error numbers in strerror_rUlrich Drepper2011-05-212-3/+14
|
* Fix CP1258 conversionUlrich Drepper2011-05-214-11/+17
| | | | a5 ec was mishandled and the other direction appropriately so, too.
* Fix configure visibility testsUlrich Drepper2011-05-213-7/+10
|
* Fix handling of LC_CTYPE in locale name handlingUlrich Drepper2011-05-216-5/+150
|