summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0526-26/+26
* Fix pkg_add here too (didn't roll my fix in from -current/2.2).Jordan K. Hubbard1997-02-281-4/+2
* YAMFCJordan K. Hubbard1997-02-151-9/+8
* Merge-o-mat.Jordan K. Hubbard1997-02-151-2/+4
* YAMFC.Jordan K. Hubbard1997-02-141-2/+2
* Adapt to libftpio changes.Jordan K. Hubbard1997-02-071-3/+3
* Merge from HEAD.Jordan K. Hubbard1996-10-1520-70/+73
* Do my good deed for the day and merge in some recent pkg_install fixesJordan K. Hubbard1996-08-0118-169/+183
* Merge with HEAD.Alexander Langer1996-06-082-6/+6
* Phase 2 of merge - also fix things broken in phase 1.Jordan K. Hubbard1996-06-031-1/+4
* Merge from HEADJordan K. Hubbard1996-06-011-3/+9
* Merge with HEAD.Jordan K. Hubbard1996-05-279-83/+108
* Every time I swear I'll never touch this again, I end up touching it.Jordan K. Hubbard1995-11-105-104/+100
* These patches fix two problems :Jordan K. Hubbard1995-11-032-27/+43
* Sync with HEAD.Jordan K. Hubbard1995-10-312-5/+7
* Prevent slave mode from collapsing under certain circumstances.Jordan K. Hubbard1995-10-232-20/+30
* Last pen sanitize pass.Jordan K. Hubbard1995-10-153-23/+24
* Fix a few long-standing bogons in the playpen code. Don't worry, folks,Jordan K. Hubbard1995-10-151-2/+2
* Make playpens more suitable for nested use.Jordan K. Hubbard1995-10-144-60/+84
* Adapt to changes in leave_playpen().Jordan K. Hubbard1995-10-142-7/+11
* Handle chained adds by URL.Jordan K. Hubbard1995-10-143-129/+118
* Argh. NOW it's the correct version.Jordan K. Hubbard1995-10-091-4/+4
* Remove something that got committed by mistake.Jordan K. Hubbard1995-10-091-7/+1
* Bring in the first half of my changes to handle dependencies whenJordan K. Hubbard1995-10-0911-181/+249
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-08-302-0/+450
* Merge changes from the HEAD.Jordan K. Hubbard1995-08-3014-112/+130
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-134-166/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-9/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-3012-37/+37
* Only apply @mode directives to files.Jordan K. Hubbard1995-05-191-3/+3
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-101-8/+7
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-102-8/+13
* Bump the number of allowable args by a factor of 4. I just scannedJordan K. Hubbard1995-05-101-2/+2
* Document fetch-by-URL.Jordan K. Hubbard1995-05-101-1/+9
* Re-work make_dist() routine to build the tar command more reasonably.Jordan K. Hubbard1995-05-101-54/+58
* Whoops! One of my automatics was initialized to garbage. Fix it.Jordan K. Hubbard1995-04-281-2/+2
* Use mtree -U instead of -u and put back error check. Thanks Rod!Jordan K. Hubbard1995-04-281-5/+7
* Don't bother checking the return status of the mtree command - it returnsJordan K. Hubbard1995-04-271-9/+4
* Add code for dealing with URLs.Jordan K. Hubbard1995-04-263-11/+208
* Make pkg_info URL aware (and also make it use the PKG_PATH properly, likeJordan K. Hubbard1995-04-262-21/+42
* Add depend on libftp since this is now in lib.Jordan K. Hubbard1995-04-261-1/+3
* Add a great deal more error checking to various things.Jordan K. Hubbard1995-04-262-22/+44
* Further work on making all this more robust in the face of failure.Jordan K. Hubbard1995-04-262-36/+70
* Yikes! How did that typo slip past! I'd swear I compiled it. Oh well,Jordan K. Hubbard1995-04-261-2/+2
* As per Bruce's advice, use sysconf to get the max argument size andJordan K. Hubbard1995-04-261-19/+23
* Check dependencies BEFORE doing final extraction of package.Jordan K. Hubbard1995-04-262-63/+83
* My handling of the missing dependency but !Verbose was wrong. MakeJordan K. Hubbard1995-04-261-2/+7
* Use ARG_MAX instead of _POSIX_ARG_MAX: 4K is too small!Jordan K. Hubbard1995-04-241-3/+3
* Stage almost nothing through the playpen now - this should speed pkg_createsJordan K. Hubbard1995-04-221-24/+38
* Export the min_free() function.Jordan K. Hubbard1995-04-223-7/+23