Re: svn commit: r222670 - in head/sys/cddl/compat/opensolaris: kern sys

2011-06-06 Thread Martin Matuska
The quotes don't mean the fix isn't complete - it is complete. I was just discussing the way we put it in the code and comparing how it looks like upstream (so if there are any code updates in the future it should be easier to integrate them). Btw. pjd is ok with this commit as the vendor code did

Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-06 Thread Dimitry Andric
On 2011-06-06 05:06, Hiroki Sato wrote: Author: hrs Date: Mon Jun 6 03:06:43 2011 New Revision: 222732 URL: http://svn.freebsd.org/changeset/base/222732 Log: - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement Options for DNS Configuration) into rtadvd(8) and rtsold

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

2011-06-06 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 6 10:39:38 2011 New Revision: 222742 URL: http://svn.freebsd.org/changeset/base/222742 Log: Do not return EINVAL when user does `ipfw set N flush` on an empty set. MFC after:2 weeks Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c Modified: head/sys/netinet/

svn commit: r222743 - head/usr.sbin/rtadvd

2011-06-06 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 10:51:00 2011 New Revision: 222743 URL: http://svn.freebsd.org/changeset/base/222743 Log: Fix build on 64-bit arch. Submitted by: dim Pointy hat to:hrs Modified: head/usr.sbin/rtadvd/config.c head/usr.sbin/rtadvd/dump.c head/usr.sbin/rtadvd/rtad

svn commit: r222744 - head/sbin/ipfw

2011-06-06 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 6 10:52:26 2011 New Revision: 222744 URL: http://svn.freebsd.org/changeset/base/222744 Log: Increase buffer size for the command line. PR: bin/125370 Submitted by: sem MFC after:2 weeks Modified: head/sbin/ipfw/main.c Modified: head/sbin/ipfw/

svn commit: r222745 - head/sbin/ipfw

2011-06-06 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 6 11:10:38 2011 New Revision: 222745 URL: http://svn.freebsd.org/changeset/base/222745 Log: Initialize co.use_set variable before parsing each new rule. PR: bin/134975 MFC after:2 weeks Modified: head/sbin/ipfw/main.c Modified: head/sbin/ipfw/ma

Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-06 Thread Hiroki Sato
Dimitry Andric wrote in <4dec9ec1.9070...@freebsd.org>: di> > Modified: head/usr.sbin/rtadvd/Makefile di> > == di> > --- head/usr.sbin/rtadvd/Makefile Mon Jun 6 02:46:22 2011 (r222731) di> > +++ head/usr.sbin/rtadvd/Ma

Re: svn commit: r222719 - in head/sys/fs: nfs nfsclient

2011-06-06 Thread Robert Watson
On Sun, 5 Jun 2011, Rick Macklem wrote: The new NFSv4 client was erroneously using "p" instead of "p_leader" for the "id" for POSIX byte range locking. I think this would only have affected processes created by rfork(2) with the RFTHREAD flag specified. This patch fixes that by passing the

svn commit: r222746 - head/etc

2011-06-06 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 11:36:10 2011 New Revision: 222746 URL: http://svn.freebsd.org/changeset/base/222746 Log: Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line. Modified: head/etc/network.subr Modified: head/etc/network.subr ==

svn commit: r222747 - head/usr.sbin/bsdinstall/scripts

2011-06-06 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 6 12:21:42 2011 New Revision: 222747 URL: http://svn.freebsd.org/changeset/base/222747 Log: Remove TODO which is not longer needed and the default. Modified: head/usr.sbin/bsdinstall/scripts/netconfig_ipv6 Modified: head/usr.sbin/bsdinstall/scripts/netconfig_ipv6 ==

svn commit: r222748 - in head/sys: conf netinet netinet/ipfw netinet6

