summaryrefslogtreecommitdiff
path: root/contributing.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-02 04:54:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-02 04:54:06 +0100
commit0922c43963c36cd68c2548ce1016e947ab655a6f (patch)
tree482a84884b816ea56bf70c3fdac56b8305ec0d5d /contributing.mdwn
parent09ca4da2317d428d027c1f464534a470dbc06236 (diff)
Add lsof small hack idea
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 9fdb644c..7bb2aab1 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -117,6 +117,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.
<a name="porting"></a>
## Porting Packages