summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Add.pm
AgeCommit message (Expand)Author
2018-06-15Add a -Dstub option to facilitate creating/adding/deleting "stubbed" packagesMarc Espie
2018-02-27sanitize say/print output furtherMarc Espie
2017-03-03pass @sysctl into old stuffMarc Espie
2016-08-27in case we run delete_first (not enough room), delay the unlink ofMarc Espie
2016-08-12band-aid for a nasty bug. tieto + space constraints don't interact well.Marc Espie
2016-04-02streamline the code that checks meta information before extracting filesMarc Espie
2015-05-25allow pkg_add as nonroot to soft-fail when outside of local base.Marc Espie
2015-05-18identical common code -> refactorMarc Espie
2015-05-18better error in case we can't create tempfilesMarc Espie
2015-05-18simplify progressmeter calls to visit_and: we retrieve the state from theMarc Espie
2015-03-29make sure specialfiles get checked. Actual bug, got lost when moving toMarc Espie
2014-11-30missed some.Marc Espie
2014-11-25minor clean-up: the stuff not to display is tied to the set, so make theMarc Espie
2014-11-21a long time ago, DISPLAY and UNDISPLAY required special treatment, as theyMarc Espie
2014-07-12finish killing old experiment, less confusing codeMarc Espie
2014-07-11with out-of-order extraction, match tempnames to item namesMarc Espie
2014-07-10add a separate timestamp annotation to have this as metadataMarc Espie
2014-07-07record how many bytes we saved for statistics purposes.Marc Espie
2014-07-01turn out-of-order extraction back on.Marc 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-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-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-02-10assume tweaking package status always work if $state->{not}.Marc Espie
2014-02-08fudge verbose state so that makewhatis is only verbose if pkg_add/delete -vvMarc Espie
2014-02-03gc old stuff that never fixed the problem it intended to fix :(Marc Espie
2014-02-03store compact form of manpages.Marc Espie
2014-01-31minor fix: don't go to cache if genuine installMarc Espie
2014-01-30minor bug-fix, make sure partial is handled properly.Marc Espie
2014-01-17do check_digest per plist.Marc Espie
2014-01-11simplify code: always extract, then install, so that initial installationsMarc Espie
2014-01-11a bit of spring cleanup in advance: scrape old stuff that's not reallyMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-07even if Ustar handles fifo and stuff gracefully, pkg contents should be moreMarc Espie
2014-01-07tedu some very old checks: we no longer have INSTALL/UNINSTALL scripts,Marc Espie
2014-01-07let's verify all checksums.Marc Espie
2014-01-07simplify set_modes, there's no need to stat(2) stuff, chown -1 takes careMarc Espie
2014-01-05have -DFW_UPDATE set @option firmware on downloaded firmwares.Marc Espie
2013-12-30use replacing method (and not var)Marc Espie
2013-02-18re-apply:Okan Demirmen
2013-02-18revert previous; wrong time.Okan Demirmen
2013-02-18use localbase for pkg-readmesOkan Demirmen
2012-04-28zap blank spacesMarc Espie
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2011-12-03In a collision, retrofit storage for 2nd pkgname.Marc Espie
2011-09-17make pkg_add -nvv work with respect to whatis.db updates;Ingo Schwarze