about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* hurd: Make send/recv more posixishSamuel Thibault2017-03-132-2/+10
* hurd: Provide truncate64 and ftruncate64.Justus Winter2017-03-042-0/+76
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01282-282/+282
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+4
* Fix hurd __access_noerrno implementation.Adhemerval Zanella2016-11-181-3/+5
* New internal function __access_noerrnoAdhemerval Zanella2016-11-161-6/+31
* hurd: Fix spurious port deallocationBrent W. Baccala2016-10-311-1/+2
* Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2016-09-231-3/+4
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-231-0/+3
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-235-16/+16
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-2/+2
* hurd: Fix stack pointer corruption in syscallSamuel Thibault2016-09-221-0/+3
* hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault2016-09-221-6/+9
* malloc: Manual part of conversion to __libc_lockFlorian Weimer2016-09-211-21/+0
* hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell2016-08-301-0/+4
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-3/+3
* Fix recvmsg returning SIGLOST on PF_LOCAL socketsSamuel Thibault2016-08-091-1/+3
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-201-11/+1
* hurd: disable ifunc for nowSamuel Thibault2016-05-302-0/+8
* hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault2016-05-301-1/+6
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-231-4/+4
* Fix gprof timingSamuel Thibault2016-04-191-1/+1
* hurd: fix profiling short-living processesSamuel Thibault2016-04-191-2/+3
* malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2016-04-141-8/+0
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-0/+13
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-2/+1
* 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