| Commit message (Expand) | Author | Age | Files | Lines |
| * | sync the pkg_install tools with -CURRENT: | Oliver Eikemeier | 2004-08-11 | 1 | -7/+15 |
| * | MFC: avoid potential buffer overflow in format_cmd(). | Dag-Erling Smørgrav | 2004-01-27 | 1 | -1/+1 |
| * | MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version). | Kris Kennaway | 2003-08-11 | 1 | -2/+12 |
| * | MFC: rev 1.49 | Mario Sergio Fujikawa Ferreira | 2003-06-09 | 1 | -0/+1 |
| * | MFC: Reduce private "lesser known" function redirection to improve clarity. | David E. O'Brien | 2002-08-31 | 1 | -2/+0 |
| * | MFC: all latest changes, fixes and new features. This pretty much brings code | Maxim Sobolev | 2002-08-02 | 1 | -1/+5 |
| * | MFC: symlinks and other non-regular files handling fixes, packing list format | Maxim Sobolev | 2001-10-24 | 1 | -0/+8 |
| * | MFC: WANSify. | Maxim Sobolev | 2001-10-23 | 1 | -32/+31 |
| * | MFC: | Maxim Sobolev | 2001-10-03 | 1 | -0/+8 |
| * | MFC: | Maxim Sobolev | 2001-09-18 | 1 | -2/+4 |
| * | MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38 | Maxim Sobolev | 2001-05-17 | 1 | -0/+4 |
| * | MFC: | Maxim Sobolev | 2001-03-20 | 1 | -0/+4 |
| * | MFC: | Maxim Sobolev | 2001-03-05 | 1 | -0/+8 |
| * | MFC: proper parsing of package names, spelling fixes, updates | Jordan K. Hubbard | 2000-09-20 | 1 | -0/+1 |
| * | MFC: Use libfetch | Dag-Erling Smørgrav | 2000-07-16 | 1 | -8/+6 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | Bill Fumerola | 1999-08-11 | 1 | -1/+2 |
| * | Make it possible to have separate install scripts as well as have | Jordan K. Hubbard | 1998-12-16 | 1 | -1/+3 |
| * | Eliminate the idea of nested "playpens" entirely - it just obfuscated | Jordan K. Hubbard | 1998-02-16 | 1 | -2/+2 |
| * | Use err(3). Cosmetics in usage string and man page. | Philippe Charnier | 1997-10-08 | 1 | -2/+1 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Add MD5 checksums to packing list for all files during pkg_create and use | Jordan K. Hubbard | 1996-07-30 | 1 | -12/+13 |
| * | Make pkg_install understand and use libftpio instead of its own | Jordan K. Hubbard | 1996-06-20 | 1 | -1/+4 |
| * | Change min_free to return free space as an off_t instead of a size_t. | Alexander Langer | 1996-06-08 | 1 | -2/+2 |
| * | Bring forward my changes from 2.1 | Jordan K. Hubbard | 1995-10-25 | 1 | -4/+5 |
| * | Use size_t properly in all fs size ops. This kills a bug | Jordan K. Hubbard | 1995-08-26 | 1 | -2/+2 |
| * | You can run pkg_info everywhere expect /var/db/pkg directory :-) | Andrey A. Chernov | 1995-07-30 | 1 | -1/+2 |
| * | Add code for dealing with URLs. | Jordan K. Hubbard | 1995-04-26 | 1 | -2/+7 |
| * | Export the min_free() function. | Jordan K. Hubbard | 1995-04-22 | 1 | -1/+3 |
| * | 1. Add an new @option directive. You'll understand it better in a moment. | Jordan K. Hubbard | 1995-04-22 | 1 | -2/+4 |
| * | Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the | Jordan K. Hubbard | 1995-04-19 | 1 | -3/+5 |
| * | Many of John T. Kohl's patches from NetBSD. Thanks, John! | Jordan K. Hubbard | 1994-12-06 | 1 | -4/+8 |
| * | Add a new basename_of() function. | Jordan K. Hubbard | 1994-11-17 | 1 | -1/+2 |
| * | Add the ability to verify that a package won't extract in the space | Jordan K. Hubbard | 1994-10-04 | 1 | -2/+2 |
| * | Don't let pkg_delete remove the recorded location until everything has | Jordan K. Hubbard | 1994-09-29 | 1 | -2/+2 |
| * | Add @srcdir option for customizing creation of packages. | Jordan K. Hubbard | 1994-08-28 | 1 | -2/+2 |
| * | The environment variable PKG_PREFIX is set to the first @cwd command | Satoshi Asami | 1994-05-25 | 1 | -1/+3 |
| * | Add new find_plist() function. | Jordan K. Hubbard | 1994-05-25 | 1 | -2/+2 |
| * | Make y_or_n() pay attention to AutoAnswer global. | Jordan K. Hubbard | 1994-04-05 | 1 | -1/+5 |
| * | Added code for doing % sequence expansion, added new @unexec command. | Jordan K. Hubbard | 1993-09-18 | 1 | -2/+4 |
| * | Made staging area configurable rather than assuming /tmp (-t) | Jordan K. Hubbard | 1993-09-05 | 1 | -1/+3 |
| * | Lots of misc tweaks, support for arbitrary separators in pkg_info, more | Jordan K. Hubbard | 1993-09-03 | 1 | -2/+4 |
| * | The release version of my package install suite. Please see man pages | Jordan K. Hubbard | 1993-08-26 | 1 | -0/+143 |