about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of ucontext_t objects in tst-makecontext3Andreas Schwab2010-04-132-29/+39
| | | | | | | Objects of type ucontext_t cannot be copied, only getcontext can properly initialize them. For example, on powerpc the structure contains a pointer into itself, so makecontext modifies the original object by side effect.
* Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-04-093-18/+16
|
* Use a stamp file for libc-abis.h rule.Roland McGrath2010-04-092-3/+10
|
* Revert "Shorten build commands"Roland McGrath2010-04-094-26/+3
| | | | This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.
* Fix tst-chmod not to write into srcdir.Roland McGrath2010-04-092-1/+5
|
* Fix typo in last commit.Ulrich Drepper2010-04-091-1/+1
|
* Add BZ to an older patch.Ulrich Drepper2010-04-092-8/+8
|
* Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-097-5/+165
| | | | | | | | At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.
* Fix typo in locale source file.Ulrich Drepper2010-04-0846-81/+127
|
* Whitespace issues.Ulrich Drepper2010-04-081-36/+35
|
* More news. Add BZ info for current and previous releases.Ulrich Drepper2010-04-081-5/+78
|
* Build cv_RU locale.Ulrich Drepper2010-04-082-0/+7
|
* Chuvash language locale for Russia.Adi Roiban2010-04-081-0/+239
|
* Add BZ number.Ulrich Drepper2010-04-081-0/+1
|
* Print reload count in nscd statistics.Ulrich Drepper2010-04-082-3/+11
|
* Change es_GT paper sizxe to letter.Ulrich Drepper2010-04-082-30/+30
|
* Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper2010-04-082-4/+16
|
* Fix possibly uninitilized variable handling.Ulrich Drepper2010-04-082-0/+6
| | | | | | If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable.
* Shorten build commandsDaniel Jacobowitz2010-04-084-3/+26
| | | | | | | | | | This patch scratches an itch. Each individual gcc command in the glibc build is over 1K, which means it takes up a good chunk of my terminal. Most of that is include paths. Any version of GCC new enough to build glibc supports response files, which were added in 2005. So use a response file for the static list of include paths. Now the build commands are a lot shorter, and easier to use when developing glibc.
* Fix whitespaces.Ulrich Drepper2010-04-081-1/+1
|
* Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper2010-04-083-6/+21
|\
| * Obey LD_HWCAP_MASK in ld.so.cache lookups. roland/hwcap_maskRoland McGrath2010-04-053-6/+21
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2010-04-082-6/+13
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Fix libc-abis rules to be correct for add-on ports.Roland McGrath2010-04-082-6/+13
| | |
* | | Fix fallocate error return on i386.Andreas Schwab2010-04-083-2/+19
| | |
* | | Fix cproj implmentation.Ulrich Drepper2010-04-086-51/+33
|/ /
* | More NEWS for 2.12.Ulrich Drepper2010-04-081-1/+7
| |
* | kok_IN locale should have been support for some time.Ulrich Drepper2010-04-082-1/+2
| |
* | Hook up sq_MK locale.Ulrich Drepper2010-04-083-1/+12
| |
* | Albanian language locale for MacedoniaAgron Selimaj2010-04-081-0/+105
| |
* | Add tests for recent getopt changes.Ulrich Drepper2010-04-077-1/+404
| |
* | getopt mishandles optstring of "+:"Eric Blake2010-04-072-2/+8
| |
* | getopt mistakenly allows '-;' as short optionEric Blake2010-04-072-2/+8
| |
* | Fix -W with optional parameters in getopt.Eric Blake2010-04-072-2/+13
| | | | | | | | | | | | According to the getopt documentation, if "W;" is part of optstring, then '-W foo' should behave like '--foo'. But if "foo" uses an optional_argument, this is not the case, since optarg is not NULL when using -W.
* | Fix Mr. Mrs. Ms. and Miss in sq_ALAgron Selimaj2010-04-072-29/+35
| |
* | Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper2010-04-077-49/+132
| | | | | | | | | | | | | | The passwd.adjunct.byname table will not be used to fill in password fields in the passwd.byname replies. Instead it is used to synthesize the shadow.byname table, should it be missing. This is a useful mode in some installations involving Solaris.
* | Fix non-add-on handling of libc-abis.H.J. Lu2010-04-072-1/+5
| |
* | Fix libc-abis handling for add-ons.Joseph Myers2010-04-062-1/+6
| |
* | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov2010-04-052-2/+6
| |
* | elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers2010-04-052-0/+5
| |
* | Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath2010-04-056-11/+30
|/
* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath2010-04-052-1/+5
|
* Update dutch translation.Ulrich Drepper2010-04-052-160/+106
|
* Define thousands separator handling for numbers in pt_BR.Ulrich Drepper2010-04-052-28/+32
|
* Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-04-052-6/+16
|
* Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2010-04-052-7/+20
|
* Fix printing error messages in getopt.Ulrich Drepper2010-04-042-12/+17
|
* Declare iruserok and iruserok_af.Ulrich Drepper2010-04-042-0/+27
|
* Add test case for last argp bug.Ulrich Drepper2010-04-043-2/+63
|
* Fix option aliasing in argp.Sergey Poznyakoff2010-04-042-6/+12
|