svn commit: r256178 - stable/9/contrib/llvm/lib/Target/X86

2013-10-09 Thread Dimitry Andric
Author: dim Date: Wed Oct 9 06:19:01 2013 New Revision: 256178 URL: http://svnweb.freebsd.org/changeset/base/256178 Log: MFC r256090: Pull in r192064 from upstream llvm trunk: X86: Don't fold spills into SSE operations if the stack is unaligned. Regalloc can emit unaligned

svn commit: r256179 - head/sys/ofed/drivers/infiniband/core

2013-10-09 Thread Dimitry Andric
Author: dim Date: Wed Oct 9 07:02:03 2013 New Revision: 256179 URL: http://svnweb.freebsd.org/changeset/base/256179 Log: Remove redundant declaration of cmclass in sys/ofed/drivers/infiniband/core/ucm.c, to silence a gcc warning. Approved by: re (kib) X-MFC-With: r255932 Modified:

svn commit: r256181 - in head/usr.sbin/bsdconfig: . console mouse networking networking/share password/share security share share/media share/packages startup startup/share timezone usermgmt usermg...

2013-10-09 Thread Devin Teske
Author: dteske Date: Wed Oct 9 08:12:26 2013 New Revision: 256181 URL: http://svnweb.freebsd.org/changeset/base/256181 Log: Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use throughout the bsdconfig(8) code. While we're here, add an explicit argument to

svn commit: r256185 - in head/sys: kern sys

2013-10-09 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 9 11:57:53 2013 New Revision: 256185 URL: http://svnweb.freebsd.org/changeset/base/256185 Log: - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't free mbufs, but return chain of free mbufs to a caller. Caller can either reuse them or

svn commit: r256186 - head/sys/netinet

2013-10-09 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 9 12:00:38 2013 New Revision: 256186 URL: http://svnweb.freebsd.org/changeset/base/256186 Log: When processing ACK in tcp_do_segment, use sbcut_locked() instead of sbdrop_locked() to cut acked mbufs from the socket buffer. Free this chain a batch manner after

svn commit: r256188 - head/sys/cam

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 12:09:01 2013 New Revision: 256188 URL: http://svnweb.freebsd.org/changeset/base/256188 Log: Close the race on path ID allocation in xpt_bus_register() if two buses are registered simultaneously. Due to topology unlock between the ID allocation and the bus

svn commit: r256189 - head/usr.sbin/ctld

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 12:17:40 2013 New Revision: 256189 URL: http://svnweb.freebsd.org/changeset/base/256189 Log: Fix off-by-one. Coverity CID: 1011375 Approved by: re (glebius) Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/ctld/kernel.c Modified:

svn commit: r256190 - head/usr.sbin/ctladm

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 12:19:48 2013 New Revision: 256190 URL: http://svnweb.freebsd.org/changeset/base/256190 Log: Fix incorrect use of sizeof(). Coverity CID: 1011303 Approved by: re (glebius) Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/ctladm/ctladm.c

svn commit: r256191 - head/usr.sbin/ctladm

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 12:30:52 2013 New Revision: 256191 URL: http://svnweb.freebsd.org/changeset/base/256191 Log: Fix two off-by-ones. Coverity CID: 1087999, 1011375 Approved by: re (glebius) Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/ctladm/ctladm.c

svn commit: r256192 - head/usr.sbin/ctld

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 13:28:45 2013 New Revision: 256192 URL: http://svnweb.freebsd.org/changeset/base/256192 Log: Plug memory leaks. Coverity CID: 1087993, 1087992 Approved by: re (marius) Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/ctld/login.c Modified:

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

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 13:45:07 2013 New Revision: 256193 URL: http://svnweb.freebsd.org/changeset/base/256193 Log: Fix memory overrun. Coverity CID: 1092478 Approved by: re (gjb) Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/iscsid/discovery.c Modified:

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

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 13:48:08 2013 New Revision: 256194 URL: http://svnweb.freebsd.org/changeset/base/256194 Log: Plug memory leak. Coverity CID: 1087991 Approved by: re (gjb) Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/iscsid/discovery.c Modified:

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

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 16:55:52 2013 New Revision: 256195 URL: http://svnweb.freebsd.org/changeset/base/256195 Log: Tidy up, cache return value of a function, and add an assertion; shouldn't make any functional difference. Approved by: re (gjb) Sponsored by: FreeBSD Foundation