2011-06-06 Thread Robert Watson
Author: rwatson Date: Mon Jun 6 12:55:02 2011 New Revision: 222748 URL: http://svn.freebsd.org/changeset/base/222748 Log: Implement a CPU-affine TCP and UDP connection lookup data structure, struct inpcbgroup. pcbgroups, or "connection groups", supplement the existing inpcbinfo connection

Re: svn commit: r222449 - in head/sys: conf dev/iicbus powerpc/conf

2011-06-06 Thread John Baldwin
On Saturday, June 04, 2011 6:01:44 am Henrik Brix Andersen wrote: > Hi, > > On Jun 4, 2011, at 11:45, Andreas Tobler wrote: > > The chip itself is not PowerMac specific. It contains four times the functionality of the ad7418 which is already in there. (dev/iicbus) > > > > The ofw is only needed

svn commit: r222750 - head/sys/kern

2011-06-06 Thread John Baldwin
Author: jhb Date: Mon Jun 6 13:12:56 2011 New Revision: 222750 URL: http://svn.freebsd.org/changeset/base/222750 Log: Clear the device_t pointer in 'struct resource' when releasing a device as otherwise the sysctl to export rman info can dereference a stale pointer. PR: kern/

svn commit: r222751 - head/sbin/rcorder

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 13:13:48 2011 New Revision: 222751 URL: http://svn.freebsd.org/changeset/base/222751 Log: Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. This chnage is different to the one suggested in the PR to try to avoid cluttering the man page too much.

svn commit: r222752 - head/sbin/rcorder

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 13:18:29 2011 New Revision: 222752 URL: http://svn.freebsd.org/changeset/base/222752 Log: Bump .Dd Forgotten by: gavin MFC after:1 week Modified: head/sbin/rcorder/rcorder.8 Modified: head/sbin/rcorder/rcorder.8 ==

svn commit: r222753 - in head/sys/dev: cardbus pci

2011-06-06 Thread John Baldwin
Author: jhb Date: Mon Jun 6 13:21:11 2011 New Revision: 222753 URL: http://svn.freebsd.org/changeset/base/222753 Log: More properly handle Cardbus cards that that store their CIS in a BAR after the recent changes to track BAR state explicitly. The code would now attempt to add the same BAR

svn commit: r222754 - head/sbin/mount

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 13:24:54 2011 New Revision: 222754 URL: http://svn.freebsd.org/changeset/base/222754 Log: Add another example to mount(8) on using the "-o" argument. PR: docs/157389 Submitted by: Warren Block MFC after:1 week Modified: head/sbin/mount/mo

svn commit: r222755 - head/usr.bin/calendar

2011-06-06 Thread Jaakko Heinonen
Author: jh Date: Mon Jun 6 13:50:29 2011 New Revision: 222755 URL: http://svn.freebsd.org/changeset/base/222755 Log: Pass correct size to write(2). PR: bin/155915 Submitted by: John Levine MFC after:2 weeks Modified: head/usr.bin/calendar/io.c Modified: head/usr.bin/c

Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-06 Thread Jaakko Heinonen
On 2011-06-06, Hiroki Sato wrote: > di> > -WARNS?=1 > di> > +WARNS?=6 Shouldn't you just remove the WARNS line because the default for usr.sbin/ is 6? -- Jaakko ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/

svn commit: r222756 - in head/sys: amd64/amd64 i386/i386

2011-06-06 Thread Andriy Gapon
Author: avg Date: Mon Jun 6 14:23:13 2011 New Revision: 222756 URL: http://svn.freebsd.org/changeset/base/222756 Log: don't use cpuid level 4 in x86 cpu topology detection if it's not supported This regression was introduced in r213323. There are probably no Intel cpus that support amd64

svn commit: r222757 - head/sys/cddl/compat/opensolaris/sys

2011-06-06 Thread Martin Matuska
Author: mm Date: Mon Jun 6 14:46:43 2011 New Revision: 222757 URL: http://svn.freebsd.org/changeset/base/222757 Log: Remove empty #ifndef MFC after:3 days Modified: head/sys/cddl/compat/opensolaris/sys/atomic.h Modified: head/sys/cddl/compat/opensolaris/sys/atomic.h ===

