aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2013-06-13Improve precision of clock() function on LinuxSiddhesh Poyarekar
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-15Update s390/bits/siginfo.hEdjunior Machado
2013-05-10Add getgid.c for SHChristian Grönke
2013-05-10Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.hAndreas Jaeger
2013-05-06Fix glob64 broken by cleanup.Roland McGrath
2013-05-06Move dummy glob64.c alongside glob.c that defines glob64.Roland McGrath
2013-05-06Split _dl_writev out from _dl_debug_vdprintf.Roland McGrath
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath
2013-05-03PowerPC: Add time vDSO supportAdhemerval Zanella
2013-05-03Sync with Linux 3.9Andreas Jaeger
2013-04-23S/390: Change struct statfs[64] member types to unsigned valuesHeiko Carstens
2013-04-18Remove __wur from setfsuid and setfsgid.Adam Conrad
2013-04-03Preserve errno across _PC_CHOWN_RESTRICTED call on XFSSiddhesh Poyarekar
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-19Consolidate Linux and POSIX libc_fatal code.Roland McGrath
2013-03-15Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath
2013-03-15PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella
2013-03-14Fix formatting in last changeSiddhesh Poyarekar
2013-03-14Fix __times() handling of EFAULT when buf is NULLPetr Baudis
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger
2013-03-06Remove MAP_GROWSUP on s390Andreas Jaeger
2013-03-06Sync with Linux 3.8Andreas Jaeger
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers
2013-03-05Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger
2013-03-05S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel
2013-03-04Create <bits/mman-linux.h>Andreas Jaeger
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers
2013-02-21Remove remaining bounded-pointers support from i386 .S files.Joseph Myers
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar
2013-02-17Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers