aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/config.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove some unneeded headersBaptiste Daroussin2016-01-131-7/+0
* Implement pubkey support for the bootstrapBaptiste Daroussin2015-09-081-0/+11
* Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g.Nathan Whitehorn2014-10-271-340/+21
* Import libucl 0.4.0Baptiste Daroussin2014-04-221-4/+4
* 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
* Update my copyrightBaptiste Daroussin2014-02-231-1/+1
* Switch pkg(7) from libyaml to libuclBaptiste Daroussin2014-02-231-100/+49
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...Baptiste Daroussin2014-01-201-0/+1
* Fix multi-repository support by properly respecting 'enabled' flag.Bryan Drewery2013-12-121-13/+175
* Support checking signature for pkg bootstrap.Bryan Drewery2013-10-261-1/+22
* Add support for reading configuration files from /etc/pkg.Bryan Drewery2013-10-261-31/+98
* Wrap long linesBryan Drewery2013-10-261-4/+8
* Add support for using "pkg+http://" for the PACKAGESITE.Bryan Drewery2013-10-241-1/+1
* Rename libbsdyml to libyaml, make private, and bumpBryan Drewery2013-10-141-1/+1
* Add support to detect arm vs armv6Baptiste Daroussin2013-09-101-12/+202
* Fix detection of arm ABIsBaptiste Daroussin2013-07-281-5/+17
* 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-051-0/+428