Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-12 | Fix a misreporting bug after bioctl -H is used to create a hotspare. This was | Marco Peereboom | |
reported by several people. What happens is that the firmware sometimes misreports what SCSI type a device is. The driver was only allowing a create hotspare function when the type was set to hard disk. Since the firmware will, obviously, not allow the driver to create a hotspare on any other type of device the driver doesn't need these smarts and now will ignore the type. Tested by henning todd and Ben Lovett. ok dlg | |||
2006-05-12 | Keep track of which DMA window was actually used to map the | Brad Smith | |
request (not always the passed in DMA tag if we try direct-map and then fall back to sgmap-mapped). Use the actual window when performing dmamap_sync and dmamap_unload operations. From NetBSD ok martin@ | |||
2006-05-12 | add the PCI hdaudio subclass. | Brad Smith | |
2006-05-12 | fix 'merge mode'. | Dale Rahn | |
#if 0 removal | |||
2006-05-12 | Major code rewrite, now uses about 1/6th of the memory it used before. | Dale Rahn | |
produces logically the same output (just a few fields reordered). | |||
2006-05-12 | put back original getopt(3) handling lost during the update | Martin Reindl | |
2006-05-12 | 32256 is the (posix) block size limit, not archive size limit; | Jason McIntyre | |
from coleman kane; ok otto | |||
2006-05-12 | remove an 'is' from the comment to make the sentence correct. | Felix Kronlage | |
ok jmc@, mbalmer@ | |||
2006-05-12 | one less Ar; | Jason McIntyre | |
2006-05-12 | code we can read | Theo de Raadt | |
2006-05-11 | use the PCI multimedia subclass type HD audio define from pcireg.h | Brad Smith | |
2006-05-11 | add PCI multimedia subclass type of HD audio. | Brad Smith | |
2006-05-11 | clean | Theo de Raadt | |
2006-05-11 | cleaner | Theo de Raadt | |
2006-05-11 | use CFLAGS with -I to reach for prebind.h | Theo de Raadt | |
2006-05-11 | move prebind_strip(8) into ldconfig as the -D option; ok drahn | Theo de Raadt | |
2006-05-11 | move the DESIGN section into the main body of the text, plus tweaks; | Jason McIntyre | |
2006-05-11 | fix some spelling; noticed by david@ | Hans-Joerg Hoexer | |
2006-05-11 | fix corruption of pim register packets. From Hideki ONO, thanks! | Hans-Joerg Hoexer | |
ok mcbride@ itojun@ | |||
2006-05-11 | One more (!foo & BAR), tested deraadt@ | Miod Vallat | |
2006-05-11 | Fix stupid bugs in mapping and unmapping of VME regions. | Miod Vallat | |
2006-05-11 | One more (!foo & BAR) bogus test. | Miod Vallat | |
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat | |
file. | |||
2006-05-11 | sync | Theo de Raadt | |
2006-05-11 | remove a bunch of linux and NeXT defines and, in turn, -D__unix__ | Martin Reindl | |
2006-05-11 | fix some type definitions | David Hill | |
ok beck | |||
2006-05-11 | handle malloc failure; jan.niemann@tu-bs.de | Theo de Raadt | |
2006-05-11 | add microHAM devices | Jason Wright | |
2006-05-11 | more microHAM devices | Jason Wright | |
2006-05-11 | more microHAM devices (from linux) | Jason Wright | |
2006-05-11 | support the microHAM radio/computer interfaces | Jason Wright | |
2006-05-11 | sync | Jason Wright | |
2006-05-11 | 2 microHAM devices from linux, and one from me | Jason Wright | |
2006-05-11 | kill trainling spaces | Michael Shalayeff | |
2006-05-11 | - add -X and -x to SYNOPSIS | Jason McIntyre | |
- sort options - new sentence, new line - sync usage() | |||
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria | |
2006-05-11 | Use fstat instead of stat, simplifie switch statement into if | Ray Lai | |
statement, and remove __inline. OK xsa@ | |||
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria | |
2006-05-11 | first round of rcs_write() cleanup; prodded by joris@; input/OK ray@. | Xavier Santolaria | |
2006-05-11 | cedric points out 0xff mask isn't needed with unsigned chars | Ted Unangst | |
2006-05-11 | oops, missed a %ld should be %lu | Ted Unangst | |
2006-05-11 | need ctype.h for isprint. | Ted Unangst | |
%c expects an int argument, cast a u_long value so it gets it. | |||
2006-05-11 | C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprint | Ted Unangst | |
2006-05-11 | -x and -X options to print io output in hex. from cedric berger | Ted Unangst | |
ok mickey | |||
2006-05-11 | Some more delint. -moj | Mats O Jansson | |
2006-05-11 | fix incorrect ADC list for ALC880. | Brad Smith | |
From kent NetBSD | |||
2006-05-11 | If a list of interfaces is supplied via the command line or | Kenneth R Westerback | |
dhcpd.interfaces then a) don't bother looking up information on interfaces that were not requested; b) don't exit if a requested interface is not found, just issue a warning message; c) exit if none of the interfaces were found. The command line for dhcpd shown in ps will continue to show requested but ignored interfaces. As usual with dhc* code, whack a bunch of unused states, constants, flags, etc. Since we only invoke discover_interfaces() with DISCOVER_SERVER, there is no need to keep track of other possibilities. | |||
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback | |
2006-05-10 | fix a bunch of missing [mc]alloc failure checks by using xcalloc/xmalloc, | Dale Rahn | |
also a couple of invalid allocation/references while at it. | |||
2006-05-10 | Add some airplane code. | Marco Peereboom | |
add bio hooks. add scsi entry point for io. |