about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix wanings in clock_gettimeUlrich Drepper2011-11-123-8/+13
|
* Avoid unused warning in getaddrinfo_aUlrich Drepper2011-11-122-3/+6
|
* Avoid warnings about unused variable in 96-bit j0l and j1lUlrich Drepper2011-11-123-4/+8
|
* Avoid warnings about unused variables in 96-bit hypotlUlrich Drepper2011-11-122-2/+7
|
* Prepare dwarf2.h for multiple inclusionUlrich Drepper2011-11-121-0/+5
|
* Fix incomplete edit in last patchUlrich Drepper2011-11-121-2/+0
|
* Avoid redefinition of DWARF constantsUlrich Drepper2011-11-123-76/+52
|
* Fix warning in __dl_iterate_phdrUlrich Drepper2011-11-122-1/+6
|
* Fix case value used in RPC codUlrich Drepper2011-11-122-1/+3
|
* Avoid warning from shiftingUlrich Drepper2011-11-122-2/+9
|
* Fix warnings in regexUlrich Drepper2011-11-123-5/+11
|
* Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper2011-11-124-0/+16
|
* Fix warning in nis_tableUlrich Drepper2011-11-122-18/+23
|
* PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella2011-11-116-4/+149
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-11-112-1/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix __readlink declaration.Roland McGrath2011-11-112-1/+6
| |
* | Remove unused variablesMarek Polacek2011-11-113-15/+19
|/
* makecontext doens't need __THROWNLUlrich Drepper2011-11-112-1/+5
|
* Fix grouping and reuse other locales in various localesUlrich Drepper2011-11-1125-575/+546
|
* Fix db makefile rule for group.dbAndreas Schwab2011-11-112-1/+3
|
* Mark setjmp and ucontext functions as non-leafAndreas Schwab2011-11-115-23/+34
|
* Check malloc arana limit atomicallyAndreas Schwab2011-11-102-30/+41
|
* Use strcasecmp_l instead of strcasecmpUlrich Drepper2011-11-083-3/+7
|
* Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper2011-11-082-3/+6
|
* Fix locking in _IO_flush_all_lockpAndreas Schwab2011-11-072-2/+5
|
* Fix buffer allocation in files initgroups handlerAndreas Schwab2011-11-072-1/+6
|
* Always provide declarations of long double math functions when !_LIBCAndreas Schwab2011-11-044-11/+18
|
* Fix off-by-one when reading link name in sprofAndreas Schwab2011-11-042-1/+5
|
* Don't start AVC thread until credentials are installedAndreas Schwab2011-11-032-4/+7
|
* Don't fail in makedb if SELinux is disabledAndreas Schwab2011-11-032-1/+6
|
* Fix _IOT_sgttyb definition.Samuel Thibault2011-11-022-2/+6
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-11-015-11/+23
|\
| * Account for alloca size rounding in extend_allocaAndreas Schwab2011-11-013-9/+15
| |
| * Ignore libaudit.h when checking for system header useAndreas Schwab2011-11-012-1/+3
| |
| * Properly set extra-objs in nscd makefileAndreas Schwab2011-11-012-1/+5
| |
* | Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper2011-11-013-5/+8
|/
* Fix tst-rfc3484 build failuresUlrich Drepper2011-11-014-0/+22
|
* unsigned long it better for the size argumentsUlrich Drepper2011-11-011-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_writevUlrich Drepper2011-11-015-2/+40
|
* Use kernel headers for netlink definitionsUlrich Drepper2011-11-012-1/+6
|
* Use extend_alloca in _dl_map_object_deps.Paul Pluzhnikov2011-10-312-2/+22
|
* Unify getent output for initgroups databaseUlrich Drepper2011-10-313-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 CLUlrich Drepper2011-10-311-1/+1
|
* Cache network interface informationUlrich Drepper2011-10-3110-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 OOMUlrich Drepper2011-10-302-15/+24
|
* Add bug numberUlrich Drepper2011-10-291-2/+2
|
* Avoid assertion in processes with VM in bad shapeUlrich Drepper2011-10-292-4/+8
|
* Mark a few more functions with __THROWNL.Ulrich Drepper2011-10-293-12/+18
|
* Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper2011-10-293-4/+12
|
* Fix accuracy problem in generic sinUlrich Drepper2011-10-294-5/+13
|