Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 12:40:04 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include unistd.h src/lib/libc/gen Makefile.inc feature_present.3 feature_present.c
Message-ID:  <200906111246.n5BCkOSK051622@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-06-11 12:40:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    include              unistd.h 
    lib/libc/gen         Makefile.inc 
  Added files:           (Branch: RELENG_6)
    lib/libc/gen         feature_present.3 feature_present.c 
  Log:
  SVN rev 193995 on 2009-06-11 12:40:04Z by jhb
  
  MFC: Add a feature_present(3) function which checks to see if a named kernel
  feature is present by checking the kern.features sysctl MIB.
  
  Revision   Changes    Path
  1.78.2.1   +1 -0      src/include/unistd.h
  1.121.2.4  +3 -2      src/lib/libc/gen/Makefile.inc
  1.1.4.1    +72 -0     src/lib/libc/gen/feature_present.3 (new)
  1.1.4.1    +62 -0     src/lib/libc/gen/feature_present.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111246.n5BCkOSK051622>