svn commit: r232685 - head/sys/contrib/pf/net

2012-03-08 Thread Gleb Smirnoff
Author: glebius Date: Thu Mar 8 09:20:00 2012 New Revision: 232685 URL: http://svn.freebsd.org/changeset/base/232685 Log: Merge from OpenBSD: revision 1.146 date: 2010/05/12 08:11:11; author: claudio; state: Exp; lines: +2 -3 bzero() the full compressed update struct before

svn commit: r232692 - head/sys/ufs/ffs

2012-03-08 Thread Peter Holm
Author: pho Date: Thu Mar 8 12:49:08 2012 New Revision: 232692 URL: http://svn.freebsd.org/changeset/base/232692 Log: syscall() fuzzing can trigger this panic. Return EINVAL instead. MFC after:1 week Modified: head/sys/ufs/ffs/ffs_vnops.c Modified: head/sys/ufs/ffs/ffs_vnops.c

svn commit: r232694 - head/bin/ps

2012-03-08 Thread Konstantin Belousov
Author: kib Date: Thu Mar 8 13:00:49 2012 New Revision: 232694 URL: http://svn.freebsd.org/changeset/base/232694 Log: Document P_ORPHAN. MFC after:3 days Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1

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

2012-03-08 Thread Ed Maste
Author: emaste Date: Thu Mar 8 15:27:29 2012 New Revision: 232695 URL: http://svn.freebsd.org/changeset/base/232695 Log: Correct markup, use proper reference for sysctl(3) Submitted by: brueffer@ Modified: head/share/man/man4/tcp.4 Modified: head/share/man/man4/tcp.4

Re: svn commit: r232570 - head/sys/boot/i386/boot2

2012-03-08 Thread John Baldwin
On Wednesday, March 07, 2012 5:00:19 pm Jung-uk Kim wrote: On Monday 05 March 2012 02:53 pm, John Baldwin wrote: Author: jhb Date: Mon Mar 5 19:53:17 2012 New Revision: 232570 URL: http://svn.freebsd.org/changeset/base/232570 Log: Fix boot2 to handle boot config files that only

svn commit: r232700 - in head/sys: kern sys

2012-03-08 Thread John Baldwin
Author: jhb Date: Thu Mar 8 19:41:05 2012 New Revision: 232700 URL: http://svn.freebsd.org/changeset/base/232700 Log: Add a new sched_clear_name() method to the scheduler interface to clear the cached name used for KTR_SCHED traces when a thread's name changes. This way KTR_SCHED traces

Re: svn commit: r232570 - head/sys/boot/i386/boot2

2012-03-08 Thread David Chisnall
On 8 Mar 2012, at 16:05, John Baldwin wrote: On Wednesday, March 07, 2012 5:00:19 pm Jung-uk Kim wrote: On Monday 05 March 2012 02:53 pm, John Baldwin wrote: Author: jhb Date: Mon Mar 5 19:53:17 2012 New Revision: 232570 URL: http://svn.freebsd.org/changeset/base/232570 Log: Fix boot2

svn commit: r232701 - in head/sys: fs/unionfs kern ufs/ufs vm

2012-03-08 Thread John Baldwin
Author: jhb Date: Thu Mar 8 20:27:20 2012 New Revision: 232701 URL: http://svn.freebsd.org/changeset/base/232701 Log: Add KTR_VFS traces to track modifications to a vnode's writecount. Modified: head/sys/fs/unionfs/union_subr.c head/sys/kern/vfs_syscalls.c head/sys/kern/vfs_vnops.c

svn commit: r232702 - head/sys/kern

2012-03-08 Thread Peter Holm
Author: pho Date: Thu Mar 8 20:34:13 2012 New Revision: 232702 URL: http://svn.freebsd.org/changeset/base/232702 Log: Free up allocated memory used by posix_fadvise(2). Modified: head/sys/kern/kern_descrip.c head/sys/kern/vfs_syscalls.c Modified: head/sys/kern/kern_descrip.c

svn commit: r232703 - head/sys/fs/ext2fs

2012-03-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Mar 8 21:06:05 2012 New Revision: 232703 URL: http://svn.freebsd.org/changeset/base/232703 Log: Add support for ns timestamps and birthtime to the ext2/3 driver. When using big inodes there is sufficient space in ext3 to keep extra resolution and birthtime

