svn commit: r269114 - in head: lib/csu/i386-elf share/mk sys/boot/mips/beri/boot2 sys/conf

2014-07-25 Thread Simon J. Gerraty
Author: sjg Date: Sat Jul 26 04:38:09 2014 New Revision: 269114 URL: http://svnweb.freebsd.org/changeset/base/269114 Log: Reviewed by: imp LDFLAGS is supposed to be given to CC not LD. Define _LDFLAGS as a filtered version of LDFLAGS safe to give to LD Modified: head/lib/csu/i386-elf/M

svn commit: r269113 - head/sys/boot/arm/at91/libat91

2014-07-25 Thread Ian Lepore
Author: ian Date: Sat Jul 26 04:16:04 2014 New Revision: 269113 URL: http://svnweb.freebsd.org/changeset/base/269113 Log: Enable at91 systems to boot from high capacity SD cards. This also fixes a few minor violations of the SD protocol, such as running the bus at high speed during the ca

svn commit: r269112 - head/sys/boot/arm/at91/boot2

2014-07-25 Thread Ian Lepore
Author: ian Date: Sat Jul 26 04:09:43 2014 New Revision: 269112 URL: http://svnweb.freebsd.org/changeset/base/269112 Log: The 'flags' variable is conflicting with some inline code in a header file ("variable flags shadows a global..."), just rename this variable to wish away the problem. Mo

svn commit: r269111 - in head/sys/boot/arm/at91: boot0 boot0iic boot0spi boot2 bootiic bootspi

2014-07-25 Thread Ian Lepore
Author: ian Date: Sat Jul 26 03:33:19 2014 New Revision: 269111 URL: http://svnweb.freebsd.org/changeset/base/269111 Log: Eliminate "no previous prototype for main" warnings. Modified: head/sys/boot/arm/at91/boot0/main.c head/sys/boot/arm/at91/boot0iic/main.c head/sys/boot/arm/at91/boot0s

svn commit: r269110 - head/sys/boot/arm/at91/libat91

2014-07-25 Thread Ian Lepore
Author: ian Date: Sat Jul 26 03:19:13 2014 New Revision: 269110 URL: http://svnweb.freebsd.org/changeset/base/269110 Log: Silence a clang warning about a while loop with an empty body. Modified: head/sys/boot/arm/at91/libat91/emac.c Modified: head/sys/boot/arm/at91/libat91/emac.c ===

svn commit: r269109 - in head/sys/amd64: include vmm vmm/intel

2014-07-25 Thread Neel Natu
Author: neel Date: Sat Jul 26 02:53:51 2014 New Revision: 269109 URL: http://svnweb.freebsd.org/changeset/base/269109 Log: If a vcpu has issued a HLT instruction with interrupts disabled then it sleeps forever in vm_handle_hlt(). This is usually not an issue as long as one of the other vc

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

2014-07-25 Thread Neel Natu
Author: neel Date: Sat Jul 26 02:51:46 2014 New Revision: 269108 URL: http://svnweb.freebsd.org/changeset/base/269108 Log: Don't return -1 from the push emulation handler. Negative return values are interpreted specially on return from sys_ioctl() and may cause undesirable side-effects like

svn commit: r269107 - stable/10/lib/libedit/TEST

2014-07-25 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 26 02:41:18 2014 New Revision: 269107 URL: http://svnweb.freebsd.org/changeset/base/269107 Log: MFC r269016: Fix mismatch. Modified: stable/10/lib/libedit/TEST/tc1.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libedit/TEST/tc1.c

svn commit: r269106 - head/tools/tools/cxgbetool

2014-07-25 Thread Navdeep Parhar
Author: np Date: Sat Jul 26 00:51:45 2014 New Revision: 269106 URL: http://svnweb.freebsd.org/changeset/base/269106 Log: Add a 'raw' parameter to the 'modinfo' subcommand. This is handy when trying to figure out why a QSFP+/SFP+ connector or cable wasn't identified correctly by cxgbe(4). I

Re: svn commit: r268494 - in head: lib/libsbuf sys/kern sys/sys

