svn commit: r201174 - in stable/6/etc: mtree namedb rc.d

2009-12-28 Thread Doug Barton
Author: dougb Date: Tue Dec 29 07:19:52 2009 New Revision: 201174 URL: http://svn.freebsd.org/changeset/base/201174 Log: MFC r200448: [Deletion of command= not merged, prerequisite was intentionally not merged] Rename named_precmd to named_prestart to make it more clear and match c

svn commit: r201173 - in stable/7/etc: mtree namedb rc.d

2009-12-28 Thread Doug Barton
Author: dougb Date: Tue Dec 29 07:13:17 2009 New Revision: 201173 URL: http://svn.freebsd.org/changeset/base/201173 Log: MFC r200448: Since the change to rc.subr in r198162 it's not necessary to specify command in the rc.d script if we have a corresponding ${name}_program entry, which w

svn commit: r201172 - in stable/8/etc: mtree namedb rc.d

2009-12-28 Thread Doug Barton
Author: dougb Date: Tue Dec 29 07:08:48 2009 New Revision: 201172 URL: http://svn.freebsd.org/changeset/base/201172 Log: MFC r200448: Since the change to rc.subr in r198162 it's not necessary to specify command in the rc.d script if we have a corresponding ${name}_program entry, which w

svn commit: r201171 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 06:39:07 2009 New Revision: 201171 URL: http://svn.freebsd.org/changeset/base/201171 Log: Rationalize the support for cryptographic hashes. Added: head/lib/libarchive/archive_hash.h (contents, props changed) Modified: head/lib/libarchive/archive_write_set

svn commit: r201170 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 06:34:23 2009 New Revision: 201170 URL: http://svn.freebsd.org/changeset/base/201170 Log: Essentially eliminate problems with false hardlinks in POSIX cpio archives by generating synthetic ino values and mapping values from disk into the new values. Modifie

svn commit: r201169 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 06:27:19 2009 New Revision: 201169 URL: http://svn.freebsd.org/changeset/base/201169 Log: Clear extraneous error messages. Modified: head/lib/libarchive/archive_read_support_compression_all.c Modified: head/lib/libarchive/archive_read_support_compression_all

svn commit: r201168 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 06:15:32 2009 New Revision: 201168 URL: http://svn.freebsd.org/changeset/base/201168 Log: Zip write support for libarchive. The initial implementation was developed by Anselm Strauss as part of Google Summer of Code 2008, then completed by Joerg Sonnenber

svn commit: r201167 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 06:06:20 2009 New Revision: 201167 URL: http://svn.freebsd.org/changeset/base/201167 Log: If we're linking against liblzma, allow the decompressor to use up to 1<<30 bytes of memory, which is required for some streams. Also, try to make the taster more di

svn commit: r201166 - head/usr.bin/ar

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:58:40 2009 New Revision: 201166 URL: http://svn.freebsd.org/changeset/base/201166 Log: ar only needs to support ar format. Modified: head/usr.bin/ar/acpyacc.y head/usr.bin/ar/read.c Modified: head/usr.bin/ar/acpyacc.y ===

svn commit: r201165 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:52:13 2009 New Revision: 201165 URL: http://svn.freebsd.org/changeset/base/201165 Log: Minor style fixes plus a fix for an obscure crash on certain malformed mtree files. Modified: head/lib/libarchive/archive_read_support_format_mtree.c Modified: head/l

svn commit: r201164 - in stable/7/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2009-12-28 Thread Doug Barton
Author: dougb Date: Tue Dec 29 05:51:24 2009 New Revision: 201164 URL: http://svn.freebsd.org/changeset/base/201164 Log: MFC r200594: Add INCLUDE_CONFIG_FILE, and a note in comments about how to also include the comments with CONFIGARGS Modified: stable/7/sys/amd64/conf/DEFAULTS stab

svn commit: r201163 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:50:34 2009 New Revision: 201163 URL: http://svn.freebsd.org/changeset/base/201163 Log: Be a little more skeptical of dev/ino matches when reading cpio files. This eliminates some false-positives in the hardlink detection logic. Modified: head/lib/libarch

