about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* Minimize inclusion of netinet/in.h from public headers.Zack Weinberg2020-01-081-7/+8
* Don’t include sys/socket.h from public headers.Zack Weinberg2020-01-084-42/+4
* Minimize includes of unrelated public headers by networking headers.Zack Weinberg2020-01-083-13/+7
* Don’t include sys/types.h or stdint.h from most public headers.Zack Weinberg2020-01-084-41/+8
* Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg2020-01-083-11/+11
* Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg2020-01-081-3/+2
* Don’t include sys/cdefs.h directly from public headers.Zack Weinberg2020-01-082-3/+4
* Create bits/types headers for most remaining __T_defined macros.Zack Weinberg2020-01-081-7/+1
* Clean up bits/types.h.Zack Weinberg2020-01-081-7/+7
* Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg2020-01-081-1/+0
* Define register_t using bits/typesizes.h macros.Zack Weinberg2020-01-081-0/+1
* Move most headers installed by top-level Makefile to misc/.Zack Weinberg2020-01-081-0/+1
* hurd: Fix message reception for timer_threadSamuel Thibault2020-01-051-1/+2
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-041-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01357-357/+357
* hurd: Global signal dispositionJeremie Koenig2019-12-2913-55/+99
* hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault2019-12-291-2/+2
* hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge2019-12-296-0/+440
* hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2019-12-292-13/+157
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-191-0/+1
* hurd: Do not make sigprocmask available in ld.soFlorian Weimer2019-12-183-11/+2
* hurd: Make getrandom honour GRND_NONBLOCKJames Clarke2019-12-171-1/+5
* hurd: Fix local PLTSamuel Thibault2019-12-132-2/+5
* hurd: Fix __close_nocancel_nostatus availabilitySamuel Thibault2019-12-134-6/+37
* hurd: add getrandom and getentropy implementationsAndrew Eggenberger2019-12-132-0/+107
* hurd: Implement __close_nocancel_nostatusSamuel Thibault2019-12-131-0/+62
* hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault2019-12-111-13/+14
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-013-5/+6
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-013-5/+6
* hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault2019-12-013-6/+4
* hurd: Fix renameat2 errorSamuel Thibault2019-12-011-0/+2
* hurd: Fix ld.so linkSamuel Thibault2019-12-015-5/+17
* hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer2019-11-161-0/+9
* hurd: Remove lingering references to the time functionFlorian Weimer2019-11-071-2/+2
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-062-79/+111
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-302-43/+51
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-301-17/+20
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-305-31/+41
* hurd: Support for file record lockingSvante Signell2019-10-301-24/+87
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-272-3/+3
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+4
* hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer2019-10-241-3/+11
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07350-350/+350
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-042-5/+5
* hurd: Fix buildSamuel Thibault2019-08-301-1/+1
* hurd: Fix SS_ONSTACK supportSamuel Thibault2019-08-301-26/+42
* hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault2019-08-301-23/+0
* hurd getcwd: Allow unknown root directorySamuel Thibault2019-08-301-12/+0
* hurd: Fix implementation of setitimer.Samuel Thibault2019-08-301-8/+12
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-231-1/+10