| Age | Commit message (Expand) | Author |
| 2007-03-02 | Links to pkgsrc(7) instead of packages(7). Bump date. | wiz |
| 2006-03-06 | Fix the "Cannot chdir" error message to actually show the | reed |
| 2005-11-05 | Add compat #ifdefs from pkgsrc, to make syncing easier between the | wiz |
| 2005-11-03 | Implement framework to store variable=value pairs about an installed package. | dillo |
| 2005-03-11 | Never access argv[i+1] before you know that argv[i] != NULL. Approved | rillig |
| 2005-02-26 | mdoc fixes: use Sq and Dq instead of ' " and '' | grant |
| 2004-12-29 | Introduce a new abstraction in the C code, called MaxPathSize. All | agc |
| 2004-12-15 | Use more markup. | wiz |
| 2004-08-13 | Bump date for new -q. | wiz |
| 2004-08-13 | Sort options in SYNOPSIS. | wiz |
| 2004-08-13 | Add all options to usage. | wiz |
| 2004-08-13 | Add a -q switch to pkg_admin, which allows it to work in a quiet manner. | agc |
| 2004-05-10 | Ensure readlink(2) result termination within buffer bounds. | kleink |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 2004-02-07 | no .Ek before .Bk. | grant |
| 2004-01-26 | Add missing flags from the synopsis. | seb |
| 2004-01-15 | At package creation time, record the targets of symbolic links which | agc |
| 2003-09-19 | Initialize cnt; from Greg A. Woods in PR 22862. | wiz |
| 2003-09-18 | Let pkg_admin(1) have a -S argument - some vendors' xargs(1) don't pass | agc |
| 2003-09-13 | Update pkg_install to version 20030912. Changes from 200230907 are | jlam |
| 2003-09-08 | Allow the package entries in the pkgdbdir to be either directories or | jlam |
| 2003-09-08 | Sort options. | wiz |
| 2003-09-08 | Bump date for previous. | wiz |
| 2003-09-08 | Add new commands "add" and "delete" to pkg_admin(1): | jlam |
| 2003-09-02 | Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by | jlam |
| 2003-06-05 | Set the program name via setprogname(3). | agc |
| 2003-04-17 | don't pass NULL as the 2nd arg to getcwd(), ala lib/path.c. | grant |
| 2003-03-24 | Consistently check findmatchingname() return value for error condition. | seb |
| 2003-03-15 | Introduce a pkgdb_dump() function, which dumps the cache file of | agc |
| 2003-01-10 | Add a pkgdb_remove_pkg() function and use it in pkg_delete(1). | agc |
| 2003-01-05 | Add an enumerated type which is used in pkgdb_open() to specify | agc |
| 2003-01-05 | Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) and | agc |
| 2002-09-26 | Ispell. Begin new sentences on a new line. | wiz |
| 2002-09-25 | Fix date. | wiz |
| 2002-09-24 | Sprinkle .Xrs to packages(7). | uebayasi |
| 2002-08-04 | Add 'pmatch' keyword: pkg_admin pmatch pattern pkg | hubertf |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-07-19 | - remove handling of PKG_ADD_BASE. | yamt |
| 2002-06-09 | - make last arg of findmatchingname void*. | yamt |
| 2002-06-09 | - free memory allocated by findbestmatchingname. | yamt |
| 2002-03-05 | Add a new packing list directive, @blddep, which notes the exact | agc |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-02 | Improve markup, sort section, sort SEE ALSO. | wiz |
| 2001-06-05 | Uppercase Dt argument. | wiz |
| 2001-04-17 | Don't warn about @src being deprecated any longer - we add it per default | hubertf |
| 2001-04-14 | Include lsall and lsbest in usage message. | hubertf |
| 2001-04-09 | Fix date, and improve markup. | wiz |
| 2001-03-05 | Add -V option to all pkgtools, which reports the version of the pkgtools. | wiz |
| 2001-02-21 | Make usage message match that of other pkg_* programs: | hubertf |
| 2001-02-19 | convert to use getprogname() | cgd |