svn commit: r256196 - head/sys/arm/s3c2xx0

2013-10-09 Thread Dimitry Andric
Author: dim Date: Wed Oct 9 17:05:02 2013 New Revision: 256196 URL: http://svnweb.freebsd.org/changeset/base/256196 Log: Remove redundant redeclarations of uart_s3c2410_class in sys/arm/s3c2xx0/uart_bus_s3c2410.c and uart_cpu_s3c2410.c, to silence two gcc warnings. Approved by: re

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

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 17:06:03 2013 New Revision: 256197 URL: http://svnweb.freebsd.org/changeset/base/256197 Log: Make the error handling more consistant. Shouldn't make any functional difference. Approved by: re (gjb) Sponsored by: FreeBSD Foundation Modified:

svn commit: r256198 - in head: . gnu/usr.bin gnu/usr.bin/rcs share/doc/psd share/doc/psd/13.rcs share/man/man5 share/mk tools/build/mk tools/build/options

2013-10-09 Thread Glen Barber
Author: gjb Date: Wed Oct 9 17:07:20 2013 New Revision: 256198 URL: http://svnweb.freebsd.org/changeset/base/256198 Log: Revert r256095, r256120 (partial), r256121: r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5.

svn commit: r256199 - head/sys/contrib/ipfilter/netinet

2013-10-09 Thread Dimitry Andric
Author: dim Date: Wed Oct 9 17:07:50 2013 New Revision: 256199 URL: http://svnweb.freebsd.org/changeset/base/256199 Log: Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, to silence a gcc warning. Approved by: re (gjb) X-MFC-With: r255332 Modified:

svn commit: r256200 - in head/sys/dev: e1000 netmap

2013-10-09 Thread Jack F Vogel
Author: jfv Date: Wed Oct 9 17:32:52 2013 New Revision: 256200 URL: http://svnweb.freebsd.org/changeset/base/256200 Log: Update the Intel igb driver to version 2.4.0 - This version has support for the new Intel Avoton systems, including 2.5Gb support, further it now has IPv6/TSO6 support

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

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 17:34:45 2013 New Revision: 256201 URL: http://svnweb.freebsd.org/changeset/base/256201 Log: Remove no longer useful debugging output and a stale comment. Approved by: re (gjb) Sponsored by: FreeBSD Foundation Modified:

svn commit: r256206 - stable/9/sys/sys

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:14:28 2013 New Revision: 256206 URL: http://svnweb.freebsd.org/changeset/base/256206 Log: MFC r250395 (by attilio / jeff): Generalize the bitset operations, present in cpuset and offer a KPI to redefine such operations for different consumers. This will be

svn commit: r256207 - in stable/9/sys: amd64/amd64 i386/i386 i386/xen mips/mips sparc64/sparc64 sys

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:23:30 2013 New Revision: 256207 URL: http://svnweb.freebsd.org/changeset/base/256207 Log: MFC r251703 (by attilio): - Add a BIT_FFS() macro and use it to replace cpusetffs_obj() Modified: stable/9/sys/amd64/amd64/mp_machdep.c

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

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:29:06 2013 New Revision: 256208 URL: http://svnweb.freebsd.org/changeset/base/256208 Log: MFC r255363: Micro-optimize cpu_search(), allowing compiler to use more efficient inline ffsl() implementation, when it is available, instead of homegrown iteration.

svn commit: r256209 - head/sys/kern

