From noreply at github.com Wed Oct 26 13:44:32 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 26 Oct 2022 10:44:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 9ea309: remove useless file that is for pkg Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 9ea3099263c3849716ac703bda51f2ba245e869f https://github.com/MidnightBSD/src/commit/9ea3099263c3849716ac703bda51f2ba245e869f Author: Lucas Holt Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M release/Makefile R release/scripts/FreeBSD_install_cdrom.conf Log Message: ----------- remove useless file that is for pkg From noreply at github.com Wed Oct 26 13:48:15 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 26 Oct 2022 10:48:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 12f845: don't need sparc stuff Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 12f8453de0f9dea6f63f362e5c9a4040c20dfe3b https://github.com/MidnightBSD/src/commit/12f8453de0f9dea6f63f362e5c9a4040c20dfe3b Author: Lucas Holt Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M tools/boot/rootgen.sh Log Message: ----------- don't need sparc stuff Commit: f6e573353ba3f719f6c0814322a79d3374803696 https://github.com/MidnightBSD/src/commit/f6e573353ba3f719f6c0814322a79d3374803696 Author: Lucas Holt Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh Log Message: ----------- no need for sparc partitions Compare: https://github.com/MidnightBSD/src/compare/9ea3099263c3...f6e573353ba3 From noreply at github.com Wed Oct 26 13:51:28 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 26 Oct 2022 10:51:28 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 7b6a4c: x86/busdma: Limit reserved pages if low nsegs Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 7b6a4cfd128682eb06868918a928a05ef191bd8b https://github.com/MidnightBSD/src/commit/7b6a4cfd128682eb06868918a928a05ef191bd8b Author: Lucas Holt Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M sys/x86/x86/busdma_bounce.c Log Message: ----------- x86/busdma: Limit reserved pages if low nsegs When bus_dmamap_create is called, if bouncing might be required we reserve enough pages for a maximum-length request, subject to the MAX_BPAGES constraint (32 MB on amd64; 32 MB or 2 MB on i386 depending on the amount of RAM). Since pages used for bouncing are typically non-consecutive, each bounced page will typically constitute a busdma segment; as such, we are unlikely to ever successfully use more pages than the nsegments limit. Limit the number of pages reserved to nsegments. Obtained from FreeBSD, b7761f1f0830fc4b4bd7a1f9f364cfb39b7f4288 From noreply at github.com Wed Oct 26 13:52:04 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 26 Oct 2022 10:52:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8ba1ae: remove tag Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8ba1aec5067657c05eaf28569ee433f599fc2457 https://github.com/MidnightBSD/src/commit/8ba1aec5067657c05eaf28569ee433f599fc2457 Author: Lucas Holt Date: 2022-10-26 (Wed, 26 Oct 2022) Changed paths: M usr.sbin/bsdinstall/partedit/part_wizard.c Log Message: ----------- remove tag From noreply at github.com Thu Oct 27 16:20:08 2022 From: noreply at github.com (Lucas Holt) Date: Thu, 27 Oct 2022 13:20:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] b98c20: fix Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: b98c208f970100385c0bca9d79fbf1ab6f74f4ef https://github.com/MidnightBSD/src/commit/b98c208f970100385c0bca9d79fbf1ab6f74f4ef Author: Lucas Holt Date: 2022-10-27 (Thu, 27 Oct 2022) Changed paths: M stand/lua/Makefile Log Message: ----------- fix From noreply at github.com Sun Oct 30 11:25:57 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 08:25:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 55920f: Fix a symbol regression. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 55920fdd90f6a6f00df9d60403189bd3f5308988 https://github.com/MidnightBSD/src/commit/55920fdd90f6a6f00df9d60403189bd3f5308988 Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M lib/libc/string/Makefile.inc M lib/libc/string/Symbol.map R lib/libc/string/index.c R lib/libc/string/strcspn.3 Log Message: ----------- Fix a symbol regression. Remove some old code. From noreply at github.com Sun Oct 30 11:28:27 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 08:28:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] de7641: kernel name Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: de764155490225c9f91cf8426467af628d2376fa https://github.com/MidnightBSD/src/commit/de764155490225c9f91cf8426467af628d2376fa Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M lib/libc/gen/getosreldate.3 Log Message: ----------- kernel name From noreply at github.com Sun Oct 30 11:34:44 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 08:34:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8a3eae: fix a few minor issues. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8a3eae7d419478c72af547b1a6856fb818783c59 https://github.com/MidnightBSD/src/commit/8a3eae7d419478c72af547b1a6856fb818783c59 Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M lib/libc/rpc/key_call.c M lib/libc/rpc/svc_auth_des.c M lib/libkvm/tests/kvm_geterr_test.c M lib/libsbuf/tests/sbuf_test_common.h Log Message: ----------- fix a few minor issues. From noreply at github.com Sun Oct 30 11:39:39 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 08:39:39 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 5bf1df: remove several old files for fortune Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 5bf1dfb6c87345f19fc8eaf83ce19bfd7a1dd435 https://github.com/MidnightBSD/src/commit/5bf1dfb6c87345f19fc8eaf83ce19bfd7a1dd435 Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M ObsoleteFiles.inc Log Message: ----------- remove several old files for fortune From noreply at github.com Sun Oct 30 11:48:43 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 08:48:43 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c74fa0: mark some files for removal Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: c74fa0f455b089381c5c6374e998868ab674b269 https://github.com/MidnightBSD/src/commit/c74fa0f455b089381c5c6374e998868ab674b269 Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M ObsoleteFiles.inc Log Message: ----------- mark some files for removal From noreply at github.com Sun Oct 30 11:59:20 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 08:59:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 1c371d: add a bunch of things we missed. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 1c371dc482fc8bc723df1912ed21a836f443574e https://github.com/MidnightBSD/src/commit/1c371dc482fc8bc723df1912ed21a836f443574e Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M ObsoleteFiles.inc Log Message: ----------- add a bunch of things we missed. From noreply at github.com Sun Oct 30 23:17:35 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 20:17:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/mport/2.2.5 Home: https://github.com/MidnightBSD/src From noreply at github.com Sun Oct 30 23:17:35 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 20:17:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 28c03f: mport 2.2.5 Message-ID: Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: 28c03f131da0bc0f1eadad960d7abb9583d304ea https://github.com/MidnightBSD/src/commit/28c03f131da0bc0f1eadad960d7abb9583d304ea Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M libexec/mport.check-for-older/mport.check-for-older.c M libexec/mport.create/mport.create.c M libexec/mport.delete/mport.delete.c M libexec/mport.fetch/mport.fetch.c M libexec/mport.info/mport.info.c M libexec/mport.init/mport.init.c M libexec/mport.install/mport.install.c M libexec/mport.list/mport.list.c M libexec/mport.merge/mport.merge.c M libexec/mport.query/mport.query.c M libexec/mport.update/mport.update.c M libexec/mport.updepends/mport.updepends.c M libmport/default_cbs.c M libmport/delete_primative.c M libmport/fetch.c M libmport/index.c M libmport/install.c M libmport/instance.c M libmport/mport.3 M libmport/mport.h M libmport/mport_private.h M libmport/update.c M libmport/util.c M mport/mport.1 M mport/mport.c Log Message: ----------- mport 2.2.5 From noreply at github.com Sun Oct 30 23:23:02 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 30 Oct 2022 20:23:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 28c03f: mport 2.2.5 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 28c03f131da0bc0f1eadad960d7abb9583d304ea https://github.com/MidnightBSD/src/commit/28c03f131da0bc0f1eadad960d7abb9583d304ea Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M libexec/mport.check-for-older/mport.check-for-older.c M libexec/mport.create/mport.create.c M libexec/mport.delete/mport.delete.c M libexec/mport.fetch/mport.fetch.c M libexec/mport.info/mport.info.c M libexec/mport.init/mport.init.c M libexec/mport.install/mport.install.c M libexec/mport.list/mport.list.c M libexec/mport.merge/mport.merge.c M libexec/mport.query/mport.query.c M libexec/mport.update/mport.update.c M libexec/mport.updepends/mport.updepends.c M libmport/default_cbs.c M libmport/delete_primative.c M libmport/fetch.c M libmport/index.c M libmport/install.c M libmport/instance.c M libmport/mport.3 M libmport/mport.h M libmport/mport_private.h M libmport/update.c M libmport/util.c M mport/mport.1 M mport/mport.c Log Message: ----------- mport 2.2.5 Commit: fd025af1a6a494c2cb58b47dda7b12c2af14944c https://github.com/MidnightBSD/src/commit/fd025af1a6a494c2cb58b47dda7b12c2af14944c Author: Lucas Holt Date: 2022-10-30 (Sun, 30 Oct 2022) Changed paths: M contrib/mport/libexec/mport.check-for-older/mport.check-for-older.c M contrib/mport/libexec/mport.create/mport.create.c M contrib/mport/libexec/mport.delete/mport.delete.c M contrib/mport/libexec/mport.fetch/mport.fetch.c M contrib/mport/libexec/mport.info/mport.info.c M contrib/mport/libexec/mport.init/mport.init.c M contrib/mport/libexec/mport.install/mport.install.c M contrib/mport/libexec/mport.list/mport.list.c M contrib/mport/libexec/mport.merge/mport.merge.c M contrib/mport/libexec/mport.query/mport.query.c M contrib/mport/libexec/mport.update/mport.update.c M contrib/mport/libexec/mport.updepends/mport.updepends.c M contrib/mport/libmport/default_cbs.c M contrib/mport/libmport/delete_primative.c M contrib/mport/libmport/fetch.c M contrib/mport/libmport/index.c M contrib/mport/libmport/install.c M contrib/mport/libmport/instance.c M contrib/mport/libmport/mport.3 M contrib/mport/libmport/mport.h M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/update.c M contrib/mport/libmport/util.c M contrib/mport/mport/mport.1 M contrib/mport/mport/mport.c Log Message: ----------- Merge commit '28c03f131da0bc0f1eadad960d7abb9583d304ea' Compare: https://github.com/MidnightBSD/src/compare/1c371dc482fc...fd025af1a6a4