summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/ttymsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+5
* Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.krw2016-04-021-2/+1
* If writing to a tty blocks, syslogd forked and tried to write againbluhm2015-10-231-29/+72
* Do some cleanup in syslogd ttymsg(). Add a debug message when thebluhm2015-10-211-26/+29
* Remove some unneeded includes. OK deraadt@millert2015-07-061-3/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Fix the gcc compiler warnings "comparison between signed andbluhm2014-08-251-5/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@djm2004-07-031-3/+3
* correct error message (wall -> syslogd)avsm2003-08-271-3/+3
* Privilege separated syslog daemon. The child listening to log requests dropsavsm2003-07-311-0/+175