2013-10-09 Thread Konstantin Belousov
Author: kib Date: Wed Oct 9 18:39:44 2013 New Revision: 256209 URL: http://svnweb.freebsd.org/changeset/base/256209 Log: Reduce code duplication, introduce the getmaxfd() helper to calculate the max filedescriptor index. Tested by:pho Sponsored by: The FreeBSD Foundation MFC

svn commit: r256210 - head/sys/kern

2013-10-09 Thread Konstantin Belousov
Author: kib Date: Wed Oct 9 18:41:35 2013 New Revision: 256210 URL: http://svnweb.freebsd.org/changeset/base/256210 Log: When growing the file descriptor table, new larger memory chunk is allocated, but the old table is kept around to handle the case of threads still performing unlocked

svn commit: r256211 - head/sys/kern

2013-10-09 Thread Konstantin Belousov
Author: kib Date: Wed Oct 9 18:43:29 2013 New Revision: 256211 URL: http://svnweb.freebsd.org/changeset/base/256211 Log: Do not flush buffers when the v_object of the passed vnode does not really belong to it. Such vnodes, with the pointers to other vnodes v_objects, are typically

svn commit: r256212 - stable/9/sys/cam/ctl

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:44:05 2013 New Revision: 256212 URL: http://svnweb.freebsd.org/changeset/base/256212 Log: MFC r249102 (by trasz): Since the CTL version in FreeBSD does not support High Availability, ctl_is_single should always be set to 1. Make it so. Previously it was

svn commit: r256213 - head/sys/kern

2013-10-09 Thread Konstantin Belousov
Author: kib Date: Wed Oct 9 18:45:01 2013 New Revision: 256213 URL: http://svnweb.freebsd.org/changeset/base/256213 Log: The device vnodes are often unlocked when bread() or bwrite() is called. This probably should be fixed eventually, but for now it is not needed to try to flush such

svn commit: r256214 - stable/9/sys/cam/ctl

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:45:42 2013 New Revision: 256214 URL: http://svnweb.freebsd.org/changeset/base/256214 Log: MFC r249256 (by ken): Fix a memory leak that showed up when we delete LUNs. The memory used for the LUN was never freed. ctl.c: Adjust ctl_alloc_lun() to

svn commit: r256215 - stable/9/sys/cam/ata

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:48:10 2013 New Revision: 256215 URL: http://svnweb.freebsd.org/changeset/base/256215 Log: MFC r249438: Use full freeze while PMP does hard reset. This is only cosmetical change. Modified: stable/9/sys/cam/ata/ata_pmp.c Directory Properties: stable/9/sys/

svn commit: r256216 - in stable/9/sys/cam: . ata ctl scsi

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 18:58:28 2013 New Revision: 256216 URL: http://svnweb.freebsd.org/changeset/base/256216 Log: MFC r249466, r249481, r250025: Remove multilevel freezing mechanism, implemented to handle specifics of the ATA/SATA error recovery, when post-reset recovery commands

svn commit: r256217 - in stable/9/sys: cam/ctl net netpfil/ipfw

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:02:59 2013 New Revision: 256217 URL: http://svnweb.freebsd.org/changeset/base/256217 Log: MFC r250131 (by eadler): Correct a few sizeof()s Modified: stable/9/sys/cam/ctl/ctl_frontend_internal.c stable/9/sys/net/if_spppsubr.c

svn commit: r256218 - in head/sys: dev/cxgbe dev/ixgbe net

2013-10-09 Thread Gleb Smirnoff
Author: glebius Date: Wed Oct 9 19:04:40 2013 New Revision: 256218 URL: http://svnweb.freebsd.org/changeset/base/256218 Log: There are some high performance NICs that count statistics in hardware, and there are ifnets, that do that via counter(9). Provide a flag that would skip cache

