summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-112-3/+5
* Revive the PKG_ADD_BASE stuff a bit.jkh1999-05-121-1/+2
* Make it possible to have separate install scripts as well as havejkh1998-12-161-1/+3
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-051-3/+3
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'lljkh1998-10-141-2/+2
* Use lstat() rather than stat in determining whether a file exists,jkh1998-10-091-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-114-33/+56
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-5/+5
* Silence potentially bogus warning.jkh1998-09-011-2/+2
* Paranoia: use mkdtemp instead of mktempnectar1998-07-281-4/+3
* Clarify "Cannot delete file as directory" errmessage.hoek1998-07-181-3/+3
* Fix dependent-package loading when pkg_adding with an FTP URL. I brokejkh1998-04-121-9/+40
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-162-18/+16
* MF22: Additional paranoia in cleanup.jkh1998-01-091-2/+2
* - do string-magic on the right variable when tryingjkh1997-10-181-3/+4
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-4/+5
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-088-79/+69
* Eliminate an annoying message.jkh1997-09-021-4/+2
* Change the naming conventions for preserve'd files and also documentjkh1997-07-012-12/+43
* YAMF22 - deletes and preserve option fixes.jkh1997-06-301-21/+25
* Add support for @option preserve - moves existing files out of the wayjkh1997-06-291-4/+25
* Revert $FreeBSD$ to $Id$peter1997-02-227-7/+7
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-147-7/+7
* Use new ftpGetURL interface, as result, report FTP errorache1996-11-141-4/+7
* Fix PR#1557 - chained package dependencies using URLs didn't work.jkh1996-10-141-2/+3
* Put verbosity in the right place.jkh1996-08-011-3/+3
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-303-42/+78
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-207-498/+30
* Change min_free to return free space as an off_t instead of a size_t.alex1996-06-082-6/+6
* Fix a couple of miscellaneous bugs and make pkg_add also support readingjkh1996-03-121-7/+11
* Initialize the argument list in the unpack() routine to zero.mpp1996-02-191-1/+2
* Fix to catch a stupid oversight on my part which allowed this thingjkh1996-02-091-2/+2
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-122-61/+54
* Fix the `pkg_add relative to .' bug. Thank you, Ville!jkh1995-10-311-2/+2
* Bring forward my changes from 2.1jkh1995-10-254-93/+188
* 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
* Use size_t properly in all fs size ops. This kills a bugjkh1995-08-263-7/+5
* Some fixes to make this "TMPDIR agile".jkh1995-08-171-14/+32
* Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.jkh1995-08-061-1/+4
* Round this out. Now seems to transfer packages properly over ftpjkh1995-08-011-14/+18
* Argh! I hate my life! I can't seem to do anything right here today.jkh1995-08-012-9/+6
* Sync this up with ftp.c.asami1995-07-311-3/+0
* Remove dependency on sysinstall.jkh1995-07-311-14/+1
* Add ftp.c to makefile - that might make it work better. Sheesh!jkh1995-07-311-1/+1
* Change the environment variable this looks for from FTP_PASSIVE tojkh1995-07-301-3/+2
* Totally eliminate the dependency on libftp (which will be removed from thejkh1995-07-303-50/+505
* You can run pkg_info everywhere expect /var/db/pkg directory :-)ache1995-07-302-4/+14
* Fix coredump for -v flagache1995-07-281-2/+2
* Use lstat() instead of access() for checking file existence. It worksasami1995-06-241-2/+3
OpenPOWER on IntegriCloud