cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_subr.c

John Birrell jb at FreeBSD.org
Sat Apr 26 04:33:16 UTC 2008


jb          2008-04-26 04:33:15 UTC

  FreeBSD src repository

  Modified files:
    cddl/contrib/opensolaris/lib/libdtrace/common dt_subr.c 
  Log:
  * Get the maximum number of CPUs via a sysctl.
  * Handle the different ioctl design.
  * Support the freopen() changes.
  * Use functions in FreeBSD's process library rather than the CDDL
    library that Solaris has which sits on top of their process file
    system and is therefore unsuitable for use on FreeBSD. The libproc
    API for FreeBSD is deliberately different to that on Solaris because
    Sun wouldn't release the libproc.h header under a BSD license.
  
  Revision  Changes    Path
  1.2       +0 -0      src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c


More information about the cvs-src mailing list