Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 10:12:08 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_init.c uthread_create.c
Message-ID:  <199912281812.KAA14834@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    1999/12/28 10:12:08 PST

  Modified files:
    lib/libc_r/uthread   uthread_init.c uthread_create.c 
  Log:
  Change stack allocation algorithm to make better use of memory
  (it was leaving an unused block).  Also protect the global stack
  pointer from context changes while fiddling with it.
  
  Revision  Changes    Path
  1.20      +6 -8      src/lib/libc_r/uthread/uthread_init.c
  1.22      +16 -16    src/lib/libc_r/uthread/uthread_create.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?199912281812.KAA14834>