Re: svn commit: r278431 - head/sys/contrib/vchiq/interface/vchiq_arm

2015-02-09 Thread Konstantin Belousov
On Mon, Feb 09, 2015 at 05:00:49PM +1100, Bruce Evans wrote: On Mon, 9 Feb 2015, Oleksandr Tymoshenko wrote: Log: Do not mark shared structures as __packed, it leads to race condition If structure packed as __packed clang (and probably gcc) generates code that loads word fields

svn commit: r278440 - in stable/10/sys/cam: . scsi

2015-02-09 Thread Alexander Motin
Author: mav Date: Mon Feb 9 09:10:46 2015 New Revision: 278440 URL: https://svnweb.freebsd.org/changeset/base/278440 Log: MFC r278111: Retry indefinitely on SCSI BUSY status from VMware disks and CDs. VMware returns BUSY status when storage has transient connectivity issues. It is often

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

2015-02-09 Thread Alexander Motin
Author: mav Date: Mon Feb 9 09:08:55 2015 New Revision: 278439 URL: https://svnweb.freebsd.org/changeset/base/278439 Log: MFC r278098, r278099: Add some fields and constants from RFC7144. Modified: stable/10/sys/dev/iscsi/iscsi_proto.h Directory Properties: stable/10/ (props changed)

svn commit: r278441 - in stable/9/sys/cam: . scsi

2015-02-09 Thread Alexander Motin
Author: mav Date: Mon Feb 9 09:14:22 2015 New Revision: 278441 URL: https://svnweb.freebsd.org/changeset/base/278441 Log: MFC r278111: Retry indefinitely on SCSI BUSY status from VMware disks and CDs. VMware returns BUSY status when storage has transient connectivity issues. It is often

svn commit: r278442 - head/sys/sys

2015-02-09 Thread Xin LI
Author: delphij Date: Mon Feb 9 09:17:00 2015 New Revision: 278442 URL: https://svnweb.freebsd.org/changeset/base/278442 Log: Chase r278433: bump __FreeBSD_version for xz 5.2.0 which adds multi-thread capability to liblzma. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r278443 - stable/10/usr.sbin/freebsd-update

2015-02-09 Thread Brooks Davis
Author: brooks Date: Mon Feb 9 09:22:47 2015 New Revision: 278443 URL: https://svnweb.freebsd.org/changeset/base/278443 Log: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when upgrading from

svn commit: r278444 - stable/9/usr.sbin/freebsd-update

2015-02-09 Thread Brooks Davis
Author: brooks Date: Mon Feb 9 09:45:58 2015 New Revision: 278444 URL: https://svnweb.freebsd.org/changeset/base/278444 Log: MFC r278337: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when

Re: svn commit: r278431 - head/sys/contrib/vchiq/interface/vchiq_arm

2015-02-09 Thread Bruce Evans
On Mon, 9 Feb 2015, Konstantin Belousov wrote: On Mon, Feb 09, 2015 at 05:00:49PM +1100, Bruce Evans wrote: On Mon, 9 Feb 2015, Oleksandr Tymoshenko wrote: ... I think the full bugs only occur when arch has strict alignment requirements and the alignment of the __packed objects is not known.

svn commit: r278445 - head/release

2015-02-09 Thread Glen Barber
Author: gjb Date: Mon Feb 9 09:56:21 2015 New Revision: 278445 URL: https://svnweb.freebsd.org/changeset/base/278445 Log: Define FREEBSD_VERSION in release/Makefile, derived from sys/sys/param.h. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile Modified:

svn commit: r278459 - head/sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:04:01 2015 New Revision: 278459 URL: https://svnweb.freebsd.org/changeset/base/278459 Log: Make sure that we define DTB{OWN,GRP,MODE} so install works. Submitted by: Guy Yur Modified: head/sys/conf/dtb.mk Modified: head/sys/conf/dtb.mk

svn commit: r278460 - head/sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:04:08 2015 New Revision: 278460 URL: https://svnweb.freebsd.org/changeset/base/278460 Log: We need to create /boot/dtb since some use cases don't create a full root with BSD.root.mtree, so it often times will not exist. Rather than force the latter for an

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 05:08, Dmitry Morozovsky ma...@rinet.ru wrote: BTW, Rui, did you some comparative tests with pxz? No, I didn't, but now it should be easy for you to try! :-) -- Rui Paulo ___ svn-src-all@freebsd.org mailing list

svn commit: r278463 - head/sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:29:44 2015 New Revision: 278463 URL: https://svnweb.freebsd.org/changeset/base/278463 Log: Prefer install over mkdir to create the directory. Add test to ensure the directory doesn't exist before creating it. This makes the NO_ROOT case actually work.

Re: svn commit: r278450 - head/release

2015-02-09 Thread Adrian Chadd
... this is why we should have some kind of version identifier in each tool, or capability lists. Otherwise lulz will ensue like this. -adrian On 9 February 2015 at 08:44, Rui Paulo rpa...@me.com wrote: On Feb 9, 2015, at 02:46, Glen Barber g...@freebsd.org wrote: Author: gjb Date: Mon Feb

svn commit: r278461 - head/sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:10:30 2015 New Revision: 278461 URL: https://svnweb.freebsd.org/changeset/base/278461 Log: Fix typo. Submitted by: jhb@ Modified: head/sys/conf/dtb.mk Modified: head/sys/conf/dtb.mk

Re: svn commit: r278450 - head/release

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 02:46, Glen Barber g...@freebsd.org wrote: Author: gjb Date: Mon Feb 9 10:46:39 2015 New Revision: 278450 URL: https://svnweb.freebsd.org/changeset/base/278450 Log: Revert r278445. I was going to use __FreeBSD_version to determine if xz(1) should be

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 08:16, John Baldwin j...@freebsd.org wrote: On Monday, February 09, 2015 06:20:35 AM Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 06:20:34 2015 New Revision: 278433 URL: https://svnweb.freebsd.org/changeset/base/278433 Log: Merge xz 5.2.0. This brings support

svn commit: r278462 - in head: share/mk sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:21:49 2015 New Revision: 278462 URL: https://svnweb.freebsd.org/changeset/base/278462 Log: Move these definitions to bsd.own.mk along side the kernel directory / user defines. Make this work with WITH_INSTALL_AS_USER as well. Noticed by: ian@ Modified:

Re: svn commit: r278452 - head/sys/powerpc/pseries

2015-02-09 Thread Nathan Whitehorn
Thank you -- sorry for missing this! -Nathan On 02/09/15 03:34, Bjoern A. Zeeb wrote: Author: bz Date: Mon Feb 9 11:34:45 2015 New Revision: 278452 URL: https://svnweb.freebsd.org/changeset/base/278452 Log: Properly hide a variable under #ifdef as it is only used inside the specific

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread John Baldwin
On Monday, February 09, 2015 06:20:35 AM Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 06:20:34 2015 New Revision: 278433 URL: https://svnweb.freebsd.org/changeset/base/278433 Log: Merge xz 5.2.0. This brings support for multi-threaded compression. This brings close N times

svn commit: r278486 - head

2015-02-09 Thread Glen Barber
Author: gjb Date: Tue Feb 10 01:35:26 2015 New Revision: 278486 URL: https://svnweb.freebsd.org/changeset/base/278486 Log: Exclude 'tests' from DEBUG_DISTRIBUTIONS. Sponsored by: The FreeBSD Foundation Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 15:28, Konstantin Belousov kostik...@gmail.com wrote: Arguably, there should be a knob, probably sysctl, to turn the functionality off. I definitely do not want this on crash boxes used for userspace debugging. Even despite the example handler is inactive. OK, I can provide

Re: svn commit: r278486 - head

2015-02-09 Thread NGie Cooper
On Mon, Feb 9, 2015 at 5:35 PM, Glen Barber g...@freebsd.org wrote: Author: gjb Date: Tue Feb 10 01:35:26 2015 New Revision: 278486 URL: https://svnweb.freebsd.org/changeset/base/278486 Log: Exclude 'tests' from DEBUG_DISTRIBUTIONS. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r278495 - in head/sys: conf powerpc/aim powerpc/conf powerpc/ofw powerpc/wii

2015-02-09 Thread Rui Paulo
Author: rpaulo Date: Tue Feb 10 06:35:16 2015 New Revision: 278495 URL: https://svnweb.freebsd.org/changeset/base/278495 Log: Remove FreeBSD/wii. This port failed to gain traction and probably only a couple Wii consoles ran FreeBSD all the way to single user mode with an md(4). IPC

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Glen Barber
On Mon, Feb 09, 2015 at 04:08:00PM +0300, Dmitry Morozovsky wrote: FWIW, compressing VM images (some sparse files, some not) would take upwards of 45 minutes, which after this update, just takes a few minutes. root@releng2:/R2/vmimages # time xz -T 0 -k

svn commit: r278485 - in head/sys/dev/cxgbe: . common

2015-02-09 Thread Navdeep Parhar
Author: np Date: Tue Feb 10 01:16:43 2015 New Revision: 278485 URL: https://svnweb.freebsd.org/changeset/base/278485 Log: cxgbe(4): allow the SET_FILTER_MODE ioctl to change the mode when it's safe to do so. MFC after:1 month Modified: head/sys/dev/cxgbe/common/t4_hw.c

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-09 Thread Don Lewis
On 9 Feb, Don Lewis wrote: On 10 Feb, Mateusz Guzik wrote: On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote: +notify 10 { + match system kernel; + match subsystem signal; + match typecoredump; + action logger $comm $core; +}; + */ [..] +

