diff options
author | 2017-12-18 14:21:33 -0600 | |
---|---|---|
committer | 2017-12-18 14:21:33 -0600 | |
commit | 0b39d16ac61b0a483617c1c99b76d06835fc82b4 (patch) | |
tree | 033a189624edeec54e776128201093b1d0c93edd /ChangeLog.txt | |
parent | b6b68db896f9963558334aff7fca61adde4ec10f (diff) | |
download | pseudo-0b39d16ac61b0a483617c1c99b76d06835fc82b4.tar.gz pseudo-0b39d16ac61b0a483617c1c99b76d06835fc82b4.tar.bz2 pseudo-0b39d16ac61b0a483617c1c99b76d06835fc82b4.zip |
Print list of clients on SIGUSR2
This patch relates to some debugging of handling of large numbers
of clients, but actually it seems useful to have, so checking
it in.
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 8ba1ffa..888334a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2017-12-18: + * (seebs) Add a list of clients as a handler for SIGUSR2. (Useful + for debugging, maybe.) + 2017-04-13: * (seebs) don't unset LD_PRELOAD or the like, because if you do that, bash can segfault because it "knows" how many |