svn commit: r201162 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:47:46 2009 New Revision: 201162 URL: http://svn.freebsd.org/changeset/base/201162 Log: Style and portability fixes for pax writer. Mostly very routine, except for: * Use ino64 where appropriate * Don't pass atime or nsec to ustar formatter Modified:

svn commit: r201161 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:44:39 2009 New Revision: 201161 URL: http://svn.freebsd.org/changeset/base/201161 Log: Style fixes to tar reader: For portability, prefer int64_t to off_t. Improve numeric overflow handling when parsing. Fix some variable types. Eliminate some

svn commit: r201160 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:41:57 2009 New Revision: 201160 URL: http://svn.freebsd.org/changeset/base/201160 Log: Various style fixes to the 'newc' cpio writer: * Warn about truncation of ino * Use a macro to hide the somewhat obscure pad-to-multiple-of-4 calculation * Elimina

svn commit: r201159 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:35:40 2009 New Revision: 201159 URL: http://svn.freebsd.org/changeset/base/201159 Log: Various fixes when creating objects on disk: * Write xattrs last instead of first (required on platforms that use system xattrs for security attributes) * Better

svn commit: r201158 - in stable/8/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2009-12-28 Thread Doug Barton
Author: dougb Date: Tue Dec 29 05:35:25 2009 New Revision: 201158 URL: http://svn.freebsd.org/changeset/base/201158 Log: MFC r200594: Add INCLUDE_CONFIG_FILE, and a note in comments about how to also include the comments with CONFIGARGS Modified: stable/8/sys/amd64/conf/DEFAULTS stab

svn commit: r201157 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:30:23 2009 New Revision: 201157 URL: http://svn.freebsd.org/changeset/base/201157 Log: Catch decompression failures earlier. In particular, this gives immediate feedback if we fail to fork an external decompression program. Modified: head/lib/libarchive

svn commit: r201156 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:28:28 2009 New Revision: 201156 URL: http://svn.freebsd.org/changeset/base/201156 Log: Various style and portability fixes, including: * Enforce option interface can only be used before the archive is opened * Correctly handle large skips on platforms w

svn commit: r201155 - head/lib/libarchive

2009-12-28 Thread Tim Kientzle
Author: kientzle Date: Tue Dec 29 05:20:12 2009 New Revision: 201155 URL: http://svn.freebsd.org/changeset/base/201155 Log: 64-bit ino support and discourage bad use of this header. Modified: head/lib/libarchive/archive_write_private.h Modified: head/lib/libarchive/archive_write_private.h ==

Re: svn commit: r200797 - head/lib/libc/stdtime

2009-12-28 Thread Doug Barton
M. Warner Losh wrote: > In message: <4b3129cd.20...@freebsd.org> > Doug Barton writes: > : M. Warner Losh wrote: > : > We really need newer binutils in the tree. > : > > : > And we need a way to compiler gplv3 binutils into the system for folks > : > that can do that without consequen

Re: svn commit: r200797 - head/lib/libc/stdtime

2009-12-28 Thread Doug Barton
Ruslan Ermilov wrote: > If you take GNU binutils/compiler from ports, I think we can already > do this, and without any changes to the build architecture. It's > just a matter of defining several make(1) variables, like CC, CXX, > CPP, LD, AS, NM, AR, specifying full paths of the desired binaries,

svn commit: r201154 - stable/6/sys/boot/pc98/kgzldr

2009-12-28 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 29 04:34:39 2009 New Revision: 201154 URL: http://svn.freebsd.org/changeset/base/201154 Log: MFC: revision 200776 Move cursor position after putting a character. Modified: stable/6/sys/boot/pc98/kgzldr/crt.s Directory Properties: stable/6/sys/ (props chan

svn commit: r201153 - stable/7/sys/boot/pc98/kgzldr

2009-12-28 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 29 04:29:38 2009 New Revision: 201153 URL: http://svn.freebsd.org/changeset/base/201153 Log: MFC: revision 200776 Move cursor position after putting a character. Modified: stable/7/sys/boot/pc98/kgzldr/crt.s Directory Properties: stable/7/sys/ (props chan

svn commit: r201152 - stable/8/sys/boot/pc98/kgzldr

