about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Rebuild configure scriptsUlrich Drepper2011-07-064-8/+8
|
* Handle W; without long options in getoptUlrich Drepper2011-07-063-3/+14
|
* Change error code for underflows in strtodUlrich Drepper2011-07-063-4/+9
|
* Fix typo in last patchUlrich Drepper2011-07-061-1/+1
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-064-2/+26
|\
| * Add the extra check also in innetgrUlrich Drepper2011-07-062-0/+6
| |
| * Fix handling of chained netgroupsUlrich Drepper2011-07-062-0/+10
| |
| * Default install_root value from DESTDIR.Roland McGrath2011-07-052-1/+5
| |
| * Avoid warning.Ulrich Drepper2011-07-052-1/+5
| |
* | Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-0313-41/+137
|\|
| * Fail if format.lds comes out empty.Roland McGrath2011-07-022-0/+3
| |
| * Remove an unused variable in localedata tests.Roland McGrath2011-07-022-3/+7
| |
| * Generate testrun.sh to use relative directory names.Roland McGrath2011-07-022-2/+7
| |
| * Rewrite local headers check to be more robust and informative.Roland McGrath2011-07-023-15/+23
| |
| * Explicitly remove .gnu.glibc-stub sections with objcopy when not usingRoland McGrath2011-07-025-2/+34
| | | | | | | | linker script.
| * Add --with-default-link configure option.Roland McGrath2011-07-025-0/+34
| |
| * Consolidate shlib.lds references in new variables.Roland McGrath2011-07-023-6/+16
| |
| * Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags.Roland McGrath2011-07-022-3/+6
| |
| * Use -defsym=_begin=0 instead of linker script munging.Roland McGrath2011-07-022-10/+7
| |
* | Complete last patchUlrich Drepper2011-07-021-7/+2
|/
* Fix last patch for big-endian machinesUlrich Drepper2011-07-024-15/+28
|
* Optimize long-word additions in SHA implementationUlrich Drepper2011-07-025-14/+61
|
* nscd cleanupsUlrich Drepper2011-07-016-12/+30
| | | | | Cleanup and optimize last patch. Add timeout fixes also to the services cache.
* Handle nscd negtimeout==0Thorsten Kukuk2011-07-016-14/+44
|
* nss_compat: query NIS domain only when neededAndreas Schwab2011-07-013-24/+35
|
* Fix robust mutex handling after forkUlrich Drepper2011-06-305-15/+66
|
* Make sure RES_USE_INET6 is always restoredAndreas Schwab2011-06-302-0/+9
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-06-292-1/+14
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix build with multiarch disabled.Aurelien Jarno2011-06-292-1/+14
| |
* | Avoid write to invalid file descriptor in nscdUlrich Drepper2011-06-293-4/+12
|/ | | | | | When readding entries to the group and services cache and the lookup is unsuccesful, we tried to write the notfound record. Just don't do it in this case.
* Fix quoting in some installed shell scriptsUlrich Drepper2011-06-284-4/+8
|
* Remove the --experimental-malloc optionUlrich Drepper2011-06-285-23/+8
| | | | It's well tested, make it the default.
* Fix crash in GB18030 encoderAndreas Schwab2011-06-282-6/+11
|
* Distinguish configure check for .ctors/.dtors header/trailers.Roland McGrath2011-06-273-2/+32
|
* Fix missing .ctors/.dtors lead word in soinitRoland McGrath2011-06-272-4/+8
|
* Fix handling of RES_USE_INET6 big in nscdUlrich Drepper2011-06-272-1/+5
| | | | This fixes BZ #12350 also for nscd.
* Add missing HAVE_SENDFILE definitionUlrich Drepper2011-06-272-0/+3
|
* Minimal cleanup in innetgr.Ulrich Drepper2011-06-272-1/+6
|
* Use __gettimeofday instead of gettimeofdayH.J. Lu2011-06-262-1/+6
|
* We don't use linkobj/libc.so at runtmie, no need to check for text relsUlrich Drepper2011-06-262-2/+7
| | | | This also works around a toolchain issu.
* Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu2011-06-253-1/+12
|
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-2412-1838/+5508
|
* Work around limit in writev in 2.6.38+ kernelsUlrich Drepper2011-06-244-3/+17
|
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-2418-5/+6585
|
* nss_db: Quash read implicit declaration warningMarek Polacek2011-06-242-0/+5
| | | | | In the function `internal_setent' is used the function read, but the forward declaration is missing. Thusly fixed.
* Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper2011-06-223-7/+21
|
* Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab2011-06-222-1/+5
| | | | Problem introduced in the last patch.
* Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementationUlrich Drepper2011-06-222-3/+52
|
* Rate limit expensive _SC_NPROCESSORS_ONLN computationUlrich Drepper2011-06-222-1/+36
|
* Clean up after kernel sigcontext header messUlrich Drepper2011-06-222-1/+10
|