summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2010-06-18oopsMarc Espie
2010-06-18document newer module and new framework (somewhat...)Marc Espie
2010-06-18whitespaceMarc Espie
2010-06-18reuse for_listMarc Espie
2010-06-18buglet: Log object needs a printer to run f().Marc Espie
2010-06-15handle lost+foundMarc Espie
2010-06-15it's okay for partial- packages to be a bit weird...Marc Espie
2010-06-15typo2Marc Espie
2010-06-15with more primitive primitives, we don't need to override so much...Marc Espie
2010-06-15typoMarc Espie
2010-06-15more printing changes.Marc Espie
2010-06-15fix count of deinstalling packages.Marc Espie
2010-06-15push @todo2 global into state. name other options with sensible names.Marc Espie
2010-06-15yet another path, maybe to changeMarc Espie
2010-06-14zap empty message...Marc Espie
2010-06-14screen does not have hpa, but we can make do with \r cuf.Marc Espie
2010-06-14log must use ->fMarc Espie
2010-06-11start with an empty headerMarc Espie
2010-06-11don't call working() in -q mode.Marc Espie
2010-06-11add wantarray optimization, just reply 1 as soon as we can when we actuallyMarc Espie
2010-06-11fix format, as noticed by marco@Marc Espie
2010-06-10fsck -> check & reorderMarc Espie
2010-06-10remove warning, adapted from Vadim ZhukovMarc Espie
2010-06-10next -> return after code change (noticed by Antti Harri)Marc Espie
2010-06-09common pattern reuseMarc Espie
2010-06-09wrap most stuff read from files in safe(), so that if the fs is in a bad shape,Marc Espie
2010-06-09use State usage, so that I can get rid of duplicate code...Marc Espie
2010-06-09no need to fatal(), we can error() and keep going.Marc Espie
2010-06-09warns if packages contain symlinks that point to non-existent places.Marc Espie
2010-06-09uniform spelling: packing-listMarc Espie
2010-06-09make error messages more consistent. Add an extra sanity check whichMarc Espie
2010-06-09check digital signatures, document thatMarc Espie
2010-06-09replace confusing (n to go) message with #done/#total annotations.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-08tweak tweak so it worksMarc Espie
2010-06-08tweak fragment handling a bit more. In particular, protest when we can'tMarc Espie
2010-06-07display "switching to" with ->set_statusMarc Espie
2010-06-07be a bit more specific about documenting this programMarc Espie
2010-06-07factor common code for dependency adjustmentMarc Espie
2010-06-07check reverse dependencies as wellMarc Espie
2010-06-07check symlinks upfront, so we don't warn if they don't exist, assumingMarc Espie
2010-06-07fix interactiveMarc Espie
2010-06-07add shared libraries while sanity check, so that we can check wantlib.Marc Espie
2010-06-06clean-up into smaller functionsMarc Espie
2010-06-06more checks: verify links.Marc Espie
2010-06-06actually pkg_check nowMarc Espie
2010-06-06oops, make sure we have wpa before using it.Marc Espie
2010-06-05empty plist is bad too.Marc Espie
2010-06-05last pieceMarc Espie
2010-06-05move files after a discussion with Theo.Marc Espie