summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogc/syslogc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-121-4/+14
* Make stdout line buffered.mpf2011-07-041-1/+2
* sync synopsis and usage; documentation tweaks.sobrado2008-09-101-3/+3
* sync usage() somewhat;jmc2007-01-101-2/+3
* Support for continuous reading of syslog memory buffers.mpf2007-01-031-6/+15
* err()->errx() and KNF; ok djm@stevesk2005-09-281-3/+3
* 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
* support new syslogd control protocol and add new -o option to detect memorydjm2004-06-251-6/+48
* 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-041-0/+129