about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Coordinate IPv6 definitions for Linux and glibcCarlos O'Donell2013-09-061-0/+12
* tst-fanotify: skip when we get back EPERMMike Frysinger2013-09-051-5/+8
* tst-fanotify: new simple testMike Frysinger2013-09-022-1/+57
* Fix typos.Ondřej Bílka2013-08-303-3/+3
* Remove aix specific files.Ondřej Bílka2013-08-299-869/+0
* Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge2013-08-291-23/+0
* Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge2013-08-291-4/+4
* Fix typos.Ondřej Bílka2013-08-297-7/+7
* True stub __ifreq.Roland McGrath2013-08-271-0/+79
* Clean up __libc_sa_len helper.Roland McGrath2013-08-273-66/+13
* Replace generic bits/socket.h with 4.4 file.Roland McGrath2013-08-271-358/+0
* Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath2013-08-271-1/+17
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2013-08-202-0/+23
* Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2013-08-201-0/+1
* Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers2013-08-201-3/+2
* * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel2013-08-201-1/+2
* CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2013-08-162-2/+0
* PowerPC: use _dl_static_init to set GLRO(gl_pagesize)Adhemerval Zanella2013-07-234-0/+129
* CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2013-07-212-5/+8
* BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell2013-07-161-2/+9
* Sync sys/ptrace with Linux 3.10Andreas Jaeger2013-07-044-5/+80
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-282-2/+10
* Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2013-06-281-1/+1
* PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2013-06-242-0/+4
* Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers2013-06-221-0/+1
* New API to set default thread attributesSiddhesh Poyarekar2013-06-1510-0/+40
* Improve precision of clock() function on LinuxSiddhesh Poyarekar2013-06-131-20/+16
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-115-12/+13
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-086-9/+9
* Fix leading whitespaces.Ondrej Bilka2013-06-062-2/+2
* Remove trailing whitespace.Joseph Myers2013-06-0530-71/+71
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-223-3/+21
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-1610-0/+10
* Update s390/bits/siginfo.hEdjunior Machado2013-05-151-3/+7
* Add getgid.c for SHChristian Grönke2013-05-101-0/+1
* Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.hAndreas Jaeger2013-05-101-3/+3
* Fix glob64 broken by cleanup.Roland McGrath2013-05-061-0/+2
* Move dummy glob64.c alongside glob.c that defines glob64.Roland McGrath2013-05-061-1/+0
* Split _dl_writev out from _dl_debug_vdprintf.Roland McGrath2013-05-061-0/+38
* Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath2013-05-036-85/+4
* PowerPC: Add time vDSO supportAdhemerval Zanella2013-05-034-3/+70
* Sync with Linux 3.9Andreas Jaeger2013-05-031-1/+3
* S/390: Change struct statfs[64] member types to unsigned valuesHeiko Carstens2013-04-231-12/+12
* Remove __wur from setfsuid and setfsgid.Adam Conrad2013-04-181-2/+2
* Preserve errno across _PC_CHOWN_RESTRICTED call on XFSSiddhesh Poyarekar2013-04-032-0/+13
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-0210-0/+49
* Consolidate Linux and POSIX libc_fatal code.Roland McGrath2013-03-191-179/+37
* Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2013-03-151-6/+0
* PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella2013-03-152-12/+46