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

2019-09-14 Thread Kyle Evans
Author: kevans Date: Sun Sep 15 02:59:53 2019 New Revision: 352350 URL: https://svnweb.freebsd.org/changeset/base/352350 Log: rangelock: add rangelock_cookie_assert A future change to posixshm to add file sealing (in DIFF_21391[0] and child) will move locking out of shm_dotruncate as kern

svn commit: r352342 - head/sys/arm/ti

2019-09-14 Thread Ian Lepore
Author: ian Date: Sun Sep 15 01:02:01 2019 New Revision: 352342 URL: https://svnweb.freebsd.org/changeset/base/352342 Log: Make the ti_sysc device quiet. It's an internal utility pseudo-device that makes the upstream FDT data work right, so we don't need to see a couple dozen instances of i

Re: svn commit: r352337 - in head: share/man/man3 sys/sys tests/sys/sys

2019-09-14 Thread Conrad Meyer
One correction: On Sat, Sep 14, 2019 at 12:23 PM Edward Tomasz Napierala wrote: > > Author: trasz > Date: Sat Sep 14 19:23:46 2019 > New Revision: 352337 > URL: https://svnweb.freebsd.org/changeset/base/352337 > > Log: > Introduce arb(3), the Array-based Red-Black Tree macros: similar > to th

svn commit: r352341 - head/contrib/libedit

2019-09-14 Thread Dimitry Andric
Author: dim Date: Sat Sep 14 21:49:42 2019 New Revision: 352341 URL: https://svnweb.freebsd.org/changeset/base/352341 Log: Fix arm and aarch64 builds of libedit after r352275 On arm and arm64, where chars are unsigned by default, buildworld dies with: --- terminal.o --- /usr/src/co

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

2019-09-14 Thread Brandon Bergren
Author: bdragon Date: Sat Sep 14 21:18:10 2019 New Revision: 352340 URL: https://svnweb.freebsd.org/changeset/base/352340 Log: Fix aux_info corruption in rtld direct execution mode. After the aux vector is moved, it is necessary to re-digest aux_info so the pointers are updated to the new

svn commit: r352338 - head/sys/dev/iicbus

2019-09-14 Thread Ian Lepore
Author: ian Date: Sat Sep 14 19:33:36 2019 New Revision: 352338 URL: https://svnweb.freebsd.org/changeset/base/352338 Log: Create a mechanism for encoding a system errno into the IIC_Ex space. Errors are communicated between the i2c controller layer and upper layers (iicbus and slave

svn commit: r352337 - in head: share/man/man3 sys/sys tests/sys/sys

2019-09-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Sep 14 19:23:46 2019 New Revision: 352337 URL: https://svnweb.freebsd.org/changeset/base/352337 Log: Introduce arb(3), the Array-based Red-Black Tree macros: similar to the traditional tree(3) RB trees, but using an array (preallocated, linear chunk of memory) to stor

svn commit: r352334 - head/sys/fs/pseudofs

2019-09-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Sep 14 19:16:07 2019 New Revision: 352334 URL: https://svnweb.freebsd.org/changeset/base/352334 Log: Make pseudofs(9) create directory entries in order, instead of the reverse. This fixes Linux sysctl(8) binary - it assumes the first two directory entries are alw

svn commit: r352333 - head/sys/arm/ti/am335x

2019-09-14 Thread Ian Lepore
Author: ian Date: Sat Sep 14 18:20:14 2019 New Revision: 352333 URL: https://svnweb.freebsd.org/changeset/base/352333 Log: Include , required to use spinlocks in this code. Modified: head/sys/arm/ti/am335x/am335x_dmtpps.c Modified: head/sys/arm/ti/am335x/am335x_dmtpps.c =

Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-14 Thread Ian Lepore
On Fri, 2019-09-13 at 22:25 -0600, Warner Losh wrote: > On Fri, Sep 13, 2019, 10:11 PM Peter Jeremy > wrote: > > > On 2019-Sep-13 16:33:15 -0400, Charlie Li > > wrote: > > > Baptiste Daroussin wrote: > > > > Author: bapt > > > > Date: Fri Sep 13 06:50:02 2019 > > > > New Revision: 352275 > > > >

svn commit: r352332 - head/share/misc

2019-09-14 Thread Stephen Gregoratto
Author: sg (doc committer) Date: Sat Sep 14 14:26:30 2019 New Revision: 352332 URL: https://svnweb.freebsd.org/changeset/base/352332 Log: amend r:352320 Fix date for sg@ Approved by:bcr (mentor) Modified: head/share/misc/committers-doc.dot Modified: head/share/misc/committers-doc.do

svn commit: r352320 - head/share/misc

2019-09-14 Thread Stephen Gregoratto
Author: sg (doc committer) Date: Sat Sep 14 12:40:46 2019 New Revision: 352320 URL: https://svnweb.freebsd.org/changeset/base/352320 Log: Set bcr@ mentor for sg@ Approved by:bcr (mentor) Modified: head/share/misc/committers-doc.dot Modified: head/share/misc/committers-doc.dot ==

Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-14 Thread Dimitry Andric
On 14 Sep 2019, at 12:36, Dimitry Andric wrote: > > On 14 Sep 2019, at 06:25, Warner Losh wrote: >> >> On Fri, Sep 13, 2019, 10:11 PM Peter Jeremy wrote: >> On 2019-Sep-13 16:33:15 -0400, Charlie Li wrote: ... >> Looking back into history, it looks like the "unsigned" is part >> of the ARM EA

Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-14 Thread Dimitry Andric
On 14 Sep 2019, at 06:25, Warner Losh wrote: > > On Fri, Sep 13, 2019, 10:11 PM Peter Jeremy wrote: > On 2019-Sep-13 16:33:15 -0400, Charlie Li wrote: > >Baptiste Daroussin wrote: > >> Author: bapt > >> Date: Fri Sep 13 06:50:02 2019 > >> New Revision: 352275 > >> URL: https://svnweb.freebsd.or

svn commit: r352315 - head/lib/libc/locale

2019-09-14 Thread Li-Wen Hsu
Author: lwhsu Date: Sat Sep 14 08:15:16 2019 New Revision: 352315 URL: https://svnweb.freebsd.org/changeset/base/352315 Log: Improve the description of big5(5) - Fix the statement that big5 is a de facto standard of Traditional Chinese text [1] - Add a BUGS section describes the probl