summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-09add a list of machines supported by each audio driver;Xavier Santolaria
2006-01-09trust i2c_scan for telling us if this is a lm75 or lm77, instead ofTheo de Raadt
2006-01-09do a lot more careful register checking for echos and roll-around andTheo de Raadt
2006-01-09Make sure the vnode being read is a file, okay dlg@ deraadt@Pedro Martelletto
2006-01-09Use protected version of register_t in struct sigcontext for theTodd C. Miller
2006-01-09Ups. Inverse logic.Claudio Jeker
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2006-01-09avoid anything that isn't a library in warning for SHARED_LIBS.Marc Espie
2006-01-09double word fix; from joe snikerisJason McIntyre
2006-01-09Enable hotplug(4); Tested by Michael Knudsen and me;Robert Nagy
2006-01-09Add cmpmsf(). Use it to eliminate repeated code. No functional change.Kenneth R Westerback
2006-01-09Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
2006-01-09skip the darn cereal devices, which i think are just markers for the host chi...Theo de Raadt
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
2006-01-09Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
2006-01-08Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG;Miod Vallat
2006-01-08Fix one more uninitialized variable scenario; from Ray Lai.Miod Vallat
2006-01-08Make sure we can exit from a loop in v_key_init() regardless of the localeMiod Vallat
2006-01-08Appease gcc 3 and the C gods by fixing a couple of undefined statements;Miod Vallat
2006-01-08Explicit braces around macro fields and logical operations, gets rid of 148Miod Vallat
2006-01-08Remove unused grf_softc members; do not keep temporary data in grf_softcMiod Vallat
2006-01-08regenBrad Smith
2006-01-08add a third ATI RS480 PCI Express bridge.Brad Smith
2006-01-08regenBrad Smith
2006-01-08add another ATI RS480 PCI Express bridgeBrad Smith
2006-01-08Don't provide bass and treble mixer controls if the underlying hardware doesn'tMark Kettenis
2006-01-08Allow @value in @include. Backported from texinfo 3.8.Mark Kettenis
2006-01-08make cvs_init_create_files() return type void; ok joris@.Xavier Santolaria
2006-01-08Drop native MacOS support from the adb direct code, and skip callbackMiod Vallat
2006-01-08Big-endian fix here too.Miod Vallat
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
2006-01-08Advertize color on non-indexed modes, and swap blue and red at 16bpp (might beMiod Vallat
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.Miod Vallat
2006-01-08Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.Miod Vallat
2006-01-08Switch macfb from an rcons backend to a rasops backend; supposedly restoresMiod Vallat
2006-01-08Oops, don't forget to initialize the raw repeat timeout; lost while cleaning.Miod Vallat
2006-01-08Correctly initialize ri_devcmap at 4bpp.Miod Vallat
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-08regenDamien Bergamini
2006-01-08more Ralink Technology PCI ids.Damien Bergamini
2006-01-08i cant spell my own name.David Gwynne
2006-01-08syncTheo de Raadt
2006-01-08Fix the handling of negative hexadecimal numbers in integer formats.Todd C. Miller
2006-01-08syncTheo de Raadt
2006-01-08LinkSys->LinksysJolan Luff
2006-01-08make the description of the first example a little more informative;Jason McIntyre
2006-01-08LinkSys -> Linksys;Jason McIntyre
2006-01-07mention the 6i and remove bio stuff as there is no bio supportBrad Smith
2006-01-07Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line forMiod Vallat
2006-01-07more tweaks; ok grangeJason McIntyre