about summary refs log tree commit diff
path: root/hurd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix exc2signal.c templateSamuel Thibault2016-09-201-12/+12
* Fix O_DIRECTORY lookup on trivial translatorsFlavio Cruz2016-01-131-2/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0484-84/+84
* Fix RPC breakage when longjumping from signal handlerSamuel Thibault2015-11-251-1/+2
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-7/+3
* Remove unusued variableSamuel Thibault2015-10-101-2/+0
* Make _hurd_raise_signal directly return the errorSamuel Thibault2015-10-101-3/+1
* Make _hurd_raise_signal return errorsSamuel Thibault2015-10-102-4/+8
* Fix warningsSamuel Thibault2015-03-211-0/+5
* add hurd/hurdsocket.h file missing from a5eb23dSamuel Thibault2015-02-081-0/+30
* hurd: fix compilation of signal.h in C++Samuel Thibault2015-02-071-2/+2
* hurd: fix compilation of signal.h in C++Samuel Thibault2015-02-071-1/+1
* hurdselect: remove dead code.Samuel Thibault2015-02-071-7/+0
* hurd: fix sigstate lockingSamuel Thibault2015-02-071-2/+1
* hurdselect: Let select get interrupted by signalsSamuel Thibault2015-02-071-1/+4
* hurd: map nice levels 1-to-1 with Mach prio levelsSamuel Thibault2015-02-071-2/+2
* hurd: allow poll() array bigger than FD_SETSIZESamuel Thibault2015-02-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0283-83/+83
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-4/+0
* Remove obsolete SHLIB_COMPAT conditionalization in Versions files.Roland McGrath2014-02-221-29/+0
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0183-83/+83
* Remove --disable-versioning.Joseph Myers2013-09-042-2/+2
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-20/+20
* Fix leading whitespaces.Ondrej Bilka2013-06-063-7/+7
* Remove trailing whitespace.Joseph Myers2013-06-053-3/+3
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-026-6/+6
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0283-88/+83
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-016-12/+6
* Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.Roland McGrath2012-08-031-2/+3
* Hurd: avoid PLT call to strtoulThomas Schwinge2012-05-101-5/+4
* Hurd: hurdsock: reject negative domainsPino Toscano2012-05-101-1/+7
* Hurd: _hurd_select: check for invalid parameter valuesPino Toscano2012-05-101-7/+21
* Hurd: empty file names fail with ENOENTSamuel Thibault2012-05-101-1/+4
* Hurd: Missing critical region locks.Samuel Thibault2012-05-101-0/+2