summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2005-09-24pass actual items to prepare_long and check_name so that we can alsoMarc Espie
2005-09-24move uname/gname existence check into ArcCheck: Ustar archives deal withMarc Espie
2005-09-24Allows FETCH_CMD to replace ftp.Marc Espie
2005-09-20refuse building archive if we don't have user names for the uids.Marc Espie
2005-09-19fix PackageRepository::Installed().Marc Espie
2005-09-19Let ExtraInfoOnly grab pkgpath as well.Marc Espie
2005-09-19make package opening more efficient (and maybe more intuitive) byMarc Espie
2005-09-17allows grabbing the packing-list directly from a PackageLocation,Marc Espie
2005-09-17beginning to a source path repository infrastructure, very likely to changeMarc Espie
2005-09-17minor nitMarc Espie
2005-09-16more clean-up:Marc Espie
2005-09-16oopsMarc Espie
2005-09-16move .tgz addition down to PackageRepositoryList.Marc Espie
2005-09-14filter names out first, as it's slightly fasterMarc Espie
2005-09-13more Package/FatPackage common code: separate the proxy 'next' into twoMarc Espie
2005-09-13typo, fix fat packages reading.Marc Espie
2005-09-13grabPlist shall behave like find.Marc Espie
2005-09-13Repository::Installed class, to provide uniform access to installedMarc Espie
2005-09-13yet more uniform names.Marc Espie
2005-09-13don't actively avoid the Composite Pattern.Marc Espie
2005-09-13new class: PackageRepositoryList, of which pkgpath is one instance.Marc Espie
2005-09-13make grabPlist slightly smarter so that we can still open the packageMarc Espie
2005-09-13allows grabbing a packing-list directly, without needing to go throughMarc Espie
2005-09-13some long-delayed clean-up of this code.Marc Espie
2005-09-09zap dup. From Bernd AhlersMarc Espie
2005-09-07copy new annotations over.Marc Espie
2005-09-04zap duplicate codeMarc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2005-08-29correctly trim old p* versions of packages.Marc Espie
2005-08-22likewise, report only the first three filesMarc Espie
2005-08-22while scanning a potential package, process issues anyways:Marc Espie
2005-08-22maintain a counter of problems encountered per-filesystem.Marc Espie
2005-08-22parse mount entry correctly even if space left is negativeMarc Espie
2005-08-21catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die.Marc Espie
2005-08-19remove tempdir right away if it turns out we're not dealing with aMarc Espie
2005-08-19trap SIGINT so that tempdirs get removed.Marc Espie
2005-08-17clean-up, move the compute_closure code to RequiredBy, since it'sMarc Espie
2005-08-17save architecture as well for ExtraInfo, so that pkg_add -u won't tryMarc Espie
2005-08-17rename erase to more appropriate forgetMarc Espie
2005-08-16unsafe operations -> potentially unsafe operationsMarc Espie
2005-08-16make sure libs get registered if we take a shortcut and don't reinstallMarc Espie
2005-08-16avoid computing signature twice!Marc Espie
2005-08-16check special names too.Marc Espie
2005-08-16in case we're pretending to install, there's no borked package to create.Marc Espie
2005-08-16use a hash for compiled stems, to avoid spurious duplicates.Marc Espie
2005-08-16don't mix nlist with lsMarc Espie
2005-08-16support code for pkg_add -u:Marc Espie
2005-08-16make the code that enforces the connection limit a separate function, soMarc Espie
2005-08-16fix a few minor details: _list() needs to be called as a method.Marc Espie
2005-08-14if there's no identifiable version in the spec, and in the package name,Marc Espie