/titanic_52/usr/src/uts/common/fs/zev/sys/ |
H A D | zev_checksums.h | diff 1ca5a13b91f7b1ae27d6dd26a0fd511ef5492d35 Tue Jul 22 16:13:26 CEST 2014 Andreas Jaekel <jaekel@strato-rz.de> zev: create and symlink events now inlude checksum
When a symlink or another new file is created, the resulting zev events now include a signature for the new file.
Symlinks are treated like files that contain the "link" part as text. Block and character devices have a signature based on the format string "%c%d,%d", with 'b'/'c', getmajor() and getminor() as values. All other file types will result in an all-zero signature.
Hardlinks create a new directory entry, but no new inode. Therefore, rdlink events still do not contain a signature.
(cherry picked from commit d27baf235074c236575a6c7ec7d3fe89a7d8af6e)
|
/titanic_52/usr/src/uts/common/fs/zev/ |
H A D | zev_checksums.c | diff 1ca5a13b91f7b1ae27d6dd26a0fd511ef5492d35 Tue Jul 22 16:13:26 CEST 2014 Andreas Jaekel <jaekel@strato-rz.de> zev: create and symlink events now inlude checksum
When a symlink or another new file is created, the resulting zev events now include a signature for the new file.
Symlinks are treated like files that contain the "link" part as text. Block and character devices have a signature based on the format string "%c%d,%d", with 'b'/'c', getmajor() and getminor() as values. All other file types will result in an all-zero signature.
Hardlinks create a new directory entry, but no new inode. Therefore, rdlink events still do not contain a signature.
(cherry picked from commit d27baf235074c236575a6c7ec7d3fe89a7d8af6e)
|
H A D | zev_callbacks.c | diff 1ca5a13b91f7b1ae27d6dd26a0fd511ef5492d35 Tue Jul 22 16:13:26 CEST 2014 Andreas Jaekel <jaekel@strato-rz.de> zev: create and symlink events now inlude checksum
When a symlink or another new file is created, the resulting zev events now include a signature for the new file.
Symlinks are treated like files that contain the "link" part as text. Block and character devices have a signature based on the format string "%c%d,%d", with 'b'/'c', getmajor() and getminor() as values. All other file types will result in an all-zero signature.
Hardlinks create a new directory entry, but no new inode. Therefore, rdlink events still do not contain a signature.
(cherry picked from commit d27baf235074c236575a6c7ec7d3fe89a7d8af6e)
|
/titanic_52/usr/src/common/zev/ |
H A D | zev.h | diff 1ca5a13b91f7b1ae27d6dd26a0fd511ef5492d35 Tue Jul 22 16:13:26 CEST 2014 Andreas Jaekel <jaekel@strato-rz.de> zev: create and symlink events now inlude checksum
When a symlink or another new file is created, the resulting zev events now include a signature for the new file.
Symlinks are treated like files that contain the "link" part as text. Block and character devices have a signature based on the format string "%c%d,%d", with 'b'/'c', getmajor() and getminor() as values. All other file types will result in an all-zero signature.
Hardlinks create a new directory entry, but no new inode. Therefore, rdlink events still do not contain a signature.
(cherry picked from commit d27baf235074c236575a6c7ec7d3fe89a7d8af6e)
|
/titanic_52/usr/src/uts/common/sys/fs/ |
H A D | zev.h | diff 1ca5a13b91f7b1ae27d6dd26a0fd511ef5492d35 Tue Jul 22 16:13:26 CEST 2014 Andreas Jaekel <jaekel@strato-rz.de> zev: create and symlink events now inlude checksum
When a symlink or another new file is created, the resulting zev events now include a signature for the new file.
Symlinks are treated like files that contain the "link" part as text. Block and character devices have a signature based on the format string "%c%d,%d", with 'b'/'c', getmajor() and getminor() as values. All other file types will result in an all-zero signature.
Hardlinks create a new directory entry, but no new inode. Therefore, rdlink events still do not contain a signature.
(cherry picked from commit d27baf235074c236575a6c7ec7d3fe89a7d8af6e)
|
/titanic_52/usr/src/cmd/zevadm/ |
H A D | zevadm.c | diff 1ca5a13b91f7b1ae27d6dd26a0fd511ef5492d35 Tue Jul 22 16:13:26 CEST 2014 Andreas Jaekel <jaekel@strato-rz.de> zev: create and symlink events now inlude checksum
When a symlink or another new file is created, the resulting zev events now include a signature for the new file.
Symlinks are treated like files that contain the "link" part as text. Block and character devices have a signature based on the format string "%c%d,%d", with 'b'/'c', getmajor() and getminor() as values. All other file types will result in an all-zero signature.
Hardlinks create a new directory entry, but no new inode. Therefore, rdlink events still do not contain a signature.
(cherry picked from commit d27baf235074c236575a6c7ec7d3fe89a7d8af6e)
|