aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath1-358/+0
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath1-1/+17
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2-0/+23
2013-08-20Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers1-0/+1
2013-08-20Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers1-3/+2
2013-08-20 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel1-1/+2
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2-2/+0
2013-07-23PowerPC: use _dl_static_init to set GLRO(gl_pagesize)Adhemerval Zanella4-0/+129
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2-5/+8
2013-07-16BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell1-2/+9
2013-07-04Sync sys/ptrace with Linux 3.10Andreas Jaeger4-5/+80
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2-2/+10
2013-06-28Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers1-1/+1
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2-0/+4
2013-06-22Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers1-0/+1
2013-06-15New API to set default thread attributesSiddhesh Poyarekar10-0/+40
2013-06-13Improve precision of clock() function on LinuxSiddhesh Poyarekar1-20/+16
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar5-12/+13
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers6-9/+9
2013-06-06Fix leading whitespaces.Ondrej Bilka2-2/+2
2013-06-05Remove trailing whitespace.Joseph Myers30-71/+71
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado3-3/+21
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold10-0/+10
2013-05-15Update s390/bits/siginfo.hEdjunior Machado1-3/+7
2013-05-10Add getgid.c for SHChristian Grönke1-0/+1
2013-05-10Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.hAndreas Jaeger1-3/+3
2013-05-06Fix glob64 broken by cleanup.Roland McGrath1-0/+2
2013-05-06Move dummy glob64.c alongside glob.c that defines glob64.Roland McGrath1-1/+0
2013-05-06Split _dl_writev out from _dl_debug_vdprintf.Roland McGrath1-0/+38
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath6-85/+4
2013-05-03PowerPC: Add time vDSO supportAdhemerval Zanella4-3/+70
2013-05-03Sync with Linux 3.9Andreas Jaeger1-1/+3
2013-04-23S/390: Change struct statfs[64] member types to unsigned valuesHeiko Carstens1-12/+12
2013-04-18Remove __wur from setfsuid and setfsgid.Adam Conrad1-2/+2
2013-04-03Preserve errno across _PC_CHOWN_RESTRICTED call on XFSSiddhesh Poyarekar2-0/+13
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge10-0/+49
2013-03-19Consolidate Linux and POSIX libc_fatal code.Roland McGrath1-179/+37
2013-03-15Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath1-6/+0
2013-03-15PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella2-12/+46
2013-03-14Fix formatting in last changeSiddhesh Poyarekar1-1/+1
2013-03-14Fix __times() handling of EFAULT when buf is NULLPetr Baudis1-4/+6
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab1-1/+0
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella1-4/+0
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger1-1/+2
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2-24/+0
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger1-1/+5
2013-03-06Remove MAP_GROWSUP on s390Andreas Jaeger1-2/+0
2013-03-06Sync with Linux 3.8Andreas Jaeger13-4/+35
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers2-14/+6