summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/perform.c
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-311-709/+0
* Do not change owner, group, or mode when package database directory andjkim2012-09-141-1/+1
* Let pkg_add use the ENV variable PACKAGESUFFIX. Thisjpaetzel2012-05-301-4/+13
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+1
* Various fixes.flz2010-04-011-7/+17
* Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.brian2009-07-051-0/+2
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-191-13/+49
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-161-4/+0
* - add: Keep dependent packages too if -K is specified.flz2008-06-121-1/+1
* - Restore functionality broken in previous commit; we need to be able to reportpav2008-05-031-15/+19
* Optimize package registration/deregistration. Previously, when looking up thepav2008-04-111-24/+62
* Improve style a little and remove one always-true condition.rdivacky2008-03-301-3/+3
* Add -i option for package installation without fetching andkrion2007-11-101-1/+5
* Add -F option to not fail on already installed packages.phk2006-03-091-3/+3
* Add -K option to pkg_add and pkg_info.flz2006-01-091-4/+7
* Add -P flag, it does the same as the -p option, except that thekrion2005-11-121-2/+7
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-7/+11
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-4/+5
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-1/+31
* When installing package from a local file assume that all subsequentsobomax2002-09-031-2/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-251-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-35/+67
* DTRT for packages read from STDIN:murray2002-04-021-3/+4
* Fix SCM ID's.obrien2002-04-011-5/+3
* WARNS=2 cleanup.sobomax2001-10-101-12/+12
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-081-8/+12
* Remove duplicate umask(2) call.sobomax2001-08-151-1/+0
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-4/+4
* Usability tweak:sobomax2001-08-021-13/+13
* Properly quote recursive pkg_add operations so that filenames withjkh2001-06-111-1/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-2/+6
* Fix a bug arised from the ')' in the wrong place when calling printf()-likesobomax2001-01-151-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* Redirect stdout from mtree to /dev/null; we don't really need to knowasami2000-01-031-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-5/+5
* Make it possible to have separate install scripts as well as havejkh1998-12-161-11/+37
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-6/+7
* Fail as documented when a dependency cannot be foundjkh1998-09-081-1/+7
* Fix recursive package add problem (for on-disk package files) I introducedjkh1998-08-271-3/+6
* Avoid race-conditions on playpen delete.eivind1998-07-171-2/+5
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-8/+13
* I must have been smoking crack when I made this change. Using sh -cjkh1998-01-211-4/+4
* MF22: fix to install script handling.jkh1998-01-171-4/+4
* Don't assume install script is directly runnable - use sh -c.jkh1998-01-081-4/+4
* - do string-magic on the right variable when tryingjkh1997-10-181-2/+2
OpenPOWER on IntegriCloud