Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | sort; | Jason McIntyre | |
2020-06-11 | escodec(4) | Patrick Wildt | |
2020-06-11 | simpleamp(4) and simpleaudio(4) | Patrick Wildt | |
2020-06-11 | rkiis(4) | Patrick Wildt | |
2020-06-10 | cwfg(4) | Patrick Wildt | |
2020-06-10 | document -s for now (this will be reorganized at some point) | Marc Espie | |
2020-06-09 | document -n | Marc Espie | |
2020-06-09 | document REGISTER_PLIST_OPTS | Marc Espie | |
2020-06-08 | add 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-08 | Add ne(4) which is supported on luna88k from OpenBSD 6.7. | Kenji Aoyama | |
2020-06-08 | taskq_barrier is less restricted now. | David Gwynne | |
but the implementation is so much more complicated. | |||
2020-06-06 | Move 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-05 | tweak previous; | Jason McIntyre | |
2020-06-05 | spell if_rxr_livelocked properly | David Gwynne | |
2020-06-05 | add a small manpage for ifiq functions that drivers care about. | David Gwynne | |
2020-06-02 | fix SEE ALSO; | Jason McIntyre | |
2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices | Joshua Stein | |
ok kettenis | |||
2020-06-01 | make umstc descriptions the same in both man pages | Joshua Stein | |
2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards | Joshua Stein | |
2020-05-30 | Initial set of changes to build powerpc64 toolchain. | Dale Rahn | |
Disable PIC/PIE for powerpc64 for now. | |||
2020-05-29 | pointless referencing .h files in SYNOPSIS | Theo de Raadt | |
2020-05-29 | add_random() died years ago. additionally, remove other mistruths or | Theo de Raadt | |
repetitive statements. | |||
2020-05-29 | fix "STYLE: whitespace at end of input line" | David Gwynne | |
2020-05-28 | people can't know ifq_deq_begin is discouraged unless it's actually stated. | David Gwynne | |
2020-05-26 | The EXCLUDE_REGEX needs some tweaking for 6.6 and 6.7 syspatch builds. | Theo Buehler | |
ok robert | |||
2020-05-26 | TP-LINK TL-WN822N v5 is known to work and v4 has the same id | Jonathan Gray | |
2020-05-22 | delete uneducated commentary | Theo de Raadt | |
2020-05-20 | timecounting: 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-18 | Document EXTRACT_FILES | kn | |
OK sthen espie | |||
2020-05-18 | comment out Xr for pages not currently installed; ok mpi | Jason McIntyre | |
2020-05-17 | Add 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-17 | Fix forgotten references to removed mixer.4 manual | Alexandre Ratchov | |
2020-05-16 | use 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-16 | document that these devices support background scanning; | Jason McIntyre | |
suggested by and ok stsp | |||
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason 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-16 | add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 too | Martin Reindl | |
OK kettenis@ | |||
2020-05-16 | various tweaks for the 80211 parts; includes some typo fixes | Jason McIntyre | |
spotted by stsp while reviewing the diff; ok stsp | |||
2020-05-14 | Use '/t' on all architectures to get a trace via TID. | Martin Pieuchot | |
ok sthen@, patrick@ | |||
2020-05-12 | add some missing functions to NAME; | Jason McIntyre | |
ok jan | |||
2020-05-12 | usb.org was stupid enough to reshuffle their website, update some URIs; | Ingo Schwarze | |
noticed by clematis at insiberia dot net | |||
2020-05-12 | Set timeout(9) to refill the receive ring descriptors if the amount of | jan | |
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-10 | Use a double-underscore prefix for local variables declared in macros | Philip Guenther | |
that have arguments. Document this requirement/recommendation in style(9) prompted by mpi@ ok deraadt@ | |||
2020-04-30 | Fix description of "coding rate" in new ifmedia(4) 802.11 section. | Stefan Sperling | |
2020-04-30 | Expand 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-29 | mention the firmware/bootloader/dtb packages needed to build release(8) | Stuart Henderson | |
on armv7/arm64. ok deraadt | |||
2020-04-28 | document FETCH_PACKAGES better | Marc Espie | |
feedback and okay schwarze@ | |||
2020-04-27 | tcpci(4) | Patrick Wildt | |
2020-04-26 | imxpciephy(4) | Patrick Wildt | |
2020-04-26 | sort entries and fix a broken macro; | Jason McIntyre | |