| Commit message (Expand) | Author | Age | Files | Lines |
| * | o Remove all of the objformat logic, it's never coming back. | Bill Fumerola | 1999-09-25 | 1 | -16/+5 |
| * | Document the fact that pkg_add/delete passes INSTALL/DEINSTALL | Masafumi Max NAKANE | 1999-09-11 | 1 | -0/+5 |
| * | Use the appropriate macro for double quotes rather than using double | Jordan K. Hubbard | 1999-09-01 | 4 | -20/+47 |
| * | Remove some $Log$ debris | Peter Wemm | 1999-08-29 | 1 | -15/+0 |
| * | $Header$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 34 | -35/+38 |
| * | Various man page cleanup: | Mike Pritchard | 1999-08-15 | 4 | -8/+8 |
| * | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | Bill Fumerola | 1999-08-11 | 7 | -16/+22 |
| * | When listing the installed packages, do it in alphabetical order. | John Polstra | 1999-07-30 | 1 | -9/+24 |
| * | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
| * | '?' shouldn't be in the usage string. Unknown characters are already | Warner Losh | 1999-06-24 | 4 | -8/+8 |
| * | If we are going to have a case for '?' then we should define it in Options. | Bill Fumerola | 1999-06-23 | 4 | -8/+8 |
| * | Support Alpha and -CURRENT in the "-r" option case. | David E. O'Brien | 1999-06-14 | 1 | -8/+16 |
| * | where_arge is allocated on stack and return address is overwritten | Jordan K. Hubbard | 1999-06-09 | 1 | -3/+3 |
| * | Revive the PKG_ADD_BASE stuff a bit. | Jordan K. Hubbard | 1999-05-12 | 1 | -1/+2 |
| * | If pkg_info is run with no args, default to "-aI". | Jordan K. Hubbard | 1999-04-27 | 1 | -2/+7 |
| * | Removed occurrences of consecutive repeated words (such as "the the"). | Alexander Langer | 1999-02-12 | 1 | -2/+2 |
| * | Fix nasty bug where getpackagesite() will return an integer if it doesn't | Bill Fumerola | 1999-01-28 | 1 | -2/+2 |
| * | Numbering typo, missed a '0' | Bill Fumerola | 1999-01-26 | 1 | -3/+3 |
| * | Update pkg_add's remote package feature to reflect the new structure of | Bill Fumerola | 1999-01-25 | 1 | -6/+6 |
| * | Style police, inline ifs. | Bill Fumerola | 1999-01-18 | 1 | -14/+12 |
| * | enviornment -> environment | Justin M. Seger | 1999-01-17 | 1 | -2/+2 |
| * | Add a new option for pkg_add, -r. | Bill Fumerola | 1999-01-17 | 2 | -5/+67 |
| * | document PKG_DBDIR | David E. O'Brien | 1998-12-31 | 1 | -0/+13 |
| * | change wording slightly to match other pkg_*.1 | David E. O'Brien | 1998-12-31 | 1 | -2/+2 |
| * | Make it possible to have separate install scripts as well as have | Jordan K. Hubbard | 1998-12-16 | 10 | -54/+310 |
| * | Fix support for uncompressed (".tar") package types. It's not completely | Satoshi Asami | 1998-12-05 | 2 | -8/+24 |
| * | Fix bug where trailing slash could confuse the registry removal. | Jordan K. Hubbard | 1998-11-11 | 1 | -1/+7 |
| * | Unlink old contents of package when extracting new. | Jordan K. Hubbard | 1998-10-28 | 1 | -2/+2 |
| * | Revert 1.33; lstat() is indeed the wrong thing to do here. I'll | Jordan K. Hubbard | 1998-10-14 | 1 | -2/+2 |
| * | Correct a misleading comment. | Jordan K. Hubbard | 1998-10-12 | 1 | -2/+2 |
| * | Use lstat() rather than stat in determining whether a file exists, | Jordan K. Hubbard | 1998-10-09 | 1 | -2/+2 |
| * | Use a more reasonable default umask in case the root umask is too | Jordan K. Hubbard | 1998-09-14 | 1 | -1/+5 |
| * | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | Jordan K. Hubbard | 1998-09-11 | 10 | -110/+181 |
| * | o Set paths internally for pkg_add for tools we might want to invoke. | Jordan K. Hubbard | 1998-09-08 | 3 | -12/+16 |
| * | Fix bogus suffix stripping to be less naive. | Jordan K. Hubbard | 1998-09-08 | 1 | -9/+7 |
| * | Fail as documented when a dependency cannot be found | Jordan K. Hubbard | 1998-09-08 | 1 | -1/+7 |
| * | Silence potentially bogus warning. | Jordan K. Hubbard | 1998-09-01 | 1 | -2/+2 |
| * | Fix recursive package add problem (for on-disk package files) I introduced | Jordan K. Hubbard | 1998-08-27 | 1 | -3/+6 |
| * | Don't exit() from cleanup() if we got there via a non-signal since | Jordan K. Hubbard | 1998-07-28 | 1 | -2/+3 |
| * | Paranoia: use mkdtemp instead of mktemp | Jacques Vidrine | 1998-07-28 | 1 | -4/+3 |
| * | Clarify "Cannot delete file as directory" errmessage. | Tim Vanderhoek | 1998-07-18 | 1 | -3/+3 |
| * | Avoid race-conditions on playpen delete. | Eivind Eklund | 1998-07-17 | 1 | -2/+5 |
| * | Add $Id$. | Joseph Koshy | 1998-07-14 | 2 | -0/+2 |
| * | Document `-I' and `-R' options to `pkg_info'. | Joseph Koshy | 1998-07-06 | 1 | -0/+5 |
| * | MF22: check for null pointer. | Jordan K. Hubbard | 1998-07-04 | 1 | -2/+6 |
| * | Document environment variables used by pkg_{add,create,info}. These | Joseph Koshy | 1998-06-26 | 3 | -2/+108 |
| * | Loosely document the '-s' commandline option. | Steve Price | 1998-05-24 | 1 | -1/+7 |
| * | Fix dependent-package loading when pkg_adding with an FTP URL. I broke | Jordan K. Hubbard | 1998-04-12 | 1 | -9/+40 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 4 | -29/+22 |