summaryrefslogtreecommitdiff
path: root/sys/bsm
AgeCommit message (Expand)Author
2025-07-04vfs: Initial revision of inotifyMark Johnston
2024-12-16New setcred() system call and associated MAC hooksOlivier Certner
2023-08-24timerfd: Move implementation from linux compat to sys/kernJake Freeland
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-08-05Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng
2021-01-02Add aio_writev and aio_readvAlan Somers
2020-12-27Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov
2020-04-24bsm: add AUE_CLOSERANGEKyle Evans
2020-02-20vfs: add realpathat syscallMateusz Guzik
2019-11-18Jail and capability mode for shm_rename; add audit support for shm_renameDavid Bright
2019-01-17Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-03-26Merge OpenBSM 1.2-alpha5 from vendor branch to FreeBSD -CURRENT:Robert Watson
2016-12-06Vendor import of OpenBSM 1.2-alpha5.vendor/openbsm/1.2-ALPHA-5Christian Brueffer
2015-12-20Merge from contrib/openbsm to bring the kernel audit bits up to date with Ope...Christian Brueffer
2015-12-09Vendor import of OpenBSM 1.2-alpha4.vendor/openbsm/1.2-ALPHA-4Christian Brueffer
2014-04-07IFp4 @1192291:Pawel Jakub Dawidek
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-03-21Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek
2013-03-02- Implement two new system calls:Pawel Jakub Dawidek
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2013-02-11Style.Pawel Jakub Dawidek
2012-12-15Vendor import of OpenBSM 1.2-alpha3. This eliminates most local patchesvendor/openbsm/1.2-ALPHA-3Robert Watson
2012-12-01Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm toRobert Watson
2012-12-01Merge a number of post-1.2-alpha2 changes to OpenBSM into the OpenBSMRobert Watson
2012-11-30Import OpenBSM 1.2-alpha2:vendor/openbsm/1.2-ALPHA-2Robert Watson
2012-11-13Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov
2011-03-01Add ECAPMODE, "Not permitted in capability mode", a new kernel errnoRobert Watson
2009-09-29Add audit events for process descriptor system calls, which will appear inRobert Watson
2009-07-17Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populatingRobert Watson
2009-07-17Vendor import of OpenBSM 1.1p1, which incorporates the following changesvendor/openbsm/1.1-P-1Robert Watson
2009-07-08There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala
2009-04-19Merge OpenBSM 1.1 from OpenBSM vendor branch to head.Robert Watson
2009-04-19Vendor import of OpenBSM 1.1, which incorporates the following changesvendor/openbsm/1.1Robert Watson
2009-04-19Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:Robert Watson
2009-04-16Merge new kernel files from OpenBSM 1.1: audit_fcntl.h andRobert Watson
2009-03-02Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, bothRobert Watson
2009-03-02Vendor import of OpenBSM 1.1 beta1, which incorporates the followingvendor/openbsm/1.1-BETA-1Robert Watson
2009-01-14Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, bothRobert Watson
2009-01-11Vendor import of OpenBSM 1.1 alpha5, which incorporates the followingvendor/openbsm/1.1-ALPHA-5Robert Watson
2008-12-31Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, bothRobert Watson
2008-12-28Vendor import of OpenBSM 1.1 alpha4, which incorporates the followingvendor/openbsm/1.1-ALPHA-4Robert Watson
2008-12-02Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, bothRobert Watson
2008-11-13Vendor import of OpenBSM 1.1 alpha2, which incorporates the followingvendor/openbsm/1.1-ALPHA-2Robert Watson
2008-11-11Add support for extended header BSM tokens. Currently we use theChristian S.J. Peron
2008-08-24When MPSAFE ttys were merged, a new BSM audit event identifier wasRobert Watson
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-07-31Further synchronization of copyrights, licenses, white space, etc fromRobert Watson
2007-10-29Merge OpenBSM 1.0 changes to src/sys/bsm:Robert Watson