summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2012-08-20add -Wdeclaration-after-statement to the default CDIAGFLAGS (used whenStuart Henderson
WARNINGS=yes is set) on gcc4 arch. ok haesbaert@ deraadt@.
2012-08-19zap trailing whitespace;Jason McIntyre
2012-08-18document ocaml_native and ocaml_native_dynlink propertiesAnil Madhavapeddy
ok espie@
2012-08-18RFC updates:Jason McIntyre
5322 obsoletes 2822 5321 obsoletes 821 and 2821 6409 obsoletes 2476 and 4409
2012-08-18allow other targets to work like install -> realinstallMarc Espie
(to be used in xenocara for build) okay matthieu@
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does;
2012-08-18forgot to document llvm property.Marc Espie
2012-08-18be more explicit about what mono is.Marc Espie
2012-08-18document default changeMarc Espie
2012-08-17Add a default CDIAGFLAGS, so that programs may be enable warnings byChristiano F. Haesbaert
making "make WARNINGS=Yes" without having to add a bunch of CDIAGFLAGS to its makefile. sure deraadt@
2012-08-15use Lk for links;Jason McIntyre
2012-08-15- use Lk for linksJason McIntyre
because i already have a trivial addition in afterboot, to briefly document rc.d(8), i have committed that bit also. that saves me making (even more) trivial changes to this file, however the text was suggested by ingo and i'm still waiting for his reply which, to be fair, has only been a wait of some 30 mins so far. so, the rc.d blurb was requested by ross richardson, suggested by ingo, and probably ok ingo. but if he objects, we can tweak it further.
2012-08-15add mfii(4);Jason McIntyre
2012-08-15Eivind Evensen reports a working device, but another reader (sorry, mailJason McIntyre
not to hand!) reports non-working devices. accordingly, remove the note in BUGS asking people to report working devices, but leave the note saying not everything works correctly.
2012-08-15remove trailing whitespace;Jason McIntyre
2012-08-15update the description for ix(4), and add the description for oce(4);Jason McIntyre
2012-08-15tweak previous;Jason McIntyre
2012-08-15remove some unneeded Pp;Jason McIntyre
2012-08-15- remove some redundancy within the sendmail textJason McIntyre
- remove the compat_* text: there's only one left, and the text makes little sense here from Ross Richardson ok schwarze
2012-08-15document perl module new goodiesMarc Espie
2012-08-14Garbage collect the USE_GCC variables; everything usesMatthew Dempsky
COMPILER_VERSION now. From Brad.
2012-08-14Add framework support for controlling symbol visibility in sharedMatthew Dempsky
objects, inspired by NetBSD. Discussed with kurt, kettenis, and millert. ok kettenis
2012-08-14add a ref to the vmwh package, help/ok lteo schwarze sthenTed Unangst
2012-08-14kernel configs dont need "scsibus* at foo?" anymore.David Gwynne
"guess you get more commits" deraadt@
2012-08-14wire in mfii.4David Gwynne
prodded by deraadt@
2012-08-14basic manpage for new mfii(4)David Gwynne
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places.
2012-08-06add x540Mike Belopuhov
2012-08-06Adapt after recent move from pkill(1) to pgrep(1) in rc_check.Antoine Jacoutot
from robert at peichaer dot org ok jmc@
2012-08-05expand documentation of SUBST_CMD to explain the subpackage-dependent nitsMarc Espie
2012-08-04Document rc_usercheck.Antoine Jacoutot
ok todd@
2012-08-03add oce.4Mike Belopuhov
2012-08-03update for HUAWEI E392, from Alexei MalininJonathan Gray
2012-08-03tell people target update-patches actually invokes script update-patches(1)Marc Espie
which is documented. prompted by aja@
2012-08-03don't capitalize "base" in 10GbaseXXMike Belopuhov
2012-08-03Manual page for the Emulex 10Gb Ethernet driverMike Belopuhov
2012-07-29document .PD; related to man_term.c rev. 1.88Ingo Schwarze
2012-07-29Two improvements from kristaps@:Ingo Schwarze
Document .cc (bsd.lv rev. 1.39) and fix a typo (bsd.lv rev. 1.38).
2012-07-28sync struct pfloghdr with reality, pt out Johan Ryberg <johan at securit.se>Henning Brauer
2012-07-19syncJasper Lievisse Adriaanse
2012-07-17Add the Huawei Mobile E303.David Coppa
From Andreas Bartelt, obsd AT bartula DOT de OK sthen@
2012-07-16add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)Markus Friedl
can use this to select the IPsec tunnel for sending L2TP packets. this fixes Windows (always binding to 1701) and Android clients (negotiating wildcard flows); feedback mpf@ and yasuoka@; ok henning@ and yasuoka@; ok jmc@ for the manpage
2012-07-12add missing HISTORY sectionsJasper Lievisse Adriaanse
ok jmc@
2012-07-12Chips which include a card reader (JMC251/JMC261) work as well.Jonathan Gray
with tweaks from and ok jmc@
2012-07-10document recent lua.port.mk changesJasper Lievisse Adriaanse
2012-07-10it seems previous was wrong, so move prio/tos out of OPTIONS,Jason McIntyre
and put them into the main filtering section, at least for now; ok henning
2012-07-10move set prio/tos into OPTIONS; ok henningJason McIntyre
2012-07-09one more prio -> set prio; ok henningJason McIntyre
2012-07-09update hid usage table to sync with latest specifcations and other *bsds.Yojiro Uo
ok derradt@
2012-07-09Enable support for the 'weight' keyword in the 'least-states'Joerg Zinke
load balancing case, this allows Weighted Least States (WLS). Everything prepared on c2k11 with help from mcbride@. This finally makes PF ready for the cloud. ok henning@ mikeb@ pyr@