On Thu, Mar 27, 2008 at 01:53:45AM +, John Birrell wrote:
> jb 2008-03-27 01:53:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern makesyscalls.sh
> Log:
> Generate another function for the DTrace syscall provider to specify
> the syscall argu
jb 2008-03-27 01:53:45 UTC
FreeBSD src repository
Modified files:
sys/kern makesyscalls.sh
Log:
Generate another function for the DTrace syscall provider to specify
the syscall argument types.
This code is only compiled into the systrace kernel modul and h
peter 2007-07-04 22:38:28 UTC
FreeBSD src repository
Modified files:
sys/kern makesyscalls.sh
Log:
Add support for COMPAT6 syscalls.
Also, change the visibility of compat syscalls a slightly. Compat
syscalls were missing from 'syscalls.h' entirely. This add
jhb 2006-08-15 17:09:32 UTC
FreeBSD src repository
Modified files:
sys/kern makesyscalls.sh
Log:
Add a new set of macros _AUE_ to sysproto.h that
map to the audit event associated with a specific system call. For
example, SYS_AUE___semctl would be set to AUE_
jb 2006-08-03 05:29:09 UTC
FreeBSD src repository
Modified files:
sys/kern makesyscalls.sh
Log:
Generate another file called systrace_args.c. This will be compiled
into systrace and is used to map the syscall arguments into the 64-bit
parameter array.
Re
davidxu 2006-08-02 08:09:25 UTC
FreeBSD src repository
Modified files:
sys/kern makesyscalls.sh
Log:
Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.
Revision ChangesPath
1.64 +1 -3 src/sys/kern/makesyscalls.sh
___