summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
2014-04-15catch directories we don't have the right to enter instead of letting FindMarc Espie
2014-04-14tweak the file system walker to be able to walk from /, assuming -s srcMarc Espie
2014-04-14switch to using common SetList code (this fixes the xfont sets btw)Marc Espie
2014-04-14missed man, and X is somewhat quaint...Marc Espie
2014-04-14extract the code that walks setlist, to be able to use it in pkg_checkMarc Espie
2014-03-24don't proceed in case of permission errorsMarc Espie
2014-03-18don't use $_ as "throw-away" variable, proper idiom is "undef"Marc Espie
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-03-18... and commit this as well (linked to new signify.pm): allows specificMarc Espie
2014-03-18now that signify can read/write messages to pipes, use that to avoidMarc Espie
2014-03-09record errors, and only crash at the end. much less painful to synchMarc Espie
2014-03-07rename $_ for better style... lots more to be doneMarc Espie
2014-03-07the IO::Uncompress framework can auto-detect compression type, turnMarc Espie
2014-03-05shush. signify is quiet now, but we want it to stay that wayMarc Espie
2014-03-05refactor solve_from_ports a bit.Marc Espie
2014-02-14INSTALL/DEINSTALL scripts are completely dead these daysMarc Espie
2014-02-13this one is non obvious enough it deserves a commentMarc Espie
2014-02-13still need the plists for kept handles... because of OldLibs.Marc Espie
2014-02-12no need for .Pp before .It and .Sh, zap trailing whitespace,Ingo Schwarze
2014-02-11requalify signature -> update signature and explain a bit more.Marc Espie
2014-02-11s/anyways/anyway/, ok espie@Stuart Henderson
2014-02-11document that metainfo in plist is enforced.Marc Espie
2014-02-10pattern for "our" temporary files is not random... get it out of theMarc Espie
2014-02-10assume tweaking package status always work if $state->{not}.Marc Espie
2014-02-10cvstags are a bit fickle, there's no need to always-update if they change.Marc Espie
2014-02-09forgot about that small issue. Don't take crypto sigs into account forMarc Espie
2014-02-09wipe stuff during wipe_info, deref should keep unput correct.Marc Espie
2014-02-09grr... this should be kept across derefsMarc Espie
2014-02-09do a better job in wipe_info: close files and reap children.Marc Espie
2014-02-08be less verbose for pkg_delete -XMarc Espie
2014-02-08scrape update_info when we have full plists.Marc Espie
2014-02-08styleMarc Espie
2014-02-08don't allow unsigned packages by default.Marc Espie
2014-02-08also limit the number of currently opened packages locally: each uncompressMarc Espie
2014-02-08fudge verbose state so that makewhatis is only verbose if pkg_add/delete -vvMarc Espie
2014-02-08document -DunsignedMarc Espie
2014-02-07reclaim: we don't need to keep tracking temporary files/directories weMarc Espie
2014-02-07don't store full terminal, we just need a few control sequencesMarc Espie
2014-02-06http 404 is definitive, so treat it like 550 ftp.Marc Espie
2014-02-06styleMarc Espie
2014-02-06don't store full directory objects if they're not "special", just knowingMarc Espie
2014-02-04sort list of stuff we can't update for user display (otherwise, it's a listMarc Espie
2014-02-04no functional change (for now). Make things more debuggable by subclassingMarc Espie
2014-02-04prevent updates from starting with a lone ":"Marc Espie
2014-02-04kill very old compatibility code (2009/04... those exceptions are fully dead)Marc Espie
2014-02-04check for errors before dependencies, anyways.Marc Espie
2014-02-03perl is actually VERY BAD at scraping captured variables until the end.Marc Espie
2014-02-03don't remove this test, indicate why it can triggerMarc Espie
2014-02-03gc old stuff that never fixed the problem it intended to fix :(Marc Espie