summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2007-05-11Delinting from tbert <bret dot lambert at gmail dot com>Ray Lai
OK moritz@
2007-05-10transposition; ok jmc@Kevin Steves
2007-05-09fix potential NULL deref.Pierre-Yves Ritschard
spotted by Ching-Feng Wang <cfw at telepaq.com>. ok reyk@
2007-05-08allow match_spec on repositoryMarc Espie
2007-05-08spec match works better with a listMarc Espie
2007-05-07avoid calling compile_stemlist directlyMarc Espie
2007-05-07use repo->findstemMarc Espie
2007-05-07cheap singleton for installed packagesMarc Espie
2007-05-07zap old codeMarc Espie
2007-05-07lift up findstem to the PackageRepositoryMarc Espie
2007-05-07remove dependency on available_stems(), make it go thru PackageLocatorMarc Espie
2007-05-07do not expose stemlist internals, create find_partialstem function.Marc Espie
2007-05-07make keep_most_recent explicit, do not try to pre-compute it at the stemlistMarc Espie
level.
2007-05-07we want to no longer expose PackageLocator::available(), lift interfacesMarc Espie
up there, starting with match_spec.
2007-05-07restore lost behaviorMarc Espie
2007-05-07refactor: create a solver object to handle state issues in a simpler way.Marc Espie
2007-05-07since we always use PkgSpec::Match, there's no need to build anon subs.Marc Espie
2007-05-07PkgSpec::match does the right thing, so use it there too.Marc Espie
2007-05-07take over tempfile/dir cleaning entirelyMarc Espie
2007-05-07zap old unused codeMarc Espie
2007-05-07make sure all temporary file handling goes through OpenBSD::TempMarc Espie
2007-05-07split common code into run_if_existsMarc Espie
2007-05-07remove non sensical eval {}Marc Espie
2007-05-07name code from keep_old_files, don't set pkgname directly.Marc Espie
2007-05-07kill old code to handle deprecated pkgcfl.Marc Espie
2007-05-07use one single list for system directories.Marc Espie
2007-05-07remove -Fboguslibs, we haven't had unmarked libraries for yearsMarc Espie
2007-05-07zap unused parameters.Marc Espie
2007-05-07share common code for system libs.Marc Espie
2007-05-07finish removing old libdepends checks.Marc Espie
2007-05-06let pkg_create generate the correct description if the HOMEPAGE is empty.Marc Espie
2007-05-06Don't fail hard on non RH0 routing headers. The calculation of the lengthClaudio Jeker
of RH headers is always the same. Now tcpdump just prints the type, length and segleft headers for unknown headers. OK henning@ mcbride@
2007-05-06Fix the out of bounds check when parsing IPv6 headers. Fixes a SIGSEGVClaudio Jeker
when parsing IPv6 headers with unknown or corrupted header options. OK henning@ mcbride@
2007-05-05remove code for -W, argument now a no-op; ok millert@Kevin Steves
2007-05-05set up new way to define COMMENTS, to be able to remove some stuff fromMarc Espie
the ports' infrastructure.
2007-05-05ditch extra param to copy_subst, now that it's constant.Marc Espie
2007-05-05use copy_subst_fhMarc Espie
2007-05-05reorg tests to simplify logicMarc Espie
2007-05-05split copy_subst to allow for existing filehandle.Marc Espie
2007-05-04move some checks after -q/-Q so that plists can still be printed.Marc Espie
problem noticed by Bernd.
2007-05-04From dhill@ last year:Ray Lai
- rename system to sys to stop shadowing the system() call. - remove variable names in function declarations - remove extern optarg and optind since it's defined in unistd.h - use %zu instead of %d to print size_t's OK jaredy@
2007-05-03Simplify code to handle fragments by using real objects.Marc Espie
2007-05-03remove future code to handle modules, that is unused and possibly badlyMarc Espie
designed as well.
2007-05-03Deprecate the -W flag; it has been the default for years now.Todd C. Miller
Joint effort with stevesk@ and jmc@
2007-05-03fix creation of packing-list for package regenerationMarc Espie
2007-05-03move the fragments reading code to its own routine.Marc Espie
2007-05-02replace general @args -> $args unless strictly needed.Marc Espie
remove ($) prototypes which are more confusing than anything else.
2007-05-02replace pkgbase with less confusing name localbaseMarc Espie
2007-05-02- use getaddrinfo() instead of gethostbyname/getservbynameJason Wright
- reserve a poll descriptor entry for INET6 (not used yet) ok henning
2007-05-02replace abstract Factory name with a more sensible create name.Marc Espie
Call it OO, so that we can specialize it if we ever need it. Be more explicit about parameters.