aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/veriexec
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Fix typo in VERIEXEC_VERIFIED_FILESimon J. Gerraty2023-09-141-1/+1
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* veriexec: Rename old VERIEXEC_SIGNED_LOAD as VERIEXEC_SIGNED_LOAD32Steve Kiernan2023-04-172-10/+32
* veriexec: Additional functionality for MAC/veriexecSteve Kiernan2023-04-172-5/+2
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+1
* Fix mac_veriexec version mismatchWojciech Macek2021-07-291-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-2/+2
* Add a new ioctl for the larger params struct that includes the label.Stephen J. Kiernan2019-05-172-4/+23
* Add command to get version of the ioctl interface for the veriexec device.Stephen J. Kiernan2019-05-172-1/+12
* Protect commands that are considered dangerous with checks for kmem writeStephen J. Kiernan2019-05-171-11/+33
* Device for user space to interface with MAC/veriexec.Stephen J. Kiernan2018-06-202-0/+284