summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "commandline" -> "command line", since there are so few examplesjmc2015-11-051-3/+3
| | | | | | | of the former in the pages, so many of the latter, and in some of these pages we had multiple spellings; prompted by tj
* After the socket is open, the remainder is just io operations.deraadt2015-10-131-1/+4
| | | | Use pledge "stdio".
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-3/+3
|
* Allow syslogc -n XX to display less than the whole file, and -n XX -f tosthen2011-07-122-7/+20
| | | | display more/less than the default of 10. ok mpf@ jmc@
* Make stdout line buffered.mpf2011-07-041-1/+2
| | | | | | # syslogc -f foobuf | grep bar is now usable. OK mikeb, djm, markus
* sync synopsis and usage; documentation tweaks.sobrado2008-09-102-9/+6
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* sync usage() somewhat;jmc2007-01-101-2/+3
|
* - better wording for -f, as well as missing punctuationjmc2007-01-101-9/+9
| | | | - put CAVEATS in the right place
* Support for continuous reading of syslog memory buffers.mpf2007-01-032-8/+27
| | | | | Works like ``tail -f'' on a log file. OK markus@, djm@
* err()->errx() and KNF; ok djm@stevesk2005-09-281-3/+3
|
* mention marking of logs that have wrapped their buffer, from stevesk@djm2005-09-241-1/+4
|
* zap unused header and #defines, mostly from stevesk@djm2005-09-191-6/+1
|
* kill redundant warning - getopt does it for us; from andrushock AT korovino.netdjm2005-04-031-3/+2
|
* remove unused variablesderaadt2004-09-141-3/+1
|
* add -o to usage() ok markus@mpf2004-07-151-2/+2
|
* .Xr syslogd(8) in SEE ALSO; ok djm@ jmc@.xsa2004-07-111-2/+3
|
* support new syslogd control protocol and add new -o option to detect memorydjm2004-06-252-8/+55
| | | | | | | 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;djm2004-04-131-12/+13
| | | | ok deraadt@
* zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@djm2004-03-151-1/+2
|
* remove redundant string termination; report from nimadeus@pandora.bedjm2004-01-121-2/+1
|
* excessively detailed error messages are not unixderaadt2004-01-051-3/+3
|
* syslogc - client to read memory buffered logs from syslogd;djm2004-01-043-0/+211
manpage nits jmc@, fixes jose@; ok deraadt@