aboutsummaryrefslogtreecommitdiff
path: root/sys/bsm
Commit message (Expand)AuthorAgeFilesLines
* Add aio_writev and aio_readvAlan Somers2021-01-031-0/+2
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-271-0/+1
* bsm: add AUE_CLOSERANGEKyle Evans2020-04-241-0/+1
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+1
* Jail and capability mode for shm_rename; add audit support for shm_renameDavid Bright2019-11-181-6/+13
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-208-0/+16
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+2
* Merge OpenBSM 1.2-alpha5 from vendor branch to FreeBSD -CURRENT:Robert Watson2017-03-262-2/+49
|\
| * Vendor import of OpenBSM 1.2-alpha5.vendor/openbsm/1.2-ALPHA-5Christian Brueffer2016-12-064-63/+178
| * Vendor import of OpenBSM 1.2-alpha4.vendor/openbsm/1.2-ALPHA-4Christian Brueffer2015-12-099-25/+13
| * Vendor import of OpenBSM 1.2-alpha3. This eliminates most local patchesvendor/openbsm/1.2-ALPHA-3Robert Watson2012-12-152-2/+5
| * Merge a number of post-1.2-alpha2 changes to OpenBSM into the OpenBSMRobert Watson2012-12-011-2/+2
| * Import OpenBSM 1.2-alpha2:vendor/openbsm/1.2-ALPHA-2Robert Watson2012-11-304-58/+160
* | Merge from contrib/openbsm to bring the kernel audit bits up to date with Ope...Christian Brueffer2015-12-208-9/+1
* | IFp4 @1192291:Pawel Jakub Dawidek2014-04-071-1/+8
* | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-052-0/+5
* | Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+1
* | - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+2
* | Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+6
* | Style.Pawel Jakub Dawidek2013-02-111-2/+2
* | Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm toRobert Watson2012-12-013-3/+5
* | Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-0/+1
* | Add ECAPMODE, "Not permitted in capability mode", a new kernel errnoRobert Watson2011-03-011-0/+2
* | Add audit events for process descriptor system calls, which will appear inRobert Watson2009-09-291-0/+4
* | Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populatingRobert Watson2009-07-172-4/+5
|\|
| * Vendor import of OpenBSM 1.1p1, which incorporates the following changesvendor/openbsm/1.1-P-1Robert Watson2009-07-172-4/+6
* | There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-0/+1
* | Merge OpenBSM 1.1 from OpenBSM vendor branch to head.Robert Watson2009-04-191-2/+2
|\|
| * Vendor import of OpenBSM 1.1, which incorporates the following changesvendor/openbsm/1.1Robert Watson2009-04-197-46/+210
* | Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:Robert Watson2009-04-193-32/+52
* | Merge new kernel files from OpenBSM 1.1: audit_fcntl.h andRobert Watson2009-04-161-0/+141
* | Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, bothRobert Watson2009-03-022-19/+10
|\|
| * Vendor import of OpenBSM 1.1 beta1, which incorporates the followingvendor/openbsm/1.1-BETA-1Robert Watson2009-03-022-19/+10
* | Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, bothRobert Watson2009-01-147-165/+332
|\|
| * Vendor import of OpenBSM 1.1 alpha5, which incorporates the followingvendor/openbsm/1.1-ALPHA-5Robert Watson2009-01-117-169/+339
* | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothRobert Watson2008-12-315-22/+333
|\|
| * Vendor import of OpenBSM 1.1 alpha4, which incorporates the followingvendor/openbsm/1.1-ALPHA-4Robert Watson2008-12-287-32/+356
* | Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, bothRobert Watson2008-12-024-84/+77
|\|
| * Vendor import of OpenBSM 1.1 alpha2, which incorporates the followingvendor/openbsm/1.1-ALPHA-2Robert Watson2008-11-136-0/+1836
* Add support for extended header BSM tokens. Currently we use theChristian S.J. Peron2008-11-112-0/+5
* When MPSAFE ttys were merged, a new BSM audit event identifier wasRobert Watson2008-08-241-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+1
* Further synchronization of copyrights, licenses, white space, etc fromRobert Watson2008-07-314-7/+7
* Merge OpenBSM 1.0 changes to src/sys/bsm:Robert Watson2007-10-291-39/+1
* Merge OpenBSM 1.0 alpha 15 changes to src/sys/bsm:Robert Watson2007-07-224-52/+91
* Change $P4$ ID strings to P4 ID strings so that they are not auto-expandedRobert Watson2007-04-174-4/+4
* Update src/sys/bsm for OpenBSM 1.0 alpha 14 import.Robert Watson2007-04-164-7/+28
* Add an entry for AUT_ZONENAME and the prototype for the au_to_zonename()Christian S.J. Peron2007-04-151-0/+2
* Merge OpenBSM 1.0 alpha 12 import changes into src/sys/bsm. New eventsRobert Watson2006-09-251-1/+5