svn commit: r250172 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-05-02 Thread Adrian Chadd
Author: adrian Date: Thu May 2 07:02:23 2013 New Revision: 250172 URL: http://svnweb.freebsd.org/changeset/base/250172 Log: Fix this code to compile without warnings - AH_DEBUG was pulling in ichan, but OS_MARK was not using it. It only uses it when AH_DEBUG_ALQ is also defined.

svn commit: r250173 - in head/sys: conf modules/ath

2013-05-02 Thread Adrian Chadd
Author: adrian Date: Thu May 2 07:05:34 2013 New Revision: 250173 URL: http://svnweb.freebsd.org/changeset/base/250173 Log: Add the AR9300 HAL into the kernel and module builds. Tested: * make universe (honest!) Modified: head/sys/conf/files head/sys/conf/kern.pre.mk

svn commit: r250175 - head/sys/amd64/vmm

2013-05-02 Thread Ed Maste
Author: emaste Date: Thu May 2 12:35:15 2013 New Revision: 250175 URL: http://svnweb.freebsd.org/changeset/base/250175 Log: Switch to standard copyright license text The initial version of this came from Sandvine but had PROVIDED BY NETAPP, INC in the copyright text, presuambly because

svn commit: r250176 - head/usr.sbin/gssd

2013-05-02 Thread Rick Macklem
Author: rmacklem Date: Thu May 2 12:43:56 2013 New Revision: 250176 URL: http://svnweb.freebsd.org/changeset/base/250176 Log: Fix the getpwuid_r() call in the gssd daemon so that it handles the ERANGE error return case. Without this fix, authentication of users for certain system setups

svn commit: r250177 - head/kerberos5/lib/libgssapi_krb5

2013-05-02 Thread Rick Macklem
Author: rmacklem Date: Thu May 2 12:52:49 2013 New Revision: 250177 URL: http://svnweb.freebsd.org/changeset/base/250177 Log: Fix the getpwnam_r() call in the pname_to_uid() kerberos library function so that it handles the ERANGE error return case. Without this fix, authentication of users

svn commit: r250178 - stable/9/sys/kern

2013-05-02 Thread Rick Macklem
Author: rmacklem Date: Thu May 2 13:34:40 2013 New Revision: 250178 URL: http://svnweb.freebsd.org/changeset/base/250178 Log: MFC: r249548 Allow the vnode to be unlocked for the weird case of LK_EXCLOTHER. LK_EXCLOTHER is only used to acquire a usecount on a vnode during NFSv4 recovery

svn commit: r250179 - head/sys/cam/scsi

2013-05-02 Thread Steven Hartland
Author: smh Date: Thu May 2 14:14:57 2013 New Revision: 250179 URL: http://svnweb.freebsd.org/changeset/base/250179 Log: Update probe flow so that devices with lbp can also disable disksort. Ensure that delete_available is reset so re-probes after a media change, to one with different

svn commit: r250180 - head/sys/cam/scsi

2013-05-02 Thread Steven Hartland
Author: smh Date: Thu May 2 14:19:42 2013 New Revision: 250180 URL: http://svnweb.freebsd.org/changeset/base/250180 Log: Fix probe in progress check in dareprobe Reviewed by: mav Approved by: pjd (mentor) MFC after:1 week Modified: head/sys/cam/scsi/scsi_da.c Modified:

svn commit: r250181 - head/sys/cam/scsi

2013-05-02 Thread Steven Hartland
Author: smh Date: Thu May 2 14:37:23 2013 New Revision: 250181 URL: http://svnweb.freebsd.org/changeset/base/250181 Log: Use the existence of ATA Information VPD to determine if we should attempt to query ATA functionality via ATA Pass-Through (16) as this page is defined as must for SATL

svn commit: r250182 - head/sys/dev/hwpmc

2013-05-02 Thread Davide Italiano
Author: davide Date: Thu May 2 14:55:21 2013 New Revision: 250182 URL: http://svnweb.freebsd.org/changeset/base/250182 Log: Suppress a GCC warning. This warning is actually bogus and newer GCC versions than the one in base (dim@ mentioned he tried on 4.7.3 and 4.8.1) do not whine about it,

svn commit: r250183 - head/sys/cam/scsi

