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