summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/pen.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-3/+1
| | | | | copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile.
* Change min_free to return free space as an off_t instead of a size_t.alex1996-06-081-4/+4
|
* Fix to catch a stupid oversight on my part which allowed this thingjkh1996-02-091-2/+2
| | | | | to remove the current directory under certain circumstances. Submitted by: Richard J Kuhns <rjk@watson.grauel.com>
* Bring forward my changes from 2.1jkh1995-10-251-57/+67
|
* Don't be needlessly verbose in the pkg_create.jkh1995-08-281-4/+2
|
* Make the play-pen searching routine even more agile in tryingjkh1995-08-261-1/+3
| | | | to create a /usr/tmp dir if it makes sense to do so.
* Use size_t properly in all fs size ops. This kills a bugjkh1995-08-261-2/+2
| | | | | | encountered by someone who had his /tmp on a partition with 3.7GB of free space! Spotted by: Francisco Rosich Viana <rosich@power.ci.uv.es>
* Some fixes to make this "TMPDIR agile".jkh1995-08-171-14/+32
| | | | Submitted by: jmacd + some of my own fixes.
* Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.jkh1995-08-061-1/+4
| | | | Print the right thing, do the right thing. Back to you, Satoshi!
* Check dependencies BEFORE doing final extraction of package.jkh1995-04-261-1/+7
| | | | | Fix a bug where direct-extract mode would have still invoked the packing list reordering commands.
* Export the min_free() function.jkh1995-04-221-4/+5
|
* Correct a bogusly formatted printf().jkh1995-04-211-2/+2
|
* Use a more nicely formatted message when we run out of space.jkh1995-04-181-2/+2
|
* Rename TMPDIR to PKG_TMPDIR, just to make Jeff happy.. :-)jkh1995-02-161-3/+3
|
* Make pkg_install use /var/tmp instead of /tmpjkh1995-02-151-2/+2
| | | | Suggested by: hsu
* Print a better verbose message when creating packages.jkh1994-10-141-3/+7
|
* Fix bug in home directory calculation that I introduced with the free spacejkh1994-10-141-2/+2
| | | | | checking code. Fix the free space checking code, while I'm at it! ;) Thanks to Garrett for spotting the home dir problem.
* Be optionally verbose about free-space checking. I need this to ascertianjkh1994-10-081-1/+3
| | | | whether or not this always works.
* Add the ability to verify that a package won't extract in the spacejkh1994-10-041-5/+30
| | | | available. Thanks to Michael Elbel for pushing me in the right direction.
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-2/+13
|
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
| | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+63
for info.
OpenPOWER on IntegriCloud