Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-09 | Extend the mbuf queue API with an accessor that checks whether | Patrick Wildt | |
or not the mbuf queue is full. ok dlg@ | |||
2018-02-08 | tweak previous; ok henning | Jason McIntyre | |
2018-02-08 | give jmc another chance to "fix previous" - document syncookies | Henning Brauer | |
(thanks jmc!) | |||
2018-02-07 | make some wording better. | David Gwynne | |
from jmc@ | |||
2018-02-07 | tweak previous; | Jason McIntyre | |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne | |
having mobileip in gre makes it hard to cut gre up. the current mobileip code is also broken, so this is def and improvement. it also makes it easy to disable and remove mobileip in the future. ok claudio@ henning@ | |||
2018-02-06 | Run newvers.sh with umask 007 to work around permission issues that | Theo Buehler | |
cause 'make release' fail the first time around after building GENERIC if /usr/obj/ wasn't cleaned out properly. The proper fix would be to implement privdrop for kernel builds but this is trickier than it looks at first sight. discussed with deraadt | |||
2018-02-05 | Document athn(4) USB open source firmware support. | Stefan Sperling | |
Remove the BUGS section, USB Host AP works now. Mention in the CAVEATS section that USB Host AP is limited to 7 concurrent clients. Add bentley@ and myself to the AUTHORS section. ok jmc, bentley | |||
2018-02-04 | Document the compat-mode settings. | Ulf Brosziewski | |
Thanks to Ingo for his help. ok schwarze@ | |||
2018-02-04 | Document 802.11ac media types and fix docs for the 11n ones while here. | Stefan Sperling | |
suggested by and ok jmc@ | |||
2018-02-02 | tweak grammar in RETURN VALUES; | Jason McIntyre | |
2018-02-01 | document bpf_tap_hdr | David Gwynne | |
2018-01-31 | Mention that PATCH_DEBUG is set to true by default. Prompted by a | Daniel Jakots | |
question about patching from abieber@ ok jmc@ sthen@ | |||
2018-01-30 | Add D-Link DWA-125 rev B2 to list of devices supported by run(4). | Vadim Zhukov | |
Works for me on amd64. okay stsp@, who also noted this matches Linux commit fd7b9270120ca7e53fbf0469febe0c68acf6a0a2 | |||
2018-01-29 | acknowledge that DPB_PROPERTIES exists and is documented in dpb.1 | Marc Espie | |
2018-01-28 | remove the emulex link: it's dead, and i can;t see any obvious replacement; | Jason McIntyre | |
from denis fondras | |||
2018-01-27 | Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@ | anton | |
2018-01-26 | Document MODCMAKE_DEBUG | Jeremie Courreges-Anglas | |
ok landry@ | |||
2018-01-24 | document bpfsattach and bpfsdetach | David Gwynne | |
2018-01-22 | Triggered by Klemens Nanni patch, move OLD_WRKDIR_NAME into OBSOLETE VARIABLES | Marc Espie | |
and deprecate WRKDIR_LINKNAME. | |||
2018-01-21 | add arch to Dt; | Jason McIntyre | |
2018-01-21 | remove the ref to gcc-local. the alternative was to add clang-local, | Jason McIntyre | |
but i think the ref to cc should suffice for this page; | |||
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt | |
2018-01-12 | document bpfattach and bpfdetach. | David Gwynne | |
2018-01-11 | Add support for Huawei E3372. | Kevin Lo | |
ok phessler@ | |||
2018-01-10 | add bwfm; ok patrick | Jason McIntyre | |
2018-01-10 | Update manpage to reflect changes to bwfm(4) which allow Host AP mode | Patrick Wildt | |
and the PCI attachment driver. | |||
2018-01-08 | Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave to | Martin Pieuchot | |
corresponding user mode ioctls. If the master part of the pseudo terminal previously enabled TIOCUCNTL, it will now receive the TIOCUCNTL_{S,C}BRK commands. This allows to send BREAKS commands over a pty(4) independently of the serial terminal emulator used. Guidance and ok nicm@, ok ccardenas@, looks ok to deraadt@ | |||
2018-01-07 | add arch to Dt; | Jason McIntyre | |
2018-01-06 | sxits(4) | Mark Kettenis | |
2018-01-05 | some minor fixes; | Jason McIntyre | |
2018-01-05 | some 11n bits; help/ok stsp | Jason McIntyre | |
2018-01-04 | add HISTORY; requested by jiri navratil | Jason McIntyre | |
2018-01-03 | Include https:// in links, so HTML output doesn't assume they're relative. | Anthony J. Bentley | |
ok jmc@ schwarze@ | |||
2018-01-03 | fix SEE ALSO; | Jason McIntyre | |
2018-01-02 | rkpcie(4) | Mark Kettenis | |
2017-12-31 | sxitemp(4) | Mark Kettenis | |
2017-12-30 | The `F' option no longer disables delayed freeing; from kshe | Otto Moerbeek | |
Also, fix a verb-noun mixup; ok jmc@ | |||
2017-12-29 | VIA amd64 compatible CPUs support Enhanced SpeedStep, so reflect that | Frederic Cambus | |
in cpu.4. OK visa@, sthen@, jmc@ | |||
2017-12-28 | Delete information about bulk builds already found in bulk(8). | cheloha | |
Direct the reader there instead. ok espie@ | |||
2017-12-24 | Add a PCI attachment driver for bwfm(4). It's not finished, but it's | Patrick Wildt | |
already past the point where development can occur out of the tree. With this I can successfully scan for access points and tell the chip to attach to an SSID. RX path should work as well, but since I forgot to bring the antenna with me to my parents, the reception is a bit horrible in the metal enclosure. There are a few reasons this driver is rather big. First we set up the ARM Cores, uploading the firmware and kicking it off. Then we need to read all needed information from the registers. Once that is done we have to set up countless buffers. There are 2 TX rings and 3 RX rings, plus N TX rings for the actual data that is yet to be implemented. Merry Christmas! ok kettenis@ | |||
2017-12-23 | Make it clear that MFS can be used for the noperm permission holding DESTDIR. | Stuart Henderson | |
(If anyone needs a bit more handholding than is in release(8), the faq page https://www.openbsd.org/faq/faq5.html#Release has more information about setting this up). Much simplified from, but inspired by, various diffs from ians@. ok tb@ jmc@ | |||
2017-12-22 | Since export accepts several variables, put them on a single line; ok tb@ | anton | |
2017-12-18 | Sync cross references related to libutil; ok jmc@ | anton | |
2017-12-17 | dwxe(4) | Mark Kettenis | |
2017-12-16 | tweak previous; | Jason McIntyre | |
2017-12-16 | acrtc(4), sxirsb(4) | Mark Kettenis | |
2017-12-15 | typo; from alexander kuleshov | Jason McIntyre | |
2017-12-14 | let urtwn(4) find my TP-LINK TL-WN722N v2 | Sebastian Benoit | |
ok deraadt@ phessler@ kettenis@ | |||
2017-12-14 | zap trailing whitespace; | Jason McIntyre | |