Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
reply-to uses addresses, not interfaces anymore since
https://marc.info/?l=openbsd-cvs&m=161213948819452&w=2
make it clearer that reply-to allows for symmetric routing enforcement,
eg replying via a specific gateway when having multiple paths.
wording from sthen@, vastly improving my initial suggestion.
ok jmc@ dlg@
|
|
|
|
|
|
is meant by "independently of the host network stack"
feedback jmc dlg
|
|
Its adoption went quite well, so install "join" rather than the old "nwid"
in new hostname.if(5) files and follow this trend in our wifi manuals.
OK deraadt sthen
|
|
From Leon Fischer
|
|
. kprofile.bt - to save kernel stackframces and produce flamegraphs
. runqlat.bt - to measure the latency of the scheduler runqueues
|
|
o Palestine will fall back 10-29 (not 10-30) at 01:00.
o Fiji suspends DST for the 2021/2022 season.
o Move some backward-compatibility links to 'backward'.
o Rename Pacific/Enderbury to Pacific/Kanton.
|
|
the asynchronous crypto API which makes progress in MP difficult.
The hardware is rarely available. They support only obsolete crypto
algorithms. Scheduling crypto tasks via PCI is probably slower
than the CPU, especailly as modern CPUs have their own accelerators.
|
|
OK kn@
|
|
(both kernel and userland bits)
GENERIC + VFSLCKDEBUG is broken with it.
|
|
unbreak the tree. found hard way by tb@
ok tb@ which have the same diff
|
|
This was the last mention of "dhcp" in our manuals except for
hostname.if(5) documenting it as an "inet autoconf" alias; everything has
been converted to modern syntax now (hopefully).
OK jmc
|
|
This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8)
as well as our installer.
OK deraadt
|
|
|
|
I've flown through SMF and been to SAC.
|
|
This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8)
as well as our installer.
OK deraadt
|
|
|
|
ok by solene@ and jmc@
diff sent by hagen@sdf.org, thanks
|
|
|
|
|
|
|
|
|
|
|
|
We have to install the files with new filenames (removal of "fw" from each of
the filenames) and change the driver to use the new filenames,
such that the package becomes irrelevant.
Discussed with deraadt@ and sthen@
ok deraadt@
|
|
This driver provides support for battery chargers connected to GPIO pins,
such as those found on the Pinebook Pro.
OK kettenis
|
|
This driver provides support for LEDs connected to GPIO pins,
such as those found on the Pinebook Pro.
OK kettenis
|
|
|
|
To issue AT commands (AT+CUSBPIDSWITCH=9003,1,1 and AT+CLANMODE=1) to
change to MBIM mode.
ok deraadt@
|
|
|
|
* Include the relevant header in the synopsis
* Document all supported ioctl commands
* Emphasis that a pointer is required to all ioctl commands
* Make the write(2) semantics a bit clearer
* Add files section
* Document errors
ok jmc@
|
|
|
|
using config(8);
the contents of this configuration file will be fed to config(8) after
kernel relinking is done, so on the next boot the new kernel will have
all the configuration changes set by the user
this comes handy if you still want to use KARL while making changes
to the GENERIC kernel
diff from Paul de Weerd with input from several developers
|
|
|
|
|
|
lines;
sthen and deraadt argued for unit suffixes for speeds 1Gb+
deraadt also requested Gigabit be standardised to 1Gb
ok sthen deraadt ian benno
|
|
change the title to show speeds of 100 and 1Gb too.
ok sthen@
|
|
functions
ok deraadt@
different versions tested by jca@ naddy@ sthen@
|
|
so let it have the intended effect, too
|
|
hardware provided by Brad
tested with modest success by mlarkin@, kevlo@ and Brad
ok kevlo@
|
|
landry added the sensor back in 2013 and suspend via sleep button also works
(at least on ThinkPads).
`machdep.{lid,pwr}action' are super useful but only mentioned in
/etc/examples/wsconsctl.conf providing poor discovery.
acpibtn(4) is the most prominent driver supporting them, so document their
behaviour here as a reference point (`man -k .=lidaction' now shows it).
suspend/hibernate wording is taken from apm(8).
sysctl value list style is taken from sysctl(2)'s KERN_POOL_DEBUG.
Feedback jmc
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for Aquantia AQC1xx family of PCIe ethernet adapters. This
driver supports 1Gbps through 10Gbps modes of operation based on the
hardware and media/switch capabilities.
The initial code was ported from NetBSD, with jmatthew@ finishing up
the Tx/Rx ring support and interrupt handler routine.
The driver only supports devices using firmware V2.
This diff enables aq(4) on riscv64 and amd64, the only platforms where
I have tested the driver, but it likely works on other architectures
as well.
|