Author: kevans
Date: Sun Jan 21 04:57:29 2018
New Revision: 328211
URL: https://svnweb.freebsd.org/changeset/base/328211
Log:
regex(3): Resolve issues with higher WARNS levels
libc is set for WARNS=2, but the incoming libregex will use WARNS=6.
Sprinkle some casts and (void)bc's to allevi
Author: eadler
Date: Sun Jan 21 08:48:26 2018
New Revision: 328212
URL: https://svnweb.freebsd.org/changeset/base/328212
Log:
limits(1): fix always true condition
Reviewed by: imp
MFC After:1 week
Modified:
head/usr.bin/limits/limits.c
Modified: head/usr.bin/limits/limits.c
=
Author: avg
Date: Sun Jan 21 11:19:18 2018
New Revision: 328217
URL: https://svnweb.freebsd.org/changeset/base/328217
Log:
zfs: no need to check that size of zfs_cmd_t is not greater than IOCPARM_MAX
Nowadays we do not pass zfs_cmd_t directly through the ioctl interface.
Instead a small z
Author: pfg
Date: Sun Jan 21 15:42:36 2018
New Revision: 328218
URL: https://svnweb.freebsd.org/changeset/base/328218
Log:
Revert r327828, r327949, r327953, r328016-r328026, r328041:
Uses of mallocarray(9).
The use of mallocarray(9) has rocketed the required swap to build FreeBSD.
This
Author: trasz
Date: Sun Jan 21 17:31:31 2018
New Revision: 328219
URL: https://svnweb.freebsd.org/changeset/base/328219
Log:
Add missing manufacturer/serial number string descriptors.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/usb/template/usb_tem
Author: pfg
Date: Sun Jan 21 20:27:47 2018
New Revision: 328221
URL: https://svnweb.freebsd.org/changeset/base/328221
Log:
Define a new __alloc_size2 attribute to complement the exiting support.
At least on GCC7 calling __alloc_size(x) twice is not equivalent to
calling using the attribut
Author: eadler
Date: Sun Jan 21 21:09:08 2018
New Revision: 328222
URL: https://svnweb.freebsd.org/changeset/base/328222
Log:
iconv: adding missing break
break is probably intended and correct,
but has no correctness implications due to is94 => is96
Reviewed by: cem, jilles
Report
Author: phk
Date: Sun Jan 21 21:27:41 2018
New Revision: 328223
URL: https://svnweb.freebsd.org/changeset/base/328223
Log:
Rename rpi_pwm to bcm283x_pwm, and build it on armv[67] and arm64.
Truncate ratio if period is lowered.
Tested on Rpi2 and Rpi3.
Rpi3 requires DTB->DTS->edit-
Author: mav
Date: Sun Jan 21 23:02:05 2018
New Revision: 328224
URL: https://svnweb.freebsd.org/changeset/base/328224
Log:
MFV r328220: 8677 Open-Context Channel Programs
illumos/illumos-gate@a3b2868063897ff0083dea538f55f9873eec981f
https://www.illumos.org/issues/8677
We want to be
Author: mav
Date: Sun Jan 21 23:11:20 2018
New Revision: 328226
URL: https://svnweb.freebsd.org/changeset/base/328226
Log:
MFV r328225: 8603 rename zilog's "zl_writer_lock" to "zl_issuer_lock"
illumos/illumos-gate@cf07d3da9915c0d22da8f59e991639f819463cef
https://www.illumos.org/issues/
Author: mav
Date: Sun Jan 21 23:18:42 2018
New Revision: 328228
URL: https://svnweb.freebsd.org/changeset/base/328228
Log:
MFV r328227: 8909 8585 can cause a use-after-free kernel panic
illumos/illumos-gate@94ddd0900a8838f62bba15e270649a42f4ef9f81
https://www.illumos.org/issues/8909:
Author: mav
Date: Sun Jan 21 23:49:17 2018
New Revision: 328230
URL: https://svnweb.freebsd.org/changeset/base/328230
Log:
MFV r328229:
8930 zfs_zinactive: do not remove the node if the filesystem is readonly
illumos/illumos-gate@93c618e0f4932dc0bb9a9c90d8c4a5d029de5797
https://www.i
Author: mav
Date: Sun Jan 21 23:53:56 2018
New Revision: 328232
URL: https://svnweb.freebsd.org/changeset/base/328232
Log:
MFV r328231: 8897 zpool online -e fails assertion when run on non-leaf vdevs
illumos/illumos-gate@9a551dd645b478816cb11251b19f5034d885bf01
https://www.illumos.org/
Author: mav
Date: Mon Jan 22 00:01:36 2018
New Revision: 328234
URL: https://svnweb.freebsd.org/changeset/base/328234
Log:
MFV r328233:
8898 creating fs with checksum=skein on the boot pools fails ungracefully
illumos/illumos-gate@9fa2266d9a78b8366e1cd2d5f050e8b5e37d558c
https://www.
On 01/18/2018 01:38, Wojciech Macek wrote:
Author: wma
Date: Thu Jan 18 07:38:54 2018
New Revision: 328110
URL: https://svnweb.freebsd.org/changeset/base/328110
Log:
KDB: restart only CPUs stopped by KDB
@@ -707,8 +708,9 @@ kdb_trap(int type, int code, struct trapframe *tf)
kdb
Author: pfg
Date: Mon Jan 22 01:50:10 2018
New Revision: 328237
URL: https://svnweb.freebsd.org/changeset/base/328237
Log:
Use the __alloc_size2 attribute where relevant.
This follows the documented use in GCC. It is basically only relevant for
calloc(3), reallocarray(3) and mallocarray(
Author: pfg
Date: Mon Jan 22 02:08:10 2018
New Revision: 328238
URL: https://svnweb.freebsd.org/changeset/base/328238
Log:
Unsign some values related to allocation.
When allocating memory through malloc(9), we always expect the amount of
memory requested to be unsigned as a negative value
Author: pfg
Date: Mon Jan 22 02:26:10 2018
New Revision: 328239
URL: https://svnweb.freebsd.org/changeset/base/328239
Log:
Forgot to sort here in r328238.
Modified:
head/sys/kern/uipc_usrreq.c
Modified: head/sys/kern/uipc_usrreq.c
=
Author: kevans
Date: Mon Jan 22 02:44:41 2018
New Revision: 328240
URL: https://svnweb.freebsd.org/changeset/base/328240
Log:
Add libregex, connect it to the build
libregex is a regex(3) implementation intended to feature GNU extensions and
any other non-POSIX compliant extensions that ar
Author: kevans
Date: Mon Jan 22 02:58:33 2018
New Revision: 328241
URL: https://svnweb.freebsd.org/changeset/base/328241
Log:
Add missing patch from r328240
regcomp uses some libc internal collation bits that are not available in the
libregex context. It's easy enough to bring in the need
Author: kevans
Date: Mon Jan 22 03:12:26 2018
New Revision: 328242
URL: https://svnweb.freebsd.org/changeset/base/328242
Log:
libregex: Drop WARNS to 2 to match libc
It's become clear that my armv7 builds didn't catch all of the warnings that
other builds are picking up, drop WARNS to 2 t
Author: kevans
Date: Mon Jan 22 03:38:10 2018
New Revision: 328243
URL: https://svnweb.freebsd.org/changeset/base/328243
Log:
usr.sbin/service: Fix -j to not be order dependant
The introduced -j option is highly dependant on the ordering of arguments,
and it exhibited broken behavior in s
Author: mav
Date: Mon Jan 22 04:23:48 2018
New Revision: 328246
URL: https://svnweb.freebsd.org/changeset/base/328246
Log:
MFV r328245: 8856 arc_cksum_is_equal() doesn't take into account ABD-logic
illumos/illumos-gate@01a059ee0cdece49f47fd4d70086dd5bc7d0b0ff
https://www.illumos.org/is
Author: mav
Date: Mon Jan 22 04:31:48 2018
New Revision: 328248
URL: https://svnweb.freebsd.org/changeset/base/328248
Log:
MFV r328247: 8959 Add notifications when a scrub is paused or resumed
illumos/illumos-gate@301fd1d6f25595cd8c6d6795f39c72d97aff8cd9
Reviewed by: Alek Pinchuk
Re
Author: mav
Date: Mon Jan 22 04:37:04 2018
New Revision: 328250
URL: https://svnweb.freebsd.org/changeset/base/328250
Log:
MFV r328249:
8641 "zpool clear" and "zinject" don't work on "spare" or "replacing" vdevs
illumos/illumos-gate@2ba5f978a4f9b02da9db1b8cdd9ea5498eb00ad9
https://ww
Author: mav
Date: Mon Jan 22 05:52:39 2018
New Revision: 328252
URL: https://svnweb.freebsd.org/changeset/base/328252
Log:
MFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
illumos/illumos-gate@4ae5f5f06c6c2d1db8167480f7d9e3b5378ba2f2
https://www.illumos.org/issues/8652:
Cl
Author: mav
Date: Mon Jan 22 05:57:14 2018
New Revision: 328254
URL: https://svnweb.freebsd.org/changeset/base/328254
Log:
MFV r328253: 8835 Speculative prefetch in ZFS not working for misaligned reads
illumos/illumos-gate@5cb8d943bc8513c6230589aad5a409d58b0297cb
https://www.illumos.or
Author: mav
Date: Mon Jan 22 06:00:45 2018
New Revision: 328256
URL: https://svnweb.freebsd.org/changeset/base/328256
Log:
MFV r328255: 8972 zfs holds: In scripted mode, do not pad columns with spaces
illumos/illumos-gate@e9b7d6e7f7a6477679a35b73eb3934b096b3dd39
https://www.illumos.org
On Thu, Jan 18, 2018 at 10:10:31AM +, Alexey Dokuchaev wrote:
> On Sat, Jan 13, 2018 at 05:04:30PM +, Alexey Dokuchaev wrote:
> > On Thu, Jun 15, 2017 at 07:15:06AM +, Jason Evans wrote:
> > > New Revision: 319971
> > > URL: https://svnweb.freebsd.org/changeset/base/319971
> > >
> > >
Author: phk
Date: Mon Jan 22 07:10:30 2018
New Revision: 328257
URL: https://svnweb.freebsd.org/changeset/base/328257
Log:
Add a skeleton Clock Manager for RPi2/3, and use that from pwm
instead of frobbing the registers directly.
As a hack the bcm2835_pwm kmod presently ignores the 'statu
Author: phk
Date: Mon Jan 22 07:15:24 2018
New Revision: 328258
URL: https://svnweb.freebsd.org/changeset/base/328258
Log:
Forgot to edit copy&pasted copyright blurb.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_clkman.c
head/sys/arm/broadcom/bcm2835/bcm2835_pwm.c
Modified: head/sys/arm
Author: phk
Date: Mon Jan 22 07:43:54 2018
New Revision: 328259
URL: https://svnweb.freebsd.org/changeset/base/328259
Log:
Add skeleton manual page for bcm283x_pwm
(Feel free to improve this)
Added:
head/share/man/man4/bcm283x_pwm.4 (contents, props changed)
Modified:
head/share/man/
On Mon, Jan 22, 2018 at 07:43:54AM +, Poul-Henning Kamp wrote:
> New Revision: 328259
> URL: https://svnweb.freebsd.org/changeset/base/328259
>
> Log:
> Add skeleton manual page for bcm283x_pwm
>
> (Feel free to improve this)
>
> Added:
> head/share/man/man4/bcm283x_pwm.4 (contents
In message <20180122074837.ga39...@freebsd.org>, Alexey Dokuchaev writes:
>These changes look unrelated to the manual page. Is this intended?
Actually they're not unrelated, I spotted the units-error while writing
the manual page.
>On a related note, this code contains a number of styl
34 matches
Mail list logo