summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2012-11-19zap pre-install, which was a weird kludge.Marc Espie
Explain a bit more the purpose of pre-fake.
2012-11-17For macro arguments that are type or member names, consistentlyPhilip Guenthe
show them as a single word in the macro and _not_ as something that looks like a function argument (i.e., with declarator). ok beck@ schwarze@
2012-11-17tweak previous;Jason McIntyre
2012-11-17keep things sorted;Jason McIntyre
2012-11-17Document a working ppp(8) configuration file for the Huawei Mobile E1550Ingo Schwarze
modem and its Medion Mobile S4012 OEM version. Developed and tested on Hardware provided by Katja Straube, thanks.
2012-11-17sync m_copydata prototype with reality, ok jsg phesslerHenning Brauer
2012-11-17Fix some abuse of the .Ar and .Fn macros;Ingo Schwarze
ok ajacoutot@ and sthen@ on a previous version some time ago, using the additional suggestion ".Dq NO" from jmc@.
2012-11-16mention 2108, 2208 and 2308Mike Belopuhov
2012-11-15splimp -> splnet; OK jmc@ claudio@ miod@Gleydson Soares
while here switch to .Xr splnet 9; pointed out by jmc@
2012-11-14some formatting/sorting/consistency fixes for "machine"; ok guentherJason McIntyre
2012-11-14add support for the lenovo usb 2.0 ethernet adapterjoshua stein
2012-11-11Document the machine subcommands.Philip Guenthe
ok jmc@, pirofti@, mlarkin@
2012-11-11make the description of "debug" understandable for mortals (i.e.Jason McIntyre
non-programmers); krw, as well as ok'ing this diff, pointed out that it's only relevant for a DEBUG-compiled libc, which is non-default, and helped me tweak the wording appropriately;
2012-11-06Make a few formatting fixes:Lawrence Teo
- Remove unnecessary .Ar macros. - Change "https" to "HTTPS" to be consistent with other man pages. - Add "(CSR)" to the first instance of "Certificate Signing Request." - Convert one .Ar to .Em in the HISTORY section since the intent of that .Ar was to emphasize a point. - Fix the punctuation in one sentence. feedback/ok jmc
2012-11-02replace "err(1, (char *)NULL);" with "err(1, NULL);"Jason McIntyre
from Rafael ok haesbaert ratchov
2012-11-02BHyVe and QEMU also provide virtio.Brad Smith
ok sf@
2012-11-02Correct capitalization of KVM/VirtualBox.Brad Smith
2012-11-01tweak previous;Jason McIntyre
2012-11-01document the return of USE_X11 and its reason.Marc Espie
also PORTS_BUILD_XENOCARA_TOO. Don't use !!! if things break, it's your fault.
2012-11-01Correct capitalization of KVM/VirtualBox.Brad Smith
2012-10-31document lua.port.mk changesGleydson Soares
OK jasper@ sthen@
2012-10-30Nuke dhclient-script and dhclient.conf 'script' directive. Do allKenneth R Westerback
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@.
2012-10-30Use time_uptime for expiration values as time_second can be skewed atFlorian Obser
runtime while time_uptime is monotonic. Prevent underflows in pfsync(4) and pflow(4) by using signed variables. pfsync(4) problem pointed out by camield. Diff originally by dlg, frag and pflow bits by me. feedback dlg man page tweak jmc Various versions of the pflow bits tested by Hrvoje Popovski (hrvoje AT srce DOT hr), thanks! ok benno, henning, dlg
2012-10-24clarify -r1.9; help/ok bennoJason McIntyre
2012-10-21tweak previous;Jason McIntyre
2012-10-21Add the IP_DIVERTFL socket option on divert(4) sockets to controlSebastian Benoit
which packets (as in direction) of the traffic will be diverted through the divert socket. ok claudio@, henning@
2012-10-19Document the current situation with who is PIE, and who is not.Theo de Raadt
2012-10-18Disallow tables and interface address pools for rdr-to, nat-to andReyk Floeter
route-to with any other scheduling algorithms than round-robin or least-states. Before this change, pfctl accepted and loaded invalid address pools, eg. "rdr-to <table> source-hash", but it is not supported by the kernel and was silently ignored in operation. Also clarify the manpage a bit by mentioning that tables are only valid with round-robin or least-states. ok zinke@
2012-10-17adjust wdog_register() signatureTheo de Raadt
pointed out by miod
2012-10-17add vldc;Jason McIntyre
2012-10-17vldc(4)Mark Kettenis
2012-10-16some clarifications from Claus Assmann;Jason McIntyre
ok beck deraadt
2012-10-15old stuff:Marc Espie
- moved to realdepend with success, finish the old subdirdepend. - .LIBS: doesn't mean anything any more, and it had broken semantics when it meant something anyways. okay millert@
2012-10-12zap trailing whitespace;Jason McIntyre
2012-10-12make some assumptions more explicit, after some confusion...Marc Espie
2012-10-11do not attempt a hardware list - it is currently out of date to the pointJason McIntyre
of being unhelpful, and we can;t realistically change that; help/ok mk
2012-10-11Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets.Mark Kettenis
Tested by Nathanael Rensen.
2012-10-10a little better DESCRIPTION;Jason McIntyre
help/ok mk
2012-10-08Add Huawei E352.Kirill Bychkov
ok sthen@
2012-10-08appered -> appeared;Jason McIntyre
2012-10-08deivce -> deviceJonathan Gray
2012-10-08first in 5.3 not 5.2Jonathan Gray
2012-10-05some formatting/macro fixes; also a bit less bind-centricJason McIntyre
ok krw
2012-10-04FRELE() has a second argument nowPhilip Guenthe
2012-10-02some small tweaks to improve the text:Jason McIntyre
- move the file format stuff into a more logical grouping - use an ENVIRONMENT section - remove the Rs block. it was incorrect, and not really worth updating input/ok krw
2012-10-01the BUGS entry is no longer relevant, so remove it;Jason McIntyre
confirmed by, and ok, millert thanks also krw for input whilst here, knock out a useless .Pp
2012-09-30there, should be crystal clearMarc Espie
2012-09-29add support for hardware flow control, from FreeBSDJonathan Gray
2012-09-29CP210[3-5] should work. Silicon Labs have finally published a datasheet.Jonathan Gray
2012-09-28Update to account for the switch to ruby 1.9 by default. Feedback fromJeremy Evans
jmc@. OK jmc@