[Midnightbsd-cvs] [MidnightBSD/src] 4687c2: date(1): Improve manpage around '-I'

Kevin Bowling noreply at github.com
Tue Dec 16 18:09:48 EST 2025


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 4687c224d2ebbda27a13e484c1c3de3983d9cd16
      https://github.com/MidnightBSD/src/commit/4687c224d2ebbda27a13e484c1c3de3983d9cd16
  Author: Michael Osipov <michaelo at FreeBSD.org>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M bin/date/date.1

  Log Message:
  -----------
  date(1): Improve manpage around '-I'

* ISO 8601 defines two formats: basic and extended, clarify that we
  output the extended format only.
* Clarify that ISO 8601 is only aware of timezone /offsets/, not timezones,
  it has no relation to the Olson timezone database (TZ environment variable).

Reviewed by:	otis (mentor), des
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D52314

(cherry picked from commit 21628c79d541b55b5e60231cefec73ca31719b6d)


  Commit: 59d4630c67872616cfa90ca3874ab44967926f3f
      https://github.com/MidnightBSD/src/commit/59d4630c67872616cfa90ca3874ab44967926f3f
  Author: Seyed Pouria Mousavizadeh Tehrani <p.mousavizadeh at protonmail.com>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M sbin/ipfw/nptv6.c

  Log Message:
  -----------
  ipfw: Fix segfault in NPTv6 rule parser

If the user specified a prefix length with either the internal or
external prefix, we'd jump to check_prefix where we'd dereference p
which was most likely uninitialized.

Instead, store the various prefix lengths separately and check them
all after the loop.

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D50597

(cherry picked from commit 64bc9ac8cd9a42259aeb1715d4e14902aa83fcac)


  Commit: 84b13dbb6c787acd04b6a4f9e481bd26ca2af673
      https://github.com/MidnightBSD/src/commit/84b13dbb6c787acd04b6a4f9e481bd26ca2af673
  Author: Yogesh Bhosale <Yogesh.Bhosale at intel.com>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M sys/dev/ixgbe/if_ix.c

  Log Message:
  -----------
  ixgbe: Fix incomplete speed coverage in link status logging

Originally ixgbe_if_update_admin_status() only handled 1G and 10G speeds,
causing any other speeds to display as "1 Gbps" in link status logs.

This issue is fixed by adding link speed to string conversion logic through
the introduction of a helper function, ixgbe_link_speed_to_str(), which
corrects the misleading logs to reflect accurate link speeds.

Signed-off-by: Yogesh Bhosale yogesh.bhosale at intel.com

PR:		288960
Reported by:	Mike Belanger - QNX
Differential Revision:	https://reviews.freebsd.org/D52442

(cherry picked from commit 46347b3619757e3d683a87ca03efaf2ae242335f)


  Commit: ab98899c13acebd44a9ca2ca663af477c102264d
      https://github.com/MidnightBSD/src/commit/ab98899c13acebd44a9ca2ca663af477c102264d
  Author: Kevin Bowling <kbowling at FreeBSD.org>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M sys/dev/ixgbe/if_ix.c

  Log Message:
  -----------
  ixgbe: Correct ixgbe_link_speed_to_str comment

PR:		288960
Reported by:	michaelo

(cherry picked from commit c1532f74e4684f4b4227e873bae05b16ccc0a17c)


Compare: https://github.com/MidnightBSD/src/compare/063a82139506...ab98899c13ac

To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list