summaryrefslogtreecommitdiff
path: root/hw/dmx/config/dmxparse.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
This patch has been generated by the following Coccinelle semantic patch: @@ expression E; @@ -if(E) { free(E); } +free(E); Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Reviewed-by: Matt Turner <mattst88@gmail.com>
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-4/+1
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4
<{dix,dmx}-config.h> to the source files.
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+607