summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2020-06-11sort;Jason McIntyre
2020-06-11escodec(4)Patrick Wildt
2020-06-11simpleamp(4) and simpleaudio(4)Patrick Wildt
2020-06-11rkiis(4)Patrick Wildt
2020-06-10cwfg(4)Patrick Wildt
2020-06-10document -s for now (this will be reorganized at some point)Marc Espie
2020-06-09document -nMarc Espie
2020-06-09document REGISTER_PLIST_OPTSMarc Espie
2020-06-08add FIX_CLEANUP_PERMISSIONS.paco
Used for build systems which set paranoid permissions at build time. See: https://marc.info/?l=openbsd-ports-cvs&m=159162220318205&w=2 original patch by jca@
2020-06-08Add ne(4) which is supported on luna88k from OpenBSD 6.7.Kenji Aoyama
2020-06-08taskq_barrier is less restricted now.David Gwynne
but the implementation is so much more complicated.
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler
This adds the missing TAS3004 volume control. Before, I put my ear near the speaker (to hear audio), because I had no way to turn up the volume. Now, the default volume is much louder, so I use sndioctl(1) to turn it down. Check for the model string "PowerBook5,4". This model's device tree has compatible = "AOAKeylargo" for the audio, doesn't show the TAS3004 in the same way as other models.
2020-06-05tweak previous;Jason McIntyre
2020-06-05spell if_rxr_livelocked properlyDavid Gwynne
2020-06-05add a small manpage for ifiq functions that drivers care about.David Gwynne
2020-06-02fix SEE ALSO;Jason McIntyre
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesJoshua Stein
ok kettenis
2020-06-01make umstc descriptions the same in both man pagesJoshua Stein
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsJoshua Stein
2020-05-30Initial set of changes to build powerpc64 toolchain.Dale Rahn
Disable PIC/PIE for powerpc64 for now.
2020-05-29pointless referencing .h files in SYNOPSISTheo de Raadt
2020-05-29add_random() died years ago. additionally, remove other mistruths orTheo de Raadt
repetitive statements.
2020-05-29fix "STYLE: whitespace at end of input line"David Gwynne
2020-05-28people can't know ifq_deq_begin is discouraged unless it's actually stated.David Gwynne
2020-05-26The EXCLUDE_REGEX needs some tweaking for 6.6 and 6.7 syspatch builds.Theo Buehler
ok robert
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