svn commit: r265633 - in stable/9: sbin/camcontrol sys/cam sys/cam/scsi

2014-05-07 Thread Alexander Motin
Author: mav Date: Thu May 8 06:56:59 2014 New Revision: 265633 URL: http://svnweb.freebsd.org/changeset/base/265633 Log: MFC r260509: Replace several instances of -1 with appropriate CAM_*_WILDCARD and types. It was equal before r259397, but for good or bad, not any more for LUNs. T

svn commit: r265632 - in stable/10: sbin/camcontrol sys/cam sys/cam/scsi

2014-05-07 Thread Alexander Motin
Author: mav Date: Thu May 8 06:55:48 2014 New Revision: 265632 URL: http://svnweb.freebsd.org/changeset/base/265632 Log: MFC r260509: Replace several instances of -1 with appropriate CAM_*_WILDCARD and types. It was equal before r259397, but for good or bad, not any more for LUNs. T

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Bruce Evans
On Wed, 7 May 2014, Alan Somers wrote: On Wed, May 7, 2014 at 2:26 PM, Jilles Tjoelker wrote: The floating point addition starts losing precision after 8388608 seconds (slightly more than 97 days, a plausible uptime for a server). It is better to subtract the timespecs to avoid this issue. Wi

svn commit: r265631 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2014-05-07 Thread Mark Johnston
Author: markj Date: Thu May 8 03:43:18 2014 New Revision: 265631 URL: http://svnweb.freebsd.org/changeset/base/265631 Log: Re-apply r248644. This fixes an annoying problem which caused dtrace -c to fail to attach to stripped binaries. With the _r_debug_postinit symbol, dtrace(1) can now set

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Bruce Evans
On Wed, 7 May 2014, Jilles Tjoelker wrote: On Wed, May 07, 2014 at 12:10:31PM -0600, Alan Somers wrote: On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: On Tue, 6 May 2014, Alan Somers wrote: ... The solution is to use clock_gettime(2) with CLOCK_MONOTONIC_PRECISE as the clock_id. That

svn commit: r265630 - head/lib/librtld_db

2014-05-07 Thread Mark Johnston
Author: markj Date: Thu May 8 03:33:54 2014 New Revision: 265630 URL: http://svnweb.freebsd.org/changeset/base/265630 Log: Fix the rd_event_addr prototype and slightly clarify the use of the "event" parameter. MFC after:3 days Modified: head/lib/librtld_db/librtld_db.3 Modified:

svn commit: r265629 - head/lib/librtld_db

2014-05-07 Thread Mark Johnston
Author: markj Date: Thu May 8 03:26:25 2014 New Revision: 265629 URL: http://svnweb.freebsd.org/changeset/base/265629 Log: Handle the different event types properly in rd_event_addr(). In particular, with r265456 _r_debug_postinit can be used for RD_POSTINIT events. rtld(1) uses r_debug_sta

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 07:37:42PM -0700, Warner Losh wrote: > > To be clear, the symptoms, or the reason that I'm doing what I'm doing? > > Seems broken to me... > That's what I'm (still) unclear on. *What* seems broken? Glen pgp7N6KqWoK71.pgp Description: PGP signature

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
On May 8, 2014, at 3:36 PM, Glen Barber wrote: > On Wed, May 07, 2014 at 07:24:03PM -0700, Warner Losh wrote: >>> In this specific case, the build was done as an "upgrade" build, not >>> "clean" build (meaning, to seed the build chroot for a clean release >>> build). I tend to alternate if MAKE

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 07:24:03PM -0700, Warner Losh wrote: > > In this specific case, the build was done as an "upgrade" build, not > > "clean" build (meaning, to seed the build chroot for a clean release > > build). I tend to alternate if MAKEOBJDIR is pristine every other week > > to try to ca

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
On May 8, 2014, at 3:20 PM, Glen Barber wrote: > On Wed, May 07, 2014 at 07:09:05PM -0700, Warner Losh wrote: >> >> On May 8, 2014, at 3:04 PM, Glen Barber wrote: >> >>> On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wro