svn commit: r278492 - head/usr.sbin/bsdconfig/console

2015-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 10 03:17:51 2015 New Revision: 278492 URL: https://svnweb.freebsd.org/changeset/base/278492 Log: Add vt_* aliases to bsdconfig console entries. NB: syscons_* kept for backward compatibility Modified: head/usr.sbin/bsdconfig/console/INDEX Modified:

svn commit: r278491 - head/usr.sbin/bsdconfig/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 10 03:15:54 2015 New Revision: 278491 URL: https://svnweb.freebsd.org/changeset/base/278491 Log: Add bsdconfig api function f_dialog_menutag2help() Modified: head/usr.sbin/bsdconfig/share/dialog.subr Modified: head/usr.sbin/bsdconfig/share/dialog.subr

Re: svn commit: r278478 - head/sys/sys

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 16:02, John-Mark Gurney j...@funkthat.com wrote: Rui Paulo wrote this message on Mon, Feb 09, 2015 at 23:04 +: Author: rpaulo Date: Mon Feb 9 23:04:30 2015 New Revision: 278478 URL: https://svnweb.freebsd.org/changeset/base/278478 Log: Add the ability to print a

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 18:43, Mateusz Guzik mjgu...@gmail.com wrote: On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote: +notify 10 { +match system kernel; +match subsystem signal; +match typecoredump; +action logger $comm $core; +}; + */

Re: svn commit: r278478 - head/sys/sys

2015-02-09 Thread Julian Elischer
On 2/10/15 8:02 AM, John-Mark Gurney wrote: Rui Paulo wrote this message on Mon, Feb 09, 2015 at 23:04 +: Author: rpaulo Date: Mon Feb 9 23:04:30 2015 New Revision: 278478 URL: https://svnweb.freebsd.org/changeset/base/278478 Log: Add the ability to print a vendor copyright in dmesg.

Re: svn commit: r278323 - in head: etc/rc.d usr.sbin/jail

2015-02-09 Thread James Gritton
On 2015-02-06 22:23, Garrett Cooper wrote: On Feb 6, 2015, at 18:38, James Gritton ja...@freebsd.org wrote: On 2015-02-06 19:23, Garrett Cooper wrote: I think you broke the Jenkins tests runs, and potentially jail support in some edgecases:

svn commit: r278490 - head/usr.sbin/bsdconfig/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 10 03:12:11 2015 New Revision: 278490 URL: https://svnweb.freebsd.org/changeset/base/278490 Log: Add bsdconfig api functions f_dialog_pause()/f_dialog_pause_no_cancel() Modified: head/usr.sbin/bsdconfig/share/dialog.subr Modified:

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-09 Thread Don Lewis
On 10 Feb, Mateusz Guzik wrote: On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote: +notify 10 { +match system kernel; +match subsystem signal; +match typecoredump; +action logger $comm $core; +}; + */ [..] +if

Re: svn commit: r278486 - head

2015-02-09 Thread Glen Barber
On Mon, Feb 09, 2015 at 07:40:02PM -0800, NGie Cooper wrote: On Mon, Feb 9, 2015 at 5:35 PM, Glen Barber g...@freebsd.org wrote: Log: Exclude 'tests' from DEBUG_DISTRIBUTIONS. Were the tests distribution debug files really blowing up the install size? No, considering there are no

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread randall
Peter: I am not sure what you mean.. :-) The in6_lltable_lookup() is right at the line where the code has done: LLE_WLOCK(lle); lle-la_flags |= LLE_DELETED;- Now without seeing the registers and having a bit more details I can't say. My guess is lle is NULL or 0xdeadcode.. If so this

Re: svn commit: r278323 - in head: etc/rc.d usr.sbin/jail

2015-02-09 Thread NGie Cooper
On Sat, Feb 7, 2015 at 12:10 AM, Konstantin Belousov kostik...@gmail.com wrote: On Fri, Feb 06, 2015 at 09:23:47PM -0800, Garrett Cooper wrote: pgrep uses /proc to determine whether or not a process is running. If it?s not properly mounted or the jail isn?t started properly, that could cause

Re: svn commit: r278478 - head/sys/sys

2015-02-09 Thread Ian Lepore
On Mon, 2015-02-09 at 16:02 -0800, John-Mark Gurney wrote: Rui Paulo wrote this message on Mon, Feb 09, 2015 at 23:04 +: Author: rpaulo Date: Mon Feb 9 23:04:30 2015 New Revision: 278478 URL: https://svnweb.freebsd.org/changeset/base/278478 Log: Add the ability to print a

svn commit: r278457 - in head: share/mk sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:03:55 2015 New Revision: 278457 URL: https://svnweb.freebsd.org/changeset/base/278457 Log: Enforce that MK_foo options shall be either yes or no and nothing else. Modified: head/share/mk/bsd.mkopt.mk head/sys/conf/kern.opts.mk Modified:

