summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-04 15:41:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-04 15:41:02 +0100
commitcc9da188fa6e5cfb4e41a336375a6acc42b87a64 (patch)
tree1e0a68b53fa22e3940bb63fe2bd2d4530dc5346d /contributing.mdwn
parentc217bf6dcc7c59f24a4969eff8c033a79bc99552 (diff)
typo
Diffstat (limited to 'contributing.mdwn')
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 6e840b1c..a3f6bf22 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -118,7 +118,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* 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`.
-* Implement `lsof'. One can get inspiration from `libshouldbeinlibc/portinfo.c' for the details.
+* Implement `lsof`. One can get inspiration from `libshouldbeinlibc/portinfo.c` for the details.
* Add `VSTATUS` support to `term`. Essentially in `term/munge.c`, `input_character`, just like the `VINTR`, `VQUIT`, `VSUSP`, collect a few stats from the system, and put them into the output queue.
* Make mig use the `access` function attribute to properly express accesses in arrays, e.g. for `device_read/write_inband`.
* Add a limitation in the number of a process that a given uid can run. That would be in the `proc` translator. That will allow to avoid crashes when an application goes crazy with forking. Setting a hardcoded limitation would thus already be useful.