acpidmar(4): Recognize reserved 4-byte IVHD device entry
Otherwise parsing of folling entries is aborted.
While there, fix a debug printf.
ok kettenis@
Import sysutils/starship
Minimal, cross-shell, customizable prompt, with numerous modules for detection
of languages, Git status, execution time, and more
WWW: https://starship.rs/
From Lydia Sobot, who takes Maintainer
ok tb@
shm_open(3): align the type of the mode_t parameter with POSIX
POSIX says that sys/mman.h should also define mode_t which is currently
missing.
With mode_t defined there, the type of the last parameter of the shm_open
function can be changed from __mode_t to mode_t, matching the standard.
Both issues flagged by Sortix os-test.
ok deraadt@, millert@
argclass.cc:23:1: note: 'INT32_MAX' is defined in header '<cstdint>'; this
is probably fixable by adding '#include <cstdint>'
Add this include to fix build on sparc64
ok sthen
reject usernames (or passwords) with line feeds in it
initial diff from philipp (at bureaucracy.de), tweaked by me.
table_proc: ensure the request does not contain newlines
from op@
this is errata/7.7/032_smtpd.patch.sig
reject usernames (or passwords) with line feeds in it
initial diff from philipp (at bureaucracy.de), tweaked by me.
table_proc: ensure the request does not contain newlines
from op@
this is errata/7.8/026_smtpd.patch.sig
Fix a fatal firmware error during association on non-MIMO iwx(4) devices.
If MIMO is disabled we must not try to configure Tx rates in firmware
which require MIMO. Otherwise we trigger sysassert 0x20101A0D.
Problem reported and fix tested by Kirill Kaplin.
Meaning of sysassert hex code provided by Johannes Berg, thanks!