svn commit: r278458 - head/sys/conf

2015-02-09 Thread Warner Losh
Author: imp Date: Mon Feb 9 16:03:59 2015 New Revision: 278458 URL: https://svnweb.freebsd.org/changeset/base/278458 Log: Pass MODULES_EXTRA to the modules build. While I'm here, also always pass WITHOUT_MODULES down. There's no need to make this conditional. Submitted by: Guy Yur

svn commit: r278456 - head/sys/powerpc/pseries

2015-02-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Feb 9 15:58:27 2015 New Revision: 278456 URL: https://svnweb.freebsd.org/changeset/base/278456 Log: Mark invalid page table entries correctly for PMAP as well as for the hypervisor. This prevents an infinite loop where processes with evicted pages would page

Re: svn commit: r278460 - head/sys/conf

2015-02-09 Thread Brooks Davis
On Mon, Feb 09, 2015 at 04:04:09PM +, Warner Losh wrote: Author: imp Date: Mon Feb 9 16:04:08 2015 New Revision: 278460 URL: https://svnweb.freebsd.org/changeset/base/278460 Log: We need to create /boot/dtb since some use cases don't create a full root with BSD.root.mtree, so it

svn commit: r278464 - in head/usr.sbin/bsdconfig: console includes share timezone/share usermgmt/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Mon Feb 9 17:18:10 2015 New Revision: 278464 URL: https://svnweb.freebsd.org/changeset/base/278464 Log: Replace the only instance of sed(1) in bsdconfig(8) with awk(1). MFC after:3 days Modified: head/usr.sbin/bsdconfig/console/INDEX

svn commit: r278467 - head/usr.sbin/bsdconfig/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Mon Feb 9 19:16:19 2015 New Revision: 278467 URL: https://svnweb.freebsd.org/changeset/base/278467 Log: Replace the only instance of sed(1) in bsdconfig(8) with awk(1). MFC after:3 days Modified: head/usr.sbin/bsdconfig/share/keymap.subr Modified:

svn commit: r278471 - head/sys/powerpc/pseries

2015-02-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Feb 9 19:21:54 2015 New Revision: 278471 URL: https://svnweb.freebsd.org/changeset/base/278471 Log: Distribute interrupts across multiple CPUs in SMP configurations instead of sending them all to CPU 0. Modified: head/sys/powerpc/pseries/xics.c Modified:

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

2015-02-09 Thread Randall Stewart
Author: rrs Date: Mon Feb 9 19:19:44 2015 New Revision: 278469 URL: https://svnweb.freebsd.org/changeset/base/278469 Log: This fixes two conditions that can incur when migration is being done in the callout code and harmonizes the macro use.: 1) The callout_active() will lie. Basically

Re: svn commit: r278467 - head/usr.sbin/bsdconfig/share

2015-02-09 Thread Devin Teske
sed was an odd-man out. awk is used almost 200 times, and sed only once. Consider it the removal of an unnecessary dependency. If there were similar cases of a utility only being used once, I would probably do the same thing (e.g., if “tr” was used only once, I might convert it to “awk”). I’m

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Rui Paulo
On Feb 8, 2015, at 22:20, Rui Paulo rpa...@freebsd.org wrote: Author: rpaulo Date: Mon Feb 9 06:20:34 2015 New Revision: 278433 URL: https://svnweb.freebsd.org/changeset/base/278433 Log: Merge xz 5.2.0. This brings support for multi-threaded compression. This brings close N

svn commit: r278497 - in vendor/compiler-rt/dist: . cmake cmake/Modules include include/sanitizer lib/asan lib/asan/scripts lib/asan/tests lib/builtins lib/dfsan lib/lsan lib/msan lib/msan/tests li...

2015-02-09 Thread Dimitry Andric
Author: dim Date: Tue Feb 10 07:45:43 2015 New Revision: 278497 URL: https://svnweb.freebsd.org/changeset/base/278497 Log: Import compiler-rt trunk r228651. https://llvm.org/svn/llvm-project/compiler-rt/trunk@228651 Added: vendor/compiler-rt/dist/include/sanitizer/coverage_interface.h

svn commit: r278498 - vendor/compiler-rt/compiler-rt-r228651

2015-02-09 Thread Dimitry Andric
Author: dim Date: Tue Feb 10 07:46:25 2015 New Revision: 278498 URL: https://svnweb.freebsd.org/changeset/base/278498 Log: Tag compiler-rt trunk r228651. Added: vendor/compiler-rt/compiler-rt-r228651/ - copied from r278497, vendor/compiler-rt/dist/

svn commit: r278496 - stable/10/sys/contrib/dev/ath/ath_hal/ar9300

