summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* MFC r263181:bdrewery2014-03-221-0/+4
* MFC r263180:bdrewery2014-03-221-0/+11
* r262400,r262401,r262418bapt2014-03-113-148/+84
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...bapt2014-01-251-0/+1
* MFC r259266:bdrewery2013-12-193-15/+186
* MFC r258550:gjb2013-11-301-24/+0
* MFC r258348:bdrewery2013-11-291-2/+2
* Merge r257945 from head:glebius2013-11-141-2/+2
* MFC r257668:bdrewery2013-11-071-2/+2
* MFC r257505:bdrewery2013-11-042-23/+61
* MFC r257378,r257400,r257402,r257440:bdrewery2013-11-032-1/+263
* MFC r257377:bdrewery2013-11-031-0/+9
* MFC: r256770,r257142,r257145,r257146,r257147,r257148,bdrewery2013-10-294-89/+788
* MFC r257051:bdrewery2013-10-293-1/+9
* MFC: r256968, r256971, r256978bapt2013-10-293-3/+108
* MFC r256450:bdrewery2013-10-232-3/+6
* Cleanup elf macrosbapt2013-09-111-7/+3
* Add support to detect arm vs armv6bapt2013-09-101-12/+202
* Fix detection of arm ABIsbapt2013-07-281-5/+17
* Fix a bad calloc(3) callbapt2013-06-081-1/+1
* Fix a typo in DPADD.antoine2013-03-101-1/+1
* Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE.bapt2013-03-081-1/+1
* choose in priority the allocated ABI if any to do the ${ABI} substitution in ...bapt2013-03-051-1/+1
* Add the ability to correctly read pkg.conf is exists.bapt2013-03-054-171/+501
* Do not use deprecated functions from libarchivebapt2013-02-201-2/+2
* In case of failure of the pkg boostrap advice the user to either change thebapt2013-02-141-0/+2
* Directly uses calloc(3) instread of malloc(3) + memset(3)bapt2013-01-141-2/+1
* Remove extraneous space and new-line.matthew2012-12-231-2/+2
* Third time's the charm. pkg -N output needs to go to stderr.matthew2012-12-231-4/+2
* Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationmatthew2012-12-221-2/+2
* In preparation for making 'pkg -n' the one true method of determiningmatthew2012-12-211-0/+10
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andbapt2012-12-054-9/+222
* More -Wmissing-variable-declarations fixes.ed2012-10-191-8/+3
* Fix confirmation logic when detecting a ttybapt2012-08-241-3/+3
* - change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8)bapt2012-08-241-3/+5
* Make pkg bootstrap program ask for confirmation before proceeding.kan2012-07-151-1/+35
* Add missing \n when generating pkg.confbapt2012-05-211-1/+1
* - close the open file after fetchingbapt2012-05-011-3/+27
* - Use _PATH_TMP instead of hardcoded /tmpbapt2012-04-162-95/+100
* - Fix style(9) bugs + inconsistenciesbapt2012-04-151-32/+29
* Do not do double initialisationbapt2012-04-151-2/+2
* add usr.sbin/pkg which is a bootstrap tool for pkgng.bapt2012-04-153-0/+471
OpenPOWER on IntegriCloud