summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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.
2021-09-02regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually ↵Jasper Lievisse Adriaanse
very specific behaviour document this accordingly in the guidelines section of the manpage ok bluhm@
2021-08-31Make include bsd.prog.mk is supporting PROGS for a while. AllowAlexander Bluhm
multiple programs also in bsd.regress.mk for consistency. OK anton@
2021-08-31aplpinctrl(4)Mark Kettenis
2021-08-24We no longer have resolv.conf.tail.Florian Obser
From Scott Bennett, thanks!
2021-08-21ioc(4) disappeared with sgi removal...Jason McIntyre
2021-08-21escape two instances of the word "An" in Rs/Re blocks: although mandocJason McIntyre
can handle it, groff does not like it;
2021-08-21make the description for ucc match exactly;Jason McIntyre
2021-08-21Switch macppc to ld.lldgkoehler
Add powerpc to LLD_ARCH. Remove -Wl,-relax flag; ld.bfd needed it, but ld.lld can't take this flag. To avoid linker errors on macppc, you need a snapshot where /usr/bin/ld is LLD. ok kettenis@ deraadt@
2021-08-20add ucc(4) manual, looks good to jmc@anton
2021-08-17oops, fix spelling of my own nameanton
2021-08-177.0-betaTheo de Raadt
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
in the tbl(7) layout font modifier. Get rid of the TBL_CELL_BOLD and TBL_CELL_ITALIC flags and use the usual ESCAPE_FONT* enum mandoc_esc members from mandoc.h instead, which simplifies and unifies some code. While here, also support CB and CI in roff(7) \f escape sequences and in roff(7) .ft requests for all output modes. Using those is certainly not recommended because portability is limited even with groff, but supporting them makes some existing third-party manual pages look better, in particular in HTML output mode. Bug-compatible with groff as far as i'm aware, except that i consider font names starting with the '\n' (ASCII 0x0a line feed) character so insane that i decided to not support them. Missing feature reported by nabijaczleweli dot xyz in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992002. I used none of the code from the initial patch submitted by nabijaczleweli, but some of their ideas. Final patch tested by them, too.
2021-08-06add riscv64 and octeon intro(4)Jonathan Gray
2021-08-05.OP is not a GNU extension but first appeared in the Documenter's Workbench,Ingo Schwarze
see https://github.com/n-t-roff/DWB3.3/blob/master/macros/man/an.sr#L33 from g dot branden dot robinson at gmail dot com via GNU troff commit e3459327 2 Aug 2021 10:49:46 -0400
2021-07-29manually tag the macro names that have false positivesIngo Schwarze
2021-07-29Update the list of firmware files used by iwx(4).Stefan Sperling
2021-07-29Improve the description of .Fl in multiple respects and in paricularIngo Schwarze
improve the .Fl examples in multiple respects, including better demonstrating long options. Prompted by a question from espie@. Feedback and OK jmc@.
2021-07-28reference veb(4) bridges in tpmr(4). While there improve the description.Sebastian Benoit
With and ok jmc@
2021-07-27more readable documentationMarc Espie
ok kmos@ sthen@ kn@
2021-07-26Qt4 cleanuprsadowski
Drop all references to qt4 and replace by qt5/6. Tweaks and OK espie@
2021-07-25nobody noticed, but the variable is still called "MODULES" with an SMarc Espie
2021-07-20Add the 7265-17 image back into the list of firmware used by iwm(4).Stefan Sperling
2021-07-19Markup optional ICMP/ICMP6 codes as suchkn
Only icmp(4)/icmp6(4) types are required for `icmp-type'/`icmp6-type' rules while codes are optional. From Martin Vahlensieck < openbsd at academicsolutions dot ch >, thanks!
2021-07-18Zap dhclient bits, mention resolvdkn
OK deraadt
2021-07-18Follow dhclient -> dhcpleased switch, reduce supported DHCP statementskn
dhcpleased(8) does not support every statement dhclient(8) does, so reflect the status quo simplify things to the smaller set of statements that still suffice to use autoinstall(8). While here, speak of dhcp-options(5) and "DHCP lease" instead of dhcpd.conf statements and the installer's specific DHCP client/parser. OK florian
2021-07-18Update the list of firmware files used by iwm(4).Stefan Sperling
2021-07-17Don't document systems which rewrite/change resolv.conf. Those systems canTheo de Raadt
document their actions in their own manual pages. ok kn
2021-07-17Follow up on dhclient(8) to dhcpleased(8)/resolvd(8) switchkn
hostname.if(5)'s "dhcp" no longer triggers dhclient in any way, so suggest the simple "inet autoconf" instead while mentioning "dhcp" as an alias for that. Add markup to changed sentences while here. There is more room for improvemen in this manual. Feedback deraadt, "go ahead"
2021-07-13Beauharnios -> BeauharnoisTheo Buehler
2021-07-13modernize province abbreviationsTheo de Raadt
2021-07-13update canadian area codes according to cnac.caTheo de Raadt
2021-07-06correct mailtoanton
2021-07-04.Fl marks up options not argumentskn
POSIX says `-v' is an option, not an argument; options may take arguments, as documented in getopt(3). Programs may take arguments as well, e.g. "prog -v -- arg ...", but these are usually marked up with `.Cm'. Change "The arguments are as follows:" to "The options are as follows:" in `.Fl's DESCRIPTION example to match what most of our base manuals say. OK schwarze jmc
2021-07-03Update to go-module.5 to reflect the modgo-gen-modules changes.Aaron Bieber
2021-07-01We moved myname parsing from /etc/netstart to /etc/rc nov 2020, butTheo de Raadt
this manual page wasn't corrected from James Jerkins