svn commit: r265503 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:18:38 2014 New Revision: 265503 URL: http://svnweb.freebsd.org/changeset/base/265503 Log: MFC r264163: Remove hack to pass STAILQ to a function and do it properly instead. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/icl.c

svn commit: r265504 - stable/10/sys/cam/ctl

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:20:02 2014 New Revision: 265504 URL: http://svnweb.freebsd.org/changeset/base/265504 Log: MFC r264264 by mav@: Wakeup only one thread of added in r263978i at a time. This slightly reduces lock congestion between threads. Modified: stable/10/sys/cam/

svn commit: r265502 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:17:11 2014 New Revision: 265502 URL: http://svnweb.freebsd.org/changeset/base/265502 Log: MFC r264122: Rework the iSCSI PDU transmit code to avoid lock contention and coalesce PDUs before sending. Sponsored by: The FreeBSD Foundation Modified: sta

svn commit: r265508 - in stable/10/sys: cam/ctl dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:31:25 2014 New Revision: 265508 URL: http://svnweb.freebsd.org/changeset/base/265508 Log: MFC r264525: Add some stuff to make it easier to figure out for the system administrator whether the ICL_KERNEL_PROXY stuff got compiled in correctly. Sponsored

svn commit: r265509 - in stable/10: sys/cam/ctl sys/dev/iscsi usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:32:45 2014 New Revision: 265509 URL: http://svnweb.freebsd.org/changeset/base/265509 Log: MFC r264526: Properly identify target portal when running in proxy mode. While here, remove CTL_ISCSI_CLOSE, it wasn't used or implemented anyway. Sponsored by

svn commit: r265510 - stable/10/sys/cam/ctl

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:33:56 2014 New Revision: 265510 URL: http://svnweb.freebsd.org/changeset/base/265510 Log: MFC r264527: Make it possible to interrupt login when running in proxy mode. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/cam/ctl/ctl_frontend_

svn commit: r265511 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:35:21 2014 New Revision: 265511 URL: http://svnweb.freebsd.org/changeset/base/265511 Log: MFC r264528: Rework the way we enable CTL iSCSI port. Previously conf_apply() needed it to be already enabled, because listening in proxy mode requires it; howeve

svn commit: r265506 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:28:23 2014 New Revision: 265506 URL: http://svnweb.freebsd.org/changeset/base/265506 Log: MFC r264500: Stop treating LUN 0 as mandatory. There is no reason to do that. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctld.c Di

svn commit: r265505 - in stable/10/sys: cam/ctl dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:25:47 2014 New Revision: 265505 URL: http://svnweb.freebsd.org/changeset/base/265505 Log: MFC r263740: Use a less unusual syntax in debug printfs. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/cam/ctl/ctl_frontend_iscsi.c stable/10/

svn commit: r265507 - in stable/10: sys/cam/ctl usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:29:39 2014 New Revision: 265507 URL: http://svnweb.freebsd.org/changeset/base/265507 Log: MFC r264524: Make it possible for the iSCSI target side to operate in both normal and ICL_KERNEL_PROXY mode, and fix some bit rot so the latter actually works agai

svn commit: r265512 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:36:46 2014 New Revision: 265512 URL: http://svnweb.freebsd.org/changeset/base/265512 Log: MFC r264529: Use socket address from accept(2) instead of retrieving it via getpeername(2). Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin

svn commit: r265513 - in stable/10: sys/cam/ctl sys/dev/iscsi usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:37:55 2014 New Revision: 265513 URL: http://svnweb.freebsd.org/changeset/base/265513 Log: MFC r264530: Properly pass the initiator address when running in proxy mode. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/cam/ctl/ctl_frontend_

svn commit: r265514 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:39:16 2014 New Revision: 265514 URL: http://svnweb.freebsd.org/changeset/base/265514 Log: MFC r264531: Constify. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctld.c stable/10/usr.sbin/ctld/ctld.h Directory Properties: s

svn commit: r265515 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:40:45 2014 New Revision: 265515 URL: http://svnweb.freebsd.org/changeset/base/265515 Log: MFC r264532: Use proper terminology in debug messages. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/login.c Directory Properties: s

