summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove trailing whitespace.rgrimes1995-05-303-12/+12
* Fix a long-standing bug that broke pkg_info utterly and probably madejkh1995-05-101-8/+7
* Add code for dealing with URLs.jkh1995-04-263-11/+208
* Check dependencies BEFORE doing final extraction of package.jkh1995-04-261-1/+7
* Export the min_free() function.jkh1995-04-223-7/+23
* 1. Add an new @option directive. You'll understand it better in a moment.jkh1995-04-222-10/+37
* Some patches to make deletions of non-existent files and directories slightlyjkh1995-04-221-6/+13
* Correct a bogusly formatted printf().jkh1995-04-211-2/+2
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is thejkh1995-04-191-3/+5
* 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
* More changes from John T. Kohl. Man pages, mostly.jkh1994-12-061-0/+1
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-064-26/+101
* Add a new basename_of() function.jkh1994-11-172-1/+15
* 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
* Be optionally verbose about free-space checking. I need this to ascertianjkh1994-10-081-1/+3
* Add the ability to verify that a package won't extract in the spacejkh1994-10-042-7/+32
* Don't let pkg_delete remove the recorded location until everything hasjkh1994-09-292-6/+12
* Add @srcdir option for customizing creation of packages.jkh1994-08-282-3/+9
* Argh! What a boneheaded bug! Finally fix the blank-line-in-packing listjkh1994-07-111-2/+2
* Close /dev/tty that is opened in y_or_n()...this is called many timesasami1994-06-011-1/+2
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-251-1/+3
* Add new find_plist() function.jkh1994-05-252-9/+9
* Make y_or_n() pay attention to AutoAnswer global.jkh1994-04-053-6/+17
* Added code for doing % sequence expansion, added new @unexec command.jkh1993-09-183-5/+84
* Fixed an embarassing bug with @owner, @mode & @groupjkh1993-09-121-3/+3
* Fixed bug in copying script files from absolute locationsjkh1993-09-061-2/+8
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-054-3/+51
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-037-9/+46
* Removed annoying -Walljkh1993-08-301-1/+0
OpenPOWER on IntegriCloud