summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2016-06-22have a consistent exit code when looking for stuffMarc Espie
2016-06-21pass file name thru to Subst for better error messages.Marc Espie
2016-06-15dedup interactive options handling code yet again.Marc Espie
2016-06-15ProgressMeter keeps state. Unfortunately, term is shared between processes.Marc Espie
2016-06-14restrict %m and friends to "separate words" so they won't collide withMarc Espie
2016-06-14refer to pkg_add(1) for pkg-name conventionsMarc Espie
2016-06-14more unification of stuff run on the command lineMarc Espie
2016-06-14new syntax: pkgname%branch to select a branch wherever it makes sense.Marc Espie
2016-06-14reorg examples to better use actual options.Marc Espie
2016-06-06band-aid for pkg_check, some options need to be mixin.Marc Espie
2016-06-06fix somewhat broken inheritance: the actual -i/-I interactive dance isMarc Espie
2016-05-27tweak wording to avoid "firmware which are installed"T.J. Townsend
2016-05-15set glitch correctlyMarc Espie
2016-05-14use twice the same code for prepare_long and verify_modes so that it can'tMarc Espie
2016-05-14ftp:// -> http:// for main ftp site example.T.J. Townsend
2016-05-13add a stub log for signify, problem noticed by teduMarc Espie
2016-05-10go deeper in Term::ReadKey, we don't need smart guesses.Marc Espie
2016-05-09prepare for API tweaks of OpenBSD::MkTempMarc Espie
2016-05-09stop depending on *.phMarc Espie
2016-05-08allow root files to be root-writable.Marc Espie
2016-04-25prepare for possible pledging. We can't really drop privs if we're notMarc Espie
2016-04-25now that sysmerge happens before us, no need to fallback on _pfetchMarc Espie
2016-04-25pkgcfl was put in the old keywords bin a few generations ago...Marc Espie
2016-04-25kill remnants of non shared archesMarc Espie
2016-04-16fallback to _pfetch after _pkgfetch until sysmerge is run automaticallyMarc Espie
2016-04-02streamline the code that checks meta information before extracting filesMarc Espie
2016-04-02sprinkle spaces to make more obvious which fields we useMarc Espie
2016-03-26fix error message, based on a suggestion from doug@, ok espieStuart Henderson
2016-03-18use properly separated _pkgfetch user.Marc Espie
2016-02-29correct return values for -e; from patrik lundinJason McIntyre
2016-02-23sanitize environment thru a whitelist. Only pass what's relevant for ftp andMarc Espie
2016-02-09tweak namesMarc Espie
2016-02-09drop privs prior to running ftpMarc Espie
2016-02-03update the font cache by running fc-cache after removing packagesRobert Nagy
2016-01-30redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviatedMarc Espie
2016-01-27Allow pkg.conf's installpath to be set to a bare hostname (no /), whichStuart Henderson
2015-11-06the Solver uses kept_names, so we need these there tooMarc Espie
2015-11-05tweak dependencies handling, might fix some infrequent bugs including theMarc Espie
2015-11-04Bump distribution tarball versions.mmcc
2015-10-21make sure ProgressMeter gets set up. Fixes some weirdness in package installs,Marc Espie
2015-10-07"..." implies optional, so no need for []; from michael reedJason McIntyre
2015-09-25Use .Cm rather than .Ar for fixed strings on the command lineIngo Schwarze
2015-09-15avoid useless .Ns before punctuation after in-line macrosIngo Schwarze
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-08-14remove partial to_register from sets when we merge, since we have to do theMarc Espie
2015-08-13scaffolding that will display more info for the elusive REQUIRED_BY errorMarc Espie
2015-08-13let pkg_create recreate all packages correctly, again.Marc Espie
2015-07-28make -B with bad checksums cope. Reported by millert@Marc Espie
2015-07-23change the expansion of %m and %c in installpath during -beta to theJoerg Jung
2015-07-21switch dpb from sudo to doas (and env as required); ok sthen@Christian Weisgerber