summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/pen.c
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-311-186/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-0/+186
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-186/+0
* Various fixes.Florent Thoumie2010-04-011-4/+0
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-20/+23
* Use humanize_number to report pen-sizes so people don't have to countPoul-Henning Kamp2008-08-071-4/+15
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-1/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-7/+7
* fix build:Alfred Perlstein2002-05-111-10/+10
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* Choose more paranoid modes for the temporary directory so the user can'tJordan K. Hubbard2001-11-221-1/+1
* Improve recently committed fix for -t bug.Maxim Sobolev2001-11-151-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.Maxim Sobolev2001-10-111-1/+2
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-7/+7
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-231-1/+1
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-221-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-5/+9
* Paranoia: use mkdtemp instead of mktempJacques Vidrine1998-07-281-4/+3
* Fix dependent-package loading when pkg_adding with an FTP URL. I brokeJordan K. Hubbard1998-04-121-9/+40
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-16/+14
* MF22: Additional paranoia in cleanup.Jordan K. Hubbard1998-01-091-2/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-15/+19
* 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
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-3/+1
* Change min_free to return free space as an off_t instead of a size_t.Alexander Langer1996-06-081-4/+4
* Fix to catch a stupid oversight on my part which allowed this thingJordan K. Hubbard1996-02-091-2/+2
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-57/+67
* Don't be needlessly verbose in the pkg_create.Jordan K. Hubbard1995-08-281-4/+2
* Make the play-pen searching routine even more agile in tryingJordan K. Hubbard1995-08-261-1/+3
* Use size_t properly in all fs size ops. This kills a bugJordan K. Hubbard1995-08-261-2/+2
* Some fixes to make this "TMPDIR agile".Jordan K. Hubbard1995-08-171-14/+32
* Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.Jordan K. Hubbard1995-08-061-1/+4
* Check dependencies BEFORE doing final extraction of package.Jordan K. Hubbard1995-04-261-1/+7
* Export the min_free() function.Jordan K. Hubbard1995-04-221-4/+5
* Correct a bogusly formatted printf().Jordan K. Hubbard1995-04-211-2/+2
* Use a more nicely formatted message when we run out of space.Jordan K. Hubbard1995-04-181-2/+2
* Rename TMPDIR to PKG_TMPDIR, just to make Jeff happy.. :-)Jordan K. Hubbard1995-02-161-3/+3
* Make pkg_install use /var/tmp instead of /tmpJordan K. Hubbard1995-02-151-2/+2
* Print a better verbose message when creating packages.Jordan K. Hubbard1994-10-141-3/+7
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-2/+2
* Be optionally verbose about free-space checking. I need this to ascertianJordan K. Hubbard1994-10-081-1/+3
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-041-5/+30
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-051-2/+13
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+63