summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Sigh, finally activate pkgwrap.c.sobomax2002-09-091-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-092-0/+99
* Don't treat unknown commands as fatal errors: they are probably justkris2002-08-311-2/+3
* Grrr.... mumble.... a linger gzip'ism still existed.obrien2002-08-261-1/+1
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-251-5/+8
* Preserve suid/gid permissions when extracting packages remotellylioux2002-08-241-1/+1
* Ensure that origin field in the packing list structure is initialised. Thissobomax2002-08-121-0/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-6/+6
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.knu2002-08-041-1/+1
* C replacement for the Perl5 code.markm2002-06-242-7/+134
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-143-24/+139
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* replace __FUNCTION__ with standardized __func__.alfred2002-05-115-23/+23
* fix build:alfred2002-05-113-21/+23
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-053-7/+32
* Handle PLIST_ORIGIN properly.sobomax2002-05-051-0/+4
* Add ability to query installed packages based on origin.sobomax2002-05-042-3/+21
* Fix SCM ID's.obrien2002-04-0110-51/+30
* Make sortdeps() working with dependency lists containing one or no elements.sobomax2002-02-201-1/+4
* Choose more paranoid modes for the temporary directory so the user can'tjkh2001-11-221-1/+1
OpenPOWER on IntegriCloud