summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-01 17:31:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-01 17:31:14 +0100
commitf2927818472e44be1a4332f285eef3aa99fb2979 (patch)
treedb0f65ff13267cf40a698a24bbd83aceb08fd97c
parent3431d54c2aed4cdbbf5e4008ecd14310a7f2bc5f (diff)
TODO: SIGINFO
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 180a2961..8ae1920d 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -120,6 +120,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* 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.
* Complete BPF program validation in `libbpf`. For instance, for now if `BPF_MOD` or `BPF_XOR` are used in a filter, it is accepted, but the matching always fails. We should pre-refuse any unknown instruction (and of course then implement `BPF_MOD` and `BPF_XOR`)
+* Make something useful out of SIGINFO for programs which do catch it. This is in `glibc/hurd/siginfo.c`, it could e.g. print the current RPC, like BSD does.
<a name="porting"></a>
## Porting Packages