Author: jhibbits
Date: Tue Mar 26 02:53:35 2019
New Revision: 345520
URL: https://svnweb.freebsd.org/changeset/base/345520
Log:
powerpc64: Micro-optimize moea64 native pmap tlbie
* Cache moea64_need_lock in a local variable; gcc generates slightly better
code this way, it doesn't need t
Author: kevans
Date: Tue Mar 26 02:45:23 2019
New Revision: 345519
URL: https://svnweb.freebsd.org/changeset/base/345519
Log:
Allow kernel config to specify DTS/DTSO to build, and out-of-tree support
This allows for directives such as
makeoptions DTS+=/out/of/tree/myboard.dts
# in tr
Author: kevans
Date: Tue Mar 26 02:35:58 2019
New Revision: 345518
URL: https://svnweb.freebsd.org/changeset/base/345518
Log:
lualoader: Fix up some luacheck concerns
- Garbage collect an unused (removed because it was useless) constant
- Don't bother with vararg notation if args will not
Author: kevans
Date: Tue Mar 26 02:33:27 2019
New Revision: 345517
URL: https://svnweb.freebsd.org/changeset/base/345517
Log:
lualoader: Clear the screen before prompting for password
Assuming that the autoboot sequence was interrupted, we've done enough
cursor manipulation that the promp
Author: kevans
Date: Tue Mar 26 02:21:09 2019
New Revision: 345516
URL: https://svnweb.freebsd.org/changeset/base/345516
Log:
MFV r345515: netbsd-tests: import memory bump for libc/regex/t_exhaust
MFC after:3 days
Modified:
head/contrib/netbsd-tests/lib/libc/regex/t_exhaust.c
Directo
Author: sobomax
Date: Tue Mar 26 01:28:10 2019
New Revision: 345514
URL: https://svnweb.freebsd.org/changeset/base/345514
Log:
Refine r345425: get rid of superfluous helper macro that I have added.
MFC after:2 weeks
Modified:
head/sys/fs/tmpfs/tmpfs_vfsops.c
Modified: head/sys/fs/tm
Author: markj
Date: Mon Mar 25 21:38:58 2019
New Revision: 345513
URL: https://svnweb.freebsd.org/changeset/base/345513
Log:
Reject F_SETLK_REMOTE commands when sysid == 0.
A sysid of 0 denotes the local system, and some handlers for remote
locking commands do not attempt to deal with loc
Author: grembo (ports committer)
Date: Mon Mar 25 21:14:51 2019
New Revision: 345512
URL: https://svnweb.freebsd.org/changeset/base/345512
Log:
Correct contradictory information on default syslog logging priority.
MFC after:1 week
Modified:
head/usr.sbin/daemon/daemon.8
Modified: he
In message <3398a21318a4a6715609004d569d20de86f1dc7a.ca...@freebsd.org>
, Ian Le
pore writes:
> On Mon, 2019-03-25 at 05:42 -0700, Cy Schubert wrote:
> > In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan
> > Jude
> > writes:
> > > Author: allanjude
> > > Date: Mon Mar 25 07:46:20 20
Author: andrew
Date: Mon Mar 25 18:02:04 2019
New Revision: 345510
URL: https://svnweb.freebsd.org/changeset/base/345510
Log:
Sort printing of the ID registers on arm64 to be identical to the
documentation. This will simplify checking new fields when they are added.
MFC after:2 weeks
Author: tuexen
Date: Mon Mar 25 16:40:54 2019
New Revision: 345505
URL: https://svnweb.freebsd.org/changeset/base/345505
Log:
Initialize scheduler specific data for the FCFS scheduler.
This is joint work with rrs@. The issue was reported by using
syzkaller.
MFC after:1 week
Author: tuexen
Date: Mon Mar 25 15:23:20 2019
New Revision: 345504
URL: https://svnweb.freebsd.org/changeset/base/345504
Log:
Improve locking when tearing down an SCTP association.
This is joint work with rrs@ and the issue was found by
syzkaller.
MFC after:1 week
Modified:
On Mon, 2019-03-25 at 05:42 -0700, Cy Schubert wrote:
> In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan
> Jude
> writes:
> > Author: allanjude
> > Date: Mon Mar 25 07:46:20 2019
> > New Revision: 345491
> > URL: https://svnweb.freebsd.org/changeset/base/345491
> >
> > Log:
> >
Author: hselasky
Date: Mon Mar 25 13:50:38 2019
New Revision: 345499
URL: https://svnweb.freebsd.org/changeset/base/345499
Log:
Change all kernel C-type macros into static inline functions.
The current kernel C-type macros might obscurely hide the fact that
the input argument might be use
In message <201903250746.x2p7kkuu019...@repo.freebsd.org>, Allan Jude
writes:
> Author: allanjude
> Date: Mon Mar 25 07:46:20 2019
> New Revision: 345491
> URL: https://svnweb.freebsd.org/changeset/base/345491
>
> Log:
> Make TMPFS_PAGES_MINRESERVED a kernel option
>
> TMPFS_PAGES_MINRESERV
Author: mm
Date: Mon Mar 25 11:49:57 2019
New Revision: 345497
URL: https://svnweb.freebsd.org/changeset/base/345497
Log:
MFV r345495:
Sync libarchive with vendor.
Relevant vendor changes:
PR #1153: fixed 2 bugs in ZIP reader [1]
PR #1143: ensure archive_read_disk_entry_from_file(
Author: bde
Date: Mon Mar 25 11:48:40 2019
New Revision: 345496
URL: https://svnweb.freebsd.org/changeset/base/345496
Log:
Fix another type of buffer overrun for segmented modes. The buffer index
was not taken modulo the window size in VGLClear().
Segmented modes also need a kernel fix t
Author: tuexen
Date: Mon Mar 25 09:47:22 2019
New Revision: 345494
URL: https://svnweb.freebsd.org/changeset/base/345494
Log:
Fix the handling of fragmented unordered messages when using DATA chunks
and FORWARD-TSN.
This bug was reported in https://github.com/sctplab/usrsctp/issues/286
Author: avos
Date: Mon Mar 25 09:10:07 2019
New Revision: 345493
URL: https://svnweb.freebsd.org/changeset/base/345493
Log:
run(4): merge some common TSF-related code into run_disable_tsf()
No functional change intended.
MFC after:5 days
Modified:
head/sys/dev/usb/wlan/if_run.c
Author: allanjude
Date: Mon Mar 25 07:46:20 2019
New Revision: 345491
URL: https://svnweb.freebsd.org/changeset/base/345491
Log:
Make TMPFS_PAGES_MINRESERVED a kernel option
TMPFS_PAGES_MINRESERVED controls how much memory is reserved for the system
and not used by tmpfs.
On very sma
Author: allanjude
Date: Mon Mar 25 07:48:52 2019
New Revision: 345492
URL: https://svnweb.freebsd.org/changeset/base/345492
Log:
The Atheros AR7241 has 20 GPIO pins
AR724X_GPIO_PINS used for this family is defined as 18
The datasheet for the AR7241 describes 20 pins, allow all to be used.
21 matches
Mail list logo