aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer1-4/+4
2016-04-19Fix gprof timingSamuel Thibault1-1/+1
2016-04-19hurd: fix profiling short-living processesSamuel Thibault1-2/+3
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer1-8/+0
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer1-0/+13
2016-04-14Remove union wait [BZ #19613]Florian Weimer1-2/+1
2016-03-20hurd: Add c++-types expected resultSamuel Thibault1-0/+67
2016-03-20hurd: Allow inlining IO locksSamuel Thibault1-0/+3
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault1-0/+22
2016-03-20hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault1-2/+4
2016-03-16Fix hurd buildSamuel Thibault1-1/+1
2016-01-06Update copyright dates committed in 2016H.J. Lu2-2/+2
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu1-0/+28
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu1-0/+23
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers279-279/+279
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu1-0/+1
2015-11-29hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault1-0/+47
2015-11-29hurd: install correct number of send rights on forkThomas Schwinge1-5/+1
2015-11-25hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault1-1/+1
2015-11-25Do not add relro attribute to __libc_stack_endSamuel Thibault1-1/+1
2015-11-25Revert not defining NO_HIDDEN on hurdSamuel Thibault2-0/+6
2015-11-25Fix hurd build with hidden supportSamuel Thibault10-11/+14
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer1-1/+2
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer1-1/+1
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2-7/+2
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers4-24/+8
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers73-236/+76
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer1-10/+0
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