aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/config.c
Commit message (Expand)AuthorAgeFilesLines
* pkg(7): replace usage of sbuf(9) with open_memstream(3)Baptiste Daroussin2021-04-291-13/+20
* pkg(7): indentation fixesBaptiste Daroussin2021-04-291-2/+2
* Make pkg(7) use environment variables specified in pkg.confMoritz Schmitt2021-04-271-4/+25
* pkg(7): add an -r reponame option for bootstrap and addKyle Evans2021-02-121-9/+15
* usr.sbin/pkg: Don't re-define roundup2Alex Richardson2021-01-281-2/+0
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-181-3/+3
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+2
* Use asprintf instead of sbufBaptiste Daroussin2020-10-191-8/+8
* 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