Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-17 | update with a couple of new elements; | Jason McIntyre | |
from pjanzen@ | |||
2005-08-17 | WRITE_BUFFER is a valid command to make it to the passthru busses. make | David 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-17 | Add support for unused disks. | Marco Peereboom | |
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl. | |||
2005-08-17 | ARGH! undo commit because i used the wrong tree. | Marco Peereboom | |
2005-08-17 | Add support for unused disks. | Marco Peereboom | |
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl. | |||
2005-08-17 | add a macro for the WRITE_BUFFER opcode | David Gwynne | |
ok marco@ krw@ | |||
2005-08-17 | add bio_unregister so drivers can remove their bio entry on error or | David Gwynne | |
detach. ok marco@ after i proved i had tested it. | |||
2005-08-17 | Use defines for disk mode page codes. Check returned mode pages to | Kenneth R Westerback | |
ensure they are the ones requested. No functional change unless garbage was being returned. ok marco@ | |||
2005-08-17 | dont increment the offset both in and out of the loop while reading the | David Gwynne | |
config ok deraadt@ marco@ | |||
2005-08-16 | Do not consider there is a file to process when stat(2) fails; gets rid of | Miod Vallat | |
spurious error messages. ok deraadt@ millert@ pedro@ tdeval@ | |||
2005-08-16 | big kludge that allows updating mozilla-thunderbird from 3.7 -> current. | Marc Espie | |
okay pvalchev@ | |||
2005-08-16 | unsafe operations -> potentially unsafe operations | Marc Espie | |
2005-08-16 | make sure libs get registered if we take a shortcut and don't reinstall | Marc Espie | |
the package, or if we call add_bogus_libs directly. | |||
2005-08-16 | avoid computing signature twice! | Marc Espie | |
slightly more verbose message. | |||
2005-08-16 | check 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-16 | clean-up TODO list of stuff that was actually done. | Marc Espie | |
2005-08-16 | 3.8 will ship with support for art(4) | Theo de Raadt | |
2005-08-16 | regen | Brad Smith | |
2005-08-16 | PCI ids for AMD 8132 PCI-X bridge. | Brad Smith | |
Noticed on a HP DL145 G2. ok deraadt@ | |||
2005-08-16 | #define CVS_ENT_MAXLINELEN 1024 | Xavier 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-16 | in case we're pretending to install, there's no borked package to create. | Marc Espie | |
2005-08-16 | sync | Theo de Raadt | |
2005-08-16 | put a signature check way earlier, so that user doesn't get confused | Marc Espie | |
seeing update messages for stuff that won't happen anyways. | |||
2005-08-16 | make test framework more specific, and use it. | Marc Espie | |
2005-08-16 | provide alternative spellings for alumin{i}um, c{a}esium, and | Jason McIntyre | |
sul[f|ph]er; from perry@netbsd: -r1.3, -r1.5, and -r1.7, respectively; ok pjanzen@ | |||
2005-08-16 | more extensive package name checks. | Marc Espie | |
2005-08-16 | compact the text somewhat; | Jason McIntyre | |
requested by deraadt@; ok claudio@; | |||
2005-08-16 | remove trailing space; | Jason McIntyre | |
2005-08-16 | In some cases, pkg_add -r will remove some extra packages while performing | Marc 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-16 | update dependency explanation, noticed by Gerardo Santana. | Marc Espie | |
2005-08-16 | when you ask to update a package, you generally want to update its | Marc 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-16 | Missing .Pp in -compact list | Tom Cosgrove | |
ok jmc@ | |||
2005-08-16 | Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case we | Christopher Pascoe | |
want to map the remaining bits to something else later on. | |||
2005-08-16 | use a hash for compiled stems, to avoid spurious duplicates. | Marc Espie | |
adjust find_updatenames accordingly. | |||
2005-08-16 | Synchronise timestamp modulation and scrubbing min ttl information. | Christopher Pascoe | |
ok henning mcbride, looks good frantzen | |||
2005-08-16 | don't mix nlist with ls | Marc Espie | |
2005-08-16 | document the current state of pkg_add -u | Marc Espie | |
2005-08-16 | add 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-16 | support code for pkg_add -u: | Marc Espie | |
- distant_available(), using the distant listing functions. - stem compiler, to match lots of stems | |||
2005-08-16 | be more specific about `every precaution' in pkg_add, so that people won't | Marc Espie | |
be scared about -F update. Document the nasty issues I've encountered with FTP. | |||
2005-08-16 | make the code that enforces the connection limit a separate function, so | Marc 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-16 | fix 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-16 | fix getopt line, noticed by Gerardo Santana | Marc Espie | |
2005-08-16 | - watchers remote handler | Xavier Santolaria | |
- consistency nitpicks ok joris | |||
2005-08-16 | Fix a few retardos. Yelled at by deraadt@ | Marco Peereboom | |
2005-08-15 | Add global hot spare support. | Marco Peereboom | |
Add flag to determine controller type. ok deraadt@ | |||
2005-08-15 | if bv_level is -1, it is a hot spare; ok marco | Theo de Raadt | |
2005-08-15 | free the right buffer on error | David Gwynne | |
ok deraadt@ | |||
2005-08-15 | Fix possible race condition in signal handler. | Esben Norby | |
Report and fix from Micheal Knudsen. Prep, test and OK claudio@ | |||
2005-08-15 | Add regression test for fbBltOne(). | Mark Kettenis | |