summaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19manual: Convert errno @comments to new @errno macro.Rical Jasan
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-03-13hurd: Make send/recv more posixishSamuel Thibault
2017-03-04hurd: Provide truncate64 and ftruncate64.Justus Winter
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella
2016-11-16New internal function __access_noerrnoAdhemerval Zanella
2016-10-31hurd: Fix spurious port deallocationBrent W. Baccala
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg
2016-09-22hurd: Fix stack pointer corruption in syscallSamuel Thibault
2016-09-22hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer
2016-08-30hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-08-09Fix recvmsg returning SIGLOST on PF_LOCAL socketsSamuel Thibault
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-05-30hurd: disable ifunc for nowSamuel Thibault
2016-05-30hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer
2016-04-19Fix gprof timingSamuel Thibault
2016-04-19hurd: fix profiling short-living processesSamuel Thibault
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-03-20hurd: Add c++-types expected resultSamuel Thibault
2016-03-20hurd: Allow inlining IO locksSamuel Thibault
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault
2016-03-20hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault
2016-03-16Fix hurd buildSamuel Thibault
2016-01-06Update copyright dates committed in 2016H.J. Lu
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu
2015-11-29hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault
2015-11-29hurd: install correct number of send rights on forkThomas Schwinge
2015-11-25hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault
2015-11-25Do not add relro attribute to __libc_stack_endSamuel Thibault
2015-11-25Revert not defining NO_HIDDEN on hurdSamuel Thibault