| Commit message (Expand) | Author | Age | Files | Lines |
* | After around 20 years of duty it is time for pkg_install to retire | Baptiste Daroussin | 2013-10-31 | 1 | -425/+0 |
* | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -1/+1 |
* | Print the package name on deletion errors. | Sergey Kandaurov | 2011-09-16 | 1 | -2/+2 |
* | Backout libinstall.a -> libpkg commit. | Florent Thoumie | 2011-05-17 | 1 | -1/+1 |
* | - Take libinstall.a out of pkg_install and make it a proper shared library. | Florent Thoumie | 2010-04-23 | 1 | -1/+1 |
* | Various fixes. | Florent Thoumie | 2010-04-01 | 1 | -6/+14 |
* | - Restore functionality broken in previous commit; we need to be able to report | Pav Lucistnik | 2008-05-03 | 1 | -2/+5 |
* | Optimize package registration/deregistration. Previously, when looking up the | Pav Lucistnik | 2008-04-11 | 1 | -10/+26 |
* | Fix segfault while running with -a option and deinstalling broken | Kirill Ponomarev | 2007-11-10 | 1 | -1/+1 |
* | - pkg_add spawns itself as argv[0] when installing dependent packages, to | Oliver Eikemeier | 2004-06-29 | 1 | -3/+3 |
* | - pkg_info: flag -r: (show packages this packages depends on (documentation c... | Oliver Eikemeier | 2004-06-29 | 1 | -27/+43 |
* | - match package version numbers with relational operators | Oliver Eikemeier | 2004-06-29 | 1 | -0/+1 |
* | Fix a long-standing bug where if the package being deleted had no | Dag-Erling Smørgrav | 2003-02-25 | 1 | -13/+11 |
* | - Make use of DEPOROGINs (if there are any) when installing package; | Maxim Sobolev | 2002-05-14 | 1 | -16/+40 |
* | replace __FUNCTION__ with standardized __func__. | Alfred Perlstein | 2002-05-11 | 1 | -6/+6 |
* | fix build: | Alfred Perlstein | 2002-05-11 | 1 | -4/+7 |
* | Fix SCM ID's. | David E. O'Brien | 2002-04-01 | 1 | -5/+3 |
* | Various fixes and improvements: | Maxim Sobolev | 2001-09-19 | 1 | -65/+87 |
* | Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L... | Maxim Sobolev | 2001-08-02 | 1 | -5/+2 |
* | Usability tweak: | Maxim Sobolev | 2001-08-02 | 1 | -9/+9 |
* | Style policy: reformat multiline comments to conform to style(9). | Maxim Sobolev | 2001-05-17 | 1 | -3/+6 |
* | When creating a package sort dependencies in such a way that if dependency | Maxim Sobolev | 2001-03-15 | 1 | -68/+3 |
* | When called with the "-n" command line argument, pkg_delete | Ollivier Robert | 2001-03-04 | 1 | -5/+4 |
* | - Merge recently added into pkg_info(1) regex/glob matching functionality into | Maxim Sobolev | 2001-02-27 | 1 | -1/+37 |
* | Fix a typo, that in some cases may lead to incorrect packages reordering. | Maxim Sobolev | 2001-02-21 | 1 | -1/+1 |
* | Improve pkg_delete(1) behaviour when deleting several packages at once. | Maxim Sobolev | 2001-02-19 | 1 | -3/+74 |
* | Cause fatal error messages to be a little more helpful to the programmer | Jordan K. Hubbard | 2000-10-22 | 1 | -4/+4 |
* | Use `rm -f` if the -f (force) option was given. | Tim Vanderhoek | 2000-06-02 | 1 | -1/+1 |
* | Fix bogon in previous commit: pass a string argument to printf(3) to | Sheldon Hearn | 2000-01-11 | 1 | -2/+2 |
* | Use a more helpful fatal error message than "Toto! This doesn't look | Sheldon Hearn | 2000-01-11 | 1 | -2/+2 |
* | $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 | -3/+3 |
* | Make it possible to have separate install scripts as well as have | Jordan K. Hubbard | 1998-12-16 | 1 | -4/+66 |
* | Fix bug where trailing slash could confuse the registry removal. | Jordan K. Hubbard | 1998-11-11 | 1 | -1/+7 |
* | correct usage of cleanup() everywhere - this became bogus when the warnx/errx | Jordan K. Hubbard | 1998-09-11 | 1 | -10/+15 |
* | Don't return from cleanup() - if it's removed the playpen then very | Jordan K. Hubbard | 1997-10-13 | 1 | -1/+2 |
* | Use err(3). Cosmetics in usage string and man page. | Philippe Charnier | 1997-10-08 | 1 | -23/+28 |
* | Protect against missing initial @cwd. Closes PR#2893 | Jordan K. Hubbard | 1997-03-06 | 1 | -3/+7 |
* | 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 | -4/+4 |
* | Make pkg_install understand and use libftpio instead of its own | Jordan K. Hubbard | 1996-06-20 | 1 | -3/+3 |
* | Bring my pkg_install improvements forward from 2.1. | Jordan K. Hubbard | 1995-11-12 | 1 | -5/+10 |
* | Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the | Jordan K. Hubbard | 1995-04-19 | 1 | -3/+8 |
* | Many of John T. Kohl's patches from NetBSD. Thanks, John! | Jordan K. Hubbard | 1994-12-06 | 1 | -5/+85 |
* | Don't let pkg_delete remove the recorded location until everything has | Jordan K. Hubbard | 1994-09-29 | 1 | -3/+3 |
* | The environment variable PKG_PREFIX is set to the first @cwd command | Satoshi Asami | 1994-05-25 | 1 | -10/+13 |
* | Fix problems with executing from current directory | Jordan K. Hubbard | 1993-10-08 | 1 | -3/+3 |
* | Lots of misc tweaks, support for arbitrary separators in pkg_info, more | Jordan K. Hubbard | 1993-09-03 | 1 | -1/+1 |
* | The release version of my package install suite. Please see man pages | Jordan K. Hubbard | 1993-08-26 | 1 | -0/+119 |