Add a stack-size argument to the LWKT threading code so threads can be
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jul 2004 08:55:02 +0000 (08:55 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jul 2004 08:55:02 +0000 (08:55 +0000)
commitf470d0c845ce34ebb1dc2bc42670f136bb926271
tree565cc269edc41155b5ee69fbdc938d391937d847
parent1ac06773e5a7ebaa45a8d3d809a29f5c752b9c27
Add a stack-size argument to the LWKT threading code so threads can be
created with different-sized stacks.  Adjust libcaps to match.

This is a pre-requisit to adding NDIS support.  NDIS threads need larger
stacks because microsoft drivers expect larger stacks.
12 files changed:
lib/libcaps/globaldata.c
lib/libcaps/i386/td_switch.c
lib/libcaps/sysport.c
lib/libcaps/thread.h
lib/libcaps/uthread.c
sys/i386/i386/machdep.c
sys/i386/i386/pmap.c
sys/kern/lwkt_thread.c
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/pmap.c
sys/sys/thread.h
sys/vm/vm_glue.c