Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-22 | One last forgotten FREE(). | Miod Vallat | |
2008-06-22 | Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtree | Ryan Thomas McBride | |
for picking states to unlink as the tailq may contain unlinked states. | |||
2008-06-21 | print vendor and product in hexa on debug. | Federico G. Schwindt | |
2008-06-21 | print the correct function name. | Federico G. Schwindt | |
2008-06-21 | Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. | Kenneth R Westerback | |
2008-06-21 | regen | Brad Smith | |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith | |
From Linux sky2/Marvell sk98lin drivers. | |||
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback | |
commands. Bump limit back to the standard 4, and at the same time eliminate SDRETRIES and CDRETRIES (both defined to 4) in favour of a new define, SCSI_RETRIES, also defined to 4. | |||
2008-06-21 | Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() | Kenneth R Westerback | |
instead. We do not make use of the PMI and RELADDR bits in the READ CAPACITY command, and thus there is no difference between cd and sd capacity handling. Brings cd and sd more into line, shrinks code and makes things easier to understand. Make types for blocksize and disksize consistant and MI. Make cdopen() as silent as sdopen(). ok marco@ | |||
2008-06-21 | add a hash table mechanism based upon hcreate(3) but one that allows | Joris Vink | |
us to maintain multiple hash tables concurrently. immediatly start using it to keep track of what directories we have already created and what CVS dirs we already created so we do not recreate them when we do not need to. we will be switching more internals to use this soon. rejoice for cheaper lookups. ok tobias@ | |||
2008-06-21 | rework collisionreport to allow some limited repair capabilities: | Marc Espie | |
assuming none of the files is registered, we can assume that the package registration fails, and then we remove the files, and install the package. Then we also walk installed packages to restore dependencies that would have been erased (this is fairly simple-minded and may fail in weird cases). | |||
2008-06-21 | introduce unlink operation with nice properties | Marc Espie | |
2008-06-21 | use autovivification | Marc Espie | |
2008-06-21 | Fix "-T expire"; clear pfra_fback on addresses before sending them back to | Ryan Thomas McBride | |
the kernel to be deleted. | |||
2008-06-21 | cleaning up, no functional changes | Martynas Venckus | |
- no support for National 32000, removing ns32000/national ifdefs maze - remove tahoe defs - ansify looks fine to millert@; who also noticed rint removal | |||
2008-06-21 | use optopt to get invalid flag, instead of return value of getopt, | Martynas Venckus | |
which is always '?'; ok djm@ | |||
2008-06-21 | unreac -> unreach; from Markus Lude | Jason McIntyre | |
2008-06-21 | fix probable cut and paste error when for the virtual QH link. | Federico G. Schwindt | |
from netbsd via dragonfly. pointed by theo. ok by many. | |||
2008-06-21 | Only do state key linking on the outbound path. | Ryan Thomas McBride | |
Fixes stateful filtering on enc0. Problem report, testing, and ok david@ | |||
2008-06-20 | Don't parse CVS/Root during import. | Tobias Stoeckmann | |
ok joris | |||
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray | |
2008-06-20 | regen | Jonathan Gray | |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray | |
2008-06-20 | admin is only allowed on files which have an entry in CVS/Entries. | Tobias Stoeckmann | |
ok joris | |||
2008-06-20 | Remove obsolete (and erroneous) #if statement that caused all compilers | Anders Magnusson | |
except for gcc to get the wrong prototype. Ok millert@ | |||
2008-06-20 | prepare to handle future extensions | Marc Espie | |
2008-06-20 | Change gcc named variadics to c99 ones. Ok otto@ | Anders Magnusson | |
2008-06-20 | Properly send -D arguments to server when run as a client. Issue spotted | Tobias Stoeckmann | |
by sthen. ok joris | |||
2008-06-20 | If -N has been specified along -D for diff, treat invalid dates as ↵ | Tobias Stoeckmann | |
non-existent file. Spotted by sthen. ok joris | |||
2008-06-20 | Fix erroneous variadics. Ok millert@ | Anders Magnusson | |
2008-06-20 | add missing .Re; from Alan R. S. Bueno | Jason McIntyre | |
2008-06-20 | Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and | Marc Balmer | |
the presence of the graphics processor. ok deraadt | |||
2008-06-20 | Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead of | Kurt Miller | |
segfaulting. okay marc@ todd@ | |||
2008-06-19 | knf; Mark Lumsden | Theo de Raadt | |
2008-06-19 | Moved the unset of TZ environment variable out of atot into main, removing | Tobias Stoeckmann | |
an unused static var and test out of atot. With input by jsing and millert, ok millert | |||
2008-06-19 | If checkout/update -p is requested with a specific tag for a file which | Tobias Stoeckmann | |
doesn't contain this tag, don't print head. ok joris | |||
2008-06-19 | Add entries to history file only if it already exists. | Tobias Stoeckmann | |
ok joris | |||
2008-06-19 | do not print spurious whitespace when reading from stdin; | Otto Moerbeek | |
from Bernd Ahlers with a twist from me; ok millert@ | |||
2008-06-19 | printf(1) does not take any options but still needs to ignore the "--" | Todd C. Miller | |
(end of options) flag. OK deraadt@ espie@ | |||
2008-06-19 | comment out the com4 because -- even when disabled -- it shuffles all the | Theo de Raadt | |
other com port numbers and is really really hard to diagnose. spotted by sthen | |||
2008-06-19 | sync | Todd T. Fries | |
2008-06-19 | sort, prompted by jmc@ | Todd T. Fries | |
2008-06-19 | Sync with reality and fix some typos/wording. | Marc Balmer | |
2008-06-19 | Add OpenBSD CVS marker, proper type for probe function. | Marc Balmer | |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter | |
2008-06-19 | add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded or | Reyk Floeter | |
shielded twisted pair cables. this is an upcoming standard. ok brad@ | |||
2008-06-19 | Sync USB ids. Although the Pro 5000 should be removed as it is | Brad Smith | |
a UVC compliant webcam. | |||
2008-06-19 | add ix(4) to GENERIC, enable it on i386. | Reyk Floeter | |
ok deraadt@ | |||
2008-06-19 | regen | Brad Smith | |
2008-06-19 | Fix the naming of the QuickCam Notebook Deluxe entry. | Brad Smith | |