Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-03 | [PATCH] fix missing ifdefs in syscall classes hookup for generic targets | Al Viro | |
several targets have no ....at() family and m32r calls its only chown variant chown32(), with __NR_chown being undefined. creat(2) is also absent in some targets. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Chris Wright <chrisw@sous-sol.org> | |||
2006-09-12 | [PATCH] syscall class hookup for all normal targets | Al Viro | |
Take default arch/*/kernel/audit.c to lib/, have those with special needs (== biarch) define AUDIT_ARCH in their Kconfig. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |