Age | Commit message (Expand) | Author |
2008-09-06 | Free temp_pagelist on error. Free in reverse order. Noticed by open. | vehemens |
2008-09-06 | Move order to end like linux. | vehemens |
2008-09-06 | Style white space cleanup part 2. | vehemens |
2008-09-06 | [FreeBSD] Ensure that drm_pci_alloc is never called while locks are held. | Robert Noland |
2008-09-05 | Style white space cleanup. | vehemens |
2008-08-29 | [FreeBSD] Use driver features macros and flags | vehemens |
2008-08-29 | [FreeBSD] Convert drm_driver to a pointer like linux. | vehemens |
2008-08-29 | [FreeBSD] Replace typedefs on bsd. | vehemens |
2008-06-13 | [FreeBSD] Fix another lock leak | Robert Noland |
2008-05-27 | [BSD] Fix lock leaks in error paths in drm_bufs.c. | Owain Ainsworth |
2008-05-27 | [FreeBSD] Convert from drm_device_t to struct drm_device for consistency. | Eric Anholt |
2007-08-15 | Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux. | Eric Anholt |
2007-08-15 | BSD: Replace brief description in each file's first line with doxygen later on. | Eric Anholt |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt |
2006-12-01 | Core build fix for BSD. | Michel Dänzer |
2005-11-08 | Correct another LOR issue with resource allocation. This leaves the | Eric Anholt |
2005-11-08 | Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds | Eric Anholt |
2005-11-08 | Correct a LOR related to the PCI resource allocations by simply moving the | Eric Anholt |
2005-11-08 | Correct a recursion on non-recursive mutex in drm_addmap from radeon's | Eric Anholt |
2005-08-26 | - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. | Eric Anholt |
2005-08-26 | Previously, drm_get_resource_start() and drm_get_resource_len() would | Eric Anholt |
2005-08-26 | [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the | Eric Anholt |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-06-29 | Get the BSD DRM compiling again after MGA and mapping changes. Note that | Eric Anholt |
2005-06-06 | Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the | Eric Anholt |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-04-24 | Fix a panic on startup with non-initmapping drivers by assigning the | Eric Anholt |
2005-04-16 | Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD | Eric Anholt |
2005-04-13 | Fix build on FreeBSD-current, thanks to jhb@. | Eric Anholt |
2005-02-07 | Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. | Eric Anholt |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2004-11-07 | Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop | Eric Anholt |
2004-11-06 | Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at | Eric Anholt |
2004-11-06 | Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but | Eric Anholt |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie |
2004-05-09 | Warning fixes. | Eric Anholt |
2004-01-06 | Fix some misuse of NULL where 0 is intended. | Eric Anholt |
2003-12-16 | Don't ioremap the framebuffer area. The ioremapped area wasn't used by | Eric Anholt |
2003-11-12 | Fix a locking nit, and add asserts in some things that should be called | Eric Anholt |
2003-11-06 | Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if | Eric Anholt |
2003-10-20 | Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best | Eric Anholt |
2003-10-19 | - SMPng lock the DRM. This is only partial -- there are a few code paths | Eric Anholt |
2003-10-03 | Some code cleanups done while working on locking. Reduces always-true | Eric Anholt |
2003-10-03 | Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side | Eric Anholt |
2003-10-02 | Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" | Eric Anholt |
2003-08-19 | Fix the debug build. | Eric Anholt |
2003-08-19 | - Remove $FreeBSD$ tags as they weren't too useful and merges are now being | Eric Anholt |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer |