aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
Commit message (Expand)AuthorAgeFilesLines
* pkg.conf: Use kmod repositoriesColin Percival2025-05-292-0/+14
* pkg.7: Add example for fetching package for different FreeBSD versionsChristos Margiolis2025-04-081-1/+6
* pkg: Fix Coverity warningsMark Johnston2025-03-262-8/+11
* pkg(7): expand VERSION_MAJOR, VERSION_MINOR, RELEASE and OSNAMEBaptiste Daroussin2025-03-061-0/+17
* pkg(7): support configuration overwrite like pkg(8)Baptiste Daroussin2025-03-061-12/+41
* pkg: make sure the repositories have at least an urlBaptiste Daroussin2025-03-061-10/+18
* pkg: clean support for repositoriesBaptiste Daroussin2025-03-063-115/+216
* pkg: include missing <string.h>Kyle Evans2025-01-121-0/+1
* pkg: finish adding the ECC signer and signature type bitsKyle Evans2025-01-114-20/+711
* pkg: add a pkgsign_verify_data callbackKyle Evans2025-01-113-19/+65
* pkg: abstract rsa out behind a pkgsign APIKyle Evans2025-01-113-9/+110
* pkg: refactor out a pkg_read_fd()Kyle Evans2025-01-112-13/+29
* pkg: pull rsa bits out of pkg.cKyle Evans2025-01-114-130/+207
* pkg: improve error messageEd Maste2024-10-111-1/+5
* pkg: prefer .pkg extensionEd Maste2024-10-111-2/+2
* pkg: Allocate a suitably-sized string for the local ABIJohn Baldwin2024-01-031-9/+12
* pkg: use https by defaultBaptiste Daroussin2023-12-042-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-13/+28
* 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