aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-115-23/+23
* fix build:Alfred Perlstein2002-05-113-21/+23
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-053-7/+32
* Handle PLIST_ORIGIN properly.Maxim Sobolev2002-05-051-0/+4
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-042-3/+21
* Fix SCM ID's.David E. O'Brien2002-04-0110-51/+30
* Make sortdeps() working with dependency lists containing one or no elements.Maxim Sobolev2002-02-201-1/+4
* 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
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-104-12/+103
* WARNS=2 cleanup.Maxim Sobolev2001-10-1010-94/+92
* Various fixes and improvements:Maxim Sobolev2001-09-192-10/+87
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-132-39/+2
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.Jonathan Chen2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-023-8/+6
* Cosmetics: kill blank lines at the end of file.Maxim Sobolev2001-08-021-2/+0
* Usability tweak:Maxim Sobolev2001-08-021-7/+7
* When there is a file that can't be deleted due to checksum mismatch print nameMaxim Sobolev2001-08-021-2/+1
* The security officer requested this be backed out for discussion.David E. O'Brien2001-07-281-0/+14
* Remove s_strl*(). I am not sure what was thought they accomplished.David E. O'Brien2001-07-281-14/+0
* Use reallocf(3) to increase size of malloc'ed buffer instead ofMaxim Sobolev2001-07-201-7/+4
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+3
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+2
* Use getdtablesize() instead of OPEN_MAX.Dag-Erling Smørgrav2001-06-131-1/+1
* Pass on the verbose option to fetchGetURL().Dag-Erling Smørgrav2001-06-111-3/+4
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-171-8/+18
* Clean up some of the evil string handling in this code, replaceKris Kennaway2001-05-122-0/+16
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-237-13/+83
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-153-1/+119
* When matching installed packages against glob keep track of which patternsMaxim Sobolev2001-03-141-2/+23
* Properly detect and report malloc(3) failures.Maxim Sobolev2001-02-271-36/+51
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-273-1/+208
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-222-18/+27
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* Insetad of using fileno(ftp) as stdin for tar, use a pipe and have theDag-Erling Smørgrav2000-10-291-17/+39
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-224-24/+24
* Fix symlink-to-a-dir handling in pkg_delete.Maxim Sobolev2000-09-183-6/+24
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-272-115/+33
* Do not preserve UIDs, permissions nor flags of package system files inSheldon Hearn2000-03-151-2/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchJordan K. Hubbard2000-02-191-0/+2
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aDavid E. O'Brien2000-02-081-1/+1
* Deal with package filenames which contain spaces.Jordan K. Hubbard2000-01-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-112-3/+5
* Revive the PKG_ADD_BASE stuff a bit.Jordan K. Hubbard1999-05-121-1/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+3
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-3/+3
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'llJordan K. Hubbard1998-10-141-2/+2