summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* - Backout latest changes (follow symlinks: r186496, r186518).flz2009-01-062-61/+24
* Fix memory leaks introduced in last commit.flz2008-12-272-13/+3
* Follow symlinks when deleting directories.flz2008-12-252-24/+71
* Use humanize_number to report pen-sizes so people don't have to countphk2008-08-071-4/+15
* Enable the -n option of pkg_create(1).keramida2008-07-081-1/+1
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-162-16/+0
* - add: Keep dependent packages too if -K is specified.flz2008-06-121-1/+1
* - Add long options to pkg_install.flz2008-05-301-1/+1
* Bump PKG_INSTALL_VERSION to 20080528.flz2008-05-281-1/+1
* - Restore functionality broken in previous commit; we need to be able to reportpav2008-05-032-10/+13
* Optimize package registration/deregistration. Previously, when looking up thepav2008-04-112-17/+56
* Some code cleanups, including removing of stale getopt argument andkrion2007-11-101-0/+7
* Momoize the results of isinstalledpkg()krion2007-11-021-10/+56
* Add whitespace.krion2007-10-171-1/+1
* Update for INDEX-8 support.krion2007-10-171-1/+3
* - Replace rather inefficient bubble sort with a recursive depth-first search.pav2007-06-181-66/+112
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.njl2007-03-284-7/+7
* Invoke tar(1) with the -p option when installing a packageru2007-03-061-2/+2
* Cosmetic: fix indentation.des2006-08-111-2/+2
* Turn on libfetch debugging if -v was specified on the command line.des2006-07-081-0/+1
* Allow variable amounts of verbosity.obrien2006-06-122-2/+2
* Add INDEX-7 and remove trailing spaces.krion2006-04-171-3/+5
* Add -K option to pkg_add and pkg_info.flz2006-01-092-4/+27
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-071-2/+5
* Do not bitch about bsdpan modules not having origin.krion2005-09-241-1/+1
* remove a few uses of the word `really'jmg2005-06-271-2/+2
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-142-1/+8
* Use INDEX-6 for versions of FreeBSD > 600000paul2005-01-041-1/+3
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.obrien2004-10-182-0/+2
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-2/+0
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-282-2/+2
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-282-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-296-20/+40
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-294-12/+15
* - match package version numbers with relational operatorseik2004-06-292-26/+198
* - complete rewrite of the version number parsing code, restoring compatibiliy...eik2004-06-292-84/+240
* When invoking tar, make sure the mode option (-x) is first.kientzle2004-04-081-7/+6
* Fix a case of undefined behavior due to overlapping buf objects inschweikh2003-12-231-2/+3
* Backout 1.14, it seems to be causing problems with libxml buildbmilekic2003-08-041-1/+1
* Use strncmp() and not strcmp() here to properly matchbmilekic2003-08-011-1/+1
* pkg_create incorrectly does not add trailing '\n' when it receiveslioux2003-05-262-1/+23
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-172-3/+9
* Revert url.c:1.2: there was a race condition between when I producedrwatson2003-04-171-1/+1
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()rwatson2003-03-271-1/+1
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-063-15/+23
* Assume that packages passed on stdin are in bzip2 format, not gzip.bmah2002-11-141-1/+2
* Clean up a little. Don't need to include fetch.h any more, and I can'tobrien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-063-113/+145
* Whitespace cleanupdes2002-10-291-5/+5
OpenPOWER on IntegriCloud