summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2014-07-08don't really bother cleaning up the callback, it will go away soon enoughMarc Espie
2014-07-08in case we say("Some parameter #1 blabla there") but weMarc Espie
2014-07-08Prettify the list of "required by" package names by sorting it.Vadim Zhukov
2014-07-08cleaner callback handlingMarc Espie
2014-07-07sometimes, the callback happens when the archive isn't opened...Marc Espie
2014-07-07don't throw strange warnings during pkg_delete...Marc Espie
2014-07-07display saved size for now, to be disabled once I'm satisfied this is veryMarc Espie
2014-07-07record how many bytes we saved for statistics purposes.Marc Espie
2014-07-07restore progressmeter for big files.Marc Espie
2014-07-01activate "out-of-order" archives based on historyMarc Espie
2014-07-01turn out-of-order extraction back on.Marc Espie
2014-07-01tweak the ProgressMeter code to always record sizes, even in the stub caseMarc Espie
2014-06-25revert for now. Some aspects of tied code are currently broken in a funMarc Espie
2014-06-17oops, committed debug version, to the tied hash was not used at all,Marc Espie
2014-06-16tweak extraction for out-of-order archives: do a first passMarc Espie
2014-06-16tweak the size_and support to be able to do stuff out of orderMarc Espie
2014-06-16fix bug introduced by work-around: sets with nothing to do must be markedMarc Espie
2014-06-15Correct precedence for returned value.Andrew Fresh
2014-06-12display full url if we can for UNSIGNED PACKAGES.Marc Espie
2014-06-10get verbose_system in line with _system, do not display \&code snippets...Marc Espie
2014-06-03as miod found out, mandocdb is slightly intrusive and wants to know whereMarc Espie
2014-05-30oops, auto-read config only *after* we have a way to print out errors.Marc Espie
2014-05-20yet more code that no longer makes any senseMarc Espie
2014-05-20makewhatis being now external, it no longer requires picky/test/check_dir.Marc Espie
2014-05-20fix bogus extension: $code and $code2 belong in _system, so thatMarc Espie
2014-05-05work-around the same location being reinstalled thru a different pathMarc Espie
2014-04-22turns out there are exactly 3 ports that actually use longnames:Marc Espie
2014-04-21add support for reading/writing long paths and linkpaths as extendedMarc Espie
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-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-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-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-11s/anyways/anyway/, ok espie@Stuart Henderson
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