Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-11 | Remove unused variables | Marek Polacek | |
2011-11-11 | makecontext doens't need __THROWNL | Ulrich Drepper | |
2011-11-11 | Fix grouping and reuse other locales in various locales | Ulrich Drepper | |
2011-11-11 | Fix db makefile rule for group.db | Andreas Schwab | |
2011-11-11 | Mark setjmp and ucontext functions as non-leaf | Andreas Schwab | |
2011-11-10 | Check malloc arana limit atomically | Andreas Schwab | |
2011-11-08 | Use strcasecmp_l instead of strcasecmp | Ulrich Drepper | |
2011-11-08 | Remove unnecessary code from x86-32 SSSE3 strncmp | Ulrich Drepper | |
2011-11-07 | Fix locking in _IO_flush_all_lockp | Andreas Schwab | |
2011-11-07 | Fix buffer allocation in files initgroups handler | Andreas Schwab | |
2011-11-04 | Always provide declarations of long double math functions when !_LIBC | Andreas Schwab | |
2011-11-04 | Fix off-by-one when reading link name in sprof | Andreas Schwab | |
2011-11-03 | Don't start AVC thread until credentials are installed | Andreas Schwab | |
2011-11-03 | Don't fail in makedb if SELinux is disabled | Andreas Schwab | |
2011-11-02 | Fix _IOT_sgttyb definition. | Samuel Thibault | |
2011-11-01 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
2011-11-01 | Fix test of non-ASCII locales in x86-64 strcasecmp et.al. | Ulrich Drepper | |
2011-11-01 | Account for alloca size rounding in extend_alloca | Andreas Schwab | |
2011-11-01 | Ignore libaudit.h when checking for system header use | Andreas Schwab | |
2011-11-01 | Properly set extra-objs in nscd makefile | Andreas Schwab | |
2011-11-01 | Fix tst-rfc3484 build failures | Ulrich Drepper | |
2011-11-01 | unsigned long it better for the size arguments | Ulrich Drepper | |
The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size. | |||
2011-11-01 | New Linux syscalls process_vm_readv and process_vm_writev | Ulrich Drepper | |
2011-11-01 | Use kernel headers for netlink definitions | Ulrich Drepper | |
2011-10-31 | Use extend_alloca in _dl_map_object_deps. | Paul Pluzhnikov | |
2011-10-31 | Unify getent output for initgroups database | Ulrich Drepper | |
Requests for other fail if iteration is not supported and no parameters are given. Do this for initgroups as well. | |||
2011-10-31 | Fix typo in CL | Ulrich Drepper | |
2011-10-31 | Cache network interface information | Ulrich Drepper | |
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. | |||
2011-10-30 | Fix potential double close in __check_fd if OOM | Ulrich Drepper | |
2011-10-29 | Add bug number | Ulrich Drepper | |
2011-10-29 | Avoid assertion in processes with VM in bad shape | Ulrich Drepper | |
2011-10-29 | Mark a few more functions with __THROWNL. | Ulrich Drepper | |
2011-10-29 | Add missing register initialization in x86-64 pthread_cond_timedwait | Ulrich Drepper | |
2011-10-29 | Fix accuracy problem in generic sin | Ulrich Drepper | |
2011-10-29 | Typo in last checkin | Ulrich Drepper | |
2011-10-29 | Correctly NUL-terminate link name in sprof | Ulrich Drepper | |
2011-10-29 | Cleanups in ldconfig's chroot handling | Ulrich Drepper | |
2011-10-29 | Avoid warning in dl-lookup.c | Ulrich Drepper | |
2011-10-29 | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | |
2011-10-29 | Add strchrnul performance test | Ulrich Drepper | |
2011-10-29 | Update Spanish translation | Ulrich Drepper | |
2011-10-29 | Update Italian translation | Ulrich Drepper | |
2011-10-28 | More cleanups of x86-64 strstr | Ulrich Drepper | |
2011-10-28 | Clean up x86-64 strcasestr | Ulrich Drepper | |
Actually describe in the C code what is going on. | |||
2011-10-28 | Remove code without too much effects | Ulrich Drepper | |
Some of the AVX-specific code is not giving enough speed-up to justify the extra code. | |||
2011-10-28 | Fix some warning nits | Andreas Schwab | |
2011-10-28 | Move wide char related routines to wcsmbs subdir | Andreas Schwab | |
2011-10-27 | Don't mark memory synchronisation functions as leaf | Andreas Schwab | |
2011-10-26 | BZ#13349: Missing BZ tag for last change. | Roland McGrath | |
2011-10-26 | Remove mention of open_obstack_stream, which has never existed in libio. | Roland McGrath | |