Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 19:14:04 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen sysconf.c
Message-ID:  <200209210214.g8L2E4Wc086892@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     2002/09/20 19:14:04 PDT

  Modified files:
    lib/libc/gen         sysconf.c 
  Log:
  Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.
  Use the correct constants directly from sysconf() rather than calling
  sysctl() to tell us the (still compiled-in) value.  Leave the CTL_POSIX1B
  stuff alone for now (but I'd like to see this replaced with a single
  structure returning all of the relevant information).
  
  Implement all of the keys from 1003.1-2001 that we can.  Ensure that
  the build will break if someone redefines an option constant to zero
  without implementing the necessary presence-detection logic here.
  
  (4 of 5)
  
  Revision  Changes    Path
  1.16      +351 -105  src/lib/libc/gen/sysconf.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?200209210214.g8L2E4Wc086892>