summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/perform.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-2/+4
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-5/+30
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-4/+24
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packagesobomax2001-01-161-4/+1
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-231-1/+5
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-12/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-3/+4
* Make it possible to have separate install scripts as well as havejkh1998-12-161-1/+15
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-051-5/+21
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-25/+41
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-2/+1
* Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
* Don't exit() from cleanup() if we got there via a non-signal sincejkh1998-07-281-2/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-3/+8
* MF22: Revert part of -p handling.jkh1997-11-141-1/+4
* The prefix override code was bogus. The original idea was soundjkh1997-11-131-6/+1
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-2/+3
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-13/+19
* Add proper md5 comments to ports-installed packages also byjkh1997-07-041-1/+2
* Add support for srcdir overrides.jkh1997-06-061-1/+9
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-6/+1
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-2/+3
* Close a file descriptor that I had (harmlessly) left open in a childjdp1996-03-201-1/+2
* Fixed pkg_create to eliminate the limits on the size of the PLIST.jdp1996-02-061-31/+41
* Bring forward my changes from 2.1jkh1995-10-251-3/+5
* Bump the number of allowable args by a factor of 4. I just scannedjkh1995-05-101-2/+2
* Re-work make_dist() routine to build the tar command more reasonably.jkh1995-05-101-54/+58
* Add a great deal more error checking to various things.jkh1995-04-261-22/+41
* Yikes! How did that typo slip past! I'd swear I compiled it. Oh well,jkh1995-04-261-2/+2
* As per Bruce's advice, use sysconf to get the max argument size andjkh1995-04-261-19/+23
* Use ARG_MAX instead of _POSIX_ARG_MAX: 4K is too small!jkh1995-04-241-3/+3
* Stage almost nothing through the playpen now - this should speed pkg_createsjkh1995-04-221-24/+38
* Second round:jkh1995-04-221-3/+13
* Argh - missed a printf! That should be the last of plist-spewers.jkh1995-04-221-2/+2
* Don't spew garbage into the packing list when PlistOnly and verbose arejkh1995-04-221-3/+3
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-221-2/+11
* Neither of these tools really told you what you needed to know neatlyjkh1995-04-101-6/+13
* Add true support for dependency lists.jkh1995-04-091-1/+9
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-1/+15
* Don't create packages with bogus @name lines.jkh1994-11-171-2/+2
* This should do it - I forgot about pkg_info.jkh1994-10-141-2/+2
* My last commit to bsd.port.mk made me think - `pkg_create -p ...' shouldjkh1994-10-041-5/+7
* Allow creation of absolute package namesadam1994-08-291-3/+6
* Change in_plist() call to find_plist().jkh1994-05-251-2/+2
* Add `-h' option to force tar to follow symbolic linksalm1994-05-191-1/+3
* Doc new % sequence expansion for command execution.jkh1993-09-181-2/+2
OpenPOWER on IntegriCloud