2015-02-09 Thread Dimitry Andric
Author: dim Date: Tue Feb 10 07:35:16 2015 New Revision: 278496 URL: https://svnweb.freebsd.org/changeset/base/278496 Log: MFC r278348: Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by making the ia_array field of struct ar9300_ini_array const, and removing the

Re: svn commit: r278450 - head/release

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 08:50, Adrian Chadd adr...@freebsd.org wrote: ... this is why we should have some kind of version identifier in each tool, or capability lists. Otherwise lulz will ensue like this. Well, we have: xz --version will output a version string that should be easy to parse. --

svn commit: r278465 - in head/usr.sbin/bsdconfig: console includes share timezone/share usermgmt/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Mon Feb 9 17:22:54 2015 New Revision: 278465 URL: https://svnweb.freebsd.org/changeset/base/278465 Log: Revert SVN r278464 -- fingers were in perforce mode (premature commit of future stuffs not yet ready). Modified: head/usr.sbin/bsdconfig/console/INDEX

svn commit: r278466 - head/etc/rc.d

2015-02-09 Thread Garrett Cooper
Author: ngie Date: Mon Feb 9 17:53:16 2015 New Revision: 278466 URL: https://svnweb.freebsd.org/changeset/base/278466 Log: Remove explicit routing/sendmail rc.d inclusion in FILES Reported by: Guy Yur guy...@gmail.com MFC after: 14 days X-MFC with: r278249 Sponsored by: EMC / Isilon

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Dmitry Morozovsky
Rui, On Mon, 9 Feb 2015, Rui Paulo wrote: No, I didn't, but now it should be easy for you to try! :-) Unfortunately, the most powerful machine @myhands is 2*8core root@briareus:~# sysctl hw.model hw.model: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz root@briareus:~# sysctl hw.ncpu hw.ncpu: 16

svn commit: r278480 - head/etc/rc.d

2015-02-09 Thread Jamie Gritton
Author: jamie Date: Tue Feb 10 00:48:51 2015 New Revision: 278480 URL: https://svnweb.freebsd.org/changeset/base/278480 Log: Un-revert the r278323 again - whatever Jenkins/kyua is up it, it has nothing to do with this. Modified: head/etc/rc.d/jail Modified: head/etc/rc.d/jail

svn commit: r278481 - in head/sys/powerpc: aim include

2015-02-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Feb 10 00:55:42 2015 New Revision: 278481 URL: https://svnweb.freebsd.org/changeset/base/278481 Log: Set thread priorities on multithreaded CPUs so that threads holding a spinlock are high-priority and threads waiting for a spinlock are set to low priority.

svn commit: r278482 - head/sys/powerpc/pseries

2015-02-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Feb 10 00:57:26 2015 New Revision: 278482 URL: https://svnweb.freebsd.org/changeset/base/278482 Log: Add error reporting to interrupt CPU binding. Modified: head/sys/powerpc/pseries/xics.c Modified: head/sys/powerpc/pseries/xics.c

svn commit: r278483 - head/usr.sbin/bsdconfig/networking/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 10 01:02:02 2015 New Revision: 278483 URL: https://svnweb.freebsd.org/changeset/base/278483 Log: Comments. MFC after:3 days Modified: head/usr.sbin/bsdconfig/networking/share/device.subr Modified: head/usr.sbin/bsdconfig/networking/share/device.subr

svn commit: r278484 - in stable/10: etc/rc.d usr.sbin/jail

2015-02-09 Thread Jamie Gritton
Author: jamie Date: Tue Feb 10 01:05:51 2015 New Revision: 278484 URL: https://svnweb.freebsd.org/changeset/base/278484 Log: MFC r278323: Add mount.procfs jail parameter, so procfs can be mounted when a prison's root is in its fstab. Also fix a typo while I'm at it. PR:

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-09 Thread Rui Paulo
On Feb 9, 2015, at 15:29, Benjamin Kaduk bjkf...@gmail.com wrote: The question boils down to: is the time saved by implementing it this way worth the tradeoff of architectural purity. Yes, that was a tradeoff. -- Rui Paulo ___

svn commit: r278489 - in head/usr.sbin/bsdconfig/timezone: . share

2015-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 10 02:55:10 2015 New Revision: 278489 URL: https://svnweb.freebsd.org/changeset/base/278489 Log: Eliminate sub-shells where possible for performance. MFC after:7 days Modified: head/usr.sbin/bsdconfig/timezone/share/continents.subr

svn commit: r278493 - in head/usr.sbin/bsdconfig: console includes networking/share share usermgmt/share

2015-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 10 03:34:42 2015 New Revision: 278493 URL: https://svnweb.freebsd.org/changeset/base/278493 Log: Update copyrights. Modified: head/usr.sbin/bsdconfig/console/INDEX head/usr.sbin/bsdconfig/includes/INDEX head/usr.sbin/bsdconfig/networking/share/device.subr

