svn commit: r266940 - head/sys/arm/conf

2014-05-31 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Sun Jun 1 05:02:48 2014 New Revision: 266940 URL: http://svnweb.freebsd.org/changeset/base/266940 Log: Silence tinderbox build. Approved by:stas (mentor) Modified: head/sys/arm/conf/RK3188 Modified: head/sys/arm/conf/RK3188

svn commit: r266939 - head/sys/kern

2014-05-31 Thread Adrian Chadd
Author: adrian Date: Sun Jun 1 04:11:05 2014 New Revision: 266939 URL: http://svnweb.freebsd.org/changeset/base/266939 Log: Pin the right thread. This _was_ right, a last minute suggestion and not enough testing makes Adrian a bad boy. Tested: * igb(4) with RSS patches, by hand

svn commit: r266938 - head/sys/boot/forth

2014-05-31 Thread Craig Rodrigues
Author: rodrigc Date: Sun Jun 1 04:08:45 2014 New Revision: 266938 URL: http://svnweb.freebsd.org/changeset/base/266938 Log: Allow customization of the brand displayed in the boot menu. If the user specifies in /boot/loader.conf: loader_brand="mycustom-brand" Then "mycustom-bran

svn commit: r266937 - head/sys/arm/ti/am335x

2014-05-31 Thread Luiz Otavio O Souza
Author: loos Date: Sun Jun 1 03:57:57 2014 New Revision: 266937 URL: http://svnweb.freebsd.org/changeset/base/266937 Log: Export two new settings for the AM335x PWM, the clock prescaler (clkdiv) and the actual PWM frequency. Enforce the maximum value for the period sysctl. The frequ

svn commit: r266936 - in head: etc usr.sbin/bsnmpd/modules usr.sbin/bsnmpd/modules/snmp_lm75

2014-05-31 Thread Luiz Otavio O Souza
Author: loos Date: Sun Jun 1 03:14:03 2014 New Revision: 266936 URL: http://svnweb.freebsd.org/changeset/base/266936 Log: Adds the bsnmp module to export the temperature data from lm75 sensors on the system. Together with lm75(4) this module allows easy temperature monitoring over SNMP

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

2014-05-31 Thread Neel Natu
Author: neel Date: Sun Jun 1 02:47:09 2014 New Revision: 266935 URL: http://svnweb.freebsd.org/changeset/base/266935 Log: Use MIN(a,b) from instead of rolling our own version. Pointed out by: grehan Modified: head/usr.sbin/bhyve/inout.c head/usr.sbin/bhyve/pci_virtio_block.c M

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

2014-05-31 Thread Neel Natu
Author: neel Date: Sun Jun 1 02:13:07 2014 New Revision: 266934 URL: http://svnweb.freebsd.org/changeset/base/266934 Log: Limit the maximum number of back-to-back iterations of a "rep; ins/outs" to 16. This is arbitrary and is used to ensure that a vcpu goes back into the vm_run() loop to p

svn commit: r266933 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/io usr.sbin/bhyve usr.sbin/bhyvectl

2014-05-31 Thread Neel Natu
Author: neel Date: Sat May 31 23:37:34 2014 New Revision: 266933 URL: http://svnweb.freebsd.org/changeset/base/266933 Log: Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing it implicitly in vmm.ko. Add ioctl VM_GET_CPUS to get the current set of 'active' and 's

svn commit: r266932 - head/bin/sh

2014-05-31 Thread Jilles Tjoelker
Author: jilles Date: Sat May 31 22:25:45 2014 New Revision: 266932 URL: http://svnweb.freebsd.org/changeset/base/266932 Log: sh: Simplify find_command() slightly. Modified: head/bin/sh/exec.c Modified: head/bin/sh/exec.c ===

svn commit: r266931 - head/usr.sbin/bsnmpd/modules/snmp_hast

2014-05-31 Thread Christian Brueffer
Author: brueffer Date: Sat May 31 21:12:14 2014 New Revision: 266931 URL: http://svnweb.freebsd.org/changeset/base/266931 Log: Grammar cleanup; sort SEE ALSO. MFC after:1 week Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 Modified: head/usr.sbin/bsnmpd/modules/snmp_ha

svn commit: r266930 - head/usr.sbin/makefs/ffs

2014-05-31 Thread John-Mark Gurney
Author: jmg Date: Sat May 31 20:26:34 2014 New Revision: 266930 URL: http://svnweb.freebsd.org/changeset/base/266930 Log: convert to using the _daddr_t types like newfs was... Put the superblock in the correct possition for UFS2... There is a bug in FFS that if we don't put it here (for U

svn commit: r266925 - in head/sys: amd64/linux32 i386/linux kern sys

2014-05-31 Thread Dmitry Chagin
Author: dchagin Date: Sat May 31 15:01:51 2014 New Revision: 266925 URL: http://svnweb.freebsd.org/changeset/base/266925 Log: To allow to run the interpreter itself add a new ELF branding type. Allow Linux ABI to run ELF interpreter. MFC after:3 days Modified: head/sys/amd64/linux3

svn commit: r266924 - head/sys/compat/linux

2014-05-31 Thread Dmitry Chagin
Author: dchagin Date: Sat May 31 14:58:53 2014 New Revision: 266924 URL: http://svnweb.freebsd.org/changeset/base/266924 Log: Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIME flag has been added instead of FUTEX_WAIT to replace the FUTEX_WAIT logic which needs to do gettimeo

svn commit: r266923 - head/sys/dev/iicbus

2014-05-31 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 31 14:38:05 2014 New Revision: 266923 URL: http://svnweb.freebsd.org/changeset/base/266923 Log: Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a master-only controller. This fixes the iic bus scan with i2c(8) (on supported controllers). Tes

svn commit: r266922 - head/sys/dev/gpio

2014-05-31 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 31 14:27:50 2014 New Revision: 266922 URL: http://svnweb.freebsd.org/changeset/base/266922 Log: Add a bounds verification to the SCL and SDA pin values. At attach, print the SCL and SDA pin numbers. Remove a stray blank line. Remove the GPIOBUS locking f