about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'elf-move'Andreas Jaeger2012-03-273-283/+0
|\
| * Merge branch 'master' into elf-moveAndreas Jaeger2012-03-207-666/+1
| |\
| * | Remove unused start.c files.Andreas Jaeger2012-03-203-283/+0
* | | Disable use of FMA instructions in branredAndreas Schwab2012-03-211-65/+133
* | | Check x86_64* instead of x86_64H.J. Lu2012-03-212-2/+2
* | | Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-2013-13/+13
* | | Add x32 support to ldd-rewrite.sedH.J. Lu2012-03-191-1/+1
| |/ |/|
* | Remove common-objdir-compile and related sysdeps/unix/Makefile code.Joseph Myers2012-03-197-666/+1
|/
* Add missing Versions entry for sparc's __getshmlba.David S. Miller2012-03-171-0/+2
* Fix warnings when uintptr_t is larger than int.David S. Miller2012-03-161-1/+1
* Fix SHMLBA on sparc.David S. Miller2012-03-164-11/+59
* Use greg_t and uintptr_t in x86-64 __makecontextH.J. Lu2012-03-161-16/+17
* Add x32 support to ldconfigH.J. Lu2012-03-164-89/+70
* Install bits/syscall.h through install-headers.Joseph Myers2012-03-141-12/+4
* Use correct implementation for dl-fxstatat64 on sparc64.David S. Miller2012-03-131-0/+6
* Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set.David S. Miller2012-03-131-1/+1
* Fix another instance of the _dl_random masking bug, plus coding style.David S. Miller2012-03-121-2/+2
* Add some missing sparc kernel-feature.h entries.David S. Miller2012-03-121-9/+10
* Fix some 64-bit sparc build warnings.David S. Miller2012-03-112-5/+5
* Fix typing of the bit twiddling done in _dl_setup_stack_chk_guard.David S. Miller2012-03-111-2/+2
* Split enum __socket_type from bits/socket.h to bits/socket_type.h.Joseph Myers2012-03-095-472/+114
* Update copyright year after my most recent changes.David S. Miller2012-03-082-2/+2
* Fix several build warnings on sparc.David S. Miller2012-03-062-9/+25
* * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):H.J. Lu2012-03-053-4/+4
* 2012-03-05 Tom de Vries <tom@codesourcery.com>Tom de Vries2012-03-051-2/+2
* Kill sparc32 specific __getpagesize, unneeded.David S. Miller2012-03-011-45/+0
* Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement.David S. Miller2012-03-015-72/+4
* Require Linux kernel headers from "make headers_install", >= 2.6.19.1.Joseph Myers2012-02-272-10/+10
* Fix name mangling of pthread_attr_t after changeUlrich Drepper2012-02-263-3/+3
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-263-2/+9
* Work around problem of pthread_attr_t definition with old compilersUlrich Drepper2012-02-263-2/+17
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-264-9/+13
* Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack.David S. Miller2012-02-201-6/+4
* Explain why we don't make use of RDPC in the sparc PIC register setup.David S. Miller2012-02-201-0/+3
* Use sparc GOTDATA relocations whenever possible.David S. Miller2012-02-205-27/+95
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-217-297/+97
* Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.Joseph Myers2012-02-215-69/+61
* Add support for Linux error EHWPOISONAndreas Schwab2012-02-193-2/+14
* Rework sparc PIC macros so crt{i,n}.S can use them too.David S. Miller2012-02-183-14/+21
* Include <time.h> in clock_settime.c.Aurelien Jarno2012-02-171-1/+2
* Add O_FSYNC define to sparc just like other platforms.David S. Miller2012-02-161-0/+1
* Include sys/param.h in getcwd.c.Mike Frysinger2012-02-151-2/+2
* Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.Joseph Myers2012-02-154-51/+38
* Split architecture-specific parts of sys/inotify.h into bits/inotify.h.Joseph Myers2012-02-145-115/+62
* Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h.Joseph Myers2012-02-134-40/+40
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09879-2638/+1756
* Use <> for include of kernel-features.h.Richard Henderson2012-02-091-1/+1
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-051-10/+1
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-031-7/+7
* Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-301-1/+3
|\