On 4/5/19 4:16 PM, Rodney W. Grimes wrote:
>> Author: eugen
>> Date: Fri Apr 5 22:45:08 2019
>> New Revision: 345970
>> URL: https://svnweb.freebsd.org/changeset/base/345970
>>
>> Log:
>> network.subr: improve configuration of cloned gif(4) interfaces
>>
>> ifconfig(8) syntax allows to
Author: kevans
Date: Mon Apr 8 18:38:18 2019
New Revision: 346042
URL: https://svnweb.freebsd.org/changeset/base/346042
Log:
MFC r344161: stand: dev_net: correct net_open's interpretation of params
net_open previously casted the first vararg to a char * and this was
half-OK: at first, it
Author: kevans
Date: Mon Apr 8 18:38:18 2019
New Revision: 346042
URL: https://svnweb.freebsd.org/changeset/base/346042
Log:
MFC r344161: stand: dev_net: correct net_open's interpretation of params
net_open previously casted the first vararg to a char * and this was
half-OK: at first, it
Author: kevans
Date: Mon Apr 8 18:36:47 2019
New Revision: 346041
URL: https://svnweb.freebsd.org/changeset/base/346041
Log:
MFC r345680: NOTES: Use non-default value for BOOT_TAG
Modified:
stable/11/sys/conf/NOTES
Directory Properties:
stable/11/ (props changed)
Changes in other areas
Author: kevans
Date: Mon Apr 8 18:36:47 2019
New Revision: 346041
URL: https://svnweb.freebsd.org/changeset/base/346041
Log:
MFC r345680: NOTES: Use non-default value for BOOT_TAG
Modified:
stable/12/sys/conf/NOTES
Directory Properties:
stable/12/ (props changed)
Changes in other areas
Author: kevans
Date: Mon Apr 8 18:34:43 2019
New Revision: 346040
URL: https://svnweb.freebsd.org/changeset/base/346040
Log:
MFC r343599: libc/tests: Add test case for jemalloc/libthr bug fixed/r343566
Added:
stable/12/lib/libc/tests/stdlib/dynthr_mod/
- copied from r343599, head/lib/li
Author: imp
Date: Mon Apr 8 18:25:14 2019
New Revision: 346039
URL: https://svnweb.freebsd.org/changeset/base/346039
Log:
Style only change: Prefer $() to ``
$() is more modern and also nests. Convert the mix of styles to using
only the former (although the latter was more common). It's
Author: kib
Date: Mon Apr 8 18:16:49 2019
New Revision: 346038
URL: https://svnweb.freebsd.org/changeset/base/346038
Log:
Exercise some care before sending SIGHUP to mountd.
Reviewed by: antoine, emaste, oshogbo
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential
Author: kevans
Date: Mon Apr 8 18:15:10 2019
New Revision: 346037
URL: https://svnweb.freebsd.org/changeset/base/346037
Log:
MFC r343065, r343373-r343390, r343477
r343065:
With the sync from Dragonfly BSD in r318216 a bug slipped in (also still
present
upstream it seems).
The tlv
Shawn Webb wrote:
> On Mon, Apr 08, 2019 at 03:35:48AM +, Mariusz Zaborski wrote:
>> Author: oshogbo
>> Date: Mon Apr 8 03:35:47 2019
>> New Revision: 346023
>> URL: https://svnweb.freebsd.org/changeset/base/346023
>>
>> Log:
>> strings: disable Casper support while building native-xtools
>
Author: kevans
Date: Mon Apr 8 17:59:42 2019
New Revision: 346036
URL: https://svnweb.freebsd.org/changeset/base/346036
Log:
MFC r343255: awg: fix soft reset failure with no link
U-Boot will leave the ephy reset de-asserted and the MAC soft reset will
fail on these boards with internal P
Author: kevans
Date: Mon Apr 8 17:55:04 2019
New Revision: 346035
URL: https://svnweb.freebsd.org/changeset/base/346035
Log:
MFC r343240: iwm(4): Fix possible null pointer indirection
Modified:
stable/11/sys/dev/iwm/if_iwm.c
Directory Properties:
stable/11/ (props changed)
Changes in ot
Author: kevans
Date: Mon Apr 8 17:55:04 2019
New Revision: 346035
URL: https://svnweb.freebsd.org/changeset/base/346035
Log:
MFC r343240: iwm(4): Fix possible null pointer indirection
Modified:
stable/12/sys/dev/iwm/if_iwm.c
Directory Properties:
stable/12/ (props changed)
Changes in ot
Author: kevans
Date: Mon Apr 8 17:41:39 2019
New Revision: 346034
URL: https://svnweb.freebsd.org/changeset/base/346034
Log:
MFC r343335, r343977, r343993-r343994, r344034, r344084, r345302, r345769
r343335:
libbe(3): simplify import, allow replication streams
Previously, we directl
Author: kevans
Date: Mon Apr 8 17:36:24 2019
New Revision: 346033
URL: https://svnweb.freebsd.org/changeset/base/346033
Log:
MFC r345848: libbe(3): Add a serial to the generated snapshot names
To use bectl in an example, when one creates a new boot environment with
either `bectl create `
Author: sjg
Date: Mon Apr 8 15:52:13 2019
New Revision: 346032
URL: https://svnweb.freebsd.org/changeset/base/346032
Log:
Add _PC_ACL_* to vop_stdpathconf
This avoid EINVAL from tmpfs etc.
Merge of r345024
Reviewed by:kib
Differential Revision: https://reviews.freebsd.org/
Author: kib
Date: Mon Apr 8 15:20:05 2019
New Revision: 346031
URL: https://svnweb.freebsd.org/changeset/base/346031
Log:
Handle races when remounting UFS volume from ro to rw.
In particular, ensure that writers are not unleashed before SU
structures are initialized. Also, correctly han
On Mon, Apr 8, 2019, 2:35 AM Chris Rees wrote:
> On 2019-04-08 08:57, Oliver Pinter wrote:
> > On Monday, April 8, 2019, Warner Losh wrote:
> >
> >>
> >>
> >> On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter
> >>
> >> wrote:
> >>
> >>> Please revert this patch. If I'm not wrong, this will break the
>
Author: trasz
Date: Mon Apr 8 14:31:07 2019
New Revision: 346030
URL: https://svnweb.freebsd.org/changeset/base/346030
Log:
Refactor ELF interpreter loading into a separate function.
Reviewed by: kib
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Differential Revision:https
Author: oshogbo
Date: Mon Apr 8 14:23:52 2019
New Revision: 346029
URL: https://svnweb.freebsd.org/changeset/base/346029
Log:
In the unlinkat syscall, the operation is performed on the directory
descriptor, not the file descriptor. The file descriptor is used only for
verification so do not
Author: ganbold
Date: Mon Apr 8 13:40:46 2019
New Revision: 346028
URL: https://svnweb.freebsd.org/changeset/base/346028
Log:
Fix URE_WDT6_SET_MODE value in the register definition.
Both linux and u-boot sources for RTL8152 driver has this value.
RTL8152 USB ethernet is used in NanoPI R1 bo
On Mon, Apr 08, 2019 at 03:35:48AM +, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Mon Apr 8 03:35:47 2019
> New Revision: 346023
> URL: https://svnweb.freebsd.org/changeset/base/346023
>
> Log:
> strings: disable Casper support while building native-xtools
Why?
--
Shawn Webb
Cofoun
Author: ae
Date: Mon Apr 8 11:54:45 2019
New Revision: 346027
URL: https://svnweb.freebsd.org/changeset/base/346027
Log:
MFC r345763:
Correct a port number assignment.
PR: 236930
Modified:
stable/11/contrib/bsnmp/snmpd/trap.c
Directory Properties:
stable/11/ (props cha
Author: ae
Date: Mon Apr 8 11:53:37 2019
New Revision: 346026
URL: https://svnweb.freebsd.org/changeset/base/346026
Log:
MFC r345763:
Correct a port number assignment.
PR: 236930
Modified:
stable/12/contrib/bsnmp/snmpd/trap.c
Directory Properties:
stable/12/ (props cha
On 2019-04-08 08:57, Oliver Pinter wrote:
On Monday, April 8, 2019, Warner Losh wrote:
On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter
wrote:
Please revert this patch. If I'm not wrong, this will break the
freebsd-version command's generation or output.
You are going to need to be a lot m
On Monday, April 8, 2019, Warner Losh wrote:
>
>
> On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter
> wrote:
>
>> Please revert this patch. If I'm not wrong, this will break the
>> freebsd-version command's generation or output.
>>
>
> You are going to need to be a lot more specific about this. It mak
26 matches
Mail list logo