Pawel Jakub Dawidek wrote: > But I may catch even _all_ system call, so making separate functions > for every syscall isn't good idea (if I understand You well).
The place to deal with that is to replace the exec loader so you can manage the trap code yourself, instead of replacing system call entry points. Execution class loaders can also be loadable modules (e.g. IBCS2, Linux, etc.). -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message