summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* Rework privatelib/internallibbapt2014-08-061-1/+1
* When we fail to extract the pkg binaries (for example, / is read-only),gavin2014-07-161-1/+2
* Remove ia64.marcel2014-07-071-1/+0
* Import libucl 0.4.0bapt2014-04-222-6/+6
* Add missing LIBM to DPADD from r263650bdrewery2014-03-241-1/+1
* Fix build with libucl 20140321bdrewery2014-03-221-1/+1
* Fix ASSUME_ALWAYS_YES not being parsed properly from config after UCL convers...bdrewery2014-03-141-0/+4
* Fix ABI from /usr/local/etc/pkg.conf not being respected.bdrewery2014-03-141-0/+11
* Remove a useless newline, warnx already appends a newlinebapt2014-02-231-1/+1
* Update my copyrightbapt2014-02-232-2/+2
* Switch pkg(7) from libyaml to libuclbapt2014-02-233-146/+82
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...bapt2014-01-201-0/+1
* Fix yet another typobapt2013-12-231-1/+1
* Fix typosbapt2013-12-231-4/+4
* Do not print a question in non-interractive mode but explain why boostrappingbapt2013-12-231-2/+9
* Fix multi-repository support by properly respecting 'enabled' flag.bdrewery2013-12-123-15/+186
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...bapt2013-11-251-24/+0
* Follow-up to r258227 and document 'enabled' as a boolean instead ofbdrewery2013-11-191-2/+2
* argc is now usedbapt2013-11-161-1/+1
* Remove useless checks for NULL pointer before free(3)bdrewery2013-11-111-8/+4
* Do not use just freed memory.glebius2013-11-111-2/+2
* Remove condition which can never be true as the previous loopbdrewery2013-11-051-3/+0
* Use proper capitalization for FreeBSD.orgbdrewery2013-11-051-2/+2
* Add -f support to 'pkg bootstrap' and 'pkg add' to force installationbdrewery2013-11-012-23/+61
* A few minor mdoc improvements.joel2013-10-301-5/+5
* Add a pkg(7) manpage for bootstrapbdrewery2013-10-302-1/+263
* Add a 'pkg bootstrap' command which will bootstrap pkg(8) withoutbdrewery2013-10-301-0/+9
* Fix build with GCC.bdrewery2013-10-261-1/+2
* Link in libcrypto as well to fix build in some cases.bdrewery2013-10-261-2/+3
* Add support to check the signature of a local pkg.txz file beingbdrewery2013-10-261-12/+47
* Tell which fingerprint pkg is being validated against.bdrewery2013-10-261-14/+29
* Support checking signature for pkg bootstrap.bdrewery2013-10-264-45/+613
* Be verbose and tell where pkg(8) is being bootstrapped from.bdrewery2013-10-261-1/+2
* Add support for reading configuration files from /etc/pkg.bdrewery2013-10-262-31/+103
* Wrap long linesbdrewery2013-10-262-6/+12
* Add support for using "pkg+http://" for the PACKAGESITE.bdrewery2013-10-243-1/+9
* Fix build with gccbapt2013-10-231-6/+6
* Allow to bootstrap by doing pkg add ./a/path/to/a/pkg_package.txzbapt2013-10-231-0/+16
* Improve SRV records support for the pkg(8) bootstrap:bapt2013-10-233-3/+92
* Improve bootstrapping messagegavin2013-10-191-1/+1
* Rename libbsdyml to libyaml, make private, and bumpbdrewery2013-10-142-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
OpenPOWER on IntegriCloud