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

2014-04-17 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 18 06:39:00 2014 New Revision: 264635 URL: http://svnweb.freebsd.org/changeset/base/264635 Log: Enable and disable the PMC unit at load/unload time, respectively. MFC after:3 weeks Modified: head/sys/dev/hwpmc/hwpmc_mpc7xxx.c head/sys/dev/hwpmc/hwpmc_

svn commit: r264631 - in head: sys/amd64/vmm sys/amd64/vmm/io usr.sbin/bhyve

2014-04-17 Thread Tycho Nightingale
Author: tychon Date: Fri Apr 18 00:02:06 2014 New Revision: 264631 URL: http://svnweb.freebsd.org/changeset/base/264631 Log: Add support for reading the PIT Counter 2 output signal via the NMI Status and Control register at port 0x61. Be more conservative about "catching up" callouts that

svn commit: r264630 - head/sys/net

2014-04-17 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 17 23:31:50 2014 New Revision: 264630 URL: http://svnweb.freebsd.org/changeset/base/264630 Log: For NFS mounts using rsize,wsize=65536 over TSO enabled network interfaces limited to 32 transmit segments, there are two known issues. The more serious one is tha

svn commit: r264628 - head/sys/sys

2014-04-17 Thread Jilles Tjoelker
Author: jilles Date: Thu Apr 17 21:29:22 2014 New Revision: 264628 URL: http://svnweb.freebsd.org/changeset/base/264628 Log: fcntl.h: Make visible various POSIX.1-2008 features. Also, remove #if __BSD_VISIBLE where it is redundant. When __BSD_VISIBLE is defined to 1, __POSIX_VISIBLE, __XS

svn commit: r264625 - head/sys/mips/mips

2014-04-17 Thread Robert Watson
Author: rwatson Date: Thu Apr 17 20:42:03 2014 New Revision: 264625 URL: http://svnweb.freebsd.org/changeset/base/264625 Log: Fix typo and case inconsistency in MIPS CP0 register names. MFC after:3 days Modified: head/sys/mips/mips/pm_machdep.c Modified: head/sys/mips/mips/pm_machde

svn commit: r264621 - head/sys/dev/cxgbe

2014-04-17 Thread Maksim Yevmenkin
Author: emax Date: Thu Apr 17 19:29:15 2014 New Revision: 264621 URL: http://svnweb.freebsd.org/changeset/base/264621 Log: use correct (integer) type for the temperature sysctl Reviewed by: np, scottl Obtained from:Netflix MFC after:3 days Modified: head/sys/dev/cxgbe/t4

svn commit: r264620 - head/sys/kern

2014-04-17 Thread Konstantin Belousov
Author: kib Date: Thu Apr 17 18:13:23 2014 New Revision: 264620 URL: http://svnweb.freebsd.org/changeset/base/264620 Log: Fix typo. MFC after:3 days Modified: head/sys/kern/subr_fattime.c Modified: head/sys/kern/subr_fattime.c

Re: svn commit: r264617 - head/libexec/atrun

2014-04-17 Thread Guy Helmer
On Apr 17, 2014, at 11:00 AM, Guy Helmer wrote: > Author: ghelmer > Date: Thu Apr 17 16:00:26 2014 > New Revision: 264617 > URL: http://svnweb.freebsd.org/changeset/base/264617 > > Log: > Fix releasing the lock in the parent atrun process after the queue > directory has been processed. Otherwi

svn commit: r264617 - head/libexec/atrun

2014-04-17 Thread Guy Helmer
Author: ghelmer Date: Thu Apr 17 16:00:26 2014 New Revision: 264617 URL: http://svnweb.freebsd.org/changeset/base/264617 Log: Fix releasing the lock in the parent atrun process after the queue directory has been processed. Otherwise, a long-running child process caused other atrun invocation

svn commit: r264609 - head/usr.bin/bc

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 14:15:53 2014 New Revision: 264609 URL: http://svnweb.freebsd.org/changeset/base/264609 Log: Stop casting the const char * to void * to char * to make compile more happy after r264573. Someone submit to:OpenBSD MFC after:13 days X-MFC with: r26457

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

2014-04-17 Thread Alexander Motin
Author: mav Date: Thu Apr 17 14:16:02 2014 New Revision: 264610 URL: http://svnweb.freebsd.org/changeset/base/264610 Log: Correct AMD chipsets identification. Submitted by: Dmitry Luhtionov MFC after:2 weeks Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c ==

svn commit: r264608 - head/usr.bin/bc

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 13:57:37 2014 New Revision: 264608 URL: http://svnweb.freebsd.org/changeset/base/264608 Log: Remove duplicate extern declarations after r264573. Makes things compile better. Someone submit to:OpenBSD MFC after:13 days X-MFC with: r

svn commit: r264605 - head/sys/mips/beri

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 13:02:59 2014 New Revision: 264605 URL: http://svnweb.freebsd.org/changeset/base/264605 Log: Based on xlp_machdep.c and completed the list of options based on boot/mips/beri/loader/metadata.c allow FDT configuration to set command line options. This leads to an

svn commit: r264604 - head/usr.sbin/iscsid

2014-04-17 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Apr 17 12:53:56 2014 New Revision: 264604 URL: http://svnweb.freebsd.org/changeset/base/264604 Log: Remove redundant code. Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/iscsid/login.c Modified: head/usr.sbin/iscsid/login.c =

svn commit: r264601 - in head: share/man/man4 sys/boot/fdt/dts/mips sys/dev/netfpga10g sys/dev/netfpga10g/nf10bmac sys/mips/beri sys/mips/conf sys/modules sys/modules/netfpga10g sys/modules/netfpga...

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 12:33:26 2014 New Revision: 264601 URL: http://svnweb.freebsd.org/changeset/base/264601 Log: Add the initial version of if_nf10bmac(4), a driver to support an NetFPGA-10G Embedded CPU Ethernet Core. The current version operates on a simple PIO based interface c

svn commit: r264600 - head/sys/netsmb

2014-04-17 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 17 12:22:08 2014 New Revision: 264600 URL: http://svnweb.freebsd.org/changeset/base/264600 Log: Remove redundant unlock. This code was removed from the opensolaris and darwin's netsmb implementations, in DfBSD it also has been disabled. PR: 36566, 8

svn commit: r264585 - head/lib/libipsec

2014-04-17 Thread Christian Brueffer
Author: brueffer Date: Thu Apr 17 10:27:18 2014 New Revision: 264585 URL: http://svnweb.freebsd.org/changeset/base/264585 Log: Add a missing break in the TCP case. Reviewed by: bms MFC after:1 week Modified: head/lib/libipsec/ipsec_dump_policy.c Modified: head/lib/libipsec/ipsec_