summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-08-19Ooops. sparc always needs own protos.Artur Grabowski
2001-08-19Our ddb_init doesn't take argument (it should, but that's another story).Artur Grabowski
2001-08-19match our reality.Artur Grabowski
2001-08-19New timeouts there as well.Miod Vallat
2001-08-19db_machdep from NetBSD.Artur Grabowski
2001-08-19Typos in comments.Marc Espie
2001-08-19sigh. I need sleep.Artur Grabowski
2001-08-19Don't forget to initialize those timeouts.Artur Grabowski
2001-08-19Unsmoke drugs.Artur Grabowski
2001-08-19sbus_cd.Artur Grabowski
2001-08-19Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsJason Wright
2001-08-19proto for OF_set_callbackArtur Grabowski
2001-08-19proto for child_returnArtur Grabowski
2001-08-19More sensible linker flags.Artur Grabowski
2001-08-19DEBUG causes too much trouble right now.Artur Grabowski
2001-08-18compilesJason Wright
2001-08-18Move the softc into the machdep parts.Artur Grabowski
2001-08-18Some NBPG to PAGE_SIZE conversions.Dale Rahn
2001-08-18RCSidsJason Wright
2001-08-18compiles with minimal mods (From NetBSD)Jason Wright
2001-08-18Change the timeouts on adb keyboard probing to be the same as NetBSD.Dale Rahn
2001-08-18more includes from NetBSDJason Wright
2001-08-18more includes from NetBSD.Artur Grabowski
2001-08-18enough to get sbus.o from NetBSDJason Wright
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-18Fix functions to match prototypes. Old K&R doesn't make sense with inlineMarc Espie
2001-08-18We don't provide COMPAT_1[234] options anymore.Miod Vallat
2001-08-18from netbsd (no modifications worth writing about)Jason Wright
2001-08-18Correct mapping of the kernel message buffer. From NetBSDMiod Vallat
2001-08-18 - Don't include sys/sched.h for now.Artur Grabowski
2001-08-18more from netbsdJason Wright
2001-08-18NKMEMCLUSTERS + PAGE_SIZE & co.Artur Grabowski
2001-08-18VM_MBUF_SIZE and VM_KMEM_SIZE.Artur Grabowski
2001-08-18Stuff from NetBSD/sparc64 and OpenBSD/sparc (no significant modification)Jason Wright
2001-08-18More includes from NetBSD.Artur Grabowski
2001-08-18We still need splimp.Artur Grabowski
2001-08-18A very minimal skeleton. Based on code in NetBSD and sparc.Artur Grabowski
2001-08-18Well, we don't have a GENERIC yet, but we will have.Artur Grabowski
2001-08-18Some more includes from NetBSD.Artur Grabowski
2001-08-18Some more includes from NetBSD.Artur Grabowski
2001-08-18ofwboot.net compiles/links, tooJason Wright
2001-08-18oopsJason Wright
2001-08-18More files needed to compile/link ofwbootJason Wright
2001-08-18Enough of NetBSD/sparc64 for ofwboot to compile/linkJason Wright
2001-08-18probe for ps2 model and check if kbd controller is presentMichael Shalayeff
2001-08-18Get rid of the opt_ PITA.Artur Grabowski
2001-08-18remove pv_table, it is not referenced any longer.Dale Rahn
2001-08-18make apm use kqueue for transferring events to luse listener.Michael Shalayeff
2001-08-18Only map memory above 256MB if the memory is present in the system.Dale Rahn
2001-08-18make this compile __with__ akdb in the kernel configuration.Dale Rahn