| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | provide missing Aq; this one started my search for missing Aq, then i failed | 2020-06-21 | 1 | -3/+3 | |
| | | | | | to commit it... | ||||
| * | new sentence, new line; | 2020-06-21 | 1 | -3/+3 | |
| | | |||||
| * | various minor tweaks; | 2020-06-21 | 1 | -14/+12 | |
| | | |||||
| * | add a manpage for wg(4). | 2020-06-21 | 2 | -2/+228 | |
| | | | | | | | | | | the mandoc linter is upset about "An Jason A. Donenfeld", but i'm hoping ingo or jmc will fix it for me :) From Matt Dunwoodie ok deraadt@ | ||||
| * | wireguard is taking over the gif mbuf tag. | 2020-06-21 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | gif used its mbuf tag to store it's interface index so it could detect loops. gre also did this, and i cut most of the drivers (including gif) over to using the gre tag. so the gif tag is unused. wireguard uses the tag to store peer information between different contexts the packet is processed in. it also needs a bit more space to do that. from Matt Dunwoodie and Jason A. Donenfeld ok deraadt@ | ||||
| * | document mq_push() | 2020-06-21 | 1 | -2/+21 | |
| | | |||||
| * | supply the Aq (angle brackets) part missing in: | 2020-06-20 | 20 | -61/+61 | |
| | | | | | .An author Aq Mt address | ||||
| * | bcmtmon(4) | 2020-06-20 | 2 | -2/+50 | |
| | | |||||
| * | stoeplitz_to_key takes a void * now. | 2020-06-19 | 1 | -3/+3 | |
| | | |||||
| * | - tweak pcamux.4 text | 2020-06-18 | 4 | -13/+13 | |
| | | | | | | | - Phillips -> Philips ok kettenis | ||||
| * | pcamux(4) | 2020-06-18 | 3 | -5/+55 | |
| | | |||||
| * | Fix a bunch of typos in various man pages. | 2020-06-18 | 4 | -15/+15 | |
| | | |||||
| * | Add entry for wsfont_init.9 in man9 Makefile. | 2020-06-18 | 1 | -2/+2 | |
| | | | | | OK deraadt@, jmc@, mpi@ | ||||
| * | ddb(4); be explicit that the parameter to trace /t uses the radix | 2020-06-17 | 1 | -2/+4 | |
| | | | | | | | prefix, and show how to use 0t for decimal (slight duplication from the table in EXPRESSIONS but easier for the reader than sending them off to look in a different part of the manual). ok mpi claudio jmc | ||||
| * | put pci_intr_establish_cpu() in, but commented out for now. | 2020-06-17 | 1 | -4/+25 | |
| | | | | | | it's only available on amd64 (and i386), so don't really want to encourage it's use just yet. | ||||
| * | mark up an argument with Fa, not Va | 2020-06-17 | 1 | -7/+5 | |
| | | |||||
| * | have a go at documenting pci_intr_map_msix. | 2020-06-17 | 1 | -3/+29 | |
| | | | | | | i feel like ive used the word vector too much, but hopefully someone who is good with english will check this and fix it. | ||||
| * | replace a long and wrapped Fn line with Fo Fa Fc | 2020-06-17 | 1 | -4/+10 | |
| | | |||||
| * | tweak previous; | 2020-06-17 | 1 | -3/+3 | |
| | | |||||
| * | make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing. | 2020-06-17 | 1 | -4/+4 | |
| | | | | | | requested by kettenis@ discussed with jmatthew@ | ||||
| * | manpage for the bits of intrmap we're using at the moment. | 2020-06-17 | 2 | -2/+128 | |
| | | |||||
| * | typos | 2020-06-16 | 1 | -5/+5 | |
| | | |||||
| * | tweak previous; ok dlg | 2020-06-16 | 1 | -3/+3 | |
| | | |||||
| * | how do you use the stoeplitz stuff? | 2020-06-16 | 2 | -3/+129 | |
| | | |||||
| * | sort; | 2020-06-11 | 1 | -3/+3 | |
| | | |||||
| * | escodec(4) | 2020-06-11 | 3 | -4/+53 | |
| | | |||||
| * | simpleamp(4) and simpleaudio(4) | 2020-06-11 | 3 | -3/+87 | |
| | | |||||
| * | rkiis(4) | 2020-06-11 | 2 | -3/+51 | |
| | | |||||
| * | cwfg(4) | 2020-06-10 | 3 | -4/+55 | |
| | | |||||
| * | document -s for now (this will be reorganized at some point) | 2020-06-10 | 1 | -2/+12 | |
| | | |||||
| * | document -n | 2020-06-09 | 1 | -2/+9 | |
| | | |||||
| * | document REGISTER_PLIST_OPTS | 2020-06-09 | 1 | -2/+6 | |
| | | |||||
| * | add FIX_CLEANUP_PERMISSIONS. | 2020-06-08 | 1 | -2/+12 | |
| | | | | | | | | | 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@ | ||||
| * | Add ne(4) which is supported on luna88k from OpenBSD 6.7. | 2020-06-08 | 1 | -2/+4 | |
| | | |||||
| * | taskq_barrier is less restricted now. | 2020-06-08 | 1 | -5/+2 | |
| | | | | | but the implementation is so much more complicated. | ||||
| * | Move PowerBook5,4 audio from aoa(4) to snapper(4). | 2020-06-06 | 2 | -6/+6 | |
| | | | | | | | | | | | | 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. | ||||
| * | tweak previous; | 2020-06-05 | 1 | -4/+5 | |
| | | |||||
| * | spell if_rxr_livelocked properly | 2020-06-05 | 1 | -4/+4 | |
| | | |||||
| * | add a small manpage for ifiq functions that drivers care about. | 2020-06-05 | 2 | -2/+67 | |
| | | |||||
| * | fix SEE ALSO; | 2020-06-02 | 1 | -2/+2 | |
| | | |||||
| * | add acpihid(4) for ACPI HID event and 5-button array devices | 2020-06-02 | 3 | -3/+48 | |
| | | | | | ok kettenis | ||||
| * | make umstc descriptions the same in both man pages | 2020-06-01 | 2 | -6/+6 | |
| | | |||||
| * | add umstc(4) for Microsoft Surface Type Cover keyboards | 2020-05-31 | 3 | -5/+51 | |
| | | |||||
| * | Initial set of changes to build powerpc64 toolchain. | 2020-05-30 | 1 | -3/+7 | |
| | | | | | Disable PIC/PIE for powerpc64 for now. | ||||
| * | pointless referencing .h files in SYNOPSIS | 2020-05-29 | 1 | -5/+2 | |
| | | |||||
| * | add_random() died years ago. additionally, remove other mistruths or | 2020-05-29 | 1 | -20/+4 | |
| | | | | | repetitive statements. | ||||
| * | fix "STYLE: whitespace at end of input line" | 2020-05-29 | 1 | -3/+3 | |
| | | |||||
| * | people can't know ifq_deq_begin is discouraged unless it's actually stated. | 2020-05-28 | 1 | -3/+6 | |
| | | |||||
| * | The EXCLUDE_REGEX needs some tweaking for 6.6 and 6.7 syspatch builds. | 2020-05-26 | 1 | -4/+4 | |
| | | | | | ok robert | ||||
| * | TP-LINK TL-WN822N v5 is known to work and v4 has the same id | 2020-05-26 | 1 | -2/+4 | |
| | | |||||
