| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r258622,258675: dtrace sdt: remove the ugly sname parameter of | Andriy Gapon | 2014-02-17 | 2 | -27/+27 |
| * | MFC r255971: Fix some typos that were causing probe argument types to | Andriy Gapon | 2014-02-17 | 4 | -4/+4 |
| * | MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }. | John Baldwin | 2013-12-26 | 1 | -1/+0 |
| * | MFC r255945: | Konstantin Belousov | 2013-10-06 | 1 | -1/+2 |
| * | MFC r253078: audit_proc_coredump: check return value of audit_new | Andriy Gapon | 2013-07-16 | 1 | -0/+2 |
| * | MFC r227293 (by ed): | Alexander Motin | 2013-04-05 | 3 | -3/+4 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 11 | -13/+13 |
| * | Merge | Alexander V. Chernikov | 2013-03-02 | 1 | -0/+2 |
| * | Merge r243751 from head to stable/9: | Robert Watson | 2012-12-18 | 2 | -8/+59 |
| * | MFC r243719,r243720,r243722,r243723,r243726,r243727,r243746: | Pawel Jakub Dawidek | 2012-12-16 | 7 | -40/+70 |
| * | Merge r234032 from head to stable/9: | Robert Watson | 2012-07-09 | 1 | -14/+27 |
| * | MFC: r234957 | Christian Brueffer | 2012-05-16 | 1 | -0/+3 |
| * | MFC r228424,228448: panic: add a switch and infrastructure for stopping | Andriy Gapon | 2012-05-13 | 1 | -1/+0 |
| * | MFC r231378: | Ed Schouten | 2012-03-02 | 3 | -24/+30 |
| * | MFC r228430,228433: put sys/systm.h at its proper place or add it if missing | Andriy Gapon | 2012-01-15 | 2 | -1/+2 |
| * | MFC: r226143 | Christian Brueffer | 2011-10-15 | 1 | -3/+0 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 2 | -38/+38 |
| * | Correct several issues in the integration of POSIX shared memory objects | Robert Watson | 2011-09-02 | 7 | -16/+462 |
| * | Fix a deficiency in the selinfo interface: | Attilio Rao | 2011-08-25 | 1 | -0/+1 |
| * | Add the fo_chown and fo_chmod methods to struct fileops and use them | Konstantin Belousov | 2011-08-16 | 6 | -0/+176 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 2 | -3/+4 |
| * | Provide ability to audit cap_rights_t arguments. | Jonathan Anderson | 2011-07-18 | 4 | -0/+44 |
| * | - Add a FEATURE for capsicum (security_capabilities). | Alexander Leidinger | 2011-03-04 | 1 | -1/+1 |
| * | Add ECAPMODE, "Not permitted in capability mode", a new kernel errno | Robert Watson | 2011-03-01 | 1 | -0/+14 |
| * | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 2 | -0/+5 |
| * | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | Alan Cox | 2011-02-05 | 1 | -5/+2 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 2 | -2/+2 |
| * | Fix typos. | Rebecca Cran | 2010-11-09 | 1 | -1/+1 |
| * | Add missing DTrace probe invocation to mac_vnode_check_open; the probe | Robert Watson | 2010-10-23 | 1 | -0/+2 |
| * | Replace sbuf_overflowed() with sbuf_error(), which returns any error | Matthew D Fleming | 2010-09-10 | 1 | -1/+1 |
| * | Add an extra comment to the SDT probes definition. This allows us to get | Rui Paulo | 2010-08-22 | 2 | -13/+15 |
| * | Add a case to make sure that internal audit records get converted | Christian S.J. Peron | 2010-05-04 | 1 | -0/+1 |
| * | Update device-labeling logic for Biba, LOMAC, and MLS to recognize new-style | Robert Watson | 2010-03-02 | 3 | -0/+3 |
| * | Make sure we convert audit records that were produced as the result of the | Christian S.J. Peron | 2010-01-31 | 1 | -0/+7 |
| * | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | Brooks Davis | 2010-01-12 | 1 | -2/+2 |
| * | Make mac_lomac(4) able to interpret NFSv4 access bits. | Edward Tomasz Napierala | 2010-01-03 | 1 | -1/+1 |
| * | Having thrown the cat out of the house, add a necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -0/+1 |
| * | Revert previous commit and add myself to the list of people who should | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+0 |
| * | Add necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -0/+1 |
| * | Correctly audit real gids following changes to the audit record argument | Robert Watson | 2009-08-12 | 1 | -1/+1 |
| * | Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead | Robert Watson | 2009-07-29 | 3 | -89/+89 |
| * | Rework vnode argument auditing to follow the same structure, in order | Robert Watson | 2009-07-28 | 3 | -34/+50 |
| * | Audit file descriptors passed to fooat(2) system calls, which are used | Robert Watson | 2009-07-28 | 6 | -83/+184 |
| * | Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating | Robert Watson | 2009-07-17 | 2 | -7/+120 |
| * | Create audit records for AUE_POSIX_OPENPT, currently w/o arguments. | Robert Watson | 2009-07-02 | 1 | -0/+1 |
| * | Fix comment misthink. | Robert Watson | 2009-07-02 | 1 | -1/+1 |
| * | Clean up a number of aspects of token generation from audit arguments to | Robert Watson | 2009-07-02 | 1 | -69/+55 |
| * | For access(2) and eaccess(2), audit the requested access mode. | Robert Watson | 2009-07-01 | 1 | -2/+9 |
| * | Define missing audit argument macro AUDIT_ARG_SOCKET(), and | Robert Watson | 2009-07-01 | 1 | -0/+6 |
| * | When auditing unmount(2), capture FSID arguments as regular text strings | Robert Watson | 2009-07-01 | 1 | -0/+8 |