summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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@
2012-07-09fix some of the confusion we have in pf regarding filter criteria vsHenning Brauer
options that "write" to the packet by putting the latter in a set { } block. for now prio and tos, maintain set-tos backwards compat for the moment. "match set { prio 6, tos lowdelay }" "match set prio 6" from a discussion with ryan in tokyo a while ago, ok ryan phessler
2012-07-09Remove a doubled word (probably a fatfingered copu & paste).Matthias Kilian
From Dawe <dawedawe@gmx.de>.
2012-07-08To detect changes of system files, use SHA-256 rather than MD5,Ingo Schwarze
taking advantage of naddy@'s recent mtree(8) modernization. While here, do not provide an example protecting a home directory from file changes; protect some system binaries instead. ok naddy@ jmc@
2012-07-08fix capitalisation of MODMONO_INSTAlL_TARGETStuart Henderson
2012-07-08remove unneeded and error-prone :: rulesMarc Espie
okay guenther@
2012-07-07less accurate documentation...Marc Espie
as noticed by matthew@
2012-07-04remove old arm bootstrap scaffold.Marc Espie
checked this was no longer necessary by miod@ ok miod@, deraadt@
2012-07-03BCM5754 should stay, noticed by bradMike Belopuhov
2012-07-02don't mention BCM5724 and BCM5754 here anymore; reminded by bradMike Belopuhov
2012-07-01Add support for the Winbond W83627UHG chip.Lawrence Teo
Ported from a DragonFly BSD commit by Constantine A. Murenin: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/245ec76bc1613b22cf282526fa9931e4c16e4237 Tested on a Lanner FW-7539 appliance. ok mlarkin mikeb haesbaert henning
2012-06-29tcp/udp mandatory for "user"; from ti zedJason McIntyre
ok henning
2012-06-25automake has different naming rules, I was mistaken, those require conflictMarc Espie
markers...
2012-06-24tweak previous (sorry matthieu, i should have spotted this earlier);Jason McIntyre
2012-06-23Document that -Wsystem-headers is on by default.Matthieu Herrb
ok pascal@, jmc@.
2012-06-21rfc 3542 obsoletes rfc 2292; ok guentherJason McIntyre
2012-06-21link copy.9 to kcopy.9Matthew Dempsky
2012-06-21Document kcopy() and add a note that copystr() does not return EFAULTMatthew Dempsky
when it encounters an illegal address. Discussed with deraadt, guenther, and kettenis.
2012-06-20Corrent and expand passwd(5) HISTORY,Ingo Schwarze
and apply some minor tweaks to group(5) HISTORY. All facts found on http://minnie.tuhs.org/cgi-bin/utree.pl ok jmc@ sobrado@
2012-06-20no more mac68k; ok schwarzeJason McIntyre
2012-06-20move to 5.2-betaTheo de Raadt
2012-06-20When i moved some low-level stuff from mdoc(7) and man(7)Ingo Schwarze
to roff(7) some time ago, i forgot to adjust the cross-references. Reported by Tim van der Molen <tbvdm at xs4all dot nl>, thanks. ok jmc@
2012-06-20no more nubus; ok matthewJason McIntyre
2012-06-20more mac68k bits for the atticMatthew Dempsky
2012-06-20Delete some more SUBDIR += mac68k.Matthew Dempsky
2012-06-20Reflect the changes made by RFC 3542Philip Guenthe
From Peter J Philipp (pjp at centroid.eu) ok jmc@
2012-06-19Fix punctuation and merge two paragraphs into one to make it readLawrence Teo
better. feedback/ok jmc, ok haesbaert henning
2012-06-18document ports-readmes special-caseMarc Espie
2012-06-13Remove duplicate description of FORK_TFORKPhilip Guenthe
ok jmc@
2012-06-11title should say we document modules here.Marc Espie
add documentation for d7 (and also d6, kind-of)
2012-06-10drupal7.port.mk could use some documentation here tooJasper Lievisse Adriaanse
2012-06-09sync struct usb_device_info with usb.hJonathan Gray
2012-06-08typo, PACKAGE_RPOSITORYStuart Henderson
2012-06-08CHECKSUM_PACKAGES howtoMarc Espie
2012-06-08document CHECKSUM_PACKAGESMarc Espie
2012-06-04Add support for the HPET on this device.Mark Kettenis
From Matt Dainty. ok deraadt@
2012-06-04Document BE_ARCHS and LE_ARCHS.Pascal Stumpf
ok espie@
2012-06-02Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze
Do not use this, it is not portable and only defined in esr's man-ext. For example, sox(1) wants these macros.
2012-05-29Document a possibility to disable the Sync-on-Green signal by settingMike Belopuhov
the ARCBios environment variable OSLoadOptions to "nosog". Reminded by miod, corrections and ok from jsing.
2012-05-28document no-lib-depends-argsMarc Espie