svn commit: r265516 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:41:58 2014 New Revision: 265516 URL: http://svnweb.freebsd.org/changeset/base/265516 Log: MFC r264533: Use consistent punctuation. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctld.c Directory Properties: stable/10/ (pr

svn commit: r265518 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:43:13 2014 New Revision: 265518 URL: http://svnweb.freebsd.org/changeset/base/265518 Log: MFC r264534: If we fail to create LUN, try again on next configuration reload. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctld.c Di

svn commit: r265519 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:44:17 2014 New Revision: 265519 URL: http://svnweb.freebsd.org/changeset/base/265519 Log: MFC r264535: English. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctld.c Directory Properties: stable/10/ (props changed) Modif

svn commit: r265520 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:45:22 2014 New Revision: 265520 URL: http://svnweb.freebsd.org/changeset/base/265520 Log: MFC r264536: Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway, because of ISCSIDFAIL. Sponsored by: The FreeBSD Foundation Modified: stable/10/

svn commit: r265521 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:46:23 2014 New Revision: 265521 URL: http://svnweb.freebsd.org/changeset/base/265521 Log: MFC r264537: Be more strict with locking for is_waiting_for_iscsid variable. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/iscsi.c Dir

svn commit: r265522 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:47:29 2014 New Revision: 265522 URL: http://svnweb.freebsd.org/changeset/base/265522 Log: MFC r264538: Remove useless debug. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/iscsi.c Directory Properties: stable/10/ (props c

svn commit: r265523 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:48:32 2014 New Revision: 265523 URL: http://svnweb.freebsd.org/changeset/base/265523 Log: MFC r264544: Add kern.iscsi.fail_on_disconnection; this is required for gmultipath to work. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/

svn commit: r265524 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:53:24 2014 New Revision: 265524 URL: http://svnweb.freebsd.org/changeset/base/265524 Log: MFC r264348 by mav@: Improve use of socket buffer upcalls. Use soreadable()/sowriteable() in socket upcalls to avoid extra wakeups until we have enough data to

svn commit: r265525 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:54:47 2014 New Revision: 265525 URL: http://svnweb.freebsd.org/changeset/base/265525 Log: MFC r264545: Fix typo. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/iscsi/icl.c Directory Properties: stable/10/ (props changed) Modif

svn commit: r265526 - in stable/10: sys/dev/iscsi usr.sbin/iscsid

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:56:36 2014 New Revision: 265526 URL: http://svnweb.freebsd.org/changeset/base/265526 Log: MFC r264549: Make it possible for the initiator side to operate in both proxy and normal mode; this makes it possible to compile with the former by default, but us

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

2014-05-07 Thread Adrian Chadd
Author: adrian Date: Wed May 7 07:57:50 2014 New Revision: 265527 URL: http://svnweb.freebsd.org/changeset/base/265527 Log: There's no need to be this paranoid - ni is deferenced before this point. Coverity ID: CID 1211937 Modified: head/sys/dev/ath/if_ath_rx.c Modified: head/sys/d

svn commit: r265528 - stable/10/usr.sbin/iscsid

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:57:53 2014 New Revision: 265528 URL: http://svnweb.freebsd.org/changeset/base/265528 Log: MFC r264604: Remove redundant code. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/iscsid/login.c Directory Properties: stable/10/ (prop

svn commit: r265529 - stable/10/usr.bin/iscsictl

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 07:59:44 2014 New Revision: 265529 URL: http://svnweb.freebsd.org/changeset/base/265529 Log: MFC r264876: Grammar fix. Modified: stable/10/usr.bin/iscsictl/iscsictl.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.bin/iscsictl

svn commit: r265530 - stable/10/usr.sbin/ctld

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 08:00:59 2014 New Revision: 265530 URL: http://svnweb.freebsd.org/changeset/base/265530 Log: MFC r264877: Style fixes. Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctl.conf.5 Directory Properties: stable/10/ (props changed

svn commit: r265531 - stable/10/sys/dev/iscsi

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 08:03:30 2014 New Revision: 265531 URL: http://svnweb.freebsd.org/changeset/base/265531 Log: MFC r264355 by mav@: Remove unused val argument value from SYSCTL_INT() calls. Modified: stable/10/sys/dev/iscsi/icl.c stable/10/sys/dev/iscsi/iscsi.c Directory P

