aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* pkg: Allocate a suitably-sized string for the local ABIJohn Baldwin2023-11-161-9/+12
* pkg: use https by defaultBaptiste Daroussin2023-09-112-2/+2
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-8/+2
* pkg(7): now that we do use libmd, use it completlyBaptiste Daroussin2023-03-093-77/+16
* pkg(7): use libmd for sha256 instead of opensslBaptiste Daroussin2023-03-094-79/+147
* Revert "grep: remove tautological condition"Kyle Evans2023-03-093-61/+0
* grep: remove tautological conditionKyle Evans2023-03-093-0/+61
* pkg(8): Remove a double word in a source code commentGordon Bergling2022-09-041-2/+2
* pkg: Add limited --debug/-d supportBrooks Davis2022-08-242-4/+24
* /usr/sbin/pkg: don't sleep on fetch failureJohn Hood2022-07-281-3/+1
* pkg.7: Clean up mdocMateusz Piotrowski2022-06-301-18/+16
* pkg-bootstrap: use latest package set on arm64 stable branchesEd Maste2022-06-131-1/+1
* pkgbase: Add a FreeBSD-pkg-bootstrap packageEmmanuel Vadot2021-12-211-0/+2
* pkg: fix regression that breaks bootstrap from not a current directory.Gleb Smirnoff2021-09-101-1/+5
* pkg: use specific CONFSNAME_${file} for FreeBSD.confKyle Evans2021-08-061-2/+3
* pkg: allow multiple add arguments againKyle Evans2021-08-061-4/+50
* pkg(7): replace usage of sbuf(9) with open_memstream(3)Baptiste Daroussin2021-04-293-46/+56
* pkg(7): indentation fixesBaptiste Daroussin2021-04-291-2/+2
* Make pkg(7) use environment variables specified in pkg.confMoritz Schmitt2021-04-272-4/+27
* pkg: settle the uniq extension to .pkg instead of .bsdBaptiste Daroussin2021-03-161-1/+1
* pkg(7): when bootstrapping first search for pkg.bsd file then pkg.txzBaptiste Daroussin2021-03-151-14/+29
* 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