Age | Commit message (Expand) | Author |
2007-05-28 | another small step towards hoststated reloading. | Pierre-Yves Ritschard |
2007-05-28 | parse_asnum must return 0 (no match) if word is not an as number instead | Henning Brauer |
2007-05-28 | store the configuration file's path, this will be useful when reloading. | Pierre-Yves Ritschard |
2007-05-28 | allow matching on communities using 0 in the AS part, that is in use. | Henning Brauer |
2007-05-28 | move `interrupted' stuff inside state: removes one local variable, allows | Marc Espie |
2007-05-28 | delay error reporting a bit more: try installing and deinstalling everything | Marc Espie |
2007-05-28 | store skipupdatedeps in the set, not the plist | Marc Espie |
2007-05-28 | lift up more of the dev checking code into Vstat. | Marc Espie |
2007-05-28 | oops, can't copy CONTENTS twice | Marc Espie |
2007-05-28 | always create packing-lists with a `contents' entry. | Marc Espie |
2007-05-28 | split off handle creation (for added packages) into its own routine. | Marc Espie |
2007-05-28 | clean up packing-list validation, call the methods `prepare_for_addition' | Marc Espie |
2007-05-28 | Reflect recent hoststated changes into hoststatectl | Pierre-Yves Ritschard |
2007-05-27 | so save_old_libs becomes the first routine to handle full UpdateSets. | Marc Espie |
2007-05-27 | oops, save_old_libs is now set dependent, we no longer store old packages | Marc Espie |
2007-05-27 | move computation of header to a separate function. | Marc Espie |
2007-05-27 | move packing-list validation to the UpdateSet level. | Marc Espie |
2007-05-27 | comment out some of this code. Currently, we don't know how to recover | Marc Espie |
2007-05-27 | group packing-list validation for replaced packages with added one. | Marc Espie |
2007-05-27 | Second step towards hoststated reload: | Pierre-Yves Ritschard |
2007-05-27 | use macros from sys/queue.h | Pierre-Yves Ritschard |
2007-05-27 | allow to specify table templates in the configuration file and to | Reyk Floeter |
2007-05-27 | initialize pfx->pfx_maxlen too, rotting in my tree for some time | Henning Brauer |
2007-05-27 | Additional truncation checks, mostly from tcpdump.org, | Can Erkin Acar |
2007-05-27 | rename $state->{replace} to $state->{allow_replacing}, which matches intent | Marc Espie |
2007-05-27 | errors can now be a local variable | Marc Espie |
2007-05-27 | Simplify the mess that deals with alaready installed packages. | Marc Espie |
2007-05-27 | store replaced packages inside the UpdateSet directly. | Marc Espie |
2007-05-27 | depend more stuff off handle. | Marc Espie |
2007-05-27 | finish converting most things in pkg_add to the `handle' form, so | Marc Espie |
2007-05-27 | move the dependency solver up to the handle | Marc Espie |
2007-05-27 | tweaks; ok uwe | Jason McIntyre |
2007-05-26 | pass more handle through | Marc Espie |
2007-05-26 | simplify error logic a bit more, always let prepare_to_add return a | Marc Espie |
2007-05-26 | link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now | Alexander von Gernler |
2007-05-26 | use __packed structs for the on-the-wire packets and just memcpy at once | Henning Brauer |
2007-05-26 | first steps for implementing reload: | Pierre-Yves Ritschard |
2007-05-26 | Rewrite the sdio(8) tool so that it can send arbitrary MMC commands. | Uwe Stuehler |
2007-05-26 | oops, fix: pass handle instead of location to can_install. | Marc Espie |
2007-05-26 | base tests on $handle->has_error instead of $errors. | Marc Espie |
2007-05-26 | give a more descriptive name to function, we're past abreviations | Marc Espie |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | until people finally fix their @group issues in packages, at least refuse | Marc Espie |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-25 | Check fdopen() return value. | Todd C. Miller |
2007-05-25 | Pass the handle to can_install, so that it can fill in errors (the package | Marc Espie |
2007-05-25 | start cleaning up the mess that is error-handling when installing packages. | Marc Espie |
2007-05-25 | move the mode checker code from pkg_create into ArcCheck, so that pkg_add | Marc Espie |
2007-05-25 | also rename this one for further wrapping | Marc Espie |
2007-05-25 | rename `handle' to `location' in preparation for wrapping it in a | Marc Espie |