Author: kevans
Date: Wed Mar 7 04:11:14 2018
New Revision: 330564
URL: https://svnweb.freebsd.org/changeset/base/330564
Log:
lualoader: Only loadelf before boot/autoboot if no kernel loaded
Back when I "fixed" the loading of kernel/modules to be deferred until
booting, I inadvertently br
Author: cem
Date: Wed Mar 7 01:55:50 2018
New Revision: 330562
URL: https://svnweb.freebsd.org/changeset/base/330562
Log:
g_part_gpt: Fix memory leak in error path
If g_part_gpt_read() encountered a disk with bad primary and secondary
tables, it could leak memory.
Reported by: Cove
Author: bdrewery
Date: Wed Mar 7 01:55:38 2018
New Revision: 330561
URL: https://svnweb.freebsd.org/changeset/base/330561
Log:
chflags: Add SIGINFO support.
This is copied from chmod r311668.
MFC after:2 weeks
Modified:
head/bin/chflags/chflags.1
head/bin/chflags/chflags.c
M
Author: dteske
Date: Tue Mar 6 23:58:53 2018
New Revision: 330560
URL: https://svnweb.freebsd.org/changeset/base/330560
Log:
Bump dwatch(1) internal version from 1.0-beta-91 to 1.0
Modified:
head/cddl/usr.sbin/dwatch/dwatch
Modified: head/cddl/usr.sbin/dwatch/dwatch
/ObsoleteFiles.inc Tue Mar 6 23:39:43 2018(r330558)
+++ head/ObsoleteFiles.inc Tue Mar 6 23:44:19 2018(r330559)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180306: remove DTrace scripts made obsolete by dwatch(1)
+OLD_FILES+=usr/share/dtrace/watch_execve
+OLD_FILES
Author: gonzo
Date: Tue Mar 6 23:39:43 2018
New Revision: 330558
URL: https://svnweb.freebsd.org/changeset/base/330558
Log:
[ig4] Add support for i2c controllers on Skylake and Kaby Lake
This was tested by Ben on HP Chromebook 13 G1 with a
Skylake CPU and Sunrise Point-LP I2C controller
X-MFC-with:
commit 27ac811b7acd31b1bdbf959fe49a957cdeabf780
Author: bde
Date: Fri Mar 24 17:34:55 2017 +
Remove buggy adjustment of page tables in db_write_bytes().
Long ago, perhaps only on i386, kernel text was mapped read-only and
it was necessary to change the mapping to r
Author: kevans
Date: Tue Mar 6 22:45:45 2018
New Revision: 330554
URL: https://svnweb.freebsd.org/changeset/base/330554
Log:
aw_usbphy: Move later to SUPPORTDEV pass
vbus-supply properties may be specified for each PHY. These properties
reference a regulator that we must turn on/off as w
Author: trasz
Date: Tue Mar 6 21:05:34 2018
New Revision: 330547
URL: https://svnweb.freebsd.org/changeset/base/330547
Log:
Add example devd.conf(5) entry for notifying init(8) about new USB ttys.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/devd.conf
Author: cem
Date: Tue Mar 6 20:31:14 2018
New Revision: 330546
URL: https://svnweb.freebsd.org/changeset/base/330546
Log:
psm(4): Initialize variables before use
dxp/dyp could have been used uninitialized in the subsequent debugging log
invocation.
Reported by: Coverity
Sponsored
Author: brooks
Date: Tue Mar 6 18:28:55 2018
New Revision: 330545
URL: https://svnweb.freebsd.org/changeset/base/330545
Log:
Remove reference to unimplemented fuiword, etc.
We don't support Harvard architectures.
Modified:
head/sys/mips/mips/support.S
Modified: head/sys/mips/mips/suppo
Author: nwhitehorn
Date: Tue Mar 6 15:52:43 2018
New Revision: 330542
URL: https://svnweb.freebsd.org/changeset/base/330542
Log:
Fix use of unitialized variables.
Modified:
head/sys/powerpc/powernv/opal_pci.c
head/sys/powerpc/powernv/platform_powernv.c
Modified: head/sys/powerpc/powernv/o
Author: markj
Date: Tue Mar 6 15:51:59 2018
New Revision: 330541
URL: https://svnweb.freebsd.org/changeset/base/330541
Log:
Unbreak amd64 FBT after r330539.
X-MFC with: r330539
Modified:
head/sys/cddl/dev/fbt/x86/fbt_isa.c
Modified: head/sys/cddl/dev/fbt/x86/fbt_isa.c
===
> Author: rodrigo (ports committer)
> Date: Tue Mar 6 14:31:15 2018
> New Revision: 330540
> URL: https://svnweb.freebsd.org/changeset/base/330540
>
> Log:
> Update the diskless manpage
>
> According with /etc/rc.initdiskless the default mfs allocation
> is now 5Mb (10240 x 512 bytes sec
Author: rodrigo (ports committer)
Date: Tue Mar 6 14:31:15 2018
New Revision: 330540
URL: https://svnweb.freebsd.org/changeset/base/330540
Log:
Update the diskless manpage
According with /etc/rc.initdiskless the default mfs allocation
is now 5Mb (10240 x 512 bytes sectors)
Submitted
Author: jtl
Date: Tue Mar 6 14:28:37 2018
New Revision: 330539
URL: https://svnweb.freebsd.org/changeset/base/330539
Log:
amd64: Protect the kernel text, data, and BSS by setting the RW/NX bits
correctly for the data contained on each memory page.
There are several components to this cha
Author: jtl
Date: Tue Mar 6 14:18:45 2018
New Revision: 330538
URL: https://svnweb.freebsd.org/changeset/base/330538
Log:
Nudge lld to break the kernel read-only and read-write sections into
separate 2M pages. The binutils default for max-page-size and
common-page-size used to produce this
Author: ae
Date: Tue Mar 6 12:58:00 2018
New Revision: 330537
URL: https://svnweb.freebsd.org/changeset/base/330537
Log:
Add mapping for several ethernet types used by Linux to FreeBSD
ethernet types.
Reviewed by: hselasky
MFC after:1 week
Differential Revision:https://r
Author: ae
Date: Tue Mar 6 12:01:31 2018
New Revision: 330536
URL: https://svnweb.freebsd.org/changeset/base/330536
Log:
Define ethernet type 0x88A8 as ETHERTYPE_QINQ.
Reviewed by: kp
Obtained from:OpenBSD
MFC after:1 week
Differential Revision:https://reviews.fr
19 matches
Mail list logo