| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r294137: | Konstantin Belousov | 2016-01-23 | 1 | -15/+45 |
| * | MFH: r292522 | Christian Brueffer | 2016-01-04 | 5 | -10/+0 |
| * | MFC r263458: | Mateusz Guzik | 2014-03-31 | 1 | -0/+1 |
| * | MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }. | John Baldwin | 2013-12-26 | 1 | -1/+0 |
| * | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ | Davide Italiano | 2013-09-07 | 1 | -8/+3 |
| * | Handle cases where capability rights are not provided. | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+1 |
| * | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 5 | -5/+21 |
| * | audit_proc_coredump: check return value of audit_new | Andriy Gapon | 2013-07-09 | 1 | -0/+2 |
| * | - Implement two new system calls: | Pawel Jakub Dawidek | 2013-03-02 | 3 | -6/+23 |
| * | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 4 | -1/+36 |
| * | Remove redundant check. | Pawel Jakub Dawidek | 2013-02-17 | 1 | -3/+1 |
| * | Style. | Pawel Jakub Dawidek | 2013-02-11 | 1 | -2/+2 |
| * | Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr() | Pawel Jakub Dawidek | 2013-02-07 | 1 | -0/+6 |
| * | Implement the zonename token for jailed processes. If | Christian S.J. Peron | 2013-01-17 | 3 | -2/+25 |
| * | Four .c files from OpenBSM are used, in modified form, by the kernel to | Robert Watson | 2012-12-15 | 5 | -0/+0 |
| * | Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm to | Robert Watson | 2012-12-01 | 2 | -8/+59 |
| * | IFp4 @219811: | Pawel Jakub Dawidek | 2012-12-01 | 1 | -3/+1 |
| * | IFp4 @208452: | Pawel Jakub Dawidek | 2012-11-30 | 1 | -7/+11 |
| * | IFp4 @208451: | Pawel Jakub Dawidek | 2012-11-30 | 5 | -23/+42 |
| * | IFp4 @208383: | Pawel Jakub Dawidek | 2012-11-30 | 1 | -3/+3 |
| * | IFp4 @208382: | Pawel Jakub Dawidek | 2012-11-30 | 1 | -8/+15 |
| * | IFp4 @208381: | Pawel Jakub Dawidek | 2012-11-30 | 1 | -1/+1 |
| * | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 3 | -24/+3 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Get rid of D_PSEUDO. | Ed Schouten | 2011-10-18 | 1 | -1/+1 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -18/+18 |
| * | Fix a deficiency in the selinfo interface: | Attilio Rao | 2011-08-25 | 1 | -0/+1 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+1 |
| * | Provide ability to audit cap_rights_t arguments. | Jonathan Anderson | 2011-07-18 | 4 | -0/+44 |
| * | 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 | 1 | -0/+2 |
| * | Replace sbuf_overflowed() with sbuf_error(), which returns any error | Matthew D Fleming | 2010-09-10 | 1 | -1/+1 |
| * | Add a case to make sure that internal audit records get converted | Christian S.J. Peron | 2010-05-04 | 1 | -0/+1 |
| * | 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 |
| * | 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 | -8/+121 |
| * | 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 |
| * | Audit the file descriptor number passed to lseek(2). | Robert Watson | 2009-07-01 | 1 | -1/+1 |