svn commit: r260253 - head/tools/regression/capsicum/libcapsicum

2014-01-04 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Jan 4 09:25:27 2014 New Revision: 260253 URL: http://svnweb.freebsd.org/changeset/base/260253 Log: MFp4 @1189766: - Compile the tests with .t suffix, so prove can use them directly. - The CHECKX() macro should increment ntest just like the CHECK() macro. - For

svn commit: r260254 - head/sbin/geom/class/eli

2014-01-04 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Jan 4 09:27:49 2014 New Revision: 260254 URL: http://svnweb.freebsd.org/changeset/base/260254 Log: Don't allow to create GELI providers with a sector size, which is no a power of 2. Noticed by: rwatson MFC after:3 days Modified:

svn commit: r260255 - head/usr.bin/iscsictl

2014-01-04 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 4 09:57:23 2014 New Revision: 260255 URL: http://svnweb.freebsd.org/changeset/base/260255 Log: Properly document -u and -s. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/iscsictl.8 Modified:

svn commit: r260256 - head/sys/dev/ffec

2014-01-04 Thread Ruslan Bukin
Author: br Date: Sat Jan 4 10:19:21 2014 New Revision: 260256 URL: http://svnweb.freebsd.org/changeset/base/260256 Log: ENET on Vybrid Family SoC don't advertise its media capabilities themselves properly, so force auto-negotiation. Tested on mvf600. Reviewed by: ian Modified:

svn commit: r260257 - head/lib/libc/net

2014-01-04 Thread Michael Tuexen
Author: tuexen Date: Sat Jan 4 11:39:59 2014 New Revision: 260257 URL: http://svnweb.freebsd.org/changeset/base/260257 Log: Fix several bugs in sctp_bindx(): * Set errno to EAFNOSUPPORT if an address is provided which is neither AF_INET nor AF_INET6. * Don't modify the arguments. *

svn commit: r260258 - head/sys/rpc

2014-01-04 Thread Alexander Motin
Author: mav Date: Sat Jan 4 15:51:31 2014 New Revision: 260258 URL: http://svnweb.freebsd.org/changeset/base/260258 Log: Replace locks added in r260229 to protect sequence counters with atomics. New algorithm does not create additional lock congestion, while some races it includes

svn commit: r260259 - head/usr.bin/whois

2014-01-04 Thread Kevin Lo
Author: kevlo Date: Sat Jan 4 15:51:52 2014 New Revision: 260259 URL: http://svnweb.freebsd.org/changeset/base/260259 Log: The whois() function is called in a loop so make sure we close the socket to the whois server before returning. Obtained from:OpenBSD Modified:

svn commit: r260260 - head/usr.sbin/bsdinstall/scripts

2014-01-04 Thread Gavin Atkinson
Author: gavin Date: Sat Jan 4 16:41:43 2014 New Revision: 260260 URL: http://svnweb.freebsd.org/changeset/base/260260 Log: Remove what appears to be a stray debugging printf. MFC after:1 week Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig Modified:

svn commit: r260261 - head/usr.sbin/bsdinstall/scripts

2014-01-04 Thread Gavin Atkinson
Author: gavin Date: Sat Jan 4 16:44:05 2014 New Revision: 260261 URL: http://svnweb.freebsd.org/changeset/base/260261 Log: Lower the priority of the connect to any open wireless network network description, so guaranteeing that any other defined network will be tried first. MFC after:

svn commit: r260262 - head/usr.sbin/bsdinstall/scripts

2014-01-04 Thread Gavin Atkinson
Author: gavin Date: Sat Jan 4 17:09:41 2014 New Revision: 260262 URL: http://svnweb.freebsd.org/changeset/base/260262 Log: Allow bsdinstall to use WPA-Enterprise networks when installing. This only allows basic username/password config, and does not provide the ability to set any of the

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

2014-01-04 Thread Steven Hartland
Author: smh Date: Sat Jan 4 17:52:43 2014 New Revision: 260267 URL: http://svnweb.freebsd.org/changeset/base/260267 Log: Correct short delete issue in SCSI UNMAP support Correct missing \n's in xpt_print's Correct incorrect count being passed to short delete xpt_print MFC after:1

svn commit: r260281 - head/sys/arm/arm

2014-01-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 4 20:59:03 2014 New Revision: 260281 URL: http://svnweb.freebsd.org/changeset/base/260281 Log: Implement OFW_BUS_MAP_INTR() in terms of the FDT PIC table, which will become an ARM-specific quirk. Modified: head/sys/arm/arm/nexus.c Modified:

