Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-11 | Document the machine subcommands. | Philip Guenthe | |
ok jmc@, pirofti@, mlarkin@ | |||
2012-11-11 | make 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-06 | Make 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-02 | replace "err(1, (char *)NULL);" with "err(1, NULL);" | Jason McIntyre | |
from Rafael ok haesbaert ratchov | |||
2012-11-02 | BHyVe and QEMU also provide virtio. | Brad Smith | |
ok sf@ | |||
2012-11-02 | Correct capitalization of KVM/VirtualBox. | Brad Smith | |
2012-11-01 | tweak previous; | Jason McIntyre | |
2012-11-01 | document 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-01 | Correct capitalization of KVM/VirtualBox. | Brad Smith | |
2012-10-31 | document lua.port.mk changes | Gleydson Soares | |
OK jasper@ sthen@ | |||
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth 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-30 | Use time_uptime for expiration values as time_second can be skewed at | Florian 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-24 | clarify -r1.9; help/ok benno | Jason McIntyre | |
2012-10-21 | tweak previous; | Jason McIntyre | |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit | |
which packets (as in direction) of the traffic will be diverted through the divert socket. ok claudio@, henning@ | |||
2012-10-19 | Document the current situation with who is PIE, and who is not. | Theo de Raadt | |
2012-10-18 | Disallow tables and interface address pools for rdr-to, nat-to and | Reyk 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-17 | adjust wdog_register() signature | Theo de Raadt | |
pointed out by miod | |||
2012-10-17 | add vldc; | Jason McIntyre | |
2012-10-17 | vldc(4) | Mark Kettenis | |
2012-10-16 | some clarifications from Claus Assmann; | Jason McIntyre | |
ok beck deraadt | |||
2012-10-15 | old 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-12 | zap trailing whitespace; | Jason McIntyre | |
2012-10-12 | make some assumptions more explicit, after some confusion... | Marc Espie | |
2012-10-11 | do not attempt a hardware list - it is currently out of date to the point | Jason McIntyre | |
of being unhelpful, and we can;t realistically change that; help/ok mk | |||
2012-10-11 | Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets. | Mark Kettenis | |
Tested by Nathanael Rensen. | |||
2012-10-10 | a little better DESCRIPTION; | Jason McIntyre | |
help/ok mk | |||
2012-10-08 | Add Huawei E352. | Kirill Bychkov | |
ok sthen@ | |||
2012-10-08 | appered -> appeared; | Jason McIntyre | |
2012-10-08 | deivce -> device | Jonathan Gray | |
2012-10-08 | first in 5.3 not 5.2 | Jonathan Gray | |
2012-10-05 | some formatting/macro fixes; also a bit less bind-centric | Jason McIntyre | |
ok krw | |||
2012-10-04 | FRELE() has a second argument now | Philip Guenthe | |
2012-10-02 | some 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-01 | the 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-30 | there, should be crystal clear | Marc Espie | |
2012-09-29 | add support for hardware flow control, from FreeBSD | Jonathan Gray | |
2012-09-29 | CP210[3-5] should work. Silicon Labs have finally published a datasheet. | Jonathan Gray | |
2012-09-28 | Update to account for the switch to ruby 1.9 by default. Feedback from | Jeremy Evans | |
jmc@. OK jmc@ | |||
2012-09-28 | Misspelled DESC line | Janne Johansson | |
2012-09-27 | replace m_zero(9) with M_ZEROIZE; original diff from markus | Jason McIntyre | |
ok mikeb markus | |||
2012-09-26 | Mention checksum offload for the 6105M controller. | Brad Smith | |
ok sthen@ | |||
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-09-26 | add D-Link DGE-530T to re(4), update re(4) manpage | Ryan Freeman | |
tested on i386, ok brad@ sthen@ phessler@ | |||
2012-09-25 | Update the libpthread section. | Brad Smith | |
ok matthew@ sthen@ | |||
2012-09-25 | Remove mentioning of the -pthread flag. | Brad Smith | |
Discussed with matthew@ guenther@ kettenis@ ok matthew@ sthen@ | |||
2012-09-25 | add npppd, and clean up a few Xrs while here; | Jason McIntyre | |
2012-09-20 | bump revision | Reyk Floeter | |
2012-09-20 | add 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-20 | add uoak* devices; | Jason McIntyre | |