Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-26 | Work around problem of pthread_attr_t definition with old compilers | Ulrich Drepper | |
2012-02-26 | Fix up POSIX testing in conformtest | Ulrich Drepper | |
2012-02-21 | Split architecture-specific parts of sys/epoll.h into bits/epoll.h. | Joseph Myers | |
2012-02-21 | Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h. | Joseph Myers | |
2012-02-19 | Add support for Linux error EHWPOISON | Andreas Schwab | |
2012-02-15 | Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h. | Joseph Myers | |
2012-02-14 | Split architecture-specific parts of sys/inotify.h into bits/inotify.h. | Joseph Myers | |
2012-02-13 | Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2011-11-01 | unsigned long it better for the size arguments | Ulrich Drepper | |
The new syscalls should use unsigned long not size_t. The parameters are not a direct measure of memory size. | |||
2011-11-01 | New Linux syscalls process_vm_readv and process_vm_writev | Ulrich Drepper | |
2011-09-15 | Define IP_MULTICAST_ALL | Ulrich Drepper | |
2011-09-12 | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | |
2011-07-18 | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | |
2011-06-22 | Clean up after kernel sigcontext header mess | Ulrich Drepper | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | |
2011-05-28 | Set setns system call | Ulrich Drepper | |
2011-05-23 | Define RLIMIT_RTTIME | Ulrich Drepper | |
2011-05-21 | Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM | Ulrich Drepper | |
2011-04-02 | Define CLOCK_BOOTTIME. | Ulrich Drepper | |
2011-03-30 | Add clock_adjtime syscall. | Ulrich Drepper | |
2011-01-17 | Add definitions for new socket protocols. | Ulrich Drepper | |
2010-08-12 | Define EXTPROC for Linux. | Ulrich Drepper | |
2010-08-11 | f_flags in Linux statfs implementation. | Ulrich Drepper | |
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-11 | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper | |
2010-03-29 | Define MSG_WAITFORONE. | Ulrich Drepper | |
2010-03-03 | More in.h definitions from the Linux kernel. | Ulrich Drepper | |
2010-01-11 | Fix double-inclusion problem of bits/stat.h. | Ulrich Drepper | |
2010-01-10 | FIx up signal.h for XPG7. | Ulrich Drepper | |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | |
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 | |
2009-12-08 | Add recvmmsg interface. | Ulrich Drepper | |
2009-11-30 | Define SCHED_IDLE and SCHED_RESET_ON_FORK for Linux. | Ulrich Drepper | |
2009-11-23 | Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8. | Andreas Schwab | |
POSIX.1-2008 made stat.st_[acm]tim mandatory. | |||
2009-11-19 | Avoid warnings in CPU_* macros when using const bitsets. | Ulrich Drepper | |
2009-11-14 | Add support for new Linux error ERFKILL. | Ulrich Drepper | |
2009-06-18 | Add 802.15.4 definitions to header files. | Ulrich Drepper | |
2009-04-03 | Add missing protocol numbers. | Ulrich Drepper | |
* sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers. | |||
2009-02-26 | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | |
* wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs, wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l. * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from 200112L to 200809L. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT entries. * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT. * posix/unistd.h: fexecve is in POSIX 2008. * time/time.h: strftime_l is in POSIX 2008. * io/sys/stat.h: futimens is in POSIX 2008. * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008. * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal, strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008. * stdlib/stdlib.h: mkdtemp is in POSIX 2008. | |||
2009-02-26 | * include/features.h: Define macros for XPG7/POSIX 2008. | Ulrich Drepper | |
* sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and UTIME_OMIT only with __USE_ATFILE. * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise. * io/sys/stat.h: Move mknodat definition into same conditional as mknod. * time/sys/time.h: futimesat is not among the functions accepted into the POSIX standard. | |||
2009-01-30 | (SHM_EXEC): Define. | Andreas Jaeger | |
2009-01-08 | [BZ #9720] cvs/fedora-glibc-20090108T1017 | Jakub Jelinek | |
* sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE. * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who): Likewise. 2009-01-08 Jakub Jelinek <jakub@redhat.com> [BZ #9720] * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE. * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who): Likewise. | |||
2008-12-09 | [BZ #6545] | Ulrich Drepper | |
* sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make available only for __USE_GNU. | |||
2008-12-06 | * posix/globtest.sh: Use mktemp to create temporary file and | Ulrich Drepper | |
directory. | |||
2008-12-06 | * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large | Ulrich Drepper | |
sets correctly. (__CPU_CLR_S): Likewise. (__CPU_ISSET_S): Likewise. | |||
2008-11-13 | [BZ #7029] | Ulrich Drepper | |
2008-11-13 Ulrich Drepper <drepper@redhat.com> [BZ #7029] * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE): Multiply with sizeof of __cpu_mask, not 8 unconditionally after all the rounding. |