2014-07-25 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 07/10/14 06:08, Pietro Cerutti wrote: > Author: gahr (ports committer) Date: Thu Jul 10 13:08:51 2014 New > Revision: 268494 URL: > http://svnweb.freebsd.org/changeset/base/268494 > > Log: Implement Short/Small String Optimization in SBUF(9) and

svn commit: r269105 - in head/sys: arm/arm kern mips/mips powerpc/powerpc sparc64/sparc64 sys x86/x86

2014-07-25 Thread Gavin Atkinson
Author: gavin Date: Fri Jul 25 23:52:53 2014 New Revision: 269105 URL: http://svnweb.freebsd.org/changeset/base/269105 Log: Add error return to dumpsys(), and use it in doadump(). This commit does not add error returns to minidumpsys() or textdump_dumpsys(); those can also be added later.

svn commit: r269104 - stable/10/sys/arm/freescale/imx

2014-07-25 Thread Ian Lepore
Author: ian Date: Fri Jul 25 23:36:39 2014 New Revision: 269104 URL: http://svnweb.freebsd.org/changeset/base/269104 Log: MFC r268401, r268495: Pending interrupt status is cleared by writing to the ISR, not the data reg. Use named constant rather than '0' to access the reset contro

svn commit: r269103 - stable/10/sys/arm/arm

2014-07-25 Thread Ian Lepore
Author: ian Date: Fri Jul 25 23:29:55 2014 New Revision: 269103 URL: http://svnweb.freebsd.org/changeset/base/269103 Log: MFC r266565, r266651: Map device memory using PTE_DEVICE attributes, and also ensure that the shared flag is set on normal-memory mappings made via pmap_kenter() f

svn commit: r269102 - in stable/10/share: examples/etc mk

2014-07-25 Thread Ian Lepore
Author: ian Date: Fri Jul 25 23:21:36 2014 New Revision: 269102 URL: http://svnweb.freebsd.org/changeset/base/269102 Log: MFC r263373, r268402 Add a way to apply CFLAGS only when building the given architecture. This is useful primarily on a system used for cross-building, when you h

svn commit: r269101 - stable/10/lib/libstand

2014-07-25 Thread Ian Lepore
Author: ian Date: Fri Jul 25 23:12:22 2014 New Revision: 269101 URL: http://svnweb.freebsd.org/changeset/base/269101 Log: MFC r261530 Set the malloc alignment to 64 bytes on platforms that use the U-Boot API device drivers. Recent versions of u-boot run with the MMU enabled, and

svn commit: r269100 - head/cddl/contrib/opensolaris/cmd/zpool

2014-07-25 Thread Xin LI
Author: delphij Date: Fri Jul 25 22:58:55 2014 New Revision: 269100 URL: http://svnweb.freebsd.org/changeset/base/269100 Log: Diff reduction against Illumos. MFC after:2 weeks Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 head/cddl/contrib/opensolaris/cmd/zpool/zpool_ma

svn commit: r269099 - head/share/mk

2014-07-25 Thread Warner Losh
Author: imp Date: Fri Jul 25 21:10:30 2014 New Revision: 269099 URL: http://svnweb.freebsd.org/changeset/base/269099 Log: Document an important, but easy to overlook without grepping the entire tree, detail about LDFLAGS. Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.READM

svn commit: r269098 - in head/tools/regression/net80211: ccmp wep

2014-07-25 Thread Xin LI
Author: delphij Date: Fri Jul 25 20:54:10 2014 New Revision: 269098 URL: http://svnweb.freebsd.org/changeset/base/269098 Log: Use the right lengths. Submitted by: Sascha Wildner MFC after:2 weeks Modified: head/tools/regression/net80211/ccmp/test_ccmp.c head/tools/regression/net8

svn commit: r269097 - head/tools/test/netfibs

2014-07-25 Thread Xin LI
Author: delphij Date: Fri Jul 25 20:49:59 2014 New Revision: 269097 URL: http://svnweb.freebsd.org/changeset/base/269097 Log: Use the right length. Submitted by: Sascha Wildner MFC after:2 weeks Modified: head/tools/test/netfibs/reflect.c Modified: head/tools/test/netfibs/reflect.

