summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2021-11-02igc(4)Patrick Wildt
2021-11-01fix Dt and SEE ALSO;Jason McIntyre
2021-11-01aplhidev(4), aplkbd(4) and aplms(4)Mark Kettenis
2021-11-01pf.conf.5: improve reply-to documentationLandry Breuil
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@
2021-10-31Make it more visible that not only rc_reload() can be disabled.Antoine Jacoutot
2021-10-31aplspi(4)Mark Kettenis
2021-10-28flesh out veb(4)/vport description a bit, spell out in more words whatStuart Henderson
is meant by "independently of the host network stack" feedback jmc dlg
2021-10-24Use ifconfig(8)'s "join" command by defaultKlemens Nanni
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
2021-10-24Fix mangled license.Martin Pieuchot
From Leon Fischer
2021-10-23Provide common btrace(8) scripts.Martin Pieuchot
. kprofile.bt - to save kernel stackframces and produce flamegraphs . runqlat.bt - to measure the latency of the scheduler runqueues
2021-10-22Update to tzdata2021e from www.iana.org. Major changes:Todd C. Miller
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.
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
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.
2021-10-21Document commands used to send VM IP to Xen hostDenis Fondras
OK kn@
2021-10-20revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullopSebastien Marie
(both kernel and userland bits) GENERIC + VFSLCKDEBUG is broken with it.
2021-10-19vnode: remove VLOCKSWORK usage in pstat and mention in man pagesSebastien Marie
unbreak the tree. found hard way by tb@ ok tb@ which have the same diff
2021-10-17Disambiguate "autoconf" handling now that it is used for IPv4 as wellKlemens Nanni
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
2021-10-17Teach modern "inet autoconf"Klemens Nanni
This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8) as well as our installer. OK deraadt
2021-10-1640mhz is now supported so remove the caveat; ok stspJason McIntyre
2021-10-15Update name of SMF, and add SAC (Sacramento Executive)Jeremy Evans
I've flown through SMF and been to SAC.
2021-10-15Teach modern "inet autoconf"Klemens Nanni
This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8) as well as our installer. OK deraadt
2021-10-11iwm(4) supports 40MHz channels now. Update man page CAVEATS accordingly.Stefan Sperling
2021-10-08Fix typo s/excepts/expects/sdk
ok by solene@ and jmc@ diff sent by hagen@sdf.org, thanks
2021-10-06Remove Ruby 2.6 mentionsJeremy Evans
2021-10-05syncTheo de Raadt
2021-10-05tx aggregation is now supported; ok stspJason McIntyre
2021-10-05syncTheo de Raadt
2021-10-04synch doc to toolMarc Espie
2021-10-04Build firmware for rsu(4), rtwn(4), and urtwn(4).Kevin Lo
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@
2021-09-25Add gpiocharger(4) for arm64Klemens Nanni
This driver provides support for battery chargers connected to GPIO pins, such as those found on the Pinebook Pro. OK kettenis
2021-09-25Add gpioleds(4) for arm64Klemens Nanni
This driver provides support for LEDs connected to GPIO pins, such as those found on the Pinebook Pro. OK kettenis
2021-09-24Jordan now starts DST on February's last Thursday (was March).Todd C. Miller
2021-09-24Add support for SIMCom SIM7600.Kevin Lo
To issue AT commands (AT+CUSBPIDSWITCH=9003,1,1 and AT+CLANMODE=1) to change to MBIM mode. ok deraadt@
2021-09-23Samoa no longer observes DST.Todd C. Miller
2021-09-15Improve the uhid(4) manual:Anton Lindqvist
* 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@
2021-09-13tweak text in previous and fix SEE ALSO;Jason McIntyre
2021-09-13introduce /etc/bsd.re-config which can be used to configure the kernelRobert Nagy
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
2021-09-12freebsd history is irrelevant here; pointed ok by and ok deraadtJason McIntyre
2021-09-08update rge: can do 10/100/1Gb/2.5Gb according to chrisJason McIntyre
2021-09-08attempt to standardise the way we specify speeds in our name description (Nd)Jason McIntyre
lines; sthen and deraadt argued for unit suffixes for speeds 1Gb+ deraadt also requested Gigabit be standardised to 1Gb ok sthen deraadt ian benno
2021-09-07document that SFP modules work in SFP+ cards.Sebastian Benoit
change the title to show speeds of 100 and 1Gb too. ok sthen@
2021-09-07clang: add a new warning for %n format specifier usage in printf(3) family ↵Sebastien Marie
functions ok deraadt@ different versions tested by jca@ naddy@ sthen@
2021-09-07we already parse the GNU tbl(7) "nospaces" option,Ingo Schwarze
so let it have the intended effect, too
2021-09-04Add uaq(4), a driver for Aquantia AQC111U/AQC112U USB ethernet devices.Jonathan Matthew
hardware provided by Brad tested with modest success by mlarkin@, kevlo@ and Brad ok kevlo@
2021-09-03Document sleep button, lid status and lidaction/pwraction supportKlemens Nanni
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
2021-09-03Update Albuquerque, NM zip codes.Anthony J. Bentley
2021-09-02Update for change of default Ruby version to 3.0.Jeremy Evans
2021-09-02Typo in previous commitMike Larkin
2021-09-02.Xr for aq(4) in pci(4) manpageMike Larkin
2021-09-02Forgot the man page Makefile in the previous commitMike Larkin
2021-09-02aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adaptersMike Larkin
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.