aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella1-0/+3
2017-04-19Assume that accept4 is always available and worksFlorian Weimer1-2/+0
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-1/+0
2017-04-18Assume that dup3 is availableFlorian Weimer1-1/+0
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg1-8/+0
2017-03-13hurd: Make send/recv more posixishSamuel Thibault2-2/+10
2017-03-04hurd: Provide truncate64 and ftruncate64.Justus Winter2-0/+76
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers282-282/+282
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+4
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella1-3/+5
2016-11-16New internal function __access_noerrnoAdhemerval Zanella1-6/+31
2016-10-31hurd: Fix spurious port deallocationBrent W. Baccala1-1/+2
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg1-3/+4
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg1-0/+3
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg5-16/+16
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-2/+2
2016-09-22hurd: Fix stack pointer corruption in syscallSamuel Thibault1-0/+3
2016-09-22hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault1-6/+9
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer1-21/+0
2016-08-30hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell1-0/+4
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer1-3/+3
2016-08-09Fix recvmsg returning SIGLOST on PF_LOCAL socketsSamuel Thibault1-1/+3
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer1-11/+1
2016-05-30hurd: disable ifunc for nowSamuel Thibault2-0/+8
2016-05-30hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault1-1/+6
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