aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* Fix a bad calloc(3) callBaptiste Daroussin2013-06-081-1/+1
* Fix a typo in DPADD.Antoine Brodin2013-03-101-1/+1
* Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE.Baptiste Daroussin2013-03-081-1/+1
* choose in priority the allocated ABI if any to do the ${ABI} substitution in ...Baptiste Daroussin2013-03-051-1/+1
* Add the ability to correctly read pkg.conf is exists.Baptiste Daroussin2013-03-054-171/+501
* Do not use deprecated functions from libarchiveBaptiste Daroussin2013-02-201-2/+2
* In case of failure of the pkg boostrap advice the user to either change theBaptiste Daroussin2013-02-141-0/+2
* Directly uses calloc(3) instread of malloc(3) + memset(3)Baptiste Daroussin2013-01-141-2/+1
* Remove extraneous space and new-line.Matthew Seaman2012-12-231-2/+2
* Third time's the charm. pkg -N output needs to go to stderr.Matthew Seaman2012-12-231-4/+2
* Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationMatthew Seaman2012-12-221-2/+2
* In preparation for making 'pkg -n' the one true method of determiningMatthew Seaman2012-12-211-0/+10
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andBaptiste Daroussin2012-12-054-9/+222
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-8/+3
* Fix confirmation logic when detecting a ttyBaptiste Daroussin2012-08-241-3/+3
* - change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8)Baptiste Daroussin2012-08-241-3/+5
* Make pkg bootstrap program ask for confirmation before proceeding.Alexander Kabaev2012-07-151-1/+35
* Add missing \n when generating pkg.confBaptiste Daroussin2012-05-211-1/+1
* - close the open file after fetchingBaptiste Daroussin2012-05-011-3/+27
* - Use _PATH_TMP instead of hardcoded /tmpBaptiste Daroussin2012-04-162-95/+100
* - Fix style(9) bugs + inconsistenciesBaptiste Daroussin2012-04-151-32/+29
* Do not do double initialisationBaptiste Daroussin2012-04-151-2/+2
* add usr.sbin/pkg which is a bootstrap tool for pkgng.Baptiste Daroussin2012-04-153-0/+471