Module Name:src
Committed By: chs
Date: Thu Jul 1 15:06:01 UTC 2021
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
in uvm_mapent_forkzero(), if the old entry was an object mapping,
appease a debug check by setting the new entry offset to zero along with
setting the n
Module Name:src
Committed By: martin
Date: Thu Jul 1 15:53:20 UTC 2021
Modified Files:
src/sys/kern: vfs_vnops.c
Log Message:
gcc (with some options) eroneously claims we would use "vp" uninitialized,
so initialize it as NULL.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: jmcneill
Date: Thu Jul 1 17:22:10 UTC 2021
Modified Files:
src/sys/dev/pci: if_ena.c
Log Message:
port-evbarm/56274: no network on ec2 arm64 9.99.85
Remove custom SIOCSIFFLAGS handling and rely on ether_ioctl to DTRT
To generate a diff of
Module Name:src
Committed By: jmcneill
Date: Thu Jul 1 17:31:21 UTC 2021
Modified Files:
src/distrib/utils/embedded/conf: arm64mbr.conf
Log Message:
No need for ec2_init on arm64mbr
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/c
Module Name:src
Committed By: jmcneill
Date: Thu Jul 1 17:32:07 UTC 2021
Modified Files:
src/distrib/utils/embedded/conf: arm64.conf
Log Message:
port-evbarm/56274: no network on ec2 arm64 9.99.85
Add -w to dhcpcd_flags when running on EC2, since we need to wait for the
Module Name:src
Committed By: jmcneill
Date: Thu Jul 1 18:05:45 UTC 2021
Modified Files:
src/distrib/utils/embedded/files: ec2_init
Log Message:
AWS marketplace does not allow root ssh logins. Create an ec2-user account
and install the ssh key in that user's home director
Module Name:src
Committed By: thorpej
Date: Thu Jul 1 20:39:15 UTC 2021
Modified Files:
src/sys/dev/ic: ax88190.c dl10019.c dp8390.c
Log Message:
Make sure the media / mii members in struct ethercom are initialized
so that the media-related ioctls work. Problem reported
Module Name:src
Committed By: blymn
Date: Thu Jul 1 22:08:13 UTC 2021
Modified Files:
src/sys/kern: kern_pmf.c
src/sys/net: if.c
Log Message:
Back out fix for kern_pmf.c calling a null if_stop and apply a fix
suggested by Jared McNeill which sets if_stop to a stub
Module Name:src
Committed By: macallan
Date: Thu Jul 1 22:57:45 UTC 2021
Modified Files:
src/sys/arch/hppa/hppa: intr.c
Log Message:
fix off by one which resulted in all idle time reported as interrupt time
final fix from nick@
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: yamaguchi
Date: Fri Jul 2 03:30:46 UTC 2021
Modified Files:
src/sys/net: if_bridge.c
Log Message:
Use if_ioctl() for changing MTU, not ether_ioctl to prevent panic
Fix PR kern/56292
To generate a diff of this commit:
cvs rdiff -u -r1.180 -
Module Name:src
Committed By: yamaguchi
Date: Fri Jul 2 04:38:11 UTC 2021
Modified Files:
src/tests/net/if_vlan: t_vlan.sh
Log Message:
Added tests for changing a MTU when the vlan(4) is added to bridge(4)
The tests is for PR kern/56292
To generate a diff of this commi
11 matches
Mail list logo