summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-12Fix a misreporting bug after bioctl -H is used to create a hotspare. This wasMarco 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-12Keep track of which DMA window was actually used to map theBrad 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-12add the PCI hdaudio subclass.Brad Smith
2006-05-12fix 'merge mode'.Dale Rahn
#if 0 removal
2006-05-12Major 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-12put back original getopt(3) handling lost during the updateMartin Reindl
2006-05-1232256 is the (posix) block size limit, not archive size limit;Jason McIntyre
from coleman kane; ok otto
2006-05-12remove an 'is' from the comment to make the sentence correct.Felix Kronlage
ok jmc@, mbalmer@
2006-05-12one less Ar;Jason McIntyre
2006-05-12code we can readTheo de Raadt
2006-05-11use the PCI multimedia subclass type HD audio define from pcireg.hBrad Smith
2006-05-11add PCI multimedia subclass type of HD audio.Brad Smith
2006-05-11cleanTheo de Raadt
2006-05-11cleanerTheo de Raadt
2006-05-11use CFLAGS with -I to reach for prebind.hTheo de Raadt
2006-05-11move prebind_strip(8) into ldconfig as the -D option; ok drahnTheo de Raadt
2006-05-11move the DESIGN section into the main body of the text, plus tweaks;Jason McIntyre
2006-05-11fix some spelling; noticed by david@Hans-Joerg Hoexer
2006-05-11fix corruption of pim register packets. From Hideki ONO, thanks!Hans-Joerg Hoexer
ok mcbride@ itojun@
2006-05-11One more (!foo & BAR), tested deraadt@Miod Vallat
2006-05-11Fix stupid bugs in mapping and unmapping of VME regions.Miod Vallat
2006-05-11One more (!foo & BAR) bogus test.Miod Vallat
2006-05-11if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie perMiod Vallat
file.
2006-05-11syncTheo de Raadt
2006-05-11remove a bunch of linux and NeXT defines and, in turn, -D__unix__Martin Reindl
2006-05-11fix some type definitionsDavid Hill
ok beck
2006-05-11handle malloc failure; jan.niemann@tu-bs.deTheo de Raadt
2006-05-11add microHAM devicesJason Wright
2006-05-11more microHAM devicesJason Wright
2006-05-11more microHAM devices (from linux)Jason Wright
2006-05-11support the microHAM radio/computer interfacesJason Wright
2006-05-11syncJason Wright
2006-05-112 microHAM devices from linux, and one from meJason Wright
2006-05-11kill trainling spacesMichael Shalayeff
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
- sort options - new sentence, new line - sync usage()
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-11Use fstat instead of stat, simplifie switch statement into ifRay Lai
statement, and remove __inline. OK xsa@
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-11first round of rcs_write() cleanup; prodded by joris@; input/OK ray@.Xavier Santolaria
2006-05-11cedric points out 0xff mask isn't needed with unsigned charsTed Unangst
2006-05-11oops, missed a %ld should be %luTed Unangst
2006-05-11need ctype.h for isprint.Ted Unangst
%c expects an int argument, cast a u_long value so it gets it.
2006-05-11C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprintTed Unangst
2006-05-11-x and -X options to print io output in hex. from cedric bergerTed Unangst
ok mickey
2006-05-11Some more delint. -mojMats O Jansson
2006-05-11fix incorrect ADC list for ALC880.Brad Smith
From kent NetBSD
2006-05-11If a list of interfaces is supplied via the command line orKenneth 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-11Zap trailing whitespace.Kenneth R Westerback
2006-05-10fix 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-10Add some airplane code.Marco Peereboom
add bio hooks. add scsi entry point for io.