Re: svn commit: r278469 - in head/sys: kern sys

2015-02-09 Thread hiren panchasara
On 02/09/15 at 07:19P, Randall Stewart wrote: Author: rrs Date: Mon Feb 9 19:19:44 2015 New Revision: 278469 URL: https://svnweb.freebsd.org/changeset/base/278469 Log: This fixes two conditions that can incur when migration is being done in the callout code and harmonizes the macro

Re: svn commit: r278469 - in head/sys: kern sys

2015-02-09 Thread John Baldwin
On Monday, February 09, 2015 07:19:45 PM Randall Stewart wrote: Author: rrs Date: Mon Feb 9 19:19:44 2015 New Revision: 278469 URL: https://svnweb.freebsd.org/changeset/base/278469 Log: This fixes two conditions that can incur when migration is being done in the callout code and

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread John Baldwin
On Monday, February 09, 2015 07:28:12 PM Randall Stewart wrote: Author: rrs Date: Mon Feb 9 19:28:11 2015 New Revision: 278472 URL: https://svnweb.freebsd.org/changeset/base/278472 Log: This fixes a bug in the way that the LLE timers for nd6 and arp were being used. They basically

svn commit: r278473 - in head/sys: amd64/amd64 amd64/include amd64/vmm contrib/dev/acpica/include i386/i386 i386/include x86/acpica x86/include x86/x86 x86/xen

2015-02-09 Thread Konstantin Belousov
Author: kib Date: Mon Feb 9 21:00:56 2015 New Revision: 278473 URL: https://svnweb.freebsd.org/changeset/base/278473 Log: Add x2APIC support. Enable it by default if CPU is capable. The hw.x2apic_enable tunable allows disabling it from the loader prompt. To closely repeat effects of

svn commit: r278475 - head/usr.sbin/pw/tests

2015-02-09 Thread Brad Davis
Author: brd (doc committer) Date: Mon Feb 9 21:15:52 2015 New Revision: 278475 URL: https://svnweb.freebsd.org/changeset/base/278475 Log: Add tests for `pw usernext'. PR: 197120 Submitted by: Robert O'Neil oneil...@gmail.com Approved by: will Added:

Re: svn commit: r278474 - head/sys/sys

2015-02-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/09/2015 16:03, John Baldwin wrote: Author: jhb Date: Mon Feb 9 21:03:23 2015 New Revision: 278474 URL: https://svnweb.freebsd.org/changeset/base/278474 Log: Use __builtin_popcnt() to implement a BIT_COUNT() operation for bitsets and

svn commit: r278474 - head/sys/sys

2015-02-09 Thread John Baldwin
Author: jhb Date: Mon Feb 9 21:03:23 2015 New Revision: 278474 URL: https://svnweb.freebsd.org/changeset/base/278474 Log: Use __builtin_popcnt() to implement a BIT_COUNT() operation for bitsets and use this to implement CPU_COUNT() to count the number of CPUs in a cpuset. MFC after:

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread hiren panchasara
On 02/09/15 at 07:28P, Randall Stewart wrote: Author: rrs Date: Mon Feb 9 19:28:11 2015 New Revision: 278472 URL: https://svnweb.freebsd.org/changeset/base/278472 Log: This fixes a bug in the way that the LLE timers for nd6 and arp were being used. They basically would pass in the

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread Peter Holm
On Mon, Feb 09, 2015 at 07:28:12PM +, Randall Stewart wrote: Author: rrs Date: Mon Feb 9 19:28:11 2015 New Revision: 278472 URL: https://svnweb.freebsd.org/changeset/base/278472 Log: This fixes a bug in the way that the LLE timers for nd6 and arp were being used. They basically

Re: svn commit: r278469 - in head/sys: kern sys

2015-02-09 Thread NGie Cooper
On Mon, Feb 9, 2015 at 12:19 PM, hiren panchasara hi...@strugglingcoder.info wrote: ... Thanks Randall for the fix. For future reference, correct way to specify phabric review is: Differential Revision: https://reviews.freebsd.org/D1711 This triggers changes to the review on phabricator

Re: svn commit: r278474 - head/sys/sys

2015-02-09 Thread John Baldwin
On Monday, February 09, 2015 09:03:24 PM John Baldwin wrote: Author: jhb Date: Mon Feb 9 21:03:23 2015 New Revision: 278474 URL: https://svnweb.freebsd.org/changeset/base/278474 Log: Use __builtin_popcnt() to implement a BIT_COUNT() operation for bitsets and use this to implement

svn commit: r278452 - head/sys/powerpc/pseries

2015-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Mon Feb 9 11:34:45 2015 New Revision: 278452 URL: https://svnweb.freebsd.org/changeset/base/278452 Log: Properly hide a variable under #ifdef as it is only used inside the specific #ifdef block otherwise leaving an unused variable and breaking other kernel builds.

