aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-05 10:24:40 +0200
committerMattias Andrée <maandree@kth.se>2024-05-05 10:24:40 +0200
commit3dfd6c11ed5599ab8baf4a6114f4ccb34150de6e (patch)
treeb7717583b99f29028c85c3423cf43b104dfa8943 /TODO
downloadlibexec-3dfd6c11ed5599ab8baf4a6114f4ccb34150de6e.tar.gz
libexec-3dfd6c11ed5599ab8baf4a6114f4ccb34150de6e.tar.bz2
libexec-3dfd6c11ed5599ab8baf4a6114f4ccb34150de6e.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..ec3a255
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+Test that LIBEXEC_NOREPLACE first copies the calling process's environment,
+even if nothing is modified, but also test that LIBEXEC_NOCLOBBER does not
+do this.
+
+add LIBEXEC_RUN_ADD_SHARED_OUTPUT_FD
+add LIBEXEC_RUN_ADD_SHARED_OUTPUT
+add LIBEXEC_RUN_GET_STDOUT
+add LIBEXEC_RUN_GET_STDERR
+add LIBEXEC_RUN_SET_USER_TAG
+add a way to create process substitutions in libexec_run
+add a way to add a fork of the process into a pipeline
+
+add man pages