summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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@
2012-09-28Misspelled DESC lineJanne Johansson
2012-09-27replace m_zero(9) with M_ZEROIZE; original diff from markusJason McIntyre
ok mikeb markus
2012-09-26Mention checksum offload for the 6105M controller.Brad Smith
ok sthen@
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
references into a STANDARDS section;
2012-09-26add D-Link DGE-530T to re(4), update re(4) manpageRyan Freeman
tested on i386, ok brad@ sthen@ phessler@
2012-09-25Update the libpthread section.Brad Smith
ok matthew@ sthen@
2012-09-25Remove mentioning of the -pthread flag.Brad Smith
Discussed with matthew@ guenther@ kettenis@ ok matthew@ sthen@
2012-09-25add npppd, and clean up a few Xrs while here;Jason McIntyre
2012-09-20bump revisionReyk Floeter
2012-09-20add more sensor types to sensor framework.Yojiro Uo
- Pressure (10^-3 Pa) - distance (10^-6 m) - acceleration (10^-6 m/s^2) ok deraadt@ reyk@
2012-09-20add uoak* devices;Jason McIntyre