summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Fink <werner@suse.de>2012-03-13 14:49:52 +0100
committerWerner Fink <werner@suse.de>2012-03-13 14:49:52 +0100
commit54033e94bb8e038655f3241524da5616cb344435 (patch)
tree2b3a742b9d3cbee59d78c6956557b3dd1f49e3ff /ChangeLog
parentde186957b94e4298075dfaff4b134a1c7a72ac07 (diff)
Add timeout.c/timeout.h for static background process for doing the stat system calls
Signed-off-by: Werner Fink <werner@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b42a4d7..bde0f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ * Add timeout.c/timeout.h for static background process which is able
+ to read the file name from pipe, does the stat(2) system call, and
+ writes the result back to a pipe.
* Really add ASCII null at command string in add_proc() of pstree.c
Changes in 22.16