On Feb 8, 2015, at 22:20, 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 faster
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
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
===
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.
Th
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: head/rele
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
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 overrid
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 chang
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.
Modified
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
>
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.
> >
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.
>
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 fau
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 #if
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 inst
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
===
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: head/share/mk/b
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
Modif
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
=
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
>
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,
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:
h
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.
Sug
On Feb 9, 2015, at 08:16, John Baldwin 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 supp
On Feb 9, 2015, at 02: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
On Feb 9, 2015, at 05:08, Dmitry Morozovsky 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-head@freebsd.org mailing list
http://lists.freebsd.org/mailm
... 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 wrote:
> On Feb 9, 2015, at 02:46, Glen Barber wrote:
>>
>> Author: gjb
>> Date: Mon Feb 9 10:46:39 2015
>> Ne
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
head/usr.sbin/bsdconfig/in
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
head/usr.sbi
On Feb 9, 2015, at 08:50, Adrian Chadd 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.
--
Rui Paulo
___
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
MFC after: 14 days
X-MFC with: r278249
Sponsored by: EMC / Isilon Storage Division
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
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: head/usr.sbin
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
===
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 if
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: head
Author: dteske
Date: Mon Feb 9 19:20:59 2015
New Revision: 278470
URL: https://svnweb.freebsd.org/changeset/base/278470
Log:
Add new alias "bsdconfig api" (same as "bsdconfig includes")
NB: My fingers like typing "api" a lot more than "includes"
MFC after:3 days
Modified:
head/usr
On Mon, Feb 09, 2015 at 07:16:19PM +, Devin Teske wrote:
> 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
>
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 metho
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 v
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
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
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 a
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 basic
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 basi
On Mon, Feb 9, 2015 at 12:19 PM, hiren panchasara
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 with reference to this
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 th
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:2
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
Approved by: will
Added:
head/usr.sbin/pw/tests/pw_usernext.sh
-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 an
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 implemen
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
==
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
> On 09 Feb 2015, at 19:28 , 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 woul
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
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: head/sys/dev/usb/controller/
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 e
-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 __bui
-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: https://svnweb.freebsd.org
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
> >
-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:0
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
==
On Monday, February 09, 2015 05:27:45 PM Jung-uk Kim wrote:
> 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
Author: rpaulo
Date: Mon Feb 9 23:13:50 2015
New Revision: 278479
URL: https://svnweb.freebsd.org/changeset/base/278479
Log:
Notify devd(8) when a process crashed.
This change implements a notification (via devctl) to userland when
the kernel produces coredumps after a process has crashe
On Mon, Feb 9, 2015 at 6:13 PM, Rui Paulo wrote:
> Author: rpaulo
> Date: Mon Feb 9 23:13:50 2015
> New Revision: 278479
> URL: https://svnweb.freebsd.org/changeset/base/278479
>
> Log:
> Notify devd(8) when a process crashed.
>
> This change implements a notification (via devctl) to userlan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 02/09/2015 18:08, John Baldwin wrote:
> On Monday, February 09, 2015 05:27:45 PM Jung-uk Kim wrote:
>> 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
On Feb 09, 2015, at 03:17 PM, Jung-uk Kim wrote:
I am fine with "#if defined(__clang__) || !define(_KERNEL)" case.
Works for me. Note, however, that I'm fixing the original problem in the xz
repository first. CPU_COUNT() will only be used by xz after we import 5.2.1.
On Feb 09, 2015, at 03:16 PM, Benjamin Kaduk wrote:
On Mon, Feb 9, 2015 at 6:13 PM, Rui Paulo wrote:
Author: rpaulo
Date: Mon Feb 9 23:13:50 2015
New Revision: 278479
URL: https://svnweb.freebsd.org/changeset/base/278479
Log:
Notify devd(8) when a process crashed.
This change implements
On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote:
> Author: rpaulo
> Date: Mon Feb 9 23:13:50 2015
> New Revision: 278479
> URL: https://svnweb.freebsd.org/changeset/base/278479
>
> Log:
> Notify devd(8) when a process crashed.
>
> This change implements a notification (via devctl
On Mon, Feb 9, 2015 at 6:22 PM, Rui Paulo wrote:
> On Feb 09, 2015, at 03:16 PM, Benjamin Kaduk wrote:
>
>
> What advantage does putting this in devd have over a standalone daemon for
> crash reporting? Is it just the ease of implementation to leverage the
> existing infrastructure?
>
>
> Well,
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
On Mon, 2015-02-09 at 18:29 -0500, Benjamin Kaduk wrote:
> On Mon, Feb 9, 2015 at 6:22 PM, Rui Paulo wrote:
>
> > On Feb 09, 2015, at 03:16 PM, Benjamin Kaduk wrote:
> >
> >
> > What advantage does putting this in devd have over a standalone daemon for
> > crash reporting? Is it just the ease o
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
th
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 _
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
=
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.
Modi
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
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
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
head/sys/d
On Sat, Feb 7, 2015 at 12:10 AM, Konstantin Belousov
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
>> the issues s
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
===
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.
S
On Feb 9, 2015, at 15:29, Benjamin Kaduk 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-src-head@freebsd.org mailing li
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
> > > FreeBS
On Feb 9, 2015, at 16:02, 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 v
On Feb 9, 2015, at 15:28, Konstantin Belousov 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 a sysctl knob.
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
On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote:
> +notify 10 {
> + match "system" "kernel";
> + match "subsystem" "signal";
> + match "type""coredump";
> + action "logger $comm $core";
> +};
> +
> */
>
[..]
> + if (vn_fullpath_global(td, p
On 2015-02-06 22:23, Garrett Cooper wrote:
On Feb 6, 2015, at 18:38, James Gritton 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:
https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests2/651/
Where do I
Author: dteske
Date: Tue Feb 10 02:53:26 2015
New Revision: 278488
URL: https://svnweb.freebsd.org/changeset/base/278488
Log:
Whitespace.
MFC after:3 days
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/user.subr
Modified: head/usr.sbin/bsdconfig/usermgmt/share/user.subr
==
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
head/usr.sbin/bsdconf
On Feb 9, 2015, at 18:43, Mateusz Guzik wrote:
>
> On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote:
>> +notify 10 {
>> +match "system" "kernel";
>> +match "subsystem" "signal";
>> +match "type""coredump";
>> +action "logger $comm $core";
>> +};
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: head/usr.sbin/bsdconfig/share/di
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 "type""coredump";
>> +action "logger $comm $core";
>> +};
>> +
>> */
>>
>
On Feb 9, 2015, at 19:11, 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 "type""coredump";
>>> + act
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 "type""coredump";
>>> + action "logger $comm $
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
===
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: head/usr.
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
he
On Mon, Feb 9, 2015 at 5:35 PM, Glen Barber 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:
> head/
1 - 100 of 107 matches
Mail list logo