aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx/tdfx_linux.c
Commit message (Expand)AuthorAgeFilesLines
* linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang6 days1-1/+1
* tdfx: Handle errors from copyin() and copyout()Mark Johnston2024-01-041-2/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Take the functionality contained in the former "options TDFX_LINUX"Yaroslav Tykhiy2006-03-031-0/+87