aboutsummaryrefslogtreecommitdiff
path: root/hurd
AgeCommit message (Expand)AuthorFilesLines
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-1/+1
2018-01-29hurd: Fix preprocessor indentationSamuel Thibault5-35/+35
2018-01-29hurd: Add expected ABI listsSamuel Thibault1-3/+4
2018-01-28hurd: Include <sigsetops.h> from hurd/hurd/signal.hSamuel Thibault1-0/+5
2018-01-28hurd: fix typoSamuel Thibault1-1/+1
2018-01-28hurd: take __USE_EXTERN_INLINES into account and restrict inlinesSamuel Thibault7-0/+126
2018-01-28hurd: Add missing fcntl-internal.hThomas Schwinge1-0/+62
2018-01-28hurd: Fix warningsSamuel Thibault4-14/+14
2018-01-10hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault2-10/+24
2018-01-09hurd: Use the new file_exec_paths RPCSamuel Thibault3-11/+58
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers84-84/+84
2017-09-07hurd: fix gethostname(NULL, 0)Samuel Thibault1-2/+2
2017-08-28hurd: Remove duplicate symbol versionSamuel Thibault1-4/+0
2017-08-28hurd: Fix typoSamuel Thibault1-1/+1
2017-08-27hurd: Fix static initialization with -fstack-protector-strongSamuel Thibault1-0/+4
2017-08-27hurd: fix build with -fstack-protector-strongSamuel Thibault2-0/+5
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-2/+1
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers2-2/+2
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra1-2/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers84-84/+84
2016-12-04hurd: fix using hurd.h in C++ programsSamuel Thibault1-3/+3
2016-11-27hurd: fix using hurd/signal.h in C++ programsSamuel Thibault1-3/+3
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella1-29/+0
2016-11-16New internal function __access_noerrnoAdhemerval Zanella1-0/+29
2016-09-22hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault2-9/+10
2016-09-20Fix exc2signal.c templateSamuel Thibault1-12/+12
2016-01-13Fix O_DIRECTORY lookup on trivial translatorsFlavio Cruz1-2/+9
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers84-84/+84
2015-11-25Fix RPC breakage when longjumping from signal handlerSamuel Thibault1-1/+2
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-7/+3
2015-10-10Remove unusued variableSamuel Thibault1-2/+0
2015-10-10Make _hurd_raise_signal directly return the errorSamuel Thibault1-3/+1
2015-10-10Make _hurd_raise_signal return errorsSamuel Thibault2-4/+8
2015-03-21Fix warningsSamuel Thibault1-0/+5
2015-02-08add hurd/hurdsocket.h file missing from a5eb23dSamuel Thibault1-0/+30
2015-02-07hurd: fix compilation of signal.h in C++Samuel Thibault1-2/+2
2015-02-07hurd: fix compilation of signal.h in C++Samuel Thibault1-1/+1
2015-02-07hurdselect: remove dead code.Samuel Thibault1-7/+0
2015-02-07hurd: fix sigstate lockingSamuel Thibault1-2/+1
2015-02-07hurdselect: Let select get interrupted by signalsSamuel Thibault1-1/+4
2015-02-07hurd: map nice levels 1-to-1 with Mach prio levelsSamuel Thibault1-2/+2
2015-02-07hurd: allow poll() array bigger than FD_SETSIZESamuel Thibault1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers83-83/+83
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-4/+0
2014-02-22Remove obsolete SHLIB_COMPAT conditionalization in Versions files.Roland McGrath1-29/+0
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae83-83/+83
2013-09-04Remove --disable-versioning.Joseph Myers2-2/+2
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-20/+20