aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* Import libucl 0.4.0Baptiste Daroussin2014-04-222-6/+6
* Add missing LIBM to DPADD from r263650Bryan Drewery2014-03-241-1/+1
* Fix build with libucl 20140321Bryan Drewery2014-03-221-1/+1
* Fix ASSUME_ALWAYS_YES not being parsed properly from config after UCL convers...Bryan Drewery2014-03-141-0/+4
* Fix ABI from /usr/local/etc/pkg.conf not being respected.Bryan Drewery2014-03-141-0/+11
* Remove a useless newline, warnx already appends a newlineBaptiste Daroussin2014-02-231-1/+1
* Update my copyrightBaptiste Daroussin2014-02-232-2/+2
* Switch pkg(7) from libyaml to libuclBaptiste Daroussin2014-02-233-146/+82
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...Baptiste Daroussin2014-01-201-0/+1
* Fix yet another typoBaptiste Daroussin2013-12-231-1/+1
* Fix typosBaptiste Daroussin2013-12-231-4/+4
* Do not print a question in non-interractive mode but explain why boostrappingBaptiste Daroussin2013-12-231-2/+9
* Fix multi-repository support by properly respecting 'enabled' flag.Bryan Drewery2013-12-123-15/+186
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...Baptiste Daroussin2013-11-251-24/+0
* Follow-up to r258227 and document 'enabled' as a boolean instead ofBryan Drewery2013-11-191-2/+2
* argc is now usedBaptiste Daroussin2013-11-161-1/+1
* Remove useless checks for NULL pointer before free(3)Bryan Drewery2013-11-111-8/+4
* Do not use just freed memory.Gleb Smirnoff2013-11-111-2/+2
* Remove condition which can never be true as the previous loopBryan Drewery2013-11-051-3/+0
* Use proper capitalization for FreeBSD.orgBryan Drewery2013-11-051-2/+2
* Add -f support to 'pkg bootstrap' and 'pkg add' to force installationBryan Drewery2013-11-012-23/+61
* A few minor mdoc improvements.Joel Dahl2013-10-301-5/+5
* Add a pkg(7) manpage for bootstrapBryan Drewery2013-10-302-1/+263
* Add a 'pkg bootstrap' command which will bootstrap pkg(8) withoutBryan Drewery2013-10-301-0/+9
* Fix build with GCC.Bryan Drewery2013-10-261-1/+2
* Link in libcrypto as well to fix build in some cases.Bryan Drewery2013-10-261-2/+3
* Add support to check the signature of a local pkg.txz file beingBryan Drewery2013-10-261-12/+47
* Tell which fingerprint pkg is being validated against.Bryan Drewery2013-10-261-14/+29
* Support checking signature for pkg bootstrap.Bryan Drewery2013-10-264-45/+613
* Be verbose and tell where pkg(8) is being bootstrapped from.Bryan Drewery2013-10-261-1/+2
* Add support for reading configuration files from /etc/pkg.Bryan Drewery2013-10-262-31/+103
* Wrap long linesBryan Drewery2013-10-262-6/+12
* Add support for using "pkg+http://" for the PACKAGESITE.Bryan Drewery2013-10-243-1/+9
* Fix build with gccBaptiste Daroussin2013-10-231-6/+6
* Allow to bootstrap by doing pkg add ./a/path/to/a/pkg_package.txzBaptiste Daroussin2013-10-231-0/+16
* Improve SRV records support for the pkg(8) bootstrap:Baptiste Daroussin2013-10-233-3/+92
* Improve bootstrapping messageGavin Atkinson2013-10-191-1/+1
* Rename libbsdyml to libyaml, make private, and bumpBryan Drewery2013-10-142-3/+6
* Cleanup elf macrosBaptiste Daroussin2013-09-111-7/+3
* Add support to detect arm vs armv6Baptiste Daroussin2013-09-101-12/+202
* Fix detection of arm ABIsBaptiste Daroussin2013-07-281-5/+17
* 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