svn commit: r223689 - head/sbin/fsck_ffs

2011-06-29 Thread Jeff Roberson
Author: jeff Date: Thu Jun 30 05:28:10 2011 New Revision: 223689 URL: http://svn.freebsd.org/changeset/base/223689 Log: - Handle the JOP_SYNC case as appropriate. Reported by: pho Modified: head/sbin/fsck_ffs/suj.c Modified: head/sbin/fsck_ffs/suj.c ===

svn commit: r223688 - head/sys/dev/mii

2011-06-29 Thread Warner Losh
Author: imp Date: Thu Jun 30 05:20:02 2011 New Revision: 223688 URL: http://svn.freebsd.org/changeset/base/223688 Log: Add detection for the Marvel 88E1149R and treat it just like the 88E1149. Modified: head/sys/dev/mii/e1000phy.c head/sys/dev/mii/miidevs Modified: head/sys/dev/mii/e1000

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

2011-06-29 Thread Kirk McKusick
Author: mckusick Date: Wed Jun 29 22:12:43 2011 New Revision: 223687 URL: http://svn.freebsd.org/changeset/base/223687 Log: Handle the FREEDEP case in softdep_sync_buf(). This fix failed to get added in -r223325. Submitted by: Peter Holm Modified: head/sys/ufs/ffs/ffs_softdep.c Modifi

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

2011-06-29 Thread Pyun YongHyeon
Author: yongari Date: Wed Jun 29 17:32:52 2011 New Revision: 223683 URL: http://svn.freebsd.org/changeset/base/223683 Log: Document two known hardware errata which requires manual link configuration. Submitted by: Aries Lee (arieslee <> jmicron com) Modified: head/share/man/man4/jme.4

svn commit: r223677 - in head/sys: amd64/amd64 arm/arm fs/tmpfs i386/i386 i386/xen ia64/ia64 kern mips/mips ufs/ffs vm

2011-06-29 Thread Alan Cox
Author: alc Date: Wed Jun 29 16:40:41 2011 New Revision: 223677 URL: http://svn.freebsd.org/changeset/base/223677 Log: Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this option to vm_object_page_remove() asserts that the specified range of pages is not mapped, or mo

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

2011-06-29 Thread John Baldwin
Author: jhb Date: Wed Jun 29 16:20:52 2011 New Revision: 223676 URL: http://svn.freebsd.org/changeset/base/223676 Log: - Add read-only sysctls for all of the tunables supported by the igb and em drivers. - Make the per-instance 'enable_aim' sysctl truly per-instance by having it change

svn commit: r223673 - head/sys/nfs

2011-06-29 Thread Grzegorz Bernacki
Author: gber Date: Wed Jun 29 15:17:29 2011 New Revision: 223673 URL: http://svn.freebsd.org/changeset/base/223673 Log: Set proper root device name when legacy NFS client is compiled into kernel. Approved by: cognet (mentor) Modified: head/sys/nfs/bootp_subr.c Modified: head/sys/nfs

svn commit: r223672 - head/sys/dev/uart

2011-06-29 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 29 14:47:20 2011 New Revision: 223672 URL: http://svn.freebsd.org/changeset/base/223672 Log: Add support for a MosChip PCI express serial port adapter. MFC after:1 week Modified: head/sys/dev/uart/uart_bus_pci.c Modified: head/sys/dev/uart/uart_bus_pci

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

2011-06-29 Thread Adrian Chadd
Author: adrian Date: Wed Jun 29 13:21:52 2011 New Revision: 223671 URL: http://svn.freebsd.org/changeset/base/223671 Log: Fix a corner case in STA beacon processing when a CSA is received but the AP doesn't transmit beacons. If the AP requests a CSA (ie, a channel switch) and then enters

svn commit: r223670 - head

2011-06-29 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jun 29 13:12:15 2011 New Revision: 223670 URL: http://svn.freebsd.org/changeset/base/223670 Log: Clarify that we broke pfsync(4) backward compat with the pf commit r223637. Suggested by: Anton Yuzhaninov (citrin citrin.ru) Modified: head/UPDATING Modified: head/UPDA

svn commit: r223668 - in head/sys: amd64/amd64 arm/arm conf i386/i386 kern

2011-06-29 Thread Jonathan Anderson
Author: jonathan Date: Wed Jun 29 13:03:05 2011 New Revision: 223668 URL: http://svn.freebsd.org/changeset/base/223668 Log: We may split today's CAPABILITIES into CAPABILITY_MODE (which has to do with global namespaces) and CAPABILITIES (which has to do with constraining file descriptors). J

svn commit: r223667 - head/contrib/ntp/ntpd

2011-06-29 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jun 29 13:01:10 2011 New Revision: 223667 URL: http://svn.freebsd.org/changeset/base/223667 Log: In case ntp cannot resolve a hostname on startup it will queue the entry for resolving by a child process that, upon success, will add the entry to the config of the running

svn commit: r223666 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2011-06-29 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 29 10:06:58 2011 New Revision: 223666 URL: http://svn.freebsd.org/changeset/base/223666 Log: Add new rule actions "call" and "return" to ipfw. They make possible to organize subroutines with rules. The "call" action saves the current rule number in the internal

svn commit: r223665 - head/sys/arm/mv

2011-06-29 Thread Kevin Lo
Author: kevlo Date: Wed Jun 29 09:35:40 2011 New Revision: 223665 URL: http://svn.freebsd.org/changeset/base/223665 Log: Typo Submitted by: Damjan Marion MFC after:3 days Modified: head/sys/arm/mv/common.c Modified: head/sys/arm/mv/common.c ===

svn commit: r223663 - head/sys/sys

2011-06-29 Thread Andriy Gapon
Author: avg Date: Wed Jun 29 08:32:37 2011 New Revision: 223663 URL: http://svn.freebsd.org/changeset/base/223663 Log: add SNDCTL_DSP_HALT specified by OSS This is really a new name for SNDCTL_DSP_RESET. And this what commit r222723 should really have been in the first place. PR:

svn commit: r223662 - head/sys/sys

2011-06-29 Thread Andriy Gapon
Author: avg Date: Wed Jun 29 08:28:39 2011 New Revision: 223662 URL: http://svn.freebsd.org/changeset/base/223662 Log: revert r222723: wrong change was committed The commit intended to add SNDCTL_DSP_HALT, but actually added SNDCTL_SEQ_HALT, which is not defined in the OSS specs. Rep