From owner-cvs-all Thu Oct 18 1:12:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9560E37B401; Thu, 18 Oct 2001 01:12:50 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8Co425046; Thu, 18 Oct 2001 01:12:50 -0700 (PDT) (envelope-from des) Message-Id: <200110180812.f9I8Co425046@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 01:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd Makefile syslogd.8 syslogd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 01:12:50 PDT Modified files: (Branch: RELENG_4) usr.sbin/syslogd Makefile syslogd.8 syslogd.c Log: MFC: synch with HEAD: - add -b option - fix remote logging - check return values from malloc() et al. - strlfoo() instead of strfoo() / strnfoo() - const, type, style fixes - WARNS level 1 Revision Changes Path 1.3.6.3 +7 -4 src/usr.sbin/syslogd/Makefile 1.22.2.13 +7 -1 src/usr.sbin/syslogd/syslogd.8 1.59.2.11 +253 -164 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message