| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a panic on X startup for drivers that don't init maps themselves by storing | anholt | 2005-04-24 | 1 | -1/+1 |
* | Update to DRM CVS as of 2005-04-12, bringing many changes: | anholt | 2005-04-16 | 76 | -16792/+25843 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -5/+1 |
* | move ptr deref's to after null checks | sam | 2005-02-26 | 1 | -3/+6 |
* | Neuter DRM(mapbufs) until somebody finds time to try to fix it. | phk | 2005-02-22 | 1 | -0/+4 |
* | Fix typo from previous commit. | scottl | 2005-01-07 | 1 | -0/+1 |
* | Unbreak the tinderbox, make this compile. | maxim | 2005-01-06 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 55 | -103/+103 |
* | Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid(). | ssouhlal | 2004-12-15 | 1 | -1/+1 |
* | Specifically use the 32-bit version of fuword/suword since that's what | obrien | 2004-12-02 | 1 | -7/+6 |
* | Fixed the module name (macros don't work here). | ru | 2004-08-29 | 1 | -1/+1 |
* | Now that mem(4) is a kernel module, we need to add a dependency on | mux | 2004-08-05 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 5 | -11/+11 |
* | Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new | anholt | 2004-06-11 | 21 | -249/+609 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Prefer uintptr_t to intptr_t. | obrien | 2004-03-03 | 2 | -6/+6 |
* | Use a long as the opaque type so that it matches the size of a pointer | obrien | 2004-03-03 | 1 | -1/+1 |
* | Use a long as the opaque type so that it matches the size of a pointer | obrien | 2004-03-03 | 2 | -5/+5 |
* | Add memory barrier routines for AMD64. | obrien | 2004-03-03 | 1 | -1/+7 |
* | Cast thru intptr_t on the way to void* for success on 64-bit platforms. | obrien | 2004-03-03 | 2 | -6/+6 |
* | Limit the amount of memory userspace processes can cause the kernel to | rwatson | 2004-02-23 | 1 | -0/+17 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -2/+0 |
* | This is not a D_TTY driver. | phk | 2004-02-14 | 1 | -1/+1 |
* | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | anholt | 2004-01-06 | 12 | -66/+77 |
* | Fix a few more places where NULL was used instead of 0. | se | 2003-12-23 | 2 | -3/+3 |
* | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | anholt | 2003-11-12 | 15 | -314/+833 |
* | Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's | anholt | 2003-11-03 | 2 | -2/+2 |
* | Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) | anholt | 2003-10-24 | 1 | -2/+1 |
* | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | anholt | 2003-10-24 | 36 | -1217/+1320 |
* | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | anholt | 2003-09-09 | 17 | -71/+1261 |
* | Comment out a couple of __inline__s until we can get inlines to be actually | anholt | 2003-08-24 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -2/+6 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -1/+2 |
* | Update DRM from DRI CVS as of today. Notable changes include Radeon | anholt | 2003-08-19 | 35 | -683/+1061 |
* | Do not define memset() to bzero(). We have a memset(). | phk | 2003-05-31 | 1 | -2/+0 |
* | Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs with | anholt | 2003-04-26 | 1 | -10/+17 |
* | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | anholt | 2003-04-25 | 31 | -2552/+437 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -2/+2 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -2/+2 |
* | Update Radeon PCI IDs and naming from pciids.sf.net. | anholt | 2003-03-11 | 1 | -26/+28 |
* | Update the DRM to latest from DRI CVS. This is approximately the version | anholt | 2003-03-09 | 51 | -5821/+6113 |
* | Don't initialize d_kqfilter to 0. | phk | 2003-03-03 | 1 | -3/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -14/+11 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -6/+10 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -2/+2 |
* | Remove an unused variable that snuck in the last commit. | anholt | 2002-12-04 | 1 | -1/+1 |
* | Fix witness warning in DRM memory info sysctl by making a temporary copy of the | anholt | 2002-12-04 | 1 | -62/+17 |
* | In an SMP environment post-Giant it is no longer safe to blindly | truckman | 2002-10-03 | 1 | -1/+1 |