svn commit: r196398 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci netinet

2009-08-19 Thread Will Andrews
Author: will Date: Thu Aug 20 02:49:43 2009 New Revision: 196398 URL: http://svn.freebsd.org/changeset/base/196398 Log: MFC r196397 from head: Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs when CARP tries to free them using M_IFADDR after the last address for

svn commit: r196397 - head/sys/netinet

2009-08-19 Thread Will Andrews
Author: will Date: Thu Aug 20 02:33:12 2009 New Revision: 196397 URL: http://svn.freebsd.org/changeset/base/196397 Log: Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs when CARP tries to free them using M_IFADDR after the last address for a virtual host is removed and

svn commit: r196396 - in stable/8/sys: . amd64/include/xen cddl/compat/opensolaris/rpc cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2009-08-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 20 00:08:58 2009 New Revision: 196396 URL: http://svn.freebsd.org/changeset/base/196396 Log: MFC r196395: Our libc doesn't implement control method for XDR (only kernel does) and it will always return failure. Fix this by bringing userland implementation of xdr

svn commit: r196395 - head/sys/cddl/compat/opensolaris/rpc

2009-08-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Aug 20 00:05:29 2009 New Revision: 196395 URL: http://svn.freebsd.org/changeset/base/196395 Log: Our libc doesn't implement control method for XDR (only kernel does) and it will always return failure. Fix this by bringing userland implementation of xdrmem_control() back

svn commit: r196394 - stable/7/bin/df

2009-08-19 Thread Simon L. Nielsen
Author: simon Date: Wed Aug 19 21:33:09 2009 New Revision: 196394 URL: http://svn.freebsd.org/changeset/base/196394 Log: MFC r193629: Make "human-readable" (-H/-h) output also "humanize" inode counts. Base 10 is always used for the inode counts as I could not think of any reason base

svn commit: r196393 - in stable/8: etc share/man/man5 usr.sbin/freebsd-update

2009-08-19 Thread Simon L. Nielsen
Author: simon Date: Wed Aug 19 21:01:32 2009 New Revision: 196393 URL: http://svn.freebsd.org/changeset/base/196393 Log: MFC 196392: Add support for backing up the old kernel when installing a new kernel using freebsd-update. This applies to using freebsd-update in "upgrade mode"

svn commit: r196392 - in head: etc share/man/man5 usr.sbin/freebsd-update

2009-08-19 Thread Simon L. Nielsen
Author: simon Date: Wed Aug 19 20:47:31 2009 New Revision: 196392 URL: http://svn.freebsd.org/changeset/base/196392 Log: Add support for backing up the old kernel when installing a new kernel using freebsd-update. This applies to using freebsd-update in "upgrade mode" and normal freebsd-upd

svn commit: r196391 - in stable/8/sys: . amd64/amd64 amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci i386/i386

2009-08-19 Thread Ed Schouten
Author: ed Date: Wed Aug 19 20:44:22 2009 New Revision: 196391 URL: http://svn.freebsd.org/changeset/base/196391 Log: MFC r196390: Make the MacBookPro3,1 hardware boot again. Tested by:Patrick Lamaiziere Approved by: re (kib) Modified: stable/8/sys/ (props changed)

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

2009-08-19 Thread Ed Schouten
Author: ed Date: Wed Aug 19 20:39:33 2009 New Revision: 196390 URL: http://svn.freebsd.org/changeset/base/196390 Log: Make the MacBookPro3,1 hardware boot again. Tested by:Patrick Lamaiziere Approved by: re (kib) Modified: head/sys/amd64/amd64/machdep.c head/sys/i386/i386/machd

svn commit: r196389 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net

2009-08-19 Thread Kip Macy
Author: kmacy Date: Wed Aug 19 20:17:36 2009 New Revision: 196389 URL: http://svn.freebsd.org/changeset/base/196389 Log: This change fixes a comment and addresses a complaint by kib@ by moving a frequently executed flowtable syslog statement from being conditional on bootverbose to condit

