summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-06-04avoid parsing libraries by hand.Marc Espie
2007-06-04stricter regexp for libraries.Marc Espie
2007-06-04add a lib parsing routine to PackingElement::Lib so I don't have toMarc Espie
2007-06-04do not inlcude ipx headersHenning Brauer
2007-06-04bye bye ipxHenning Brauer
2007-06-04I am on drugs, I don't know where I found split can take strings asMarc Espie
2007-06-04zap dead code: we no longer use DirRm.Marc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-06-04add -t flag to pkg_info to enable listing of the ``top level'' packages,Pierre-Yves Ritschard
2007-06-04fix keep_old_filesMarc Espie
2007-06-03unbreak 802.11 element parsing by using the TCHECK2 macro correctlyReyk Floeter
2007-06-03the kernel starts with setperf=100, even though the bios may have throttled.Ted Unangst
2007-06-02zap trailing whitespace;Jason McIntyre
2007-06-02remove elements of the solver that correspond to dependencies `in-transit'Marc Espie
2007-06-02show the font commands being run in very verbose state. After all, we showMarc Espie
2007-06-02move the check that dependencies are satisfied inside the solver objectMarc Espie
2007-06-02slight refactor, move wantlib dependencies handling inside the solver.Marc Espie
2007-06-02reorder codeMarc Espie
2007-06-02move most of the code that deals with dependencies in the solver objectMarc Espie
2007-06-02move the solver object up to the set level.Marc Espie
2007-06-02move dependency registration into its own function.Marc Espie
2007-06-02move the dependency handling into separate functions.Marc Espie
2007-06-02document how fragments work.Marc Espie
2007-06-02safer snprintf construct with more paranoid length calculationPeter Valchev
2007-06-01Convert sensorsd to use two-level data-structures. This makes sensorsd beConstantine A. Murenin
2007-06-01very small clean-up of dependencies list handling.Marc Espie
2007-06-01apply the same checks on extraction that are done during pkg_createMarc Espie
2007-06-01paranoid snprintf length calculation to avoid a possible bufferPeter Valchev
2007-06-01don't store stuff in the plist, use the handle which is there for that.Marc Espie
2007-06-01avoid potentially bad snprintf construct; ok henning millert ottoPeter Valchev
2007-06-01compute real list.Marc Espie
2007-06-01micro-optimizationsMarc Espie
2007-06-01Move a useless warning to the only case that uses it (-f) from canacar@Todd T. Fries
2007-06-01refactor ProgressMeter code to create objects, put these into state.Marc Espie
2007-06-01no need to require ProgressMeter twice.Marc Espie
2007-06-01Remove a stupid wrapper function that does nothing more then calling anotherClaudio Jeker
2007-05-31look up for old libraries last, so that we do not get tied to old stuffMarc Espie
2007-05-31fix PR 5475: 'empty spamtrap address makes corrupted database'; ok beck@Constantine A. Murenin
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31do not forget to store table and backup table ids in the servicePierre-Yves Ritschard
2007-05-31Init community in get_rule() to COMMUNITY_UNSET. get_rule() is called whenClaudio Jeker
2007-05-31simplify pfe_disable_eventsPierre-Yves Ritschard
2007-05-31Zap a bunch of unused VT_* tags.Thordur I. Bjornsson
2007-05-31make sure object ids are reset before parsing the configuration filePierre-Yves Ritschard
2007-05-31we cannot install a package without a solver, remove redundant test.Marc Espie
2007-05-31simplify the handling of shared libs: there's no need to register eachMarc Espie
2007-05-31split pfe's event registration in separate functions (like for hce)Pierre-Yves Ritschard
2007-05-31move set validation earlier (in fact, it probably doesn't belong inMarc Espie
2007-05-31don't bother registering files that have tempnames. The real files don't/noMarc Espie
2007-05-31oops, move realname up so that ::Sample sees it too.Marc Espie