summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-06-09KNFDale Rahn
2002-06-09Ah, seems we've seen this problem before (macro's with wrong name)Jason Wright
2002-06-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09add PCITAG_BUS/DEV/FUNC for decoding PCI tagsJason Wright
2002-06-09knf/cleanup/dead code removal.Dale Rahn
2002-06-09more arpcom ->sc_arpcom missing.Dale Rahn
2002-06-09an agr(0) was overwriting the saved r18, fix thatMichael Shalayeff
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-06-09more of those crazy registersJason Wright
2002-06-08Move stuff around like a crazy man... (split into var/reg)Jason Wright
2002-06-08compile with -Wall -Werror -WhateverMiod Vallat
2002-06-08Make 4GB machines work better.Tobias Weingartner
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-08Netbsd cache flush speedup to dcache_flush_page.Marcus Watts
2002-06-08Use tsleep.Artur Grabowski
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, fix lcsplx() behaviour as per macppc, and a fewMiod Vallat
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-08protect biodone with splbioArtur Grabowski
2002-06-08Explain why there is no splhigh hereNiklas Hallqvist
2002-06-08Provide type information for some symbols. Should fix vmstat -i.Artur Grabowski
2002-06-08Always keep the symbols, don't hand that memory to the VM system.Artur Grabowski
2002-06-08rl* at cardbusAaron Campbell
2002-06-08Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver.Dale Rahn
2002-06-07knfJason Wright
2002-06-07More DDB fallout.Dale Rahn
2002-06-07Fix DDB build problem, minor cleanup.Dale Rahn
2002-06-07This doesn't happen, and Debugger should not be used here anyway...Dale Rahn
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-06-07add a way to exit from the 'root device' prompt if we haven't found ANY possi...Jason Wright
2002-06-07Hand-editing diff file to remove a few chunks that you don't want toMiod Vallat
2002-06-07remove staticJason Wright
2002-06-07Vacuum cleaning of the adb code, step 1: random KNF, remove mac68kMiod Vallat
2002-06-07KNFMiod Vallat
2002-06-07Move more function prototypes to <machine/conf.h> as cdev_decl(foo)Miod Vallat
2002-06-07zap.Artur Grabowski
2002-06-07Switch mvmeppc to the current powerpc pmap scheme.Miod Vallat
2002-06-07Fix the cache invalidation routines, per macppc cpu.h rev 1.3.Miod Vallat
2002-06-06implement findblkname() and some more fluff aroundMichael Shalayeff
2002-06-06use shorter uvm_prot_rwMichael Shalayeff
2002-06-06do not poke into the page0 for nowMichael Shalayeff
2002-06-06do not say duh to the cerealMichael Shalayeff
2002-06-06zapArtur Grabowski
2002-06-05a driver for the rng on the amd768 power management device (no actual power m...Michael Shalayeff