svn commit: r256219 - in stable/9/sys: cam/ctl cam/scsi dev/aic7xxx dev/cp dev/ctau dev/cx dev/hptmv dev/isci/scil dev/nsp dev/sfxge/common dev/sn dev/stg kern netgraph/bluetooth/l2cap ofed/drivers...

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:04:48 2013 New Revision: 256219 URL: http://svnweb.freebsd.org/changeset/base/256219 Log: MFC r250460 (by eadler): Fix a bunch of typos. Modified: stable/9/sys/cam/ctl/scsi_ctl.c stable/9/sys/cam/scsi/scsi_da.c stable/9/sys/cam/scsi/scsi_pt.c

svn commit: r256220 - stable/9/sys/cam

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:16:54 2013 New Revision: 256220 URL: http://svnweb.freebsd.org/changeset/base/256220 Log: MFC r253958: Change CCB queue resize logic to be able safely handle overallocations: - (re)allocate queue space in power of 2 chunks with 64 elements minimum and

svn commit: r256221 - stable/9/sys/cam

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:18:35 2013 New Revision: 256221 URL: http://svnweb.freebsd.org/changeset/base/256221 Log: MFC r253960: Pass SIM pointer as an argument to camisr_runqueue() instead of doneq pointer. Modified: stable/9/sys/cam/cam_xpt.c Directory Properties: stable/9/sys/

svn commit: r256222 - stable/9/sys/cam/ctl

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:19:53 2013 New Revision: 256222 URL: http://svnweb.freebsd.org/changeset/base/256222 Log: MFC r253987 (by trasz): Remove dead code. Modified: stable/9/sys/cam/ctl/ctl.c stable/9/sys/cam/ctl/ctl_frontend_internal.c Directory Properties: stable/9/sys/

svn commit: r256223 - stable/9/sys/cam

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:22:01 2013 New Revision: 256223 URL: http://svnweb.freebsd.org/changeset/base/256223 Log: MFC r254058: Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU. That is not so slow and so often operation to handle unneeded otherwise

svn commit: r256224 - in stable/9/sys/cam: ata scsi

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:23:12 2013 New Revision: 256224 URL: http://svnweb.freebsd.org/changeset/base/256224 Log: MFC r254329 (by smh): Added 4K quirks for:- * OCZ Agility 2 SSDs * Marvell SSDs * Intel X25-M Series SSDs Modified: stable/9/sys/cam/ata/ata_da.c

svn commit: r256225 - stable/9/sys/cam

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:25:22 2013 New Revision: 256225 URL: http://svnweb.freebsd.org/changeset/base/256225 Log: MFC r255126: Add debug trace points for freeze/release device queue. Modified: stable/9/sys/cam/cam_debug.h stable/9/sys/cam/cam_periph.c stable/9/sys/cam/cam_xpt.c

svn commit: r256226 - stable/9/sys/cam/scsi

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:26:35 2013 New Revision: 256226 URL: http://svnweb.freebsd.org/changeset/base/256226 Log: MFC r255304: Fix kernel panic if cache-nelms is zero. Modified: stable/9/sys/cam/scsi/scsi_enc_ses.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r256227 - stable/9/sys/cam/scsi

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:28:07 2013 New Revision: 256227 URL: http://svnweb.freebsd.org/changeset/base/256227 Log: MFC r255309: Make SES driver adequately react on simple enclosure devices -- read Short Enclosure status to enclosure status field, clear previous state and exit.

svn commit: r256228 - head/sys/dev/iscsi

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 19:28:56 2013 New Revision: 256228 URL: http://svnweb.freebsd.org/changeset/base/256228 Log: Fail connection upon receiving too large data segment. Approved by: re (glebius) Sponsored by: FreeBSD Foundation Modified: head/sys/dev/iscsi/icl.c Modified:

svn commit: r256229 - head/sys/dev/iscsi

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 19:30:13 2013 New Revision: 256229 URL: http://svnweb.freebsd.org/changeset/base/256229 Log: Be extra paranoid with values obtained from the target. Approved by: re (glebius) Sponsored by: FreeBSD Foundation Modified: head/sys/dev/iscsi/iscsi.c

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

