summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-08 20:00:23 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-08 20:00:23 +0100
commit43f1e90c9af30c31efe44fe0d18a4764f090f3e1 (patch)
tree7b475bfe528ffd9c30c4d89088bde18f94f973cc /contributing.mdwn
parent61d443ff6672ac766ff1b754a9a9dbb7a46fd995 (diff)
TODO: add VSTATUS
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 7bb2aab1..62ff4ef8 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -118,6 +118,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* 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.
+* 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.
<a name="porting"></a>
## Porting Packages