summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-11/+11
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* -CURRENT is now 500000, reflect that.billf2000-03-131-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-2/+8
* Redirect stdout from mtree to /dev/null; we don't really need to knowasami2000-01-031-2/+2
* Make `pkg_add -r package1 package2 package3 ...` work correctly.cpiazza1999-11-181-4/+6
* o Remove all of the objformat logic, it's never coming back.billf1999-09-251-16/+5
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-5/+11
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Various man page cleanup:mpp1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-5/+5
* '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.billf1999-06-231-2/+2
* Support Alpha and -CURRENT in the "-r" option case.obrien1999-06-141-9/+17
* where_arge is allocated on stack and return address is overwrittenjkh1999-06-091-3/+3
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
* Fix nasty bug where getpackagesite() will return an integer if it doesn'tbillf1999-01-281-2/+2
* Numbering typo, missed a '0'billf1999-01-261-3/+3
* Update pkg_add's remote package feature to reflect the new structure ofbillf1999-01-251-6/+6
* Style police, inline ifs.billf1999-01-181-14/+12
* enviornment -> environmentjseger1999-01-171-2/+2
* Add a new option for pkg_add, -r.billf1999-01-172-5/+67
* Make it possible to have separate install scripts as well as havejkh1998-12-162-26/+89
* Unlink old contents of package when extracting new.jkh1998-10-281-2/+2
* Correct a misleading comment.jkh1998-10-121-2/+2
* Use a more reasonable default umask in case the root umask is toojkh1998-09-141-1/+5
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-112-31/+49
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-5/+10
* 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
* Add $Id$.jkoshy1998-07-141-0/+1
* MF22: check for null pointer.jkh1998-07-041-2/+6
* Document environment variables used by pkg_{add,create,info}. Thesejkoshy1998-06-261-1/+43
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-6/+4
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-10/+4
* 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
* Quote filenames more agressively.imp1998-01-211-4/+7
* 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
* Pkg_add refused to process package whose packing list contains @exec/@unexecmax1997-10-241-2/+6
* - do string-magic on the right variable when tryingjkh1997-10-182-3/+15
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-085-99/+102
* Document pkg_add's dependency auto-install. While I'm here, fixhoek1997-09-271-6/+10
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Typo.max1997-09-131-1/+1
OpenPOWER on IntegriCloud