about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd: Fix dlopening libraries from static programsSamuel Thibault2014-11-231-0/+5
* Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers2014-11-121-2/+3
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-3/+3
* Require autoconf 2.69H.J. Lu2014-09-291-4/+4
* Remove bitrotten --enable-oldest-abi (bug 6652).Joseph Myers2014-09-162-20/+0
* Remove configuration name patterns from shlib-versions.Joseph Myers2014-09-121-5/+5
* Move OS-specific shlib-versions entries to sysdeps files.Joseph Myers2014-09-121-0/+12
* Fix hang on forkSamuel Thibault2014-08-281-0/+4
* Simplify atomicity of socket creation in bind.Samuel Thibault2014-08-281-22/+18
* Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2014-07-031-3/+0
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-271-49/+26
* Some configure-related decrufting.Roland McGrath2014-05-082-8/+0
* hurd: Add i386 fields to TLS structureSamuel Thibault2014-04-161-0/+10
* hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file.Samuel Thibault2014-04-162-21/+24
* hurd: Do not allow unmapping address 0Samuel Thibault2014-04-161-0/+7
* Compile with -Wundef.Roland McGrath2014-03-141-0/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-212-3/+3
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-122-4/+4