From 61ff65bda7ac576327425a991780d0b5e28ec202 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 21 Oct 2024 15:04:11 +0200 Subject: complete rtc information --- contributing.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.mdwn b/contributing.mdwn index 88efda09..d4d7df06 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -115,7 +115,7 @@ 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 * Improve our [[FUSE library|hurd/libfuse]]. * Fix our [[open_issues/symlink_translator]]. -* Add a /dev/rtc device +* Add a /dev/rtc device. We can probably just create a userland trivfs-based translator `/hurd/rtc`, by taking devnode as an example, removing the `console_*` parts, and adding instead a `pioctl` part, by adding a `pioctl.defs` file (similar to the existing `rioctl.defs`) to document the expected ioctls, and implement the corresponding RPCs. * 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`. * Implement `lsof`. One can get inspiration from `libshouldbeinlibc/portinfo.c` for the details. -- cgit v1.2.3