svn commit: r196388 - head/sys/net

2009-08-19 Thread Kip Macy
Author: kmacy Date: Wed Aug 19 20:13:09 2009 New Revision: 196388 URL: http://svn.freebsd.org/changeset/base/196388 Log: This change fixes a comment and addresses a complaint by kib@ by moving a frequently executed flowtable syslog statement from being conditional on bootverbose to condition

Re: svn commit: r196387 - in stable/8/sys: . dev/e1000

2009-08-19 Thread Jack Vogel
Thanks for doing this for me Xin. Jack On Wed, Aug 19, 2009 at 11:08 AM, Xin LI wrote: > Author: delphij > Date: Wed Aug 19 18:08:50 2009 > New Revision: 196387 > URL: http://svn.freebsd.org/changeset/base/196387 > > Log: > MFC r196386: > > Temporarily enhance em(4) and igb(4) hack to take a

svn commit: r196387 - in stable/8/sys: . dev/e1000

2009-08-19 Thread Xin LI
Author: delphij Date: Wed Aug 19 18:08:50 2009 New Revision: 196387 URL: http://svn.freebsd.org/changeset/base/196387 Log: MFC r196386: Temporarily enhance em(4) and igb(4) hack to take account for IFF_NOARP. Without this changeset there will be no way to prevent these NICs from sending

svn commit: r196386 - head/sys/dev/e1000

2009-08-19 Thread Xin LI
Author: delphij Date: Wed Aug 19 17:59:41 2009 New Revision: 196386 URL: http://svn.freebsd.org/changeset/base/196386 Log: Temporarily enhance em(4) and igb(4) hack to take account for IFF_NOARP. Without this changeset there will be no way to prevent these NICs from sending ARP, which is har

svn commit: r196385 - stable/8/contrib/top

2009-08-19 Thread John Baldwin
Author: jhb Date: Wed Aug 19 17:45:58 2009 New Revision: 196385 URL: http://svn.freebsd.org/changeset/base/196385 Log: MFC 196382: Explicitly line up the CPU state labels with the calculated starting column that takes into account the width of the largest CPU ID. On systems with > 10 CPUs

svn commit: r196384 - stable/8/sbin/bsdlabel

2009-08-19 Thread Marcel Moolenaar
Author: marcel Date: Wed Aug 19 16:40:45 2009 New Revision: 196384 URL: http://svn.freebsd.org/changeset/base/196384 Log: MFC change 196383: Remove the dependency on the kernel -- in particular the gctl request to the GEOM_BSD class -- to translate the absolute offsets in the label to r

svn commit: r196383 - head/sbin/bsdlabel

2009-08-19 Thread Marcel Moolenaar
Author: marcel Date: Wed Aug 19 16:29:20 2009 New Revision: 196383 URL: http://svn.freebsd.org/changeset/base/196383 Log: Remove the dependency on the kernel -- in particular the gctl request to the GEOM_BSD class -- to translate the absolute offsets in the label to relative ones. This makes

Re: svn commit: r196380 - head/sys/dev/usb

2009-08-19 Thread Rafal Jaworowski
On 2009-08-19, at 17:48, Sam Leffler wrote: Is this different from the patch I tested on Gateworks 2358 boards which didn't completely resolve problems? Hm, not sure what patch you have tested with GW. There was an initial workaround for this problem from late June time frame, and this com

Re: svn commit: r196380 - head/sys/dev/usb

2009-08-19 Thread Rafal Jaworowski
On 2009-08-19, at 17:30, Sam Leffler wrote: Rafal Jaworowski wrote: Author: raj Date: Wed Aug 19 14:39:08 2009 New Revision: 196380 URL: http://svn.freebsd.org/changeset/base/196380 Log: Fix USB cache sync operations for platforms with non-coherent DMA. - usb_pc_cpu_invalidate() is called

Re: svn commit: r196380 - head/sys/dev/usb

2009-08-19 Thread Sam Leffler
Rafal Jaworowski wrote: On 2009-08-19, at 17:30, Sam Leffler wrote: Rafal Jaworowski wrote: Author: raj Date: Wed Aug 19 14:39:08 2009 New Revision: 196380 URL: http://svn.freebsd.org/changeset/base/196380 Log: Fix USB cache sync operations for platforms with non-coherent DMA. - usb_pc_cp

Re: svn commit: r196380 - head/sys/dev/usb

2009-08-19 Thread Sam Leffler
Rafal Jaworowski wrote: Author: raj Date: Wed Aug 19 14:39:08 2009 New Revision: 196380 URL: http://svn.freebsd.org/changeset/base/196380 Log: Fix USB cache sync operations for platforms with non-coherent DMA. - usb_pc_cpu_invalidate() is called between [consecutive] reads from a device,

svn commit: r196382 - head/contrib/top

2009-08-19 Thread John Baldwin
Author: jhb Date: Wed Aug 19 15:17:13 2009 New Revision: 196382 URL: http://svn.freebsd.org/changeset/base/196382 Log: Explicitly line up the CPU state labels with the calculated starting column that takes into account the width of the largest CPU ID. On systems with > 10 CPUs the labels fo

svn commit: r196381 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb dev/xen/xenpci

2009-08-19 Thread Rafal Jaworowski
Author: raj Date: Wed Aug 19 14:48:59 2009 New Revision: 196381 URL: http://svn.freebsd.org/changeset/base/196381 Log: MFC r196380 Fix USB cache sync operations for platforms with non-coherent DMA. - usb_pc_cpu_invalidate() is called between [consecutive] reads from a device, so a

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

2009-08-19 Thread Rafal Jaworowski
Author: raj Date: Wed Aug 19 14:39:08 2009 New Revision: 196380 URL: http://svn.freebsd.org/changeset/base/196380 Log: Fix USB cache sync operations for platforms with non-coherent DMA. - usb_pc_cpu_invalidate() is called between [consecutive] reads from a device, so a sequence of BUS_D

svn commit: r196379 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-08-19 Thread Ed Schouten
Author: ed Date: Wed Aug 19 14:38:43 2009 New Revision: 196379 URL: http://svn.freebsd.org/changeset/base/196379 Log: MFC r196378: Small changes to the warning message generated by pty(4): - Only print the warning once, instead of filling up the screen. - Use the word "legacy"

svn commit: r196378 - head/sys/kern

2009-08-19 Thread Ed Schouten
Author: ed Date: Wed Aug 19 14:30:46 2009 New Revision: 196378 URL: http://svn.freebsd.org/changeset/base/196378 Log: Small changes to the warning message generated by pty(4): - Only print the warning once, instead of filling up the screen. - Use the word "legacy" for the pty_warningcnt d

svn commit: r196377 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci netinet

2009-08-19 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 19 12:12:51 2009 New Revision: 196377 URL: http://svn.freebsd.org/changeset/base/196377 Log: Fix a bug in the handling of unreliable messages which results in stalled associations. Approved by: re, rrs (mentor) Modified: stable/8/sys/ (props changed) st

svn commit: r196376 - head/sys/netinet

2009-08-19 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 19 12:02:28 2009 New Revision: 196376 URL: http://svn.freebsd.org/changeset/base/196376 Log: Fix a bug in the handling of unreliable messages which results in stalled associations. Approved by: re, rrs (mentor) MFC after: immediately Modified: head/sys/ne

Re: svn commit: r196358 - in head: share/man/man9 sys/kern sys/sys

2009-08-19 Thread Bruce Evans
On Tue, 18 Aug 2009, Pawel Jakub Dawidek wrote: On Tue, Aug 18, 2009 at 08:06:17PM +0200, Attilio Rao wrote: 2009/8/18 Sam Leffler : Pawel Jakub Dawidek wrote: Log: Remove unused taskqueue_find() function. Reviewed by: dfr Approved by: re (kib) I don't understand why this should be r