2013-05-02 Thread Steven Hartland
Author: smh Date: Thu May 2 15:03:30 2013 New Revision: 250183 URL: http://svnweb.freebsd.org/changeset/base/250183 Log: Enable CAM SCSI to choice ATA TRIM during autodetection and correct method names after increasing the priority of ATA TRIM. Reviewed by: mav Approved by: pjd

Re: svn commit: r250121 - in stable/9: . etc share/mk

2013-05-02 Thread Bryan Drewery
On 5/2/2013 12:00 AM, Andrey Chernov wrote: On 01.05.2013 2:13, Brooks Davis wrote: +Due to the use of the new -l option to install(1) during build +and install, you must take care not to directly set the INSTALL +make variable in your /etc/make.conf, /etc/src.conf, or on the +

svn commit: r250184 - head/sys/dev/netmap

2013-05-02 Thread Luigi Rizzo
Author: luigi Date: Thu May 2 16:01:04 2013 New Revision: 250184 URL: http://svnweb.freebsd.org/changeset/base/250184 Log: remove trailing whitespace Modified: head/sys/dev/netmap/if_em_netmap.h head/sys/dev/netmap/if_re_netmap.h head/sys/dev/netmap/netmap.c

svn commit: r250185 - head/sys/dev/ahci

2013-05-02 Thread Alexander Motin
Author: mav Date: Thu May 2 16:09:06 2013 New Revision: 250185 URL: http://svnweb.freebsd.org/changeset/base/250185 Log: Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-port 6Gbps PCIe 2.0 x2 SATA controllers, based on Marvell 88SE9235 chips. MFC after:1 week

Re: svn commit: r249939 - head/sys/cam/scsi

2013-05-02 Thread Steven Hartland
- Original Message - From: Kenneth D. Merry k...@freebsd.org On Tue, Apr 30, 2013 at 04:16:49 +0100, Steven Hartland wrote: - Original Message - From: Steven Hartland On Fri, Apr 26, 2013 at 16:17:05 +, Steven Hartland wrote: Author: smh Date: Fri Apr 26 16:17:04 2013

Re: svn commit: r249605 - head/sys/vm

2013-05-02 Thread Alan Cox
On 05/01/2013 22:47, David Xu wrote: On 2013/04/18 13:34, Alan Cox wrote: Author: alc Date: Thu Apr 18 05:34:33 2013 New Revision: 249605 URL: http://svnweb.freebsd.org/changeset/base/249605 Log: When calculating the number of reserved nodes, discount the pages that will be used to

Re: svn commit: r249939 - head/sys/cam/scsi

2013-05-02 Thread Kenneth D. Merry
On Thu, May 02, 2013 at 18:09:29 +0100, Steven Hartland wrote: - Original Message - From: Kenneth D. Merry k...@freebsd.org On Tue, Apr 30, 2013 at 04:16:49 +0100, Steven Hartland wrote: - Original Message - From: Steven Hartland On Fri, Apr 26, 2013 at 16:17:05 +,

Re: svn commit: r249939 - head/sys/cam/scsi

2013-05-02 Thread Edward Tomasz Napierała
Wiadomość napisana przez Steven Hartland w dniu 30 kwi 2013, o godz. 05:16: [..] If anyone's interested the trace was:- #0 doadump (textdump=0) at pcpu.h:231 #1 0x802f6d6e in db_dump (dummy=value optimized out, dummy2=0, dummy3=0, dummy4=0x0) at

svn commit: r250187 - head/sys/vm

2013-05-02 Thread Konstantin Belousov
Author: kib Date: Thu May 2 18:35:12 2013 New Revision: 250187 URL: http://svnweb.freebsd.org/changeset/base/250187 Log: Add a hint suggesting why tmpfs does not need a special case there. Modified: head/sys/vm/vm_mmap.c Modified: head/sys/vm/vm_mmap.c

svn commit: r250188 - head/sys/fs/tmpfs

2013-05-02 Thread Konstantin Belousov
Author: kib Date: Thu May 2 18:36:52 2013 New Revision: 250188 URL: http://svnweb.freebsd.org/changeset/base/250188 Log: The page read or written could be wired. Do not requeue if the page is not on a queue. Reported and tested by: pho Sponsored by: The FreeBSD Foundation

svn commit: r250189 - head/sys/fs/tmpfs

2013-05-02 Thread Konstantin Belousov
Author: kib Date: Thu May 2 18:44:31 2013 New Revision: 250189 URL: http://svnweb.freebsd.org/changeset/base/250189 Log: For the new regular tmpfs vnode, v_object is initialized before insmntque() is called. The standard insmntque destructor resets the vop vector to deadfs one, and calls

