summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2014-12-24 08:35:34 +1100
committerCraig Small <csmall@enc.com.au>2014-12-24 08:35:34 +1100
commit86e8d8cf2e16fcf3beae6ce877d8a1961f658f0b (patch)
treea0821445b82bf57c56065946ba97731e61ba9d7f /ChangeLog
parent9e870ae6e732c85e565cbd7137dd68d123ef4f06 (diff)
killall younger and older flags
The -y and -o flags were not being used if you used the regex (-r) flag. I initially moved those flags to the right part of the loop. However looking at that giant loop of code it was very difficult to debug so I have also taken the opportunity to re-work it with some functions, so its clearer what is going on.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f2a01f6..14e8df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
Changes in 22.22
================
- * Fixed typo in fuser which has -M on Debian #740275
- * pstree by default doesn't show threadnames, use -t to show
- as it disables compaction. SF Patch#33
- * PATH_MAX defined in pstree for FreeBSD Debian #750405
- * pstree ignores disappeared processes SF Patch#34
+ * fuser: Fixed typo for -M flag. Debian #740275
+ * pstree: by default doesn't show threadnames, use -t to show
+ as it disables compaction. SF [#33]
+ * pstree: PATH_MAX defined for FreeBSD. Debian #750405
+ * pstree: ignores disappeared processes. SF [#34]
+ * killall: -o and -y work with -r flags. SF [#64]
Changes in 22.21
================