summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2001-09-10Add some debugging stuff: a function to dump all of the fpstate64 fields.Jason Wright
2001-09-09only one prototype for fpu_implode necessary.Jason Wright
2001-09-09in fpu_ftox() make sure the high bits are the return value and res[1] getsJason Wright
2001-09-08From NetBSD: debugging stuff to dump fpn'sJason Wright
2001-09-08Import netbsd's fpu handling (modified to be separate from sparc); this isJason Wright
2001-09-07do not accidentally clear other ss_flags bitsTheo de Raadt
2001-09-07Kill the majority of the DEBUG code that's cluttering the signal code.Artur Grabowski
2001-09-07allow recursion into here for man pages on other arch'sJason Wright
2001-09-06installboot manpage canabalized from sparc (only documents sparc64 options, tho)Jason Wright
2001-09-06machine dependent defs from netbsd/sparcJason Wright
2001-09-06Oops, forgot rcsidJason Wright
2001-09-06installboot (from netbsd)Jason Wright
2001-09-06use some make magic (borrowed from macppc) to build {obj/}machineJason Wright
2001-09-06compile with native userlandJason Wright
2001-09-06define BUS_DMA_RAWArtur Grabowski
2001-09-06COMPAT_NETBSD and glue for com at ebusArtur Grabowski
2001-09-06Some glue for COMPAT_NETBSDArtur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-04add xfs; jason@ okTodd T. Fries
2001-09-04enable pf and altq; jason@ okTodd T. Fries
2001-09-04rcsidJason Wright
2001-09-04better still, remove definition from here; suggest by drahnJason Wright
2001-09-04increase size of intrhand in here, too.Jason Wright
2001-09-04add entry to async faults to intrhand array (from netbsd)Jason Wright
2001-09-04Don't explicitly size the intrhand array in the extern declaration (from netbsd)Jason Wright
2001-09-04clean up error handling for psycho_bus_[a|b]Jason Wright
2001-09-04Register definitions for the PCI error registers (borrowed from linux).Jason Wright
2001-09-04Don't forget tty_attach. Should fix the timeout related panics.Artur Grabowski
2001-09-02Oops.Artur Grabowski
2001-09-01correct register offsetsJason Wright
2001-09-01remove statics & KNFJason Wright