summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-11-18add code to announce support for IPv6 Unicast.Henning Brauer
2004-11-18it's oupsa oupsa oupsa time...Henning Brauer
2004-11-18supress logging of subsequent connect() failures as long as:Henning Brauer
2004-11-17print ipv6 on enc0, too; ok otto, tests by friesMarkus Friedl
2004-11-17NI_WITHSCOPEID is no more.Jun-ichiro itojun Hagino
2004-11-16Re-implement LQM, this time according to the rfc.Brad Smith
2004-11-15sort options;Jason McIntyre
2004-11-15hit the clueless...Marc Espie
2004-11-15generate ExtraInfo from defines FULLPKGPATH, PERMIT_PACKAGE_CDROM, PERMIT_PAC...Marc Espie
2004-11-15compile patterns once, should be a slight speed up.Marc Espie
2004-11-15minimal documentation for -E.Marc Espie
2004-11-15tweaks;Jason McIntyre
2004-11-15say goodbye to old example code, since pkg_info now does it...Marc Espie
2004-11-15find_pkg function to iterate through pkgs, wherever they might be.Marc Espie
2004-11-15repair -lMarc Espie
2004-11-15clean-up: pull all option parsing together.Marc Espie
2004-11-15don't Fatal out if -e thingy -q, since we're only interested in theMarc Espie
2004-11-15oops - one more option sort;Jason McIntyre
2004-11-15sort options; whitespace;Jason McIntyre
2004-11-15sort options;Jason McIntyre
2004-11-15sort options; whitespace;Jason McIntyre
2004-11-15sort options, and some whitespace issues;Jason McIntyre
2004-11-15use CarpMarc Espie
2004-11-14pass full item to CollisionReport, so that it can compute md5 for filesMarc Espie
2004-11-14stop storing @pkdep into packing-lists, use separate REQUIRING file instead.Marc Espie
2004-11-14make sure REQUIRING file is an integral part of what we do.Marc Espie
2004-11-14allows for several -f options, since OpenBSD::Getopt makes this possibleMarc Espie
2004-11-14current unsolved issues.Marc Espie
2004-11-14-K -L option that prefixes each file name with keyword.Marc Espie
2004-11-14cosmeticMarc Espie
2004-11-14don't try to tell exactly what gets copied into /var/db/pkg, since thisMarc Espie
2004-11-14turn on progress meter by default, use -x to disable it.Marc Espie
2004-11-14let RequiredBy generate lists directly, use hashes to trim down duplicates di...Marc Espie
2004-11-13fix loop label. reported by naddy@Marc Espie
2004-11-13force update to replace existing packages.Marc Espie
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