summaryrefslogtreecommitdiff
path: root/sys/security/audit/audit_trigger.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2008-07-22Generally avoid <space><tab> as a white space anomoly.Robert Watson
2008-04-13Use __FBSDID() for $FreeBSD$ IDs in the audit code.Robert Watson
2008-03-02Rather than copying out the full audit trigger record, which includesRobert Watson
2008-03-01Rename globally exposed symbol send_trigger() to audit_send_trigger().Robert Watson
2007-06-13Close a very narrow race that might cause a trigger allocation to beRobert Watson
2006-12-28Update a number of comments:Robert Watson
2006-06-08Prefer C to C++ comments per style(9).Robert Watson
2006-03-18Merge perforce change 93199:Robert Watson
2006-02-01Import kernel audit framework:Robert Watson