summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-11-13don't store things in cache if we know we're not going to use them again.Marc Espie
2004-11-13pkg_add should have -c and -q since it may delete packages.Marc Espie
2004-11-13look for libspecs in old packages that match the libdepend specificationMarc Espie
2004-11-13typoMarc Espie
2004-11-13reduce down TODO list.Marc Espie
2004-11-13synchronize installed stuff, using the cache in -n mode so that -nMarc Espie
2004-11-13look for available registered libraries, not other stuff.Marc Espie
2004-11-13zap commentMarc Espie
2004-11-13use lastname as I should.Marc Espie
2004-11-13correctly read back tempnames.Marc Espie
2004-11-13fix logic error: while splitting libraries, copy cwd over, not move them...Marc Espie
2004-11-13likewise, packing-lists state will store refs to cwd, so make thisMarc Espie
2004-11-13cwd() function so that further changes to internal storage won't matterMarc Espie
2004-11-13move borked_installation over to common routines, prepare it forMarc Espie
2004-11-12store a ref to cwd instead of cwd itself, allowing it to be shared.Marc Espie
2004-11-12parse libspec better, With this, vreaddir can find libraries.Marc Espie
2004-11-12avoid even more calls to canonpath.Marc Espie
2004-11-12stop storing fullname, recompute it dynamically instead.Marc Espie
2004-11-12do catfile manually, e.g., avoid several calls to canonpath.Marc Espie
2004-11-12be saner wrt directory creation during pkg updates:Marc Espie
2004-11-12don't store hexdigest internally.Marc Espie
2004-11-12some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>Henning Brauer
2004-11-12computed fullname.Marc Espie
2004-11-11use from_installation and forget.Marc Espie
2004-11-11forget packing-lists after deleting the package (avoid out-of-memory errorMarc Espie
2004-11-11stuff that needs to be done.Marc Espie
2004-11-11oopsMarc Espie
2004-11-11strchr("whatever", 0) returns non NULL. From Patrick Latifi.Otto Moerbeek
2004-11-11Unbreak peer_localaddr() because Link Local Addresses reported byClaudio Jeker
2004-11-11Unbreak link local IPv6 sessions by setting the correct scope_id inClaudio Jeker
2004-11-11Don't hardcode the prefix table to the IPv4 one, especially if there isClaudio Jeker
2004-11-11Pass the copied as-path attributes to the filter function and not theClaudio Jeker
2004-11-11reversed test.Marc Espie
2004-11-11new accounting method that works with chroot installations.Marc Espie
2004-11-11cache packing-lists, so that we don't read them again and again.Marc Espie
2004-11-11oops, updatable is an object method, so $self is first parameter.Marc Espie
2004-11-11spaces at EOL in comments, spotted by theoHenning Brauer
2004-11-11NOTREACHED not not reached! Stupid me.Claudio Jeker
2004-11-11Store the local v4 and v6 address of a session. For IPv4 sessions the firstClaudio Jeker
2004-11-11symetry: updating a package means removing the old one and adding the newMarc Espie
2004-11-11move collision reporter to a separate file, so that it doesn't get loadedMarc Espie
2004-11-11store a ref to %forced in $state, for access anywhere.Marc Espie
2004-11-11File::Copy use moves as well.Marc Espie
2004-11-11restrict update operation less: we're not bothered by @exec or INSTALL,Marc Espie
2004-11-11need to move collision_report over as well, and use PackageInfo routines.Marc Espie
2004-11-11package names starting with . are hidden from pkg_info by default.Marc Espie
2004-11-11synch validate_plistMarc Espie
2004-11-11move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete.Marc Espie
2004-11-11typoMarc Espie
2004-11-11don't touch font directories if -n either...Marc Espie