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

2012-04-27 Thread Adrian Chadd
Author: adrian Date: Sat Apr 28 05:00:47 2012 New Revision: 234748 URL: http://svn.freebsd.org/changeset/base/234748 Log: Add a comment about this DELAY(), I'm not sure whether it's supposed to be for a DDR/FIFO flush or something else. Modified: head/sys/dev/ath/if_ath.c Modified: head/sy

svn commit: r234747 - head/sys/dev/ath/ath_hal/ar5416

2012-04-27 Thread Adrian Chadd
Author: adrian Date: Sat Apr 28 03:07:36 2012 New Revision: 234747 URL: http://svn.freebsd.org/changeset/base/234747 Log: Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed. The reference driver has a 3ms delay for the AR9130 but I'm not as yet sure why. From what I c

svn commit: r234746 - in head: . lib/libmd

2012-04-27 Thread David E. O'Brien
Author: obrien Date: Sat Apr 28 02:48:51 2012 New Revision: 234746 URL: http://svn.freebsd.org/changeset/base/234746 Log: Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd. 1. The licensing terms for the MD2 routines from RFC is not under a BSD-like license. Instead

svn commit: r234745 - head/sys/powerpc/aim

2012-04-27 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Apr 28 00:12:23 2012 New Revision: 234745 URL: http://svn.freebsd.org/changeset/base/234745 Log: After switching mutexes to use lwsync, they no longer provide sufficient guarantees on acquire for the tlbie mutex. Conversely, the TLB invalidation sequence provides

svn commit: r234744 - head/usr.sbin/jail

2012-04-27 Thread Jamie Gritton
Author: jamie Date: Fri Apr 27 23:39:21 2012 New Revision: 234744 URL: http://svn.freebsd.org/changeset/base/234744 Log: Fix the dates and history as of the move to HEAD. Modified: head/usr.sbin/jail/jail.conf.5 Modified: head/usr.sbin/jail/jail.conf.5 ===

svn commit: r234743 - head/sys/amd64/include

2012-04-27 Thread Robert Millan
Author: rmh Date: Fri Apr 27 22:27:21 2012 New Revision: 234743 URL: http://svn.freebsd.org/changeset/base/234743 Log: Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtual memory available, so there is no need to be so conservative about it. Reviewed by: arch Mod

svn commit: r234742 - head/sys/fs/nfsclient

2012-04-27 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 27 22:23:06 2012 New Revision: 234742 URL: http://svn.freebsd.org/changeset/base/234742 Log: It was reported via email that some non-FreeBSD NFS servers do not include file attributes in the reply to an NFS create RPC under certain circumstances. This resulte

svn commit: r234741 - stable/8/lib/libpam/modules/pam_unix

2012-04-27 Thread Dag-Erling Smorgrav
Author: des Date: Fri Apr 27 21:40:51 2012 New Revision: 234741 URL: http://svn.freebsd.org/changeset/base/234741 Log: MFH r203377, r215680, r227044, r227105: mainly, respect passwordtime. PR: 93310, 93473 Modified: stable/8/lib/libpam/modules/pam_unix/pam_unix.8 stable/8/lib

Re: svn commit: r233937 - in head/sys: kern net security/mac

2012-04-27 Thread Adrian Chadd
Hi Alex, I don't want to be demanding, but would you please consider committing your fixes? And if you could, would you please do it as a set of commits, one per 'thing', rather than one big monolithic commit that does half a dozen different things? That way if there are any further regressions,

svn commit: r234740 - head/sys/fs/nfsserver

2012-04-27 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 27 20:23:24 2012 New Revision: 234740 URL: http://svn.freebsd.org/changeset/base/234740 Log: Fix a leak of namei lookup path buffers that occurs when a ZFS volume is exported via the new NFS server. The leak occurred because the new NFS server code didn't handl

svn commit: r234739 - head/gnu/usr.bin/gdb/kgdb

2012-04-27 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 27 20:16:20 2012 New Revision: 234739 URL: http://svn.freebsd.org/changeset/base/234739 Log: Allow building a powerpc cross-kgdb. Modified: head/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c Modified: head/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c ===

svn commit: r234738 - stable/9/share/man/man5

2012-04-27 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 27 20:10:43 2012 New Revision: 234738 URL: http://svn.freebsd.org/changeset/base/234738 Log: MFC 234611: Update the bugs section. We don't consider tmpfs as experimental, though we do not claim to support all mount options equally well. Modified: stable/9/shar

