Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-12 | document that RECURSIVE_FETCH_LIST is set to No by default. | Stuart Henderson | |
ok sturm, ajacoutot, espie. | |||
2009-05-16 | sentences shall end in a full stop; | Jason McIntyre | |
2009-05-15 | well, PATCH_SITES has been dead for years... | Marc Espie | |
2009-05-09 | - mention that configuring new GPIO pins is locked out with securelevel>0, | Stuart Henderson | |
discussed with jmc@ and Marc Balmer - clear out some .Xr from SEE ALSO that are also in the main text and not really necessary to repeat, req by jmc@. ok jmc. | |||
2009-04-23 | improve the description for the .Nd macro in a way it is not only | Igor Sobrado | |
more accurate but also a good mnemonic. ok jmc@ | |||
2009-04-13 | explicitely say that package signatures contain run time dependencies | Ingo Schwarze | |
only and no pure build dependencies; ok jmc@ | |||
2009-04-05 | /usr/X11R6/lib/xserver is more or less replaced by /usr/X11R6/lib/xorg. | Matthieu Herrb | |
Pointed by jmc@. | |||
2009-03-25 | clarify wording of examples for subpackages, pointed out by Lajos Boróczki | Stuart Henderson | |
2009-03-23 | some smtpd bits; ok jacekm gilles | Jason McIntyre | |
2009-03-05 | +glob.7 | Jason McIntyre | |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller | |
2009-03-04 | adds -p1003.1-2008 to the list of standards for the St macro. | Igor Sobrado | |
ok jmc@ | |||
2009-02-19 | reflect reality | Marc Espie | |
2009-01-24 | slightly better documentation for SKIPDIR | Marc Espie | |
2008-12-30 | document that .Cd must take args, and is neither parsed nor callable; | Jason McIntyre | |
from Kristaps D??onsons | |||
2008-12-30 | add some missing .At versions; from Kristaps D??onsons | Jason McIntyre | |
2008-12-23 | Link the directory containing the MIB definitions for snmpd(8). | Reyk Floeter | |
2008-12-12 | - note that /tmp and /var/tmp are cleaned by daily(8) | Jason McIntyre | |
- sync the descriptions of /tmp and /var/tmp whilst here requested by Ilya A. Kovalenko | |||
2008-11-30 | - .Sh macros are not parsed | Jason McIntyre | |
- document .Ss based on a diff from Kristaps D??onsons whilst here, use a consistent blurb to discuss which macros are parsed and callable; | |||
2008-09-19 | increase MAXINTERP from 64 to 128 and allow a little extra room on top | Damien Miller | |
of that for shell scripts to cover the #!, an optional space following it and a newline at the end. feedback and ok miod@ | |||
2008-09-07 | fix silly mix up in PREDEFINED STRINGS; | Jason McIntyre | |
2008-08-11 | remove a note which seems to be duplicated; ok sobrado | Jason McIntyre | |
2008-07-15 | make the version number stuff mandatory. | Marc Espie | |
Restrict specifications to the parts that actually make sense (in particular, remove most wildcard support, it's no longer a good idea in true version number handling), explain about v*, and be more specific about default package specs (since the fuzzyness in the original description predates several changes to bsd.port.mk). Also add version numbers and wildcards where they make sense so the examples are more complete. | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-15 | RFC 2822 obsoletes RFC 822; from Igor Zinovik | Jason McIntyre | |
2008-05-15 | socppc added to .Dt list; | Jason McIntyre | |
2008-05-09 | document netmpls; ok norby | Jason McIntyre | |
2008-04-02 | no more /usr/share/pf; pointed out by Rod Whitworth | Jason McIntyre | |
2008-03-03 | one more /usr/src/xenocara -> /usr/xenocara; | Jason McIntyre | |
2008-03-03 | Change the XSRCDIR default to /usr/xenocara. ok deraadt@ | Matthieu Herrb | |
2008-02-19 | Patchlevel starts at p0, not p1. Fix the example. | Landry Breuil | |
ok espie@ looks fine to ajacoutot@ | |||
2008-01-12 | document manual locking: how it works, why it's there. | Marc Espie | |
2007-08-22 | kill trailing whitespace; | Jason McIntyre | |
2007-08-15 | Simplify locking description: most things have nice default values these | Marc Espie | |
days, the casual user doesn't need more than defining LOCKDIR to get locks working on the ports tree. | |||
2007-08-02 | more cats removal; | Jason McIntyre | |
2007-07-07 | /altroot backup now documented in daily(8), not afterboot(8); | Jason McIntyre | |
from Maximilian Gass | |||
2007-06-18 | addd /usr/xobj/; from Martynas Venckus | Jason McIntyre | |
2007-06-04 | no more IPX; ok henning | Jason McIntyre | |
2007-06-01 | enforce DESCRIPTION-after-SYNOPSIS order, to appease man -h; | Jason McIntyre | |
2007-05-31 | document new .Dd format; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-27 | spellings preferred in british usage are in `/usr/share/dict/british', | Igor Sobrado | |
not in `/usr/share/dict/english' ok jmc@ | |||
2007-05-23 | no more /usr/share/ipsec; | Jason McIntyre | |
2007-04-16 | some updates to reflect xenocara; | Jason McIntyre | |
help/ok todd matthieu | |||
2007-04-13 | there is no /usr/src/lkm, apparently; | Jason McIntyre | |
2007-04-07 | document STARTDIR | Marc Espie | |
2007-03-04 | remove an unmaintainable sentence; this paragraph has made its point | Jason McIntyre | |
already; | |||
2007-02-16 | explain about RECURSIVE_FETCH_LIST in a clear way (why is mirror-maker | Marc Espie | |
taking so much time ?). Some formatting advice from jmc@ | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2006-12-23 | mark regress as a top-level target, even though it's usually not run | Marc Espie | |
by normal users. Even your average src/ developers does not know about make regress, it looks like ;-) |