summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2021-02-04 00:00:43 -0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-02-04 10:04:30 +0100
commitb100db2dc58e12af2ceba562869abb10de8ab309 (patch)
treece355426e620b117d5cc41edfa17fba036e95b34 /contributing.mdwn
parent8b5a77962e792a6cef0fde235c1ed0f2b7ac8b69 (diff)
Remove entry to fix NO_ATIME.
It seems to work well now (in particular when not using relatime). borgbackup tests are also passing: https://buildd.debian.org/status/fetch.php?pkg=borgbackup&arch=hurd-i386&ver=1.1.15-3&stamp=1611220856&raw=0 Message-Id: <YBupq3tfnQS4HvMa@viriathus>
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 93f3e116..ca5d97ba 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -112,7 +112,6 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* Add a tool to trace system calls, by using gnumach's Syscall-Emulation, see <http://www.gnu.org/software/hurd/gnumach-doc/Syscall-Emulation.html>
* Improve our [[FUSE library|hurd/libfuse]].
* Fix our [[open_issues/symlink_translator]].
-* Fix `O_NOATIME`, see <https://buildd.debian.org/status/fetch.php?pkg=borgbackup&arch=hurd-i386&ver=1.0.2-1&stamp=1460838100>
* Add a /dev/rtc device
* Add gnumach support for EFI memory areas report through GetMemoryMap instead of the BIOS E820.
* Implement `SA_NOCLDWAIT`. It means adding an RPC to proc to implement it, and then making glibc detect when setting `SIG_IGN` on `SIGCLD`, or setting the `SA_NOCLDWAIT` flag, and in that case call into `proc`, similarly to the `S_proc_mod_stopchild` RPC. proc's `S_proc_wait` shall then wait for all children and return `ECHILD`.