svn commit: r278446 - stable/8/usr.sbin/freebsd-update

2015-02-09 Thread Brooks Davis
Author: brooks Date: Mon Feb 9 10:09:46 2015 New Revision: 278446 URL: https://svnweb.freebsd.org/changeset/base/278446 Log: MFC r278337: When upgrading, install the ELF runtime linkers before libraries. This is required to prevent problems with nss modules that use libthr when

Re: svn commit: r278431 - head/sys/contrib/vchiq/interface/vchiq_arm

2015-02-09 Thread Konstantin Belousov
On Mon, Feb 09, 2015 at 08:51:02PM +1100, Bruce Evans wrote: On Mon, 9 Feb 2015, Konstantin Belousov wrote: On Mon, Feb 09, 2015 at 05:00:49PM +1100, Bruce Evans wrote: On Mon, 9 Feb 2015, Oleksandr Tymoshenko wrote: ... I think the full bugs only occur when arch has strict alignment

svn commit: r278449 - head/release

2015-02-09 Thread Glen Barber
Author: gjb Date: Mon Feb 9 10:42:27 2015 New Revision: 278449 URL: https://svnweb.freebsd.org/changeset/base/278449 Log: Enable multi-threaded xz(1) compression, after r278433. Allow multi-threaded xz(1) to be turned off by specifying NO_XZTHREADS, and allow number of threads to be

svn commit: r278450 - head/release

2015-02-09 Thread Glen Barber
Author: gjb Date: Mon Feb 9 10:46:39 2015 New Revision: 278450 URL: https://svnweb.freebsd.org/changeset/base/278450 Log: Revert r278445. I was going to use __FreeBSD_version to determine if xz(1) should be multi-threaded by default, but doing this will cause problems if/when the

svn commit: r278477 - head/sys/dev/usb/controller

2015-02-09 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 9 21:47:12 2015 New Revision: 278477 URL: https://svnweb.freebsd.org/changeset/base/278477 Log: Fix DMA address casts. Regression issue after r278279. MFC after:3 days Modified: head/sys/dev/usb/controller/xhci.c Modified:

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread randall
Hiren: I hope that later this week I can MFC these things in. I would like to see them sync down to 10 Stable so we can get it out in our next Firmware release as well. We have seen a *lot* of strange panics and I am thinking some of it may be related to these two fixes. I will send you an

Re: svn commit: r278474 - head/sys/sys

2015-02-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/09/2015 16:08, John Baldwin wrote: On Monday, February 09, 2015 09:03:24 PM John Baldwin wrote: Author: jhb Date: Mon Feb 9 21:03:23 2015 New Revision: 278474 URL: https://svnweb.freebsd.org/changeset/base/278474 Log: Use

Re: svn commit: r278474 - head/sys/sys

2015-02-09 Thread John Baldwin
On Monday, February 09, 2015 04:55:52 PM Jung-uk Kim wrote: On 02/09/2015 16:08, John Baldwin wrote: On Monday, February 09, 2015 09:03:24 PM John Baldwin wrote: Author: jhb Date: Mon Feb 9 21:03:23 2015 New Revision: 278474 URL: https://svnweb.freebsd.org/changeset/base/278474 Log:

svn commit: r278476 - head/sys/sys

2015-02-09 Thread John Baldwin
Author: jhb Date: Mon Feb 9 21:39:18 2015 New Revision: 278476 URL: https://svnweb.freebsd.org/changeset/base/278476 Log: Use __builtin_popcountl() instead of __builtin_popcount(). Submitted by: jkim Modified: head/sys/sys/bitset.h Modified: head/sys/sys/bitset.h

Re: svn commit: r278469 - in head/sys: kern sys

2015-02-09 Thread randall
John: See below.. On 2/9/15 3:09 PM, John Baldwin wrote: On Monday, February 09, 2015 07:19:45 PM Randall Stewart wrote: Author: rrs Date: Mon Feb 9 19:19:44 2015 New Revision: 278469 URL: https://svnweb.freebsd.org/changeset/base/278469 Log: This fixes two conditions that can incur when

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread Bjoern A. Zeeb
On 09 Feb 2015, at 19:28 , Randall Stewart r...@freebsd.org wrote: Author: rrs Date: Mon Feb 9 19:28:11 2015 New Revision: 278472 URL: https://svnweb.freebsd.org/changeset/base/278472 Log: This fixes a bug in the way that the LLE timers for nd6 and arp were being used. They

Re: svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread randall
On 2/9/15 3:11 PM, John Baldwin wrote: Eh, I looked at it, but I really, really don't like it. I think callout_init_*() should be preferred to CALLOUT_MPSAFE whenever possible as it is less race-prone. I think this should probably be fixed by adding Hans' callout_drain_async() instead, though

Re: svn commit: r278474 - head/sys/sys

