From noreply at github.com Tue Nov 24 00:01:22 2020 From: noreply at github.com (Lucas Holt) Date: Mon, 23 Nov 2020 21:01:22 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 470c69: This fixes the amount of memory displayed in the U... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 470c69beede67987153e22c01b06fa6cc18544ab https://github.com/MidnightBSD/src/commit/470c69beede67987153e22c01b06fa6cc18544ab Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M usr.sbin/bhyve/smbiostbl.c Log Message: ----------- This fixes the amount of memory displayed in the UiApp to be the same as passed on the bhyve command line. Otherwise, 8GB gets displayed as 4, 32GB as 28 etc. Obtained from bcran, freebsd https://reviews.freebsd.org/D27348 From noreply at github.com Tue Nov 24 22:35:22 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:35:22 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] fc00f8: cleanup Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: fc00f84af02c6f7ceb6a00a4141ab4e346054a53 https://github.com/MidnightBSD/src/commit/fc00f84af02c6f7ceb6a00a4141ab4e346054a53 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M cddl/contrib/opensolaris/cmd/zfs/zfs-program.8 Log Message: ----------- cleanup Commit: 1473e732eb88b23140139b967e94fba4410db34c https://github.com/MidnightBSD/src/commit/1473e732eb88b23140139b967e94fba4410db34c Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M usr.sbin/bhyve/smbiostbl.c Log Message: ----------- Merge branch 'master' of ssh://github.com/midnightbsd/src into master Compare: https://github.com/MidnightBSD/src/compare/470c69beede6...1473e732eb88 From noreply at github.com Tue Nov 24 22:38:18 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:38:18 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] bbfa99: mlinks Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: bbfa99ccd170b30facaeaaf2f06d2c95aef29d5b https://github.com/MidnightBSD/src/commit/bbfa99ccd170b30facaeaaf2f06d2c95aef29d5b Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M lib/libbsm/Makefile Log Message: ----------- mlinks Commit: eabd56f4b604da7725ebd8fe7f033a7db85ffc3a https://github.com/MidnightBSD/src/commit/eabd56f4b604da7725ebd8fe7f033a7db85ffc3a Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/defaults/loader.conf.5 M stand/lua/cli.lua M stand/lua/config.lua M stand/lua/config.lua.8 Log Message: ----------- Loader optimizations Obtained from: FreeBSD Compare: https://github.com/MidnightBSD/src/compare/1473e732eb88...eabd56f4b604 From noreply at github.com Tue Nov 24 22:40:41 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:40:41 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 82593f: The color change should have reset sequence, not s... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 82593fcebbd01bde496619f7e660a5a3860560b9 https://github.com/MidnightBSD/src/commit/82593fcebbd01bde496619f7e660a5a3860560b9 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/lua/color.lua M stand/lua/logo-beastie.lua M stand/lua/logo-orb.lua M stand/lua/menu.lua Log Message: ----------- The color change should have reset sequence, not switch to white. Commit: c282f77a970a8647b61c613e9751ca62d142b119 https://github.com/MidnightBSD/src/commit/c282f77a970a8647b61c613e9751ca62d142b119 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/lua/menu.lua Log Message: ----------- Make menu customizations easier by naming the entries Compare: https://github.com/MidnightBSD/src/compare/eabd56f4b604...c282f77a970a From noreply at github.com Tue Nov 24 22:46:57 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:46:57 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 875e84: Fully reset terminal settings Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 875e841008c7a849f22861ed6caa10e5bbd5da10 https://github.com/MidnightBSD/src/commit/875e841008c7a849f22861ed6caa10e5bbd5da10 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/forth/loader.4th M stand/forth/loader.rc M stand/forth/screen.4th M stand/lua/core.lua M stand/lua/loader.lua Log Message: ----------- Fully reset terminal settings Commit: 537a3ad2e98e6805ba35afacd541350be0a349e0 https://github.com/MidnightBSD/src/commit/537a3ad2e98e6805ba35afacd541350be0a349e0 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/defs.mk M stand/i386/loader/Makefile Log Message: ----------- loader: --gc-sections needs sections to work with Commit: e73efef5490f6dd442aeae231c77640ae52a89a3 https://github.com/MidnightBSD/src/commit/e73efef5490f6dd442aeae231c77640ae52a89a3 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/defs.mk Log Message: ----------- Add support for hypervisor check on x86 Commit: d1a82d88c54f24436d72163e4770f8e8929751fd https://github.com/MidnightBSD/src/commit/d1a82d88c54f24436d72163e4770f8e8929751fd Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M sys/netpfil/pf/pf_ioctl.c Log Message: ----------- pf: Improve input validation Compare: https://github.com/MidnightBSD/src/compare/c282f77a970a...d1a82d88c54f From noreply at github.com Tue Nov 24 22:47:42 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:47:42 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d0f2eb: revert Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: d0f2ebbaf595b4cc6544af50dc4e3fb76199fcac https://github.com/MidnightBSD/src/commit/d0f2ebbaf595b4cc6544af50dc4e3fb76199fcac Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/defs.mk Log Message: ----------- revert From noreply at github.com Tue Nov 24 22:48:22 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:48:22 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d1f102: revert Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: d1f1021dd10d1ca19aa7a4c7d5606f964b3b5eed https://github.com/MidnightBSD/src/commit/d1f1021dd10d1ca19aa7a4c7d5606f964b3b5eed Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M stand/defs.mk M stand/i386/loader/Makefile Log Message: ----------- revert From noreply at github.com Tue Nov 24 22:49:02 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:49:02 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 312dea: psm(4): Fix wrong key-release event occuring after... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 312deaf8d2dff3e50680e9f776cb0e992e4a8215 https://github.com/MidnightBSD/src/commit/312deaf8d2dff3e50680e9f776cb0e992e4a8215 Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M sys/dev/atkbdc/psm.c Log Message: ----------- psm(4): Fix wrong key-release event occuring after trackpoint use. From noreply at github.com Tue Nov 24 22:50:29 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:50:29 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] fa680c: Add a callout_func_t typedef for functions used wi... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: fa680c1877a9e1c4993b24dcd67db3890fcc168e https://github.com/MidnightBSD/src/commit/fa680c1877a9e1c4993b24dcd67db3890fcc168e Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M share/man/man9/timeout.9 M sys/kern/kern_timeout.c M sys/sys/_callout.h Log Message: ----------- Add a callout_func_t typedef for functions used with callout_*(). Commit: 2d2db4a4a9e447b9d484ae1bc8dc3fd94f31237b https://github.com/MidnightBSD/src/commit/2d2db4a4a9e447b9d484ae1bc8dc3fd94f31237b Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M usr.bin/clang/Makefile Log Message: ----------- Move llvm-objdump from CLANG_EXTRAS to installed by default Compare: https://github.com/MidnightBSD/src/compare/312deaf8d2df...2d2db4a4a9e4 From noreply at github.com Tue Nov 24 22:52:50 2020 From: noreply at github.com (Lucas Holt) Date: Tue, 24 Nov 2020 19:52:50 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 9081e8: Introduce lib/libgcc_eh and lib/libgcc_s for LLVM'... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 9081e881bc3026dcd21257ffe8a5815b5c70778c https://github.com/MidnightBSD/src/commit/9081e881bc3026dcd21257ffe8a5815b5c70778c Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M Makefile.inc1 M gnu/lib/Makefile M gnu/lib/libgcc/Makefile M lib/Makefile Log Message: ----------- Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementation Commit: 5c625fe591d1e85a3ade883381ca0400218780ed https://github.com/MidnightBSD/src/commit/5c625fe591d1e85a3ade883381ca0400218780ed Author: Lucas Holt Date: 2020-11-24 (Tue, 24 Nov 2020) Changed paths: M share/man/man9/fetch.9 Log Message: ----------- fix return type Compare: https://github.com/MidnightBSD/src/compare/2d2db4a4a9e4...5c625fe591d1 From noreply at github.com Sun Nov 29 15:03:48 2020 From: noreply at github.com (Lucas Holt) Date: Sun, 29 Nov 2020 12:03:48 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 76e9f6: Fix O_IP_FLOW_LOOKUP opcode handling. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 76e9f68bc6660b19caa369be0e9fed546000e386 https://github.com/MidnightBSD/src/commit/76e9f68bc6660b19caa369be0e9fed546000e386 Author: Lucas Holt Date: 2020-11-29 (Sun, 29 Nov 2020) Changed paths: M sys/netpfil/ipfw/ip_fw2.c Log Message: ----------- Fix O_IP_FLOW_LOOKUP opcode handling. Do not check table value matching when table lookup failed. From noreply at github.com Sun Nov 29 15:05:46 2020 From: noreply at github.com (Lucas Holt) Date: Sun, 29 Nov 2020 12:05:46 -0800 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c79122: unbreak matching with big table type flow on ipfw Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: c7912280e781f7eafab00d0238c4f9dcd3b265df https://github.com/MidnightBSD/src/commit/c7912280e781f7eafab00d0238c4f9dcd3b265df Author: Lucas Holt Date: 2020-11-29 (Sun, 29 Nov 2020) Changed paths: M sys/netpfil/ipfw/ip_fw_table_algo.c Log Message: ----------- unbreak matching with big table type flow on ipfw