about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0240-44/+40
|
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-33/+0
|
* Fix O_RSYNCAndreas Jaeger2012-10-221-1/+5
| | | | (O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC.
* Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger2012-10-221-3/+9
| | | | (F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
* Reorganization of bits/fcntl.h for LinuxAndreas Jaeger2012-10-201-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
* Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath2012-08-171-0/+42
|
* Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath2012-08-061-1/+6
| | | | struct dirent64.
* Merge _sigsys changes from Linux 3.5Andreas Jaeger2012-07-261-1/+12
|
* Update from Linux 3.4Andreas Jaeger2012-05-231-1/+3
|
* Add sysctl.mk and bits/sysctl.hH.J. Lu2012-05-221-0/+1
|
* Pad each field to __syscall_slong_t in struct rusageH.J. Lu2012-05-221-17/+78
|
* Define __SYSCALL_WORDSIZE for x86-64H.J. Lu2012-05-211-2/+3
|
* Use __syscall_slong_t in bits/timex.hH.J. Lu2012-05-191-23/+24
|
* Add __fsword_t and use it in bits/statfs.hH.J. Lu2012-05-171-12/+12
|
* Use __syscall_slong_t in bits/mqueue.hH.J. Lu2012-05-161-6/+8
|
* Use __syscall_ulong_t in bits/ipc.hH.J. Lu2012-05-161-3/+3
|
* Comment fixes for mmsghdrUlrich Drepper2012-03-301-2/+3
|
* Split enum __socket_type from bits/socket.h to bits/socket_type.h.Joseph Myers2012-03-092-33/+57
|
* Fix name mangling of pthread_attr_t after changeUlrich Drepper2012-02-261-1/+1
|
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-262-2/+7
|
* Work around problem of pthread_attr_t definition with old compilersUlrich Drepper2012-02-261-0/+3
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-262-5/+9
|
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-211-0/+29
|
* Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.Joseph Myers2012-02-211-0/+29
|
* Add support for Linux error EHWPOISONAndreas Schwab2012-02-191-1/+5
|
* Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.Joseph Myers2012-02-151-0/+29
|
* Split architecture-specific parts of sys/inotify.h into bits/inotify.h.Joseph Myers2012-02-141-0/+29
|
* Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h.Joseph Myers2012-02-131-0/+31
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0932-96/+64
|
* Remove pre-ISO C supportUlrich Drepper2012-01-076-23/+23
| | | | No more __const.
* unsigned long it better for the size argumentsUlrich Drepper2011-11-011-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_writevUlrich Drepper2011-11-011-1/+24
|
* Define IP_MULTICAST_ALLUlrich Drepper2011-09-151-1/+2
|
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-121-2/+2
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-091-2/+2
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-231-1/+3
|
* Fix typos in pretty much unused code in sched.h header.Ulrich Drepper2011-07-181-1/+1
|
* Clean up after kernel sigcontext header messUlrich Drepper2011-06-221-1/+5
|
* Don't document si_code used for raise()Ulrich Drepper2011-05-291-2/+2
|
* Add sendmmsg syscallUlrich Drepper2011-05-281-1/+8
|
* Set setns system callUlrich Drepper2011-05-281-3/+7
|
* Define RLIMIT_RTTIMEUlrich Drepper2011-05-231-2/+8
|
* Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper2011-05-211-0/+4
|
* Define CLOCK_BOOTTIME.Ulrich Drepper2011-04-021-0/+2
|
* Add clock_adjtime syscall.Ulrich Drepper2011-03-302-0/+201
|
* Add definitions for new socket protocols.Ulrich Drepper2011-01-171-2/+6
|
* Define EXTPROC for Linux.Ulrich Drepper2010-08-121-2/+4
|
* f_flags in Linux statfs implementation.Ulrich Drepper2010-08-111-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 Drepper2010-08-111-1/+29
|
* Define MSG_WAITFORONE.Ulrich Drepper2010-03-291-1/+3
|