summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* The install scripts no longer create hostname.if files with 'dhcpkrw2012-11-261-11/+2
| | | | NONE NONE NONE'. It's just 'dhcp'.
* remove the obsolete rpasswd entry; from Michael W. Lucasjmc2012-11-251-5/+2
| | | | ok millert
* document BULK changeespie2012-11-191-3/+8
|
* zap pre-install, which was a weird kludge.espie2012-11-191-9/+5
| | | | Explain a bit more the purpose of pre-fake.
* make the description of "debug" understandable for mortals (i.e.jmc2012-11-111-3/+8
| | | | | | | | 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;
* tweak previous;jmc2012-11-011-2/+3
|
* document the return of USE_X11 and its reason.espie2012-11-011-4/+20
| | | | | | also PORTS_BUILD_XENOCARA_TOO. Don't use !!! if things break, it's your fault.
* document lua.port.mk changesgsoares2012-10-311-3/+4
| | | | OK jasper@ sthen@
* Nuke dhclient-script and dhclient.conf 'script' directive. Do allkrw2012-10-301-7/+4
| | | | | | | | | | | | 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@.
* Disallow tables and interface address pools for rdr-to, nat-to andreyk2012-10-181-3/+3
| | | | | | | | | | | | 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@
* some formatting/macro fixes; also a bit less bind-centricjmc2012-10-051-46/+51
| | | | ok krw
* some small tweaks to improve the text:jmc2012-10-021-24/+19
| | | | | | | | - 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
* the BUGS entry is no longer relevant, so remove it;jmc2012-10-011-14/+2
| | | | | | | confirmed by, and ok, millert thanks also krw for input whilst here, knock out a useless .Pp
* there, should be crystal clearespie2012-09-301-8/+30
|
* Update to account for the switch to ruby 1.9 by default. Feedback fromjeremy2012-09-281-9/+16
| | | | | | jmc@. OK jmc@
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-262-6/+15
| | | | references into a STANDARDS section;
* remove unneccessary macro;jmc2012-09-201-2/+1
|
* Lower pf frags limit to not risk running out of mbuf clusterscamield2012-09-201-5/+10
| | | | | | | | | when dealing with lots of IP fragments. This sets the default to 25% of the mbuf cluster maximum (hint from beck). And the example in the manpage is sane now. ok mikeb henning beck deraadt
* no more PKG_ARCH messin' around in lua.port.mkjasper2012-09-191-7/+2
|
* NOPIC only affects shared libraries now.pascal2012-09-011-4/+3
| | | | ok jmc@
* tweak previous;jmc2012-08-311-4/+4
|
* Document BUILD_ONCE. A bit tricky. Use actual examples from our currentespie2012-08-311-1/+52
| | | | tree.
* document SUBST_CMD* again, hopefully for the last time.espie2012-08-311-6/+13
|
* pmdb went to the atticderaadt2012-08-301-3/+2
|
* update the rfc section;jmc2012-08-221-18/+24
|
* share/mk bits for PIE, currently disabled.pascal2012-08-221-2/+4
| | | | ok matthew@ deraadt@ kettenis@, manpage prodding and ok jmc@
* be more direct about makesum and SUPDISTFILES.espie2012-08-221-4/+9
|
* zap trailing whitespace;jmc2012-08-191-3/+3
|
* document ocaml_native and ocaml_native_dynlink propertiesavsm2012-08-181-6/+11
| | | | ok espie@
* forgot to document llvm property.espie2012-08-181-1/+5
|
* be more explicit about what mono is.espie2012-08-181-2/+4
|
* document default changeespie2012-08-181-5/+5
|
* remove some unneeded Pp;jmc2012-08-152-5/+3
|
* document perl module new goodiesespie2012-08-151-2/+17
|
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-3/+3
| | | | | | | | 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.
* expand documentation of SUBST_CMD to explain the subpackage-dependent nitsespie2012-08-051-3/+16
|
* tell people target update-patches actually invokes script update-patches(1)espie2012-08-031-2/+4
| | | | | | which is documented. prompted by aja@
* syncjasper2012-07-191-3/+4
|
* document recent lua.port.mk changesjasper2012-07-101-4/+30
|
* it seems previous was wrong, so move prio/tos out of OPTIONS,jmc2012-07-101-48/+50
| | | | | | and put them into the main filtering section, at least for now; ok henning
* move set prio/tos into OPTIONS; ok henningjmc2012-07-101-48/+47
|
* one more prio -> set prio; ok henningjmc2012-07-091-2/+2
|
* Enable support for the 'weight' keyword in the 'least-states'zinke2012-07-091-2/+5
| | | | | | | | | 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@
* fix some of the confusion we have in pf regarding filter criteria vshenning2012-07-091-9/+9
| | | | | | | | 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
* Remove a doubled word (probably a fatfingered copu & paste).kili2012-07-091-3/+2
| | | | From Dawe <dawedawe@gmx.de>.
* To detect changes of system files, use SHA-256 rather than MD5,schwarze2012-07-081-5/+5
| | | | | | | 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@
* fix capitalisation of MODMONO_INSTAlL_TARGETsthen2012-07-081-3/+3
|
* less accurate documentation...espie2012-07-071-5/+5
| | | | as noticed by matthew@
* tcp/udp mandatory for "user"; from ti zedjmc2012-06-291-4/+3
| | | | ok henning
* automake has different naming rules, I was mistaken, those require conflictespie2012-06-251-5/+3
| | | | markers...