svn commit: r234737 - stable/9/usr.sbin/sysinstall

2012-04-27 Thread Dimitry Andric
Author: dim Date: Fri Apr 27 19:26:19 2012 New Revision: 234737 URL: http://svn.freebsd.org/changeset/base/234737 Log: Fix several 'format string is not a literal' warnings in sysinstall. Since sysinstall does not exist anymore in head, this is a direct commit. Modified: stable/9/usr.s

svn commit: r234736 - stable/9/sys/contrib/rdma

2012-04-27 Thread Dimitry Andric
Author: dim Date: Fri Apr 27 18:21:45 2012 New Revision: 234736 URL: http://svn.freebsd.org/changeset/base/234736 Log: MFC r234507: Fix the following compilation warnings in sys/contrib/rdma/rdma_cma.c: sys/contrib/rdma/rdma_cma.c:1259:8: error: case value not in enumerated type 'en

Re: svn commit: r234603 - head/sys/geom/raid

2012-04-27 Thread Alexander Motin
On 04/27/12 20:38, John Baldwin wrote: On Friday, April 27, 2012 1:27:23 pm Scott Long wrote: - Original Message - From: John Baldwin To: Alexander Motin Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-h...@freebsd.org Sent: Friday, April 27, 2012 5:45 AM Subject: Re:

svn commit: r234735 - stable/9/sys/dev/nxge

2012-04-27 Thread Dimitry Andric
Author: dim Date: Fri Apr 27 18:08:15 2012 New Revision: 234735 URL: http://svn.freebsd.org/changeset/base/234735 Log: MFC r234506: Fix the following compilation warnings in nxge(4): sys/dev/nxge/if_nxge.c:1276:11: error: case value not in enumerated type 'xge_hal_event_e' (aka 'enu

svn commit: r234734 - stable/9/sys/dev/asr

2012-04-27 Thread Dimitry Andric
Author: dim Date: Fri Apr 27 18:05:24 2012 New Revision: 234734 URL: http://svn.freebsd.org/changeset/base/234734 Log: MFC r234503: Replace homegrown list implementation in sys/dev/asr/asr.c with STAILQ(). While here, fix another clang warning about a switch which tests an enum type fo

Re: svn commit: r234603 - head/sys/geom/raid

2012-04-27 Thread John Baldwin
On Friday, April 27, 2012 1:27:23 pm Scott Long wrote: > > - Original Message - > > From: John Baldwin > > To: Alexander Motin > > Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; > > svn-src-h...@freebsd.org > > Sent: Friday, April 27, 2012 5:45 AM > > Subject: Re: svn commit:

Re: svn commit: r234603 - head/sys/geom/raid

2012-04-27 Thread Scott Long
- Original Message - > From: John Baldwin > To: Alexander Motin > Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; > svn-src-h...@freebsd.org > Sent: Friday, April 27, 2012 5:45 AM > Subject: Re: svn commit: r234603 - head/sys/geom/raid > > On Monday, April 23, 2012 9:04:03

svn commit: r234732 - head/usr.sbin/wpa/hostapd

2012-04-27 Thread David Chisnall
Author: theraven Date: Fri Apr 27 15:35:09 2012 New Revision: 234732 URL: http://svn.freebsd.org/changeset/base/234732 Log: Add a note to hostapd.conf about an unhelpful error message in the hope that it won't confuse anyone else in the future. MFC after:1 week Modified: head/usr.s

Re: svn commit: r234723 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-04-27 Thread Attilio Rao
2012/4/27, John Baldwin : > On Friday, April 27, 2012 10:23:14 am Attilio Rao wrote: >> 2012/4/27, John Baldwin : >> > On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote: >> >> 2012/4/27, John Baldwin : >> >> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote: >> >> >> Author: attilio >

Re: svn commit: r234723 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-04-27 Thread John Baldwin
On Friday, April 27, 2012 10:23:14 am Attilio Rao wrote: > 2012/4/27, John Baldwin : > > On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote: > >> 2012/4/27, John Baldwin : > >> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote: > >> >> Author: attilio > >> >> Date: Thu Apr 26 20:24:25

Re: svn commit: r234723 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-04-27 Thread Attilio Rao
2012/4/27, John Baldwin : > On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote: >> 2012/4/27, John Baldwin : >> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote: >> >> Author: attilio >> >> Date: Thu Apr 26 20:24:25 2012 >> >> New Revision: 234723 >> >> URL: http://svn.freebsd.org/cha