svn commit: r232704 - head/sys/dev/pci

2012-03-08 Thread Alexander Kabaev
Author: kan Date: Thu Mar 8 21:09:34 2012 New Revision: 232704 URL: http://svn.freebsd.org/changeset/base/232704 Log: Save more of config space for PCI Express and PCI-X devices. Expand pci_save_state and pci_restore_state to save more of the config state for PCI Express and PCI-X

svn commit: r232705 - head/sys/net80211

2012-03-08 Thread Adrian Chadd
Author: adrian Date: Thu Mar 8 23:46:42 2012 New Revision: 232705 URL: http://svn.freebsd.org/changeset/base/232705 Log: Add missing \n's. This showed up when testing the wtap module, as it attaches with no radiotap tx/rx configuration. Modified:

svn commit: r232707 - head/sys/dev/ath

2012-03-08 Thread Adrian Chadd
Author: adrian Date: Thu Mar 8 23:53:38 2012 New Revision: 232707 URL: http://svn.freebsd.org/changeset/base/232707 Log: Correctly initialise the TXQ link pointer to the last descriptor in the last buffer in the list. The current behaviour (due to me, so pointy hat is firmly on my head

svn commit: r232709 - in head/sys: kern sys ufs/ffs

2012-03-08 Thread Konstantin Belousov
Author: kib Date: Fri Mar 9 00:12:05 2012 New Revision: 232709 URL: http://svn.freebsd.org/changeset/base/232709 Log: Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which allows a filesystem to request VFS to not allow MNTK_ASYNC. MFC after:1 week Modified:

svn commit: r232712 - head/sbin/adjkerntz

2012-03-08 Thread Eitan Adler
Author: eadler Date: Fri Mar 9 01:32:05 2012 New Revision: 232712 URL: http://svn.freebsd.org/changeset/base/232712 Log: Fix a variety of grammar and style nits PR: docs/165841 Submitted by: Robert Simmons rsimmo...@gmail.com Approved by: brd MFC after:1 week

svn commit: r232714 - head/release

2012-03-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Mar 9 02:23:03 2012 New Revision: 232714 URL: http://svn.freebsd.org/changeset/base/232714 Log: Make sure not to tar up CVS directories if this ports tree is a CVS checkout. PR: bin/165868 MFC after:5 days Modified: head/release/Makefile

Re: svn commit: r232692 - head/sys/ufs/ffs

2012-03-08 Thread Bruce Evans
On Thu, 8 Mar 2012, Peter Holm wrote: Log: syscall() fuzzing can trigger this panic. Return EINVAL instead. MFC after: 1 week If so, then, this is not the place to hide the bug. Modified: head/sys/ufs/ffs/ffs_vnops.c

Re: svn commit: r232695 - head/share/man/man4

2012-03-08 Thread Bruce Evans
On Thu, 8 Mar 2012, Ed Maste wrote: Log: Correct markup, use proper reference for sysctl(3) This is sort of backwards. Submitted by: brueffer@ Modified: head/share/man/man4/tcp.4 Modified: head/share/man/man4/tcp.4

Re: svn commit: r232692 - head/sys/ufs/ffs

2012-03-08 Thread Peter Holm
On Fri, Mar 09, 2012 at 03:51:30PM +1100, Bruce Evans wrote: On Thu, 8 Mar 2012, Peter Holm wrote: Log: syscall() fuzzing can trigger this panic. Return EINVAL instead. MFC after: 1 week If so, then, this is not the place to hide the bug. OK Modified:

svn commit: r232717 - head/sys/kern

2012-03-08 Thread Alexander Motin
Author: mav Date: Fri Mar 9 07:30:48 2012 New Revision: 232717 URL: http://svn.freebsd.org/changeset/base/232717 Log: Be more polite when setting state-nextevent inside cpu_new_callout(). Hardclock is not the only who wakes idle CPU since kdtrace cyclic addition. MFC after:2 weeks

svn commit: r232718 - head/sys/mips/conf

2012-03-08 Thread Juli Mallett
Author: jmallett Date: Fri Mar 9 07:53:44 2012 New Revision: 232718 URL: http://svn.freebsd.org/changeset/base/232718 Log: Enable COMPAT_FREEBSD32 for the Octeon kernel config by default. Modified: head/sys/mips/conf/OCTEON1 Modified: head/sys/mips/conf/OCTEON1