2009-12-28 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Dec 29 04:23:46 2009 New Revision: 201152 URL: http://svn.freebsd.org/changeset/base/201152 Log: MFC: revision 200776 Move cursor position after putting a character. Modified: stable/8/sys/boot/pc98/kgzldr/crt.s Directory Properties: stable/8/sys/ (props chan

svn commit: r201151 - head/sys/dev/hwpmc

2009-12-28 Thread Joseph Koshy
Author: jkoshy Date: Tue Dec 29 02:35:50 2009 New Revision: 201151 URL: http://svn.freebsd.org/changeset/base/201151 Log: Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele(). Reviewed by: kib Modified: head/sys/dev/hwpmc/hwpmc_mod.c Modified: head/sys/dev/hwpmc/hwpmc_mod.c ==

svn commit: r201150 - head/sys/netinet/ipfw

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Tue Dec 29 00:02:57 2009 New Revision: 201150 URL: http://svn.freebsd.org/changeset/base/201150 Log: we really need htonl() here, see the comment a few lines above in the code. Modified: head/sys/netinet/ipfw/ip_fw2.c Modified: head/sys/netinet/ipfw/ip_fw2.c =

svn commit: r201149 - head/sys/sys

2009-12-28 Thread Ed Schouten
Author: ed Date: Mon Dec 28 23:12:55 2009 New Revision: 201149 URL: http://svn.freebsd.org/changeset/base/201149 Log: Use ANSI declarations instead of K&R. Modified: head/sys/sys/file.h Modified: head/sys/sys/file.h

svn commit: r201148 - head/sys/kern

2009-12-28 Thread Ed Schouten
Author: ed Date: Mon Dec 28 23:12:12 2009 New Revision: 201148 URL: http://svn.freebsd.org/changeset/base/201148 Log: Don't forget to use `void' for sched_balance(). It has no arguments. Modified: head/sys/kern/sched_ule.c Modified: head/sys/kern/sched_ule.c =

svn commit: r201146 - head/libexec/rpc.rusersd

2009-12-28 Thread Ed Schouten
Author: ed Date: Mon Dec 28 23:01:24 2009 New Revision: 201146 URL: http://svn.freebsd.org/changeset/base/201146 Log: Perform cleanups to rpc.rusersd: - Perform whitespace fixes. Use tabs instead of 8 spaces. - Make it build at WARNS=6. Modified: head/libexec/rpc.rusersd/Makefile hea

svn commit: r201145 - in head: bin/pkill lib/libc/gen lib/libgssapi lib/librpcsec_gss sbin/fsck_ffs sbin/ggate/ggated sbin/natd sbin/routed sys/boot/ofw/libofw sys/dev/ksyms sys/dev/led sys/dev/md ...

2009-12-28 Thread Antoine Brodin
Author: antoine Date: Mon Dec 28 22:56:30 2009 New Revision: 201145 URL: http://svn.freebsd.org/changeset/base/201145 Log: (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. Fix some wrong usages. Note: this does not affect generated binaries as this argument is not used. PR:

Re: svn commit: r201143 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensola

2009-12-28 Thread Xin LI
On 2009/12/28 14:15, Xin LI wrote: Author: delphij Date: Mon Dec 28 22:15:11 2009 New Revision: 201143 URL: http://svn.freebsd.org/changeset/base/201143 Log: Apply OpenSolaris revision 8012 which brings our zpool to version 14, Sorry but this should read: >Apply OpenSolaris revision *80

Re: svn commit: r201141 - head/sys/netinet

2009-12-28 Thread Eric Masson
Luigi Rizzo writes: Hello, > does it give a warning or an error ? I tried a buildkernel (i386) and > also a picobsd build and neither give any warning. Warning treated as error, bz@'commit fixes -current build. -- Excusez-moi pour ce message perso mais y'a urgence. Régis X de Chambéry et Th

svn commit: r201143 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/boot/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolar...

2009-12-28 Thread Xin LI
Author: delphij Date: Mon Dec 28 22:15:11 2009 New Revision: 201143 URL: http://svn.freebsd.org/changeset/base/201143 Log: Apply OpenSolaris revision 8012 which brings our zpool to version 14, making it possible for zpools created on OpenSolaris 2009.06 be used on FreeBSD. PR:

svn commit: r201142 - head/share/man/man4

