| Age | Commit message (Expand) | Author |
| 2003-10-21 | Don't compare an int to NULL. | fvdl |
| 2003-09-23 | Remove last vsystem caller and vsystem() itself. | wiz |
| 2003-09-23 | Get rid of lots of system(3) (partly via vsystem) calls. | wiz |
| 2003-09-14 | Update pkg_install to 20030914. Changes from version 20030913 are | jlam |
| 2003-09-09 | Replace call to vsystem() with call to fexec() for speed. | jlam |
| 2003-09-08 | Allow the package entries in the pkgdbdir to be either directories or | jlam |
| 2003-09-08 | Bump date for previous. | wiz |
| 2003-09-08 | When executing "pkg_delete foo", only delete it if "foo" resolves to a | jlam |
| 2003-09-02 | Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by | jlam |
| 2003-09-01 | Replace calls to vsystem() by calls to fexec(). | tron |
| 2003-07-04 | Fix typo. | wiz |
| 2003-06-25 | deleting as non-root works fine, so don't insist on running as root | hubertf |
| 2003-06-19 | Firstly, let's give credit where credit is due - the idea came from uwe. | agc |
| 2003-06-12 | Make the "-f" switch to pkg_delete(1) into a counter. Require two "-f" | agc |
| 2003-06-05 | Set the program name via setprogname(3). | agc |
| 2003-01-10 | Introduce the notion of "preserving" an installed package. | agc |
| 2003-01-10 | Order the getopt(3) options alphabetically. | 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-11-23 | Do not abort incomplete deletion if the cwd was removed. Instead, warn, | jschauma |
| 2002-10-17 | - eliminate the hard-coding of pathnames in the default install. | christos |
| 2002-09-26 | Ispell. Begin new sentences on a new line. | wiz |
| 2002-09-24 | Sprinkle .Xrs to packages(7). | uebayasi |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-06-10 | constify and make WARNS=2 clean. | yamt |
| 2002-06-09 | - make last arg of findmatchingname void*. | yamt |
| 2002-03-12 | Improved error reporting: when a pkg pattern is given, and | hubertf |
| 2002-02-15 | print the package name on deletion errors | drochner |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-02 | Paragraph markup improvements, use Xr in one place. | wiz |
| 2001-10-04 | "it's" is short for "it is". | agc |
| 2001-07-16 | Close some memory leaks. | wiz |
| 2001-06-05 | Uppercase Dt argument. | wiz |
| 2001-04-09 | Fix date, and whitespace fixes. | wiz |
| 2001-03-05 | Add -V option to all pkgtools, which reports the version of the pkgtools. | wiz |
| 2001-03-04 | Prevent some minor descriptor leaks. | hubertf |
| 2001-01-07 | Alphabetize options. | hubertf |
| 2000-11-07 | fix up various .Nm abuses: | lukem |
| 2000-07-26 | Keep *roff from eating things. | hubertf |
| 2000-07-05 | remove extra period in SEE ALL section | msaitoh |
| 2000-06-07 | Don't use asprintf() which isn't available on NetBSD 1.3.2. | hubertf |
| 2000-05-11 | When expanding wildcards given on the command line, don't include | hubertf |
| 2000-05-07 | In require_delete(), actually use the expanded wildcard passed in via | hubertf |
| 2000-01-19 | FTP wildcard depends code, initial commit. | hubertf |
| 1999-12-01 | - Comment code | hubertf |
| 1999-09-24 | Add some sanity checks on what pkgdb_retrieve() returns. | hubertf |
| 1999-09-09 | Remove the LogDir (/var/db/pkg/foo-x.y) _after_ we've run the DEINSTALL | hubertf |
| 1999-08-24 | Bring closer to /usr/share/misc/style with the aid of indent(1). | hubertf |
| 1999-08-23 | Provide full pathnames for chgrp(1), chown(1) and chmod(1), passing | agc |