Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 19:57:54 +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 Symbol.map feature_present.3 feature_present.c
Message-ID:  <200906102001.n5AK1Bj5041645@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-06-10 19:57:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    include              unistd.h 
    lib/libc/gen         Makefile.inc Symbol.map 
  Added files:           (Branch: RELENG_7)
    lib/libc/gen         feature_present.3 feature_present.c 
  Log:
  SVN rev 193948 on 2009-06-10 19:57:54Z 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.80.2.2   +1 -0      src/include/unistd.h
  1.128.2.3  +3 -2      src/lib/libc/gen/Makefile.inc
  1.6.2.4    +1 -0      src/lib/libc/gen/Symbol.map
  1.1.2.1    +72 -0     src/lib/libc/gen/feature_present.3 (new)
  1.1.2.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?200906102001.n5AK1Bj5041645>