| Commit message (Expand) | Author | Age | Files | Lines |
* | Only pkg_delete the old package if the new one builds properly. | jkh | 1999-12-06 | 1 | -2/+1 |
* | Add '-l' which will match a certain status code. | billf | 1999-12-03 | 2 | -5/+25 |
* | Correct co-MAINTAINER's e-mail address. I don't know how many | billf | 1999-12-03 | 1 | -1/+1 |
* | Install man pages in the right place. This is what I get for cheating | billf | 1999-11-28 | 1 | -1/+1 |
* | Add the author as co-maintainer, a la mergemaster. | billf | 1999-11-26 | 1 | -0/+1 |
* | Welcome pkg_version into the FreeBSD source tree. | billf | 1999-11-26 | 4 | -1/+466 |
* | 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 |
* | Document the fact that pkg_add/delete passes INSTALL/DEINSTALL | max | 1999-09-11 | 1 | -0/+5 |
* | Use the appropriate macro for double quotes rather than using double | jkh | 1999-09-01 | 4 | -20/+47 |
* | Remove some $Log$ debris | peter | 1999-08-29 | 1 | -15/+0 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 34 | -35/+38 |
* | Various man page cleanup: | mpp | 1999-08-15 | 4 | -8/+8 |
* | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | billf | 1999-08-11 | 7 | -16/+22 |
* | When listing the installed packages, do it in alphabetical order. | jdp | 1999-07-30 | 1 | -9/+24 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | '?' shouldn't be in the usage string. Unknown characters are already | imp | 1999-06-24 | 4 | -8/+8 |
* | If we are going to have a case for '?' then we should define it in Options. | billf | 1999-06-23 | 4 | -8/+8 |
* | 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 |
* | Revive the PKG_ADD_BASE stuff a bit. | jkh | 1999-05-12 | 1 | -1/+2 |
* | If pkg_info is run with no args, default to "-aI". | jkh | 1999-04-27 | 1 | -2/+7 |
* | 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 |
* | document PKG_DBDIR | obrien | 1998-12-31 | 1 | -0/+13 |
* | change wording slightly to match other pkg_*.1 | obrien | 1998-12-31 | 1 | -2/+2 |
* | Make it possible to have separate install scripts as well as have | jkh | 1998-12-16 | 10 | -54/+310 |
* | Fix support for uncompressed (".tar") package types. It's not completely | asami | 1998-12-05 | 2 | -8/+24 |
* | Fix bug where trailing slash could confuse the registry removal. | jkh | 1998-11-11 | 1 | -1/+7 |
* | Unlink old contents of package when extracting new. | jkh | 1998-10-28 | 1 | -2/+2 |
* | Revert 1.33; lstat() is indeed the wrong thing to do here. I'll | jkh | 1998-10-14 | 1 | -2/+2 |
* | Correct a misleading comment. | jkh | 1998-10-12 | 1 | -2/+2 |
* | Use lstat() rather than stat in determining whether a file exists, | jkh | 1998-10-09 | 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 | 10 | -110/+181 |
* | o Set paths internally for pkg_add for tools we might want to invoke. | jkh | 1998-09-08 | 3 | -12/+16 |
* | Fix bogus suffix stripping to be less naive. | jkh | 1998-09-08 | 1 | -9/+7 |
* | Fail as documented when a dependency cannot be found | jkh | 1998-09-08 | 1 | -1/+7 |
* | Silence potentially bogus warning. | jkh | 1998-09-01 | 1 | -2/+2 |
* | Fix recursive package add problem (for on-disk package files) I introduced | jkh | 1998-08-27 | 1 | -3/+6 |
* | Don't exit() from cleanup() if we got there via a non-signal since | jkh | 1998-07-28 | 1 | -2/+3 |
* | Paranoia: use mkdtemp instead of mktemp | nectar | 1998-07-28 | 1 | -4/+3 |
* | Clarify "Cannot delete file as directory" errmessage. | hoek | 1998-07-18 | 1 | -3/+3 |
* | Avoid race-conditions on playpen delete. | eivind | 1998-07-17 | 1 | -2/+5 |