summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogc (follow)
Commit message (Expand)AuthorAgeFilesLines
* "commandline" -> "command line", since there are so few examplesjmc2015-11-051-3/+3
* After the socket is open, the remainder is just io operations.deraadt2015-10-131-1/+4
* 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
* Make stdout line buffered.mpf2011-07-041-1/+2
* sync synopsis and usage; documentation tweaks.sobrado2008-09-102-9/+6
* 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
* Support for continuous reading of syslog memory buffers.mpf2007-01-032-8/+27
* 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
* Sort getopt list and tidy error checks. From andrushock@korovino.net;djm2004-04-131-12/+13
* 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