Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-26 13:05:03 -0700 (Fri, 26 May 2006)
Revision: 9213
Log message:

      Added a native inotify interface.
      

Changes  Path
+2 -2 omake-branches/0.9.9.port/OMakefile
+1 -1 omake-branches/0.9.9.port/lib/configure/Configure.om
+1 -1 omake-branches/0.9.9.port/lib/configure/fam.om
+6 -2 omake-branches/0.9.9.port/mk/defaults
+4 -2 omake-branches/0.9.9.port/src/Makefile
+4 -2 omake-branches/0.9.9.port/src/Makefile.nt
+4 -0 omake-branches/0.9.9.port/src/clib/OMakefile
Copied omake-branches/0.9.9.port/src/clib/fam_inotify.c
+361 -0 omake-branches/0.9.9.port/src/clib/fam_inotify.c
+2 -4 omake-branches/0.9.9.port/src/clib/fam_kqueue.c
+2 -2 omake-branches/0.9.9.port/src/clib/fam_pseudo.h
Added omake-branches/0.9.9.port/src/clib/inotify-syscalls.h
Properties omake-branches/0.9.9.port/src/clib/inotify-syscalls.h
Added omake-branches/0.9.9.port/src/clib/inotify-test.c
Properties omake-branches/0.9.9.port/src/clib/inotify-test.c
Added omake-branches/0.9.9.port/src/clib/inotify.h
Properties omake-branches/0.9.9.port/src/clib/inotify.h
Added omake-branches/0.9.9.port/src/clib/inotify.om
+6 -0 omake-branches/0.9.9.port/src/clib/omake_notify.c