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