summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2018-05-31Document -uMarc Espie
2018-05-30port -u userlist option from update-plist, as suggested by sthen@.Marc Espie
2018-05-26- old implem of @rcscript predates absolute_okay.Marc Espie
2018-05-16be a bit more paranoid about termsizes, this works around brokenMarc Espie
2018-05-13adjust highly misleading comment to match realityMarc Espie
2018-05-09on the other hand, commenting this out was involuntary.Marc Espie
2018-05-04the perl debugger tells you everything a perl process exits.Marc Espie
2018-04-29if we create fragments, we must know which files they come fromMarc Espie
2018-04-28okay, this wants BOTH shared directories AND dependency info, hahaMarc Espie
2018-04-28update-plist wants to ask the ports tree as well, so refactor so thatMarc Espie
2018-04-28need instrumentation for fragmentsMarc Espie
2018-04-26reorg error handling so it's always passed to class methods that canMarc Espie
2018-04-25we might not get update_info if unsigned!Marc Espie
2018-04-22try logging, but if we're in pkg_info, we don't have the toolsMarc Espie
2018-03-14disable the session resumption warnings for releaseMarc Espie
2018-03-03Be specific on what is slowjob
2018-02-27sanitize say/print output furtherMarc Espie
2018-02-26actually have safe do something, stupid typoMarc Espie
2018-02-26revert, unneededMarc Espie
2018-02-26forgot the non-interactive caseMarc Espie
2018-02-26spacingMarc Espie
2018-02-26- move sane into State.pmMarc Espie
2018-02-25much better checksMarc Espie
2018-02-25add explicit permission checks.Marc Espie
2018-02-25sprinkle quite a few more calls to safeMarc Espie
2018-02-13give up a bit on the infamous cups update issue.Marc Espie
2018-02-12some mode of session resumptions are not currently supported by ftp(1)Marc Espie
2018-02-10implement the use of new ftp -S session=... for httpsMarc Espie
2018-02-10rewrite file around fh_file, temp file creation with signal protection,Marc Espie
2018-02-07prepare for session filesMarc Espie
2018-02-07prepare for session saving by separating the pkgfetch code.Marc Espie
2018-02-06avoid not working if redirected to another urlschemeMarc Espie
2018-02-06syslog cdns redirect, as suggested by sthen@Marc Espie
2018-02-06refactor the "Signature" code for laterMarc Espie
2018-01-24add the glue to generate future libset, which are currently 100% unusedMarc Espie
2018-01-20oops, no chomp, so get rid of the extra blank line by using printMarc Espie
2018-01-19display the actual redirect message, as that's informative.Marc Espie
2018-01-17Remove erreneous and leftover slash that was part of the regex beforePatrick Wildt
2018-01-17Process redirection messages from http.Marc Espie
2018-01-11Install the intel firmware package which contains microcode updatesPatrick Wildt
2018-01-11Create a second hash that maps all possible drivers to a default regexPatrick Wildt
2018-01-08Mark up command strings with Cm, and variables with Va.Anthony J. Bentley
2018-01-05@libset is going to be part of the dependency information.Marc Espie
2018-01-01placeholder for new keyword that doesn't do anything yet, so that when itMarc Espie
2017-12-23the trick to get signal names requires skipping over POSIX stuff we don'tMarc Espie
2017-12-02switching to _pbuild is tricky, you can't take it back.Marc Espie
2017-11-07Revert previous, it breaks ports/infrastructure/bin/resolve-lib (I think)Antoine Jacoutot
2017-11-06typo, surprised nobody noticed yetMarc Espie
2017-11-03properly cleanup the controller after closing the cmdfh.Marc Espie
2017-11-01don't look directly at PKG_CACHE, but ask the state, so that onlyMarc Espie