Re: svn commit: r234723 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-04-27 Thread John Baldwin
On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote: > 2012/4/27, John Baldwin : > > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote: > >> Author: attilio > >> Date: Thu Apr 26 20:24:25 2012 > >> New Revision: 234723 > >> URL: http://svn.freebsd.org/changeset/base/234723 > >> > >> Log:

svn commit: r234731 - head/sys/netinet

2012-04-27 Thread Michael Tuexen
Author: tuexen Date: Fri Apr 27 13:58:09 2012 New Revision: 234731 URL: http://svn.freebsd.org/changeset/base/234731 Log: Remove unused structure. Reported by Irene Ruengeler. MFC after: 3 days Modified: head/sys/netinet/sctp_uio.h Modified: head/sys/netinet/sctp_uio.h ===

Re: svn commit: r234723 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-04-27 Thread Attilio Rao
2012/4/27, John Baldwin : > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote: >> Author: attilio >> Date: Thu Apr 26 20:24:25 2012 >> New Revision: 234723 >> URL: http://svn.freebsd.org/changeset/base/234723 >> >> Log: >> Clean up the intr* MD KPI from the SMP dependency, removing a cause

Re: svn commit: r234603 - head/sys/geom/raid

2012-04-27 Thread John Baldwin
On Monday, April 23, 2012 9:04:03 am Alexander Motin wrote: > Author: mav > Date: Mon Apr 23 13:04:02 2012 > New Revision: 234603 > URL: http://svn.freebsd.org/changeset/base/234603 > > Log: > Add names for all primary RAID levels defined by DDF 2.0 specification. > > Modified: > head/sys/geo

svn commit: r234730 - svnadmin/conf

2012-04-27 Thread Ken Smith
Author: kensmith Date: Fri Apr 27 13:41:20 2012 New Revision: 234730 URL: http://svn.freebsd.org/changeset/base/234730 Log: Turn releng/8.3 over to secteam. Approved by: core (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers

Re: svn commit: r234723 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-04-27 Thread John Baldwin
On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote: > Author: attilio > Date: Thu Apr 26 20:24:25 2012 > New Revision: 234723 > URL: http://svn.freebsd.org/changeset/base/234723 > > Log: > Clean up the intr* MD KPI from the SMP dependency, removing a cause of > discrepancy between module

svn commit: r234729 - head/contrib/openpam/lib

2012-04-27 Thread Dag-Erling Smorgrav
Author: des Date: Fri Apr 27 11:29:09 2012 New Revision: 234729 URL: http://svn.freebsd.org/changeset/base/234729 Log: r234173 missed one instance of FREE(line). Noticed by: glebius@ Modified: head/contrib/openpam/lib/openpam_configure.c Modified: head/contrib/openpam/lib/openpam_conf

svn commit: r234728 - head

2012-04-27 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 27 09:22:46 2012 New Revision: 234728 URL: http://svn.freebsd.org/changeset/base/234728 Log: Style. Suggested by: dumbbell @ Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =

Re: svn commit: r230129 - in head/sys: kern sys

2012-04-27 Thread Bjoern A. Zeeb
On 15. Jan 2012, at 12:08 , Martin Matuska wrote: > Author: mm > Date: Sun Jan 15 12:08:20 2012 > New Revision: 230129 > URL: http://svn.freebsd.org/changeset/base/230129 > > Log: > Introduce vn_path_to_global_path() > > This function updates path string to vnode's full global path and checks

svn commit: r234727 - head/sys/geom/raid

2012-04-27 Thread Alexander Motin
Author: mav Date: Fri Apr 27 08:49:15 2012 New Revision: 234727 URL: http://svn.freebsd.org/changeset/base/234727 Log: Fix RAID5 level names changed at r234603. Modified: head/sys/geom/raid/md_intel.c head/sys/geom/raid/md_jmicron.c head/sys/geom/raid/md_nvidia.c head/sys/geom/raid/md_p

Re: svn commit: r234715 - head/lib/libc/net

2012-04-27 Thread Konstantin Belousov
On Thu, Apr 26, 2012 at 09:58:01PM +0200, Michael Tuexen wrote: > On Apr 26, 2012, at 9:39 PM, Konstantin Belousov wrote: > > > On Thu, Apr 26, 2012 at 09:36:38PM +0200, Michael Tuexen wrote: > >> On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote: > >> > >>> On Thu, Apr 26, 2012 at 07:31:16P