Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document PORTS_PRIVSEP now that it's nearing completion | 2017-12-05 | 1 | -23/+68 | ||
| | ||||||
* | post-patch -> pre-configure | 2017-12-02 | 1 | -4/+4 | ||
| | ||||||
* | document minor changes | 2017-11-23 | 1 | -20/+18 | ||
| | ||||||
* | Delete mentions of the gettext module, which has been obsoleted and removed. | 2017-11-21 | 1 | -6/+3 | ||
| | ||||||
* | the COMPILER transition mechanism is gone | 2017-11-17 | 1 | -11/+2 | ||
| | ||||||
* | tweak previous; | 2017-11-13 | 1 | -6/+5 | ||
| | ||||||
* | add a generic packet rate matching filter. allows things like | 2017-11-13 | 1 | -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. | 2017-11-02 | 1 | -2/+8 | ||
| | | | | ok nicm@ danj@ jca@ jmc@ | |||||
* | add missing El, though i'm sort of guessing as to its position; | 2017-11-01 | 1 | -1/+2 | ||
| | ||||||
* | Update ruby-module.5 for default ruby version switch from 2.3 to 2.4 | 2017-11-01 | 1 | -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. | 2017-10-27 | 1 | -5/+5 | ||
| | ||||||
* | tweak previous; | 2017-10-14 | 1 | -8/+8 | ||
| | ||||||
* | Integrate the description of flow queues into the main body of text | 2017-10-13 | 1 | -40/+46 | ||
| | ||||||
* | F changed meaning a bit; ok tb@ | 2017-09-23 | 1 | -12/+5 | ||
| | ||||||
* | Add missing new line; ok jmc@ | 2017-09-21 | 1 | -3/+4 | ||
| | ||||||
* | explain new new COMPILER | 2017-08-22 | 1 | -32/+48 | ||
| | ||||||
* | Bring the dhclient(8) related text into | 2017-08-13 | 1 | -28/+19 | ||
| | | | | | | | line with reality. More polishing sure to follow. ok beck@ | |||||
* | Typo fix. | 2017-08-11 | 1 | -3/+3 | ||
| | | | | Ok benno@, tb@, tj@, jmc@, schwarze@, phessler@ | |||||
* | man pages with pseudo synopses which list filenames end up creating | 2017-07-13 | 6 | -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, | 2017-07-13 | 1 | -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 a | 2017-07-12 | 1 | -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 to | 2017-07-10 | 1 | -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. | 2017-07-06 | 1 | -3/+3 | ||
| | | | | spotted by anton@ | |||||
* | Generate source and header files for regress on demand. | 2017-07-03 | 1 | -2/+5 | ||
| | | | | OK espie@ | |||||
* | and emphasize that PKGDIR must exist. | 2017-06-28 | 1 | -1/+4 | ||
| | ||||||
* | document generate-readmes and diagnostic for missing PKGDIR. | 2017-06-28 | 1 | -4/+28 | ||
| | ||||||
* | Assorted tweaks for x11/qt* modules description. | 2017-06-15 | 1 | -6/+14 | ||
| | ||||||
* | It's never too late to document x11/kde module. At least a (non-obvious) bit. | 2017-06-15 | 1 | -1/+7 | ||
| | ||||||
* | Document MODQMAKE_RECURSIVE and test framework support for devel/qmake. | 2017-06-15 | 1 | -1/+19 | ||
| | ||||||
* | The devel/qmake port module handles Qt3 as well. | 2017-06-15 | 1 | -2/+3 | ||
| | ||||||
* | perl(1)'s ... | 2017-06-10 | 1 | -2/+2 | ||
| | ||||||
* | use mandoc annotations for flags and such | 2017-06-10 | 1 | -5/+12 | ||
| | ||||||
* | ASLR, W^X, and guard pages trigger processor traps that result in | 2017-06-08 | 1 | -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 to | 2017-06-08 | 1 | -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_LINKS | 2017-06-05 | 1 | -2/+18 | ||
| | ||||||
* | minor tweaks; | 2017-05-31 | 1 | -5/+6 | ||
| | ||||||
* | clarify that translations happen immediately on match rules, not generally | 2017-05-31 | 1 | -2/+4 | ||
| | | | | Tony Gong <tony.y.gong at gmail> | |||||
* | Block IPv6 packets in pf(4) that have hop-by-hop options header or | 2017-05-31 | 1 | -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 documentable | 2017-05-31 | 1 | -2/+75 | ||
| | ||||||
* | tweak previous; ok bluhm | 2017-05-30 | 1 | -5/+5 | ||
| | ||||||
* | Add more regress guidelines to bsd.regress.mk(5) man page. | 2017-05-29 | 1 | -6/+23 | ||
| | | | | input schwarze@ jmc@; OK henning@ benno@ | |||||
* | remove devel/waf gone 2 years ago, may not come back but still gives nightmares | 2017-05-27 | 1 | -22/+2 | ||
| | | | | ok ajacoutot | |||||
* | some tweaks to the QUEUEING section; | 2017-05-22 | 1 | -31/+23 | ||
| | | | | from mikeb and myself | |||||
* | Clarify that /etc/installurl is only created when using the http method. | 2017-05-19 | 1 | -3/+5 | ||
| | | | | | | Xr pkg_add while there. ok jmc | |||||
* | replace tabs with spaces, for consistency, in the BNF display; | 2017-05-19 | 1 | -15/+15 | ||
| | | | | from michal mazurek | |||||
* | better describe "!"; | 2017-05-18 | 1 | -10/+7 | ||
| | | | | from michal mazurek, tweaked a bit by myself | |||||
* | tweak the bandwidth description; help/ok mikeb | 2017-05-16 | 1 | -6/+4 | ||
| | ||||||
* | tweak previous; ok mikeb | 2017-05-15 | 1 | -5/+4 | ||
| | ||||||
* | Document the new flow queue specification | 2017-05-15 | 1 | -5/+46 | ||
| | | | | With input and OK sthen | |||||
* | Default lpd spool directory is /var/spool/output/lpd. | 2017-05-14 | 1 | -4/+4 | ||
| | | | | | reported by martin at martinbrandenburg dot com ok tb@ |