[Midnightbsd-cvs] [MidnightBSD/src] 27a9de: usr.bin/stat: Fix error message formatting.
Przemysław Lewandowski
noreply at github.com
Tue Jun 27 10:59:26 EDT 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 27a9de941ced253667d3eb5c19d83e5b7a861d89
https://github.com/MidnightBSD/src/commit/27a9de941ced253667d3eb5c19d83e5b7a861d89
Author: Jamie Landeg-Jones <jamie at catflap.org>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M usr.bin/stat/stat.c
Log Message:
-----------
usr.bin/stat: Fix error message formatting.
PR: bin/261657
(cherry picked from commit 37399d5bcf67c6d68e30a34ce2df30e0964d46d9)
Commit: 12d34caf1e81c9210bd93ccefb0f8f5660654b43
https://github.com/MidnightBSD/src/commit/12d34caf1e81c9210bd93ccefb0f8f5660654b43
Author: Andre Albsmeier <Andre.Albsmeier at siemens.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M usr.sbin/pwd_mkdb/pwd_mkdb.c
Log Message:
-----------
pwd_mkdb(8): Don't copy comments from /etc/master.passwd to /etc/passwd.
The intention of /etc/passwd was to support legacy applications that are
not yet converted to use modern API like getpwent(3). Comments are not
defined in the legacy format, so copying them could break these
applications. Plus, it could leak sensitive information (e.g. encrypted
form of password of an user that was commented out instead of deleted
or disabled).
PR: bin/144652
(cherry picked from commit 0deb25bd9d6d2cdd4aa22f0e2754161e35f3785c)
Commit: be57d409d612237738274f787d3f186cd21e2543
https://github.com/MidnightBSD/src/commit/be57d409d612237738274f787d3f186cd21e2543
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M share/man/man4/iwm.4
M share/man/man4/iwmfw.4
Log Message:
-----------
iwm(4), iwmfw(4): mention iwm7265Dfw
Correct documentation by mentioning iwm7265Dfw.
PR: 234584
Differential review: https://reviews.freebsd.org/D38374
Approved by: erj
(cherry picked from commit 29fa34aadbd3d93343573220a521caa0c248682d)
(cherry picked from commit 97ab40b1d7b559fa5fc3b3c18f61b38dcbca6090)
Commit: e6d28f10f78a87d1904424e9eb78ec1e1de49d66
https://github.com/MidnightBSD/src/commit/e6d28f10f78a87d1904424e9eb78ec1e1de49d66
Author: Przemyslaw Lewandowski <przemyslawx.lewandowski at intel.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M sys/net/iflib.c
Log Message:
-----------
iflib: Add null check to iflib_stop()
Ever since gtaskqueue_drain() was added to iflib_stop(), a kernel panic
occurs when the ice(4) driver is in recovery mode. Queues are not
initialized in this mode, so gt_taskqueue is not initialized, and
gtaskqueue_drain() will panic.
Fix this by only doing a drain if an RX queue's gt_taskqueue is
initialized.
Signed-off-by: Eric Joyner <erj at FreeBSD.org>
Reviewed by: erj@
MFC after: 1 week
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D37892
(cherry picked from commit 9147969bc277b389a62373c6a5050a2ebfd39071)
Compare: https://github.com/MidnightBSD/src/compare/b3187457f1f6...e6d28f10f78a
More information about the Midnightbsd-cvs
mailing list