2009-12-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 28 22:14:49 2009 New Revision: 201142 URL: http://svn.freebsd.org/changeset/base/201142 Log: The net/if_slvar.h header is long gone. Modified: head/share/man/man4/ifmib.4 Modified: head/share/man/man4/ifmib.4 ===

Re: svn commit: r201141 - head/sys/netinet

2009-12-28 Thread Andrew Thompson
On Mon, Dec 28, 2009 at 11:01:44PM +0100, Luigi Rizzo wrote: > On Mon, Dec 28, 2009 at 09:14:19PM +, Bjoern A. Zeeb wrote: > > Author: bz > > Date: Mon Dec 28 21:14:18 2009 > > New Revision: 201141 > > URL: http://svn.freebsd.org/changeset/base/201141 > > > > Log: > > Make the compiler happy

Re: svn commit: r201141 - head/sys/netinet

2009-12-28 Thread Luigi Rizzo
On Mon, Dec 28, 2009 at 09:14:19PM +, Bjoern A. Zeeb wrote: > Author: bz > Date: Mon Dec 28 21:14:18 2009 > New Revision: 201141 > URL: http://svn.freebsd.org/changeset/base/201141 > > Log: > Make the compiler happy after r201125: > - + remove two unnecessary initializations in ip_output;

svn commit: r201141 - head/sys/netinet

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 21:14:18 2009 New Revision: 201141 URL: http://svn.freebsd.org/changeset/base/201141 Log: Make the compiler happy after r201125: - + remove two unnecessary initializations in ip_output; + + remove one unnecessary initializations in ip_output; Modified: head/sys

Re: svn commit: r201139 - in head/sys: cam/ata geom sys

2009-12-28 Thread Bruce Simpson
On 28/12/2009 20:08, Alexander Motin wrote: Author: mav Date: Mon Dec 28 20:08:01 2009 New Revision: 201139 URL: http://svn.freebsd.org/changeset/base/201139 Log: Add BIO_DELETE support to ada(4): - For SSDs use TRIM feature of DATA SET MANAGEMENT command, as defined by ACS-2 specificat

svn commit: r201140 - head/usr.bin/finger

2009-12-28 Thread Ed Schouten
Author: ed Date: Mon Dec 28 20:54:34 2009 New Revision: 201140 URL: http://svn.freebsd.org/changeset/base/201140 Log: Migrate finger(1) away from . Unfortunately it also uses lastlog, which means we must resort to local extensions of the utmpx-interface. Because the user name and TTY name

svn commit: r201139 - in head/sys: cam/ata geom sys

2009-12-28 Thread Alexander Motin
Author: mav Date: Mon Dec 28 20:08:01 2009 New Revision: 201139 URL: http://svn.freebsd.org/changeset/base/201139 Log: Add BIO_DELETE support to ada(4): - For SSDs use TRIM feature of DATA SET MANAGEMENT command, as defined by ACS-2 specification working draft. - For CompactFlash use CFA E

Re: svn commit: r199192 - head/sys/dev/e1000

2009-12-28 Thread Pyun YongHyeon
On Mon, Dec 28, 2009 at 01:57:04PM -0500, John Baldwin wrote: > On Wednesday 11 November 2009 2:13:40 pm Jack F Vogel wrote: > > Author: jfv > > Date: Wed Nov 11 19:13:40 2009 > > New Revision: 199192 > > URL: http://svn.freebsd.org/changeset/base/199192 > > > > Log: > > With an i386 kernel the

Re: svn commit: r199192 - head/sys/dev/e1000

2009-12-28 Thread John Baldwin
On Wednesday 11 November 2009 2:13:40 pm Jack F Vogel wrote: > Author: jfv > Date: Wed Nov 11 19:13:40 2009 > New Revision: 199192 > URL: http://svn.freebsd.org/changeset/base/199192 > > Log: > With an i386 kernel the igb driver can cause a > page fault panic on initialization due to a large >

svn commit: r201138 - head/sys/dev/xen/blkfront

2009-12-28 Thread Justin T. Gibbs
Author: gibbs Date: Mon Dec 28 18:59:13 2009 New Revision: 201138 URL: http://svn.freebsd.org/changeset/base/201138 Log: Correct alignment and boundary constraints in blkfront's bus dma tag. The blkif interface in Xen requires all I/O to be 512 byte aligned with each segment bounded by a 4k

