summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2020-05-26TP-LINK TL-WN822N v5 is known to work and v4 has the same idJonathan Gray
2020-05-22delete uneducated commentaryTheo de Raadt
2020-05-20timecounting: decide whether to advance offset within tc_windup()cheloha
When we resume from a suspend we use the time from the RTC to advance the system offset. This changes the UTC to match what the RTC has given us while increasing the system uptime to account for the time we were suspended. Currently we decide whether to change to the RTC time in tc_setclock() by comparing the new offset with the th_offset member. This is wrong. th_offset is the *minimum* possible value for the offset, not the "real offset". We need to perform the comparison within tc_windup() after updating th_offset, otherwise we might rewind said offset. Because we're now doing the comparison within tc_windup() we ought to move naptime into the timehands. This means we now need a way to safely read the naptime to compute the value of CLOCK_UPTIME for userspace. Enter nanoruntime(9); it increases monotonically from boot but does not jump forward after a resume like nanouptime(9).
2020-05-18Document EXTRACT_FILESkn
OK sthen espie
2020-05-18comment out Xr for pages not currently installed; ok mpiJason McIntyre
2020-05-17Add missing definition tags to abbreviated commands. As an example,anton
makes it possible to jump to the examine command from within $PAGER. ok kn@ schwarze@
2020-05-17Fix forgotten references to removed mixer.4 manualAlexandre Ratchov
2020-05-16use a consistent notation for x[GM]Hz (at least for the wireless pages);Jason McIntyre
2020-05-16+.Xr gpio 4 ,Jason McIntyre
ok kettenis
2020-05-16document that these devices support background scanning;Jason McIntyre
suggested by and ok stsp
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
configuration file.", but occasionally something else fit better; at the same time, try to make the format for FILES more consistent; original diff from clematis
2020-05-16add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 tooMartin Reindl
OK kettenis@
2020-05-16various tweaks for the 80211 parts; includes some typo fixesJason McIntyre
spotted by stsp while reviewing the diff; ok stsp
2020-05-14Use '/t' on all architectures to get a trace via TID.Martin Pieuchot
ok sthen@, patrick@
2020-05-12add some missing functions to NAME;Jason McIntyre
ok jan
2020-05-12usb.org was stupid enough to reshuffle their website, update some URIs;Ingo Schwarze
noticed by clematis at insiberia dot net
2020-05-12Set timeout(9) to refill the receive ring descriptors if the amount ofjan
descriptors runs below the low watermark. The em(4) firmware seems not to work properly with just a few descriptors in the receive ring. Thus, we use the low water mark as an indicator instead of zero descriptors, which causes deadlocks. ok kettenis@
2020-05-10Use a double-underscore prefix for local variables declared in macrosPhilip Guenther
that have arguments. Document this requirement/recommendation in style(9) prompted by mpi@ ok deraadt@
2020-04-30Fix description of "coding rate" in new ifmedia(4) 802.11 section.Stefan Sperling
2020-04-30Expand the 802.11 section in the ifmedia(4) man page.Stefan Sperling
It has become increasingly difficult to make sense of wireless man pages without resorting to Wikipedia for help. My goal is to provide background information about technical terms used across wireless man pages, such as "MIMO" and "MCS". jmc@ suggested that ifmedia(4) would be a suitable place. This new ifmedia(4) section provides context and equips curious readers with additional technical terms to research if they wish. Information about how 802.11 transmission rates work (roughly) and how they evolved with each standard revision we support has been added. Obsolete information about 2GHz restrictions in France has been removed. Information about 5GHz channels has been added. High-level information (11a/b/g/n/ac mode, hostap/ibss/monitor mode, information about channels) is discussed before going into detailed discussion about 802.11 data rates. ok jmc@ schwarze@
2020-04-29mention the firmware/bootloader/dtb packages needed to build release(8)Stuart Henderson
on armv7/arm64. ok deraadt
2020-04-28document FETCH_PACKAGES betterMarc Espie
feedback and okay schwarze@
2020-04-27tcpci(4)Patrick Wildt
2020-04-26imxpciephy(4)Patrick Wildt
2020-04-26sort entries and fix a broken macro;Jason McIntyre
2020-04-25bcmbsc(4)Mark Kettenis
2020-04-25dsxrtc(4)Mark Kettenis
2020-04-25Make it clearer that "options inet6" does nothing on OpenBSDJeremie Courreges-Anglas
The previous wording could imply that "options inet6" did set RES_USE_INET6 on OpenBSD but that RES_USE_INET6 had no effect. The truth is, "options inet6" isn't recognized by libc/asr, but RES_USE_INET6 has an effect on OpenBSD. So first state that "options inet6" does nothing on our system, then describe concisely what it used to do/what it does on other systems. Prompted by a diff from solene@, claudio@ insisted that we keep dcumenting this option. ok eric@ deraadt@ solene@
2020-04-24make .Nd and DESCRIPTION more precise, and some minor macro fixes;Ingo Schwarze
feedback and OK espie@, and OK jmc@ on an earlier version
2020-04-24bcmgpio(4)Mark Kettenis
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-23Document uvmexp.nswget without relying on implementation details.Martin Pieuchot
Prompted by a question from schwarze@ ok deraadt@, schwarze@, visa@
2020-04-22sort SEE ALSO;Jason McIntyre
2020-04-22bcmdmac(4) and bcmsdhost(4)Mark Kettenis
2020-04-22tweak display in previous; ok espieJason McIntyre
2020-04-22sort SEE ALSO;Jason McIntyre
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
against root-only device nodes.
2020-04-20Remove references to the mixer device, rework control device sectionAlexandre Ratchov
Add the missing paragraph to explain that the control device may be read. Add the missing .Xr to sndioctl and sioctl_open. ok and tweaks jmc@
2020-04-20add clean-old-distfiles to see also, trying to make it more visible evenMarc Espie
though I don't quite know where to add it in the manpage text proper fetch ? distfiles ? clean=dist ? somewhere else ?
2020-04-20explicitly tell people that clean-old-distfiles doesn't need full dpb buildsMarc Espie
2020-04-20Fix .Bl header label used for alignment in bwfm(4) supported device table.Stefan Sperling
2020-04-19"network adapters" supported by bwfm(4) are in fact "wireless network adapters"Stefan Sperling
2020-04-19Document chipsets supported by bwfm(4).Stefan Sperling
ok jmc@ deraadt@ "thanks and don't wait for me" patrick@
2020-04-19Add bcmclock(4) and bcmmbox(4).tobhe
2020-04-19Add bcmclock(4) and bcmmbox(4).tobhe
ok patrick@
2020-04-19bcmirng(4)Mark Kettenis
2020-04-19bcmpcie(4)Mark Kettenis
2020-04-18bse(4) attaches to fdt now as well.Mark Kettenis
2020-04-14add bse.4;Jason McIntyre
2020-04-14tweak previous;Jason McIntyre