diff options
author | Zhaoming Luo <zhmingluo@163.com> | 2024-12-12 07:44:55 +0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-12 00:54:50 +0100 |
commit | 0e479ecd1e8249b394acd636a133d492e000f948 (patch) | |
tree | 338d3b9ff8274e2f0e824f6e4c762fbbd381a7bd /contributing.mdwn | |
parent | ba23e2f34a18b3bbcb7ea104c3a496ab2daa6b10 (diff) |
Signed-off-by: Zhaoming Luo <zhmingluo@163.com>
Message-ID: <20241211234455.623986-1-zhmingluo@163.com>
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 1d67223d..e9810e60 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -115,7 +115,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]]. -* 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. |