Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split architecture-specific parts of sys/epoll.h into bits/epoll.h. | Joseph Myers | 2012-02-21 | 2 | -143/+29 |
| | |||||
* | Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h. | Joseph Myers | 2012-02-21 | 2 | -59/+29 |
| | |||||
* | Add support for Linux error EHWPOISON | Andreas Schwab | 2012-02-19 | 2 | -1/+9 |
| | |||||
* | Rework sparc PIC macros so crt{i,n}.S can use them too. | David S. Miller | 2012-02-18 | 2 | -10/+10 |
| | | | | | | | | | | | | | * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro. (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore %o7 across the call. (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro instead. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use SETUP_PIC_REG_LEAF. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. * sysdeps/sparc/crti.S: Use SETUP_PIC_REG. * sysdeps/sparc/crtn.S: Likewise. | ||||
* | Add O_FSYNC define to sparc just like other platforms. | David S. Miller | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h. | Joseph Myers | 2012-02-15 | 1 | -40/+4 |
| | |||||
* | Split architecture-specific parts of sys/inotify.h into bits/inotify.h. | Joseph Myers | 2012-02-14 | 2 | -104/+29 |
| | |||||
* | Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h. | Joseph Myers | 2012-02-13 | 1 | -27/+5 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 84 | -252/+168 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 5 | -14/+12 |
| | | | | No more __const. | ||||
* | More ia64 removal changes | Ulrich Drepper | 2012-01-07 | 1 | -1/+60 |
| | |||||
* | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 2011-12-22 | 1 | -1/+5 |
| | |||||
* | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 2011-12-21 | 1 | -3/+3 |
| | |||||
* | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 2 | -44/+18 |
| | |||||
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 2011-09-05 | 1 | -0/+3 |
| | |||||
* | Fix sparc localplt testcase failures. carlos/master | David S. Miller | 2011-08-31 | 3 | -132/+175 |
| | |||||
* | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2011-08-22 | 2 | -5/+32 |
| | |||||
* | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | 2011-08-14 | 1 | -2/+2 |
| | | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | ||||
* | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | 2011-08-10 | 1 | -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_NFC | Ulrich Drepper | 2011-07-23 | 1 | -1/+3 |
| | |||||
* | Update ptrace constants | Ulrich Drepper | 2011-07-23 | 1 | -1/+28 |
| | |||||
* | Same change for the other siginfi.h files | Ulrich Drepper | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | Define RLIMIT_RTTIME | Ulrich Drepper | 2011-05-23 | 1 | -2/+8 |
| | |||||
* | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 2011-04-01 | 1 | -2/+2 |
| | |||||
* | Define O_PATH. | Ulrich Drepper | 2011-04-01 | 1 | -0/+1 |
| | |||||
* | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 2011-04-01 | 1 | -5/+43 |
| | |||||
* | Update sysdeps/unix/sysv/linux/sparc/bits/socket.h | Andreas Schwab | 2011-02-07 | 1 | -2/+28 |
| | |||||
* | Define MADV_NOHUGEPAGE. | Ulrich Drepper | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | Define MADV_HUGEPAGE. | Ulrich Drepper | 2011-01-17 | 1 | -1/+2 |
| | |||||
* | Add definitions for new socket protocols. | Ulrich Drepper | 2011-01-17 | 1 | -4/+8 |
| | |||||
* | sparc64: Use i386 implementation for fxstat. | David S. Miller | 2011-01-04 | 1 | -1/+1 |
| | | | | | This was simply missed when Jakub converted all of the other sparc64 xstat cases. | ||||
* | Add support for fanotify_mark on sparc32 and s390 | Andreas Schwab | 2010-09-20 | 1 | -0/+1 |
| | |||||
* | Update sparc epoll.h from epoll_create2 to epoll_create1 | Mike Frysinger | 2010-09-01 | 1 | -4/+5 |
| | |||||
* | Define EXTPROC for Linux. | Ulrich Drepper | 2010-08-12 | 1 | -3/+5 |
| | |||||
* | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper | 2010-08-11 | 1 | -0/+2 |
| | |||||
* | Define F_SETPIPE_SZ and F_GETPIPE_SZ. | Ulrich Drepper | 2010-06-14 | 1 | -0/+2 |
| | |||||
* | sparc64: Fix msgrcv() | Aurelien Jarno | 2010-03-03 | 1 | -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. Miller | 2010-02-20 | 1 | -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 Schwab | 2010-02-06 | 1 | -0/+4 |
| | |||||
* | Remove duplicate definitions of O_DSYNC and O_RSYNC for Linux/sparc. | Andreas Schwab | 2010-01-18 | 1 | -8/+0 |
| | |||||
* | Fix double-inclusion problem of bits/stat.h. | Ulrich Drepper | 2010-01-11 | 1 | -0/+5 |
| | |||||
* | FIx up signal.h for XPG7. | Ulrich Drepper | 2010-01-10 | 1 | -1/+3 |
| | |||||
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 2 | -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 Drepper | 2009-12-15 | 1 | -2/+2 |
| | |||||
* | Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels. | Ulrich Drepper | 2009-12-11 | 1 | -3/+3 |
| | |||||
* | Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8. | Andreas Schwab | 2009-11-23 | 1 | -9/+9 |
| | | | | POSIX.1-2008 made stat.st_[acm]tim mandatory. | ||||
* | Follow kernel F_OWNER_{GID -> PGRP} change. | Ulrich Drepper | 2009-11-19 | 1 | -3/+4 |
| | | | | But maintain compatiblity for 2.11. | ||||
* | Change misleading names of parameters of sync_file_range. | Ulrich Drepper | 2009-11-17 | 1 | -1/+1 |
| |