svn commit: r265532 - stable/10/usr.bin/iscsictl

2014-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 7 08:04:41 2014 New Revision: 265532 URL: http://svnweb.freebsd.org/changeset/base/265532 Log: MFC r264405: Fix periph listing when IOCTL buffer border hits result for wanted bus. Modified: stable/10/usr.bin/iscsictl/periphs.c Directory Properties: stable/1

svn commit: r265533 - in stable/10/usr.bin: bc dc

2014-05-07 Thread Xin LI
Author: delphij Date: Wed May 7 08:06:54 2014 New Revision: 265533 URL: http://svnweb.freebsd.org/changeset/base/265533 Log: MFC r264573+264608+264609: Sync with OpenBSD. Added: stable/10/usr.bin/bc/tty.c - copied unchanged from r264573, head/usr.bin/bc/tty.c Modified: stable/10/

svn commit: r265534 - in head: lib/libc/sys sys/vm

2014-05-07 Thread Peter Holm
Author: pho Date: Wed May 7 08:38:02 2014 New Revision: 265534 URL: http://svnweb.freebsd.org/changeset/base/265534 Log: msync(2) must return ENOMEM and not EINVAL when the address is outside the allowed range or when one or more pages are not mapped. This according to The Open Group Base S

svn commit: r265535 - head/sbin/gvinum

2014-05-07 Thread Marius Strobl
Author: marius Date: Wed May 7 09:15:46 2014 New Revision: 265535 URL: http://svnweb.freebsd.org/changeset/base/265535 Log: - Sprinkle const and static as appropriate. - Fix whitespace bugs. - Remove pointless returns in void functions. - Nuke pointless switch cases mirroring the default.

svn commit: r265537 - stable/9/sys/conf

2014-05-07 Thread Marius Strobl
Author: marius Date: Wed May 7 09:56:14 2014 New Revision: 265537 URL: http://svnweb.freebsd.org/changeset/base/265537 Log: MFC: r265248 Allow GEOM_VINUM to be statically compiled into the kernel. Submitted by: gleb Modified: stable/9/sys/conf/NOTES stable/9/sys/conf/files stab

svn commit: r265536 - in stable/10: sbin/gvinum sys/conf

2014-05-07 Thread Marius Strobl
Author: marius Date: Wed May 7 09:55:47 2014 New Revision: 265536 URL: http://svnweb.freebsd.org/changeset/base/265536 Log: MFC: r265248 Allow GEOM_VINUM to be statically compiled into the kernel. Submitted by: gleb Modified: stable/10/sbin/gvinum/gvinum.c stable/10/sbin/gvinum/g

svn commit: r265538 - stable/8/sys/conf

2014-05-07 Thread Marius Strobl
Author: marius Date: Wed May 7 09:56:28 2014 New Revision: 265538 URL: http://svnweb.freebsd.org/changeset/base/265538 Log: MFC: r265248 Allow GEOM_VINUM to be statically compiled into the kernel. Submitted by: gleb Modified: stable/8/sys/conf/NOTES stable/8/sys/conf/files stab

svn commit: r265539 - head/sys/geom/part

2014-05-07 Thread Andrey V. Elsukov
Author: ae Date: Wed May 7 11:18:27 2014 New Revision: 265539 URL: http://svnweb.freebsd.org/changeset/base/265539 Log: It is safe to allow shrinking, when aligned size is bigger than current. Tested by:jmg MFC after:1 week Modified: head/sys/geom/part/g_part_mbr.c head/sys/

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

2014-05-07 Thread Robert Watson
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 rid of the "autoscaling", instead just set socket buffer sizes in the usual way. The only thing th

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

2014-05-07 Thread Bruce Simpson
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 and DOF data are registered with the kernel. I recently had a situation where I

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:28 2014 New Revision: 265541 URL: http://svnweb.freebsd.org/changeset/base/265541 Log: Document r265348, Atheros AR support. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release

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

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: 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: 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

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: 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: 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: 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

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: 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: 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: 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

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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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

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

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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

  1   2   >