summaryrefslogtreecommitdiffstats
path: root/sys/dev/videovar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* video sub-drivers will not return EINVAL in size variable. (Well,deraadt2015-08-291-1/+2
* implement poll() for video(4)jakemsr2010-07-141-2/+8
* If /dev/video* is already used by an application, return EBUSY to othermglocker2008-07-231-1/+3
* Add myself to the copyright since i fumbled around in those files, too.mglocker2008-06-131-1/+2
* Let the driver switch between read() and mmap() depending on whatmglocker2008-06-091-1/+2
* Spacing. Comments. strncpy() -> strlcpy().mglocker2008-05-251-8/+8
* - Enable userland to read(2) video stream from /dev/video.mglocker2008-05-241-1/+4
* Initial import for uvideo(4) and video(4):robert2008-04-091-0/+29