| Commit message (Expand) | Author | Age | Files | Lines |
* | Use libfetch instead of libftpio. This adds support for http and IPv6. | des | 2000-06-27 | 1 | -2/+2 |
* | -CURRENT is now 500000, reflect that. | billf | 2000-03-13 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -5/+10 |
* | Add cross references to pkg_version(1) in all the other pkg_* man pages. | jhb | 2000-02-29 | 1 | -0/+1 |
* | 1. If checking for directory-ness, check "dir" and "dir/" to catch | jkh | 2000-02-19 | 1 | -2/+8 |
* | Redirect stdout from mtree to /dev/null; we don't really need to know | asami | 2000-01-03 | 1 | -2/+2 |
* | Make `pkg_add -r package1 package2 package3 ...` work correctly. | cpiazza | 1999-11-18 | 1 | -4/+6 |
* | o Remove all of the objformat logic, it's never coming back. | billf | 1999-09-25 | 1 | -16/+5 |
* | Use the appropriate macro for double quotes rather than using double | jkh | 1999-09-01 | 1 | -5/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 7 | -7/+7 |
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -2/+2 |
* | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | billf | 1999-08-11 | 1 | -5/+5 |
* | '?' shouldn't be in the usage string. Unknown characters are already | imp | 1999-06-24 | 1 | -2/+2 |
* | If we are going to have a case for '?' then we should define it in Options. | billf | 1999-06-23 | 1 | -2/+2 |
* | Support Alpha and -CURRENT in the "-r" option case. | obrien | 1999-06-14 | 1 | -9/+17 |
* | where_arge is allocated on stack and return address is overwritten | jkh | 1999-06-09 | 1 | -3/+3 |
* | Removed occurrences of consecutive repeated words (such as "the the"). | alex | 1999-02-12 | 1 | -2/+2 |
* | Fix nasty bug where getpackagesite() will return an integer if it doesn't | billf | 1999-01-28 | 1 | -2/+2 |
* | Numbering typo, missed a '0' | billf | 1999-01-26 | 1 | -3/+3 |
* | Update pkg_add's remote package feature to reflect the new structure of | billf | 1999-01-25 | 1 | -6/+6 |
* | Style police, inline ifs. | billf | 1999-01-18 | 1 | -14/+12 |
* | enviornment -> environment | jseger | 1999-01-17 | 1 | -2/+2 |
* | Add a new option for pkg_add, -r. | billf | 1999-01-17 | 2 | -5/+67 |
* | Make it possible to have separate install scripts as well as have | jkh | 1998-12-16 | 2 | -26/+89 |
* | Unlink old contents of package when extracting new. | jkh | 1998-10-28 | 1 | -2/+2 |
* | Correct a misleading comment. | jkh | 1998-10-12 | 1 | -2/+2 |
* | Use a more reasonable default umask in case the root umask is too | jkh | 1998-09-14 | 1 | -1/+5 |
* | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | jkh | 1998-09-11 | 2 | -31/+49 |
* | o Set paths internally for pkg_add for tools we might want to invoke. | jkh | 1998-09-08 | 1 | -5/+10 |
* | Fail as documented when a dependency cannot be found | jkh | 1998-09-08 | 1 | -1/+7 |
* | Fix recursive package add problem (for on-disk package files) I introduced | jkh | 1998-08-27 | 1 | -3/+6 |
* | Avoid race-conditions on playpen delete. | eivind | 1998-07-17 | 1 | -2/+5 |
* | Add $Id$. | jkoshy | 1998-07-14 | 1 | -0/+1 |
* | MF22: check for null pointer. | jkh | 1998-07-04 | 1 | -2/+6 |
* | Document environment variables used by pkg_{add,create,info}. These | jkoshy | 1998-06-26 | 1 | -1/+43 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -6/+4 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 1 | -10/+4 |
* | Eliminate the idea of nested "playpens" entirely - it just obfuscated | jkh | 1998-02-16 | 1 | -8/+13 |
* | I must have been smoking crack when I made this change. Using sh -c | jkh | 1998-01-21 | 1 | -4/+4 |
* | Quote filenames more agressively. | imp | 1998-01-21 | 1 | -4/+7 |
* | MF22: fix to install script handling. | jkh | 1998-01-17 | 1 | -4/+4 |
* | Don't assume install script is directly runnable - use sh -c. | jkh | 1998-01-08 | 1 | -4/+4 |
* | Pkg_add refused to process package whose packing list contains @exec/@unexec | max | 1997-10-24 | 1 | -2/+6 |
* | - do string-magic on the right variable when trying | jkh | 1997-10-18 | 2 | -3/+15 |
* | Don't return from cleanup() - if it's removed the playpen then very | jkh | 1997-10-13 | 1 | -1/+2 |
* | Use err(3). Cosmetics in usage string and man page. | charnier | 1997-10-08 | 5 | -99/+102 |
* | Document pkg_add's dependency auto-install. While I'm here, fix | hoek | 1997-09-27 | 1 | -6/+10 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
* | Typo. | max | 1997-09-13 | 1 | -1/+1 |
* | Change the naming conventions for preserve'd files and also document | jkh | 1997-07-01 | 1 | -22/+16 |