aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg(7): address minor nits (mostly clang-analyze complaints)Kyle Evans2021-02-122-5/+3
* pkg(7): add an -r reponame option for bootstrap and addKyle Evans2021-02-124-19/+91
* usr.sbin/pkg: Don't re-define roundup2Alex Richardson2021-01-281-2/+0
* pkg(7): rework the arguments handlingBaptiste Daroussin2021-01-062-40/+102
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-183-7/+6
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-152-8/+3
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-151-2/+2
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-142-3/+8
* fix up docs, if signature checking is enabled, the file MUST exist...John-Mark Gurney2020-11-061-6/+3
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-273-3/+5
* Use asprintf instead of sbufBaptiste Daroussin2020-10-191-8/+8
* pkg-bootstrap: complain on improper `pkg bootstrap` usageKyle Evans2020-07-221-1/+9
* pkg: Provide a friendlier message when bootstrap fails due to address resolutionTom Jones2020-06-231-4/+9
* Rework the logic for installing the pkg(8) configuration.Glen Barber2019-10-081-3/+7
* Apply r346792 (cperciva) from stable/12 to head. The original commitGlen Barber2019-09-191-0/+10
* Keep two versions of the FreeBSD.conf pkg configuration file; one whichColin Percival2019-04-243-1/+19
* Move pkg/FreeBSD.conf to usr.sbin/pkg/Brad Davis2018-07-312-0/+19
* pkg: accept -y and --yes from argumentsBaptiste Daroussin2018-04-131-0/+10
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Flush stdout before yes/no confirmations, to force questionPoul-Henning Kamp2017-05-031-0/+1
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* 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