diff --git a/ksym_mod.c b/ksym_mod.c index 8656653..cb6910e 100644 --- a/ksym_mod.c +++ b/ksym_mod.c @@ -84,6 +84,11 @@ * Removed references to since it doesn't work * anymore with its recent content from Linux 2.4/2.6, created * module.h locally instead. + * + * Fri May 25 20:07:30 CEST 2007: Martin Schulze + * Use new query_module function rather than the old obsolete + * hack of stepping through /dev/kmem. + * */ diff --git a/syslogd.c b/syslogd.c index ce72a58..f8953f2 100644 --- a/syslogd.c +++ b/syslogd.c @@ -479,6 +479,10 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88"; * Ignore errors caused by filled up disks so that the log * continues to be written as soon as space becomes available * again. + * + * Sat May 26 10:05:05 CEST 2007: Martin Schulze + * Only try to gather the local domain name when messages are to + * be received from the network, it's not needed otherwise. */