aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin2016-07-301-1/+0
* Remove some unneeded headersBaptiste Daroussin2016-01-131-7/+0
* Remove extra debug that crept inBaptiste Daroussin2015-09-081-3/+3
* Implement pubkey support for the bootstrapBaptiste Daroussin2015-09-084-35/+182
* Fix indentation, no functional changesBaptiste Daroussin2015-09-081-6/+6
* Plug a possible memory leak.Xin LI2015-08-271-1/+2
* Issue warning and refuse to proceed further if the configuredXin LI2015-08-191-2/+14
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+31
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-22/+23
| |\ | |/ |/|
| * Updated/new dependenciesSimon J. Gerraty2014-11-191-1/+0
| * Merge from head@274682Simon J. Gerraty2014-11-193-411/+23
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+3
| * | | Merge headSimon J. Gerraty2014-04-287-144/+1367
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+6
| * | | | Merge headSimon J. Gerraty2013-09-112-19/+205
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-6/+18
| |\ \ \ \ \
| * | | | | | New/updated dependenciesSimon J. Gerraty2013-04-141-0/+2
| * | | | | | sync from headSimon J. Gerraty2013-04-124-173/+505
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+1
| * | | | | | | Sync with HEAD.David E. O'Brien2013-02-084-9/+229
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-042-9/+40
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | | | | | Allow fetching pkg(8) even if servers/proxies are not passing Content-lengthBaptiste Daroussin2015-04-031-13/+6
* | | | | | | | | | Test the return of fetchParseURL(3)Baptiste Daroussin2015-02-041-1/+5
* | | | | | | | | | Plug resources leakBaptiste Daroussin2015-02-041-4/+10
* | | | | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-4/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove spurious libelf dependency.Nathan Whitehorn2014-10-281-1/+1
* | | | | | | | | Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g.Nathan Whitehorn2014-10-273-410/+22
* | | | | | | | | Rework privatelib/internallibBaptiste Daroussin2014-08-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | When we fail to extract the pkg binaries (for example, / is read-only),Gavin Atkinson2014-07-161-1/+2
* | | | | | | | Remove ia64.Marcel Moolenaar2014-07-071-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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