summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-07unbreak child_return.Artur Grabowski
2001-11-06Update and unbreak cpu_fork() - from NetBSD.Miod Vallat
2001-11-06Add USB scanner device node to macppc and i386, both of these had theDale Rahn
2001-11-06-Wall -Werror cleanup.Miod Vallat
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06pmap_pinit needs proto now, also disable cache for mapped pagesMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06unbreak child_return.Artur Grabowski
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06Need local prototypes for pmap_pinit and pmap_release.Artur Grabowski
2001-11-06Need to prototype pmap_pinit and pmap_release here.Artur Grabowski
2001-11-06No need for those prototypes here.Artur Grabowski
2001-11-06remove the last uses of vm/vm_page.hArtur Grabowski
2001-11-06 - include shufflingArtur Grabowski
2001-11-06Redundant includes.Artur Grabowski
2001-11-06Redundant includes.Artur Grabowski
2001-11-06redundant includes.Artur Grabowski
2001-11-06Zap some redundant includes.Artur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-05Workaround to prevent Altivec Unavilable problem.Dale Rahn
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentDale Rahn
2001-11-05typo.Artur Grabowski
2001-11-05Fallout from the mmap changes.Artur Grabowski
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-05Code for isadma bouncing.Artur Grabowski
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
2001-11-04Add alpha_ldlu and alpha_stl.Artur Grabowski
2001-11-04hp300spu.h information not needed anymore.Miod Vallat
2001-11-04Change the magic formulae in charge of setting the correct definesMiod Vallat
2001-11-02Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported byJean-Jacques Bernard-Gundol
2001-11-01Unnecessary cast.Artur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-31Add boardtype 1301.Hugh Graham
2001-10-31Change the internal vc_mmap from returning int to paddr_t.Artur Grabowski
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-10-28duh, don't forget cdev entries for char device sabtty (It's been a rough week)Jason Wright
2001-10-28oops, don't forget sab entries here too.Jason Wright
2001-10-28sab* and sabtty* (commented out for now until console stuff is done)Jason Wright
2001-10-28SAB82532 driver (missing console stuff, but working as a generic ttyJason Wright
2001-10-28Handle RB_TIMEBAD in boot().Miod Vallat
2001-10-28Use the same pipeline flush instruction everywhere.Miod Vallat
2001-10-28Define kernel_pmap only if _KERNEL defined.Miod Vallat
2001-10-28Let 188-only kernels compile.Miod Vallat
2001-10-28I have nothing against stack checks at clock ints, as long as they areMiod Vallat
2001-10-28Prune more old stuffMiod Vallat
2001-10-26Don't bomb if isadma is not configured.Artur Grabowski