summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/match.c
Commit message (Expand)AuthorAgeFilesLines
* Do not bitch about bsdpan modules not having origin.krion2005-09-241-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-1/+1
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-5/+6
* - match package version numbers with relational operatorseik2004-06-291-25/+196
* 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
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-15/+131
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-4/+4
* Fix SCM ID's.obrien2002-04-011-5/+3
* WARNS=2 cleanup.sobomax2001-10-101-9/+6
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-3/+1
* Use reallocf(3) to increase size of malloc'ed buffer instead ofsobomax2001-07-201-7/+4
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-231-9/+12
* When matching installed packages against glob keep track of which patternssobomax2001-03-141-2/+23
* Properly detect and report malloc(3) failures.sobomax2001-02-271-36/+51
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-271-0/+197
OpenPOWER on IntegriCloud