Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning in __dl_iterate_phdr | Ulrich Drepper | 2011-11-12 | 2 | -1/+6 |
| | |||||
* | Fix case value used in RPC cod | Ulrich Drepper | 2011-11-12 | 2 | -1/+3 |
| | |||||
* | Avoid warning from shifting | Ulrich Drepper | 2011-11-12 | 2 | -2/+9 |
| | |||||
* | Fix warnings in regex | Ulrich Drepper | 2011-11-12 | 3 | -5/+11 |
| | |||||
* | Fix warnings in fallback C code of x86-32 wide memory functions | Ulrich Drepper | 2011-11-12 | 4 | -0/+16 |
| | |||||
* | Fix warning in nis_table | Ulrich Drepper | 2011-11-12 | 2 | -18/+23 |
| | |||||
* | PowerPC: Arithmetic function optimizations for POWER | Adhemerval Zanella | 2011-11-11 | 6 | -4/+149 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-11-11 | 2 | -1/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix __readlink declaration. | Roland McGrath | 2011-11-11 | 2 | -1/+6 |
| | | |||||
* | | Remove unused variables | Marek Polacek | 2011-11-11 | 3 | -15/+19 |
|/ | |||||
* | makecontext doens't need __THROWNL | Ulrich Drepper | 2011-11-11 | 2 | -1/+5 |
| | |||||
* | Fix grouping and reuse other locales in various locales | Ulrich Drepper | 2011-11-11 | 25 | -575/+546 |
| | |||||
* | Fix db makefile rule for group.db | Andreas Schwab | 2011-11-11 | 2 | -1/+3 |
| | |||||
* | Mark setjmp and ucontext functions as non-leaf | Andreas Schwab | 2011-11-11 | 5 | -23/+34 |
| | |||||
* | Check malloc arana limit atomically | Andreas Schwab | 2011-11-10 | 2 | -30/+41 |
| | |||||
* | Use strcasecmp_l instead of strcasecmp | Ulrich Drepper | 2011-11-08 | 3 | -3/+7 |
| | |||||
* | Remove unnecessary code from x86-32 SSSE3 strncmp | Ulrich Drepper | 2011-11-08 | 2 | -3/+6 |
| | |||||
* | Fix locking in _IO_flush_all_lockp | Andreas Schwab | 2011-11-07 | 2 | -2/+5 |
| | |||||
* | Fix buffer allocation in files initgroups handler | Andreas Schwab | 2011-11-07 | 2 | -1/+6 |
| | |||||
* | Always provide declarations of long double math functions when !_LIBC | Andreas Schwab | 2011-11-04 | 4 | -11/+18 |
| | |||||
* | Fix off-by-one when reading link name in sprof | Andreas Schwab | 2011-11-04 | 2 | -1/+5 |
| | |||||
* | Don't start AVC thread until credentials are installed | Andreas Schwab | 2011-11-03 | 2 | -4/+7 |
| | |||||
* | Don't fail in makedb if SELinux is disabled | Andreas Schwab | 2011-11-03 | 2 | -1/+6 |
| | |||||
* | Fix _IOT_sgttyb definition. | Samuel Thibault | 2011-11-02 | 2 | -2/+6 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-11-01 | 5 | -11/+23 |
|\ | |||||
| * | Account for alloca size rounding in extend_alloca | Andreas Schwab | 2011-11-01 | 3 | -9/+15 |
| | | |||||
| * | Ignore libaudit.h when checking for system header use | Andreas Schwab | 2011-11-01 | 2 | -1/+3 |
| | | |||||
| * | Properly set extra-objs in nscd makefile | Andreas Schwab | 2011-11-01 | 2 | -1/+5 |
| | | |||||
* | | Fix test of non-ASCII locales in x86-64 strcasecmp et.al. | Ulrich Drepper | 2011-11-01 | 3 | -5/+8 |
|/ | |||||
* | Fix tst-rfc3484 build failures | Ulrich Drepper | 2011-11-01 | 4 | -0/+22 |
| | |||||
* | unsigned long it better for the size arguments | Ulrich Drepper | 2011-11-01 | 1 | -4/+6 |
| | | | | | The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size. | ||||
* | New Linux syscalls process_vm_readv and process_vm_writev | Ulrich Drepper | 2011-11-01 | 5 | -2/+40 |
| | |||||
* | Use kernel headers for netlink definitions | Ulrich Drepper | 2011-11-01 | 2 | -1/+6 |
| | |||||
* | Use extend_alloca in _dl_map_object_deps. | Paul Pluzhnikov | 2011-10-31 | 2 | -2/+22 |
| | |||||
* | Unify getent output for initgroups database | Ulrich Drepper | 2011-10-31 | 3 | -2/+12 |
| | | | | | Requests for other fail if iteration is not supported and no parameters are given. Do this for initgroups as well. | ||||
* | Fix typo in CL | Ulrich Drepper | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Cache network interface information | Ulrich Drepper | 2011-10-31 | 10 | -46/+359 |
| | | | | | | | | | | | | Whenever getaddrinfo needed network interface information it used the netlink interface to read the information every single time. The problem is that this information can change at any time. The patch implements monitoring of the network interfaces through nscd. If no change is detected the previously read information can be reused (which is the norm). This timestamp information is also made available to other processes using the shared memory segment between nscd and those processes. | ||||
* | Fix potential double close in __check_fd if OOM | Ulrich Drepper | 2011-10-30 | 2 | -15/+24 |
| | |||||
* | Add bug number | Ulrich Drepper | 2011-10-29 | 1 | -2/+2 |
| | |||||
* | Avoid assertion in processes with VM in bad shape | Ulrich Drepper | 2011-10-29 | 2 | -4/+8 |
| | |||||
* | Mark a few more functions with __THROWNL. | Ulrich Drepper | 2011-10-29 | 3 | -12/+18 |
| | |||||
* | Add missing register initialization in x86-64 pthread_cond_timedwait | Ulrich Drepper | 2011-10-29 | 3 | -4/+12 |
| | |||||
* | Fix accuracy problem in generic sin | Ulrich Drepper | 2011-10-29 | 4 | -5/+13 |
| | |||||
* | Typo in last checkin | Ulrich Drepper | 2011-10-29 | 1 | -1/+1 |
| | |||||
* | Correctly NUL-terminate link name in sprof | Ulrich Drepper | 2011-10-29 | 3 | -4/+9 |
| | |||||
* | Cleanups in ldconfig's chroot handling | Ulrich Drepper | 2011-10-29 | 2 | -3/+4 |
| | |||||
* | Avoid warning in dl-lookup.c | Ulrich Drepper | 2011-10-29 | 2 | -2/+4 |
| | |||||
* | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | 2011-10-29 | 3 | -4/+9 |
| | |||||
* | Add strchrnul performance test | Ulrich Drepper | 2011-10-29 | 4 | -8/+27 |
| | |||||
* | Update Spanish translation | Ulrich Drepper | 2011-10-29 | 2 | -4903/+5389 |
| |