summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-5/+4
(This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
2007-10-10r14993: Make subsystems againJelmer Vernooij1-5/+1
(This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4)
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher1-13/+15
- make ntvfs_common a library - create sys_notify library metze (This used to be commit a3e1d56cf7b688c515f5d6d4d43e0b24c2261d15)
2007-10-10r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell1-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)