summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-23 12:41:23 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-23 12:41:23 +0100
commit84ea62d5086110b435aa264667660d89cf48f312 (patch)
tree22506d2b9463668bf47e48f2dcbbcd8e944f1822 /contributing.mdwn
parent8e228d9f138aeb4ff599b1b4cc90e2f0d4477eb1 (diff)
TODO rsync's -X option
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index f27bdcbf..d0b0bc27 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -114,6 +114,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* Add a /dev/rtc device
* Implement `pthread_setschedparam` and `sched_setscheduler` in glibc by calling mach's `thread_policy` and `thread_priority`.
* Add a `name` field to `thread` structure in Mach, and `thread_set_name` (like `task_set_name`), and use it to add `pthread_setname_np` to glibc.
+* Teach rsync to use `*getxattr` and friends on GNU/Hurd too, to enable the -X option, so as to preserve translator entries.
<a name="porting"></a>
## Porting Packages