History log of /openbsd-src/usr.sbin/syslogd/ringbuf.c (Results 1 – 10 of 10)
Revision Date Author Comments
# c572cfa7 16-Oct-2016 bluhm <bluhm@openbsd.org>

Fix trailing whitespace and shorten long lines.
No binary change.


# d4d4d7d2 06-Jul-2015 millert <millert@openbsd.org>

Remove some unneeded includes. OK deraadt@


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 9ab071d1 21-Sep-2005 djm <djm@openbsd.org>

rearrange sanity checks to eliminate signed arithmatic, from stevesk@


# 6a1166c6 16-Sep-2005 djm <djm@openbsd.org>

reorder tests for improved sanity, from stevesk@


# b26a9db2 16-Sep-2005 djm <djm@openbsd.org>

unneeded headers, from stevesk@


# e735b9b4 06-Jun-2005 djm <djm@openbsd.org>

memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;
ok avsm@


# 35b96954 25-Jun-2004 djm <djm@openbsd.org>

extend memory buffer control protocol to support transmission of flags,
starting with one to indicate whether the memory ringbuffers have overflowed;
idea & ok markus@

NB if you are using memory buf

extend memory buffer control protocol to support transmission of flags,
starting with one to indicate whether the memory ringbuffers have overflowed;
idea & ok markus@

NB if you are using memory buffered logging make sure you update both syslogd
and syslogc _and_ restart syslogd because the protocol has changed

show more ...


# f64cf283 26-Feb-2004 avsm <avsm@openbsd.org>

staring->starting in comment


# c1d2012a 04-Jan-2004 djm <djm@openbsd.org>

Buffered logging for syslogd. Logs may be stored in memory buffers and
extracted using a small client. Useful for diskless systems.
much feedback from deraadt@, canacar@, jmc@, jakob@ ; ok deraadt@