svn commit: r201137 - head/lib/libexpat

2009-12-28 Thread Xin LI
Author: delphij Date: Mon Dec 28 18:51:26 2009 New Revision: 201137 URL: http://svn.freebsd.org/changeset/base/201137 Log: Grammar fix. Submitted by: Kenyon Ralph MFC after:1 week Modified: head/lib/libexpat/libbsdxml.3 Modified: head/lib/libexpat/libbsdxml.3

svn commit: r201135 - in head: sbin/umount usr.sbin/rpc.umntall

2009-12-28 Thread Xin LI
Author: delphij Date: Mon Dec 28 17:57:37 2009 New Revision: 201135 URL: http://svn.freebsd.org/changeset/base/201135 Log: Make umount(8) WARNS=6 clean: - Cast delimiter width to integer [1] - Solve name conflicts against system header - Constify parameters to avoid qualifier conflict

svn commit: r201134 - head/sys/kern

2009-12-28 Thread Konstantin Belousov
Author: kib Date: Mon Dec 28 15:35:39 2009 New Revision: 201134 URL: http://svn.freebsd.org/changeset/base/201134 Log: Add a knob to allow reclaim of the directory vnodes that are source of the namecache records. The reclamation is not enabled by default because for typical workload it would

svn commit: r201133 - stable/6/sys/kern

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 15:06:44 2009 New Revision: 201133 URL: http://svn.freebsd.org/changeset/base/201133 Log: MFC r200995: Remove an unused global. Modified: stable/6/sys/kern/kern_proc.c Directory Properties: stable/6/sys/ (props changed) stable/6/sys/contrib/pf/ (prop

svn commit: r201132 - stable/7/sys/kern

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 14:55:31 2009 New Revision: 201132 URL: http://svn.freebsd.org/changeset/base/201132 Log: MFC rr200995: Remove an unused global. Modified: stable/7/sys/kern/kern_proc.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opens

svn commit: r201131 - head/sys/netinet

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 14:48:32 2009 New Revision: 201131 URL: http://svn.freebsd.org/changeset/base/201131 Log: introduce a local variable rte acting as a cache of ro->ro_rt within ip_output, achieving (in random order of importance): - a reduction of the number of 'r's in the sourc

svn commit: r201130 - stable/8/sys/kern

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 14:47:25 2009 New Revision: 201130 URL: http://svn.freebsd.org/changeset/base/201130 Log: MFC r201000: Remove extra spaces (no functional change). Modified: stable/8/sys/kern/kern_rmlock.c Directory Properties: stable/8/sys/ (props changed) stable/8/sy

svn commit: r201129 - stable/8/sys/kern

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 14:44:22 2009 New Revision: 201129 URL: http://svn.freebsd.org/changeset/base/201129 Log: MFC r200995: Remove an unused global. Modified: stable/8/sys/kern/kern_proc.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r201128 - in stable/8/sys: kern net netinet netinet6 sys

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 14:40:58 2009 New Revision: 201128 URL: http://svn.freebsd.org/changeset/base/201128 Log: MFC r200473: Throughout the network stack we have a few places of if (jailed(cred)) left. If you are running with a vnet (virtual network stack) those will

svn commit: r201127 - stable/8/sys/nfsclient

2009-12-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Dec 28 14:39:21 2009 New Revision: 201127 URL: http://svn.freebsd.org/changeset/base/201127 Log: MFC r200471, r201044: Add a few more V_hacks to nfsclient to allow machines with a VIMAGE kernel to boot from NFS. [1] Note: this is not a full virtualization o

svn commit: r201126 - head/sys/sparc64/pci

2009-12-28 Thread Marius Strobl
Author: marius Date: Mon Dec 28 14:16:40 2009 New Revision: 201126 URL: http://svn.freebsd.org/changeset/base/201126 Log: Account for firmware versions which include the CDMA interrupts in the OFW device tree. MFC after:3 days Modified: head/sys/sparc64/pci/schizo.c Modified: head

