summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-12 12:26:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-12 12:26:06 +0100
commit44b20562c533369f61b774a76a836b28ce1c5253 (patch)
tree67cf87fd0701e4085b4600db1bd48e9a86d52f58
parentdea83f48eaf03422ee94c351a4520257e4d319f4 (diff)
TODO
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 1c175da2..9cd38da3 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -119,6 +119,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* 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.
+* Make mig use the `access` function attribute to properly express accesses in arrays, e.g. for `device_read/write_inband`.
<a name="porting"></a>
## Porting Packages