summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2018-02-09Extend the mbuf queue API with an accessor that checks whetherPatrick Wildt
or not the mbuf queue is full. ok dlg@
2018-02-08tweak previous; ok henningJason McIntyre
2018-02-08give jmc another chance to "fix previous" - document syncookiesHenning Brauer
(thanks jmc!)
2018-02-07make some wording better.David Gwynne
from jmc@
2018-02-07tweak previous;Jason McIntyre
2018-02-07split 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-06Run newvers.sh with umask 007 to work around permission issues thatTheo 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-05Document 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-04Document the compat-mode settings.Ulf Brosziewski
Thanks to Ingo for his help. ok schwarze@
2018-02-04Document 802.11ac media types and fix docs for the 11n ones while here.Stefan Sperling
suggested by and ok jmc@
2018-02-02tweak grammar in RETURN VALUES;Jason McIntyre
2018-02-01document bpf_tap_hdrDavid Gwynne
2018-01-31Mention that PATCH_DEBUG is set to true by default. Prompted by aDaniel Jakots
question about patching from abieber@ ok jmc@ sthen@
2018-01-30Add 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-29acknowledge that DPB_PROPERTIES exists and is documented in dpb.1Marc Espie
2018-01-28remove the emulex link: it's dead, and i can;t see any obvious replacement;Jason McIntyre
from denis fondras
2018-01-27Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@anton
2018-01-26Document MODCMAKE_DEBUGJeremie Courreges-Anglas
ok landry@
2018-01-24document bpfsattach and bpfsdetachDavid Gwynne
2018-01-22Triggered by Klemens Nanni patch, move OLD_WRKDIR_NAME into OBSOLETE VARIABLESMarc Espie
and deprecate WRKDIR_LINKNAME.
2018-01-21add arch to Dt;Jason McIntyre
2018-01-21remove 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-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-12document bpfattach and bpfdetach.David Gwynne
2018-01-11Add support for Huawei E3372.Kevin Lo
ok phessler@
2018-01-10add bwfm; ok patrickJason McIntyre
2018-01-10Update manpage to reflect changes to bwfm(4) which allow Host AP modePatrick Wildt
and the PCI attachment driver.
2018-01-08Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave toMartin 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-07add arch to Dt;Jason McIntyre
2018-01-06sxits(4)Mark Kettenis
2018-01-05some minor fixes;Jason McIntyre
2018-01-05some 11n bits; help/ok stspJason McIntyre
2018-01-04add HISTORY; requested by jiri navratilJason McIntyre
2018-01-03Include https:// in links, so HTML output doesn't assume they're relative.Anthony J. Bentley
ok jmc@ schwarze@
2018-01-03fix SEE ALSO;Jason McIntyre
2018-01-02rkpcie(4)Mark Kettenis
2017-12-31sxitemp(4)Mark Kettenis
2017-12-30The `F' option no longer disables delayed freeing; from ksheOtto Moerbeek
Also, fix a verb-noun mixup; ok jmc@
2017-12-29VIA amd64 compatible CPUs support Enhanced SpeedStep, so reflect thatFrederic Cambus
in cpu.4. OK visa@, sthen@, jmc@
2017-12-28Delete information about bulk builds already found in bulk(8).cheloha
Direct the reader there instead. ok espie@
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick 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-23Make 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-22Since export accepts several variables, put them on a single line; ok tb@anton
2017-12-18Sync cross references related to libutil; ok jmc@anton
2017-12-17dwxe(4)Mark Kettenis
2017-12-16tweak previous;Jason McIntyre
2017-12-16acrtc(4), sxirsb(4)Mark Kettenis
2017-12-15typo; from alexander kuleshovJason McIntyre
2017-12-14let urtwn(4) find my TP-LINK TL-WN722N v2Sebastian Benoit
ok deraadt@ phessler@ kettenis@
2017-12-14zap trailing whitespace;Jason McIntyre