Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 1999 15:05:43 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 machdep.c trap.c vm_machdep.c src/sys/i386/linux linux_misc.c linux_sysvec.c src/sys/kern kern_exec.c src/sys/sys mman.h src/sys/vm vm_extern.h vm_map.c vm_map.h vm_mmap.c
Message-ID:  <199901062305.PAA13704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1999/01/06 15:05:43 PST

  Modified files:
    sys/i386/i386        machdep.c trap.c vm_machdep.c 
    sys/i386/linux       linux_misc.c linux_sysvec.c 
    sys/kern             kern_exec.c 
    sys/sys              mman.h 
    sys/vm               vm_extern.h vm_map.c vm_map.h vm_mmap.c 
  Log:
  Add (but don't activate) code for a special VM option to make
  downward growing stacks more general.
  Add (but don't activate) code to use the new stack facility
  when running threads, (specifically the linux threads support).
  This allows people to use both linux compiled linuxthreads, and also the
  native FreeBSD linux-threads port.
  
  The code is conditional on VM_STACK. Not using this will
  produce the old heavily tested system.
  
  Submitted by: Richard Seaman <dick@tar.com>
  
  Revision  Changes    Path
  1.320     +5 -1      src/sys/i386/i386/machdep.c
  1.133     +37 -1     src/sys/i386/i386/trap.c
  1.115     +18 -1     src/sys/i386/i386/vm_machdep.c
  1.51      +46 -47    src/sys/i386/linux/linux_misc.c
  1.43      +3 -20     src/sys/i386/linux/linux_sysvec.c
  1.93      +19 -1     src/sys/kern/kern_exec.c
  1.24      +4 -1      src/sys/sys/mman.h
  1.39      +5 -1      src/sys/vm/vm_extern.h
  1.139     +206 -1    src/sys/vm/vm_map.c
  1.33      +8 -1      src/sys/vm/vm_map.h
  1.86      +16 -1     src/sys/vm/vm_mmap.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?199901062305.PAA13704>