Re: svn commit: r194672 - in head/sys: kern netinet sys

2009-06-29 Thread Robert Watson
On Mon, 29 Jun 2009, Andre Oppermann wrote: It seems either the third if is redundant (because the condition of first if implies the condition of the third) or one of the conditions is wrong. Also there should be spaces around the |. Thank you for the report. I'm working on fixing and

Re: svn commit: r194672 - in head/sys: kern netinet sys

2009-06-29 Thread Andre Oppermann
Robert Watson wrote: On Mon, 29 Jun 2009, Andre Oppermann wrote: It seems either the third if is redundant (because the condition of first if implies the condition of the third) or one of the conditions is wrong. Also there should be spaces around the |. Thank you for the report. I'm

svn commit: r195156 - in head/release: amd64 i386 ia64 pc98 powerpc sparc64 sun4v

2009-06-29 Thread Jamie Gritton
Author: jamie Date: Mon Jun 29 13:59:30 2009 New Revision: 195156 URL: http://svn.freebsd.org/changeset/base/195156 Log: Add libjail to the boot_crunch binaries (for ifconfig). PR: 136071 Submitted by: Scot Hetzel Approved by: re (kensmith), bz (mentor) Modified:

svn commit: r195157 - head/sys/netinet6

2009-06-29 Thread Robert Watson
Author: rwatson Date: Mon Jun 29 15:23:50 2009 New Revision: 195157 URL: http://svn.freebsd.org/changeset/base/195157 Log: Fix options VIMAGE_GLOBALS build following introduction of in6_ifaddrhead. Approved by: re (kib) Modified: head/sys/netinet6/in6_var.h Modified:

svn commit: r195159 - head/sys/kern

2009-06-29 Thread Attilio Rao
Author: attilio Date: Mon Jun 29 16:03:18 2009 New Revision: 195159 URL: http://svn.freebsd.org/changeset/base/195159 Log: Don't assume a default (currently 15) value for preloaded klds when loading hwpmc, but calculate at runtime and allocate the necessary space. Also the current logic is

svn commit: r195162 - in head/sys/mips: malta mips

2009-06-29 Thread Warner Losh
Author: imp Date: Mon Jun 29 16:45:50 2009 New Revision: 195162 URL: http://svn.freebsd.org/changeset/base/195162 Log: Fix copyrights to reflect the origin of these files. Approved by: re@ (rwatson) Modified: head/sys/mips/malta/yamon.c head/sys/mips/mips/busdma_machdep.c

svn commit: r195166 - head/sys/kern

2009-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 18:09:07 2009 New Revision: 195166 URL: http://svn.freebsd.org/changeset/base/195166 Log: Free struct ucreds allocated in vfs_hang_addrlist() when deleting the export element. While there, remove register storage-class specifiers. Reported and tested by:

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

2009-06-29 Thread Jack F Vogel
Author: jfv Date: Mon Jun 29 18:17:10 2009 New Revision: 195168 URL: http://svn.freebsd.org/changeset/base/195168 Log: Type problem when FreeBSD is in a virtualized environment, the result was when the RX index wrapped it was converted into some sort of gibberish and written into the RDT

svn commit: r195172 - in head/lib/libc: gen sys

2009-06-29 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 18:54:17 2009 New Revision: 195172 URL: http://svn.freebsd.org/changeset/base/195172 Log: Make the structure definitions in the man pages match the real code, and remove no longer valid caution. Approved by: re (kensmith) Modified:

svn commit: r195175 - in head: . sys/net sys/sys

2009-06-29 Thread Brooks Davis
.) +20090629: + The network interface device nodes at /dev/net/interface have + been removed. All ioctl operations can be performed the normal + way using routing sockets. The kqueue functionality can + generally be replaced with routing sockets. + 20090628

svn commit: r195177 - head/sys/security/audit

2009-06-29 Thread Stacey Son
Author: sson Date: Mon Jun 29 20:19:19 2009 New Revision: 195177 URL: http://svn.freebsd.org/changeset/base/195177 Log: Dynamically allocate the gidset field in audit record. This fixes a problem created by the recent change that allows a large number of groups per user. The gidset

Re: svn commit: r192971 - in head/sys: cddl/contrib/opensolaris/uts/common/rpc modules/zfs rpc xdr

2009-06-29 Thread Pawel Jakub Dawidek
On Thu, May 28, 2009 at 08:18:13AM +, Kip Macy wrote: Author: kmacy Date: Thu May 28 08:18:12 2009 New Revision: 192971 URL: http://svn.freebsd.org/changeset/base/192971 Log: MFdevbranch 192944 - add FreeBSD implementation of xdrmem_control needed by zfs - have zfs define

Re: svn commit: r192971 - in head/sys: cddl/contrib/opensolaris/uts/common/rpc modules/zfs rpc xdr

2009-06-29 Thread Kip Macy
Yes. -Kip On Mon, Jun 29, 2009 at 1:23 PM, Pawel Jakub Dawidekp...@freebsd.org wrote: On Thu, May 28, 2009 at 08:18:13AM +, Kip Macy wrote: Author: kmacy Date: Thu May 28 08:18:12 2009 New Revision: 192971 URL: http://svn.freebsd.org/changeset/base/192971 Log:   MFdevbranch 192944  

svn commit: r195180 - stable/7/libexec/rtld-elf

2009-06-29 Thread Alexander Kabaev
Author: kan Date: Tue Jun 30 03:05:50 2009 New Revision: 195180 URL: http://svn.freebsd.org/changeset/base/195180 Log: MFC r194298: FreeBSD returns main object handle from dlopen(NULL, ...) calls. dlsym seaches using this handle are expected to look for symbol definitions in all

svn commit: r195181 - in head/sys: nfsclient nfsserver

2009-06-29 Thread John Baldwin
Author: jhb Date: Tue Jun 30 03:18:51 2009 New Revision: 195181 URL: http://svn.freebsd.org/changeset/base/195181 Log: Fix build with NFS_LEGACYRPC enabled after the socket upcall locking changes. Approved by: re (kensmith) Modified: head/sys/nfsclient/nfs_socket.c

Re: svn commit: r195181 - in head/sys: nfsclient nfsserver

2009-06-29 Thread Steve Kargl
On Tue, Jun 30, 2009 at 03:18:51AM +, John Baldwin wrote: Author: jhb Date: Tue Jun 30 03:18:51 2009 New Revision: 195181 URL: http://svn.freebsd.org/changeset/base/195181 Log: Fix build with NFS_LEGACYRPC enabled after the socket upcall locking changes. Approved by:

svn commit: r195182 - head/sys/net

2009-06-29 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jun 30 05:21:00 2009 New Revision: 195182 URL: http://svn.freebsd.org/changeset/base/195182 Log: In case we cannot queue a packet reaching the queue limit, retain the semantics netisr_queue() always had and free the mbuf along with returning the error. Reviewed by:

Re: svn commit: r195181 - in head/sys: nfsclient nfsserver

2009-06-29 Thread bz0fbd
On Tue, 30 Jun 2009, John Baldwin wrote: Author: jhb Date: Tue Jun 30 03:18:51 2009 New Revision: 195181 URL: http://svn.freebsd.org/changeset/base/195181 Log: Fix build with NFS_LEGACYRPC enabled after the socket upcall locking changes. is this really a good idea, considering that