[PATCH] Process Events Connector
authorMatt Helsley <matthltc@us.ibm.com>
Mon, 7 Nov 2005 08:59:16 +0000 (00:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:35 +0000 (07:53 -0800)
commit9f46080c41d5f3f7c00b4e169ba4b0b2865258bf
treee2c029ef7f0cd5fb8ea9b78db3f7be5badaf59b1
parent49364ce2534418462d681ad99e52e79a00b0f40b
[PATCH] Process Events Connector

This patch adds a connector that reports fork, exec, id change, and exit
events for all processes to userspace.  It replaces the fork_advisor patch
that ELSA is currently using.  Applications that may find these events
useful include accounting/auditing (e.g.  ELSA), system activity monitoring
(e.g.  top), security, and resource management (e.g.  CKRM).

Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/connector/Kconfig
drivers/connector/Makefile
drivers/connector/cn_proc.c [new file with mode: 0644]
fs/exec.c
include/linux/cn_proc.h [new file with mode: 0644]
include/linux/connector.h
kernel/exit.c
kernel/fork.c
kernel/sys.c