svn commit: r222758 - head/usr.bin/su

2011-06-06 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Jun 6 15:17:55 2011 New Revision: 222758 URL: http://svn.freebsd.org/changeset/base/222758 Log: Document that when running 'su -m -c ', is run within a shell as . PR: 157078 Submitted by: Warren Block MFC after:5 days Modified:

svn commit: r222759 - head/usr.bin/su

2011-06-06 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Jun 6 15:21:53 2011 New Revision: 222759 URL: http://svn.freebsd.org/changeset/base/222759 Log: Bump date from previous commit. :( MFC after:5 days Modified: head/usr.bin/su/su.1 Modified: head/usr.bin/su/su.1 ==

svn commit: r222760 - head/sys/dev/puc

2011-06-06 Thread John Baldwin
Author: jhb Date: Mon Jun 6 15:33:15 2011 New Revision: 222760 URL: http://svn.freebsd.org/changeset/base/222760 Log: Some style fixes. Submitted by: bde Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ==

svn commit: r222764 - head/sys/dev/pccard

2011-06-06 Thread Warner Losh
Author: imp Date: Mon Jun 6 16:27:38 2011 New Revision: 222764 URL: http://svn.freebsd.org/changeset/base/222764 Log: Make a couple of debug printfs DEVPRINTF. Modified: head/sys/dev/pccard/pccard.c Modified: head/sys/dev/pccard/pccard.c =

svn commit: r222765 - head/usr.sbin/tcpdrop

2011-06-06 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 6 17:07:38 2011 New Revision: 222765 URL: http://svn.freebsd.org/changeset/base/222765 Log: Include param.h for CACHE_LINE_SIZE to unbreak the build. Modified: head/usr.sbin/tcpdrop/tcpdrop.c Modified: head/usr.sbin/tcpdrop/tcpdrop.c

Re: svn commit: r222748 - in head/sys: conf netinet netinet/ipfw netinet6

2011-06-06 Thread Pan Tsu
Robert Watson writes: > Author: rwatson > Date: Mon Jun 6 12:55:02 2011 > New Revision: 222748 > URL: http://svn.freebsd.org/changeset/base/222748 > > Log: [...] > Connection group support is enabled by compiling "options PCBGROUP" > into your kernel configuration; for the time being, this i

Re: svn commit: r222702 - head/sys/sys

2011-06-06 Thread Benjamin Kaduk
On 6/5/11 4:20 AM, Julian Elischer wrote: hmm note that my stealing of 4 bits for FIB was supposed to go away for 8 and beyond. Hmm, perhaps my patch to setfib.2 in http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/157453 is not quite right, then. Do you have any comments on it? Thanks, Ben

Re: svn commit: r222748 - in head/sys: conf netinet netinet/ipfw netinet6

2011-06-06 Thread Bjoern A. Zeeb
On Jun 6, 2011, at 5:53 PM, Pan Tsu wrote: > Robert Watson writes: > >> Author: rwatson >> Date: Mon Jun 6 12:55:02 2011 >> New Revision: 222748 >> URL: http://svn.freebsd.org/changeset/base/222748 >> >> Log: > [...] >> Connection group support is enabled by compiling "options PCBGROUP" >> i

svn commit: r222766 - head/release/ia64

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 6 18:25:11 2011 New Revision: 222766 URL: http://svn.freebsd.org/changeset/base/222766 Log: Don't clobber the hosts /etc/fstab. $1 is empty at this point. Modified: head/release/ia64/mkisoimages.sh Modified: head/release/ia64/mkisoimages.sh =

svn commit: r222767 - head/usr.sbin/lastlogin

2011-06-06 Thread Ed Schouten
Author: ed Date: Mon Jun 6 18:40:01 2011 New Revision: 222767 URL: http://svn.freebsd.org/changeset/base/222767 Log: Allow custom files to be opened and allow sorting by timestamp. While implementing a tool to import lastlog entries into utmpx, I noticed lastlogin doesn't allow custom da

svn commit: r222768 - head/usr.bin/kdump

2011-06-06 Thread Dmitry Chagin
Author: dchagin Date: Mon Jun 6 19:00:38 2011 New Revision: 222768 URL: http://svn.freebsd.org/changeset/base/222768 Log: Fix regex for ptraceopname(). PR: bin/157663 Submitted by: jason wright MFC after:10 days Modified: head/usr.bin/kdump/mksubr Modified: head/usr.

svn commit: r222769 - in head/sys/ia64: acpica ia64

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 6 19:06:15 2011 New Revision: 222769 URL: http://svn.freebsd.org/changeset/base/222769 Log: Improve cpu_idle(): o cpu_idle_hook is expected to be called with interrupts disabled and re-enables interrupts on return. o sync with x86: don't idle when the

svn commit: r222770 - head/usr.bin/su

2011-06-06 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Jun 6 19:33:19 2011 New Revision: 222770 URL: http://svn.freebsd.org/changeset/base/222770 Log: Attempt to clear up some confusion in the following example, by stating the '-c' argument is passed to the shell, not to su(1), which would indicate the logi

svn commit: r222771 - head/usr.sbin/rtadvd

2011-06-06 Thread Hiroki Sato
Author: hrs Date: Mon Jun 6 20:14:50 2011 New Revision: 222771 URL: http://svn.freebsd.org/changeset/base/222771 Log: Set WARNS=1 temporarily to unbreak universe. Modified: head/usr.sbin/rtadvd/Makefile Modified: head/usr.sbin/rtadvd/Makefile

svn commit: r222772 - in head: lib/libiconv sbin/geom/class/sched usr.bin/grep usr.bin/iconv usr.bin/rctl usr.sbin/bluetooth/ath3kfw usr.sbin/bsnmpd/modules/snmp_wlan usr.sbin/rtsold

2011-06-06 Thread Ed Schouten
Author: ed Date: Mon Jun 6 20:24:17 2011 New Revision: 222772 URL: http://svn.freebsd.org/changeset/base/222772 Log: Remove redundant assignments to WARNS. For these directories, WARNS is already implied to be 6. Modified: head/lib/libiconv/Makefile head/sbin/geom/class/sched/Makefile

Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-06 Thread Warner Losh
On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote: > On 2011-06-06, Hiroki Sato wrote: >> di> > -WARNS?= 1 >> di> > +WARNS?= 6 > > Shouldn't you just remove the WARNS line because the default for > usr.sbin/ is 6? No, the change should be reverted, since it breaks ARM. Warner

Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-06 Thread Garrett Cooper
On Mon, Jun 6, 2011 at 1:21 PM, Warner Losh wrote: > > On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote: > >> On 2011-06-06, Hiroki Sato wrote: >>> di> > -WARNS?=       1 >>> di> > +WARNS?=       6 >> >> Shouldn't you just remove the WARNS line because the default for >> usr.sbin/ is 6? > > No, t

Re: svn commit: r222732 - in head: sys/netinet usr.sbin/rtadvd usr.sbin/rtsold

2011-06-06 Thread Hiroki Sato
Warner Losh wrote in : im> im> On Jun 6, 2011, at 8:02 AM, Jaakko Heinonen wrote: im> im> > On 2011-06-06, Hiroki Sato wrote: im> >> di> > -WARNS?= 1 im> >> di> > +WARNS?= 6 im> > im> > Shouldn't you just remove the WARNS line because the default for im> > usr.sbin/ is 6? im> im> No, the ch

svn commit: r222778 - head/sbin/geom/class/part

