Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 11:48:37 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include param.h src/sys/sparc64/sparc64 machdep.c vm_machdep.c locore.s
Message-ID:  <200109301848.f8UImbK26535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/09/30 11:48:37 PDT

  Modified files:
    sys/sparc64/include  param.h 
    sys/sparc64/sparc64  machdep.c vm_machdep.c locore.s 
  Log:
  Move the pcb the to the top of the kernel stack.
  Add a guard page at the bottom of the kernel stack.  Its unclear how easy
  it will be to detect these faults and do something useful.
  Setup the registers on exec how the c runtime expects.
  Implement various {fill,set}_*regs.
  Fix proc locking.
  
  Revision  Changes    Path
  1.5       +3 -4      src/sys/sparc64/include/param.h
  1.8       +3 -3      src/sys/sparc64/sparc64/locore.s
  1.16      +68 -52    src/sys/sparc64/sparc64/machdep.c
  1.11      +3 -4      src/sys/sparc64/sparc64/vm_machdep.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109301848.f8UImbK26535>