summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-10Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵glibc-2.19-hurd+libpthread-20151031Samuel Thibault
tschwinge/Roger_Whittaker
2015-10-10Merge branch 'cvs/hurd_raise_signal' into ↵Samuel Thibault
refs/top-bases/tschwinge/Roger_Whittaker
2015-10-10Make _hurd_raise_signal directly return the errorSamuel Thibault
* hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by __msg_sig_post.
2015-10-10Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-10-10Merge branch 'cvs/hurd_raise_signal' into ↵Samuel Thibault
refs/top-bases/tschwinge/Roger_Whittaker
2015-10-10Merge branch 't/2.19-fix' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-10Merge branch 't/pthread_functions' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-10Merge commit 'refs/top-bases/t/2.19-fix' into t/2.19-fixSamuel Thibault
2015-10-10Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-10Merge commit 'refs/top-bases/t/pthread_functions' into t/pthread_functionsSamuel Thibault
2015-10-10New TopGit dependency: cvs/hurd_raise_signalSamuel Thibault
2015-10-10Make _hurd_raise_signal return errorsSamuel Thibault
* hurd/hurd-raise.c (_hurd_raise_signal): Set errno to error returned by __msg_sig_post. * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
2015-10-10Add patch messageSamuel Thibault
2015-10-09fix commentSamuel Thibault
2015-10-08Merge branch 'cvs/task_notify' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-08Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-10-08New TopGit dependency: cvs/task_notifySamuel Thibault
2015-10-08Add task_notify to mach_interface_listSamuel Thibault
* sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
2015-10-08Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-10-08Merge branch 't/2.19-fix' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-08New TopGit dependency: t/2.19-fixSamuel Thibault
2015-10-08glibc 2.19 does not have the IS_IN generic macro yetSamuel Thibault
To be removed for glibc versions which have it (and thus don't define IS_IN_rtld)
2015-10-08Merge branch 't/NO_HIDDEN' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-08Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-10-08New TopGit dependency: t/NO_HIDDENSamuel Thibault
2015-10-08Do not use __GI_* symbolsSamuel Thibault
hurd-i386 defines NO_HIDDEN, thus __GI_* versions are not available. This was introduced by https://sourceware.org/bugzilla/show_bug.cgi?id=15605 When building with -O2, we shouldn't actually have the issue, but we should try not to define NO_HIDDEN
2015-10-08Merge branch 't/mach-hurd-link' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-10-08Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-10-08New TopGit dependency: t/mach-hurd-linkSamuel Thibault
2015-10-08Add -lmachuser -lhurduser to libc.so on GNU/Hurd.Samuel Thibault
http://lists.gnu.org/archive/html/bug-hurd/2011-03/msg00112.html 2011-03-29 Samuel Thibault <samuel.thibault@ens-lyon.org> * Makerules ($(inst_libdir)/libc.so): Add -lmachuser -lhurduser to libc.so on GNU/Hurd. It's still unclear what we want to aim for.
2015-09-20Merge branch 't/sendmsg-SCM_CREDS' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-09-20Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-09-20hurd/Makefile (user-interfaces): Add auth_request and auth_replySamuel Thibault
2015-09-20Merge branch 't/sendmsg-SCM_CREDS' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-09-20Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-09-20Merge branch 't/sendmsg-SCM_RIGHTS' into ↵Samuel Thibault
refs/top-bases/tschwinge/Roger_Whittaker
2015-09-20New TopGit dependency: t/sendmsg-SCM_CREDSSamuel Thibault
2015-09-20[PATCH] hurd: SCM_CREDS supportSamuel Thibault
Svante Signell <svante.signell@gmail.com> Samuel Thibault <samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): On SCM_CREDS control messages, record uids, pass a rendez-vous port in the control message, and call __auth_user_authenticate_request to make auth send credentials on that port. Do not wait for a reply. * sysdeps/mach/hurd/recvmsg.c (contains_uid, contains_gid, check_auth): New functions. (__libc_recvmsg): On SCM_CREDS control messages, call check_auth to check the passed credentials thanks to the answer from the auth server.
2015-09-20Rework SCM_RIGHTS support to prepare for SCM_CREDSSamuel Thibault
* sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Move comments. * sysdeps/mach/hurd/recvmsg.c (__libc_recvmsg): Store FDs in opened_fds for easier cleanup. Move cleanup code to a shared section. Collapse loops.
2015-09-19Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker
2015-09-19Merge commit 'refs/top-bases/t/pthread_functions' into t/pthread_functionsSamuel Thibault
2015-09-19Merge branch 't/pthread_functions' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-09-19Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2015-09-19Merge commit 'refs/top-bases/t/tls-threadvar' into t/tls-threadvarSamuel Thibault
2015-09-19New TopGit dependency: t/tcbhead_tSamuel Thibault
2015-09-19Merge branch 't/tcbhead_t' into refs/top-bases/t/tls-threadvarSamuel Thibault
2015-09-19New TopGit dependency: t/tcbhead_tSamuel Thibault
2015-09-19New TopGit dependency: t/tcbhead_tSamuel Thibault
2015-09-19hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file, add i386 ↵Samuel Thibault
fields to TLS structure
2015-09-19Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into ↵Samuel Thibault
tschwinge/Roger_Whittaker