summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2021-06-29rktcphy(4)Patrick Wildt
2021-06-26syncJonathan Gray
2021-06-24Add Buttonville and Peterborough (ON), both I've flown into.Ian Darwin
2021-06-24Update the name of RNO (name changed in 1994), also add:Mike Larkin
MEV - Minden-Tahoe airport, Minden, Nevada, USA CXP - Carson airport, Carson City, Nevada, USA TKF - Truckee Tahoe airport, California, USA I have landed at all three.
2021-06-23titmp(4)Mark Kettenis
2021-06-21bye bye -oMarc Espie
2021-06-18initial plic(4) sfcc(4) sfclock(4)Jonathan Gray
2021-06-16ociic(4) and dapmic(4)Mark Kettenis
2021-06-16add entries for dapmic and ociic; ok kettenisJason McIntyre
2021-06-16ociic(4) and dapmic(4)Mark Kettenis
2021-06-14"scsibus* at hba?" was replaced by "scsibus* at scsi?" in 2011Jonathan Gray
2021-06-14mention sqphy(4)Jonathan Gray
shows up in submitted dmesgs aue0: ELSA AG MicroLink USB2Ethernet, rev 1.10/1.01, addr 2 sqphy0 at aue0 phy 1: Seeq 80225 10/100 PHY, rev. 0
2021-06-13add arch to Dt line;Jason McIntyre
2021-06-13add SiFive FU740-C000 to SoC listJonathan Gray
2021-06-13add sfuart(4)Jonathan Gray
2021-06-12add dwpcie(4) to riscv64 sectionJonathan Gray
2021-06-10provide an Xr for backtrace; ok mortimerJason McIntyre
2021-06-09Enable libexecinfo.mortimer
With some build plumbing help from jsg@ ok kettenis@ sthen@
2021-06-02add RTLD_NODELETE supportSebastien Marie
if RTLD_NODELETE isn't POSIX, it is widely deployed: at least linux, freebsd, dragonfly, netbsd, solaris, illumos, apple, and fuchsia have it. ok kettenis@ on previous version with help from and ok guenther@ diff partially inspired from a diff from brad@
2021-05-30sort SEE ALSO;Jason McIntyre
2021-05-29aplspmi(4) and aplpmu(4)Mark Kettenis
2021-05-28typo: baring -> barringTheo Buehler
2021-05-28Add cad(4), a driver for Cadence GEM.Visa Hankala
This initial revision targets the Zynq-7000, where the GEM implements single transmit and receive queues with 32-bit DMA addresses. The driver uses receive checksum offload, but transmit checksum offload is disabled because of a hardware quirk. Also, the hardware's receive path is prone to getting stuck if input cannot be handled quickly enough. The driver attempts to recover by restarting the receiver when no input has been seen for a while. OK kettenis@
2021-05-28imxdog(4)Patrick Wildt
Reminded by jsg@
2021-05-28Fix typo in imxesdhc(4)Patrick Wildt
2021-05-28first cut at manpages for aplns(4)David Gwynne
2021-05-24Mention support for vmd(8) emulated virtio networking. OK mlarkin@dv
2021-05-20arm64 -> powerpc64Jonathan Gray
2021-05-20mention riscv64 config linesJonathan Gray
2021-05-18Add support for Quectel EC25.Kevin Lo
To issue an AT command (AT+QCFG="usbnet",2) to change to MBIM mode. Tested by Shawn Chiou on rpi4; "of course" deraadt@
2021-05-16Make all unicode Private Use areas SWIDTH1Andrew Fresh
Noticed by naddy@ due to a commit in nano. There's no current mechanism to allow people who put codepoints in these private use areas to specify their width, we can however guess that people who put things there are most likely adding SWIDTH1 glyphs and making that the default will be most likely to do what they want. In addition, that's apparently what other systems do already. Much feedback and OK schwarze@
2021-05-16Update en_US.UTF-8.src to Unicode 13.0Andrew Fresh
This is what ships with the perl 5.32.1 OK schwarze@
2021-05-16hint that the panicstr should not contain \n, by saying one is printed.Theo de Raadt
2021-05-16mention apmd(8) in afterboot(8)paco
input and ok jmc@
2021-05-15Fix IPsec NAT-T to work with pipex(4). Introduce a new packet tagYASUOKA Masahiko
PACKET_TAG_IPSEC_FLOWINFO to specify the IPsec flow. ok mvs
2021-05-14Properly refer to ioctl(2)kn
From Caspar Schutijser, thanks.
2021-05-12Remove about PACKET_TAG_PIPEX, it was replaced by ph_cookie.YASUOKA Masahiko
2021-05-12fix broken escape; ok schwarzeJason McIntyre
2021-05-11timeout_barrier(9), timeout_del_barrier(9): remove kernel lockcheloha
In timeout_barrier(9) we take/release the kernel lock to ensure that the given timeout has finished running (if it had been running at all). This approach is inefficient. If we put a barrier timeout on the queue and wait for it to run in cond_wait(9) we can block instead of spinning for the kernel lock. We already do this for process-context timeouts in timeout_barrier(9) anyway. Discussed with dlg@, visa@, and mpi@. ok dlg@
2021-05-07RealTek -> RealtekJonathan Gray
ok jmc@ kevlo@
2021-05-06Clarify that athn(4) USB devices don't support power saving in hostap mode.Stefan Sperling
Prompted by a report from martingot on bugs@
2021-05-05slight tidy-up of /etc/services:Stuart Henderson
- remove a few UDP entries for protocols that are TCP-only - drop some obsolete protocols - move smtps/465 to the standards section (rfc8314) - move the talk about IANA's "reserve for both UDP/TCP even when you only use one" policy from a comment in /etc/services to the manual, and talk about how an entry in /etc/services prevents the associated port from being used for dynamic ports (via net.inet.udp|tcp.baddynamic sysctl). ok phessler@ florian@
2021-05-03fix typo from previous commitStefan Sperling
2021-05-03Mention in CAVEATS that iwn(4) doesn't support 40MHz channels yet.Stefan Sperling
2021-05-03iwm(4) supports Tx aggregation now.Stefan Sperling
2021-05-03thinko, noticed by jmc@Marc Espie