summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/ttymsg.c
AgeCommit message (Expand)Author
2017-10-05I have touched more than half the source code lines of syslogd(8).Alexander Bluhm
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-04-05As we did not have nice log functions before, ttymsg() had to returnAlexander Bluhm
2017-04-05Replace logdebug() with generic log_debug() from log.c. ImplementAlexander Bluhm
2017-03-24Replace bcopy(3) with memmove(3) in function ttymsg(). Values ofAlexander Bluhm
2017-03-16There was a file descripotor leak in the syslogd(8) ttymsg() errorAlexander Bluhm
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2016-04-02Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.Kenneth R Westerback
2015-10-23If writing to a tty blocks, syslogd forked and tried to write againAlexander Bluhm
2015-10-21Do some cleanup in syslogd ttymsg(). Add a debug message when theAlexander Bluhm
2015-07-06Remove some unneeded includes. OK deraadt@Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-25Fix the gcc compiler warnings "comparison between signed andAlexander Bluhm
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-07-03-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@Damien Miller
2003-08-27correct error message (wall -> syslogd)Anil Madhavapeddy
2003-07-31Privilege separated syslog daemon. The child listening to log requests dropsAnil Madhavapeddy