2013-10-09 Thread Glen Barber
Author: gjb Date: Wed Oct 9 19:34:11 2013 New Revision: 256230 URL: http://svnweb.freebsd.org/changeset/base/256230 Log: MFC r228541, r256022: r228541 (by pjd): - Put one file into one line. This makes keeping local changes and merging with FreeBSD easier for vendors. - For

svn commit: r256231 - head/sys/dev/isci

2013-10-09 Thread Jim Harris
Author: jimharris Date: Wed Oct 9 19:37:41 2013 New Revision: 256231 URL: http://svnweb.freebsd.org/changeset/base/256231 Log: Improve logging around some of the isci(4) reset and recovery paths. Sponsored by: Intel Discussed with: scottl Approved by: re (marius) MFC after:

svn commit: r256232 - head/libexec/freebsd-version

2013-10-09 Thread Dag-Erling Smørgrav
Author: des Date: Wed Oct 9 19:37:51 2013 New Revision: 256232 URL: http://svnweb.freebsd.org/changeset/base/256232 Log: Explicitly pass the full path to the input file to sed. This unbreaks the WITHOUT_BMAKE build. Approved by: re (gjb) Modified:

svn commit: r256233 - stable/9/sys/dev/mps

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:53:42 2013 New Revision: 256233 URL: http://svnweb.freebsd.org/changeset/base/256233 Log: MFC r241145 (by ken): Add casts to unbreak the i386 PAE build for the mps(4) driver. Modified: stable/9/sys/dev/mps/mps_sas.c Directory Properties: stable/9/sys/

svn commit: r256234 - stable/9/sys/dev/mps

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:55:55 2013 New Revision: 256234 URL: http://svnweb.freebsd.org/changeset/base/256234 Log: MFC r241759 (by jwd): Don't lose the 255'th disk behind the initiator. Modified: stable/9/sys/dev/mps/mps_sas.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r256235 - stable/9/sys/dev/mps

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:57:27 2013 New Revision: 256235 URL: http://svnweb.freebsd.org/changeset/base/256235 Log: MFC r253809: Fix a printf typo. Modified: stable/9/sys/dev/mps/mps_sas.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props changed)

svn commit: r256236 - stable/9/sys/dev/mps

2013-10-09 Thread Alexander Motin
Author: mav Date: Wed Oct 9 19:59:25 2013 New Revision: 256236 URL: http://svnweb.freebsd.org/changeset/base/256236 Log: MFC r254253, r254257: r253460 accidentally some moderately expensive debugging code, even when debugging isn't enabled. Work around this. Modified:

svn commit: r256237 - head/usr.sbin/bhyveload

2013-10-09 Thread Joel Dahl
Author: joel (doc committer) Date: Wed Oct 9 20:00:04 2013 New Revision: 256237 URL: http://svnweb.freebsd.org/changeset/base/256237 Log: Fix missing . Approved by: re (blanket) Modified: head/usr.sbin/bhyveload/bhyveload.8 Modified: head/usr.sbin/bhyveload/bhyveload.8

svn commit: r256238 - head/sys/dev/iscsi

2013-10-09 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Oct 9 20:09:58 2013 New Revision: 256238 URL: http://svnweb.freebsd.org/changeset/base/256238 Log: Properly handle residual count in Data-In PDUs with S bit set. Approved by: re (gjb) Sponsored by: FreeBSD Foundation Modified: head/sys/dev/iscsi/iscsi.c

svn commit: r256241 - in head: . bin bin/freebsd-version libexec libexec/freebsd-version

2013-10-09 Thread Dag-Erling Smørgrav
== --- head/ObsoleteFiles.inc Wed Oct 9 20:14:16 2013(r256240) +++ head/ObsoleteFiles.inc Wed Oct 9 20:47:20 2013(r256241) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20131009: freebsd-version moved from /libexec to /bin

svn commit: r256242 - head/lib/libprocstat

