summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/ttymsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* I have touched more than half the source code lines of syslogd(8).bluhm2017-10-051-1/+17
* Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andbluhm2017-08-081-4/+5
* As we did not have nice log functions before, ttymsg() had to returnbluhm2017-04-051-32/+24
* Replace logdebug() with generic log_debug() from log.c. Implementbluhm2017-04-051-2/+3
* Replace bcopy(3) with memmove(3) in function ttymsg(). Values ofbluhm2017-03-241-3/+3
* There was a file descripotor leak in the syslogd(8) ttymsg() errorbluhm2017-03-161-4/+5
* 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