summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
2004-05-10Select the Latin-1 8x16 font as the default 8x16 font, instead of theMiod Vallat
2004-05-10obliterate undef, ok miodJolan Luff
2004-05-10Make sure advskew set correctly in advertisement when configured to a valueRyan Thomas McBride
2004-05-09Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.Miod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
2004-05-09Remove some #ifndef __OpenBSD__/#endif sections that were intended toKenneth R Westerback
2004-05-09Eliminate verbosity parameter to scsi_print_sense and the associatedKenneth R Westerback
2004-05-09Add missing <cr>'s to various SC_DEBUG() calls, along with a few otherKenneth R Westerback
2004-05-09Don't dereference scrub pointer when it's NULL, fix PR 3775, fromDaniel Hartmeier
2004-05-08syncTheo de Raadt
2004-05-08some crappy usb mouse; lteo.openbsd1@mailnull.comTheo de Raadt
2004-05-08Remove spurious initialization; drahn@ okMiod Vallat
2004-05-08In pmap_enu*(), be sure to splx() on low memory conditions.Miod Vallat
2004-05-08Do not duplicate fragments from <machine/conf.h>.Miod Vallat
2004-05-08reference count bpf descriptors to protect against disappearing interfacesCan Erkin Acar
2004-05-08Better bus_dmamap_load() implementation which does not use vtophys(),Miod Vallat
2004-05-08Kill whitespace at EOLMiod Vallat
2004-05-08Correct values for the pci_routes[] pci-to-mpic interrupt routing table,Miod Vallat
2004-05-08Enable ichpcib(4) in GENERIC and on all media.Alexander Yurchenko
2004-05-08Put back ichpcib(4), it works now.Alexander Yurchenko
2004-05-08If a carp interface has more than CARP_SENDAD_MAX_ERRORS failedRyan Thomas McBride
2004-05-07CardBus fxp's use the 82558 chipset which has a Long Receive bit,Brad Smith
2004-05-07Set value for rslt before trying to display it. 'Bad LUN ...' messsageKenneth R Westerback
2004-05-07align to __LDPGSZ for anon mmap. this allows userland to be compiledTed Unangst
2004-05-07spllower should return the previous level, to match other archs.Ted Unangst
2004-05-07Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.Todd C. Miller
2004-05-07Remove mvme88k workaround for ssh(4) bugs.Miod Vallat
2004-05-07Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment forMiod Vallat
2004-05-07bus_dma(9) implementation for mvme88k, mostly based upon powerpc.Miod Vallat
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-05-07Make #endif /* foo */ comments really match the #if condition.Miod Vallat
2004-05-07Do not rely upon a fictitious MAXPHYSMEM value, but rather the actualMiod Vallat
2004-05-07Add new file <machine/conf.h> and clean up console code and structures.Kenji Aoyama
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2004-05-07Some clean up, especially delete unused nvram related part. From miod@Kenji Aoyama
2004-05-07Compute the size of the kernel page table at runtime, depending upon theMiod Vallat
2004-05-07LM7x models improvements:Alexander Yurchenko
2004-05-07This chunk was not supposed to be commited now.Alexander Yurchenko
2004-05-07proper casts for vtophys. looked at by grange@Ted Unangst
2004-05-07free the right thing on failure, in case this ever gets usedTed Unangst
2004-05-07fatty softdep merge with freebsd. fixes a variety of possible issues.Ted Unangst
2004-05-06back out kernel breakage. Be more careful damnitTheo de Raadt
2004-05-06TypoMiod Vallat
2004-05-06spacesAlexander Yurchenko
2004-05-06Move speedstep code to a separate ichpcib(4) driver.Alexander Yurchenko
2004-05-06Do not leak resources if bus_space_map() fails during attach, or we don'tMiod Vallat
2004-05-06When the NVRAM is toast and we have to guess the CPU speed, choose a saferMiod Vallat
2004-05-06Two missing ifdef FIFO; noticed by form@pdp-11.org.ru.Alexander Yurchenko