summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2001-09-28proper values for long double type (from NetBSD)Jason Wright
2001-09-28proper values for ieee rounding modes (from NetBSD)Jason Wright
2001-09-28Almost half of this file was ifdef DEBUG. Everybody knows that debuggingArtur Grabowski
2001-09-28Don't spam the console with userland alignemnt errors.Artur Grabowski
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26missed in previous merge with NetBSD:Jason Wright
2001-09-26grab the "compatible" prom property and use that for searching the deviceJason Wright
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
2001-09-26Merge with NetBSD:Jason Wright
2001-09-26change *int64*_t types to long long; ok art/jasonTheo de Raadt
2001-09-26add siop (and scsibus at siop)... This allows us to boot on E250Jason Wright
2001-09-25Add a bunch of relocation types.Artur Grabowski
2001-09-24Just one relocation type (needed for ld.so) right now.Artur Grabowski
2001-09-22no need for ptys on a RAMDISKTheo de Raadt
2001-09-22Add gem at pciArtur Grabowski
2001-09-21a bit smaller size, and add gemJason Wright
2001-09-21bump size to 8192 and remove a sparc-ismJason Wright
2001-09-21-TEST,+RAMDISKJason Wright
2001-09-21Shared interrupts are not that uncommon. Stop chatting about it.Artur Grabowski
2001-09-20No longer necessary. GENERIC is a good test kernel now.Artur Grabowski
2001-09-20From NetBSD: allow loading of kernels with bss+data > 4MJason Wright
2001-09-20Three changes from NetBSD:Jason Wright
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-20Our printf has %b, use it and don't bother with snprintf stuff.Jason Wright
2001-09-20correct %b stringsJason Wright
2001-09-20openfirmware device (and move ksyms decl to conf.h)Jason Wright
2001-09-20remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKSJason Wright
2001-09-19add mapping for ramdisks to chrtoblktblJason Wright
2001-09-19typoTheo de Raadt
2001-09-19Now is a good time to commit this cosmetic maxpartition-related change...Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19ugly ugly hack for compiling sha1.c with -O0Jason Wright
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-09-18make sure mountroot_hook list is initializedJason Wright
2001-09-18uvmexp not uwmexp, these changes should be tested...Dale Rahn
2001-09-17ramdisk kernel for sparc64 (compiles... will need tweaking)Jason Wright
2001-09-17stuff for ksyms (doesn't quite work yet, tho)Jason Wright
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
2001-09-15merge with netbsd (no external differences... basically just makes diffs easier)Jason Wright
2001-09-15match ebusIII (from netbsd)Jason Wright
2001-09-11protect from multiple inclusionJason Wright
2001-09-10varargs from sparcArtur Grabowski
2001-09-10Don't use the VIS instructions for bcopy and bzero.Artur Grabowski
2001-09-10More accurate compare (from netbsd)Jason Wright
2001-09-10Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,Jason Wright
2001-09-10More debugging stuff.Jason Wright
2001-09-10Add more debugging stuff (including fpstate dumping)Jason Wright