From owner-cvs-sbin Sun Sep 8 06:28:23 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00836 for cvs-sbin-outgoing; Sun, 8 Sep 1996 06:28:23 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00818; Sun, 8 Sep 1996 06:28:14 -0700 (PDT) Date: Sun, 8 Sep 1996 06:28:14 -0700 (PDT) From: David Greenman Message-Id: <199609081328.GAA00818@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount mount.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/08 06:28:13 Modified: sbin/mount mount.8 Log: Added description of "noatime" option. Revision Changes Path 1.11 +7 -1 src/sbin/mount/mount.8 From owner-cvs-sbin Fri Sep 13 20:00:42 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA10559 for cvs-sbin-outgoing; Fri, 13 Sep 1996 20:00:42 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA10544; Fri, 13 Sep 1996 20:00:34 -0700 (PDT) Date: Fri, 13 Sep 1996 20:00:34 -0700 (PDT) From: Bruce Evans Message-Id: <199609140300.UAA10544@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-include, cvs-libexec, cvs-sbin Subject: cvs commit: src/include err.h math.h setjmp.h stdlib.h unistd.h src/lib/libc/gen err.c src/sbin/i386/mount_msdos mount_msdos.c src/usr.bin/rlogin rlogin.c src/usr.bin/script script.c src/usr.bin/touch touch.c src/lib/libc/locale collate.c src/libexec/mail.local mail.local.c src/sbin/dump dump.h main.c tape.c src/sbin/fsck fsck.h utilities.c src/sbin/mount_ext2fs mount_ext2fs.c src/sbin/mount_lfs mount_lfs.c src/sbin/mount_nfs mount_nfs.c src/sbin/mount_null mount_null.c src/sbin/mount_portal mount_portal.c src/sbin/mount_std mount_std.c src/sbin/mount_umap mount_umap.c src/sbin/mount_union mount_union.c src/sbin/restore dirs.c extern.h src/sbin/route route.c src/usr.bin/tftp main.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/13 20:00:33 Modified: include err.h math.h setjmp.h stdlib.h unistd.h lib/libc/gen err.c lib/libc/locale collate.c libexec/mail.local mail.local.c sbin/dump dump.h main.c tape.c sbin/fsck fsck.h utilities.c sbin/i386/mount_msdos mount_msdos.c sbin/mount_ext2fs mount_ext2fs.c sbin/mount_lfs mount_lfs.c sbin/mount_nfs mount_nfs.c sbin/mount_null mount_null.c sbin/mount_portal mount_portal.c sbin/mount_std mount_std.c sbin/mount_umap mount_umap.c sbin/mount_union mount_union.c sbin/restore dirs.c extern.h sbin/route route.c usr.bin/rlogin rlogin.c usr.bin/script script.c usr.bin/tftp main.c usr.bin/touch touch.c Log: Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Revision Changes Path 1.4 +10 -10 src/include/err.h 1.3 +57 -49 src/include/math.h 1.4 +0 -3 src/include/setjmp.h 1.6 +6 -12 src/include/stdlib.h 1.9 +2 -4 src/include/unistd.h 1.3 +4 -4 src/lib/libc/gen/err.c 1.6 +4 -3 src/lib/libc/locale/collate.c 1.6 +1 -1 src/libexec/mail.local/mail.local.c 1.4 +2 -2 src/sbin/dump/dump.h 1.7 +2 -2 src/sbin/dump/main.c 1.3 +1 -1 src/sbin/dump/tape.c 1.6 +2 -2 src/sbin/fsck/fsck.h 1.4 +2 -2 src/sbin/fsck/utilities.c 1.5 +2 -2 src/sbin/i386/mount_msdos/mount_msdos.c 1.4 +2 -2 src/sbin/mount_ext2fs/mount_ext2fs.c 1.5 +2 -2 src/sbin/mount_lfs/mount_lfs.c 1.14 +3 -3 src/sbin/mount_nfs/mount_nfs.c 1.5 +2 -2 src/sbin/mount_null/mount_null.c 1.7 +2 -2 src/sbin/mount_portal/mount_portal.c 1.3 +2 -2 src/sbin/mount_std/mount_std.c 1.7 +2 -2 src/sbin/mount_umap/mount_umap.c 1.5 +1 -1 src/sbin/mount_union/mount_union.c 1.5 +1 -1 src/sbin/restore/dirs.c 1.2 +1 -1 src/sbin/restore/extern.h 1.15 +3 -3 src/sbin/route/route.c 1.13 +5 -5 src/usr.bin/rlogin/rlogin.c 1.3 +7 -7 src/usr.bin/script/script.c 1.4 +2 -2 src/usr.bin/tftp/main.c 1.4 +1 -1 src/usr.bin/touch/touch.c From owner-cvs-sbin Sat Sep 14 17:08:41 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19724 for cvs-sbin-outgoing; Sat, 14 Sep 1996 17:08:41 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19703; Sat, 14 Sep 1996 17:08:31 -0700 (PDT) Date: Sat, 14 Sep 1996 17:08:31 -0700 (PDT) From: Alex Nash Message-Id: <199609150008.RAA19703@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/09/14 17:08:31 Modified: sbin/ipfw ipfw.8 Log: Note that -N is only effective when ipfw is displaying chain entries. Revision Changes Path 1.23 +1 -1 src/sbin/ipfw/ipfw.8 From owner-cvs-sbin Sat Sep 14 18:40:53 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA23042 for cvs-sbin-outgoing; Sat, 14 Sep 1996 18:40:53 -0700 (PDT) Received: from veda.is (root@ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA23037; Sat, 14 Sep 1996 18:40:47 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id BAA00253; Sun, 15 Sep 1996 01:40:38 GMT From: Adam David Message-Id: <199609150140.BAA00253@veda.is> Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 To: alex@freefall.freebsd.org (Alex Nash) Date: Sun, 15 Sep 1996 01:40:36 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199609150008.RAA19703@freefall.freebsd.org> from Alex Nash at "Sep 14, 96 05:08:31 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > alex 96/09/14 17:08:31 > > Modified: sbin/ipfw ipfw.8 > Log: > Note that -N is only effective when ipfw is displaying chain entries. > > Revision Changes Path > 1.23 +1 -1 src/sbin/ipfw/ipfw.8 > This is not true. -N will allow hostnames to be used instead of IP numbers for other commands, although this has not yet been documented in the manpage. Adam From owner-cvs-sbin Sat Sep 14 22:39:55 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA05383 for cvs-sbin-outgoing; Sat, 14 Sep 1996 22:39:55 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA05359; Sat, 14 Sep 1996 22:39:23 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id XAA19574; Sat, 14 Sep 1996 23:39:03 -0600 (MDT) Date: Sat, 14 Sep 1996 23:39:03 -0600 (MDT) Message-Id: <199609150539.XAA19574@rocky.mt.sri.com> From: Nate Williams To: Adam David Cc: alex@freefall.freebsd.org (Alex Nash), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 In-Reply-To: <199609150140.BAA00253@veda.is> References: <199609150008.RAA19703@freefall.freebsd.org> <199609150140.BAA00253@veda.is> Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: sbin/ipfw ipfw.8 > > Log: > > Note that -N is only effective when ipfw is displaying chain entries. > > > > Revision Changes Path > > 1.23 +1 -1 src/sbin/ipfw/ipfw.8 > > > > This is not true. -N will allow hostnames to be used instead of IP numbers > for other commands, although this has not yet been documented in the manpage. You can use hostnames w/out -N. What Alex says above is true, the hostname vs. IP is irrelevant. (Hint, *go* read the source again, do_resol is only used when printing out information, not when inputting it.) Nate From owner-cvs-sbin Sat Sep 14 23:29:43 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA06454 for cvs-sbin-outgoing; Sat, 14 Sep 1996 23:29:43 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA06448; Sat, 14 Sep 1996 23:29:38 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id GAA05091; Sun, 15 Sep 1996 06:29:27 GMT From: Adam David Message-Id: <199609150629.GAA05091@veda.is> Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 To: nate@mt.sri.com (Nate Williams) Date: Sun, 15 Sep 1996 06:29:24 +0000 (GMT) Cc: alex@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199609150539.XAA19574@rocky.mt.sri.com> from Nate Williams at "Sep 14, 96 11:39:03 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Modified: sbin/ipfw ipfw.8 > > > Log: > > > Note that -N is only effective when ipfw is displaying chain entries. > > > > > > Revision Changes Path > > > 1.23 +1 -1 src/sbin/ipfw/ipfw.8 > > > > > > > This is not true. -N will allow hostnames to be used instead of IP numbers > > for other commands, although this has not yet been documented in the manpage. > > You can use hostnames w/out -N. What Alex says above is true, the > hostname vs. IP is irrelevant. (Hint, *go* read the source again, > do_resol is only used when printing out information, not when inputting > it.) > > > Nate > Yes you are right, I found what I expected... which was wrong. Somehow I managed to typo the command 5 times while starting with 'ipfw -N add' and didn't slip up once when trying it without the -N. Sorry for the unnecessary noise. I'll see if it makes better sense in the morning. Adam