summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits
AgeCommit message (Collapse)AuthorFilesLines
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge1-33/+0
2012-10-22Fix O_RSYNCAndreas Jaeger1-1/+5
(O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC.
2012-10-22Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger1-3/+9
(F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger1-0/+376
Create a new bits/fcntl-linux.h that contains Linux generic code and a include it from the architecture specific bits/fcntl.h. Architectures done: x86, SPARC, s390
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath1-0/+42
2012-08-06Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath1-1/+6
struct dirent64.
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger1-1/+12
2012-05-23Update from Linux 3.4Andreas Jaeger1-1/+3
2012-05-22Add sysctl.mk and bits/sysctl.hH.J. Lu1-0/+1
2012-05-22Pad each field to __syscall_slong_t in struct rusageH.J. Lu1-17/+78
2012-05-21Define __SYSCALL_WORDSIZE for x86-64H.J. Lu1-2/+3
2012-05-19Use __syscall_slong_t in bits/timex.hH.J. Lu1-23/+24
2012-05-17Add __fsword_t and use it in bits/statfs.hH.J. Lu1-12/+12
2012-05-16Use __syscall_slong_t in bits/mqueue.hH.J. Lu1-6/+8
2012-05-16Use __syscall_ulong_t in bits/ipc.hH.J. Lu1-3/+3
2012-03-30Comment fixes for mmsghdrUlrich Drepper1-2/+3
2012-03-09Split enum __socket_type from bits/socket.h to bits/socket_type.h.Joseph Myers2-33/+57
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper1-1/+1
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper2-2/+7
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper1-0/+3
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper2-5/+9
2012-02-21Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers1-0/+29
2012-02-21Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.Joseph Myers1-0/+29
2012-02-19Add support for Linux error EHWPOISONAndreas Schwab1-1/+5
2012-02-15Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.Joseph Myers1-0/+29
2012-02-14Split architecture-specific parts of sys/inotify.h into bits/inotify.h.Joseph Myers1-0/+29
2012-02-13Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h.Joseph Myers1-0/+31
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert32-96/+64
2012-01-07Remove pre-ISO C supportUlrich Drepper6-23/+23
No more __const.
2011-11-01unsigned long it better for the size argumentsUlrich Drepper1-4/+6
The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size.
2011-11-01New Linux syscalls process_vm_readv and process_vm_writevUlrich Drepper1-1/+24
2011-09-15Define IP_MULTICAST_ALLUlrich Drepper1-1/+2
2011-09-12Fix invalid conversion in __cmsg_nxthdrAndreas Schwab1-2/+2
2011-09-09Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper1-2/+2
2011-07-23Define AF_NFC and PF_NFCUlrich Drepper1-1/+3
2011-07-18Fix typos in pretty much unused code in sched.h header.Ulrich Drepper1-1/+1
2011-06-22Clean up after kernel sigcontext header messUlrich Drepper1-1/+5
2011-05-29Don't document si_code used for raise()Ulrich Drepper1-2/+2
2011-05-28Add sendmmsg syscallUlrich Drepper1-1/+8
2011-05-28Set setns system callUlrich Drepper1-3/+7
2011-05-23Define RLIMIT_RTTIMEUlrich Drepper1-2/+8
2011-05-21Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper1-0/+4
2011-04-02Define CLOCK_BOOTTIME.Ulrich Drepper1-0/+2
2011-03-30Add clock_adjtime syscall.Ulrich Drepper2-0/+201
2011-01-17Add definitions for new socket protocols.Ulrich Drepper1-2/+6
2010-08-12Define EXTPROC for Linux.Ulrich Drepper1-2/+4
2010-08-11f_flags in Linux statfs implementation.Ulrich Drepper1-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.
2010-08-11Add support for prlimit and prlimit64 on Linux.Ulrich Drepper1-1/+29
2010-03-29Define MSG_WAITFORONE.Ulrich Drepper1-1/+3
2010-03-03More in.h definitions from the Linux kernel.Ulrich Drepper1-9/+21