Age | Commit message (Collapse) | Author |
|
to display the contents of databases containing UTF-8 strings
on signed char architectures:
for example on i386 and amd64, UTF-8 bytes are negative...
|
|
implementations pressing the power button to wake up a machine will cause
a power button notification to happen for that button press This would
initiate a power down, which isn't the user's intent.
Based on earlier diffs from deraadt@ and James Cook.
ok mlarkin@, "I'm not opposed" cheloha@
|
|
|
|
namespaces via bioctl(8)'s BIOCINQ, BIOCVOL, BIOCDISK requests.
Based on work with dlg@ at h2k23 and many subsequent improvements and tests by
jmatthew@.
ok jmatthew@
|
|
while here, ensure all vop_remove field are set, and always call the function.
the change is very conservative: it only adds vnode ref drop/unlock where it was
absent because it should be unreachable (and if it wasn't, it should fix
things).
ok miod@
|
|
MSIs can only be done for PCI devices that implement per-vector masking,
which a lot of hardware doesn't implement.
ok mlarkin@
|
|
|
|
|
|
ok mpi@
|
|
isaphysmem and isaphysmempgs were removed in 1998
ok kettenis@
|
|
This initiates a graceful powerdown when the powerbutton is pressed
and makes it work as a wakeup from suspend.
ok patrick@
|
|
Firmware is fetched after bootstraps are installed, i.e. on fresh installs
apple-boot is not there yet when installboot ought to place it onto the EFI
System Partition.
Rerun --only on Apple silicon-- to replace Asahi u-boot and boot straight
into ours, nicely visible my different logo.
Input sthen deraadt
|
|
|
|
separate the local part from the fifo_vops part, and add a comment to keep in
sync.
ok miod@
|
|
In order to help code maintenance, explicitly add all `struct vops` members with
the current value (if not present, it is NULL), still using the C99 notation.
ok miod@
|
|
cpuid uses into identifycpu(), as they aren't needed anywhere else.
ok kettenis@
|
|
|
|
|
|
|
|
|
|
|
|
This avoids a dangling reference in i2s_ASN1_ENUMERATED_TABLE.
To complete this manual, someone will need to document X509V3_EXT_METHOD,
but that's for a much more rainy day than today.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
looks good to jmc
|
|
- remove section headers. in a document little over one screenful in size,
three section headers within DESCRIPTION seems greedy
- mark up sysctl names
- use the more general hw.sensors sysctl name to show cpu temp. the previously
suggested hw.sensors.cpu*.temp0 is no longer universal
|
|
too. This is also much more space efficient.
Reduce the cpu flag noise in dmesg by suppressing lines and registers
that are identical with the previous CPU and show -/+ info if there
are any differences.
particular feedback from deraadt@, kettenis@, jsg@, and dv@
ok deraadt@
|
|
This function is only used by OpenLDAP and it's been a noop since
forever. It has no business to be squeezed in between a number of
other, quite unrelated functions. It's distracting.
|
|
|
|
|
|
|
|
It is dubious whether this opaque struct's internals should be documented
in the first place. This also has been incomplete since forever. For now
zap the stuff that no longer exists and make an attempt at matching KNF a
bit more closely.
|
|
There are no accessors to set them, so this has been involved in a bunch
of dead logic ever since we made DSA opaque a few years ago.
ok jsing
|
|
I could not find any use of this in all of OpenSSL's git history since
SSLeay 0.8.1b.
ok jsing
|
|
found a way to prevent the kernel from enabling the nvme controller while
resuming.
Fixes resuming on the Framework13.
Problem reported and reversion tested by ian@
|
|
This fixes a problem where the file list output was fully-buffered
when used as part of a pipeline. With this change, files are listed
as they are extracted in verbose mode. OK deraadt@ guenther@
|
|
(lib)unbound might mark many servers down in case of a network issue.
This is something that can easily happen for unwind(8).
Problem pointed out by Kirill A. Korinsky in unbound(8).
https://github.com/NLnetLabs/unbound/issues/362
OK sthen
|
|
ok mpi@
|
|
|
|
Unlock sigsuspend() and __thrsigdivert() again.
|
|
crash dump.
OK millert@
|
|
|