| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -3/+3 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 6 | -11/+11 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 2 | -46/+46 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+2 |
| * | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -6/+6 |
| * | Add -q to usage() and mark the "index" argument as optional. | Ruslan Ermilov | 2005-01-11 | 1 | -1/+1 |
| * | Update the INDEX file to INDEX-6 | Paul Richards | 2005-01-04 | 1 | -5/+5 |
| * | Use INDEX-6 for versions of FreeBSD > 600000 | Paul Richards | 2005-01-04 | 1 | -1/+3 |
| * | NOCRYPT -> NO_CRYPT | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Add a -q flag to pkg_version. It suppresses the output of <,=,>. | David E. O'Brien | 2004-10-18 | 7 | -8/+23 |
| * | Set the real limits on 5-current, add 5-stable, add 6-current. | David E. O'Brien | 2004-10-17 | 1 | -1/+3 |
| * | Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. | Ruslan Ermilov | 2004-08-12 | 7 | -8/+6 |
| * | typo | Oliver Eikemeier | 2004-08-11 | 1 | -1/+1 |
| * | FWIIW, make the `test' target in pkg_install/version actually work. | Oliver Eikemeier | 2004-08-11 | 1 | -1/+1 |
| * | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 2 | -2/+0 |
| * | Use the length modifier 'll' instead of 'q' to print long longs. | Stefan Farfeleder | 2004-07-28 | 3 | -4/+4 |
| * | Downgrade WARNS level to more tolerable value. Attempt to fix | Alexander Kabaev | 2004-07-28 | 7 | -14/+16 |
| * | Eliminated double whitespace. | Ruslan Ermilov | 2004-07-03 | 2 | -2/+2 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 5 | -70/+139 |
| * | - pkg_add spawns itself as argv[0] when installing dependent packages, to | Oliver Eikemeier | 2004-06-29 | 27 | -61/+97 |
| * | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | Oliver Eikemeier | 2004-06-29 | 13 | -81/+110 |
| * | - pkg_create: new flag -S (clean room installation) | Oliver Eikemeier | 2004-06-29 | 5 | -33/+74 |
| * | - match package version numbers with relational operators | Oliver Eikemeier | 2004-06-29 | 13 | -49/+403 |
| * | - complete rewrite of the version number parsing code, restoring compatibiliy... | Oliver Eikemeier | 2004-06-29 | 4 | -86/+264 |
| * | Markup and punctuation nits. | Ruslan Ermilov | 2004-06-05 | 1 | -8/+8 |
| * | Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the right | Bruce A. Mah | 2004-05-08 | 1 | -1/+3 |
| * | When invoking tar, make sure the mode option (-x) is first. | Tim Kientzle | 2004-04-08 | 1 | -7/+6 |
| * | Synopsis fixes: | Colin Percival | 2004-03-30 | 2 | -12/+8 |
| * | Add command line option for chrootdir, all pkg_add(8) operations will be | Ken Smith | 2004-03-01 | 2 | -3/+39 |
| * | This is an initial whitespace cleanup commit, new content to follow. | Ken Smith | 2004-03-01 | 1 | -19/+38 |
| * | Instead of bogusly complaining about odd file names, handle them properly | Dag-Erling Smørgrav | 2004-01-24 | 1 | -11/+27 |
| * | Try to apply consistent indentation. | Dag-Erling Smørgrav | 2004-01-24 | 1 | -20/+19 |
| * | - Properly build both crypto and non-crypto versions of the | Ruslan Ermilov | 2004-01-17 | 8 | -28/+10 |
| * | Replaced black magic with white magic. | Ruslan Ermilov | 2004-01-17 | 1 | -5/+2 |
| * | Catch up with reality with respect to the location of 4.8, 4.9, | Bruce A. Mah | 2004-01-02 | 1 | -1/+6 |
| * | Fix a case of undefined behavior due to overlapping buf objects in | Jens Schweikhardt | 2003-12-23 | 1 | -2/+3 |
| * | Correct truncation detection after use of snprintf: The case where | Jacques Vidrine | 2003-12-17 | 2 | -5/+5 |
| * | Clarify the order of arguments passed to the pre-/post-install script | Peter Pentchev | 2003-08-26 | 1 | -1/+1 |
| * | Backout 1.14, it seems to be causing problems with libxml build | Bosko Milekic | 2003-08-04 | 1 | -1/+1 |
| * | Use strncmp() and not strcmp() here to properly match | Bosko Milekic | 2003-08-01 | 1 | -1/+1 |
| * | The .Xr utility | Philippe Charnier | 2003-06-08 | 1 | -1/+2 |
| * | pkg_create incorrectly does not add trailing '\n' when it receives | Mario Sergio Fujikawa Ferreira | 2003-05-26 | 2 | -1/+23 |
| * | Add a trailing '\n' character if none is found in the information | Mario Sergio Fujikawa Ferreira | 2003-05-26 | 1 | -10/+19 |
| * | Erase whitespace at EOL. | Ruslan Ermilov | 2003-05-22 | 1 | -2/+2 |
| * | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 6 | -6/+6 |
| * | Fixed troff(1) and mdoc(7) warnings. | Ruslan Ermilov | 2003-05-18 | 1 | -1/+1 |
| * | * Add explicit conflict-checking to the package tools. Packages can | Kris Kennaway | 2003-04-17 | 9 | -18/+104 |
| * | Revert url.c:1.2: there was a race condition between when I produced | Robert Watson | 2003-04-17 | 1 | -1/+1 |
| * | - Print out an error message instead of dereferencing a NULL pointer | Robert Drehmel | 2003-04-04 | 1 | -7/+29 |