summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg22
1 files changed, 7 insertions, 15 deletions
diff --git a/.topmsg b/.topmsg
index 142b690310..7b9619422a 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,17 +1,9 @@
-Subject: [PATCH] hurd: SCM_CREDS support
+Commited to git
-Svante Signell <svante.signell@gmail.com>
-Samuel Thibault <samuel.thibault@ens-lyon.org>
+From: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Subject: [PATCH] hurd: Make libc able to call pthread stubs
- * 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.
- * hurd/Makefile (user-interfaces): Add auth_request and
- auth_reply.
+* sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
+<bits/libc-lockP.h>
+
+Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>