about summary refs log tree commit diff
path: root/hurd
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix exec usage of mach_setup_threadSamuel Thibault2018-08-011-0/+2
* hurd: Silence warningSamuel Thibault2018-04-041-0/+8
* Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault2018-04-032-3/+3
* hurd: Avoid more libc.so local PLTsSamuel Thibault2018-04-032-3/+3
* hurd: Avoid more libc.so PLTsSamuel Thibault2018-04-022-0/+2
* hurd: Avoid some libc.so PLTsSamuel Thibault2018-04-028-27/+36
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-026-15/+16
* hurd: Code style fixesSamuel Thibault2018-03-201-37/+42
* hurd: Fix build with latest htlSamuel Thibault2018-03-191-1/+1
* hurd: Fix O_DIRECTORY | O_NOFOLLOWSamuel Thibault2018-03-182-1/+3
* hurd: Fix O_NOFOLLOWSamuel Thibault2018-03-181-16/+20
* hurd: Fix copyright yearsSamuel Thibault2018-03-182-2/+2
* hurd: Reimplement libc locks using mach's gsyncAgustina Arzille2018-03-187-6/+356
* hurd: Fix coding styleSamuel Thibault2018-03-182-2/+2
* hurd: Fix link cthread/pthread symbol exposition.Samuel Thibault2018-03-172-15/+15
* hurd: Replace threadvars with TLSSamuel Thibault2018-03-177-119/+39
* hurd: Fix getting signal thread stack layout for forkSamuel Thibault2018-03-171-1/+19
* hurd: add TLS supportSamuel Thibault2018-03-171-0/+1
* hurd: Fix includability of <hurd/signal.h> in all standardsSamuel Thibault2018-03-051-0/+1
* Separate out error_t definitionSamuel Thibault2018-03-047-0/+9
* hurd: Make almost all hurd headers includable in all standardsSamuel Thibault2018-03-044-14/+18
* hurd: Avoid using ino64_t and loff_t in headersSamuel Thibault2018-03-041-0/+2
* hurd: fix header conformitySamuel Thibault2018-03-041-1/+1
* hurd: avoid including hurd/signal.h when not neededSamuel Thibault2018-03-042-2/+5
* hurd: Add missing includesSamuel Thibault2018-03-033-0/+4
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-1/+1
* hurd: Fix preprocessor indentationSamuel Thibault2018-01-295-35/+35
* hurd: Add expected ABI listsSamuel Thibault2018-01-291-3/+4
* hurd: Include <sigsetops.h> from hurd/hurd/signal.hSamuel Thibault2018-01-281-0/+5
* hurd: fix typoSamuel Thibault2018-01-281-1/+1
* hurd: take __USE_EXTERN_INLINES into account and restrict inlinesSamuel Thibault2018-01-287-0/+126
* hurd: Add missing fcntl-internal.hThomas Schwinge2018-01-281-0/+62
* hurd: Fix warningsSamuel Thibault2018-01-284-14/+14
* hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault2018-01-102-10/+24
* hurd: Use the new file_exec_paths RPCSamuel Thibault2018-01-093-11/+58
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0184-84/+84
* hurd: fix gethostname(NULL, 0)Samuel Thibault2017-09-071-2/+2
* hurd: Remove duplicate symbol versionSamuel Thibault2017-08-281-4/+0
* hurd: Fix typoSamuel Thibault2017-08-281-1/+1
* hurd: Fix static initialization with -fstack-protector-strongSamuel Thibault2017-08-271-0/+4
* hurd: fix build with -fstack-protector-strongSamuel Thibault2017-08-272-0/+5
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-2/+1
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-052-2/+2
* As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra2017-02-061-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0184-84/+84
* hurd: fix using hurd.h in C++ programsSamuel Thibault2016-12-041-3/+3
* hurd: fix using hurd/signal.h in C++ programsSamuel Thibault2016-11-271-3/+3
* Fix hurd __access_noerrno implementation.Adhemerval Zanella2016-11-181-29/+0
* New internal function __access_noerrnoAdhemerval Zanella2016-11-161-0/+29
* hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault2016-09-222-9/+10