summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-17update with a couple of new elements;Jason McIntyre
from pjanzen@
2005-08-17WRITE_BUFFER is a valid command to make it to the passthru busses. makeDavid Gwynne
the unsupported command printf use hex instead of decimal when printing while im here so i dont have to think and do maths to figure out what it is complaining about ok marco@
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-17ARGH! undo commit because i used the wrong tree.Marco Peereboom
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-17add a macro for the WRITE_BUFFER opcodeDavid Gwynne
ok marco@ krw@
2005-08-17add bio_unregister so drivers can remove their bio entry on error orDavid Gwynne
detach. ok marco@ after i proved i had tested it.
2005-08-17Use defines for disk mode page codes. Check returned mode pages toKenneth R Westerback
ensure they are the ones requested. No functional change unless garbage was being returned. ok marco@
2005-08-17dont increment the offset both in and out of the loop while reading theDavid Gwynne
config ok deraadt@ marco@
2005-08-16Do not consider there is a file to process when stat(2) fails; gets rid ofMiod Vallat
spurious error messages. ok deraadt@ millert@ pedro@ tdeval@
2005-08-16big kludge that allows updating mozilla-thunderbird from 3.7 -> current.Marc Espie
okay pvalchev@
2005-08-16unsafe operations -> potentially unsafe operationsMarc Espie
2005-08-16make sure libs get registered if we take a shortcut and don't reinstallMarc Espie
the package, or if we call add_bogus_libs directly.
2005-08-16avoid computing signature twice!Marc Espie
slightly more verbose message.
2005-08-16check special names too.Marc Espie
Fixes a nasty bug: you could have /var/db/pkg mounted read-only, and still delete a package and keep the packing information around. Also makes pkg_add -r estimation of size more accurate, even though it usually doesn't matter, except for packages with huge packing-lists.
2005-08-16clean-up TODO list of stuff that was actually done.Marc Espie
2005-08-163.8 will ship with support for art(4)Theo de Raadt
2005-08-16regenBrad Smith
2005-08-16PCI ids for AMD 8132 PCI-X bridge.Brad Smith
Noticed on a HP DL145 G2. ok deraadt@
2005-08-16#define CVS_ENT_MAXLINELEN 1024Xavier Santolaria
.. as the maximum length of a line in an Entries file, and use it. problem spotted a while ago by mpech@. ok jfb joris
2005-08-16in case we're pretending to install, there's no borked package to create.Marc Espie
2005-08-16syncTheo de Raadt
2005-08-16put a signature check way earlier, so that user doesn't get confusedMarc Espie
seeing update messages for stuff that won't happen anyways.
2005-08-16make test framework more specific, and use it.Marc Espie
2005-08-16provide alternative spellings for alumin{i}um, c{a}esium, andJason McIntyre
sul[f|ph]er; from perry@netbsd: -r1.3, -r1.5, and -r1.7, respectively; ok pjanzen@
2005-08-16more extensive package name checks.Marc Espie
2005-08-16compact the text somewhat;Jason McIntyre
requested by deraadt@; ok claudio@;
2005-08-16remove trailing space;Jason McIntyre
2005-08-16In some cases, pkg_add -r will remove some extra packages while performingMarc Espie
replacement on dependencies. When we finally reach the package that triggered the dependencies, the package it's supposed to replace is no longer there, so do a quick sanity check to only replace packages that have not already been replaced...
2005-08-16update dependency explanation, noticed by Gerardo Santana.Marc Espie
2005-08-16when you ask to update a package, you generally want to update itsMarc Espie
dependencies as well... so do the stem -> pkgname conversion early, and then compute the closure of dependencies on the list of packages we asked for.
2005-08-16Missing .Pp in -compact listTom Cosgrove
ok jmc@
2005-08-16Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case weChristopher Pascoe
want to map the remaining bits to something else later on.
2005-08-16use a hash for compiled stems, to avoid spurious duplicates.Marc Espie
adjust find_updatenames accordingly.
2005-08-16Synchronise timestamp modulation and scrubbing min ttl information.Christopher Pascoe
ok henning mcbride, looks good frantzen
2005-08-16don't mix nlist with lsMarc Espie
2005-08-16document the current state of pkg_add -uMarc Espie
2005-08-16add code that figures out the new package names after an update.Marc Espie
This is done very carefully, so that pkg_add -u only displays the names to use, and so that it does not interfere with existing code. -F pkgpath recommended for speed.
2005-08-16support code for pkg_add -u:Marc Espie
- distant_available(), using the distant listing functions. - stem compiler, to match lots of stems
2005-08-16be more specific about `every precaution' in pkg_add, so that people won'tMarc Espie
be scared about -F update. Document the nasty issues I've encountered with FTP.
2005-08-16make the code that enforces the connection limit a separate function, soMarc Espie
that the distant listing code can use it too. Since the distant listing code creates transient connections, it does not actually need to be tracked, just to ensure that it has a slot !
2005-08-16fix a few minor details: _list() needs to be called as a method.Marc Espie
use nlist *.tgz instead of ls to gain speed. http does not need any command, it just retrieves the directory index. (code not used yet, but so blatantly incorrect)
2005-08-16fix getopt line, noticed by Gerardo SantanaMarc Espie
2005-08-16- watchers remote handlerXavier Santolaria
- consistency nitpicks ok joris
2005-08-16Fix a few retardos. Yelled at by deraadt@Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
Add flag to determine controller type. ok deraadt@
2005-08-15if bv_level is -1, it is a hot spare; ok marcoTheo de Raadt
2005-08-15free the right buffer on errorDavid Gwynne
ok deraadt@
2005-08-15Fix possible race condition in signal handler.Esben Norby
Report and fix from Micheal Knudsen. Prep, test and OK claudio@
2005-08-15Add regression test for fbBltOne().Mark Kettenis