summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg20
1 files changed, 7 insertions, 13 deletions
diff --git a/.topmsg b/.topmsg
index dd6634c886..663abf4b87 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,16 +1,10 @@
-Subject: Baseline for our topic branches.
+From: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Subject: [PATCH] hurd: Fix O_NOFOLLOW
----
+The error code documented by POSIX for opening a symlink with O_NOFOLLOW
+is ELOOP.
-This need not strictly be a TopGit branch, but it is for easy synchronization
-between different machines.
+Also, if the translator does not expose symlink as a symlink translator but
+as a S_IFLNK file, O_NOFOLLOW needs to return ELOOP too.
-As the baseline is merged into the topic branches, it is forward-only.
-
-To advance it:
-
- $ echo [SHA1] > .topdeps
- $ git commit -m Advance. -- .topdeps
- $ tg update
-
----
+Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>