about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Remove pre-2.2 Linux kernel support.Joseph Myers2012-05-1438-1433/+191
* Free memory at exit in check_pf.cH.J. Lu2012-05-141-1/+1
* Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge2012-05-102-64/+0
* Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to sysdeps/unix/...Joseph Myers2012-05-101-0/+3
* Merge sysdeps/unix/common into sysdeps/unix.Joseph Myers2012-05-041-3/+0
* Move x86-64 abilist files to 64/nptlH.J. Lu2012-05-0413-0/+0
* Fix missing vm86 symbolAndreas Schwab2012-05-041-1/+1
* Update powerpc ABI dataAndreas Schwab2012-05-019-14/+625
* Move abilist files into sysdep dirs.David S. Miller2012-04-28116-0/+29662
* Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/.Joseph Myers2012-04-261-0/+45
* Delete everything under sysdeps/unix/sparc/David S. Miller2012-04-253-49/+23
* Merge sysdeps/unix/mman into sysdeps/unix.Joseph Myers2012-04-241-5/+0
* Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions.Joseph Myers2012-04-211-1/+1
* Put vm86 into libc.aNix2012-04-211-1/+1
* Fix computation of inflated errlist sizeAndreas Schwab2012-04-191-1/+1
* Fix variable check in sparc clock frequency probing.Antoine Balestrat2012-04-131-1/+1
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-112-0/+2
* Comment fixes for mmsghdrUlrich Drepper2012-03-301-2/+3
* Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc.Anton Blanchard2012-03-274-7/+12
* 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
* 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
* 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