svn commit: r265628 - head/share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Thu May 8 02:24:30 2014 New Revision: 265628 URL: http://svnweb.freebsd.org/changeset/base/265628 Log: Put bsd.own.mk back in the list, and take src.opts.mk out. Fix a silly typo. Modified: head/share/mk/Makefile head/share/mk/bsd.mkopt.mk Modified: head/share/mk/Makef

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 07:09:05PM -0700, Warner Losh wrote: > > On May 8, 2014, at 3:04 PM, Glen Barber wrote: > > > On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: > >> On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: > >>> Author: imp > >>> Date: Wed May 7 18:15:02 2

svn commit: r265627 - head/share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Thu May 8 02:18:36 2014 New Revision: 265627 URL: http://svnweb.freebsd.org/changeset/base/265627 Log: Fix a typo make should have complained about. Submitted by: Mark Johnston Modified: head/share/mk/bsd.mkopt.mk Modified: head/share/mk/bsd.mkopt.mk =

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
On May 8, 2014, at 3:04 PM, Glen Barber wrote: > On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: >> On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: >>> Author: imp >>> Date: Wed May 7 18:15:02 2014 >>> New Revision: 265581 >>> URL: http://svnweb.freebsd.org/changeset/b

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: > On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: > > Author: imp > > Date: Wed May 7 18:15:02 2014 > > New Revision: 265581 > > URL: http://svnweb.freebsd.org/changeset/base/265581 > > > > Log: > > bsd.compiler.mk was im

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: > Author: imp > Date: Wed May 7 18:15:02 2014 > New Revision: 265581 > URL: http://svnweb.freebsd.org/changeset/base/265581 > > Log: > bsd.compiler.mk was implicitly included by bsd.own.mk in historical > versions. With its movement

svn commit: r265624 - head/sys/boot/fdt/dts/arm

2014-05-07 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu May 8 00:26:21 2014 New Revision: 265624 URL: http://svnweb.freebsd.org/changeset/base/265624 Log: Silence no interrupt-parent found message during boot. Approved by: stas (mentor) Modified: head/sys/boot/fdt/dts/arm/rk3188.dtsi Modified: head/sys/boot/fdt/dt

svn commit: r265621 - stable/10/sys/fs/nfsserver

2014-05-07 Thread Rick Macklem
Author: rmacklem Date: Wed May 7 22:33:36 2014 New Revision: 265621 URL: http://svnweb.freebsd.org/changeset/base/265621 Log: MFC: r264845 Remove an unnecessary level of indirection for an argument. This simplifies the code and should avoid the clang sparc port from generating an abort()

svn commit: r265620 - stable/10/sys/fs/nfsclient

2014-05-07 Thread Rick Macklem
Author: rmacklem Date: Wed May 7 22:27:03 2014 New Revision: 265620 URL: http://svnweb.freebsd.org/changeset/base/265620 Log: MFC: r264842 Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.) so that it only does the RPC for names that are answered by the RPC. Doing the RPC for

svn commit: r265619 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 22:17:16 2014 New Revision: 265619 URL: http://svnweb.freebsd.org/changeset/base/265619 Log: Add a missing comma, and add a missing space. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stab

svn commit: r265616 - head/bin/sh/tests/builtins

2014-05-07 Thread Jilles Tjoelker
Author: jilles Date: Wed May 7 21:45:25 2014 New Revision: 265616 URL: http://svnweb.freebsd.org/changeset/base/265616 Log: sh: Add some tests for normal use of getopts. Added: head/bin/sh/tests/builtins/getopts3.0 (contents, props changed) head/bin/sh/tests/builtins/getopts4.0 (conten

svn commit: r265617 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 21:46:06 2014 New Revision: 265617 URL: http://svnweb.freebsd.org/changeset/base/265617 Log: Document r264699, find(1) -ignore_readdir_race Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: sta

svn commit: r265615 - stable/9/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 21:39:01 2014 New Revision: 265615 URL: http://svnweb.freebsd.org/changeset/base/265615 Log: Document r264423, sh(1) changes in variable assignments with 'local', 'export', and 'readonly'. Helped by:jilles (thanks!) Sponsored by: The FreeBSD Foundation

svn commit: r265614 - stable/10/sys/dev/an

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 21:38:33 2014 New Revision: 265614 URL: http://svnweb.freebsd.org/changeset/base/265614 Log: Merge r259393 from head: Fix several panics when initialization of an ISA or PC-CARD device fails: o Assign sc->an_dev in an_probe() (which isn't really a pr

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

