summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2016-08-27in case we run delete_first (not enough room), delay the unlink ofMarc Espie
2016-08-26grrr warningMarc Espie
2016-08-25-F before -f (as -I before -i currently is...);Jason McIntyre
2016-08-25make the full filesystem check optional, by popular demand.Marc Espie
2016-08-12band-aid for a nasty bug. tieto + space constraints don't interact well.Marc Espie
2016-07-28firmware is the plural;Jason McIntyre
2016-07-27checking for firmware works better if I pass thru all optionsMarc Espie
2016-07-27don't include firmwares in the fuzzy auto-reinstall listMarc Espie
2016-07-27hunting around for some sporadic error message. Removing the hash entryMarc Espie
2016-07-23no quirks in FwUpdate.Marc Espie
2016-06-28oops, $pkg can be more than a pkgname. We have the right informationMarc Espie
2016-06-28option -z that uses is-branch info to produce "complete"Marc Espie
2016-06-28document is-branchMarc Espie
2016-06-27surprised nobody noticed before meMarc Espie
2016-06-25recognize @option is-branchMarc Espie
2016-06-24make use of former changes. If list is higher than display go thru more.Marc Espie
2016-06-24simplify the logic. no need for a separate hook when we can just specializeMarc Espie
2016-06-23there's no reason for window size computation to be linked to theMarc Espie
2016-06-23add fh variation of printing code. Systematically use it with STDOUT/STDERRMarc Espie
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