From owner-cvs-all Sat Aug 21 11:36: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 316B81519C; Sat, 21 Aug 1999 11:35:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38627; Sat, 21 Aug 1999 11:35:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199908211835.LAA38627@freefall.freebsd.org> From: Brian Feldman Date: Sat, 21 Aug 1999 11:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c src/sbin/ipfw ipfw.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/08/21 11:35:57 PDT Modified files: sys/netinet ip_fw.c sbin/ipfw ipfw.8 Log: To christen the brand new security category for syslog, we get IPFW using syslog(3) (log(9)) for its various purposes! This long-awaited change also includes such nice things as: * macros expanding into _two_ comma-delimited arguments! * snprintf! * more snprintf! * linting and criticism by more people than you can shake a stick at! * a slightly more uniform message style than before! and last but not least * no less than 5 rewrites! Reviewed by: committers Revision Changes Path 1.118 +86 -58 src/sys/netinet/ip_fw.c 1.57 +8 -5 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message