From owner-svn-src-all@freebsd.org Sun May 1 16:29:03 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E04A3B29527; Sun, 1 May 2016 16:29:03 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAC8A1102; Sun, 1 May 2016 16:29:03 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u41GT2sl017891; Sun, 1 May 2016 16:29:02 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u41GT2eD017886; Sun, 1 May 2016 16:29:02 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201605011629.u41GT2eD017886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Sun, 1 May 2016 16:29:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298882 - in head/share: examples/ipfilter examples/kld/cdev/test mk X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 16:29:04 -0000 Author: pfg Date: Sun May 1 16:29:02 2016 New Revision: 298882 URL: https://svnweb.freebsd.org/changeset/base/298882 Log: share: minor spelling fixes. Mostly comments but these tend to be user-visible. MFC after: 2 weeks Modified: head/share/examples/ipfilter/ipf-howto.txt head/share/examples/kld/cdev/test/Makefile head/share/mk/bsd.cpu.mk head/share/mk/bsd.subdir.mk head/share/mk/local.gendirdeps.mk Modified: head/share/examples/ipfilter/ipf-howto.txt ============================================================================== --- head/share/examples/ipfilter/ipf-howto.txt Sun May 1 16:20:14 2016 (r298881) +++ head/share/examples/ipfilter/ipf-howto.txt Sun May 1 16:29:02 2016 (r298882) @@ -1036,11 +1036,11 @@ In this case, the server is running n it's not a server, it's a client. And this client doesn't want unauthorized packets entering its IP stack at all. However, the client wants full access to the internet and -the reply packets that such privledge entails. This simple +the reply packets that such privilege entails. This simple ruleset creates state entries for every new outgoing TCP session. Again, since a state entry is created, these new TCP sessions are free to talk back and forth as they please -without the hinderance or inspection of the firewall rule- +without the hindrance or inspection of the firewall rule- set. We mentioned that this also works for UDP and ICMP: block in quick on tun0 all @@ -1271,7 +1271,7 @@ forgeries and allow fragments: This works because every packet that should be allowed through makes it into the state table before the blocking rules are reached. The only scan this won't detect is a SYN -scan itself. If you're truely worried about that, you might +scan itself. If you're truly worried about that, you might even want to log all initial SYN packets. 3.6. Responding To a Blocked Packet Modified: head/share/examples/kld/cdev/test/Makefile ============================================================================== --- head/share/examples/kld/cdev/test/Makefile Sun May 1 16:20:14 2016 (r298881) +++ head/share/examples/kld/cdev/test/Makefile Sun May 1 16:29:02 2016 (r298882) @@ -73,7 +73,7 @@ WARNS?= 5 MODSTAT= /sbin/kldstat load: - @echo "This test program will call the sample kld characer device "; + @echo "This test program will call the sample kld character device "; @echo "driver." @echo @echo "The sample driver will display a message on the" Modified: head/share/mk/bsd.cpu.mk ============================================================================== --- head/share/mk/bsd.cpu.mk Sun May 1 16:20:14 2016 (r298881) +++ head/share/mk/bsd.cpu.mk Sun May 1 16:29:02 2016 (r298882) @@ -122,10 +122,10 @@ _CPUCFLAGS = -march=armv7 -DARM_ARCH_6=1 _CPUCFLAGS = -march=${CPUTYPE} . else # Common values for FreeBSD -# arm: (any arm v4 or v5 processor you are targetting) +# arm: (any arm v4 or v5 processor you are targeting) # arm920t, arm926ej-s, marvell-pj4, fa526, fa626, # fa606te, fa626te, fa726te -# armv6: (any arm v7 or v8 processor you are targetting and the arm1176jzf-s) +# armv6: (any arm v7 or v8 processor you are targeting and the arm1176jzf-s) # arm1176jzf-s, generic-armv7-a, cortex-a5, cortex-a7, cortex-a8, # cortex-a9, cortex-a12, cortex-a15, cortex-a17, cortex-a53, cortex-a57, # cortex-a72, exynos-m1 Modified: head/share/mk/bsd.subdir.mk ============================================================================== --- head/share/mk/bsd.subdir.mk Sun May 1 16:20:14 2016 (r298881) +++ head/share/mk/bsd.subdir.mk Sun May 1 16:29:02 2016 (r298882) @@ -16,7 +16,7 @@ # # SUBDIR A list of subdirectories that should be built as well. # Each of the targets will execute the same target in the -# subdirectories. SUBDIR.yes is automatically appeneded +# subdirectories. SUBDIR.yes is automatically appended # to this list. # # +++ targets +++ Modified: head/share/mk/local.gendirdeps.mk ============================================================================== --- head/share/mk/local.gendirdeps.mk Sun May 1 16:20:14 2016 (r298881) +++ head/share/mk/local.gendirdeps.mk Sun May 1 16:29:02 2016 (r298882) @@ -3,7 +3,7 @@ # we need a keyword, this noise is to prevent it being expanded GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}'; -# supress optional/auto dependecies +# suppress optional/auto dependencies # local.dirdeps.mk will put them in if necessary GENDIRDEPS_FILTER+= \ Nbin/cat.host \