summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2017-10-10 12:06:09 +0200
committerKarel Zak2017-10-10 12:06:58 +0200
commit1f06d754be70b500fd88b0b3b1e0d2c8877f7b09 (patch)
tree9414cfa347abdf3c866bf10fb25e022e207fa551 /Documentation/TODO
parentagetty: fix /etc/os-release parsing (diff)
downloadkernel-qcow2-util-linux-1f06d754be70b500fd88b0b3b1e0d2c8877f7b09.tar.gz
kernel-qcow2-util-linux-1f06d754be70b500fd88b0b3b1e0d2c8877f7b09.tar.xz
kernel-qcow2-util-linux-1f06d754be70b500fd88b0b3b1e0d2c8877f7b09.zip
setsid: document fork(2) usage
Addresses: https://github.com/karelzak/util-linux/issues/518 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index f81030c15..aab16afb0 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -45,6 +45,11 @@ cleanup lib/path.c:
to /sys snapshots (e.g. lsblk regression tests)
+setsid
+------
+ - add --fork to always call fork(2) before setsid(2)
+ https://github.com/karelzak/util-linux/issues/518
+
lscpu
-----
- read cpuid and uname information from file if --sysroot is specified, then