2014-05-07 Thread Ed Maste
Author: emaste Date: Wed May 7 21:16:47 2014 New Revision: 265613 URL: http://svnweb.freebsd.org/changeset/base/265613 Log: Handle ELF files with 65280 or more sections If e_shnum or e_shstrndx are at least SHN_LORESERVE (0xff00) then an escape value is used to indicate that the actual v

svn commit: r265612 - stable/9/sys/dev/an

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 21:01:35 2014 New Revision: 265612 URL: http://svnweb.freebsd.org/changeset/base/265612 Log: Merge r259393 from head: Fix several panics when initialization of an ISA or PC-CARD device fails: o Assign sc->an_dev in an_probe() (which isn't really a pr

svn commit: r265611 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 21:00:09 2014 New Revision: 265611 URL: http://svnweb.freebsd.org/changeset/base/265611 Log: Document r26, addition of mrsas(4). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/d

svn commit: r265610 - in stable/10/sys/dev/usb: . serial

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 20:57:16 2014 New Revision: 265610 URL: http://svnweb.freebsd.org/changeset/base/265610 Log: Merge r256782 from head: Add 26 new device IDs to uslcom(4). This brings us in sync with Linux v3.12 rc5 Modified: stable/10/sys/dev/usb/serial/uslcom.c st

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Alan Somers
On Wed, May 7, 2014 at 2:26 PM, Jilles Tjoelker wrote: > On Wed, May 07, 2014 at 12:10:31PM -0600, Alan Somers wrote: >> On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: >> > On Tue, 6 May 2014, Alan Somers wrote: >> > >> >> Log: >> >> dd(1) uses gettimeofday(2) to compute the throughput stati

svn commit: r265608 - stable/9/share/man/man4

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 20:40:23 2014 New Revision: 265608 URL: http://svnweb.freebsd.org/changeset/base/265608 Log: MFC r259569, r259770 (by joel@), and r263451. r259569: cxgbe.4: Belated update to the man page to reflect T5 support. r259770: mdoc: nuke whitespace. r26345

svn commit: r265607 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:31:44 2014 New Revision: 265607 URL: http://svnweb.freebsd.org/changeset/base/265607 Log: Separate &darpa; entity and create &darpa_afrl to avoid confusion. Suggested by: rwatson Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO

Re: svn commit: r265456 - head/libexec/rtld-elf

2014-05-07 Thread Bruce Simpson
On 07/05/2014 18:31, Mark Johnston wrote: The Linuxulator makes use of Linux's loader rather than rtld; this was the source of the problem fixed in r254018, for example. Static binaries are not invoked through rtld either, so I don't think this change would have helped anyway. I'm aware that

svn commit: r265606 - in stable/10/sys: amd64/amd64 arm/arm i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2014-05-07 Thread Scott Long
Author: scottl Date: Wed May 7 20:28:27 2014 New Revision: 265606 URL: http://svnweb.freebsd.org/changeset/base/265606 Log: Merge r264984 Retire smp_active. It was racey and caused demonstrated problems with the cpufreq code. Replace its use with smp_started. There's at least one us

svn commit: r265605 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:27:57 2014 New Revision: 265605 URL: http://svnweb.freebsd.org/changeset/base/265605 Log: Correct attribution for casperd, co-sponsored by The FreeBSD Foundation and Google, Inc.[1] Since this was dual-sponsored, the sponsorurl needs to be empty. Add

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Jilles Tjoelker
On Wed, May 07, 2014 at 12:10:31PM -0600, Alan Somers wrote: > On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: > > On Tue, 6 May 2014, Alan Somers wrote: > > > >> Log: > >> dd(1) uses gettimeofday(2) to compute the throughput statistics. > >> However, > >> gettimeofday returns the system cloc

svn commit: r265604 - stable/10/usr.sbin/pmcstat

2014-05-07 Thread Scott Long
Author: scottl Date: Wed May 7 20:20:52 2014 New Revision: 265604 URL: http://svnweb.freebsd.org/changeset/base/265604 Log: Merged r262424-262425,265085 Add the -a option to pmcstat. This produces a full stack track on the sampled points. See the man page for details on how this works.

svn commit: r265602 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:36 2014 New Revision: 265602 URL: http://svnweb.freebsd.org/changeset/base/265602 Log: Add attribution for r265348. Add Netgate to sponsor.ent. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml head

