summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-15remove some debug cruftDavid Gwynne
2004-11-15repair -lMarc Espie
2004-11-15clarify preempt, especially wrt failing all interfaces over at once,Henning Brauer
and better examples, from camield@, ok ryan and me
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
result code.
2004-11-15Compile with gcc 3.Miod Vallat
2004-11-15oops - one more option sort;Jason McIntyre
2004-11-15sort options; whitespace;Jason McIntyre
ok espie@
2004-11-15sort options;Jason McIntyre
ok espie@
2004-11-15sort options; whitespace;Jason McIntyre
ok espie@
2004-11-15sort options, and some whitespace issues;Jason McIntyre
ok espie@
2004-11-15debug printf fixes from Daan VreekenDavid Gwynne
2004-11-15More stuff to doJean-Francois Brousseau
2004-11-15Fix some issues in the protocol dispatch table:Jean-Francois Brousseau
- set the 'log', 'history', 'rdiff' and 'rtag' commands to require a response - replace the entry for 'rannotate' (which doesn't exist) with 'annotate' and also remove 'rlog' (which doesn't exist either)
2004-11-15use CarpMarc Espie
2004-11-14pass full item to CollisionReport, so that it can compute md5 for filesMarc Espie
not registered with any package, and tell you if the file differs or not.
2004-11-14stop storing @pkdep into packing-lists, use separate REQUIRING file instead.Marc Espie
Cases where we need to tweak dependencies are well-delimited, and we simply convert the old installed package to the new model in one step.
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
changes over time.
2004-11-14turn on progress meter by default, use -x to disable it.Marc Espie
document the new stuff, partial reorder of options.
2004-11-14let RequiredBy generate lists directly, use hashes to trim down duplicates ↵Marc Espie
directly. Optimize for !wantarray, by telling whether the list is empty or not. prepare for a second similar list (REQUIRING) that will replace pkgdep, since pkg_add -r spends a hell of a lot of its time reading/writing long packing-lists... Use the simplified interface. Remove quite a few tests that the RequiredBy list is non-empty that do nothing but obfuscate the code: just deal with the damn list already.
2004-11-14KNF large chunks of tab-free code discovered while working on previousKenneth R Westerback
commit. Whitespace, line break and declaration shuffling changes only.
2004-11-14More NetBSD cruft removal, starting with 'struct ahd_pci_busdata' andKenneth R Westerback
the fallout from that. Ensure pcireg_t variables are being used with pci_conf_read/write functions - found one uint16_t variable (pcix_status) being used to store and restore (32 bit) pcireg_t values. Some KNF. No functional changes.
2004-11-14fix typo, trim extra empty linePeter Valchev
2004-11-13fix loop label. reported by naddy@Marc Espie
2004-11-13Let mount -a mount mfs systems shadowing a disk partition, if disklabel reportsMiod Vallat
the partition type as ffs. Makes people's life easier on platforms where disklabel does not record partition types and hardcodes values for them, such as sparc and sparc64. ok otto@
2004-11-13remove harris-derived stuffTheo de Raadt
2004-11-13force update to replace existing packages.Marc Espie
2004-11-13Let the chip settle for a bit more time between trying to output twoMiod Vallat
characters; this will prevent us from falling into timeout behaviour when it is in fact not necessary.
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
as well.
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
installations can proceed to the end...
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
use the same framework in pkg_add while extracting temp packages so that we will be able to destroy them eventually.
2004-11-13likewise, packing-lists state will store refs to cwd, so make thisMarc Espie
a true object with cwd()/set_cwd() functions.
2004-11-13cwd() function so that further changes to internal storage won't matterMarc Espie
that much.
2004-11-13move borked_installation over to common routines, prepare it forMarc Espie
Update.
2004-11-13Eliminate a structure member introduced via NetBSD, now superfluous.Kenneth R Westerback
2004-11-13Eliminate more cruft that crept in during FreeBSD -> NetBSD -> OpenBSDKenneth R Westerback
travels. Simplify create_dmamem/free_dmamem api.
2004-11-12updateJean-Francois Brousseau