summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | 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