summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-1/+1
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-013-167/+73
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-0/+4
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-3113-148/+148
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --bde2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* The first argument of pgsigio() is now struct sigio **.tanimura2002-05-031-1/+1
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-2921-239/+160
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-2924-359/+354
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-285-5/+0
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-2748-0/+33683
OpenPOWER on IntegriCloud