summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-05-01move the old elements into PackingElements, since the code is nowMarc Espie
2007-05-01use new functionality of register_with_factory: create objects for oldMarc Espie
2007-05-01allows us to register anything, and not just a class, with the factory.Marc Espie
2007-05-01define keyword() first, and allow register_with_factory() to reuse itMarc Espie
2007-05-01rename setKeyword to register_with_factoryMarc Espie
2007-05-01remove #ifndef SUN_LEN; ok millert@Kevin Steves
2007-05-01use warn() vs. perror() for consistency; ok millert@Kevin Steves
2007-05-01if resolving a name fails, be more aggressive retrying, but with care:Otto Moerbeek
2007-04-30don't bother trying to substitute if there's no $ in the string.Marc Espie
2007-04-30simplify regen mode logic: if we don't add anything to the packing-list,Marc Espie
2007-04-30make creation of special files more obvious.Marc Espie
2007-04-30All options that add special files follow the same pattern, so reuse theMarc Espie
2007-04-30Better error messages.Claudio Jeker
2007-04-30Fix prepare_for_archival().Bernd Ahlers
2007-04-30special mode `pretend_to_archive' for -n, which does most things exceptMarc Espie
2007-04-30Fix a bad check in aspath_inflate() -- compare with the correct loop value.Claudio Jeker
2007-04-30archive special files exactly like we archive normal files. This providesMarc Espie
2007-04-30split preparation and check into prepare_item.Marc Espie
2007-04-30unsimplify checksum creation, fix @link markers.Marc Espie
2007-04-30allow pkg_create to regen on a dirname, supply +CONTENTS automaticallyMarc Espie
2007-04-30reorg main code to separate regeneration case better.Marc Espie
2007-04-30add items based on options, not on file existence.Marc Espie
2007-04-30fold checksumming code for special files. As a bonus, we now check md5Marc Espie
2007-04-30slight code reorg, no changes.Marc Espie
2007-04-30use more descriptive name (dir -> infodir) and pass it along to checksummingMarc Espie
2007-04-30move checksumming capabilities into base classMarc Espie
2007-04-30tweak args to compute_checksum slightly, pass it the explicit file nameMarc Espie
2007-04-30stop looking at plist's internals during makesum, simply copy the objectsMarc Espie
2007-04-30add most things concerning @ignore, since we now have ways nicer to doMarc Espie
2007-04-30aggressive spelling fix, spotted by jbgTheo de Raadt
2007-04-29verify_checksum can be used as a normal visitorMarc Espie
2007-04-29now that checksum creation uses OO methods, reuse the same code forMarc Espie
2007-04-29fix recreation of packing-lists: we now have exactly one element in there.Marc Espie
2007-04-29unify some other consistency checksMarc Espie
2007-04-29all of them....Marc Espie
2007-04-29rename compute_checksum to create_checksumMarc Espie
2007-04-29turn avert_duplicates into a full visitorMarc Espie
2007-04-29explain how to archive special files, and turnMarc Espie
2007-04-29make packing-lists more regular by including the CONTENTS. AvoidMarc Espie
2007-04-29now we always call create_package with a valid archive.Marc Espie
2007-04-29rename archive into create_package, split its function intoMarc Espie
2007-04-29replace $p->visit('method') calls with $p->methodMarc Espie
2007-04-29use an AUTOLOAD to auto-create PackingList visitors when needed.Marc Espie
2007-04-28support for cpu throttling on mp systemsNikolay Sturm
2007-04-27Modified manpage to reflect claudio's changes about 224.0.0.9 route.Michele Marchetto
2007-04-27Ripd needs a valid route for 224.0.0.9 to work. Instead of forcing users toClaudio Jeker
2007-04-26put RFC 3765 in the right place;Jason McIntyre
2007-04-26bgpd supports RFC 2796 and 3682 so mention them with all the others.Claudio Jeker
2007-04-26kill some commented "struct proc *", and knf while there; ok rayTheo de Raadt
2007-04-24Try to document the new 4-byte AS numbers without being to invasive.Claudio Jeker