Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/filemon



Module Name:    src
Committed By:   sjg
Date:           Mon Jun 15 18:11:36 UTC 2015

Modified Files:
        src/sys/dev/filemon: filemon_wrapper.c

Log Message:
Latest clang uses openat, filemon thus needs to handle it.

For the simple cases where path is absolute or dirfd is for cwd
we can handle this just like open.
For the remaining case we output an 'A' record to offer a clue that
a search for open dir is needed (earlier in the trace).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/filemon/filemon_wrapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index