| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | After the socket is open, the remainder is just io operations. | 2015-10-13 | 1 | -1/+4 | |
| | | | | | Use pledge "stdio". | ||||
| * | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | 2014-11-26 | 1 | -3/+3 | |
| | | |||||
| * | Allow syslogc -n XX to display less than the whole file, and -n XX -f to | 2011-07-12 | 1 | -4/+14 | |
| | | | | | display more/less than the default of 10. ok mpf@ jmc@ | ||||
| * | Make stdout line buffered. | 2011-07-04 | 1 | -1/+2 | |
| | | | | | | | # syslogc -f foobuf | grep bar is now usable. OK mikeb, djm, markus | ||||
| * | sync synopsis and usage; documentation tweaks. | 2008-09-10 | 1 | -3/+3 | |
| | | | | | ok jmc@ | ||||
| * | sync usage() somewhat; | 2007-01-10 | 1 | -2/+3 | |
| | | |||||
| * | Support for continuous reading of syslog memory buffers. | 2007-01-03 | 1 | -6/+15 | |
| | | | | | | Works like ``tail -f'' on a log file. OK markus@, djm@ | ||||
| * | err()->errx() and KNF; ok djm@ | 2005-09-28 | 1 | -3/+3 | |
| | | |||||
| * | zap unused header and #defines, mostly from stevesk@ | 2005-09-19 | 1 | -6/+1 | |
| | | |||||
| * | kill redundant warning - getopt does it for us; from andrushock AT korovino.net | 2005-04-03 | 1 | -3/+2 | |
| | | |||||
| * | remove unused variables | 2004-09-14 | 1 | -3/+1 | |
| | | |||||
| * | add -o to usage() ok markus@ | 2004-07-15 | 1 | -2/+2 | |
| | | |||||
| * | support new syslogd control protocol and add new -o option to detect memory | 2004-06-25 | 1 | -6/+48 | |
| | | | | | | | | buffer overflow; idea & ok markus@ NB if you are using memory buffered logging make sure you update both syslogd and syslogc _and_ restart syslogd because the protocol has changed | ||||
| * | Sort getopt list and tidy error checks. From andrushock@korovino.net; | 2004-04-13 | 1 | -12/+13 | |
| | | | | | ok deraadt@ | ||||
| * | zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@ | 2004-03-15 | 1 | -1/+2 | |
| | | |||||
| * | remove redundant string termination; report from nimadeus@pandora.be | 2004-01-12 | 1 | -2/+1 | |
| | | |||||
| * | excessively detailed error messages are not unix | 2004-01-05 | 1 | -3/+3 | |
| | | |||||
| * | syslogc - client to read memory buffered logs from syslogd; | 2004-01-04 | 1 | -0/+129 | |
| manpage nits jmc@, fixes jose@; ok deraadt@ | |||||
