History log of /netbsd-src/lib/libc/gen/syslog.3 (Results 1 – 25 of 35)
Revision Date Author Comments
# c966172d 11-Jul-2024 riastradh <riastradh@NetBSD.org>

syslog(3): Nix trailing whitespace in man page.

No functional change intended.


# 8c36b05f 08-Jul-2024 christos <christos@NetBSD.org>

PR/58391: Noriyuki Soda: re-adding syslog_ss() to syslog.h and syslog.3


# 01869ca4 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# 54c511cc 23-Mar-2017 wiz <wiz@NetBSD.org>

Remove trailing whitespace.


# 1b119018 22-Mar-2017 roy <roy@NetBSD.org>

openlog(3): add LOG_PTRIM and LOG_NLOG log options.

syslog(3) is the one stop method of logging system events and diagnostics.
When debugging a daemon in the foreground on a terminal, each line is
p

openlog(3): add LOG_PTRIM and LOG_NLOG log options.

syslog(3) is the one stop method of logging system events and diagnostics.
When debugging a daemon in the foreground on a terminal, each line is
prefixed with tag[pid]: which is very repetative and can take up valuable
screen estate.
LOG_PTRIM solves this by removing this prefix from stderr output.

There is also the case where the debugging could involve a dry-run and
syslog(3) calls would pollute the system log with incorrect data.
LOG_NLOG solves this by not writing the the system log, but allowing
LOG_PERROR to operate as before.

Initially discussed here:
https://mail-index.netbsd.org/tech-userlevel/2016/10/06/msg010330.html

show more ...


# 68d0ebc2 21-Feb-2017 abhinav <abhinav@NetBSD.org>

Fix spelling of "parenthesis".


# f3d20aa1 25-Jul-2011 njoly <njoly@NetBSD.org>

Adjust xref varargs(3) -> stdarg(3)


# b2368e53 13-May-2010 jruoho <jruoho@NetBSD.org>

Move the structure inside the body text. Some additional markup improvements.


# eff7f134 05-Apr-2010 joerg <joerg@NetBSD.org>

\\ -> \e


# 9a02e1d4 01-Nov-2008 wiz <wiz@NetBSD.org>

New sentence, new line. Mark up NULL with Dv.


# 1c6aec20 31-Oct-2008 christos <christos@NetBSD.org>

Import syslogd SoC project by Martin Schuette:
- new syslog protocol api syslogp(3) that supports structured data
and draft-rfc timestamps
- reliable tcp connections with queueing
- encrypted c

Import syslogd SoC project by Martin Schuette:
- new syslog protocol api syslogp(3) that supports structured data
and draft-rfc timestamps
- reliable tcp connections with queueing
- encrypted connections

show more ...


# 4ca73ce8 22-Nov-2006 christos <christos@NetBSD.org>

Don't expose _ss functions for 4.0. Requested by core.


# bb93eb16 28-Oct-2006 wiz <wiz@NetBSD.org>

Remove trailing whitespace. Use .Bl -enum for an enumeration.


# d15d9f8a 27-Oct-2006 christos <christos@NetBSD.org>

add async-signal-safe versions: syslog_ss and vsyslog_ss
multithread-safe syslog_r and vsyslog_r are not async-signal-safe.


# d8f71c6e 26-Oct-2006 wiz <wiz@NetBSD.org>

Various fixes.


# 77f9f63f 25-Oct-2006 christos <christos@NetBSD.org>

add _r functions for syslog from OpenBSD


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# fade7b55 06-May-2003 wiz <wiz@NetBSD.org>

New sentence, new line.


# 1f3b9df0 02-May-2003 gmcgarry <gmcgarry@NetBSD.org>

Clarify output. From PR#14290.


# 38107bb6 01-May-2003 wiz <wiz@NetBSD.org>

Grammar and mdoc fixes from jmc@openbsd.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# b214676a 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# 673cbedc 10-Jul-2002 yamt <yamt@NetBSD.org>

import CAVEATS sections from OpenBSD.
with little tweak by me.


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 09a03cd8 16-Sep-2001 wiz <wiz@NetBSD.org>

Standardize section headers, sort sections, sort SEE ALSO, punctuation
and misc. fixes.


12