Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 'rtsol' has been removed from hostname.if(5) recently. | 2017-04-24 | 1 | -3/+3 | ||
| | | | | OK jmc@ | |||||
* | The gnome module supports cmake now. | 2017-04-22 | 1 | -13/+30 | ||
| | ||||||
* | - Mention LIBCXX, prompted by espie@. | 2017-04-11 | 1 | -2/+3 | ||
| | ||||||
* | - Mention LIBCXX, prompted by espie@. | 2017-04-11 | 1 | -3/+8 | ||
| | | | | | - Make it clear that CLANG_ARCHS, GCC3_ARCHS, GCC4_ARCHS refer to the base compiler. Change "Clang 3.9.1" to just "Clang". | |||||
* | document more thoroughly the special status of modules gnu, imake, perl5 | 2017-04-11 | 1 | -2/+18 | ||
| | | | | | | (for historical reasons) okay aja@ | |||||
* | Document the devel/meson MODULE. | 2017-04-08 | 1 | -2/+25 | ||
| | ||||||
* | spamd.conf is the configuration file for spamd-setup, not spamd; | 2017-03-16 | 1 | -4/+3 | ||
| | ||||||
* | update the autoconfiguration section for ip6 to use "autoconf" rather | 2017-03-10 | 1 | -9/+11 | ||
| | | | | | | | than "rtsol": the former is the new way to do things and showing two ways to do this is just confusing; ok bluhm | |||||
* | Reflect the installer change in the manual page. | 2017-03-10 | 1 | -4/+3 | ||
| | ||||||
* | gc really old stuff that's not actually in use anymore | 2017-03-01 | 1 | -34/+2 | ||
| | ||||||
* | install-depends works as expected for multi-package setups. | 2017-02-20 | 1 | -10/+6 | ||
| | | | | it's prepare that's special. | |||||
* | tighter documentation for dependency handling | 2017-02-20 | 1 | -35/+33 | ||
| | ||||||
* | more old mirror targets | 2017-02-19 | 1 | -17/+9 | ||
| | ||||||
* | more removing / simplifying of fetch stuff | 2017-02-19 | 1 | -46/+43 | ||
| | ||||||
* | trailing space | 2017-02-19 | 1 | -3/+3 | ||
| | ||||||
* | Add EDNS0 support. | 2017-02-18 | 1 | -17/+17 | ||
| | | | | | | | EDNS allows for various DNS extensions, among which UDP DNS packets size bigger than 512 bytes. The default is still to not advertize anything. ok eric@ | |||||
* | shorten description | 2017-02-18 | 1 | -9/+5 | ||
| | ||||||
* | bye bye PREFERRED_CIPHERS | 2017-02-18 | 1 | -9/+13 | ||
| | ||||||
* | bye bye addsum, use SUPDISTFILES correctly | 2017-02-18 | 1 | -11/+7 | ||
| | | | | also, NO_CHECKSUM is very specific and limited now | |||||
* | tighter introduction | 2017-02-18 | 1 | -26/+28 | ||
| | ||||||
* | modcargo-crates-1 -> modcargo-gen-crates | 2017-02-08 | 1 | -5/+5 | ||
| | | | | | | modcargo-crates-2 -> modcargo-gen-crates-licenses discussed with semarie | |||||
* | Fix Xr: syspatch(1) -> syspatch(8) | 2017-02-07 | 1 | -2/+2 | ||
| | ||||||
* | Hook installurl.5 to build. | 2017-02-07 | 1 | -2/+2 | ||
| | ||||||
* | Inline the example section: this looks better, makes 'mandoc -Tlint' happy | 2017-02-07 | 1 | -7/+6 | ||
| | | | | | | | and avoids giving the impression that one should follow the link to find examples. jmc agrees; go ahead rpe | |||||
* | fix spelling | 2017-02-06 | 1 | -2/+2 | ||
| | ||||||
* | Add a manual page for the /etc/installurl file. | 2017-02-06 | 1 | -0/+44 | ||
| | | | | | With help from and OK tb@ jmc@ OK ajacoutot@ deraadt@ | |||||
* | Mention MODGO_LDFLAGS. | 2017-01-30 | 1 | -2/+3 | ||
| | ||||||
* | remove pesky blank line: sorry for not spotting this in previous; | 2017-01-29 | 1 | -2/+1 | ||
| | ||||||
* | Document restrictions that apply to COMMENT | 2017-01-29 | 1 | -4/+6 | ||
| | | | | better wording from jmc@, ok jmc@ sthen@ | |||||
* | in resolver(3), document that _EDNS0 and _DNSSEC are no ops; | 2017-01-24 | 1 | -5/+6 | ||
| | | | | | | | diff from kirill miazine while here, bump all the no op texts to one standard blurb; help/ok jca | |||||
* | Document KEEPKERNELS: If set to "yes" in mk.conf or in the environment, | 2017-01-24 | 1 | -2/+5 | ||
| | | | | | | | kernels are not cleaned out during "make build", but only right before they are built during "make release". ok jmc | |||||
* | Add LLVM_ARCHS description as well, to make more clear the distinction | 2017-01-23 | 1 | -9/+18 | ||
| | | | | | | | between it and CLANG_ARCHS. Clang comes before GCC in English, so sort the header itself, and move and move the whole item up. | |||||
* | quick blurb about the upcoming CLANG_ARCHS variable | 2017-01-23 | 1 | -4/+5 | ||
| | ||||||
* | "hosts" is optional; from matthew martin | 2017-01-17 | 1 | -3/+3 | ||
| | | | | ok henning | |||||
* | tweak previous; | 2017-01-16 | 1 | -4/+4 | ||
| | ||||||
* | Add some guidelines how to write regression tests to the bsd.regress.mk(5) | 2017-01-15 | 1 | -2/+73 | ||
| | | | | | | man page. The goal is that all tests behave alike to make automatic testing easy. input and OK schwarze@ | |||||
* | Add ruby 2.4 information | 2017-01-06 | 1 | -6/+6 | ||
| | ||||||
* | Document cargo module. | 2017-01-05 | 1 | -2/+80 | ||
| | | | | | Joint work with semarie, rewording from sthen@, tweaks from jmc@. ok sthen@, jmc@, semarie (cargo maintainer) | |||||
* | modfier -> modifier | 2017-01-04 | 1 | -3/+3 | ||
| | | | | From Dimitris Papastamos. | |||||
* | diff from jesper wallin to remove commas in one of the queue examples; | 2017-01-02 | 1 | -3/+3 | ||
| | | | | | | | | | since the comma is optional i chose to remove them because: - within the block it looks more consistent - less to type - the bnf doesn;t even appear to show the commas (not that i can read bnf) - i prefer it without commas | |||||
* | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | 2017-01-01 | 1 | -4/+4 | ||
| | | | | | | if they precede the noun and omit hyphens otherwise. ok tj | |||||
* | one more `e' required to mark up correctly; ok millert | 2016-12-13 | 1 | -2/+2 | ||
| | ||||||
* | Document MODFOO_post-extract. | 2016-12-13 | 1 | -2/+9 | ||
| | | | | From semarie@, ok espie@ | |||||
* | In troff, a literal backslash character needs an 'e' at the end. | 2016-12-13 | 1 | -4/+4 | ||
| | | | | The nixspam example was missing this. From Larry Hynes. | |||||
* | Update for builds with a dedicated user: BUILDUSER now defaults to build | 2016-11-19 | 1 | -7/+16 | ||
| | | | | | | and document WOBJGROUP and WOBJUMASK. Also: more consistent quotes. ok jmc | |||||
* | Add a proper annotation for portroach documentation link | 2016-11-03 | 1 | -3/+3 | ||
| | | | | OK schwarze@ | |||||
* | P is not settable enymore | 2016-10-31 | 1 | -8/+2 | ||
| | ||||||
* | Update the man page after the addition of MODPY_ABI_TAG | 2016-10-29 | 1 | -4/+5 | ||
| | | | | From sthen@ | |||||
* | H is no more | 2016-10-28 | 1 | -6/+2 | ||
| | ||||||
* | GLOBAL_AUTOCONF_CACHE is the name of a file, not 'yes'. Leftover | 2016-10-19 | 1 | -3/+2 | ||
| | | | | from KERBEROS5 removal, spotted by Raf Czlonka. |