History log of /src/lib/libc/gen/syslog.3 (Results 1 – 25 of 126)
Revision Date Author Comments
# dc36d6f9 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl s

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix

show more ...


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 5aee3e14 03-Jul-2023 Eugene Grosbein <eugen@FreeBSD.org>

syslog.3: document ident[N] format

When libc switched to generation of logs as per RFC 5424,
that change broke application ability to insert specific process id
using ident[N] format, the feature ex

syslog.3: document ident[N] format

When libc switched to generation of logs as per RFC 5424,
that change broke application ability to insert specific process id
using ident[N] format, the feature existed for decades.
Some processes rely on it (including logger and syslogd).

Later the regression was fixed but the feature remained undocumented.
This change documents it.

MFC after: 1 week

show more ...


# 94eb6c42 10-May-2021 Fernando Apesteguía <fernape@FreeBSD.org>

syslog.3 - Add detail about LOG_PID

Document that LOG_PID is ignored and can not be disabled.
This change was made along with the move from RFC 3164 to RFC 5424 log messages.

PR: 255664
Reported by

syslog.3 - Add detail about LOG_PID

Document that LOG_PID is ignored and can not be disabled.
This change was made along with the move from RFC 3164 to RFC 5424 log messages.

PR: 255664
Reported by: des.gaufres@gmail.com
Reviewed by: gbe, jilles
Approved by: gbe (mentor, manpages), jilles

show more ...


# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


# 16e2120a 06-Dec-2018 Yuri Pankov <yuripv@FreeBSD.org>

syslog(3): stdarg.h is needed only for vsyslog()

Reported by: Brian Wood <woodbrian77@gmail.com>
Reviewed by: asomers, ngie
Differential revision: https://reviews.freebsd.org/D18334


# dc36d6f9 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl s

lib: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix

show more ...


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 5aee3e14 03-Jul-2023 Eugene Grosbein <eugen@FreeBSD.org>

syslog.3: document ident[N] format

When libc switched to generation of logs as per RFC 5424,
that change broke application ability to insert specific process id
using ident[N] format, the feature ex

syslog.3: document ident[N] format

When libc switched to generation of logs as per RFC 5424,
that change broke application ability to insert specific process id
using ident[N] format, the feature existed for decades.
Some processes rely on it (including logger and syslogd).

Later the regression was fixed but the feature remained undocumented.
This change documents it.

MFC after: 1 week

show more ...


# 94eb6c42 10-May-2021 Fernando Apesteguía <fernape@FreeBSD.org>

syslog.3 - Add detail about LOG_PID

Document that LOG_PID is ignored and can not be disabled.
This change was made along with the move from RFC 3164 to RFC 5424 log messages.

PR: 255664
Reported by

syslog.3 - Add detail about LOG_PID

Document that LOG_PID is ignored and can not be disabled.
This change was made along with the move from RFC 3164 to RFC 5424 log messages.

PR: 255664
Reported by: des.gaufres@gmail.com
Reviewed by: gbe, jilles
Approved by: gbe (mentor, manpages), jilles

show more ...


# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


# 16e2120a 06-Dec-2018 Yuri Pankov <yuripv@FreeBSD.org>

syslog(3): stdarg.h is needed only for vsyslog()

Reported by: Brian Wood <woodbrian77@gmail.com>
Reviewed by: asomers, ngie
Differential revision: https://reviews.freebsd.org/D18334


# 17b382ec 12-Apr-2018 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Bump .Dd value (forgot to do this in r332439)

MFC after: 3 days
X-MFC-With: 332439


# eb607f90 12-Apr-2018 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Fix quotes in the example code in syslog(3) BUGS section

mdoc treats verbatim quotes in .Dl as a string delimiter and does
not pass them to the rendered output. Use special char \*q to specify
doubl

Fix quotes in the example code in syslog(3) BUGS section

mdoc treats verbatim quotes in .Dl as a string delimiter and does
not pass them to the rendered output. Use special char \*q to specify
double quote

PR: 216755
MFC after: 3 days

show more ...


# 8129693e 06-Apr-2018 Ed Schouten <ed@FreeBSD.org>

Let syslog(3) use RFC 5424.

With r332099 changing syslogd(8) to parse RFC 5424 formatted syslog
messages, go ahead and also change the syslog(3) libc function to
generate them. Compared to RFC 3164,

Let syslog(3) use RFC 5424.

With r332099 changing syslogd(8) to parse RFC 5424 formatted syslog
messages, go ahead and also change the syslog(3) libc function to
generate them. Compared to RFC 3164, RFC 5424 has various advantages,
such as sub-second precision for log entry timestamps.

As this change could have adverse effects when not updating syslogd(8)
or using a different system logging daemon, add a notice to UPDATING and
increase __FreeBSD_version.

Differential Revision: https://reviews.freebsd.org/D14926

show more ...


# c2c014f2 07-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r323559 through r325504.


# 18b80db5 05-Nov-2017 Benedict Reuschling <bcr@FreeBSD.org>

The last example used LOG_INFO, but the message itself said error.
Change to LOG_ERR to be less confusing.

PR: 216756
Submitted by: Thomas Cort (linuxgeek@gmail.com)
Reviewed by: noone (after 2

The last example used LOG_INFO, but the message itself said error.
Change to LOG_ERR to be less confusing.

PR: 216756
Submitted by: Thomas Cort (linuxgeek@gmail.com)
Reviewed by: noone (after 2 months)
Differential Revision: https://reviews.freebsd.org/D11824

show more ...


# 348238db 01-Mar-2017 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r314420 through r314481.


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96

show more ...


# b5ff185e 12-Sep-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# ab875b71 13-Aug-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with head, primarily for the 1.14.4.0 firmware.


# 8d0f1085 22-Jul-2015 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r285341 through r285792.


# 71b282bb 21-Jul-2015 Sergey Kandaurov <pluknet@FreeBSD.org>

Add missing priority argument in example code in BUGS section.

PR: 201725
Submitted by: Thomas Cort
MFC after: 1 week


# 17b382ec 12-Apr-2018 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Bump .Dd value (forgot to do this in r332439)

MFC after: 3 days
X-MFC-With: 332439


# eb607f90 12-Apr-2018 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Fix quotes in the example code in syslog(3) BUGS section

mdoc treats verbatim quotes in .Dl as a string delimiter and does
not pass them to the rendered output. Use special char \*q to specify
doubl

Fix quotes in the example code in syslog(3) BUGS section

mdoc treats verbatim quotes in .Dl as a string delimiter and does
not pass them to the rendered output. Use special char \*q to specify
double quote

PR: 216755
MFC after: 3 days

show more ...


123456