svn commit: r265603 - head/release/doc/share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:18:50 2014 New Revision: 265603 URL: http://svnweb.freebsd.org/changeset/base/265603 Log: Add a note to keep the entity lists sorted alphabetically. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/share/xml/sponsor.ent head/release/doc/sh

svn commit: r265599 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:30 2014 New Revision: 265599 URL: http://svnweb.freebsd.org/changeset/base/265599 Log: Add attribution for r258884. Add DARPA, AFRL to sponsor.ent. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r265601 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:34 2014 New Revision: 265601 URL: http://svnweb.freebsd.org/changeset/base/265601 Log: Add attribution for r265236. Add LSI and Spectra Logic to sponsor.ent. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/arti

svn commit: r265600 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:32 2014 New Revision: 265600 URL: http://svnweb.freebsd.org/changeset/base/265600 Log: Add attribution for r264601. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.IS

svn commit: r265598 - stable/8/usr.sbin/crashinfo

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 20:13:46 2014 New Revision: 265598 URL: http://svnweb.freebsd.org/changeset/base/265598 Log: Merge r254959 from head: Allow more space for interface names. Modified: stable/8/usr.sbin/crashinfo/crashinfo.sh Directory Properties: stable/8/usr.sbin/crashi

svn commit: r265597 - stable/9/usr.sbin/crashinfo

2014-05-07 Thread Gavin Atkinson
Author: gavin Date: Wed May 7 20:09:17 2014 New Revision: 265597 URL: http://svnweb.freebsd.org/changeset/base/265597 Log: MFC 254959: Allow more space for interface names. Modified: stable/9/usr.sbin/crashinfo/crashinfo.sh Directory Properties: stable/9/usr.sbin/crashinfo/ (props

svn commit: r265596 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:53:51 2014 New Revision: 265596 URL: http://svnweb.freebsd.org/changeset/base/265596 Log: Add sponsorship attribution for r258838 (casperd(8)). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r265595 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:44:44 2014 New Revision: 265595 URL: http://svnweb.freebsd.org/changeset/base/265595 Log: Add references to sponsor.ent and vendor.ent in relnotes/article.xml and share/xml/catalog.xml. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_U

svn commit: r265594 - head/release/doc/share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:43:23 2014 New Revision: 265594 URL: http://svnweb.freebsd.org/changeset/base/265594 Log: Add two new entity files in followup to r265590, sponsor.ent and vendor.ent, which will be used for sponsor/vendor names and URLs. Sponsored by: The FreeBSD Foundati

svn commit: r265593 - head/bin/dd

2014-05-07 Thread Thomas Quinot
Author: thomas Date: Wed May 7 19:33:29 2014 New Revision: 265593 URL: http://svnweb.freebsd.org/changeset/base/265593 Log: (dd_out): Fix handling of all-zeroes block at end of input with conv=sparse. This change fixes two separate issues observed when the last output block is all zero

svn commit: r265592 - head/usr.bin/printf

2014-05-07 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 7 19:30:28 2014 New Revision: 265592 URL: http://svnweb.freebsd.org/changeset/base/265592 Log: Add width and precision specifiers to printf(1) %n$. This actually completes r264743 so that width and precision specifiers work properly with %n$. These keeps consist

svn commit: r265591 - head/usr.bin/stat

2014-05-07 Thread Thomas Quinot
Author: thomas Date: Wed May 7 19:22:54 2014 New Revision: 265591 URL: http://svnweb.freebsd.org/changeset/base/265591 Log: Introduce a new command line switch '-H' for stat(1) causing arguments to be interpreted as NFS file handles. Reviewed by: -arch (jhb, eadler) MFC after:1 mo

svn commit: r265590 - head/release/doc/share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:20:54 2014 New Revision: 265590 URL: http://svnweb.freebsd.org/changeset/base/265590 Log: Modify release.xsl to allow proper attribution for sponsored and/or contributed works. This works similarly to how the subversion revision is suffixed in release not

svn commit: r265589 - stable/9/tools/tools/cxgbetool

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 19:13:09 2014 New Revision: 265589 URL: http://svnweb.freebsd.org/changeset/base/265589 Log: MFC r253870, r258698 (by gnn@), r259048, and r261534. r253870: Teach cxgbetool to display T5 congestion manager context. r258698: cxgbetool: "modinfo" command to

