lkml.org 
[lkml]   [1999]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH] syscall interceptors, kernel 2.3.9
description:
(reduced version of the universal 'interceptors')
_SAFE_ way to intercept system calls.
Two exported functions:
previous = register_interceptor( handler );
unregister_interceptor( handler );
Goals:
checking or patching something without a need to recompile
extending modules functionality (for example write notifications)
Characteristics:
Performance fee - few tacts per call :-)
Tested on i386; seems to be stable.
The patch is against 2.3.9.


Best regards.

Alexander.[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.321 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site