cvs commit: src/lib/libthr/thread thr_init.c thr_private.h thr_stack.c

Joe Marcus Clarke marcus at FreeBSD.org
Wed May 11 08:55:42 PDT 2005


marcus      2005-05-11 15:55:41 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:        (Branch: RELENG_5)
    lib/libthr/thread    thr_init.c thr_private.h thr_stack.c 
  Log:
  MFC:
  
  Increase the default stacksizes:
  
                32-bit  64-bit
  main thread     2MB     4MB
  other threads   1MB     2MB
  
  Approved by:    mtm
                  re (scottl no longer objects since 5.4 is out)
  
  Revision  Changes    Path
  1.17.2.2  +16 -6     src/lib/libthr/thread/thr_init.c
  1.39.2.3  +9 -3      src/lib/libthr/thread/thr_private.h
  1.3.6.2   +6 -6      src/lib/libthr/thread/thr_stack.c


More information about the cvs-src mailing list