Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r14993: Make subsystems again | Jelmer Vernooij | 1 | -5/+1 | |
(This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4) | |||||
2007-10-10 | r14964: - move sidmap code from ntvfs_common to SAMDB | Stefan Metzmacher | 1 | -13/+15 | |
- make ntvfs_common a library - create sys_notify library metze (This used to be commit a3e1d56cf7b688c515f5d6d4d43e0b24c2261d15) | |||||
2007-10-10 | r14877: added support for the kernel inotify mechanism. This passes basic | Andrew Tridgell | 1 | -0/+20 | |
tests, but still needs some more work to ensure we correctly cope with events that may generate both a system inotify event and a internal notify event. The system inotify events won't handle recursion, and don't understand things like streams. This also adds the ntvfs/sysdep/ directory, which is meant for system dependent code that is not tied to a particular ntvfs backend. The inotify code is a good example of that. (This used to be commit eadadbb44adb3c4081d6ff1d85a9b850a0227059) |