| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo from previous commit. | Scott Long | 2005-01-07 | 1 | -0/+1 |
* | Unbreak the tinderbox, make this compile. | Maxim Konovalov | 2005-01-06 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 55 | -103/+103 |
* | Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid(). | Suleiman Souhlal | 2004-12-15 | 1 | -1/+1 |
* | Specifically use the 32-bit version of fuword/suword since that's what | David E. O'Brien | 2004-12-02 | 1 | -7/+6 |
* | Fixed the module name (macros don't work here). | Ruslan Ermilov | 2004-08-29 | 1 | -1/+1 |
* | Now that mem(4) is a kernel module, we need to add a dependency on | Maxime Henrion | 2004-08-05 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 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 | Eric Anholt | 2004-06-11 | 21 | -249/+609 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
* | Prefer uintptr_t to intptr_t. | David E. O'Brien | 2004-03-03 | 2 | -6/+6 |
* | Use a long as the opaque type so that it matches the size of a pointer | David E. O'Brien | 2004-03-03 | 1 | -1/+1 |
* | Use a long as the opaque type so that it matches the size of a pointer | David E. O'Brien | 2004-03-03 | 2 | -5/+5 |
* | Add memory barrier routines for AMD64. | David E. O'Brien | 2004-03-03 | 1 | -1/+7 |
* | Cast thru intptr_t on the way to void* for success on 64-bit platforms. | David E. O'Brien | 2004-03-03 | 2 | -6/+6 |
* | Limit the amount of memory userspace processes can cause the kernel to | Robert Watson | 2004-02-23 | 1 | -0/+17 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+2 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -2/+0 |
* | This is not a D_TTY driver. | Poul-Henning Kamp | 2004-02-14 | 1 | -1/+1 |
* | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | Eric Anholt | 2004-01-06 | 12 | -66/+77 |
* | Fix a few more places where NULL was used instead of 0. | Stefan Eßer | 2003-12-23 | 2 | -3/+3 |
* | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | Eric Anholt | 2003-11-12 | 15 | -314/+833 |
* | Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's | Eric Anholt | 2003-11-03 | 2 | -2/+2 |
* | Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) | Eric Anholt | 2003-10-24 | 1 | -2/+1 |
* | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | Eric Anholt | 2003-10-24 | 36 | -1217/+1320 |
* | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | Eric Anholt | 2003-09-09 | 17 | -71/+1261 |
* | Comment out a couple of __inline__s until we can get inlines to be actually | Eric Anholt | 2003-08-24 | 1 | -2/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -2/+6 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -1/+2 |
* | Update DRM from DRI CVS as of today. Notable changes include Radeon | Eric Anholt | 2003-08-19 | 35 | -683/+1061 |
* | Do not define memset() to bzero(). We have a memset(). | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+0 |
* | Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs with | Eric Anholt | 2003-04-26 | 1 | -10/+17 |
* | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | Eric Anholt | 2003-04-25 | 31 | -2552/+437 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -2/+2 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -2/+2 |
* | Update Radeon PCI IDs and naming from pciids.sf.net. | Eric Anholt | 2003-03-11 | 1 | -26/+28 |
* | Update the DRM to latest from DRI CVS. This is approximately the version | Eric Anholt | 2003-03-09 | 51 | -5821/+6113 |
* | Don't initialize d_kqfilter to 0. | Poul-Henning Kamp | 2003-03-03 | 1 | -3/+1 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -14/+11 |
* | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 1 | -6/+10 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
* | Remove an unused variable that snuck in the last commit. | Eric Anholt | 2002-12-04 | 1 | -1/+1 |
* | Fix witness warning in DRM memory info sysctl by making a temporary copy of the | Eric Anholt | 2002-12-04 | 1 | -62/+17 |
* | In an SMP environment post-Giant it is no longer safe to blindly | Don Lewis | 2002-10-03 | 1 | -1/+1 |
* | Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd locking | Eric Anholt | 2002-09-01 | 3 | -167/+73 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 1 | -0/+4 |
* | Remove <sys/select.h> to unbreak the build. I'm not sure if this affects | Dag-Erling Smørgrav | 2002-06-16 | 1 | -1/+0 |
* | Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__ | Eric Anholt | 2002-05-31 | 13 | -148/+148 |
* | Include <sys/lockmgr.h> for definitions of deprecated locking interfaces -- | Bruce Evans | 2002-05-06 | 1 | -0/+1 |