aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Add task_notify to mach_interface_listSamuel Thibault2-2/+2
2015-09-21Fix vm_page_size visibilitySamuel Thibault1-1/+1
2015-09-16Cache the host port like we cache the task portJustus Winter1-0/+1
2015-09-15Fix typoSamuel Thibault1-1/+1
2015-09-13Fix typoSamuel Thibault1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers5-10/+10
2015-09-08Fix parallel build of before-compile targets.Samuel Thibault2-3/+6
2015-09-06Fix rules generating headers in hurd/ and mach/Samuel Thibault2-3/+3
2015-09-06Check sysheaders when looking for Mach and Hurd headersManolis Ragkousis4-0/+36
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2-4/+4
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath1-0/+1
2015-07-09hurd: permit to use mlock from non-root processSamuel Thibault2-11/+14
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers2-4/+6
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers2-0/+2
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers1-2/+4
2015-03-21Fix warningsSamuel Thibault8-16/+15
2015-03-21Add missing dependencySamuel Thibault1-1/+1
2015-03-08hurd: Make libc able to call pthread stubsSamuel Thibault1-0/+6
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2-4/+4
2015-02-08hurd: fix tls.h buildSamuel Thibault1-0/+2
2015-02-08hurd: Ignore bytes beyond sockaddr length for AF_UNIXSamuel Thibault4-8/+12
2015-02-07hurd: add basic types for ioctlsSamuel Thibault1-1/+22
2015-02-07hurd: support mmap with PROT_NONESamuel Thibault1-2/+9
2015-02-07hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault3-3/+31
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers278-278/+278
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers1-6/+11
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers1-0/+1
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar2-2/+2
2014-11-23hurd: Fix dlopening libraries from static programsSamuel Thibault1-0/+5
2014-11-12Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers1-2/+3
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-3/+3
2014-09-29Require autoconf 2.69H.J. Lu1-4/+4
2014-09-16Remove bitrotten --enable-oldest-abi (bug 6652).Joseph Myers2-20/+0
2014-09-12Remove configuration name patterns from shlib-versions.Joseph Myers1-5/+5
2014-09-12Move OS-specific shlib-versions entries to sysdeps files.Joseph Myers1-0/+12
2014-08-28Fix hang on forkSamuel Thibault1-0/+4
2014-08-28Simplify atomicity of socket creation in bind.Samuel Thibault1-22/+18
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar1-3/+0
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-49/+26
2014-05-08Some configure-related decrufting.Roland McGrath2-8/+0
2014-04-16hurd: Add i386 fields to TLS structureSamuel Thibault1-0/+10
2014-04-16hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file.Samuel Thibault2-21/+24
2014-04-16hurd: Do not allow unmapping address 0Samuel Thibault1-0/+7
2014-03-14Compile with -Wundef.Roland McGrath1-0/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2-3/+3
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2-4/+4
2014-02-06Revert "Patch [1/4] async-signal safe TLS."Allan McRae1-7/+0
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae278-278/+278
2013-12-22Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers1-1/+1
2013-12-18Patch [1/4] async-signal safe TLS.Paul Pluzhnikov1-0/+7