about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid possible crashes in anormal nscd exitsUlrich Drepper2011-07-192-1/+6
|
* Fix typos in pretty much unused code in sched.h header.Ulrich Drepper2011-07-183-3/+11
|
* Updated Swedish and Dutch translations.Ulrich Drepper2011-07-183-1372/+1961
|
* Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.Roland McGrath2011-07-162-2/+8
|
* Default to --with-default-link=yes if configure check finds good -shared layout.Roland McGrath2011-07-143-5/+124
|
* Use linker --print-output-format option if available.Roland McGrath2011-07-145-0/+44
|
* Fix remaining explicit uses of shlib.lds to use $(shlib-lds).Roland McGrath2011-07-143-2/+8
|
* Quash a warning in strstr-c.c built for static.Roland McGrath2011-07-142-0/+5
|
* Quash a warning in nptl/allocatestack.cRoland McGrath2011-07-142-1/+6
|
* Adjust relro test to work around GNU ld limitations.Roland McGrath2011-07-143-0/+20
|
* Fix a braino in new relro configure test.Roland McGrath2011-07-113-2/+8
|
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-1112-159/+446
| | | | | | | | nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored.
* Comment typo fix.Roland McGrath2011-07-102-2/+7
|
* Transltion updatesUlrich Drepper2011-07-096-4871/+6084
|
* Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic.Roland McGrath2011-07-093-16/+67
|
* Rewrite -z relro configure check to be empirical.Roland McGrath2011-07-093-35/+142
|
* Find readelf with AC_CHECK_TOOL for use in configure tests.Roland McGrath2011-07-093-4/+106
|
* (memalign_check): No need to use checked_request2size.Ulrich Drepper2011-07-082-3/+6
|
* Add test case strtod underflowAndreas Jaeger2011-07-082-1/+7
|
* Handle ext4 in {,f}pathconfUlrich Drepper2011-07-074-9/+97
| | | | | ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel.
* Handle Lustre filesystemAndreas Dilger2011-07-075-3/+25
|
* Fix warnings in resolver codeAndreas Jaeger2011-07-062-2/+6
|
* nis/nss_nisplus: Kill warningsUlrich Drepper2011-07-063-7/+14
|
* Add string/test-strncat.cUlrich Drepper2011-07-063-1/+305
|
* iconvdata/johab.c: Don't inline unlikely called functionUlrich Drepper2011-07-062-4/+8
|
* Fix for installation in sysdeps/s390/s390-64/MakefileUlrich Drepper2011-07-062-0/+17
|
* 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
|