[Midnightbsd-cvs] [MidnightBSD/src] 35fa66: isp: Remove a double word in the driver manual

Bram noreply at github.com
Tue Jun 27 06:45:43 EDT 2023


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 35fa66f925e078c8822897cb766bf2ed6db5f40c
      https://github.com/MidnightBSD/src/commit/35fa66f925e078c8822897cb766bf2ed6db5f40c
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/dev/isp/DriverManual.txt

  Log Message:
  -----------
  isp: Remove a double word in the driver manual

 - s/to to/to/

(cherry picked from commit a5beac3992fb874e57768b3c8d852a806bcb8b21)


  Commit: f69e405bffa4323e69315f22aa3535b3d2d1369e
      https://github.com/MidnightBSD/src/commit/f69e405bffa4323e69315f22aa3535b3d2d1369e
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M share/examples/ipfilter/ipf-howto.txt

  Log Message:
  -----------
  ipf-howto: Remove a double word

 - s/to to/to/

(cherry picked from commit 11bc6be152e5572e289824d381c812fe90458607)


  Commit: c6f7ed4943e0de5d310c48f76b03a1f0480304cf
      https://github.com/MidnightBSD/src/commit/c6f7ed4943e0de5d310c48f76b03a1f0480304cf
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M tools/regression/netinet/tcpstream/tcpstream.c

  Log Message:
  -----------
  regression-netinet: Remove a double word in a source code comment

 - s/to to/to/

(cherry picked from commit ba594e730eca14246a6c913a30b36af3126e0005)


  Commit: 80344648e104921168b0a0e8b0836b7bd82dd300
      https://github.com/MidnightBSD/src/commit/80344648e104921168b0a0e8b0836b7bd82dd300
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/dev/ocs_fc/ocs_hw.c
    M sys/dev/ocs_fc/sli4.c

  Log Message:
  -----------
  ocs_fc(4): Remove double words in source code comments

 - s/to to/to/

(cherry picked from commit eb2f7d9a5a61588e4a218a5636cab5dd9fb8bfba)


  Commit: c772eb99612a527158f351f93dc01e83e54340d8
      https://github.com/MidnightBSD/src/commit/c772eb99612a527158f351f93dc01e83e54340d8
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/dev/isci/scil/scic_sds_remote_node_context.c

  Log Message:
  -----------
  iscsi(4): Remove a double word in a source code comment

 - s/to to/to/

(cherry picked from commit 13604a80f7a4b0dbb2594482e233baa3f3926523)


  Commit: 1ce9e054f1d322c38282073d3591696c5a7bc081
      https://github.com/MidnightBSD/src/commit/1ce9e054f1d322c38282073d3591696c5a7bc081
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/netinet6/udp6_usrreq.c

  Log Message:
  -----------
  netinet6: Remove a double word in a source code comment

 - s/to to/to/

(cherry picked from commit bcb2341c7dadb1359afde776f7223fa63fd6a825)


  Commit: 0edee79b3af5726d7f378230494903fe22b1957c
      https://github.com/MidnightBSD/src/commit/0edee79b3af5726d7f378230494903fe22b1957c
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M share/mk/meta.stage.mk

  Log Message:
  -----------
  mk: Remove a double word in a comment

 - s/to to/to/

(cherry picked from commit 8dcfb0282ddf28a16a29e56703009a839650e9c1)


  Commit: 8007888d367a81e020e5aaf20bad5145286c2a21
      https://github.com/MidnightBSD/src/commit/8007888d367a81e020e5aaf20bad5145286c2a21
  Author: Alexander Motin <mav at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/cam/ctl/ctl.c
    M sys/cam/ctl/ctl_ioctl.h

  Log Message:
  -----------
  CTL: Validate IOCTL parameters.

It was possible to cause kernel panic by passing too large args_len
or non-NULL result_nvl.

Though since the /dev/cam/ctl device is accessible only by root and
used only by limited number of tools it was not a big problem.

PR:	266115
PR:	266136
Reported by:	Robert Morris <rtm at lcs.mit.edu>
MFC after:	1 week

(cherry picked from commit 0586be48a97c5af50ba4f578d33211f81cc57016)


  Commit: 51d31f4f586341eac2877eb7bce6ef7990c78c48
      https://github.com/MidnightBSD/src/commit/51d31f4f586341eac2877eb7bce6ef7990c78c48
  Author: Kristof Provost <kp at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M tests/sys/netpfil/pf/anchor.sh

  Log Message:
  -----------
  pf tests: test wildcard anchors

