Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Documentation for recently committed databases/mariadb port module. | 2015-07-17 | 1 | -2/+47 | ||
| | ||||||
* | document PKGPATHS, used together with PKGNAMES. | 2015-07-04 | 1 | -3/+13 | ||
| | | | | fix PKGNAMES description (only relates to actual BUILD_PACKAGES) | |||||
* | Update documentation for lang/go module | 2015-06-08 | 1 | -2/+117 | ||
| | | | | OK sthen@ | |||||
* | Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. | 2015-06-06 | 1 | -11/+2 | ||
| | | | | | "inet6 autoconf" was working before and rtsol should behave the same. OK phessler | |||||
* | Trim down remote(5) to reflect what is supported by cu(1). | 2015-04-24 | 1 | -272/+16 | ||
| | | | | ok sthen jmc | |||||
* | Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk. | 2015-04-05 | 1 | -4/+3 | ||
| | ||||||
* | x11/gnome/gvfs is actually a better and simpler example. | 2015-04-03 | 1 | -11/+11 | ||
| | ||||||
* | devel/dconf is going to loose its cyclic dependency soon, so change the | 2015-04-02 | 1 | -10/+10 | ||
| | | | | example to use avahi. | |||||
* | overriden -> overridden; | 2015-04-02 | 1 | -2/+2 | ||
| | ||||||
* | document MODPY_PI | 2015-04-02 | 1 | -2/+8 | ||
| | ||||||
* | no more lmccontrol; | 2015-03-31 | 1 | -3/+2 | ||
| | ||||||
* | x11/gtk+2,-guic -> x11/gtk+3,-guic | 2015-03-27 | 1 | -4/+4 | ||
| | ||||||
* | remove the first comma from constructs like ", and," and ", or,": you can use | 2015-03-13 | 1 | -3/+3 | ||
| | | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; | |||||
* | typo, frantisek holop | 2015-02-24 | 1 | -3/+3 | ||
| | ||||||
* | after some discussion with henning, document the various log options as | 2015-02-16 | 1 | -24/+34 | ||
| | | | | | | one section; some text was altered to make it read better; ok henning | |||||
* | Don't use greater-equal/less-equal symbols where "<="/">=" are intended. | 2015-02-16 | 1 | -34/+34 | ||
| | | | | | | | | Also, clean up some usage of predefined strings (which are discouraged by mandoc_char(7) for portability reasons) and improve spacing in hostapd.conf(5). ok schwarze@ | |||||
* | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | 2015-02-15 | 1 | -6/+6 | ||
| | | | | | | | Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@ | |||||
* | a shot at documenting the changed log(matches) semantics | 2015-02-12 | 1 | -3/+5 | ||
| | ||||||
* | refer to crypt_checkpass for cipher explananation | 2015-02-11 | 1 | -6/+5 | ||
| | ||||||
* | document matching on prio | 2015-02-10 | 1 | -3/+6 | ||
| | ||||||
* | properly handle opening parentheses, correctly quote vertical bars, | 2015-01-16 | 2 | -12/+16 | ||
| | | | | and do not use the legacy predefined string \*(Ba | |||||
* | escape "No" when it's not intended as a macro, and zap | 2015-01-13 | 1 | -6/+6 | ||
| | | | | trailing whitespace; | |||||
* | Documentation for postgresql.port.mk. | 2015-01-12 | 1 | -2/+39 | ||
| | ||||||
* | Use the first host of the documentation ranges for both address | 2014-12-31 | 1 | -4/+4 | ||
| | | | | families. ok jmc@ schwarze@ bluhm@ | |||||
* | fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch> | 2014-12-30 | 1 | -6/+6 | ||
| | ||||||
* | missing test-depends thingy. | 2014-12-23 | 1 | -4/+6 | ||
| | | | | explicitly document that some lists are sorted | |||||
* | Support source-hash and random with tables and dynifs; not just pools. | 2014-12-19 | 1 | -10/+6 | ||
| | | | | | | | | | This finally allows to use source-hash for dynamic loadbalancing, eg. "rdr-to <hosts> source-hash", instead of just round-robin and least-states. An older pre-siphash version of this diff was tested by many people. OK tedu@ benno@ | |||||
* | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | 2014-12-06 | 2 | -3/+163 | ||
| | | | | | | breaking the hardlink between file system entries, confusing apropos(1). Split malloc.conf(5) out of malloc(3) as suggested by deraadt@. Feedback and OK jmc@, OK deraadt@ tedu@ jasper@. | |||||
* | remove duplicate publication year; carsten dot kunze at arcor dot de | 2014-11-19 | 1 | -3/+2 | ||
| | ||||||
* | Reduce instances of `` '' in manuals. | 2014-11-15 | 2 | -8/+9 | ||
| | | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||||
* | * "shorthand" rather than "short-hand" and "short hand" | 2014-11-09 | 1 | -7/+7 | ||
| | | | | | | | (to be consistent within this page; that's what most manuals use) * misc/portscout was renamed to misc/portroach * and two typos all from <kaspars at bankovskis dot net> | |||||
* | edns0 is not currently supported: confirmed by sthen and eric | 2014-11-05 | 1 | -17/+20 | ||
| | | | | | diff From: Mike Burns (though my fix differs a bit) | |||||
* | Xr to make.1 for MAKEFILE_LIST | 2014-11-04 | 1 | -2/+5 | ||
| | ||||||
* | Add a blurb about "Discovered old directory in ..." in the man page. | 2014-11-03 | 1 | -2/+8 | ||
| | | | | | Direction/tweaks from sthen@ espie@ ok espie@ | |||||
* | localcipher is blowfish only. remove mention of ypcipher. | 2014-11-02 | 1 | -22/+4 | ||
| | ||||||
* | be a little more vague and a little less wrong about login.conf | 2014-11-02 | 1 | -4/+3 | ||
| | ||||||
* | awk script to upgrade from 4.3 passwd files is irrelevant now | 2014-11-02 | 1 | -25/+2 | ||
| | ||||||
* | Add GRAMMAR to list of sections. | 2014-10-23 | 1 | -2/+4 | ||
| | | | | ok jmc@, deraadt@ (begrudgingly) | |||||
* | rspec2 will be removed | 2014-10-17 | 1 | -7/+3 | ||
| | ||||||
* | Reorder alphabetically for test*, TEST_* and CDIAGFLAGS. | 2014-10-02 | 1 | -63/+63 | ||
| | | | | ok zhuk@ | |||||
* | document rspec3 | 2014-09-18 | 1 | -5/+8 | ||
| | | | | ok jeremy@ | |||||
* | Increase number of blowfish rounds to 8 by default when not specified in | 2014-09-17 | 1 | -4/+4 | ||
| | | | | | | | login.conf. ok deraadt@ doug@ millert@ "please commit" tedu@ | |||||
* | Tweak after recent gnome MODULE change. | 2014-09-13 | 1 | -3/+3 | ||
| | ||||||
* | document default EXTRACT_CASES support for *.tar.lzma (reminded by juanfra@) | 2014-09-13 | 1 | -4/+4 | ||
| | | | | and add more bzip2 cases | |||||
* | tweak previous; | 2014-09-08 | 1 | -2/+3 | ||
| | ||||||
* | OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis | 2014-09-08 | 1 | -4/+5 | ||
| | | | | ok jca@ | |||||
* | Additional cleanup for procfs removal | 2014-09-08 | 1 | -4/+2 | ||
| | | | | ok guenther@ | |||||
* | obvious cases of missing .An; | 2014-09-08 | 1 | -3/+3 | ||
| | | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||||
* | PORTSCOUT -> PORTROACH | 2014-09-05 | 1 | -4/+4 | ||
| | ||||||
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | 2014-09-03 | 1 | -5/+18 | ||
| | | | | | | | note in mandoc.db(5), such that man(1) -w and apropos(1) -w can report the correct filename. This is a prerequisite for letting apropos -a and man support gzip'ed manuals in the future, which doesn't work yet. |