summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* document PORTS_PRIVSEP now that it's nearing completionespie2017-12-051-23/+68
|
* post-patch -> pre-configureajacoutot2017-12-021-4/+4
|
* document minor changesespie2017-11-231-20/+18
|
* Delete mentions of the gettext module, which has been obsoleted and removed.naddy2017-11-211-6/+3
|
* the COMPILER transition mechanism is gonenaddy2017-11-171-11/+2
|
* tweak previous;jmc2017-11-131-6/+5
|
* add a generic packet rate matching filter. allows things likehenning2017-11-131-2/+19
| | | | | | | | | | pass in proto icmp max-pkt-rate 100/10 all packets matching the rule in the direction the state was created are taken into consideration (typically: requests, but not replies). Just like with the other max-*, the rule stops matching if the maximum is reached, so in typical scenarios the default block rule would kick in then. with input from Holger Mikolon ok mikeb
* Capability dc is supported by cu(1) since r1.22.remi2017-11-021-2/+8
| | | | ok nicm@ danj@ jca@ jmc@
* add missing El, though i'm sort of guessing as to its position;jmc2017-11-011-1/+2
|
* Update ruby-module.5 for default ruby version switch from 2.3 to 2.4jeremy2017-11-011-24/+16
| | | | | | Also remove ruby 1.8, 2.1, and 2.2 information, as that support was removed. Additionally, extconf CONFIGURE_STYLE support was removed, so remove mention of that as well.
* Mention <elf.h> rather than <elf_abi.h> which is not portable.mpi2017-10-271-5/+5
|
* tweak previous;jmc2017-10-141-8/+8
|
* Integrate the description of flow queues into the main body of textmikeb2017-10-131-40/+46
|
* F changed meaning a bit; ok tb@otto2017-09-231-12/+5
|
* Add missing new line; ok jmc@anton2017-09-211-3/+4
|
* explain new new COMPILERespie2017-08-221-32/+48
|
* Bring the dhclient(8) related text intokrw2017-08-131-28/+19
| | | | | | | line with reality. More polishing sure to follow. ok beck@
* Typo fix.rob2017-08-111-3/+3
| | | | Ok benno@, tb@, tj@, jmc@, schwarze@, phessler@
* man pages with pseudo synopses which list filenames end up creatingjmc2017-07-136-25/+23
| | | | | | | | | | very ugly output in man -k; after some discussion with ingo, we feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly helpful at page top, is contained already in FILES, and there are sufficiently few that just zapping them is simple; ok schwarze, who also helpfully ran things through a build to check output;
* * Clarify that filter rules are evaluated once per packet and interface,schwarze2017-07-131-7/+10
| | | | | | | | not only once per packet. * Clarify that the syntax anchor "name" { ... } both loads and evaluates the anchor, rather than merely loading it. Triggered by questions from Benedikt Neuffer <bene at usta dot de>. OK mikeb@
* consistently use "User settings" instead of a mixture of this and asthen2017-07-121-5/+5
| | | | couple of "User-settings" in bsd.port.mk(5). ok espie@
* Switch sample path for black/whitelist files from /var/mail (which is meant tosthen2017-07-101-5/+5
| | | | | | be for mailboxes) to /etc/mail. Fritjof Bornebusch reported that security(8) complains about files in /var/mail and suggested a subdirectory, but /etc seems a better idea all-round, and matches hier(7). ok jmc@
* REGRESS_TARGET has been renamed to TEST_TARGET.bluhm2017-07-061-3/+3
| | | | spotted by anton@
* Generate source and header files for regress on demand.bluhm2017-07-031-2/+5
| | | | OK espie@
* and emphasize that PKGDIR must exist.espie2017-06-281-1/+4
|
* document generate-readmes and diagnostic for missing PKGDIR.espie2017-06-281-4/+28
|
* Assorted tweaks for x11/qt* modules description.zhuk2017-06-151-6/+14
|
* It's never too late to document x11/kde module. At least a (non-obvious) bit.zhuk2017-06-151-1/+7
|
* Document MODQMAKE_RECURSIVE and test framework support for devel/qmake.zhuk2017-06-151-1/+19
|
* The devel/qmake port module handles Qt3 as well.zhuk2017-06-151-2/+3
|
* perl(1)'s ...espie2017-06-101-2/+2
|
* use mandoc annotations for flags and suchespie2017-06-101-5/+12
|
* ASLR, W^X, and guard pages trigger processor traps that result inbluhm2017-06-081-2/+4
| | | | | | | | SIGILL, SIGBUS, SIGSEGV signals. Make such memory violations visible in lastcomm(1). This also works if a programm tries to hide them with a signal handler. Manual kill -SEGV does not generate false positives. OK deraadt@
* clarify set prio: the second prio given applies tohenning2017-06-081-4/+5
| | | | | | | 1) TCP ACKs 2) packets with ToS=lowdelay and not TCP ACKs that have ToS=lowdelay confusion discovered during bsdcan pf tutorial
* initial docs for COMPILER_WRAPPER and COMPILER_LINKSsthen2017-06-051-2/+18
|
* minor tweaks;jmc2017-05-311-5/+6
|
* clarify that translations happen immediately on match rules, not generallyhenning2017-05-311-2/+4
| | | | Tony Gong <tony.y.gong at gmail>
* Block IPv6 packets in pf(4) that have hop-by-hop options header orbluhm2017-05-311-7/+8
| | | | | | | destination options header. Such packets can be passed by adding "allow-opts" to the rule. So IPv6 options are handled like their counterpart in IPv4 now. tested by benno@; OK henning@
* document COMPILER, this is getting to be clean enough to be documentableespie2017-05-311-2/+75
|
* tweak previous; ok bluhmjmc2017-05-301-5/+5
|
* Add more regress guidelines to bsd.regress.mk(5) man page.bluhm2017-05-291-6/+23
| | | | input schwarze@ jmc@; OK henning@ benno@
* remove devel/waf gone 2 years ago, may not come back but still gives nightmaresjung2017-05-271-22/+2
| | | | ok ajacoutot
* some tweaks to the QUEUEING section;jmc2017-05-221-31/+23
| | | | from mikeb and myself
* Clarify that /etc/installurl is only created when using the http method.tb2017-05-191-3/+5
| | | | | | Xr pkg_add while there. ok jmc
* replace tabs with spaces, for consistency, in the BNF display;jmc2017-05-191-15/+15
| | | | from michal mazurek
* better describe "!";jmc2017-05-181-10/+7
| | | | from michal mazurek, tweaked a bit by myself
* tweak the bandwidth description; help/ok mikebjmc2017-05-161-6/+4
|
* tweak previous; ok mikebjmc2017-05-151-5/+4
|
* Document the new flow queue specificationmikeb2017-05-151-5/+46
| | | | With input and OK sthen
* Default lpd spool directory is /var/spool/output/lpd.ajacoutot2017-05-141-4/+4
| | | | | reported by martin at martinbrandenburg dot com ok tb@