aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2414-14/+14
* - Replace rather inefficient bubble sort with a recursive depth-first search.Pav Lucistnik2007-06-181-66/+112
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.Nate Lawson2007-03-284-7/+7
* Invoke tar(1) with the -p option when installing a packageRuslan Ermilov2007-03-061-2/+2
* Cosmetic: fix indentation.Dag-Erling Smørgrav2006-08-111-2/+2
* Turn on libfetch debugging if -v was specified on the command line.Dag-Erling Smørgrav2006-07-081-0/+1
* Allow variable amounts of verbosity.David E. O'Brien2006-06-122-2/+2
* Add INDEX-7 and remove trailing spaces.Kirill Ponomarev2006-04-171-3/+5
* Add -K option to pkg_add and pkg_info.Florent Thoumie2006-01-092-4/+27
* When using @cwd %%FOO%%, we must ensure to return in the originalKirill Ponomarev2006-01-071-2/+5
* Do not bitch about bsdpan modules not having origin.Kirill Ponomarev2005-09-241-1/+1
* remove a few uses of the word `really'John-Mark Gurney2005-06-271-2/+2
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-142-1/+8
* Use INDEX-6 for versions of FreeBSD > 600000Paul Richards2005-01-041-1/+3
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.David E. O'Brien2004-10-182-0/+2
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.Ruslan Ermilov2004-08-121-2/+0
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-282-2/+2
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-282-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-296-20/+40
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-294-12/+15
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-292-26/+198
* - complete rewrite of the version number parsing code, restoring compatibiliy...Oliver Eikemeier2004-06-292-84/+240
* When invoking tar, make sure the mode option (-x) is first.Tim Kientzle2004-04-081-7/+6
* Fix a case of undefined behavior due to overlapping buf objects inJens Schweikhardt2003-12-231-2/+3
* Backout 1.14, it seems to be causing problems with libxml buildBosko Milekic2003-08-041-1/+1
* Use strncmp() and not strcmp() here to properly matchBosko Milekic2003-08-011-1/+1
* pkg_create incorrectly does not add trailing '\n' when it receivesMario Sergio Fujikawa Ferreira2003-05-262-1/+23
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-172-3/+9
* Revert url.c:1.2: there was a race condition between when I producedRobert Watson2003-04-171-1/+1
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()Robert Watson2003-03-271-1/+1
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-063-15/+23
* Assume that packages passed on stdin are in bzip2 format, not gzip.Bruce A. Mah2002-11-141-1/+2
* Clean up a little. Don't need to include fetch.h any more, and I can'tDavid E. O'Brien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersDavid E. O'Brien2002-11-063-113/+145
* Whitespace cleanupDag-Erling Smørgrav2002-10-291-5/+5
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Sigh, finally activate pkgwrap.c.Maxim Sobolev2002-09-091-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolsMaxim Sobolev2002-09-092-0/+99
* Don't treat unknown commands as fatal errors: they are probably justKris Kennaway2002-08-311-2/+3
* Grrr.... mumble.... a linger gzip'ism still existed.David E. O'Brien2002-08-261-1/+1
* Find remaining hardcoded gzip bits and change to bzip2 bits.David E. O'Brien2002-08-251-5/+8
* Preserve suid/gid permissions when extracting packages remotellyMario Sergio Fujikawa Ferreira2002-08-241-1/+1
* Ensure that origin field in the packing list structure is initialised. ThisMaxim Sobolev2002-08-121-0/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-6/+6
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-041-1/+1
* C replacement for the Perl5 code.Mark Murray2002-06-242-7/+134
* Eliminate free'ing already freed chunks.Maxim Sobolev2002-05-221-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-143-24/+139
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1