aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
Commit message (Expand)AuthorAgeFilesLines
* sync the pkg_install tools with -CURRENT:Oliver Eikemeier2004-08-111-7/+20
* MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version).Kris Kennaway2003-08-111-0/+16
* MFC: convert our compression method to bzip2 from gzip.David E. O'Brien2002-08-311-6/+6
* MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.David E. O'Brien2002-08-201-13/+19
* MFC: rev. 1.74-1.75Akinori MUSHA2002-08-111-5/+1
* MFC: all latest changes, fixes and new features. This pretty much brings codeMaxim Sobolev2002-08-021-5/+11
* Improve the Bzip2 handling.David E. O'Brien2002-05-291-16/+15
* MFC:Maxim Sobolev2002-05-201-4/+11
* MFC:Maxim Sobolev2002-02-271-2/+5
* MFC: use maximum compression when creating .tgz packages.Maxim Sobolev2002-01-181-2/+4
* MFC: symlinks and other non-regular files handling fixes, packing list formatMaxim Sobolev2001-10-241-0/+7
* MFC: WANSify.Maxim Sobolev2001-10-231-15/+15
* MFC: allow package file to be created from a locally installed package.Maxim Sobolev2001-10-221-13/+53
* MFC:Maxim Sobolev2001-10-031-0/+1
* MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38Maxim Sobolev2001-05-171-2/+4
* MFC:Maxim Sobolev2001-03-201-5/+30
* MFC: add ability to handle bzip2-compressed packages.Maxim Sobolev2001-02-051-4/+24
* MFC:Maxim Sobolev2001-01-191-4/+1
* MFC:Maxim Sobolev2000-10-311-1/+5
* MFC: more informative errx() messages, use ISO string functions.Jordan K. Hubbard2000-10-231-12/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+4
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+15
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-5/+21
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-25/+41
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-081-2/+1
* Fix bogus suffix stripping to be less naive.Jordan K. Hubbard1998-09-081-9/+7
* Don't exit() from cleanup() if we got there via a non-signal sinceJordan K. Hubbard1998-07-281-2/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-3/+8
* MF22: Revert part of -p handling.Jordan K. Hubbard1997-11-141-1/+4
* The prefix override code was bogus. The original idea was soundJordan K. Hubbard1997-11-131-6/+1
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-2/+3
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-13/+19
* Add proper md5 comments to ports-installed packages also byJordan K. Hubbard1997-07-041-1/+2
* Add support for srcdir overrides.Jordan K. Hubbard1997-06-061-1/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-6/+1
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-2/+3
* Close a file descriptor that I had (harmlessly) left open in a childJohn Polstra1996-03-201-1/+2
* Fixed pkg_create to eliminate the limits on the size of the PLIST.John Polstra1996-02-061-31/+41
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-3/+5
* Bump the number of allowable args by a factor of 4. I just scannedJordan K. Hubbard1995-05-101-2/+2
* Re-work make_dist() routine to build the tar command more reasonably.Jordan K. Hubbard1995-05-101-54/+58
* Add a great deal more error checking to various things.Jordan K. Hubbard1995-04-261-22/+41
* 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
* 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
* Second round:Jordan K. Hubbard1995-04-221-3/+13