summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-05-26Rewrite the sdio(8) tool so that it can send arbitrary MMC commands.Uwe Stuehler
2007-05-26oops, fix: pass handle instead of location to can_install.Marc Espie
2007-05-26base tests on $handle->has_error instead of $errors.Marc Espie
2007-05-26give a more descriptive name to function, we're past abreviationsMarc Espie
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-25until people finally fix their @group issues in packages, at least refuseMarc Espie
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-25Check fdopen() return value.Todd C. Miller
2007-05-25Pass the handle to can_install, so that it can fill in errors (the packageMarc Espie
2007-05-25start cleaning up the mess that is error-handling when installing packages.Marc Espie
2007-05-25move the mode checker code from pkg_create into ArcCheck, so that pkg_addMarc Espie
2007-05-25also rename this one for further wrappingMarc Espie
2007-05-25rename `handle' to `location' in preparation for wrapping it in aMarc Espie
2007-05-24place holder for signature checkingMarc Espie
2007-05-24catch up and rethrow Packing-List read issues with the filename whenMarc Espie
2007-05-23fiddle with SharedLibs name, put common code into a common place inMarc Espie
2007-05-23use autovivifyMarc Espie
2007-05-22Rework the way how ospfd fetches and tracks interfaces. Try to merge theClaudio Jeker
2007-05-22remove duplicate -M entry from set_usage(); ok espieJason McIntyre
2007-05-22Only try to merge a AS_SEQUENCE if there is a difference between the 4-byteClaudio Jeker
2007-05-22zap references to pkgdep. Packing-Lists no longer even record it, anyways.Marc Espie
2007-05-22cleanup shared state a bit earlier. Shouldn't change much, but may helpMarc Espie
2007-05-22introduce a SharedItemsRecorder (put it into Vstat, since that's a fileMarc Espie
2007-05-22mark `digitalsignature' as a known keyword, which helps me.Marc Espie
2007-05-22remove -h from set_usage();Jason McIntyre
2007-05-22finish removing unused -h optionMarc Espie
2007-05-20make the package tools more aware of manpages: handle names correctly,Marc Espie
2007-05-20move deptree and installed into state objectMarc Espie
2007-05-20create specific `state' objects for pkg_add and pkg_delete, so that I canMarc Espie
2007-05-20placeholders for UpdateSet, once we have it.Marc Espie
2007-05-20both pkg_add and pkg_delete use Vstat, make it explicit.Marc Espie
2007-05-20compute list of dependencies to adjust just-in-time.Marc Espie
2007-05-20libs_to_check ? actually, never use it...Marc Espie
2007-05-20remove extra forwarding method that is no longer neededMarc Espie
2007-05-20zap old depend code I missedMarc Espie
2007-05-19move the code that handles dependencies registration into DependenciesMarc Espie
2007-05-19and I forgot this oneMarc Espie
2007-05-19add match_locations/filter_locations methods to search stuff that returnsMarc Espie
2007-05-19fix scp url parsing and printingMarc Espie
2007-05-19don't pass srcpath around, since we don't use it.Marc Espie
2007-05-18prettier MakefilesTheo de Raadt
2007-05-18Add pkgpath hints to pkgspec. Make PackageRepository/Source functional:Marc Espie
2007-05-18show the url for the package we're dealing with. Unconfuse installed vs.Marc Espie
2007-05-18also strip +CONTENTSMarc Espie
2007-05-18normalize installed namesMarc Espie
2007-05-18cut dependency code in smaller chunksMarc Espie
2007-05-18we don't need to walk the full dependency tree each time we don't findMarc Espie
2007-05-17do not pass the urlscheme to the constructors, since they each haveMarc Espie
2007-05-17new methods: repositories can create url. Rename PackageLocation->stringizeMarc Espie
2007-05-17name each urlschemeMarc Espie