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

2012-07-22 Thread Adrian Chadd
Author: adrian Date: Mon Jul 23 03:55:19 2012 New Revision: 238711 URL: http://svn.freebsd.org/changeset/base/238711 Log: Revert this; it wasn't supposed to be part of this commit. Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: head/sys/dev/ath/if_ath_tx_ht.c ===

svn commit: r238710 - in head/sys: conf dev/ath modules/ath

2012-07-22 Thread Adrian Chadd
Author: adrian Date: Mon Jul 23 03:52:18 2012 New Revision: 238710 URL: http://svn.freebsd.org/changeset/base/238710 Log: Begin separating out the TX DMA setup in preparation for TX EDMA support. * Introduce TX DMA setup/teardown methods, mirroring what's done in the RX path. Alt

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

2012-07-22 Thread Adrian Chadd
Author: adrian Date: Mon Jul 23 02:49:25 2012 New Revision: 238709 URL: http://svn.freebsd.org/changeset/base/238709 Log: Flesh out a new DMA map for the EDMA TX completion status, as well as a lock to go with that whole code path. Modified: head/sys/dev/ath/if_ath_ahb.c head/sys/dev/ath/

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

2012-07-22 Thread Adrian Chadd
Author: adrian Date: Mon Jul 23 02:26:33 2012 New Revision: 238708 URL: http://svn.freebsd.org/changeset/base/238708 Log: Begin modifying the descriptor allocation functions to support a variable sized TX descriptor. This is required for the AR93xx EDMA support which requires 128 byte T

svn commit: r238707 - head/share/man/man5

2012-07-22 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Jul 22 23:21:21 2012 New Revision: 238707 URL: http://svn.freebsd.org/changeset/base/238707 Log: Document the following in rc.conf.5: - rtsold_enable - rtsold_flags - rtsol_flags MFC after:1 week Modified: head/share/man/man5/rc.co

Re: svn commit: r235864 - in head: contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/include/clang/

2012-07-22 Thread Garrett Cooper
On Wed, May 23, 2012 at 2:48 PM, Dimitry Andric wrote: > Author: dim > Date: Wed May 23 21:48:49 2012 > New Revision: 235864 > URL: http://svn.freebsd.org/changeset/base/235864 > > Log: > Upgrade our copy of llvm/clang to 3.1 release. Release notes can be > found at: http://llvm.org/releases/

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

2012-07-22 Thread Warren Block
Author: wblock (doc committer) Date: Sun Jul 22 21:43:46 2012 New Revision: 238705 URL: http://svn.freebsd.org/changeset/base/238705 Log: Correct ugen.4 to show that it has been integrated into usb(4). Also fix some punctuation errors. Approved by: hps MFC after:3 days Modified:

svn commit: r238704 - head/tools/tools/sysbuild

2012-07-22 Thread Poul-Henning Kamp
Author: phk Date: Sun Jul 22 20:55:42 2012 New Revision: 238704 URL: http://svn.freebsd.org/changeset/base/238704 Log: Derive FREEBSD_PART from /etc/fstab, and make it full device name. Give suggestion for next steps when done. Inspired by patches from: Flemming "F3" Jacobsen Modi

svn commit: r238703 - head/sys/sys

2012-07-22 Thread Konstantin Belousov
Author: kib Date: Sun Jul 22 20:08:38 2012 New Revision: 238703 URL: http://svn.freebsd.org/changeset/base/238703 Log: Put struct ostat and struct nstat under #ifdef _KERNEL. The compatibility definitions are only needed for implementation of the syscalls, they cause namespace pollution and

svn commit: r238702 - head/tools/tools/sysbuild

2012-07-22 Thread Poul-Henning Kamp
Author: phk Date: Sun Jul 22 19:32:27 2012 New Revision: 238702 URL: http://svn.freebsd.org/changeset/base/238702 Log: Replace hardcoded /mnt with ${SBMNT} which defaults to /mnt.sysbuild Submitted by: Flemming "F3" Jacobsen Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head

svn commit: r238701 - head/usr.bin/nfsstat

2012-07-22 Thread Hiroki Sato
Author: hrs Date: Sun Jul 22 18:59:31 2012 New Revision: 238701 URL: http://svn.freebsd.org/changeset/base/238701 Log: Fix a bug which prevents "nfsstat -W" for server statistics from working. Modified: head/usr.bin/nfsstat/nfsstat.c Modified: head/usr.bin/nfsstat/nfsstat.c =

svn commit: r238700 - head/sys/netipsec

2012-07-22 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 22 17:46:05 2012 New Revision: 238700 URL: http://svn.freebsd.org/changeset/base/238700 Log: Fix a bug introduced in r221129 that leads to a panic wen using bundled SAs. For now allow same address family bundles. While discovered with ESP and AH, which does not mak

svn commit: r238699 - head/sys/netinet

2012-07-22 Thread Robert Watson
Author: rwatson Date: Sun Jul 22 17:31:36 2012 New Revision: 238699 URL: http://svn.freebsd.org/changeset/base/238699 Log: Update some stale comments regarding tcbinfo locking in the TCP input path: read locks on tcbinfo are no longer used, so won't happen. No functional change. MFC af

svn commit: r238697 - in head/sys: fs/cd9660 fs/ext2fs fs/msdosfs fs/portalfs fs/udf ufs/ffs

2012-07-22 Thread Kevin Lo
Author: kevlo Date: Sun Jul 22 15:40:31 2012 New Revision: 238697 URL: http://svn.freebsd.org/changeset/base/238697 Log: Use NULL instead of 0 for pointers Modified: head/sys/fs/cd9660/cd9660_vfsops.c head/sys/fs/ext2fs/ext2_vfsops.c head/sys/fs/msdosfs/msdosfs_lookup.c head/sys/fs/port

svn commit: r238687 - in head/sys: compat/ia32 kern

2012-07-22 Thread Konstantin Belousov
Author: kib Date: Sun Jul 22 13:41:45 2012 New Revision: 238687 URL: http://svn.freebsd.org/changeset/base/238687 Log: Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for struct sysentvec .sv_minuser. Also improve style. Submitted by: Oliver Pinter MFC after:1 week Modified