about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* hurd: Add c++-types expected resultSamuel Thibault2016-03-201-0/+67
* hurd: Allow inlining IO locksSamuel Thibault2016-03-201-0/+3
* hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault2016-03-201-0/+22
* hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault2016-03-201-2/+4
* Fix hurd buildSamuel Thibault2016-03-161-1/+1
* Update copyright dates committed in 2016H.J. Lu2016-01-062-2/+2
* Mark internal unistd functions hidden in ld.soH.J. Lu2016-01-061-0/+28
* Mark ld.so internal mmap functions hidden in ld.soH.J. Lu2016-01-061-0/+23
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04279-279/+279
* Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu2015-12-011-0/+1
* hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault2015-11-291-0/+47
* hurd: install correct number of send rights on forkThomas Schwinge2015-11-291-5/+1
* hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault2015-11-251-1/+1
* Do not add relro attribute to __libc_stack_endSamuel Thibault2015-11-251-1/+1
* Revert not defining NO_HIDDEN on hurdSamuel Thibault2015-11-252-0/+6
* Fix hurd build with hidden supportSamuel Thibault2015-11-2510-11/+14
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-241-1/+2
* ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer2015-11-091-1/+1
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-202-7/+2
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-194-24/+8
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-1973-236/+76
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-10/+0
* Add task_notify to mach_interface_listSamuel Thibault2015-10-082-2/+2
* Fix vm_page_size visibilitySamuel Thibault2015-09-211-1/+1
* Cache the host port like we cache the task portJustus Winter2015-09-161-0/+1
* Fix typoSamuel Thibault2015-09-151-1/+1
* Fix typoSamuel Thibault2015-09-131-1/+1
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-10/+10
* Fix parallel build of before-compile targets.Samuel Thibault2015-09-082-3/+6
* Fix rules generating headers in hurd/ and mach/Samuel Thibault2015-09-062-3/+3
* Check sysheaders when looking for Mach and Hurd headersManolis Ragkousis2015-09-064-0/+36
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-032-4/+4
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-091-0/+1
* hurd: permit to use mlock from non-root processSamuel Thibault2015-07-092-11/+14
* Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers2015-06-172-4/+6
* Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers2015-06-172-0/+2
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-121-2/+4
* Fix warningsSamuel Thibault2015-03-218-16/+15
* Add missing dependencySamuel Thibault2015-03-211-1/+1
* hurd: Make libc able to call pthread stubsSamuel Thibault2015-03-081-0/+6
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-242-4/+4
* hurd: fix tls.h buildSamuel Thibault2015-02-081-0/+2
* hurd: Ignore bytes beyond sockaddr length for AF_UNIXSamuel Thibault2015-02-084-8/+12
* hurd: add basic types for ioctlsSamuel Thibault2015-02-071-1/+22
* hurd: support mmap with PROT_NONESamuel Thibault2015-02-071-2/+9
* hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault2015-02-073-3/+31
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02278-278/+278
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-161-6/+11
* Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2014-12-061-0/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-242-2/+2