2013-10-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Oct 9 20:58:50 2013 New Revision: 256242 URL: http://svnweb.freebsd.org/changeset/base/256242 Log: Handle the cases where NULL is passed as cap_rightsp to the filestat_new_entry() function. Reported by: Alex Kozlov s...@rm-rf.kiev.ua Approved by: re (gjb)

svn commit: r256244 - head/lib/libstand

2013-10-09 Thread Alexander Kabaev
Author: kan Date: Wed Oct 9 21:33:19 2013 New Revision: 256244 URL: http://svnweb.freebsd.org/changeset/base/256244 Log: Unbreak zfsloader with LOADER_TFTP_SUPPORT on Only accept 'net' and 'pxe' devices as underlying transport in tftp.c on x86. Prior to this change tftp code would

svn commit: r256245 - svnadmin/conf

2013-10-09 Thread David Christensen
Author: davidch Date: Wed Oct 9 21:46:31 2013 New Revision: 256245 URL: http://svnweb.freebsd.org/changeset/base/256245 Log: Welcome new Broadcom committer Eric Davis (edavis@). Eric will be working on the Broadcom 10Gb wired Ethernet driver bxe(4). I will be his mentor during this time

svn commit: r256246 - head/release

2013-10-09 Thread Glen Barber
Author: gjb Date: Wed Oct 9 22:00:03 2013 New Revision: 256246 URL: http://svnweb.freebsd.org/changeset/base/256246 Log: Remove hash generation from release.sh, as it is run as part of the 'install' target in the release/Makefile. MFC after:3 days Submitted by: jhb Approved by:

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

2013-10-09 Thread Adrian Chadd
Author: adrian Date: Wed Oct 9 22:10:03 2013 New Revision: 256247 URL: http://svnweb.freebsd.org/changeset/base/256247 Log: Add read/write bus barriers for MIPS. Tested: * AR9344 - mips74k SoC Approved by: re@ (delphij) Modified: head/sys/mips/mips/bus_space_generic.c

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

2013-10-09 Thread Peter Grehan
Author: grehan Date: Wed Oct 9 23:53:21 2013 New Revision: 256248 URL: http://svnweb.freebsd.org/changeset/base/256248 Log: Allow a 4-byte write to PCI config space to overlap the 2 read-only bytes at the start of a PCI capability. This is the sequence that OpenBSD uses when enabling MSI

svn commit: r256249 - in stable/9/share/man: man8 man9

2013-10-09 Thread John-Mark Gurney
Author: jmg Date: Thu Oct 10 01:20:18 2013 New Revision: 256249 URL: http://svnweb.freebsd.org/changeset/base/256249 Log: partial MFC of r256114: add missing sections, de-Xr non-existent page Modified: stable/9/share/man/man8/picobsd.8 stable/9/share/man/man9/firmware.9 Directory

svn commit: r256250 - stable/9/sys/powerpc/ofw

2013-10-09 Thread Justin Hibbits
Author: jhibbits Date: Thu Oct 10 03:35:30 2013 New Revision: 256250 URL: http://svnweb.freebsd.org/changeset/base/256250 Log: MFC r252115,255378 Cache the Open Firmware CPU properties at attach time, so we don't always enter it at runtime to get static data. Modified:

svn commit: r256251 - head/cddl/contrib/opensolaris/cmd/dtrace

2013-10-09 Thread Mark Johnston
Author: markj Date: Thu Oct 10 03:50:23 2013 New Revision: 256251 URL: http://svnweb.freebsd.org/changeset/base/256251 Log: Convert the dtrace(1) man page to mdoc and fix up some aspects of it that don't make sense on FreeBSD. In particular, - remove the ATTRIBUTES section, - remove

svn commit: r256252 - stable/9/sys/dev/adb

2013-10-09 Thread Justin Hibbits
Author: jhibbits Date: Thu Oct 10 03:57:47 2013 New Revision: 256252 URL: http://svnweb.freebsd.org/changeset/base/256252 Log: MFC r255921 Fix powerpc/161045. ams_poll() needs to return that any data is available, not just a new packet. PR: powerpc/161045 Modified: