Re: svn commit: r227015 - head/sys/geom

2011-11-03 Thread Pawel Jakub Dawidek
On Wed, Nov 02, 2011 at 05:09:42PM +0200, Alexander Motin wrote: > On 11/02/11 15:42, Pawel Jakub Dawidek wrote: > > On Wed, Nov 02, 2011 at 09:24:59AM +, Alexander Motin wrote: > >> Author: mav > >> Date: Wed Nov 2 09:24:59 2011 > >> New Revision: 227015 > >> URL: http://svn.freebsd.org/chang

Re: svn commit: r227015 - head/sys/geom

2011-11-03 Thread Alexander Motin
On 03.11.2011 09:51, Pawel Jakub Dawidek wrote: > On Wed, Nov 02, 2011 at 05:09:42PM +0200, Alexander Motin wrote: >> On 11/02/11 15:42, Pawel Jakub Dawidek wrote: >>> On Wed, Nov 02, 2011 at 09:24:59AM +, Alexander Motin wrote: Author: mav Date: Wed Nov 2 09:24:59 2011 New Revi

svn commit: r227055 - head/sys/netinet6

2011-11-03 Thread Sergey Kandaurov
Author: pluknet Date: Thu Nov 3 09:09:05 2011 New Revision: 227055 URL: http://svn.freebsd.org/changeset/base/227055 Log: Remove a couple of write-only variables. Modified: head/sys/netinet6/icmp6.c Modified: head/sys/netinet6/icmp6.c

svn commit: r227056 - in head/sys: boot/common conf

2011-11-03 Thread Sergey Kandaurov
Author: pluknet Date: Thu Nov 3 12:03:03 2011 New Revision: 227056 URL: http://svn.freebsd.org/changeset/base/227056 Log: Remove the remnants of /stand/sysinstall. loader.8: Sync the default init_path list with kern/init_main.c. NOTES:Replace with /rescue/init in t

svn commit: r227058 - head/sys/kern

2011-11-03 Thread Attilio Rao
Author: attilio Date: Thu Nov 3 14:36:56 2011 New Revision: 227058 URL: http://svn.freebsd.org/changeset/base/227058 Log: Disable interrupt and preemption for smp_rendezvous() also in the UP/!SMP case. The callbacks may be relying on this feature and having 2 different ways to deal with t

svn commit: r227059 - head/sys/rpc

2011-11-03 Thread Rick Macklem
Author: rmacklem Date: Thu Nov 3 14:38:03 2011 New Revision: 227059 URL: http://svn.freebsd.org/changeset/base/227059 Log: Both a crash reported on freebsd-current on Oct. 18 under the subject heading "mtx_lock() of destroyed mutex on NFS" and PR# 156168 appear to be caused by clnt_dg_destr

svn commit: r227061 - head/sys/net

2011-11-03 Thread Max Laier
Author: mlaier Date: Thu Nov 3 18:33:30 2011 New Revision: 227061 URL: http://svn.freebsd.org/changeset/base/227061 Log: Fix a use-after-free/redzone issue in the routing code. Reported by (repeatedly): Mike Tancsa Prodded by (repeatedly): bz Forgotten by (repeatedly):mlai

svn commit: r227062 - head/sys/fs/devfs

2011-11-03 Thread Konstantin Belousov
Author: kib Date: Thu Nov 3 18:55:18 2011 New Revision: 227062 URL: http://svn.freebsd.org/changeset/base/227062 Log: Fix kernel panic when d_fdopen csw method is called for NULL fp. This may happen when kernel consumer calls VOP_OPEN(). Reported by: Tavis Ormandy through delphij MFC

svn commit: r227064 - in head: share/man/man4 sys/conf sys/dev/qlxgb sys/modules sys/modules/qlxgb

2011-11-03 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 3 21:20:22 2011 New Revision: 227064 URL: http://svn.freebsd.org/changeset/base/227064 Log: Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30 for 3200 and 8200 series cards. Submitted by: David C Somayajulu (david.somayaj...@qlogic.com),

svn commit: r227069 - in head/sys: fs/devfs kern

2011-11-03 Thread John Baldwin
Author: jhb Date: Fri Nov 4 03:39:31 2011 New Revision: 227069 URL: http://svn.freebsd.org/changeset/base/227069 Log: Move the cleanup of f_cdevpriv when the reference count of a devfs file descriptor drops to zero out of _fdrop() and into devfs_close_f() as it is only relevant for devfs fi

svn commit: r227070 - in head: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys sys/vm

2011-11-03 Thread John Baldwin
Author: jhb Date: Fri Nov 4 04:02:50 2011 New Revision: 227070 URL: http://svn.freebsd.org/changeset/base/227070 Log: Add the posix_fadvise(2) system call. It is somewhat similar to madvise(2) except that it operates on a file descriptor instead of a memory region. It is currently only su

svn commit: r227071 - in head/sys: compat/freebsd32 kern sys

2011-11-03 Thread John Baldwin
Author: jhb Date: Fri Nov 4 04:06:31 2011 New Revision: 227071 URL: http://svn.freebsd.org/changeset/base/227071 Log: Regen. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/sys/compa

svn commit: r227072 - head/sys/vm

2011-11-03 Thread Alan Cox
Author: alc Date: Fri Nov 4 04:41:58 2011 New Revision: 227072 URL: http://svn.freebsd.org/changeset/base/227072 Log: Simplify the implementation of the failure case in kmem_alloc_attr(). Modified: head/sys/vm/vm_contig.c Modified: head/sys/vm/vm_contig.c ===