about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up internal fopen usesUlrich Drepper2011-11-1527-46/+117
| | | | No need to ever not use c and e.
* Use O_CLOEXEC in tzfile handlingUlrich Drepper2011-11-142-3/+7
|
* Update NEWSUlrich Drepper2011-11-141-1/+4
|
* Merge branch 'x32-strcase'Ulrich Drepper2011-11-1418-339/+1548
|\ | | | | | | | | Conflicts: ChangeLog
| * Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper2011-11-149-89/+484
| |
| * SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper2011-11-1315-266/+1080
| |
* | Don't call reused_arena when _int_new_arena failedAndreas Schwab2011-11-142-5/+10
|/
* 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
|