Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2002 00:58:15 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.c
Message-ID:  <200205130758.g4D7wFo67279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/05/13 00:58:15 PDT

  Modified files:
    lib/libc_r/uthread   pthread_private.h 
                         uthread_attr_setguardsize.c 
                         uthread_init.c uthread_stack.c 
  Log:
  Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to
  allow running on other arches when the instructions are supported but
  the page size granularity is not.
  
  Glanced at by: peter
  
  Revision  Changes    Path
  1.69      +5 -5      src/lib/libc_r/uthread/pthread_private.h
  1.2       +7 -3      src/lib/libc_r/uthread/uthread_attr_setguardsize.c
  1.39      +14 -3     src/lib/libc_r/uthread/uthread_init.c
  1.3       +10 -10    src/lib/libc_r/uthread/uthread_stack.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?200205130758.g4D7wFo67279>