History log of /netbsd/usr.sbin/syslogd/syslogd.c (Results 76 – 100 of 140)
Revision Date Author Comments
# 3e6b951d 06-Mar-2004 itojun <itojun@NetBSD.org>

use "volatile sig_atomic_t" for gothup; Havard Eidnes


# 451af986 06-Mar-2004 itojun <itojun@NetBSD.org>

make SIGHUP handler very small, and call init() from the main poll() loop.
should fix PR bin/24682.


# fdffaa3f 17-Oct-2003 lukem <lukem@NetBSD.org>

Implement -r, which prevents syslogd from compressing multiple messages with
the same string into "last message repeated N times", and instead forces
syslogd to write out every message.

Based on '-c

Implement -r, which prevents syslogd from compressing multiple messages with
the same string into "last message repeated N times", and instead forces
syslogd to write out every message.

Based on '-c' in FreeBSD's syslogd, although a different option letter was
chosen because their syslogd requires '-c -c' to get this functionality,
and we don't have the support for logging to pipes which is what FreeBSD's
syslogd with a single '-c' is related to.

show more ...


# 686afb7f 16-Oct-2003 itojun <itojun@NetBSD.org>

safer use of realloc


# 4a7fa92f 19-Sep-2003 itojun <itojun@NetBSD.org>

no need for explicit '?'; openbsd


# 326b2259 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 22366, verified by myself.


# b2189acd 14-May-2003 itojun <itojun@NetBSD.org>

whitespace fix


# 4b641df8 14-May-2003 itojun <itojun@NetBSD.org>

strlcpy audit


# 343d3d8f 16-Nov-2002 itojun <itojun@NetBSD.org>

die if out-of-range uid/gid is specified.


# b5c1ff7f 24-Sep-2002 itojun <itojun@NetBSD.org>

set IPV6_V6ONLY to 1 to avoid complicated access control issue
(libwrap takes care of it, but just to be sure)


# d116a0bb 02-Aug-2002 christos <christos@NetBSD.org>

add utmpx support;


# 6ed86728 09-Jun-2002 itojun <itojun@NetBSD.org>

no need for KAME_SCOPEID any longer


# 0df8aade 25-May-2002 wiz <wiz@NetBSD.org>

ANSIfy, and some KNF. Sort options in getopt-switch. Drop some unneeded
include files.


# a16dbed2 25-May-2002 wiz <wiz@NetBSD.org>

Sort options in man page, don't mention non-existing '-S' option,
use some more markup and improve existing one.
Sync usage() with man page.


# 6206a1d7 02-May-2002 lukem <lukem@NetBSD.org>

remove commented out debug printf() accidentally committed in the last rev.
noted by YAMAMOTO Takashi<yamt@mwd.biglobe.ne.jp> in private email.


# f3c2d533 18-Jan-2002 lukem <lukem@NetBSD.org>

logpath_add(): store pointer to strdup(3)ed copy of path provided.
fixes -P /some/file.


# d561c70b 06-Nov-2001 kim <kim@NetBSD.org>

None of the other calls to logerror() include a newline at the end of the
message, and it causes an unnecessary empty line in the syslog output.


# 6e662bb7 19-Jul-2001 taca <taca@NetBSD.org>

Put pidfile after daemonize. This would fix newsyslog(8) error.


# 76409617 16-Jul-2001 manu <manu@NetBSD.org>

- No more lost error messages during syslogd startup, they now all appear on
stdout before syslogd becomes a daemon.
- Flags for setuid/setgid/chroot syslogd after initialization is completed
- Warni

- No more lost error messages during syslogd startup, they now all appear on
stdout before syslogd becomes a daemon.
- Flags for setuid/setgid/chroot syslogd after initialization is completed
- Warning instead of silent ignoring for malformed lines (with spaces instead
of tags)
Approved by Christos

show more ...


# 338aa1c6 01-Jul-2001 itojun <itojun@NetBSD.org>

-DLIBWRAP will enable libwrap-based filtering on UDP socket messages.
PR 13348


# 5d9bc915 08-Jun-2001 mrg <mrg@NetBSD.org>

new `-n' switch to avoid looking up hostnames.


# bbde910f 21-Mar-2001 itojun <itojun@NetBSD.org>

plug memory leak. PR 12444.


# 25bdbb66 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# 5ac29b83 18-Sep-2000 sommerfeld <sommerfeld@NetBSD.org>

Don't prematurely terminate log message on a 0x80 character


# 20084585 13-Sep-2000 tron <tron@NetBSD.org>

Use setlocale(3) to activate support for international characters.
This should fix PR bin/11007 by Bill Sommerfeld.


123456