summaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-23hurd: Fix dlopening libraries from static programsSamuel Thibault
2014-11-12Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-09-29Require autoconf 2.69H.J. Lu
2014-09-16Remove bitrotten --enable-oldest-abi (bug 6652).Joseph Myers
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers
2014-09-12Move OS-specific shlib-versions entries to sysdeps files.Joseph Myers
2014-08-28Fix hang on forkSamuel Thibault
2014-08-28Simplify atomicity of socket creation in bind.Samuel Thibault
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-05-08Some configure-related decrufting.Roland McGrath
2014-04-16hurd: Add i386 fields to TLS structureSamuel Thibault
2014-04-16hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file.Samuel Thibault
2014-04-16hurd: Do not allow unmapping address 0Samuel Thibault
2014-03-14Compile with -Wundef.Roland McGrath
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-06Revert "Patch [1/4] async-signal safe TLS."Allan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-22Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers
2013-12-18Patch [1/4] async-signal safe TLS.Paul Pluzhnikov
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-04Add fork hooks for pthread_atforkSamuel Thibault
2013-09-24sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.Will Newton
2013-08-30Fix typos.Ondřej Bílka
2013-08-29Hurd: Add ESUCCESS error_t value.Thomas Schwinge
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault
2013-08-21Fix typos.Ondřej Bílka
2013-06-17Rewrite sysd-rules generation using an awk script.Roland McGrath
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-26_dl_skip_args declaration cleanup.Thomas Schwinge
2013-05-26_dl_non_dynamic_init declaration cleanup.Thomas Schwinge
2013-05-10Hurd: add ST_NOATIMEPino Toscano
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath
2013-04-08BZ#14280: Fix Hurd ioctl macro to avoid warning.Roland McGrath
2013-03-28Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath
2013-03-28Make _dl_phdr pointer to const.Roland McGrath
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath
2013-03-20Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-11-20Hurd: fixes for ptsname and ptsname_rPino Toscano