NetBSD/sys/arch/sparc
bouyer 6fb817f5dd Commit changes proposed on tech-kern Thu, 6 Nov 2003
- factor out disksubr.c between sun3, sparc and sparc64. Keep the sun3
  groveling code to find a NetBSD disklabel in the first sector (so that it
  can find a label at the old sun3 LABELOFFSET) as a fallback is not
  label at LABELOFFSET, or sun label is present.
- Fix the sun3 LABELOFFSET (was 64, but the kernel wrote the NetBSD label at
  128)
- Make next68k disksubr.c always write a next-compatible disklabel.
- remove #ifdef __sparc__ hack from disklabel(8), and change it to issue
  a DIOCWDINFO after writing the disklabel to the raw partition in the
  -r/-I case (so that the kernel can convert the label if needed).
2003-11-15 17:52:30 +00:00
..
compile
conf Commit changes proposed on tech-kern Thu, 6 Nov 2003 2003-11-15 17:52:30 +00:00
dev eliminate uvm_useracc() in favor of checking the return value of 2003-11-13 03:09:28 +00:00
fpu Simplify fpu_cleanup() by having it return a code to indicate that a SIGFPE 2003-10-12 19:48:52 +00:00
include __cpu_simple_unlock: avoid instruction re-ordering by the compiler. 2003-11-09 21:04:44 +00:00
sparc Commit changes proposed on tech-kern Thu, 6 Nov 2003 2003-11-15 17:52:30 +00:00
stand Spell address with two d's. Inspired by similar changes in OpenBSD, 2003-11-10 08:51:51 +00:00
Makefile