summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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-19Build clang on sparc64.Mark Kettenis
ok deraadt@
2018-01-19Switch the default compiler on armv7 to clang.Mark Kettenis
ok patrick@
2018-01-15We have no deprecated regress variables in our tree. Remove theAlexander Bluhm
compatibility layer.
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-06Add fs to the application/octet-stream extensions, mostly for installXX.fs,Stuart Henderson
to help with a problem noticed by tj@ and diagnosed by job@, ok phessler For OpenBSD distfile mirrors running httpd who want to do this before getting the updated mime.types, you can set: . types { . application/octet-stream fs . }
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-16Update with changes from FreeBSD via NetBSD. From Sevan Janiyan.Todd C. Miller
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
2017-12-14add code to provide simple wait condition handling.David Gwynne
this will be used to replace the bare sleep_state handling in a bunch of places, starting with the barriers.
2017-12-10add the zte mf831; from christoph r. murauerJason McIntyre
while here, a little less capitalisation
2017-12-05add missing blank before punctuation;Jason McIntyre
2017-12-05document PORTS_PRIVSEP now that it's nearing completionMarc Espie
2017-12-02post-patch -> pre-configureAntoine Jacoutot
2017-12-01remove deprectaed linkX notation;Jason McIntyre
from lucas gabriel vuotto
2017-11-30add bgw;Jason McIntyre
2017-11-30Add bgw(4) man page.Mark Kettenis
2017-11-30vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg
support FBT_CREATE. Fall back to FBT_MKNOD + FBT_OPEN so that a valid sequence of FUSE messages is sent to the file system when creating files. input from mpi@, otto@
2017-11-30use the same macro consistently for the various carp balancing modes;Jason McIntyre
2017-11-29missing Sx; ok jmc@anton
2017-11-28zap trailing whitespace, and zap some Tn while here;Jason McIntyre
2017-11-28Correct the description for VOP_RENAME to reflect that tvp is unlockedhelg
on exit. ok mpi@
2017-11-27Remove MALLOC_DEBUG left overs.Martin Pieuchot
From Klemens Nanni.