svn commit: r250190 - head/sys/fs/tmpfs

2013-05-02 Thread Konstantin Belousov
Author: kib Date: Thu May 2 18:46:31 2013 New Revision: 250190 URL: http://svnweb.freebsd.org/changeset/base/250190 Log: Fix the v_object leak for non-regular tmpfs vnodes. Reported and tested by: pho Sponsored by: The FreeBSD Foundation Modified:

svn commit: r250191 - head/sys/contrib/octeon-sdk

2013-05-02 Thread Warner Losh
Author: imp Date: Thu May 2 19:45:53 2013 New Revision: 250191 URL: http://svnweb.freebsd.org/changeset/base/250191 Log: Expose cvmx_mgmt_port_num_ports() as a wrapper to the static __cvmx_mgmt_port_num_ports() mostly to avoid exporting a function starting with __. Modified:

svn commit: r250192 - head/sys/mips/cavium/octe

2013-05-02 Thread Warner Losh
Author: imp Date: Thu May 2 19:47:36 2013 New Revision: 250192 URL: http://svnweb.freebsd.org/changeset/base/250192 Log: Use cvmx_mgmt_port_num_ports() instead of the inlined copy of a previous version of this function. Modified: head/sys/mips/cavium/octe/ethernet-common.c

svn commit: r250193 - head/sys/fs/msdosfs

2013-05-02 Thread Konstantin Belousov
Author: kib Date: Thu May 2 20:00:11 2013 New Revision: 250193 URL: http://svnweb.freebsd.org/changeset/base/250193 Log: The fsync(2) call should sync the vnode in such way that even after system crash which happen after successfull fsync() return, the data is accessible. For msdosfs,

svn commit: r250195 - stable/9/etc/rc.d

2013-05-02 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu May 2 21:49:43 2013 New Revision: 250195 URL: http://svnweb.freebsd.org/changeset/base/250195 Log: MFC r249489,249555 Run configtest before restarting so that the system is not left without a running sshd. Also call configtest

svn commit: r250196 - stable/8/etc/rc.d

2013-05-02 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu May 2 21:51:57 2013 New Revision: 250196 URL: http://svnweb.freebsd.org/changeset/base/250196 Log: MFC r249489,249555 Run configtest before restarting so that the system is not left without a running sshd. Also call configtest

svn commit: r250197 - head/usr.sbin/bhyve

2013-05-02 Thread Neel Natu
Author: neel Date: Fri May 3 01:16:18 2013 New Revision: 250197 URL: http://svnweb.freebsd.org/changeset/base/250197 Log: Implement the NOTIFY_ON_EMPTY capability in the virtio-net device. If this capability is negotiated by the guest then the device will generate an interrupt when it

svn commit: r250198 - head/usr.bin/calendar/calendars

2013-05-02 Thread Edwin Groothuis
Author: edwin Date: Fri May 3 02:03:35 2013 New Revision: 250198 URL: http://svnweb.freebsd.org/changeset/base/250198 Log: Op 30 April 2013 trad koninging Beatrix af en werd kroonprins Willem Alexander de nieuwe koning. Koningsdag is op 27 April. On 30 April 2013 queen Beatrix resigned

svn commit: r250199 - in vendor/hyperv: . dist dist/sys dist/sys/dev dist/sys/dev/hyperv dist/sys/dev/hyperv/include dist/sys/dev/hyperv/netvsc dist/sys/dev/hyperv/storvsc dist/sys/dev/hyperv/utili...

2013-05-02 Thread Peter Grehan
Author: grehan Date: Fri May 3 02:03:36 2013 New Revision: 250199 URL: http://svnweb.freebsd.org/changeset/base/250199 Log: Initial import of the Microsoft HyperV 'enlightened' drivers. From https://github.com/FreeBSDonHyper-V/VendorBranchForFreeBSDonHyper-V rev:

svn commit: r250200 - vendor/hyperv/20130502

2013-05-02 Thread Peter Grehan
Author: grehan Date: Fri May 3 02:07:02 2013 New Revision: 250200 URL: http://svnweb.freebsd.org/changeset/base/250200 Log: Tag hyperv 20130502 Added: vendor/hyperv/20130502/ - copied from r250199, vendor/hyperv/dist/ ___ svn-src-all