about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper2011-04-013-3/+9
|
* Add syncfs syscall.Andreas Schwab2011-04-016-2/+53
|
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-0110-15/+27
|
* Define O_PATH.Ulrich Drepper2011-04-018-1/+16
|
* Also make x86 sync_file_range a cancellation point.Ulrich Drepper2011-04-014-4/+58
|
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-019-33/+130
|
* Install bits/timex.h header.Andreas Schwab2011-04-012-1/+6
|
* Fix typos in comments.Ulrich Drepper2011-04-019-27/+36
|
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-0110-38/+297
|
* Define AT_EMPTY_PATH.Ulrich Drepper2011-04-012-0/+5
|
* Export new symbol.Ulrich Drepper2011-03-313-0/+7
|
* Add clock_adjtime syscall.Ulrich Drepper2011-03-306-86/+216
|
* Last change caused infinite loops because of missing loop increment.Ulrich Drepper2011-03-223-0/+10
|
* Fix whitespace issue.Ulrich Drepper2011-03-211-8/+8
|
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-214-17/+81
|
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-204-9/+114
|
* Add BZ info.Ulrich Drepper2011-03-182-2/+3
|
* Check size of pattern in wide character representation in fnmatch.Ulrich Drepper2011-03-182-1/+18
|
* PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold2011-03-182-3/+8
|
* Remove __restrict quals from wmemcmp prototype.Jakub Jelinek2011-03-102-2/+5
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-03-103-6/+12
|\ | | | | | | | | Conflicts: ChangeLog
| * sparc64: Relax tls linking test.Mike Frysinger2011-03-103-6/+13
| |
* | Fix copy relocations handling of unique objects.Ulrich Drepper2011-03-109-9/+85
| |
* | Regenerate.Ulrich Drepper2011-03-101-12/+90
| |
* | Don't run tests checking xecutable stack when SELinux is enforcing.Ulrich Drepper2011-03-102-1/+11
|/
* Fix loading first object along a path when tracing.Ulrich Drepper2011-03-062-1/+8
|
* Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia2011-03-044-51/+94
| | | | | | | | | This patch enables SSE2 memset for AMD's upcoming Orochi processor. This patch also fixes the following bug: For misaligned blocks larger than > 144 Bytes, memset branches into the integer code path depending on the value of misalignment even if the startup code chooses the SSE2 code path upfront, when multiarch is enabled.
* Optimize fmemopen a bit.Ulrich Drepper2011-03-042-5/+10
|
* Don't read past end of buffer in fmemopenAndreas Schwab2011-03-042-2/+6
|
* setjmp/bits/setjmp2.h: Canonicalize comment formatting.Roland McGrath2011-03-032-17/+21
|
* Fix sparc64 bzero on non-Niagara systems.David S. Miller2011-03-032-2/+7
|
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-258-13/+59
|
* Update BZ listUlrich Drepper2011-02-251-2/+2
|
* Don't crash when dependencies are missingAndreas Schwab2011-02-252-5/+11
|
* Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵Samuel Thibault2011-02-212-0/+51
| | | | needs munmap.
* Update with BZ number.Ulrich Drepper2011-02-202-2/+3
|
* Fix allocation when handling positional parameters in printf.Petr Baudis2011-02-204-3/+33
|
* Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-203-5/+16
|
* elf/elf.h: Add new ARM TLS relocs.Nathan Sidwell2011-02-182-1/+12
|
* Work around empty line at end file generated by autoconf.Ulrich Drepper2011-02-172-0/+2
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-02-174-1/+27
|\ | | | | | | | | Conflicts: ChangeLog
| * Add multiple inclusion protection to some Mach/i386 internal headers.Samuel Thibault2011-02-163-0/+15
| |
| * Conditionalize use of SIGRTMIN in psiginfo.Samuel Thibault2011-02-162-1/+12
| |
* | Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-174-2/+124
| |
* | Update bug list.Ulrich Drepper2011-02-171-2/+2
| |
* | Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-172-0/+12
| |
* | Remove use of ranlib.Ulrich Drepper2011-02-1513-358/+483
|/
* Fix two printf handler issues.Jakub Jelinek2011-02-153-7/+21
|
* Update sysdeps/unix/sysv/linux/sparc/bits/socket.hAndreas Schwab2011-02-072-9/+38
|
* Synchronize generic bits/sched.h cpu_set_t with Linux implementation.Samuel Thibault2011-02-072-15/+83
|