svn commit: r269095 - head/sys/kern

2014-07-25 Thread Daniel Eischen
Author: deischen Date: Fri Jul 25 20:21:02 2014 New Revision: 269095 URL: http://svnweb.freebsd.org/changeset/base/269095 Log: Insert new threads at the end of the thread list in the process instead of at the beginning. This allows an intra process signal to be sent to the oldest thread wit

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

2014-07-25 Thread Neel Natu
Author: neel Date: Fri Jul 25 20:18:35 2014 New Revision: 269094 URL: http://svnweb.freebsd.org/changeset/base/269094 Log: Simplify the meaning of return values from the inout handlers. After this change 0 means success and non-zero means failure. This also helps to eliminate VMEXIT_POWER

svn commit: r269093 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-25 Thread Xin LI
Author: delphij Date: Fri Jul 25 18:41:56 2014 New Revision: 269093 URL: http://svnweb.freebsd.org/changeset/base/269093 Log: Transform the I/O when vdev_physical_ashift is greater than SPA_MINBLOCKSHIFT. MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/z

svn commit: r269092 - head/usr.bin/elfdump

2014-07-25 Thread Ed Maste
Author: emaste Date: Fri Jul 25 18:20:56 2014 New Revision: 269092 URL: http://svnweb.freebsd.org/changeset/base/269092 Log: elfdump: Improve section type reporting The SHT range 0x7000-0x7fff is processor-specific. Pass the ELF machine type header to sh_types so the section head

svn commit: r269091 - head/sbin/setkey

2014-07-25 Thread Warren Block
Author: wblock (doc committer) Date: Fri Jul 25 17:09:48 2014 New Revision: 269091 URL: http://svnweb.freebsd.org/changeset/base/269091 Log: Fix spelling of Camellia algorithm. While here, replace blank lines between examples with actual .Pp breaks. PR: 192067 Submitted by: d

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

2014-07-25 Thread Konstantin Belousov
Author: kib Date: Fri Jul 25 15:07:07 2014 New Revision: 269090 URL: http://svnweb.freebsd.org/changeset/base/269090 Log: Partial MFC of r268466: Add a knob to disable the residency calculation for kern.proc.vmmap. Tested by:"Ivan A. Kosarev" Modified: stable/9/sys/kern/kern_proc.

svn commit: r269089 - head/games/fortune/datfiles

2014-07-25 Thread Allan Jude
Author: allanjude (doc committer) Date: Fri Jul 25 14:47:44 2014 New Revision: 269089 URL: http://svnweb.freebsd.org/changeset/base/269089 Log: Update the freebsd-tips example to use drill instead of dig since bind is no longer in base CR: D460 Approved by: bcr (mentor) Modif

Re: svn commit: r268811 - in head: contrib/byacc contrib/byacc/package contrib/byacc/package/debian contrib/byacc/package/pkgsrc contrib/byacc/test contrib/byacc/test/btyacc contrib/byacc/test/yacc us

2014-07-25 Thread Julio Merino
On Thu, Jul 17, 2014 at 6:22 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Jul 17 22:22:38 2014 > New Revision: 268811 > URL: http://svnweb.freebsd.org/changeset/base/268811 > > Log: > Update to byacc 20140715 (only concerns regression tests being fixed) > Directly use regression te

svn commit: r269088 - head/sys/cam/ctl

2014-07-25 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jul 25 11:29:45 2014 New Revision: 269088 URL: http://svnweb.freebsd.org/changeset/base/269088 Log: Fix ctl(4) kldload failure that manifested like this: link_elf_obj: symbol icl_pdu_new_bhs undefined PR: 192031 Submitted by: Nils Beyer (earlier vers

svn commit: r269087 - head/share/man/man7

2014-07-25 Thread Kevin Lo
Author: kevlo Date: Fri Jul 25 10:27:36 2014 New Revision: 269087 URL: http://svnweb.freebsd.org/changeset/base/269087 Log: Add net80211 and minor cleanup. Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7 ==