Ensure that a wildcard anchor actually includes any nested anchors (i.e.
foo/* will call into foo/bar).

MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D36414

(cherry picked from commit d5a0bf4517c053803b266742d16be456c5393ae7)


  Commit: 30b970e94b412af6c5a9cd7b72879e53035a8ec0
      https://github.com/MidnightBSD/src/commit/30b970e94b412af6c5a9cd7b72879e53035a8ec0
  Author: Dag-Erling Smørgrav <des at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M contrib/opie/opie.4
    M contrib/opie/opieaccess.5
    M contrib/opie/opieinfo.1
    M contrib/opie/opiekey.1
    M contrib/opie/opiekeys.5
    M contrib/opie/opiepasswd.1
    M lib/libpam/modules/pam_opie/pam_opie.8
    M lib/libpam/modules/pam_opieaccess/pam_opieaccess.8

  Log Message:
  -----------
  Add deprecation notices for OPIE.

Differential Revision: https://reviews.freebsd.org/D36593


  Commit: 393f299c39cde149c34ba1ab0eadf655a2aa752c
      https://github.com/MidnightBSD/src/commit/393f299c39cde149c34ba1ab0eadf655a2aa752c
  Author: Matthew Grooms <mgrooms at shrew.net>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/arm/broadcom/bcm2835/bcm2835_clkman.c

  Log Message:
  -----------
  bcm2835_clkman: add RPI4 compat string

This enables attachment on the RPI4, thus enabling the bcm2835_pwm
driver too. Per the device tree documentation, these compat strings are
equivalent, and no further changes to the driver are required.

https://lists.freebsd.org/archives/freebsd-arm/2021-June/000143.html

MFC after:	3 days

(cherry picked from commit 87705c5c21784c401a8d425b2780bb8b1c37d431)


  Commit: 97fc39a5b9ba0f4f56a15b55df54c8e80a51791b
      https://github.com/MidnightBSD/src/commit/97fc39a5b9ba0f4f56a15b55df54c8e80a51791b
  Author: Jiahao LI <jiahali at blackberry.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/dev/dwc/if_dwc.c

  Log Message:
  -----------
  if_dwc: fix reinitialization with changed MAC

It was observed that on RockPro64 hardware, the dwc interface is unable
to receive packets after being assigned a new MAC address. The fix is
simply to call mii_mediachg() before touching any device registers in
dwc_init_locked(). This is consistent with what the OpenBSD driver does.

PR:		263820
MFC after:	1 week

(cherry picked from commit 6501fcdc0a97faa3c59f6ece314bf7754303db6f)


  Commit: 1503b9c794bb6e80a6a4951a517a9abeceb88568
      https://github.com/MidnightBSD/src/commit/1503b9c794bb6e80a6a4951a517a9abeceb88568
  Author: Rick Macklem <rmacklem at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/fs/nfsserver/nfs_nfsdstate.c

  Log Message:
  -----------
  nfsd: Update console message for no session found

The NFSv4.1/4.2 server generates a console message that indicates
that there is no session. I was until recently perplexed w.r.t. how
this could occur. It turns out that the common cause is multiple NFS
clients with the same /etc/hostid.

The host uuid is used by the FreeBSD NFSv4.1/4.2 client as a unique
identifier for the client. If multiple clients use the same host uuid,
this indicates to the NFSv4.1/4.2 server that they are the same client
and confusion occurs.

This trivial patch modifies the console message to suggest that the
client's /etc/hostid needs to be checked for uniqueness.

(cherry picked from commit b875d4f5ddcbe0ce06f22650dd471b7518546dd6)


  Commit: 080d1c57e8f81805ceb6b112b0976227311a9fa7
      https://github.com/MidnightBSD/src/commit/080d1c57e8f81805ceb6b112b0976227311a9fa7
  Author: Rick Macklem <rmacklem at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/fs/nfs/nfs_commonkrpc.c

  Log Message:
  -----------
  nfscl: Add a console message for session recovery

The NFSv4.1/4.2 client does recovery when it receives a
NFSERR_BADSESSION reply from the server.  If the server has
not rebooted, this is often caused by multiple clients using
the same /etc/hostid and, as such, not being recognized as
different clients by the server.

This trivial patch adds a console message to suggest that
client's /etc/hostid's need to be checked for uniqueness.

(cherry picked from commit 0685c73cfe88b94d60b1b2ddfdb36c684a008006)


  Commit: 3323b9af8b1aa16917dbbb3088d65f7ee887f4ed
      https://github.com/MidnightBSD/src/commit/3323b9af8b1aa16917dbbb3088d65f7ee887f4ed
  Author: Felix Johnson <felix.the.red at gmail.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M share/man/man4/da.4

  Log Message:
  -----------
  da.4: Add some sysctl descriptions

Add descriptions for the following sysctl's:

- kern.cam.da.default_softtimeout
- kern.cam.da.disable_wp_protection
- kern.cam.da.enable_biospeedup
- kern.cam.da.enable_uma_ccbs
- kern.cam.da.poll_period
- kern.cam.da.send_ordered

While here, fix some mandocs warnings.

PR:		258727
Reported by:	Felix Johnson <felix dot the dot red at gmail dot com>
Reviewed by:	debdrup, pauamma, gbe
Differential Revision:	https://reviews.freebsd.org/D32278

(cherry picked from commit 53af9c235f5d368ce788d99e16951a167a152bbc)


  Commit: c67168efb1921d0d69c39365f2099ecd45c7bd2e
      https://github.com/MidnightBSD/src/commit/c67168efb1921d0d69c39365f2099ecd45c7bd2e
  Author: Warner Losh <imp at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M share/man/man4/da.4

  Log Message:
  -----------
  da.4: Don't document softtimeout

kern.cam.da.default_softtimeout currently does nothing. It sets a value
in the CCB that SIMs could look at, only none do. Leave it undocumented
until it actually does something. It was introduced to allow a 'soft
recovery' to be started when things were taking too long in the SIM by
not scheduling new I/O, or other measures the SIM knew would help when
it seemed like things were getting 'backed up'. No SIM in the FreeBSD
tree implements this and scsi_da doesn't use it other than to pass it
down, so best remove it from the documentation until it does something.

Sponsored by:		Netflix
Fixes:			53af9c235f5d
Reviewed by:		gbe
Differential Review:	https://reviews.freebsd.org/D36518

(cherry picked from commit e66c6b993eb3a17e3dba684e1d4d659e9bc566c8)


  Commit: 8220fc73186f85a5bf3090c71094d6893b1395c9
      https://github.com/MidnightBSD/src/commit/8220fc73186f85a5bf3090c71094d6893b1395c9
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/arm64/arm64/gicv3_its.c

  Log Message:
  -----------
  arm64: gic: disable the ITS if it's enabled prior to configuration

The ITS is defined to be disabled on a warm reset, but we may be coming
in via another kernel/hypervisor type setup where the ITS has been
previously configured then relinquished to the next kernel in the chain.

If it's enabled, the later configuration of GITS_BASER will almost
certainly fail -- clear it to prevent that.

Reviewed by:	andrew
Sponsored by:	Ampere Computing
Submitted by:	Klara, Inc.

(cherry picked from commit 1236b04bb7045e541b2343543e356273db20ee56)


  Commit: bc43c2f8a776013bb8c6ac7a4dbcf4f762ac1300
      https://github.com/MidnightBSD/src/commit/bc43c2f8a776013bb8c6ac7a4dbcf4f762ac1300
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/arm64/arm64/locore.S

  Log Message:
  -----------
  arm64: disable the EL2 MMU before dropping to EL1

An earlier stage may have set HCR_EL2.E2H, the clearing of which may
break address translation.  We don't need the EL2 MMU at this point, so
we can avoid re-enabling it for now and just drop to EL1 as usual.

Suggested by:	andrew
Reviewed by:	andrew

(cherry picked from commit 51adf913e8815bdc928cb72dd378c596b8b15336)


  Commit: 0d319a387d32f8b96138d0edd32c79e527745796
      https://github.com/MidnightBSD/src/commit/0d319a387d32f8b96138d0edd32c79e527745796
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M usr.bin/gzip/tests/Makefile
    A usr.bin/gzip/tests/foo.diff
    A usr.bin/gzip/tests/zdiff_test.sh
    M usr.bin/gzip/zdiff

  Log Message:
  -----------
  zdiff: avoid non-conformant features

`setvar` is a non-conformant feature that looks slightly neater but is
not portable to other /bin/sh implementations.  Making the script
portable is straightforward, so let's do it.

Tests are added to make sure that I didn't break anything major in the
process.

Reviewed by:	bapt (previous version), jilles
Sponsored by:	Klara, Inc.

(cherry picked from commit 5b7adeb1845c7491a655d2b2e1ab55d7b7b96a34)


  Commit: 3591105aa7d88300a142d14b6309b9fdcc090075
      https://github.com/MidnightBSD/src/commit/3591105aa7d88300a142d14b6309b9fdcc090075
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/dev/alc/if_alc.c

  Log Message:
  -----------
  alc: force maximum payload size to 128 bytes for AR816X/AR817x

Otherwise, we'll trigger a DMA write error and render the device
unusable.

Obtained from:	OpenBSD (via Haiku, waddlesplash)

(cherry picked from commit 8cdb6b2dd78793628d7c36198598c85741e44119)


  Commit: eb616868c5cecc547230ba2ef63c804ae17463e0
      https://github.com/MidnightBSD/src/commit/eb616868c5cecc547230ba2ef63c804ae17463e0
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M usr.bin/iconv/iconv.c

  Log Message:
  -----------
  iconv: only conditionally use ICONV_SET_DISCARD_ILSEQ

If the -c flag is used, then we can set it with ICONV_SET_DISCARD_ILSEQ;
otherwise, leave it alone.  The user may have specified //IGNORE in the
'to' codeset specification, there's no reason we can't allow that but
we'll currently turn it off.

Reviewed by:	thj
Sponsored by: Klara, Inc.

(cherry picked from commit ea0f37dec65daf2b7e05712738cd1720aae129eb)


  Commit: 05e8fbe0be65a57bad0aefd1221573cad5c4999e
      https://github.com/MidnightBSD/src/commit/05e8fbe0be65a57bad0aefd1221573cad5c4999e
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M tools/test/iconv/posix/posix.c

  Log Message:
  -----------
  tools: test: iconv: fix open_2 to not segfault

Record error condition when iconv_open() fails rather than leaving a
bogus iconv_t that iconv_close() can later choke on; this is one failure
mode.

If we opened MAX_LIMIT files with success, we need to rewind one so that
we don't iconv_close() one past the end of cd; this is the second
failure mode.

Sponsored by:	Klara, Inc.

(cherry picked from commit 814bd1ed438f7dfc5bedcb1f3e772a46fe7026bb)


  Commit: 65995bb1209142afee5c080fe9e16fc8e958a079
      https://github.com/MidnightBSD/src/commit/65995bb1209142afee5c080fe9e16fc8e958a079
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/arm64/arm64/mp_machdep.c
    M sys/riscv/riscv/mp_machdep.c

  Log Message:
  -----------
  arm64, riscv: size boot stacks appropriately

In 8db2e8fd16c4 ("Remove the secondary_stacks array in arm64 [...]"),
bootstacks was setup to be allocated dynamically.  While this is
generally how x86 does it, it inadvertently shrunk each boot stack from
KSTACK_PAGES pages to a single page.

Resize these back up to the expected size using the kstack_pages
tunable, as we'll need larger stacks with upcoming sanitizer work.

Reviewed by:	andrew, imp, markj
Fixes:	8db2e8fd16c4 ("Remove the secondary_stacks array [...]")
Sponsored by:	Juniper Networks, Inc.
Sponsored by:	Klara, Inc.

(cherry picked from commit bab32a8029c3f9339acbd786ffe8f27ad9cfd288)


  Commit: e174da575e67f7ba5342acba1c4c8eef40640637
      https://github.com/MidnightBSD/src/commit/e174da575e67f7ba5342acba1c4c8eef40640637
  Author: Kyle Evans <kevans at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M stand/i386/libi386/biosdisk.c

  Log Message:
  -----------
  stand: i386: take into account disk sector size for blk calculation

disk_blocks assumes BIOSDISK_SECSIZE, but the media may not be using
it.  In particular, bioscd on Parallels presents a 2K sector size, so
we end up with a short disk_blocks and subsequent validation fails when
trying to read /boot/lua.

PR:		233098
Reviewed by:	imp, tsoome

(cherry picked from commit 72291cee075d9ef1a608b2a67762b44e024cc0d4)


  Commit: 7ebe56dd487b88d3d010fadcbd184a35dd9a7b2f
      https://github.com/MidnightBSD/src/commit/7ebe56dd487b88d3d010fadcbd184a35dd9a7b2f
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/netpfil/ipfilter/netinet/fil.c
    M sys/netpfil/ipfilter/netinet/ip_pool.c

  Log Message:
  -----------
  netpfil: Fix some typos in source code comments

- s/paramter/parameter/
- s/paramters/parameters/

(cherry picked from commit d53555d63b18f141b752ef6e7a2762fc73a47956)


  Commit: 1059bb9eafc8b175bd33252ea8ca0dccf6fb3cf7
      https://github.com/MidnightBSD/src/commit/1059bb9eafc8b175bd33252ea8ca0dccf6fb3cf7
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/kern/kern_jail.c

  Log Message:
  -----------
  kern_jail: Fix a typo in a source code comment

- s/paramter/parameter/

(cherry picked from commit 4771011b8ffd3cd462b1c42b4db942b47b6e4260)


  Commit: 1002e74f0ad66dd2d1bab2e00622fab055b9cf95
      https://github.com/MidnightBSD/src/commit/1002e74f0ad66dd2d1bab2e00622fab055b9cf95
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M usr.sbin/cxgbetool/cxgbetool.c

  Log Message:
  -----------
  cxgbetool(8): Fix a typo in a source code comment

- s/paramter/parameter/

(cherry picked from commit 59f7c7ff51256f0d5712e13b3efd0e62cd405f9b)


  Commit: 4280c36deba37e7a192b4c32a17adaf07fd6f4eb
      https://github.com/MidnightBSD/src/commit/4280c36deba37e7a192b4c32a17adaf07fd6f4eb
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/dev/qlnx/qlnxe/ecore_vf_api.h

  Log Message:
  -----------
  qlnxe(4): Fix a typo in a source code comment

- s/paramters/parameters/

(cherry picked from commit a5c1b9e3322a5124cea173d428e65ddefa5ebb5f)


  Commit: 15ed961b61fecb78f46b970ed50c67e447b3a4dc
      https://github.com/MidnightBSD/src/commit/15ed961b61fecb78f46b970ed50c67e447b3a4dc
  Author: Gordon Bergling <gbe at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M libexec/bootpd/tools/bootptest/print-bootp.c

  Log Message:
  -----------
  bootptest: Fix a typo in a source code comment

- s/avaible/available/

(cherry picked from commit 4732904942dfb56ae4eeb93630a55b3548f1f543)


  Commit: a2c1351b24148bb032792ac39f2f54165337d3a1
      https://github.com/MidnightBSD/src/commit/a2c1351b24148bb032792ac39f2f54165337d3a1
  Author: Rick Macklem <rmacklem at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/fs/nfsclient/nfs_clvfsops.c
    M sys/fs/nfsclient/nfs_clvnops.c

  Log Message:
  -----------
  nfscl: Allow "nolockd" to work for NFSv4 mounts

Commit 40ada74ee1da modified the NFSv4.1/4.2 client so
that it would issue a DestroySession to the server when
all session slots are marked bad.  This handles the
case where session slots get broken when "intr" or "soft"
NFSv4 fairly well.1/4.2 mounts are done.

There are two other cases where having an NFSv4.1/4.2
RPC attempt terminate without completion can leave
state in a non-determinate condition.

One is file locking RPCs.  If the "nolockd" option is
used, this avoids file locking RPCs by doing locking
locally within the client.

The other is Open locks, but since all FreeBSD Open
locks are done with OPEN_SHARE_DENY_NONE, the locking
state for these should not be critical.

This patch enables use of "nolockd" for NFSv4 mounts,
so that it can be combined with "intr" and/or "soft",
making the latter more usable.

Use of "intr" or "soft" NFSv4 mounts are still not
recommended, but when combined with "nolockd" should
now work fairly well.

A man page update will be done as a separate commit.

(cherry picked from commit 33721eb991d868dbcad4726872d95ddd8f04ec27)


  Commit: 2b9bc177b16bfae53c49122d65dc2bbbc66db2e8
      https://github.com/MidnightBSD/src/commit/2b9bc177b16bfae53c49122d65dc2bbbc66db2e8
  Author: Ed Maste <emaste at FreeBSD.org>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sys/conf/newvers.sh

  Log Message:
  -----------
  newvers.sh: avoid bare git invocation

git may not be in the path, and $git_cmd includes some commandline
arguments.

Reported by:	mjg
Tested by:	mjg

(cherry picked from commit 9e98065cf17d0e4831928a5acbd7bc75a351c7f6)


  Commit: 4fc7de56bf65777713a6b90a0d2d2531cc26a546
      https://github.com/MidnightBSD/src/commit/4fc7de56bf65777713a6b90a0d2d2531cc26a546
  Author: Bram Ton <bram at cbbg.nl>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M sbin/setkey/setkey.8

  Log Message:
  -----------
  setkey.8: Improve direction descriptions

Be more precise in the definition of policy directions
and policy levels.

PR:		250177
Reported by:	Bram Ton <bram at cbbg dot nl>
Reviewed by:	gbe, ae
Differential Revision:	https://reviews.freebsd.org/D26719

(cherry picked from commit 06bfd0b9143b0409b1b343976ca1d6f41f796423)


Compare: https://github.com/MidnightBSD/src/compare/283aa504a2d2...4fc7de56bf65



More information about the Midnightbsd-cvs mailing list