summaryrefslogtreecommitdiff
path: root/libdrm/ChangeLog
blob: 1e7407069a3fdf9f33d9898a062a0747be9dcd1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2006-03-14  Adam Jackson  <ajax@freedesktop.org>

	* xf86drmHash.c:
	Avoid walking off the end of the hash table.  (Coverity report #465)

2006-02-20  Adam Jackson  <ajax@freedesktop.org>

	* ChangeLog:
	* Makefile.am:
	Created.

	* TODO:
	* xf86drm.c:
	* xf86drm.h:
	* xf86drmHash.c:
	* xf86drmRandom.c:
	* xf86drmSL.c:
	Formatting cleanup, dead code removal.  Remove N() namespacing macro,
	useless.  Remove SIGIO handling functions as they're server-only and
	properly belong in libdri.
lc"># $FreeBSD$ .PATH: ${.CURDIR}/.. KMOD = drm NO_MAN = YES SRCS = \ ati_pcigart.c \ drm_agpsupport.c \ drm_auth.c \ drm_bufs.c \ drm_context.c \ drm_dma.c \ drm_drawable.c \ drm_drv.c \ drm_fops.c \ drm_ioctl.c \ drm_irq.c \ drm_lock.c \ drm_memory.c \ drm_pci.c \ drm_scatter.c \ drm_sysctl.c \ drm_vm.c SRCS += device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS += ${DEBUG_FLAGS} -I. -I.. .if defined(DRM_DEBUG) DRM_DEBUG_OPT= "\#define DRM_DEBUG 1" .endif .if !defined(DRM_NOLINUX) DRM_LINUX_OPT= "\#define DRM_LINUX 1" .endif opt_drm.h: touch opt_drm.h echo $(DRM_DEBUG_OPT) >> opt_drm.h echo $(DRM_LINUX_OPT) >> opt_drm.h .include <bsd.kmod.mk>