summaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_linux.c
AgeCommit message (Expand)Author
2025-10-20mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2011-11-04First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko
2011-08-11Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson
2009-05-20We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh
2006-11-14- Add in FreeBSD native ioctl that models the Linux version.Doug Ambrisko
2006-05-18Add in a bunch of things to the mfi driver:Doug Ambrisko