[Midnightbsd-cvs] [MidnightBSD/src] 52bced: install legacy time zones
Lucas Holt
noreply at github.com
Sun Nov 22 02:11:38 EST 2020
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 52bced782be206a27c4f0bff3e81269c3130a99b
https://github.com/MidnightBSD/src/commit/52bced782be206a27c4f0bff3e81269c3130a99b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-22 (Sun, 22 Nov 2020)
Changed paths:
M etc/mtree/BSD.usr.dist
M share/mk/src.opts.mk
Log Message:
-----------
install legacy time zones
Commit: 75a7a1f31f1bf1c1f8d82ad746a21fd383aacd77
https://github.com/MidnightBSD/src/commit/75a7a1f31f1bf1c1f8d82ad746a21fd383aacd77
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-22 (Sun, 22 Nov 2020)
Changed paths:
M sys/dev/ips/ips.c
Log Message:
-----------
Add the likely missing braces in ips(4).
Commit: e31773d415117dd9e3c9178e8ac0360440fb5962
https://github.com/MidnightBSD/src/commit/e31773d415117dd9e3c9178e8ac0360440fb5962
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-22 (Sun, 22 Nov 2020)
Changed paths:
M sys/kern/kern_jail.c
M sys/net/if_ethersubr.c
M sys/sys/jail.h
Log Message:
-----------
ethersubr: Make the mac address generation more robust
If we create two (vnet) jails and create a bridge interface in each we end up
with the same mac address on both bridge interfaces.
These very often conflicts, resulting in same mac address in both jails.
Mitigate this problem by including the jail name in the mac address.
Compare: https://github.com/MidnightBSD/src/compare/fb4c719a52d8...e31773d41511
More information about the Midnightbsd-cvs
mailing list