2011-06-06 Thread Gavin Atkinson
Author: gavin Date: Mon Jun 6 21:02:26 2011 New Revision: 222778 URL: http://svn.freebsd.org/changeset/base/222778 Log: Rework parts of this man page to improve grammar. Inspired by, and parts submitted by... PR: docs/157467 Submitted by: Ben Kaduk MFC after:2 weeks M

svn commit: r222786 - head/sys/dev/usb

2011-06-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 6 21:45:09 2011 New Revision: 222786 URL: http://svn.freebsd.org/changeset/base/222786 Log: Improve enumeration of Low- and Full-speed devices connected through a High-speed USB HUB by resetting the transaction translator (TT) before trying re-enumeration. Als

svn commit: r222787 - head/sys/netinet

2011-06-06 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jun 6 21:45:32 2011 New Revision: 222787 URL: http://svn.freebsd.org/changeset/base/222787 Log: Unbreak kernels with non-default PCBGROUP included but no WITNESS. Rather than including lock.h in in_pcbgroup.c in right order, fix it for all consumers of in_pcb.h by furth

svn commit: r222790 - head/sys/dev/usb

2011-06-06 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 6 22:03:09 2011 New Revision: 222790 URL: http://svn.freebsd.org/changeset/base/222790 Log: Reset clear-stall error counter before setting up the USB control transfers. MFC after:14 days Modified: head/sys/dev/usb/usb_transfer.c Modified: head/sys/dev

svn commit: r222793 - in head: share/man/man4 sys/dev/atkbdc

2011-06-06 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 6 22:18:40 2011 New Revision: 222793 URL: http://svn.freebsd.org/changeset/base/222793 Log: Revert r222152. The root cause was analysed and better fix is upcoming. Discussed with: delphij Modified: head/share/man/man4/atkbd.4 head/sys/dev/atkbdc/atkbd

svn commit: r222795 - head/sys/dev/atkbdc

2011-06-06 Thread Jung-uk Kim
Author: jkim Date: Mon Jun 6 23:03:37 2011 New Revision: 222795 URL: http://svn.freebsd.org/changeset/base/222795 Log: Validate INT 15h and 16h vectors more strictly. Traditionally these entry points are fixed addresses and (U)EFI CSM specification also mandated that. Unfortunately, (U)EFI

svn commit: r222797 - head/share/misc

2011-06-06 Thread Julien Laffaye
Author: jlaffaye (ports committer) Date: Mon Jun 6 23:48:48 2011 New Revision: 222797 URL: http://svn.freebsd.org/changeset/base/222797 Log: Add myself to committers-ports.dot Approved by: tabthorpe@ (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/comm

svn commit: r222798 - head/sys/boot/ia64/common

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Tue Jun 7 00:39:15 2011 New Revision: 222798 URL: http://svn.freebsd.org/changeset/base/222798 Log: Add ia64_sync_icache() and use it to make the I-cache coherent after loading the kernel's text segment. The kernel will do the same for loaded modules, so don't worry abo

svn commit: r222799 - head/sys/boot/ia64/efi

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Tue Jun 7 00:59:31 2011 New Revision: 222799 URL: http://svn.freebsd.org/changeset/base/222799 Log: o Bump the EFI loader version to 3.1. o Add the about, pbvm and reboot commands. o Trim the banner (suppress maker and date). Modified: head/sys/boot/ia64/efi/ef

svn commit: r222800 - head/sys/ia64/ia64

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Tue Jun 7 01:06:49 2011 New Revision: 222800 URL: http://svn.freebsd.org/changeset/base/222800 Log: Call set_cputicker() to have the time counter use the ITC register. Note that the ITC frequency is fixed. Modified: head/sys/ia64/ia64/machdep.c Modified: head/sys/ia64

svn commit: r222801 - in head/sys: ddb kern sys

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Tue Jun 7 01:28:12 2011 New Revision: 222801 URL: http://svn.freebsd.org/changeset/base/222801 Log: Fix making kernel dumps from the debugger by creating a command for it. Do not not expect a developer to call doadump(). Calling doadump does not necessarily work when it