svn commit: r265588 - head/sys/dev/ath

2014-05-07 Thread Adrian Chadd
Author: adrian Date: Wed May 7 19:07:45 2014 New Revision: 265588 URL: http://svnweb.freebsd.org/changeset/base/265588 Log: Add casts to have it compile on amd64 without complaining about mismatched types. Tested: * AR9280, TDMA slave, amd64. Modified: head/sys/dev/ath/if_ath_tdm

svn commit: r265587 - stable/9/sys/net

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 19:05:14 2014 New Revision: 265587 URL: http://svnweb.freebsd.org/changeset/base/265587 Log: MFC r258692 and r260207 (both by gnn@) r258692: Add constants for use in interrogating various fiber and copper connectors most often used with network interfaces.

svn commit: r265586 - in stable/10: etc/mtree tests/sys tests/sys/netinet

2014-05-07 Thread Alan Somers
Author: asomers Date: Wed May 7 18:49:25 2014 New Revision: 265586 URL: http://svnweb.freebsd.org/changeset/base/265586 Log: MFC r263445 and r265385. Note that the change to ObsoleteFiles.inc in r265385 does not need to be MFCed, because the obsolete files in question were never MFCed to a

svn commit: r265585 - head/release/doc/en_US.ISO8859-1/hardware

2014-05-07 Thread Christian Brueffer
Author: brueffer Date: Wed May 7 18:27:12 2014 New Revision: 265585 URL: http://svnweb.freebsd.org/changeset/base/265585 Log: Generate hardware notes for mrsas(4). Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml

svn commit: r265584 - svnadmin/conf

2014-05-07 Thread Kenneth D. Merry
Author: ken Date: Wed May 7 18:22:30 2014 New Revision: 265584 URL: http://svnweb.freebsd.org/changeset/base/265584 Log: Add Steve McConnell (slm) as a src committer. Steve works for LSI (which is now Avago) and will be maintaing drivers for LSI's SAS and RAID products (mps(4), mpr(4), m

svn commit: r265583 - head/share/man/man4

2014-05-07 Thread Christian Brueffer
Author: brueffer Date: Wed May 7 18:21:38 2014 New Revision: 265583 URL: http://svnweb.freebsd.org/changeset/base/265583 Log: First cleanup pass: new sentence -> new line, mdoc, typos and style. Modified: head/share/man/man4/mrsas.4 Modified: head/share/man/man4/mrsas.4

svn commit: r265582 - in stable/9/sys/dev/cxgbe: . common tom

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 18:15:20 2014 New Revision: 265582 URL: http://svnweb.freebsd.org/changeset/base/265582 Log: MFC r259527, r260210 (by adrian@), r261533, r261536, r261537, r261558 (by scottl@), r263317, r263412, r263457, and r264621 (by emax@). r259527: Do not create a hardwa

svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Wed May 7 18:15:02 2014 New Revision: 265581 URL: http://svnweb.freebsd.org/changeset/base/265581 Log: bsd.compiler.mk was implicitly included by bsd.own.mk in historical versions. With its movement to src.opts.mk, bsd.prog.mk was testing COMPILER_TYPE without including th

svn commit: r265580 - head/share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Wed May 7 18:14:56 2014 New Revision: 265580 URL: http://svnweb.freebsd.org/changeset/base/265580 Log: All the NO_foo options processed in src.opts.mk are really bsd.opts.mk options, so move their processing there. This fixes issues with Makefiles that define NO_MAN=t and

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Alan Somers
On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: > On Tue, 6 May 2014, Alan Somers wrote: > >> Log: >> dd(1) uses gettimeofday(2) to compute the throughput statistics. >> However, >> gettimeofday returns the system clock, which may jump forward or back, >> especially if NTP is in use. If the

Re: svn commit: r265456 - head/libexec/rtld-elf

2014-05-07 Thread Mark Johnston
On Wed, May 7, 2014 at 8:14 AM, Bruce Simpson wrote: > Mark, > > > On 06/05/2014 19:07, Mark Johnston wrote: >> >> Log: >>Add a postinit debugger hook to rtld. This will be used by dtrace(1) to >> halt >>the victim process before its entry point is called, at which point >> probes >>an

