Author: kp
Date: Tue Mar 10 06:29:59 2020
New Revision: 358830
URL: https://svnweb.freebsd.org/changeset/base/358830
Log:
bridge test: adding and removing static addresses
Reviewed by: philip
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org
Author: kp
Date: Tue Mar 10 06:28:45 2020
New Revision: 358829
URL: https://svnweb.freebsd.org/changeset/base/358829
Log:
bridge test: spanning tree
Basic test case where we create a bridge loop, verify that we really are
looping and then enable spanning tree to resolve the loop.
Rev
Author: jhibbits
Date: Tue Mar 10 03:30:11 2020
New Revision: 358828
URL: https://svnweb.freebsd.org/changeset/base/358828
Log:
powerpc/booke: Split out 32- and 64- bit pmap details from main body
Summary:
This is largely a straight-forward cleave of the 32-bit and 64-bit page
table spe
Author: kib
Date: Mon Mar 9 23:40:25 2020
New Revision: 358827
URL: https://svnweb.freebsd.org/changeset/base/358827
Log:
pipe: explain why not deallocating inode number is fine.
Suggested and reviewed by:markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differentia
On 3/9/20, Konstantin Belousov wrote:
> On Mon, Mar 09, 2020 at 01:56:17AM +0100, Mateusz Guzik wrote:
>> On 3/8/20, Mateusz Guzik wrote:
>> > Author: mjg
>> > Date: Sun Mar 8 00:22:32 2020
>> > New Revision: 358733
>> > URL: https://svnweb.freebsd.org/changeset/base/358733
>> >
>> > Log:
>> >
Author: kib
Date: Mon Mar 9 23:08:24 2020
New Revision: 358826
URL: https://svnweb.freebsd.org/changeset/base/358826
Log:
posixshmcontrol: add an undocumented alias 'list' for the 'ls' command.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/usr.bin/posixshmco
Author: kib
Date: Mon Mar 9 21:55:26 2020
New Revision: 358825
URL: https://svnweb.freebsd.org/changeset/base/358825
Log:
Preallocate pipe buffers on pipe creation.
Return ENOMEM if one of the buffer cannot be created even with the
minimal size. This should avoid subsequent spurious ENO
On Mon, Mar 09, 2020 at 01:56:17AM +0100, Mateusz Guzik wrote:
> On 3/8/20, Mateusz Guzik wrote:
> > Author: mjg
> > Date: Sun Mar 8 00:22:32 2020
> > New Revision: 358733
> > URL: https://svnweb.freebsd.org/changeset/base/358733
> >
> > Log:
> > seqc: tidy up
> >
> > - avoid hand-rolled read
In message <202003092054.029ksosc056...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <202003092046.029kkikt073...@repo.freebsd.org>, Ed Maste writes:
> > Author: emaste
> > Date: Mon Mar 9 20:46:43 2020
> > New Revision: 358821
> > URL: https://svnweb.freebsd.org/changeset/base/358821
> >
Author: wulf
Date: Mon Mar 9 21:01:22 2020
New Revision: 358824
URL: https://svnweb.freebsd.org/changeset/base/358824
Log:
wmt(4): Fix Synaptics Touch Digitizer V04 attachment
Touch Digitizer V04 report descriptor declares 'Contact Count Maximum' usage
as constant. That was not supported
In message <202003092046.029kkikt073...@repo.freebsd.org>, Ed Maste writes:
> Author: emaste
> Date: Mon Mar 9 20:46:43 2020
> New Revision: 358821
> URL: https://svnweb.freebsd.org/changeset/base/358821
>
> Log:
> retire amd(8)
>
> autofs was introduced with FreeBSD 10.1 and is the support
Author: emaste
Date: Mon Mar 9 20:49:59 2020
New Revision: 358823
URL: https://svnweb.freebsd.org/changeset/base/358823
Log:
regen src.conf.5 after r358821, AMD option removal
Also pick up LOADER_VERIEXEC_VECTX change.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/m
Author: emaste
Date: Mon Mar 9 20:49:06 2020
New Revision: 358822
URL: https://svnweb.freebsd.org/changeset/base/358822
Log:
Remove WITH_AMD option, missed in r358821
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
28 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20200309: amd(8) retired
+OLD_FILES+=etc/amd.map
+OLD_FILES+=etc/newsyslog.conf.d/amd.conf
+OLD_FILES+=etc/rc.d/amd
+OLD_FILES+=usr/bin/pawd
+OLD_FILES+=usr/sbin/amd
+OLD_FILES+=usr/sbin/amq
+OLD_FILES+=usr/sbin/fixmount
+OLD_FILES+=usr/sbin/fsinfo
Author: wulf
Date: Mon Mar 9 20:31:38 2020
New Revision: 358820
URL: https://svnweb.freebsd.org/changeset/base/358820
Log:
iicbus(4): Add support for ACPI-based children enumeration
When iicbus is attached as child of Designware I2C controller it scans all
ACPI nodes for "I2C Serial Bus
Author: wulf
Date: Mon Mar 9 20:28:45 2020
New Revision: 358819
URL: https://svnweb.freebsd.org/changeset/base/358819
Log:
acpi: Export functions required by upcoming acpi_iicbus driver.
Modified:
head/sys/dev/acpica/acpi.c
head/sys/dev/acpica/acpivar.h
Modified: head/sys/dev/acpica/acpi.
Author: wulf
Date: Mon Mar 9 20:27:25 2020
New Revision: 358818
URL: https://svnweb.freebsd.org/changeset/base/358818
Log:
acpi: Fix stalled value returned by acpi_get_device() after device deletion
Newbus device reference attached to ACPI handle is not cleared when newbus
device is dele
Author: kib
Date: Mon Mar 9 19:46:28 2020
New Revision: 358816
URL: https://svnweb.freebsd.org/changeset/base/358816
Log:
Style.
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:https://reviews.freebsd.org/D23993
Modified:
Author: tsoome
Date: Mon Mar 9 19:43:28 2020
New Revision: 358815
URL: https://svnweb.freebsd.org/changeset/base/358815
Log:
gallant is 12x22, not 8x16
INDEX.fonts does list gallant with wrong size.
Modified:
head/share/vt/fonts/INDEX.fonts
Modified: head/share/vt/fonts/INDEX.fonts
===
Author: luporl
Date: Mon Mar 9 19:01:17 2020
New Revision: 358814
URL: https://svnweb.freebsd.org/changeset/base/358814
Log:
[aacraid] Handle both AIF and SYNC interrupts
Without this change, if an AIF interrupt comes at the same time a SYNC
command is finished, the SYNC interrupt will b
O. Hartmann wrote:
> > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
> [... deleted ...]
>
>
> buildworld seems to be broken on this commit:
Ah! I did a buildworld, but build the 4th version of loader.
Sorry, will fix.
>
> [...]
> --- all_subdir_stand ---
> --- lstd.
Author: sjg
Date: Mon Mar 9 16:02:54 2020
New Revision: 358813
URL: https://svnweb.freebsd.org/changeset/base/358813
Log:
veloader use vectx API for kernel and modules
The vectx API, computes the hash for verifying a file as it is read.
This avoids the overhead of reading files twice - o
Author: chs
Date: Mon Mar 9 15:55:13 2020
New Revision: 358812
URL: https://svnweb.freebsd.org/changeset/base/358812
Log:
Use the devfs vnode rather than the mntfs vnode for permissions checks.
I missed this one in r358714.
Reported by: pho
Reviewed by: mckusick
Approved by: imp (
Author: sjg
Date: Mon Mar 9 15:48:53 2020
New Revision: 358811
URL: https://svnweb.freebsd.org/changeset/base/358811
Log:
veloader use vectx API for kernel and modules
The vectx API, computes the hash for verifying a file as it is read.
This avoids the overhead of reading files twice - o
On 2020-03-09 09:44, Andrew Gallatin wrote:
Author: gallatin
Date: Mon Mar 9 13:44:51 2020
New Revision: 358808
URL:
https://urldefense.com/v3/__https://svnweb.freebsd.org/changeset/base/358808__;!!OToaGQ!5mmRl2ROq7G4c4x2Xe2uHppYyETGlCRsREj-jHw0ZWcNqt3GhQju3BHBkM_vsrVvkQ$
Log:
make lacp's u
Author: gallatin
Date: Mon Mar 9 13:44:51 2020
New Revision: 358808
URL: https://svnweb.freebsd.org/changeset/base/358808
Log:
make lacp's use_numa hashing aware of send tags
When I did the use_numa support, I missed the fact that there is
a separate hash function for send tag nic select
Author: mmel
Date: Mon Mar 9 13:36:45 2020
New Revision: 358807
URL: https://svnweb.freebsd.org/changeset/base/358807
Log:
Add the missing brackets to the logical expression.
Reported by: clang10 via dim
MFC with: r355755
Modified:
head/sys/arm64/rockchip/rk_pcie.c
Modified: hea
On Mon, 9 Mar 2020 07:05:46 +0100
"O. Hartmann" wrote:
> On Sun, 8 Mar 2020 17:42:43 + (UTC)
> "Simon J. Gerraty" wrote:
>
> > Author: sjg
> > Date: Sun Mar 8 17:42:42 2020
> > New Revision: 358744
> > URL: https://svnweb.freebsd.org/changeset/base/358744
> >
> > Log:
> > veloader use vec
28 matches
Mail list logo