Re: svn commit: r222801 - in head/sys: ddb kern sys

2011-06-06 Thread Garrett Cooper
On Mon, Jun 6, 2011 at 6:28 PM, Marcel Moolenaar wrote: > Author: marcel > Date: Tue Jun  7 01:28:12 2011 > New Revision: 222801 > URL: http://svn.freebsd.org/changeset/base/222801 > > Log: >  Fix making kernel dumps from the debugger by creating a command >  for it. Do not not expect a developer

svn commit: r222802 - head/sys/kern

2011-06-06 Thread David Xu
Author: davidxu Date: Tue Jun 7 02:50:14 2011 New Revision: 222802 URL: http://svn.freebsd.org/changeset/base/222802 Log: Use p4prio_to_tsprio to calculate TS priority instead of using p4prio_to_rtpprio which is for RT priority. PR: kern/157657 Submitted by: krivenok.dmitry at gmail

svn commit: r222803 - head/usr.sbin/rtsold

2011-06-06 Thread Marcel Moolenaar
Author: marcel Date: Tue Jun 7 04:38:33 2011 New Revision: 222803 URL: http://svn.freebsd.org/changeset/base/222803 Log: Lower WARNS level to 3 to eliminate alignment warnings related to casting inherent in CMSG_DATA(). Modified: head/usr.sbin/rtsold/Makefile Modified: head/usr.sbin/rtsol

svn commit: r222804 - head/sys/kern

2011-06-06 Thread Kenneth D. Merry
Author: ken Date: Tue Jun 7 05:04:37 2011 New Revision: 222804 URL: http://svn.freebsd.org/changeset/base/222804 Log: Set pca.p_bufr to NULL when we haven't allocated a buffer. Otherwise, p_bufr is set to garbage on the stack, and if that garbage happens to be non-NULL, and the TOLOG or

Re: svn commit: r222748 - in head/sys: conf netinet netinet/ipfw netinet6

2011-06-06 Thread Bruce Evans
On Mon, 6 Jun 2011, Pan Tsu wrote: Robert Watson writes: Author: rwatson Date: Mon Jun 6 12:55:02 2011 New Revision: 222748 URL: http://svn.freebsd.org/changeset/base/222748 Log: [...] Connection group support is enabled by compiling "options PCBGROUP" into your kernel configuration;

svn commit: r222805 - in head: share/man/man4 sys/dev/amdsbwd

2011-06-06 Thread Andriy Gapon
Author: avg Date: Tue Jun 7 06:18:02 2011 New Revision: 222805 URL: http://svn.freebsd.org/changeset/base/222805 Log: amdsbwd: update to support SB8xx southbridges Many thanks to Tino for drawing my attention to this, for doing a lot of testing and providing great feedback. Many thank

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

2011-06-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 7 06:42:29 2011 New Revision: 222806 URL: http://svn.freebsd.org/changeset/base/222806 Log: Make a behaviour of the libalias based in-kernel NAT a bit closer to how natd(8) does work. natd(8) drops packets only when libalias returns PKT_ALIAS_IGNORED and "deny_incom

svn commit: r222808 - head/sys/netgraph

2011-06-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 7 06:48:42 2011 New Revision: 222808 URL: http://svn.freebsd.org/changeset/base/222808 Log: Sync ng_nat with recent (r222806) ipfw_nat changes: Make a behaviour of the libalias based in-kernel NAT a bit closer to how natd(8) does work. natd(8) drops packets o

svn commit: r222809 - head/sys/netinet/libalias

2011-06-06 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 7 06:57:22 2011 New Revision: 222809 URL: http://svn.freebsd.org/changeset/base/222809 Log: Fix indentation. Modified: head/sys/netinet/libalias/alias_sctp.h Modified: head/sys/netinet/libalias/alias_sctp.h ===