2015-02-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/09/2015 16:55, Jung-uk Kim wrote: On 02/09/2015 16:08, John Baldwin wrote: On Monday, February 09, 2015 09:03:24 PM John Baldwin wrote: Author: jhb Date: Mon Feb 9 21:03:23 2015 New Revision: 278474 URL:

Re: svn commit: r278474 - head/sys/sys

2015-02-09 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/09/2015 17:12, John Baldwin wrote: On Monday, February 09, 2015 04:55:52 PM Jung-uk Kim wrote: On 02/09/2015 16:08, John Baldwin wrote: On Monday, February 09, 2015 09:03:24 PM John Baldwin wrote: Author: jhb Date: Mon Feb 9 21:03:23 2015

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Glen Barber
On Mon, Feb 09, 2015 at 06:20:35AM +, Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 06:20:34 2015 New Revision: 278433 URL: https://svnweb.freebsd.org/changeset/base/278433 Log: Merge xz 5.2.0. This brings support for multi-threaded compression. This brings close N

svn commit: r278468 - head/contrib/xz

2015-02-09 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 9 19:19:13 2015 New Revision: 278468 URL: https://svnweb.freebsd.org/changeset/base/278468 Log: Add a few more instructions to xz/FREEBSD-upgrade. Modified: head/contrib/xz/FREEBSD-upgrade Modified: head/contrib/xz/FREEBSD-upgrade

svn commit: r278472 - in head/sys: netinet netinet6

2015-02-09 Thread Randall Stewart
Author: rrs Date: Mon Feb 9 19:28:11 2015 New Revision: 278472 URL: https://svnweb.freebsd.org/changeset/base/278472 Log: This fixes a bug in the way that the LLE timers for nd6 and arp were being used. They basically would pass in the mutex to the callout_init. Because they used this

Re: svn commit: r278478 - head/sys/sys

2015-02-09 Thread John-Mark Gurney
Rui Paulo wrote this message on Mon, Feb 09, 2015 at 23:04 +: Author: rpaulo Date: Mon Feb 9 23:04:30 2015 New Revision: 278478 URL: https://svnweb.freebsd.org/changeset/base/278478 Log: Add the ability to print a vendor copyright in dmesg. Should we change this into a linker set

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-09 Thread Ian Lepore
On Mon, 2015-02-09 at 18:29 -0500, Benjamin Kaduk wrote: On Mon, Feb 9, 2015 at 6:22 PM, Rui Paulo rpa...@me.com wrote: On Feb 09, 2015, at 03:16 PM, Benjamin Kaduk bjkf...@gmail.com wrote: What advantage does putting this in devd have over a standalone daemon for crash reporting? Is

Re: svn commit: r278450 - head/release

2015-02-09 Thread Nikolai Lifanov
On 2015-02-09 05:46, Glen Barber wrote: Author: gjb Date: Mon Feb 9 10:46:39 2015 New Revision: 278450 URL: https://svnweb.freebsd.org/changeset/base/278450 Log: Revert r278445. I was going to use __FreeBSD_version to determine if xz(1) should be multi-threaded by default, but doing

Re: svn commit: r278450 - head/release

2015-02-09 Thread Glen Barber
On Mon, Feb 09, 2015 at 05:47:10PM -0500, Nikolai Lifanov wrote: On 2015-02-09 05:46, Glen Barber wrote: Author: gjb Date: Mon Feb 9 10:46:39 2015 New Revision: 278450 URL: https://svnweb.freebsd.org/changeset/base/278450 Log: Revert r278445. I was going to use __FreeBSD_version

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Dmitry Morozovsky
Glen, On Mon, 9 Feb 2015, Glen Barber wrote: Log: Merge xz 5.2.0. This brings support for multi-threaded compression. This brings close N times faster compression where N is the number of CPU cores. Because of this, liblzma now depends on libthr. This is

Re: svn commit: r278433 - in head: . contrib/xz contrib/xz/src/common contrib/xz/src/liblzma contrib/xz/src/liblzma/api contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/libl

2015-02-09 Thread Glen Barber
On Mon, Feb 09, 2015 at 12:25:40PM +, Glen Barber wrote: On Mon, Feb 09, 2015 at 06:20:35AM +, Rui Paulo wrote: Author: rpaulo Date: Mon Feb 9 06:20:34 2015 New Revision: 278433 URL: https://svnweb.freebsd.org/changeset/base/278433 Log: Merge xz 5.2.0. This

svn commit: r278478 - head/sys/sys

2015-02-09 Thread Rui Paulo
Author: rpaulo Date: Mon Feb 9 23:04:30 2015 New Revision: 278478 URL: https://svnweb.freebsd.org/changeset/base/278478 Log: Add the ability to print a vendor copyright in dmesg. Modified: head/sys/sys/copyright.h Modified: head/sys/sys/copyright.h

  1   2   >