jhb 2008-09-18 20:26:06 UTC
FreeBSD src repository
Modified files:
sys/sys sysent.h
Log:
SVN rev 183159 on 2008-09-18 20:26:06Z by jhb
Whitespace fixes. This file also had 7 space indent in a few places.
Revision ChangesPath
1.56 +39 -41
jkim2006-12-20 19:00:53 UTC
FreeBSD src repository
Modified files:
sys/sys sysent.h
Log:
MFP4: (part of) 109714
Add SYSCALL_MODULE_PRESENT() macro. The idea was borrowed from
syscall_register().
Revision ChangesPath
1.52 +6 -0 src/sy
jhb 2006-08-15 17:42:14 UTC
FreeBSD src repository
Modified files:
sys/sys sysent.h
Log:
Use SYS_AUE_ to include the appropriate audit event identifier
for syscalls in kld's, even when compiled into the kernel statically.
Note that since this hardcodes the SY
jb 2006-08-03 05:26:52 UTC
FreeBSD src repository
Modified files:
sys/sys sysent.h
Log:
Add fields to struct sysent to support the DTrace syscall provider called
systrace.
Another file called systrace_args.c is generated. This will be compiled
into syst