Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 84 | -252/+168 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 5 | -14/+12 | |
No more __const. | |||||
2012-01-07 | More ia64 removal changes | Ulrich Drepper | 1 | -1/+60 | |
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 1 | -1/+5 | |
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 1 | -3/+3 | |
2011-09-12 | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 1 | -2/+2 | |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 2 | -44/+18 | |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 1 | -2/+2 | |
2011-09-05 | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 1 | -0/+3 | |
2011-08-31 | Fix sparc localplt testcase failures. | David S. Miller | 3 | -132/+175 | |
2011-08-22 | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2 | -5/+32 | |
2011-08-14 | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | 1 | -2/+2 | |
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | |||||
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | 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. | |||||
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | 1 | -1/+3 | |
2011-07-23 | Update ptrace constants | Ulrich Drepper | 1 | -1/+28 | |
2011-05-29 | Same change for the other siginfi.h files | Ulrich Drepper | 1 | -2/+2 | |
2011-05-23 | Define RLIMIT_RTTIME | Ulrich Drepper | 1 | -2/+8 | |
2011-04-01 | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 1 | -2/+2 | |
2011-04-01 | Define O_PATH. | Ulrich Drepper | 1 | -0/+1 | |
2011-04-01 | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 1 | -5/+43 | |
2011-02-07 | Update sysdeps/unix/sysv/linux/sparc/bits/socket.h | Andreas Schwab | 1 | -2/+28 | |
2011-01-17 | Define MADV_NOHUGEPAGE. | Ulrich Drepper | 1 | -0/+1 | |
2011-01-17 | Define MADV_HUGEPAGE. | Ulrich Drepper | 1 | -1/+2 | |
2011-01-17 | Add definitions for new socket protocols. | Ulrich Drepper | 1 | -4/+8 | |
2011-01-04 | sparc64: Use i386 implementation for fxstat. | David S. Miller | 1 | -1/+1 | |
This was simply missed when Jakub converted all of the other sparc64 xstat cases. | |||||
2010-09-20 | Add support for fanotify_mark on sparc32 and s390 | Andreas Schwab | 1 | -0/+1 | |
2010-09-01 | Update sparc epoll.h from epoll_create2 to epoll_create1 | Mike Frysinger | 1 | -4/+5 | |
2010-08-12 | Define EXTPROC for Linux. | Ulrich Drepper | 1 | -3/+5 | |
2010-08-11 | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper | 1 | -0/+2 | |
2010-06-14 | Define F_SETPIPE_SZ and F_GETPIPE_SZ. | Ulrich Drepper | 1 | -0/+2 | |
2010-03-03 | sparc64: Fix msgrcv() | Aurelien Jarno | 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. | |||||
2010-02-20 | sparc: Fix 32-bit makecontext arg passing. | David S. Miller | 1 | -1/+1 | |
test-makecontext3 fails because we fill in the argument stack slots past the 5th using the wrong index. | |||||
2010-02-06 | Add new errlist compat entry for 2.12. | Andreas Schwab | 1 | -0/+4 | |
2010-01-18 | Remove duplicate definitions of O_DSYNC and O_RSYNC for Linux/sparc. | Andreas Schwab | 1 | -8/+0 | |
2010-01-11 | Fix double-inclusion problem of bits/stat.h. | Ulrich Drepper | 1 | -0/+5 | |
2010-01-10 | FIx up signal.h for XPG7. | Ulrich Drepper | 1 | -1/+3 | |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 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. | |||||
2009-12-15 | Update poll.h header for POSIX 2008. | Ulrich Drepper | 1 | -2/+2 | |
2009-12-11 | Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels. | Ulrich Drepper | 1 | -3/+3 | |
2009-11-23 | Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8. | Andreas Schwab | 1 | -9/+9 | |
POSIX.1-2008 made stat.st_[acm]tim mandatory. | |||||
2009-11-19 | Follow kernel F_OWNER_{GID -> PGRP} change. | Ulrich Drepper | 1 | -3/+4 | |
But maintain compatiblity for 2.11. | |||||
2009-11-17 | Change misleading names of parameters of sync_file_range. | Ulrich Drepper | 1 | -1/+1 | |
2009-11-17 | Add missing Linux MADV_* definitions. | Ulrich Drepper | 1 | -10/+14 | |
2009-11-14 | Add support for new Linux error ERFKILL. | Ulrich Drepper | 1 | -1/+5 | |
2009-11-14 | Fix F_SETOWN_EX and F_GETOWN_EX definitions. | Ulrich Drepper | 1 | -2/+2 | |
2009-11-06 | Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. | Jakub Jelinek | 1 | -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. | |||||
2009-10-29 | Define F_OWNER_* and f_owner_ex for Linux targets. | Ulrich Drepper | 1 | -1/+18 | |
2009-10-14 | Add ____longjmp_chk for sparc | David S. Miller | 2 | -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) | |||||
2009-10-01 | Define F_SETOWN_EX and F_GETOWN_EX in Linux headers. | Ulrich Drepper | 1 | -2/+4 | |
2009-06-18 | Add 802.15.4 definitions to header files. | Ulrich Drepper | 1 | -2/+14 | |