Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use union to avoid casts in code to store results of hashsum computations | Ulrich Drepper | 2011-07-19 | 7 | -23/+47 |
| | |||||
* | Fix alloca accounting in strxfm | Andreas Schwab | 2011-07-19 | 2 | -2/+7 |
| | |||||
* | Avoid possible crashes in anormal nscd exits | Ulrich Drepper | 2011-07-19 | 2 | -1/+6 |
| | |||||
* | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 2011-07-18 | 3 | -3/+11 |
| | |||||
* | Updated Swedish and Dutch translations. | Ulrich Drepper | 2011-07-18 | 3 | -1372/+1961 |
| | |||||
* | Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC. | Roland McGrath | 2011-07-16 | 2 | -2/+8 |
| | |||||
* | Default to --with-default-link=yes if configure check finds good -shared layout. | Roland McGrath | 2011-07-14 | 3 | -5/+124 |
| | |||||
* | Use linker --print-output-format option if available. | Roland McGrath | 2011-07-14 | 5 | -0/+44 |
| | |||||
* | Fix remaining explicit uses of shlib.lds to use $(shlib-lds). | Roland McGrath | 2011-07-14 | 3 | -2/+8 |
| | |||||
* | Quash a warning in strstr-c.c built for static. | Roland McGrath | 2011-07-14 | 2 | -0/+5 |
| | |||||
* | Quash a warning in nptl/allocatestack.c | Roland McGrath | 2011-07-14 | 2 | -1/+6 |
| | |||||
* | Adjust relro test to work around GNU ld limitations. | Roland McGrath | 2011-07-14 | 3 | -0/+20 |
| | |||||
* | Fix a braino in new relro configure test. | Roland McGrath | 2011-07-11 | 3 | -2/+8 |
| | |||||
* | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 2011-07-11 | 12 | -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 McGrath | 2011-07-10 | 2 | -2/+7 |
| | |||||
* | Transltion updates | Ulrich Drepper | 2011-07-09 | 6 | -4871/+6084 |
| | |||||
* | Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic. | Roland McGrath | 2011-07-09 | 3 | -16/+67 |
| | |||||
* | Rewrite -z relro configure check to be empirical. | Roland McGrath | 2011-07-09 | 3 | -35/+142 |
| | |||||
* | Find readelf with AC_CHECK_TOOL for use in configure tests. | Roland McGrath | 2011-07-09 | 3 | -4/+106 |
| | |||||
* | (memalign_check): No need to use checked_request2size. | Ulrich Drepper | 2011-07-08 | 2 | -3/+6 |
| | |||||
* | Add test case strtod underflow | Andreas Jaeger | 2011-07-08 | 2 | -1/+7 |
| | |||||
* | Handle ext4 in {,f}pathconf | Ulrich Drepper | 2011-07-07 | 4 | -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 filesystem | Andreas Dilger | 2011-07-07 | 5 | -3/+25 |
| | |||||
* | Fix warnings in resolver code | Andreas Jaeger | 2011-07-06 | 2 | -2/+6 |
| | |||||
* | nis/nss_nisplus: Kill warnings | Ulrich Drepper | 2011-07-06 | 3 | -7/+14 |
| | |||||
* | Add string/test-strncat.c | Ulrich Drepper | 2011-07-06 | 3 | -1/+305 |
| | |||||
* | iconvdata/johab.c: Don't inline unlikely called function | Ulrich Drepper | 2011-07-06 | 2 | -4/+8 |
| | |||||
* | Fix for installation in sysdeps/s390/s390-64/Makefile | Ulrich Drepper | 2011-07-06 | 2 | -0/+17 |
| | |||||
* | Rebuild configure scripts | Ulrich Drepper | 2011-07-06 | 4 | -8/+8 |
| | |||||
* | Handle W; without long options in getopt | Ulrich Drepper | 2011-07-06 | 3 | -3/+14 |
| | |||||
* | Change error code for underflows in strtod | Ulrich Drepper | 2011-07-06 | 3 | -4/+9 |
| | |||||
* | Fix typo in last patch | Ulrich Drepper | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-07-06 | 4 | -2/+26 |
|\ | |||||
| * | Add the extra check also in innetgr | Ulrich Drepper | 2011-07-06 | 2 | -0/+6 |
| | | |||||
| * | Fix handling of chained netgroups | Ulrich Drepper | 2011-07-06 | 2 | -0/+10 |
| | | |||||
| * | Default install_root value from DESTDIR. | Roland McGrath | 2011-07-05 | 2 | -1/+5 |
| | | |||||
| * | Avoid warning. | Ulrich Drepper | 2011-07-05 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-07-03 | 13 | -41/+137 |
|\ \ | |/ | |||||
| * | Fail if format.lds comes out empty. | Roland McGrath | 2011-07-02 | 2 | -0/+3 |
| | | |||||
| * | Remove an unused variable in localedata tests. | Roland McGrath | 2011-07-02 | 2 | -3/+7 |
| | | |||||
| * | Generate testrun.sh to use relative directory names. | Roland McGrath | 2011-07-02 | 2 | -2/+7 |
| | | |||||
| * | Rewrite local headers check to be more robust and informative. | Roland McGrath | 2011-07-02 | 3 | -15/+23 |
| | | |||||
| * | Explicitly remove .gnu.glibc-stub sections with objcopy when not using | Roland McGrath | 2011-07-02 | 5 | -2/+34 |
| | | | | | | | | linker script. | ||||
| * | Add --with-default-link configure option. | Roland McGrath | 2011-07-02 | 5 | -0/+34 |
| | | |||||
| * | Consolidate shlib.lds references in new variables. | Roland McGrath | 2011-07-02 | 3 | -6/+16 |
| | | |||||
| * | Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags. | Roland McGrath | 2011-07-02 | 2 | -3/+6 |
| | | |||||
| * | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 2011-07-02 | 2 | -10/+7 |
| | | |||||
* | | Complete last patch | Ulrich Drepper | 2011-07-02 | 1 | -7/+2 |
|/ | |||||
* | Fix last patch for big-endian machines | Ulrich Drepper | 2011-07-02 | 4 | -15/+28 |
| | |||||
* | Optimize long-word additions in SHA implementation | Ulrich Drepper | 2011-07-02 | 5 | -14/+61 |
| |