summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-08sync NetBSD RCS idsBrad Smith
2006-05-08add commented out entries for azalia(4).Brad Smith
2006-05-08Don't crash when a connection list has invalid NIDs.Brad Smith
2006-05-08add some trace messages in azalia_mixer_init().Brad Smith
2006-05-08OpenBSD RCS idsBrad Smith
2006-05-08- make this compile with AZALIA_DEBUGBrad Smith
2006-05-08- Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT. [1]Brad Smith
2006-05-08syncTheo de Raadt
2006-05-08Revert last commit till a better method can be found.Jonathan Gray
2006-05-07Add a little debug to test BIOCINQ primitive.Marco Peereboom
2006-05-07Add remaining glue for physical disk count.Marco Peereboom
2006-05-07Oops, correct import this time.Miod Vallat
2006-05-07getservbyport() wants network byte order; from NetBSDOtto Moerbeek
2006-05-07Fix cut'n'paste abuse in previous typo fix; spotted by Constantine A. Murenin,Miod Vallat
2006-05-07If a device says a MODE SENSE command worked fine, do *not* try a MODEKenneth R Westerback
2006-05-07oops, use correct size for GET_IOC_CHAN_DESCMarco Peereboom
2006-05-07Add bio framework (not functional yet).Marco Peereboom
2006-05-07Pool drains are gone, okay tedu@Pedro Martelletto
2006-05-07name arg for rw_initTed Unangst
2006-05-07add a name to rwlock so that we can tell where procs are getting stuckTed Unangst
2006-05-07remove drain hooks from pool.Ted Unangst
2006-05-07Oops, correct import this time.Miod Vallat
2006-05-07fix pmap debug code and only compile it when PMAPDEBUG is defined.Robert Nagy
2006-05-07Add abstraction for resistor factor; makes it easier to compare them toMark Kettenis
2006-05-07No need to mask misaligned address exceptions for global flush or invalidateMiod Vallat
2006-05-07Oops, correct import this time.Miod Vallat
2006-05-07Move the userland stack at the top of the userland address space.Miod Vallat
2006-05-07Nuke TRACE_DEBUG code. Half of it was useless, and the other half was eitherMiod Vallat
2006-05-07Do not panic on MVME188 if the abort switch is pressed while we are at ipl 7Miod Vallat
2006-05-07Long due update from a.out to ELF (slightly different) relocation defines,Miod Vallat
2006-05-07Initialize oprebind_data so that unintialized memory is not referenced.Dale Rahn
2006-05-07Missing license block; from art@Miod Vallat
2006-05-07forgot to remove this sentence from the commentNikolay Sturm
2006-05-07Unbreak. Fix some of the lint warnings that mickey reintroduced.Mark Kettenis
2006-05-07.globl PTDsize; mickey obviously doesn't test before he commitsMark Kettenis
2006-05-07fix a typo and some KNF.Brad Smith
2006-05-07- Remove unreachable bus_dmamap_unload() in em_dma_malloc().Brad Smith
2006-05-07- Return if there is nothing to do in the interrupt handler.Brad Smith
2006-05-07Default to Ultra DMA Mode 6 not 5 when we know we have a nativeJonathan Gray
2006-05-07syncTheo de Raadt
2006-05-07Zap a bunch of trailing whitespace.Kenneth R Westerback
2006-05-06initialize the propolice cookie more carefully so -fstack-protector-allTheo de Raadt
2006-05-06Sync VM games on startup with earlier pmap_table[] cleanups.Miod Vallat
2006-05-06Decide whether we are running on 88100 or 88110 upon the processorMiod Vallat
2006-05-06While os-note-elf.h uses '.long' on the openbsd note section, theyDale Rahn
2006-05-06If there is a conflict between two symbols, and one of the symbols is aDale Rahn
2006-05-06use mkstemp, remove races wrt lint1 and cpp.Marc Espie
2006-05-06Do not write the same data to a library that is already there whenDale Rahn
2006-05-06improve wording somewhat.Dale Rahn
2006-05-06The SPI in a TDB is actually stored in network order. Make sa synchronisationRyan Thomas McBride