svn commit: r201125 - head/sys/netinet

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 14:09:46 2009 New Revision: 201125 URL: http://svn.freebsd.org/changeset/base/201125 Log: + remove an unused #define print_ip; + remove two unnecessary initializations in ip_output; + localize 'len'; + introduce a temporary variable n to count the number of f

Re: svn commit: r201123 - head/lib/libnetgraph

2009-12-28 Thread Renato Botelho
On Mon, Dec 28, 2009 at 8:48 AM, Luigi Rizzo wrote: > Author: luigi > Date: Mon Dec 28 10:48:01 2009 > New Revision: 201123 > URL: http://svn.freebsd.org/changeset/base/201123 > > Log: >  this file is also affected by the ipfw changes > > Modified: >  head/lib/libnetgraph/debug.c > > Modified: hea

svn commit: r201124 - in head: lib/libnetgraph sys/netgraph sys/netinet/ipfw

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 12:29:13 2009 New Revision: 201124 URL: http://svn.freebsd.org/changeset/base/201124 Log: bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects to find it there. Unfortunately this reintroduces the dependency on ip_fw_pfil.c Modified: head/lib/l

svn commit: r201123 - head/lib/libnetgraph

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 10:48:01 2009 New Revision: 201123 URL: http://svn.freebsd.org/changeset/base/201123 Log: this file is also affected by the ipfw changes Modified: head/lib/libnetgraph/debug.c Modified: head/lib/libnetgraph/debug.c ==

svn commit: r201122 - in head/sys: net netgraph netinet netinet/ipfw

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 10:47:04 2009 New Revision: 201122 URL: http://svn.freebsd.org/changeset/base/201122 Log: bring in several cleanups tested in ipfw3-head branch, namely: r201011 - move most of ng_ipfw.h into ip_fw_private.h, as this code is ipfw-specific. This removes a

svn commit: r201121 - head/sys/netinet/ipfw

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 10:19:53 2009 New Revision: 201121 URL: http://svn.freebsd.org/changeset/base/201121 Log: readability fixes -- add braces on large blocks, remove unnecessary initializations Modified: head/sys/netinet/ipfw/ip_dummynet.c Modified: head/sys/netinet/ipfw/ip_dumm

svn commit: r201120 - head/sys/netinet/ipfw

2009-12-28 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 28 10:12:35 2009 New Revision: 201120 URL: http://svn.freebsd.org/changeset/base/201120 Log: explain details of operation of table lookups, and improve portability Modified: head/sys/netinet/ipfw/ip_fw_table.c Modified: head/sys/netinet/ipfw/ip_fw_table.c

svn commit: r201118 - head/share/man/man4

2009-12-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 28 09:41:13 2009 New Revision: 201118 URL: http://svn.freebsd.org/changeset/base/201118 Log: Bump manual page dates. Modified: head/share/man/man4/termios.4 head/share/man/man4/tty.4 Modified: head/share/man/man4/termios.4 ===

svn commit: r201117 - head/usr.sbin/ppp

2009-12-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 28 09:37:33 2009 New Revision: 201117 URL: http://svn.freebsd.org/changeset/base/201117 Log: Don't refer to pppd(8). Modified: head/usr.sbin/ppp/ppp.8.m4 Modified: head/usr.sbin/ppp/ppp.8.m4 =

svn commit: r201116 - head/share/man/man4

2009-12-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 28 09:32:45 2009 New Revision: 201116 URL: http://svn.freebsd.org/changeset/base/201116 Log: Change u3g(4) and ucom(4) to not refer to pppd(8), which is gone. Modified: head/share/man/man4/u3g.4 head/share/man/man4/ucom.4 Modified: head/share/man/man4/u3g.4

svn commit: r201115 - head/share/man/man4

2009-12-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 28 09:28:22 2009 New Revision: 201115 URL: http://svn.freebsd.org/changeset/base/201115 Log: Line discipline support is gone; update tty(4) manual page to reflect this. Reviewed by: ed Modified: head/share/man/man4/tty.4 Modified: head/share/man/man4/tty.4 =

svn commit: r201114 - head/share/man/man4

2009-12-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 28 09:26:46 2009 New Revision: 201114 URL: http://svn.freebsd.org/changeset/base/201114 Log: Add references to termios-related stuff. Modified: head/share/man/man4/termios.4 Modified: head/share/man/man4/termios.4 ==