svn commit: r260282 - head/sys/dev/fdt

2014-01-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 4 21:14:33 2014 New Revision: 260282 URL: http://svnweb.freebsd.org/changeset/base/260282 Log: Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() and OFW_BUS_CONFIG_INTR(). This function is only used by simplebus, so will likely be moved there in

svn commit: r260283 - head/sys/arm/arm

2014-01-04 Thread Ian Lepore
Author: ian Date: Sat Jan 4 21:18:22 2014 New Revision: 260283 URL: http://svnweb.freebsd.org/changeset/base/260283 Log: Use bus_space_map() rather than pmap_mapdev() in nexus_activate_resource(), when running on FDT systems. Unmap memory in nexus_deactivate_resource(). Also, call

svn commit: r260285 - head/sys/dev/fdt

2014-01-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 4 21:19:20 2014 New Revision: 260285 URL: http://svnweb.freebsd.org/changeset/base/260285 Log: Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer used by anything. The equivalent functionality is provided by the PIC drivers themselves

svn commit: r260288 - head/sys/arm/arm

2014-01-04 Thread Ian Lepore
Author: ian Date: Sat Jan 4 21:38:41 2014 New Revision: 260288 URL: http://svnweb.freebsd.org/changeset/base/260288 Log: In pmap_mapdev(), first check whether a static mapping exists, and if so use it rather than allocating kva space and making another mapping. In pmap_unmapdev(), don't

svn commit: r260290 - head/sys/sys

2014-01-04 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Jan 4 21:55:06 2014 New Revision: 260290 URL: http://svnweb.freebsd.org/changeset/base/260290 Log: Bring back the old size of the kinfo_file structure to preserve ABI. Keep only one uint64_t spare for further cap_rights_t expension. Add a comment clarifying that if

svn commit: r260292 - head/sys/arm/ti

2014-01-04 Thread Ian Lepore
Author: ian Date: Sat Jan 4 22:09:53 2014 New Revision: 260292 URL: http://svnweb.freebsd.org/changeset/base/260292 Log: Convert static device mapping to use the new arm_devmap_add_entry(), and add static mappings that cover most of the on-chip peripherals with 1MB section mappings. This

svn commit: r260294 - head/sys/arm/ti

2014-01-04 Thread Ian Lepore
Author: ian Date: Sat Jan 4 22:14:59 2014 New Revision: 260294 URL: http://svnweb.freebsd.org/changeset/base/260294 Log: Doh! Use C comments, not C++. Modified: head/sys/arm/ti/ti_machdep.c Modified: head/sys/arm/ti/ti_machdep.c

svn commit: r260295 - head/sys/net

2014-01-04 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Jan 4 22:25:26 2014 New Revision: 260295 URL: http://svnweb.freebsd.org/changeset/base/260295 Log: Change semantics for rnh_lookup() function: now it performs exact match search, regardless of netmask existance. This simplifies most of rnh_lookup() consumers.

svn commit: r260296 - head/sys/dev/nand

2014-01-04 Thread Warner Losh
Author: imp Date: Sat Jan 4 22:30:18 2014 New Revision: 260296 URL: http://svnweb.freebsd.org/changeset/base/260296 Log: More NAND IDs of some really old Samsung parts, also list the part number that we're matching... Modified: head/sys/dev/nand/nand_id.c Modified:

svn commit: r260310 - in head/contrib: gcc/config gcclibs/libcpp

2014-01-04 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 5 00:32:38 2014 New Revision: 260310 URL: http://svnweb.freebsd.org/changeset/base/260310 Log: libcpp: misc fixes from Apple's GCC. Fixes some bugs detected by Apple: #error with unmatched quotes pragma mark Obtained from:Apple GCC 4.2 - 5553

svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-04 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 5 00:43:28 2014 New Revision: 260311 URL: http://svnweb.freebsd.org/changeset/base/260311 Log: gcc: Add support for Apple's Block extension Block objects [1] are a C-level syntactic and runtime feature. They are similar to standard C functions, but in addition

svn commit: r260312 - head/sys/dev/iwn

2014-01-04 Thread Adrian Chadd
Author: adrian Date: Sun Jan 5 00:46:31 2014 New Revision: 260312 URL: http://svnweb.freebsd.org/changeset/base/260312 Log: Move the retune notification print to a debug print. Yes, I still have to do the retune. But I'm giving in to many people pestering me (very gently!) about this.