svn commit: r265578 - head/libexec/rtld-elf

2014-05-07 Thread Mark Johnston
Author: markj Date: Wed May 7 17:21:22 2014 New Revision: 265578 URL: http://svnweb.freebsd.org/changeset/base/265578 Log: - Export the function added in r265456 rather than the non-existent _rtld_debug_postinit(). [1] - Use __compiler_membar() instead of inline asm in _r_debug_state() an

svn commit: r265577 - stable/10/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 17:20:15 2014 New Revision: 265577 URL: http://svnweb.freebsd.org/changeset/base/265577 Log: MFC r263311: nvme: Allocate all MSI resources up front so that we can fall back to INTx if necessary. Modified: stable/10/sys/dev/nvme/nvme_ctrlr.c stable/1

svn commit: r265576 - stable/10/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 17:18:51 2014 New Revision: 265576 URL: http://svnweb.freebsd.org/changeset/base/265576 Log: MFC r263310: nvme: Close hole where nvd(4) would not be notified of all nvme(4) instances if modules loaded during boot. Modified: stable/10/sys/dev/nvme/nvme

svn commit: r265575 - stable/10/share/man/man4

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 17:17:16 2014 New Revision: 265575 URL: http://svnweb.freebsd.org/changeset/base/265575 Log: MFC r263303: Update nvme(4) and nvd(4) man pages to clarify the differences between their respective device nodes. Modified: stable/10/share/man/man4/nvd.4

svn commit: r265573 - stable/10/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 17:02:15 2014 New Revision: 265573 URL: http://svnweb.freebsd.org/changeset/base/265573 Log: MFC r263278: nvme: NVMe specification dictates 4-byte alignment for PRPs (not 8). Modified: stable/10/sys/dev/nvme/nvme_qpair.c Directory Properties: stable/

svn commit: r265572 - stable/10/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 17:00:39 2014 New Revision: 265572 URL: http://svnweb.freebsd.org/changeset/base/265572 Log: MFC r263277: nvme: Remove the software progress marker SET_FEATURE command during controller initialization. The spec says OS drivers should send this comma

svn commit: r265571 - stable/10/sys/dev/isci/scil

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:57:33 2014 New Revision: 265571 URL: http://svnweb.freebsd.org/changeset/base/265571 Log: MFC r263276: Base the max number of SG elements on MAXPHYS. Modified: stable/10/sys/dev/isci/scil/sati_util.h stable/10/sys/dev/isci/scil/sci_controller_const

svn commit: r265570 - stable/10/sys/dev/isci/scil

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:56:20 2014 New Revision: 265570 URL: http://svnweb.freebsd.org/changeset/base/265570 Log: MFC r263275: isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit set translate their response. Modified: stable/10/sys/dev/isci/scil/sati_passthrou

svn commit: r265569 - stable/10/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:55:08 2014 New Revision: 265569 URL: http://svnweb.freebsd.org/changeset/base/265569 Log: MFC r260382: For IDENTIFY passthrough commands to Chatham prototype controllers, copy the spoofed identify data into the user buffer rather than issuing the co

svn commit: r265568 - stable/10/sbin/nvmecontrol

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:53:42 2014 New Revision: 265568 URL: http://svnweb.freebsd.org/changeset/base/265568 Log: MFC r260381: For "nvmecontrol devlist", show namespace sizes in terms of MB instead of GB to improve granularity of the reporting - especially for namespaces t

svn commit: r265567 - stable/10/sbin/nvmecontrol

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:52:29 2014 New Revision: 265567 URL: http://svnweb.freebsd.org/changeset/base/265567 Log: MFC r258071: Check for special status code from FIRMWARE_ACTIVATE command signifying that a reboot is required to complete activation of the requested firmware

svn commit: r265566 - stable/9/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:48:43 2014 New Revision: 265566 URL: http://svnweb.freebsd.org/changeset/base/265566 Log: MFC r263311: nvme: Allocate all MSI resources up front so that we can fall back to INTx if necessary. Modified: stable/9/sys/dev/nvme/nvme_ctrlr.c stable/9/

