Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/x11/Attic/TODO,v rcsdiff: /ftp/cvs/cvsroot/src/x11/Attic/TODO,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/x11/Attic/TODO 2004/04/28 14:17:56 1.10 +++ src/x11/Attic/TODO 2004/04/29 06:08:34 1.11 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.10 2004/04/28 14:17:56 lukem Exp $ +$NetBSD: TODO,v 1.11 2004/04/29 06:08:34 lukem Exp $ clean up XTODO issues @@ -6,9 +6,21 @@ consider symlinking various dirs in lib/ install the files on "distribution" ? lib/expat: check into -DX_BYTE_ORDER=$(X_BYTE_ORDER) +which can be one of X_LITTLE_ENDIAN or X_BIG_ENDIAN check all Imakefile & config diffs between -rv4-3-0 -rv4-4-0 , including: - all instances of XFREE86_FT2 programs/Xserver + lib/font/*/module + lib/GL + lib/GLU + lib/GLw -add getconfig +add getconfig (needs perl) + +convert lbxutil to a build-only library + +Native lib/Xxf86dga on i386 defines HAS_APERTURE_DRV to force the +use of /dev/xf86 (from the aperture driver) instead of /dev/mem. +The server code in programs/Xserver/hw/xfree86/os-support/bsd +correctly tries both /dev/xf86 and /dev/mem. +(/dev/mem requires options INSECURE)