| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+1 |
* | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer | 2019-05-20 | 1 | -0/+1 |
* | audit: change audit_syscalls_enabled type to bool | Mateusz Guzik | 2018-11-29 | 1 | -5/+5 |
* | Rework the logic around quick checks for auditing that take place at | Robert Watson | 2018-10-02 | 1 | -17/+49 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Sprinkle __read_frequently on few obvious places. | Mateusz Guzik | 2017-09-06 | 1 | -1/+1 |
* | When handling msgsys(2), semsys(2), and shmsys(2) multiplex system calls, | Robert Watson | 2017-03-29 | 1 | -1/+19 |
* | Add an experimental DTrace audit provider, which allows users of DTrace to | Robert Watson | 2017-03-29 | 1 | -12/+86 |
* | audit_proc_coredump: check return value of audit_new | Andriy Gapon | 2013-07-09 | 1 | -0/+2 |
* | Implement the zonename token for jailed processes. If | Christian S.J. Peron | 2013-01-17 | 1 | -0/+13 |
* | IFp4 @208451: | Pawel Jakub Dawidek | 2012-11-30 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 1 | -0/+2 |
* | Audit file descriptors passed to fooat(2) system calls, which are used | Robert Watson | 2009-07-28 | 1 | -5/+10 |
* | Dynamically allocate the gidset field in audit record. | Stacey Son | 2009-06-29 | 1 | -0/+3 |
* | Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel: | Robert Watson | 2009-04-19 | 1 | -2/+2 |
* | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | Robert Watson | 2009-03-09 | 1 | -2/+11 |
* | When repeatedly accessing a thread credential, cache the credential | Robert Watson | 2008-11-14 | 1 | -10/+15 |
* | The audit queue limit variables are size_t, so use size_t for the audit | Robert Watson | 2008-11-13 | 1 | -2/+2 |
* | Minor style tweaks and change lock name string to use _'s and not spaces | Robert Watson | 2008-11-11 | 1 | -1/+4 |
* | Add support for extended header BSM tokens. Currently we use the | Christian S.J. Peron | 2008-11-11 | 1 | -0/+43 |
* | Make sure we check the preselection masks present for all audit pipes. | Christian S.J. Peron | 2008-08-11 | 1 | -1/+2 |
* | Further synchronization of copyrights, licenses, white space, etc from | Robert Watson | 2008-07-31 | 1 | -1/+1 |
* | In preparation to sync Apple and FreeBSD versions of security audit, | Robert Watson | 2008-07-22 | 1 | -2/+2 |
* | Add an XXX comment regarding a bug I introduced when modifying the behavior | Robert Watson | 2008-06-03 | 1 | -0/+3 |
* | Use __FBSDID() for $FreeBSD$ IDs in the audit code. | Robert Watson | 2008-04-13 | 1 | -2/+3 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
* | Add audit_prefixes to two more globally visible functions in the Audit | Robert Watson | 2008-03-01 | 1 | -2/+2 |
* | Rename several audit functions in the global kernel symbol namespace to | Robert Watson | 2008-02-25 | 1 | -1/+1 |
* | Make sure that the termid type is initialized to AU_IPv4 by default. | Christian S.J. Peron | 2008-01-28 | 1 | -0/+2 |
* | Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from the | Wojciech A. Koszek | 2007-12-04 | 1 | -0/+2 |
* | Replace use of AU_NULL with 0 when no audit classes are in use; this | Robert Watson | 2007-10-29 | 1 | -2/+2 |
* | Implement AUE_CORE, which adds process core dump support into the kernel. | Christian S.J. Peron | 2007-10-26 | 1 | -0/+48 |
* | Remove two boot printfs generated by Audit to announce it's presence, | Robert Watson | 2007-07-01 | 1 | -1/+4 |
* | Spell statistics more correctly in comments. | Robert Watson | 2007-06-14 | 1 | -1/+1 |
* | Clean up, and sometimes remove, a number of audit-related implementation | Robert Watson | 2007-06-11 | 1 | -28/+2 |
* | Move per-process audit state from a pointer in the proc structure to | Robert Watson | 2007-06-07 | 1 | -52/+26 |
* | Clean up audit comments--formatting, spelling, etc. | Robert Watson | 2007-06-01 | 1 | -38/+36 |
* | Remove AUDIT_PRINTF() debugging statements and definition; clean up or | Robert Watson | 2007-06-01 | 1 | -12/+3 |
* | Remove unused ar_subj_comm field from in-kernel audit record; we never | Robert Watson | 2007-05-30 | 1 | -1/+0 |
* | No need to force __inline__ of currecord(), as the compiler will usefully | Robert Watson | 2007-05-23 | 1 | -1/+1 |
* | Fix the handling of IPv6 addresses for subject and process BSM audit | Christian S.J. Peron | 2007-04-13 | 1 | -1/+1 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -5/+0 |
* | Update a number of comments: | Robert Watson | 2006-12-28 | 1 | -4/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+3 |
* | Trim some no longer XXX comments. | Robert Watson | 2006-10-02 | 1 | -22/+5 |
* | Correct a slight regression which was introduced with the implementation of | Christian S.J. Peron | 2006-09-17 | 1 | -2/+2 |
* | Small style cleanup. | Robert Watson | 2006-09-09 | 1 | -3/+2 |
* | Audit the argv and env vectors passed in on exec: | Wayne Salamon | 2006-09-01 | 1 | -0/+8 |
* | Lock process when copying fields from process structure so as to | Robert Watson | 2006-06-08 | 1 | -3/+2 |