svn commit: r265565 - stable/9/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:47:58 2014 New Revision: 265565 URL: http://svnweb.freebsd.org/changeset/base/265565 Log: MFC r263310: nvme: Close hole where nvd(4) would not be notified of all nvme(4) instances if modules loaded during boot. Modified: stable/9/sys/dev/nvme/nvme.

svn commit: r265564 - stable/9/share/man/man4

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:46:56 2014 New Revision: 265564 URL: http://svnweb.freebsd.org/changeset/base/265564 Log: MFC r263303: Update nvme(4) and nvd(4) man pages to clarify the differences between their respective device nodes. Modified: stable/9/share/man/man4/nvd.4 s

svn commit: r265562 - stable/9/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:45:05 2014 New Revision: 265562 URL: http://svnweb.freebsd.org/changeset/base/265562 Log: MFC r263277: nvme: Remove the software progress marker SET_FEATURE command during controller initialization. The spec says OS drivers should send this comma

svn commit: r265563 - stable/9/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:45:50 2014 New Revision: 265563 URL: http://svnweb.freebsd.org/changeset/base/265563 Log: MFC r263278: nvme: NVMe specification dictates 4-byte alignment for PRPs (not 8). Modified: stable/9/sys/dev/nvme/nvme_qpair.c Directory Properties: stable/9

svn commit: r265561 - stable/9/sys/dev/isci/scil

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:44:02 2014 New Revision: 265561 URL: http://svnweb.freebsd.org/changeset/base/265561 Log: MFC r263276: Base the max number of SG elements on MAXPHYS. Modified: stable/9/sys/dev/isci/scil/sati_util.h stable/9/sys/dev/isci/scil/sci_controller_constan

svn commit: r265560 - stable/9/sys/dev/isci/scil

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:43:10 2014 New Revision: 265560 URL: http://svnweb.freebsd.org/changeset/base/265560 Log: MFC r263275: isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit set translate their response. Modified: stable/9/sys/dev/isci/scil/sati_passthroug

svn commit: r265559 - stable/9/sys/dev/nvme

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:42:19 2014 New Revision: 265559 URL: http://svnweb.freebsd.org/changeset/base/265559 Log: MFC r260382: For IDENTIFY passthrough commands to Chatham prototype controllers, copy the spoofed identify data into the user buffer rather than issuing the co

svn commit: r265558 - stable/9/sbin/nvmecontrol

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:40:44 2014 New Revision: 265558 URL: http://svnweb.freebsd.org/changeset/base/265558 Log: MFC r260381: For "nvmecontrol devlist", show namespace sizes in terms of MB instead of GB to improve granularity of the reporting - especially for namespaces t

svn commit: r265557 - stable/9/sbin/nvmecontrol

2014-05-07 Thread Jim Harris
Author: jimharris Date: Wed May 7 16:37:04 2014 New Revision: 265557 URL: http://svnweb.freebsd.org/changeset/base/265557 Log: MFC r258071: Check for special status code from FIRMWARE_ACTIVATE command signifying that a reboot is required to complete activation of the requested firmware

svn commit: r265556 - in stable/8/sys: amd64/amd64 i386/i386

2014-05-07 Thread Alan Cox
Author: alc Date: Wed May 7 16:28:36 2014 New Revision: 265556 URL: http://svnweb.freebsd.org/changeset/base/265556 Log: MFC r262338 When the kernel is running in a virtual machine, it cannot rely upon the processor family to determine if the workaround for AMD Family 10h Erratum 38

svn commit: r265555 - in head: share/man/man4 sys/conf sys/dev/mrsas sys/modules sys/modules/mrsas

2014-05-07 Thread Doug Ambrisko
Author: ambrisko Date: Wed May 7 16:16:49 2014 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: Add mrsas(4) driver from LSI official support of newer MegaRAID SAS cards. LSI has been maintaining this driver outside of the FreeBSD tree. It overlaps support of

Re: svn commit: r265498 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierała
Wiadomość napisana przez Robert Watson w dniu 7 maj 2014, o godz. 13:49: > On Wed, 7 May 2014, Edward Tomasz Napierala wrote: > >> Author: trasz >> Date: Wed May 7 06:38:19 2014 >> New Revision: 265498 >> URL: http://svnweb.freebsd.org/changeset/base/265498 >> >> Log: >> MFC r264025: >> >> Get

svn commit: r265554 - in stable/9/sys: amd64/amd64 i386/i386

2014-05-07 Thread Alan Cox
Author: alc Date: Wed May 7 15:52:41 2014 New Revision: 265554 URL: http://svnweb.freebsd.org/changeset/base/265554 Log: MFC r262338 When the kernel is running in a virtual machine, it cannot rely upon the processor family to determine if the workaround for AMD Family 10h Erratum 38

svn commit: r265553 - in stable/9/sys/dev/cxgbe: . common tom

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 15:34:04 2014 New Revision: 265553 URL: http://svnweb.freebsd.org/changeset/base/265553 Log: MFC r259103 and r259382. r259103: cxgbe(4): save a copy of the RSS map for each port for the driver's use. r259382: Read card capabilities after firmware initial

svn commit: r265552 - in stable/9/sys/dev/cxgbe: . common

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 15:24:24 2014 New Revision: 265552 URL: http://svnweb.freebsd.org/changeset/base/265552 Log: MFC r258879: cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to program scheduling classes in the chip and to bind tx queue(s) to a scheduling class respecti

svn commit: r265551 - stable/9/sys/dev/cxgbe

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 15:13:57 2014 New Revision: 265551 URL: http://svnweb.freebsd.org/changeset/base/265551 Log: MFC r257772, r258441, and r258689. r257772: cxgbe(4): Tidy up the display for payload memory statistics (pm_stats). # sysctl -n dev.t4nex.0.misc.pm_stats # sysct

svn commit: r265549 - stable/9/sys/dev/cxgbe

2014-05-07 Thread Navdeep Parhar
Author: np Date: Wed May 7 15:01:14 2014 New Revision: 265549 URL: http://svnweb.freebsd.org/changeset/base/265549 Log: MFC r257654 cxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x4) from the register dump. Turns out it's a write-only register with strange side effects on read. Modified: stab

Re: svn commit: r265442 - head/sys/dev/vt

2014-05-07 Thread Aleksandr Rybalko
On Wed, 7 May 2014 02:26:20 +1000 (EST) Bruce Evans wrote: > On Tue, 6 May 2014, Matthew Fleming wrote: > > > On Tue, May 6, 2014 at 6:52 AM, Aleksandr Rybalko wrote: > >> Log: > >> Implement KDMKTONE ioctl. > > Does it have to have to be even worse than syscons? > > >> Modified: head/sys/d

svn commit: r265546 - head/sys/dev/vt

2014-05-07 Thread Aleksandr Rybalko
Author: ray Date: Wed May 7 13:53:38 2014 New Revision: 265546 URL: http://svnweb.freebsd.org/changeset/base/265546 Log: Fix possible divide by zero. Spotted by: many Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c ===

Re: svn commit: r265418 - head/sys/vm

2014-05-07 Thread Ian Lepore
On Tue, 2014-05-06 at 18:59 -0500, Alan Cox wrote: > On 05/06/2014 07:39, Ian Lepore wrote: > > On Tue, 2014-05-06 at 03:42 +, Alan Cox wrote: > >> Author: alc > >> Date: Tue May 6 03:42:04 2014 > >> New Revision: 265418 > >> URL: http://svnweb.freebsd.org/changeset/base/265418 > >> > >> Log:

svn commit: r265545 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:48:18 2014 New Revision: 265545 URL: http://svnweb.freebsd.org/changeset/base/265545 Log: Document r265388, addition of mpr(4). Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/r

svn commit: r265542 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:30 2014 New Revision: 265542 URL: http://svnweb.freebsd.org/changeset/base/265542 Log: Move r265348 to 'net-if' section. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_

svn commit: r265540 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:26 2014 New Revision: 265540 URL: http://svnweb.freebsd.org/changeset/base/265540 Log: Document r265236, addition of mpr(4). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc

svn commit: r265543 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:31 2014 New Revision: 265543 URL: http://svnweb.freebsd.org/changeset/base/265543 Log: Sort entries by svn revision as oldest-newest to match entry order in other branches. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-

svn commit: r265544 - head/release/doc/en_US.ISO8859-1/relnotes

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:33 2014 New Revision: 265544 URL: http://svnweb.freebsd.org/changeset/base/265544 Log: Add svn revision number to sendmail entry and wrap line. Fix capitalization of Sendmail. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO

  1   2   >