summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2018-08-03tweak previous;Jason McIntyre
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
adapters. "go ahead commit it" deraadt@
2018-08-02replace excessively wordy and fuzzy introductionIngo Schwarze
with a real HISTORY section; OK jmc@ rob@
2018-08-02Some wordsmithing. Comments and tweaks from deraadt, jmc, benno, and tb.rob
ok deraadt@
2018-07-30catch up with the symlink removal of /dev/{audio,mixer};Jason McIntyre
ok ratchov
2018-07-30improve consistency of markup for some variables, still far from perfectIngo Schwarze
2018-07-30Tweak historyMarc Espie
Document that LOCALBASE changes may not work. Be less dramatic about it, as it doesn't appear to be *that* bad.
2018-07-30byebye fake.mtreeMarc Espie
2018-07-30Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modeMartin Pieuchot
for sockets is non-blocking. This allows us to G/C SS_NBIO. Having to keep the two flags in sync in a mp-safe way is complicated. This change introduce a behavior change in sosplice(), it can now always block. However this should not matter much due to the socket lock being taken beforhand. ok bluhm@, benno@, visa@
2018-07-29garbage collect old "manpages-check" targetIngo Schwarze
which has been broken for years with nobody complaining; OK espie@ kn@
2018-07-28Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze
Leah Neukirchen pointed out that mdoclint(1) used to warn about a leading zero before the day number, so we know that both NetBSD and Void Linux want the message. It does no harm on OpenBSD because Mdocdate always does the right thing anyway. jmc@ agrees that it makes sense in contexts not using Mdocdate.
2018-07-26Xr make-plist -> update-plist;Jason McIntyre
2018-07-26zap a dot;Jason McIntyre
2018-07-26Add infrastructure to install lld as the default linker. The old GNU linkerMark Kettenis
will be installed as /usr/bin/ld.bfd on supported systems. This allows users to fall back on the old linker by using the -fuse-ld=bfd option on systems where lld is the default linker. Switch armv7 to use lld as the default linker. On arm64 we already use lld as the default linker. Other platforms will keep using the GNU linker for now. ok patrick@, deraadt@, phessler@
2018-07-26tweak previous; ok espieJason McIntyre
2018-07-25document -eMarc Espie
2018-07-23replace references to rtadvd(8) with rad(8)Florian Obser
OK deraadt, phessler, jmc
2018-07-22cross reference sndio(7) and sndiod(8); from weerd@;Ingo Schwarze
OK ratchov@ jmc@ (who are both busy)
2018-07-22document method=https, and use it in the example config;Jason McIntyre
from lauri tirkkonen; ok sthen beck
2018-07-16Be more explicit in FETCH_TIMEOUT description.Marc Espie
It only happens on the command line. If you want to put it in a config file, it's a DEFAULT or localhost property called fetch_timeout instead.
2018-07-16network.confMarc Espie
2018-07-16byebye network.conf.templateMarc Espie
2018-07-15Document xcrypt in the amd64 version of cpu.4.Frederic Cambus
Bits taken from the i386 version. OK jmc@
2018-07-15adjust the example hostname.if to show "wpakey" on the same line as "nwid",Peter Hessler
and provide an IPv6 autoconf example. while here, split interface settings from IP assignment. OK jmc@
2018-07-15adjust hostname.if examples to show "wpakey" on the same line as "nwid"Peter Hessler
OK jmc@
2018-07-14Remove mention of old man directorykn
OK espie
2018-07-14.El should have been zapped too;Jason McIntyre
2018-07-14zap network configuration section, it's a level of tinkering that'sMarc Espie
not really supported. add another ref to PORTS_PRIVSEP here, as it is really a good idea.
2018-07-13byebye MASTER_SITE_OVERRIDE, we won't miss youMarc Espie
2018-07-12syncookies never is the default; from paul de weerdJason McIntyre
ok henning
2018-07-11Remove the i386 specific mention for pcvtfonts, they are also installedFrederic Cambus
on alpha and amd64. No objection from jmc@. OK deraadt@, sthen@
2018-07-11zap trailing whitespace;Jason McIntyre
2018-07-10where we were showing "set limit states 10000" make that 100k as well,Henning Brauer
and adjust adaptive.start/end as well (just like in the code)
2018-07-10check-problems -> pkg_check-problems;Jason McIntyre
2018-07-10document set delayHenning Brauer
2018-07-10rename some pkg checking toolsMarc Espie
2018-07-10Xr pci(4)Jonathan Gray
2018-07-10sync arm64 and armv7 pciJonathan Gray
2018-07-09no more i386_vm86.2;Jason McIntyre
2018-07-09these pages don;t need Bk/Ek;Jason McIntyre
order the options in pkg_outdated;
2018-07-09out-of-date -> pkg_outdated;Jason McIntyre
2018-07-09out-of-date -> pkg_outdatedMarc Espie
2018-07-09resolve-lib -> port-resolve-lib-helper;Jason McIntyre
2018-07-09resolve-lib -> port-resolve-lib-helperMarc Espie
2018-07-09move helper script to a more sensible nameMarc Espie
2018-07-09rename pure helper script, not for user consumptionMarc Espie
2018-07-09dolock -> portlock;Jason McIntyre
2018-07-09dolock -> portlockMarc Espie
(no discussion about this one)
2018-07-09manpage for bnxt(4)Jonathan Matthew
2018-07-09remove bogus .Sx macros; noticed by Mikhail <mp39590 at gmail dot com>Ingo Schwarze
OK jmc@