about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc
Commit message (Collapse)AuthorAgeFilesLines
* Remove pre-ISO C supportUlrich Drepper2012-01-075-14/+12
| | | | No more __const.
* More ia64 removal changesUlrich Drepper2012-01-071-1/+60
|
* Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-221-1/+5
|
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-211-3/+3
|
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-121-2/+2
|
* Remove support for !USE___THREADUlrich Drepper2011-09-102-44/+18
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-091-2/+2
|
* Fixes and optimizations for 32-bit sparc fabs*().David S. Miller2011-09-051-0/+3
|
* Fix sparc localplt testcase failures. carlos/masterDavid S. Miller2011-08-313-132/+175
|
* Bug fixes for ____longjmp_chk on sparc.David S. Miller2011-08-222-5/+32
|
* * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2011-08-141-2/+2
| | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
* * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-101-1/+1
| | | | | | | enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-231-1/+3
|
* Update ptrace constantsUlrich Drepper2011-07-231-1/+28
|
* Same change for the other siginfi.h filesUlrich Drepper2011-05-291-2/+2
|
* Define RLIMIT_RTTIMEUlrich Drepper2011-05-231-2/+8
|
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-011-2/+2
|
* Define O_PATH.Ulrich Drepper2011-04-011-0/+1
|
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-011-5/+43
|
* Update sysdeps/unix/sysv/linux/sparc/bits/socket.hAndreas Schwab2011-02-071-2/+28
|
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-171-0/+1
|
* Define MADV_HUGEPAGE.Ulrich Drepper2011-01-171-1/+2
|
* Add definitions for new socket protocols.Ulrich Drepper2011-01-171-4/+8
|
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-01-041-1/+1
| | | | | This was simply missed when Jakub converted all of the other sparc64 xstat cases.
* Add support for fanotify_mark on sparc32 and s390Andreas Schwab2010-09-201-0/+1
|
* Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger2010-09-011-4/+5
|
* Define EXTPROC for Linux.Ulrich Drepper2010-08-121-3/+5
|
* Add support for prlimit and prlimit64 on Linux.Ulrich Drepper2010-08-111-0/+2
|
* Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper2010-06-141-0/+2
|
* sparc64: Fix msgrcv()Aurelien Jarno2010-03-031-0/+49
| | | | | | | | | | | msgrcv() does not work on sparc64, as it passes the 6th argument using the ipc kludge, while the kernel waits for a 6 arguments syscall. This patches fixes the problem by using a sparc64 specific version of msgrcv.c. 2010-03-03 Aurelien Jarno <aurelien@aurel32.net> * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
* sparc: Fix 32-bit makecontext arg passing.David S. Miller2010-02-201-1/+1
| | | | | test-makecontext3 fails because we fill in the argument stack slots past the 5th using the wrong index.
* Add new errlist compat entry for 2.12.Andreas Schwab2010-02-061-0/+4
|
* Remove duplicate definitions of O_DSYNC and O_RSYNC for Linux/sparc.Andreas Schwab2010-01-181-8/+0
|
* Fix double-inclusion problem of bits/stat.h.Ulrich Drepper2010-01-111-0/+5
|
* FIx up signal.h for XPG7.Ulrich Drepper2010-01-101-1/+3
|
* Add support for XPG7 testing.Ulrich Drepper2010-01-092-6/+10
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* Update poll.h header for POSIX 2008.Ulrich Drepper2009-12-151-2/+2
|
* Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper2009-12-111-3/+3
|
* Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8.Andreas Schwab2009-11-231-9/+9
| | | | POSIX.1-2008 made stat.st_[acm]tim mandatory.
* Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper2009-11-191-3/+4
| | | | But maintain compatiblity for 2.11.
* Change misleading names of parameters of sync_file_range.Ulrich Drepper2009-11-171-1/+1
|
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-171-10/+14
|
* Add support for new Linux error ERFKILL.Ulrich Drepper2009-11-141-1/+5
|
* Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper2009-11-141-2/+2
|
* Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-061-2/+2
| | | | | | | | As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just found, fallocate is wrong too. The problem is that only off_t is remapped to the 64-bit type transparently, __off_t is not.
* Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper2009-10-291-1/+18
|
* Add ____longjmp_chk for sparcDavid S. Miller2009-10-142-0/+184
| | | | | | | | | | | tst-longjmp_chk passes, tst-longjmp_chk2 fails but that is because of some limitations of kernel signal delivery on sparc that I need to fix, it has nothing to do with the longjmp_chk implementation. (The problem with tst-longjmp_chk2 is that it tries to do a stack fault SIGSEGV within a stack fault SIGSEGV , and the Linux kernel will refuse to setup the signal stack and deliver the signal if the register windows can't be written out to the stack first)
* Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-011-2/+4
|
* Add 802.15.4 definitions to header files.Ulrich Drepper2009-06-181-2/+14
|
* Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek2009-05-151-0/+3
| | | | | | Due to a pasto the fallocate64 interface, introduced in glibc 2.10, isn't exported for 32-bit Linux platforms. It is too late for this now so exported them for glibc 2.11.