| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove direct access to si_name. | ed | 2012-02-10 | 3 | -24/+30 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -5/+5 |
* | Revert the approach for skipping lockstat_probe_func call when doing | attilio | 2011-12-12 | 1 | -1/+0 |
* | put sys/systm.h at its proper place or add it if missing | avg | 2011-12-12 | 2 | -1/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 11 | -13/+13 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 3 | -3/+4 |
* | Get rid of D_PSEUDO. | ed | 2011-10-18 | 1 | -1/+1 |
* | Remove two dublicated assignments. | brueffer | 2011-10-08 | 1 | -3/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 2 | -38/+38 |
* | Correct several issues in the integration of POSIX shared memory objects | rwatson | 2011-09-02 | 7 | -16/+462 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+1 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | kib | 2011-08-16 | 6 | -0/+176 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 2 | -3/+4 |
* | Provide ability to audit cap_rights_t arguments. | jonathan | 2011-07-18 | 4 | -0/+44 |
* | - Add a FEATURE for capsicum (security_capabilities). | netchild | 2011-03-04 | 1 | -1/+1 |
* | Add ECAPMODE, "Not permitted in capability mode", a new kernel errno | rwatson | 2011-03-01 | 1 | -0/+14 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 2 | -0/+5 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | alc | 2011-02-05 | 1 | -5/+2 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 2 | -2/+2 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -1/+1 |
* | Add missing DTrace probe invocation to mac_vnode_check_open; the probe | rwatson | 2010-10-23 | 1 | -0/+2 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | mdf | 2010-09-10 | 1 | -1/+1 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 2 | -13/+15 |
* | Add a case to make sure that internal audit records get converted | csjp | 2010-05-04 | 1 | -0/+1 |
* | Update device-labeling logic for Biba, LOMAC, and MLS to recognize new-style | rwatson | 2010-03-02 | 3 | -0/+3 |
* | Make sure we convert audit records that were produced as the result of the | csjp | 2010-01-31 | 1 | -0/+7 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 1 | -2/+2 |
* | Make mac_lomac(4) able to interpret NFSv4 access bits. | trasz | 2010-01-03 | 1 | -1/+1 |
* | Having thrown the cat out of the house, add a necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Correctly audit real gids following changes to the audit record argument | rwatson | 2009-08-12 | 1 | -1/+1 |
* | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | rwatson | 2009-07-29 | 3 | -89/+89 |
* | Rework vnode argument auditing to follow the same structure, in order | rwatson | 2009-07-28 | 3 | -34/+50 |
* | Audit file descriptors passed to fooat(2) system calls, which are used | rwatson | 2009-07-28 | 6 | -83/+184 |
* | Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating | rwatson | 2009-07-17 | 2 | -8/+121 |
* | Create audit records for AUE_POSIX_OPENPT, currently w/o arguments. | rwatson | 2009-07-02 | 1 | -0/+1 |
* | Fix comment misthink. | rwatson | 2009-07-02 | 1 | -1/+1 |
* | Clean up a number of aspects of token generation from audit arguments to | rwatson | 2009-07-02 | 1 | -69/+55 |
* | For access(2) and eaccess(2), audit the requested access mode. | rwatson | 2009-07-01 | 1 | -2/+9 |
* | Define missing audit argument macro AUDIT_ARG_SOCKET(), and | rwatson | 2009-07-01 | 1 | -0/+6 |
* | When auditing unmount(2), capture FSID arguments as regular text strings | rwatson | 2009-07-01 | 1 | -0/+8 |
* | Audit the file descriptor number passed to lseek(2). | rwatson | 2009-07-01 | 1 | -1/+1 |
* | udit the 'options' argument to wait4(2). | rwatson | 2009-07-01 | 1 | -0/+4 |
* | Dynamically allocate the gidset field in audit record. | sson | 2009-06-29 | 3 | -2/+13 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 2 | -15/+174 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 2 | -0/+4 |
* | Chase the removal of PRIV_TTY_PRISON in the mac(9) modules. | ed | 2009-06-20 | 2 | -2/+0 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -2/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |