cvs commit: src/share/man/man5 Makefile linsysfs.5 src/sys/compat/linsysfs linsysfs.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/amd64/conf GENERIC NOTES src/sys/i386/conf NOTES src/sys/pc98/conf NOTES src/sys/modules ...

Doug Ambrisko ambrisko at FreeBSD.org
Tue May 9 22:27:06 UTC 2006


ambrisko    2006-05-09 22:27:01 UTC

  FreeBSD src repository

  Modified files:
    share/man/man5       Makefile 
    sys/conf             files.amd64 files.i386 files.pc98 
    sys/amd64/conf       GENERIC NOTES 
    sys/i386/conf        NOTES 
    sys/pc98/conf        NOTES 
    sys/modules          Makefile 
  Added files:
    share/man/man5       linsysfs.5 
    sys/compat/linsysfs  linsysfs.c 
    sys/modules/linsysfs Makefile 
  Log:
  Add in linsysfs.  A linux 2.6 like sys filesystem to pacify the Linux
  LSI MegaRAID SAS utility.
  
  Sponsored by:           IronPort Systems
  Man page help from:     brueffer
  
  Revision  Changes    Path
  1.70      +1 -0      src/share/man/man5/Makefile
  1.1       +86 -0     src/share/man/man5/linsysfs.5 (new)
  1.456     +1 -0      src/sys/amd64/conf/GENERIC
  1.54      +4 -0      src/sys/amd64/conf/NOTES
  1.1       +285 -0    src/sys/compat/linsysfs/linsysfs.c (new)
  1.88      +1 -0      src/sys/conf/files.amd64
  1.558     +1 -0      src/sys/conf/files.i386
  1.341     +1 -0      src/sys/conf/files.pc98
  1.1224    +4 -0      src/sys/i386/conf/NOTES
  1.492     +2 -0      src/sys/modules/Makefile
  1.1       +11 -0     src/sys/modules/linsysfs/Makefile (new)
  1.75      +4 -0      src/sys/pc98/conf/NOTES


More information about the cvs-src mailing list