CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/23 19:38:34

Modified files:
	lib/libc/net   : getaddrinfo.c 

Log message:
have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/07/23 20:19:28

Modified files:
	sys/arch/macppc/macppc: locore.S 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/powerpc/powerpc: pmap.c trap.c 

Log message:
- change pte_spill_X() to take an extra parameter to determine if
the fault is a EXE fault or R/W fault.

- mask/or the SR_NOEXEC bit into the segment register value
when the number of executable pages becomes 0/non-zero.

- create segments with SR_NOEXEC set, will be cleared when first
exec mapping in the segment is created.

- allow pte_spill_X() to deal with a new type of fault, page mapped
but non executable, when execute was requested.

Adds up to - non-exec stack support for powerpc.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/07/23 20:29:57

Modified files:
	sys/arch/mvmeppc/mvmeppc: locore.S 

Log message:
- change pte_spill_X() to take an extra parameter to determine if
the fault is a EXE fault or R/W fault.

- mask/or the SR_NOEXEC bit into the segment register value
when the number of executable pages becomes 0/non-zero.

- create segments with SR_NOEXEC set, will be cleared when first
exec mapping in the segment is created.

- allow pte_spill_X() to deal with a new type of fault, page mapped
but non executable, when execute was requested.

Adds up to - non-exec stack support.
[keep mvmeppc in sync]


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/23 21:22:43

Modified files:
	libexec/ftp-proxy: ftp-proxy.8 

Log message:
clean up docs a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/23 22:00:45

Modified files:
	libexec/ld.so  : dir.c library.c loader.c resolve.h util.c 
	                 util.h 
	libexec/ld.so/alpha: syscall.h 
	libexec/ld.so/mips: syscall.h 
	libexec/ld.so/powerpc: syscall.h 
	libexec/ld.so/sparc64: archdep.h syscall.h 

Log message:
back out broken stuff until it is fixed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/23 22:11:10

Modified files:
	libexec/ld.so  : dir.c library.c loader.c resolve.h util.c 
	                 util.h 
	libexec/ld.so/alpha: syscall.h 
	libexec/ld.so/mips: syscall.h 
	libexec/ld.so/powerpc: syscall.h 
	libexec/ld.so/sparc64: archdep.h syscall.h 

Log message:
ok i found it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/23 22:11:21

Modified files:
	libexec/ld.so  : util.h 

Log message:
use real clones of the libc functions


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/23 22:16:01

Modified files:
	lib/libc/string: index.c rindex.c 

Log message:
Convert to ANSI function headers and make 'ch' argument int, not char.
Noticed by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/24 02:42:52

Modified files:
	libexec/ftp-proxy: util.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 05:03:02

Modified files:
	ja             : index.html plus.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 05:04:07

Modified files:
	openssh/ja     : ftp.html index.html portable.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/24 05:54:21

Modified files:
	infrastructure/build: update-patches 

Log message:
Make sure we're in PATCHDIR when we verify the patches. Otherwise we'll
print out incorrect information if no patches are found in WRKDIST.

Ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/07/24 06:16:24

Log message:
    Thomas's ucpp (small C99 preprocessor)
    
    Status:
    
    Vendor Tag:	pornin
    Release Tags:	espie
    
    N ports/devel/ucpp/distinfo
    N ports/devel/ucpp/Makefile
    N ports/devel/ucpp/pkg/PLIST
    N ports/devel/ucpp/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/07/24 06:17:58

Modified files:
	devel          : Makefile 

Log message:
+ucpp


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/07/24 08:06:27

Modified files:
	usr.bin/pmdb   : symbol.c 

Log message:
don't use the TAILQ before it is initialised.  makes pmdb not crash on
exit if called with an non{existent,executable} file.

ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/07/24 08:08:33

Modified files:
	usr.bin/mg     : def.h undo.c 

Log message:
remove the CHANGE undo record type, use a combination of delete and insert
to have the same behavior in a simpler way.

ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/07/24 08:49:03

Modified files:
	www/php4       : Makefile.inc 

Log message:
warn upgraders to read both php and zend licenses before upgrading
the port


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/24 09:34:59

Modified files:
	devel/kdbg     : Makefile distinfo 
	devel/kdbg/patches: patch-kdbg_ttywnd_cpp 
	devel/kdbg/pkg : PLIST 
Added files:
	devel/kdbg/patches: patch-configure_in 
Removed files:
	devel/kdbg/patches: patch-kdbg_Makefile_in patch-kdbg_main_cpp 

Log message:
update to 1.2.5 and switch to KDE3; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/24 09:36:38

Modified files:
	sys/arch/sparc64/dev: vgafb.c 

Log message:
- don't need mmio or io registers mapped for console use
- can't map expansion rom this way, remove it until we find a safe way
- use less magic constants


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/07/24 09:41:42

Modified files:
	www/php4/extensions: Makefile 
	www/php4/extensions/pkg: DESCR PLIST 
Added files:
	www/php4/extensions/pkg: DESCR-gd PLIST-gd 

Log message:
Restore the gd extension as a subpackage.  Now the main package
is just a placeholder which informs the user to use the various
module sub-packages.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/07/24 10:11:19

Modified files:
	usr.bin/ssh    : hostfile.c hostfile.h sshconnect.c 

Log message:
print out all known keys for a host if we get a unknown host key,
see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4

the ssharp mitm tool attacks users in a similar way, so i'd like to
pointed out again:
A MITM attack is always possible if the ssh client prints:
The authenticity of host 'bla' can't be established.
(protocol version 2 with pubkey authentication allows you to detect
MITM attacks)


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/07/24 10:14:27

Modified files:
	www/php4/extensions: Makefile 

Log message:
move the jpeg/tiff/png dependencies into the right subpackage
sections, so that they aren't introduced across the board


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/07/24 10:14:56

Modified files:
	www/php4/extensions: Makefile 

Log message:
oops, too early


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 10:25:22

Modified files:
	es             : anoncvs.html ftp.html index.html plus.html 
	                 vax.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 10:29:47

Modified files:
	faq/es         : faq4.html faq5.html faq8.html faq9.html 
	                 index.html upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 10:41:28

Modified files:
	openssh/es     : ftp.html index.html portable.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 10:42:21

Modified files:
	faq/es         : index.html upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 10:45:06

Modified files:
	nl             : ftp.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/24 10:46:32

Modified files:
	openssh/nl     : ftp.html index.html portable.html 

Log message:
mirror changes


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/07/24 11:56:03

Modified files:
	sys/net        : pf.c 

Log message:
Use host order when adding packet size to interface statistics counter.
Only affects pfctl -si output for IPv6. And some whitespace KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 11:58:49

Modified files:
	sys/kern       : kern_synch.c 

Log message:
fix header printing in show_all_procs


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/24 12:14:09

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_in patch-errors_Makefile_in 
	                   patch-icons_Makefile_in patch-lib_Makefile_in 
	                   patch-src_Makefile_in patch-src_cf_data_pre 
	www/squid/pkg  : MESSAGE PLIST 

Log message:
upgrade to Squid 2.5.PRE10
- The squid binary has been moved from bin/ to sbin/
- The cachemgr CGI is statically linked now


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/24 12:39:01

Modified files:
	usr.sbin/config: Makefile 

Log message:
ELF_TOOLCHAIN, don't list all of them.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/24 13:03:19

Modified files:
	sys/arch/sparc64/dev: iommureg.h 

Log message:
more use of volatile on registers, cleaning


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/24 13:07:43

Modified files:
	sys/arch/sparc64/dev: iommu.c 

Log message:
No need to cast &thing to paddr_t* when thing IS a paddr_t


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/24 13:08:48

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
Go ahead and enable schizo, you're no worse off with it than without..


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/24 13:10:54

Modified files:
	sys/arch/sparc64/dev: schizo.c schizoreg.h 

Log message:
add support for schizo streaming buffers (per PBM), but leave the buffers disabled for now


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/24 13:12:00

Modified files:
	sys/arch/sparc64/dev: schizo.c 

Log message:
nuke debugging cruft


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 13:53:50

Modified files:
	bin/csh        : file.c 

Log message:
Fix a bug I inadvertanly introduced while fixing the last problem in here.
The item list really did want to be zero-filled since free_items() relies
on this to find the end point.  However, this is really pretty dumb since
we *know* how many items are in the list.

This highlights the elusive bug I was trying to fix--free_items() expects
the list to be NULL-terminated which was not the case if the list was full.
The fix is to simply pass free_items() the number of elements in the list.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 14:17:03

Modified files:
	sys/arch/hppa/hppa: db_disasm.c 

Log message:
if it appears we are disassembling insn at the pc do not cause an extra memory fetch (and possibly a fault loop) get one from the iir in the frame


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/07/24 15:45:55

Modified files:
	sys/dev        : systrace.c systrace.h 

Log message:
better uid/gid tracking; okay deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 16:00:11

Modified files:
	lib/libc/sys   : fork.2 

Log message:
o Mention that interval timers are cleared (FreeBSD)
o Mention that _exit(2) should be used to avoid problems with
stdio buffers and atexit(3)
o Add STANDARDS section
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 16:10:23

Modified files:
	usr.sbin/syslogd: syslogd.c 

Log message:
Sanity check snprintf() return values before using them.  It is legal for
snprintf(3) to return -1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/24 16:47:11

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 16:58:39

Modified files:
	lib/libc/stdio : printf.3 

Log message:
Document that *printf can return -1 on error.  This includes snprintf(),
though our implementation never does this.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/24 16:59:03

Modified files:
	lib/libc/stdio : stdio.3 

Log message:
add *asprintf


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 17:10:01

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
What on earth possessed me to use %p instead of %m in syslog() to
indicate the error string?


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 17:11:14

Modified files:
	libexec/identd : parse.c 

Log message:
Sanity check snprintf() return values before using them.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/24 17:17:07

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
Also check for snprintf() returning < 0


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 17:20:12

Modified files:
	sys/arch/i386/i386: locore.s 

Log message:
use properly sized regs for the prefix, only matters w/ picky binutils, old gas knows what to do; it's a ddb prettiness anyway


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/24 17:32:11

Modified files:
	sys/nfs        : nfs_syscalls.c 

Log message:
Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 17:58:18

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
new devices


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 17:58:39

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 18:07:08

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 18:07:38

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mouring@cvs.openbsd.org	2002/07/24 19:16:59

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
FallBackToRsh does not exist anywhere else.  Remove it from here.  OK deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/24 19:21:51

Modified files:
	sys/kern       : kern_exec.c 

Log message:
Compare with the same type. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/24 19:26:02

Modified files:
	sys/kern       : subr_userconf.c 

Log message:
Modify lvalue only once between sequence points. ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/24 19:56:43

Log message:
    Enhanced links with graphics support, tables, javascript and much more.
    See http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/ for details.
    
    brad@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20020725
    
    N ports/www/links+/Makefile
    N ports/www/links+/distinfo
    N ports/www/links+/pkg/SECURITY
    N ports/www/links+/pkg/DESCR
    N ports/www/links+/pkg/PLIST
    N ports/www/links+/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/24 20:00:27

Modified files:
	www/links/pkg  : PLIST 

Log message:
conflicts with links+


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/24 20:01:08

Modified files:
	www            : Makefile 

Log message:
enable links+


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 20:18:11

Modified files:
	sys/dev/usb    : ezload.c hid.c hid.h if_aue.c if_cue.c if_kue.c 
	                 if_upl.c if_url.c ohcireg.h uaudioreg.h ucom.c 
	                 udsbr.c uftdi.c uftdireg.h ugen.c uhcireg.h 
	                 uhcivar.h uhid.c uhidev.c uhub.c ukbd.c 
	                 ukbdmap.c ulpt.c umass.c umct.c umidi.c 
	                 umidivar.h umodem.c ums.c uplcom.c urio.c usb.c 
	                 usb.h usb_mem.c usb_mem.h usb_port.h 
	                 usb_quirks.c usb_subr.c usbdevs usbdevs.h 
	                 usbdevs_data.h usbdi.c usbdi.h usbdi_util.c 
	                 usbdi_util.h usbdivar.h uscanner.c usscanner.c 
	                 uvisor.c uyap.c 

Log message:
get rid of trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 20:22:42

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 20:26:17

Modified files:
	sys/arch/hppa/hppa: trap.c 

Log message:
only one trap generates exec fault and fetches the fault address from the pc queues, also supply fault_type (not that it is used that much)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/24 21:58:56

Modified files:
	usr.bin/netstat: atalk.c route.c 

Log message:
handle < 0 and such better


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/24 22:07:33

Modified files:
	sys/dev/usb    : ezload.c hid.c hid.h if_aue.c if_cue.c 
	                 ohcireg.h uaudio.c uaudioreg.h ucom.c udsbr.c 
	                 uftdireg.h ugen.c uhid.c uhidev.c ulpt.c umct.c 
	                 umidi.c umidivar.h umodem.c ums.c uplcom.c 
	                 usb_quirks.c urio.c uscanner.c uvisor.c uyap.c 

Log message:
update $NetBSD$ tags


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 22:45:31

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
kcopy is a space-to-space copy from kernel space, to guess where, -- to the same kernel space, just error on fault


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 22:49:53

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@
unroll the tmp copy loop in the trap return and take care of the frame.
remove unused altlabel in copy_on_fault


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 22:51:40

Modified files:
	sys/arch/hppa/hppa: db_interface.c 

Log message:
better kdbprinttrap() and copy over the frame into the db_regs when already spl-high


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 22:53:24

Modified files:
	sys/arch/hppa  : TODO 

Log message:
a few breakages w/ -current, maybe some other mickey might decide to fix those


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/24 22:58:57

Modified files:
	lib/libc/arch/hppa/sys: Ovfork.S 

Log message:
real vfork


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/25 02:05:09

Modified files:
	faq            : faq11.html 

Log message:
new PCs include a Pentium IV


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 02:38:55

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
Update MASTER_SITE_GNOME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 03:14:14

Log message:
    Import glib 2.0.4. From DESCR:
    
    General-purpose library in it's second version from the GTK+ team,
    includes support routines for C such as lists, trees, hashes,
    memory allocation, and many other things.
    
    Joint effort between myself and couderc@.
    
    Status:
    
    Vendor Tag:	nino
    Release Tags:	nino_20020725
    
    N ports/devel/glib2/Makefile
    N ports/devel/glib2/distinfo
    N ports/devel/glib2/patches/patch-configure
    N ports/devel/glib2/patches/patch-ltmain_sh
    N ports/devel/glib2/pkg/DESCR-docs
    N ports/devel/glib2/pkg/DESCR
    N ports/devel/glib2/pkg/PFRAG.shared
    N ports/devel/glib2/pkg/PLIST
    N ports/devel/glib2/pkg/PLIST-docs
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 03:17:41

Log message:
    Import atk 1.0.2. From DESCR:
    
    The ATK library provides a set of interfaces for accessibility.
    By supporting the ATK interfaces, an application or toolkit can
    be used with such tools as screen readers, magnifiers,
    and alternative input devices.
    
    Status:
    
    Vendor Tag:	nino
    Release Tags:	nino_20020725
    
    N ports/devel/atk/Makefile
    N ports/devel/atk/distinfo
    N ports/devel/atk/patches/patch-configure
    N ports/devel/atk/patches/patch-ltmain_sh
    N ports/devel/atk/pkg/DESCR
    N ports/devel/atk/pkg/PLIST
    N ports/devel/atk/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 03:20:01

Log message:
    Import pango 1.0.3. From DESCR:
    
    Pango is a library for layout and rendering of text, with an emphasis
    on internationalization. Pango can be used anywhere that text layout
    is needed; however, most of the work on Pango-1.0 was done using the
    GTK+ widget toolkit as a test platform. Pango forms the core of text
    and font handling for GTK+-2.0.
    
    Status:
    
    Vendor Tag:	nino
    Release Tags:	nino_20020725
    
    N ports/devel/pango/Makefile
    N ports/devel/pango/distinfo
    N ports/devel/pango/patches/patch-configure
    N ports/devel/pango/patches/patch-examples_Makefile_in
    N ports/devel/pango/patches/patch-ltmain_sh
    N ports/devel/pango/patches/patch-modules_Makefile_in
    N ports/devel/pango/patches/patch-pango_pc_in
    N ports/devel/pango/patches/patch-modules_basic_tables-big_i
    N ports/devel/pango/patches/patch-modules_arabic_arabic-ft2_c
    N ports/devel/pango/patches/patch-modules_hebrew_hebrew-x_c
    N ports/devel/pango/patches/patch-modules_hebrew_hebrew-ft2_c
    N ports/devel/pango/pkg/PFRAG.shared
    N ports/devel/pango/pkg/DEINSTALL
    N ports/devel/pango/pkg/DESCR
    N ports/devel/pango/pkg/INSTALL
    N ports/devel/pango/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 03:23:29

Modified files:
	devel          : Makefile 

Log message:
Add atk, glib2 and pango.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 03:42:36

Log message:
    Import gtk+2. From DESCR:
    
    This is GTK+ version 2.0.5. GTK+ is a multi-platform toolkit for
    creating graphical user interfaces. Offering a complete set of widgets,
    GTK+ is suitable for projects ranging from small one-off projects to
    complete application suites.
    
    Status:
    
    Vendor Tag:	nino
    Release Tags:	nino_20020725
    
    N ports/x11/gtk+2/Makefile
    N ports/x11/gtk+2/distinfo
    N ports/x11/gtk+2/patches/patch-configure
    N ports/x11/gtk+2/patches/patch-demos_Makefile_in
    N ports/x11/gtk+2/patches/patch-ltmain_sh
    N ports/x11/gtk+2/patches/patch-modules_input_Makefile_in
    N ports/x11/gtk+2/pkg/DEINSTALL
    N ports/x11/gtk+2/pkg/DESCR
    N ports/x11/gtk+2/pkg/DESCR-docs
    N ports/x11/gtk+2/pkg/INSTALL
    N ports/x11/gtk+2/pkg/PFRAG.shared
    N ports/x11/gtk+2/pkg/PLIST
    N ports/x11/gtk+2/pkg/PLIST-docs
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 03:44:49

Modified files:
	x11            : Makefile 

Log message:
Add gtk+2


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/07/25 06:36:29

Modified files:
	faq            : faq6.html 

Log message:
with this misleading scrub description I'm no longer surprised that our
users are confused.
correct it. scrub is good. almost always, not just in special cases.

ok dhartmei@, nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/25 06:43:28

Modified files:
	sys/netinet6   : ip6_mroute.c 

Log message:
correct MTU check.  sync w/kame


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/07/25 09:15:21

Modified files:
	faq            : faq6.html 

Log message:
two typos in my previous commit.
two typos in the same sentence.
not bad.

found one myself, one from Josh Archambault <josh@snowplow.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/25 09:27:20

Modified files:
	sys/dev/pci    : hifn7751.c hifn7751reg.h 

Log message:
house cleaning, also fix a couple of incorrect bit definitions in the
(currently unused) pk engine


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/25 09:41:39

Modified files:
	usr.sbin/user  : user.c 

Log message:
Check snprintf() rval for < 0; OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/25 09:42:09

Modified files:
	libexec/telnetd: global.c 

Log message:
Check snprintf() rval for < 0; OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/25 10:02:15

Modified files:
	usr.bin/mg     : theo.c 

Log message:
this just had to go in


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/07/25 10:37:54

Modified files:
	usr.bin/mg     : file.c fileio.c grep.c main.c 

Log message:
replace the ugly and buggy adjustname function by a simple one using
simple APIs. makes mg not crash with 65k filenames...

ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/07/25 10:40:57

Modified files:
	usr.bin/mg     : buffer.c 

Log message:
use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt

ok art


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/07/25 11:07:47

Modified files:
	etc            : aliases 

Log message:
add a few RFC 2142 suggested aliases, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/25 12:19:06

Modified files:
	share/mk       : bsd.prog.mk 

Log message:
ELF_TOOLCHAIN except hppa for crtbegin and crtend.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 12:30:57

Modified files:
	sys/arch/sparc/sparc: locore.s 

Log message:
remove the intrhand .comm, which was wrong, and is not needed


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/25 12:37:20

Modified files:
	.              : orders.html 

Log message:
Remove eSec from Australia, noted by Matthew Gregan <kinetik@orcon.net.nz>


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/25 12:40:24

Modified files:
	usr.bin/make   : Makefile 

Log message:
Obey LDSTATIC when building "generate".


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 12:50:38

Modified files:
	sys/arch/sparc/sparc: locore.s 

Log message:
really remove it


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/25 12:57:50

Modified files:
	sys/dev/wsfont : wsfont.c 

Log message:
When building kernels with the SMALL_KERNEL option (typically, RAMDISK),
only one wsfont will be included.
Instead of forcing it to be the 8x16 font, choose it depending on the
architecture we are compiling for - this way, sparc* will get the
PROM-like 12x22 font instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/25 13:01:19

Modified files:
	sbin/wsconsctl : util.c 
	sys/dev/wscons : wsconsio.h 

Log message:
Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name,
..._SUN24, since this only means 24 bit framebuffers with BGR encoding.
Also add a WSDISPLAY_TYPE_SUNBW for Sun monochrome framebuffers, to be used
by Xwsfb shortly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/25 13:03:25

Modified files:
	sys/dev/wscons : wsemul_sun.c wsdisplayvar.h 

Log message:
Rework the color usage in wsemul_sun displays, to match SunOS and Solaris
text mode colors.
This means black text on white background, even for the kernel messages.

Initially based on a patch from jason@, then some tinkering by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/25 13:04:46

Modified files:
	sys/arch/sparc64/dev: creator.c 
	sys/dev/sbus   : bwtwo.c cgsix.c cgthree.c 

Log message:
Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and
add the necessary magic for wsemul_sun color handling.

Initially based on a patch from jason@, then some tinkering by me.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	miod@cvs.openbsd.org	2002/07/25 13:05:58

Modified files:
	xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c 

Log message:
Adapt to WSDISPLAY_TYPE_SUNFFB name change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/25 13:18:44

Modified files:
	sys/dev/rasops : rasops8.c 

Log message:
If passed RI_BSWAP, swap32 the stamp


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/25 13:19:55

Modified files:
	sys/arch/sparc64/dev: vgafb.c 

Log message:
There's no need to override the default mapping to big endian now that rasops8 handles byte swapping itself.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/25 13:29:32

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/sparc: contents install upgrade xfer 

Log message:
Due to changes having already occured, and more being cooked at this
very moment, OpenBSD/sparc installation media will not allow upgrades
to 3.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/25 13:40:33

Modified files:
	sys/arch/sparc64/dev: creator_mainbus.c creator_upa.c 

Log message:
use bus_space_map, not bus_space_map2, and fix failure printf's


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2002/07/25 14:28:01

Modified files:
	.              : macppc.html 

Log message:
Note addition of cardbus support.


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2002/07/25 14:31:55

Modified files:
	.              : macppc.html 

Log message:
Remove the line saying unsupported (when just added to the supported section).


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2002/07/25 14:41:26

Modified files:
	.              : macppc.html 

Log message:
Move 'Other Devices' below Cryptography.
Move Firewire and backlight support into
Other Devices, and report current support level.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 14:42:53

Modified files:
	sys/altq       : altq_subr.c 

Log message:
support 486 which lack the pentium_mhz stuff; from rees, kjc ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 15:12:47

Modified files:
	lib/libc/net   : ns_ntoa.c 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 15:13:45

Modified files:
	lib/libc/net   : getaddrinfo.c gethostnamadr.c getnetnamadr.c 
	                 res_init.c 

Log message:
kill more strcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/25 15:17:18

Modified files:
	sys/arch/hppa/conf: Makefile.hppa 

Log message:
strip off annoying local gcc symbols (jason was complaining hangman being too easy ;)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 15:55:30

Modified files:
	lib/libc/net   : res_debug.c 

Log message:
more snprintf and strlcpy; help from millert


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/07/25 16:06:57

Modified files:
	faq            : faq6.html index.html 

Log message:
New section: 6.10 - Setting up a bridge with OpenBSD.  ok Jason@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/25 16:07:37

Modified files:
	xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c 

Log message:
Make it possible to  build this driver without the XFreeXDGA extension.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/25 16:18:27

Modified files:
	sys/kern       : kern_time.c 
	sys/sys        : time.h 
	sys/compat/linux: linux_misc.c 
	sys/compat/sunos: sunos_misc.c 

Log message:
Avoid time wrap at securelevel 2. ok millert@ fgsch@


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2002/07/25 16:25:56

Modified files:
	.              : macppc.html 

Log message:
Add labels for some sections.
Clarify support for some devices on Cardbus as well as pci/obio.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 16:27:50

Modified files:
	sbin/wicontrol : wicontrol.c 

Log message:
pretty


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/25 16:30:03

Modified files:
	xc/programs/Xserver/hw/xfree86/common: Imakefile 

Log message:
- thinko : defined(__OpenBSD__) -> defined(OpenBSDArchitecture)
This is Imakefile, not a C source.
- make it possible to build this without DGA


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/25 16:31:44

Modified files:
	xc/programs/Xserver/hw/xfree86/common: xf86Init.c 
	xc/programs/Xserver/hw/xfree86/loader: dixsym.c xf86sym.c 

Log message:
make it possible to build this without DGA.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/25 16:32:33

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
missing arg in the call to the pdc_call since some old times


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/25 16:33:15

Modified files:
	games/freeciv/pkg: DESCR 

Log message:
Add information about sound sets to description.
Submitted by Aleksander Piotrowski <aleksander.piotrowski@piestrak.waw.pl>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/25 16:37:23

Modified files:
	usr.bin/mg     : theo.c 

Log message:
love, jason


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/25 17:31:04

Modified files:
	sys/dev/pci    : agp_ali.c agp_amd.c agp_i810.c agp_intel.c 
	                 agp_sis.c agp_via.c agpvar.h 

Log message:
- some KNF.
- comment out debugging printf for i810.
- remove checks for failure if malloc is used with M_WAITOK.

mickey@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/25 18:08:10

Modified files:
	devel/jdk/1.3-linux: Makefile distinfo 

Log message:
Update to 1.3.1_04.
From maintainer Christian Edward Gruber <cgruber@israfil.net>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/25 18:14:37

Added files:
	databases/gdbm/patches: patch-falloc_c 

Log message:
Fix a rare crash bug involving large databases (~1GB+), a large
number of transactions, and 64bit file offsets.  From downsj@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/25 18:27:11

Modified files:
	lib/libcurses  : Makefile 

Log message:
Obey LDSTATIC for the helper binaries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/07/25 18:28:30

Modified files:
	net/mtr        : Makefile 

Log message:
rename curses flavour to no_x11 & remove NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/25 18:36:22

Log message:
    Import p5-Palm 1.2.4.
    Submitted by Sebastian Stark <seb@todesplanet.de>.
    
    A set of Perl 5 modules for reading, manipulating, and writing the .pdb
    and .prc database files used by PalmOS devices such as the PalmPilot and
    its successors.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020726
    
    N ports/palm/p5-Palm/Makefile
    N ports/palm/p5-Palm/distinfo
    N ports/palm/p5-Palm/pkg/PLIST
    N ports/palm/p5-Palm/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/25 18:37:23

Modified files:
	palm           : Makefile 

Log message:
+p5-Palm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 19:20:21

src/regress/sys/kern/nxbss

Update of /cvs/src/regress/sys/kern/nxbss
In directory cvs.openbsd.org:/usr/src/regress/sys/kern/nxbss

Log Message:
Directory /cvs/src/regress/sys/kern/nxbss added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 19:20:44

Added files:
	regress/sys/kern/nxbss: Makefile nxbss.c 

Log message:
check for non-exec of bss


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 19:32:07

Modified files:
	regress/sys/kern: Makefile 
	regress/sys/kern/nxbss: Makefile 
	regress/sys/kern/nxstack: Makefile 

Log message:
regress these only on the architectures where they are expected to work


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/25 19:52:02

Modified files:
	regress/sys/kern/nxbss: Makefile 
	regress/sys/kern/nxstack: Makefile 

Log message:
and hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/25 20:51:53

Modified files:
	devel/libicq2000: Makefile distinfo 
	devel/libicq2000/pkg: PFRAG.shared 

Log message:
Update to libicq2000-0.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/25 20:52:11

Modified files:
	net/ickle      : Makefile distinfo 

Log message:
Update to ickle-0.3.2


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/07/25 21:46:00

Modified files:
	portsplus      : index.html 

Log message:
catch up


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/25 22:24:44

Modified files:
	sys/dev/sbus   : cgsix.c 

Log message:
add support for hardware accelerated fill/copy; from NetBSD (committed from the acceptably fast non-X11 console of a U1)


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/07/25 22:31:51

Modified files:
	.              : want.html 

Log message:
Need a TGX+


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/25 23:16:12

Modified files:
	x11/gtk+2      : Makefile 

Log message:
Fix freetype clash.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/07/26 01:22:37

ports/net/pfstat

Update of /cvs/ports/net/pfstat
In directory cvs.openbsd.org:/tmp/cvs-serv30179/pfstat

Log Message:
Directory /cvs/ports/net/pfstat added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/07/26 01:23:39

ports/net/pfstat/pkg

Update of /cvs/ports/net/pfstat/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv28713/pkg

Log Message:
Directory /cvs/ports/net/pfstat/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/07/26 01:25:35

Added files:
	net/pfstat     : Makefile distinfo 
	net/pfstat/pkg : DESCR PLIST 

Log message:
pfstat is a small utility that collects packet filter statistics and
produces graphs.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/26 03:54:29

Modified files:
	sbin/pfctl     : parse.y 

Log message:
make the order of log and quick irrelevant. now both
block in log quick all
and
block in quick log all
work.

ok dhartmei@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/26 04:21:44

Modified files:
	usr.sbin/httpd : Makefile.tmpl 

Log message:
few more $(SHELL); "Aaron Yourk" <ayourk@srt.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/07/26 05:19:01

Modified files:
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/pkg: PLIST 

Log message:
move doc to doc/sasl2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/07/26 05:38:35

Modified files:
	net            : Makefile 

Log message:
add pfstat, thanks naddy


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/26 07:33:19

Modified files:
	.              : index.html 

Log message:
Don't cry for me, Argentina


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/26 09:12:17

Modified files:
	net/netatalk/stable: Makefile 
	net/netatalk/stable/patches: patch-etc_afpd_volume_c 
Added files:
	net/netatalk/stable/patches: patch-etc_afpd_directory_c 
	                             patch-etc_afpd_enumerate_c 
	                             patch-etc_afpd_file_c 
	                             patch-etc_afpd_file_h 
	                             patch-etc_afpd_filedir_c 
	                             patch-etc_afpd_fork_c 
	                             patch-etc_afpd_ofork_c 
	                             patch-etc_afpd_unix_c 
	                             patch-libatalk_dsi_dsi_stream_c 

Log message:
Fix a lot of problem with afpd.
From maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/26 09:16:47

Modified files:
	regress/sbin/pfctl: pf2.in 

Log message:
swap log and quick a few times


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/26 09:49:56

Modified files:
	sys/dev/sbus   : cgsix.c 
Added files:
	sys/dev/sbus   : cgsixreg.h 

Log message:
House cleaning (move reg defns into their own file), and be sure to drain
the CG6 before starting operations.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/07/26 10:14:47

Modified files:
	security/cyrus-sasl/pkg: PLIST 
	security/cyrus-sasl2/pkg: PLIST 

Log message:
sasl & sasl2 should not be installed at the same time, mark conflict


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/26 10:39:04

Modified files:
	sys/arch/sparc64/dev: creator_mainbus.c creator_upa.c 
	                      creatorvar.h 
Added files:
	sys/arch/sparc64/dev: creatorreg.h 

Log message:
- Move register defns to their own header file and add a whole bunch of them
- map the fbc register set


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/26 10:57:16

Modified files:
	sys/arch/sparc64/dev: creator.c creatorvar.h 

Log message:
- remove duplicate defns
- start at some utility functions for the FBC handling


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/26 11:53:30

Modified files:
	openssh        : index.html 

Log message:
Bye Argentine Mirror here too (nudge from miod@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/26 11:54:49

Modified files:
	net/netatalk/stable/patches: patch-etc_afpd_directory_c 
	                             patch-etc_afpd_file_c 
	                             patch-etc_afpd_filedir_c 

Log message:
Remove hunks with $Id keywords that accidentally sneaked in.
Thanks jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/26 12:00:08

Modified files:
	sys/arch/sparc64/dev: creator.c creatorreg.h 

Log message:
- add hardware support for eraserows and erasecols
- also fix some register names and add yet more of them
[one thing this chip isn't lacking is registers...]


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/26 12:23:35

Modified files:
	sys/arch/sparc64/dev: creator.c 

Log message:
fifo needs 6 entries before we feed it rectangle command


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/26 12:34:06

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
bwtwo tested and works, minus one rasops fix coming soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/26 12:36:33

Modified files:
	sys/arch/sparc/include: vmparam.h 

Log message:
Zap VM_KMEM_SIZE, not used anymore.
Pointed out by francisco <frisco@blackant.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/26 13:00:15

Modified files:
	textproc/isearch: Makefile 
	textproc/isearch/patches: patch-Makefile 
	textproc/isearch/pkg: DESCR PLIST 

Log message:
Update master site; from anonymous via Ejovi Nuwere <ejovi@ejovi.net>.
While we're here, honor CXX/CXXFLAGS and miscellaneous cleanup.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/26 13:00:43

Modified files:
	lib/libc_r/uthread: Tag: OPENBSD_3_0 uthread_sig.c 

Log message:
MFC (rev 1.9), proactively preempting popular demand.
Original commit message:
Fix signal dispatching.   No-one has reported any probs (other than
with regression tests that need to be fixed) and fgs@ thinks it's OK.
I'll look at the pthreads regression tests, next


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/26 13:31:36

Modified files:
	x11/xmbdfed    : Makefile distinfo 
Added files:
	x11/xmbdfed/patches: patch-bdf_h patch-xmbdfed_c 
Removed files:
	x11/xmbdfed/patches: patch-aa patch-ab 

Log message:
- Update to 4.5 patch 1.
- Regenerate patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/26 13:38:47

Modified files:
	misc/xless     : Makefile 
	misc/xless/pkg : DESCR 
Added files:
	misc/xless/patches: patch-Imakefile patch-callbacks_c 
	                    patch-xless_h 
Removed files:
	misc/xless/patches: patch-aa patch-ab patch-ac 

Log message:
regen patches and clean up


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 13:52:03

Modified files:
	games/rogue    : inventory.c message.c 

Log message:
We're in curses, so use getch() rather than getchar().


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 13:53:15

Modified files:
	games/rogue    : object.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 13:56:07

Modified files:
	games/rogue    : rogue.h save.c 

Log message:
A few better buffer sizes (from Ian McWilliam, long ago); functions local
to save.c are no longer in rogue.h; use write() to save files rather than
fwrite() since this can end up being called in a signal handler (it's still
not clean though).


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/26 13:57:23

Modified files:
	audio/esound   : Makefile distinfo 
	audio/esound/patches: patch-Makefile.in patch-acconfig_h 
	                      patch-audio_c patch-config_h_in 
	                      patch-configure_in patch-esd.c 
	                      patch-esdlib.c 
	audio/esound/pkg: PFRAG.shared PLIST 
Added files:
	audio/esound/patches: patch-util_c 
Removed files:
	audio/esound/patches: patch-esd.h patch-ltconfig patch-ltmain.sh 

Log message:
upgrade to esound 0.2.28
--
With some testing by: naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 14:03:46

Modified files:
	games/hunt/huntd: terminal.c 

Log message:
Theo pointed out a vsnprintf() whose return value was being used
inappropriately.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 14:14:39

Modified files:
	games/trek     : attack.c snova.c 

Log message:
\a rather than embedded ^G


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 14:17:21

Modified files:
	gnu/usr.bin/ld/ldconfig: ldconfig.8 

Log message:
comma splice


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/26 14:19:22

Modified files:
	games/tetris   : screen.c shapes.c tetris.6 tetris.c tetris.h 

Log message:
add classic mode, closer to the way tetris felt a couple decades ago; pjanzen@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/07/26 14:32:07

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
More Apple pci devs, from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/26 14:32:38

Modified files:
	games/grdc     : grdc.6 grdc.c 

Log message:
The elusive original author of this program and man page surfaced long enough
to state the following, when asked about licensing issues:
"It's ok to put any copyright as long as it stays in the public domain.
...
Since I did not write it to make any profit or fame in the first place,
I guess its use is not limited by any license.  Of course I would not
object to my name being mentioned."
Then he disappeared again.

So I've put on a current copyright to him, and labelled the code explicitly
as public domain.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/07/26 14:34:25

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/07/26 14:36:42

Modified files:
	sys/dev/pci    : if_gem_pci.c 

Log message:
Recognize additional gem pci id, from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/26 14:36:48

Modified files:
	usr.sbin/afs/lib/libarla: Makefile.ko.inc 

Log message:
build gensysname with HOSTCC.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/26 15:30:20

Modified files:
	games/tetris   : input.c 

Log message:
put to the -Wall an unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/26 15:33:28

Modified files:
	games/tetris   : screen.c shapes.c tetris.c tetris.h 

Log message:
give it some healthy dosage of vitamin const


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/26 17:30:42

Modified files:
	regress/sys/kern/nxbss: nxbss.c 

Log message:
ensure that bss object being used is not ... inside the last page of data.
a.out ZMAGIC permits that to happen.  so we need to pad it over, for the
test to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/26 17:32:50

Modified files:
	sys/kern       : exec_aout.c 

Log message:
request non-executable BSS from uvm (first page of BSS may land inside
last page of DATA, and still have executability unless we can find a
resolution to the GOT/PLT issues in a.out)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/26 18:46:03

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.hppa 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.sparc 
	                         md.sparc64 md.sun3 md.vax 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/07/26 22:05:09

Modified files:
	distrib/miniroot: install.sub upgrade.sh 

Log message:
Fix two problems.

1) Even if /sbin/mount_nfs is present, do *not* try to automatically
mount nfs file systems. Because not all name resolution mechanisms are
present during upgrade (e.g. yp) it is not safe to do so. The user
must manually mount nfs file systems if they are the source of any
sets.  Problem noted by miod@, change seconded by deraadt@.

2) Change initial verbiage so that a brief introduction is displayed,
along with the information about !foo or !, before the terminal type
is requested.  After the terminal type is known display the rest of
the introductory text using less -XE. This belts and suspender fix
makes both the install and upgrade text fit in 'page' size (<24 lines)
chunks and ensures that if the text ever grows beyond a page a more
informative prompt is displayed. Problem noted by millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/26 22:10:01

Modified files:
	etc            : rc 

Log message:
echo before running sshd; mcbride@countersiege.com


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/27 00:49:28

src/regress/sys/kern/nxstack-mprotect

Update of /cvs/src/regress/sys/kern/nxstack-mprotect
In directory cvs.openbsd.org:/tmp/cvs-serv13575/nxstack-mprotect

Log Message:
Directory /cvs/src/regress/sys/kern/nxstack-mprotect added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/27 00:52:37

Added files:
	regress/sys/kern/nxstack-mprotect: Makefile nxstack-mprotect.c 

Log message:
test for mprotect() on the stack area: try force execable mapping on it first, and it should run a code on the stack fine; then lower the protection to non-exec and observe a sigfault. fail contraccordingly


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/27 01:27:04

Modified files:
	usr.sbin/authpf: authpf.8 

Log message:
Typo; spotted by cdjones@novusordo.net.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/27 02:01:32

Modified files:
	regress/sys/kern/nxstack-mprotect: Makefile 

Log message:
limit this to the right architectures


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/27 02:01:47

Modified files:
	sys/dev        : sequencer.c 

Log message:
Variable name typo in debugging code. tick -> ticks.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/07/27 02:46:51

Added files:
	usr.sbin/rdate : ntpleaps.c ntpleaps.h 

Log message:
leapsecond support; written by thorsten glaser; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/07/27 02:47:19

Modified files:
	usr.sbin/rdate : Makefile ntp.c 

Log message:
enable leapsecond supprt


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 02:51:57

Modified files:
	ja             : index.html orders.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 02:53:59

Modified files:
	faq/ja         : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 02:58:29

Modified files:
	es             : index.html orders.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 02:59:22

Modified files:
	openssh/es     : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 03:00:49

Modified files:
	faq/es         : faq11.html faq6.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/07/27 03:29:50

Modified files:
	usr.sbin/rdate : rdate.c rdate.8 

Log message:
add verbose output option


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 04:51:28

Modified files:
	nl             : index.html orders.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/27 04:53:34

Modified files:
	openssh/nl     : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 07:12:38

src/libexec/ld.so/sparc

Update of /cvs/src/libexec/ld.so/sparc
In directory cvs.openbsd.org:/tmp/cvs-serv23987/sparc

Log Message:
Directory /cvs/src/libexec/ld.so/sparc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 07:19:26

Modified files:
	libexec/ld.so  : Makefile loader.c 
Added files:
	libexec/ld.so/sparc: archdep.h ldasm.S rtld_machine.c syscall.h 

Log message:
Just a skeleton for sparc. Builds, but pieces are missing and it doesn't
even get to dl_boot_bind correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/07/27 07:31:30

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
Typo; similates -> simulates


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 07:56:36

Modified files:
	libexec/ld.so/sparc: ldasm.S 

Log message:
Stop being too creative, steal more code from sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 09:35:55

Modified files:
	libexec/ld.so/sparc: ldasm.S 

Log message:
this is not sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 09:36:53

Modified files:
	libexec/ld.so/sparc: archdep.h 

Log message:
Make self-relocation work.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 09:40:44

Modified files:
	libexec/ld.so  : loader.c 

Log message:
I don't see the point of a return at the end of a void function.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/07/27 09:51:18

Modified files:
	distrib/sets/lists/xbase: md.mvme68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/07/27 10:55:17

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
New Promise device. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/27 10:56:01

Modified files:
	libexec/ld.so/sparc: rtld_machine.c 

Log message:
Commit work in progress before I get drunk tonight.

Code from sparc64 and NetBSD.

Basically we can link the most, lazy linking works (!), but something else
is screwed.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/07/27 10:56:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Sync. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/07/27 11:05:54

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
New VIA device. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/07/27 11:06:58

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Sync. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/27 11:50:32

Modified files:
	share/man/man7 : hier.7 

Log message:
Fix the MAKEDEV(8) Xr, thanks to couderc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 12:15:02

Modified files:
	x11/openbox    : Makefile distinfo 
	x11/openbox/pkg: PLIST 

Log message:
upgrade to openbox 1.2.4


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/07/27 12:55:43

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
VIA VT6202 is USB 2.0. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/07/27 12:57:08

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Sync. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/07/27 13:21:16

Modified files:
	sys/dev/pci    : aac_pci.c 

Log message:
Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now the
RAID in Dell PowerEdge 2650 machines will be configured.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/27 13:49:00

Modified files:
	usr.sbin/httpd/htdocs: index.html 

Log message:
Fix art link, PR #2840


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/07/27 14:11:34

Modified files:
	usr.sbin/rdate : ntp.c rdate.8 rdate.c 

Log message:
move leap seconds correction to -N option for now


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/27 14:37:38

Modified files:
	xc/programs/Xserver/hw/xfree86/common: xf86.h xf86Bus.c 

Log message:
64bit warning fix. Access is an unsigned long.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/27 15:41:41

Modified files:
	xc/programs/Xserver/hw/xfree86/common: xf86Init.c 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: alpha_video.c 
	                                               bsd_init.c 
	                                               i386_video.c 
	                                               ppc_video.c 
	                                               sparc64_video.c 
	xc/programs/Xserver/os: utils.c 

Log message:
Do every task that requires root privileges early in osinit() and
then revoke those privileges. Currently only useful if server is started
by startx/xinit.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/27 16:06:06

Modified files:
	gnu/usr.bin/ld/rtld: rtld.c 

Log message:
ask uvm to map the bss of each .so module non-executable.  again, we
cannot do this to the data segments until we know how big the got/plt
zone is... anyone want to track that down?


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/07/27 16:11:58

Modified files:
	etc            : rc 

Log message:
Create directories for X11 unix socket at boot time. This removes the
need for root privileges for processes that create the sockets later.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/27 16:17:49

Modified files:
	sys/dev/rasops : rasops.c rasops1.c rasops15.c rasops2.c 
	                 rasops24.c rasops32.c rasops4.c rasops8.c 
	                 rasops_bitops.h 

Log message:
Unstaticize functions, for my ddb sessions pleasure.
Plus it makes hangman more difficult.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/27 16:18:21

Modified files:
	sys/dev/rasops : rasops4.c 

Log message:
Fix PIXEL_SHIFT value for 4bit displays.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/27 16:30:00

Modified files:
	usr.sbin/lpr/common_source: startdaemon.c 
	usr.sbin/lpr/lpd: printjob.c 

Log message:
merge if() and foo = snprintf checks better; millert ok


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/27 16:36:13

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
Xsun servers don't need setuid now that /tmp/.X11-unix is created at
boot time.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/07/27 18:44:48

Modified files:
	libexec/ftpd   : ftpd.8 

Log message:
talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan.biz


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 18:48:38

Modified files:
	x11/kdirstat   : Makefile 

Log message:
don't set MODGNU_CONFIG_GUESS_DIRS, the versions that come with this program
are new enough as is.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/07/27 19:14:58

Modified files:
	distrib/miniroot: install.sub install.sh 

Log message:
New feature request by (most recently) drahn@:

Do not allow the same mountpoint to be specified for >1 disk
partition.

If a mountpoint that has already been specified is entered again an
error message of the form:

Invalid response: sd0a is already being mounted at /var

is emitted. Partitions on both the disk being initialized and
previously initialized disks are checked.

Rework a bit of the logic to simplify and shorten in compensation. e.g.
eliminate references to /tmp/fstab.<disk> as it is never created.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/27 19:30:08

Modified files:
	sys/dev/rasops : rasops.h 

Log message:
Define RASOPS_SMALL when SMALL_KERNEL is also defined.
Shaves a few more KB out of alpha (and others) ramdisks.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/07/27 19:39:14

Modified files:
	sys/arch/macppc/conf: RAMDISK 
	sys/arch/sparc/conf: RAMDISK 
	sys/arch/sparc64/conf: RAMDISK 
	sys/arch/sun3/conf: RAMDISK 

Log message:
Add 'option NFSCLIENT' to macppc RAMDISK.

Delete (comment out) 'option NFSCLIENT' in sparc, sparc64, and sun3
RAMDISKs.

This brings the presence of /sbin/mount_nfs in the boot image and the
presence of NFSCLIENT in the RAMDISK kernel into alignment. Except for
sparc64 which will now have mount_nfs removed from the boot image to
save space.

mvme88k RAMDISK did not need to be adjusted as it only *looks* like it
does not have NFSCLIENT. It actually includes the system GENERIC.

Investigation for inconsistancies prompted by todd@.

This solution recommended by deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 20:11:37

Modified files:
	databases/db   : Makefile 
	databases/db/pkg: PFRAG.shared PLIST 
Removed files:
	databases/db/pkg: PFRAG.c++ PFRAG.c++.shared PFRAG.java 

Log message:
- remove the useless Java FLAVOR
- merge the C++ FLAVOR into the main package


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 20:14:39

Modified files:
	databases      : Makefile 

Log message:
bye bye Java FLAVOR


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/07/27 21:33:29

Modified files:
	distrib/sparc64/bsd.rd: list 

Log message:
Since NFSCLIENT is no longer present in any RAMDISK* config, there
is no need for mount_nfs in any boot image.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 22:40:40

Modified files:
	graphics/libart: Makefile distinfo 
	graphics/libart/pkg: PFRAG.shared PLIST 

Log message:
upgrade to libart 2.3.10
--
From: The new MAINTAINER, Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 22:43:26

Added files:
	graphics/libart/patches: patch-configure patch-ltmain_sh 

Log message:
upgrade to libart 2.3.10
--
From: The new MAINTAINER, Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 22:48:16

Modified files:
	graphics/dia   : Makefile 
	graphics/dia/patches: patch-configure 

Log message:
use new libart
--
From: Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/27 23:22:24

Modified files:
	textproc/openjade: Makefile 

Log message:
respect CXX.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/28 00:25:14

Modified files:
	sys/arch/sparc64/dev: creator.c creatorreg.h 

Log message:
more registers; jason@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/28 00:27:07

Modified files:
	sys/dev/ic     : ac97.c ac97.h 

Log message:
minor things from ac97 rev 2.3; mickey@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 00:59:50

Modified files:
	textproc/openjade/patches: patch-style_Makefile.sub 
Added files:
	textproc/openjade/patches: patch-lib_parser_inst_m4 
	                           patch-style_LangObj_cxx 
Removed files:
	textproc/openjade/patches: patch-size_t patch-wchar 

Log message:
- add RCS id
- use patch names from update-patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 01:22:39

Modified files:
	graphics/libart/pkg: PFRAG.shared PLIST 

Log message:
add pkgconfig file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 01:24:21

Modified files:
	graphics/libart/pkg: PFRAG.shared 

Log message:
oops, revert previous change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/07/28 01:48:30

Modified files:
	usr.sbin/rdate : ntp.c 

Log message:
call ntpleaps before trying to sync if needed


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/28 02:44:14

Modified files:
	games/monop    : brd.dat cards.c deck.h execute.c getinp.c 
	                 houses.c initdeck.c jail.c misc.c mon.dat 
	                 monop.6 monop.c monop.def monop.h morg.c 
	                 print.c prop.c rent.c roll.c spec.c trade.c 

Log message:
Tidy the code, follow the rules more closely (and document where we diverge),
and make save files work.  The last stops a number of segfaults.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/28 06:00:52

Modified files:
	devel/glib2    : Makefile 

Log message:
iconv modules is not needed when the gettext module is used.

spotted by fgsch@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/28 09:01:27

Added files:
	security/gnupg/patches: idea-patch-cipher_Makefile_am 

Log message:
Fix idea flavor:  Revive patch to cipher/Makefile.am because configure
extracts the list of modules to build from there.  Sic.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/28 09:46:52

Modified files:
	www/konqueror-embedded: Makefile 

Log message:
libpng include path


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/28 11:07:33

Modified files:
	sys/arch/sparc64/dev: creatorreg.h 

Log message:
documentation


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/07/28 12:50:33

Modified files:
	mail/sylpheed  : Makefile distinfo 

Log message:
update to 0.8.1 (bugfix)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 12:52:23

ports/graphics/gimp/stable

Update of /cvs/ports/graphics/gimp/stable
In directory cvs.openbsd.org:/tmp/cvs-serv3007/stable

Log Message:
Directory /cvs/ports/graphics/gimp/stable added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 12:52:25

ports/graphics/gimp/snapshot

Update of /cvs/ports/graphics/gimp/snapshot
In directory cvs.openbsd.org:/tmp/cvs-serv3007/snapshot

Log Message:
Directory /cvs/ports/graphics/gimp/snapshot added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/28 13:26:04

Modified files:
	ru             : anoncvs.html ftp.html index.html 

Log message:
mirror changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/07/28 13:35:51

Log message:
    OpenH323 is a free, open-source (Mozilla Public License) library for the
    H.323 internet teleconferencing protocol (as used in NetMeeting, etc).
    
    Status:
    
    Vendor Tag:	couderc
    Release Tags:	couderc_2002-Jul-28
    
    N ports/net/openh323/Makefile
    N ports/net/openh323/distinfo
    N ports/net/openh323/pkg/PLIST
    N ports/net/openh323/pkg/DESCR
    N ports/net/openh323/pkg/PFRAG.shared
    N ports/net/openh323/patches/patch-Makefile
    N ports/net/openh323/patches/patch-openh323u_mak
    N ports/net/openh323/files/patch-lib_mak
    N ports/net/openh323/files/patch-unix_mak
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/07/28 13:51:44

Modified files:
	net            : Makefile 

Log message:
Add openh323


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/07/28 14:18:40

Modified files:
	graphics/qiv   : Makefile distinfo 

Log message:
update graphics/qiv to 1.8; thanks mark@


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/28 14:55:00

Modified files:
	share/man/man9 : spl.9 

Log message:
Grammar.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/28 15:22:28

Modified files:
	sys/ufs/ext2fs : ext2fs_vfsops.c 

Log message:
optionnal -> optional.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 15:55:19

Log message:
    The Gimp stable port (1.2.3)
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_07-28-2002
    
    N ports/graphics/gimp/stable/Makefile
    N ports/graphics/gimp/stable/distinfo
    N ports/graphics/gimp/stable/patches/patch-Makefile.in
    N ports/graphics/gimp/stable/patches/patch-app_plug_in_c
    N ports/graphics/gimp/stable/patches/patch-configure
    N ports/graphics/gimp/stable/patches/patch-libgimp_Makefile.in
    N ports/graphics/gimp/stable/patches/patch-ltmain.sh
    N ports/graphics/gimp/stable/patches/patch-plug-ins_libgck_gck_Makefile.in
    N ports/graphics/gimp/stable/patches/patch-po-libgimp_Makefile.in.in
    N ports/graphics/gimp/stable/patches/patch-po-plug-ins_Makefile.in.in
    N ports/graphics/gimp/stable/patches/patch-po-script-fu_Makefile.in.in
    N ports/graphics/gimp/stable/patches/patch-gimptool-1_2_in
    N ports/graphics/gimp/stable/pkg/DEINSTALL
    N ports/graphics/gimp/stable/pkg/DESCR
    N ports/graphics/gimp/stable/pkg/INSTALL
    N ports/graphics/gimp/stable/pkg/PLIST
    N ports/graphics/gimp/stable/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/28 15:59:40

Modified files:
	graphics/gimp  : Makefile 
Removed files:
	graphics/gimp  : distinfo 
	graphics/gimp/patches: patch-Makefile.in patch-app_plug_in_c 
	                       patch-configure patch-gimptool.in 
	                       patch-libgimp_Makefile.in patch-ltconfig 
	                       patch-ltmain.sh 
	                       patch-plug-ins_libgck_gck_Makefile.in 
	                       patch-po-libgimp_Makefile.in.in 
	                       patch-po-plug-ins_Makefile.in.in 
	                       patch-po-script-fu_Makefile.in.in 
	graphics/gimp/pkg: DEINSTALL DESCR INSTALL PFRAG.shared PLIST 

Log message:
bye bye old port.


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 20:38:54

Modified files:
	sys/dev/usb    : if_kue.c 

Log message:
Refetch interface handle on reset.  Avoids potential access to freed memory.
From FreeBSD via NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 20:56:56

Modified files:
	sys/dev/usb    : if_upl.c 

Log message:
Make code more portable


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 20:59:05

Modified files:
	sys/dev/usb    : if_urlreg.h 

Log message:
Make code more portable


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:01:48

Modified files:
	sys/dev/usb    : uftdi.c 

Log message:
Update from NetBSD.  Log message:

Add code to setup hardware or software flow control (or none at
all, if necessary) depending on the user-specified termios flags.

This allows the device to talk to DCEs which don't assert RTS
(i.e. dumb, 3-wire serial ports).


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:04:16

Modified files:
	sys/dev/usb    : ukbdmap.c 

Log message:
update copyright and Id tags


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:10:15

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
new devices from netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:10:55

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:31:10

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
another usb ethernet device


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:31:38

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/28 21:33:02

Modified files:
	sys/dev/usb    : if_aue.c 

Log message:
another usb ethernet device
from NetBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/07/28 21:46:28

Modified files:
	sysutils/gkrellm: Makefile distinfo 
	sysutils/gkrellm/patches: patch-src_Makefile_src 
Added files:
	sysutils/gkrellm/patches: patch-src_apm_c 

Log message:
update to gkrellm-1.2.13
apm support works on macppc, patch sent upstream
all from peter hessler <phessler at sfobug.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/28 22:01:09

Modified files:
	sys/ufs/ext2fs : ext2fs.h 

Log message:
add 2 flags from ext3. useful to help you diagnose problems.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/28 23:45:29

Modified files:
	sys/dev/pci    : hifn7751.c 

Log message:
hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, so play it safe and apply the workaround on all 7811's.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/28 23:53:12

Modified files:
	sys/arch/sparc64/dev: creator.c creatorvar.h 

Log message:
- cache the last value written to FBC_FG and avoid unnecessary fifo writes
- add a copyrows implementation based on the VSCROLL drawing operation.  It
draws a correctly sized rectangle, but I have no idea where the source data
came from... so it's currently disabled =)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/29 00:21:46

Modified files:
	sys/arch/sparc64/dev: creator.c creatorreg.h 

Log message:
use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and it's -fast-)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/29 00:23:06

Modified files:
	share/man/man4/man4.sparc64: creator.4 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/07/29 02:26:32

Modified files:
	security/arirang: Makefile distinfo 
	security/arirang/pkg: PLIST DESCR 
Removed files:
	security/arirang/patches: patch-osfinger_c 

Log message:
update to arirang-1.6; from pilot@monkey.org, with minor changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/07/29 02:31:43

Added files:
	textproc/libxslt/patches: patch-configure 

Log message:
Fixed libtool build error, patch by Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 03:26:15

Modified files:
	sys/netinet    : in4_cksum.c 

Log message:
be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C
pointer aliasing rule (gcc optimization/7427).  from tsubai@netbsd, sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 04:15:31

Modified files:
	lib/libc/net   : gethostnamadr.c 

Log message:
query ip6.arpa then ip6.int for IPv6 reverse lookup.  follows RFC3152.
(need some string-manipulation cleanup near here)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/29 04:57:51

Modified files:
	math/calcoo    : Makefile distinfo 

Log message:
Update to 1.3.12: various minor enhancements and fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 08:39:15

ports/www/links+/patches

Update of /cvs/ports/www/links+/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12546/patches

Log Message:
Directory /cvs/ports/www/links+/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 08:40:39

Modified files:
	devel/atk      : Makefile 

Log message:
remove iconv from MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 08:41:49

Added files:
	www/links+/patches: patch-x_c 

Log message:
Make middle mouse button to paste as well, as with xterm.
discussed with pvalchev.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/29 09:20:39

Modified files:
	libexec/ld.so/sparc: ldasm.S rtld_machine.c 

Log message:
Bunch of cleanups and one last bugfix that seems to make things work.
Mark COPY relocations as needing to resolve the destination symbol.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/29 10:47:22

Modified files:
	usr.sbin/httpd/src/main: http_main.c 

Log message:
fix -u description in httpd -h: we don't chroot into DocumentRoot but
ServerRoot.
noticed by "Aaron Yourk" <ayourk@srt.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 11:45:20

Modified files:
	sys/ufs/ext2fs : ext2fs_vfsops.c 

Log message:
Fix two off-by-one errors when sanity-checking inode numbers. In
ext2fs, inode numbers start at 1, so the maximum valid inode number
is (s_inodes_per_group * s_groups_count), not one less.
From FreeBSD.

costa@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 12:53:32

Modified files:
	sys/dev/pcmcia : gpr.c 

Log message:
undrugs this.
- correct command in gprclose and gpropen.
- fix tlvput logic.
- change a few regs.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/07/29 12:57:30

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
print file:line


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/29 13:04:19

Modified files:
	share/man/man4 : wi.4tbl 

Log message:
USR 2410 and 2445 work fine.  The 2445 is a 3.3V card with an external
antenna.  It's not intended to be used out of its PCI adaptor but works
fine either way.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/29 13:09:54

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
another rcc ide and change the osb4 ide name (not used right now), from netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/29 13:10:14

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/29 13:23:54

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
It is WL11000P, not USR11000P.  Woohoo, we save a byte!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/29 13:24:24

Modified files:
	sys/dev/pci    : if_wi_pci.c 

Log message:
PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000P


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/29 13:24:57

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/07/29 13:49:44

src/regress/lib/libc/atexit

Update of /cvs/src/regress/lib/libc/atexit
In directory cvs.openbsd.org:/tmp/cvs-serv31704/atexit

Log Message:
Directory /cvs/src/regress/lib/libc/atexit added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/07/29 13:51:41

Added files:
	regress/lib/libc/atexit: Makefile atexit_test.c invalid.ok 
	                         valid.ok 

Log message:
Try to modify __atexit directly and see if our function gets called.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/07/29 13:54:42

Modified files:
	lib/libc/stdlib: atexit.h atexit.c exit.c 

Log message:
Replace atexit handler. mprotect() the pages so an attempt to modify the
function pointers from the outside will segfault. Idea, hints and feedback
from deraadt. ok deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/07/29 13:55:56

Modified files:
	sys/arch/macppc/pci: pchb.c 

Log message:
Recognize additional host bridges, pretty printing only, no function diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/07/29 14:03:05

Modified files:
	sys/dev/usb    : ukbd.c 

Log message:
this should be a DPRINTF


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/07/29 15:34:42

Modified files:
	devel/astyle   : Makefile distinfo 
	devel/astyle/patches: patch-Makefile 

Log message:
Update to 1.15.3.  Changes in this release:
- numerous bug fixes
- license changed from Artistic License to GPL
- support for C#

No longer requires gmake.

Submitted by:	Andrey Smagin <andrey@smagin.com>

Respect CXX/CXXFLAGS.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/07/29 15:44:46

Modified files:
	.              : anoncvs.html 

Log message:
No more cvs server in Argentina as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/29 16:02:38

Modified files:
	usr.sbin/pppd  : main.c 

Log message:
Replace an instance of chmod() with fchmod()


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/29 16:19:40

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ ok


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/29 16:40:26

Modified files:
	xc-old/programs/Xserver/hw/xfree86/common: xf86Init.c 
	xc/programs/Xserver/hw/xfree86/common: xf86Init.c 

Log message:
disable the code to drop privilege on i386, until the last issue
with xf86OpenConsole() is fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/29 16:40:46

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
o complete restructuring
o BNF has been fixed and should represent -current as close as possible
o theo: commit this, and then let us get started fixing it.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/29 16:43:36

Modified files:
	libexec/ld.so  : sod.c 

Log message:
minor formatting


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/29 17:00:37

Modified files:
	lib/libc/rpc   : xdr_array.c 

Log message:
careful malloc


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/29 17:18:57

Modified files:
	sys/kern       : subr_userconf.c 

Log message:
Try to gracefully handle out of memory conditions.
Not that it will help much, but what the hell.
noticed by: tedu <grendel@zeitbombe.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/29 17:25:34

Modified files:
	etc            : login.conf 

Log message:
turn off more methods by default -- enable them if you need them; millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 17:41:24

Modified files:
	sys/dev/ic     : i82596.c 

Log message:
switch to ether_input_mbuf(); mickey@ tested and ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/29 17:46:35

Modified files:
	www/links+/patches: patch-x_c 

Log message:
make shift+ins paste as well. discussed with pvalchev@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/29 18:11:08

Modified files:
	lib/libc/stdlib: calloc.c 

Log message:
return failure if integer overflow happens.  sigh; too people had to
help get this right.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/29 18:11:36

Modified files:
	share/man/man7 : securelevel.7 

Log message:
Clarify time handling at securelevel 2. Idea from mpech@ ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/29 18:15:13

Modified files:
	lib/libc/gen   : exec.c 

Log message:
be even more careful with strlcpy()


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/29 18:17:11

Modified files:
	sys/kern       : tty.c 

Log message:
Release sessions to avoid memory leak. From NetBSD. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/29 18:45:19

Modified files:
	lib/libc/net   : gethostnamadr.c 

Log message:
more strlcpy; itojun ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/29 19:22:00

Modified files:
	sys/arch/alpha/include: limits.h 
	sys/arch/hppa/include: limits.h 
	sys/arch/i386/include: limits.h 
	sys/arch/m68k/include: limits.h 
	sys/arch/mvme88k/include: limits.h 
	sys/arch/powerpc/include: limits.h 
	sys/arch/sparc/include: limits.h 
	sys/arch/sparc64/include: limits.h 
	sys/arch/vax/include: limits.h 

Log message:
Add SIZE_MAX define.  This is the same as SIZE_T_MAX but more portable.
The only OSes I've seen that use SIZE_T_MAX are 4.4BSD-derived whereas
SYSV things seem to use SIZE_MAX.  It is also consistent with SSIZE_MAX
(which we already have).  deraadt@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/07/29 21:16:40

Modified files:
	bin/systrace   : intercept.c 

Log message:
solve a problem with realpath when the last component of the path is
a directory without S_IXUSR; tested by me and dugsong.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 22:28:05

Modified files:
	sys/dev        : systrace.c 

Log message:
whitespace at EOL


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/29 23:27:49

Modified files:
	games/backgammon/common_source: back.h init.c table.c 

Log message:
Kill buffer overflow.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 23:33:39

Modified files:
	bin/systrace   : parse.y 

Log message:
extern decls should be outside of function.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/29 23:35:22

Modified files:
	games/wump     : wump.c 

Log message:
ansi wump, plus a more accurate comment


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 23:37:21

Modified files:
	bin/systrace   : parse.y 

Log message:
include filter.h, dont' duplicate prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 23:39:31

Modified files:
	bin/systrace   : lex.l 

Log message:
sync prototype for yyerror().


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 23:52:50

Modified files:
	bin/systrace   : alias.c systrace.c 

Log message:
SPLAY_INSERT is a void function


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/29 23:55:08

Modified files:
	bin/systrace   : alias.c 

Log message:
oops, i've been looking at older tree.h


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 00:07:06

Modified files:
	bin/systrace   : register.c systrace-translate.c systrace.h 

Log message:
avoid using same variable name for global and auto variable.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 00:25:41

Modified files:
	.              : press.html 

Log message:
more articles, esp. a small series from O'Reilly network:
Securing small networks with OpenBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/07/30 00:46:24

Added files:
	audio/soundtracker/patches: patch-app_tracker-settings_c 

Log message:
Pull in prototypes from <string.h>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/07/30 00:51:15

Modified files:
	audio/soundtracker/patches: patch-app_file-operations_c 
	                            patch-app_sample_editor_c 
Added files:
	audio/soundtracker/patches: patch-app_audioconfig_c 
	                            patch-app_gui-subs_c patch-app_gui_c 
	                            patch-app_keys_c patch-app_menubar_c 
	                            patch-app_scope-group_c 
	                            patch-app_transposition_c 

Log message:
LP64 fixes.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 01:12:07

Modified files:
	de             : anoncvs.html index.html orders.html press.html 
	                 want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 01:12:41

Modified files:
	openssh/de     : index.html 

Log message:
bye bye argentina


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 01:19:30

Modified files:
	faq/fr         : faq1.html faq10.html faq2.html faq3.html 
	                 faq5.html index.html 

Log message:
broken version tags


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 01:20:23

Modified files:
	ja             : anoncvs.html 

Log message:
argentinian mirror gone


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/30 01:29:14

Modified files:
	usr.sbin/pppd  : Tag: OPENBSD_3_0 main.c 

Log message:
Errata #028 (millert):
Replace an instance of chmod() with fchmod()


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/30 01:30:28

Modified files:
	lib/libc/rpc   : Tag: OPENBSD_3_0 xdr_array.c 

Log message:
Errata #029 (deraadt):
careful malloc


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/30 01:31:20

Modified files:
	lib/libc/stdlib: Tag: OPENBSD_3_0 calloc.c 

Log message:
MFC (deraadt):
return failure if integer overflow happens.  sigh; too people had to
help get this right.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/30 02:23:29

Modified files:
	usr.sbin/httpd/src/modules/standard: mod_rewrite.c 

Log message:
two more strip_chroot
found by Steph <sengel@melshake.com>, who also tested this.
I'm very happy with the way you help here. Thanks a lot.


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 02:55:12

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
backout, this will go in in little pieces
as advised by theo and henning


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 02:56:07

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
65335->65535 typo
henning ok@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 03:16:20

Modified files:
	bin/systrace   : openbsd-syscalls.c 

Log message:
sync function decl and prototype (static-ness)


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 03:25:00

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
.Sh GRAMMAR moves to bottom, it's a reference and not readable
for the casual user in first place

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/30 03:31:05

Modified files:
	sbin/pfctl     : parse.y 

Log message:
allow to specify flags on all rules that include tcp.

these are valid:

pass in from any to any flags S
pass in proto { tcp, udp, icmp } from any to any flags S
pass in proto tcp from any to any flags S

these are invalid:

pass in proto { udp, icmp } from any to any flags S
pass in proto udp from any to any flags S

ok "I've lost my slacker status for at least a week" frantzen@
ok pb@, dhartmei@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/07/30 04:23:43

Modified files:
	devel/p5-Test-Simple: Makefile distinfo 

Log message:
Updated to p5-Test-Harness-0.46


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/07/30 04:27:46

Modified files:
	databases/p5-ldap: Makefile distinfo 
	databases/p5-ldap/pkg: PLIST 

Log message:
Updated to p5-ldap-0.26


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/30 04:51:48

Modified files:
	usr.sbin/httpd/src/modules/proxy: mod_proxy.c 

Log message:
strip_chroot here as well.

pointed out by sengel at melshake dot com


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/30 05:07:34

Modified files:
	lib/libssl/src : Tag: OPENBSD_3_0 CHANGES 
	lib/libssl/src/crypto: Tag: OPENBSD_3_0 cryptlib.h 
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_0 asn1_lib.c 
	lib/libssl/src/crypto/conf: Tag: OPENBSD_3_0 conf_def.c 
	lib/libssl/src/crypto/objects: Tag: OPENBSD_3_0 obj_dat.c 
	lib/libssl/src/ssl: Tag: OPENBSD_3_0 s2_clnt.c s2_lib.c 
	                    s2_srvr.c s3_clnt.c s3_srvr.c ssl.h 
	                    ssl_asn1.c ssl_err.c ssl_lib.c ssl_locl.h 
	                    ssl_sess.c 

Log message:
Errata #030 (markus):
Fixes for the "OpenSSL Security Advisory [30 July 2002]"


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/07/30 05:08:06

Modified files:
	lib/libssl/src : CHANGES 
	lib/libssl/src/crypto: cryptlib.h 
	lib/libssl/src/crypto/asn1: asn1_lib.c 
	lib/libssl/src/crypto/conf: conf_def.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/ssl: s2_clnt.c s2_lib.c s2_srvr.c s3_clnt.c 
	                    s3_srvr.c ssl.h ssl_asn1.c ssl_err.c 
	                    ssl_lib.c ssl_locl.h ssl_sess.c 
	lib/libssl/ssl : Makefile 

Log message:
apply patches from OpenSSL Security Advisory [30 July 2002],
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 05:21:46

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
typo/pasto in route-to/dup-to syntax
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 05:55:31

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
BNF catchup to reality:
- set loginterface none
- add "self" to hosts

ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2002/07/30 07:39:38

Modified files:
	.              : want.html donations.html 

Log message:
vmetro donated a toy


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/07/30 07:42:54

Modified files:
	.              : errata.html errata30.html security.html 

Log message:
Three new patches available; the 3.1-STABLE branch will be updated shortly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/30 07:43:36

Modified files:
	graphics/gif2png: Makefile distinfo 

Log message:
upgrade to gif2png 2.4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	2002/07/30 07:47:24

Modified files:
	.              : errata.html 

Log message:
Sprinkle some <p>.


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 07:53:58

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
Merge filter and nat BNF for simplification:
- top of reduction is now 'line', better to add more keywords later on
- reorder, group
- remove double productions

ok dhartmei@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/30 08:36:50

Modified files:
	audio/opennap  : Makefile 
	benchmarks/netpipe: Makefile 
	devel/help2man : Makefile 
	lang/mawk      : Makefile 
	net/vtun       : Makefile 
	security/portscanner: Makefile 
	security/strobe: Makefile 
	www/http_ping  : Makefile 
	www/libghttp   : Makefile 
	x11/gtkglarea  : Makefile 
	x11/xtraceroute: Makefile 

Log message:
remove myself as MAINTAINER from a number of ports that I don't use anymore, don't want to maintain, etc.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 08:46:12

Modified files:
	usr.sbin/pppd  : Tag: OPENBSD_3_1 main.c 

Log message:
Pull in patch from current:
Fix (millert), errata 011:
Replace an instance of chmod() with fchmod()


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 08:49:20

Modified files:
	lib/libc/rpc   : Tag: OPENBSD_3_1 xdr_array.c 

Log message:
Pull in patch from current:
Fix (deraadt), Errata 012:
careful malloc


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 08:51:21

Modified files:
	lib/libc/stdlib: Tag: OPENBSD_3_1 calloc.c 

Log message:
Pull in patch from current:
Fix (deraadt):
return failure if integer overflow happens.  sigh; too people had to
help get this right.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/30 08:53:49

Modified files:
	sbin/pfctl     : parse.y 

Log message:
grmpf.
in some cases, on non-tcp rules flags weren't resetted. cosmetical only
problem. but, well, checking for r->flags and r->flagset if we could have
assigned them zero just one round ago is just stupid, and it's not needed to
check them at all.

ok pb@, dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/30 08:59:30

Modified files:
	regress/sbin/pfctl: pf3.in pf3.ok 

Log message:
positive regression test for flag handling


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/30 09:01:41

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pfail13.in 

Log message:
negative regression test for flags handling


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 09:47:52

Modified files:
	lib/libssl/src : Tag: OPENBSD_3_1 CHANGES 
	lib/libssl/src/crypto: Tag: OPENBSD_3_1 cryptlib.h 
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_1 asn1_lib.c 
	lib/libssl/src/crypto/conf: Tag: OPENBSD_3_1 conf_def.c 
	lib/libssl/src/crypto/objects: Tag: OPENBSD_3_1 obj_dat.c 
	lib/libssl/src/ssl: Tag: OPENBSD_3_1 s2_clnt.c s2_lib.c 
	                    s2_srvr.c s3_clnt.c s3_srvr.c ssl.h 
	                    ssl_asn1.c ssl_err.c ssl_lib.c ssl_locl.h 
	                    ssl_sess.c 

Log message:
Pull in patch from current:
Fix (markus), errata 013:
apply patches from OpenSSL Security Advisory [30 July 2002],
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 09:53:36

Modified files:
	sys/dev        : systrace.c 

Log message:
minor KNF.  pid_t is unsigned.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/07/30 10:00:16

Modified files:
	lib/libssl/src/crypto/conf: conf_mod.c 
	lib/libssl/src/crypto/engine: hw_cswift.c 
	lib/libssl/src/ssl: s3_clnt.c s3_srvr.c 

Log message:
sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt
(adds fix for unused kerberos and engine code, and some more
assertions, as well as a 64bit integer string fix for conf_mod.c)


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/30 10:07:35

Modified files:
	.              : donations.html 

Log message:
Add John Cosimano


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 10:09:48

Modified files:
	bin/systrace   : intercept.c 

Log message:
sometimes no-return syscalls (execve) emit errno < 0.  ignore them.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/07/30 10:10:25

Modified files:
	gnu/usr.bin/binutils/gprof: alpha.c cg_arcs.c cg_dfn.c gmon.h 
	                            gprof.c gprof.h hertz.c i386.c 
	                            sparc.c tahoe.c utils.c vax.c 

Log message:
Update BSD licenses to include 'with or without modification'.
From binutils -current.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/30 10:13:46

Modified files:
	.              : donations.html 

Log message:
Rebalance columns manually


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	2002/07/30 10:26:10

Modified files:
	.              : errata30.html 

Log message:
Sprinkle some <p>.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 10:27:21

Modified files:
	bin/systrace   : systrace.1 

Log message:
use Nm


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 10:35:15

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
BNF catchup and consolidation of interface name handling:

ok henning@, dhartmei@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 10:51:32

Modified files:
	.              : errata.html 

Log message:
at least try to break the lines at about 72 chars,
<br> added.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/07/30 11:03:55

Modified files:
	usr.bin/ssh    : auth-options.c servconf.c servconf.h session.c 
	                 sshd_config sshd_config.5 

Log message:
add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/07/30 11:23:24

Log message:
    xmms-kj, from Richard de Groot <richard at nbm dot ca>.
    
    Allows you to use K-Jofol skins with XMMS.
    
    fixes from naddy@; ok naddy@.
    
    Status:
    
    Vendor Tag:	richard
    Release Tags:	richard_200207301
    
    N ports/graphics/xmms-kj/Makefile
    N ports/graphics/xmms-kj/distinfo
    N ports/graphics/xmms-kj/patches/patch-makefile
    N ports/graphics/xmms-kj/patches/patch-playlist_c
    N ports/graphics/xmms-kj/pkg/PLIST
    N ports/graphics/xmms-kj/pkg/DESCR
    N ports/graphics/xmms-kj/files/mtree
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/07/30 11:26:33

Modified files:
	graphics       : Makefile 

Log message:
+xmms-kj
ok naddy@.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 11:27:49

Modified files:
	.              : errata30.html 

Log message:
line breaks
<br> added.


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/07/30 11:28:54

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
BNF is now in sync with reality:
- commas are optional in lists

ok henning@, dhartmei@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 11:39:15

Modified files:
	ja             : errata.html errata30.html security.html 

Log message:
buffer overflows in openssl and xdr_arry
race condition in pppd


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 11:40:56

Modified files:
	de             : errata.html errata30.html security.html 

Log message:
buffer overflows in openssl and xdr_arry
race condition in pppd
~


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 11:41:43

Modified files:
	ja             : donations.html want.html 

Log message:
more


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/07/30 11:46:51

Modified files:
	de             : donations.html want.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 11:55:56

Modified files:
	sys/arch/sparc64/dev: vgafb.c 

Log message:
simplify vgafb_mmap()


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 12:05:58

Modified files:
	sys/dev/sbus   : cgthree.c 

Log message:
handle dumbfb and mapped mode requests differently


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 12:07:02

Modified files:
	sys/dev/sbus   : cgsix.c cgsixreg.h 

Log message:
- Allow disabling of console acceleration with cf_flags
- handle native and dumb mappings separately


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/07/30 12:11:52

Modified files:
	games/backgammon/backgammon: Makefile backgammon.6 backlocal.h 
	                             move.c 
Added files:
	games/backgammon/backgammon: pubeval.c 

Log message:
Replace the "blows chunks" algorithm with pubeval, a public domain algorithm
which plays an acceptable, if not optimal, game.  pubeval author approves.


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	2002/07/30 13:00:44

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
Bug/type found by tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 13:09:37

Modified files:
	sys/netinet    : ip_esp.c 

Log message:
Be sure to check the integrity verifier for packets that didn't have it done
in hardware; from angelos


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/07/30 13:35:45

Modified files:
	.              : sparc64.html 

Log message:
Clearly state that PGX and PGX24 framebuffers are ATI, hence supported.
Unconfuses me at least.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/30 13:38:23

Modified files:
	distrib/notes/sparc64: hardware 

Log message:
Mention PGX and PGX24 here too.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 13:48:15

Modified files:
	sys/arch/sparc64/dev: creator.c creatorvar.h 

Log message:
allow cf_flags to determine whether console acceleration should be used (defaults to yes)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 13:55:12

Modified files:
	share/man/man4/man4.sparc64: creator.4 cgsix.4 

Log message:
add docs for flags to disable console acceleration


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/30 16:16:13

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: ppc_video.c 

Log message:
remove useless test code that should never have escaped my disks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/30 16:25:27

Modified files:
	libexec/ld.so/ldconfig: ldconfig.c shlib.c 

Log message:
knf & ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/30 16:27:20

Modified files:
	libexec/tcpd/tcpd: tcpd.c 
	libexec/tcpd/tcpdchk: inetcf.c scaffold.c tcpdchk.c 

Log message:
some snprintf and strlcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/30 16:39:35

Modified files:
	usr.sbin/named/named: storage.c 

Log message:
for the disabled DSTORAGE option, fix the local calloc() here in the same way as libc; eugene@securityarchitects.com


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/30 16:47:22

Modified files:
	lib/libc/gen   : scandir.c opendir.c 

Log message:
malloc paranoia; it is unlikely that any filesystem will support
enough directory entries to cause a problem but it is good form anyway.
deraadt@ OK.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/30 16:50:55

Modified files:
	devel/mm       : Makefile distinfo 
	devel/mm/patches: patch-ltmain.sh 
	devel/mm/pkg   : DESCR PFRAG.shared 
Added files:
	devel/mm/patches: patch-configure 
Removed files:
	devel/mm/patches: patch-Makefile.in patch-ltconfig 

Log message:
upgrade to mm 1.2.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 17:03:30

Modified files:
	sys/dev/sbus   : cgsix.c cgsixreg.h 

Log message:
- Whoops, I had the mode mask and value bits backwards
- make sure FBC_MODE is reset when switching back to WSDISPLAYIO_MODE_EMUL


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/30 17:07:01

Modified files:
	faq            : faq8.html index.html 

Log message:
Say that we won't fix HTML merely for standards conformance
(ok deraadt@).


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/07/30 17:07:42

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_kqueue_apm.c 

Log message:
Fix the kqueue() fd leak reported by Niels@.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 17:14:44

Modified files:
	bin/systrace   : systrace.1 

Log message:
obey section order to mandoc.  sync with netbsd.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/30 17:28:14

Modified files:
	usr.sbin/rdate : ntpleaps.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 17:30:08

Modified files:
	sys/netinet6   : icmp6.c nd6_rtr.c 

Log message:
remove unneeded NULL pointer checks.
From: tedu <grendel@zeitbombe.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 17:30:50

Modified files:
	sys/net        : if_strip.c 

Log message:
no need for check if m0 is NULL, as we have touched it already.
From: tedu <grendel@zeitbombe.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 18:13:37

Modified files:
	sys/net        : pfkeyv2.c 
	sys/netiso     : if_eon.c 

Log message:
fix potential NULL pointer deref.  From: tedu <grendel@zeitbombe.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 18:26:07

Modified files:
	bin/systrace   : systrace.1 

Log message:
bring in doc updates from netbsd.  niels ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 19:09:32

Modified files:
	sys/arch/sparc64/sparc64: openprom.c 

Log message:
promvec was never initialized.  For now, just call OF directly.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 19:12:28

Modified files:
	sys/arch/sparc64/sparc64: openprom.c 

Log message:
Remove the other references to promvec


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 19:40:18

Modified files:
	sys/arch/sparc64/sparc64: locore.s 

Log message:
Don't need to reserve space for promvec, we don't use it.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/30 19:56:20

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
a few devices from compaq presario 700la; from jcortes@openbsd.org.mx


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/30 19:56:40

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/30 20:15:43

Modified files:
	x11/gentoo     : Makefile distinfo 

Log message:
Update to gentoo-0.11.30; from maint. Jim Geovedi <jim@corebsd.or.id>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/30 20:30:29

Modified files:
	sys/arch/i386/i386: machdep.c pmap.c 
	sys/arch/i386/include: pmap.h pte.h segments.h 

Log message:
support for changing stack execution protection through mprotect()
by emulating the page execution protection bit and accounting
for pages mapped executable on the stack and swapping the
global user code descriptors for the process accordingly.
this is tested w/ the regress test and art@ looked over it.

there is still a mistery how executable mappings on fault
works on i386 since no prot_exec faults ever happen.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/30 20:32:25

Modified files:
	sys/dev/ic     : i82596.c 

Log message:
mop up after federico who is not capable of comitting the same diffs he sents for testing or compiling code before he commits it even


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 20:34:30

Modified files:
	usr.bin/pmdb   : break.c 

Log message:
Fix error message.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 20:38:39

Modified files:
	usr.bin/pmdb   : process.c 

Log message:
unbreak process_getregs


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 21:10:50

Modified files:
	sys/sys        : exec_elf.h 

Log message:
Define _DYNAMIC correctly for all architectures.
The alleged alpha problems didn't show up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/30 21:28:56

Modified files:
	astro/xephem/patches: patch-GUI_xephem_ps_c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/30 22:05:57

Modified files:
	sys/netinet    : ip_mroute.c 

Log message:
remove $Id$


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/30 22:36:15

Modified files:
	sys/arch/sparc64/sparc64: openprom.c 

Log message:
From NetBSD:
In OPIOCNEXTPROP: if we are at the last property, set the buffer length to
0 instead of setting it to an uninitialized value (len).


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 22:42:01

Modified files:
	usr.bin/pmdb   : elf_syms.c 

Log message:
Update to correctly deal with link_map.
(is link_map really supposed to be so dumb that it doesn't include
load offset information?)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/30 23:03:30

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
init pm_ptphint, hint from art@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 23:17:46

src/regress/lib/libc/setjmp-signal

Update of /cvs/src/regress/lib/libc/setjmp-signal
In directory cvs.openbsd.org:/tmp/cvs-serv11019/setjmp-signal

Log Message:
Directory /cvs/src/regress/lib/libc/setjmp-signal added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 23:18:24

Added files:
	regress/lib/libc/setjmp-signal: Makefile setjmp-signal.c 

Log message:
Test that longjmp from signals works. (it does)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/07/30 23:25:55

Modified files:
	regress/lib/libc/setjmp-signal: setjmp-signal.c 

Log message:
Oops. don't forget to reformat the code after cut 'n paste.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/31 00:06:52

Added files:
	astro/xephem/patches: patch-GUI_xephem_Imakefile 

Log message:
satisfy inter-library dependencies so that this links on static
archs; tested on vax


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/31 00:10:56

Modified files:
	benchmarks/xengine: Makefile 
Added files:
	benchmarks/xengine/patches: patch-Imakefile patch-xengine_c 
Removed files:
	benchmarks/xengine/patches: patch-aa 

Log message:
- add more libs at link time to satisfy X inter-library dependendcies -
fixes static archs (vax works)
- also update-patches while here
ok pjanzen


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/07/31 01:07:50

Added files:
	textproc/libxml/patches: patch-libxml-2_0_pc_in 

Log message:
To remove the libxml2 include directory, need to
reflect that change in thek pkgconfig.
--
Submitted by Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/07/31 01:21:05

Modified files:
	sys/arch/i386/i386: pmap.c 

Log message:
Remove mickey's debugging printf goop.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/31 02:52:55

Modified files:
	usr.sbin/httpd/src/modules/standard: Makefile.tmpl mod_rewrite.c 

Log message:
use fdcache for RewriteLog.

pointed out by Stephane Engel sengel at melshake dot com, who also tested this
Thank you very much!


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/31 03:02:28

Modified files:
	usr.sbin/httpd/src/main: http_main.c 

Log message:
#ifdef MOD_SSL for OpenSSL initialization
pointed out buy Stephane Engel
Thankski!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/31 03:19:04

Modified files:
	lib/libc/stdlib: calloc.c 

Log message:
permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; markus miod ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/31 03:19:40

Modified files:
	usr.sbin/named/named: storage.c 

Log message:
sync to libc calloc()


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/31 03:25:20

Modified files:
	lib/libc/stdlib: Tag: OPENBSD_3_0 calloc.c 

Log message:
MFC (deraadt):
permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/07/31 06:48:46

Modified files:
	usr.sbin/rdate : ntp.c ntpleaps.c ntpleaps.h 

Log message:
minor changes and knf from thorsten glaser


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/07/31 06:59:44

Modified files:
	x11/gnome/vfs  : Makefile 

Log message:
Remove erroneous USE_X11


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/07/31 07:46:15

Modified files:
	distrib/miniroot: install.sh 

Log message:
/tmp/fstab.$DISK is created in install.md, so put back references
to it. Fixes mount point prompts during install.

'Improve' an error message.

Noted by todd@ and jsyn@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/07/31 09:52:33

Modified files:
	editors/vim/stable: Makefile 

Log message:
fixes a problem with vim's link.sh under ELF that result in a
can't load library 'crtend.o' when running vim; thanks drahn@ and
Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/31 10:37:42

Modified files:
	sys/arch/sparc64/sparc64: Tag: OPENBSD_3_1 openprom.c 

Log message:
Pull in patch from current:
Fix (jason):
- promvec was never initialized.  For now, just call OF directly.
- Remove the other references to promvec


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/31 10:40:07

Modified files:
	lib/libc/stdlib: Tag: OPENBSD_3_1 calloc.c 

Log message:
Pull in patch from current:
Fix (deraadt):
permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/31 10:47:50

Modified files:
	etc/etc.sparc64: MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV.md 

Log message:
/dev/openprom -> 0640 root.kmem


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/31 10:48:53

Modified files:
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/31 10:58:20

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
aaron: sync THEN access =)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/31 11:14:30

Modified files:
	net/tcptraceroute: Makefile distinfo 

Log message:
Update to tcptraceroute-1.4; from maintainer Patroklos Argyroudis


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/07/31 12:13:16

Modified files:
	lib/libc/stdlib: atexit.h atexit.c exit.c 

Log message:
Back it out, it breaks something in perl (seen with spamassassin), debug
first.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/31 12:36:13

Modified files:
	sys/arch/vax/boot/xxboot: bootxx.c 

Log message:
Temporarily comment ELF support in the bootblocks, until this port is
really ELF; necessary for this to compile after the recent <sys/exec_elf.h>
changes. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/07/31 12:39:22

Modified files:
	sys/arch/sparc64/sparc64: openprom.c 

Log message:
de-register


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/07/31 13:02:09

Modified files:
	sys/dev/ic     : i8253reg.h 

Log message:
Grammar.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/07/31 13:29:21

Modified files:
	usr.bin/make   : cmd_exec.c compat.c job.c 

Log message:
use fork, not vfork. seems to fix misterious trapframe trashing on hppa; deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/07/31 14:19:15

Modified files:
	sbin/pfctl     : parse.y pf_print_state.c 

Log message:
KNF, esp. missing prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/07/31 14:21:52

Modified files:
	sys/arch/hppa  : TODO 

Log message:
lucifier is technical now; ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/31 14:33:23

Modified files:
	sys/arch/vax/include: exec.h 

Log message:
fake out ELF stuff


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/31 14:45:21

Log message:
    powerful Gtk+2 newsreader. for a list of features look at
    http://pan.rebelbase.com/features/.
    pval@ reviewed and ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20020731
    
    N ports/news/pan/Makefile
    N ports/news/pan/distinfo
    N ports/news/pan/pkg/PLIST
    N ports/news/pan/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/07/31 14:46:03

Modified files:
	news           : Makefile 

Log message:
enable pan.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/31 15:53:34

Modified files:
	lib/libutil    : passwd.c 

Log message:
mark pw_error() __dead since it exits


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/07/31 16:08:42

Modified files:
	usr.bin/chpass : chpass.c chpass.h edit.c 

Log message:
When I got removed the use of atexit() I missed the fact that edit()
calls pw_error() which in turn calls exit().  Now edit() returns
its status so the temp file gets cleaned up nicely if the user makes
no changes or if an error occurred.  Problem noticed by deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/31 16:25:08

Modified files:
	faq            : index.html 

Log message:
sync: 'recent updates' += 8.23


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/07/31 16:26:32

Modified files:
	faq            : index.html 

Log message:
pasto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/31 16:28:32

Modified files:
	lib/libc/yp    : ypmatch_cache.c 

Log message:
if ypmatch_add sees short keys or values, abort early


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/07/31 16:56:49

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2002/07/31 17:30:22

Modified files:
	.              : want.html 

Log message:
Have 3Com pcmcia card, want Symbol CF one


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/31 17:58:58

Log message:
    Import of tcpcat-1.2.0
    
    Tcpcat is a simple program that is like `cat' but it works over tcp
    streams to allow you to cat from one host to another.
    
    Maintainer: Margarida Sequeira <niness@devilness.org>
    
    Status:
    
    Vendor Tag:	pvalchev
    Release Tags:	pvalchev_20020631
    
    N ports/net/tcpcat/Makefile
    N ports/net/tcpcat/distinfo
    N ports/net/tcpcat/pkg/DESCR
    N ports/net/tcpcat/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/07/31 17:59:34

Modified files:
	net            : Makefile 

Log message:
tcpcat


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/07/31 19:05:24

Modified files:
	lib/libc/rpc   : xdr_array.c 

Log message:
KNF and correct overflow fix; jhutz@cmu.edu


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/07/31 19:26:57

Modified files:
	education/khangman: Makefile distinfo 
	education/khangman/pkg: PLIST 
Removed files:
	education/khangman/patches: patch-khangman_Makefile_am 
	                            patch-khangman_data_Makefile_am 
	                            patch-khangman_pics_Makefile_am 
	                            patch-khangman_sounds_Makefile_am 

Log message:
upgrade to khangman 0.8 which is KDE 3 compatible.
--
Ok'd by: MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/07/31 21:45:54

Modified files:
	usr.sbin/mrouted: Makefile defs.h igmp.c inet.c snmp.c snmp.h 

Log message:
u_short cleansing


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/07/31 23:37:43

Modified files:
	lib/libc/rpc   : Tag: OPENBSD_3_0 xdr_array.c 

Log message:
Errata #029, take 2 (deraadt):
Correct overflow fix; jhutz@cmu.edu


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/07/31 23:56:57

Log message:
    Initial import of Sun's Java Development Kit 1.4.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2002-Aug-01
    
    N ports/devel/jdk/1.4-linux/Makefile
    N ports/devel/jdk/1.4-linux/distinfo
    N ports/devel/jdk/1.4-linux/pkg/SECURITY
    N ports/devel/jdk/1.4-linux/pkg/PLIST
    N ports/devel/jdk/1.4-linux/pkg/DESCR
    N ports/devel/jdk/1.4-linux/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/07/31 23:57:36

Modified files:
	devel/jdk      : Makefile 

Log message:
+1.4-linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/08/01 00:26:57

Modified files:
	usr.sbin/rdate : ntpleaps.c 

Log message:
knf and minor tweeking from thorsten


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/01 05:59:03

Modified files:
	ja             : donations.html errata.html errata30.html 
	                 want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/01 06:02:08

Modified files:
	faq/ja         : faq8.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/01 06:03:16

Modified files:
	nl             : donations.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/01 08:26:11

Modified files:
	lib/libc/rpc   : Tag: OPENBSD_3_1 xdr_array.c 

Log message:
Pull in patch from current:
Errata 012 (take two), deraadt:
KNF and correct overflow fix; jhutz@cmu.edu


CVSROOT:	/cvs
Module name:	www
Changes by:	provos@cvs.openbsd.org	2002/08/01 09:50:48

Added files:
	advisories     : ssh_trojan.txt 

Log message:
trojaned distribution files


CVSROOT:	/cvs
Module name:	www
Changes by:	hugh@cvs.openbsd.org	2002/08/01 10:14:16

Modified files:
	openssh        : index.html 
Added files:
	openssh/txt    : trojan.adv 

Log message:
Copy advisory into openssh area and link to it.
Requested by Niels, ok by Niels.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/01 10:41:33

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
Limit max file size based on PAGE_SIZE.  Even though ffs can handle
files up to 16TB, we do limit the max file to 2^31 pages to prevent
overflow of a 32-bit unsigned int.  The buffer cache has its own
checks but a little added paranoia never hurts.  Adapted from a patch
in FreeBSD.


CVSROOT:	/cvs
Module name:	www
Changes by:	hugh@cvs.openbsd.org	2002/08/01 11:04:50

Modified files:
	openssh        : index.html 

Log message:
Close font!


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/01 12:26:36

Modified files:
	sys/arch/sparc64/dev: schizo.c 

Log message:
add support for mapping interrupts.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/01 12:30:00

Modified files:
	sys/dev/pci    : hifn7751.c 

Log message:
whoops, last write tracker should be updated on every write to avoid the burst write problem on 7811.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/01 14:16:45

Modified files:
	bin/systrace   : intercept-translate.c intercept.c intercept.h 
	                 register.c 

Log message:
the last component in a filename for unlink may be a symlink


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/01 14:50:17

Modified files:
	bin/systrace   : intercept.c systrace-translate.c 

Log message:
correctly separate execve argv arguments.  increase buffer size for
get_string


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/01 15:49:57

Modified files:
	bin/ls         : print.c 

Log message:
utmp.h not needed


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/01 16:01:28

Modified files:
	xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c 

Log message:
dont enable DEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	2002/08/01 16:38:45

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
Fix handling of 0-length RPC fragments


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/08/01 18:19:18

Modified files:
	sys/arch/i386/i386: sys_machdep.c 

Log message:
prevent integer overflow by verifying that ua.num is not too large.
ok niels, millert, art


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/01 18:26:56

Modified files:
	devel/p5-C-Scan: Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/01 19:19:50

Modified files:
	emulators/redhat/base: Makefile 

Log message:
don't set a bad example


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/01 19:40:18

Modified files:
	astro/luna     : Makefile 

Log message:
Avoid control characters in ports makefiles; prompted by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/01 19:43:47

Modified files:
	astro/luna/patches: patch-luna_h patch-makefile 
Added files:
	astro/luna/patches: patch-famplan_c 

Log message:
- don't use bundled printf functions.
- add missing prototypes.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/01 19:50:34

Modified files:
	math/calc      : Makefile distinfo 
	math/calc/pkg  : DESCR PLIST 
Added files:
	math/calc/patches: patch-Makefile patch-alloc_h patch-lib_calc_c 
Removed files:
	math/calc/patches: patch-ab patch-ac 

Log message:
- update to 2.11.5.8.
- regress target.
- take over maintainership.
ok provos@


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/01 20:26:28

Modified files:
	bin/systrace   : intercept.c 

Log message:
performance improvement, reduces number of ioctl calls


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/08/01 21:45:19

Modified files:
	editors/beav   : Makefile distinfo 
Added files:
	editors/beav/patches: patch-Makefile patch-beav_1 patch-tcap_c 
	                      patch-termio_c 
Removed files:
	editors/beav/patches: patch-aa 

Log message:
- upgrade to version 1.40.15
- update MASTER_SITES; pointed out by <dreamwvr@dreamwvr.com>
- regen patches


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/01 22:17:05

Modified files:
	sys/arch/sparc64/include: cpu.h 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/01 22:22:04

Modified files:
	sys/arch/sparc64/include: cpu.h 

Log message:
add string for cputype (bad art =)


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/02 00:50:05

Modified files:
	devel/pango/patches: patch-pango_pc_in 

Log message:
Replace hardcoded -L/usr/X11R6/lib.

Spotted by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/02 02:09:19

Modified files:
	sys/kern       : Tag: OPENBSD_3_0 tty.c 

Log message:
MFC (nordin):
Release sessions to avoid memory leak. From NetBSD. ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/02 03:15:42

Modified files:
	openssh/ja     : index.html 

Log message:
trojan warning


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/02 03:19:45

Modified files:
	openssh/nl     : index.html 

Log message:
trojan warning


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 05:32:54

Modified files:
	print/mpage/patches: patch-args_c 

Log message:
Remove spurious strcpy() that writes to random memory location.
From Guy Middleton <guy@crtsol.com>.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/08/02 05:52:01

Modified files:
	usr.sbin/httpd/src/main: fdcache.c 

Log message:
2 missing #includes


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/02 06:40:47

Modified files:
	de             : donations.html sparc64.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/02 06:42:30

Modified files:
	openssh/de     : index.html 

Log message:
trojan warning


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/02 06:43:37

Modified files:
	openssh/de     : index.html 

Log message:
broken link


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/02 07:03:28

Removed files:
	audio/esound/patches: patch-esdlib.c 

Log message:
remove


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/02 07:10:41

Modified files:
	sbin/isakmpd   : conf.c conf.h x509.c x509.h 

Log message:
CRL support for isakmpd. From <Thomas.Walpuski@gmx.net> with some minor
modifications by me. ok niklas@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/02 07:27:22

Modified files:
	sbin/isakmpd   : isakmpd.8 isakmpd.conf.5 

Log message:
Mention CRL support, tag and default value.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/02 08:43:16

Modified files:
	usr.bin/ssh    : monitor.c monitor_mm.c 

Log message:
Change mm_zalloc() sanity checks to be more in line with what
we do in calloc() and add a check to monitor_mm.c.
OK provos@ and markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/08/02 10:00:07

Modified files:
	usr.bin/ssh    : ssh.1 sshd.8 

Log message:
note that .ssh/environment is only read when
allowed (PermitUserEnvironment in sshd_config).
OK markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/02 10:09:16

Modified files:
	sys/kern       : Tag: OPENBSD_3_1 tty.c 

Log message:
Pull in patch from current:
Fix (nordin):
Release sessions to avoid memory leak. From NetBSD. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/02 10:11:11

Modified files:
	sys/arch/hp300/hp300: hpux_machdep.c 

Log message:
In hpux_sys_getcontext(), check for len <= 0 and return EINVAL.
Noted by Silvio Cesare


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/02 10:13:07

Modified files:
	sys/arch/amiga/dev: grf_cl.c grf_cv.c grf_et.c grf_rh.c grf_rt.c 
	                    grf_ul.c view.c 
	sys/arch/sparc/dev: bt_subr.c cgtwo.c cgfourteen.c 
	sys/arch/sparc64/dev: vgafb.c 
	sys/arch/sun3/dev: bt_subr.c cg2.c cg4.c 
	sys/dev/ic     : bt463.c bt485.c ibm561.c 
	sys/arch/macppc/pci: vgafb.c 
	sys/dev/sbus   : cgsix.c cgthree.c 

Log message:
Do correct bounds checking in get/set/put cmap routines.  A few of
these check were already OK but have been modified for consistency.
Problem found by Silvio Cesare.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 10:14:27

Modified files:
	devel/jakarta-ant: Makefile 
	www/jakarta-tomcat/v4: Makefile 

Log message:
replace verbatim control characters


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 10:22:39

Modified files:
	net/ipcad      : Makefile 
	net/ipcad/patches: patch-ipcad_conf_5 
	net/ipcad/pkg  : DEINSTALL INSTALL 

Log message:
/etc -> ${SYSCONFDIR}


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/02 10:44:39

Modified files:
	sys/arch/sparc64/dev: schizoreg.h 

Log message:
registers should be volatile, also add yet more register defns


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/02 11:09:29

Modified files:
	sbin/isakmpd/apps/certpatch: certpatch.c 
	sbin/isakmpd/regress/x509: x509test.c 

Log message:
Check inet_aton() failure with == 0, not == -1; millert@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 11:34:30

Modified files:
	security/logsurfer: Makefile 
	security/logsurfer/patches: patch-Makefile.in 
Added files:
	security/logsurfer/patches: patch-src_readcf_c 

Log message:
add patch to fix non-initialized buffer; submitted by gary hennigan
nuke NEED_VERSION
id-tag patches


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/02 12:06:25

Modified files:
	sys/ufs/lfs    : lfs_syscalls.c 
	sys/compat/ibcs2: ibcs2_stat.c 
	sys/compat/hpux: hpux_compat.c 

Log message:
More possible int overflows found by Silvio Cesare.
ibcs2_stat.c one OK by provos@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 14:27:18

Modified files:
	games/gnushogi : Makefile 
	games/gnushogi/pkg: PLIST 
Added files:
	games/gnushogi/patches: patch-src_Makefile patch-src_dspcom_c 
	                        patch-src_nondsp_c 
Removed files:
	games/gnushogi/patches: patch-aa patch-ab patch-ac 

Log message:
Clean-up: respect CC/CFLAGS, kill useless docs, etc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 14:42:14

ports/mail/imaputils-uw/patches

Update of /cvs/ports/mail/imaputils-uw/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17500/patches

Log Message:
Directory /cvs/ports/mail/imaputils-uw/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 14:43:00

Added files:
	mail/imaputils-uw/patches: patch-tmail_tmail_c 

Log message:
remove stupid comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 14:44:50

Log message:
    IO:: style interface to Compress::Zlib
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20020802
    
    N ports/archivers/p5-IO-Zlib/distinfo
    N ports/archivers/p5-IO-Zlib/Makefile
    N ports/archivers/p5-IO-Zlib/pkg/DESCR
    N ports/archivers/p5-IO-Zlib/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 14:45:37

Log message:
    httpd log filter library
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20020802
    
    N ports/www/p5-HTTPD-Log-Filter/distinfo
    N ports/www/p5-HTTPD-Log-Filter/Makefile
    N ports/www/p5-HTTPD-Log-Filter/pkg/DESCR
    N ports/www/p5-HTTPD-Log-Filter/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 14:46:28

Modified files:
	archivers      : Makefile 

Log message:
add p5-IO-Zlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/02 14:47:02

Modified files:
	www            : Makefile 

Log message:
add p5-HTTPD-Log-Filter


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/02 15:23:41

Modified files:
	usr.bin/ssh    : ssh-rsa.c 

Log message:
diff is u_int (2x); ok deraadt/provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 15:28:34

Modified files:
	net/openh323   : Makefile 
Added files:
	net/openh323/patches: patch-openh323_Makefile 
	                      patch-openh323_openh323u_mak 
	                      patch-pwlib_make_lib_mak 
	                      patch-pwlib_make_unix_mak 
Removed files:
	net/openh323/files: patch-lib_mak patch-unix_mak 
	net/openh323/patches: patch-Makefile patch-openh323u_mak 

Log message:
- Use VMEM_WARNING.

- Clean up patch logic.

- Mark as BROKEN for obvious incompleteness: Blindly builds as 32-bit/
little endian on all archs, doesn't honor CC/CXX/C(XX)FLAGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/02 15:41:00

Modified files:
	lib/libssl/src/crypto/asn1: asn1_lib.c 

Log message:
typo; from openssl cvs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/02 16:05:21

Modified files:
	etc            : group 

Log message:
_sshagnt will be used to secure ssh-agent(1) more


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 16:13:19

Modified files:
	x11/qt3        : Makefile 

Log message:
Use VMEM_WARNING rather than rolling our own.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/02 16:20:30

Modified files:
	usr.bin/ssh    : ssh-rsa.c 

Log message:
replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
for authentication; ok deraadt/djm


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/02 16:40:48

Modified files:
	usr.sbin/cron  : database.c 

Log message:
o Instead of passing "*system*" as the fname to process_crontab()
for the system crontab file, pass a NULL pointer instead.  This
prevents someone from creating a "*system*" file in the tabs directory
that acts as an alternate root crontab.

o Fix the check for tab file ownership.  This really only affected
the system crontab file, which must not be owned by root.

deraadt@ OK


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/08/02 17:22:24

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/02 17:27:33

Modified files:
	etc            : inetd.conf rc.conf 

Log message:
no rpc by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 17:28:41

Modified files:
	net/cidr       : distinfo 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/02 17:37:44

Modified files:
	sysutils/libretto-config: distinfo 
	sysutils/setquota: distinfo 

Log message:
add missing SHA1 and RMD160 checksums


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/02 17:56:44

Modified files:
	include        : login_cap.h 

Log message:
Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".
If there is no login.conf or it is corrupt we don't want to make
any assumptions about kerberos.  By request of deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/02 17:59:03

Modified files:
	etc            : login.conf 

Log message:
the kerberos people can bite me.  or enable kerberos themselves if they
really want this.  secure by default, and as i say, bite me.  millert
and markus and miod ok


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/02 21:05:11

Modified files:
	sys/arch/hppa/include: cdefs.h 

Log message:
- don't use unexistant as(1) .weakext pseudo; found by todd@
- remove unused code.
mickey@ ok.

libc cross-compiling (i386->hppa) reported to work now.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/03 02:10:42

Modified files:
	share/mk       : bsd.own.mk 

Log message:
fix a comment: libdl no longer exists; explain ELF_TOOLCHAIN


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/03 02:29:32

Modified files:
	usr.sbin/amd/amd: afs_ops.c am_ops.c amd.c amq_subr.c clock.c 
	                  efs_ops.c get_args.c host_ops.c ifs_ops.c 
	                  info_hes.c info_nis.c map.c mapc.c misc_rpc.c 
	                  mntfs.c mount_fs.c mtab.c nfs_ops.c 
	                  nfs_start.c nfs_subr.c nfsx_ops.c opts.c 
	                  pfs_ops.c restart.c rpc_fwd.c sched.c 
	                  sfs_ops.c srvr_afs.c srvr_nfs.c ufs_ops.c 
	                  umount_fs.c util.c wire.c xutil.c 
	usr.sbin/amd/amq: amq.c 
	usr.sbin/amd/fsinfo: fsinfo.h 
	usr.sbin/amd/include: am.h config.h fstype.h 
	usr.sbin/amd/rpcx: amq_clnt.c amq_svc.c amq_xdr.c mount.h 
	                   mount_xdr.c 

Log message:
various KNF and code cleanup/simplification, parts checked by millert/deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/03 02:43:35

Modified files:
	openssh/ja     : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/03 02:55:35

Modified files:
	sys/arch/amiga/conf: DRACO GENERIC RAMDISK 
	sys/scsi       : scsiconf.h 
	usr.bin/sup/src: scmio.c 
	usr.sbin/named/named: ns_main.c 

Log message:
spell 'debugging' correctly with double 'g' (in comments)


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/03 04:40:28

Modified files:
	usr.sbin/mrouted: config.c 

Log message:
use getifaddrs, not SIOCGIFCONF.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/08/03 06:20:34

Modified files:
	usr.sbin/rdate : ntpleaps.c 

Log message:
check return value from read; from thorsten


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/03 06:29:03

Modified files:
	cs             : 28.html 29.html alpha.html announce28.html 
	                 anoncvs.html art.html art1.html art2.html 
	                 art3.html crypto.html ctm.html cvsup.html 
	                 disabled.html errata.html errata27.html 
	                 errata28.html errata30.html events.html 
	                 ftp.html index.html items.html plat.html 
	                 plus.html plus28.html plus29.html plus30.html 
	                 plus31.html policy.html porting.html ports.html 
	                 security.html sparc.html sun3.html 
	                 testimonials.html tshirts.html users.html 
	                 vax.html why-cvs.html 

Log message:
sync with badlands translation CVS after a long break


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/03 06:53:42

Modified files:
	ru             : 30.html 31.html anoncvs.html ftp.html 
	                 index.html mac68k.html report.html 
	                 security.html stable.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/03 06:55:08

Modified files:
	openssh/ru     : ftp.html index.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/03 09:06:44

Modified files:
	.              : security.html 

Log message:
Fix a patch reference in the 3.0 errata; from dfa@badlands


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/03 09:22:06

Modified files:
	sys/arch/sparc64/fpu: fpu.c fpu_extern.h 

Log message:
Don't depend on curproc, pass the proc * down to the functions that need it (fmovr/fmovcc).


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/08/03 10:09:08

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 10:25:49

Modified files:
	x11/kde/anime-sitters/otakuworld: Makefile 

Log message:
perfunctory COMMENT


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/08/03 10:37:10

Modified files:
	etc/etc.vax    : disktab 

Log message:
Correct RA82 disktab alias. Spotted by Fred van Kempen.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/08/03 11:00:09

Modified files:
	bin/ksh        : history.c 

Log message:
register -> int


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 11:25:39

Added files:
	lib/libkvm     : kvm_hppa.c 

Log message:
hppa stub, from miod


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/03 11:37:21

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: sparc64_video.c 

Log message:
disable the code that finds out the /dev entry for a given PCI Id for
now. This code doesn't know about multiple PCI host bridges.
Wait until we import the XFree86 support for PCI "domains".


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 12:00:18

Modified files:
	editors/xemacs21-sumo/pkg: PFRAG.mule 

Log message:
proper CVS keyword


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 12:54:08

Modified files:
	news/cnews/pkg : PLIST 

Log message:
/usr/local -> %D


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 12:54:26

Modified files:
	sys/arch/hppa/include: cdefs.h 

Log message:
we do not use _c_label() even


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 12:57:04

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
rework boot() w/o a goto


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 13:00:35

Modified files:
	sys/arch/hppa/include: param.h 

Log message:
u could get a little higher


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 13:04:24

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
no need for a stack on exit() since u gets freed in a different context, also s/P_MD/P_MD_REGS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/03 13:07:49

Modified files:
	ja             : security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 13:07:53

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
opt {set,rem}runqueue a littlebit


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/03 13:24:38

Modified files:
	de             : macppc.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 14:07:59

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
some more opt and diagnostic checks in set/remrunqueue


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 14:19:41

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
store md_regs ptr before interrupts are enabled on syscall, do not store the frame pointer on the stack on traps, just offset back from sp upon return


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 14:23:00

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
reorder stack_alloc() and add a comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/08/03 14:50:48

Modified files:
	www/links+     : Makefile 

Log message:
fix dependencies and logic for no_x11.
reported by Sarunas Grigaliunas <brudas@arena.ktu.lt>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 14:56:42

Modified files:
	sys/arch/hppa/hppa: vm_machdep.c locore.S 
	sys/arch/hppa/include: cpu.h 

Log message:
in fact, no need for switch_exit() completely, cpu_exit() handles the reins to the cpu_switch and basta!


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 15:08:19

Modified files:
	mail/mailman   : Makefile 

Log message:
Unbreak.
From maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 15:49:24

Modified files:
	usr.sbin/amd/amd: host_ops.c 
	usr.sbin/amd/amq: amq.c 

Log message:
xdr_pri_free() ansi; pvalchev ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/03 16:04:28

Modified files:
	lib/libc/rpc   : svc_run.c 

Log message:
If malloc() fails, perror() and return.  This is non-optimal but because
svr_run() is void we have no way to pass back error status.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2002/08/03 16:06:55

Modified files:
	.              : donations.html 

Log message:
another


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 16:26:25

Modified files:
	devel/jdk/1.3-linux: Tag: OPENBSD_3_1 Makefile distinfo 

Log message:
MFC:
Update to 1.3.1_04.  The old distfile is gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 17:41:21

Modified files:
	net/gtk-gnutella: Makefile distinfo 
	net/gtk-gnutella/patches: patch-src_gui_c 
	net/gtk-gnutella/pkg: PLIST 
Added files:
	net/gtk-gnutella/patches: patch-src_huge_c 
Removed files:
	net/gtk-gnutella/patches: patch-src_downloads_c 

Log message:
Update to 0.90.
Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
Thanks to Aleksander Piotrowski for sending patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 18:48:34

Modified files:
	usr.bin/fstat  : fstat.c 

Log message:
move kvm opening to earliest possible place


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 18:50:42

Modified files:
	usr.bin/systat : main.c 

Log message:
kvm gid revocation earlier


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 18:51:01

Modified files:
	usr.bin/vmstat : dkstats.c 
	usr.sbin/iostat: iostat.c 

Log message:
only open kvm once between these two


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 18:51:14

Modified files:
	usr.bin/ypwhich: ypwhich.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/03 19:02:48

Modified files:
	print/acroread : Makefile distinfo 
	print/acroread/pkg: PLIST 
Removed files:
	print/acroread/pkg: PFRAG.shared 

Log message:
SECURITY:
Update to 5.06.  Fixes a tmp file creation vulnerability.

Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 19:08:54

Modified files:
	usr.bin/lock   : lock.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/03 19:26:40

Modified files:
	usr.bin/write  : write.c 

Log message:
ansi, and revoke privs after opening the tty


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/03 22:15:50

Modified files:
	bin/systrace   : intercept.c intercept.h lex.l parse.y 
	                 systrace.1 systrace.c systrace.h 

Log message:
keep track of ppid and allow matching rules to be logged via syslog.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 23:48:26

Modified files:
	usr.bin/calendar/calendars: calendar.history 

Log message:
now we all know that nautilus was a response to icbm threat


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/03 23:53:00

Modified files:
	usr.bin/calendar/calendars/ru_RU.KOI8-R: calendar.orthodox 

Log message:
iliya day, no swimming, no-no


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/04 05:50:39

Modified files:
	mail/mailman   : Tag: OPENBSD_3_1 Makefile distinfo 

Log message:
MFC:
Update to 2.0.12: security fixes.

Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/04 08:03:39

Modified files:
	ja             : donations.html plus.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/08/04 08:11:41

Modified files:
	sbin/atactl    : atactl.8 atactl.c 

Log message:
- grammar cleanup.
- check for the failure of strdup().

from tedu <grendel@zeitbombe.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/08/04 08:27:48

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
.SH -> .Sh NAT EXAMPELS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/04 10:52:08

Modified files:
	usr.bin/netstat: main.c 

Log message:
revoke privs earlier


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/04 11:32:28

Modified files:
	net/oidentd    : Makefile 
	net/oidentd/pkg: DEINSTALL MESSAGE 
Added files:
	net/oidentd/patches: patch-doc_oidentd_8 
	                     patch-doc_oidentd_conf_5 
	                     patch-doc_oidentd_masq_conf_5 
	                     patch-src_Makefile_in 
	                     patch-src_kernel_openbsd30_c 
	                     patch-src_oidentd_h 
Removed files:
	net/oidentd/patches: patch-oidentd_openbsd30_c 

Log message:
/etc -> ${SYSCONFDIR}; Jolan Luff <jolan@pellaeon.com> and me


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/04 12:46:50

Log message:
    Import of dhcping-1.2
    
    Small tool that lets you perform a dhcp-request to find out if a dhcp-server
    is still running.
    
    Maintainer: Margarida Sequeira <niness@devilness.org>
    
    Status:
    
    Vendor Tag:	pvalchev
    Release Tags:	pvalchev_20020804
    
    N ports/net/dhcping/Makefile
    N ports/net/dhcping/distinfo
    N ports/net/dhcping/pkg/PLIST
    N ports/net/dhcping/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/04 12:47:35

Modified files:
	net            : Makefile 

Log message:
dhcping


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/04 14:27:27

Log message:
    Import IO-Tty 1.02.
    Perl5 module that allows the creation and manipulation of pseudo-TTYs.
    
    Submitted by Michael Lestinsky <michael@lestinsky.de>.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020804
    
    N ports/devel/p5-IO-Tty/distinfo
    N ports/devel/p5-IO-Tty/Makefile
    N ports/devel/p5-IO-Tty/pkg/DESCR
    N ports/devel/p5-IO-Tty/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/04 14:28:31

Log message:
    Import Expect-1.15.
    Perl5 module for talking to other applications, inspired by the Tcl
    version of Expect.
    
    Submitted by Michael Lestinsky <michael@lestinsky.de>.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020804
    
    N ports/devel/p5-Expect/distinfo
    N ports/devel/p5-Expect/Makefile
    N ports/devel/p5-Expect/pkg/DESCR
    N ports/devel/p5-Expect/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/04 14:31:31

Modified files:
	devel          : Makefile 

Log message:
add p5-IO-Tty and p5-Expect


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/04 14:57:43

Modified files:
	cs             : docum.html donations.html errata.html 
	                 events.html ftp.html goals.html groups.html 
	                 index.html plat.html porting.html report.html 
	                 vax.html why-cvs.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/04 15:04:48

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
png header path change.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/04 16:10:25

Modified files:
	usr.sbin/cron  : database.c 

Log message:
Extra paranoia -- check that pw_name matches the crontab user's name.
Should not really be needed since we do uid checks but it can't hurt.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/04 16:44:12

Modified files:
	lib/libc/gen   : auth_subr.c 

Log message:
If fork() fails, log/report the error *before* we close our fd's just
in case close(2) were to set errno.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/04 17:04:31

Modified files:
	usr.sbin/amd/fsinfo: fsinfo.c 

Log message:
Handle snprintf(3) returning -1; ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/04 17:08:17

Modified files:
	audio/libsidplay: Makefile distinfo 

Log message:
update to 1.36.55


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/04 18:26:56

Modified files:
	usr.sbin/config: exec_elf.c 

Log message:
Make readjust work correctly.
This allows config -e on sparc with elf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/04 19:14:29

Modified files:
	textproc/expat : Makefile distinfo 
	textproc/expat/patches: patch-Makefile_in patch-configure 
	textproc/expat/pkg: PFRAG.shared PLIST 
Added files:
	textproc/expat/patches: patch-conftools_ltmain_sh 

Log message:
upgrade to expat 1.95.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/04 19:19:21

Modified files:
	palm/p5-Palm   : Makefile 

Log message:
Update homepage and master sites, from maint. seb@todesplanet.de


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/04 19:29:37

Modified files:
	usr.sbin/amd/fsinfo: fsinfo.h 

Log message:
Do some cleanups to allow this to compile after previous changes made.
Note that we do not currently build/install this tool on OpenBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/04 20:18:40

Modified files:
	.              : INDEX 

Log message:
update INDEX (1960)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/08/04 20:25:36

Modified files:
	sysutils/upsd  : Makefile 
	sysutils/upsd/pkg: PLIST 
Added files:
	sysutils/upsd/patches: patch-Makefile patch-apc_c 
	                       patch-apc_static_c patch-config_h 
	                       patch-sample_upsd_conf patch-upsd_h 
	sysutils/upsd/pkg: DEINSTALL INSTALL 
Removed files:
	sysutils/upsd/patches: patch-aa patch-ab patch-ac patch-ad 

Log message:
- don't use hardcoded to /etc; pointed out by naddy@
- use ${PREFIX}/share/examples/upsd for examples,
not ${PREFIX}/lib/upsd
- use {INSTALL,DEINSTALL} for notification messages for config files


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/04 21:57:36

Modified files:
	share/man/man4/man4.sparc64: Makefile 
Added files:
	share/man/man4/man4.sparc64: bwtwo.4 

Log message:
man page for bwtwo


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/04 21:58:50

Modified files:
	share/man/man4/man4.sparc64: intro.4 

Log message:
Xr bwtwo


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/08/04 21:59:59

Modified files:
	.              : sparc64.html 

Log message:
add bwtwo


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/04 22:05:37

Modified files:
	distrib/notes/sparc64: hardware 

Log message:
add bwtwo


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/08/04 22:16:40

Modified files:
	.              : sparc64.html 

Log message:
remove an extra space


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/04 23:02:55

Log message:
    add gwenview.
    --
    Gwenview is a simple image viewer for KDE which offers a folder tree
    window and a file list window for navigating easily through your image
    file heirarchy.
    
    Features:
    - correct rendering of alpha-channel in images
    - docked windows for a configurable layout
    - full screen mode
    - a thumbnail view
    - background thumbnail generation
    - center images in view
    - zooming (including fit-to-window)
    - advanced keyboard navigation, Opera-like next / previous mouse nagiation
    and customizable mouse-wheel navigation
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_08_05_2002
    
    N ports/graphics/gwenview/Makefile
    N ports/graphics/gwenview/distinfo
    N ports/graphics/gwenview/pkg/PLIST
    N ports/graphics/gwenview/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/04 23:04:12

Modified files:
	graphics       : Makefile 

Log message:
add gwenview


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/05 01:24:26

Modified files:
	usr.sbin/amd/amd: ChangeLog afs_ops.c am_ops.c amd.c amq_subr.c 
	                  clock.c host_ops.c info_file.c info_nis.c 
	                  map.c mapc.c misc_rpc.c mntfs.c mtab.c 
	                  nfs_ops.c nfs_start.c nfs_subr.c nfsx_ops.c 
	                  opts.c pfs_ops.c rpc_fwd.c sched.c srvr_afs.c 
	                  srvr_nfs.c ufs_ops.c util.c xutil.c 
	usr.sbin/amd/amq: amq.c 
	usr.sbin/amd/config: mount_aix.c mtab_file.c os-bsd44.h 
	usr.sbin/amd/include: am.h config.h 
	usr.sbin/amd/mk-amd-map: mk-amd-map.c 
	usr.sbin/amd/rpcx: amq.h amq_clnt.c mount.h nfs_prot.h 

Log message:
Get rid of useless local definitions P_void, voidp, Const and use
void, void *, const respectively; some cosmetics; ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/05 03:03:58

Modified files:
	cs             : items.html policy.html ports.html products.html 
	                 security.html smp.html stable.html 
	                 testimonials.html tshirts.html users.html 

Log message:
sync with badlands translation CVS, work by Vladimir Kotal


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/05 04:42:31

Modified files:
	lib/libssl/src/crypto/asn1: asn1_lib.c 

Log message:
Better fixes from openssl cvs; from markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/05 06:40:19

Modified files:
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_0 asn1_lib.c 

Log message:
Errata #030, update:
Better fixes from openssl cvs; from markus@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/05 07:02:56

Modified files:
	.              : events.html 

Log message:
Missing <p>, pointed out by Fransoa Holop <fred@francis.unitra.sk>, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/05 08:15:41

Modified files:
	usr.bin/calendar/calendars: calendar.birthday calendar.history 

Log message:
move a few birthdays to the .birthday as pt out by pjanzen@; add a few more


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/05 08:26:08

Modified files:
	bin/systrace   : register.c 

Log message:
different translation for lstat


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/05 08:49:27

Modified files:
	bin/systrace   : intercept.c register.c 

Log message:
increase buffer size for getstring, useful for execve arguments.
intercept_filename deals better with symlinked last component lookups.
change some translations to use unlinkname.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/05 09:24:07

Modified files:
	distrib/crunch/crunchide: crunchide.c 

Log message:
Prepare for sparc/ELF.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/05 09:25:43

Modified files:
	distrib/miniroot: Makefile 
	distrib/ramdisk: Makefile 

Log message:
If ELF_TOOLCHAIN, pass -E to crunchgen and build elfrdsetroot instead
of rdsetroot.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/05 09:29:28

Modified files:
	lib/libc/arch/sparc/gen: _setjmp.S setjmp.S sigsetjmp.S 

Log message:
_C_LABEL where needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/05 09:31:12

Modified files:
	lib/libc/sys   : Makefile.inc 

Log message:
One more ELF_TOOLCHAIN.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/05 10:39:17

Modified files:
	faq/de         : faq12.html faq5.html index.html 
Added files:
	faq/de         : faq11.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/05 10:48:58

Modified files:
	de             : donations.html events.html sparc64.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/05 11:04:37

Modified files:
	usr.bin/make   : cmd_exec.c 

Log message:
dup2() style nit--don't dup2() if oldfd == newfd; espie@ OK.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/05 13:02:19

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/dev/pci    : files.pci 

Log message:
the supported agp chipset list is md-configured, not mi


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/05 13:10:22

Modified files:
	bin/systrace   : intercept.c 

Log message:
uid and gid are not guaranteed to be aligned on a register_t sized boundary.
Use a temporary location and then copy the value into place. provos ok.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/05 13:10:41

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: alpha_video.c 

Log message:
Cleanup. There's no aperture driver on alpha (at least not yet).
Need to initialize PCI access routines before revoking priviledges.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/05 13:17:57

Modified files:
	distrib/notes  : README.alpha 

Log message:
- Tested a Cirrus GD5446 sucessfully.
- Mention that securelevel 0 is needed for now.
- Add CVS Id.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/05 13:23:24

Modified files:
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_1 asn1_lib.c 

Log message:
Pull in patch from current:
Better fixes from openssl cvs; from markus@


CVSROOT:	/cvs
Module name:	www
Changes by:	hugh@cvs.openbsd.org	2002/08/05 13:46:52

Modified files:
	.              : index.html 

Log message:
Add a google search form. miod@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/05 14:32:52

Modified files:
	graphics/gwenview: Makefile 

Log message:
- fix comment
- simplify Makefile a bit


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/05 14:48:59

Modified files:
	net/bind9      : Makefile 

Log message:
nuke NEED_VERSION and remove debug flavour; wcobb


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/05 14:49:19

Modified files:
	net/bind9/pkg  : DESCR 

Log message:
shorten, document flavours; wcobb


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/05 15:23:41

Modified files:
	sys/dev/sun    : sunkbd.c 

Log message:
move HoldScreen to R3 where it belongs (not L3)


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/05 15:54:24

Modified files:
	.              : README 

Log message:
missed the inclusion of bsdLib.tmpl in X11.tmpl in the config file
inclusion tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/08/05 16:11:27

Modified files:
	sys/dev/raidframe: rf_engine.h rf_openbsdkintf.c 

Log message:
Clean up hook cookies from shutdown hook.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/05 16:12:32

Modified files:
	sys/dev/sbus   : cgsix.c 

Log message:
Force acceleration to be turned off if we encounter an old hardware
revision.
Jason and I think that only someone out of his mind would plug an old
dusty dual slot cgsix in an ultrra, but it's better to be safe anyways.
ok jason@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/05 16:42:12

Modified files:
	lib/libc/sys   : Makefile.inc 

Log message:
Fix brain blackout.
Pointed out byb miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/05 17:27:53

Modified files:
	bin/systrace   : policy.c systrace.1 systrace.c systrace.h 

Log message:
allow to specify an alternate directory for policy loading and writing


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/08/05 17:32:24

Added files:
	www/links+/patches: patch-html_c 

Log message:
underline href's.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/05 18:45:17

Modified files:
	math/sc        : Makefile distinfo 
	math/sc/patches: patch-Makefile patch-interp_c patch-lex_c 
	                 patch-sc_doc 
Added files:
	math/sc/patches: patch-pipe_c patch-psc_c patch-sc_c 

Log message:
Update to a newer sc-7.15 found on sunsite (as opposed to gatekeeper.dec.com)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/05 18:59:07

Modified files:
	faq            : faq2.html 

Log message:
wwwgnats.pl not currently available.
Spotted by Valentin Gelhorn <valentin.gelhorn@web.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/08/05 19:56:14

Modified files:
	misc/p5-Locale-Codes: Makefile distinfo 

Log message:
- upgrade to version 2.06
- add regression test


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/05 21:33:23

Modified files:
	sys/arch/powerpc/include: db_machdep.h 

Log message:
No, powerpc is not Elf64, it is Elf32. stupid comment error.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/05 21:48:45

Modified files:
	sys/dev/sbus   : bwtwo.c cgsix.c cgthree.c 

Log message:
Set RI_CLEAR if the card isn't the console framebuffer; based on discussion with miod.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/08/05 22:46:29

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200207.html 

Log message:
rotate, update


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/06 01:40:31

Modified files:
	include        : link_elf.h 

Log message:
restore link_map ABI compatibility between gdb and ld.so.  this comes from
what powerpc and sparc64 had as machine/link.h in 3.1 used by gdb, and will
be needed by other ELF architectures to provide gdb solib support; ok drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/08/06 05:25:06

Modified files:
	sbin/pfctl     : parse.y 

Log message:
check fo strdup() allocation errors

pointed out by mpech@
ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/08/06 07:43:33

Modified files:
	sbin/pfctl     : parse.y 

Log message:
missing free(), mpech@
ok pb@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 07:56:25

Modified files:
	ru             : security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	2002/08/06 07:58:04

Modified files:
	openssh        : faq.html 

Log message:
add href for ssh-keysign; from Margarida Sequeira <niness@devilness.org>.
markus@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 08:16:56

Modified files:
	nl             : donations.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 08:17:40

Modified files:
	openssh/nl     : index.html 
Added files:
	openssh/nl     : press.html 

Log message:
another file translated


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/06 09:15:52

Modified files:
	sys/arch/sparc64/dev: z8530tty.c 

Log message:
catch 'break' and handle appropriately, I thought I had committed this long ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/06 10:27:07

Modified files:
	shells/bash2/patches: patch-builtins_enable_def 
Added files:
	shells/bash2/patches: patch-lib_readline_bind_c 

Log message:
Apparently readline dies on some kinds of input.
Fix from Chet Ramey <chet@po.CWRU.Edu>.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 11:01:06

Modified files:
	ja             : index.html 
Added files:
	ja             : plus31.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 11:01:42

Modified files:
	faq/ja         : faq2.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/06 11:58:58

Modified files:
	xc/programs/xlock/xlock: XLock.ad XLock-jp.ad 

Log message:
Secure by default: make the blank mode the default. This mode has
less risk to abort due to a bug. suggested by aaron@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/06 12:14:49

Modified files:
	xc/programs/xlock: iconfig.h 

Log message:
enforce blank as default mode here too.
and get rid of the stupid bomb mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/06 12:45:03

Modified files:
	lib/libc/sys   : getdirentries.2 

Log message:
Comma splice introduced in last commit.


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/08/06 13:00:49

Modified files:
	.              : plus27.html 

Log message:
missing </a>
plays nice with dillo now


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/08/06 13:38:41

Modified files:
	.              : plus28.html 

Log message:
another missing </a>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/06 14:02:26

Modified files:
	sys/dev/ic     : hme.c 

Log message:
be sure to unmap/deallocate buffers when hme_stop() is called


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 15:08:05

Modified files:
	de             : index.html 

Log message:
Google search form


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 15:08:46

Modified files:
	openssh/de     : faq.html 

Log message:
ssh-keysign


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/06 15:10:04

Modified files:
	faq/de         : faq11.html faq2.html faq6.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/06 16:18:28

Modified files:
	xc-old/programs/Xserver/hw/xfree86/common: xf86Init.c 
	xc-old/programs/Xserver/hw/xfree86/os-support/bsd: bsd_init.c 
	                                                   bsd_video.c 

Log message:
Get the code to revoque privileges to work on XFree86 3.3.6 servers
by also initializing the console driver early.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/08/06 16:50:35

Modified files:
	xc/config/cf   : OpenBSD.cf OpenBSDLib.rules 
Added files:
	xc/config/cf   : OpenBSDLib.tmpl 

Log message:
infrastructure tweaks for shared lib cranking. disabled presently. ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/06 18:30:39

Modified files:
	sys/dev/ic     : hme.c 

Log message:
fix if_timer handling:
- only set it to non-zero when at least on packet is enqueued
- zero it if we tx'd at least one packet


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/08/06 18:34:17

Modified files:
	bin/systrace   : policy.c 

Log message:
typo

ok provos@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/06 21:42:14

Modified files:
	sys/dev/ic     : hme.c 

Log message:
Hrmph, part of the logic was correct: turn off if_timer when all descriptors are found to be empty.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/07 02:20:46

Modified files:
	x11/gnome/libs/pkg: PLIST 

Log message:
Remove libart conflict.

Gently reminded by Marc Matteo.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/07 04:57:25

Modified files:
	xc/programs/xsystrace: callbacks.c 

Log message:
use the same buffer size as systrace


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/07 07:11:53

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PLIST 
Added files:
	devel/glib2/patches: patch-glib_Makefile_in patch-glib_gmacros_h 
	                     patch-gmodule_Makefile_in 
	                     patch-gobject_Makefile_in 
	                     patch-gthread_Makefile_in 

Log message:
Update to 2.0.6, make it aware of our MAX/MIN macros and make library
versions controllable from the makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/07 07:19:20

Modified files:
	sbin/isakmpd   : cert.c cert.h conf.c conf.h init.c isakmpd.8 
	                 isakmpd.conf.5 x509.c x509.h 

Log message:
A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>.
Some style mods, and checks added for OpenSSL version 0.9.7 or later.
Currently CRLs are not supported for earlier versions.
Manual pages updated.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/07 07:46:34

Modified files:
	devel/libaudiofile/pkg: PLIST 
	audio/esound/pkg: PLIST 

Log message:
install the pkgconfig files.
--
Requested by: Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/08/07 07:54:35

Modified files:
	.              : build-release 

Log message:
tweak


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/07 09:48:19

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
PSEUDO_FLAVORS support

from/ok espie


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/08/07 09:49:57

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
PSEUDO_FLAVORS, from/ok espie


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/07 09:52:05

Modified files:
	www/php4/extensions: Makefile 

Log message:
add a bunch of no_* pseudo_flavors to enable building a subset of extension
packages

eg: env FLAVOR="no_gd no_pdflib no_shmop" make package


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/07 10:53:58

Modified files:
	x11/kde        : Makefile.inc 

Log message:
simplify addition of png header path.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/07 11:00:37

Modified files:
	x11/kde/base3/patches: patch-kioslave_man_man2html_cpp 

Log message:
sync with update-patches output


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/07 11:09:06

Modified files:
	x11/kde/multimedia3/patches: patch-configure_in 
	                             patch-mpeglib_configure_in_in 

Log message:
add missing libossaudio so that this port can build properly.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/07 11:16:56

Modified files:
	cs             : alpha.html art1.html events.html goals.html 
	                 groups.html items.html plat.html policy.html 
	                 report.html sparc.html tshirts.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/07 11:18:23

Modified files:
	ja             : index.html plus.html plus31.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/07 11:18:55

Modified files:
	faq/ja         : index.html 

Log message:
broken links


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/07 11:20:00

Modified files:
	openssh/de     : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/07 11:20:45

Modified files:
	faq/de         : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/07 11:23:44

Modified files:
	sys/arch/sparc/dev: qe.c 

Log message:
KNF (parenthesized returns)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/07 12:17:49

Modified files:
	misc/hfsplus   : Makefile 
Removed files:
	misc/hfsplus/patches: patch-libhfsp_src_Makefile_am 
	                      patch-src_Makefile_am 

Log message:
simplify


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/07 12:31:33

Modified files:
	shells/sash    : Makefile 
	games/lincity  : Makefile 
	graphics/xmms-kj: Makefile 

Log message:
NO_REGRESS


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/07 12:44:39

Modified files:
	sys/net        : if_bridge.c 

Log message:
consistently check byte order of ether_type; pointed out by dhartmei


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/07 12:57:00

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
fix the stupidest alloc/free piece of code ever; nate@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/07 14:40:16

Modified files:
	audio/libao    : Makefile 

Log message:
use PSEUDO_FLAVORS


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/07 15:22:55

Modified files:
	sys/dev        : systrace.c 

Log message:
return EBUSY in processready


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/07 15:27:15

Modified files:
	bin/systrace   : intercept.c openbsd-syscalls.c 

Log message:
deal better with interrupted system calls


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/07 16:08:18

Modified files:
	graphics/py-Imaging: Makefile distinfo 

Log message:
Update to 1.1.3; from maintainer Sebastian Stark <seb@todesplanet.de>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/07 16:16:54

Modified files:
	www/php3       : Makefile 

Log message:
mark as broken, since its no longer supported, use php4 instead


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/07 16:17:25

Modified files:
	www            : Makefile 

Log message:
remove the various php3 and flavor combinations


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/07 16:34:54

Modified files:
	audio/xmms     : Makefile 

Log message:
use pseudo flavors, clean up some cruft; ok wcobb@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/07 17:22:41

Modified files:
	usr.sbin/cron  : atrun.c crontab.c database.c entry.c 

Log message:
paranoia: zero out pw_passwd since we don't need it


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/07 17:35:32

Modified files:
	faq            : faq5.html 

Log message:
Start of a major rework of FAQ 5, turning it from being about building
just a custom kernel to being about rebuilding the entire system from
source.  ok kjell@

I know I'm going to get a lot of comments about the spelling of
"flavor" vs. "flavour".  Personally, I would not mind having
British/Canadian spellings in the FAQ at all, but here's the problem:
If I use the British/Canadian spelling, in a little while, I'm going to
be sent a diff with all kinds of good wording/spelling fixes by someone,
AND "flavour" changed to "flavor".  Now, I'll either have to commit it,
reject it, or manually extract the offending 10%.  I'll be lazy, and just
commit it.  Then, I'll get notes from a bunch of people pointing out that
"flavour" *is* a valid spelling.

So, sorry.  It goes in as "flavor" with no intended offense.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/07 17:41:56

Modified files:
	faq            : index.html 

Log message:
sync TOC with faq5 changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/07 17:50:40

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
dijkstra born, dijkstra died


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/07 18:03:00

Modified files:
	gnu/usr.bin/binutils/gdb/29k-share/udi: udip2soc.c 

Log message:
Add missing mode argument to open(2); noticed by
Grudge Mason <grudge_mason@hotmail.com>.

Note that this code is not compiled in.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/07 18:20:12

Modified files:
	gnu/usr.bin/binutils/gdb/29k-share/udi: udip2soc.c 

Log message:
bah, use mode 0 here.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/07 18:28:09

Modified files:
	usr.sbin/mrinfo: mrinfo.c 

Log message:
don't use dynamically-generated printf format string.  more picky
about gethostby* result.  check fd_set overrun.  from xs@kittenz.org


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/07 18:35:50

Modified files:
	sbin/disklabel : Makefile 

Log message:
add a hppa case


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/07 18:47:33

Modified files:
	bin/systrace   : intercept.c 

Log message:
if getcwd fails and we continue dont restcwd.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/07 21:32:00

Modified files:
	sys/arch/sparc/dev: be.c bereg.h bevar.h 

Log message:
Completely rework transmit interrupt handling:
- try to handle tx ring reclaim in bestart()
- if we pass over the high water mark, enable TX interrupts
- disable them again when the low water mark is passed
Thanks to mickey@ for enduring 4 versions of this =)


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/07 21:59:57

Modified files:
	lib/libc/sys   : ioctl.2 

Log message:
document generic ioctls. ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/07 23:57:26

Modified files:
	lib/libc/arch/hppa: Makefile.inc 

Log message:
fix KMSRCS after some files removelance


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/08 00:00:20

Modified files:
	lib/libc/arch/hppa: Makefile.inc 

Log message:
no more of the French Favourite Symbol


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/08 03:25:13

Modified files:
	usr.sbin/afs/src/arlad: darla.c reconnect.c 

Log message:
Use open() with proper 3rd arg. From arla cvs. miod@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/08 04:37:41

Modified files:
	usr.bin/msgs   : msgs.c 

Log message:
3rd arg for open, plus some bounds checking. miod@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/08/08 04:55:13

Modified files:
	sbin/raidctl   : raidctl.8 

Log message:
Insist on having the raid[0..n]a set up, when using the root on raid feature.
(to avoid problems as in PR#2816)


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/08 05:55:07

Modified files:
	usr.bin/msgs   : msgs.c 

Log message:
sizeof fname, not sizeof *fname


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/08 06:00:47

Modified files:
	graphics/gdk-pixbuf: Makefile 

Log message:
use pseudo flavor; ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/08 07:25:28

Modified files:
	sbin/isakmpd   : log.c 

Log message:
Append to the packet log file, don't overwrite. Requested by pb@.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 07:50:23

Modified files:
	usr.bin/ssh    : sshconnect1.c 

Log message:
Use & to test if bits are set, not &&; markus@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 07:51:25

Modified files:
	sys/dev/pci    : esa.c 
	sys/netipx     : spx_usrreq.c 
	sys/netiso     : iso_pcb.c 
	sys/netns      : spp_usrreq.c 

Log message:
Use & to test if bits are set, not &&; art@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 08:00:25

Modified files:
	sbin/routed    : if.c parms.c 

Log message:
Use & to test if bits are set, not &&; art@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 08:01:11

Modified files:
	gnu/usr.bin/groff/pic: object.cc 

Log message:
Use & to test if bits are set, not &&; art@ ok. Fix sent to bug-groff@gnu.org
and the groff maintainers.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	aaron@cvs.openbsd.org	2002/08/08 08:03:16

Modified files:
	xc/include/DPS : dpsfriends.h 
	xc/programs/fvwm/fvwm: virtual.c 

Log message:
Use & to test if bits are set, not &&; art@ ok. (The fwvm fix is in code
that is currently commented out, but committing anyway for good measure.)


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/08 08:31:51

Modified files:
	sys/net        : pf.c 

Log message:
th_flags doesn't have to be equal to TH_SYN to generate modulator, it's
sufficient if TH_SYN is set and TH_ACK is unset, ignore TH_ECN etc.
ok frantzen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/08 08:44:56

Modified files:
	editors/vim/stable: Makefile distinfo 

Log message:
update vim/stable to 6.1.151


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/08/08 09:16:43

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
remove explanations of external programs (pfctl/tcpdump)

ok henning@, dhartmei@, frantzen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/08 09:56:04

Modified files:
	mail/tmda      : Makefile distinfo 

Log message:
update mail/tmda to 0.59


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/08 11:03:21

Modified files:
	mail/courier-imap: Makefile distinfo 
	mail/courier-imap/patches: patch-Makefile_in 
	                           patch-imap_imapd-ssl_dist_in 
	                           patch-imap_pop3d-ssl_dist_in 
	mail/courier-imap/pkg: PLIST 

Log message:
- update to courier-imap-1.5.3
- add pseudo_flavors for no_[ldap|mysql|pgsql] subpackages


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/08 11:07:32

Modified files:
	sys/kern       : uipc_socket.c uipc_socket2.c vnode_if.c 
	sys/netccitt   : if_x25subr.c pk_output.c pk_usrreq.c 
	sys/netinet    : tcp_input.c tcp_usrreq.c 

Log message:
socket buf speedup from thorpej@netbsd, okay art@ ericj@:

Make insertion of data into socket buffers O(C):
* Keep pointers to the first and last mbufs of the last record in the
socket buffer.
* Use the sb_lastrecord pointer in the sbappend*() family of functions
to avoid traversing the packet chain to find the last record.
* Add a new sbappend_stream() function for stream protocols which
guarantee that there will never be more than one record in the
socket buffer.  This function uses the sb_mbtail pointer to perform
the data insertion.  Make TCP use sbappend_stream(). On a profiling
run, this makes sbappend of a TCP transmission using
a 1M socket buffer go from 50% of the time to .02% of the time. Thanks
to Bill Sommerfeld and YAMAMOTO Takashi for their debugging
assistance!


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/08 11:17:12

Modified files:
	libexec/ld.so  : library.c 

Log message:
There was a possible off-by-one in ld.so when loading shared libraries.
In some (rare?) cases, where the bss was too small and fit entirely into the
leftovers of the data segment we could map one extra page. This is slightly
dangerous on PMAP_PREFER machines where mmaps allocations do not happen
linearly in the virtual space and we could end up overwriting mappings
that are already in use.

This also changes the initial allocation from being a MAP_ANON to a
MAP_FILE so that we can pass the fd as a PMAP_PREFER hint.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/08 11:39:17

Modified files:
	usr.bin/pmdb/arch/sparc: sparc.c 

Log message:
Make a good attempt to find the registers for the first frame.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/08 11:40:27

Modified files:
	sys/arch/sparc/sparc: pmap.c 

Log message:
call setcontext{4,4m} directly when we know the CPU type already


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/08 12:13:35

Modified files:
	usr.sbin/cron  : cron.c 

Log message:
Make wakeupKind an enum for clarity at Vixie's request


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/08 12:17:50

Modified files:
	usr.sbin/cron  : atrun.c do_command.c misc.c 

Log message:
Move closelog() into log_close() function and call that instead
of calling closelog() (with #ifdefs) directly.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/08/08 12:26:37

Modified files:
	sys/kern       : uipc_socket.c uipc_socket2.c vnode_if.c 
	sys/netccitt   : if_x25subr.c pk_output.c pk_usrreq.c 
	sys/netinet    : tcp_input.c tcp_usrreq.c 

Log message:
backout the tree break. ok pb@, art@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/08 12:27:57

Modified files:
	usr.bin/pmdb   : pmdb.1 pmdb.c pmdb.h process.c 

Log message:
implement setenv.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/08 12:53:10

Modified files:
	sys/dev/ic     : if_wi.c 

Log message:
Fix IFF_PROMISC setting optimization.  The point is to avoid the
wi_init() if only IFF_PROMISC status has changed.  There is no need
to change anything if we are in HostAP mode since wi_init() has
already turned off the hardware promisc bit when we entered HostAP
(HostAP already implies promisc behavior).
Noticed by imp@, OK by mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/08 13:12:34

Modified files:
	sys/sys        : socketvar.h 

Log message:
missed in last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/08 13:18:13

Modified files:
	sys/kern       : uipc_socket.c uipc_socket2.c 
	sys/netccitt   : if_x25subr.c pk_output.c pk_usrreq.c 
	sys/netinet    : tcp_input.c tcp_usrreq.c 

Log message:
redo socketbuf speedup.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/08 13:20:28

Modified files:
	devel/glib2    : Makefile 

Log message:
Drop spurious pkgconfig RUN_DEPEND.

Noted by brad@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/08 14:01:36

Modified files:
	x11/gnome/mime-data: Makefile distinfo 
	x11/gnome/mime-data/pkg: PLIST 

Log message:
Update to 2.0.0.

Slightly adapted from a patch from Marc Matteo <marcm@lectroid.net>.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 14:17:34

Modified files:
	sbin/photurisd : kernel.c 

Log message:
Fix structure allocation. The code incorrectly used sizeof(pointer) instead
of sizeof(*pointer). provos@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/08 14:34:46

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
D-Link DFE-670TXD entry from RD Thrush <rd@thrush.com>.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/08 14:35:26

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/08 15:18:21

Modified files:
	bin/systrace   : filter.c 

Log message:
no \n in err


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/08 15:18:30

Modified files:
	libexec/ld.so/sparc: rtld_machine.c 

Log message:
- Add some missing iflush's
- insert some nop's to make sure all copies are gone from the icache and CPU


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 17:02:58

Modified files:
	share/man/man9 : log.9 

Log message:
Remove trailing dot from SEE ALSO Xr list.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 17:07:12

Modified files:
	usr.sbin/syslogd: syslogd.c 

Log message:
Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/08 17:33:43

Modified files:
	sys/dev/pcmcia : if_ne_pcmcia.c 

Log message:
D-Link DFE-670TXD support; reported and tested by RD Thrush <rd@thrush.com>.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/08 17:53:21

Modified files:
	usr.sbin/traceroute: traceroute.c 
	usr.sbin/traceroute6: traceroute6.c 

Log message:
remove unused struct timezone; ok itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/08 17:54:52

Modified files:
	usr.bin/ssh    : auth.c 

Log message:
typo in comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/08 18:17:39

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
some gnome sites were missing a trailing /


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/08 18:23:59

Modified files:
	audio/disc-cover: Makefile distinfo 

Log message:
Update to 1.3.2, from Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
Changes: better slim case and "various artists" support.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/08 19:03:25

Modified files:
	sys/compat/linux: linux_socket.c 

Log message:
socket flags are not inherited via accept() on linux; found and tested
by gustavo, several ppl ok@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/08 19:15:19

Modified files:
	converters/mpack: Makefile 
Added files:
	converters/mpack/patches: patch-Makefile patch-codes_c 
	                          patch-decode_c patch-magic_c 
	                          patch-unixos_c patch-unixpk_c 
	                          patch-unixpk_man patch-unixunpk_c 
	                          patch-unixunpk_man 
Removed files:
	converters/mpack/patches: patch-aa patch-ab patch-ac 

Log message:
SECURITY fixes, submitted by Nick Nauwelaerts <nick@wanadoo.be>:

* Fix buffer overflow.  (Obtained from Debian)
* Strip leading "../" when creating new files.  (Obtained from Debian)

Clean-up by yours truly:

* Parameter parsing fix.  (Obtained from Debian)
* Prefer native getopt() and MD5 functions over the included ones.
* Make munpack synopsis agree with actual parameters.
* Respect CC.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/08 20:12:15

Modified files:
	usr.sbin/mtrace: mtrace.c 

Log message:
avoid dynamically-generated string to printf.  die if fd_set overruns.
from xs@kittenz.org


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 20:23:48

Modified files:
	usr.bin/pmdb   : clit.c 

Log message:
Correct the size arg to memset() so argv will be cleared correctly; art@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/08 20:27:16

Modified files:
	usr.sbin/map-mbone: mapper.c 
	usr.sbin/mrouted: main.c 

Log message:
die if fd_set overruns.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/08 21:11:31

Modified files:
	sys/compat/linux: linux_socket.c 

Log message:
Correct the size arg to copyout.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/09 00:11:53

Modified files:
	lib/libc/net   : getifaddrs.c 

Log message:
unifdef for auditability.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/09 00:12:25

Modified files:
	lib/libc/net   : getifaddrs.c 

Log message:
remove obsolete comment, no SIOCGIFCONF path any more


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/08/09 02:36:33

Modified files:
	games/bs       : bs.c 

Log message:
Bug fix in random placement code from Erik Sigra.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/08/09 02:42:30

Modified files:
	games/bs       : bs.c 

Log message:
Fix an error in the CPU random fire routine that could cause a segfault.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/08/09 03:27:34

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
Spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/08/09 03:29:50

Modified files:
	lib/libc/sys   : getdirentries.2 

Log message:
grammar nits


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	2002/08/09 03:54:30

Modified files:
	games/bs       : bs.c 

Log message:
Only target in the playing field when using mouse.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:00:25

Modified files:
	devel/p5-Term-ReadKey: Makefile distinfo 

Log message:
update to p5-Term-ReadKey-2.21
Fix to improve the chances of automated testing succeeding


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:02:01

Modified files:
	devel/p5-Term-ReadKey: Makefile 

Log message:
remove this while we are here


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:22:47

Modified files:
	devel/p5-Term-ReadLine-Gnu: Makefile distinfo 

Log message:
update to p5-Term-ReadLine-Gnu-1.13
- readline-4.2 support
new variables
rl_completion_suppress_append
rl_completion_mark_symlink_dirs
new functions
rl_replace_line()
rl_completion_mode()
- tgetstr() calls tput() to apply padding information.  No more
"$<2>" on prompt.
- shadow_redisplay() with ornament works on xterm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:31:04

ports/net/p5-Net-MySQL/patches

Update of /cvs/ports/net/p5-Net-MySQL/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6750/patches

Log Message:
Directory /cvs/ports/net/p5-Net-MySQL/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:32:25

Modified files:
	net/p5-Net-MySQL: Makefile distinfo 
Added files:
	net/p5-Net-MySQL/patches: patch-MySQL_pm patch-script_mysql_pl 

Log message:
update to p5-Net-MySQL-0.07
- When old Perl was used, the problem which cannot encode a password
correctly was corrected.
- UNIX Socket connection support.
- The version of Perl to demand was lowered to 5.004.
- Fixed the problem which cannot acquire the field with a length
of 16 bits or more.
- Fixed some uncanny typoes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:44:05

ports/net/p5-Net-DNS/patches

Update of /cvs/ports/net/p5-Net-DNS/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7997/patches

Log Message:
Directory /cvs/ports/net/p5-Net-DNS/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:45:08

Modified files:
	net/p5-Net-DNS : Makefile distinfo 
	net/p5-Net-DNS/pkg: PLIST 
Added files:
	net/p5-Net-DNS/patches: patch-Makefile_PL 

Log message:
update to p5-Net-DNS-0.26
+ Fixed warning in Net::DNS::RR::AUTOLOAD with perl 5.005.
+ Implemented autoloading of the RR subclasses.  This provides a
good sized speed bump, particually for applications that are not
persisant.
+ Cleaned up a few things with CERT RRs.
+ Removed use of $' from RR.pm for effciency reasons.  As a result,
for all RRs text following a ';' is considered a comment.  This
was originally only done in RR/SOA.pm.
+ Added method caching to AUTOLOAD subroutines.  This should provide
a modest speed bump.
+ The test suite has been greatly improved, though there is still
more to be done in this regard.
+ Added support for DNAME resource records.
+ Fixed edge case for queries that have no name.
+ Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:48:18

Modified files:
	x11/gtkmm      : Makefile 

Log message:
remove redundant post-extract, noted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/09 04:54:21

Modified files:
	x11/gtkmm      : Makefile distinfo 
Removed files:
	x11/gtkmm/patches: patch-src_editable_gen_h 

Log message:
update to gtkmm-1.2.10

Gtk::Editable: removed default arg values from implementation.
This allows it to build with gcc 3.1


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/09 05:53:10

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
install OpenBSDLib.tmpl


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/08/09 08:19:56

Modified files:
	.              : press.html 

Log message:
New location for 'IPSEC and Samba to Windows' article (spotted by  _azure <azure@osuny.co.uk>)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/09 08:35:43

Modified files:
	libexec/ld.so  : loader.c 

Log message:
Simplify.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/09 08:38:24

Modified files:
	libexec/ld.so/sparc: rtld_machine.c 

Log message:
Various fixes.
- JMP_SLOT relocations require a symbol lookup (duh).
- compress the nops to not dominate the code.
- reorder the installation of the pltgot and always install it when possible.


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/08/09 09:10:20

Modified files:
	sys/dev/raidframe: rf_declusterPQ.c rf_driver.c rf_layout.c 
	                   rf_openbsdkintf.c rf_reconstruct.c 

Log message:
Remove those noisy informational messages from dmesg.
Use the option RAIDDEBUG to get these.

Theo, thanks for suggesting.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/09 11:21:42

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
use Op for mdoc conformance; from esr@golux.thyrsus.com
ok aaron@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 11:40:23

Modified files:
	textproc/par   : Makefile 

Log message:
home page/master site moved


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/09 11:41:12

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
proxy vs. fake display


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 12:43:00

Modified files:
	devel/ffcall   : Makefile 
Removed files:
	devel/ffcall/patches: patch-autoconf_ltconfig 
	                      patch-autoconf_ltmain_sh 
	                      patch-avcall_Makefile_in 
	                      patch-callback_Makefile_in 
	                      patch-callback_trampoline_r_Makefile_in 
	                      patch-callback_vacall_r_Makefile_in 
	                      patch-trampoline_Makefile_in 
	                      patch-vacall_Makefile_in 

Log message:
- Consistently use in-tree libtool.
- Throw out humongous libtool patches.
- Replace patch orgy with simple variable override.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/09 13:07:53

Modified files:
	gnu/usr.bin/gas/config: tc-vax.c 

Log message:
Incorrect assembly statements are fatal errors, not warnings. Doh. How
someone could have written such logic is beyond me.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/09 14:24:43

Modified files:
	sys/arch/alpha/conf: Makefile.alpha 
	sys/arch/amiga/conf: Makefile.amiga 
	sys/arch/hp300/conf: Makefile.hp300 
	sys/arch/hppa/conf: Makefile.hppa 
	sys/arch/i386/conf: Makefile.i386 
	sys/arch/mac68k/conf: Makefile.mac68k 
	sys/arch/macppc/conf: Makefile.macppc 
	sys/arch/mvme68k/conf: Makefile.mvme68k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
	sys/arch/mvmeppc/conf: Makefile.mvmeppc 
	sys/arch/sparc/conf: Makefile.sparc 
	sys/arch/sparc64/conf: Makefile.sparc64 
	sys/arch/sun3/conf: Makefile.sun3 
	sys/arch/vax/conf: Makefile.vax 

Log message:
Add an explicit dependancy of assym.h to Makefile.
This makes sure it will be regenerated if you run config(8) again.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsyn@cvs.openbsd.org	2002/08/09 14:26:45

Modified files:
	games/rogue    : score.c 
	regress/lib/libc/getaddrinfo: gaitest.c 
	usr.bin/pmdb/arch/alpha: alpha_trace.c 
	sys/arch/vax/bi: bi.c kdb.c if_ni.c 
	sys/arch/vax/boot/boot: consio.c 
	sys/arch/vax/include: macros.h 
	sys/dev/pci    : pciide.c 

Log message:
Get rid of remaining __P usage (except for imported code);
ok millert@, rogue ok pjanzen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 15:01:50

Modified files:
	converters/mpack: Tag: OPENBSD_3_1 Makefile 
Added files:
	converters/mpack/patches: Tag: OPENBSD_3_1 patch-Makefile 
	                          patch-codes_c patch-decode_c 
	                          patch-magic_c patch-unixos_c 
	                          patch-unixpk_c patch-unixpk_man 
	                          patch-unixunpk_c patch-unixunpk_man 
Removed files:
	converters/mpack/patches: Tag: OPENBSD_3_1 patch-aa patch-ab 
	                          patch-ac 

Log message:
SECURITY fixes, submitted by Nick Nauwelaerts <nick@wanadoo.be>:
* Fix buffer overflow.  (Obtained from Debian)
* Strip leading "../" when creating new files.  (Obtained from Debian)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/09 15:26:15

Modified files:
	sys/arch/m68k/include: cacheops_30.h 

Log message:
two more cacheops noops; miod@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/09 15:26:43

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/patches: patch-examples_Makefile_in 
	                     patch-modules_basic_tables-big_i 
Added files:
	devel/pango/patches: patch-pango_Makefile_in 

Log message:
Update to 1.0.4, make library versioning controllable from the Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/09 15:28:09

Modified files:
	sys/arch/m68k/include: cacheops_60.h 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/09 15:28:59

Modified files:
	devel/atk      : Makefile distinfo 
	devel/atk/patches: patch-ltmain_sh 
	devel/atk/pkg  : PLIST 
Added files:
	devel/atk/patches: patch-atk_Makefile_in 

Log message:
Update to 1.0.3, make library versioning controllable from the Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/09 16:42:18

Modified files:
	share/man/man9 : extent.9 

Log message:
Be more explitic that extent_free on EX_NOCOALESCE extents (assuming
otherwise valid arguments) cannot fail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 17:45:35

Modified files:
	www/flashplugin: Makefile distinfo 

Log message:
Update to 5.0r50.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 18:41:12

Log message:
    Import perl module File-ReadBackwards 0.97.
    Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.
    
    This module reads a file backwards line by line. It is simple to use,
    memory efficient and fast. It supports both an object and a tied handle
    interface.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020810
    
    N ports/devel/p5-File-ReadBackwards/Makefile
    N ports/devel/p5-File-ReadBackwards/distinfo
    N ports/devel/p5-File-ReadBackwards/pkg/DESCR
    N ports/devel/p5-File-ReadBackwards/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 18:42:03

Modified files:
	devel          : Makefile 

Log message:
+p5-File-ReadBackwards


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/09 19:14:04

Modified files:
	audio/opennap  : Makefile distinfo 
	audio/opennap/patches: patch-configure 
	audio/opennap/pkg: DEINSTALL INSTALL PLIST 
Added files:
	audio/opennap/patches: patch-FAQ patch-Makefile_am 
	                       patch-Makefile_in patch-add_file_c 
	                       patch-browse_c patch-channel_c 
	                       patch-config_c patch-config_h_in 
	                       patch-configure_in patch-discipline_c 
	                       patch-download_c patch-fast_snprintf_c 
	                       patch-init_c patch-level_c patch-main_c 
	                       patch-metaserver_dsp patch-opennap_h 
	                       patch-ping_c patch-privmsg_c 
	                       patch-proxy-client_c patch-resume_c 
	                       patch-search_c 
	audio/opennap/pkg: MESSAGE 

Log message:
Update to 0.44 with some patches from CVS.

Notable changes to the port:
- creates opennap user/group to run as
- tons of bugfixes, improved performance
- no longer hardcodes SYSCONFDIR to /etc/opennap

Submitted by Jolan Luff <jolan@pellaeon.com>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/10 05:41:27

Modified files:
	textproc/scrollkeeper: Makefile 
	textproc/scrollkeeper/pkg: PLIST 
Added files:
	textproc/scrollkeeper/pkg: DEINSTALL 

Log message:
Add deinstall notice about removing the /var/lib/scrollkeeper directory.
Also move the scrollkeeper-update install invocation to pkg install
time.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/08/10 09:25:09

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/08/10 09:40:05

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
move section parameters more upwards, include section quick and logging
as a subsection (style changes later)

ok henning@, frantzen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 13:57:20

Modified files:
	x11/fltk       : Makefile distinfo 
	x11/fltk/patches: patch-Makefile 
	x11/fltk/pkg   : PFRAG.shared PLIST 
Added files:
	x11/fltk/patches: patch-makeinclude_in 
Removed files:
	x11/fltk/patches: patch-configure_in patch-src_Makefile 

Log message:
update to fltk-1.1.0rc5 and take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 13:58:52

Modified files:
	x11/flvw       : Makefile 
	x11/flvw/patches: patch-1_0_Makefile patch-1_0_configure 
	                  patch-1_0_configure_in 
	                  patch-1_0_makeinclude_in 
	                  patch-1_0_test_Makefile 

Log message:
update to use fltk 1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 14:04:16

Modified files:
	x11/fleditor   : Makefile distinfo 
	x11/fleditor/patches: patch-Makefile_in patch-configure 
	                      patch-configure_in 
	x11/fleditor/pkg: PFRAG.shared PLIST 

Log message:
Update to fleditor-0.4.4 (bugfix release)

+  Update to work with FLTK 1.1 and latest 2.x CVS.
+  Added workaround for strange focus behaviour when scrolling with
the scrollbar.  The text widget gets an unfocus when the scrollbar
is clicked, but then when you click back on the text, instead
of it getting a focus event, it gets another unfocus.  This makes
the cursor remain invisible when it shouldn't.
*  Fixes to scrollbar handling.
*  Fixed status panel on Fl_FancyEditor (positioning problem).


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 14:07:02

Modified files:
	devel/mysql++  : Makefile 
	devel/mysql++/patches: patch-doc_man-html_5_Class_html 
Added files:
	devel/mysql++/patches: patch-sqlplusint_connection1_hh 
	                       patch-sqlplusint_connection_cc 
	                       patch-sqlplusint_query1_hh 
	                       patch-sqlplusint_query2_hh 
	                       patch-sqlplusint_sql_query1_hh 
	                       patch-sqlplusint_sql_query_cc 

Log message:
fix X11 define/typedef clashes as used in mysqlgui with new fltk


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 14:10:24

Modified files:
	databases/mysqlgui: Makefile 
	databases/mysqlgui/patches: patch-Makefile patch-get_table_cc 
	                            patch-main_cc 
Added files:
	databases/mysqlgui/patches: patch-FL_editor_h 
	                            patch-Fl_NSlider_cc patch-do_sql_cc 
	                            patch-gif_cc patch-password_cc 

Log message:
update to use new fltk


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 14:12:36

Modified files:
	print/htmldoc  : Makefile distinfo 
	print/htmldoc/patches: patch-htmldoc_file_c 
	print/htmldoc/pkg: PLIST 
Added files:
	print/htmldoc/patches: patch-Makedefs_in patch-configure 
	                       patch-fonts_Makefile 

Log message:
update to htmldoc-1.8.20, works with new fltk


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/10 14:13:20

Modified files:
	x11/flwm       : Makefile 

Log message:
update to work with new fltk, ok jason@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/10 14:28:51

Modified files:
	usr.sbin/cron  : atrun.c crontab.c database.c entry.c 

Log message:
Just zero out pw_passwd in the pw_dup()'d copy.  There's no need
to do this elsewhere and my previous commit in this area caused
problems on systems with an /etc/crontab file.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/08/10 15:37:28

Modified files:
	usr.sbin/rdate : ntp.c ntpleaps.c rdate.c rfc868time.c 

Log message:
style; from thorsten


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/10 17:26:51

Modified files:
	net/mrtg/pkg   : DESCR 

Log message:
typo.
--
Pointed out by: Luiz Gustavo <gustavo@shoptime.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/10 17:48:38

Modified files:
	archivers/gtar/pkg: DEINSTALL 

Log message:
Add missing quotation marks. Ok naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/10 19:34:31

Modified files:
	usr.sbin/traceroute: traceroute.8 

Log message:
-m default from net.inet.ip.ttl MIB variable now; ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/10 19:45:26

Modified files:
	x11/ogle       : Makefile 

Log message:
remove dependency on binutils for the altivec FLAVOR.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	2002/08/10 20:20:24

Modified files:
	sys/kern       : sys_generic.c 

Log message:
SCARG cleanup; okay millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/10 23:59:28

Modified files:
	education/khangman: Makefile 
	education/khangman/pkg: DESCR 

Log message:
better


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/11 00:02:59

Modified files:
	education/khangman: Makefile 

Log message:
- fix comment
- simplify addition of png header path


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/11 05:03:28

Modified files:
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/patches: patch-demos_Makefile_in 
	x11/gtk+2/pkg  : PLIST PLIST-docs 
Added files:
	x11/gtk+2/patches: patch-contrib_gdk-pixbuf-xlib_Makefile_in 
	                   patch-gdk-pixbuf_Makefile_in 
	                   patch-gdk_Makefile_in patch-gtk_Makefile_in 

Log message:
Update to 2.0.6, make library versions controllable from the Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 06:13:16

Modified files:
	sys/arch/sparc/include: asm.h cdefs.h profile.h 

Log message:
Prepare for ELF.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 06:14:39

Modified files:
	sys/arch/sparc/sparc: amd7930intr.s bsd_fdintr.s 

Log message:
Use _C_LABEL for c labels.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 06:17:59

Modified files:
	lib            : Makefile 

Log message:
Sort: put libkvm where it belongs.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 06:19:47

Added files:
	sys/arch/sparc/stand/common: clean-elf.c 

Log message:
A horror hack for merging the .text and .rodata sections in elf
binaries so that we can use objcopy to convert them to a.out.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 06:20:43

Modified files:
	sys/arch/sparc/stand/common: srt0.S 

Log message:
_C_LABEL where necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 06:21:33

Modified files:
	sys/lib/libkern/arch/sparc: Makefile.inc divrem.m4 

Log message:
Use _C_LABEL for c symbols.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/11 06:54:32

Modified files:
	sys/kern       : Tag: OPENBSD_3_0 sys_generic.c 

Log message:
Errata #031 (provos):
SCARG cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/11 10:33:15

Modified files:
	etc            : services 

Log message:
Add pptp; reinhard@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/11 10:50:26

Modified files:
	lib/libc/sys   : intro.2 

Log message:
Sync limits described by EFBIG and ELOOP with current reality; from NetBSD.
miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/11 10:51:04

Modified files:
	libexec/ld.so  : dlfcn.c loader.c resolve.c resolve.h 
	libexec/ld.so/alpha: rtld_machine.c 
	libexec/ld.so/powerpc: rtld_machine.c 
	libexec/ld.so/sparc: rtld_machine.c 
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD
ELF dynamic systems. This was due to an oddity in ELF where the address of
fuctions refer to the PLT address in the program, rather than the actual
function address.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/11 11:14:55

Modified files:
	sys/kern       : Tag: OPENBSD_3_1 sys_generic.c 

Log message:
PUll in patch from current:
SCARG cleanup; okay millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/11 11:22:38

Modified files:
	.              : errata.html errata30.html security.html 

Log message:
New errata...


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/11 12:17:32

Modified files:
	usr.sbin/traceroute: traceroute.8 

Log message:
document other ICMP redirect code strings; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/11 12:41:17

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/alpha: ldasm.S 
	libexec/ld.so/powerpc: ldasm.S 
	libexec/ld.so/sparc: ldasm.S 
	libexec/ld.so/sparc64: ldasm.S 

Log message:
The parameter dynp was never used, rather than pass in a dummy on most
archs and a nasty calcuation on others, remove the parameter.


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/08/11 14:02:06

Modified files:
	sys/arch/vax/boot/xxboot: bootxx.c 

Log message:
Restore support for loading elf boot:
- compiles again
- already tested
- less to upgrade later


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/08/11 14:50:54

Modified files:
	net/nmap       : Makefile distinfo 
	net/nmap/patches: patch-Makefile_in patch-nbase_Makefile_in 

Log message:
update to 3.00; ok bmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	provos@cvs.openbsd.org	2002/08/11 15:01:28

Modified files:
	.              : errata.html errata30.html security.html 

Log message:
fix; its only select


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/08/11 15:44:58

Modified files:
	bin/ksh        : config.h 

Log message:
enable COMPLEX_HISTORY.   sh/ksh history will now work
as described in the man page.   OK millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/11 15:52:56

Added files:
	advisories     : select.txt 

Log message:
Advisory du jour, per provos@ request.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 16:32:31

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
Add two missing vfs_busy calls in the failure path of sysctl_vnode.
Found by aaron@

NOTE - I think we need a mount-point iterator just like we have
NOTE - vfs_mount_foreach_vnode. (btw. why don't we use foreach_vnode in here?)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 16:48:05

Modified files:
	.              : Makefile 

Log message:
Let cross-sparc use new bintuils.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 16:51:48

Modified files:
	gnu/usr.bin/binutils: Makefile.bsd-wrapper 
	gnu/usr.bin/binutils/bfd: config.bfd 
	gnu/usr.bin/binutils/gas: configure configure.in 
	gnu/usr.bin/binutils/gdb/config/sparc: nm-obsd.h 
	gnu/usr.bin/binutils/ld: configure.tgt 

Log message:
Switch sparc binutils to ELF.
XXX - we might want to improve the version selection logic when feeding
those diffs back to FSF, but we can't do that until we bump our version
to OpenBSD 3.2 because then the tree wouldn't build.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 16:55:55

Modified files:
	gnu/egcs/gcc   : config.gcc 
	gnu/egcs/gcc/config/sparc: openbsd.h 

Log message:
Switch sparc to ELF.

XXX - we might want to improve the logic of selection of ELF vs. a.out
when we bump our version to 3.2, before feeding those changes to FSF.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 16:58:06

Modified files:
	lib/csu/sparc  : Makefile crt0.c 

Log message:
Adapt sparc crt* to how things are done on our other ELF architectures.
Some parts of crt0.c are from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:01:31

Modified files:
	lib/libc/arch/sparc: SYS.h 
	lib/libc/arch/sparc/sys: cerror.S 

Log message:
Two touches to make this work with ELF.
- use _C_LABEL(__cerror) and not cerror to avoid polluting the name space.
- Use weak symbols for libc_r syscalls.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:04:11

Modified files:
	sys/arch/sparc/conf: Makefile.sparc 

Log message:
Change to ELF-style linking.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:05:20

Modified files:
	sys/arch/sparc/include: db_machdep.h 

Log message:
ELF support for DDB.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:06:03

Modified files:
	sys/arch/sparc/include: exec.h 

Log message:
NATIVE_EXEC_ELF for sparc and ELF reloaction types.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:07:35

Modified files:
	sys/arch/sparc/sparc: locore.s 

Log message:
ELF support.
- _C_LABEL where needed
- Rename syscall to _C_LABEL(_syscall) to avoid name conflict with
_C_LABEL(syscall) (this one was a real nightmare to find).


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:11:22

Modified files:
	sys/arch/sparc/stand/boot: Makefile boot.c 
	sys/arch/sparc/stand/bootxx: Makefile bootxx.c 
Added files:
	sys/arch/sparc/stand/boot: loadfile.c 

Log message:
ELF support in sparc bootblocks.
Loadfile is from alpha, but heaviliy hacked here.
The build is done by building elf versions of boot and bootxx, then
merging the .rodata and .text sections into .text with a horrible hack
and then using objcopy to convert that into a.out.

Maybe someone will want to fix installboot to deal with ELF instead, but
I won't be that someone in the nearest future.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:13:10

Modified files:
	share/mk       : bsd.own.mk 

Log message:
ELF_TOOLCHAIN on sparc.
Also, sparc/ELF needs -KPIC for ASPICFLAG just like sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 17:14:55

Modified files:
	distrib/sets/lists/comp: md.sparc 

Log message:
A good guess about what needs updating for sparc/ELF. This is not
complete, documentation is missing, but I'll let someone who knows
the sets fix this properly.

Those pieces at least allow me to finish a usable snapshot.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 18:25:26

Modified files:
	sys/arch/sparc/stand/common: version.c 

Log message:
Bump version to 2.2. Suggested by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/11 18:41:11

Modified files:
	sys/arch/sparc/stand/common: promdev.c 

Log message:
During prompts on sun4 class machines, disable local echo to prevent
ddoouubbllyy written characters.
Modeled from the kernel's prom console routines.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/11 18:42:56

Modified files:
	bin/csh        : dir.c 
	games/monop    : cards.c 
	lib/libpcap    : optimize.c 
	sbin/ncheck_ffs: ncheck_ffs.c 
	sbin/restore   : symtab.c 
	usr.bin/compress: gzopen.c 
	usr.bin/file   : apprentice.c 
	usr.bin/mail   : cmd3.c vars.c 
	usr.bin/make   : stats.c 
	usr.bin/newsyslog: newsyslog.c 
	usr.bin/sup/src: supmsg.c 
	usr.bin/window : wwopen.c 
	usr.sbin/user  : defs.h 

Log message:
Swap args to calloc(3) so they are in the correct order; art@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 18:54:25

Log message:
    initial import of chora-1.1
    
    --
    Chora is a tool for viewing code repositories that are managed using
    the CVS source control system.  It aims to provide a high degree of
    integration with CVS and the other Horde web-based tools.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2002-08-11
    
    N ports/devel/chora/Makefile
    N ports/devel/chora/distinfo
    N ports/devel/chora/pkg/MESSAGE
    N ports/devel/chora/pkg/DESCR
    N ports/devel/chora/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/11 18:55:01

Modified files:
	sys/arch/sparc/sparc: locore.s 

Log message:
Provide type information for a few symbols that userland needs.
vmstat -i works again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 18:55:46

Modified files:
	devel          : Makefile 

Log message:
+ chora


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 18:56:51

Modified files:
	devel/horde    : Makefile 

Log message:
horde doesnt need to depend on imap or mysql anymore


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 18:58:23

Modified files:
	mail/imp       : Makefile 
	mail/imp/pkg   : MESSAGE 

Log message:
- use HORDE_NAME, HORDE_MODULE variables
- add dependency on php-imap module


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:04:30

Modified files:
	devel/chora/pkg: PLIST 

Log message:
remove bad substitution


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/11 19:05:23

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/alpha: archdep.h 
	libexec/ld.so/powerpc: archdep.h 
	libexec/ld.so/sparc: archdep.h 
	libexec/ld.so/sparc64: archdep.h 

Log message:
Add support for REL type relocations, all currently supported arch
use only RELA type relocations, but that could change. ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:11:46

Log message:
    import turba-1.1
    --
    
    Turba is the Horde contact management application.  It makes heavy
    use of the Horde framework to provide integration with other
    applications such as the IMP webmail system.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2002-08-11
    
    N ports/www/turba/Makefile
    N ports/www/turba/distinfo
    N ports/www/turba/pkg/MESSAGE
    N ports/www/turba/pkg/DESCR
    N ports/www/turba/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:12:30

Modified files:
	www            : Makefile 

Log message:
+ turba


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:13:59

Modified files:
	mail/imp       : Makefile 
	mail/imp/pkg   : MESSAGE 

Log message:
better MESSAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:14:19

Modified files:
	devel/chora    : Makefile 
	devel/chora/pkg: MESSAGE 

Log message:
better MESSAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:21:20

Log message:
    import kronolith-1.0
    --
    
    Kronolith is the Horde calendar application. It provides a stable
    and featureful individual calendar system for every Horde user, and
    collaboration/scheduling features are starting to take shape. It
    makes extensive use of the Horde Framework to provide integration
    with other applications.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2002-08-11
    
    N ports/www/kronolith/Makefile
    N ports/www/kronolith/distinfo
    N ports/www/kronolith/pkg/MESSAGE
    N ports/www/kronolith/pkg/DESCR
    N ports/www/kronolith/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:21:46

Modified files:
	www            : Makefile 

Log message:
+kronolith


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:28:32

Log message:
    import nag-1.0
    --
    
    Nag is the Horde task list application. It stores todo items, things
    due later this week, etc. It is very similar in functionality to
    the Palm ToDo application.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2002-08-11
    
    N ports/www/nag/Makefile
    N ports/www/nag/distinfo
    N ports/www/nag/pkg/MESSAGE
    N ports/www/nag/pkg/DESCR
    N ports/www/nag/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 19:29:08

Modified files:
	www            : Makefile 

Log message:
+ nag


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/11 20:31:01

Modified files:
	sys/dev/rasops : rasops.c rasops.h 

Log message:
Add a callback routine for when the cursor position is updated (this allows
for updating prom cursor locations).


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/11 20:31:43

Modified files:
	usr.bin/rsh    : rsh.c 

Log message:
die if FD_SET overruns.  (i don't have enough motive to change it to malloc
fd_set, rsh should be in graveyard)


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/11 20:36:25

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
SO_DONTROUTE on receive socket is not needed; ok itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/11 20:40:52

Modified files:
	usr.sbin/traceroute: traceroute.c traceroute.8 

Log message:
!X for 3/13 (administratively prohibited); ok itojun@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 22:27:42

Modified files:
	www/php4/core  : Makefile 
	www/php4/core/patches: patch-ltmain_sh patch-php_ini-dist 
	                       patch-php_ini-recommended 
	www/php4/core/pkg: INSTALL PLIST 
Added files:
	www/php4/core/files: phpxs 
Removed files:
	www/php4/core/files: php4-enable 

Log message:
- remove dependency on external libtool
- ltmain patch no longer needed
- move the php.ini extension lines to the end of the file
- introduce a new 'phpxs' command which enables/disables
modules from a shell without needing to manually edit php.ini
- libphp4.so now installs into the same module dir as the extensions
- php4-enable is now done by 'phpxs -s' so remove it

tested by wilfried@, feedback from naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/11 22:30:21

Modified files:
	www/php4/extensions: Makefile 
	www/php4/extensions/pkg: MESSAGE 
Added files:
	www/php4/extensions/patches: patch-aclocal_m4 
	                             patch-ext_snmp_config_m4 

Log message:
- mcrypt now lib_depends on libtool since it uses libltdl
- patch for snmp to link with libdes
- stop libtool from helpfully mangling the ld.so hints file with
crap from the ports build directory by removing the finish_command
- MESSAGE file reflects phpxs command


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/12 00:59:46

Modified files:
	sys/scsi       : sd.c 

Log message:
initialize part earlier in case of debugging.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 04:44:04

Modified files:
	sys/dev/sun    : sunkbdreg.h sunkbdvar.h 
	sys/arch/sparc/conf: GENERIC RAMDISK SUN4 SUN4C SUN4M 
	                     files.sparc 
	sys/arch/sparc/dev: bt_subr.c btvar.h bwtwo.c cgeight.c cgfour.c 
	                    cgfourteen.c cgfourteenreg.h cgsix.c 
	                    cgsixreg.h cgthree.c cgtwo.c fb.c p9100.c 
	                    tcx.c tcxreg.h zs.c 
	sys/arch/sparc/include: conf.h cpu.h fbvar.h psl.h 
	sys/arch/sparc/sparc: autoconf.c clock.c conf.c intr.c 
Added files:
	sys/arch/sparc/dev: cgtwelve.c cgtwelvereg.h cgtworeg.h cons.h 
	                    z8530kbd.c z8530reg.h z8530sc.c z8530sc.h 
	                    z8530tty.c zs_kgdb.c 
	sys/arch/sparc/include: z8530var.h 
Removed files:
	sys/arch/sparc/dev: cgfourteenvar.h cons.c kbd.c ms.c pfour.c 
	sys/arch/sparc/include: cgtworeg.h fbio.h kbd.h kbio.h 
	                        vuid_event.h 

Log message:
Convert sparc console code from rcons and pseudo-devices to rasops and wscons.
For most framebuffers it is faster.

Other changes include:
o 24 bit support in tcx(4) for the S24 framebuffer
o accelerated cgsix(4) text console
o new cgtwelve(4) driver for the GS framebuffer
o improved serial driver code
o better keyboard support

The following framebuffers have not been tested but should work: cgfour,
cgeight and cgfourteen

These changes will require XF4 changes, to use Xwsfb instead of Xsun*, to be
commited later today.

Most of the work by me during the LSM and the week after, with code borrowed
from jason@, NetBSD (new serial code), and feedback from mickey@. Work on
pnozz(4) done by millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 04:45:06

Modified files:
	etc            : MAKEDEV.mi 
	etc/etc.sparc  : fbtab ttys MAKEDEV.md 

Log message:
MAKEDEV and /etc/* changes for wscons on sparc


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 04:46:00

Modified files:
	etc/etc.sparc  : MAKEDEV 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/12 04:46:35

Modified files:
	usr.bin/ssh    : ssh-agent.c 
	usr.bin/ssh/ssh-agent: Makefile 

Log message:
make ssh-agent setgid, disallow ptrace.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 04:47:43

Modified files:
	distrib/special/kbd: Makefile 
	sbin/kbd       : Makefile 
Removed files:
	sbin/kbd       : kbd_sparc.c 

Log message:
Enable wscons code on sparc, and let kbd_sparc.c die

Modified files:
	sbin/wsconsctl : Makefile 

Log message:
Build the wscons utilities on sparc, too

Modified files:
	usr.sbin/screenblank: Makefile 

Log message:
screenblank is replaced by the wscons built-in burner facility on sparc

Modified files:
	usr.sbin/wsconscfg: Makefile 

Log message:
Build the wscons utilities on sparc too


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 04:48:21

Modified files:
	share/man/man4 : wsdisplay.4 wskbd.4 
	share/man/man4/man4.sparc: Makefile bwtwo.4 cgeight.4 cgfour.4 
	                           cgfourteen.4 cgsix.4 cgthree.4 
	                           cgtwo.4 pnozz.4 tcx.4 zs.4 
Added files:
	share/man/man4/man4.sparc: cgtwelve.4 
Removed files:
	share/man/man4/man4.sparc: kbd.4 ms.4 

Log message:
Manual pages update to reflect the sparc wscons changes.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 04:48:26

Modified files:
	faq/ja         : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 04:49:01

Modified files:
	distrib/notes/sparc: hardware 

Log message:
Sync hardware list with the current state of the code.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 04:53:15

Modified files:
	es             : anoncvs.html donations.html errata.html 
	                 errata30.html events.html index.html 
	                 macppc.html plus27.html plus28.html press.html 
	                 security.html sparc64.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 04:54:35

Modified files:
	openssh/es     : faq.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 04:55:22

Modified files:
	faq/es         : faq2.html faq8.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 04:57:10

Modified files:
	nl             : 26.html 29.html 30.html 31.html ftp.html 
	                 goals.html index.html items.html report.html 
Added files:
	nl             : anoncvs.html why-cvs.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 05:00:14

Modified files:
	openssh/nl     : faq.html index.html report.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/12 05:07:47

Modified files:
	.              : sparc.html 

Log message:
Sync supported hardware list with recent changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/08/12 05:37:03

Modified files:
	net/pfstat     : Makefile distinfo 

Log message:
Update to 1.1
- get rid of X11/Xpm dependencies (not needed with -current gd)
- add graph generation example to man page (-c -d at the same time)
- open /dev/pf read-write, which is neccessary in 3.0
- change a counter to u_int64_t so it doesn't overflow
Thanks to wilfried@, Philipp Morger, Jolan Luff, Rodolphe Ortalo
for feedback.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2002/08/12 08:32:44

Modified files:
	sys/kern       : sys_generic.c 

Log message:
Missing FRELE() call on writev(2) error condition; art@ ok.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/08/12 08:34:52

Modified files:
	xc/config/cf   : OpenBSD.cf xfree86.cf 
	xc/programs/Xserver/hw/xfree86/loader: elfloader.c 
	xc/programs/Xserver/hw/xfree86/os-support: Imakefile 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: Imakefile 
	                                               bsdResource.c 
	xc/programs/Xserver/hw/xfree86/os-support/bus: Imakefile Pci.h 
	                                               xf86Sbus.h 

Log message:
sparc wsfb diffs from matthieu; ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/08/12 09:58:15

Modified files:
	net/nmap       : Makefile 

Log message:
oops, comment was too long;
pointed out by Louis Bertrand <louis@bertrandtech.on.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/12 10:18:59

Modified files:
	sys/dev/sbus   : cgsixreg.h cgsix.c cgthree.c bwtwo.c 

Log message:
Update rom cursor position if we're the console framebuffer


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/12 10:35:40

Modified files:
	sys/arch/sparc/include: cpu.h 
	sys/arch/sparc/sparc: machdep.c 

Log message:
Neuter the machdep.vsyncblank sysctl, as this setting is now controlled
by wsconsctl.
ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/12 10:40:51

Modified files:
	sys/arch/sparc64/fpu: fpu.c 

Log message:
Remove a large chunk of `#ifdef notyet' code


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/12 10:41:25

Modified files:
	sys/net        : pfvar.h pf_ioctl.c pf.c 

Log message:
Use state tree instead of separate (flat) list to find NAT proxy ports,
allows to use the same proxy port with different external peers.
From Ryan McBride


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 10:52:25

Modified files:
	de             : errata.html errata30.html security.html 

Log message:
select bug


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/12 11:22:30

Modified files:
	de             : press.html sparc.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/12 11:30:35

Modified files:
	usr.bin/ssh    : ssh.1 sshd.8 sshd_config.5 

Log message:
more PermitUserEnvironment; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/12 13:26:14

Modified files:
	graphics/mplex : Makefile 

Log message:
take over maintainership; ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/12 13:33:31

Modified files:
	graphics/mplex/patches: patch-inptstrm_c patch-interact_c 
	                        patch-main_c patch-multplex_c 
Added files:
	graphics/mplex/patches: patch-bitstrm_c patch-bitstrm_h 
	                        patch-buffer_c patch-main_h 
	                        patch-systems_c 

Log message:
- pull in missing prototypes.
- fix format strings.
- remove unnecessary statics from headers, reduce executable size.
- disable insane verbosity that just slows down encoding.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/12 13:36:05

Modified files:
	sbin/pfctl     : parse.y 

Log message:
Catch null pointer deref (segfault), from wilfried@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/12 14:43:13

Modified files:
	usr.sbin/traceroute: traceroute.8 

Log message:
missing period


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/08/12 16:49:35

Log message:
    Initial import of www/tinyproxy from Margarida Sequeira
    --
    tinyproxy is a GPLed, lightweight HTTP/SSL proxy. Designed from the ground
    up to be fast and yet small, it is an ideal solution for sites where a
    full-featured HTTP proxy is required, but the system resources required to
    run a more demanding HTTP proxy are unavailable. tinyproxy is fully compatible
    with all existing web browsers, and has a number of useful features.
    
    Status:
    
    Vendor Tag:	couderc
    Release Tags:	couderc_2002-Aug-13
    
    N ports/www/tinyproxy/Makefile
    N ports/www/tinyproxy/distinfo
    N ports/www/tinyproxy/pkg/DESCR
    N ports/www/tinyproxy/pkg/PLIST
    N ports/www/tinyproxy/pkg/INSTALL
    N ports/www/tinyproxy/pkg/DEINSTALL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/08/12 16:54:00

Modified files:
	www            : Makefile 

Log message:
Add tinyproxy


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/12 20:05:56

Modified files:
	sys/arch/macppc/stand: boot.c 

Log message:
Remove some unused prototypes, KNF.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2002/08/12 20:12:47

Modified files:
	.              : anoncvs.shar 

Log message:
Fix instructions:
o the only thing we need in /usr/bin is cvs (not rcs, not diff)
o the only libs we need are those used by cvs so talk about ldd
o source tree takes up 1.6GB now


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/12 20:21:40

Modified files:
	etc            : services 

Log message:
By request, add imaps and pop3s (TLS/SSL imap and pop3) from IANA.
There are other TLS/SSL services we could add if desired.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/12 20:59:59

Modified files:
	gnu/usr.bin/perl/ext/File/Glob: bsd_glob.c 

Log message:
Update bsd_glob.c with fixes from perl 5.8.0 that are based on our glob.c.
From Solar Designer


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/12 21:44:48

Modified files:
	sys/arch/hppa/hppa: db_interface.c 

Log message:
remove a bogus extern, move another into another scope


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/12 21:49:51

Modified files:
	sys/dev/ic     : if_wi.c if_wi_hostap.c if_wireg.h 

Log message:
change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD.
The reason for this is that it is possible in the future to have
wi(4) be a real AP using the AP tertiary firmware.
mickey@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/12 23:23:06

Modified files:
	lib/libc/arch/hppa/string: bcopy.m4 

Log message:
forgot to fix this while was fixing copy_on_fault shitz


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/12 23:24:22

Modified files:
	sys/lib/libkern/arch/hppa: bcopy.m4 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/12 23:27:44

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
hypasupadupacarefulness in spstrcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/13 01:00:51

Modified files:
	sys/arch/hppa/hppa: db_disasm.c trap.c 

Log message:
reset iir in the frame on _onfault handling, for mr.ddb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 09:17:38

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/08/15 09:25:24

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
unbreak X; pointed out by miod@ and wilfried@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/15 09:41:36

Modified files:
	sys/arch/sparc/stand/common: promdev.c 

Log message:
One line fix to make boot link from miod whose main NFS server
is down at the moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/08/15 09:49:33

Modified files:
	usr.sbin/httpd/src/main: http_log.c 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/08/15 09:50:20

Modified files:
	distrib/notes  : README.sparc 
	distrib/sets/lists/xbase: md.sparc 
	distrib/sets/lists/xserv: md.sparc 

Log message:
Update for sparc X changes; from miod@
OK fries@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/08/15 09:55:24

Added files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc: 
	                                                          XF86Config 

Log message:
default sparc XF86Config; from miod@
fries@ OK


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/08/15 09:56:41

Modified files:
	.              : Makefile 

Log message:
install /etc/X11/XF86Config on sparc too


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/08/15 10:06:11

Modified files:
	usr.sbin/httpd/src/modules/standard: mod_alias.c mod_auth.c 
	                                     mod_auth_db.c 
	                                     mod_auth_dbm.c mod_mime.c 
	                                     mod_rewrite.c mod_so.c 
	                                     mod_userdir.c 
	                                     mod_vhost_alias.c 

Log message:
$OpenBSD$ for modules with local changes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 11:01:39

Modified files:
	sys/arch/alpha/pci: pci_eb164_intr.s 

Log message:
fix END() label


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 11:28:05

Modified files:
	distrib/sets/lists/comp: md.alpha 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/15 12:41:36

Modified files:
	graphics/xmms-kj: Makefile 
	graphics/xmms-kj/patches: patch-makefile 

Log message:
- honor CFLAGS.
- new png.h header path.
from naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/15 12:51:28

Modified files:
	textproc/antiword: Makefile distinfo 
	textproc/antiword/patches: patch-antiword_h 
	textproc/antiword/pkg: PLIST 

Log message:
antiword-0.33 update

- dropped extraneous share/antiword/resources -> share/antiword


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/15 13:00:40

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/pkg: DESCR 

Log message:
added vorbis flavor

Prior to this patch, mplayer is incompatible of recognizing an AVI/MPEG4
(DivX) encoded with oggvorbis audio codec.  It will refuse to play the
movie, as it is unrecognized.  This patch allows these types of AVIs to
play.

ok maintainer, pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/15 13:32:23

Added files:
	x11/flvw/patches: patch-1_0_test_testtable2_cxx 

Log message:
makes regress work


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 15:49:40

Modified files:
	usr.bin/lock   : lock.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/15 16:56:03

Modified files:
	distrib/miniroot: install.sub 

Log message:
Fix a problem with re-started installs that caused the domain
name to be repeatedly appended to the host name. Simply strip
the domain name from the host name read from /tmp/myname.

Problem noted by Nick Holland.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 17:24:45

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
re-org rcc devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 17:24:49

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/08/15 18:16:45

Modified files:
	.              : plus.html 

Log message:
more notes; andre@ae-35.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/08/15 19:18:51

Modified files:
	devel/jdk/1.4-linux/pkg: PLIST 

Log message:
remove package conflicts.
--
Pointed out by Christian Edward Gruber <cgruber@israfil.net>.


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/15 19:59:41

Modified files:
	lib/libcurses  : Makefile 

Log message:
use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC.
ok art@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/15 20:04:58

Modified files:
	.              : Makefile 

Log message:
- add cross-distrib target to cross-compile the world (except gnu)
- add cross-obj, cross-depend, cross-clean and cross-cleandir targets
- add dependencies between the cross-tools targets
- simplify cross-binutils
- build a cross c++ compiler
- use distribution-etc-root-var in etc for preparing ${CROSSDIR}

ok art@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/15 20:06:43

Modified files:
	sys/arch/sparc/dev: fb.c 

Log message:
Scale back rows and columns if the font would not otherwise fit on the
display. Otherwise, we would panic in wsdisplay_cnattach().  miod@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/15 20:54:55

Modified files:
	sys/dev/sbus   : cgsix.c 

Log message:
Turn OFF (not ON) acceleration if revision < 5


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/16 03:32:39

Modified files:
	sys/netinet    : ip_gre.c 

Log message:
pass unprocessed GRE packet to raw ip socket.  binkertn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/08/16 08:14:03

Modified files:
	sbin/pfctl     : parse.y 

Log message:
kill duplicated check for '(' and ')' in allowed_in_string


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/16 11:51:44

Modified files:
	share/man/man9 : Makefile 
Added files:
	share/man/man9 : rasops.9 

Log message:
Man page for rasops from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/16 12:55:42

Modified files:
	sys/arch/sparc/dev: cs4231.c 

Log message:
remove debugging code


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/16 13:02:17

Modified files:
	sys/arch/sparc64/dev: ce4231.c 

Log message:
remove debugging code


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/16 13:20:54

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/pkg: DESCR 

Log message:
Build vorbis support in by default and remove the flavor.
It is not clear when vorbis is needed to play some files, so to
pertain the full player functionality, this is required.
ok wcobb, mark


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2002/08/16 13:34:23

Modified files:
	distrib/sets/lists/base: Tag: OPENBSD_3_0 mi 
	distrib/sets/lists/man: Tag: OPENBSD_3_0 mi 

Log message:
sync set lists, adds missing OpenSSH files.
--
Ok'd by: miod@ and jason@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2002/08/16 13:35:54

Modified files:
	distrib/sets/lists/base: Tag: OPENBSD_3_1 mi 
	distrib/sets/lists/man: Tag: OPENBSD_3_1 mi 

Log message:
sync set lists, adds missing OpenSSH files.
--
Ok'd by: miod@ and jason@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 13:49:27

Modified files:
	www/konqueror-embedded: Makefile 
	x11/kde/libs2  : Makefile 
	x11/kde/libs3  : Makefile 
Added files:
	www/konqueror-embedded/patches: 
	                                patch-konq-embed_kdesrc_kssl_kopenssl_cc 
	                                patch-konq-embed_kdesrc_kssl_kopenssl_h 
	                                patch-konq-embed_kdesrc_kssl_ksslcertificate_cc 
	x11/kde/libs2/patches: patch-kssl_kopenssl_cc 
	                       patch-kssl_kopenssl_h 
	                       patch-kssl_ksslcertificate_cc 
	x11/kde/libs3/patches: patch-kio_kssl_kopenssl_cc 
	                       patch-kio_kssl_kopenssl_h 
	                       patch-kio_kssl_ksslcertificate_cc 

Log message:
Bring in fix for KSSL sub-system.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/16 14:01:55

Modified files:
	shells/zsh/stable: Makefile distinfo 
	shells/zsh/stable/patches: patch-Completion_BSD_Command__bsd_pkg 
	shells/zsh/stable/pkg: PLIST 

Log message:
update zsh/stable to 4.0.6; hey, am I supposed to be on vacation?


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 14:05:08

Modified files:
	www/konqueror-embedded: Tag: OPENBSD_3_1 Makefile 
	x11/kde/libs2  : Tag: OPENBSD_3_1 Makefile 
	x11/kde/libs3  : Tag: OPENBSD_3_1 Makefile 
Added files:
	www/konqueror-embedded/patches: Tag: OPENBSD_3_1 
	                                patch-konq-embed_kdesrc_kssl_kopenssl_cc 
	                                patch-konq-embed_kdesrc_kssl_kopenssl_h 
	                                patch-konq-embed_kdesrc_kssl_ksslcertificate_cc 
	x11/kde/libs2/patches: Tag: OPENBSD_3_1 patch-kssl_kopenssl_cc 
	                       patch-kssl_kopenssl_h 
	                       patch-kssl_ksslcertificate_cc 
	x11/kde/libs3/patches: Tag: OPENBSD_3_1 
	                       patch-kio_kssl_kopenssl_cc 
	                       patch-kio_kssl_kopenssl_h 
	                       patch-kio_kssl_ksslcertificate_cc 

Log message:
MFC:
Bring in fix for KSSL sub-system.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/16 14:18:01

Modified files:
	shells/zsh/stable: Makefile 

Log message:
while I'm at it, enable maildir support here too.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/16 14:21:26

Modified files:
	ja             : errata.html errata30.html security.html 

Log message:
select bug


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/16 14:22:05

Modified files:
	openssh/ja     : faq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 16:33:21

Modified files:
	x11/kde/arts3  : Makefile 
Added files:
	x11/kde/arts3/patches: patch-soundserver_Makefile_in 
	                       patch-soundserver_artsd_cc 
	                       patch-soundserver_artswrapper_c 

Log message:
- remove suid bit to prevent local DoS
- fix format string bug


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/16 16:47:25

Modified files:
	sys/crypto     : xform.c 

Log message:
fix size in MALLOC/bzero call, from sam@errno.com, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 17:00:34

Modified files:
	x11/kde/arts3  : Tag: OPENBSD_3_1 Makefile 
Added files:
	x11/kde/arts3/patches: Tag: OPENBSD_3_1 
	                       patch-soundserver_Makefile_in 
	                       patch-soundserver_artsd_cc 
	                       patch-soundserver_artswrapper_c 

Log message:
MFC:
- remove suid bit to prevent local DoS
- fix format string bug


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 17:04:06

Modified files:
	x11/kde/network3: Tag: OPENBSD_3_1 Makefile distinfo 

Log message:
fix ktalkd issue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 17:21:45

Modified files:
	x11/kde/libs3/patches: Tag: OPENBSD_3_1 
	                       patch-kio_kssl_kopenssl_cc 
	                       patch-kio_kssl_kopenssl_h 

Log message:
fix offsets


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 17:23:00

Modified files:
	x11/kde/libs2/patches: Tag: OPENBSD_3_1 patch-configure_in 
	x11/kde/libs3/patches: Tag: OPENBSD_3_1 patch-configure_in 

Log message:
MFC:
fix IPv6 getaddrinfo test


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	2002/08/16 17:45:41

Modified files:
	openssh        : ftp.html portable.html 

Log message:
argentina mirror is gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:08:05

Modified files:
	textproc/sablotron: Makefile distinfo 
	textproc/sablotron/patches: patch-configure 
	textproc/sablotron/pkg: PFRAG.shared PLIST 
Added files:
	textproc/sablotron/patches: patch-src_engine_expr_cpp 
	                            patch-src_engine_proc_cpp 
	                            patch-src_engine_sxpath_h 
	                            patch-src_engine_verts_cpp 

Log message:
update to sablotron-0.95, now with a complete xslt-1.0 implementation


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:33:33

Added files:
	www/php4/extensions/patches: patch-ext_xslt_sablot_c 

Log message:
patch for sablotron-0.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:33:58

Modified files:
	www/php4/extensions: Makefile 

Log message:
update sablotron lib_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:39:26

Modified files:
	www/php4/core/files: phpxs 
	www/php4/core/patches: patch-php_ini-dist 
	                       patch-php_ini-recommended 

Log message:
- turn off transsid by default
- add license to phpxs


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:40:15

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
add MASTER_SITE_HORDE, ok naddy/pval


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:43:24

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:51:08

Modified files:
	devel/chora    : Makefile 
	devel/horde    : Makefile 
	mail/imp       : Makefile 
	www/kronolith  : Makefile 
	www/nag        : Makefile 
	www/turba      : Makefile 

Log message:
use MASTER_SITE_HORDE


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:55:38

ports/textproc/p5-XML-Sablotron/patches

Update of /cvs/ports/textproc/p5-XML-Sablotron/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13587/patches

Log Message:
Directory /cvs/ports/textproc/p5-XML-Sablotron/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/16 19:56:14

Modified files:
	textproc/p5-XML-Sablotron: Makefile distinfo 
Added files:
	textproc/p5-XML-Sablotron/patches: patch-Makefile_PL 

Log message:
update to p5-XML-Sablotron-0.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/16 23:11:09

Modified files:
	audio/rplay    : Makefile 
	audio/rplay/patches: patch-configure patch-doc_Makefile.in 
	                     patch-doc_RPLAY.texi patch-doc_RPTP.texi 
	                     patch-doc_librplay.texi 
	                     patch-doc_rplayd.texi 
	                     patch-include_config.h.in 
	                     patch-librplay_Makefile.in 
	                     patch-rplayd_Makefile.in 
	                     patch-rplayd_cdrom.c 
	audio/rplay/pkg: DEINSTALL INSTALL 

Log message:
- respect SYSCONFDIR
- add RCS ids to patches


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/08/17 04:37:41

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
new users & groups in -current
ok pb@, jufi@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/17 08:06:40

Modified files:
	es             : errata.html errata30.html security.html 
	                 sparc.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/17 08:09:57

Modified files:
	openssh/es     : ftp.html portable.html 

Log message:
Argentina mirror gone


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:35:48

Modified files:
	sys/dev/pci    : isp_pci.c 

Log message:
Set all 23XX cards as 'touched' (we have trouble, unpredictably, about
running ABOUT FIRMWARE with some that were started by BIOS downloads).

Fix the incorrect parsing of the Risc2Host isr. For RIO_16,
fast posting command completion, and fast post CTIO completion,
the upper half of Risc2Host is a copy of mailbox #1- *not*
mailbox #0.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:40:26

Modified files:
	sys/dev/ic     : ispvar.h 

Log message:
Reorder the lportdb dibfields.  Add some more CFG params.
Add ISPASYNC_FW_DUMPED, ISPASYNC_FW_RESTARTED async events.
Add ISP_FW_NEWER_THAN macro- makes the code easier to read.
DEFAULT_FRAMESIZE and DEFAULT_EXEC_THROTTLE macros.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:41:26

Modified files:
	sys/dev/ic     : ispmbox.h 

Log message:
Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:42:04

Modified files:
	sys/dev/ic     : isp_target.h 

Log message:
Set default command count to 'unmonitored'. Set inotify to 16.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:42:54

Modified files:
	sys/dev/ic     : isp_target.c 

Log message:
isp_target_notify changes what it returns for success.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:43:47

Modified files:
	sys/dev/ic     : isp_openbsd.c 

Log message:
Add ISPASYNC_FW_CRASH case.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	2002/08/17 11:48:46

Modified files:
	sys/dev/ic     : isp.c 

Log message:
If the HBA is already 'touched', still set maxluns.

Don't whine if the name server returns "no such registered type"
when we ask it for all FC-SCSI objects.

Fix a few typos.

If we get a f/w crash, if ISP_FW_CRASH_DUMP is *not* defined, do
the isp_reinit inline, otherwise, let the platform isp_async
drive things. This is because, typically, the platform isp_async
will freeze things and wake up a thread to do the actual f/w
crash dump (really *can't* be done on the interrupt stack- the
23XX has one move on the order of 500KBytes of crash dump data).

Set up to handle default framsize && exec_throttle and iid/loopid
overrides.

If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot
load f/w images > 0x7fff words), set ISP_FW_ATTR_SCCLUN. We explicitly
don't believe we can find attributes if f/w is < 1.17.0, so we have to
set SCCLUN for the 1.15.37 f/w we're using manually- otherwise every
target will replicate itself across all 16 supported luns for non-SCCLUN
f/w.

Correctly set things up for 23XX and either fast posting or ZIO. The
23XX, it turns out, does not support RIO. If you put a non-zero value
in xfwoptions, this will disable fast posting. If you put ICBXOPT_ZIO
in xfwoptions, then the 23XX will do interrupt delays but post to the
response queue- apparently QLogic *now* believes that reading multiple
handles from registers is less of a win than writing (and delaying)
multiple 64 byte responses to the response queue.

At the end of taking a a good f/w crash dump, send the ISPASYNC_FW_DUMPED
event to the outer layers (who can then do things like wake a user
daemon to *fetch* the crash image, etc.).


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/17 13:26:19

Modified files:
	x11/kdirstat   : Makefile 

Log message:
- better COMMENT
- fix comment about Qt
- simplify addition of png header path


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/17 13:41:03

Modified files:
	devel/automake : Makefile distinfo 
	devel/automake/patches: patch-aclocal_in 
	devel/automake/pkg: PLIST 
Removed files:
	devel/automake/patches: patch-Makefile_in 

Log message:
upgrade to automake 1.4-p6


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/08/17 14:55:30

Modified files:
	sys/dev/wsfont : wsfont.c 

Log message:
The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16
for sparc, even when SMALL_KERNEL is defined.  That way we get a
reasonable font on the sparcbook for the install.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/17 15:55:11

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
Arowana Fast-Ethernet; from Thomas Delaet.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/17 15:55:36

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/17 15:59:02

Modified files:
	sys/dev/pcmcia : if_ne_pcmcia.c 

Log message:
Arowana Fast-Ethernet support; patch by Thomas Delaet.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/17 16:19:28

Modified files:
	sys/netinet6   : in6_proto.c 

Log message:
set default value for use_deprecated to 0, to avoid consequences with ftpd.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/17 16:55:42

src/regress/sys/kern/exec_self

Update of /cvs/src/regress/sys/kern/exec_self
In directory cvs.openbsd.org:/tmp/cvs-serv15372/exec_self

Log Message:
Directory /cvs/src/regress/sys/kern/exec_self added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/17 16:58:59

Added files:
	regress/sys/kern/exec_self: Makefile exec_self.c 

Log message:
Test for a nasty complication in the exec code.

What happens is that if an executable tries to exec itself (happens all
the time on the ramdisk, among others) and needs to page in a page from
the data segment (or rodata) it will need to perform a pagein operation
on the vnode that's execing right now. exec keeps that vnode locked and
fails (no deadlock, that part was fixed a long time ago).


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/17 17:04:29

Modified files:
	regress/sys/kern: Makefile 

Log message:
Add exec_self


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/17 17:07:14

Modified files:
	usr.bin/ssh    : ssh.1 

Log message:
ForwardAgent has defaulted to no for over 2 years; be more clear here.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/17 17:55:01

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
ordered list here


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/17 18:39:14

Modified files:
	www/php4/extensions/pkg: DESCR 

Log message:
mention phpxs


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/17 22:39:44

Modified files:
	cs             : errata.html errata27.html errata28.html 
	                 errata29.html errata30.html events.html 
	                 index.html plus28.html plus29.html plus30.html 
	                 security.html 

Log message:
sync with badlands translation CVS, work by Vladimir Kotal


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/17 22:43:28

Modified files:
	faq/cs         : faq11.html faq13.html faq14.html faq3.html 
	                 faq7.html index.html 

Log message:
sync with badlands translation CVS, work by Vladimir Kotal


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/08/17 22:47:05

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 03:28:19

Modified files:
	x11/ogle       : Makefile distinfo 
	x11/ogle/pkg   : PFRAG.shared PLIST 

Log message:
Update to ogle 0.8.5, compiles like a charm.

Finally: support for mpeg and lpcm audio. Yeah !
(I'm currently checking that I can now play all my dvds fully)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 03:38:26

Modified files:
	x11/ogle       : Makefile 

Log message:
Now depends on mad for mpeg audio support


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 05:26:48

Modified files:
	x11/mplayer    : Makefile distinfo 
	x11/mplayer/patches: patch-configure patch-libdha_Makefile 
	                     patch-libmpdemux_stream_c 
	                     patch-vidix_drivers_Makefile 
	x11/mplayer/pkg: PLIST 
Removed files:
	x11/mplayer/patches: patch-Gui_skin_skin_c 
	                     patch-libdha_sysdep_AsmMacros_powerpc_h 
	                     patch-libdha_sysdep_pci_openbsd_c 
	                     patch-libvo_sub_h 

Log message:
Update to 0.90pre6, mostly from maintainer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 05:30:35

Modified files:
	x11/mplayer-fontmaker: Makefile 
	x11/mplayer-fonts: Makefile 

Log message:
Synch with mplayer


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 06:02:31

Modified files:
	x11/mplayer    : Makefile 

Log message:
you're lost in a maze of dependencies, all looking alike...

Fix png header path, explicitly disable cdparanoia and libdvdnav for
safety.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 06:37:14

Modified files:
	x11/ogle_gui   : Makefile distinfo 
	x11/ogle_gui/pkg: PLIST 

Log message:
simple update of ogle-gui (compiles like a charm).
Turns out the audio issues of ogle are not mpeg-related at all,
but to ogle getting confused as to what audio stream it should be
decoding.

So, if you get silence, try using ogle_gui audio button instead.
The next version of ogle may fix that, now that the problem is
identified.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/18 07:17:51

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-configure 
Added files:
	x11/mplayer/patches: patch-libmpdemux_cddb_c 

Log message:
cdparanoia support, actually needs correct cddb support for OpenBSD...
(seems it's not quite used yet, as it insists on going thru a cache)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/18 08:46:34

Modified files:
	www/flashplugin: Tag: OPENBSD_3_1 Makefile distinfo 

Log message:
MFC:
Potential security fix: update to 5.0r50.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/18 08:50:00

Log message:
    Import sunclock 3.50pre1.
    Submitted by Nick Nauwelaerts <nick@wanadoo.be>.
    
    sunclock displays a map of the Earth and shows which portion is illuminated by
    the Sun.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020818
    
    N ports/astro/sunclock/Makefile
    N ports/astro/sunclock/distinfo
    N ports/astro/sunclock/patches/patch-sunclock_c
    N ports/astro/sunclock/patches/patch-Imakefile
    N ports/astro/sunclock/patches/patch-tildepath_c
    N ports/astro/sunclock/patches/patch-sunclock_h
    N ports/astro/sunclock/pkg/PLIST
    N ports/astro/sunclock/pkg/DESCR
    N ports/astro/sunclock/pkg/DESCR-maps
    N ports/astro/sunclock/pkg/PLIST-maps
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/18 08:50:49

Modified files:
	astro          : Makefile 

Log message:
enable sunclock


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/08/18 09:46:54

Modified files:
	security/p5-Net_SSLeay: Makefile distinfo 

Log message:
Updated to p5-Ne_SSLeay-1.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/08/18 09:48:50

Modified files:
	www/cgicc      : Makefile 
	www/cgicc/pkg  : PLIST 

Log message:
installs its documentation outside the fake root

Patches by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/08/18 09:51:44

Modified files:
	math/py-Numeric: Makefile 

Log message:
Add python2.1 flavor

Patches by Maurice Nonnekes <maurice@amaze.nl>


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/08/18 11:44:01

Modified files:
	.              : README 

Log message:
Fix some inconsistencies; from Margarida sequeira <niness@devilness.org>.
pvalchev@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/18 13:01:13

Modified files:
	security/cyrus-sasl2/pkg: PLIST 

Log message:
typo in PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/18 15:05:47

Modified files:
	distrib/miniroot: install.sh 

Log message:
Fix various mount point problems:

1) Fix 'already mounted' checking so a mount point name can be the same
as the leading substring of a previously specified mount point.
Now you can specify /usr after /usr/obj, and since the mount points
are sorted before writing to fstab, it should work.

This also fixes the error message generated when a requested mount
point matches the leading substring of multiple mount points. e.g.
trying to mount '/' again.

2) Fix fstab sorting so that it works across all initialized disks, not
just on a disk by disk basis.

3) For additional paranoia during multiple disk installs, unset _partitions,
_psizes, and _mount_points before processing a disk. Eliminate individual
blanking of _mount_points entries.

4) Shorten/simplify logic by storing ${DISK} in _partitions entries rather
than always adding it back in when referencing _partitions.

5) Rework verbiage a bit, eliminating the duplicate display of configured
devices before making new filesystems.

Some code clean up, eliminating '{}'s, better loops, ifs, etc.

Appox. 67 bytes net bloat.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/18 20:28:23

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
merge in IPv6 deprecated address handling from KAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/18 20:31:02

Modified files:
	sys/netinet    : tcp_input.c udp_usrreq.c 
Added files:
	sys/netinet    : if_ieee1394arp.c if_ieee1394arp.h 

Log message:
be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6".


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/18 20:31:42

Removed files:
	sys/netinet    : if_ieee1394arp.c if_ieee1394arp.h 

Log message:
committed by mistake - i'm still working on these


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/18 21:01:54

Modified files:
	lib/libc/net   : inet_net_ntop.c inet_neta.c inet_ntop.c 

Log message:
snprintf audit.  debug inet_neta() on non-continuous masks (like 0.255.0.255),
more pickier string manipulation.  deraadt ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/08/18 23:23:16

Modified files:
	textproc/p5-Text-PDF: Makefile distinfo 
	textproc/p5-Text-PDF/pkg: PLIST 

Log message:
Updated to p5-Text-PDF-0.23


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/19 00:45:00

Modified files:
	sys/netinet6   : nd6.c 

Log message:
need explicit copyout().


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/19 01:24:47

Modified files:
	sys/netinet6   : nd6.c 

Log message:
copyout only if oldp is non-null


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/19 11:06:18

Modified files:
	textproc/antiword: Makefile 

Log message:
chop commented out WRKDIST (cleanup)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/19 11:23:34

Modified files:
	games/xpilot   : Makefile distinfo 
	games/xpilot/pkg: PLIST 

Log message:
Update to xpilot-4.5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/19 12:54:36

Modified files:
	mail/courier-imap: Makefile 

Log message:
dont error out during the no_[mysql|pgsql|ldap] flavors due to missing
config files.

spotted by David Thiel <lx@redundancy.redundancy.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/19 14:02:31

Modified files:
	sys/arch/sparc64/dev: iommu.c 

Log message:
From NetBSD:
-Fix some corner cases in bus_dmamap_load_mbuf().
From Takeshi Nakayama <tn@catvmics.ne.jp>
-Fix off-by-one error in iommu_dvmamap_load_raw() where if a DMA segment
has just one byte on a page the page is never mapped into the IOMMU.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/19 14:16:04

Modified files:
	sys/arch/sparc64/dev: creator.c creatorvar.h vgafb.c 

Log message:
Take advantage of rasops.updatecursor to keep the prom cursor up to date


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/19 14:19:13

Modified files:
	sys/arch/sparc64/dev: beeper.c 

Log message:
KNF (4 char continuations)


CVSROOT:	/cvs
Module name:	src
Changes by:	ian@cvs.openbsd.org	2002/08/19 15:15:39

Modified files:
	usr.sbin/ypserv/ypserv: ypserv.acl.5 

Log message:
Typo


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/19 16:29:52

Modified files:
	lib/libc/stdlib: getopt.3 

Log message:
Suggest better types in examples; from NetBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/19 16:32:45

Modified files:
	.              : donations.html want.html 

Log message:
More toys; thanks to the various people responsible for this.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/19 17:23:39

Modified files:
	sys/netinet6   : nd6.c 

Log message:
correct copyout logic.  better fix to be made in kame tree


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/19 20:50:43

Modified files:
	sys/arch/macppc/include: powerpc.h 
	sys/arch/macppc/macppc: machdep.c ofw_machdep.c ofw_machdep.h 

Log message:
Add a pseudo openfirmware console device for early debugging purposes
and to allow UKC to work properly. ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/19 20:56:48

Modified files:
	www/php4       : Makefile.inc 

Log message:
cvs missed out this file in my last commit.

spotted by jcs@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/20 00:32:17

Modified files:
	sbin/pfctl     : parse.y 

Log message:
Increase lineno on newlines inside multi-line macro definitions, otherwise
errors on subsequent lines are reported with wrong line numbers.
From Paul B. Henson.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/20 01:24:49

Modified files:
	x11/root-tail  : Makefile 

Log message:
Broken MAINTAINER, Broken HOMEPAGE
new maintainer  Lurene Grenier <lurene@daemonkitty.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/20 01:30:15

Modified files:
	audio/lopster  : Makefile distinfo 
Removed files:
	audio/lopster/patches: patch-po_Makefile_in_in 
	                       patch-src_handler_c 

Log message:
update to lopster-1.0.1

Broken MAINTAINER
new maintainer  Mark Grimes <mark@openbsd.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/20 01:43:10

Modified files:
	audio/lopster  : Makefile 

Log message:
chop original primary MASTER_SITE, keep MASTER_SITE_SOURCEFORGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/20 01:54:57

Modified files:
	audio/lopster  : Makefile 

Log message:
EXPLICITLY state GPL for PERMIT_*, add trailing / to HOMEPAGE
ugh - should have caught this sooner


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/08/20 02:42:59

Modified files:
	etc            : rc 

Log message:
Prevent possible races by moving .X11 fixups to before the system
goes multiuser. In consultation with dynamo; cleared by millert.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/20 04:39:45

Modified files:
	math/calcoo    : Makefile distinfo 

Log message:
Update to 1.3.13.  Changes in this release:
- Fix a bug which caused segfaults during pasting when the selection
could not be retrieved.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/20 05:19:06

Modified files:
	www/surfraw    : Makefile 

Log message:
Drop maintainership.


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	2002/08/20 06:40:35

Modified files:
	.              : donations.html 

Log message:
i thought you were here too.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/20 06:57:55

Modified files:
	sys/arch/sparc/sparc: locore.s 

Log message:
Because of reversed use of the annul bit and delay slots copyin and
copyout could underflow by one byte and write a \0 where is doesn't
belong.

Don't try to micro-optimize the failure case of copyin and copyout.
It's not worth the bugs.
miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/20 07:08:04

Modified files:
	distrib/sets/lists/base: md.sparc 
	distrib/sets/lists/comp: md.sparc 
	distrib/sets/lists/man: mi 

Log message:
wscons on sparc sets updates


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/08/20 08:20:27

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
New intel gigE devices from  Henric Jungheim <henric@henric.info>


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/08/20 08:21:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/20 09:55:20

Removed files:
	print/htmldoc/patches: patch-Makefile_in 

Log message:
Mop up after last upgrade.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/20 09:57:36

Modified files:
	faq            : faq8.html 

Log message:
clarification and corrections from Sam Smith <S@amSmith.net>, Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/20 11:49:53

Modified files:
	mail/tmda      : Makefile distinfo 
	mail/tmda/pkg  : PLIST 

Log message:
update mail/tmda to 0.61; I'm dropping maintainership on this since I now use SpamAssassin


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/20 12:18:56

Modified files:
	libexec/ftpd   : ftpd.8 ftpd.c 

Log message:
-n: disallow anon ftp even if ftp account exists


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/20 12:20:22

Modified files:
	bin/ps         : nlist.c 

Log message:
Fix error string


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/20 13:28:55

Modified files:
	sys/arch/sparc64/sparc64: pmap.c 

Log message:
Two fixes from NetBSD (this allows my u60 to boot multiuser):
- Use paddr_t for avail_start and avail_end so we can handle machines with
RAM above the 2GB mark.
- Do not truncate the kernel pmap physical address to an `int' before
sticking it in the context lookup table.  Fixes a booting issue on
Netra T1125s.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/20 13:32:54

Modified files:
	distrib/notes/sparc64: hardware 

Log message:
U60 works now.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/20 13:34:59

Modified files:
	distrib/notes/sparc64: prep 

Log message:
ultra60 support


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/20 13:35:03

Modified files:
	.              : sparc64.html 

Log message:
U60 works now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/20 13:35:19

Log message:
    Import Perl module Locale::Maketext 1.03.
    Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
    
    Locale::Maketext is a base class providing a framework for localization
    and inheritance-based lexicons, as described in an article in The Perl
    Journal #13.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020820
    
    N ports/devel/p5-Locale-Maketext/distinfo
    N ports/devel/p5-Locale-Maketext/Makefile
    N ports/devel/p5-Locale-Maketext/]
    N ports/devel/p5-Locale-Maketext/pkg/PLIST
    N ports/devel/p5-Locale-Maketext/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/08/20 14:52:32

Modified files:
	.              : ftp.html 

Log message:
Format Brasil same as other entries


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/20 15:50:57

Modified files:
	sys/netinet6   : in6_pcb.c 

Log message:
more comment on bind(deprecated) handling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/20 15:57:56

Modified files:
	sbin/fsck_ffs  : main.c utilities.c 

Log message:
clean some more signal races, some cannot be fixed


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/20 15:59:12

Modified files:
	sys/netinet6   : in6_proto.c 

Log message:
set use_deprecated back to 1.  sync w/kame


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/20 16:23:00

Modified files:
	net/oidentd    : Makefile distinfo 
	net/oidentd/patches: patch-doc_oidentd_8 
Removed files:
	net/oidentd/patches: patch-src_kernel_openbsd30_c 

Log message:
update net/oidentd to 2.0.4:

Notable changes:

- Forwarding code for OpenBSD now fixed in the main distribution
- Minor fixes for pf-based NAT.

From maintainer, Jolan Luff <jolan@cryptonomicon.org>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/20 17:21:17

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
print as unsigned for unsigned values, when printing out a map in ddb; art@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/20 17:49:49

Modified files:
	devel          : Makefile 

Log message:
p5-Locale-Maketext


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/08/21 04:55:11

Modified files:
	net/ethereal   : Makefile distinfo 
	net/ethereal/pkg: PFRAG.shared 

Log message:
update to ethereal 0.9.6. various bugfixes including one buffer overflow
fixed and some new/update protocols as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/21 05:20:59

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
`RSA' updated to refer to `public key', where it matters.

okay markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/21 06:53:35

Log message:
    Regression test for non-ubc mmap/ftruncate interaction.
    Noticed on strip, test prompted by art@.
    
    (turns out `normal' strip isn't affected because normal binaries are
    page-padded).
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	strip
    
    N src/regress/sys/kern/mmap3/mmaptest.c
    N src/regress/sys/kern/mmap3/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/21 06:54:39

Modified files:
	regress/sys/kern: Makefile 

Log message:
+mmap3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/08/21 07:38:50

Modified files:
	graphics/s10sh/patches: patch-usb_c patch-usb_h 

Log message:
quick hack to make my powershot s40 work
ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/08/21 07:40:33

Modified files:
	graphics/s10sh/patches: patch-README 

Log message:
follow suit and update this too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/21 07:52:40

Modified files:
	x11/qt3        : Makefile 

Log message:
Use PSEUDO_FLAVORS for no_mysql/no_pgsql


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/21 08:30:27

Removed files:
	devel/p5-Locale-Maketext: ] 

Log message:
Remove crap; thanks wilfried@ and sturm@sec.informatik.tu-darmstadt.de.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/21 08:45:17

Modified files:
	regress/sys/kern/mmap3: mmaptest.c 

Log message:
oopsie


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/21 09:05:20

Modified files:
	x11/qt3/patches: patch-mkspecs_openbsd-g++_qmake_conf 

Log message:
missing threads flag for C++ compiles


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 09:10:06

Modified files:
	regress/sys/sys/tree: Makefile 

Log message:
Fix Makefile for correct regress operation.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/21 09:40:30

Modified files:
	libexec/ld.so  : Makefile 
Added files:
	libexec/ld.so/alpha: Makefile.inc 
	libexec/ld.so/powerpc: Makefile.inc 
	libexec/ld.so/sparc: Makefile.inc 
	libexec/ld.so/sparc64: Makefile.inc 

Log message:
Split out MD makefile parts into separate files and do
some other cleanup in the Makefile.
drahn@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/21 09:43:37

Log message:
    unrtf, merge of both Patroklos/Lurene ports.
    
    Status:
    
    Vendor Tag:	unrtf
    Release Tags:	lurene-patrick
    
    N ports/textproc/unrtf/distinfo
    N ports/textproc/unrtf/Makefile
    N ports/textproc/unrtf/pkg/DESCR
    N ports/textproc/unrtf/pkg/PLIST
    N ports/textproc/unrtf/patches/patch-Makefile
    N ports/textproc/unrtf/patches/old
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/21 09:44:24

Modified files:
	textproc       : Makefile 

Log message:
+unrtf


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/21 09:51:08

Modified files:
	usr.bin/strip  : strip.c 

Log message:
Postpone ftruncate after unmap. Works around a bug in non-ubc memory
handling.
Also, avoids dumping core on badly formed object.

ok millert@, miod@, art@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/21 09:53:12

Modified files:
	usr.bin/strip  : strip.c 

Log message:
Working strip -x support.

Since we keep relocations, we need to ensure that:
1/ symbols used by relocations are actually kept,
2/ refs to ext symbols in relocations are correctly renumbered after
killing some symbols.

okay art@ (can't break things further than they were broken anyways).

Thanks to Laurent Bercot (ska@quatramaran.ens.fr) for pointing out that
strip -x was broken.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/21 10:30:29

Modified files:
	usr.sbin/route6d: route6d.c 

Log message:
suppress dump output on -q.  sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 10:51:27

Modified files:
	sys/dev/wscons : wsdisplay.c 

Log message:
Attach one screen resource, by default, to every wsdisplay device,
instead of zero, if the kernel configuration file does not override
this setting.

This enables X11 to work on multihead sparc{,64} configurations
without the need for an explicit wsconscfg invocation first.

If a non-default emulation is requested, the user can still delete this
automatic resources and recreate it with wsconscfg.

ok mickey@ jason@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	miod@cvs.openbsd.org	2002/08/21 10:52:35

Modified files:
	distrib/notes  : README.sparc README.sparc64 

Log message:
No need to run wsconscfg for multihead configurations anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/21 11:03:20

Removed files:
	textproc/unrtf/patches: old 

Log message:
I don't think you need this file there


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 12:59:06

Modified files:
	sys/arch/mvme68k/mvme68k: disksubr.c 

Log message:
Get the boot device correctly if scsi id != 0 on 1[67]x boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/21 13:38:07

Modified files:
	usr.bin/ssh    : servconf.c sshd.8 sshd_config sshd_config.5 

Log message:
change LoginGraceTime default to 1 minute; ok mouring@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/21 14:10:28

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
raise listen backlog; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/21 14:12:02

Modified files:
	misc/screen    : Makefile 
Added files:
	misc/screen/patches: patch-doc_screen_1 

Log message:
ensure the screen man page has the proper path to the screenrc file.
--
Pointed out by: art@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 14:27:35

Modified files:
	sys/arch/sparc/dev: cgfourteen.c cgfourteenreg.h 

Log message:
Correctly map the video memory, for proper operation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/21 15:28:51

Modified files:
	net/gnut       : Makefile 
	net/gnut/pkg   : DESCR 

Log message:
Home page and original master site have disappeared.
From maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/21 15:50:05

Added files:
	net/gaim/patches: patch-src_list_c 

Log message:
bug fix; from Chris Kuethe <ckuethe@ualberta.ca>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/21 15:52:52

Modified files:
	net/ipv6calc   : Makefile distinfo 

Log message:
update to 0.43; from maintainer Vladimir Kotal <vlada@openbsd.cz>


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/21 15:59:14

Modified files:
	faq            : faq8.html index.html 

Log message:
Rewrite of 8#Netscape into generic "browser options" FAQ, including
the ever popular "can I use Mozilla?" question.  Initial writing by
Sam Smith <s@msmith.net>, some revision by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 16:07:44

Modified files:
	etc/etc.mvme68k: MAKEDEV.md 
	etc/etc.mvme88k: MAKEDEV.md 

Log message:
Correct tty0[0-3] device nodes generation.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 16:08:03

Modified files:
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/21 16:18:29

Modified files:
	share/man/man4/man4.sparc: cgfourteen.4 
	sys/arch/sparc/conf: GENERIC RAMDISK SUN4M 

Log message:
Recognize both VSIMM slots, and allow one cgfourteen to attach to each
of them.


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/21 16:49:41

Modified files:
	regress/lib/libc/db: Makefile 
	regress/sys/kern/accept: Makefile 
	regress/sys/uvm/misc: Makefile 

Log message:
add missing CLEANFILES; ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/21 22:21:24

Modified files:
	sys/arch/macppc/dev: if_bm.c 

Log message:
Configure the media in the initialization routine so that media/mediaopt
fields in hostname.bm0 will work correctly. This does not fix the 100MB
receive problem, but allows media 10baseT in hostname.bm0 to set the
speed to a working speed.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/21 22:41:57

Modified files:
	sys/arch/macppc/dev: if_bm.c 

Log message:
Remove code, use common ether_crc32_le() routine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/22 06:18:52

Modified files:
	converters/libdvdcss: Makefile distinfo 
	converters/libdvdcss/pkg: PFRAG.shared 

Log message:
Update to new version, working better than the last.
(I still need to add some caching somewhere)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/22 06:19:17

Modified files:
	audio/liba52   : Makefile distinfo 
	audio/liba52/patches: patch-liba52_bitstream_c 
	                      patch-libao_audio_out_oss_c 

Log message:
Bump to new version, with small fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/22 06:20:50

Modified files:
	x11/ogle_gui/pkg: PLIST 

Log message:
Fix packaging, noticed by Ian Darwin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/22 07:44:17

Modified files:
	databases/mysql/patches: patch-configure_in 

Log message:
Enable workaround for OpenBSD pthreads and broken realpath().

Problem described in this post...
http://groups.google.com/groups?q=mysql+unknown+database+bsd&hl=en&lr=&ie=UTF-8&
safe=off&selm=a9n0f2%24e4e%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1
--
From: Sam Smith <S@mSmith.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/22 10:35:37

Modified files:
	lib/libc/net   : getaddrinfo.c gethostnamadr.c 

Log message:
drop AAAA reply with IPv4 mapped address.  sync w/kame
draft-itojun-v6ops-v4mapped-harmful-00.txt


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/22 10:43:15

Modified files:
	devel/help2man : Makefile distinfo 
	devel/help2man/patches: patch-help2man_texi 

Log message:
upgrade to help2man 1.26
- MAINTAINER changed to Jim Geovedi <jim@corebsd.or.id>
--
From: new MAINTAINER


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/08/22 11:32:10

Modified files:
	xc/programs/Xserver/hw/xfree86/input/mouse: mouse.c mouse.h 

Log message:
Add a "SunMouse" type that can deal with both 3 and 5 byte packets.
ok matthieu@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/08/22 11:33:01

Modified files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc: 
	                                                          XF86Config 

Log message:
Change default mouse type from MouseSystems to SunMouse


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2002/08/22 11:45:16

Modified files:
	libexec/comsat : comsat.c 

Log message:
fix int overflow in statbf.st_size, from netbsd PR#17933

as by request from deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/22 12:02:34

Modified files:
	security/nessus: Makefile 

Log message:
this depends on libnet; ok reinhard


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/22 13:08:50

Modified files:
	sys/dev/ic     : xl.c 

Log message:
simplify multicast setup on the 3c905 (pre-B/C, etc)


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/22 13:27:54

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
use common close function; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/22 13:38:42

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/22 13:49:06

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/22 14:28:01

Modified files:
	share/man/man8 : afterboot.8 

Log message:
sshd_config(5) now; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/22 14:57:20

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
shutdown(SHUT_RDWR) not needed before close here; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/22 15:33:58

Modified files:
	usr.bin/ssh    : auth1.c auth2.c 

Log message:
auth_root_allowed() is handled by the monitor in the privsep case,
so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/22 15:45:41

Modified files:
	usr.bin/ssh    : session.c 

Log message:
send signal name (not signal number) in "exit-signal" message; noticed
by galb@vandyke.com


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/22 16:04:42

Modified files:
	sys/compat/ibcs2: ibcs2_exec.c 
	sys/kern       : exec_elf.c exec_script.c kern_exec.c 

Log message:
Change the vnode locking in exec to not keep the vnode locked almost all
the time.

This could lead to problems when a process wants to do an exec on the same
vnode it's being run from and needs to copy in arguments from an uncached
page in the data segment. When that happens uvm detects a vnode deadlock
and returns an error causing execve() return EFAULT.

This fixes the regress test in regress/sys/kern/exec_self

Also, initialize scriptvp early in exec_script because it could be
used uninitialized in a failure case.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/22 17:02:54

Modified files:
	lib/libc/rpc   : DISCLAIMER README 

Log message:
tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/22 17:03:11

Modified files:
	lib/libc/rpc   : pmap_clnt.c 

Log message:
do not lose errno


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/22 17:03:48

Modified files:
	sys/arch/i386/pci: pchb.c 

Log message:
match more serverworks "double bridges", based on discussions with nate and
brad


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/08/22 17:21:21

Modified files:
	usr.bin/mg     : display.c 

Log message:
print hex codes instead of non-printing characters.  fixes some display
problems when editing binary files.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/22 17:28:19

Modified files:
	usr.bin/mg     : autoexec.c display.c echo.c fileio.c help.c 
	                 region.c ttyio.c undo.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/22 18:53:52

Modified files:
	sys/uvm        : uvm_mmap.c 

Log message:
Fix missing FRELE in mmap(2); ok art


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/22 18:56:04

Modified files:
	sys/kern       : kern_descrip.c 

Log message:
Add missing FRELE() in finishdup() error case; ok art


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/22 19:13:09

Modified files:
	sys/compat/sunos: sunos_misc.c 
	sys/compat/ultrix: ultrix_misc.c 

Log message:
FREF/FRELE cleanup/simplification, no functional changes; ok art


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/23 02:42:40

Modified files:
	net/oidentd/pkg: DEINSTALL 

Log message:
missing "; from openbsd@rukh.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/23 02:46:19

Modified files:
	audio/opennap  : Makefile 

Log message:
missing parenthesis in comment; from maintainer Jolan Luff


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/23 02:51:58

Modified files:
	mail/wmmultipop3: Makefile 
	misc/xcdroast  : Makefile 

Log message:
Update maintainer email address per request


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/08/23 03:09:04

Modified files:
	sbin/fsck_ffs  : dir.c inode.c main.c pass1.c pass1b.c pass2.c 
	                 pass3.c pass4.c pass5.c setup.c utilities.c 

Log message:
- Convert function definitions to new style
- eliminate trailing whitespace
- remove casts that aren't needed.
- make rcsid strings const, for -Wall compilation.

from tedu <grendel@zeitbombe.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/23 04:53:04

Modified files:
	archivers/star/pkg: DEINSTALL 

Log message:
Fix quoting.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 05:26:57

Modified files:
	sys/uvm        : uvm_unix.c 

Log message:
map the heap without PROT_EXEC.
deraadt@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/23 08:10:20

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_in patch-src_Makefile_in 
	                   patch-src_cf_data_pre 
	www/squid/pkg  : DEINSTALL INSTALL MESSAGE 
Added files:
	www/squid/patches: patch-helpers_basic_auth_MSNT_Makefile_in 

Log message:
upgrade to Squid 2.5.PRE11


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 09:22:51

Modified files:
	share/man/man9 : Makefile 
Added files:
	share/man/man9 : file.9 

Log message:
Document various file descriptor access functoins in the kernel.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 09:31:00

Modified files:
	regress/sys/kern/signal/sigfpe: Makefile 

Log message:
Proper dependencies to make this work.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 09:33:12

Modified files:
	sys/kern       : kern_sysctl.c uipc_usrreq.c 

Log message:
Use LIST_ macros for the list of all struct file.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 09:39:31

Modified files:
	sys/compat/common: vfs_syscalls_25.c vfs_syscalls_43.c 
	sys/compat/freebsd: freebsd_file.c 
	sys/compat/ibcs2: ibcs2_misc.c ibcs2_stat.c 
	sys/compat/linux: linux_misc.c 
	sys/compat/netbsd: netbsd_file.c netbsd_getdents.c 
	sys/compat/osf1: osf1_mount.c 
	sys/compat/sunos: sunos_misc.c 
	sys/compat/svr4: svr4_misc.c 
	sys/compat/ultrix: ultrix_pathname.c 
	sys/kern       : vfs_syscalls.c 
	sys/miscfs/fdesc: fdesc_vnops.c 

Log message:
Cleanup change. Since almost all callers (except one) of getvnode did a FREF
on the returned file, do the FREF inside getvnode so that people can't
get away with avoiding FREF and FRELE.

Eyeballed by various people.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/08/23 09:59:09

Modified files:
	share/man/man9 : file.9 

Log message:
o) fix .Xr usage;
o) typos;

art@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/08/23 10:13:49

Modified files:
	share/man/man9 : file.9 

Log message:
o) fix .Sh usage;
o) minor fix;

art@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/23 10:27:31

Modified files:
	lib/libc/net   : inet_ntop.c 

Log message:
deal with negative return value from snprintf.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/23 11:11:08

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Proper format


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/23 11:24:19

Modified files:
	sbin/isakmpd   : if.c 

Log message:
Another format tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/23 12:01:33

Modified files:
	sbin/isakmpd   : cookie.c isakmp_cfg.c pf_key_v2.c 
	sbin/isakmpd/features: policy x509 

Log message:
Small cleanup.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/23 12:15:21

src/sbin/isakmpd/sysdep/darwin

Update of /cvs/src/sbin/isakmpd/sysdep/darwin
In directory cvs.openbsd.org:/tmp/cvs-serv26751/darwin

Log Message:
Directory /cvs/src/sbin/isakmpd/sysdep/darwin added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/23 12:17:17

Modified files:
	sbin/isakmpd   : GNUmakefile crypto.h hash.c 
Added files:
	sbin/isakmpd/sysdep/darwin: GNUmakefile.sysdep Makefile.sysdep 
	                            sysdep-os.h sysdep.c 

Log message:
Initial support for MacOS X (v10.2 and later).


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/08/23 12:43:49

Modified files:
	usr.bin/mg     : tty.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/23 13:32:40

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
+OpenBSDLib.tmpl


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 13:48:38

Modified files:
	share/man/man9 : file.9 

Log message:
Document the FREF done in getvnode and soon in getsock.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/23 14:52:32

Modified files:
	xc/programs/Xserver/hw/xfree86/loader: elfloader.c 

Log message:
revert previous which was never intended to be commited.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/23 14:53:20

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
Enable server modules on sparc


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/23 14:53:56

Modified files:
	distrib/sets/lists/xserv: md.sparc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 16:21:44

Modified files:
	sys/compat/hpux: hpux_net.c 
	sys/compat/sunos: sunos_misc.c 
	sys/compat/ultrix: ultrix_misc.c 
	sys/kern       : uipc_syscalls.c 
	sys/miscfs/portal: portal_vfsops.c 
	sys/nfs        : nfs_syscalls.c 

Log message:
Just like getvnode, make getsock FREF the file so that we can't get away
with not refing it.

Eyeballed by lurene@daemonkitty.net, fries@, nordin@ and fries@
Some additional cleanups by nordin@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/23 16:57:04

Modified files:
	libexec/ld.so  : dlfcn.c loader.c resolve.c resolve.h 
	libexec/ld.so/alpha: rtld_machine.c 
	libexec/ld.so/powerpc: rtld_machine.c 
	libexec/ld.so/sparc: rtld_machine.c 
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into
a single flags field with bits representing each. Use defines to create
the appropriate masks.

Add a new argument sym_size to warn about symbols which have
the incorrect size. This replaces 'ifdef notyet' code which
was in several of the md files with a single version.
sym_size == 0 means do not check, and symbols of type FUNC are
not checked.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/23 16:59:09

src/libexec/ld.so/i386

Update of /cvs/src/libexec/ld.so/i386
In directory cvs.openbsd.org:/tmp/cvs-serv15027/i386

Log Message:
Directory /cvs/src/libexec/ld.so/i386 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/23 17:02:48

Modified files:
	libexec/ld.so  : loader.c 
Added files:
	libexec/ld.so/i386: Makefile.inc archdep.h ldasm.S 
	                    rtld_machine.c syscall.h 

Log message:
Support for i386 ELF. Not an indication that the change is going to be made,
just so that these files are maintained in the tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/23 17:29:33

Modified files:
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
Fix after recent changes.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/08/23 17:44:48

Modified files:
	.              : plus.html 

Log message:
more; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/23 17:47:32

Modified files:
	lib/libutil    : scsi.c 

Log message:
do not export error_table


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/23 21:31:42

Added files:
	share/man/man9 : kern.9 

Log message:
document libkern functions/macros; ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/23 21:34:20

Modified files:
	share/man/man9 : Makefile 

Log message:
Add kern(9) and some links. ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/23 21:36:30

Modified files:
	share/man/man9 : uvm.9 

Log message:
- Mention that MD code must register some free RAM with uvm_page_physload()
before uvm_init() is called.
- Remove some empty lines.
ok art@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/24 05:38:53

Modified files:
	.              : donations.html 

Log message:
add link, requested by Jolan Luff.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/24 06:08:37

Modified files:
	faq            : faq8.html 

Log message:
Fixes from Sam Smith <S@mSmith.net>, Thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/08/24 06:14:28

Modified files:
	faq            : index.html 

Log message:
Geez.  Change two lines, messed 'em both up.  Fixed links.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/24 11:21:45

Modified files:
	etc/etc.alpha  : MAKEDEV.md sysctl.conf 
	lib/libarch/alpha: bwx.c 
	share/man/man4 : options.4 xf86.4 
	sys/arch/alpha/alpha: machdep.c mem.c 
	sys/arch/alpha/conf: GENERIC 
	sys/arch/alpha/include: cpu.h 

Log message:
aperture driver for alpha. It works here the same as on i386
to allow access to VGA card's memory by mmapping /dev/xf86.
The macdep.allowaperture does also control /dev/pci access.
Ok miod@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/24 11:25:28

Modified files:
	etc/etc.alpha  : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/24 11:35:29

Modified files:
	xc/config/cf   : OpenBSD.cf 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: Imakefile 
	                                               alpha_video.c 

Log message:
Aperture driver support for XFree86 on alpha.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/24 11:39:46

Modified files:
	distrib/notes  : README.alpha 

Log message:
document aperture driver


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/08/24 14:03:37

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/24 15:15:37

Modified files:
	usr.bin/calendar/calendars: calendar.birthday calendar.history 

Log message:
Earth is the cradle of humanity, but one cannot remain in the cradle forever.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/24 15:21:55

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
sort out thomas mann's death


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/24 20:13:09

Modified files:
	distrib/miniroot: install.sh 

Log message:
More fixes to mount point handling.

1) Correctly sort >10 total partitions.

2) Don't allow user to specify duplicate mount points via
disklabel.

3) Fix mount point checking so that empty mount points
do not confuse logic.

4) Fix mount point checking so that duplicate mount points
from previous disk initialization are correctly detected.

5) Show configured partitions/mount points in partition order
(i.e. sorted by disk and then partition) rather than mount
point order. This seems easier to read to me and reflects the
order of user action. Sort the entries after user approval.

6) Clarify, clean up some verbiage and logic.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/24 21:09:41

Modified files:
	plan9/larswm   : Makefile distinfo 

Log message:
Update to larswm-7.1.4; from maintainer William Yodlowsky
New features, bugfixes - see ChangeLog


CVSROOT:	/cvs
Module name:	ports
Changes by:	drahn@cvs.openbsd.org	2002/08/24 22:19:21

Added files:
	graphics/libmng/patches: patch-libmng_error_c 

Log message:
error_table in libmng is namespace pollution, it should use a local name
for this table, the table has been renamed to mng_error_table.
ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/24 22:50:52

Log message:
    Initial import of xbubble-0.2
    
    Bust-A-Move/Puzzle Bubble clone
    
    Maintainer Lurene Grenier <lurene@daemonkitty.net>
    
    Status:
    
    Vendor Tag:	pvalchev
    Release Tags:	lurene_20020824
    
    N ports/games/xbubble/distinfo
    N ports/games/xbubble/Makefile
    N ports/games/xbubble/pkg/PLIST
    N ports/games/xbubble/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/24 22:51:39

Modified files:
	games          : Makefile 

Log message:
xbubble


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/25 13:26:21

Modified files:
	www/p5-Apache-MP3: Makefile distinfo 
	www/p5-Apache-MP3/pkg: DEINSTALL DESCR PLIST 
Added files:
	www/p5-Apache-MP3/pkg: MESSAGE 
Removed files:
	www/p5-Apache-MP3/pkg: INSTALL 

Log message:
Update to 3.01, adds localization support.
From maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/25 13:33:45

Modified files:
	distrib/alpha/common: install.md 

Log message:
Add 'MDXAPERTURE=1' as requested by Matthieu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/25 14:44:40

Modified files:
	lang/ocaml     : Makefile distinfo 
	lang/ocaml/patches: patch-yacc_main_c 
	lang/ocaml/pkg : PLIST 
Added files:
	lang/ocaml/patches: patch-camlp4_config_configure_batch 
	                    patch-configure 

Log message:
Update to 3.06 which includes camlp4.
From Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/25 14:55:49

Modified files:
	lang           : Makefile 
	lang/camlp4    : Makefile 
Removed files:
	lang/camlp4    : distinfo 
	lang/camlp4/files: Makefile.cnf.template 
	lang/camlp4/pkg: DESCR DESCR-doc PLIST PLIST-doc 

Log message:
Stub out camlp4, which has been included in ocaml.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2002/08/25 16:10:44

Modified files:
	lib/libc_r/arch/sparc64: uthread_machdep_asm.S 

Log message:
fix comment.
--
Ok'd by: jason@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/25 16:30:40

Modified files:
	graphics/gdk-pixbuf: Makefile 
	graphics/gdk-pixbuf/pkg: PLIST 

Log message:
share/html/gdk-pixbuf -> share/doc/gdk-pixbuf
--
Brought to my attention by: espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/25 16:57:56

Modified files:
	net/pure-ftpd  : Makefile 

Log message:
update list of distsites.
--
From: Frank Denis <j@pureftpd.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/25 17:05:49

Modified files:
	graphics/ImageMagick: Makefile 
	emulators/freebsd_lib: Makefile 

Log message:
remove bad dqc.org distsite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/25 17:08:40

Modified files:
	graphics/lcms  : Makefile 
	graphics/aalib : Makefile 

Log message:
remove bad dqc.org distsite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 20:30:24

Modified files:
	x11/xfce       : Makefile distinfo 
	x11/xfce/patches: patch-configure_in patch-other_xinitrc_in 
	                  patch-xfsound_xfdsp_h 
	x11/xfce/pkg   : PLIST 

Log message:
Update to xfce-3.8.16; from new maintainer Jim Geovedi <jim@corebsd.or.id>


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 20:55:09

Modified files:
	devel/gindent  : Makefile distinfo 
	devel/gindent/pkg: PLIST 
Added files:
	devel/gindent/patches: patch-doc_Makefile_in 
	                       patch-doc_indent_texinfo 
	                       patch-man_Makefile_in 
	                       patch-man_texinfo2man_c patch-src_args_c 
	                       patch-src_globs_c 

Log message:
Update to gindent-2.2.8
- Add KNF (-knf) option
- Enable BERKELEY option by default
- Use gettext port rather than building its own
From Jim Geovedi <jim@corebsd.or.id>, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 20:58:36

Modified files:
	devel/gindent  : Makefile 

Log message:
Change package name to 'gindent' rather than 'indent' to avoid
confusion with BSD indent(1); also consistent with the actual binary
name we install this under.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 21:01:32

Modified files:
	usr.sbin/amd/rpcx: nfs_prot_svc.c 

Log message:
minor cleanups, correct cast of a svc_getargs() arg; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 21:03:27

Modified files:
	usr.sbin/portmap: portmap.c 

Log message:
Check svc_register() return value and bomb out on failure; ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 21:42:03

Modified files:
	net/isc-dhcp   : Makefile 

Log message:
Update maintainer email address


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 21:55:52

Modified files:
	games/xasteroids/pkg: DESCR 
	games/xbattle/pkg: DESCR 
	games/xzip/pkg : DESCR 

Log message:
Various DESCR improvements
- "X windows" -> X11, X, etc depending on context
- Wrap lines to 72 chars
- Remove useless information pasted from different places


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 21:59:55

Modified files:
	games/xbattle/pkg: DESCR 

Log message:
Remove more useless information


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/25 22:23:24

Modified files:
	astro/xephem/pkg: DESCR 
	audio/rplay/pkg: DESCR 
	editors/nedit/patches: patch-doc_nc_man 
	editors/ted/pkg: DESCR 
	graphics/xbmbrowser/pkg: DESCR 
	korean/hanterm-fonts/pkg: DESCR 
	x11/asapm      : Makefile 
	x11/asapm/pkg  : DESCR 

Log message:
There is no "X Windows"


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/26 00:01:49

Log message:
    Initial import of easytag-0.23
    
    EasyTAG is an utility for viewing, editing and writing easily and quickly the
    ID3 tags of your MP3 files, using a nice GTK+ interface. It manages the
    ID3v1.x and ID3v2 tags (using id3lib) and offers a lot of functions to
    manipulate them.
    
    WWW: http://easytag.sourceforge.net/
    
    Maintainer Jim Geovedi <jim@corebsd.or.id>
    
    Status:
    
    Vendor Tag:	pvalchev
    Release Tags:	jim_20020825
    
    N ports/audio/easytag/distinfo
    N ports/audio/easytag/Makefile
    N ports/audio/easytag/pkg/PLIST
    N ports/audio/easytag/pkg/DESCR
    N ports/audio/easytag/patches/patch-pixmaps_Makefile_in
    N ports/audio/easytag/patches/patch-Makefile_in
    N ports/audio/easytag/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/26 00:02:28

Modified files:
	audio          : Makefile 

Log message:
easytag


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/26 01:02:12

Modified files:
	xc/programs/Xserver/hw/xfree86/ramdac: xf86Cursor.c 

Log message:
Pull fix by Marc La France from XFree86-current:
Restore effect of option "NoSilkenMouse".


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/26 01:37:59

Log message:
    SQLAT is a suite of tools which could be useful for pentesting
    a MS SQL Server. The tools are still in development but tend to
    be quite stable.
    
    The tools do dictionary attacks, upload files, read registry and
    dump the SAM. They do this by wrapping extended stored procedures.
    There is also a tool for doing a minimal analysis of a SQL Server
    with output as HTML. You need to be 'sa' to run some of the tools,
    but this usually isn't a problem.
    
    The tool temporarily restores the xp_cmdshell if it is removed and
    the dll is still left on the system.
    
    SQLAT works over port 1433, it doesn't do named pipes. It doesn't
    do integrated security either. This is because it is based on the
    FreeTDS driver from www.freetds.org.
    
    WWW: http://www.cqure.net/
    
    Status:
    
    Vendor Tag:	mark
    Release Tags:	mark_2002-Aug-26
    
    N ports/security/sqlat/Makefile
    N ports/security/sqlat/distinfo
    N ports/security/sqlat/pkg/DESCR
    N ports/security/sqlat/pkg/PLIST
    N ports/security/sqlat/patches/patch-configure
    N ports/security/sqlat/patches/patch-sqlanalyze_c
    N ports/security/sqlat/patches/patch-sqldict_c
    N ports/security/sqlat/patches/patch-sqldirtree_c
    N ports/security/sqlat/patches/patch-sqldumplogins_c
    N ports/security/sqlat/patches/patch-sqlquery_c
    N ports/security/sqlat/patches/patch-sqlregenumkey_c
    N ports/security/sqlat/patches/patch-sqlreggetvalue_c
    N ports/security/sqlat/patches/patch-sqlsamdump_c
    N ports/security/sqlat/patches/patch-sqlupload_c
    N ports/security/sqlat/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/26 01:40:02

Modified files:
	security       : Makefile 

Log message:
sqlat


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/08/26 01:51:08

Modified files:
	security/sqlat : Makefile 

Log message:
# GPL


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/26 03:44:20

Modified files:
	xc/programs/fvwm/fvwm: Imakefile 

Log message:
complex.c needs to be compiled with -O0 on sparc too since the switch
to ELF, to avoid a segmentation fault in fvwm.
XXX strange


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/26 05:49:30

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_io.c 

Log message:
do not call xf86FlushInput() on wskbd.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/26 07:11:41

Modified files:
	regress/lib/libc/getaddrinfo: Makefile 

Log message:
Make this into a proper regress test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/26 08:39:29

Modified files:
	net/pure-ftpd  : Makefile 

Log message:
remove whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 09:44:53

Modified files:
	usr.bin/calendar/calendars/ru_RU.KOI8-R: calendar.common 

Log message:
miners day dup; from dfa@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 09:48:21

Modified files:
	usr.bin/calendar/calendars/ru_RU.KOI8-R: calendar.common 
	                                         calendar.history 
	                                         calendar.msk 
	                                         calendar.orthodox 

Log message:
trailing spaces, new lines; tabs vs spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 09:55:02

Modified files:
	share/man/man4 : radio.4 

Log message:
lost xr gtp; from jumbo@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 10:20:04

Modified files:
	sys/dev        : audio.c audio_if.h audiovar.h 

Log message:
space cleanup; some from grendel@zeitbombe.org


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/26 10:39:25

Modified files:
	sys/kern       : uipc_socket2.c 

Log message:
Update sb_lastrecord in sbcompress() when the mbuf pointed to is removed.
Bug report from Alistair Kerr, tested miod@, inspected art@, ok provos@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/26 11:25:17

Modified files:
	.              : Makefile 

Log message:
Install XF86Config mode 644


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/26 14:18:07

Modified files:
	share/man/man9 : vn_lock.9 vnode.9 vwaitforio.9 

Log message:
Add licenses to man pages written by Costa.
Licenses sent to me from him in mail, but he can't commit right now.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 14:42:38

Modified files:
	sys/dev/sun    : sunkbd.c 

Log message:
map backspace to delete, not backspace key symbol which are defined the same at the moment; jason ok@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 14:48:12

Modified files:
	sys/dev/usb    : ukbdmap.c 

Log message:
map backspace to delete, not backspace key symbol which are defined the same at the moment; drahn ok@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/26 14:53:39

Modified files:
	sys/compat/linux: Tag: OPENBSD_3_1 linux_socket.c 

Log message:
Pull in patches from current:
Fix (aaron,fgsch):
- Correct the size arg to copyout.
- socket flags are not inherited via accept() on linux; found and tested
by gustavo, several ppl ok@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/26 15:17:45

Modified files:
	sys/dev/wscons : wsksymdef.h 

Log message:
now that none of the keyboard maps map anything into
the KS_BackSpace (use KS_Delete instead) we can restore
an ability to map any key into BackSpace symbol:

wsconsctl -w keyboard.map+="keycode 14 = Cmd_ResetEmul BackSpace"

xfree is not using the key symbols, but raw key codes and therefore
is not affected (as discussed w/ matthieu@).
in fact, nothing in the whole tree is using the KS_BackSpace right now.
existing KS_BackSpace definition is wrong and breaks the wsconsctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/08/26 16:12:11

Modified files:
	share/man/man5 : Makefile 
Added files:
	share/man/man5 : bsd.regress.mk.5 

Log message:
add man page for bsd.regress.mk, based on bsd.port.mk

art@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/26 16:15:10

Modified files:
	textproc/expat : Makefile 

Log message:
use gmake


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/26 16:33:22

Modified files:
	.              : Makefile 

Log message:
don't include mystuff if using mirror-maker.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/26 16:43:53

Modified files:
	lib/libpcap    : scanner.l 

Log message:
must yyrestart after longjmp; moritz@jodeit.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/26 17:38:15

Modified files:
	misc/figlet    : Makefile distinfo 
	misc/figlet/patches: patch-figlet patch-figlist 
	misc/figlet/pkg: PLIST 

Log message:
Update to figlet-2.2.1 and modernise the port

breakage noticed by Saad Kadhi <bsdguy@docisland.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/26 18:39:36

Modified files:
	usr.sbin/traceroute6: traceroute6.c 

Log message:
warn if multiple addresses are returned from DNS (traceroute(8) should do it too)
sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/26 19:15:35

Added files:
	share/man/man9 : autoconf.9 

Log message:
Document the device autoconfiguration framework;
from NetBSD with some modifications.
ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/26 19:16:59

Modified files:
	share/man/man9 : Makefile 

Log message:
Add autoconf(9) and some links; ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/26 19:19:52

Modified files:
	sys/sys        : device.h 

Log message:
config_edit() isn't used anywhere. ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/26 19:38:19

Modified files:
	net/lftp       : Makefile distinfo 

Log message:
update net/lftp to 2.6.1; kevlo@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/26 20:18:34

Modified files:
	distrib/alpha/common: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/i386/common: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/miniroot: install.sh upgrade.sh 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/sun3   : install.md 
	distrib/vax    : install.md 

Log message:
Move general partitioning advice from machine dependant per disk
routine to install.sh so it is displayed only once.

Strongly advise /, /tmp, /var, /usr and /home have their own
disk partitions as requested by deraadt@.

Rather than rely on users not re-selecting an already initialized
disk, just allow them to choose from un-initialized disks.

Move get_root invocation into install.sub as both install.sh and
upgrade.sh did it first thing.

Remove the 'workaround' to a 'vnode aliasing bug' that came in
with the initial import of upgrade.sh from NetBSD. ok millert@.

Rework verbiage in a few places. Clean up logic around looping
through disk units by handling root disk better.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/26 20:27:07

Modified files:
	distrib/miniroot: install.sub 

Log message:
Missed file in last commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/26 20:42:36

Modified files:
	games/dopewars : Makefile distinfo 
	games/dopewars/patches: patch-Makefile_in patch-doc_Makefile_in 
	games/dopewars/pkg: PLIST 
Added files:
	games/dopewars/patches: patch-configure_in 
Removed files:
	games/dopewars/patches: patch-src_serverside_c 

Log message:
upgrade to dopewars 1.5.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/26 20:46:17

Modified files:
	x11/xscreensaver: Makefile 
	x11/xscreensaver/pkg: PFRAG.no-no_gle PLIST 
Added files:
	x11/xscreensaver/patches: patch-configure_in 
	                          patch-driver_screensaver-properties_desktop_in 

Log message:
xscreensaver will "autodetect" gtk+1 or gtk+2 libs.  This patch forces
the use of gtk+1 libs even when gtk+2 libs are present.  A FLAVOR for
gtk+2 is pending, and eventually gtk+2 will replace gtk+ as the preferred
toolkit for xscreensaver.

Bump package version.  Marc Matteo <marcm@lectroid.net> is taking over
maintainership.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/26 20:46:28

Modified files:
	www/tinyproxy  : distinfo 

Log message:
correct checksums. NEWS file inside distfile updated.
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/26 20:53:29

Modified files:
	www/tinyproxy  : Makefile 
	www/tinyproxy/pkg: DEINSTALL DESCR INSTALL 

Log message:
- respect SYSCONFDIR
- better DESCR
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/27 02:53:13

Modified files:
	lib/libc/net   : getaddrinfo.c gethostnamadr.c getnetnamadr.c 

Log message:
allocate 64K recieve buffer for DNS responses.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/27 05:15:19

ports/math/grace/patches

Update of /cvs/ports/math/grace/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18278/patches

Log Message:
Directory /cvs/ports/math/grace/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/27 05:48:56

Modified files:
	math/grace     : Makefile distinfo 
Added files:
	math/grace/patches: patch-src_editpwin_c patch-src_plotone_c 

Log message:
Update to 5.1.9.
From: maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/27 05:52:17

Modified files:
	www/opera      : Makefile distinfo 

Log message:
SECURITY update to 6.03: OpenSSL fixes.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 06:16:31

Modified files:
	cs             : anoncvs.html cvsup.html docum.html 
	                 donations.html i386.html macppc.html plus.html 
	                 ports.html products.html security.html 
	                 sparc.html sparc64.html testimonials.html 
	                 users.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 06:20:06

Modified files:
	faq/cs         : faq1.html faq10.html faq13.html faq14.html 
	                 faq3.html faq5.html faq6.html index.html 
Added files:
	faq/cs         : faqtoc.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 06:29:07

Modified files:
	openssh/nl     : ftp.html portable.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 06:42:30

Modified files:
	es             : donations.html ftp.html sparc64.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 07:04:35

Modified files:
	faq/es         : faq5.html faq8.html index.html 
	                 upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/27 07:23:54

Modified files:
	www/netscape   : Makefile.inc 
	www/netscape/communicator-linux: Makefile 
	www/netscape/communicator-linux/files: netscape.i386 
	www/netscape/communicator-linux/pkg: PLIST 
	www/netscape/navigator-linux: Makefile 
	www/netscape/navigator-linux/files: netscape.i386 
	www/netscape/navigator-linux/pkg: PLIST 

Log message:
- Don't install the included flash plugin, which is very old and may suffer
from a buffer overflow.
- Pick up any plugins in lib/ns-plugins by default.

Issue pointed out by David Krause <openbsd@davidkrause.com>.
Principal changes ok kevlo@

Users are advised to install the www/flashplugin port for Flash support.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 07:28:24

Modified files:
	ja             : donations.html ftp.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 07:32:53

Modified files:
	openssh/ja     : ftp.html portable.html windows.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/27 07:35:16

Modified files:
	faq/ja         : faq8.html index.html upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 08:28:22

Modified files:
	xc/programs/Xserver/hw/xfree86/loader: elfloader.c 

Log message:
mprotect(,..|PROT_EXEC) malloc'ed pages that contain code


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/08/27 09:40:44

Modified files:
	net/gaim       : Makefile distinfo 
	net/gaim/pkg   : PLIST 
Removed files:
	net/gaim/patches: patch-configure patch-src_list_c 

Log message:
SECURITY: update to gaim-0.59.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/27 09:41:30

Modified files:
	devel/boehm-gc : Makefile distinfo 
	devel/boehm-gc/pkg: PLIST 
Added files:
	devel/boehm-gc/patches: patch-doc_gc_man patch-dyn_load_c 
	                        patch-include_private_gcconfig_h 
	                        patch-mach_dep_c patch-misc_c 
	                        patch-os_dep_c 
	devel/boehm-gc/pkg: PFRAG.shared 
Removed files:
	devel/boehm-gc/patches: patch-aa patch-ab patch-ac patch-ad 
	                        patch-ae patch-af 

Log message:
update to 6.0
misc pieces from art@, pval@, and myself


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 10:04:42

Modified files:
	sys/kern       : vfs_lookup.c 

Log message:
call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/27 10:24:26

Modified files:
	share/man/man9 : uvm.9 

Log message:
- sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(),
uvm_km_suballoc(), uvm_pagealloc(), uvm_page_phsload(), uvm_pageout(),
uvm_vslock() and uvm_fork() with reality.
- move the descriptions of uvm_km_suballoc(), uvm_km_free() and
uvm_km_free_wakeup() to the correct section.
- describe uvm_map_pageable_all().
- complete sentences.
- add a BUGS section.
ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 10:29:22

Modified files:
	sys/lib/libkern/arch/hppa: bcopy.m4 
	sys/arch/hppa/hppa: locore.S 

Log message:
do not just bail out of the copy loop, but go to the
'done' label for the job finish.
major register missallocation for copyonfault, fix it.
clean the space regs after use.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 10:32:24

Modified files:
	lib/libc/arch/hppa/string: bcopy.m4 

Log message:
sync from libkern (where the major fix was done or the kernel piece of this)


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 10:32:43

src/regress/sys/kern/nxheap-mprotect

Update of /cvs/src/regress/sys/kern/nxheap-mprotect
In directory cvs.openbsd.org:/tmp/cvs-serv29313/nxheap-mprotect

Log Message:
Directory /cvs/src/regress/sys/kern/nxheap-mprotect added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 10:37:42

Modified files:
	regress/sys/kern: Makefile 
Added files:
	regress/sys/kern/nxheap-mprotect: Makefile nxheap-mprotect.c 

Log message:
A test for non executable heap / mprotect. Ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 10:43:51

Modified files:
	regress/sys/kern/nxheap-mprotect: nxheap-mprotect.c 

Log message:
Add <stdlib.h> for malloc prototype


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/27 10:46:09

Log message:
    OpenCM alpha16
    
    OpenCM is designed as a secure, high-integrity replacement for CVS. A list of
    the key features can be found on the features page. While not as ``feature
    rich'' as CVS, it supports some useful things that CVS lacks. Briefly, OpenCM
    provides first-class support for renames and configuration, cryptographic
    authentication and access control, and first-class branches.
    
    The OpenCM project was originally started because we needed a secure,
    high-integrity configuration management system for the EROS project.
    Alternatives, such as BitKeeper, Subversion, and PerForce, either did not
    meet our requirements or were not available at the time the work started. We
    had previously used CVS, but it's absence of real branches and configurations
    finally drove us to build a better tool.
    
    Status:
    
    Vendor Tag:	OpenCM_alpha_16
    Release Tags:	todd
    
    N ports/devel/opencm/distinfo
    N ports/devel/opencm/Makefile
    N ports/devel/opencm/pkg/PLIST
    N ports/devel/opencm/pkg/DESCR
    N ports/devel/opencm/pkg/DESCR-docs
    N ports/devel/opencm/pkg/PLIST-docs
    N ports/devel/opencm/patches/patch-base_src_Makefile_in
    N ports/devel/opencm/patches/patch-base_doc_Makefile_in
    N ports/devel/opencm/patches/patch-base_configure_in
    N ports/devel/opencm/patches/patch-base_aclocal_m4
    N ports/devel/opencm/patches/patch-base_doc_manual_cmd_ref_texi
    N ports/devel/opencm/patches/patch-base_doc_opencm_texi
    N ports/devel/opencm/patches/patch-base_src_client_command_c
    N ports/devel/opencm/patches/patch-base_src_help_bind_help
    N ports/devel/opencm/patches/patch-base_src_help_create_repository_help
    N ports/devel/opencm/patches/patch-base_src_help_create_user_help
    N ports/devel/opencm/patches/patch-base_src_help_gadd_help
    N ports/devel/opencm/patches/patch-base_src_help_add_help
    N ports/devel/opencm/patches/patch-base_src_help_gremove_help
    N ports/devel/opencm/patches/patch-base_src_help_opt_obscure_help
    N ports/devel/opencm/patches/patch-base_src_help_revert_help
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/27 10:48:59

Modified files:
	devel          : Makefile 

Log message:
enable opencm


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/27 10:52:45

Modified files:
	devel/opencm/pkg: DESCR 

Log message:
wrap DESCR to 72 chars, suggested by pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/08/27 10:52:57

Modified files:
	mail/sylpheed  : Makefile distinfo 

Log message:
update to 0.8.2
Lot of fixes for gpg, line wrapping, socket timeout, news cache, etc ...
Precedent versions were not RFC3156 compliant.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/27 11:13:57

Modified files:
	usr.bin/ssh    : ssh-rsa.c 

Log message:
RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/27 11:18:40

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
some warning text for ForwardAgent and ForwardX11; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/27 11:43:14

Modified files:
	devel/opencm/patches: patch-base_aclocal_m4 
	                      patch-base_doc_manual_cmd_ref_texi 
	                      patch-base_doc_opencm_texi 
	                      patch-base_src_client_command_c 
	                      patch-base_src_help_add_help 
	                      patch-base_src_help_bind_help 
	                      patch-base_src_help_gadd_help 
	                      patch-base_src_help_revert_help 
Added files:
	devel/opencm/patches: patch-base_Makefile_in 
	                      patch-base_configure 
	                      patch-base_doc_manual_cmd_ref_texi.orig 
	                      patch-base_src_client_Makefile_in 
	                      patch-base_src_client_WsEntity_h 
	                      patch-base_src_client_browse_Browse_c 
	                      patch-base_src_client_opencm_c 
	                      patch-base_src_common_ChannelSSL_c 
	                      patch-base_src_common_EntityCache_c 
	                      patch-base_src_common_Entity_h 
	                      patch-base_src_common_Makefile_in 
	                      patch-base_src_common_ObDict_h 
	                      patch-base_src_common_Revision_c 
	                      patch-base_src_common_SDR_c 
	                      patch-base_src_common_SDR_h 
	                      patch-base_src_common_Serializable_c 
	                      patch-base_src_common_Serializable_h 
	                      patch-base_src_common_ServerRequest_h 
	                      patch-base_src_common_TrueName_h 
	                      patch-base_src_common_WireException_h 
	                      patch-base_src_common_encode_c 
	                      patch-base_src_common_except_c 
	                      patch-base_src_common_except_h 
	                      patch-base_src_common_rbtree_c 
	                      patch-base_src_common_rbtree_h 
	                      patch-base_src_common_sxdelta_c 
	                      patch-base_src_common_util_c 
	                      patch-base_src_help_create-repository_help 
	                      patch-base_src_help_create-user_help 
	                      patch-base_src_help_opt-obscure_help 
	                      patch-base_src_libdiff_Makefile_in 
	                      patch-base_src_opencm_h 
	                      patch-base_src_repos_Makefile_in 
	                      patch-base_src_repos_fs_FSRepos_c 
	                      patch-base_src_repos_net_NetRepository_c 
	                      patch-base_src_server_DoRequest_c 
	                      patch-base_src_server_Makefile_in 
	                      patch-base_tools_cvsconvert_py 
	                      patch-base_zlib_gzio_c 
	                      patch-base_zlib_zutil_c 
Removed files:
	devel/opencm/patches: patch-base_src_help_create_repository_help 
	                      patch-base_src_help_create_user_help 
	                      patch-base_src_help_opt_obscure_help 

Log message:
I was reminded about 64bit patches.
o rename three patches to 'update-patches' naming conventions
o add 64bit patches
o add other tidbits from my
opencm://opencm.org/everyone/todd@fries.net/home/merge-candidate
branch


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/27 12:01:10

Removed files:
	devel/opencm/patches: patch-base_doc_manual_cmd_ref_texi.orig 

Log message:
this snuck in. bye!


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 12:32:12

Modified files:
	regress/sys/kern/nxheap-mprotect: nxheap-mprotect.c 

Log message:
fix the second call to on heap code. Noticed by drahn@. Thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/08/27 13:02:18

Modified files:
	net/radiusd-lucent: Makefile distinfo 

Log message:
update to the latest patch (version 6)
* drop NEED_VERSION
* update package patch level


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/27 13:55:09

Modified files:
	net/ncftp      : Makefile distinfo 
Removed files:
	net/ncftp/patches: patch-libncftp_ftp_c patch-sio_SConnect_c 

Log message:
Update to 3.1.4.

ok ericj@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/27 14:00:31

Added files:
	audio/mpg321/patches: patch-mpg321_c 

Log message:
Plug file descriptor leak.
Noticed by deraadt@, fix from Joe Drew <drew@debian.org>.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 14:36:55

Modified files:
	xc/programs/Xserver/hw/xfree86/loader: elfloader.c 

Log message:
More mprotect(PROT_EXEC) for alpha


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/27 14:49:58

Log message:
    amiwm is an X11 window manager that tries to make your display look
    and feel like and Amiga Workbench screen. The purpose of amiwm is
    to make life more pleasant for Amiga-freaks who have/want to use
    UNIX workstations once in awhile.
    
    WWW: http://www.lysator.liu.se/~marcus/amiwm.html
    
    Submitted by Lurene Grenier <lurene@daemonkitty.net>
    
    Status:
    
    Vendor Tag:	lebel
    Release Tags:	lebel_2002-Aug-27
    
    N ports/x11/amiwm/Makefile
    N ports/x11/amiwm/distinfo
    N ports/x11/amiwm/pkg/DESCR
    N ports/x11/amiwm/pkg/PLIST
    N ports/x11/amiwm/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/27 14:51:04

Modified files:
	x11            : Makefile 

Log message:
+amiwm


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/27 15:06:40

Modified files:
	distrib/notes  : README.sparc README.sparc64 

Log message:
fix the multi-head configuration examples.
Make screen0 be on the left and screen1 be on the right.


CVSROOT:	/cvs
Module name:	www
Changes by:	markus@cvs.openbsd.org	2002/08/27 15:27:35

Modified files:
	.              : plus.html 

Log message:
listen backlock was changed for the agent (not for sshd)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 16:03:42

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
jean genet


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 16:07:36

Modified files:
	usr.bin/calendar/calendars: calendar.history 

Log message:
ellaborate a bit on the first icbm test (now that i've found a good history piece)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/27 16:12:44

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
samuel beckett; ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 16:22:43

Modified files:
	usr.bin/calendar/calendars: calendar.history 

Log message:
a couple of funky nuke accidents


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 16:55:15

Modified files:
	usr.bin/calendar/calendars/ru_RU.KOI8-R: calendar.common 

Log message:
unlucky day on baykonur


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/27 16:59:10

Log message:
    initial import of misc/logjam-3.0.4:
    --
    LogJam is a GTK client for LiveJournal.com, which can link with XMMS. The
    gnome flavor (broken) creates a gnome style gui for the program, while the
    xmms flavor (working) links to your playlist so you can dump it to the
    journal with a click.
    
    WWW: http://logjam.danga.com/
    
    Submitted by Lurene Grenier <lurene@daemonkitty.net>
    
    Status:
    
    Vendor Tag:	lebel
    Release Tags:	lebel_2002-Aug-27
    
    N ports/misc/logjam/Makefile
    N ports/misc/logjam/distinfo
    N ports/misc/logjam/pkg/PLIST
    N ports/misc/logjam/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/27 16:59:47

Modified files:
	misc           : Makefile 

Log message:
+logjam


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/27 17:14:38

Added files:
	usr.bin/calendar/calendars: calendar.openbsd 

Log message:
some openbsd-related dates to celebrate; some from niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/27 17:56:44

Modified files:
	share/man/man9 : uvm.9 

Log message:
no more .Pp before/after .Sh; from mpech@


CVSROOT:	/cvs
Module name:	ports
Changes by:	drahn@cvs.openbsd.org	2002/08/27 19:34:38

Modified files:
	x11/ogle       : Makefile 
Removed files:
	x11/ogle/patches: patch-configure 

Log message:
Better support for altivec on powerpc. pass the enable-altivec to configure
if altivec flavor is selected, otherwise disable-altivec. ok pvalchev


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/27 19:41:11

Log message:
    initial import of productivity/devtodo 0.1.14:
    --
    Todo is a program to display and manage a hierarchical list of outstanding
    work, or just reminders.
    
    The program itself is assisted by a few shell scripts that override default
    builtins. Specifically, cd, pushd and popd are overridden so that when using
    one of these commands to enter a directory, the todo will display any
    outstanding items in that directory.
    
    WWW: http://devtodo.sourceforge.net/
    
    Submitted by Margarida Sequeira <niness@devilness.org>
    
    Status:
    
    Vendor Tag:	lebel
    Release Tags:	lebel_2002-Aug-27
    
    N ports/productivity/devtodo/Makefile
    N ports/productivity/devtodo/distinfo
    N ports/productivity/devtodo/pkg/DESCR
    N ports/productivity/devtodo/pkg/PLIST
    N ports/productivity/devtodo/pkg/INSTALL
    N ports/productivity/devtodo/pkg/DEINSTALL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/27 19:41:43

Modified files:
	productivity   : Makefile 

Log message:
+devtodo


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/27 21:19:38

Modified files:
	lib/libc/net   : res_mkquery.c 

Log message:
Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.
from onoe@sm.sony.co.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/27 21:30:27

Modified files:
	bin/systrace   : intercept.c openbsd-syscalls.c 

Log message:
fix systrace with chroot.  from provos


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/27 21:38:35

Modified files:
	sys/dev        : systrace.c 

Log message:
cast size_t to u_long on printing.  from netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/08/27 21:46:24

Removed files:
	x11/xfce/patches: patch-xfmenu_Makefile_in 

Log message:
remove bogus patch; from maintainer Jim Geovedi


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/27 21:54:35

Modified files:
	bin/systrace   : openbsd-syscalls.c 

Log message:
avoid symbol conflict (errno)


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/08/28 00:46:16

Modified files:
	net/ethereal/pkg: PLIST 

Log message:
Missing dirrm, ok jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/08/28 02:28:21

Modified files:
	sys/sys        : malloc.h 
	share/man/man9 : malloc.9 

Log message:
RAIDframe spelling. ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/28 05:05:02

Modified files:
	sys/dev/ic     : gem.c 

Log message:
- Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx)
- Instead of setting OACTIVE on the interface when encap fails and never
clearing it, set a 2 second timer instead and hope that the memory
situation will improve. This stops the lockups of the interface when
memory is running low.
jason@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/28 06:18:02

Modified files:
	www/netscape   : Tag: OPENBSD_3_1 Makefile.inc 
	www/netscape/communicator-linux: Tag: OPENBSD_3_1 Makefile 
	www/netscape/communicator-linux/files: Tag: OPENBSD_3_1 
	                                       netscape.i386 
	www/netscape/communicator-linux/pkg: Tag: OPENBSD_3_1 PLIST 
	www/netscape/navigator-linux: Tag: OPENBSD_3_1 Makefile 
	www/netscape/navigator-linux/files: Tag: OPENBSD_3_1 
	                                    netscape.i386 
	www/netscape/navigator-linux/pkg: Tag: OPENBSD_3_1 PLIST 

Log message:
MFC:
- Don't install the included flash plugin, which is very old and may suffer
from a buffer overflow.
- Pick up any plugins in lib/ns-plugins by default.

Users are advised to install the www/flashplugin port for Flash support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/28 06:19:46

Modified files:
	www/netscape/communicator-linux: Makefile distinfo 
	www/netscape/communicator-linux/patches: patch-ns-install 
	www/netscape/navigator-linux: Makefile distinfo 
	www/netscape/navigator-linux/patches: patch-ns-install 

Log message:
update to 4.8; ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/28 06:38:15

Modified files:
	www/w3m        : Makefile 
Removed files:
	www/w3m/patches: patch-configure patch-gc_dyn_load_c 
	                 patch-gc_include_private_gcconfig_h 

Log message:
Use the devel/boehm-gc port instead of the bundled gc library.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/08/28 08:06:47

Modified files:
	libexec/ftpd   : ftpd.8 
	libexec/ld.so/ldconfig: ldconfig.8 
	libexec/login_krb4: login_krb4.8 
	libexec/login_krb4-or-pwd: login_krb4-or-pwd.8 
	libexec/login_krb5: login_krb5.8 
	libexec/login_krb5-or-pwd: login_krb5-or-pwd.8 
	libexec/login_passwd: login_passwd.8 
	libexec/login_skey: login_skey.8 

Log message:
o) start new sentence on a new line;
o) don't use .Nm w/o argument in .SYNOPSIS;
I waste time, when fixing already cleaned pages. :(

one man ok@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/28 08:38:25

Modified files:
	devel/opencm   : Makefile 

Log message:
from wilfried@ .. properly use LIB_DEPENDS and use the PLIST${SUBPACKAGE} so
we don't end up with two packages with docs with the docs flavor. Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2002/08/28 09:43:03

Modified files:
	sys/net        : if_gre.c pf.c 
	sys/netinet    : igmp.c in_gif.c ip_icmp.c ip_input.c 
	                 ip_mroute.c ipsec_output.c tcp_output.c 
	                 tcp_subr.c udp_usrreq.c 
	sys/netipx     : ipx_ip.c 
	sys/netiso     : if_eon.c tp_inet.c 
	sys/netns      : ns_ip.c 

Log message:
Fix a problem where passing NULL as a pointer with varargs does not promote
NULL to full 64 bits on a 64 bit address system. Soultion is to add a
(void *) cast before NULL. This makes a 64 bit MIPS kernel work and will
probably help future 64 bit ports as well.

OK from art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/28 09:54:01

Modified files:
	www/netscape   : Makefile.inc 
	www/netscape/communicator: Makefile 
	www/netscape/communicator-old: Makefile 
	www/netscape/navigator: Makefile 
	www/netscape/navigator-old: Makefile 

Log message:
remove myself as MAINTAINER of these ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/28 11:39:31

Modified files:
	.              : INDEX 

Log message:
update INDEX (1966)


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/08/28 13:46:02

Modified files:
	etc/etc.sparc  : fbtab 

Log message:
entry for sparc/wscons with X:
- getty runs on /dev/console. change owner of /dev/tty[CD]0
- include /dev/ttyc for mouse.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/08/28 13:48:29

Modified files:
	usr.bin/mg     : tty.c 

Log message:
ANSIfication uncovers function argument bugs. How unusual.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/28 14:15:34

Modified files:
	sys/arch/i386/stand/biosboot: biosboot.S 

Log message:
ancient file name in .file; from pbastos@rdc.puc-rio.br


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/28 14:51:18

Log message:
    add p5-PerlMagick port
    -
    PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
    the module to read, manipulate, or write an image or image sequence from
    within a Perl script.
    --
    From: Sam Smith <s@msmith.net>
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_2002-08-28
    
    N ports/graphics/p5-PerlMagick/Makefile
    N ports/graphics/p5-PerlMagick/distinfo
    N ports/graphics/p5-PerlMagick/pkg/DESCR
    N ports/graphics/p5-PerlMagick/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/28 14:53:15

Modified files:
	graphics       : Makefile 

Log message:
enable p5-PerlMagick


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/28 15:20:48

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/dev/isa    : files.isa files.isapnp pnpdevs radiotrack.c 
Added files:
	sys/dev/isa    : rt_isa.c rt_isapnp.c rtreg.h rtvar.h 

Log message:
update of radiotrack driver, including isapnp support; from jumbo@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/28 15:24:20

Modified files:
	share/man/man4 : isapnp.4 rt.4 

Log message:
radiotrack man updates; form jumbo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/08/28 16:23:29

Modified files:
	devel/opencm   : Makefile 
	devel/opencm/patches: patch-base_src_client_browse_Browse_c 
	                      patch-base_src_client_command_c 
	                      patch-base_src_client_opencm_c 
	                      patch-base_src_common_SDR_c 
	                      patch-base_src_help_bind_help 
	                      patch-base_src_help_gremove_help 
	                      patch-base_src_help_revert_help 
	devel/opencm/pkg: PLIST 
Added files:
	devel/opencm/patches: patch-base_etc_opencm_rc 
	                      patch-base_src_client_Merge_c 
	                      patch-base_src_client_WorkSpace_c 
	                      patch-base_src_client_WorkSpace_h 
	                      patch-base_src_client_WsEntity_c 
	                      patch-base_src_client_command_h 
	                      patch-base_src_common_OS_unix-path_c 
	                      patch-base_src_common_PRNG_c 
	                      patch-base_src_common_SSLcommon_h 
	                      patch-base_src_common_xfopen_c 
	                      patch-base_src_help_create-project_help 
	                      patch-base_src_help_import_help 
	                      patch-base_src_help_mv_help 
	                      patch-base_src_help_rename-entity_help 
	                      patch-base_src_help_rm_help 
	                      patch-base_src_help_whoami_help 
	                      patch-base_src_opencm-builddir_h 
	                      patch-base_zlib_Makefile 
Removed files:
	devel/opencm/patches: patch-base_src_client_WsEntity_h 
	                      patch-base_src_common_ChannelSSL_c 
	                      patch-base_src_common_EntityCache_c 
	                      patch-base_src_common_Entity_h 
	                      patch-base_src_common_ObDict_h 
	                      patch-base_src_common_Revision_c 
	                      patch-base_src_common_SDR_h 
	                      patch-base_src_common_Serializable_c 
	                      patch-base_src_common_Serializable_h 
	                      patch-base_src_common_ServerRequest_h 
	                      patch-base_src_common_TrueName_h 
	                      patch-base_src_common_WireException_h 
	                      patch-base_src_common_encode_c 
	                      patch-base_src_common_except_c 
	                      patch-base_src_common_except_h 
	                      patch-base_src_common_rbtree_c 
	                      patch-base_src_common_rbtree_h 
	                      patch-base_src_common_sxdelta_c 
	                      patch-base_src_common_util_c 
	                      patch-base_src_opencm_h 
	                      patch-base_src_repos_fs_FSRepos_c 
	                      patch-base_src_repos_net_NetRepository_c 
	                      patch-base_src_server_DoRequest_c 
	                      patch-base_tools_cvsconvert_py 
	                      patch-base_zlib_gzio_c 
	                      patch-base_zlib_zutil_c 

Log message:
64bit stuff breaks in bad ways. more testing needed


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/28 16:30:43

Modified files:
	sys/arch/hppa/include: cdefs.h 

Log message:
do not forget to export the weak alias, proper line continuation


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/28 17:41:59

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/28 17:42:16

Modified files:
	sys/arch/hppa/include: types.h 

Log message:
vm_offset_t/vm_size_t are on their way to tartars now


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/28 19:15:22

Modified files:
	sys/arch/hppa/include: cdefs.h 

Log message:
soft line breaks do not work always, just nl and tab instead, prettier too


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/08/28 19:53:37

Modified files:
	distrib/miniroot: dot.profile list2sh.awk 
	distrib/sparc/miniroot: list 
	distrib/sparc/ramdisk: list 

Log message:
Add a new verb to list2sh.awk, 'REMOVE'. This allows the easy
disabling of '(U)pgrade' in architectures by adding

REMOVE upgrade

to the end of the 'list' file for that architecture.

Add code to dot.profile to check for the presence of the upgrade
script before offering to (U)pgrade.

Use the new verb to disable upgrades for sparc.

ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/28 19:57:15

Added files:
	sysutils/xuvmstat/patches: patch-libcdcx_c 

Log message:
- pull in errx prototype from <err.h>.
- fix format strings.
ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/28 19:58:57

Modified files:
	sysutils/xuvmstat/patches: patch-get_uvmexp_c patch-xuvmstat_c 

Log message:
- pull in errx() prototype from <err.h>.
- main() is int.
ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/29 01:23:04

Modified files:
	share/man/man4 : xe.4 

Log message:
indet -> indent in .Bl; ok mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/29 01:23:47

Modified files:
	share/man/man4/man4.i386: apm.4 

Log message:
-compat -> -compact in .Bl; ok mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/29 01:24:52

Modified files:
	share/man/man4/man4.sparc: daadio.4 

Log message:
add missing .El; ok mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/29 01:26:18

Modified files:
	share/man/man9 : radio.9 

Log message:
- use .Ft and .Fn for function prototypes.
- remove empty lines.
ok mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/08/29 01:34:31

Modified files:
	share/man/man4 : atalk.4 eephy.4 eso.4 ioprbs.4 isa.4 siop.4 
	                 uftdi.4 urlphy.4 wscons.4 wsmux.4 
	share/man/man4/man4.alpha: pms.4 
	share/man/man4/man4.i386: iy.4 pcibios.4 
	share/man/man4/man4.mac68k: mc.4 
	share/man/man4/man4.macppc: aed.4 ams.4 
	share/man/man4/man4.vax: cons.4 
	share/man/man5 : bsd.port.mk.5 moduli.5 
	share/man/man7 : mirroring-ports.7 ports.7 
	share/man/man8 : compat_ibcs2.8 dhcp.8 diskless.8 
	share/man/man8/man8.vax: format.8 

Log message:
- replace empty lines by .Pp where appropriate.
- no empty lines at end of file.
ok mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 04:31:36

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.hppa 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 
	                         md.vax mi 
	distrib/sets/lists/comp: md.sparc mi 
	distrib/sets/lists/man: md.sparc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 05:15:20

Modified files:
	etc/etc.sparc  : fbtab 

Log message:
how did such an obvious typo get commited?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 05:18:17

Modified files:
	etc            : login.conf 

Log message:
fix comments; seb@todesplanet.de


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/08/29 06:13:19

Modified files:
	sbin/isakmpd   : x509.c 

Log message:
Work around arguably correct OpenSSL behaviour and only ask for CRL
checks when we actually have CRLs to check against. Problem pointed
out by <sturm@sec.informatik.tu-darmstadt.de>.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/29 09:15:46

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
size_t has to be casted to u_long on printing.
From: Martti Kuparinen <martti.kuparinen@iki.fi>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/29 09:16:33

Modified files:
	sbin/isakmpd/sysdep/netbsd: sysdep-os.h 

Log message:
need CPI_xx decls


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/29 09:57:25

Modified files:
	usr.bin/ssh    : monitor.c session.c sshlogin.c sshlogin.h 

Log message:
pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
NOTE: there are also p-specific parts to this patch. ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/29 10:02:54

Modified files:
	usr.bin/ssh    : ssh.1 ssh.c 

Log message:
deprecate -P as UsePrivilegedPort defaults to no now; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/29 10:09:02

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
more on UsePrivilegedPort and setuid root; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/08/29 10:45:57

Modified files:
	gnu/usr.bin/texinfo: Makefile.in 

Log message:
enable ro src for texinfo/; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/29 12:35:14

Modified files:
	usr.bin/calendar/calendars: calendar.openbsd 

Log message:
formatting fixes from dfa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/08/29 12:35:40

Modified files:
	infrastructure/mk: bsd.port.subdir.mk 

Log message:
remove an unnecessary check for NetBSD

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/29 13:49:42

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
shrink initial privilege bracket for setuid case; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/08/29 14:06:03

Modified files:
	net/ethereal   : Tag: OPENBSD_3_1 Makefile distinfo 
	net/ethereal/pkg: Tag: OPENBSD_3_1 PFRAG.shared 

Log message:
MFC:
SECURITY update to ethereal 0.9.6: various bugfixes including one buffer
overflow fixed and some new/update protocols as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/29 15:08:22

Modified files:
	usr.bin/calendar/calendars: calendar.openbsd 

Log message:
spelling; niklas@ suggested those, but i forgot and now this is from six@stalphonsos.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 15:47:55

Modified files:
	etc/etc.alpha  : fbtab 
	etc/etc.i386   : fbtab 
	etc/etc.macppc : fbtab 
	etc/etc.mvmeppc: fbtab 
	etc/etc.sparc  : fbtab 
	etc/etc.sparc64: fbtab 

Log message:
cleanup all fbtab, various ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/29 16:18:42

Modified files:
	sys/dev/sun    : sunkbd.c 
	sys/dev/wscons : wsksymdef.h 

Log message:
Define new wscons symbols for the L function keys found on Sun keyboards,
and let the sun layout tables produce them.
ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/29 16:19:33

Modified files:
	sys/dev/wscons : wsemul_sun.c 

Log message:
Produce the same escape codes as SunOS with the L function keys in console.
(tested against Solaris 2.5)


CVSROOT:	/cvs
Module name:	XF4
Changes by:	miod@cvs.openbsd.org	2002/08/29 16:27:02

Modified files:
	distrib/notes  : README.sparc README.sparc64 

Log message:
Fix typos in sample configuration file sections for multihead.
ok matthieu@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/29 16:37:15

Modified files:
	xc/programs/Xserver/hw/xfree86/common: atKeynames.h xf86Events.c 
	                                       xf86KbdBSD.c 
	xc/programs/xkbcomp/keycodes: xfree86 
	xc/programs/xkbcomp/rules: xfree86 
	xc/programs/xkbcomp/symbols/sun: Imakefile 
Added files:
	xc/programs/xkbcomp/symbols/sun: lkeys 

Log message:
"L" keys support for Sun keyboards under X. Ok deraadt@.

XXX Make sure to install new wscons headers from previous commit
before trying to rebuild X on any architecture.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/29 16:38:45

Modified files:
	distrib/sets/lists/xbase: md.sparc 

Log message:
update


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/29 16:42:09

Modified files:
	distrib/sets/lists/xbase: md.i386 md.alpha md.macppc md.sparc64 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/08/29 16:45:22

Modified files:
	usr.bin/mg     : display.c 

Log message:
fix a little display bug when editing a file with binary characters, columns
weren't calculated correctly.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 16:47:15

Modified files:
	lib/libc/rpc   : pmap_clnt.c 

Log message:
clean; gwyllion@ace.ulyssis.org


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/29 16:48:32

Added files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc: 
	                                                          XF86Config.2heads 

Log message:
Add a working 2 heads configuration file. From deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 16:52:00

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
remove extra arg; jmegq@post.harvard.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/29 16:54:10

Modified files:
	usr.bin/ssh    : sshd_config.5 ssh_config.5 

Log message:
state XAuthLocation is a full pathname


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/29 16:55:16

Modified files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc: 
	                                                          XF86Config 

Log message:
Add XkbModel specification


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/08/29 16:59:07

Modified files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc: 
	                                                          XF86Config 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 16:59:37

Modified files:
	share/man/man4 : tty.4 

Log message:
remove extra word; armihu@utu.fi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 17:34:55

Modified files:
	etc/etc.alpha  : fbtab 
	etc/etc.i386   : fbtab 
	etc/etc.macppc : fbtab 
	etc/etc.mvmeppc: fbtab 
	etc/etc.sparc  : fbtab 
	etc/etc.sparc64: fbtab 

Log message:
even closer to the truth; miod, matthieu, todd


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/08/29 17:43:16

Modified files:
	etc            : MAKEDEV.mi 

Log message:
add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wscons


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/08/29 17:43:41

Modified files:
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/08/29 17:45:01

Modified files:
	etc/etc.alpha  : fbtab 
	etc/etc.sparc64: fbtab 

Log message:
more tweaks insisted on by miod


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/29 20:17:34

Modified files:
	usr.sbin/traceroute: traceroute.8 

Log message:
add some history regarding use of UDP probe packets vs. ICMP.
from: http://www.kohala.com/start/papers.others/vanj.99feb08.txt
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/08/29 21:51:17

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/30 01:23:50

Modified files:
	usr.sbin/traceroute6: traceroute6.8 traceroute6.c 

Log message:
have -I option, which causes traceroute6 to use ICMPv6 echo request for probing
(instead of udp).


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/08/30 01:58:08

Modified files:
	lib/libc/stdlib: atexit.h atexit.c exit.c 
	regress/lib/libc: Makefile 

Log message:
re-enable function pointer table protection, this time make sure that
malloc.c gets the first mmap() call (since it depends on that, for its
sbrk(0) use). ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/30 02:08:23

Modified files:
	sys/dev/ic     : if_wi.c 

Log message:
only do copyout() if wi_get_debug() returned 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/08/30 02:19:49

Modified files:
	sys/dev/ic     : if_wi.c 

Log message:
plug mbuf leak.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/30 02:24:55

Modified files:
	include        : unistd.h 

Log message:
Put sentinel back in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/08/30 02:33:14

Modified files:
	lang/egcs/stable/patches: patch-gcc_config_i386_openbsd_h 
	                          patch-libstdc++-v3_config_cpu_m68k_bits_atomicity_h 
	                          patch-libstdc++-v3_configure_in 
	                          patch-libstdc++-v3_src_Makefile_in 
Added files:
	lang/egcs/stable/patches: patch-gcc_config_i386_i386_c 

Log message:
Add non-exec trampoline stub (mprotect stack).
Fixes ada build.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/30 02:50:02

Modified files:
	include        : bsd_auth.h 

Log message:
put sentinel back in. Thx miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/30 03:31:33

Modified files:
	sys/arch/sparc/conf: RAMDISK 

Log message:
Add pnozz and wsdisplay at pnozz for Tadpole users. Spotted by millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/08/30 03:56:22

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
__FUNCTION__ -> __func__ that I forgot to commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 04:24:16

Modified files:
	lib/libssl     : Makefile 
Removed files:
	lib/libssl/src/apps: CA.pl 
	lib/libssl/src/crypto: Makefile 
	lib/libssl/src/crypto/idea: Makefile 

Log message:
remove generated files and generated symlinks (in make clean)


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/08/30 04:53:58

Modified files:
	sys/dev/pci    : pcidevs pcidevs.h pcidevs_data.h 

Log message:
Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller.

from Alexander Yurchenko <grange@rt.mipt.ru>


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/08/30 05:59:39

Modified files:
	share/man/man5 : bsd.regress.mk.5 

Log message:
o) start new sentence on a new line;
o) close .Bl;

avsm@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 06:15:42

Modified files:
	lib/libssl/src/crypto/objects: objects.pl 

Log message:
do not modify input files, allows ro source builds; tested by fries@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/30 06:23:57

Modified files:
	audio/xmms     : Makefile 
Added files:
	audio/xmms/patches: patch-Output_sun_Makefile_in 

Log message:
drop gmake dependency.


CVSROOT:	/cvs
Module name:	www
Changes by:	gluk@cvs.openbsd.org	2002/08/30 07:04:52

Modified files:
	.              : index.html 

Log message:
Remove www.openbsd.ru mirror. It doesn't exists anymore.


CVSROOT:	/cvs
Module name:	www
Changes by:	gluk@cvs.openbsd.org	2002/08/30 07:18:59

Modified files:
	openssh        : index.html 

Log message:
Remove link to www.openbsd.ru mirror.  Reminded by miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/30 09:06:06

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
fix refetch target when DIST_SUBDIR is defined. FULLDISTDIR -> DISTDIR
--
Problem pointed out by: Nick Nauwelaerts <nick@wanadoo.be>
Ok'd by: espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 09:08:11

Modified files:
	lib/libssl     : Makefile 

Log message:
make clean should not depend on prereq; ok fries@


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/08/30 10:21:44

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
Support for PDC20271 and PDC20276.
Enable UDMA6 for Ultra133 chips (PDC20269, PDC20271 and PDC20276).
PDC20271 and PDC20276 not tested, but Free/NetBSD's source code claims
that they works the same as the PDC20269.

from Alexander Yurchenko <grange@rt.mipt.ru>

csapuntz@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	gluk@cvs.openbsd.org	2002/08/30 10:25:28

Modified files:
	.              : ftp.html 

Log message:
Remove ftp.openbsd.ru and www/ftp.openbsd.org.ar mirrors.

Pointed by Margarida Sequeira <niness@devilness.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/08/30 11:09:21

Modified files:
	bin/systrace   : policy.c 

Log message:
allow # in system call name. remove trailing white space.
from provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/30 13:42:52

Modified files:
	devel/gconf    : Makefile distinfo 
	devel/gconf/patches: patch-config_h_in patch-gconf_gconftool_c 
	                     patch-po_Makefile_in_in 
	devel/gconf/pkg: INSTALL PFRAG.shared PLIST 
Added files:
	devel/gconf/patches: patch-gconf_Makefile_in 
	                     patch-gconf_default_path_in 
Removed files:
	devel/gconf/patches: patch-backends_val-encode_c 
	devel/gconf/pkg: PFRAG.db3 PFRAG.db3.shared 

Log message:
-update to 1.0.9
-move the default databases to /var/db.

From Marc Matteo <marcm@lectroid.net>

-cleanup: remove useless db3 and guile flavors.

NOTE: This is one of the times you really need to heed the install
notice. In particular, /etc/gconf/1/path should be updated to reflect
the new location for the database.


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/08/30 14:07:24

Modified files:
	usr.sbin/ypserv/ypinit: ypinit.sh 

Log message:
domains -> domain's


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 15:05:53

Modified files:
	lib/libssl/src/ssl: s3_srvr.c 

Log message:
protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5


CVSROOT:	/cvs
Module name:	src
Changes by:	jsyn@cvs.openbsd.org	2002/08/30 16:59:01

Modified files:
	usr.bin/make   : make.1 

Log message:
okay, I'll bite.  s/sports/supports/ can go in; it's clearer.
from Tomoyuki Sahara <tshr@oak.dti.ne.jp>; nick@ says this looks better, too


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/08/30 18:05:20

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
warn if multiple addresses are returned from DNS; suggested
by and ok itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 18:17:54

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
don't install private headers
remove trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 18:21:26

Modified files:
	lib/libssl/crypto: Makefile 

Log message:
don't install e_os.h (it's private)
remove duplicate headers, trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/08/30 18:24:20

Modified files:
	lib/libssl/crypto: Makefile 

Log message:
ssl headers are already installed for libssl


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/30 18:38:11

Modified files:
	editors/vim/stable: Makefile distinfo 

Log message:
update vim/stable to 6.1.171


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/30 21:54:58

Modified files:
	emulators/zsnes: Makefile 
	emulators/zsnes/pkg: PLIST 
Added files:
	emulators/zsnes/patches: patch-src_Makefile_in 

Log message:
- drop gmake dependency.
- don't install useless docs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/30 22:19:15

Added files:
	emulators/zsnes/patches: patch-src_linux_sdllink_c 

Log message:
- don't crash if there is no available video device.
- check the return value of SDL calls.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/30 22:58:25

Modified files:
	libexec/ld.so  : dlfcn.c dl_printf.c 

Log message:
Add the ability to output to file descriptors besides stderr.
This allows ldd outptut go to stdout like it should. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/31 00:51:36

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
a strange aironet and a couple of ti bridges


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/31 00:51:58

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen, bad gluk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/08/31 01:15:11

Added files:
	audio/xmms/patches: patch-Input_cdaudio_cddb_c 
	                    patch-Output_sun_configure_c 
	                    patch-Visualization_blur_scope_config_c 
	                    patch-xmms_getopt_c 

Log message:
LP64 fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/31 01:28:33

Modified files:
	etc            : Makefile 
	distrib/sets/lists/etc: md.sparc 

Log message:
Install /etc/wsconsctl.conf on sparc.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/08/31 04:47:20

Modified files:
	distrib/notes/sparc: hardware 
	share/man/man4/man4.sparc: bwtwo.4 cgeight.4 cgfour.4 
	                           cgfourteen.4 cgsix.4 cgthree.4 
	                           cgtwelve.4 cgtwo.4 intro.4 pnozz.4 
	                           tcx.4 
	sys/arch/sparc/conf: GENERIC RAMDISK SUN4C SUN4M files.sparc 
Added files:
	share/man/man4/man4.sparc: vigra.4 
	sys/arch/sparc/dev: vigra.c 

Log message:
Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more from
this series.
Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/31 05:00:25

Modified files:
	.              : sparc.html 

Log message:
Mention VS10 support.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/08/31 05:07:04

Modified files:
	.              : ftp.html 

Log message:
Add trailing slashes to all ftp:// urls.
From Sebastian Stark (seb at todesplanet dot de)


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/31 06:32:21

Added files:
	devel/pkgconfig/patches: patch-parse_c patch-pkg_c patch-pkg_h 

Log message:
Make pkg-config propagate linker flags other than -l and -L, needed
for dependency chains with -pthread in it.

From Marc Matteo <marcm@lectroid.net>.

Ok shell@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/08/31 07:31:58

Modified files:
	devel/gconf/pkg: INSTALL 

Log message:
Notice and warn the user if the configuration is out of date.

Suggested by avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/08/31 09:09:23

Modified files:
	devel/p5-Test-Simple: Makefile distinfo 

Log message:
Updated to p5-Test-Simple-0.47


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/08/31 09:11:59

Modified files:
	libexec/ld.so  : util.h 

Log message:
argh, include prototype for dl_fdprintf(), missed by myself and reviewers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/08/31 11:12:08

Modified files:
	editors/vim/stable/pkg: PLIST 

Log message:
include share/vim/vim61/synmenu.vim in PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/08/31 13:40:40

Modified files:
	net/kinkatta   : Makefile 
	net/kxicq2     : Makefile 
	net/kmago      : Makefile 
Removed files:
	net/kinkatta/patches: patch-network_taim_cpp 
	net/kinkatta/pkg: DESCR PLIST 
	net/kxicq2     : distinfo 
	net/kxicq2/pkg : DESCR PLIST 
	net/kmago      : distinfo 
	net/kmago/pkg  : DESCR PLIST 

Log message:
stub out ports which are dead in the water.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/31 14:25:32

src/regress/sys/kern/nxheap

Update of /cvs/src/regress/sys/kern/nxheap
In directory cvs.openbsd.org:/tmp/cvs-serv19252/nxheap

Log Message:
Directory /cvs/src/regress/sys/kern/nxheap added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/31 14:29:47

Modified files:
	regress/sys/kern: Makefile 
Added files:
	regress/sys/kern/nxheap: Makefile nxheap.c 

Log message:
a simple nxheap test hacked out of nxstack and nxheap-mprotect; tested on i386 and hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/08/31 15:18:49

Modified files:
	sys/dev/sbus   : cgsix.c cgthree.c 

Log message:
Always setup the RAMDAC (even if we're not the console) so when the display
is cleared, it's cleared to a known color (white instead of whatever is put
in the ramdac by the prom, usually cyan).


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/08/31 15:44:29

Modified files:
	bin/ed         : ed.1 

Log message:
Unbreak. We have situations where last space in the line is required.
From dfa@openbsd.ru


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/31 16:06:42

Modified files:
	ja             : ftp.html index.html plus.html 

Log message:
sync with badlands translation CVs


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/31 16:30:01

Modified files:
	ru             : ftp.html index.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/08/31 16:39:56

Modified files:
	openssh/ru     : ftp.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/31 16:50:35

src/regress/sys/kern/noexec

Update of /cvs/src/regress/sys/kern/noexec
In directory cvs.openbsd.org:/tmp/cvs-serv27660/noexec

Log Message:
Directory /cvs/src/regress/sys/kern/noexec added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/08/31 16:56:01

Modified files:
	regress/sys/kern: Makefile 
Added files:
	regress/sys/kern/noexec: Makefile noexec.c 
Removed files:
	regress/sys/kern/nxbss: Makefile nxbss.c 
	regress/sys/kern/nxheap: Makefile nxheap.c 
	regress/sys/kern/nxheap-mprotect: Makefile nxheap-mprotect.c 
	regress/sys/kern/nxstack: Makefile nxstack.c 
	regress/sys/kern/nxstack-mprotect: Makefile nxstack-mprotect.c 

Log message:
a combined non-exec test set.
allows reusing same testing code for:
- text & mprotect (not finished, not enabled);
- data, data & mprotect;
- bss, bss & mprotect;
- heap, heap & mprotect;
- stack, stack & mprotect.
also a test for mmaping pages in those areas
and see how it allows execution (suggested by art@),
not enabled yet.
all tested on i386 and hppa.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/01 02:25:26

Modified files:
	x11/kde        : Makefile 
	x11/kde/addons3: Makefile distinfo 
	x11/kde/arts3  : Makefile distinfo 
	x11/kde/arts3/pkg: PFRAG.shared PLIST 
	x11/kde/artwork3: Makefile distinfo 
	x11/kde/base3  : Makefile distinfo 
	x11/kde/base3/pkg: PLIST 
	x11/kde/edu3   : Makefile distinfo 
	x11/kde/games3 : Makefile distinfo 
	x11/kde/graphics3: Makefile distinfo 
	x11/kde/i18n3  : Makefile distinfo 
	x11/kde/i18n3/pkg: PLIST.uk 
	x11/kde/kdoc3  : Makefile 
	x11/kde/libs3  : Makefile distinfo 
	x11/kde/libs3-doc: Makefile 
	x11/kde/multimedia3: Makefile distinfo 
	x11/kde/network3: Makefile distinfo 
	x11/kde/office3: Makefile 
	x11/kde/toys3  : Makefile distinfo 
	x11/kde/utils3 : Makefile distinfo 
Removed files:
	x11/kde/arts3/patches: patch-soundserver_Makefile_in 
	                       patch-soundserver_artsd_cc 
	x11/kde/libs3/patches: patch-kio_kssl_kopenssl_cc 
	                       patch-kio_kssl_kopenssl_h 
	                       patch-kio_kssl_ksslcertificate_cc 

Log message:
kde 3.0.3, incorporated kssl changes...


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/01 03:23:11

Log message:
    Initial import of x11/waimea
    --
    Waimea is a virtual desktop window manager for X11 designed to be fast and
    highly customizable.
    It uses Blackbox image rendering engine (Blackbox styles support) and
    can use Xft library for font rendering (anti-aliased font support).
    
    WWW: http://waimea.sourceforge.net
    
    Status:
    
    Vendor Tag:	couderc
    Release Tags:	couderc_2002-Sep-01
    
    N ports/x11/waimea/Makefile
    N ports/x11/waimea/distinfo
    N ports/x11/waimea/pkg/DESCR
    N ports/x11/waimea/pkg/PLIST
    N ports/x11/waimea/patches/patch-src_EventHandler_cc
    N ports/x11/waimea/patches/patch-src_EventHandler_hh
    N ports/x11/waimea/patches/patch-data_actions_Makefile_in
    N ports/x11/waimea/patches/patch-data_styles_Default_in
    N ports/x11/waimea/patches/patch-data_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/01 03:29:08

Modified files:
	x11            : Makefile 

Log message:
add waimea


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/01 04:00:49

Log message:
    Initial import of wampager from Margarida Sequeira
    --
    Wampager is a dockable mini pager for Waimea window manager.
    
    WWW: http://waimea.sourceforge.net/
    
    Status:
    
    Vendor Tag:	couderc
    Release Tags:	sequeira_2002-Sep-01
    
    N ports/x11/wampager/Makefile
    N ports/x11/wampager/distinfo
    N ports/x11/wampager/pkg/DESCR
    N ports/x11/wampager/pkg/PLIST
    N ports/x11/wampager/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/01 04:06:49

Modified files:
	x11            : Makefile 

Log message:
add wampager


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/01 04:23:47

Modified files:
	x11/kde        : Makefile 

Log message:
Oops, just put kde2 stuff at the end, don't remove it altogether yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/01 05:35:52

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
Oppsie. Remove my debugging code.
noted by tdeval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/01 09:16:17

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 
	security/p5-IO-Socket-SSL/pkg: PLIST 

Log message:
Updated to p5-IO-Socket-SSL-0.91


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/01 10:29:32

Modified files:
	regress/lib/libssl: Makefile 

Log message:
e_os.h is longer installed


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/01 10:29:36

Modified files:
	xc/programs/Xserver/hw/xfree86/dummylib: Imakefile 
Added files:
	xc/programs/Xserver/hw/xfree86/dummylib: useMsg.c 
	                                         dispatchException.c 
	                                         serverGeneration.c 

Log message:
More entries for dummylib


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/01 10:32:59

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_init.c 

Log message:
Make xf86OpenConsole() idempotent


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/01 10:39:45

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: i386_video.c 

Log message:
- Swap the order of tests in checkDevMem: check for /dev/xf86 first
and fall back to /dev/mem only of the aperture driver is not available.
- add a call to xf86OpenConsole to the xf86DropPriv() - on i386 it needs
to be done early with root privileges to be able to open a "free" VT.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/01 10:40:42

Modified files:
	xc/programs/Xserver/hw/xfree86/common: xf86Init.c 

Log message:
Enable the code that revoke root privileges early on i386


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/01 10:46:35

Modified files:
	nl             : donations.html ftp.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/01 12:08:09

Modified files:
	de             : donations.html i386-laptop.html index.html 
	                 want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/01 12:09:12

Modified files:
	openssh/de     : ftp.html index.html portable.html 

Log message:
less mirrors


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/01 12:20:40

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
more appropriate comments about UserDir.
Partitially from Sam Smith.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mpech@cvs.openbsd.org	2002/09/01 12:49:01

Modified files:
	comms/minicom  : Makefile 
	editors/joe    : Makefile 
	editors/nedit  : Makefile 
	emulators/BasiliskII: Makefile 
	emulators/simh : Makefile 
	mail/hypermail : Makefile 
	mail/xfmail    : Makefile 
	misc/deco      : Makefile 
	net/ipfm       : Makefile 
	net/fping      : Makefile 
	net/ipcad      : Makefile 
	russian/xcyrillic: Makefile 
	russian/cyrproxy: Makefile 
	russian/d1489  : Makefile 
	russian/xruskb : Makefile 
	www/analog     : Makefile 
	www/calamaris  : Makefile 
	www/wwwcount   : Makefile 
	x11/xforms     : Makefile 
	sysutils/xosview: Makefile 

Log message:
Remove Oleg Safiullin from MAINTAINERS.

form@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	mpech@cvs.openbsd.org	2002/09/01 13:10:31

Modified files:
	net/trafd      : Makefile 

Log message:
Remove Oleg from MAINTAINERS.

form@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/01 14:24:12

Log message:
    Import FoilTeX 2.1.3.
    From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
    
    FoilTeX is a LaTeX2e class package for typesetting foils.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020901
    
    N ports/print/foiltex/Makefile
    N ports/print/foiltex/distinfo
    N ports/print/foiltex/pkg/PLIST
    N ports/print/foiltex/pkg/DESCR
    N ports/print/foiltex/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/01 14:25:24

Modified files:
	print          : Makefile 

Log message:
+foiltex


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/01 14:32:08

Modified files:
	security/keychain: Makefile distinfo 
	security/keychain/patches: patch-keychain 

Log message:
Update to 2.0.2.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/01 14:34:31

Modified files:
	net            : Makefile 

Log message:
remove kinkatta, kmago, and kxicq2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/01 14:49:31

Modified files:
	security/keychain/patches: patch-keychain 

Log message:
Fix version number.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/09/01 16:57:34

Modified files:
	.              : anoncvs.html ftp.html index.html 
	openssh        : ftp.html index.html portable.html 

Log message:
Your average always-late mirrorlist update.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/01 17:55:01

Modified files:
	libexec/ld.so/alpha: rtld_machine.c 
	libexec/ld.so/i386: rtld_machine.c 
	libexec/ld.so/sparc: rtld_machine.c 
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
Make sure that the symbol return value is always initialized before
the address of it is passed to dl_find_symbol(). fixes xpdf lazy
binding problem. ok art@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/01 18:56:22

Modified files:
	faq            : faq5.html 

Log message:
Add section on snapshots.  Content ok art@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/01 20:48:31

Modified files:
	faq            : faq5.html 

Log message:
cleanup: few typos, standardizing on <i>-[current|release|stable]</i>
whenever used, and those @#%^@! &gt;'s (Sam Smith, <S@msmith.net>),
corrections of rough wording from Horacio@, and lots of help from
Margarida Sequeira <niness@devilness.org>.  Thanks to all!


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/09/01 21:52:38

Added files:
	share/man/man9 : pmap.9 

Log message:
Document the pmap interface.
art@ "it's work in progress" ok


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/09/01 21:54:14

Modified files:
	share/man/man9 : Makefile 

Log message:
Add pmap.9 and some links; ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/09/01 22:12:04

Modified files:
	share/man/man9 : uvm.9 

Log message:
xrefs to pmap(9); ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/01 22:46:05

Modified files:
	devel/jdk/1.4-linux/pkg: PLIST 

Log message:
Remove default conflicts and add a explicit conflict with itself only.

Ok kevlo@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/09/02 00:01:02

Modified files:
	share/man/man9 : pmap.9 

Log message:
- no .Pp before .Sh.
- hte -> the.
- remove spaces in -width strings.
- begin sentence on a new line.
- sort xrefs.
from mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/02 02:00:24

Modified files:
	distrib/notes/sparc: hardware 
	sys/arch/sparc/dev: cgfourteen.c 

Log message:
Make the cgfourteen work in 32bit when possible, also display the size of
the VSIMM in the dmesg.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/09/02 02:03:41

Modified files:
	.              : sparc.html 

Log message:
Update cgfourteen status.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/09/02 02:04:14

Modified files:
	.              : want.html 

Log message:
Mention some recent sparc framebuffer donations, and ask for more.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/02 03:14:46

Modified files:
	x11/gnome/applets: Makefile 

Log message:
Add missing scrollkeeper depends.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/02 05:37:53

Modified files:
	textproc/ispell: distinfo 

Log message:
update checksum as portuguese dictionary was updated


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/09/02 13:40:31

Modified files:
	sbin/pfctl     : parse.y 

Log message:
Make sure the interface specified with route-to/dup-to/fastroute exists
and null-terminate the interface name. Found by Michael Wallis.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/09/02 13:42:54

Modified files:
	sbin/pfctl     : parse.y 

Log message:
Fix parsing of port ranges in translation rules (port a:b -> port c:d).
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/09/02 13:56:55

Modified files:
	share/mk       : bsd.regress.mk 
	share/man/man5 : bsd.regress.mk.5 
	regress        : Makefile 

Log message:
- Precede internal bsd.regress.mk variables with a _
- Rename old variables to be easier to read, and deprecate old
variables.  The old variables will still work, but emit warnings.
- REGRESS_SKIP_SLOW only needs to be non-empty now, not explicitly
set to 'yes'
- REGRESS_LOG can contain more than one file to append results to
- ERRORS variable can be set in Makefile to emit warnings or indicate
fatal errors.
- Add REGRESS_MAIL variable which can be set to an email address to
send results to.  Currently this only works for a full regression
run, since art doesnt want partial run results
- sync bsd.regress.mk(5) with these changes

ok art@ , also looked over by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/09/02 13:59:51

Modified files:
	regress/lib/libc/atexit: Makefile 

Log message:
the regress target should be run-regress-atexit_test to avoid
aborting a regress run if it fails


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/09/02 14:01:44

Modified files:
	regress/bin/ksh: Makefile 
	regress/bin/md5: Makefile 
	regress/etc/MAKEDEV: Makefile 
	regress/include/bitstring: Makefile 
	regress/lib/csu/dtors: Makefile 
	regress/lib/libc/db: Makefile 
	regress/lib/libc/getaddrinfo: Makefile 
	regress/lib/libc/longjmp: Makefile 
	regress/lib/libc/regex: Makefile 
	regress/lib/libc/sigreturn: Makefile 
	regress/lib/libc/sigsetjmp: Makefile 
	regress/lib/libc_r: Makefile.inc 
	regress/lib/libc_r/pcap: Makefile 
	regress/lib/libc_r/socket/2a: Makefile 
	regress/lib/libc_r/stdarg: Makefile 
	regress/lib/libm/trivial1: Makefile 
	regress/lib/libssl: Makefile 
	regress/sbin/pfctl: Makefile 
	regress/share/man: Makefile 
	regress/sys/arch/i386/ldt: Makefile 
	regress/sys/ddb: Makefile 
	regress/sys/kern/execve: Makefile 
	regress/sys/kern/kqueue: Makefile 
	regress/sys/kern/nanosleep: Makefile 
	regress/sys/kern/noexec: Makefile 
	regress/sys/kern/signal/sigfpe: Makefile 
	regress/sys/kern/unfdpass: Makefile 
	regress/usr.bin/m4: Makefile 
	regress/usr.bin/make: Makefile 
	regress/usr.bin/sort: Makefile 
	regress/usr.bin/ssh: Makefile 
	regress/usr.bin/tsort: Makefile 

Log message:
Rename a bunch of the old bsd.regress.mk variables into the new ones.

ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/02 15:16:16

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile distinfo 
	mail/p5-Mail-SpamAssassin/patches: 
	                                   patch-lib_Mail_SpamAssassin_pm 
	mail/p5-Mail-SpamAssassin/pkg: PLIST 

Log message:
update mail/p5-Mail-SpamAssassin to 2.40:
--
The #1 big change:

- SpamAssassin now *REQUIRES* procmail  for  local  delivery  support;
-P  option  is  now  the  default.  Unless   you   use   procmail,
Mail::Audit, KMail, or an  MTA-level  integration,  do  not  upgrade

From maintainer, Han Boetes <han@boetes.org>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/02 15:17:27

Modified files:
	es             : anoncvs.html ftp.html index.html sparc.html 
	                 want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/02 15:21:18

Modified files:
	faq/es         : faq5.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/02 15:27:00

Modified files:
	ja             : anoncvs.html ftp.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/02 15:31:56

Modified files:
	nl             : ftp.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/02 15:33:16

Modified files:
	openssh/nl     : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/09/02 16:37:18

Modified files:
	regress        : Makefile 

Log message:
comment out the mailing suggestions, since the address doesnt exist yet


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/02 17:25:02

Modified files:
	audio/mpg321/patches: patch-mpg321_c 

Log message:
Fix format string bugs.
From: Moritz Jodeit <moritz@jodeit.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/02 19:01:52

Modified files:
	audio/xmms-sid : Makefile distinfo 
Removed files:
	audio/xmms-sid/patches: patch-configure patch-src_xmms-sid_cc 
	                        patch-src_xs_about_c 

Log message:
Update to 0.7.4: bug fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/09/02 19:19:07

Added files:
	audio/xmms/patches: patch-xmms_visualization_c 

Log message:
fix signed char assumption.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/09/02 19:22:22

Modified files:
	audio/xmms     : Makefile 
	audio/xmms/pkg : PFRAG.shared 
Added files:
	audio/xmms/pkg : DESCR-mp3 PFRAG.shared-mp3 PLIST-mp3 

Log message:
subpackage the mp3 input plugin.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/02 19:30:29

Modified files:
	faq            : faq4.html faq5.html 

Log message:
Fixes for typos, punctuation, grammar, and added man page links,
from Moritz Jodeit <moritz@jodeit.org>, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/02 21:58:08

Modified files:
	.              : INDEX 

Log message:
update INDEX (1966)


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/02 22:20:28

Modified files:
	devel/guilib   : Makefile distinfo 
	devel/guilib/pkg: PFRAG.shared PLIST 

Log message:
guilib-1.1.1 update
(works on ELF with brad's pending fixes: usbhid_pic/SDL)
told to go ahead and commit now (brad@ ok)


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/02 22:29:10

Modified files:
	devel/guilib   : Makefile 
	devel/guilib/patches: patch-Makefile_am patch-Makefile_in 
	                      patch-ltconfig patch-ltmain_sh 

Log message:
tag patches and add GPL comment for PERMIT's


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/02 22:34:13

Modified files:
	net/nemesis    : Makefile 

Log message:
chop NEED_VERSION, tag BSD comment for PERMIT's


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/02 23:45:22

Modified files:
	security/pgpdump: Makefile 
	security/pgpdump/patches: patch-Makefile_in 

Log message:
+ # BSD
+ update-patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/02 23:49:19

Modified files:
	net/angst      : Makefile 
	net/angst/patches: patch-Makefile 

Log message:
+ # BSD
+ update-patches
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/03 00:11:42

Modified files:
	audio/streamripper: Makefile 
	audio/streamripper/patches: patch-Makefile_in 

Log message:
+ update-patches
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/03 00:19:18

Modified files:
	devel/sdl-image: Makefile 
	devel/sdl-image/patches: patch-Makefile_am patch-Makefile_in 

Log message:
+ # GPL
+ update-patches
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/03 00:24:46

Modified files:
	devel/sdl-mixer: Makefile 
	devel/sdl-mixer/patches: patch-Makefile_am patch-Makefile_in 

Log message:
+ # GPL
+ update-patches
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/03 00:28:40

Modified files:
	devel/sdl-net  : Makefile 
	devel/sdl-net/patches: patch-Makefile_am patch-Makefile_in 
	                       patch-SDLnetsys_h 

Log message:
+ # GPL
+ update-patches
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/03 00:31:18

Modified files:
	devel/sdl-ttf  : Makefile 

Log message:
+ # GPL
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/03 00:57:15

Modified files:
	x11/gnome/applets: Makefile 

Log message:
Use tabs instead of spaces for the scrollkeeper deps.

Spotted by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/03 02:30:49

Modified files:
	math/grpn      : Makefile 
	math/grpn/patches: patch-Makefile 

Log message:
+ # GPL
+ update-patches
+ chop NEED_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 03:21:21

Removed files:
	lib/libssl/src/crypto/asn1: a_bmp.c a_null.c a_vis.c d2i_dhp.c 
	                            d2i_dsap.c d2i_r_pr.c d2i_r_pu.c 
	                            d2i_s_pr.c d2i_s_pu.c i2d_dhp.c 
	                            i2d_dsap.c i2d_r_pr.c i2d_r_pu.c 
	                            i2d_s_pr.c i2d_s_pu.c p7_dgst.c 
	                            p7_enc.c p7_enc_c.c p7_evp.c 
	                            p7_i_s.c p7_lib.c p7_recip.c 
	                            p7_s_e.c p7_signd.c p7_signi.c 
	lib/libssl/src/crypto/conf: conf.c 
	lib/libssl/src/crypto/des: supp.c 
	lib/libssl/src/crypto/engine: engine_err.c engine_int.h 
	                              engine_lib.c engine_list.c 
	                              engine_openssl.c 
	lib/libssl/src/crypto/objects: obj_dat.h.src 
	lib/libssl/src/crypto/pkcs12: p12_bags.c p12_lib.c p12_mac.c 
	                              p12_sbag.c 
	lib/libssl/src/crypto/rand: md_rand_munged.c 

Log message:
unused files, not part of OpenSSL 0.9.7


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 04:49:49

Removed files:
	lib/libssl/src/perl: MANIFEST Makefile.PL OpenSSL.pm OpenSSL.xs 
	                     README.1ST openssl.h openssl_bio.xs 
	                     openssl_bn.xs openssl_cipher.xs 
	                     openssl_digest.xs openssl_err.xs 
	                     openssl_ssl.xs openssl_x509.xs typemap 

Log message:
unused files, perl subdir not part of OpenSSL 0.9.7


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 04:50:43

Removed files:
	lib/libssl/src/perl/t: 01-use.t 02-version.t 03-bio.t 

Log message:
not part of OpenSSL 0.9.7


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/09/03 05:18:29

Modified files:
	regress        : Makefile 

Log message:
trim some whitespace in the mail subject


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/03 05:19:02

Modified files:
	ja             : want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/03 06:17:57

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile 

Log message:
add dependency to www/p5-HTML-Parser; from maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/03 06:21:12

Modified files:
	usr.sbin/tcpdump: print-bgp.c extract.h 

Log message:
Sync with tcpdump.org


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 07:00:25

Modified files:
	lib/libssl/crypto: Makefile 

Log message:
evp_test.o should not be included in libcrypto (it defines _main !!)
no version change for the shared libs; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:33

src/lib/libssl/man

Update of /cvs/src/lib/libssl/man
In directory cvs.openbsd.org:/tmp/cvs-serv26526/man

Log Message:
Directory /cvs/src/lib/libssl/man added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:35

src/lib/libssl/crypto/arch

Update of /cvs/src/lib/libssl/crypto/arch
In directory cvs.openbsd.org:/tmp/cvs-serv26526/crypto/arch

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:53

src/lib/libssl/crypto/arch/alpha

Update of /cvs/src/lib/libssl/crypto/arch/alpha
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/alpha

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/alpha added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:54

src/lib/libssl/crypto/arch/hppa

Update of /cvs/src/lib/libssl/crypto/arch/hppa
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/hppa

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:55

src/lib/libssl/crypto/arch/i386

Update of /cvs/src/lib/libssl/crypto/arch/i386
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/i386

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/i386 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:56

src/lib/libssl/crypto/arch/m68k

Update of /cvs/src/lib/libssl/crypto/arch/m68k
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/m68k

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/m68k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:57

src/lib/libssl/crypto/arch/m88k

Update of /cvs/src/lib/libssl/crypto/arch/m88k
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/m88k

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/m88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:58

src/lib/libssl/crypto/arch/mips

Update of /cvs/src/lib/libssl/crypto/arch/mips
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/mips

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/mips added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:38:59

src/lib/libssl/crypto/arch/powerpc

Update of /cvs/src/lib/libssl/crypto/arch/powerpc
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/powerpc

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/powerpc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:39:00

src/lib/libssl/crypto/arch/sparc

Update of /cvs/src/lib/libssl/crypto/arch/sparc
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/sparc

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/sparc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:39:01

src/lib/libssl/crypto/arch/sparc64

Update of /cvs/src/lib/libssl/crypto/arch/sparc64
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/sparc64

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/sparc64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 08:39:02

src/lib/libssl/crypto/arch/vax

Update of /cvs/src/lib/libssl/crypto/arch/vax
In directory cvs.openbsd.org:/tmp/cvs-serv21542/crypto/arch/vax

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/vax added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 09:28:49

Modified files:
	regress/sys/kern/noexec: Makefile 

Log message:
those targets are all phony


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 09:29:33

Modified files:
	regress/sys/kern/noexec: noexec.c 

Log message:
suffix the tests to see what is happenning indeed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/03 10:27:52

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.hppa 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.sparc 
	                         md.sparc64 md.sun3 md.vax 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 10:30:55

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/conf       : files 
	sys/dev/isa    : files.isapnp pnpdevs 
Added files:
	sys/dev/isa    : aic_isapnp.c 

Log message:
aic at isapnp, from anders@Arnholm.nu w/ fixes from me


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 10:32:19

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 10:34:49

Modified files:
	share/man/man4 : aic.4 

Log message:
uncomment the aic at isapnp


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 10:43:13

Modified files:
	sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 

Log message:
add aic@isapnp, commented out, except for _cd


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/03 10:50:29

Modified files:
	graphics/xanim : Makefile 
Removed files:
	graphics/xanim/patches: sparc-patch 

Log message:
remove sparc/a.out specific codecs


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/03 11:53:41

Modified files:
	de             : anoncvs.html ftp.html index.html sparc.html 
	                 sparc64.html want.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/03 11:54:41

Modified files:
	openssh/de     : ftp.html index.html portable.html 

Log message:
mirrors changed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/03 12:28:49

Modified files:
	sbin/pflogd    : pflogd.c 

Log message:
use sig_atomic_t; cloder


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 12:37:13

Modified files:
	sbin/isakmpd/sysdep/bsdi: sysdep-os.h 

Log message:
CPI_RESERVED_MIN is not defined on KAME+BSD/OS; ok ho@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/03 12:38:46

Modified files:
	faq/cs         : faq2.html 

Log message:
sync with badlands translation CVS,
work by Petr Ruzicka <petr_ruzicka@thcom.cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 12:40:18

Modified files:
	sbin/isakmpd/sysdep/common/libsysdep: GNUmakefile Makefile 
Added files:
	sbin/isakmpd/sysdep/common/libsysdep: strlcat.c strlcpy.c 

Log message:
add strlcpy/cat for BSD/OS


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/03 12:46:03

Log message:
    initial import of net/tcpreen-1.0.2:
    --
    TCPreen is a simple tool to monitor and analyze data transmitted
    between a client and a server via a TCP connection, it supports
    both IPV4 and IPV6.
    
    This tool focuses on the data stream (software/socket layer), not
    on the lower level transmission protocol as packet sniffers do.
    
    WWW: http://www.simphalempin.com/dev/tcpreen/
    
    Submitted by Margarida Sequeira <niness@devilness.org>
    
    Status:
    
    Vendor Tag:	lebel
    Release Tags:	lebel_2002-Sep-03
    
    N ports/net/tcpreen/Makefile
    N ports/net/tcpreen/distinfo
    N ports/net/tcpreen/pkg/DESCR
    N ports/net/tcpreen/pkg/PLIST
    N ports/net/tcpreen/patches/patch-po_Makefile_in_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/03 12:48:19

Modified files:
	net            : Makefile 

Log message:
+tcpreen


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 12:55:21

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
bcom 5822


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 12:56:05

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync; bcom 5822


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 12:56:50

Modified files:
	sys/dev/pci    : ubsecreg.h 

Log message:
tyops


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 12:59:56

Modified files:
	include        : Makefile 
	lib/libssl     : Makefile 
	lib/libssl/crypto: Makefile 
	lib/libssl/ssl : Makefile 
Added files:
	lib/libssl/crypto/arch/alpha: opensslconf.h 
	lib/libssl/crypto/arch/hppa: opensslconf.h 
	lib/libssl/crypto/arch/i386: opensslconf.h 
	lib/libssl/crypto/arch/m68k: opensslconf.h 
	lib/libssl/crypto/arch/m88k: opensslconf.h 
	lib/libssl/crypto/arch/mips: opensslconf.h 
	lib/libssl/crypto/arch/powerpc: opensslconf.h 
	lib/libssl/crypto/arch/sparc: opensslconf.h 
	lib/libssl/crypto/arch/sparc64: opensslconf.h 
	lib/libssl/crypto/arch/vax: opensslconf.h 
	lib/libssl/man : Makefile 

Log message:
build OpenSSL without symlink trees:
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
opensslconf.h) this patch stores pre-computed opensslconf.h files
in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
(e.g. cd src/libssl/ssl && make obj && make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/03 13:11:17

Modified files:
	de             : index.html mac68k.html plus29.html report.html 
	                 stable.html 

Log message:
link to english version of plus.html


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 14:04:14

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
bcom 5801/5802


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 14:04:53

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync, bcom 580[12]


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 14:10:00

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
add support for 5801 and 5802 which appear to be 5805's as far as sw is concerned


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 14:14:58

Modified files:
	share/man/man4 : ubsec.4 

Log message:
Note 5801/5802


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 15:43:59

Modified files:
	lib/libssl/src : INSTALL INSTALL.W32 config makevms.com 
	lib/libssl/src/ssl: ssl-lib.com 
	lib/libssl/src/test: maketests.com testgen.com testss.com 
	                     testssl.com trsa.com 

Log message:
sync these files with openssl-0.9.7-beta1, too


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 15:53:39

Modified files:
	lib/libssl/src/crypto/des: fcrypt.c read_pwd.c 
	lib/libssl/src/crypto/engine: eng_init.c eng_list.c 
	lib/libssl/src/crypto/hmac: hmac.c 

Log message:
remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/03 16:05:59

Modified files:
	lib/libssl/src/test: enginetest.c md4test.c rsa_test.c testgen 
	                     treq trsa 

Log message:
sync tests with 0.9.7-beta1


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 16:56:34

Modified files:
	sys/arch/hppa/gsc: com_gsc.c 

Log message:
forgot to set up the sc_frequency (;


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/03 17:06:24

Modified files:
	x11/fluxbox    : Makefile distinfo 
	x11/fluxbox/pkg: PLIST 

Log message:
upgrade to fluxbox 0.1.11
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/03 17:06:25

Modified files:
	sys/arch/hppa  : TODO 

Log message:
i magically fixed stty and mount, add some more of others


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/03 17:20:42

Modified files:
	sys/arch/sparc/dev: zs.c 
	sys/arch/sparc/sparc: autoconf.c 

Log message:
Old (rev 1) OpenPROM will always report as the "fb" node, the first
framebuffer found, even if the PROM environment is set to serial console.
Hence, make sure we won't consider this "fb" node as valid until we are
really using a graphics console.

Will makes drahn@'s IPC happy, and ok jason@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/03 17:22:50

Modified files:
	mail/hypermail : Makefile distinfo 
	mail/hypermail/patches: patch-Makefile_in patch-configure 
	                        patch-docs_hmrc_4 patch-docs_hypermail_1 
	                        patch-src_parse_c 
	mail/hypermail/pkg: PLIST 
Added files:
	mail/hypermail/patches: patch-docs_hmrc_html 
	                        patch-docs_hypermail_html 

Log message:
upgrade to hypermail 2.1.5
--
From: new MAINTAINER -- Margarida Sequeira <niness@devilness.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/03 18:55:41

Modified files:
	textproc/xpdf  : Makefile 

Log message:
no more need to build this static on sparc64, remove workaround
ld.so fix thanks to drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/03 19:32:47

Log message:
    add p5-GD-Barcode port
    
    From: Jim Geovedi <jim@corebsd.or.id>
    --
    GD::Barcode is a subclass of GD and allows you to create barcode image with GD.
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_2002-09-03
    
    N ports/graphics/p5-GD-Barcode/Makefile
    N ports/graphics/p5-GD-Barcode/distinfo
    N ports/graphics/p5-GD-Barcode/pkg/PLIST
    N ports/graphics/p5-GD-Barcode/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/03 19:48:09

Modified files:
	graphics       : Makefile 

Log message:
add p5-GD-Barcode


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/03 22:21:19

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
5801 has no pk or rng support


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/03 22:30:52

ports/x11/gentoo/patches

Update of /cvs/ports/x11/gentoo/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24589/patches

Log Message:
Directory /cvs/ports/x11/gentoo/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/03 22:35:19

Modified files:
	x11/gentoo     : Makefile distinfo 
	x11/gentoo/pkg : PLIST 
Added files:
	x11/gentoo/patches: patch-gentoorc_in 
	x11/gentoo/pkg : DEINSTALL INSTALL 

Log message:
Update to gentoo-0.11.33; from maintainer Jim Geovedi
Bugfixes, French translation, system-wide config file in ${SYSCONFDIR}


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/09/03 22:47:05

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200208.html 

Log message:
rotate, update


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/03 23:40:21

Modified files:
	x11/mplayer    : Makefile distinfo 

Log message:
Update default skin off mplayer's site.  Added our own versioning of the
distfile (now 1.1) since they have not done so and continue mirroring it


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/04 00:46:20

Modified files:
	xc/config/cf   : FreeBSD.cf Imake.tmpl NetBSD.cf OpenBSD.cf 
	                 X11.tmpl linux.cf sun.cf 
	xc/lib/X11     : Imakefile XlcDL.c lcFile.c 

Log message:
From XFree86:
[SECURITY] Fix an Xlib problem that made it possible to load arbitrary
code into privileged clients.

OpenBSD is not vulnerable to this because this code is explicitely
disabled in OpenBSD.cf.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/09/04 01:07:21

Modified files:
	etc            : master.passwd group 

Log message:
_x11 user and group for the X server when run by xdm. ok deraadt@
The actual X code to use them will be added soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/04 01:24:59

Modified files:
	sys/netinet6   : nd6.c 

Log message:
handle error from copyout


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/04 01:26:53

Modified files:
	sys/netinet    : in_pcb.h 
	sys/netinet6   : in6_pcb.c udp6_output.c 

Log message:
pass struct proc * down to in6_pcbsetport


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/04 01:30:51

Modified files:
	sys/netinet6   : nd6.c 

Log message:
allow deprecated bit to be set from userland by ifconfig.  NetBSD PR 18163


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/04 02:32:33

Modified files:
	mail/p5-Mail-SpamAssassin/pkg: PLIST 

Log message:
remove .packlist


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/04 02:43:23

Modified files:
	devel/gconf/pkg: DEINSTALL 

Log message:
Add notice about removing /var/db/gconf. Spotted by brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/04 04:14:39

Modified files:
	lib/libc/yp    : ypclnt.3 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/04 06:28:42

Modified files:
	usr.sbin/httpd/src/main: http_main.c 

Log message:
remove some unnecessary casts and adjust format strings
looked over by dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/04 09:21:44

Modified files:
	share/man/man4 : ubsec.4 

Log message:
Clarify the difference between 5801/5802/5805 now that I know what the differences are.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/04 09:37:29

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
Treat 5822 the same as 5820


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/04 09:46:27

Modified files:
	distrib/notes/i386: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/sparc64: hardware 

Log message:
Add BCM 5801,5802,5822


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/09/04 09:50:39

Modified files:
	.              : crypto.html i386.html macppc.html sparc64.html 

Log message:
Note BCM5801,5802, 5821, and 5822 support


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/09/04 09:52:38

Modified files:
	.              : crypto.html 

Log message:
Get the timeline right.


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/04 10:21:43

Modified files:
	devel/opencm/patches: patch-base_src_client_WorkSpace_c 
	                      patch-base_src_common_SDR_c 
	                      patch-base_src_opencm-builddir_h 
Added files:
	devel/opencm/patches: patch-base_src_common_ChannelSSL_c 
	                      patch-base_src_common_Channel_c 
	                      patch-base_src_common_Channel_h 
	                      patch-base_src_common_EntityCache_c 
	                      patch-base_src_common_Entity_h 
	                      patch-base_src_common_Mutable_c 
	                      patch-base_src_common_ObDict_h 
	                      patch-base_src_common_Revision_c 
	                      patch-base_src_common_SDR_h 
	                      patch-base_src_common_Serializable_c 
	                      patch-base_src_common_Serializable_h 
	                      patch-base_src_common_ServerReply_c 
	                      patch-base_src_common_ServerReply_h 
	                      patch-base_src_common_ServerRequest_c 
	                      patch-base_src_common_ServerRequest_h 
	                      patch-base_src_common_TrueName_h 
	                      patch-base_src_common_User_c 
	                      patch-base_src_common_WireException_h 
	                      patch-base_src_common_encode_c 
	                      patch-base_src_common_encode_h 
	                      patch-base_src_common_except_c 
	                      patch-base_src_common_except_h 
	                      patch-base_src_common_rbtree_c 
	                      patch-base_src_common_rbtree_h 
	                      patch-base_src_common_sxdelta_c 
	                      patch-base_src_common_util_c 
	                      patch-base_src_repos_net_NetRepository_c 
	                      patch-base_tools_cvsconvert_py 
Removed files:
	devel/opencm/patches: patch-base_configure 
	                      patch-base_zlib_Makefile 

Log message:
o 64bit fixes are back, tested on i386, alpha, sparc64 (more archs work now
than before)
o add the 'cm mv file* dir/.' fix from current
o we do not use zlib in this tree, remove an irrelevent patch accordingly


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/04 10:32:35

Modified files:
	usr.bin/calendar/calendars: calendar.openbsd calendar.history 

Log message:
typos fixus; from andrey@smagin.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/04 11:23:41

Modified files:
	bin/ps         : ps.1 

Log message:
toast uprocp format keyword; peterw@ifost.org.au


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/09/04 12:10:34

Modified files:
	.              : crypto.html 

Log message:
update 3cr990 section


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/04 12:25:31

Modified files:
	sys/arch/sparc64/sparc64: autoconf.c 

Log message:
Correctly decode the IDE channel/drive number when matching devices
(booting from master or slave on either channel should work now).


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/04 12:26:33

Modified files:
	ja             : crypto.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/04 12:46:25

Modified files:
	lib/libssl/src/apps: Makefile.ssl 
	lib/libssl/src/crypto: Makefile.ssl 
	lib/libssl/src/crypto/asn1: Makefile.ssl 
	lib/libssl/src/crypto/bf: Makefile.ssl 
	lib/libssl/src/crypto/bio: Makefile.ssl 
	lib/libssl/src/crypto/bn: Makefile.ssl 
	lib/libssl/src/crypto/buffer: Makefile.ssl 
	lib/libssl/src/crypto/cast: Makefile.ssl 
	lib/libssl/src/crypto/comp: Makefile.ssl 
	lib/libssl/src/crypto/conf: Makefile.ssl 
	lib/libssl/src/crypto/des: Makefile.ssl 
	lib/libssl/src/crypto/dh: Makefile.ssl 
	lib/libssl/src/crypto/dsa: Makefile.ssl 
	lib/libssl/src/crypto/dso: Makefile.ssl 
	lib/libssl/src/crypto/err: Makefile.ssl 
	lib/libssl/src/crypto/evp: Makefile.ssl 
	lib/libssl/src/crypto/hmac: Makefile.ssl 
	lib/libssl/src/crypto/idea: Makefile.ssl 
	lib/libssl/src/crypto/lhash: Makefile.ssl 
	lib/libssl/src/crypto/md2: Makefile.ssl 
	lib/libssl/src/crypto/md4: Makefile.ssl 
	lib/libssl/src/crypto/md5: Makefile.ssl 
	lib/libssl/src/crypto/mdc2: Makefile.ssl 
	lib/libssl/src/crypto/objects: Makefile.ssl 
	lib/libssl/src/crypto/pem: Makefile.ssl 
	lib/libssl/src/crypto/pkcs12: Makefile.ssl 
	lib/libssl/src/crypto/pkcs7: Makefile.ssl 
	lib/libssl/src/crypto/rand: Makefile.ssl 
	lib/libssl/src/crypto/rc2: Makefile.ssl 
	lib/libssl/src/crypto/rc4: Makefile.ssl 
	lib/libssl/src/crypto/rc5: Makefile.ssl 
	lib/libssl/src/crypto/ripemd: Makefile.ssl 
	lib/libssl/src/crypto/rsa: Makefile.ssl 
	lib/libssl/src/crypto/sha: Makefile.ssl 
	lib/libssl/src/crypto/stack: Makefile.ssl 
	lib/libssl/src/crypto/txt_db: Makefile.ssl 
	lib/libssl/src/crypto/x509: Makefile.ssl 
	lib/libssl/src/crypto/x509v3: Makefile.ssl 
	lib/libssl/src/crypto/krb5: Makefile.ssl 
	lib/libssl/src/crypto/ocsp: Makefile.ssl 
	lib/libssl/src/crypto/rijndael: Makefile.ssl 
	lib/libssl/src/rsaref: Makefile.ssl 
	lib/libssl/src/ssl: Makefile.ssl 
	lib/libssl/src/test: Makefile.ssl 
	lib/libssl/src/tools: Makefile.ssl 

Log message:
execute bourne shell scripts with 'sh' and not with $SHELL


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/04 12:47:46

Modified files:
	lib/libssl/src : Configure 

Log message:
no need to set $SHELL


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/04 12:52:42

Modified files:
	usr.bin/ssh    : servconf.c sshd.8 sshd_config.5 

Log message:
default LoginGraceTime to 2m; 1m may be too short for slow systems.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/09/04 13:04:38

Modified files:
	sys/netinet    : ip_input.c 

Log message:
Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by
Henric Jungheim. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/04 13:07:14

Modified files:
	lib/libssl/src/crypto/engine: eng_fat.c 

Log message:
sync formatting with 0.9.7


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/04 13:08:53

Removed files:
	lib/libssl/src/apps: md5.c rmd160.c 
	lib/libssl/src/certs: rsa-ssca.pem 
	lib/libssl/src/ms: cipher.out clear.out 
	lib/libssl/src/test/demoCA: serial 
	lib/libssl/src/test/demoCA/private: cakey.pem 

Log message:
more cruft.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/04 13:10:54

Removed files:
	lib/libssl/src/test: tmp.bctest 

Log message:
more cruft


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/04 13:45:42

Modified files:
	cs             : anoncvs.html ftp.html ports.html report.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/04 13:46:44

Modified files:
	faq/cs         : index.html 

Log message:
links corrected


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/04 15:18:04

Removed files:
	devel/opencm/patches: patch-base_src_opencm-builddir_h 

Log message:
ugh. dont patch a generated file.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/04 16:08:06

Modified files:
	sys/dev/ic     : ncr53c9x.c 

Log message:
don't dereference ecb on default case, it's uninitialized.


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/09/04 17:07:28

Modified files:
	sys/scsi       : scsi_all.h scsi_disk.h scsiconf.c sd.c 
	                 sd_scsi.c 

Log message:
Add support for RBC (simplified direct) devices.
ok costa@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/09/04 17:11:10

Modified files:
	sys/scsi       : scsi_base.c scsiconf.c 

Log message:
Write sentences.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/04 18:08:09

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: md.sparc 
	distrib/sets/lists/man: md.mvme88k md.sparc mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/04 18:08:16

Modified files:
	libexec/tcpd   : Makefile 

Log message:
safe_finger no longer installed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/04 18:21:24

Modified files:
	libexec/rpc.rwalld: rwalld.c 

Log message:
kill groups too when we revoke privs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/04 18:49:51

Modified files:
	security/arirang: Makefile 

Log message:
primary distsite was failing due to redirect (www.monkey.org -> monkey.org),
secondary distsite has gone away, and tertiary distsites haven't caught up
yet; caught by lebel@'s elf package building, ok pilot@monkey.org (maint.)


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/09/04 18:58:27

Modified files:
	sys/arch/sparc/conf: Makefile.sparc 

Log message:
Fix STRIPFLAGS for elf version of strip.   Use same flags
as sparc64 (suggested by fgs@)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/04 22:05:53

Modified files:
	usr.bin/vmstat : vmstat.c 

Log message:
Print uvmexp.zeropages.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 00:15:40

Modified files:
	sys/arch/hppa  : TODO 

Log message:
this used to be a com(4) bug


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/05 03:31:20

Modified files:
	sys/arch/sparc/dev: fb.c 

Log message:
Allow kernels with no display device configured to link. Found by marc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/05 06:39:30

Log message:
    initial import of sysutils/pftop 0.2:
    --
    pfTop is a curses-based utility for real-time display of
    active states and rules for pf. It is a cross between top
    and pfctl -sr and pfctl -ss.
    
    WWW: http://www.eee.metu.edu.tr/~canacar/pftop/
    
    Submitted by Can Erkin Acar <canacar@eee.metu.edu.tr>
    
    Status:
    
    Vendor Tag:	lebel
    Release Tags:	lebel_2002-Sep-05
    
    N ports/sysutils/pftop/distinfo
    N ports/sysutils/pftop/Makefile
    N ports/sysutils/pftop/pkg/DESCR
    N ports/sysutils/pftop/pkg/PLIST
    N ports/sysutils/pftop/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/05 06:40:08

Modified files:
	sysutils       : Makefile 

Log message:
+pftop


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/05 06:52:08

Log message:
    import openssl-0.9.7-beta1
    
    Status:
    
    Vendor Tag:	OPENSSL
    Release Tags:	OPENSSL_0_9_7_BETA1
    
    C src/lib/libssl/src/CHANGES
    C src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/config
    C src/lib/libssl/src/Configure
    C src/lib/libssl/src/e_os2.h
    C src/lib/libssl/src/e_os.h
    C src/lib/libssl/src/FAQ
    C src/lib/libssl/src/INSTALL
    C src/lib/libssl/src/install.com
    C src/lib/libssl/src/INSTALL.MacOS
    C src/lib/libssl/src/INSTALL.OS2
    C src/lib/libssl/src/INSTALL.VMS
    C src/lib/libssl/src/INSTALL.W32
    C src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile.org
    C src/lib/libssl/src/Makefile.ssl
    C src/lib/libssl/src/makevms.com
    C src/lib/libssl/src/NEWS
    C src/lib/libssl/src/openssl.doxy
    C src/lib/libssl/src/openssl.spec
    C src/lib/libssl/src/README
    C src/lib/libssl/src/README.ASN1
    C src/lib/libssl/src/README.ENGINE
    C src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    C src/lib/libssl/src/apps/apps.h
    C src/lib/libssl/src/apps/asn1pars.c
    C src/lib/libssl/src/apps/ca.c
    C src/lib/libssl/src/apps/ca-cert.srl
    C src/lib/libssl/src/apps/CA.com
    U src/lib/libssl/src/apps/ca-key.pem
    C src/lib/libssl/src/apps/CA.pl
    C src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/ca-req.pem
    C src/lib/libssl/src/apps/CA.sh
    U src/lib/libssl/src/apps/cert.pem
    C src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    C src/lib/libssl/src/apps/crl2p7.c
    C src/lib/libssl/src/apps/crl.c
    C src/lib/libssl/src/apps/der_chop
    C src/lib/libssl/src/apps/der_chop.in
    C src/lib/libssl/src/apps/dgst.c
    C src/lib/libssl/src/apps/dh1024.pem
    C src/lib/libssl/src/apps/dh2048.pem
    C src/lib/libssl/src/apps/dh4096.pem
    C src/lib/libssl/src/apps/dh512.pem
    C src/lib/libssl/src/apps/dh.c
    C src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    C src/lib/libssl/src/apps/dsa.c
    C src/lib/libssl/src/apps/dsa-ca.pem
    C src/lib/libssl/src/apps/dsaparam.c
    C src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsap.pem
    C src/lib/libssl/src/apps/enc.c
    C src/lib/libssl/src/apps/engine.c
    C src/lib/libssl/src/apps/errstr.c
    C src/lib/libssl/src/apps/gendh.c
    C src/lib/libssl/src/apps/gendsa.c
    C src/lib/libssl/src/apps/genrsa.c
    C src/lib/libssl/src/apps/install.com
    C src/lib/libssl/src/apps/makeapps.com
    C src/lib/libssl/src/apps/Makefile.ssl
    C src/lib/libssl/src/apps/nseq.c
    C src/lib/libssl/src/apps/ocsp.c
    C src/lib/libssl/src/apps/oid.cnf
    C src/lib/libssl/src/apps/openssl.c
    C src/lib/libssl/src/apps/openssl.cnf
    C src/lib/libssl/src/apps/openssl-vms.cnf
    C src/lib/libssl/src/apps/passwd.c
    C src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    C src/lib/libssl/src/apps/pkcs12.c
    C src/lib/libssl/src/apps/pkcs7.c
    C src/lib/libssl/src/apps/pkcs8.c
    C src/lib/libssl/src/apps/privkey.pem
    C src/lib/libssl/src/apps/progs.h
    C src/lib/libssl/src/apps/progs.pl
    C src/lib/libssl/src/apps/rand.c
    C src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    U src/lib/libssl/src/apps/rsa8192.pem
    C src/lib/libssl/src/apps/rsa.c
    C src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    C src/lib/libssl/src/apps/s_apps.h
    C src/lib/libssl/src/apps/s_cb.c
    C src/lib/libssl/src/apps/s_client.c
    U src/lib/libssl/src/apps/server2.pem
    C src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    C src/lib/libssl/src/apps/sess_id.c
    C src/lib/libssl/src/apps/smime.c
    C src/lib/libssl/src/apps/speed.c
    C src/lib/libssl/src/apps/spkac.c
    C src/lib/libssl/src/apps/s_server.c
    C src/lib/libssl/src/apps/s_socket.c
    C src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/testCA.pem
    C src/lib/libssl/src/apps/testdsa.h
    C src/lib/libssl/src/apps/testrsa.h
    C src/lib/libssl/src/apps/verify.c
    C src/lib/libssl/src/apps/version.c
    C src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    C src/lib/libssl/src/doc/c-indentation.el
    C src/lib/libssl/src/doc/openssl_button.gif
    C src/lib/libssl/src/doc/openssl_button.html
    C src/lib/libssl/src/doc/openssl.txt
    C src/lib/libssl/src/doc/README
    C src/lib/libssl/src/doc/ssleay.txt
    C src/lib/libssl/src/doc/standards.txt
    C src/lib/libssl/src/doc/apps/asn1parse.pod
    C src/lib/libssl/src/doc/apps/CA.pl.pod
    C src/lib/libssl/src/doc/apps/ca.pod
    C src/lib/libssl/src/doc/apps/ciphers.pod
    C src/lib/libssl/src/doc/apps/config.pod
    C src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    C src/lib/libssl/src/doc/apps/crl.pod
    C src/lib/libssl/src/doc/apps/dgst.pod
    C src/lib/libssl/src/doc/apps/dhparam.pod
    C src/lib/libssl/src/doc/apps/dsaparam.pod
    C src/lib/libssl/src/doc/apps/dsa.pod
    C src/lib/libssl/src/doc/apps/enc.pod
    C src/lib/libssl/src/doc/apps/gendsa.pod
    C src/lib/libssl/src/doc/apps/genrsa.pod
    C src/lib/libssl/src/doc/apps/nseq.pod
    C src/lib/libssl/src/doc/apps/ocsp.pod
    C src/lib/libssl/src/doc/apps/openssl.pod
    C src/lib/libssl/src/doc/apps/passwd.pod
    C src/lib/libssl/src/doc/apps/pkcs12.pod
    C src/lib/libssl/src/doc/apps/pkcs7.pod
    C src/lib/libssl/src/doc/apps/pkcs8.pod
    C src/lib/libssl/src/doc/apps/rand.pod
    C src/lib/libssl/src/doc/apps/req.pod
    C src/lib/libssl/src/doc/apps/rsa.pod
    C src/lib/libssl/src/doc/apps/rsautl.pod
    C src/lib/libssl/src/doc/apps/s_client.pod
    C src/lib/libssl/src/doc/apps/sess_id.pod
    C src/lib/libssl/src/doc/apps/smime.pod
    C src/lib/libssl/src/doc/apps/speed.pod
    C src/lib/libssl/src/doc/apps/spkac.pod
    C src/lib/libssl/src/doc/apps/s_server.pod
    C src/lib/libssl/src/doc/apps/verify.pod
    C src/lib/libssl/src/doc/apps/version.pod
    C src/lib/libssl/src/doc/apps/x509.pod
    C src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    C src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    C src/lib/libssl/src/doc/crypto/BIO_new_bio_pair.pod
    C src/lib/libssl/src/doc/crypto/BIO_new.pod
    C src/lib/libssl/src/doc/crypto/bio.pod
    C src/lib/libssl/src/doc/crypto/BIO_push.pod
    C src/lib/libssl/src/doc/crypto/BIO_read.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    C src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    C src/lib/libssl/src/doc/crypto/bn.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    C src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    C src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    C src/lib/libssl/src/doc/crypto/blowfish.pod
    C src/lib/libssl/src/doc/crypto/BN_add.pod
    C src/lib/libssl/src/doc/crypto/BN_add_word.pod
    C src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    C src/lib/libssl/src/doc/crypto/BN_cmp.pod
    C src/lib/libssl/src/doc/crypto/BN_copy.pod
    C src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    C src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    C src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    C src/lib/libssl/src/doc/crypto/bn_internal.pod
    C src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    C src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    C src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    C src/lib/libssl/src/doc/crypto/BN_new.pod
    C src/lib/libssl/src/doc/crypto/BN_rand.pod
    C src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    C src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    C src/lib/libssl/src/doc/crypto/BN_swap.pod
    C src/lib/libssl/src/doc/crypto/BN_zero.pod
    C src/lib/libssl/src/doc/crypto/buffer.pod
    C src/lib/libssl/src/doc/crypto/crypto.pod
    C src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    C src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    C src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    C src/lib/libssl/src/doc/crypto/des_modes.pod
    C src/lib/libssl/src/doc/crypto/des.pod
    C src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    C src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    C src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    C src/lib/libssl/src/doc/crypto/DH_new.pod
    C src/lib/libssl/src/doc/crypto/dh.pod
    C src/lib/libssl/src/doc/crypto/DH_set_method.pod
    C src/lib/libssl/src/doc/crypto/DH_size.pod
    C src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    C src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    C src/lib/libssl/src/doc/crypto/DSA_new.pod
    C src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    C src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    C src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    C src/lib/libssl/src/doc/crypto/dsa.pod
    C src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    C src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    C src/lib/libssl/src/doc/crypto/DSA_sign.pod
    C src/lib/libssl/src/doc/crypto/DSA_size.pod
    C src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    C src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    C src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    C src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    C src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    C src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    C src/lib/libssl/src/doc/crypto/err.pod
    C src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    C src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    C src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    C src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    C src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    C src/lib/libssl/src/doc/crypto/evp.pod
    C src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    C src/lib/libssl/src/doc/crypto/hmac.pod
    C src/lib/libssl/src/doc/crypto/lhash.pod
    C src/lib/libssl/src/doc/crypto/lh_stats.pod
    C src/lib/libssl/src/doc/crypto/md5.pod
    C src/lib/libssl/src/doc/crypto/mdc2.pod
    C src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    C src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    C src/lib/libssl/src/doc/crypto/pem.pod
    C src/lib/libssl/src/doc/crypto/RAND_add.pod
    C src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    C src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    C src/lib/libssl/src/doc/crypto/RAND_egd.pod
    C src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    C src/lib/libssl/src/doc/crypto/rand.pod
    C src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    C src/lib/libssl/src/doc/crypto/rc4.pod
    C src/lib/libssl/src/doc/crypto/ripemd.pod
    C src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    C src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    C src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    C src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    C src/lib/libssl/src/doc/crypto/RSA_new.pod
    C src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    C src/lib/libssl/src/doc/crypto/rsa.pod
    C src/lib/libssl/src/doc/crypto/RSA_print.pod
    C src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    C src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    C src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    C src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    C src/lib/libssl/src/doc/crypto/RSA_sign.pod
    C src/lib/libssl/src/doc/crypto/RSA_size.pod
    C src/lib/libssl/src/doc/crypto/sha.pod
    C src/lib/libssl/src/doc/crypto/threads.pod
    C src/lib/libssl/src/doc/crypto/ui_compat.pod
    C src/lib/libssl/src/doc/crypto/ui.pod
    C src/lib/libssl/src/doc/HOWTO/certificates.txt
    C src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    C src/lib/libssl/src/doc/ssl/SSL_accept.pod
    C src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    C src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    C src/lib/libssl/src/doc/ssl/SSL_clear.pod
    C src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    C src/lib/libssl/src/doc/ssl/SSL_connect.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    C src/lib/libssl/src/doc/ssl/SSL_new.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    C src/lib/libssl/src/doc/ssl/ssl.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    C src/lib/libssl/src/doc/ssl/SSL_free.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    C src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    C src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    C src/lib/libssl/src/doc/ssl/SSL_pending.pod
    C src/lib/libssl/src/doc/ssl/SSL_read.pod
    C src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    C src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    C src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    C src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    C src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    C src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    C src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    C src/lib/libssl/src/doc/ssl/SSL_want.pod
    C src/lib/libssl/src/doc/ssl/SSL_write.pod
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/MS
    C src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    C src/lib/libssl/src/bugs/SSLv3
    C src/lib/libssl/src/bugs/stream.c
    C src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/bugs/VC16.bug
    C src/lib/libssl/src/certs/ca-cert.pem
    U src/lib/libssl/src/certs/dsa-ca.pem
    U src/lib/libssl/src/certs/dsa-pca.pem
    U src/lib/libssl/src/certs/factory.pem
    U src/lib/libssl/src/certs/ICE-CA.pem
    U src/lib/libssl/src/certs/ICE.crl
    U src/lib/libssl/src/certs/ICE-root.pem
    U src/lib/libssl/src/certs/ICE-user.pem
    U src/lib/libssl/src/certs/nortelCA.pem
    C src/lib/libssl/src/certs/pca-cert.pem
    C src/lib/libssl/src/certs/RegTP-4R.pem
    C src/lib/libssl/src/certs/RegTP-5R.pem
    C src/lib/libssl/src/certs/RegTP-6R.pem
    U src/lib/libssl/src/certs/rsa-cca.pem
    U src/lib/libssl/src/certs/thawteCb.pem
    U src/lib/libssl/src/certs/thawteCp.pem
    U src/lib/libssl/src/certs/timCA.pem
    U src/lib/libssl/src/certs/tjhCA.pem
    C src/lib/libssl/src/certs/vsign1.pem
    C src/lib/libssl/src/certs/vsign2.pem
    C src/lib/libssl/src/certs/vsign3.pem
    C src/lib/libssl/src/certs/vsignss.pem
    C src/lib/libssl/src/certs/vsigntca.pem
    C src/lib/libssl/src/certs/expired/ICE-CA.pem
    C src/lib/libssl/src/certs/expired/ICE.crl
    C src/lib/libssl/src/certs/expired/ICE-root.pem
    C src/lib/libssl/src/certs/expired/ICE-user.pem
    C src/lib/libssl/src/certs/expired/rsa-ssca.pem
    C src/lib/libssl/src/crypto/cpt_err.c
    C src/lib/libssl/src/crypto/cryptlib.c
    C src/lib/libssl/src/crypto/cryptlib.h
    C src/lib/libssl/src/crypto/crypto.h
    C src/lib/libssl/src/crypto/crypto-lib.com
    C src/lib/libssl/src/crypto/cversion.c
    C src/lib/libssl/src/crypto/ebcdic.c
    C src/lib/libssl/src/crypto/ebcdic.h
    C src/lib/libssl/src/crypto/ex_data.c
    C src/lib/libssl/src/crypto/install.com
    C src/lib/libssl/src/crypto/Makefile.ssl
    C src/lib/libssl/src/crypto/md32_common.h
    C src/lib/libssl/src/crypto/mem.c
    C src/lib/libssl/src/crypto/mem_dbg.c
    N src/lib/libssl/src/crypto/opensslconf.h
    C src/lib/libssl/src/crypto/opensslconf.h.in
    C src/lib/libssl/src/crypto/opensslv.h
    C src/lib/libssl/src/crypto/ossl_typ.h
    C src/lib/libssl/src/crypto/o_time.c
    C src/lib/libssl/src/crypto/o_time.h
    C src/lib/libssl/src/crypto/symhacks.h
    C src/lib/libssl/src/crypto/tmdiff.c
    C src/lib/libssl/src/crypto/uid.c
    C src/lib/libssl/src/crypto/tmdiff.h
    C src/lib/libssl/src/crypto/aes/aes_cbc.c
    C src/lib/libssl/src/crypto/aes/aes_cfb.c
    C src/lib/libssl/src/crypto/aes/aes_core.c
    C src/lib/libssl/src/crypto/aes/aes_ctr.c
    C src/lib/libssl/src/crypto/aes/aes_ecb.c
    C src/lib/libssl/src/crypto/aes/aes.h
    C src/lib/libssl/src/crypto/aes/aes_locl.h
    C src/lib/libssl/src/crypto/aes/aes_misc.c
    C src/lib/libssl/src/crypto/aes/aes_ofb.c
    C src/lib/libssl/src/crypto/aes/Makefile.ssl
    C src/lib/libssl/src/crypto/aes/README
    C src/lib/libssl/src/crypto/asn1/a_bitstr.c
    C src/lib/libssl/src/crypto/asn1/a_bool.c
    C src/lib/libssl/src/crypto/asn1/a_bytes.c
    C src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    C src/lib/libssl/src/crypto/asn1/a_digest.c
    C src/lib/libssl/src/crypto/asn1/a_dup.c
    C src/lib/libssl/src/crypto/asn1/a_enum.c
    C src/lib/libssl/src/crypto/asn1/a_gentm.c
    C src/lib/libssl/src/crypto/asn1/a_hdr.c
    C src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    C src/lib/libssl/src/crypto/asn1/a_int.c
    C src/lib/libssl/src/crypto/asn1/a_mbstr.c
    C src/lib/libssl/src/crypto/asn1/a_meth.c
    C src/lib/libssl/src/crypto/asn1/a_object.c
    C src/lib/libssl/src/crypto/asn1/a_octet.c
    C src/lib/libssl/src/crypto/asn1/a_print.c
    C src/lib/libssl/src/crypto/asn1/a_set.c
    C src/lib/libssl/src/crypto/asn1/a_sign.c
    C src/lib/libssl/src/crypto/asn1/asn1_err.c
    C src/lib/libssl/src/crypto/asn1/asn1.h
    C src/lib/libssl/src/crypto/asn1/asn1_lib.c
    C src/lib/libssl/src/crypto/asn1/asn1_mac.h
    C src/lib/libssl/src/crypto/asn1/asn1_par.c
    C src/lib/libssl/src/crypto/asn1/asn1t.h
    C src/lib/libssl/src/crypto/asn1/asn_moid.c
    C src/lib/libssl/src/crypto/asn1/f.c
    C src/lib/libssl/src/crypto/asn1/asn_pack.c
    C src/lib/libssl/src/crypto/asn1/a_strex.c
    C src/lib/libssl/src/crypto/asn1/a_strnid.c
    C src/lib/libssl/src/crypto/asn1/a_time.c
    C src/lib/libssl/src/crypto/asn1/a_type.c
    C src/lib/libssl/src/crypto/asn1/a_utctm.c
    C src/lib/libssl/src/crypto/asn1/a_utf8.c
    C src/lib/libssl/src/crypto/asn1/a_verify.c
    C src/lib/libssl/src/crypto/asn1/charmap.h
    C src/lib/libssl/src/crypto/asn1/charmap.pl
    C src/lib/libssl/src/crypto/asn1/d2i_pr.c
    C src/lib/libssl/src/crypto/asn1/d2i_pu.c
    C src/lib/libssl/src/crypto/asn1/evp_asn1.c
    C src/lib/libssl/src/crypto/asn1/f_enum.c
    C src/lib/libssl/src/crypto/asn1/f_int.c
    C src/lib/libssl/src/crypto/asn1/f_string.c
    C src/lib/libssl/src/crypto/asn1/i2d_pr.c
    C src/lib/libssl/src/crypto/asn1/i2d_pu.c
    C src/lib/libssl/src/crypto/asn1/Makefile.ssl
    C src/lib/libssl/src/crypto/asn1/n_pkey.c
    C src/lib/libssl/src/crypto/asn1/nsseq.c
    C src/lib/libssl/src/crypto/asn1/p5_pbe.c
    C src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    C src/lib/libssl/src/crypto/asn1/p8_key.c
    C src/lib/libssl/src/crypto/asn1/t_crl.c
    C src/lib/libssl/src/crypto/asn1/p8_pkey.c
    C src/lib/libssl/src/crypto/asn1/tasn_dec.c
    C src/lib/libssl/src/crypto/asn1/tasn_enc.c
    C src/lib/libssl/src/crypto/asn1/tasn_fre.c
    C src/lib/libssl/src/crypto/asn1/tasn_new.c
    C src/lib/libssl/src/crypto/asn1/tasn_prn.c
    C src/lib/libssl/src/crypto/asn1/tasn_typ.c
    C src/lib/libssl/src/crypto/asn1/tasn_utl.c
    C src/lib/libssl/src/crypto/asn1/t_bitst.c
    C src/lib/libssl/src/crypto/asn1/t_pkey.c
    C src/lib/libssl/src/crypto/asn1/t_req.c
    C src/lib/libssl/src/crypto/asn1/t_spki.c
    C src/lib/libssl/src/crypto/asn1/t_x509a.c
    C src/lib/libssl/src/crypto/asn1/t_x509.c
    C src/lib/libssl/src/crypto/asn1/x_algor.c
    C src/lib/libssl/src/crypto/asn1/x_attrib.c
    C src/lib/libssl/src/crypto/asn1/x_bignum.c
    C src/lib/libssl/src/crypto/asn1/x_cinf.c
    C src/lib/libssl/src/crypto/asn1/x_crl.c
    C src/lib/libssl/src/crypto/asn1/x_exten.c
    C src/lib/libssl/src/crypto/asn1/x_info.c
    C src/lib/libssl/src/crypto/asn1/x_long.c
    C src/lib/libssl/src/crypto/asn1/x_name.c
    C src/lib/libssl/src/crypto/asn1/x_pkey.c
    C src/lib/libssl/src/crypto/asn1/x_pubkey.c
    C src/lib/libssl/src/crypto/asn1/x_req.c
    C src/lib/libssl/src/crypto/asn1/x_sig.c
    C src/lib/libssl/src/crypto/asn1/x_spki.c
    C src/lib/libssl/src/crypto/asn1/x_val.c
    C src/lib/libssl/src/crypto/asn1/x_x509a.c
    C src/lib/libssl/src/crypto/asn1/x_x509.c
    C src/lib/libssl/src/crypto/bf/bf_cbc.c
    C src/lib/libssl/src/crypto/bf/bf_cfb64.c
    C src/lib/libssl/src/crypto/bf/bf_ecb.c
    C src/lib/libssl/src/crypto/bf/bf_enc.c
    C src/lib/libssl/src/crypto/bf/bf_locl.h
    C src/lib/libssl/src/crypto/bf/bf_ofb64.c
    C src/lib/libssl/src/crypto/bf/bf_opts.c
    C src/lib/libssl/src/crypto/bf/bf_pi.h
    C src/lib/libssl/src/crypto/bf/bfs.cpp
    C src/lib/libssl/src/crypto/bf/bf_skey.c
    C src/lib/libssl/src/crypto/bf/bfspeed.c
    C src/lib/libssl/src/crypto/bf/bftest.c
    C src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    C src/lib/libssl/src/crypto/bf/Makefile.ssl
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    C src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    C src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    C src/lib/libssl/src/crypto/bio/b_dump.c
    C src/lib/libssl/src/crypto/bio/bf_buff.c
    C src/lib/libssl/src/crypto/bio/bf_lbuf.c
    C src/lib/libssl/src/crypto/bio/bf_nbio.c
    C src/lib/libssl/src/crypto/bio/bf_null.c
    C src/lib/libssl/src/crypto/bio/bio_cb.c
    C src/lib/libssl/src/crypto/bio/bio_err.c
    C src/lib/libssl/src/crypto/bio/bio.h
    C src/lib/libssl/src/crypto/bio/bio_lib.c
    C src/lib/libssl/src/crypto/bio/b_print.c
    C src/lib/libssl/src/crypto/bio/b_sock.c
    C src/lib/libssl/src/crypto/bio/bss_acpt.c
    C src/lib/libssl/src/crypto/bio/bss_bio.c
    C src/lib/libssl/src/crypto/bio/bss_conn.c
    C src/lib/libssl/src/crypto/bio/bss_fd.c
    C src/lib/libssl/src/crypto/bio/bss_file.c
    C src/lib/libssl/src/crypto/bio/bss_log.c
    C src/lib/libssl/src/crypto/bio/bss_mem.c
    C src/lib/libssl/src/crypto/bio/bss_null.c
    C src/lib/libssl/src/crypto/bio/bss_rtcp.c
    C src/lib/libssl/src/crypto/bio/bss_sock.c
    C src/lib/libssl/src/crypto/bio/Makefile.ssl
    C src/lib/libssl/src/crypto/bn/bn_add.c
    C src/lib/libssl/src/crypto/bn/bn_asm.c
    C src/lib/libssl/src/crypto/bn/bn_blind.c
    C src/lib/libssl/src/crypto/bn/bn_ctx.c
    C src/lib/libssl/src/crypto/bn/bn_div.c
    C src/lib/libssl/src/crypto/bn/bn_err.c
    C src/lib/libssl/src/crypto/bn/bn_exp2.c
    C src/lib/libssl/src/crypto/bn/bn_exp.c
    C src/lib/libssl/src/crypto/bn/bn_gcd.c
    C src/lib/libssl/src/crypto/bn/bn.h
    C src/lib/libssl/src/crypto/bn/bn_kron.c
    C src/lib/libssl/src/crypto/bn/bn_lcl.h
    C src/lib/libssl/src/crypto/bn/bn_lib.c
    C src/lib/libssl/src/crypto/bn/bn_mod.c
    C src/lib/libssl/src/crypto/bn/bn_mont.c
    C src/lib/libssl/src/crypto/bn/bn_mpi.c
    C src/lib/libssl/src/crypto/bn/bn.mul
    C src/lib/libssl/src/crypto/bn/bn_mul.c
    C src/lib/libssl/src/crypto/bn/bn_prime.c
    C src/lib/libssl/src/crypto/bn/bn_prime.h
    C src/lib/libssl/src/crypto/bn/bn_prime.pl
    C src/lib/libssl/src/crypto/bn/bn_print.c
    C src/lib/libssl/src/crypto/bn/bn_rand.c
    C src/lib/libssl/src/crypto/bn/bn_recp.c
    C src/lib/libssl/src/crypto/bn/bn_shift.c
    C src/lib/libssl/src/crypto/bn/bnspeed.c
    C src/lib/libssl/src/crypto/bn/bn_sqr.c
    C src/lib/libssl/src/crypto/bn/bn_sqrt.c
    C src/lib/libssl/src/crypto/bn/bntest.c
    C src/lib/libssl/src/crypto/bn/bn_word.c
    C src/lib/libssl/src/crypto/bn/divtest.c
    C src/lib/libssl/src/crypto/bn/exp.c
    C src/lib/libssl/src/crypto/bn/expspeed.c
    C src/lib/libssl/src/crypto/bn/exptest.c
    C src/lib/libssl/src/crypto/bn/Makefile.ssl
    C src/lib/libssl/src/crypto/bn/todo
    C src/lib/libssl/src/crypto/bn/vms-helper.c
    C src/lib/libssl/src/crypto/bn/asm/alpha.s
    C src/lib/libssl/src/crypto/bn/asm/alpha.s.works
    C src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    C src/lib/libssl/src/crypto/bn/asm/bn-alpha.pl
    C src/lib/libssl/src/crypto/bn/asm/ca.pl
    C src/lib/libssl/src/crypto/bn/asm/co-586.pl
    C src/lib/libssl/src/crypto/bn/asm/co-alpha.pl
    C src/lib/libssl/src/crypto/bn/asm/ia64.S
    C src/lib/libssl/src/crypto/bn/asm/mips1.s
    C src/lib/libssl/src/crypto/bn/asm/mips3.s
    C src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    C src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc.s
    U src/lib/libssl/src/crypto/bn/asm/r3000.s
    C src/lib/libssl/src/crypto/bn/asm/README
    C src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    C src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    C src/lib/libssl/src/crypto/bn/asm/vms.mar
    C src/lib/libssl/src/crypto/bn/asm/x86.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/add.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/div.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/mul_add.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.works.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/mul_c8.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/mul.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c4.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c8.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/sqr.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha/sub.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/add.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/div.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_add.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.works.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c8.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/mul.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c4.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c8.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr.pl
    C src/lib/libssl/src/crypto/bn/asm/alpha.works/sub.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/f
    C src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    C src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    C src/lib/libssl/src/crypto/buffer/buf_err.c
    C src/lib/libssl/src/crypto/buffer/buffer.c
    C src/lib/libssl/src/crypto/buffer/buffer.h
    C src/lib/libssl/src/crypto/buffer/Makefile.ssl
    C src/lib/libssl/src/crypto/cast/cast.h
    C src/lib/libssl/src/crypto/cast/cast_lcl.h
    C src/lib/libssl/src/crypto/cast/castopts.c
    C src/lib/libssl/src/crypto/cast/casts.cpp
    C src/lib/libssl/src/crypto/cast/cast_s.h
    C src/lib/libssl/src/crypto/cast/cast_spd.c
    C src/lib/libssl/src/crypto/cast/casttest.c
    C src/lib/libssl/src/crypto/cast/c_cfb64.c
    C src/lib/libssl/src/crypto/cast/c_ecb.c
    C src/lib/libssl/src/crypto/cast/c_enc.c
    C src/lib/libssl/src/crypto/cast/c_ofb64.c
    C src/lib/libssl/src/crypto/cast/c_skey.c
    C src/lib/libssl/src/crypto/cast/Makefile.ssl
    C src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    C src/lib/libssl/src/crypto/comp/comp_err.c
    C src/lib/libssl/src/crypto/comp/comp.h
    C src/lib/libssl/src/crypto/comp/comp_lib.c
    C src/lib/libssl/src/crypto/comp/c_rle.c
    C src/lib/libssl/src/crypto/comp/c_zlib.c
    C src/lib/libssl/src/crypto/comp/Makefile.ssl
    C src/lib/libssl/src/crypto/conf/cnf_save.c
    C src/lib/libssl/src/crypto/conf/conf_api.c
    C src/lib/libssl/src/crypto/conf/conf_api.h
    C src/lib/libssl/src/crypto/conf/conf_def.c
    C src/lib/libssl/src/crypto/conf/conf_def.h
    C src/lib/libssl/src/crypto/conf/conf_err.c
    C src/lib/libssl/src/crypto/conf/conf.h
    C src/lib/libssl/src/crypto/conf/conf_lib.c
    C src/lib/libssl/src/crypto/conf/conf_mall.c
    C src/lib/libssl/src/crypto/conf/conf_mod.c
    C src/lib/libssl/src/crypto/conf/conf_sap.c
    C src/lib/libssl/src/crypto/conf/keysets.pl
    C src/lib/libssl/src/crypto/conf/Makefile.ssl
    C src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    C src/lib/libssl/src/crypto/conf/test.c
    C src/lib/libssl/src/crypto/des/cbc3_enc.c
    C src/lib/libssl/src/crypto/des/cbc_cksm.c
    C src/lib/libssl/src/crypto/des/cbc_enc.c
    C src/lib/libssl/src/crypto/des/cfb64ede.c
    C src/lib/libssl/src/crypto/des/cfb64enc.c
    C src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    C src/lib/libssl/src/crypto/des/des3s.cpp
    C src/lib/libssl/src/crypto/des/des.c
    C src/lib/libssl/src/crypto/des/des_enc.c
    C src/lib/libssl/src/crypto/des/des.h
    C src/lib/libssl/src/crypto/des/des-lib.com
    C src/lib/libssl/src/crypto/des/des_locl.h
    C src/lib/libssl/src/crypto/des/des_old2.c
    C src/lib/libssl/src/crypto/des/des_old.c
    C src/lib/libssl/src/crypto/des/des_old.h
    C src/lib/libssl/src/crypto/des/des_opts.c
    U src/lib/libssl/src/crypto/des/DES.pm
    C src/lib/libssl/src/crypto/des/des.pod
    C src/lib/libssl/src/crypto/des/dess.cpp
    C src/lib/libssl/src/crypto/des/destest.c
    C src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/DES.xs
    C src/lib/libssl/src/crypto/des/ecb3_enc.c
    U src/lib/libssl/src/crypto/des/FILES
    C src/lib/libssl/src/crypto/des/ecb_enc.c
    C src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    C src/lib/libssl/src/crypto/des/enc_read.c
    C src/lib/libssl/src/crypto/des/enc_writ.c
    C src/lib/libssl/src/crypto/des/fcrypt_b.c
    C src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/KERBEROS
    U src/lib/libssl/src/crypto/des/makefile.bc
    C src/lib/libssl/src/crypto/des/Makefile.ssl
    C src/lib/libssl/src/crypto/des/ncbc_enc.c
    C src/lib/libssl/src/crypto/des/ofb64ede.c
    C src/lib/libssl/src/crypto/des/ofb64enc.c
    C src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    C src/lib/libssl/src/crypto/des/pcbc_enc.c
    C src/lib/libssl/src/crypto/des/qud_cksm.c
    C src/lib/libssl/src/crypto/des/rand_key.c
    C src/lib/libssl/src/crypto/des/read2pwd.c
    U src/lib/libssl/src/crypto/des/README
    C src/lib/libssl/src/crypto/des/read_pwd.c
    U src/lib/libssl/src/crypto/des/rpc_des.h
    C src/lib/libssl/src/crypto/des/rpc_enc.c
    C src/lib/libssl/src/crypto/des/rpw.c
    C src/lib/libssl/src/crypto/des/speed.c
    C src/lib/libssl/src/crypto/des/set_key.c
    C src/lib/libssl/src/crypto/des/spr.h
    C src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    C src/lib/libssl/src/crypto/des/VERSION
    C src/lib/libssl/src/crypto/des/xcbc_enc.c
    C src/lib/libssl/src/crypto/des/asm/crypt586.pl
    C src/lib/libssl/src/crypto/des/asm/des-586.pl
    C src/lib/libssl/src/crypto/des/asm/des686.pl
    C src/lib/libssl/src/crypto/des/asm/desboth.pl
    C src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    U src/lib/libssl/src/crypto/des/times/usparc.cc
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    C src/lib/libssl/src/crypto/dh/dh_asn1.c
    C src/lib/libssl/src/crypto/dh/dh_check.c
    C src/lib/libssl/src/crypto/dh/dh_err.c
    C src/lib/libssl/src/crypto/dh/dh_gen.c
    C src/lib/libssl/src/crypto/dh/dh.h
    C src/lib/libssl/src/crypto/dh/dh_key.c
    C src/lib/libssl/src/crypto/dh/dh_lib.c
    C src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    C src/lib/libssl/src/crypto/dh/Makefile.ssl
    C src/lib/libssl/src/crypto/dh/p1024.c
    C src/lib/libssl/src/crypto/dh/p192.c
    C src/lib/libssl/src/crypto/dh/p512.c
    C src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    C src/lib/libssl/src/crypto/dsa/dsa_err.c
    C src/lib/libssl/src/crypto/dsa/dsa_gen.c
    C src/lib/libssl/src/crypto/dsa/dsagen.c
    C src/lib/libssl/src/crypto/dsa/dsa.h
    C src/lib/libssl/src/crypto/dsa/dsa_key.c
    C src/lib/libssl/src/crypto/dsa/dsa_lib.c
    C src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    C src/lib/libssl/src/crypto/dsa/dsa_sign.c
    C src/lib/libssl/src/crypto/dsa/dsatest.c
    C src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    C src/lib/libssl/src/crypto/dsa/Makefile.ssl
    U src/lib/libssl/src/crypto/dsa/README
    C src/lib/libssl/src/crypto/dso/dso_dl.c
    C src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    C src/lib/libssl/src/crypto/dso/dso_err.c
    C src/lib/libssl/src/crypto/dso/dso.h
    C src/lib/libssl/src/crypto/dso/dso_lib.c
    C src/lib/libssl/src/crypto/dso/dso_null.c
    C src/lib/libssl/src/crypto/dso/dso_openssl.c
    C src/lib/libssl/src/crypto/dso/dso_vms.c
    C src/lib/libssl/src/crypto/dso/dso_win32.c
    C src/lib/libssl/src/crypto/dso/Makefile.ssl
    C src/lib/libssl/src/crypto/dso/README
    C src/lib/libssl/src/crypto/ec/ec_cvt.c
    C src/lib/libssl/src/crypto/ec/ec_err.c
    C src/lib/libssl/src/crypto/ec/ec.h
    C src/lib/libssl/src/crypto/ec/ec_lcl.h
    C src/lib/libssl/src/crypto/ec/ec_lib.c
    C src/lib/libssl/src/crypto/ec/ec_mult.c
    C src/lib/libssl/src/crypto/ec/ecp_mont.c
    C src/lib/libssl/src/crypto/ec/ecp_nist.c
    C src/lib/libssl/src/crypto/ec/ecp_recp.c
    C src/lib/libssl/src/crypto/ec/ecp_smpl.c
    C src/lib/libssl/src/crypto/ec/ectest.c
    C src/lib/libssl/src/crypto/ec/Makefile.ssl
    C src/lib/libssl/src/crypto/engine/eng_all.c
    C src/lib/libssl/src/crypto/engine/eng_cnf.c
    C src/lib/libssl/src/crypto/engine/eng_ctrl.c
    C src/lib/libssl/src/crypto/engine/eng_dyn.c
    C src/lib/libssl/src/crypto/engine/eng_err.c
    C src/lib/libssl/src/crypto/engine/eng_fat.c
    C src/lib/libssl/src/crypto/engine/engine.h
    C src/lib/libssl/src/crypto/engine/enginetest.c
    C src/lib/libssl/src/crypto/engine/eng_init.c
    C src/lib/libssl/src/crypto/engine/eng_int.h
    C src/lib/libssl/src/crypto/engine/eng_lib.c
    C src/lib/libssl/src/crypto/engine/eng_list.c
    C src/lib/libssl/src/crypto/engine/eng_openssl.c
    C src/lib/libssl/src/crypto/engine/eng_pkey.c
    C src/lib/libssl/src/crypto/engine/eng_table.c
    C src/lib/libssl/src/crypto/engine/hw_4758_cca.c
    C src/lib/libssl/src/crypto/engine/hw_4758_cca_err.c
    C src/lib/libssl/src/crypto/engine/hw_4758_cca_err.h
    C src/lib/libssl/src/crypto/engine/hw_aep.c
    C src/lib/libssl/src/crypto/engine/hw_aep_err.c
    C src/lib/libssl/src/crypto/engine/hw_aep_err.h
    C src/lib/libssl/src/crypto/engine/hw_atalla.c
    C src/lib/libssl/src/crypto/engine/hw_atalla_err.c
    C src/lib/libssl/src/crypto/engine/hw_atalla_err.h
    C src/lib/libssl/src/crypto/engine/hw_cswift.c
    C src/lib/libssl/src/crypto/engine/hw_cswift_err.c
    C src/lib/libssl/src/crypto/engine/hw_cswift_err.h
    C src/lib/libssl/src/crypto/engine/hw.ec
    C src/lib/libssl/src/crypto/engine/hw_ncipher.c
    C src/lib/libssl/src/crypto/engine/hw_ncipher_err.c
    C src/lib/libssl/src/crypto/engine/hw_ncipher_err.h
    C src/lib/libssl/src/crypto/engine/hw_nuron.c
    C src/lib/libssl/src/crypto/engine/hw_nuron_err.c
    C src/lib/libssl/src/crypto/engine/hw_nuron_err.h
    C src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c
    C src/lib/libssl/src/crypto/engine/hw_sureware.c
    C src/lib/libssl/src/crypto/engine/hw_sureware_err.c
    C src/lib/libssl/src/crypto/engine/hw_sureware_err.h
    C src/lib/libssl/src/crypto/engine/hw_ubsec.c
    C src/lib/libssl/src/crypto/engine/hw_ubsec_err.c
    C src/lib/libssl/src/crypto/engine/hw_ubsec_err.h
    C src/lib/libssl/src/crypto/engine/Makefile.ssl
    C src/lib/libssl/src/crypto/engine/README
    C src/lib/libssl/src/crypto/engine/tb_cipher.c
    C src/lib/libssl/src/crypto/engine/tb_dh.c
    C src/lib/libssl/src/crypto/engine/tb_digest.c
    C src/lib/libssl/src/crypto/engine/tb_dsa.c
    C src/lib/libssl/src/crypto/engine/tb_rand.c
    C src/lib/libssl/src/crypto/engine/tb_rsa.c
    C src/lib/libssl/src/crypto/engine/vendor_defns/aep.h
    C src/lib/libssl/src/crypto/engine/vendor_defns/atalla.h
    C src/lib/libssl/src/crypto/engine/vendor_defns/cswift.h
    C src/lib/libssl/src/crypto/engine/vendor_defns/hw_4758_cca.h
    C src/lib/libssl/src/crypto/engine/vendor_defns/hwcryptohook.h
    C src/lib/libssl/src/crypto/engine/vendor_defns/hw_ubsec.h
    C src/lib/libssl/src/crypto/engine/vendor_defns/sureware.h
    C src/lib/libssl/src/crypto/err/err_all.c
    C src/lib/libssl/src/crypto/err/err.c
    C src/lib/libssl/src/crypto/err/err.h
    C src/lib/libssl/src/crypto/err/err_prn.c
    C src/lib/libssl/src/crypto/err/Makefile.ssl
    C src/lib/libssl/src/crypto/err/openssl.ec
    C src/lib/libssl/src/crypto/evp/bio_b64.c
    C src/lib/libssl/src/crypto/evp/bio_enc.c
    C src/lib/libssl/src/crypto/evp/bio_md.c
    C src/lib/libssl/src/crypto/evp/bio_ok.c
    C src/lib/libssl/src/crypto/evp/c_all.c
    C src/lib/libssl/src/crypto/evp/c_allc.c
    C src/lib/libssl/src/crypto/evp/c_alld.c
    C src/lib/libssl/src/crypto/evp/digest.c
    C src/lib/libssl/src/crypto/evp/e_aes.c
    C src/lib/libssl/src/crypto/evp/e_bf.c
    C src/lib/libssl/src/crypto/evp/e_cast.c
    C src/lib/libssl/src/crypto/evp/e_des3.c
    C src/lib/libssl/src/crypto/evp/e_des.c
    C src/lib/libssl/src/crypto/evp/e_dsa.c
    C src/lib/libssl/src/crypto/evp/e_idea.c
    C src/lib/libssl/src/crypto/evp/encode.c
    C src/lib/libssl/src/crypto/evp/e_null.c
    C src/lib/libssl/src/crypto/evp/e_rc2.c
    C src/lib/libssl/src/crypto/evp/e_rc4.c
    C src/lib/libssl/src/crypto/evp/e_rc5.c
    C src/lib/libssl/src/crypto/evp/evp_acnf.c
    C src/lib/libssl/src/crypto/evp/evp_enc.c
    C src/lib/libssl/src/crypto/evp/evp_err.c
    C src/lib/libssl/src/crypto/evp/evp.h
    C src/lib/libssl/src/crypto/evp/evp_key.c
    C src/lib/libssl/src/crypto/evp/evp_lib.c
    C src/lib/libssl/src/crypto/evp/evp_locl.h
    C src/lib/libssl/src/crypto/evp/evp_pbe.c
    C src/lib/libssl/src/crypto/evp/evp_pkey.c
    C src/lib/libssl/src/crypto/evp/evp_test.c
    C src/lib/libssl/src/crypto/evp/evptests.txt
    C src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    C src/lib/libssl/src/crypto/evp/Makefile.ssl
    C src/lib/libssl/src/crypto/evp/m_dss1.c
    C src/lib/libssl/src/crypto/evp/m_dss.c
    C src/lib/libssl/src/crypto/evp/m_md2.c
    C src/lib/libssl/src/crypto/evp/m_md4.c
    C src/lib/libssl/src/crypto/evp/m_md5.c
    C src/lib/libssl/src/crypto/evp/m_mdc2.c
    C src/lib/libssl/src/crypto/evp/m_null.c
    C src/lib/libssl/src/crypto/evp/m_ripemd.c
    C src/lib/libssl/src/crypto/evp/m_sha1.c
    C src/lib/libssl/src/crypto/evp/m_sha.c
    C src/lib/libssl/src/crypto/evp/names.c
    C src/lib/libssl/src/crypto/evp/openbsd_hw.c
    C src/lib/libssl/src/crypto/evp/p5_crpt2.c
    C src/lib/libssl/src/crypto/evp/p5_crpt.c
    C src/lib/libssl/src/crypto/evp/p_dec.c
    C src/lib/libssl/src/crypto/evp/p_enc.c
    C src/lib/libssl/src/crypto/evp/p_lib.c
    C src/lib/libssl/src/crypto/evp/p_open.c
    C src/lib/libssl/src/crypto/evp/p_seal.c
    C src/lib/libssl/src/crypto/evp/p_sign.c
    C src/lib/libssl/src/crypto/evp/p_verify.c
    C src/lib/libssl/src/crypto/hmac/hmac.c
    C src/lib/libssl/src/crypto/hmac/hmac.h
    C src/lib/libssl/src/crypto/hmac/hmactest.c
    C src/lib/libssl/src/crypto/hmac/Makefile.ssl
    C src/lib/libssl/src/crypto/idea/i_cbc.c
    C src/lib/libssl/src/crypto/idea/i_cfb64.c
    C src/lib/libssl/src/crypto/idea/idea.h
    C src/lib/libssl/src/crypto/idea/idea_lcl.h
    C src/lib/libssl/src/crypto/idea/idea_spd.c
    C src/lib/libssl/src/crypto/idea/ideatest.c
    C src/lib/libssl/src/crypto/idea/i_ecb.c
    C src/lib/libssl/src/crypto/idea/i_ofb64.c
    C src/lib/libssl/src/crypto/idea/i_skey.c
    C src/lib/libssl/src/crypto/idea/Makefile.ssl
    U src/lib/libssl/src/crypto/idea/version
    C src/lib/libssl/src/crypto/krb5/krb5_asn.c
    C src/lib/libssl/src/crypto/krb5/krb5_asn.h
    C src/lib/libssl/src/crypto/krb5/Makefile.ssl
    C src/lib/libssl/src/crypto/lhash/lhash.c
    C src/lib/libssl/src/crypto/lhash/lhash.h
    C src/lib/libssl/src/crypto/lhash/lh_stats.c
    C src/lib/libssl/src/crypto/lhash/lh_test.c
    C src/lib/libssl/src/crypto/lhash/Makefile.ssl
    C src/lib/libssl/src/crypto/lhash/num.pl
    C src/lib/libssl/src/crypto/md2/Makefile.ssl
    C src/lib/libssl/src/crypto/md2/md2.c
    C src/lib/libssl/src/crypto/md2/md2_dgst.c
    C src/lib/libssl/src/crypto/md2/md2.h
    C src/lib/libssl/src/crypto/md2/md2_one.c
    C src/lib/libssl/src/crypto/md2/md2test.c
    C src/lib/libssl/src/crypto/md4/Makefile.ssl
    C src/lib/libssl/src/crypto/md4/md4.c
    C src/lib/libssl/src/crypto/md4/md4_dgst.c
    C src/lib/libssl/src/crypto/md4/md4.h
    C src/lib/libssl/src/crypto/md4/md4_locl.h
    C src/lib/libssl/src/crypto/md4/md4_one.c
    C src/lib/libssl/src/crypto/md4/md4s.cpp
    C src/lib/libssl/src/crypto/md4/md4test.c
    C src/lib/libssl/src/crypto/md5/Makefile.ssl
    C src/lib/libssl/src/crypto/md5/md5.c
    C src/lib/libssl/src/crypto/md5/md5_dgst.c
    C src/lib/libssl/src/crypto/md5/md5.h
    C src/lib/libssl/src/crypto/md5/md5_locl.h
    C src/lib/libssl/src/crypto/md5/md5_one.c
    C src/lib/libssl/src/crypto/md5/md5s.cpp
    C src/lib/libssl/src/crypto/md5/md5test.c
    C src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    C src/lib/libssl/src/crypto/md5/asm/md5-sparcv9.S
    C src/lib/libssl/src/crypto/mdc2/Makefile.ssl
    C src/lib/libssl/src/crypto/mdc2/mdc2dgst.c
    C src/lib/libssl/src/crypto/mdc2/mdc2.h
    C src/lib/libssl/src/crypto/mdc2/mdc2_one.c
    C src/lib/libssl/src/crypto/mdc2/mdc2test.c
    C src/lib/libssl/src/crypto/objects/Makefile.ssl
    C src/lib/libssl/src/crypto/objects/obj_dat.c
    C src/lib/libssl/src/crypto/objects/obj_dat.h
    C src/lib/libssl/src/crypto/objects/obj_dat.pl
    C src/lib/libssl/src/crypto/objects/objects.h
    C src/lib/libssl/src/crypto/objects/objects.pl
    C src/lib/libssl/src/crypto/objects/objects.README
    C src/lib/libssl/src/crypto/objects/objects.txt
    C src/lib/libssl/src/crypto/objects/obj_err.c
    C src/lib/libssl/src/crypto/objects/obj_lib.c
    C src/lib/libssl/src/crypto/objects/obj_mac.h
    C src/lib/libssl/src/crypto/objects/obj_mac.num
    C src/lib/libssl/src/crypto/objects/o_names.c
    C src/lib/libssl/src/crypto/ocsp/Makefile.ssl
    C src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    C src/lib/libssl/src/crypto/ocsp/ocsp.h
    C src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    C src/lib/libssl/src/crypto/pem/Makefile.ssl
    U src/lib/libssl/src/crypto/pem/message
    C src/lib/libssl/src/crypto/pem/pem2.h
    C src/lib/libssl/src/crypto/pem/pem_all.c
    C src/lib/libssl/src/crypto/pem/pem_err.c
    C src/lib/libssl/src/crypto/pem/pem.h
    C src/lib/libssl/src/crypto/pem/pem_info.c
    C src/lib/libssl/src/crypto/pem/pem_lib.c
    C src/lib/libssl/src/crypto/pem/pem_oth.c
    C src/lib/libssl/src/crypto/pem/pem_pk8.c
    C src/lib/libssl/src/crypto/pem/pem_pkey.c
    C src/lib/libssl/src/crypto/pem/pem_seal.c
    C src/lib/libssl/src/crypto/pem/pem_sign.c
    C src/lib/libssl/src/crypto/pem/pem_x509.c
    C src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    C src/lib/libssl/src/crypto/perlasm/alpha.pl
    C src/lib/libssl/src/crypto/perlasm/cbc.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    C src/lib/libssl/src/crypto/perlasm/x86asm.pl
    C src/lib/libssl/src/crypto/perlasm/x86ms.pl
    C src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    C src/lib/libssl/src/crypto/perlasm/x86unix.pl
    C src/lib/libssl/src/crypto/pkcs12/Makefile.ssl
    C src/lib/libssl/src/crypto/pkcs12/p12_add.c
    C src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    C src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    C src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    C src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    C src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    C src/lib/libssl/src/crypto/pkcs12/p12_init.c
    C src/lib/libssl/src/crypto/pkcs12/p12_key.c
    C src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    C src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    C src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    C src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    C src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    C src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    C src/lib/libssl/src/crypto/pkcs12/pk12err.c
    C src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    C src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    C src/lib/libssl/src/crypto/pkcs7/dec.c
    C src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    C src/lib/libssl/src/crypto/pkcs7/enc.c
    C src/lib/libssl/src/crypto/pkcs7/es1.pem
    C src/lib/libssl/src/crypto/pkcs7/example.c
    C src/lib/libssl/src/crypto/pkcs7/example.h
    C src/lib/libssl/src/crypto/pkcs7/infokey.pem
    C src/lib/libssl/src/crypto/pkcs7/info.pem
    C src/lib/libssl/src/crypto/pkcs7/Makefile.ssl
    C src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    C src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    C src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    C src/lib/libssl/src/crypto/pkcs7/sign.c
    C src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    C src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    C src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    C src/lib/libssl/src/crypto/pkcs7/t/c.pem
    C src/lib/libssl/src/crypto/pkcs7/t/ff
    C src/lib/libssl/src/crypto/pkcs7/t/msie-e
    C src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    C src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    C src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    C src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    C src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    C src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    C src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    C src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    C src/lib/libssl/src/crypto/pkcs7/t/server.pem
    C src/lib/libssl/src/crypto/pkcs7/t/s.pem
    C src/lib/libssl/src/crypto/rand/Makefile.ssl
    C src/lib/libssl/src/crypto/rand/md_rand.c
    C src/lib/libssl/src/crypto/rand/rand_egd.c
    C src/lib/libssl/src/crypto/rand/rand_err.c
    C src/lib/libssl/src/crypto/rand/randfile.c
    C src/lib/libssl/src/crypto/rand/rand.h
    C src/lib/libssl/src/crypto/rand/rand_lcl.h
    C src/lib/libssl/src/crypto/rand/rand_lib.c
    C src/lib/libssl/src/crypto/rand/rand_os2.c
    C src/lib/libssl/src/crypto/rand/randtest.c
    C src/lib/libssl/src/crypto/rand/rand_unix.c
    C src/lib/libssl/src/crypto/rand/rand_vms.c
    C src/lib/libssl/src/crypto/rand/rand_win.c
    C src/lib/libssl/src/crypto/rc2/Makefile.ssl
    C src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    C src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    C src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    C src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    C src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    C src/lib/libssl/src/crypto/rc2/rc2_skey.c
    C src/lib/libssl/src/crypto/rc2/rc2speed.c
    C src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    C src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    C src/lib/libssl/src/crypto/rc4/Makefile.ssl
    C src/lib/libssl/src/crypto/rc4/rc4.c
    C src/lib/libssl/src/crypto/rc4/rc4_enc.c
    C src/lib/libssl/src/crypto/rc4/rc4.h
    C src/lib/libssl/src/crypto/rc4/rc4_locl.h
    C src/lib/libssl/src/crypto/rc4/rc4s.cpp
    C src/lib/libssl/src/crypto/rc4/rc4_skey.c
    C src/lib/libssl/src/crypto/rc4/rc4speed.c
    C src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    C src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    C src/lib/libssl/src/crypto/rc5/Makefile.ssl
    C src/lib/libssl/src/crypto/rc5/rc5cfb64.c
    C src/lib/libssl/src/crypto/rc5/rc5_ecb.c
    C src/lib/libssl/src/crypto/rc5/rc5_enc.c
    C src/lib/libssl/src/crypto/rc5/rc5.h
    C src/lib/libssl/src/crypto/rc5/rc5_locl.h
    C src/lib/libssl/src/crypto/rc5/rc5ofb64.c
    C src/lib/libssl/src/crypto/rc5/rc5s.cpp
    C src/lib/libssl/src/crypto/rc5/rc5_skey.c
    C src/lib/libssl/src/crypto/rc5/rc5speed.c
    C src/lib/libssl/src/crypto/rc5/rc5test.c
    C src/lib/libssl/src/crypto/rc5/asm/rc5-586.pl
    C src/lib/libssl/src/crypto/rijndael/Makefile.ssl
    C src/lib/libssl/src/crypto/rijndael/rd_fst.c
    C src/lib/libssl/src/crypto/rijndael/rd_fst.h
    C src/lib/libssl/src/crypto/rijndael/README
    C src/lib/libssl/src/crypto/rijndael/rijndael.h
    C src/lib/libssl/src/crypto/ripemd/Makefile.ssl
    U src/lib/libssl/src/crypto/ripemd/README
    C src/lib/libssl/src/crypto/ripemd/ripemd.h
    C src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    C src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    C src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    C src/lib/libssl/src/crypto/ripemd/rmd_one.c
    C src/lib/libssl/src/crypto/ripemd/rmdtest.c
    C src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    C src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    C src/lib/libssl/src/crypto/rsa/Makefile.ssl
    C src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    C src/lib/libssl/src/crypto/rsa/rsa_chk.c
    C src/lib/libssl/src/crypto/rsa/rsa_eay.c
    C src/lib/libssl/src/crypto/rsa/rsa_err.c
    C src/lib/libssl/src/crypto/rsa/rsa_gen.c
    C src/lib/libssl/src/crypto/rsa/rsa.h
    C src/lib/libssl/src/crypto/rsa/rsa_lib.c
    C src/lib/libssl/src/crypto/rsa/rsa_none.c
    C src/lib/libssl/src/crypto/rsa/rsa_null.c
    C src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    C src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    C src/lib/libssl/src/crypto/rsa/rsa_saos.c
    C src/lib/libssl/src/crypto/rsa/rsa_sign.c
    C src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    C src/lib/libssl/src/crypto/rsa/rsa_test.c
    C src/lib/libssl/src/crypto/sha/Makefile.ssl
    C src/lib/libssl/src/crypto/sha/sha1.c
    C src/lib/libssl/src/crypto/sha/sha1dgst.c
    C src/lib/libssl/src/crypto/sha/sha1_one.c
    C src/lib/libssl/src/crypto/sha/sha1s.cpp
    C src/lib/libssl/src/crypto/sha/sha1test.c
    C src/lib/libssl/src/crypto/sha/sha.c
    C src/lib/libssl/src/crypto/sha/sha_dgst.c
    C src/lib/libssl/src/crypto/sha/sha.h
    C src/lib/libssl/src/crypto/sha/sha_locl.h
    C src/lib/libssl/src/crypto/sha/sha_one.c
    C src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    C src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    C src/lib/libssl/src/crypto/stack/Makefile.ssl
    C src/lib/libssl/src/crypto/stack/safestack.h
    C src/lib/libssl/src/crypto/stack/stack.c
    C src/lib/libssl/src/crypto/stack/stack.h
    C src/lib/libssl/src/crypto/threads/mttest.c
    C src/lib/libssl/src/crypto/threads/profile.sh
    C src/lib/libssl/src/crypto/threads/ptest.bat
    C src/lib/libssl/src/crypto/threads/pthread2.sh
    C src/lib/libssl/src/crypto/threads/pthread.sh
    C src/lib/libssl/src/crypto/threads/pthreads-vms.com
    C src/lib/libssl/src/crypto/threads/purify.sh
    C src/lib/libssl/src/crypto/threads/README
    C src/lib/libssl/src/crypto/threads/solaris.sh
    C src/lib/libssl/src/crypto/threads/th-lock.c
    C src/lib/libssl/src/crypto/threads/win32.bat
    C src/lib/libssl/src/crypto/txt_db/Makefile.ssl
    C src/lib/libssl/src/crypto/txt_db/txt_db.c
    C src/lib/libssl/src/crypto/txt_db/txt_db.h
    C src/lib/libssl/src/crypto/ui/Makefile.ssl
    C src/lib/libssl/src/crypto/ui/ui_compat.c
    C src/lib/libssl/src/crypto/ui/ui_compat.h
    C src/lib/libssl/src/crypto/ui/ui_err.c
    C src/lib/libssl/src/crypto/ui/ui.h
    C src/lib/libssl/src/crypto/ui/ui_lib.c
    C src/lib/libssl/src/crypto/ui/ui_locl.h
    C src/lib/libssl/src/crypto/ui/ui_openssl.c
    C src/lib/libssl/src/crypto/ui/ui_util.c
    C src/lib/libssl/src/crypto/x509/by_dir.c
    C src/lib/libssl/src/crypto/x509/by_file.c
    C src/lib/libssl/src/crypto/x509/Makefile.ssl
    C src/lib/libssl/src/crypto/x509/x509_att.c
    C src/lib/libssl/src/crypto/x509/x509_cmp.c
    C src/lib/libssl/src/crypto/x509/x509cset.c
    C src/lib/libssl/src/crypto/x509/x509_d2.c
    C src/lib/libssl/src/crypto/x509/x509_def.c
    C src/lib/libssl/src/crypto/x509/x509_err.c
    C src/lib/libssl/src/crypto/x509/x509_ext.c
    C src/lib/libssl/src/crypto/x509/x509.h
    C src/lib/libssl/src/crypto/x509/x509_lu.c
    C src/lib/libssl/src/crypto/x509/x509name.c
    C src/lib/libssl/src/crypto/x509/x509_obj.c
    C src/lib/libssl/src/crypto/x509/x509_r2x.c
    C src/lib/libssl/src/crypto/x509/x509_req.c
    C src/lib/libssl/src/crypto/x509/x509rset.c
    C src/lib/libssl/src/crypto/x509/x509_set.c
    C src/lib/libssl/src/crypto/x509/x509spki.c
    C src/lib/libssl/src/crypto/x509/x509_trs.c
    C src/lib/libssl/src/crypto/x509/x509_txt.c
    C src/lib/libssl/src/crypto/x509/x509type.c
    C src/lib/libssl/src/crypto/x509/x509_v3.c
    C src/lib/libssl/src/crypto/x509/x_all.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.h
    C src/lib/libssl/src/crypto/x509v3/ext_dat.h
    C src/lib/libssl/src/crypto/x509v3/Makefile.ssl
    C src/lib/libssl/src/crypto/x509v3/tabtest.c
    C src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    C src/lib/libssl/src/crypto/x509v3/v3_akey.c
    C src/lib/libssl/src/crypto/x509v3/v3_alt.c
    C src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    C src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    C src/lib/libssl/src/crypto/x509v3/v3_conf.c
    C src/lib/libssl/src/crypto/x509v3/v3conf.c
    C src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    C src/lib/libssl/src/crypto/x509v3/v3_crld.c
    C src/lib/libssl/src/crypto/x509v3/v3_enum.c
    C src/lib/libssl/src/crypto/x509v3/v3err.c
    C src/lib/libssl/src/crypto/x509v3/v3_extku.c
    C src/lib/libssl/src/crypto/x509v3/v3_genn.c
    C src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    C src/lib/libssl/src/crypto/x509v3/v3_info.c
    C src/lib/libssl/src/crypto/x509v3/v3_int.c
    C src/lib/libssl/src/crypto/x509v3/v3_lib.c
    C src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    C src/lib/libssl/src/crypto/x509v3/v3_pku.c
    C src/lib/libssl/src/crypto/x509v3/v3prin.c
    C src/lib/libssl/src/crypto/x509v3/v3_prn.c
    C src/lib/libssl/src/crypto/x509v3/v3_purp.c
    C src/lib/libssl/src/crypto/x509v3/v3_skey.c
    C src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    C src/lib/libssl/src/crypto/x509v3/v3_utl.c
    C src/lib/libssl/src/crypto/x509v3/x509v3.h
    C src/lib/libssl/src/demos/b64.c
    C src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    C src/lib/libssl/src/demos/README
    C src/lib/libssl/src/demos/selfsign.c
    C src/lib/libssl/src/demos/spkigen.c
    C src/lib/libssl/src/demos/asn1/ocsp.c
    C src/lib/libssl/src/demos/asn1/README.ASN1
    C src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    C src/lib/libssl/src/demos/bio/saccept.c
    C src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    C src/lib/libssl/src/demos/easy_tls/cacerts.pem
    C src/lib/libssl/src/demos/easy_tls/cert.pem
    C src/lib/libssl/src/demos/easy_tls/easy-tls.c
    C src/lib/libssl/src/demos/easy_tls/easy-tls.h
    C src/lib/libssl/src/demos/easy_tls/Makefile
    C src/lib/libssl/src/demos/easy_tls/README
    C src/lib/libssl/src/demos/easy_tls/test.c
    C src/lib/libssl/src/demos/easy_tls/test.h
    C src/lib/libssl/src/demos/eay/base64.c
    C src/lib/libssl/src/demos/eay/conn.c
    C src/lib/libssl/src/demos/eay/loadrsa.c
    C src/lib/libssl/src/demos/eay/Makefile
    N src/lib/libssl/src/demos/engines/rsaref/build.com
    N src/lib/libssl/src/demos/engines/rsaref/Makefile
    N src/lib/libssl/src/demos/engines/rsaref/README
    N src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    N src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    N src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    N src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    U src/lib/libssl/src/demos/maurice/cert.pem
    C src/lib/libssl/src/demos/maurice/example1.c
    C src/lib/libssl/src/demos/maurice/example2.c
    C src/lib/libssl/src/demos/maurice/example3.c
    C src/lib/libssl/src/demos/maurice/example4.c
    C src/lib/libssl/src/demos/maurice/loadkeys.c
    C src/lib/libssl/src/demos/maurice/loadkeys.h
    C src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/maurice/README
    C src/lib/libssl/src/demos/pkcs12/pkread.c
    C src/lib/libssl/src/demos/pkcs12/pkwrite.c
    C src/lib/libssl/src/demos/pkcs12/README
    C src/lib/libssl/src/demos/prime/Makefile
    C src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    C src/lib/libssl/src/demos/sign/Makefile
    C src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/sign/sig.txt
    C src/lib/libssl/src/demos/ssl/cli.cpp
    C src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    C src/lib/libssl/src/demos/ssl/serv.cpp
    C src/lib/libssl/src/demos/state_machine/Makefile
    C src/lib/libssl/src/demos/state_machine/state_machine.c
    C src/lib/libssl/src/demos/tunala/A-client.pem
    C src/lib/libssl/src/demos/tunala/A-server.pem
    C src/lib/libssl/src/demos/tunala/autogunk.sh
    C src/lib/libssl/src/demos/tunala/autoungunk.sh
    C src/lib/libssl/src/demos/tunala/breakage.c
    C src/lib/libssl/src/demos/tunala/buffer.c
    C src/lib/libssl/src/demos/tunala/CA.pem
    C src/lib/libssl/src/demos/tunala/cb.c
    C src/lib/libssl/src/demos/tunala/configure.in
    C src/lib/libssl/src/demos/tunala/INSTALL
    C src/lib/libssl/src/demos/tunala/ip.c
    C src/lib/libssl/src/demos/tunala/Makefile
    C src/lib/libssl/src/demos/tunala/Makefile.am
    C src/lib/libssl/src/demos/tunala/README
    C src/lib/libssl/src/demos/tunala/sm.c
    C src/lib/libssl/src/demos/tunala/tunala.c
    C src/lib/libssl/src/demos/tunala/tunala.h
    C src/lib/libssl/src/demos/x509/mkcert.c
    C src/lib/libssl/src/demos/x509/mkreq.c
    C src/lib/libssl/src/demos/x509/README
    C src/lib/libssl/src/MacOS/buildinf.h
    C src/lib/libssl/src/MacOS/GUSI_Init.cpp
    C src/lib/libssl/src/MacOS/mklinks.as.hqx
    C src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    C src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    C src/lib/libssl/src/MacOS/opensslconf.h
    C src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    C src/lib/libssl/src/MacOS/Randomizer.cpp
    C src/lib/libssl/src/MacOS/Randomizer.h
    C src/lib/libssl/src/MacOS/TODO
    C src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    C src/lib/libssl/src/ms/16all.bat
    C src/lib/libssl/src/ms/32all.bat
    C src/lib/libssl/src/ms/bcb4.bat
    C src/lib/libssl/src/ms/certCA.srl
    C src/lib/libssl/src/ms/certCA.ss
    C src/lib/libssl/src/ms/certU.ss
    C src/lib/libssl/src/ms/cmp.pl
    C src/lib/libssl/src/ms/do_masm.bat
    C src/lib/libssl/src/ms/do_ms.bat
    C src/lib/libssl/src/ms/do_nasm.bat
    C src/lib/libssl/src/ms/do_nt.bat
    C src/lib/libssl/src/ms/keyCA.ss
    C src/lib/libssl/src/ms/keyU.ss
    C src/lib/libssl/src/ms/mingw32.bat
    C src/lib/libssl/src/ms/mw.bat
    U src/lib/libssl/src/ms/README
    C src/lib/libssl/src/ms/req2CA.ss
    C src/lib/libssl/src/ms/reqCA.ss
    C src/lib/libssl/src/ms/reqU.ss
    C src/lib/libssl/src/ms/.rnd
    U src/lib/libssl/src/ms/speed16.bat
    U src/lib/libssl/src/ms/speed32.bat
    C src/lib/libssl/src/ms/tenc.bat
    C src/lib/libssl/src/ms/test.bat
    C src/lib/libssl/src/ms/testenc.bat
    C src/lib/libssl/src/ms/testpem.bat
    C src/lib/libssl/src/ms/testss.bat
    C src/lib/libssl/src/ms/tlhelp32.h
    C src/lib/libssl/src/ms/tpem.bat
    C src/lib/libssl/src/ms/x86asm.bat
    C src/lib/libssl/src/os2/OS2-EMX.cmd
    C src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    C src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    C src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    C src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    C src/lib/libssl/src/shlib/svr5-shared-installed
    C src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    C src/lib/libssl/src/ssl/bio_ssl.c
    C src/lib/libssl/src/ssl/install.com
    C src/lib/libssl/src/ssl/kssl.c
    C src/lib/libssl/src/ssl/kssl.h
    C src/lib/libssl/src/ssl/kssl_lcl.h
    C src/lib/libssl/src/ssl/Makefile.ssl
    C src/lib/libssl/src/ssl/s23_clnt.c
    C src/lib/libssl/src/ssl/s23_lib.c
    C src/lib/libssl/src/ssl/s23_meth.c
    C src/lib/libssl/src/ssl/s23_pkt.c
    C src/lib/libssl/src/ssl/s23_srvr.c
    C src/lib/libssl/src/ssl/s2_clnt.c
    C src/lib/libssl/src/ssl/s2_enc.c
    C src/lib/libssl/src/ssl/s2_lib.c
    C src/lib/libssl/src/ssl/s2_meth.c
    C src/lib/libssl/src/ssl/s2_pkt.c
    C src/lib/libssl/src/ssl/s2_srvr.c
    C src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    C src/lib/libssl/src/ssl/s3_enc.c
    C src/lib/libssl/src/ssl/s3_lib.c
    C src/lib/libssl/src/ssl/s3_meth.c
    C src/lib/libssl/src/ssl/s3_pkt.c
    C src/lib/libssl/src/ssl/s3_srvr.c
    U src/lib/libssl/src/ssl/ssl23.h
    C src/lib/libssl/src/ssl/ssl2.h
    C src/lib/libssl/src/ssl/ssl3.h
    C src/lib/libssl/src/ssl/ssl_algs.c
    C src/lib/libssl/src/ssl/ssl_asn1.c
    C src/lib/libssl/src/ssl/ssl_cert.c
    C src/lib/libssl/src/ssl/ssl_ciph.c
    C src/lib/libssl/src/ssl/ssl_err2.c
    C src/lib/libssl/src/ssl/ssl_err.c
    C src/lib/libssl/src/ssl/ssl.h
    C src/lib/libssl/src/ssl/ssl_lib.c
    C src/lib/libssl/src/ssl/ssl-lib.com
    C src/lib/libssl/src/ssl/ssl_locl.h
    C src/lib/libssl/src/ssl/ssl_rsa.c
    C src/lib/libssl/src/ssl/ssl_sess.c
    C src/lib/libssl/src/ssl/ssl_stat.c
    C src/lib/libssl/src/ssl/ssl_task.c
    C src/lib/libssl/src/ssl/ssltest.c
    C src/lib/libssl/src/ssl/ssl_txt.c
    C src/lib/libssl/src/ssl/t1_clnt.c
    C src/lib/libssl/src/ssl/t1_enc.c
    C src/lib/libssl/src/ssl/t1_lib.c
    C src/lib/libssl/src/ssl/t1_meth.c
    C src/lib/libssl/src/ssl/t1_srvr.c
    C src/lib/libssl/src/ssl/tls1.h
    C src/lib/libssl/src/test/bctest
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    C src/lib/libssl/src/test/Makefile.ssl
    C src/lib/libssl/src/test/maketests.com
    C src/lib/libssl/src/test/tcrl
    C src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    U src/lib/libssl/src/test/r160test.c
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    C src/lib/libssl/src/test/tcrl.com
    C src/lib/libssl/src/test/testca
    C src/lib/libssl/src/test/testca.com
    U src/lib/libssl/src/test/test.cnf
    U src/lib/libssl/src/test/testcrl.pem
    C src/lib/libssl/src/test/testenc
    C src/lib/libssl/src/test/testenc.com
    C src/lib/libssl/src/test/testgen
    C src/lib/libssl/src/test/testgen.com
    C src/lib/libssl/src/test/testp7.pem
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testrsa.pem
    C src/lib/libssl/src/test/tests.com
    C src/lib/libssl/src/test/testsid.pem
    C src/lib/libssl/src/test/testss
    C src/lib/libssl/src/test/testss.com
    C src/lib/libssl/src/test/testssl
    C src/lib/libssl/src/test/testssl.com
    U src/lib/libssl/src/test/testx509.pem
    U src/lib/libssl/src/test/times
    C src/lib/libssl/src/test/tpkcs7
    C src/lib/libssl/src/test/tpkcs7.com
    C src/lib/libssl/src/test/tpkcs7d
    C src/lib/libssl/src/test/tpkcs7d.com
    C src/lib/libssl/src/test/treq
    C src/lib/libssl/src/test/treq.com
    C src/lib/libssl/src/test/trsa
    C src/lib/libssl/src/test/trsa.com
    C src/lib/libssl/src/test/tsid
    C src/lib/libssl/src/test/tsid.com
    C src/lib/libssl/src/test/tverify.com
    C src/lib/libssl/src/test/tx509
    C src/lib/libssl/src/test/tx509.com
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/v3-cert1.pem
    U src/lib/libssl/src/test/v3-cert2.pem
    C src/lib/libssl/src/test/VMSca-response.1
    C src/lib/libssl/src/test/VMSca-response.2
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    C src/lib/libssl/src/times/091/486-50.nt
    C src/lib/libssl/src/times/091/586-100.lnx
    C src/lib/libssl/src/times/091/68000.bsd
    C src/lib/libssl/src/times/091/686-200.lnx
    C src/lib/libssl/src/times/091/alpha064.osf
    C src/lib/libssl/src/times/091/alpha164.lnx
    C src/lib/libssl/src/times/091/alpha164.osf
    C src/lib/libssl/src/times/091/mips-rel.pl
    C src/lib/libssl/src/times/091/r10000.irx
    C src/lib/libssl/src/times/091/r3000.ult
    C src/lib/libssl/src/times/091/r4400.irx
    C src/lib/libssl/src/times/x86/bfs.cpp
    C src/lib/libssl/src/times/x86/casts.cpp
    C src/lib/libssl/src/times/x86/des3s.cpp
    C src/lib/libssl/src/times/x86/dess.cpp
    C src/lib/libssl/src/times/x86/md4s.cpp
    C src/lib/libssl/src/times/x86/md5s.cpp
    C src/lib/libssl/src/times/x86/rc4s.cpp
    C src/lib/libssl/src/times/x86/sha1s.cpp
    C src/lib/libssl/src/tools/c89.sh
    C src/lib/libssl/src/tools/c_hash
    C src/lib/libssl/src/tools/c_info
    C src/lib/libssl/src/tools/c_issuer
    C src/lib/libssl/src/tools/c_name
    C src/lib/libssl/src/tools/c_rehash
    C src/lib/libssl/src/tools/c_rehash.in
    C src/lib/libssl/src/tools/Makefile.ssl
    C src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/bat.sh
    C src/lib/libssl/src/util/ck_errf.pl
    C src/lib/libssl/src/util/clean-depend.pl
    C src/lib/libssl/src/util/cygwin.sh
    C src/lib/libssl/src/util/deleof.pl
    C src/lib/libssl/src/util/domd
    C src/lib/libssl/src/util/do_ms.sh
    C src/lib/libssl/src/util/err-ins.pl
    C src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/install.sh
    C src/lib/libssl/src/util/libeay.num
    C src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    C src/lib/libssl/src/util/mkdef.pl
    C src/lib/libssl/src/util/mkdir-p.pl
    C src/lib/libssl/src/util/mkerr.pl
    C src/lib/libssl/src/util/mkfiles.pl
    C src/lib/libssl/src/util/mklink.pl
    C src/lib/libssl/src/util/mkstack.pl
    C src/lib/libssl/src/util/perlpath.pl
    C src/lib/libssl/src/util/pod2man.pl
    N src/lib/libssl/src/util/pod2mantest
    N src/lib/libssl/src/util/pod2mantest.pod
    C src/lib/libssl/src/util/point.sh
    C src/lib/libssl/src/util/selftest.pl
    C src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    C src/lib/libssl/src/util/src-dep.pl
    C src/lib/libssl/src/util/ssleay.num
    C src/lib/libssl/src/util/tab_num.pl
    C src/lib/libssl/src/util/x86asm.sh
    C src/lib/libssl/src/util/pl/BC-16.pl
    C src/lib/libssl/src/util/pl/BC-32.pl
    C src/lib/libssl/src/util/pl/linux.pl
    C src/lib/libssl/src/util/pl/Mingw32f.pl
    C src/lib/libssl/src/util/pl/Mingw32.pl
    C src/lib/libssl/src/util/pl/OS2-EMX.pl
    C src/lib/libssl/src/util/pl/ultrix.pl
    C src/lib/libssl/src/util/pl/unix.pl
    C src/lib/libssl/src/util/pl/VC-16.pl
    C src/lib/libssl/src/util/pl/VC-32.pl
    C src/lib/libssl/src/VMS/install.com
    C src/lib/libssl/src/VMS/mkshared.com
    C src/lib/libssl/src/VMS/multinet_shr.opt
    C src/lib/libssl/src/VMS/openssl_utils.com
    C src/lib/libssl/src/VMS/socketshr_shr.opt
    N src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    C src/lib/libssl/src/VMS/test-includes.com
    C src/lib/libssl/src/VMS/TODO
    C src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    C src/lib/libssl/src/VMS/ucx_shr_decc.opt
    C src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    C src/lib/libssl/src/VMS/WISHLIST.TXT
    
    1431 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jOPENSSL:yesterday -jOPENSSL src/lib/libssl/src

CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/05 08:46:56

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amiga md.hp300 md.i386 
	                          md.mac68k md.macppc md.mvme68k 
	                          md.sparc md.sparc64 md.vax mi 
	distrib/sets/lists/xfont: md.x11r6 mi 
	distrib/sets/lists/xserv: md.sparc 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/05 08:47:36

Modified files:
	distrib/sets   : makeflist maketars 

Log message:
account for vax not building fonts


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/05 08:54:16

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Do not create SAs for transaction exchanges either. By niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/05 09:47:23

Modified files:
	sbin/isakmpd   : x509.c 

Log message:
Do not require the presence of subjectAltName in certificates used for
IKE auth. Should make interoperating with for example FreeS/WAN easier
(Pluto).


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/05 11:03:33

Modified files:
	sys/dev/ic     : ac97.c 

Log message:
Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, not
AUDIO_ID which contains what the codec supports, and do it only if the
codec supports VRM or VRA.
discussed with mickey@ a while ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/05 11:12:03

Modified files:
	sys/dev/wscons : wsemul_sun.c 

Log message:
Do not print the ASCII_ESC character.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/05 11:22:16

Modified files:
	usr.bin/whois  : whois.1 whois.c 

Log message:
lacnic support; from Loic Tortay <loict@bougon.net>.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/05 11:30:03

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Without IDs wait until next step/retry to handle CERTREQs. This should
make certificate auth work better with some clients, such as SSH Sentinel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/05 11:57:30

Modified files:
	net/openh323   : Makefile 
	net/openh323/patches: patch-pwlib_make_unix_mak 

Log message:
Fix different bugs : little indian for all arch, build in 32bits by default, CC/CXX/C(XX)FLAGS.
Plus cosmetics from naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 12:15:23

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
no need for one extra frame


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/05 12:17:02

Added files:
	www/bluefish/patches: patch-src_bf_lib_c 

Log message:
Fix tempnam


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 12:34:47

Modified files:
	sys/arch/hppa/include: exec.h 

Log message:
sort out the nlist and do defines


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 12:41:19

Modified files:
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/hppa/include: pmap.h pte.h vmparam.h 

Log message:
move the kernel virtual away from the physical addresses
and equivalently map the whole physical.
this allows a lot of simplification in how kernel
deals w/ page tables and physical pages.
avoid series of bugs related to that.
check for aliased mappings (none found so far),
and properly flush/purge pages on zero/copy.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 13:16:36

Modified files:
	share/misc     : zipcodes 

Log message:
now Steve Swantz lives in a place w/ a zipcode (; which he did a supply)


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/05 13:29:30

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile distinfo 

Log message:
update mail/p5-Mail-SpamAssassin to 2.41; from MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/05 14:35:57

Modified files:
	net/openh323   : Makefile 

Log message:
Fix DISTNAME, noticed by todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 15:36:28

Modified files:
	sys/arch/hppa/dev: mem.c 

Log message:
things [in pmap] have changed, kundun


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/05 15:37:18

Modified files:
	sys/arch/hppa/hppa: locore.S vm_machdep.c 
	sys/arch/hppa/include: cpufunc.h 

Log message:
fpu save state is a separate magic function now


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/05 16:12:12

Modified files:
	lib/libssl/crypto: Makefile 
	lib/libssl/src : Configure Makefile.org e_os.h 
	lib/libssl/src/apps: speed.c 
	lib/libssl/src/crypto/asn1: a_utctm.c 
	lib/libssl/src/crypto/des: fcrypt.c read_pwd.c 
	lib/libssl/src/crypto/dsa: dsa_key.c dsa_ossl.c 
	lib/libssl/src/crypto/engine: Makefile.ssl eng_all.c engine.h 
	lib/libssl/src/crypto/evp: evp_test.c 
	lib/libssl/src/crypto/objects: Makefile.ssl obj_dat.pl 
	lib/libssl/src/crypto/rand: randfile.c 
	lib/libssl/src/demos/easy_tls: Makefile cacerts.pem cert.pem 
	                               easy-tls.c easy-tls.h test.c 
	                               test.h 
	lib/libssl/src/doc/crypto: des_modes.pod 
	lib/libssl/src/ssl: s3_srvr.c ssl_locl.h 
	lib/libssl/src/test: Makefile.ssl 
	lib/libssl/src/util: domd 

Log message:
merge with 0.9.7-beta1


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/05 16:45:34

Log message:
    import openssl-0.9.7-beta3
    
    Status:
    
    Vendor Tag:	OPENSSL
    Release Tags:	OPENSSL_0_9_7_BETA3
    
    C src/lib/libssl/src/CHANGES
    U src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/Configure
    C src/lib/libssl/src/FAQ
    C src/lib/libssl/src/INSTALL
    N src/lib/libssl/src/INSTALL.DJGPP
    U src/lib/libssl/src/INSTALL.MacOS
    C src/lib/libssl/src/INSTALL.OS2
    U src/lib/libssl/src/INSTALL.VMS
    C src/lib/libssl/src/INSTALL.W32
    U src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile.org
    C src/lib/libssl/src/Makefile.ssl
    C src/lib/libssl/src/NEWS
    C src/lib/libssl/src/PROBLEMS
    C src/lib/libssl/src/README
    U src/lib/libssl/src/README.ASN1
    C src/lib/libssl/src/README.ENGINE
    C src/lib/libssl/src/config
    C src/lib/libssl/src/e_os.h
    C src/lib/libssl/src/e_os2.h
    C src/lib/libssl/src/install.com
    U src/lib/libssl/src/makevms.com
    U src/lib/libssl/src/openssl.doxy
    U src/lib/libssl/src/openssl.spec
    U src/lib/libssl/src/MacOS/GUSI_Init.cpp
    U src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    U src/lib/libssl/src/MacOS/Randomizer.cpp
    U src/lib/libssl/src/MacOS/Randomizer.h
    U src/lib/libssl/src/MacOS/TODO
    U src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    U src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    U src/lib/libssl/src/MacOS/buildinf.h
    U src/lib/libssl/src/MacOS/mklinks.as.hqx
    U src/lib/libssl/src/MacOS/opensslconf.h
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    U src/lib/libssl/src/VMS/TODO
    U src/lib/libssl/src/VMS/WISHLIST.TXT
    U src/lib/libssl/src/VMS/install.com
    U src/lib/libssl/src/VMS/mkshared.com
    U src/lib/libssl/src/VMS/multinet_shr.opt
    U src/lib/libssl/src/VMS/openssl_utils.com
    U src/lib/libssl/src/VMS/socketshr_shr.opt
    U src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    U src/lib/libssl/src/VMS/test-includes.com
    U src/lib/libssl/src/VMS/ucx_shr_decc.opt
    U src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    U src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    U src/lib/libssl/src/apps/CA.com
    C src/lib/libssl/src/apps/CA.pl
    U src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/CA.sh
    C src/lib/libssl/src/apps/Makefile.ssl
    U src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    C src/lib/libssl/src/apps/apps.h
    U src/lib/libssl/src/apps/asn1pars.c
    U src/lib/libssl/src/apps/ca-cert.srl
    U src/lib/libssl/src/apps/ca-key.pem
    U src/lib/libssl/src/apps/ca-req.pem
    C src/lib/libssl/src/apps/ca.c
    U src/lib/libssl/src/apps/cert.pem
    U src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    U src/lib/libssl/src/apps/crl.c
    U src/lib/libssl/src/apps/crl2p7.c
    C src/lib/libssl/src/apps/der_chop
    U src/lib/libssl/src/apps/der_chop.in
    C src/lib/libssl/src/apps/dgst.c
    U src/lib/libssl/src/apps/dh.c
    U src/lib/libssl/src/apps/dh1024.pem
    U src/lib/libssl/src/apps/dh2048.pem
    U src/lib/libssl/src/apps/dh4096.pem
    U src/lib/libssl/src/apps/dh512.pem
    U src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa-ca.pem
    U src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsa.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    U src/lib/libssl/src/apps/dsap.pem
    U src/lib/libssl/src/apps/dsaparam.c
    C src/lib/libssl/src/apps/enc.c
    U src/lib/libssl/src/apps/engine.c
    U src/lib/libssl/src/apps/errstr.c
    U src/lib/libssl/src/apps/gendh.c
    U src/lib/libssl/src/apps/gendsa.c
    U src/lib/libssl/src/apps/genrsa.c
    U src/lib/libssl/src/apps/install.com
    U src/lib/libssl/src/apps/makeapps.com
    C src/lib/libssl/src/apps/nseq.c
    C src/lib/libssl/src/apps/ocsp.c
    U src/lib/libssl/src/apps/oid.cnf
    U src/lib/libssl/src/apps/openssl-vms.cnf
    C src/lib/libssl/src/apps/openssl.c
    U src/lib/libssl/src/apps/openssl.cnf
    U src/lib/libssl/src/apps/passwd.c
    U src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    U src/lib/libssl/src/apps/pkcs12.c
    C src/lib/libssl/src/apps/pkcs7.c
    U src/lib/libssl/src/apps/pkcs8.c
    U src/lib/libssl/src/apps/privkey.pem
    U src/lib/libssl/src/apps/progs.h
    U src/lib/libssl/src/apps/progs.pl
    U src/lib/libssl/src/apps/rand.c
    U src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    U src/lib/libssl/src/apps/rsa.c
    U src/lib/libssl/src/apps/rsa8192.pem
    U src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    U src/lib/libssl/src/apps/s_apps.h
    U src/lib/libssl/src/apps/s_cb.c
    C src/lib/libssl/src/apps/s_client.c
    C src/lib/libssl/src/apps/s_server.c
    U src/lib/libssl/src/apps/s_socket.c
    C src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    U src/lib/libssl/src/apps/server2.pem
    U src/lib/libssl/src/apps/sess_id.c
    U src/lib/libssl/src/apps/smime.c
    U src/lib/libssl/src/apps/speed.c
    U src/lib/libssl/src/apps/spkac.c
    U src/lib/libssl/src/apps/testCA.pem
    U src/lib/libssl/src/apps/testdsa.h
    U src/lib/libssl/src/apps/testrsa.h
    U src/lib/libssl/src/apps/verify.c
    U src/lib/libssl/src/apps/version.c
    U src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/bugs/MS
    U src/lib/libssl/src/bugs/SSLv3
    U src/lib/libssl/src/bugs/VC16.bug
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    U src/lib/libssl/src/bugs/stream.c
    U src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/certs/ICE-CA.pem
    U src/lib/libssl/src/certs/ICE-root.pem
    U src/lib/libssl/src/certs/ICE-user.pem
    U src/lib/libssl/src/certs/ICE.crl
    U src/lib/libssl/src/certs/RegTP-4R.pem
    U src/lib/libssl/src/certs/RegTP-5R.pem
    U src/lib/libssl/src/certs/RegTP-6R.pem
    U src/lib/libssl/src/certs/ca-cert.pem
    U src/lib/libssl/src/certs/dsa-ca.pem
    U src/lib/libssl/src/certs/dsa-pca.pem
    U src/lib/libssl/src/certs/factory.pem
    U src/lib/libssl/src/certs/nortelCA.pem
    U src/lib/libssl/src/certs/pca-cert.pem
    U src/lib/libssl/src/certs/rsa-cca.pem
    U src/lib/libssl/src/certs/thawteCb.pem
    U src/lib/libssl/src/certs/thawteCp.pem
    U src/lib/libssl/src/certs/timCA.pem
    U src/lib/libssl/src/certs/tjhCA.pem
    U src/lib/libssl/src/certs/vsign1.pem
    U src/lib/libssl/src/certs/vsign2.pem
    U src/lib/libssl/src/certs/vsign3.pem
    U src/lib/libssl/src/certs/vsignss.pem
    U src/lib/libssl/src/certs/vsigntca.pem
    U src/lib/libssl/src/certs/expired/ICE-CA.pem
    U src/lib/libssl/src/certs/expired/ICE-root.pem
    U src/lib/libssl/src/certs/expired/ICE-user.pem
    U src/lib/libssl/src/certs/expired/ICE.crl
    U src/lib/libssl/src/certs/expired/rsa-ssca.pem
    C src/lib/libssl/src/crypto/Makefile.ssl
    U src/lib/libssl/src/crypto/cpt_err.c
    C src/lib/libssl/src/crypto/cryptlib.c
    C src/lib/libssl/src/crypto/cryptlib.h
    U src/lib/libssl/src/crypto/crypto-lib.com
    U src/lib/libssl/src/crypto/crypto.h
    U src/lib/libssl/src/crypto/cversion.c
    C src/lib/libssl/src/crypto/ebcdic.c
    U src/lib/libssl/src/crypto/ebcdic.h
    U src/lib/libssl/src/crypto/ex_data.c
    U src/lib/libssl/src/crypto/install.com
    U src/lib/libssl/src/crypto/md32_common.h
    U src/lib/libssl/src/crypto/mem.c
    U src/lib/libssl/src/crypto/mem_dbg.c
    U src/lib/libssl/src/crypto/o_time.c
    U src/lib/libssl/src/crypto/o_time.h
    U src/lib/libssl/src/crypto/opensslconf.h
    U src/lib/libssl/src/crypto/opensslconf.h.in
    C src/lib/libssl/src/crypto/opensslv.h
    U src/lib/libssl/src/crypto/ossl_typ.h
    C src/lib/libssl/src/crypto/symhacks.h
    U src/lib/libssl/src/crypto/tmdiff.c
    U src/lib/libssl/src/crypto/uid.c
    U src/lib/libssl/src/crypto/tmdiff.h
    C src/lib/libssl/src/crypto/aes/Makefile.ssl
    U src/lib/libssl/src/crypto/aes/README
    U src/lib/libssl/src/crypto/aes/aes.h
    U src/lib/libssl/src/crypto/aes/aes_cbc.c
    U src/lib/libssl/src/crypto/aes/aes_cfb.c
    U src/lib/libssl/src/crypto/aes/aes_core.c
    U src/lib/libssl/src/crypto/aes/aes_ctr.c
    U src/lib/libssl/src/crypto/aes/aes_ecb.c
    C src/lib/libssl/src/crypto/aes/aes_locl.h
    U src/lib/libssl/src/crypto/aes/aes_misc.c
    U src/lib/libssl/src/crypto/aes/aes_ofb.c
    C src/lib/libssl/src/crypto/asn1/Makefile.ssl
    U src/lib/libssl/src/crypto/asn1/a_bitstr.c
    U src/lib/libssl/src/crypto/asn1/a_bool.c
    U src/lib/libssl/src/crypto/asn1/a_bytes.c
    U src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    U src/lib/libssl/src/crypto/asn1/a_digest.c
    U src/lib/libssl/src/crypto/asn1/a_dup.c
    U src/lib/libssl/src/crypto/asn1/a_enum.c
    U src/lib/libssl/src/crypto/asn1/a_gentm.c
    U src/lib/libssl/src/crypto/asn1/a_hdr.c
    U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    U src/lib/libssl/src/crypto/asn1/a_int.c
    U src/lib/libssl/src/crypto/asn1/a_mbstr.c
    U src/lib/libssl/src/crypto/asn1/a_meth.c
    U src/lib/libssl/src/crypto/asn1/a_object.c
    U src/lib/libssl/src/crypto/asn1/a_octet.c
    U src/lib/libssl/src/crypto/asn1/a_print.c
    U src/lib/libssl/src/crypto/asn1/a_set.c
    U src/lib/libssl/src/crypto/asn1/a_sign.c
    C src/lib/libssl/src/crypto/asn1/a_strex.c
    U src/lib/libssl/src/crypto/asn1/a_strnid.c
    U src/lib/libssl/src/crypto/asn1/a_time.c
    U src/lib/libssl/src/crypto/asn1/a_type.c
    C src/lib/libssl/src/crypto/asn1/a_utctm.c
    U src/lib/libssl/src/crypto/asn1/a_utf8.c
    U src/lib/libssl/src/crypto/asn1/a_verify.c
    C src/lib/libssl/src/crypto/asn1/asn1.h
    U src/lib/libssl/src/crypto/asn1/asn1_err.c
    C src/lib/libssl/src/crypto/asn1/asn1_lib.c
    U src/lib/libssl/src/crypto/asn1/asn1_mac.h
    U src/lib/libssl/src/crypto/asn1/asn1_par.c
    U src/lib/libssl/src/crypto/asn1/asn1t.h
    U src/lib/libssl/src/crypto/asn1/asn_moid.c
    U src/lib/libssl/src/crypto/asn1/asn_pack.c
    U src/lib/libssl/src/crypto/asn1/charmap.h
    U src/lib/libssl/src/crypto/asn1/charmap.pl
    U src/lib/libssl/src/crypto/asn1/d2i_pr.c
    U src/lib/libssl/src/crypto/asn1/d2i_pu.c
    U src/lib/libssl/src/crypto/asn1/evp_asn1.c
    U src/lib/libssl/src/crypto/asn1/f.c
    U src/lib/libssl/src/crypto/asn1/f_enum.c
    U src/lib/libssl/src/crypto/asn1/f_int.c
    U src/lib/libssl/src/crypto/asn1/f_string.c
    U src/lib/libssl/src/crypto/asn1/i2d_pr.c
    U src/lib/libssl/src/crypto/asn1/i2d_pu.c
    C src/lib/libssl/src/crypto/asn1/n_pkey.c
    U src/lib/libssl/src/crypto/asn1/nsseq.c
    U src/lib/libssl/src/crypto/asn1/p5_pbe.c
    U src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    U src/lib/libssl/src/crypto/asn1/p8_key.c
    U src/lib/libssl/src/crypto/asn1/t_crl.c
    U src/lib/libssl/src/crypto/asn1/p8_pkey.c
    U src/lib/libssl/src/crypto/asn1/t_bitst.c
    C src/lib/libssl/src/crypto/asn1/t_pkey.c
    U src/lib/libssl/src/crypto/asn1/t_req.c
    U src/lib/libssl/src/crypto/asn1/t_spki.c
    U src/lib/libssl/src/crypto/asn1/t_x509.c
    U src/lib/libssl/src/crypto/asn1/t_x509a.c
    U src/lib/libssl/src/crypto/asn1/tasn_dec.c
    U src/lib/libssl/src/crypto/asn1/tasn_enc.c
    U src/lib/libssl/src/crypto/asn1/tasn_fre.c
    U src/lib/libssl/src/crypto/asn1/tasn_new.c
    U src/lib/libssl/src/crypto/asn1/tasn_prn.c
    U src/lib/libssl/src/crypto/asn1/tasn_typ.c
    U src/lib/libssl/src/crypto/asn1/tasn_utl.c
    U src/lib/libssl/src/crypto/asn1/x_algor.c
    U src/lib/libssl/src/crypto/asn1/x_attrib.c
    U src/lib/libssl/src/crypto/asn1/x_bignum.c
    U src/lib/libssl/src/crypto/asn1/x_cinf.c
    U src/lib/libssl/src/crypto/asn1/x_crl.c
    U src/lib/libssl/src/crypto/asn1/x_exten.c
    U src/lib/libssl/src/crypto/asn1/x_info.c
    U src/lib/libssl/src/crypto/asn1/x_long.c
    U src/lib/libssl/src/crypto/asn1/x_name.c
    U src/lib/libssl/src/crypto/asn1/x_pkey.c
    U src/lib/libssl/src/crypto/asn1/x_pubkey.c
    U src/lib/libssl/src/crypto/asn1/x_req.c
    U src/lib/libssl/src/crypto/asn1/x_sig.c
    U src/lib/libssl/src/crypto/asn1/x_spki.c
    U src/lib/libssl/src/crypto/asn1/x_val.c
    U src/lib/libssl/src/crypto/asn1/x_x509.c
    U src/lib/libssl/src/crypto/asn1/x_x509a.c
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    C src/lib/libssl/src/crypto/bf/Makefile.ssl
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    U src/lib/libssl/src/crypto/bf/bf_cbc.c
    U src/lib/libssl/src/crypto/bf/bf_cfb64.c
    U src/lib/libssl/src/crypto/bf/bf_ecb.c
    U src/lib/libssl/src/crypto/bf/bf_enc.c
    U src/lib/libssl/src/crypto/bf/bf_locl.h
    U src/lib/libssl/src/crypto/bf/bf_ofb64.c
    U src/lib/libssl/src/crypto/bf/bf_opts.c
    U src/lib/libssl/src/crypto/bf/bf_pi.h
    U src/lib/libssl/src/crypto/bf/bf_skey.c
    U src/lib/libssl/src/crypto/bf/bfs.cpp
    U src/lib/libssl/src/crypto/bf/bfspeed.c
    U src/lib/libssl/src/crypto/bf/bftest.c
    U src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    U src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    C src/lib/libssl/src/crypto/bio/Makefile.ssl
    U src/lib/libssl/src/crypto/bio/b_dump.c
    U src/lib/libssl/src/crypto/bio/b_print.c
    C src/lib/libssl/src/crypto/bio/b_sock.c
    U src/lib/libssl/src/crypto/bio/bf_buff.c
    U src/lib/libssl/src/crypto/bio/bf_lbuf.c
    U src/lib/libssl/src/crypto/bio/bf_nbio.c
    U src/lib/libssl/src/crypto/bio/bf_null.c
    C src/lib/libssl/src/crypto/bio/bio.h
    U src/lib/libssl/src/crypto/bio/bio_cb.c
    C src/lib/libssl/src/crypto/bio/bio_err.c
    U src/lib/libssl/src/crypto/bio/bio_lib.c
    U src/lib/libssl/src/crypto/bio/bss_acpt.c
    U src/lib/libssl/src/crypto/bio/bss_bio.c
    U src/lib/libssl/src/crypto/bio/bss_conn.c
    U src/lib/libssl/src/crypto/bio/bss_fd.c
    C src/lib/libssl/src/crypto/bio/bss_file.c
    U src/lib/libssl/src/crypto/bio/bss_log.c
    U src/lib/libssl/src/crypto/bio/bss_mem.c
    U src/lib/libssl/src/crypto/bio/bss_null.c
    U src/lib/libssl/src/crypto/bio/bss_rtcp.c
    U src/lib/libssl/src/crypto/bio/bss_sock.c
    C src/lib/libssl/src/crypto/bn/Makefile.ssl
    U src/lib/libssl/src/crypto/bn/bn.h
    U src/lib/libssl/src/crypto/bn/bn.mul
    U src/lib/libssl/src/crypto/bn/bn_add.c
    U src/lib/libssl/src/crypto/bn/bn_asm.c
    U src/lib/libssl/src/crypto/bn/bn_blind.c
    U src/lib/libssl/src/crypto/bn/bn_ctx.c
    U src/lib/libssl/src/crypto/bn/bn_div.c
    U src/lib/libssl/src/crypto/bn/bn_err.c
    U src/lib/libssl/src/crypto/bn/bn_exp.c
    U src/lib/libssl/src/crypto/bn/bn_exp2.c
    U src/lib/libssl/src/crypto/bn/bn_gcd.c
    U src/lib/libssl/src/crypto/bn/bn_kron.c
    U src/lib/libssl/src/crypto/bn/bn_lcl.h
    C src/lib/libssl/src/crypto/bn/bn_lib.c
    U src/lib/libssl/src/crypto/bn/bn_mod.c
    U src/lib/libssl/src/crypto/bn/bn_mont.c
    U src/lib/libssl/src/crypto/bn/bn_mpi.c
    C src/lib/libssl/src/crypto/bn/bn_mul.c
    U src/lib/libssl/src/crypto/bn/bn_prime.c
    U src/lib/libssl/src/crypto/bn/bn_prime.h
    U src/lib/libssl/src/crypto/bn/bn_prime.pl
    U src/lib/libssl/src/crypto/bn/bn_print.c
    U src/lib/libssl/src/crypto/bn/bn_rand.c
    U src/lib/libssl/src/crypto/bn/bn_recp.c
    U src/lib/libssl/src/crypto/bn/bn_shift.c
    U src/lib/libssl/src/crypto/bn/bn_sqr.c
    U src/lib/libssl/src/crypto/bn/bn_sqrt.c
    U src/lib/libssl/src/crypto/bn/bn_word.c
    U src/lib/libssl/src/crypto/bn/bnspeed.c
    C src/lib/libssl/src/crypto/bn/bntest.c
    U src/lib/libssl/src/crypto/bn/divtest.c
    U src/lib/libssl/src/crypto/bn/exp.c
    U src/lib/libssl/src/crypto/bn/expspeed.c
    U src/lib/libssl/src/crypto/bn/exptest.c
    U src/lib/libssl/src/crypto/bn/todo
    U src/lib/libssl/src/crypto/bn/vms-helper.c
    U src/lib/libssl/src/crypto/bn/asm/README
    U src/lib/libssl/src/crypto/bn/asm/alpha.s
    U src/lib/libssl/src/crypto/bn/asm/alpha.s.works
    U src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    U src/lib/libssl/src/crypto/bn/asm/bn-alpha.pl
    U src/lib/libssl/src/crypto/bn/asm/ca.pl
    U src/lib/libssl/src/crypto/bn/asm/co-586.pl
    U src/lib/libssl/src/crypto/bn/asm/co-alpha.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64.S
    U src/lib/libssl/src/crypto/bn/asm/mips1.s
    U src/lib/libssl/src/crypto/bn/asm/mips3.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    U src/lib/libssl/src/crypto/bn/asm/r3000.s
    U src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    U src/lib/libssl/src/crypto/bn/asm/vms.mar
    U src/lib/libssl/src/crypto/bn/asm/x86.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/div.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.works.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sub.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/div.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.works.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sub.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/f
    U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    C src/lib/libssl/src/crypto/buffer/Makefile.ssl
    U src/lib/libssl/src/crypto/buffer/buf_err.c
    U src/lib/libssl/src/crypto/buffer/buffer.c
    U src/lib/libssl/src/crypto/buffer/buffer.h
    C src/lib/libssl/src/crypto/cast/Makefile.ssl
    U src/lib/libssl/src/crypto/cast/c_cfb64.c
    U src/lib/libssl/src/crypto/cast/c_ecb.c
    U src/lib/libssl/src/crypto/cast/c_enc.c
    U src/lib/libssl/src/crypto/cast/c_ofb64.c
    U src/lib/libssl/src/crypto/cast/c_skey.c
    U src/lib/libssl/src/crypto/cast/cast.h
    U src/lib/libssl/src/crypto/cast/cast_lcl.h
    U src/lib/libssl/src/crypto/cast/cast_s.h
    U src/lib/libssl/src/crypto/cast/cast_spd.c
    U src/lib/libssl/src/crypto/cast/castopts.c
    U src/lib/libssl/src/crypto/cast/casts.cpp
    U src/lib/libssl/src/crypto/cast/casttest.c
    U src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    C src/lib/libssl/src/crypto/comp/Makefile.ssl
    U src/lib/libssl/src/crypto/comp/c_rle.c
    U src/lib/libssl/src/crypto/comp/c_zlib.c
    U src/lib/libssl/src/crypto/comp/comp.h
    U src/lib/libssl/src/crypto/comp/comp_err.c
    U src/lib/libssl/src/crypto/comp/comp_lib.c
    C src/lib/libssl/src/crypto/conf/Makefile.ssl
    U src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/cnf_save.c
    C src/lib/libssl/src/crypto/conf/conf.h
    U src/lib/libssl/src/crypto/conf/conf_api.c
    U src/lib/libssl/src/crypto/conf/conf_api.h
    C src/lib/libssl/src/crypto/conf/conf_def.c
    U src/lib/libssl/src/crypto/conf/conf_def.h
    U src/lib/libssl/src/crypto/conf/conf_err.c
    C src/lib/libssl/src/crypto/conf/conf_lib.c
    U src/lib/libssl/src/crypto/conf/conf_mall.c
    C src/lib/libssl/src/crypto/conf/conf_mod.c
    U src/lib/libssl/src/crypto/conf/conf_sap.c
    U src/lib/libssl/src/crypto/conf/keysets.pl
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    U src/lib/libssl/src/crypto/conf/test.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    U src/lib/libssl/src/crypto/des/DES.pm
    U src/lib/libssl/src/crypto/des/DES.xs
    U src/lib/libssl/src/crypto/des/FILES
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/KERBEROS
    C src/lib/libssl/src/crypto/des/Makefile.ssl
    U src/lib/libssl/src/crypto/des/README
    U src/lib/libssl/src/crypto/des/VERSION
    U src/lib/libssl/src/crypto/des/cbc3_enc.c
    U src/lib/libssl/src/crypto/des/cbc_cksm.c
    U src/lib/libssl/src/crypto/des/cbc_enc.c
    U src/lib/libssl/src/crypto/des/cfb64ede.c
    U src/lib/libssl/src/crypto/des/cfb64enc.c
    U src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/des-lib.com
    U src/lib/libssl/src/crypto/des/des.c
    U src/lib/libssl/src/crypto/des/des.h
    U src/lib/libssl/src/crypto/des/des.pod
    U src/lib/libssl/src/crypto/des/des3s.cpp
    U src/lib/libssl/src/crypto/des/des_enc.c
    U src/lib/libssl/src/crypto/des/des_locl.h
    U src/lib/libssl/src/crypto/des/des_old.c
    C src/lib/libssl/src/crypto/des/des_old.h
    U src/lib/libssl/src/crypto/des/des_old2.c
    U src/lib/libssl/src/crypto/des/des_opts.c
    U src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/dess.cpp
    U src/lib/libssl/src/crypto/des/destest.c
    U src/lib/libssl/src/crypto/des/ecb3_enc.c
    U src/lib/libssl/src/crypto/des/ecb_enc.c
    U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    U src/lib/libssl/src/crypto/des/enc_read.c
    U src/lib/libssl/src/crypto/des/enc_writ.c
    U src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/fcrypt_b.c
    U src/lib/libssl/src/crypto/des/makefile.bc
    U src/lib/libssl/src/crypto/des/ncbc_enc.c
    U src/lib/libssl/src/crypto/des/ofb64ede.c
    U src/lib/libssl/src/crypto/des/ofb64enc.c
    U src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    U src/lib/libssl/src/crypto/des/pcbc_enc.c
    U src/lib/libssl/src/crypto/des/qud_cksm.c
    U src/lib/libssl/src/crypto/des/rand_key.c
    U src/lib/libssl/src/crypto/des/read2pwd.c
    C src/lib/libssl/src/crypto/des/read_pwd.c
    U src/lib/libssl/src/crypto/des/rpc_des.h
    U src/lib/libssl/src/crypto/des/rpc_enc.c
    U src/lib/libssl/src/crypto/des/rpw.c
    U src/lib/libssl/src/crypto/des/set_key.c
    U src/lib/libssl/src/crypto/des/speed.c
    U src/lib/libssl/src/crypto/des/spr.h
    U src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    U src/lib/libssl/src/crypto/des/xcbc_enc.c
    U src/lib/libssl/src/crypto/des/asm/crypt586.pl
    U src/lib/libssl/src/crypto/des/asm/des-586.pl
    U src/lib/libssl/src/crypto/des/asm/des686.pl
    U src/lib/libssl/src/crypto/des/asm/desboth.pl
    U src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    U src/lib/libssl/src/crypto/des/times/usparc.cc
    C src/lib/libssl/src/crypto/dh/Makefile.ssl
    U src/lib/libssl/src/crypto/dh/dh.h
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    U src/lib/libssl/src/crypto/dh/dh_asn1.c
    U src/lib/libssl/src/crypto/dh/dh_check.c
    U src/lib/libssl/src/crypto/dh/dh_err.c
    U src/lib/libssl/src/crypto/dh/dh_gen.c
    U src/lib/libssl/src/crypto/dh/dh_key.c
    U src/lib/libssl/src/crypto/dh/dh_lib.c
    U src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    U src/lib/libssl/src/crypto/dh/p1024.c
    U src/lib/libssl/src/crypto/dh/p192.c
    U src/lib/libssl/src/crypto/dh/p512.c
    C src/lib/libssl/src/crypto/dsa/Makefile.ssl
    U src/lib/libssl/src/crypto/dsa/README
    U src/lib/libssl/src/crypto/dsa/dsa.h
    U src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    U src/lib/libssl/src/crypto/dsa/dsa_err.c
    U src/lib/libssl/src/crypto/dsa/dsa_gen.c
    U src/lib/libssl/src/crypto/dsa/dsa_key.c
    U src/lib/libssl/src/crypto/dsa/dsa_lib.c
    U src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    U src/lib/libssl/src/crypto/dsa/dsa_sign.c
    U src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/dsagen.c
    U src/lib/libssl/src/crypto/dsa/dsatest.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    C src/lib/libssl/src/crypto/dso/Makefile.ssl
    U src/lib/libssl/src/crypto/dso/README
    U src/lib/libssl/src/crypto/dso/dso.h
    U src/lib/libssl/src/crypto/dso/dso_dl.c
    U src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    U src/lib/libssl/src/crypto/dso/dso_err.c
    U src/lib/libssl/src/crypto/dso/dso_lib.c
    U src/lib/libssl/src/crypto/dso/dso_null.c
    U src/lib/libssl/src/crypto/dso/dso_openssl.c
    U src/lib/libssl/src/crypto/dso/dso_vms.c
    U src/lib/libssl/src/crypto/dso/dso_win32.c
    C src/lib/libssl/src/crypto/ec/Makefile.ssl
    U src/lib/libssl/src/crypto/ec/ec.h
    U src/lib/libssl/src/crypto/ec/ec_cvt.c
    U src/lib/libssl/src/crypto/ec/ec_err.c
    U src/lib/libssl/src/crypto/ec/ec_lcl.h
    U src/lib/libssl/src/crypto/ec/ec_lib.c
    U src/lib/libssl/src/crypto/ec/ec_mult.c
    U src/lib/libssl/src/crypto/ec/ecp_mont.c
    U src/lib/libssl/src/crypto/ec/ecp_nist.c
    U src/lib/libssl/src/crypto/ec/ecp_recp.c
    U src/lib/libssl/src/crypto/ec/ecp_smpl.c
    C src/lib/libssl/src/crypto/ec/ectest.c
    C src/lib/libssl/src/crypto/engine/Makefile.ssl
    U src/lib/libssl/src/crypto/engine/README
    U src/lib/libssl/src/crypto/engine/eng_all.c
    C src/lib/libssl/src/crypto/engine/eng_cnf.c
    U src/lib/libssl/src/crypto/engine/eng_ctrl.c
    C src/lib/libssl/src/crypto/engine/eng_dyn.c
    U src/lib/libssl/src/crypto/engine/eng_err.c
    C src/lib/libssl/src/crypto/engine/eng_fat.c
    U src/lib/libssl/src/crypto/engine/eng_init.c
    U src/lib/libssl/src/crypto/engine/eng_int.h
    U src/lib/libssl/src/crypto/engine/eng_lib.c
    U src/lib/libssl/src/crypto/engine/eng_list.c
    U src/lib/libssl/src/crypto/engine/eng_openssl.c
    U src/lib/libssl/src/crypto/engine/eng_pkey.c
    U src/lib/libssl/src/crypto/engine/eng_table.c
    U src/lib/libssl/src/crypto/engine/engine.h
    U src/lib/libssl/src/crypto/engine/enginetest.c
    U src/lib/libssl/src/crypto/engine/hw.ec
    C src/lib/libssl/src/crypto/engine/hw_4758_cca.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca_err.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca_err.h
    C src/lib/libssl/src/crypto/engine/hw_aep.c
    U src/lib/libssl/src/crypto/engine/hw_aep_err.c
    U src/lib/libssl/src/crypto/engine/hw_aep_err.h
    C src/lib/libssl/src/crypto/engine/hw_atalla.c
    U src/lib/libssl/src/crypto/engine/hw_atalla_err.c
    U src/lib/libssl/src/crypto/engine/hw_atalla_err.h
    C src/lib/libssl/src/crypto/engine/hw_cswift.c
    U src/lib/libssl/src/crypto/engine/hw_cswift_err.c
    U src/lib/libssl/src/crypto/engine/hw_cswift_err.h
    C src/lib/libssl/src/crypto/engine/hw_ncipher.c
    U src/lib/libssl/src/crypto/engine/hw_ncipher_err.c
    U src/lib/libssl/src/crypto/engine/hw_ncipher_err.h
    C src/lib/libssl/src/crypto/engine/hw_nuron.c
    U src/lib/libssl/src/crypto/engine/hw_nuron_err.c
    U src/lib/libssl/src/crypto/engine/hw_nuron_err.h
    U src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c
    C src/lib/libssl/src/crypto/engine/hw_sureware.c
    U src/lib/libssl/src/crypto/engine/hw_sureware_err.c
    U src/lib/libssl/src/crypto/engine/hw_sureware_err.h
    C src/lib/libssl/src/crypto/engine/hw_ubsec.c
    U src/lib/libssl/src/crypto/engine/hw_ubsec_err.c
    U src/lib/libssl/src/crypto/engine/hw_ubsec_err.h
    U src/lib/libssl/src/crypto/engine/tb_cipher.c
    U src/lib/libssl/src/crypto/engine/tb_dh.c
    U src/lib/libssl/src/crypto/engine/tb_digest.c
    U src/lib/libssl/src/crypto/engine/tb_dsa.c
    U src/lib/libssl/src/crypto/engine/tb_rand.c
    U src/lib/libssl/src/crypto/engine/tb_rsa.c
    U src/lib/libssl/src/crypto/engine/vendor_defns/aep.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/atalla.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/cswift.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hw_4758_cca.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hw_ubsec.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hwcryptohook.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/sureware.h
    C src/lib/libssl/src/crypto/err/Makefile.ssl
    C src/lib/libssl/src/crypto/err/err.c
    C src/lib/libssl/src/crypto/err/err.h
    U src/lib/libssl/src/crypto/err/err_all.c
    U src/lib/libssl/src/crypto/err/err_prn.c
    U src/lib/libssl/src/crypto/err/openssl.ec
    C src/lib/libssl/src/crypto/evp/Makefile.ssl
    U src/lib/libssl/src/crypto/evp/bio_b64.c
    U src/lib/libssl/src/crypto/evp/bio_enc.c
    U src/lib/libssl/src/crypto/evp/bio_md.c
    U src/lib/libssl/src/crypto/evp/bio_ok.c
    C src/lib/libssl/src/crypto/evp/c_all.c
    U src/lib/libssl/src/crypto/evp/c_allc.c
    U src/lib/libssl/src/crypto/evp/c_alld.c
    U src/lib/libssl/src/crypto/evp/digest.c
    U src/lib/libssl/src/crypto/evp/e_aes.c
    U src/lib/libssl/src/crypto/evp/e_bf.c
    U src/lib/libssl/src/crypto/evp/e_cast.c
    U src/lib/libssl/src/crypto/evp/e_des.c
    U src/lib/libssl/src/crypto/evp/e_des3.c
    U src/lib/libssl/src/crypto/evp/e_dsa.c
    U src/lib/libssl/src/crypto/evp/e_idea.c
    U src/lib/libssl/src/crypto/evp/e_null.c
    U src/lib/libssl/src/crypto/evp/e_rc2.c
    U src/lib/libssl/src/crypto/evp/e_rc4.c
    U src/lib/libssl/src/crypto/evp/e_rc5.c
    U src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    U src/lib/libssl/src/crypto/evp/encode.c
    C src/lib/libssl/src/crypto/evp/evp.h
    U src/lib/libssl/src/crypto/evp/evp_acnf.c
    U src/lib/libssl/src/crypto/evp/evp_enc.c
    U src/lib/libssl/src/crypto/evp/evp_err.c
    U src/lib/libssl/src/crypto/evp/evp_key.c
    U src/lib/libssl/src/crypto/evp/evp_lib.c
    U src/lib/libssl/src/crypto/evp/evp_locl.h
    C src/lib/libssl/src/crypto/evp/evp_pbe.c
    U src/lib/libssl/src/crypto/evp/evp_pkey.c
    C src/lib/libssl/src/crypto/evp/evp_test.c
    U src/lib/libssl/src/crypto/evp/evptests.txt
    U src/lib/libssl/src/crypto/evp/m_dss.c
    U src/lib/libssl/src/crypto/evp/m_dss1.c
    U src/lib/libssl/src/crypto/evp/m_md2.c
    U src/lib/libssl/src/crypto/evp/m_md4.c
    U src/lib/libssl/src/crypto/evp/m_md5.c
    U src/lib/libssl/src/crypto/evp/m_mdc2.c
    U src/lib/libssl/src/crypto/evp/m_null.c
    U src/lib/libssl/src/crypto/evp/m_ripemd.c
    U src/lib/libssl/src/crypto/evp/m_sha.c
    U src/lib/libssl/src/crypto/evp/m_sha1.c
    U src/lib/libssl/src/crypto/evp/names.c
    U src/lib/libssl/src/crypto/evp/openbsd_hw.c
    C src/lib/libssl/src/crypto/evp/p5_crpt.c
    C src/lib/libssl/src/crypto/evp/p5_crpt2.c
    U src/lib/libssl/src/crypto/evp/p_dec.c
    U src/lib/libssl/src/crypto/evp/p_enc.c
    U src/lib/libssl/src/crypto/evp/p_lib.c
    U src/lib/libssl/src/crypto/evp/p_open.c
    U src/lib/libssl/src/crypto/evp/p_seal.c
    U src/lib/libssl/src/crypto/evp/p_sign.c
    U src/lib/libssl/src/crypto/evp/p_verify.c
    C src/lib/libssl/src/crypto/hmac/Makefile.ssl
    U src/lib/libssl/src/crypto/hmac/hmac.c
    U src/lib/libssl/src/crypto/hmac/hmac.h
    U src/lib/libssl/src/crypto/hmac/hmactest.c
    C src/lib/libssl/src/crypto/idea/Makefile.ssl
    U src/lib/libssl/src/crypto/idea/i_cbc.c
    U src/lib/libssl/src/crypto/idea/i_cfb64.c
    U src/lib/libssl/src/crypto/idea/i_ecb.c
    U src/lib/libssl/src/crypto/idea/i_ofb64.c
    U src/lib/libssl/src/crypto/idea/i_skey.c
    U src/lib/libssl/src/crypto/idea/idea.h
    U src/lib/libssl/src/crypto/idea/idea_lcl.h
    U src/lib/libssl/src/crypto/idea/idea_spd.c
    U src/lib/libssl/src/crypto/idea/ideatest.c
    U src/lib/libssl/src/crypto/idea/version
    C src/lib/libssl/src/crypto/krb5/Makefile.ssl
    U src/lib/libssl/src/crypto/krb5/krb5_asn.c
    U src/lib/libssl/src/crypto/krb5/krb5_asn.h
    C src/lib/libssl/src/crypto/lhash/Makefile.ssl
    U src/lib/libssl/src/crypto/lhash/lh_stats.c
    U src/lib/libssl/src/crypto/lhash/lh_test.c
    U src/lib/libssl/src/crypto/lhash/lhash.c
    U src/lib/libssl/src/crypto/lhash/lhash.h
    U src/lib/libssl/src/crypto/lhash/num.pl
    C src/lib/libssl/src/crypto/md2/Makefile.ssl
    U src/lib/libssl/src/crypto/md2/md2.c
    U src/lib/libssl/src/crypto/md2/md2.h
    U src/lib/libssl/src/crypto/md2/md2_dgst.c
    U src/lib/libssl/src/crypto/md2/md2_one.c
    U src/lib/libssl/src/crypto/md2/md2test.c
    C src/lib/libssl/src/crypto/md4/Makefile.ssl
    U src/lib/libssl/src/crypto/md4/md4.c
    U src/lib/libssl/src/crypto/md4/md4.h
    U src/lib/libssl/src/crypto/md4/md4_dgst.c
    U src/lib/libssl/src/crypto/md4/md4_locl.h
    U src/lib/libssl/src/crypto/md4/md4_one.c
    U src/lib/libssl/src/crypto/md4/md4s.cpp
    U src/lib/libssl/src/crypto/md4/md4test.c
    C src/lib/libssl/src/crypto/md5/Makefile.ssl
    U src/lib/libssl/src/crypto/md5/md5.c
    U src/lib/libssl/src/crypto/md5/md5.h
    U src/lib/libssl/src/crypto/md5/md5_dgst.c
    U src/lib/libssl/src/crypto/md5/md5_locl.h
    U src/lib/libssl/src/crypto/md5/md5_one.c
    U src/lib/libssl/src/crypto/md5/md5s.cpp
    U src/lib/libssl/src/crypto/md5/md5test.c
    U src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    U src/lib/libssl/src/crypto/md5/asm/md5-sparcv9.S
    C src/lib/libssl/src/crypto/mdc2/Makefile.ssl
    U src/lib/libssl/src/crypto/mdc2/mdc2.h
    U src/lib/libssl/src/crypto/mdc2/mdc2_one.c
    U src/lib/libssl/src/crypto/mdc2/mdc2dgst.c
    U src/lib/libssl/src/crypto/mdc2/mdc2test.c
    C src/lib/libssl/src/crypto/objects/Makefile.ssl
    U src/lib/libssl/src/crypto/objects/o_names.c
    C src/lib/libssl/src/crypto/objects/obj_dat.c
    C src/lib/libssl/src/crypto/objects/obj_dat.h
    U src/lib/libssl/src/crypto/objects/obj_dat.pl
    U src/lib/libssl/src/crypto/objects/obj_err.c
    U src/lib/libssl/src/crypto/objects/obj_lib.c
    C src/lib/libssl/src/crypto/objects/obj_mac.h
    C src/lib/libssl/src/crypto/objects/obj_mac.num
    U src/lib/libssl/src/crypto/objects/objects.README
    U src/lib/libssl/src/crypto/objects/objects.h
    U src/lib/libssl/src/crypto/objects/objects.pl
    C src/lib/libssl/src/crypto/objects/objects.txt
    C src/lib/libssl/src/crypto/ocsp/Makefile.ssl
    U src/lib/libssl/src/crypto/ocsp/ocsp.h
    U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    C src/lib/libssl/src/crypto/pem/Makefile.ssl
    U src/lib/libssl/src/crypto/pem/message
    U src/lib/libssl/src/crypto/pem/pem.h
    C src/lib/libssl/src/crypto/pem/pem2.h
    U src/lib/libssl/src/crypto/pem/pem_all.c
    U src/lib/libssl/src/crypto/pem/pem_err.c
    U src/lib/libssl/src/crypto/pem/pem_info.c
    U src/lib/libssl/src/crypto/pem/pem_lib.c
    U src/lib/libssl/src/crypto/pem/pem_oth.c
    U src/lib/libssl/src/crypto/pem/pem_pk8.c
    C src/lib/libssl/src/crypto/pem/pem_pkey.c
    U src/lib/libssl/src/crypto/pem/pem_seal.c
    U src/lib/libssl/src/crypto/pem/pem_sign.c
    U src/lib/libssl/src/crypto/pem/pem_x509.c
    U src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    U src/lib/libssl/src/crypto/perlasm/alpha.pl
    U src/lib/libssl/src/crypto/perlasm/cbc.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    C src/lib/libssl/src/crypto/perlasm/x86asm.pl
    U src/lib/libssl/src/crypto/perlasm/x86ms.pl
    C src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    U src/lib/libssl/src/crypto/perlasm/x86unix.pl
    C src/lib/libssl/src/crypto/pkcs12/Makefile.ssl
    U src/lib/libssl/src/crypto/pkcs12/p12_add.c
    U src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    U src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_init.c
    U src/lib/libssl/src/crypto/pkcs12/p12_key.c
    U src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    U src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    U src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    U src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    U src/lib/libssl/src/crypto/pkcs12/pk12err.c
    C src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    C src/lib/libssl/src/crypto/pkcs7/Makefile.ssl
    U src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    U src/lib/libssl/src/crypto/pkcs7/dec.c
    U src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    U src/lib/libssl/src/crypto/pkcs7/enc.c
    U src/lib/libssl/src/crypto/pkcs7/es1.pem
    U src/lib/libssl/src/crypto/pkcs7/example.c
    U src/lib/libssl/src/crypto/pkcs7/example.h
    U src/lib/libssl/src/crypto/pkcs7/info.pem
    U src/lib/libssl/src/crypto/pkcs7/infokey.pem
    U src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    U src/lib/libssl/src/crypto/pkcs7/sign.c
    C src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    U src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    U src/lib/libssl/src/crypto/pkcs7/t/c.pem
    U src/lib/libssl/src/crypto/pkcs7/t/ff
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    U src/lib/libssl/src/crypto/pkcs7/t/s.pem
    U src/lib/libssl/src/crypto/pkcs7/t/server.pem
    C src/lib/libssl/src/crypto/rand/Makefile.ssl
    U src/lib/libssl/src/crypto/rand/md_rand.c
    C src/lib/libssl/src/crypto/rand/rand.h
    C src/lib/libssl/src/crypto/rand/rand_egd.c
    U src/lib/libssl/src/crypto/rand/rand_err.c
    U src/lib/libssl/src/crypto/rand/rand_lcl.h
    U src/lib/libssl/src/crypto/rand/rand_lib.c
    U src/lib/libssl/src/crypto/rand/rand_os2.c
    C src/lib/libssl/src/crypto/rand/rand_unix.c
    U src/lib/libssl/src/crypto/rand/rand_vms.c
    U src/lib/libssl/src/crypto/rand/rand_win.c
    U src/lib/libssl/src/crypto/rand/randfile.c
    U src/lib/libssl/src/crypto/rand/randtest.c
    C src/lib/libssl/src/crypto/rc2/Makefile.ssl
    U src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    U src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    U src/lib/libssl/src/crypto/rc2/rc2_skey.c
    U src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    U src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    U src/lib/libssl/src/crypto/rc2/rc2speed.c
    U src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    U src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    C src/lib/libssl/src/crypto/rc4/Makefile.ssl
    U src/lib/libssl/src/crypto/rc4/rc4.c
    U src/lib/libssl/src/crypto/rc4/rc4.h
    U src/lib/libssl/src/crypto/rc4/rc4_enc.c
    U src/lib/libssl/src/crypto/rc4/rc4_locl.h
    U src/lib/libssl/src/crypto/rc4/rc4_skey.c
    U src/lib/libssl/src/crypto/rc4/rc4s.cpp
    U src/lib/libssl/src/crypto/rc4/rc4speed.c
    U src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    U src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    C src/lib/libssl/src/crypto/rc5/Makefile.ssl
    U src/lib/libssl/src/crypto/rc5/rc5.h
    U src/lib/libssl/src/crypto/rc5/rc5_ecb.c
    U src/lib/libssl/src/crypto/rc5/rc5_enc.c
    U src/lib/libssl/src/crypto/rc5/rc5_locl.h
    U src/lib/libssl/src/crypto/rc5/rc5_skey.c
    U src/lib/libssl/src/crypto/rc5/rc5cfb64.c
    U src/lib/libssl/src/crypto/rc5/rc5ofb64.c
    U src/lib/libssl/src/crypto/rc5/rc5s.cpp
    U src/lib/libssl/src/crypto/rc5/rc5speed.c
    U src/lib/libssl/src/crypto/rc5/rc5test.c
    U src/lib/libssl/src/crypto/rc5/asm/rc5-586.pl
    C src/lib/libssl/src/crypto/rijndael/Makefile.ssl
    U src/lib/libssl/src/crypto/rijndael/README
    U src/lib/libssl/src/crypto/rijndael/rd_fst.c
    U src/lib/libssl/src/crypto/rijndael/rd_fst.h
    U src/lib/libssl/src/crypto/rijndael/rijndael.h
    C src/lib/libssl/src/crypto/ripemd/Makefile.ssl
    U src/lib/libssl/src/crypto/ripemd/README
    U src/lib/libssl/src/crypto/ripemd/ripemd.h
    U src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    U src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    U src/lib/libssl/src/crypto/ripemd/rmd_one.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    U src/lib/libssl/src/crypto/ripemd/rmdtest.c
    U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    U src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    C src/lib/libssl/src/crypto/rsa/Makefile.ssl
    C src/lib/libssl/src/crypto/rsa/rsa.h
    U src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    U src/lib/libssl/src/crypto/rsa/rsa_chk.c
    U src/lib/libssl/src/crypto/rsa/rsa_eay.c
    U src/lib/libssl/src/crypto/rsa/rsa_err.c
    U src/lib/libssl/src/crypto/rsa/rsa_gen.c
    U src/lib/libssl/src/crypto/rsa/rsa_lib.c
    U src/lib/libssl/src/crypto/rsa/rsa_none.c
    U src/lib/libssl/src/crypto/rsa/rsa_null.c
    U src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    U src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    U src/lib/libssl/src/crypto/rsa/rsa_saos.c
    U src/lib/libssl/src/crypto/rsa/rsa_sign.c
    U src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    U src/lib/libssl/src/crypto/rsa/rsa_test.c
    C src/lib/libssl/src/crypto/sha/Makefile.ssl
    U src/lib/libssl/src/crypto/sha/sha.c
    U src/lib/libssl/src/crypto/sha/sha.h
    U src/lib/libssl/src/crypto/sha/sha1.c
    U src/lib/libssl/src/crypto/sha/sha1_one.c
    U src/lib/libssl/src/crypto/sha/sha1dgst.c
    U src/lib/libssl/src/crypto/sha/sha1s.cpp
    U src/lib/libssl/src/crypto/sha/sha1test.c
    U src/lib/libssl/src/crypto/sha/sha_dgst.c
    U src/lib/libssl/src/crypto/sha/sha_locl.h
    U src/lib/libssl/src/crypto/sha/sha_one.c
    U src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    U src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    C src/lib/libssl/src/crypto/ui/Makefile.ssl
    U src/lib/libssl/src/crypto/ui/ui.h
    U src/lib/libssl/src/crypto/ui/ui_compat.c
    U src/lib/libssl/src/crypto/ui/ui_compat.h
    U src/lib/libssl/src/crypto/ui/ui_err.c
    U src/lib/libssl/src/crypto/ui/ui_lib.c
    U src/lib/libssl/src/crypto/ui/ui_locl.h
    C src/lib/libssl/src/crypto/ui/ui_openssl.c
    C src/lib/libssl/src/crypto/ui/ui_util.c
    C src/lib/libssl/src/crypto/stack/Makefile.ssl
    U src/lib/libssl/src/crypto/stack/safestack.h
    U src/lib/libssl/src/crypto/stack/stack.c
    U src/lib/libssl/src/crypto/stack/stack.h
    U src/lib/libssl/src/crypto/threads/README
    U src/lib/libssl/src/crypto/threads/mttest.c
    U src/lib/libssl/src/crypto/threads/profile.sh
    U src/lib/libssl/src/crypto/threads/ptest.bat
    U src/lib/libssl/src/crypto/threads/pthread.sh
    U src/lib/libssl/src/crypto/threads/pthread2.sh
    U src/lib/libssl/src/crypto/threads/pthreads-vms.com
    U src/lib/libssl/src/crypto/threads/purify.sh
    U src/lib/libssl/src/crypto/threads/solaris.sh
    U src/lib/libssl/src/crypto/threads/th-lock.c
    U src/lib/libssl/src/crypto/threads/win32.bat
    C src/lib/libssl/src/crypto/txt_db/Makefile.ssl
    U src/lib/libssl/src/crypto/txt_db/txt_db.c
    U src/lib/libssl/src/crypto/txt_db/txt_db.h
    C src/lib/libssl/src/crypto/x509/Makefile.ssl
    U src/lib/libssl/src/crypto/x509/by_dir.c
    U src/lib/libssl/src/crypto/x509/by_file.c
    U src/lib/libssl/src/crypto/x509/x509.h
    U src/lib/libssl/src/crypto/x509/x509_att.c
    U src/lib/libssl/src/crypto/x509/x509_cmp.c
    U src/lib/libssl/src/crypto/x509/x509_d2.c
    U src/lib/libssl/src/crypto/x509/x509_def.c
    U src/lib/libssl/src/crypto/x509/x509_err.c
    U src/lib/libssl/src/crypto/x509/x509_ext.c
    U src/lib/libssl/src/crypto/x509/x509_lu.c
    U src/lib/libssl/src/crypto/x509/x509_obj.c
    U src/lib/libssl/src/crypto/x509/x509_r2x.c
    U src/lib/libssl/src/crypto/x509/x509_req.c
    U src/lib/libssl/src/crypto/x509/x509_set.c
    U src/lib/libssl/src/crypto/x509/x509_trs.c
    U src/lib/libssl/src/crypto/x509/x509_txt.c
    U src/lib/libssl/src/crypto/x509/x509_v3.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.h
    U src/lib/libssl/src/crypto/x509/x509cset.c
    U src/lib/libssl/src/crypto/x509/x509name.c
    U src/lib/libssl/src/crypto/x509/x509rset.c
    U src/lib/libssl/src/crypto/x509/x_all.c
    U src/lib/libssl/src/crypto/x509/x509spki.c
    U src/lib/libssl/src/crypto/x509/x509type.c
    C src/lib/libssl/src/crypto/x509v3/Makefile.ssl
    C src/lib/libssl/src/crypto/x509v3/ext_dat.h
    U src/lib/libssl/src/crypto/x509v3/tabtest.c
    U src/lib/libssl/src/crypto/x509v3/v3_akey.c
    U src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    U src/lib/libssl/src/crypto/x509v3/v3_alt.c
    U src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    U src/lib/libssl/src/crypto/x509v3/v3_conf.c
    U src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    U src/lib/libssl/src/crypto/x509v3/v3_crld.c
    U src/lib/libssl/src/crypto/x509v3/v3_enum.c
    U src/lib/libssl/src/crypto/x509v3/v3_extku.c
    U src/lib/libssl/src/crypto/x509v3/v3_genn.c
    U src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    C src/lib/libssl/src/crypto/x509v3/v3_info.c
    U src/lib/libssl/src/crypto/x509v3/v3_int.c
    U src/lib/libssl/src/crypto/x509v3/v3_lib.c
    U src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    U src/lib/libssl/src/crypto/x509v3/v3_pku.c
    U src/lib/libssl/src/crypto/x509v3/v3_prn.c
    U src/lib/libssl/src/crypto/x509v3/v3_purp.c
    U src/lib/libssl/src/crypto/x509v3/v3_skey.c
    U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    U src/lib/libssl/src/crypto/x509v3/v3_utl.c
    U src/lib/libssl/src/crypto/x509v3/v3conf.c
    U src/lib/libssl/src/crypto/x509v3/v3err.c
    U src/lib/libssl/src/crypto/x509v3/v3prin.c
    U src/lib/libssl/src/crypto/x509v3/x509v3.h
    U src/lib/libssl/src/demos/README
    U src/lib/libssl/src/demos/b64.c
    U src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    U src/lib/libssl/src/demos/selfsign.c
    U src/lib/libssl/src/demos/spkigen.c
    U src/lib/libssl/src/demos/asn1/README.ASN1
    U src/lib/libssl/src/demos/asn1/ocsp.c
    U src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    U src/lib/libssl/src/demos/bio/saccept.c
    U src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    U src/lib/libssl/src/demos/easy_tls/Makefile
    U src/lib/libssl/src/demos/easy_tls/README
    U src/lib/libssl/src/demos/easy_tls/cacerts.pem
    U src/lib/libssl/src/demos/easy_tls/cert.pem
    U src/lib/libssl/src/demos/easy_tls/easy-tls.c
    U src/lib/libssl/src/demos/easy_tls/easy-tls.h
    U src/lib/libssl/src/demos/easy_tls/test.c
    U src/lib/libssl/src/demos/easy_tls/test.h
    U src/lib/libssl/src/demos/eay/Makefile
    U src/lib/libssl/src/demos/eay/base64.c
    U src/lib/libssl/src/demos/eay/conn.c
    U src/lib/libssl/src/demos/eay/loadrsa.c
    U src/lib/libssl/src/demos/engines/rsaref/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/README
    U src/lib/libssl/src/demos/engines/rsaref/build.com
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    U src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/README
    U src/lib/libssl/src/demos/maurice/cert.pem
    U src/lib/libssl/src/demos/maurice/example1.c
    U src/lib/libssl/src/demos/maurice/example2.c
    U src/lib/libssl/src/demos/maurice/example3.c
    U src/lib/libssl/src/demos/maurice/example4.c
    U src/lib/libssl/src/demos/maurice/loadkeys.c
    U src/lib/libssl/src/demos/maurice/loadkeys.h
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/pkcs12/README
    U src/lib/libssl/src/demos/pkcs12/pkread.c
    U src/lib/libssl/src/demos/pkcs12/pkwrite.c
    U src/lib/libssl/src/demos/prime/Makefile
    U src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/Makefile
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    U src/lib/libssl/src/demos/sign/sig.txt
    U src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/ssl/cli.cpp
    U src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    U src/lib/libssl/src/demos/ssl/serv.cpp
    U src/lib/libssl/src/demos/state_machine/Makefile
    U src/lib/libssl/src/demos/state_machine/state_machine.c
    U src/lib/libssl/src/demos/tunala/A-client.pem
    U src/lib/libssl/src/demos/tunala/A-server.pem
    U src/lib/libssl/src/demos/tunala/CA.pem
    U src/lib/libssl/src/demos/tunala/INSTALL
    U src/lib/libssl/src/demos/tunala/Makefile
    U src/lib/libssl/src/demos/tunala/Makefile.am
    U src/lib/libssl/src/demos/tunala/README
    U src/lib/libssl/src/demos/tunala/autogunk.sh
    U src/lib/libssl/src/demos/tunala/autoungunk.sh
    U src/lib/libssl/src/demos/tunala/breakage.c
    U src/lib/libssl/src/demos/tunala/buffer.c
    U src/lib/libssl/src/demos/tunala/cb.c
    U src/lib/libssl/src/demos/tunala/configure.in
    U src/lib/libssl/src/demos/tunala/ip.c
    U src/lib/libssl/src/demos/tunala/sm.c
    U src/lib/libssl/src/demos/tunala/tunala.c
    U src/lib/libssl/src/demos/tunala/tunala.h
    U src/lib/libssl/src/demos/x509/README
    U src/lib/libssl/src/demos/x509/mkcert.c
    U src/lib/libssl/src/demos/x509/mkreq.c
    U src/lib/libssl/src/doc/README
    U src/lib/libssl/src/doc/c-indentation.el
    U src/lib/libssl/src/doc/openssl.txt
    U src/lib/libssl/src/doc/openssl_button.gif
    U src/lib/libssl/src/doc/openssl_button.html
    U src/lib/libssl/src/doc/ssleay.txt
    U src/lib/libssl/src/doc/standards.txt
    U src/lib/libssl/src/doc/HOWTO/certificates.txt
    U src/lib/libssl/src/doc/apps/CA.pl.pod
    U src/lib/libssl/src/doc/apps/asn1parse.pod
    U src/lib/libssl/src/doc/apps/ca.pod
    C src/lib/libssl/src/doc/apps/ciphers.pod
    U src/lib/libssl/src/doc/apps/config.pod
    U src/lib/libssl/src/doc/apps/crl.pod
    C src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    U src/lib/libssl/src/doc/apps/dgst.pod
    U src/lib/libssl/src/doc/apps/dhparam.pod
    U src/lib/libssl/src/doc/apps/dsa.pod
    U src/lib/libssl/src/doc/apps/dsaparam.pod
    U src/lib/libssl/src/doc/apps/enc.pod
    U src/lib/libssl/src/doc/apps/gendsa.pod
    U src/lib/libssl/src/doc/apps/genrsa.pod
    U src/lib/libssl/src/doc/apps/nseq.pod
    U src/lib/libssl/src/doc/apps/ocsp.pod
    U src/lib/libssl/src/doc/apps/openssl.pod
    U src/lib/libssl/src/doc/apps/passwd.pod
    U src/lib/libssl/src/doc/apps/pkcs12.pod
    U src/lib/libssl/src/doc/apps/pkcs7.pod
    U src/lib/libssl/src/doc/apps/pkcs8.pod
    U src/lib/libssl/src/doc/apps/rand.pod
    U src/lib/libssl/src/doc/apps/req.pod
    U src/lib/libssl/src/doc/apps/rsa.pod
    U src/lib/libssl/src/doc/apps/rsautl.pod
    U src/lib/libssl/src/doc/apps/s_client.pod
    U src/lib/libssl/src/doc/apps/s_server.pod
    U src/lib/libssl/src/doc/apps/sess_id.pod
    U src/lib/libssl/src/doc/apps/smime.pod
    U src/lib/libssl/src/doc/apps/speed.pod
    U src/lib/libssl/src/doc/apps/spkac.pod
    U src/lib/libssl/src/doc/apps/verify.pod
    U src/lib/libssl/src/doc/apps/version.pod
    U src/lib/libssl/src/doc/apps/x509.pod
    U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    U src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    U src/lib/libssl/src/doc/crypto/BIO_new.pod
    U src/lib/libssl/src/doc/crypto/BIO_new_bio_pair.pod
    U src/lib/libssl/src/doc/crypto/BIO_push.pod
    U src/lib/libssl/src/doc/crypto/BIO_read.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    U src/lib/libssl/src/doc/crypto/bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    U src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    U src/lib/libssl/src/doc/crypto/BN_add.pod
    U src/lib/libssl/src/doc/crypto/BN_add_word.pod
    U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    U src/lib/libssl/src/doc/crypto/BN_cmp.pod
    U src/lib/libssl/src/doc/crypto/BN_copy.pod
    U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    U src/lib/libssl/src/doc/crypto/BN_new.pod
    U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    C src/lib/libssl/src/doc/crypto/BN_rand.pod
    U src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    U src/lib/libssl/src/doc/crypto/BN_swap.pod
    C src/lib/libssl/src/doc/crypto/BN_zero.pod
    U src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    C src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DH_new.pod
    U src/lib/libssl/src/doc/crypto/DH_set_method.pod
    U src/lib/libssl/src/doc/crypto/DH_size.pod
    U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DSA_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/DSA_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_size.pod
    U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    U src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    U src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    U src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    C src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    U src/lib/libssl/src/doc/crypto/RAND_add.pod
    U src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    U src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    U src/lib/libssl/src/doc/crypto/RAND_egd.pod
    U src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    U src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    C src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/RSA_new.pod
    U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    U src/lib/libssl/src/doc/crypto/RSA_print.pod
    U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    U src/lib/libssl/src/doc/crypto/RSA_size.pod
    U src/lib/libssl/src/doc/crypto/blowfish.pod
    U src/lib/libssl/src/doc/crypto/bn.pod
    U src/lib/libssl/src/doc/crypto/bn_internal.pod
    U src/lib/libssl/src/doc/crypto/buffer.pod
    U src/lib/libssl/src/doc/crypto/crypto.pod
    U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    U src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/des.pod
    U src/lib/libssl/src/doc/crypto/des_modes.pod
    U src/lib/libssl/src/doc/crypto/dh.pod
    U src/lib/libssl/src/doc/crypto/dsa.pod
    C src/lib/libssl/src/doc/crypto/err.pod
    U src/lib/libssl/src/doc/crypto/evp.pod
    C src/lib/libssl/src/doc/crypto/hmac.pod
    U src/lib/libssl/src/doc/crypto/lh_stats.pod
    C src/lib/libssl/src/doc/crypto/lhash.pod
    U src/lib/libssl/src/doc/crypto/md5.pod
    U src/lib/libssl/src/doc/crypto/mdc2.pod
    U src/lib/libssl/src/doc/crypto/pem.pod
    U src/lib/libssl/src/doc/crypto/rand.pod
    U src/lib/libssl/src/doc/crypto/rc4.pod
    U src/lib/libssl/src/doc/crypto/ripemd.pod
    C src/lib/libssl/src/doc/crypto/rsa.pod
    U src/lib/libssl/src/doc/crypto/sha.pod
    U src/lib/libssl/src/doc/crypto/threads.pod
    U src/lib/libssl/src/doc/crypto/ui.pod
    U src/lib/libssl/src/doc/crypto/ui_compat.pod
    U src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    U src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    C src/lib/libssl/src/doc/ssl/ssl.pod
    C src/lib/libssl/src/doc/ssl/SSL_accept.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    U src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_clear.pod
    C src/lib/libssl/src/doc/ssl/SSL_connect.pod
    N src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    U src/lib/libssl/src/doc/ssl/SSL_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    C src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    U src/lib/libssl/src/doc/ssl/SSL_pending.pod
    U src/lib/libssl/src/doc/ssl/SSL_read.pod
    U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    C src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_want.pod
    C src/lib/libssl/src/doc/ssl/SSL_write.pod
    U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    U src/lib/libssl/src/ms/.rnd
    U src/lib/libssl/src/ms/16all.bat
    U src/lib/libssl/src/ms/32all.bat
    U src/lib/libssl/src/ms/README
    U src/lib/libssl/src/ms/bcb4.bat
    U src/lib/libssl/src/ms/certCA.srl
    U src/lib/libssl/src/ms/certCA.ss
    U src/lib/libssl/src/ms/certU.ss
    U src/lib/libssl/src/ms/cmp.pl
    C src/lib/libssl/src/ms/do_masm.bat
    U src/lib/libssl/src/ms/do_ms.bat
    C src/lib/libssl/src/ms/do_nasm.bat
    U src/lib/libssl/src/ms/do_nt.bat
    U src/lib/libssl/src/ms/keyCA.ss
    U src/lib/libssl/src/ms/keyU.ss
    U src/lib/libssl/src/ms/mingw32.bat
    U src/lib/libssl/src/ms/mw.bat
    U src/lib/libssl/src/ms/req2CA.ss
    U src/lib/libssl/src/ms/reqCA.ss
    U src/lib/libssl/src/ms/reqU.ss
    U src/lib/libssl/src/ms/speed16.bat
    U src/lib/libssl/src/ms/speed32.bat
    U src/lib/libssl/src/ms/tenc.bat
    U src/lib/libssl/src/ms/test.bat
    U src/lib/libssl/src/ms/testenc.bat
    U src/lib/libssl/src/ms/testpem.bat
    U src/lib/libssl/src/ms/testss.bat
    U src/lib/libssl/src/ms/tlhelp32.h
    U src/lib/libssl/src/ms/tpem.bat
    U src/lib/libssl/src/ms/x86asm.bat
    C src/lib/libssl/src/os2/OS2-EMX.cmd
    U src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    U src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    U src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    U src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    U src/lib/libssl/src/shlib/svr5-shared-installed
    U src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    C src/lib/libssl/src/ssl/Makefile.ssl
    U src/lib/libssl/src/ssl/bio_ssl.c
    U src/lib/libssl/src/ssl/install.com
    U src/lib/libssl/src/ssl/kssl.c
    U src/lib/libssl/src/ssl/kssl.h
    U src/lib/libssl/src/ssl/kssl_lcl.h
    C src/lib/libssl/src/ssl/s23_clnt.c
    U src/lib/libssl/src/ssl/s23_lib.c
    U src/lib/libssl/src/ssl/s23_meth.c
    C src/lib/libssl/src/ssl/s23_pkt.c
    C src/lib/libssl/src/ssl/s23_srvr.c
    C src/lib/libssl/src/ssl/s2_clnt.c
    U src/lib/libssl/src/ssl/s2_enc.c
    C src/lib/libssl/src/ssl/s2_lib.c
    U src/lib/libssl/src/ssl/s2_meth.c
    U src/lib/libssl/src/ssl/s2_pkt.c
    C src/lib/libssl/src/ssl/s2_srvr.c
    C src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    C src/lib/libssl/src/ssl/s3_enc.c
    C src/lib/libssl/src/ssl/s3_lib.c
    U src/lib/libssl/src/ssl/s3_meth.c
    C src/lib/libssl/src/ssl/s3_pkt.c
    C src/lib/libssl/src/ssl/s3_srvr.c
    C src/lib/libssl/src/ssl/ssl-lib.com
    C src/lib/libssl/src/ssl/ssl.h
    U src/lib/libssl/src/ssl/ssl2.h
    U src/lib/libssl/src/ssl/ssl23.h
    U src/lib/libssl/src/ssl/ssl3.h
    U src/lib/libssl/src/ssl/ssl_algs.c
    C src/lib/libssl/src/ssl/ssl_asn1.c
    U src/lib/libssl/src/ssl/ssl_cert.c
    C src/lib/libssl/src/ssl/ssl_ciph.c
    C src/lib/libssl/src/ssl/ssl_err.c
    U src/lib/libssl/src/ssl/ssl_err2.c
    C src/lib/libssl/src/ssl/ssl_lib.c
    C src/lib/libssl/src/ssl/ssl_locl.h
    C src/lib/libssl/src/ssl/ssl_rsa.c
    C src/lib/libssl/src/ssl/ssl_sess.c
    U src/lib/libssl/src/ssl/ssl_stat.c
    U src/lib/libssl/src/ssl/ssl_task.c
    U src/lib/libssl/src/ssl/ssl_txt.c
    U src/lib/libssl/src/ssl/ssltest.c
    C src/lib/libssl/src/ssl/t1_clnt.c
    C src/lib/libssl/src/ssl/t1_enc.c
    U src/lib/libssl/src/ssl/t1_lib.c
    U src/lib/libssl/src/ssl/t1_meth.c
    C src/lib/libssl/src/ssl/t1_srvr.c
    C src/lib/libssl/src/ssl/tls1.h
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    C src/lib/libssl/src/test/Makefile.ssl
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/VMSca-response.1
    U src/lib/libssl/src/test/VMSca-response.2
    U src/lib/libssl/src/test/bctest
    N src/lib/libssl/src/test/dummytest.c
    C src/lib/libssl/src/test/maketests.com
    U src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    U src/lib/libssl/src/test/r160test.c
    C src/lib/libssl/src/test/tcrl
    U src/lib/libssl/src/test/tcrl.com
    U src/lib/libssl/src/test/test.cnf
    C src/lib/libssl/src/test/testca
    U src/lib/libssl/src/test/testenc
    U src/lib/libssl/src/test/testca.com
    U src/lib/libssl/src/test/testcrl.pem
    U src/lib/libssl/src/test/testenc.com
    C src/lib/libssl/src/test/testgen
    U src/lib/libssl/src/test/testgen.com
    U src/lib/libssl/src/test/testp7.pem
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testrsa.pem
    U src/lib/libssl/src/test/tests.com
    U src/lib/libssl/src/test/testsid.pem
    U src/lib/libssl/src/test/testss
    U src/lib/libssl/src/test/testss.com
    U src/lib/libssl/src/test/testssl
    U src/lib/libssl/src/test/testssl.com
    U src/lib/libssl/src/test/testx509.pem
    U src/lib/libssl/src/test/times
    C src/lib/libssl/src/test/tpkcs7
    U src/lib/libssl/src/test/tpkcs7.com
    C src/lib/libssl/src/test/tpkcs7d
    U src/lib/libssl/src/test/tpkcs7d.com
    C src/lib/libssl/src/test/treq
    U src/lib/libssl/src/test/treq.com
    C src/lib/libssl/src/test/trsa
    U src/lib/libssl/src/test/trsa.com
    C src/lib/libssl/src/test/tsid
    U src/lib/libssl/src/test/tsid.com
    U src/lib/libssl/src/test/tverify.com
    C src/lib/libssl/src/test/tx509
    U src/lib/libssl/src/test/tx509.com
    U src/lib/libssl/src/test/v3-cert1.pem
    U src/lib/libssl/src/test/v3-cert2.pem
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    U src/lib/libssl/src/times/091/486-50.nt
    U src/lib/libssl/src/times/091/586-100.lnx
    U src/lib/libssl/src/times/091/68000.bsd
    U src/lib/libssl/src/times/091/686-200.lnx
    U src/lib/libssl/src/times/091/alpha064.osf
    U src/lib/libssl/src/times/091/alpha164.lnx
    U src/lib/libssl/src/times/091/alpha164.osf
    U src/lib/libssl/src/times/091/mips-rel.pl
    U src/lib/libssl/src/times/091/r10000.irx
    U src/lib/libssl/src/times/091/r3000.ult
    U src/lib/libssl/src/times/091/r4400.irx
    U src/lib/libssl/src/times/x86/bfs.cpp
    U src/lib/libssl/src/times/x86/casts.cpp
    U src/lib/libssl/src/times/x86/des3s.cpp
    U src/lib/libssl/src/times/x86/dess.cpp
    U src/lib/libssl/src/times/x86/md4s.cpp
    U src/lib/libssl/src/times/x86/md5s.cpp
    U src/lib/libssl/src/times/x86/rc4s.cpp
    U src/lib/libssl/src/times/x86/sha1s.cpp
    U src/lib/libssl/src/tools/Makefile.ssl
    U src/lib/libssl/src/tools/c89.sh
    U src/lib/libssl/src/tools/c_hash
    U src/lib/libssl/src/tools/c_info
    U src/lib/libssl/src/tools/c_issuer
    U src/lib/libssl/src/tools/c_name
    C src/lib/libssl/src/tools/c_rehash
    C src/lib/libssl/src/tools/c_rehash.in
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/bat.sh
    U src/lib/libssl/src/util/ck_errf.pl
    U src/lib/libssl/src/util/clean-depend.pl
    U src/lib/libssl/src/util/cygwin.sh
    U src/lib/libssl/src/util/deleof.pl
    N src/lib/libssl/src/util/dirname.pl
    U src/lib/libssl/src/util/do_ms.sh
    C src/lib/libssl/src/util/domd
    U src/lib/libssl/src/util/err-ins.pl
    U src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/install.sh
    C src/lib/libssl/src/util/libeay.num
    C src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    C src/lib/libssl/src/util/mkdef.pl
    U src/lib/libssl/src/util/mkdir-p.pl
    U src/lib/libssl/src/util/mkerr.pl
    U src/lib/libssl/src/util/mkfiles.pl
    C src/lib/libssl/src/util/mklink.pl
    U src/lib/libssl/src/util/mkstack.pl
    U src/lib/libssl/src/util/perlpath.pl
    U src/lib/libssl/src/util/pod2man.pl
    U src/lib/libssl/src/util/pod2mantest
    U src/lib/libssl/src/util/pod2mantest.pod
    C src/lib/libssl/src/util/point.sh
    U src/lib/libssl/src/util/selftest.pl
    U src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    U src/lib/libssl/src/util/src-dep.pl
    U src/lib/libssl/src/util/ssleay.num
    U src/lib/libssl/src/util/tab_num.pl
    U src/lib/libssl/src/util/x86asm.sh
    U src/lib/libssl/src/util/pl/BC-16.pl
    C src/lib/libssl/src/util/pl/BC-32.pl
    U src/lib/libssl/src/util/pl/Mingw32.pl
    U src/lib/libssl/src/util/pl/Mingw32f.pl
    C src/lib/libssl/src/util/pl/OS2-EMX.pl
    U src/lib/libssl/src/util/pl/VC-16.pl
    C src/lib/libssl/src/util/pl/VC-32.pl
    U src/lib/libssl/src/util/pl/linux.pl
    U src/lib/libssl/src/util/pl/ultrix.pl
    U src/lib/libssl/src/util/pl/unix.pl
    
    216 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jOPENSSL:yesterday -jOPENSSL src/lib/libssl/src

CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/05 17:37:35

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
never append data to shutdown(s, SHUT_RD) socket.  can lead to unexpected
kernel resource consumption.  NetBSD PR 18185


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2002/09/05 18:23:12

Modified files:
	lib/libusbhid  : Makefile 
Added files:
	lib/libusbhid  : shlib_version 

Log message:
add shared lib.
--
Ok'd by: deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/05 19:17:12

Modified files:
	sys/arch/macppc/stand: ofdev.c 

Log message:
KNF, get this out of my tree finally.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/05 19:20:29

Modified files:
	sys/arch/macppc/dev: if_bm.c 

Log message:
sizeof(pointer) is not what should be used here, should be sizeof(*pointer)
pointed out by aaron.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/05 22:27:43

Modified files:
	security/dsniff: Makefile 
	security/scanssh: Makefile 
	security/fragroute: Makefile 
	security/fragrouter: Makefile 

Log message:
www.monkey.org is now redirected to monkey.org; our ftp client doesn't
follow, so these distsites have been fixed; spotted by pilot@monkey.org


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	2002/09/05 23:04:41

Modified files:
	sys/dev/ic     : aic7xxx_openbsd.c 

Log message:
Share interrupts nicely.  Add tag type.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/05 23:28:07

Modified files:
	share/man/man4/man4.sparc: Makefile vigra.4 

Log message:
helps to put it in the Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/05 23:46:51

Modified files:
	lib/libc/net   : Tag: OPENBSD_3_1 getaddrinfo.c gethostnamadr.c 
	                 getnetnamadr.c 

Log message:
Pull in patch from current:
Fix (itojun):
allocate 64K recieve buffer for DNS responses.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/06 00:19:59

Log message:
    Initial import of pftop-0.2
    
    pfTop is a curses-based utility for real-time display of
    active states and rules for pf. It is a cross between top
    and pfctl -sr and pfctl -ss.
    
    Maintainer Can Erkin Acar <canacar@eee.metu.edu.tr>
    
    Status:
    
    Vendor Tag:	pvalchev
    Release Tags:	pvalchev_20020905
    
    U ports/sysutils/pftop/distinfo
    U ports/sysutils/pftop/Makefile
    U ports/sysutils/pftop/pkg/DESCR
    U ports/sysutils/pftop/pkg/PLIST
    U ports/sysutils/pftop/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/06 00:25:31

Modified files:
	comms/pilot-link/patches: patch-unixserial_c 

Log message:
do not open(3) the device twice (once in the loop is enough)
unbreaks after last patch, thanks to Andreas Gunnarsson <andreas@crt.se>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/06 03:46:52

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
yes, you can specify the address family in nat/rdr/binat rules.
noticed through a misc@ mail by Paul de Weerd


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/06 06:06:26

Modified files:
	x11/ruby-gtk   : Makefile distinfo 
	x11/ruby-gtk/pkg: PLIST 

Log message:
Update to 0.30


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/06 06:42:45

Modified files:
	security/gpgme : Makefile distinfo 
	security/gpgme/pkg: PFRAG.shared 
Removed files:
	security/gpgme/patches: patch-gpgme_util_h 

Log message:
Update to 0.3.8 from Björn Sandell


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 07:35:00

Modified files:
	sys/arch/macppc/dev: dbdma.h 

Log message:
use <> on include of machine/... files. also include bus.h so that
types used in this file are available.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 07:37:50

Modified files:
	sys/arch/macppc/pci: vgafb.c 

Log message:
wscons display should have a console priority of INTERNAL, not REMOTE.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 07:42:17

Modified files:
	sys/arch/macppc/macppc: machdep.c 

Log message:
allow mapiodev to steal KVM addresses for early mappings like
bus_mem_add_mappings. Fix calculation error in bus_mem_add_mappings
where it used the size instead of the size + offset, could
cause the allocation to be one page short in some situations.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 07:44:03

Modified files:
	sys/arch/macppc/pci: mpcpcibus.c 

Log message:
KNF.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 07:56:51

Modified files:
	sys/arch/macppc/conf: files.macppc 
	sys/arch/macppc/dev: zs.c 
	sys/arch/macppc/include: z8530var.h 
	sys/arch/macppc/macppc: conf.c ofw_machdep.c 
	sys/arch/macppc/pci: macobio.c 
Added files:
	sys/arch/macppc/dev: z8530reg.h z8530sc.c z8530sc.h z8530tty.c 

Log message:
Serial console support for macppc. Serial console will work if the modem
has been replaced with a serial port adapter on any machine that has
a real serial port internally. This will also power on the internal modem
for keylargo based machines (tested on original PBG4) when the serial port
is open. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 08:24:35

Modified files:
	sys/arch/macppc/macppc: locore.S 

Log message:
Restore EE bit of MSR on return from exception, rather than blindly
enabling it. pefo@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:12:47

Modified files:
	sys/sys        : device.h 

Log message:
remove last , in enum


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:15:55

Modified files:
	sbin/routed    : input.c 

Log message:
missing arg in a msglog(); silvio@big.net.au


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:16:59

Modified files:
	bin/sleep      : sleep.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:17:30

Modified files:
	bin/pax        : options.c 

Log message:
do not return void


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:17:53

Modified files:
	bin/ed         : cbc.c 

Log message:
cast nicely, for cbc_decode() and cbc_encode()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:19:15

Modified files:
	libexec/login_token: login_token.c token.h 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:22:38

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.i386 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 
	distrib/sets/lists/comp: md.alpha md.amiga md.hp300 md.i386 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 
	                         mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:29:37

Modified files:
	usr.sbin/edquota: edquota.c 
	usr.sbin/quotaon: quotaon.c 
	usr.sbin/repquota: repquota.c 

Log message:
no ; after INITQFNAMES


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:33:16

Modified files:
	usr.sbin/arp   : arp.c 

Log message:
undo signed vs unsigned confusion


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:35:12

Modified files:
	lib/libc/net   : rcmd.c res_send.c 
	lib/libc/rpc   : bindresvport.c clnt_udp.c pmap_rmt.c svc_tcp.c 
	                 svc_udp.c 

Log message:
use socklen_t where needed; henning pvalchev ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:40:02

Modified files:
	usr.sbin/ypserv/yppush: yppush.h 

Log message:
no comma at end of enum


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:45:07

Modified files:
	libexec/login_chpass: login_chpass.c 
	libexec/login_krb4: login_krb4.c 
	libexec/login_krb5: login_krb5.c 
	libexec/login_lchpass: login_lchpass.c 
	libexec/login_passwd: login.c 
	libexec/login_radius: raddauth.c 
	libexec/login_reject: login_reject.c 
	libexec/login_skey: login_skey.c 

Log message:
ansi; ok millert pvalchev


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 12:55:04

Modified files:
	usr.bin/rsh    : kcmd.c 
	usr.bin/tftp   : tftpsubs.c 

Log message:
use socklen_t where needed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:02:06

Modified files:
	usr.sbin/config: main.c 

Log message:
; after label:


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:04:49

Modified files:
	usr.sbin/kvm_mkdb: nlist.c 

Log message:
fopen() does not return < 0


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:12:36

Modified files:
	usr.sbin/tokenadm: tokenadm.c 

Log message:
no , at end of enum


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:13:10

Modified files:
	usr.sbin/ypserv/ypserv: ypserv.c 

Log message:
use socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:13:52

Modified files:
	usr.sbin/ypserv/ypserv: yp.h 

Log message:
no , at end of enum; maja ok
this file should not exist.  the code should be using <rpcsvc/yp.h> ones
the differences are removed.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:14:47

Modified files:
	usr.sbin/apm   : apm.c 

Log message:
put some code after default:


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:17:24

Modified files:
	usr.sbin/popa3d: Makefile 

Log message:
do not pull in virtual.c, because ansi C does not permit empty files


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:17:40

Modified files:
	usr.sbin/popa3d: standalone.c 

Log message:
misuse of volatile, not even ansi C


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:17:52

Modified files:
	usr.sbin/popa3d: pop_trans.c 

Log message:
md5.h needs types.h to be included first


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:18:10

Modified files:
	usr.sbin/popa3d: mailbox.c 

Log message:
inline is not ansi C, and cast to right type for MD5Update()


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/06 13:21:13

Modified files:
	usr.sbin/httpd/src/include: ap_config.h 

Log message:
socklen_t, not int.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:28:01

Modified files:
	usr.sbin/timed/timed: measure.c readmsg.c 
	usr.sbin/timed/timedc: cmds.c 

Log message:
socklen_t; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/06 13:30:12

Modified files:
	sys/arch/macppc/conf: GENERIC files.macppc 
Removed files:
	sys/arch/macppc/dev: if_gm.c 

Log message:
Remove the gm driver, the MI gem works better at this point.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:38:19

Modified files:
	sys/ufs/ufs    : quota.h 

Log message:
no , at end of enum


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:43:54

Modified files:
	libexec/comsat : comsat.c 
	libexec/fingerd: fingerd.c 
	libexec/rpc.rquotad: rquotad.c 
	libexec/rpc.rstatd: rstatd.c 
	libexec/rpc.rusersd: rusersd.c 
	libexec/rpc.rwalld: rwalld.c 
	libexec/rpc.sprayd: sprayd.c 
	libexec/rshd   : rshd.c 
	libexec/talkd  : talkd.c 
	libexec/tftpd  : tftpd.c 
	libexec/uucpd  : uucpd.c 

Log message:
use socklen_t more; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:44:46

Modified files:
	usr.sbin/wsmoused: mouse_protocols.c 

Log message:
do not use //


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:45:14

Modified files:
	bin/ksh        : history.c 

Log message:
no , at end of enum


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:46:53

Modified files:
	usr.sbin/amd/amd: rpc_fwd.c 
	usr.sbin/apmd  : apmd.c 
	usr.sbin/inetd : inetd.c 
	usr.sbin/lpr/lpd: lpd.c 
	usr.sbin/rwhod : rwhod.c 
	usr.sbin/syslogd: syslogd.c 
	usr.sbin/ypbind: ypbind.c 

Log message:
use more socklen_t; pvalchev


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:50:05

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:52:26

Modified files:
	usr.sbin/bootpd: bootpd.c bootpgw.c bootptest.c getether.c 

Log message:
socklen_t use; pvalchev ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:52:30

Modified files:
	usr.sbin/dhcp/common: icmp.c socket.c 
	usr.sbin/dhcp/dhclient: dhclient.c 
	usr.sbin/dhcp/includes: dhcpd.h 
	usr.sbin/dhcp/relay: dhcrelay.c 
	usr.sbin/dhcp/server: dhcpd.c 

Log message:
socklen_t use; pvalchev ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/06 13:52:35

Modified files:
	usr.sbin/gspa/gspa: gsp_act.c gsp_ass.h gsp_sym.c gspa.c 

Log message:
compile with -ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:57:11

Modified files:
	usr.sbin/pppoe : common.c 

Log message:
MD5Final() takes unsigned char *


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 13:57:24

Modified files:
	usr.sbin/pppoe : server.c 

Log message:
default: needs statement after it


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/06 14:03:38

Modified files:
	usr.sbin/gspa/gspa: gspa.c 

Log message:
bit KNF
"commit that if you like" theo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 14:16:43

Modified files:
	usr.sbin/gspa/gspa: gsp_act.c gsp_ass.h gsp_eval.c gsp_gram.y 
	                    gsp_inst.c gsp_out.c gsp_pseu.c gsp_sym.c 
	                    gspa.c 

Log message:
first cut at -Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:09:53

Modified files:
	sbin/dumpfs    : dumpfs.c 

Log message:
bogus ; outside of function


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/06 15:10:20

Modified files:
	usr.sbin/config: exec.c hash.c ukcutil.c 

Log message:
ansi
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:11:20

Modified files:
	sys/netipx     : ipx.h 

Log message:
no ; at end of CTL_IPXPROTO_NAMES


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:12:52

Modified files:
	sbin/routed    : input.c 

Log message:
socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:15:55

Modified files:
	sbin           : Makefile 

Log message:
assume that noone uses photurisd anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:16:16

Modified files:
	sbin/fsck      : fsutil.c 

Log message:
support long names; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:16:34

Modified files:
	sbin/mount_portal: mount_portal.c 

Log message:
socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:17:39

Modified files:
	sbin/ping      : ping.c 

Log message:
socklen_t and various other minor tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:30:22

Modified files:
	etc            : Makefile rc rc.conf 
	etc/mtree      : 4.4BSD.dist 
Removed files:
	etc/photuris   : attributes.conf photuris.conf photuris.startup 
	                 secrets.conf 
	share/ipsec    : attributes.conf photuris.conf photuris.startup 
	                 secrets.conf 

Log message:
more photuris bits by bye bye


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/06 15:31:30

Modified files:
	textproc/ispell: distinfo 

Log message:
new checksum for portugues dictionary (again)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:36:52

Modified files:
	sbin/brconfig  : brconfig.8 
	sbin/ipsecadm  : ipsecadm.8 
	sbin/isakmpd   : crypto.h isakmpd.8 math_group.h prf.h 
	share/man/man5 : moduli.5 

Log message:
remove Xr to photuris


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/09/06 15:37:38

Modified files:
	usr.sbin/ypserv/mkalias: mkalias.c 

Log message:
get correct parameter type to res_search. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/06 15:48:34

Modified files:
	etc/etc.hp300  : MAKEDEV.md fbtab 

Log message:
Stricter permission on hil and grf devices, and use fbtab to relax them
whenever necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/06 15:48:48

Modified files:
	etc/etc.hp300  : MAKEDEV 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:48:58

Modified files:
	sys/ufs/ufs    : quota.h 

Log message:
no, make INITQFNAMES without a terminal ;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 15:49:21

Modified files:
	usr.sbin/edquota: edquota.c 
	usr.sbin/quotaon: quotaon.c 
	usr.sbin/repquota: repquota.c 

Log message:
cope with INITQFNAMES without a ;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:00:03

Modified files:
	usr.sbin/named/host: send.c 

Log message:
socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:06:29

Modified files:
	share/ipsec    : Makefile 

Log message:
remove crud


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/06 16:08:36

Modified files:
	usr.sbin/grfinfo: Makefile grfinfo.1 grfinfo.c 

Log message:
Modernize the same way as hilinfo: use opendev, clean the dust, etc.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:12:18

Modified files:
	usr.sbin/grfinfo: grfinfo.c 

Log message:
ansi; miod ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:16:12

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:33:48

Modified files:
	usr.sbin/named/named: ns_main.c 

Log message:
socklen_t; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:45:06

Modified files:
	usr.sbin/grfconfig: grfconfig.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/06 16:46:48

Modified files:
	sys/arch/sparc/sparc: pmap.c 

Log message:
Fix pmap_protect for VM_PROT_EXECUTE


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/06 16:48:34

Modified files:
	lib/libc/stdlib: atexit.c 

Log message:
missing include, ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 16:56:21

Modified files:
	bin/systrace   : alias.c intercept.c policy.c 

Log message:
standalone ; at top scope is illegal in ansi c


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/06 16:59:58

Modified files:
	sys/lib/libkern: Makefile 
	sys/lib/libkern/arch/sparc64: Makefile.inc 
Removed files:
	sys/lib/libkern/arch/sparc64: divrem.m4 mul.S saveregs.S umul.S 

Log message:
Remove 64-bit gcc emulation stuff. We're not using it.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/09/06 18:15:10

Modified files:
	usr.sbin/amd/doc: Makefile 

Log message:
makeinfo --no-warn to suppress harmless but annoying warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/06 18:52:19

Modified files:
	share/man/man8 : vpn.8 

Log message:
remove discussion about photurisd; ok ho


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/09/06 19:25:34

Modified files:
	gnu/usr.bin/ld : etc.c ld.c ld.h lib.c rrs.c shlib.c symbol.c 
	                 warnings.c 
	gnu/usr.bin/ld/ldconfig: ldconfig.c 
	gnu/usr.bin/ld/ldd: ldd.c scanlib.c 
	gnu/usr.bin/ld/rtld: malloc.c rtld.c 

Log message:
ansification of ld

* normalized the signatures of the functions passed to each_file()
and each_full_file().  In most cases that meant adding a void *dummy.
In one case it changed an int to a void*, but the arg was only checked
for zero/not-zero so the change was not significant.

* removes unused code and structures.

* makes sure printf args match their format.

* got rid of some of the gcc -Wall warnings

OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/06 22:26:50

Modified files:
	comms/pilot-link/patches: patch-pilot-schlep_c 

Log message:
RCS Id


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/06 22:39:24

Modified files:
	emulators/BasiliskII: Makefile 

Log message:
since a configure test hangs when built on alpha and maintainers have
not responded to inquiries for weeks, disable this on alpha for now....
until problem is found


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/06 22:56:28

Modified files:
	devel/sdl      : Makefile 

Log message:
use kde3 for arts flavor; bunch of people


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/07 01:09:13

Modified files:
	graphics/xpaint: Makefile distinfo 
	graphics/xpaint/patches: patch-Local.config patch-misc.h 
	                         patch-readRC.c patch-rw_libpnmrw_c 
	                         patch-rw_rwTable_c 
	graphics/xpaint/pkg: DESCR PLIST 

Log message:
Update to xpaint-2.6.2, formatting changes.
Submitted by Margarida Sequeira <niness@devilness.org> who takes
over maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/07 01:12:12

Added files:
	graphics/xpaint/patches: patch-Local_config patch-misc_h 
	                         patch-readRC_c 
Removed files:
	graphics/xpaint/patches: patch-Local.config patch-misc.h 
	                         patch-readRC.c 

Log message:
rename patches per new convension with update-patches


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/09/07 01:58:22

Modified files:
	usr.sbin/mopd/common: file.c mopdef.c mopdef.h print.c 
	usr.sbin/mopd/mopd: process.c 

Log message:
pedantic ansify. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2002/09/07 02:09:49

Modified files:
	usr.sbin/mopd/common: device.c pf.c 

Log message:
off by one fix from aaron@. -moj


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/07 04:14:39

Log message:
    Import XFree86 4.2.1
    
    Status:
    
    Vendor Tag:	XFREE86
    Release Tags:	XFREE86_4_2_1
    
    U XF4/xc/INSTALL-X.org
    U XF4/xc/Imakefile
    U XF4/xc/LABEL
    U XF4/xc/Makefile
    U XF4/xc/RELNOTES
    U XF4/xc/RELNOTES-X.org
    U XF4/xc/bug-report
    U XF4/xc/registry
    U XF4/xc/config/Imakefile
    U XF4/xc/config/cf/Amoeba.cf
    U XF4/xc/config/cf/DGUX.cf
    U XF4/xc/config/cf/FreeBSD.cf
    U XF4/xc/config/cf/Imake.cf
    U XF4/xc/config/cf/Imake.rules
    U XF4/xc/config/cf/Imake.tmpl
    U XF4/xc/config/cf/Imakefile
    U XF4/xc/config/cf/Library.tmpl
    U XF4/xc/config/cf/Mips.cf
    U XF4/xc/config/cf/Motif.rules
    U XF4/xc/config/cf/Motif.tmpl
    U XF4/xc/config/cf/NetBSD.cf
    U XF4/xc/config/cf/Oki.cf
    U XF4/xc/config/cf/OpenBSD.cf
    U XF4/xc/config/cf/OpenBSDLib.rules
    U XF4/xc/config/cf/QNX4.cf
    U XF4/xc/config/cf/QNX4.rules
    U XF4/xc/config/cf/README
    U XF4/xc/config/cf/Server.tmpl
    U XF4/xc/config/cf/ServerLib.tmpl
    U XF4/xc/config/cf/Threads.tmpl
    U XF4/xc/config/cf/TinyX.cf
    U XF4/xc/config/cf/Win32.cf
    U XF4/xc/config/cf/Win32.rules
    U XF4/xc/config/cf/WinLib.tmpl
    U XF4/xc/config/cf/X11.rules
    U XF4/xc/config/cf/X11.tmpl
    U XF4/xc/config/cf/apollo.cf
    U XF4/xc/config/cf/bsd.cf
    U XF4/xc/config/cf/bsdLib.rules
    U XF4/xc/config/cf/bsdLib.tmpl
    U XF4/xc/config/cf/bsdi.cf
    U XF4/xc/config/cf/bsdiLib.rules
    U XF4/xc/config/cf/bsdiLib.tmpl
    U XF4/xc/config/cf/cde.rules
    U XF4/xc/config/cf/cde.tmpl
    U XF4/xc/config/cf/convex.cf
    U XF4/xc/config/cf/cray.cf
    U XF4/xc/config/cf/cross.def
    U XF4/xc/config/cf/cross.rules
    U XF4/xc/config/cf/cygwin.cf
    U XF4/xc/config/cf/cygwin.rules
    U XF4/xc/config/cf/cygwin.tmpl
    U XF4/xc/config/cf/darwin.cf
    U XF4/xc/config/cf/darwinLib.rules
    U XF4/xc/config/cf/darwinLib.tmpl
    U XF4/xc/config/cf/fujitsu.cf
    U XF4/xc/config/cf/generic.cf
    U XF4/xc/config/cf/gnu.cf
    U XF4/xc/config/cf/gnuLib.rules
    U XF4/xc/config/cf/gnuLib.tmpl
    U XF4/xc/config/cf/hp.cf
    U XF4/xc/config/cf/hpLib.rules
    U XF4/xc/config/cf/hpLib.tmpl
    U XF4/xc/config/cf/iPAQH3600.cf
    U XF4/xc/config/cf/ibm.cf
    U XF4/xc/config/cf/ibmLib.rules
    U XF4/xc/config/cf/ibmLib.tmpl
    U XF4/xc/config/cf/isc.cf
    U XF4/xc/config/cf/itsy.cf
    U XF4/xc/config/cf/kdrive.cf
    U XF4/xc/config/cf/linux.cf
    U XF4/xc/config/cf/lnxLib.rules
    U XF4/xc/config/cf/lnxLib.tmpl
    U XF4/xc/config/cf/lnxdoc.rules
    U XF4/xc/config/cf/lnxdoc.tmpl
    U XF4/xc/config/cf/luna.cf
    U XF4/xc/config/cf/lynx.cf
    U XF4/xc/config/cf/macII.cf
    U XF4/xc/config/cf/mach.cf
    U XF4/xc/config/cf/minix.cf
    U XF4/xc/config/cf/moto.cf
    U XF4/xc/config/cf/ncr.cf
    U XF4/xc/config/cf/nec.cf
    U XF4/xc/config/cf/necLib.rules
    U XF4/xc/config/cf/necLib.tmpl
    U XF4/xc/config/cf/noop.rules
    U XF4/xc/config/cf/nto.cf
    U XF4/xc/config/cf/nto.rules
    U XF4/xc/config/cf/oldlib.rules
    U XF4/xc/config/cf/os2.cf
    U XF4/xc/config/cf/os2.rules
    U XF4/xc/config/cf/os2Lib.rules
    U XF4/xc/config/cf/os2Lib.tmpl
    U XF4/xc/config/cf/osf1.cf
    U XF4/xc/config/cf/osfLib.rules
    U XF4/xc/config/cf/osfLib.tmpl
    U XF4/xc/config/cf/pegasus.cf
    U XF4/xc/config/cf/sco.cf
    U XF4/xc/config/cf/sco5.cf
    U XF4/xc/config/cf/scoLib.rules
    U XF4/xc/config/cf/sequent.cf
    U XF4/xc/config/cf/sequentLib.rules
    U XF4/xc/config/cf/sgi.cf
    U XF4/xc/config/cf/sgiLib.rules
    U XF4/xc/config/cf/sgiLib.tmpl
    U XF4/xc/config/cf/site.def
    U XF4/xc/config/cf/site.sample
    U XF4/xc/config/cf/sony.cf
    U XF4/xc/config/cf/sun.cf
    U XF4/xc/config/cf/svr3.cf
    U XF4/xc/config/cf/sunLib.rules
    U XF4/xc/config/cf/sunLib.tmpl
    U XF4/xc/config/cf/sv3Lib.rules
    U XF4/xc/config/cf/sv3Lib.tmpl
    U XF4/xc/config/cf/sv4Lib.rules
    U XF4/xc/config/cf/sv4Lib.tmpl
    U XF4/xc/config/cf/svr4.cf
    U XF4/xc/config/cf/ultrix.cf
    U XF4/xc/config/cf/usl.cf
    U XF4/xc/config/cf/x386.cf
    U XF4/xc/config/cf/xf86.rules
    U XF4/xc/config/cf/xf86.tmpl
    U XF4/xc/config/cf/xf86site.def
    U XF4/xc/config/cf/xfree86.cf
    U XF4/xc/config/cf/xttMod.tmpl
    U XF4/xc/config/imake/Imakefile
    U XF4/xc/config/imake/Makefile.ini
    U XF4/xc/config/imake/ccimake.c
    U XF4/xc/config/imake/imake.c
    U XF4/xc/config/imake/imake.man
    U XF4/xc/config/imake/imakemdep.h
    U XF4/xc/config/imake/imakesvc.cmd
    U XF4/xc/config/makedepend/Imakefile
    U XF4/xc/config/makedepend/cpp.ed
    U XF4/xc/config/makedepend/cppsetup.c
    U XF4/xc/config/makedepend/def.h
    U XF4/xc/config/makedepend/ifparser.c
    U XF4/xc/config/makedepend/ifparser.h
    U XF4/xc/config/makedepend/include.c
    U XF4/xc/config/makedepend/main.c
    U XF4/xc/config/makedepend/mkdepend.man
    U XF4/xc/config/makedepend/parse.c
    U XF4/xc/config/makedepend/pr.c
    U XF4/xc/config/pswrap/Imakefile
    U XF4/xc/config/pswrap/lexer.l
    U XF4/xc/config/pswrap/main.c
    U XF4/xc/config/pswrap/psw.c
    U XF4/xc/config/pswrap/psw.h
    U XF4/xc/config/pswrap/pswdict.c
    U XF4/xc/config/pswrap/pswdict.h
    U XF4/xc/config/pswrap/pswfile.c
    U XF4/xc/config/pswrap/pswparser.y
    U XF4/xc/config/pswrap/pswpriv.h
    U XF4/xc/config/pswrap/pswrap.man
    U XF4/xc/config/pswrap/pswsemantics.c
    U XF4/xc/config/pswrap/pswsemantics.h
    U XF4/xc/config/pswrap/pswstring.c
    U XF4/xc/config/pswrap/pswtypes.h
    U XF4/xc/config/pswrap/pswversion.h
    U XF4/xc/config/pswrap/sysname_gen.c
    U XF4/xc/config/pswrap/systemnames.c
    U XF4/xc/config/pswrap/yyerror.c
    U XF4/xc/config/util/Imakefile
    U XF4/xc/config/util/Makefile.ini
    U XF4/xc/config/util/added.cmd
    U XF4/xc/config/util/aminstall.sh
    U XF4/xc/config/util/bsdinst.sh
    U XF4/xc/config/util/buildos2.cmd
    U XF4/xc/config/util/checktree.c
    U XF4/xc/config/util/chownxterm.c
    U XF4/xc/config/util/cleanlinks.sh
    U XF4/xc/config/util/crayar.sh
    U XF4/xc/config/util/elistgen.hp
    U XF4/xc/config/util/elistgen.ibm
    U XF4/xc/config/util/elistgen.sun
    U XF4/xc/config/util/elistgen.usl
    U XF4/xc/config/util/gccmdep.cpp
    U XF4/xc/config/util/indir.cmd
    U XF4/xc/config/util/install.sh
    U XF4/xc/config/util/instos2.cmd
    U XF4/xc/config/util/lndir.c
    U XF4/xc/config/util/lndir.man
    U XF4/xc/config/util/makeg.man
    U XF4/xc/config/util/makeg.sh
    U XF4/xc/config/util/makestrs.c
    U XF4/xc/config/util/makestrs.man
    U XF4/xc/config/util/mdepend.cpp
    U XF4/xc/config/util/mergelib.cpp
    U XF4/xc/config/util/mkdirhier.c
    U XF4/xc/config/util/mkdirhier.cmd
    U XF4/xc/config/util/mkdirhier.man
    U XF4/xc/config/util/mkdirhier.sh
    U XF4/xc/config/util/mkhtmlindex.pl
    U XF4/xc/config/util/mkhtmlindex.sh
    U XF4/xc/config/util/os2inst.cmd
    U XF4/xc/config/util/remove.cmd
    U XF4/xc/config/util/revpath.c
    U XF4/xc/config/util/revpath.man
    U XF4/xc/config/util/syminst.sh
    U XF4/xc/config/util/x11mf.sh
    U XF4/xc/config/util/xmake.cmd
    U XF4/xc/config/util/xmkmf.cmd
    U XF4/xc/config/util/xmkmf.cpp
    U XF4/xc/config/util/xmkmf.man
    U XF4/xc/config/util/mkshadow/Imakefile
    U XF4/xc/config/util/mkshadow/README
    U XF4/xc/config/util/mkshadow/mkshadow.c
    U XF4/xc/config/util/mkshadow/savedir.c
    U XF4/xc/config/util/mkshadow/wildmat.c
    U XF4/xc/lib/Imakefile
    U XF4/xc/lib/FS/FSClServ.c
    U XF4/xc/lib/FS/FSCloseFt.c
    U XF4/xc/lib/FS/FSConnServ.c
    U XF4/xc/lib/FS/FSErrDis.c
    U XF4/xc/lib/FS/FSErrHndlr.c
    U XF4/xc/lib/FS/FSFlush.c
    U XF4/xc/lib/FS/FSFontInfo.c
    U XF4/xc/lib/FS/FSFtNames.c
    U XF4/xc/lib/FS/FSGetCats.c
    U XF4/xc/lib/FS/FSListCats.c
    U XF4/xc/lib/FS/FSListExt.c
    U XF4/xc/lib/FS/FSMisc.c
    U XF4/xc/lib/FS/FSNextEv.c
    U XF4/xc/lib/FS/FSOpenFont.c
    U XF4/xc/lib/FS/FSOpenServ.c
    U XF4/xc/lib/FS/FSQGlyphs.c
    U XF4/xc/lib/FS/FSQXExt.c
    U XF4/xc/lib/FS/FSQXInfo.c
    U XF4/xc/lib/FS/FSQuExt.c
    U XF4/xc/lib/FS/FSServName.c
    U XF4/xc/lib/FS/FSSetCats.c
    U XF4/xc/lib/FS/FSSync.c
    U XF4/xc/lib/FS/FSSynchro.c
    U XF4/xc/lib/FS/FSlib.h
    U XF4/xc/lib/FS/FSlibInt.c
    U XF4/xc/lib/FS/FSlibint.h
    U XF4/xc/lib/FS/FSlibos.h
    U XF4/xc/lib/FS/Imakefile
    U XF4/xc/lib/GL/Imakefile
    U XF4/xc/lib/GL/highpc.c
    U XF4/xc/lib/GL/lowpc.c
    U XF4/xc/lib/GL/makeprofile.sh
    U XF4/xc/lib/GL/GL/GL-def.cpp
    U XF4/xc/lib/GL/GL/GLos2.def
    U XF4/xc/lib/GL/GL/GLos2.rsp
    U XF4/xc/lib/GL/GL/Imakefile
    U XF4/xc/lib/GL/dri/Imakefile
    U XF4/xc/lib/GL/dri/XF86dri.c
    U XF4/xc/lib/GL/dri/dri_glx.c
    U XF4/xc/lib/GL/dri/dri_glx.h
    U XF4/xc/lib/GL/dri/dri_tmm.c
    U XF4/xc/lib/GL/dri/dri_tmm.h
    U XF4/xc/lib/GL/dri/xf86dri.h
    U XF4/xc/lib/GL/dri/xf86dristr.h
    U XF4/xc/lib/GL/dri/drm/Imakefile
    U XF4/xc/lib/GL/glx/Imakefile
    U XF4/xc/lib/GL/glx/clientattrib.c
    U XF4/xc/lib/GL/glx/compsize.c
    U XF4/xc/lib/GL/glx/dispatch.c
    U XF4/xc/lib/GL/glx/eval.c
    U XF4/xc/lib/GL/glx/g_render.c
    U XF4/xc/lib/GL/glx/g_single.c
    U XF4/xc/lib/GL/glx/g_vendpriv.c
    U XF4/xc/lib/GL/glx/glxclient.h
    U XF4/xc/lib/GL/glx/glxcmds.c
    U XF4/xc/lib/GL/glx/glxext.c
    U XF4/xc/lib/GL/glx/indirect.h
    U XF4/xc/lib/GL/glx/indirect_init.c
    U XF4/xc/lib/GL/glx/indirect_init.h
    U XF4/xc/lib/GL/glx/indirect_wrap.h
    U XF4/xc/lib/GL/glx/packrender.h
    U XF4/xc/lib/GL/glx/packsingle.h
    U XF4/xc/lib/GL/glx/packvendpriv.h
    U XF4/xc/lib/GL/glx/pixel.c
    U XF4/xc/lib/GL/glx/pixelstore.c
    U XF4/xc/lib/GL/glx/render2.c
    U XF4/xc/lib/GL/glx/renderpix.c
    U XF4/xc/lib/GL/glx/single2.c
    U XF4/xc/lib/GL/glx/singlepix.c
    U XF4/xc/lib/GL/glx/size.h
    U XF4/xc/lib/GL/glx/vertarr.c
    U XF4/xc/lib/GL/glx/xfont.c
    U XF4/xc/lib/GL/include/GL/internal/glcore.h
    U XF4/xc/lib/GL/mesa/dri/Imakefile
    U XF4/xc/lib/GL/mesa/dri/dri_mesa.c
    U XF4/xc/lib/GL/mesa/dri/dri_mesa.h
    U XF4/xc/lib/GL/mesa/dri/dri_mesaint.h
    U XF4/xc/lib/GL/mesa/dri/dri_xmesaapi.h
    U XF4/xc/lib/GL/mesa/src/Imakefile
    U XF4/xc/lib/GL/mesa/src/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/OSmesa/Imakefile
    U XF4/xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp
    U XF4/xc/lib/GL/mesa/src/X/xdri.c
    U XF4/xc/lib/GL/mesa/src/X/xdriP.h
    U XF4/xc/lib/GL/mesa/src/X86/Imakefile
    U XF4/xc/lib/GL/mesa/src/X86/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/common/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/common/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/common/depthtmp.h
    U XF4/xc/lib/GL/mesa/src/drv/common/hwlog.c
    U XF4/xc/lib/GL/mesa/src/drv/common/hwlog.h
    U XF4/xc/lib/GL/mesa/src/drv/common/mm.c
    U XF4/xc/lib/GL/mesa/src/drv/common/mm.h
    U XF4/xc/lib/GL/mesa/src/drv/common/mmx.h
    U XF4/xc/lib/GL/mesa/src/drv/common/shared_texture_lru.c
    U XF4/xc/lib/GL/mesa/src/drv/common/shared_texture_lru.h
    U XF4/xc/lib/GL/mesa/src/drv/common/spantmp.h
    U XF4/xc/lib/GL/mesa/src/drv/common/stenciltmp.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/ffb/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_clear.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_clear.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_context.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_dd.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_dd.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_depth.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_depth.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_fifo.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_fog.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_lines.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_lines.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_linetmp.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_lock.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_pipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_pipeline.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_points.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_points.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_pointtmp.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_span.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_span.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_state.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_state.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_stencil.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_stencil.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_tris.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_tris.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_tritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_vb.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_vb.h
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/ffb/ffb_xmesa.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/gamma/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_client.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_dlist.c
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_dlist.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_gl.c
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_gl.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_init.c
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_init.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_inithw.c
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_macros.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_matrix.c
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_region.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_regs.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_texture.c
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_texture.h
    U XF4/xc/lib/GL/mesa/src/drv/gamma/gamma_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/i810/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810_3d_reg.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810_init.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810context.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810dd.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810dd.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810fastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810fasttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810ioctl.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810ioctl.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810log.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810pipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810pipeline.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810span.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810span.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810state.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810state.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810tex.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810tex.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810tris.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810tris.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810tritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810vb.c
    U XF4/xc/lib/GL/mesa/src/drv/i810/i810vb.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/i830/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_3d_reg.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_dd.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_drv.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_fastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_fasttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_ioctl.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_ioctl.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_pipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_span.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_state.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_tex.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_tris.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_tris.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_tritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_vb.c
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_vert_form_points.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_vert_form_tris.h
    U XF4/xc/lib/GL/mesa/src/drv/i830/i830_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/mga/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgabuffers.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgabuffers.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgacontext.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgadd.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgadd.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaeltpath.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaelttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgafastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgafasttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaioctl.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaioctl.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgapipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgapipeline.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgapixel.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgapixel.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaregs.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaspan.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgaspan.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgastate.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgastate.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatex.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatex.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatexcnv.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatexmem.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatris.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatris.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgatritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgavb.c
    U XF4/xc/lib/GL/mesa/src/drv/mga/mgavb.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/r128/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_context.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_context.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_dd.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_dd.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_eltpath.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_elttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_fastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_fasttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_ioctl.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_ioctl.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_lock.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_lock.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_pipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_pipeline.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_screen.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_screen.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_span.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_span.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_state.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_state.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_tex.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_tex.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_texobj.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_tris.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_tris.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_tritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_vb.c
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_vb.h
    U XF4/xc/lib/GL/mesa/src/drv/r128/r128_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/radeon/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_context.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_context.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_dd.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_dd.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_eltpath.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_elttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_fastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_fasttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_ioctl.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_ioctl.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_lock.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_vb.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_lock.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_pipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_pipeline.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_screen.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_screen.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_vb.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_span.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_span.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_state.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_state.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_tex.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_tex.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_texmem.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_texobj.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_texstate.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_tris.c
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_tris.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_tritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/radeon/radeon_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/sis/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_alloc.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_clear.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_common.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_ctx.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_ctx.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_debug.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_debug.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_fastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_fog.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_init.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_linefunc.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_lock.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_mesa.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_mesa.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_reg.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_render.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_span.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_stencil.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_swzfunc.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_texture.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_trifunc.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_xf86glx.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_xmesaP.h
    U XF4/xc/lib/GL/mesa/src/drv/sis/sis_xwin.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/BUGS
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/Imakefile
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/Imakefile.inc
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/dri_glide.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_dd.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_dd.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_fastpath.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_fasttmp.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_lock.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_lock.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_pipeline.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_pipeline.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_pixels.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_pixels.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_render.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_render.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_screen.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_screen.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_span.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_span.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_state.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_state.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_tex.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_tex.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_texman.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_texman.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_texstate.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_tris.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_tris.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_tritmp.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_vb.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_vb.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_wrapper.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_wrapper.h
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/tdfx_xmesa.c
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/X86/fx_3dnow_fastpath.S
    U XF4/xc/lib/GL/mesa/src/drv/tdfx/X86/fx_3dnow_fasttmp.h
    U XF4/xc/lib/GLU/GLU-def.cpp
    U XF4/xc/lib/GLU/Imakefile
    U XF4/xc/lib/GLU/include/Imakefile
    U XF4/xc/lib/GLU/libnurbs/interface/Imakefile
    U XF4/xc/lib/GLU/libnurbs/internals/Imakefile
    U XF4/xc/lib/GLU/libnurbs/nurbtess/Imakefile
    U XF4/xc/lib/GLU/libtess/Imakefile
    U XF4/xc/lib/GLU/libutil/Imakefile
    U XF4/xc/lib/GLw/GLwM1DrawA.c
    U XF4/xc/lib/GLw/GLwM2DrawA.c
    U XF4/xc/lib/GLw/Imakefile
    U XF4/xc/lib/GLw/README.html
    U XF4/xc/lib/GLw/README.txt
    U XF4/xc/lib/GLw/GLwXm/PrimitiveP.h
    U XF4/xc/lib/GLw/GLwXm/Xm.h
    U XF4/xc/lib/GLw/GLwXm/XmP.h
    U XF4/xc/lib/GLw/GLwXm/XmStrDefs.h
    U XF4/xc/lib/ICE/ICE-def.cpp
    U XF4/xc/lib/ICE/ICE.h
    U XF4/xc/lib/ICE/ICEconn.h
    U XF4/xc/lib/ICE/ICElib.h
    U XF4/xc/lib/ICE/ICElibint.h
    U XF4/xc/lib/ICE/ICEmsg.h
    U XF4/xc/lib/ICE/ICEos2.def
    U XF4/xc/lib/ICE/ICEos2.rsp
    U XF4/xc/lib/ICE/ICEproto.h
    U XF4/xc/lib/ICE/ICEutil.h
    U XF4/xc/lib/ICE/Imakefile
    U XF4/xc/lib/ICE/accept.c
    U XF4/xc/lib/ICE/authutil.c
    U XF4/xc/lib/ICE/connect.c
    U XF4/xc/lib/ICE/error.c
    U XF4/xc/lib/ICE/getauth.c
    U XF4/xc/lib/ICE/globals.h
    U XF4/xc/lib/ICE/iceauth.c
    U XF4/xc/lib/ICE/listen.c
    U XF4/xc/lib/ICE/listenwk.c
    U XF4/xc/lib/ICE/locking.c
    U XF4/xc/lib/ICE/misc.c
    U XF4/xc/lib/ICE/ping.c
    U XF4/xc/lib/ICE/process.c
    U XF4/xc/lib/ICE/protosetup.c
    U XF4/xc/lib/ICE/register.c
    U XF4/xc/lib/ICE/replywait.c
    U XF4/xc/lib/ICE/setauth.c
    U XF4/xc/lib/ICE/shutdown.c
    U XF4/xc/lib/ICE/watch.c
    U XF4/xc/lib/PEX5/Imakefile
    U XF4/xc/lib/PEX5/PEX.h
    U XF4/xc/lib/PEX5/PEX5-def.cpp
    U XF4/xc/lib/PEX5/PEX5os2.def
    U XF4/xc/lib/PEX5/PEX5os2.rsp
    U XF4/xc/lib/PEX5/PEXlib.h
    U XF4/xc/lib/PEX5/PEXlibint.h
    U XF4/xc/lib/PEX5/PEXproto.h
    U XF4/xc/lib/PEX5/PEXprotost.h
    U XF4/xc/lib/PEX5/jump_funcs
    U XF4/xc/lib/PEX5/jump_ignore
    U XF4/xc/lib/PEX5/jump_vars
    U XF4/xc/lib/PEX5/pl_convert.c
    U XF4/xc/lib/PEX5/pl_convert.h
    U XF4/xc/lib/PEX5/pl_escape.c
    U XF4/xc/lib/PEX5/pl_extract.h
    U XF4/xc/lib/PEX5/pl_font.c
    U XF4/xc/lib/PEX5/pl_free.c
    U XF4/xc/lib/PEX5/pl_global.h
    U XF4/xc/lib/PEX5/pl_lut.c
    U XF4/xc/lib/PEX5/pl_lut.h
    U XF4/xc/lib/PEX5/pl_nameset.c
    U XF4/xc/lib/PEX5/pl_oc_attr.c
    U XF4/xc/lib/PEX5/pl_oc_dec.c
    U XF4/xc/lib/PEX5/pl_oc_enc.c
    U XF4/xc/lib/PEX5/pl_oc_prim.c
    U XF4/xc/lib/PEX5/pl_oc_str.c
    U XF4/xc/lib/PEX5/pl_oc_util.c
    U XF4/xc/lib/PEX5/pl_oc_util.h
    U XF4/xc/lib/PEX5/pl_pc.c
    U XF4/xc/lib/PEX5/pl_pick.c
    U XF4/xc/lib/PEX5/pl_rdr.c
    U XF4/xc/lib/PEX5/pl_sc.c
    U XF4/xc/lib/PEX5/pl_startup.c
    U XF4/xc/lib/PEX5/pl_store.h
    U XF4/xc/lib/PEX5/pl_struct.c
    U XF4/xc/lib/PEX5/pl_util.c
    U XF4/xc/lib/PEX5/pl_util.h
    U XF4/xc/lib/PEX5/pl_wks.c
    U XF4/xc/lib/PEX5/pl_xdata.h
    U XF4/xc/lib/SM/Imakefile
    U XF4/xc/lib/SM/SM-def.cpp
    U XF4/xc/lib/SM/SM.h
    U XF4/xc/lib/SM/SMlib.h
    U XF4/xc/lib/SM/SMlibint.h
    U XF4/xc/lib/SM/SMos2.def
    U XF4/xc/lib/SM/SMos2.rsp
    U XF4/xc/lib/SM/SMproto.h
    U XF4/xc/lib/SM/globals.h
    U XF4/xc/lib/SM/sm_auth.c
    U XF4/xc/lib/SM/sm_client.c
    U XF4/xc/lib/SM/sm_error.c
    U XF4/xc/lib/SM/sm_genid.c
    U XF4/xc/lib/SM/sm_manager.c
    U XF4/xc/lib/SM/sm_misc.c
    U XF4/xc/lib/SM/sm_process.c
    U XF4/xc/lib/X11/AddDIC.c
    U XF4/xc/lib/X11/AddSF.c
    U XF4/xc/lib/X11/AllCells.c
    U XF4/xc/lib/X11/AllPlanes.c
    U XF4/xc/lib/X11/AllowEv.c
    U XF4/xc/lib/X11/AutoRep.c
    U XF4/xc/lib/X11/Backgnd.c
    U XF4/xc/lib/X11/BdrWidth.c
    U XF4/xc/lib/X11/Bell.c
    U XF4/xc/lib/X11/Border.c
    U XF4/xc/lib/X11/CCC.c
    U XF4/xc/lib/X11/ChAccCon.c
    U XF4/xc/lib/X11/ChActPGb.c
    U XF4/xc/lib/X11/ChClMode.c
    U XF4/xc/lib/X11/ChCmap.c
    U XF4/xc/lib/X11/ChGC.c
    U XF4/xc/lib/X11/ChKeyCon.c
    U XF4/xc/lib/X11/ChPntCon.c
    U XF4/xc/lib/X11/ChProp.c
    U XF4/xc/lib/X11/ChSaveSet.c
    U XF4/xc/lib/X11/ChWAttrs.c
    U XF4/xc/lib/X11/ChWindow.c
    U XF4/xc/lib/X11/ChkIfEv.c
    U XF4/xc/lib/X11/ChkMaskEv.c
    U XF4/xc/lib/X11/ChkTypEv.c
    U XF4/xc/lib/X11/ChkTypWEv.c
    U XF4/xc/lib/X11/ChkWinEv.c
    U XF4/xc/lib/X11/CirWin.c
    U XF4/xc/lib/X11/CirWinDn.c
    U XF4/xc/lib/X11/CirWinUp.c
    U XF4/xc/lib/X11/ClDisplay.c
    U XF4/xc/lib/X11/Clear.c
    U XF4/xc/lib/X11/ClearArea.c
    U XF4/xc/lib/X11/ConfWind.c
    U XF4/xc/lib/X11/ConnDis.c
    U XF4/xc/lib/X11/Context.c
    U XF4/xc/lib/X11/ConvSel.c
    U XF4/xc/lib/X11/CopyArea.c
    U XF4/xc/lib/X11/CopyCmap.c
    U XF4/xc/lib/X11/CopyGC.c
    U XF4/xc/lib/X11/CopyPlane.c
    U XF4/xc/lib/X11/CrBFData.c
    U XF4/xc/lib/X11/CrCmap.c
    U XF4/xc/lib/X11/CrCursor.c
    U XF4/xc/lib/X11/CrGC.c
    U XF4/xc/lib/X11/CrGlCur.c
    U XF4/xc/lib/X11/CrPFBData.c
    U XF4/xc/lib/X11/CrPixmap.c
    U XF4/xc/lib/X11/CrWindow.c
    U XF4/xc/lib/X11/Cursor.c
    U XF4/xc/lib/X11/CvColW.c
    U XF4/xc/lib/X11/CvCols.c
    U XF4/xc/lib/X11/DefCursor.c
    U XF4/xc/lib/X11/DelProp.c
    U XF4/xc/lib/X11/Depths.c
    U XF4/xc/lib/X11/DestSubs.c
    U XF4/xc/lib/X11/DestWind.c
    U XF4/xc/lib/X11/DisName.c
    U XF4/xc/lib/X11/DrArc.c
    U XF4/xc/lib/X11/DrArcs.c
    U XF4/xc/lib/X11/DrLine.c
    U XF4/xc/lib/X11/DrLines.c
    U XF4/xc/lib/X11/DrPoint.c
    U XF4/xc/lib/X11/DrPoints.c
    U XF4/xc/lib/X11/DrRect.c
    U XF4/xc/lib/X11/DrRects.c
    U XF4/xc/lib/X11/DrSegs.c
    U XF4/xc/lib/X11/ErrDes.c
    U XF4/xc/lib/X11/ErrHndlr.c
    U XF4/xc/lib/X11/EvToWire.c
    U XF4/xc/lib/X11/FSSaver.c
    U XF4/xc/lib/X11/FSWrap.c
    U XF4/xc/lib/X11/FetchName.c
    U XF4/xc/lib/X11/FillArc.c
    U XF4/xc/lib/X11/FillArcs.c
    U XF4/xc/lib/X11/FillPoly.c
    U XF4/xc/lib/X11/Flush.c
    U XF4/xc/lib/X11/FillRct.c
    U XF4/xc/lib/X11/FillRcts.c
    U XF4/xc/lib/X11/FilterEv.c
    U XF4/xc/lib/X11/Font.c
    U XF4/xc/lib/X11/FontInfo.c
    U XF4/xc/lib/X11/FontNames.c
    U XF4/xc/lib/X11/FreeCmap.c
    U XF4/xc/lib/X11/FreeCols.c
    U XF4/xc/lib/X11/FreeCurs.c
    U XF4/xc/lib/X11/FreeEData.c
    U XF4/xc/lib/X11/FreeGC.c
    U XF4/xc/lib/X11/FreePix.c
    U XF4/xc/lib/X11/GCMisc.c
    U XF4/xc/lib/X11/Geom.c
    U XF4/xc/lib/X11/GetAtomNm.c
    U XF4/xc/lib/X11/GetColor.c
    U XF4/xc/lib/X11/GetDflt.c
    U XF4/xc/lib/X11/GetFPath.c
    U XF4/xc/lib/X11/GetFProp.c
    U XF4/xc/lib/X11/GetGCVals.c
    U XF4/xc/lib/X11/GetGeom.c
    U XF4/xc/lib/X11/GetHColor.c
    U XF4/xc/lib/X11/GetHints.c
    U XF4/xc/lib/X11/GetIFocus.c
    U XF4/xc/lib/X11/GetImage.c
    U XF4/xc/lib/X11/GetKCnt.c
    U XF4/xc/lib/X11/GetMoEv.c
    U XF4/xc/lib/X11/GetNrmHint.c
    U XF4/xc/lib/X11/GetPCnt.c
    U XF4/xc/lib/X11/GetPntMap.c
    U XF4/xc/lib/X11/GetProp.c
    U XF4/xc/lib/X11/GetRGBCMap.c
    U XF4/xc/lib/X11/GetSOwner.c
    U XF4/xc/lib/X11/GetSSaver.c
    U XF4/xc/lib/X11/GetStCmap.c
    U XF4/xc/lib/X11/GetTxtProp.c
    U XF4/xc/lib/X11/GetWAttrs.c
    U XF4/xc/lib/X11/GetWMCMapW.c
    U XF4/xc/lib/X11/GetWMProto.c
    U XF4/xc/lib/X11/GrButton.c
    U XF4/xc/lib/X11/GrKey.c
    U XF4/xc/lib/X11/GrKeybd.c
    U XF4/xc/lib/X11/GrPointer.c
    U XF4/xc/lib/X11/GrServer.c
    U XF4/xc/lib/X11/HVC.c
    U XF4/xc/lib/X11/HVCGcC.c
    U XF4/xc/lib/X11/HVCGcV.c
    U XF4/xc/lib/X11/HVCGcVC.c
    U XF4/xc/lib/X11/HVCMnV.c
    U XF4/xc/lib/X11/HVCMxC.c
    U XF4/xc/lib/X11/HVCMxV.c
    U XF4/xc/lib/X11/HVCMxVC.c
    U XF4/xc/lib/X11/HVCMxVs.c
    U XF4/xc/lib/X11/HVCWpAj.c
    U XF4/xc/lib/X11/Host.c
    U XF4/xc/lib/X11/ICWrap.c
    U XF4/xc/lib/X11/IMWrap.c
    U XF4/xc/lib/X11/Iconify.c
    U XF4/xc/lib/X11/IdOfPr.c
    U XF4/xc/lib/X11/IfEvent.c
    U XF4/xc/lib/X11/ImText.c
    U XF4/xc/lib/X11/ImText16.c
    U XF4/xc/lib/X11/ImUtil.c
    U XF4/xc/lib/X11/Imakefile
    U XF4/xc/lib/X11/InitExt.c
    U XF4/xc/lib/X11/InsCmap.c
    U XF4/xc/lib/X11/IntAtom.c
    U XF4/xc/lib/X11/KeyBind.c
    U XF4/xc/lib/X11/KeysymStr.c
    U XF4/xc/lib/X11/KillCl.c
    U XF4/xc/lib/X11/LRGB.c
    U XF4/xc/lib/X11/Lab.c
    U XF4/xc/lib/X11/LabGcC.c
    U XF4/xc/lib/X11/LabGcL.c
    U XF4/xc/lib/X11/LabGcLC.c
    U XF4/xc/lib/X11/LabMnL.c
    U XF4/xc/lib/X11/LabMxC.c
    U XF4/xc/lib/X11/LabMxL.c
    U XF4/xc/lib/X11/LabMxLC.c
    U XF4/xc/lib/X11/LabWpAj.c
    U XF4/xc/lib/X11/LiHosts.c
    U XF4/xc/lib/X11/LiICmaps.c
    U XF4/xc/lib/X11/LiProps.c
    U XF4/xc/lib/X11/ListExt.c
    U XF4/xc/lib/X11/LoadFont.c
    U XF4/xc/lib/X11/LockDis.c
    U XF4/xc/lib/X11/LookupCol.c
    U XF4/xc/lib/X11/LowerWin.c
    U XF4/xc/lib/X11/Luv.c
    U XF4/xc/lib/X11/LuvGcC.c
    U XF4/xc/lib/X11/LuvGcL.c
    U XF4/xc/lib/X11/LuvGcLC.c
    U XF4/xc/lib/X11/LuvMnL.c
    U XF4/xc/lib/X11/LuvMxC.c
    U XF4/xc/lib/X11/LuvMxL.c
    U XF4/xc/lib/X11/LuvMxLC.c
    U XF4/xc/lib/X11/LuvWpAj.c
    U XF4/xc/lib/X11/Macros.c
    U XF4/xc/lib/X11/MapRaised.c
    U XF4/xc/lib/X11/MapSubs.c
    U XF4/xc/lib/X11/MapWindow.c
    U XF4/xc/lib/X11/MaskEvent.c
    U XF4/xc/lib/X11/Misc.c
    U XF4/xc/lib/X11/ModMap.c
    U XF4/xc/lib/X11/MoveWin.c
    U XF4/xc/lib/X11/NextEvent.c
    U XF4/xc/lib/X11/OCWrap.c
    U XF4/xc/lib/X11/OMWrap.c
    U XF4/xc/lib/X11/OfCCC.c
    U XF4/xc/lib/X11/OpenDis.c
    U XF4/xc/lib/X11/ParseCmd.c
    U XF4/xc/lib/X11/ParseCol.c
    U XF4/xc/lib/X11/ParseGeom.c
    U XF4/xc/lib/X11/PeekEvent.c
    U XF4/xc/lib/X11/PeekIfEv.c
    U XF4/xc/lib/X11/Pending.c
    U XF4/xc/lib/X11/PixFormats.c
    U XF4/xc/lib/X11/PmapBgnd.c
    U XF4/xc/lib/X11/PmapBord.c
    U XF4/xc/lib/X11/PolyReg.c
    U XF4/xc/lib/X11/PolyTxt.c
    U XF4/xc/lib/X11/PolyTxt16.c
    U XF4/xc/lib/X11/PrOfId.c
    U XF4/xc/lib/X11/PropAlloc.c
    U XF4/xc/lib/X11/PutBEvent.c
    U XF4/xc/lib/X11/PutImage.c
    U XF4/xc/lib/X11/QBlack.c
    U XF4/xc/lib/X11/QBlue.c
    U XF4/xc/lib/X11/QRed.c
    U XF4/xc/lib/X11/QGreen.c
    U XF4/xc/lib/X11/QWhite.c
    U XF4/xc/lib/X11/QuBest.c
    U XF4/xc/lib/X11/QuCol.c
    U XF4/xc/lib/X11/QuColor.c
    U XF4/xc/lib/X11/QuColors.c
    U XF4/xc/lib/X11/QuCols.c
    U XF4/xc/lib/X11/QuCurShp.c
    U XF4/xc/lib/X11/QuExt.c
    U XF4/xc/lib/X11/QuKeybd.c
    U XF4/xc/lib/X11/QuPntr.c
    U XF4/xc/lib/X11/QuStipShp.c
    U XF4/xc/lib/X11/QuTextE16.c
    U XF4/xc/lib/X11/QuTextExt.c
    U XF4/xc/lib/X11/QuTileShp.c
    U XF4/xc/lib/X11/QuTree.c
    U XF4/xc/lib/X11/Quarks.c
    U XF4/xc/lib/X11/RaiseWin.c
    U XF4/xc/lib/X11/RdBitF.c
    U XF4/xc/lib/X11/RecolorC.c
    U XF4/xc/lib/X11/ReconfWM.c
    U XF4/xc/lib/X11/ReconfWin.c
    U XF4/xc/lib/X11/Region.c
    U XF4/xc/lib/X11/RegstFlt.c
    U XF4/xc/lib/X11/RepWindow.c
    U XF4/xc/lib/X11/RestackWs.c
    U XF4/xc/lib/X11/RotProp.c
    U XF4/xc/lib/X11/ScrResStr.c
    U XF4/xc/lib/X11/SelInput.c
    U XF4/xc/lib/X11/SendEvent.c
    U XF4/xc/lib/X11/SetBack.c
    U XF4/xc/lib/X11/SetCCC.c
    U XF4/xc/lib/X11/SetCRects.c
    U XF4/xc/lib/X11/SetClMask.c
    U XF4/xc/lib/X11/SetClOrig.c
    U XF4/xc/lib/X11/SetDashes.c
    U XF4/xc/lib/X11/SetFPath.c
    U XF4/xc/lib/X11/SetFont.c
    U XF4/xc/lib/X11/SetFore.c
    U XF4/xc/lib/X11/SetFunc.c
    U XF4/xc/lib/X11/SetGetCols.c
    U XF4/xc/lib/X11/SetHints.c
    U XF4/xc/lib/X11/SetIFocus.c
    U XF4/xc/lib/X11/SetLStyle.c
    U XF4/xc/lib/X11/SetLocale.c
    U XF4/xc/lib/X11/SetNrmHint.c
    U XF4/xc/lib/X11/SetPMask.c
    U XF4/xc/lib/X11/SetPntMap.c
    U XF4/xc/lib/X11/SetRGBCMap.c
    U XF4/xc/lib/X11/SetSOwner.c
    U XF4/xc/lib/X11/SetSSaver.c
    U XF4/xc/lib/X11/SetStCmap.c
    U XF4/xc/lib/X11/SetState.c
    U XF4/xc/lib/X11/SetStip.c
    U XF4/xc/lib/X11/SetTSOrig.c
    U XF4/xc/lib/X11/SetTile.c
    U XF4/xc/lib/X11/SetTxtProp.c
    U XF4/xc/lib/X11/SetWMCMapW.c
    U XF4/xc/lib/X11/SetWMProto.c
    U XF4/xc/lib/X11/StBytes.c
    U XF4/xc/lib/X11/StCol.c
    U XF4/xc/lib/X11/StColor.c
    U XF4/xc/lib/X11/StColors.c
    U XF4/xc/lib/X11/StCols.c
    U XF4/xc/lib/X11/StNColor.c
    U XF4/xc/lib/X11/StName.c
    U XF4/xc/lib/X11/StrKeysym.c
    U XF4/xc/lib/X11/StrToText.c
    U XF4/xc/lib/X11/Sync.c
    U XF4/xc/lib/X11/Synchro.c
    U XF4/xc/lib/X11/Text.c
    U XF4/xc/lib/X11/Text16.c
    U XF4/xc/lib/X11/TextExt.c
    U XF4/xc/lib/X11/TextExt16.c
    U XF4/xc/lib/X11/TextToStr.c
    U XF4/xc/lib/X11/TrCoords.c
    U XF4/xc/lib/X11/UNDEFINED.c
    U XF4/xc/lib/X11/UndefCurs.c
    U XF4/xc/lib/X11/UngrabBut.c
    U XF4/xc/lib/X11/UngrabKbd.c
    U XF4/xc/lib/X11/UngrabKey.c
    U XF4/xc/lib/X11/UngrabPtr.c
    U XF4/xc/lib/X11/UngrabSvr.c
    U XF4/xc/lib/X11/UninsCmap.c
    U XF4/xc/lib/X11/UnldFont.c
    U XF4/xc/lib/X11/UnmapSubs.c
    U XF4/xc/lib/X11/UnmapWin.c
    U XF4/xc/lib/X11/VisUtil.c
    U XF4/xc/lib/X11/WMGeom.c
    U XF4/xc/lib/X11/WMProps.c
    U XF4/xc/lib/X11/WarpPtr.c
    U XF4/xc/lib/X11/WinEvent.c
    U XF4/xc/lib/X11/Window.c
    U XF4/xc/lib/X11/Withdraw.c
    U XF4/xc/lib/X11/WrBitF.c
    U XF4/xc/lib/X11/X11-def.cpp
    U XF4/xc/lib/X11/X11os2.def
    U XF4/xc/lib/X11/X11os2.rsp
    U XF4/xc/lib/X11/XDefaultIMIF.c
    U XF4/xc/lib/X11/XDefaultOMIF.c
    U XF4/xc/lib/X11/XErrorDB
    U XF4/xc/lib/X11/XKB.c
    U XF4/xc/lib/X11/XKBAlloc.c
    U XF4/xc/lib/X11/XKBBell.c
    U XF4/xc/lib/X11/XKBBind.c
    U XF4/xc/lib/X11/XKBCompat.c
    U XF4/xc/lib/X11/XKBCtrls.c
    U XF4/xc/lib/X11/XKBCvt.c
    U XF4/xc/lib/X11/XKBExtDev.c
    U XF4/xc/lib/X11/XKBGAlloc.c
    U XF4/xc/lib/X11/XKBGeom.c
    U XF4/xc/lib/X11/XKBGetByName.c
    U XF4/xc/lib/X11/XKBGetMap.c
    U XF4/xc/lib/X11/XKBList.c
    U XF4/xc/lib/X11/XKBMAlloc.c
    U XF4/xc/lib/X11/XKBMisc.c
    U XF4/xc/lib/X11/XKBNames.c
    U XF4/xc/lib/X11/XKBRdBuf.c
    U XF4/xc/lib/X11/XKBSetGeom.c
    U XF4/xc/lib/X11/XKBSetMap.c
    U XF4/xc/lib/X11/XKBUse.c
    U XF4/xc/lib/X11/XKBleds.c
    U XF4/xc/lib/X11/XKBlib.h
    U XF4/xc/lib/X11/XKBlibint.h
    U XF4/xc/lib/X11/XKeysymDB
    U XF4/xc/lib/X11/XRGB.c
    U XF4/xc/lib/X11/XYZ.c
    U XF4/xc/lib/X11/Xaixlcint.h
    U XF4/xc/lib/X11/Xatomtype.h
    U XF4/xc/lib/X11/Xcms.h
    U XF4/xc/lib/X11/Xcms.txt
    U XF4/xc/lib/X11/Xcmsint.h
    U XF4/xc/lib/X11/XimImSw.h
    U XF4/xc/lib/X11/XimProto.h
    U XF4/xc/lib/X11/XimThai.h
    U XF4/xc/lib/X11/XimTrInt.h
    U XF4/xc/lib/X11/XimTrX.h
    U XF4/xc/lib/X11/XimTrans.h
    U XF4/xc/lib/X11/Ximint.h
    U XF4/xc/lib/X11/XimintL.h
    U XF4/xc/lib/X11/XimintP.h
    U XF4/xc/lib/X11/Xintatom.h
    U XF4/xc/lib/X11/Xintconn.h
    U XF4/xc/lib/X11/XlcDL.c
    U XF4/xc/lib/X11/XlcGeneric.h
    U XF4/xc/lib/X11/XlcPubI.h
    U XF4/xc/lib/X11/XlcPublic.h
    U XF4/xc/lib/X11/XlcSL.c
    U XF4/xc/lib/X11/Xlcint.h
    U XF4/xc/lib/X11/Xlib.h
    U XF4/xc/lib/X11/XlibAsync.c
    U XF4/xc/lib/X11/XlibInt.c
    U XF4/xc/lib/X11/Xlibint.h
    U XF4/xc/lib/X11/Xlocale.h
    U XF4/xc/lib/X11/XomGeneric.h
    U XF4/xc/lib/X11/Xresource.h
    U XF4/xc/lib/X11/Xrm.c
    U XF4/xc/lib/X11/XrmI.h
    U XF4/xc/lib/X11/Xutil.h
    U XF4/xc/lib/X11/cmsAllCol.c
    U XF4/xc/lib/X11/cmsAllNCol.c
    U XF4/xc/lib/X11/cmsCmap.c
    U XF4/xc/lib/X11/cmsColNm.c
    U XF4/xc/lib/X11/cmsGlobls.c
    U XF4/xc/lib/X11/cmsInt.c
    U XF4/xc/lib/X11/cmsLkCol.c
    U XF4/xc/lib/X11/cmsMath.c
    U XF4/xc/lib/X11/cmsProp.c
    U XF4/xc/lib/X11/cmsTrig.c
    U XF4/xc/lib/X11/cursorfont.h
    U XF4/xc/lib/X11/evtomask.c
    U XF4/xc/lib/X11/globals.c
    U XF4/xc/lib/X11/imCallbk.c
    U XF4/xc/lib/X11/imConv.c
    U XF4/xc/lib/X11/imDefFlt.c
    U XF4/xc/lib/X11/imDefIc.c
    U XF4/xc/lib/X11/imDefIm.c
    U XF4/xc/lib/X11/imDefLkup.c
    U XF4/xc/lib/X11/imDispch.c
    U XF4/xc/lib/X11/imEvToWire.c
    U XF4/xc/lib/X11/imExten.c
    U XF4/xc/lib/X11/imImSw.c
    U XF4/xc/lib/X11/imInsClbk.c
    U XF4/xc/lib/X11/imInt.c
    U XF4/xc/lib/X11/imKStoUCS.c
    U XF4/xc/lib/X11/imLcFlt.c
    U XF4/xc/lib/X11/imLcGIc.c
    U XF4/xc/lib/X11/imLcIc.c
    U XF4/xc/lib/X11/imLcIm.c
    U XF4/xc/lib/X11/imLcLkup.c
    U XF4/xc/lib/X11/imLcPrs.c
    U XF4/xc/lib/X11/imLcSIc.c
    U XF4/xc/lib/X11/imRm.c
    U XF4/xc/lib/X11/imRmAttr.c
    U XF4/xc/lib/X11/imThaiFlt.c
    U XF4/xc/lib/X11/imThaiIc.c
    U XF4/xc/lib/X11/imThaiIm.c
    U XF4/xc/lib/X11/imTrX.c
    U XF4/xc/lib/X11/imTrans.c
    U XF4/xc/lib/X11/imTransR.c
    U XF4/xc/lib/X11/jump_funcs
    U XF4/xc/lib/X11/jump_ignore
    U XF4/xc/lib/X11/jump_vars
    U XF4/xc/lib/X11/lcCT.c
    U XF4/xc/lib/X11/lcCharSet.c
    U XF4/xc/lib/X11/lcConv.c
    U XF4/xc/lib/X11/lcDB.c
    U XF4/xc/lib/X11/lcDefConv.c
    U XF4/xc/lib/X11/lcDynamic.c
    U XF4/xc/lib/X11/lcEuc.c
    U XF4/xc/lib/X11/lcFile.c
    U XF4/xc/lib/X11/lcGenConv.c
    U XF4/xc/lib/X11/lcGeneric.c
    U XF4/xc/lib/X11/lcInit.c
    U XF4/xc/lib/X11/lcJis.c
    U XF4/xc/lib/X11/lcPrTxt.c
    U XF4/xc/lib/X11/lcPubWrap.c
    U XF4/xc/lib/X11/lcPublic.c
    U XF4/xc/lib/X11/lcRM.c
    U XF4/xc/lib/X11/lcSjis.c
    U XF4/xc/lib/X11/lcStd.c
    U XF4/xc/lib/X11/lcTxtPr.c
    U XF4/xc/lib/X11/lcUTF8.c
    U XF4/xc/lib/X11/lcUtil.c
    U XF4/xc/lib/X11/lcUTF8Load.c
    U XF4/xc/lib/X11/lcWrap.c
    U XF4/xc/lib/X11/libX11.elist
    U XF4/xc/lib/X11/locking.c
    U XF4/xc/lib/X11/locking.h
    U XF4/xc/lib/X11/mbWMProps.c
    U XF4/xc/lib/X11/mbWrap.c
    U XF4/xc/lib/X11/omDefault.c
    U XF4/xc/lib/X11/omGeneric.c
    U XF4/xc/lib/X11/omImText.c
    U XF4/xc/lib/X11/omText.c
    U XF4/xc/lib/X11/omTextEsc.c
    U XF4/xc/lib/X11/omTextExt.c
    U XF4/xc/lib/X11/omTextPer.c
    U XF4/xc/lib/X11/omXChar.c
    U XF4/xc/lib/X11/os2Stubs.c
    U XF4/xc/lib/X11/poly.h
    U XF4/xc/lib/X11/region.h
    U XF4/xc/lib/X11/udcInf.c
    U XF4/xc/lib/X11/utf8WMProps.c
    U XF4/xc/lib/X11/utf8Wrap.c
    U XF4/xc/lib/X11/uvY.c
    U XF4/xc/lib/X11/wcWrap.c
    U XF4/xc/lib/X11/xyY.c
    U XF4/xc/lib/X11/lcUniConv/8bit_tab_to_h.c
    U XF4/xc/lib/X11/lcUniConv/COPYRIGHT
    U XF4/xc/lib/X11/lcUniConv/README
    U XF4/xc/lib/X11/lcUniConv/armscii_8.h
    U XF4/xc/lib/X11/lcUniConv/ascii.h
    U XF4/xc/lib/X11/lcUniConv/big5.h
    U XF4/xc/lib/X11/lcUniConv/big5_emacs.h
    U XF4/xc/lib/X11/lcUniConv/cjk_tab_to_h.c
    U XF4/xc/lib/X11/lcUniConv/cp1133.h
    U XF4/xc/lib/X11/lcUniConv/cp1251.h
    U XF4/xc/lib/X11/lcUniConv/cp1255.h
    U XF4/xc/lib/X11/lcUniConv/cp1256.h
    U XF4/xc/lib/X11/lcUniConv/gb2312.h
    U XF4/xc/lib/X11/lcUniConv/georgian_academy.h
    U XF4/xc/lib/X11/lcUniConv/georgian_ps.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_1.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_10.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_13.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_14.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_15.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_16.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_2.h
    U XF4/xc/lib/X11/lcUniConv/tcvn.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_3.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_4.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_5.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_6.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_7.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_8.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_9.h
    U XF4/xc/lib/X11/lcUniConv/iso8859_9e.h
    U XF4/xc/lib/X11/lcUniConv/jisx0201.h
    U XF4/xc/lib/X11/lcUniConv/jisx0208.h
    U XF4/xc/lib/X11/lcUniConv/jisx0212.h
    U XF4/xc/lib/X11/lcUniConv/koi8_c.h
    U XF4/xc/lib/X11/lcUniConv/koi8_r.h
    U XF4/xc/lib/X11/lcUniConv/koi8_u.h
    U XF4/xc/lib/X11/lcUniConv/ksc5601.h
    U XF4/xc/lib/X11/lcUniConv/mulelao.h
    U XF4/xc/lib/X11/lcUniConv/tatar_cyr.h
    U XF4/xc/lib/X11/lcUniConv/tis620.h
    U XF4/xc/lib/X11/lcUniConv/ucs2be.h
    U XF4/xc/lib/X11/lcUniConv/utf8.h
    U XF4/xc/lib/X11/lcUniConv/viscii.h
    U XF4/xc/lib/X11/util/makekeys.c
    U XF4/xc/lib/X11/util/mkks.sh
    U XF4/xc/lib/X11/xlibi18n/Imakefile
    U XF4/xc/lib/X11/xlibi18n/Xi18nLib.conf
    U XF4/xc/lib/X11/xlibi18n/im/Imakefile
    U XF4/xc/lib/X11/xlibi18n/im/ximcp/Imakefile
    U XF4/xc/lib/X11/xlibi18n/im/ximcp/Ximcp.mapfile
    U XF4/xc/lib/X11/xlibi18n/lc/Imakefile
    U XF4/xc/lib/X11/xlibi18n/lc/Utf8/Imakefile
    U XF4/xc/lib/X11/xlibi18n/lc/def/Imakefile
    U XF4/xc/lib/X11/xlibi18n/lc/def/Xlc.mapfile
    U XF4/xc/lib/X11/xlibi18n/lc/gen/Imakefile
    U XF4/xc/lib/X11/xlibi18n/lc/gen/Xlc.mapfile
    U XF4/xc/lib/X11/xlibi18n/lc/xlocale/Imakefile
    U XF4/xc/lib/X11/xlibi18n/om/Imakefile
    U XF4/xc/lib/X11/xlibi18n/om/generic/Imakefile
    U XF4/xc/lib/X11/xlibi18n/om/generic/Xom.mapfile
    U XF4/xc/lib/XIE/Imakefile
    U XF4/xc/lib/XIE/XIE-def.cpp
    U XF4/xc/lib/XIE/XIElib.h
    U XF4/xc/lib/XIE/XIElibint.h
    U XF4/xc/lib/XIE/XIEos2.def
    U XF4/xc/lib/XIE/XIEos2.rsp
    U XF4/xc/lib/XIE/abort.c
    U XF4/xc/lib/XIE/await.c
    U XF4/xc/lib/XIE/clientdata.c
    U XF4/xc/lib/XIE/colorlist.c
    U XF4/xc/lib/XIE/conven.c
    U XF4/xc/lib/XIE/elements.c
    U XF4/xc/lib/XIE/elements.h
    U XF4/xc/lib/XIE/errors.c
    U XF4/xc/lib/XIE/events.c
    U XF4/xc/lib/XIE/free.c
    U XF4/xc/lib/XIE/globals.h
    U XF4/xc/lib/XIE/ieee.c
    U XF4/xc/lib/XIE/init.c
    U XF4/xc/lib/XIE/init.h
    U XF4/xc/lib/XIE/jump_funcs
    U XF4/xc/lib/XIE/jump_ignore
    U XF4/xc/lib/XIE/jump_vars
    U XF4/xc/lib/XIE/lut.c
    U XF4/xc/lib/XIE/photoflo.c
    U XF4/xc/lib/XIE/photomap.c
    U XF4/xc/lib/XIE/photospace.c
    U XF4/xc/lib/XIE/roi.c
    U XF4/xc/lib/XIE/technique.c
    U XF4/xc/lib/XIE/technique.h
    U XF4/xc/lib/XIE/utils.c
    U XF4/xc/lib/XThrStub/Imakefile
    U XF4/xc/lib/XThrStub/UIThrStubs.c
    U XF4/xc/lib/XTrap/Imakefile
    U XF4/xc/lib/XTrap/XECallBcks.c
    U XF4/xc/lib/XTrap/XEConTxt.c
    U XF4/xc/lib/XTrap/XEDsptch.c
    U XF4/xc/lib/XTrap/XEPrInfo.c
    U XF4/xc/lib/XTrap/XERqsts.c
    U XF4/xc/lib/XTrap/XEStrMap.c
    U XF4/xc/lib/XTrap/XETrapInit.c
    U XF4/xc/lib/XTrap/XEWrappers.c
    U XF4/xc/lib/XTrap/XTrap-def.cpp
    U XF4/xc/lib/Xau/AuDispose.c
    U XF4/xc/lib/Xau/AuFileName.c
    U XF4/xc/lib/Xau/AuGetAddr.c
    U XF4/xc/lib/Xau/AuGetBest.c
    U XF4/xc/lib/Xau/AuLock.c
    U XF4/xc/lib/Xau/AuRead.c
    U XF4/xc/lib/Xau/AuUnlock.c
    U XF4/xc/lib/Xau/AuWrite.c
    U XF4/xc/lib/Xau/Autest.c
    U XF4/xc/lib/Xau/Imakefile
    U XF4/xc/lib/Xau/README
    U XF4/xc/lib/Xau/Xauth.h
    U XF4/xc/lib/Xau/k5encode.c
    U XF4/xc/lib/Xaw/Actions.c
    U XF4/xc/lib/Xaw/AllWidgets.c
    U XF4/xc/lib/Xaw/AllWidgets.h
    U XF4/xc/lib/Xaw/AsciiSink.c
    U XF4/xc/lib/Xaw/AsciiSink.h
    U XF4/xc/lib/Xaw/AsciiSinkP.h
    U XF4/xc/lib/Xaw/AsciiSrc.c
    U XF4/xc/lib/Xaw/AsciiSrc.h
    U XF4/xc/lib/Xaw/AsciiSrcP.h
    U XF4/xc/lib/Xaw/AsciiText.c
    U XF4/xc/lib/Xaw/AsciiText.h
    U XF4/xc/lib/Xaw/AsciiTextP.h
    U XF4/xc/lib/Xaw/Box.c
    U XF4/xc/lib/Xaw/Box.h
    U XF4/xc/lib/Xaw/BoxP.h
    U XF4/xc/lib/Xaw/CHANGES
    U XF4/xc/lib/Xaw/Cardinals.h
    U XF4/xc/lib/Xaw/Changelog
    U XF4/xc/lib/Xaw/Command.c
    U XF4/xc/lib/Xaw/Command.h
    U XF4/xc/lib/Xaw/CommandP.h
    U XF4/xc/lib/Xaw/Converters.c
    U XF4/xc/lib/Xaw/Dialog.c
    U XF4/xc/lib/Xaw/Dialog.h
    U XF4/xc/lib/Xaw/DialogP.h
    U XF4/xc/lib/Xaw/DisplayList.c
    U XF4/xc/lib/Xaw/Form.c
    U XF4/xc/lib/Xaw/Form.h
    U XF4/xc/lib/Xaw/FormP.h
    U XF4/xc/lib/Xaw/Grip.c
    U XF4/xc/lib/Xaw/Grip.h
    U XF4/xc/lib/Xaw/GripP.h
    U XF4/xc/lib/Xaw/Imakefile
    U XF4/xc/lib/Xaw/Label.c
    U XF4/xc/lib/Xaw/Label.h
    U XF4/xc/lib/Xaw/LabelP.h
    U XF4/xc/lib/Xaw/List.c
    U XF4/xc/lib/Xaw/List.h
    U XF4/xc/lib/Xaw/ListP.h
    U XF4/xc/lib/Xaw/MenuButtoP.h
    U XF4/xc/lib/Xaw/MenuButton.c
    U XF4/xc/lib/Xaw/MenuButton.h
    U XF4/xc/lib/Xaw/MultiSink.c
    U XF4/xc/lib/Xaw/MultiSink.h
    U XF4/xc/lib/Xaw/MultiSinkP.h
    U XF4/xc/lib/Xaw/MultiSrc.c
    U XF4/xc/lib/Xaw/MultiSrc.h
    U XF4/xc/lib/Xaw/MultiSrcP.h
    U XF4/xc/lib/Xaw/OS.c
    U XF4/xc/lib/Xaw/Paned.c
    U XF4/xc/lib/Xaw/Paned.h
    U XF4/xc/lib/Xaw/PanedP.h
    U XF4/xc/lib/Xaw/Panner.c
    U XF4/xc/lib/Xaw/Panner.h
    U XF4/xc/lib/Xaw/PannerP.h
    U XF4/xc/lib/Xaw/Pixmap.c
    U XF4/xc/lib/Xaw/Porthole.c
    U XF4/xc/lib/Xaw/Porthole.h
    U XF4/xc/lib/Xaw/PortholeP.h
    U XF4/xc/lib/Xaw/Private.h
    U XF4/xc/lib/Xaw/Repeater.c
    U XF4/xc/lib/Xaw/Repeater.h
    U XF4/xc/lib/Xaw/RepeaterP.h
    U XF4/xc/lib/Xaw/Reports.h
    U XF4/xc/lib/Xaw/Scrollbar.c
    U XF4/xc/lib/Xaw/Scrollbar.h
    U XF4/xc/lib/Xaw/ScrollbarP.h
    U XF4/xc/lib/Xaw/Simple.c
    U XF4/xc/lib/Xaw/Simple.h
    U XF4/xc/lib/Xaw/SimpleMenP.h
    U XF4/xc/lib/Xaw/SimpleP.h
    U XF4/xc/lib/Xaw/SimpleMenu.c
    U XF4/xc/lib/Xaw/SimpleMenu.h
    U XF4/xc/lib/Xaw/Sme.c
    U XF4/xc/lib/Xaw/Sme.h
    U XF4/xc/lib/Xaw/SmeBSB.c
    U XF4/xc/lib/Xaw/SmeBSB.h
    U XF4/xc/lib/Xaw/SmeBSBP.h
    U XF4/xc/lib/Xaw/SmeLine.c
    U XF4/xc/lib/Xaw/SmeLine.h
    U XF4/xc/lib/Xaw/SmeLineP.h
    U XF4/xc/lib/Xaw/SmeP.h
    U XF4/xc/lib/Xaw/StripCharP.h
    U XF4/xc/lib/Xaw/StripChart.c
    U XF4/xc/lib/Xaw/StripChart.h
    U XF4/xc/lib/Xaw/Template.c
    U XF4/xc/lib/Xaw/Template.h
    U XF4/xc/lib/Xaw/TemplateP.h
    U XF4/xc/lib/Xaw/Text.c
    U XF4/xc/lib/Xaw/Text.h
    U XF4/xc/lib/Xaw/TextAction.c
    U XF4/xc/lib/Xaw/TextP.h
    U XF4/xc/lib/Xaw/TextPop.c
    U XF4/xc/lib/Xaw/TextSink.c
    U XF4/xc/lib/Xaw/TextSink.h
    U XF4/xc/lib/Xaw/TextSinkP.h
    U XF4/xc/lib/Xaw/TextSrc.c
    U XF4/xc/lib/Xaw/TextSrc.h
    U XF4/xc/lib/Xaw/TextSrcP.h
    U XF4/xc/lib/Xaw/TextTr.c
    U XF4/xc/lib/Xaw/Tip.c
    U XF4/xc/lib/Xaw/Tip.h
    U XF4/xc/lib/Xaw/TipP.h
    U XF4/xc/lib/Xaw/Toggle.c
    U XF4/xc/lib/Xaw/Toggle.h
    U XF4/xc/lib/Xaw/ToggleP.h
    U XF4/xc/lib/Xaw/Tree.c
    U XF4/xc/lib/Xaw/Tree.h
    U XF4/xc/lib/Xaw/TreeP.h
    U XF4/xc/lib/Xaw/Vendor.c
    U XF4/xc/lib/Xaw/VendorEP.h
    U XF4/xc/lib/Xaw/Viewport.c
    U XF4/xc/lib/Xaw/Viewport.h
    U XF4/xc/lib/Xaw/ViewportP.h
    U XF4/xc/lib/Xaw/Xaw-def.cpp
    U XF4/xc/lib/Xaw/Xaw.man
    U XF4/xc/lib/Xaw/XawI18n.c
    U XF4/xc/lib/Xaw/XawI18n.h
    U XF4/xc/lib/Xaw/XawIm.c
    U XF4/xc/lib/Xaw/XawImP.h
    U XF4/xc/lib/Xaw/XawInit.c
    U XF4/xc/lib/Xaw/XawInit.h
    U XF4/xc/lib/Xaw/Xawos2.def
    U XF4/xc/lib/Xaw/Xawos2.rsp
    U XF4/xc/lib/Xaw/genlist.sh
    U XF4/xc/lib/Xaw/jump_funcs
    U XF4/xc/lib/Xaw/jump_ignore
    U XF4/xc/lib/Xaw/jump_vars
    U XF4/xc/lib/Xaw/sharedlib.c
    U XF4/xc/lib/Xaw6/Imakefile
    U XF4/xc/lib/Xaw6/Xaw6os2.def
    U XF4/xc/lib/Xaw6/Xaw6os2.rsp
    U XF4/xc/lib/Xbsd/Berklib.c
    U XF4/xc/lib/Xbsd/Imakefile
    U XF4/xc/lib/Xdmcp/A8Eq.c
    U XF4/xc/lib/Xdmcp/AA16.c
    U XF4/xc/lib/Xdmcp/AA32.c
    U XF4/xc/lib/Xdmcp/AA8.c
    U XF4/xc/lib/Xdmcp/Alloc.c
    U XF4/xc/lib/Xdmcp/AofA8.c
    U XF4/xc/lib/Xdmcp/CA8.c
    U XF4/xc/lib/Xdmcp/CmpKey.c
    U XF4/xc/lib/Xdmcp/DA16.c
    U XF4/xc/lib/Xdmcp/DA32.c
    U XF4/xc/lib/Xdmcp/DA8.c
    U XF4/xc/lib/Xdmcp/DAofA8.c
    U XF4/xc/lib/Xdmcp/DecKey.c
    U XF4/xc/lib/Xdmcp/Fill.c
    U XF4/xc/lib/Xdmcp/Flush.c
    U XF4/xc/lib/Xdmcp/GenKey.c
    U XF4/xc/lib/Xdmcp/Imakefile
    U XF4/xc/lib/Xdmcp/RA16.c
    U XF4/xc/lib/Xdmcp/IncKey.c
    U XF4/xc/lib/Xdmcp/RA32.c
    U XF4/xc/lib/Xdmcp/RA8.c
    U XF4/xc/lib/Xdmcp/RAofA8.c
    U XF4/xc/lib/Xdmcp/RC16.c
    U XF4/xc/lib/Xdmcp/RC32.c
    U XF4/xc/lib/Xdmcp/RC8.c
    U XF4/xc/lib/Xdmcp/RHead.c
    U XF4/xc/lib/Xdmcp/RR.c
    U XF4/xc/lib/Xdmcp/RaA16.c
    U XF4/xc/lib/Xdmcp/RaA32.c
    U XF4/xc/lib/Xdmcp/RaA8.c
    U XF4/xc/lib/Xdmcp/RaAoA8.c
    U XF4/xc/lib/Xdmcp/Unwrap.c
    U XF4/xc/lib/Xdmcp/WA16.c
    U XF4/xc/lib/Xdmcp/WA32.c
    U XF4/xc/lib/Xdmcp/WA8.c
    U XF4/xc/lib/Xdmcp/WAofA8.c
    U XF4/xc/lib/Xdmcp/WC16.c
    U XF4/xc/lib/Xdmcp/WC32.c
    U XF4/xc/lib/Xdmcp/WC8.c
    U XF4/xc/lib/Xdmcp/Whead.c
    U XF4/xc/lib/Xdmcp/Wrap.c
    U XF4/xc/lib/Xdmcp/Wrap.h
    U XF4/xc/lib/Xdmcp/Xdmcp.h
    U XF4/xc/lib/Xext/DPMS.c
    U XF4/xc/lib/Xext/Imakefile
    U XF4/xc/lib/Xext/MITMisc.c
    U XF4/xc/lib/Xext/XAppgroup.c
    U XF4/xc/lib/Xext/XEVI.c
    U XF4/xc/lib/Xext/XLbx.c
    U XF4/xc/lib/Xext/XMultibuf.c
    U XF4/xc/lib/Xext/XSecurity.c
    U XF4/xc/lib/Xext/XShape.c
    U XF4/xc/lib/Xext/XShm.c
    U XF4/xc/lib/Xext/XSync.c
    U XF4/xc/lib/Xext/XTestExt1.c
    U XF4/xc/lib/Xext/Xcup.c
    U XF4/xc/lib/Xext/Xdbe.c
    U XF4/xc/lib/Xext/Xext-def.cpp
    U XF4/xc/lib/Xext/Xextos2.def
    U XF4/xc/lib/Xext/Xextos2.rsp
    U XF4/xc/lib/Xext/extutil.c
    U XF4/xc/lib/Xext/globals.c
    U XF4/xc/lib/Xfontcache/FontCache.c
    U XF4/xc/lib/Xfontcache/Imakefile
    U XF4/xc/lib/Xft/Imakefile
    U XF4/xc/lib/Xft/Xft-def.cpp
    U XF4/xc/lib/Xft/Xft.h
    U XF4/xc/lib/Xft/Xft.man
    U XF4/xc/lib/Xft/XftConfig.cpp
    U XF4/xc/lib/Xft/XftFreetype.h
    U XF4/xc/lib/Xft/xftcache.c
    U XF4/xc/lib/Xft/xftcfg.c
    U XF4/xc/lib/Xft/xftcolor.c
    U XF4/xc/lib/Xft/xftcore.c
    U XF4/xc/lib/Xft/xftdbg.c
    U XF4/xc/lib/Xft/xftdir.c
    U XF4/xc/lib/Xft/xftdpy.c
    U XF4/xc/lib/Xft/xftdraw.c
    U XF4/xc/lib/Xft/xftextent.c
    U XF4/xc/lib/Xft/xftfont.c
    U XF4/xc/lib/Xft/xftfreetype.c
    U XF4/xc/lib/Xft/xftfs.c
    U XF4/xc/lib/Xft/xftglyphs.c
    U XF4/xc/lib/Xft/xftgram.y
    U XF4/xc/lib/Xft/xftinit.c
    U XF4/xc/lib/Xft/xftint.h
    U XF4/xc/lib/Xft/xftlex.l
    U XF4/xc/lib/Xft/xftlist.c
    U XF4/xc/lib/Xft/xftmatch.c
    U XF4/xc/lib/Xft/xftmatrix.c
    U XF4/xc/lib/Xft/xftname.c
    U XF4/xc/lib/Xft/xftpat.c
    U XF4/xc/lib/Xft/xftrender.c
    U XF4/xc/lib/Xft/xftstr.c
    U XF4/xc/lib/Xft/xftxlfd.c
    U XF4/xc/lib/Xi/Imakefile
    U XF4/xc/lib/Xi/XAllowDv.c
    U XF4/xc/lib/Xi/XChgDCtl.c
    U XF4/xc/lib/Xi/XChgFCtl.c
    U XF4/xc/lib/Xi/XChgKMap.c
    U XF4/xc/lib/Xi/XChgKbd.c
    U XF4/xc/lib/Xi/XChgPnt.c
    U XF4/xc/lib/Xi/XChgProp.c
    U XF4/xc/lib/Xi/XCloseDev.c
    U XF4/xc/lib/Xi/XDevBell.c
    U XF4/xc/lib/Xi/XExtInt.c
    U XF4/xc/lib/Xi/XExtToWire.c
    U XF4/xc/lib/Xi/XFreeLst.c
    U XF4/xc/lib/Xi/XGMotion.c
    U XF4/xc/lib/Xi/XGetBMap.c
    U XF4/xc/lib/Xi/XGetDCtl.c
    U XF4/xc/lib/Xi/XGetFCtl.c
    U XF4/xc/lib/Xi/XGetKMap.c
    U XF4/xc/lib/Xi/XGetMMap.c
    U XF4/xc/lib/Xi/XGetProp.c
    U XF4/xc/lib/Xi/XGetVers.c
    U XF4/xc/lib/Xi/XGrDvBut.c
    U XF4/xc/lib/Xi/XGrDvKey.c
    U XF4/xc/lib/Xi/XGrabDev.c
    U XF4/xc/lib/Xi/XGtFocus.c
    U XF4/xc/lib/Xi/XGtSelect.c
    U XF4/xc/lib/Xi/XIint.h
    U XF4/xc/lib/Xi/XListDev.c
    U XF4/xc/lib/Xi/XOpenDev.c
    U XF4/xc/lib/Xi/XQueryDv.c
    U XF4/xc/lib/Xi/XSelect.c
    U XF4/xc/lib/Xi/XSetBMap.c
    U XF4/xc/lib/Xi/XSetDVal.c
    U XF4/xc/lib/Xi/XSetMMap.c
    U XF4/xc/lib/Xi/XSetMode.c
    U XF4/xc/lib/Xi/XSndExEv.c
    U XF4/xc/lib/Xi/XStFocus.c
    U XF4/xc/lib/Xi/XUngrDev.c
    U XF4/xc/lib/Xi/XUngrDvB.c
    U XF4/xc/lib/Xi/XUngrDvK.c
    U XF4/xc/lib/Xi/Xi-def.cpp
    U XF4/xc/lib/Xi/Xios2.def
    U XF4/xc/lib/Xi/Xios2.rsp
    U XF4/xc/lib/Xinerama/Imakefile
    U XF4/xc/lib/Xinerama/Xinerama.c
    U XF4/xc/lib/Xmu/AllCmap.c
    U XF4/xc/lib/Xmu/Atoms.c
    U XF4/xc/lib/Xmu/Atoms.h
    U XF4/xc/lib/Xmu/CharSet.h
    U XF4/xc/lib/Xmu/ClientWin.c
    U XF4/xc/lib/Xmu/Clip.c
    U XF4/xc/lib/Xmu/CloseHook.c
    U XF4/xc/lib/Xmu/CloseHook.h
    U XF4/xc/lib/Xmu/CmapAlloc.c
    U XF4/xc/lib/Xmu/Converters.h
    U XF4/xc/lib/Xmu/CrCmap.c
    U XF4/xc/lib/Xmu/CrPixFBit.c
    U XF4/xc/lib/Xmu/CurUtil.h
    U XF4/xc/lib/Xmu/CursorName.c
    U XF4/xc/lib/Xmu/CvtCache.c
    U XF4/xc/lib/Xmu/CvtCache.h
    U XF4/xc/lib/Xmu/CvtStdSel.c
    U XF4/xc/lib/Xmu/DefErrMsg.c
    U XF4/xc/lib/Xmu/DelCmap.c
    U XF4/xc/lib/Xmu/DisplayQue.c
    U XF4/xc/lib/Xmu/DisplayQue.h
    U XF4/xc/lib/Xmu/Distinct.c
    U XF4/xc/lib/Xmu/DrRndRect.c
    U XF4/xc/lib/Xmu/DrawLogo.c
    U XF4/xc/lib/Xmu/Drawing.h
    U XF4/xc/lib/Xmu/Editres.h
    U XF4/xc/lib/Xmu/EditresCom.c
    U XF4/xc/lib/Xmu/EditresP.h
    U XF4/xc/lib/Xmu/Error.h
    U XF4/xc/lib/Xmu/ExtAgent.c
    U XF4/xc/lib/Xmu/ExtAgent.h
    U XF4/xc/lib/Xmu/FToCback.c
    U XF4/xc/lib/Xmu/GetHost.c
    U XF4/xc/lib/Xmu/Imakefile
    U XF4/xc/lib/Xmu/GrayPixmap.c
    U XF4/xc/lib/Xmu/Initer.c
    U XF4/xc/lib/Xmu/Initer.h
    U XF4/xc/lib/Xmu/LocBitmap.c
    U XF4/xc/lib/Xmu/Lookup.c
    U XF4/xc/lib/Xmu/Lookup.h
    U XF4/xc/lib/Xmu/LookupCmap.c
    U XF4/xc/lib/Xmu/Lower.c
    U XF4/xc/lib/Xmu/Misc.h
    U XF4/xc/lib/Xmu/README
    U XF4/xc/lib/Xmu/RdBitF.c
    U XF4/xc/lib/Xmu/ScrOfWin.c
    U XF4/xc/lib/Xmu/ShapeWidg.c
    U XF4/xc/lib/Xmu/StdCmap.c
    U XF4/xc/lib/Xmu/StdCmap.h
    U XF4/xc/lib/Xmu/Xct.c
    U XF4/xc/lib/Xmu/StdSel.h
    U XF4/xc/lib/Xmu/StrToBS.c
    U XF4/xc/lib/Xmu/StrToBmap.c
    U XF4/xc/lib/Xmu/StrToCurs.c
    U XF4/xc/lib/Xmu/StrToGrav.c
    U XF4/xc/lib/Xmu/StrToJust.c
    U XF4/xc/lib/Xmu/StrToLong.c
    U XF4/xc/lib/Xmu/StrToOrnt.c
    U XF4/xc/lib/Xmu/StrToShap.c
    U XF4/xc/lib/Xmu/StrToWidg.c
    U XF4/xc/lib/Xmu/SysUtil.h
    U XF4/xc/lib/Xmu/UpdMapHint.c
    U XF4/xc/lib/Xmu/VisCmap.c
    U XF4/xc/lib/Xmu/WhitePoint.h
    U XF4/xc/lib/Xmu/WidgetNode.c
    U XF4/xc/lib/Xmu/WidgetNode.h
    U XF4/xc/lib/Xmu/WinUtil.h
    U XF4/xc/lib/Xmu/Xct.h
    U XF4/xc/lib/Xmu/Xmu-def.cpp
    U XF4/xc/lib/Xmu/Xmu.h
    U XF4/xc/lib/Xmu/Xmuos2.def
    U XF4/xc/lib/Xmu/Xmuos2.rsp
    U XF4/xc/lib/Xmu/sharedlib.c
    U XF4/xc/lib/Xmuu/Imakefile
    U XF4/xc/lib/Xmuu/Xmuu-def.cpp
    U XF4/xc/lib/Xp/Imakefile
    U XF4/xc/lib/Xp/Xp-def.cpp
    U XF4/xc/lib/Xp/XpAttr.c
    U XF4/xc/lib/Xp/XpContext.c
    U XF4/xc/lib/Xp/XpDoc.c
    U XF4/xc/lib/Xp/XpExtUtil.c
    U XF4/xc/lib/Xp/XpExtUtil.h
    U XF4/xc/lib/Xp/XpExtVer.c
    U XF4/xc/lib/Xp/XpGetData.c
    U XF4/xc/lib/Xp/XpImageRes.c
    U XF4/xc/lib/Xp/XpInput.c
    U XF4/xc/lib/Xp/XpJob.c
    U XF4/xc/lib/Xp/XpLocale.c
    U XF4/xc/lib/Xp/XpNotifyPdm.c
    U XF4/xc/lib/Xp/XpPage.c
    U XF4/xc/lib/Xp/XpPageDim.c
    U XF4/xc/lib/Xp/XpPrinter.c
    U XF4/xc/lib/Xp/XpPutData.c
    U XF4/xc/lib/Xp/XpScreens.c
    U XF4/xc/lib/Xp/Xpos2.def
    U XF4/xc/lib/Xp/Xpos2.rsp
    U XF4/xc/lib/Xpm/Imakefile
    U XF4/xc/lib/Xpm/Xpm-def.cpp
    U XF4/xc/lib/Xpm/Xpmos2.def
    U XF4/xc/lib/Xpm/Xpmos2.rsp
    U XF4/xc/lib/Xrandr/Imakefile
    U XF4/xc/lib/Xrandr/Xrandr-def.cpp
    U XF4/xc/lib/Xrandr/Xrandr.c
    U XF4/xc/lib/Xrandr/Xrandr.h
    U XF4/xc/lib/Xrandr/Xrandrint.h
    U XF4/xc/lib/Xrandr/test.c
    U XF4/xc/lib/Xrender/Composite.c
    U XF4/xc/lib/Xrender/FillRect.c
    U XF4/xc/lib/Xrender/FillRects.c
    U XF4/xc/lib/Xrender/Glyph.c
    U XF4/xc/lib/Xrender/Imakefile
    U XF4/xc/lib/Xrender/Picture.c
    U XF4/xc/lib/Xrender/Xrender-def.cpp
    U XF4/xc/lib/Xrender/Xrender.c
    U XF4/xc/lib/Xrender/Xrender.h
    U XF4/xc/lib/Xrender/Xrenderint.h
    U XF4/xc/lib/Xss/Imakefile
    U XF4/xc/lib/Xss/XScrnSaver.c
    U XF4/xc/lib/Xss/Xss-def.cpp
    U XF4/xc/lib/Xss/Xssos2.def
    U XF4/xc/lib/Xss/Xssos2.rsp
    U XF4/xc/lib/Xt/ActionHook.c
    U XF4/xc/lib/Xt/Alloc.c
    U XF4/xc/lib/Xt/ArgList.c
    U XF4/xc/lib/Xt/Callback.c
    U XF4/xc/lib/Xt/CallbackI.h
    U XF4/xc/lib/Xt/ClickTime.c
    U XF4/xc/lib/Xt/Composite.c
    U XF4/xc/lib/Xt/Composite.h
    U XF4/xc/lib/Xt/CompositeP.h
    U XF4/xc/lib/Xt/ConstrainP.h
    U XF4/xc/lib/Xt/Constraint.c
    U XF4/xc/lib/Xt/Constraint.h
    U XF4/xc/lib/Xt/Convert.c
    U XF4/xc/lib/Xt/ConvertI.h
    U XF4/xc/lib/Xt/Converters.c
    U XF4/xc/lib/Xt/Core.c
    U XF4/xc/lib/Xt/Core.h
    U XF4/xc/lib/Xt/CoreP.h
    U XF4/xc/lib/Xt/Create.c
    U XF4/xc/lib/Xt/CreateI.h
    U XF4/xc/lib/Xt/Destroy.c
    U XF4/xc/lib/Xt/Display.c
    U XF4/xc/lib/Xt/Error.c
    U XF4/xc/lib/Xt/Event.c
    U XF4/xc/lib/Xt/EventI.h
    U XF4/xc/lib/Xt/EventUtil.c
    U XF4/xc/lib/Xt/Functions.c
    U XF4/xc/lib/Xt/GCManager.c
    U XF4/xc/lib/Xt/Geometry.c
    U XF4/xc/lib/Xt/GetActKey.c
    U XF4/xc/lib/Xt/GetResList.c
    U XF4/xc/lib/Xt/GetValues.c
    U XF4/xc/lib/Xt/HookObj.c
    U XF4/xc/lib/Xt/Hooks.c
    U XF4/xc/lib/Xt/HookObjI.h
    U XF4/xc/lib/Xt/Imakefile
    U XF4/xc/lib/Xt/InitialI.h
    U XF4/xc/lib/Xt/Initialize.c
    U XF4/xc/lib/Xt/Intrinsic.c
    U XF4/xc/lib/Xt/Intrinsic.h
    U XF4/xc/lib/Xt/IntrinsicI.h
    U XF4/xc/lib/Xt/IntrinsicP.h
    U XF4/xc/lib/Xt/Keyboard.c
    U XF4/xc/lib/Xt/Manage.c
    U XF4/xc/lib/Xt/NextEvent.c
    U XF4/xc/lib/Xt/Object.c
    U XF4/xc/lib/Xt/Object.h
    U XF4/xc/lib/Xt/ObjectP.h
    U XF4/xc/lib/Xt/Pointer.c
    U XF4/xc/lib/Xt/PassivGraI.h
    U XF4/xc/lib/Xt/PassivGrab.c
    U XF4/xc/lib/Xt/Popup.c
    U XF4/xc/lib/Xt/PopupCB.c
    U XF4/xc/lib/Xt/RectObj.c
    U XF4/xc/lib/Xt/RectObj.h
    U XF4/xc/lib/Xt/RectObjP.h
    U XF4/xc/lib/Xt/ResConfig.c
    U XF4/xc/lib/Xt/ResConfigP.h
    U XF4/xc/lib/Xt/ResourceI.h
    U XF4/xc/lib/Xt/Resources.c
    U XF4/xc/lib/Xt/Selection.c
    U XF4/xc/lib/Xt/SelectionI.h
    U XF4/xc/lib/Xt/SetSens.c
    U XF4/xc/lib/Xt/SetValues.c
    U XF4/xc/lib/Xt/SetWMCW.c
    U XF4/xc/lib/Xt/Shell.c
    U XF4/xc/lib/Xt/ShellI.h
    U XF4/xc/lib/Xt/ShellP.h
    U XF4/xc/lib/Xt/TMaction.c
    U XF4/xc/lib/Xt/TMgrab.c
    U XF4/xc/lib/Xt/TMkey.c
    U XF4/xc/lib/Xt/TMparse.c
    U XF4/xc/lib/Xt/TMprint.c
    U XF4/xc/lib/Xt/TMstate.c
    U XF4/xc/lib/Xt/Threads.c
    U XF4/xc/lib/Xt/ThreadsI.h
    U XF4/xc/lib/Xt/TranslateI.h
    U XF4/xc/lib/Xt/VarCreate.c
    U XF4/xc/lib/Xt/VarGet.c
    U XF4/xc/lib/Xt/Varargs.c
    U XF4/xc/lib/Xt/VarargsI.h
    U XF4/xc/lib/Xt/Vendor.c
    U XF4/xc/lib/Xt/Vendor.h
    U XF4/xc/lib/Xt/VendorP.h
    U XF4/xc/lib/Xt/Xt-def.cpp
    U XF4/xc/lib/Xt/Xtos.h
    U XF4/xc/lib/Xt/Xtos2.def
    U XF4/xc/lib/Xt/Xtos2.rsp
    U XF4/xc/lib/Xt/jump_funcs
    U XF4/xc/lib/Xt/jump_ignore
    U XF4/xc/lib/Xt/jump_vars
    U XF4/xc/lib/Xt/libXt.elist
    U XF4/xc/lib/Xt/sharedlib.c
    U XF4/xc/lib/Xt/util/Shell.ht
    U XF4/xc/lib/Xt/util/StrDefs.ct
    U XF4/xc/lib/Xt/util/StrDefs.ht
    U XF4/xc/lib/Xt/util/string.list
    U XF4/xc/lib/Xtst/Imakefile
    U XF4/xc/lib/Xtst/XRecord.c
    U XF4/xc/lib/Xtst/XTest.c
    U XF4/xc/lib/Xtst/Xtst-def.cpp
    U XF4/xc/lib/Xtst/Xtstos2.def
    U XF4/xc/lib/Xtst/Xtstos2.rsp
    U XF4/xc/lib/Xv/Imakefile
    U XF4/xc/lib/Xv/Xv.c
    U XF4/xc/lib/Xv/Xvlibint.h
    U XF4/xc/lib/XvMC/Imakefile
    U XF4/xc/lib/XvMC/XvMC.c
    U XF4/xc/lib/XvMC/XvMClibint.h
    U XF4/xc/lib/XvMC/hw/i810/I810XvMC.c
    U XF4/xc/lib/XvMC/hw/i810/I810XvMC.h
    U XF4/xc/lib/XvMC/hw/i810/Imakefile
    U XF4/xc/lib/Xxf86vm/Imakefile
    U XF4/xc/lib/Xxf86vm/XF86VMode.c
    U XF4/xc/lib/Xxf86vm/Xxf86vm-def.cpp
    U XF4/xc/lib/Xxf86vm/Xxf86vmos2.def
    U XF4/xc/lib/Xxf86vm/Xxf86vmos2.rsp
    U XF4/xc/lib/Xxf86dga/Imakefile
    U XF4/xc/lib/Xxf86dga/XF86DGA.c
    U XF4/xc/lib/Xxf86dga/XF86DGA2.c
    U XF4/xc/lib/Xxf86dga/Xxf86dga-def.cpp
    U XF4/xc/lib/Xxf86dga/Xxf86dgaos2.def
    U XF4/xc/lib/Xxf86dga/Xxf86dgaos2.rsp
    U XF4/xc/lib/Xxf86misc/Imakefile
    U XF4/xc/lib/Xxf86misc/XF86Misc.c
    U XF4/xc/lib/Xxf86misc/Xxf86misc-def.cpp
    U XF4/xc/lib/Xxf86misc/Xxf86miscos2.def
    U XF4/xc/lib/Xxf86misc/Xxf86miscos2.rsp
    U XF4/xc/lib/Xxf86rush/Imakefile
    U XF4/xc/lib/Xxf86rush/XF86Rush.c
    U XF4/xc/lib/dps/DPSCAP.h
    U XF4/xc/lib/dps/DPSCAPClient.h
    U XF4/xc/lib/dps/DPSCAPproto.h
    U XF4/xc/lib/dps/Imakefile
    U XF4/xc/lib/dps/XDPS.c
    U XF4/xc/lib/dps/Xlibnet.h
    U XF4/xc/lib/dps/Xstreams.h
    U XF4/xc/lib/dps/csconndi.c
    U XF4/xc/lib/dps/csfindNX.c
    U XF4/xc/lib/dps/csfindNX.h
    U XF4/xc/lib/dps/cslibext.c
    U XF4/xc/lib/dps/cslibint.c
    U XF4/xc/lib/dps/cslibint.h
    U XF4/xc/lib/dps/csopendi.c
    U XF4/xc/lib/dps/csstartNX.c
    U XF4/xc/lib/dps/csstartNX.h
    U XF4/xc/lib/dps/dps-def.cpp
    U XF4/xc/lib/dps/dpsNXprops.h
    U XF4/xc/lib/dps/dpsXclient.c
    U XF4/xc/lib/dps/dpsXcmu.c
    U XF4/xc/lib/dps/dpsXint.h
    U XF4/xc/lib/dps/dpsXops.psw
    U XF4/xc/lib/dps/dpsXpriv.c
    U XF4/xc/lib/dps/dpsXpriv.h
    U XF4/xc/lib/dps/dpsXtdisp.c
    U XF4/xc/lib/dps/dpsabbrev.c
    U XF4/xc/lib/dps/dpsassert.h
    U XF4/xc/lib/dps/dpsclient.c
    U XF4/xc/lib/dps/dpsclrops.psw
    U XF4/xc/lib/dps/dpsctrlops.psw
    U XF4/xc/lib/dps/dpsctxtops.psw
    U XF4/xc/lib/dps/dpsdataops.psw
    U XF4/xc/lib/dps/dpsdict.c
    U XF4/xc/lib/dps/dpsdict.h
    U XF4/xc/lib/dps/dpsendif.txt
    U XF4/xc/lib/dps/dpsexcept.c
    U XF4/xc/lib/dps/dpsfontops.psw
    U XF4/xc/lib/dps/dpsgsttops.psw
    U XF4/xc/lib/dps/dpsifdef.txt
    U XF4/xc/lib/dps/dpsint.h
    U XF4/xc/lib/dps/dpsioops.psw
    U XF4/xc/lib/dps/dpsl2ops.psw
    U XF4/xc/lib/dps/dpsmathops.psw
    U XF4/xc/lib/dps/dpsmiscops.psw
    U XF4/xc/lib/dps/dpsmtrxops.psw
    U XF4/xc/lib/dps/dpsname.txt
    U XF4/xc/lib/dps/dpsops.h.os2
    U XF4/xc/lib/dps/dpsopstack.psw
    U XF4/xc/lib/dps/dpsos2.def
    U XF4/xc/lib/dps/dpsos2.rsp
    U XF4/xc/lib/dps/dpspathops.psw
    U XF4/xc/lib/dps/dpspntops.psw
    U XF4/xc/lib/dps/dpsprintf.c
    U XF4/xc/lib/dps/dpsprivate.h
    U XF4/xc/lib/dps/dpssimpint.h
    U XF4/xc/lib/dps/dpssysnames.c
    U XF4/xc/lib/dps/dpssysops.psw
    U XF4/xc/lib/dps/dpswinops.psw
    U XF4/xc/lib/dps/else.txt
    U XF4/xc/lib/dps/genheader.cmd
    U XF4/xc/lib/dps/header.txt
    U XF4/xc/lib/dps/psXops.psw
    U XF4/xc/lib/dps/psclrops.psw
    U XF4/xc/lib/dps/psctrlops.psw
    U XF4/xc/lib/dps/psctxtops.psw
    U XF4/xc/lib/dps/psdataops.psw
    U XF4/xc/lib/dps/psendif.txt
    U XF4/xc/lib/dps/psfontops.psw
    U XF4/xc/lib/dps/psgsttops.psw
    U XF4/xc/lib/dps/psifdef.txt
    U XF4/xc/lib/dps/psioops.psw
    U XF4/xc/lib/dps/psl2ops.psw
    U XF4/xc/lib/dps/psmathops.psw
    U XF4/xc/lib/dps/psmiscops.psw
    U XF4/xc/lib/dps/psmtrxops.psw
    U XF4/xc/lib/dps/psname.txt
    U XF4/xc/lib/dps/psops.h.os2
    U XF4/xc/lib/dps/psopstack.psw
    U XF4/xc/lib/dps/pspathops.psw
    U XF4/xc/lib/dps/pspntops.psw
    U XF4/xc/lib/dps/pssysops.psw
    U XF4/xc/lib/dps/pswinops.psw
    U XF4/xc/lib/dps/publictypes.h
    U XF4/xc/lib/dpstk/CSBwraps.psw
    U XF4/xc/lib/dpstk/ColorSB.c
    U XF4/xc/lib/dpstk/ColorSelect.ad
    U XF4/xc/lib/dpstk/DPSScrollW.c
    U XF4/xc/lib/dpstk/DSWwraps.psw
    U XF4/xc/lib/dpstk/FSBwraps.psw
    U XF4/xc/lib/dpstk/FontCreato.c
    U XF4/xc/lib/dpstk/FontSB.c
    U XF4/xc/lib/dpstk/FontSBI.h
    U XF4/xc/lib/dpstk/FontSample.c
    U XF4/xc/lib/dpstk/FontSelect.ad
    U XF4/xc/lib/dpstk/Imakefile
    U XF4/xc/lib/dpstk/XDPSpreview.c
    U XF4/xc/lib/dpstk/XDPSpwraps.psw
    U XF4/xc/lib/dpstk/XDPSshare.c
    U XF4/xc/lib/dpstk/XDPSswraps.psw
    U XF4/xc/lib/dpstk/XDPSuserpath.c
    U XF4/xc/lib/dpstk/dpsXcommonI.h
    U XF4/xc/lib/dpstk/dpstk-def.cpp
    U XF4/xc/lib/dpstk/dpstkos2.def
    U XF4/xc/lib/dpstk/dpstkos2.rsp
    U XF4/xc/lib/dpstk/eyedrop16.xbm
    U XF4/xc/lib/dpstk/eyedrop32.xbm
    U XF4/xc/lib/dpstk/eyedropmask16.xbm
    U XF4/xc/lib/dpstk/eyedropmask32.xbm
    U XF4/xc/lib/dpstk/heyedrop.xbm
    U XF4/xc/lib/dpstk/square.xbm
    U XF4/xc/lib/dpstk/squaremask.xbm
    U XF4/xc/lib/font/Imakefile
    U XF4/xc/lib/font/FreeType/Imakefile
    U XF4/xc/lib/font/FreeType/ft.h
    U XF4/xc/lib/font/FreeType/ft_conf.h
    U XF4/xc/lib/font/FreeType/ftenc.c
    U XF4/xc/lib/font/FreeType/ftfuncs.c
    U XF4/xc/lib/font/FreeType/ftfuncs.h
    U XF4/xc/lib/font/FreeType/ftutil.c
    U XF4/xc/lib/font/FreeType/module/Imakefile
    U XF4/xc/lib/font/FreeType/module/ftmodule.c
    U XF4/xc/lib/font/Speedo/Imakefile
    U XF4/xc/lib/font/Speedo/adobe-iso.h
    U XF4/xc/lib/font/Speedo/bics-iso.h
    U XF4/xc/lib/font/Speedo/bics-unicode.c
    U XF4/xc/lib/font/Speedo/bics-unicode.h
    U XF4/xc/lib/font/Speedo/do_char.c
    U XF4/xc/lib/font/Speedo/do_trns.c
    U XF4/xc/lib/font/Speedo/htest.c
    U XF4/xc/lib/font/Speedo/iface.c
    U XF4/xc/lib/font/Speedo/keys.h
    U XF4/xc/lib/font/Speedo/nsample.c
    U XF4/xc/lib/font/Speedo/out_bl2d.c
    U XF4/xc/lib/font/Speedo/out_blk.c
    U XF4/xc/lib/font/Speedo/out_outl.c
    U XF4/xc/lib/font/Speedo/out_scrn.c
    U XF4/xc/lib/font/Speedo/out_util.c
    U XF4/xc/lib/font/Speedo/reset.c
    U XF4/xc/lib/font/Speedo/set_spcs.c
    U XF4/xc/lib/font/Speedo/set_trns.c
    U XF4/xc/lib/font/Speedo/spdo_prv.h
    U XF4/xc/lib/font/Speedo/speedo.h
    U XF4/xc/lib/font/Speedo/spencode.c
    U XF4/xc/lib/font/Speedo/sperr.c
    U XF4/xc/lib/font/Speedo/spfile.c
    U XF4/xc/lib/font/Speedo/spfont.c
    U XF4/xc/lib/font/Speedo/spfuncs.c
    U XF4/xc/lib/font/Speedo/spglyph.c
    U XF4/xc/lib/font/Speedo/spinfo.c
    U XF4/xc/lib/font/Speedo/spint.h
    U XF4/xc/lib/font/Speedo/sptobdf.c
    U XF4/xc/lib/font/Speedo/useropt.h
    U XF4/xc/lib/font/Speedo/module/Imakefile
    U XF4/xc/lib/font/Speedo/module/speedomod.c
    U XF4/xc/lib/font/Type1/AFM.h
    U XF4/xc/lib/font/Type1/Imakefile
    U XF4/xc/lib/font/Type1/afm.c
    U XF4/xc/lib/font/Type1/arith.c
    U XF4/xc/lib/font/Type1/arith.h
    U XF4/xc/lib/font/Type1/blues.h
    U XF4/xc/lib/font/Type1/cidchar.c
    U XF4/xc/lib/font/Type1/cluts.h
    U XF4/xc/lib/font/Type1/curves.c
    U XF4/xc/lib/font/Type1/curves.h
    U XF4/xc/lib/font/Type1/digit.h
    U XF4/xc/lib/font/Type1/fontfcn.c
    U XF4/xc/lib/font/Type1/fontfcn.h
    U XF4/xc/lib/font/Type1/fonts.h
    U XF4/xc/lib/font/Type1/hdigit.h
    U XF4/xc/lib/font/Type1/hints.c
    U XF4/xc/lib/font/Type1/hints.h
    U XF4/xc/lib/font/Type1/lines.c
    U XF4/xc/lib/font/Type1/lines.h
    U XF4/xc/lib/font/Type1/minimain.c
    U XF4/xc/lib/font/Type1/objects.c
    U XF4/xc/lib/font/Type1/objects.h
    U XF4/xc/lib/font/Type1/paths.c
    U XF4/xc/lib/font/Type1/paths.h
    U XF4/xc/lib/font/Type1/pictures.h
    U XF4/xc/lib/font/Type1/range.h
    U XF4/xc/lib/font/Type1/regions.c
    U XF4/xc/lib/font/Type1/regions.h
    U XF4/xc/lib/font/Type1/scanfont.c
    U XF4/xc/lib/font/Type1/spaces.c
    U XF4/xc/lib/font/Type1/spaces.h
    U XF4/xc/lib/font/Type1/strokes.h
    U XF4/xc/lib/font/Type1/t1funcs.c
    U XF4/xc/lib/font/Type1/t1hdigit.h
    U XF4/xc/lib/font/Type1/t1imager.h
    U XF4/xc/lib/font/Type1/t1info.c
    U XF4/xc/lib/font/Type1/t1intf.h
    U XF4/xc/lib/font/Type1/t1io.c
    U XF4/xc/lib/font/Type1/t1malloc.c
    U XF4/xc/lib/font/Type1/t1snap.c
    U XF4/xc/lib/font/Type1/t1stdio.h
    U XF4/xc/lib/font/Type1/t1stub.c
    U XF4/xc/lib/font/Type1/t1test.c
    U XF4/xc/lib/font/Type1/t1unicode.c
    U XF4/xc/lib/font/Type1/t1unicode.h
    U XF4/xc/lib/font/Type1/token.c
    U XF4/xc/lib/font/Type1/token.h
    U XF4/xc/lib/font/Type1/tokst.h
    U XF4/xc/lib/font/Type1/trig.h
    U XF4/xc/lib/font/Type1/type1.c
    U XF4/xc/lib/font/Type1/util.c
    U XF4/xc/lib/font/Type1/util.h
    U XF4/xc/lib/font/Type1/module/Imakefile
    U XF4/xc/lib/font/Type1/module/type1mod.c
    U XF4/xc/lib/font/X-TrueType/Imakefile
    U XF4/xc/lib/font/X-TrueType/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/cconvversion.h
    U XF4/xc/lib/font/X-TrueType/ARABIC/Imakefile
    U XF4/xc/lib/font/X-TrueType/ARABIC/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ARABIC/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ARMSCII8/Imakefile
    U XF4/xc/lib/font/X-TrueType/ARMSCII8/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ARMSCII8/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/BIG5/Imakefile
    U XF4/xc/lib/font/X-TrueType/BIG5/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/BIG5/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/BIG5HKSCS/Imakefile
    U XF4/xc/lib/font/X-TrueType/BIG5HKSCS/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/BIG5HKSCS/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/DOSENCODING/Imakefile
    U XF4/xc/lib/font/X-TrueType/DOSENCODING/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/DOSENCODING/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/GB2312/Imakefile
    U XF4/xc/lib/font/X-TrueType/GB2312/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/GB2312/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/GBK/Imakefile
    U XF4/xc/lib/font/X-TrueType/GBK/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/GBK/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/GEORGIAN/Imakefile
    U XF4/xc/lib/font/X-TrueType/GEORGIAN/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/GEORGIAN/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.1/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.1/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.1/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.10/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.10/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.10/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.11/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.11/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.11/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.14/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.14/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.14/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.15/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.15/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.15/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.2/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.2/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.2/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.3/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.3/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.3/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.4/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.4/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.4/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.5/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.5/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.5/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.6/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.6/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.6/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.7/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.7/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.7/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.8/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.8/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.8/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.9/Imakefile
    U XF4/xc/lib/font/X-TrueType/ISO8859.9/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/ISO8859.9/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/JISX0201/Imakefile
    U XF4/xc/lib/font/X-TrueType/JISX0201/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/JISX0201/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/JISX0208/Imakefile
    U XF4/xc/lib/font/X-TrueType/JISX0208/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/JISX0208/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/JISX0212/Imakefile
    U XF4/xc/lib/font/X-TrueType/JISX0212/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/JISX0212/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/KOI8/Imakefile
    U XF4/xc/lib/font/X-TrueType/KOI8/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/KOI8/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/KSC5601/Imakefile
    U XF4/xc/lib/font/X-TrueType/KSC5601/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/KSC5601/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/KSCJOHAB/Imakefile
    U XF4/xc/lib/font/X-TrueType/KSCJOHAB/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/KSCJOHAB/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/MULEENCODING/Imakefile
    U XF4/xc/lib/font/X-TrueType/MULEENCODING/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/MULEENCODING/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/TCVN/Imakefile
    U XF4/xc/lib/font/X-TrueType/TCVN/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/TCVN/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/VISCII/Imakefile
    U XF4/xc/lib/font/X-TrueType/VISCII/Imakefile.inc
    U XF4/xc/lib/font/X-TrueType/VISCII/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/module/Imakefile
    U XF4/xc/lib/font/X-TrueType/module/xttmodule.c
    U XF4/xc/lib/font/bitmap/Imakefile
    U XF4/xc/lib/font/bitmap/bdfint.h
    U XF4/xc/lib/font/bitmap/bdfread.c
    U XF4/xc/lib/font/bitmap/bdfutils.c
    U XF4/xc/lib/font/bitmap/bitmap.c
    U XF4/xc/lib/font/bitmap/bitmapfunc.c
    U XF4/xc/lib/font/bitmap/bitmaputil.c
    U XF4/xc/lib/font/bitmap/bitscale.c
    U XF4/xc/lib/font/bitmap/fontink.c
    U XF4/xc/lib/font/bitmap/pcf.h
    U XF4/xc/lib/font/bitmap/pcfread.c
    U XF4/xc/lib/font/bitmap/pcfwrite.c
    U XF4/xc/lib/font/bitmap/snfread.c
    U XF4/xc/lib/font/bitmap/snfstr.h
    U XF4/xc/lib/font/bitmap/module/Imakefile
    U XF4/xc/lib/font/bitmap/module/bitmapmod.c
    U XF4/xc/lib/font/builtins/Imakefile
    U XF4/xc/lib/font/builtins/buildfont
    U XF4/xc/lib/font/builtins/builtin.h
    U XF4/xc/lib/font/builtins/dir.c
    U XF4/xc/lib/font/builtins/file.c
    U XF4/xc/lib/font/builtins/fonts.c
    U XF4/xc/lib/font/builtins/fpe.c
    U XF4/xc/lib/font/builtins/render.c
    U XF4/xc/lib/font/fc/Imakefile
    U XF4/xc/lib/font/fc/fsconvert.c
    U XF4/xc/lib/font/fc/fserve.c
    U XF4/xc/lib/font/fc/fserve.h
    U XF4/xc/lib/font/fc/fservestr.h
    U XF4/xc/lib/font/fc/fsio.c
    U XF4/xc/lib/font/fc/fsio.h
    U XF4/xc/lib/font/fc/fslibos.h
    U XF4/xc/lib/font/fontcache/Imakefile
    U XF4/xc/lib/font/fontcache/fcqueue.h
    U XF4/xc/lib/font/fontcache/fontcache.c
    U XF4/xc/lib/font/fontcache/fontcache.h
    U XF4/xc/lib/font/fontfile/Imakefile
    U XF4/xc/lib/font/fontfile/bitsource.c
    U XF4/xc/lib/font/fontfile/bufio.c
    U XF4/xc/lib/font/fontfile/decompress.c
    U XF4/xc/lib/font/fontfile/defaults.c
    U XF4/xc/lib/font/fontfile/dirfile.c
    U XF4/xc/lib/font/fontfile/encparse.c
    U XF4/xc/lib/font/fontfile/ffcheck.c
    U XF4/xc/lib/font/fontfile/fileio.c
    U XF4/xc/lib/font/fontfile/filewr.c
    U XF4/xc/lib/font/fontfile/fontdir.c
    U XF4/xc/lib/font/fontfile/fontenc.c
    U XF4/xc/lib/font/fontfile/fontencI.h
    U XF4/xc/lib/font/fontfile/fontencc.c
    U XF4/xc/lib/font/fontfile/fontfile.c
    U XF4/xc/lib/font/fontfile/fontscale.c
    U XF4/xc/lib/font/fontfile/gunzip.c
    U XF4/xc/lib/font/fontfile/printerfont.c
    U XF4/xc/lib/font/fontfile/register.c
    U XF4/xc/lib/font/fontfile/renderers.c
    U XF4/xc/lib/font/fontfile/module/Imakefile
    U XF4/xc/lib/font/include/bitmap.h
    U XF4/xc/lib/font/include/bufio.h
    U XF4/xc/lib/font/include/fntfil.h
    U XF4/xc/lib/font/include/fntfilio.h
    U XF4/xc/lib/font/include/fntfilst.h
    U XF4/xc/lib/font/include/fontenc.h
    U XF4/xc/lib/font/include/fontencc.h
    U XF4/xc/lib/font/include/fontmisc.h
    U XF4/xc/lib/font/include/fontmod.h
    U XF4/xc/lib/font/include/fontshow.h
    U XF4/xc/lib/font/include/fontutil.h
    U XF4/xc/lib/font/include/fontxlfd.h
    U XF4/xc/lib/font/stubs/Imakefile
    U XF4/xc/lib/font/stubs/cauthgen.c
    U XF4/xc/lib/font/stubs/csignal.c
    U XF4/xc/lib/font/stubs/delfntcid.c
    U XF4/xc/lib/font/stubs/errorf.c
    U XF4/xc/lib/font/stubs/fatalerror.c
    U XF4/xc/lib/font/stubs/findoldfnt.c
    U XF4/xc/lib/font/stubs/getcres.c
    U XF4/xc/lib/font/stubs/getdefptsize.c
    U XF4/xc/lib/font/stubs/getnewfntcid.c
    U XF4/xc/lib/font/stubs/gettime.c
    U XF4/xc/lib/font/stubs/initfshdl.c
    U XF4/xc/lib/font/stubs/regfpefunc.c
    U XF4/xc/lib/font/stubs/rmfshdl.c
    U XF4/xc/lib/font/stubs/servclient.c
    U XF4/xc/lib/font/stubs/setfntauth.c
    U XF4/xc/lib/font/stubs/stfntcfnt.c
    U XF4/xc/lib/font/stubs/stubs.h
    U XF4/xc/lib/font/stubs/xpstubs.c
    U XF4/xc/lib/font/util/Imakefile
    U XF4/xc/lib/font/util/atom.c
    U XF4/xc/lib/font/util/fontaccel.c
    U XF4/xc/lib/font/util/fontnames.c
    U XF4/xc/lib/font/util/fontutil.c
    U XF4/xc/lib/font/util/fontxlfd.c
    U XF4/xc/lib/font/util/format.c
    U XF4/xc/lib/font/util/miscutil.c
    U XF4/xc/lib/font/util/patcache.c
    U XF4/xc/lib/font/util/private.c
    U XF4/xc/lib/font/util/utilbitmap.c
    U XF4/xc/lib/fontenc/Imakefile
    U XF4/xc/lib/fontenc/fontenc-def.cpp
    U XF4/xc/lib/lbxutil/Imakefile
    U XF4/xc/lib/lbxutil/delta/Imakefile
    U XF4/xc/lib/lbxutil/delta/lbxdelta.c
    U XF4/xc/lib/lbxutil/image/Imakefile
    U XF4/xc/lib/lbxutil/image/dfaxg42d.c
    U XF4/xc/lib/lbxutil/image/dpackbits.c
    U XF4/xc/lib/lbxutil/image/efaxg42d.c
    U XF4/xc/lib/lbxutil/image/epackbits.c
    U XF4/xc/lib/lbxutil/image/lbxbwcodes.h
    U XF4/xc/lib/lbxutil/image/lbxfax.h
    U XF4/xc/lib/lbxutil/image/misc.c
    U XF4/xc/lib/lbxutil/image/mkg3states.c
    U XF4/xc/lib/lbxutil/lbx_zlib/Imakefile
    U XF4/xc/lib/lbxutil/lbx_zlib/lbx_zlib.c
    U XF4/xc/lib/lbxutil/lbx_zlib/lbx_zlib.h
    U XF4/xc/lib/lbxutil/lbx_zlib/lbx_zlib_io.c
    U XF4/xc/lib/lbxutil/lbx_zlib/reqstats.c
    U XF4/xc/lib/lbxutil/lbx_zlib/reqstats.h
    U XF4/xc/lib/freetype2/Imakefile
    U XF4/xc/lib/freetype2/freetype-def.cpp
    U XF4/xc/lib/freetype2/freetype/Imakefile
    U XF4/xc/lib/freetype2/freetype/cache/Imakefile
    U XF4/xc/lib/freetype2/freetype/config/Imakefile
    U XF4/xc/lib/freetype2/freetype/internal/Imakefile
    U XF4/xc/lib/misc/snprintf.c
    U XF4/xc/lib/misc/snprintf.h
    U XF4/xc/lib/oldX/Imakefile
    U XF4/xc/lib/oldX/X10.h
    U XF4/xc/lib/oldX/XCrAssoc.c
    U XF4/xc/lib/oldX/XDelAssoc.c
    U XF4/xc/lib/oldX/XDestAssoc.c
    U XF4/xc/lib/oldX/XDraw.c
    U XF4/xc/lib/oldX/XLookAssoc.c
    U XF4/xc/lib/oldX/XMakeAssoc.c
    U XF4/xc/lib/oldX/oldX-def.cpp
    U XF4/xc/lib/psres/Imakefile
    U XF4/xc/lib/psres/PSres.c
    U XF4/xc/lib/psres/psres-def.cpp
    U XF4/xc/lib/psres/psresos2.def
    U XF4/xc/lib/psres/psresos2.rsp
    U XF4/xc/lib/regex/Imakefile
    U XF4/xc/lib/xkbfile/Imakefile
    U XF4/xc/lib/xkbfile/XKBbells.h
    U XF4/xc/lib/xkbfile/XKBconfig.h
    U XF4/xc/lib/xkbfile/XKBfile.h
    U XF4/xc/lib/xkbfile/XKBfileInt.h
    U XF4/xc/lib/xkbfile/XKBrules.h
    U XF4/xc/lib/xkbfile/XKM.h
    U XF4/xc/lib/xkbfile/XKMformat.h
    U XF4/xc/lib/xkbfile/cout.c
    U XF4/xc/lib/xkbfile/magic
    U XF4/xc/lib/xkbfile/maprules.c
    U XF4/xc/lib/xkbfile/srvmisc.c
    U XF4/xc/lib/xkbfile/xkbatom.c
    U XF4/xc/lib/xkbfile/xkbbells.c
    U XF4/xc/lib/xkbfile/xkbconfig.c
    U XF4/xc/lib/xkbfile/xkbdraw.c
    U XF4/xc/lib/xkbfile/xkberrs.c
    U XF4/xc/lib/xkbfile/xkbmisc.c
    U XF4/xc/lib/xkbfile/xkbout.c
    U XF4/xc/lib/xkbfile/xkbtext.c
    U XF4/xc/lib/xkbfile/xkmout.c
    U XF4/xc/lib/xkbfile/xkmread.c
    U XF4/xc/lib/xkbui/Imakefile
    U XF4/xc/lib/xkbui/XKBui.c
    U XF4/xc/lib/xkbui/XKBui.h
    U XF4/xc/lib/xkbui/XKBuiPriv.h
    U XF4/xc/lib/xtrans/Imakefile
    U XF4/xc/lib/xtrans/Xtrans.c
    U XF4/xc/lib/xtrans/Xtrans.h
    U XF4/xc/lib/xtrans/Xtransdnet.c
    U XF4/xc/lib/xtrans/Xtransint.h
    U XF4/xc/lib/xtrans/Xtranslcl.c
    U XF4/xc/lib/xtrans/Xtransos2.c
    U XF4/xc/lib/xtrans/Xtranssock.c
    U XF4/xc/lib/xtrans/Xtranstli.c
    U XF4/xc/lib/xtrans/Xtransutil.c
    U XF4/xc/lib/xtrans/transport.c
    U XF4/xc/lib/zlib/Imakefile
    U XF4/xc/lib/zlib/README
    U XF4/xc/lib/zlib/adler32.c
    U XF4/xc/lib/zlib/compress.c
    U XF4/xc/lib/zlib/crc32.c
    U XF4/xc/lib/zlib/deflate.c
    U XF4/xc/lib/zlib/deflate.h
    U XF4/xc/lib/zlib/gzio.c
    U XF4/xc/lib/zlib/infblock.c
    U XF4/xc/lib/zlib/infblock.h
    U XF4/xc/lib/zlib/infcodes.c
    U XF4/xc/lib/zlib/infcodes.h
    U XF4/xc/lib/zlib/inffast.c
    U XF4/xc/lib/zlib/inffast.h
    U XF4/xc/lib/zlib/inflate.c
    U XF4/xc/lib/zlib/inftrees.c
    U XF4/xc/lib/zlib/inftrees.h
    U XF4/xc/lib/zlib/infutil.c
    U XF4/xc/lib/zlib/infutil.h
    U XF4/xc/lib/zlib/trees.c
    U XF4/xc/lib/zlib/trees.h
    U XF4/xc/lib/zlib/uncompr.c
    U XF4/xc/lib/zlib/zconf.h
    U XF4/xc/lib/zlib/zlib.h
    U XF4/xc/lib/zlib/zutil.c
    U XF4/xc/lib/zlib/zutil.h
    U XF4/xc/include/DECkeysym.h
    U XF4/xc/include/HPkeysym.h
    U XF4/xc/include/Imakefile
    U XF4/xc/include/Sunkeysym.h
    U XF4/xc/include/X.h
    U XF4/xc/include/XF86keysym.h
    U XF4/xc/include/XWDFile.h
    U XF4/xc/include/Xalloca.h
    U XF4/xc/include/Xarch.h
    U XF4/xc/include/Xatom.h
    U XF4/xc/include/Xdefs.h
    U XF4/xc/include/Xfuncproto.h
    U XF4/xc/include/Xfuncs.h
    U XF4/xc/include/Xmd.h
    U XF4/xc/include/Xos.h
    U XF4/xc/include/Xos_r.h
    U XF4/xc/include/Xosdefs.h
    U XF4/xc/include/Xpoll.h
    U XF4/xc/include/Xproto.h
    U XF4/xc/include/Xprotostr.h
    U XF4/xc/include/Xthreads.h
    U XF4/xc/include/Xw32defs.h
    U XF4/xc/include/Xwinsock.h
    U XF4/xc/include/ap_keysym.h
    U XF4/xc/include/keysym.h
    U XF4/xc/include/keysymdef.h
    U XF4/xc/include/DPS/ColorSB.h
    U XF4/xc/include/DPS/ColorSBP.h
    U XF4/xc/include/DPS/DPSScrollW.h
    U XF4/xc/include/DPS/DPSScrollWP.h
    U XF4/xc/include/DPS/FontCreatP.h
    U XF4/xc/include/DPS/FontCreato.h
    U XF4/xc/include/DPS/FontSB.h
    U XF4/xc/include/DPS/FontSBP.h
    U XF4/xc/include/DPS/FontSamplP.h
    U XF4/xc/include/DPS/FontSample.h
    U XF4/xc/include/DPS/Imakefile
    U XF4/xc/include/DPS/PSres.h
    U XF4/xc/include/DPS/XDPS.h
    U XF4/xc/include/DPS/XDPSlib.h
    U XF4/xc/include/DPS/XDPSproto.h
    U XF4/xc/include/DPS/dpsNXargs.h
    U XF4/xc/include/DPS/dpsXclient.h
    U XF4/xc/include/DPS/dpsXcommon.h
    U XF4/xc/include/DPS/dpsXpreview.h
    U XF4/xc/include/DPS/dpsXshare.h
    U XF4/xc/include/DPS/dpsXuserpath.h
    U XF4/xc/include/DPS/dpsclient.h
    U XF4/xc/include/DPS/dpsconfig.h
    U XF4/xc/include/DPS/dpsexcept.h
    U XF4/xc/include/DPS/dpsfriends.h
    U XF4/xc/include/GL/Imakefile
    U XF4/xc/include/GL/glu.h
    U XF4/xc/include/GL/glx.h
    U XF4/xc/include/GL/glxint.h
    U XF4/xc/include/GL/glxmd.h
    U XF4/xc/include/GL/glxproto.h
    U XF4/xc/include/GL/glxtokens.h
    U XF4/xc/include/bitmaps/1x1
    U XF4/xc/include/bitmaps/2x2
    U XF4/xc/include/bitmaps/Imakefile
    U XF4/xc/include/bitmaps/black
    U XF4/xc/include/bitmaps/boxes
    U XF4/xc/include/bitmaps/calculator
    U XF4/xc/include/bitmaps/cntr_ptr
    U XF4/xc/include/bitmaps/cntr_ptrmsk
    U XF4/xc/include/bitmaps/cross_weave
    U XF4/xc/include/bitmaps/dimple1
    U XF4/xc/include/bitmaps/dimple3
    U XF4/xc/include/bitmaps/dot
    U XF4/xc/include/bitmaps/dropbar7
    U XF4/xc/include/bitmaps/dropbar8
    U XF4/xc/include/bitmaps/escherknot
    U XF4/xc/include/bitmaps/flagdown
    U XF4/xc/include/bitmaps/flagup
    U XF4/xc/include/bitmaps/flipped_gray
    U XF4/xc/include/bitmaps/gray
    U XF4/xc/include/bitmaps/gray1
    U XF4/xc/include/bitmaps/gray3
    U XF4/xc/include/bitmaps/grid16
    U XF4/xc/include/bitmaps/grid2
    U XF4/xc/include/bitmaps/grid4
    U XF4/xc/include/bitmaps/grid8
    U XF4/xc/include/bitmaps/hlines2
    U XF4/xc/include/bitmaps/hlines3
    U XF4/xc/include/bitmaps/icon
    U XF4/xc/include/bitmaps/keyboard16
    U XF4/xc/include/bitmaps/left_ptr
    U XF4/xc/include/bitmaps/left_ptrmsk
    U XF4/xc/include/bitmaps/letters
    U XF4/xc/include/bitmaps/light_gray
    U XF4/xc/include/bitmaps/mailempty
    U XF4/xc/include/bitmaps/mailemptymsk
    U XF4/xc/include/bitmaps/mailfull
    U XF4/xc/include/bitmaps/mailfullmsk
    U XF4/xc/include/bitmaps/mensetmanus
    U XF4/xc/include/bitmaps/menu10
    U XF4/xc/include/bitmaps/menu12
    U XF4/xc/include/bitmaps/menu16
    U XF4/xc/include/bitmaps/menu6
    U XF4/xc/include/bitmaps/menu8
    U XF4/xc/include/bitmaps/noletters
    U XF4/xc/include/bitmaps/opendot
    U XF4/xc/include/bitmaps/opendotMask
    U XF4/xc/include/bitmaps/plaid
    U XF4/xc/include/bitmaps/right_ptr
    U XF4/xc/include/bitmaps/right_ptrmsk
    U XF4/xc/include/bitmaps/root_weave
    U XF4/xc/include/bitmaps/scales
    U XF4/xc/include/bitmaps/sipb
    U XF4/xc/include/bitmaps/star
    U XF4/xc/include/bitmaps/starMask
    U XF4/xc/include/bitmaps/stipple
    U XF4/xc/include/bitmaps/target
    U XF4/xc/include/bitmaps/terminal
    U XF4/xc/include/bitmaps/tie_fighter
    U XF4/xc/include/bitmaps/vlines2
    U XF4/xc/include/bitmaps/vlines3
    U XF4/xc/include/bitmaps/weird_size
    U XF4/xc/include/bitmaps/wide_weave
    U XF4/xc/include/bitmaps/wingdogs
    U XF4/xc/include/bitmaps/woman
    U XF4/xc/include/bitmaps/xfd_icon
    U XF4/xc/include/bitmaps/xlogo11
    U XF4/xc/include/bitmaps/xlogo16
    U XF4/xc/include/bitmaps/xlogo32
    U XF4/xc/include/bitmaps/xlogo64
    U XF4/xc/include/bitmaps/xsnow
    U XF4/xc/include/extensions/Imakefile
    U XF4/xc/include/extensions/MITMisc.h
    U XF4/xc/include/extensions/Print.h
    U XF4/xc/include/extensions/Printstr.h
    U XF4/xc/include/extensions/XEVI.h
    U XF4/xc/include/extensions/XEVIstr.h
    U XF4/xc/include/extensions/XI.h
    U XF4/xc/include/extensions/XIE.h
    U XF4/xc/include/extensions/XIEproto.h
    U XF4/xc/include/extensions/XIEprotost.h
    U XF4/xc/include/extensions/XInput.h
    U XF4/xc/include/extensions/XIproto.h
    U XF4/xc/include/extensions/XKB.h
    U XF4/xc/include/extensions/XKBgeom.h
    U XF4/xc/include/extensions/XKBproto.h
    U XF4/xc/include/extensions/XKBsrv.h
    U XF4/xc/include/extensions/XKBstr.h
    U XF4/xc/include/extensions/XLbx.h
    U XF4/xc/include/extensions/XShm.h
    U XF4/xc/include/extensions/XTest.h
    U XF4/xc/include/extensions/Xag.h
    U XF4/xc/include/extensions/Xagsrv.h
    U XF4/xc/include/extensions/Xagstr.h
    U XF4/xc/include/extensions/Xcup.h
    U XF4/xc/include/extensions/Xcupstr.h
    U XF4/xc/include/extensions/Xdbe.h
    U XF4/xc/include/extensions/Xdbeproto.h
    U XF4/xc/include/extensions/Xext.h
    U XF4/xc/include/extensions/Xinerama.h
    U XF4/xc/include/extensions/Xv.h
    U XF4/xc/include/extensions/XvMC.h
    U XF4/xc/include/extensions/XvMClib.h
    U XF4/xc/include/extensions/XvMCproto.h
    U XF4/xc/include/extensions/Xvlib.h
    U XF4/xc/include/extensions/Xvproto.h
    U XF4/xc/include/extensions/bigreqstr.h
    U XF4/xc/include/extensions/dpms.h
    U XF4/xc/include/extensions/dpmsstr.h
    U XF4/xc/include/extensions/extutil.h
    U XF4/xc/include/extensions/fontcache.h
    U XF4/xc/include/extensions/fontcacheP.h
    U XF4/xc/include/extensions/fontcachstr.h
    U XF4/xc/include/extensions/lbxbuf.h
    U XF4/xc/include/extensions/lbxbufstr.h
    U XF4/xc/include/extensions/lbxdeltastr.h
    U XF4/xc/include/extensions/lbximage.h
    U XF4/xc/include/extensions/lbxopts.h
    U XF4/xc/include/extensions/lbxstr.h
    U XF4/xc/include/extensions/lbxzlib.h
    U XF4/xc/include/extensions/mitmiscstr.h
    U XF4/xc/include/extensions/multibuf.h
    U XF4/xc/include/extensions/randr.h
    U XF4/xc/include/extensions/multibufst.h
    U XF4/xc/include/extensions/panoramiXext.h
    U XF4/xc/include/extensions/panoramiXproto.h
    U XF4/xc/include/extensions/randrproto.h
    U XF4/xc/include/extensions/record.h
    U XF4/xc/include/extensions/recordstr.h
    U XF4/xc/include/extensions/render.h
    U XF4/xc/include/extensions/renderproto.h
    U XF4/xc/include/extensions/saver.h
    U XF4/xc/include/extensions/saverproto.h
    U XF4/xc/include/extensions/scrnsaver.h
    U XF4/xc/include/extensions/security.h
    U XF4/xc/include/extensions/securstr.h
    U XF4/xc/include/extensions/shape.h
    U XF4/xc/include/extensions/shapestr.h
    U XF4/xc/include/extensions/shmstr.h
    U XF4/xc/include/extensions/sync.h
    U XF4/xc/include/extensions/syncstr.h
    U XF4/xc/include/extensions/xcmiscstr.h
    U XF4/xc/include/extensions/xf86bigfont.h
    U XF4/xc/include/extensions/xf86bigfstr.h
    U XF4/xc/include/extensions/xf86dga.h
    U XF4/xc/include/extensions/xf86dga1.h
    U XF4/xc/include/extensions/xf86dga1str.h
    U XF4/xc/include/extensions/xf86dgastr.h
    U XF4/xc/include/extensions/xf86misc.h
    U XF4/xc/include/extensions/xf86mscstr.h
    U XF4/xc/include/extensions/xf86rush.h
    U XF4/xc/include/extensions/xf86rushstr.h
    U XF4/xc/include/extensions/xf86vmode.h
    U XF4/xc/include/extensions/xf86vmstr.h
    U XF4/xc/include/extensions/xtestext1.h
    U XF4/xc/include/extensions/xteststr.h
    U XF4/xc/include/extensions/xtrapbits.h
    U XF4/xc/include/extensions/xtrapddmi.h
    U XF4/xc/include/extensions/xtrapdi.h
    U XF4/xc/include/extensions/xtrapemacros.h
    U XF4/xc/include/extensions/xtraplib.h
    U XF4/xc/include/extensions/xtraplibp.h
    U XF4/xc/include/extensions/xtrapproto.h
    U XF4/xc/include/fonts/FS.h
    U XF4/xc/include/fonts/FSproto.h
    U XF4/xc/include/fonts/Imakefile
    U XF4/xc/include/fonts/font.h
    U XF4/xc/include/fonts/fontproto.h
    U XF4/xc/include/fonts/fontstruct.h
    U XF4/xc/include/fonts/fsmasks.h
    U XF4/xc/programs/Imakefile
    U XF4/xc/programs/Xserver/Imakefile
    U XF4/xc/programs/Xserver/XFree86.def
    U XF4/xc/programs/Xserver/Xnest.def
    U XF4/xc/programs/Xserver/Xserver.man
    U XF4/xc/programs/Xserver/Xvfb.def
    U XF4/xc/programs/Xserver/GL/Imakefile
    U XF4/xc/programs/Xserver/GL/glxmodule.c
    U XF4/xc/programs/Xserver/GL/dri/Imakefile
    U XF4/xc/programs/Xserver/GL/dri/dri-def.cpp
    U XF4/xc/programs/Xserver/GL/dri/dri.c
    U XF4/xc/programs/Xserver/GL/dri/dri.h
    U XF4/xc/programs/Xserver/GL/dri/drimodule.c
    U XF4/xc/programs/Xserver/GL/dri/dristruct.h
    U XF4/xc/programs/Xserver/GL/dri/sarea.h
    U XF4/xc/programs/Xserver/GL/dri/xf86dri.c
    U XF4/xc/programs/Xserver/GL/glx/Imakefile
    U XF4/xc/programs/Xserver/GL/glx/g_disptab.c
    U XF4/xc/programs/Xserver/GL/glx/g_disptab.h
    U XF4/xc/programs/Xserver/GL/glx/g_disptab_EXT.c
    U XF4/xc/programs/Xserver/GL/glx/g_disptab_EXT.h
    U XF4/xc/programs/Xserver/GL/glx/g_render.c
    U XF4/xc/programs/Xserver/GL/glx/g_renderswap.c
    U XF4/xc/programs/Xserver/GL/glx/g_single.c
    U XF4/xc/programs/Xserver/GL/glx/g_singleswap.c
    U XF4/xc/programs/Xserver/GL/glx/global.c
    U XF4/xc/programs/Xserver/GL/glx/glx-def.cpp
    U XF4/xc/programs/Xserver/GL/glx/glxbuf.c
    U XF4/xc/programs/Xserver/GL/glx/glxbuf.h
    U XF4/xc/programs/Xserver/GL/glx/glxcmds.c
    U XF4/xc/programs/Xserver/GL/glx/glxcmdsswap.c
    U XF4/xc/programs/Xserver/GL/glx/glxcontext.h
    U XF4/xc/programs/Xserver/GL/glx/glxdrawable.h
    U XF4/xc/programs/Xserver/GL/glx/glxerror.h
    U XF4/xc/programs/Xserver/GL/glx/glxext.c
    U XF4/xc/programs/Xserver/GL/glx/glxext.h
    U XF4/xc/programs/Xserver/GL/glx/glxfb.c
    U XF4/xc/programs/Xserver/GL/glx/glxfb.h
    U XF4/xc/programs/Xserver/GL/glx/glximports.c
    U XF4/xc/programs/Xserver/GL/glx/glximports.h
    U XF4/xc/programs/Xserver/GL/glx/glxmem.c
    U XF4/xc/programs/Xserver/GL/glx/glxmem.h
    U XF4/xc/programs/Xserver/GL/glx/glxpix.c
    U XF4/xc/programs/Xserver/GL/glx/glxpix.h
    U XF4/xc/programs/Xserver/GL/glx/glxscreens.c
    U XF4/xc/programs/Xserver/GL/glx/glxscreens.h
    U XF4/xc/programs/Xserver/GL/glx/glxserver.h
    U XF4/xc/programs/Xserver/GL/glx/glxutil.c
    U XF4/xc/programs/Xserver/GL/glx/glxutil.h
    U XF4/xc/programs/Xserver/GL/glx/impsize.h
    U XF4/xc/programs/Xserver/GL/glx/render2.c
    U XF4/xc/programs/Xserver/GL/glx/render2swap.c
    U XF4/xc/programs/Xserver/GL/glx/renderpix.c
    U XF4/xc/programs/Xserver/GL/glx/renderpixswap.c
    U XF4/xc/programs/Xserver/GL/glx/rensize.c
    U XF4/xc/programs/Xserver/GL/glx/rensizetab.c
    U XF4/xc/programs/Xserver/GL/glx/single2.c
    U XF4/xc/programs/Xserver/GL/glx/single2swap.c
    U XF4/xc/programs/Xserver/GL/glx/singlepix.c
    U XF4/xc/programs/Xserver/GL/glx/singlepixswap.c
    U XF4/xc/programs/Xserver/GL/glx/singlesize.c
    U XF4/xc/programs/Xserver/GL/glx/singlesize.h
    U XF4/xc/programs/Xserver/GL/glx/unpack.h
    U XF4/xc/programs/Xserver/GL/glx/xfont.c
    U XF4/xc/programs/Xserver/GL/include/GL/glx_ansic.h
    U XF4/xc/programs/Xserver/GL/include/GL/xf86glx.h
    U XF4/xc/programs/Xserver/GL/mesa/Imakefile
    U XF4/xc/programs/Xserver/GL/mesa/src/GLcore-def.cpp
    U XF4/xc/programs/Xserver/GL/mesa/src/GLcoremodule.c
    U XF4/xc/programs/Xserver/GL/mesa/src/Imakefile
    U XF4/xc/programs/Xserver/GL/mesa/src/X/Imakefile
    U XF4/xc/programs/Xserver/GL/mesa/src/X/xf86glx.c
    U XF4/xc/programs/Xserver/GL/mesa/src/X/xf86glx_util.c
    U XF4/xc/programs/Xserver/GL/mesa/src/X/xf86glx_util.h
    U XF4/xc/programs/Xserver/GL/mesa/src/X/xf86glxint.h
    U XF4/xc/programs/Xserver/GL/opengl/Imakefile
    U XF4/xc/programs/Xserver/PEX5/Imakefile
    U XF4/xc/programs/Xserver/PEX5/pexmodule.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/ddpex2.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miClip.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miFont.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miInfo.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miLUT.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miLight.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miLineDash.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miMarkers.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miNS.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miNurbs.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miPick.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miRender.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miStrMacro.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miStruct.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miText.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/miWks.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/mipex.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/include/mixform.h
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level0/README
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/mi52stubs.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miDDCtoGC.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miLevel1.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miListUtil.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miLvl1Tab.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miPck1Prim.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndFArea.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndMarkr.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndPLine.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndTStrip.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndText.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/ddContext.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miBldXform.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miCellArray.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miClip.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miConvert.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miCopy.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miDestroy.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miFillArea.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miInquire.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miLight.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miLvl2Tab.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miMarkers.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNCurve.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNSTrim.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNSurf.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNurbs.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miOCs.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miPickPrim.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miPolyLine.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miQuadMesh.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miReplace.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miSOFAS.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miSearch.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTestOCs.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miText.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTrans.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTriStrip.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level2/pexOCParse.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level3/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level3/miRender.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level3/miRndrPick.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_ex_str.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_plain.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_tbls.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/miDynamics.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/miPick.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/miSC.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/miStruct.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/miTraverse.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/level4/miWks.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miClrApLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miColrLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miDCueLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miEdgeLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miFont.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miFontLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miIntLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLUTProcs.ci
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLightLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLineLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miMarkLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miMisc.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miNS.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miPattLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miTextLUT.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miUtils.c
    U XF4/xc/programs/Xserver/PEX5/ddpex/mi/shared/miViewLUT.c
    U XF4/xc/programs/Xserver/PEX5/dipex/Imakefile
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/Imakefile
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/dipexBuf.c
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/dipexExt.c
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/dipexParse.c
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/pexDump.c
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/pexError.c
    U XF4/xc/programs/Xserver/PEX5/dipex/dispatch/pexUtils.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/Imakefile
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexAccBuf.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexFont.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexInfo.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexLut.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexNs.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexPc.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexPhigs.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexPick.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexRndr.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexRndrPick.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexSc.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexStr.c
    U XF4/xc/programs/Xserver/PEX5/dipex/objects/pexTM.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/ConvName.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/ConvName.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/Convert.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/Imakefile
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCTables.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCattr.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCattr.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/OCprim.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/RepTables.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/Replies.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/ReqTables.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/Requests.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/Requests.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/SwapConv.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/UconvName.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/UconvName.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/cOCTables.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/cOCprim.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/check.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/convEv.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/convReq.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/convReq.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/convUtil.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/convUtil.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/convertStr.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/floatconv.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/floatconv.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/uOCTables.ci
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/uOCprim.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/uconvRep.c
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/uconvRep.h
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/util/Imakefile
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/util/OCReduce.awk
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/util/OCReduce.sed
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/util/OCTables.awk
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/util/ReqSame.awk
    U XF4/xc/programs/Xserver/PEX5/dipex/swap/util/ReqTab.awk
    U XF4/xc/programs/Xserver/PEX5/include/PEX.h
    U XF4/xc/programs/Xserver/PEX5/include/PEXErr.h
    U XF4/xc/programs/Xserver/PEX5/include/PEXfuncs.h
    U XF4/xc/programs/Xserver/PEX5/include/PEXmacs.h
    U XF4/xc/programs/Xserver/PEX5/include/PEXproto.h
    U XF4/xc/programs/Xserver/PEX5/include/PEXprotost.h
    U XF4/xc/programs/Xserver/PEX5/include/ddpex.h
    U XF4/xc/programs/Xserver/PEX5/include/ddpex3.h
    U XF4/xc/programs/Xserver/PEX5/include/ddpex4.h
    U XF4/xc/programs/Xserver/PEX5/include/dipex.h
    U XF4/xc/programs/Xserver/PEX5/include/pexError.h
    U XF4/xc/programs/Xserver/PEX5/include/pexExtract.h
    U XF4/xc/programs/Xserver/PEX5/include/pexLookup.h
    U XF4/xc/programs/Xserver/PEX5/include/pexSwap.h
    U XF4/xc/programs/Xserver/PEX5/include/pexUtils.h
    U XF4/xc/programs/Xserver/PEX5/include/pex_site.h
    U XF4/xc/programs/Xserver/PEX5/include/pexos.h
    U XF4/xc/programs/Xserver/PEX5/ospex/Imakefile
    U XF4/xc/programs/Xserver/PEX5/ospex/osPexFont.c
    U XF4/xc/programs/Xserver/XIE/Imakefile
    U XF4/xc/programs/Xserver/XIE/xiemodule.c
    U XF4/xc/programs/Xserver/XIE/dixie/Imakefile
    U XF4/xc/programs/Xserver/XIE/dixie/export/Imakefile
    U XF4/xc/programs/Xserver/XIE/dixie/export/echist.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/eclut.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/ecphoto.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/ecroi.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/edraw.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/edrawp.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/elut.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/ephoto.c
    U XF4/xc/programs/Xserver/XIE/dixie/export/eroi.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/Imakefile
    U XF4/xc/programs/Xserver/XIE/dixie/import/iclut.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/icphoto.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/icroi.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/idraw.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/idrawp.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/ilut.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/iphoto.c
    U XF4/xc/programs/Xserver/XIE/dixie/import/iroi.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/Imakefile
    U XF4/xc/programs/Xserver/XIE/dixie/process/parith.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pbandc.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pbande.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pbands.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pblend.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pcfrgb.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pcfromi.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pcnst.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pcomp.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pconv.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pctoi.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pctrgb.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pdither.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pgeom.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/phist.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/plogic.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/pmath.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/ppaste.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/ppoint.c
    U XF4/xc/programs/Xserver/XIE/dixie/process/puncnst.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/Imakefile
    U XF4/xc/programs/Xserver/XIE/dixie/request/colorlst.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/difloat.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/error.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/event.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/flo.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/lut.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/memory.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/photomap.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/protoflo.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/roi.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/session.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/tables.c
    U XF4/xc/programs/Xserver/XIE/dixie/request/technq.c
    U XF4/xc/programs/Xserver/XIE/include/colorlst.h
    U XF4/xc/programs/Xserver/XIE/include/corex.h
    U XF4/xc/programs/Xserver/XIE/include/difloat.h
    U XF4/xc/programs/Xserver/XIE/include/dixie_e.h
    U XF4/xc/programs/Xserver/XIE/include/dixie_i.h
    U XF4/xc/programs/Xserver/XIE/include/dixie_p.h
    U XF4/xc/programs/Xserver/XIE/include/element.h
    U XF4/xc/programs/Xserver/XIE/include/error.h
    U XF4/xc/programs/Xserver/XIE/include/flo.h
    U XF4/xc/programs/Xserver/XIE/include/flodata.h
    U XF4/xc/programs/Xserver/XIE/include/flostr.h
    U XF4/xc/programs/Xserver/XIE/include/lut.h
    U XF4/xc/programs/Xserver/XIE/include/macro.h
    U XF4/xc/programs/Xserver/XIE/include/memory.h
    U XF4/xc/programs/Xserver/XIE/include/photomap.h
    U XF4/xc/programs/Xserver/XIE/include/photospc.h
    U XF4/xc/programs/Xserver/XIE/include/roi.h
    U XF4/xc/programs/Xserver/XIE/include/protoflo.h
    U XF4/xc/programs/Xserver/XIE/include/tables.h
    U XF4/xc/programs/Xserver/XIE/include/technq.h
    U XF4/xc/programs/Xserver/XIE/mixie/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/control/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/control/analyze.c
    U XF4/xc/programs/Xserver/XIE/mixie/control/domain.c
    U XF4/xc/programs/Xserver/XIE/mixie/control/floman.c
    U XF4/xc/programs/Xserver/XIE/mixie/control/sched.c
    U XF4/xc/programs/Xserver/XIE/mixie/control/strip.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/export/mechist.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/meclut.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/mecphoto.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/mecroi.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/medraw.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/medrawp.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/mefax.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/mejpeg.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/melut.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/mephoto.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/meroi.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/meuncomp.c
    U XF4/xc/programs/Xserver/XIE/mixie/export/schoice.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/fax/bits.h
    U XF4/xc/programs/Xserver/XIE/mixie/fax/dg31d.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/dg32d.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/dg4.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/dtiff2.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/dtiffpb.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/eg31d.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/eg32d.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/etiff2.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/etiffpb.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/faxint.h
    U XF4/xc/programs/Xserver/XIE/mixie/fax/faxtabs.c
    U XF4/xc/programs/Xserver/XIE/mixie/fax/faxtabs.h
    U XF4/xc/programs/Xserver/XIE/mixie/fax/fencode.h
    U XF4/xc/programs/Xserver/XIE/mixie/fax/fetabs.h
    U XF4/xc/programs/Xserver/XIE/mixie/fax/gbits.h
    U XF4/xc/programs/Xserver/XIE/mixie/fax/zeroeven.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/import/miclut.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/micphoto.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/microi.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/midraw.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/mifax.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/mijpeg.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/milut.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/miphoto.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/miregion.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/miroi.c
    U XF4/xc/programs/Xserver/XIE/mixie/import/miuncomp.c
    U XF4/xc/programs/Xserver/XIE/mixie/include/domain.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/fax.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/floman.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/jpeg.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/jpegd.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/jpege.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/meuncomp.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/microi.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/miphoto.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/miuncomp.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/mpgeom.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/mppoint.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/sched.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/strip.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/tex.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/texstr.h
    U XF4/xc/programs/Xserver/XIE/mixie/include/xiemd.h
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/README
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jcdeflts.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jcexpand.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jchuff.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jcmcu.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jconfig.h
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jcsample.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jcxie.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jcxief.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdbuffer.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jddeflts.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdhuff.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdlossy.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdmcu.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdsample.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdxie.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jdxief.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jelossy.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jfwddct.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jinclude.h
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jmemmgr.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jmemsys.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jmemsys.h
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jpegdata.h
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jrdjfif.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jrevdct.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jutils.c
    U XF4/xc/programs/Xserver/XIE/mixie/jpeg/jwrjfif.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/Imakefile
    U XF4/xc/programs/Xserver/XIE/mixie/process/bitfun.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mparith.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpbandc.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpbande.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpbands.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpblend.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpcfromi.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpcnst.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpcomp.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpconv.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpctoi.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpdither.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpgeom.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpgeomaa.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpgeomnn.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mphist.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mplogic.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mppaste.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mppoint.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mprgb.c
    U XF4/xc/programs/Xserver/XIE/mixie/process/mpuncnst.c
    U XF4/xc/programs/Xserver/XTrap/Imakefile
    U XF4/xc/programs/Xserver/XTrap/xf86XTrapModule.c
    U XF4/xc/programs/Xserver/XTrap/xtrapddmi.c
    U XF4/xc/programs/Xserver/XTrap/xtrapdi.c
    U XF4/xc/programs/Xserver/XTrap/xtrapdiswp.c
    U XF4/xc/programs/Xserver/XTrap/xtrapditbl.c
    U XF4/xc/programs/Xserver/XTrap/module/Imakefile
    U XF4/xc/programs/Xserver/Xext/EVI.c
    U XF4/xc/programs/Xserver/Xext/EVIstruct.h
    U XF4/xc/programs/Xserver/Xext/Imakefile
    U XF4/xc/programs/Xserver/Xext/SecurityPolicy
    U XF4/xc/programs/Xserver/Xext/appgroup.c
    U XF4/xc/programs/Xserver/Xext/bigreq.c
    U XF4/xc/programs/Xserver/Xext/cup.c
    U XF4/xc/programs/Xserver/Xext/dgaproc.h
    U XF4/xc/programs/Xserver/Xext/dpms.c
    U XF4/xc/programs/Xserver/Xext/dpmsproc.h
    U XF4/xc/programs/Xserver/Xext/dpmsstubs.c
    U XF4/xc/programs/Xserver/Xext/fontcache.c
    U XF4/xc/programs/Xserver/Xext/mbuf.c
    U XF4/xc/programs/Xserver/Xext/mbufbf.c
    U XF4/xc/programs/Xserver/Xext/mbufpx.c
    U XF4/xc/programs/Xserver/Xext/mitmisc.c
    U XF4/xc/programs/Xserver/Xext/panoramiX.c
    U XF4/xc/programs/Xserver/Xext/panoramiX.h
    U XF4/xc/programs/Xserver/Xext/panoramiXSwap.c
    U XF4/xc/programs/Xserver/Xext/panoramiXprocs.c
    U XF4/xc/programs/Xserver/Xext/panoramiXsrv.h
    U XF4/xc/programs/Xserver/Xext/sampleEVI.c
    U XF4/xc/programs/Xserver/Xext/saver.c
    U XF4/xc/programs/Xserver/Xext/security.c
    U XF4/xc/programs/Xserver/Xext/shape.c
    U XF4/xc/programs/Xserver/Xext/shm.c
    U XF4/xc/programs/Xserver/Xext/sleepuntil.c
    U XF4/xc/programs/Xserver/Xext/sleepuntil.h
    U XF4/xc/programs/Xserver/Xext/sync.c
    U XF4/xc/programs/Xserver/Xext/vidmodeproc.h
    U XF4/xc/programs/Xserver/Xext/xcmisc.c
    U XF4/xc/programs/Xserver/Xext/xf86bigfont.c
    U XF4/xc/programs/Xserver/Xext/xf86dga.c
    U XF4/xc/programs/Xserver/Xext/xf86dga2.c
    U XF4/xc/programs/Xserver/Xext/xf86misc.c
    U XF4/xc/programs/Xserver/Xext/xf86miscproc.h
    U XF4/xc/programs/Xserver/Xext/xf86vmode.c
    U XF4/xc/programs/Xserver/Xext/xprint.c
    U XF4/xc/programs/Xserver/Xext/xtest.c
    U XF4/xc/programs/Xserver/Xext/xtest1.frags
    U XF4/xc/programs/Xserver/Xext/xtest1dd.c
    U XF4/xc/programs/Xserver/Xext/xtest1dd.h
    U XF4/xc/programs/Xserver/Xext/xtest1di.c
    U XF4/xc/programs/Xserver/Xext/xvdisp.c
    U XF4/xc/programs/Xserver/Xext/xvdix.h
    U XF4/xc/programs/Xserver/Xext/xvmain.c
    U XF4/xc/programs/Xserver/Xext/xvmc.c
    U XF4/xc/programs/Xserver/Xext/xvmcext.h
    U XF4/xc/programs/Xserver/Xext/xvmod.c
    U XF4/xc/programs/Xserver/Xext/xvmodproc.h
    U XF4/xc/programs/Xserver/Xext/extmod/Imakefile
    U XF4/xc/programs/Xserver/Xext/extmod/modinit.c
    U XF4/xc/programs/Xserver/Xi/Imakefile
    U XF4/xc/programs/Xserver/Xi/allowev.c
    U XF4/xc/programs/Xserver/Xi/allowev.h
    U XF4/xc/programs/Xserver/Xi/chgdctl.c
    U XF4/xc/programs/Xserver/Xi/chgdctl.h
    U XF4/xc/programs/Xserver/Xi/chgfctl.c
    U XF4/xc/programs/Xserver/Xi/chgfctl.h
    U XF4/xc/programs/Xserver/Xi/chgkbd.c
    U XF4/xc/programs/Xserver/Xi/chgkbd.h
    U XF4/xc/programs/Xserver/Xi/chgkmap.c
    U XF4/xc/programs/Xserver/Xi/chgkmap.h
    U XF4/xc/programs/Xserver/Xi/chgprop.c
    U XF4/xc/programs/Xserver/Xi/chgprop.h
    U XF4/xc/programs/Xserver/Xi/chgptr.c
    U XF4/xc/programs/Xserver/Xi/chgptr.h
    U XF4/xc/programs/Xserver/Xi/closedev.c
    U XF4/xc/programs/Xserver/Xi/closedev.h
    U XF4/xc/programs/Xserver/Xi/devbell.c
    U XF4/xc/programs/Xserver/Xi/devbell.h
    U XF4/xc/programs/Xserver/Xi/exevents.c
    U XF4/xc/programs/Xserver/Xi/exglobals.h
    U XF4/xc/programs/Xserver/Xi/extinit.c
    U XF4/xc/programs/Xserver/Xi/getbmap.c
    U XF4/xc/programs/Xserver/Xi/getbmap.h
    U XF4/xc/programs/Xserver/Xi/getdctl.c
    U XF4/xc/programs/Xserver/Xi/getdctl.h
    U XF4/xc/programs/Xserver/Xi/getfctl.c
    U XF4/xc/programs/Xserver/Xi/getfctl.h
    U XF4/xc/programs/Xserver/Xi/getfocus.c
    U XF4/xc/programs/Xserver/Xi/getfocus.h
    U XF4/xc/programs/Xserver/Xi/getkmap.c
    U XF4/xc/programs/Xserver/Xi/getkmap.h
    U XF4/xc/programs/Xserver/Xi/getmmap.c
    U XF4/xc/programs/Xserver/Xi/getmmap.h
    U XF4/xc/programs/Xserver/Xi/getprop.c
    U XF4/xc/programs/Xserver/Xi/getprop.h
    U XF4/xc/programs/Xserver/Xi/getselev.c
    U XF4/xc/programs/Xserver/Xi/getselev.h
    U XF4/xc/programs/Xserver/Xi/getvers.c
    U XF4/xc/programs/Xserver/Xi/getvers.h
    U XF4/xc/programs/Xserver/Xi/grabdev.c
    U XF4/xc/programs/Xserver/Xi/grabdev.h
    U XF4/xc/programs/Xserver/Xi/grabdevb.c
    U XF4/xc/programs/Xserver/Xi/grabdevb.h
    U XF4/xc/programs/Xserver/Xi/grabdevk.c
    U XF4/xc/programs/Xserver/Xi/grabdevk.h
    U XF4/xc/programs/Xserver/Xi/gtmotion.c
    U XF4/xc/programs/Xserver/Xi/gtmotion.h
    U XF4/xc/programs/Xserver/Xi/listdev.c
    U XF4/xc/programs/Xserver/Xi/listdev.h
    U XF4/xc/programs/Xserver/Xi/opendev.c
    U XF4/xc/programs/Xserver/Xi/opendev.h
    U XF4/xc/programs/Xserver/Xi/queryst.c
    U XF4/xc/programs/Xserver/Xi/queryst.h
    U XF4/xc/programs/Xserver/Xi/selectev.c
    U XF4/xc/programs/Xserver/Xi/selectev.h
    U XF4/xc/programs/Xserver/Xi/sendexev.c
    U XF4/xc/programs/Xserver/Xi/sendexev.h
    U XF4/xc/programs/Xserver/Xi/setbmap.c
    U XF4/xc/programs/Xserver/Xi/setbmap.h
    U XF4/xc/programs/Xserver/Xi/setdval.c
    U XF4/xc/programs/Xserver/Xi/setdval.h
    U XF4/xc/programs/Xserver/Xi/setfocus.c
    U XF4/xc/programs/Xserver/Xi/setfocus.h
    U XF4/xc/programs/Xserver/Xi/setmmap.c
    U XF4/xc/programs/Xserver/Xi/setmmap.h
    U XF4/xc/programs/Xserver/Xi/setmode.c
    U XF4/xc/programs/Xserver/Xi/setmode.h
    U XF4/xc/programs/Xserver/Xi/stubs.c
    U XF4/xc/programs/Xserver/Xi/ungrdev.c
    U XF4/xc/programs/Xserver/Xi/ungrdev.h
    U XF4/xc/programs/Xserver/Xi/ungrdevb.c
    U XF4/xc/programs/Xserver/Xi/ungrdevb.h
    U XF4/xc/programs/Xserver/Xi/ungrdevk.c
    U XF4/xc/programs/Xserver/Xi/ungrdevk.h
    U XF4/xc/programs/Xserver/XpConfig/README
    U XF4/xc/programs/Xserver/XpConfig/C/print/Xprinters
    U XF4/xc/programs/Xserver/XpConfig/C/print/attributes/document
    U XF4/xc/programs/Xserver/XpConfig/C/print/attributes/job
    U XF4/xc/programs/Xserver/XpConfig/C/print/attributes/printer
    U XF4/xc/programs/Xserver/XpConfig/C/print/ddx-config/raster/pcl
    U XF4/xc/programs/Xserver/XpConfig/C/print/ddx-config/raster/postscript
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/model-config
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00051.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00052.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00053.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00054.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00055.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00056.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00057.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00058.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00059.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00060.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00061.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00062.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00063.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00064.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00065.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00066.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00067.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00068.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00069.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00070.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00071.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00072.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00073.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00074.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00075.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00076.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00077.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00079.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00080.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00081.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00082.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00083.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00084.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00085.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00086.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00087.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00088.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00089.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00090.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00091.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00092.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00093.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00094.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/README
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/fonts.alias
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/fonts.dir
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/lpr0ye1a.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/model-config
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00051.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00052.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00053.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00054.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00055.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00056.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00057.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00058.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00059.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00060.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00061.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00062.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00063.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00064.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00065.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00066.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00067.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00068.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00069.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00070.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00071.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00072.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00073.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00074.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00075.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00076.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00077.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00079.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00080.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00081.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00082.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00083.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00084.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00085.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00086.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00087.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00088.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00089.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00090.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00091.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00092.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00093.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00094.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/README
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/fonts.alias
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/fonts.dir
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/model-config
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Book.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-BookOblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Demi.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-DemiOblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Bold.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-BoldOblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Oblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Bold.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-BoldOblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Oblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Book.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-BookOblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Demi.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Demi.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-DemiOblique.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Bold.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-BoldItalic.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Italic.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Roman.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-DemiItalic.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Light.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-LightItalic.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Symbol.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Bold.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-BoldItalic.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Italic.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Roman.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/ZapfDingbats.pmf
    U XF4/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/fonts.dir
    U XF4/xc/programs/Xserver/Xprint/AttrValid.c
    U XF4/xc/programs/Xserver/Xprint/AttrValid.h
    U XF4/xc/programs/Xserver/Xprint/DiPrint.h
    U XF4/xc/programs/Xserver/Xprint/Imakefile
    U XF4/xc/programs/Xserver/Xprint/Init.c
    U XF4/xc/programs/Xserver/Xprint/Oid.c
    U XF4/xc/programs/Xserver/Xprint/Oid.h
    U XF4/xc/programs/Xserver/Xprint/OidDefs.h
    U XF4/xc/programs/Xserver/Xprint/OidStrs.h
    U XF4/xc/programs/Xserver/Xprint/Util.c
    U XF4/xc/programs/Xserver/Xprint/ValTree.c
    U XF4/xc/programs/Xserver/Xprint/attributes.c
    U XF4/xc/programs/Xserver/Xprint/attributes.h
    U XF4/xc/programs/Xserver/Xprint/ddxInit.c
    U XF4/xc/programs/Xserver/Xprint/mediaSizes.c
    U XF4/xc/programs/Xserver/Xprint/pcl/Imakefile
    U XF4/xc/programs/Xserver/Xprint/pcl/Pcl.h
    U XF4/xc/programs/Xserver/Xprint/pcl/PclArc.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclArea.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclAttVal.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclAttr.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclColor.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclCursor.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclDef.h
    U XF4/xc/programs/Xserver/Xprint/pcl/PclFonts.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclGC.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclInit.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclLine.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclMisc.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclPixel.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclPixmap.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclPolygon.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclPrint.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclSFonts.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclSFonts.h
    U XF4/xc/programs/Xserver/Xprint/pcl/PclSpans.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclText.c
    U XF4/xc/programs/Xserver/Xprint/pcl/PclWindow.c
    U XF4/xc/programs/Xserver/Xprint/pcl/Pclmap.h
    U XF4/xc/programs/Xserver/Xprint/pcl-mono/Imakefile
    U XF4/xc/programs/Xserver/Xprint/ps/Imakefile
    U XF4/xc/programs/Xserver/Xprint/ps/Ps.h
    U XF4/xc/programs/Xserver/Xprint/ps/PsArc.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsArea.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsAttVal.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsAttr.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsCache.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsColor.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsDef.h
    U XF4/xc/programs/Xserver/Xprint/ps/PsFonts.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsGC.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsInit.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsLine.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsMisc.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsPixel.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsPixmap.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsPolygon.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsPrint.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsSpans.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsText.c
    U XF4/xc/programs/Xserver/Xprint/ps/PsWindow.c
    U XF4/xc/programs/Xserver/Xprint/ps/psout.c
    U XF4/xc/programs/Xserver/Xprint/ps/psout.h
    U XF4/xc/programs/Xserver/Xprint/raster/Imakefile
    U XF4/xc/programs/Xserver/Xprint/raster/Raster.c
    U XF4/xc/programs/Xserver/Xprint/raster/Raster.h
    U XF4/xc/programs/Xserver/Xprint/raster/RasterAttVal.c
    U XF4/xc/programs/Xserver/afb/Imakefile
    U XF4/xc/programs/Xserver/afb/README
    U XF4/xc/programs/Xserver/afb/Xdaniver.doc
    U XF4/xc/programs/Xserver/afb/afb.h
    U XF4/xc/programs/Xserver/afb/afbbitblt.c
    U XF4/xc/programs/Xserver/afb/afbblt.c
    U XF4/xc/programs/Xserver/afb/afbbres.c
    U XF4/xc/programs/Xserver/afb/afbbresd.c
    U XF4/xc/programs/Xserver/afb/afbbstore.c
    U XF4/xc/programs/Xserver/afb/afbclip.c
    U XF4/xc/programs/Xserver/afb/afbcmap.c
    U XF4/xc/programs/Xserver/afb/afbfillarc.c
    U XF4/xc/programs/Xserver/afb/afbfillrct.c
    U XF4/xc/programs/Xserver/afb/afbfillsp.c
    U XF4/xc/programs/Xserver/afb/afbfont.c
    U XF4/xc/programs/Xserver/afb/afbgc.c
    U XF4/xc/programs/Xserver/afb/afbgetsp.c
    U XF4/xc/programs/Xserver/afb/afbhrzvert.c
    U XF4/xc/programs/Xserver/afb/afbimage.c
    U XF4/xc/programs/Xserver/afb/afbimggblt.c
    U XF4/xc/programs/Xserver/afb/afbline.c
    U XF4/xc/programs/Xserver/afb/afbmisc.c
    U XF4/xc/programs/Xserver/afb/afbmodule.c
    U XF4/xc/programs/Xserver/afb/afbpixmap.c
    U XF4/xc/programs/Xserver/afb/afbply1rct.c
    U XF4/xc/programs/Xserver/afb/afbplygblt.c
    U XF4/xc/programs/Xserver/afb/afbpntarea.c
    U XF4/xc/programs/Xserver/afb/afbpntwin.c
    U XF4/xc/programs/Xserver/afb/afbpolypnt.c
    U XF4/xc/programs/Xserver/afb/afbpushpxl.c
    U XF4/xc/programs/Xserver/afb/afbscrinit.c
    U XF4/xc/programs/Xserver/afb/afbsetsp.c
    U XF4/xc/programs/Xserver/afb/afbtegblt.c
    U XF4/xc/programs/Xserver/afb/afbtile.c
    U XF4/xc/programs/Xserver/afb/afbwindow.c
    U XF4/xc/programs/Xserver/afb/afbzerarc.c
    U XF4/xc/programs/Xserver/cfb/Imakefile
    U XF4/xc/programs/Xserver/cfb/cfb.h
    U XF4/xc/programs/Xserver/cfb/cfb16.h
    U XF4/xc/programs/Xserver/cfb/cfb24.h
    U XF4/xc/programs/Xserver/cfb/cfb32.h
    U XF4/xc/programs/Xserver/cfb/cfb8bit.c
    U XF4/xc/programs/Xserver/cfb/cfb8bit.h
    U XF4/xc/programs/Xserver/cfb/cfb8line.c
    U XF4/xc/programs/Xserver/cfb/cfballpriv.c
    U XF4/xc/programs/Xserver/cfb/cfbbitblt.c
    U XF4/xc/programs/Xserver/cfb/cfbblt.c
    U XF4/xc/programs/Xserver/cfb/cfbbres.c
    U XF4/xc/programs/Xserver/cfb/cfbbresd.c
    U XF4/xc/programs/Xserver/cfb/cfbbstore.c
    U XF4/xc/programs/Xserver/cfb/cfbcmap.c
    U XF4/xc/programs/Xserver/cfb/cfbcppl.c
    U XF4/xc/programs/Xserver/cfb/cfbfillarc.c
    U XF4/xc/programs/Xserver/cfb/cfbfillrct.c
    U XF4/xc/programs/Xserver/cfb/cfbfillsp.c
    U XF4/xc/programs/Xserver/cfb/cfbgc.c
    U XF4/xc/programs/Xserver/cfb/cfbgetsp.c
    U XF4/xc/programs/Xserver/cfb/cfbglblt8.c
    U XF4/xc/programs/Xserver/cfb/cfbhrzvert.c
    U XF4/xc/programs/Xserver/cfb/cfbigblt8.c
    U XF4/xc/programs/Xserver/cfb/cfbimage.c
    U XF4/xc/programs/Xserver/cfb/cfbline.c
    U XF4/xc/programs/Xserver/cfb/cfbmap.h
    U XF4/xc/programs/Xserver/cfb/cfbmodule.c
    U XF4/xc/programs/Xserver/cfb/cfbmskbits.c
    U XF4/xc/programs/Xserver/cfb/cfbmskbits.h
    U XF4/xc/programs/Xserver/cfb/cfbpixmap.c
    U XF4/xc/programs/Xserver/cfb/cfbply1rct.c
    U XF4/xc/programs/Xserver/cfb/cfbpntwin.c
    U XF4/xc/programs/Xserver/cfb/cfbpolypnt.c
    U XF4/xc/programs/Xserver/cfb/cfbpush8.c
    U XF4/xc/programs/Xserver/cfb/cfbrctstp8.c
    U XF4/xc/programs/Xserver/cfb/cfbrrop.c
    U XF4/xc/programs/Xserver/cfb/cfbrrop.h
    U XF4/xc/programs/Xserver/cfb/cfbscrinit.c
    U XF4/xc/programs/Xserver/cfb/cfbsetsp.c
    U XF4/xc/programs/Xserver/cfb/cfbsolid.c
    U XF4/xc/programs/Xserver/cfb/cfbteblt8.c
    U XF4/xc/programs/Xserver/cfb/cfbtegblt.c
    U XF4/xc/programs/Xserver/cfb/cfbtile32.c
    U XF4/xc/programs/Xserver/cfb/cfbtileodd.c
    U XF4/xc/programs/Xserver/cfb/cfbunmap.h
    U XF4/xc/programs/Xserver/cfb/cfbwindow.c
    U XF4/xc/programs/Xserver/cfb/cfbzerarc.c
    U XF4/xc/programs/Xserver/cfb/stip68kgnu.h
    U XF4/xc/programs/Xserver/cfb/stipmips.s
    U XF4/xc/programs/Xserver/cfb/stipple68k.s
    U XF4/xc/programs/Xserver/cfb/stipsparc.s
    U XF4/xc/programs/Xserver/cfb/stipsprc32.s
    U XF4/xc/programs/Xserver/cfb16/Imakefile
    U XF4/xc/programs/Xserver/cfb16/cfbmodule.c
    U XF4/xc/programs/Xserver/cfb24/Imakefile
    U XF4/xc/programs/Xserver/cfb24/cfbmodule.c
    U XF4/xc/programs/Xserver/cfb24/cfbrrop24.h
    U XF4/xc/programs/Xserver/cfb32/Imakefile
    U XF4/xc/programs/Xserver/cfb32/cfbmodule.c
    U XF4/xc/programs/Xserver/dbe/Imakefile
    U XF4/xc/programs/Xserver/dbe/dbe.c
    U XF4/xc/programs/Xserver/dbe/dbemodule.c
    U XF4/xc/programs/Xserver/dbe/dbestruct.h
    U XF4/xc/programs/Xserver/dbe/midbe.c
    U XF4/xc/programs/Xserver/dbe/midbe.h
    U XF4/xc/programs/Xserver/dbe/midbestr.h
    U XF4/xc/programs/Xserver/dbe/module/Imakefile
    U XF4/xc/programs/Xserver/dix/BuiltInAtoms
    U XF4/xc/programs/Xserver/dix/CHANGES
    U XF4/xc/programs/Xserver/dix/Imakefile
    U XF4/xc/programs/Xserver/dix/atom.c
    U XF4/xc/programs/Xserver/dix/buildatoms
    U XF4/xc/programs/Xserver/dix/colormap.c
    U XF4/xc/programs/Xserver/dix/cursor.c
    U XF4/xc/programs/Xserver/dix/devices.c
    U XF4/xc/programs/Xserver/dix/dispatch.c
    U XF4/xc/programs/Xserver/dix/dispatch.h
    U XF4/xc/programs/Xserver/dix/dixfonts.c
    U XF4/xc/programs/Xserver/dix/dixutils.c
    U XF4/xc/programs/Xserver/dix/events.c
    U XF4/xc/programs/Xserver/dix/extension.c
    U XF4/xc/programs/Xserver/dix/ffs.c
    U XF4/xc/programs/Xserver/dix/gc.c
    U XF4/xc/programs/Xserver/dix/globals.c
    U XF4/xc/programs/Xserver/dix/glyphcurs.c
    U XF4/xc/programs/Xserver/dix/grabs.c
    U XF4/xc/programs/Xserver/dix/initatoms.c
    U XF4/xc/programs/Xserver/dix/main.c
    U XF4/xc/programs/Xserver/dix/pixmap.c
    U XF4/xc/programs/Xserver/dix/privates.c
    U XF4/xc/programs/Xserver/dix/property.c
    U XF4/xc/programs/Xserver/dix/resource.c
    U XF4/xc/programs/Xserver/dix/swaprep.c
    U XF4/xc/programs/Xserver/dix/swapreq.c
    U XF4/xc/programs/Xserver/dix/tables.c
    U XF4/xc/programs/Xserver/dix/window.c
    U XF4/xc/programs/Xserver/dix/xpstubs.c
    U XF4/xc/programs/Xserver/fb/Imakefile
    U XF4/xc/programs/Xserver/fb/fb.h
    U XF4/xc/programs/Xserver/fb/fb24_32.c
    U XF4/xc/programs/Xserver/fb/fb24_32.h
    U XF4/xc/programs/Xserver/fb/fballpriv.c
    U XF4/xc/programs/Xserver/fb/fbarc.c
    U XF4/xc/programs/Xserver/fb/fbbits.c
    U XF4/xc/programs/Xserver/fb/fbbits.h
    U XF4/xc/programs/Xserver/fb/fbblt.c
    U XF4/xc/programs/Xserver/fb/fbbltone.c
    U XF4/xc/programs/Xserver/fb/fbbstore.c
    U XF4/xc/programs/Xserver/fb/fbcmap.c
    U XF4/xc/programs/Xserver/fb/fbcompose.c
    U XF4/xc/programs/Xserver/fb/fbcopy.c
    U XF4/xc/programs/Xserver/fb/fbfill.c
    U XF4/xc/programs/Xserver/fb/fbfillrect.c
    U XF4/xc/programs/Xserver/fb/fbfillsp.c
    U XF4/xc/programs/Xserver/fb/fbgc.c
    U XF4/xc/programs/Xserver/fb/fbgetsp.c
    U XF4/xc/programs/Xserver/fb/fbglyph.c
    U XF4/xc/programs/Xserver/fb/fbimage.c
    U XF4/xc/programs/Xserver/fb/fbline.c
    U XF4/xc/programs/Xserver/fb/fbmodule.c
    U XF4/xc/programs/Xserver/fb/fboverlay.c
    U XF4/xc/programs/Xserver/fb/fboverlay.h
    U XF4/xc/programs/Xserver/fb/fbpict.c
    U XF4/xc/programs/Xserver/fb/fbpict.h
    U XF4/xc/programs/Xserver/fb/fbpixmap.c
    U XF4/xc/programs/Xserver/fb/fbpoint.c
    U XF4/xc/programs/Xserver/fb/fbpush.c
    U XF4/xc/programs/Xserver/fb/fbrop.h
    U XF4/xc/programs/Xserver/fb/fbscreen.c
    U XF4/xc/programs/Xserver/fb/fbseg.c
    U XF4/xc/programs/Xserver/fb/fbsetsp.c
    U XF4/xc/programs/Xserver/fb/fbsolid.c
    U XF4/xc/programs/Xserver/fb/fbstipple.c
    U XF4/xc/programs/Xserver/fb/fbtile.c
    U XF4/xc/programs/Xserver/fb/fbutil.c
    U XF4/xc/programs/Xserver/fb/fbwindow.c
    U XF4/xc/programs/Xserver/glxStub/Imakefile
    U XF4/xc/programs/Xserver/glxStub/glxstub.c
    U XF4/xc/programs/Xserver/hw/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/XDarwin.man
    U XF4/xc/programs/Xserver/hw/darwin/darwin.c
    U XF4/xc/programs/Xserver/hw/darwin/darwin.h
    U XF4/xc/programs/Xserver/hw/darwin/darwinClut8.h
    U XF4/xc/programs/Xserver/hw/darwin/darwinKeyboard.c
    U XF4/xc/programs/Xserver/hw/darwin/xfIOKit.c
    U XF4/xc/programs/Xserver/hw/darwin/xfIOKit.h
    U XF4/xc/programs/Xserver/hw/darwin/xfIOKitCursor.c
    U XF4/xc/programs/Xserver/hw/darwin/xfIOKitStartup.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Preferences.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Preferences.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XApplication.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XApplication.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XDarwin.icns
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XDarwinStartup.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XView.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XView.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XWindow.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XWindow.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Xserver.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Xserver.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/fakeBoxRec.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/pseudoramiX.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/pseudoramiX.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartz.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartz.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzAudio.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzAudio.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzCocoa.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzCommon.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzCursor.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzCursor.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzPasteboard.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzPasteboard.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzShared.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/quartzStartup.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootless.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessAqua.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessAquaGlue.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.m
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessCommon.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessCommon.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessGC.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessScreen.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessValTree.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessWindow.c
    U XF4/xc/programs/Xserver/hw/darwin/bundle/rootlessWindow.h
    U XF4/xc/programs/Xserver/hw/darwin/bundle/startXClients.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Dutch.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/English.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/French.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/German.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Japanese.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Spanish.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/Swedish.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/XDarwin.pbproj/project.pbxproj
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/Credits.rtf
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/InfoPlist.strings.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/Localizable.strings
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/XDarwinHelp.html.cpp
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/classes.nib
    U XF4/xc/programs/Xserver/hw/darwin/bundle/ko.lproj/MainMenu.nib/objects.nib
    U XF4/xc/programs/Xserver/hw/darwin/utils/Imakefile
    U XF4/xc/programs/Xserver/hw/darwin/utils/README.txt
    U XF4/xc/programs/Xserver/hw/darwin/utils/dumpkeymap.c
    U XF4/xc/programs/Xserver/hw/darwin/utils/dumpkeymap.man
    U XF4/xc/programs/Xserver/hw/dec/ws/Imakefile
    U XF4/xc/programs/Xserver/hw/dec/ws/Xdec.man
    U XF4/xc/programs/Xserver/hw/dec/ws/acc_2da.c
    U XF4/xc/programs/Xserver/hw/dec/ws/acc_3d.c
    U XF4/xc/programs/Xserver/hw/dec/ws/acc_none.c
    U XF4/xc/programs/Xserver/hw/dec/ws/cfbinit.c
    U XF4/xc/programs/Xserver/hw/dec/ws/ext_device.c
    U XF4/xc/programs/Xserver/hw/dec/ws/init.c
    U XF4/xc/programs/Xserver/hw/dec/ws/keynames.h
    U XF4/xc/programs/Xserver/hw/dec/ws/mdepthinit.c
    U XF4/xc/programs/Xserver/hw/dec/ws/ws.h
    U XF4/xc/programs/Xserver/hw/dec/ws/ws_color.c
    U XF4/xc/programs/Xserver/hw/dec/ws/ws_io.c
    U XF4/xc/programs/Xserver/hw/hp/Imakefile
    U XF4/xc/programs/Xserver/hw/hp/Xhp.man
    U XF4/xc/programs/Xserver/hw/hp/ddx_info.c
    U XF4/xc/programs/Xserver/hw/hp/hpCursorUtils.c
    U XF4/xc/programs/Xserver/hw/hp/hpInit.c
    U XF4/xc/programs/Xserver/hw/hp/include/XHPproto.h
    U XF4/xc/programs/Xserver/hw/hp/include/hppriv.h
    U XF4/xc/programs/Xserver/hw/hp/input/Imakefile
    U XF4/xc/programs/Xserver/hw/hp/input/cr16.s
    U XF4/xc/programs/Xserver/hw/hp/input/get_tv.c
    U XF4/xc/programs/Xserver/hw/hp/input/getkeysym.c
    U XF4/xc/programs/Xserver/hw/hp/input/hildef.h
    U XF4/xc/programs/Xserver/hw/hp/input/hpKeyMap.c
    U XF4/xc/programs/Xserver/hw/hp/input/hpext.h
    U XF4/xc/programs/Xserver/hw/hp/input/hpkeys.h
    U XF4/xc/programs/Xserver/hw/hp/input/screentab.h
    U XF4/xc/programs/Xserver/hw/hp/input/x_hil.c
    U XF4/xc/programs/Xserver/hw/hp/input/x_hil.h
    U XF4/xc/programs/Xserver/hw/hp/input/x_hilinit.c
    U XF4/xc/programs/Xserver/hw/hp/input/x_hilinit.h
    U XF4/xc/programs/Xserver/hw/hp/input/x_serialdrv.h
    U XF4/xc/programs/Xserver/hw/hp/input/xtest1imp.c
    U XF4/xc/programs/Xserver/hw/hp/input/X11/XHPlib.h
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/Imakefile
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/X0screens
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/XHPKeymaps
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/hil_driver.c
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/hp7lc2k.c
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/hp7lc2m.c
    U XF4/xc/programs/Xserver/hw/hp/input/drivers/ps2io.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/Imakefile
    U XF4/xc/programs/Xserver/hw/hp/ngle/dregs.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/hyperScrn.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/ngle.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/ngleblt.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglecolormap.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglecolormap.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglecopy.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglecopy.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglecursor.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglecursor.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/ngledevrom.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/ngledoblt.o.8.07
    U XF4/xc/programs/Xserver/hw/hp/ngle/ngleextern.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglehdw.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglenoop.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglenoop.h
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglescreen.c
    U XF4/xc/programs/Xserver/hw/hp/ngle/nglescreen.h
    U XF4/xc/programs/Xserver/hw/kdrive/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/Kdrive.tmpl
    U XF4/xc/programs/Xserver/hw/kdrive/Xkdrive.man
    U XF4/xc/programs/Xserver/hw/kdrive/kaa.c
    U XF4/xc/programs/Xserver/hw/kdrive/kasync.c
    U XF4/xc/programs/Xserver/hw/kdrive/kcmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/kcolor.c
    U XF4/xc/programs/Xserver/hw/kdrive/kcurscol.c
    U XF4/xc/programs/Xserver/hw/kdrive/kdrive.c
    U XF4/xc/programs/Xserver/hw/kdrive/kdrive.h
    U XF4/xc/programs/Xserver/hw/kdrive/kinfo.c
    U XF4/xc/programs/Xserver/hw/kdrive/kinput.c
    U XF4/xc/programs/Xserver/hw/kdrive/kkeymap.c
    U XF4/xc/programs/Xserver/hw/kdrive/kkeymap.h
    U XF4/xc/programs/Xserver/hw/kdrive/kloadmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/kmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/kmode.c
    U XF4/xc/programs/Xserver/hw/kdrive/knoop.c
    U XF4/xc/programs/Xserver/hw/kdrive/kpict.c
    U XF4/xc/programs/Xserver/hw/kdrive/kshadow.c
    U XF4/xc/programs/Xserver/hw/kdrive/ktest.c
    U XF4/xc/programs/Xserver/hw/kdrive/kxv.c
    U XF4/xc/programs/Xserver/hw/kdrive/kxv.h
    U XF4/xc/programs/Xserver/hw/kdrive/vga.c
    U XF4/xc/programs/Xserver/hw/kdrive/vga.h
    U XF4/xc/programs/Xserver/hw/kdrive/igs/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igs.c
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igs.h
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igscmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igscurs.c
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igsdraw.c
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igsdraw.h
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igsreg.c
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igsreg.h
    U XF4/xc/programs/Xserver/hw/kdrive/igs/igsstub.c
    U XF4/xc/programs/Xserver/hw/kdrive/chips/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/chips/chips.c
    U XF4/xc/programs/Xserver/hw/kdrive/chips/chips.h
    U XF4/xc/programs/Xserver/hw/kdrive/chips/chipsdraw.c
    U XF4/xc/programs/Xserver/hw/kdrive/chips/chipsstub.c
    U XF4/xc/programs/Xserver/hw/kdrive/fbdev/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/fbdev/Xfbdev.man
    U XF4/xc/programs/Xserver/hw/kdrive/fbdev/fbdev.c
    U XF4/xc/programs/Xserver/hw/kdrive/fbdev/fbdev.h
    U XF4/xc/programs/Xserver/hw/kdrive/fbdev/fbinit.c
    U XF4/xc/programs/Xserver/hw/kdrive/i810/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810.c
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810.h
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810_cursor.c
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810_reg.h
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810_video.c
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810draw.c
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810draw.h
    U XF4/xc/programs/Xserver/hw/kdrive/i810/i810stub.c
    U XF4/xc/programs/Xserver/hw/kdrive/ipaq/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/ipaq/ipaq.c
    U XF4/xc/programs/Xserver/hw/kdrive/itsy/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/itsy/itsy.c
    U XF4/xc/programs/Xserver/hw/kdrive/itsy/itsy.h
    U XF4/xc/programs/Xserver/hw/kdrive/itsy/kbd.c
    U XF4/xc/programs/Xserver/hw/kdrive/itsy/ts.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/linux/agp.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/agp.h
    U XF4/xc/programs/Xserver/hw/kdrive/linux/bus.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/keyboard.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/linux.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/mouse.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/ms.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/ps2.c
    U XF4/xc/programs/Xserver/hw/kdrive/linux/ts.c
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64.c
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64.h
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64curs.c
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64draw.c
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64draw.h
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c
    U XF4/xc/programs/Xserver/hw/kdrive/mach64/mach64video.c
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/modes.h
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.c
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.h
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/pcmciacurs.c
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/pcmciashadow.c
    U XF4/xc/programs/Xserver/hw/kdrive/pcmcia/pcmciastub.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3.h
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3.nick
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3clock.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3cmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3curs.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3draw.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3draw.h
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3gc.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3reg.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3reg.h
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3rtst.c
    U XF4/xc/programs/Xserver/hw/kdrive/savage/s3stub.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sis.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sis.h
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sisclock.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/siscmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/siscurs.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sisdraw.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sisdraw.h
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sisio.c
    U XF4/xc/programs/Xserver/hw/kdrive/sis530/sisstub.c
    U XF4/xc/programs/Xserver/hw/kdrive/trident/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/trident/trident.c
    U XF4/xc/programs/Xserver/hw/kdrive/trident/trident.h
    U XF4/xc/programs/Xserver/hw/kdrive/trident/tridentcurs.c
    U XF4/xc/programs/Xserver/hw/kdrive/trident/tridentdraw.c
    U XF4/xc/programs/Xserver/hw/kdrive/trident/tridentdraw.h
    U XF4/xc/programs/Xserver/hw/kdrive/trident/tridentstub.c
    U XF4/xc/programs/Xserver/hw/kdrive/trio/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/trio/s3.c
    U XF4/xc/programs/Xserver/hw/kdrive/trio/s3.h
    U XF4/xc/programs/Xserver/hw/kdrive/trio/s3clock.c
    U XF4/xc/programs/Xserver/hw/kdrive/trio/s3cmap.c
    U XF4/xc/programs/Xserver/hw/kdrive/trio/s3curs.c
    U XF4/xc/programs/Xserver/hw/kdrive/trio/s3stub.c
    U XF4/xc/programs/Xserver/hw/kdrive/ts300/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/ts300/ts300.c
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/Xvesa.man
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vbe.c
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vbe.h
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vesa.c
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vesa.h
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vesainit.c
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vga.c
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vga.h
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vm86.c
    U XF4/xc/programs/Xserver/hw/kdrive/vesa/vm86.h
    U XF4/xc/programs/Xserver/hw/kdrive/vxworks/Imakefile
    U XF4/xc/programs/Xserver/hw/kdrive/vxworks/vxkbd.c
    U XF4/xc/programs/Xserver/hw/kdrive/vxworks/vxmouse.c
    U XF4/xc/programs/Xserver/hw/kdrive/vxworks/vxworks.c
    U XF4/xc/programs/Xserver/hw/sun/Imakefile
    U XF4/xc/programs/Xserver/hw/sun/README
    U XF4/xc/programs/Xserver/hw/sun/Xsun.man
    U XF4/xc/programs/Xserver/hw/sun/circleset.h
    U XF4/xc/programs/Xserver/hw/sun/constype.c
    U XF4/xc/programs/Xserver/hw/sun/constype.man
    U XF4/xc/programs/Xserver/hw/sun/kbd_mode.c
    U XF4/xc/programs/Xserver/hw/sun/kbd_mode.man
    U XF4/xc/programs/Xserver/hw/sun/sun.h
    U XF4/xc/programs/Xserver/hw/sun/sunCfb.c
    U XF4/xc/programs/Xserver/hw/sun/sunCfb24.c
    U XF4/xc/programs/Xserver/hw/sun/sunCursor.c
    U XF4/xc/programs/Xserver/hw/sun/sunFbs.c
    U XF4/xc/programs/Xserver/hw/sun/sunGX.c
    U XF4/xc/programs/Xserver/hw/sun/sunGX.h
    U XF4/xc/programs/Xserver/hw/sun/sunInit.c
    U XF4/xc/programs/Xserver/hw/sun/sunIo.c
    U XF4/xc/programs/Xserver/hw/sun/sunKbd.c
    U XF4/xc/programs/Xserver/hw/sun/sunKeyMap.c
    U XF4/xc/programs/Xserver/hw/sun/sunMfb.c
    U XF4/xc/programs/Xserver/hw/sun/sunMouse.c
    U XF4/xc/programs/Xserver/hw/sun/sunMultiDepth.c
    U XF4/xc/programs/Xserver/hw/sunLynx/Imakefile
    U XF4/xc/programs/Xserver/hw/sunLynx/btreg.h
    U XF4/xc/programs/Xserver/hw/sunLynx/btvar.h
    U XF4/xc/programs/Xserver/hw/sunLynx/cgsixreg.h
    U XF4/xc/programs/Xserver/hw/sunLynx/fbio.h
    U XF4/xc/programs/Xserver/hw/sunLynx/patch.Console
    U XF4/xc/programs/Xserver/hw/sunLynx/patch.Console-2.4.0
    U XF4/xc/programs/Xserver/hw/sunLynx/sun.h
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyCfb.c
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyFbs.c
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyInit.c
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyIo.c
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyKbd.c
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyMouse.c
    U XF4/xc/programs/Xserver/hw/sunLynx/sunLyUtil.c
    U XF4/xc/programs/Xserver/hw/sunLynx/vuid_event.h
    U XF4/xc/programs/Xserver/hw/vfb/Imakefile
    U XF4/xc/programs/Xserver/hw/vfb/InitInput.c
    U XF4/xc/programs/Xserver/hw/vfb/InitOutput.c
    U XF4/xc/programs/Xserver/hw/vfb/Xvfb.man
    U XF4/xc/programs/Xserver/hw/vfb/lk201kbd.h
    U XF4/xc/programs/Xserver/hw/xfree86/CHANGELOG
    U XF4/xc/programs/Xserver/hw/xfree86/CHANGELOG.ND
    U XF4/xc/programs/Xserver/hw/xfree86/CHANGELOG.R5
    U XF4/xc/programs/Xserver/hw/xfree86/DebuggingHints
    U XF4/xc/programs/Xserver/hw/xfree86/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/Options
    U XF4/xc/programs/Xserver/hw/xfree86/RAC.Notes
    U XF4/xc/programs/Xserver/hw/xfree86/Registry
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Conf.cpp
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Config.man
    U XF4/xc/programs/Xserver/hw/xfree86/XF98Conf.cpp
    U XF4/xc/programs/Xserver/hw/xfree86/XFree86.man
    U XF4/xc/programs/Xserver/hw/xfree86/xf86Version.h
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/CHANGELOG
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/LICENSE
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/README
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/README.html
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/TODO
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/XF86Setup.man
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/confread.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/confwrite.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/done.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/filelist.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/filelist98.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/kbddata.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/main.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/keyboard.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/modeselect.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/mondata.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/monitor.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/ph2notk.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/phase1.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/phase2.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/phase3.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/phase4.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/srvflags.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclcards.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclcurses.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclcurses.h
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclkbd.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.h
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclother.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclvidmode.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclvidmode.h
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tclxkbui.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tkother.c
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/vidmode.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/xfsconf.h
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/XFree86.msk
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/XFree86.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/vidcard.msk
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/vidcard.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/findopts
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/mseconfig.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig.man
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/README
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/button.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/combobox.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/dialog.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/downarrow.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/entry.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/focus.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/init.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/license.terms
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/listbox.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/menu.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/misc.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/narrower.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/optionMenu.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/palette.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/prolog.ps
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/scale.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/scrollbar.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/shorter.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/taller.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tclIndex
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tearoff.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/text.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tk.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tkerror.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/uparrow.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/wider.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/local_text.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_card.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_done.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_intro.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_keyboard.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_modeselect.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_monitor.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_mouse.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_other.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/messages.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_card.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_done.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_intro.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_keyboard.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_modeselect.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_monitor.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_mouse.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_other.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/message_proc.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/messages.tcl
    U XF4/xc/programs/Xserver/hw/xfree86/common/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/common/atKeynames.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/compiler.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/fourcc.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/modeline2c.pl
    U XF4/xc/programs/Xserver/hw/xfree86/common/scoasm.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Beta.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Bus.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Config.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Config.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Configure.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86DGA.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86DPMS.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Debug.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86DefModes.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86DoProbe.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86DoScanPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Events.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86ExtInit.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Globals.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Helper.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86InPriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Init.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Io.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Kbd.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86KbdBSD.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86KbdLnx.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86KbdMach.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Keymap.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86MiscExt.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Mode.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Module.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Opt.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Option.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86PM.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Priv.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Privstr.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Resources.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86VidMode.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86XKB.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xisb.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86cmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86cmap.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86fbBus.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86fbman.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86fbman.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86isaBus.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86str.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86xv.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86xv.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86xvmc.c
    U XF4/xc/programs/Xserver/hw/xfree86/common/xf86xvmc.h
    U XF4/xc/programs/Xserver/hw/xfree86/common/xisb.h
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/DDC.HOWTO
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/ddcProperty.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/edid.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/edid.h
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/interpret_edid.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/interpret_vdif.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/print_edid.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/print_vdif.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/vdif.h
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.c
    U XF4/xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.h
    U XF4/xc/programs/Xserver/hw/xfree86/doc/AccelCards
    U XF4/xc/programs/Xserver/hw/xfree86/doc/BUILD
    U XF4/xc/programs/Xserver/hw/xfree86/doc/BugReport.cpp
    U XF4/xc/programs/Xserver/hw/xfree86/doc/CODING
    U XF4/xc/programs/Xserver/hw/xfree86/doc/DESIGN
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Devices
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Install
    U XF4/xc/programs/Xserver/hw/xfree86/doc/LICENSE
    U XF4/xc/programs/Xserver/hw/xfree86/doc/LbxproxyOnly
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Monitors
    U XF4/xc/programs/Xserver/hw/xfree86/doc/OS2.Notes
    U XF4/xc/programs/Xserver/hw/xfree86/doc/QuickStart.doc
    U XF4/xc/programs/Xserver/hw/xfree86/doc/READ.Mach32
    U XF4/xc/programs/Xserver/hw/xfree86/doc/READ.Mach64
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.3Dlabs
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.Bsdi
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.Config
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.DECtga
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.DGA
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.DGUX
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.DRI
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.I128
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.DRIcomp
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.Darwin
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.FreeBSD
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.Linux
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.LynxOS
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.MGA
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.NV1
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.NVIDIA
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.OS2
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.NetBSD
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.Oak
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.OpenBSD
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.P9000
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.S3
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.SCO
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.SOLX86
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.SVR4
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.SiS
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.Video7
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.WstDig
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.agx
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.apm
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.ark
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.ati
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.chips
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.cirrus
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.cyrix
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.dps
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.epson
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.fbdev
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.fonts
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.i740
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.i810
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.isc
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.mouse
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.neomagic
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.newport
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.r128
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.rapidaccess
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.rendition
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.s3virge
    U XF4/xc/programs/Xserver/hw/xfree86/doc/README.tseng
    U XF4/xc/programs/Xserver/hw/xfree86/doc/RELNOTES
    U XF4/xc/programs/Xserver/hw/xfree86/doc/ServersOnly
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Status
    U XF4/xc/programs/Xserver/hw/xfree86/doc/xinput
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Versions
    U XF4/xc/programs/Xserver/hw/xfree86/doc/VideoBoard98
    U XF4/xc/programs/Xserver/hw/xfree86/doc/VideoModes.doc
    U XF4/xc/programs/Xserver/hw/xfree86/doc/modeDB.txt
    U XF4/xc/programs/Xserver/hw/xfree86/doc/smartsched
    U XF4/xc/programs/Xserver/hw/xfree86/doc/man/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/doc/man/XF86DGA.man
    U XF4/xc/programs/Xserver/hw/xfree86/doc/man/XF86Misc.man
    U XF4/xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/AccelCards
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/INSTALL
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README98
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/README98.1st
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.man
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/1st.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/INSTALL.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/read98.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/3Dlabs.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Bsdi.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Config.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/DECtga.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/DESIGN.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/DGUX.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/DRI.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/DRIcomp.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Darwin.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/I128.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Install.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/LICENSE.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Linux.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/MGA.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach32.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach64.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/NVIDIA.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/OS2Notes.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Oak.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/OpenBSD.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/P9000.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/QuickStart.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/S3.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/SCO.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/add.sh
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/SOLX86.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Solaris.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Status.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Versions.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/Video7.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/VideoModes.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/WstDig.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/agx.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/apm.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/ark.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/chips.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/cirrus.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/cyrix.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/defs.ent
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/dps.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/epson.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/fbdev.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/fonts.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/i740.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/index.post
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/index.pre
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/isc.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/mdefs.cpp
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/neomagic.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/newport.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/r128.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/s3virge.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/tseng.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/doc/sgml/xinput.sgml
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/confdrv.sh
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_funcs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/apm/apm_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ark/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ark/ark.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ark/ark_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ark/ark_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ark/ark_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiaccel.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiadapter.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiadapter.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiadjust.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiadjust.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atibank.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atibank.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atibus.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atibus.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticlock.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticlock.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticonfig.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticrtc.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/aticursor.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atidsp.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atidsp.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiident.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiio.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimode.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimode.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atimono.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atipriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiproto.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiregs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atirgb514.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atirgb514.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiutil.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiutil.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativgaio.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/ativgaio.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atividmem.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atividmem.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonder.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonder.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonderio.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atiwonderio.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/atixv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dripriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_misc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_sarea.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_version.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dripriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_misc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_sarea.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_version.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/chips.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_BlitMM.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_Blitter.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_BltHiQV.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_bank.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_ddc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_regs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/ct_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/util/AsmMacros.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/util/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/util/dRegs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/util/mRegs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/chips/util/modClock.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/CirrusClk.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/README.multihead
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_hwcurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaa.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaam.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/cirrus.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_hwcurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_bank.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_helper.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/fbdev/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/fbdev/fbdev.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glide/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glide/glide.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/DRI.txt
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/IBMramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/README.pm3
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/TIramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dripriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/glint_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm2_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm2_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm2_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm2ramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm2v_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm2vramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/pm_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/sx_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/tx_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/glint/tx_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/IBMRGB.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/Ti302X.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128IBMDAC.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128init.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i128/i128reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740_macros.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i740/i740_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_hwmc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_memory.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_wmark.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/imstt/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/imstt/imstt_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/README_HALLIB
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/client.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/clientlx.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_arc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_bios.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dac3026.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dacG.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dh.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dripriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_map.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_g450pll.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_halmod.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_hwcurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_macros.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_sarea.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_storm.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_ucode.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mga_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/mgareg_flags.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/HALlib/binding.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/util/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/util/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/mga/util/stormdwg.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/TODO
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2070.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2090.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2097.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_2200.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_bank.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_macros.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/neomagic/neomagic.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/XF86Config.indy
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport_cmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport_regs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/newport/newport_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_const.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_include.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_local.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_proto.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_type.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_xaa.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nvreg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/nvvga.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/riva_hw.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/riva_hw.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/nv/riva_tbl.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/README.uc
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/accel.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/accelX.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/cmd2d.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/commonregs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/cscode.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/hwcursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/hwcursor.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_options.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition_shadow.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/v10002d.uc
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/v1kregs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/v1krisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/v1krisc.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/v20002d.uc
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/v2kregs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vboard.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vboard.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vgafont-std.data
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vgafont-vrx.data
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vgapalette.data
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vloaduc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vloaduc.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vmisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vmisc.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vmodes.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vmodes.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vos.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vtypes.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vvga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/rendition/vvga.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/newmmio.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_IBMRGB.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Ti.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Trio64DAC.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_bios.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3/s3_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/CALLMAP
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/TODO_NOTES
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/newmmio.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/regs3v.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_hwcurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_macros.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_rop.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v_xv.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3virge.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_bci.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_image.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/savage/savage_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/CALLMAP
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/Release.txt
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/regsmi.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/siliconmotion.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_hwcurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_video.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis530_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis530_accel.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_bios.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_bios.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_cursor.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dac.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_setup.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_shadow.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vb.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vb.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sis/sis_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunbw2/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunbw2/bw2.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunbw2/bw2_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunbw2/sunbw2.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg14/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg14/cg14.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg14/cg14_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg14/suncg14.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg3/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg3/cg3.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg3/cg3_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg3/suncg3.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg6/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suncg6/suncg6.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/VISmoveImage.s
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_asm.s
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_attr.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_bcopy.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_checks.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_circle.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_clip.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_clip.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_cplane.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dac.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dbe.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_ddc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_drishare.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_fifo.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_frect.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_fspans.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_gc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_gc.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_glyph.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_gspans.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_line.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_loops.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_plygon.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_point.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_rcache.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_rect.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_seg.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_sspans.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_stip.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_stip.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_stubs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_wid.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_wline.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_zeroarc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunffb/sunffb.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/BT463ramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/BTramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/IBM561ramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/ICS1562.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga_line.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tga/tga_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_bcopy.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_checks.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_frect.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_frectsp.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_fspans.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_fspanssp.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_gc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_gc.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_glyph.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/leo_stubs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/sunleo/sunleo.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suntcx/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suntcx/suntcx.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dripriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_hwcurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_priv.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_priv.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_sli.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfxdefs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/blade_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/image_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_bank.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_regs.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/trident_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/tridenthelper.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/tridentramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/trident/tvga_dac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_accel.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_acl.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_acl.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_bank.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_clock.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_colexp.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_dga.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_dpms.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_driver.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_inline.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_ramdac.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/v4l/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/v4l/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/v4l/videodev.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vesa/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vga/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vga/generic.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vga/vga.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/README
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/bits2pixels.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/bits2pixels.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/guest_os.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/includeCheck.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/svga_limits.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/svga_reg.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vm_basic_types.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vm_device_version.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmware.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmware.h
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmware.man
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwareblt.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarebstor.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarecurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarefillarc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarefs.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwaregc.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwareglblt.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwareimage.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwareline.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwareply1rct.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarepolypnt.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarepush.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarerect.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwaretext.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarewindow.c
    U XF4/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwarezerarc.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/README
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/dummylib.h
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/fatalerror.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/getvalidbios.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/pcitestmulti.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/verrorf.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/verrorfverb.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xalloc.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86addrestolist.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86allocscripi.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86drvmsg.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86drvmsgverb.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86errorf.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86errorfverb.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86getpagesize.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86getverb.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86info.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86msg.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86msgverb.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86opt.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86screens.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86servisinit.c
    U XF4/xc/programs/Xserver/hw/xfree86/dummylib/xf86verbose.c
    U XF4/xc/programs/Xserver/hw/xfree86/etc/2key.c
    U XF4/xc/programs/Xserver/hw/xfree86/etc/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/etc/MTRR-Lynx.shar
    U XF4/xc/programs/Xserver/hw/xfree86/etc/XdmConf.svr4
    U XF4/xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh
    U XF4/xc/programs/Xserver/hw/xfree86/etc/apNetBSD.shar
    U XF4/xc/programs/Xserver/hw/xfree86/etc/apSolaris.shar
    U XF4/xc/programs/Xserver/hw/xfree86/etc/apSolx86.shar
    U XF4/xc/programs/Xserver/hw/xfree86/etc/dmmap.shar
    U XF4/xc/programs/Xserver/hw/xfree86/etc/extramodes
    U XF4/xc/programs/Xserver/hw/xfree86/etc/install.sv3
    U XF4/xc/programs/Xserver/hw/xfree86/etc/install.sv4
    U XF4/xc/programs/Xserver/hw/xfree86/etc/joycal.c
    U XF4/xc/programs/Xserver/hw/xfree86/etc/kbd_mode.c
    U XF4/xc/programs/Xserver/hw/xfree86/etc/kbd_mode.man
    U XF4/xc/programs/Xserver/hw/xfree86/etc/ldterm.sdevice
    U XF4/xc/programs/Xserver/hw/xfree86/etc/mmapSVR3.shar
    U XF4/xc/programs/Xserver/hw/xfree86/etc/pcitweak.c
    U XF4/xc/programs/Xserver/hw/xfree86/etc/pcitweak.man
    U XF4/xc/programs/Xserver/hw/xfree86/etc/ptem.sdevice
    U XF4/xc/programs/Xserver/hw/xfree86/etc/ptm.sdevice
    U XF4/xc/programs/Xserver/hw/xfree86/etc/pts.node
    U XF4/xc/programs/Xserver/hw/xfree86/etc/pts.sdevice
    U XF4/xc/programs/Xserver/hw/xfree86/etc/pty.cfg
    U XF4/xc/programs/Xserver/hw/xfree86/etc/scanpci.c
    U XF4/xc/programs/Xserver/hw/xfree86/etc/scanpci.man
    U XF4/xc/programs/Xserver/hw/xfree86/etc/sp.node
    U XF4/xc/programs/Xserver/hw/xfree86/etc/sp.sdevice
    U XF4/xc/programs/Xserver/hw/xfree86/etc/sun.tcap
    U XF4/xc/programs/Xserver/hw/xfree86/etc/sun.tinfo
    U XF4/xc/programs/Xserver/hw/xfree86/etc/svr3_patch
    U XF4/xc/programs/Xserver/hw/xfree86/etc/svr3_rem_pch
    U XF4/xc/programs/Xserver/hw/xfree86/etc/vga.bdf
    U XF4/xc/programs/Xserver/hw/xfree86/etc/svr4_patch
    U XF4/xc/programs/Xserver/hw/xfree86/etc/svr4_rem_pch
    U XF4/xc/programs/Xserver/hw/xfree86/etc/vesamodes
    U XF4/xc/programs/Xserver/hw/xfree86/etc/xcode.xfree86
    U XF4/xc/programs/Xserver/hw/xfree86/etc/xmodmap.std
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/build-bindist
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/build-bindist
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Cygwin/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ix86/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/quartz-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Darwin-ppc/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin1-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin1-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xdm-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xdm-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/var-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/var-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/Mono-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/Sun24-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/sun-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/drivers-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/etc-dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/etc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/fsrv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lib-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lib-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/man-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/man-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/mod-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/nest-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prog-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prog-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prt-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/update-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/vfb-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/xserv-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/dir
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/doc-excl
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/doc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/docupd-upd
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/extras
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/f100-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fcyr-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fenc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnts-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fscl-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/html-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/jdoc-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/common/ps-list
    U XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/os2/host.def
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/README
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.h
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.man
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhwstub.c
    U XF4/xc/programs/Xserver/hw/xfree86/fbdevhw/fbpriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/i2c/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c
    U XF4/xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h
    U XF4/xc/programs/Xserver/hw/xfree86/i2c/xf86i2cmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/confdrv.sh
    U XF4/xc/programs/Xserver/hw/xfree86/input/acecad/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/acecad/acecad.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/acecad/acecad.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/acecad/acecad.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/calcomp/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/calcomp/calcomp.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/calcomp/xf86Calcomp.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/calcomp/xf86Calcomp.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/citron/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/citron/citron.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/citron/citron.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/citron/citron.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/digitaledge/DigitalEdge.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/digitaledge/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/dmc/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/dmc/dmc.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/dmc/xf86DMC.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/dmc/xf86DMC.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/dynapro/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/dynapro/dynapro.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/dynapro/xf86Dyna.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/dynapro/xf86Dyna.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/elo2300/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/elo2300/elo.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/elo2300/elo.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/elographics/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/elographics/elographics.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/elographics/xf86Elo.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/hyperpen/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/hyperpen/xf86HyperPen.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/joystick/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/joystick/xf86Jstk.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/keyboard/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/keyboard/keyboard.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/magellan/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/magellan/magellan.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/magellan/magellan.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/magictouch/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/magictouch/magictouch.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/magictouch/xf86MagicTouch.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/microtouch/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/microtouch/microtouch.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/mouse/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/mouse/mousePriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/mouse/pnp.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/mutouch/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/mutouch/mutouch.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/mutouch/xf86MuTouch.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/penmount/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/penmount/penmount.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/penmount/xf86PM.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/penmount/xf86PM.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/sample/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/sample/README
    U XF4/xc/programs/Xserver/hw/xfree86/input/sample/sample.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/sample/sample.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/spaceorb/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/spaceorb/spaceorb.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/spaceorb/spaceorb.h
    U XF4/xc/programs/Xserver/hw/xfree86/input/summa/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/summa/xf86Summa.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/void/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/void/void.c
    U XF4/xc/programs/Xserver/hw/xfree86/input/void/void.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/wacom/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/input/wacom/wacom.man
    U XF4/xc/programs/Xserver/hw/xfree86/input/wacom/xf86Wacom.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/INT10.HOWTO
    U XF4/xc/programs/Xserver/hw/xfree86/int10/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/int10/generic.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/helper_exec.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/helper_mem.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/pci.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/stub.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/xf86int10.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/xf86int10.h
    U XF4/xc/programs/Xserver/hw/xfree86/int10/xf86int10module.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/xf86x86emu.c
    U XF4/xc/programs/Xserver/hw/xfree86/int10/xf86x86emu.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/loader/README
    U XF4/xc/programs/Xserver/hw/xfree86/loader/SparcMulDiv.S
    U XF4/xc/programs/Xserver/hw/xfree86/loader/aout.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/aoutloader.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/aoutloader.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/ar.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/coff.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/coffloader.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/coffloader.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/dixsym.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/dlloader.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/dlloader.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/elf.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/elfloader.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/elfloader.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/extsym.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/fontsym.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/hash.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/hash.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/loader.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/loader.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/loaderProcs.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/loadext.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/loadfont.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/loadmod.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/misym.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/os.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/os2funcs.c
    U XF4/xc/programs/Xserver/hw/xfree86/loader/sym.h
    U XF4/xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/README.OS-lib
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/assyntax.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/int10Defines.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86OSmouse.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86OSpriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drmI810.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drmI830.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drmMga.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drmR128.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drmRadeon.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/xf86drmSiS.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsdResource.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_VTsw.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_apm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_axp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_ev56.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_jstk.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kmod.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kqueue_apm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Makefile.bsd
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/ati_pcigart.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drmP.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_agpsupport.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_auth.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_bufs.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_context.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_dma.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_drawable.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_fops.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_init.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_ioctl.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_linux.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_lists.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_lock.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_memory.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_os_freebsd.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_scatter.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_sysctl.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_vm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i810_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i830_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga_state.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga_ucode.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/mga/mga_warp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/gamma/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/gamma/gamma.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/gamma/gamma_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/gamma/gamma_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/gamma/gamma_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i810/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i810/i810.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i810/i810_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i810/i810_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i810/i810_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i830/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i830/i830.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i830/i830_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i830/i830_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/i830/i830_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128/r128.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128/r128_cce.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128/r128_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128/r128_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/r128/r128_state.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon/radeon.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon/radeon_cp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon/radeon_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon/radeon_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon/radeon_state.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis_ds.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis_ds.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis_mm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/tdfx/Makefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/tdfx/tdfx.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/tdfx/tdfx_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/data.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/descr.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/parse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/usage.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/usb.3
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/usb.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/usb_hid_usages
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsd/libusb/usbvar.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsdi/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/Sbus.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/axpPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/freebsdPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/ppcPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/bios_DGmmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_kbd.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_kbdEv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_tty.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/hurd/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/hurd/bios_mmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/agpgart.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnxResource.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_axp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_ev56.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_jstk.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kmod.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_pci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/drmmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmHash.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmI810.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmI830.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmMga.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmR128.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmRadeon.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmRandom.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmSL.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmSiS.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Config.in
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.linux
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/README.drm
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/ati_pcigart.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/dristat.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drmP.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_agpsupport.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_auth.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_bufs.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_context.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_dma.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_drawable.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_fops.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_init.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_ioctl.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_lists.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_lock.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_memory.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_proc.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_scatter.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_stub.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm_vm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drmstat.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/gamma.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/gamma_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/gamma_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/gamma_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i810.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i810_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i810_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i810_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i810_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i830.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i830_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i830_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i830_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/i830_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_dma.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_state.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_ucode.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/mga_warp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/picker.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_cce.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_state.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon_cp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon_state.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis_drm.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis_drv.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis_ds.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis_ds.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/sis_mm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/tdfx.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/tdfx_drv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/int10/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/linux/int10/linux.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_mmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_noinline.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_ppc.S
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/BUSmemcpy.S
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/BUSmemcpy.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/Delay.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/IODelay.S
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/IODelay.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/SlowBcopy.S
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/SlowBcopy.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_Util.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/README
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/nto_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/nto_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/nto_ioperm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/nto_kbdEv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/nto_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/nto/nto_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/README
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_VTsw.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_diag.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_ioperm.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_kbdEv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_serial.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_stubs.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/int10/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/os2/int10/os2.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/pmax_devs.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/pmax_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/pmax_map.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/pmax_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/pmax_pci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/pmax/pmax_ppc.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_VTsw.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_kbd.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_select.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_utils.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/qnx4/qnx_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sco/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sco/VTsw_sco.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/VTsw_noop.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/VTsw_usl.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/agp_noop.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/bios_devmem.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/bios_mmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/inout.S
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/ioperm_noop.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/kmod_noop.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/pm_noop.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/sigio.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/sigiostubs.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/stdPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/stdResource.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/std_kbdEv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/sysv_kbd.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/sysv_tty.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/vidmem.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/xf86Axp.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/shared/xf86Axp.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_bios.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_inout.s
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_kbd.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_kbdEv.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_vid.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_init.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_io.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_mouse.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_video.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/xqueue.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/sysv/xqueue.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/vbe/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/vbe/vbe.c
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/vbe/vbe.h
    U XF4/xc/programs/Xserver/hw/xfree86/os-support/vbe/vbe_module.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Configint.h
    U XF4/xc/programs/Xserver/hw/xfree86/parser/DRI.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Device.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Files.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Flags.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Input.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Keyboard.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Layout.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Module.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Monitor.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Pointer.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Screen.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Vendor.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/Video.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/configProcs.h
    U XF4/xc/programs/Xserver/hw/xfree86/parser/cpconfig.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/read.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/scan.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/write.c
    U XF4/xc/programs/Xserver/hw/xfree86/parser/xf86Optrec.h
    U XF4/xc/programs/Xserver/hw/xfree86/parser/xf86Parser.h
    U XF4/xc/programs/Xserver/hw/xfree86/parser/xf86tokens.h
    U XF4/xc/programs/Xserver/hw/xfree86/rac/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/rac/xf86RAC.c
    U XF4/xc/programs/Xserver/hw/xfree86/rac/xf86RAC.h
    U XF4/xc/programs/Xserver/hw/xfree86/rac/xf86RACmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/BT.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/BT.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/BTPriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/CURSOR.NOTES
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/IBM.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/IBM.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/IBMPriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/TI.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/TI.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/TIPriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86CursorPriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86HWCurs.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDac.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDac.h
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacCmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacMod.c
    U XF4/xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacPriv.h
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/README
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/copyright.c
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/keyword.i
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/lex.l
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/os.h
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/reconfig.man
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/reconfig.y
    U XF4/xc/programs/Xserver/hw/xfree86/reconfig/strlist.h
    U XF4/xc/programs/Xserver/hw/xfree86/scanpci/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/scanpci/xf86PciData.c
    U XF4/xc/programs/Xserver/hw/xfree86/scanpci/xf86PciData.h
    U XF4/xc/programs/Xserver/hw/xfree86/scanpci/xf86ScanPci.c
    U XF4/xc/programs/Xserver/hw/xfree86/scanpci/xf86ScanPci.h
    U XF4/xc/programs/Xserver/hw/xfree86/scanpci/module/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/sdk/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/sdk/Imakefile.SDK
    U XF4/xc/programs/Xserver/hw/xfree86/sdk/README
    U XF4/xc/programs/Xserver/hw/xfree86/sdk/mkmf.cpp
    U XF4/xc/programs/Xserver/hw/xfree86/sdk/site.def.SDK
    U XF4/xc/programs/Xserver/hw/xfree86/shadowfb/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/shadowfb/sfbmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/shadowfb/shadow.c
    U XF4/xc/programs/Xserver/hw/xfree86/shadowfb/shadowfb.h
    U XF4/xc/programs/Xserver/hw/xfree86/vgahw/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/vgahw/vgaCmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/vgahw/vgaHW.c
    U XF4/xc/programs/Xserver/hw/xfree86/vgahw/vgaHW.h
    U XF4/xc/programs/Xserver/hw/xfree86/vgahw/vgaHWmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/Imakefile.EXP
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/XAA.HOWTO
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaa.h
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaBitBlt.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaBitOrder.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaBitmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaCpyArea.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaCpyPlane.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaCpyWin.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaDashLine.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaFallback.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaFillArc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaFillPoly.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaFillRect.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaGC.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaGCmisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaImage.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaInit.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaInitAccel.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaLine.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaLineMisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaNonTEGlyph.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaNonTEText.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaOffscreen.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaOverlay.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaOverlayDF.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaPCache.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaPaintWin.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaPict.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaROP.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaRect.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaSpans.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaStateChange.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaStipple.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaTEGlyph.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaTEGlyphBlt.S
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaTEText.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaTables.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaaWideLine.c
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaacexp.h
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaalocal.h
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaarop.h
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/xaawrap.h
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/lsb_first/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/lsb_fixed/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/msb_first/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xaa/msb_fixed/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/mfbmap.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/mfbmap.sh
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/mfbmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/mfbunmap.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/mfbunmap.sh
    U XF4/xc/programs/Xserver/hw/xfree86/xf1bpp/xf1bpp.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfb24_32.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfb24_32module.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbbstore.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbcpyarea.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbgc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbgcmisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbimage.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbpixmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbscrinit.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf24_32bpp/cfbwindow.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/NOTES
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/OScompiler.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/emulOpStip.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/emulRepAre.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/emulTile.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ibmTrace.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbbres.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbbresd.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbfillarc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbhrzvert.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbimggblt.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbzerarc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/offscreen.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcArea.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcBStore.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcCReduce.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcClip.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcCpArea.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcDepth.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcFillRct.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGC.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGetSp.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcIO.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcImg.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcPixFS.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcPixmap.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcPntWin.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcPolyPnt.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcPolyRec.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcQuery.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcRslvC.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcSetSp.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcSpMcro.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcWinFS.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/ppcWindow.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaBitBlt.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaGC.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaImages.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaReg.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaSolid.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaStipple.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgaVideo.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/vgamodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/wm3.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/wm3.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/TODO
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/XF86Cfg.ad
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/accessx.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/card-cfg.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/card-cfg.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/card.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/card.xpm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/cards.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/cards.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/computer.xpm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/config.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/config.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/down.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/expert.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/help.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/help.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/interface.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/keyboard-cfg.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/keyboard-cfg.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/keyboard.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/keyboard.xpm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/left.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/loader.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/loader.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/loadmod.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/monitor-cfg.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/monitor-cfg.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/monitor.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/monitor.xpm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/mouse-cfg.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/mouse-cfg.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/mouse.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/mouse.xpm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/narrower.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/options.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/options.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/right.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/screen-cfg.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/screen-cfg.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/screen.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/screen.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/shorter.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/startx.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/stubs.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/stubs.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/taller.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/text-mode.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/up.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/vidmode.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/vidmode.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/wider.xbm
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/xf86cfg.man
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/xf86config.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86cfg/xf86config.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/Cards
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/Cards98
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/cards.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/cards.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.cmd
    U XF4/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.man
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_16bpp/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_16bpp/cfb8_16.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_16bpp/cfb8_16module.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_16bpp/cfbscrinit.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_16bpp/cfbwindow.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfb8_32.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfb8_32module.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbbstore.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbcpyarea.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbcpyplane.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbgc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbgcmisc.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbgcunder.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbimage.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbpntwin.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbscrinit.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbwindow.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32bpp/xf86overlay.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32wid/Imakefile
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32wid/cfb8_32wid.h
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32wid/cfb8_32widmodule.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32wid/cfbscrinit.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32wid/cfbwid.c
    U XF4/xc/programs/Xserver/hw/xfree86/xf8_32wid/cfbwindow.c
    U XF4/xc/programs/Xserver/hw/xnest/Args.c
    U XF4/xc/programs/Xserver/hw/xnest/Args.h
    U XF4/xc/programs/Xserver/hw/xnest/Color.c
    U XF4/xc/programs/Xserver/hw/xnest/Color.h
    U XF4/xc/programs/Xserver/hw/xnest/Cursor.c
    U XF4/xc/programs/Xserver/hw/xnest/Cursor.h
    U XF4/xc/programs/Xserver/hw/xnest/Display.c
    U XF4/xc/programs/Xserver/hw/xnest/Display.h
    U XF4/xc/programs/Xserver/hw/xnest/Drawable.h
    U XF4/xc/programs/Xserver/hw/xnest/Events.c
    U XF4/xc/programs/Xserver/hw/xnest/Events.h
    U XF4/xc/programs/Xserver/hw/xnest/Font.c
    U XF4/xc/programs/Xserver/hw/xnest/GC.c
    U XF4/xc/programs/Xserver/hw/xnest/GCOps.c
    U XF4/xc/programs/Xserver/hw/xnest/GCOps.h
    U XF4/xc/programs/Xserver/hw/xnest/GetTime.c
    U XF4/xc/programs/Xserver/hw/xnest/Handlers.c
    U XF4/xc/programs/Xserver/hw/xnest/Handlers.h
    U XF4/xc/programs/Xserver/hw/xnest/Imakefile
    U XF4/xc/programs/Xserver/hw/xnest/Init.c
    U XF4/xc/programs/Xserver/hw/xnest/Init.h
    U XF4/xc/programs/Xserver/hw/xnest/Keyboard.c
    U XF4/xc/programs/Xserver/hw/xnest/Keyboard.h
    U XF4/xc/programs/Xserver/hw/xnest/Pixmap.c
    U XF4/xc/programs/Xserver/hw/xnest/Pixmap.h
    U XF4/xc/programs/Xserver/hw/xnest/Pointer.c
    U XF4/xc/programs/Xserver/hw/xnest/Pointer.h
    U XF4/xc/programs/Xserver/hw/xnest/Screen.c
    U XF4/xc/programs/Xserver/hw/xnest/Screen.h
    U XF4/xc/programs/Xserver/hw/xnest/TestExt.c
    U XF4/xc/programs/Xserver/hw/xnest/Visual.c
    U XF4/xc/programs/Xserver/hw/xnest/Visual.h
    U XF4/xc/programs/Xserver/hw/xnest/Window.c
    U XF4/xc/programs/Xserver/hw/xnest/XNFont.h
    U XF4/xc/programs/Xserver/hw/xnest/XNGC.h
    U XF4/xc/programs/Xserver/hw/xnest/XNWindow.h
    U XF4/xc/programs/Xserver/hw/xnest/Xnest.h
    U XF4/xc/programs/Xserver/hw/xnest/Xnest.man
    U XF4/xc/programs/Xserver/hw/xnest/icon
    U XF4/xc/programs/Xserver/hw/xnest/os2Stub.c
    U XF4/xc/programs/Xserver/hw/xnest/screensaver
    U XF4/xc/programs/Xserver/hw/xwin/Imakefile
    U XF4/xc/programs/Xserver/hw/xwin/InitInput.c
    U XF4/xc/programs/Xserver/hw/xwin/InitOutput.c
    U XF4/xc/programs/Xserver/hw/xwin/XWin.man
    U XF4/xc/programs/Xserver/hw/xwin/ddraw.h
    U XF4/xc/programs/Xserver/hw/xwin/obj_base.h
    U XF4/xc/programs/Xserver/hw/xwin/win.h
    U XF4/xc/programs/Xserver/hw/xwin/winallpriv.c
    U XF4/xc/programs/Xserver/hw/xwin/winblock.c
    U XF4/xc/programs/Xserver/hw/xwin/winclip.c
    U XF4/xc/programs/Xserver/hw/xwin/wincmap.c
    U XF4/xc/programs/Xserver/hw/xwin/wincreatewnd.c
    U XF4/xc/programs/Xserver/hw/xwin/wincursor.c
    U XF4/xc/programs/Xserver/hw/xwin/wincutpaste.c
    U XF4/xc/programs/Xserver/hw/xwin/winengine.c
    U XF4/xc/programs/Xserver/hw/xwin/wingc.c
    U XF4/xc/programs/Xserver/hw/xwin/winerror.c
    U XF4/xc/programs/Xserver/hw/xwin/winfillsp.c
    U XF4/xc/programs/Xserver/hw/xwin/winfont.c
    U XF4/xc/programs/Xserver/hw/xwin/wingetsp.c
    U XF4/xc/programs/Xserver/hw/xwin/winkeybd.c
    U XF4/xc/programs/Xserver/hw/xwin/winkeybd.h
    U XF4/xc/programs/Xserver/hw/xwin/winlayer.c
    U XF4/xc/programs/Xserver/hw/xwin/winmisc.c
    U XF4/xc/programs/Xserver/hw/xwin/winmouse.c
    U XF4/xc/programs/Xserver/hw/xwin/winms.h
    U XF4/xc/programs/Xserver/hw/xwin/winnativegdi.c
    U XF4/xc/programs/Xserver/hw/xwin/winpfbdd.c
    U XF4/xc/programs/Xserver/hw/xwin/winpixmap.c
    U XF4/xc/programs/Xserver/hw/xwin/winpntwin.c
    U XF4/xc/programs/Xserver/hw/xwin/winpolyline.c
    U XF4/xc/programs/Xserver/hw/xwin/winscrinit.c
    U XF4/xc/programs/Xserver/hw/xwin/winsetsp.c
    U XF4/xc/programs/Xserver/hw/xwin/winshaddd.c
    U XF4/xc/programs/Xserver/hw/xwin/winshadddnl.c
    U XF4/xc/programs/Xserver/hw/xwin/winshadgdi.c
    U XF4/xc/programs/Xserver/hw/xwin/winwakeup.c
    U XF4/xc/programs/Xserver/hw/xwin/winwindow.c
    U XF4/xc/programs/Xserver/hw/xwin/winwndproc.c
    U XF4/xc/programs/Xserver/ilbm/Imakefile
    U XF4/xc/programs/Xserver/ilbm/README
    U XF4/xc/programs/Xserver/ilbm/ilbm.h
    U XF4/xc/programs/Xserver/ilbm/ilbmbitblt.c
    U XF4/xc/programs/Xserver/ilbm/ilbmblt.c
    U XF4/xc/programs/Xserver/ilbm/ilbmbres.c
    U XF4/xc/programs/Xserver/ilbm/ilbmbresd.c
    U XF4/xc/programs/Xserver/ilbm/ilbmbstore.c
    U XF4/xc/programs/Xserver/ilbm/ilbmclip.c
    U XF4/xc/programs/Xserver/ilbm/ilbmcmap.c
    U XF4/xc/programs/Xserver/ilbm/ilbmfillarc.c
    U XF4/xc/programs/Xserver/ilbm/ilbmfillrct.c
    U XF4/xc/programs/Xserver/ilbm/ilbmfillsp.c
    U XF4/xc/programs/Xserver/ilbm/ilbmfont.c
    U XF4/xc/programs/Xserver/ilbm/ilbmgc.c
    U XF4/xc/programs/Xserver/ilbm/ilbmgetsp.c
    U XF4/xc/programs/Xserver/ilbm/ilbmhrzvert.c
    U XF4/xc/programs/Xserver/ilbm/ilbmimage.c
    U XF4/xc/programs/Xserver/ilbm/ilbmimggblt.c
    U XF4/xc/programs/Xserver/ilbm/ilbmline.c
    U XF4/xc/programs/Xserver/ilbm/ilbmmisc.c
    U XF4/xc/programs/Xserver/ilbm/ilbmpixmap.c
    U XF4/xc/programs/Xserver/ilbm/ilbmply1rct.c
    U XF4/xc/programs/Xserver/ilbm/ilbmplygblt.c
    U XF4/xc/programs/Xserver/ilbm/ilbmpntarea.c
    U XF4/xc/programs/Xserver/ilbm/ilbmpntwin.c
    U XF4/xc/programs/Xserver/ilbm/ilbmpolypnt.c
    U XF4/xc/programs/Xserver/ilbm/ilbmpushpxl.c
    U XF4/xc/programs/Xserver/ilbm/ilbmscrinit.c
    U XF4/xc/programs/Xserver/ilbm/ilbmsetsp.c
    U XF4/xc/programs/Xserver/ilbm/ilbmtegblt.c
    U XF4/xc/programs/Xserver/ilbm/ilbmtile.c
    U XF4/xc/programs/Xserver/ilbm/ilbmwindow.c
    U XF4/xc/programs/Xserver/ilbm/ilbmzerarc.c
    U XF4/xc/programs/Xserver/include/Imakefile
    U XF4/xc/programs/Xserver/include/XIstubs.h
    U XF4/xc/programs/Xserver/include/bstore.h
    U XF4/xc/programs/Xserver/include/bstorestr.h
    U XF4/xc/programs/Xserver/include/closestr.h
    U XF4/xc/programs/Xserver/include/closure.h
    U XF4/xc/programs/Xserver/include/colormap.h
    U XF4/xc/programs/Xserver/include/colormapst.h
    U XF4/xc/programs/Xserver/include/cursor.h
    U XF4/xc/programs/Xserver/include/cursorstr.h
    U XF4/xc/programs/Xserver/include/dix.h
    U XF4/xc/programs/Xserver/include/dixevents.h
    U XF4/xc/programs/Xserver/include/dixfont.h
    U XF4/xc/programs/Xserver/include/dixfontstr.h
    U XF4/xc/programs/Xserver/include/dixgrabs.h
    U XF4/xc/programs/Xserver/include/dixstruct.h
    U XF4/xc/programs/Xserver/include/exevents.h
    U XF4/xc/programs/Xserver/include/extension.h
    U XF4/xc/programs/Xserver/include/extinit.h
    U XF4/xc/programs/Xserver/include/extnsionst.h
    U XF4/xc/programs/Xserver/include/gc.h
    U XF4/xc/programs/Xserver/include/gcstruct.h
    U XF4/xc/programs/Xserver/include/globals.h
    U XF4/xc/programs/Xserver/include/input.h
    U XF4/xc/programs/Xserver/include/inputstr.h
    U XF4/xc/programs/Xserver/include/misc.h
    U XF4/xc/programs/Xserver/include/miscstruct.h
    U XF4/xc/programs/Xserver/include/opaque.h
    U XF4/xc/programs/Xserver/include/os.h
    U XF4/xc/programs/Xserver/include/pixmap.h
    U XF4/xc/programs/Xserver/include/pixmapstr.h
    U XF4/xc/programs/Xserver/include/property.h
    U XF4/xc/programs/Xserver/include/propertyst.h
    U XF4/xc/programs/Xserver/include/region.h
    U XF4/xc/programs/Xserver/include/regionstr.h
    U XF4/xc/programs/Xserver/include/resource.h
    U XF4/xc/programs/Xserver/include/rgb.h
    U XF4/xc/programs/Xserver/include/screenint.h
    U XF4/xc/programs/Xserver/include/scrnintstr.h
    U XF4/xc/programs/Xserver/include/selection.h
    U XF4/xc/programs/Xserver/include/servermd.h
    U XF4/xc/programs/Xserver/include/site.h
    U XF4/xc/programs/Xserver/include/swaprep.h
    U XF4/xc/programs/Xserver/include/swapreq.h
    U XF4/xc/programs/Xserver/include/validate.h
    U XF4/xc/programs/Xserver/include/window.h
    U XF4/xc/programs/Xserver/include/windowstr.h
    U XF4/xc/programs/Xserver/iplan2p2/Imakefile
    U XF4/xc/programs/Xserver/iplan2p4/Imakefile
    U XF4/xc/programs/Xserver/iplan2p4/ipl.h
    U XF4/xc/programs/Xserver/iplan2p4/iplallpriv.c
    U XF4/xc/programs/Xserver/iplan2p4/iplbitblt.c
    U XF4/xc/programs/Xserver/iplan2p4/iplblt.c
    U XF4/xc/programs/Xserver/iplan2p4/iplbres.c
    U XF4/xc/programs/Xserver/iplan2p4/iplbresd.c
    U XF4/xc/programs/Xserver/iplan2p4/iplbstore.c
    U XF4/xc/programs/Xserver/iplan2p4/iplcmap.c
    U XF4/xc/programs/Xserver/iplan2p4/iplfillarc.c
    U XF4/xc/programs/Xserver/iplan2p4/iplfillrct.c
    U XF4/xc/programs/Xserver/iplan2p4/iplfillsp.c
    U XF4/xc/programs/Xserver/iplan2p4/iplgc.c
    U XF4/xc/programs/Xserver/iplan2p4/iplgetsp.c
    U XF4/xc/programs/Xserver/iplan2p4/iplhrzvert.c
    U XF4/xc/programs/Xserver/iplan2p4/iplimage.c
    U XF4/xc/programs/Xserver/iplan2p4/iplline.c
    U XF4/xc/programs/Xserver/iplan2p4/iplmap.h
    U XF4/xc/programs/Xserver/iplan2p4/iplmergerop.h
    U XF4/xc/programs/Xserver/iplan2p4/iplmskbits.c
    U XF4/xc/programs/Xserver/iplan2p4/iplmskbits.h
    U XF4/xc/programs/Xserver/iplan2p4/iplpack.c
    U XF4/xc/programs/Xserver/iplan2p4/iplpack.h
    U XF4/xc/programs/Xserver/iplan2p4/iplpixmap.c
    U XF4/xc/programs/Xserver/iplan2p4/iplply1rct.c
    U XF4/xc/programs/Xserver/iplan2p4/iplpntwin.c
    U XF4/xc/programs/Xserver/iplan2p4/iplpolypnt.c
    U XF4/xc/programs/Xserver/iplan2p4/iplrrop.c
    U XF4/xc/programs/Xserver/iplan2p4/iplrrop.h
    U XF4/xc/programs/Xserver/iplan2p4/iplscrinit.c
    U XF4/xc/programs/Xserver/iplan2p4/iplsetsp.c
    U XF4/xc/programs/Xserver/iplan2p4/iplsolid.c
    U XF4/xc/programs/Xserver/iplan2p4/ipltegblt.c
    U XF4/xc/programs/Xserver/iplan2p4/ipltile32.c
    U XF4/xc/programs/Xserver/iplan2p4/ipltileodd.c
    U XF4/xc/programs/Xserver/iplan2p4/iplwindow.c
    U XF4/xc/programs/Xserver/iplan2p8/Imakefile
    U XF4/xc/programs/Xserver/lbx/Imakefile
    U XF4/xc/programs/Xserver/lbx/lbxcmap.c
    U XF4/xc/programs/Xserver/lbx/lbxdata.h
    U XF4/xc/programs/Xserver/lbx/lbxdix.c
    U XF4/xc/programs/Xserver/lbx/lbxexts.c
    U XF4/xc/programs/Xserver/lbx/lbxgfx.c
    U XF4/xc/programs/Xserver/lbx/lbxmain.c
    U XF4/xc/programs/Xserver/lbx/lbxopts.c
    U XF4/xc/programs/Xserver/lbx/lbxprop.c
    U XF4/xc/programs/Xserver/lbx/lbxserve.h
    U XF4/xc/programs/Xserver/lbx/lbxsquish.c
    U XF4/xc/programs/Xserver/lbx/lbxsrvopts.h
    U XF4/xc/programs/Xserver/lbx/lbxswap.c
    U XF4/xc/programs/Xserver/lbx/lbxtables.c
    U XF4/xc/programs/Xserver/lbx/lbxtags.c
    U XF4/xc/programs/Xserver/lbx/lbxtags.h
    U XF4/xc/programs/Xserver/lbx/lbxzerorep.c
    U XF4/xc/programs/Xserver/lmfcfb/Imakefile
    U XF4/xc/programs/Xserver/mfb/Imakefile
    U XF4/xc/programs/Xserver/mfb/fastblt.h
    U XF4/xc/programs/Xserver/mfb/maskbits.c
    U XF4/xc/programs/Xserver/mfb/maskbits.h
    U XF4/xc/programs/Xserver/mfb/mergerop.h
    U XF4/xc/programs/Xserver/mfb/mfb.h
    U XF4/xc/programs/Xserver/mfb/mfbbitblt.c
    U XF4/xc/programs/Xserver/mfb/mfbblt.c
    U XF4/xc/programs/Xserver/mfb/mfbbres.c
    U XF4/xc/programs/Xserver/mfb/mfbbresd.c
    U XF4/xc/programs/Xserver/mfb/mfbbstore.c
    U XF4/xc/programs/Xserver/mfb/mfbclip.c
    U XF4/xc/programs/Xserver/mfb/mfbcmap.c
    U XF4/xc/programs/Xserver/mfb/mfbfillarc.c
    U XF4/xc/programs/Xserver/mfb/mfbfillrct.c
    U XF4/xc/programs/Xserver/mfb/mfbfillsp.c
    U XF4/xc/programs/Xserver/mfb/mfbfont.c
    U XF4/xc/programs/Xserver/mfb/mfbgc.c
    U XF4/xc/programs/Xserver/mfb/mfbgetsp.c
    U XF4/xc/programs/Xserver/mfb/mfbhrzvert.c
    U XF4/xc/programs/Xserver/mfb/mfbimage.c
    U XF4/xc/programs/Xserver/mfb/mfbimggblt.c
    U XF4/xc/programs/Xserver/mfb/mfbline.c
    U XF4/xc/programs/Xserver/mfb/mfbmisc.c
    U XF4/xc/programs/Xserver/mfb/mfbmodule.c
    U XF4/xc/programs/Xserver/mfb/mfbpixmap.c
    U XF4/xc/programs/Xserver/mfb/mfbply1rct.c
    U XF4/xc/programs/Xserver/mfb/mfbplygblt.c
    U XF4/xc/programs/Xserver/mfb/mfbpntarea.c
    U XF4/xc/programs/Xserver/mfb/mfbpntwin.c
    U XF4/xc/programs/Xserver/mfb/mfbpolypnt.c
    U XF4/xc/programs/Xserver/mfb/mfbpushpxl.c
    U XF4/xc/programs/Xserver/mfb/mfbscrclse.c
    U XF4/xc/programs/Xserver/mfb/mfbscrinit.c
    U XF4/xc/programs/Xserver/mfb/mfbsetsp.c
    U XF4/xc/programs/Xserver/mfb/mfbtegblt.c
    U XF4/xc/programs/Xserver/mfb/mfbtile.c
    U XF4/xc/programs/Xserver/mfb/mfbwindow.c
    U XF4/xc/programs/Xserver/mfb/mfbzerarc.c
    U XF4/xc/programs/Xserver/mi/Imakefile
    U XF4/xc/programs/Xserver/mi/cbrt.c
    U XF4/xc/programs/Xserver/mi/mi.h
    U XF4/xc/programs/Xserver/mi/miarc.c
    U XF4/xc/programs/Xserver/mi/mibank.c
    U XF4/xc/programs/Xserver/mi/mibank.h
    U XF4/xc/programs/Xserver/mi/mibitblt.c
    U XF4/xc/programs/Xserver/mi/mibstore.c
    U XF4/xc/programs/Xserver/mi/mibstore.h
    U XF4/xc/programs/Xserver/mi/mibstorest.h
    U XF4/xc/programs/Xserver/mi/miclipn.c
    U XF4/xc/programs/Xserver/mi/micmap.c
    U XF4/xc/programs/Xserver/mi/micmap.h
    U XF4/xc/programs/Xserver/mi/micoord.h
    U XF4/xc/programs/Xserver/mi/micursor.c
    U XF4/xc/programs/Xserver/mi/midash.c
    U XF4/xc/programs/Xserver/mi/midispcur.c
    U XF4/xc/programs/Xserver/mi/mieq.c
    U XF4/xc/programs/Xserver/mi/miexpose.c
    U XF4/xc/programs/Xserver/mi/mifillarc.c
    U XF4/xc/programs/Xserver/mi/mifillarc.h
    U XF4/xc/programs/Xserver/mi/mifillrct.c
    U XF4/xc/programs/Xserver/mi/mifpoly.h
    U XF4/xc/programs/Xserver/mi/mifpolycon.c
    U XF4/xc/programs/Xserver/mi/migc.c
    U XF4/xc/programs/Xserver/mi/migc.h
    U XF4/xc/programs/Xserver/mi/miglblt.c
    U XF4/xc/programs/Xserver/mi/miinitext.c
    U XF4/xc/programs/Xserver/mi/miline.h
    U XF4/xc/programs/Xserver/mi/mioverlay.c
    U XF4/xc/programs/Xserver/mi/mioverlay.h
    U XF4/xc/programs/Xserver/mi/mipointer.c
    U XF4/xc/programs/Xserver/mi/mipointer.h
    U XF4/xc/programs/Xserver/mi/mipointrst.h
    U XF4/xc/programs/Xserver/mi/mipoly.c
    U XF4/xc/programs/Xserver/mi/mipoly.h
    U XF4/xc/programs/Xserver/mi/mipolycon.c
    U XF4/xc/programs/Xserver/mi/mipolygen.c
    U XF4/xc/programs/Xserver/mi/mipolypnt.c
    U XF4/xc/programs/Xserver/mi/mipolyrect.c
    U XF4/xc/programs/Xserver/mi/mipolyseg.c
    U XF4/xc/programs/Xserver/mi/mipolytext.c
    U XF4/xc/programs/Xserver/mi/mipolyutil.c
    U XF4/xc/programs/Xserver/mi/mipushpxl.c
    U XF4/xc/programs/Xserver/mi/miregion.c
    U XF4/xc/programs/Xserver/mi/miscanfill.h
    U XF4/xc/programs/Xserver/mi/miscrinit.c
    U XF4/xc/programs/Xserver/mi/mispans.c
    U XF4/xc/programs/Xserver/mi/mispans.h
    U XF4/xc/programs/Xserver/mi/misprite.c
    U XF4/xc/programs/Xserver/mi/misprite.h
    U XF4/xc/programs/Xserver/mi/mispritest.h
    U XF4/xc/programs/Xserver/mi/mistruct.h
    U XF4/xc/programs/Xserver/mi/mivalidate.h
    U XF4/xc/programs/Xserver/mi/mivaltree.c
    U XF4/xc/programs/Xserver/mi/miwideline.c
    U XF4/xc/programs/Xserver/mi/miwideline.h
    U XF4/xc/programs/Xserver/mi/miwindow.c
    U XF4/xc/programs/Xserver/mi/mizerarc.c
    U XF4/xc/programs/Xserver/mi/mizerarc.h
    U XF4/xc/programs/Xserver/mi/mizerclip.c
    U XF4/xc/programs/Xserver/mi/mizerline.c
    U XF4/xc/programs/Xserver/miext/layer/Imakefile
    U XF4/xc/programs/Xserver/miext/layer/layer.h
    U XF4/xc/programs/Xserver/miext/layer/layergc.c
    U XF4/xc/programs/Xserver/miext/layer/layerinit.c
    U XF4/xc/programs/Xserver/miext/layer/layerpict.c
    U XF4/xc/programs/Xserver/miext/layer/layerstr.h
    U XF4/xc/programs/Xserver/miext/layer/layerwin.c
    U XF4/xc/programs/Xserver/miext/shadow/Imakefile
    U XF4/xc/programs/Xserver/miext/shadow/shadow.c
    U XF4/xc/programs/Xserver/miext/shadow/shadow.h
    U XF4/xc/programs/Xserver/miext/shadow/shalloc.c
    U XF4/xc/programs/Xserver/miext/shadow/shmodule.c
    U XF4/xc/programs/Xserver/miext/shadow/shpacked.c
    U XF4/xc/programs/Xserver/miext/shadow/shplanar.c
    U XF4/xc/programs/Xserver/miext/shadow/shplanar8.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot16pack.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot16pack_180.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot16pack_270.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot16pack_90.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot32pack.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot32pack_180.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot32pack_270.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot32pack_90.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot8pack.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot8pack_180.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot8pack_270.c
    U XF4/xc/programs/Xserver/miext/shadow/shrot8pack_90.c
    U XF4/xc/programs/Xserver/miext/shadow/shrotate.c
    U XF4/xc/programs/Xserver/miext/shadow/shrotpack.h
    U XF4/xc/programs/Xserver/os/Imakefile
    U XF4/xc/programs/Xserver/os/WaitFor.c
    U XF4/xc/programs/Xserver/os/access.c
    U XF4/xc/programs/Xserver/os/auth.c
    U XF4/xc/programs/Xserver/os/connection.c
    U XF4/xc/programs/Xserver/os/decompress.c
    U XF4/xc/programs/Xserver/os/genalloca.c
    U XF4/xc/programs/Xserver/os/hpsocket.c
    U XF4/xc/programs/Xserver/os/io.c
    U XF4/xc/programs/Xserver/os/k5auth.c
    U XF4/xc/programs/Xserver/os/lbxio.c
    U XF4/xc/programs/Xserver/os/mitauth.c
    U XF4/xc/programs/Xserver/os/oscolor.c
    U XF4/xc/programs/Xserver/os/osdep.h
    U XF4/xc/programs/Xserver/os/osinit.c
    U XF4/xc/programs/Xserver/os/rpcauth.c
    U XF4/xc/programs/Xserver/os/secauth.c
    U XF4/xc/programs/Xserver/os/utils.c
    U XF4/xc/programs/Xserver/os/xalloc.c
    U XF4/xc/programs/Xserver/os/xdmauth.c
    U XF4/xc/programs/Xserver/os/xdmcp.c
    U XF4/xc/programs/Xserver/randr/Imakefile
    U XF4/xc/programs/Xserver/randr/mirandr.c
    U XF4/xc/programs/Xserver/randr/randr.c
    U XF4/xc/programs/Xserver/randr/randrstr.h
    U XF4/xc/programs/Xserver/record/Imakefile
    U XF4/xc/programs/Xserver/record/record.c
    U XF4/xc/programs/Xserver/record/recordmod.c
    U XF4/xc/programs/Xserver/record/set.c
    U XF4/xc/programs/Xserver/record/set.h
    U XF4/xc/programs/Xserver/record/module/Imakefile
    U XF4/xc/programs/Xserver/render/Imakefile
    U XF4/xc/programs/Xserver/render/glyph.c
    U XF4/xc/programs/Xserver/render/glyphstr.h
    U XF4/xc/programs/Xserver/render/miglyph.c
    U XF4/xc/programs/Xserver/render/miindex.c
    U XF4/xc/programs/Xserver/render/mipict.c
    U XF4/xc/programs/Xserver/render/mipict.h
    U XF4/xc/programs/Xserver/render/mirect.c
    U XF4/xc/programs/Xserver/render/picture.c
    U XF4/xc/programs/Xserver/render/picture.h
    U XF4/xc/programs/Xserver/render/picturestr.h
    U XF4/xc/programs/Xserver/render/render.c
    U XF4/xc/programs/Xserver/xkb/Imakefile
    U XF4/xc/programs/Xserver/xkb/ddxBeep.c
    U XF4/xc/programs/Xserver/xkb/ddxConfig.c
    U XF4/xc/programs/Xserver/xkb/ddxCtrls.c
    U XF4/xc/programs/Xserver/xkb/ddxDevBtn.c
    U XF4/xc/programs/Xserver/xkb/ddxFakeBtn.c
    U XF4/xc/programs/Xserver/xkb/ddxFakeMtn.c
    U XF4/xc/programs/Xserver/xkb/ddxInit.c
    U XF4/xc/programs/Xserver/xkb/ddxKeyClick.c
    U XF4/xc/programs/Xserver/xkb/ddxKillSrv.c
    U XF4/xc/programs/Xserver/xkb/ddxLEDs.c
    U XF4/xc/programs/Xserver/xkb/ddxList.c
    U XF4/xc/programs/Xserver/xkb/ddxLoad.c
    U XF4/xc/programs/Xserver/xkb/ddxVT.c
    U XF4/xc/programs/Xserver/xkb/xkb.c
    U XF4/xc/programs/Xserver/xkb/xkbAccessX.c
    U XF4/xc/programs/Xserver/xkb/xkbActions.c
    U XF4/xc/programs/Xserver/xkb/xkbDflts.h
    U XF4/xc/programs/Xserver/xkb/xkbEvents.c
    U XF4/xc/programs/Xserver/xkb/xkbInit.c
    U XF4/xc/programs/Xserver/xkb/xkbLEDs.c
    U XF4/xc/programs/Xserver/xkb/xkbPrKeyEv.c
    U XF4/xc/programs/Xserver/xkb/xkbPrOtherEv.c
    U XF4/xc/programs/Xserver/xkb/xkbSwap.c
    U XF4/xc/programs/Xserver/xkb/xkbUtils.c
    U XF4/xc/programs/appres/Imakefile
    U XF4/xc/programs/appres/appres.c
    U XF4/xc/programs/appres/appres.man
    U XF4/xc/programs/bdftopcf/Imakefile
    U XF4/xc/programs/bdftopcf/bdftopcf.c
    U XF4/xc/programs/bdftopcf/bdftopcf.man
    U XF4/xc/programs/beforelight/B4light.ad
    U XF4/xc/programs/beforelight/Imakefile
    U XF4/xc/programs/beforelight/b4light.c
    U XF4/xc/programs/beforelight/b4light.man
    U XF4/xc/programs/bitmap/BitEdit.c
    U XF4/xc/programs/bitmap/Bitmap-co.ad
    U XF4/xc/programs/bitmap/Bitmap.ad
    U XF4/xc/programs/bitmap/Bitmap.c
    U XF4/xc/programs/bitmap/Bitmap.h
    U XF4/xc/programs/bitmap/BitmapP.h
    U XF4/xc/programs/bitmap/CutPaste.c
    U XF4/xc/programs/bitmap/Dashes
    U XF4/xc/programs/bitmap/Dialog.c
    U XF4/xc/programs/bitmap/Dialog.h
    U XF4/xc/programs/bitmap/Down
    U XF4/xc/programs/bitmap/Excl
    U XF4/xc/programs/bitmap/FlipHoriz
    U XF4/xc/programs/bitmap/FlipVert
    U XF4/xc/programs/bitmap/Fold
    U XF4/xc/programs/bitmap/Graphics.c
    U XF4/xc/programs/bitmap/Handlers.c
    U XF4/xc/programs/bitmap/Imakefile
    U XF4/xc/programs/bitmap/Left
    U XF4/xc/programs/bitmap/ReqMach.c
    U XF4/xc/programs/bitmap/Requests.h
    U XF4/xc/programs/bitmap/Right
    U XF4/xc/programs/bitmap/RotateLeft
    U XF4/xc/programs/bitmap/RotateRight
    U XF4/xc/programs/bitmap/Stipple
    U XF4/xc/programs/bitmap/Up
    U XF4/xc/programs/bitmap/Term
    U XF4/xc/programs/bitmap/atobm.c
    U XF4/xc/programs/bitmap/bitmap.icon
    U XF4/xc/programs/bitmap/bitmap.man
    U XF4/xc/programs/bitmap/bmtoa.c
    U XF4/xc/programs/bitmap/Bitmap-nocase.ad
    U XF4/xc/programs/cxpm/Imakefile
    U XF4/xc/programs/dpsexec/Imakefile
    U XF4/xc/programs/dpsexec/dpsexec.c
    U XF4/xc/programs/dpsexec/dpsexec.man
    U XF4/xc/programs/dpsinfo/Imakefile
    U XF4/xc/programs/dpsinfo/dpsinfo.c
    U XF4/xc/programs/dpsinfo/dpsinfo.man
    U XF4/xc/programs/dpsinfo/iwraps.psw
    U XF4/xc/programs/editres/Edit-col.ad
    U XF4/xc/programs/editres/Editres.ad
    U XF4/xc/programs/editres/Imakefile
    U XF4/xc/programs/editres/README
    U XF4/xc/programs/editres/actions.c
    U XF4/xc/programs/editres/comm.c
    U XF4/xc/programs/editres/editres.c
    U XF4/xc/programs/editres/editres.man
    U XF4/xc/programs/editres/editresP.h
    U XF4/xc/programs/editres/geometry.c
    U XF4/xc/programs/editres/handler.c
    U XF4/xc/programs/editres/setvalues.c
    U XF4/xc/programs/editres/svpopup.c
    U XF4/xc/programs/editres/utils.c
    U XF4/xc/programs/editres/widgets.c
    U XF4/xc/programs/editres/wtree.c
    U XF4/xc/programs/fslsfonts/Imakefile
    U XF4/xc/programs/fslsfonts/fslsfonts.c
    U XF4/xc/programs/fslsfonts/fslsfonts.man
    U XF4/xc/programs/fstobdf/Imakefile
    U XF4/xc/programs/fstobdf/chars.c
    U XF4/xc/programs/fstobdf/fstobdf.c
    U XF4/xc/programs/fstobdf/fstobdf.h
    U XF4/xc/programs/fstobdf/fstobdf.man
    U XF4/xc/programs/fstobdf/header.c
    U XF4/xc/programs/fstobdf/props.c
    U XF4/xc/programs/glxgears/Imakefile
    U XF4/xc/programs/glxgears/glxgears.c
    U XF4/xc/programs/glxgears/glxgears.man
    U XF4/xc/programs/glxinfo/Imakefile
    U XF4/xc/programs/glxinfo/glxinfo.c
    U XF4/xc/programs/glxinfo/glxinfo.man
    U XF4/xc/programs/iceauth/Imakefile
    U XF4/xc/programs/iceauth/iceauth.c
    U XF4/xc/programs/iceauth/iceauth.h
    U XF4/xc/programs/iceauth/iceauth.man
    U XF4/xc/programs/iceauth/process.c
    U XF4/xc/programs/ico/Imakefile
    U XF4/xc/programs/ico/allobjs.h
    U XF4/xc/programs/ico/ico.c
    U XF4/xc/programs/ico/ico.man
    U XF4/xc/programs/ico/objcube.h
    U XF4/xc/programs/ico/objico.h
    U XF4/xc/programs/ico/objocta.h
    U XF4/xc/programs/ico/objplane.h
    U XF4/xc/programs/ico/objpyr.h
    U XF4/xc/programs/ico/polyinfo.h
    U XF4/xc/programs/lbxproxy/Imakefile
    U XF4/xc/programs/lbxproxy/design
    U XF4/xc/programs/lbxproxy/lbxproxy.def
    U XF4/xc/programs/lbxproxy/lbxproxy.man
    U XF4/xc/programs/lbxproxy/config/AtomControl
    U XF4/xc/programs/lbxproxy/config/Imakefile
    U XF4/xc/programs/lbxproxy/di/Imakefile
    U XF4/xc/programs/lbxproxy/di/atomcache.c
    U XF4/xc/programs/lbxproxy/di/cache.c
    U XF4/xc/programs/lbxproxy/di/cmap.c
    U XF4/xc/programs/lbxproxy/di/cmaputil.c
    U XF4/xc/programs/lbxproxy/di/dispatch.c
    U XF4/xc/programs/lbxproxy/di/extensions.c
    U XF4/xc/programs/lbxproxy/di/gfx.c
    U XF4/xc/programs/lbxproxy/di/globals.c
    U XF4/xc/programs/lbxproxy/di/init.c
    U XF4/xc/programs/lbxproxy/di/lbxfuncs.c
    U XF4/xc/programs/lbxproxy/di/lbxutil.c
    U XF4/xc/programs/lbxproxy/di/main.c
    U XF4/xc/programs/lbxproxy/di/options.c
    U XF4/xc/programs/lbxproxy/di/pm.c
    U XF4/xc/programs/lbxproxy/di/props.c
    U XF4/xc/programs/lbxproxy/di/reqtype.c
    U XF4/xc/programs/lbxproxy/di/resource.c
    U XF4/xc/programs/lbxproxy/di/swaprep.c
    U XF4/xc/programs/lbxproxy/di/swapreq.c
    U XF4/xc/programs/lbxproxy/di/tables.c
    U XF4/xc/programs/lbxproxy/di/tags.c
    U XF4/xc/programs/lbxproxy/di/unsquish.c
    U XF4/xc/programs/lbxproxy/di/utils.c
    U XF4/xc/programs/lbxproxy/di/wire.c
    U XF4/xc/programs/lbxproxy/di/zeropad.c
    U XF4/xc/programs/lbxproxy/include/assert.h
    U XF4/xc/programs/lbxproxy/include/atomcache.h
    U XF4/xc/programs/lbxproxy/include/cache.h
    U XF4/xc/programs/lbxproxy/include/colormap.h
    U XF4/xc/programs/lbxproxy/include/init.h
    U XF4/xc/programs/lbxproxy/include/lbx.h
    U XF4/xc/programs/lbxproxy/include/lbxext.h
    U XF4/xc/programs/lbxproxy/include/misc.h
    U XF4/xc/programs/lbxproxy/include/os.h
    U XF4/xc/programs/lbxproxy/include/pm.h
    U XF4/xc/programs/lbxproxy/include/pmP.h
    U XF4/xc/programs/lbxproxy/include/proxyopts.h
    U XF4/xc/programs/lbxproxy/include/reqtype.h
    U XF4/xc/programs/lbxproxy/include/resource.h
    U XF4/xc/programs/lbxproxy/include/swap.h
    U XF4/xc/programs/lbxproxy/include/tags.h
    U XF4/xc/programs/lbxproxy/include/util.h
    U XF4/xc/programs/lbxproxy/include/wire.h
    U XF4/xc/programs/lbxproxy/os/Imakefile
    U XF4/xc/programs/lbxproxy/os/WaitFor.c
    U XF4/xc/programs/lbxproxy/os/connection.c
    U XF4/xc/programs/lbxproxy/os/io.c
    U XF4/xc/programs/lbxproxy/os/osdep.h
    U XF4/xc/programs/lbxproxy/os/osinit.c
    U XF4/xc/programs/listres/Imakefile
    U XF4/xc/programs/listres/listres.c
    U XF4/xc/programs/listres/listres.man
    U XF4/xc/programs/luit/Imakefile
    U XF4/xc/programs/luit/charset.c
    U XF4/xc/programs/luit/charset.h
    U XF4/xc/programs/luit/iso2022.c
    U XF4/xc/programs/luit/iso2022.h
    U XF4/xc/programs/luit/locale.c
    U XF4/xc/programs/luit/luit.c
    U XF4/xc/programs/luit/luit.h
    U XF4/xc/programs/luit/luit.man
    U XF4/xc/programs/luit/parser.c
    U XF4/xc/programs/luit/parser.h
    U XF4/xc/programs/luit/sys.c
    U XF4/xc/programs/luit/sys.h
    U XF4/xc/programs/makepsres/Imakefile
    U XF4/xc/programs/makepsres/makepsres.c
    U XF4/xc/programs/makepsres/makepsres.man
    U XF4/xc/programs/mkcfm/Imakefile
    U XF4/xc/programs/mkcfm/mkcfm.c
    U XF4/xc/programs/mkcfm/mkcfm.man
    U XF4/xc/programs/mkfontdir/Imakefile
    U XF4/xc/programs/mkfontdir/mkfontdir.c
    U XF4/xc/programs/mkfontdir/mkfontdir.man
    U XF4/xc/programs/oclock/Clock-col.ad
    U XF4/xc/programs/oclock/Clock.c
    U XF4/xc/programs/oclock/Clock.h
    U XF4/xc/programs/oclock/ClockP.h
    U XF4/xc/programs/oclock/Imakefile
    U XF4/xc/programs/oclock/oclmask.bit
    U XF4/xc/programs/oclock/oclock.bit
    U XF4/xc/programs/oclock/oclock.c
    U XF4/xc/programs/oclock/oclock.man
    U XF4/xc/programs/oclock/transform.c
    U XF4/xc/programs/oclock/transform.h
    U XF4/xc/programs/proxymngr/Imakefile
    U XF4/xc/programs/proxymngr/PM.h
    U XF4/xc/programs/proxymngr/PMproto.h
    U XF4/xc/programs/proxymngr/config.c
    U XF4/xc/programs/proxymngr/config.h
    U XF4/xc/programs/proxymngr/main.c
    U XF4/xc/programs/proxymngr/pmconfig.cpp
    U XF4/xc/programs/proxymngr/pmdb.c
    U XF4/xc/programs/proxymngr/pmdb.h
    U XF4/xc/programs/proxymngr/pmint.h
    U XF4/xc/programs/proxymngr/proxymngr.man
    U XF4/xc/programs/rgb/Imakefile
    U XF4/xc/programs/rgb/rgb.c
    U XF4/xc/programs/rgb/rgb.txt
    U XF4/xc/programs/rgb/showrgb.c
    U XF4/xc/programs/rgb/showrgb.man
    U XF4/xc/programs/rgb/others/README
    U XF4/xc/programs/rgb/others/old-rgb.txt
    U XF4/xc/programs/rgb/others/raveling.txt
    U XF4/xc/programs/rgb/others/thomas.txt
    U XF4/xc/programs/rstart/Imakefile
    U XF4/xc/programs/rstart/auth.c
    U XF4/xc/programs/rstart/c
    U XF4/xc/programs/rstart/client.cpp
    U XF4/xc/programs/rstart/config.cpp
    U XF4/xc/programs/rstart/rstart.man
    U XF4/xc/programs/rstart/rstartd.man
    U XF4/xc/programs/rstart/server.c
    U XF4/xc/programs/rstart/server.cpp
    U XF4/xc/programs/rstart/server.os2
    U XF4/xc/programs/rstart/commands/@List
    U XF4/xc/programs/rstart/commands/ListContexts
    U XF4/xc/programs/rstart/commands/ListGenericCommands
    U XF4/xc/programs/rstart/commands/x11r6/@List
    U XF4/xc/programs/rstart/commands/x11r6/LoadMonitor
    U XF4/xc/programs/rstart/commands/x11r6/Terminal
    U XF4/xc/programs/rstart/contexts/@Aliases
    U XF4/xc/programs/rstart/contexts/@List
    U XF4/xc/programs/rstart/contexts/default
    U XF4/xc/programs/rstart/contexts/x11r6
    U XF4/xc/programs/rstart/samples/commands/@List
    U XF4/xc/programs/rstart/samples/commands/ListContexts
    U XF4/xc/programs/rstart/samples/commands/ListGenericCommands
    U XF4/xc/programs/rstart/samples/commands/odt1/@List
    U XF4/xc/programs/rstart/samples/commands/odt1/LoadMonitor
    U XF4/xc/programs/rstart/samples/commands/odt1/Terminal
    U XF4/xc/programs/rstart/samples/commands/openwindows2/@List
    U XF4/xc/programs/rstart/samples/commands/openwindows2/LoadMonitor
    U XF4/xc/programs/rstart/samples/commands/openwindows2/Terminal
    U XF4/xc/programs/rstart/samples/commands/openwindows3/@List
    U XF4/xc/programs/rstart/samples/commands/openwindows3/LoadMonitor
    U XF4/xc/programs/rstart/samples/commands/openwindows3/Terminal
    U XF4/xc/programs/rstart/samples/commands/x11r5/@List
    U XF4/xc/programs/rstart/samples/commands/x11r5/LoadMonitor
    U XF4/xc/programs/rstart/samples/commands/x11r5/Terminal
    U XF4/xc/programs/rstart/samples/contexts.odt1/@Aliases
    U XF4/xc/programs/rstart/samples/contexts.odt1/@List
    U XF4/xc/programs/rstart/samples/contexts.odt1/default
    U XF4/xc/programs/rstart/samples/contexts.odt1/odt1
    U XF4/xc/programs/rstart/samples/contexts.sun/@Aliases
    U XF4/xc/programs/rstart/samples/contexts.sun/@List
    U XF4/xc/programs/rstart/samples/contexts.sun/default
    U XF4/xc/programs/rstart/samples/contexts.sun/openwindows2
    U XF4/xc/programs/rstart/samples/contexts.sun/openwindows3
    U XF4/xc/programs/rstart/samples/contexts.sun/x11r5
    U XF4/xc/programs/rstart/samples/contexts.sun/x11r6
    U XF4/xc/programs/scripts/Imakefile
    U XF4/xc/programs/scripts/fontname.sh
    U XF4/xc/programs/scripts/fontprop.sh
    U XF4/xc/programs/scripts/xon.man
    U XF4/xc/programs/scripts/xon.sh
    U XF4/xc/programs/setxkbmap/Imakefile
    U XF4/xc/programs/setxkbmap/setxkbmap.c
    U XF4/xc/programs/setxkbmap/setxkbmap.man
    U XF4/xc/programs/showfont/Imakefile
    U XF4/xc/programs/showfont/showfont.c
    U XF4/xc/programs/showfont/showfont.man
    U XF4/xc/programs/smproxy/Imakefile
    U XF4/xc/programs/smproxy/save.c
    U XF4/xc/programs/smproxy/smproxy.c
    U XF4/xc/programs/smproxy/smproxy.h
    U XF4/xc/programs/smproxy/smproxy.man
    U XF4/xc/programs/sxpm/Imakefile
    U XF4/xc/programs/texteroids/Imakefile
    U XF4/xc/programs/texteroids/texteroids.c
    U XF4/xc/programs/texteroids/texteroids.man
    U XF4/xc/programs/texteroids/twraps.psw
    U XF4/xc/programs/twm/Imakefile
    U XF4/xc/programs/twm/add_window.c
    U XF4/xc/programs/twm/add_window.h
    U XF4/xc/programs/twm/cursor.c
    U XF4/xc/programs/twm/deftwmrc.sed
    U XF4/xc/programs/twm/events.c
    U XF4/xc/programs/twm/events.h
    U XF4/xc/programs/twm/gc.c
    U XF4/xc/programs/twm/gc.h
    U XF4/xc/programs/twm/gram.y
    U XF4/xc/programs/twm/iconmgr.c
    U XF4/xc/programs/twm/iconmgr.h
    U XF4/xc/programs/twm/icons.c
    U XF4/xc/programs/twm/icons.h
    U XF4/xc/programs/twm/lex.l
    U XF4/xc/programs/twm/list.c
    U XF4/xc/programs/twm/list.h
    U XF4/xc/programs/twm/menus.c
    U XF4/xc/programs/twm/menus.h
    U XF4/xc/programs/twm/parse.c
    U XF4/xc/programs/twm/parse.h
    U XF4/xc/programs/twm/resize.c
    U XF4/xc/programs/twm/resize.h
    U XF4/xc/programs/twm/screen.h
    U XF4/xc/programs/twm/session.c
    U XF4/xc/programs/twm/session.h
    U XF4/xc/programs/twm/siconify.bm
    U XF4/xc/programs/twm/system.twmrc
    U XF4/xc/programs/twm/twm.c
    U XF4/xc/programs/twm/twm.h
    U XF4/xc/programs/twm/twm.man
    U XF4/xc/programs/twm/util.c
    U XF4/xc/programs/twm/util.h
    U XF4/xc/programs/twm/version.c
    U XF4/xc/programs/twm/version.h
    U XF4/xc/programs/twm/sample-twmrc/jim.twmrc
    U XF4/xc/programs/twm/sample-twmrc/keith.twmrc
    U XF4/xc/programs/twm/sample-twmrc/lemke.twmrc
    U XF4/xc/programs/viewres/Imakefile
    U XF4/xc/programs/viewres/Viewres.ad
    U XF4/xc/programs/viewres/viewres.c
    U XF4/xc/programs/viewres/viewres.man
    U XF4/xc/programs/x11perf/Imakefile
    U XF4/xc/programs/x11perf/Xmark.man
    U XF4/xc/programs/x11perf/Xmark.sh
    U XF4/xc/programs/x11perf/bitmaps.c
    U XF4/xc/programs/x11perf/bitmaps.h
    U XF4/xc/programs/x11perf/do_arcs.c
    U XF4/xc/programs/x11perf/do_blt.c
    U XF4/xc/programs/x11perf/do_complex.c
    U XF4/xc/programs/x11perf/do_dots.c
    U XF4/xc/programs/x11perf/do_lines.c
    U XF4/xc/programs/x11perf/do_movewin.c
    U XF4/xc/programs/x11perf/do_rects.c
    U XF4/xc/programs/x11perf/do_segs.c
    U XF4/xc/programs/x11perf/do_simple.c
    U XF4/xc/programs/x11perf/do_tests.c
    U XF4/xc/programs/x11perf/do_text.c
    U XF4/xc/programs/x11perf/do_traps.c
    U XF4/xc/programs/x11perf/do_tris.c
    U XF4/xc/programs/x11perf/do_valgc.c
    U XF4/xc/programs/x11perf/do_windows.c
    U XF4/xc/programs/x11perf/fillblnk.sh
    U XF4/xc/programs/x11perf/perfboth.sh
    U XF4/xc/programs/x11perf/perfratio.sh
    U XF4/xc/programs/x11perf/x11pcomp.cpp
    U XF4/xc/programs/x11perf/x11pcomp.man
    U XF4/xc/programs/x11perf/x11perf.c
    U XF4/xc/programs/x11perf/x11perf.h
    U XF4/xc/programs/x11perf/x11perf.man
    U XF4/xc/programs/xauth/Imakefile
    U XF4/xc/programs/xauth/gethost.c
    U XF4/xc/programs/xauth/parsedpy.c
    U XF4/xc/programs/xauth/process.c
    U XF4/xc/programs/xauth/xauth.c
    U XF4/xc/programs/xauth/xauth.h
    U XF4/xc/programs/xauth/xauth.man
    U XF4/xc/programs/xbiff/Imakefile
    U XF4/xc/programs/xbiff/Mailbox.c
    U XF4/xc/programs/xbiff/Mailbox.h
    U XF4/xc/programs/xbiff/MailboxP.h
    U XF4/xc/programs/xbiff/xbiff.c
    U XF4/xc/programs/xbiff/xbiff.man
    U XF4/xc/programs/xbiff/bitmaps/mail-down
    U XF4/xc/programs/xbiff/bitmaps/mail-down-mask
    U XF4/xc/programs/xbiff/bitmaps/mail-up
    U XF4/xc/programs/xbiff/bitmaps/mail-up-mask
    U XF4/xc/programs/xcalc/Imakefile
    U XF4/xc/programs/xcalc/XCalc-col.ad
    U XF4/xc/programs/xcalc/XCalc.ad
    U XF4/xc/programs/xcalc/actions.c
    U XF4/xc/programs/xcalc/actions.h
    U XF4/xc/programs/xcalc/math.c
    U XF4/xc/programs/xcalc/xcalc.c
    U XF4/xc/programs/xcalc/xcalc.h
    U XF4/xc/programs/xcalc/xcalc.man
    U XF4/xc/programs/xclipboard/Imakefile
    U XF4/xc/programs/xclipboard/XClipboard.ad
    U XF4/xc/programs/xclipboard/xclipboard.c
    U XF4/xc/programs/xclipboard/xclipboard.man
    U XF4/xc/programs/xclipboard/xcutsel.c
    U XF4/xc/programs/xclipboard/xcutsel.man
    U XF4/xc/programs/xclock/Clock.c
    U XF4/xc/programs/xclock/Clock.h
    U XF4/xc/programs/xclock/ClockP.h
    U XF4/xc/programs/xclock/Imakefile
    U XF4/xc/programs/xclock/XClock.ad
    U XF4/xc/programs/xclock/clmask.bit
    U XF4/xc/programs/xclock/clock.bit
    U XF4/xc/programs/xclock/xclock.c
    U XF4/xc/programs/xclock/xclock.man
    U XF4/xc/programs/xcmsdb/Imakefile
    U XF4/xc/programs/xcmsdb/SCCDFile.h
    U XF4/xc/programs/xcmsdb/loadData.c
    U XF4/xc/programs/xcmsdb/xcmsdb.c
    U XF4/xc/programs/xcmsdb/xcmsdb.man
    U XF4/xc/programs/xcmsdb/datafiles/sample1.dcc
    U XF4/xc/programs/xcmsdb/datafiles/sample2.dcc
    U XF4/xc/programs/xconsole/Imakefile
    U XF4/xc/programs/xconsole/XConsole.ad
    U XF4/xc/programs/xconsole/xconsole.c
    U XF4/xc/programs/xconsole/xconsole.man
    U XF4/xc/programs/xditview/Dvi.c
    U XF4/xc/programs/xditview/Dvi.h
    U XF4/xc/programs/xditview/DviChar.c
    U XF4/xc/programs/xditview/DviChar.h
    U XF4/xc/programs/xditview/DviP.h
    U XF4/xc/programs/xditview/Imakefile
    U XF4/xc/programs/xditview/Menu.h
    U XF4/xc/programs/xditview/XFontName.c
    U XF4/xc/programs/xditview/XFontName.h
    U XF4/xc/programs/xditview/Xdit-chrtr.ad
    U XF4/xc/programs/xditview/Xditview.ad
    U XF4/xc/programs/xditview/draw.c
    U XF4/xc/programs/xditview/font.c
    U XF4/xc/programs/xditview/ldblarrow
    U XF4/xc/programs/xditview/lex.c
    U XF4/xc/programs/xditview/page.c
    U XF4/xc/programs/xditview/parse.c
    U XF4/xc/programs/xditview/rdblarrow
    U XF4/xc/programs/xditview/xdit.bm
    U XF4/xc/programs/xditview/xdit_mask.bm
    U XF4/xc/programs/xditview/xditview.c
    U XF4/xc/programs/xditview/xditview.man
    U XF4/xc/programs/xdm/Chooser.ad
    U XF4/xc/programs/xdm/Imakefile
    U XF4/xc/programs/xdm/access.c
    U XF4/xc/programs/xdm/auth.c
    U XF4/xc/programs/xdm/choose.c
    U XF4/xc/programs/xdm/chooser.c
    U XF4/xc/programs/xdm/daemon.c
    U XF4/xc/programs/xdm/dm.c
    U XF4/xc/programs/xdm/dm.h
    U XF4/xc/programs/xdm/dm_auth.h
    U XF4/xc/programs/xdm/dm_error.h
    U XF4/xc/programs/xdm/dm_socket.h
    U XF4/xc/programs/xdm/dpylist.c
    U XF4/xc/programs/xdm/error.c
    U XF4/xc/programs/xdm/file.c
    U XF4/xc/programs/xdm/genauth.c
    U XF4/xc/programs/xdm/greet.h
    U XF4/xc/programs/xdm/krb5auth.c
    U XF4/xc/programs/xdm/mitauth.c
    U XF4/xc/programs/xdm/netaddr.c
    U XF4/xc/programs/xdm/policy.c
    U XF4/xc/programs/xdm/protodpy.c
    U XF4/xc/programs/xdm/reset.c
    U XF4/xc/programs/xdm/resource.c
    U XF4/xc/programs/xdm/rpcauth.c
    U XF4/xc/programs/xdm/util.c
    U XF4/xc/programs/xdm/server.c
    U XF4/xc/programs/xdm/session.c
    U XF4/xc/programs/xdm/sessreg.c
    U XF4/xc/programs/xdm/sessreg.man
    U XF4/xc/programs/xdm/socket.c
    U XF4/xc/programs/xdm/streams.c
    U XF4/xc/programs/xdm/xdm.man
    U XF4/xc/programs/xdm/xdmauth.c
    U XF4/xc/programs/xdm/xdmcp.c
    U XF4/xc/programs/xdm/xdmshell.c
    U XF4/xc/programs/xdm/config/GiveConsole
    U XF4/xc/programs/xdm/config/Imakefile
    U XF4/xc/programs/xdm/config/README
    U XF4/xc/programs/xdm/config/TakeConsole
    U XF4/xc/programs/xdm/config/XFree86.xpm
    U XF4/xc/programs/xdm/config/XFree86bw.xpm
    U XF4/xc/programs/xdm/config/Xaccess
    U XF4/xc/programs/xdm/config/Xres.cpp
    U XF4/xc/programs/xdm/config/Xserv.ws.cpp
    U XF4/xc/programs/xdm/config/Xservers.fs
    U XF4/xc/programs/xdm/config/Xsession
    U XF4/xc/programs/xdm/config/Xsetup_0
    U XF4/xc/programs/xdm/config/Xwilling
    U XF4/xc/programs/xdm/config/system.Xdefaults.sequent
    U XF4/xc/programs/xdm/config/system.xsession.sequent
    U XF4/xc/programs/xdm/config/xdm-conf.cpp
    U XF4/xc/programs/xdm/greeter/Imakefile
    U XF4/xc/programs/xdm/greeter/Login.c
    U XF4/xc/programs/xdm/greeter/Login.h
    U XF4/xc/programs/xdm/greeter/LoginP.h
    U XF4/xc/programs/xdm/greeter/greet.c
    U XF4/xc/programs/xdm/greeter/verify.c
    U XF4/xc/programs/xdpyinfo/Imakefile
    U XF4/xc/programs/xdpyinfo/xdpyinfo.c
    U XF4/xc/programs/xdpyinfo/xdpyinfo.man
    U XF4/xc/programs/xedit/Imakefile
    U XF4/xc/programs/xedit/Xedit-color.ad
    U XF4/xc/programs/xedit/Xedit-sample
    U XF4/xc/programs/xedit/Xedit.ad
    U XF4/xc/programs/xedit/c-mode.c
    U XF4/xc/programs/xedit/commands.c
    U XF4/xc/programs/xedit/hook.c
    U XF4/xc/programs/xedit/ispell.c
    U XF4/xc/programs/xedit/lisp.c
    U XF4/xc/programs/xedit/options.c
    U XF4/xc/programs/xedit/proto.c
    U XF4/xc/programs/xedit/realpath.c
    U XF4/xc/programs/xedit/strcasecmp.c
    U XF4/xc/programs/xedit/util.c
    U XF4/xc/programs/xedit/xedit.c
    U XF4/xc/programs/xedit/xedit.h
    U XF4/xc/programs/xedit/xedit.man
    U XF4/xc/programs/xedit/lisp/Imakefile
    U XF4/xc/programs/xedit/lisp/README
    U XF4/xc/programs/xedit/lisp/core.c
    U XF4/xc/programs/xedit/lisp/core.h
    U XF4/xc/programs/xedit/lisp/debugger.c
    U XF4/xc/programs/xedit/lisp/debugger.h
    U XF4/xc/programs/xedit/lisp/format.c
    U XF4/xc/programs/xedit/lisp/format.h
    U XF4/xc/programs/xedit/lisp/helper.c
    U XF4/xc/programs/xedit/lisp/helper.h
    U XF4/xc/programs/xedit/lisp/internal.h
    U XF4/xc/programs/xedit/lisp/lisp.c
    U XF4/xc/programs/xedit/lisp/lisp.cf
    U XF4/xc/programs/xedit/lisp/lisp.h
    U XF4/xc/programs/xedit/lisp/lisp.rules
    U XF4/xc/programs/xedit/lisp/lsp.c
    U XF4/xc/programs/xedit/lisp/private.h
    U XF4/xc/programs/xedit/lisp/require.c
    U XF4/xc/programs/xedit/lisp/require.h
    U XF4/xc/programs/xedit/lisp/string.c
    U XF4/xc/programs/xedit/lisp/string.h
    U XF4/xc/programs/xedit/lisp/struct.c
    U XF4/xc/programs/xedit/lisp/struct.h
    U XF4/xc/programs/xedit/lisp/time.c
    U XF4/xc/programs/xedit/lisp/time.h
    U XF4/xc/programs/xedit/lisp/modules/Imakefile
    U XF4/xc/programs/xedit/lisp/modules/fun.lsp
    U XF4/xc/programs/xedit/lisp/modules/psql.c
    U XF4/xc/programs/xedit/lisp/modules/x11.c
    U XF4/xc/programs/xedit/lisp/modules/xaw.c
    U XF4/xc/programs/xedit/lisp/modules/xt.c
    U XF4/xc/programs/xedit/lisp/test/hello.lsp
    U XF4/xc/programs/xedit/lisp/test/psql-1.lsp
    U XF4/xc/programs/xedit/lisp/test/psql-2.lsp
    U XF4/xc/programs/xedit/lisp/test/psql-3.lsp
    U XF4/xc/programs/xedit/lisp/test/widgets.lsp
    U XF4/xc/programs/xev/Imakefile
    U XF4/xc/programs/xev/xev.c
    U XF4/xc/programs/xev/xev.man
    U XF4/xc/programs/xeyes/Eyes.c
    U XF4/xc/programs/xeyes/Eyes.h
    U XF4/xc/programs/xeyes/EyesP.h
    U XF4/xc/programs/xeyes/Imakefile
    U XF4/xc/programs/xeyes/eyes.bit
    U XF4/xc/programs/xeyes/eyesmask.bit
    U XF4/xc/programs/xeyes/transform.c
    U XF4/xc/programs/xeyes/transform.h
    U XF4/xc/programs/xeyes/xeyes.c
    U XF4/xc/programs/xeyes/xeyes.man
    U XF4/xc/programs/xf86dga/Imakefile
    U XF4/xc/programs/xf86dga/dga.c
    U XF4/xc/programs/xf86dga/dga.man
    U XF4/xc/programs/xfd/Imakefile
    U XF4/xc/programs/xfd/Xfd.ad
    U XF4/xc/programs/xfd/grid.c
    U XF4/xc/programs/xfd/grid.h
    U XF4/xc/programs/xfd/gridP.h
    U XF4/xc/programs/xfd/xfd.c
    U XF4/xc/programs/xfd/xfd.man
    U XF4/xc/programs/xfindproxy/Imakefile
    U XF4/xc/programs/xfindproxy/xfindproxy.c
    U XF4/xc/programs/xfindproxy/xfindproxy.h
    U XF4/xc/programs/xfindproxy/xfindproxy.man
    U XF4/xc/programs/xfontsel/Imakefile
    U XF4/xc/programs/xfontsel/ULabel.c
    U XF4/xc/programs/xfontsel/ULabel.h
    U XF4/xc/programs/xfontsel/ULabelP.h
    U XF4/xc/programs/xfontsel/XFontSel.ad
    U XF4/xc/programs/xfontsel/xfontsel.c
    U XF4/xc/programs/xfontsel/xfontsel.man
    U XF4/xc/programs/xfs/Imakefile
    U XF4/xc/programs/xfs/README
    U XF4/xc/programs/xfs/config.cpp
    U XF4/xc/programs/xfs/xfs.def
    U XF4/xc/programs/xfs/xfs.man
    U XF4/xc/programs/xfs/difs/Imakefile
    U XF4/xc/programs/xfs/difs/atom.c
    U XF4/xc/programs/xfs/difs/cache.c
    U XF4/xc/programs/xfs/difs/charinfo.c
    U XF4/xc/programs/xfs/difs/difsutils.c
    U XF4/xc/programs/xfs/difs/dispatch.c
    U XF4/xc/programs/xfs/difs/events.c
    U XF4/xc/programs/xfs/difs/extensions.c
    U XF4/xc/programs/xfs/difs/fontinfo.c
    U XF4/xc/programs/xfs/difs/fonts.c
    U XF4/xc/programs/xfs/difs/globals.c
    U XF4/xc/programs/xfs/difs/initfonts.c
    U XF4/xc/programs/xfs/difs/main.c
    U XF4/xc/programs/xfs/difs/resource.c
    U XF4/xc/programs/xfs/difs/swaprep.c
    U XF4/xc/programs/xfs/difs/swapreq.c
    U XF4/xc/programs/xfs/difs/tables.c
    U XF4/xc/programs/xfs/include/access.h
    U XF4/xc/programs/xfs/include/accstr.h
    U XF4/xc/programs/xfs/include/assert.h
    U XF4/xc/programs/xfs/include/auth.h
    U XF4/xc/programs/xfs/include/authstr.h
    U XF4/xc/programs/xfs/include/cache.h
    U XF4/xc/programs/xfs/include/cachestr.h
    U XF4/xc/programs/xfs/include/client.h
    U XF4/xc/programs/xfs/include/clientstr.h
    U XF4/xc/programs/xfs/include/closestr.h
    U XF4/xc/programs/xfs/include/closure.h
    U XF4/xc/programs/xfs/include/difs.h
    U XF4/xc/programs/xfs/include/difsfn.h
    U XF4/xc/programs/xfs/include/difsfnst.h
    U XF4/xc/programs/xfs/include/difsutils.h
    U XF4/xc/programs/xfs/include/dispatch.h
    U XF4/xc/programs/xfs/include/extentst.h
    U XF4/xc/programs/xfs/include/fsevents.h
    U XF4/xc/programs/xfs/include/fsresource.h
    U XF4/xc/programs/xfs/include/globals.h
    U XF4/xc/programs/xfs/include/misc.h
    U XF4/xc/programs/xfs/include/os.h
    U XF4/xc/programs/xfs/include/osstruct.h
    U XF4/xc/programs/xfs/include/servermd.h
    U XF4/xc/programs/xfs/include/site.h
    U XF4/xc/programs/xfs/include/swaprep.h
    U XF4/xc/programs/xfs/include/swapreq.h
    U XF4/xc/programs/xfs/os/Imakefile
    U XF4/xc/programs/xfs/os/access.c
    U XF4/xc/programs/xfs/os/config.c
    U XF4/xc/programs/xfs/os/config.h
    U XF4/xc/programs/xfs/os/configstr.h
    U XF4/xc/programs/xfs/os/connection.c
    U XF4/xc/programs/xfs/os/daemon.c
    U XF4/xc/programs/xfs/os/error.c
    U XF4/xc/programs/xfs/os/io.c
    U XF4/xc/programs/xfs/os/osdep.h
    U XF4/xc/programs/xfs/os/osglue.c
    U XF4/xc/programs/xfs/os/osinit.c
    U XF4/xc/programs/xfs/os/utils.c
    U XF4/xc/programs/xfs/os/waitfor.c
    U XF4/xc/programs/xfsinfo/Imakefile
    U XF4/xc/programs/xfsinfo/xfsinfo.c
    U XF4/xc/programs/xfsinfo/xfsinfo.man
    U XF4/xc/programs/xftcache/Imakefile
    U XF4/xc/programs/xftcache/xftcache.c
    U XF4/xc/programs/xftcache/xftcache.man
    U XF4/xc/programs/xfwp/Imakefile
    U XF4/xc/programs/xfwp/io.c
    U XF4/xc/programs/xfwp/io.h
    U XF4/xc/programs/xfwp/misc.c
    U XF4/xc/programs/xfwp/misc.h
    U XF4/xc/programs/xfwp/pm.c
    U XF4/xc/programs/xfwp/pm.h
    U XF4/xc/programs/xfwp/transport.c
    U XF4/xc/programs/xfwp/transport.h
    U XF4/xc/programs/xfwp/xfwp.c
    U XF4/xc/programs/xfwp/xfwp.h
    U XF4/xc/programs/xfwp/xfwp.man
    U XF4/xc/programs/xgamma/Imakefile
    U XF4/xc/programs/xgamma/xgamma.c
    U XF4/xc/programs/xgamma/xgamma.man
    U XF4/xc/programs/xgc/Bugs
    U XF4/xc/programs/xgc/Imakefile
    U XF4/xc/programs/xgc/Xgc.ad
    U XF4/xc/programs/xgc/choice.c
    U XF4/xc/programs/xgc/constants.h
    U XF4/xc/programs/xgc/dashlist.c
    U XF4/xc/programs/xgc/getfile.c
    U XF4/xc/programs/xgc/gram.y
    U XF4/xc/programs/xgc/interpret.c
    U XF4/xc/programs/xgc/lex.l
    U XF4/xc/programs/xgc/main.c
    U XF4/xc/programs/xgc/main.h
    U XF4/xc/programs/xgc/planemask.c
    U XF4/xc/programs/xgc/record.c
    U XF4/xc/programs/xgc/testfrac.c
    U XF4/xc/programs/xgc/tests.c
    U XF4/xc/programs/xgc/text.c
    U XF4/xc/programs/xgc/tile
    U XF4/xc/programs/xgc/xgc.h
    U XF4/xc/programs/xgc/xgc.man
    U XF4/xc/programs/xgc/Written/FilledRects
    U XF4/xc/programs/xgc/Written/Interface
    U XF4/xc/programs/xgc/Written/Jim
    U XF4/xc/programs/xgc/Written/Notes
    U XF4/xc/programs/xgc/Written/Notes2
    U XF4/xc/programs/xgc/Written/Outline
    U XF4/xc/programs/xgc/Written/Widget
    U XF4/xc/programs/xhost/Imakefile
    U XF4/xc/programs/xhost/xhost.c
    U XF4/xc/programs/xhost/xhost.man
    U XF4/xc/programs/xieperf/Imakefile
    U XF4/xc/programs/xieperf/abort.c
    U XF4/xc/programs/xieperf/arith.c
    U XF4/xc/programs/xieperf/await.c
    U XF4/xc/programs/xieperf/band.c
    U XF4/xc/programs/xieperf/blend.c
    U XF4/xc/programs/xieperf/cache.c
    U XF4/xc/programs/xieperf/compare.c
    U XF4/xc/programs/xieperf/complex.c
    U XF4/xc/programs/xieperf/constrain.c
    U XF4/xc/programs/xieperf/convolve.c
    U XF4/xc/programs/xieperf/creatdstry.c
    U XF4/xc/programs/xieperf/cvttoindex.c
    U XF4/xc/programs/xieperf/dither.c
    U XF4/xc/programs/xieperf/encode.c
    U XF4/xc/programs/xieperf/errors.c
    U XF4/xc/programs/xieperf/events.c
    U XF4/xc/programs/xieperf/exportcl.c
    U XF4/xc/programs/xieperf/funcode.c
    U XF4/xc/programs/xieperf/geometry.c
    U XF4/xc/programs/xieperf/getnext.c
    U XF4/xc/programs/xieperf/import.c
    U XF4/xc/programs/xieperf/importcl.c
    U XF4/xc/programs/xieperf/logical.c
    U XF4/xc/programs/xieperf/math.c
    U XF4/xc/programs/xieperf/modify.c
    U XF4/xc/programs/xieperf/mtchhist.c
    U XF4/xc/programs/xieperf/pasteup.c
    U XF4/xc/programs/xieperf/point.c
    U XF4/xc/programs/xieperf/purgecolst.c
    U XF4/xc/programs/xieperf/query.c
    U XF4/xc/programs/xieperf/redefine.c
    U XF4/xc/programs/xieperf/rgb.c
    U XF4/xc/programs/xieperf/tests.c
    U XF4/xc/programs/xieperf/uconstrain.c
    U XF4/xc/programs/xieperf/xieperf.c
    U XF4/xc/programs/xieperf/xieperf.h
    U XF4/xc/programs/xieperf/xieperf.man
    U XF4/xc/programs/xieperf/images/image.001
    U XF4/xc/programs/xieperf/images/image.002
    U XF4/xc/programs/xieperf/images/image.003
    U XF4/xc/programs/xieperf/images/image.004
    U XF4/xc/programs/xieperf/images/image.005
    U XF4/xc/programs/xieperf/images/image.006
    U XF4/xc/programs/xieperf/images/image.007
    U XF4/xc/programs/xieperf/images/image.008
    U XF4/xc/programs/xieperf/images/image.009
    U XF4/xc/programs/xieperf/images/image.010
    U XF4/xc/programs/xieperf/images/image.011
    U XF4/xc/programs/xieperf/images/image.012
    U XF4/xc/programs/xieperf/images/image.013
    U XF4/xc/programs/xieperf/images/image.014
    U XF4/xc/programs/xinit/Imakefile
    U XF4/xc/programs/xinit/README
    U XF4/xc/programs/xinit/startx.cmd
    U XF4/xc/programs/xinit/startx.cpp
    U XF4/xc/programs/xinit/startx.man
    U XF4/xc/programs/xinit/xinit.c
    U XF4/xc/programs/xinit/xinit.def
    U XF4/xc/programs/xinit/xinit.man
    U XF4/xc/programs/xinit/xinitrc.cmd
    U XF4/xc/programs/xinit/xinitrc.cpp
    U XF4/xc/programs/xkbcomp/Imakefile
    U XF4/xc/programs/xkbcomp/action.c
    U XF4/xc/programs/xkbcomp/action.h
    U XF4/xc/programs/xkbcomp/alias.c
    U XF4/xc/programs/xkbcomp/alias.h
    U XF4/xc/programs/xkbcomp/compat.c
    U XF4/xc/programs/xkbcomp/expr.c
    U XF4/xc/programs/xkbcomp/expr.h
    U XF4/xc/programs/xkbcomp/geometry.c
    U XF4/xc/programs/xkbcomp/indicators.c
    U XF4/xc/programs/xkbcomp/indicators.h
    U XF4/xc/programs/xkbcomp/keycodes.c
    U XF4/xc/programs/xkbcomp/keycodes.h
    U XF4/xc/programs/xkbcomp/keymap.c
    U XF4/xc/programs/xkbcomp/keytypes.c
    U XF4/xc/programs/xkbcomp/listing.c
    U XF4/xc/programs/xkbcomp/misc.c
    U XF4/xc/programs/xkbcomp/misc.h
    U XF4/xc/programs/xkbcomp/parseutils.c
    U XF4/xc/programs/xkbcomp/parseutils.h
    U XF4/xc/programs/xkbcomp/symbols.c
    U XF4/xc/programs/xkbcomp/tokens.h
    U XF4/xc/programs/xkbcomp/utils.c
    U XF4/xc/programs/xkbcomp/utils.h
    U XF4/xc/programs/xkbcomp/vmod.c
    U XF4/xc/programs/xkbcomp/vmod.h
    U XF4/xc/programs/xkbcomp/xkbcomp.c
    U XF4/xc/programs/xkbcomp/xkbcomp.h
    U XF4/xc/programs/xkbcomp/xkbcomp.man
    U XF4/xc/programs/xkbcomp/xkbparse.y
    U XF4/xc/programs/xkbcomp/xkbpath.c
    U XF4/xc/programs/xkbcomp/xkbpath.h
    U XF4/xc/programs/xkbcomp/xkbscan.c
    U XF4/xc/programs/xkbcomp/compat/Imakefile
    U XF4/xc/programs/xkbcomp/compat/accessx
    U XF4/xc/programs/xkbcomp/compat/basic
    U XF4/xc/programs/xkbcomp/compat/complete
    U XF4/xc/programs/xkbcomp/compat/default
    U XF4/xc/programs/xkbcomp/compat/group_led
    U XF4/xc/programs/xkbcomp/compat/iso9995
    U XF4/xc/programs/xkbcomp/compat/japan
    U XF4/xc/programs/xkbcomp/compat/keypad
    U XF4/xc/programs/xkbcomp/compat/leds
    U XF4/xc/programs/xkbcomp/compat/misc
    U XF4/xc/programs/xkbcomp/compat/mousekeys
    U XF4/xc/programs/xkbcomp/compat/norepeat
    U XF4/xc/programs/xkbcomp/compat/pc
    U XF4/xc/programs/xkbcomp/compat/pc98
    U XF4/xc/programs/xkbcomp/compat/xtest
    U XF4/xc/programs/xkbcomp/compiled/Imakefile
    U XF4/xc/programs/xkbcomp/compiled/README
    U XF4/xc/programs/xkbcomp/cross/Imakefile
    U XF4/xc/programs/xkbcomp/geometry/Imakefile
    U XF4/xc/programs/xkbcomp/geometry/amiga
    U XF4/xc/programs/xkbcomp/geometry/ataritt
    U XF4/xc/programs/xkbcomp/geometry/dell
    U XF4/xc/programs/xkbcomp/geometry/everex
    U XF4/xc/programs/xkbcomp/geometry/fujitsu
    U XF4/xc/programs/xkbcomp/geometry/hp
    U XF4/xc/programs/xkbcomp/geometry/keytronic
    U XF4/xc/programs/xkbcomp/geometry/kinesis
    U XF4/xc/programs/xkbcomp/geometry/macintosh
    U XF4/xc/programs/xkbcomp/geometry/microsoft
    U XF4/xc/programs/xkbcomp/geometry/nec
    U XF4/xc/programs/xkbcomp/geometry/northgate
    U XF4/xc/programs/xkbcomp/geometry/pc
    U XF4/xc/programs/xkbcomp/geometry/sony
    U XF4/xc/programs/xkbcomp/geometry/sun
    U XF4/xc/programs/xkbcomp/geometry/winbook
    U XF4/xc/programs/xkbcomp/geometry/digital/Imakefile
    U XF4/xc/programs/xkbcomp/geometry/digital/lk
    U XF4/xc/programs/xkbcomp/geometry/digital/pc
    U XF4/xc/programs/xkbcomp/geometry/digital/unix
    U XF4/xc/programs/xkbcomp/geometry/sgi/Imakefile
    U XF4/xc/programs/xkbcomp/geometry/sgi/O2
    U XF4/xc/programs/xkbcomp/geometry/sgi/indigo
    U XF4/xc/programs/xkbcomp/geometry/sgi/indy
    U XF4/xc/programs/xkbcomp/keycodes/Imakefile
    U XF4/xc/programs/xkbcomp/keycodes/amiga
    U XF4/xc/programs/xkbcomp/keycodes/ataritt
    U XF4/xc/programs/xkbcomp/keycodes/fujitsu
    U XF4/xc/programs/xkbcomp/keycodes/hp
    U XF4/xc/programs/xkbcomp/keycodes/ibm
    U XF4/xc/programs/xkbcomp/keycodes/macintosh
    U XF4/xc/programs/xkbcomp/keycodes/powerpcps2
    U XF4/xc/programs/xkbcomp/keycodes/sony
    U XF4/xc/programs/xkbcomp/keycodes/sun
    U XF4/xc/programs/xkbcomp/keycodes/xfree86
    U XF4/xc/programs/xkbcomp/keycodes/xfree98
    U XF4/xc/programs/xkbcomp/keycodes/digital/Imakefile
    U XF4/xc/programs/xkbcomp/keycodes/digital/lk
    U XF4/xc/programs/xkbcomp/keycodes/digital/pc
    U XF4/xc/programs/xkbcomp/keycodes/sgi/Imakefile
    U XF4/xc/programs/xkbcomp/keycodes/sgi/indigo
    U XF4/xc/programs/xkbcomp/keycodes/sgi/indy
    U XF4/xc/programs/xkbcomp/keycodes/sgi/iris
    U XF4/xc/programs/xkbcomp/keymap/Imakefile
    U XF4/xc/programs/xkbcomp/keymap/amiga
    U XF4/xc/programs/xkbcomp/keymap/ataritt
    U XF4/xc/programs/xkbcomp/keymap/macintosh
    U XF4/xc/programs/xkbcomp/keymap/sony
    U XF4/xc/programs/xkbcomp/keymap/xfree86
    U XF4/xc/programs/xkbcomp/keymap/xfree98
    U XF4/xc/programs/xkbcomp/keymap/digital/Imakefile
    U XF4/xc/programs/xkbcomp/keymap/digital/us
    U XF4/xc/programs/xkbcomp/keymap/sgi/Imakefile
    U XF4/xc/programs/xkbcomp/keymap/sgi/be
    U XF4/xc/programs/xkbcomp/keymap/sgi/bg
    U XF4/xc/programs/xkbcomp/keymap/sgi/ca
    U XF4/xc/programs/xkbcomp/keymap/sgi/cz
    U XF4/xc/programs/xkbcomp/keymap/sgi/cz_qwerty
    U XF4/xc/programs/xkbcomp/keymap/sgi/de
    U XF4/xc/programs/xkbcomp/keymap/sgi/de_CH
    U XF4/xc/programs/xkbcomp/keymap/sgi/dk
    U XF4/xc/programs/xkbcomp/keymap/sgi/dvorak
    U XF4/xc/programs/xkbcomp/keymap/sgi/en_US
    U XF4/xc/programs/xkbcomp/keymap/sgi/es
    U XF4/xc/programs/xkbcomp/keymap/sgi/fi
    U XF4/xc/programs/xkbcomp/keymap/sgi/fr
    U XF4/xc/programs/xkbcomp/keymap/sgi/fr_CH
    U XF4/xc/programs/xkbcomp/keymap/sgi/gb
    U XF4/xc/programs/xkbcomp/keymap/sgi/hu
    U XF4/xc/programs/xkbcomp/keymap/sgi/it
    U XF4/xc/programs/xkbcomp/keymap/sgi/jp
    U XF4/xc/programs/xkbcomp/keymap/sgi/no
    U XF4/xc/programs/xkbcomp/keymap/sgi/pl
    U XF4/xc/programs/xkbcomp/keymap/sgi/pt
    U XF4/xc/programs/xkbcomp/keymap/sgi/ru
    U XF4/xc/programs/xkbcomp/keymap/sgi/se
    U XF4/xc/programs/xkbcomp/keymap/sgi/sk
    U XF4/xc/programs/xkbcomp/keymap/sgi/sk_qwerty
    U XF4/xc/programs/xkbcomp/keymap/sgi/th
    U XF4/xc/programs/xkbcomp/keymap/sgi/us
    U XF4/xc/programs/xkbcomp/keymap/sun/Imakefile
    U XF4/xc/programs/xkbcomp/keymap/sun/de
    U XF4/xc/programs/xkbcomp/keymap/sun/es
    U XF4/xc/programs/xkbcomp/keymap/sun/fi
    U XF4/xc/programs/xkbcomp/keymap/sun/fr
    U XF4/xc/programs/xkbcomp/keymap/sun/no
    U XF4/xc/programs/xkbcomp/keymap/sun/pl
    U XF4/xc/programs/xkbcomp/keymap/sun/ru
    U XF4/xc/programs/xkbcomp/keymap/sun/se
    U XF4/xc/programs/xkbcomp/keymap/sun/uk
    U XF4/xc/programs/xkbcomp/keymap/sun/us
    U XF4/xc/programs/xkbcomp/rules/Imakefile
    U XF4/xc/programs/xkbcomp/rules/sgi
    U XF4/xc/programs/xkbcomp/rules/sgi.lst
    U XF4/xc/programs/xkbcomp/rules/sun
    U XF4/xc/programs/xkbcomp/rules/sun.lst
    U XF4/xc/programs/xkbcomp/rules/xfree86
    U XF4/xc/programs/xkbcomp/rules/xfree86-it.lst
    U XF4/xc/programs/xkbcomp/rules/xfree86.lst
    U XF4/xc/programs/xkbcomp/rules/xfree98
    U XF4/xc/programs/xkbcomp/rules/xfree98.lst
    U XF4/xc/programs/xkbcomp/semantics/Imakefile
    U XF4/xc/programs/xkbcomp/semantics/basic
    U XF4/xc/programs/xkbcomp/semantics/complete
    U XF4/xc/programs/xkbcomp/semantics/default
    U XF4/xc/programs/xkbcomp/semantics/xtest
    U XF4/xc/programs/xkbcomp/symbols/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/al
    U XF4/xc/programs/xkbcomp/symbols/altwin
    U XF4/xc/programs/xkbcomp/symbols/am
    U XF4/xc/programs/xkbcomp/symbols/ar
    U XF4/xc/programs/xkbcomp/symbols/az
    U XF4/xc/programs/xkbcomp/symbols/be
    U XF4/xc/programs/xkbcomp/symbols/ben
    U XF4/xc/programs/xkbcomp/symbols/bg
    U XF4/xc/programs/xkbcomp/symbols/br
    U XF4/xc/programs/xkbcomp/symbols/by
    U XF4/xc/programs/xkbcomp/symbols/ca
    U XF4/xc/programs/xkbcomp/symbols/ca_enhanced
    U XF4/xc/programs/xkbcomp/symbols/compose
    U XF4/xc/programs/xkbcomp/symbols/ctrl
    U XF4/xc/programs/xkbcomp/symbols/cz
    U XF4/xc/programs/xkbcomp/symbols/cz_qwerty
    U XF4/xc/programs/xkbcomp/symbols/czsk
    U XF4/xc/programs/xkbcomp/symbols/de
    U XF4/xc/programs/xkbcomp/symbols/de_CH
    U XF4/xc/programs/xkbcomp/symbols/dev
    U XF4/xc/programs/xkbcomp/symbols/dk
    U XF4/xc/programs/xkbcomp/symbols/dvorak
    U XF4/xc/programs/xkbcomp/symbols/ee
    U XF4/xc/programs/xkbcomp/symbols/el
    U XF4/xc/programs/xkbcomp/symbols/en_US
    U XF4/xc/programs/xkbcomp/symbols/es
    U XF4/xc/programs/xkbcomp/symbols/fi
    U XF4/xc/programs/xkbcomp/symbols/fr
    U XF4/xc/programs/xkbcomp/symbols/fr_CH
    U XF4/xc/programs/xkbcomp/symbols/gb
    U XF4/xc/programs/xkbcomp/symbols/ge_la
    U XF4/xc/programs/xkbcomp/symbols/ge_ru
    U XF4/xc/programs/xkbcomp/symbols/group
    U XF4/xc/programs/xkbcomp/symbols/guj
    U XF4/xc/programs/xkbcomp/symbols/gur
    U XF4/xc/programs/xkbcomp/symbols/hr
    U XF4/xc/programs/xkbcomp/symbols/hu
    U XF4/xc/programs/xkbcomp/symbols/hu_US
    U XF4/xc/programs/xkbcomp/symbols/il
    U XF4/xc/programs/xkbcomp/symbols/il_phonetic
    U XF4/xc/programs/xkbcomp/symbols/inet
    U XF4/xc/programs/xkbcomp/symbols/ir
    U XF4/xc/programs/xkbcomp/symbols/is
    U XF4/xc/programs/xkbcomp/symbols/iso9995-3
    U XF4/xc/programs/xkbcomp/symbols/it
    U XF4/xc/programs/xkbcomp/symbols/iu
    U XF4/xc/programs/xkbcomp/symbols/jp
    U XF4/xc/programs/xkbcomp/symbols/keypad
    U XF4/xc/programs/xkbcomp/symbols/la
    U XF4/xc/programs/xkbcomp/symbols/level3
    U XF4/xc/programs/xkbcomp/symbols/lock
    U XF4/xc/programs/xkbcomp/symbols/lt
    U XF4/xc/programs/xkbcomp/symbols/lt_a
    U XF4/xc/programs/xkbcomp/symbols/lt_p
    U XF4/xc/programs/xkbcomp/symbols/lt_std
    U XF4/xc/programs/xkbcomp/symbols/lv
    U XF4/xc/programs/xkbcomp/symbols/mk
    U XF4/xc/programs/xkbcomp/symbols/mm
    U XF4/xc/programs/xkbcomp/symbols/mt
    U XF4/xc/programs/xkbcomp/symbols/mt_us
    U XF4/xc/programs/xkbcomp/symbols/nl
    U XF4/xc/programs/xkbcomp/symbols/no
    U XF4/xc/programs/xkbcomp/symbols/pc104
    U XF4/xc/programs/xkbcomp/symbols/pl
    U XF4/xc/programs/xkbcomp/symbols/pl2
    U XF4/xc/programs/xkbcomp/symbols/pt
    U XF4/xc/programs/xkbcomp/symbols/ralt
    U XF4/xc/programs/xkbcomp/symbols/ro
    U XF4/xc/programs/xkbcomp/symbols/ru
    U XF4/xc/programs/xkbcomp/symbols/ru_yawerty
    U XF4/xc/programs/xkbcomp/symbols/se
    U XF4/xc/programs/xkbcomp/symbols/sapmi
    U XF4/xc/programs/xkbcomp/symbols/se_FI
    U XF4/xc/programs/xkbcomp/symbols/se_NO
    U XF4/xc/programs/xkbcomp/symbols/se_SE
    U XF4/xc/programs/xkbcomp/symbols/si
    U XF4/xc/programs/xkbcomp/symbols/sk
    U XF4/xc/programs/xkbcomp/symbols/sk_qwerty
    U XF4/xc/programs/xkbcomp/symbols/sr
    U XF4/xc/programs/xkbcomp/symbols/th
    U XF4/xc/programs/xkbcomp/symbols/tj
    U XF4/xc/programs/xkbcomp/symbols/tml
    U XF4/xc/programs/xkbcomp/symbols/tr
    U XF4/xc/programs/xkbcomp/symbols/tr_f
    U XF4/xc/programs/xkbcomp/symbols/ua
    U XF4/xc/programs/xkbcomp/symbols/us
    U XF4/xc/programs/xkbcomp/symbols/us_group2
    U XF4/xc/programs/xkbcomp/symbols/us_intl
    U XF4/xc/programs/xkbcomp/symbols/us_group3
    U XF4/xc/programs/xkbcomp/symbols/vn
    U XF4/xc/programs/xkbcomp/symbols/yu
    U XF4/xc/programs/xkbcomp/symbols/digital/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/digital/lk
    U XF4/xc/programs/xkbcomp/symbols/digital/pc
    U XF4/xc/programs/xkbcomp/symbols/digital/us
    U XF4/xc/programs/xkbcomp/symbols/digital/vt
    U XF4/xc/programs/xkbcomp/symbols/fujitsu/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/fujitsu/jp
    U XF4/xc/programs/xkbcomp/symbols/fujitsu/us
    U XF4/xc/programs/xkbcomp/symbols/hp/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/hp/us
    U XF4/xc/programs/xkbcomp/symbols/macintosh/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/macintosh/de
    U XF4/xc/programs/xkbcomp/symbols/macintosh/de_CH
    U XF4/xc/programs/xkbcomp/symbols/macintosh/dk
    U XF4/xc/programs/xkbcomp/symbols/macintosh/es
    U XF4/xc/programs/xkbcomp/symbols/macintosh/fi
    U XF4/xc/programs/xkbcomp/symbols/macintosh/fr
    U XF4/xc/programs/xkbcomp/symbols/macintosh/fr_CH
    U XF4/xc/programs/xkbcomp/symbols/macintosh/gb
    U XF4/xc/programs/xkbcomp/symbols/macintosh/it
    U XF4/xc/programs/xkbcomp/symbols/macintosh/nl
    U XF4/xc/programs/xkbcomp/symbols/macintosh/no
    U XF4/xc/programs/xkbcomp/symbols/macintosh/pt
    U XF4/xc/programs/xkbcomp/symbols/macintosh/se
    U XF4/xc/programs/xkbcomp/symbols/macintosh/us
    U XF4/xc/programs/xkbcomp/symbols/nec/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/nec/jp
    U XF4/xc/programs/xkbcomp/symbols/sgi/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/sgi/jp
    U XF4/xc/programs/xkbcomp/symbols/sony/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/sony/us
    U XF4/xc/programs/xkbcomp/symbols/sun/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/sun/se
    U XF4/xc/programs/xkbcomp/symbols/sun/us
    U XF4/xc/programs/xkbcomp/symbols/xfree68/Imakefile
    U XF4/xc/programs/xkbcomp/symbols/xfree68/amiga
    U XF4/xc/programs/xkbcomp/symbols/xfree68/ataritt
    U XF4/xc/programs/xkbcomp/torture/indicator
    U XF4/xc/programs/xkbcomp/torture/indicator1
    U XF4/xc/programs/xkbcomp/torture/indicator2
    U XF4/xc/programs/xkbcomp/torture/indicator3
    U XF4/xc/programs/xkbcomp/torture/mod_compat
    U XF4/xc/programs/xkbcomp/torture/mod_compat1
    U XF4/xc/programs/xkbcomp/torture/mod_compat2
    U XF4/xc/programs/xkbcomp/torture/mod_compat3
    U XF4/xc/programs/xkbcomp/torture/mod_compat4
    U XF4/xc/programs/xkbcomp/torture/sym_interp
    U XF4/xc/programs/xkbcomp/torture/sym_interp1
    U XF4/xc/programs/xkbcomp/torture/sym_interp2
    U XF4/xc/programs/xkbcomp/torture/sym_interp3
    U XF4/xc/programs/xkbcomp/torture/sym_interp4
    U XF4/xc/programs/xkbcomp/torture/types
    U XF4/xc/programs/xkbcomp/types/Imakefile
    U XF4/xc/programs/xkbcomp/types/basic
    U XF4/xc/programs/xkbcomp/types/cancel
    U XF4/xc/programs/xkbcomp/types/caps
    U XF4/xc/programs/xkbcomp/types/complete
    U XF4/xc/programs/xkbcomp/types/default
    U XF4/xc/programs/xkbcomp/types/extra
    U XF4/xc/programs/xkbcomp/types/iso9995
    U XF4/xc/programs/xkbcomp/types/mousekeys
    U XF4/xc/programs/xkbcomp/types/nocancel
    U XF4/xc/programs/xkbcomp/types/pc
    U XF4/xc/programs/xkbevd/Imakefile
    U XF4/xc/programs/xkbevd/cfgparse.y
    U XF4/xc/programs/xkbevd/cfgscan.c
    U XF4/xc/programs/xkbevd/evargs.c
    U XF4/xc/programs/xkbevd/example.cf
    U XF4/xc/programs/xkbevd/printev.c
    U XF4/xc/programs/xkbevd/tokens.h
    U XF4/xc/programs/xkbevd/utils.c
    U XF4/xc/programs/xkbevd/utils.h
    U XF4/xc/programs/xkbevd/xkbevd.c
    U XF4/xc/programs/xkbevd/xkbevd.h
    U XF4/xc/programs/xkbevd/xkbevd.man
    U XF4/xc/programs/xkbprint/Imakefile
    U XF4/xc/programs/xkbprint/isokeys.h
    U XF4/xc/programs/xkbprint/psgeom.c
    U XF4/xc/programs/xkbprint/utils.c
    U XF4/xc/programs/xkbprint/utils.h
    U XF4/xc/programs/xkbprint/xkbprint.c
    U XF4/xc/programs/xkbprint/xkbprint.h
    U XF4/xc/programs/xkbprint/xkbprint.man
    U XF4/xc/programs/xkbutils/Imakefile
    U XF4/xc/programs/xkbutils/LED.c
    U XF4/xc/programs/xkbutils/LED.h
    U XF4/xc/programs/xkbutils/LEDP.h
    U XF4/xc/programs/xkbutils/utils.c
    U XF4/xc/programs/xkbutils/utils.h
    U XF4/xc/programs/xkbutils/xkbbell.c
    U XF4/xc/programs/xkbutils/xkbvleds.c
    U XF4/xc/programs/xkbutils/xkbwatch.c
    U XF4/xc/programs/xkill/Imakefile
    U XF4/xc/programs/xkill/xkill.c
    U XF4/xc/programs/xkill/xkill.man
    U XF4/xc/programs/xload/Imakefile
    U XF4/xc/programs/xload/XLoad.ad
    U XF4/xc/programs/xload/get_load.c
    U XF4/xc/programs/xload/get_rload.c
    U XF4/xc/programs/xload/xload.bit
    U XF4/xc/programs/xload/xload.c
    U XF4/xc/programs/xload/xload.h
    U XF4/xc/programs/xload/xload.man
    U XF4/xc/programs/xlogo/Imakefile
    U XF4/xc/programs/xlogo/Logo.c
    U XF4/xc/programs/xlogo/Logo.h
    U XF4/xc/programs/xlogo/LogoP.h
    U XF4/xc/programs/xlogo/XLogo-co.ad
    U XF4/xc/programs/xlogo/XLogo.ad
    U XF4/xc/programs/xlogo/xlogo.c
    U XF4/xc/programs/xlogo/xlogo.man
    U XF4/xc/programs/xlsatoms/Imakefile
    U XF4/xc/programs/xlsatoms/xlsatoms.c
    U XF4/xc/programs/xlsatoms/xlsatoms.man
    U XF4/xc/programs/xlsclients/Imakefile
    U XF4/xc/programs/xlsclients/xlscli.man
    U XF4/xc/programs/xlsclients/xlsclients.c
    U XF4/xc/programs/xlsfonts/Imakefile
    U XF4/xc/programs/xlsfonts/dsimple.c
    U XF4/xc/programs/xlsfonts/dsimple.h
    U XF4/xc/programs/xlsfonts/xlsfonts.c
    U XF4/xc/programs/xlsfonts/xlsfonts.man
    U XF4/xc/programs/xmag/CutPaste.c
    U XF4/xc/programs/xmag/CutPaste.h
    U XF4/xc/programs/xmag/Imakefile
    U XF4/xc/programs/xmag/RootWin.c
    U XF4/xc/programs/xmag/RootWin.h
    U XF4/xc/programs/xmag/RootWinP.h
    U XF4/xc/programs/xmag/Scale.c
    U XF4/xc/programs/xmag/Scale.doc
    U XF4/xc/programs/xmag/Scale.h
    U XF4/xc/programs/xmag/ScaleP.h
    U XF4/xc/programs/xmag/Xmag.ad
    U XF4/xc/programs/xmag/xmag.c
    U XF4/xc/programs/xmag/xmag.icon
    U XF4/xc/programs/xmag/xmag.man
    U XF4/xc/programs/xman/Imakefile
    U XF4/xc/programs/xman/ScrollByL.c
    U XF4/xc/programs/xman/ScrollByL.h
    U XF4/xc/programs/xman/ScrollByLP.h
    U XF4/xc/programs/xman/Xman.ad
    U XF4/xc/programs/xman/buttons.c
    U XF4/xc/programs/xman/defs.h
    U XF4/xc/programs/xman/globals.c
    U XF4/xc/programs/xman/globals.h
    U XF4/xc/programs/xman/handler.c
    U XF4/xc/programs/xman/help.c
    U XF4/xc/programs/xman/icon_help.h
    U XF4/xc/programs/xman/icon_open.h
    U XF4/xc/programs/xman/iconclosed.h
    U XF4/xc/programs/xman/main.c
    U XF4/xc/programs/xman/man.c
    U XF4/xc/programs/xman/man.h
    U XF4/xc/programs/xman/misc.c
    U XF4/xc/programs/xman/search.c
    U XF4/xc/programs/xman/tkfuncs.c
    U XF4/xc/programs/xman/vendor.c
    U XF4/xc/programs/xman/vendor.h
    U XF4/xc/programs/xman/version.h
    U XF4/xc/programs/xman/xman.help
    U XF4/xc/programs/xman/xman.man
    U XF4/xc/programs/xmessage/Imakefile
    U XF4/xc/programs/xmessage/README
    U XF4/xc/programs/xmessage/Tests
    U XF4/xc/programs/xmessage/Xmessage.ad
    U XF4/xc/programs/xmessage/makeform.c
    U XF4/xc/programs/xmessage/readfile.c
    U XF4/xc/programs/xmessage/xmessage.c
    U XF4/xc/programs/xmessage/xmessage.man
    U XF4/xc/programs/xmh/Imakefile
    U XF4/xc/programs/xmh/Xmh.ad
    U XF4/xc/programs/xmh/Xmh.sample
    U XF4/xc/programs/xmh/actions.h
    U XF4/xc/programs/xmh/bbox.c
    U XF4/xc/programs/xmh/bbox.h
    U XF4/xc/programs/xmh/bboxint.h
    U XF4/xc/programs/xmh/black6
    U XF4/xc/programs/xmh/box6
    U XF4/xc/programs/xmh/command.c
    U XF4/xc/programs/xmh/compfuncs.c
    U XF4/xc/programs/xmh/externs.h
    U XF4/xc/programs/xmh/folder.c
    U XF4/xc/programs/xmh/globals.h
    U XF4/xc/programs/xmh/init.c
    U XF4/xc/programs/xmh/main.c
    U XF4/xc/programs/xmh/menu.c
    U XF4/xc/programs/xmh/miscfuncs.c
    U XF4/xc/programs/xmh/mlist.c
    U XF4/xc/programs/xmh/mlist.h
    U XF4/xc/programs/xmh/msg.c
    U XF4/xc/programs/xmh/msg.h
    U XF4/xc/programs/xmh/pick.c
    U XF4/xc/programs/xmh/popup.c
    U XF4/xc/programs/xmh/screen.c
    U XF4/xc/programs/xmh/toc.c
    U XF4/xc/programs/xmh/toc.h
    U XF4/xc/programs/xmh/tocfuncs.c
    U XF4/xc/programs/xmh/tocintrnl.h
    U XF4/xc/programs/xmh/tocutil.c
    U XF4/xc/programs/xmh/tocutil.h
    U XF4/xc/programs/xmh/tsource.c
    U XF4/xc/programs/xmh/tsource.h
    U XF4/xc/programs/xmh/tsourceP.h
    U XF4/xc/programs/xmh/util.c
    U XF4/xc/programs/xmh/version.h
    U XF4/xc/programs/xmh/viewfuncs.c
    U XF4/xc/programs/xmh/xmh.h
    U XF4/xc/programs/xmh/xmh.man
    U XF4/xc/programs/xmodmap/Imakefile
    U XF4/xc/programs/xmodmap/exec.c
    U XF4/xc/programs/xmodmap/handle.c
    U XF4/xc/programs/xmodmap/pf.c
    U XF4/xc/programs/xmodmap/swap.km
    U XF4/xc/programs/xmodmap/wq.h
    U XF4/xc/programs/xmodmap/xmodmap.c
    U XF4/xc/programs/xmodmap/xmodmap.h
    U XF4/xc/programs/xmodmap/xmodmap.man
    U XF4/xc/programs/xprop/Imakefile
    U XF4/xc/programs/xprop/xprop.c
    U XF4/xc/programs/xprop/xprop.man
    U XF4/xc/programs/xrandr/Imakefile
    U XF4/xc/programs/xrandr/xrandr.c
    U XF4/xc/programs/xrandr/xrandr.man
    U XF4/xc/programs/xrdb/Imakefile
    U XF4/xc/programs/xrdb/xrdb.c
    U XF4/xc/programs/xrdb/xrdb.man
    U XF4/xc/programs/xrefresh/Imakefile
    U XF4/xc/programs/xrefresh/xrefresh.c
    U XF4/xc/programs/xrefresh/xrefresh.man
    U XF4/xc/programs/xrx/Imakefile
    U XF4/xc/programs/xrx/cgi-bin/Imakefile
    U XF4/xc/programs/xrx/cgi-bin/bitmap
    U XF4/xc/programs/xrx/cgi-bin/dtcm
    U XF4/xc/programs/xrx/cgi-bin/dtcm.sh
    U XF4/xc/programs/xrx/cgi-bin/excel
    U XF4/xc/programs/xrx/cgi-bin/xclock
    U XF4/xc/programs/xrx/cgi-bin/xload
    U XF4/xc/programs/xrx/helper/GetUrl.c
    U XF4/xc/programs/xrx/helper/GetUrl.h
    U XF4/xc/programs/xrx/helper/Imakefile
    U XF4/xc/programs/xrx/helper/helper.c
    U XF4/xc/programs/xrx/helper/httptran.c
    U XF4/xc/programs/xrx/helper/xrx.man
    U XF4/xc/programs/xrx/htdocs/Imakefile
    U XF4/xc/programs/xrx/htdocs/bitmap
    U XF4/xc/programs/xrx/htdocs/bitmap.html
    U XF4/xc/programs/xrx/htdocs/dtcm
    U XF4/xc/programs/xrx/htdocs/dtcm.html
    U XF4/xc/programs/xrx/htdocs/excel
    U XF4/xc/programs/xrx/htdocs/excel.html
    U XF4/xc/programs/xrx/htdocs/xclock
    U XF4/xc/programs/xrx/htdocs/xclock.html
    U XF4/xc/programs/xrx/htdocs/xload
    U XF4/xc/programs/xrx/htdocs/xload.html
    U XF4/xc/programs/xrx/libxplugin/Imakefile
    U XF4/xc/programs/xrx/libxplugin/README
    U XF4/xc/programs/xrx/plugin/Global.c
    U XF4/xc/programs/xrx/plugin/Imakefile
    U XF4/xc/programs/xrx/plugin/Main.c
    U XF4/xc/programs/xrx/plugin/NewNDest.c
    U XF4/xc/programs/xrx/plugin/PProcess.c
    U XF4/xc/programs/xrx/plugin/RxPlugin.h
    U XF4/xc/programs/xrx/plugin/SetWin.c
    U XF4/xc/programs/xrx/plugin/libxrx.man
    U XF4/xc/programs/xrx/plugin/stubs.c
    U XF4/xc/programs/xrx/plugin/common/npunix.c
    U XF4/xc/programs/xrx/plugin/include/jri.h
    U XF4/xc/programs/xrx/plugin/include/jri_md.h
    U XF4/xc/programs/xrx/plugin/include/jritypes.h
    U XF4/xc/programs/xrx/plugin/include/npapi.h
    U XF4/xc/programs/xrx/plugin/include/npupp.h
    U XF4/xc/programs/xrx/rx/BuildReq.c
    U XF4/xc/programs/xrx/rx/PParse.c
    U XF4/xc/programs/xrx/rx/PRead.c
    U XF4/xc/programs/xrx/rx/Prefs.c
    U XF4/xc/programs/xrx/rx/Prefs.h
    U XF4/xc/programs/xrx/rx/Rx.h
    U XF4/xc/programs/xrx/rx/RxI.h
    U XF4/xc/programs/xrx/rx/XAuth.c
    U XF4/xc/programs/xrx/rx/XAuth.h
    U XF4/xc/programs/xrx/rx/XDpyName.c
    U XF4/xc/programs/xrx/rx/XDpyName.h
    U XF4/xc/programs/xrx/rx/XUrls.c
    U XF4/xc/programs/xrx/rx/XUrls.h
    U XF4/xc/programs/xrx/testplugin/Imakefile
    U XF4/xc/programs/xrx/testplugin/testplugin.c
    U XF4/xc/programs/xrx/testplugin/testplugin.man
    U XF4/xc/programs/xrx/xnest-plugin/Imakefile
    U XF4/xc/programs/xrx/xnest-plugin/NewNDest.c
    U XF4/xc/programs/xrx/xnest-plugin/PProcess.c
    U XF4/xc/programs/xrx/xnest-plugin/RxPlugin.h
    U XF4/xc/programs/xrx/xnest-plugin/SetWin.c
    U XF4/xc/programs/xrx/xnest-plugin/XnestDis.c
    U XF4/xc/programs/xset/Imakefile
    U XF4/xc/programs/xset/xset.c
    U XF4/xc/programs/xset/xset.man
    U XF4/xc/programs/xsetmode/Imakefile
    U XF4/xc/programs/xsetmode/xsetmode.c
    U XF4/xc/programs/xsetmode/xsetmode.man
    U XF4/xc/programs/xsetpointer/Imakefile
    U XF4/xc/programs/xsetpointer/xsetpnt.man
    U XF4/xc/programs/xsetpointer/xsetpointer.c
    U XF4/xc/programs/xsetroot/Imakefile
    U XF4/xc/programs/xsetroot/xsetroot.c
    U XF4/xc/programs/xsetroot/xsetroot.man
    U XF4/xc/programs/xsm/Imakefile
    U XF4/xc/programs/xsm/README
    U XF4/xc/programs/xsm/XSm.ad
    U XF4/xc/programs/xsm/auth.c
    U XF4/xc/programs/xsm/auth.h
    U XF4/xc/programs/xsm/choose.c
    U XF4/xc/programs/xsm/choose.h
    U XF4/xc/programs/xsm/globals.c
    U XF4/xc/programs/xsm/info.c
    U XF4/xc/programs/xsm/info.h
    U XF4/xc/programs/xsm/list.c
    U XF4/xc/programs/xsm/list.h
    U XF4/xc/programs/xsm/lock.c
    U XF4/xc/programs/xsm/lock.h
    U XF4/xc/programs/xsm/log.c
    U XF4/xc/programs/xsm/log.h
    U XF4/xc/programs/xsm/mainwin.c
    U XF4/xc/programs/xsm/misc.c
    U XF4/xc/programs/xsm/mainwin.h
    U XF4/xc/programs/xsm/popup.c
    U XF4/xc/programs/xsm/popup.h
    U XF4/xc/programs/xsm/printhex.c
    U XF4/xc/programs/xsm/prop.c
    U XF4/xc/programs/xsm/prop.h
    U XF4/xc/programs/xsm/remote.c
    U XF4/xc/programs/xsm/restart.c
    U XF4/xc/programs/xsm/restart.h
    U XF4/xc/programs/xsm/save.c
    U XF4/xc/programs/xsm/save.h
    U XF4/xc/programs/xsm/saveutil.c
    U XF4/xc/programs/xsm/saveutil.h
    U XF4/xc/programs/xsm/signals.c
    U XF4/xc/programs/xsm/system.xsm
    U XF4/xc/programs/xsm/xsm.c
    U XF4/xc/programs/xsm/xsm.h
    U XF4/xc/programs/xsm/xsm.man
    U XF4/xc/programs/xsm/xtwatch.c
    U XF4/xc/programs/xsm/xtwatch.h
    U XF4/xc/programs/xstdcmap/Imakefile
    U XF4/xc/programs/xstdcmap/xstdcmap.c
    U XF4/xc/programs/xstdcmap/xstdcmap.man
    U XF4/xc/programs/xterm/256colres.h
    U XF4/xc/programs/xterm/256colres.pl
    U XF4/xc/programs/xterm/88colres.h
    U XF4/xc/programs/xterm/88colres.pl
    U XF4/xc/programs/xterm/AAA_README_VMS.txt
    U XF4/xc/programs/xterm/INSTALL
    U XF4/xc/programs/xterm/Imakefile
    U XF4/xc/programs/xterm/MANIFEST
    U XF4/xc/programs/xterm/Makefile.in
    U XF4/xc/programs/xterm/README
    U XF4/xc/programs/xterm/README.os390
    U XF4/xc/programs/xterm/TekPrsTbl.c
    U XF4/xc/programs/xterm/Tekparse.def
    U XF4/xc/programs/xterm/Tekparse.h
    U XF4/xc/programs/xterm/Tekproc.c
    U XF4/xc/programs/xterm/Tests
    U XF4/xc/programs/xterm/UXTerm.ad
    U XF4/xc/programs/xterm/VTPrsTbl.c
    U XF4/xc/programs/xterm/VTparse.def
    U XF4/xc/programs/xterm/VTparse.h
    U XF4/xc/programs/xterm/XTerm-col.ad
    U XF4/xc/programs/xterm/XTerm.ad
    U XF4/xc/programs/xterm/aclocal.m4
    U XF4/xc/programs/xterm/data.c
    U XF4/xc/programs/xterm/button.c
    U XF4/xc/programs/xterm/charclass.c
    U XF4/xc/programs/xterm/charclass.h
    U XF4/xc/programs/xterm/charproc.c
    U XF4/xc/programs/xterm/charsets.c
    U XF4/xc/programs/xterm/config.guess
    U XF4/xc/programs/xterm/config.sub
    U XF4/xc/programs/xterm/configure
    U XF4/xc/programs/xterm/configure.in
    U XF4/xc/programs/xterm/cursor.c
    U XF4/xc/programs/xterm/data.h
    U XF4/xc/programs/xterm/doublechr.c
    U XF4/xc/programs/xterm/error.h
    U XF4/xc/programs/xterm/fontutils.c
    U XF4/xc/programs/xterm/fontutils.h
    U XF4/xc/programs/xterm/input.c
    U XF4/xc/programs/xterm/install.sh
    U XF4/xc/programs/xterm/keysym2ucs.c
    U XF4/xc/programs/xterm/keysym2ucs.h
    U XF4/xc/programs/xterm/link_axp.com
    U XF4/xc/programs/xterm/main.c
    U XF4/xc/programs/xterm/main.h
    U XF4/xc/programs/xterm/make.com
    U XF4/xc/programs/xterm/menu.c
    U XF4/xc/programs/xterm/menu.h
    U XF4/xc/programs/xterm/minstall.sh
    U XF4/xc/programs/xterm/misc.c
    U XF4/xc/programs/xterm/mkdirs.sh
    U XF4/xc/programs/xterm/os2main.c
    U XF4/xc/programs/xterm/plink.sh
    U XF4/xc/programs/xterm/precompose.c
    U XF4/xc/programs/xterm/precompose.h
    U XF4/xc/programs/xterm/print.c
    U XF4/xc/programs/xterm/proto.h
    U XF4/xc/programs/xterm/ptydata.c
    U XF4/xc/programs/xterm/ptyx.h
    U XF4/xc/programs/xterm/resize.c
    U XF4/xc/programs/xterm/resize.man
    U XF4/xc/programs/xterm/screen.c
    U XF4/xc/programs/xterm/scrollbar.c
    U XF4/xc/programs/xterm/sinstall.sh
    U XF4/xc/programs/xterm/tabs.c
    U XF4/xc/programs/xterm/termcap
    U XF4/xc/programs/xterm/terminfo
    U XF4/xc/programs/xterm/testxmc.c
    U XF4/xc/programs/xterm/trace.c
    U XF4/xc/programs/xterm/trace.h
    U XF4/xc/programs/xterm/ttysvr.c
    U XF4/xc/programs/xterm/util.c
    U XF4/xc/programs/xterm/uxterm
    U XF4/xc/programs/xterm/version.h
    U XF4/xc/programs/xterm/vms.c
    U XF4/xc/programs/xterm/vms.h
    U XF4/xc/programs/xterm/wcwidth.c
    U XF4/xc/programs/xterm/wcwidth.h
    U XF4/xc/programs/xterm/xcharmouse.h
    U XF4/xc/programs/xterm/xstrings.c
    U XF4/xc/programs/xterm/xstrings.h
    U XF4/xc/programs/xterm/xterm.dat
    U XF4/xc/programs/xterm/xterm.h
    U XF4/xc/programs/xterm/xterm.log.html
    U XF4/xc/programs/xterm/xterm.man
    U XF4/xc/programs/xterm/xterm_axp.opt
    U XF4/xc/programs/xterm/xterm_io.h
    U XF4/xc/programs/xterm/xtermcfg.hin
    U XF4/xc/programs/xterm/xutf8.c
    U XF4/xc/programs/xterm/xutf8.h
    U XF4/xc/programs/xterm/tektests/aitest.tek
    U XF4/xc/programs/xterm/tektests/dmerc.tek
    U XF4/xc/programs/xterm/tektests/fotest.tek
    U XF4/xc/programs/xterm/tektests/imtest.tek
    U XF4/xc/programs/xterm/tektests/imtesth.tek
    U XF4/xc/programs/xterm/tektests/ocpred.tek
    U XF4/xc/programs/xterm/tektests/usmap.tek
    U XF4/xc/programs/xterm/unicode/README
    U XF4/xc/programs/xterm/unicode/convmap.pl
    U XF4/xc/programs/xterm/unicode/keysym.map
    U XF4/xc/programs/xterm/unicode/make-precompose.sh
    U XF4/xc/programs/xterm/unicode/precompose.c.head
    U XF4/xc/programs/xterm/unicode/precompose.c.tail
    U XF4/xc/programs/xterm/vttests/16colors.sh
    U XF4/xc/programs/xterm/vttests/256colors.pl
    U XF4/xc/programs/xterm/vttests/256colors2.pl
    U XF4/xc/programs/xterm/vttests/88colors.pl
    U XF4/xc/programs/xterm/vttests/88colors2.pl
    U XF4/xc/programs/xterm/vttests/8colors.sh
    U XF4/xc/programs/xterm/vttests/doublechars.sh
    U XF4/xc/programs/xterm/vttests/dynamic.sh
    U XF4/xc/programs/xterm/vttests/fonts.sh
    U XF4/xc/programs/xterm/vttests/resize.sh
    U XF4/xc/programs/xterm/vttests/title.sh
    U XF4/xc/programs/xtrap/Imakefile
    U XF4/xc/programs/xtrap/XEKeybCtrl.c
    U XF4/xc/programs/xtrap/XEKeybCtrl.h
    U XF4/xc/programs/xtrap/chparse.c
    U XF4/xc/programs/xtrap/chparse.h
    U XF4/xc/programs/xtrap/xtrap.man
    U XF4/xc/programs/xtrap/xtrapchar.c
    U XF4/xc/programs/xtrap/xtrapin.c
    U XF4/xc/programs/xtrap/xtrapinfo.c
    U XF4/xc/programs/xtrap/xtrapout.c
    U XF4/xc/programs/xtrap/xtrapproto.c
    U XF4/xc/programs/xtrap/xtrapreset.c
    U XF4/xc/programs/xtrap/xtrapstats.c
    U XF4/xc/programs/xvidtune/Imakefile
    U XF4/xc/programs/xvidtune/Xvidtune.ad
    U XF4/xc/programs/xvidtune/xvidtune.c
    U XF4/xc/programs/xvidtune/xvidtune.man
    U XF4/xc/programs/xvinfo/Imakefile
    U XF4/xc/programs/xvinfo/xvinfo.c
    U XF4/xc/programs/xvinfo/xvinfo.man
    U XF4/xc/programs/xwd/Imakefile
    U XF4/xc/programs/xwd/list.c
    U XF4/xc/programs/xwd/list.h
    U XF4/xc/programs/xwd/multiVis.c
    U XF4/xc/programs/xwd/multiVis.h
    U XF4/xc/programs/xwd/wsutils.h
    U XF4/xc/programs/xwd/xwd.c
    U XF4/xc/programs/xwd/xwd.man
    U XF4/xc/programs/xwininfo/Imakefile
    U XF4/xc/programs/xwininfo/xwininfo.c
    U XF4/xc/programs/xwininfo/xwininfo.man
    U XF4/xc/programs/xwud/Imakefile
    U XF4/xc/programs/xwud/xwud.c
    U XF4/xc/programs/xwud/xwud.man
    U XF4/xc/nls/Imakefile
    U XF4/xc/nls/compose.dir
    U XF4/xc/nls/locale.alias
    U XF4/xc/nls/locale.dir
    U XF4/xc/nls/Compose/Imakefile
    U XF4/xc/nls/Compose/armscii-8
    U XF4/xc/nls/Compose/en_US.UTF-8
    U XF4/xc/nls/Compose/georgian-academy
    U XF4/xc/nls/Compose/georgian-ps
    U XF4/xc/nls/Compose/ibm-cp1133
    U XF4/xc/nls/Compose/iso8859-1
    U XF4/xc/nls/Compose/iso8859-10
    U XF4/xc/nls/Compose/iso8859-13
    U XF4/xc/nls/Compose/iso8859-14
    U XF4/xc/nls/Compose/iso8859-15
    U XF4/xc/nls/Compose/iso8859-2
    U XF4/xc/nls/Compose/iso8859-3
    U XF4/xc/nls/Compose/iso8859-4
    U XF4/xc/nls/Compose/iso8859-5
    U XF4/xc/nls/Compose/ja
    U XF4/xc/nls/Compose/iso8859-6
    U XF4/xc/nls/Compose/iso8859-7
    U XF4/xc/nls/Compose/iso8859-8
    U XF4/xc/nls/Compose/iso8859-9
    U XF4/xc/nls/Compose/iso8859-9e
    U XF4/xc/nls/Compose/ja.JIS
    U XF4/xc/nls/Compose/ja.SJIS
    U XF4/xc/nls/Compose/ko
    U XF4/xc/nls/Compose/koi8-c
    U XF4/xc/nls/Compose/koi8-r
    U XF4/xc/nls/Compose/koi8-u
    U XF4/xc/nls/Compose/mulelao-1
    U XF4/xc/nls/Compose/vi_VN.tcvn
    U XF4/xc/nls/Compose/vi_VN.viscii
    U XF4/xc/nls/Compose/zh_CN
    U XF4/xc/nls/Compose/zh_CN.gbk
    U XF4/xc/nls/Compose/zh_TW
    U XF4/xc/nls/Compose/zh_TW.big5
    U XF4/xc/nls/XI18N_OBJS/C
    U XF4/xc/nls/XI18N_OBJS/Imakefile
    U XF4/xc/nls/XI18N_OBJS/armscii-8
    U XF4/xc/nls/XI18N_OBJS/en_US.UTF-8
    U XF4/xc/nls/XI18N_OBJS/georgian-academy
    U XF4/xc/nls/XI18N_OBJS/georgian-ps
    U XF4/xc/nls/XI18N_OBJS/ibm-cp1133
    U XF4/xc/nls/XI18N_OBJS/iscii-dev
    U XF4/xc/nls/XI18N_OBJS/isiri-3342
    U XF4/xc/nls/XI18N_OBJS/iso8859-1
    U XF4/xc/nls/XI18N_OBJS/iso8859-10
    U XF4/xc/nls/XI18N_OBJS/iso8859-13
    U XF4/xc/nls/XI18N_OBJS/iso8859-14
    U XF4/xc/nls/XI18N_OBJS/iso8859-15
    U XF4/xc/nls/XI18N_OBJS/iso8859-2
    U XF4/xc/nls/XI18N_OBJS/iso8859-3
    U XF4/xc/nls/XI18N_OBJS/iso8859-4
    U XF4/xc/nls/XI18N_OBJS/iso8859-5
    U XF4/xc/nls/XI18N_OBJS/iso8859-6
    U XF4/xc/nls/XI18N_OBJS/iso8859-7
    U XF4/xc/nls/XI18N_OBJS/iso8859-8
    U XF4/xc/nls/XI18N_OBJS/iso8859-9
    U XF4/xc/nls/XI18N_OBJS/iso8859-9e
    U XF4/xc/nls/XI18N_OBJS/ja
    U XF4/xc/nls/XI18N_OBJS/ja.JIS
    U XF4/xc/nls/XI18N_OBJS/ja.S90
    U XF4/xc/nls/XI18N_OBJS/ja.SJIS
    U XF4/xc/nls/XI18N_OBJS/ja.U90
    U XF4/xc/nls/XI18N_OBJS/ko
    U XF4/xc/nls/XI18N_OBJS/koi8-c
    U XF4/xc/nls/XI18N_OBJS/koi8-r
    U XF4/xc/nls/XI18N_OBJS/koi8-u
    U XF4/xc/nls/XI18N_OBJS/microsoft-cp1251
    U XF4/xc/nls/XI18N_OBJS/microsoft-cp1255
    U XF4/xc/nls/XI18N_OBJS/microsoft-cp1256
    U XF4/xc/nls/XI18N_OBJS/mulelao-1
    U XF4/xc/nls/XI18N_OBJS/nokhchi-1
    U XF4/xc/nls/XI18N_OBJS/tatar-cyr
    U XF4/xc/nls/XI18N_OBJS/th_TH
    U XF4/xc/nls/XI18N_OBJS/tscii-0
    U XF4/xc/nls/XI18N_OBJS/vi_VN.tcvn
    U XF4/xc/nls/XI18N_OBJS/vi_VN.viscii
    U XF4/xc/nls/XI18N_OBJS/zh
    U XF4/xc/nls/XI18N_OBJS/zh_CN.gbk
    U XF4/xc/nls/XI18N_OBJS/zh_HK.big5hkscs
    U XF4/xc/nls/XI18N_OBJS/zh_TW
    U XF4/xc/nls/XI18N_OBJS/zh_TW.big5
    U XF4/xc/nls/XLC_LOCALE/C
    U XF4/xc/nls/XLC_LOCALE/Imakefile
    U XF4/xc/nls/XLC_LOCALE/armscii-8
    U XF4/xc/nls/XLC_LOCALE/en_US.UTF-8
    U XF4/xc/nls/XLC_LOCALE/georgian-academy
    U XF4/xc/nls/XLC_LOCALE/georgian-ps
    U XF4/xc/nls/XLC_LOCALE/ibm-cp1133
    U XF4/xc/nls/XLC_LOCALE/iscii-dev
    U XF4/xc/nls/XLC_LOCALE/isiri-3342
    U XF4/xc/nls/XLC_LOCALE/iso8859-1
    U XF4/xc/nls/XLC_LOCALE/iso8859-10
    U XF4/xc/nls/XLC_LOCALE/iso8859-13
    U XF4/xc/nls/XLC_LOCALE/iso8859-14
    U XF4/xc/nls/XLC_LOCALE/iso8859-15
    U XF4/xc/nls/XLC_LOCALE/iso8859-2
    U XF4/xc/nls/XLC_LOCALE/iso8859-3
    U XF4/xc/nls/XLC_LOCALE/iso8859-4
    U XF4/xc/nls/XLC_LOCALE/iso8859-5
    U XF4/xc/nls/XLC_LOCALE/iso8859-6
    U XF4/xc/nls/XLC_LOCALE/iso8859-7
    U XF4/xc/nls/XLC_LOCALE/iso8859-8
    U XF4/xc/nls/XLC_LOCALE/iso8859-9
    U XF4/xc/nls/XLC_LOCALE/iso8859-9e
    U XF4/xc/nls/XLC_LOCALE/ja
    U XF4/xc/nls/XLC_LOCALE/ja.JIS
    U XF4/xc/nls/XLC_LOCALE/ja.S90
    U XF4/xc/nls/XLC_LOCALE/ja.SJIS
    U XF4/xc/nls/XLC_LOCALE/ja.U90
    U XF4/xc/nls/XLC_LOCALE/ko
    U XF4/xc/nls/XLC_LOCALE/koi8-c
    U XF4/xc/nls/XLC_LOCALE/koi8-r
    U XF4/xc/nls/XLC_LOCALE/koi8-u
    U XF4/xc/nls/XLC_LOCALE/microsoft-cp1251
    U XF4/xc/nls/XLC_LOCALE/microsoft-cp1255
    U XF4/xc/nls/XLC_LOCALE/microsoft-cp1256
    U XF4/xc/nls/XLC_LOCALE/mulelao-1
    U XF4/xc/nls/XLC_LOCALE/nokhchi-1
    U XF4/xc/nls/XLC_LOCALE/tatar-cyr
    U XF4/xc/nls/XLC_LOCALE/th_TH
    U XF4/xc/nls/XLC_LOCALE/tscii-0
    U XF4/xc/nls/XLC_LOCALE/vi_VN.tcvn
    U XF4/xc/nls/XLC_LOCALE/vi_VN.viscii
    U XF4/xc/nls/XLC_LOCALE/zh_CN
    U XF4/xc/nls/XLC_LOCALE/zh_CN.gbk
    U XF4/xc/nls/XLC_LOCALE/zh_HK.big5
    U XF4/xc/nls/XLC_LOCALE/zh_HK.big5hkscs
    U XF4/xc/nls/XLC_LOCALE/zh_TW
    U XF4/xc/nls/XLC_LOCALE/zh_TW.big5
    U XF4/xc/doc/Imakefile
    U XF4/xc/doc/misc/INSTALL.ms
    U XF4/xc/doc/misc/Imakefile
    U XF4/xc/doc/misc/RELNOTES.ms
    U XF4/xc/doc/misc/xlogo.epsi
    U XF4/xc/doc/man/Imakefile
    U XF4/xc/doc/man/GL/Imakefile
    U XF4/xc/doc/man/GL/gl/Imakefile
    U XF4/xc/doc/man/GL/gl/accum.3gl
    U XF4/xc/doc/man/GL/gl/activetextureARB.3gl
    U XF4/xc/doc/man/GL/gl/alphafunc.3gl
    U XF4/xc/doc/man/GL/gl/aretexturesresident.3gl
    U XF4/xc/doc/man/GL/gl/arrayelement.3gl
    U XF4/xc/doc/man/GL/gl/begin.3gl
    U XF4/xc/doc/man/GL/gl/bindtexture.3gl
    U XF4/xc/doc/man/GL/gl/bitmap.3gl
    U XF4/xc/doc/man/GL/gl/blendcolor.3gl
    U XF4/xc/doc/man/GL/gl/blendequation.3gl
    U XF4/xc/doc/man/GL/gl/blendfunc.3gl
    U XF4/xc/doc/man/GL/gl/calllist.3gl
    U XF4/xc/doc/man/GL/gl/clear.3gl
    U XF4/xc/doc/man/GL/gl/calllists.3gl
    U XF4/xc/doc/man/GL/gl/clearaccum.3gl
    U XF4/xc/doc/man/GL/gl/clearcolor.3gl
    U XF4/xc/doc/man/GL/gl/cleardepth.3gl
    U XF4/xc/doc/man/GL/gl/clearindex.3gl
    U XF4/xc/doc/man/GL/gl/clearstencil.3gl
    U XF4/xc/doc/man/GL/gl/clientactivetextureARB.3gl
    U XF4/xc/doc/man/GL/gl/clipplane.3gl
    U XF4/xc/doc/man/GL/gl/color.3gl
    U XF4/xc/doc/man/GL/gl/colormask.3gl
    U XF4/xc/doc/man/GL/gl/colormaterial.3gl
    U XF4/xc/doc/man/GL/gl/colorpointer.3gl
    U XF4/xc/doc/man/GL/gl/colorsubtable.3gl
    U XF4/xc/doc/man/GL/gl/colortable.3gl
    U XF4/xc/doc/man/GL/gl/colortableparameter.3gl
    U XF4/xc/doc/man/GL/gl/convolutionfilter1d.3gl
    U XF4/xc/doc/man/GL/gl/convolutionfilter2d.3gl
    U XF4/xc/doc/man/GL/gl/convolutionparameter.3gl
    U XF4/xc/doc/man/GL/gl/copycolorsubtable.3gl
    U XF4/xc/doc/man/GL/gl/copycolortable.3gl
    U XF4/xc/doc/man/GL/gl/copyconvolutionfilter1d.3gl
    U XF4/xc/doc/man/GL/gl/copyconvolutionfilter2d.3gl
    U XF4/xc/doc/man/GL/gl/copypixels.3gl
    U XF4/xc/doc/man/GL/gl/copyteximage1d.3gl
    U XF4/xc/doc/man/GL/gl/copyteximage2d.3gl
    U XF4/xc/doc/man/GL/gl/copytexsubimage1d.3gl
    U XF4/xc/doc/man/GL/gl/copytexsubimage2d.3gl
    U XF4/xc/doc/man/GL/gl/copytexsubimage3d.3gl
    U XF4/xc/doc/man/GL/gl/cullface.3gl
    U XF4/xc/doc/man/GL/gl/deletelists.3gl
    U XF4/xc/doc/man/GL/gl/deletetextures.3gl
    U XF4/xc/doc/man/GL/gl/depthfunc.3gl
    U XF4/xc/doc/man/GL/gl/depthmask.3gl
    U XF4/xc/doc/man/GL/gl/depthrange.3gl
    U XF4/xc/doc/man/GL/gl/drawarrays.3gl
    U XF4/xc/doc/man/GL/gl/drawbuffer.3gl
    U XF4/xc/doc/man/GL/gl/drawelements.3gl
    U XF4/xc/doc/man/GL/gl/drawpixels.3gl
    U XF4/xc/doc/man/GL/gl/drawrangeelements.3gl
    U XF4/xc/doc/man/GL/gl/edgeflag.3gl
    U XF4/xc/doc/man/GL/gl/edgeflagpointer.3gl
    U XF4/xc/doc/man/GL/gl/enable.3gl
    U XF4/xc/doc/man/GL/gl/enableclientstate.3gl
    U XF4/xc/doc/man/GL/gl/evalcoord.3gl
    U XF4/xc/doc/man/GL/gl/evalmesh.3gl
    U XF4/xc/doc/man/GL/gl/evalpoint.3gl
    U XF4/xc/doc/man/GL/gl/feedbackbuffer.3gl
    U XF4/xc/doc/man/GL/gl/finish.3gl
    U XF4/xc/doc/man/GL/gl/flush.3gl
    U XF4/xc/doc/man/GL/gl/fog.3gl
    U XF4/xc/doc/man/GL/gl/frontface.3gl
    U XF4/xc/doc/man/GL/gl/frustum.3gl
    U XF4/xc/doc/man/GL/gl/genlists.3gl
    U XF4/xc/doc/man/GL/gl/gentextures.3gl
    U XF4/xc/doc/man/GL/gl/get.3gl
    U XF4/xc/doc/man/GL/gl/getclipplane.3gl
    U XF4/xc/doc/man/GL/gl/getcolortable.3gl
    U XF4/xc/doc/man/GL/gl/getcolortableparameter.3gl
    U XF4/xc/doc/man/GL/gl/geterror.3gl
    U XF4/xc/doc/man/GL/gl/getconvolutionfilter.3gl
    U XF4/xc/doc/man/GL/gl/getconvolutionparameter.3gl
    U XF4/xc/doc/man/GL/gl/gethistogram.3gl
    U XF4/xc/doc/man/GL/gl/gethistogramparameter.3gl
    U XF4/xc/doc/man/GL/gl/getlight.3gl
    U XF4/xc/doc/man/GL/gl/getmap.3gl
    U XF4/xc/doc/man/GL/gl/getmaterial.3gl
    U XF4/xc/doc/man/GL/gl/getminmax.3gl
    U XF4/xc/doc/man/GL/gl/getminmaxparameter.3gl
    U XF4/xc/doc/man/GL/gl/getpixelmap.3gl
    U XF4/xc/doc/man/GL/gl/getpointerv.3gl
    U XF4/xc/doc/man/GL/gl/getpolygonstipple.3gl
    U XF4/xc/doc/man/GL/gl/getseparablefilter.3gl
    U XF4/xc/doc/man/GL/gl/getstring.3gl
    U XF4/xc/doc/man/GL/gl/gettexenv.3gl
    U XF4/xc/doc/man/GL/gl/gettexgen.3gl
    U XF4/xc/doc/man/GL/gl/getteximage.3gl
    U XF4/xc/doc/man/GL/gl/gettexlevelparameter.3gl
    U XF4/xc/doc/man/GL/gl/gettexparameter.3gl
    U XF4/xc/doc/man/GL/gl/hint.3gl
    U XF4/xc/doc/man/GL/gl/histogram.3gl
    U XF4/xc/doc/man/GL/gl/index.3gl
    U XF4/xc/doc/man/GL/gl/indexmask.3gl
    U XF4/xc/doc/man/GL/gl/indexpointer.3gl
    U XF4/xc/doc/man/GL/gl/initnames.3gl
    U XF4/xc/doc/man/GL/gl/interleavedarrays.3gl
    U XF4/xc/doc/man/GL/gl/isenabled.3gl
    U XF4/xc/doc/man/GL/gl/islist.3gl
    U XF4/xc/doc/man/GL/gl/istexture.3gl
    U XF4/xc/doc/man/GL/gl/light.3gl
    U XF4/xc/doc/man/GL/gl/lightmodel.3gl
    U XF4/xc/doc/man/GL/gl/linestipple.3gl
    U XF4/xc/doc/man/GL/gl/linewidth.3gl
    U XF4/xc/doc/man/GL/gl/listbase.3gl
    U XF4/xc/doc/man/GL/gl/loadidentity.3gl
    U XF4/xc/doc/man/GL/gl/loadmatrix.3gl
    U XF4/xc/doc/man/GL/gl/loadname.3gl
    U XF4/xc/doc/man/GL/gl/logicop.3gl
    U XF4/xc/doc/man/GL/gl/map1.3gl
    U XF4/xc/doc/man/GL/gl/map2.3gl
    U XF4/xc/doc/man/GL/gl/mapgrid.3gl
    U XF4/xc/doc/man/GL/gl/material.3gl
    U XF4/xc/doc/man/GL/gl/matrixmode.3gl
    U XF4/xc/doc/man/GL/gl/minmax.3gl
    U XF4/xc/doc/man/GL/gl/multitexcoordARB.3gl
    U XF4/xc/doc/man/GL/gl/multmatrix.3gl
    U XF4/xc/doc/man/GL/gl/newlist.3gl
    U XF4/xc/doc/man/GL/gl/normal.3gl
    U XF4/xc/doc/man/GL/gl/normalpointer.3gl
    U XF4/xc/doc/man/GL/gl/ortho.3gl
    U XF4/xc/doc/man/GL/gl/passthrough.3gl
    U XF4/xc/doc/man/GL/gl/pixelmap.3gl
    U XF4/xc/doc/man/GL/gl/pixelstore.3gl
    U XF4/xc/doc/man/GL/gl/pixeltransfer.3gl
    U XF4/xc/doc/man/GL/gl/pixelzoom.3gl
    U XF4/xc/doc/man/GL/gl/pointsize.3gl
    U XF4/xc/doc/man/GL/gl/polygonmode.3gl
    U XF4/xc/doc/man/GL/gl/polygonoffset.3gl
    U XF4/xc/doc/man/GL/gl/polygonstipple.3gl
    U XF4/xc/doc/man/GL/gl/prioritizetextures.3gl
    U XF4/xc/doc/man/GL/gl/pushattrib.3gl
    U XF4/xc/doc/man/GL/gl/pushclientattrib.3gl
    U XF4/xc/doc/man/GL/gl/pushmatrix.3gl
    U XF4/xc/doc/man/GL/gl/pushname.3gl
    U XF4/xc/doc/man/GL/gl/rasterpos.3gl
    U XF4/xc/doc/man/GL/gl/readbuffer.3gl
    U XF4/xc/doc/man/GL/gl/readpixels.3gl
    U XF4/xc/doc/man/GL/gl/rect.3gl
    U XF4/xc/doc/man/GL/gl/rendermode.3gl
    U XF4/xc/doc/man/GL/gl/resethistogram.3gl
    U XF4/xc/doc/man/GL/gl/resetminmax.3gl
    U XF4/xc/doc/man/GL/gl/rotate.3gl
    U XF4/xc/doc/man/GL/gl/scale.3gl
    U XF4/xc/doc/man/GL/gl/scissor.3gl
    U XF4/xc/doc/man/GL/gl/selectbuffer.3gl
    U XF4/xc/doc/man/GL/gl/shademodel.3gl
    U XF4/xc/doc/man/GL/gl/separablefilter2d.3gl
    U XF4/xc/doc/man/GL/gl/stencilfunc.3gl
    U XF4/xc/doc/man/GL/gl/stencilmask.3gl
    U XF4/xc/doc/man/GL/gl/stencilop.3gl
    U XF4/xc/doc/man/GL/gl/texcoord.3gl
    U XF4/xc/doc/man/GL/gl/texcoordpointer.3gl
    U XF4/xc/doc/man/GL/gl/texenv.3gl
    U XF4/xc/doc/man/GL/gl/texgen.3gl
    U XF4/xc/doc/man/GL/gl/teximage1d.3gl
    U XF4/xc/doc/man/GL/gl/teximage2d.3gl
    U XF4/xc/doc/man/GL/gl/teximage3d.3gl
    U XF4/xc/doc/man/GL/gl/texparameter.3gl
    U XF4/xc/doc/man/GL/gl/texsubimage1d.3gl
    U XF4/xc/doc/man/GL/gl/texsubimage2d.3gl
    U XF4/xc/doc/man/GL/gl/texsubimage3d.3gl
    U XF4/xc/doc/man/GL/gl/translate.3gl
    U XF4/xc/doc/man/GL/gl/vertex.3gl
    U XF4/xc/doc/man/GL/gl/vertexpointer.3gl
    U XF4/xc/doc/man/GL/gl/viewport.3gl
    U XF4/xc/doc/man/GL/glx/Imakefile
    U XF4/xc/doc/man/GL/glx/xchoosevisual.3gl
    U XF4/xc/doc/man/GL/glx/xcopycontext.3gl
    U XF4/xc/doc/man/GL/glx/xcreatecontext.3gl
    U XF4/xc/doc/man/GL/glx/xcreateglxpixmap.3gl
    U XF4/xc/doc/man/GL/glx/xdestroycontext.3gl
    U XF4/xc/doc/man/GL/glx/xdestroyglxpixmap.3gl
    U XF4/xc/doc/man/GL/glx/xfreecontextext.3gl
    U XF4/xc/doc/man/GL/glx/xgetclientstring.3gl
    U XF4/xc/doc/man/GL/glx/xgetconfig.3gl
    U XF4/xc/doc/man/GL/glx/xgetcontextidext.3gl
    U XF4/xc/doc/man/GL/glx/xgetcurrentcontext.3gl
    U XF4/xc/doc/man/GL/glx/xgetcurrentdisplay.3gl
    U XF4/xc/doc/man/GL/glx/xgetcurrentdrawable.3gl
    U XF4/xc/doc/man/GL/glx/ximportcontextext.3gl
    U XF4/xc/doc/man/GL/glx/xintro.3gl
    U XF4/xc/doc/man/GL/glx/xisdirect.3gl
    U XF4/xc/doc/man/GL/glx/xmakecurrent.3gl
    U XF4/xc/doc/man/GL/glx/xquerycontextinfoext.3gl
    U XF4/xc/doc/man/GL/glx/xqueryextension.3gl
    U XF4/xc/doc/man/GL/glx/xqueryextensionsstring.3gl
    U XF4/xc/doc/man/GL/glx/xqueryserverstring.3gl
    U XF4/xc/doc/man/GL/glx/xqueryversion.3gl
    U XF4/xc/doc/man/GL/glx/xswapbuffers.3gl
    U XF4/xc/doc/man/GL/glx/xusexfont.3gl
    U XF4/xc/doc/man/GL/glx/xwaitgl.3gl
    U XF4/xc/doc/man/GL/glx/xwaitx.3gl
    U XF4/xc/doc/man/GLU/Imakefile
    U XF4/xc/doc/man/GLU/begincurve.3gl
    U XF4/xc/doc/man/GLU/beginpolygon.3gl
    U XF4/xc/doc/man/GLU/beginsurface.3gl
    U XF4/xc/doc/man/GLU/begintrim.3gl
    U XF4/xc/doc/man/GLU/build1dmipmaplevels.3gl
    U XF4/xc/doc/man/GLU/build1dmipmaps.3gl
    U XF4/xc/doc/man/GLU/build2dmipmaplevels.3gl
    U XF4/xc/doc/man/GLU/build2dmipmaps.3gl
    U XF4/xc/doc/man/GLU/build3dmipmaplevels.3gl
    U XF4/xc/doc/man/GLU/build3dmipmaps.3gl
    U XF4/xc/doc/man/GLU/checkextension.3gl
    U XF4/xc/doc/man/GLU/cylinder.3gl
    U XF4/xc/doc/man/GLU/deletenurbsrenderer.3gl
    U XF4/xc/doc/man/GLU/deletequadric.3gl
    U XF4/xc/doc/man/GLU/deletetess.3gl
    U XF4/xc/doc/man/GLU/disk.3gl
    U XF4/xc/doc/man/GLU/errorstring.3gl
    U XF4/xc/doc/man/GLU/getnurbsproperty.3gl
    U XF4/xc/doc/man/GLU/getstring.3gl
    U XF4/xc/doc/man/GLU/gettessproperty.3gl
    U XF4/xc/doc/man/GLU/loadsamplingmatrices.3gl
    U XF4/xc/doc/man/GLU/lookat.3gl
    U XF4/xc/doc/man/GLU/newnurbsrenderer.3gl
    U XF4/xc/doc/man/GLU/newquadric.3gl
    U XF4/xc/doc/man/GLU/newtess.3gl
    U XF4/xc/doc/man/GLU/nextcontour.3gl
    U XF4/xc/doc/man/GLU/nurbscallback.3gl
    U XF4/xc/doc/man/GLU/nurbscallbackdata.3gl
    U XF4/xc/doc/man/GLU/nurbscallbackdataext.3gl
    U XF4/xc/doc/man/GLU/nurbscurve.3gl
    U XF4/xc/doc/man/GLU/nurbsproperty.3gl
    U XF4/xc/doc/man/GLU/nurbssurface.3gl
    U XF4/xc/doc/man/GLU/ortho2d.3gl
    U XF4/xc/doc/man/GLU/partialdisk.3gl
    U XF4/xc/doc/man/GLU/perspective.3gl
    U XF4/xc/doc/man/GLU/pickmatrix.3gl
    U XF4/xc/doc/man/GLU/project.3gl
    U XF4/xc/doc/man/GLU/pwlcurve.3gl
    U XF4/xc/doc/man/GLU/quadriccallback.3gl
    U XF4/xc/doc/man/GLU/quadricdrawstyle.3gl
    U XF4/xc/doc/man/GLU/sphere.3gl
    U XF4/xc/doc/man/GLU/quadricnormals.3gl
    U XF4/xc/doc/man/GLU/quadricorientation.3gl
    U XF4/xc/doc/man/GLU/quadrictexture.3gl
    U XF4/xc/doc/man/GLU/scaleimage.3gl
    U XF4/xc/doc/man/GLU/tessbegincontour.3gl
    U XF4/xc/doc/man/GLU/tessbeginpolygon.3gl
    U XF4/xc/doc/man/GLU/tesscallback.3gl
    U XF4/xc/doc/man/GLU/tessendpolygon.3gl
    U XF4/xc/doc/man/GLU/tessnormal.3gl
    U XF4/xc/doc/man/GLU/tessproperty.3gl
    U XF4/xc/doc/man/GLU/tessvertex.3gl
    U XF4/xc/doc/man/GLU/unproject.3gl
    U XF4/xc/doc/man/GLU/unproject4.3gl
    U XF4/xc/doc/man/GLw/Imakefile
    U XF4/xc/doc/man/X11/AllPlanes.man
    U XF4/xc/doc/man/X11/BlkPScrn.man
    U XF4/xc/doc/man/X11/Dis3C.man
    U XF4/xc/doc/man/X11/ImageOrd.man
    U XF4/xc/doc/man/X11/Imakefile
    U XF4/xc/doc/man/X11/IsCKey.man
    U XF4/xc/doc/man/X11/XACHints.man
    U XF4/xc/doc/man/X11/XAIcSize.man
    U XF4/xc/doc/man/X11/XASCmap.man
    U XF4/xc/doc/man/X11/XASHints.man
    U XF4/xc/doc/man/X11/XAWMHints.man
    U XF4/xc/doc/man/X11/XAddHost.man
    U XF4/xc/doc/man/X11/XAllColor.man
    U XF4/xc/doc/man/X11/XAllEvnt.man
    U XF4/xc/doc/man/X11/XAnyEvent.man
    U XF4/xc/doc/man/X11/XButEvent.man
    U XF4/xc/doc/man/X11/XCKCntrl.man
    U XF4/xc/doc/man/X11/XCKMping.man
    U XF4/xc/doc/man/X11/XCMEvent.man
    U XF4/xc/doc/man/X11/XCPCntrl.man
    U XF4/xc/doc/man/X11/XCSSet.man
    U XF4/xc/doc/man/X11/XCWAttrib.man
    U XF4/xc/doc/man/X11/XCWEvent.man
    U XF4/xc/doc/man/X11/XCirEvent.man
    U XF4/xc/doc/man/X11/XCirREven.man
    U XF4/xc/doc/man/X11/XClrArea.man
    U XF4/xc/doc/man/X11/XCmpEvent.man
    U XF4/xc/doc/man/X11/XConEvent.man
    U XF4/xc/doc/man/X11/XConREven.man
    U XF4/xc/doc/man/X11/XConfWin.man
    U XF4/xc/doc/man/X11/XCopyArea.man
    U XF4/xc/doc/man/X11/XCreCmap.man
    U XF4/xc/doc/man/X11/XCreFCur.man
    U XF4/xc/doc/man/X11/XCreFSet.man
    U XF4/xc/doc/man/X11/XCreGC.man
    U XF4/xc/doc/man/X11/XCreIC.man
    U XF4/xc/doc/man/X11/XCreImage.man
    U XF4/xc/doc/man/X11/XCreOC.man
    U XF4/xc/doc/man/X11/XCrePmap.man
    U XF4/xc/doc/man/X11/XCreReg.man
    U XF4/xc/doc/man/X11/XCreWin.man
    U XF4/xc/doc/man/X11/XCroEvent.man
    U XF4/xc/doc/man/X11/XDWEvent.man
    U XF4/xc/doc/man/X11/XDefCur.man
    U XF4/xc/doc/man/X11/XDesWin.man
    U XF4/xc/doc/man/X11/XDrArc.man
    U XF4/xc/doc/man/X11/XDrIStr.man
    U XF4/xc/doc/man/X11/XDrLine.man
    U XF4/xc/doc/man/X11/XDrPoint.man
    U XF4/xc/doc/man/X11/XDrRect.man
    U XF4/xc/doc/man/X11/XDrString.man
    U XF4/xc/doc/man/X11/XDrText.man
    U XF4/xc/doc/man/X11/XERegion.man
    U XF4/xc/doc/man/X11/XEnumDB.man
    U XF4/xc/doc/man/X11/XEofFSet.man
    U XF4/xc/doc/man/X11/XErrEvent.man
    U XF4/xc/doc/man/X11/XExpEvent.man
    U XF4/xc/doc/man/X11/XFCEvent.man
    U XF4/xc/doc/man/X11/XFEvent.man
    U XF4/xc/doc/man/X11/XFSExt.man
    U XF4/xc/doc/man/X11/XFillRect.man
    U XF4/xc/doc/man/X11/XFlush.man
    U XF4/xc/doc/man/X11/XFofFSet.man
    U XF4/xc/doc/man/X11/XFree.man
    U XF4/xc/doc/man/X11/XGEEvent.man
    U XF4/xc/doc/man/X11/XGEvent.man
    U XF4/xc/doc/man/X11/XGFDBase.man
    U XF4/xc/doc/man/X11/XGetRes.man
    U XF4/xc/doc/man/X11/XGetVInfo.man
    U XF4/xc/doc/man/X11/XGetWAttr.man
    U XF4/xc/doc/man/X11/XGetWProp.man
    U XF4/xc/doc/man/X11/XGrButton.man
    U XF4/xc/doc/man/X11/XGrKey.man
    U XF4/xc/doc/man/X11/XGrKeybrd.man
    U XF4/xc/doc/man/X11/XGrPntr.man
    U XF4/xc/doc/man/X11/XGrServer.man
    U XF4/xc/doc/man/X11/XIcWin.man
    U XF4/xc/doc/man/X11/XIfEvent.man
    U XF4/xc/doc/man/X11/XInitial.man
    U XF4/xc/doc/man/X11/XInstCmap.man
    U XF4/xc/doc/man/X11/XIntConn.man
    U XF4/xc/doc/man/X11/XInterReg.man
    U XF4/xc/doc/man/X11/XInternA.man
    U XF4/xc/doc/man/X11/XKMapEven.man
    U XF4/xc/doc/man/X11/XListFont.man
    U XF4/xc/doc/man/X11/XLoadFont.man
    U XF4/xc/doc/man/X11/XLookKsym.man
    U XF4/xc/doc/man/X11/XMDBases.man
    U XF4/xc/doc/man/X11/XMEvent.man
    U XF4/xc/doc/man/X11/XMREvent.man
    U XF4/xc/doc/man/X11/XMapWin.man
    U XF4/xc/doc/man/X11/XNEvent.man
    U XF4/xc/doc/man/X11/XNoOp.man
    U XF4/xc/doc/man/X11/XOpDsply.man
    U XF4/xc/doc/man/X11/XOpenIM.man
    U XF4/xc/doc/man/X11/XOpenOM.man
    U XF4/xc/doc/man/X11/XPEvent.man
    U XF4/xc/doc/man/X11/XParGeom.man
    U XF4/xc/doc/man/X11/XPolyReg.man
    U XF4/xc/doc/man/X11/XPutBEvnt.man
    U XF4/xc/doc/man/X11/XPutImage.man
    U XF4/xc/doc/man/X11/XPutRes.man
    U XF4/xc/doc/man/X11/XQBSize.man
    U XF4/xc/doc/man/X11/XQColor.man
    U XF4/xc/doc/man/X11/XQPointer.man
    U XF4/xc/doc/man/X11/XQTree.man
    U XF4/xc/doc/man/X11/XREvent.man
    U XF4/xc/doc/man/X11/XRMStr.man
    U XF4/xc/doc/man/X11/XRREvent.man
    U XF4/xc/doc/man/X11/XRaiseWin.man
    U XF4/xc/doc/man/X11/XReadBF.man
    U XF4/xc/doc/man/X11/XRecCur.man
    U XF4/xc/doc/man/X11/XReparWin.man
    U XF4/xc/doc/man/X11/XSCEvent.man
    U XF4/xc/doc/man/X11/XSContext.man
    U XF4/xc/doc/man/X11/XSEvent.man
    U XF4/xc/doc/man/X11/XSICFoc.man
    U XF4/xc/doc/man/X11/XSICVals.man
    U XF4/xc/doc/man/X11/XSInput.man
    U XF4/xc/doc/man/X11/XSLTTProp.man
    U XF4/xc/doc/man/X11/XSREvent.man
    U XF4/xc/doc/man/X11/XSeArcMod.man
    U XF4/xc/doc/man/X11/XSeClipO.man
    U XF4/xc/doc/man/X11/XSeClosDM.man
    U XF4/xc/doc/man/X11/XSeCmd.man
    U XF4/xc/doc/man/X11/XSeErrHan.man
    U XF4/xc/doc/man/X11/XSeEvent.man
    U XF4/xc/doc/man/X11/XSeFillS.man
    U XF4/xc/doc/man/X11/XSeFont.man
    U XF4/xc/doc/man/X11/XSeFontP.man
    U XF4/xc/doc/man/X11/XSeInFoc.man
    U XF4/xc/doc/man/X11/XSeLAttr.man
    U XF4/xc/doc/man/X11/XSePMap.man
    U XF4/xc/doc/man/X11/XSeScSav.man
    U XF4/xc/doc/man/X11/XSeSelOwn.man
    U XF4/xc/doc/man/X11/XSeState.man
    U XF4/xc/doc/man/X11/XSeTFHint.man
    U XF4/xc/doc/man/X11/XSeTProp.man
    U XF4/xc/doc/man/X11/XSeTile.man
    U XF4/xc/doc/man/X11/XSeWMCMac.man
    U XF4/xc/doc/man/X11/XSeWMCWin.man
    U XF4/xc/doc/man/X11/XSeWMINam.man
    U XF4/xc/doc/man/X11/XSeWMName.man
    U XF4/xc/doc/man/X11/XSeWMProp.man
    U XF4/xc/doc/man/X11/XSeWMProt.man
    U XF4/xc/doc/man/X11/XStBytes.man
    U XF4/xc/doc/man/X11/XStColors.man
    U XF4/xc/doc/man/X11/XStTKsym.man
    U XF4/xc/doc/man/X11/XSupLoc.man
    U XF4/xc/doc/man/X11/XSync.man
    U XF4/xc/doc/man/X11/XTLTTProp.man
    U XF4/xc/doc/man/X11/XTextExt.man
    U XF4/xc/doc/man/X11/XTextWid.man
    U XF4/xc/doc/man/X11/XThreads.man
    U XF4/xc/doc/man/X11/XUQuark.man
    U XF4/xc/doc/man/X11/XTranWCo.man
    U XF4/xc/doc/man/X11/XUmapEven.man
    U XF4/xc/doc/man/X11/XUnmapWin.man
    U XF4/xc/doc/man/X11/XVCNList.man
    U XF4/xc/doc/man/X11/XVEvent.man
    U XF4/xc/doc/man/X11/XWarpPntr.man
    U XF4/xc/doc/man/X11/Xcms3CoC.man
    U XF4/xc/doc/man/X11/XcmsAClr.man
    U XF4/xc/doc/man/X11/XcmsCClrs.man
    U XF4/xc/doc/man/X11/XcmsClr.man
    U XF4/xc/doc/man/X11/XcmsCre3C.man
    U XF4/xc/doc/man/X11/XcmsD3C.man
    U XF4/xc/doc/man/X11/XcmsLaQMC.man
    U XF4/xc/doc/man/X11/XcmsLuQMC.man
    U XF4/xc/doc/man/X11/XcmsQBlk.man
    U XF4/xc/doc/man/X11/XcmsQClr.man
    U XF4/xc/doc/man/X11/XcmsSClr.man
    U XF4/xc/doc/man/X11/XcmsSWP.man
    U XF4/xc/doc/man/X11/XcmsTQMC.man
    U XF4/xc/doc/man/X11/XmbDIStr.man
    U XF4/xc/doc/man/X11/XmbDStr.man
    U XF4/xc/doc/man/X11/XmbDTxt.man
    U XF4/xc/doc/man/X11/XmbLStr.man
    U XF4/xc/doc/man/X11/XmbRIC.man
    U XF4/xc/doc/man/X11/XmbTEsc.man
    U XF4/xc/doc/man/X11/XmbTExt.man
    U XF4/xc/doc/man/X11/XmbTPCEx.man
    U XF4/xc/doc/man/Xau/Imakefile
    U XF4/xc/doc/man/Xau/Xau.man
    U XF4/xc/doc/man/Xext/Imakefile
    U XF4/xc/doc/man/Xext/XShape.man
    U XF4/xc/doc/man/Xext/Xevi.man
    U XF4/xc/doc/man/Xext/Xmbuf.man
    U XF4/xc/doc/man/Xext/dbe/DBE.man
    U XF4/xc/doc/man/Xext/dbe/Imakefile
    U XF4/xc/doc/man/Xext/dbe/XdbeAllo.man
    U XF4/xc/doc/man/Xext/dbe/XdbeBegi.man
    U XF4/xc/doc/man/Xext/dbe/XdbeDeal.man
    U XF4/xc/doc/man/Xext/dbe/XdbeEndI.man
    U XF4/xc/doc/man/Xext/dbe/XdbeFree.man
    U XF4/xc/doc/man/Xext/dbe/XdbeGetB.man
    U XF4/xc/doc/man/Xext/dbe/XdbeGetV.man
    U XF4/xc/doc/man/Xext/dbe/XdbeQuer.man
    U XF4/xc/doc/man/Xext/dbe/XdbeSwap.man
    U XF4/xc/doc/man/Xi/Imakefile
    U XF4/xc/doc/man/Xi/XAllDvEv.man
    U XF4/xc/doc/man/Xi/XChDCtl.man
    U XF4/xc/doc/man/Xi/XChFCtl.man
    U XF4/xc/doc/man/Xi/XChKMap.man
    U XF4/xc/doc/man/Xi/XChMMap.man
    U XF4/xc/doc/man/Xi/XChProp.man
    U XF4/xc/doc/man/Xi/XChgKbd.man
    U XF4/xc/doc/man/Xi/XChgPtr.man
    U XF4/xc/doc/man/Xi/XDevBell.man
    U XF4/xc/doc/man/Xi/XGetDvMo.man
    U XF4/xc/doc/man/Xi/XGetExtV.man
    U XF4/xc/doc/man/Xi/XGrDvBut.man
    U XF4/xc/doc/man/Xi/XGrDvKey.man
    U XF4/xc/doc/man/Xi/XGrabDev.man
    U XF4/xc/doc/man/Xi/XListDev.man
    U XF4/xc/doc/man/Xi/XOpenDev.man
    U XF4/xc/doc/man/Xi/XQueryDv.man
    U XF4/xc/doc/man/Xi/XSExEvnt.man
    U XF4/xc/doc/man/Xi/XSeBMap.man
    U XF4/xc/doc/man/Xi/XSeDvFoc.man
    U XF4/xc/doc/man/Xi/XSelExtEv.man
    U XF4/xc/doc/man/Xi/XSetDVal.man
    U XF4/xc/doc/man/Xi/XSetMode.man
    U XF4/xc/doc/man/Xt/Imakefile
    U XF4/xc/doc/man/Xt/XtActHook.man
    U XF4/xc/doc/man/Xt/XtAddAct.man
    U XF4/xc/doc/man/Xt/XtAddCbk.man
    U XF4/xc/doc/man/Xt/XtAddEHand.man
    U XF4/xc/doc/man/Xt/XtAddETReg.man
    U XF4/xc/doc/man/Xt/XtAddGrab.man
    U XF4/xc/doc/man/Xt/XtAddIn.man
    U XF4/xc/doc/man/Xt/XtAllocGC.man
    U XF4/xc/doc/man/Xt/XtAppAAct.man
    U XF4/xc/doc/man/Xt/XtAppAC.man
    U XF4/xc/doc/man/Xt/XtAppAI.man
    U XF4/xc/doc/man/Xt/XtAppASig.man
    U XF4/xc/doc/man/Xt/XtAppATO.man
    U XF4/xc/doc/man/Xt/XtAppAWP.man
    U XF4/xc/doc/man/Xt/XtAppCSh.man
    U XF4/xc/doc/man/Xt/XtAppE.man
    U XF4/xc/doc/man/Xt/XtAppEM.man
    U XF4/xc/doc/man/Xt/XtAppGEDB.man
    U XF4/xc/doc/man/Xt/XtAppGSTO.man
    U XF4/xc/doc/man/Xt/XtAppInit.man
    U XF4/xc/doc/man/Xt/XtAppLock.man
    U XF4/xc/doc/man/Xt/XtAppNEv.man
    U XF4/xc/doc/man/Xt/XtAppRCR.man
    U XF4/xc/doc/man/Xt/XtAppSEF.man
    U XF4/xc/doc/man/Xt/XtAppSTC.man
    U XF4/xc/doc/man/Xt/XtAppSetFR.man
    U XF4/xc/doc/man/Xt/XtBEMask.man
    U XF4/xc/doc/man/Xt/XtBlockH.man
    U XF4/xc/doc/man/Xt/XtCallAFoc.man
    U XF4/xc/doc/man/Xt/XtCallActP.man
    U XF4/xc/doc/man/Xt/XtCallCbks.man
    U XF4/xc/doc/man/Xt/XtClass.man
    U XF4/xc/doc/man/Xt/XtClickT.man
    U XF4/xc/doc/man/Xt/XtConfWid.man
    U XF4/xc/doc/man/Xt/XtConvSt.man
    U XF4/xc/doc/man/Xt/XtConvert.man
    U XF4/xc/doc/man/Xt/XtCreACon.man
    U XF4/xc/doc/man/Xt/XtCreASh.man
    U XF4/xc/doc/man/Xt/XtCrePSh.man
    U XF4/xc/doc/man/Xt/XtCreWid.man
    U XF4/xc/doc/man/Xt/XtCreWin.man
    U XF4/xc/doc/man/Xt/XtCreateSR.man
    U XF4/xc/doc/man/Xt/XtDStrCW.man
    U XF4/xc/doc/man/Xt/XtDisACon.man
    U XF4/xc/doc/man/Xt/XtDisplay.man
    U XF4/xc/doc/man/Xt/XtDisplayI.man
    U XF4/xc/doc/man/Xt/XtErr.man
    U XF4/xc/doc/man/Xt/XtErrM.man
    U XF4/xc/doc/man/Xt/XtExtEvDis.man
    U XF4/xc/doc/man/Xt/XtFindF.man
    U XF4/xc/doc/man/Xt/XtGEDB.man
    U XF4/xc/doc/man/Xt/XtGetANC.man
    U XF4/xc/doc/man/Xt/XtGetActK.man
    U XF4/xc/doc/man/Xt/XtGetActL.man
    U XF4/xc/doc/man/Xt/XtGetAres.man
    U XF4/xc/doc/man/Xt/XtGetClExt.man
    U XF4/xc/doc/man/Xt/XtGetDisp.man
    U XF4/xc/doc/man/Xt/XtGetGC.man
    U XF4/xc/doc/man/Xt/XtGetKFoc.man
    U XF4/xc/doc/man/Xt/XtGetRList.man
    U XF4/xc/doc/man/Xt/XtGetSP.man
    U XF4/xc/doc/man/Xt/XtGetSR.man
    U XF4/xc/doc/man/Xt/XtGetSTO.man
    U XF4/xc/doc/man/Xt/XtGetSVal.man
    U XF4/xc/doc/man/Xt/XtGetSValI.man
    U XF4/xc/doc/man/Xt/XtGetSres.man
    U XF4/xc/doc/man/Xt/XtGrabKey.man
    U XF4/xc/doc/man/Xt/XtHookOD.man
    U XF4/xc/doc/man/Xt/XtInit.man
    U XF4/xc/doc/man/Xt/XtInitWC.man
    U XF4/xc/doc/man/Xt/XtKeysym.man
    U XF4/xc/doc/man/Xt/XtLastProc.man
    U XF4/xc/doc/man/Xt/XtMakGReq.man
    U XF4/xc/doc/man/Xt/XtMalloc.man
    U XF4/xc/doc/man/Xt/XtManChild.man
    U XF4/xc/doc/man/Xt/XtMapWid.man
    U XF4/xc/doc/man/Xt/XtName.man
    U XF4/xc/doc/man/Xt/XtNameTWid.man
    U XF4/xc/doc/man/Xt/XtNextEv.man
    U XF4/xc/doc/man/Xt/XtOffset.man
    U XF4/xc/doc/man/Xt/XtOpenApp.man
    U XF4/xc/doc/man/Xt/XtOwnSel.man
    U XF4/xc/doc/man/Xt/XtParATab.man
    U XF4/xc/doc/man/Xt/XtParTTab.man
    U XF4/xc/doc/man/Xt/XtParent.man
    U XF4/xc/doc/man/Xt/XtPopdown.man
    U XF4/xc/doc/man/Xt/XtPopup.man
    U XF4/xc/doc/man/Xt/XtProcLock.man
    U XF4/xc/doc/man/Xt/XtQueryGeo.man
    U XF4/xc/doc/man/Xt/XtRealize.man
    U XF4/xc/doc/man/Xt/XtRegDraw.man
    U XF4/xc/doc/man/Xt/XtRegGA.man
    U XF4/xc/doc/man/Xt/XtResPA.man
    U XF4/xc/doc/man/Xt/XtResPath.man
    U XF4/xc/doc/man/Xt/XtSession.man
    U XF4/xc/doc/man/Xt/XtSetArg.man
    U XF4/xc/doc/man/Xt/XtSetKFoc.man
    U XF4/xc/doc/man/Xt/XtSetKTr.man
    U XF4/xc/doc/man/Xt/XtSetLangP.man
    U XF4/xc/doc/man/Xt/XtSetSP.man
    U XF4/xc/doc/man/Xt/XtSetSens.man
    U XF4/xc/doc/man/Xt/XtSetVal.man
    U XF4/xc/doc/man/Xt/XtSetWMC.man
    U XF4/xc/doc/man/Xt/XtStrCW.man
    U XF4/xc/doc/man/Xt/XtThreadI.man
    U XF4/xc/doc/man/Xt/XtTransC.man
    U XF4/xc/doc/man/Xt/XtVaCrArgL.man
    U XF4/xc/doc/man/Xv/Imakefile
    U XF4/xc/doc/man/Xv/Xv.man
    U XF4/xc/doc/man/Xv/XvFreeAdaptorInfo.man
    U XF4/xc/doc/man/Xv/XvFreeEncodingInfo.man
    U XF4/xc/doc/man/Xv/XvGetPortAttribute.man
    U XF4/xc/doc/man/Xv/XvGetStill.man
    U XF4/xc/doc/man/Xv/XvGetVideo.man
    U XF4/xc/doc/man/Xv/XvGrabPort.man
    U XF4/xc/doc/man/Xv/XvPortNotify.man
    U XF4/xc/doc/man/Xv/XvPutStill.man
    U XF4/xc/doc/man/Xv/XvPutVideo.man
    U XF4/xc/doc/man/Xv/XvQueryAdaptors.man
    U XF4/xc/doc/man/Xv/XvQueryBestSize.man
    U XF4/xc/doc/man/Xv/XvQueryEncodings.man
    U XF4/xc/doc/man/Xv/XvQueryExtension.man
    U XF4/xc/doc/man/Xv/XvSelectPortNotify.man
    U XF4/xc/doc/man/Xv/XvSelectVideoNotify.man
    U XF4/xc/doc/man/Xv/XvStopVideo.man
    U XF4/xc/doc/man/Xv/XvSetPortAttribute.man
    U XF4/xc/doc/man/Xv/XvUngrabPort.man
    U XF4/xc/doc/man/Xv/XvVideoNotify.man
    U XF4/xc/doc/man/general/Consortium.man
    U XF4/xc/doc/man/general/Imakefile
    U XF4/xc/doc/man/general/Standards.man
    U XF4/xc/doc/man/general/X.man
    U XF4/xc/doc/man/general/XProjectTeam.man
    U XF4/xc/doc/man/general/security.man
    U XF4/xc/doc/man/misc/Imakefile
    U XF4/xc/doc/util/block.awk
    U XF4/xc/doc/util/fixindex.awk
    U XF4/xc/doc/util/indexmacros.t
    U XF4/xc/doc/util/macros.t
    U XF4/xc/doc/specs/Imakefile
    U XF4/xc/doc/specs/BDF/Imakefile
    U XF4/xc/doc/specs/BDF/bdf.ms
    U XF4/xc/doc/specs/BDF/fig1.ps
    U XF4/xc/doc/specs/BDF/fig2.ps
    U XF4/xc/doc/specs/CTEXT/Imakefile
    U XF4/xc/doc/specs/CTEXT/ctext.tbl.ms
    U XF4/xc/doc/specs/FSProtocol/Imakefile
    U XF4/xc/doc/specs/FSProtocol/protocol.ms
    U XF4/xc/doc/specs/GL/Imakefile
    U XF4/xc/doc/specs/GL/libGL.txt
    U XF4/xc/doc/specs/ICCCM/Imakefile
    U XF4/xc/doc/specs/ICCCM/icccm.ms
    U XF4/xc/doc/specs/ICCCM/indexmacros.t
    U XF4/xc/doc/specs/ICE/ICElib.ms
    U XF4/xc/doc/specs/ICE/Imakefile
    U XF4/xc/doc/specs/ICE/ice.ms
    U XF4/xc/doc/specs/PEX5/Imakefile
    U XF4/xc/doc/specs/PEX5/README
    U XF4/xc/doc/specs/PEX5/PEX5.1/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/appendix
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter01
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.1
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.2
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.3
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.4
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter03
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter04
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter05
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter06
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter07
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter08
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter09
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter10
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter11
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter12
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter13
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter14
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter15
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter16
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/cover
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/credits
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/libndxmac.t
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/pexlibmac.t
    U XF4/xc/doc/specs/PEX5/PEX5.1/PEXlib/postproc
    U XF4/xc/doc/specs/PEX5/PEX5.1/Proto/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/Proto/encoding_doc.ms
    U XF4/xc/doc/specs/PEX5/PEX5.1/Proto/encoding_toc.ms
    U XF4/xc/doc/specs/PEX5/PEX5.1/Proto/i14y.addendum
    U XF4/xc/doc/specs/PEX5/PEX5.1/Proto/protocol_doc.ms
    U XF4/xc/doc/specs/PEX5/PEX5.1/Proto/protocol_toc.ms
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/build_cw.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/build_ind.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/dump_cw.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/ex.toc
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/exp.acc
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/exp.eqn
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/exp.ref
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/exp.tbl
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/ind_token.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/indexer.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/indexer.h
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/pex.macros
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/print_ind.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/print_refs.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/recode.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/sub_refs.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/token.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/xref.c
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/xref.h
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/README
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/api.irm
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/cover.irm
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/intro.irm
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/server.irm
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/README
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/api.pg
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/cover
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/intro.pg
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/resources.pg
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/server.pg
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/trans_rend.pg
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/Imakefile
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/README
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/archive_app.ug
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/cover.ug
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/server_app.ug
    U XF4/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/user_guide
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Accum.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/DataStruct.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/EncodeDecode.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/EncodeSend.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Escape.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Extens.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Fonts.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Intro.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/LUT.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/NameSet.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCAttrFunc.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCBind.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCC.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCIntro.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCMiscFunc.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCPrimFunc.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/PC.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/README
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Renderer.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/RendererPick.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Search.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Structure.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/TM.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Utilities.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/Workstation.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/WorkstationPicking.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/appendix.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/copyright.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/cover.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/credits.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexlib.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexlibTOC.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexoverview.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/README
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/accumbuf.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/book.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/booktoc.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/caveats.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/conform.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/escapes.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/fonts.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/formats.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/general.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/intro.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/luts.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/namesets.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/ocattrs.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/ocprims.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/picking.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/overview.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/pipecntx.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/renderer.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/srchcntx.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/structs.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/template.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/texmap.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/title.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/wkspick.doc
    U XF4/xc/doc/specs/PEX5/PEX5.2/Proto/workstns.doc
    U XF4/xc/doc/specs/PM/Imakefile
    U XF4/xc/doc/specs/PM/PM_spec
    U XF4/xc/doc/specs/RX/RX.mif
    U XF4/xc/doc/specs/Render/Imakefile
    U XF4/xc/doc/specs/Render/protocol
    U XF4/xc/doc/specs/SM/Imakefile
    U XF4/xc/doc/specs/SM/SMlib.ms
    U XF4/xc/doc/specs/SM/xsmp.ms
    U XF4/xc/doc/specs/X11/AppA
    U XF4/xc/doc/specs/X11/AppB
    U XF4/xc/doc/specs/X11/AppC
    U XF4/xc/doc/specs/X11/AppD
    U XF4/xc/doc/specs/X11/CH01
    U XF4/xc/doc/specs/X11/CH02
    U XF4/xc/doc/specs/X11/CH03
    U XF4/xc/doc/specs/X11/CH04
    U XF4/xc/doc/specs/X11/CH05
    U XF4/xc/doc/specs/X11/CH06
    U XF4/xc/doc/specs/X11/CH07
    U XF4/xc/doc/specs/X11/CH08
    U XF4/xc/doc/specs/X11/CH09
    U XF4/xc/doc/specs/X11/CH10
    U XF4/xc/doc/specs/X11/CH11
    U XF4/xc/doc/specs/X11/CH12
    U XF4/xc/doc/specs/X11/CH13
    U XF4/xc/doc/specs/X11/CH14
    U XF4/xc/doc/specs/X11/CH15
    U XF4/xc/doc/specs/X11/CH16
    U XF4/xc/doc/specs/X11/Imakefile
    U XF4/xc/doc/specs/X11/abstract.t
    U XF4/xc/doc/specs/X11/credits.t
    U XF4/xc/doc/specs/X11/glossary
    U XF4/xc/doc/specs/X11/indexmacros.t
    U XF4/xc/doc/specs/X11/postproc
    U XF4/xc/doc/specs/XDMCP/Imakefile
    U XF4/xc/doc/specs/XDMCP/xdmcp.ms
    U XF4/xc/doc/specs/XIE/SI/README
    U XF4/xc/doc/specs/XIE/SI/xieSIarch.doc
    U XF4/xc/doc/specs/XIE/XIEProto/README
    U XF4/xc/doc/specs/XIE/XIEProto/apa_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/apb_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/apc_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch1_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch2_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch3_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch4_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch5_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch6_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch7_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch8_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/ch9_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/cmatch.doc
    U XF4/xc/doc/specs/XIE/XIEProto/frnt_xie.doc
    U XF4/xc/doc/specs/XIE/XIEProto/overview.doc
    U XF4/xc/doc/specs/XIE/XIElib/README
    U XF4/xc/doc/specs/XIE/XIElib/xielib.doc
    U XF4/xc/doc/specs/XIM/Imakefile
    U XF4/xc/doc/specs/XIM/xim.ms
    U XF4/xc/doc/specs/XKB/Proto/XKBproto.book
    U XF4/xc/doc/specs/XKB/Proto/dflttrns.fm5
    U XF4/xc/doc/specs/XKB/Proto/encoding.fm5
    U XF4/xc/doc/specs/XKB/Proto/keysyms.fm5
    U XF4/xc/doc/specs/XKB/Proto/protocol.fm5
    U XF4/xc/doc/specs/XKB/Proto/prototoc.doc
    U XF4/xc/doc/specs/XKB/Proto/title.fm5
    U XF4/xc/doc/specs/XKB/Proto/types.fm5
    U XF4/xc/doc/specs/XKB/XKBlib/XKBlib.book
    U XF4/xc/doc/specs/XKB/XKBlib/allchaps.fm5
    U XF4/xc/doc/specs/XKB/XKBlib/allchaps.ix
    U XF4/xc/doc/specs/XKB/XKBlib/allchaps.lof
    U XF4/xc/doc/specs/XKB/XKBlib/allchaps.lot
    U XF4/xc/doc/specs/XKB/XKBlib/allchaps.ps
    U XF4/xc/doc/specs/XKB/XKBlib/allchaps.toc
    U XF4/xc/doc/specs/XKB/XKBlib/fonts.fm5
    U XF4/xc/doc/specs/XKB/XKBlib/title.fm5
    U XF4/xc/doc/specs/XLFD/Imakefile
    U XF4/xc/doc/specs/XLFD/xlfd.tbl.ms
    U XF4/xc/doc/specs/XPRINT/xp_library.book
    U XF4/xc/doc/specs/XPRINT/xp_library.mif
    U XF4/xc/doc/specs/XPRINT/xp_libraryIX.doc
    U XF4/xc/doc/specs/XPRINT/xp_libraryTOC.doc
    U XF4/xc/doc/specs/XPRINT/xp_library_cov.mif
    U XF4/xc/doc/specs/XPRINT/xp_proto.book
    U XF4/xc/doc/specs/XPRINT/xp_proto.mif
    U XF4/xc/doc/specs/XPRINT/xp_protoIX.doc
    U XF4/xc/doc/specs/XPRINT/xp_protoTOC.doc
    U XF4/xc/doc/specs/XPRINT/xp_proto_cov.mif
    U XF4/xc/doc/specs/XProtocol/Imakefile
    U XF4/xc/doc/specs/XProtocol/X11.encoding
    U XF4/xc/doc/specs/XProtocol/X11.keysyms
    U XF4/xc/doc/specs/XProtocol/X11.protocol
    U XF4/xc/doc/specs/XProtocol/glossary
    U XF4/xc/doc/specs/XProtocol/indexmacros.t
    U XF4/xc/doc/specs/XProtocol/postproc
    U XF4/xc/doc/specs/Xaw/AsciiSink
    U XF4/xc/doc/specs/Xaw/AsciiSource
    U XF4/xc/doc/specs/Xaw/AsciiText
    U XF4/xc/doc/specs/Xaw/Box
    U XF4/xc/doc/specs/Xaw/CH1
    U XF4/xc/doc/specs/Xaw/CH2
    U XF4/xc/doc/specs/Xaw/CH3.intro
    U XF4/xc/doc/specs/Xaw/CH4.intro
    U XF4/xc/doc/specs/Xaw/CH5.intro
    U XF4/xc/doc/specs/Xaw/CH6.intro
    U XF4/xc/doc/specs/Xaw/CH7.intro
    U XF4/xc/doc/specs/Xaw/Command
    U XF4/xc/doc/specs/Xaw/Dialog
    U XF4/xc/doc/specs/Xaw/Form
    U XF4/xc/doc/specs/Xaw/Grip
    U XF4/xc/doc/specs/Xaw/Imakefile
    U XF4/xc/doc/specs/Xaw/Label
    U XF4/xc/doc/specs/Xaw/Sme
    U XF4/xc/doc/specs/Xaw/List
    U XF4/xc/doc/specs/Xaw/MenuButton
    U XF4/xc/doc/specs/Xaw/Paned
    U XF4/xc/doc/specs/Xaw/Panner
    U XF4/xc/doc/specs/Xaw/Porthole
    U XF4/xc/doc/specs/Xaw/Repeater
    U XF4/xc/doc/specs/Xaw/Scrollbar
    U XF4/xc/doc/specs/Xaw/Simple
    U XF4/xc/doc/specs/Xaw/SimpleMenu
    U XF4/xc/doc/specs/Xaw/SmeBSB
    U XF4/xc/doc/specs/Xaw/SmeLine
    U XF4/xc/doc/specs/Xaw/StripChart
    U XF4/xc/doc/specs/Xaw/TPage_Credits
    U XF4/xc/doc/specs/Xaw/Template
    U XF4/xc/doc/specs/Xaw/Text
    U XF4/xc/doc/specs/Xaw/TextActions
    U XF4/xc/doc/specs/Xaw/TextCustom
    U XF4/xc/doc/specs/Xaw/TextFuncs
    U XF4/xc/doc/specs/Xaw/TextSink
    U XF4/xc/doc/specs/Xaw/TextSource
    U XF4/xc/doc/specs/Xaw/Toggle
    U XF4/xc/doc/specs/Xaw/Tree
    U XF4/xc/doc/specs/Xaw/Viewport
    U XF4/xc/doc/specs/Xaw/Xtk.widg.front
    U XF4/xc/doc/specs/Xaw/Xtk.widgets
    U XF4/xc/doc/specs/Xaw/block.awk
    U XF4/xc/doc/specs/Xaw/fixindex.awk
    U XF4/xc/doc/specs/Xaw/strings.mit
    U XF4/xc/doc/specs/Xaw/strings.xaw
    U XF4/xc/doc/specs/Xaw/widg.idxmac.t
    U XF4/xc/doc/specs/Xext/AppGroup.mif
    U XF4/xc/doc/specs/Xext/DPMS.ms
    U XF4/xc/doc/specs/Xext/DPMSLib.ms
    U XF4/xc/doc/specs/Xext/Imakefile
    U XF4/xc/doc/specs/Xext/bigreq.ms
    U XF4/xc/doc/specs/Xext/buffer.ms
    U XF4/xc/doc/specs/Xext/dbe.tex
    U XF4/xc/doc/specs/Xext/dbelib.tex
    U XF4/xc/doc/specs/Xext/evi.ms
    U XF4/xc/doc/specs/Xext/lbx.book
    U XF4/xc/doc/specs/Xext/lbx.mif
    U XF4/xc/doc/specs/Xext/lbxalg.mif
    U XF4/xc/doc/specs/Xext/mit-shm.ms
    U XF4/xc/doc/specs/Xext/record.ms
    U XF4/xc/doc/specs/Xext/recordlib.ms
    U XF4/xc/doc/specs/Xext/security.tex
    U XF4/xc/doc/specs/Xext/shape.ms
    U XF4/xc/doc/specs/Xext/shapelib.ms
    U XF4/xc/doc/specs/Xext/sync.tex
    U XF4/xc/doc/specs/Xext/synclib.tex
    U XF4/xc/doc/specs/Xext/tog-cup.ms
    U XF4/xc/doc/specs/Xext/xc-misc.ms
    U XF4/xc/doc/specs/Xext/xtest.ms
    U XF4/xc/doc/specs/Xext/xtest1.info
    U XF4/xc/doc/specs/Xext/xtest1.mm
    U XF4/xc/doc/specs/Xext/xtestlib.ms
    U XF4/xc/doc/specs/Xi/Imakefile
    U XF4/xc/doc/specs/Xi/encoding.ms
    U XF4/xc/doc/specs/Xi/library.ms
    U XF4/xc/doc/specs/Xi/porting.ms
    U XF4/xc/doc/specs/Xi/protocol.ms
    U XF4/xc/doc/specs/Xmu/Imakefile
    U XF4/xc/doc/specs/Xmu/Xmu.ms
    U XF4/xc/doc/specs/Xserver/Imakefile
    U XF4/xc/doc/specs/Xserver/Xprt.book
    U XF4/xc/doc/specs/Xserver/Xprt.mif
    U XF4/xc/doc/specs/Xserver/XprtIX.doc
    U XF4/xc/doc/specs/Xserver/XprtTOC.doc
    U XF4/xc/doc/specs/Xserver/Xprt_cov.mif
    U XF4/xc/doc/specs/Xserver/analysis.tex
    U XF4/xc/doc/specs/Xserver/appgroup.ms
    U XF4/xc/doc/specs/Xserver/ddx.tbl.ms
    U XF4/xc/doc/specs/Xserver/fontlib.ms
    U XF4/xc/doc/specs/Xserver/secint.tex
    U XF4/xc/doc/specs/Xt/CH01
    U XF4/xc/doc/specs/Xt/CH02
    U XF4/xc/doc/specs/Xt/CH03
    U XF4/xc/doc/specs/Xt/CH04
    U XF4/xc/doc/specs/Xt/CH05
    U XF4/xc/doc/specs/Xt/CH06
    U XF4/xc/doc/specs/Xt/CH07
    U XF4/xc/doc/specs/Xt/CH08
    U XF4/xc/doc/specs/Xt/CH09
    U XF4/xc/doc/specs/Xt/CH10
    U XF4/xc/doc/specs/Xt/CH11
    U XF4/xc/doc/specs/Xt/CH12
    U XF4/xc/doc/specs/Xt/CH13
    U XF4/xc/doc/specs/Xt/Imakefile
    U XF4/xc/doc/specs/Xt/Xtk.intr.front
    U XF4/xc/doc/specs/Xt/appA
    U XF4/xc/doc/specs/Xt/appB
    U XF4/xc/doc/specs/Xt/appC
    U XF4/xc/doc/specs/Xt/appD
    U XF4/xc/doc/specs/Xt/appE
    U XF4/xc/doc/specs/Xt/appF
    U XF4/xc/doc/specs/Xt/intr.idxmac.t
    U XF4/xc/doc/specs/Xt/postproc
    U XF4/xc/doc/specs/Xt/strings.mit
    U XF4/xc/doc/specs/Xv/Imakefile
    U XF4/xc/doc/specs/Xv/xv-protocol-v2.txt
    U XF4/xc/doc/specs/XvMC/Imakefile
    U XF4/xc/doc/specs/XvMC/XvMC_API.txt
    U XF4/xc/doc/specs/i18n/Framework.ms
    U XF4/xc/doc/specs/i18n/Imakefile
    U XF4/xc/doc/specs/i18n/LocaleDB.ms
    U XF4/xc/doc/specs/i18n/Trans.ms
    U XF4/xc/doc/specs/programs/Imakefile
    U XF4/xc/doc/specs/rstart/Imakefile
    U XF4/xc/doc/specs/rstart/fix.awk
    U XF4/xc/doc/specs/rstart/fix.nawk
    U XF4/xc/doc/specs/rstart/fix.sed
    U XF4/xc/doc/specs/rstart/rstart.ms
    U XF4/xc/doc/specs/rstart/rstartd.txt
    U XF4/xc/doc/specs/rstart/tmac.rfc
    U XF4/xc/doc/specs/xfs/FSlib.doc
    U XF4/xc/doc/specs/xfs/Imakefile
    U XF4/xc/doc/specs/xfs/design.ms
    U XF4/xc/doc/specs/xterm/Imakefile
    U XF4/xc/doc/specs/xterm/ctlseqs.ms
    U XF4/xc/doc/specs/xtrans/Imakefile
    U XF4/xc/doc/specs/xtrans/Xtrans.mm
    U XF4/xc/extras/README
    U XF4/xc/extras/FreeType/FILES
    U XF4/xc/extras/FreeType/INSTALL
    U XF4/xc/extras/FreeType/MakeSub.in
    U XF4/xc/extras/FreeType/Makefile.in
    U XF4/xc/extras/FreeType/PATENTS
    U XF4/xc/extras/FreeType/README
    U XF4/xc/extras/FreeType/README.XFree86
    U XF4/xc/extras/FreeType/aclocal.m4
    U XF4/xc/extras/FreeType/announce
    U XF4/xc/extras/FreeType/config.guess
    U XF4/xc/extras/FreeType/config.sub
    U XF4/xc/extras/FreeType/configure
    U XF4/xc/extras/FreeType/configure.in
    U XF4/xc/extras/FreeType/freetype.spec
    U XF4/xc/extras/FreeType/ft_conf.h.in
    U XF4/xc/extras/FreeType/install-sh
    U XF4/xc/extras/FreeType/license.txt
    U XF4/xc/extras/FreeType/ltconfig
    U XF4/xc/extras/FreeType/ltmain.sh
    U XF4/xc/extras/FreeType/mkinstalldirs
    U XF4/xc/extras/FreeType/net.m4
    U XF4/xc/extras/FreeType/readme.1st
    U XF4/xc/extras/FreeType/contrib/ftos2/DEVELFAQ
    U XF4/xc/extras/FreeType/contrib/ftos2/FAQ
    U XF4/xc/extras/FreeType/contrib/ftos2/ft2.gif
    U XF4/xc/extras/FreeType/contrib/ftos2/install.cmd
    U XF4/xc/extras/FreeType/contrib/ftos2/limit.cmd
    U XF4/xc/extras/FreeType/contrib/ftos2/query.cmd
    U XF4/xc/extras/FreeType/contrib/ftos2/readme.1st
    U XF4/xc/extras/FreeType/contrib/ftos2/readme.txt
    U XF4/xc/extras/FreeType/contrib/ftos2/uninst.c
    U XF4/xc/extras/FreeType/contrib/ftos2/uninstall.cmd
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/32fddef.h
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/32fdstrc.h
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/32ifimet.h
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/32pmifi.h
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/FreeType.def
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/FreeType.icc
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/FreeType.wat
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/ftifi.c
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/ftifi.h
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/ftmem.c
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/ftmem.icc
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/ftmem.ico
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/test.c
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/test.icc
    U XF4/xc/extras/FreeType/contrib/ftos2/ifi/test.wat
    U XF4/xc/extras/FreeType/contrib/ftos2/lib/ttmemory.c
    U XF4/xc/extras/FreeType/contrib/ftos2/lib/arch/os2/Makefile.icc
    U XF4/xc/extras/FreeType/contrib/ftos2/lib/arch/os2/Makefile.wat
    U XF4/xc/extras/FreeType/contrib/mac/mac.hqx
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/.cvsignore
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/Makefile.in
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/README
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/configure
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/configure.in
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/remap.c
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/remap.h
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/ttf2bdf.c
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/ttf2bdf.man
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/contrib/KOI2iso_pcf
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/contrib/creatett
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/contrib/creatett.m
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.1
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.2
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.3
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.5
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/maps/koi8.r
    U XF4/xc/extras/FreeType/contrib/ttf2bdf/maps/windows.1251
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/.cvsignore
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/Makefile.emx
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/Makefile.in
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/TODO
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/Uni-T1.enc
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/configure
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/configure.in
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/getafm
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/t1asm.c
    U XF4/xc/extras/FreeType/contrib/ttf2pfb/ttf2pfb.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/.cvsignore
    U XF4/xc/extras/FreeType/contrib/ttf2pk/BUGS
    U XF4/xc/extras/FreeType/contrib/ttf2pk/MakeSub.in
    U XF4/xc/extras/FreeType/contrib/ttf2pk/Makefile.dm
    U XF4/xc/extras/FreeType/contrib/ttf2pk/Makefile.in
    U XF4/xc/extras/FreeType/contrib/ttf2pk/README
    U XF4/xc/extras/FreeType/contrib/ttf2pk/TODO
    U XF4/xc/extras/FreeType/contrib/ttf2pk/c-auto.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/case.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/case.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/configure
    U XF4/xc/extras/FreeType/contrib/ttf2pk/configure.in
    U XF4/xc/extras/FreeType/contrib/ttf2pk/dvidrv.btm
    U XF4/xc/extras/FreeType/contrib/ttf2pk/dvidrv.doc
    U XF4/xc/extras/FreeType/contrib/ttf2pk/emdir.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/emdir.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/emtexdir.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/emtexdir.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/errormsg.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/errormsg.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/filesrch.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/filesrch.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ligkern.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ligkern.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/newobj.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/newobj.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/parse.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/parse.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/pklib.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/pklib.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/subfont.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/subfont.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/texenc.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/texenc.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/tfmaux.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/tfmaux.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttf2pk.1
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttf2pk.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttf2pk.doc
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttf2tfm.1
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttf2tfm.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttf2tfm.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttfaux.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttfaux.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttfenc.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttfenc.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttflib.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/ttflib.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/vplaux.c
    U XF4/xc/extras/FreeType/contrib/ttf2pk/vplaux.h
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/Big5.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/ET5.enc
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/EUC.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/SJIS.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/T1-WGL4.enc
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/UBg5plus.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/UBig5.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/UGB.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/UGBK.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/UJIS.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/UKS.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/Unicode.sfd
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/VPS.rpl
    U XF4/xc/extras/FreeType/contrib/ttf2pk/data/ttfonts.map
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/README
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/teTeX-0.4/MakeTeXPK.diff
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/web2c-6.1/MakeTeXPK.diff
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/web2c-6.1/README
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/web2c-7.0/MakeTeXPK.diff
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/web2c-7.1/MakeTeXPK.diff
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/web2c-7.1/README
    U XF4/xc/extras/FreeType/contrib/ttf2pk/scripts/web2c-7.2/mktexpk.diff
    U XF4/xc/extras/FreeType/contrib/ttfbanner/.cvsignore
    U XF4/xc/extras/FreeType/contrib/ttfbanner/Makefile.emx
    U XF4/xc/extras/FreeType/contrib/ttfbanner/Makefile.in
    U XF4/xc/extras/FreeType/contrib/ttfbanner/README
    U XF4/xc/extras/FreeType/contrib/ttfbanner/configure
    U XF4/xc/extras/FreeType/contrib/ttfbanner/configure.in
    U XF4/xc/extras/FreeType/contrib/ttfbanner/ttfbanner.c
    U XF4/xc/extras/FreeType/contrib/ttfbanner/ttfbanner.h
    U XF4/xc/extras/FreeType/contrib/win32/driver32.c
    U XF4/xc/extras/FreeType/contrib/win32/hack_common.c
    U XF4/xc/extras/FreeType/contrib/win32/hack_ftdump.c
    U XF4/xc/extras/FreeType/contrib/win32/hack_ftlint.c
    U XF4/xc/extras/FreeType/contrib/win32/hack_ftstring.c
    U XF4/xc/extras/FreeType/contrib/win32/hack_fttimer.c
    U XF4/xc/extras/FreeType/contrib/win32/hack_ftview.c
    U XF4/xc/extras/FreeType/contrib/win32/readme.txt
    U XF4/xc/extras/FreeType/contrib/win32/resource.h
    U XF4/xc/extras/FreeType/contrib/win32/stdafx.cpp
    U XF4/xc/extras/FreeType/contrib/win32/stdafx.h
    U XF4/xc/extras/FreeType/contrib/win32/testw32.cpp
    U XF4/xc/extras/FreeType/contrib/win32/testw32.dsp
    U XF4/xc/extras/FreeType/contrib/win32/testw32.dsw
    U XF4/xc/extras/FreeType/contrib/win32/testw32.h
    U XF4/xc/extras/FreeType/contrib/win32/testw32.mak
    U XF4/xc/extras/FreeType/contrib/win32/testw32.mdp
    U XF4/xc/extras/FreeType/contrib/win32/testw32.rc
    U XF4/xc/extras/FreeType/contrib/win32/testw32dlg.cpp
    U XF4/xc/extras/FreeType/contrib/win32/testw32dlg.h
    U XF4/xc/extras/FreeType/contrib/win32/res/testw32.ico
    U XF4/xc/extras/FreeType/contrib/win32/res/testw32.rc2
    U XF4/xc/extras/FreeType/docs/FAQ
    U XF4/xc/extras/FreeType/docs/TODO
    U XF4/xc/extras/FreeType/docs/apiref.txt
    U XF4/xc/extras/FreeType/docs/apirefx.txt
    U XF4/xc/extras/FreeType/docs/bitmaps.txt
    U XF4/xc/extras/FreeType/docs/changes.txt
    U XF4/xc/extras/FreeType/docs/convntns.txt
    U XF4/xc/extras/FreeType/docs/credits
    U XF4/xc/extras/FreeType/docs/freetype.lsm
    U XF4/xc/extras/FreeType/docs/glyphs.htm
    U XF4/xc/extras/FreeType/docs/glyphs.txt
    U XF4/xc/extras/FreeType/docs/i18n.txt
    U XF4/xc/extras/FreeType/docs/optimize.txt
    U XF4/xc/extras/FreeType/docs/porting.txt
    U XF4/xc/extras/FreeType/docs/raster.txt
    U XF4/xc/extras/FreeType/docs/readme.txt
    U XF4/xc/extras/FreeType/docs/threads.txt
    U XF4/xc/extras/FreeType/docs/user.txt
    U XF4/xc/extras/FreeType/docs/image/baselin2.gif
    U XF4/xc/extras/FreeType/docs/image/baseline.gif
    U XF4/xc/extras/FreeType/docs/image/emsquare.gif
    U XF4/xc/extras/FreeType/docs/image/freetype.gif
    U XF4/xc/extras/FreeType/docs/image/freetype.png
    U XF4/xc/extras/FreeType/docs/image/grid1.gif
    U XF4/xc/extras/FreeType/docs/image/grid2.gif
    U XF4/xc/extras/FreeType/docs/image/grid3.gif
    U XF4/xc/extras/FreeType/docs/image/metrics.gif
    U XF4/xc/extras/FreeType/docs/image/metrics2.gif
    U XF4/xc/extras/FreeType/docs/image/small2.gif
    U XF4/xc/extras/FreeType/docs/image/tfp-back.png
    U XF4/xc/extras/FreeType/lib/.cvsignore
    U XF4/xc/extras/FreeType/lib/freetype.h
    U XF4/xc/extras/FreeType/lib/fterrid.h
    U XF4/xc/extras/FreeType/lib/ftnameid.h
    U XF4/xc/extras/FreeType/lib/header.h
    U XF4/xc/extras/FreeType/lib/ttapi.c
    U XF4/xc/extras/FreeType/lib/ttcache.c
    U XF4/xc/extras/FreeType/lib/ttcache.h
    U XF4/xc/extras/FreeType/lib/ttcalc.c
    U XF4/xc/extras/FreeType/lib/ttcalc.h
    U XF4/xc/extras/FreeType/lib/ttcmap.c
    U XF4/xc/extras/FreeType/lib/ttcmap.h
    U XF4/xc/extras/FreeType/lib/ttconfig.h
    U XF4/xc/extras/FreeType/lib/ttdebug.c
    U XF4/xc/extras/FreeType/lib/ttdebug.h
    U XF4/xc/extras/FreeType/lib/ttengine.h
    U XF4/xc/extras/FreeType/lib/ttextend.c
    U XF4/xc/extras/FreeType/lib/ttextend.h
    U XF4/xc/extras/FreeType/lib/ttfile.c
    U XF4/xc/extras/FreeType/lib/ttfile.h
    U XF4/xc/extras/FreeType/lib/ttgload.c
    U XF4/xc/extras/FreeType/lib/ttgload.h
    U XF4/xc/extras/FreeType/lib/ttinterp.c
    U XF4/xc/extras/FreeType/lib/ttinterp.h
    U XF4/xc/extras/FreeType/lib/ttload.c
    U XF4/xc/extras/FreeType/lib/ttload.h
    U XF4/xc/extras/FreeType/lib/ttmemory.c
    U XF4/xc/extras/FreeType/lib/ttmemory.h
    U XF4/xc/extras/FreeType/lib/ttmutex.c
    U XF4/xc/extras/FreeType/lib/ttmutex.h
    U XF4/xc/extras/FreeType/lib/ttobjs.c
    U XF4/xc/extras/FreeType/lib/ttobjs.h
    U XF4/xc/extras/FreeType/lib/ttraster.c
    U XF4/xc/extras/FreeType/lib/ttraster.h
    U XF4/xc/extras/FreeType/lib/tttables.h
    U XF4/xc/extras/FreeType/lib/tttags.h
    U XF4/xc/extras/FreeType/lib/tttypes.h
    U XF4/xc/extras/FreeType/lib/arch/amigaos/Makefile.gcc
    U XF4/xc/extras/FreeType/lib/arch/amigaos/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/amigaos/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/ansi/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/ansi/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/debugger/Makefile
    U XF4/xc/extras/FreeType/lib/arch/debugger/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/debugger/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/mac/README
    U XF4/xc/extras/FreeType/lib/arch/mac/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/mac/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/mac/ttmmap.c
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.BC
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.MS
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.TC
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.VC
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.dm
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.gcc
    U XF4/xc/extras/FreeType/lib/arch/msdos/Makefile.wat
    U XF4/xc/extras/FreeType/lib/arch/msdos/depend.dos
    U XF4/xc/extras/FreeType/lib/arch/msdos/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/msdos/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/msdos/hugefile.c
    U XF4/xc/extras/FreeType/lib/arch/msdos/hugemem.c
    U XF4/xc/extras/FreeType/lib/arch/msdos/makedep
    U XF4/xc/extras/FreeType/lib/arch/os2/Makefile.dm
    U XF4/xc/extras/FreeType/lib/arch/os2/Makefile.emx
    U XF4/xc/extras/FreeType/lib/arch/os2/Makefile.icc
    U XF4/xc/extras/FreeType/lib/arch/os2/Makefile.wat
    U XF4/xc/extras/FreeType/lib/arch/os2/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/os2/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/os2/os2file.c
    U XF4/xc/extras/FreeType/lib/arch/unix/.cvsignore
    U XF4/xc/extras/FreeType/lib/arch/unix/Makefile.in
    U XF4/xc/extras/FreeType/lib/arch/unix/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/unix/ttmmap.c
    U XF4/xc/extras/FreeType/lib/arch/vms/README
    U XF4/xc/extras/FreeType/lib/arch/vms/descrip.mms
    U XF4/xc/extras/FreeType/lib/arch/vms/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/win16/Makefile.BC
    U XF4/xc/extras/FreeType/lib/arch/win16/Makefile.MS
    U XF4/xc/extras/FreeType/lib/arch/win16/Makefile.VC
    U XF4/xc/extras/FreeType/lib/arch/win16/depend.win
    U XF4/xc/extras/FreeType/lib/arch/win16/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/win16/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/win16/hugefile.c
    U XF4/xc/extras/FreeType/lib/arch/win16/hugemem.c
    U XF4/xc/extras/FreeType/lib/arch/win16/makedef
    U XF4/xc/extras/FreeType/lib/arch/win16/makedep
    U XF4/xc/extras/FreeType/lib/arch/win16/ttf.def
    U XF4/xc/extras/FreeType/lib/arch/win32/Makefile.BC
    U XF4/xc/extras/FreeType/lib/arch/win32/Makefile.CL
    U XF4/xc/extras/FreeType/lib/arch/win32/Makefile.Min
    U XF4/xc/extras/FreeType/lib/arch/win32/Makefile.VC
    U XF4/xc/extras/FreeType/lib/arch/win32/Makefile.gcc
    U XF4/xc/extras/FreeType/lib/arch/win32/depend.win
    U XF4/xc/extras/FreeType/lib/arch/win32/freetype.c
    U XF4/xc/extras/FreeType/lib/arch/win32/freetype.dsp
    U XF4/xc/extras/FreeType/lib/arch/win32/freetype.dsw
    U XF4/xc/extras/FreeType/lib/arch/win32/freetype.ide
    U XF4/xc/extras/FreeType/lib/arch/win32/freetype.mak
    U XF4/xc/extras/FreeType/lib/arch/win32/freetype.mdp
    U XF4/xc/extras/FreeType/lib/arch/win32/ft_conf.h
    U XF4/xc/extras/FreeType/lib/arch/win32/makedef
    U XF4/xc/extras/FreeType/lib/arch/win32/makedep
    U XF4/xc/extras/FreeType/lib/arch/win32/ttf.def
    U XF4/xc/extras/FreeType/lib/extend/ftxcmap.c
    U XF4/xc/extras/FreeType/lib/extend/ftxcmap.h
    U XF4/xc/extras/FreeType/lib/extend/ftxerr18.c
    U XF4/xc/extras/FreeType/lib/extend/ftxerr18.h
    U XF4/xc/extras/FreeType/lib/extend/ftxgasp.c
    U XF4/xc/extras/FreeType/lib/extend/ftxgasp.h
    U XF4/xc/extras/FreeType/lib/extend/ftxgdef.c
    U XF4/xc/extras/FreeType/lib/extend/ftxgdef.h
    U XF4/xc/extras/FreeType/lib/extend/ftxgpos.c
    U XF4/xc/extras/FreeType/lib/extend/ftxgpos.h
    U XF4/xc/extras/FreeType/lib/extend/ftxgsub.c
    U XF4/xc/extras/FreeType/lib/extend/ftxgsub.h
    U XF4/xc/extras/FreeType/lib/extend/ftxkern.c
    U XF4/xc/extras/FreeType/lib/extend/ftxkern.h
    U XF4/xc/extras/FreeType/lib/extend/ftxopen.c
    U XF4/xc/extras/FreeType/lib/extend/ftxopen.h
    U XF4/xc/extras/FreeType/lib/extend/ftxopenf.h
    U XF4/xc/extras/FreeType/lib/extend/ftxpost.c
    U XF4/xc/extras/FreeType/lib/extend/ftxpost.h
    U XF4/xc/extras/FreeType/lib/extend/ftxsbit.c
    U XF4/xc/extras/FreeType/lib/extend/ftxsbit.h
    U XF4/xc/extras/FreeType/lib/extend/ftxwidth.c
    U XF4/xc/extras/FreeType/lib/extend/ftxwidth.h
    U XF4/xc/extras/FreeType/lib/extend/readme.1st
    U XF4/xc/extras/FreeType/howto/mac.txt
    U XF4/xc/extras/FreeType/howto/msdos.txt
    U XF4/xc/extras/FreeType/howto/os2.txt
    U XF4/xc/extras/FreeType/howto/unix.txt
    U XF4/xc/extras/FreeType/howto/windows.txt
    U XF4/xc/extras/FreeType/pascal/lib/freetype.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttcache.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttcalc.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttcalc1.inc
    U XF4/xc/extras/FreeType/pascal/lib/ttcalc2.inc
    U XF4/xc/extras/FreeType/pascal/lib/ttcalc3.inc
    U XF4/xc/extras/FreeType/pascal/lib/ttcalc4.inc
    U XF4/xc/extras/FreeType/pascal/lib/ttcmap.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttconfig.inc
    U XF4/xc/extras/FreeType/pascal/lib/ttdebug.pas
    U XF4/xc/extras/FreeType/pascal/lib/tterror.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttfile.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttgload.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttinterp.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttload.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttmemory.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttobjs.pas
    U XF4/xc/extras/FreeType/pascal/lib/ttraster.pas
    U XF4/xc/extras/FreeType/pascal/lib/tttables.pas
    U XF4/xc/extras/FreeType/pascal/lib/tttypes.pas
    U XF4/xc/extras/FreeType/pascal/test/codetv.pas
    U XF4/xc/extras/FreeType/pascal/test/common.pas
    U XF4/xc/extras/FreeType/pascal/test/debugger.inc
    U XF4/xc/extras/FreeType/pascal/test/debugger.pas
    U XF4/xc/extras/FreeType/pascal/test/dump.pas
    U XF4/xc/extras/FreeType/pascal/test/gdriver.pas
    U XF4/xc/extras/FreeType/pascal/test/gdrv_dos.inc
    U XF4/xc/extras/FreeType/pascal/test/gdrv_os2.inc
    U XF4/xc/extras/FreeType/pascal/test/gevents.pas
    U XF4/xc/extras/FreeType/pascal/test/gmain.pas
    U XF4/xc/extras/FreeType/pascal/test/lint.pas
    U XF4/xc/extras/FreeType/pascal/test/stacktv.pas
    U XF4/xc/extras/FreeType/pascal/test/statetv.pas
    U XF4/xc/extras/FreeType/pascal/test/timer.pas
    U XF4/xc/extras/FreeType/pascal/test/view.pas
    U XF4/xc/extras/FreeType/pascal/test/zonetv.pas
    U XF4/xc/extras/FreeType/po/.cvsignore
    U XF4/xc/extras/FreeType/po/Makefile.in.in
    U XF4/xc/extras/FreeType/po/POTFILES.in
    U XF4/xc/extras/FreeType/po/cs.po
    U XF4/xc/extras/FreeType/po/de.po
    U XF4/xc/extras/FreeType/po/es.po
    U XF4/xc/extras/FreeType/po/fr.po
    U XF4/xc/extras/FreeType/po/nl.po
    U XF4/xc/extras/FreeType/test/.cvsignore
    U XF4/xc/extras/FreeType/test/README
    U XF4/xc/extras/FreeType/test/arabic.c
    U XF4/xc/extras/FreeType/test/arabic.h
    U XF4/xc/extras/FreeType/test/blitter.c
    U XF4/xc/extras/FreeType/test/blitter.h
    U XF4/xc/extras/FreeType/test/common.c
    U XF4/xc/extras/FreeType/test/common.h
    U XF4/xc/extras/FreeType/test/display.c
    U XF4/xc/extras/FreeType/test/display.h
    U XF4/xc/extras/FreeType/test/fdebug.c
    U XF4/xc/extras/FreeType/test/ftdump.c
    U XF4/xc/extras/FreeType/test/fterror.c
    U XF4/xc/extras/FreeType/test/ftlint.c
    U XF4/xc/extras/FreeType/test/ftmetric.c
    U XF4/xc/extras/FreeType/test/ftsbit.c
    U XF4/xc/extras/FreeType/test/ftstring.c
    U XF4/xc/extras/FreeType/test/ftstrpnm.c
    U XF4/xc/extras/FreeType/test/ftstrtto.c
    U XF4/xc/extras/FreeType/test/fttimer.c
    U XF4/xc/extras/FreeType/test/ftview.c
    U XF4/xc/extras/FreeType/test/ftzoom.c
    U XF4/xc/extras/FreeType/test/gdriver.h
    U XF4/xc/extras/FreeType/test/gevents.h
    U XF4/xc/extras/FreeType/test/gmain.c
    U XF4/xc/extras/FreeType/test/gmain.h
    U XF4/xc/extras/FreeType/test/arch/amigaos/Makefile.gcc
    U XF4/xc/extras/FreeType/test/arch/amigaos/TODO
    U XF4/xc/extras/FreeType/test/arch/amigaos/gfsamiga.c
    U XF4/xc/extras/FreeType/test/arch/amigaos/gw_amiga.c
    U XF4/xc/extras/FreeType/test/arch/amigaos/smakefile
    U XF4/xc/extras/FreeType/test/arch/debugger/Makefile
    U XF4/xc/extras/FreeType/test/arch/msdos/Makefile.BC
    U XF4/xc/extras/FreeType/test/arch/msdos/Makefile.MS
    U XF4/xc/extras/FreeType/test/arch/msdos/Makefile.TC
    U XF4/xc/extras/FreeType/test/arch/msdos/Makefile.VC
    U XF4/xc/extras/FreeType/test/arch/msdos/Makefile.dm
    U XF4/xc/extras/FreeType/test/arch/msdos/Makefile.gcc
    U XF4/xc/extras/FreeType/test/arch/msdos/depend.dos
    U XF4/xc/extras/FreeType/test/arch/msdos/gfs_dos.c
    U XF4/xc/extras/FreeType/test/arch/msdos/makedep
    U XF4/xc/extras/FreeType/test/arch/msdos/time_tc.h
    U XF4/xc/extras/FreeType/test/arch/os2/Makefile.dm
    U XF4/xc/extras/FreeType/test/arch/os2/Makefile.emx
    U XF4/xc/extras/FreeType/test/arch/os2/Makefile.icc
    U XF4/xc/extras/FreeType/test/arch/os2/Makefile.wat
    U XF4/xc/extras/FreeType/test/arch/os2/gfs_os2.c
    U XF4/xc/extras/FreeType/test/arch/os2/gpm_os2.c
    U XF4/xc/extras/FreeType/test/arch/os2/gpm_os2.def
    U XF4/xc/extras/FreeType/test/arch/unix/.cvsignore
    U XF4/xc/extras/FreeType/test/arch/unix/Makefile.in
    U XF4/xc/extras/FreeType/test/arch/unix/gwin_x11.c
    U XF4/xc/extras/FreeType/test/arch/win16/Makefile.BC
    U XF4/xc/extras/FreeType/test/arch/win16/Makefile.MS
    U XF4/xc/extras/FreeType/test/arch/win16/Makefile.VC
    U XF4/xc/extras/FreeType/test/arch/win16/depend.win
    U XF4/xc/extras/FreeType/test/arch/win16/gw_win16.c
    U XF4/xc/extras/FreeType/test/arch/win16/makedep
    U XF4/xc/extras/FreeType/test/arch/win32/Makefile.BC
    U XF4/xc/extras/FreeType/test/arch/win32/Makefile.CL
    U XF4/xc/extras/FreeType/test/arch/win32/Makefile.Min
    U XF4/xc/extras/FreeType/test/arch/win32/Makefile.gcc
    U XF4/xc/extras/FreeType/test/arch/win32/depend.win
    U XF4/xc/extras/FreeType/test/arch/win32/gw_win32.c
    U XF4/xc/extras/FreeType/test/arch/win32/makedep
    U XF4/xc/extras/Mesa/README.XF86
    U XF4/xc/extras/Mesa/docs/RELNOTES-3.4.1
    U XF4/xc/extras/Mesa/docs/RELNOTES-3.4.2
    U XF4/xc/extras/Mesa/include/GL/gl.h
    U XF4/xc/extras/Mesa/include/GL/glext.h
    U XF4/xc/extras/Mesa/include/GL/osmesa.h
    U XF4/xc/extras/Mesa/include/GL/vms_x_fix.h
    U XF4/xc/extras/Mesa/include/GL/xmesa.h
    U XF4/xc/extras/Mesa/include/GL/xmesa_x.h
    U XF4/xc/extras/Mesa/include/GL/xmesa_xf86.h
    U XF4/xc/extras/Mesa/src/aatriangle.c
    U XF4/xc/extras/Mesa/src/aatriangle.h
    U XF4/xc/extras/Mesa/src/aatritemp.h
    U XF4/xc/extras/Mesa/src/accum.c
    U XF4/xc/extras/Mesa/src/accum.h
    U XF4/xc/extras/Mesa/src/all.h
    U XF4/xc/extras/Mesa/src/alpha.c
    U XF4/xc/extras/Mesa/src/alpha.h
    U XF4/xc/extras/Mesa/src/alphabuf.c
    U XF4/xc/extras/Mesa/src/alphabuf.h
    U XF4/xc/extras/Mesa/src/attrib.c
    U XF4/xc/extras/Mesa/src/attrib.h
    U XF4/xc/extras/Mesa/src/bbox.c
    U XF4/xc/extras/Mesa/src/bbox.h
    U XF4/xc/extras/Mesa/src/bitmap.c
    U XF4/xc/extras/Mesa/src/bitmap.h
    U XF4/xc/extras/Mesa/src/blend.c
    U XF4/xc/extras/Mesa/src/blend.h
    U XF4/xc/extras/Mesa/src/buffers.c
    U XF4/xc/extras/Mesa/src/buffers.h
    U XF4/xc/extras/Mesa/src/clip.c
    U XF4/xc/extras/Mesa/src/clip.h
    U XF4/xc/extras/Mesa/src/clip_funcs.h
    U XF4/xc/extras/Mesa/src/clip_tmp.h
    U XF4/xc/extras/Mesa/src/colortab.c
    U XF4/xc/extras/Mesa/src/colortab.h
    U XF4/xc/extras/Mesa/src/config.c
    U XF4/xc/extras/Mesa/src/config.h
    U XF4/xc/extras/Mesa/src/context.c
    U XF4/xc/extras/Mesa/src/context.h
    U XF4/xc/extras/Mesa/src/convolve.c
    U XF4/xc/extras/Mesa/src/copy_tmp.h
    U XF4/xc/extras/Mesa/src/copypix.c
    U XF4/xc/extras/Mesa/src/copypix.h
    U XF4/xc/extras/Mesa/src/cull_tmp.h
    U XF4/xc/extras/Mesa/src/cva.c
    U XF4/xc/extras/Mesa/src/cva.h
    U XF4/xc/extras/Mesa/src/dd.h
    U XF4/xc/extras/Mesa/src/ddsample.c
    U XF4/xc/extras/Mesa/src/debug_xform.c
    U XF4/xc/extras/Mesa/src/debug_xform.h
    U XF4/xc/extras/Mesa/src/depth.c
    U XF4/xc/extras/Mesa/src/depth.h
    U XF4/xc/extras/Mesa/src/dispatch.c
    U XF4/xc/extras/Mesa/src/dlist.c
    U XF4/xc/extras/Mesa/src/dlist.h
    U XF4/xc/extras/Mesa/src/dotprod_tmp.h
    U XF4/xc/extras/Mesa/src/drawpix.c
    U XF4/xc/extras/Mesa/src/drawpix.h
    U XF4/xc/extras/Mesa/src/enable.c
    U XF4/xc/extras/Mesa/src/enable.h
    U XF4/xc/extras/Mesa/src/enums.c
    U XF4/xc/extras/Mesa/src/enums.h
    U XF4/xc/extras/Mesa/src/eval.c
    U XF4/xc/extras/Mesa/src/eval.h
    U XF4/xc/extras/Mesa/src/extensions.c
    U XF4/xc/extras/Mesa/src/extensions.h
    U XF4/xc/extras/Mesa/src/feedback.c
    U XF4/xc/extras/Mesa/src/feedback.h
    U XF4/xc/extras/Mesa/src/fixed.h
    U XF4/xc/extras/Mesa/src/fog.c
    U XF4/xc/extras/Mesa/src/fog.h
    U XF4/xc/extras/Mesa/src/fog_tmp.h
    U XF4/xc/extras/Mesa/src/general_clip.h
    U XF4/xc/extras/Mesa/src/get.c
    U XF4/xc/extras/Mesa/src/get.h
    U XF4/xc/extras/Mesa/src/glapi.c
    U XF4/xc/extras/Mesa/src/glapi.h
    U XF4/xc/extras/Mesa/src/glapinoop.c
    U XF4/xc/extras/Mesa/src/glapinoop.h
    U XF4/xc/extras/Mesa/src/glapioffsets.h
    U XF4/xc/extras/Mesa/src/glapitable.h
    U XF4/xc/extras/Mesa/src/glapitemp.h
    U XF4/xc/extras/Mesa/src/glheader.h
    U XF4/xc/extras/Mesa/src/glthread.c
    U XF4/xc/extras/Mesa/src/glthread.h
    U XF4/xc/extras/Mesa/src/hash.c
    U XF4/xc/extras/Mesa/src/hash.h
    U XF4/xc/extras/Mesa/src/highpc.c
    U XF4/xc/extras/Mesa/src/hint.c
    U XF4/xc/extras/Mesa/src/hint.h
    U XF4/xc/extras/Mesa/src/image.c
    U XF4/xc/extras/Mesa/src/image.h
    U XF4/xc/extras/Mesa/src/imaging.c
    U XF4/xc/extras/Mesa/src/imaging.h
    U XF4/xc/extras/Mesa/src/indirect_tmp.h
    U XF4/xc/extras/Mesa/src/interp_tmp.h
    U XF4/xc/extras/Mesa/src/light.c
    U XF4/xc/extras/Mesa/src/light.h
    U XF4/xc/extras/Mesa/src/lines.c
    U XF4/xc/extras/Mesa/src/lines.h
    U XF4/xc/extras/Mesa/src/linetemp.h
    U XF4/xc/extras/Mesa/src/lnaatemp.h
    U XF4/xc/extras/Mesa/src/logic.c
    U XF4/xc/extras/Mesa/src/logic.h
    U XF4/xc/extras/Mesa/src/lowpc.c
    U XF4/xc/extras/Mesa/src/macros.h
    U XF4/xc/extras/Mesa/src/masking.c
    U XF4/xc/extras/Mesa/src/masking.h
    U XF4/xc/extras/Mesa/src/matrix.c
    U XF4/xc/extras/Mesa/src/matrix.h
    U XF4/xc/extras/Mesa/src/mem.c
    U XF4/xc/extras/Mesa/src/mem.h
    U XF4/xc/extras/Mesa/src/mmath.c
    U XF4/xc/extras/Mesa/src/mmath.h
    U XF4/xc/extras/Mesa/src/norm_tmp.h
    U XF4/xc/extras/Mesa/src/pb.c
    U XF4/xc/extras/Mesa/src/pb.h
    U XF4/xc/extras/Mesa/src/pipeline.c
    U XF4/xc/extras/Mesa/src/pipeline.h
    U XF4/xc/extras/Mesa/src/pixel.c
    U XF4/xc/extras/Mesa/src/pixel.h
    U XF4/xc/extras/Mesa/src/pixeltex.c
    U XF4/xc/extras/Mesa/src/pixeltex.h
    U XF4/xc/extras/Mesa/src/points.c
    U XF4/xc/extras/Mesa/src/points.h
    U XF4/xc/extras/Mesa/src/polygon.c
    U XF4/xc/extras/Mesa/src/polygon.h
    U XF4/xc/extras/Mesa/src/quads.c
    U XF4/xc/extras/Mesa/src/quads.h
    U XF4/xc/extras/Mesa/src/rastpos.c
    U XF4/xc/extras/Mesa/src/rastpos.h
    U XF4/xc/extras/Mesa/src/readpix.c
    U XF4/xc/extras/Mesa/src/readpix.h
    U XF4/xc/extras/Mesa/src/rect.c
    U XF4/xc/extras/Mesa/src/rect.h
    U XF4/xc/extras/Mesa/src/render_tmp.h
    U XF4/xc/extras/Mesa/src/scissor.c
    U XF4/xc/extras/Mesa/src/scissor.h
    U XF4/xc/extras/Mesa/src/shade.c
    U XF4/xc/extras/Mesa/src/shade.h
    U XF4/xc/extras/Mesa/src/shade_tmp.h
    U XF4/xc/extras/Mesa/src/simple_list.h
    U XF4/xc/extras/Mesa/src/span.c
    U XF4/xc/extras/Mesa/src/span.h
    U XF4/xc/extras/Mesa/src/stages.c
    U XF4/xc/extras/Mesa/src/stages.h
    U XF4/xc/extras/Mesa/src/state.c
    U XF4/xc/extras/Mesa/src/state.h
    U XF4/xc/extras/Mesa/src/stencil.c
    U XF4/xc/extras/Mesa/src/stencil.h
    U XF4/xc/extras/Mesa/src/texformat.c
    U XF4/xc/extras/Mesa/src/texformat.h
    U XF4/xc/extras/Mesa/src/texgen_tmp.h
    U XF4/xc/extras/Mesa/src/teximage.c
    U XF4/xc/extras/Mesa/src/teximage.h
    U XF4/xc/extras/Mesa/src/texobj.c
    U XF4/xc/extras/Mesa/src/types.h
    U XF4/xc/extras/Mesa/src/texobj.h
    U XF4/xc/extras/Mesa/src/texstate.c
    U XF4/xc/extras/Mesa/src/texstate.h
    U XF4/xc/extras/Mesa/src/texture.c
    U XF4/xc/extras/Mesa/src/texture.h
    U XF4/xc/extras/Mesa/src/texutil.c
    U XF4/xc/extras/Mesa/src/texutil.h
    U XF4/xc/extras/Mesa/src/texutil_tmp.h
    U XF4/xc/extras/Mesa/src/trans_tmp.h
    U XF4/xc/extras/Mesa/src/translate.c
    U XF4/xc/extras/Mesa/src/translate.h
    U XF4/xc/extras/Mesa/src/triangle.c
    U XF4/xc/extras/Mesa/src/triangle.h
    U XF4/xc/extras/Mesa/src/tritemp.h
    U XF4/xc/extras/Mesa/src/varray.c
    U XF4/xc/extras/Mesa/src/varray.h
    U XF4/xc/extras/Mesa/src/vb.c
    U XF4/xc/extras/Mesa/src/vb.h
    U XF4/xc/extras/Mesa/src/vbcull.c
    U XF4/xc/extras/Mesa/src/vbcull.h
    U XF4/xc/extras/Mesa/src/vbfill.c
    U XF4/xc/extras/Mesa/src/vbfill.h
    U XF4/xc/extras/Mesa/src/vbindirect.c
    U XF4/xc/extras/Mesa/src/vbindirect.h
    U XF4/xc/extras/Mesa/src/vbrender.c
    U XF4/xc/extras/Mesa/src/vbrender.h
    U XF4/xc/extras/Mesa/src/vbxform.c
    U XF4/xc/extras/Mesa/src/vbxform.h
    U XF4/xc/extras/Mesa/src/vector.c
    U XF4/xc/extras/Mesa/src/vector.h
    U XF4/xc/extras/Mesa/src/vertices.c
    U XF4/xc/extras/Mesa/src/vertices.h
    U XF4/xc/extras/Mesa/src/winpos.c
    U XF4/xc/extras/Mesa/src/winpos.h
    U XF4/xc/extras/Mesa/src/xform.c
    U XF4/xc/extras/Mesa/src/xform.h
    U XF4/xc/extras/Mesa/src/xform_tmp.h
    U XF4/xc/extras/Mesa/src/zoom.c
    U XF4/xc/extras/Mesa/src/zoom.h
    U XF4/xc/extras/Mesa/src/X/Makefile.am
    U XF4/xc/extras/Mesa/src/X/fakeglx.c
    U XF4/xc/extras/Mesa/src/X/glxapi.c
    U XF4/xc/extras/Mesa/src/X/glxapi.h
    U XF4/xc/extras/Mesa/src/X/glxheader.h
    U XF4/xc/extras/Mesa/src/X/xfonts.c
    U XF4/xc/extras/Mesa/src/X/xfonts.h
    U XF4/xc/extras/Mesa/src/X/xmesa1.c
    U XF4/xc/extras/Mesa/src/X/xmesa2.c
    U XF4/xc/extras/Mesa/src/X/xmesa3.c
    U XF4/xc/extras/Mesa/src/X/xmesa4.c
    U XF4/xc/extras/Mesa/src/X/xmesaP.h
    U XF4/xc/extras/Mesa/src/OSmesa/Makefile.am
    U XF4/xc/extras/Mesa/src/OSmesa/osmesa.c
    U XF4/xc/extras/Mesa/src/X86/3dnow.c
    U XF4/xc/extras/Mesa/src/X86/3dnow.h
    U XF4/xc/extras/Mesa/src/X86/3dnow_norm_raw.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_vertex.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_masked1.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_masked2.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_masked3.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_masked4.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_raw1.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_raw2.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_raw3.S
    U XF4/xc/extras/Mesa/src/X86/3dnow_xform_raw4.S
    U XF4/xc/extras/Mesa/src/X86/Makefile.am
    U XF4/xc/extras/Mesa/src/X86/assyntax.h
    U XF4/xc/extras/Mesa/src/X86/clip_args.h
    U XF4/xc/extras/Mesa/src/X86/common_x86.c
    U XF4/xc/extras/Mesa/src/X86/common_x86_asm.S
    U XF4/xc/extras/Mesa/src/X86/common_x86_asm.h
    U XF4/xc/extras/Mesa/src/X86/glapi_x86.S
    U XF4/xc/extras/Mesa/src/X86/common_x86_features.h
    U XF4/xc/extras/Mesa/src/X86/katmai.c
    U XF4/xc/extras/Mesa/src/X86/katmai.h
    U XF4/xc/extras/Mesa/src/X86/katmai_norm_raw.S
    U XF4/xc/extras/Mesa/src/X86/katmai_vertex.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_masked1.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_masked2.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_masked3.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_masked4.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_raw1.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_raw2.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_raw3.S
    U XF4/xc/extras/Mesa/src/X86/katmai_xform_raw4.S
    U XF4/xc/extras/Mesa/src/X86/mmx.h
    U XF4/xc/extras/Mesa/src/X86/mmx_blend.S
    U XF4/xc/extras/Mesa/src/X86/x86.c
    U XF4/xc/extras/Mesa/src/X86/x86.h
    U XF4/xc/extras/Mesa/src/X86/x86_cliptest.S
    U XF4/xc/extras/Mesa/src/X86/x86_vertex.S
    U XF4/xc/extras/Mesa/src/X86/x86_xform_masked2.S
    U XF4/xc/extras/Mesa/src/X86/x86_xform_masked3.S
    U XF4/xc/extras/Mesa/src/X86/x86_xform_masked4.S
    U XF4/xc/extras/Mesa/src/X86/x86_xform_raw2.S
    U XF4/xc/extras/Mesa/src/X86/x86_xform_raw3.S
    U XF4/xc/extras/Mesa/src/X86/x86_xform_raw4.S
    U XF4/xc/extras/Mesa/src/X86/xform_args.h
    U XF4/xc/extras/X-TrueType/CHANGES.eng
    U XF4/xc/extras/X-TrueType/Imakefile
    U XF4/xc/extras/X-TrueType/xttblit.c
    U XF4/xc/extras/X-TrueType/xttblit.h
    U XF4/xc/extras/X-TrueType/xttcap.c
    U XF4/xc/extras/X-TrueType/xttcap.h
    U XF4/xc/extras/X-TrueType/xttcconv.c
    U XF4/xc/extras/X-TrueType/xttcconv.h
    U XF4/xc/extras/X-TrueType/xttcconvP.h
    U XF4/xc/extras/X-TrueType/xttchinfo.c
    U XF4/xc/extras/X-TrueType/xttcommon.h
    U XF4/xc/extras/X-TrueType/xttdump.c
    U XF4/xc/extras/X-TrueType/xttfuncs.c
    U XF4/xc/extras/X-TrueType/xttmisc.c
    U XF4/xc/extras/X-TrueType/xttprop.c
    U XF4/xc/extras/X-TrueType/xttstruct.h
    U XF4/xc/extras/X-TrueType/xttversion.h
    U XF4/xc/extras/X-TrueType/ARABIC/CP1256toUCS2.c
    U XF4/xc/extras/X-TrueType/ARABIC/Imakefile
    U XF4/xc/extras/X-TrueType/ARABIC/MULEARABICtoUCS2.c
    U XF4/xc/extras/X-TrueType/ARABIC/XATERMtoUCS2.c
    U XF4/xc/extras/X-TrueType/ARABIC/main.c
    U XF4/xc/extras/X-TrueType/ARMSCII8/ARMSCII8toUCS2.c
    U XF4/xc/extras/X-TrueType/ARMSCII8/Imakefile
    U XF4/xc/extras/X-TrueType/ARMSCII8/main.c
    U XF4/xc/extras/X-TrueType/BIG5/BIG5toUCS2.c
    U XF4/xc/extras/X-TrueType/BIG5/Imakefile
    U XF4/xc/extras/X-TrueType/BIG5/main.c
    U XF4/xc/extras/X-TrueType/BIG5HKSCS/BIG5HKSCStoUCS2.c
    U XF4/xc/extras/X-TrueType/BIG5HKSCS/Imakefile
    U XF4/xc/extras/X-TrueType/BIG5HKSCS/main.c
    U XF4/xc/extras/X-TrueType/DOSENCODING/DOSENCODINGtoUCS2.c
    U XF4/xc/extras/X-TrueType/DOSENCODING/Imakefile
    U XF4/xc/extras/X-TrueType/DOSENCODING/main.c
    U XF4/xc/extras/X-TrueType/GB2312/GB2312toUCS2.c
    U XF4/xc/extras/X-TrueType/GB2312/Imakefile
    U XF4/xc/extras/X-TrueType/GB2312/main.c
    U XF4/xc/extras/X-TrueType/GBK/GBKtoUCS2.c
    U XF4/xc/extras/X-TrueType/GBK/Imakefile
    U XF4/xc/extras/X-TrueType/GBK/main.c
    U XF4/xc/extras/X-TrueType/GEORGIAN/GEORGIANtoUCS2.c
    U XF4/xc/extras/X-TrueType/GEORGIAN/Imakefile
    U XF4/xc/extras/X-TrueType/GEORGIAN/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.1/ISO8859_1toAROMAN.c
    U XF4/xc/extras/X-TrueType/ISO8859.1/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.1/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.10/ISO8859_10toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.10/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.10/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.11/ISO8859_11toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.11/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.11/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.14/ISO8859_14toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.14/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.14/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.15/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.15/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.2/ISO8859_2toACNTRO.c
    U XF4/xc/extras/X-TrueType/ISO8859.2/ISO8859_2toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.2/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.2/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.3/ISO8859_3toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.3/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.3/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.4/ISO8859_4toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.4/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.4/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.5/ISO8859_5toACYRIL.c
    U XF4/xc/extras/X-TrueType/ISO8859.5/ISO8859_5toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.5/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.5/main.c
    U XF4/xc/extras/X-TrueType/KOI8/Imakefile
    U XF4/xc/extras/X-TrueType/KOI8/KOI8_RtoUCS2.c
    U XF4/xc/extras/X-TrueType/KOI8/KOI8_UNItoUCS2.c
    U XF4/xc/extras/X-TrueType/KOI8/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.6/ISO8859_6toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.6/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.6/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.7/ISO8859_7toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.7/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.7/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.8/ISO8859_8toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.8/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.8/main.c
    U XF4/xc/extras/X-TrueType/ISO8859.9/ISO8859_9toUCS2.c
    U XF4/xc/extras/X-TrueType/ISO8859.9/Imakefile
    U XF4/xc/extras/X-TrueType/ISO8859.9/main.c
    U XF4/xc/extras/X-TrueType/JISX0201/Imakefile
    U XF4/xc/extras/X-TrueType/JISX0201/JISX0201toUCS2.c
    U XF4/xc/extras/X-TrueType/JISX0201/main.c
    U XF4/xc/extras/X-TrueType/JISX0208/Imakefile
    U XF4/xc/extras/X-TrueType/JISX0208/JISX0208toUCS2.c
    U XF4/xc/extras/X-TrueType/JISX0208/main.c
    U XF4/xc/extras/X-TrueType/JISX0212/Imakefile
    U XF4/xc/extras/X-TrueType/JISX0212/JISX0212toUCS2.c
    U XF4/xc/extras/X-TrueType/JISX0212/main.c
    U XF4/xc/extras/X-TrueType/KSC5601/Imakefile
    U XF4/xc/extras/X-TrueType/KSC5601/KSC5601toUCS2.c
    U XF4/xc/extras/X-TrueType/KSC5601/main.c
    U XF4/xc/extras/X-TrueType/KSCJOHAB/Imakefile
    U XF4/xc/extras/X-TrueType/KSCJOHAB/KSCJOHABtoUCS2.c
    U XF4/xc/extras/X-TrueType/KSCJOHAB/main.c
    U XF4/xc/extras/X-TrueType/MULEENCODING/ASCIILAOtoUCS2.c
    U XF4/xc/extras/X-TrueType/MULEENCODING/Imakefile
    U XF4/xc/extras/X-TrueType/MULEENCODING/MULELAOtoUCS2.c
    U XF4/xc/extras/X-TrueType/MULEENCODING/MULETIBETANtoUCS2.c
    U XF4/xc/extras/X-TrueType/MULEENCODING/main.c
    U XF4/xc/extras/X-TrueType/TCVN/Imakefile
    U XF4/xc/extras/X-TrueType/TCVN/TCVNtoUCS2.c
    U XF4/xc/extras/X-TrueType/TCVN/main.c
    U XF4/xc/extras/X-TrueType/VISCII/Imakefile
    U XF4/xc/extras/X-TrueType/VISCII/VISCIItoUCS2.c
    U XF4/xc/extras/X-TrueType/VISCII/main.c
    U XF4/xc/extras/Xpm/CHANGES
    U XF4/xc/extras/Xpm/COPYRIGHT
    U XF4/xc/extras/Xpm/FAQ.html
    U XF4/xc/extras/Xpm/FILES
    U XF4/xc/extras/Xpm/Imakefile
    U XF4/xc/extras/Xpm/Makefile.noX
    U XF4/xc/extras/Xpm/README.AMIGA
    U XF4/xc/extras/Xpm/README.MSW
    U XF4/xc/extras/Xpm/README.XFree86
    U XF4/xc/extras/Xpm/README.html
    U XF4/xc/extras/Xpm/namecvt
    U XF4/xc/extras/Xpm/cxpm/Imakefile
    U XF4/xc/extras/Xpm/cxpm/Makefile.noX
    U XF4/xc/extras/Xpm/cxpm/cxpm.c
    U XF4/xc/extras/Xpm/cxpm/cxpm.man
    U XF4/xc/extras/Xpm/doc/xpm.PS.gz
    U XF4/xc/extras/Xpm/lib/Attrib.c
    U XF4/xc/extras/Xpm/lib/CrBufFrI.c
    U XF4/xc/extras/Xpm/lib/CrBufFrP.c
    U XF4/xc/extras/Xpm/lib/CrDatFrI.c
    U XF4/xc/extras/Xpm/lib/CrDatFrP.c
    U XF4/xc/extras/Xpm/lib/CrIFrBuf.c
    U XF4/xc/extras/Xpm/lib/CrIFrDat.c
    U XF4/xc/extras/Xpm/lib/CrIFrP.c
    U XF4/xc/extras/Xpm/lib/CrPFrBuf.c
    U XF4/xc/extras/Xpm/lib/CrPFrDat.c
    U XF4/xc/extras/Xpm/lib/CrPFrI.c
    U XF4/xc/extras/Xpm/lib/Image.c
    U XF4/xc/extras/Xpm/lib/Imakefile
    U XF4/xc/extras/Xpm/lib/Info.c
    U XF4/xc/extras/Xpm/lib/Makefile.AmigaGCC
    U XF4/xc/extras/Xpm/lib/Makefile.noX
    U XF4/xc/extras/Xpm/lib/RdFToBuf.c
    U XF4/xc/extras/Xpm/lib/RdFToDat.c
    U XF4/xc/extras/Xpm/lib/RdFToI.c
    U XF4/xc/extras/Xpm/lib/RdFToP.c
    U XF4/xc/extras/Xpm/lib/Smakefile
    U XF4/xc/extras/Xpm/lib/WrFFrBuf.c
    U XF4/xc/extras/Xpm/lib/WrFFrDat.c
    U XF4/xc/extras/Xpm/lib/WrFFrI.c
    U XF4/xc/extras/Xpm/lib/WrFFrP.c
    U XF4/xc/extras/Xpm/lib/Xpm-def.cpp
    U XF4/xc/extras/Xpm/lib/XpmI.h
    U XF4/xc/extras/Xpm/lib/amigax.c
    U XF4/xc/extras/Xpm/lib/amigax.h
    U XF4/xc/extras/Xpm/lib/create.c
    U XF4/xc/extras/Xpm/lib/data.c
    U XF4/xc/extras/Xpm/lib/descrip.mms
    U XF4/xc/extras/Xpm/lib/hashtab.c
    U XF4/xc/extras/Xpm/lib/make.com
    U XF4/xc/extras/Xpm/lib/misc.c
    U XF4/xc/extras/Xpm/lib/parse.c
    U XF4/xc/extras/Xpm/lib/rgb.c
    U XF4/xc/extras/Xpm/lib/rgbtab.h
    U XF4/xc/extras/Xpm/lib/scan.c
    U XF4/xc/extras/Xpm/lib/simx.c
    U XF4/xc/extras/Xpm/lib/simx.h
    U XF4/xc/extras/Xpm/lib/xpm.h
    U XF4/xc/extras/Xpm/sxpm/Imakefile
    U XF4/xc/extras/Xpm/sxpm/Makefile.noX
    U XF4/xc/extras/Xpm/sxpm/plaid.xpm
    U XF4/xc/extras/Xpm/sxpm/plaid_ext.xpm
    U XF4/xc/extras/Xpm/sxpm/plaid_mask.xpm
    U XF4/xc/extras/Xpm/sxpm/sxpm.c
    U XF4/xc/extras/Xpm/sxpm/sxpm.man
    U XF4/xc/extras/fonts/ClearlyU/README
    U XF4/xc/extras/fonts/ClearlyU/cu-alt12.bdf
    U XF4/xc/extras/fonts/ClearlyU/cu-arabic12.bdf
    U XF4/xc/extras/fonts/ClearlyU/cu-devnag12.bdf
    U XF4/xc/extras/fonts/ClearlyU/cu-lig12.bdf
    U XF4/xc/extras/fonts/ClearlyU/cu-pua12.bdf
    U XF4/xc/extras/fonts/ClearlyU/cu12.bdf
    U XF4/xc/extras/fonts/arabic24/README
    U XF4/xc/extras/fonts/arabic24/arabic24.bdf
    U XF4/xc/extras/fonts/arabic24/uniarab.txt
    U XF4/xc/extras/freetype2/.cvsignore
    U XF4/xc/extras/freetype2/ChangeLog
    U XF4/xc/extras/freetype2/INSTALL
    U XF4/xc/extras/freetype2/Jamfile
    U XF4/xc/extras/freetype2/Jamrules
    U XF4/xc/extras/freetype2/Makefile
    U XF4/xc/extras/freetype2/README
    U XF4/xc/extras/freetype2/README.UNX
    U XF4/xc/extras/freetype2/descrip.mms
    U XF4/xc/extras/freetype2/builds/detect.mk
    U XF4/xc/extras/freetype2/builds/freetype.mk
    U XF4/xc/extras/freetype2/builds/link_dos.mk
    U XF4/xc/extras/freetype2/builds/link_std.mk
    U XF4/xc/extras/freetype2/builds/modules.mk
    U XF4/xc/extras/freetype2/builds/newline
    U XF4/xc/extras/freetype2/builds/toplevel.mk
    U XF4/xc/extras/freetype2/builds/amiga/README
    U XF4/xc/extras/freetype2/builds/amiga/makefile
    U XF4/xc/extras/freetype2/builds/amiga/smakefile
    U XF4/xc/extras/freetype2/builds/amiga/include/freetype/config/ftconfig.h
    U XF4/xc/extras/freetype2/builds/amiga/include/freetype/config/ftmodule.h
    U XF4/xc/extras/freetype2/builds/amiga/src/base/ftdebug.c
    U XF4/xc/extras/freetype2/builds/amiga/src/base/ftsystem.c
    U XF4/xc/extras/freetype2/builds/ansi/ansi-def.mk
    U XF4/xc/extras/freetype2/builds/ansi/ansi.mk
    U XF4/xc/extras/freetype2/builds/beos/beos-def.mk
    U XF4/xc/extras/freetype2/builds/beos/beos.mk
    U XF4/xc/extras/freetype2/builds/beos/detect.mk
    U XF4/xc/extras/freetype2/builds/compiler/ansi-cc.mk
    U XF4/xc/extras/freetype2/builds/compiler/bcc-dev.mk
    U XF4/xc/extras/freetype2/builds/compiler/bcc.mk
    U XF4/xc/extras/freetype2/builds/compiler/gcc-dev.mk
    U XF4/xc/extras/freetype2/builds/compiler/gcc.mk
    U XF4/xc/extras/freetype2/builds/compiler/intelc.mk
    U XF4/xc/extras/freetype2/builds/compiler/unix-lcc.mk
    U XF4/xc/extras/freetype2/builds/compiler/visualage.mk
    U XF4/xc/extras/freetype2/builds/compiler/visualc.mk
    U XF4/xc/extras/freetype2/builds/compiler/watcom.mk
    U XF4/xc/extras/freetype2/builds/compiler/win-lcc.mk
    U XF4/xc/extras/freetype2/builds/dos/detect.mk
    U XF4/xc/extras/freetype2/builds/dos/dos-def.mk
    U XF4/xc/extras/freetype2/builds/dos/dos-gcc.mk
    U XF4/xc/extras/freetype2/builds/mac/README
    U XF4/xc/extras/freetype2/builds/mac/freetype.make
    U XF4/xc/extras/freetype2/builds/mac/ftlib.prj
    U XF4/xc/extras/freetype2/builds/os2/detect.mk
    U XF4/xc/extras/freetype2/builds/os2/os2-def.mk
    U XF4/xc/extras/freetype2/builds/os2/os2-dev.mk
    U XF4/xc/extras/freetype2/builds/os2/os2-gcc.mk
    U XF4/xc/extras/freetype2/builds/unix/.cvsignore
    U XF4/xc/extras/freetype2/builds/unix/aclocal.m4
    U XF4/xc/extras/freetype2/builds/unix/config.guess
    U XF4/xc/extras/freetype2/builds/unix/config.sub
    U XF4/xc/extras/freetype2/builds/unix/configure
    U XF4/xc/extras/freetype2/builds/unix/configure.ac
    U XF4/xc/extras/freetype2/builds/unix/detect.mk
    U XF4/xc/extras/freetype2/builds/unix/freetype-config.in
    U XF4/xc/extras/freetype2/builds/unix/freetype2.m4
    U XF4/xc/extras/freetype2/builds/unix/ft2unix.h
    U XF4/xc/extras/freetype2/builds/unix/ftconfig.in
    U XF4/xc/extras/freetype2/builds/unix/ftsystem.c
    U XF4/xc/extras/freetype2/builds/unix/install-sh
    U XF4/xc/extras/freetype2/builds/unix/install.mk
    U XF4/xc/extras/freetype2/builds/unix/ltmain.sh
    U XF4/xc/extras/freetype2/builds/unix/mkinstalldirs
    U XF4/xc/extras/freetype2/builds/unix/unix-cc.in
    U XF4/xc/extras/freetype2/builds/unix/unix-def.in
    U XF4/xc/extras/freetype2/builds/unix/unix-dev.mk
    U XF4/xc/extras/freetype2/builds/unix/unix-lcc.mk
    U XF4/xc/extras/freetype2/builds/unix/unix.mk
    U XF4/xc/extras/freetype2/builds/unix/unixddef.mk
    U XF4/xc/extras/freetype2/builds/vms/descrip.mms
    U XF4/xc/extras/freetype2/builds/vms/ftconfig.h
    U XF4/xc/extras/freetype2/builds/vms/ftsystem.c
    U XF4/xc/extras/freetype2/builds/win32/detect.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-bcc.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-bccd.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-dev.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-gcc.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-icc.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-intl.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-lcc.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-mingw32.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-vcc.mk
    U XF4/xc/extras/freetype2/builds/win32/w32-wat.mk
    U XF4/xc/extras/freetype2/builds/win32/win32-def.mk
    U XF4/xc/extras/freetype2/builds/win32/visualc/freetype.dsp
    U XF4/xc/extras/freetype2/builds/win32/visualc/freetype.dsw
    U XF4/xc/extras/freetype2/builds/win32/visualc/index.html
    U XF4/xc/extras/freetype2/docs/BUGS
    U XF4/xc/extras/freetype2/docs/BUILD
    U XF4/xc/extras/freetype2/docs/CHANGES
    U XF4/xc/extras/freetype2/docs/FTL.txt
    U XF4/xc/extras/freetype2/docs/GPL.txt
    U XF4/xc/extras/freetype2/docs/PATENTS
    U XF4/xc/extras/freetype2/docs/TODO
    U XF4/xc/extras/freetype2/docs/license.txt
    U XF4/xc/extras/freetype2/docs/modules.txt
    U XF4/xc/extras/freetype2/docs/readme.vms
    U XF4/xc/extras/freetype2/include/ft2build.h
    U XF4/xc/extras/freetype2/include/freetype/freetype.h
    U XF4/xc/extras/freetype2/include/freetype/ftbbox.h
    U XF4/xc/extras/freetype2/include/freetype/ftcache.h
    U XF4/xc/extras/freetype2/include/freetype/ftchapters.h
    U XF4/xc/extras/freetype2/include/freetype/fterrors.h
    U XF4/xc/extras/freetype2/include/freetype/ftglyph.h
    U XF4/xc/extras/freetype2/include/freetype/ftimage.h
    U XF4/xc/extras/freetype2/include/freetype/ftlist.h
    U XF4/xc/extras/freetype2/include/freetype/ftmac.h
    U XF4/xc/extras/freetype2/include/freetype/ftmm.h
    U XF4/xc/extras/freetype2/include/freetype/ftmoderr.h
    U XF4/xc/extras/freetype2/include/freetype/ftmodule.h
    U XF4/xc/extras/freetype2/include/freetype/ftoutln.h
    U XF4/xc/extras/freetype2/include/freetype/ftrender.h
    U XF4/xc/extras/freetype2/include/freetype/ftsizes.h
    U XF4/xc/extras/freetype2/include/freetype/ftsnames.h
    U XF4/xc/extras/freetype2/include/freetype/ftsynth.h
    U XF4/xc/extras/freetype2/include/freetype/ftsystem.h
    U XF4/xc/extras/freetype2/include/freetype/fttrigon.h
    U XF4/xc/extras/freetype2/include/freetype/fttypes.h
    U XF4/xc/extras/freetype2/include/freetype/t1tables.h
    U XF4/xc/extras/freetype2/include/freetype/ttnameid.h
    U XF4/xc/extras/freetype2/include/freetype/tttables.h
    U XF4/xc/extras/freetype2/include/freetype/tttags.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftccache.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftccmap.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftcglyph.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftcimage.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftcmanag.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftcsbits.h
    U XF4/xc/extras/freetype2/include/freetype/cache/ftlru.h
    U XF4/xc/extras/freetype2/include/freetype/config/ftconfig.h
    U XF4/xc/extras/freetype2/include/freetype/config/ftheader.h
    U XF4/xc/extras/freetype2/include/freetype/config/ftmodule.h
    U XF4/xc/extras/freetype2/include/freetype/config/ftoption.h
    U XF4/xc/extras/freetype2/include/freetype/internal/autohint.h
    U XF4/xc/extras/freetype2/include/freetype/internal/cfftypes.h
    U XF4/xc/extras/freetype2/include/freetype/internal/fnttypes.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftcalc.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftdebug.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftdriver.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftextend.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftmemory.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftobjs.h
    U XF4/xc/extras/freetype2/include/freetype/internal/ftstream.h
    U XF4/xc/extras/freetype2/include/freetype/internal/internal.h
    U XF4/xc/extras/freetype2/include/freetype/internal/pcftypes.h
    U XF4/xc/extras/freetype2/include/freetype/internal/psaux.h
    U XF4/xc/extras/freetype2/include/freetype/internal/psglobal.h
    U XF4/xc/extras/freetype2/include/freetype/internal/pshints.h
    U XF4/xc/extras/freetype2/include/freetype/internal/psnames.h
    U XF4/xc/extras/freetype2/include/freetype/internal/sfnt.h
    U XF4/xc/extras/freetype2/include/freetype/internal/t1types.h
    U XF4/xc/extras/freetype2/include/freetype/internal/tttypes.h
    U XF4/xc/extras/freetype2/objs/.cvsignore
    U XF4/xc/extras/freetype2/objs/README
    U XF4/xc/extras/freetype2/src/Jamfile
    U XF4/xc/extras/freetype2/src/autohint/CatharonLicense.txt
    U XF4/xc/extras/freetype2/src/autohint/Jamfile
    U XF4/xc/extras/freetype2/src/autohint/ahangles.c
    U XF4/xc/extras/freetype2/src/autohint/ahangles.h
    U XF4/xc/extras/freetype2/src/autohint/aherrors.h
    U XF4/xc/extras/freetype2/src/autohint/ahglobal.c
    U XF4/xc/extras/freetype2/src/autohint/ahglobal.h
    U XF4/xc/extras/freetype2/src/autohint/ahglyph.c
    U XF4/xc/extras/freetype2/src/autohint/ahglyph.h
    U XF4/xc/extras/freetype2/src/autohint/ahhint.c
    U XF4/xc/extras/freetype2/src/autohint/ahhint.h
    U XF4/xc/extras/freetype2/src/autohint/ahloader.h
    U XF4/xc/extras/freetype2/src/autohint/ahmodule.c
    U XF4/xc/extras/freetype2/src/autohint/ahmodule.h
    U XF4/xc/extras/freetype2/src/autohint/ahoptim.c
    U XF4/xc/extras/freetype2/src/autohint/ahoptim.h
    U XF4/xc/extras/freetype2/src/autohint/ahtypes.h
    U XF4/xc/extras/freetype2/src/autohint/autohint.c
    U XF4/xc/extras/freetype2/src/autohint/descrip.mms
    U XF4/xc/extras/freetype2/src/autohint/mather.py
    U XF4/xc/extras/freetype2/src/autohint/module.mk
    U XF4/xc/extras/freetype2/src/autohint/rules.mk
    U XF4/xc/extras/freetype2/src/base/Jamfile
    U XF4/xc/extras/freetype2/src/base/descrip.mms
    U XF4/xc/extras/freetype2/src/base/ftbase.c
    U XF4/xc/extras/freetype2/src/base/ftbbox.c
    U XF4/xc/extras/freetype2/src/base/ftcalc.c
    U XF4/xc/extras/freetype2/src/base/ftdbgmem.c
    U XF4/xc/extras/freetype2/src/base/ftdebug.c
    U XF4/xc/extras/freetype2/src/base/ftextend.c
    U XF4/xc/extras/freetype2/src/base/ftglyph.c
    U XF4/xc/extras/freetype2/src/base/ftinit.c
    U XF4/xc/extras/freetype2/src/base/ftlist.c
    U XF4/xc/extras/freetype2/src/base/ftmac.c
    U XF4/xc/extras/freetype2/src/base/ftmm.c
    U XF4/xc/extras/freetype2/src/base/ftnames.c
    U XF4/xc/extras/freetype2/src/base/ftobjs.c
    U XF4/xc/extras/freetype2/src/base/ftoutln.c
    U XF4/xc/extras/freetype2/src/base/ftstream.c
    U XF4/xc/extras/freetype2/src/base/ftsynth.c
    U XF4/xc/extras/freetype2/src/base/ftsystem.c
    U XF4/xc/extras/freetype2/src/base/fttrigon.c
    U XF4/xc/extras/freetype2/src/base/rules.mk
    U XF4/xc/extras/freetype2/src/cache/Jamfile
    U XF4/xc/extras/freetype2/src/cache/descrip.mms
    U XF4/xc/extras/freetype2/src/cache/ftcache.c
    U XF4/xc/extras/freetype2/src/cache/ftccache.c
    U XF4/xc/extras/freetype2/src/cache/ftccmap.c
    U XF4/xc/extras/freetype2/src/cache/ftcerror.h
    U XF4/xc/extras/freetype2/src/cache/ftcglyph.c
    U XF4/xc/extras/freetype2/src/cache/ftcimage.c
    U XF4/xc/extras/freetype2/src/cache/ftcmanag.c
    U XF4/xc/extras/freetype2/src/cache/ftcsbits.c
    U XF4/xc/extras/freetype2/src/cache/ftlru.c
    U XF4/xc/extras/freetype2/src/cache/rules.mk
    U XF4/xc/extras/freetype2/src/cff/Jamfile
    U XF4/xc/extras/freetype2/src/cff/cff.c
    U XF4/xc/extras/freetype2/src/cff/cffdrivr.c
    U XF4/xc/extras/freetype2/src/cff/cffdrivr.h
    U XF4/xc/extras/freetype2/src/cff/cfferrs.h
    U XF4/xc/extras/freetype2/src/cff/cffgload.c
    U XF4/xc/extras/freetype2/src/cff/cffgload.h
    U XF4/xc/extras/freetype2/src/cff/cffload.c
    U XF4/xc/extras/freetype2/src/cff/cffload.h
    U XF4/xc/extras/freetype2/src/cff/cffobjs.c
    U XF4/xc/extras/freetype2/src/cff/cffobjs.h
    U XF4/xc/extras/freetype2/src/cff/cffparse.c
    U XF4/xc/extras/freetype2/src/cff/cffparse.h
    U XF4/xc/extras/freetype2/src/cff/cfftoken.h
    U XF4/xc/extras/freetype2/src/cff/descrip.mms
    U XF4/xc/extras/freetype2/src/cff/module.mk
    U XF4/xc/extras/freetype2/src/cff/rules.mk
    U XF4/xc/extras/freetype2/src/cid/Jamfile
    U XF4/xc/extras/freetype2/src/cid/ciderrs.h
    U XF4/xc/extras/freetype2/src/cid/cidgload.c
    U XF4/xc/extras/freetype2/src/cid/cidgload.h
    U XF4/xc/extras/freetype2/src/cid/cidload.c
    U XF4/xc/extras/freetype2/src/cid/cidload.h
    U XF4/xc/extras/freetype2/src/cid/cidobjs.c
    U XF4/xc/extras/freetype2/src/cid/cidobjs.h
    U XF4/xc/extras/freetype2/src/cid/cidparse.c
    U XF4/xc/extras/freetype2/src/cid/cidparse.h
    U XF4/xc/extras/freetype2/src/cid/cidriver.c
    U XF4/xc/extras/freetype2/src/cid/cidriver.h
    U XF4/xc/extras/freetype2/src/cid/cidtoken.h
    U XF4/xc/extras/freetype2/src/cid/descrip.mms
    U XF4/xc/extras/freetype2/src/cid/module.mk
    U XF4/xc/extras/freetype2/src/cid/rules.mk
    U XF4/xc/extras/freetype2/src/cid/type1cid.c
    U XF4/xc/extras/freetype2/src/pcf/Jamfile
    U XF4/xc/extras/freetype2/src/pcf/descrip.mms
    U XF4/xc/extras/freetype2/src/pcf/module.mk
    U XF4/xc/extras/freetype2/src/pcf/pcf.c
    U XF4/xc/extras/freetype2/src/pcf/pcf.h
    U XF4/xc/extras/freetype2/src/pcf/pcfdriver.c
    U XF4/xc/extras/freetype2/src/pcf/pcfdriver.h
    U XF4/xc/extras/freetype2/src/pcf/pcferror.h
    U XF4/xc/extras/freetype2/src/pcf/pcfread.c
    U XF4/xc/extras/freetype2/src/pcf/pcfutil.c
    U XF4/xc/extras/freetype2/src/pcf/pcfutil.h
    U XF4/xc/extras/freetype2/src/pcf/readme
    U XF4/xc/extras/freetype2/src/pcf/rules.mk
    U XF4/xc/extras/freetype2/src/psaux/Jamfile
    U XF4/xc/extras/freetype2/src/psaux/descrip.mms
    U XF4/xc/extras/freetype2/src/psaux/module.mk
    U XF4/xc/extras/freetype2/src/psaux/psaux.c
    U XF4/xc/extras/freetype2/src/psaux/psauxerr.h
    U XF4/xc/extras/freetype2/src/psaux/psauxmod.c
    U XF4/xc/extras/freetype2/src/psaux/psauxmod.h
    U XF4/xc/extras/freetype2/src/psaux/psobjs.c
    U XF4/xc/extras/freetype2/src/psaux/psobjs.h
    U XF4/xc/extras/freetype2/src/psaux/rules.mk
    U XF4/xc/extras/freetype2/src/psaux/t1decode.c
    U XF4/xc/extras/freetype2/src/psaux/t1decode.h
    U XF4/xc/extras/freetype2/src/pshinter/Jamfile
    U XF4/xc/extras/freetype2/src/pshinter/descrip.mms
    U XF4/xc/extras/freetype2/src/pshinter/module.mk
    U XF4/xc/extras/freetype2/src/pshinter/pshalgo.h
    U XF4/xc/extras/freetype2/src/pshinter/pshalgo1.c
    U XF4/xc/extras/freetype2/src/pshinter/pshalgo1.h
    U XF4/xc/extras/freetype2/src/pshinter/pshalgo2.c
    U XF4/xc/extras/freetype2/src/pshinter/pshalgo2.h
    U XF4/xc/extras/freetype2/src/pshinter/pshglob.c
    U XF4/xc/extras/freetype2/src/pshinter/pshglob.h
    U XF4/xc/extras/freetype2/src/pshinter/pshinter.c
    U XF4/xc/extras/freetype2/src/pshinter/pshmod.c
    U XF4/xc/extras/freetype2/src/pshinter/pshmod.h
    U XF4/xc/extras/freetype2/src/pshinter/pshrec.c
    U XF4/xc/extras/freetype2/src/pshinter/pshrec.h
    U XF4/xc/extras/freetype2/src/pshinter/rules.mk
    U XF4/xc/extras/freetype2/src/psnames/Jamfile
    U XF4/xc/extras/freetype2/src/psnames/descrip.mms
    U XF4/xc/extras/freetype2/src/psnames/module.mk
    U XF4/xc/extras/freetype2/src/psnames/psmodule.c
    U XF4/xc/extras/freetype2/src/psnames/psmodule.h
    U XF4/xc/extras/freetype2/src/psnames/psnamerr.h
    U XF4/xc/extras/freetype2/src/psnames/psnames.c
    U XF4/xc/extras/freetype2/src/psnames/pstables.h
    U XF4/xc/extras/freetype2/src/psnames/rules.mk
    U XF4/xc/extras/freetype2/src/raster/Jamfile
    U XF4/xc/extras/freetype2/src/raster/descrip.mms
    U XF4/xc/extras/freetype2/src/raster/ftraster.c
    U XF4/xc/extras/freetype2/src/raster/ftraster.h
    U XF4/xc/extras/freetype2/src/raster/ftrend1.c
    U XF4/xc/extras/freetype2/src/raster/ftrend1.h
    U XF4/xc/extras/freetype2/src/raster/module.mk
    U XF4/xc/extras/freetype2/src/raster/raster.c
    U XF4/xc/extras/freetype2/src/raster/rasterrs.h
    U XF4/xc/extras/freetype2/src/raster/rules.mk
    U XF4/xc/extras/freetype2/src/sfnt/Jamfile
    U XF4/xc/extras/freetype2/src/sfnt/descrip.mms
    U XF4/xc/extras/freetype2/src/sfnt/module.mk
    U XF4/xc/extras/freetype2/src/sfnt/rules.mk
    U XF4/xc/extras/freetype2/src/sfnt/sfdriver.c
    U XF4/xc/extras/freetype2/src/sfnt/sfdriver.h
    U XF4/xc/extras/freetype2/src/sfnt/sferrors.h
    U XF4/xc/extras/freetype2/src/sfnt/sfnt.c
    U XF4/xc/extras/freetype2/src/sfnt/sfobjs.c
    U XF4/xc/extras/freetype2/src/sfnt/sfobjs.h
    U XF4/xc/extras/freetype2/src/sfnt/ttcmap.c
    U XF4/xc/extras/freetype2/src/sfnt/ttcmap.h
    U XF4/xc/extras/freetype2/src/sfnt/ttload.c
    U XF4/xc/extras/freetype2/src/sfnt/ttload.h
    U XF4/xc/extras/freetype2/src/sfnt/ttpost.c
    U XF4/xc/extras/freetype2/src/sfnt/ttpost.h
    U XF4/xc/extras/freetype2/src/sfnt/ttsbit.c
    U XF4/xc/extras/freetype2/src/sfnt/ttsbit.h
    U XF4/xc/extras/freetype2/src/smooth/Jamfile
    U XF4/xc/extras/freetype2/src/smooth/descrip.mms
    U XF4/xc/extras/freetype2/src/smooth/ftgrays.c
    U XF4/xc/extras/freetype2/src/smooth/ftgrays.h
    U XF4/xc/extras/freetype2/src/smooth/ftsmerrs.h
    U XF4/xc/extras/freetype2/src/smooth/ftsmooth.c
    U XF4/xc/extras/freetype2/src/smooth/ftsmooth.h
    U XF4/xc/extras/freetype2/src/smooth/module.mk
    U XF4/xc/extras/freetype2/src/smooth/rules.mk
    U XF4/xc/extras/freetype2/src/smooth/smooth.c
    U XF4/xc/extras/freetype2/src/tools/cordic.py
    U XF4/xc/extras/freetype2/src/tools/docmaker.py
    U XF4/xc/extras/freetype2/src/tools/glnames.py
    U XF4/xc/extras/freetype2/src/tools/test_bbox.c
    U XF4/xc/extras/freetype2/src/tools/test_trig.c
    U XF4/xc/extras/freetype2/src/truetype/Jamfile
    U XF4/xc/extras/freetype2/src/truetype/descrip.mms
    U XF4/xc/extras/freetype2/src/truetype/module.mk
    U XF4/xc/extras/freetype2/src/truetype/rules.mk
    U XF4/xc/extras/freetype2/src/truetype/truetype.c
    U XF4/xc/extras/freetype2/src/truetype/ttdriver.c
    U XF4/xc/extras/freetype2/src/truetype/ttdriver.h
    U XF4/xc/extras/freetype2/src/truetype/tterrors.h
    U XF4/xc/extras/freetype2/src/truetype/ttgload.c
    U XF4/xc/extras/freetype2/src/truetype/ttgload.h
    U XF4/xc/extras/freetype2/src/truetype/ttinterp.c
    U XF4/xc/extras/freetype2/src/truetype/ttinterp.h
    U XF4/xc/extras/freetype2/src/truetype/ttobjs.c
    U XF4/xc/extras/freetype2/src/truetype/ttobjs.h
    U XF4/xc/extras/freetype2/src/truetype/ttpload.c
    U XF4/xc/extras/freetype2/src/truetype/ttpload.h
    U XF4/xc/extras/freetype2/src/type1/Jamfile
    U XF4/xc/extras/freetype2/src/type1/descrip.mms
    U XF4/xc/extras/freetype2/src/type1/module.mk
    U XF4/xc/extras/freetype2/src/type1/rules.mk
    U XF4/xc/extras/freetype2/src/type1/t1afm.c
    U XF4/xc/extras/freetype2/src/type1/t1afm.h
    U XF4/xc/extras/freetype2/src/type1/t1driver.c
    U XF4/xc/extras/freetype2/src/type1/t1driver.h
    U XF4/xc/extras/freetype2/src/type1/t1errors.h
    U XF4/xc/extras/freetype2/src/type1/t1gload.c
    U XF4/xc/extras/freetype2/src/type1/t1gload.h
    U XF4/xc/extras/freetype2/src/type1/t1load.c
    U XF4/xc/extras/freetype2/src/type1/t1load.h
    U XF4/xc/extras/freetype2/src/type1/t1objs.c
    U XF4/xc/extras/freetype2/src/type1/t1objs.h
    U XF4/xc/extras/freetype2/src/type1/t1parse.c
    U XF4/xc/extras/freetype2/src/type1/t1parse.h
    U XF4/xc/extras/freetype2/src/type1/t1tokens.h
    U XF4/xc/extras/freetype2/src/type1/type1.c
    U XF4/xc/extras/freetype2/src/winfonts/Jamfile
    U XF4/xc/extras/freetype2/src/winfonts/descrip.mms
    U XF4/xc/extras/freetype2/src/winfonts/fnterrs.h
    U XF4/xc/extras/freetype2/src/winfonts/module.mk
    U XF4/xc/extras/freetype2/src/winfonts/rules.mk
    U XF4/xc/extras/freetype2/src/winfonts/winfnt.c
    U XF4/xc/extras/freetype2/src/winfonts/winfnt.h
    U XF4/xc/extras/freetype2/tests/Jamfile
    U XF4/xc/extras/freetype2/tests/gview.c
    U XF4/xc/extras/ogl-sample/README.XF86
    U XF4/xc/extras/ogl-sample/main/doc/man/mandefs
    U XF4/xc/extras/ogl-sample/main/doc/man/manrules
    U XF4/xc/extras/ogl-sample/main/doc/man/macros/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/macros/mkhead.awk
    U XF4/xc/extras/ogl-sample/main/doc/man/macros/mkhead.ftn.awk
    U XF4/xc/extras/ogl-sample/main/doc/man/macros/setup
    U XF4/xc/extras/ogl-sample/main/doc/man/macros/setup.ftn
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/README
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/pages
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/style
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/template
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/ftn/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/ftn/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/ftn/Imakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/ftn/f
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/html/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/html/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/html_ftn/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/html_ftn/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/Imakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/RULES
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/accum.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/activetextureARB.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/alphafunc.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/aretexturesresident.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/arrayelement.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/begin.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/bindtexture.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/bitmap.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/blendcolor.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/blendequation.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/c
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/blendfunc.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/calllist.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/calllists.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clear.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clearaccum.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clearcolor.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/color.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/cleardepth.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clearindex.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clearstencil.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clientactivetextureARB.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/clipplane.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/colormask.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/colormaterial.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/colorpointer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/const.awk
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/colorsubtable.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/colortable.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/colortableparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/convolutionfilter1d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/convolutionfilter2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/convolutionparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copycolorsubtable.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copycolortable.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copyconvolutionfilter1d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copyconvolutionfilter2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copypixels.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copyteximage1d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copyteximage2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copytexsubimage1d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copytexsubimage2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/copytexsubimage3d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/cullface.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/deletelists.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/deletetextures.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/depthfunc.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/depthmask.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/depthrange.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/drawarrays.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/drawbuffer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/drawelements.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/drawpixels.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/drawrangeelements.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/edgeflag.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/edgeflagpointer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/enable.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/enableclientstate.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/evalcoord.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/evalmesh.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/evalpoint.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/feedbackbuffer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/finish.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/flush.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/fog.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/frontface.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/frustum.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/genlists.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gentextures.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/get.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getclipplane.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/hint.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getcolortable.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getcolortableparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getconvolutionfilter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getconvolutionparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/geterror.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gethistogram.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gethistogramparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getlight.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getmap.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getmaterial.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getminmax.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getminmaxparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getpixelmap.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getpointerv.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getpolygonstipple.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getseparablefilter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getstring.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gettexenv.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gettexgen.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/getteximage.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gettexlevelparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/gettexparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/histogram.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/index.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/indexmask.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/indexpointer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/initnames.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/interleavedarrays.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/isenabled.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/islist.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/istexture.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/light.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/lightmodel.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/linestipple.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/linewidth.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/listbase.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/loadidentity.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/loadmatrix.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/loadname.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/logicop.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/map1.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/map2.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/mapgrid.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/material.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/matrixmode.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/minmax.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/multmatrix.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/multitexcoordARB.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/newlist.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/normal.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/normalpointer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/ortho.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/passthrough.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pixelmap.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pixelstore.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pixeltransfer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pixelzoom.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pointsize.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/polygonmode.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/polygonoffset.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/polygonstipple.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pushname.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/prioritizetextures.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pushattrib.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pushclientattrib.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/pushmatrix.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/rasterpos.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/rect.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/readbuffer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/readpixels.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/rendermode.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/resethistogram.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/resetminmax.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/rotate.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/scale.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/scissor.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/selectbuffer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/shademodel.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/separablefilter2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/stencilfunc.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/stencilmask.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/stencilop.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texcoord.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texcoordpointer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texenv.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texgen.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/teximage1d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/teximage2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/teximage3d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texparameter.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texsubimage1d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texsubimage2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/texsubimage3d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/translate.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/vertex.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/vertexpointer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/mangl/standard/viewport.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/ftn/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/ftn/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/ftn/Imakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/ftn/f
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/html/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/html/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/html_ftn/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/html_ftn/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/Imakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/begincurve.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/beginpolygon.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/beginsurface.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/begintrim.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/build1dmipmaplevels.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/build1dmipmaps.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/build2dmipmaplevels.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/build2dmipmaps.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/build3dmipmaplevels.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/build3dmipmaps.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/c
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/checkextension.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/cylinder.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/deletenurbsrenderer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/deletequadric.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/deletetess.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/disk.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/errorstring.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/getnurbsproperty.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/getstring.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/gettessproperty.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/loadsamplingmatrices.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/lookat.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/newnurbsrenderer.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/newquadric.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/newtess.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nextcontour.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbscallback.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbscallbackdata.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbscallbackdataext.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbscurve.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbsproperty.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbssurface.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/ortho2d.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/partialdisk.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/perspective.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/pickmatrix.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/project.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/pwlcurve.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/quadriccallback.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/quadricdrawstyle.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/quadricnormals.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/quadricorientation.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/quadrictexture.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/scaleimage.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/sphere.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tessbegincontour.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tessbeginpolygon.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tesscallback.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tessendpolygon.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tessnormal.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tessproperty.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/tessvertex.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/unproject.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglu/standard/unproject4.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglw/Distfile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglw/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/manglw/glwcreatemdrawingarea.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglw/glwdrawingarea.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglw/glwdrawingareamakecurrent.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/manglw/glwdrawingareaswapbuffers.gl
    U XF4/xc/extras/ogl-sample/main/doc/man/tools/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/doc/man/tools/constCheck.pl
    U XF4/xc/extras/ogl-sample/main/doc/man/tools/glman
    U XF4/xc/extras/ogl-sample/main/doc/man/tools/man2html
    U XF4/xc/extras/ogl-sample/main/doc/man/tools/mdate.pl
    U XF4/xc/extras/ogl-sample/main/doc/man/tools/mmdoc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/Distfile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/exports.ls
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/include/gluos.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/bezierEval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/bezierEval.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/bezierPatch.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/bezierPatch.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/bezierPatchMesh.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/bezierPatchMesh.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glcurveval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glcurveval.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glimports.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glinterface.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glrenderer.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glrenderer.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glsurfeval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/glsurfeval.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/incurveeval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/insurfeval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/mystdio.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/interface/mystdlib.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/arc.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/arc.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/arcsorter.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/arcsorter.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/arctess.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/arctess.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/backend.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/backend.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/basiccrveval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/basiccrveval.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/basicsurfeval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/basicsurfeval.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/bezierarc.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/bin.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/bin.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/bufpool.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/bufpool.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/cachingeval.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/cachingeval.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/ccw.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/coveandtiler.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/coveandtiler.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/curve.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/curve.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/curvelist.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/curvelist.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/curvesub.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/dataTransform.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/dataTransform.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/defines.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/displaylist.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/displaylist.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/displaymode.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/flist.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/flist.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/flistsorter.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/flistsorter.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/gridline.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/gridtrimvertex.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/gridvertex.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/hull.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/hull.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/intersect.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/jarcloc.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/knotvector.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/knotvector.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mapdesc.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mapdesc.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mapdescv.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/maplist.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/maplist.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mesher.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mesher.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/monoTriangulationBackend.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/monotonizer.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/monotonizer.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/myassert.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mycode.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mymath.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mysetjmp.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mystring.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/nurbsconsts.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/nurbsinterfac.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/nurbstess.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/nurbstess.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/patch.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/patch.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/patchlist.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/patchlist.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/pwlarc.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/quilt.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/quilt.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/reader.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/reader.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/renderhints.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/renderhints.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/simplemath.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/slicer.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/slicer.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/sorter.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/sorter.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/types.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/splitarcs.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/subdivider.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/subdivider.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/tobezier.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimline.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimline.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimregion.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimregion.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimvertex.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimvertpool.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/trimvertpool.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/uarray.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/uarray.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/varray.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/varray.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/definitions.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/directedLine.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/directedLine.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/glimports.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/gridWrap.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/gridWrap.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/monoChain.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/monoChain.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/monoPolyPart.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/monoPolyPart.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/monoTriangulation.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/monoTriangulation.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/mystdio.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/mystdlib.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/partitionX.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/partitionX.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/partitionY.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/partitionY.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/polyDBG.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/polyDBG.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/polyUtil.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/polyUtil.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/primitiveStream.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/primitiveStream.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/quicksort.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/quicksort.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/rectBlock.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/rectBlock.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleComp.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleComp.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleCompBot.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleCompBot.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleCompRight.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleCompRight.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleCompTop.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleCompTop.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleMonoPoly.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampleMonoPoly.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampledLine.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/zlassert.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/sampledLine.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/searchTree.cc
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/nurbtess/searchTree.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/README
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/alg-outline
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/dict-list.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/dict.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/dict.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/geom.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/geom.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/memalloc.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/memalloc.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/mesh.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/mesh.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/normal.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/normal.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/priorityq-heap.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/sweep.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/priorityq-heap.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/priorityq-sort.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/priorityq.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/priorityq.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/render.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/render.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/sweep.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/tess.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/tess.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/tessmono.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libtess/tessmono.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/Imakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/error.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/glue.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/gluint.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/mipmap.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/project.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/quad.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glu/libutil/registry.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/Distfile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwDAUtil.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwDrawA.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwDrawA.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwDrawAP.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwMDrawA.c
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwMDrawA.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GLwMDrawAP.h
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/GNUmakefile
    U XF4/xc/extras/ogl-sample/main/gfx/lib/glw/Imakefile
    U XF4/xc/extras/regex/COPYRIGHT
    U XF4/xc/extras/regex/Makefile
    U XF4/xc/extras/regex/README
    U XF4/xc/extras/regex/WHATSNEW
    U XF4/xc/extras/regex/cclass.h
    U XF4/xc/extras/regex/cname.h
    U XF4/xc/extras/regex/debug.c
    U XF4/xc/extras/regex/engine.c
    U XF4/xc/extras/regex/main.c
    U XF4/xc/extras/regex/mkh
    U XF4/xc/extras/regex/regcomp.c
    U XF4/xc/extras/regex/regerror.c
    U XF4/xc/extras/regex/regex.3
    U XF4/xc/extras/regex/regex.7
    U XF4/xc/extras/regex/regex2.h
    U XF4/xc/extras/regex/regexec.c
    U XF4/xc/extras/regex/regfree.c
    U XF4/xc/extras/regex/split.c
    U XF4/xc/extras/regex/tests
    U XF4/xc/extras/regex/utils.h
    U XF4/xc/extras/rman/ANNOUNCE-rman
    U XF4/xc/extras/rman/CHANGES
    U XF4/xc/extras/rman/MANIFEST
    U XF4/xc/extras/rman/Makefile
    U XF4/xc/extras/rman/Makefile.mac
    U XF4/xc/extras/rman/README-rman
    U XF4/xc/extras/rman/getopt.c
    U XF4/xc/extras/rman/macish.c
    U XF4/xc/extras/rman/rman.1
    U XF4/xc/extras/rman/rman.c
    U XF4/xc/extras/rman/rman.html
    U XF4/xc/extras/rman/contrib/README-contrib
    U XF4/xc/extras/rman/contrib/authried.txt
    U XF4/xc/extras/rman/contrib/bennett.txt
    U XF4/xc/extras/rman/contrib/gzip.patch
    U XF4/xc/extras/rman/contrib/hman.cgi
    U XF4/xc/extras/rman/contrib/hman.ksh
    U XF4/xc/extras/rman/contrib/hman.pl
    U XF4/xc/extras/rman/contrib/http-rman.c
    U XF4/xc/extras/rman/contrib/http-rman.html
    U XF4/xc/extras/rman/contrib/lewis.pl
    U XF4/xc/extras/rman/contrib/man2html
    U XF4/xc/extras/rman/contrib/rman_html_split
    U XF4/xc/extras/rman/contrib/rman_html_split.1
    U XF4/xc/extras/rman/contrib/sco-wrapper.sh
    U XF4/xc/extras/rman/contrib/sutter.txt
    U XF4/xc/extras/rman/contrib/youki.pl
    U XF4/xc/extras/x86emu/include/x86emu.h
    U XF4/xc/extras/x86emu/include/x86emu/fpu_regs.h
    U XF4/xc/extras/x86emu/include/x86emu/regs.h
    U XF4/xc/extras/x86emu/include/x86emu/types.h
    U XF4/xc/extras/x86emu/src/x86emu/LICENSE
    U XF4/xc/extras/x86emu/src/x86emu/debug.c
    U XF4/xc/extras/x86emu/src/x86emu/decode.c
    U XF4/xc/extras/x86emu/src/x86emu/fpu.c
    U XF4/xc/extras/x86emu/src/x86emu/makefile
    U XF4/xc/extras/x86emu/src/x86emu/makefile.linux
    U XF4/xc/extras/x86emu/src/x86emu/ops.c
    U XF4/xc/extras/x86emu/src/x86emu/ops2.c
    U XF4/xc/extras/x86emu/src/x86emu/prim_ops.c
    U XF4/xc/extras/x86emu/src/x86emu/sys.c
    U XF4/xc/extras/x86emu/src/x86emu/validate.c
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/debug.h
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/decode.h
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/fpu.h
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/ops.h
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/prim_asm.h
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/prim_ops.h
    U XF4/xc/extras/x86emu/src/x86emu/x86emu/x86emui.h
    U XF4/xc/fonts/Imakefile
    U XF4/xc/fonts/PEX/Imakefile
    U XF4/xc/fonts/PEX/Roman.src
    U XF4/xc/fonts/PEX/Roman_M.src
    U XF4/xc/fonts/PEX/lex.l
    U XF4/xc/fonts/PEX/to_wfont.y
    U XF4/xc/fonts/PEX/wfont.h
    U XF4/xc/fonts/bdf/Imakefile
    U XF4/xc/fonts/bdf/100dpi/Imakefile
    U XF4/xc/fonts/bdf/100dpi/LU_LEGALNOTICE
    U XF4/xc/fonts/bdf/100dpi/UTBI__10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__10.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__12.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__14.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__18.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTBI__24.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___10.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___12.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___14.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___18.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTB___24.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___10.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___12.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___14.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___18.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTI___24.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__10.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__12.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__14.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__18.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/UTRG__24.bdf
    U XF4/xc/fonts/bdf/100dpi/charB08.bdf
    U XF4/xc/fonts/bdf/100dpi/charB10.bdf
    U XF4/xc/fonts/bdf/100dpi/charB12.bdf
    U XF4/xc/fonts/bdf/100dpi/charB14.bdf
    U XF4/xc/fonts/bdf/100dpi/charB18.bdf
    U XF4/xc/fonts/bdf/100dpi/charB24.bdf
    U XF4/xc/fonts/bdf/100dpi/charBI08.bdf
    U XF4/xc/fonts/bdf/100dpi/charBI10.bdf
    U XF4/xc/fonts/bdf/100dpi/charBI12.bdf
    U XF4/xc/fonts/bdf/100dpi/charBI14.bdf
    U XF4/xc/fonts/bdf/100dpi/charBI18.bdf
    U XF4/xc/fonts/bdf/100dpi/charBI24.bdf
    U XF4/xc/fonts/bdf/100dpi/charI08.bdf
    U XF4/xc/fonts/bdf/100dpi/charI10.bdf
    U XF4/xc/fonts/bdf/100dpi/charI12.bdf
    U XF4/xc/fonts/bdf/100dpi/charI14.bdf
    U XF4/xc/fonts/bdf/100dpi/charI18.bdf
    U XF4/xc/fonts/bdf/100dpi/charI24.bdf
    U XF4/xc/fonts/bdf/100dpi/charR08.bdf
    U XF4/xc/fonts/bdf/100dpi/charR10.bdf
    U XF4/xc/fonts/bdf/100dpi/charR12.bdf
    U XF4/xc/fonts/bdf/100dpi/charR14.bdf
    U XF4/xc/fonts/bdf/100dpi/charR18.bdf
    U XF4/xc/fonts/bdf/100dpi/charR24.bdf
    U XF4/xc/fonts/bdf/100dpi/courB08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courB08.bdf
    U XF4/xc/fonts/bdf/100dpi/courB10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courB10.bdf
    U XF4/xc/fonts/bdf/100dpi/courB12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courB12.bdf
    U XF4/xc/fonts/bdf/100dpi/courB14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courB14.bdf
    U XF4/xc/fonts/bdf/100dpi/courB18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courB18.bdf
    U XF4/xc/fonts/bdf/100dpi/courB24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courB24.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO08.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO10.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO12.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO14.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO18.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courBO24.bdf
    U XF4/xc/fonts/bdf/100dpi/courO08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courO08.bdf
    U XF4/xc/fonts/bdf/100dpi/courO10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courO10.bdf
    U XF4/xc/fonts/bdf/100dpi/courO12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courO12.bdf
    U XF4/xc/fonts/bdf/100dpi/courO14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courO14.bdf
    U XF4/xc/fonts/bdf/100dpi/courO18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courO18.bdf
    U XF4/xc/fonts/bdf/100dpi/courO24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courO24.bdf
    U XF4/xc/fonts/bdf/100dpi/courR08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courR08.bdf
    U XF4/xc/fonts/bdf/100dpi/courR10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courR10.bdf
    U XF4/xc/fonts/bdf/100dpi/courR12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courR12.bdf
    U XF4/xc/fonts/bdf/100dpi/courR14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courR14.bdf
    U XF4/xc/fonts/bdf/100dpi/courR18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courR18.bdf
    U XF4/xc/fonts/bdf/100dpi/courR24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/courR24.bdf
    U XF4/xc/fonts/bdf/100dpi/fonts.alias
    U XF4/xc/fonts/bdf/100dpi/helvB08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB08.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB10.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB12.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB14.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB18.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvB24.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO08.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO10.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO08.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO12.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO14.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO18.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvBO24.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO10.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO12.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO14.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO18.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvO24.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR08.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR10.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR12.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR14.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR18.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/helvR24.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS08.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS10.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS12.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS14.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS18.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS19.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBIS24.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS08.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS10.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS12.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS14.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS18.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS19.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luBS24.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS08.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS10.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS12.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS14.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS18.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS19.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luIS24.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS08.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS10.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS12.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS14.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS18.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS19.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/luRS24.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB08.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB10.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB12.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB14.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB18.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB19.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubB24.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI08.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI10.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI12.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI14.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI18.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI19.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubBI24.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI08.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI10.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI12.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI14.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI18.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI19.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubI24.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR08.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR10.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR12.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR14.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR18.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR19.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lubR24.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS08.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS10.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS12.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS14.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS18.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS19.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutBS24.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS08.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS10.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS12.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS14.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS18.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS19-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS19.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/lutRS24.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB08.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB10.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB12.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB14.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB18.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenB24.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI08.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI10.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI12.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI14.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI18.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenBI24.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI08.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI10.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI12.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI14.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI18.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenI24.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR08.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR10.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR12.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR14.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR18.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/ncenR24.bdf
    U XF4/xc/fonts/bdf/100dpi/symb08.bdf
    U XF4/xc/fonts/bdf/100dpi/symb10.bdf
    U XF4/xc/fonts/bdf/100dpi/symb12.bdf
    U XF4/xc/fonts/bdf/100dpi/symb14.bdf
    U XF4/xc/fonts/bdf/100dpi/symb18.bdf
    U XF4/xc/fonts/bdf/100dpi/symb24.bdf
    U XF4/xc/fonts/bdf/100dpi/tech14.bdf
    U XF4/xc/fonts/bdf/100dpi/techB14.bdf
    U XF4/xc/fonts/bdf/100dpi/term14.bdf
    U XF4/xc/fonts/bdf/100dpi/termB14.bdf
    U XF4/xc/fonts/bdf/100dpi/timB08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timB08.bdf
    U XF4/xc/fonts/bdf/100dpi/timB10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timB10.bdf
    U XF4/xc/fonts/bdf/100dpi/timB12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timB12.bdf
    U XF4/xc/fonts/bdf/100dpi/timB14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timB14.bdf
    U XF4/xc/fonts/bdf/100dpi/timB18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timB18.bdf
    U XF4/xc/fonts/bdf/100dpi/timB24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timB24.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI08.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI10.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI12.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI14.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI18.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timBI24.bdf
    U XF4/xc/fonts/bdf/100dpi/timI08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timI08.bdf
    U XF4/xc/fonts/bdf/100dpi/timI10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timI10.bdf
    U XF4/xc/fonts/bdf/100dpi/timI12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timI12.bdf
    U XF4/xc/fonts/bdf/100dpi/timI14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timI14.bdf
    U XF4/xc/fonts/bdf/100dpi/timI18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timI18.bdf
    U XF4/xc/fonts/bdf/100dpi/timI24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timI24.bdf
    U XF4/xc/fonts/bdf/100dpi/timR08-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timR08.bdf
    U XF4/xc/fonts/bdf/100dpi/timR10-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timR10.bdf
    U XF4/xc/fonts/bdf/100dpi/timR12-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timR12.bdf
    U XF4/xc/fonts/bdf/100dpi/timR14-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timR14.bdf
    U XF4/xc/fonts/bdf/100dpi/timR18-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timR18.bdf
    U XF4/xc/fonts/bdf/100dpi/timR24-L1.bdf
    U XF4/xc/fonts/bdf/100dpi/timR24.bdf
    U XF4/xc/fonts/bdf/75dpi/Imakefile
    U XF4/xc/fonts/bdf/75dpi/Imakefile.inc
    U XF4/xc/fonts/bdf/75dpi/LU_LEGALNOTICE
    U XF4/xc/fonts/bdf/75dpi/UTBI__10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__10.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__12.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__14.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__18.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTBI__24.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___10.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___12.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___14.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___18.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTB___24.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___10.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___12.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___14.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___18.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTI___24.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__10.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__12.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__14.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__18.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/UTRG__24.bdf
    U XF4/xc/fonts/bdf/75dpi/charB08.bdf
    U XF4/xc/fonts/bdf/75dpi/charB10.bdf
    U XF4/xc/fonts/bdf/75dpi/charB12.bdf
    U XF4/xc/fonts/bdf/75dpi/charB14.bdf
    U XF4/xc/fonts/bdf/75dpi/charB18.bdf
    U XF4/xc/fonts/bdf/75dpi/charB24.bdf
    U XF4/xc/fonts/bdf/75dpi/charBI08.bdf
    U XF4/xc/fonts/bdf/75dpi/charBI10.bdf
    U XF4/xc/fonts/bdf/75dpi/charBI12.bdf
    U XF4/xc/fonts/bdf/75dpi/charBI14.bdf
    U XF4/xc/fonts/bdf/75dpi/charBI18.bdf
    U XF4/xc/fonts/bdf/75dpi/charBI24.bdf
    U XF4/xc/fonts/bdf/75dpi/charI08.bdf
    U XF4/xc/fonts/bdf/75dpi/charI10.bdf
    U XF4/xc/fonts/bdf/75dpi/charI12.bdf
    U XF4/xc/fonts/bdf/75dpi/charI14.bdf
    U XF4/xc/fonts/bdf/75dpi/charI18.bdf
    U XF4/xc/fonts/bdf/75dpi/charI24.bdf
    U XF4/xc/fonts/bdf/75dpi/charR08.bdf
    U XF4/xc/fonts/bdf/75dpi/charR10.bdf
    U XF4/xc/fonts/bdf/75dpi/charR12.bdf
    U XF4/xc/fonts/bdf/75dpi/charR14.bdf
    U XF4/xc/fonts/bdf/75dpi/charR18.bdf
    U XF4/xc/fonts/bdf/75dpi/charR24.bdf
    U XF4/xc/fonts/bdf/75dpi/courB08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courB08.bdf
    U XF4/xc/fonts/bdf/75dpi/courB10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courB10.bdf
    U XF4/xc/fonts/bdf/75dpi/courB12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courB12.bdf
    U XF4/xc/fonts/bdf/75dpi/courB14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courB14.bdf
    U XF4/xc/fonts/bdf/75dpi/courB18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courB18.bdf
    U XF4/xc/fonts/bdf/75dpi/courB24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courB24.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO08.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO10.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO12.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO14.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO18.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courBO24.bdf
    U XF4/xc/fonts/bdf/75dpi/courO08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courO08.bdf
    U XF4/xc/fonts/bdf/75dpi/courO10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courO10.bdf
    U XF4/xc/fonts/bdf/75dpi/courO12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courO12.bdf
    U XF4/xc/fonts/bdf/75dpi/courO14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courO14.bdf
    U XF4/xc/fonts/bdf/75dpi/courO18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courO18.bdf
    U XF4/xc/fonts/bdf/75dpi/courO24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courO24.bdf
    U XF4/xc/fonts/bdf/75dpi/courR08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courR08.bdf
    U XF4/xc/fonts/bdf/75dpi/courR10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courR10.bdf
    U XF4/xc/fonts/bdf/75dpi/courR12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courR12.bdf
    U XF4/xc/fonts/bdf/75dpi/courR14.bdf
    U XF4/xc/fonts/bdf/75dpi/courR14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courR18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courR18.bdf
    U XF4/xc/fonts/bdf/75dpi/courR24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/courR24.bdf
    U XF4/xc/fonts/bdf/75dpi/fonts.alias
    U XF4/xc/fonts/bdf/75dpi/helvB08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB08.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB10.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB12.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB14.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB18.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvB24.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO08.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO10.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO08.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO12.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO14.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO18.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvBO24.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO10.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO12.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO14.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO18.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvO24.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR08.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR10.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR12.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR14.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR18.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/helvR24.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS08.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS10.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS12.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS14.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS18.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS19.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBIS24.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS08.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS10.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS12.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS14.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS18.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS19.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luBS24.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS08.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS10.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS12.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS14.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS18.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS19.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luIS24.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS08.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS10.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS12.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS14.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS18.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS19.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/luRS24.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB08.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB10.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB12.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB14.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB18.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB19.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubB24.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI08.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI10.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI12.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI14.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI18.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI19.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubBI24.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI08.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI10.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI12.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI14.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI18.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI19.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubI24.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR08.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR10.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR12.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR14.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR18.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR19.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lubR24.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS08.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS10.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS12.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS14.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS18.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS19.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutBS24.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS08.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS10.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS12.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS14.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS18.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS19-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS19.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/lutRS24.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB08.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB10.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB12.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB14.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB18.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenB24.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI08.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI10.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI12.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI14.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI18.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenBI24.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI08.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI10.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI12.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI14.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI18.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenI24.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR08.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR10.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR12.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR14.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR18.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/ncenR24.bdf
    U XF4/xc/fonts/bdf/75dpi/symb08.bdf
    U XF4/xc/fonts/bdf/75dpi/symb10.bdf
    U XF4/xc/fonts/bdf/75dpi/symb12.bdf
    U XF4/xc/fonts/bdf/75dpi/symb14.bdf
    U XF4/xc/fonts/bdf/75dpi/symb18.bdf
    U XF4/xc/fonts/bdf/75dpi/symb24.bdf
    U XF4/xc/fonts/bdf/75dpi/tech14.bdf
    U XF4/xc/fonts/bdf/75dpi/techB14.bdf
    U XF4/xc/fonts/bdf/75dpi/term14.bdf
    U XF4/xc/fonts/bdf/75dpi/termB14.bdf
    U XF4/xc/fonts/bdf/75dpi/timB08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timB08.bdf
    U XF4/xc/fonts/bdf/75dpi/timB10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timB10.bdf
    U XF4/xc/fonts/bdf/75dpi/timB12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timB12.bdf
    U XF4/xc/fonts/bdf/75dpi/timB14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timB14.bdf
    U XF4/xc/fonts/bdf/75dpi/timB18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timB18.bdf
    U XF4/xc/fonts/bdf/75dpi/timB24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timB24.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI08.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI10.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI12.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI14.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI18.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timBI24.bdf
    U XF4/xc/fonts/bdf/75dpi/timI08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timI08.bdf
    U XF4/xc/fonts/bdf/75dpi/timI10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timI10.bdf
    U XF4/xc/fonts/bdf/75dpi/timI12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timI12.bdf
    U XF4/xc/fonts/bdf/75dpi/timI14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timI14.bdf
    U XF4/xc/fonts/bdf/75dpi/timI18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timI18.bdf
    U XF4/xc/fonts/bdf/75dpi/timI24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timI24.bdf
    U XF4/xc/fonts/bdf/75dpi/timR08-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timR08.bdf
    U XF4/xc/fonts/bdf/75dpi/timR10-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timR10.bdf
    U XF4/xc/fonts/bdf/75dpi/timR12-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timR12.bdf
    U XF4/xc/fonts/bdf/75dpi/timR14-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timR14.bdf
    U XF4/xc/fonts/bdf/75dpi/timR18-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timR18.bdf
    U XF4/xc/fonts/bdf/75dpi/timR24-L1.bdf
    U XF4/xc/fonts/bdf/75dpi/timR24.bdf
    U XF4/xc/fonts/bdf/cyrillic/COPYRIGHT
    U XF4/xc/fonts/bdf/cyrillic/Imakefile
    U XF4/xc/fonts/bdf/cyrillic/crox1c.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1cb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1cbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1co.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1h.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1hb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1hbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1ho.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1t.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1tb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1tbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox1to.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2c.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2cb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2cbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2co.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2h.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2hb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2hbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2ho.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2t.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2tb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2tbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox2to.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3c.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3cb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3cbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3co.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3h.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3hb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3hbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3ho.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3t.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3tb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3tbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox3to.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4h.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4hb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4hbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4ho.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4t.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4tb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4tbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox4to.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5h.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5hb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5hbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5ho.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5t.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5tb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5tbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox5to.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6h.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6hb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6hbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6ho.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6t.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6tb.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6tbo.bdf
    U XF4/xc/fonts/bdf/cyrillic/crox6to.bdf
    U XF4/xc/fonts/bdf/cyrillic/fonts.alias
    U XF4/xc/fonts/bdf/cyrillic/koi10x16b.bdf
    U XF4/xc/fonts/bdf/cyrillic/koi10x20.bdf
    U XF4/xc/fonts/bdf/cyrillic/koi12x24.bdf
    U XF4/xc/fonts/bdf/cyrillic/koi6x10.bdf
    U XF4/xc/fonts/bdf/cyrillic/koi6x13.bdf
    U XF4/xc/fonts/bdf/cyrillic/koi8x13.bdf
    U XF4/xc/fonts/bdf/cyrillic/koi9x15.bdf
    U XF4/xc/fonts/bdf/cyrillic/koinil2.bdf
    U XF4/xc/fonts/bdf/misc/10x20-L1.bdf
    U XF4/xc/fonts/bdf/misc/10x20.bdf
    U XF4/xc/fonts/bdf/misc/12x13ja.bdf
    U XF4/xc/fonts/bdf/misc/12x24.bdf
    U XF4/xc/fonts/bdf/misc/12x24rk.bdf
    U XF4/xc/fonts/bdf/misc/18x18ja.bdf
    U XF4/xc/fonts/bdf/misc/5x7-L1.bdf
    U XF4/xc/fonts/bdf/misc/5x7.bdf
    U XF4/xc/fonts/bdf/misc/5x8-L1.bdf
    U XF4/xc/fonts/bdf/misc/5x8.bdf
    U XF4/xc/fonts/bdf/misc/6x10-L1.bdf
    U XF4/xc/fonts/bdf/misc/6x10.bdf
    U XF4/xc/fonts/bdf/misc/6x12-L1.bdf
    U XF4/xc/fonts/bdf/misc/6x12.bdf
    U XF4/xc/fonts/bdf/misc/6x13-L1.bdf
    U XF4/xc/fonts/bdf/misc/6x13.bdf
    U XF4/xc/fonts/bdf/misc/6x13B-L1.bdf
    U XF4/xc/fonts/bdf/misc/6x13B.bdf
    U XF4/xc/fonts/bdf/misc/6x13O-L1.bdf
    U XF4/xc/fonts/bdf/misc/6x13O.bdf
    U XF4/xc/fonts/bdf/misc/6x9-L1.bdf
    U XF4/xc/fonts/bdf/misc/6x9.bdf
    U XF4/xc/fonts/bdf/misc/7x13-L1.bdf
    U XF4/xc/fonts/bdf/misc/7x13.bdf
    U XF4/xc/fonts/bdf/misc/7x13B-L1.bdf
    U XF4/xc/fonts/bdf/misc/7x13B.bdf
    U XF4/xc/fonts/bdf/misc/7x13O-L1.bdf
    U XF4/xc/fonts/bdf/misc/7x13O.bdf
    U XF4/xc/fonts/bdf/misc/7x14-JISX0201.bdf
    U XF4/xc/fonts/bdf/misc/7x14-L1.bdf
    U XF4/xc/fonts/bdf/misc/7x14.bdf
    U XF4/xc/fonts/bdf/misc/7x14B-L1.bdf
    U XF4/xc/fonts/bdf/misc/7x14B.bdf
    U XF4/xc/fonts/bdf/misc/8x13-L1.bdf
    U XF4/xc/fonts/bdf/misc/8x13.bdf
    U XF4/xc/fonts/bdf/misc/8x13B-L1.bdf
    U XF4/xc/fonts/bdf/misc/8x13B.bdf
    U XF4/xc/fonts/bdf/misc/8x13O-L1.bdf
    U XF4/xc/fonts/bdf/misc/8x13O.bdf
    U XF4/xc/fonts/bdf/misc/8x16.bdf
    U XF4/xc/fonts/bdf/misc/8x16rk.bdf
    U XF4/xc/fonts/bdf/misc/9x15-L1.bdf
    U XF4/xc/fonts/bdf/misc/9x15.bdf
    U XF4/xc/fonts/bdf/misc/9x15B-L1.bdf
    U XF4/xc/fonts/bdf/misc/9x15B.bdf
    U XF4/xc/fonts/bdf/misc/9x18-L1.bdf
    U XF4/xc/fonts/bdf/misc/9x18.bdf
    U XF4/xc/fonts/bdf/misc/9x18B-L1.bdf
    U XF4/xc/fonts/bdf/misc/9x18B.bdf
    U XF4/xc/fonts/bdf/misc/Imakefile
    U XF4/xc/fonts/bdf/misc/README
    U XF4/xc/fonts/bdf/misc/clB6x10.bdf
    U XF4/xc/fonts/bdf/misc/clB6x12.bdf
    U XF4/xc/fonts/bdf/misc/clB8x10.bdf
    U XF4/xc/fonts/bdf/misc/clB8x12.bdf
    U XF4/xc/fonts/bdf/misc/clB8x13.bdf
    U XF4/xc/fonts/bdf/misc/clB8x14.bdf
    U XF4/xc/fonts/bdf/misc/clB8x16.bdf
    U XF4/xc/fonts/bdf/misc/clB8x8.bdf
    U XF4/xc/fonts/bdf/misc/clB9x15.bdf
    U XF4/xc/fonts/bdf/misc/clI6x12.bdf
    U XF4/xc/fonts/bdf/misc/clI8x8.bdf
    U XF4/xc/fonts/bdf/misc/clR4x6.bdf
    U XF4/xc/fonts/bdf/misc/clR5x10.bdf
    U XF4/xc/fonts/bdf/misc/clR5x6.bdf
    U XF4/xc/fonts/bdf/misc/clR5x8.bdf
    U XF4/xc/fonts/bdf/misc/clR6x10.bdf
    U XF4/xc/fonts/bdf/misc/clR6x12.bdf
    U XF4/xc/fonts/bdf/misc/clR6x13.bdf
    U XF4/xc/fonts/bdf/misc/clR6x6.bdf
    U XF4/xc/fonts/bdf/misc/clR6x8.bdf
    U XF4/xc/fonts/bdf/misc/clR7x10.bdf
    U XF4/xc/fonts/bdf/misc/clR7x12.bdf
    U XF4/xc/fonts/bdf/misc/clR7x14.bdf
    U XF4/xc/fonts/bdf/misc/clR7x8.bdf
    U XF4/xc/fonts/bdf/misc/clR8x10.bdf
    U XF4/xc/fonts/bdf/misc/clR8x12.bdf
    U XF4/xc/fonts/bdf/misc/clR8x13.bdf
    U XF4/xc/fonts/bdf/misc/clR8x14.bdf
    U XF4/xc/fonts/bdf/misc/clR8x16.bdf
    U XF4/xc/fonts/bdf/misc/clR8x8.bdf
    U XF4/xc/fonts/bdf/misc/clR9x15.bdf
    U XF4/xc/fonts/bdf/misc/cursor.bdf
    U XF4/xc/fonts/bdf/misc/deccurs.bdf
    U XF4/xc/fonts/bdf/misc/decsess.bdf
    U XF4/xc/fonts/bdf/misc/fonts.alias
    U XF4/xc/fonts/bdf/misc/gb16fs.bdf
    U XF4/xc/fonts/bdf/misc/gb16st.bdf
    U XF4/xc/fonts/bdf/misc/gb24st.bdf
    U XF4/xc/fonts/bdf/misc/hanglg16.bdf
    U XF4/xc/fonts/bdf/misc/hanglm16.bdf
    U XF4/xc/fonts/bdf/misc/hanglm24.bdf
    U XF4/xc/fonts/bdf/misc/jiskan16.bdf
    U XF4/xc/fonts/bdf/misc/jiskan24.bdf
    U XF4/xc/fonts/bdf/misc/k14.bdf
    U XF4/xc/fonts/bdf/misc/micro.bdf
    U XF4/xc/fonts/bdf/misc/nil2.bdf
    U XF4/xc/fonts/bdf/misc/olcursor.bdf
    U XF4/xc/fonts/bdf/misc/olgl10.bdf
    U XF4/xc/fonts/bdf/misc/olgl12.bdf
    U XF4/xc/fonts/bdf/misc/olgl14.bdf
    U XF4/xc/fonts/bdf/misc/olgl19.bdf
    U XF4/xc/fonts/encodings/Imakefile
    U XF4/xc/fonts/encodings/adobe-dingbats.enc
    U XF4/xc/fonts/encodings/adobe-standard.enc
    U XF4/xc/fonts/encodings/adobe-symbol.enc
    U XF4/xc/fonts/encodings/armscii-8.enc
    U XF4/xc/fonts/encodings/dec-special.enc
    U XF4/xc/fonts/encodings/ibm-cp437.enc
    U XF4/xc/fonts/encodings/ibm-cp850.enc
    U XF4/xc/fonts/encodings/ibm-cp852.enc
    U XF4/xc/fonts/encodings/ibm-cp866.enc
    U XF4/xc/fonts/encodings/iso8859-11.enc
    U XF4/xc/fonts/encodings/iso8859-13.enc
    U XF4/xc/fonts/encodings/iso8859-16.enc
    U XF4/xc/fonts/encodings/tcvn-0.enc
    U XF4/xc/fonts/encodings/microsoft-cp1250.enc
    U XF4/xc/fonts/encodings/microsoft-cp1251.enc
    U XF4/xc/fonts/encodings/microsoft-cp1252.enc
    U XF4/xc/fonts/encodings/microsoft-cp1253.enc
    U XF4/xc/fonts/encodings/microsoft-cp1254.enc
    U XF4/xc/fonts/encodings/microsoft-cp1255.enc
    U XF4/xc/fonts/encodings/microsoft-cp1256.enc
    U XF4/xc/fonts/encodings/microsoft-cp1257.enc
    U XF4/xc/fonts/encodings/microsoft-cp1258.enc
    U XF4/xc/fonts/encodings/microsoft-win3.1.enc
    U XF4/xc/fonts/encodings/mulearabic-0.enc
    U XF4/xc/fonts/encodings/mulearabic-1.enc
    U XF4/xc/fonts/encodings/mulearabic-2.enc
    U XF4/xc/fonts/encodings/mulelao-1.enc
    U XF4/xc/fonts/encodings/tis620-2.enc
    U XF4/xc/fonts/encodings/viscii1.1-1.enc
    U XF4/xc/fonts/encodings/large/Imakefile
    U XF4/xc/fonts/encodings/large/big5.eten-0.enc
    U XF4/xc/fonts/encodings/large/gb2312.1980-0.enc
    U XF4/xc/fonts/encodings/large/gbk-0.enc
    U XF4/xc/fonts/encodings/large/jisx0201.1976-0.enc
    U XF4/xc/fonts/encodings/large/jisx0208.1983-0.enc
    U XF4/xc/fonts/encodings/large/jisx0208.1990-0.enc
    U XF4/xc/fonts/encodings/large/jisx0212.1990-0.enc
    U XF4/xc/fonts/encodings/large/ksc5601.1987-0.enc
    U XF4/xc/fonts/encodings/large/ksc5601.1992-3.enc
    U XF4/xc/fonts/scaled/Imakefile
    U XF4/xc/fonts/scaled/CID/Imakefile
    U XF4/xc/fonts/scaled/CID/fonts.scale
    U XF4/xc/fonts/scaled/Speedo/COPYRIGHT
    U XF4/xc/fonts/scaled/Speedo/Imakefile
    U XF4/xc/fonts/scaled/Speedo/font0419.spd
    U XF4/xc/fonts/scaled/Speedo/font0582.spd
    U XF4/xc/fonts/scaled/Speedo/font0583.spd
    U XF4/xc/fonts/scaled/Speedo/font0611.spd
    U XF4/xc/fonts/scaled/Speedo/font0648.spd
    U XF4/xc/fonts/scaled/Speedo/font0649.spd
    U XF4/xc/fonts/scaled/Speedo/font0709.spd
    U XF4/xc/fonts/scaled/Speedo/font0710.spd
    U XF4/xc/fonts/scaled/Speedo/fonts.scale
    U XF4/xc/fonts/scaled/TTF/COPYRIGHT.BH
    U XF4/xc/fonts/scaled/TTF/Imakefile
    U XF4/xc/fonts/scaled/TTF/fonts.scale
    U XF4/xc/fonts/scaled/TTF/luximb.ttf
    U XF4/xc/fonts/scaled/TTF/luximbi.ttf
    U XF4/xc/fonts/scaled/TTF/luximr.ttf
    U XF4/xc/fonts/scaled/TTF/luximri.ttf
    U XF4/xc/fonts/scaled/TTF/luxirb.ttf
    U XF4/xc/fonts/scaled/TTF/luxirbi.ttf
    U XF4/xc/fonts/scaled/TTF/luxirr.ttf
    U XF4/xc/fonts/scaled/TTF/luxirri.ttf
    U XF4/xc/fonts/scaled/TTF/luxisb.ttf
    U XF4/xc/fonts/scaled/TTF/luxisbi.ttf
    U XF4/xc/fonts/scaled/TTF/luxisr.ttf
    U XF4/xc/fonts/scaled/TTF/luxisri.ttf
    U XF4/xc/fonts/scaled/Type1/COPYRIGHT.BH
    U XF4/xc/fonts/scaled/Type1/COPYRIGHT.IBM
    U XF4/xc/fonts/scaled/Type1/Copyright
    U XF4/xc/fonts/scaled/Type1/Imakefile
    U XF4/xc/fonts/scaled/Type1/UTBI____.afm
    U XF4/xc/fonts/scaled/Type1/UTBI____.pfa
    U XF4/xc/fonts/scaled/Type1/UTB_____.afm
    U XF4/xc/fonts/scaled/Type1/UTB_____.pfa
    U XF4/xc/fonts/scaled/Type1/UTI_____.afm
    U XF4/xc/fonts/scaled/Type1/UTI_____.pfa
    U XF4/xc/fonts/scaled/Type1/UTRG____.afm
    U XF4/xc/fonts/scaled/Type1/UTRG____.pfa
    U XF4/xc/fonts/scaled/Type1/c0419bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0419bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0582bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0582bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0583bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0583bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0611bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0611bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0632bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0632bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0633bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0633bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0648bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0648bt_.pfb
    U XF4/xc/fonts/scaled/Type1/c0649bt_.afm
    U XF4/xc/fonts/scaled/Type1/c0649bt_.pfb
    U XF4/xc/fonts/scaled/Type1/cour.afm
    U XF4/xc/fonts/scaled/Type1/cour.pfa
    U XF4/xc/fonts/scaled/Type1/courb.afm
    U XF4/xc/fonts/scaled/Type1/courb.pfa
    U XF4/xc/fonts/scaled/Type1/courbi.afm
    U XF4/xc/fonts/scaled/Type1/courbi.pfa
    U XF4/xc/fonts/scaled/Type1/couri.afm
    U XF4/xc/fonts/scaled/Type1/couri.pfa
    U XF4/xc/fonts/scaled/Type1/cursor.pfa
    U XF4/xc/fonts/scaled/Type1/fonts.scale
    U XF4/xc/fonts/scaled/Type1/l047013t.afm
    U XF4/xc/fonts/scaled/Type1/l047013t.pfa
    U XF4/xc/fonts/scaled/Type1/l047016t.afm
    U XF4/xc/fonts/scaled/Type1/l047016t.pfa
    U XF4/xc/fonts/scaled/Type1/l047033t.afm
    U XF4/xc/fonts/scaled/Type1/l047033t.pfa
    U XF4/xc/fonts/scaled/Type1/l047036t.afm
    U XF4/xc/fonts/scaled/Type1/l047036t.pfa
    U XF4/xc/fonts/scaled/Type1/l048013t.afm
    U XF4/xc/fonts/scaled/Type1/l048013t.pfa
    U XF4/xc/fonts/scaled/Type1/l048016t.afm
    U XF4/xc/fonts/scaled/Type1/l048016t.pfa
    U XF4/xc/fonts/scaled/Type1/l048033t.afm
    U XF4/xc/fonts/scaled/Type1/l048033t.pfa
    U XF4/xc/fonts/scaled/Type1/l048036t.afm
    U XF4/xc/fonts/scaled/Type1/l048036t.pfa
    U XF4/xc/fonts/scaled/Type1/l049013t.afm
    U XF4/xc/fonts/scaled/Type1/l049013t.pfa
    U XF4/xc/fonts/scaled/Type1/l049016t.afm
    U XF4/xc/fonts/scaled/Type1/l049016t.pfa
    U XF4/xc/fonts/scaled/Type1/l049033t.afm
    U XF4/xc/fonts/scaled/Type1/l049033t.pfa
    U XF4/xc/fonts/scaled/Type1/l049036t.afm
    U XF4/xc/fonts/scaled/Type1/l049036t.pfa
    U XF4/xc/fonts/util/8859-1.TXT
    U XF4/xc/fonts/util/8859-10.TXT
    U XF4/xc/fonts/util/8859-13.TXT
    U XF4/xc/fonts/util/8859-14.TXT
    U XF4/xc/fonts/util/8859-15.TXT
    U XF4/xc/fonts/util/8859-2.TXT
    U XF4/xc/fonts/util/8859-3.TXT
    U XF4/xc/fonts/util/8859-4.TXT
    U XF4/xc/fonts/util/8859-5.TXT
    U XF4/xc/fonts/util/8859-6.TXT
    U XF4/xc/fonts/util/8859-7.TXT
    U XF4/xc/fonts/util/8859-8.TXT
    U XF4/xc/fonts/util/8859-9.TXT
    U XF4/xc/fonts/util/Imakefile
    U XF4/xc/fonts/util/JIS0201.TXT
    U XF4/xc/fonts/util/KOI8-R.TXT
    U XF4/xc/fonts/util/bdftruncate.pl
    U XF4/xc/fonts/util/ucs2any.pl
    U XF4/xc/util/compress/Makefile
    U XF4/xc/util/compress/README
    U XF4/xc/util/compress/USERMEM
    U XF4/xc/util/compress/compress.1
    U XF4/xc/util/compress/compress.c
    U XF4/xc/util/compress/usermem.sh
    U XF4/xc/util/memleak/Imakefile
    U XF4/xc/util/memleak/README
    U XF4/xc/util/memleak/find-rtns.sh
    U XF4/xc/util/memleak/fmalloc.c
    U XF4/xc/util/memleak/ftest.c
    U XF4/xc/util/memleak/getreti386.c
    U XF4/xc/util/memleak/getretmips.c
    U XF4/xc/util/memleak/getretspar.c
    U XF4/xc/util/memleak/getrettest.c
    U XF4/xc/util/memleak/mipsstack.s
    U XF4/xc/util/memleak/sparcsolstack.s
    U XF4/xc/util/memleak/sparcstack.s
    U XF4/xc/util/memleak/stackbottom.c
    U XF4/xc/util/misc/dlsym.c
    U XF4/xc/util/misc/rt.stdarg.h
    U XF4/xc/util/misc/thr_stubs.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/07 04:32:20

Modified files:
	xc/config/cf   : FreeBSD.cf Imake.tmpl NetBSD.cf X11.tmpl 
	                 linux.cf sun.cf 
	xc/lib/X11     : Imakefile XlcDL.c lcFile.c 
	xc/lib/Xaw     : AsciiSrc.c 
	xc/programs/Xserver/hw/xfree86/doc: README.OpenBSD 
	xc/programs/Xserver/hw/xfree86/drivers/trident: trident_driver.c 

Log message:
resolve merge conflicts


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/07 06:58:56

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
sync $XFree86$ id


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/07 08:02:35

Modified files:
	lang/ezm3      : Makefile 

Log message:
Don't depend on X11; prodded by wcobb@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	pvalchev@cvs.openbsd.org	2002/09/07 09:54:47

Modified files:
	distrib/sets/lists/xserv: md.alpha 

Log message:
sync, ok matthieu


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/07 11:17:15

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/07 13:06:39

Modified files:
	security/cyrus-sasl2: Makefile distinfo 
	security/cyrus-sasl2/pkg: PFRAG.shared 

Log message:
update to v2.1.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/07 13:08:37

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
update to v1.1.11-20020822 and sync tls patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/07 13:09:05

Modified files:
	mail/postfix   : Makefile.inc 

Log message:
nuke NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/07 13:21:55

Modified files:
	sysutils/usbutil: Makefile distinfo 
Removed files:
	sysutils/usbutil/patches: patch-usbctl_c patch-usbgen_c 
	                          patch-usbstats_c 

Log message:
update to v0.5


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/07 14:35:03

Modified files:
	include        : link.h 

Log message:
remove , at end of enum


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/09/07 14:54:04

Modified files:
	lib/libc/net   : getrrsetbyname.c 

Log message:
ansi pedantic. ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/07 14:57:08

Modified files:
	education/gtypist: Makefile distinfo 
	education/gtypist/pkg: PLIST 
Added files:
	education/gtypist/patches: patch-configure 

Log message:
Update to 2.6.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/07 15:10:41

Modified files:
	misc/figlet    : Makefile distinfo 

Log message:
trim a contrib font which duplicated with one in the main package distfile

spotted by eagle-eyed naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/07 15:59:03

Modified files:
	comms/wy60     : Makefile distinfo 
Added files:
	comms/wy60/pkg : DEINSTALL INSTALL 

Log message:
Update to 2.0.4: emulation improvements.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/07 17:43:09

Modified files:
	math/coq       : Makefile 

Log message:
remove obsolete camlp4 dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/07 19:09:07

Modified files:
	sys/dev/ic     : aacreg.h 
	sys/dev/isa    : fdlink.h 
	sys/dev/usb    : umidivar.h 

Log message:
no , after last element in a enum


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/07 19:20:15

Modified files:
	usr.sbin/faithd: Makefile faithd.c ftp.c prefix.c tcp.c 

Log message:
-ansi -pedantic (socklen_t).  from cloder@loder.us
die if FD_SET overruns.
sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/07 19:23:22

Modified files:
	usr.sbin/faithd: Makefile 

Log message:
No, do NOT put -ansi -pedantic in our tree


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/07 19:28:46

Removed files:
	sys            : .cvsignore 

Log message:
not needed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/07 19:28:58

Modified files:
	include        : link_elf.h 

Log message:
no , at end of enum


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/07 19:31:46

Modified files:
	usr.sbin/traceroute6: traceroute6.c 

Log message:
socklen_t audit.  from deraadt, sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/07 19:33:35

Modified files:
	usr.sbin/rtsold: rtsold.c 

Log message:
signal handler must take "int" arg.  from deraadt.  sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/07 19:36:37

Modified files:
	usr.sbin/rip6query: rip6query.c 

Log message:
socklen_t audit.  from deraadt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/07 20:07:19

Modified files:
	devel/rats     : Makefile distinfo 

Log message:
update to rats-1.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/07 22:33:46

Modified files:
	usr.sbin/pppoe : client.c common.c pppoe.c pppoe.h server.c 

Log message:
Fix a bunch of -pedantic errors


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/07 23:10:56

Modified files:
	usr.sbin/pppoe : Makefile client.c common.c 

Log message:
more cleaning


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/08 01:43:52

Modified files:
	graphics/synaesthesia: Makefile 
	graphics/synaesthesia/patches: patch-Makefile_in patch-sound_cc 
	                               patch-syna_h patch-ui_cc 
	                               patch-xlib_c 

Log message:
update-patches and chop NEED_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/08 01:52:33

Modified files:
	lib/libevent   : kqueue.c 

Log message:
typo.  from marius@umich.edu via provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/08 01:55:26

Modified files:
	textproc/antiword: Makefile 
	textproc/antiword/patches: patch-antiword_h 

Log message:
#GPL and update-patches


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/08 02:06:41

Modified files:
	usr.sbin/bootpd: bootpd.c 

Log message:
volatile sig_atomic_t for sig handler vars; cloder


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2002/09/08 03:09:54

Modified files:
	usr.sbin/altq/libaltq: qop_hfsc.c 

Log message:
use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.
gcc -pedantic audit by deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/08 04:10:38

Modified files:
	ja             : crypto.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/08 04:11:41

Modified files:
	openssh/ja     : ftp.html index.html portable.html 

Log message:
mirrors changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/08 05:14:29

Modified files:
	security/cyrus-sasl2: Makefile 

Log message:
disable sample code


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/08 05:55:35

Modified files:
	graphics/libwmf: Makefile distinfo 
	graphics/libwmf/patches: patch-ltmain_sh 
	graphics/libwmf/pkg: PFRAG.shared PLIST 
Removed files:
	graphics/libwmf/patches: patch-configure_in 
	                         patch-libwmf-config_in patch-ltconfig 
	                         patch-src_extra_gd_gdcache_h 

Log message:
update to libwmf-0.2.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/08 06:15:05

Modified files:
	converters/wv  : Makefile distinfo 
	converters/wv/patches: patch-Makefile_in patch-wvHtml_in 
	                       patch-wvMime patch-wvText_in 
	converters/wv/pkg: PLIST 
Removed files:
	converters/wv/patches: patch-wvWare_c 

Log message:
update to wv-0.7.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/09/08 06:33:42

Modified files:
	usr.sbin/rdate : ntp.c rdate.8 rdate.c rfc868time.c 

Log message:
add leap second support for rfc868, from thorsten glaser


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/08 06:38:04

Modified files:
	sbin/isakmpd   : ipsec.c sa.c 

Log message:
Fix -pedantic errors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/08 06:46:03

Modified files:
	sysutils/skill : Makefile 
Added files:
	sysutils/skill/patches: patch-machdep_bsd-44_c 

Log message:
add patch from form@ to switch to sysctl interface
bump package patch version and nuke NEED_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/08 06:57:35

Modified files:
	sbin/pfctl     : parse.y 

Log message:
be more clueful wrt address family in nat/rdr rules.
behaviour noticed by Paul de Weerd, thanks!

ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/08 08:31:28

Modified files:
	sbin/ping6     : ping6.c 

Log message:
ansi pedantic.  sync w/kame


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/08 10:59:46

Modified files:
	www/calamaris  : Makefile distinfo 

Log message:
Update to calamaris-2.52; from maintainer Alexander Yurchenko <grange@rt.mipt.ru>


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/08 11:14:57

Modified files:
	usr.sbin/httpd/src/main: http_main.c 

Log message:
missing include for evp.h; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/08 11:26:21

Modified files:
	net/cadaver    : Makefile distinfo 

Log message:
update net/cadaver to 0.20.5;
thanks to Jim Geovedi <negative@toxic.magnesium.net> for the heads up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/08 11:32:50

Modified files:
	net/neon       : Makefile distinfo 
	net/neon/pkg   : PFRAG.shared PLIST 

Log message:
update net/neon to 0.23.3


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/08 11:55:37

Modified files:
	include        : link_elf.h 

Log message:
Revert this to art's orginal verstion, internal ld.so fields should not
be advertised in this header. Add a comment that this must be in sync
with ld.so. Fixes gdb shared library handing. ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/08 14:24:08

Modified files:
	usr.bin/ssh    : hostfile.h 

Log message:
no comma at end of enumerator list


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2002/09/08 16:01:50

Modified files:
	usr.sbin/pkg_install/add: main.c 

Log message:
Avoid ordered comparison between pointers and integers (ANSI).
ok deraadt@, espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/08 17:22:00

Modified files:
	sys/dev/sun    : sunkbd.c 

Log message:
Correctly handle keypad '.'/Delete key on sun keyboards.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/08 18:05:21

Modified files:
	sys/dev/ic     : cy.c 

Log message:
Correctly printf on attach.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/08 18:08:59

Modified files:
	share/man/man4 : cy.4 

Log message:
Try to make the minor number calculation match the driver.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/09/08 19:53:16

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/09 00:48:06

Modified files:
	usr.bin/ssh    : auth-krb5.c auth.h auth1.c monitor.c monitor.h 
	                 monitor_wrap.c monitor_wrap.h 

Log message:
kerberos support for privsep.  confirmed to work by lha@stacken.kth.se
patch from markus


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/09/09 04:05:34

Modified files:
	regress/usr.bin/make: Makefile 
Added files:
	regress/usr.bin/make: mk19 mk20 t19.out t20.out 

Log message:
Some posix tests we don't pass yet, and won't until I've added a `magic'
status for variables (as SHELL is very, very special, according to
POSIX/Single Unix).


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/09 05:44:58

Modified files:
	usr.sbin/httpd : Makefile.bsd-wrapper 

Log message:
add src/modules/keynote/Makefile to MUNGEDFILES


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/09 05:53:04

Modified files:
	cs             : index.html mail.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/09 05:54:47

Modified files:
	faq/cs         : faq1.html faq10.html faq11.html faq12.html 
	                 faq13.html faq2.html faq3.html faq5.html 
	                 faq6.html faq7.html faq8.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/09 06:09:50

Modified files:
	usr.sbin/httpd : Makefile.bsd-wrapper 

Log message:
clean: cleanman


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/09 08:21:18

Modified files:
	usr.sbin/httpd/src/main: http_main.c 

Log message:
move OpenSSL include up


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/09 08:54:15

Modified files:
	usr.bin/ssh    : channels.c kex.h key.c monitor.c monitor_wrap.c 
	                 radix.c uuencode.c 

Log message:
signed vs unsigned from -pedantic; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/09 10:07:10

Modified files:
	lang/unicon    : Makefile 

Log message:
not for powerpc, this hangs in the build so mark it as such for now; ok espie
note that this only works successfully on i386..


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/09 10:22:10

Modified files:
	x11/gentoo     : Makefile distinfo 

Log message:
Update to gentoo-0.11.34; from maintainer Jim Geovedi


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/09/09 11:35:00

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
CMD Technology aka Silicon Image CP0680ATA133


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/09/09 11:43:11

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/09/09 11:45:26

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
Add support of Silicon Image 0680 Ultra ATA/133 Controller.
Code from NetBSD.
Submitted and tested by Jonathon Fletcher <jonathon.fletcher@pobox.com>.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/09 12:25:09

Modified files:
	lib/libc/net   : Tag: OPENBSD_3_0 getaddrinfo.c gethostnamadr.c 
	                 getnetnamadr.c 

Log message:
MFC (itojun):
allocate 64K receive buffer for DNS responses.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/09 12:32:27

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
no need for a fdc there


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/09 12:33:42

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
set up the frame flags and a user frame better on exec


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/09 13:06:18

Modified files:
	libexec/ld.so/powerpc: ldasm.S rtld_machine.c 

Log message:
Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/09 13:42:55

Modified files:
	xc/programs/xterm: main.c 

Log message:
terminate execlp argument list with a null pointer, not 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/09 14:25:17

Modified files:
	sys/dev/sbus   : cs4231.c cs4231var.h 

Log message:
Add support for audio capture (finally) and fix a bunch of stupid bugs.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/09 14:26:56

Modified files:
	share/man/man4/man4.sparc64: audiocs.4 

Log message:
capture works


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/09 16:14:42

Modified files:
	sys/dev/wscons : wsemul_sun.c 

Log message:
Rework the wsemul_sun behaviour, and add color support, from the current
wsemul_vt100 code and NetBSD's rcons. Misc cleaning in the process.
Use with TERM=rcons-color for color support for now.

Tested by jason@ and matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/09 16:15:16

Modified files:
	sys/arch/sparc/dev: bwtwo.c cgeight.c cgfour.c cgfourteen.c 
	                    cgsix.c cgthree.c cgtwelve.c cgtwo.c p9100.c 
	                    tcx.c vigra.c 

Log message:
Register more screen capabilities to work with the recent wsemul_sun changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/09 16:16:20

Modified files:
	www/php3       : Makefile 
Removed files:
	www/php3       : distinfo 
	www/php3/files : php3-enable 
	www/php3/patches: patch-configure patch-functions_mime_c 
	www/php3/pkg   : DEINSTALL DESCR INSTALL PLIST 

Log message:
this should have been stubbed out in the first place.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/09 19:02:01

Modified files:
	net/mudix      : Makefile distinfo 
Added files:
	net/mudix/patches: patch-src_mudix_c patch-src_output_c 

Log message:
update to 4.2; from maintainer Mathieu Braem <majeu@bsdaemon.be>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/09 19:15:33

Modified files:
	x11/evilwm     : Makefile distinfo 
	x11/evilwm/patches: patch-Makefile 

Log message:
- Update from 0.99.4 to 0.99.7
- Change DISTNAME and add PKGNAME because the tarball structure changed
- Update DISTFILES because distfile name changed
- Change post-install into do-install and install the binary and manpage
- Update Makefile patch

From: maintainer William Yodlowsky <bsd@openbsd.rutgers.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/09 21:18:59

Modified files:
	sys/arch/sparc64/dev: creator.c vgafb.c 
	sys/dev/sbus   : bwtwo.c cgthree.c cgsix.c 

Log message:
Register more wsscreen properties to take advantage of wsemul_sun changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/09 21:40:26

Modified files:
	lib/libc/arch/hppa/string: Makefile.inc 
Removed files:
	lib/libc/arch/hppa/string: bcopy.m4 strlcpy.S 

Log message:
mi versions are good enough


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/09 21:42:25

Modified files:
	lib/libc/arch/hppa: Makefile.inc 

Log message:
better, faster scooter; fix cerror in mi someday


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:04:59

Modified files:
	gnu/usr.bin/perl/utils: dprofpp.PL 

Log message:
typo -- please send to the perl people too; jmc@prioris.mini.pw.edu.pl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:15:02

Modified files:
	sbin/nfsd      : nfsd.c 

Log message:
socklen_t; cloder


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:31:17

Modified files:
	usr.sbin/rtadvd: rtadvd.c 

Log message:
signo and ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:34:39

Modified files:
	usr.sbin/amd/amq: amq.c 

Log message:
various cleanups


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:39:08

Modified files:
	lib/libc/rpc   : clnt_perror.c 

Log message:
remove extra output of \n in clnt_perror()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:39:26

Modified files:
	usr.sbin/amd/amq: amq.c 

Log message:
more knf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:41:04

Modified files:
	usr.sbin/amd/rpcx: nfs_prot_xdr.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:41:28

Modified files:
	usr.sbin/amd/rpcx: amq_clnt.c amq_xdr.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/09 23:43:31

Modified files:
	sys/dev/sbus   : cs4231.c 

Log message:
Set encodings correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/09 23:43:50

Modified files:
	usr.sbin/amd/amd: nfs_start.c 
	usr.sbin/amd/rpcx: amq_svc.c 

Log message:
create a 127.0.0.1: socket to match the *: socket upon which amq requests
are serviced, then only respond to amq requests on that particular socket.
we may extend this later to improve nfs protocol handling....


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/10 02:21:35

Modified files:
	sys/dev/ic     : if_wi_ieee.h if_wireg.h 

Log message:
no need for pragma here.


CVSROOT:	/cvs
Module name:	www
Changes by:	jsyn@cvs.openbsd.org	2002/09/10 02:37:50

Modified files:
	.              : donations.html 

Log message:
rebalance


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/10 03:24:40

Modified files:
	sysutils/skill : Makefile 

Log message:
fix PKGNAME vs DISTNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/10 04:14:24

Modified files:
	mail/fetchmail : Makefile distinfo 
	mail/fetchmail/patches: patch-Makefile_in patch-configure 

Log message:
- update to fetchmail 5.9.14.
- remove deprecated NEED_VERSION.
- enable NTLM support as requested by Nick Nauwelaerts <nick@wanadoo.be>.
- add gettext to MODULES.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/09/10 07:15:38

Modified files:
	share/man/man4 : ddb.4 

Log message:
typo in copy/paste.

art@


CVSROOT:	/cvs
Module name:	src
Changes by:	gluk@cvs.openbsd.org	2002/09/10 07:27:40

Modified files:
	share/man/man4 : pciide.4 

Log message:
Update list of supported CMD and Promise devices.
mpech@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/10 10:31:57

Modified files:
	lib/libssl/crypto: Makefile shlib_version 
	lib/libssl/src : CHANGES Configure FAQ INSTALL INSTALL.OS2 
	                 INSTALL.W32 Makefile.org NEWS README 
	                 README.ENGINE config e_os.h e_os2.h install.com 
	lib/libssl/src/apps: Makefile.ssl apps.c apps.h ca.c dgst.c 
	                     enc.c nseq.c ocsp.c openssl.c pkcs7.c 
	                     s_client.c s_server.c s_time.c x509.c 
	lib/libssl/src/crypto: Makefile.ssl cryptlib.h ebcdic.c 
	                       opensslv.h symhacks.h 
	lib/libssl/src/crypto/aes: Makefile.ssl aes_locl.h 
	lib/libssl/src/crypto/asn1: Makefile.ssl a_strex.c a_utctm.c 
	                            asn1.h asn1_lib.c n_pkey.c t_pkey.c 
	lib/libssl/src/crypto/bf: Makefile.ssl 
	lib/libssl/src/crypto/bio: Makefile.ssl b_sock.c bio.h bio_err.c 
	                           bss_file.c 
	lib/libssl/src/crypto/bn: Makefile.ssl bn_lib.c bn_mul.c 
	                          bntest.c 
	lib/libssl/src/crypto/buffer: Makefile.ssl 
	lib/libssl/src/crypto/cast: Makefile.ssl 
	lib/libssl/src/crypto/comp: Makefile.ssl 
	lib/libssl/src/crypto/conf: Makefile.ssl conf.h conf_lib.c 
	lib/libssl/src/crypto/des: Makefile.ssl des_old.h read_pwd.c 
	lib/libssl/src/crypto/dh: Makefile.ssl 
	lib/libssl/src/crypto/dsa: Makefile.ssl 
	lib/libssl/src/crypto/dso: Makefile.ssl 
	lib/libssl/src/crypto/ec: Makefile.ssl ectest.c 
	lib/libssl/src/crypto/engine: Makefile.ssl eng_cnf.c eng_dyn.c 
	                              eng_fat.c hw_4758_cca.c hw_aep.c 
	                              hw_atalla.c hw_cswift.c 
	                              hw_ncipher.c hw_nuron.c 
	                              hw_sureware.c hw_ubsec.c 
	lib/libssl/src/crypto/err: Makefile.ssl err.c err.h 
	lib/libssl/src/crypto/evp: Makefile.ssl c_all.c evp.h evp_pbe.c 
	                           evp_test.c p5_crpt.c p5_crpt2.c 
	lib/libssl/src/crypto/hmac: Makefile.ssl 
	lib/libssl/src/crypto/idea: Makefile.ssl 
	lib/libssl/src/crypto/krb5: Makefile.ssl 
	lib/libssl/src/crypto/lhash: Makefile.ssl 
	lib/libssl/src/crypto/md2: Makefile.ssl 
	lib/libssl/src/crypto/md4: Makefile.ssl 
	lib/libssl/src/crypto/md5: Makefile.ssl 
	lib/libssl/src/crypto/mdc2: Makefile.ssl 
	lib/libssl/src/crypto/objects: Makefile.ssl obj_mac.num 
	                               objects.txt 
	lib/libssl/src/crypto/ocsp: Makefile.ssl 
	lib/libssl/src/crypto/pem: Makefile.ssl pem2.h 
	lib/libssl/src/crypto/perlasm: x86asm.pl x86nasm.pl 
	lib/libssl/src/crypto/pkcs12: Makefile.ssl pkcs12.h 
	lib/libssl/src/crypto/pkcs7: Makefile.ssl verify.c 
	lib/libssl/src/crypto/rand: Makefile.ssl rand.h rand_egd.c 
	                            rand_unix.c randfile.c 
	lib/libssl/src/crypto/rc2: Makefile.ssl 
	lib/libssl/src/crypto/rc4: Makefile.ssl 
	lib/libssl/src/crypto/rc5: Makefile.ssl 
	lib/libssl/src/crypto/rijndael: Makefile.ssl 
	lib/libssl/src/crypto/ripemd: Makefile.ssl 
	lib/libssl/src/crypto/rsa: Makefile.ssl rsa.h 
	lib/libssl/src/crypto/sha: Makefile.ssl 
	lib/libssl/src/crypto/stack: Makefile.ssl 
	lib/libssl/src/crypto/txt_db: Makefile.ssl 
	lib/libssl/src/crypto/ui: Makefile.ssl ui_openssl.c ui_util.c 
	lib/libssl/src/crypto/x509: Makefile.ssl 
	lib/libssl/src/crypto/x509v3: Makefile.ssl ext_dat.h v3_info.c 
	lib/libssl/src/demos/easy_tls: Makefile cacerts.pem cert.pem 
	                               easy-tls.c easy-tls.h test.c 
	                               test.h 
	lib/libssl/src/doc/apps: ciphers.pod crl2pkcs7.pod 
	lib/libssl/src/doc/crypto: BN_zero.pod DH_get_ex_new_index.pod 
	                           EVP_DigestInit.pod 
	                           EVP_EncryptInit.pod EVP_SignInit.pod 
	                           EVP_VerifyInit.pod RSA_check_key.pod 
	                           err.pod hmac.pod lhash.pod rsa.pod 
	lib/libssl/src/doc/ssl: SSL_CTX_sess_set_cache_size.pod 
	                        SSL_CTX_sess_set_get_cb.pod 
	                        SSL_CTX_set_client_cert_cb.pod 
	                        SSL_CTX_set_options.pod SSL_accept.pod 
	                        SSL_connect.pod SSL_get_error.pod 
	                        SSL_set_connect_state.pod SSL_write.pod 
	                        ssl.pod 
	lib/libssl/src/ms: do_masm.bat do_nasm.bat 
	lib/libssl/src/os2: OS2-EMX.cmd 
	lib/libssl/src/ssl: Makefile.ssl s23_clnt.c s23_pkt.c s23_srvr.c 
	                    s2_clnt.c s2_lib.c s3_both.c s3_clnt.c 
	                    s3_enc.c s3_lib.c s3_pkt.c s3_srvr.c 
	                    ssl-lib.com ssl.h ssl_asn1.c ssl_ciph.c 
	                    ssl_lib.c ssl_locl.h ssl_rsa.c t1_clnt.c 
	                    t1_enc.c t1_srvr.c tls1.h 
	lib/libssl/src/test: Makefile.ssl maketests.com tcrl testca 
	                     testgen tpkcs7 tpkcs7d treq trsa tsid tx509 
	lib/libssl/src/tools: c_rehash.in 
	lib/libssl/src/util: domd libeay.num mk1mf.pl mkdef.pl mklink.pl 
	                     point.sh 
	lib/libssl/src/util/pl: BC-32.pl OS2-EMX.pl VC-32.pl 

Log message:
merge openssl-0.9.7-beta3, tested on vax by miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/10 11:24:50

Added files:
	.              : porttest.html 

Log message:
Add Port's Testing Guide, OK espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/10 11:27:28

Modified files:
	sys/arch/sparc64/dev: ce4231.c 

Log message:
Remove some debugging code, KNF, and fix encoding selection.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/10 11:32:02

Modified files:
	faq/cs         : faq10.html faq11.html faq12.html faq13.html 
	                 faq2.html faq3.html faq8.html faq9.html 

Log message:
sync with badlands translation CVS,
work by Vaclav Rehak <vasek@openbsd.cz>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/10 11:45:39

Modified files:
	ja             : donations.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/10 11:49:21

Modified files:
	usr.sbin/httpd/src/include: ap_config.h 

Log message:
only use socklen_t for OpenBSD >= 2.6
requested by the apache guys (Jeff Trawick)


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/10 12:09:25

Modified files:
	lang/ocaml     : Makefile 

Log message:
NOT_FOR_ARCHS=sparc64; this needs to be investigated


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/10 12:29:44

Modified files:
	sys/arch/alpha/alpha: pmap.c 
	sys/arch/amiga/amiga: pmap.c 
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/i386/i386: pmap.c 
	sys/arch/m68k/m68k: pmap_motorola.c 
	sys/arch/mvme88k/mvme88k: pmap.c 
	sys/arch/powerpc/powerpc: pmap.c 
	sys/arch/sparc/include: pmap.h 
	sys/arch/sparc/sparc: pmap.c 
	sys/arch/sparc64/sparc64: locore.s pmap.c 
	sys/arch/sun3/sun3: pmap.c 
	sys/arch/vax/include: pmap.h 
	sys/uvm        : uvm_page.c uvm_page_i.h uvm_pmap.h 

Log message:
Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *
instead of the pa. Most callers already had it handy and those who didn't
only called it for managed pages and were outside time-critical code.

This will allow us to make those functions clean and fast on sparc and
sparc64 letting us to avoid unnecessary cache flushes.

deraadt@ miod@ drahn@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/10 12:43:56

Modified files:
	.              : porttest.html 

Log message:
fixed typo


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/10 13:10:24

Modified files:
	.              : porttest.html 

Log message:
cosmetics from avsm@


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/10 13:25:26

Modified files:
	.              : porttest.html 

Log message:
Fixed copyright


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/10 14:14:31

Modified files:
	lib/libssl/src/crypto/evp: evp.h 

Log message:
evp.h should not pull in all other header files, especially
since it's supposed to hid the specific ciphers.
this change also avoids problems when evp is used together
with kerberos (and <des.h>).
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/10 14:15:55

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.i386 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/10 14:24:47

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
check the euid of the connecting process with getpeereid(2); ok provos deraadt stevesk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/10 14:51:37

Modified files:
	sys/sys        : socket.h 

Log message:
typo; krapht@secureops.com


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/09/10 14:54:21

Modified files:
	share/man/man9 : pmap.9 

Log message:
sync with the pmap_zero_page and pmap_copy_page API change; ok art@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/10 15:06:26

Modified files:
	de             : testimonials.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/10 15:20:24

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
rework the fpu csw a bit better and move non-trap related stuff to later


CVSROOT:	/cvs
Module name:	www
Changes by:	avsm@cvs.openbsd.org	2002/09/10 15:27:37

Modified files:
	.              : porttest.html 

Log message:
there are two to's too many


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/10 15:32:45

Log message:
    icq console client with encryption support; from
    Margarida Sequeira <niness@devilness.org>.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20020910
    
    N ports/net/ysmv7/Makefile
    N ports/net/ysmv7/distinfo
    N ports/net/ysmv7/pkg/PLIST
    N ports/net/ysmv7/pkg/DESCR
    N ports/net/ysmv7/patches/patch-src_Makefile_in
    N ports/net/ysmv7/patches/patch-src_man_Makefile_in
    N ports/net/ysmv7/patches/patch-src_YSM_h
    N ports/net/ysmv7/patches/patch-configure_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/10 15:36:57

Modified files:
	distrib/miniroot: install.sub 
	etc/root       : root.mail 
	share/mk       : sys.mk 
	share/tmac/mdoc: doc-common doc-syms 
	sys/arch/macppc/stand/tbxidata: bsd.tbxi 
	sys/conf       : newvers.sh 
	sys/sys        : param.h 

Log message:
move to 3.2-beta


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/10 15:38:03

Modified files:
	net            : Makefile 

Log message:
enable ysmv7.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/10 15:46:08

Modified files:
	.              : build-release 

Log message:
consistent logic


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/10 15:46:59

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
reminder from mickey, agp is in 3.2 and up


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/10 15:47:24

Modified files:
	xc/programs/fvwm/sample.fvwmrc: system.fvwmrc 

Log message:
3.2


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/10 16:22:03

Modified files:
	share/man/man4 : wi.4tbl 

Log message:
Mention Siemens/Efficient Networks SpeedStream 1023 PCI adapter


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/10 16:25:46

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
comment out a bit of unused code now


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/10 16:37:32

Modified files:
	x11/kde/libs3  : Makefile distinfo 

Log message:
Bump to 3.0.3a


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/10 16:37:47

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
randomize space ids, plus we are not gonna run out now (;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/10 16:43:49

Modified files:
	sys/arch/hppa/hppa: locore.S trap.c 

Log message:
copy syscall args in the syscall() based on the
amount given in the sysent.
deal w/ the words swappage phenomena due to reverse
long word storage on the stack and that being
reverse copied by words yielding long word being word swapped.
do it only for syscall(2) and __syscall(2) since that's how those
w/ long word args syscalls get used (for proper alignment).
discussed and ideas from: deraadt@, drahn@ and fredette@

note: this might be a good point for a regress.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/10 17:24:31

Modified files:
	x11/fluxbox    : Makefile distinfo 

Log message:
apply fluxbox's 0.1.11 bugfix 2 patch
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/10 19:39:11

Modified files:
	faq            : index.html 

Log message:
add reference to porttest.html at request of couderc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/10 20:36:51

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.hppa 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.sparc 
	                         md.sparc64 md.sun3 md.vax 
	distrib/sets/lists/comp: md.alpha md.amiga md.hp300 md.hppa 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.sparc 
	                         md.sparc64 md.sun3 md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/10 21:11:22

Modified files:
	sys/arch/sparc/dev: cs4231.c cs4231var.h 

Log message:
update from sparc64 version:
-fix several stupid bugs
-get encoding setup correct
-add support for capture


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/10 21:15:36

Modified files:
	sys/netinet    : if_atm.c in.c in_pcb.c tcp_usrreq.c 
	sys/netinet6   : frag6.c icmp6.c in6.c in6_ifattach.c in6_pcb.c 
	                 in6_src.c ip6_input.c ip6_mroute.c ip6_output.c 
	                 nd6.c nd6_rtr.c raw_ip6.c route6.c 
	                 udp6_output.c 

Log message:
KNF - return is not a function.  sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/10 21:19:48

Modified files:
	share/man/man4/man4.sparc: audiocs.4 

Log message:
capture support


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/10 21:27:03

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
fix pointer signedness mixup.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/10 21:27:30

Modified files:
	sys/netinet6   : frag6.c in6_ifattach.c ip6_input.c ip6_output.c 
	                 ip6_var.h raw_ip6.c 

Log message:
fix pointer signedness mixup.  sync w/kame


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/10 22:41:40

Added files:
	lang/ocaml/patches: patch-asmcomp_alpha_emit_mlp 
	                    patch-asmrun_alpha_S 

Log message:
.section .rodata rather than .rdata on alpha; suggested by art@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/10 23:35:45

Removed files:
	lib/libc/arch/mips: :errfix 

Log message:
bye bye.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/10 23:38:47

Modified files:
	sys/net        : if.c if_arcsubr.c if_ethersubr.c if_loop.c 
	                 if_media.c if_sl.c if_spppsubr.c if_strip.c 
	                 pf.c raw_usrreq.c route.c 

Log message:
KNF - return is not a function.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/10 23:48:05

Modified files:
	net/sniffit/patches: patch-sn_data.h 

Log message:
first cut at alpha support w/ ethernet devices list from GENERIC
XXX the way this is done for different arches is ugly anyone feel free
to change it


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/10 23:49:59

Modified files:
	net/sniffit/patches: patch-Makefile.in patch-configure 
	                     patch-sn_data.h patch-sn_resolv.c 

Log message:
sync patches with update-patches and add RCS Ids


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/10 23:53:39

Modified files:
	net/sniffit    : Makefile 

Log message:
mark as broken on alpha for now: alignment issues


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/11 02:49:36

Modified files:
	.              : porttest.html 

Log message:
modifications from nick@


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/11 03:31:13

Modified files:
	.              : porttest.html 

Log message:
wording from Margarida Sequeira


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/11 03:50:44

Modified files:
	sbin/isakmpd   : conf.c doi.h exchange.c exchange.h hash.h 
	                 ike_auth.c ike_phase_1.c ike_quick_mode.c 
	                 ipsec.c key.c key.h message.c pf_key_v2.c 
	                 policy.c prf.c prf.h udp.c x509.c 
	sbin/isakmpd/sysdep/openbsd: sysdep.c 

Log message:
signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/11 04:13:20

Modified files:
	sbin/isakmpd/apps/certpatch: certpatch.c 

Log message:
signed vs unsigned from -pedantic.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/11 04:27:21

Modified files:
	share/man/man4 : options.4 

Log message:
document TIMEZONE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/11 06:02:50

Modified files:
	x11/kde/office3: Makefile distinfo 
	x11/kde/office3/pkg: PFRAG.shared PLIST 
Removed files:
	x11/kde/office3/patches: p-aclocal_m4 p-admin_libtool_m4_in 
	                         p-admin_ltcf-c_sh p-admin_ltcf-cxx_sh 
	                         p-admin_ltconfig 
	                         patch-kchart_kdchart_KDChartTable_h 
	                         patch-kivio_kiviopart_Makefile_in 
	                         patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp 
	                         patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am 
	                         patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in 
	                         patch-kontour_BezierTool_cc 
	                         patch-kontour_GBezier_cc 
	                         patch-kontour_GDocument_cc 
	                         patch-kontour_GPage_cc 

Log message:
koffice 1.2


CVSROOT:	/cvs
Module name:	www
Changes by:	avsm@cvs.openbsd.org	2002/09/11 06:16:11

Modified files:
	.              : porttest.html 

Log message:
flesh it out

ok couderc


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/11 06:22:59

Modified files:
	faq/ja         : index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	avsm@cvs.openbsd.org	2002/09/11 07:39:51

Modified files:
	.              : porttest.html 

Log message:
fix some grammar and copyright


CVSROOT:	/cvs
Module name:	www
Changes by:	couderc@cvs.openbsd.org	2002/09/11 08:40:07

Modified files:
	.              : porttest.html 

Log message:
Added checksum target plus few more wording.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 09:16:52

Modified files:
	lib/libm/arch/hppa: s_ceil.c s_ceilf.c s_floor.c s_floorf.c 
	                    s_rint.c s_rintf.c 

Log message:
these are not libm private and fix the rintf pasting error


CVSROOT:	/cvs
Module name:	www
Changes by:	avsm@cvs.openbsd.org	2002/09/11 09:40:20

Modified files:
	.              : porttest.html 

Log message:
a few more corrections


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 09:55:58

Modified files:
	sys/arch/hppa/hppa: machdep.c vm_machdep.c 

Log message:
stack grows the other way, but the frame is the other way to that. hehe


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 10:01:37

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
provide a convinient reset label


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/11 10:45:08

Modified files:
	devel/libgtop/patches: patch-sysdeps_freebsd_prockernel_c 

Log message:
fix for alpha support; ok maintainer nino


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/11 10:50:41

Modified files:
	devel/ORBit    : Makefile 
Added files:
	devel/ORBit/patches: 
	                     sup-alpha-src_orbit-idl-compiler_Makefile_in 

Log message:
link orbit-idl static for now on alpha because it exibits an ld.so problem
of some sort; from Marc Matteo <marcm@lectroid.net>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/11 10:53:04

Modified files:
	.              : crypto.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/11 11:08:26

Modified files:
	de             : crypto.html donations.html i386.html 
	                 macppc.html sparc64.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/11 11:42:01

Modified files:
	x11/qt2        : Makefile 
	x11/qt2-designer: Makefile 

Log message:
No longer build qt2-designer with kde2 support, bump the package name
to reflect that.
Fix dependency to find qt2 correctly, and not match qt3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/11 11:42:44

Modified files:
	x11/kde        : Makefile 

Log message:
Bye, bye, kde2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/11 11:43:44

Removed files:
	x11/kde/artwork2: Makefile distinfo 
	x11/kde/artwork2/pkg: DESCR PFRAG.shared PLIST 
	x11/kde/base2  : Makefile distinfo 
	x11/kde/base2/files: lame.c 
	x11/kde/base2/patches: patch-config_h_in patch-configure_in 
	                       patch-kdesu_configure_in_in 
	                       patch-kdesu_kdesud_secure_cpp 
	                       patch-kdm_kfrontend_Makefile_am 
	                       patch-kdm_kfrontend_Makefile_in 
	                       patch-kioslave_audiocd_Makefile_in 
	                       patch-kioslave_audiocd_audiocd_cpp 
	                       patch-kioslave_audiocd_configure_in_in 
	                       patch-kioslave_man_man2html_cpp 
	                       patch-konsole_src_Makefile_am 
	                       patch-konsole_src_Makefile_in 
	                       patch-konsole_src_TEPty_C 
	                       patch-konsole_src_konsole_grantpty_c 
	                       patch-ksysguard_configure_in_in 
	                       patch-ksysguard_ksysguardd_FreeBSD_CPU_c 
	                       patch-ksysguard_ksysguardd_FreeBSD_Memory_c 
	                       patch-ksysguard_ksysguardd_FreeBSD_conf_c 
	                       patch-ksysguard_ksysguardd_FreeBSD_conf_h 
	                       patch-ksysguard_ksysguardd_FreeBSD_ksysguardd_c 
	                       patch-ksysguard_ksysguardd_FreeBSD_ksysguardd_h 
	x11/kde/base2/pkg: DESCR DESCR-plugins PFRAG.shared PLIST 
	                   SECURITY 
	x11/kde/games2 : Makefile distinfo 
	x11/kde/games2/pkg: DESCR DESCR-cards DESCR-kabalone 
	                    DESCR-kasteroids DESCR-katomic 
	                    DESCR-kbackgammon DESCR-kblackbox 
	                    DESCR-kfouleggs DESCR-kjezz 
	                    DESCR-kjumpingcube DESCR-kmahjongg 
	                    DESCR-kmines DESCR-konquest DESCR-kpat 
	                    DESCR-kpoker DESCR-kreversi DESCR-ksame 
	                    DESCR-kshisen DESCR-ksirtet DESCR-ksmiletris 
	                    DESCR-ksnake DESCR-ksokoban DESCR-kspaceduel 
	                    DESCR-ktron DESCR-ktuberling DESCR-kwin4 
	                    DESCR-lskat PFRAG.shared PFRAG.shared-cards 
	                    PLIST PLIST-cards PLIST-kabalone 
	                    PLIST-kasteroids PLIST-katomic 
	                    PLIST-kbackgammon PLIST-kblackbox 
	                    PLIST-kfouleggs PLIST-kjezz 
	                    PLIST-kjumpingcube PLIST-kmahjongg 
	                    PLIST-kmines PLIST-konquest PLIST-kpat 
	                    PLIST-kpoker PLIST-kreversi PLIST-ksame 
	                    PLIST-kshisen PLIST-ksirtet PLIST-ksmiletris 
	                    PLIST-ksnake PLIST-ksokoban PLIST-kspaceduel 
	                    PLIST-ktron PLIST-ktuberling PLIST-kwin4 
	                    PLIST-lskat 
	x11/kde/graphics2: Makefile distinfo 
	x11/kde/graphics2/pkg: DESCR PFRAG.shared PLIST 
	x11/kde/kdoc2  : Makefile distinfo 
	x11/kde/kdoc2/pkg: DESCR PLIST 
	x11/kde/libs2  : Makefile distinfo 
	x11/kde/libs2/files: mtree 
	x11/kde/libs2/patches: p-aclocal_m4 p-admin_libtool_m4_in 
	                       p-admin_ltcf-c_sh p-admin_ltcf-cxx_sh 
	                       p-admin_ltconfig 
	                       patch-arts_flow_audiosubsys_cc 
	                       patch-configure_in 
	                       patch-kdecore_kuniqueapp_cpp 
	                       patch-kdecore_kurl_cpp 
	                       patch-kdesu_client_cpp 
	                       patch-kssl_kopenssl_cc 
	                       patch-kssl_kopenssl_h 
	                       patch-kssl_ksslcertificate_cc 
	x11/kde/libs2/pkg: DESCR PFRAG.shared PLIST SECURITY 
	x11/kde/libs2-doc: Makefile distinfo 
	x11/kde/libs2-doc/pkg: DESCR PLIST 
	x11/kde/network2: Makefile distinfo 
	x11/kde/network2/patches: patch-kmail_kmfolder_cpp 
	x11/kde/network2/pkg: DESCR PFRAG.shared PLIST 
	x11/kde/office2: Makefile distinfo 
	x11/kde/office2/patches: p-aclocal_m4 p-admin_libtool_m4_in 
	                         p-admin_ltcf-c_sh p-admin_ltcf-cxx_sh 
	                         p-admin_ltconfig 
	                         patch-kchart_kdchart_KDChartTable_h 
	                         patch-kivio_kiviopart_Makefile_in 
	                         patch-kivio_kiviopart_kiviosdk_kivio_plugin_stencil_spawner_cpp 
	                         patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_am 
	                         patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in 
	                         patch-kontour_BezierTool_cc 
	                         patch-kontour_GBezier_cc 
	                         patch-kontour_GDocument_cc 
	                         patch-kontour_GPage_cc 
	x11/kde/office2/pkg: DESCR PFRAG.shared PLIST 
	x11/kde/toys2  : Makefile distinfo 
	x11/kde/toys2/patches: patch-amor_data_bsdrc 
	x11/kde/toys2/pkg: DESCR PFRAG.shared PLIST 

Log message:
ditch the files.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/11 11:55:03

Modified files:
	usr.bin/ssh    : ssh.1 

Log message:
add agent and X11 forwarding warning text from ssh_config.5; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/11 12:27:26

Modified files:
	usr.bin/ssh    : authfd.h authfd.c ssh.c 

Log message:
don't connect to agent to test for presence if we've previously
connected; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 12:37:29

Modified files:
	sys/arch/hppa/hppa: trap.c 

Log message:
correct argsize for ktrsyscall


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/11 12:42:31

Log message:
    initial import of mail/p5-SMTP-Server 1.1:
    --
    This  module  is  a complete, RFC 821 compliant, SMTP server
    implementation written entirely in Perl.   It  has  powerful
    extensively  and  customization  facilities that allow for a
    variety of potential uses.
    
    WWW: http://www.macgyver.org/software/perl/
    
    Status:
    
    Vendor Tag:	danh
    Release Tags:	danh_2002-Sep-11
    
    N ports/mail/p5-SMTP-Server/Makefile
    N ports/mail/p5-SMTP-Server/distinfo
    N ports/mail/p5-SMTP-Server/pkg/DESCR
    N ports/mail/p5-SMTP-Server/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/11 12:43:34

Modified files:
	mail           : Makefile 

Log message:
+p5-SMTP-Server


CVSROOT:	/cvs
Module name:	src
Changes by:	danh@cvs.openbsd.org	2002/09/11 13:03:33

Modified files:
	etc            : aliases ftpusers 

Log message:
add _x11 pseudo-account; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/11 13:35:21

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
fix typo. sigh. this code is not used that much.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/11 13:41:37

Modified files:
	gnu/usr.bin/perl: Configure config.over 

Log message:
Pass ld the -R flag to add directories to the list of places to
search for shared objects instead of using a LD_RUN_PATH hack.  We
use -R here since it works with both the old and new (binutils) ld
flavors.  The LD_RUN_PATH hack was using the wrong directory anyway
and so didn't even work.  Problem pointed out by H. Steuer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/11 14:12:57

Modified files:
	audio/easytag  : Makefile 

Log message:
respect CPPFLAGS; from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/11 14:32:06

Modified files:
	editors/glimmer: Makefile 
	games/bombermaze: Makefile 
	graphics/gthumb: Makefile 

Log message:
respect CPPFLAGS; ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/11 16:29:47

Modified files:
	sys/arch/macppc/macppc: machdep.c 

Log message:
When freeing the extent, include the page offset, not just the page
base. This is important when allocating/freeing sub page size mappings.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/11 16:35:01

Modified files:
	sys/arch/macppc/macppc: ofw_machdep.c 

Log message:
Include zstty.h, so that the NZSTTY check will be correct.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/11 16:39:00

Modified files:
	sys/arch/i386/i386: pmap.c 

Log message:
Some early callers of pmap_growkernel call it before vm_page structures
are initialized. So we can't to PHYS_TO_VM_PAGE becuase there are no
vm_pages. Reintroduce the old pmap_zero_page renamed to pmap_zero_phys
that can zero pages without struct vm_page.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/11 16:40:31

Modified files:
	sys/dev/pci    : ubsec.c ubsecreg.h 

Log message:
- On reset, disable hardware normalization for 582x and make sure the chip is in little endian mode.
- since sw normalization is now the only option, simplify normalization handling
- remove some leftover #if 0 code


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2002/09/11 16:41:50

Modified files:
	usr.bin/ssh    : sftp-client.c sftp-client.h sftp-common.c 
	                 sftp-common.h sftp-glob.c sftp-glob.h 
	                 sftp-int.c sftp-server.c sftp.1 

Log message:
support for short/long listings and globbing in "ls"; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/11 16:42:36

Modified files:
	x11/qt2-designer/pkg: DESCR 

Log message:
don't bother to mention KDE.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/09/11 16:50:35

Modified files:
	etc            : master.passwd 

Log message:
change _x11 uid to 35 for consistency. Ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/11 17:12:55

Modified files:
	textproc/sablotron: Makefile distinfo 
	textproc/sablotron/pkg: PFRAG.shared PLIST 
Added files:
	textproc/sablotron/patches: patch-src_command_Makefile_in 
Removed files:
	textproc/sablotron/patches: patch-configure 
	                            patch-src_engine_expr_cpp 
	                            patch-src_engine_proc_cpp 
	                            patch-src_engine_sxpath_h 
	                            patch-src_engine_verts_cpp 

Log message:
update to sablotron-0.96


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 17:16:44

Modified files:
	sys/uvm        : uvm_vnode.c 

Log message:
kill annoying trailing spaces (in hope it fixes /0 for me)


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/11 17:16:48

Modified files:
	www/php4       : Makefile.inc 
	www/php4/core  : Makefile distinfo 
	www/php4/core/patches: patch-php_ini-dist 
	                       patch-php_ini-recommended 
	www/php4/extensions: Makefile distinfo 
	www/php4/extensions/patches: patch-aclocal_m4 patch-configure_in 
	                             patch-ext_gd_config_m4 
	                             patch-ext_imap_config_m4 
	                             patch-ext_pgsql_config_m4 
	www/php4/pear  : distinfo 
	www/php4/pear/files: pear-412-421.tgz 
	www/php4/pear/pkg: PLIST 
Added files:
	www/php4/extensions/patches: patch-main_php_config_h_in 
	www/php4/extensions/pkg: DESCR-domxml PLIST-domxml 
Removed files:
	www/php4/extensions/patches: patch-ext_gmp_config_m4 

Log message:
- update to php4-4.2.3
- include the domxml extension as a subpackage
- include some extra modules with PEAR which also disappeared
- only link against freetype1, not freetype2


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 17:41:23

Modified files:
	regress/sys/kern/mmap2: mmaptest.c 

Log message:
errx is a proper function here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/09/11 18:12:48

Modified files:
	databases/freetds: Makefile distinfo 
	databases/freetds/patches: patch-Makefile_in patch-configure 
	databases/freetds/pkg: PFRAG.shared PLIST 

Log message:
update to freetds-0.60


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2002/09/11 18:13:07

Modified files:
	usr.bin/ssh    : sftp-int.c 

Log message:
zap unused var introduced in last commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/11 18:58:51

Modified files:
	graphics/libwmf: Makefile 

Log message:
png.h path


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/11 19:01:02

Modified files:
	sysutils/pftop : Makefile distinfo 
	sysutils/pftop/patches: patch-Makefile 

Log message:
update sysutils/pftop to 0.3; from MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/11 19:11:54

Modified files:
	sys/netinet6   : in6_ifattach.c 

Log message:
configure "next" pointer correctly.  from j@pureftpd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/11 19:38:10

Modified files:
	shells/zsh/stable: Makefile 

Log message:
in the mean time, default to static on alpha; pval@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/11 19:40:35

Modified files:
	shells/zsh/snapshot: Makefile 

Log message:
in the meantime, default to static on alpha until I fix this; pval@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/11 19:56:34

Modified files:
	x11/kde/office3/pkg: PLIST 

Log message:
remove 2 dirrm tags.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/11 20:19:57

Added files:
	x11/kde/office3/patches: patch-kivio_kiviopart_Makefile_in 
	                         patch-kivio_plugins_kivioconnectortool_Makefile_in 
	                         patch-kivio_plugins_kivioconnectortool_straight_connector_Makefile_in 
	                         patch-kivio_plugins_kivioselecttool_Makefile_in 
	                         patch-kivio_plugins_kiviotexttool_Makefile_in 
	                         patch-kivio_plugins_kiviozoomtool_Makefile_in 

Log message:
- sprinkle -pthread in a few places
- fix install target
Now installable on ELF systems. Some of the KOffice pieces are somewhat useable.
KSpread disappears when I try to do anything upon startup and Kivio just crashes.


CVSROOT:	/cvs
Module name:	src
Changes by:	danh@cvs.openbsd.org	2002/09/11 20:36:32

Modified files:
	etc            : daily 

Log message:
have df only display statistics about local filesystems (-l flag)

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/11 21:27:20

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
- Split out the hardware and software normalization versions of modexp...
I screwed something up when the function was trying to do both and it's
much easier to read this way (and heck, even works).
- Enable hardware normalization for chips that support it


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/11 21:48:31

Modified files:
	sys/dev/ic     : if_wireg.h 
	sys/dev/pci    : if_wi_pci.c 

Log message:
o break up wi_pci_attach() into device-specific parts for better readability
o kludge around a problem with Netgear MA301 hanging when booted w/o a card.
o better card detection w/ PLX adapters
o correct the info in some comments
mickey@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 22:09:31

Modified files:
	regress/sys/kern/mmap2: mmaptest.c 

Log message:
a grammar in err msgs and a tiny formating fix


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 22:36:19

Modified files:
	sys/arch/hppa/hppa: trap.c 

Log message:
give a condition trap own treatment, per millicode; and, oh horror, swap return of quad_t, sort of, sometimes


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/11 23:02:39

Modified files:
	sysutils/lsof  : Makefile 

Log message:
a master site changed; from Loic Tortay <loict@bougon.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/11 23:31:34

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
reset want_resched earlier, set curproc after we are done w/ switching, rearrange syscall savements


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/12 00:20:33

Log message:
    Initial import of scli-0.2.12
    
    The scli package was written to address the need for small and
    efficient command line utilities to monitor and configure network
    devices and host systems. The scli package is based on the SNMP
    management protocol. It utilizes a MIB compiler called smidump to
    generate C stub code.
    
    Maintainer Margarida Sequeira <niness@devilness.org>
    
    Status:
    
    Vendor Tag:	pvalchev
    Release Tags:	pvalchev_20020912
    
    N ports/net/scli/Makefile
    N ports/net/scli/distinfo
    N ports/net/scli/pkg/PLIST
    N ports/net/scli/pkg/DESCR
    N ports/net/scli/patches/patch-doc_scli_texinfo
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/12 00:21:08

Modified files:
	net            : Makefile 

Log message:
scli


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/12 00:32:03

Modified files:
	.              : INDEX 

Log message:
Synch (1965 packages, kde2 removal)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/12 00:47:16

Modified files:
	gnu/usr.bin/bc/bcwrap: wrap-anything.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/12 00:47:16

Modified files:
	devel/boehm-gc/patches: patch-include_private_gcconfig_h 

Log message:
fix VAX support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/12 01:08:14

Modified files:
	share/man/man4 : hifn.4 lofn.4 noct.4 ubsec.4 

Log message:
documentation repairs.  jason is american.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/12 01:10:32

Modified files:
	usr.bin/calendar/calendars: calendar.openbsd 

Log message:
c2k1 was actually !c2k1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/12 01:15:03

Modified files:
	share/man/man4 : crypto.4 

Log message:
doc some more features


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/12 01:17:56

Modified files:
	usr.bin/calendar: calendar.1 

Log message:
entry for the openbsd calendar.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/12 03:33:02

Log message:
    Import gtk-engines2 1.9.0:
    
    gtk-engines2 provides three sample theme engines for GTK+2:
    
    * Pixmap: A generic engine that renders using pixmaps.
    One theme using this theme engine is included.
    
    * Metal: A fairly complete theme engine that looks like the
    Java-Metal look of Swing.
    
    * Redmond95: A simple theme engine that looks a bit like
    Microsoft Windows95.
    
    Status:
    
    Vendor Tag:	nino
    Release Tags:	nino_020912
    
    N ports/x11/gtk-engines2/Makefile
    N ports/x11/gtk-engines2/distinfo
    N ports/x11/gtk-engines2/patches/patch-configure
    N ports/x11/gtk-engines2/patches/patch-ltmain_sh
    N ports/x11/gtk-engines2/pkg/DESCR
    N ports/x11/gtk-engines2/pkg/PLIST
    N ports/x11/gtk-engines2/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/12 03:36:00

Modified files:
	x11            : Makefile 

Log message:
Add gtk-engines2


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 03:48:57

Modified files:
	sbin/pfctl     : parse.y 

Log message:
rework netmask handling:
-don't set netmask in host token handler
-clear netmask in ipmask() proper before setting it
-in ifa_load(), also store interface's netmask and broadcast address
-allow ifa_lookup() to return either the interface's IP address(es), network(s)
or broadcast address(es) - not used anywhere yet. This implies that
ifa_lookup() also returns the netmask now.
-host() returns netmasks, too

ok pb@, frantzen@, deraadt@
also looked over kjell@, markus@, itojun@, dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 04:05:08

Modified files:
	sbin/pfctl     : parse.y 

Log message:
antispoof [log] [quick] for [interface|interface_list] [af]

e. g.

antispoof log quick for { dc0, dc1 } inet

docs & regress coming

ok pb@, frantzen@, deraadt@
also looked over kjell@, markus@, itojun@, dhartmei@
IPv6 help itojun@

finally, a long story finds its happy end here.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/12 04:11:39

Modified files:
	sys/netinet    : ip_ipcomp.c 

Log message:
Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 05:17:49

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf25.in pf25.ok 

Log message:
regress test for antispoof


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 06:14:35

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
nicer


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 06:17:05

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
BNF for antispoof


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 06:43:23

Modified files:
	sbin/pfctl     : parse.y 

Log message:
check for calloc() failure; ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/12 06:50:47

Modified files:
	sys/arch/alpha/include: pmap.h 
	sys/arch/hppa/include: pmap.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/vax/include: pmap.h 
	sys/uvm        : uvm_km.c 

Log message:
Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument
and return a VM_PAGE. This is to allow sparc64 to cheaply record the
VAC color for those pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/12 06:56:16

Modified files:
	sys/arch/i386/include: pmap.h 
	sys/uvm        : uvm_page.c 

Log message:
Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/12 07:47:20

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
explain antispoof
most work by nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 08:15:07

Modified files:
	www/webalizer  : Makefile 
	www/webalizer/pkg: PLIST 

Log message:
install the DNS.README file; from Nick Nauwelaerts <nick@wanadoo.be>


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/12 08:18:56

Modified files:
	devel/boehm-gc : Makefile 

Log message:
take maintainership. niklas@ resigned this


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/12 08:39:28

Modified files:
	www/php4/extensions: Makefile 

Log message:
set fullpkgname not pkgname so that we dont build two php4-extensions
packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 08:41:37

Modified files:
	archivers/p5-Compress-LZO: Makefile distinfo 
	archivers/p5-Compress-LZO/pkg: PLIST 

Log message:
update to perl-lzo-1.08; drop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 08:45:33

Modified files:
	mail/isync     : Makefile 

Log message:
* update MASTER_SITES and HOMEPAGE
* drop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/12 08:53:27

Modified files:
	devel/boehm-gc : Makefile 
	devel/boehm-gc/pkg: PLIST 

Log message:
install one more header, needed by the upcoming opencm use
of /usr/local/include


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/12 09:07:23

Modified files:
	devel/opencm   : Makefile 
Added files:
	devel/opencm/patches: patch-base_libgdiff_diff3_c 
	                      patch-base_libgdiff_diff_h 
	                      patch-base_src_opencm_h 
	                      patch-base_src_server_DoRequest_c 

Log message:
use gc.h and co from /usr/local/include


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/12 09:08:57

Modified files:
	devel/opencm   : Makefile 

Log message:
we use ${LOCALBASE} here, not /usr/local


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 09:12:36

Modified files:
	math/gnuplot   : Makefile 

Log message:
* update MASTER_SITES and HOMEPAGE
* respect CPPFLAGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 09:22:34

Modified files:
	net/radiusd-lucent: Makefile 
	net/radiusd-lucent/pkg: DESCR 

Log message:
add HOMEPAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/12 09:26:33

Modified files:
	devel/opencm   : Makefile 

Log message:
respect CPPFLAGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 09:38:58

Modified files:
	net/sing       : Makefile 
	net/sing/pkg   : DESCR 

Log message:
* add HOMEPAGE
* cleanup description
* drop NEED_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/12 09:55:56

Modified files:
	sys/arch/macppc/conf: RAMDISK 

Log message:
Support serial console on RAMDISK.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 09:57:33

Modified files:
	security/p5-Crypt-CBC: Makefile distinfo 

Log message:
update to Crypt-CBC-2.08; drop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 10:01:17

Modified files:
	security/p5-Crypt-DES: Makefile 
	security/p5-Crypt-DES/pkg: PLIST 

Log message:
* regen PLIST
* drop NEED_VERSION


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 10:41:26

Modified files:
	archivers/fastjar: Makefile 
	archivers/lzop : Makefile 
	mail/solid-pop3d: Makefile 
	net/ntp        : Makefile 
	net/p5-SNMP_Session: Makefile 
	net/radiusd-cistron: Makefile 
	sysutils/radiusreport: Makefile 
	sysutils/safecat: Makefile 

Log message:
these are not likely to change anytime soon, so drop NEED_VERSION now


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/12 10:42:46

Modified files:
	x11/kde/libs2  : Tag: OPENBSD_3_1 Makefile 
Added files:
	x11/kde/libs2/patches: Tag: OPENBSD_3_1 
	                       patch-khtml_ecma_kjs_html_cpp 

Log message:
Add patch for cross site scripting vulnerability.
- http://www.kde.org/info/security/advisory-20020908-2.txt


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/12 11:01:16

Modified files:
	lang/ocaml     : Makefile 

Log message:
not for macppc, for now


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/12 11:02:47

Modified files:
	lang/ocaml/patches: patch-configure 

Log message:
at least recognise OpenBSD/macppc, does not work yet fully; from Nikolay Sturm


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/12 11:06:25

Modified files:
	archivers/lzop : Makefile 

Log message:
respect CPPFLAGS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/12 11:43:14

Modified files:
	usr.sbin/named/named: ns_main.c 

Log message:
Eliminate the need for /dev/null in the chroot jail by opening it
before the chroot(2); deraadt@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/12 12:21:48

Modified files:
	etc            : rc 

Log message:
We no longer need to install copies of /dev/null and /etc/localtime
in named's chroot jail.  These things are now dealt with before
named chroots.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/12 13:11:52

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
%u for uid print; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/12 13:50:36

Modified files:
	usr.bin/ssh    : session.c ssh.1 

Log message:
add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384.  ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/12 13:58:39

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
add missing include of limits.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/12 14:21:34

Modified files:
	converters/ppmtoTbmp: Makefile 
	converters/ppmtoTbmp/pkg: DESCR 
Removed files:
	converters/ppmtoTbmp/patches: patch-Makefile 

Log message:
Honor CFLAGS, LOCALBASE; some clean-up.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/12 14:54:13

Log message:
    import openssl-0.9.7-stable-SNAP-20020911 (without idea)
    
    Status:
    
    Vendor Tag:	OPENSSL
    Release Tags:	OPENSSL_0_9_7_STABLE_SNAP_20020911
    
    C src/lib/libssl/src/CHANGES
    U src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/Configure
    C src/lib/libssl/src/FAQ
    U src/lib/libssl/src/INSTALL
    U src/lib/libssl/src/INSTALL.DJGPP
    U src/lib/libssl/src/INSTALL.MacOS
    U src/lib/libssl/src/INSTALL.OS2
    U src/lib/libssl/src/INSTALL.VMS
    U src/lib/libssl/src/INSTALL.W32
    U src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile.org
    C src/lib/libssl/src/NEWS
    C src/lib/libssl/src/PROBLEMS
    C src/lib/libssl/src/README
    U src/lib/libssl/src/README.ASN1
    U src/lib/libssl/src/README.ENGINE
    C src/lib/libssl/src/STATUS
    C src/lib/libssl/src/TABLE
    C src/lib/libssl/src/config
    U src/lib/libssl/src/e_os.h
    U src/lib/libssl/src/e_os2.h
    U src/lib/libssl/src/install.com
    U src/lib/libssl/src/makevms.com
    U src/lib/libssl/src/openssl.doxy
    U src/lib/libssl/src/openssl.spec
    U src/lib/libssl/src/MacOS/GUSI_Init.cpp
    U src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    U src/lib/libssl/src/MacOS/Randomizer.cpp
    U src/lib/libssl/src/MacOS/Randomizer.h
    U src/lib/libssl/src/MacOS/TODO
    U src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    U src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    U src/lib/libssl/src/MacOS/buildinf.h
    U src/lib/libssl/src/MacOS/mklinks.as.hqx
    U src/lib/libssl/src/MacOS/opensslconf.h
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    U src/lib/libssl/src/VMS/TODO
    U src/lib/libssl/src/VMS/WISHLIST.TXT
    U src/lib/libssl/src/VMS/install.com
    U src/lib/libssl/src/VMS/mkshared.com
    U src/lib/libssl/src/VMS/multinet_shr.opt
    U src/lib/libssl/src/VMS/openssl_utils.com
    U src/lib/libssl/src/VMS/socketshr_shr.opt
    U src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    U src/lib/libssl/src/VMS/test-includes.com
    U src/lib/libssl/src/VMS/ucx_shr_decc.opt
    U src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    U src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    U src/lib/libssl/src/apps/CA.com
    U src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/CA.sh
    C src/lib/libssl/src/apps/Makefile.ssl
    U src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    C src/lib/libssl/src/apps/apps.h
    U src/lib/libssl/src/apps/asn1pars.c
    U src/lib/libssl/src/apps/ca-cert.srl
    U src/lib/libssl/src/apps/ca-key.pem
    U src/lib/libssl/src/apps/ca-req.pem
    C src/lib/libssl/src/apps/ca.c
    U src/lib/libssl/src/apps/cert.pem
    U src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    U src/lib/libssl/src/apps/crl.c
    U src/lib/libssl/src/apps/crl2p7.c
    U src/lib/libssl/src/apps/der_chop.in
    C src/lib/libssl/src/apps/dgst.c
    U src/lib/libssl/src/apps/dh.c
    U src/lib/libssl/src/apps/dh1024.pem
    U src/lib/libssl/src/apps/dh2048.pem
    U src/lib/libssl/src/apps/dh4096.pem
    U src/lib/libssl/src/apps/dh512.pem
    U src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa-ca.pem
    U src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsa.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    U src/lib/libssl/src/apps/dsap.pem
    U src/lib/libssl/src/apps/dsaparam.c
    U src/lib/libssl/src/apps/enc.c
    U src/lib/libssl/src/apps/engine.c
    U src/lib/libssl/src/apps/errstr.c
    U src/lib/libssl/src/apps/gendh.c
    U src/lib/libssl/src/apps/gendsa.c
    U src/lib/libssl/src/apps/genrsa.c
    U src/lib/libssl/src/apps/install.com
    C src/lib/libssl/src/apps/makeapps.com
    U src/lib/libssl/src/apps/nseq.c
    C src/lib/libssl/src/apps/ocsp.c
    U src/lib/libssl/src/apps/oid.cnf
    U src/lib/libssl/src/apps/openssl-vms.cnf
    U src/lib/libssl/src/apps/openssl.c
    U src/lib/libssl/src/apps/openssl.cnf
    U src/lib/libssl/src/apps/passwd.c
    U src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    C src/lib/libssl/src/apps/pkcs12.c
    U src/lib/libssl/src/apps/pkcs7.c
    C src/lib/libssl/src/apps/pkcs8.c
    U src/lib/libssl/src/apps/privkey.pem
    U src/lib/libssl/src/apps/progs.h
    U src/lib/libssl/src/apps/progs.pl
    U src/lib/libssl/src/apps/rand.c
    C src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    C src/lib/libssl/src/apps/rsa.c
    U src/lib/libssl/src/apps/rsa8192.pem
    C src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    U src/lib/libssl/src/apps/s_apps.h
    U src/lib/libssl/src/apps/s_cb.c
    U src/lib/libssl/src/apps/s_client.c
    C src/lib/libssl/src/apps/s_server.c
    U src/lib/libssl/src/apps/s_socket.c
    U src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    U src/lib/libssl/src/apps/server2.pem
    U src/lib/libssl/src/apps/sess_id.c
    C src/lib/libssl/src/apps/smime.c
    U src/lib/libssl/src/apps/speed.c
    C src/lib/libssl/src/apps/spkac.c
    U src/lib/libssl/src/apps/testCA.pem
    U src/lib/libssl/src/apps/testdsa.h
    U src/lib/libssl/src/apps/testrsa.h
    U src/lib/libssl/src/apps/verify.c
    U src/lib/libssl/src/apps/version.c
    U src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    U src/lib/libssl/src/bugs/MS
    U src/lib/libssl/src/bugs/SSLv3
    U src/lib/libssl/src/bugs/VC16.bug
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    U src/lib/libssl/src/bugs/stream.c
    U src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/certs/ICE-CA.pem
    U src/lib/libssl/src/certs/ICE-root.pem
    U src/lib/libssl/src/certs/ICE-user.pem
    U src/lib/libssl/src/certs/ICE.crl
    U src/lib/libssl/src/certs/RegTP-4R.pem
    U src/lib/libssl/src/certs/RegTP-5R.pem
    U src/lib/libssl/src/certs/RegTP-6R.pem
    U src/lib/libssl/src/certs/ca-cert.pem
    U src/lib/libssl/src/certs/dsa-ca.pem
    U src/lib/libssl/src/certs/dsa-pca.pem
    U src/lib/libssl/src/certs/factory.pem
    U src/lib/libssl/src/certs/nortelCA.pem
    U src/lib/libssl/src/certs/pca-cert.pem
    U src/lib/libssl/src/certs/rsa-cca.pem
    U src/lib/libssl/src/certs/thawteCb.pem
    U src/lib/libssl/src/certs/thawteCp.pem
    U src/lib/libssl/src/certs/timCA.pem
    U src/lib/libssl/src/certs/tjhCA.pem
    U src/lib/libssl/src/certs/vsign1.pem
    U src/lib/libssl/src/certs/vsign2.pem
    U src/lib/libssl/src/certs/vsign3.pem
    U src/lib/libssl/src/certs/vsignss.pem
    U src/lib/libssl/src/certs/vsigntca.pem
    U src/lib/libssl/src/certs/expired/ICE-CA.pem
    U src/lib/libssl/src/certs/expired/ICE-root.pem
    U src/lib/libssl/src/certs/expired/ICE-user.pem
    U src/lib/libssl/src/certs/expired/ICE.crl
    U src/lib/libssl/src/certs/expired/rsa-ssca.pem
    C src/lib/libssl/src/crypto/Makefile.ssl
    U src/lib/libssl/src/crypto/cpt_err.c
    C src/lib/libssl/src/crypto/cryptlib.c
    C src/lib/libssl/src/crypto/cryptlib.h
    C src/lib/libssl/src/crypto/crypto-lib.com
    U src/lib/libssl/src/crypto/crypto.h
    U src/lib/libssl/src/crypto/cversion.c
    U src/lib/libssl/src/crypto/ebcdic.c
    U src/lib/libssl/src/crypto/ebcdic.h
    U src/lib/libssl/src/crypto/ex_data.c
    U src/lib/libssl/src/crypto/install.com
    U src/lib/libssl/src/crypto/md32_common.h
    C src/lib/libssl/src/crypto/mem.c
    U src/lib/libssl/src/crypto/mem_dbg.c
    U src/lib/libssl/src/crypto/o_time.c
    U src/lib/libssl/src/crypto/o_time.h
    U src/lib/libssl/src/crypto/opensslconf.h.in
    U src/lib/libssl/src/crypto/opensslv.h
    U src/lib/libssl/src/crypto/ossl_typ.h
    U src/lib/libssl/src/crypto/symhacks.h
    U src/lib/libssl/src/crypto/tmdiff.c
    U src/lib/libssl/src/crypto/tmdiff.h
    U src/lib/libssl/src/crypto/uid.c
    U src/lib/libssl/src/crypto/aes/Makefile.ssl
    U src/lib/libssl/src/crypto/aes/README
    U src/lib/libssl/src/crypto/aes/aes.h
    U src/lib/libssl/src/crypto/aes/aes_cbc.c
    U src/lib/libssl/src/crypto/aes/aes_cfb.c
    U src/lib/libssl/src/crypto/aes/aes_core.c
    U src/lib/libssl/src/crypto/aes/aes_ctr.c
    U src/lib/libssl/src/crypto/aes/aes_ecb.c
    U src/lib/libssl/src/crypto/aes/aes_locl.h
    U src/lib/libssl/src/crypto/aes/aes_misc.c
    U src/lib/libssl/src/crypto/aes/aes_ofb.c
    U src/lib/libssl/src/crypto/asn1/Makefile.ssl
    C src/lib/libssl/src/crypto/asn1/a_bitstr.c
    U src/lib/libssl/src/crypto/asn1/a_bool.c
    U src/lib/libssl/src/crypto/asn1/a_bytes.c
    U src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    U src/lib/libssl/src/crypto/asn1/a_digest.c
    U src/lib/libssl/src/crypto/asn1/a_dup.c
    U src/lib/libssl/src/crypto/asn1/a_enum.c
    U src/lib/libssl/src/crypto/asn1/a_gentm.c
    U src/lib/libssl/src/crypto/asn1/a_hdr.c
    U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    U src/lib/libssl/src/crypto/asn1/a_int.c
    U src/lib/libssl/src/crypto/asn1/a_mbstr.c
    U src/lib/libssl/src/crypto/asn1/a_meth.c
    U src/lib/libssl/src/crypto/asn1/a_object.c
    U src/lib/libssl/src/crypto/asn1/a_octet.c
    U src/lib/libssl/src/crypto/asn1/a_print.c
    U src/lib/libssl/src/crypto/asn1/a_set.c
    U src/lib/libssl/src/crypto/asn1/a_sign.c
    C src/lib/libssl/src/crypto/asn1/a_strex.c
    U src/lib/libssl/src/crypto/asn1/a_strnid.c
    U src/lib/libssl/src/crypto/asn1/a_time.c
    U src/lib/libssl/src/crypto/asn1/a_type.c
    U src/lib/libssl/src/crypto/asn1/a_utctm.c
    U src/lib/libssl/src/crypto/asn1/a_utf8.c
    U src/lib/libssl/src/crypto/asn1/a_verify.c
    U src/lib/libssl/src/crypto/asn1/asn1.h
    U src/lib/libssl/src/crypto/asn1/asn1_err.c
    C src/lib/libssl/src/crypto/asn1/asn1_lib.c
    U src/lib/libssl/src/crypto/asn1/asn1_mac.h
    U src/lib/libssl/src/crypto/asn1/asn1_par.c
    U src/lib/libssl/src/crypto/asn1/asn1t.h
    U src/lib/libssl/src/crypto/asn1/asn_moid.c
    U src/lib/libssl/src/crypto/asn1/asn_pack.c
    U src/lib/libssl/src/crypto/asn1/charmap.h
    U src/lib/libssl/src/crypto/asn1/charmap.pl
    U src/lib/libssl/src/crypto/asn1/d2i_pr.c
    U src/lib/libssl/src/crypto/asn1/d2i_pu.c
    U src/lib/libssl/src/crypto/asn1/evp_asn1.c
    U src/lib/libssl/src/crypto/asn1/f.c
    U src/lib/libssl/src/crypto/asn1/f_enum.c
    U src/lib/libssl/src/crypto/asn1/f_int.c
    U src/lib/libssl/src/crypto/asn1/f_string.c
    U src/lib/libssl/src/crypto/asn1/i2d_pr.c
    U src/lib/libssl/src/crypto/asn1/i2d_pu.c
    U src/lib/libssl/src/crypto/asn1/n_pkey.c
    U src/lib/libssl/src/crypto/asn1/nsseq.c
    U src/lib/libssl/src/crypto/asn1/p5_pbe.c
    U src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    U src/lib/libssl/src/crypto/asn1/p8_key.c
    U src/lib/libssl/src/crypto/asn1/t_crl.c
    U src/lib/libssl/src/crypto/asn1/p8_pkey.c
    U src/lib/libssl/src/crypto/asn1/t_bitst.c
    U src/lib/libssl/src/crypto/asn1/t_pkey.c
    C src/lib/libssl/src/crypto/asn1/t_req.c
    U src/lib/libssl/src/crypto/asn1/t_spki.c
    U src/lib/libssl/src/crypto/asn1/t_x509.c
    U src/lib/libssl/src/crypto/asn1/t_x509a.c
    C src/lib/libssl/src/crypto/asn1/tasn_dec.c
    U src/lib/libssl/src/crypto/asn1/tasn_enc.c
    U src/lib/libssl/src/crypto/asn1/tasn_fre.c
    U src/lib/libssl/src/crypto/asn1/tasn_new.c
    U src/lib/libssl/src/crypto/asn1/tasn_prn.c
    U src/lib/libssl/src/crypto/asn1/tasn_typ.c
    U src/lib/libssl/src/crypto/asn1/tasn_utl.c
    U src/lib/libssl/src/crypto/asn1/x_algor.c
    U src/lib/libssl/src/crypto/asn1/x_attrib.c
    U src/lib/libssl/src/crypto/asn1/x_bignum.c
    U src/lib/libssl/src/crypto/asn1/x_cinf.c
    U src/lib/libssl/src/crypto/asn1/x_crl.c
    U src/lib/libssl/src/crypto/asn1/x_exten.c
    U src/lib/libssl/src/crypto/asn1/x_info.c
    U src/lib/libssl/src/crypto/asn1/x_long.c
    U src/lib/libssl/src/crypto/asn1/x_name.c
    U src/lib/libssl/src/crypto/asn1/x_pkey.c
    U src/lib/libssl/src/crypto/asn1/x_pubkey.c
    U src/lib/libssl/src/crypto/asn1/x_req.c
    U src/lib/libssl/src/crypto/asn1/x_sig.c
    U src/lib/libssl/src/crypto/asn1/x_spki.c
    U src/lib/libssl/src/crypto/asn1/x_val.c
    U src/lib/libssl/src/crypto/asn1/x_x509.c
    U src/lib/libssl/src/crypto/asn1/x_x509a.c
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    U src/lib/libssl/src/crypto/bf/Makefile.ssl
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    U src/lib/libssl/src/crypto/bf/bf_cbc.c
    U src/lib/libssl/src/crypto/bf/bf_cfb64.c
    U src/lib/libssl/src/crypto/bf/bf_ecb.c
    U src/lib/libssl/src/crypto/bf/bf_enc.c
    U src/lib/libssl/src/crypto/bf/bf_locl.h
    U src/lib/libssl/src/crypto/bf/bf_ofb64.c
    U src/lib/libssl/src/crypto/bf/bf_opts.c
    U src/lib/libssl/src/crypto/bf/bf_pi.h
    U src/lib/libssl/src/crypto/bf/bf_skey.c
    U src/lib/libssl/src/crypto/bf/bfs.cpp
    U src/lib/libssl/src/crypto/bf/bfspeed.c
    U src/lib/libssl/src/crypto/bf/bftest.c
    U src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    U src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    U src/lib/libssl/src/crypto/bio/Makefile.ssl
    U src/lib/libssl/src/crypto/bio/b_dump.c
    C src/lib/libssl/src/crypto/bio/b_print.c
    U src/lib/libssl/src/crypto/bio/b_sock.c
    U src/lib/libssl/src/crypto/bio/bf_buff.c
    U src/lib/libssl/src/crypto/bio/bf_lbuf.c
    U src/lib/libssl/src/crypto/bio/bf_nbio.c
    U src/lib/libssl/src/crypto/bio/bf_null.c
    U src/lib/libssl/src/crypto/bio/bio.h
    U src/lib/libssl/src/crypto/bio/bio_cb.c
    U src/lib/libssl/src/crypto/bio/bio_err.c
    U src/lib/libssl/src/crypto/bio/bio_lib.c
    U src/lib/libssl/src/crypto/bio/bss_acpt.c
    U src/lib/libssl/src/crypto/bio/bss_bio.c
    U src/lib/libssl/src/crypto/bio/bss_conn.c
    U src/lib/libssl/src/crypto/bio/bss_fd.c
    U src/lib/libssl/src/crypto/bio/bss_file.c
    U src/lib/libssl/src/crypto/bio/bss_log.c
    U src/lib/libssl/src/crypto/bio/bss_mem.c
    U src/lib/libssl/src/crypto/bio/bss_null.c
    U src/lib/libssl/src/crypto/bio/bss_rtcp.c
    U src/lib/libssl/src/crypto/bio/bss_sock.c
    U src/lib/libssl/src/crypto/bn/Makefile.ssl
    C src/lib/libssl/src/crypto/bn/bn.h
    U src/lib/libssl/src/crypto/bn/bn.mul
    U src/lib/libssl/src/crypto/bn/bn_add.c
    U src/lib/libssl/src/crypto/bn/bn_asm.c
    U src/lib/libssl/src/crypto/bn/bn_blind.c
    U src/lib/libssl/src/crypto/bn/bn_ctx.c
    U src/lib/libssl/src/crypto/bn/bn_div.c
    U src/lib/libssl/src/crypto/bn/bn_err.c
    U src/lib/libssl/src/crypto/bn/bn_exp.c
    U src/lib/libssl/src/crypto/bn/bn_exp2.c
    U src/lib/libssl/src/crypto/bn/bn_gcd.c
    U src/lib/libssl/src/crypto/bn/bn_kron.c
    U src/lib/libssl/src/crypto/bn/bn_lcl.h
    U src/lib/libssl/src/crypto/bn/bn_lib.c
    U src/lib/libssl/src/crypto/bn/bn_mod.c
    U src/lib/libssl/src/crypto/bn/bn_mont.c
    U src/lib/libssl/src/crypto/bn/bn_mpi.c
    U src/lib/libssl/src/crypto/bn/bn_mul.c
    U src/lib/libssl/src/crypto/bn/bn_prime.c
    U src/lib/libssl/src/crypto/bn/bn_prime.h
    U src/lib/libssl/src/crypto/bn/bn_prime.pl
    U src/lib/libssl/src/crypto/bn/bn_print.c
    U src/lib/libssl/src/crypto/bn/bn_rand.c
    U src/lib/libssl/src/crypto/bn/bn_recp.c
    U src/lib/libssl/src/crypto/bn/bn_shift.c
    U src/lib/libssl/src/crypto/bn/bn_sqr.c
    U src/lib/libssl/src/crypto/bn/bn_sqrt.c
    U src/lib/libssl/src/crypto/bn/bn_word.c
    U src/lib/libssl/src/crypto/bn/bnspeed.c
    U src/lib/libssl/src/crypto/bn/bntest.c
    U src/lib/libssl/src/crypto/bn/divtest.c
    U src/lib/libssl/src/crypto/bn/exp.c
    U src/lib/libssl/src/crypto/bn/expspeed.c
    U src/lib/libssl/src/crypto/bn/exptest.c
    U src/lib/libssl/src/crypto/bn/todo
    U src/lib/libssl/src/crypto/bn/vms-helper.c
    U src/lib/libssl/src/crypto/bn/asm/README
    U src/lib/libssl/src/crypto/bn/asm/alpha.s
    U src/lib/libssl/src/crypto/bn/asm/alpha.s.works
    U src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    U src/lib/libssl/src/crypto/bn/asm/bn-alpha.pl
    U src/lib/libssl/src/crypto/bn/asm/ca.pl
    U src/lib/libssl/src/crypto/bn/asm/co-586.pl
    U src/lib/libssl/src/crypto/bn/asm/co-alpha.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64.S
    U src/lib/libssl/src/crypto/bn/asm/mips1.s
    U src/lib/libssl/src/crypto/bn/asm/mips3.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    U src/lib/libssl/src/crypto/bn/asm/r3000.s
    U src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    U src/lib/libssl/src/crypto/bn/asm/vms.mar
    U src/lib/libssl/src/crypto/bn/asm/x86.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/div.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.works.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sub.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/div.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.works.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sub.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/f
    U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    U src/lib/libssl/src/crypto/buffer/Makefile.ssl
    U src/lib/libssl/src/crypto/buffer/buf_err.c
    U src/lib/libssl/src/crypto/buffer/buffer.c
    U src/lib/libssl/src/crypto/buffer/buffer.h
    U src/lib/libssl/src/crypto/cast/Makefile.ssl
    U src/lib/libssl/src/crypto/cast/c_cfb64.c
    U src/lib/libssl/src/crypto/cast/c_ecb.c
    U src/lib/libssl/src/crypto/cast/c_enc.c
    U src/lib/libssl/src/crypto/cast/c_ofb64.c
    U src/lib/libssl/src/crypto/cast/c_skey.c
    U src/lib/libssl/src/crypto/cast/cast.h
    U src/lib/libssl/src/crypto/cast/cast_lcl.h
    U src/lib/libssl/src/crypto/cast/cast_s.h
    U src/lib/libssl/src/crypto/cast/cast_spd.c
    U src/lib/libssl/src/crypto/cast/castopts.c
    U src/lib/libssl/src/crypto/cast/casts.cpp
    U src/lib/libssl/src/crypto/cast/casttest.c
    U src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    U src/lib/libssl/src/crypto/comp/Makefile.ssl
    U src/lib/libssl/src/crypto/comp/c_rle.c
    U src/lib/libssl/src/crypto/comp/c_zlib.c
    U src/lib/libssl/src/crypto/comp/comp.h
    U src/lib/libssl/src/crypto/comp/comp_err.c
    U src/lib/libssl/src/crypto/comp/comp_lib.c
    U src/lib/libssl/src/crypto/conf/Makefile.ssl
    U src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/cnf_save.c
    U src/lib/libssl/src/crypto/conf/conf.h
    U src/lib/libssl/src/crypto/conf/conf_api.c
    U src/lib/libssl/src/crypto/conf/conf_api.h
    U src/lib/libssl/src/crypto/conf/conf_def.c
    U src/lib/libssl/src/crypto/conf/conf_def.h
    U src/lib/libssl/src/crypto/conf/conf_err.c
    U src/lib/libssl/src/crypto/conf/conf_lib.c
    U src/lib/libssl/src/crypto/conf/conf_mall.c
    U src/lib/libssl/src/crypto/conf/conf_mod.c
    U src/lib/libssl/src/crypto/conf/conf_sap.c
    U src/lib/libssl/src/crypto/conf/keysets.pl
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    U src/lib/libssl/src/crypto/conf/test.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    U src/lib/libssl/src/crypto/des/DES.pm
    U src/lib/libssl/src/crypto/des/DES.xs
    U src/lib/libssl/src/crypto/des/FILES
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/KERBEROS
    C src/lib/libssl/src/crypto/des/Makefile.ssl
    U src/lib/libssl/src/crypto/des/README
    U src/lib/libssl/src/crypto/des/VERSION
    U src/lib/libssl/src/crypto/des/cbc3_enc.c
    U src/lib/libssl/src/crypto/des/cbc_cksm.c
    U src/lib/libssl/src/crypto/des/cbc_enc.c
    U src/lib/libssl/src/crypto/des/cfb64ede.c
    U src/lib/libssl/src/crypto/des/cfb64enc.c
    U src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/des-lib.com
    U src/lib/libssl/src/crypto/des/des.c
    U src/lib/libssl/src/crypto/des/des.h
    U src/lib/libssl/src/crypto/des/des.pod
    U src/lib/libssl/src/crypto/des/des3s.cpp
    U src/lib/libssl/src/crypto/des/des_enc.c
    U src/lib/libssl/src/crypto/des/des_locl.h
    U src/lib/libssl/src/crypto/des/des_old.c
    U src/lib/libssl/src/crypto/des/des_old.h
    U src/lib/libssl/src/crypto/des/des_old2.c
    U src/lib/libssl/src/crypto/des/des_opts.c
    C src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/dess.cpp
    U src/lib/libssl/src/crypto/des/destest.c
    U src/lib/libssl/src/crypto/des/ecb3_enc.c
    C src/lib/libssl/src/crypto/des/ecb_enc.c
    U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    U src/lib/libssl/src/crypto/des/enc_read.c
    U src/lib/libssl/src/crypto/des/enc_writ.c
    U src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/fcrypt_b.c
    U src/lib/libssl/src/crypto/des/makefile.bc
    U src/lib/libssl/src/crypto/des/ncbc_enc.c
    U src/lib/libssl/src/crypto/des/ofb64ede.c
    U src/lib/libssl/src/crypto/des/ofb64enc.c
    U src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    U src/lib/libssl/src/crypto/des/pcbc_enc.c
    U src/lib/libssl/src/crypto/des/qud_cksm.c
    U src/lib/libssl/src/crypto/des/rand_key.c
    U src/lib/libssl/src/crypto/des/read2pwd.c
    U src/lib/libssl/src/crypto/des/read_pwd.c
    U src/lib/libssl/src/crypto/des/rpc_des.h
    U src/lib/libssl/src/crypto/des/rpc_enc.c
    U src/lib/libssl/src/crypto/des/rpw.c
    C src/lib/libssl/src/crypto/des/set_key.c
    U src/lib/libssl/src/crypto/des/speed.c
    U src/lib/libssl/src/crypto/des/spr.h
    U src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    U src/lib/libssl/src/crypto/des/xcbc_enc.c
    U src/lib/libssl/src/crypto/des/asm/crypt586.pl
    U src/lib/libssl/src/crypto/des/asm/des-586.pl
    U src/lib/libssl/src/crypto/des/asm/des686.pl
    U src/lib/libssl/src/crypto/des/asm/desboth.pl
    U src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    U src/lib/libssl/src/crypto/des/times/usparc.cc
    U src/lib/libssl/src/crypto/dh/Makefile.ssl
    U src/lib/libssl/src/crypto/dh/dh.h
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    U src/lib/libssl/src/crypto/dh/dh_asn1.c
    U src/lib/libssl/src/crypto/dh/dh_check.c
    U src/lib/libssl/src/crypto/dh/dh_err.c
    U src/lib/libssl/src/crypto/dh/dh_gen.c
    U src/lib/libssl/src/crypto/dh/dh_key.c
    U src/lib/libssl/src/crypto/dh/dh_lib.c
    U src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    U src/lib/libssl/src/crypto/dh/p1024.c
    U src/lib/libssl/src/crypto/dh/p192.c
    U src/lib/libssl/src/crypto/dh/p512.c
    U src/lib/libssl/src/crypto/dsa/Makefile.ssl
    U src/lib/libssl/src/crypto/dsa/README
    U src/lib/libssl/src/crypto/dsa/dsa.h
    U src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    U src/lib/libssl/src/crypto/dsa/dsa_err.c
    U src/lib/libssl/src/crypto/dsa/dsa_gen.c
    U src/lib/libssl/src/crypto/dsa/dsa_key.c
    U src/lib/libssl/src/crypto/dsa/dsa_lib.c
    U src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    U src/lib/libssl/src/crypto/dsa/dsa_sign.c
    U src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/dsagen.c
    U src/lib/libssl/src/crypto/dsa/dsatest.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    U src/lib/libssl/src/crypto/dso/Makefile.ssl
    U src/lib/libssl/src/crypto/dso/README
    U src/lib/libssl/src/crypto/dso/dso.h
    U src/lib/libssl/src/crypto/dso/dso_dl.c
    U src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    U src/lib/libssl/src/crypto/dso/dso_err.c
    U src/lib/libssl/src/crypto/dso/dso_lib.c
    U src/lib/libssl/src/crypto/dso/dso_null.c
    U src/lib/libssl/src/crypto/dso/dso_openssl.c
    U src/lib/libssl/src/crypto/dso/dso_vms.c
    U src/lib/libssl/src/crypto/dso/dso_win32.c
    U src/lib/libssl/src/crypto/ec/Makefile.ssl
    U src/lib/libssl/src/crypto/ec/ec.h
    U src/lib/libssl/src/crypto/ec/ec_cvt.c
    U src/lib/libssl/src/crypto/ec/ec_err.c
    U src/lib/libssl/src/crypto/ec/ec_lcl.h
    U src/lib/libssl/src/crypto/ec/ec_lib.c
    U src/lib/libssl/src/crypto/ec/ec_mult.c
    U src/lib/libssl/src/crypto/ec/ecp_mont.c
    U src/lib/libssl/src/crypto/ec/ecp_nist.c
    U src/lib/libssl/src/crypto/ec/ecp_recp.c
    U src/lib/libssl/src/crypto/ec/ecp_smpl.c
    U src/lib/libssl/src/crypto/ec/ectest.c
    U src/lib/libssl/src/crypto/engine/Makefile.ssl
    U src/lib/libssl/src/crypto/engine/README
    U src/lib/libssl/src/crypto/engine/eng_all.c
    U src/lib/libssl/src/crypto/engine/eng_cnf.c
    U src/lib/libssl/src/crypto/engine/eng_ctrl.c
    U src/lib/libssl/src/crypto/engine/eng_dyn.c
    U src/lib/libssl/src/crypto/engine/eng_err.c
    U src/lib/libssl/src/crypto/engine/eng_fat.c
    U src/lib/libssl/src/crypto/engine/eng_init.c
    U src/lib/libssl/src/crypto/engine/eng_int.h
    U src/lib/libssl/src/crypto/engine/eng_lib.c
    U src/lib/libssl/src/crypto/engine/eng_list.c
    U src/lib/libssl/src/crypto/engine/eng_openssl.c
    U src/lib/libssl/src/crypto/engine/eng_pkey.c
    U src/lib/libssl/src/crypto/engine/eng_table.c
    U src/lib/libssl/src/crypto/engine/engine.h
    U src/lib/libssl/src/crypto/engine/enginetest.c
    U src/lib/libssl/src/crypto/engine/hw.ec
    C src/lib/libssl/src/crypto/engine/hw_4758_cca.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca_err.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca_err.h
    U src/lib/libssl/src/crypto/engine/hw_aep.c
    U src/lib/libssl/src/crypto/engine/hw_aep_err.c
    U src/lib/libssl/src/crypto/engine/hw_aep_err.h
    U src/lib/libssl/src/crypto/engine/hw_atalla.c
    U src/lib/libssl/src/crypto/engine/hw_atalla_err.c
    U src/lib/libssl/src/crypto/engine/hw_atalla_err.h
    U src/lib/libssl/src/crypto/engine/hw_cswift.c
    U src/lib/libssl/src/crypto/engine/hw_cswift_err.c
    U src/lib/libssl/src/crypto/engine/hw_cswift_err.h
    U src/lib/libssl/src/crypto/engine/hw_ncipher.c
    U src/lib/libssl/src/crypto/engine/hw_ncipher_err.c
    U src/lib/libssl/src/crypto/engine/hw_ncipher_err.h
    U src/lib/libssl/src/crypto/engine/hw_nuron.c
    U src/lib/libssl/src/crypto/engine/hw_nuron_err.c
    U src/lib/libssl/src/crypto/engine/hw_nuron_err.h
    C src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c
    U src/lib/libssl/src/crypto/engine/hw_sureware.c
    U src/lib/libssl/src/crypto/engine/hw_sureware_err.c
    U src/lib/libssl/src/crypto/engine/hw_sureware_err.h
    C src/lib/libssl/src/crypto/engine/hw_ubsec.c
    U src/lib/libssl/src/crypto/engine/hw_ubsec_err.c
    U src/lib/libssl/src/crypto/engine/hw_ubsec_err.h
    U src/lib/libssl/src/crypto/engine/tb_cipher.c
    U src/lib/libssl/src/crypto/engine/tb_dh.c
    U src/lib/libssl/src/crypto/engine/tb_digest.c
    U src/lib/libssl/src/crypto/engine/tb_dsa.c
    U src/lib/libssl/src/crypto/engine/tb_rand.c
    U src/lib/libssl/src/crypto/engine/tb_rsa.c
    U src/lib/libssl/src/crypto/engine/vendor_defns/aep.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/atalla.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/cswift.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hw_4758_cca.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hw_ubsec.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hwcryptohook.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/sureware.h
    U src/lib/libssl/src/crypto/err/Makefile.ssl
    U src/lib/libssl/src/crypto/err/err.c
    U src/lib/libssl/src/crypto/err/err.h
    U src/lib/libssl/src/crypto/err/err_all.c
    U src/lib/libssl/src/crypto/err/err_prn.c
    U src/lib/libssl/src/crypto/err/openssl.ec
    U src/lib/libssl/src/crypto/evp/Makefile.ssl
    U src/lib/libssl/src/crypto/evp/bio_b64.c
    U src/lib/libssl/src/crypto/evp/bio_enc.c
    U src/lib/libssl/src/crypto/evp/bio_md.c
    U src/lib/libssl/src/crypto/evp/bio_ok.c
    U src/lib/libssl/src/crypto/evp/c_all.c
    U src/lib/libssl/src/crypto/evp/c_allc.c
    U src/lib/libssl/src/crypto/evp/c_alld.c
    U src/lib/libssl/src/crypto/evp/digest.c
    U src/lib/libssl/src/crypto/evp/e_aes.c
    U src/lib/libssl/src/crypto/evp/e_bf.c
    U src/lib/libssl/src/crypto/evp/e_cast.c
    U src/lib/libssl/src/crypto/evp/e_des.c
    U src/lib/libssl/src/crypto/evp/e_des3.c
    U src/lib/libssl/src/crypto/evp/e_dsa.c
    U src/lib/libssl/src/crypto/evp/e_idea.c
    U src/lib/libssl/src/crypto/evp/e_null.c
    U src/lib/libssl/src/crypto/evp/e_rc2.c
    U src/lib/libssl/src/crypto/evp/e_rc4.c
    U src/lib/libssl/src/crypto/evp/e_rc5.c
    U src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    U src/lib/libssl/src/crypto/evp/encode.c
    U src/lib/libssl/src/crypto/evp/evp.h
    U src/lib/libssl/src/crypto/evp/evp_acnf.c
    U src/lib/libssl/src/crypto/evp/evp_enc.c
    U src/lib/libssl/src/crypto/evp/evp_err.c
    U src/lib/libssl/src/crypto/evp/evp_key.c
    U src/lib/libssl/src/crypto/evp/evp_lib.c
    C src/lib/libssl/src/crypto/evp/evp_locl.h
    U src/lib/libssl/src/crypto/evp/evp_pbe.c
    U src/lib/libssl/src/crypto/evp/evp_pkey.c
    U src/lib/libssl/src/crypto/evp/evp_test.c
    U src/lib/libssl/src/crypto/evp/evptests.txt
    U src/lib/libssl/src/crypto/evp/m_dss.c
    U src/lib/libssl/src/crypto/evp/m_dss1.c
    U src/lib/libssl/src/crypto/evp/m_md2.c
    U src/lib/libssl/src/crypto/evp/m_md4.c
    U src/lib/libssl/src/crypto/evp/m_md5.c
    U src/lib/libssl/src/crypto/evp/m_mdc2.c
    U src/lib/libssl/src/crypto/evp/m_null.c
    U src/lib/libssl/src/crypto/evp/m_ripemd.c
    U src/lib/libssl/src/crypto/evp/m_sha.c
    U src/lib/libssl/src/crypto/evp/m_sha1.c
    U src/lib/libssl/src/crypto/evp/names.c
    U src/lib/libssl/src/crypto/evp/openbsd_hw.c
    U src/lib/libssl/src/crypto/evp/p5_crpt.c
    U src/lib/libssl/src/crypto/evp/p5_crpt2.c
    U src/lib/libssl/src/crypto/evp/p_dec.c
    U src/lib/libssl/src/crypto/evp/p_enc.c
    U src/lib/libssl/src/crypto/evp/p_lib.c
    U src/lib/libssl/src/crypto/evp/p_open.c
    U src/lib/libssl/src/crypto/evp/p_seal.c
    U src/lib/libssl/src/crypto/evp/p_sign.c
    U src/lib/libssl/src/crypto/evp/p_verify.c
    U src/lib/libssl/src/crypto/hmac/Makefile.ssl
    U src/lib/libssl/src/crypto/hmac/hmac.c
    U src/lib/libssl/src/crypto/hmac/hmac.h
    U src/lib/libssl/src/crypto/hmac/hmactest.c
    U src/lib/libssl/src/crypto/idea/Makefile.ssl
    U src/lib/libssl/src/crypto/idea/idea.h
    C src/lib/libssl/src/crypto/krb5/Makefile.ssl
    U src/lib/libssl/src/crypto/krb5/krb5_asn.c
    U src/lib/libssl/src/crypto/krb5/krb5_asn.h
    U src/lib/libssl/src/crypto/lhash/Makefile.ssl
    U src/lib/libssl/src/crypto/lhash/lh_stats.c
    U src/lib/libssl/src/crypto/lhash/lh_test.c
    U src/lib/libssl/src/crypto/lhash/lhash.c
    U src/lib/libssl/src/crypto/lhash/lhash.h
    U src/lib/libssl/src/crypto/lhash/num.pl
    U src/lib/libssl/src/crypto/md2/Makefile.ssl
    U src/lib/libssl/src/crypto/md2/md2.c
    U src/lib/libssl/src/crypto/md2/md2.h
    U src/lib/libssl/src/crypto/md2/md2_dgst.c
    U src/lib/libssl/src/crypto/md2/md2_one.c
    U src/lib/libssl/src/crypto/md2/md2test.c
    U src/lib/libssl/src/crypto/md4/Makefile.ssl
    U src/lib/libssl/src/crypto/md4/md4.c
    U src/lib/libssl/src/crypto/md4/md4.h
    U src/lib/libssl/src/crypto/md4/md4_dgst.c
    U src/lib/libssl/src/crypto/md4/md4_locl.h
    U src/lib/libssl/src/crypto/md4/md4_one.c
    U src/lib/libssl/src/crypto/md4/md4s.cpp
    U src/lib/libssl/src/crypto/md4/md4test.c
    U src/lib/libssl/src/crypto/md5/Makefile.ssl
    U src/lib/libssl/src/crypto/md5/md5.c
    U src/lib/libssl/src/crypto/md5/md5.h
    U src/lib/libssl/src/crypto/md5/md5_dgst.c
    U src/lib/libssl/src/crypto/md5/md5_locl.h
    U src/lib/libssl/src/crypto/md5/md5_one.c
    U src/lib/libssl/src/crypto/md5/md5s.cpp
    U src/lib/libssl/src/crypto/md5/md5test.c
    U src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    U src/lib/libssl/src/crypto/md5/asm/md5-sparcv9.S
    U src/lib/libssl/src/crypto/mdc2/Makefile.ssl
    U src/lib/libssl/src/crypto/mdc2/mdc2.h
    U src/lib/libssl/src/crypto/mdc2/mdc2_one.c
    U src/lib/libssl/src/crypto/mdc2/mdc2dgst.c
    U src/lib/libssl/src/crypto/mdc2/mdc2test.c
    U src/lib/libssl/src/crypto/objects/Makefile.ssl
    U src/lib/libssl/src/crypto/objects/o_names.c
    C src/lib/libssl/src/crypto/objects/obj_dat.c
    U src/lib/libssl/src/crypto/objects/obj_dat.h
    U src/lib/libssl/src/crypto/objects/obj_dat.pl
    U src/lib/libssl/src/crypto/objects/obj_err.c
    U src/lib/libssl/src/crypto/objects/obj_lib.c
    U src/lib/libssl/src/crypto/objects/obj_mac.h
    U src/lib/libssl/src/crypto/objects/obj_mac.num
    U src/lib/libssl/src/crypto/objects/objects.README
    U src/lib/libssl/src/crypto/objects/objects.h
    U src/lib/libssl/src/crypto/objects/objects.pl
    U src/lib/libssl/src/crypto/objects/objects.txt
    C src/lib/libssl/src/crypto/ocsp/Makefile.ssl
    U src/lib/libssl/src/crypto/ocsp/ocsp.h
    U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    U src/lib/libssl/src/crypto/pem/Makefile.ssl
    U src/lib/libssl/src/crypto/pem/message
    U src/lib/libssl/src/crypto/pem/pem.h
    U src/lib/libssl/src/crypto/pem/pem2.h
    U src/lib/libssl/src/crypto/pem/pem_all.c
    U src/lib/libssl/src/crypto/pem/pem_err.c
    U src/lib/libssl/src/crypto/pem/pem_info.c
    C src/lib/libssl/src/crypto/pem/pem_lib.c
    U src/lib/libssl/src/crypto/pem/pem_oth.c
    U src/lib/libssl/src/crypto/pem/pem_pk8.c
    U src/lib/libssl/src/crypto/pem/pem_pkey.c
    U src/lib/libssl/src/crypto/pem/pem_seal.c
    U src/lib/libssl/src/crypto/pem/pem_sign.c
    U src/lib/libssl/src/crypto/pem/pem_x509.c
    U src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    U src/lib/libssl/src/crypto/perlasm/alpha.pl
    U src/lib/libssl/src/crypto/perlasm/cbc.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    U src/lib/libssl/src/crypto/perlasm/x86asm.pl
    U src/lib/libssl/src/crypto/perlasm/x86ms.pl
    U src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    U src/lib/libssl/src/crypto/perlasm/x86unix.pl
    U src/lib/libssl/src/crypto/pkcs12/Makefile.ssl
    U src/lib/libssl/src/crypto/pkcs12/p12_add.c
    C src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    U src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_init.c
    U src/lib/libssl/src/crypto/pkcs12/p12_key.c
    U src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    U src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    U src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    U src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    U src/lib/libssl/src/crypto/pkcs12/pk12err.c
    U src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    U src/lib/libssl/src/crypto/pkcs7/Makefile.ssl
    U src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    U src/lib/libssl/src/crypto/pkcs7/dec.c
    U src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    U src/lib/libssl/src/crypto/pkcs7/enc.c
    U src/lib/libssl/src/crypto/pkcs7/es1.pem
    U src/lib/libssl/src/crypto/pkcs7/example.c
    U src/lib/libssl/src/crypto/pkcs7/example.h
    U src/lib/libssl/src/crypto/pkcs7/info.pem
    U src/lib/libssl/src/crypto/pkcs7/infokey.pem
    U src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    U src/lib/libssl/src/crypto/pkcs7/sign.c
    U src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    U src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    U src/lib/libssl/src/crypto/pkcs7/t/c.pem
    U src/lib/libssl/src/crypto/pkcs7/t/ff
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    U src/lib/libssl/src/crypto/pkcs7/t/s.pem
    U src/lib/libssl/src/crypto/pkcs7/t/server.pem
    U src/lib/libssl/src/crypto/rand/Makefile.ssl
    U src/lib/libssl/src/crypto/rand/md_rand.c
    U src/lib/libssl/src/crypto/rand/rand.h
    U src/lib/libssl/src/crypto/rand/rand_egd.c
    U src/lib/libssl/src/crypto/rand/rand_err.c
    U src/lib/libssl/src/crypto/rand/rand_lcl.h
    U src/lib/libssl/src/crypto/rand/rand_lib.c
    U src/lib/libssl/src/crypto/rand/rand_os2.c
    U src/lib/libssl/src/crypto/rand/rand_unix.c
    U src/lib/libssl/src/crypto/rand/rand_vms.c
    U src/lib/libssl/src/crypto/rand/rand_win.c
    U src/lib/libssl/src/crypto/rand/randfile.c
    U src/lib/libssl/src/crypto/rand/randtest.c
    U src/lib/libssl/src/crypto/rc2/Makefile.ssl
    U src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    U src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    U src/lib/libssl/src/crypto/rc2/rc2_skey.c
    U src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    U src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    U src/lib/libssl/src/crypto/rc2/rc2speed.c
    U src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    U src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    U src/lib/libssl/src/crypto/rc4/Makefile.ssl
    U src/lib/libssl/src/crypto/rc4/rc4.c
    U src/lib/libssl/src/crypto/rc4/rc4.h
    U src/lib/libssl/src/crypto/rc4/rc4_enc.c
    U src/lib/libssl/src/crypto/rc4/rc4_locl.h
    U src/lib/libssl/src/crypto/rc4/rc4_skey.c
    U src/lib/libssl/src/crypto/rc4/rc4s.cpp
    U src/lib/libssl/src/crypto/rc4/rc4speed.c
    U src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    U src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    U src/lib/libssl/src/crypto/rc5/Makefile.ssl
    U src/lib/libssl/src/crypto/rc5/rc5.h
    U src/lib/libssl/src/crypto/rc5/rc5_ecb.c
    U src/lib/libssl/src/crypto/rc5/rc5_enc.c
    U src/lib/libssl/src/crypto/rc5/rc5_locl.h
    U src/lib/libssl/src/crypto/rc5/rc5_skey.c
    U src/lib/libssl/src/crypto/rc5/rc5cfb64.c
    U src/lib/libssl/src/crypto/rc5/rc5ofb64.c
    U src/lib/libssl/src/crypto/rc5/rc5s.cpp
    U src/lib/libssl/src/crypto/rc5/rc5speed.c
    U src/lib/libssl/src/crypto/rc5/rc5test.c
    U src/lib/libssl/src/crypto/rc5/asm/rc5-586.pl
    U src/lib/libssl/src/crypto/rijndael/Makefile.ssl
    U src/lib/libssl/src/crypto/rijndael/README
    U src/lib/libssl/src/crypto/rijndael/rd_fst.c
    U src/lib/libssl/src/crypto/rijndael/rd_fst.h
    U src/lib/libssl/src/crypto/rijndael/rijndael.h
    U src/lib/libssl/src/crypto/ripemd/Makefile.ssl
    U src/lib/libssl/src/crypto/ripemd/README
    U src/lib/libssl/src/crypto/ripemd/ripemd.h
    U src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    U src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    U src/lib/libssl/src/crypto/ripemd/rmd_one.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    C src/lib/libssl/src/crypto/ripemd/rmdtest.c
    U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    U src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    U src/lib/libssl/src/crypto/rsa/Makefile.ssl
    U src/lib/libssl/src/crypto/rsa/rsa.h
    U src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    U src/lib/libssl/src/crypto/rsa/rsa_chk.c
    U src/lib/libssl/src/crypto/rsa/rsa_eay.c
    U src/lib/libssl/src/crypto/rsa/rsa_err.c
    U src/lib/libssl/src/crypto/rsa/rsa_gen.c
    U src/lib/libssl/src/crypto/rsa/rsa_lib.c
    U src/lib/libssl/src/crypto/rsa/rsa_none.c
    U src/lib/libssl/src/crypto/rsa/rsa_null.c
    U src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    U src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    U src/lib/libssl/src/crypto/rsa/rsa_saos.c
    U src/lib/libssl/src/crypto/rsa/rsa_sign.c
    U src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    U src/lib/libssl/src/crypto/rsa/rsa_test.c
    U src/lib/libssl/src/crypto/sha/Makefile.ssl
    U src/lib/libssl/src/crypto/sha/sha.c
    U src/lib/libssl/src/crypto/sha/sha.h
    U src/lib/libssl/src/crypto/sha/sha1.c
    U src/lib/libssl/src/crypto/sha/sha1_one.c
    U src/lib/libssl/src/crypto/sha/sha1dgst.c
    U src/lib/libssl/src/crypto/sha/sha1s.cpp
    U src/lib/libssl/src/crypto/sha/sha1test.c
    U src/lib/libssl/src/crypto/sha/sha_dgst.c
    U src/lib/libssl/src/crypto/sha/sha_locl.h
    U src/lib/libssl/src/crypto/sha/sha_one.c
    U src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    U src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    U src/lib/libssl/src/crypto/stack/Makefile.ssl
    U src/lib/libssl/src/crypto/stack/safestack.h
    U src/lib/libssl/src/crypto/stack/stack.c
    U src/lib/libssl/src/crypto/stack/stack.h
    U src/lib/libssl/src/crypto/threads/README
    U src/lib/libssl/src/crypto/threads/mttest.c
    U src/lib/libssl/src/crypto/threads/profile.sh
    U src/lib/libssl/src/crypto/threads/ptest.bat
    U src/lib/libssl/src/crypto/threads/pthread.sh
    U src/lib/libssl/src/crypto/threads/pthread2.sh
    U src/lib/libssl/src/crypto/threads/pthreads-vms.com
    U src/lib/libssl/src/crypto/threads/purify.sh
    U src/lib/libssl/src/crypto/threads/solaris.sh
    U src/lib/libssl/src/crypto/threads/th-lock.c
    U src/lib/libssl/src/crypto/threads/win32.bat
    U src/lib/libssl/src/crypto/txt_db/Makefile.ssl
    U src/lib/libssl/src/crypto/txt_db/txt_db.c
    U src/lib/libssl/src/crypto/txt_db/txt_db.h
    U src/lib/libssl/src/crypto/ui/Makefile.ssl
    U src/lib/libssl/src/crypto/ui/ui.h
    U src/lib/libssl/src/crypto/ui/ui_compat.c
    U src/lib/libssl/src/crypto/ui/ui_compat.h
    U src/lib/libssl/src/crypto/ui/ui_err.c
    U src/lib/libssl/src/crypto/ui/ui_lib.c
    U src/lib/libssl/src/crypto/ui/ui_locl.h
    U src/lib/libssl/src/crypto/ui/ui_openssl.c
    U src/lib/libssl/src/crypto/ui/ui_util.c
    U src/lib/libssl/src/crypto/x509/Makefile.ssl
    U src/lib/libssl/src/crypto/x509/by_dir.c
    U src/lib/libssl/src/crypto/x509/by_file.c
    C src/lib/libssl/src/crypto/x509/x509.h
    U src/lib/libssl/src/crypto/x509/x509_att.c
    U src/lib/libssl/src/crypto/x509/x509_cmp.c
    U src/lib/libssl/src/crypto/x509/x509_d2.c
    U src/lib/libssl/src/crypto/x509/x509_def.c
    U src/lib/libssl/src/crypto/x509/x509_err.c
    U src/lib/libssl/src/crypto/x509/x509_ext.c
    U src/lib/libssl/src/crypto/x509/x509_lu.c
    U src/lib/libssl/src/crypto/x509/x509_obj.c
    U src/lib/libssl/src/crypto/x509/x509_r2x.c
    U src/lib/libssl/src/crypto/x509/x509_req.c
    U src/lib/libssl/src/crypto/x509/x509_set.c
    U src/lib/libssl/src/crypto/x509/x509_trs.c
    U src/lib/libssl/src/crypto/x509/x509_txt.c
    U src/lib/libssl/src/crypto/x509/x509_v3.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.h
    U src/lib/libssl/src/crypto/x509/x509cset.c
    U src/lib/libssl/src/crypto/x509/x509name.c
    U src/lib/libssl/src/crypto/x509/x509rset.c
    U src/lib/libssl/src/crypto/x509/x_all.c
    U src/lib/libssl/src/crypto/x509/x509spki.c
    U src/lib/libssl/src/crypto/x509/x509type.c
    U src/lib/libssl/src/crypto/x509v3/Makefile.ssl
    U src/lib/libssl/src/crypto/x509v3/ext_dat.h
    U src/lib/libssl/src/crypto/x509v3/tabtest.c
    U src/lib/libssl/src/crypto/x509v3/v3_akey.c
    U src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    U src/lib/libssl/src/crypto/x509v3/v3_alt.c
    U src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    U src/lib/libssl/src/crypto/x509v3/v3_conf.c
    U src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    U src/lib/libssl/src/crypto/x509v3/v3_crld.c
    U src/lib/libssl/src/crypto/x509v3/v3_enum.c
    U src/lib/libssl/src/crypto/x509v3/v3_extku.c
    U src/lib/libssl/src/crypto/x509v3/v3_genn.c
    U src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    U src/lib/libssl/src/crypto/x509v3/v3_info.c
    U src/lib/libssl/src/crypto/x509v3/v3_int.c
    U src/lib/libssl/src/crypto/x509v3/v3_lib.c
    U src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    U src/lib/libssl/src/crypto/x509v3/v3_pku.c
    U src/lib/libssl/src/crypto/x509v3/v3_prn.c
    U src/lib/libssl/src/crypto/x509v3/v3_purp.c
    U src/lib/libssl/src/crypto/x509v3/v3_skey.c
    U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    U src/lib/libssl/src/crypto/x509v3/v3_utl.c
    U src/lib/libssl/src/crypto/x509v3/v3conf.c
    U src/lib/libssl/src/crypto/x509v3/v3err.c
    U src/lib/libssl/src/crypto/x509v3/v3prin.c
    U src/lib/libssl/src/crypto/x509v3/x509v3.h
    U src/lib/libssl/src/demos/README
    U src/lib/libssl/src/demos/b64.c
    U src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    U src/lib/libssl/src/demos/selfsign.c
    U src/lib/libssl/src/demos/spkigen.c
    U src/lib/libssl/src/demos/asn1/README.ASN1
    U src/lib/libssl/src/demos/asn1/ocsp.c
    U src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    U src/lib/libssl/src/demos/bio/saccept.c
    U src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    U src/lib/libssl/src/demos/easy_tls/Makefile
    U src/lib/libssl/src/demos/easy_tls/README
    U src/lib/libssl/src/demos/easy_tls/cacerts.pem
    U src/lib/libssl/src/demos/easy_tls/cert.pem
    U src/lib/libssl/src/demos/easy_tls/easy-tls.c
    U src/lib/libssl/src/demos/easy_tls/easy-tls.h
    U src/lib/libssl/src/demos/easy_tls/test.c
    U src/lib/libssl/src/demos/easy_tls/test.h
    U src/lib/libssl/src/demos/eay/Makefile
    U src/lib/libssl/src/demos/eay/base64.c
    U src/lib/libssl/src/demos/eay/conn.c
    U src/lib/libssl/src/demos/eay/loadrsa.c
    N src/lib/libssl/src/demos/engines/cluster_labs/Makefile
    N src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h
    N src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c
    N src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec
    N src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c
    N src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h
    N src/lib/libssl/src/demos/engines/ibmca/Makefile
    N src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c
    N src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec
    N src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c
    N src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h
    N src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h
    U src/lib/libssl/src/demos/engines/rsaref/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/README
    U src/lib/libssl/src/demos/engines/rsaref/build.com
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    N src/lib/libssl/src/demos/engines/zencod/Makefile
    N src/lib/libssl/src/demos/engines/zencod/hw_zencod.c
    N src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec
    N src/lib/libssl/src/demos/engines/zencod/hw_zencod.h
    N src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c
    N src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h
    U src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/README
    U src/lib/libssl/src/demos/maurice/cert.pem
    U src/lib/libssl/src/demos/maurice/example1.c
    U src/lib/libssl/src/demos/maurice/example2.c
    U src/lib/libssl/src/demos/maurice/example3.c
    U src/lib/libssl/src/demos/maurice/example4.c
    U src/lib/libssl/src/demos/maurice/loadkeys.c
    U src/lib/libssl/src/demos/maurice/loadkeys.h
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/pkcs12/README
    U src/lib/libssl/src/demos/pkcs12/pkread.c
    U src/lib/libssl/src/demos/pkcs12/pkwrite.c
    U src/lib/libssl/src/demos/prime/Makefile
    U src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/Makefile
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    U src/lib/libssl/src/demos/sign/sig.txt
    U src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/ssl/cli.cpp
    U src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    U src/lib/libssl/src/demos/ssl/serv.cpp
    U src/lib/libssl/src/demos/state_machine/Makefile
    U src/lib/libssl/src/demos/state_machine/state_machine.c
    U src/lib/libssl/src/demos/tunala/A-client.pem
    U src/lib/libssl/src/demos/tunala/A-server.pem
    U src/lib/libssl/src/demos/tunala/CA.pem
    U src/lib/libssl/src/demos/tunala/INSTALL
    U src/lib/libssl/src/demos/tunala/Makefile
    U src/lib/libssl/src/demos/tunala/Makefile.am
    U src/lib/libssl/src/demos/tunala/README
    U src/lib/libssl/src/demos/tunala/autogunk.sh
    U src/lib/libssl/src/demos/tunala/autoungunk.sh
    U src/lib/libssl/src/demos/tunala/breakage.c
    U src/lib/libssl/src/demos/tunala/buffer.c
    U src/lib/libssl/src/demos/tunala/cb.c
    U src/lib/libssl/src/demos/tunala/configure.in
    U src/lib/libssl/src/demos/tunala/ip.c
    U src/lib/libssl/src/demos/tunala/sm.c
    U src/lib/libssl/src/demos/tunala/tunala.c
    U src/lib/libssl/src/demos/tunala/tunala.h
    U src/lib/libssl/src/demos/x509/README
    U src/lib/libssl/src/demos/x509/mkcert.c
    U src/lib/libssl/src/demos/x509/mkreq.c
    U src/lib/libssl/src/doc/README
    U src/lib/libssl/src/doc/c-indentation.el
    C src/lib/libssl/src/doc/openssl.txt
    U src/lib/libssl/src/doc/openssl_button.gif
    U src/lib/libssl/src/doc/openssl_button.html
    U src/lib/libssl/src/doc/ssleay.txt
    U src/lib/libssl/src/doc/standards.txt
    U src/lib/libssl/src/doc/HOWTO/certificates.txt
    U src/lib/libssl/src/doc/apps/CA.pl.pod
    U src/lib/libssl/src/doc/apps/asn1parse.pod
    U src/lib/libssl/src/doc/apps/ca.pod
    U src/lib/libssl/src/doc/apps/ciphers.pod
    U src/lib/libssl/src/doc/apps/config.pod
    U src/lib/libssl/src/doc/apps/crl.pod
    U src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    U src/lib/libssl/src/doc/apps/dgst.pod
    U src/lib/libssl/src/doc/apps/dhparam.pod
    U src/lib/libssl/src/doc/apps/dsa.pod
    U src/lib/libssl/src/doc/apps/dsaparam.pod
    U src/lib/libssl/src/doc/apps/enc.pod
    U src/lib/libssl/src/doc/apps/gendsa.pod
    U src/lib/libssl/src/doc/apps/genrsa.pod
    U src/lib/libssl/src/doc/apps/nseq.pod
    U src/lib/libssl/src/doc/apps/ocsp.pod
    U src/lib/libssl/src/doc/apps/openssl.pod
    U src/lib/libssl/src/doc/apps/passwd.pod
    U src/lib/libssl/src/doc/apps/pkcs12.pod
    U src/lib/libssl/src/doc/apps/pkcs7.pod
    U src/lib/libssl/src/doc/apps/pkcs8.pod
    U src/lib/libssl/src/doc/apps/rand.pod
    U src/lib/libssl/src/doc/apps/req.pod
    U src/lib/libssl/src/doc/apps/rsa.pod
    U src/lib/libssl/src/doc/apps/rsautl.pod
    U src/lib/libssl/src/doc/apps/s_client.pod
    U src/lib/libssl/src/doc/apps/s_server.pod
    U src/lib/libssl/src/doc/apps/sess_id.pod
    U src/lib/libssl/src/doc/apps/smime.pod
    U src/lib/libssl/src/doc/apps/speed.pod
    U src/lib/libssl/src/doc/apps/spkac.pod
    U src/lib/libssl/src/doc/apps/verify.pod
    U src/lib/libssl/src/doc/apps/version.pod
    U src/lib/libssl/src/doc/apps/x509.pod
    U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    U src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    U src/lib/libssl/src/doc/crypto/BIO_new.pod
    U src/lib/libssl/src/doc/crypto/BIO_new_bio_pair.pod
    U src/lib/libssl/src/doc/crypto/BIO_push.pod
    U src/lib/libssl/src/doc/crypto/BIO_read.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    U src/lib/libssl/src/doc/crypto/bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    U src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    U src/lib/libssl/src/doc/crypto/BN_add.pod
    U src/lib/libssl/src/doc/crypto/BN_add_word.pod
    U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    U src/lib/libssl/src/doc/crypto/BN_cmp.pod
    U src/lib/libssl/src/doc/crypto/BN_copy.pod
    U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    U src/lib/libssl/src/doc/crypto/BN_new.pod
    U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    U src/lib/libssl/src/doc/crypto/BN_rand.pod
    U src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    U src/lib/libssl/src/doc/crypto/BN_swap.pod
    U src/lib/libssl/src/doc/crypto/BN_zero.pod
    U src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DH_new.pod
    C src/lib/libssl/src/doc/crypto/DH_set_method.pod
    U src/lib/libssl/src/doc/crypto/DH_size.pod
    U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    C src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    C src/lib/libssl/src/doc/crypto/DSA_new.pod
    C src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/DSA_sign.pod
    C src/lib/libssl/src/doc/crypto/DSA_size.pod
    U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    U src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    U src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    U src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    U src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    C src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    U src/lib/libssl/src/doc/crypto/RAND_add.pod
    U src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    U src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    U src/lib/libssl/src/doc/crypto/RAND_egd.pod
    U src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    C src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    U src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    C src/lib/libssl/src/doc/crypto/RSA_new.pod
    U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    U src/lib/libssl/src/doc/crypto/RSA_print.pod
    U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    C src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    C src/lib/libssl/src/doc/crypto/RSA_size.pod
    U src/lib/libssl/src/doc/crypto/blowfish.pod
    U src/lib/libssl/src/doc/crypto/bn.pod
    U src/lib/libssl/src/doc/crypto/bn_internal.pod
    U src/lib/libssl/src/doc/crypto/buffer.pod
    U src/lib/libssl/src/doc/crypto/crypto.pod
    U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    U src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/des.pod
    U src/lib/libssl/src/doc/crypto/des_modes.pod
    C src/lib/libssl/src/doc/crypto/dh.pod
    C src/lib/libssl/src/doc/crypto/dsa.pod
    N src/lib/libssl/src/doc/crypto/engine.pod
    U src/lib/libssl/src/doc/crypto/err.pod
    C src/lib/libssl/src/doc/crypto/evp.pod
    U src/lib/libssl/src/doc/crypto/hmac.pod
    U src/lib/libssl/src/doc/crypto/lh_stats.pod
    U src/lib/libssl/src/doc/crypto/lhash.pod
    U src/lib/libssl/src/doc/crypto/md5.pod
    U src/lib/libssl/src/doc/crypto/mdc2.pod
    U src/lib/libssl/src/doc/crypto/pem.pod
    C src/lib/libssl/src/doc/crypto/rand.pod
    U src/lib/libssl/src/doc/crypto/rc4.pod
    U src/lib/libssl/src/doc/crypto/ripemd.pod
    C src/lib/libssl/src/doc/crypto/rsa.pod
    U src/lib/libssl/src/doc/crypto/sha.pod
    U src/lib/libssl/src/doc/crypto/threads.pod
    U src/lib/libssl/src/doc/crypto/ui.pod
    U src/lib/libssl/src/doc/crypto/ui_compat.pod
    U src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    U src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    U src/lib/libssl/src/doc/ssl/ssl.pod
    U src/lib/libssl/src/doc/ssl/SSL_accept.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_new.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    U src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_clear.pod
    U src/lib/libssl/src/doc/ssl/SSL_connect.pod
    U src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    U src/lib/libssl/src/doc/ssl/SSL_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    U src/lib/libssl/src/doc/ssl/SSL_pending.pod
    U src/lib/libssl/src/doc/ssl/SSL_read.pod
    U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_want.pod
    U src/lib/libssl/src/doc/ssl/SSL_write.pod
    U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    U src/lib/libssl/src/ms/.rnd
    U src/lib/libssl/src/ms/16all.bat
    U src/lib/libssl/src/ms/32all.bat
    U src/lib/libssl/src/ms/README
    U src/lib/libssl/src/ms/bcb4.bat
    U src/lib/libssl/src/ms/certCA.srl
    U src/lib/libssl/src/ms/certCA.ss
    U src/lib/libssl/src/ms/certU.ss
    U src/lib/libssl/src/ms/cmp.pl
    U src/lib/libssl/src/ms/do_masm.bat
    U src/lib/libssl/src/ms/do_ms.bat
    U src/lib/libssl/src/ms/do_nasm.bat
    U src/lib/libssl/src/ms/do_nt.bat
    U src/lib/libssl/src/ms/keyCA.ss
    U src/lib/libssl/src/ms/keyU.ss
    U src/lib/libssl/src/ms/mingw32.bat
    U src/lib/libssl/src/ms/mw.bat
    U src/lib/libssl/src/ms/req2CA.ss
    U src/lib/libssl/src/ms/reqCA.ss
    U src/lib/libssl/src/ms/reqU.ss
    U src/lib/libssl/src/ms/speed16.bat
    U src/lib/libssl/src/ms/speed32.bat
    U src/lib/libssl/src/ms/tenc.bat
    U src/lib/libssl/src/ms/test.bat
    U src/lib/libssl/src/ms/testenc.bat
    U src/lib/libssl/src/ms/testpem.bat
    U src/lib/libssl/src/ms/testss.bat
    U src/lib/libssl/src/ms/tlhelp32.h
    U src/lib/libssl/src/ms/tpem.bat
    U src/lib/libssl/src/ms/x86asm.bat
    U src/lib/libssl/src/os2/OS2-EMX.cmd
    U src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    U src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    U src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    U src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    U src/lib/libssl/src/shlib/svr5-shared-installed
    U src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    C src/lib/libssl/src/ssl/Makefile.ssl
    U src/lib/libssl/src/ssl/bio_ssl.c
    U src/lib/libssl/src/ssl/install.com
    U src/lib/libssl/src/ssl/kssl.c
    U src/lib/libssl/src/ssl/kssl.h
    U src/lib/libssl/src/ssl/kssl_lcl.h
    U src/lib/libssl/src/ssl/s23_clnt.c
    U src/lib/libssl/src/ssl/s23_lib.c
    U src/lib/libssl/src/ssl/s23_meth.c
    U src/lib/libssl/src/ssl/s23_pkt.c
    U src/lib/libssl/src/ssl/s23_srvr.c
    C src/lib/libssl/src/ssl/s2_clnt.c
    C src/lib/libssl/src/ssl/s2_enc.c
    C src/lib/libssl/src/ssl/s2_lib.c
    U src/lib/libssl/src/ssl/s2_meth.c
    U src/lib/libssl/src/ssl/s2_pkt.c
    C src/lib/libssl/src/ssl/s2_srvr.c
    U src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    U src/lib/libssl/src/ssl/s3_enc.c
    U src/lib/libssl/src/ssl/s3_lib.c
    U src/lib/libssl/src/ssl/s3_meth.c
    U src/lib/libssl/src/ssl/s3_pkt.c
    C src/lib/libssl/src/ssl/s3_srvr.c
    C src/lib/libssl/src/ssl/ssl-lib.com
    C src/lib/libssl/src/ssl/ssl.h
    U src/lib/libssl/src/ssl/ssl2.h
    U src/lib/libssl/src/ssl/ssl23.h
    U src/lib/libssl/src/ssl/ssl3.h
    U src/lib/libssl/src/ssl/ssl_algs.c
    C src/lib/libssl/src/ssl/ssl_asn1.c
    U src/lib/libssl/src/ssl/ssl_cert.c
    U src/lib/libssl/src/ssl/ssl_ciph.c
    C src/lib/libssl/src/ssl/ssl_err.c
    U src/lib/libssl/src/ssl/ssl_err2.c
    C src/lib/libssl/src/ssl/ssl_lib.c
    C src/lib/libssl/src/ssl/ssl_locl.h
    U src/lib/libssl/src/ssl/ssl_rsa.c
    C src/lib/libssl/src/ssl/ssl_sess.c
    U src/lib/libssl/src/ssl/ssl_stat.c
    U src/lib/libssl/src/ssl/ssl_task.c
    U src/lib/libssl/src/ssl/ssl_txt.c
    C src/lib/libssl/src/ssl/ssltest.c
    U src/lib/libssl/src/ssl/t1_clnt.c
    U src/lib/libssl/src/ssl/t1_enc.c
    U src/lib/libssl/src/ssl/t1_lib.c
    U src/lib/libssl/src/ssl/t1_meth.c
    U src/lib/libssl/src/ssl/t1_srvr.c
    U src/lib/libssl/src/ssl/tls1.h
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    C src/lib/libssl/src/test/Makefile.ssl
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/VMSca-response.1
    U src/lib/libssl/src/test/VMSca-response.2
    U src/lib/libssl/src/test/bctest
    U src/lib/libssl/src/test/dummytest.c
    C src/lib/libssl/src/test/maketests.com
    U src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    U src/lib/libssl/src/test/r160test.c
    U src/lib/libssl/src/test/tcrl
    C src/lib/libssl/src/test/tcrl.com
    U src/lib/libssl/src/test/test.cnf
    U src/lib/libssl/src/test/testca
    U src/lib/libssl/src/test/testca.com
    U src/lib/libssl/src/test/testcrl.pem
    U src/lib/libssl/src/test/testenc
    C src/lib/libssl/src/test/testenc.com
    U src/lib/libssl/src/test/testgen
    U src/lib/libssl/src/test/testgen.com
    U src/lib/libssl/src/test/testp7.pem
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testrsa.pem
    U src/lib/libssl/src/test/tests.com
    U src/lib/libssl/src/test/testsid.pem
    U src/lib/libssl/src/test/testss
    U src/lib/libssl/src/test/testss.com
    U src/lib/libssl/src/test/testssl
    U src/lib/libssl/src/test/testssl.com
    U src/lib/libssl/src/test/testx509.pem
    U src/lib/libssl/src/test/times
    U src/lib/libssl/src/test/tpkcs7
    C src/lib/libssl/src/test/tpkcs7.com
    U src/lib/libssl/src/test/tpkcs7d
    C src/lib/libssl/src/test/tpkcs7d.com
    U src/lib/libssl/src/test/treq
    C src/lib/libssl/src/test/treq.com
    U src/lib/libssl/src/test/trsa
    C src/lib/libssl/src/test/trsa.com
    U src/lib/libssl/src/test/tsid
    C src/lib/libssl/src/test/tsid.com
    U src/lib/libssl/src/test/tverify.com
    U src/lib/libssl/src/test/tx509
    C src/lib/libssl/src/test/tx509.com
    U src/lib/libssl/src/test/v3-cert1.pem
    U src/lib/libssl/src/test/v3-cert2.pem
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    U src/lib/libssl/src/times/091/486-50.nt
    U src/lib/libssl/src/times/091/586-100.lnx
    U src/lib/libssl/src/times/091/68000.bsd
    U src/lib/libssl/src/times/091/686-200.lnx
    U src/lib/libssl/src/times/091/alpha064.osf
    U src/lib/libssl/src/times/091/alpha164.lnx
    U src/lib/libssl/src/times/091/alpha164.osf
    U src/lib/libssl/src/times/091/mips-rel.pl
    U src/lib/libssl/src/times/091/r10000.irx
    U src/lib/libssl/src/times/091/r3000.ult
    U src/lib/libssl/src/times/091/r4400.irx
    U src/lib/libssl/src/times/x86/bfs.cpp
    U src/lib/libssl/src/times/x86/casts.cpp
    U src/lib/libssl/src/times/x86/des3s.cpp
    U src/lib/libssl/src/times/x86/dess.cpp
    U src/lib/libssl/src/times/x86/md4s.cpp
    U src/lib/libssl/src/times/x86/md5s.cpp
    U src/lib/libssl/src/times/x86/rc4s.cpp
    U src/lib/libssl/src/times/x86/sha1s.cpp
    U src/lib/libssl/src/tools/Makefile.ssl
    U src/lib/libssl/src/tools/c89.sh
    U src/lib/libssl/src/tools/c_hash
    U src/lib/libssl/src/tools/c_info
    U src/lib/libssl/src/tools/c_issuer
    U src/lib/libssl/src/tools/c_name
    U src/lib/libssl/src/tools/c_rehash.in
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/bat.sh
    U src/lib/libssl/src/util/ck_errf.pl
    U src/lib/libssl/src/util/clean-depend.pl
    U src/lib/libssl/src/util/cygwin.sh
    U src/lib/libssl/src/util/deleof.pl
    U src/lib/libssl/src/util/dirname.pl
    U src/lib/libssl/src/util/do_ms.sh
    U src/lib/libssl/src/util/domd
    U src/lib/libssl/src/util/err-ins.pl
    U src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/install.sh
    C src/lib/libssl/src/util/libeay.num
    U src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    U src/lib/libssl/src/util/mkdef.pl
    U src/lib/libssl/src/util/mkdir-p.pl
    U src/lib/libssl/src/util/mkerr.pl
    U src/lib/libssl/src/util/mkfiles.pl
    U src/lib/libssl/src/util/mklink.pl
    U src/lib/libssl/src/util/mkstack.pl
    U src/lib/libssl/src/util/perlpath.pl
    U src/lib/libssl/src/util/pod2man.pl
    U src/lib/libssl/src/util/pod2mantest
    U src/lib/libssl/src/util/pod2mantest.pod
    U src/lib/libssl/src/util/point.sh
    U src/lib/libssl/src/util/selftest.pl
    U src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    U src/lib/libssl/src/util/src-dep.pl
    U src/lib/libssl/src/util/ssleay.num
    U src/lib/libssl/src/util/tab_num.pl
    U src/lib/libssl/src/util/x86asm.sh
    U src/lib/libssl/src/util/pl/BC-16.pl
    U src/lib/libssl/src/util/pl/BC-32.pl
    U src/lib/libssl/src/util/pl/Mingw32.pl
    U src/lib/libssl/src/util/pl/Mingw32f.pl
    U src/lib/libssl/src/util/pl/OS2-EMX.pl
    U src/lib/libssl/src/util/pl/VC-16.pl
    U src/lib/libssl/src/util/pl/VC-32.pl
    U src/lib/libssl/src/util/pl/linux.pl
    U src/lib/libssl/src/util/pl/ultrix.pl
    U src/lib/libssl/src/util/pl/unix.pl
    
    97 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jOPENSSL:yesterday -jOPENSSL src/lib/libssl/src

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/12 16:26:00

Modified files:
	mail/xfmail    : Makefile 
Added files:
	mail/xfmail/patches: patch-configure_in 

Log message:
unbreak; actually linking with libforms helps a lot


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/12 16:36:37

Modified files:
	libexec        : Makefile 

Log message:
do not decent into ld.so if it was said NOPIC, even for elf


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/09/12 17:21:43

Modified files:
	lib/libc_r/uthread: uthread_spinlock.c 

Log message:
remove erroneous comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/12 18:12:11

Modified files:
	sys/net        : if_pppvar.h ppp-comp.h ppp-deflate.c ppp_defs.h 
	usr.sbin/pppd  : auth.c ccp.c ccp.h chap.c chap.h demand.c 
	                 sys-bsd.c 

Log message:
Paul Mackerras and the Australian National University have worked things
out, and as a result, Paul now owns copyright on all these files, with the
proper terms.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/12 18:16:13

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
KNF + ANSI; deraadt@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/12 19:12:55

Modified files:
	usr.bin/newsyslog: newsyslog.8 

Log message:
Use .Dv for SIGUSR1 like all the other signal names.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2002/09/12 19:31:39

Modified files:
	libexec/identd : identd.8 identd.c identd.h parse.c 

Log message:
Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2002/09/12 19:36:07

Modified files:
	sys/sys        : poll.h 

Log message:
allow inclusion from C++; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/12 19:53:12

Modified files:
	usr.sbin/pppd  : chap_ms.c chap_ms.h 

Log message:
and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through
the help of people who found him: first one was nick.stott@cogeco.ca
This now has a better license.  Two authors left to go.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/13 00:07:47

Modified files:
	games/xbreaky  : Makefile 
	games/xbreaky/patches: patch-Makefile 

Log message:
remove setuid bit which is not needed and can be abused, per recent bugtraq
vulnerability; ok kevlo naddy
bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/13 00:11:58

Modified files:
	games/xbreaky  : Tag: OPENBSD_3_1 Makefile 
	games/xbreaky/patches: Tag: OPENBSD_3_1 patch-Makefile 

Log message:
MFC:
remove setuid bit which is not needed and can be abused, per recent bugtraq
vulnerability


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/13 03:00:00

Modified files:
	security/py-sslwrapper: Makefile 

Log message:
set PYTHON_VER=2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/13 04:10:53

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/patches: patch-python_Makefile_in 
	textproc/libxml/pkg: PFRAG.shared 

Log message:
upgrade to version 2.4.24


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/13 05:04:41

Modified files:
	share/man/man4 : wscons.4 wsdisplay.4 

Log message:
Fix a few inaccuracies in wsdisplay behaviour description.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/13 05:22:30

Modified files:
	editors/beav   : Makefile 
	editors/beav/patches: patch-Makefile patch-beav_1 
Added files:
	editors/beav/patches: patch-def_h 

Log message:
- Respect CC.
- Include prototypes for str*().
- Don't hardcode /usr/local.

ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/09/13 06:28:07

Modified files:
	graphics/fxtv  : Makefile 

Log message:
don't build on arches without a bktr device.


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/09/13 07:20:11

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
new user/group _x11
noticed by pb@, nick@ told me. don't try to understand that message path.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/13 08:17:01

Modified files:
	x11/fluxbox    : Makefile distinfo 

Log message:
upgrade to fluxbox 0.1.12
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/13 10:39:26

Log message:
    A class 1 and 2 DAV server for the Apache webserver
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20020913
    
    N ports/www/mod_dav/Makefile
    N ports/www/mod_dav/distinfo
    N ports/www/mod_dav/pkg/PLIST
    N ports/www/mod_dav/pkg/DESCR
    N ports/www/mod_dav/pkg/DEINSTALL
    N ports/www/mod_dav/pkg/MESSAGE
    N ports/www/mod_dav/files/mod_dav-enable
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/13 10:46:26

Modified files:
	www            : Makefile 

Log message:
mod_dav


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/13 11:05:20

Modified files:
	math/grace     : Makefile distinfo 

Log message:
Update to grace-5.1.10; from maintainer Nikolay Sturm


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/13 11:09:21

Log message:
    authorative only name server daemon
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20020913
    
    N ports/net/nsd/Makefile
    N ports/net/nsd/distinfo
    N ports/net/nsd/pkg/DESCR
    N ports/net/nsd/pkg/PLIST
    N ports/net/nsd/patches/patch-nsd_c
    N ports/net/nsd/patches/patch-nsd_h
    N ports/net/nsd/patches/patch-server_c
    N ports/net/nsd/patches/patch-nsd_8
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/13 11:09:58

Modified files:
	net            : Makefile 

Log message:
nsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/13 12:19:46

Modified files:
	usr.sbin/pppd  : cbcp.c cbcp.h 

Log message:
Pedro says we can change his license too.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/13 12:50:10

Modified files:
	usr.bin/newsyslog: newsyslog.8 newsyslog.c 

Log message:
Don't rotate log files < 512 bytes unless in binary mode.  This
prevents newsyslog from rotating a file that only contains the
messages that the log file was turned over.  deraadt@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/13 13:00:08

Modified files:
	usr.bin/newsyslog: newsyslog.8 

Log message:
remove trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/13 13:23:09

Modified files:
	usr.bin/ssh    : channels.c sshconnect.c sshd.c 

Log message:
remove use of SO_LINGER, it should not be needed. error check
SO_REUSEADDR. fixup comments. ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/13 14:45:53

Modified files:
	x11/kde/libs3/pkg: PLIST 

Log message:
remove creation of common dir share/locale


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/13 15:38:47

Modified files:
	distrib/miniroot: dot.profile 

Log message:
do not stty 9600


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/13 16:18:28

Modified files:
	databases/mysqlgui: Makefile 
	print/htmldoc  : Makefile 

Log message:
Add missing fltk_images library dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/13 16:28:49

Modified files:
	net/py-curl    : Makefile 

Log message:
This depends on libcurl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/13 16:54:28

Modified files:
	games/crossfire-client: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	net/pavuk      : Makefile 

Log message:
Add some forgotten library dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/13 17:06:06

Modified files:
	databases/openldap: Makefile 
Added files:
	databases/openldap/patches: 
	                            patch-servers_slapd_back-sql_back-sql_h 
	                            patch-servers_slapd_back-sql_config_c 
	                            patch-servers_slapd_back-sql_entry-id_c 
	                            patch-servers_slapd_back-sql_modify_c 
	                            patch-servers_slapd_back-sql_search_c 

Log message:
add postgresql flavour; submitted by Maurice Nonnekes


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/13 18:10:08

Modified files:
	www/w3m        : Makefile 

Log message:
Don't clobber LIB_DEPENDS in image flavor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/13 18:46:02

Modified files:
	www/php4/extensions: Makefile 

Log message:
LIB_DEPENDS -> SNMP_DEPENDS in the snmp section


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/13 19:00:52

Modified files:
	x11/kde/kdoc3  : Makefile 

Log message:
back out bogus change of MASTER_SITES, this is not available in the 3.0.3 dir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/13 20:14:36

Modified files:
	www/konqueror-embedded: Makefile 
Added files:
	www/konqueror-embedded/patches: patch-aclocal_m4 
	                                patch-admin_libtool_m4_in 
	                                patch-admin_ltcf-c_sh 
	                                patch-admin_ltcf-cxx_sh 
	                                patch-admin_ltconfig 

Log message:
Add local copies of the patches we used to get from x11/kde/libs2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/09/13 21:19:01

Modified files:
	audio/soundtracker: Makefile 

Log message:
Don't pick up a dependency on gdk_pixbuf, if that happens to be installed.
prompted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/13 21:21:29

Modified files:
	lang/ocaml     : Makefile 

Log message:
New maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
angelos ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/13 22:18:35

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-camel_providers_imap_Makefile_in 
	                        patch-camel_providers_local_Makefile_in 
	                        patch-camel_providers_pop3_Makefile_in 
	                        patch-camel_providers_sendmail_Makefile_in 
	                        patch-camel_providers_smtp_Makefile_in 
	                        patch-configure_in 
	                        patch-default_user_Makefile_in 
	                        patch-mail_importers_Makefile_in 
	mail/evolution/pkg: PFRAG.shared PLIST 
Added files:
	mail/evolution/patches: patch-help_C_evolution-C_omf 
	                        patch-help_Makefile_in 
	mail/evolution/pkg: DESCR-devguide PLIST-devguide 
Removed files:
	mail/evolution/patches: patch-default_user_Makefile_am 
	                        patch-omf-install_Makefile_in 

Log message:
* Updated 1.0.7 -> 1.0.8:
- fixed a number of addressbook and calendar issues
- updated some translations

* Updated the MASTER_SITES since Evolution is now in the Gnome tree.

* Standardized the CONFIGURE_ARGS.

* The developer's guide made a comeback so a subpackage was created for it.

* Removed the unneeded patch-default_user_Makefile_am patch.

* Patched the OMF file for scrollkeeper 0.3 and implemented better handling of scrollkeeper in general.

* Regenerated some of the remaining patches.

* Removed the remaining Norwegan (?) help files, since they caused problems with scrollkeeper anyway.

* Made the port complain if there's an existing Evolution installation due to numerious library conflicts.

* Updated my email address.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/13 23:28:38

Modified files:
	etc/etc.macppc : ttys 

Log message:
change console (off) to 57600, so people know how to enable serial console


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/09/14 00:44:05

Modified files:
	sbin/mount_nfs : mount_nfs.8 

Log message:
Document -R default (10000); ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/14 01:52:03

Modified files:
	textproc/libxslt: Makefile distinfo 
	textproc/libxslt/patches: patch-doc_Makefile_in 
	                          patch-python_Makefile_in 
	textproc/libxslt/pkg: PFRAG.shared 

Log message:
Updated to libxslt-1.0.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/14 02:40:52

Modified files:
	net/ssldump    : Makefile distinfo 
	net/ssldump/pkg: PLIST 

Log message:
update to 0.9b3 due to buffer overflow/underflow.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 03:07:12

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new intel pci-pci bridges


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 03:07:40

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/14 04:14:51

Modified files:
	lang/egcs/stable: Makefile distinfo 
	lang/egcs/stable/patches: patch-gcc_c-decl_c patch-gcc_combine_c 
	                          patch-gcc_config_gcc 
	                          patch-gcc_config_i386_i386_c 
	                          patch-gcc_config_i386_openbsd_h 
	                          patch-gcc_config_rs6000_sysv4_h 
	                          patch-gcc_config_sparc_openbsd1-64_h 
	                          patch-gcc_config_sparc_openbsd64_h 
	                          patch-gcc_emit-rtl_c 
	                          patch-gcc_reload1_c patch-gcc_rtl_h 
	                          patch-gcc_testsuite_gcc_dg_weak-9_c 
	                          patch-libstdc++-v3_src_Makefile_in 
	lang/egcs/stable/pkg: PFRAG.shared-c++ PFRAG.shared-objc PLIST 
	                      PLIST-c++ PLIST-g77 PLIST-java PLIST-objc 
Added files:
	lang/egcs/stable/pkg: PFRAG.shared-g77 PFRAG.shared-java 
Removed files:
	lang/egcs/stable/patches: patch-gcc_attribs_c 
	                          patch-gcc_c-pragma_c 
	                          patch-gcc_config_alpha_alpha_c 
	                          patch-gcc_testsuite_gcc_dg_weak-5_c 
	                          patch-gcc_toplev_c patch-gcc_varasm_c 
	                          patch-libstdc++-v3_config_cpu_m68k_bits_atomicity_h 
	                          patch-libstdc++-v3_configure_in 

Log message:
Update to gcc 3.2, remove integrated patches.
Fix packing lists, including missing %%SHARED%%.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/14 04:59:44

Modified files:
	lang/egcs/stable: Makefile 

Log message:
correct MASTER_SITE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 05:02:09

Modified files:
	sys/arch/macppc/conf: files.macppc 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/14 05:18:04

Modified files:
	lib/libssl/crypto: shlib_version 
	lib/libssl/src : CHANGES Configure FAQ Makefile.org NEWS README 
	                 STATUS TABLE config 
	lib/libssl/src/apps: Makefile.ssl apps.c apps.h ca.c dgst.c 
	                     makeapps.com ocsp.c pkcs12.c pkcs8.c req.c 
	                     rsa.c rsautl.c s_server.c smime.c spkac.c 
	                     x509.c 
	lib/libssl/src/crypto: Makefile.ssl crypto-lib.com mem.c 
	lib/libssl/src/crypto/asn1: a_bitstr.c a_strex.c t_req.c 
	                            tasn_dec.c 
	lib/libssl/src/crypto/bio: b_print.c 
	lib/libssl/src/crypto/bn: bn.h 
	lib/libssl/src/crypto/des: Makefile.ssl des_ver.h ecb_enc.c 
	                           set_key.c 
	lib/libssl/src/crypto/engine: hw_4758_cca.c 
	                              hw_openbsd_dev_crypto.c hw_ubsec.c 
	lib/libssl/src/crypto/evp: evp_locl.h 
	lib/libssl/src/crypto/krb5: Makefile.ssl 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/ocsp: Makefile.ssl 
	lib/libssl/src/crypto/pem: pem_lib.c 
	lib/libssl/src/crypto/pkcs12: p12_asn.c 
	lib/libssl/src/crypto/pkcs7: pk7_lib.c 
	lib/libssl/src/crypto/ripemd: rmdtest.c 
	lib/libssl/src/crypto/x509: x509.h 
	lib/libssl/src/doc: openssl.txt 
	lib/libssl/src/doc/crypto: DH_set_method.pod DSA_dup_DH.pod 
	                           DSA_new.pod DSA_set_method.pod 
	                           DSA_size.pod EVP_SealInit.pod 
	                           RAND_set_rand_method.pod RSA_new.pod 
	                           RSA_set_method.pod RSA_size.pod 
	                           dh.pod dsa.pod evp.pod rand.pod 
	                           rsa.pod 
	lib/libssl/src/doc/ssl: SSL_CTX_set_msg_callback.pod 
	lib/libssl/src/ssl: Makefile.ssl s2_clnt.c s2_enc.c s2_lib.c 
	                    s2_srvr.c s3_clnt.c s3_srvr.c ssl-lib.com 
	                    ssl.h ssl_asn1.c ssl_err.c ssl_lib.c 
	                    ssl_locl.h ssl_sess.c ssltest.c 
	lib/libssl/src/test: Makefile.ssl maketests.com tcrl.com 
	                     testenc.com tpkcs7.com tpkcs7d.com treq.com 
	                     trsa.com tsid.com tx509.com 
	lib/libssl/src/util: libeay.num 

Log message:
merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/14 05:35:03

Modified files:
	devel/cvs2cl   : Makefile distinfo 

Log message:
update to cvs2cl-2.38
from Jim Geovedi <negative@toxic.magnesium.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 05:40:27

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.i386 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/14 06:07:06

Modified files:
	net/ssldump    : Tag: OPENBSD_3_1 Makefile distinfo 
	net/ssldump/pkg: Tag: OPENBSD_3_1 PLIST 

Log message:
sucurity update to v0.9b3. ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 06:19:15

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer-fontmaker: Makefile 
	x11/ogle_gui   : Makefile 
	x11/rep-gtk    : Makefile 

Log message:
Add missing library dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/14 08:46:32

Modified files:
	net/openh323/patches: patch-pwlib_make_unix_mak 

Log message:
Fix to prevent use of expat


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/14 09:00:03

Modified files:
	sys/dev/ic     : cy.c cyreg.h 
	sys/dev/isa    : cy_isa.c 
	sys/dev/pci    : cy_pci.c 

Log message:
Various fixes and cleanups in the cy driver.
Finally my "Cyclades Cyclom-8Y" works correctly.

Cleanups:
- no more stupid arrays, we have softc structs, use them.
- no more global poll timeout that walks an array, timeouts are now cheap,
one poll per softc.
- sc_dev.dv_xname is the correct thing to print in diagnostic printfs.
- don't have bus-specific code in the generic attach for @#%$! sake, it
took 20 seconds to fix (I suspect that the workaround took much more
time to write).
- spltty, not splhigh.
- use pci_mapreg_map, not pci_{io,mem}_find + bus_space_map.
- use defines, not magic constants in a few places.
- KNF in a few places (much more work needed).
Now the interesting parts:
- when handling the interrupt, don't just ignore it when the tty is not
open. Read and discard the data. If we don't read it, the card will
interrupt again and again and again and ... (inspired by NetBSD).
- actually enable interrupts on PLX9050
- From FreeBSD: "Work around a PLX9050 bug that causes system lockup in
certain systems"

deraadt@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 09:00:56

Modified files:
	www/konqueror-embedded/patches: patch-aclocal_m4 

Log message:
Don't prefix C(XX)FLAGS with "-O2".


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 09:21:14

Modified files:
	mail/mixmaster : Makefile distinfo 
	mail/mixmaster/pkg: DEINSTALL DESCR INSTALL PLIST 
Added files:
	mail/mixmaster/files: Makefile 
	mail/mixmaster/patches: patch-Src_pcre-2_08_Makefile 
	                        patch-conf_mix_cfg 
Removed files:
	mail/mixmaster/patches: patch-Src_Makefile patch-Src_util_c 
	                        patch-bsafe_Makefile 
	                        patch-bsafe_bsafeeay_c patch-getlist 
	                        patch-mixmaster_conf patch-urls 

Log message:
Update to 2.9b37.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/14 09:22:06

Modified files:
	www/php4/extensions: Makefile 

Log message:
make it compile using any LOCALBASE


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/14 09:47:04

Log message:
    translation for koffice
    
    Status:
    
    Vendor Tag:	kde
    Release Tags:	espie
    
    N ports/x11/kde/office-i18n3/Makefile
    N ports/x11/kde/office-i18n3/distinfo
    N ports/x11/kde/office-i18n3/pkg/DESCR
    N ports/x11/kde/office-i18n3/pkg/PLIST.af
    N ports/x11/kde/office-i18n3/pkg/PLIST.ar
    N ports/x11/kde/office-i18n3/pkg/PLIST.bs
    N ports/x11/kde/office-i18n3/pkg/PLIST.cs
    N ports/x11/kde/office-i18n3/pkg/PLIST.da
    N ports/x11/kde/office-i18n3/pkg/PLIST.de
    N ports/x11/kde/office-i18n3/pkg/PLIST.el
    N ports/x11/kde/office-i18n3/pkg/PLIST.en_GB
    N ports/x11/kde/office-i18n3/pkg/PLIST.eo
    N ports/x11/kde/office-i18n3/pkg/PLIST.es
    N ports/x11/kde/office-i18n3/pkg/PLIST.et
    N ports/x11/kde/office-i18n3/pkg/PLIST.fr
    N ports/x11/kde/office-i18n3/pkg/PLIST.he
    N ports/x11/kde/office-i18n3/pkg/PLIST.hu
    N ports/x11/kde/office-i18n3/pkg/PLIST.it
    N ports/x11/kde/office-i18n3/pkg/PLIST.ja
    N ports/x11/kde/office-i18n3/pkg/PLIST.lt
    N ports/x11/kde/office-i18n3/pkg/PLIST.lv
    N ports/x11/kde/office-i18n3/pkg/PLIST.mt
    N ports/x11/kde/office-i18n3/pkg/PLIST.nb
    N ports/x11/kde/office-i18n3/pkg/PLIST.nl
    N ports/x11/kde/office-i18n3/pkg/PLIST.nn
    N ports/x11/kde/office-i18n3/pkg/PLIST.pl
    N ports/x11/kde/office-i18n3/pkg/PLIST.pt
    N ports/x11/kde/office-i18n3/pkg/PLIST.pt_BR
    N ports/x11/kde/office-i18n3/pkg/PLIST.ru
    N ports/x11/kde/office-i18n3/pkg/PLIST.sk
    N ports/x11/kde/office-i18n3/pkg/PLIST.sl
    N ports/x11/kde/office-i18n3/pkg/PLIST.sv
    N ports/x11/kde/office-i18n3/pkg/PLIST.th
    N ports/x11/kde/office-i18n3/pkg/PLIST.tr
    N ports/x11/kde/office-i18n3/pkg/PLIST.uk
    N ports/x11/kde/office-i18n3/pkg/PLIST.ven
    N ports/x11/kde/office-i18n3/pkg/PLIST.xh
    N ports/x11/kde/office-i18n3/pkg/PLIST.zh_TW
    N ports/x11/kde/office-i18n3/pkg/PLIST.zu
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/14 09:47:21

Modified files:
	x11/kde        : Makefile 

Log message:
+office-i18n3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 10:23:43

Modified files:
	x11/sawfish    : Makefile 

Log message:
Match dependencies to configure arguments and vice versa.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 11:05:20

Modified files:
	x11/kde/libs3-doc: Makefile 

Log message:
Sync version with x11/kde/libs3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 11:46:17

Modified files:
	graphics/py-Imaging: Makefile 

Log message:
Add missing dependency.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/14 11:50:17

Modified files:
	sbin/pfctl     : Makefile parse.y 

Log message:
bit more clue in rdr/nat rules wrt address family examination
don't take the af from host_node structs based on interface lookups, most
interfaces will have both IPv4 and IPv6 addresses. Most rdr/nat rules will
at least have one IP address specified from whoch we take the af for the
whole rule. The rare exceptional cases require the user to specify the af.

ok frantzen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/14 11:51:53

Modified files:
	sbin/pfctl     : Makefile 

Log message:
oooooooopsie


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 12:47:30

Modified files:
	sys/arch/macppc/macppc: autoconf.c 

Log message:
recognize AppleKiwi


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 14:09:31

Modified files:
	audio/libsidplay: Makefile distinfo 

Log message:
Update to 1.36.57.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/14 14:32:44

Modified files:
	games/cgoban   : Makefile 
	games/xmahjongg: Makefile 

Log message:
Change things around so HOMEPAGE is correctly defined; reported
by Jim Geovedi <negative@toxic.magnesium.net>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 15:05:18

Added files:
	audio/xmms-sid/patches: patch-configure 

Log message:
Fix libtool to give this a fighting chance to build on ELF.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/09/14 16:03:14

Modified files:
	lib/libc/stdio : findfp.c local.h makebuf.c setvbuf.c 
	lib/libc/stdlib: abort.c atexit.c exit.c 
	regress/lib/libc/atexit: Makefile atexit_test.c 

Log message:
Move __cleanup into mprotect'ed page to prevent unintentional modifications
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/14 16:41:03

Modified files:
	x11/xscreensaver: Makefile 

Log message:
Add overlooked gdk_pixbuf LIB_DEPENDS.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/14 16:44:56

Added files:
	x11/gnome/controlcenter/patches: 
	                                 patch-doc_C_control-center-C_omf 

Log message:
Patch control-center's OMF file to validate correctly with newer
versions of scrollkeeper.

ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/14 16:46:07

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new intel i2o raids; requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/14 16:47:08

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/14 16:54:34

Modified files:
	distrib/common : elfrdsetroot.c 

Log message:
Properly print out rd_root_size when running elfrdsetroot. ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 17:20:19

Modified files:
	x11/golem      : Makefile 

Log message:
category names are case-sensitive


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 17:38:16

Modified files:
	security/p5-Authen-Radius: Makefile 
	databases/p5-sybperl: Makefile 

Log message:
Use standard category name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 17:40:17

Modified files:
	misc/cbb       : Makefile 

Log message:
remove virtual category that has no other members


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 17:47:49

Modified files:
	devel/gconf    : Makefile 

Log message:
Use standard category name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 18:25:36

Modified files:
	www/linkchecker/pkg: PLIST 

Log message:
Don't try to delete locale directories.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/14 18:33:16

Modified files:
	x11/kde/i18n3/pkg: PLIST.af PLIST.ar PLIST.az PLIST.bg PLIST.bs 
	                   PLIST.ca PLIST.cs PLIST.da PLIST.de PLIST.el 
	                   PLIST.en_GB PLIST.eo PLIST.es PLIST.et 
	                   PLIST.fi PLIST.fr PLIST.he PLIST.hr PLIST.hu 
	                   PLIST.id PLIST.is PLIST.it PLIST.ja PLIST.ko 
	                   PLIST.lt PLIST.lv PLIST.mt PLIST.nb PLIST.nl 
	                   PLIST.nn PLIST.pl PLIST.pt PLIST.pt_BR 
	                   PLIST.ro PLIST.ru PLIST.sk PLIST.sl PLIST.sv 
	                   PLIST.ta PLIST.th PLIST.tr PLIST.uk PLIST.ven 
	                   PLIST.vi PLIST.xh PLIST.zh_CN PLIST.zh_TW 
	                   PLIST.zu 

Log message:
Don't try to remove locale directories.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 18:52:54

Modified files:
	sys/arch/macppc: README 

Log message:
pcmcia works somewhat


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 18:55:56

Modified files:
	sys/arch/macppc/macppc: autoconf.c 

Log message:
nice printing


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/14 18:59:07

Modified files:
	faq            : index.html faq3.html 

Log message:
More sane numbering for faq3.
Wrapped lines, removed </p>s, normalized case on html.
No changes to text (other than section numbers).


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/14 19:09:47

Modified files:
	www/mhonarc    : Makefile distinfo 
	www/mhonarc/pkg: MESSAGE PLIST 
Added files:
	www/mhonarc/patches: patch-Makefile_PL 
	                     patch-examples_mha-preview 
	                     patch-examples_mhasiteinit_pl 
	                     patch-extras_HtmlMail 
	                     patch-extras_MosaicMail patch-install_me 
Removed files:
	www/mhonarc/patches: patch-Makefile.PL patch-install.me 

Log message:
Update to mhonarc-2.5.12; from Margarida Sequeira
install examples and more documentation


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 20:02:44

Modified files:
	sys/arch/macppc/dev: adb.c adb_direct.c aed.c akbd.c ams.c apm.c 
	                     awacs.c dbdma.c if_bm.c macintr.c mesh.c 
	                     openpic.c uni_n.c wdc_obio.c zs.c 
	sys/arch/macppc/include: apmvar.h bus.h conf.h cpu.h disklabel.h 
	                         powerpc.h vmparam.h 
	sys/arch/macppc/macppc: autoconf.c clock.c conf.c cpu.c 
	                        db_interface.c disksubr.c dma.c 
	                        genassym.cf locore.S machdep.c mainbus.c 
	                        mem.c ofw_machdep.c openfirm.c 
	                        rbus_machdep.c 
	sys/arch/macppc/pci: macobio.c mpcpcibus.c pci_addr_fixup.c 
	                     pcibrvar.h vgafb.c vgafb_pci.c 
	                     vgafb_pcivar.h vgafbvar.h 
	sys/arch/macppc/stand: Locore.c boot.c net.c netif_of.c ofdev.c 
	sys/arch/powerpc/ddb: db_disasm.c db_memrw.c 
	sys/arch/powerpc/include: ansi.h asm.h cpu.h elf_abi.h exec.h 
	                          ieeefp.h intr.h ipkdb.h limits.h pio.h 
	                          pmap.h profile.h reg.h types.h 
	                          va-ppc.h 
	sys/arch/powerpc/pci: pci_machdep.h 
	sys/arch/powerpc/powerpc: Locore.c copystr.c fpu.c fubyte.c 
	                          in_cksum.c pmap.c process_machdep.c 
	                          setjmp.S trap.c vm_machdep.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/14 20:05:09

Modified files:
	sys/arch/macppc/dev: if_wi_obio.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/14 20:23:36

Modified files:
	gnu/usr.sbin/sendmail: RELEASE_NOTES 
	gnu/usr.sbin/sendmail/cf: README 
	gnu/usr.sbin/sendmail/cf/cf: courtesan.mc 
	gnu/usr.sbin/sendmail/cf/m4: proto.m4 version.m4 
	gnu/usr.sbin/sendmail/contrib: etrn.pl expn.pl 
	gnu/usr.sbin/sendmail/doc/op: op.me 
	gnu/usr.sbin/sendmail/include/sm: conf.h varargs.h 
	gnu/usr.sbin/sendmail/libmilter: comm.c engine.c listener.c 
	gnu/usr.sbin/sendmail/libsm: clock.c ldap.c 
	gnu/usr.sbin/sendmail/sendmail: TRACEFLAGS collect.c conf.c 
	                                deliver.c domain.c headers.c 
	                                main.c map.c milter.c 
	                                parseaddr.c queue.c readcf.c 
	                                sasl.c sendmail.h sfsasl.c 
	                                srvrsmtp.c usersmtp.c version.c 
	gnu/usr.sbin/sendmail/vacation: vacation.c 
Added files:
	gnu/usr.sbin/sendmail/contrib: etrn.0 

Log message:
update to sendmail-8.12.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/14 21:52:04

Modified files:
	graphics/ImageMagick/patches: patch-ltcf-c.sh patch-ltcf-cxx.sh 
	                              patch-ltconfig patch-ltmain_sh 
	                              patch-utilities_cgimagick_c 

Log message:
add RCS ids


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/14 22:01:31

Modified files:
	textproc/libxslt: Makefile 
	textproc/libxslt/patches: patch-python_Makefile_in 
	textproc/libxslt/pkg: PLIST 

Log message:
without python


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/14 22:16:31

Modified files:
	graphics/ImageMagick/pkg: PLIST 
Added files:
	graphics/ImageMagick/patches: patch-delegates_Makefile_in 

Log message:
make sure the install target for delegates.mgk respects DESTDIR
--
Issue pointed out by: naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/15 01:29:55

Modified files:
	www/links+     : Makefile distinfo 
	www/links+/patches: patch-x_c 

Log message:
update to links-2.1pre3


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/15 01:33:05

Modified files:
	www/mhonarc    : Makefile 

Log message:
Maintainership took by Margarida Sequeira.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/15 03:01:59

Modified files:
	sys/arch/macppc/dev: adb.c adb_direct.c aed.c akbd.c ams.c apm.c 
	                     awacs.c dbdma.c if_bm.c if_wi_obio.c 
	                     macintr.c mesh.c openpic.c uni_n.c 
	                     wdc_obio.c zs.c 
	sys/arch/macppc/include: apmvar.h bus.h conf.h cpu.h disklabel.h 
	                         powerpc.h vmparam.h 
	sys/arch/macppc/macppc: autoconf.c clock.c conf.c cpu.c 
	                        db_interface.c disksubr.c dma.c 
	                        genassym.cf locore.S machdep.c mainbus.c 
	                        mem.c ofw_machdep.c openfirm.c 
	                        rbus_machdep.c 
	sys/arch/macppc/pci: macobio.c mpcpcibus.c pci_addr_fixup.c 
	                     pcibrvar.h vgafb.c vgafb_pci.c 
	                     vgafb_pcivar.h vgafbvar.h 
	sys/arch/macppc/stand: Locore.c boot.c net.c netif_of.c ofdev.c 
	sys/arch/powerpc/ddb: db_disasm.c db_memrw.c 
	sys/arch/powerpc/include: ansi.h asm.h cpu.h elf_abi.h exec.h 
	                          ieeefp.h intr.h ipkdb.h limits.h pio.h 
	                          pmap.h profile.h reg.h types.h 
	                          va-ppc.h 
	sys/arch/powerpc/pci: pci_machdep.h 
	sys/arch/powerpc/powerpc: Locore.c copystr.c fpu.c fubyte.c 
	                          in_cksum.c pmap.c process_machdep.c 
	                          setjmp.S trap.c vm_machdep.c 

Log message:
backout premature


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/15 03:34:10

Modified files:
	sys/arch/hppa/hppa: fpemu.S 

Log message:
kill dangling spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/15 03:37:18

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
fix for an interrupt happening in the 2 insn window during a syscall, comment added; from fredette@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/15 03:39:36

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
be more precise on what we save on traps. flush fpu regs in pcb since they are possibly accessed through non-coherent mappings


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/15 03:42:58

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
better alias checking, verified w/ the regress


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/15 03:45:15

Modified files:
	sys/arch/hppa/dev: clock.c 

Log message:
check for errors on tod pdc ops. say that bad time is before 82


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/15 03:49:01

Modified files:
	sys/lib/libkern/arch/hppa: Makefile.inc 
Removed files:
	sys/lib/libkern/arch/hppa: strlcpy.S 

Log message:
use mi strlcpy here as well


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/15 04:07:30

Modified files:
	ja             : crypto.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/15 04:10:06

Modified files:
	faq/ja         : faq3.html index.html upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/15 04:14:41

Modified files:
	nl             : anoncvs.html crypto.html donations.html 
	                 ftp.html i386.html index.html 
Added files:
	nl             : mail.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/15 04:16:25

Modified files:
	openssh/nl     : ftp.html index.html portable.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/15 04:17:16

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: alpha_video.c 

Log message:
- sync checkDevMem() with i386: try /dev/xf86 before /dev/mem.
- do xf86OpenConsole() before revoquing privileges, in the case someone
has enabled virtual consoles.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/15 04:18:05

Modified files:
	ru             : anoncvs.html crypto.html ftp.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/15 04:18:47

Modified files:
	openssh/ru     : ftp.html index.html 

Log message:
mirrors changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/15 04:54:19

Modified files:
	databases/py-mysql: Makefile distinfo 
	databases/py-mysql/patches: patch-setup_py 

Log message:
Updated to py-mysql-0.9.2
- remove need_version
- update homepage
- update-patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/15 05:01:25

Modified files:
	devel/asp2php  : Makefile distinfo 
	devel/asp2php/patches: patch-Makefile 

Log message:
Updated to asp2php-0.76.13


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/15 05:07:52

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
Add PCVT_SUPPORT on alpha. This makes virtual consoles work under X
on VGA cards, if enabled in the kernel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/15 05:08:42

Modified files:
	math/py-Numeric: Makefile distinfo 

Log message:
Updated to py-Numeric-22.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/15 05:12:00

Modified files:
	mail/mailcrypt : Makefile distinfo 

Log message:
Updated to mailcrypt-3.5.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/15 05:20:55

Modified files:
	net/py-curl    : Makefile distinfo 
	net/py-curl/pkg: PLIST 

Log message:
Updated to py-curl-7.9.8.4
- lib_depends = crul->=7.9.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/15 05:46:09

Modified files:
	lang/clisp     : Makefile 

Log message:
Drop maintainership, follow-up ?


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/15 06:54:49

Modified files:
	sys/dev/wscons : wsemul_sun.c 

Log message:
Add missing translations for End, Ins and f11-f12, indent the switch a bit
as well; miod@ ok.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/15 07:02:30

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: i386_video.c 
	                                               alpha_video.c 

Log message:
mark checkDevMem() messages with X_PROBED rather than X_INFO


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/09/15 07:59:16

Modified files:
	usr.bin/mg     : display.c 

Log message:
typo in comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/09/15 08:08:57

Modified files:
	usr.bin/mg     : ttyio.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/15 08:29:29

Modified files:
	sys/arch/sparc64/dev: vgafb.c 

Log message:
Fix color choices to match wsemul_sun requirements.
Tested by and ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/09/15 08:48:50

Modified files:
	usr.bin/mg     : extend.c 

Log message:
rename realocmap to reallocmap, plus some style.

ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/09/15 08:51:51

Modified files:
	net/gaim       : Makefile distinfo 
	net/gaim/pkg   : PFRAG.shared PLIST 

Log message:
update to gaim-0.59.2


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/15 09:36:23

Removed files:
	sys/arch/sparc/dev: rcons_font.h 

Log message:
Begone.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/09/15 09:48:26

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/15 09:57:41

Modified files:
	x11/gnome/print: Makefile distinfo 
	x11/gnome/print/patches: patch-configure 
	                         patch-installer_Makefile_in 
	                         patch-ltmain_sh 
	x11/gnome/print/pkg: DEINSTALL PLIST 
Added files:
	x11/gnome/print/patches: patch-libgnomeprint_Makefile_in 
	                         sup-alpha-installer_Makefile_in 
Removed files:
	x11/gnome/print/patches: patch-run-gnome-font-install 
	x11/gnome/print/pkg: INSTALL 

Log message:
* Updates 0.35 -> 0.36.

* Moves the dynamic fontmap directory to /var/db/gnome/gnome-print (from
/etc/gnome/gnome-print).

* Updates the system fontmap on pkg install, not during build.

* Addes a fix for Alpha

ok nino@


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2002/09/15 10:02:13

Modified files:
	sys/net        : if_arcsubr.c 

Log message:
Make compile with -Werror (unused vars warnings)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/15 10:16:59

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Typo, spotted by Steve Shockley <steve.shockley@shockley.net>, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/15 10:57:00

Modified files:
	sbin/pfctl     : parse.y 

Log message:
set a netmask in the dynaddr case
noticed by <han@mijncomputer.nl>

ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/15 11:41:43

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf26.in pf26.ok pfail14.in 

Log message:
some dynaddr tests


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/15 12:58:20

Modified files:
	lib/libevent   : select.c 

Log message:
Signal fixes from ericj@monkey.org via dugsong@monkey.org
via provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/15 13:00:35

Modified files:
	sysutils/lsof  : Makefile 

Log message:
remove dead master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/15 13:17:03

Modified files:
	sysutils/lsof/patches: patch-dialects_n+obsd_Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/15 13:17:16

Added files:
	sysutils/lsof/patches: patch-Configure 

Log message:
Recognise OpenBSD 3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/15 13:19:48

Modified files:
	x11/kde/edu3/pkg: PLIST 
Added files:
	x11/kde/edu3/patches: patch-klettres_klettres_Makefile_in 

Log message:
Don't bypass DESTDIR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/15 13:28:36

Log message:
    MySQL authentication support for Apache, submitted by Sam Smith
    
    Status:
    
    Vendor Tag:	samsmith
    Release Tags:	samsmith_20020915
    
    N ports/www/mod_auth_mysql/Makefile
    N ports/www/mod_auth_mysql/distinfo
    N ports/www/mod_auth_mysql/files/mod_auth_mysql-enable
    N ports/www/mod_auth_mysql/pkg/DEINSTALL
    N ports/www/mod_auth_mysql/pkg/DESCR
    N ports/www/mod_auth_mysql/pkg/MESSAGE
    N ports/www/mod_auth_mysql/pkg/PLIST
    N ports/www/mod_auth_mysql/patches/patch-Makefile
    N ports/www/mod_auth_mysql/patches/patch-USAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/15 13:29:10

Modified files:
	www            : Makefile 

Log message:
mod_auth_mysql


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/15 13:30:54

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
don't forget to mention options in the always famous "Rules must be in order"


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/15 13:36:22

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
consistency


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/15 13:53:21

Modified files:
	devel/sdl      : Makefile 

Log message:
having CONFIGURE_STYLE set to autoconf implies gnu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/15 14:19:25

Modified files:
	mail/sylpheed  : Makefile distinfo 

Log message:
update to 0.8.3


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/15 15:30:25

Modified files:
	sys/dev/ic     : cy.c 
	sys/dev/isa    : cy_isa.c 
	sys/dev/pci    : cy_pci.c 

Log message:
Add a license from the author Timo Rossi <trossi@co.jyu.fi>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/15 15:51:12

Removed files:
	usr.sbin/tcpdump: send-ack.awk 

Log message:
no license; i told you guys i mean it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/15 16:18:11

Modified files:
	sys/dev/ic     : awi.c 
	sys/dev/pcmcia : if_awi_pcmcia.c 

Log message:
make it at least compile; parts from maurice@amaze.nl


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/09/15 16:18:40

Modified files:
	usr.bin/mg     : undo.c file.c 

Log message:
don't add undo records when we open a file, only when we insert it.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/15 17:04:46

Modified files:
	archivers/rar  : Makefile 

Log message:
Dummy DISTNAME if !sparc or i386.
fixes mirror-maker.
Noted by pval@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/15 18:27:35

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Update siop devices to include 1010-66 (66Mhz PCI Ultra3 chip).

From NetBSD. First step in siop update/resync.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/15 18:32:41

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Sync (siop device changes).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/15 18:53:12

Modified files:
	sys/dev/ic     : siop.c siop_common.c siopreg.h siopvar.h 
	                 siopvar_common.h 
	sys/dev/pci    : siop_pci.c siop_pci_common.c siop_pci_common.h 
	sys/dev/microcode/siop: siop.out siop.ss ncr53cxxx.c 

Log message:
Resync siop with NetBSD. Make strong effort to minimize
differences, undoing whitespace, spelling, etc. changes
and adopting the NetBSD code instead of equivalent home
grown code for PPR negotiation, etc.

siop.c            1.21 -> 1.64
siop_common.c     1.12 -> 1.30
siopreg.h         1.7  -> 1.13
siopvar.h         1.13 -> 1.18
siopvar_common.h  1.10 -> 1.21
ncr53cxxx.c       1.5  -> 1.10
siop.ss           1.12 -> 1.17
siop_pci.c        1.8  -> 1.11
siop_pci_common.c 1.6  -> 1.17
siop_pci_common.h 1.2  -> 1.4

Many fixes, add 1010-66 support, restructure things to prepare for
addition of esiop, osiop and oosiop drivers.

tested on various archs by art@, millert@, wilfried@, jason@,
Dan Weeks.

ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/15 18:53:53

Modified files:
	net/tcpreen    : Makefile distinfo 
	net/tcpreen/patches: patch-po_Makefile_in_in 

Log message:
update to tcpreen-1.0.4; from maintainer Margarida Sequeira


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/15 19:41:54

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
o Remove "NONE" #define and check uid_t and gid_t against -1 with proper casts
o Don't call chown/fchown if neither uid nor gid was specified
o Fix check for symlinks in non-verbose mode
o Add DPRINTF macro to simplify code in verbose mode
o Print B and F flags in -v and -n modes
o Add a leading tab to lines printed in -n mode for clarity


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/09/15 21:57:37

Modified files:
	audio/soundtracker: Makefile 

Log message:
autoconf in CONFIGURE_STYLE implies gnu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/15 22:11:23

Modified files:
	www/links+/patches: patch-html_c 
Added files:
	www/links+/patches: patch-cookies_c patch-html_gr_c 
	                    patch-html_r_c patch-ipret_c patch-jsint_c 
	                    patch-kbd_c patch-links_h patch-menu_c 
	                    patch-terminal_c patch-view_c 

Log message:
use intptr_t where needed.  pvalchev@ actually noticed this and provided
diffs but unfortunately they got lost in a hd crash.
pvalchev@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/15 22:34:47

Modified files:
	bin/systrace   : policy.c systrace.c 

Log message:
periodically save policies that have been modified.  from provos

>here is a diff that will cause systrace to periodically save policies
>that have been modified.  Useful if you run systrace on an xterm and
>kill it accidently.  Or other applications like opera that are long
>running and can cause weird crashes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/15 22:55:24

Modified files:
	www/links+/patches: patch-html_c 

Log message:
ops, add underline for hrefs back.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/15 23:15:23

Modified files:
	x11/gnome/libs : Makefile 
Added files:
	x11/gnome/libs/patches: sup-alpha-libgnorba_Makefile_in 

Log message:
Add a fix to compile gnome-name-service statically on Alpha so it actually
works.

ok nino@ pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/16 01:13:08

Modified files:
	textproc/p5-XML-SAX: Makefile distinfo 
	textproc/p5-XML-SAX/pkg: PLIST 

Log message:
Updated to p5-XML-SAX-0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/16 01:26:16

Modified files:
	textproc/p5-XML-Checker: Makefile distinfo 
	textproc/p5-XML-Checker/pkg: PLIST 

Log message:
Updated to p5-XML-Checker-0.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/16 01:36:32

Modified files:
	security/py-cryptkit: Makefile 

Log message:
add py22 flavor, by Morten Liebach <m@mongers.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/16 01:58:15

Modified files:
	sys/arch/hppa/stand/boot: boot.8 
	sys/arch/i386/stand/boot: boot.8 

Log message:
It's more convinient to spell convinient as ``convenient'', actually.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/16 02:10:42

Modified files:
	sys/conf       : newvers.sh 

Log message:
give up on putting the sccs[] variable before the version[] string.
often, compiler alignment frobbing causes this to fail.  instead, just
form our own sccs[] string.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/16 02:18:11

Modified files:
	games/xsoldier : Makefile 
	games/xsoldier/patches: patch-Imakefile patch-main_c 
	games/xsoldier/pkg: PLIST 
Added files:
	games/xsoldier/pkg: DEINSTALL INSTALL 

Log message:
Fix-up this port score file handling
- The score file should not be in ${PREFIX}/lib/X11/xsoldier, where only
static content should be put, move it to /var/games/xsoldier.scores and
add INSTALL/DEINSTALL scripts to handle it
- Make the score file group-writable to 'games' and the game setgid 'games'
instead of setuid root
Bump package name to reflect changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/16 02:21:20

Removed files:
	games/xsoldier/pkg: SECURITY 

Log message:
This is bogus.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/16 07:35:52

Modified files:
	audio/cdparanoia: Makefile distinfo 
	audio/cdparanoia/patches: patch-Makefile_in patch-configure_in 
	                          patch-interface_common_interface_c 
	                          patch-interface_cooked_interface_c 
	                          patch-interface_low_interface_h 
	                          patch-interface_scan_devices_c 
	                          patch-interface_scsi_interface_c 
	                          patch-interface_utils_h patch-main_c 
	                          patch-paranoia_Makefile_in 
	                          patch-utils_h 

Log message:
update audio/cdparanoia to 3.a9.8;
from Bjorn Sandell <biorn@dce.chalmers.se> and from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/16 10:06:33

Modified files:
	sys/arch/macppc/macppc: machdep.c 

Log message:
Limit buffer cache size to 35% kvm, not 70.

drahn@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/16 10:44:30

Modified files:
	audio/cdparanoia/pkg: DESCR 

Log message:
don't say stuff like that when it doesn't apply


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/16 10:54:52

Modified files:
	distrib/sets/lists/xbase: md.mvme68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/09/16 12:05:23

Modified files:
	gnu/egcs/gcc   : c-common.c 

Log message:
__syslog__ format attribute: same as printf, except for -pedantic, as %m is
leggit.

there will be a commit soon that uses this, so update your compiler now, or
risk having problems compiling soon.

ok millert@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/16 12:54:37

Modified files:
	lang/ocaml     : Makefile 
	lang/ocaml/pkg : PLIST 

Log message:
this now builds on macppc and sparc64,
thanks to Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/16 12:55:04

Added files:
	lang/ocaml/pkg : PFRAG.native 

Log message:
oups, this was a new file


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/16 13:07:55

Removed files:
	lib/libssl/src/crypto: opensslconf.h 

Log message:
remove generated file (from -beta3)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/16 13:13:58

Removed files:
	lib/libssl/src/rsaref: Makefile.ssl install.com rsar_err.c 
	                       rsaref-lib.com rsaref.c rsaref.h 

Log message:
remove old files


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/16 13:15:48

Modified files:
	lib/libssl/src/crypto/des: des_old.h 

Log message:
sync with 0.9.7-beta3


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/16 13:55:33

Modified files:
	usr.bin/ssh    : session.c 

Log message:
log when _PATH_NOLOGIN exists; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/16 14:12:11

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
more details on X11Forwarding security issues and threats; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/16 14:23:07

Modified files:
	editors/vim/stable: Makefile distinfo 

Log message:
update vim/stable to 6.1.184


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/09/16 14:50:25

Modified files:
	.              : plus.html 

Log message:
new update; andre@ae-35.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/16 15:03:11

Modified files:
	audio/id3lib   : Makefile distinfo 
	audio/id3lib/pkg: PFRAG.shared PLIST 

Log message:
update audio/id3lib to 3.8.0; thanks to naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/16 15:42:50

Modified files:
	lib/libssl/src/apps: speed.c 

Log message:
add -elapsed to usage() for USE_TOD, too


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/16 16:00:13

Modified files:
	devel/boehm-gc : Makefile 
	devel/boehm-gc/pkg: PLIST 

Log message:
more headers (needed by egcs)


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/16 16:03:14

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
reference moduli(5) in FILES /etc/moduli.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/16 19:25:03

Modified files:
	converters/libiconv/patches: patch-autoconf_ltmain_sh 
	                             patch-libcharset_autoconf_ltmain_sh 

Log message:
remove local changes to libtool made by libiconv authors
which make dirs with mode 777.
--
Brought to my attention by: Mike Pechkin <mpech@prosoft.org.lv>


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/09/16 19:29:11

Modified files:
	gnu/usr.bin/perl: mg.c 

Log message:
fix 64bit warnings; ok millert fgsch


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/16 19:33:05

Modified files:
	converters/libiconv/patches: patch-src_Makefile_in 

Log message:
- no more chmod 777
- link iconv binary like the HP-UX example instead of using brain dead libtool


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/09/16 20:37:20

Modified files:
	sys/arch/vax/vax: rootfil.c autoconf.c 

Log message:
Switch device register routine from last match to first match. Fixes
problems one of my machines was having with phantom scsi luns and no
way to discern which one was the boot device.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/09/16 20:41:04

Modified files:
	.              : macppc.html 

Log message:
xserve


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/16 20:59:34

Modified files:
	sys/arch/macppc/pci: vgafb_pci.c 

Log message:
Until vgafb on macppc properly support non-console operation, do
not allow it to execute code which could panic the otherwise booting system.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/16 21:51:49

Modified files:
	sys/arch/hppa/hppa: machdep.c trap.c 
	sys/arch/hppa/include: cpu.h 

Log message:
handle fpu exceptions properly, might use a regress, i guess


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/16 22:57:53

Modified files:
	bin/systrace   : intercept.c systrace.c 

Log message:
daemon should not change the directory.  from provos


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/16 23:10:58

Modified files:
	bin/systrace   : policy.c 

Log message:
split white space and single line policy processing into separate
functions.  from provos


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/16 23:50:51

Modified files:
	lib/libc/locale: setlocale.c 

Log message:
correct possible buffer overrun in setlocale(x, y) where y is supplied from
outside.  see NetBSD SA2002-012.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/17 01:45:35

Modified files:
	lib/libc/locale: setlocale.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/17 01:47:02

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
don't quit while creating X11 listening socket.

http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
got from portable.  markus ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/17 02:42:20

Modified files:
	net/oproute    : Makefile 
	net/oproute/patches: patch-oproute_cpp 

Log message:
This is a network program that needs raw sockets and is installed setuid root.
Open the socket first thing in the program and revoke root privileges
immediately after because that's all they are needed for.  ok maintainer jsyn@
Bump PKGNAME to reflect change


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/17 02:53:50

Modified files:
	net/oproute    : Makefile 

Log message:
fix both primary and secondary distsites -- the one referenced at
HOMEPAGE hasn't been valid in months, and owners have been unresponsive


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/17 03:04:05

Added files:
	net/bing/patches: patch-Makefile 
Removed files:
	net/bing/patches: patch-aa 

Log message:
update-patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/17 03:06:23

Modified files:
	net/bing       : Makefile 
Added files:
	net/bing/patches: patch-bing_c 

Log message:
This is installed setuid root because it uses SOCK_RAW, so open socket
as early as possible and revoke privileges immediately after
bump PKGNAME to reflect change


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/17 03:08:31

Modified files:
	lib/libc/sys   : setuid.2 

Log message:
mickey, did you not look at the output?


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcobb@cvs.openbsd.org	2002/09/17 05:38:34

Modified files:
	graphics/fxtv/patches: patch-tvcapture_c patch-tvutil_c 
Removed files:
	graphics/fxtv/patches: patch-batch_mode_c patch-imgsav_c 
	                       patch-tvscreen_c patch-xutil_c 

Log message:
remove useless diffs.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/17 06:28:54

Modified files:
	distrib/i386/common: install.md 
	distrib/miniroot: install.sh install.sub upgrade.sh 

Log message:
Ruthlessly expunge unnecessary verbiage and whitespace to make sure
the install example will easily fit on the CD insert at some
reasonable font size. Reword many messages and questions for same
reason.

In addition:

1) Add '...done.' to match 'Installing boot block...'

2) During install, after asking which is the root disk, start
initializing it immediately rather than asking again which disk to
work on.

3) Move munged fstab filesystem mounting to *before* network
initialization so that if you bail out during network initialization
and restart you do not have to go through disk initialization again.
Also puts fsck and mount messages close to each other rather than
spitting out the latter just before root password questions.

4) Make 'usr/obj' nosuid,nodev by default, /home nodev by default.

5) For network interfaces only show the complete list of media options
if the user indicates they want to change the default.

6) Move the question about the ftp server supporting passive ftp to
*after* selecting the ftp server where it is more 'rational' and can
easily be made more concise.

7) Don't bother umount'ing filesystems or stopping the dhclient after
a successful install/upgrade. The next step is a reboot after all.

Some minor code tweaks and comment cleanup while in the area.

Tested in recent snapshots. Suggested by & ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/17 06:53:44

Modified files:
	lib/csu        : common.h 
	lib/csu/i386   : crt0.c 
	lib/csu/m68k   : crt0.c 
	lib/csu/vax    : crt0.c 

Log message:
use a different name for __syscall(); millert@ miod@ niklas@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/17 06:55:05

Added files:
	lang/egcs/stable/patches: patch-gcc_c-format_c 

Log message:
recognize syslog as a valid format.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/17 06:56:19

Modified files:
	lang/egcs/stable: Makefile 

Log message:
make sure to bootstrap with ada i ada is requested.
disable libiconv entirely.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/17 06:57:50

Modified files:
	include        : unistd.h 
	lib/libc/sys   : ftruncate.c lseek.c mmap.c pread.c preadv.c 
	                 pwrite.c pwritev.c truncate.c 

Log message:
move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2002/09/17 07:01:20

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
int is small for returned values from uvm_rb_{space,subtree_space}, use
vsize_t instead.

art@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/17 07:08:04

Modified files:
	lib/libssl/src/crypto/hmac: hmac.c 

Log message:
undo local change, HMAC_Init() already does HMAC_CTX_init if(key && md)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/17 07:25:52

Modified files:
	sys/arch/sparc64/dev: psycho.c 

Log message:
I sense too much cut 'n paste.
Allow this to build with DEBUG.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/17 07:36:23

Modified files:
	sys/arch/vax/vax: pmap.c 

Log message:
Work around a vax-specific problem where mmap()ing large amount of memory
would cause a panic.

To do so, instead of panic'ing in pmap_protect() if the pages which are
supposed to be used for the mapping are out of the affordable pmap limits,
just return, and handle this in pmap_enter, by either returning EFAULT if
pmap_enter has been invoked with PMAP_CANFAIL, or panicing there if there
is no escape.

ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/17 07:45:38

Modified files:
	sys/dev/ic     : twe.c twevar.h 

Log message:
deal w/ the dma in a special thread to follow the busdma semantics. this fixes panics on unaligned physio; w/ help and testing from daniel@lucq.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/17 07:49:00

Log message:
    Initial import of gkrellshoot from Margarida Sequeira
    --
    gkrellshoot is a gkrellm plugin that gives easy access to Screen
    Lock and Screen Shoot facility.
    
    Status:
    
    Vendor Tag:	couderc
    Release Tags:	sequeira_2002-Sep-17
    
    N ports/x11/gkrellshoot/Makefile
    N ports/x11/gkrellshoot/distinfo
    N ports/x11/gkrellshoot/pkg/DESCR
    N ports/x11/gkrellshoot/pkg/PLIST
    N ports/x11/gkrellshoot/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/17 07:52:59

Modified files:
	x11            : Makefile 

Log message:
Add gkrellshoot


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 08:35:04

Modified files:
	audio/libworkman: Makefile 
	audio/wmmixer  : Makefile 
	audio/wsoundprefs: Makefile 
	audio/wsoundserver: Makefile 
	devel/libdockapp: Makefile 
	games/wmtimebomb: Makefile 
	math/wmcalc    : Makefile 
	x11/wmbutton   : Makefile 
	x11/wmdate     : Makefile 
	x11/wmthemeinstall: Makefile 

Log message:
remove NEED_VERSION from dead ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 08:46:07

Modified files:
	astro/wmmoonclock: Makefile 
	astro/wmspaceweather: Makefile 
	astro/wmsun    : Makefile 
	audio/ascd     : Makefile 
	audio/wmmp3    : Makefile 
	devel/p5-Data-ShowTable: Makefile 
	games/speyes   : Makefile 
	games/wmeyes   : Makefile 
	games/wmminichess: Makefile 
	games/wmtictactoe: Makefile 
	graphics/wmgrabimage: Makefile 
	graphics/wmicons: Makefile 
	graphics/wmphoto: Makefile 
	mail/wmmail    : Makefile 
	mail/wmpop3    : Makefile 
	misc/wmmand    : Makefile 
	sysutils/wmapm : Makefile 
	x11/asfiles    : Makefile 
	x11/astime     : Makefile 
	x11/libdnd     : Makefile 
	x11/windowmaker-extra: Makefile 
	x11/wmcalclock : Makefile 
	x11/wmpinboard : Makefile 
	x11/wmtz       : Makefile 
	x11/wmweather  : Makefile 

Log message:
remove NEED_VERSION from ports that haven't changed in a long while


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 08:51:33

Modified files:
	net/p5-Net-DNS : Makefile distinfo 

Log message:
update to p5-Net-DNS-0.28
- Fixed a bug in the RR pat that broke many updates.
- Added (untested) support for perl 5.004.
- We now allow whitespace at the begining of a RR.
- Fixed an issue that gave Net::DNS::SEC problems, %Net::DNS::RR::RR
is now in a scope that the Net::DNS::SEC hook can see it from.
- Fixed SRV records.
- Fixed debug message in Net::DNS::Resolver::bgread().


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 08:58:51

Modified files:
	audio/mixer.app: Makefile distinfo 
Removed files:
	audio/mixer.app/patches: patch-Mixer_cc 

Log message:
update to Mixer.app-1.8.0
- Now supports all mixer sources. NOTE! The source names have been
changed. See "Mixer.app -h".
- Fixed warnings when compiling with GCC 3.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 09:17:42

Modified files:
	x11/fleditor   : Makefile distinfo 

Log message:
update to fleditor-0.4.5
minor bugfix


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 09:19:29

Modified files:
	x11/fltk       : Makefile distinfo 
	x11/fltk/patches: patch-Makefile 

Log message:
update to fltk-1.1.0rc6


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/17 09:22:27

Modified files:
	astro/wmglobe  : Makefile 
	databases/MyCC : Makefile 
	databases/p5-DBD-Msql-Mysql: Makefile 
	databases/p5-DBD-mysqlPP: Makefile 
	lang/gawk      : Makefile 
	misc/wmtimer   : Makefile 
	net/no-ip      : Makefile 
	sysutils/bubblemon-dockapp: Makefile 
	sysutils/wmcube: Makefile 
	sysutils/wmcube-gdk: Makefile 
	x11/gnomemm    : Makefile 
	x11/wmfishtime : Makefile 
	x11/wminfo     : Makefile 
	x11/wmitime    : Makefile 
	x11/wmmenu     : Makefile 
	x11/wterm      : Makefile 

Log message:
remove NEED_VERSION from my remaining ports


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/17 10:09:49

Modified files:
	sbin/pfctl     : parse.y 

Log message:
easier "self" implementation.
no functional changes

ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/17 10:15:25

Modified files:
	distrib/miniroot: install.sub 

Log message:
Fix commit botch that deleted '#' at beginning of '$OpenBSD$' tag line.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/17 10:19:49

Modified files:
	.              : Makefile 

Log message:
Prevent the a.out cross-ld from building rtld too early in the build.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/17 10:20:46

Modified files:
	gnu/usr.bin/ld/m68k: md.h 

Log message:
Repair m68k cross-ld - the cross building environment makes some magic
unnecessary now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/17 10:30:13

Modified files:
	sys/arch/amiga/include: exec.h 

Log message:
6 year old typo in _KERN_DO_ELF


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/09/17 12:18:19

Modified files:
	build          : groups.dat 

Log message:
Update Yemen; add Bend OR, Springfield MO, update SF CA, and
add two groups in Chile and one in China.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/09/17 12:20:36

Modified files:
	.              : groups.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/17 13:01:33

Modified files:
	games/xmahjongg: Makefile distinfo 
	games/xmahjongg/pkg: DESCR PLIST 

Log message:
- update to 3.6.1.
- remove NEED_VERSION.
- fmt(1) DESCR.

From Jim Geovedi <negative@toxic.magnesium.net>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/17 13:10:31

Modified files:
	sys/dev/pci    : auich.c 

Log message:
match on ich4; from hunter@dg.net.ua


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/17 13:12:17

Modified files:
	sys/dev/ic     : ac97.c 

Log message:
add ad1981a id; from hunter@dg.net.ua


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/17 13:15:31

Modified files:
	sys/arch/hppa/hppa: db_interface.c 

Log message:
print out the ccr and rctr


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/17 13:37:40

Modified files:
	usr.bin/man    : config.c man.c 
	usr.bin/uname  : uname.c 
	usr.bin/users  : users.c 
	usr.bin/vmstat : dkstats.c vmstat.c 
	usr.bin/w      : w.c 
	usr.bin/wc     : wc.c 
	usr.bin/yes    : yes.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/17 13:50:48

Modified files:
	sysutils/skill : Makefile 

Log message:
Since this has been converted to use sysctl interface, there is no longer
need to install it setgid kmem (duh); ok jakob


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/17 14:01:22

Modified files:
	lib/libkvm     : kvm.c 

Log message:
Set close on exec flag for file descriptors opened by kvm_open().
Inspired by NetBSD.  deraadt@ and myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/17 14:03:40

Modified files:
	usr.bin/newsyslog: newsyslog.8 newsyslog.c 

Log message:
Add -a flag to specify a directory to store archived logs.  Based on
changes I made years ago to a private version of newsyslog but with
the option renamed to match FreeBSD.  Note that unlike the FreeBSD
-a flag, we don't automagically create the archive dir if it doesn't exist.
OK deraadt@ and todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/17 14:15:03

Modified files:
	lib/libssl/src/crypto/rand: rand_unix.c 

Log message:
use arc4random instead of /dev/arandom,
allows RAND_poll after chroot, ok deraadt, fgsch


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/17 14:16:43

Modified files:
	usr.bin/newsyslog: newsyslog.8 newsyslog.c 

Log message:
Add -F (force) flag; inspired by FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/17 14:44:38

Modified files:
	usr.bin/newsyslog: newsyslog.8 newsyslog.c 

Log message:
Allow user to restrict logs to be rotated by specifying pathnames on
the command line.  The default is to rotate all files in newsyslog.conf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/17 15:16:01

Modified files:
	include        : unistd.h 
	lib/libc/sys   : ftruncate.c lseek.c mmap.c pread.c preadv.c 
	                 pwrite.c pwritev.c truncate.c 
	lib/csu        : common.h 
	lib/csu/i386   : crt0.c 
	lib/csu/m68k   : crt0.c 
	lib/csu/vax    : crt0.c 

Log message:
uncommit, since it breaks macppc libc.  millert and miod have now said they
did NOT approve those for commit.  why did mickey feel he was ok to go
commiting a set of diffs which had not been passed around and tested by people?
we don't know.  mickey, have you got something to say for yourself?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/17 15:21:08

Modified files:
	lib/libkvm     : kvm.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/17 15:54:56

Modified files:
	sys/arch/mvme68k/dev: sshdma.c 

Log message:
It turns out that disabling selection timeout is not a good idea, on
MVME177 at least. Restore previous behaviour.


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/17 16:16:26

Modified files:
	lang/egcs/stable: Makefile 

Log message:
tweak autoconf to be a .for construct, rm to be a list of files; ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/17 17:18:34

Modified files:
	comms/efax     : Makefile 

Log message:
this does not need to be setuid uucp, use group dialer to control
access to modems. discussed w/ ian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/17 19:02:51

Modified files:
	mail/fetchmail : Makefile distinfo 

Log message:
update to 6.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/17 20:53:12

Modified files:
	x11/kde/utils3 : Makefile 
	x11/kde/utils3/pkg: PLIST 
Added files:
	x11/kde/utils3/patches: patch-klprfax_Makefile_in 

Log message:
don't build or install the included efax, instead add a dependency on
the efax port.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/17 22:32:59

Modified files:
	sys/dev/pci    : nofn.c lofn.c 

Log message:
Write the operand registers with the correct endian (fortunately it just means
writing to a different window to swizzle the bytes)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/17 22:34:41

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
Add lofn (working), and nofn (not working and commented out)


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/09/17 22:39:27

Modified files:
	.              : sparc64.html 

Log message:
Add lofn(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/17 22:40:20

Modified files:
	distrib/notes/sparc64: hardware 

Log message:
add lofn


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/17 22:41:20

Modified files:
	share/man/man4/man4.sparc64: intro.4 

Log message:
add lofn


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	2002/09/17 23:03:54

Modified files:
	lib/libc/arch/m88k/gen: _setjmp.S fabs.S setjmp.S sigsetjmp.S 

Log message:
Fix license and conformance with man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 00:06:13

Removed files:
	usr.sbin/trsp  : Makefile trsp.8 trsp.c 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/18 01:21:49

Log message:
    Import of task-1.50:
    --
    The @stake Sleuth Kit (TASK) is the only open source forensic toolkit
    for a complete analysis of Microsoft and UNIX file systems.  TASK
    enables investigators to identify and recover evidence from images
    acquired during incident response or from live systems.
    
    WWW: http://www.atstake.com/research/tools/task/
    
    MAINTAINER= Margarida Sequeira <niness@devilness.org>
    
    Status:
    
    Vendor Tag:	jsyn
    Release Tags:	niness_2002-Sep-18
    
    N ports/sysutils/task/Makefile
    N ports/sysutils/task/distinfo
    N ports/sysutils/task/pkg/DESCR
    N ports/sysutils/task/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/18 01:23:04

Modified files:
	sysutils       : Makefile 

Log message:
+task


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 01:33:48

Modified files:
	bin/ksh        : ksh.1tbl sh.1tbl 
	bin/rm         : rm.1 
	lib/libc/compat-43: sigvec.3 
	lib/libc/sys   : getgid.2 getuid.2 
	libexec/lockspool: lockspool.1 
	sbin/disklabel : disklabel.8 
	sbin/pfctl     : pfctl.8 
	usr.bin/netstat: netstat.1 
	usr.sbin/afs/src/appl/bos: bos.8 
	usr.sbin/afs/src/appl/fs: fs.1 
	usr.sbin/afs/src/appl/pts: pts.1 
	usr.sbin/mailwrapper: mailer.conf.5 mailwrapper.8 
	usr.sbin/named/man: named.8 
	usr.sbin/ypserv/ypserv: ypserv.8 

Log message:
fix Xr refs; frisco@blackant.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 01:35:13

Modified files:
	share/man/man4 : bridge.4 

Log message:
no photurisd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 01:36:07

Modified files:
	share/man/man4 : ipsec.4 

Log message:
no photurisd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 01:36:32

Modified files:
	share/man/man5 : moduli.5 

Log message:
no photurisd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 01:37:41

Modified files:
	usr.sbin/trpt  : trpt.8 

Log message:
no trsp


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/18 01:46:57

Modified files:
	sys/netipx     : ipx_ip.c 

Log message:
mad typo, only null can take it


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/18 02:19:06

Modified files:
	mail/imap-uw   : Makefile distinfo 
	mail/imap-uw/patches: patch-imapd.8c patch-ipopd.8c 
	                      patch-src_c-client_auth_gss.c 
	                      patch-src_osdep_unix_Makefile 
	                      patch-src_osdep_unix_Makefile.gss 
	                      patch-src_osdep_unix_env_unix.c 
	mail/imap-uw/pkg: PLIST 
Added files:
	mail/imap-uw/patches: patch-tmail_tmail_c 
	mail/imap-uw/pkg: DESCR-mailutil PLIST-mailutil 

Log message:
- update to imap release 2002rc6
- conflict with courier-imap and courier-pop3
- imaputils-uw moved into imap-uw package, also availible as subpackage


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/18 02:20:45

Modified files:
	mail           : Makefile 
Removed files:
	mail/imaputils-uw: Makefile distinfo 
	mail/imaputils-uw/patches: patch-tmail_tmail_c 
	mail/imaputils-uw/pkg: DESCR PLIST 

Log message:
remove imaputils-uw, now integrated into imap-uw


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/09/18 02:51:17

Modified files:
	usr.sbin/tcpdump: INSTALL Makefile print-ip.c 
Removed files:
	usr.sbin/tcpdump: print-egp.c 

Log message:
remove egp support; unresolved non-bsd license for a decoder of protocol that
noone uses anymore is not worth the amount of work needed to be resolved.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 02:57:09

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pfsimple1.in 

Log message:
new kind of pfctl regression tests:
we have stuff we cannot test in our regression tests as of now as the pfctl
-nvf output varies depending on the machine config - esp. network interfaces
et all. But we can at least test wether pfctl eats the syntax.

add a test for the "self" keyword.

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 02:59:09

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pfsimple2.in 

Log message:
test antispoof


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/09/18 03:49:23

Modified files:
	sys/arch/vax/vsa: asc_vsbus.c 

Log message:
From NetBSD and in line with recent local changes:
:  date: 2002/09/13 03:00:18;  author: chuck;  state: Exp;  lines: +3 -3
:  increase sc_maxxfer from 63K to 64K.   otherwise fsck fails for
:  file systems with larger block sizes.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/18 03:55:53

Modified files:
	ja             : plus.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/18 03:58:17

Modified files:
	faq/ja         : upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/18 04:28:15

Modified files:
	mail/imap-uw   : Makefile 

Log message:
do-install typo


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/18 04:36:50

Modified files:
	sys/arch/sparc64/sparc64: pmap.c 

Log message:
Don't forget to map the prom executable. Otherwise we'll have trouble
starting X after the prom has been bumped from the iTLB.

matthieu@ jason@ ok.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/18 04:42:00

Modified files:
	xc/programs/fvwm/fvwm: Tag: OPENBSD_3_1 builtins.c 

Log message:
explicit pointer cast in va_args lists.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/18 04:45:28

Modified files:
	ru             : security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/18 04:51:16

Modified files:
	xc/programs/fvwm/fvwm: builtins.c 

Log message:
explicit pointer cast in va_args list.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/18 04:53:17

Modified files:
	xc/programs/fvwm/fvwm: Imakefile 

Log message:
compiling complex.c with -O0 is no longer needed after elfbug fix.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/18 04:53:30

Modified files:
	es             : crypto.html donations.html i386.html 
	                 macppc.html sparc64.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/18 05:26:23

Modified files:
	openssh/es     : ftp.html index.html portable.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/18 05:33:43

Modified files:
	faq/cs         : faq4.html faq9.html 

Log message:
sync with badlands translation CVS,
work by Petr Ruzicka <petr_ruzicka@thcom.cz>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/18 05:55:40

Modified files:
	palm/palmos-sdk: Makefile 

Log message:
rpm2cpio from either the rpm2cpio or rpm ports will do; ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 06:25:14

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf27.in pf27.ok 

Log message:
test af detection logic in nat and rdr rules


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 06:34:38

Modified files:
	regress/sbin/pfctl: pf22.in pf22.ok 

Log message:
test "set loginterface none"


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 06:46:07

Modified files:
	regress/sbin/pfctl: pf10.in pf10.ok 

Log message:
test return-rst(ttl number)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/18 07:25:13

Modified files:
	misc/screen    : Makefile distinfo 
	misc/screen/patches: patch-doc_screen_1 

Log message:
upgrade to screen 3.9.13
--
New version pointed out by: John Kerbawy <john@maKintosh.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 07:33:43

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf28.in pf28.ok 

Log message:
test log keywords and log quick/quick log order


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/09/18 07:47:38

Modified files:
	gnu/egcs/gcc   : config.gcc 
	gnu/egcs/gcc/config: xm-openbsd.h 
	gnu/egcs/gcc/config/i386: i386.h 
	gnu/egcs/gcc/config/vax: vax.h 
Added files:
	gnu/egcs/gcc/config: exec-stack.h 

Log message:
Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.
tested by miod@, millert@

With comments from theo and mickey.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 08:03:48

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf29.in pf29.ok 

Log message:
test port ranges in rdr rules


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 09:34:49

Modified files:
	usr.sbin/httpd : httpd.8 

Log message:
some cometics, correct SYNOPSIS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/09/18 09:35:39

Modified files:
	lang/egcs/snapshot: Makefile 

Log message:
sigh... both 20020909 and 20020916 don't build, for apparently different
reasons.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2002/09/18 09:39:57

Modified files:
	lang/jikes     : Makefile 

Log message:
Turn off PERMIT_*_CDROM after jsyn discovered a bizarre indemnity clause
in the IBM Public License.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 09:56:50

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
no point in limiting MaxRequestsPerChild on OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 10:14:31

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
nicer english, use Packet Filter instead of packet filter
work by nick@ and a bit nitpicking by me

ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2002/09/18 10:25:48

Modified files:
	usr.sbin/httpd/htdocs: Tag: OPENBSD_3_1 index.html 

Log message:
fix broken link to art. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 10:28:48

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
not good; back to old version


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/18 10:34:53

Modified files:
	usr.sbin/httpd : Makefile.bsd-wrapper 

Log message:
don't install srm.conf, access.conf, srm.conf-dist and access.conf-dist
They are obsolete since years and empty anyway.

ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/18 12:49:03

Modified files:
	usr.sbin/tcpdump: print-gre.c 

Log message:
Rewrite from scratch: same basic functionality, but better license and
knows how to skip routing info and process the rest of the packet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/18 13:21:31

Added files:
	games/xpat2/patches: patch-src_Imakefile 
Removed files:
	games/xpat2/patches: patch-aa 

Log message:
rename patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/18 13:27:49

Modified files:
	games/xsoldier/pkg: DEINSTALL 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/18 13:39:35

Modified files:
	usr.sbin/tcpdump: print-gre.c 

Log message:
Fully decode source routing elements defined in rfc1702


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/18 13:52:28

Modified files:
	sysutils/task  : Makefile 

Log message:
add packetstorm backup distsite


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/18 14:40:06

Modified files:
	usr.sbin/tcpdump: print-gre.c 

Log message:
Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsyn@cvs.openbsd.org	2002/09/18 15:02:43

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
sync MASTER_SITE_PACKETSTORM mirrors; okay pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/18 15:36:18

Modified files:
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/18 15:41:51

Modified files:
	converters/rpm2cpio: Makefile distinfo 

Log message:
* upstream version has changed: don't slurp in whole file
* bump version


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/18 16:01:16

Modified files:
	sys/kern       : exec_script.c 

Log message:
We can jump to the fail: label before shellargp is initialized.
Make sure that we don't free random memory when that happens.
From <j at pureftpd.org>
deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/18 16:07:50

Modified files:
	sys/kern       : exec_elf.c 

Log message:
Mark ELF ld.so as VTEXT to prevent the file from being overwritten.
ok deraadt@ art@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/18 19:44:03

Modified files:
	gnu/egcs/gcc   : config.gcc 
Added files:
	gnu/egcs/gcc/config/sparc: xm-openbsd64.h 

Log message:
build sparc64 like sparc is built. includes  config/xm-openbsd.h
ok miod@ tested by building gcc and building trampoline exec test.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2002/09/18 19:58:18

Modified files:
	usr.bin/ssh    : ssh.c sshconnect.c 

Log message:
bugzilla.mindrot.org #223 - ProxyCommands don't exit.
Patch from dtucker@zip.com.au; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/18 21:28:58

Modified files:
	comms/efax     : Makefile 
Removed files:
	comms/efax/patches: patch-Makefile 

Log message:
roll the install and other changes into the ports Makefile.
--
Ok'd by: MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 00:01:46

Modified files:
	net/p5-Net-Daemon: Makefile distinfo 

Log message:
- upgrade to version 0.37
- add regression test


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 00:03:32

Modified files:
	net/lftp       : Makefile distinfo 

Log message:
Upgrade to version 2.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 00:06:29

Modified files:
	textproc/xerces: Makefile distinfo 
	textproc/xerces/pkg: PLIST 

Log message:
Upgrade to version 2.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 00:09:41

Modified files:
	devel/jdk/1.4-linux: Makefile distinfo 
	devel/jdk/1.4-linux/pkg: DESCR PLIST SECURITY 

Log message:
Update to version 1.4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 00:11:30

Modified files:
	misc/p5-I18N-Charset: Makefile distinfo 

Log message:
upgrade to version 1.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 00:22:47

Modified files:
	devel/p5-Class-Date: Makefile distinfo 

Log message:
upgrade to version 1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/19 00:42:00

Modified files:
	devel/gal      : Makefile 
	graphics/libart: Makefile 
	mail/razor-agents: Makefile 
	security/p5-Digest-SHA1: Makefile 
	security/p5-Digest-Nilsimsa: Makefile 
	www/mindterm   : Makefile 
	www/gtkhtml    : Makefile 
	x11/wmclock    : Makefile 
	x11/xscreensaver: Makefile 
	x11/gnome/bonobo: Makefile 

Log message:
Update my email address and kill off NEED_VERSION on my remaining ports.

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/19 01:00:42

Modified files:
	games/xpat2    : Makefile 
	games/xpat2/patches: patch-src_Imakefile 
	games/xpat2/pkg: PLIST 
Added files:
	games/xpat2/pkg: DEINSTALL INSTALL 

Log message:
Fix broken score file handling, setgid games


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 01:27:43

Log message:
    Initial import of p5-Bit-Vector 6.2
    
    Bit::Vector is an efficient C library which allows you to handle
    bit vectors, sets (of integers), "big integer arithmetic" and
    boolean matrices, all of arbitrary sizes.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2002-Sep-19
    
    N ports/math/p5-Bit-Vector/Makefile
    N ports/math/p5-Bit-Vector/distinfo
    N ports/math/p5-Bit-Vector/pkg/DESCR
    N ports/math/p5-Bit-Vector/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 01:28:32

Modified files:
	math           : Makefile 

Log message:
add p5-Bit-Vector


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 01:30:52

Modified files:
	devel/p5-Date-Calc: Makefile distinfo 
	devel/p5-Date-Calc/pkg: PLIST 

Log message:
- upgrade to version 5.1
- takeover maintainership


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/19 04:21:41

Removed files:
	usr.sbin/httpd/conf: access.conf srm.conf 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/19 05:57:36

Modified files:
	lang/egcs/snapshot: Makefile 

Log message:
don't double-quote BROKEN, bsd.port.mk already does the same


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/19 08:29:30

Modified files:
	x11/kde/base3/pkg: Tag: OPENBSD_3_1 PLIST 

Log message:
typo, @chmod -> @mode


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/19 08:53:15

Modified files:
	usr.bin/ssh    : compat.c 

Log message:
relegate some verbose() to debug(); ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/19 09:27:32

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
Since isspace() considers \n to be a space we need to check for start
of line == \0, not \n after stripping leading blanks.  Otherwise blank
lines give an error.  Noticed by marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/19 09:51:23

Modified files:
	usr.bin/ssh    : ssh-add.c 

Log message:
typo; cd@kalkatraz.de


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/19 10:03:15

Modified files:
	usr.bin/ssh    : serverloop.c 

Log message:
log IP address also; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2002/09/19 10:22:33

Modified files:
	usr.bin/netstat: route.c 

Log message:
Don't print garbage when getnameinfo fails. henning@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/19 10:38:43

Modified files:
	net/mirror/pkg : PLIST 

Log message:
Fix cvs tag


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/19 11:19:08

Modified files:
	lib/libc/sys   : fcntl.2 

Log message:
Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/19 11:37:43

Modified files:
	emulators/BasiliskII: Makefile 
	emulators/BasiliskII/patches: patch-src_Unix_configure_in 

Log message:
- disable extended signals configure test which causes problems with our
pthreads, until the pthreads problems are fixed.  diagnosed by marc@
- re-enable alpha


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/19 11:58:38

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
remember: bits is bits and bytes is bytes... use -byte- count for bcopy not
bits.  Also, the conversion between bits and bytes involves a division by
8 not 2.  (The latter pointed out by Francis Cianfrocca <vze32r6m@verizon.net>)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/19 12:28:55

Modified files:
	editors/xemacs21-sumo: Makefile distinfo 
	editors/xemacs21-sumo/pkg: PFRAG.mule PLIST 

Log message:
Update to release 2002-07-20.
From: Jean-Yves Burlett <jean-yves@burlett.org>.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/19 13:51:12

Modified files:
	xc/programs/xdm/config: Xres.cpp 

Log message:
The Delete key deletes backwards in OpenBSD here too.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/19 14:06:51

Modified files:
	xc/programs/xdm/config: Xres.cpp 

Log message:
OpenBSD tag


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/19 14:28:59

Modified files:
	xc/programs/Xserver/os: connection.c 

Log message:
Restore the SIGUSR1 handler after testing it.
This fixes VT switches problems in -current.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/19 14:47:58

Modified files:
	faq            : faq1.html index.html 

Log message:
added 1.7 - When will be the next release of OpenBSD?
Inspired by...well, the Frequently Asked Question...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/19 14:58:51

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
Fix long-standing bug.  When specifying a command to run instead of sending
a signal, the command was never actually run.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2002/09/19 15:00:37

Modified files:
	etc/etc.sparc64: fbtab 

Log message:
Add sparc64 serial mouse devices. Ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/19 15:23:00

Modified files:
	usr.bin/newsyslog: newsyslog.8 newsyslog.c 

Log message:
Deal with someone specifying an empty string for the command to run
and make it mean "send no signal and run no command".


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2002/09/19 16:29:36

Modified files:
	lang/guavac    : Makefile 
Added files:
	lang/guavac/patches: patch-Makefile_in patch-man_Makefile_in 
Removed files:
	lang/guavac/patches: patch-aa patch-ac 

Log message:
o redo patches for modern day naming conventions
o remove NEED_VERSION
o rename master site; from Sam Smith <S@mSmith.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/19 16:38:03

Modified files:
	devel/cook     : Makefile distinfo 
	devel/cook/patches: patch-configure 
Added files:
	devel/cook/patches: patch-common_ac_time_h 

Log message:
Update to 2.21.
From: Gregory Steuck <greg@nest.cx>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/19 17:27:43

Modified files:
	x11/root-tail  : Makefile distinfo 

Log message:
Update to 0.2; from Lurene Grenier <lurene@daemonkitty.net>.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/09/19 17:46:18

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/19 18:15:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
Add pflog, vlan and gif to list of interfaces filtered; krw@ OK


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/19 19:27:11

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-src_cf_data_pre 
	www/squid/pkg  : PLIST 

Log message:
upgrade to Squid 2.5.PRE13


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/19 19:54:42

Modified files:
	mail/teapop    : Makefile distinfo 

Log message:
update mail/teapop to 0.3.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 20:10:02

ports/devel/p5-Storable/patches

Update of /cvs/ports/devel/p5-Storable/patches
In directory cvs.openbsd.org:/cvs.d/hack/kevlo/ports/devel/p5-Storable/patches

Log Message:
Directory /cvs/ports/devel/p5-Storable/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/19 20:10:40

Modified files:
	devel/p5-Storable: Makefile distinfo 
	devel/p5-Storable/pkg: PLIST 
Added files:
	devel/p5-Storable/patches: patch-Makefile_PL 

Log message:
upgrade to version 2.04


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/19 20:13:42

ports/mail/razor-agents/patches

Update of /cvs/ports/mail/razor-agents/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27050/patches

Log Message:
Directory /cvs/ports/mail/razor-agents/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/19 20:18:15

Modified files:
	mail/razor-agents: Makefile distinfo 
	mail/razor-agents/pkg: DESCR PLIST 
Added files:
	mail/razor-agents/patches: patch-lib_Razor2_Client_Agent_pm 

Log message:
Update to 2.14.  Substantial changes documented at:
http://razor.sourceforge.net/docs/whatsnew.html

ok lebel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/20 01:38:56

Modified files:
	databases/p5-DBIx-XHTML_Table: Makefile distinfo 

Log message:
Updated to p5-DBIx-XHTML_Table-1.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/20 01:40:44

Modified files:
	devel/p5-Date-Handler: Makefile distinfo 

Log message:
Updated to p5-Date-Handler-1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	nino@cvs.openbsd.org	2002/09/20 02:15:16

Modified files:
	devel/gconf    : Makefile 
	devel/glade    : Makefile 
	devel/libglade : Makefile 
	devel/libgtop  : Makefile 
	textproc/scrollkeeper: Makefile 
	x11/gnome/applets: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/core : Makefile 
	x11/gnome/libs : Makefile 
	x11/gnome/mime-data: Makefile 
	x11/gnome/users-guide: Makefile 
	x11/gtk-engines: Makefile 
	x11/gtop       : Makefile 

Log message:
Update email and MASTER_SITES, zap NEED_VERSION.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/20 02:20:21

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
better comment about RessourceConfig and AccessConfig aka srm.conf and
access.conf.
"These are now distributed empty" just doesn't fit if we don't install them
any more.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/20 03:40:19

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf30.in pf30.ok 

Log message:
test line continuation


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/20 03:45:36

Modified files:
	textproc/libxslt: Makefile 

Log message:
update libxml library


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/20 04:22:32

Log message:
    Initial import of xmlsec 0.0.9.
    
    XML Security Library is a C library based on LibXML2 and OpenSSL. The
    library was created with a goal to support major XML security
    standards:
    * XML Signature
    * XML Encryption
    * Canonical XML
    * Exclusive Canonical XML
    
    Submitted by: Jim Geovedi <jim@corebsd.or.id>
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2002-Sep-20
    
    N ports/security/xmlsec/Makefile
    N ports/security/xmlsec/distinfo
    N ports/security/xmlsec/pkg/PLIST
    N ports/security/xmlsec/pkg/DESCR
    N ports/security/xmlsec/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/20 04:23:04

Modified files:
	security       : Makefile 

Log message:
add xmlsec


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/20 05:17:56

Modified files:
	sys/arch/sparc/conf: GENERIC RAMDISK SUN4C SUN4M files.sparc 
	sys/arch/sparc/dev: cgfourteen.c cgtwelve.c tcx.c 
	sys/arch/sparc/include: fbvar.h 

Log message:
Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit mode
via flags, using 0x0001.
miod@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	2002/09/20 05:45:54

Modified files:
	.              : orders.html 

Log message:
Moved email address for fric.at & added Frank Linux-Systems to Austria section
("a Linux/BSD Shop in Austria since 1995")


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/20 06:48:53

Modified files:
	share/man/man4/man4.sparc: cgfourteen.4 cgtwelve.4 tcx.4 

Log message:
talk about flags; help and ok from miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/20 06:56:13

Modified files:
	share/man/man4/man4.sparc: intro.4 

Log message:
Sync with reality, and fix a few errors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/20 07:13:49

Modified files:
	archivers/bzip2/patches: patch-Makefile 

Log message:
correct wrong symlinks for man pages.
--
Spotted by: form@
Patch from: mpech@


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/09/20 07:23:41

Modified files:
	.              : donations.html 

Log message:
Update Scott McEachern, at his request


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/20 08:58:38

Modified files:
	lang/ruby      : Makefile 
	lang/ruby/pkg  : PLIST-tk 
Added files:
	lang/ruby/pkg  : PFRAG.tk 
Removed files:
	lang/ruby/pkg  : PFRAG.shared-tk 

Log message:
Fix tk flavor (noticed by Jim Geovedi)


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/20 12:41:29

Modified files:
	usr.bin/ssh    : auth.c 

Log message:
log illegal user here for missing privsep case (ssh2).
this is executed in the monitor. ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/20 12:59:58

Modified files:
	sys/arch/hppa/hppa: genassym.cf 

Log message:
gonna need cr10, aka ccr from the trapframe


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/20 13:06:26

Modified files:
	sys/arch/hppa/hppa: process_machdep.c 

Log message:
flush cpu state on read/write fpregs, force reload on write


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/20 13:26:59

Modified files:
	sys/arch/hppa/spmath: cnv_float.h dfadd.c dfcmp.c dfsub.c divu.S 
	                      float.h fpbits.h frnd.c impys.S impyu.S 
	                      setovfl.c sfcmp.c sgl_float.h 

Log message:
kill dangling space, line and a space in the tab


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/20 13:29:00

Modified files:
	sys/arch/hppa/conf: RAMDISK 

Log message:
this should have a cd@scsi on it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/20 13:54:12

Modified files:
	gnu/usr.bin/ld/m68k: md.h 

Log message:
UNDO MORE FUCKING TREE BREAKING.  WHY THE FUCK ARE YOU GUYS NOT EVEN DOING
TEST COMPILES?!


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/21 05:38:52

Modified files:
	editors/xemacs21-sumo: Makefile distinfo 
	editors/xemacs21-sumo/pkg: DESCR PFRAG.mule PLIST 

Log message:
Update to 2002-09-19, use bzip2.
From: Jean-Yves Burlett <jean-yves@burlett.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 05:38:58

Modified files:
	devel/p5-FreezeThaw: Makefile distinfo 

Log message:
Update to p5-FreezeThaw-0.43
From new maintainer Jim Geovedi <jim@corebsd.or.id>


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 05:41:04

Modified files:
	devel/p5-MLDBM : Makefile distinfo 

Log message:
Update to p5-MLDBM-2.01
From new maintainer Jim Geovedi <jim@corebsd.or.id>


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 05:52:08

Modified files:
	graphics/p5-GD : Makefile distinfo 
	graphics/p5-GD/pkg: DESCR PLIST 

Log message:
Update to p5-GD-1.41
From new maintainer Jim Geovedi, with minor tweaks from me


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 05:56:31

Modified files:
	graphics/p5-GD-Graph3d: Makefile distinfo 
	graphics/p5-GD-Graph3d/patches: patch-lib_GD_Graph3d_pm 
	graphics/p5-GD-Graph3d/pkg: DESCR PLIST 

Log message:
Update to p5-GD-Graph3d-0.59, from Jim Geovedi with minor tweaks from me


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 05:59:39

Modified files:
	math/p5-Math-GMP: Makefile distinfo 
	math/p5-Math-GMP/patches: patch-Makefile_PL 
	math/p5-Math-GMP/pkg: PLIST 

Log message:
Update to p5-Math-GMP-2.0.3, from Jim Geovedi


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 06:06:06

Modified files:
	security/p5-Crypt-SSLeay: Makefile distinfo 

Log message:
Update to p5-Crypt-SSLeay-0.45, from Jim Geovedi


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/09/21 07:42:43

Modified files:
	sys/arch/vax/include: uvax.h 
	sys/arch/vax/vax: ka53.c ka680.c machdep.c 

Log message:
Add support for OS defined halt action on Cheetah and Omega.
Should also work on Legacy, but tester hasn't reported back yet...


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/21 09:05:49

Modified files:
	sys/dev/pci    : if_nge.c 

Log message:
cleanup, remove register


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/21 09:29:46

Modified files:
	sys/dev/pci    : if_nge.c if_ngereg.h 

Log message:
Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)
Clean up debugging printfs
Remove some old debugging code that shouldn't be there.
More changes from FreeBSD:
- ignore alignment problem on x86 platforms and don't copy.
- increase receive list to 128 to match transmit
- change a bit in the interrupt handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/21 09:32:01

Modified files:
	x11/gnome/bonobo-conf: Makefile distinfo 
	x11/gnome/bonobo-conf/patches: patch-configure patch-ltmain_sh 
	x11/gnome/bonobo-conf/pkg: PLIST 

Log message:
Update to 0.16.  Primarily fixes a bug where a crash could wipe out all
configs stored.

ok nino@


CVSROOT:	/cvs
Module name:	www
Changes by:	nate@cvs.openbsd.org	2002/09/21 09:39:22

Modified files:
	.              : i386.html 

Log message:
update list of nge cards supported


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/21 09:51:05

Modified files:
	share/man/man4 : nge.4 

Log message:
update list of supported devices


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/21 10:34:40

Modified files:
	ja             : donations.html orders.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/21 10:36:45

Modified files:
	faq/ja         : faq1.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/21 10:44:07

Modified files:
	.              : README 

Log message:
update SUDO information


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/21 10:49:13

Modified files:
	.              : README 

Log message:
The alpha server is no longer built out of xc-old


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/21 11:03:14

Modified files:
	xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb.man 

Log message:
Some clean ups.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/21 13:07:35

Log message:
    Import getmail 2.3.9.
    Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
    
    getmail is a POP3 mail retriever, with support for both ordinary and
    domain (or multidrop) POP3 mailboxes. It is written in Python.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020921
    
    N ports/mail/getmail/Makefile
    N ports/mail/getmail/distinfo
    N ports/mail/getmail/pkg/PLIST
    N ports/mail/getmail/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/21 13:16:37

Modified files:
	.              : porttest.html 

Log message:
broken link


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/21 13:17:16

Modified files:
	mail           : Makefile 

Log message:
+getmail


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/21 13:26:40

Modified files:
	de             : donations.html i386.html macppc.html 
	                 orders.html sparc64.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/21 15:11:58

Modified files:
	distrib/i386/common: install.md 

Log message:
Further reduce i386 install output by sending to /dev/null the fdisk
output produced when the user opts to have the install script use the
entire disk for OpenBSD.

ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/21 15:49:35

Modified files:
	graphics/gwenview: Makefile distinfo 

Log message:
upgrade to gwenview 0.14.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2002/09/21 16:16:01

Modified files:
	www/php4       : Tag: OPENBSD_3_1 Makefile 
Added files:
	www/php4/patches: Tag: OPENBSD_3_1 patch-ext_standard_url_c 

Log message:
Apply a patch that filters url handling for control characters which
could get passed through to the application.  Bump PKGNAME.

This is not an issue in the default OpenBSD install since allow_url_fopen
is off.  It will only affect you if:

1) You have altered allow_url_fopen to be on
2) Your PHP applications are brain-dead and do not sanitise user input
before using it.

Tested by Søren Thing Andersen <soeren@thing.dk> and todd@
Patch from php-cvs


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/21 16:57:41

Log message:
    Import cftp 0.12.
    Submitted by Josh Rivel <dorqus@freek.com>.
    
    This is Comfortable FTP, a full screen ftp client.
    Supported are FTP both with active and passive data connections,
    IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for
    authorization and connection encryption).
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20020922
    
    N ports/net/cftp/Makefile
    N ports/net/cftp/distinfo
    N ports/net/cftp/pkg/PLIST
    N ports/net/cftp/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/21 17:00:02

Modified files:
	net            : Makefile 

Log message:
+cftp


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/21 17:19:44

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
When rotating files or checking the age of a file, check for both
compressed and uncompressed logs but consult the flags to see which
we one prefer should both exist.  This keeps things from getting
hosed if someone compresses or uncompresses one of the archived log files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/21 18:17:53

Modified files:
	audio/sox/pkg  : DESCR 

Log message:
mention vorbis flavor again; prodded by wcobb@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/22 04:49:34

Modified files:
	es             : donations.html groups.html i386.html 
	                 orders.html sparc64.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/22 04:52:15

Modified files:
	faq/es         : faq1.html faq3.html faq4.html faq5.html 
	                 index.html upgrade-minifaq.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/22 07:37:15

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_init.c 

Log message:
Switch to SIGUSR2 for the VT switching code. This completely solves
the conflict with SIGUSR1, which is used as a hack^H^H^H^Hprotocol to
synchronise with xinit startup.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/22 09:19:09

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pfail15.in 

Log message:
test line buffer overflow checks in pfctl

ok frantzen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/22 09:22:20

Modified files:
	sbin/pfctl     : parse.y 

Log message:
antispoof, take 2.
also block incoming packets with our own IP as src.

discussion & help frantzen

ok ho@ dhartmei@ frantzen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/22 09:28:53

Modified files:
	sbin/pfctl     : parse.y 

Log message:
fix linenumber counting in findeol, and simplify by ignoring the \ case,
that's already handled earlier.
fast-forward on errnous lines

partitially from camield@, parts result of a discussion with Mike

ok frantzen@ dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/22 09:30:15

Modified files:
	sbin/pfctl     : parse.y 

Log message:
little KNF: return(something) -> return (something)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/22 09:37:35

Modified files:
	devel/gal      : Makefile 
	graphics/libart: Makefile 
	mail/evolution : Makefile 
	x11/gnome/print: Makefile 
	x11/gnome/bonobo: Makefile 
	x11/gnome/bonobo-conf: Makefile 

Log message:
Update MASTER_SITES

ok nino@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/22 09:56:17

Modified files:
	sys/dev/ic     : gem.c 

Log message:
Update ifp->if_opackets correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/22 11:53:43

Modified files:
	sys/dev/pci    : if_nge.c 

Log message:
use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.
recommended by jason


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/22 12:55:46

Modified files:
	x11/kde/addons3: Makefile 

Log message:
Add SDL dependency; pointed out by Jake Luck <openbsd@10k.org>.
Presumably we need SDL with X11 support for this.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/22 15:25:25

Modified files:
	share/man/man6 : intro.6 

Log message:
Don't Xr dm(8), which no longer exists; David Krause


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/22 16:42:25

Modified files:
	distrib/i386/common: install.md 
	distrib/miniroot: install.sh install.sub 

Log message:
Do not allow install to proceed until root filesystem can be mounted on
$ROOTDEV and ${ROOTDISK}b can be used for swap.  Also shortens output
generated during (successful) install.

Fix problem with upgrade on systems with many disk devices by
automatically creating devices encountered during the fsck'ing of fstab
filesystems. Problem noted by Dethlef Madsen and Nick Nauwelaerts.

Adjust some verbiage in i386 install.md to make it more consistant.

Reformat welcome message to make sure all lines are <80 characters wide.

Minor cleanups.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/22 17:37:13

Modified files:
	etc            : changelist 

Log message:
Add some more missing files; David Krause
deraadt@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/22 18:23:59

Modified files:
	share/man/man8/man8.macppc: Makefile 
Added files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
First cut at boot manpage for macppc, based on sparc64 adjusted somewhat.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/22 18:34:09

Modified files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
``partition'' is definitely too hard to spell correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/22 19:35:37

Modified files:
	gnu/egcs/gcc/config: exec-stack.h 

Log message:
Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/22 19:37:50

Modified files:
	gnu/egcs/gcc   : config.gcc 

Log message:
Activate exec-stack.h on m68k. This is not really necessary on this arch,
but being consistent with the other arches is a plus, and by replacing
the existing - and bogus - m68k trampoline code, this makes nested functions
usable on m68k, should that become ever necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/22 19:41:09

Modified files:
	sys/kern       : exec_elf.c kern_exec.c 
	sys/sys        : exec.h 

Log message:
Add support for vmcmds that load sections relative to a base section.
You mark one section with VMCMD_BASE and the rest are marked RELATIVE.
Use that to load ELF interpreter correctly in all cases.

Inspired by NetBSD. Great debugging help from drahn@
deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/22 19:43:14

Modified files:
	sys/arch/sparc/conf: Makefile.sparc 

Log message:
Link the kernel so that it gets only one load section.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/22 19:45:08

Modified files:
	kerberosV/libexec: Makefile 
	kerberosV/usr.bin: Makefile 

Log message:
Do not build kf and kfd because of security issues in them and heimdal 0.5
will not be merged in 3.2.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2002/09/22 19:47:25

Modified files:
	security/p5-Crypt-Twofish: Makefile distinfo 
	security/p5-Crypt-Twofish/pkg: PLIST 

Log message:
upgrade to version 2.12


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/09/22 19:50:31

Modified files:
	gnu/usr.bin/binutils/ld/emulparams: elf32_sparc.sh 

Log message:
In an ELF binary the end of the text segment and the start of the data
segment can share the same page in the file. Since we can't mmap it with
the same permissions, the data segment is loaded offset by a constant so
that it ends up in a different page.

On sparc that's not really enough. To avoid cache aliases we have to make
the offset big enough to make sure that we don't get incoherent aliases
that would have to be mapped uncached. This offset has been 64k this
far and noone noticed until some change actually made us fault in those
pages at the same time and incoherent aliases reduced make build time on
some hypersparcs (only hypersparcs have big enough caches to notice this)
from 14 hours to 23 hours.

Bump that offset (MAXPAGESIZE) to 1MB.

deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/22 22:10:14

Modified files:
	usr.bin/fgen   : fgen.l 
	usr.bin/last   : last.c 
	usr.bin/lndir  : lndir.c 
	usr.bin/strings: strings.c 
	usr.sbin/mtree : compare.c 
	usr.sbin/spppcontrol: spppcontrol.c 
	usr.sbin/tcpdump: print-ike.c 

Log message:
Add missing includes, breaks and semicolons to appease gcc3; David Krause
deraadt@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/22 22:11:31

Modified files:
	sys/arch/i386/pci: pchb.c 

Log message:
For serverworks chipsets: instead of trying to prevent attaching the same bus
multiple times by restricting matches based on device id and revision, keep
track of the bus numbers that were attached, and don't reattach them a
second time.

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/22 22:22:50

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
Fix some MASTER_SITE_GNOME sites.

ok lebel@ nino@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/22 22:24:58

Modified files:
	sys/arch/macppc/pci: pci_addr_fixup.c 

Log message:
Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/22 22:25:52

Modified files:
	sys/arch/macppc/macppc: machdep.c 

Log message:
panic if out of kvm when mapping devices. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/22 22:37:33

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/i386/conf: DISKLESS GENERIC 
	sys/conf       : GENERIC 

Log message:
turn off sppp, lmc, and cz until various licenses on those components are
resolved.  sorry -- i've been warning people for some time that i would
start to take this stance.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/22 22:41:02

Modified files:
	bin/systrace   : filter.c policy.c systrace.c systrace.h 

Log message:
support for templates.  they allow fast generation of new policies. an
appropriate template can be inserted during initial policy generation.
from provos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/22 22:41:57

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2002/09/23 00:01:58

Modified files:
	porting        : diffs.html 

Log message:
NEED_VERSION is now obsolete; from Jim Geovedi


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/23 00:11:50

Modified files:
	sys/arch/hppa/hppa: trap.c intr.c autoconf.c 
	sys/dev/ic     : i82596.c i82596var.h 

Log message:
make the leds blink (on those machines where we have 'em).
simple logic is to light up the led in the intrhook and dim in the
heartbeat always, makes a believable impression.
upper four bits represent a cpu usage w/in the last Hz/8
made up from the cp_time[] times.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/23 05:17:27

Added files:
	audio/vorbis-tools/patches: patch-oggdec_oggdec_c 

Log message:
Fix oggdec command line parsing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/23 07:12:29

Modified files:
	databases/openldap: Makefile distinfo 
	databases/openldap/pkg: PFRAG.shared 

Log message:
update to OpenLDAP 2.0.27 (stable release), bugfixes only


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/09/23 07:38:57

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
update to snapshot 20020917


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/23 08:44:41

Modified files:
	archivers/lzop : Makefile 
	math/gnuplot   : Makefile 
	audio/easytag  : Makefile 
	editors/glimmer: Makefile 
	games/bombermaze: Makefile 
	graphics/gthumb: Makefile 

Log message:
brad@ said CPPFLAGS does not need to be preserved, so undo my last
changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/23 08:49:22

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Don't print extra junk to the console


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/09/23 10:30:05

Modified files:
	distrib/notes/vax: hardware 

Log message:
Add 4000 700A and the couple tested QBUS/MSCP cards.


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/09/23 11:09:11

Modified files:
	distrib/notes/vax: install 

Log message:
MSCP based local storage now supported. Also reword some stuff.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/23 11:20:51

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
another amd usb; henric@attbi.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/23 11:20:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/23 11:34:36

Modified files:
	etc/root       : root.mail 

Log message:
openssh will be 3.5, right?


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/23 11:43:20

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
parisc level 0x10 is just an overclocked 0xe


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/23 11:48:46

Modified files:
	usr.bin/netstat: route.c 

Log message:
correctly dump radix_node; henric@attbi.com


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/23 11:53:35

Modified files:
	etc/etc.alpha  : fbtab 
	etc/etc.i386   : fbtab 
	etc/etc.macppc : fbtab 
	etc/etc.sparc  : fbtab 
	etc/etc.sparc64: fbtab 

Log message:
Add /dev/X0 entry for use by xdm; matthieu@
As requested by deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/23 12:05:59

Modified files:
	faq/cs         : faq1.html faq14.html faq5.html faq6.html 
	                 faq7.html faqipf.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/23 12:10:09

Modified files:
	sys/dev/wscons : wsemul_sun.c 

Log message:
Fix the extra cursor image remaining in the upper left corner of the
screen after it has been cleared.

ok fgs@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/23 12:13:39

Modified files:
	sys/arch/sparc/dev: bwtwo.c cgeight.c cgfour.c cgfourteen.c 
	                    cgsix.c cgthree.c cgtwelve.c cgtwo.c p9100.c 
	                    tcx.c vigra.c 

Log message:
Get the wsdisplay capabilities from rasops, rather than attempting to
guess them at compile-time. Plus this makes cgtwelve a bit more clean.

ok fgs@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/23 12:31:03

Modified files:
	distrib/i386/common: Makefile.inc 

Log message:
remove generated crunch conf; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/23 12:43:18

Modified files:
	sys/arch/sparc64/dev: sab.c zs.c 

Log message:
Fix console determination; based on discussion in port-sparc64@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/23 14:46:27

Modified files:
	usr.bin/ssh    : canohost.c 

Log message:
change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
non-sockets; fixes a problem passing NULL to snprintf(). ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/23 15:32:28

Modified files:
	lib/libssl/src/ssl: s3_clnt.c 

Log message:
pull in fix from openssl-0.9.7-stable-SNAP-20020921:
*) Don't impose a 16-byte length minimum on session IDs in ssl/s3_clnt.c
(the SSL 3.0 and TLS 1.0 specifications allow any length up to 32 bytes).
[Bodo Moeller]


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/23 16:11:05

Modified files:
	usr.bin/ssh    : monitor.c 

Log message:
only call auth_krb5 if kerberos is enabled; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/23 16:23:05

Modified files:
	x11/openbox    : Makefile 

Log message:
the OpenBox project has moved.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/23 17:02:08

Modified files:
	sys/netinet6   : pim6_var.h 

Log message:
m6stat is a static variable (ip6_mroute.c).  sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/23 17:03:31

Modified files:
	sys/netinet6   : ip6_output.c 

Log message:
correct length of PADN option before jumbo payload option.  sync w/kame
deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/23 17:28:15

Modified files:
	sys/netinet6   : in6.c nd6.c 

Log message:
better "ifconfig ipv6addr deprecated" flag handling.  sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2002/09/23 17:46:05

Modified files:
	share/man/man5 : fstab.5 

Log message:
<deraadt> someone please fix the fstab(5) example


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/23 17:49:54

Modified files:
	share/man/man5 : fstab.5 

Log message:
never send a beck to do a man's job


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/09/23 18:06:23

Modified files:
	sys/arch/i386/i386: microtime.s 
	sys/arch/i386/include: cpu.h 
	sys/kern       : kern_clock.c 

Log message:
Restore pentium_microtime, testing by henning@, millert@. ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/23 18:24:19

Modified files:
	news/leafnode  : Makefile distinfo 
	news/leafnode/patches: patch-INSTALL patch-Makefile_in 
	news/leafnode/pkg: DEINSTALL INSTALL PLIST 

Log message:
Update to 1.9.26.  This fixes numerous bugs (security and otherwise)
since version 1.9.19 as mentioned by the developer on ports@.

Also brought the port itself up to date and added myself as maintainer.

ok pvalchev@ naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/23 19:26:15

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Rejig addel()/rmel() to keep items on a single line, with blanks
separating items.

This allows a compaction of the displayed lines for device selection.

Customize the device selection routine so the actual device type is
shown (disk or CD-ROM). Rename ask_fordev to ask_which so the
invocations (with device type) read better.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/23 20:21:44

Modified files:
	security/sqlat/patches: patch-Makefile_in patch-configure 
	                        patch-sqlanalyze_c patch-sqldict_c 
	                        patch-sqldirtree_c patch-sqldumplogins_c 
	                        patch-sqlquery_c patch-sqlregenumkey_c 
	                        patch-sqlreggetvalue_c 
	                        patch-sqlsamdump_c patch-sqlupload_c 

Log message:
sqlat crashed with freetds-0.60 update (API change with no rev bump :<)
Thanks to jcs@ for patch assist and testing.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/09/23 21:04:32

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/23 21:50:17

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add a few intel gigabit device models and update names so they're more correct
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/23 21:50:57

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/23 21:51:22

Modified files:
	sys/dev/pci    : if_gx.c 

Log message:
sync with the update in names


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/24 00:54:32

Added files:
	security/apg/patches: patch-Makefile 

Log message:
Fix linking line so that it works on static archs (vax)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/24 01:35:13

Modified files:
	lang/librep    : Makefile 

Log message:
not for static arches (otherwise even configure complains & exits)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/24 01:43:49

Modified files:
	news/linleech/patches: patch-Makefile 

Log message:
More libs needed when linking, fix static linking (vax)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/24 02:06:58

Modified files:
	net/sniffit/patches: patch-sn_data.h 

Log message:
VAX support


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/24 02:24:05

Modified files:
	games/xbreaky/patches: patch-Makefile 

Log message:
rearrange libs so that static linking works


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/24 02:37:49

Modified files:
	usr.bin/mg     : theo.c 

Log message:
another


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/24 02:46:04

Modified files:
	usr.bin/ssh    : monitor.c 

Log message:
only call kerberos code for authctxt->valid


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/24 04:17:47

Added files:
	news/leafnode/patches: patch-activutil_c patch-nntpd_c 
	                       patch-texpire_c 

Log message:
Fix format string problems on 64-bit archs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/24 11:20:10

Modified files:
	net/silc-client: Makefile distinfo 
	net/silc-client/patches: patch-configure 
	                         patch-lib_silcmath_mpi_configure 
Added files:
	net/silc-client/patches: patch-irssi_src_core_Makefile_in 
	                         patch-irssi_src_core_blob_c 
	                         patch-irssi_src_core_blob_h 
	                         patch-irssi_src_perl_common_Irssi_xs 
	                         patch-irssi_src_perl_common_module_h 
	                         patch-irssi_src_perl_common_typemap 
	                         patch-irssi_src_perl_get-signals_pl 
	                         patch-irssi_src_perl_perl-common_c 
	                         patch-irssi_src_silc_core_client_ops_c 
	                         patch-irssi_src_silc_core_silc-channels_c 
	                         patch-irssi_src_silc_core_silc-servers_c 
	                         patch-lib_silcsim_silcsim_h 

Log message:
SECURITY FIXES: Update to 0.9.5.1.
See http://silc.silcnet.org/txt/changes-client.txt for details.

Also:
- add iconv to MODULES.
- remove deprecated NEED_VERSION.

Patches to remove mime from Maintainer. Maintainer and pvalchev@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/24 11:20:38

Modified files:
	x11/gnome/bonobo-conf: Makefile 

Log message:
Fix MASTER_SITES so it will actually fetch now.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/24 11:36:54

Modified files:
	libexec/talkd  : announce.c 

Log message:
Allocate vis_user on the stack instead of using malloc().  This
way we don't have to worry about malloc() failure.  Also closes
a memory leak since vis_user was never free()d.  Lack of malloc()
checking pointed out by Peter Werner.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/24 12:33:26

Modified files:
	sys/dev/pci    : lofn.c nofn.c ubsec.c lofnvar.h nofnvar.h 
	                 ubsecvar.h 

Log message:
Don't use constants for the output parameter, use the iparam count as a pointer to the first result location.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/24 12:55:11

Added files:
	x11/fvwm2/patches: patch-fvwm_Makefile_in 
	                   patch-utils_Makefile_in 

Log message:
do not install symlinks to 'fvwm' and 'fvwm-root' and especially do not
install them outside DESTDIR; problem noticed by jneitzel@sdf.lonestar.org


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/24 12:56:02

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : if_em.c if_em.h if_em_hw.c if_em_hw.h 
	                 if_em_osdep.h 

Log message:
Driver for Intel PRO/1000 gigabit ethernet adapters.
This driver should work with all current models of gigabit ethernet adapters.

Driver written by Intel
Ported from FreeBSD by Henric Jungheim <henric@attbi.com>
bus_dma and endian support by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/24 13:03:14

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : em.4 

Log message:
Manpage for em(4).  Intel gigabit ethernet driver


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/24 13:08:14

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/arch/macppc/conf: GENERIC RAMDISK 

Log message:
Get rid of gx(4) and use em(4) since it supports more cards and works better
overall.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/24 13:28:20

Modified files:
	share/man/man4 : em.4 

Log message:
make this more like others


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/24 13:45:32

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	nate@cvs.openbsd.org	2002/09/24 13:46:08

Modified files:
	.              : alpha.html i386.html macppc.html 

Log message:
Reflect current intel gigabit ethernet support


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/24 13:46:20

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/24 13:52:21

Modified files:
	sys/net        : bridgestp.c 

Log message:
sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/09/24 14:04:56

Modified files:
	xc-mit/server/ddx/hpbsd/cfb: Imakefile 
	xc-mit/server/ddx/hpbsd/mfb: Imakefile 

Log message:
The Xhpbsd cfb and mfb dirs need files from the normal cfb and mfb dirs.
The xc-mit tarball contained links for these files which, obivously,
are not in cvs.  This adds targets to make the needed links and
allows Xhpbsd to compile w/o manual intervention.  todd@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/09/24 14:59:44

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
tweak the example $HOME/.ssh/rc script to not show on any cmdline the
sensitive data it handles. This fixes bug # 402 as reported by
kolya@mit.edu (Nickolai Zeldovich).

ok markus@ and stevesk@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/24 16:03:52

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.hppa 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvme88k md.mvmeppc md.sparc 
	                         md.sparc64 md.sun3 md.vax 
	distrib/sets/lists/comp: md.alpha md.amiga md.hp300 md.i386 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 
	                         mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/09/24 17:16:31

Modified files:
	.              : crypto.html 

Log message:
remove more photurisd stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/24 17:45:05

Modified files:
	distrib/mac68k/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/sun3   : install.md 
	distrib/vax    : install.md 

Log message:
fix english; krw ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/24 17:50:21

Modified files:
	share/man/man4 : em.4 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/24 18:28:11

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
#if NVLAN > 0 around vlan portions of code


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/24 20:06:33

Modified files:
	misc/screen    : Makefile 

Log message:
remove BROKEN tag for static FLAVOR on sparc64, I cannot remember
who reported this supposed breakage but it sure seems to work on both
3.1-stable and -current systems.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/24 20:19:46

Modified files:
	.              : INDEX 

Log message:
update INDEX (2012)


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/24 21:43:21

Modified files:
	libexec/talkd  : talkd.c 

Log message:
- "resposne" is used without initialization, so zero-fill
- sendto(2) performed with osockaddr, so avoid that
- reject anything other than AF_INET

based on patch from xs@kittenz.org.  deraadt/millert ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/25 01:09:25

ports/sysutils/task/patches

Update of /cvs/ports/sysutils/task/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17035/patches

Log Message:
Directory /cvs/ports/sysutils/task/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/25 01:09:53

Added files:
	sysutils/task/patches: patch-src_file_file_c 

Log message:
This was clearly not tested on an ELF system...


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/25 01:42:39

Added files:
	news/leafnode/patches: patch-checkpeerlocal_c 

Log message:
Pull in patch from 1.9.27 to fix potential infinite loop lockup.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/25 04:08:00

Modified files:
	share/man/man4/man4.sparc64: schizo.4 

Log message:
Psycho made jason schizo (or the reverse)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/25 05:17:16

Modified files:
	usr.bin/ssh    : sshd_config 

Log message:
sync LoginGraceTime with default


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/25 05:47:47

Modified files:
	ja             : crypto.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/25 05:59:41

Modified files:
	es             : alpha.html crypto.html i386.html macppc.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/25 06:19:12

Modified files:
	distrib/miniroot: install.sh 

Log message:
Try to minimize places where suid programs and devices can live
by implementing the rules:

Only '/' is neither nodev nor nosuid. i.e.  it can obviously *always*
contain devices or setuid programs.

Every other mounted filesystem is nodev. If the user chooses to mount
/dev as a separate filesystem, then on the user's head be it.

The only directories that install puts suid binaries into (as of 3.2)
are:

/sbin
/usr/bin
/usr/sbin
/usr/libexec
/usr/libexec/auth
/usr/X11R6/bin

and ports and users can do who knows what to /usr/local and sub
directories thereof.

So try to ensure that only filesystems that are mounted at or above
these directories can contain suid programs. In the case of
/usr/libexec, give blanket permission for subdirectories.

Note that if *all* the above are split into separate filesystems the
install process will attempt a couple of cross-device links when
installing base32.tgz, and fail.

ok deraadt@.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/25 07:26:56

Modified files:
	porting/es     : diffs.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/25 08:13:36

Removed files:
	lib/libssl/src/crypto/rc5: rc5_ecb.c rc5_enc.c rc5_locl.h 
	                           rc5_skey.c rc5cfb64.c rc5ofb64.c 
	                           rc5s.cpp rc5speed.c rc5test.c 
	lib/libssl/src/crypto/rc5/asm: rc5-586.pl 

Log message:
remove rc5


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/25 09:19:02

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
typo; pilot@monkey.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/25 11:20:23

Modified files:
	lang/egcs/stable: Makefile 

Log message:
Make gcc 3.2 build by default on sparc64 by desactivating ada and java;
pval@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/25 11:30:02

Modified files:
	lib/libc/net   : rcmd.3 

Log message:
missing arg; peterw@ifost.org.au


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/25 12:01:39

Modified files:
	share/man/man4 : eephy.4 pci.4 

Log message:
Link to em(4) rather than gx(4) now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/25 12:04:08

Modified files:
	share/man/man4 : ess.4 

Log message:
Suggest disabling the sb driver in UKC rather than removing it from
the kernel, when it incorrectly matches an ess card.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/25 12:05:01

Modified files:
	share/man/man4 : isa.4 

Log message:
Correct sfr(4) reference.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/25 13:09:02

Modified files:
	share/man/man4 : gpr.4 
	sys/dev/pcmcia : gpr.c gprio.h 

Log message:
better text for clause 3. pointed out by miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/09/25 13:44:32

Modified files:
	lang/egcs/stable: Makefile 

Log message:
in fact, it should be everything other than i386 that disable java and ada;
from brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/25 14:54:01

Modified files:
	share/man/man4 : pcmcia.4 

Log message:
Typo in Xr


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/25 15:32:27

Modified files:
	security/cyrus-sasl2/patches: patch-saslauthd_configure 

Log message:
Add missing libs so this links successfully with new binutils; ok jakob


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/25 16:46:27

Modified files:
	share/man/man4 : usb.4 

Log message:
Document the flags option for usb. ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 01:26:19

Modified files:
	share/man/man8 : afterboot.8 

Log message:
show nodev,nosuid lines; openbsd@davidkrause.com


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 01:52:09

Modified files:
	share/man/man4 : mtio.4 

Log message:
Point to <sys/mtio.h> rather than contain an old version of it.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 01:52:24

Modified files:
	share/man/man4 : Makefile 

Log message:
Install boca(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 01:52:47

Modified files:
	share/man/man4 : pckbc.4 pciide.4 

Log message:
Attempt to make these match the current state of the code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 01:55:41

Modified files:
	share/man/man4 : ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 
	                 amdpm.4 ami.4 an.4 aria.4 ast.4 aue.4 auich.4 
	                 autri.4 auvia.4 awi.4 az.4 bge.4 bha.4 boca.4 
	                 cd.4 ch.4 clcs.4 clct.4 cmpci.4 cnw.4 com.4 
	                 cue.4 cy.4 cz.4 dc.4 de.4 eap.4 ec.4 eephy.4 
	                 ef.4 eg.4 eisa.4 el.4 em.4 emu.4 ep.4 esa.4 
	                 eso.4 ess.4 fdc.4 fms.4 fpa.4 fxp.4 gdt.4 gem.4 
	                 gtp.4 gx.4 hifn.4 hsq.4 icmp6.4 iha.4 iop.4 
	                 ioprbs.4 iopsp.4 ip6.4 isa.4 isapnp.4 ises.4 
	                 isp.4 kue.4 lc.4 lge.4 lkm.4 lmc.4 lofn.4 lpt.4 
	                 maestro.4 midi.4 mii.4 ncr.4 ne.4 neo.4 
	                 netintro.4 nge.4 noct.4 nofn.4 ns.4 nsip.4 
	                 ohci.4 opl.4 options.4 pchb.4 pci.4 pckbd.4 
	                 pcmcia.4 pcppi.4 pcscp.4 pms.4 ppp.4 puc.4 
	                 radio.4 raid.4 random.4 ray.4 rl.4 rln.4 
	                 route.4 rt.4 rtfps.4 rtii.4 sbus.4 scsi.4 sd.4 
	                 ses.4 sf.4 sf2r.4 sfr.4 siop.4 sis.4 sk.4 sm.4 
	                 sppp.4 ss.4 st.4 ste.4 stge.4 stp.4 sv.4 
	                 systrace.4 tcic.4 ti.4 tl.4 trm.4 twe.4 tx.4 
	                 txp.4 ubsec.4 uk.4 url.4 vr.4 wb.4 we.4 xl.4 

Log message:
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...

reviewd in part by deraadt@ (until he got bored of this)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/26 02:07:10

Modified files:
	mail/evolution : Makefile 
Added files:
	mail/evolution/pkg: MESSAGE 

Log message:
Remove the setuid bit from camel-lock-helper, and add a MESSAGE saying so.

Removing the setuid bit will break Evolution's ability to read email only
from the system mail spool.  If you need that functionality the MESSAGE
file tells you how to put the setuid bit back.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/26 02:30:36

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document extended antispoof
some help nick@ and frantzen@
ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 02:38:16

Removed files:
	lib/libssl/src/crypto/engine: hw_sureware.c 
	lib/libssl/src/crypto/engine/vendor_defns: hw_ubsec.h 
	                                           hwcryptohook.h 
	                                           sureware.h 

Log message:
4 files with copyright notices that are not free: 3 which do not surrender
the basic rights, and 1 with a special rule for the government.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 03:54:20

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 04:12:26

Modified files:
	usr.bin/mg     : keymap.c 

Log message:
activate the two key sequences for undo again; ok art henning


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/26 05:38:43

Modified files:
	usr.bin/ssh    : auth-krb4.c auth.h auth1.c monitor.c monitor.h 
	                 monitor_wrap.c monitor_wrap.h 

Log message:
krb4 + privsep; ok dugsong@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/26 05:39:50

Modified files:
	lib/libssl/crypto: Makefile shlib_version 
	lib/libssl/ssl : Makefile 
	usr.sbin/openssl: Makefile 
	regress/lib/libssl: Makefile 

Log message:
remove MDC2; patents


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/09/26 05:41:18

Removed files:
	lib/libssl/src/crypto/mdc2: mdc2_one.c mdc2dgst.c mdc2test.c 

Log message:
patents


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 05:41:22

Modified files:
	lib/libssl/man : Makefile 

Log message:
do not install mdc2 man pages; markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/09/26 08:44:43

Modified files:
	share/man/man8/man8.i386: MAKEDEV.8 

Log message:
pcvt is gone, mention wscons instead; miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 09:43:01

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.i386 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 md.sun3 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/26 09:49:58

Modified files:
	x11/kde/office3: Makefile 
	x11/kde/office3/pkg: PFRAG.shared PLIST 

Log message:
- Add libart dependency.
- Include karbon and kontour.

XXX  karbon and kspread are still broken.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/26 12:20:28

Modified files:
	faq            : faq13.html 

Log message:
error, pointed out by David Krausae <openbsd@davidkrause.com>,
also removal of Photuris info.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/26 12:22:15

Modified files:
	games/bombermaze: Makefile 

Log message:
Add Gnome to LIB_DEPENDS; spotted by Rob Sessink <rob_ses@web.de>
From maintainer Jim Geovedi


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/26 12:36:53

Modified files:
	games/bombermaze: Makefile 

Log message:
Fix broken MASTER_SITES & HOMEPAGE; from Jim Geovedi


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/09/26 12:38:46

Modified files:
	faq            : faqtoc.html 

Log message:
Blanked out this file, as it is no longer used, no longer maintained,
but some may have links to it still.  Will be deleted at some point.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/26 14:37:51

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
Add ftp.usa.openbsd.org to the backup OpenBSD sites list; ok lebel naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2002/09/26 14:43:54

Modified files:
	sys/net        : if_spppsubr.c if_sppp.h 

Log message:
BSD-style license from Serge Vakulenko <vak@cronyx.ru>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/26 15:44:08

Added files:
	lib/libssl/src/crypto/mdc2: Tag: OPENBSD_3_1 mdc2_one.c 
	                            mdc2dgst.c 

Log message:
Add back empty (null) mdc2 implementation


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 15:44:37

Modified files:
	sys/conf       : GENERIC 
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/i386/conf: DISKLESS GENERIC 

Log message:
renable sppp and lmc, now free


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/26 16:08:25

Modified files:
	lib/libssl/crypto: Tag: OPENBSD_3_1 Makefile 

Log message:
Disable the engine stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 16:09:53

Modified files:
	share/man/man4 : an.4 cue.4 gem.4 pciide.4 pms.4 uaudio.4 ucom.4 
	                 udsbr.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 
	                 ukbd.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 
	                 upl.4 uplcom.4 urio.4 usb.4 uscanner.4 
	                 usscanner.4 uvisor.4 uyap.4 vga.4 vnd.4 vr.4 
	                 wb.4 wd.4 wdc.4 we.4 wi.4tbl wscons.4 
	                 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 xe.4 xl.4 
	                 yds.4 ym.4 

Log message:
Second part of the man4 mi cleanup.
- more/better xrefs
- sync .Cd lines with actual configuration files
- intro(4) reference police
- huge usb(4) update
- follow mdoc.samples suggested man page section ordering when necessary
- add netintro(4) and hostname.if(5) xrefs to all ethernet drivers

ok deraadt@ mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 16:11:49

Modified files:
	share/man/man4/man4.amiga: autoconf.4 
	share/man/man4/man4.hp300: autoconf.4 
	share/man/man4/man4.i386: autoconf.4 
	share/man/man4/man4.mac68k: autoconf.4 
	share/man/man4/man4.macppc: autoconf.4 
	share/man/man4/man4.sparc: autoconf.4 
	share/man/man4/man4.sparc64: autoconf.4 
	share/man/man4/man4.vax: autoconf.4 

Log message:
autoconf(4) cleanup:
- remove blatant lies (missing diagnostics, unconfigured devices never
detected even on pci or such busses...)
- .Tn UNIX -> .Ox
- xref boot_`arch`(8) rather than boot(8) when boot(8) does not exist
- vague attempt to harmonize common texts

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/26 16:12:44

Modified files:
	share/man/man5 : hostname.if.5 shells.5 

Log message:
Add a few supposedly useful xrefs, some from mickey@

ok deraadt@ mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/26 16:14:50

Modified files:
	sys/dev/pci    : autri.c 

Log message:
time-bind the codec r/w loops, still does not solve problems on transmeta; tested by jason@ on sparc64; deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 16:48:33

Removed files:
	libexec/login_radius: raddauth.c 

Log message:
Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 16:50:04

Modified files:
	libexec        : Makefile 

Log message:
disable login_radius until a license problem is resolved


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/26 16:51:08

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/26 16:53:04

Modified files:
	editors/joe    : Tag: OPENBSD_3_1 Makefile 
Added files:
	editors/joe/patches: Tag: OPENBSD_3_1 patch-ufile_c 

Log message:
drop suid/sgid bits on backup files.
--
Patch based on CVS change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/26 17:00:08

Modified files:
	editors/joe    : Makefile 
Added files:
	editors/joe/patches: patch-ufile_c 

Log message:
drop suid/sgid bits on backup files.
--
Patch based on CVS change.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/26 17:35:51

Modified files:
	etc            : hosts myname 

Log message:
Bring the /etc/myname file installed from etcXX.tgz into line with the
one created during an install by making the name it contains a FQDN.

Make the /etc/hosts file installed from etcXX.tgz internally consistant
by including a valid entry for the name in /etc/myname.

These two files will 'survive' the install process only if the user
chooses to *not* configure the network. In that scenario these changes
silence the sendmail complaints about 'My unqualified host name ...'.

ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/26 17:59:45

Modified files:
	www/jakarta-tomcat/v4: Makefile distinfo 
	www/jakarta-tomcat/v4/pkg: PLIST 

Log message:
upgrade to Tomcat 4.0.5, fixes recent security issue.
--
From: Luiz Gustavo <gustavo@shoptime.com>


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/09/26 19:00:06

Modified files:
	build          : support.dat 

Log message:
New entries in Brazil, Finland, Mexico, Switzerland, UK, US.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2002/09/26 19:01:05

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/09/27 04:42:09

Modified files:
	usr.bin/ssh    : compat.c compat.h sshd.c 

Log message:
add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/27 07:11:11

Modified files:
	x11/kde/office3/pkg: PLIST 

Log message:
remove some dirrm tags.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2002/09/27 09:46:21

Modified files:
	usr.bin/ssh    : ssh.1 

Log message:
clarify compression level protocol 1 only; ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/27 10:24:42

Modified files:
	misc/magicpoint: Makefile 
Added files:
	misc/magicpoint/patches: patch-contrib_xmindpath_Makefile_in 
	                         patch-contrib_xmindpath_pathnames_h 

Log message:
Do not install this with special permissions (setuid uucp), and write tty
locking files in /var/spool/lock rather than /var/spool/uucp.  Users need
to be in group dialer for that, and to open the serial devices now; this
matches OpenBSD tip(1) behaviour; itojun said it looks ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/27 11:38:54

ports/net/cftp/patches

Update of /cvs/ports/net/cftp/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21669/patches

Log Message:
Directory /cvs/ports/net/cftp/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/27 11:57:53

Modified files:
	sys/net        : pf.c 

Log message:
daddr was used where saddr was meant while checking incoming packets for
binat.
pointed out by Ryan McBride, mcbride at countersiege dot com, Thanks!

ok frantzen@ pb@ jasoni@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/27 12:02:28

Added files:
	comms/pilot-link/patches: patch-include_pi-address_hxx 
	                          patch-include_pi-datebook_hxx 
	                          patch-include_pi-iambicExpense_hxx 
	                          patch-include_pi-memo_hxx 
	                          patch-include_pi-todo_hxx 

Log message:
Fix compilation with gcc3.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/27 12:04:30

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/etc: mi 

Log message:
systrace policy files belong to the etc set, not base.
ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/09/27 12:08:41

Modified files:
	etc/etc.alpha  : fbtab 
	etc/etc.macppc : fbtab 
	etc/etc.sparc  : fbtab 
	etc/etc.sparc64: fbtab 

Log message:
tweak fbtabs for /dev/X0 target; ok deraadt@
thanks to nick@openbsd.org for finding this
thanks to nick@openbsd.org, drahn@openbsd.org, and lurene@daemonkitty.net
for testing on short notice!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/27 12:11:00

Modified files:
	lib/libssl/crypto: Tag: OPENBSD_3_0 Makefile 

Log message:
Disable the engine stuff

Added files:
	lib/libssl/src/crypto/mdc2: Tag: OPENBSD_3_0 mdc2_one.c 
	                            mdc2dgst.c Makefile 

Log message:
Add back empty (null) mdc2 implementation
from markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/27 12:11:59

Modified files:
	libexec        : Tag: OPENBSD_3_0 Makefile 

Log message:
disable login_radius until a license problem is resolved


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/27 12:27:58

Modified files:
	libexec        : Tag: OPENBSD_3_1 Makefile 

Log message:
disable login_radius until license problem is resolved


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/27 12:41:57

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
new Netgear adapter


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/27 12:42:35

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2002/09/27 12:42:51

Modified files:
	sys/dev/usb    : if_aue.c 

Log message:
new Netgear adapter


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/27 14:00:38

Added files:
	net/cftp/patches: patch-ftp_c 

Log message:
Handle unexpected "125" reply as seen e.g. from ftp.compaq.com.
Obtained from Dieter Baron <dillo@giga.or.at>; ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/27 15:57:22

Added files:
	audio/id3ed/patches: patch-misc_cc 

Log message:
C++ fix for compiling with gcc3


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/27 16:40:28

Modified files:
	share/man/man4 : pcmcia.4 

Log message:
Add a caveat about PCI ROMs possibly sitting in the iomem range
the pcic wants.  With miod@; OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/27 16:51:58

Modified files:
	audio/wmmixer  : Makefile 
	audio/wmmixer/patches: patch-Imakefile patch-mixctl_h 
	                       patch-wmmixer_cc 

Log message:
- C++ fix for compiling with gcc3.
- Use CXX for linking rather than CC.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/27 17:33:37

Modified files:
	x11/flvw/patches: patch-1_0_FL_Flv_Style_H 

Log message:
C++ fix for compiling with gcc3


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/09/27 18:29:39

Modified files:
	usr.sbin/httpd/src/support: apachectl 

Log message:
format usage nicer, and add startssl to summary usage. also order the
parameters a bit more logical. missing startssl pointed out by jsyn@, what
made me look at it ;-)

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/27 18:46:11

Modified files:
	comms/minicom  : Makefile 
	comms/minicom/pkg: PLIST 
Added files:
	comms/minicom/pkg: MESSAGE 

Log message:
Do not install setuid uucp; use group dialer to control access to modem
Print a message saying that if someone wishes to use minicom's
minicom.users file to control access they have to change the perms; help from S@mSmith.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/27 19:14:02

Modified files:
	usr.bin/mg     : mg.1 

Log message:
doc that undo is a teeny bit different


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/27 19:20:43

Modified files:
	sysutils/LPRng : Makefile 

Log message:
Mark BROKEN: very outdated and with possible security holes, see various
bugtraq postings (installed setuid root)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/27 19:37:58

Modified files:
	www/jakarta-tomcat/v4: Tag: OPENBSD_3_1 Makefile distinfo 
	www/jakarta-tomcat/v4/pkg: Tag: OPENBSD_3_1 PLIST 

Log message:
MFC:
upgrade to Tomcat 4.0.5, fixes recent security issue.
--
From: Luiz Gustavo <gustavo@shoptime.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/27 20:04:44

Modified files:
	sys/dev/ic     : hme.c 

Log message:
- disable if_timer handling (there's a bug which causes this not to get
reset, causing watchdog timeouts).  The interfaces work fine, but the
timer doesn't get reset correctly.
- make IFF_SIMPLEX only set iff the media is IFM_FDX (prevents ip6 from
seeing it's packets and thinking another machine with the same mac is
on the wire when running half-duplex); from NetBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/27 21:18:15

Modified files:
	security/nessus: Makefile distinfo 
	security/nessus/pkg: PFRAG.shared PLIST 

Log message:
Update to nessus-1.2.5, Bugfix release
"o Fixed a deadlock that would prevent some plugins from
completing
o Fixed a possible (although rare) corruption issue in the
reports (the script IDs could under some circumstances be random)
o Fixed a potential segfault in the execution of nasl scripts"
From maintainer reinhard@
ok lebel brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/27 21:47:39

ports/textproc/hevea/patches

Update of /cvs/ports/textproc/hevea/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2787/patches

Log Message:
Directory /cvs/ports/textproc/hevea/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	mark@cvs.openbsd.org	2002/09/27 21:51:01

Modified files:
	textproc/hevea : Makefile 
Added files:
	textproc/hevea/patches: patch-Makefile 

Log message:
Fix breakage -- ocaml does not supply "ocamlopt", therefore the hevea
build is using an incorrect target.

Tested on macppc and i386 - ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/27 23:18:48

Modified files:
	usr.bin/mg     : keymap.c 

Log message:
use rescan, not NULL, since ^X-t is not a prefix


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	2002/09/28 00:25:11

Modified files:
	sys/arch/vax/vax: ka660.c ka670.c 

Log message:
Add support for OS defined halt action on Pele and Spitfire.
Testing by Brandon Creighton and Jim Uhl.


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	2002/09/28 08:48:12

Modified files:
	.              : sparc64.html 

Log message:
Remove Intersil Mini-PCI from the wi(4) list until it works.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 09:24:00

Modified files:
	games/amph/patches: patch-Makefile 
Added files:
	games/amph/patches: patch-src_Surface_cpp 

Log message:
- fetch prototype to fix build with gcc3
- link with CXX


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/28 09:50:02

Modified files:
	xc/config/cf   : OpenBSD.cf 
	xc/programs/xdm: auth.c 
	xc/programs/Xserver/hw/xfree86/common: xf86Init.c 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: alpha_video.c 
	                                               bsd_init.c 
	                                               i386_video.c 
	                                               ppc_video.c 
	                                               sparc64_video.c 
	xc/programs/Xserver/hw/xfree86/xf86cfg: startx.c 

Log message:
- switch the X server to user _x11 when run initialy as root.
ok millert@, tested by several people.

In addtion, fix problems with xf86cfg:
- add a new -keepPriv option to disable this feature
- make xf86cfg use -keepPriv (since it needs to start the X server
with a non-standard configuration file)
- while there start the X server used by xf86cfg with '-nolisten tcp'

Todo: update man pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 10:40:25

Added files:
	games/cosmosmash/patches: patch-src_CosmoSmashEngine_cpp 

Log message:
Disambiguate call to overloaded function; required for gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 12:24:15

Modified files:
	editors/kxmleditor: Makefile 
Added files:
	editors/kxmleditor/patches: patch-part_dlgxmlchardata_cpp 
	                            patch-part_dlgxmlelement_cpp 
	                            patch-part_dlgxmlprocinstr_cpp 

Log message:
Fix multiple declaration of default arguments; required for gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/28 13:19:51

Modified files:
	lang/egcs/stable: Makefile 

Log message:
remove another dir from the linker cache durring post-install


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/28 13:27:45

Modified files:
	ja             : support.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/28 13:31:29

Modified files:
	faq/ja         : faq13.html faqtoc.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 14:25:23

Modified files:
	audio/id3ed/patches: patch-misc_cc 

Log message:
LP64


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 14:26:49

Added files:
	games/eboard/patches: patch-board_cc patch-chess_cc 
	                      patch-global_cc patch-mainwindow_cc 
	                      patch-movelist_cc patch-network_cc 
	                      patch-notebook_cc patch-pieces_cc 
	                      patch-position_cc patch-proto_xboard_cc 
	                      patch-text_cc patch-tstring_cc 

Log message:
Remove multiple declarations of default arguments; required for compiling
with gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 14:28:46

Modified files:
	shells/ast-ksh : Makefile distinfo 

Log message:
update to release 2002-09-22, old distfiles have disappeared; ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 15:01:18

Modified files:
	games/gtkpool/patches: patch-gtkpool_sound_cpp 
Added files:
	games/gtkpool/patches: patch-gtkpool_ball_cpp 

Log message:
some C++ fixes for compiling with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 15:25:05

Modified files:
	games/lincity  : Makefile 
	games/lincity/patches: patch-Imakefile patch-lcx11_cxx 

Log message:
fix building with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 16:04:09

Modified files:
	games/xevil    : Makefile 
Added files:
	games/xevil/patches: patch-locator_h 

Log message:
- honor CXX
- don't rely on max() being available; fixes building with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 16:19:40

Modified files:
	graphics/flash : Makefile 
	graphics/flash/patches: patch-Makefile 
Added files:
	graphics/flash/patches: patch-Lib_shape_cc 

Log message:
- respect CC/CXX
- use ${CXX} as linker
- fetch prototype for sqrt(); fixes compilation with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 16:30:10

Modified files:
	java/jlint     : Makefile 
	java/jlint/patches: patch-Makefile 

Log message:
Respect CC, CXX, CFLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/28 16:46:50

ports/x11/kde/graphics3/patches

Update of /cvs/ports/x11/kde/graphics3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21217/patches

Log Message:
Directory /cvs/ports/x11/kde/graphics3/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/28 16:49:19

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
better word; ish


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/28 16:50:30

Modified files:
	x11/kde/graphics3: Makefile 
Added files:
	x11/kde/graphics3/patches: patch-kghostview_dscparse_cpp 
	                           patch-kghostview_kgv_miniwidget_cpp 
	                           patch-kghostview_ps_c 

Log message:
fix buffer overflow issue with kghostview.
--
Patch from: Dirk Mueller <mueller@kde.org> via espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 17:09:37

ports/mail/ttygrin/patches

Update of /cvs/ports/mail/ttygrin/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2513/patches

Log Message:
Directory /cvs/ports/mail/ttygrin/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 17:12:31

Modified files:
	mail/ttygrin   : Makefile 
Added files:
	mail/ttygrin/patches: patch-Makefile 

Log message:
Respect CC/CXX/CFLAGS/CXXFLAGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/28 17:35:12

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Cleanup/fix/improve question asking.

1) If the user escapes to a shell with '!' or executes a command with
'!foo' at a prompt then repeat the prompt when the shell or command
returns.

2) If ask_which() is passed an empty list of devices , then set resp to
'done' and return. Replaces a couple of checks before calling
ask_which(). Also emit a message about the lack of devices.

3) In ask_which(), delete any trailing blank which rmel() may have
appended to the device list. Replaces a check before calling
ask_which().

4) Remove an unneeded blank line before the 'invalid choice' message
from ask_which().

5) Make the first disk device the default answer when asking for which
disk contains install sets.

A few code/verbiage nits:

1) make _a a local in cutlast().

2) use normal ': ${_defdev:=done}' idiom instead of an or condition in
ask_which.

3) Eliminate an unnecessary blank line/paragraph by putting 3(!)
sentences into a single paragraph when describing process of selecting
install sets.

4) Eliminate another unnecessary blank line between the list of
possible install sources and the question about which one to use.

5) Eliminate another unnecessary blank line before the 'Extract
more sets?' question

6) Eliminate a double blank line after the sanity check error
messages.

ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/28 18:54:49

Added files:
	libexec/login_radius: raddauth.c 

Log message:
re-add; license will be fixed by millert sometime tonight


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/28 19:31:06

Modified files:
	shells/bash2   : Makefile distinfo 
Added files:
	shells/bash2/patches: patch-lib_sh_getenv_c 
Removed files:
	shells/bash2/patches: patch-lib_readline_bind_c 

Log message:
- Fix coredump on startup for ELF platforms.
- Apply all official patches that have appeared so far.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/28 20:10:55

Modified files:
	x11/kde/graphics3: Makefile 

Log message:
add run time dependency on ghostscript to be used by kghostview.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/28 21:23:01

Modified files:
	libexec/login_radius: login_radius.c raddauth.c 

Log message:
BSD-licensed as per Stephen Diercouff of tfm associates


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/28 21:25:31

Modified files:
	libexec        : Makefile 

Log message:
Add login_radius back now that the license issue has been resolved


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/29 00:02:19

Modified files:
	www/zope       : Makefile distinfo 
	www/zope/pkg   : PLIST 

Log message:
SECURITY: add 2002-06-14 hotfix

The issue involves the security of the indexes of ZCatalog objects. A flaw
in the security settings of ZCatalog allows anonymous users to call arbitrary
methods of catalog indexes. The vulnerability also allows untrusted code to
do the same.
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/29 02:10:33

Modified files:
	distrib/notes  : README.alpha 

Log message:
- add 3DLabs Permedia 2 in the list of tested cards (Dries Schellekens)
- sort the list of tested cards


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/29 02:19:57

Modified files:
	xc/programs/Xserver/hw/xfree86: XFree86.man 

Log message:
document -keepPriv


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/29 07:17:48

Modified files:
	es             : sparc64.html support.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/09/29 08:05:56

Modified files:
	faq/es         : faq13.html faqtoc.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 08:32:45

Added files:
	net/ns/patches : patch-drr_cc patch-imep_rxmit_queue_h 
	                 patch-indep-utils_cmu-scen-gen_setdest_Makefile_in 
	                 patch-indep-utils_webtrace-conv_dec_proxytrace_cc 
	                 patch-sfq_cc patch-snoop_h patch-tcp-full_h 
	                 patch-tcp-rbp_cc patch-tfrc-sink_h patch-tfrc_h 

Log message:
Fix build with gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 09:31:53

Added files:
	textproc/aspell/patches: patch-util_vector_hash_hh 

Log message:
Fix build with gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 10:10:09

Modified files:
	net/quirc/patches: patch-Makefile.in patch-data_Makefile_in 
	                   patch-doc_Makefile_in 
Added files:
	net/quirc/patches: patch-servertcl_cc patch-tcl_cc 

Log message:
Fix build with gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 10:19:55

Modified files:
	security/its4  : Makefile 
	security/its4/patches: patch-Makefile.in 
Added files:
	security/its4/patches: patch-resultsdb_C 

Log message:
- Honor CXX.
- Fix compilation with gcc3.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/29 10:55:17

Modified files:
	distrib/sets/lists: Makefile 
	distrib/sets/lists/xbase: md.alpha md.amiga md.hp300 md.i386 
	                          md.mac68k md.macppc md.mvme68k 
	                          md.sparc md.sparc64 md.vax mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 11:22:05

Added files:
	misc/cdrchive/patches: patch-tabdlg_cpp 

Log message:
Fix for new cdrtools output; from Jacob Meuser <jakemsr@jakemsr.com>.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/29 11:28:52

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 11:30:17

ports/x11/bbpager/patches

Update of /cvs/ports/x11/bbpager/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14343/patches

Log Message:
Directory /cvs/ports/x11/bbpager/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 11:32:35

Added files:
	x11/bbpager/patches: patch-LinkedList_hh patch-Timer_hh 

Log message:
C++ fixes for gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 13:17:28

Added files:
	audio/xmcd/patches: patch-misc_d_genidx_sh 

Log message:
Fix typo in URL; from John Cosimano <jmc@lpmd.org>.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/09/29 13:20:43

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: ppc_video.c 

Log message:
this was to go with matthieu's last commit; already in x snaps


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/29 13:37:22

Modified files:
	www/zope       : Tag: OPENBSD_3_1 Makefile distinfo 
	www/zope/patches: Tag: OPENBSD_3_1 patch-inst_build_pcgi_py 
	                  patch-w_pcgi_py patch-wo_pcgi_py 
	www/zope/pkg   : Tag: OPENBSD_3_1 PLIST 

Log message:
MFC:
Zope 2.5.1
+
SECURITY: add 2002-06-14 hotfix

The issue involves the security of the indexes of ZCatalog objects. A flaw
in the security settings of ZCatalog allows anonymous users to call arbitrary
methods of catalog indexes. The vulnerability also allows untrusted code to
do the same.
--
From: MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/29 15:13:43

Added files:
	x11/gnomemm/patches: patch-src_app_gen_h patch-src_clock_gen_h 
	                     patch-src_gnome--_affinetrans_cc 
	                     patch-src_icon-item_gen_h 

Log message:
C++ fixes for gcc3


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/29 15:30:34

Modified files:
	xc/programs/xsystrace: Xsystrace.ad callbacks.c callbacks.h 
	                       interface.c interface.h main.c 

Log message:
Add a dialog to choose a policy template.
Ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/29 16:08:22

Modified files:
	sbin/sysctl    : sysctl.8 

Log message:
much prettier; wgriffin@jtan.com


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/09/29 16:14:09

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/29 16:45:44

Modified files:
	distrib/miniroot: install.sub 

Log message:
Modify makedev so that it does not attempt to create network interface
devices, to allow ask_which() to be used for interface configuration.

Rework network interface configuration logic to use ask_which() instead
of local code. This

1) May fix the problem noted by David Norman, where the prompts are
somehow broken, since no such problems have been noted with the
ask_which() code.

2) Shrinks the install output by a few lines.

3) Makes the install script smaller and clearer.

4) Makes interface configuration consistant with other 'device'
configurations.

5) Makes it impossible for a user to configure an interface more than
once.

Add the interface name to the 'IP address (or dhcp)' question. This
makes it more informative, especially if a '!' or '!foo' shell escape
has been used and overwritten the list of interfaces and the display of
the name of the one being configured.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/29 16:49:10

Modified files:
	sys/dev/usb    : if_url.c 

Log message:
Plug memory leak; nyar-junk@int0rnet.net


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/09/29 16:52:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
Keep track of all devices that makedev() creates and recreate
them in the installed system.

ok deraadt@. (which I forgot to mention for the last commit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/29 18:29:02

Modified files:
	mail/nmh       : Makefile 
Added files:
	mail/nmh/patches: patch-config_h_in patch-sbr_lock_file_c 
	                  patch-sbr_m_scratch_c patch-sbr_m_tmpfil_c 
	                  patch-uip_mshcmds_c patch-uip_spost_c 
Removed files:
	mail/nmh/patches: patch-aa patch-ab patch-ac patch-ad patch-af 
	                  patch-ag 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	drahn@cvs.openbsd.org	2002/09/29 18:31:30

Added files:
	security/gnupg/patches: patch-acinclude_m4 patch-aclocal_m4 
	                        patch-configure 

Log message:
powerpc does require pic flags when building shared library, do not remove
them during config. ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/29 18:48:42

Modified files:
	mail/nmh       : Makefile 
Added files:
	mail/nmh/patches: patch-uip_Makefile_in 

Log message:
Do NOT install this setgid wheel since it does not need it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2002/09/29 21:10:46

Modified files:
	mail/razor-agents: Makefile 
	mail/razor-agents/pkg: PLIST 

Log message:
Fix a name change that I overlooked on one of the commands.

Noticed by todd@

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/09/29 21:45:39

Modified files:
	bin/systrace   : systrace-translate.c 

Log message:
fix return value; from marius@umich.edu via provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2002/09/30 00:44:17

Added files:
	x11/fltk/patches: patch-configure patch-configure_in 

Log message:
Don't use cc to compile C++ files, respect CXX and CXXFLAGS
requested by and ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 01:07:56

Modified files:
	distrib/miniroot: install.sub 

Log message:
a few new spaces -> tabs


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2002/09/30 03:54:56

Modified files:
	usr.bin/fstat  : fstat.1 

Log message:
typo, art ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 07:10:05

ports/x11/kountdown/patches

Update of /cvs/ports/x11/kountdown/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6313/patches

Log Message:
Directory /cvs/ports/x11/kountdown/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 07:10:39

Added files:
	x11/kountdown/patches: patch-kountdown_kdtimer_cpp 

Log message:
C++ fixes required by gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	shell@cvs.openbsd.org	2002/09/30 07:11:27

Modified files:
	textproc/libxslt: Makefile 

Log message:
use master_site_gnome, ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 08:06:03

Added files:
	x11/qvwm/patches: patch-src_accessory_cc 
	                  patch-src_pixmap_image_cc 

Log message:
C++ fixes for gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 08:31:50

Modified files:
	x11/wmx/patches: patch-Config.h patch-Manager.C 
Added files:
	x11/wmx/patches: patch-Menu_C 

Log message:
- C++ fix for gcc3
- regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 08:47:24

Modified files:
	x11/xfstt      : Makefile 
	x11/xfstt/patches: patch-Makefile patch-TTFont_cpp 
	                   patch-perftest_cpp patch-xfstt_cpp 
Added files:
	x11/xfstt/patches: patch-ttf_h 

Log message:
- C++ fixes for gcc3
- really honor CXX
- regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 09:01:37

Modified files:
	x11/xglobe     : Makefile 
Added files:
	x11/xglobe/patches: patch-file_cpp 

Log message:
- Respect CXX/CXXFLAGS.
- C++ fix for gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2002/09/30 09:19:40

Modified files:
	net/radiusd-cistron/patches: patch-src_sysdep_h 
Added files:
	net/radiusd-cistron/patches: patch-src_acct_c patch-src_md5_h 

Log message:
unsigned long was assumed to be 32 bits.  fixes a crash on sparc64
originally reported by Matt Hess.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 09:48:27

Modified files:
	textproc/hevea : Makefile 
Removed files:
	textproc/hevea/patches: patch-Makefile 

Log message:
Build native executable where supported, byte code elsewhere.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/09/30 10:17:39

Modified files:
	net/openh323   : Makefile 

Log message:
Mark as BROKEN.
Distfiles no longer available, needs an update.
Does not handle CXX correctly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/30 10:37:14

Modified files:
	mail/fetchmail : Makefile distinfo 

Log message:
upgrade to fetchmail 6.1.0
- fixes a few buffer overflows and a broken boundary check
which could potentially lead to a remote vulnerability.

http://marc.theaimsgroup.com/?l=bugtraq&m=103340148625187&w=2
--
Ok'd by: pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/30 10:55:44

Modified files:
	archivers/unzip: Tag: OPENBSD_3_1 Makefile distinfo 
	archivers/unzip/patches: Tag: OPENBSD_3_1 patch-unix_Makefile 

Log message:
Fix two security related issues...
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1268
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1269

MFC:
upgrade to unzip 5.50
--
From: Aaron Yourk <ayourk@srt.com>


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2002/09/30 11:04:12

Modified files:
	xf86configs    : libretto50ct 

Log message:
There is a problem with the chips driver in XFree86 4.2 (at least)
that can lead to hangs.  Disabling accelleration works around this.


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2002/09/30 12:06:58

Modified files:
	.              : ports.html 

Log message:
don't take credit for work done increasingly by others


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/30 12:07:29

Modified files:
	sys/arch/sparc/dev: tcx.c 

Log message:
Evil, evil, evil typo broke innocent ramdisks. Die!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/30 12:09:48

Modified files:
	share/man/man4/man4.alpha: Makefile intro.4 le.4 scc.4 tga.4 
Added files:
	share/man/man4/man4.alpha: asc.4 autoconf.4 
Removed files:
	share/man/man4/man4.alpha: com.4 esp.4 pms.4 wd.4 

Log message:
Your average close-to-release manual page sweep, between two eyedrops.
ok deraadt@ mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/09/30 12:11:13

Modified files:
	sys/net        : Tag: OPENBSD_3_0 pf.c 

Log message:
MFC (henning@):
daddr was used where saddr was meant while checking incoming udp packets for
binat.
pointed out by Ryan McBride, mcbride at countersiege dot com, Thanks!

ok frantzen@ pb@ jasoni@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 12:12:54

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
O2 Micro not 2 Micro; noted by henning


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 12:13:01

Modified files:
	sys/dev/pci    : pcidevs_data.h 

Log message:
pcidevs.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 12:13:08

Modified files:
	sys/dev/pci    : pcidevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/09/30 12:30:51

Modified files:
	sys/net        : Tag: OPENBSD_3_1 pf.c 

Log message:
Pull in patch from current:
Fix (henning):
daddr was used where saddr was meant while checking incoming udp packets for
binat.
pointed out by Ryan McBride, mcbride at countersiege dot com, Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jsyn@cvs.openbsd.org	2002/09/30 12:38:05

Modified files:
	lib/libevent   : event.3 

Log message:
grammar; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/09/30 13:50:07

Modified files:
	misc/cdrdao    : Makefile 

Log message:
License issues; ignore for now. See http://cdrdao.sourceforge.net/news.html for details.
From FreeBSD via naddy@, naddy@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 13:50:32

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 13:50:40

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/09/30 13:52:36

Modified files:
	bin/stty       : stty.1 

Log message:
When using "nl" as an argument to .Fl, escape nl to make it literal,
else it is interpreted as a command and doesn't format correctly.
deraadt@ OK


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/30 13:53:38

Modified files:
	mail/fetchmail : Tag: OPENBSD_3_1 Makefile distinfo 
	mail/fetchmail/patches: Tag: OPENBSD_3_1 patch-Makefile_in 
	mail/fetchmail/pkg: Tag: OPENBSD_3_1 DESCR 
Added files:
	mail/fetchmail/patches: Tag: OPENBSD_3_1 patch-configure 
	                        patch-intl_Makefile_in 
Removed files:
	mail/fetchmail/patches: Tag: OPENBSD_3_1 patch-configure_in 

Log message:
upgrade to fetchmail 6.1.0
- fixes a few buffer overflows and a broken boundary check
which could potentially lead to a remote vulnerability.

http://marc.theaimsgroup.com/?l=bugtraq&m=103340148625187&w=2
--
Ok'd by: fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 14:52:45

Modified files:
	lang/egcs/stable: Makefile 
	lang/egcs/stable/pkg: PLIST-c++ 
Added files:
	lang/egcs/stable/pkg: PFRAG.shared-estdc PLIST-estdc 
Removed files:
	lang/egcs/stable/pkg: PFRAG.shared-c++ 

Log message:
Split libestdc into a separate package so we can add a dependency
for ports built with g++-3.  From pvalchev@ and yours truly; ok pvalchev@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/09/30 14:55:03

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/linux: lnx_agp.c 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: i386_video.c 

Log message:
Try to initialize AGP GART in early privileged code too.


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2002/09/30 17:30:47

Modified files:
	share/man/man9 : mbuf_tags.9 

Log message:
document PF_FRAGCACHE tag
ok henning@ deraadt@ and my cat who is in the process of mauling my foot


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2002/09/30 17:41:46

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document fragcache
comments jasoni@, deraadt@.  ok henning@ and deraadt@
i'm sure at least one man page nazi will find something in it though


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/09/30 18:34:17

Modified files:
	lang/egcs/stable/pkg: DESCR 

Log message:
Sync version number.
From: David Krause <openbsd@davidkrause.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/09/30 20:03:52

Modified files:
	archivers/gtar : Makefile 
Added files:
	archivers/gtar/patches: patch-src_extract_c patch-src_misc_c 

Log message:
Fix a directory traversal vulnerability in GNU tar 1.13.25 which allows
attackers to overwrite arbitrary files durring extraction via a ".."
in an extracted filename.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0399


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/09/30 20:34:07

Modified files:
	libexec/smtpd/smtpfwdd: smtpfwdd.8 

Log message:
spelling; dcfleming@speakeasy.net


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/09/30 21:56:07

Modified files:
	usr.sbin/afs/src/lwp: process.sparc.S 

Log message:
version 1.2.4.1 from KTH: ok deraadt@ jason@
make it work for netbsd/sparc64 (really any sparcv9 running !solaris)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/09/30 23:56:28

Added files:
	japanese/Wnn/pkg: MESSAGE 

Log message:
Advise users against using this since it installs a setuid root
executable and no one has the time to currently check this; ok naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/10/01 00:18:24

Modified files:
	net/wmnet      : Makefile 
Added files:
	net/wmnet/patches: patch-drivers_c patch-wmnet_c patch-wmnet_h 

Log message:
Make this work again on -current; from maintainer Vladimir Popov
bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/10/01 00:36:31

Modified files:
	audio/wmtune   : Makefile 
	audio/wmtune/patches: patch-src_wmtune_c 

Log message:
For the zoltrix flavor where this is installed setuid (for a sysarch() call...
to get access for direct I/O port access) only run as root for that small
amount of code; from maintainer Vladimir Popov
XXX this should probably be changed later


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2002/10/01 00:51:06

Modified files:
	comms/xcept    : Makefile 
	comms/xcept/patches: patch-ceptd_Makefile 
	comms/xcept/pkg: MESSAGE 

Log message:
This ridiculous port installs the daemon 'ceptd' as setuid root and advises
to be run as root via inetd, while it really only needs access to the modem
It also needs INSTALL/DEINSTALL scripts to handle the configuration files,
etc.  Try to bring it to a usable state, and advise the user to run it
as follows:

xcept   stream  tcp     nowait  xcept   ${PREFIX}/libexec/ceptd ceptd

After creating a 'xcept' user belonging in group 'dialer'.  And, no
longer install this setuid root, which is really not needed.

XXX The user creation and the configuration files installation should
be automatic, but this will have to do for now and help the users.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 01:09:59

Modified files:
	sys/arch/sparc/dev: cgfourteen.c 

Log message:
If the framebuffer is being run in 32bit mode, register a shutdown_hook
to bring it in a prom-friendly mode upon halting the system, like the
other > 8 bit framebuffers do.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 01:10:39

Modified files:
	share/man/man4 : sd.4 

Log message:
Minor corrections, ok doraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 01:12:30

Modified files:
	share/man/man4/man4.hp300: Makefile apci.4 cons.4 ct.4 dca.4 
	                           dcm.4 dv.4 gb.4 grf.4 hd.4 hil.4 
	                           intro.4 ite.4 le.4 ppi.4 rb.4 st.4 
	                           tc.4 
Added files:
	share/man/man4/man4.hp300: sd.4 

Log message:
More manpage cleaning:
- coherent .Xr
- fix or add .Cd lines, fix device nodes names, etc.
- put sections in right order
- coherent ``frame buffer'' spelling
- KNF code examples (open("foo",1) my ass)
- provide an hp300 specific sd(4) as hp300 does not use the regular scsi
subsystem (...yet).
- .Bx -> .Ox whenever appropriate
- other various random sweeping

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 01:14:14

Modified files:
	share/man/man4/man4.i386: apm.4 bios.4 bktr.4 gus.4 ie.4 intro.4 
	                          iy.4 joy.4 le.4 lms.4 mcd.4 mms.4 
	                          mtrr.4 npx.4 pcibios.4 pctr.4 pss.4 
	                          sb.4 sea.4 speaker.4 uha.4 wdt.4 wss.4 
	                          wt.4 

Log message:
Manpage cleaning police:
- more and better .Xr
- prefer "option FOO" rather than "options FOO", and put the option
lines after the device definition lines in SYNOPSIS
- identify these manpages as section 4/i386, not section 4.
- long awaited update to intro(4/i386)
- npx(4/i386) was too NetBSD-ish - we only provide one math emulator
- random touches

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/01 04:49:40

Modified files:
	sys/conf       : newvers.sh 

Log message:
-beta can go away now


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/01 06:13:03

Modified files:
	net/lftp       : Makefile distinfo 
Added files:
	net/lftp/patches: patch-src_Resolver_cc 

Log message:
- Fix CNAME resolving problem; IPv6 testing by henning@
- Add mirrors, switch to .bz2 because older distfiles are only preserved
in this format.
From: Nick Nauwelaerts <nick@wanadoo.be>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/01 06:16:38

Modified files:
	infrastructure/build: resolve-lib 

Log message:
Protect against meta-characters in library names (e.g. "libestdc++").
Mostly from pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/01 06:23:42

Modified files:
	net/ntp        : Makefile 

Log message:
Fix install by not triggering a secondary configure run.
Problem reported by J.A. Neitzel <jneitzel@sdf.lonestar.org>,
analyzed by danh@, this fix from me.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/10/01 07:24:50

Modified files:
	usr.bin/ssh    : version.h 

Log message:
OpenSSH 3.5


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/01 07:54:20

Modified files:
	sys/conf       : newvers.sh 

Log message:
both of them; gwyllion@ace.ulyssis.org


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/01 08:06:53

Modified files:
	sys/kern       : kern_event.c 

Log message:
Prevent two localhost crashes with proc filters.
- don't send NOTE_SIGNAL to exiting processes.
- null dereference on error condition.
from Peter Werner <peterw at ifost.org.au>
deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/01 08:09:37

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/01 11:33:39

Modified files:
	sys/kern       : kern_sig.c 

Log message:
Oppsie. Missing part from this commit:
Prevent two localhost crashes with proc filters.
- don't send NOTE_SIGNAL to exiting processes.
- null dereference on error condition.
from Peter Werner <peterw at ifost.org.au>
deraadt@ ok


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/10/01 13:33:23

Modified files:
	distrib/notes  : README.alpha 

Log message:
Dries Schellekens reports that depth 15, 16 and 24 also work on permedia 2.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2002/10/01 14:34:12

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
allow root to access the agent, since there is no protection from root.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/01 14:49:50

Modified files:
	etc/etc.hppa   : ttys 

Log message:
term type is vt220 for the console


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/10/01 14:50:26

Modified files:
	xc-old/programs/Xserver/hw/xfree86/os-support/bsd: bsd_init.c 

Log message:
use SIGUSR2 for virtual console switching. Avoids conflicts with
the "protocol" that uses SIGUSR1 to signal that the X server is ready
to accept connections. Ok todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 14:55:15

Modified files:
	sys/arch/sparc/dev: tcx.c tcxreg.h 

Log message:
Do not enable the code that makes use of the vertical retrace interrupt
to update the colormap, as it causes _some_ machines to freeze solid;
could not be reproduced here, thanks to Thomas Koellmann (koellmann
at gmx dot net) for reporting this problem and testing this change.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 14:58:12

Modified files:
	share/man/man4/man4.mac68k: Makefile adb.4 ae.4 intro.4 
	                            mainbus.4 mc.4 obio.4 sn.4 

Log message:
Last minute cleanings for the release. Nothing fancy there.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 14:59:48

Modified files:
	share/man/man4/man4.macppc: Makefile abtn.4 adb.4 aed.4 akbd.4 
	                            ams.4 apm.4 awacs.4 bm.4 intro.4 
	                            zs.4 
Removed files:
	share/man/man4/man4.macppc: gm.4 

Log message:
Last minute cleaning:
- add the kmem(4) -> mem(4) link
- remove gm(4) superseded by gem(4)
- more .Xr
- fix .Cd lines
- bring akbd(4) contents in sync with reality (blatantly inspired from
pckbd(4))
- the usual intro(4) update

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 15:01:36

Modified files:
	share/man/man4/man4.mvme68k: Makefile ie.4 intro.4 le.4 mem.4 
	                             ssh.4 
Added files:
	share/man/man4/man4.mvme68k: autoconf.4 
Removed files:
	share/man/man4/man4.mvme68k: console.4 

Log message:
Last minute cleaning:
- add autoconf(4) boring template
- remove console(4) obviously stolen from hp300 and thus full of lies
(graphics console? on mvme68k? hello?)
- .Xr and .Cd police
- intro(4) nutrition
- mvme68k is not a .Tn as far as I know

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 15:02:19

Modified files:
	share/man/man4/man4.sparc: audioamd.4 audiocs.4 be.4 bwtwo.4 
	                           cgeight.4 cgfour.4 cgfourteen.4 
	                           cgsix.4 cgthree.4 cgtwelve.4 cgtwo.4 
	                           daadio.4 esp.4 fd.4 fga.4 hme.4 ie.4 
	                           intro.4 le.4 led.4 magma.4 openprom.4 
	                           pnozz.4 qe.4 qec.4 scf.4 si.4 spif.4 
	                           sw.4 tcx.4 vigra.4 xd.4 xy.4 zs.4 

Log message:
Last minute cleaning:
- .Xr .Cd police (yawn)
- layout glitch in esp(4)
- intro(4) update

"you're insane" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 15:03:28

Modified files:
	share/man/man4/man4.sparc64: apio.4 asio.4 audioce.4 audiocs.4 
	                             be.4 beeper.4 bwtwo.4 cgsix.4 
	                             cgthree.4 comkbd.4 creator.4 ebus.4 
	                             esp.4 hme.4 intro.4 le.4 magma.4 
	                             openprom.4 pcons.4 psycho.4 qe.4 
	                             qec.4 sab.4 schizo.4 spif.4 upa.4 
	                             uperf.4 vgafb.4 zs.4 

Log message:
Last minute cleaning:
- .Xr .Cd police
- esp(4) layout glitch
- intro(4) sorted and augmented
- in pcons(4), mention that this is a last-chance driver that should
generally not be used. even if the earth stops spinning.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/01 15:03:30

Modified files:
	sys/arch/hppa/hppa: conf.c 

Log message:
a few missing generic devices


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 15:05:32

Modified files:
	share/man/man4/man4.vax: Makefile autoconf.4 de.4 dz.4 hp.4 
	                         intro.4 le.4 mem.4 mt.4 qe.4 rx.4 ts.4 
	                         uda.4 ze.4 
Removed files:
	share/man/man4/man4.vax: mtio.4 

Log message:
Last minute cleanings (yes, close to release, last minutes spend longer
than regular minutes):
- do not install manual pages covering hardware we do not currently support
- link autoconf(4)
- remove mtio(4), this is an mi page now
- do not link kUmem(4) -> mem(4) since there is no corresponding code. What
a joke.
- .Xr .Cd police
- intro(4) update, closer to reality

ok hugh@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/01 15:08:41

Modified files:
	share/man/man4/man4.hp300: intro.4 
	share/man/man4/man4.i386: intro.4 
	share/man/man4/man4.mac68k: intro.4 
	share/man/man4/man4.macppc: intro.4 
	share/man/man4/man4.mvme68k: intro.4 
	share/man/man4/man4.sparc: intro.4 
	share/man/man4/man4.sparc64: intro.4 
	share/man/man4/man4.vax: intro.4 

Log message:
Post-last minute change:
The anti-doping police (mickey@) says, with reason, that listing in
"SEE ALSO" devices that are already .Xr in the device list is overkill.
So trim these lists again.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/01 15:10:43

Modified files:
	etc/etc.hppa   : MAKEDEV.md 

Log message:
sync w/ conf.c


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/01 15:11:38

Modified files:
	etc/etc.hppa   : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/01 15:18:17

Modified files:
	sys/arch/hppa/conf: GECKO 

Log message:
need fpemu for the gecko


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/01 15:32:14

Modified files:
	faq            : faq4.html faq8.html faq14.html 

Log message:
Narrow down "gray boxes" to improve many things...


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/01 16:47:25

Modified files:
	faq            : faq14.html index.html 

Log message:
relocate IDE DMA info from FAQ12 to FAQ14 with other disk stuff.
Translators: Note, this is the exact same text as was in FAQ12.2, minor
formatting improvement.

Yes, something new is planned for FAQ 13 now. 8-)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/01 17:25:34

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/10/02 00:44:45

Modified files:
	etc/root       : root.mail 

Log message:
Update packages list


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/10/02 00:49:48

Modified files:
	distrib/notes  : packages 

Log message:
Update


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2002/10/02 01:17:08

Modified files:
	etc/root       : root.mail 
	distrib/notes  : packages 

Log message:
Final packages list


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/02 05:53:51

Modified files:
	cs             : crypto.html security.html 

Log message:
sync with badlands translation CVS,
work by Vaclav Rehak <vasek@openbsd.cz>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/02 05:55:54

Modified files:
	faq/cs         : faq14.html faq4.html faq9.html faqtoc.html 
	                 index.html 

Log message:
sync with badlands translation CVS,
work by Vaclav Rehak <vasek@openbsd.cz>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/02 05:58:49

Modified files:
	ja             : donations.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/02 10:07:07

Modified files:
	.              : INDEX 

Log message:
update INDEX (2013)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/02 11:38:38

Modified files:
	share/man/man8 : afterboot.8 

Log message:
Add a small blurb about portmap being disabled by default, yet necessary
for YP operation.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/02 11:40:22

Modified files:
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amiga: MAKEDEV.8 
	share/man/man8/man8.hp300: Makefile 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.sun3: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 Makefile 
Removed files:
	share/man/man8/man8.hp300: format.8 

Log message:
Next-to-last minute changes:
- do not install format(8) on hp300, and drtest(8) on vax
- incomplete MAKEDEV(8) updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/10/02 11:43:38

Modified files:
	sys/kern       : kern_time.c 

Log message:
which is int not u_int so check for negative values. ok deraadt@, art@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/02 12:09:00

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/02 12:27:30

Modified files:
	etc/etc.sparc  : sysctl.conf 

Log message:
remove machdep.vsyncblank; six@stalphonsos.com


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/10/02 13:42:34

Modified files:
	xc/programs/xdm/config: OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm 
	                        OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm 

Log message:
new X images for OpenBSD 3.2 from Ty <ty@tysemaka.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/02 14:27:29

Modified files:
	sys/kern       : Tag: OPENBSD_3_1 kern_time.c 

Log message:
Pull in patch from current:
Fix (nordin):
which is int not u_int so check for negative values.


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/10/02 14:44:17

Modified files:
	.              : security.html errata.html 

Log message:
kerntime errata


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/10/02 15:56:30

Modified files:
	sys/kern       : kern_resource.c vfs_syscalls.c 

Log message:
Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>.
ok deraadt@ and art@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2002/10/02 15:56:53

Modified files:
	.              : anoncvs.shar 

Log message:
README changes:
Change 2 occurrences of /open/sup to /open/anoncvs/sup; Jolan Luff
Fix up some formatting to make this more readable
Nuke a remaining bit that talks about rcs & friends (not needed)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/10/02 16:34:07

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/02 17:56:32

Modified files:
	sys/kern       : exec_subr.c 

Log message:
make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ ok


CVSROOT:	/cvs
Module name:	XF4
Changes by:	jason@cvs.openbsd.org	2002/10/02 17:57:24

Modified files:
	distrib/notes  : README.sparc64 

Log message:
Document that console tty device must match actual console device for
the UPA and VGA in same machine case.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2002/10/02 18:07:20

Modified files:
	sys/compat/common: kern_resource_43.c vfs_syscalls_43.c 

Log message:
Check for negative values here too. "makes sense" mickey@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/02 18:19:49

Modified files:
	distrib/notes/sparc64: contents hardware install upgrade whatis 
	                       xfer 

Log message:
Document upgrades on sparc64 again, and tweak a few things.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/10/02 18:56:44

Modified files:
	distrib/miniroot: install.sh install.sub upgrade.sh 

Log message:
Divorce system hostname handling from network configuration.

Every system has a name, and thus generated keys with that
name, even if there is no currently configured network.

So, ask for a system hostname before configuring the network.

Eliminate /tmp/myname and just keep hostname set to the lastest name
and FQDN.

Construct /etc/myname from hostname as configuration data is being
saved. Construct /etc/hosts (preserving the informative leading comment
from the /etc/hosts file in etcXX.tgx) at the same time.

Construct an appropriate /etc/hosts file even if the network is not
configured.

During upgrade, if the user enables the network using the existing
configuration, don't ask about the domain name - just use the
configured one.

Take care to handle existing /etc/myname files which do not necessarily
have a FQDN.

Originally problem with hostname handling pointed out by beck@.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/10/02 20:21:33

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/02 20:36:07

Modified files:
	net/silc-client: Tag: OPENBSD_3_1 Makefile distinfo 
	net/silc-client/patches: Tag: OPENBSD_3_1 patch-Makefile_in 
	                         patch-configure 
	                         patch-lib_silcmath_mpi_configure 
	net/silc-client/pkg: Tag: OPENBSD_3_1 INSTALL PLIST 
Added files:
	net/silc-client/patches: Tag: OPENBSD_3_1 
	                         patch-irssi_src_core_Makefile_in 
	                         patch-irssi_src_core_blob_c 
	                         patch-irssi_src_core_blob_h 
	                         patch-irssi_src_perl_common_Irssi_xs 
	                         patch-irssi_src_perl_common_module_h 
	                         patch-irssi_src_perl_common_typemap 
	                         patch-irssi_src_perl_get-signals_pl 
	                         patch-irssi_src_perl_perl-common_c 
	                         patch-irssi_src_silc_core_client_ops_c 
	                         patch-irssi_src_silc_core_silc-channels_c 
	                         patch-irssi_src_silc_core_silc-servers_c 
	                         patch-lib_silcmath_mpi_mpi_x86_s 
	                         patch-lib_silcsim_silcsim_h 

Log message:
MFC:
SECURITY FIXES: Update to 0.9.5.1.
See http://silc.silcnet.org/txt/changes-client.txt for details.

Also:
- add iconv to MODULES.

Patches to remove mime from Maintainer. Maintainer and pvalchev@ ok.
--
Pointed out by: fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/02 20:50:45

Modified files:
	archivers/gtar : Tag: OPENBSD_3_1 Makefile 
Added files:
	archivers/gtar/patches: Tag: OPENBSD_3_1 patch-src_extract_c 
	                        patch-src_misc_c 

Log message:
Fix a directory traversal vulnerability in GNU tar 1.13.25 which allows
attackers to overwrite arbitrary files durring extraction via a ".."
in an extracted filename.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0399


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/03 03:36:32

Modified files:
	es             : donations.html errata.html ports.html 
	                 security.html 
Added files:
	es             : porttest.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/03 03:39:41

Modified files:
	faq/es         : faq14.html faq4.html faq8.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/10/03 12:27:48

Modified files:
	distrib/sets/lists/xbase: md.sparc 

Log message:
final x commit


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 17:50:07

Modified files:
	sys/dev/pci    : if_gx.c if_gxreg.h if_gxvar.h if_ti.c 
	                 if_tireg.h 

Log message:
Use our defn of pci command registers, not freebsd's


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 17:50:50

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
bcm5702/bcm5703


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 17:51:09

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 17:59:43

Modified files:
	sys/dev/pci    : ami_pci.c 

Log message:
Fix check for I2O based AMI cards (we don't want to match them here); me
also match the signature of the PERC 2/Sc cards; deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/10/03 18:22:39

Modified files:
	.              : i386.html 

Log message:
Add PERC 2/Sc


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	2002/10/03 18:25:52

Modified files:
	.              : i386.html 

Log message:
Whoops, doesn't belong in I2O section


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/03 19:22:39

Modified files:
	distrib/miniroot: install.sub 

Log message:
krw fucked up; i must re-tag this file


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 19:25:21

Modified files:
	sys/dev/pci    : if_tireg.h 

Log message:
More OpenBSDism's (vs FreeBSDisms).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/03 19:39:21

Modified files:
	sys/conf       : newvers.sh 

Log message:
3.2-current


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 19:51:45

Modified files:
	sys/dev/sbus   : cs4231.c cs4231var.h 

Log message:
simplify format setup


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/03 19:55:44

Modified files:
	sys/arch/sparc64/dev: iommu.c 

Log message:
Aasking to load an already loaded map is not a "warn and pray" kinda thing.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/03 20:15:16

Modified files:
	bin/ed         : ed.1 

Log message:
wrong word; cjeker@diehard.n-r-g.com


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/03 20:27:59

Modified files:
	gnu/egcs/gcc   : config.gcc 
	gnu/egcs/gcc/config/rs6000: rs6000.c rs6000.h t-openbsd 
	                            tramp.asm 

Log message:
powerpc support for stack trampoline mprotect.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/10/03 20:29:36

Modified files:
	sys/dev/ic     : if_wi_ieee.h if_wi.c 

Log message:
Limit the TX key to a valid range; imp@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/03 20:47:28

Modified files:
	libexec/ftp-proxy: ftp-proxy.8 

Log message:
improvements; rjmooney@aboveground.cx


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/03 21:01:42

Modified files:
	libexec/ld.so  : dl_printf.c dlfcn.c 

Log message:
Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12]
is supported properly.


CVSROOT:	/cvs
Module name:	src
Changes by:	henric@cvs.openbsd.org	2002/10/03 23:23:40

Modified files:
	sys/netinet    : in.c 

Log message:
Prevent packet processing while tweaking address and routing tables.

ok art@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 02:41:05

Modified files:
	ja             : errata.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 02:41:58

Modified files:
	faq/ja         : faq8.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/04 02:45:26

Added files:
	security/cyrus-sasl/pkg: INSTALL DEINSTALL 

Log message:
install and deinstall /usr/lib/sasl as needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/04 02:45:32

Modified files:
	security/cyrus-sasl: Makefile 

Log message:
fix broken db flavour


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 03:00:43

Modified files:
	nl             : crypto.html donations.html i386.html 
	                 orders.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/04 03:08:50

Modified files:
	net/ethereal   : Makefile distinfo 

Log message:
update to version 0.9.7. important changes:
- name resolution disabled by default


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/04 03:37:20

Modified files:
	libexec/ftp-proxy: ftp-proxy.8 

Log message:
use port 8021 in examples
inspired by a PR from rjmooney@aboveground.cx

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/04 03:39:49

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Intel 21145


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/04 03:41:00

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/04 04:15:37

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
new sentence, new line
pointed out by Dries Schellekens, Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/04 05:29:53

Modified files:
	usr.sbin/httpd/src/main: http_core.c 

Log message:
fix a cross-site scripting vuln:
*) SECURITY: CAN-2002-0840 (cve.mitre.org)
Prevent a cross-site scripting vulnerability in the default
error page.  The issue could only be exploited if the directive
UseCanonicalName is set to Off and a server is being run at
a domain that allows wildcard DNS.  [Matthew Murphy]


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 05:32:49

Modified files:
	de             : errata.html security.html 

Log message:
setitimer (2) bug


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 06:58:53

Modified files:
	x11/openbox    : Makefile distinfo 
	x11/openbox/pkg: PLIST 

Log message:
upgrade to openbox 2.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 07:10:34

Modified files:
	graphics/netpbm: Makefile 

Log message:
better sed usage.
--
From: Waba <wabasoft@yahoo.fr>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 07:22:25

Modified files:
	net/silc-client: Makefile 

Log message:
mark this BROKEN on sparc64, even with the supposed workaround this
still will not compile, GCC seems to like chewing through VM like
it's going out of style.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/04 07:31:11

Modified files:
	faq            : faq4.html 

Log message:
Typo, spotted by Jesse Gordon <jesseg@suespammers.org>, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 07:41:51

Added files:
	de             : porttest.html 

Log message:
attract more testers


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/04 07:48:36

Modified files:
	faq            : faq6.html 

Log message:
section on dumping pflog to a plain text file, written by
Daniel Polak <DANIEL@sys.nl>.  ok dhartmei@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 07:52:48

Modified files:
	www/squid      : Makefile distinfo 

Log message:
upgrade to Squid 2.5.STABLE1


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/04 08:15:26

Modified files:
	faq            : faq6.html 

Log message:
ftp-proxy's recommended port is no longer 8081, but 8021.  Diff from
henning@.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 08:44:38

Modified files:
	faq/de         : faq1.html faq3.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/04 08:46:45

Modified files:
	porting/de     : diffs.html 

Log message:
NEED_VERSION obsolete.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 09:25:02

Modified files:
	usr.bin/calendar/calendars: calendar.music 

Log message:
janis dup; from Number Six <six@stalphonsos.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 09:27:21

Modified files:
	usr.bin/indent : io.c 

Log message:
fprintf+exit vs errx


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 09:31:17

Modified files:
	usr.bin/indent : args.c 

Log message:
some formatting from mickey.
From: Maxim Tsyplakov <tm@openbsd.ru>
indent -i0 somefile.c dumps core in
indent.c line 276
ps.ind_level = ps.i_l_follow = col / ps.ind_size;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 09:34:28

Modified files:
	share/man/man4/man4.i386: npx.4 

Log message:
recover from french invasion


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 09:54:00

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
DWL-520+


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:00:58

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
some intel ids; from Riccardo.Sibilia@ascom.ch


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:01:36

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:10:36

Modified files:
	sys/dev/pci    : ami_pci.c 

Log message:
as i said, only check the class; add a comment on signature checking


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:17:01

Modified files:
	share/man/man4 : ami.4 twe.4 cac.4 pchb.4 

Log message:
add a missing license, propepd by jason@


CVSROOT:	/cvs
Module name:	src
Changes by:	ish@cvs.openbsd.org	2002/10/04 10:23:24

Modified files:
	sys/net        : Tag: OPENBSD_3_2 pf.c 

Log message:
To detect routing loops use the actual outgoing interface and not the
interface that the rule is to apply to (as there may not be one).
- noticed by mcbride@countersiege.com
- ok dhartmei@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:25:03

Modified files:
	share/man/man4 : Makefile 

Log message:
enlighten ppl w/ hppa man pages


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:25:53

src/share/man/man8/man8.hppa

Update of /cvs/src/share/man/man8/man8.hppa
In directory cvs.openbsd.org:/tmp/cvs-serv25601/man8.hppa

Log Message:
Directory /cvs/src/share/man/man8/man8.hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:30:22

Added files:
	share/man/man8/man8.hppa: MAKEDEV.8 

Log message:
the fire from sparc


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:31:42

Added files:
	share/man/man8/man8.hppa: Makefile 

Log message:
a makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:32:55

Modified files:
	share/man/man8 : Makefile 

Log message:
now i wanna be your dog


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:37:58

Modified files:
	usr.bin/xlint/lint1: param.h 

Log message:
make the snakes fart through


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 10:39:26

Modified files:
	usr.bin/window : wwprintf.c 

Log message:
enchrist into stdarg


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 11:30:42

Modified files:
	usr.bin/locate/locate: mklocatedb.sh 

Log message:
sort -H for modern large filesystems; from McikyeBSD; millert@ ok and multiple ppl testing


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/10/04 11:33:45

Modified files:
	usr.bin/locate/locate: concatdb.sh mklocatedb.sh 

Log message:
Move the -H to the sort variable declaration itself since the -H
flag is non-standard.  This allows people to use a different sort
(like GNU sort) if they want via the sort environment variable.
mickey@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	ish@cvs.openbsd.org	2002/10/04 11:45:55

Modified files:
	sys/net        : pf.c 

Log message:
[to the right branch this time]
To detect routing loops use the actual outgoing interface and not the
interface that the rule is to apply to (as there may not be one).
- noticed by mcbride@countersiege.com
- ok dhartmei@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 12:06:28

Modified files:
	devel/gmake    : Makefile distinfo 
	devel/gmake/patches: patch-make.1 
	devel/gmake/pkg: PLIST 
Added files:
	devel/gmake/patches: patch-doc_make_texi 
Removed files:
	devel/gmake/patches: patch-Makefile.in patch-make.texinfo 

Log message:
upgrade to gmake 3.80


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 12:07:30

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
put cpp flags into CPPFLAGS, not CFLAGS.
do the lndir once (like apache, for example),
depend on ${.OBJDIR}/config.over .
make separate rules for the toke.*o, since
gcc blows on it on some platforms (hppa for now).

would be just nice if smth like this worked, but it does not:
.if make(toke.o)
CFLAGS+=-O0
.endif

millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 12:12:03

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
since we lndir the sources we do not need the .CURDIR in the toke deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 12:29:14

Modified files:
	print/gv       : Makefile 
Added files:
	print/gv/patches: patch-source_file_c patch-source_file_h 
	                  patch-source_ps_c 

Log message:
Fix security issue with gv.

When GV detects that the document is either a PDF file or a
GZip compressed file, it executes some commands with the help of the
system() function. Unfortunately, these commands contain the
filename, which can be considered as untrusted user input. It is then
possible to distribute a file (with a meticulously chosen filename,
that even seems innocent) that causes execution of arbitrary
shell commands when it is read with GV.

http://www.epita.fr/~bevand_m/asa/asa-0000


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/04 13:20:24

Modified files:
	net/iperf      : Makefile 
	net/iperf/patches: patch-cfg_configure 
Added files:
	net/iperf/patches: patch-src_Listener_cpp 
	                   patch-src_PerfSocket_UDP_cpp 

Log message:
* Respect CC/CFLAGS/CXX/CXXFLAGS.
* C++ fix for gcc3; from Craig Rodrigues <rodrigc@attbi.com> via FreeBSD.

ok jakob@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/04 13:21:48

Modified files:
	devel/cvsweb   : Makefile distinfo 

Log message:
Update to FreeBSD-CVSweb 2.0.6.  Notable changes:
- Make annotate work under mod_perl.
- New config variable annotate_options.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/04 13:22:59

Modified files:
	audio/xmms-shn : Makefile distinfo 

Log message:
Update to 2.2.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 13:55:19

Modified files:
	sys/dev/pci    : autri.c 

Log message:
do not read the codec regs, it seems to shutter the sound; from grendel@zeitbombe.org, reported and tested by rayl@spamcop.net


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 14:01:20

Modified files:
	sys/dev/pci    : esa.c 

Log message:
free resources on failures in attach, kill some spaces; from grendel@zeitbombe.org


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/04 14:05:12

Modified files:
	sys/dev/pci    : neo.c 

Log message:
formatting, grammar, spaces; from grendel@zeitbombe.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/04 14:27:16

Modified files:
	usr.bin/unifdef: unifdef.c 

Log message:
remove the BSS crud


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/04 14:47:25

Modified files:
	sys/dev/pci    : if_fxp_pci.c 

Log message:
Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/04 16:59:21

Modified files:
	print/gv       : Tag: OPENBSD_3_1 Makefile 
Added files:
	print/gv/patches: Tag: OPENBSD_3_1 patch-source_file_c 
	                  patch-source_file_h patch-source_ps_c 

Log message:
Fix security issue with gv.

When GV detects that the document is either a PDF file or a
GZip compressed file, it executes some commands with the help of the
system() function. Unfortunately, these commands contain the
filename, which can be considered as untrusted user input. It is then
possible to distribute a file (with a meticulously chosen filename,
that even seems innocent) that causes execution of arbitrary
shell commands when it is read with GV.

http://www.epita.fr/~bevand_m/asa/asa-0000


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/04 17:16:41

Modified files:
	etc            : rc.conf 
	libexec        : Makefile 
	share          : Makefile 
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 
Removed files:
	libexec/smtpd  : Makefile Makefile.inc 
	libexec/smtpd/smtpd: Makefile smtpd.8 
	libexec/smtpd/smtpfwdd: Makefile smtpfwdd.8 
	libexec/smtpd/src: CREDITS INSTALL INSTALL.SOLARIS LICENSE 
	                   Makefile Makefile.default Makefile.minimal 
	                   Makefile.nochecks README accumlog.c 
	                   address_check.c antirelay_check_rules_example 
	                   antispam_check_rules.example smtp.h smtpd.c 
	                   smtpd.h smtpd_check_rules.example smtpfwdd.c 
	libexec/smtpd/src/contrib: README smtpfilter.c 
	share/smtpd    : Makefile README example.antispam 
	                 example.features example.norelay 

Log message:
smtpd leaves the building


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/04 17:28:38

Modified files:
	etc/mtree      : 4.4BSD.dist special 

Log message:
smtpd left the building


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2002/10/04 18:21:02

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
match 5822


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2002/10/04 20:57:58

Modified files:
	sys/altq       : altq_cbq.c 

Log message:
fix a embarrassing list-handling bug in cbq.
this bug is triggered only when 3 or more cbq instances are
created at a time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2002/10/05 03:40:58

Modified files:
	lang/egcs/stable: Makefile 

Log message:
non-insane name for libstdc++.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/05 07:22:23

Modified files:
	security/logsurfer: Makefile distinfo 
Removed files:
	security/logsurfer/patches: patch-src_readcf_c 

Log message:
security update to version 1.5b


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/05 08:18:16

Log message:
    syslog-ng, a syslogd replacement
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20021005
    
    N ports/sysutils/syslog-ng/Makefile
    N ports/sysutils/syslog-ng/distinfo
    N ports/sysutils/syslog-ng/pkg/DESCR
    N ports/sysutils/syslog-ng/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/05 09:22:27

Modified files:
	mail/imap-uw   : Makefile distinfo 
	mail/imap-uw/patches: patch-src_osdep_unix_Makefile 
Added files:
	mail/imap-uw/patches: patch-Makefile 

Log message:
update to rc7, -stable will be update once we have a final release


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/05 10:15:44

Modified files:
	audio/xmms-shn : Makefile 

Log message:
home page/master site moved


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/10/05 13:09:27

Modified files:
	sysutils/mtools: Makefile distinfo 
Added files:
	sysutils/mtools/patches: patch-precmd_c 

Log message:
- update to distrib. patch 20020203.
- switch to distinfo.
- remove NEED_VERSION.
- update HOMEPAGE and MASTER_SITES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/10/05 13:41:17

Modified files:
	net/silc-client: Makefile 
Added files:
	net/silc-client/patches: gcc-patch-lib_silcsim_Makefile_in 

Log message:
more workarounds for sha1.c on sparc64; this works fine now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/10/05 14:25:50

Modified files:
	news/pan       : Makefile distinfo 
	news/pan/pkg   : PLIST 

Log message:
update to pan 0.13.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/10/05 15:01:17

Modified files:
	distrib/i386/common: install.md 

Log message:
Fix a typo ('Your' -> 'You'). Spotted by Julien Bordet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2002/10/05 15:11:09

Modified files:
	devel/pccts    : Makefile 
	games/cgoban   : Makefile 
	games/gnugo    : Makefile 
	mail/mutt/stable: Makefile 
	misc/cdrdao    : Makefile 
	net/icecast    : Makefile 
	security/pgp5  : Makefile 

Log message:
byebye NEED_VERSION.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/05 15:17:57

Modified files:
	sys/net        : pfvar.h pf.c 
	sbin/pfctl     : parse.y pfctl_parser.c 
	share/man/man5 : pf.conf.5 

Log message:
Allow filtering based on IP header's tos field.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/10/05 15:19:35

Modified files:
	sys/arch/m68k/060sp: fpsp.s 
	sys/arch/sparc/dev: hme.c 

Log message:
spelling.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/05 15:58:09

Modified files:
	sysutils       : Makefile 

Log message:
syslog-ng


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/05 16:25:33

Modified files:
	sbin/pfctl     : parse.y 
	regress/sbin/pfctl: pf1.ok pf3.ok pf4.ok pf5.ok pf8.ok pf9.ok 
	                    pf18.ok pf19.ok pf20.ok pf24.ok 

Log message:
Expand {} lists from left to right, so 'pass in from { a, b } to any'
becomes '@0 pass in from a to any @1 pass in from b to any' instead of
the other way around. Patch from Camiel Dobbelaar.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/05 16:51:57

Modified files:
	faq            : faq14.html 

Log message:
Oops.  Broke validation, fixed by removing stray </a>


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/05 17:05:06

Modified files:
	faq            : faq2.html 

Log message:
Another broken validation.  Stray </ul>.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/05 17:09:23

Modified files:
	faq            : faq7.html 

Log message:
line wrapping, html normalization, and now passes validation.  NO content
change.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/05 17:20:32

Modified files:
	faq            : faq7.html 

Log message:
The things one find and learn when working on something else.  There
are FIVE virtual terminals on i386, not four.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/05 18:49:03

Added files:
	games/xkobo/patches: patch-Imakefile patch-file_C patch-key_C 
	                     patch-map_C patch-map_h patch-screen_C 
	                     patch-xkobo_C 
Removed files:
	games/xkobo/patches: patch-aa patch-ab patch-ac patch-ad 
	                     patch-ae patch-keepmap1 patch-keepmap2 

Log message:
- Regen ancient patches.
- C++ fix for gcc3.
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/06 00:54:25

Modified files:
	graphics/gwenview: Makefile distinfo 
	graphics/gwenview/pkg: PLIST 

Log message:
upgrade to gwenview 0.15.0


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/06 04:37:42

Modified files:
	es             : i386.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/06 04:39:29

Modified files:
	faq/es         : faq4.html faq6.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/06 06:00:22

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
in the commented out AddType example for php take values fitting for php4,
not php3.
inspired by a PR from j@pureftpd.org for the -dist file.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/06 06:02:26

Modified files:
	usr.sbin/httpd/conf: httpd.conf-dist 

Log message:
match php 4, too, in the example, j@pureftpd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/06 07:12:33

ports/sysutils/syslog-ng/development

Update of /cvs/ports/sysutils/syslog-ng/development
In directory cvs.openbsd.org:/tmp/cvs-serv23796/development

Log Message:
Directory /cvs/ports/sysutils/syslog-ng/development added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/06 07:12:35

ports/sysutils/syslog-ng/stable

Update of /cvs/ports/sysutils/syslog-ng/stable
In directory cvs.openbsd.org:/tmp/cvs-serv23796/stable

Log Message:
Directory /cvs/ports/sysutils/syslog-ng/stable added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/06 07:12:40

ports/sysutils/syslog-ng/development/pkg

Update of /cvs/ports/sysutils/syslog-ng/development/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv16783/development/pkg

Log Message:
Directory /cvs/ports/sysutils/syslog-ng/development/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/06 07:12:41

ports/sysutils/syslog-ng/stable/pkg

Update of /cvs/ports/sysutils/syslog-ng/stable/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv16783/stable/pkg

Log Message:
Directory /cvs/ports/sysutils/syslog-ng/stable/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2002/10/06 07:15:55

Modified files:
	sysutils/syslog-ng: Makefile 
Added files:
	sysutils/syslog-ng: Makefile.inc 
	sysutils/syslog-ng/development: Makefile distinfo 
	sysutils/syslog-ng/development/pkg: DESCR PLIST 
	sysutils/syslog-ng/stable: Makefile distinfo 
	sysutils/syslog-ng/stable/pkg: DESCR PLIST 
Removed files:
	sysutils/syslog-ng: distinfo 
	sysutils/syslog-ng/pkg: DESCR PLIST 

Log message:
split into stable and development


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2002/10/06 08:50:26

Modified files:
	sys/sys        : syslog.h 

Log message:
use syslog format for syslog, now that release is past...


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/06 10:22:10

Modified files:
	sbin/pfctl     : parse.y 

Log message:
Move CHECK_ROOT into LOOP_THROUGH, gets rid of one macro and saves
several lines, no functional difference. From Camiel Dobbelaar.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/06 10:32:32

Modified files:
	faq/es         : faq14.html faq2.html faq7.html 

Log message:
sync with badlands translation CVs


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/06 11:58:40

Added files:
	net/silc-client/patches: Tag: OPENBSD_3_1 
	                         gcc-patch-lib_silcsim_Makefile_in 

Log message:
MFC:
more workarounds for sha1.c on sparc64; this works fine now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/06 12:07:47

Modified files:
	x11/kde/graphics2: Tag: OPENBSD_3_1 Makefile 
Added files:
	x11/kde/graphics2/patches: Tag: OPENBSD_3_1 
	                           patch-kghostview_kgv_miniwidget_cpp 
	                           patch-kghostview_ps_c 

Log message:
fix buffer overflow issue with kghostview.
--
Patch from: Dirk Mueller <mueller@kde.org> via kde-packager


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2002/10/06 13:09:21

Modified files:
	etc            : rc 

Log message:
Remove more remnants of smtpfwdd. ok deraadt@.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/10/06 13:14:33

Modified files:
	xc/programs/xdm: Imakefile 

Log message:
cleanups: remove duplicate definition of HAS_SETPROCTITLE and useless
definition of SUS_LIBRARIES2.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 13:58:31

Modified files:
	sys/arch/i386/include: types.h 
	sys/arch/sparc/include: types.h 
	sys/arch/sparc64/include: types.h 

Log message:
Garbage collect __HAVE_SPLASSERT. It wasn't necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 14:18:54

Modified files:
	sys/arch/sparc64/sparc64: machdep.c 

Log message:
Declare nbuf just like all other architectures.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 14:19:53

Modified files:
	sys/conf       : param.c 

Log message:
nbuf doesn't belong here. It's declared on all architectures instead.
And here it goes into the bss, while it's initialized in MD code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/06 15:03:18

Modified files:
	mbone/vat/patches: patch-configure patch-configure_in 
Removed files:
	mbone/vat/patches: patch-config_guess patch-config_sub 

Log message:
- Fix signal handler type for C++/gcc3.
- Don't bother to patch files that will be clobbered anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 16:04:41

Modified files:
	sys/uvm        : uvm_pglist.c 

Log message:
Initialize the result list in uvm_pglistalloc.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 16:06:15

Modified files:
	sys/arch/alpha/alpha: cpu.c 
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/hppa/hppa: mainbus.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/macppc/macppc: dma.c 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 
	sys/arch/sparc/sparc: iommu.c 
	sys/arch/sparc64/dev: iommu.c 
	sys/arch/sparc64/sparc64: machdep.c pmap.c 
	sys/arch/vax/vax: bus_dma.c 
	sys/dev/isa    : aha.c 

Log message:
No more need to initialize the result list before uvm_pglistalloc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/06 16:28:49

Modified files:
	mbone/vic      : Makefile 
Added files:
	mbone/vic/patches: patch-config_h patch-configure_in 
	                   patch-configure_in_tk patch-encoder-jpeg_cc 
	                   patch-grabber-meteor_cc patch-grabber-x11_cc 
	                   patch-h263_Util_h patch-h263_defs_h 
	                   patch-net-ip_cc patch-net_cc patch-ntp-time_h 
	                   patch-qfDES_c patch-qfDES_memory_c 
	                   patch-tmn_Makefile patch-ui-grabber_tcl 
Removed files:
	mbone/vic/patches: patch-aa patch-ab patch-ac patch-ad patch-ae 
	                   patch-af patch-ag patch-ah patch-ai patch-aj 
	                   patch-ak patch-al patch-am patch-an patch-ao 

Log message:
- Regen patches.
- Honor CC, CFLAGS.
- Make this compile with gcc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/06 16:31:10

Added files:
	textproc/isearch/patches: patch-src_string_cxx 

Log message:
Make this compile with gcc3.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 16:39:25

Modified files:
	sys/kern       : exec_elf.c exec_subr.c kern_exec.c 
	sys/sys        : exec.h 

Log message:
Move out the execution of vmcmds into a separate function.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 16:40:19

Modified files:
	sys/sys        : exec.h 

Log message:
unused prototype.


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2002/10/06 16:40:22

Modified files:
	.              : donations.html 

Log message:
Chris Fuhrman donated an Initio SCSI card.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 17:12:31

Modified files:
	sys/kern       : subr_autoconf.c 
	sys/sys        : device.h 

Log message:
Remove some '#if 0' cruft.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 17:23:18

Modified files:
	lib/libc/arch/alpha: SYS.h 
	lib/libc/arch/alpha/sys: cerror.S 

Log message:
Rename cerror to __cerror on alpha to avoid namespace pollution.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 17:24:13

Modified files:
	lib/libc/arch/i386: SYS.h 
	lib/libc/arch/i386/sys: brk.S cerror.S exect.S sbrk.S 
	                        sigprocmask.S sigsuspend.S syscall.S 

Log message:
Rename cerror to __cerror on i386 to avoid namespace pollution.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 17:31:21

Modified files:
	lib/libc/arch/alpha/sys: brk.S sbrk.S 

Log message:
Rename curbrk to __curbrk on alpha to avoid namespace pollution.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 17:31:41

Modified files:
	lib/libc/arch/i386/sys: brk.S sbrk.S 

Log message:
Rename curbrk to __curbrk on i386 to avoid namespace pollution.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/10/06 17:34:26

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile 
	mail/p5-Mail-SpamAssassin/pkg: DEINSTALL PLIST 
Added files:
	mail/p5-Mail-SpamAssassin/pkg: INSTALL 

Log message:
p5-Mail-SpamAssassin tries to install files outside the fake area.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/06 17:50:40

Modified files:
	lib/libc/arch/sparc/sys: brk.S sbrk.S 

Log message:
curbrk -> __curbrk on sparc to avoid name space pollution.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/06 18:08:32

Modified files:
	print/gv       : Tag: OPENBSD_3_2 Makefile 
Added files:
	print/gv/patches: Tag: OPENBSD_3_2 patch-source_file_c 
	                  patch-source_file_h patch-source_ps_c 

Log message:
Fix security issue with gv.

When GV detects that the document is either a PDF file or a
GZip compressed file, it executes some commands with the help of the
system() function. Unfortunately, these commands contain the
filename, which can be considered as untrusted user input. It is then
possible to distribute a file (with a meticulously chosen filename,
that even seems innocent) that causes execution of arbitrary
shell commands when it is read with GV.

http://www.epita.fr/~bevand_m/asa/asa-0000


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/06 18:11:28

Added files:
	net/silc-client/patches: Tag: OPENBSD_3_2 
	                         gcc-patch-lib_silcsim_Makefile_in 

Log message:
MFC:
more workarounds for sha1.c on sparc64; this works fine now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2002/10/06 18:42:32

Modified files:
	net/gaim       : Makefile distinfo 

Log message:
update to gaim-0.59.4


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2002/10/06 18:59:09

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200209.html 

Log message:
rotate, update


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/06 22:16:34

Modified files:
	lib/libc/arch/powerpc: SYS.h 
	lib/libc/arch/powerpc/sys: brk.S cerror.S exect.S sbrk.S 
	                           sigprocmask.S 

Log message:
cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()
added as appropriate.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/06 22:22:46

Modified files:
	lib/libc/arch/powerpc/sys: exect.S 

Log message:
Simpler, smaller, more efficient and equivalent.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/06 22:30:30

Modified files:
	lib/libc/arch/powerpc/sys: brk.S sbrk.S 

Log message:
s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/06 22:34:34

Modified files:
	lib/libc/arch/powerpc/sys: cerror.S 

Log message:
clean up ifdefs for PIC, resulting code unchanged.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/06 22:47:12

Modified files:
	lib/libc/arch/powerpc/sys: Ovfork.S brk.S cerror.S exect.S 
	                           fork.S reboot.S rfork.S sbrk.S 
	                           setlogin.S sigpending.S sigprocmask.S 
	                           sigreturn.S sigsuspend.S syscall.S 

Log message:
kick, kick. Fix these files which did not come from NetBSD, but the
powerpc port by Dale Rahn.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2002/10/06 23:39:48

Modified files:
	sys/arch/macppc/conf: GENERIC 
	sys/arch/macppc/include: bus.h rbus_machdep.h 
	sys/arch/macppc/pci: mpcpcibus.c pci_addr_fixup.c 

Log message:
Improved workaround for cardbus support on macppc. This allows mappings to
be put in the cardbus register which really work instead of crashing the
machine.  if_dc @cardbus now works, xl@cardbus will configure, but does
not work properly (endian?) wdc should work fine, but has not been tested
recently.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/10/07 00:14:40

Modified files:
	distrib/notes  : README.macppc 
	xc/programs/Xserver/hw/xfree86/common: xf86Configure.c 
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-macppc: 
	                                                           XF86Config 

Log message:
Enable mouse wheel in macppc default configs (drahn@) and in the
XF86Config generated by XFree86 -configure.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2002/10/07 00:17:53

Modified files:
	xc/programs/Xserver/hw/xfree86/common: xf86Events.c 

Log message:
Be less verbose about unknown keys.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 01:43:13

Modified files:
	usr.sbin/httpd/src/main: http_config.c 

Log message:
make restarts work again with missing srm.conf (sigh)
pointed out by nicolas at untz dot net, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 03:35:34

Modified files:
	lib/libc/arch/hppa/sys: brk.S sbrk.S 

Log message:
name space pollution; after art@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/07 06:39:29

Modified files:
	sys/net        : pfvar.h pf.c 
	sbin/pfctl     : parse.y pfctl_parser.c 
	share/man/man5 : pf.conf.5 

Log message:
Add 'reply-to' to filter rules, similar to route-to, but applying to
replies (packets that flow in the opposite direction of the packet that
created state), used for symmetric routing enforcement.
Document how route-to and reply-to work in context of stateful filtering.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 06:59:55

Modified files:
	sys/net        : pfvar.h pf.c 
	sbin/pfctl     : parse.y 

Log message:
use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or not
instead of just testing return_icmp > 0

ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:15:02

Modified files:
	sys/net        : pf.c pfvar.h 
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
make return-icmp work for rules covering both v4 and v6
-new field "return_icmp6" in pf_rule
-parser accepts
block return-icmp(ipv4-icmpcode, ipv6-icmpcode)

ok and some input dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:18:40

Modified files:
	sys/net        : pf.c pfvar.h 
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
support a generic return
block return in|out ...
acts like return-rst on tcp, like return-icmp on udp and like an ordinary
block on anything else

ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:23:46

Modified files:
	sys/net        : pf.c pfvar.h 
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
set block-policy [drop|return]
drop is default, same behaviour as before

support
block drop
to override a return policy


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:28:19

Modified files:
	regress/sbin/pfctl: pfail4.in 

Log message:
this is valid now... change to be invalid


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:30:14

Modified files:
	regress/sbin/pfctl: pf2.ok 

Log message:
output slightly different with new return-icmp handling, adjust


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:43:02

Modified files:
	regress/sbin/pfctl: pf7.ok 

Log message:
adjust for new return-icmp


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:45:58

Modified files:
	regress/sbin/pfctl: pf10.in pf10.ok 

Log message:
test new return-icmp syntax


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 07:48:58

Modified files:
	regress/sbin/pfctl: Makefile 
Added files:
	regress/sbin/pfctl: pf31.in pf31.ok 

Log message:
test generic return
test set block-policy


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 07:57:10

Modified files:
	usr.bin/indent : args.c 

Log message:
misplaced break in the last


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/07 08:13:48

Modified files:
	sbin/pfctl     : parse.y pfctl.c 

Log message:
Two cases of const-correctness and make one global local.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2002/10/07 08:32:33

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile distinfo 
	mail/p5-Mail-SpamAssassin/pkg: PLIST 

Log message:
update p5-Mail-SpamAssassin to version 2.42; from MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/07 08:34:40

Modified files:
	sbin/pfctl     : parse.y pfctl.c 

Log message:
-Wsign-compare clean


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 08:38:40

Modified files:
	sys/arch/hppa/hppa: fpemu.S locore.S machdep.c trap.c 
	                    vm_machdep.c 
	sys/arch/hppa/include: cpu.h 

Log message:
on implementations w/ fpu included unimplemented instructions
are signaled through the exception trap w/ invalid opcode marked
instruction in the exception registers, not through the emulation
trap (as long as the fpu is enabled, of  course).
parse emulation from the exception trap as well as the emulation
trap and fix the dispatcher into usable condition.
parse invalid op exception on trap and signal the user appropriately.
reset the exception on exec and for child on fork.
the later is appropriate since exceptions are delayed until next
fpu instruction, which was in the parent indeed, let him get it.
save parent's fpu context on fork before cipying it, if the
parent owned the fpu.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 08:42:07

Modified files:
	sys/arch/hppa/hppa: machdep.c 

Log message:
proper terminate the user stack on signal


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2002/10/07 08:53:00

Modified files:
	sys/net        : pf.c pf_norm.c pf_ioctl.c 

Log message:
-Wsign-compare clean


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 09:32:37

Modified files:
	sys/arch/hppa/hppa: autoconf.c locore.S machdep.c vm_machdep.c 
	sys/arch/hppa/include: db_machdep.h psl.h 

Log message:
s/PSW_/PSL_/ to match other archs


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 09:40:39

Modified files:
	sys/arch/hppa/hppa: locore.S 

Log message:
also s/_PSW/_PSL/


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2002/10/07 12:35:57

Modified files:
	sys/uvm        : uvm_pglist.c 
	sys/arch/alpha/alpha: cpu.c 
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/hppa/hppa: mainbus.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/macppc/macppc: dma.c 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 
	sys/arch/sparc/sparc: iommu.c 
	sys/arch/sparc64/dev: iommu.c 
	sys/arch/sparc64/sparc64: machdep.c pmap.c 
	sys/arch/vax/vax: bus_dma.c 
	sys/dev/isa    : aha.c 

Log message:
this removes the functionality of adding allocated
pages into the queue already containing allocated pages.
breaks i386:setup_buffers() because of this.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 13:31:01

Modified files:
	distrib/notes  : Makefile m4.common 

Log message:
Devise the appropriate MACHINE_ARCH from MACHINE, rather than requiring
the Makefile to provide this value. Makes the generation of all the
installation notes easier.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 13:32:00

Modified files:
	distrib/notes/alpha: contents 
	distrib/notes/amiga: contents 
	distrib/notes/hp300: contents 
	distrib/notes/i386: contents 
	distrib/notes/mac68k: contents 
	distrib/notes/macppc: contents 
	distrib/notes/mvme68k: contents 
	distrib/notes/sparc: contents 
	distrib/notes/sparc64: contents 
	distrib/notes/sun3: contents 
	distrib/notes/vax: contents 

Log message:
Set size updates. Almost correct.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 13:48:16

Log message:
    import apache 1.3.27 and mod_ssl 2.8.11
    
    Status:
    
    Vendor Tag:	apache
    Release Tags:	apache_1_3_27
    
    U src/usr.sbin/httpd//ABOUT_APACHE
    C src/usr.sbin/httpd//Announcement
    U src/usr.sbin/httpd//INSTALL
    U src/usr.sbin/httpd//LICENSE
    C src/usr.sbin/httpd//Makefile.tmpl
    U src/usr.sbin/httpd//README
    U src/usr.sbin/httpd//README-WIN.TXT
    U src/usr.sbin/httpd//README.configure
    U src/usr.sbin/httpd//WARNING-WIN.TXT
    U src/usr.sbin/httpd//config.layout
    C src/usr.sbin/httpd//configure
    C src/usr.sbin/httpd//README.SSL
    C src/usr.sbin/httpd//LICENSE.SSL
    C src/usr.sbin/httpd//INSTALL.SSL
    U src/usr.sbin/httpd//cgi-bin/printenv
    U src/usr.sbin/httpd//cgi-bin/test-cgi
    U src/usr.sbin/httpd//conf/access.conf-dist
    U src/usr.sbin/httpd//conf/highperformance.conf-dist
    C src/usr.sbin/httpd//conf/httpd.conf-dist
    C src/usr.sbin/httpd//conf/httpd.conf-dist-nw
    C src/usr.sbin/httpd//conf/httpd.conf-dist-win
    U src/usr.sbin/httpd//conf/magic
    U src/usr.sbin/httpd//conf/mime.types
    U src/usr.sbin/httpd//conf/srm.conf-dist
    C src/usr.sbin/httpd//conf/ssl.crt/README.CRT
    C src/usr.sbin/httpd//conf/ssl.crt/Makefile
    C src/usr.sbin/httpd//conf/ssl.crt/ca-bundle.crt
    C src/usr.sbin/httpd//conf/ssl.crt/snakeoil-ca-rsa.crt
    C src/usr.sbin/httpd//conf/ssl.crt/snakeoil-ca-dsa.crt
    C src/usr.sbin/httpd//conf/ssl.crt/snakeoil-rsa.crt
    C src/usr.sbin/httpd//conf/ssl.crt/snakeoil-dsa.crt
    C src/usr.sbin/httpd//conf/ssl.crt/server.crt
    C src/usr.sbin/httpd//conf/ssl.csr/README.CSR
    C src/usr.sbin/httpd//conf/ssl.csr/server.csr
    C src/usr.sbin/httpd//conf/ssl.prm/README.PRM
    C src/usr.sbin/httpd//conf/ssl.prm/snakeoil-ca-dsa.prm
    C src/usr.sbin/httpd//conf/ssl.prm/snakeoil-dsa.prm
    C src/usr.sbin/httpd//conf/ssl.crl/Makefile
    C src/usr.sbin/httpd//conf/ssl.crl/README.CRL
    C src/usr.sbin/httpd//conf/ssl.key/README.KEY
    C src/usr.sbin/httpd//conf/ssl.key/snakeoil-ca-rsa.key
    C src/usr.sbin/httpd//conf/ssl.key/snakeoil-ca-dsa.key
    C src/usr.sbin/httpd//conf/ssl.key/snakeoil-rsa.key
    C src/usr.sbin/httpd//conf/ssl.key/snakeoil-dsa.key
    C src/usr.sbin/httpd//conf/ssl.key/server.key
    U src/usr.sbin/httpd//htdocs/README.rus
    U src/usr.sbin/httpd//htdocs/apache_pb.gif
    U src/usr.sbin/httpd//htdocs/index.html.ca
    U src/usr.sbin/httpd//htdocs/index.html.cz
    U src/usr.sbin/httpd//htdocs/index.html.de
    U src/usr.sbin/httpd//htdocs/index.html.dk
    U src/usr.sbin/httpd//htdocs/index.html.ee
    U src/usr.sbin/httpd//htdocs/index.html.el
    C src/usr.sbin/httpd//htdocs/index.html.en
    U src/usr.sbin/httpd//htdocs/index.html.es
    U src/usr.sbin/httpd//htdocs/index.html.fr
    U src/usr.sbin/httpd//htdocs/index.html.he.iso8859-8
    U src/usr.sbin/httpd//htdocs/index.html.it
    U src/usr.sbin/httpd//htdocs/index.html.ja.jis
    U src/usr.sbin/httpd//htdocs/index.html.kr.iso-kr
    U src/usr.sbin/httpd//htdocs/index.html.lb.utf8
    U src/usr.sbin/httpd//htdocs/index.html.nl
    U src/usr.sbin/httpd//htdocs/index.html.nn
    U src/usr.sbin/httpd//htdocs/index.html.no
    U src/usr.sbin/httpd//htdocs/index.html.po.iso-pl
    U src/usr.sbin/httpd//htdocs/index.html.pt
    U src/usr.sbin/httpd//htdocs/index.html.pt-br
    U src/usr.sbin/httpd//htdocs/index.html.ru.cp-1251
    U src/usr.sbin/httpd//htdocs/index.html.ru.cp866
    U src/usr.sbin/httpd//htdocs/index.html.ru.iso-ru
    U src/usr.sbin/httpd//htdocs/index.html.ru.koi8-r
    U src/usr.sbin/httpd//htdocs/index.html.ru.ucs2
    U src/usr.sbin/httpd//htdocs/index.html.ru.ucs4
    U src/usr.sbin/httpd//htdocs/index.html.ru.utf8
    U src/usr.sbin/httpd//htdocs/index.html.se
    U src/usr.sbin/httpd//htdocs/index.html.zh
    U src/usr.sbin/httpd//htdocs/manual/install-tpf.html
    U src/usr.sbin/httpd//htdocs/manual/LICENSE
    U src/usr.sbin/httpd//htdocs/manual/bind.html.en
    U src/usr.sbin/httpd//htdocs/manual/bind.html.fr
    U src/usr.sbin/httpd//htdocs/manual/bind.html.html
    C src/usr.sbin/httpd//htdocs/manual/bind.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/cgi_path.html.en
    U src/usr.sbin/httpd//htdocs/manual/cgi_path.html.fr
    U src/usr.sbin/httpd//htdocs/manual/cgi_path.html.html
    U src/usr.sbin/httpd//htdocs/manual/cgi_path.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/configuring.html.en
    U src/usr.sbin/httpd//htdocs/manual/configuring.html.fr
    U src/usr.sbin/httpd//htdocs/manual/configuring.html.html
    U src/usr.sbin/httpd//htdocs/manual/configuring.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/content-negotiation.html
    U src/usr.sbin/httpd//htdocs/manual/custom-error.html.en
    U src/usr.sbin/httpd//htdocs/manual/custom-error.html.fr
    U src/usr.sbin/httpd//htdocs/manual/custom-error.html.html
    U src/usr.sbin/httpd//htdocs/manual/custom-error.html.ja.jis
    C src/usr.sbin/httpd//htdocs/manual/cygwin.html
    U src/usr.sbin/httpd//htdocs/manual/dns-caveats.html.en
    U src/usr.sbin/httpd//htdocs/manual/dns-caveats.html.fr
    U src/usr.sbin/httpd//htdocs/manual/dns-caveats.html.html
    U src/usr.sbin/httpd//htdocs/manual/dso.html
    U src/usr.sbin/httpd//htdocs/manual/ebcdic.html
    C src/usr.sbin/httpd//htdocs/manual/env.html.en
    C src/usr.sbin/httpd//htdocs/manual/env.html.html
    U src/usr.sbin/httpd//htdocs/manual/env.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/footer.html
    U src/usr.sbin/httpd//htdocs/manual/handler.html.en
    U src/usr.sbin/httpd//htdocs/manual/handler.html.html
    U src/usr.sbin/httpd//htdocs/manual/handler.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/header.html
    U src/usr.sbin/httpd//htdocs/manual/index.html.en
    U src/usr.sbin/httpd//htdocs/manual/index.html.fr
    U src/usr.sbin/httpd//htdocs/manual/index.html.html
    U src/usr.sbin/httpd//htdocs/manual/index.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/install.html.en
    U src/usr.sbin/httpd//htdocs/manual/install.html.es
    U src/usr.sbin/httpd//htdocs/manual/install.html.fr
    U src/usr.sbin/httpd//htdocs/manual/install.html.html
    U src/usr.sbin/httpd//htdocs/manual/install.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/invoking.html.en
    U src/usr.sbin/httpd//htdocs/manual/invoking.html.fr
    U src/usr.sbin/httpd//htdocs/manual/invoking.html.html
    U src/usr.sbin/httpd//htdocs/manual/keepalive.html.en
    U src/usr.sbin/httpd//htdocs/manual/keepalive.html.html
    U src/usr.sbin/httpd//htdocs/manual/keepalive.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/location.html
    U src/usr.sbin/httpd//htdocs/manual/logs.html
    U src/usr.sbin/httpd//htdocs/manual/man-template.html
    U src/usr.sbin/httpd//htdocs/manual/mpeix.html
    U src/usr.sbin/httpd//htdocs/manual/multilogs.html
    U src/usr.sbin/httpd//htdocs/manual/netware.html
    C src/usr.sbin/httpd//htdocs/manual/readme-tpf.html
    U src/usr.sbin/httpd//htdocs/manual/new_features_1_0.html
    C src/usr.sbin/httpd//htdocs/manual/new_features_1_1.html
    U src/usr.sbin/httpd//htdocs/manual/new_features_1_2.html
    U src/usr.sbin/httpd//htdocs/manual/new_features_1_3.html.en
    U src/usr.sbin/httpd//htdocs/manual/new_features_1_3.html.html
    U src/usr.sbin/httpd//htdocs/manual/new_features_1_3.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/new_features_2_0.html
    U src/usr.sbin/httpd//htdocs/manual/process-model.html.en
    U src/usr.sbin/httpd//htdocs/manual/process-model.html.html
    U src/usr.sbin/httpd//htdocs/manual/process-model.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/sections.html.en
    U src/usr.sbin/httpd//htdocs/manual/sections.html.html
    U src/usr.sbin/httpd//htdocs/manual/sections.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/server-wide.html.en
    U src/usr.sbin/httpd//htdocs/manual/server-wide.html.fr
    U src/usr.sbin/httpd//htdocs/manual/sitemap.html
    U src/usr.sbin/httpd//htdocs/manual/server-wide.html.html
    U src/usr.sbin/httpd//htdocs/manual/server-wide.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/sourcereorg.html
    U src/usr.sbin/httpd//htdocs/manual/stopping.html.en
    U src/usr.sbin/httpd//htdocs/manual/stopping.html.fr
    U src/usr.sbin/httpd//htdocs/manual/stopping.html.html
    U src/usr.sbin/httpd//htdocs/manual/suexec.html.en
    U src/usr.sbin/httpd//htdocs/manual/suexec.html.html
    U src/usr.sbin/httpd//htdocs/manual/suexec.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/suexec_1_2.html
    U src/usr.sbin/httpd//htdocs/manual/unixware.html
    U src/usr.sbin/httpd//htdocs/manual/upgrading_to_1_3.html
    C src/usr.sbin/httpd//htdocs/manual/urlmapping.html
    U src/usr.sbin/httpd//htdocs/manual/win_compiling.html.en
    U src/usr.sbin/httpd//htdocs/manual/win_compiling.html.html
    U src/usr.sbin/httpd//htdocs/manual/win_compiling.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/win_service.html.en
    U src/usr.sbin/httpd//htdocs/manual/windows.html.en
    U src/usr.sbin/httpd//htdocs/manual/win_service.html.html
    U src/usr.sbin/httpd//htdocs/manual/win_service.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/windows.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/images/apache_header.gif
    U src/usr.sbin/httpd//htdocs/manual/images/custom_errordocs.gif
    U src/usr.sbin/httpd//htdocs/manual/images/home.gif
    U src/usr.sbin/httpd//htdocs/manual/images/index.gif
    U src/usr.sbin/httpd//htdocs/manual/images/mod_rewrite_fig1.fig
    U src/usr.sbin/httpd//htdocs/manual/images/mod_rewrite_fig1.gif
    U src/usr.sbin/httpd//htdocs/manual/images/mod_rewrite_fig2.fig
    U src/usr.sbin/httpd//htdocs/manual/images/mod_rewrite_fig2.gif
    U src/usr.sbin/httpd//htdocs/manual/images/pixel.gif
    U src/usr.sbin/httpd//htdocs/manual/images/sub.gif
    C src/usr.sbin/httpd//htdocs/manual/images/apache_pb.gif
    C src/usr.sbin/httpd//htdocs/manual/images/feather.jpg
    C src/usr.sbin/httpd//htdocs/manual/images/mod_ssl_sb.gif
    C src/usr.sbin/httpd//htdocs/manual/images/openssl_ics.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/core.html.en
    C src/usr.sbin/httpd//htdocs/manual/mod/core.html.fr
    C src/usr.sbin/httpd//htdocs/manual/mod/core.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/directive-dict.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/directive-dict.html.fr
    U src/usr.sbin/httpd//htdocs/manual/mod/directive-dict.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/directive-dict.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/directives.html.de
    C src/usr.sbin/httpd//htdocs/manual/mod/directives.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/directives.html.fr
    C src/usr.sbin/httpd//htdocs/manual/mod/directives.html.html
    C src/usr.sbin/httpd//htdocs/manual/mod/directives.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/footer.html
    U src/usr.sbin/httpd//htdocs/manual/mod/header.html
    C src/usr.sbin/httpd//htdocs/manual/mod/index-bytype.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/index-bytype.html.fr
    U src/usr.sbin/httpd//htdocs/manual/mod/index.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/index-bytype.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/index-bytype.html.ja.jis
    C src/usr.sbin/httpd//htdocs/manual/mod/index.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/index.html.fr
    U src/usr.sbin/httpd//htdocs/manual/mod/index.html.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_access.html.en
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_access.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_access.html.ja.jis
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_actions.html.en
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_actions.html.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_actions.html.ja.jis
    N src/usr.sbin/httpd//htdocs/manual/mod/mod_alias.html.en
    N src/usr.sbin/httpd//htdocs/manual/mod/mod_alias.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_asis.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_asis.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_asis.html.ja.jis
    N src/usr.sbin/httpd//htdocs/manual/mod/mod_auth.html.en
    N src/usr.sbin/httpd//htdocs/manual/mod/mod_auth.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_auth_anon.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_auth_db.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_auth_dbm.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_auth_digest.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_autoindex.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_browser.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_cern_meta.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_cgi.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_cgi.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_cgi.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_cookies.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_digest.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_dir.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_dir.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_dir.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_dld.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_env.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_env.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_env.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_example.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_expires.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_headers.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_imap.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_include.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_info.html.en
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_info.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_info.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_isapi.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_log_agent.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_log_common.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_log_config.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_log_referer.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_mime.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_mime.html.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_mime.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_mime_magic.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_mmap_static.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_negotiation.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_negotiation.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_negotiation.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_proxy.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_rewrite.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_setenvif.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_setenvif.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_setenvif.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_so.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_so.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_so.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_speling.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_speling.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_status.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_speling.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_unique_id.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_unique_id.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_unique_id.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_userdir.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_userdir.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_userdir.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_usertrack.html
    U src/usr.sbin/httpd//htdocs/manual/mod/mod_vhost_alias.html
    U src/usr.sbin/httpd//htdocs/manual/mod/module-dict.html.en
    U src/usr.sbin/httpd//htdocs/manual/mod/module-dict.html.html
    U src/usr.sbin/httpd//htdocs/manual/mod/module-dict.html.ja.jis
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_define.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/index.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_compat.gfont000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_compat.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_compat.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_cover.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_cover_logo.jpg
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_cover_title.jpg
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_faq.gfont000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_faq.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_faq.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_glossary.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_glossary.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_howto.gfont000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_howto.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_howto.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_intro.gfont000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_intro.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_intro.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_intro_fig1.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_intro_fig2.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_intro_fig3.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_overview.gfont000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_overview.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_overview.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_overview_fig1.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_reference.gfont000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_reference.html
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_reference.wml
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-chapter.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-1.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-2.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-3.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-4.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.inc
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-5.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-6.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.head-num-7.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.imgdot-1x1-000000.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.imgdot-1x1-transp.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.navbut-next-n.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.navbut-next-s.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.navbut-prev-n.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.navbut-prev-s.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-abstract.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-compat.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-faq.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-gloss.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-howto.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-intro.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-over.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-preface.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-ref.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-toc.gif
    C src/usr.sbin/httpd//htdocs/manual/mod/mod_ssl/ssl_template.title-tutor.gif
    U src/usr.sbin/httpd//htdocs/manual/howto/cgi.html.html
    C src/usr.sbin/httpd//htdocs/manual/howto/auth.html
    U src/usr.sbin/httpd//htdocs/manual/howto/cgi.html.en
    U src/usr.sbin/httpd//htdocs/manual/howto/cgi.html.ja.jis
    N src/usr.sbin/httpd//htdocs/manual/howto/htaccess.html
    U src/usr.sbin/httpd//htdocs/manual/howto/footer.html
    U src/usr.sbin/httpd//htdocs/manual/howto/header.html
    U src/usr.sbin/httpd//htdocs/manual/howto/ssi.html.html
    U src/usr.sbin/httpd//htdocs/manual/howto/ssi.html.en
    C src/usr.sbin/httpd//htdocs/manual/howto/ssi.html.ja.jis
    C src/usr.sbin/httpd//htdocs/manual/misc/fin_wait_2.html
    U src/usr.sbin/httpd//htdocs/manual/misc/API.html
    C src/usr.sbin/httpd//htdocs/manual/misc/FAQ.html
    U src/usr.sbin/httpd//htdocs/manual/misc/known_client_problems.html
    U src/usr.sbin/httpd//htdocs/manual/misc/client_block_api.html
    U src/usr.sbin/httpd//htdocs/manual/misc/compat_notes.html
    U src/usr.sbin/httpd//htdocs/manual/misc/custom_errordocs.html
    U src/usr.sbin/httpd//htdocs/manual/misc/descriptors.html
    U src/usr.sbin/httpd//htdocs/manual/misc/footer.html
    U src/usr.sbin/httpd//htdocs/manual/misc/HTTP_Features.tsv
    U src/usr.sbin/httpd//htdocs/manual/misc/header.html
    U src/usr.sbin/httpd//htdocs/manual/misc/howto.html
    U src/usr.sbin/httpd//htdocs/manual/misc/index.html
    U src/usr.sbin/httpd//htdocs/manual/misc/perf-bsd44.html
    U src/usr.sbin/httpd//htdocs/manual/misc/nopgp.html
    U src/usr.sbin/httpd//htdocs/manual/misc/perf-tuning.html
    U src/usr.sbin/httpd//htdocs/manual/misc/perf-dec.html
    U src/usr.sbin/httpd//htdocs/manual/misc/perf-hp.html
    C src/usr.sbin/httpd//htdocs/manual/misc/perf.html
    C src/usr.sbin/httpd//htdocs/manual/misc/rewriteguide.html
    U src/usr.sbin/httpd//htdocs/manual/misc/security_tips.html
    C src/usr.sbin/httpd//htdocs/manual/misc/tutorials.html
    U src/usr.sbin/httpd//htdocs/manual/misc/vif-info.html
    U src/usr.sbin/httpd//htdocs/manual/misc/windoz_keepalive.html
    U src/usr.sbin/httpd//htdocs/manual/programs/apxs.html
    U src/usr.sbin/httpd//htdocs/manual/programs/ab.html
    U src/usr.sbin/httpd//htdocs/manual/programs/apachectl.html.en
    U src/usr.sbin/httpd//htdocs/manual/programs/apachectl.html.html
    U src/usr.sbin/httpd//htdocs/manual/programs/apachectl.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/programs/dbmmanage.html
    U src/usr.sbin/httpd//htdocs/manual/programs/htdigest.html
    U src/usr.sbin/httpd//htdocs/manual/programs/footer.html
    U src/usr.sbin/httpd//htdocs/manual/programs/header.html
    U src/usr.sbin/httpd//htdocs/manual/programs/htpasswd.html.en
    U src/usr.sbin/httpd//htdocs/manual/programs/htpasswd.html.html
    U src/usr.sbin/httpd//htdocs/manual/programs/htpasswd.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/programs/httpd.html.en
    U src/usr.sbin/httpd//htdocs/manual/programs/httpd.html.html
    U src/usr.sbin/httpd//htdocs/manual/programs/httpd.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/programs/index.html.en
    U src/usr.sbin/httpd//htdocs/manual/programs/index.html.html
    U src/usr.sbin/httpd//htdocs/manual/programs/index.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/programs/logresolve.html
    U src/usr.sbin/httpd//htdocs/manual/programs/other.html
    U src/usr.sbin/httpd//htdocs/manual/programs/rotatelogs.html
    U src/usr.sbin/httpd//htdocs/manual/programs/suexec.html.en
    U src/usr.sbin/httpd//htdocs/manual/programs/suexec.html.html
    U src/usr.sbin/httpd//htdocs/manual/programs/suexec.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/search/manual-index.cgi
    U src/usr.sbin/httpd//htdocs/manual/vhosts/details.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/details_1_2.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/examples.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/fd-limits.html.en
    U src/usr.sbin/httpd//htdocs/manual/vhosts/fd-limits.html.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/fd-limits.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/vhosts/index.html.en
    U src/usr.sbin/httpd//htdocs/manual/vhosts/footer.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/header.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/host.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/index.html.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/index.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/vhosts/ip-based.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/mass.html
    C src/usr.sbin/httpd//htdocs/manual/vhosts/name-based.html.en
    C src/usr.sbin/httpd//htdocs/manual/vhosts/name-based.html.html
    C src/usr.sbin/httpd//htdocs/manual/vhosts/name-based.html.ja.jis
    U src/usr.sbin/httpd//htdocs/manual/vhosts/virtual-host.html
    U src/usr.sbin/httpd//htdocs/manual/vhosts/vhosts-in-depth.html
    U src/usr.sbin/httpd//icons/back.gif
    U src/usr.sbin/httpd//icons/README
    U src/usr.sbin/httpd//icons/a.gif
    U src/usr.sbin/httpd//icons/a.png
    U src/usr.sbin/httpd//icons/alert.black.gif
    U src/usr.sbin/httpd//icons/alert.black.png
    U src/usr.sbin/httpd//icons/alert.red.gif
    U src/usr.sbin/httpd//icons/alert.red.png
    U src/usr.sbin/httpd//icons/apache_pb.gif
    U src/usr.sbin/httpd//icons/apache_pb.png
    U src/usr.sbin/httpd//icons/back.png
    U src/usr.sbin/httpd//icons/ball.gray.gif
    U src/usr.sbin/httpd//icons/ball.gray.png
    U src/usr.sbin/httpd//icons/ball.red.gif
    U src/usr.sbin/httpd//icons/ball.red.png
    U src/usr.sbin/httpd//icons/binary.gif
    U src/usr.sbin/httpd//icons/binary.png
    U src/usr.sbin/httpd//icons/binhex.gif
    U src/usr.sbin/httpd//icons/binhex.png
    U src/usr.sbin/httpd//icons/blank.gif
    U src/usr.sbin/httpd//icons/blank.png
    U src/usr.sbin/httpd//icons/c.gif
    U src/usr.sbin/httpd//icons/bomb.gif
    U src/usr.sbin/httpd//icons/bomb.png
    U src/usr.sbin/httpd//icons/box1.gif
    U src/usr.sbin/httpd//icons/box1.png
    U src/usr.sbin/httpd//icons/box2.gif
    U src/usr.sbin/httpd//icons/box2.png
    U src/usr.sbin/httpd//icons/broken.gif
    U src/usr.sbin/httpd//icons/broken.png
    U src/usr.sbin/httpd//icons/burst.gif
    U src/usr.sbin/httpd//icons/burst.png
    U src/usr.sbin/httpd//icons/c.png
    U src/usr.sbin/httpd//icons/comp.blue.gif
    U src/usr.sbin/httpd//icons/comp.blue.png
    U src/usr.sbin/httpd//icons/comp.gray.gif
    U src/usr.sbin/httpd//icons/comp.gray.png
    U src/usr.sbin/httpd//icons/compressed.gif
    U src/usr.sbin/httpd//icons/compressed.png
    U src/usr.sbin/httpd//icons/continued.gif
    U src/usr.sbin/httpd//icons/continued.png
    U src/usr.sbin/httpd//icons/dir.gif
    U src/usr.sbin/httpd//icons/dir.png
    U src/usr.sbin/httpd//icons/diskimg.gif
    U src/usr.sbin/httpd//icons/diskimg.png
    U src/usr.sbin/httpd//icons/down.gif
    U src/usr.sbin/httpd//icons/down.png
    U src/usr.sbin/httpd//icons/dvi.gif
    U src/usr.sbin/httpd//icons/dvi.png
    U src/usr.sbin/httpd//icons/f.gif
    U src/usr.sbin/httpd//icons/f.png
    U src/usr.sbin/httpd//icons/folder.gif
    U src/usr.sbin/httpd//icons/folder.open.gif
    U src/usr.sbin/httpd//icons/folder.open.png
    U src/usr.sbin/httpd//icons/folder.png
    U src/usr.sbin/httpd//icons/folder.sec.gif
    U src/usr.sbin/httpd//icons/folder.sec.png
    U src/usr.sbin/httpd//icons/forward.gif
    U src/usr.sbin/httpd//icons/forward.png
    U src/usr.sbin/httpd//icons/generic.gif
    U src/usr.sbin/httpd//icons/generic.png
    U src/usr.sbin/httpd//icons/generic.red.gif
    U src/usr.sbin/httpd//icons/generic.red.png
    U src/usr.sbin/httpd//icons/generic.sec.gif
    U src/usr.sbin/httpd//icons/generic.sec.png
    U src/usr.sbin/httpd//icons/hand.right.gif
    U src/usr.sbin/httpd//icons/hand.right.png
    U src/usr.sbin/httpd//icons/hand.up.gif
    U src/usr.sbin/httpd//icons/hand.up.png
    U src/usr.sbin/httpd//icons/icon.sheet.gif
    U src/usr.sbin/httpd//icons/icon.sheet.png
    U src/usr.sbin/httpd//icons/image1.gif
    U src/usr.sbin/httpd//icons/image1.png
    U src/usr.sbin/httpd//icons/image2.gif
    U src/usr.sbin/httpd//icons/image2.png
    U src/usr.sbin/httpd//icons/image3.gif
    U src/usr.sbin/httpd//icons/image3.png
    U src/usr.sbin/httpd//icons/index.gif
    U src/usr.sbin/httpd//icons/index.png
    U src/usr.sbin/httpd//icons/layout.gif
    U src/usr.sbin/httpd//icons/layout.png
    U src/usr.sbin/httpd//icons/left.gif
    U src/usr.sbin/httpd//icons/left.png
    U src/usr.sbin/httpd//icons/link.gif
    U src/usr.sbin/httpd//icons/link.png
    U src/usr.sbin/httpd//icons/movie.gif
    U src/usr.sbin/httpd//icons/movie.png
    U src/usr.sbin/httpd//icons/p.gif
    U src/usr.sbin/httpd//icons/p.png
    U src/usr.sbin/httpd//icons/patch.gif
    U src/usr.sbin/httpd//icons/patch.png
    U src/usr.sbin/httpd//icons/pdf.gif
    U src/usr.sbin/httpd//icons/pdf.png
    U src/usr.sbin/httpd//icons/pie0.gif
    U src/usr.sbin/httpd//icons/pie0.png
    U src/usr.sbin/httpd//icons/pie1.gif
    U src/usr.sbin/httpd//icons/pie1.png
    U src/usr.sbin/httpd//icons/pie2.gif
    U src/usr.sbin/httpd//icons/pie2.png
    U src/usr.sbin/httpd//icons/pie3.gif
    U src/usr.sbin/httpd//icons/pie3.png
    U src/usr.sbin/httpd//icons/pie4.gif
    U src/usr.sbin/httpd//icons/pie4.png
    U src/usr.sbin/httpd//icons/pie5.gif
    U src/usr.sbin/httpd//icons/pie5.png
    U src/usr.sbin/httpd//icons/pie6.gif
    U src/usr.sbin/httpd//icons/pie6.png
    U src/usr.sbin/httpd//icons/pie7.gif
    U src/usr.sbin/httpd//icons/pie7.png
    U src/usr.sbin/httpd//icons/pie8.gif
    U src/usr.sbin/httpd//icons/pie8.png
    U src/usr.sbin/httpd//icons/portal.gif
    U src/usr.sbin/httpd//icons/portal.png
    U src/usr.sbin/httpd//icons/ps.gif
    U src/usr.sbin/httpd//icons/ps.png
    U src/usr.sbin/httpd//icons/quill.gif
    U src/usr.sbin/httpd//icons/quill.png
    U src/usr.sbin/httpd//icons/right.gif
    U src/usr.sbin/httpd//icons/right.png
    U src/usr.sbin/httpd//icons/screw1.gif
    U src/usr.sbin/httpd//icons/screw1.png
    U src/usr.sbin/httpd//icons/screw2.gif
    U src/usr.sbin/httpd//icons/screw2.png
    U src/usr.sbin/httpd//icons/script.gif
    U src/usr.sbin/httpd//icons/script.png
    U src/usr.sbin/httpd//icons/sound1.gif
    U src/usr.sbin/httpd//icons/sound1.png
    U src/usr.sbin/httpd//icons/sound2.gif
    U src/usr.sbin/httpd//icons/sound2.png
    U src/usr.sbin/httpd//icons/sphere1.gif
    U src/usr.sbin/httpd//icons/sphere1.png
    U src/usr.sbin/httpd//icons/sphere2.gif
    U src/usr.sbin/httpd//icons/sphere2.png
    U src/usr.sbin/httpd//icons/tar.gif
    U src/usr.sbin/httpd//icons/tar.png
    U src/usr.sbin/httpd//icons/tex.gif
    U src/usr.sbin/httpd//icons/tex.png
    U src/usr.sbin/httpd//icons/text.gif
    U src/usr.sbin/httpd//icons/text.png
    U src/usr.sbin/httpd//icons/transfer.gif
    U src/usr.sbin/httpd//icons/transfer.png
    U src/usr.sbin/httpd//icons/unknown.gif
    U src/usr.sbin/httpd//icons/unknown.png
    U src/usr.sbin/httpd//icons/up.gif
    U src/usr.sbin/httpd//icons/up.png
    U src/usr.sbin/httpd//icons/uu.gif
    U src/usr.sbin/httpd//icons/uu.png
    U src/usr.sbin/httpd//icons/uuencoded.gif
    U src/usr.sbin/httpd//icons/uuencoded.png
    U src/usr.sbin/httpd//icons/world1.gif
    U src/usr.sbin/httpd//icons/world1.png
    U src/usr.sbin/httpd//icons/world2.gif
    U src/usr.sbin/httpd//icons/world2.png
    U src/usr.sbin/httpd//icons/small/rainbow.gif
    U src/usr.sbin/httpd//icons/small/README.txt
    U src/usr.sbin/httpd//icons/small/back.gif
    U src/usr.sbin/httpd//icons/small/back.png
    U src/usr.sbin/httpd//icons/small/binary.gif
    U src/usr.sbin/httpd//icons/small/binary.png
    U src/usr.sbin/httpd//icons/small/binhex.gif
    U src/usr.sbin/httpd//icons/small/binhex.png
    U src/usr.sbin/httpd//icons/small/blank.gif
    U src/usr.sbin/httpd//icons/small/blank.png
    U src/usr.sbin/httpd//icons/small/broken.gif
    U src/usr.sbin/httpd//icons/small/broken.png
    U src/usr.sbin/httpd//icons/small/burst.gif
    U src/usr.sbin/httpd//icons/small/burst.png
    U src/usr.sbin/httpd//icons/small/comp1.gif
    U src/usr.sbin/httpd//icons/small/comp1.png
    U src/usr.sbin/httpd//icons/small/comp2.gif
    U src/usr.sbin/httpd//icons/small/comp2.png
    U src/usr.sbin/httpd//icons/small/compressed.gif
    U src/usr.sbin/httpd//icons/small/compressed.png
    U src/usr.sbin/httpd//icons/small/continued.gif
    U src/usr.sbin/httpd//icons/small/continued.png
    U src/usr.sbin/httpd//icons/small/dir.gif
    U src/usr.sbin/httpd//icons/small/ps.png
    U src/usr.sbin/httpd//icons/small/dir.png
    U src/usr.sbin/httpd//icons/small/dir2.gif
    U src/usr.sbin/httpd//icons/small/dir2.png
    U src/usr.sbin/httpd//icons/small/doc.gif
    U src/usr.sbin/httpd//icons/small/doc.png
    U src/usr.sbin/httpd//icons/small/forward.gif
    U src/usr.sbin/httpd//icons/small/forward.png
    U src/usr.sbin/httpd//icons/small/generic.gif
    U src/usr.sbin/httpd//icons/small/generic.png
    U src/usr.sbin/httpd//icons/small/generic2.gif
    U src/usr.sbin/httpd//icons/small/generic2.png
    U src/usr.sbin/httpd//icons/small/generic3.gif
    U src/usr.sbin/httpd//icons/small/generic3.png
    U src/usr.sbin/httpd//icons/small/image.gif
    U src/usr.sbin/httpd//icons/small/image.png
    U src/usr.sbin/httpd//icons/small/image2.gif
    U src/usr.sbin/httpd//icons/small/image2.png
    U src/usr.sbin/httpd//icons/small/index.gif
    U src/usr.sbin/httpd//icons/small/index.png
    U src/usr.sbin/httpd//icons/small/key.gif
    U src/usr.sbin/httpd//icons/small/key.png
    U src/usr.sbin/httpd//icons/small/movie.gif
    U src/usr.sbin/httpd//icons/small/movie.png
    U src/usr.sbin/httpd//icons/small/patch.gif
    U src/usr.sbin/httpd//icons/small/patch.png
    U src/usr.sbin/httpd//icons/small/ps.gif
    U src/usr.sbin/httpd//icons/small/rainbow.png
    U src/usr.sbin/httpd//icons/small/sound.gif
    U src/usr.sbin/httpd//icons/small/sound.png
    U src/usr.sbin/httpd//icons/small/sound2.gif
    U src/usr.sbin/httpd//icons/small/sound2.png
    U src/usr.sbin/httpd//icons/small/tar.gif
    U src/usr.sbin/httpd//icons/small/tar.png
    U src/usr.sbin/httpd//icons/small/text.gif
    U src/usr.sbin/httpd//icons/small/text.png
    U src/usr.sbin/httpd//icons/small/transfer.gif
    U src/usr.sbin/httpd//icons/small/transfer.png
    U src/usr.sbin/httpd//icons/small/unknown.gif
    U src/usr.sbin/httpd//icons/small/unknown.png
    U src/usr.sbin/httpd//icons/small/uu.gif
    U src/usr.sbin/httpd//icons/small/uu.png
    U src/usr.sbin/httpd//src/.gdbinit
    U src/usr.sbin/httpd//src/Apache.dsp
    U src/usr.sbin/httpd//src/Apache.dsw
    U src/usr.sbin/httpd//src/Apache.mak
    C src/usr.sbin/httpd//src/ApacheCore.def
    U src/usr.sbin/httpd//src/ApacheCore.dsp
    U src/usr.sbin/httpd//src/ApacheCore.mak
    U src/usr.sbin/httpd//src/ApacheCoreOS2.def
    U src/usr.sbin/httpd//src/ApacheNW.mcp.gz
    U src/usr.sbin/httpd//src/BUILD.NOTES
    C src/usr.sbin/httpd//src/CHANGES
    C src/usr.sbin/httpd//src/Configuration.tmpl
    C src/usr.sbin/httpd//src/Configure
    U src/usr.sbin/httpd//src/INSTALL
    U src/usr.sbin/httpd//src/InstallBin.dsp
    C src/usr.sbin/httpd//src/Makefile.tmpl
    U src/usr.sbin/httpd//src/PORTING
    U src/usr.sbin/httpd//src/README
    U src/usr.sbin/httpd//src/buildmark.c
    U src/usr.sbin/httpd//src/makefile.win
    U src/usr.sbin/httpd//src/Configuration
    C src/usr.sbin/httpd//src/README.EAPI
    C src/usr.sbin/httpd//src/CHANGES.SSL
    U src/usr.sbin/httpd//src/ap/.indent.pro
    C src/usr.sbin/httpd//src/ap/Makefile.tmpl
    U src/usr.sbin/httpd//src/ap/ap.dsp
    C src/usr.sbin/httpd//src/ap/ap.mak
    U src/usr.sbin/httpd//src/ap/ap_base64.c
    U src/usr.sbin/httpd//src/ap/ap_checkpass.c
    U src/usr.sbin/httpd//src/ap/ap_cpystrn.c
    U src/usr.sbin/httpd//src/ap/ap_ebcdic.c
    U src/usr.sbin/httpd//src/ap/ap_execve.c
    U src/usr.sbin/httpd//src/ap/ap_fnmatch.c
    U src/usr.sbin/httpd//src/ap/ap_getpass.c
    U src/usr.sbin/httpd//src/ap/ap_md5c.c
    U src/usr.sbin/httpd//src/ap/ap_sha1.c
    U src/usr.sbin/httpd//src/ap/ap_signal.c
    U src/usr.sbin/httpd//src/ap/ap_slack.c
    C src/usr.sbin/httpd//src/ap/ap_snprintf.c
    U src/usr.sbin/httpd//src/ap/ap_strtol.c
    C src/usr.sbin/httpd//src/ap/ap_hook.c
    C src/usr.sbin/httpd//src/ap/ap_ctx.c
    C src/usr.sbin/httpd//src/ap/ap_mm.c
    U src/usr.sbin/httpd//src/lib/expat-lite/CHANGES
    U src/usr.sbin/httpd//src/lib/expat-lite/Makefile.tmpl
    U src/usr.sbin/httpd//src/lib/expat-lite/asciitab.h
    U src/usr.sbin/httpd//src/lib/expat-lite/dllmain.c
    U src/usr.sbin/httpd//src/lib/expat-lite/expat.html
    U src/usr.sbin/httpd//src/lib/expat-lite/hashtable.c
    U src/usr.sbin/httpd//src/lib/expat-lite/hashtable.h
    U src/usr.sbin/httpd//src/lib/expat-lite/iasciitab.h
    U src/usr.sbin/httpd//src/lib/expat-lite/latin1tab.h
    U src/usr.sbin/httpd//src/lib/expat-lite/nametab.h
    U src/usr.sbin/httpd//src/lib/expat-lite/utf8tab.h
    U src/usr.sbin/httpd//src/lib/expat-lite/xmldef.h
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparse.c
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparse.def
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparse.dsp
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparse.h
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparse.imp
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparse.mak
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlparsenw.def
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlrole.c
    U src/usr.sbin/httpd//src/lib/expat-lite/xmlrole.h
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok.c
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok.def
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok.dsp
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok.h
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok.imp
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok.mak
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok_impl.c
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok_impl.h
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltok_ns.c
    U src/usr.sbin/httpd//src/lib/expat-lite/xmltoknw.def
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm.c
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm.dsp
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm.h
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm.mak
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm_hash.c
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm_lock.c
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm_pair.c
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm_pair.h
    U src/usr.sbin/httpd//src/lib/sdbm/sdbm_tune.h
    U src/usr.sbin/httpd//src/helpers/CutRule
    U src/usr.sbin/httpd//src/helpers/GuessCodeset
    C src/usr.sbin/httpd//src/helpers/GuessOS
    U src/usr.sbin/httpd//src/helpers/MakeEtags
    U src/usr.sbin/httpd//src/helpers/MakeLint
    U src/usr.sbin/httpd//src/helpers/PrintPath
    U src/usr.sbin/httpd//src/helpers/TestCompile
    C src/usr.sbin/httpd//src/helpers/binbuild.sh
    U src/usr.sbin/httpd//src/helpers/buildinfo.sh
    U src/usr.sbin/httpd//src/helpers/checkheader.sh
    U src/usr.sbin/httpd//src/helpers/cvstodsp5.pl
    U src/usr.sbin/httpd//src/helpers/dsp5tocvs.pl
    U src/usr.sbin/httpd//src/helpers/dummy.c
    U src/usr.sbin/httpd//src/helpers/find-dbm-lib
    U src/usr.sbin/httpd//src/helpers/findcpp.sh
    U src/usr.sbin/httpd//src/helpers/fixwin32mak.pl
    U src/usr.sbin/httpd//src/helpers/fmn.sh
    U src/usr.sbin/httpd//src/helpers/fp2rp
    U src/usr.sbin/httpd//src/helpers/getuid.sh
    U src/usr.sbin/httpd//src/helpers/install.sh
    U src/usr.sbin/httpd//src/helpers/mfhead
    U src/usr.sbin/httpd//src/helpers/mkdir.sh
    U src/usr.sbin/httpd//src/helpers/mkshadow.sh
    U src/usr.sbin/httpd//src/helpers/ppl.sh
    U src/usr.sbin/httpd//src/helpers/slo.sh
    U src/usr.sbin/httpd//src/include/.indent.pro
    C src/usr.sbin/httpd//src/include/ap.h
    C src/usr.sbin/httpd//src/include/ap_alloc.h
    U src/usr.sbin/httpd//src/include/ap_compat.h
    C src/usr.sbin/httpd//src/include/ap_config.h
    U src/usr.sbin/httpd//src/include/ap_ctype.h
    U src/usr.sbin/httpd//src/include/ap_ebcdic.h
    U src/usr.sbin/httpd//src/include/ap_md5.h
    C src/usr.sbin/httpd//src/include/ap_mmn.h
    U src/usr.sbin/httpd//src/include/ap_sha1.h
    C src/usr.sbin/httpd//src/include/buff.h
    U src/usr.sbin/httpd//src/include/compat.h
    U src/usr.sbin/httpd//src/include/conf.h
    U src/usr.sbin/httpd//src/include/explain.h
    U src/usr.sbin/httpd//src/include/fnmatch.h
    U src/usr.sbin/httpd//src/include/hsregex.h
    C src/usr.sbin/httpd//src/include/http_conf_globals.h
    C src/usr.sbin/httpd//src/include/http_config.h
    U src/usr.sbin/httpd//src/include/http_core.h
    U src/usr.sbin/httpd//src/include/http_log.h
    U src/usr.sbin/httpd//src/include/http_main.h
    U src/usr.sbin/httpd//src/include/http_protocol.h
    U src/usr.sbin/httpd//src/include/http_request.h
    C src/usr.sbin/httpd//src/include/httpd.h
    U src/usr.sbin/httpd//src/include/http_vhost.h
    U src/usr.sbin/httpd//src/include/multithread.h
    U src/usr.sbin/httpd//src/include/rfc1413.h
    U src/usr.sbin/httpd//src/include/scoreboard.h
    U src/usr.sbin/httpd//src/include/util_date.h
    U src/usr.sbin/httpd//src/include/util_md5.h
    U src/usr.sbin/httpd//src/include/util_script.h
    U src/usr.sbin/httpd//src/include/util_uri.h
    C src/usr.sbin/httpd//src/include/ap_hook.h
    C src/usr.sbin/httpd//src/include/ap_ctx.h
    C src/usr.sbin/httpd//src/include/ap_mm.h
    U src/usr.sbin/httpd//src/main/.indent.pro
    U src/usr.sbin/httpd//src/main/Makefile.tmpl
    C src/usr.sbin/httpd//src/main/alloc.c
    C src/usr.sbin/httpd//src/main/buff.c
    U src/usr.sbin/httpd//src/main/gen_test_char.c
    U src/usr.sbin/httpd//src/main/gen_test_char.dsp
    U src/usr.sbin/httpd//src/main/gen_test_char.mak
    U src/usr.sbin/httpd//src/main/gen_uri_delims.c
    U src/usr.sbin/httpd//src/main/gen_uri_delims.dsp
    U src/usr.sbin/httpd//src/main/gen_uri_delims.mak
    C src/usr.sbin/httpd//src/main/http_config.c
    C src/usr.sbin/httpd//src/main/http_core.c
    U src/usr.sbin/httpd//src/main/http_log.c
    C src/usr.sbin/httpd//src/main/http_main.c
    C src/usr.sbin/httpd//src/main/http_protocol.c
    C src/usr.sbin/httpd//src/main/http_request.c
    U src/usr.sbin/httpd//src/main/http_vhost.c
    U src/usr.sbin/httpd//src/main/rfc1413.c
    U src/usr.sbin/httpd//src/main/util.c
    U src/usr.sbin/httpd//src/main/util_date.c
    U src/usr.sbin/httpd//src/main/util_md5.c
    C src/usr.sbin/httpd//src/main/util_script.c
    U src/usr.sbin/httpd//src/main/util_uri.c
    U src/usr.sbin/httpd//src/modules/README
    U src/usr.sbin/httpd//src/modules/example/.indent.pro
    U src/usr.sbin/httpd//src/modules/example/Makefile.tmpl
    U src/usr.sbin/httpd//src/modules/example/README
    U src/usr.sbin/httpd//src/modules/example/mod_example.c
    U src/usr.sbin/httpd//src/modules/experimental/.indent.pro
    U src/usr.sbin/httpd//src/modules/experimental/Makefile.tmpl
    U src/usr.sbin/httpd//src/modules/experimental/mod_auth_digest.c
    U src/usr.sbin/httpd//src/modules/experimental/mod_mmap_static.c
    U src/usr.sbin/httpd//src/modules/extra/.indent.pro
    U src/usr.sbin/httpd//src/modules/extra/Makefile.tmpl
    C src/usr.sbin/httpd//src/modules/extra/mod_define.c
    U src/usr.sbin/httpd//src/modules/proxy/.indent.pro
    U src/usr.sbin/httpd//src/modules/proxy/Makefile.OS2
    U src/usr.sbin/httpd//src/modules/proxy/Makefile.libdir
    U src/usr.sbin/httpd//src/modules/proxy/Makefile.tmpl
    C src/usr.sbin/httpd//src/modules/proxy/mod_proxy.c
    U src/usr.sbin/httpd//src/modules/proxy/mod_proxy.h
    C src/usr.sbin/httpd//src/modules/proxy/proxy_cache.c
    U src/usr.sbin/httpd//src/modules/proxy/proxy_connect.c
    U src/usr.sbin/httpd//src/modules/proxy/proxy_ftp.c
    C src/usr.sbin/httpd//src/modules/proxy/proxy_http.c
    C src/usr.sbin/httpd//src/modules/proxy/proxy_util.c
    U src/usr.sbin/httpd//src/modules/standard/.indent.pro
    U src/usr.sbin/httpd//src/modules/standard/Makefile.Cygwin
    U src/usr.sbin/httpd//src/modules/standard/Makefile.OS2
    U src/usr.sbin/httpd//src/modules/standard/Makefile.tmpl
    U src/usr.sbin/httpd//src/modules/standard/mod_access.c
    U src/usr.sbin/httpd//src/modules/standard/mod_actions.c
    U src/usr.sbin/httpd//src/modules/standard/mod_alias.c
    U src/usr.sbin/httpd//src/modules/standard/mod_asis.c
    U src/usr.sbin/httpd//src/modules/standard/mod_auth.c
    U src/usr.sbin/httpd//src/modules/standard/mod_auth_anon.c
    C src/usr.sbin/httpd//src/modules/standard/mod_auth_db.c
    U src/usr.sbin/httpd//src/modules/standard/mod_auth_db.module
    U src/usr.sbin/httpd//src/modules/standard/mod_auth_dbm.c
    U src/usr.sbin/httpd//src/modules/standard/mod_autoindex.c
    U src/usr.sbin/httpd//src/modules/standard/mod_cern_meta.c
    U src/usr.sbin/httpd//src/modules/standard/mod_cgi.c
    C src/usr.sbin/httpd//src/modules/standard/mod_digest.c
    U src/usr.sbin/httpd//src/modules/standard/mod_dir.c
    U src/usr.sbin/httpd//src/modules/standard/mod_env.c
    U src/usr.sbin/httpd//src/modules/standard/mod_expires.c
    C src/usr.sbin/httpd//src/modules/standard/mod_headers.c
    U src/usr.sbin/httpd//src/modules/standard/mod_imap.c
    U src/usr.sbin/httpd//src/modules/standard/mod_include.c
    U src/usr.sbin/httpd//src/modules/standard/mod_info.c
    U src/usr.sbin/httpd//src/modules/standard/mod_log_agent.c
    C src/usr.sbin/httpd//src/modules/standard/mod_log_config.c
    U src/usr.sbin/httpd//src/modules/standard/mod_log_referer.c
    U src/usr.sbin/httpd//src/modules/standard/mod_mime.c
    U src/usr.sbin/httpd//src/modules/standard/mod_mime_magic.c
    U src/usr.sbin/httpd//src/modules/standard/mod_negotiation.c
    C src/usr.sbin/httpd//src/modules/standard/mod_rewrite.c
    U src/usr.sbin/httpd//src/modules/standard/mod_rewrite.h
    U src/usr.sbin/httpd//src/modules/standard/mod_setenvif.c
    C src/usr.sbin/httpd//src/modules/standard/mod_so.c
    U src/usr.sbin/httpd//src/modules/standard/mod_speling.c
    C src/usr.sbin/httpd//src/modules/standard/mod_status.c
    U src/usr.sbin/httpd//src/modules/standard/mod_unique_id.c
    U src/usr.sbin/httpd//src/modules/standard/mod_userdir.c
    U src/usr.sbin/httpd//src/modules/standard/mod_usertrack.c
    U src/usr.sbin/httpd//src/modules/standard/mod_vhost_alias.c
    C src/usr.sbin/httpd//src/modules/ssl/Makefile.libdir
    C src/usr.sbin/httpd//src/modules/ssl/Makefile.tmpl
    C src/usr.sbin/httpd//src/modules/ssl/Makefile.win32
    C src/usr.sbin/httpd//src/modules/ssl/README
    C src/usr.sbin/httpd//src/modules/ssl/README.dsov.fig
    C src/usr.sbin/httpd//src/modules/ssl/README.dsov.ps
    C src/usr.sbin/httpd//src/modules/ssl/libssl.module
    C src/usr.sbin/httpd//src/modules/ssl/libssl.version
    C src/usr.sbin/httpd//src/modules/ssl/mod_ssl.c
    C src/usr.sbin/httpd//src/modules/ssl/mod_ssl.h
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_compat.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_config.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_dh.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_ds.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_ext.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_init.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_io.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_kernel.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_log.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_mutex.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_pphrase.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_rand.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_engine_vars.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr.h
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr_eval.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr_parse.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr_parse.h
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr_parse.y
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr_scan.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_expr_scan.l
    C src/usr.sbin/httpd//src/modules/ssl/ssl_scache.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_scache_dbm.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_scache_shmcb.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_scache_shmht.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util_sdbm.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util_sdbm.h
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util_ssl.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util_ssl.h
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util_table.c
    C src/usr.sbin/httpd//src/modules/ssl/ssl_util_table.h
    U src/usr.sbin/httpd//src/os/.indent.pro
    U src/usr.sbin/httpd//src/os/bs2000/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/bs2000/bs2login.c
    U src/usr.sbin/httpd//src/os/bs2000/ebcdic.h
    U src/usr.sbin/httpd//src/os/bs2000/os-inline.c
    U src/usr.sbin/httpd//src/os/bs2000/os.c
    U src/usr.sbin/httpd//src/os/bs2000/os.h
    U src/usr.sbin/httpd//src/os/cygwin/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/cygwin/os-inline.c
    U src/usr.sbin/httpd//src/os/cygwin/os.c
    U src/usr.sbin/httpd//src/os/cygwin/os.h
    U src/usr.sbin/httpd//src/os/mpeix/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/mpeix/README
    U src/usr.sbin/httpd//src/os/mpeix/dlopen.c
    U src/usr.sbin/httpd//src/os/mpeix/gettimeofday.c
    U src/usr.sbin/httpd//src/os/mpeix/mpe_dl_stub.c
    U src/usr.sbin/httpd//src/os/mpeix/os-inline.c
    U src/usr.sbin/httpd//src/os/mpeix/os.c
    U src/usr.sbin/httpd//src/os/mpeix/os.h
    U src/usr.sbin/httpd//src/os/netware/Apache.def
    U src/usr.sbin/httpd//src/os/netware/ApacheCore.imp
    U src/usr.sbin/httpd//src/os/netware/ApacheCoreNW.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleAuthAnon.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleAuthDBM.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleCERNMeta.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleDigest.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleExpires.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleHeaders.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleInfo.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleProxy.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleRewrite.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleSpeling.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleStatus.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleTLS.def
    U src/usr.sbin/httpd//src/os/netware/apache.xdc
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleUniqueID.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleUserTrack.def
    U src/usr.sbin/httpd//src/os/netware/ApacheModuleVhostAlias.def
    U src/usr.sbin/httpd//src/os/netware/getopt.c
    U src/usr.sbin/httpd//src/os/netware/getopt.h
    U src/usr.sbin/httpd//src/os/netware/libpre.c
    U src/usr.sbin/httpd//src/os/netware/libprews.c
    U src/usr.sbin/httpd//src/os/netware/main_nlm.c
    U src/usr.sbin/httpd//src/os/netware/mod_log_nw.c
    U src/usr.sbin/httpd//src/os/netware/mod_nlm.c
    U src/usr.sbin/httpd//src/os/netware/mod_tls.c
    U src/usr.sbin/httpd//src/os/netware/modules.c
    U src/usr.sbin/httpd//src/os/netware/multithread.c
    U src/usr.sbin/httpd//src/os/netware/os.c
    U src/usr.sbin/httpd//src/os/netware/os.h
    U src/usr.sbin/httpd//src/os/netware/precomp.h
    U src/usr.sbin/httpd//src/os/netware/test_char.h
    U src/usr.sbin/httpd//src/os/netware/uri_delims.h
    U src/usr.sbin/httpd//src/os/os2/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/os2/os-inline.c
    U src/usr.sbin/httpd//src/os/os2/os.c
    U src/usr.sbin/httpd//src/os/os2/os.h
    U src/usr.sbin/httpd//src/os/os2/util_os2.c
    U src/usr.sbin/httpd//src/os/os390/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/os390/README.os390
    U src/usr.sbin/httpd//src/os/os390/ebcdic.h
    U src/usr.sbin/httpd//src/os/os390/os-inline.c
    U src/usr.sbin/httpd//src/os/os390/os.c
    U src/usr.sbin/httpd//src/os/os390/os.h
    U src/usr.sbin/httpd//src/os/os390/xebcdic.sh
    U src/usr.sbin/httpd//src/os/tpf/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/tpf/TPFExport
    U src/usr.sbin/httpd//src/os/tpf/cgetop.c
    U src/usr.sbin/httpd//src/os/tpf/ebcdic.h
    U src/usr.sbin/httpd//src/os/tpf/os-inline.c
    C src/usr.sbin/httpd//src/os/tpf/os.c
    C src/usr.sbin/httpd//src/os/tpf/os.h
    N src/usr.sbin/httpd//src/os/tpf/samples/linkhttp.dlm
    C src/usr.sbin/httpd//src/os/tpf/samples/linkhttp.jcl
    C src/usr.sbin/httpd//src/os/tpf/samples/loadset.jcl
    U src/usr.sbin/httpd//src/os/unix/Makefile.tmpl
    U src/usr.sbin/httpd//src/os/unix/os-aix-dso.c
    U src/usr.sbin/httpd//src/os/unix/os-inline.c
    U src/usr.sbin/httpd//src/os/unix/os.c
    U src/usr.sbin/httpd//src/os/unix/os.h
    U src/usr.sbin/httpd//src/os/win32/ApacheOS.dsp
    U src/usr.sbin/httpd//src/os/win32/ApacheOS.mak
    U src/usr.sbin/httpd//src/os/win32/BaseAddr.ref
    U src/usr.sbin/httpd//src/os/win32/MakeModuleMak.cpp
    U src/usr.sbin/httpd//src/os/win32/Module.mak.tmpl
    U src/usr.sbin/httpd//src/os/win32/Win9xConHook.c
    U src/usr.sbin/httpd//src/os/win32/Win9xConHook.def
    U src/usr.sbin/httpd//src/os/win32/Win9xConHook.dsp
    U src/usr.sbin/httpd//src/os/win32/Win9xConHook.h
    U src/usr.sbin/httpd//src/os/win32/Win9xConHook.mak
    U src/usr.sbin/httpd//src/os/win32/apache.ico
    U src/usr.sbin/httpd//src/os/win32/apache.rc
    U src/usr.sbin/httpd//src/os/win32/getopt.c
    U src/usr.sbin/httpd//src/os/win32/getopt.h
    U src/usr.sbin/httpd//src/os/win32/main_win32.c
    U src/usr.sbin/httpd//src/os/win32/mod_auth_anon.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_auth_anon.mak
    U src/usr.sbin/httpd//src/os/win32/mod_auth_dbm.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_auth_dbm.mak
    U src/usr.sbin/httpd//src/os/win32/os.c
    U src/usr.sbin/httpd//src/os/win32/mod_auth_digest.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_auth_digest.mak
    U src/usr.sbin/httpd//src/os/win32/mod_cern_meta.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_cern_meta.mak
    U src/usr.sbin/httpd//src/os/win32/mod_digest.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_digest.mak
    U src/usr.sbin/httpd//src/os/win32/mod_expires.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_expires.mak
    U src/usr.sbin/httpd//src/os/win32/mod_headers.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_headers.mak
    U src/usr.sbin/httpd//src/os/win32/mod_info.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_info.mak
    U src/usr.sbin/httpd//src/os/win32/mod_isapi.c
    U src/usr.sbin/httpd//src/os/win32/mod_mime_magic.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_mime_magic.mak
    U src/usr.sbin/httpd//src/os/win32/mod_proxy.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_proxy.mak
    U src/usr.sbin/httpd//src/os/win32/mod_rewrite.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_rewrite.mak
    U src/usr.sbin/httpd//src/os/win32/mod_speling.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_speling.mak
    U src/usr.sbin/httpd//src/os/win32/mod_status.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_status.mak
    U src/usr.sbin/httpd//src/os/win32/mod_unique_id.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_unique_id.mak
    U src/usr.sbin/httpd//src/os/win32/mod_usertrack.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_usertrack.mak
    U src/usr.sbin/httpd//src/os/win32/mod_vhost_alias.dsp
    U src/usr.sbin/httpd//src/os/win32/mod_vhost_alias.mak
    U src/usr.sbin/httpd//src/os/win32/modules.c
    U src/usr.sbin/httpd//src/os/win32/monitoring-services.txt
    U src/usr.sbin/httpd//src/os/win32/multithread.c
    U src/usr.sbin/httpd//src/os/win32/os.h
    U src/usr.sbin/httpd//src/os/win32/passwd.c
    U src/usr.sbin/httpd//src/os/win32/passwd.h
    U src/usr.sbin/httpd//src/os/win32/readdir.c
    U src/usr.sbin/httpd//src/os/win32/readdir.h
    U src/usr.sbin/httpd//src/os/win32/registry.c
    U src/usr.sbin/httpd//src/os/win32/registry.h
    U src/usr.sbin/httpd//src/os/win32/resource.h
    U src/usr.sbin/httpd//src/os/win32/service.c
    U src/usr.sbin/httpd//src/os/win32/service.h
    U src/usr.sbin/httpd//src/os/win32/util_win32.c
    U src/usr.sbin/httpd//src/regex/COPYRIGHT
    U src/usr.sbin/httpd//src/regex/Makefile.tmpl
    U src/usr.sbin/httpd//src/regex/README
    U src/usr.sbin/httpd//src/regex/WHATSNEW
    U src/usr.sbin/httpd//src/regex/cclass.h
    U src/usr.sbin/httpd//src/regex/cname.h
    U src/usr.sbin/httpd//src/regex/debug.c
    U src/usr.sbin/httpd//src/regex/engine.c
    U src/usr.sbin/httpd//src/regex/engine.ih
    U src/usr.sbin/httpd//src/regex/main.c
    U src/usr.sbin/httpd//src/regex/mkh
    U src/usr.sbin/httpd//src/regex/regcomp.c
    U src/usr.sbin/httpd//src/regex/regcomp.ih
    U src/usr.sbin/httpd//src/regex/regerror.c
    U src/usr.sbin/httpd//src/regex/regerror.ih
    U src/usr.sbin/httpd//src/regex/regex.3
    U src/usr.sbin/httpd//src/regex/regex.7
    U src/usr.sbin/httpd//src/regex/regex.dsp
    U src/usr.sbin/httpd//src/regex/regex.mak
    U src/usr.sbin/httpd//src/regex/regex2.h
    U src/usr.sbin/httpd//src/regex/regexec.c
    U src/usr.sbin/httpd//src/regex/regfree.c
    U src/usr.sbin/httpd//src/regex/split.c
    U src/usr.sbin/httpd//src/regex/tests
    U src/usr.sbin/httpd//src/regex/utils.h
    U src/usr.sbin/httpd//src/support/.indent.pro
    U src/usr.sbin/httpd//src/support/Makefile.tmpl
    U src/usr.sbin/httpd//src/support/README
    U src/usr.sbin/httpd//src/support/ab.8
    C src/usr.sbin/httpd//src/support/ab.c
    C src/usr.sbin/httpd//src/support/apachectl
    U src/usr.sbin/httpd//src/support/apachectl.8
    U src/usr.sbin/httpd//src/support/apxs.8
    C src/usr.sbin/httpd//src/support/apxs.pl
    U src/usr.sbin/httpd//src/support/checkgid.c
    U src/usr.sbin/httpd//src/support/dbmmanage
    U src/usr.sbin/httpd//src/support/dbmmanage.1
    U src/usr.sbin/httpd//src/support/htdigest.1
    U src/usr.sbin/httpd//src/support/htdigest.c
    U src/usr.sbin/httpd//src/support/htdigest.dsp
    U src/usr.sbin/httpd//src/support/htdigest.mak
    U src/usr.sbin/httpd//src/support/htpasswd.1
    U src/usr.sbin/httpd//src/support/htpasswd.c
    U src/usr.sbin/httpd//src/support/htpasswd.dsp
    U src/usr.sbin/httpd//src/support/htpasswd.mak
    U src/usr.sbin/httpd//src/support/httpd.8
    C src/usr.sbin/httpd//src/support/httpd.exp
    U src/usr.sbin/httpd//src/support/log_server_status
    U src/usr.sbin/httpd//src/support/logresolve.8
    U src/usr.sbin/httpd//src/support/logresolve.c
    U src/usr.sbin/httpd//src/support/logresolve.dsp
    U src/usr.sbin/httpd//src/support/logresolve.mak
    U src/usr.sbin/httpd//src/support/logresolve.pl
    U src/usr.sbin/httpd//src/support/phf_abuse_log.cgi
    U src/usr.sbin/httpd//src/support/rotatelogs.8
    U src/usr.sbin/httpd//src/support/rotatelogs.c
    U src/usr.sbin/httpd//src/support/rotatelogs.dsp
    U src/usr.sbin/httpd//src/support/rotatelogs.mak
    U src/usr.sbin/httpd//src/support/split-logfile
    U src/usr.sbin/httpd//src/support/suexec.8
    C src/usr.sbin/httpd//src/support/suexec.c
    U src/usr.sbin/httpd//src/support/suexec.h
    C src/usr.sbin/httpd//src/support/mkcert.sh
    U src/usr.sbin/httpd//src/support/SHA1/README.sha1
    U src/usr.sbin/httpd//src/support/SHA1/convert-sha1.pl
    U src/usr.sbin/httpd//src/support/SHA1/htpasswd-sha1.pl
    U src/usr.sbin/httpd//src/support/SHA1/ldif-sha1.example
    
    222 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -japache:yesterday -japache src/usr.sbin/httpd/

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 14:16:53

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/i386: hardware 

Log message:
A few typos, and sync with reality.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 14:23:07

Modified files:
	usr.sbin/httpd : Announcement 
	usr.sbin/httpd/conf: httpd.conf-dist 
	usr.sbin/httpd/src: CHANGES CHANGES.SSL Configure 
	usr.sbin/httpd/src/ap: ap_snprintf.c 
	usr.sbin/httpd/src/helpers: GuessOS binbuild.sh 
	usr.sbin/httpd/src/include: ap.h http_conf_globals.h httpd.h 
	usr.sbin/httpd/src/main: alloc.c http_config.c http_core.c 
	                         http_main.c http_protocol.c 
	                         util_script.c 
	usr.sbin/httpd/src/modules/proxy: proxy_cache.c proxy_http.c 
	                                  proxy_util.c 
	usr.sbin/httpd/src/modules/ssl: libssl.module libssl.version 
	                                ssl_engine_init.c 
	                                ssl_engine_kernel.c 
	                                ssl_engine_rand.c 
	                                ssl_engine_vars.c 
	usr.sbin/httpd/src/modules/standard: mod_auth_db.c mod_digest.c 
	                                     mod_headers.c mod_rewrite.c 
	usr.sbin/httpd/src/os/tpf: os.c os.h 
	usr.sbin/httpd/src/support: ab.c 

Log message:
merge apache 1.3.27 and mod_ssl 2.8.11


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 14:24:32

Modified files:
	distrib/notes  : mirrors 

Log message:
Sync mirrorlist with current tables, tweak layout, mention ftp.html as the
authoritative source of information.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/10/07 14:25:50

Modified files:
	distrib/notes  : README.amiga README.hp300 README.i386 
	                 README.mac68k README.sparc README.sparc64 

Log message:
4.2.x is 4.2.1 now, not 4.2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 14:49:06

Modified files:
	distrib/notes/alpha: install prep 

Log message:
Add specific installation steps for DEC 3000 machines, and document a few
caveats from their v.1 SRM.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 14:51:33

Removed files:
	usr.sbin/httpd/htdocs/manual/mod: mod_alias.html 

Log message:
gone to the big harddrive in the sky


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 14:54:54

Modified files:
	sys/kern       : Tag: OPENBSD_3_0 kern_time.c 

Log message:
Errata #032:
Incorrect argument checking in the setitimer(2) system call may allow an
attacker to write to kernel memory.
Fix (nordin):
which is int not u_int so check for negative values.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 14:55:31

Removed files:
	usr.sbin/httpd/htdocs/manual/mod: mod_auth.html 

Log message:
emacsed out


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 14:58:30

Removed files:
	usr.sbin/httpd/src/os/tpf/samples: linkhttp.dlm linkhttp.jcl 
	                                   loadset.jcl 

Log message:
drain the bitbucket


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/10/07 15:00:05

Modified files:
	.              : errata30.html security.html 

Log message:
Errata 032 (setitimer), a few days late, sorry.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 15:00:58

Modified files:
	usr.sbin/httpd : Makefile.bsd-wrapper 

Log message:
sync MANUALFILES


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 15:04:44

Modified files:
	usr.sbin/httpd/htdocs/manual: bind.html.ja.jis cygwin.html 
	                              env.html.en env.html.html 
	                              new_features_1_1.html 
	                              readme-tpf.html urlmapping.html 
	usr.sbin/httpd/htdocs/manual/howto: auth.html ssi.html.ja.jis 
	usr.sbin/httpd/htdocs/manual/misc: FAQ.html fin_wait_2.html 
	                                   perf.html rewriteguide.html 
	                                   tutorials.html 
	usr.sbin/httpd/htdocs/manual/mod: core.html.en core.html.fr 
	                                  core.html.html 
	                                  directives.html.en 
	                                  directives.html.html 
	                                  directives.html.ja.jis 
	                                  index-bytype.html.en 
	                                  index.html.en 
	                                  mod_access.html.en 
	                                  mod_access.html.html 
	                                  mod_actions.html.en 
	                                  mod_actions.html.html 
	                                  mod_actions.html.ja.jis 
	                                  mod_headers.html 
	                                  mod_info.html.en 
	                                  mod_info.html.html 
	                                  mod_mime.html.ja.jis 
	usr.sbin/httpd/htdocs/manual/vhosts: name-based.html.en 
	                                     name-based.html.html 
	                                     name-based.html.ja.jis 

Log message:
merge apache 1.3.27


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/07 15:26:38

src/regress/lib/libc_r/siginfo

Update of /cvs/src/regress/lib/libc_r/siginfo
In directory cvs.openbsd.org:/tmp/cvs-serv2526/siginfo

Log Message:
Directory /cvs/src/regress/lib/libc_r/siginfo added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/07 15:27:16

Modified files:
	regress/lib/libc_r: Makefile 
Added files:
	regress/lib/libc_r/siginfo: Makefile siginfo.c 

Log message:
add pthread siginfo support test


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/07 15:27:56

Modified files:
	lib/libc/sys   : shmat.2 shmget.2 

Log message:
.Xr ipcs 1
.Xr ipcrm 1

grendel at zeitbombe dot org
some input millert
ok millert ian theo


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2002/10/07 15:28:33

Modified files:
	.              : i386.html 

Log message:
Typo; from Eduardo Augusto Alvarenga
(eduardo-openbsd dot 81d1ed at thrx dot dyndns dot org), thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/07 15:44:45

Modified files:
	usr.sbin/httpd/src/main: Tag: OPENBSD_3_0 http_core.c 

Log message:
MFC (henning):
fix a cross-site scripting vuln:
*) SECURITY: CAN-2002-0840 (cve.mitre.org)
Prevent a cross-site scripting vulnerability in the default
error page.  The issue could only be exploited if the directive
UseCanonicalName is set to Off and a server is being run at
a domain that allows wildcard DNS.  [Matthew Murphy]


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2002/10/07 15:52:19

Modified files:
	distrib/notes  : Makefile README.alpha README.amiga README.hp300 
	                 README.i386 README.mac68k README.macppc 
	                 README.mvme68k README.sparc README.sparc64 
	                 README.vax 
Added files:
	distrib/notes  : m4.common 

Log message:
m4 invades again!
m4.common contains:
.. the 'end of file' problem_blurb
.. the XFree86 version so we don't have to manually update each readme


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/07 16:17:08

Modified files:
	regress/lib/libc_r/siginfo: siginfo.c 

Log message:
use/check SA_RESETHAND, too.
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/07 16:36:04

Modified files:
	lib/libc_r/uthread: uthread_sig.c 

Log message:
handle the SA_RESETHAND flag.
Part of the prep for SA_SIGINFO support.   With this change the
new siginfo regression test will fail instead of loop on all arches.


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/10/07 16:45:37

Modified files:
	usr.bin/mail   : getname.c 

Log message:
tyop

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/07 16:49:42

Modified files:
	regress/lib/libc_r/siginfo: siginfo.c 

Log message:
more meaningful error


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/10/07 17:02:34

Modified files:
	usr.bin/pmdb   : break.c 

Log message:
do not crash when a breakpoint can't get set (remove it
from the list when we free it.)

ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/10/07 17:09:32

Modified files:
	bin/ksh        : sh.h 

Log message:
int -> uid_t

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2002/10/07 17:31:42

Modified files:
	sys/kern       : exec_subr.c 

Log message:
Remove a diagnostic check that I added when reorganizing the code.
It triggers on ppc and while the check itself is correct, it's better to
fix the bug before breaking peoples systems.


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2002/10/07 19:17:43

Modified files:
	sbin/pfctl     : parse.y 

Log message:
remove <0 checks on unsigned numbers.

ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2002/10/07 20:30:34

Modified files:
	faq            : faq7.html index.html 

Log message:
New article, 80x50 console resolution


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/07 20:52:25

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.1: Makefile 
	lang/python/2.1/patches: patch-setup_py 
	lang/python/2.2: Makefile 
	lang/python/2.2/patches: patch-setup_py 
Added files:
	lang/python/2.1/patches: patch-Lib_os_py 
	                         patch-Modules_Setup_dist 
	lang/python/2.2/patches: patch-Lib_os_py 
	                         patch-Modules_Setup_dist 

Log message:
Fix security issue with Python 2.1/2.2

Zack Weinberg found a vulnerability in the way the exevpe() method
from the os.py module uses a temporary file name. A file which
supposedly should not exist is created in a unsafe way and the method
tries to execute it. The objective of such code is to discover what
error the operating system returns in a portable way.

By exploiting this vulnerability a local attacker can execute
arbitrary code with the privileges of the user running python code
which uses the execvpe() method.

http://python.org/sf/590294
http://python.org/sf/601077


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/10/07 20:53:55

Modified files:
	libexec/talkd  : talkd.c 

Log message:
sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.mipt.ru>


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/10/07 21:06:45

Modified files:
	bin/systrace   : filter.c 

Log message:
assume that inserting a template implies permit for the current
syscall
from provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/07 21:08:45

Modified files:
	lang/python    : Tag: OPENBSD_3_2 Makefile.inc 
	lang/python/2.1: Tag: OPENBSD_3_2 Makefile 
	lang/python/2.1/patches: Tag: OPENBSD_3_2 patch-setup_py 
	lang/python/2.2: Tag: OPENBSD_3_2 Makefile 
	lang/python/2.2/patches: Tag: OPENBSD_3_2 patch-setup_py 
Added files:
	lang/python/2.1/patches: Tag: OPENBSD_3_2 patch-Lib_os_py 
	                         patch-Modules_Setup_dist 
	lang/python/2.2/patches: Tag: OPENBSD_3_2 patch-Lib_os_py 
	                         patch-Modules_Setup_dist 

Log message:
Fix security issue with Python 2.1/2.2

Zack Weinberg found a vulnerability in the way the exevpe() method
from the os.py module uses a temporary file name. A file which
supposedly should not exist is created in a unsafe way and the method
tries to execute it. The objective of such code is to discover what
error the operating system returns in a portable way.

By exploiting this vulnerability a local attacker can execute
arbitrary code with the privileges of the user running python code
which uses the execvpe() method.

http://python.org/sf/590294
http://python.org/sf/601077


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/10/07 21:13:24

Modified files:
	bin/systrace   : systrace.c 

Log message:
"output" is a pointer of size "outlen", so use outlen instead of
sizeof(output)
From "Vincent Labrecque" <vincent@psyfreaks.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2002/10/07 22:46:35

Modified files:
	share/man/man9 : pool.9 

Log message:
formatting knit, fix a run-together phrase
from Jean-Francois Brousseau <krapht@secureops.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2002/10/07 23:12:08

Modified files:
	sys/sys        : mbuf.h 
	sys/net        : pf.c pf_ioctl.c pfvar.h 
	sys/altq       : altq_subr.c altq_var.h if_altq.h 

Log message:
the first step of pf/altq merge.
this commit is to allow further development in both userland and kernel.

the goal is to replace altq's classifier by pf(4).
- make pf tag a queue id to mbuf and make altq read the queue id
- merge altq config into pf.conf(5)

ok dhartmei@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/10/08 01:49:41

ports/sysutils/symon

Update of /cvs/ports/sysutils/symon
In directory cvs.openbsd.org:/tmp/cvs-serv17217/symon

Log Message:
Directory /cvs/ports/sysutils/symon added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/10/08 01:49:43

ports/sysutils/symon/pkg

Update of /cvs/ports/sysutils/symon/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv17217/symon/pkg

Log Message:
Directory /cvs/ports/sysutils/symon/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/10/08 01:56:42

Added files:
	sysutils/symon : Makefile distinfo 
	sysutils/symon/pkg: DESCR DESCR-mon DESCR-mux DESCR-web MESSAGE 
	                    MESSAGE-mon MESSAGE-mux MESSAGE-web PLIST 
	                    PLIST-mon PLIST-mux PLIST-web 

Log message:
symon is a system monitoring tool consisting of a small probe which
gathers various data (cpu, memory, network interfaces, pf statistics,
disk io) and transfers it to a central server which stores it in
RRD databases.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2002/10/08 02:11:05

Modified files:
	sysutils       : Makefile 

Log message:
add symon


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/08 02:23:43

Modified files:
	distrib/notes  : mirrors 

Log message:
Gremlin; spotted by Dries Schellekens (gwyllion at ulyssis dot org), thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/08 07:02:28

Modified files:
	net/scli       : Makefile 
Added files:
	net/scli/patches: gcc-patch-snmp_Makefile_in 

Log message:
- work around optimizer bug in gcc 2.95 on sparc64 (sha1.c)
- fix iconv dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/08 07:45:00

ports/x11/bbdate/patches

Update of /cvs/ports/x11/bbdate/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24836/patches

Log Message:
Directory /cvs/ports/x11/bbdate/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/08 07:47:08

Added files:
	x11/bbdate/patches: patch-LinkedList_hh 

Log message:
C++ fix for gcc3; more needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/08 09:53:36

Modified files:
	x11/explorer   : Makefile 
Added files:
	x11/explorer/patches: patch-src_cpdlg_cpp patch-src_ewidgets_cpp 
	                      patch-src_file_tool_cpp 

Log message:
- Use qt module.
- C++ fixes for gcc3.


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	2002/10/08 10:38:26

Modified files:
	.              : cvsup.html 

Log message:
add mirror.osn.de


CVSROOT:	/cvs
Module name:	src
Changes by:	wcobb@cvs.openbsd.org	2002/10/08 12:34:11

Modified files:
	gnu/usr.bin/perl/pod: perlfunc.pod 

Log message:
fix two incorrect L<> calls; ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/08 13:08:12

Modified files:
	ja             : donations.html errata30.html security.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2002/10/08 13:15:40

Modified files:
	faq/ja         : faq14.html faq2.html faq7.html index.html 

Log message:
sync with badlands translation CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	millert@cvs.openbsd.org	2002/10/08 19:59:21

Modified files:
	xc-mit/server/ddx/hpbsd/mfb: Imakefile 
	xc-mit/server/ddx/hpbsd/cfb: Imakefile 

Log message:
Need some extra depencies so the symlinks to headers actually get made.
Also remove those w/ the clean target.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/08 21:02:33

Modified files:
	regress/lib/libc_r/siginfo: siginfo.c 

Log message:
clean-up.   check that SA_RESETHAND does the right thing, too.
full library support for this is still pending.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/10/08 21:51:49

Modified files:
	sys/dev        : systrace.c systrace.h 

Log message:
new message to track uid/gid changes
from provos


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/10/08 21:52:10

Modified files:
	bin/systrace   : filter.c intercept.c intercept.h lex.l 
	                 openbsd-syscalls.c parse.y policy.c systrace.c 
	                 systrace.h util.c util.h 

Log message:
predicates are part of the grammar now; in non-root case, predicates are
evaluated only once; in root case, predicates and variable expansion are
dynamic.
from provos


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/10/08 21:58:48

Modified files:
	gnu/usr.sbin/sendmail/smrsh: smrsh.c 

Log message:
Patch from sendmail.org to fix potential smrsh bypass described
in http://www.sendmail.org/smrsh.adv.txt


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/08 22:13:03

Modified files:
	archivers/bzip2/patches: Tag: OPENBSD_3_1 patch-Makefile 

Log message:
MFC:
correct wrong symlinks for man pages.
--
Spotted by: form@
Patch from: mpech@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2002/10/09 02:22:49

Modified files:
	lib/libssl/man : Makefile 

Log message:
install SSL_do_handshake(3) as well; markus@ ok


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2002/10/09 04:21:30

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
nat.conf/pf.conf merge


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2002/10/09 06:16:09

Modified files:
	mail/sylpheed  : Makefile distinfo 

Log message:
Update to 0.8.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2002/10/09 06:21:43

Added files:
	games/toppler/patches: patch-level_cc patch-screen_cc 

Log message:
C++ fixes for gcc3


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/09 06:36:27

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Broadcom BCM4401


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/09 06:38:03

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2002/10/09 08:14:41

Modified files:
	archivers/lzo  : Makefile distinfo 
	archivers/lzo/patches: sup-sparc64 
	archivers/lzo/pkg: PLIST 
Added files:
	archivers/lzo/patches: patch-configure 
Removed files:
	archivers/lzo/patches: patch-Makefile.in 

Log message:
upgrade to lzo 1.08


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2002/10/09 08:37:01

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document the extended return-icmp syntax, block return, block drop and set
block-policy.

from ryan

ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/09 13:30:18

Removed files:
	sys/dev/rcons  : files.rcons rcons.h rcons_kern.c rcons_subr.c 
	                 rcons_subr.h 

Log message:
Nobody expects the spanish inquisition!


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2002/10/09 14:09:15

Modified files:
	regress/lib/libc_r/socket/2a: Makefile 

Log message:
comment where code is used


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2002/10/09 14:25:32

Modified files:
	sys/netinet6   : nd6.c 

Log message:
supress too noisy log - can be re-enabled by sysctl.  sync w/kame


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2002/10/09 14:36:19

Modified files:
	lib/libc/gen   : login_cap.c 

Log message:
Use strtoll() and strtoull() instead of strtoq() and strtouq() now
that we have them as per the original BSDi code.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/09 15:10:48

Modified files:
	sys/arch/sparc64/sparc64: db_trace.c 

Log message:
pretty print


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2002/10/09 15:14:36

Modified files:
	share/man/man9 : bus_space.9 

Log message:
missing comma; hiten@uk.FreeBSD.org


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2002/10/09 16:00:04

Modified files:
	usr.sbin/httpd/src/main: Tag: OPENBSD_3_0 http_core.c 

Log message:
When you apply a fix, do it correctly. Missing chunk noticed by brad@,
thanks.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2002/10/09 17:25:50

Modified files:
	.              : index.html items.html orders.html 
Added files:
	images         : cd32-s.gif openbsd32_cover.gif puffy32.gif 

Log message:
3.2 pre-orders will start in a hour or so