Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵ | Roland McGrath | 2012-08-06 | 1 | -1/+6 |
| | | | | struct dirent64. | ||||
* | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | 2012-07-26 | 1 | -1/+12 |
| | |||||
* | Update from Linux 3.4 | Andreas Jaeger | 2012-05-23 | 1 | -1/+3 |
| | |||||
* | Add sysctl.mk and bits/sysctl.h | H.J. Lu | 2012-05-22 | 1 | -0/+1 |
| | |||||
* | Pad each field to __syscall_slong_t in struct rusage | H.J. Lu | 2012-05-22 | 1 | -17/+78 |
| | |||||
* | Define __SYSCALL_WORDSIZE for x86-64 | H.J. Lu | 2012-05-21 | 1 | -2/+3 |
| | |||||
* | Use __syscall_slong_t in bits/timex.h | H.J. Lu | 2012-05-19 | 1 | -23/+24 |
| | |||||
* | Add __fsword_t and use it in bits/statfs.h | H.J. Lu | 2012-05-17 | 1 | -12/+12 |
| | |||||
* | Use __syscall_slong_t in bits/mqueue.h | H.J. Lu | 2012-05-16 | 1 | -6/+8 |
| | |||||
* | Use __syscall_ulong_t in bits/ipc.h | H.J. Lu | 2012-05-16 | 1 | -3/+3 |
| | |||||
* | Comment fixes for mmsghdr | Ulrich Drepper | 2012-03-30 | 1 | -2/+3 |
| | |||||
* | Split enum __socket_type from bits/socket.h to bits/socket_type.h. | Joseph Myers | 2012-03-09 | 2 | -33/+57 |
| | |||||
* | Fix name mangling of pthread_attr_t after change | Ulrich Drepper | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 2 | -2/+7 |
| | |||||
* | Work around problem of pthread_attr_t definition with old compilers | Ulrich Drepper | 2012-02-26 | 1 | -0/+3 |
| | |||||
* | Fix up POSIX testing in conformtest | Ulrich Drepper | 2012-02-26 | 2 | -5/+9 |
| | |||||
* | Split architecture-specific parts of sys/epoll.h into bits/epoll.h. | Joseph Myers | 2012-02-21 | 1 | -0/+29 |
| | |||||
* | Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h. | Joseph Myers | 2012-02-21 | 1 | -0/+29 |
| | |||||
* | Add support for Linux error EHWPOISON | Andreas Schwab | 2012-02-19 | 1 | -1/+5 |
| | |||||
* | Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h. | Joseph Myers | 2012-02-15 | 1 | -0/+29 |
| | |||||
* | Split architecture-specific parts of sys/inotify.h into bits/inotify.h. | Joseph Myers | 2012-02-14 | 1 | -0/+29 |
| | |||||
* | Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h. | Joseph Myers | 2012-02-13 | 1 | -0/+31 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 32 | -96/+64 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 6 | -23/+23 |
| | | | | No more __const. | ||||
* | unsigned long it better for the size arguments | Ulrich Drepper | 2011-11-01 | 1 | -4/+6 |
| | | | | | The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size. | ||||
* | New Linux syscalls process_vm_readv and process_vm_writev | Ulrich Drepper | 2011-11-01 | 1 | -1/+24 |
| | |||||
* | Define IP_MULTICAST_ALL | Ulrich Drepper | 2011-09-15 | 1 | -1/+2 |
| | |||||
* | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | Define AF_NFC and PF_NFC | Ulrich Drepper | 2011-07-23 | 1 | -1/+3 |
| | |||||
* | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Clean up after kernel sigcontext header mess | Ulrich Drepper | 2011-06-22 | 1 | -1/+5 |
| | |||||
* | Don't document si_code used for raise() | Ulrich Drepper | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | Add sendmmsg syscall | Ulrich Drepper | 2011-05-28 | 1 | -1/+8 |
| | |||||
* | Set setns system call | Ulrich Drepper | 2011-05-28 | 1 | -3/+7 |
| | |||||
* | Define RLIMIT_RTTIME | Ulrich Drepper | 2011-05-23 | 1 | -2/+8 |
| | |||||
* | Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM | Ulrich Drepper | 2011-05-21 | 1 | -0/+4 |
| | |||||
* | Define CLOCK_BOOTTIME. | Ulrich Drepper | 2011-04-02 | 1 | -0/+2 |
| | |||||
* | Add clock_adjtime syscall. | Ulrich Drepper | 2011-03-30 | 2 | -0/+201 |
| | |||||
* | Add definitions for new socket protocols. | Ulrich Drepper | 2011-01-17 | 1 | -2/+6 |
| | |||||
* | Define EXTPROC for Linux. | Ulrich Drepper | 2010-08-12 | 1 | -2/+4 |
| | |||||
* | f_flags in Linux statfs implementation. | Ulrich Drepper | 2010-08-11 | 1 | -3/+6 |
| | | | | | | The 2.6.36 kernel provides an additional field in the statfs results. Use this value in the statvfs emulation to avoid filling in f_flag the hard way. | ||||
* | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper | 2010-08-11 | 1 | -1/+29 |
| | |||||
* | Define MSG_WAITFORONE. | Ulrich Drepper | 2010-03-29 | 1 | -1/+3 |
| | |||||
* | More in.h definitions from the Linux kernel. | Ulrich Drepper | 2010-03-03 | 1 | -9/+21 |
| | |||||
* | 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 | 1 | -2/+2 |
| | | | | | 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 |
| | |||||
* | Add recvmmsg interface. | Ulrich Drepper | 2009-12-08 | 1 | -2/+25 |
| |