aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-08Add task_notify to mach_interface_listSamuel Thibault
2015-09-21Fix vm_page_size visibilitySamuel Thibault
2015-09-16Cache the host port like we cache the task portJustus Winter
2015-09-15Fix typoSamuel Thibault
2015-09-13Fix typoSamuel Thibault
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-08Fix parallel build of before-compile targets.Samuel Thibault
2015-09-06Fix rules generating headers in hurd/ and mach/Samuel Thibault
2015-09-06Check sysheaders when looking for Mach and Hurd headersManolis Ragkousis
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-07-09hurd: permit to use mlock from non-root processSamuel Thibault
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers
2015-03-21Fix warningsSamuel Thibault
2015-03-21Add missing dependencySamuel Thibault
2015-03-08hurd: Make libc able to call pthread stubsSamuel Thibault
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud
2015-02-08hurd: fix tls.h buildSamuel Thibault
2015-02-08hurd: Ignore bytes beyond sockaddr length for AF_UNIXSamuel Thibault
2015-02-07hurd: add basic types for ioctlsSamuel Thibault
2015-02-07hurd: support mmap with PROT_NONESamuel Thibault
2015-02-07hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault
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