summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-05-28another small step towards hoststated reloading.Pierre-Yves Ritschard
2007-05-28parse_asnum must return 0 (no match) if word is not an as number insteadHenning Brauer
2007-05-28store the configuration file's path, this will be useful when reloading.Pierre-Yves Ritschard
2007-05-28allow matching on communities using 0 in the AS part, that is in use.Henning Brauer
2007-05-28move `interrupted' stuff inside state: removes one local variable, allowsMarc Espie
2007-05-28delay error reporting a bit more: try installing and deinstalling everythingMarc Espie
2007-05-28store skipupdatedeps in the set, not the plistMarc Espie
2007-05-28lift up more of the dev checking code into Vstat.Marc Espie
2007-05-28oops, can't copy CONTENTS twiceMarc Espie
2007-05-28always create packing-lists with a `contents' entry.Marc Espie
2007-05-28split off handle creation (for added packages) into its own routine.Marc Espie
2007-05-28clean up packing-list validation, call the methods `prepare_for_addition'Marc Espie
2007-05-28Reflect recent hoststated changes into hoststatectlPierre-Yves Ritschard
2007-05-27so save_old_libs becomes the first routine to handle full UpdateSets.Marc Espie
2007-05-27oops, save_old_libs is now set dependent, we no longer store old packagesMarc Espie
2007-05-27move computation of header to a separate function.Marc Espie
2007-05-27move packing-list validation to the UpdateSet level.Marc Espie
2007-05-27comment out some of this code. Currently, we don't know how to recoverMarc Espie
2007-05-27group packing-list validation for replaced packages with added one.Marc Espie
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-05-27use macros from sys/queue.hPierre-Yves Ritschard
2007-05-27allow to specify table templates in the configuration file and toReyk Floeter
2007-05-27initialize pfx->pfx_maxlen too, rotting in my tree for some timeHenning Brauer
2007-05-27Additional truncation checks, mostly from tcpdump.org,Can Erkin Acar
2007-05-27rename $state->{replace} to $state->{allow_replacing}, which matches intentMarc Espie
2007-05-27errors can now be a local variableMarc Espie
2007-05-27Simplify the mess that deals with alaready installed packages.Marc Espie
2007-05-27store replaced packages inside the UpdateSet directly.Marc Espie
2007-05-27depend more stuff off handle.Marc Espie
2007-05-27finish converting most things in pkg_add to the `handle' form, soMarc Espie
2007-05-27move the dependency solver up to the handleMarc Espie
2007-05-27tweaks; ok uweJason McIntyre
2007-05-26pass more handle throughMarc Espie
2007-05-26simplify error logic a bit more, always let prepare_to_add return aMarc Espie
2007-05-26link mount_vnd to the build, and remove usr.sbin/vnconfig, which is nowAlexander von Gernler
2007-05-26use __packed structs for the on-the-wire packets and just memcpy at onceHenning Brauer
2007-05-26first steps for implementing reload:Pierre-Yves Ritschard
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