From noreply at github.com Mon Aug 8 15:01:18 2022 From: noreply at github.com (Lucas Holt) Date: Mon, 08 Aug 2022 12:01:18 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 93455f: change declaration Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 93455fcd4d27e6e2b659953482411f8b24fcbf1c https://github.com/MidnightBSD/src/commit/93455fcd4d27e6e2b659953482411f8b24fcbf1c Author: Lucas Holt Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M sys/kern/imgact_elf.c Log Message: ----------- change declaration From noreply at github.com Mon Aug 8 15:02:56 2022 From: noreply at github.com (Lucas Holt) Date: Mon, 08 Aug 2022 12:02:56 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] da27bb: build blocks runtime early Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: da27bbaf5478b62303043c09c654c4863cb03017 https://github.com/MidnightBSD/src/commit/da27bbaf5478b62303043c09c654c4863cb03017 Author: Lucas Holt Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M lib/Makefile Log Message: ----------- build blocks runtime early From noreply at github.com Mon Aug 8 16:18:08 2022 From: noreply at github.com (Lucas Holt) Date: Mon, 08 Aug 2022 13:18:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8a23eb: add a depend file Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8a23ebbabfae9674ebe08606f4ba0658bcc23b91 https://github.com/MidnightBSD/src/commit/8a23ebbabfae9674ebe08606f4ba0658bcc23b91 Author: Lucas Holt Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: A lib/libdispatch/Makefile.depend Log Message: ----------- add a depend file From noreply at github.com Mon Aug 8 16:19:09 2022 From: noreply at github.com (Lucas Holt) Date: Mon, 08 Aug 2022 13:19:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 88aa16: improve Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 88aa16387fa14bd645db37f297fb770e9c33d54c https://github.com/MidnightBSD/src/commit/88aa16387fa14bd645db37f297fb770e9c33d54c Author: Lucas Holt Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M lib/libdispatch/Makefile.depend Log Message: ----------- improve From noreply at github.com Mon Aug 8 16:20:38 2022 From: noreply at github.com (Lucas Holt) Date: Mon, 08 Aug 2022 13:20:38 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 23f3b1: oops Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 23f3b11edf63ac8e4db4270c6d4cca8315a232d1 https://github.com/MidnightBSD/src/commit/23f3b11edf63ac8e4db4270c6d4cca8315a232d1 Author: Lucas Holt Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: M sys/kern/imgact_elf.c Log Message: ----------- oops From noreply at github.com Tue Aug 9 17:26:47 2022 From: noreply at github.com (Lucas Holt) Date: Tue, 09 Aug 2022 14:26:47 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 94df80: lets disable this and see what happens. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 94df80d6610645e6847ea00f03ea85a68e95194d https://github.com/MidnightBSD/src/commit/94df80d6610645e6847ea00f03ea85a68e95194d Author: Lucas Holt Date: 2022-08-09 (Tue, 09 Aug 2022) Changed paths: M lib/Makefile Log Message: ----------- lets disable this and see what happens. From noreply at github.com Wed Aug 10 06:15:08 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 03:15:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] dafba4: When a CAM-managed device responds to a command wi... Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: dafba4e4618d7e738d998024156935f5324bd8b3 https://github.com/MidnightBSD/src/commit/dafba4e4618d7e738d998024156935f5324bd8b3 Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M sys/cam/cam_periph.c Log Message: ----------- When a CAM-managed device responds to a command with an error condition, CAM may automatically retry the command following some error recovery protocol. For instance, it may send a SCSI START UNIT command to the device before retrying the failed command. In this case, an in-memory copy of the original command is preserved for a later retry. However, a specific portion of the command state was not saved correctly, and upon a retry this could lead to memory corruption. Obtained from: FreeBSD From noreply at github.com Wed Aug 10 08:52:15 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 05:52:15 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] d4101d: When dumping core and saving process information, ... Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: d4101d4785274bb2e7330dab5e504cfbbfee4f0c https://github.com/MidnightBSD/src/commit/d4101d4785274bb2e7330dab5e504cfbbfee4f0c Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M sys/kern/imgact_elf.c Log Message: ----------- When dumping core and saving process information, proc_getargv() might return an sbuf which have a sbuf_len() of 0 or -1, which is not properly handled. Obtained from: FreeBSD From noreply at github.com Wed Aug 10 09:11:09 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 06:11:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 527534: When dumping core and saving process information, ... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 527534a7fa62d84767933869b57e9415dcf052fc https://github.com/MidnightBSD/src/commit/527534a7fa62d84767933869b57e9415dcf052fc Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M sys/kern/imgact_elf.c Log Message: ----------- When dumping core and saving process information, proc_getargv() might return an sbuf which have a sbuf_len() of 0 or -1, which is not properly handled. Obtained from: FreeBSD From noreply at github.com Wed Aug 10 10:06:08 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 07:06:08 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 6d5c69: no longer needed. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 6d5c69fc158bcaf7bd33e530ad4bea8176dcf68e https://github.com/MidnightBSD/src/commit/6d5c69fc158bcaf7bd33e530ad4bea8176dcf68e Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: R lib/libnetbsd/sys/time.h Log Message: ----------- no longer needed. From noreply at github.com Wed Aug 10 11:05:36 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 08:05:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] c67980: remove some old files Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: c679804d11bc1d72e54126049ea0e2f38762c6d3 https://github.com/MidnightBSD/src/commit/c679804d11bc1d72e54126049ea0e2f38762c6d3 Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: R contrib/sendmail/libsm/path.c R contrib/sendmail/smrsh/smrsh.0 R contrib/sendmail/src/aliases.0 R contrib/sendmail/src/mailq.0 R contrib/sendmail/src/makesendmail R contrib/sendmail/src/newaliases.0 R contrib/sendmail/src/sendmail.0 R contrib/sendmail/src/sysexits.h M lib/libsm/Makefile Log Message: ----------- remove some old files From noreply at github.com Wed Aug 10 11:07:36 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 08:07:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 725b9a: remove more unneeded files. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 725b9ad45a0ac031493eb9f070ff3d77cbd1430d https://github.com/MidnightBSD/src/commit/725b9ad45a0ac031493eb9f070ff3d77cbd1430d Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: R contrib/sendmail/cf/cf/generic-bsd4.4.cf R contrib/sendmail/cf/cf/generic-hpux10.cf R contrib/sendmail/cf/cf/generic-hpux9.cf R contrib/sendmail/cf/cf/generic-linux.cf R contrib/sendmail/cf/cf/generic-mpeix.cf R contrib/sendmail/cf/cf/generic-nextstep3.3.cf R contrib/sendmail/cf/cf/generic-osf1.cf R contrib/sendmail/cf/cf/generic-solaris.cf R contrib/sendmail/cf/cf/generic-sunos4.1.cf R contrib/sendmail/cf/cf/generic-ultrix4.cf Log Message: ----------- remove more unneeded files. From noreply at github.com Wed Aug 10 11:14:40 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 08:14:40 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 85a704: simplify Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 85a704a4e8cfeca2d8394563c804d5dce0834790 https://github.com/MidnightBSD/src/commit/85a704a4e8cfeca2d8394563c804d5dce0834790 Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M contrib/sendmail/include/sm/os/sm_os_freebsd.h Log Message: ----------- simplify From noreply at github.com Wed Aug 10 13:31:07 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 10:31:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 556786: cast to char * Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 556786bad31060df6129d9f83bf1155c5d4a0e00 https://github.com/MidnightBSD/src/commit/556786bad31060df6129d9f83bf1155c5d4a0e00 Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M lib/libmsearch/msearch_fulltext.c Log Message: ----------- cast to char * From noreply at github.com Wed Aug 10 15:24:49 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 12:24:49 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] a492a6: fix another one Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: a492a67db78681887579a1e118ef6430db389355 https://github.com/MidnightBSD/src/commit/a492a67db78681887579a1e118ef6430db389355 Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M lib/libmsearch/msearch_search.c Log Message: ----------- fix another one From noreply at github.com Wed Aug 10 21:25:02 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 10 Aug 2022 18:25:02 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] ef0da2: const char * fun Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: ef0da22819c4aa1dc6b3922eb01e40043fdb60ed https://github.com/MidnightBSD/src/commit/ef0da22819c4aa1dc6b3922eb01e40043fdb60ed Author: Lucas Holt Date: 2022-08-10 (Wed, 10 Aug 2022) Changed paths: M contrib/mport/libmport/util.c Log Message: ----------- const char * fun From noreply at github.com Thu Aug 11 08:32:07 2022 From: noreply at github.com (Lucas Holt) Date: Thu, 11 Aug 2022 05:32:07 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f8f75d: char * Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: f8f75deba20a70dd36a993267a4526e8fe3ffdfc https://github.com/MidnightBSD/src/commit/f8f75deba20a70dd36a993267a4526e8fe3ffdfc Author: Lucas Holt Date: 2022-08-11 (Thu, 11 Aug 2022) Changed paths: M contrib/mport/libmport/delete_primative.c Log Message: ----------- char * From noreply at github.com Sat Aug 13 01:46:31 2022 From: noreply at github.com (Lucas Holt) Date: Fri, 12 Aug 2022 22:46:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 7537b9: same val Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 7537b9aaeff73107cb1c4e8d0888ee1dfdb8c32b https://github.com/MidnightBSD/src/commit/7537b9aaeff73107cb1c4e8d0888ee1dfdb8c32b Author: Lucas Holt Date: 2022-08-13 (Sat, 13 Aug 2022) Changed paths: M libexec/rtld-elf/rtld.c Log Message: ----------- same val From noreply at github.com Sat Aug 13 18:03:21 2022 From: noreply at github.com (Lucas Holt) Date: Sat, 13 Aug 2022 15:03:21 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8526d9: don't use diff3 build as is Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8526d957db5c1004426745b5d1a7ee3428747f53 https://github.com/MidnightBSD/src/commit/8526d957db5c1004426745b5d1a7ee3428747f53 Author: Lucas Holt Date: 2022-08-13 (Sat, 13 Aug 2022) Changed paths: R gnu/usr.bin/diff3/Makefile R gnu/usr.bin/diff3/Makefile.depend R gnu/usr.bin/diff3/diff3.c.diff Log Message: ----------- don't use diff3 build as is Commit: f408aef2f8d0dd95afec0560fc66e6a936cf34b2 https://github.com/MidnightBSD/src/commit/f408aef2f8d0dd95afec0560fc66e6a936cf34b2 Author: Lucas Holt Date: 2022-08-13 (Sat, 13 Aug 2022) Changed paths: M gnu/usr.bin/Makefile Log Message: ----------- remove tag. Commit: 957d890025b730cc2ece06aa3098bfe4dc399461 https://github.com/MidnightBSD/src/commit/957d890025b730cc2ece06aa3098bfe4dc399461 Author: Lucas Holt Date: 2022-08-13 (Sat, 13 Aug 2022) Changed paths: M gnu/usr.bin/Makefile A gnu/usr.bin/diff/Makefile A gnu/usr.bin/diff/Makefile.inc A gnu/usr.bin/diff/Makefile.inc0 A gnu/usr.bin/diff/diff/Makefile A gnu/usr.bin/diff/diff/paths.h A gnu/usr.bin/diff/diff/system.h A gnu/usr.bin/diff/diff3/Makefile A gnu/usr.bin/diff/doc/Makefile A gnu/usr.bin/diff/libdiffutils/Makefile A gnu/usr.bin/diff/libdiffutils/alloca.h A gnu/usr.bin/diff/libdiffutils/arg-nonnull.h A gnu/usr.bin/diff/libdiffutils/config.h A gnu/usr.bin/diff/libdiffutils/configmake.h A gnu/usr.bin/diff/libdiffutils/fcntl.h A gnu/usr.bin/diff/libdiffutils/fnmatch.h A gnu/usr.bin/diff/libdiffutils/getopt.h A gnu/usr.bin/diff/libdiffutils/gnuwidechar.h A gnu/usr.bin/diff/libdiffutils/string.h A gnu/usr.bin/diff/libdiffutils/strings.h A gnu/usr.bin/diff/libdiffutils/sys/stat.h A gnu/usr.bin/diff/libdiffutils/unistr.h A gnu/usr.bin/diff/libdiffutils/unitypes.h A gnu/usr.bin/diff/libdiffutils/uniwidth.h A gnu/usr.bin/diff/libdiffutils/unused-parameter.h A gnu/usr.bin/diff/libdiffutils/warn-on-use.h A gnu/usr.bin/diff/libver/Makefile A gnu/usr.bin/diff/libver/version.c A gnu/usr.bin/diff/libver/version.h A gnu/usr.bin/diff/tests/Makefile A gnu/usr.bin/diff/tests/Makefile.depend Log Message: ----------- restore diff Compare: https://github.com/MidnightBSD/src/compare/7537b9aaeff7...957d890025b7 From noreply at github.com Sun Aug 14 13:23:29 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Aug 2022 10:23:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8f8635: no longer viable Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 8f8635c46f586f93192970e9eb16c4084fcb265e https://github.com/MidnightBSD/src/commit/8f8635c46f586f93192970e9eb16c4084fcb265e Author: Lucas Holt Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: R sbin/badsect/Makefile R sbin/badsect/Makefile.depend R sbin/badsect/badsect.8 R sbin/badsect/badsect.c Log Message: ----------- no longer viable From noreply at github.com Sun Aug 14 13:27:57 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Aug 2022 10:27:57 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 6d043d: oops Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 6d043d478ef707e6012c819915e650598da05f7f https://github.com/MidnightBSD/src/commit/6d043d478ef707e6012c819915e650598da05f7f Author: Lucas Holt Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: M sbin/Makefile Log Message: ----------- oops From noreply at github.com Sun Aug 14 15:24:44 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Aug 2022 12:24:44 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 475966: bring in bug fixes from freebsd 12 stable (June2022) Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 4759660bf33f023d356d9c8cb3b09d0c224db8fc https://github.com/MidnightBSD/src/commit/4759660bf33f023d356d9c8cb3b09d0c224db8fc Author: Lucas Holt Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: M contrib/gdb/FREEBSD-Xlist M contrib/gdb/FREEBSD-upgrade M contrib/gdb/gdb/cli/cli-cmds.c M contrib/gdb/gdb/cli/cli-setshow.c M contrib/gdb/gdb/event-top.c M contrib/gdb/gdb/gdb-events.sh M contrib/gdb/gdb/gdb_gcore.sh M contrib/gdb/gdb/gdb_indent.sh M contrib/gdb/gdb/gdb_mbuild.sh M contrib/gdb/gdb/gdbarch.sh M contrib/gdb/gdb/regformats/regdat.sh M contrib/gdb/gdb/top.c M contrib/gdb/gdb/tracepoint.c M contrib/gdb/gdb/tui/tui-io.c M contrib/gdb/install-sh M contrib/gdb/ltconfig M contrib/gdb/missing M contrib/gdb/mkinstalldirs M contrib/gdb/move-if-change M contrib/gdb/symlink-tree M contrib/gdb/ylwrap Log Message: ----------- bring in bug fixes from freebsd 12 stable (June2022) From noreply at github.com Sun Aug 14 23:30:32 2022 From: noreply at github.com (Lucas Holt) Date: Sun, 14 Aug 2022 20:30:32 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 280ddd: fix build issue. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 280ddd91bd6cbdb75fea563dea877dbff9566211 https://github.com/MidnightBSD/src/commit/280ddd91bd6cbdb75fea563dea877dbff9566211 Author: Lucas Holt Date: 2022-08-14 (Sun, 14 Aug 2022) Changed paths: M sbin/rcorder/Makefile Log Message: ----------- fix build issue.