CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/10/28 10:47:01

Modified files:
	etc            : rc 

Log message:
use xfs, not afs when mounting afs. Making mount_afs work correctly is too hard.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/28 10:51:15

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

Log message:
Move md_copy_kernel after install_sets and add check_kernel (which
should probably be used instead of md_copy_kernel once I am sure
nothing actually uses md_copy_kernel to copy the kernel any more).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/28 10:53:31

Modified files:
	distrib/alpha/ramdisk: install.md 
	distrib/amiga  : install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/powerpc/ramdisk: install.md 
	distrib/sun3/ramdisk: install.md 

Log message:
call check_kernel instead of having the same code in all the .md files


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/10/28 10:55:10

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more devices without compat-id; WOFerry+@CMU.EDU


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/10/28 10:55:13

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/10/28 10:56:00

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more devices without compat-id; WOFerry+@CMU.EDU


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/10/28 10:56:02

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/10/28 10:57:10

Modified files:
	kerberosIV/kauth: kauth.c 

Log message:
be nicer to buffers


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/10/28 10:58:44

Modified files:
	sys/sys        : audioio.h 

Log message:
Add a couple of names from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/10/28 11:01:02

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

Log message:
More conversion routines, from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/10/28 11:01:05

Modified files:
	gnu/usr.bin/lynx/src: LYClean.c LYMain.c 

Log message:
mkdtemp a directory where Lynx puts all it's temporary files.
Fixing creation of all temp files would involve rewriting Lynx.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/10/28 11:01:18

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

Log message:
fix ? usage handling; route@resentment.infonexus.com


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/10/28 11:06:46

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

Log message:
Changes from NetBSD, clean up, avoid hanging if the codec is out to lunch.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/10/28 11:08:50

Modified files:
	sbin/mount_xfs : mount_xfs.c mount_xfs.8 Makefile 

Log message:
give up the try to start afsd from mount_afs, the argument passing was too ugly


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/28 11:55:20

Modified files:
	distrib/miniroot: install.sub 

Log message:
isnumeric did not check the last char in a string


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/28 12:17:11

Modified files:
	etc            : netstart 

Log message:
Kill the awful hack used to match and split /etc/hostname.* We now use
a function, isalphanumeric, to determine whether an interface name is
likely to be valid.  This means that things like /etc/hostname.le0.bak,
/etc/hostname.le0#, /etc/hostname.le0~, etc. will be ignored as they
should.  There is no longer an implicate assumption that /etc/hostname.*
only contains a single '.'.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1998/10/28 12:47:02

Modified files:
	lib/libkvm     : kvm.c 

Log message:
Don't return error trying to make a dump header when no
crash dump exists


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/10/28 14:01:37

Modified files:
	share/man/man4/man4.sparc: intro.4 qec.4 

Log message:
Correct a reference to me->qe + minor corrections


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/10/28 14:34:34

Modified files:
	sys/netinet    : tcp_input.c tcp_output.c tcp_subr.c tcp_var.h 

Log message:
- fix three bugs pointed out in Stevens, i.a. updating timestamps correctly
- fix a 4.4bsd-lite2 bug, when tcp options are present the maximum segment
size is not updated correctly, so that fast recovery forces out a segment
which is split in two segments by tcp_output(), the fix is adpated from
FreeBSD, the effective mss is recorded after option negotiation in 3way
handshake.
[I was able to fix this on time spent at Center for Information Technology
Integration (citi.umich.edu)]


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/28 16:20:01

Modified files:
	usr.sbin/kvm_mkdb: nlist.c 

Log message:
uninitialized variable; hgweigand@wiesbaden.netsurf.de


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/10/28 16:40:42

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

Log message:
Partial merge from netBSD 102498. Seems to fix autonegotation difficulties
on Bay Networks FA310TX card.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/10/28 19:15:22

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

Log message:
use correct ioctl for flushing; garath@code.ridgefield.org


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/10/28 19:21:46

Modified files:
	usr.sbin/ppp/ppp: Makefile arp.c bundle.c bundle.h cbcp.c chat.c 
	                  command.c datalink.c filter.c ipcp.c ipcp.h 
	                  lcp.c main.c mp.c ppp.8 route.c systems.c 
	                  tun.c 
Added files:
	usr.sbin/ppp/ppp: iface.c iface.h 

Log message:
Catch up with the latest ppp updates/fixes:

- Add enable/disable proxyall to proxy arp an entire subnet
(smaller than class C)
- Add ``set {send,recv}pipe for controlling socket buffers.
- Fix the infamous ``first connection'' problem where the process
that causes an auto dial to an ISP that assigns a dynamic IP never
connects (due to the bound socket IP being changed on the tun iface).
See ``enable/disable iface-alias'' and ``iface ...'' in the man page.
- Add PROCESSID as a substitution string when running commands.
- Add ``set proctitle'' for changing argv0.  You can use all the command
substitutions here too (eg ``set proctitle ppp: USER INTERFACE'').
- Add a missing untimeout as soon as the chat expect string is received
rather than waiting for the next expect to happen.
- Be less restrictive about when auth{name,key}, enddisc, shortseq and
mrru can be changed.
- Improve some diagnostics.
- Don't send a DELAY field with CBCP_NONUM messages (as per the spec).
- Emphasise how to make callback optional in the man page.
- Allow the caller to request no callback if they're allowed choose the
number anyway.
- Set our CBCP RESPONSE fsm id according to the REQ, moan if the peer
gets the response id wrong (but continue anyway).
- Shuffle the ``set ?'' output back a column so that broken terminals
that can't display 80 columns *and* a '\n' will look ok.
- If DES is compiled out, be more verbose about why CHAP 0x80 was rejected.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/28 21:09:22

Modified files:
	bin/ksh        : BUG-REPORTS CONTRIBUTORS ChangeLog ChangeLog.0 
	                 NEWS NOTES README c_ksh.c c_sh.c c_ulimit.c 
	                 emacs.c eval.c exec.c history.c jobs.c ksh.1tbl 
	                 main.c misc.c path.c proto.h sh.1tbl shf.c 
	                 syn.c trap.c tree.c tree.h version.c 

Log message:
Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of
some that we had already fixed locally.
o typeset -f FUNC doesn't print follows command (and expression) substitutions.
o when re-allocating memory, too much may be copied from old memory.
o set -o printed some options sans names.
o emacs mode: <esc>. in very fist command causes core dump.
o pdksh dumps core after a cd command.
o typeset -i reports on array elements that have no value
(at&t ksh reports on array base name - no index).
o ulimit -ctn unlimittttted kills shell (resource exceeded).
o ". /dev/null" says access denied.
o flag field in aliases incorrectly changed (all flags set instead of
clearing ISSET) in exec.c(flushcom).
o ${#array[*]} prints largest index instead of number of (set) elements
in an array (ksh88 does the former).
o sys_siglist[] doesn't always have NSIG non-null entries...


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/29 10:04:15

Modified files:
	usr.sbin/rbootd: rmpproto.c 

Log message:
fix for those boxens like hppa which do not supply boot file name
so we have to decide for 'em, like open the first file from the
list in the config.
kids tested mother approved.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/29 10:07:25

Modified files:
	sys/stand/boot : cmd.c 

Log message:
print \n when we've got timed out waiting for an operator
input, so the 'booting' progress will be shown on the next
line making that consistant w/ the 'boot' command look.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/29 10:47:15

Modified files:
	sys/arch/hppa/dev: pdc.c 

Log message:
fix pdccngetc() input handling


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/29 10:47:45

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
more cpus and devices


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/10/29 11:11:53

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

Log message:
Put in some generic code in PCI driver for enabling PCI cards.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/29 11:21:44

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

Log message:
provide an option to retreive battery life estimate in minutes
from Martin Forseen <maf@firedoor.se>
some corrections from me.


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/10/29 12:20:46

Modified files:
	.              : hppa.html 

Log message:
note about 725 model


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/29 15:45:30

Modified files:
	sys/dev/eisa   : eisavar.h 

Log message:
hppa could be eisa too


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	1998/10/29 16:42:41

Modified files:
	.              : sparc.html 

Log message:
Note that we support on-board audio in SPARCs with AMD79C30 chips, not just
sun4c (the SPARCclassic is sun4m but also contains the 8-bit chip)


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/10/29 16:48:19

Modified files:
	usr.sbin/ppp/ppp: bundle.c 

Log message:
Don't call PacketAliasIn() when we turn around packets destined
for our interface address.  We're about to call ip_Input()
anyway, and ip_Input() does the PacketAliasIn().
Stack trace provided by: Cameron Grant <gandalf@vilnya.demon.co.uk>


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/10/29 17:02:58

Modified files:
	share/man/man8 : vpn.8 

Log message:
add a BUGS section; provos@, and misc cleanups


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/10/29 17:24:45

Modified files:
	usr.bin/tail   : tail.1 
	usr.bin/talk   : talk.1 
	usr.bin/tcopy  : tcopy.1 
	usr.bin/tee    : tee.1 
	usr.bin/telnet : telnet.1 
	usr.bin/tftp   : tftp.1 
	usr.bin/time   : time.1 
	usr.bin/tip    : tip.1 
	usr.bin/tn3270/mset: map3270.5 
	usr.bin/tn3270/tn3270: tn3270.1 
	usr.bin/top    : top.1 
	usr.bin/touch  : touch.1 
	usr.bin/tput   : tput.1 
	usr.bin/tr     : tr.1 
	usr.bin/true   : true.1 
	usr.bin/tset   : tset.1 
	usr.bin/tsort  : tsort.1 
	usr.bin/tty    : tty.1 
	usr.bin/ul     : ul.1 
	usr.bin/uname  : uname.1 
	usr.bin/unifdef: unifdef.1 
	usr.bin/uniq   : uniq.1 
	usr.bin/unvis  : unvis.1 
	usr.bin/users  : users.1 
	usr.bin/uuencode: uuencode.1 uuencode.5 
	usr.bin/vacation: vacation.1 
	usr.bin/vgrind : vgrind.1 vgrindefs.5 
	usr.bin/vis    : vis.1 
	usr.bin/vmstat : vmstat.8 
	usr.bin/w      : w.1 
	usr.bin/wall   : wall.1 
	usr.bin/wc     : wc.1 
	usr.bin/what   : what.1 
	usr.bin/whatis : whatis.1 
	usr.bin/which  : whereis.1 which.1 
	usr.bin/who    : who.1 
	usr.bin/whois  : whois.1 
	usr.bin/window : window.1 
	usr.bin/write  : write.1 
	usr.bin/xargs  : xargs.1 
	usr.bin/xinstall: install.1 
	usr.bin/xlint/xlint: lint.1 
	usr.bin/xstr   : xstr.1 
	usr.bin/yacc   : yacc.1 
	usr.bin/yes    : yes.1 
	usr.bin/ypcat  : ypcat.1 
	usr.bin/ypmatch: ypmatch.1 
	usr.bin/ypwhich: ypwhich.1 

Log message:
usr.bin/ man page fixes, t-z


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/10/29 20:39:16

Modified files:
	share/man/man4 : options.4 

Log message:
correct typo in section about IPSEC debuging.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 11:05:00

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

Log message:
fix usage()


CVSROOT:	/cvs
Module name:	ports
Changes by:	mickey@cvs.openbsd.org	1998/10/30 11:05:35

Modified files:
	games/freeciv  : Makefile 
	games/freeciv/files: md5 

Log message:
update to 1.7.1


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 11:28:03

Modified files:
	sys/vm         : vm_page.c 

Log message:
fix !VM_PAGE_NOADD case which was incompilable.
fix printf() strings so they won't spread all across the screen.
kids tested, mother approved.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/30 11:38:06

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
fix up comments in ssl portion to be consistent with the rest


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/30 11:39:52

Modified files:
	.              : Makefile 

Log message:
set DESTDIR to be empty, not '/' when doing 'make distrib-dirs' so we don't get /etc/foo, not //etc/foo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/30 11:44:47

Modified files:
	etc            : Makefile 

Log message:
Run mtree with -q in distrib-dirs target


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 11:54:11

Added files:
	sys/arch/hppa/hppa: mainbus.c 

Log message:
some mainbus


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 11:55:52

Added files:
	sys/arch/hppa/hppa: swapgeneric.c 

Log message:
some generic swap


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 11:59:03

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

Log message:
some ddb interface


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:06:08

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
fix 725/50 model type
shorter ASP description
still not known how to deal w/ the cpu sv number...


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:07:29

Added files:
	sys/arch/hppa/dev: boards.h boards_data.h cpudevs.h 
	                   cpudevs_data.h 

Log message:
generated from cpudevs


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:15:31

Modified files:
	sys/arch/hppa/include: autoconf.h 

Log message:
populate futher w/ structs and function declarations


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:16:34

Modified files:
	sys/arch/hppa/include: conf.h 

Log message:
no dca (which is com), add fd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:18:33

Modified files:
	sys/arch/hppa/include: cpu.h 

Log message:
add some protos and defines


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:22:45

Modified files:
	sys/arch/hppa/include: frame.h 

Log message:
USERMODE() and FRAME_PC definitions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:26:03

Modified files:
	sys/arch/hppa/include: iomod.h 

Log message:
remove unused definitions, cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:28:14

Modified files:
	sys/arch/hppa/include: param.h 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:33:39

Modified files:
	sys/arch/hppa/include: psl.h 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:35:29

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

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:40:23

Modified files:
	sys/arch/hppa/stand/libsa: pdc.c 

Log message:
don't call INIT code since that seems
to confuse older boxens IODC code.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:41:14

Modified files:
	sys/arch/hppa/stand/libsa: dev_hppa.c 

Log message:
thinko


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:42:17

Modified files:
	sys/arch/hppa/stand/libsa: dk.c 

Log message:
support booting from disk in raw LIF mode


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:44:10

Added files:
	sys/arch/hppa/conf: ld.script 

Log message:
add ld script


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:45:35

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

Log message:
use ld.script, cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 12:46:43

Modified files:
	sys/arch/hppa/stand: Makefile.inc 

Log message:
some more debugs for now


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/30 15:16:42

Modified files:
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/hppa/include: cpufunc.h 

Log message:
remove all those "black magic" inspired routines,
use PDC calls instead, which is more MI.
we also don't need pmap_map to be defined any more, unless
kernel mapping enforced through FORCE_MAP_KERNEL definition.


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/10/30 15:56:43

Modified files:
	.              : events.html 

Log message:
Event happened


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/30 23:30:31

Modified files:
	lib/libcurses  : Makefile comp_expand.c curses.h curses.priv.h 
	                 hardscroll.c hashmap.c lib_baudrate.c 
	                 lib_color.c lib_cur_term.c lib_doupdate.c 
	                 lib_endwin.c lib_getch.c lib_initscr.c 
	                 lib_kernel.c lib_mouse.c lib_mvcur.c 
	                 lib_newterm.c lib_redrawln.c lib_set_term.c 
	                 lib_setup.c lib_termcap.c lib_ti.c lib_tparm.c 
	                 lib_tputs.c lib_trace.c name_match.c 
	                 ncurses_cfg.h read_entry.c read_termcap.c 
	                 resizeterm.c tic.h write_entry.c 
Added files:
	lib/libcurses  : getenv_num.c home_terminfo.c 

Log message:
update to ncurses 4.2-981017


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/10/30 23:36:50

Modified files:
	usr.sbin/sendmail/src: daemon.c 

Log message:
Catch other cases where the accept(2) can fail.
Works around a DOS attack noted by Michal Zalewski <lcamtuf@IDS.PL>.
Patch by Nick Andrew <nick@ZETA.ORG.AU>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/10/31 02:49:57

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
note samich claus brewing


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	1998/10/31 05:10:35

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
recent VGA boards (from Xfree86)


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	1998/10/31 05:11:56

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	1998/10/31 05:15:36

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
ooops 1 duplicate and 1 typo


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	1998/10/31 05:16:29

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/10/31 10:38:51

Modified files:
	usr.sbin/ppp/ppp: command.c main.c ppp.8 systems.c systems.h 

Log message:
Allow multiple systems (config labels) on the command
line and in the ``load'' & ``dial'' commands.  The last
label loaded becomes the current label name.
Only require a label for -auto mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/10/31 10:40:10

Modified files:
	usr.sbin/ppp/ppp: cbcp.c 

Log message:
If the CBCP callee offsers no callback, send our configured
response anyway.  This is what Win95 does, despite it not
being documented in the cbcp spec....
Reported by: Bill <petheram@acm.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/10/31 16:17:42

Modified files:
	share/man/man4 : clnp.4 cltp.4 de.4 fpa.4 fxp.4 icmp.4 idp.4 
	                 imp.4 ip.4 ipsec.4 isapnp.4 lo.4 ns.4 nsip.4 
	                 sl.4 spp.4 tcp.4 tun.4 udp.4 unix.4 

Log message:
Fix netintro/intro muck-up.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/10/31 18:38:13

Modified files:
	gnu/usr.bin/gas: Makefile read.c 
	gnu/usr.bin/gas/opcode: m88k.h 

Log message:
mvme88k changes.  Fixed killer bug in xcr instruction.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/01 18:39:30

Modified files:
	distrib/arc/ramdisk: install.md 

Log message:
md_copy_kernel should call check_kernel like the other arches


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/01 20:02:29

Modified files:
	lib/libocurses : refresh.c 

Log message:
From ken@FreeBSD.ORG:
Fix a curses bug exposed by the ":numbers" display of systat -iostat.
This bug showed up when you had more than 3 devices displayed.  (thus
requiring a second line of display)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/01 21:41:50

Added files:
	security/ssh/patches: patch-ai 

Log message:
Add patch from millert@ based on the IBM security advisory sent to the rootshell list


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/01 22:51:00

Modified files:
	sys/arch/sparc/dev: qe.c qec.c qecreg.h qecvar.h qevar.h be.c 
	                    bevar.h 

Log message:
First step at unifying qe & be drivers:
o qe & be drivers now only access qec globals directly at interrupt time
o more initialization done in qec_reset
o qe & be drivers handle the qec internal buffer identically
o nuked unused variables


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/11/02 02:12:27

Modified files:
	.              : events.html 

Log message:
IPsec/VPN interop in Stockholm


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/02 14:10:38

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
If de Broglie really had been born in 1774, his 1929 Nobel would have
arrived quite past his peak years.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/02 14:12:23

Modified files:
	usr.bin/calendar/calendars: calendar.usholiday 

Log message:
It's "Daylight Saving Time", since it saves daylight.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/02 20:42:06

Modified files:
	usr.bin/calendar: calendar.1 

Log message:
Document some bugs wrt -A and -B


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/02 20:52:51

Modified files:
	usr.bin/calendar: calendar.1 

Log message:
For -t option, call the first two digits of the year cc (century) like date(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 20:53:03

Modified files:
	share/man/man8 : afterboot.8 

Log message:
be a little more helpful in regards to setting the date and enabling yp
services; note how to get xdm going; note to check dmesg before compiling
new kernel; other misc cleanups


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 21:10:17

Modified files:
	distrib/alpha/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/i386/floppies/ramdisk: install.md 
	distrib/pmax   : install.md 
	distrib/sun3/ramdisk: install.md 
	distrib/sparc  : install.md 

Log message:
seperating -> separating


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 21:17:21

Modified files:
	distrib/arc/floppies/inst: install.sh 
	distrib/arm32/floppies/inst: install.sh 
	distrib/i386/floppies/inst: install.sh 
	distrib/pc532/floppies/inst: install.sh 
	distrib/sparc/floppies/inst: install.sh 

Log message:
parition -> partition


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 21:35:17

Modified files:
	distrib/miniroot: install.sub 
	distrib/mvme68k/ramdisk: install.sub 
	distrib/notes  : m4.common 
	distrib/notes/pmax: install 
	distrib/notes/sparc: xfer 
	distrib/powerpc/ramdisk: install.sub 
	distrib/simpleroot: install.sub 

Log message:
it's -> its where appropriate


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 21:58:46

Modified files:
	usr.bin/time   : time.1 

Log message:
remove some redundancy; pjanzen@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 22:07:31

Modified files:
	usr.bin/vis    : vis.1 

Log message:
insert a missing word; pjanzen@


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/02 22:10:41

Modified files:
	etc            : rc 

Log message:
Actually use $xdm_flags.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 22:40:04

Modified files:
	share/man/man1 : cd.1 wait.1 

Log message:
repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/02 22:45:12

Modified files:
	share/skel     : dot.cshrc 

Log message:
aliases for cd, popd, and pushd were there, but one for chdir was missing;
fixed


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/11/03 08:43:17

Modified files:
	lang/tcl80     : Makefile 
	lang/tcl80/files: md5 
	lang/tcl80/patches: patch-aa patch-ab 
	lang/tcl80/pkg : PLIST 

Log message:
Updated to 8.0.3, new mastersite


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/11/03 10:49:40

Modified files:
	x11/tk80       : Makefile 
	x11/tk80/files : md5 
	x11/tk80/patches: patch-aa patch-ab 
	x11/tk80/pkg   : PLIST 

Log message:
Update to 8.0.3, new mastersite


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/11/03 10:52:44

Modified files:
	lang/tcl80/pkg : PLIST.alpha 

Log message:
Forgot to update this one


CVSROOT:	/cvs
Module name:	www
Changes by:	angelos@cvs.openbsd.org	1998/11/03 12:42:56

Modified files:
	.              : index.html 

Log message:
Add a pointer to DaemonNews.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/03 13:11:04

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
Some cleanup and some checks from the Encyclopedia Britannica Online


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/03 13:16:02

Modified files:
	usr.sbin/sendmail/src: daemon.c 

Log message:
Back out previous change, the problem is Linux-specific.  To quote Wietse 'On UNIX systems with a BSD TCP/IP protocol stack, the accept() call does not return until the three-way handshake completes.'


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/03 14:00:12

Modified files:
	sys/dev        : audio.c audio_if.h audiovar.h 

Log message:
Partial sync with NetBSD, adds new trigger methods.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/03 14:05:09

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

Log message:
Update audio_hw_if.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/03 14:06:41

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

Log message:
Update audio_hw_if, fix problems.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/03 14:15:02

Modified files:
	sys/dev/isa    : aria.c gus.c pas.c pss.c sb.c wss.c ym.c 

Log message:
Update audio_hw_if.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/03 14:22:36

Modified files:
	sys/arch/amiga/dev: aucc.c 
	sys/arch/sparc/dev: amd7930.c 

Log message:
Update audio_hw_if.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/03 14:56:27

Modified files:
	www/navigator  : Makefile 
	www/navigator/files: md5 
	www/navigator/patches: patch-aa patch-ab 
	www/navigator/pkg: COMMENT DESCR PLIST 

Log message:
update to 4.5/Fortify 1.3.0; wyodlowsky@route1.nj.devry.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/03 14:59:53

Modified files:
	usr.bin/tic    : captoinfo.1tbl dump_entry.c dump_entry.h 
	                 progs.priv.h tic.c 

Log message:
updated from ncurses-4.2-981017


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	1998/11/03 16:05:17

Modified files:
	.              : errata22.html sparc.html 

Log message:
definately -> definitely


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/03 16:12:10

Modified files:
	etc/ppp        : ppp.conf.sample 
	etc/etc.wgrisc : disktab 

Log message:
it's -> its


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/03 16:29:15

Modified files:
	etc/etc.i386   : INSTALL.chs INSTALL.mbr 

Log message:
parition -> partition


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/03 18:43:59

Modified files:
	usr.bin/file/magdir: amanda 

Log message:
learn more about AMANDA files; is@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/03 19:08:51

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

Log message:
more busses, devices, files


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/03 19:11:04

Added files:
	sys/arch/hppa/conf: DISKLESS 

Log message:
some DISKLESS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/03 19:28:07

Added files:
	sys/arch/hppa/conf: GEKKO 

Log message:
one for GEKKO


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/03 19:32:42

Modified files:
	sys/arch/hppa/conf: DISKLESS GEKKO 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/04 04:32:02

Modified files:
	usr.bin/calendar: calendar.c day.c 

Log message:
Various fixes, including closing user/630.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/04 09:45:57

Modified files:
	share/man/man4 : tun.4 

Log message:
kill bogus sentence, probably scribbled by me. noticed by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/04 10:01:36

Added files:
	sys/arch/hppa/gsc: siop_gsc.c 
Removed files:
	sys/arch/hppa/gsc: ncr53c7xx_gsc.c 

Log message:
call it siop to be consistant w/ the other ports


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/04 10:05:15

Added files:
	sys/arch/hppa/gsc: gscbus.c gscbusvar.h 

Log message:
GSC bus attachment


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/04 10:06:05

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

Log message:
/ncr/siop/


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/04 12:35:49

Modified files:
	include        : string.h 

Log message:
protos for strlcat, strlcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/04 14:21:24

Modified files:
	lib/libocurses : cr_put.c cur_hash.c insch.c termcap.c 

Log message:
Some -Wall and use strlcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/04 14:52:41

Modified files:
	bin/rm         : rm.c 

Log message:
use optimal xfer block size in rm_overwrite() instead of assuming 8192


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/04 14:56:53

src/sys/arch/hppa/isa

Update of /cvs/src/sys/arch/hppa/isa
In directory cvs.openbsd.org:/tmp/cvs-serv22566/isa

Log Message:
Directory /cvs/src/sys/arch/hppa/isa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/04 14:59:00

Modified files:
	lib/libc/nls   : catopen.3 

Log message:
availiable -> available


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/04 15:36:42

Modified files:
	bin/stty       : stty.1 
	usr.bin/asa    : asa.1 
	usr.bin/at     : at.1 
	usr.bin/file2c : file2c.1 
	usr.bin/hexdump: hexdump.1 
	usr.bin/nohup  : nohup.1 
	usr.bin/skey   : skey.1 
	usr.bin/skeyinit: skeyinit.1 
	usr.bin/telnet : telnet.1 
	usr.bin/time   : time.1 
	usr.bin/wc     : wc.1 
	usr.bin/window : window.1 
	sbin/ifconfig  : ifconfig.8 
	sbin/reboot    : boot_i386.8 
	sbin/mount_xfs : mount_xfs.8 

Log message:
be really pedantic about punctuation following -mdoc macro'd text


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/04 21:44:08

Modified files:
	usr.bin/calendar: ostern.c 

Log message:
Easter and Y2K leap year fix


CVSROOT:	/cvs
Module name:	X11
Changes by:	millert@cvs.openbsd.org	1998/11/04 22:21:39

Modified files:
	xc/programs/xlockmore/xlock: xlock.c 

Log message:
fixes pr #632


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/11/05 02:12:52

Modified files:
	sys/dev/pcmcia : if_ne_pcmcia.c pcmciadevs pcmciadevs.h 
	                 pcmciadevs_data.h 

Log message:
D-Link DE-650 has many minor versions.  Be sure to use the correct one.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/05 03:36:15

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

Log message:
- support for C++ in configure consistent with sys.mk
- support for USE_EGCC/USE_EGXX similar to USE_GMAKE


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/11/05 15:00:12

Modified files:
	usr.sbin/ppp/ppp: command.c ppp.8 

Log message:
Don't delete the primary interface address when
``iface clean'' is used in auto mode while there
are no active links.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/11/05 16:13:43

Modified files:
	etc/ppp        : ppp.linkdown.sample 

Log message:
Suggest using ``iface clear'' under certain circumstances
in ppp.linkdown.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/05 17:34:10

Modified files:
	bin/chmod      : chmod.1 
	bin/csh        : csh.1 
	bin/dd         : dd.1 
	bin/echo       : echo.1 
	bin/ed         : ed.1 
	bin/kill       : kill.1 
	bin/ls         : ls.1 
	bin/mkdir      : mkdir.1 
	bin/mv         : mv.1 
	bin/pax        : pax.1 tar.1 
	bin/ps         : ps.1 
	bin/rcp        : rcp.1 
	bin/rm         : rm.1 
	bin/rmail      : rmail.8 
	bin/stty       : stty.1 

Log message:
use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	wvdputte@cvs.openbsd.org	1998/11/05 21:33:16

Modified files:
	lib/libc/string: strlcpy.c 

Log message:
add missing const to match prototype in string.h


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1998/11/05 22:31:21

Modified files:
	.              : index.html 

Log message:
Copyright for 2.4 image (instead of 2.3) and added new Belgian WWW mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/11/05 23:32:16

Modified files:
	sys/conf       : files 
	sys/dev/ic     : dp8390reg.h ne2000.c ne2000var.h 
	sys/dev/isa    : files.isa files.isapnp if_ne_isa.c 
	                 if_ne_isapnp.c 
	sys/dev/pci    : files.pci if_ne_pci.c 
	sys/dev/pcmcia : files.pcmcia if_ne_pcmcia.c 

Log message:
Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/11/05 23:34:37

Added files:
	sys/dev/ic     : rtl80x9.c rtl80x9reg.h rtl80x9var.h 

Log message:
Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/06 13:42:06

Modified files:
	usr.sbin/httpd/src: Makefile.bsd-wrapper 

Log message:
Set PATH before running Configure


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/07 14:33:21

Modified files:
	usr.sbin/httpd/src: Makefile.bsd-wrapper 

Log message:
Nasty hack to add execute permission to helper scripts if they don't
have it.  I don't think hacking apache's configure mechanism is the
correct approach for us, since it would just have to be redone for
every import (and it requires more than just changing Configure).
I don't think the read-only case is an issue since on a CD-ROM the
permissions should be correct (I believe it is only ctm that doesn't
update modes).


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/07 17:21:30

Modified files:
	usr.sbin/ac    : ac.8 
	usr.sbin/adduser: adduser.8 adduser_proc.8 rmgroup.8 
	usr.sbin/afs/afsd: afsd.8 
	usr.sbin/amd/amd: amd.8 
	usr.sbin/amd/amq: amq.8 
	usr.sbin/amd/fsinfo: fsinfo.8 
	usr.sbin/apm   : apm.8 
	usr.sbin/apmd  : apmd.8 
	usr.sbin/arp   : arp.4 arp.8 
	usr.sbin/bad144: bad144.8 
	usr.sbin/catman: catman.8 
	usr.sbin/chown : chgrp.1 chown.8 
	usr.sbin/chroot: chroot.8 
	usr.sbin/config: config.8 
	usr.sbin/ctm/ctm: ctm.1 ctm.5 
	usr.sbin/ctm/ctm_rmail: ctm_rmail.1 
	usr.sbin/dev_mkdb: dev_mkdb.8 
	usr.sbin/edquota: edquota.8 
	usr.sbin/eeprom: eeprom.8 
	usr.sbin/fdformat: fdformat.1 
	usr.sbin/grfconfig: grfconfig.8 
	usr.sbin/grfinfo: grfinfo.1 
	usr.sbin/inetd : inetd.8 
	usr.sbin/iostat: iostat.8 
	usr.sbin/iteconfig: iteconfig_amiga.8 iteconfig_atari.8 

Log message:
usr.sbin/ man page repairs, a-i


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/07 18:38:42

Modified files:
	graphics/gimp  : Makefile 
	graphics/gimp/files: md5 
	graphics/gimp/pkg: PLIST PLIST.alpha 

Log message:
update to gimp 1.0.2; Makefile changes from dugsong@openbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/07 21:31:13

Modified files:
	usr.bin/calendar: calendar.h day.c io.c 

Log message:
Sort output by date; include framework for showing periodic events more than
once


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/07 21:38:00

Modified files:
	usr.bin/calendar: calendar.1 
	usr.bin/calendar/calendars: calendar.christian 

Log message:
Wording and accuracy


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/11/08 06:05:49

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

Log message:
Fix a few typos
Submitted by: Forgotten (sorry)


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/11/08 06:06:27

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

Log message:
Explain what the command line switches do and what the
various prompts signify.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/08 08:09:02

Modified files:
	sys/conf       : files 

Log message:
compile MI com/lpt/ncr53c7xx for hppa


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1998/11/08 09:42:26

Modified files:
	.              : porting.html 

Log message:
correct link to the NetBSD package docs. From <naddy@mips.rhein-neckar.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/08 18:50:02

Modified files:
	games/abuse    : Makefile 
	games/an       : Makefile 
	games/connect4 : Makefile 
	games/freeciv  : Makefile 
	games/gnuchess : Makefile 
	games/gnugo    : Makefile 
	games/gnushogi : Makefile 
	games/nethack  : Makefile 
	games/netris   : Makefile 
	games/slash    : Makefile 
	games/spider   : Makefile 
	games/starlanes: Makefile 
	games/xasteroids: Makefile 
	games/xbat     : Makefile 
	games/xbattle  : Makefile 
	games/xbill    : Makefile 
	games/xbl      : Makefile 
	games/xblast   : Makefile 
	games/xboard   : Makefile 
	games/xboing   : Makefile 
	games/xchomp   : Makefile 
	games/xcubes   : Makefile 
	games/xdeblock : Makefile 
	games/xdino    : Makefile 
	games/xevil    : Makefile 
	games/xgolgo   : Makefile 
	games/xinvaders: Makefile 
	games/xjewel   : Makefile 
	games/xjig     : Makefile 
	games/xkobo    : Makefile 
	games/xlife    : Makefile 
	games/xmahjongg: Makefile 
	games/xmine    : Makefile 
	games/xminehunter: Makefile 
	games/xminesweep: Makefile 
	games/xmj      : Makefile 
	games/xmris    : Makefile 
	games/xneko    : Makefile 
	games/xonix    : Makefile 
	games/xpacman  : Makefile 
	games/xpat2    : Makefile 
	games/xripple  : Makefile 
	games/xroach   : Makefile 
	games/xscrabble: Makefile 
	games/xskat    : Makefile 
	games/xsol     : Makefile 
	games/xsoldier : Makefile 
	games/xteddy   : Makefile 

Log message:
update port makefiles; validate source code still exists;
comment where sources have changed/no longer exist
See port status web page (to be updated real-soon-now) for details


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/08 19:40:07

src/lib/libc_r/test

Update of /cvs/src/lib/libc_r/test
In directory cvs.openbsd.org:/cvs.n/hack/d/work/src/lib/libc_r/test

Log Message:
Directory /cvs/src/lib/libc_r/test added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/08 19:40:08

src/lib/libc_r/arch/mips

Update of /cvs/src/lib/libc_r/arch/mips
In directory cvs.openbsd.org:/cvs.n/hack/d/work/src/lib/libc_r/arch/mips

Log Message:
Directory /cvs/src/lib/libc_r/arch/mips added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/08 19:40:33

src/lib/libc_r/test/sigwait

Update of /cvs/src/lib/libc_r/test/sigwait
In directory cvs.openbsd.org:/cvs.n/hack/d/work/src/lib/libc_r/test/sigwait

Log Message:
Directory /cvs/src/lib/libc_r/test/sigwait added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/08 19:40:33

src/lib/libc_r/test/sigsuspend

Update of /cvs/src/lib/libc_r/test/sigsuspend
In directory cvs.openbsd.org:/cvs.n/hack/d/work/src/lib/libc_r/test/sigsuspend

Log Message:
Directory /cvs/src/lib/libc_r/test/sigsuspend added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/08 20:13:21

Modified files:
	lib/libc_r     : Makefile TODO 
	lib/libc_r/arch/i386: uthread_machdep.h 
	lib/libc_r/include: pthread.h 
	lib/libc_r/man : Makefile.inc pthread_cleanup_pop.3 
	                 pthread_cleanup_push.3 pthread_cond_broadcast.3 
	                 pthread_cond_destroy.3 pthread_cond_init.3 
	                 pthread_cond_signal.3 pthread_cond_timedwait.3 
	                 pthread_cond_wait.3 pthread_create.3 
	                 pthread_detach.3 pthread_equal.3 pthread_exit.3 
	                 pthread_getspecific.3 pthread_join.3 
	                 pthread_key_create.3 pthread_key_delete.3 
	                 pthread_mutex_destroy.3 pthread_mutex_init.3 
	                 pthread_mutex_lock.3 pthread_mutex_trylock.3 
	                 pthread_mutex_unlock.3 pthread_once.3 
	                 pthread_self.3 pthread_setspecific.3 
	lib/libc_r/uthread: Makefile.inc pthread_private.h 
	                    uthread_close.c uthread_cond.c 
	                    uthread_create.c uthread_detach.c 
	                    uthread_dup2.c uthread_execve.c 
	                    uthread_exit.c uthread_fcntl.c uthread_fd.c 
	                    uthread_file.c uthread_find_thread.c 
	                    uthread_fork.c uthread_info.c uthread_init.c 
	                    uthread_kern.c uthread_kill.c uthread_sig.c 
	                    uthread_sigaction.c uthread_signal.c 
	                    uthread_sigsuspend.c uthread_sigwait.c 
	                    uthread_spec.c uthread_spinlock.c 
Added files:
	lib/libc_r/arch/mips: _atomic_lock.S uthread_machdep.h 
	lib/libc_r/man : pread.3 pthread_rwlock_destroy.3 
	                 pthread_rwlock_init.3 pthread_rwlock_rdlock.3 
	                 pthread_rwlock_unlock.3 pthread_rwlock_wrlock.3 
	                 pthread_rwlockattr_destroy.3 
	                 pthread_rwlockattr_getpshared.3 
	                 pthread_rwlockattr_init.3 
	                 pthread_rwlockattr_setpshared.3 pwrite.3 
	lib/libc_r/test: Makefile 
	lib/libc_r/test/sigsuspend: Makefile sigsuspend.c 
	lib/libc_r/test/sigwait: Makefile sigwait.c 
	lib/libc_r/uthread: uthread_gc.c uthread_rwlock.c 
	                    uthread_rwlockattr.c uthread_sigaltstack.c 
	                    uthread_vfork.c 

Log message:
sync with FreeBSD (rwlock, gc thread, man pages)
add (broken) mips md stuff
fix some const warnings
add sigaltstack() stub
another hash at getting shlib auto-init to work (mips/elf and i386/a.out)


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1998/11/08 20:16:01

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 20:54:53

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

Log message:
Remove labelmoredisks(), nothing uses it anymore and most install.md's
don't provide a real md_labeldisk() anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 21:00:11

Modified files:
	distrib/hp300/ramdisk: install.md 
	distrib/sun3/ramdisk: install.md 

Log message:
md_labeldisk is not used any more


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 22:40:00

Modified files:
	etc/etc.pmax   : MAKEDEV disktab 
	sys/arch/pmax/conf: files.pmax 
	sys/arch/pmax/pmax: conf.c 
Added files:
	sys/arch/pmax/conf: RAMDISK 
	sys/arch/pmax/pmax: rd_root.c 

Log message:
Add ramdisk support for pmax; untested but compiles


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 22:56:50

Modified files:
	etc/etc.pmax   : MAKEDEV 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 23:05:45

src/distrib/pmax/ramdisk

Update of /cvs/src/distrib/pmax/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv2982/ramdisk

Log Message:
Directory /cvs/src/distrib/pmax/ramdisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 23:16:13

Added files:
	distrib/pmax   : Makefile.inc list2sh.awk rdsetroot.c runlist.sh 
	distrib/pmax/ramdisk: Makefile Makefile.inc disktab.preinstall 
	                      disktab.shadow dot.commonutils 
	                      dot.instutils dot.profile install.md list 
	                      mtree.conf raminst.conf termcap.vt 

Log message:
pmax bsd.rd; not enabled yet as it has not been tested (though it compiles)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 23:23:30

Modified files:
	distrib/pmax/ramdisk: install.md 

Log message:
disks are rz, disable cd check for now


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/08 23:32:12

Modified files:
	usr.bin/elf2ecoff: elf2ecoff.1 

Log message:
add bugs section


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/09 06:00:57

Added files:
	sys/arch/hppa/hppa: conf.c 

Log message:
some conf for devs


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/11/09 17:03:48

Modified files:
	comms/hylafax/patches: patch-ak 

Log message:
mkstemp() returns an int, not a FILE *.  God, I hate debugging C--.


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/11/09 17:30:04

Modified files:
	comms/hylafax/patches: patch-ak 

Log message:
Don't kill the unlink(), either.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/11/09 17:32:23

Modified files:
	usr.sbin/ppp/ppp: ip.c 

Log message:
Don't forget to initialise dbuff when debugging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/09 21:13:17

Added files:
	audio/xmcd/patches: patch-ac 

Log message:
fix close/eject bug; Kenneth Stailey <kstailey@disclosure.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/09 22:01:51

Modified files:
	security/socks5: Makefile 
	security/socks5/files: md5 

Log message:
update to 1.0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/09 22:06:36

Modified files:
	www/analog     : Makefile 
	www/analog/files: md5 
Removed files:
	www/analog/patches: patch-ad 

Log message:
update to 3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/09 23:22:24

Modified files:
	devel          : Makefile 

Log message:
add libtool to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/09 23:24:25

Log message:
    port courtesy of jbi130@mail.usask.ca
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1998-Nov-09
    
    N ports/devel/libtool/Makefile
    N ports/devel/libtool/files/md5
    N ports/devel/libtool/patches/patch-aa
    N ports/devel/libtool/patches/patch-ab
    N ports/devel/libtool/patches/patch-ac
    N ports/devel/libtool/pkg/COMMENT
    N ports/devel/libtool/pkg/DESCR
    N ports/devel/libtool/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 00:44:49

Modified files:
	usr.sbin/httpd/src/include: httpd.h 

Log message:
fix htdocs path; evanc@concer.to


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/10 01:48:59

Log message:
    licq 0.44, qt-based ICQ clone
    
    Status:
    
    Vendor Tag:	form
    Release Tags:	form_19981110
    
    N ports/net/licq/Makefile
    N ports/net/licq/files/md5
    N ports/net/licq/pkg/DESCR
    N ports/net/licq/pkg/COMMENT
    N ports/net/licq/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/10 01:54:09

Modified files:
	net            : Makefile 

Log message:
add licq to makefile


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 10:55:51

Modified files:
	.              : events.html 

Log message:
update


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 12:01:14

Modified files:
	.              : donations.html 

Log message:
donation


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 12:12:19

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 index.html orders.html 
Added files:
	.              : errata23.html 

Log message:
start at 2.4 pre-release


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 12:30:54

Added files:
	.              : 24.html openbsd24_cover.gif 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 12:32:18

Modified files:
	.              : orders.html 

Log message:
pic


CVSROOT:	/cvs
Module name:	
Changes by:	wvdputte@cvs.openbsd.org	1998/11/10 14:49:22

Modified files:
	www            : events.html 

Log message:
s/December/November


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 15:04:11

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

Log message:
hash & cache hostnames; garath@code.ridgefield.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 15:10:22

Modified files:
	lib/libc/stdio : freopen.c 

Log message:
fix append mode; mason@primenet.com.au


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/10 15:20:36

Modified files:
	sys/kern       : kern_lock.c 

Log message:
put text after endif into comments


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/10 15:27:31

Modified files:
	lib/libc/stdlib: getenv.3 

Log message:
getenv() result is read-only, unless you're looking for trouble.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 16:48:35

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

Log message:
shorter better BABY


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/10 17:03:48

Modified files:
	sys/scsi       : scsiconf.c 

Log message:
some scsi devices use 0xff as string terminator in inquiry strings; soren@t.dk


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 17:26:01

Modified files:
	sys/arch/sparc/dev: esp.c hme.c lebuffer.c qec.c sbus.c 
	                    sbusvar.h 

Log message:
Detect cards that require dma that are in non-dma slots and don't allow
them to be attach'd.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 17:50:31

Modified files:
	sys/arch/sparc/dev: dma.c if_le.c isp_sbus.c 

Log message:
A few more dma in non-dma slot checks


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 19:58:35

Modified files:
	share/man/man4/man4.sparc: le.4 

Log message:
brought more up to date (ifmedia, etc)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 20:39:41

Modified files:
	sys/dev/mii    : miidevs 

Log message:
more phys: AMD 79C873, SEEQ 84220


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 20:40:41

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 20:48:41

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
sync (again)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/10 22:18:12

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

Log message:
there is no splvm() in this world


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/10 22:24:14

Modified files:
	sys/dev/pci    : if_tl.c if_tlreg.h 

Log message:
Merge with FreeBSD:
o size of tx & rx rings increased
o rx ring init was using the tx ring size constant


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 00:52:08

Modified files:
	share/man/man4/man4.sparc: le.4 

Log message:
describe all connectors


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/11 01:01:12

Modified files:
	emulators/linux_lib: Makefile 
	emulators/linux_lib/files: md5 
	emulators/linux_lib/pkg: PLIST 

Log message:
update to 2.6


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 01:10:36

Modified files:
	sbin/fsck_ext2fs: pass1.c 

Log message:
only do block checks on files that need it, therefore explicitly avoiding
fifos (which linux handles incorrectly, leaving block numbers there at
inconvenient times); patch from krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/11 02:22:50

Modified files:
	etc            : rc rc.conf 

Log message:
Add option for running ftpd out of rc.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/11 04:23:02

Modified files:
	etc            : daily 

Log message:
Only run msgs -c if /var/msgs exists and is not a symlink.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 08:59:23

Modified files:
	.              : orders.html 

Log message:
fix date


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 09:30:51

Modified files:
	.              : orders.html plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 09:31:36

Modified files:
	.              : plus.html 

Log message:
repair


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 09:41:10

Modified files:
	.              : donations.html 
Added files:
	.              : want.html 

Log message:
hardware we want


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 09:45:50

Modified files:
	.              : security.html 

Log message:
2.4 section


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 09:56:47

Modified files:
	.              : 23.html 24.html books.html ctm.html events.html 
	                 index.html mvme68k.html orders.html report.html 
Added files:
	images         : 44bsd-small.gif 44bsd.gif amazon-associates.gif 
	                 back.gif bsdctm.gif head.gif logo23.jpg 
	                 mvme162.gif newhead.jpg openbsd23_cover.jpg 
	                 openbsd24_cover.gif openbsdpower.gif 
	                 oraonline.gif tshirt.jpg twofour.jpg 
Removed files:
	.              : 44bsd-small.gif 44bsd.gif amazon-associates.gif 
	                 back.gif bsdctm.gif head.gif logo23.jpg 
	                 mvme162.gif newhead.jpg openbsd23_cover.jpg 
	                 openbsd24_cover.gif openbsdpower.gif 
	                 oraonline.gif tshirt.jpg twofour.jpg 

Log message:
move images


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/11 10:12:02

Modified files:
	lib/libc/string: strlcpy.3 

Log message:
Fix `typo', proves that strlcpy/strlcat is a very good idea.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1998/11/11 10:31:04

Modified files:
	.              : anoncvs.html 

Log message:
Added new Belgian anoncvs mirror and pointed out why we use SSH1 and not SSH2


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/11 10:55:55

Modified files:
	share/tmac/mdoc: doc-common 

Log message:
oops, this is 2.4 not 2.3


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 10:57:34

Modified files:
	sys/sys        : param.h 

Log message:
define OpenBSD2_4 and date properly


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 12:34:53

Modified files:
	sys/dev/mii    : exphy.c files.mii inphy.c mii.c miivar.h 
	                 nsphy.c qsphy.c tlphy.c 
Added files:
	sys/dev/mii    : icsphy.c icsphyreg.h lxtphy.c lxtphyreg.h 
	                 mii_physubr.c sqphy.c sqphyreg.h ukphy.c 
	                 ukphy_subr.c 

Log message:
Merge with NetBSD:
o additional phy drivers (seeq, ics, level1)
o "unknown phy" driver for unsupported phys
o collected common code into mii_physubr
o exphy isn't the only phy that doesn't have valid id registers


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 12:41:58

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

Log message:
add new phys (commented out)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 13:12:55

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISK 

Log message:
more phys (commented out)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 13:51:40

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : if_rl.c if_rlreg.h 

Log message:
Driver for rtl8139 based nic's ported from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 13:55:00

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

Log message:
add driver for rtl8129/8139 cards


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 14:03:52

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : rl.4 

Log message:
man page for rtl8129/8139


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 14:46:29

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : exphy.4 icsphy.4 inphy.4 lxtphy.4 mii.4 nsphy.4 
	                 qsphy.4 sqphy.4 tlphy.4 

Log message:
doc's for the phys and the mii layer from NetBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 14:55:09

Added files:
	images         : logo24.jpg 

Log message:
logo24


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 14:58:12

Modified files:
	.              : orders.html 

Log message:
correct a name


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/11 15:20:01

Modified files:
	sbin/disklabel : disklabel.5 disklabel.8 
	sbin/fdisk     : fdisk.8 
	sbin/fsck      : fsck.8 
	sbin/fsck_ext2fs: fsck_ext2fs.8 
	sbin/fsck_ffs  : fsck_ffs.8 
	sbin/fsdb      : fsdb.8 
	sbin/fsirand   : fsirand.8 
	sbin/ifconfig  : ifconfig.8 
	sbin/init      : init.8 
	sbin/ipsec/ipsecadm: ipsecadm.1 
	sbin/ipsec/startkey: startkey.1 
	sbin/mknod     : mknod.8 
	sbin/modload   : modload.8 
	sbin/mount     : mount.8 
	sbin/mount_portal: mount_portal.8 
	sbin/mountd    : exports.5 
	sbin/ncheck_ffs: ncheck_ffs.8 
	sbin/newfs     : newfs.8 
	sbin/newfs_msdos: newfs_msdos.8 
	sbin/ping      : ping.8 
	sbin/reboot    : boot_atari.8 boot_hp300.8 boot_i386.8 
	                 boot_mac68k.8 boot_pmax.8 boot_sparc.8 
	                 boot_sun3.8 boot_vax.8 boot_x68k.8 
	sbin/restore   : restore.8 
	sbin/route     : route.8 
	sbin/routed    : routed.8 
	sbin/savecore  : savecore.8 
	sbin/scan_ffs  : scan_ffs.8 
	sbin/shutdown  : shutdown.8 
	sbin/slattach  : slattach.8 
	sbin/swapon    : swapon.8 

Log message:
more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/11 15:27:04

Modified files:
	bin/csh        : csh.1 
	bin/date       : date.1 

Log message:
misc repair


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	1998/11/11 15:40:11

Modified files:
	.              : security.html 

Log message:
fix broken links to 2.3 errata (errata.html -> errata23.html)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 15:47:03

Modified files:
	distrib/notes/i386: hardware 

Log message:
note addition of rtl81[23]9 driver


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1998/11/11 16:00:07

Modified files:
	.              : i386.html 

Log message:
note addition of rtl81[23]9 driver


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/11 16:01:52

Modified files:
	usr.bin/encrypt: encrypt.1 
	usr.bin/find   : find.1 
	usr.bin/fsplit : fsplit.1 
	usr.bin/last   : last.1 
	usr.bin/lastcomm: lastcomm.1 
	usr.bin/leave  : leave.1 
	usr.bin/lock   : lock.1 
	usr.bin/logger : logger.1 
	usr.bin/mail   : mail.1 
	usr.bin/man    : man.conf.5 
	usr.bin/newsyslog: newsyslog.8 
	usr.bin/oldrdist: oldrdist.1 
	usr.bin/quota  : quota.1 
	usr.bin/telnet : telnet.1 
	usr.bin/tip    : tip.1 
	usr.bin/tn3270/mset: mset.1 
	usr.bin/tn3270/tn3270: tn3270.1 
	usr.bin/vgrind : vgrindefs.5 
	usr.bin/vmstat : vmstat.8 
	usr.bin/who    : who.1 
	usr.bin/xinstall: install.1 

Log message:
remove redundant .Pp macros


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/11 16:25:02

Modified files:
	sys/dev/pci    : if_xl.c if_xlreg.h 

Log message:
Merge with FreeBSD:
o Fix syntax errors inside #ifdef FORCE_AUTONEG_TFOUR.
o jack up the TX reclaim threshold for 3c90xB adapters


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 16:59:58

Modified files:
	.              : 22.html 23.html plus.html 

Log message:
correct links to errata pages


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 17:19:02

Modified files:
	.              : 24.html 

Log message:
pmax


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/11 20:33:30

Modified files:
	.              : want.html 

Log message:
some more and fixes


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/11 21:01:03

Modified files:
	.              : hppa.html 

Log message:
cleanup, more info, xref want.html


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/11/11 21:30:04

Modified files:
	sys/kern       : vfs_syscalls.c vfs_subr.c 
	sys/sys        : buf.h 
	sys/ufs/ffs    : ffs_vnops.c ffs_vfsops.c ffs_softdep.c 
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Integrate latest soft updates patches for McKusick.

Integrate cleaner ffs mount code from FreeBSD. Most notably, this mount
code prevents you from mounting an unclean file system read-write.


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/11/11 21:36:32

Modified files:
	sys/kern       : vfs_sync.c 

Log message:
More soft updates fixes from Kirk McKusick.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 22:38:09

Modified files:
	.              : index.html want.html 

Log message:
tweaks


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 22:43:33

Modified files:
	.              : donations.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/11 22:47:06

Added files:
	.              : back.gif 

Log message:
bad idea


CVSROOT:	/cvs
Module name:	www
Changes by:	downsj@cvs.openbsd.org	1998/11/11 23:22:30

Modified files:
	.              : i386.html 

Log message:
Clean up bt848 section, add 'ISA' designation to 'SoundBlaster' line in
audio section.


CVSROOT:	/cvs
Module name:	www
Changes by:	downsj@cvs.openbsd.org	1998/11/11 23:24:03

Modified files:
	.              : want.html 

Log message:
Add a couple more PCI cards.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/12 02:08:34

Modified files:
	x11/lesstif    : Makefile 
	x11/lesstif/files: md5 
	x11/lesstif/patches: patch-ae 
	x11/lesstif/pkg: PLIST PLIST.alpha 

Log message:
update to 0.86.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/12 03:52:29

Modified files:
	editors/joe/patches: patch-ab patch-ad 

Log message:
add rxvt hack by Erling Jacobsen <erlingj@dk-online.dk>


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/11/12 05:07:32

Modified files:
	print/ghostscript5: Makefile 
	print/ghostscript5/files: md5 

Log message:
Add encrypted PDF support file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/11/12 05:09:38

Modified files:
	.              : LICENSE 

Log message:
Add line for ghostscript crypto goop.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/12 06:13:10

Log message:
    A PDP, IBM 1401, and Nova CPU simulator
    
    Status:
    
    Vendor Tag:	form
    Release Tags:	form_19981112
    
    N ports/emulators/simh/Makefile
    N ports/emulators/simh/files/Makefile
    N ports/emulators/simh/files/md5
    N ports/emulators/simh/patches/patch-aa
    N ports/emulators/simh/pkg/COMMENT
    N ports/emulators/simh/pkg/DESCR
    N ports/emulators/simh/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/12 06:19:03

Modified files:
	emulators      : Makefile 

Log message:
add simh to makefile


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/11/12 09:05:59

Modified files:
	.              : want.html 

Log message:
Niklas and/or I, reduce build time to <30 hours.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 09:30:31

Modified files:
	.              : crypto.html report.html security.html 

Log message:
more error fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 09:33:37

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
OvisLink LE-8019R pnp ne card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 09:33:41

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 09:35:02

Modified files:
	sys/net        : bpf.c 

Log message:
crank BPF_BUFSIZE so that fddi frames fit


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 10:09:59

Modified files:
	.              : want.html 

Log message:
more


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 10:30:05

Modified files:
	.              : index.html 

Log message:
tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 10:47:11

Modified files:
	share/man/man4/man4.sparc: qec.4 

Log message:
clarify


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/12 12:15:13

Modified files:
	usr.sbin/sendmail/cf: Makefile 

Log message:
make dirs in  /usr/share/sendmail owned by group wheel to match mtree


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 13:40:05

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new supra modem; s/ed/we/


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 13:40:11

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 13:40:48

Modified files:
	.              : donations.html 

Log message:
donation of a device in want.html


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 14:37:38

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more joy ports


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 14:37:43

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 14:42:33

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more cards lacking PNPxxx compatid


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 14:42:36

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 14:46:38

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
fix comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 14:46:42

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 15:19:38

Modified files:
	.              : index.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1998/11/12 15:22:27

Modified files:
	.              : want.html 

Log message:
anoncvs.se needs more memory


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 17:04:01

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

Log message:
put p option in getopt(); garath@code.ridgefield.org


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 17:15:21

Modified files:
	.              : orders.html 

Log message:
fix


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/12 17:31:25

Modified files:
	sys/miscfs/deadfs: dead_vnops.c 

Log message:
When vclean calls VOP_LOCK (dead_lock in this case) it has already set
the VXLOCK flag. Calling chkvnlock in that case causes a deadlock.
XXX note that only vclean passes LK_DRAIN to VOP_LOCK and don't call chkvnlock
XXX in that case.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1998/11/12 18:58:40

Modified files:
	.              : index.html 

Log message:
Copyright 1998 and added height/width tags to twofour.jpg for faster loading


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/12 19:22:04

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/13 12:39:50

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

Log message:
more quiet during autoconf


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/13 15:24:17

Modified files:
	sys/netinet    : ip_input.c 

Log message:
Recompute ip header length after packet has been reassembled, and also
use the actual header length for m_pullup, pointed out by jdb@es2.net
and guido@freebsd.org.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/13 15:36:12

Modified files:
	.              : errata.html errata23.html plus.html 
	                 security.html 

Log message:
tcpfix for 2.3 and 2.4


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/13 15:44:34

Modified files:
	gnu/usr.bin/sudo/sudo: check.c find_path.c getspwuid.c 
	                       tgetpass.c version.h 

Log message:
update to sudo 1.5.6p6


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/13 17:14:20

Modified files:
	gnu/usr.bin/groff/groff: groff.man 
	gnu/usr.bin/groff/troff: troff.man 
	gnu/usr.bin/deroff: deroff.1 

Log message:
add xref to deroff, fix deroff so apropos will work.


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1998/11/13 21:58:05

Modified files:
	.              : want.html 

Log message:
RTL8129


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 13:18:41

Modified files:
	.              : crypto.html 
Added files:
	images         : blowfish.jpg 

Log message:
blowfish


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 13:19:41

Modified files:
	.              : crypto.html 

Log message:
bounding box


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 13:23:32

Modified files:
	.              : crypto.html 
Added files:
	.              : ECL.html 

Log message:
add ECL here


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/14 14:18:20

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

Log message:
put bootpd.dump in /var/run, not /tmp, to avoid /tmp race


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 16:32:11

src/sbin/ipsecadm

Update of /cvs/src/sbin/ipsecadm
In directory cvs.openbsd.org:/usr/src/sbin/ipsecadm

Log Message:
Directory /cvs/src/sbin/ipsecadm added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 16:32:11

src/sbin/photurisd

Update of /cvs/src/sbin/photurisd
In directory cvs.openbsd.org:/usr/src/sbin/photurisd

Log Message:
Directory /cvs/src/sbin/photurisd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 16:32:12

src/sbin/startkey

Update of /cvs/src/sbin/startkey
In directory cvs.openbsd.org:/usr/src/sbin/startkey

Log Message:
Directory /cvs/src/sbin/startkey added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 16:37:30

Modified files:
	sbin           : Makefile 
Added files:
	sbin/ipsecadm  : Makefile ipsecadm.1 ipsecadm.c kernel.c 
	                 xf_ah_new.c xf_ah_old.c xf_delspi.c 
	                 xf_esp_new.c xf_esp_old.c xf_flow.c xf_grp.c 
	                 xf_ip4.c 
	sbin/photurisd : INSTALL Makefile README README.howtouse api.c 
	                 api.h attributes.c attributes.h buffer.c 
	                 buffer.h compute_secrets.c config.c config.h 
	                 cookie.c cookie.h encrypt.h errlog.c errlog.h 
	                 exchange.c exchange.h handle_bad_cookie.c 
	                 handle_cookie_request.c 
	                 handle_cookie_response.c 
	                 handle_identity_request.c 
	                 handle_identity_response.c 
	                 handle_message_reject.c handle_resource_limit.c 
	                 handle_spi_needed.c handle_spi_update.c 
	                 handle_value_request.c handle_value_response.c 
	                 handle_verification_failure.c identity.c 
	                 identity.h kernel.c kernel.h modulus.c 
	                 modulus.h packet.c packet.h packets.h 
	                 photuris.h photuris_cookie_request.c 
	                 photuris_cookie_response.c 
	                 photuris_error_message.c 
	                 photuris_identity_request.c 
	                 photuris_identity_response.c 
	                 photuris_packet_encrypt.c photuris_spi_needed.c 
	                 photuris_spi_update.c photuris_value_request.c 
	                 photuris_value_response.c photurisd.8 
	                 photurisd.c schedule.c schedule.h scheme.c 
	                 scheme.h secrets.h server.c server.h spi.c 
	                 spi.h state.c state.h userdefs.h utypes.h 
	                 validity.c validity.h 
	sbin/startkey  : Makefile startkey.1 startkey.c 
Removed files:
	sbin/ipsec     : Makefile Makefile.inc 
	sbin/ipsec/ipsecadm: Makefile ipsecadm.1 ipsecadm.c kernel.c 
	                     xf_ah_new.c xf_ah_old.c xf_delspi.c 
	                     xf_esp_new.c xf_esp_old.c xf_flow.c 
	                     xf_grp.c xf_ip4.c 
	sbin/ipsec/photurisd: INSTALL Makefile README README.howtouse 
	                      api.c api.h attributes.c attributes.h 
	                      buffer.c buffer.h compute_secrets.c 
	                      config.c config.h cookie.c cookie.h 
	                      encrypt.h errlog.c errlog.h exchange.c 
	                      exchange.h handle_bad_cookie.c 
	                      handle_cookie_request.c 
	                      handle_cookie_response.c 
	                      handle_identity_request.c 
	                      handle_identity_response.c 
	                      handle_message_reject.c 
	                      handle_resource_limit.c 
	                      handle_spi_needed.c handle_spi_update.c 
	                      handle_value_request.c 
	                      handle_value_response.c 
	                      handle_verification_failure.c identity.c 
	                      identity.h kernel.c kernel.h modulus.c 
	                      modulus.h packet.c packet.h packets.h 
	                      photuris.h photuris_cookie_request.c 
	                      photuris_cookie_response.c 
	                      photuris_error_message.c 
	                      photuris_identity_request.c 
	                      photuris_identity_response.c 
	                      photuris_packet_encrypt.c 
	                      photuris_spi_needed.c 
	                      photuris_spi_update.c 
	                      photuris_value_request.c 
	                      photuris_value_response.c photurisd.8 
	                      photurisd.c schedule.c schedule.h scheme.c 
	                      scheme.h secrets.h server.c server.h spi.c 
	                      spi.h state.c state.h userdefs.h utypes.h 
	                      validity.c validity.h 
	sbin/ipsec/startkey: Makefile startkey.1 startkey.c 

Log message:
move ipsec tools into .


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 16:39:17

Modified files:
	sbin           : Makefile 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:03:51

Log message:
    Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the
    OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by
    Ericsson Radio Systems.  It is not yet complete or usable in a real scenario
    but the missing pieces will soon be there.  The early commit is for people
    who wants early access and who are not afraid of looking at source.
    isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so
    far, so it is not that incomplete.  It is really mostly configuration that
    is lacking.
    
    Status:
    
    Vendor Tag:	NIKLAS
    Release Tags:	NIKLAS_981114
    
    N src/sbin/isakmpd/BUGS
    N src/sbin/isakmpd/DESIGN-NOTES
    N src/sbin/isakmpd/Makefile
    N src/sbin/isakmpd/QUESTIONS
    N src/sbin/isakmpd/README
    N src/sbin/isakmpd/TO-DO
    N src/sbin/isakmpd/app.c
    N src/sbin/isakmpd/app.h
    N src/sbin/isakmpd/asn.c
    N src/sbin/isakmpd/asn.h
    N src/sbin/isakmpd/asn_useful.c
    N src/sbin/isakmpd/asn_useful.h
    N src/sbin/isakmpd/attribute.c
    N src/sbin/isakmpd/attribute.h
    N src/sbin/isakmpd/cert.c
    N src/sbin/isakmpd/cert.h
    N src/sbin/isakmpd/conf.c
    N src/sbin/isakmpd/conf.h
    N src/sbin/isakmpd/constants.c
    N src/sbin/isakmpd/constants.h
    N src/sbin/isakmpd/cookie.c
    N src/sbin/isakmpd/cookie.h
    N src/sbin/isakmpd/crypto.c
    N src/sbin/isakmpd/crypto.h
    N src/sbin/isakmpd/dh.c
    N src/sbin/isakmpd/dh.h
    N src/sbin/isakmpd/doi.c
    N src/sbin/isakmpd/doi.h
    N src/sbin/isakmpd/exchange.c
    N src/sbin/isakmpd/exchange.h
    N src/sbin/isakmpd/exchange_num.cst
    N src/sbin/isakmpd/field.c
    N src/sbin/isakmpd/field.h
    N src/sbin/isakmpd/genconstants.sh
    N src/sbin/isakmpd/genfields.sh
    N src/sbin/isakmpd/gmp_util.c
    N src/sbin/isakmpd/gmp_util.h
    N src/sbin/isakmpd/hash.c
    N src/sbin/isakmpd/hash.h
    N src/sbin/isakmpd/if.c
    N src/sbin/isakmpd/if.h
    N src/sbin/isakmpd/ike_auth.c
    N src/sbin/isakmpd/ike_auth.h
    N src/sbin/isakmpd/ike_main_mode.c
    N src/sbin/isakmpd/ike_main_mode.h
    N src/sbin/isakmpd/ike_quick_mode.c
    N src/sbin/isakmpd/ike_quick_mode.h
    N src/sbin/isakmpd/init.c
    N src/sbin/isakmpd/init.h
    N src/sbin/isakmpd/ipsec.c
    N src/sbin/isakmpd/ipsec.h
    N src/sbin/isakmpd/ipsec_doi.h
    N src/sbin/isakmpd/ipsec_fld.fld
    N src/sbin/isakmpd/ipsec_num.cst
    N src/sbin/isakmpd/isakmp.h
    N src/sbin/isakmpd/isakmp_doi.c
    N src/sbin/isakmpd/isakmp_doi.h
    N src/sbin/isakmpd/isakmp_fld.fld
    N src/sbin/isakmpd/isakmp_num.cst
    N src/sbin/isakmpd/isakmpd.8
    N src/sbin/isakmpd/isakmpd.c
    N src/sbin/isakmpd/isakmpd.conf.5
    N src/sbin/isakmpd/isakmpd.conf.sample
    N src/sbin/isakmpd/isakmpd_cert.sample
    N src/sbin/isakmpd/isakmpd_key.pub.sample
    N src/sbin/isakmpd/isakmpd_key.sample
    N src/sbin/isakmpd/log.c
    N src/sbin/isakmpd/log.h
    N src/sbin/isakmpd/math_2n.c
    N src/sbin/isakmpd/math_2n.h
    N src/sbin/isakmpd/math_ec2n.c
    N src/sbin/isakmpd/math_ec2n.h
    N src/sbin/isakmpd/math_group.c
    N src/sbin/isakmpd/math_group.h
    N src/sbin/isakmpd/message.c
    N src/sbin/isakmpd/message.h
    N src/sbin/isakmpd/pf_encap.c
    N src/sbin/isakmpd/pf_encap.h
    N src/sbin/isakmpd/pkcs.c
    N src/sbin/isakmpd/pkcs.h
    N src/sbin/isakmpd/prf.c
    N src/sbin/isakmpd/prf.h
    N src/sbin/isakmpd/sa.c
    N src/sbin/isakmpd/sa.h
    N src/sbin/isakmpd/sysdep-openbsd.c
    N src/sbin/isakmpd/sysdep.h
    N src/sbin/isakmpd/timer.c
    N src/sbin/isakmpd/timer.h
    N src/sbin/isakmpd/transport.c
    N src/sbin/isakmpd/transport.h
    N src/sbin/isakmpd/udp.c
    N src/sbin/isakmpd/udp.h
    N src/sbin/isakmpd/ui.c
    N src/sbin/isakmpd/ui.h
    N src/sbin/isakmpd/util.c
    N src/sbin/isakmpd/util.h
    N src/sbin/isakmpd/x509.c
    N src/sbin/isakmpd/x509.h
    N src/sbin/isakmpd/regress/Makefile
    N src/sbin/isakmpd/regress/check.sh
    N src/sbin/isakmpd/regress/asn/Makefile
    N src/sbin/isakmpd/regress/asn/asntest.c
    N src/sbin/isakmpd/regress/asn/ssh-test-ca.pem
    N src/sbin/isakmpd/regress/b2n/Makefile
    N src/sbin/isakmpd/regress/b2n/b2ntest.c
    N src/sbin/isakmpd/regress/crypto/Makefile
    N src/sbin/isakmpd/regress/crypto/cryptotest.c
    N src/sbin/isakmpd/regress/dh/Makefile
    N src/sbin/isakmpd/regress/dh/dhtest.c
    N src/sbin/isakmpd/regress/ec2n/Makefile
    N src/sbin/isakmpd/regress/ec2n/ec2ntest.c
    N src/sbin/isakmpd/regress/exchange/Makefile
    N src/sbin/isakmpd/regress/exchange/def-i.1
    N src/sbin/isakmpd/regress/exchange/def-r.1
    N src/sbin/isakmpd/regress/exchange/run.sh
    N src/sbin/isakmpd/regress/group/Makefile
    N src/sbin/isakmpd/regress/group/grouptest.c
    N src/sbin/isakmpd/regress/hmac/Makefile
    N src/sbin/isakmpd/regress/hmac/hmactest.c
    N src/sbin/isakmpd/regress/pkcs/Makefile
    N src/sbin/isakmpd/regress/pkcs/pkcstest.c
    N src/sbin/isakmpd/regress/prf/Makefile
    N src/sbin/isakmpd/regress/prf/prftest.c
    N src/sbin/isakmpd/regress/rsakeygen/Makefile
    N src/sbin/isakmpd/regress/rsakeygen/rsakeygen.c
    N src/sbin/isakmpd/regress/x509/Makefile
    N src/sbin/isakmpd/regress/x509/certificate.txt
    N src/sbin/isakmpd/regress/x509/x509test.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:06:02

Modified files:
	etc            : services 

Log message:
ISAKMP on UDP port 500


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/14 17:14:32

Modified files:
	usr.sbin/httpd/src: Configuration 

Log message:
put userdir back; "disabled" keyword is to be used instead


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:15:05

Modified files:
	sbin/isakmpd   : README TO-DO 

Log message:
Reflect reality


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/14 17:15:05

Modified files:
	.              : want.html 

Log message:
10x guys. one eisa scsi is enough for me


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:40:00

Modified files:
	sbin/isakmpd   : DESIGN-NOTES 

Log message:
Make up-to-date wrt to licensing


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:44:12

Modified files:
	sbin/isakmpd   : BUGS DESIGN-NOTES Makefile QUESTIONS README 
	                 TO-DO app.c app.h asn.c asn.h asn_useful.c 
	                 asn_useful.h attribute.c attribute.h cert.c 
	                 cert.h conf.c conf.h constants.c constants.h 
	                 cookie.c cookie.h crypto.c crypto.h dh.c dh.h 
	                 doi.c doi.h exchange.c exchange.h 
	                 exchange_num.cst field.c field.h gmp_util.c 
	                 gmp_util.h hash.c hash.h if.c if.h ike_auth.c 
	                 ike_auth.h ike_main_mode.c ike_main_mode.h 
	                 ike_quick_mode.c ike_quick_mode.h init.c init.h 
	                 ipsec.c ipsec.h ipsec_doi.h ipsec_fld.fld 
	                 ipsec_num.cst isakmp.h isakmp_doi.c 
	                 isakmp_doi.h isakmp_fld.fld isakmp_num.cst 
	                 isakmpd.8 isakmpd.c isakmpd.conf.5 
	                 isakmpd.conf.sample log.c log.h math_2n.c 
	                 math_2n.h math_ec2n.c math_ec2n.h math_group.c 
	                 math_group.h message.c message.h pf_encap.c 
	                 pf_encap.h pkcs.c pkcs.h prf.c prf.h sa.c sa.h 
	                 sysdep-openbsd.c sysdep.h timer.c timer.h 
	                 transport.c transport.h udp.c udp.h ui.c ui.h 
	                 util.c util.h x509.c x509.h 
	sbin/isakmpd/regress: Makefile check.sh 
	sbin/isakmpd/regress/asn: Makefile asntest.c 
	sbin/isakmpd/regress/b2n: Makefile b2ntest.c 
	sbin/isakmpd/regress/crypto: Makefile cryptotest.c 
	sbin/isakmpd/regress/dh: Makefile dhtest.c 
	sbin/isakmpd/regress/ec2n: Makefile ec2ntest.c 
	sbin/isakmpd/regress/exchange: Makefile def-i.1 def-r.1 run.sh 
	sbin/isakmpd/regress/group: Makefile grouptest.c 
	sbin/isakmpd/regress/hmac: Makefile hmactest.c 
	sbin/isakmpd/regress/pkcs: Makefile pkcstest.c 
	sbin/isakmpd/regress/prf: Makefile prftest.c 
	sbin/isakmpd/regress/rsakeygen: Makefile rsakeygen.c 
	sbin/isakmpd/regress/x509: Makefile x509test.c 

Log message:
openBSD RCS IDs


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:52:26

Removed files:
	sbin/isakmpd   : asn.c asn_useful.c x509.c pkcs.c cert.c 

Log message:
Not clean enough yet


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 17:59:11

Modified files:
	sbin/isakmpd   : ike_auth.c 

Log message:
cripple until later


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:01:29

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
update src list


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:04:38

Removed files:
	sbin/isakmpd/regress/asn: Makefile asntest.c ssh-test-ca.pem 
	sbin/isakmpd/regress/pkcs: Makefile pkcstest.c 
	sbin/isakmpd/regress/rsakeygen: Makefile rsakeygen.c 
	sbin/isakmpd/regress/x509: Makefile certificate.txt x509test.c 

Log message:
Not clear if we want this


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:07:00

Modified files:
	sbin/isakmpd/regress: Makefile 

Log message:
remove removed dirs from SUBDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:10:00

Modified files:
	sbin/isakmpd   : ike_auth.c 

Log message:
Remove more cruft


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:11:26

Modified files:
	sbin/isakmpd   : exchange.c message.c 

Log message:
At the moment we do not do certificates


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:13:28

Modified files:
	sbin/isakmpd   : exchange.c ike_auth.c message.c 

Log message:
Remove last warnings after crippling


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/14 18:23:54

Added files:
	sbin/isakmpd   : sysdep.c 

Log message:
Hardwire our sysdep.c here


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/15 09:28:37

Modified files:
	etc/afs        : CellServDB 

Log message:
update entries for a few cells


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/15 09:33:01

Modified files:
	sys/arch/i386/i386: bios.c 

Log message:
print info about apm when APMDEBUG is defined


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/15 09:36:50

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
use DPRINTF in more places to make things more readable. (don't require DEBUG to be defined if we want to debug apm)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/15 09:45:16

Modified files:
	sys/kern       : kern_synch.c 

Log message:
GC unnecessary declaration


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/15 10:15:01

Modified files:
	sys/sys        : vnode.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 12:19:55

Modified files:
	sys/sys        : ipc.h 
	lib/libc/gen   : ftok.3 ftok.c 

Log message:
ftok() takes int id; xpg


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 12:23:37

Modified files:
	lib/libc       : shlib_version 

Log message:
ftok requires minor crank


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 12:52:12

Modified files:
	lib/libc/compat-43: __setregid.c __setreuid.c 

Log message:
improve behaviour; ww@styx.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/15 17:15:18

Log message:
    dxpc, import from release 3.7.0.
    
    Status:
    
    Vendor Tag:	OpenBSD
    Release Tags:	initial
    
    N ports/net/dxpc/Makefile
    N ports/net/dxpc/files/md5
    N ports/net/dxpc/pkg/PLIST
    N ports/net/dxpc/pkg/DESCR
    N ports/net/dxpc/pkg/COMMENT
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/15 17:52:32

Modified files:
	gnu/usr.bin/gas: expr.c 

Log message:
Fix `L2-L1' expression evaluation botch; from NetBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jason@cvs.openbsd.org	1998/11/15 18:58:18

ports/lang/egcs-snapshot/files/config/gcc/config/sparc

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/sparc
In directory cvs.openbsd.org:/tmp/cvs-serv3992/sparc

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/sparc added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jason@cvs.openbsd.org	1998/11/15 19:03:12

Modified files:
	lang/egcs-snapshot/patches: patch-aa 
Added files:
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 

Log message:
Initial stuff for sparc (sparc still not added to ONLY_FOR_ARCH's)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/15 20:08:42

Modified files:
	usr.bin/tset   : Makefile tset.1 tset.c 
Added files:
	usr.bin/tset   : termcap.c 
Removed files:
	usr.bin/tset   : extern.h map.c misc.c set.c term.c wrterm.c 

Log message:
ncurses tset plus hacks to make $TERMCAP still get set


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 21:06:46

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
SPIs are kept in network byte order


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 21:46:13

Modified files:
	.              : want.html donations.html 

Log message:
isapnp card coming from R. Robert Willmann Jr


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 21:46:31

Modified files:
	.              : errata23.html plus.html security.html 

Log message:
add entries for a patch we released before..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:04:51

Modified files:
	lib/libm/src   : k_standard.c 

Log message:
fix _USE_WRITE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:04:54

Modified files:
	lib/libm       : Makefile 

Log message:
use _USE_WRITE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:09:12

Modified files:
	usr.bin/join   : join.c 
	usr.bin/paste  : paste.c 

Log message:
more -Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/15 23:20:37

Modified files:
	sys/arch/sparc/dev: qec.c 

Log message:
save a bit of space; theo.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:21:58

Modified files:
	usr.bin/fsplit : fsplit.c 

Log message:
more -Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:22:28

Modified files:
	usr.bin/error  : error.h pi.c subr.c 

Log message:
some -Wall.. much more needed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:28:32

Modified files:
	usr.bin/man    : man.c 

Log message:
off by one string termination; wsanchez


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/15 23:43:29

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/16 00:10:32

Modified files:
	lib/libutil    : passwd.c 

Log message:
preserve errno; christos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/16 00:12:36

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

Log message:
doc EAFNOSUPPORT return


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1998/11/16 00:31:12

Modified files:
	xc/config/cf   : OpenBSD.cf 
	xc/programs/xterm: resize.c main.c 

Log message:
o use -lcurses for terminal information, not -ltermcap
o fix a term init bug


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 01:00:44

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
Break long lines.  Use correct format for expiry times
Present "first use" expirations correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 01:02:59

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
Please GCC


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 05:20:34

Modified files:
	sbin/isakmpd   : exchange.c message.c 

Log message:
Add back cert handling, no patent problem here


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 05:24:13

Added files:
	sbin/isakmpd   : cert.c 

Log message:
revive


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 05:30:45

Modified files:
	sbin/isakmpd   : cert.c 

Log message:
Remove X509 hooks


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 05:31:00

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
Compile with cert.c


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/16 08:29:18

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

Log message:
fix up pointer alignment for buffers


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/16 08:44:36

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

Log message:
Take advantage of generic io/mem/busmaster enabling of parent and remove
redundant code.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/16 10:21:03

Modified files:
	gnu/usr.bin/lynx/WWW/Library/Implementation: HTTelnet.c 

Log message:
simple fixes for buffer overflows in telnet:// tn3270:// and rlogin:// and a fix for stupid handling of username for rlogin:// (which is passed to system()...)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/16 11:33:33

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

Log message:
Take advantage of generic pci io/mem/busmaster enabling and remove redundant code.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/16 12:12:07

Modified files:
	.              : donations.html 

Log message:
donation


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/16 14:07:20

Modified files:
	sbin/isakmpd   : Makefile cert.c ike_auth.c 
Added files:
	sbin/isakmpd   : asn.c asn_useful.c pkcs.c x509.c 

Log message:
Reinstate X509 signature code except for RSA code


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/16 14:11:18

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/patches: patch-aa patch-ab patch-ac 
Added files:
	lang/egcs-snapshot/files: PLIST.template 
	lang/egcs-snapshot/patches: patch-ad patch-ae 

Log message:
Update to recent snapshot, make it more configurable too


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/16 14:25:51

Modified files:
	.              : orders.html 

Log message:
tweak


CVSROOT:	/cvs
Module name:	www
Changes by:	downsj@cvs.openbsd.org	1998/11/16 14:39:52

Modified files:
	.              : want.html 

Log message:
Remove ABP940UW line (thanks Diana!), add line for hp735 ethernet.


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1998/11/16 14:52:32

Modified files:
	.              : want.html 

Log message:
Add PCMCIA specs.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/16 14:58:30

Modified files:
	usr.bin/unifdef: unifdef.c 

Log message:
clean; adding // comment support


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/16 16:39:16

Modified files:
	distrib/pmax/ramdisk: Makefile 

Log message:
fix order of include


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	1998/11/16 16:47:57

Modified files:
	sys/arch/i386/isa/pcvt: pcvt_vtf.c 

Log message:
Fix attribute handling.  From
John Wright <juggler@oaktree.co.uk>


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/16 17:51:35

Modified files:
	.              : hppa.html 

Log message:
some more hardwrare information


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/16 17:57:06

Modified files:
	.              : want.html 

Log message:
give an option for 712/100


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/11/16 18:10:30

Modified files:
	.              : 22.html 23.html 24.html books.html ctm.html 
	                 errata.html errata21.html errata22.html 
	                 errata23.html events.html policy.html 
	                 ports.html products.html security.html 
	                 softupdate.html users.html 

Log message:
Okay, I couldn't sleep... spelling, repeated words, &amp;
and update ports.html to 1998...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/16 20:16:22

Modified files:
	lib/libcurses  : MKkeyname.awk Makefile comp_parse.c comp_scan.c 
	                 curses.h lib_freeall.c lib_raw.c lib_set_term.c 
	                 lib_termcap.c nc_alloc.h term.h tries.c 
Added files:
	lib/libcurses  : add_tries.c lib_tracebits.c lib_winch.c 
	                 setbuf.c 

Log message:
update to ncurses-4.2-981114


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/16 20:25:15

Modified files:
	usr.bin/tset   : tset.c 

Log message:
preserve ncruses module id


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/16 20:51:20

Modified files:
	lib/libcurses  : terminfo.3 Makefile 
Added files:
	lib/libcurses  : curs_scr_dump.3 
Removed files:
	lib/libcurses  : curs_scr_dmp.3 

Log message:
man updates from ncurses-4.2-981114


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 21:25:21

Modified files:
	sys/dev/ic     : adv.c advlib.c advlib.h 

Log message:
Sync with NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:08:16

Modified files:
	sys/dev/ic     : adv.c advlib.h 

Log message:
Move offsetof define.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:09:02

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

Log message:
Kill redundant PCI code.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:11:06

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : adw_pci.c 

Log message:
Add adw device driver, from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	dm@cvs.openbsd.org	1998/11/16 23:13:43

Modified files:
	usr.bin/yacc   : skeleton.c 

Log message:
add __attribute__ ((unused)) to the yyrcsid under GCC 2


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:14:48

Modified files:
	sys/conf       : files 

Log message:
Add adw device driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:14:59

Added files:
	sys/dev/ic     : adw.c adw.h adwlib.c adwlib.h adwmcode.c 
	                 adwmcode.h 

Log message:
Add adw device driver, from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:18:33

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

Log message:
Add adw driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/16 23:25:17

Modified files:
	share/man/man4 : Makefile adv.4 

Log message:
Add adw documention, make adw.4 and advansys.4 links.


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	1998/11/16 23:39:26

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

Log message:
Test ${ONLY_FOR_ARCHS} against both ${ARCH} and ${MACHINE_ARCH}.


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	1998/11/17 00:14:17

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

Log message:
Handle USE_MOTIF.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/17 00:55:46

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

Log message:
Remove 940UW from the comments.


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/11/17 01:06:44

Modified files:
	.              : want.html 

Log message:
BT445S wanted for an ARC box


CVSROOT:	/cvs
Module name:	www
Changes by:	downsj@cvs.openbsd.org	1998/11/17 03:34:55

Modified files:
	.              : plus.html 

Log message:
Note addition of adw driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/17 04:10:24

Modified files:
	sbin/isakmpd   : BUGS DESIGN-NOTES Makefile QUESTIONS README 
	                 TO-DO app.c app.h asn.c asn.h asn_useful.c 
	                 asn_useful.h attribute.c attribute.h cert.c 
	                 cert.h conf.c conf.h constants.c constants.h 
	                 cookie.c cookie.h crypto.c crypto.h dh.c dh.h 
	                 doi.c doi.h exchange.c exchange.h 
	                 exchange_num.cst field.c field.h 
	                 genconstants.sh genfields.sh gmp_util.c 
	                 gmp_util.h hash.c hash.h if.c if.h ike_auth.c 
	                 ike_auth.h ike_main_mode.c ike_main_mode.h 
	                 ike_quick_mode.c ike_quick_mode.h init.c init.h 
	                 ipsec.c ipsec.h ipsec_doi.h ipsec_fld.fld 
	                 ipsec_num.cst isakmp.h isakmp_doi.c 
	                 isakmp_doi.h isakmp_fld.fld isakmp_num.cst 
	                 isakmpd.8 isakmpd.c isakmpd.conf.5 
	                 isakmpd.conf.sample log.c log.h math_2n.c 
	                 math_2n.h math_ec2n.c math_ec2n.h math_group.c 
	                 math_group.h message.c message.h pf_encap.c 
	                 pf_encap.h pkcs.c pkcs.h prf.c prf.h sa.c sa.h 
	                 sysdep-openbsd.c sysdep.c sysdep.h timer.c 
	                 timer.h transport.c transport.h udp.c udp.h 
	                 ui.c ui.h util.c util.h x509.c x509.h 
	sbin/isakmpd/regress: Makefile check.sh 

Log message:
Add RCS Ids from the EOM repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/17 10:37:19

ports/lang/egcs-snapshot/files/config/gcc/config/m68k

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/m68k
In directory cvs.openbsd.org:/tmp/cvs-serv24798/files/config/gcc/config/m68k

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/m68k added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/17 10:37:19

ports/lang/egcs-snapshot/files/patches

Update of /cvs/ports/lang/egcs-snapshot/files/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24798/files/patches

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/17 10:39:34

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
Added files:
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	lang/egcs-snapshot/files/patches: patch-core-config.open 
	                                  patch-core-doc-ecpp 
	                                  patch-core-doc-egcc 
	                                  patch-core-name-transform 
	                                  patch-g++-libshared.open 

Log message:
Clean Makefile up, mv patches around for conditional inclusion,
add beginning of m68k config.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/17 10:45:22

Removed files:
	lang/egcs-snapshot/patches: patch-aa patch-ab patch-ac patch-ad 
	                            patch-ae 

Log message:
... and finally, remove the old named patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/17 12:23:04

Modified files:
	sys/netinet    : tcp.h tcp_debug.c tcp_input.c tcp_output.c 
	                 tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h 

Log message:
NewReno, SACK and FACK support for TCP, adapted from code for BSDI
by Hari Balakrishnan (hari@lcs.mit.edu), Tom Henderson (tomh@cs.berkeley.edu)
and Venkat Padmanabhan (padmanab@cs.berkeley.edu) as part of the
Daedalus research group at the University of California,
(http://daedalus.cs.berkeley.edu). [I was able to do this on time spent
at the Center for Information Technology Integration (citi.umich.edu)]


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/17 12:29:53

Modified files:
	sys/conf       : GENERIC 

Log message:
enable TCP_SACK and TCP_FACK by default


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/17 12:56:22

Modified files:
	share/man/man4 : options.4 

Log message:
describe options TCP_NEWRENO, TCP_SACK and TCP_FACK.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/17 13:50:39

Modified files:
	share/man/man4 : tcp.4 

Log message:
explain tcp socketoptions, there are more than just TCP_NODELAY.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/17 13:52:16

Modified files:
	sys/sys        : malloc.h 

Log message:
don't default to KMEMSTATS (was defined unless NO_KMEMSTATS was defined)
add a M_VMSWAP memory type (for future use)
do { ... } while(0) protect the MALLOC and FREE macros.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/17 14:05:41

Modified files:
	sys/sys        : malloc.h 

Log message:
put back the NO_KMEMSTATS hack


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/17 14:20:41

Modified files:
	.              : ftp.html 

Log message:
fresno, CA mirror


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/17 14:20:46

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/17 15:36:21

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
From the EOM repos: Only find ready ISAKMP SAs in
sa_isakmp_lookup_by_peer


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 16:10:14

Modified files:
	share/man/man4 : options.4 

Log message:
cleanup, explain that gdb's -k flag is obsolete


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/17 16:14:14

Modified files:
	gnu/usr.bin    : Makefile 

Log message:
Move perl install to be after binutils since binutils installs some headers that we may want to convert with h2ph


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 16:20:53

Modified files:
	share/man/man4 : tcp.4 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 16:29:35

Modified files:
	share/man/man4 : scsi.4 

Log message:
remove empty reference to non-existent su(4) page


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 16:41:44

Modified files:
	lib/libc/stdlib: Makefile.inc malloc.3 

Log message:
add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/17 18:03:16

Modified files:
	usr.bin/wall   : ttymsg.c 

Log message:
move to euid for tty opens; based on something from form


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/17 18:14:25

Modified files:
	sys/kern       : syscalls.master 

Log message:
syscalls behind #ifdef should have an #else


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/17 18:15:59

Modified files:
	sys/kern       : init_sysent.c syscalls.c 
	sys/sys        : syscall.h syscallargs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 18:41:09

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

Log message:
paramters -> parameters (but this whole page needs to be redone, hopefully soon)


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 18:46:30

Modified files:
	share/man/man4 : netintro.4 

Log message:
paramaters -> parameters


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/17 19:11:16

Modified files:
	usr.bin/gprof  : gprof.1 

Log message:
remove empty reference to non-existent prof(1) page


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/17 19:57:22

Modified files:
	usr.bin/wall   : ttymsg.c 

Log message:
do S_IWGRP checking just like write(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	dm@cvs.openbsd.org	1998/11/17 20:22:55

Modified files:
	usr.bin/yacc   : skeleton.c 

Log message:
drop the __attribute__ stuf in favor of a simple const


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/18 03:43:04

Modified files:
	sbin/modunload : modunload.c 

Log message:
atoi does not do error checking on numbers, change to strtol.
pr system/641 From <lha@stacken.kth.se>


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/18 04:06:54

Modified files:
	emulators/bochs: Makefile 
	emulators/bochs/files: md5 
	emulators/bochs/patches: patch-aa 
	emulators/bochs/pkg: PLIST 

Log message:
update to 980707a


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/18 04:15:55

Added files:
	emulators/bochs/patches: patch-ab 

Log message:
add missing patch


CVSROOT:	/cvs
Module name:	src
Changes by:	dm@cvs.openbsd.org	1998/11/18 08:45:13

Modified files:
	usr.bin/yacc   : skeleton.c 

Log message:
revert last change for K\&R C compilers without const


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 09:06:44

Modified files:
	sbin/modunload : modunload.c 

Log message:
better strtol() checking


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 09:47:01

Modified files:
	usr.bin/wall   : ttymsg.c 

Log message:
simply honour S_IWGRP


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 09:50:05

Modified files:
	sbin/ping      : ping.c 

Log message:
obvious typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 10:09:45

Modified files:
	sys/conf       : GENERIC 

Log message:
disable SACK/FACK until provos learns how to write code which does not do unaligned accesses


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 10:42:22

Modified files:
	sys/netinet    : tcp_var.h 

Log message:
indent right


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 10:42:52

Modified files:
	sys/netinet    : tcp.h 

Log message:
do not require userland programs to define cpp variables, that is stupid


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 11:36:43

Modified files:
	.              : orders.html 

Log message:
bad URL


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 13:11:33

Modified files:
	sys/dev/mii    : files.mii 
	sys/dev/pci    : if_rl.c if_rlreg.h 
Added files:
	sys/dev/mii    : rlphy.c 

Log message:
dev/mii'fy RTL driver and add new phy driver for the 8139 internal phy


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 13:14:07

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

Log message:
add mii attribute to if_rl (missed in last commit)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 13:17:19

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

Log message:
Add rlphy driver


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/18 14:13:06

Modified files:
	sys/netinet    : tcp_output.c 

Log message:
64-bit clean up


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 14:26:44

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : rlphy.4 

Log message:
simple man page for rlphy


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 14:42:10

Modified files:
	sys/dev/pci    : if_rl.c if_rlreg.h 

Log message:
nuke unused variables


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 16:25:35

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

Log message:
correct strtol() mess around rpc version numbers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 16:26:13

Modified files:
	bin/stty       : cchar.c 

Log message:
strtol() range check


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 16:28:35

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

Log message:
negative change strtol()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 16:28:55

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

Log message:
check for negative numbers from strtol()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 16:30:09

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
check for out-of-range umask bits from strtol()


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/18 16:30:37

Modified files:
	lib/libssl/crypto: Makefile 
	lib/libssl/ssl : Makefile 

Log message:
"foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/ssl
and we won't be bothered by nameclashes with application headers


CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/18 16:55:35

Log message:
    Add dialog port
    
    Status:
    
    Vendor Tag:	yanick
    Release Tags:	yanick_1998-11-18
    
    N ports/misc/dialog/Makefile
    N ports/misc/dialog/files/md5
    N ports/misc/dialog/pkg/DESCR
    N ports/misc/dialog/pkg/COMMENT
    N ports/misc/dialog/pkg/PLIST
    N ports/misc/dialog/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 17:06:23

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/18 17:07:26

Modified files:
	misc           : Makefile 

Log message:
Add dialog to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/18 17:29:35

Modified files:
	misc/dialog    : Makefile 

Log message:
Add OpenBSD tag


CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/18 17:41:20

Log message:
    Add giflib port
    
    Status:
    
    Vendor Tag:	yanick
    Release Tags:	yanick_1998-11-18
    
    N ports/graphics/giflib/Makefile
    N ports/graphics/giflib/files/md5
    N ports/graphics/giflib/pkg/COMMENT
    N ports/graphics/giflib/pkg/PLIST
    N ports/graphics/giflib/pkg/DESCR
    N ports/graphics/giflib/pkg/PLIST.alpha
    N ports/graphics/giflib/patches/patch-aa
    N ports/graphics/giflib/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/18 17:47:18

Modified files:
	graphics       : Makefile 

Log message:
Add dialog to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/18 18:10:02

Modified files:
	lib/libform    : form_data.3 

Log message:
Correct $From


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/18 18:14:21

Modified files:
	lib/libpanel   : panel.c 

Log message:
Correct $From


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 18:45:17

Modified files:
	images         : blowfish.jpg 

Log message:
better blowfish


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/18 18:57:03

Modified files:
	sys/conf       : GENERIC 

Log message:
reenable SACK and FACK


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	1998/11/18 20:09:17

Modified files:
	usr.bin/wall   : wall.c 

Log message:
fprintf(stderr, "wall: ..."); exit(1) -> errx(1, "...")


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1998/11/18 20:16:34

Log message:
    added mutt port
    
    Status:
    
    Vendor Tag:	turan
    Release Tags:	turan_1998-Nov-18
    
    N ports/mail/mutt/Makefile
    N ports/mail/mutt/files/md5
    N ports/mail/mutt/patches/patch-aa
    N ports/mail/mutt/patches/patch-ab
    N ports/mail/mutt/patches/patch-ac
    N ports/mail/mutt/pkg/COMMENT
    N ports/mail/mutt/pkg/DESCR
    N ports/mail/mutt/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1998/11/18 20:22:35

Log message:
    added stel port
    
    Status:
    
    Vendor Tag:	turan
    Release Tags:	turan_1998-Nov-18
    
    N ports/security/stel/Makefile
    N ports/security/stel/patches/patch-ab
    N ports/security/stel/patches/patch-ac
    N ports/security/stel/patches/patch-ad
    N ports/security/stel/patches/patch-ae
    N ports/security/stel/patches/patch-af
    N ports/security/stel/patches/patch-aa
    N ports/security/stel/files/md5
    N ports/security/stel/pkg/DESCR
    N ports/security/stel/pkg/COMMENT
    N ports/security/stel/pkg/PLIST
    N ports/security/stel/pkg/POST-INSTALL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1998/11/18 20:31:41

Modified files:
	mail           : Makefile 

Log message:
added mutt to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1998/11/18 20:36:19

Modified files:
	security       : Makefile 

Log message:
added stel to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/18 21:12:56

Modified files:
	usr.sbin/pkg_install/create: perform.c 
	usr.sbin/pkg_install/info: info.h perform.c show.c 
	usr.sbin/pkg_install/lib: lib.h 

Log message:
- fix pkg_info to give more rational summary when COMMENTS files are weird.
- warn when COMMENT > 60 characters.
*** In one month we turn this into an error -> fix packages files ***


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/11/18 21:14:57

Modified files:
	.              : checklist.html 

Log message:
... and add corresponding documentation to checklist.html


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/18 21:20:10

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

Log message:
new functionalities:
- PATCH_LIST   for conditional patches
- addsum       for non destructive md5 checksum updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1998/11/18 21:51:32

Modified files:
	devel/libslang/pkg: COMMENT 

Log message:
adhere to < 60 char limit


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/18 21:52:27

Modified files:
	lang/egcs-stable/pkg: COMMENT 
	lang/egcs-snapshot/pkg: COMMENT 
	games/slash/pkg: COMMENT 
	games/nethack/pkg: COMMENT 
	games/xkobo/pkg: COMMENT 

Log message:
better COMMENTS, to the point


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/18 21:54:02

Modified files:
	devel/gmake    : Makefile 
	devel/gmake/files: md5 
	devel/gmake/patches: patch-aa patch-ac 

Log message:
update to 3.77; use mkstemp() instead of mktemp()


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/18 22:09:11

Log message:
    Add Freetype port - impor from FreeBSD ports
    
    Status:
    
    Vendor Tag:	jasoni
    Release Tags:	jasoni_1998-Nov-18
    
    N ports/print/freetype/Makefile
    N ports/print/freetype/files/md5
    N ports/print/freetype/pkg/COMMENT
    N ports/print/freetype/pkg/DESCR
    N ports/print/freetype/pkg/PLIST
    N ports/print/freetype/patches/patch-ac
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 22:12:57

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
accton 503x


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 22:13:08

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/18 22:16:26

Modified files:
	print          : Makefile 

Log message:
add freetype to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/18 23:00:47

Modified files:
	x11/rxvt/files : md5 
	x11/rxvt/pkg   : PLIST 

Log message:
Update to version 2.4.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/18 23:20:58

Modified files:
	x11/rxvt       : Makefile 

Log message:
Update to version 2.4.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/18 23:23:04

Removed files:
	x11/rxvt/patches: patch-aa patch-ab patch-ad patch-ae patch-ah 

Log message:
hmph, I will be more efficient on my next port update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 23:34:03

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

Log message:
catch extra junk at the end of the numbers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/18 23:44:07

Modified files:
	include        : unistd.h 

Log message:
add getpgid() proto; form


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 23:45:23

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
remove realtek2 entry


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/18 23:47:26

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/19 00:01:56

Modified files:
	sys/dev/pci    : if_rl.c if_rlreg.h 

Log message:
Sync with FreeBSD:
o match Accton 1207D (MXP5030, 5038)
o always do buffer copies on tx (it happened most of the time anyway)
o fix up tx packets to minimum length


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/11/19 00:16:36

Modified files:
	archivers/gtar/pkg: COMMENT 

Log message:
Shorten COMMENT to be under 60 characters


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/11/19 00:21:16

Modified files:
	misc/cdrecord/pkg: COMMENT 

Log message:
Shorten COMMENT to be under 60 characters


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/19 00:32:10

src/lib/libc_r/arch/m68k

Update of /cvs/src/lib/libc_r/arch/m68k
In directory cvs.openbsd.org:/cvs.n/hack/d/work/src/lib/libc_r/arch/m68k

Log Message:
Directory /cvs/src/lib/libc_r/arch/m68k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/19 00:32:11

src/lib/libc_r/arch/sparc

Update of /cvs/src/lib/libc_r/arch/sparc
In directory cvs.openbsd.org:/cvs.n/hack/d/work/src/lib/libc_r/arch/sparc

Log Message:
Directory /cvs/src/lib/libc_r/arch/sparc added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/19 00:33:13

Modified files:
	devel/automake : Makefile 
	devel/automake/files: md5 
	devel/automake/patches: patch-aa patch-ab 
	devel/automake/pkg: PLIST 

Log message:
Update to version 1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/19 00:37:54

Modified files:
	x11/rxvt/pkg   : COMMENT 

Log message:
Shorten comment to <= 60 chars


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/19 00:43:36

Modified files:
	net/licq/pkg   : COMMENT 

Log message:
Shorten to <= 60 chars


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 00:54:53

Modified files:
	.              : want.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 00:55:21

Modified files:
	.              : want.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/19 01:04:12

Modified files:
	share/man/man4/man4.sparc: intro.4 

Log message:
audioamd on classic


CVSROOT:	/cvs
Module name:	src
Changes by:	dugsong@cvs.openbsd.org	1998/11/19 01:18:59

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amiga  : MAKEDEV 
	etc/etc.arc    : MAKEDEV 
	etc/etc.arm32  : MAKEDEV 
	etc/etc.atari  : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.pc532  : MAKEDEV 
	etc/etc.pmax   : MAKEDEV 
	etc/etc.powerpc: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sun3   : MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	etc/etc.wgrisc : MAKEDEV 
	etc/etc.x68k   : MAKEDEV 

Log message:
add support for more ptys


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/19 01:22:39

Modified files:
	share/man/man4/man4.sparc: intro.4 

Log message:
more updates; theo.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 02:33:13

Modified files:
	share/man/man4/man4.i386: Makefile intro.4 
Removed files:
	share/man/man4/man4.i386: ed.4 

Log message:
some updating.. could do with TONS more.. anyone want to help?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 03:02:00

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more pnp devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 03:04:51

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
clean


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 03:04:54

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	provos@cvs.openbsd.org	1998/11/19 07:21:09

Modified files:
	misc/xdelta/pkg: COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 10:07:14

Modified files:
	lib/libocurses : pathnames.h termcap.c 

Log message:
For issetugid case, only ignore $TERMCAP if it is a path


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 10:12:26

Modified files:
	lib/libocurses : pathnames.h 

Log message:
add missing space


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 10:22:23

Modified files:
	lib/libcurses  : read_termcap.c 

Log message:
For issetugid case, only ignore $TERMCAP if it is a path


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 10:48:52

Modified files:
	lib/libocurses : setterm.c 

Log message:
ignore out-of-range environment LINES and COLUMNS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 11:08:54

Modified files:
	lib/libcurses  : read_bsd_terminfo.c 

Log message:
Ignore $TERMINFO if setuigid


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 11:27:02

Modified files:
	sys/conf       : GENERIC 

Log message:
disable FACK/SACK again; they still panic alphas.  Sorry Niels, but you have to do better...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 12:54:37

Modified files:
	bin/ksh        : jobs.c 

Log message:
thou shalt not follow the NULL pointer, that way lies madness


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 12:59:10

Modified files:
	bin/ksh        : jobs.c 

Log message:
better fix


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1998/11/19 15:15:31

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

Log message:
checkpatch target and PATCH_CHECK_ONLY not available with OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/19 16:23:50

Modified files:
	usr.bin/mail   : mail.1 

Log message:
significant cleanup; also s/INTRODUCTION/DESCRIPTION/, in particular for man -h


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/19 16:33:46

Modified files:
	bin/csh        : csh.1 

Log message:
note when -n option is used, shell can be terminated with ^D (end-of-file)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 17:15:10

Modified files:
	.              : orders.html 

Log message:
UCR now has a USA web ordering form!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 17:20:49

Modified files:
	distrib/sparc/floppies/inst-common: instbin-krb.conf 
	                                    instbin.conf 

Log message:
tset now uses -lcurses


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/19 18:35:32

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
vn_lock already unlocks the simple lock. don't do that again


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1998/11/19 19:09:16

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

Log message:
make _MCOUNT_DECL non-static so the compiler doesn't bitch and
a profiled kernel can be built for the sparc


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/19 19:42:15

Modified files:
	sys/dev/mii    : rlphy.c 
	sys/dev/pci    : if_rl.c 

Log message:
MII fixups, should be able to reliably switch modes manually now


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 19:42:19

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
s/dismounted/unmounted/


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/19 19:52:25

Modified files:
	usr.bin/msgs   : msgs.1 

Log message:
/usr/msgs -> /var/msgs; jwise@unicast.com


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 20:15:36

Modified files:
	games/fortune/datfiles: fortunes.sp.ok 

Log message:
Fix spelling of Churchill; already corrected infortunes data file


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/19 20:43:00

Modified files:
	devel/libslang : Makefile 
	devel/libslang/files: md5 
	devel/libslang/patches: patch-aa 
	devel/libslang/pkg: COMMENT PLIST 

Log message:
update to 1.2; Peter Reich <peter@alles.prima.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/19 20:45:52

Modified files:
	devel/libslang/pkg: COMMENT 

Log message:
oops: restore fixed comment


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1998/11/19 21:09:24

Modified files:
	distrib/notes  : m4.common 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/19 21:58:05

Modified files:
	editors/jed    : Makefile 
	editors/jed/pkg: PLIST 

Log message:
change slang lib dependency; install doc files;
update packing list; Peter Reich <peter@alles.prima.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/19 22:17:28

Modified files:
	news/slrn      : Makefile 
	news/slrn/files: md5 
	news/slrn/pkg  : PLIST 

Log message:
update to 0.9.5.4; Peter Reich <peter@alles.prima.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1998/11/19 22:19:43

Modified files:
	mail/mutt      : Makefile 

Log message:
update libslang depend 0.99 to 1.22


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/19 23:13:26

Modified files:
	lib/libc/stdio : fvwrite.c 

Log message:
Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/19 23:23:39

Modified files:
	sysutils/xosview: Makefile 
	sysutils/xosview/files: md5 
Removed files:
	sysutils/xosview/patches: patch-aa patch-ab 

Log message:
update to 1.6.2.a


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/19 23:58:52

Modified files:
	sys/arch/hp300/hp300: mem.c 

Log message:
Add cast, from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:31:57

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:32:50

Modified files:
	sbin/isakmpd   : message.c message.h 

Log message:
Validate proposals against policies


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:33:34

Modified files:
	sbin/isakmpd   : isakmpd.conf.sample 

Log message:
Fix acceptable main mode transforms


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:33:46

Modified files:
	sbin/isakmpd   : isakmpd.c 

Log message:
Do not report select errors on EINTR


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:34:07

Modified files:
	sbin/isakmpd   : constants.c constants.h genconstants.sh 
	                 ipsec_num.cst 

Log message:
Add submaps to constant maps, and add a mechanism to the constant
description language to link maps.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:34:45

Modified files:
	sbin/isakmpd   : ike_main_mode.c 

Log message:
Validate acceptable main mode transforms


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:37:44

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Use new message_negotiate_sa API


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:38:30

Modified files:
	sbin/isakmpd   : conf.c conf.h 

Log message:
Add iterator for tags in a section.  Add range checking for numbers.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:41:31

Modified files:
	sbin/isakmpd   : TO-DO 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 00:41:43

Modified files:
	sbin/isakmpd   : isakmp_fld.fld 

Log message:
Add attribute maps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/20 01:40:50

Modified files:
	editors/vim    : Makefile 
	editors/vim/files: md5 
	editors/vim/pkg: PLIST 
Added files:
	editors/vim/patches: patch-aa patch-ab 
Removed files:
	editors/vim/patches: patch-a patch-b patch-c patch-d 

Log message:
Update to v5.3


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 04:04:01

Modified files:
	lib/libc_r/uthread: pthread_private.h uthread_exit.c 

Log message:
fix strcat usage; deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 04:15:38

Modified files:
	lib/libc_r/arch/mips: uthread_machdep.h 
	lib/libc_r/sys : Makefile.inc 
Added files:
	lib/libc_r/arch/alpha: _atomic_lock.c 
	lib/libc_r/arch/i386: _atomic_lock.c 
	lib/libc_r/arch/m68k: _atomic_lock.c uthread_machdep.h 
	lib/libc_r/arch/mips: _atomic_lock.c 
	lib/libc_r/arch/sparc: _atomic_lock.c uthread_machdep.h 
	lib/libc_r/sys : slow_atomic_lock.c 
Removed files:
	lib/libc_r/arch/alpha: _atomic_lock.S 
	lib/libc_r/arch/i386: _atomic_lock.S 
	lib/libc_r/arch/mips: _atomic_lock.S 

Log message:
Move atomic_lock code from asm to C with inline asm;
Add m68k, mips and sparc. (needs more careful checking)
Add 'slow_atomic_lock' for crippled archs.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 04:19:02

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 
	include        : dirent.h limits.h signal.h stdio.h stdlib.h 
	                 string.h time.h unistd.h 
	lib/libc       : Makefile 
	lib/libc/arch/i386: SYS.h 
	lib/libc/arch/i386/sys: Ovfork.S sigprocmask.S sigsuspend.S 
	                        syscall.S 
	lib/libc/compat-43: Makefile.inc 
	lib/libc/crypt : Makefile.inc 
	lib/libc/db    : Makefile.inc 
	lib/libc/db/btree: Makefile.inc 
	lib/libc/db/db : Makefile.inc 
	lib/libc/db/hash: Makefile.inc 
	lib/libc/db/man: Makefile.inc 
	lib/libc/db/mpool: Makefile.inc 
	lib/libc/db/recno: Makefile.inc 
	lib/libc/gen   : Makefile.inc closedir.c ctermid.c getgrent.c 
	                 getlogin.c isatty.c readdir.c ttyname.3 
	                 ttyname.c 
	lib/libc/gmon  : Makefile.inc 
	lib/libc/hash  : Makefile.inc 
	lib/libc/locale: Makefile.inc 
	lib/libc/md    : Makefile.inc 
	lib/libc/net   : Makefile.inc gethostnamadr.c getservbyname.c 
	lib/libc/nls   : Makefile.inc 
	lib/libc/quad  : Makefile.inc 
	lib/libc/regex : Makefile.inc 
	lib/libc/rpc   : Makefile.inc 
	lib/libc/stdio : Makefile.inc clrerr.c getc.c putc.c 
	lib/libc/stdlib: Makefile.inc abort.c exit.c malloc.c rand.3 
	                 rand.c 
	lib/libc/string: Makefile.inc 
	lib/libc/sys   : Makefile.inc ftruncate.c lseek.c 
	lib/libc/termios: Makefile.inc 
	lib/libc/time  : Makefile.inc asctime.c localtime.c 
	lib/libc/yp    : Makefile.inc 
	lib/libc_r     : Makefile TODO 
	share/man/man3 : intro.3 
	sys/sys        : unistd.h 
	usr.sbin/named/dig: Makefile 
Added files:
	lib/libc       : Makefile.inc 
	lib/libc/gen   : _spinlock_stub.c 
	lib/libc/include: spinlock.h thread_private.h 
	lib/libc/stdio : flockfile.c 
Removed files:
	lib/libc/arch/i386/sys: setlogin.S 

Log message:
Add thread-safety to libc, so that libc_r will build (on i386 at least).
All POSIX libc api now there (to P1003.1c/D10)
(more md stuff is needed for other libc/arch/*)
(setlogin is no longer a special syscall)
Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS).
Doc some re-entrant routines
Add libc_r to intro(3)
dig() uses some libc srcs and an extra -I was needed there.
Add more md stuff to libc_r.
Update includes for the pthreads api
Update libc_r TODO


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 05:13:32

Modified files:
	lib/libc_r/uthread: pthread_private.h uthread_cond.c 
	                    uthread_create.c uthread_info.c 
	                    uthread_init.c uthread_kern.c uthread_kill.c 
	                    uthread_mutex.c uthread_spec.c 

Log message:
sync with freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 05:31:50

Modified files:
	share/man/man3 : intro.3 

Log message:
remove white lie (not all libc_r fns are thread-safe)


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 08:15:06

Modified files:
	lib/libc_r/man : Makefile.inc pthreads.3 

Log message:
link/mention recently added manual pages


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 08:51:05

Modified files:
	lib/libc       : shlib_version 

Log message:
crank major, just in case


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 08:57:25

Modified files:
	sys/dev        : audio.c 
	sys/dev/isa    : isadma.c 
	sys/arch/sparc/dev: bwtwo.c cgeight.c cgfour.c cgfourteen.c 
	                    cgthree.c cgtwo.c tcx.c 
	sys/arch/i386/i386: mem.c 
	sys/arch/i386/isa: pccons.c 
	sys/arch/i386/isa/pcvt: pcvt_drv.c 

Log message:
careful off handling in mmap routines


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 09:04:02

Modified files:
	sys/dev/isa    : isadma.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 09:43:07

Modified files:
	sys/dev        : ksyms.c 

Log message:
careful with mmap off


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 09:56:00

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

Log message:
careful mmap


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 13:31:09

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

Log message:
marc did not test this completely


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 16:27:15

Modified files:
	usr.bin/gencat : gencat.1 

Log message:
new gencat manpage; updated by kstailey and lambert


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/20 16:32:34

Modified files:
	share/man/man5 : passwd.5 

Log message:
Add rcsid, slight fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 16:42:29

Modified files:
	sbin/isakmpd   : ike_auth.c isakmpd.conf.sample 

Log message:
Preshared key per IP-address, and in hex-format too


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/20 16:47:42

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
match reality


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 16:49:22

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.arc md.atari 
	                         md.hp300 md.i386 md.mac68k md.mvme68k 
	                         md.pc532 md.pmax md.powerpc md.sparc 
	                         md.sun3 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/20 16:50:25

Modified files:
	share/man/man8 : yp.8 

Log message:
Add some notes about YP "security".


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/20 16:56:55

Modified files:
	share/man/man8 : yp.8 

Log message:
Fix a couple of typos.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 16:57:24

Modified files:
	sys/arch/mac68k/dev: asc.c grf.c 

Log message:
careful mmap


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 17:15:58

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

Log message:
missing \n


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/20 17:16:12

Modified files:
	.              : plus.html 

Log message:
new stuff (this is my 7777th commit)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/20 18:34:54

Modified files:
	gnu/usr.bin/sudo: README 
	gnu/usr.bin/sudo/sudo: check.c compat.h config.h find_path.c 
	                       getspwuid.c goodpath.c ins_2001.h 
	                       ins_classic.h ins_csops.h ins_goons.h 
	                       insults.h interfaces.c logging.c parse.c 
	                       parse.lex parse.yacc pathnames.h sudo.8 
	                       sudo.c sudo.h sudo_setenv.c sudoers.5 
	                       tgetpass.c version.h 
	gnu/usr.bin/sudo/visudo: visudo.8 visudo.c 

Log message:
sudo 1.5.7


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/20 18:37:06

Added files:
	gnu/usr.bin/sudo: Makefile.inc 

Log message:
missed this in previous commit


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 19:42:45

Modified files:
	sbin/mount_msdos: mount_msdos.8 

Log message:
msdosfs does FAT32


CVSROOT:	/cvs
Module name:	www
Changes by:	ryker@cvs.openbsd.org	1998/11/20 19:48:50

Modified files:
	.              : mac68k.html 

Log message:
bye, bye


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 19:58:38

Modified files:
	usr.bin/ftp    : main.c 

Log message:
add -m to usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/20 20:01:04

Modified files:
	sys/sys        : time.h 

Log message:
prototype clock_{gettime,settime,getres}


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/21 07:02:11

Modified files:
	lib/libc_r/sys : slow_atomic_lock.c 

Log message:
missed an include


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/21 11:02:30

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

Log message:
check for negative off in mmap


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/21 11:11:22

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
move some ethernet devices to the ethernet section.  Fix AW35/pro descriptions


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/21 11:12:38

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/21 11:13:04

Modified files:
	sys/arch/alpha/tc: cfb.c sfb.c 

Log message:
when mmap'ing check for offset >= size, not just > size and disallow negative offsets; mrg@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/21 11:21:35

Modified files:
	sys/arch/pmax/dev: fb_usrreq.c 

Log message:
return -1 for negative mmap offset; mrg@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/21 11:21:55

Modified files:
	sys/arch/pmax/dev: rcons.c 

Log message:
return -1 for mmap stub, not 0; mrg@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/21 11:25:49

Modified files:
	sys/arch/alpha/pci: tga.c 

Log message:
when mmap'ing check for offset >= size, not just > size and disallow negative offsets; mrg@netbsd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/21 13:11:10

Removed files:
	japanese/less/patches: patch-ab 

Log message:
Oops...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/21 13:13:09

Modified files:
	japanese/kterm/pkg: COMMENT 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/21 13:43:44

Modified files:
	sys/arch/alpha/alpha: disksubr.c 
	sys/arch/i386/i386: disksubr.c 
	sys/arch/mips/mips: disksubr.c 

Log message:
deal with d_secpercyl insanity


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/21 16:05:44

Log message:
    utility to verify email addresses and mailing lists;
    Bruno Rohee <rohee@essi.fr>
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1998-Nov-21
    
    N ports/mail/vrfy/Makefile
    N ports/mail/vrfy/files/md5
    N ports/mail/vrfy/pkg/DESCR
    N ports/mail/vrfy/pkg/COMMENT
    N ports/mail/vrfy/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/21 16:07:53

Modified files:
	mail           : Makefile 

Log message:
add vrfy to makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/11/21 17:11:09

Modified files:
	usr.bin/lorder : lorder.sh lorder.sh.gnm 

Log message:
$* -> "$@"


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/21 17:13:48

Modified files:
	japanese/Wnn/patches: patch-aa 
	japanese/Wnn/pkg: COMMENT INSTALL PLIST 
	japanese/jvim  : Makefile 
	japanese/jvim/patches: patch-aa 
	japanese/jvim/pkg: PLIST 
	japanese/jvim-wnn4/pkg: DESCR 
	japanese/less/pkg: DESCR 
	japanese/onew-wnn4: Makefile 
	japanese/onew-wnn4/files: ONEW_CONF-for-canna+wnn4 
	                          ONEW_CONF-for-canna+wnn6 
	                          ONEW_CONF-for-wnn4 ONEW_CONF-for-wnn6 

Log message:
remove a few looked over FreeBSD-isms.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/21 17:14:52

Added files:
	japanese       : README 

Log message:
help japanese beginners make sense of our japanese support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 00:38:25

Modified files:
	lib/libc/rpc   : svc_auth_unix.c svc_simple.c 

Log message:
use %u for unsigned prints


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 00:40:12

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

Log message:
detect truncation and overflow better


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 00:41:04

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

Log message:
bad long


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 09:23:16

Modified files:
	sys/dev/eisa   : eisadevs 

Log message:
some HP devices


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 09:24:02

Modified files:
	sys/dev/eisa   : eisadevs.h eisadevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 09:49:56

Modified files:
	.              : pmax.html 

Log message:
correction; schwarz@physik.tu-berlin.de


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/22 10:11:30

Modified files:
	usr.bin/gencat : gencat.1 

Log message:
I hate acronyms.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/22 10:45:10

Modified files:
	share/mk       : bsd.README 

Log message:
add roadmap, from FreeBSD mostly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 13:03:23

Modified files:
	gnu/usr.bin/gzip: gzip.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:15:44

Modified files:
	etc            : security 

Log message:
make /var/backups same as mtree says; mickey


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:31:55

Modified files:
	.              : donations.html 

Log message:
new donation


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:35:11

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:38:54

Modified files:
	.              : want.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:50:35

Modified files:
	usr.sbin/ctm/ctm: ctm_pass3.c 

Log message:
please -Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:50:51

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

Log message:
race-less tempnam() use


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 15:52:41

Modified files:
	.              : want.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/22 16:22:42

Modified files:
	usr.sbin/pkg_install/info: show.c 

Log message:
fixed typo, noticed by jbernard@ox.mines.edu (netbsd/pkg/6481)


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1998/11/22 16:29:37

Modified files:
	usr.bin/systat : swap.c 

Log message:
now "Total" column can shrink


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 16:42:14

Modified files:
	.              : orders.html 

Log message:
update for 2.3 and 2.4 orders


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1998/11/22 16:51:26

Modified files:
	security/ssh   : Makefile 

Log message:
o fix ETCDIR to actually allow alternate location to be used
o allow someone to compile ssh without X11 by setting X11=NO


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 17:00:13

Modified files:
	.              : orders.html 
Added files:
	.              : items.html 

Log message:
clean this up a fair bit for the new 2.4 release


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/22 17:03:02

Modified files:
	.              : orders.html 

Log message:
fix ISBN


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 19:55:44

Added files:
	sys/arch/hppa/dev: asp.c lasi.c 

Log message:
some GSC bus adapters; WAX is not ready yet


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 19:58:11

Modified files:
	sys/arch/hppa/dev: pdc.c 
Removed files:
	sys/arch/hppa/dev: pdcall.c 

Log message:
merge all PDC stuff in one file


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:01:44

Added files:
	sys/arch/hppa/dev: eba.c 

Log message:
some barebone driver for HWPC010(maybe others too) EISA adapter(s)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:04:11

Added files:
	sys/arch/hppa/dev: wax.c 

Log message:
ok, go in. we'll sync you later w/ asp and lasi


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:16:28

Modified files:
	sys/arch/hppa/gsc: com_gsc.c 

Log message:
interrupt now


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:28:23

Modified files:
	sys/arch/hppa/include: ansi.h asm.h float.h nvm.h pdc.h pmap.h 
	                       pte.h som.h stdarg.h types.h 

Log message:
proper m-include protection, some minor cleanups


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:29:50

Modified files:
	sys/arch/hppa/include: autoconf.h 

Log message:
cpu_intr_establish() proto


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:32:20

Modified files:
	sys/arch/hppa/include: intr.h 

Log message:
get closer to the interrupt handling times


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:32:54

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

Log message:
more reasonable VM_MAX_KERNEL_ADDRESS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/22 20:33:42

Modified files:
	sys/arch/alpha/alpha: disksubr.c 

Log message:
add missing done: label so this actually compiles


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/22 20:35:57

Modified files:
	sys/arch/alpha/alpha: disksubr.c 

Log message:
pasto in last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 20:36:54

Added files:
	sys/arch/hppa/include: bus.h 

Log message:
some bus.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/11/22 21:00:50

Modified files:
	misc/cdrecord  : Makefile 

Log message:
Remove hp300 and pmax from list of supported archs.  Kind of difficult to run
something that uses SCSI commands on systems without generic SCSI.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/22 21:19:10

Added files:
	sysutils/xosview/patches: patch-aa patch-ab 

Log message:
add OpenBSD interrupt meter support; untested on non-i386 platforms


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 21:24:30

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
some more 715th and 725th, better descriptions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/22 21:25:03

Modified files:
	sys/arch/hppa/dev: boards.h boards_data.h cpudevs.h 
	                   cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/22 21:35:26

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

Log message:
Even better; get rid of tempnam completely in favor of mkstemp)


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/22 21:41:51

Removed files:
	sysutils/xosview/patches: patch-aa patch-ab 

Log message:
remove interrupt meter support until it will be tested on non-i386


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 11:00:59

Modified files:
	usr.sbin/named/nslookup: list.c main.c subr.c 

Log message:
pass length for OpenFile(), bug in previous oflow detection; found by form


CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/23 11:56:56

Log message:
    Add KDE port
    
    Status:
    
    Vendor Tag:	yanick
    Release Tags:	yanick_1998-11-23
    
    N ports/x11/kdebase/Makefile
    N ports/x11/kdebase/files/md5
    N ports/x11/kdebase/pkg/COMMENT
    N ports/x11/kdebase/pkg/PLIST
    N ports/x11/kdebase/pkg/DESCR
    N ports/x11/kdebase/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/23 12:04:55

Modified files:
	x11            : Makefile 

Log message:
Add kdebase to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/23 12:23:27

Log message:
    Add kdelibs port
    
    Status:
    
    Vendor Tag:	yanick
    Release Tags:	yanick_1998-11-23
    
    N ports/x11/kdelibs/Makefile
    N ports/x11/kdelibs/files/md5
    N ports/x11/kdelibs/pkg/COMMENT
    N ports/x11/kdelibs/pkg/DESCR
    N ports/x11/kdelibs/pkg/PLIST
    N ports/x11/kdelibs/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	yanick@cvs.openbsd.org	1998/11/23 12:28:56

Modified files:
	x11            : Makefile 

Log message:
Add kdelibs to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/23 12:42:43

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

Log message:
clean up and make more quiet


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/23 12:56:51

Modified files:
	sys/dev/pci    : if_xl.c if_xlreg.h 

Log message:
clean up, make more quiet, and nuke unused 'csr' variable


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 14:19:34

Modified files:
	.              : orders.html 

Log message:
default to https port


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 14:50:40

Modified files:
	etc            : hosts 

Log message:
mention RFC 1918 hosts


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/11/23 14:55:58

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

Log message:
make quieter on out of memory conditions


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 14:59:25

Modified files:
	audio/gsm/pkg  : COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 15:00:21

Modified files:
	audio/nspmod/pkg: COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 15:02:20

Modified files:
	comms/pilot-link/pkg: COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 15:04:28

Modified files:
	comms/qpage/pkg: COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 15:06:31

Modified files:
	games/xgolgo/pkg: COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 15:08:01

Modified files:
	games/xonix/pkg: COMMENT 

Log message:
shorten COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 17:07:12

Modified files:
	graphics/ImageMagick: Makefile 
	graphics/ImageMagick/files: md5 
	graphics/ImageMagick/pkg: COMMENT PLIST PLIST.alpha 

Log message:
update to 4.1.4; fix COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/23 17:10:07

Modified files:
	graphics/compface: Makefile 

Log message:
update Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 17:39:47

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
AZT1008 sound card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 17:39:49

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 17:47:34

Modified files:
	.              : want.html 

Log message:
more details


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 18:03:43

Modified files:
	sbin/routed    : routed.8 

Log message:
typo; abs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 18:21:29

Modified files:
	usr.bin/yacc   : reader.c 

Log message:
fix memory leaks; itohy@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 18:21:36

Modified files:
	usr.bin/lex    : gen.c 

Log message:
fix memory leaks; itohy@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 18:25:47

Modified files:
	sbin/dump      : dump.h dumprmt.c main.c traverse.c 

Log message:
Wall, and do not let tapesize overflow


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 18:27:26

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
future ALS100+ devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 18:27:28

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/23 19:50:31

Modified files:
	.              : want.html 

Log message:
this is not a 'changes' page. it's about hardware wanted for the project.  meta stuff should be fixed as well i think


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/23 19:54:29

Modified files:
	sysutils/xosview: Makefile 
Added files:
	sysutils/xosview/patches: patch-aa patch-ab 

Log message:
add interrupt meter support. mark as BROKEN for /alpha


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/23 19:59:31

Modified files:
	.              : hppa.html 

Log message:
note bus adapters in the history


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 20:05:34

Modified files:
	sbin/ipf       : parse.c 

Log message:
Bail out instead of core-dumping if we don't understand the port range operator; ws@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 20:06:38

Modified files:
	usr.sbin/dhcp/server: dhcpd.8 

Log message:
grammer


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/23 20:12:04

Modified files:
	sys/arch/i386/pci: pcib.c 

Log message:
deal with busses which misidentify; enami@netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/23 21:02:13

Added files:
	editors/vim/patches: patch-ac patch-ad 

Log message:
fix mktemp


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/23 21:32:47

Modified files:
	bin/ksh        : c_ulimit.c 

Log message:
better error message from ulimit


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/23 21:56:36

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

Log message:
put kvtop() here, since it needs virtual_avail as the end
of equaly mapped area. use pmap_extracet() for the rest ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/24 00:30:49

Log message:
    GNU gettext
    
    Status:
    
    Vendor Tag:	jasoni
    Release Tags:	jasoni_1998_NOV_24
    
    N ports/devel/gettext/Makefile
    N ports/devel/gettext/files/md5
    N ports/devel/gettext/pkg/COMMENT
    N ports/devel/gettext/pkg/DESCR
    N ports/devel/gettext/pkg/PLIST
    N ports/devel/gettext/patches/patch-aa
    N ports/devel/gettext/patches/patch-ab
    N ports/devel/gettext/patches/patch-ac
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/24 00:36:35

Modified files:
	devel          : Makefile 

Log message:
add gettext


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/11/24 02:55:21

Modified files:
	news/newsfetch : Makefile 
	news/newsfetch/files: md5 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 03:04:07

Modified files:
	sys/netinet    : ip_cast.c ip_cast.h 

Log message:
Use our exact size types instead of char/long


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 03:19:25

Modified files:
	sys/sys        : md5k.h 

Log message:
Use our exact size types instead of short/long


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 07:41:59

Modified files:
	sbin/ipsecadm  : xf_flow.c 

Log message:
Align sockaddrs correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 10:37:45

Removed files:
	sys/arch/alpha/conf: OPAL 

Log message:
OPAL has been dead since, like, forever..


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/11/24 13:06:54

Modified files:
	net/dxpc/pkg   : COMMENT DESCR 

Log message:
swap COMMENT and DESC


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1998/11/24 13:15:24

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/24 15:44:17

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/24 15:44:19

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/24 17:30:26

Modified files:
	usr.bin/patch  : inp.c patch.1 patch.c pch.c 

Log message:
add -C


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/24 17:54:04

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: PLIST.template md5 
	lang/egcs-snapshot/files/tests: README i386.readme 
	lang/egcs-snapshot/pkg: COMMENT 
Added files:
	lang/egcs-snapshot/patches: patch-chill-bogus-dep 
	                            patch-core-config.open 
	                            patch-core-doc-ecpp 
	                            patch-core-doc-egcc 
	                            patch-core-name-transform 
	                            patch-g++-libshared.open 
	                            patch-g++-testlibio 
	                            patch-g++-testlibstd 
	                            patch-g77-doc-eg77 
	                            patch-g77-name-transform 
Removed files:
	lang/egcs-snapshot/pkg: PLIST 

Log message:
Moving stuff around, now that we have a better Makefile.
More configurability, newer snapshot, and killed gnu-make


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/24 17:54:53

Removed files:
	lang/egcs-snapshot/files/patches: patch-core-config.open 
	                                  patch-core-doc-ecpp 
	                                  patch-core-doc-egcc 
	                                  patch-core-name-transform 
	                                  patch-g++-libshared.open 

Log message:
Okay, I'm an idiot, I haven't figured out how to remove these files
along with the previous commmit...


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 18:03:00

Modified files:
	sys/netinet    : ip_esp_new.c 

Log message:
Tell caller of error condition


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/24 18:08:35

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

Log message:
- revert change now that we have patch -C
- fix PATCH_LIST so that is works
- add USE_AUTOCONF
- fix PATH env logic

plus some documentation...


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 19:01:28

Modified files:
	sys/netinet    : ip_ah_old.c ip_ah_new.c ip_esp_old.c 
	                 ip_esp_new.c ip_esp.h ip_ah.h 

Log message:
Add checks of packets getting to big after transforms.
Also make sure some more error conditions get told to the caller.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 19:11:44

Modified files:
	usr.bin/netstat: inet.c 

Log message:
Present new statistics field in ah/esp stats


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/24 19:31:00

Modified files:
	sys/netinet    : ip_esp_old.c 

Log message:
typo in diagnostic


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/24 20:16:24

Modified files:
	.              : i386.html 

Log message:
add isapnp section


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/24 20:16:37

Modified files:
	lib/libc/gen   : nlist.3 

Log message:
clarify; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/24 20:20:03

Modified files:
	libexec/getty  : gettytab.5 

Log message:
cleanup; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/24 20:30:56

Modified files:
	sbin/mount_xfs : mount_xfs.8 
	share/man/man8 : afterboot.8 

Log message:
minor cleanups; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/24 20:48:49

Modified files:
	libexec/getty  : gettytab.5 

Log message:
whoops


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/24 21:33:45

Modified files:
	share/man/man3 : assert.3 bitstring.3 dlfcn.3 intro.3 queue.3 
	                 stdarg.3 

Log message:
share/man/man3 man page repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/24 21:58:55

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amiga  : MAKEDEV 
	etc/etc.arc    : MAKEDEV 
	etc/etc.arm32  : MAKEDEV 
	etc/etc.atari  : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.pc532  : MAKEDEV 
	etc/etc.pmax   : MAKEDEV 
	etc/etc.powerpc: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sun3   : MAKEDEV 
	etc/etc.wgrisc : MAKEDEV 
	etc/etc.x68k   : MAKEDEV 

Log message:
remove bogus comment about pty use; chris@sefl.satelnet.org


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/24 22:18:49

Modified files:
	lib/libc/stdio : makebuf.c 

Log message:
Changes from NetBSD:
o Use S_ISCHR instead of doing it by hand
o st_blksize cannot be negative (christos)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/24 22:20:51

Modified files:
	sys/netinet    : tcp_output.c 

Log message:
Must use lmin() not min() when comparing longs.  Fixes alpha


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/24 22:44:37

Modified files:
	sys/netinet    : tcp_input.c tcp_output.c tcp_timer.c 

Log message:
more min vs. ulmin/lmin fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/24 23:12:38

Modified files:
	sys/conf       : GENERIC 

Log message:
Re-enable TCP_SACK/TCP_FACK now that it works on alpha


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/25 00:59:25

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/25 02:56:51

Modified files:
	sys/netinet    : ip_ah_old.c ip_ah_new.c ip_esp_old.c 
	                 ip_esp_new.c 

Log message:
Better error code for too large packets


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/25 04:01:14

Modified files:
	usr.bin/file/magdir: audio 

Log message:
Mpeg audio identification from ckane@best.com


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/11/25 04:47:17

Modified files:
	sys/netinet    : ip_ipsp.h 

Log message:
typo in comment


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1998/11/25 09:39:38

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

Log message:
fix comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/25 09:39:59

Log message:
    nkf 1.6.2. looked at FreeBSD port, nothing to keep but the web address.
    
    Status:
    
    Vendor Tag:	nkf-1_6_2
    Release Tags:	start
    
    N ports/japanese/nkf/Makefile
    N ports/japanese/nkf/files/Makefile
    N ports/japanese/nkf/files/md5
    N ports/japanese/nkf/files/nkf.1
    N ports/japanese/nkf/pkg/COMMENT
    N ports/japanese/nkf/pkg/DESCR
    N ports/japanese/nkf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/25 15:33:38

Modified files:
	bin/ps         : keyword.c 

Log message:
null pointers are not your friend


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/25 21:26:00

Modified files:
	share/man/man5 : a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 
	                 fbtab.5 fs.5 fstab.5 group.5 hosts.5 
	                 hosts.equiv.5 link.5 motd.5 netgroup.5 
	                 networks.5 passwd.5 passwd.conf.5 phones.5 
	                 printcap.5 protocols.5 remote.5 resolv.conf.5 
	                 rpc.5 services.5 shells.5 stab.5 sysctl.conf.5 
	                 types.5 utmp.5 

Log message:
share/man/man5/ man page repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/25 21:32:10

Modified files:
	share/man/man3 : bitstring.3 

Log message:
whoops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/26 10:12:12

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
shorten, new s3 card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/26 10:12:17

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1998/11/26 10:22:53

Log message:
    prc-tools from FreeBSD, with some minor changes/additions.
    
    This is a developer's toolkit for building applications for the
    PalmPilot, using gcc/gdb/binutils. As it stands, it supports PalmOS2,
    but I've added a message in the Makefile describing how to add PalmIII
    support (very straightforward).
    
    Status:
    
    Vendor Tag:	angelos
    Release Tags:	prc-tools
    
    N ports/devel/prc-tools/Makefile
    N ports/devel/prc-tools/files/md5
    N ports/devel/prc-tools/pkg/COMMENT
    N ports/devel/prc-tools/pkg/DESCR
    N ports/devel/prc-tools/pkg/PLIST
    N ports/devel/prc-tools/patches/patch-aa
    N ports/devel/prc-tools/patches/patch-ab
    N ports/devel/prc-tools/patches/patch-ac
    N ports/devel/prc-tools/patches/patch-ad
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1998/11/26 10:24:35

Modified files:
	devel          : Makefile 

Log message:
Add prc-tools.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/26 11:22:07

Log message:
    All fixes actually entered into the main source.
    Clean port, no patches.
    Similar to rdist, but leaner, and works over ssh.
    
    Status:
    
    Vendor Tag:	rsync-2_2_1
    Release Tags:	cool
    
    N ports/net/rsync/Makefile
    N ports/net/rsync/files/md5
    N ports/net/rsync/pkg/PLIST
    N ports/net/rsync/pkg/COMMENT
    N ports/net/rsync/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/11/26 12:41:23

Modified files:
	net/rsync      : Makefile 

Log message:
Update URL


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/26 13:58:31

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/26 13:58:40

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1998/11/26 14:02:31

Modified files:
	.              : donations.html 

Log message:
A donation to anoncvs.se


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/26 14:32:51

Modified files:
	sbin/badsect   : badsect.8 

Log message:
remove redundancy


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/26 18:17:34

Modified files:
	sys/dev/eisa   : eisadevs 

Log message:
some more HP eisa system boards


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/26 18:18:40

Modified files:
	sys/dev/eisa   : eisadevs.h eisadevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/26 19:47:46

Modified files:
	.              : orders.html 

Log message:
they do not have ssl


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/26 19:56:39

Modified files:
	.              : orders.html 

Log message:
further emphasize what is SSL and what is not


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:42:41

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
oops, some 3com errors


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:42:45

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:49:10

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
clarify 3com devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:49:13

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:51:27

Modified files:
	share/man/man4 : ec.4 ep.4 
	share/man/man4/man4.i386: eg.4 el.4 

Log message:
clarify Etherlink XXX names


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:55:40

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:55:54

Modified files:
	.              : want.html 

Log message:
heck, ask for random pcmcia devices too


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 01:57:15

Modified files:
	.              : want.html 

Log message:
will trade stickers for hardware


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/27 03:42:46

Modified files:
	x11/qt         : Makefile 
	x11/qt/files   : md5 
	x11/qt/pkg     : PLIST PLIST.alpha 

Log message:
update to 1.41


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	1998/11/27 03:51:55

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

Log message:
make plist: treat links to dirs as files, not dirs


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/27 03:51:59

Removed files:
	x11/qt/patches : patch-aa patch-ab 

Log message:
Oops. We do not need patches for 1.41...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 11:03:05

Modified files:
	.              : anoncvs.html 

Log message:
.jp anoncvs server


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/27 15:52:42

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
indentation police


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/27 16:26:33

Log message:
    Blackbox window manager.  -courtesy of Bruno Rohee <rohee@essi.fr>
    
    Status:
    
    Vendor Tag:	jasoni
    Release Tags:	blackbox_1998-NOV-27
    
    N ports/x11/blackbox/Makefile
    N ports/x11/blackbox/files/md5
    N ports/x11/blackbox/patches/patch-aa
    N ports/x11/blackbox/pkg/COMMENT
    N ports/x11/blackbox/pkg/DESCR
    N ports/x11/blackbox/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/27 16:32:33

Modified files:
	x11            : Makefile 

Log message:
Add Blackbox to Makefile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/11/27 16:35:33

Modified files:
	x11/blackbox   : Makefile 

Log message:
oops, add tag


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 18:27:40

Modified files:
	sys/dev/isa    : isavar.h 

Log message:
need ia_memh fake tag


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 18:29:05

Modified files:
	sys/dev/isa    : files.isa files.isapnp if_we.c 

Log message:
first attempt at SMC EtherEZ (8416) on isapnp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 18:29:16

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

Log message:
SMC on isapnp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 19:29:29

Modified files:
	sys/dev/isa    : if_we.c 

Log message:
no debug by default


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1998/11/27 19:37:35

Modified files:
	usr.bin/top    : machine.c 

Log message:
do not count swap spaces that were not swapon(2)ed


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/27 20:20:36

Modified files:
	bin/cat        : cat.1 
	bin/cp         : cp.1 
	bin/chio       : chio.1 
	bin/chmod      : chmod.1 
	bin/csh        : csh.1 
	bin/date       : date.1 
	bin/dd         : dd.1 
	bin/df         : df.1 
	bin/domainname : domainname.1 
	bin/echo       : echo.1 
	bin/ed         : ed.1 
	bin/expr       : expr.1 
	bin/hostname   : hostname.1 
	bin/kill       : kill.1 
	bin/ln         : ln.1 
	bin/ls         : ls.1 
	bin/mkdir      : mkdir.1 
	bin/mt         : mt.1 
	bin/mv         : mv.1 
	bin/pax        : cpio.1 pax.1 
	bin/ps         : ps.1 
	bin/pwd        : pwd.1 
	bin/rcp        : rcp.1 
	bin/rm         : rm.1 
	bin/rmail      : rmail.8 
	bin/rmdir      : rmdir.1 
	bin/sleep      : sleep.1 
	bin/stty       : stty.1 
	bin/sync       : sync.8 
	bin/test       : test.1 

Log message:
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/27 20:33:04

Modified files:
	.              : hppa.html 

Log message:
some more hardware


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/27 20:38:02

Modified files:
	share/man/man7 : environ.7 hier.7 hostname.7 intro.7 mailaddr.7 
	                 ports.7 

Log message:
share/man/man7/ man page repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/27 20:41:46

Modified files:
	usr.bin/cut    : cut.c 

Log message:
use strsep() instead of strtok(), in particular to avoid an infinite loop


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/27 21:06:05

Modified files:
	sys/conf       : files 

Log message:
lpt is definately IEEE 1284


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/27 21:07:26

Modified files:
	usr.sbin/bootpd: bootpd.c bootpgw.c bootptest.c getether.c 
	                 print-bootp.c readfile.c 

Log message:
o use in_port_t
o be careful with string copies; use strlcpy/strlcat when sensible
o ignore requests with bogus network types


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/27 21:11:25

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

Log message:
use MAXPATHLEN


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/11/27 21:18:38

Modified files:
	.              : want.html 

Log message:
ask for some long-live isotopes


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 21:24:13

Modified files:
	.              : security.html errata.html errata23.html 
	                 plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/27 21:24:54

Modified files:
	.              : errata23.html 

Log message:
specific 2.3 patches, actually


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/11/27 22:02:05

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

Log message:
Remove unused headers.


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 01:57:10

Log message:
    Import of XFree86 3.3.3
    
    Status:
    
    Vendor Tag:	XFREE86
    Release Tags:	XFREE86_3_3_3
    
    U X11/xc/INSTALL.PS
    U X11/xc/INSTALL.TXT
    U X11/xc/LABEL
    U X11/xc/Imakefile
    U X11/xc/RELNOTES.PS
    U X11/xc/Makefile
    U X11/xc/RELNOTES.TXT
    C X11/xc/bug-report
    U X11/xc/registry
    U X11/xc/config/Imakefile
    U X11/xc/config/cf/noop.rules
    U X11/xc/config/cf/Amoeba.cf
    U X11/xc/config/cf/DGUX.cf
    C X11/xc/config/cf/FreeBSD.cf
    C X11/xc/config/cf/Imake.cf
    C X11/xc/config/cf/Imake.rules
    C X11/xc/config/cf/Imake.tmpl
    U X11/xc/config/cf/Imakefile
    U X11/xc/config/cf/Library.tmpl
    U X11/xc/config/cf/Mips.cf
    U X11/xc/config/cf/Motif.rules
    U X11/xc/config/cf/Motif.tmpl
    U X11/xc/config/cf/NetBSD.cf
    U X11/xc/config/cf/Oki.cf
    C X11/xc/config/cf/OpenBSD.cf
    U X11/xc/config/cf/README
    U X11/xc/config/cf/Server.tmpl
    U X11/xc/config/cf/ServerLib.tmpl
    U X11/xc/config/cf/Threads.tmpl
    U X11/xc/config/cf/Win32.cf
    U X11/xc/config/cf/Win32.rules
    U X11/xc/config/cf/WinLib.tmpl
    C X11/xc/config/cf/X11.rules
    C X11/xc/config/cf/X11.tmpl
    U X11/xc/config/cf/apollo.cf
    U X11/xc/config/cf/bsd.cf
    U X11/xc/config/cf/bsdLib.rules
    U X11/xc/config/cf/bsdLib.tmpl
    U X11/xc/config/cf/bsdi.cf
    U X11/xc/config/cf/cde.rules
    U X11/xc/config/cf/cde.tmpl
    U X11/xc/config/cf/convex.cf
    U X11/xc/config/cf/cray.cf
    U X11/xc/config/cf/fujitsu.cf
    U X11/xc/config/cf/generic.cf
    U X11/xc/config/cf/hp.cf
    U X11/xc/config/cf/hpLib.rules
    U X11/xc/config/cf/hpLib.tmpl
    U X11/xc/config/cf/ibm.cf
    U X11/xc/config/cf/ibmLib.rules
    U X11/xc/config/cf/ibmLib.tmpl
    U X11/xc/config/cf/isc.cf
    U X11/xc/config/cf/linux.cf
    U X11/xc/config/cf/lnxLib.rules
    U X11/xc/config/cf/lnxLib.tmpl
    C X11/xc/config/cf/lnxdoc.rules
    C X11/xc/config/cf/lnxdoc.tmpl
    U X11/xc/config/cf/luna.cf
    U X11/xc/config/cf/lynx.cf
    U X11/xc/config/cf/macII.cf
    U X11/xc/config/cf/mach.cf
    U X11/xc/config/cf/minix.cf
    U X11/xc/config/cf/moto.cf
    U X11/xc/config/cf/ncr.cf
    U X11/xc/config/cf/nec.cf
    U X11/xc/config/cf/necLib.rules
    U X11/xc/config/cf/necLib.tmpl
    U X11/xc/config/cf/oldlib.rules
    U X11/xc/config/cf/os2.cf
    U X11/xc/config/cf/os2.rules
    U X11/xc/config/cf/os2Lib.rules
    U X11/xc/config/cf/os2Lib.tmpl
    U X11/xc/config/cf/osf1.cf
    U X11/xc/config/cf/osfLib.rules
    U X11/xc/config/cf/osfLib.tmpl
    U X11/xc/config/cf/pegasus.cf
    U X11/xc/config/cf/sco.cf
    U X11/xc/config/cf/sco5.cf
    U X11/xc/config/cf/scoLib.rules
    U X11/xc/config/cf/sequent.cf
    U X11/xc/config/cf/sgi.cf
    U X11/xc/config/cf/sgiLib.rules
    U X11/xc/config/cf/sgiLib.tmpl
    U X11/xc/config/cf/site.def
    U X11/xc/config/cf/sony.cf
    C X11/xc/config/cf/sun.cf
    U X11/xc/config/cf/sunLib.rules
    U X11/xc/config/cf/sunLib.tmpl
    U X11/xc/config/cf/sv3Lib.rules
    U X11/xc/config/cf/sv3Lib.tmpl
    U X11/xc/config/cf/sv4Lib.rules
    U X11/xc/config/cf/sv4Lib.tmpl
    U X11/xc/config/cf/svr3.cf
    U X11/xc/config/cf/svr4.cf
    U X11/xc/config/cf/ultrix.cf
    U X11/xc/config/cf/usl.cf
    U X11/xc/config/cf/x386.cf
    U X11/xc/config/cf/xf86.rules
    U X11/xc/config/cf/xf86.tmpl
    C X11/xc/config/cf/xf86site.def
    C X11/xc/config/cf/xfree86.cf
    U X11/xc/config/imake/Imakefile
    U X11/xc/config/imake/Makefile.ini
    U X11/xc/config/imake/ccimake.c
    U X11/xc/config/imake/imake.c
    U X11/xc/config/imake/imake.man
    C X11/xc/config/imake/imakemdep.h
    U X11/xc/config/imake/imakesvc.cmd
    U X11/xc/config/makedepend/Imakefile
    U X11/xc/config/makedepend/cpp.ed
    U X11/xc/config/makedepend/cppsetup.c
    U X11/xc/config/makedepend/def.h
    U X11/xc/config/makedepend/ifparser.c
    U X11/xc/config/makedepend/ifparser.h
    U X11/xc/config/makedepend/include.c
    U X11/xc/config/makedepend/main.c
    U X11/xc/config/makedepend/mkdepend.man
    U X11/xc/config/makedepend/parse.c
    U X11/xc/config/makedepend/pr.c
    U X11/xc/config/util/crayar.sh
    C X11/xc/config/util/Imakefile
    U X11/xc/config/util/Makefile.ini
    U X11/xc/config/util/added.cmd
    U X11/xc/config/util/aminstall.sh
    U X11/xc/config/util/bsdinst.sh
    U X11/xc/config/util/buildos2.cmd
    U X11/xc/config/util/checktree.c
    U X11/xc/config/util/chownxterm.c
    U X11/xc/config/util/x11mf.sh
    U X11/xc/config/util/elistgen.hp
    U X11/xc/config/util/elistgen.ibm
    U X11/xc/config/util/elistgen.sun
    U X11/xc/config/util/elistgen.usl
    U X11/xc/config/util/gccmdep.cpp
    U X11/xc/config/util/indir.cmd
    U X11/xc/config/util/install.sh
    U X11/xc/config/util/instos2.cmd
    U X11/xc/config/util/lndir.c
    U X11/xc/config/util/lndir.man
    U X11/xc/config/util/makeg.man
    U X11/xc/config/util/makeg.sh
    C X11/xc/config/util/makestrs.c
    U X11/xc/config/util/makestrs.man
    U X11/xc/config/util/mdepend.cpp
    U X11/xc/config/util/mergelib.cpp
    U X11/xc/config/util/mkdirhier.c
    U X11/xc/config/util/mkdirhier.cmd
    U X11/xc/config/util/mkdirhier.man
    U X11/xc/config/util/mkdirhier.sh
    U X11/xc/config/util/os2inst.cmd
    U X11/xc/config/util/remove.cmd
    U X11/xc/config/util/syminst.sh
    U X11/xc/config/util/xmake.cmd
    U X11/xc/config/util/xmkmf.cmd
    U X11/xc/config/util/xmkmf.cpp
    U X11/xc/config/util/xmkmf.man
    U X11/xc/config/util/mkshadow/README
    U X11/xc/config/util/mkshadow/Imakefile
    U X11/xc/config/util/mkshadow/mkshadow.c
    U X11/xc/config/util/mkshadow/savedir.c
    U X11/xc/config/util/mkshadow/wildmat.c
    U X11/xc/doc/Imakefile
    U X11/xc/doc/man/Imakefile
    U X11/xc/doc/man/X11/AllPlanes.man
    U X11/xc/doc/man/X11/BlkPScrn.man
    U X11/xc/doc/man/X11/Dis3C.man
    U X11/xc/doc/man/X11/ImageOrd.man
    U X11/xc/doc/man/X11/Imakefile
    U X11/xc/doc/man/X11/IsCKey.man
    U X11/xc/doc/man/X11/XACHints.man
    U X11/xc/doc/man/X11/XAIcSize.man
    U X11/xc/doc/man/X11/XASCmap.man
    U X11/xc/doc/man/X11/XASHints.man
    U X11/xc/doc/man/X11/XAWMHints.man
    U X11/xc/doc/man/X11/XAddHost.man
    U X11/xc/doc/man/X11/XAllColor.man
    U X11/xc/doc/man/X11/XAllEvnt.man
    U X11/xc/doc/man/X11/XAnyEvent.man
    U X11/xc/doc/man/X11/XButEvent.man
    U X11/xc/doc/man/X11/XCKCntrl.man
    U X11/xc/doc/man/X11/XCKMping.man
    U X11/xc/doc/man/X11/XCMEvent.man
    U X11/xc/doc/man/X11/XCPCntrl.man
    U X11/xc/doc/man/X11/XCSSet.man
    U X11/xc/doc/man/X11/XCWAttrib.man
    U X11/xc/doc/man/X11/XCWEvent.man
    U X11/xc/doc/man/X11/XCirEvent.man
    U X11/xc/doc/man/X11/XCirREven.man
    U X11/xc/doc/man/X11/XClrArea.man
    U X11/xc/doc/man/X11/XCmpEvent.man
    U X11/xc/doc/man/X11/XConEvent.man
    U X11/xc/doc/man/X11/XConREven.man
    U X11/xc/doc/man/X11/XConfWin.man
    U X11/xc/doc/man/X11/XCopyArea.man
    U X11/xc/doc/man/X11/XCreCmap.man
    U X11/xc/doc/man/X11/XCreFCur.man
    U X11/xc/doc/man/X11/XCreFSet.man
    U X11/xc/doc/man/X11/XCreGC.man
    U X11/xc/doc/man/X11/XCreIC.man
    U X11/xc/doc/man/X11/XCreImage.man
    U X11/xc/doc/man/X11/XCreOC.man
    U X11/xc/doc/man/X11/XCrePmap.man
    U X11/xc/doc/man/X11/XCreReg.man
    U X11/xc/doc/man/X11/XCreWin.man
    U X11/xc/doc/man/X11/XCroEvent.man
    U X11/xc/doc/man/X11/XDWEvent.man
    U X11/xc/doc/man/X11/XDefCur.man
    U X11/xc/doc/man/X11/XDesWin.man
    U X11/xc/doc/man/X11/XDrArc.man
    U X11/xc/doc/man/X11/XDrIStr.man
    U X11/xc/doc/man/X11/XDrLine.man
    U X11/xc/doc/man/X11/XDrPoint.man
    U X11/xc/doc/man/X11/XDrRect.man
    U X11/xc/doc/man/X11/XDrString.man
    U X11/xc/doc/man/X11/XDrText.man
    U X11/xc/doc/man/X11/XERegion.man
    U X11/xc/doc/man/X11/XEnumDB.man
    U X11/xc/doc/man/X11/XEofFSet.man
    U X11/xc/doc/man/X11/XErrEvent.man
    U X11/xc/doc/man/X11/XExpEvent.man
    U X11/xc/doc/man/X11/XFCEvent.man
    U X11/xc/doc/man/X11/XFEvent.man
    U X11/xc/doc/man/X11/XFSExt.man
    U X11/xc/doc/man/X11/XFillRect.man
    U X11/xc/doc/man/X11/XFlush.man
    U X11/xc/doc/man/X11/XFofFSet.man
    U X11/xc/doc/man/X11/XFree.man
    U X11/xc/doc/man/X11/XGEEvent.man
    U X11/xc/doc/man/X11/XGEvent.man
    U X11/xc/doc/man/X11/XGFDBase.man
    U X11/xc/doc/man/X11/XGetRes.man
    U X11/xc/doc/man/X11/XGetVInfo.man
    U X11/xc/doc/man/X11/XGetWAttr.man
    U X11/xc/doc/man/X11/XGetWProp.man
    U X11/xc/doc/man/X11/XGrButton.man
    U X11/xc/doc/man/X11/XGrKey.man
    U X11/xc/doc/man/X11/XGrKeybrd.man
    U X11/xc/doc/man/X11/XGrPntr.man
    U X11/xc/doc/man/X11/XGrServer.man
    U X11/xc/doc/man/X11/XIcWin.man
    U X11/xc/doc/man/X11/XIfEvent.man
    U X11/xc/doc/man/X11/XInitial.man
    U X11/xc/doc/man/X11/XInstCmap.man
    U X11/xc/doc/man/X11/XIntConn.man
    U X11/xc/doc/man/X11/XInterReg.man
    U X11/xc/doc/man/X11/XInternA.man
    U X11/xc/doc/man/X11/XKMapEven.man
    U X11/xc/doc/man/X11/XListFont.man
    U X11/xc/doc/man/X11/XLoadFont.man
    U X11/xc/doc/man/X11/XLookKsym.man
    U X11/xc/doc/man/X11/XMDBases.man
    U X11/xc/doc/man/X11/XMEvent.man
    U X11/xc/doc/man/X11/XMREvent.man
    U X11/xc/doc/man/X11/XMapWin.man
    U X11/xc/doc/man/X11/XNEvent.man
    U X11/xc/doc/man/X11/XNoOp.man
    U X11/xc/doc/man/X11/XOpDsply.man
    U X11/xc/doc/man/X11/XOpenIM.man
    U X11/xc/doc/man/X11/XOpenOM.man
    U X11/xc/doc/man/X11/XPEvent.man
    U X11/xc/doc/man/X11/XParGeom.man
    U X11/xc/doc/man/X11/XPolyReg.man
    U X11/xc/doc/man/X11/XPutBEvnt.man
    U X11/xc/doc/man/X11/XPutImage.man
    U X11/xc/doc/man/X11/XPutRes.man
    U X11/xc/doc/man/X11/XQBSize.man
    U X11/xc/doc/man/X11/XQColor.man
    U X11/xc/doc/man/X11/XQPointer.man
    U X11/xc/doc/man/X11/XQTree.man
    U X11/xc/doc/man/X11/XREvent.man
    U X11/xc/doc/man/X11/XRMStr.man
    U X11/xc/doc/man/X11/XRREvent.man
    U X11/xc/doc/man/X11/XRaiseWin.man
    U X11/xc/doc/man/X11/XReadBF.man
    U X11/xc/doc/man/X11/XRecCur.man
    U X11/xc/doc/man/X11/XReparWin.man
    U X11/xc/doc/man/X11/XSCEvent.man
    U X11/xc/doc/man/X11/XSContext.man
    U X11/xc/doc/man/X11/XSEvent.man
    U X11/xc/doc/man/X11/XSICFoc.man
    U X11/xc/doc/man/X11/XSICVals.man
    U X11/xc/doc/man/X11/XSInput.man
    U X11/xc/doc/man/X11/XSLTTProp.man
    U X11/xc/doc/man/X11/XSREvent.man
    U X11/xc/doc/man/X11/XSeArcMod.man
    U X11/xc/doc/man/X11/XSeClipO.man
    U X11/xc/doc/man/X11/XSeClosDM.man
    U X11/xc/doc/man/X11/XSeCmd.man
    U X11/xc/doc/man/X11/XSeErrHan.man
    U X11/xc/doc/man/X11/XSeEvent.man
    U X11/xc/doc/man/X11/XSeFillS.man
    U X11/xc/doc/man/X11/XSeFont.man
    U X11/xc/doc/man/X11/XSeFontP.man
    U X11/xc/doc/man/X11/XSeInFoc.man
    U X11/xc/doc/man/X11/XSeLAttr.man
    U X11/xc/doc/man/X11/XSePMap.man
    U X11/xc/doc/man/X11/XSeScSav.man
    U X11/xc/doc/man/X11/XSeSelOwn.man
    U X11/xc/doc/man/X11/XSeState.man
    U X11/xc/doc/man/X11/XSeTFHint.man
    U X11/xc/doc/man/X11/XSeTProp.man
    U X11/xc/doc/man/X11/XSeTile.man
    U X11/xc/doc/man/X11/XSeWMCMac.man
    U X11/xc/doc/man/X11/XSeWMCWin.man
    U X11/xc/doc/man/X11/XSeWMINam.man
    U X11/xc/doc/man/X11/XSeWMName.man
    U X11/xc/doc/man/X11/XSeWMProp.man
    U X11/xc/doc/man/X11/XSeWMProt.man
    U X11/xc/doc/man/X11/XStBytes.man
    U X11/xc/doc/man/X11/XStColors.man
    U X11/xc/doc/man/X11/XStTKsym.man
    U X11/xc/doc/man/X11/XSupLoc.man
    U X11/xc/doc/man/X11/XSync.man
    U X11/xc/doc/man/X11/XTLTTProp.man
    U X11/xc/doc/man/X11/XTextExt.man
    U X11/xc/doc/man/X11/XTextWid.man
    U X11/xc/doc/man/X11/XThreads.man
    U X11/xc/doc/man/X11/XUQuark.man
    U X11/xc/doc/man/X11/XTranWCo.man
    U X11/xc/doc/man/X11/XUmapEven.man
    U X11/xc/doc/man/X11/XUnmapWin.man
    U X11/xc/doc/man/X11/XVCNList.man
    U X11/xc/doc/man/X11/XVEvent.man
    U X11/xc/doc/man/X11/XWarpPntr.man
    U X11/xc/doc/man/X11/Xcms3CoC.man
    U X11/xc/doc/man/X11/XcmsAClr.man
    U X11/xc/doc/man/X11/XcmsCClrs.man
    U X11/xc/doc/man/X11/XcmsClr.man
    U X11/xc/doc/man/X11/XcmsCre3C.man
    U X11/xc/doc/man/X11/XcmsD3C.man
    U X11/xc/doc/man/X11/XcmsLaQMC.man
    U X11/xc/doc/man/X11/XcmsLuQMC.man
    U X11/xc/doc/man/X11/XcmsQBlk.man
    U X11/xc/doc/man/X11/XcmsQClr.man
    U X11/xc/doc/man/X11/XcmsSClr.man
    U X11/xc/doc/man/X11/XcmsSWP.man
    U X11/xc/doc/man/X11/XcmsTQMC.man
    U X11/xc/doc/man/X11/XmbDIStr.man
    U X11/xc/doc/man/X11/XmbDStr.man
    U X11/xc/doc/man/X11/XmbDTxt.man
    U X11/xc/doc/man/X11/XmbLStr.man
    U X11/xc/doc/man/X11/XmbRIC.man
    U X11/xc/doc/man/X11/XmbTEsc.man
    U X11/xc/doc/man/X11/XmbTExt.man
    U X11/xc/doc/man/X11/XmbTPCEx.man
    U X11/xc/doc/man/Xau/Imakefile
    U X11/xc/doc/man/Xau/Xau.man
    U X11/xc/doc/man/Xext/Imakefile
    U X11/xc/doc/man/Xext/XShape.man
    U X11/xc/doc/man/Xext/Xmbuf.man
    U X11/xc/doc/man/Xext/dbe/DBE.man
    U X11/xc/doc/man/Xext/dbe/Imakefile
    U X11/xc/doc/man/Xext/dbe/XdbeAllo.man
    U X11/xc/doc/man/Xext/dbe/XdbeBegi.man
    U X11/xc/doc/man/Xext/dbe/XdbeDeal.man
    U X11/xc/doc/man/Xext/dbe/XdbeEndI.man
    U X11/xc/doc/man/Xext/dbe/XdbeFree.man
    U X11/xc/doc/man/Xext/dbe/XdbeGetB.man
    U X11/xc/doc/man/Xext/dbe/XdbeGetV.man
    U X11/xc/doc/man/Xext/dbe/XdbeQuer.man
    U X11/xc/doc/man/Xext/dbe/XdbeSwap.man
    U X11/xc/doc/man/Xi/Imakefile
    U X11/xc/doc/man/Xi/XAllDvEv.man
    U X11/xc/doc/man/Xi/XChDCtl.man
    U X11/xc/doc/man/Xi/XChFCtl.man
    U X11/xc/doc/man/Xi/XChKMap.man
    U X11/xc/doc/man/Xi/XChMMap.man
    U X11/xc/doc/man/Xi/XChProp.man
    U X11/xc/doc/man/Xi/XChgKbd.man
    U X11/xc/doc/man/Xi/XChgPtr.man
    U X11/xc/doc/man/Xi/XDevBell.man
    U X11/xc/doc/man/Xi/XGetDvMo.man
    U X11/xc/doc/man/Xi/XGetExtV.man
    U X11/xc/doc/man/Xi/XGrDvBut.man
    U X11/xc/doc/man/Xi/XGrDvKey.man
    U X11/xc/doc/man/Xi/XGrabDev.man
    U X11/xc/doc/man/Xi/XListDev.man
    U X11/xc/doc/man/Xi/XOpenDev.man
    U X11/xc/doc/man/Xi/XQueryDv.man
    U X11/xc/doc/man/Xi/XSExEvnt.man
    U X11/xc/doc/man/Xi/XSeBMap.man
    U X11/xc/doc/man/Xi/XSeDvFoc.man
    U X11/xc/doc/man/Xi/XSelExtEv.man
    U X11/xc/doc/man/Xi/XSetDVal.man
    U X11/xc/doc/man/Xi/XSetMode.man
    U X11/xc/doc/man/Xt/Imakefile
    U X11/xc/doc/man/Xt/XtActHook.man
    U X11/xc/doc/man/Xt/XtAddAct.man
    U X11/xc/doc/man/Xt/XtAddCbk.man
    U X11/xc/doc/man/Xt/XtAddEHand.man
    U X11/xc/doc/man/Xt/XtAddETReg.man
    U X11/xc/doc/man/Xt/XtAddGrab.man
    U X11/xc/doc/man/Xt/XtAddIn.man
    U X11/xc/doc/man/Xt/XtAllocGC.man
    U X11/xc/doc/man/Xt/XtAppAAct.man
    U X11/xc/doc/man/Xt/XtAppAC.man
    U X11/xc/doc/man/Xt/XtAppAI.man
    U X11/xc/doc/man/Xt/XtAppASig.man
    U X11/xc/doc/man/Xt/XtAppATO.man
    U X11/xc/doc/man/Xt/XtAppAWP.man
    U X11/xc/doc/man/Xt/XtAppCSh.man
    U X11/xc/doc/man/Xt/XtAppE.man
    U X11/xc/doc/man/Xt/XtAppEM.man
    U X11/xc/doc/man/Xt/XtAppGEDB.man
    U X11/xc/doc/man/Xt/XtAppGSTO.man
    U X11/xc/doc/man/Xt/XtAppInit.man
    U X11/xc/doc/man/Xt/XtAppLock.man
    U X11/xc/doc/man/Xt/XtAppNEv.man
    U X11/xc/doc/man/Xt/XtAppRCR.man
    U X11/xc/doc/man/Xt/XtAppSEF.man
    U X11/xc/doc/man/Xt/XtAppSTC.man
    U X11/xc/doc/man/Xt/XtAppSetFR.man
    U X11/xc/doc/man/Xt/XtBEMask.man
    U X11/xc/doc/man/Xt/XtBlockH.man
    U X11/xc/doc/man/Xt/XtCallAFoc.man
    U X11/xc/doc/man/Xt/XtCallActP.man
    U X11/xc/doc/man/Xt/XtCallCbks.man
    U X11/xc/doc/man/Xt/XtClass.man
    U X11/xc/doc/man/Xt/XtClickT.man
    U X11/xc/doc/man/Xt/XtConfWid.man
    U X11/xc/doc/man/Xt/XtConvSt.man
    U X11/xc/doc/man/Xt/XtConvert.man
    U X11/xc/doc/man/Xt/XtCreACon.man
    U X11/xc/doc/man/Xt/XtCreASh.man
    U X11/xc/doc/man/Xt/XtCrePSh.man
    U X11/xc/doc/man/Xt/XtCreWid.man
    U X11/xc/doc/man/Xt/XtCreWin.man
    U X11/xc/doc/man/Xt/XtCreateSR.man
    U X11/xc/doc/man/Xt/XtDStrCW.man
    U X11/xc/doc/man/Xt/XtDisACon.man
    U X11/xc/doc/man/Xt/XtDisplay.man
    U X11/xc/doc/man/Xt/XtDisplayI.man
    U X11/xc/doc/man/Xt/XtErr.man
    U X11/xc/doc/man/Xt/XtErrM.man
    U X11/xc/doc/man/Xt/XtExtEvDis.man
    U X11/xc/doc/man/Xt/XtFindF.man
    U X11/xc/doc/man/Xt/XtGEDB.man
    U X11/xc/doc/man/Xt/XtGetANC.man
    U X11/xc/doc/man/Xt/XtGetActK.man
    U X11/xc/doc/man/Xt/XtGetActL.man
    U X11/xc/doc/man/Xt/XtGetAres.man
    U X11/xc/doc/man/Xt/XtGetClExt.man
    U X11/xc/doc/man/Xt/XtGetDisp.man
    U X11/xc/doc/man/Xt/XtGetGC.man
    U X11/xc/doc/man/Xt/XtGetKFoc.man
    U X11/xc/doc/man/Xt/XtGetRList.man
    U X11/xc/doc/man/Xt/XtGetSP.man
    U X11/xc/doc/man/Xt/XtGetSR.man
    U X11/xc/doc/man/Xt/XtGetSTO.man
    U X11/xc/doc/man/Xt/XtGetSVal.man
    U X11/xc/doc/man/Xt/XtGetSValI.man
    U X11/xc/doc/man/Xt/XtGetSres.man
    U X11/xc/doc/man/Xt/XtGrabKey.man
    U X11/xc/doc/man/Xt/XtHookOD.man
    U X11/xc/doc/man/Xt/XtInit.man
    U X11/xc/doc/man/Xt/XtInitWC.man
    U X11/xc/doc/man/Xt/XtKeysym.man
    U X11/xc/doc/man/Xt/XtLastProc.man
    U X11/xc/doc/man/Xt/XtMakGReq.man
    U X11/xc/doc/man/Xt/XtMalloc.man
    U X11/xc/doc/man/Xt/XtManChild.man
    U X11/xc/doc/man/Xt/XtMapWid.man
    U X11/xc/doc/man/Xt/XtName.man
    U X11/xc/doc/man/Xt/XtNameTWid.man
    U X11/xc/doc/man/Xt/XtNextEv.man
    U X11/xc/doc/man/Xt/XtOffset.man
    U X11/xc/doc/man/Xt/XtOpenApp.man
    U X11/xc/doc/man/Xt/XtOwnSel.man
    U X11/xc/doc/man/Xt/XtParATab.man
    U X11/xc/doc/man/Xt/XtParTTab.man
    U X11/xc/doc/man/Xt/XtParent.man
    U X11/xc/doc/man/Xt/XtPopdown.man
    U X11/xc/doc/man/Xt/XtPopup.man
    U X11/xc/doc/man/Xt/XtProcLock.man
    U X11/xc/doc/man/Xt/XtQueryGeo.man
    U X11/xc/doc/man/Xt/XtRealize.man
    U X11/xc/doc/man/Xt/XtRegDraw.man
    U X11/xc/doc/man/Xt/XtRegGA.man
    U X11/xc/doc/man/Xt/XtResPA.man
    U X11/xc/doc/man/Xt/XtResPath.man
    U X11/xc/doc/man/Xt/XtSession.man
    U X11/xc/doc/man/Xt/XtSetArg.man
    U X11/xc/doc/man/Xt/XtSetKFoc.man
    U X11/xc/doc/man/Xt/XtSetKTr.man
    U X11/xc/doc/man/Xt/XtSetLangP.man
    U X11/xc/doc/man/Xt/XtSetSP.man
    U X11/xc/doc/man/Xt/XtSetSens.man
    U X11/xc/doc/man/Xt/XtSetVal.man
    U X11/xc/doc/man/Xt/XtSetWMC.man
    U X11/xc/doc/man/Xt/XtStrCW.man
    U X11/xc/doc/man/Xt/XtThreadI.man
    U X11/xc/doc/man/Xt/XtTransC.man
    U X11/xc/doc/man/Xt/XtVaCrArgL.man
    U X11/xc/doc/man/general/Imakefile
    U X11/xc/doc/man/general/Consortium.man
    U X11/xc/doc/man/general/Standards.man
    U X11/xc/doc/man/general/X.man
    U X11/xc/doc/man/general/security.man
    U X11/xc/doc/misc/INSTALL.ms
    U X11/xc/doc/misc/Imakefile
    U X11/xc/doc/misc/RELNOTES.ms
    U X11/xc/doc/misc/xlogo.epsi
    U X11/xc/doc/specs/Imakefile
    U X11/xc/doc/specs/BDF/fig1.ps
    U X11/xc/doc/specs/BDF/Imakefile
    U X11/xc/doc/specs/BDF/bdf.ms
    U X11/xc/doc/specs/BDF/fig2.ps
    U X11/xc/doc/specs/CTEXT/Imakefile
    U X11/xc/doc/specs/CTEXT/ctext.tbl.ms
    U X11/xc/doc/specs/DPMS/DPMS.ms
    U X11/xc/doc/specs/DPMS/DPMSLib.ms
    U X11/xc/doc/specs/DPMS/Imakefile
    U X11/xc/doc/specs/FSProtocol/Imakefile
    U X11/xc/doc/specs/FSProtocol/protocol.ms
    U X11/xc/doc/specs/ICCCM/Imakefile
    U X11/xc/doc/specs/ICCCM/icccm.ms
    U X11/xc/doc/specs/ICCCM/indexmacros.t
    U X11/xc/doc/specs/ICE/ice.ms
    U X11/xc/doc/specs/ICE/ICElib.ms
    U X11/xc/doc/specs/ICE/Imakefile
    U X11/xc/doc/specs/PEX5/README
    U X11/xc/doc/specs/PEX5/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/appendix
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter01
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.1
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.2
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.3
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.4
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter03
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter04
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter05
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter06
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter07
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter08
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter09
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter10
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter11
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter12
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter13
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter14
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter15
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter16
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/cover
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/credits
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/libndxmac.t
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/pexlibmac.t
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/postproc
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/encoding_doc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/encoding_toc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/i14y.addendum
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/protocol_doc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/protocol_toc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/build_cw.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/build_ind.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/dump_cw.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/ex.toc
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.acc
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.eqn
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.ref
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.tbl
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/ind_token.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/indexer.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/indexer.h
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/pex.macros
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/print_ind.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/print_refs.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/recode.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/sub_refs.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/token.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/xref.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/xref.h
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/README
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/api.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/cover.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/intro.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/server.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/README
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/api.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/cover
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/intro.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/resources.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/server.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/trans_rend.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/README
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/archive_app.ug
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/cover.ug
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/server_app.ug
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/user_guide
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Accum.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/DataStruct.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/EncodeDecode.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/EncodeSend.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Escape.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Extens.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Fonts.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Intro.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/LUT.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/NameSet.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCAttrFunc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCBind.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCC.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCIntro.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCMiscFunc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCPrimFunc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/PC.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/README
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Renderer.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/RendererPick.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Search.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Structure.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/TM.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Utilities.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Workstation.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/WorkstationPicking.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/appendix.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/copyright.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/cover.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/credits.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexlib.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexlibTOC.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexoverview.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/README
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/book.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/accumbuf.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/booktoc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/caveats.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/conform.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/escapes.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/fonts.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/formats.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/general.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/intro.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/luts.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/namesets.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/ocattrs.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/ocprims.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/overview.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/picking.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/pipecntx.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/renderer.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/srchcntx.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/structs.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/template.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/texmap.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/title.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/wkspick.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/workstns.doc
    U X11/xc/doc/specs/PM/PM_spec
    U X11/xc/doc/specs/RX/RX.mif
    U X11/xc/doc/specs/SM/Imakefile
    U X11/xc/doc/specs/SM/SMlib.ms
    U X11/xc/doc/specs/SM/xsmp.ms
    U X11/xc/doc/specs/X11/AppA
    U X11/xc/doc/specs/X11/AppB
    U X11/xc/doc/specs/X11/AppC
    U X11/xc/doc/specs/X11/AppD
    U X11/xc/doc/specs/X11/CH01
    U X11/xc/doc/specs/X11/CH02
    U X11/xc/doc/specs/X11/CH03
    U X11/xc/doc/specs/X11/CH04
    U X11/xc/doc/specs/X11/CH05
    U X11/xc/doc/specs/X11/CH06
    U X11/xc/doc/specs/X11/CH07
    U X11/xc/doc/specs/X11/CH08
    U X11/xc/doc/specs/X11/CH09
    U X11/xc/doc/specs/X11/CH10
    U X11/xc/doc/specs/X11/CH11
    U X11/xc/doc/specs/X11/CH12
    U X11/xc/doc/specs/X11/CH13
    U X11/xc/doc/specs/X11/CH14
    U X11/xc/doc/specs/X11/CH15
    U X11/xc/doc/specs/X11/CH16
    U X11/xc/doc/specs/X11/Imakefile
    U X11/xc/doc/specs/X11/abstract.t
    U X11/xc/doc/specs/X11/credits.t
    U X11/xc/doc/specs/X11/glossary
    U X11/xc/doc/specs/X11/indexmacros.t
    U X11/xc/doc/specs/X11/postproc
    U X11/xc/doc/specs/XDMCP/Imakefile
    U X11/xc/doc/specs/XDMCP/xdmcp.ms
    U X11/xc/doc/specs/XIE/SI/README
    U X11/xc/doc/specs/XIE/SI/xieSIarch.doc
    U X11/xc/doc/specs/XIE/XIEProto/README
    U X11/xc/doc/specs/XIE/XIEProto/apb_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/apa_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/apc_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch1_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch2_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch3_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch4_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch6_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch5_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch8_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch7_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch9_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/cmatch.doc
    U X11/xc/doc/specs/XIE/XIEProto/frnt_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/overview.doc
    U X11/xc/doc/specs/XIE/XIElib/README
    U X11/xc/doc/specs/XIE/XIElib/xielib.doc
    U X11/xc/doc/specs/XIM/Imakefile
    U X11/xc/doc/specs/XIM/xim.ms
    U X11/xc/doc/specs/XKB/Proto/XKBproto.book
    U X11/xc/doc/specs/XKB/Proto/dflttrns.fm4
    U X11/xc/doc/specs/XKB/Proto/encoding.fm4
    U X11/xc/doc/specs/XKB/Proto/keysyms.fm4
    U X11/xc/doc/specs/XKB/Proto/title.fm4
    U X11/xc/doc/specs/XKB/Proto/protocol.fm4
    U X11/xc/doc/specs/XKB/Proto/prototoc.doc
    U X11/xc/doc/specs/XKB/Proto/types.fm4
    U X11/xc/doc/specs/XKB/XKBlib/XKBlib.book
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.ps
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.fm
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.ix
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.lof
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.lot
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.toc
    U X11/xc/doc/specs/XKB/XKBlib/fonts.fm
    U X11/xc/doc/specs/XKB/XKBlib/title.fm
    U X11/xc/doc/specs/XLFD/Imakefile
    U X11/xc/doc/specs/XLFD/xlfd.tbl.ms
    U X11/xc/doc/specs/XPRINT/xp_library.book
    U X11/xc/doc/specs/XPRINT/xp_library.mif
    U X11/xc/doc/specs/XPRINT/xp_libraryIX.doc
    U X11/xc/doc/specs/XPRINT/xp_libraryTOC.doc
    U X11/xc/doc/specs/XPRINT/xp_library_cov.mif
    U X11/xc/doc/specs/XPRINT/xp_proto.book
    U X11/xc/doc/specs/XPRINT/xp_proto.mif
    U X11/xc/doc/specs/XPRINT/xp_protoIX.doc
    U X11/xc/doc/specs/XPRINT/xp_protoTOC.doc
    U X11/xc/doc/specs/XPRINT/xp_proto_cov.mif
    U X11/xc/doc/specs/XProtocol/Imakefile
    U X11/xc/doc/specs/XProtocol/X11.encoding
    U X11/xc/doc/specs/XProtocol/X11.keysyms
    U X11/xc/doc/specs/XProtocol/X11.protocol
    U X11/xc/doc/specs/XProtocol/glossary
    U X11/xc/doc/specs/XProtocol/indexmacros.t
    U X11/xc/doc/specs/XProtocol/postproc
    U X11/xc/doc/specs/Xaw/CH3.intro
    U X11/xc/doc/specs/Xaw/AsciiSink
    U X11/xc/doc/specs/Xaw/AsciiSource
    U X11/xc/doc/specs/Xaw/AsciiText
    U X11/xc/doc/specs/Xaw/Box
    U X11/xc/doc/specs/Xaw/CH1
    U X11/xc/doc/specs/Xaw/CH2
    U X11/xc/doc/specs/Xaw/CH4.intro
    U X11/xc/doc/specs/Xaw/CH6.intro
    U X11/xc/doc/specs/Xaw/CH5.intro
    U X11/xc/doc/specs/Xaw/CH7.intro
    U X11/xc/doc/specs/Xaw/TextCustom
    U X11/xc/doc/specs/Xaw/Command
    U X11/xc/doc/specs/Xaw/Dialog
    U X11/xc/doc/specs/Xaw/Form
    U X11/xc/doc/specs/Xaw/Grip
    U X11/xc/doc/specs/Xaw/Imakefile
    U X11/xc/doc/specs/Xaw/Label
    U X11/xc/doc/specs/Xaw/List
    U X11/xc/doc/specs/Xaw/MenuButton
    U X11/xc/doc/specs/Xaw/Paned
    U X11/xc/doc/specs/Xaw/Panner
    U X11/xc/doc/specs/Xaw/Porthole
    U X11/xc/doc/specs/Xaw/Repeater
    U X11/xc/doc/specs/Xaw/Scrollbar
    U X11/xc/doc/specs/Xaw/Simple
    U X11/xc/doc/specs/Xaw/Sme
    U X11/xc/doc/specs/Xaw/SmeBSB
    U X11/xc/doc/specs/Xaw/SimpleMenu
    U X11/xc/doc/specs/Xaw/SmeLine
    U X11/xc/doc/specs/Xaw/StripChart
    U X11/xc/doc/specs/Xaw/TPage_Credits
    U X11/xc/doc/specs/Xaw/Template
    U X11/xc/doc/specs/Xaw/Text
    U X11/xc/doc/specs/Xaw/TextActions
    U X11/xc/doc/specs/Xaw/Xtk.widgets
    U X11/xc/doc/specs/Xaw/TextFuncs
    U X11/xc/doc/specs/Xaw/TextSink
    U X11/xc/doc/specs/Xaw/TextSource
    U X11/xc/doc/specs/Xaw/Toggle
    U X11/xc/doc/specs/Xaw/Tree
    U X11/xc/doc/specs/Xaw/Viewport
    U X11/xc/doc/specs/Xaw/Xtk.widg.front
    U X11/xc/doc/specs/Xaw/block.awk
    U X11/xc/doc/specs/Xaw/fixindex.awk
    U X11/xc/doc/specs/Xaw/strings.mit
    U X11/xc/doc/specs/Xaw/strings.xaw
    U X11/xc/doc/specs/Xaw/widg.idxmac.t
    U X11/xc/doc/specs/Xext/AppGroup.mif
    U X11/xc/doc/specs/Xext/lbx.book
    U X11/xc/doc/specs/Xext/Imakefile
    U X11/xc/doc/specs/Xext/bigreq.ms
    U X11/xc/doc/specs/Xext/buffer.ms
    U X11/xc/doc/specs/Xext/dbe.tex
    U X11/xc/doc/specs/Xext/dbelib.tex
    U X11/xc/doc/specs/Xext/mit-shm.ms
    U X11/xc/doc/specs/Xext/lbx.mif
    U X11/xc/doc/specs/Xext/lbxalg.mif
    U X11/xc/doc/specs/Xext/xtest1.info
    U X11/xc/doc/specs/Xext/record.ms
    U X11/xc/doc/specs/Xext/recordlib.ms
    U X11/xc/doc/specs/Xext/security.tex
    U X11/xc/doc/specs/Xext/shape.ms
    U X11/xc/doc/specs/Xext/shapelib.ms
    U X11/xc/doc/specs/Xext/sync.tex
    U X11/xc/doc/specs/Xext/synclib.tex
    U X11/xc/doc/specs/Xext/xc-misc.ms
    U X11/xc/doc/specs/Xext/xtest.ms
    U X11/xc/doc/specs/Xext/xtest1.mm
    U X11/xc/doc/specs/Xext/xtestlib.ms
    U X11/xc/doc/specs/Xi/porting.ms
    U X11/xc/doc/specs/Xi/Imakefile
    U X11/xc/doc/specs/Xi/encoding.ms
    U X11/xc/doc/specs/Xi/library.ms
    U X11/xc/doc/specs/Xi/protocol.ms
    U X11/xc/doc/specs/Xmu/Xmu.ms
    U X11/xc/doc/specs/Xmu/Imakefile
    U X11/xc/doc/specs/Xserver/Xprt.book
    U X11/xc/doc/specs/Xserver/Imakefile
    U X11/xc/doc/specs/Xserver/Xprt.mif
    U X11/xc/doc/specs/Xserver/XprtIX.doc
    U X11/xc/doc/specs/Xserver/XprtTOC.doc
    U X11/xc/doc/specs/Xserver/Xprt_cov.mif
    U X11/xc/doc/specs/Xserver/analysis.tex
    U X11/xc/doc/specs/Xserver/secint.tex
    U X11/xc/doc/specs/Xserver/appgroup.ms
    U X11/xc/doc/specs/Xserver/ddx.tbl.ms
    U X11/xc/doc/specs/Xserver/fontlib.ms
    U X11/xc/doc/specs/Xt/CH01
    U X11/xc/doc/specs/Xt/CH02
    U X11/xc/doc/specs/Xt/CH03
    U X11/xc/doc/specs/Xt/CH04
    U X11/xc/doc/specs/Xt/CH05
    U X11/xc/doc/specs/Xt/CH06
    U X11/xc/doc/specs/Xt/CH07
    U X11/xc/doc/specs/Xt/CH08
    U X11/xc/doc/specs/Xt/CH09
    U X11/xc/doc/specs/Xt/CH10
    U X11/xc/doc/specs/Xt/CH11
    U X11/xc/doc/specs/Xt/CH12
    U X11/xc/doc/specs/Xt/CH13
    U X11/xc/doc/specs/Xt/Imakefile
    U X11/xc/doc/specs/Xt/Xtk.intr.front
    U X11/xc/doc/specs/Xt/appA
    U X11/xc/doc/specs/Xt/appB
    U X11/xc/doc/specs/Xt/appC
    U X11/xc/doc/specs/Xt/appD
    U X11/xc/doc/specs/Xt/appE
    U X11/xc/doc/specs/Xt/intr.idxmac.t
    U X11/xc/doc/specs/Xt/postproc
    U X11/xc/doc/specs/Xt/strings.mit
    U X11/xc/doc/specs/i18n/Framework.ms
    U X11/xc/doc/specs/i18n/Imakefile
    U X11/xc/doc/specs/i18n/LocaleDB.ms
    U X11/xc/doc/specs/i18n/Trans.ms
    U X11/xc/doc/specs/programs/Imakefile
    U X11/xc/doc/specs/rstart/rstart.ms
    U X11/xc/doc/specs/rstart/Imakefile
    U X11/xc/doc/specs/rstart/fix.awk
    U X11/xc/doc/specs/rstart/fix.nawk
    U X11/xc/doc/specs/rstart/fix.sed
    U X11/xc/doc/specs/rstart/rstartd.txt
    U X11/xc/doc/specs/rstart/tmac.rfc
    U X11/xc/doc/specs/xfs/FSlib.doc
    U X11/xc/doc/specs/xfs/Imakefile
    U X11/xc/doc/specs/xfs/design.ms
    U X11/xc/doc/specs/xterm/Imakefile
    U X11/xc/doc/specs/xterm/ctlseqs.ms
    U X11/xc/doc/specs/xtrans/Imakefile
    U X11/xc/doc/specs/xtrans/Xtrans.mm
    U X11/xc/doc/util/block.awk
    U X11/xc/doc/util/fixindex.awk
    U X11/xc/doc/util/indexmacros.t
    U X11/xc/doc/util/macros.t
    U X11/xc/fonts/Imakefile
    U X11/xc/fonts/PEX/Imakefile
    U X11/xc/fonts/PEX/Roman.src
    U X11/xc/fonts/PEX/Roman_M.src
    U X11/xc/fonts/PEX/lex.l
    U X11/xc/fonts/PEX/to_wfont.y
    U X11/xc/fonts/PEX/wfont.h
    U X11/xc/fonts/bdf/Imakefile
    U X11/xc/fonts/bdf/100dpi/fonts.alias
    U X11/xc/fonts/bdf/100dpi/Imakefile
    U X11/xc/fonts/bdf/100dpi/LU_LEGALNOTICE
    U X11/xc/fonts/bdf/100dpi/UTI___10.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___12.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___14.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___18.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___24.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__10.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__12.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__14.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__18.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__24.bdf
    U X11/xc/fonts/bdf/100dpi/charI08.bdf
    U X11/xc/fonts/bdf/100dpi/charI10.bdf
    U X11/xc/fonts/bdf/100dpi/charI12.bdf
    U X11/xc/fonts/bdf/100dpi/charI14.bdf
    U X11/xc/fonts/bdf/100dpi/charI18.bdf
    U X11/xc/fonts/bdf/100dpi/charI24.bdf
    U X11/xc/fonts/bdf/100dpi/charR08.bdf
    U X11/xc/fonts/bdf/100dpi/charR10.bdf
    U X11/xc/fonts/bdf/100dpi/charR12.bdf
    U X11/xc/fonts/bdf/100dpi/charR14.bdf
    U X11/xc/fonts/bdf/100dpi/charR18.bdf
    U X11/xc/fonts/bdf/100dpi/charR24.bdf
    U X11/xc/fonts/bdf/100dpi/courB08.bdf
    U X11/xc/fonts/bdf/100dpi/courB10.bdf
    U X11/xc/fonts/bdf/100dpi/courB12.bdf
    U X11/xc/fonts/bdf/100dpi/courB14.bdf
    U X11/xc/fonts/bdf/100dpi/courB18.bdf
    U X11/xc/fonts/bdf/100dpi/courB24.bdf
    U X11/xc/fonts/bdf/100dpi/courBO08.bdf
    U X11/xc/fonts/bdf/100dpi/courBO10.bdf
    U X11/xc/fonts/bdf/100dpi/courBO12.bdf
    U X11/xc/fonts/bdf/100dpi/courBO14.bdf
    U X11/xc/fonts/bdf/100dpi/courBO18.bdf
    U X11/xc/fonts/bdf/100dpi/courBO24.bdf
    U X11/xc/fonts/bdf/100dpi/courO08.bdf
    U X11/xc/fonts/bdf/100dpi/courO10.bdf
    U X11/xc/fonts/bdf/100dpi/courO12.bdf
    U X11/xc/fonts/bdf/100dpi/courO14.bdf
    U X11/xc/fonts/bdf/100dpi/courO18.bdf
    U X11/xc/fonts/bdf/100dpi/courO24.bdf
    U X11/xc/fonts/bdf/100dpi/courR08.bdf
    U X11/xc/fonts/bdf/100dpi/courR10.bdf
    U X11/xc/fonts/bdf/100dpi/courR12.bdf
    U X11/xc/fonts/bdf/100dpi/courR14.bdf
    U X11/xc/fonts/bdf/100dpi/courR18.bdf
    U X11/xc/fonts/bdf/100dpi/courR24.bdf
    U X11/xc/fonts/bdf/100dpi/helvB08.bdf
    U X11/xc/fonts/bdf/100dpi/helvB10.bdf
    U X11/xc/fonts/bdf/100dpi/helvB12.bdf
    U X11/xc/fonts/bdf/100dpi/helvB14.bdf
    U X11/xc/fonts/bdf/100dpi/helvB18.bdf
    U X11/xc/fonts/bdf/100dpi/helvB24.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO08.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO10.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO12.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO14.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO18.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO24.bdf
    U X11/xc/fonts/bdf/100dpi/helvO08.bdf
    U X11/xc/fonts/bdf/100dpi/helvO10.bdf
    U X11/xc/fonts/bdf/100dpi/helvO12.bdf
    U X11/xc/fonts/bdf/100dpi/helvO14.bdf
    U X11/xc/fonts/bdf/100dpi/helvO18.bdf
    U X11/xc/fonts/bdf/100dpi/helvO24.bdf
    U X11/xc/fonts/bdf/100dpi/helvR08.bdf
    U X11/xc/fonts/bdf/100dpi/helvR10.bdf
    U X11/xc/fonts/bdf/100dpi/helvR12.bdf
    U X11/xc/fonts/bdf/100dpi/helvR14.bdf
    U X11/xc/fonts/bdf/100dpi/helvR18.bdf
    U X11/xc/fonts/bdf/100dpi/helvR24.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS08.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS10.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS12.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS14.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS18.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS19.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS24.bdf
    U X11/xc/fonts/bdf/100dpi/luBS08.bdf
    U X11/xc/fonts/bdf/100dpi/luBS10.bdf
    U X11/xc/fonts/bdf/100dpi/luBS12.bdf
    U X11/xc/fonts/bdf/100dpi/luBS14.bdf
    U X11/xc/fonts/bdf/100dpi/luBS18.bdf
    U X11/xc/fonts/bdf/100dpi/luBS19.bdf
    U X11/xc/fonts/bdf/100dpi/luBS24.bdf
    U X11/xc/fonts/bdf/100dpi/luIS08.bdf
    U X11/xc/fonts/bdf/100dpi/luIS10.bdf
    U X11/xc/fonts/bdf/100dpi/luIS12.bdf
    U X11/xc/fonts/bdf/100dpi/luIS14.bdf
    U X11/xc/fonts/bdf/100dpi/luIS18.bdf
    U X11/xc/fonts/bdf/100dpi/luIS19.bdf
    U X11/xc/fonts/bdf/100dpi/luIS24.bdf
    U X11/xc/fonts/bdf/100dpi/luRS08.bdf
    U X11/xc/fonts/bdf/100dpi/luRS10.bdf
    U X11/xc/fonts/bdf/100dpi/luRS12.bdf
    U X11/xc/fonts/bdf/100dpi/luRS14.bdf
    U X11/xc/fonts/bdf/100dpi/luRS18.bdf
    U X11/xc/fonts/bdf/100dpi/luRS19.bdf
    U X11/xc/fonts/bdf/100dpi/luRS24.bdf
    U X11/xc/fonts/bdf/100dpi/lubB08.bdf
    U X11/xc/fonts/bdf/100dpi/lubB10.bdf
    U X11/xc/fonts/bdf/100dpi/lubB12.bdf
    U X11/xc/fonts/bdf/100dpi/lubB14.bdf
    U X11/xc/fonts/bdf/100dpi/lubB18.bdf
    U X11/xc/fonts/bdf/100dpi/lubB19.bdf
    U X11/xc/fonts/bdf/100dpi/lubB24.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI08.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI10.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI12.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI14.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI18.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI19.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI24.bdf
    U X11/xc/fonts/bdf/100dpi/lubI08.bdf
    U X11/xc/fonts/bdf/100dpi/lubI10.bdf
    U X11/xc/fonts/bdf/100dpi/lubI12.bdf
    U X11/xc/fonts/bdf/100dpi/lubI14.bdf
    U X11/xc/fonts/bdf/100dpi/lubI18.bdf
    U X11/xc/fonts/bdf/100dpi/lubI19.bdf
    U X11/xc/fonts/bdf/100dpi/lubI24.bdf
    U X11/xc/fonts/bdf/100dpi/lubR08.bdf
    U X11/xc/fonts/bdf/100dpi/lubR10.bdf
    U X11/xc/fonts/bdf/100dpi/lubR12.bdf
    U X11/xc/fonts/bdf/100dpi/lubR14.bdf
    U X11/xc/fonts/bdf/100dpi/lubR18.bdf
    U X11/xc/fonts/bdf/100dpi/lubR19.bdf
    U X11/xc/fonts/bdf/100dpi/lubR24.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS08.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS10.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS12.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS14.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS18.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS19.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS24.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS08.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS10.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS12.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS14.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS18.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS19.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR24.bdf
    U X11/xc/fonts/bdf/100dpi/symb08.bdf
    U X11/xc/fonts/bdf/100dpi/symb10.bdf
    U X11/xc/fonts/bdf/100dpi/symb12.bdf
    U X11/xc/fonts/bdf/100dpi/symb14.bdf
    U X11/xc/fonts/bdf/100dpi/symb18.bdf
    U X11/xc/fonts/bdf/100dpi/symb24.bdf
    U X11/xc/fonts/bdf/100dpi/tech14.bdf
    U X11/xc/fonts/bdf/100dpi/techB14.bdf
    U X11/xc/fonts/bdf/100dpi/term14.bdf
    U X11/xc/fonts/bdf/100dpi/termB14.bdf
    U X11/xc/fonts/bdf/100dpi/timB08.bdf
    U X11/xc/fonts/bdf/100dpi/timB10.bdf
    U X11/xc/fonts/bdf/100dpi/timB12.bdf
    U X11/xc/fonts/bdf/100dpi/timB14.bdf
    U X11/xc/fonts/bdf/100dpi/timB18.bdf
    U X11/xc/fonts/bdf/100dpi/timB24.bdf
    U X11/xc/fonts/bdf/100dpi/timBI08.bdf
    U X11/xc/fonts/bdf/100dpi/timBI10.bdf
    U X11/xc/fonts/bdf/100dpi/timBI12.bdf
    U X11/xc/fonts/bdf/100dpi/timBI14.bdf
    U X11/xc/fonts/bdf/100dpi/timBI18.bdf
    U X11/xc/fonts/bdf/100dpi/timBI24.bdf
    U X11/xc/fonts/bdf/100dpi/timI08.bdf
    U X11/xc/fonts/bdf/100dpi/timI10.bdf
    U X11/xc/fonts/bdf/100dpi/timI12.bdf
    U X11/xc/fonts/bdf/100dpi/timI14.bdf
    U X11/xc/fonts/bdf/100dpi/timI18.bdf
    U X11/xc/fonts/bdf/100dpi/timI24.bdf
    U X11/xc/fonts/bdf/100dpi/timR08.bdf
    U X11/xc/fonts/bdf/100dpi/timR10.bdf
    U X11/xc/fonts/bdf/100dpi/timR12.bdf
    U X11/xc/fonts/bdf/100dpi/timR14.bdf
    U X11/xc/fonts/bdf/100dpi/timR18.bdf
    U X11/xc/fonts/bdf/100dpi/timR24.bdf
    U X11/xc/fonts/bdf/75dpi/fonts.alias
    U X11/xc/fonts/bdf/75dpi/Imakefile
    U X11/xc/fonts/bdf/75dpi/LU_LEGALNOTICE
    U X11/xc/fonts/bdf/75dpi/UTI___10.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___12.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___14.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___18.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___24.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__10.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__12.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__14.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__18.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__24.bdf
    U X11/xc/fonts/bdf/75dpi/charI08.bdf
    U X11/xc/fonts/bdf/75dpi/charI10.bdf
    U X11/xc/fonts/bdf/75dpi/charI12.bdf
    U X11/xc/fonts/bdf/75dpi/charI14.bdf
    U X11/xc/fonts/bdf/75dpi/charI18.bdf
    U X11/xc/fonts/bdf/75dpi/charI24.bdf
    U X11/xc/fonts/bdf/75dpi/charR08.bdf
    U X11/xc/fonts/bdf/75dpi/charR10.bdf
    U X11/xc/fonts/bdf/75dpi/charR12.bdf
    U X11/xc/fonts/bdf/75dpi/charR14.bdf
    U X11/xc/fonts/bdf/75dpi/charR18.bdf
    U X11/xc/fonts/bdf/75dpi/charR24.bdf
    U X11/xc/fonts/bdf/75dpi/courB08.bdf
    U X11/xc/fonts/bdf/75dpi/courB10.bdf
    U X11/xc/fonts/bdf/75dpi/courB12.bdf
    U X11/xc/fonts/bdf/75dpi/courB14.bdf
    U X11/xc/fonts/bdf/75dpi/courB18.bdf
    U X11/xc/fonts/bdf/75dpi/courB24.bdf
    U X11/xc/fonts/bdf/75dpi/courBO08.bdf
    U X11/xc/fonts/bdf/75dpi/courBO10.bdf
    U X11/xc/fonts/bdf/75dpi/courBO12.bdf
    U X11/xc/fonts/bdf/75dpi/courBO14.bdf
    U X11/xc/fonts/bdf/75dpi/courBO18.bdf
    U X11/xc/fonts/bdf/75dpi/courBO24.bdf
    U X11/xc/fonts/bdf/75dpi/courO08.bdf
    U X11/xc/fonts/bdf/75dpi/courO10.bdf
    U X11/xc/fonts/bdf/75dpi/courO12.bdf
    U X11/xc/fonts/bdf/75dpi/courO14.bdf
    U X11/xc/fonts/bdf/75dpi/courO18.bdf
    U X11/xc/fonts/bdf/75dpi/courO24.bdf
    U X11/xc/fonts/bdf/75dpi/courR08.bdf
    U X11/xc/fonts/bdf/75dpi/courR10.bdf
    U X11/xc/fonts/bdf/75dpi/courR12.bdf
    U X11/xc/fonts/bdf/75dpi/courR14.bdf
    U X11/xc/fonts/bdf/75dpi/courR18.bdf
    U X11/xc/fonts/bdf/75dpi/courR24.bdf
    U X11/xc/fonts/bdf/75dpi/helvB08.bdf
    U X11/xc/fonts/bdf/75dpi/helvB10.bdf
    U X11/xc/fonts/bdf/75dpi/helvB12.bdf
    U X11/xc/fonts/bdf/75dpi/helvB14.bdf
    U X11/xc/fonts/bdf/75dpi/helvB18.bdf
    U X11/xc/fonts/bdf/75dpi/helvB24.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO08.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO10.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO12.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO14.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO18.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO24.bdf
    U X11/xc/fonts/bdf/75dpi/helvO08.bdf
    U X11/xc/fonts/bdf/75dpi/helvO10.bdf
    U X11/xc/fonts/bdf/75dpi/helvO12.bdf
    U X11/xc/fonts/bdf/75dpi/helvO14.bdf
    U X11/xc/fonts/bdf/75dpi/helvO18.bdf
    U X11/xc/fonts/bdf/75dpi/helvO24.bdf
    U X11/xc/fonts/bdf/75dpi/helvR08.bdf
    U X11/xc/fonts/bdf/75dpi/helvR10.bdf
    U X11/xc/fonts/bdf/75dpi/helvR12.bdf
    U X11/xc/fonts/bdf/75dpi/helvR14.bdf
    U X11/xc/fonts/bdf/75dpi/helvR18.bdf
    U X11/xc/fonts/bdf/75dpi/helvR24.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS08.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS10.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS12.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS14.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS18.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS19.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS24.bdf
    U X11/xc/fonts/bdf/75dpi/luBS08.bdf
    U X11/xc/fonts/bdf/75dpi/luBS10.bdf
    U X11/xc/fonts/bdf/75dpi/luBS12.bdf
    U X11/xc/fonts/bdf/75dpi/luBS14.bdf
    U X11/xc/fonts/bdf/75dpi/luBS18.bdf
    U X11/xc/fonts/bdf/75dpi/luBS19.bdf
    U X11/xc/fonts/bdf/75dpi/luBS24.bdf
    U X11/xc/fonts/bdf/75dpi/luIS08.bdf
    U X11/xc/fonts/bdf/75dpi/luIS10.bdf
    U X11/xc/fonts/bdf/75dpi/luIS12.bdf
    U X11/xc/fonts/bdf/75dpi/luIS14.bdf
    U X11/xc/fonts/bdf/75dpi/luIS18.bdf
    U X11/xc/fonts/bdf/75dpi/luIS19.bdf
    U X11/xc/fonts/bdf/75dpi/luIS24.bdf
    U X11/xc/fonts/bdf/75dpi/luRS08.bdf
    U X11/xc/fonts/bdf/75dpi/luRS10.bdf
    U X11/xc/fonts/bdf/75dpi/luRS12.bdf
    U X11/xc/fonts/bdf/75dpi/luRS14.bdf
    U X11/xc/fonts/bdf/75dpi/luRS18.bdf
    U X11/xc/fonts/bdf/75dpi/luRS19.bdf
    U X11/xc/fonts/bdf/75dpi/luRS24.bdf
    U X11/xc/fonts/bdf/75dpi/lubB08.bdf
    U X11/xc/fonts/bdf/75dpi/lubB10.bdf
    U X11/xc/fonts/bdf/75dpi/lubB12.bdf
    U X11/xc/fonts/bdf/75dpi/lubB14.bdf
    U X11/xc/fonts/bdf/75dpi/lubB18.bdf
    U X11/xc/fonts/bdf/75dpi/lubB19.bdf
    U X11/xc/fonts/bdf/75dpi/lubB24.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI08.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI10.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI12.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI14.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI18.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI19.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI24.bdf
    U X11/xc/fonts/bdf/75dpi/lubI08.bdf
    U X11/xc/fonts/bdf/75dpi/lubI10.bdf
    U X11/xc/fonts/bdf/75dpi/lubI12.bdf
    U X11/xc/fonts/bdf/75dpi/lubI14.bdf
    U X11/xc/fonts/bdf/75dpi/lubI18.bdf
    U X11/xc/fonts/bdf/75dpi/lubI19.bdf
    U X11/xc/fonts/bdf/75dpi/lubI24.bdf
    U X11/xc/fonts/bdf/75dpi/lubR08.bdf
    U X11/xc/fonts/bdf/75dpi/lubR10.bdf
    U X11/xc/fonts/bdf/75dpi/lubR12.bdf
    U X11/xc/fonts/bdf/75dpi/lubR14.bdf
    U X11/xc/fonts/bdf/75dpi/lubR18.bdf
    U X11/xc/fonts/bdf/75dpi/lubR19.bdf
    U X11/xc/fonts/bdf/75dpi/lubR24.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS08.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS10.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS12.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS14.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS18.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS19.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS24.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS08.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS10.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS12.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS14.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS18.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS19.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR24.bdf
    U X11/xc/fonts/bdf/75dpi/symb08.bdf
    U X11/xc/fonts/bdf/75dpi/symb10.bdf
    U X11/xc/fonts/bdf/75dpi/symb12.bdf
    U X11/xc/fonts/bdf/75dpi/symb14.bdf
    U X11/xc/fonts/bdf/75dpi/symb18.bdf
    U X11/xc/fonts/bdf/75dpi/symb24.bdf
    U X11/xc/fonts/bdf/75dpi/tech14.bdf
    U X11/xc/fonts/bdf/75dpi/techB14.bdf
    U X11/xc/fonts/bdf/75dpi/term14.bdf
    U X11/xc/fonts/bdf/75dpi/termB14.bdf
    U X11/xc/fonts/bdf/75dpi/timB08.bdf
    U X11/xc/fonts/bdf/75dpi/timB10.bdf
    U X11/xc/fonts/bdf/75dpi/timB12.bdf
    U X11/xc/fonts/bdf/75dpi/timB14.bdf
    U X11/xc/fonts/bdf/75dpi/timB18.bdf
    U X11/xc/fonts/bdf/75dpi/timB24.bdf
    U X11/xc/fonts/bdf/75dpi/timBI08.bdf
    U X11/xc/fonts/bdf/75dpi/timBI10.bdf
    U X11/xc/fonts/bdf/75dpi/timBI12.bdf
    U X11/xc/fonts/bdf/75dpi/timBI14.bdf
    U X11/xc/fonts/bdf/75dpi/timBI18.bdf
    U X11/xc/fonts/bdf/75dpi/timBI24.bdf
    U X11/xc/fonts/bdf/75dpi/timI08.bdf
    U X11/xc/fonts/bdf/75dpi/timI10.bdf
    U X11/xc/fonts/bdf/75dpi/timI12.bdf
    U X11/xc/fonts/bdf/75dpi/timI14.bdf
    U X11/xc/fonts/bdf/75dpi/timI18.bdf
    U X11/xc/fonts/bdf/75dpi/timI24.bdf
    U X11/xc/fonts/bdf/75dpi/timR08.bdf
    U X11/xc/fonts/bdf/75dpi/timR10.bdf
    U X11/xc/fonts/bdf/75dpi/timR12.bdf
    U X11/xc/fonts/bdf/75dpi/timR14.bdf
    U X11/xc/fonts/bdf/75dpi/timR18.bdf
    U X11/xc/fonts/bdf/75dpi/timR24.bdf
    U X11/xc/fonts/bdf/cyrillic/COPYRIGHT
    U X11/xc/fonts/bdf/cyrillic/Imakefile
    U X11/xc/fonts/bdf/cyrillic/crox1c.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1cb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1cbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1co.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2c.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2cb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2cbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2co.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3c.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3cb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3cbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3co.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6to.bdf
    U X11/xc/fonts/bdf/cyrillic/fonts.alias
    U X11/xc/fonts/bdf/cyrillic/koi10x16b.bdf
    U X11/xc/fonts/bdf/cyrillic/koi10x20.bdf
    U X11/xc/fonts/bdf/cyrillic/koi12x24.bdf
    U X11/xc/fonts/bdf/cyrillic/koi6x10.bdf
    U X11/xc/fonts/bdf/cyrillic/koi6x13.bdf
    U X11/xc/fonts/bdf/cyrillic/koi8x13.bdf
    U X11/xc/fonts/bdf/cyrillic/koi9x15.bdf
    U X11/xc/fonts/bdf/cyrillic/koinil2.bdf
    U X11/xc/fonts/bdf/misc/12x24.bdf
    U X11/xc/fonts/bdf/misc/10x20.bdf
    U X11/xc/fonts/bdf/misc/12x24rk.bdf
    U X11/xc/fonts/bdf/misc/5x7.bdf
    U X11/xc/fonts/bdf/misc/6x13B.bdf
    U X11/xc/fonts/bdf/misc/5x8.bdf
    U X11/xc/fonts/bdf/misc/6x10.bdf
    U X11/xc/fonts/bdf/misc/6x12.bdf
    U X11/xc/fonts/bdf/misc/6x13.bdf
    U X11/xc/fonts/bdf/misc/7x13B.bdf
    U X11/xc/fonts/bdf/misc/6x9.bdf
    U X11/xc/fonts/bdf/misc/7x13.bdf
    U X11/xc/fonts/bdf/misc/7x14.bdf
    N X11/xc/fonts/bdf/misc/7x13euro.bdf
    N X11/xc/fonts/bdf/misc/7x13euroB.bdf
    U X11/xc/fonts/bdf/misc/7x14B.bdf
    U X11/xc/fonts/bdf/misc/7x14rk.bdf
    U X11/xc/fonts/bdf/misc/8x13B.bdf
    U X11/xc/fonts/bdf/misc/8x13.bdf
    U X11/xc/fonts/bdf/misc/8x16.bdf
    U X11/xc/fonts/bdf/misc/8x16rk.bdf
    U X11/xc/fonts/bdf/misc/README
    U X11/xc/fonts/bdf/misc/9x15.bdf
    U X11/xc/fonts/bdf/misc/9x15B.bdf
    U X11/xc/fonts/bdf/misc/k14.bdf
    U X11/xc/fonts/bdf/misc/Imakefile
    U X11/xc/fonts/bdf/misc/cursor.bdf
    U X11/xc/fonts/bdf/misc/clB6x10.bdf
    U X11/xc/fonts/bdf/misc/clB6x12.bdf
    U X11/xc/fonts/bdf/misc/clB8x10.bdf
    U X11/xc/fonts/bdf/misc/clB8x12.bdf
    U X11/xc/fonts/bdf/misc/clB8x13.bdf
    U X11/xc/fonts/bdf/misc/clB8x14.bdf
    U X11/xc/fonts/bdf/misc/clB8x16.bdf
    U X11/xc/fonts/bdf/misc/clB8x8.bdf
    U X11/xc/fonts/bdf/misc/clB9x15.bdf
    U X11/xc/fonts/bdf/misc/clI6x12.bdf
    U X11/xc/fonts/bdf/misc/clI8x8.bdf
    U X11/xc/fonts/bdf/misc/clR4x6.bdf
    U X11/xc/fonts/bdf/misc/clR5x10.bdf
    U X11/xc/fonts/bdf/misc/clR5x6.bdf
    U X11/xc/fonts/bdf/misc/clR5x8.bdf
    U X11/xc/fonts/bdf/misc/clR6x10.bdf
    U X11/xc/fonts/bdf/misc/clR6x12.bdf
    U X11/xc/fonts/bdf/misc/clR6x13.bdf
    U X11/xc/fonts/bdf/misc/clR6x6.bdf
    U X11/xc/fonts/bdf/misc/clR6x8.bdf
    U X11/xc/fonts/bdf/misc/clR7x10.bdf
    U X11/xc/fonts/bdf/misc/clR7x12.bdf
    U X11/xc/fonts/bdf/misc/clR7x14.bdf
    U X11/xc/fonts/bdf/misc/clR7x8.bdf
    U X11/xc/fonts/bdf/misc/clR8x10.bdf
    U X11/xc/fonts/bdf/misc/clR8x12.bdf
    U X11/xc/fonts/bdf/misc/clR8x13.bdf
    U X11/xc/fonts/bdf/misc/clR8x14.bdf
    U X11/xc/fonts/bdf/misc/clR8x16.bdf
    U X11/xc/fonts/bdf/misc/clR8x8.bdf
    U X11/xc/fonts/bdf/misc/clR9x15.bdf
    U X11/xc/fonts/bdf/misc/deccurs.bdf
    U X11/xc/fonts/bdf/misc/decsess.bdf
    U X11/xc/fonts/bdf/misc/gb16fs.bdf
    U X11/xc/fonts/bdf/misc/fonts.alias
    U X11/xc/fonts/bdf/misc/gb16st.bdf
    U X11/xc/fonts/bdf/misc/gb24st.bdf
    U X11/xc/fonts/bdf/misc/hanglg16.bdf
    U X11/xc/fonts/bdf/misc/hanglm16.bdf
    U X11/xc/fonts/bdf/misc/hanglm24.bdf
    U X11/xc/fonts/bdf/misc/heb6x13.bdf
    U X11/xc/fonts/bdf/misc/heb8x13.bdf
    U X11/xc/fonts/bdf/misc/jiskan16.bdf
    U X11/xc/fonts/bdf/misc/jiskan24.bdf
    U X11/xc/fonts/bdf/misc/nil2.bdf
    U X11/xc/fonts/bdf/misc/olcursor.bdf
    U X11/xc/fonts/bdf/misc/olgl10.bdf
    U X11/xc/fonts/bdf/misc/olgl12.bdf
    U X11/xc/fonts/bdf/misc/olgl14.bdf
    U X11/xc/fonts/bdf/misc/olgl19.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__24.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___24.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB08.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB24.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI08.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB08.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI08.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI24.bdf
    U X11/xc/fonts/scaled/Imakefile
    U X11/xc/fonts/scaled/Speedo/COPYRIGHT
    U X11/xc/fonts/scaled/Speedo/fonts.scale
    U X11/xc/fonts/scaled/Speedo/Imakefile
    U X11/xc/fonts/scaled/Speedo/font0419.spd
    U X11/xc/fonts/scaled/Speedo/font0582.spd
    U X11/xc/fonts/scaled/Speedo/font0583.spd
    U X11/xc/fonts/scaled/Speedo/font0611.spd
    U X11/xc/fonts/scaled/Speedo/font0648.spd
    U X11/xc/fonts/scaled/Speedo/font0649.spd
    U X11/xc/fonts/scaled/Speedo/font0709.spd
    U X11/xc/fonts/scaled/Speedo/font0710.spd
    U X11/xc/fonts/scaled/Type1/COPYRIGHT.IBM
    U X11/xc/fonts/scaled/Type1/Copyright
    U X11/xc/fonts/scaled/Type1/Imakefile
    U X11/xc/fonts/scaled/Type1/UTBI____.afm
    U X11/xc/fonts/scaled/Type1/UTBI____.pfa
    U X11/xc/fonts/scaled/Type1/UTB_____.afm
    U X11/xc/fonts/scaled/Type1/UTB_____.pfa
    U X11/xc/fonts/scaled/Type1/UTI_____.afm
    U X11/xc/fonts/scaled/Type1/UTI_____.pfa
    U X11/xc/fonts/scaled/Type1/UTRG____.afm
    U X11/xc/fonts/scaled/Type1/UTRG____.pfa
    U X11/xc/fonts/scaled/Type1/c0419bt_.afm
    U X11/xc/fonts/scaled/Type1/c0419bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0582bt_.afm
    U X11/xc/fonts/scaled/Type1/c0582bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0583bt_.afm
    U X11/xc/fonts/scaled/Type1/c0583bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0611bt_.afm
    U X11/xc/fonts/scaled/Type1/c0611bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0632bt_.afm
    U X11/xc/fonts/scaled/Type1/cour.afm
    U X11/xc/fonts/scaled/Type1/c0632bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0633bt_.afm
    U X11/xc/fonts/scaled/Type1/c0633bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0648bt_.afm
    U X11/xc/fonts/scaled/Type1/c0648bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0649bt_.afm
    U X11/xc/fonts/scaled/Type1/c0649bt_.pfb
    U X11/xc/fonts/scaled/Type1/cour.pfa
    U X11/xc/fonts/scaled/Type1/courb.afm
    U X11/xc/fonts/scaled/Type1/courb.pfa
    U X11/xc/fonts/scaled/Type1/courbi.afm
    U X11/xc/fonts/scaled/Type1/courbi.pfa
    U X11/xc/fonts/scaled/Type1/couri.afm
    U X11/xc/fonts/scaled/Type1/couri.pfa
    U X11/xc/fonts/scaled/Type1/fonts.scale
    U X11/xc/include/Xatom.h
    U X11/xc/include/DECkeysym.h
    U X11/xc/include/HPkeysym.h
    U X11/xc/include/Imakefile
    U X11/xc/include/Sunkeysym.h
    U X11/xc/include/X.h
    U X11/xc/include/XWDFile.h
    U X11/xc/include/Xalloca.h
    U X11/xc/include/ap_keysym.h
    U X11/xc/include/Xfuncproto.h
    U X11/xc/include/Xfuncs.h
    U X11/xc/include/Xmd.h
    U X11/xc/include/Xos.h
    U X11/xc/include/Xos_r.h
    U X11/xc/include/Xosdefs.h
    U X11/xc/include/Xpoll.h
    U X11/xc/include/Xproto.h
    U X11/xc/include/Xprotostr.h
    U X11/xc/include/Xthreads.h
    U X11/xc/include/Xw32defs.h
    U X11/xc/include/Xwinsock.h
    U X11/xc/include/keysym.h
    U X11/xc/include/keysymdef.h
    U X11/xc/include/bitmaps/1x1
    U X11/xc/include/bitmaps/2x2
    U X11/xc/include/bitmaps/black
    U X11/xc/include/bitmaps/Imakefile
    U X11/xc/include/bitmaps/boxes
    U X11/xc/include/bitmaps/calculator
    U X11/xc/include/bitmaps/cntr_ptr
    U X11/xc/include/bitmaps/cntr_ptrmsk
    U X11/xc/include/bitmaps/cross_weave
    U X11/xc/include/bitmaps/dimple1
    U X11/xc/include/bitmaps/dimple3
    U X11/xc/include/bitmaps/dot
    U X11/xc/include/bitmaps/dropbar7
    U X11/xc/include/bitmaps/dropbar8
    U X11/xc/include/bitmaps/escherknot
    U X11/xc/include/bitmaps/flagdown
    U X11/xc/include/bitmaps/flagup
    U X11/xc/include/bitmaps/flipped_gray
    U X11/xc/include/bitmaps/gray
    U X11/xc/include/bitmaps/gray1
    U X11/xc/include/bitmaps/gray3
    U X11/xc/include/bitmaps/grid16
    U X11/xc/include/bitmaps/grid2
    U X11/xc/include/bitmaps/grid4
    U X11/xc/include/bitmaps/grid8
    U X11/xc/include/bitmaps/hlines2
    U X11/xc/include/bitmaps/hlines3
    U X11/xc/include/bitmaps/icon
    U X11/xc/include/bitmaps/keyboard16
    U X11/xc/include/bitmaps/left_ptr
    U X11/xc/include/bitmaps/left_ptrmsk
    U X11/xc/include/bitmaps/letters
    U X11/xc/include/bitmaps/light_gray
    U X11/xc/include/bitmaps/mailempty
    U X11/xc/include/bitmaps/mailemptymsk
    U X11/xc/include/bitmaps/mailfull
    U X11/xc/include/bitmaps/mailfullmsk
    U X11/xc/include/bitmaps/mensetmanus
    U X11/xc/include/bitmaps/menu10
    U X11/xc/include/bitmaps/menu12
    U X11/xc/include/bitmaps/menu16
    U X11/xc/include/bitmaps/menu6
    U X11/xc/include/bitmaps/menu8
    U X11/xc/include/bitmaps/noletters
    U X11/xc/include/bitmaps/opendot
    U X11/xc/include/bitmaps/opendotMask
    U X11/xc/include/bitmaps/plaid
    U X11/xc/include/bitmaps/right_ptr
    U X11/xc/include/bitmaps/right_ptrmsk
    U X11/xc/include/bitmaps/root_weave
    U X11/xc/include/bitmaps/scales
    U X11/xc/include/bitmaps/sipb
    U X11/xc/include/bitmaps/star
    U X11/xc/include/bitmaps/starMask
    U X11/xc/include/bitmaps/stipple
    U X11/xc/include/bitmaps/target
    U X11/xc/include/bitmaps/terminal
    U X11/xc/include/bitmaps/tie_fighter
    U X11/xc/include/bitmaps/vlines2
    U X11/xc/include/bitmaps/vlines3
    U X11/xc/include/bitmaps/weird_size
    U X11/xc/include/bitmaps/wide_weave
    U X11/xc/include/bitmaps/wingdogs
    U X11/xc/include/bitmaps/woman
    U X11/xc/include/bitmaps/xfd_icon
    U X11/xc/include/bitmaps/xlogo11
    U X11/xc/include/bitmaps/xlogo16
    U X11/xc/include/bitmaps/xlogo32
    U X11/xc/include/bitmaps/xlogo64
    U X11/xc/include/bitmaps/xsnow
    U X11/xc/include/extensions/dpms.h
    U X11/xc/include/extensions/Imakefile
    U X11/xc/include/extensions/MITMisc.h
    U X11/xc/include/extensions/Print.h
    U X11/xc/include/extensions/Printstr.h
    U X11/xc/include/extensions/XI.h
    U X11/xc/include/extensions/XIE.h
    U X11/xc/include/extensions/XIEproto.h
    U X11/xc/include/extensions/XIEprotost.h
    U X11/xc/include/extensions/XInput.h
    U X11/xc/include/extensions/XIproto.h
    U X11/xc/include/extensions/XKB.h
    U X11/xc/include/extensions/XKBgeom.h
    U X11/xc/include/extensions/XKBproto.h
    U X11/xc/include/extensions/XKBsrv.h
    U X11/xc/include/extensions/XKBstr.h
    U X11/xc/include/extensions/XLbx.h
    U X11/xc/include/extensions/XShm.h
    U X11/xc/include/extensions/XTest.h
    U X11/xc/include/extensions/Xag.h
    U X11/xc/include/extensions/Xagsrv.h
    U X11/xc/include/extensions/Xagstr.h
    U X11/xc/include/extensions/Xdbe.h
    U X11/xc/include/extensions/Xdbeproto.h
    U X11/xc/include/extensions/Xext.h
    U X11/xc/include/extensions/bigreqstr.h
    U X11/xc/include/extensions/dpmsstr.h
    U X11/xc/include/extensions/xtestext1.h
    U X11/xc/include/extensions/extutil.h
    U X11/xc/include/extensions/lbxbuf.h
    U X11/xc/include/extensions/lbxbufstr.h
    U X11/xc/include/extensions/lbxdeltastr.h
    U X11/xc/include/extensions/lbximage.h
    U X11/xc/include/extensions/lbxopts.h
    U X11/xc/include/extensions/lbxstr.h
    U X11/xc/include/extensions/lbxzlib.h
    U X11/xc/include/extensions/mitmiscstr.h
    U X11/xc/include/extensions/multibuf.h
    U X11/xc/include/extensions/multibufst.h
    U X11/xc/include/extensions/record.h
    U X11/xc/include/extensions/recordstr.h
    U X11/xc/include/extensions/saver.h
    U X11/xc/include/extensions/saverproto.h
    U X11/xc/include/extensions/scrnsaver.h
    U X11/xc/include/extensions/security.h
    U X11/xc/include/extensions/securstr.h
    U X11/xc/include/extensions/shape.h
    U X11/xc/include/extensions/shapestr.h
    U X11/xc/include/extensions/shmstr.h
    U X11/xc/include/extensions/sync.h
    U X11/xc/include/extensions/syncstr.h
    U X11/xc/include/extensions/xcmiscstr.h
    U X11/xc/include/extensions/xf86dga.h
    U X11/xc/include/extensions/xf86dgastr.h
    U X11/xc/include/extensions/xf86misc.h
    U X11/xc/include/extensions/xf86mscstr.h
    U X11/xc/include/extensions/xf86vmode.h
    U X11/xc/include/extensions/xf86vmstr.h
    U X11/xc/include/extensions/xteststr.h
    U X11/xc/include/fonts/FS.h
    U X11/xc/include/fonts/FSproto.h
    U X11/xc/include/fonts/Imakefile
    U X11/xc/include/fonts/font.h
    U X11/xc/include/fonts/fontstruct.h
    U X11/xc/include/fonts/fsmasks.h
    U X11/xc/lib/Imakefile
    U X11/xc/lib/FS/FSClServ.c
    U X11/xc/lib/FS/FSCloseFt.c
    U X11/xc/lib/FS/FSConnServ.c
    U X11/xc/lib/FS/FSErrDis.c
    U X11/xc/lib/FS/FSErrHndlr.c
    U X11/xc/lib/FS/FSFlush.c
    U X11/xc/lib/FS/FSFontInfo.c
    U X11/xc/lib/FS/FSFtNames.c
    U X11/xc/lib/FS/FSGetCats.c
    U X11/xc/lib/FS/FSListCats.c
    U X11/xc/lib/FS/FSListExt.c
    U X11/xc/lib/FS/FSMisc.c
    U X11/xc/lib/FS/FSNextEv.c
    U X11/xc/lib/FS/FSOpenFont.c
    U X11/xc/lib/FS/FSOpenServ.c
    U X11/xc/lib/FS/FSQGlyphs.c
    U X11/xc/lib/FS/FSQXExt.c
    U X11/xc/lib/FS/FSQXInfo.c
    U X11/xc/lib/FS/FSQuExt.c
    U X11/xc/lib/FS/FSServName.c
    U X11/xc/lib/FS/FSSetCats.c
    U X11/xc/lib/FS/FSSync.c
    U X11/xc/lib/FS/FSSynchro.c
    U X11/xc/lib/FS/FSlib.h
    U X11/xc/lib/FS/FSlibInt.c
    U X11/xc/lib/FS/FSlibint.h
    U X11/xc/lib/FS/FSlibos.h
    U X11/xc/lib/FS/Imakefile
    U X11/xc/lib/ICE/ICEos2.rsp
    U X11/xc/lib/ICE/ICE-def.cpp
    U X11/xc/lib/ICE/ICE.h
    U X11/xc/lib/ICE/ICEconn.h
    U X11/xc/lib/ICE/ICElib.h
    U X11/xc/lib/ICE/ICElibint.h
    U X11/xc/lib/ICE/ICEmsg.h
    U X11/xc/lib/ICE/ICEos2.def
    U X11/xc/lib/ICE/ICEproto.h
    U X11/xc/lib/ICE/ICEutil.h
    U X11/xc/lib/ICE/Imakefile
    U X11/xc/lib/ICE/accept.c
    U X11/xc/lib/ICE/authutil.c
    C X11/xc/lib/ICE/connect.c
    U X11/xc/lib/ICE/error.c
    U X11/xc/lib/ICE/getauth.c
    U X11/xc/lib/ICE/globals.h
    U X11/xc/lib/ICE/iceauth.c
    U X11/xc/lib/ICE/listen.c
    U X11/xc/lib/ICE/listenwk.c
    U X11/xc/lib/ICE/locking.c
    U X11/xc/lib/ICE/misc.c
    U X11/xc/lib/ICE/ping.c
    U X11/xc/lib/ICE/process.c
    U X11/xc/lib/ICE/protosetup.c
    U X11/xc/lib/ICE/register.c
    U X11/xc/lib/ICE/replywait.c
    U X11/xc/lib/ICE/setauth.c
    U X11/xc/lib/ICE/shutdown.c
    U X11/xc/lib/ICE/watch.c
    U X11/xc/lib/PEX5/PEX5os2.def
    U X11/xc/lib/PEX5/Imakefile
    U X11/xc/lib/PEX5/PEX.h
    U X11/xc/lib/PEX5/PEX5-def.cpp
    U X11/xc/lib/PEX5/PEX5os2.rsp
    U X11/xc/lib/PEX5/PEXlib.h
    U X11/xc/lib/PEX5/PEXlibint.h
    U X11/xc/lib/PEX5/PEXproto.h
    U X11/xc/lib/PEX5/PEXprotost.h
    U X11/xc/lib/PEX5/jump_funcs
    U X11/xc/lib/PEX5/jump_ignore
    U X11/xc/lib/PEX5/jump_vars
    U X11/xc/lib/PEX5/pl_convert.c
    U X11/xc/lib/PEX5/pl_convert.h
    U X11/xc/lib/PEX5/pl_escape.c
    U X11/xc/lib/PEX5/pl_extract.h
    U X11/xc/lib/PEX5/pl_font.c
    U X11/xc/lib/PEX5/pl_free.c
    U X11/xc/lib/PEX5/pl_global.h
    U X11/xc/lib/PEX5/pl_lut.c
    U X11/xc/lib/PEX5/pl_lut.h
    U X11/xc/lib/PEX5/pl_oc_dec.c
    U X11/xc/lib/PEX5/pl_nameset.c
    U X11/xc/lib/PEX5/pl_oc_attr.c
    U X11/xc/lib/PEX5/pl_oc_enc.c
    U X11/xc/lib/PEX5/pl_oc_prim.c
    U X11/xc/lib/PEX5/pl_oc_str.c
    U X11/xc/lib/PEX5/pl_oc_util.c
    U X11/xc/lib/PEX5/pl_oc_util.h
    U X11/xc/lib/PEX5/pl_pc.c
    U X11/xc/lib/PEX5/pl_pick.c
    U X11/xc/lib/PEX5/pl_rdr.c
    U X11/xc/lib/PEX5/pl_sc.c
    U X11/xc/lib/PEX5/pl_startup.c
    U X11/xc/lib/PEX5/pl_store.h
    U X11/xc/lib/PEX5/pl_struct.c
    U X11/xc/lib/PEX5/pl_util.c
    U X11/xc/lib/PEX5/pl_util.h
    U X11/xc/lib/PEX5/pl_wks.c
    U X11/xc/lib/PEX5/pl_xdata.h
    U X11/xc/lib/SM/SMos2.rsp
    U X11/xc/lib/SM/Imakefile
    U X11/xc/lib/SM/SM-def.cpp
    U X11/xc/lib/SM/SM.h
    U X11/xc/lib/SM/SMlib.h
    U X11/xc/lib/SM/SMlibint.h
    U X11/xc/lib/SM/SMos2.def
    U X11/xc/lib/SM/SMproto.h
    U X11/xc/lib/SM/globals.h
    U X11/xc/lib/SM/sm_auth.c
    U X11/xc/lib/SM/sm_client.c
    U X11/xc/lib/SM/sm_error.c
    C X11/xc/lib/SM/sm_genid.c
    U X11/xc/lib/SM/sm_manager.c
    U X11/xc/lib/SM/sm_misc.c
    U X11/xc/lib/SM/sm_process.c
    U X11/xc/lib/X11/X11os2.rsp
    U X11/xc/lib/X11/AddDIC.c
    U X11/xc/lib/X11/AddSF.c
    U X11/xc/lib/X11/AllCells.c
    U X11/xc/lib/X11/AllPlanes.c
    U X11/xc/lib/X11/AllowEv.c
    U X11/xc/lib/X11/AutoRep.c
    U X11/xc/lib/X11/Backgnd.c
    U X11/xc/lib/X11/BdrWidth.c
    U X11/xc/lib/X11/Bell.c
    U X11/xc/lib/X11/Border.c
    U X11/xc/lib/X11/CCC.c
    U X11/xc/lib/X11/ChAccCon.c
    U X11/xc/lib/X11/ChActPGb.c
    U X11/xc/lib/X11/ChClMode.c
    U X11/xc/lib/X11/ChCmap.c
    U X11/xc/lib/X11/ChGC.c
    U X11/xc/lib/X11/ChKeyCon.c
    U X11/xc/lib/X11/ChPntCon.c
    U X11/xc/lib/X11/ChProp.c
    U X11/xc/lib/X11/ChSaveSet.c
    U X11/xc/lib/X11/ChWAttrs.c
    U X11/xc/lib/X11/ChWindow.c
    U X11/xc/lib/X11/ChkIfEv.c
    U X11/xc/lib/X11/ChkMaskEv.c
    U X11/xc/lib/X11/ChkTypEv.c
    U X11/xc/lib/X11/ChkTypWEv.c
    U X11/xc/lib/X11/ChkWinEv.c
    U X11/xc/lib/X11/CirWin.c
    U X11/xc/lib/X11/CirWinDn.c
    U X11/xc/lib/X11/CirWinUp.c
    U X11/xc/lib/X11/ClDisplay.c
    U X11/xc/lib/X11/Clear.c
    U X11/xc/lib/X11/ClearArea.c
    U X11/xc/lib/X11/ConfWind.c
    U X11/xc/lib/X11/ConnDis.c
    U X11/xc/lib/X11/Context.c
    U X11/xc/lib/X11/ConvSel.c
    U X11/xc/lib/X11/CopyArea.c
    U X11/xc/lib/X11/CopyCmap.c
    U X11/xc/lib/X11/CopyGC.c
    U X11/xc/lib/X11/CopyPlane.c
    U X11/xc/lib/X11/CrBFData.c
    U X11/xc/lib/X11/CrCmap.c
    U X11/xc/lib/X11/CrCursor.c
    U X11/xc/lib/X11/CrGC.c
    U X11/xc/lib/X11/CrGlCur.c
    U X11/xc/lib/X11/CrPFBData.c
    U X11/xc/lib/X11/CrPixmap.c
    U X11/xc/lib/X11/CrWindow.c
    U X11/xc/lib/X11/Cursor.c
    U X11/xc/lib/X11/CvColW.c
    U X11/xc/lib/X11/CvCols.c
    U X11/xc/lib/X11/DefCursor.c
    U X11/xc/lib/X11/DelProp.c
    U X11/xc/lib/X11/Depths.c
    U X11/xc/lib/X11/DestSubs.c
    U X11/xc/lib/X11/DestWind.c
    U X11/xc/lib/X11/DisName.c
    U X11/xc/lib/X11/DrArc.c
    U X11/xc/lib/X11/DrArcs.c
    U X11/xc/lib/X11/DrLine.c
    U X11/xc/lib/X11/DrLines.c
    U X11/xc/lib/X11/DrPoint.c
    U X11/xc/lib/X11/DrPoints.c
    U X11/xc/lib/X11/DrRect.c
    U X11/xc/lib/X11/DrRects.c
    U X11/xc/lib/X11/DrSegs.c
    U X11/xc/lib/X11/ErrDes.c
    U X11/xc/lib/X11/ErrHndlr.c
    U X11/xc/lib/X11/EvToWire.c
    U X11/xc/lib/X11/FSSaver.c
    C X11/xc/lib/X11/FSWrap.c
    U X11/xc/lib/X11/FetchName.c
    U X11/xc/lib/X11/FillArc.c
    U X11/xc/lib/X11/Flush.c
    U X11/xc/lib/X11/FillArcs.c
    U X11/xc/lib/X11/FillPoly.c
    U X11/xc/lib/X11/FillRct.c
    U X11/xc/lib/X11/FillRcts.c
    U X11/xc/lib/X11/FilterEv.c
    U X11/xc/lib/X11/Font.c
    U X11/xc/lib/X11/FontInfo.c
    C X11/xc/lib/X11/FontNames.c
    U X11/xc/lib/X11/FreeCmap.c
    U X11/xc/lib/X11/FreeCols.c
    U X11/xc/lib/X11/FreeCurs.c
    U X11/xc/lib/X11/FreeEData.c
    U X11/xc/lib/X11/FreeGC.c
    U X11/xc/lib/X11/FreePix.c
    U X11/xc/lib/X11/GCMisc.c
    U X11/xc/lib/X11/Geom.c
    U X11/xc/lib/X11/GetAtomNm.c
    U X11/xc/lib/X11/GetColor.c
    C X11/xc/lib/X11/GetDflt.c
    U X11/xc/lib/X11/GetFPath.c
    U X11/xc/lib/X11/GetFProp.c
    U X11/xc/lib/X11/GetGCVals.c
    U X11/xc/lib/X11/GetGeom.c
    U X11/xc/lib/X11/GetHColor.c
    U X11/xc/lib/X11/GetHints.c
    U X11/xc/lib/X11/GetIFocus.c
    U X11/xc/lib/X11/GetImage.c
    U X11/xc/lib/X11/GetKCnt.c
    U X11/xc/lib/X11/GetMoEv.c
    U X11/xc/lib/X11/GetNrmHint.c
    U X11/xc/lib/X11/GetPCnt.c
    C X11/xc/lib/X11/GetPntMap.c
    U X11/xc/lib/X11/GetProp.c
    U X11/xc/lib/X11/GetRGBCMap.c
    U X11/xc/lib/X11/GetSOwner.c
    U X11/xc/lib/X11/GetSSaver.c
    U X11/xc/lib/X11/GetStCmap.c
    U X11/xc/lib/X11/GetTxtProp.c
    U X11/xc/lib/X11/GetWAttrs.c
    U X11/xc/lib/X11/GetWMCMapW.c
    U X11/xc/lib/X11/GetWMProto.c
    U X11/xc/lib/X11/GrButton.c
    U X11/xc/lib/X11/GrKey.c
    U X11/xc/lib/X11/GrKeybd.c
    U X11/xc/lib/X11/GrPointer.c
    U X11/xc/lib/X11/GrServer.c
    U X11/xc/lib/X11/HVC.c
    U X11/xc/lib/X11/HVCGcC.c
    U X11/xc/lib/X11/HVCGcV.c
    U X11/xc/lib/X11/HVCGcVC.c
    U X11/xc/lib/X11/HVCMnV.c
    U X11/xc/lib/X11/HVCMxC.c
    U X11/xc/lib/X11/HVCMxV.c
    U X11/xc/lib/X11/HVCMxVC.c
    U X11/xc/lib/X11/HVCMxVs.c
    U X11/xc/lib/X11/HVCWpAj.c
    U X11/xc/lib/X11/Host.c
    U X11/xc/lib/X11/ICWrap.c
    C X11/xc/lib/X11/IMWrap.c
    U X11/xc/lib/X11/Iconify.c
    U X11/xc/lib/X11/IdOfPr.c
    U X11/xc/lib/X11/IfEvent.c
    U X11/xc/lib/X11/ImText.c
    U X11/xc/lib/X11/ImText16.c
    U X11/xc/lib/X11/ImUtil.c
    C X11/xc/lib/X11/Imakefile
    U X11/xc/lib/X11/InitExt.c
    U X11/xc/lib/X11/InsCmap.c
    U X11/xc/lib/X11/IntAtom.c
    U X11/xc/lib/X11/KeyBind.c
    U X11/xc/lib/X11/KeysymStr.c
    U X11/xc/lib/X11/KillCl.c
    U X11/xc/lib/X11/LRGB.c
    U X11/xc/lib/X11/Lab.c
    U X11/xc/lib/X11/LabGcC.c
    U X11/xc/lib/X11/LabGcL.c
    U X11/xc/lib/X11/LabGcLC.c
    U X11/xc/lib/X11/LabMnL.c
    U X11/xc/lib/X11/LabMxC.c
    U X11/xc/lib/X11/LabMxL.c
    U X11/xc/lib/X11/LabMxLC.c
    U X11/xc/lib/X11/LabWpAj.c
    U X11/xc/lib/X11/LiHosts.c
    U X11/xc/lib/X11/LiICmaps.c
    U X11/xc/lib/X11/LiProps.c
    U X11/xc/lib/X11/ListExt.c
    U X11/xc/lib/X11/LoadFont.c
    U X11/xc/lib/X11/LockDis.c
    U X11/xc/lib/X11/LookupCol.c
    U X11/xc/lib/X11/LowerWin.c
    U X11/xc/lib/X11/Luv.c
    U X11/xc/lib/X11/LuvGcC.c
    U X11/xc/lib/X11/LuvGcL.c
    U X11/xc/lib/X11/LuvGcLC.c
    U X11/xc/lib/X11/LuvMnL.c
    U X11/xc/lib/X11/LuvMxC.c
    U X11/xc/lib/X11/LuvMxL.c
    U X11/xc/lib/X11/LuvMxLC.c
    U X11/xc/lib/X11/LuvWpAj.c
    U X11/xc/lib/X11/Macros.c
    U X11/xc/lib/X11/MapRaised.c
    U X11/xc/lib/X11/MapSubs.c
    U X11/xc/lib/X11/Misc.c
    U X11/xc/lib/X11/MapWindow.c
    U X11/xc/lib/X11/MaskEvent.c
    U X11/xc/lib/X11/ModMap.c
    U X11/xc/lib/X11/MoveWin.c
    U X11/xc/lib/X11/NextEvent.c
    U X11/xc/lib/X11/OCWrap.c
    U X11/xc/lib/X11/OMWrap.c
    U X11/xc/lib/X11/OfCCC.c
    U X11/xc/lib/X11/OpenDis.c
    C X11/xc/lib/X11/ParseCmd.c
    U X11/xc/lib/X11/ParseCol.c
    U X11/xc/lib/X11/ParseGeom.c
    U X11/xc/lib/X11/PeekEvent.c
    U X11/xc/lib/X11/PeekIfEv.c
    U X11/xc/lib/X11/Pending.c
    U X11/xc/lib/X11/PixFormats.c
    U X11/xc/lib/X11/PmapBgnd.c
    U X11/xc/lib/X11/PmapBord.c
    C X11/xc/lib/X11/PolyReg.c
    U X11/xc/lib/X11/PolyTxt.c
    U X11/xc/lib/X11/PolyTxt16.c
    U X11/xc/lib/X11/PrOfId.c
    U X11/xc/lib/X11/PropAlloc.c
    U X11/xc/lib/X11/PutBEvent.c
    U X11/xc/lib/X11/PutImage.c
    U X11/xc/lib/X11/QBlack.c
    U X11/xc/lib/X11/QBlue.c
    U X11/xc/lib/X11/QGreen.c
    U X11/xc/lib/X11/QRed.c
    U X11/xc/lib/X11/QWhite.c
    U X11/xc/lib/X11/QuBest.c
    U X11/xc/lib/X11/QuCol.c
    U X11/xc/lib/X11/QuColor.c
    U X11/xc/lib/X11/QuColors.c
    U X11/xc/lib/X11/QuCols.c
    U X11/xc/lib/X11/QuCurShp.c
    U X11/xc/lib/X11/QuExt.c
    U X11/xc/lib/X11/QuKeybd.c
    U X11/xc/lib/X11/QuPntr.c
    U X11/xc/lib/X11/QuStipShp.c
    U X11/xc/lib/X11/QuTextE16.c
    U X11/xc/lib/X11/QuTextExt.c
    U X11/xc/lib/X11/QuTileShp.c
    U X11/xc/lib/X11/QuTree.c
    U X11/xc/lib/X11/Quarks.c
    U X11/xc/lib/X11/RaiseWin.c
    U X11/xc/lib/X11/RdBitF.c
    U X11/xc/lib/X11/RecolorC.c
    U X11/xc/lib/X11/ReconfWM.c
    U X11/xc/lib/X11/ReconfWin.c
    C X11/xc/lib/X11/Region.c
    U X11/xc/lib/X11/RegstFlt.c
    U X11/xc/lib/X11/RepWindow.c
    U X11/xc/lib/X11/RestackWs.c
    U X11/xc/lib/X11/RotProp.c
    U X11/xc/lib/X11/ScrResStr.c
    U X11/xc/lib/X11/SelInput.c
    U X11/xc/lib/X11/SendEvent.c
    U X11/xc/lib/X11/SetBack.c
    U X11/xc/lib/X11/SetCCC.c
    U X11/xc/lib/X11/SetCRects.c
    U X11/xc/lib/X11/SetClMask.c
    U X11/xc/lib/X11/SetClOrig.c
    U X11/xc/lib/X11/SetDashes.c
    U X11/xc/lib/X11/SetFPath.c
    U X11/xc/lib/X11/SetFont.c
    U X11/xc/lib/X11/SetFore.c
    U X11/xc/lib/X11/SetFunc.c
    U X11/xc/lib/X11/SetGetCols.c
    U X11/xc/lib/X11/SetHints.c
    U X11/xc/lib/X11/SetIFocus.c
    U X11/xc/lib/X11/SetLStyle.c
    C X11/xc/lib/X11/SetLocale.c
    U X11/xc/lib/X11/SetNrmHint.c
    U X11/xc/lib/X11/SetPMask.c
    U X11/xc/lib/X11/SetPntMap.c
    U X11/xc/lib/X11/SetRGBCMap.c
    U X11/xc/lib/X11/SetSOwner.c
    U X11/xc/lib/X11/SetSSaver.c
    U X11/xc/lib/X11/SetStCmap.c
    U X11/xc/lib/X11/SetState.c
    U X11/xc/lib/X11/SetStip.c
    U X11/xc/lib/X11/SetTSOrig.c
    U X11/xc/lib/X11/SetTile.c
    U X11/xc/lib/X11/SetTxtProp.c
    U X11/xc/lib/X11/SetWMCMapW.c
    U X11/xc/lib/X11/SetWMProto.c
    U X11/xc/lib/X11/StBytes.c
    U X11/xc/lib/X11/StCol.c
    U X11/xc/lib/X11/StColor.c
    U X11/xc/lib/X11/StColors.c
    U X11/xc/lib/X11/StCols.c
    U X11/xc/lib/X11/StNColor.c
    U X11/xc/lib/X11/StName.c
    U X11/xc/lib/X11/StrKeysym.c
    U X11/xc/lib/X11/StrToText.c
    U X11/xc/lib/X11/Sync.c
    U X11/xc/lib/X11/Synchro.c
    U X11/xc/lib/X11/Text.c
    U X11/xc/lib/X11/Text16.c
    U X11/xc/lib/X11/TextExt.c
    U X11/xc/lib/X11/TextExt16.c
    C X11/xc/lib/X11/TextToStr.c
    U X11/xc/lib/X11/TrCoords.c
    U X11/xc/lib/X11/UNDEFINED.c
    U X11/xc/lib/X11/UndefCurs.c
    U X11/xc/lib/X11/UngrabBut.c
    U X11/xc/lib/X11/UngrabKbd.c
    U X11/xc/lib/X11/UngrabKey.c
    U X11/xc/lib/X11/UngrabPtr.c
    U X11/xc/lib/X11/UngrabSvr.c
    U X11/xc/lib/X11/UninsCmap.c
    U X11/xc/lib/X11/UnldFont.c
    U X11/xc/lib/X11/UnmapSubs.c
    U X11/xc/lib/X11/UnmapWin.c
    U X11/xc/lib/X11/VisUtil.c
    U X11/xc/lib/X11/WMGeom.c
    U X11/xc/lib/X11/WMProps.c
    U X11/xc/lib/X11/WarpPtr.c
    U X11/xc/lib/X11/WinEvent.c
    U X11/xc/lib/X11/Window.c
    U X11/xc/lib/X11/Withdraw.c
    U X11/xc/lib/X11/WrBitF.c
    U X11/xc/lib/X11/X11-def.cpp
    C X11/xc/lib/X11/X11os2.def
    U X11/xc/lib/X11/Xcms.txt
    U X11/xc/lib/X11/XErrorDB
    U X11/xc/lib/X11/XKB.c
    C X11/xc/lib/X11/XKBAlloc.c
    U X11/xc/lib/X11/XKBBell.c
    U X11/xc/lib/X11/XKBBind.c
    U X11/xc/lib/X11/XKBCompat.c
    U X11/xc/lib/X11/XKBCtrls.c
    C X11/xc/lib/X11/XKBCvt.c
    U X11/xc/lib/X11/XKBExtDev.c
    U X11/xc/lib/X11/XKBGAlloc.c
    U X11/xc/lib/X11/XKBGeom.c
    U X11/xc/lib/X11/XKBGetByName.c
    C X11/xc/lib/X11/XKBGetMap.c
    U X11/xc/lib/X11/XKBList.c
    C X11/xc/lib/X11/XKBMAlloc.c
    U X11/xc/lib/X11/XKBMisc.c
    U X11/xc/lib/X11/XKBNames.c
    U X11/xc/lib/X11/XKBRdBuf.c
    U X11/xc/lib/X11/XKBSetGeom.c
    U X11/xc/lib/X11/XKBSetMap.c
    U X11/xc/lib/X11/XKBUse.c
    U X11/xc/lib/X11/XKBleds.c
    U X11/xc/lib/X11/XKBlib.h
    U X11/xc/lib/X11/XKBlibint.h
    U X11/xc/lib/X11/XKeysymDB
    U X11/xc/lib/X11/XRGB.c
    U X11/xc/lib/X11/XYZ.c
    U X11/xc/lib/X11/Xaixlcint.h
    U X11/xc/lib/X11/Xatomtype.h
    U X11/xc/lib/X11/Xcms.h
    U X11/xc/lib/X11/Xcmsint.h
    U X11/xc/lib/X11/XimImSw.h
    U X11/xc/lib/X11/XimProto.h
    U X11/xc/lib/X11/XimThai.h
    U X11/xc/lib/X11/XimTrInt.h
    U X11/xc/lib/X11/XimTrX.h
    U X11/xc/lib/X11/XimTrans.h
    C X11/xc/lib/X11/Ximint.h
    U X11/xc/lib/X11/XimintL.h
    U X11/xc/lib/X11/XimintP.h
    U X11/xc/lib/X11/XlcGeneric.h
    U X11/xc/lib/X11/XlcPubI.h
    U X11/xc/lib/X11/XlcPublic.h
    U X11/xc/lib/X11/XlcUTF.h
    U X11/xc/lib/X11/Xlcint.h
    U X11/xc/lib/X11/Xlib.h
    U X11/xc/lib/X11/XlibAsync.c
    C X11/xc/lib/X11/XlibInt.c
    U X11/xc/lib/X11/Xlibint.h
    U X11/xc/lib/X11/Xlocale.h
    U X11/xc/lib/X11/XomGeneric.h
    U X11/xc/lib/X11/Xresource.h
    C X11/xc/lib/X11/Xrm.c
    U X11/xc/lib/X11/XrmI.h
    U X11/xc/lib/X11/Xutil.h
    U X11/xc/lib/X11/Xvarargs.h
    U X11/xc/lib/X11/aixlcLoad.c
    U X11/xc/lib/X11/cmsAllCol.c
    U X11/xc/lib/X11/cmsAllNCol.c
    U X11/xc/lib/X11/cmsCmap.c
    U X11/xc/lib/X11/cmsColNm.c
    U X11/xc/lib/X11/cmsGlobls.c
    U X11/xc/lib/X11/cmsInt.c
    U X11/xc/lib/X11/cmsLkCol.c
    U X11/xc/lib/X11/cmsMath.c
    U X11/xc/lib/X11/cmsProp.c
    U X11/xc/lib/X11/cmsTrig.c
    U X11/xc/lib/X11/cursorfont.h
    U X11/xc/lib/X11/evtomask.c
    U X11/xc/lib/X11/globals.c
    U X11/xc/lib/X11/imCallbk.c
    U X11/xc/lib/X11/imConv.c
    U X11/xc/lib/X11/imDefFlt.c
    U X11/xc/lib/X11/imDefIc.c
    U X11/xc/lib/X11/imDefIm.c
    U X11/xc/lib/X11/imDefLkup.c
    C X11/xc/lib/X11/imInt.c
    U X11/xc/lib/X11/imDispch.c
    U X11/xc/lib/X11/imEvToWire.c
    U X11/xc/lib/X11/imExten.c
    U X11/xc/lib/X11/imImSw.c
    U X11/xc/lib/X11/imInsClbk.c
    U X11/xc/lib/X11/imLcFlt.c
    U X11/xc/lib/X11/imLcGIc.c
    U X11/xc/lib/X11/imLcIc.c
    U X11/xc/lib/X11/imLcIm.c
    U X11/xc/lib/X11/imLcLkup.c
    C X11/xc/lib/X11/imLcPrs.c
    U X11/xc/lib/X11/imLcSIc.c
    C X11/xc/lib/X11/imRm.c
    C X11/xc/lib/X11/imRmAttr.c
    U X11/xc/lib/X11/imThaiFlt.c
    U X11/xc/lib/X11/imThaiIc.c
    U X11/xc/lib/X11/imThaiIm.c
    U X11/xc/lib/X11/imTrX.c
    U X11/xc/lib/X11/imTrans.c
    U X11/xc/lib/X11/imTransR.c
    U X11/xc/lib/X11/jump_funcs
    U X11/xc/lib/X11/jump_ignore
    U X11/xc/lib/X11/jump_vars
    C X11/xc/lib/X11/lcCT.c
    U X11/xc/lib/X11/lcCharSet.c
    U X11/xc/lib/X11/lcConv.c
    C X11/xc/lib/X11/lcDB.c
    U X11/xc/lib/X11/lcDefConv.c
    U X11/xc/lib/X11/lcDynamic.c
    U X11/xc/lib/X11/lcEuc.c
    C X11/xc/lib/X11/lcFile.c
    U X11/xc/lib/X11/lcGenConv.c
    C X11/xc/lib/X11/lcGeneric.c
    U X11/xc/lib/X11/lcInit.c
    U X11/xc/lib/X11/lcJis.c
    U X11/xc/lib/X11/lcPrTxt.c
    U X11/xc/lib/X11/lcPubWrap.c
    U X11/xc/lib/X11/lcPublic.c
    U X11/xc/lib/X11/lcRM.c
    U X11/xc/lib/X11/lcSjis.c
    U X11/xc/lib/X11/lcStd.c
    U X11/xc/lib/X11/lcTxtPr.c
    U X11/xc/lib/X11/lcUTF.c
    U X11/xc/lib/X11/lcUtil.c
    C X11/xc/lib/X11/lcWrap.c
    U X11/xc/lib/X11/libX11.elist
    U X11/xc/lib/X11/locking.c
    U X11/xc/lib/X11/locking.h
    U X11/xc/lib/X11/mbWMProps.c
    U X11/xc/lib/X11/mbWrap.c
    U X11/xc/lib/X11/omDefault.c
    C X11/xc/lib/X11/omGeneric.c
    U X11/xc/lib/X11/omImText.c
    U X11/xc/lib/X11/omText.c
    U X11/xc/lib/X11/omTextEsc.c
    U X11/xc/lib/X11/omTextExt.c
    U X11/xc/lib/X11/omTextPer.c
    U X11/xc/lib/X11/omXChar.c
    U X11/xc/lib/X11/os2Stubs.c
    U X11/xc/lib/X11/poly.h
    U X11/xc/lib/X11/region.h
    C X11/xc/lib/X11/udcInf.c
    U X11/xc/lib/X11/uvY.c
    U X11/xc/lib/X11/wcWrap.c
    U X11/xc/lib/X11/xyY.c
    U X11/xc/lib/X11/util/mkks.sh
    U X11/xc/lib/X11/util/makekeys.c
    U X11/xc/lib/XIE/XIEos2.def
    U X11/xc/lib/XIE/Imakefile
    U X11/xc/lib/XIE/XIE-def.cpp
    U X11/xc/lib/XIE/XIElib.h
    U X11/xc/lib/XIE/XIElibint.h
    U X11/xc/lib/XIE/XIEos2.rsp
    U X11/xc/lib/XIE/abort.c
    U X11/xc/lib/XIE/await.c
    U X11/xc/lib/XIE/clientdata.c
    U X11/xc/lib/XIE/colorlist.c
    U X11/xc/lib/XIE/conven.c
    U X11/xc/lib/XIE/elements.c
    U X11/xc/lib/XIE/elements.h
    U X11/xc/lib/XIE/errors.c
    U X11/xc/lib/XIE/events.c
    U X11/xc/lib/XIE/free.c
    U X11/xc/lib/XIE/globals.h
    U X11/xc/lib/XIE/ieee.c
    U X11/xc/lib/XIE/init.c
    U X11/xc/lib/XIE/init.h
    U X11/xc/lib/XIE/jump_funcs
    U X11/xc/lib/XIE/jump_ignore
    U X11/xc/lib/XIE/jump_vars
    U X11/xc/lib/XIE/lut.c
    U X11/xc/lib/XIE/photoflo.c
    U X11/xc/lib/XIE/photomap.c
    U X11/xc/lib/XIE/photospace.c
    U X11/xc/lib/XIE/roi.c
    U X11/xc/lib/XIE/technique.c
    U X11/xc/lib/XIE/technique.h
    U X11/xc/lib/XIE/utils.c
    U X11/xc/lib/XThrStub/Imakefile
    U X11/xc/lib/XThrStub/UIThrStubs.c
    U X11/xc/lib/Xau/README
    U X11/xc/lib/Xau/AuDispose.c
    U X11/xc/lib/Xau/AuFileName.c
    U X11/xc/lib/Xau/AuGetAddr.c
    U X11/xc/lib/Xau/AuGetBest.c
    U X11/xc/lib/Xau/AuLock.c
    U X11/xc/lib/Xau/AuRead.c
    U X11/xc/lib/Xau/AuUnlock.c
    U X11/xc/lib/Xau/AuWrite.c
    U X11/xc/lib/Xau/Autest.c
    U X11/xc/lib/Xau/Imakefile
    U X11/xc/lib/Xau/Xauth.h
    U X11/xc/lib/Xau/k5encode.c
    U X11/xc/lib/Xaw/CHANGES
    U X11/xc/lib/Xaw/AllWidgets.c
    U X11/xc/lib/Xaw/AllWidgets.h
    U X11/xc/lib/Xaw/AsciiSink.c
    U X11/xc/lib/Xaw/AsciiSink.h
    U X11/xc/lib/Xaw/AsciiSinkP.h
    C X11/xc/lib/Xaw/AsciiSrc.c
    U X11/xc/lib/Xaw/AsciiSrc.h
    C X11/xc/lib/Xaw/AsciiSrcP.h
    U X11/xc/lib/Xaw/AsciiText.c
    U X11/xc/lib/Xaw/AsciiText.h
    U X11/xc/lib/Xaw/AsciiTextP.h
    U X11/xc/lib/Xaw/Box.c
    U X11/xc/lib/Xaw/Box.h
    U X11/xc/lib/Xaw/BoxP.h
    U X11/xc/lib/Xaw/Xawos2.rsp
    U X11/xc/lib/Xaw/Cardinals.h
    U X11/xc/lib/Xaw/Command.c
    U X11/xc/lib/Xaw/Command.h
    U X11/xc/lib/Xaw/CommandP.h
    U X11/xc/lib/Xaw/Dialog.c
    U X11/xc/lib/Xaw/Dialog.h
    U X11/xc/lib/Xaw/DialogP.h
    C X11/xc/lib/Xaw/Form.c
    U X11/xc/lib/Xaw/Form.h
    U X11/xc/lib/Xaw/FormP.h
    U X11/xc/lib/Xaw/Grip.c
    U X11/xc/lib/Xaw/Grip.h
    U X11/xc/lib/Xaw/GripP.h
    U X11/xc/lib/Xaw/Imakefile
    U X11/xc/lib/Xaw/Label.c
    U X11/xc/lib/Xaw/Label.h
    U X11/xc/lib/Xaw/LabelP.h
    U X11/xc/lib/Xaw/List.c
    U X11/xc/lib/Xaw/List.h
    U X11/xc/lib/Xaw/ListP.h
    U X11/xc/lib/Xaw/MenuButtoP.h
    C X11/xc/lib/Xaw/MenuButton.c
    U X11/xc/lib/Xaw/MenuButton.h
    U X11/xc/lib/Xaw/MultiSink.c
    U X11/xc/lib/Xaw/MultiSink.h
    U X11/xc/lib/Xaw/MultiSinkP.h
    C X11/xc/lib/Xaw/MultiSrc.c
    U X11/xc/lib/Xaw/MultiSrc.h
    C X11/xc/lib/Xaw/MultiSrcP.h
    U X11/xc/lib/Xaw/Paned.c
    U X11/xc/lib/Xaw/Paned.h
    U X11/xc/lib/Xaw/PanedP.h
    U X11/xc/lib/Xaw/Panner.c
    U X11/xc/lib/Xaw/Panner.h
    U X11/xc/lib/Xaw/PannerP.h
    U X11/xc/lib/Xaw/Porthole.c
    U X11/xc/lib/Xaw/Porthole.h
    U X11/xc/lib/Xaw/PortholeP.h
    U X11/xc/lib/Xaw/Repeater.c
    U X11/xc/lib/Xaw/Repeater.h
    U X11/xc/lib/Xaw/RepeaterP.h
    U X11/xc/lib/Xaw/Reports.h
    C X11/xc/lib/Xaw/Scrollbar.c
    U X11/xc/lib/Xaw/Scrollbar.h
    U X11/xc/lib/Xaw/ScrollbarP.h
    C X11/xc/lib/Xaw/Simple.c
    U X11/xc/lib/Xaw/Simple.h
    U X11/xc/lib/Xaw/SimpleMenP.h
    C X11/xc/lib/Xaw/SimpleMenu.c
    U X11/xc/lib/Xaw/SimpleMenu.h
    U X11/xc/lib/Xaw/SimpleP.h
    U X11/xc/lib/Xaw/Sme.c
    U X11/xc/lib/Xaw/Sme.h
    C X11/xc/lib/Xaw/SmeBSB.c
    U X11/xc/lib/Xaw/SmeBSB.h
    U X11/xc/lib/Xaw/SmeBSBP.h
    U X11/xc/lib/Xaw/SmeLine.c
    U X11/xc/lib/Xaw/SmeLine.h
    U X11/xc/lib/Xaw/SmeLineP.h
    U X11/xc/lib/Xaw/SmeP.h
    U X11/xc/lib/Xaw/StripCharP.h
    U X11/xc/lib/Xaw/StripChart.c
    U X11/xc/lib/Xaw/StripChart.h
    U X11/xc/lib/Xaw/Template.c
    U X11/xc/lib/Xaw/Template.h
    U X11/xc/lib/Xaw/TemplateP.h
    C X11/xc/lib/Xaw/Text.c
    U X11/xc/lib/Xaw/Text.h
    U X11/xc/lib/Xaw/TextAction.c
    U X11/xc/lib/Xaw/TextP.h
    C X11/xc/lib/Xaw/TextPop.c
    U X11/xc/lib/Xaw/TextSink.c
    U X11/xc/lib/Xaw/TextSink.h
    U X11/xc/lib/Xaw/TextSinkP.h
    C X11/xc/lib/Xaw/TextSrc.c
    U X11/xc/lib/Xaw/TextSrc.h
    U X11/xc/lib/Xaw/TextSrcP.h
    U X11/xc/lib/Xaw/TextTr.c
    U X11/xc/lib/Xaw/Toggle.c
    U X11/xc/lib/Xaw/Toggle.h
    U X11/xc/lib/Xaw/ToggleP.h
    U X11/xc/lib/Xaw/Tree.c
    U X11/xc/lib/Xaw/Tree.h
    U X11/xc/lib/Xaw/TreeP.h
    U X11/xc/lib/Xaw/Vendor.c
    U X11/xc/lib/Xaw/VendorEP.h
    C X11/xc/lib/Xaw/Viewport.c
    U X11/xc/lib/Xaw/Viewport.h
    U X11/xc/lib/Xaw/ViewportP.h
    C X11/xc/lib/Xaw/XawAlloc.h
    U X11/xc/lib/Xaw/XawI18n.c
    U X11/xc/lib/Xaw/XawI18n.h
    C X11/xc/lib/Xaw/XawIm.c
    C X11/xc/lib/Xaw/XawImP.h
    U X11/xc/lib/Xaw/XawInit.c
    U X11/xc/lib/Xaw/XawInit.h
    U X11/xc/lib/Xaw/Xawos2.def
    U X11/xc/lib/Xaw/genlist.sh
    U X11/xc/lib/Xaw/jump_funcs
    U X11/xc/lib/Xaw/jump_ignore
    U X11/xc/lib/Xaw/jump_vars
    U X11/xc/lib/Xaw/sharedlib.c
    U X11/xc/lib/Xbsd/Berklib.c
    U X11/xc/lib/Xbsd/Imakefile
    U X11/xc/lib/Xdmcp/A8Eq.c
    U X11/xc/lib/Xdmcp/AA16.c
    U X11/xc/lib/Xdmcp/AA32.c
    U X11/xc/lib/Xdmcp/AA8.c
    U X11/xc/lib/Xdmcp/Alloc.c
    U X11/xc/lib/Xdmcp/AofA8.c
    U X11/xc/lib/Xdmcp/CA8.c
    U X11/xc/lib/Xdmcp/CmpKey.c
    C X11/xc/lib/Xdmcp/DA16.c
    C X11/xc/lib/Xdmcp/DA32.c
    C X11/xc/lib/Xdmcp/DA8.c
    C X11/xc/lib/Xdmcp/DAofA8.c
    U X11/xc/lib/Xdmcp/DecKey.c
    U X11/xc/lib/Xdmcp/Fill.c
    U X11/xc/lib/Xdmcp/Flush.c
    U X11/xc/lib/Xdmcp/GenKey.c
    U X11/xc/lib/Xdmcp/Imakefile
    U X11/xc/lib/Xdmcp/IncKey.c
    C X11/xc/lib/Xdmcp/RA16.c
    C X11/xc/lib/Xdmcp/RA32.c
    C X11/xc/lib/Xdmcp/RA8.c
    C X11/xc/lib/Xdmcp/RAofA8.c
    U X11/xc/lib/Xdmcp/RC16.c
    U X11/xc/lib/Xdmcp/RC32.c
    U X11/xc/lib/Xdmcp/RC8.c
    U X11/xc/lib/Xdmcp/RHead.c
    U X11/xc/lib/Xdmcp/RR.c
    U X11/xc/lib/Xdmcp/RaA16.c
    U X11/xc/lib/Xdmcp/RaA32.c
    U X11/xc/lib/Xdmcp/RaA8.c
    U X11/xc/lib/Xdmcp/RaAoA8.c
    U X11/xc/lib/Xdmcp/Unwrap.c
    U X11/xc/lib/Xdmcp/WA16.c
    U X11/xc/lib/Xdmcp/WA32.c
    U X11/xc/lib/Xdmcp/WA8.c
    U X11/xc/lib/Xdmcp/WAofA8.c
    U X11/xc/lib/Xdmcp/WC16.c
    U X11/xc/lib/Xdmcp/WC32.c
    U X11/xc/lib/Xdmcp/WC8.c
    U X11/xc/lib/Xdmcp/Whead.c
    U X11/xc/lib/Xdmcp/Wrap.c
    U X11/xc/lib/Xdmcp/Wrap.h
    U X11/xc/lib/Xdmcp/Xdmcp.h
    U X11/xc/lib/Xdpms/DPMS.c
    U X11/xc/lib/Xdpms/Imakefile
    U X11/xc/lib/Xext/XTestExt1.c
    U X11/xc/lib/Xext/Imakefile
    U X11/xc/lib/Xext/MITMisc.c
    U X11/xc/lib/Xext/XAppgroup.c
    U X11/xc/lib/Xext/XLbx.c
    U X11/xc/lib/Xext/XMultibuf.c
    U X11/xc/lib/Xext/XSecurity.c
    U X11/xc/lib/Xext/XShape.c
    U X11/xc/lib/Xext/XShm.c
    U X11/xc/lib/Xext/XSync.c
    U X11/xc/lib/Xext/Xextos2.rsp
    U X11/xc/lib/Xext/Xdbe.c
    U X11/xc/lib/Xext/Xext-def.cpp
    U X11/xc/lib/Xext/Xextos2.def
    U X11/xc/lib/Xext/extutil.c
    U X11/xc/lib/Xext/globals.c
    U X11/xc/lib/Xi/Xios2.def
    U X11/xc/lib/Xi/Imakefile
    U X11/xc/lib/Xi/XAllowDv.c
    U X11/xc/lib/Xi/XChgDCtl.c
    U X11/xc/lib/Xi/XChgFCtl.c
    U X11/xc/lib/Xi/XChgKMap.c
    U X11/xc/lib/Xi/XChgKbd.c
    U X11/xc/lib/Xi/XChgPnt.c
    U X11/xc/lib/Xi/XChgProp.c
    U X11/xc/lib/Xi/XCloseDev.c
    U X11/xc/lib/Xi/XDevBell.c
    U X11/xc/lib/Xi/XExtInt.c
    U X11/xc/lib/Xi/XExtToWire.c
    U X11/xc/lib/Xi/XFreeLst.c
    U X11/xc/lib/Xi/XGMotion.c
    U X11/xc/lib/Xi/XGetBMap.c
    U X11/xc/lib/Xi/XGetDCtl.c
    U X11/xc/lib/Xi/XGetFCtl.c
    U X11/xc/lib/Xi/XGetKMap.c
    U X11/xc/lib/Xi/XGetMMap.c
    U X11/xc/lib/Xi/XGetProp.c
    U X11/xc/lib/Xi/XGetVers.c
    U X11/xc/lib/Xi/XGrDvBut.c
    U X11/xc/lib/Xi/XGrDvKey.c
    U X11/xc/lib/Xi/XGrabDev.c
    U X11/xc/lib/Xi/XGtFocus.c
    U X11/xc/lib/Xi/XGtSelect.c
    U X11/xc/lib/Xi/XIint.h
    U X11/xc/lib/Xi/XListDev.c
    U X11/xc/lib/Xi/XOpenDev.c
    U X11/xc/lib/Xi/XQueryDv.c
    U X11/xc/lib/Xi/XSelect.c
    U X11/xc/lib/Xi/XSetBMap.c
    U X11/xc/lib/Xi/XSetDVal.c
    U X11/xc/lib/Xi/XSetMMap.c
    U X11/xc/lib/Xi/XSetMode.c
    U X11/xc/lib/Xi/XSndExEv.c
    U X11/xc/lib/Xi/XStFocus.c
    U X11/xc/lib/Xi/XUngrDev.c
    U X11/xc/lib/Xi/XUngrDvB.c
    U X11/xc/lib/Xi/XUngrDvK.c
    U X11/xc/lib/Xi/Xi-def.cpp
    U X11/xc/lib/Xi/Xios2.rsp
    U X11/xc/lib/Xmu/README
    U X11/xc/lib/Xmu/AllCmap.c
    U X11/xc/lib/Xmu/Atoms.c
    U X11/xc/lib/Xmu/Atoms.h
    C X11/xc/lib/Xmu/CharSet.h
    U X11/xc/lib/Xmu/ClientWin.c
    U X11/xc/lib/Xmu/CloseHook.c
    U X11/xc/lib/Xmu/CloseHook.h
    U X11/xc/lib/Xmu/CmapAlloc.c
    C X11/xc/lib/Xmu/Converters.h
    U X11/xc/lib/Xmu/CrCmap.c
    U X11/xc/lib/Xmu/CrPixFBit.c
    U X11/xc/lib/Xmu/CurUtil.h
    U X11/xc/lib/Xmu/CursorName.c
    U X11/xc/lib/Xmu/CvtCache.c
    U X11/xc/lib/Xmu/CvtCache.h
    U X11/xc/lib/Xmu/CvtStdSel.c
    U X11/xc/lib/Xmu/DefErrMsg.c
    U X11/xc/lib/Xmu/DelCmap.c
    U X11/xc/lib/Xmu/DisplayQue.c
    U X11/xc/lib/Xmu/DisplayQue.h
    U X11/xc/lib/Xmu/Distinct.c
    U X11/xc/lib/Xmu/DrRndRect.c
    U X11/xc/lib/Xmu/DrawLogo.c
    U X11/xc/lib/Xmu/Drawing.h
    U X11/xc/lib/Xmu/Editres.h
    C X11/xc/lib/Xmu/EditresCom.c
    U X11/xc/lib/Xmu/EditresP.h
    U X11/xc/lib/Xmu/Error.h
    U X11/xc/lib/Xmu/ExtAgent.c
    U X11/xc/lib/Xmu/ExtAgent.h
    U X11/xc/lib/Xmu/FToCback.c
    U X11/xc/lib/Xmu/GetHost.c
    U X11/xc/lib/Xmu/GrayPixmap.c
    U X11/xc/lib/Xmu/Imakefile
    U X11/xc/lib/Xmu/Initer.c
    U X11/xc/lib/Xmu/Initer.h
    C X11/xc/lib/Xmu/LocBitmap.c
    U X11/xc/lib/Xmu/Lookup.c
    U X11/xc/lib/Xmu/LookupCmap.c
    C X11/xc/lib/Xmu/Lower.c
    U X11/xc/lib/Xmu/Misc.h
    U X11/xc/lib/Xmu/Xmuos2.rsp
    U X11/xc/lib/Xmu/RdBitF.c
    U X11/xc/lib/Xmu/ScrOfWin.c
    U X11/xc/lib/Xmu/ShapeWidg.c
    U X11/xc/lib/Xmu/StdCmap.c
    U X11/xc/lib/Xmu/StdCmap.h
    U X11/xc/lib/Xmu/StdSel.h
    C X11/xc/lib/Xmu/StrToBS.c
    U X11/xc/lib/Xmu/StrToBmap.c
    C X11/xc/lib/Xmu/StrToCurs.c
    U X11/xc/lib/Xmu/StrToGrav.c
    C X11/xc/lib/Xmu/StrToJust.c
    U X11/xc/lib/Xmu/StrToLong.c
    C X11/xc/lib/Xmu/StrToOrnt.c
    U X11/xc/lib/Xmu/StrToShap.c
    U X11/xc/lib/Xmu/StrToWidg.c
    U X11/xc/lib/Xmu/SysUtil.h
    U X11/xc/lib/Xmu/UpdMapHint.c
    U X11/xc/lib/Xmu/VisCmap.c
    U X11/xc/lib/Xmu/WhitePoint.h
    C X11/xc/lib/Xmu/WidgetNode.c
    U X11/xc/lib/Xmu/WidgetNode.h
    U X11/xc/lib/Xmu/WinUtil.h
    C X11/xc/lib/Xmu/Xct.c
    U X11/xc/lib/Xmu/Xct.h
    U X11/xc/lib/Xmu/Xmu.h
    U X11/xc/lib/Xmu/Xmuos2.def
    U X11/xc/lib/Xmu/sharedlib.c
    U X11/xc/lib/Xp/Xpos2.def
    U X11/xc/lib/Xp/Imakefile
    U X11/xc/lib/Xp/Xp-def.cpp
    U X11/xc/lib/Xp/XpAttr.c
    U X11/xc/lib/Xp/XpContext.c
    U X11/xc/lib/Xp/XpDoc.c
    U X11/xc/lib/Xp/XpExtUtil.c
    U X11/xc/lib/Xp/XpExtVer.c
    U X11/xc/lib/Xp/XpGetData.c
    U X11/xc/lib/Xp/XpImageRes.c
    U X11/xc/lib/Xp/XpInput.c
    U X11/xc/lib/Xp/XpJob.c
    U X11/xc/lib/Xp/XpLocale.c
    U X11/xc/lib/Xp/XpNotifyPdm.c
    U X11/xc/lib/Xp/XpPage.c
    U X11/xc/lib/Xp/XpPageDim.c
    U X11/xc/lib/Xp/XpPrinter.c
    U X11/xc/lib/Xp/XpPutData.c
    U X11/xc/lib/Xp/XpScreens.c
    U X11/xc/lib/Xp/Xpos2.rsp
    U X11/xc/lib/Xss/Xssos2.def
    U X11/xc/lib/Xss/Imakefile
    U X11/xc/lib/Xss/XScrnSaver.c
    U X11/xc/lib/Xss/Xssos2.rsp
    U X11/xc/lib/Xt/Xtos2.rsp
    U X11/xc/lib/Xt/ActionHook.c
    U X11/xc/lib/Xt/Alloc.c
    U X11/xc/lib/Xt/ArgList.c
    C X11/xc/lib/Xt/Callback.c
    U X11/xc/lib/Xt/CallbackI.h
    U X11/xc/lib/Xt/ClickTime.c
    U X11/xc/lib/Xt/Composite.c
    U X11/xc/lib/Xt/Composite.h
    U X11/xc/lib/Xt/CompositeP.h
    U X11/xc/lib/Xt/ConstrainP.h
    U X11/xc/lib/Xt/Constraint.c
    U X11/xc/lib/Xt/Constraint.h
    C X11/xc/lib/Xt/Convert.c
    U X11/xc/lib/Xt/ConvertI.h
    U X11/xc/lib/Xt/Converters.c
    U X11/xc/lib/Xt/Core.c
    U X11/xc/lib/Xt/Core.h
    U X11/xc/lib/Xt/CoreP.h
    C X11/xc/lib/Xt/Create.c
    U X11/xc/lib/Xt/Destroy.c
    U X11/xc/lib/Xt/Display.c
    U X11/xc/lib/Xt/Error.c
    U X11/xc/lib/Xt/Event.c
    U X11/xc/lib/Xt/EventI.h
    U X11/xc/lib/Xt/EventUtil.c
    U X11/xc/lib/Xt/Functions.c
    U X11/xc/lib/Xt/GCManager.c
    U X11/xc/lib/Xt/Geometry.c
    U X11/xc/lib/Xt/GetActKey.c
    C X11/xc/lib/Xt/GetResList.c
    U X11/xc/lib/Xt/GetValues.c
    U X11/xc/lib/Xt/HookObj.c
    U X11/xc/lib/Xt/HookObjI.h
    U X11/xc/lib/Xt/Hooks.c
    U X11/xc/lib/Xt/Imakefile
    U X11/xc/lib/Xt/InitialI.h
    C X11/xc/lib/Xt/Initialize.c
    U X11/xc/lib/Xt/Intrinsic.c
    U X11/xc/lib/Xt/Intrinsic.h
    U X11/xc/lib/Xt/IntrinsicI.h
    U X11/xc/lib/Xt/IntrinsicP.h
    U X11/xc/lib/Xt/Keyboard.c
    U X11/xc/lib/Xt/Manage.c
    U X11/xc/lib/Xt/NextEvent.c
    C X11/xc/lib/Xt/Object.c
    U X11/xc/lib/Xt/Object.h
    U X11/xc/lib/Xt/ObjectP.h
    U X11/xc/lib/Xt/Pointer.c
    U X11/xc/lib/Xt/PassivGraI.h
    U X11/xc/lib/Xt/PassivGrab.c
    U X11/xc/lib/Xt/Popup.c
    U X11/xc/lib/Xt/PopupCB.c
    U X11/xc/lib/Xt/RectObj.c
    U X11/xc/lib/Xt/RectObj.h
    U X11/xc/lib/Xt/RectObjP.h
    U X11/xc/lib/Xt/ResourceI.h
    C X11/xc/lib/Xt/Resources.c
    U X11/xc/lib/Xt/Selection.c
    U X11/xc/lib/Xt/SelectionI.h
    U X11/xc/lib/Xt/SetSens.c
    U X11/xc/lib/Xt/SetValues.c
    U X11/xc/lib/Xt/SetWMCW.c
    U X11/xc/lib/Xt/Shell.c
    U X11/xc/lib/Xt/ShellP.h
    C X11/xc/lib/Xt/TMaction.c
    U X11/xc/lib/Xt/TMgrab.c
    U X11/xc/lib/Xt/TMkey.c
    C X11/xc/lib/Xt/TMparse.c
    U X11/xc/lib/Xt/TMprint.c
    U X11/xc/lib/Xt/TMstate.c
    U X11/xc/lib/Xt/Threads.c
    U X11/xc/lib/Xt/ThreadsI.h
    U X11/xc/lib/Xt/TranslateI.h
    U X11/xc/lib/Xt/VarCreate.c
    U X11/xc/lib/Xt/VarGet.c
    U X11/xc/lib/Xt/Varargs.c
    U X11/xc/lib/Xt/VarargsI.h
    U X11/xc/lib/Xt/Vendor.c
    U X11/xc/lib/Xt/Vendor.h
    U X11/xc/lib/Xt/VendorP.h
    U X11/xc/lib/Xt/Xtos.h
    U X11/xc/lib/Xt/Xtos2.def
    U X11/xc/lib/Xt/jump_funcs
    U X11/xc/lib/Xt/jump_ignore
    U X11/xc/lib/Xt/jump_vars
    U X11/xc/lib/Xt/libXt.elist
    U X11/xc/lib/Xt/sharedlib.c
    U X11/xc/lib/Xt/util/Shell.ht
    U X11/xc/lib/Xt/util/StrDefs.ct
    U X11/xc/lib/Xt/util/StrDefs.ht
    U X11/xc/lib/Xt/util/string.list
    U X11/xc/lib/Xtst/Xtstos2.def
    U X11/xc/lib/Xtst/Imakefile
    U X11/xc/lib/Xtst/XRecord.c
    C X11/xc/lib/Xtst/XTest.c
    U X11/xc/lib/Xtst/Xtst-def.cpp
    U X11/xc/lib/Xtst/Xtstos2.rsp
    U X11/xc/lib/Xxf86dga/Imakefile
    U X11/xc/lib/Xxf86dga/XF86DGA.c
    U X11/xc/lib/Xxf86dga/Xxf86dgaos2.def
    U X11/xc/lib/Xxf86dga/Xxf86dgaos2.rsp
    U X11/xc/lib/Xxf86misc/Imakefile
    U X11/xc/lib/Xxf86misc/XF86Misc.c
    U X11/xc/lib/Xxf86misc/Xxf86miscos2.def
    U X11/xc/lib/Xxf86misc/Xxf86miscos2.rsp
    U X11/xc/lib/Xxf86vm/Imakefile
    U X11/xc/lib/Xxf86vm/XF86VMode.c
    U X11/xc/lib/Xxf86vm/Xxf86vmos2.def
    U X11/xc/lib/Xxf86vm/Xxf86vmos2.rsp
    U X11/xc/lib/font/Imakefile
    U X11/xc/lib/font/Speedo/Imakefile
    U X11/xc/lib/font/Speedo/adobe-iso.h
    U X11/xc/lib/font/Speedo/bics-iso.h
    U X11/xc/lib/font/Speedo/do_char.c
    U X11/xc/lib/font/Speedo/do_trns.c
    U X11/xc/lib/font/Speedo/htest.c
    U X11/xc/lib/font/Speedo/iface.c
    U X11/xc/lib/font/Speedo/keys.h
    U X11/xc/lib/font/Speedo/nsample.c
    U X11/xc/lib/font/Speedo/out_bl2d.c
    U X11/xc/lib/font/Speedo/out_blk.c
    U X11/xc/lib/font/Speedo/out_outl.c
    U X11/xc/lib/font/Speedo/out_scrn.c
    U X11/xc/lib/font/Speedo/out_util.c
    U X11/xc/lib/font/Speedo/reset.c
    U X11/xc/lib/font/Speedo/set_spcs.c
    U X11/xc/lib/font/Speedo/set_trns.c
    U X11/xc/lib/font/Speedo/spdo_prv.h
    U X11/xc/lib/font/Speedo/speedo.h
    U X11/xc/lib/font/Speedo/spencode.c
    U X11/xc/lib/font/Speedo/sperr.c
    U X11/xc/lib/font/Speedo/spfile.c
    U X11/xc/lib/font/Speedo/spfont.c
    U X11/xc/lib/font/Speedo/spint.h
    U X11/xc/lib/font/Speedo/spfuncs.c
    U X11/xc/lib/font/Speedo/spglyph.c
    U X11/xc/lib/font/Speedo/spinfo.c
    U X11/xc/lib/font/Speedo/sptobdf.c
    U X11/xc/lib/font/Speedo/useropt.h
    U X11/xc/lib/font/Type1/Imakefile
    U X11/xc/lib/font/Type1/arith.c
    U X11/xc/lib/font/Type1/arith.h
    U X11/xc/lib/font/Type1/blues.h
    U X11/xc/lib/font/Type1/cluts.h
    U X11/xc/lib/font/Type1/curves.c
    U X11/xc/lib/font/Type1/curves.h
    U X11/xc/lib/font/Type1/digit.h
    U X11/xc/lib/font/Type1/fontfcn.c
    U X11/xc/lib/font/Type1/fontfcn.h
    U X11/xc/lib/font/Type1/fonts.h
    U X11/xc/lib/font/Type1/hdigit.h
    U X11/xc/lib/font/Type1/hints.c
    U X11/xc/lib/font/Type1/hints.h
    U X11/xc/lib/font/Type1/lines.c
    U X11/xc/lib/font/Type1/lines.h
    U X11/xc/lib/font/Type1/minimain.c
    U X11/xc/lib/font/Type1/objects.c
    U X11/xc/lib/font/Type1/objects.h
    U X11/xc/lib/font/Type1/paths.c
    U X11/xc/lib/font/Type1/paths.h
    U X11/xc/lib/font/Type1/pictures.h
    U X11/xc/lib/font/Type1/regions.c
    U X11/xc/lib/font/Type1/regions.h
    U X11/xc/lib/font/Type1/scanfont.c
    C X11/xc/lib/font/Type1/spaces.c
    U X11/xc/lib/font/Type1/t1io.c
    U X11/xc/lib/font/Type1/spaces.h
    U X11/xc/lib/font/Type1/strokes.h
    U X11/xc/lib/font/Type1/t1funcs.c
    U X11/xc/lib/font/Type1/t1hdigit.h
    U X11/xc/lib/font/Type1/t1imager.h
    U X11/xc/lib/font/Type1/t1info.c
    U X11/xc/lib/font/Type1/t1intf.h
    U X11/xc/lib/font/Type1/t1malloc.c
    U X11/xc/lib/font/Type1/t1snap.c
    U X11/xc/lib/font/Type1/t1stdio.h
    U X11/xc/lib/font/Type1/t1stub.c
    U X11/xc/lib/font/Type1/t1test.c
    U X11/xc/lib/font/Type1/token.c
    U X11/xc/lib/font/Type1/token.h
    U X11/xc/lib/font/Type1/tokst.h
    U X11/xc/lib/font/Type1/trig.h
    U X11/xc/lib/font/Type1/type1.c
    U X11/xc/lib/font/Type1/util.c
    U X11/xc/lib/font/Type1/util.h
    U X11/xc/lib/font/bitmap/Imakefile
    U X11/xc/lib/font/bitmap/bdfint.h
    U X11/xc/lib/font/bitmap/bdfread.c
    U X11/xc/lib/font/bitmap/bdfutils.c
    U X11/xc/lib/font/bitmap/bitmap.c
    U X11/xc/lib/font/bitmap/bitmapfunc.c
    U X11/xc/lib/font/bitmap/bitmaputil.c
    U X11/xc/lib/font/bitmap/bitscale.c
    U X11/xc/lib/font/bitmap/fontink.c
    U X11/xc/lib/font/bitmap/pcf.h
    U X11/xc/lib/font/bitmap/pcfread.c
    U X11/xc/lib/font/bitmap/pcfwrite.c
    U X11/xc/lib/font/bitmap/snfread.c
    U X11/xc/lib/font/bitmap/snfstr.h
    U X11/xc/lib/font/fc/Imakefile
    U X11/xc/lib/font/fc/fsconvert.c
    U X11/xc/lib/font/fc/fserve.c
    U X11/xc/lib/font/fc/fserve.h
    U X11/xc/lib/font/fc/fservestr.h
    U X11/xc/lib/font/fc/fsio.c
    U X11/xc/lib/font/fc/fsio.h
    U X11/xc/lib/font/fc/fslibos.h
    U X11/xc/lib/font/fontfile/Imakefile
    U X11/xc/lib/font/fontfile/bitsource.c
    C X11/xc/lib/font/fontfile/bufio.c
    U X11/xc/lib/font/fontfile/decompress.c
    U X11/xc/lib/font/fontfile/defaults.c
    C X11/xc/lib/font/fontfile/dirfile.c
    U X11/xc/lib/font/fontfile/ffcheck.c
    U X11/xc/lib/font/fontfile/fileio.c
    U X11/xc/lib/font/fontfile/filewr.c
    U X11/xc/lib/font/fontfile/fontdir.c
    C X11/xc/lib/font/fontfile/fontfile.c
    U X11/xc/lib/font/fontfile/fontscale.c
    U X11/xc/lib/font/fontfile/gunzip.c
    U X11/xc/lib/font/fontfile/printerfont.c
    U X11/xc/lib/font/fontfile/register.c
    U X11/xc/lib/font/fontfile/renderers.c
    U X11/xc/lib/font/include/bitmap.h
    U X11/xc/lib/font/include/bufio.h
    U X11/xc/lib/font/include/fntfil.h
    U X11/xc/lib/font/include/fntfilio.h
    U X11/xc/lib/font/include/fntfilst.h
    U X11/xc/lib/font/include/fontmisc.h
    U X11/xc/lib/font/include/fontshow.h
    U X11/xc/lib/font/include/fontxlfd.h
    U X11/xc/lib/font/util/Imakefile
    U X11/xc/lib/font/util/atom.c
    U X11/xc/lib/font/util/fontaccel.c
    U X11/xc/lib/font/util/fontnames.c
    U X11/xc/lib/font/util/fontutil.c
    U X11/xc/lib/font/util/fontxlfd.c
    U X11/xc/lib/font/util/format.c
    U X11/xc/lib/font/util/miscutil.c
    U X11/xc/lib/font/util/patcache.c
    U X11/xc/lib/font/util/private.c
    U X11/xc/lib/font/util/utilbitmap.c
    U X11/xc/lib/lbxutil/Imakefile
    U X11/xc/lib/lbxutil/delta/Imakefile
    U X11/xc/lib/lbxutil/delta/lbxdelta.c
    U X11/xc/lib/lbxutil/image/Imakefile
    C X11/xc/lib/lbxutil/image/dfaxg42d.c
    C X11/xc/lib/lbxutil/image/dpackbits.c
    C X11/xc/lib/lbxutil/image/efaxg42d.c
    U X11/xc/lib/lbxutil/image/epackbits.c
    U X11/xc/lib/lbxutil/image/lbxbwcodes.h
    U X11/xc/lib/lbxutil/image/lbxfax.h
    U X11/xc/lib/lbxutil/image/misc.c
    C X11/xc/lib/lbxutil/image/mkg3states.c
    U X11/xc/lib/lbxutil/lbx_zlib/Imakefile
    C X11/xc/lib/lbxutil/lbx_zlib/lbx_zlib.c
    U X11/xc/lib/lbxutil/lbx_zlib/lbx_zlib.h
    C X11/xc/lib/lbxutil/lbx_zlib/lbx_zlib_io.c
    U X11/xc/lib/lbxutil/lbx_zlib/reqstats.c
    U X11/xc/lib/lbxutil/lbx_zlib/reqstats.h
    U X11/xc/lib/misc/snprintf.c
    U X11/xc/lib/misc/snprintf.h
    U X11/xc/lib/oldX/Imakefile
    U X11/xc/lib/oldX/X10.h
    U X11/xc/lib/oldX/XCrAssoc.c
    U X11/xc/lib/oldX/XDelAssoc.c
    U X11/xc/lib/oldX/XDestAssoc.c
    U X11/xc/lib/oldX/XDraw.c
    U X11/xc/lib/oldX/XLookAssoc.c
    U X11/xc/lib/oldX/XMakeAssoc.c
    U X11/xc/lib/oldX/oldX-def.cpp
    U X11/xc/lib/xkbfile/Imakefile
    U X11/xc/lib/xkbfile/XKBbells.h
    U X11/xc/lib/xkbfile/XKBconfig.h
    U X11/xc/lib/xkbfile/XKBfile.h
    U X11/xc/lib/xkbfile/XKBfileInt.h
    U X11/xc/lib/xkbfile/XKBrules.h
    U X11/xc/lib/xkbfile/XKM.h
    U X11/xc/lib/xkbfile/XKMformat.h
    U X11/xc/lib/xkbfile/cout.c
    U X11/xc/lib/xkbfile/magic
    U X11/xc/lib/xkbfile/maprules.c
    U X11/xc/lib/xkbfile/srvmisc.c
    U X11/xc/lib/xkbfile/xkbatom.c
    U X11/xc/lib/xkbfile/xkbbells.c
    U X11/xc/lib/xkbfile/xkbconfig.c
    U X11/xc/lib/xkbfile/xkbdraw.c
    U X11/xc/lib/xkbfile/xkberrs.c
    U X11/xc/lib/xkbfile/xkbmisc.c
    U X11/xc/lib/xkbfile/xkbout.c
    U X11/xc/lib/xkbfile/xkbtext.c
    U X11/xc/lib/xkbfile/xkmout.c
    U X11/xc/lib/xkbfile/xkmread.c
    U X11/xc/lib/xkbui/Imakefile
    U X11/xc/lib/xkbui/XKBui.c
    U X11/xc/lib/xkbui/XKBui.h
    U X11/xc/lib/xkbui/XKBuiPriv.h
    U X11/xc/lib/xtrans/Imakefile
    U X11/xc/lib/xtrans/Xtrans.c
    U X11/xc/lib/xtrans/Xtrans.h
    U X11/xc/lib/xtrans/Xtransam.c
    U X11/xc/lib/xtrans/Xtransdnet.c
    U X11/xc/lib/xtrans/Xtransint.h
    U X11/xc/lib/xtrans/Xtranslcl.c
    U X11/xc/lib/xtrans/Xtransmnx.c
    U X11/xc/lib/xtrans/Xtransos2.c
    U X11/xc/lib/xtrans/Xtranssock.c
    U X11/xc/lib/xtrans/Xtranstli.c
    U X11/xc/lib/xtrans/Xtransutil.c
    U X11/xc/lib/xtrans/transport.c
    U X11/xc/lib/zlib/Imakefile
    U X11/xc/lib/zlib/README
    U X11/xc/lib/zlib/adler32.c
    U X11/xc/lib/zlib/crc32.c
    U X11/xc/lib/zlib/deflate.c
    U X11/xc/lib/zlib/deflate.h
    U X11/xc/lib/zlib/infblock.c
    U X11/xc/lib/zlib/infblock.h
    U X11/xc/lib/zlib/infcodes.c
    U X11/xc/lib/zlib/infcodes.h
    U X11/xc/lib/zlib/inffast.c
    U X11/xc/lib/zlib/inffast.h
    U X11/xc/lib/zlib/inflate.c
    U X11/xc/lib/zlib/inftrees.c
    U X11/xc/lib/zlib/inftrees.h
    U X11/xc/lib/zlib/infutil.c
    U X11/xc/lib/zlib/infutil.h
    U X11/xc/lib/zlib/trees.c
    U X11/xc/lib/zlib/zconf.h
    U X11/xc/lib/zlib/zlib.h
    U X11/xc/lib/zlib/zutil.c
    U X11/xc/lib/zlib/zutil.h
    U X11/xc/nls/Imakefile
    U X11/xc/nls/compose.dir
    U X11/xc/nls/locale.alias
    U X11/xc/nls/locale.dir
    U X11/xc/nls/Compose/Imakefile
    U X11/xc/nls/Compose/iso8859-1
    N X11/xc/nls/Compose/iso8859-15
    U X11/xc/nls/Compose/iso8859-2
    N X11/xc/nls/Compose/iso8859-4
    U X11/xc/nls/XLC_LOCALE/gb2312
    U X11/xc/nls/XLC_LOCALE/C
    U X11/xc/nls/XLC_LOCALE/Imakefile
    U X11/xc/nls/XLC_LOCALE/en_US.utf
    U X11/xc/nls/XLC_LOCALE/jis0201
    U X11/xc/nls/XLC_LOCALE/iso8859-1
    N X11/xc/nls/XLC_LOCALE/iso8859-10
    N X11/xc/nls/XLC_LOCALE/iso8859-15
    U X11/xc/nls/XLC_LOCALE/iso8859-2
    U X11/xc/nls/XLC_LOCALE/iso8859-3
    U X11/xc/nls/XLC_LOCALE/iso8859-4
    U X11/xc/nls/XLC_LOCALE/iso8859-5
    U X11/xc/nls/XLC_LOCALE/iso8859-6
    U X11/xc/nls/XLC_LOCALE/iso8859-7
    U X11/xc/nls/XLC_LOCALE/iso8859-8
    U X11/xc/nls/XLC_LOCALE/iso8859-9
    U X11/xc/nls/XLC_LOCALE/ja
    U X11/xc/nls/XLC_LOCALE/ja.JIS
    U X11/xc/nls/XLC_LOCALE/ja.S90
    U X11/xc/nls/XLC_LOCALE/ja.SJIS
    U X11/xc/nls/XLC_LOCALE/ja.U90
    U X11/xc/nls/XLC_LOCALE/jis0208
    U X11/xc/nls/XLC_LOCALE/ksc5601
    U X11/xc/nls/XLC_LOCALE/ko
    U X11/xc/nls/XLC_LOCALE/koi8-r
    U X11/xc/nls/XLC_LOCALE/tab8859_1
    N X11/xc/nls/XLC_LOCALE/tab8859_10
    N X11/xc/nls/XLC_LOCALE/tab8859_15
    U X11/xc/nls/XLC_LOCALE/tab8859_2
    U X11/xc/nls/XLC_LOCALE/tab8859_3
    U X11/xc/nls/XLC_LOCALE/tab8859_4
    U X11/xc/nls/XLC_LOCALE/tab8859_5
    U X11/xc/nls/XLC_LOCALE/tab8859_6
    U X11/xc/nls/XLC_LOCALE/tab8859_7
    U X11/xc/nls/XLC_LOCALE/tab8859_8
    U X11/xc/nls/XLC_LOCALE/tab8859_9
    N X11/xc/nls/XLC_LOCALE/tabkoi8_r
    U X11/xc/nls/XLC_LOCALE/th_TH.TACTIS
    U X11/xc/nls/XLC_LOCALE/zh
    U X11/xc/nls/XLC_LOCALE/zh_TW
    U X11/xc/programs/Imakefile
    N X11/xc/programs/Xserver/3DLabs.def
    U X11/xc/programs/Xserver/8514.def
    U X11/xc/programs/Xserver/AGX.def
    U X11/xc/programs/Xserver/I128.def
    U X11/xc/programs/Xserver/Mach32.def
    C X11/xc/programs/Xserver/Imakefile
    U X11/xc/programs/Xserver/Mach64.def
    U X11/xc/programs/Xserver/Mach8.def
    U X11/xc/programs/Xserver/Mono.def
    U X11/xc/programs/Xserver/P9000.def
    U X11/xc/programs/Xserver/S3.def
    U X11/xc/programs/Xserver/S3V.def
    U X11/xc/programs/Xserver/SVGA.def
    U X11/xc/programs/Xserver/TGA.def
    U X11/xc/programs/Xserver/VGA16.def
    U X11/xc/programs/Xserver/W32.def
    U X11/xc/programs/Xserver/Xnest.def
    U X11/xc/programs/Xserver/Xvfb.def
    U X11/xc/programs/Xserver/Xserver.man
    U X11/xc/programs/Xserver/PEX5/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/ddpex2.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miClip.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miFont.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miInfo.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miLUT.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miLight.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miLineDash.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miMarkers.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miNS.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miNurbs.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miPick.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miRender.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miStrMacro.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miStruct.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miText.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miWks.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/mipex.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/mixform.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level0/README
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/mi52stubs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miDDCtoGC.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miLevel1.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miListUtil.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miLvl1Tab.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miPck1Prim.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndFArea.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndMarkr.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndPLine.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndTStrip.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndText.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/ddContext.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miBldXform.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miCellArray.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miClip.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miConvert.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miCopy.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miDestroy.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miFillArea.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miInquire.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miLight.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miLvl2Tab.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miMarkers.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNCurve.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNSTrim.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNSurf.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNurbs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miOCs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miPickPrim.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miPolyLine.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miQuadMesh.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miReplace.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miSOFAS.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miSearch.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTestOCs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miText.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTrans.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTriStrip.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/pexOCParse.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level3/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level3/miRender.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level3/miRndrPick.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_ex_str.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_plain.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_tbls.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miDynamics.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miPick.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miSC.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miStruct.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miTraverse.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miWks.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miClrApLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miColrLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miDCueLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miEdgeLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miFont.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miFontLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miIntLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLUTProcs.ci
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLightLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLineLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miMarkLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miMisc.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miNS.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miPattLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miTextLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miUtils.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miViewLUT.c
    U X11/xc/programs/Xserver/PEX5/dipex/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/dipexBuf.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/dipexExt.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/dipexParse.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/pexDump.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/pexError.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/pexUtils.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexAccBuf.c
    C X11/xc/programs/Xserver/PEX5/dipex/objects/pexFont.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexInfo.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexLut.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexNs.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexPc.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexPhigs.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexPick.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexRndr.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexRndrPick.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexSc.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexStr.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexTM.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/ConvName.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/ConvName.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Convert.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCTables.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCattr.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCattr.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCprim.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/RepTables.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Replies.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/ReqTables.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Requests.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Requests.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/SwapConv.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/UconvName.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/UconvName.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/cOCTables.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/cOCprim.c
    C X11/xc/programs/Xserver/PEX5/dipex/swap/check.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convEv.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convReq.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convReq.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convUtil.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convUtil.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convertStr.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/floatconv.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/floatconv.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uOCTables.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uOCprim.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uconvRep.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uconvRep.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/OCReduce.awk
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/OCReduce.sed
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/OCTables.awk
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/ReqSame.awk
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/ReqTab.awk
    U X11/xc/programs/Xserver/PEX5/include/PEX.h
    U X11/xc/programs/Xserver/PEX5/include/PEXErr.h
    U X11/xc/programs/Xserver/PEX5/include/PEXfuncs.h
    U X11/xc/programs/Xserver/PEX5/include/PEXmacs.h
    U X11/xc/programs/Xserver/PEX5/include/PEXproto.h
    U X11/xc/programs/Xserver/PEX5/include/PEXprotost.h
    U X11/xc/programs/Xserver/PEX5/include/ddpex.h
    U X11/xc/programs/Xserver/PEX5/include/ddpex3.h
    U X11/xc/programs/Xserver/PEX5/include/ddpex4.h
    U X11/xc/programs/Xserver/PEX5/include/dipex.h
    U X11/xc/programs/Xserver/PEX5/include/pexError.h
    U X11/xc/programs/Xserver/PEX5/include/pexExtract.h
    U X11/xc/programs/Xserver/PEX5/include/pexLookup.h
    U X11/xc/programs/Xserver/PEX5/include/pexSwap.h
    U X11/xc/programs/Xserver/PEX5/include/pexUtils.h
    U X11/xc/programs/Xserver/PEX5/include/pex_site.h
    U X11/xc/programs/Xserver/PEX5/ospex/Imakefile
    C X11/xc/programs/Xserver/PEX5/ospex/osPexFont.c
    U X11/xc/programs/Xserver/XIE/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/export/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/export/echist.c
    U X11/xc/programs/Xserver/XIE/dixie/export/eclut.c
    U X11/xc/programs/Xserver/XIE/dixie/export/ecphoto.c
    U X11/xc/programs/Xserver/XIE/dixie/export/ecroi.c
    U X11/xc/programs/Xserver/XIE/dixie/export/edraw.c
    U X11/xc/programs/Xserver/XIE/dixie/export/edrawp.c
    U X11/xc/programs/Xserver/XIE/dixie/export/elut.c
    U X11/xc/programs/Xserver/XIE/dixie/export/ephoto.c
    U X11/xc/programs/Xserver/XIE/dixie/export/eroi.c
    U X11/xc/programs/Xserver/XIE/dixie/import/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/import/iclut.c
    U X11/xc/programs/Xserver/XIE/dixie/import/icphoto.c
    U X11/xc/programs/Xserver/XIE/dixie/import/icroi.c
    U X11/xc/programs/Xserver/XIE/dixie/import/idraw.c
    U X11/xc/programs/Xserver/XIE/dixie/import/idrawp.c
    U X11/xc/programs/Xserver/XIE/dixie/import/ilut.c
    U X11/xc/programs/Xserver/XIE/dixie/import/iphoto.c
    U X11/xc/programs/Xserver/XIE/dixie/import/iroi.c
    U X11/xc/programs/Xserver/XIE/dixie/process/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/process/parith.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pbandc.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pbande.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pbands.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pblend.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcfrgb.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcfromi.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcnst.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcomp.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pconv.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pctoi.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pctrgb.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pdither.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pgeom.c
    U X11/xc/programs/Xserver/XIE/dixie/process/phist.c
    U X11/xc/programs/Xserver/XIE/dixie/process/plogic.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pmath.c
    U X11/xc/programs/Xserver/XIE/dixie/process/ppaste.c
    U X11/xc/programs/Xserver/XIE/dixie/process/ppoint.c
    U X11/xc/programs/Xserver/XIE/dixie/process/puncnst.c
    U X11/xc/programs/Xserver/XIE/dixie/request/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/request/colorlst.c
    U X11/xc/programs/Xserver/XIE/dixie/request/difloat.c
    U X11/xc/programs/Xserver/XIE/dixie/request/error.c
    U X11/xc/programs/Xserver/XIE/dixie/request/event.c
    U X11/xc/programs/Xserver/XIE/dixie/request/flo.c
    U X11/xc/programs/Xserver/XIE/dixie/request/lut.c
    U X11/xc/programs/Xserver/XIE/dixie/request/memory.c
    U X11/xc/programs/Xserver/XIE/dixie/request/photomap.c
    U X11/xc/programs/Xserver/XIE/dixie/request/protoflo.c
    U X11/xc/programs/Xserver/XIE/dixie/request/roi.c
    C X11/xc/programs/Xserver/XIE/dixie/request/session.c
    U X11/xc/programs/Xserver/XIE/dixie/request/tables.c
    U X11/xc/programs/Xserver/XIE/dixie/request/technq.c
    U X11/xc/programs/Xserver/XIE/include/colorlst.h
    U X11/xc/programs/Xserver/XIE/include/corex.h
    U X11/xc/programs/Xserver/XIE/include/difloat.h
    U X11/xc/programs/Xserver/XIE/include/element.h
    U X11/xc/programs/Xserver/XIE/include/error.h
    U X11/xc/programs/Xserver/XIE/include/flo.h
    U X11/xc/programs/Xserver/XIE/include/flodata.h
    U X11/xc/programs/Xserver/XIE/include/flostr.h
    U X11/xc/programs/Xserver/XIE/include/lut.h
    U X11/xc/programs/Xserver/XIE/include/macro.h
    U X11/xc/programs/Xserver/XIE/include/memory.h
    U X11/xc/programs/Xserver/XIE/include/photomap.h
    U X11/xc/programs/Xserver/XIE/include/photospc.h
    U X11/xc/programs/Xserver/XIE/include/roi.h
    U X11/xc/programs/Xserver/XIE/include/tables.h
    U X11/xc/programs/Xserver/XIE/include/technq.h
    U X11/xc/programs/Xserver/XIE/mixie/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/control/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/control/analyze.c
    U X11/xc/programs/Xserver/XIE/mixie/control/domain.c
    U X11/xc/programs/Xserver/XIE/mixie/control/floman.c
    U X11/xc/programs/Xserver/XIE/mixie/control/sched.c
    U X11/xc/programs/Xserver/XIE/mixie/control/strip.c
    U X11/xc/programs/Xserver/XIE/mixie/export/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/export/mechist.c
    U X11/xc/programs/Xserver/XIE/mixie/export/meclut.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mecphoto.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mecroi.c
    U X11/xc/programs/Xserver/XIE/mixie/export/medraw.c
    U X11/xc/programs/Xserver/XIE/mixie/export/medrawp.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mefax.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mejpeg.c
    U X11/xc/programs/Xserver/XIE/mixie/export/melut.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mephoto.c
    U X11/xc/programs/Xserver/XIE/mixie/export/meroi.c
    U X11/xc/programs/Xserver/XIE/mixie/export/meuncomp.c
    U X11/xc/programs/Xserver/XIE/mixie/export/schoice.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/fax/bits.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/dg31d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dg32d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dg4.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dtiff2.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dtiffpb.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/eg31d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/eg32d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/etiff2.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/etiffpb.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/faxint.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/faxtabs.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/faxtabs.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/fencode.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/fetabs.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/gbits.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/zeroeven.c
    U X11/xc/programs/Xserver/XIE/mixie/import/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/import/miclut.c
    U X11/xc/programs/Xserver/XIE/mixie/import/micphoto.c
    U X11/xc/programs/Xserver/XIE/mixie/import/microi.c
    U X11/xc/programs/Xserver/XIE/mixie/import/midraw.c
    U X11/xc/programs/Xserver/XIE/mixie/import/mifax.c
    U X11/xc/programs/Xserver/XIE/mixie/import/mijpeg.c
    U X11/xc/programs/Xserver/XIE/mixie/import/milut.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miphoto.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miregion.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miroi.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miuncomp.c
    U X11/xc/programs/Xserver/XIE/mixie/include/domain.h
    U X11/xc/programs/Xserver/XIE/mixie/include/fax.h
    U X11/xc/programs/Xserver/XIE/mixie/include/floman.h
    U X11/xc/programs/Xserver/XIE/mixie/include/jpeg.h
    U X11/xc/programs/Xserver/XIE/mixie/include/jpegd.h
    U X11/xc/programs/Xserver/XIE/mixie/include/jpege.h
    U X11/xc/programs/Xserver/XIE/mixie/include/meuncomp.h
    U X11/xc/programs/Xserver/XIE/mixie/include/microi.h
    U X11/xc/programs/Xserver/XIE/mixie/include/miphoto.h
    U X11/xc/programs/Xserver/XIE/mixie/include/miuncomp.h
    U X11/xc/programs/Xserver/XIE/mixie/include/mpgeom.h
    U X11/xc/programs/Xserver/XIE/mixie/include/mppoint.h
    U X11/xc/programs/Xserver/XIE/mixie/include/sched.h
    U X11/xc/programs/Xserver/XIE/mixie/include/strip.h
    U X11/xc/programs/Xserver/XIE/mixie/include/tex.h
    U X11/xc/programs/Xserver/XIE/mixie/include/texstr.h
    U X11/xc/programs/Xserver/XIE/mixie/include/xiemd.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/README
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcdeflts.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcexpand.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jchuff.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcmcu.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jconfig.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcsample.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcxie.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcxief.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdbuffer.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jddeflts.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdhuff.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdlossy.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdmcu.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdsample.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdxie.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdxief.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jelossy.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jfwddct.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jinclude.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jmemmgr.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jmemsys.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jmemsys.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jpegdata.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jrdjfif.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jrevdct.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jutils.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jwrjfif.c
    U X11/xc/programs/Xserver/XIE/mixie/process/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/process/bitfun.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mparith.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpbandc.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpbande.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpbands.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpblend.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpcfromi.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpcnst.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpcomp.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpconv.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpctoi.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpdither.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpgeom.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpgeomaa.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpgeomnn.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mphist.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mplogic.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mppaste.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mppoint.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mprgb.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpuncnst.c
    U X11/xc/programs/Xserver/Xext/Imakefile
    U X11/xc/programs/Xserver/Xext/SecurityPolicy
    U X11/xc/programs/Xserver/Xext/appgroup.c
    U X11/xc/programs/Xserver/Xext/bigreq.c
    U X11/xc/programs/Xserver/Xext/dpms.c
    C X11/xc/programs/Xserver/Xext/mbuf.c
    U X11/xc/programs/Xserver/Xext/mbufbf.c
    U X11/xc/programs/Xserver/Xext/mbufpx.c
    U X11/xc/programs/Xserver/Xext/mitmisc.c
    U X11/xc/programs/Xserver/Xext/saver.c
    U X11/xc/programs/Xserver/Xext/security.c
    U X11/xc/programs/Xserver/Xext/shape.c
    U X11/xc/programs/Xserver/Xext/shm.c
    U X11/xc/programs/Xserver/Xext/sleepuntil.c
    U X11/xc/programs/Xserver/Xext/sync.c
    U X11/xc/programs/Xserver/Xext/xcmisc.c
    U X11/xc/programs/Xserver/Xext/xf86dga.c
    U X11/xc/programs/Xserver/Xext/xf86misc.c
    U X11/xc/programs/Xserver/Xext/xf86vmode.c
    C X11/xc/programs/Xserver/Xext/xprint.c
    U X11/xc/programs/Xserver/Xext/xtest.c
    U X11/xc/programs/Xserver/Xext/xtest1.frags
    U X11/xc/programs/Xserver/Xext/xtest1dd.c
    U X11/xc/programs/Xserver/Xext/xtest1dd.h
    U X11/xc/programs/Xserver/Xext/xtest1di.c
    U X11/xc/programs/Xserver/Xi/Imakefile
    U X11/xc/programs/Xserver/Xi/allowev.c
    U X11/xc/programs/Xserver/Xi/allowev.h
    U X11/xc/programs/Xserver/Xi/chgdctl.c
    U X11/xc/programs/Xserver/Xi/chgdctl.h
    U X11/xc/programs/Xserver/Xi/chgfctl.c
    U X11/xc/programs/Xserver/Xi/chgfctl.h
    U X11/xc/programs/Xserver/Xi/chgkbd.c
    U X11/xc/programs/Xserver/Xi/chgkbd.h
    U X11/xc/programs/Xserver/Xi/chgkmap.c
    U X11/xc/programs/Xserver/Xi/chgkmap.h
    U X11/xc/programs/Xserver/Xi/chgprop.c
    U X11/xc/programs/Xserver/Xi/chgprop.h
    U X11/xc/programs/Xserver/Xi/chgptr.c
    U X11/xc/programs/Xserver/Xi/chgptr.h
    U X11/xc/programs/Xserver/Xi/closedev.c
    U X11/xc/programs/Xserver/Xi/closedev.h
    U X11/xc/programs/Xserver/Xi/devbell.c
    U X11/xc/programs/Xserver/Xi/devbell.h
    U X11/xc/programs/Xserver/Xi/exevents.c
    U X11/xc/programs/Xserver/Xi/exglobals.h
    U X11/xc/programs/Xserver/Xi/extinit.c
    U X11/xc/programs/Xserver/Xi/stubs.c
    U X11/xc/programs/Xserver/Xi/getbmap.c
    U X11/xc/programs/Xserver/Xi/getbmap.h
    U X11/xc/programs/Xserver/Xi/getdctl.c
    U X11/xc/programs/Xserver/Xi/getdctl.h
    U X11/xc/programs/Xserver/Xi/getfctl.c
    U X11/xc/programs/Xserver/Xi/getfctl.h
    U X11/xc/programs/Xserver/Xi/getfocus.c
    U X11/xc/programs/Xserver/Xi/getfocus.h
    U X11/xc/programs/Xserver/Xi/getkmap.c
    U X11/xc/programs/Xserver/Xi/getkmap.h
    U X11/xc/programs/Xserver/Xi/getmmap.c
    U X11/xc/programs/Xserver/Xi/getmmap.h
    U X11/xc/programs/Xserver/Xi/getprop.c
    U X11/xc/programs/Xserver/Xi/getprop.h
    U X11/xc/programs/Xserver/Xi/getselev.c
    U X11/xc/programs/Xserver/Xi/getselev.h
    U X11/xc/programs/Xserver/Xi/getvers.c
    U X11/xc/programs/Xserver/Xi/getvers.h
    U X11/xc/programs/Xserver/Xi/grabdev.c
    U X11/xc/programs/Xserver/Xi/grabdev.h
    U X11/xc/programs/Xserver/Xi/grabdevb.c
    U X11/xc/programs/Xserver/Xi/grabdevb.h
    U X11/xc/programs/Xserver/Xi/grabdevk.c
    U X11/xc/programs/Xserver/Xi/grabdevk.h
    U X11/xc/programs/Xserver/Xi/gtmotion.c
    U X11/xc/programs/Xserver/Xi/gtmotion.h
    U X11/xc/programs/Xserver/Xi/listdev.c
    U X11/xc/programs/Xserver/Xi/listdev.h
    U X11/xc/programs/Xserver/Xi/opendev.c
    U X11/xc/programs/Xserver/Xi/opendev.h
    U X11/xc/programs/Xserver/Xi/queryst.c
    U X11/xc/programs/Xserver/Xi/queryst.h
    U X11/xc/programs/Xserver/Xi/selectev.c
    U X11/xc/programs/Xserver/Xi/selectev.h
    U X11/xc/programs/Xserver/Xi/sendexev.c
    U X11/xc/programs/Xserver/Xi/sendexev.h
    U X11/xc/programs/Xserver/Xi/setbmap.c
    U X11/xc/programs/Xserver/Xi/setbmap.h
    U X11/xc/programs/Xserver/Xi/setdval.c
    U X11/xc/programs/Xserver/Xi/setdval.h
    U X11/xc/programs/Xserver/Xi/setfocus.c
    U X11/xc/programs/Xserver/Xi/setfocus.h
    U X11/xc/programs/Xserver/Xi/setmmap.c
    U X11/xc/programs/Xserver/Xi/setmmap.h
    U X11/xc/programs/Xserver/Xi/setmode.c
    U X11/xc/programs/Xserver/Xi/setmode.h
    U X11/xc/programs/Xserver/Xi/ungrdev.c
    U X11/xc/programs/Xserver/Xi/ungrdev.h
    U X11/xc/programs/Xserver/Xi/ungrdevb.c
    U X11/xc/programs/Xserver/Xi/ungrdevb.h
    U X11/xc/programs/Xserver/Xi/ungrdevk.c
    U X11/xc/programs/Xserver/Xi/ungrdevk.h
    U X11/xc/programs/Xserver/XpConfig/README
    U X11/xc/programs/Xserver/XpConfig/C/print/Xprinters
    U X11/xc/programs/Xserver/XpConfig/C/print/attributes/document
    U X11/xc/programs/Xserver/XpConfig/C/print/attributes/job
    U X11/xc/programs/Xserver/XpConfig/C/print/attributes/printer
    U X11/xc/programs/Xserver/XpConfig/C/print/ddx-config/raster/pcl
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/model-config
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00051.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00052.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00053.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00054.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00055.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00056.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00057.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00058.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00059.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00060.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00061.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00062.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00063.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00064.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00065.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00066.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00067.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00068.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00069.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/fonts.alias
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00070.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00071.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00072.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00073.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00074.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00075.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00076.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00077.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00079.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00080.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00081.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00082.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00083.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00084.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00085.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00086.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00087.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00088.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00089.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00090.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00091.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00092.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00093.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00094.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/README
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/fonts.dir
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/lpr0ye1a.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/model-config
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00051.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00052.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00053.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00054.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00055.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00056.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00057.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00058.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00059.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00060.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00061.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00062.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00063.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00064.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00065.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00066.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00067.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00068.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00069.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/fonts.alias
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00070.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00071.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00072.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00073.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00074.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00075.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00076.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00077.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00079.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00080.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00081.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00082.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00083.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00084.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00085.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00086.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00087.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00088.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00089.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00090.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00091.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00092.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00093.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00094.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/README
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/fonts.dir
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/model-config
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Book.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-BookOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Demi.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-DemiOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-BoldOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Oblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-BoldOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Oblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Book.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-BookOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Demi.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Demi.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-DemiOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-BoldItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Italic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Roman.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-DemiItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Symbol.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Light.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-LightItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-BoldItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Italic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Roman.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/ZapfDingbats.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/fonts.dir
    U X11/xc/programs/Xserver/Xprint/AttrValid.c
    U X11/xc/programs/Xserver/Xprint/AttrValid.h
    U X11/xc/programs/Xserver/Xprint/DiPrint.h
    U X11/xc/programs/Xserver/Xprint/Imakefile
    U X11/xc/programs/Xserver/Xprint/Init.c
    C X11/xc/programs/Xserver/Xprint/Oid.c
    U X11/xc/programs/Xserver/Xprint/Oid.h
    U X11/xc/programs/Xserver/Xprint/OidDefs.h
    U X11/xc/programs/Xserver/Xprint/OidStrs.h
    U X11/xc/programs/Xserver/Xprint/Quarks.c
    U X11/xc/programs/Xserver/Xprint/Util.c
    U X11/xc/programs/Xserver/Xprint/ValTree.c
    U X11/xc/programs/Xserver/Xprint/Xlcint.h
    U X11/xc/programs/Xserver/Xprint/Xresource.h
    U X11/xc/programs/Xserver/Xprint/Xrm.c
    U X11/xc/programs/Xserver/Xprint/XrmI.h
    U X11/xc/programs/Xserver/Xprint/attributes.c
    U X11/xc/programs/Xserver/Xprint/attributes.h
    U X11/xc/programs/Xserver/Xprint/ddxInit.c
    U X11/xc/programs/Xserver/Xprint/mediaSizes.c
    U X11/xc/programs/Xserver/Xprint/pcl/Imakefile
    C X11/xc/programs/Xserver/Xprint/pcl/Pcl.h
    U X11/xc/programs/Xserver/Xprint/pcl/PclArc.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclArea.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclAttVal.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclAttr.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclColor.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclCursor.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclDef.h
    U X11/xc/programs/Xserver/Xprint/pcl/PclFonts.c
    C X11/xc/programs/Xserver/Xprint/pcl/PclGC.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclInit.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclLine.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclMisc.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPixel.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPixmap.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPolygon.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPrint.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclSFonts.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclSFonts.h
    U X11/xc/programs/Xserver/Xprint/pcl/PclSpans.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclText.c
    C X11/xc/programs/Xserver/Xprint/pcl/PclWindow.c
    U X11/xc/programs/Xserver/Xprint/pcl/Pclmap.h
    U X11/xc/programs/Xserver/Xprint/pcl-mono/Imakefile
    U X11/xc/programs/Xserver/Xprint/ps/Imakefile
    U X11/xc/programs/Xserver/Xprint/ps/Ps.h
    U X11/xc/programs/Xserver/Xprint/ps/PsArc.c
    U X11/xc/programs/Xserver/Xprint/ps/PsArea.c
    U X11/xc/programs/Xserver/Xprint/ps/PsAttVal.c
    U X11/xc/programs/Xserver/Xprint/ps/PsAttr.c
    U X11/xc/programs/Xserver/Xprint/ps/PsColor.c
    U X11/xc/programs/Xserver/Xprint/ps/PsDef.h
    U X11/xc/programs/Xserver/Xprint/ps/PsFonts.c
    U X11/xc/programs/Xserver/Xprint/ps/PsGC.c
    U X11/xc/programs/Xserver/Xprint/ps/PsInit.c
    U X11/xc/programs/Xserver/Xprint/ps/PsLine.c
    U X11/xc/programs/Xserver/Xprint/ps/PsMisc.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPixel.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPixmap.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPolygon.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPrint.c
    U X11/xc/programs/Xserver/Xprint/ps/PsSpans.c
    U X11/xc/programs/Xserver/Xprint/ps/PsText.c
    C X11/xc/programs/Xserver/Xprint/ps/PsWindow.c
    C X11/xc/programs/Xserver/Xprint/ps/psout.c
    U X11/xc/programs/Xserver/Xprint/ps/psout.h
    U X11/xc/programs/Xserver/Xprint/raster/Imakefile
    U X11/xc/programs/Xserver/Xprint/raster/Raster.c
    U X11/xc/programs/Xserver/Xprint/raster/Raster.h
    U X11/xc/programs/Xserver/Xprint/raster/RasterAttVal.c
    U X11/xc/programs/Xserver/afb/README
    U X11/xc/programs/Xserver/afb/Imakefile
    U X11/xc/programs/Xserver/afb/Xdaniver.doc
    U X11/xc/programs/Xserver/afb/afb.h
    U X11/xc/programs/Xserver/afb/afbbitblt.c
    U X11/xc/programs/Xserver/afb/afbblt.c
    U X11/xc/programs/Xserver/afb/afbbres.c
    U X11/xc/programs/Xserver/afb/afbbresd.c
    U X11/xc/programs/Xserver/afb/afbbstore.c
    U X11/xc/programs/Xserver/afb/afbclip.c
    U X11/xc/programs/Xserver/afb/afbcmap.c
    U X11/xc/programs/Xserver/afb/afbfillarc.c
    U X11/xc/programs/Xserver/afb/afbfillrct.c
    U X11/xc/programs/Xserver/afb/afbfillsp.c
    U X11/xc/programs/Xserver/afb/afbfont.c
    U X11/xc/programs/Xserver/afb/afbgc.c
    U X11/xc/programs/Xserver/afb/afbgetsp.c
    U X11/xc/programs/Xserver/afb/afbhrzvert.c
    U X11/xc/programs/Xserver/afb/afbimage.c
    U X11/xc/programs/Xserver/afb/afbimggblt.c
    U X11/xc/programs/Xserver/afb/afbline.c
    U X11/xc/programs/Xserver/afb/afbmisc.c
    U X11/xc/programs/Xserver/afb/afbpixmap.c
    U X11/xc/programs/Xserver/afb/afbpntwin.c
    U X11/xc/programs/Xserver/afb/afbply1rct.c
    U X11/xc/programs/Xserver/afb/afbplygblt.c
    U X11/xc/programs/Xserver/afb/afbpntarea.c
    U X11/xc/programs/Xserver/afb/afbpolypnt.c
    U X11/xc/programs/Xserver/afb/afbpushpxl.c
    U X11/xc/programs/Xserver/afb/afbscrinit.c
    U X11/xc/programs/Xserver/afb/afbsetsp.c
    U X11/xc/programs/Xserver/afb/afbtegblt.c
    U X11/xc/programs/Xserver/afb/afbtile.c
    U X11/xc/programs/Xserver/afb/afbwindow.c
    U X11/xc/programs/Xserver/afb/afbzerarc.c
    U X11/xc/programs/Xserver/cfb/Imakefile
    U X11/xc/programs/Xserver/cfb/cfb.h
    U X11/xc/programs/Xserver/cfb/cfb8bit.c
    U X11/xc/programs/Xserver/cfb/cfb8bit.h
    U X11/xc/programs/Xserver/cfb/cfb8cppl.c
    U X11/xc/programs/Xserver/cfb/cfb8line.c
    U X11/xc/programs/Xserver/cfb/cfballpriv.c
    U X11/xc/programs/Xserver/cfb/cfbbitblt.c
    U X11/xc/programs/Xserver/cfb/cfbblt.c
    U X11/xc/programs/Xserver/cfb/cfbbres.c
    U X11/xc/programs/Xserver/cfb/cfbbresd.c
    U X11/xc/programs/Xserver/cfb/cfbbstore.c
    U X11/xc/programs/Xserver/cfb/cfbcmap.c
    U X11/xc/programs/Xserver/cfb/cfbfillarc.c
    U X11/xc/programs/Xserver/cfb/cfbfillrct.c
    U X11/xc/programs/Xserver/cfb/cfbfillsp.c
    U X11/xc/programs/Xserver/cfb/cfbgc.c
    U X11/xc/programs/Xserver/cfb/cfbgetsp.c
    U X11/xc/programs/Xserver/cfb/cfbglblt8.c
    U X11/xc/programs/Xserver/cfb/cfbhrzvert.c
    U X11/xc/programs/Xserver/cfb/cfbigblt8.c
    U X11/xc/programs/Xserver/cfb/cfbimage.c
    U X11/xc/programs/Xserver/cfb/cfbline.c
    U X11/xc/programs/Xserver/cfb/cfbmap.h
    U X11/xc/programs/Xserver/cfb/cfbmskbits.c
    C X11/xc/programs/Xserver/cfb/cfbmskbits.h
    U X11/xc/programs/Xserver/cfb/cfbpixmap.c
    U X11/xc/programs/Xserver/cfb/cfbply1rct.c
    U X11/xc/programs/Xserver/cfb/cfbpntwin.c
    U X11/xc/programs/Xserver/cfb/cfbpolypnt.c
    U X11/xc/programs/Xserver/cfb/cfbpush8.c
    U X11/xc/programs/Xserver/cfb/cfbrctstp8.c
    U X11/xc/programs/Xserver/cfb/cfbrrop.c
    U X11/xc/programs/Xserver/cfb/cfbrrop.h
    U X11/xc/programs/Xserver/cfb/cfbscrinit.c
    U X11/xc/programs/Xserver/cfb/cfbsetsp.c
    U X11/xc/programs/Xserver/cfb/cfbsolid.c
    U X11/xc/programs/Xserver/cfb/cfbteblt8.c
    U X11/xc/programs/Xserver/cfb/cfbtegblt.c
    U X11/xc/programs/Xserver/cfb/cfbtile32.c
    U X11/xc/programs/Xserver/cfb/cfbtileodd.c
    U X11/xc/programs/Xserver/cfb/cfbwindow.c
    U X11/xc/programs/Xserver/cfb/cfbzerarc.c
    U X11/xc/programs/Xserver/cfb/stip68kgnu.h
    U X11/xc/programs/Xserver/cfb/stipmips.s
    U X11/xc/programs/Xserver/cfb/stipsparc.s
    U X11/xc/programs/Xserver/cfb/stipple68k.s
    U X11/xc/programs/Xserver/cfb/stipsprc32.s
    U X11/xc/programs/Xserver/dbe/Imakefile
    C X11/xc/programs/Xserver/dbe/dbe.c
    U X11/xc/programs/Xserver/dbe/dbestruct.h
    U X11/xc/programs/Xserver/dbe/midbe.c
    U X11/xc/programs/Xserver/dbe/midbe.h
    U X11/xc/programs/Xserver/dbe/midbestr.h
    U X11/xc/programs/Xserver/cfb16/Imakefile
    U X11/xc/programs/Xserver/cfb24/Imakefile
    U X11/xc/programs/Xserver/cfb24/cfbrrop24.h
    U X11/xc/programs/Xserver/cfb32/Imakefile
    U X11/xc/programs/Xserver/dix/BuiltInAtoms
    U X11/xc/programs/Xserver/dix/CHANGES
    U X11/xc/programs/Xserver/dix/buildatoms
    U X11/xc/programs/Xserver/dix/Imakefile
    U X11/xc/programs/Xserver/dix/atom.c
    U X11/xc/programs/Xserver/dix/initatoms.c
    U X11/xc/programs/Xserver/dix/colormap.c
    U X11/xc/programs/Xserver/dix/cursor.c
    U X11/xc/programs/Xserver/dix/devices.c
    U X11/xc/programs/Xserver/dix/dispatch.c
    U X11/xc/programs/Xserver/dix/dispatch.h
    C X11/xc/programs/Xserver/dix/dixfonts.c
    U X11/xc/programs/Xserver/dix/dixutils.c
    C X11/xc/programs/Xserver/dix/events.c
    U X11/xc/programs/Xserver/dix/extension.c
    U X11/xc/programs/Xserver/dix/ffs.c
    U X11/xc/programs/Xserver/dix/gc.c
    U X11/xc/programs/Xserver/dix/globals.c
    U X11/xc/programs/Xserver/dix/glyphcurs.c
    U X11/xc/programs/Xserver/dix/grabs.c
    U X11/xc/programs/Xserver/dix/main.c
    U X11/xc/programs/Xserver/dix/pixmap.c
    U X11/xc/programs/Xserver/dix/privates.c
    U X11/xc/programs/Xserver/dix/property.c
    U X11/xc/programs/Xserver/dix/resource.c
    U X11/xc/programs/Xserver/dix/swaprep.c
    U X11/xc/programs/Xserver/dix/swapreq.c
    U X11/xc/programs/Xserver/dix/swapreq.h
    U X11/xc/programs/Xserver/dix/tables.c
    U X11/xc/programs/Xserver/dix/window.c
    U X11/xc/programs/Xserver/dix/xpstubs.c
    U X11/xc/programs/Xserver/glxStub/Imakefile
    U X11/xc/programs/Xserver/glxStub/glxstub.c
    U X11/xc/programs/Xserver/hw/Imakefile
    U X11/xc/programs/Xserver/hw/dec/ws/Imakefile
    U X11/xc/programs/Xserver/hw/dec/ws/Xdec.man
    U X11/xc/programs/Xserver/hw/dec/ws/acc_2da.c
    U X11/xc/programs/Xserver/hw/dec/ws/acc_3d.c
    U X11/xc/programs/Xserver/hw/dec/ws/acc_none.c
    U X11/xc/programs/Xserver/hw/dec/ws/cfbinit.c
    U X11/xc/programs/Xserver/hw/dec/ws/ext_device.c
    U X11/xc/programs/Xserver/hw/dec/ws/init.c
    U X11/xc/programs/Xserver/hw/dec/ws/keynames.h
    U X11/xc/programs/Xserver/hw/dec/ws/mdepthinit.c
    U X11/xc/programs/Xserver/hw/dec/ws/ws.h
    U X11/xc/programs/Xserver/hw/dec/ws/ws_color.c
    U X11/xc/programs/Xserver/hw/dec/ws/ws_io.c
    U X11/xc/programs/Xserver/hw/hp/Imakefile
    U X11/xc/programs/Xserver/hw/hp/Xhp.man
    U X11/xc/programs/Xserver/hw/hp/ddx_info.c
    U X11/xc/programs/Xserver/hw/hp/hpCursorUtils.c
    U X11/xc/programs/Xserver/hw/hp/hpInit.c
    U X11/xc/programs/Xserver/hw/hp/include/XHPproto.h
    U X11/xc/programs/Xserver/hw/hp/include/hppriv.h
    U X11/xc/programs/Xserver/hw/hp/input/Imakefile
    U X11/xc/programs/Xserver/hw/hp/input/cr16.s
    U X11/xc/programs/Xserver/hw/hp/input/get_tv.c
    U X11/xc/programs/Xserver/hw/hp/input/getkeysym.c
    U X11/xc/programs/Xserver/hw/hp/input/hildef.h
    U X11/xc/programs/Xserver/hw/hp/input/hpKeyMap.c
    U X11/xc/programs/Xserver/hw/hp/input/hpext.h
    U X11/xc/programs/Xserver/hw/hp/input/hpkeys.h
    U X11/xc/programs/Xserver/hw/hp/input/screentab.h
    U X11/xc/programs/Xserver/hw/hp/input/x_hil.c
    U X11/xc/programs/Xserver/hw/hp/input/x_hil.h
    U X11/xc/programs/Xserver/hw/hp/input/x_hilinit.c
    U X11/xc/programs/Xserver/hw/hp/input/x_hilinit.h
    U X11/xc/programs/Xserver/hw/hp/input/x_serialdrv.h
    U X11/xc/programs/Xserver/hw/hp/input/xtest1imp.c
    U X11/xc/programs/Xserver/hw/hp/input/X11/XHPlib.h
    U X11/xc/programs/Xserver/hw/hp/input/drivers/XHPKeymaps
    U X11/xc/programs/Xserver/hw/hp/input/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/hp/input/drivers/X0screens
    U X11/xc/programs/Xserver/hw/hp/input/drivers/hil_driver.c
    U X11/xc/programs/Xserver/hw/hp/input/drivers/hp7lc2k.c
    U X11/xc/programs/Xserver/hw/hp/input/drivers/hp7lc2m.c
    U X11/xc/programs/Xserver/hw/hp/input/drivers/ps2io.h
    U X11/xc/programs/Xserver/hw/hp/ngle/Imakefile
    U X11/xc/programs/Xserver/hw/hp/ngle/dregs.h
    U X11/xc/programs/Xserver/hw/hp/ngle/hyperScrn.c
    U X11/xc/programs/Xserver/hw/hp/ngle/ngle.h
    U X11/xc/programs/Xserver/hw/hp/ngle/ngleblt.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecolormap.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecolormap.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecopy.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecopy.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecursor.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecursor.h
    U X11/xc/programs/Xserver/hw/hp/ngle/ngledevrom.h
    U X11/xc/programs/Xserver/hw/hp/ngle/ngledoblt.o.8.07
    U X11/xc/programs/Xserver/hw/hp/ngle/ngleextern.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglehdw.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglenoop.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglenoop.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglescreen.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglescreen.h
    U X11/xc/programs/Xserver/hw/ibm/README
    U X11/xc/programs/Xserver/hw/ibm/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/AIX/X.cat
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIX.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIXV3.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIXext.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIXinit.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/AIX/OScursor.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/OSio.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/hft.exp
    U X11/xc/programs/Xserver/hw/ibm/AIX/X_msg.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixCursor.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixCursor.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixDebug.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixError.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixError.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixEvents.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixInput.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixKeybd.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixKeymap.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixMouse.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixMsg.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixWrap.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/lftUtils.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftQueue.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftQueue.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftUtils.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftUtils.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/lftUtils.h
    U X11/xc/programs/Xserver/hw/ibm/common/awkdprog
    U X11/xc/programs/Xserver/hw/ibm/common/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/common/OScompiler.h
    U X11/xc/programs/Xserver/hw/ibm/common/awkhprog
    U X11/xc/programs/Xserver/hw/ibm/common/compiler.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmColor.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmColor.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmDate.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmIO.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmIO.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmInit.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmInit.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmKeybd.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmKeybd.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMalloc.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMalloc.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMouse.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMouse.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmPlumber.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmQuery.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmSave.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmScreen.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmScreen.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmTrace.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmUtils.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgc.h
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcCmap.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcCpArea.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcGlobal.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcPntWin.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcProcs.h
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcWindow.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/skyway/copyword.s
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyBitBlt.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyCmap.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyCur.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyFill.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyFillRct.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyHdwr.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyHdwr.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyInfo.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyPriv.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyProbe.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyProcs.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyReg.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skySGC.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skySave.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyScrInit.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyWin.c
    U X11/xc/programs/Xserver/hw/sun/README
    U X11/xc/programs/Xserver/hw/sun/Imakefile
    U X11/xc/programs/Xserver/hw/sun/circleset.h
    U X11/xc/programs/Xserver/hw/sun/Xsun.man
    U X11/xc/programs/Xserver/hw/sun/constype.c
    U X11/xc/programs/Xserver/hw/sun/constype.man
    U X11/xc/programs/Xserver/hw/sun/kbd_mode.c
    U X11/xc/programs/Xserver/hw/sun/kbd_mode.man
    U X11/xc/programs/Xserver/hw/sun/sun.h
    U X11/xc/programs/Xserver/hw/sun/sunCfb.c
    U X11/xc/programs/Xserver/hw/sun/sunCfb24.c
    U X11/xc/programs/Xserver/hw/sun/sunCursor.c
    U X11/xc/programs/Xserver/hw/sun/sunFbs.c
    U X11/xc/programs/Xserver/hw/sun/sunGX.c
    U X11/xc/programs/Xserver/hw/sun/sunGX.h
    U X11/xc/programs/Xserver/hw/sun/sunInit.c
    U X11/xc/programs/Xserver/hw/sun/sunIo.c
    C X11/xc/programs/Xserver/hw/sun/sunKbd.c
    C X11/xc/programs/Xserver/hw/sun/sunKeyMap.c
    U X11/xc/programs/Xserver/hw/sun/sunMfb.c
    U X11/xc/programs/Xserver/hw/sun/sunMouse.c
    U X11/xc/programs/Xserver/hw/sun/sunMultiDepth.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/Imakefile
    U X11/xc/programs/Xserver/hw/sunAmoeba/sun.h
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmInit.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmIo.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmKbd.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmMouse.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmProbe.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmScreen.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunCfb.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunCursor.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunFbs.c
    U X11/xc/programs/Xserver/hw/sunLynx/Imakefile
    U X11/xc/programs/Xserver/hw/sunLynx/btreg.h
    U X11/xc/programs/Xserver/hw/sunLynx/btvar.h
    U X11/xc/programs/Xserver/hw/sunLynx/cgsixreg.h
    U X11/xc/programs/Xserver/hw/sunLynx/fbio.h
    U X11/xc/programs/Xserver/hw/sunLynx/patch.Console
    U X11/xc/programs/Xserver/hw/sunLynx/patch.Console-2.4.0
    U X11/xc/programs/Xserver/hw/sunLynx/sun.h
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyCfb.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyFbs.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyInit.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyIo.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyKbd.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyMouse.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyUtil.c
    U X11/xc/programs/Xserver/hw/sunLynx/vuid_event.h
    U X11/xc/programs/Xserver/hw/svga/README
    U X11/xc/programs/Xserver/hw/svga/Imakefile
    U X11/xc/programs/Xserver/hw/svga/atKeynames.h
    U X11/xc/programs/Xserver/hw/svga/compiler.h
    U X11/xc/programs/Xserver/hw/svga/svga.h
    U X11/xc/programs/Xserver/hw/svga/svga386.s
    U X11/xc/programs/Xserver/hw/svga/svgaBank.c
    U X11/xc/programs/Xserver/hw/svga/svgaColor.c
    U X11/xc/programs/Xserver/hw/svga/svgaFb.c
    U X11/xc/programs/Xserver/hw/svga/svgaInit.c
    U X11/xc/programs/Xserver/hw/svga/svgaIo.c
    U X11/xc/programs/Xserver/hw/svga/svgaKbd.c
    U X11/xc/programs/Xserver/hw/svga/svgaSVPMI.c
    U X11/xc/programs/Xserver/hw/svga/svgaVT.c
    U X11/xc/programs/Xserver/hw/svga/config/Imakefile
    U X11/xc/programs/Xserver/hw/svga/config/vga.pmi
    U X11/xc/programs/Xserver/hw/vfb/Imakefile
    U X11/xc/programs/Xserver/hw/vfb/InitInput.c
    U X11/xc/programs/Xserver/hw/vfb/InitOutput.c
    U X11/xc/programs/Xserver/hw/vfb/Xvfb.man
    U X11/xc/programs/Xserver/hw/vfb/lk201kbd.h
    U X11/xc/programs/Xserver/hw/xfree68/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/XF68Conf.cpp
    U X11/xc/programs/Xserver/hw/xfree68/XF68_FBDev.man
    U X11/xc/programs/Xserver/hw/xfree68/LinkKit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/common/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/common/XF68_FBDev.c
    U X11/xc/programs/Xserver/hw/xfree68/doc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/doc/README.fbdev
    U X11/xc/programs/Xserver/hw/xfree68/doc/man/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/doc/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/doc/sgml/fbdev.sgml
    U X11/xc/programs/Xserver/hw/xfree68/etc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/fbdev/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/fbdev/fbdev.c
    U X11/xc/programs/Xserver/hw/xfree68/os-support/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/os-support/linux/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/os-support/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/CHANGELOG
    U X11/xc/programs/Xserver/hw/xfree86/CHANGELOG.R5
    C X11/xc/programs/Xserver/hw/xfree86/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Conf.cpp
    U X11/xc/programs/Xserver/hw/xfree86/XF86Conf.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_Acc.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_Mono.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_SVGA.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_VGA16.man
    U X11/xc/programs/Xserver/hw/xfree86/XFree86.man
    C X11/xc/programs/Xserver/hw/xfree86/xf86Version.h
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/Imakefile.LK
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/README
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/mkmf.cpp
    C X11/xc/programs/Xserver/hw/xfree86/LinkKit/site.def.LK
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ChangeLog
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/00README
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/01.CopyRights
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/8514.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/AL.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ATIMach.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Ahead.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Amake.cmds
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Amake.srclist
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/AsmMacros.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/CGA.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/sprobe.def
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Compaq.c
    N X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Epson.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Genoa.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/HMC.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Herc.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/I128.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/MDA.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/MX.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Main.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Makefile.std
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/MemProbe.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/NCR.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_386BSD.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Linux.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_LynxOS.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Mach.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Minix.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Os2.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_SYSV.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Oak.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Primus.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/RamDac.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/RealTek.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SolX86IO.s
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/UMC.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Utils.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/VGA.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Video7.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/WD.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Weitek.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Yamaha.c
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/Imakefile.stub
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/VGADriver.Doc
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/stub_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/stub_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/CHANGELOG
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/LICENSE
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/README
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/TODO
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/README.html
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/XF86Setup.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/done.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/filelist.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/keyboard.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/main.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/modeselect.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/mondata.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/monitor.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase1.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase2.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase3.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase4.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/srvflags.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclcards.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclkbd.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.h
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclother.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclvidmode.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclvidmode.h
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclxkbui.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tkother.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/xfsconf.h
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/XFree86.msk
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/XFree86.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/vidcard.msk
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/vidcard.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/findopts
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/mseconfig.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/README
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/button.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/prolog.ps
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/combobox.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/dialog.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/downarrow.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/entry.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/focus.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/init.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/license.terms
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/listbox.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/menu.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/misc.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/optionMenu.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/palette.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/uparrow.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/scale.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/scrollbar.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tclIndex
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tearoff.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/text.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tk.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tkerror.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/local_text.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_card.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_done.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_intro.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_keyboard.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_modeselect.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_monitor.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_mouse.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_other.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/messages.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_card.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_done.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_intro.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_keyboard.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_modeselect.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_monitor.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_mouse.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_other.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/message_proc.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/messages.tcl
    U X11/xc/programs/Xserver/hw/xfree86/accel/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Att490.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Att490.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt481.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt481.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt485.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agx.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agx.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBCach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBCach.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBStor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxCmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxDLine.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxDSeg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFArc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFCach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFPoly.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFRect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFS.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFont.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGS.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGtImg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxIm.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxIm.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxInit.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxLine.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxMap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxPntWin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxSS.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxScrIn.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxSeg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxText.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxWin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/hercRamDac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/hercRamDac.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/regagx.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf861502x.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf861502x.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf86RamDac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf86RamDac.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86bcache.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86bcache.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86fcache.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86fcache.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86text.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/confw32.cmd
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/confw32.sh
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/w32it.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/w32line.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/w32pit.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfb8cppl.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfb8line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbbitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbblt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbfillrct.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbfillsp.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbgc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbgetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbglblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbply1rct.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbpntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbpush8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbscrinit.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbsetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbsolid.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtegblt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtile32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtileodd.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/stipple.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32bres.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32bresd.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32fillarc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32hrzvert.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32polypnt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32rctstp8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32zerarc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/dummy.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/et4000.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/et4000w32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/gglbox.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/ggldraw.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/ramdac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/vga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/vgaCmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32blt.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32box.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32funcs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32itext.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32map.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32stip.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32vars.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32version.h
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/IBMRGB.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/IBMRGB.h
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/README
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint.h
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glintIBMCurs.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint_accel.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint_regs.h
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glintcmap.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/glintcurs.h
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm2_accel.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm2_dac.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm2v_dac.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm_accel.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/glint/vgaHW.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128Cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128IBMCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128TiCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128reg.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128stubs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/8514cach.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/8514im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/bcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/dsline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/dsseg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/fc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/ibm8514.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/ibm8514.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imfill.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imread.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imstip.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imwrite.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/reg8514.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/ativga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/ativga.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32bc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32dline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32dseg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32mem.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32pntwn.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/regmach32.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/ativga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/ativga.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fifo.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fifo.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64orect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64pcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64pntwn.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64util.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8bc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8cache.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8dsln.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8dssg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8fc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imfl.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imrd.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imst.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imwrt.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/regmach8.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/I2061Acal.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/I2061Aset.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/ICD2061A.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000Bt485.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000BtCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000curs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000gc16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000gc32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000orchid.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000orchid.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000pntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000reg.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000vga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000viper.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000viper.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/README.s3
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/IBMRGBCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/Ti3026Curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/confS3.sh
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/confs3.cmd
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/newmmio.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/regs3.h
    C X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3BtCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3Cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ELSA.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ELSA.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3TiCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3bcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3dline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3dseg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc24.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3linear.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3misc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3name.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/mmio_928/mmio_928.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/newmmio/Imakefile
    C X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/newmmio/newmmio.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/s3_generic/s3_generic.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/confS3V.sh
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/confs3v.cmd
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/newmmio-sizes.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/newmmio.h
    C X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/regs3v.h
    C X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3Cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3ELSA.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3ELSA.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3bcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3dline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc24.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3misc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3name.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3rop.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3v.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/drivers/s3_virge/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/drivers/s3_virge/s3_virge.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgaBtCurs.c
    N X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgaDECCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga_presets.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga_regs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgacmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgacurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgacurs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgainit.c
    U X11/xc/programs/Xserver/hw/xfree86/common/NOTES.Mice
    U X11/xc/programs/Xserver/hw/xfree86/common/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/common/Mach32.c
    U X11/xc/programs/Xserver/hw/xfree86/common/Mach64.c
    U X11/xc/programs/Xserver/hw/xfree86/common/Mach8.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_8514.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_AGX.c
    N X11/xc/programs/Xserver/hw/xfree86/common/XF86_GLINT.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_I128.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_Mono.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_P9000.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_S3.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_SVGA.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_TGA.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_VGA16.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_W32.c
    U X11/xc/programs/Xserver/hw/xfree86/common/atKeynames.h
    U X11/xc/programs/Xserver/hw/xfree86/common/cfb16.h
    U X11/xc/programs/Xserver/hw/xfree86/common/cfb24.h
    U X11/xc/programs/Xserver/hw/xfree86/common/cfb32.h
    U X11/xc/programs/Xserver/hw/xfree86/common/coKeynames.h
    C X11/xc/programs/Xserver/hw/xfree86/common/compiler.h
    U X11/xc/programs/Xserver/hw/xfree86/common/scoasm.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86.h
    N X11/xc/programs/Xserver/hw/xfree86/common/xf86AceCad.c
    C X11/xc/programs/Xserver/hw/xfree86/common/xf86Beta.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Config.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86DCConf.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86DCConf.h
    N X11/xc/programs/Xserver/hw/xfree86/common/xf86Dial.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Dl.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Elo.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Events.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86ExtInit.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Init.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Io.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Jstk.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Kbd.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86KbdBSD.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86KbdLnx.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86KbdMach.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Keymap.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Lock.c
    N X11/xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Priv.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Procs.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Summa.c
    N X11/xc/programs/Xserver/hw/xfree86/common/xf86Switch.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86XKB.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Config.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Option.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Option.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_PnPMouse.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ATTDac.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/BUSmemcpy.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/BUSmemcpy.s
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ch8391clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/CirrusClk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/CirrusClk.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/I2061Aalt.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/I2061Acal.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/I2061Aset.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IBMRGB.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IBMRGB.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICD2061A.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICS1562.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICS2595.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICS2595.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IODelay.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IODelay.s
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/S3gendac.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/S3gendac.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SC11412.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SC11412.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/STG1703clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SlowBcopy.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SlowBcopy.s
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ti3025clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ti3026clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ti302X.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/glibcAxpIo.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_ClkPr.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_HWlib.h
    C X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_PCI.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_PCI.h
    U X11/xc/programs/Xserver/hw/xfree86/doc/BetaReport
    U X11/xc/programs/Xserver/hw/xfree86/doc/AccelCards
    U X11/xc/programs/Xserver/hw/xfree86/doc/BUILD
    U X11/xc/programs/Xserver/hw/xfree86/doc/CODING
    U X11/xc/programs/Xserver/hw/xfree86/doc/COPYRIGHT
    U X11/xc/programs/Xserver/hw/xfree86/doc/Devices
    U X11/xc/programs/Xserver/hw/xfree86/doc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/LbxproxyOnly
    U X11/xc/programs/Xserver/hw/xfree86/doc/Monitors
    U X11/xc/programs/Xserver/hw/xfree86/doc/OS2.Notes
    U X11/xc/programs/Xserver/hw/xfree86/doc/QuickStart.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/READ.Mach32
    U X11/xc/programs/Xserver/hw/xfree86/doc/READ.Mach64
    U X11/xc/programs/Xserver/hw/xfree86/doc/README
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.3DLabs
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Bsdi
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Config
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.DECtga
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.DGA
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Linux
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.LynxOS
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.MGA
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Mach
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.NVIDIA
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.NetBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.OS2
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Oak
    C X11/xc/programs/Xserver/hw/xfree86/doc/README.OpenBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.P9000
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.S3
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.S3V
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SCO
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SOLX86
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SVR4
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SiS
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Video7
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.W32
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.WstDig
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.agx
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.apm
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.ark
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.ati
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.chips
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.cirrus
    U X11/xc/programs/Xserver/hw/xfree86/doc/xinput
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.clkprog
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.cyrix
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.epson
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.isc
    C X11/xc/programs/Xserver/hw/xfree86/doc/README.mouse
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.neo
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.rendition
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.trident
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.tseng
    C X11/xc/programs/Xserver/hw/xfree86/doc/RELNOTES
    U X11/xc/programs/Xserver/hw/xfree86/doc/ServersOnly
    U X11/xc/programs/Xserver/hw/xfree86/doc/VideoModes.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/modeDB.txt
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/AccelCards
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/INSTALL
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/INSTALL.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SVR4.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/XF86DGA.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/XF86Misc.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/3DLabs.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Bsdi.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Config.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/DECtga.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/LinkKit.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Linux.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/MGA.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach32.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach64.sgml
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/NVIDIA.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Oak.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/S3.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/OpenBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/P9000.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/QStart.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SCO.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SOLX86.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/VGADriv.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/VidModes.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Video7.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/W32.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/WstDig.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/agx.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/apm.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/ark.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/chips.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/cirrus.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/clkprog.sgml
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/cyrix.sgml
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/epson.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/isc.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/neo.sgml
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/tseng.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/xinput.sgml
    U X11/xc/programs/Xserver/hw/xfree86/etc/ptm.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/2key.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/BM-Lynx.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/etc/XdmConf.svr4
    U X11/xc/programs/Xserver/hw/xfree86/etc/apNetBSD.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/apSolx86.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/dmmap.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/et4000clock.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/install.sv3
    U X11/xc/programs/Xserver/hw/xfree86/etc/install.sv4
    U X11/xc/programs/Xserver/hw/xfree86/etc/ioctl_pc.h
    U X11/xc/programs/Xserver/hw/xfree86/etc/joycal.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/kbd_mode.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/kbd_mode.man
    U X11/xc/programs/Xserver/hw/xfree86/etc/ld-wrapper.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/ldterm.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/mmapSVR3.shar
    C X11/xc/programs/Xserver/hw/xfree86/etc/postinst.sh
    U X11/xc/programs/Xserver/hw/xfree86/etc/preinst.sh
    U X11/xc/programs/Xserver/hw/xfree86/etc/ptem.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/pts.node
    U X11/xc/programs/Xserver/hw/xfree86/etc/pts.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/sp.node
    U X11/xc/programs/Xserver/hw/xfree86/etc/pty.cfg
    C X11/xc/programs/Xserver/hw/xfree86/etc/scanpci.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/sp.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/sun.tcap
    U X11/xc/programs/Xserver/hw/xfree86/etc/sun.tinfo
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr3_patch
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr3_rem_pch
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr4_patch
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr4_rem_pch
    U X11/xc/programs/Xserver/hw/xfree86/etc/vga.bdf
    U X11/xc/programs/Xserver/hw/xfree86/etc/xcode.xfree86
    U X11/xc/programs/Xserver/hw/xfree86/etc/xmodmap.std
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/README
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/build-bindist
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/3DL-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/8514-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9480-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9EGC-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9GA9-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9GAN-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9LPW-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9MGA-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9NKV-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9NS3-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9SPW-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9SVG-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9TGU-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9WEP-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9WS-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9WSN-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9set-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/AGX-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/I128-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Ma32-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Ma64-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Ma8-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Mono-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/S3-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/dir
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/P9K-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/S3V-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/SVGA-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/VG16-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/W32-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/bin-excl
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/bin-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/fsrv-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lib-excl
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/host.def
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lib-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lk98-excl
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lk98-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lkit-excl
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lkit-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/man-excl
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/man-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/nest-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/prog-excl
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/prog-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/prt-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/set-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin1-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin1-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin2-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin2-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin4-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xdm-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xdm-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/TGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/AGX-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/FB-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/68FB-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/fsrv-list
    C X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lib-excl
    C X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/vfb-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/cfg-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/cfg-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/doc-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/doc-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/extras
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/f100-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fcyr-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnon-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnts-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnts-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fscl-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/html-list
    N X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/jdoc-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/ps-list
    N X11/xc/programs/Xserver/hw/xfree86/fbdev/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/COPYRIGHT
    U X11/xc/programs/Xserver/hw/xfree86/mono/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/USING
    U X11/xc/programs/Xserver/hw/xfree86/mono/confmono.cmd
    U X11/xc/programs/Xserver/hw/xfree86/mono/confmono.sh
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/apolloBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/apolloHW.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/apollodriv.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hercules/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hercules/hercules.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/HGC1280.info
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/hgc1280HW.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/hgc1280driv.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/sigma/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/sigma/sigmaHW.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/sigma/sigmadriv.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/mfblinebank.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/mfbmap.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/mfbmap.sh
    U X11/xc/programs/Xserver/hw/xfree86/mono/mono/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/mono/mono.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/mono/mono.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/README.OS-lib
    U X11/xc/programs/Xserver/hw/xfree86/os-support/assyntax.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/am_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/am_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/am_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_VTsw.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_jstk.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_jstk.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/bios_mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/bios_devmem.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/local.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/mnx_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/mnx_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/mnx_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_Util.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/README
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_VTsw.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_diag.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_ioperm.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_kbdEv.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_stubs.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/VTsw_sco.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/IO_utils.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/VTsw_noop.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/VTsw_usl.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/bios_devmem.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/inout.s
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/ioperm_noop.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/mapVT_noop.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/std_kbdEv.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/std_mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/std_mseEv.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/sysv_kbd.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/sysv_tty.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_iout.s
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_vid.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/bios_V4mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/xqueue.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/BUGS
    U X11/xc/programs/Xserver/hw/xfree86/vga16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/cvga16.cmd
    U X11/xc/programs/Xserver/hw/xfree86/vga16/cvga16.sh
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/ati/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/cl64xx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/et3000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/et4000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/ncr77c22/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/oak/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/sis/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/tvga8900/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/OScompiler.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulOpStip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulRepAre.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulStip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulTile.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ibmTrace.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbbres.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbbresd.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbfillarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbhrzvert.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbimggblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbzerarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/offscreen.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcArea.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBStore.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBitMacs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBitmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcCReduce.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcClip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcCpArea.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcDepth.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcFillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcGC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcGCstr.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcGetSp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcIO.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcImg.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPixFS.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPixmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPntWin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPolyPnt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPolyRec.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPushPxl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcQuery.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcRot.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcRslvC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcScrn.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcSetSp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcSpMcro.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcWinFS.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcWindow.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vga16.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaBitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaGC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaImages.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaReg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaSolid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaStipple.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaVideo.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/wm0.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/wm3.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/wm3.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/mfb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/mi/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/NOTES
    U X11/xc/programs/Xserver/hw/xfree86/xaa/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/Imakefile.BPP
    U X11/xc/programs/Xserver/hw/xfree86/xaa/cfbcpplane.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/sampledrv.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/vga256map.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86bench.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86cparea.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86defs.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86dline.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86dseg.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86expblt.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86expblt.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86farc.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86fpoly.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86frect.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86gc.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86gcmap.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86gcmisc.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86im.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86initac.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86line.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86line2.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86local.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86maploc.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86orect.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86pcache.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86pcache.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86plane.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86scrin.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86spans.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86tables.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86text.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86txtblt.s
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86window.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86xaa.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa24/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa8/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaavga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/README
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/copyright.c
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/keyword.i
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/lex.l
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/os.h
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/reconfig.man
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/reconfig.y
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/strlist.h
    U X11/xc/programs/Xserver/hw/xfree86/vga2/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/confvga2.cmd
    U X11/xc/programs/Xserver/hw/xfree86/vga2/confvga2.sh
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/ati/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/cirrus/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/cl64xx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/compaq/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/et3000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/et4000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/generic/gen_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/gvga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/ncr77c22/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/oak/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/pvga1/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/sis/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/tvga8900/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/mfbbitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/mfbblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/mfblinebank.h
    U X11/xc/programs/Xserver/hw/xfree86/vga2/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/vga/vgaLBank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga2/vga/vgaLBankc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/cvga256.cmd
    U X11/xc/programs/Xserver/hw/xfree86/vga256/cvga256.sh
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/al2101/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/al2101/al_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/al2101/al_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/ali_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/ali_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_bitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_cop.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadapter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadapter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadjust.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadjust.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibank.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibank.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibanks.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibus.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibus.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticmap.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidac.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidac.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidepth.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidsp.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atifbinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atifbinit.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atigetmode.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atigetmode.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atimach64.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atimach64.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atimono.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiproto.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atireset.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atireset.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiscrinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiscrinit.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativalid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativalid.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativga.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_BitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_BlitMM.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_Blitter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_BltHiQV.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_FillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_FillSt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_alloc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_blitter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_config.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_line.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_lline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_lline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_pci.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_solid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_textblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/dRegs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/mRegs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/CHANGES
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirBlitMM.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirBlitter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirFillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirFillSt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_alloc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_alloc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blitLG.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blitLG.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blitter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_bltC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_fill.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_fillLG.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_im.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_imblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_inline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_line.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_orect.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_solid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_span.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_span.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_textblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirrus_acl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/laguna_acl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/linearline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/linearline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cl64xx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cl64xx/cl_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cl64xx/cl_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/compaq/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/compaq/cpq_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/compaq/cpq_driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_accel.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_asm.s
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_bank.s
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_cmap.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_cursor.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et3000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et3000/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et3000/et3_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/et4_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/et4_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_acl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_acl.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_clock.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_colexp.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_dpms.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_inline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_ramdac.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/generic/gen_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/gvga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/gvga/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/gvga/gvg_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_bios.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dac1064.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dac3026.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_hwcurs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_macros.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_map.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_reg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_xaarepl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/util/Makefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/util/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/util/stormdwg.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mx/mx_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mx/mx_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ncr77c22/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ncr77c22/ncr_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ncr77c22/ncr_driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/README
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2070.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2090.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2097.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2200.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_bank.s
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_cursor.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_macros.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_reg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.NV1
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.RIVA128
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.RIVATNT
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.tech
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1ref.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1setup.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3arb.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3arb.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3driver.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3setup.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4arb.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4arb.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4cursor.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4setup.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvaccel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvcursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvsetup.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvuser.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvvga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_colexp.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oti87_bltC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oti87_fill.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oti87_sol.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Access.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Access.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00DAC.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00DAC.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Driver.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00ICD2061A.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00ICD2061A.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Includes.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Probe.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Probe.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Regs.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00VGA.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00VGA.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00VGARegs.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00XAA.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00XAA.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/paradise.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvg_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgaBitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgablt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgapntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgasolid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/realtek/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/realtek/rt_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/realtek/rt_driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/cscode.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/hwcursor.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/hwcursor.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/rendition_driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v1kregs.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v1krisc.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v1krisc.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v2kregs.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vboard.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vboard.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vgafont-std.data
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vgafont-vrx.data
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vgapalette.data
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vloaduc.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vloaduc.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vmodes.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vmodes.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vos.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vramdac.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vramdac.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vtest.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vtypes.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vvga.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vvga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/IBMRGBCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/README.S3
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/Ti3026Curs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/newmmio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3BtCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3ELSA.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3ELSA.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3TiCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3fbinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3probe.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3ramdacs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3reg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3save.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/newmmio.h
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_accel.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_rop.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_BitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_FillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_FillSt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_blitter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_pntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_solid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_textblt.s
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_accel.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_bank.s
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_cursor.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_driver.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/bankc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_curs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_drv.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_ger.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_mmio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_oldacl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/video7/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/video7/v7_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/video7/v7_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/SpeedUpBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fBitBlt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fFill.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fFillSet.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fLineBres.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fLineH.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fLineV.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/gBanks.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suBBlt2.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suBitBlt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suBox.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suLine.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suVHLine.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaBitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaBltFillc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaFasm.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaLinec.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/Design
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga256.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga8cppl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaAsm.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaBank.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaBank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaBankc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaCmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaHW.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgablt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabltC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabresd.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabstore.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafillarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafillrct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafillsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafuncs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgagc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgagetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaglblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaimage.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgalined.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaply1rct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapolypnt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapush8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapwinS.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgarctstp8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgascrinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgasetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgasolid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatables.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgateblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgategblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatile32.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatileodd.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgawindow.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgazerarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vgainit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vgainit/vgabpp.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vgainit/vgabppscrin.c
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/Cards
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/cards.c
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/cards.h
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/xf86conf.man
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c
    U X11/xc/programs/Xserver/hw/xfree98/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF98Conf.cpp
    U X11/xc/programs/Xserver/hw/xfree98/LinkKit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/SuperProbe/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/VGADriverDoc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/filelist.tcl
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/pics/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/scripts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/scripts/xmseconfig
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/tcllib/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/texts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/texts/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/texts/ja/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/cache/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3pc98.c
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3pc98.h
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/Imakefile.chw
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/ga968/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/nec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/pwlb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/pwskb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/VideoBoard98
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/README98
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/README98.1st
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/sgml/1st.sgml
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/sgml/read98.sgml
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/man/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/etc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/bsd/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/linux/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/minix/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/sysv/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/reconfig/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/ibm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/ibm/egc_asm.s
    U X11/xc/programs/Xserver/hw/xfree98/vga16/mfb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/mi/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/Imakefile.vga
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cmga.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cmga.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cnec480.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cnec480.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/ctgui.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/ctgui.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cvga256.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cvga256.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/cir_pc98.c
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/ganbwap/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/mga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nec480/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nec480/bank.s
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nec480/nec480_dr.c
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nkvnec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/svga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/trident/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/trident/pc98_tgui.c
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/trident/pc98_tgui.h
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/wabep/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/wabs/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/wsna/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/ganbwap/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/mga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/nec480/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/nkvnec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/svga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/trident/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/vgainit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/wabep/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/wabs/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/wsna/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/Imakefile.BPP
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa24/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa8/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaavga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xf86config/Cards98
    U X11/xc/programs/Xserver/hw/xfree98/xf86config/Imakefile
    U X11/xc/programs/Xserver/hw/xnest/icon
    U X11/xc/programs/Xserver/hw/xnest/Args.c
    U X11/xc/programs/Xserver/hw/xnest/Args.h
    U X11/xc/programs/Xserver/hw/xnest/Color.c
    U X11/xc/programs/Xserver/hw/xnest/Color.h
    U X11/xc/programs/Xserver/hw/xnest/Cursor.c
    U X11/xc/programs/Xserver/hw/xnest/Cursor.h
    U X11/xc/programs/Xserver/hw/xnest/Display.c
    C X11/xc/programs/Xserver/hw/xnest/Display.h
    U X11/xc/programs/Xserver/hw/xnest/Drawable.h
    U X11/xc/programs/Xserver/hw/xnest/Events.c
    U X11/xc/programs/Xserver/hw/xnest/Events.h
    U X11/xc/programs/Xserver/hw/xnest/Font.c
    U X11/xc/programs/Xserver/hw/xnest/GC.c
    U X11/xc/programs/Xserver/hw/xnest/GCOps.c
    U X11/xc/programs/Xserver/hw/xnest/GCOps.h
    U X11/xc/programs/Xserver/hw/xnest/GetTime.c
    U X11/xc/programs/Xserver/hw/xnest/Handlers.c
    U X11/xc/programs/Xserver/hw/xnest/Handlers.h
    U X11/xc/programs/Xserver/hw/xnest/Imakefile
    U X11/xc/programs/Xserver/hw/xnest/Init.c
    U X11/xc/programs/Xserver/hw/xnest/Init.h
    U X11/xc/programs/Xserver/hw/xnest/Keyboard.c
    U X11/xc/programs/Xserver/hw/xnest/Keyboard.h
    U X11/xc/programs/Xserver/hw/xnest/Pixmap.c
    U X11/xc/programs/Xserver/hw/xnest/XNGC.h
    U X11/xc/programs/Xserver/hw/xnest/Xnest.h
    U X11/xc/programs/Xserver/hw/xnest/Pixmap.h
    U X11/xc/programs/Xserver/hw/xnest/Pointer.c
    U X11/xc/programs/Xserver/hw/xnest/Pointer.h
    C X11/xc/programs/Xserver/hw/xnest/Screen.c
    U X11/xc/programs/Xserver/hw/xnest/Screen.h
    U X11/xc/programs/Xserver/hw/xnest/TestExt.c
    U X11/xc/programs/Xserver/hw/xnest/Visual.c
    U X11/xc/programs/Xserver/hw/xnest/Visual.h
    U X11/xc/programs/Xserver/hw/xnest/Window.c
    U X11/xc/programs/Xserver/hw/xnest/XNFont.h
    U X11/xc/programs/Xserver/hw/xnest/XNWindow.h
    U X11/xc/programs/Xserver/hw/xnest/Xnest.man
    U X11/xc/programs/Xserver/hw/xnest/screensaver
    U X11/xc/programs/Xserver/hw/xnest/os2Stub.c
    U X11/xc/programs/Xserver/ilbm/README
    U X11/xc/programs/Xserver/ilbm/Imakefile
    U X11/xc/programs/Xserver/ilbm/ilbm.h
    U X11/xc/programs/Xserver/ilbm/ilbmbitblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmbres.c
    U X11/xc/programs/Xserver/ilbm/ilbmbresd.c
    U X11/xc/programs/Xserver/ilbm/ilbmbstore.c
    U X11/xc/programs/Xserver/ilbm/ilbmclip.c
    U X11/xc/programs/Xserver/ilbm/ilbmcmap.c
    U X11/xc/programs/Xserver/ilbm/ilbmfillarc.c
    U X11/xc/programs/Xserver/ilbm/ilbmfillrct.c
    U X11/xc/programs/Xserver/ilbm/ilbmfillsp.c
    U X11/xc/programs/Xserver/ilbm/ilbmfont.c
    U X11/xc/programs/Xserver/ilbm/ilbmgc.c
    U X11/xc/programs/Xserver/ilbm/ilbmgetsp.c
    U X11/xc/programs/Xserver/ilbm/ilbmhrzvert.c
    U X11/xc/programs/Xserver/ilbm/ilbmimage.c
    U X11/xc/programs/Xserver/ilbm/ilbmimggblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmline.c
    U X11/xc/programs/Xserver/ilbm/ilbmmisc.c
    U X11/xc/programs/Xserver/ilbm/ilbmpixmap.c
    U X11/xc/programs/Xserver/ilbm/ilbmply1rct.c
    U X11/xc/programs/Xserver/ilbm/ilbmplygblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmpntarea.c
    U X11/xc/programs/Xserver/ilbm/ilbmpntwin.c
    U X11/xc/programs/Xserver/ilbm/ilbmpolypnt.c
    U X11/xc/programs/Xserver/ilbm/ilbmpushpxl.c
    U X11/xc/programs/Xserver/ilbm/ilbmscrinit.c
    U X11/xc/programs/Xserver/ilbm/ilbmsetsp.c
    U X11/xc/programs/Xserver/ilbm/ilbmtegblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmtile.c
    U X11/xc/programs/Xserver/ilbm/ilbmwindow.c
    U X11/xc/programs/Xserver/ilbm/ilbmzerarc.c
    U X11/xc/programs/Xserver/include/Imakefile
    U X11/xc/programs/Xserver/include/XIstubs.h
    C X11/xc/programs/Xserver/include/closestr.h
    U X11/xc/programs/Xserver/include/closure.h
    U X11/xc/programs/Xserver/include/colormap.h
    U X11/xc/programs/Xserver/include/colormapst.h
    U X11/xc/programs/Xserver/include/cursor.h
    U X11/xc/programs/Xserver/include/cursorstr.h
    U X11/xc/programs/Xserver/include/dix.h
    U X11/xc/programs/Xserver/include/dixevents.h
    U X11/xc/programs/Xserver/include/dixfont.h
    U X11/xc/programs/Xserver/include/dixfontstr.h
    U X11/xc/programs/Xserver/include/dixgrabs.h
    U X11/xc/programs/Xserver/include/dixstruct.h
    U X11/xc/programs/Xserver/include/exevents.h
    U X11/xc/programs/Xserver/include/extension.h
    U X11/xc/programs/Xserver/include/extinit.h
    U X11/xc/programs/Xserver/include/extnsionst.h
    U X11/xc/programs/Xserver/include/gc.h
    U X11/xc/programs/Xserver/include/gcstruct.h
    U X11/xc/programs/Xserver/include/input.h
    U X11/xc/programs/Xserver/include/inputstr.h
    U X11/xc/programs/Xserver/include/misc.h
    U X11/xc/programs/Xserver/include/miscstruct.h
    U X11/xc/programs/Xserver/include/opaque.h
    U X11/xc/programs/Xserver/include/os.h
    U X11/xc/programs/Xserver/include/pixmap.h
    U X11/xc/programs/Xserver/include/pixmapstr.h
    U X11/xc/programs/Xserver/include/property.h
    U X11/xc/programs/Xserver/include/propertyst.h
    U X11/xc/programs/Xserver/include/region.h
    U X11/xc/programs/Xserver/include/regionstr.h
    U X11/xc/programs/Xserver/include/resource.h
    U X11/xc/programs/Xserver/include/rgb.h
    U X11/xc/programs/Xserver/include/screenint.h
    U X11/xc/programs/Xserver/include/scrnintstr.h
    U X11/xc/programs/Xserver/include/selection.h
    C X11/xc/programs/Xserver/include/servermd.h
    U X11/xc/programs/Xserver/include/site.h
    U X11/xc/programs/Xserver/include/swaprep.h
    U X11/xc/programs/Xserver/include/validate.h
    U X11/xc/programs/Xserver/include/window.h
    U X11/xc/programs/Xserver/include/windowstr.h
    U X11/xc/programs/Xserver/iplan2p2/Imakefile
    U X11/xc/programs/Xserver/iplan2p4/Imakefile
    U X11/xc/programs/Xserver/iplan2p4/ipl.h
    U X11/xc/programs/Xserver/iplan2p4/iplallpriv.c
    U X11/xc/programs/Xserver/iplan2p4/iplbitblt.c
    U X11/xc/programs/Xserver/iplan2p4/iplblt.c
    U X11/xc/programs/Xserver/iplan2p4/iplbres.c
    U X11/xc/programs/Xserver/iplan2p4/iplbresd.c
    U X11/xc/programs/Xserver/iplan2p4/iplbstore.c
    U X11/xc/programs/Xserver/iplan2p4/iplcmap.c
    U X11/xc/programs/Xserver/iplan2p4/iplfillarc.c
    U X11/xc/programs/Xserver/iplan2p4/iplfillrct.c
    U X11/xc/programs/Xserver/iplan2p4/iplfillsp.c
    U X11/xc/programs/Xserver/iplan2p4/iplgc.c
    U X11/xc/programs/Xserver/iplan2p4/iplgetsp.c
    U X11/xc/programs/Xserver/iplan2p4/iplhrzvert.c
    U X11/xc/programs/Xserver/iplan2p4/iplimage.c
    U X11/xc/programs/Xserver/iplan2p4/iplline.c
    U X11/xc/programs/Xserver/iplan2p4/iplmap.h
    U X11/xc/programs/Xserver/iplan2p4/iplmergerop.h
    U X11/xc/programs/Xserver/iplan2p4/iplmskbits.c
    U X11/xc/programs/Xserver/iplan2p4/iplmskbits.h
    U X11/xc/programs/Xserver/iplan2p4/iplpack.c
    U X11/xc/programs/Xserver/iplan2p4/iplpack.h
    U X11/xc/programs/Xserver/iplan2p4/iplpixmap.c
    U X11/xc/programs/Xserver/iplan2p4/iplply1rct.c
    U X11/xc/programs/Xserver/iplan2p4/iplpntwin.c
    U X11/xc/programs/Xserver/iplan2p4/iplpolypnt.c
    U X11/xc/programs/Xserver/iplan2p4/iplrrop.c
    U X11/xc/programs/Xserver/iplan2p4/iplrrop.h
    U X11/xc/programs/Xserver/iplan2p4/iplscrinit.c
    U X11/xc/programs/Xserver/iplan2p4/iplsetsp.c
    U X11/xc/programs/Xserver/iplan2p4/iplsolid.c
    U X11/xc/programs/Xserver/iplan2p4/ipltegblt.c
    U X11/xc/programs/Xserver/iplan2p4/ipltile32.c
    U X11/xc/programs/Xserver/iplan2p4/ipltileodd.c
    U X11/xc/programs/Xserver/iplan2p4/iplwindow.c
    U X11/xc/programs/Xserver/iplan2p8/Imakefile
    U X11/xc/programs/Xserver/lbx/Imakefile
    U X11/xc/programs/Xserver/lbx/lbxcmap.c
    U X11/xc/programs/Xserver/lbx/lbxdata.h
    U X11/xc/programs/Xserver/lbx/lbxdix.c
    U X11/xc/programs/Xserver/lbx/lbxexts.c
    U X11/xc/programs/Xserver/lbx/lbxgfx.c
    U X11/xc/programs/Xserver/lbx/lbxmain.c
    C X11/xc/programs/Xserver/lbx/lbxopts.c
    U X11/xc/programs/Xserver/lbx/lbxprop.c
    U X11/xc/programs/Xserver/lbx/lbxserve.h
    U X11/xc/programs/Xserver/lbx/lbxsquish.c
    U X11/xc/programs/Xserver/lbx/lbxsrvopts.h
    U X11/xc/programs/Xserver/lbx/lbxswap.c
    U X11/xc/programs/Xserver/lbx/lbxtables.c
    U X11/xc/programs/Xserver/lbx/lbxtags.c
    U X11/xc/programs/Xserver/lbx/lbxtags.h
    U X11/xc/programs/Xserver/lbx/lbxzerorep.c
    U X11/xc/programs/Xserver/mfb/Imakefile
    U X11/xc/programs/Xserver/mfb/fastblt.h
    U X11/xc/programs/Xserver/mfb/maskbits.c
    U X11/xc/programs/Xserver/mfb/maskbits.h
    U X11/xc/programs/Xserver/mfb/mergerop.h
    U X11/xc/programs/Xserver/mfb/mfb.h
    U X11/xc/programs/Xserver/mfb/mfbbitblt.c
    U X11/xc/programs/Xserver/mfb/mfbblt.c
    U X11/xc/programs/Xserver/mfb/mfbbres.c
    U X11/xc/programs/Xserver/mfb/mfbbresd.c
    U X11/xc/programs/Xserver/mfb/mfbbstore.c
    U X11/xc/programs/Xserver/mfb/mfbclip.c
    U X11/xc/programs/Xserver/mfb/mfbcmap.c
    U X11/xc/programs/Xserver/mfb/mfbfillarc.c
    U X11/xc/programs/Xserver/mfb/mfbfillrct.c
    U X11/xc/programs/Xserver/mfb/mfbfillsp.c
    U X11/xc/programs/Xserver/mfb/mfbfont.c
    U X11/xc/programs/Xserver/mfb/mfbgc.c
    U X11/xc/programs/Xserver/mfb/mfbgetsp.c
    U X11/xc/programs/Xserver/mfb/mfbhrzvert.c
    U X11/xc/programs/Xserver/mfb/mfbimage.c
    U X11/xc/programs/Xserver/mfb/mfbimggblt.c
    U X11/xc/programs/Xserver/mfb/mfbline.c
    U X11/xc/programs/Xserver/mfb/mfbmisc.c
    U X11/xc/programs/Xserver/mfb/mfbpixmap.c
    U X11/xc/programs/Xserver/mfb/mfbply1rct.c
    U X11/xc/programs/Xserver/mfb/mfbplygblt.c
    U X11/xc/programs/Xserver/mfb/mfbpntarea.c
    U X11/xc/programs/Xserver/mfb/mfbpntwin.c
    U X11/xc/programs/Xserver/mfb/mfbpolypnt.c
    U X11/xc/programs/Xserver/mfb/mfbpushpxl.c
    U X11/xc/programs/Xserver/mfb/mfbscrclse.c
    U X11/xc/programs/Xserver/mfb/mfbscrinit.c
    U X11/xc/programs/Xserver/mfb/mfbsetsp.c
    C X11/xc/programs/Xserver/mfb/mfbtegblt.c
    U X11/xc/programs/Xserver/mfb/mfbtile.c
    U X11/xc/programs/Xserver/mfb/mfbwindow.c
    U X11/xc/programs/Xserver/mfb/mfbzerarc.c
    U X11/xc/programs/Xserver/mi/Imakefile
    U X11/xc/programs/Xserver/mi/cbrt.c
    U X11/xc/programs/Xserver/mi/mi.h
    U X11/xc/programs/Xserver/mi/miarc.c
    U X11/xc/programs/Xserver/mi/mibitblt.c
    C X11/xc/programs/Xserver/mi/mibstore.c
    U X11/xc/programs/Xserver/mi/mibstore.h
    U X11/xc/programs/Xserver/mi/mibstorest.h
    U X11/xc/programs/Xserver/mi/miclipn.c
    U X11/xc/programs/Xserver/mi/micursor.c
    U X11/xc/programs/Xserver/mi/midash.c
    U X11/xc/programs/Xserver/mi/midispcur.c
    U X11/xc/programs/Xserver/mi/mieq.c
    U X11/xc/programs/Xserver/mi/miexpose.c
    U X11/xc/programs/Xserver/mi/mifillarc.c
    U X11/xc/programs/Xserver/mi/mifillarc.h
    U X11/xc/programs/Xserver/mi/mifillrct.c
    U X11/xc/programs/Xserver/mi/mifpoly.h
    U X11/xc/programs/Xserver/mi/mifpolycon.c
    U X11/xc/programs/Xserver/mi/migc.c
    U X11/xc/programs/Xserver/mi/migc.h
    U X11/xc/programs/Xserver/mi/miglblt.c
    U X11/xc/programs/Xserver/mi/miinitext.c
    U X11/xc/programs/Xserver/mi/miline.h
    U X11/xc/programs/Xserver/mi/mipointer.c
    U X11/xc/programs/Xserver/mi/mipointer.h
    U X11/xc/programs/Xserver/mi/mipointrst.h
    U X11/xc/programs/Xserver/mi/mipoly.c
    U X11/xc/programs/Xserver/mi/mipoly.h
    U X11/xc/programs/Xserver/mi/mipolycon.c
    U X11/xc/programs/Xserver/mi/mipolygen.c
    U X11/xc/programs/Xserver/mi/mipolypnt.c
    U X11/xc/programs/Xserver/mi/mipolyrect.c
    U X11/xc/programs/Xserver/mi/mipolyseg.c
    U X11/xc/programs/Xserver/mi/mipolytext.c
    U X11/xc/programs/Xserver/mi/mipolyutil.c
    U X11/xc/programs/Xserver/mi/mipushpxl.c
    U X11/xc/programs/Xserver/mi/miregion.c
    U X11/xc/programs/Xserver/mi/miscanfill.h
    U X11/xc/programs/Xserver/mi/miscrinit.c
    U X11/xc/programs/Xserver/mi/mispans.c
    U X11/xc/programs/Xserver/mi/mispans.h
    U X11/xc/programs/Xserver/mi/misprite.c
    U X11/xc/programs/Xserver/mi/misprite.h
    U X11/xc/programs/Xserver/mi/mispritest.h
    U X11/xc/programs/Xserver/mi/mistruct.h
    U X11/xc/programs/Xserver/mi/mivalidate.h
    U X11/xc/programs/Xserver/mi/mivaltree.c
    U X11/xc/programs/Xserver/mi/miwideline.c
    U X11/xc/programs/Xserver/mi/miwideline.h
    U X11/xc/programs/Xserver/mi/miwindow.c
    U X11/xc/programs/Xserver/mi/mizerarc.c
    U X11/xc/programs/Xserver/mi/mizerarc.h
    U X11/xc/programs/Xserver/mi/mizerline.c
    U X11/xc/programs/Xserver/os/genalloca.c
    U X11/xc/programs/Xserver/os/Imakefile
    U X11/xc/programs/Xserver/os/WaitFor.c
    U X11/xc/programs/Xserver/os/access.c
    U X11/xc/programs/Xserver/os/auth.c
    U X11/xc/programs/Xserver/os/connection.c
    U X11/xc/programs/Xserver/os/decompress.c
    U X11/xc/programs/Xserver/os/hpsocket.c
    U X11/xc/programs/Xserver/os/io.c
    U X11/xc/programs/Xserver/os/iopreader.c
    U X11/xc/programs/Xserver/os/k5auth.c
    U X11/xc/programs/Xserver/os/lbxio.c
    U X11/xc/programs/Xserver/os/mitauth.c
    U X11/xc/programs/Xserver/os/oscolor.c
    U X11/xc/programs/Xserver/os/osdep.h
    U X11/xc/programs/Xserver/os/osinit.c
    U X11/xc/programs/Xserver/os/rpcauth.c
    U X11/xc/programs/Xserver/os/secauth.c
    C X11/xc/programs/Xserver/os/utils.c
    U X11/xc/programs/Xserver/os/wrapper.c
    C X11/xc/programs/Xserver/os/xalloc.c
    U X11/xc/programs/Xserver/os/xdmauth.c
    U X11/xc/programs/Xserver/os/xdmcp.c
    U X11/xc/programs/Xserver/record/Imakefile
    U X11/xc/programs/Xserver/record/record.c
    C X11/xc/programs/Xserver/record/set.c
    U X11/xc/programs/Xserver/record/set.h
    U X11/xc/programs/Xserver/xkb/Imakefile
    U X11/xc/programs/Xserver/xkb/ddxBeep.c
    U X11/xc/programs/Xserver/xkb/ddxConfig.c
    U X11/xc/programs/Xserver/xkb/ddxCtrls.c
    U X11/xc/programs/Xserver/xkb/ddxDevBtn.c
    U X11/xc/programs/Xserver/xkb/ddxFakeBtn.c
    U X11/xc/programs/Xserver/xkb/ddxFakeMtn.c
    U X11/xc/programs/Xserver/xkb/ddxInit.c
    U X11/xc/programs/Xserver/xkb/ddxKeyClick.c
    U X11/xc/programs/Xserver/xkb/ddxKillSrv.c
    U X11/xc/programs/Xserver/xkb/ddxLEDs.c
    U X11/xc/programs/Xserver/xkb/ddxList.c
    U X11/xc/programs/Xserver/xkb/ddxLoad.c
    U X11/xc/programs/Xserver/xkb/ddxVT.c
    U X11/xc/programs/Xserver/xkb/xkb.c
    U X11/xc/programs/Xserver/xkb/xkbAccessX.c
    U X11/xc/programs/Xserver/xkb/xkbActions.c
    U X11/xc/programs/Xserver/xkb/xkbDflts.h
    U X11/xc/programs/Xserver/xkb/xkbEvents.c
    U X11/xc/programs/Xserver/xkb/xkbInit.c
    U X11/xc/programs/Xserver/xkb/xkbLEDs.c
    U X11/xc/programs/Xserver/xkb/xkbSwap.c
    U X11/xc/programs/Xserver/xkb/xkbPrKeyEv.c
    U X11/xc/programs/Xserver/xkb/xkbPrOtherEv.c
    U X11/xc/programs/Xserver/xkb/xkbUtils.c
    U X11/xc/programs/appres/Imakefile
    U X11/xc/programs/appres/appres.c
    U X11/xc/programs/appres/appres.man
    U X11/xc/programs/bdftopcf/Imakefile
    U X11/xc/programs/bdftopcf/bdftopcf.c
    U X11/xc/programs/bdftopcf/bdftopcf.man
    U X11/xc/programs/beforelight/B4light.ad
    U X11/xc/programs/beforelight/Imakefile
    C X11/xc/programs/beforelight/b4light.c
    U X11/xc/programs/beforelight/b4light.man
    U X11/xc/programs/bitmap/Dashes
    C X11/xc/programs/bitmap/BitEdit.c
    U X11/xc/programs/bitmap/Bitmap-co.ad
    U X11/xc/programs/bitmap/Bitmap.ad
    U X11/xc/programs/bitmap/Bitmap.c
    U X11/xc/programs/bitmap/Bitmap.h
    U X11/xc/programs/bitmap/BitmapP.h
    U X11/xc/programs/bitmap/CutPaste.c
    U X11/xc/programs/bitmap/Down
    U X11/xc/programs/bitmap/Dialog.c
    U X11/xc/programs/bitmap/Dialog.h
    U X11/xc/programs/bitmap/Excl
    U X11/xc/programs/bitmap/FlipHoriz
    U X11/xc/programs/bitmap/FlipVert
    U X11/xc/programs/bitmap/Fold
    U X11/xc/programs/bitmap/Left
    U X11/xc/programs/bitmap/Graphics.c
    U X11/xc/programs/bitmap/Handlers.c
    U X11/xc/programs/bitmap/Imakefile
    U X11/xc/programs/bitmap/Right
    U X11/xc/programs/bitmap/Stipple
    U X11/xc/programs/bitmap/ReqMach.c
    U X11/xc/programs/bitmap/Requests.h
    U X11/xc/programs/bitmap/RotateLeft
    U X11/xc/programs/bitmap/RotateRight
    U X11/xc/programs/bitmap/Up
    U X11/xc/programs/bitmap/Term
    U X11/xc/programs/bitmap/bitmap.icon
    U X11/xc/programs/bitmap/atobm.c
    U X11/xc/programs/bitmap/bitmap.man
    U X11/xc/programs/bitmap/bmtoa.c
    U X11/xc/programs/editres/README
    U X11/xc/programs/editres/Edit-col.ad
    U X11/xc/programs/editres/Editres.ad
    U X11/xc/programs/editres/Imakefile
    U X11/xc/programs/editres/actions.c
    U X11/xc/programs/editres/comm.c
    C X11/xc/programs/editres/editres.c
    U X11/xc/programs/editres/editres.man
    U X11/xc/programs/editres/editresP.h
    U X11/xc/programs/editres/geometry.c
    U X11/xc/programs/editres/handler.c
    U X11/xc/programs/editres/setvalues.c
    U X11/xc/programs/editres/svpopup.c
    U X11/xc/programs/editres/utils.c
    U X11/xc/programs/editres/widgets.c
    U X11/xc/programs/editres/wtree.c
    U X11/xc/programs/fsinfo/Imakefile
    U X11/xc/programs/fsinfo/fsinfo.c
    U X11/xc/programs/fsinfo/fsinfo.man
    U X11/xc/programs/fslsfonts/Imakefile
    U X11/xc/programs/fslsfonts/fslsfonts.c
    U X11/xc/programs/fslsfonts/fslsfonts.man
    U X11/xc/programs/fstobdf/Imakefile
    U X11/xc/programs/fstobdf/chars.c
    U X11/xc/programs/fstobdf/fstobdf.c
    U X11/xc/programs/fstobdf/fstobdf.man
    U X11/xc/programs/fstobdf/header.c
    U X11/xc/programs/fstobdf/props.c
    U X11/xc/programs/iceauth/Imakefile
    U X11/xc/programs/iceauth/iceauth.c
    U X11/xc/programs/iceauth/iceauth.h
    U X11/xc/programs/iceauth/iceauth.man
    U X11/xc/programs/iceauth/process.c
    U X11/xc/programs/lbxproxy/Imakefile
    U X11/xc/programs/lbxproxy/design
    U X11/xc/programs/lbxproxy/lbxproxy.def
    U X11/xc/programs/lbxproxy/lbxproxy.man
    U X11/xc/programs/lbxproxy/config/AtomControl
    U X11/xc/programs/lbxproxy/config/Imakefile
    U X11/xc/programs/lbxproxy/di/Imakefile
    U X11/xc/programs/lbxproxy/di/atomcache.c
    U X11/xc/programs/lbxproxy/di/cache.c
    U X11/xc/programs/lbxproxy/di/cmap.c
    U X11/xc/programs/lbxproxy/di/cmaputil.c
    U X11/xc/programs/lbxproxy/di/dispatch.c
    U X11/xc/programs/lbxproxy/di/extensions.c
    U X11/xc/programs/lbxproxy/di/gfx.c
    U X11/xc/programs/lbxproxy/di/globals.c
    U X11/xc/programs/lbxproxy/di/init.c
    U X11/xc/programs/lbxproxy/di/lbxfuncs.c
    U X11/xc/programs/lbxproxy/di/lbxutil.c
    U X11/xc/programs/lbxproxy/di/main.c
    C X11/xc/programs/lbxproxy/di/options.c
    U X11/xc/programs/lbxproxy/di/pm.c
    U X11/xc/programs/lbxproxy/di/pm.h
    U X11/xc/programs/lbxproxy/di/props.c
    U X11/xc/programs/lbxproxy/di/reqtype.c
    U X11/xc/programs/lbxproxy/di/resource.c
    U X11/xc/programs/lbxproxy/di/swaprep.c
    U X11/xc/programs/lbxproxy/di/swapreq.c
    U X11/xc/programs/lbxproxy/di/tables.c
    U X11/xc/programs/lbxproxy/di/tags.c
    U X11/xc/programs/lbxproxy/di/unsquish.c
    U X11/xc/programs/lbxproxy/di/utils.c
    C X11/xc/programs/lbxproxy/di/wire.c
    U X11/xc/programs/lbxproxy/di/zeropad.c
    U X11/xc/programs/lbxproxy/include/assert.h
    U X11/xc/programs/lbxproxy/include/atomcache.h
    U X11/xc/programs/lbxproxy/include/cache.h
    U X11/xc/programs/lbxproxy/include/colormap.h
    U X11/xc/programs/lbxproxy/include/init.h
    U X11/xc/programs/lbxproxy/include/lbx.h
    U X11/xc/programs/lbxproxy/include/lbxext.h
    U X11/xc/programs/lbxproxy/include/misc.h
    U X11/xc/programs/lbxproxy/include/os.h
    U X11/xc/programs/lbxproxy/include/proxyopts.h
    U X11/xc/programs/lbxproxy/include/reqtype.h
    U X11/xc/programs/lbxproxy/include/resource.h
    U X11/xc/programs/lbxproxy/include/swap.h
    U X11/xc/programs/lbxproxy/include/tags.h
    U X11/xc/programs/lbxproxy/include/util.h
    U X11/xc/programs/lbxproxy/include/wire.h
    U X11/xc/programs/lbxproxy/os/Imakefile
    U X11/xc/programs/lbxproxy/os/WaitFor.c
    U X11/xc/programs/lbxproxy/os/connection.c
    U X11/xc/programs/lbxproxy/os/io.c
    U X11/xc/programs/lbxproxy/os/osdep.h
    U X11/xc/programs/lbxproxy/os/osinit.c
    U X11/xc/programs/mkfontdir/Imakefile
    U X11/xc/programs/mkfontdir/mkfontdir.c
    U X11/xc/programs/mkfontdir/mkfontdir.man
    U X11/xc/programs/oclock/oclmask.bit
    U X11/xc/programs/oclock/Clock-col.ad
    U X11/xc/programs/oclock/Clock.c
    U X11/xc/programs/oclock/Clock.h
    U X11/xc/programs/oclock/ClockP.h
    U X11/xc/programs/oclock/Imakefile
    U X11/xc/programs/oclock/oclock.bit
    C X11/xc/programs/oclock/oclock.c
    U X11/xc/programs/oclock/oclock.man
    U X11/xc/programs/oclock/transform.c
    U X11/xc/programs/oclock/transform.h
    U X11/xc/programs/proxymngr/Imakefile
    U X11/xc/programs/proxymngr/PM.h
    U X11/xc/programs/proxymngr/PMproto.h
    U X11/xc/programs/proxymngr/config.c
    U X11/xc/programs/proxymngr/config.h
    U X11/xc/programs/proxymngr/main.c
    U X11/xc/programs/proxymngr/pmconfig
    U X11/xc/programs/proxymngr/pmdb.c
    U X11/xc/programs/proxymngr/pmdb.h
    U X11/xc/programs/proxymngr/pmint.h
    U X11/xc/programs/proxymngr/proxymngr.man
    C X11/xc/programs/rgb/Imakefile
    U X11/xc/programs/rgb/rgb.c
    U X11/xc/programs/rgb/rgb.txt
    U X11/xc/programs/rgb/showrgb.c
    U X11/xc/programs/rgb/showrgb.man
    U X11/xc/programs/rgb/others/README
    U X11/xc/programs/rgb/others/old-rgb.txt
    U X11/xc/programs/rgb/others/raveling.txt
    U X11/xc/programs/rgb/others/thomas.txt
    U X11/xc/programs/rstart/Imakefile
    U X11/xc/programs/rstart/auth.c
    U X11/xc/programs/rstart/c
    U X11/xc/programs/rstart/client.cpp
    U X11/xc/programs/rstart/config.cpp
    U X11/xc/programs/rstart/rstart.man
    U X11/xc/programs/rstart/rstartd.man
    U X11/xc/programs/rstart/server.c
    U X11/xc/programs/rstart/server.cpp
    U X11/xc/programs/rstart/commands/@List
    U X11/xc/programs/rstart/commands/ListContexts
    U X11/xc/programs/rstart/commands/ListGenericCommands
    U X11/xc/programs/rstart/commands/x11r6/@List
    U X11/xc/programs/rstart/commands/x11r6/LoadMonitor
    U X11/xc/programs/rstart/commands/x11r6/Terminal
    U X11/xc/programs/rstart/contexts/@Aliases
    U X11/xc/programs/rstart/contexts/@List
    U X11/xc/programs/rstart/contexts/default
    U X11/xc/programs/rstart/contexts/x11r6
    U X11/xc/programs/rstart/samples/commands/@List
    U X11/xc/programs/rstart/samples/commands/ListContexts
    U X11/xc/programs/rstart/samples/commands/ListGenericCommands
    U X11/xc/programs/rstart/samples/commands/odt1/@List
    U X11/xc/programs/rstart/samples/commands/odt1/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/odt1/Terminal
    U X11/xc/programs/rstart/samples/commands/openwindows2/@List
    U X11/xc/programs/rstart/samples/commands/openwindows2/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/openwindows2/Terminal
    U X11/xc/programs/rstart/samples/commands/openwindows3/@List
    U X11/xc/programs/rstart/samples/commands/openwindows3/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/openwindows3/Terminal
    U X11/xc/programs/rstart/samples/commands/x11r5/@List
    U X11/xc/programs/rstart/samples/commands/x11r5/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/x11r5/Terminal
    U X11/xc/programs/rstart/samples/contexts.odt1/@Aliases
    U X11/xc/programs/rstart/samples/contexts.odt1/@List
    U X11/xc/programs/rstart/samples/contexts.odt1/default
    U X11/xc/programs/rstart/samples/contexts.odt1/odt1
    U X11/xc/programs/rstart/samples/contexts.sun/@Aliases
    U X11/xc/programs/rstart/samples/contexts.sun/@List
    U X11/xc/programs/rstart/samples/contexts.sun/default
    U X11/xc/programs/rstart/samples/contexts.sun/openwindows2
    U X11/xc/programs/rstart/samples/contexts.sun/openwindows3
    U X11/xc/programs/rstart/samples/contexts.sun/x11r5
    U X11/xc/programs/rstart/samples/contexts.sun/x11r6
    U X11/xc/programs/scripts/fontname.sh
    U X11/xc/programs/scripts/Imakefile
    U X11/xc/programs/scripts/fontprop.sh
    U X11/xc/programs/scripts/xon.man
    U X11/xc/programs/scripts/xon.sh
    U X11/xc/programs/setxkbmap/setxkbmap.c
    U X11/xc/programs/setxkbmap/Imakefile
    U X11/xc/programs/setxkbmap/setxkbmap.man
    U X11/xc/programs/smproxy/Imakefile
    U X11/xc/programs/smproxy/save.c
    U X11/xc/programs/smproxy/smproxy.c
    U X11/xc/programs/smproxy/smproxy.h
    U X11/xc/programs/smproxy/smproxy.man
    U X11/xc/programs/twm/siconify.bm
    U X11/xc/programs/twm/Imakefile
    C X11/xc/programs/twm/add_window.c
    U X11/xc/programs/twm/add_window.h
    U X11/xc/programs/twm/cursor.c
    U X11/xc/programs/twm/deftwmrc.sed
    U X11/xc/programs/twm/events.c
    U X11/xc/programs/twm/events.h
    U X11/xc/programs/twm/gc.c
    U X11/xc/programs/twm/gc.h
    U X11/xc/programs/twm/gram.y
    U X11/xc/programs/twm/iconmgr.c
    U X11/xc/programs/twm/iconmgr.h
    U X11/xc/programs/twm/icons.c
    U X11/xc/programs/twm/icons.h
    U X11/xc/programs/twm/lex.l
    U X11/xc/programs/twm/list.c
    U X11/xc/programs/twm/list.h
    U X11/xc/programs/twm/menus.c
    U X11/xc/programs/twm/menus.h
    U X11/xc/programs/twm/parse.c
    U X11/xc/programs/twm/parse.h
    U X11/xc/programs/twm/resize.c
    U X11/xc/programs/twm/resize.h
    U X11/xc/programs/twm/screen.h
    U X11/xc/programs/twm/session.c
    U X11/xc/programs/twm/system.twmrc
    U X11/xc/programs/twm/twm.c
    U X11/xc/programs/twm/twm.h
    U X11/xc/programs/twm/twm.man
    U X11/xc/programs/twm/util.c
    U X11/xc/programs/twm/util.h
    U X11/xc/programs/twm/version.c
    U X11/xc/programs/twm/version.h
    U X11/xc/programs/twm/sample-twmrc/jim.twmrc
    U X11/xc/programs/twm/sample-twmrc/keith.twmrc
    U X11/xc/programs/twm/sample-twmrc/lemke.twmrc
    U X11/xc/programs/x11perf/fillblnk.sh
    U X11/xc/programs/x11perf/Imakefile
    U X11/xc/programs/x11perf/Xmark.sh
    U X11/xc/programs/x11perf/bitmaps.c
    U X11/xc/programs/x11perf/bitmaps.h
    U X11/xc/programs/x11perf/do_arcs.c
    U X11/xc/programs/x11perf/do_blt.c
    C X11/xc/programs/x11perf/do_complex.c
    U X11/xc/programs/x11perf/do_dots.c
    U X11/xc/programs/x11perf/do_lines.c
    U X11/xc/programs/x11perf/do_movewin.c
    U X11/xc/programs/x11perf/do_rects.c
    U X11/xc/programs/x11perf/do_segs.c
    U X11/xc/programs/x11perf/do_simple.c
    U X11/xc/programs/x11perf/do_tests.c
    U X11/xc/programs/x11perf/do_text.c
    U X11/xc/programs/x11perf/do_traps.c
    U X11/xc/programs/x11perf/do_tris.c
    U X11/xc/programs/x11perf/do_valgc.c
    U X11/xc/programs/x11perf/do_windows.c
    U X11/xc/programs/x11perf/perfboth.sh
    U X11/xc/programs/x11perf/perfratio.sh
    U X11/xc/programs/x11perf/x11pcomp.cpp
    U X11/xc/programs/x11perf/x11pcomp.man
    U X11/xc/programs/x11perf/x11perf.c
    U X11/xc/programs/x11perf/x11perf.h
    U X11/xc/programs/x11perf/x11perf.man
    U X11/xc/programs/xauth/Imakefile
    U X11/xc/programs/xauth/gethost.c
    U X11/xc/programs/xauth/parsedpy.c
    U X11/xc/programs/xauth/process.c
    U X11/xc/programs/xauth/xauth.c
    U X11/xc/programs/xauth/xauth.h
    U X11/xc/programs/xauth/xauth.man
    U X11/xc/programs/xclipboard/Imakefile
    U X11/xc/programs/xclipboard/XClipboard.ad
    C X11/xc/programs/xclipboard/xclipboard.c
    U X11/xc/programs/xclipboard/xclipboard.man
    C X11/xc/programs/xclipboard/xcutsel.c
    U X11/xc/programs/xclipboard/xcutsel.man
    U X11/xc/programs/xclock/XClock.ad
    U X11/xc/programs/xclock/Clock.c
    U X11/xc/programs/xclock/Clock.h
    U X11/xc/programs/xclock/ClockP.h
    U X11/xc/programs/xclock/Imakefile
    U X11/xc/programs/xclock/clmask.bit
    U X11/xc/programs/xclock/clock.bit
    C X11/xc/programs/xclock/xclock.c
    U X11/xc/programs/xclock/xclock.man
    U X11/xc/programs/xcmsdb/Imakefile
    U X11/xc/programs/xcmsdb/SCCDFile.h
    U X11/xc/programs/xcmsdb/loadData.c
    U X11/xc/programs/xcmsdb/xcmsdb.c
    U X11/xc/programs/xcmsdb/xcmsdb.man
    U X11/xc/programs/xcmsdb/datafiles/sample1.dcc
    U X11/xc/programs/xcmsdb/datafiles/sample2.dcc
    U X11/xc/programs/xconsole/Imakefile
    U X11/xc/programs/xconsole/XConsole.ad
    U X11/xc/programs/xconsole/xconsole.c
    U X11/xc/programs/xconsole/xconsole.man
    U X11/xc/programs/xdm/Chooser.ad
    C X11/xc/programs/xdm/Imakefile
    U X11/xc/programs/xdm/access.c
    U X11/xc/programs/xdm/auth.c
    U X11/xc/programs/xdm/choose.c
    U X11/xc/programs/xdm/chooser.c
    U X11/xc/programs/xdm/daemon.c
    U X11/xc/programs/xdm/dm.c
    U X11/xc/programs/xdm/dm.h
    U X11/xc/programs/xdm/dpylist.c
    U X11/xc/programs/xdm/error.c
    U X11/xc/programs/xdm/file.c
    C X11/xc/programs/xdm/genauth.c
    U X11/xc/programs/xdm/greet.h
    U X11/xc/programs/xdm/krb5auth.c
    U X11/xc/programs/xdm/mitauth.c
    U X11/xc/programs/xdm/netaddr.c
    U X11/xc/programs/xdm/policy.c
    U X11/xc/programs/xdm/protodpy.c
    U X11/xc/programs/xdm/reset.c
    U X11/xc/programs/xdm/resource.c
    U X11/xc/programs/xdm/rpcauth.c
    C X11/xc/programs/xdm/server.c
    C X11/xc/programs/xdm/session.c
    U X11/xc/programs/xdm/sessreg.c
    U X11/xc/programs/xdm/sessreg.man
    U X11/xc/programs/xdm/socket.c
    U X11/xc/programs/xdm/streams.c
    C X11/xc/programs/xdm/util.c
    U X11/xc/programs/xdm/xdm.man
    U X11/xc/programs/xdm/xdmauth.c
    U X11/xc/programs/xdm/xdmcp.c
    U X11/xc/programs/xdm/xdmshell.c
    U X11/xc/programs/xdm/config/GiveConsole
    C X11/xc/programs/xdm/config/Imakefile
    U X11/xc/programs/xdm/config/README
    U X11/xc/programs/xdm/config/TakeConsole
    U X11/xc/programs/xdm/config/Xaccess
    U X11/xc/programs/xdm/config/Xresources
    C X11/xc/programs/xdm/config/Xserv.ws.cpp
    U X11/xc/programs/xdm/config/Xservers.fs
    U X11/xc/programs/xdm/config/Xsession
    U X11/xc/programs/xdm/config/Xsetup_0
    U X11/xc/programs/xdm/config/xdm-conf.cpp
    U X11/xc/programs/xdm/greeter/Imakefile
    U X11/xc/programs/xdm/greeter/Login.c
    U X11/xc/programs/xdm/greeter/Login.h
    U X11/xc/programs/xdm/greeter/LoginP.h
    U X11/xc/programs/xdm/greeter/greet.c
    U X11/xc/programs/xdm/greeter/verify.c
    U X11/xc/programs/xfd/Imakefile
    U X11/xc/programs/xfd/Xfd.ad
    U X11/xc/programs/xfd/grid.c
    U X11/xc/programs/xfd/grid.h
    U X11/xc/programs/xfd/gridP.h
    U X11/xc/programs/xfd/xfd.c
    U X11/xc/programs/xfd/xfd.man
    U X11/xc/programs/xdpyinfo/Imakefile
    U X11/xc/programs/xdpyinfo/xdpyinfo.c
    U X11/xc/programs/xdpyinfo/xdpyinfo.man
    C X11/xc/programs/xf86dga/Imakefile
    U X11/xc/programs/xf86dga/dga.c
    U X11/xc/programs/xf86dga/dga.man
    U X11/xc/programs/xfindproxy/Imakefile
    U X11/xc/programs/xfindproxy/xfindproxy.c
    U X11/xc/programs/xfindproxy/xfindproxy.h
    U X11/xc/programs/xfindproxy/xfindproxy.man
    U X11/xc/programs/xfs/xfs.def
    U X11/xc/programs/xfs/Imakefile
    U X11/xc/programs/xfs/README
    U X11/xc/programs/xfs/config.cpp
    U X11/xc/programs/xfs/xfs.man
    U X11/xc/programs/xfs/difs/Imakefile
    U X11/xc/programs/xfs/difs/atom.c
    U X11/xc/programs/xfs/difs/cache.c
    U X11/xc/programs/xfs/difs/charinfo.c
    U X11/xc/programs/xfs/difs/difsutils.c
    U X11/xc/programs/xfs/difs/dispatch.c
    C X11/xc/programs/xfs/difs/events.c
    U X11/xc/programs/xfs/difs/extensions.c
    U X11/xc/programs/xfs/difs/fontinfo.c
    U X11/xc/programs/xfs/difs/fonts.c
    U X11/xc/programs/xfs/difs/globals.c
    U X11/xc/programs/xfs/difs/initfonts.c
    U X11/xc/programs/xfs/difs/main.c
    U X11/xc/programs/xfs/difs/resource.c
    U X11/xc/programs/xfs/difs/swaprep.c
    U X11/xc/programs/xfs/difs/swapreq.c
    U X11/xc/programs/xfs/difs/tables.c
    U X11/xc/programs/xfs/include/access.h
    U X11/xc/programs/xfs/include/accstr.h
    U X11/xc/programs/xfs/include/assert.h
    U X11/xc/programs/xfs/include/auth.h
    U X11/xc/programs/xfs/include/authstr.h
    U X11/xc/programs/xfs/include/cache.h
    U X11/xc/programs/xfs/include/cachestr.h
    U X11/xc/programs/xfs/include/client.h
    U X11/xc/programs/xfs/include/clientstr.h
    U X11/xc/programs/xfs/include/closestr.h
    U X11/xc/programs/xfs/include/closure.h
    U X11/xc/programs/xfs/include/difsfn.h
    U X11/xc/programs/xfs/include/difsfnst.h
    U X11/xc/programs/xfs/include/extentst.h
    U X11/xc/programs/xfs/include/fsevents.h
    U X11/xc/programs/xfs/include/fsresource.h
    U X11/xc/programs/xfs/include/globals.h
    U X11/xc/programs/xfs/include/misc.h
    U X11/xc/programs/xfs/include/os.h
    U X11/xc/programs/xfs/include/osstruct.h
    U X11/xc/programs/xfs/include/servermd.h
    U X11/xc/programs/xfs/include/site.h
    U X11/xc/programs/xfs/os/Imakefile
    U X11/xc/programs/xfs/os/access.c
    U X11/xc/programs/xfs/os/config.c
    U X11/xc/programs/xfs/os/config.h
    U X11/xc/programs/xfs/os/configstr.h
    U X11/xc/programs/xfs/os/connection.c
    U X11/xc/programs/xfs/os/error.c
    U X11/xc/programs/xfs/os/io.c
    U X11/xc/programs/xfs/os/osdep.h
    U X11/xc/programs/xfs/os/osglue.c
    U X11/xc/programs/xfs/os/osinit.c
    U X11/xc/programs/xfs/os/utils.c
    U X11/xc/programs/xfs/os/waitfor.c
    U X11/xc/programs/xfwp/Imakefile
    U X11/xc/programs/xfwp/xfwp.c
    U X11/xc/programs/xfwp/xfwp.h
    U X11/xc/programs/xfwp/xfwp.man
    U X11/xc/programs/xhost/Imakefile
    U X11/xc/programs/xhost/xhost.c
    U X11/xc/programs/xhost/xhost.man
    U X11/xc/programs/xieperf/Imakefile
    U X11/xc/programs/xieperf/abort.c
    U X11/xc/programs/xieperf/arith.c
    U X11/xc/programs/xieperf/await.c
    U X11/xc/programs/xieperf/band.c
    U X11/xc/programs/xieperf/blend.c
    U X11/xc/programs/xieperf/cache.c
    U X11/xc/programs/xieperf/compare.c
    U X11/xc/programs/xieperf/complex.c
    U X11/xc/programs/xieperf/constrain.c
    U X11/xc/programs/xieperf/convolve.c
    U X11/xc/programs/xieperf/creatdstry.c
    U X11/xc/programs/xieperf/cvttoindex.c
    U X11/xc/programs/xieperf/dither.c
    U X11/xc/programs/xieperf/encode.c
    U X11/xc/programs/xieperf/errors.c
    U X11/xc/programs/xieperf/events.c
    U X11/xc/programs/xieperf/exportcl.c
    U X11/xc/programs/xieperf/funcode.c
    U X11/xc/programs/xieperf/geometry.c
    U X11/xc/programs/xieperf/getnext.c
    U X11/xc/programs/xieperf/import.c
    U X11/xc/programs/xieperf/importcl.c
    U X11/xc/programs/xieperf/logical.c
    U X11/xc/programs/xieperf/math.c
    U X11/xc/programs/xieperf/modify.c
    U X11/xc/programs/xieperf/mtchhist.c
    U X11/xc/programs/xieperf/pasteup.c
    U X11/xc/programs/xieperf/point.c
    U X11/xc/programs/xieperf/purgecolst.c
    U X11/xc/programs/xieperf/query.c
    U X11/xc/programs/xieperf/redefine.c
    U X11/xc/programs/xieperf/rgb.c
    U X11/xc/programs/xieperf/tests.c
    U X11/xc/programs/xieperf/uconstrain.c
    U X11/xc/programs/xieperf/xieperf.c
    U X11/xc/programs/xieperf/xieperf.h
    U X11/xc/programs/xieperf/xieperf.man
    U X11/xc/programs/xieperf/images/image.003
    U X11/xc/programs/xieperf/images/image.001
    U X11/xc/programs/xieperf/images/image.002
    U X11/xc/programs/xieperf/images/image.004
    U X11/xc/programs/xieperf/images/image.009
    U X11/xc/programs/xieperf/images/image.005
    U X11/xc/programs/xieperf/images/image.006
    U X11/xc/programs/xieperf/images/image.007
    U X11/xc/programs/xieperf/images/image.008
    U X11/xc/programs/xieperf/images/image.010
    U X11/xc/programs/xieperf/images/image.013
    U X11/xc/programs/xieperf/images/image.011
    U X11/xc/programs/xieperf/images/image.012
    U X11/xc/programs/xieperf/images/image.014
    U X11/xc/programs/xinit/README
    U X11/xc/programs/xinit/Imakefile
    U X11/xc/programs/xinit/xinit.def
    U X11/xc/programs/xinit/startx.cmd
    U X11/xc/programs/xinit/startx.cpp
    U X11/xc/programs/xinit/startx.man
    U X11/xc/programs/xinit/xinit.c
    U X11/xc/programs/xinit/xinit.man
    U X11/xc/programs/xinit/xinitrc.cmd
    U X11/xc/programs/xinit/xinitrc.cpp
    U X11/xc/programs/xkbcomp/xkbpath.h
    U X11/xc/programs/xkbcomp/Imakefile
    U X11/xc/programs/xkbcomp/action.c
    U X11/xc/programs/xkbcomp/action.h
    U X11/xc/programs/xkbcomp/alias.c
    U X11/xc/programs/xkbcomp/alias.h
    U X11/xc/programs/xkbcomp/compat.c
    U X11/xc/programs/xkbcomp/expr.c
    U X11/xc/programs/xkbcomp/expr.h
    U X11/xc/programs/xkbcomp/geometry.c
    U X11/xc/programs/xkbcomp/indicators.c
    U X11/xc/programs/xkbcomp/indicators.h
    U X11/xc/programs/xkbcomp/keycodes.c
    U X11/xc/programs/xkbcomp/keycodes.h
    U X11/xc/programs/xkbcomp/keymap.c
    U X11/xc/programs/xkbcomp/keytypes.c
    U X11/xc/programs/xkbcomp/listing.c
    U X11/xc/programs/xkbcomp/misc.c
    U X11/xc/programs/xkbcomp/misc.h
    U X11/xc/programs/xkbcomp/parseutils.c
    U X11/xc/programs/xkbcomp/parseutils.h
    U X11/xc/programs/xkbcomp/symbols.c
    U X11/xc/programs/xkbcomp/tokens.h
    U X11/xc/programs/xkbcomp/utils.c
    U X11/xc/programs/xkbcomp/utils.h
    U X11/xc/programs/xkbcomp/vmod.c
    U X11/xc/programs/xkbcomp/vmod.h
    U X11/xc/programs/xkbcomp/xkbcomp.c
    U X11/xc/programs/xkbcomp/xkbcomp.h
    U X11/xc/programs/xkbcomp/xkbcomp.man
    U X11/xc/programs/xkbcomp/xkbparse.y
    U X11/xc/programs/xkbcomp/xkbpath.c
    U X11/xc/programs/xkbcomp/xkbscan.c
    U X11/xc/programs/xkbcomp/compat/Imakefile
    U X11/xc/programs/xkbcomp/compat/accessx
    U X11/xc/programs/xkbcomp/compat/basic
    U X11/xc/programs/xkbcomp/compat/complete
    U X11/xc/programs/xkbcomp/compat/default
    U X11/xc/programs/xkbcomp/compat/iso9995
    U X11/xc/programs/xkbcomp/compat/japan
    U X11/xc/programs/xkbcomp/compat/keypad
    U X11/xc/programs/xkbcomp/compat/misc
    U X11/xc/programs/xkbcomp/compat/mousekeys
    U X11/xc/programs/xkbcomp/compat/norepeat
    U X11/xc/programs/xkbcomp/compat/pc
    U X11/xc/programs/xkbcomp/compat/pc98
    U X11/xc/programs/xkbcomp/compat/xtest
    U X11/xc/programs/xkbcomp/compiled/README
    U X11/xc/programs/xkbcomp/compiled/Imakefile
    U X11/xc/programs/xkbcomp/geometry/Imakefile
    U X11/xc/programs/xkbcomp/geometry/amiga
    U X11/xc/programs/xkbcomp/geometry/ataritt
    U X11/xc/programs/xkbcomp/geometry/dell
    U X11/xc/programs/xkbcomp/geometry/everex
    U X11/xc/programs/xkbcomp/geometry/fujitsu
    U X11/xc/programs/xkbcomp/geometry/hp
    U X11/xc/programs/xkbcomp/geometry/keytronic
    U X11/xc/programs/xkbcomp/geometry/kinesis
    U X11/xc/programs/xkbcomp/geometry/microsoft
    U X11/xc/programs/xkbcomp/geometry/nec
    U X11/xc/programs/xkbcomp/geometry/northgate
    U X11/xc/programs/xkbcomp/geometry/pc
    U X11/xc/programs/xkbcomp/geometry/sony
    C X11/xc/programs/xkbcomp/geometry/sun
    U X11/xc/programs/xkbcomp/geometry/winbook
    U X11/xc/programs/xkbcomp/geometry/digital/Imakefile
    U X11/xc/programs/xkbcomp/geometry/digital/lk
    U X11/xc/programs/xkbcomp/geometry/digital/pc
    U X11/xc/programs/xkbcomp/geometry/digital/unix
    U X11/xc/programs/xkbcomp/geometry/sgi/Imakefile
    U X11/xc/programs/xkbcomp/geometry/sgi/O2
    U X11/xc/programs/xkbcomp/geometry/sgi/indigo
    U X11/xc/programs/xkbcomp/geometry/sgi/indy
    U X11/xc/programs/xkbcomp/keycodes/Imakefile
    C X11/xc/programs/xkbcomp/keycodes/amiga
    U X11/xc/programs/xkbcomp/keycodes/ataritt
    U X11/xc/programs/xkbcomp/keycodes/fujitsu
    U X11/xc/programs/xkbcomp/keycodes/hp
    U X11/xc/programs/xkbcomp/keycodes/ibm
    U X11/xc/programs/xkbcomp/keycodes/sony
    C X11/xc/programs/xkbcomp/keycodes/sun
    U X11/xc/programs/xkbcomp/keycodes/xfree86
    U X11/xc/programs/xkbcomp/keycodes/xfree98
    U X11/xc/programs/xkbcomp/keycodes/digital/Imakefile
    U X11/xc/programs/xkbcomp/keycodes/digital/lk
    U X11/xc/programs/xkbcomp/keycodes/digital/pc
    U X11/xc/programs/xkbcomp/keycodes/sgi/Imakefile
    U X11/xc/programs/xkbcomp/keycodes/sgi/indigo
    U X11/xc/programs/xkbcomp/keycodes/sgi/indy
    U X11/xc/programs/xkbcomp/keycodes/sgi/iris
    U X11/xc/programs/xkbcomp/keymap/Imakefile
    C X11/xc/programs/xkbcomp/keymap/amiga
    U X11/xc/programs/xkbcomp/keymap/ataritt
    U X11/xc/programs/xkbcomp/keymap/sony
    U X11/xc/programs/xkbcomp/keymap/xfree86
    U X11/xc/programs/xkbcomp/keymap/xfree98
    U X11/xc/programs/xkbcomp/keymap/digital/Imakefile
    U X11/xc/programs/xkbcomp/keymap/digital/us
    U X11/xc/programs/xkbcomp/keymap/sgi/Imakefile
    U X11/xc/programs/xkbcomp/keymap/sgi/be
    U X11/xc/programs/xkbcomp/keymap/sgi/bg
    U X11/xc/programs/xkbcomp/keymap/sgi/ca
    U X11/xc/programs/xkbcomp/keymap/sgi/cs
    U X11/xc/programs/xkbcomp/keymap/sgi/de
    U X11/xc/programs/xkbcomp/keymap/sgi/de_CH
    U X11/xc/programs/xkbcomp/keymap/sgi/dk
    U X11/xc/programs/xkbcomp/keymap/sgi/dvorak
    U X11/xc/programs/xkbcomp/keymap/sgi/en_US
    U X11/xc/programs/xkbcomp/keymap/sgi/es
    U X11/xc/programs/xkbcomp/keymap/sgi/fi
    U X11/xc/programs/xkbcomp/keymap/sgi/fr
    U X11/xc/programs/xkbcomp/keymap/sgi/fr_CH
    U X11/xc/programs/xkbcomp/keymap/sgi/gb
    U X11/xc/programs/xkbcomp/keymap/sgi/hu
    U X11/xc/programs/xkbcomp/keymap/sgi/it
    U X11/xc/programs/xkbcomp/keymap/sgi/jp
    U X11/xc/programs/xkbcomp/keymap/sgi/no
    U X11/xc/programs/xkbcomp/keymap/sgi/pl
    U X11/xc/programs/xkbcomp/keymap/sgi/pt
    U X11/xc/programs/xkbcomp/keymap/sgi/ru
    U X11/xc/programs/xkbcomp/keymap/sgi/se
    U X11/xc/programs/xkbcomp/keymap/sgi/th
    U X11/xc/programs/xkbcomp/keymap/sgi/us
    C X11/xc/programs/xkbcomp/keymap/sun/Imakefile
    U X11/xc/programs/xkbcomp/keymap/sun/de
    C X11/xc/programs/xkbcomp/keymap/sun/se
    U X11/xc/programs/xkbcomp/keymap/sun/us
    U X11/xc/programs/xkbcomp/rules/Imakefile
    U X11/xc/programs/xkbcomp/rules/sgi
    U X11/xc/programs/xkbcomp/rules/sgi.lst
    U X11/xc/programs/xkbcomp/rules/xfree86
    U X11/xc/programs/xkbcomp/rules/xfree86-it.lst
    U X11/xc/programs/xkbcomp/rules/xfree86.lst
    U X11/xc/programs/xkbcomp/rules/xfree98
    U X11/xc/programs/xkbcomp/rules/xfree98.lst
    U X11/xc/programs/xkbcomp/semantics/Imakefile
    U X11/xc/programs/xkbcomp/semantics/basic
    U X11/xc/programs/xkbcomp/semantics/complete
    U X11/xc/programs/xkbcomp/semantics/default
    U X11/xc/programs/xkbcomp/semantics/xtest
    U X11/xc/programs/xkbcomp/symbols/ctrl
    U X11/xc/programs/xkbcomp/symbols/Imakefile
    C X11/xc/programs/xkbcomp/symbols/amiga
    U X11/xc/programs/xkbcomp/symbols/ataritt
    U X11/xc/programs/xkbcomp/symbols/be
    U X11/xc/programs/xkbcomp/symbols/bg
    U X11/xc/programs/xkbcomp/symbols/ca
    U X11/xc/programs/xkbcomp/symbols/cs
    U X11/xc/programs/xkbcomp/symbols/de
    U X11/xc/programs/xkbcomp/symbols/de_CH
    U X11/xc/programs/xkbcomp/symbols/dk
    U X11/xc/programs/xkbcomp/symbols/dvorak
    U X11/xc/programs/xkbcomp/symbols/en_US
    U X11/xc/programs/xkbcomp/symbols/es
    U X11/xc/programs/xkbcomp/symbols/fi
    U X11/xc/programs/xkbcomp/symbols/fr
    U X11/xc/programs/xkbcomp/symbols/fr_CH
    U X11/xc/programs/xkbcomp/symbols/gb
    U X11/xc/programs/xkbcomp/symbols/group
    U X11/xc/programs/xkbcomp/symbols/hu
    U X11/xc/programs/xkbcomp/symbols/iso9995-3
    U X11/xc/programs/xkbcomp/symbols/it
    U X11/xc/programs/xkbcomp/symbols/jp
    U X11/xc/programs/xkbcomp/symbols/keypad
    U X11/xc/programs/xkbcomp/symbols/lock
    U X11/xc/programs/xkbcomp/symbols/no
    U X11/xc/programs/xkbcomp/symbols/pc104
    U X11/xc/programs/xkbcomp/symbols/pl
    U X11/xc/programs/xkbcomp/symbols/pt
    U X11/xc/programs/xkbcomp/symbols/ru
    C X11/xc/programs/xkbcomp/symbols/se
    U X11/xc/programs/xkbcomp/symbols/th
    U X11/xc/programs/xkbcomp/symbols/us
    U X11/xc/programs/xkbcomp/symbols/digital/Imakefile
    U X11/xc/programs/xkbcomp/symbols/digital/lk
    U X11/xc/programs/xkbcomp/symbols/digital/pc
    U X11/xc/programs/xkbcomp/symbols/digital/us
    U X11/xc/programs/xkbcomp/symbols/digital/vt
    U X11/xc/programs/xkbcomp/symbols/fujitsu/Imakefile
    U X11/xc/programs/xkbcomp/symbols/fujitsu/jp
    U X11/xc/programs/xkbcomp/symbols/fujitsu/us
    U X11/xc/programs/xkbcomp/symbols/nec/Imakefile
    U X11/xc/programs/xkbcomp/symbols/nec/jp
    U X11/xc/programs/xkbcomp/symbols/sgi/Imakefile
    U X11/xc/programs/xkbcomp/symbols/sgi/jp
    U X11/xc/programs/xkbcomp/symbols/sony/Imakefile
    U X11/xc/programs/xkbcomp/symbols/sony/us
    C X11/xc/programs/xkbcomp/symbols/sun/Imakefile
    C X11/xc/programs/xkbcomp/symbols/sun/se
    U X11/xc/programs/xkbcomp/symbols/sun/us
    U X11/xc/programs/xkbcomp/torture/types
    U X11/xc/programs/xkbcomp/torture/indicator
    U X11/xc/programs/xkbcomp/torture/indicator1
    U X11/xc/programs/xkbcomp/torture/indicator2
    U X11/xc/programs/xkbcomp/torture/indicator3
    U X11/xc/programs/xkbcomp/torture/mod_compat
    U X11/xc/programs/xkbcomp/torture/mod_compat1
    U X11/xc/programs/xkbcomp/torture/mod_compat2
    U X11/xc/programs/xkbcomp/torture/mod_compat3
    U X11/xc/programs/xkbcomp/torture/mod_compat4
    U X11/xc/programs/xkbcomp/torture/sym_interp
    U X11/xc/programs/xkbcomp/torture/sym_interp1
    U X11/xc/programs/xkbcomp/torture/sym_interp2
    U X11/xc/programs/xkbcomp/torture/sym_interp3
    U X11/xc/programs/xkbcomp/torture/sym_interp4
    U X11/xc/programs/xkbcomp/types/Imakefile
    U X11/xc/programs/xkbcomp/types/basic
    U X11/xc/programs/xkbcomp/types/cancel
    U X11/xc/programs/xkbcomp/types/complete
    U X11/xc/programs/xkbcomp/types/default
    U X11/xc/programs/xkbcomp/types/iso9995
    U X11/xc/programs/xkbcomp/types/mousekeys
    U X11/xc/programs/xkbcomp/types/nocancel
    U X11/xc/programs/xkbcomp/types/pc
    U X11/xc/programs/xkbevd/Imakefile
    U X11/xc/programs/xkbevd/cfgparse.y
    U X11/xc/programs/xkbevd/cfgscan.c
    U X11/xc/programs/xkbevd/evargs.c
    U X11/xc/programs/xkbevd/example.cf
    U X11/xc/programs/xkbevd/printev.c
    U X11/xc/programs/xkbevd/tokens.h
    U X11/xc/programs/xkbevd/utils.c
    U X11/xc/programs/xkbevd/utils.h
    U X11/xc/programs/xkbevd/xkbevd.c
    U X11/xc/programs/xkbevd/xkbevd.h
    U X11/xc/programs/xkbevd/xkbevd.man
    U X11/xc/programs/xkbprint/Imakefile
    U X11/xc/programs/xkbprint/isokeys.h
    U X11/xc/programs/xkbprint/psgeom.c
    U X11/xc/programs/xkbprint/utils.c
    U X11/xc/programs/xkbprint/utils.h
    U X11/xc/programs/xkbprint/xkbprint.c
    U X11/xc/programs/xkbprint/xkbprint.h
    U X11/xc/programs/xkbprint/xkbprint.man
    U X11/xc/programs/xkbutils/Imakefile
    U X11/xc/programs/xkbutils/LED.c
    U X11/xc/programs/xkbutils/LED.h
    U X11/xc/programs/xkbutils/LEDP.h
    U X11/xc/programs/xkbutils/utils.c
    U X11/xc/programs/xkbutils/utils.h
    U X11/xc/programs/xkbutils/xkbbell.c
    U X11/xc/programs/xkbutils/xkbvleds.c
    U X11/xc/programs/xkbutils/xkbwatch.c
    U X11/xc/programs/xkill/Imakefile
    U X11/xc/programs/xkill/xkill.c
    U X11/xc/programs/xkill/xkill.man
    U X11/xc/programs/xlogo/XLogo.ad
    U X11/xc/programs/xlogo/Imakefile
    U X11/xc/programs/xlogo/Logo.c
    U X11/xc/programs/xlogo/Logo.h
    U X11/xc/programs/xlogo/LogoP.h
    U X11/xc/programs/xlogo/XLogo-co.ad
    C X11/xc/programs/xlogo/xlogo.c
    U X11/xc/programs/xlogo/xlogo.man
    U X11/xc/programs/xlsatoms/Imakefile
    U X11/xc/programs/xlsatoms/xlsatoms.c
    U X11/xc/programs/xlsatoms/xlsatoms.man
    U X11/xc/programs/xlsclients/Imakefile
    U X11/xc/programs/xlsclients/xlscli.man
    U X11/xc/programs/xlsclients/xlsclients.c
    U X11/xc/programs/xlsfonts/Imakefile
    U X11/xc/programs/xlsfonts/dsimple.c
    U X11/xc/programs/xlsfonts/dsimple.h
    U X11/xc/programs/xlsfonts/xlsfonts.c
    U X11/xc/programs/xlsfonts/xlsfonts.man
    U X11/xc/programs/xmag/Scale.doc
    U X11/xc/programs/xmag/CutPaste.c
    U X11/xc/programs/xmag/Imakefile
    U X11/xc/programs/xmag/RootWin.c
    U X11/xc/programs/xmag/RootWin.h
    U X11/xc/programs/xmag/RootWinP.h
    U X11/xc/programs/xmag/Scale.c
    U X11/xc/programs/xmag/xmag.icon
    U X11/xc/programs/xmag/Scale.h
    U X11/xc/programs/xmag/ScaleP.h
    U X11/xc/programs/xmag/Xmag.ad
    C X11/xc/programs/xmag/xmag.c
    U X11/xc/programs/xmag/xmag.man
    U X11/xc/programs/xmh/Xmh.sample
    U X11/xc/programs/xmh/Imakefile
    U X11/xc/programs/xmh/Xmh.ad
    U X11/xc/programs/xmh/black6
    U X11/xc/programs/xmh/actions.h
    U X11/xc/programs/xmh/bbox.c
    U X11/xc/programs/xmh/bbox.h
    U X11/xc/programs/xmh/bboxint.h
    U X11/xc/programs/xmh/box6
    U X11/xc/programs/xmh/command.c
    U X11/xc/programs/xmh/compfuncs.c
    U X11/xc/programs/xmh/externs.h
    U X11/xc/programs/xmh/folder.c
    U X11/xc/programs/xmh/globals.h
    U X11/xc/programs/xmh/init.c
    U X11/xc/programs/xmh/main.c
    U X11/xc/programs/xmh/menu.c
    U X11/xc/programs/xmh/miscfuncs.c
    U X11/xc/programs/xmh/mlist.c
    U X11/xc/programs/xmh/mlist.h
    U X11/xc/programs/xmh/msg.c
    U X11/xc/programs/xmh/msg.h
    U X11/xc/programs/xmh/pick.c
    U X11/xc/programs/xmh/popup.c
    U X11/xc/programs/xmh/screen.c
    U X11/xc/programs/xmh/toc.c
    U X11/xc/programs/xmh/toc.h
    U X11/xc/programs/xmh/tocfuncs.c
    U X11/xc/programs/xmh/tocintrnl.h
    U X11/xc/programs/xmh/tocutil.c
    U X11/xc/programs/xmh/tocutil.h
    U X11/xc/programs/xmh/tsource.c
    U X11/xc/programs/xmh/tsource.h
    U X11/xc/programs/xmh/tsourceP.h
    U X11/xc/programs/xmh/util.c
    U X11/xc/programs/xmh/version.h
    U X11/xc/programs/xmh/viewfuncs.c
    U X11/xc/programs/xmh/xmh.h
    U X11/xc/programs/xmh/xmh.man
    U X11/xc/programs/xmodmap/swap.km
    U X11/xc/programs/xmodmap/Imakefile
    U X11/xc/programs/xmodmap/exec.c
    U X11/xc/programs/xmodmap/handle.c
    U X11/xc/programs/xmodmap/pf.c
    U X11/xc/programs/xmodmap/wq.h
    U X11/xc/programs/xmodmap/xmodmap.c
    U X11/xc/programs/xmodmap/xmodmap.h
    U X11/xc/programs/xmodmap/xmodmap.man
    U X11/xc/programs/xprop/Imakefile
    U X11/xc/programs/xprop/dsimple.c
    U X11/xc/programs/xprop/dsimple.h
    U X11/xc/programs/xprop/xprop.c
    U X11/xc/programs/xprop/xprop.man
    U X11/xc/programs/xrdb/Imakefile
    C X11/xc/programs/xrdb/xrdb.c
    U X11/xc/programs/xrdb/xrdb.man
    U X11/xc/programs/xrefresh/Imakefile
    U X11/xc/programs/xrefresh/xrefresh.c
    U X11/xc/programs/xrefresh/xrefresh.man
    U X11/xc/programs/xrx/Imakefile
    U X11/xc/programs/xrx/cgi-bin/Imakefile
    U X11/xc/programs/xrx/cgi-bin/bitmap
    U X11/xc/programs/xrx/cgi-bin/dtcm
    U X11/xc/programs/xrx/cgi-bin/dtcm.sh
    U X11/xc/programs/xrx/cgi-bin/excel
    U X11/xc/programs/xrx/cgi-bin/xclock
    U X11/xc/programs/xrx/cgi-bin/xload
    U X11/xc/programs/xrx/helper/GetUrl.c
    U X11/xc/programs/xrx/helper/GetUrl.h
    U X11/xc/programs/xrx/helper/Imakefile
    U X11/xc/programs/xrx/helper/helper.c
    U X11/xc/programs/xrx/helper/httptran.c
    U X11/xc/programs/xrx/helper/xrx.man
    U X11/xc/programs/xrx/htdocs/Imakefile
    U X11/xc/programs/xrx/htdocs/bitmap
    U X11/xc/programs/xrx/htdocs/bitmap.html
    U X11/xc/programs/xrx/htdocs/dtcm
    U X11/xc/programs/xrx/htdocs/dtcm.html
    U X11/xc/programs/xrx/htdocs/excel
    U X11/xc/programs/xrx/htdocs/excel.html
    U X11/xc/programs/xrx/htdocs/xclock
    U X11/xc/programs/xrx/htdocs/xclock.html
    U X11/xc/programs/xrx/htdocs/xload
    U X11/xc/programs/xrx/htdocs/xload.html
    U X11/xc/programs/xrx/libxplugin/Imakefile
    U X11/xc/programs/xrx/libxplugin/README
    U X11/xc/programs/xrx/plugin/Global.c
    U X11/xc/programs/xrx/plugin/Imakefile
    U X11/xc/programs/xrx/plugin/Main.c
    U X11/xc/programs/xrx/plugin/NewNDest.c
    U X11/xc/programs/xrx/plugin/PProcess.c
    U X11/xc/programs/xrx/plugin/RxPlugin.h
    U X11/xc/programs/xrx/plugin/SetWin.c
    U X11/xc/programs/xrx/plugin/libxrx.man
    U X11/xc/programs/xrx/plugin/stubs.c
    U X11/xc/programs/xrx/plugin/common/npunix.c
    U X11/xc/programs/xrx/plugin/include/jri.h
    U X11/xc/programs/xrx/plugin/include/jri_md.h
    U X11/xc/programs/xrx/plugin/include/jritypes.h
    U X11/xc/programs/xrx/plugin/include/npapi.h
    U X11/xc/programs/xrx/plugin/include/npupp.h
    U X11/xc/programs/xrx/rx/BuildReq.c
    U X11/xc/programs/xrx/rx/PParse.c
    U X11/xc/programs/xrx/rx/PRead.c
    U X11/xc/programs/xrx/rx/Prefs.c
    U X11/xc/programs/xrx/rx/Prefs.h
    U X11/xc/programs/xrx/rx/Rx.h
    U X11/xc/programs/xrx/rx/RxI.h
    U X11/xc/programs/xrx/rx/XAuth.c
    U X11/xc/programs/xrx/rx/XAuth.h
    U X11/xc/programs/xrx/rx/XDpyName.c
    U X11/xc/programs/xrx/rx/XDpyName.h
    U X11/xc/programs/xrx/rx/XUrls.c
    U X11/xc/programs/xrx/rx/XUrls.h
    U X11/xc/programs/xrx/testplugin/Imakefile
    U X11/xc/programs/xrx/testplugin/testplugin.c
    U X11/xc/programs/xrx/testplugin/testplugin.man
    U X11/xc/programs/xrx/xnest-plugin/Imakefile
    U X11/xc/programs/xrx/xnest-plugin/NewNDest.c
    U X11/xc/programs/xrx/xnest-plugin/PProcess.c
    U X11/xc/programs/xrx/xnest-plugin/RxPlugin.h
    U X11/xc/programs/xrx/xnest-plugin/SetWin.c
    U X11/xc/programs/xrx/xnest-plugin/XnestDis.c
    U X11/xc/programs/xset/Imakefile
    U X11/xc/programs/xset/xset.c
    U X11/xc/programs/xset/xset.man
    U X11/xc/programs/xsetmode/Imakefile
    U X11/xc/programs/xsetmode/xsetmode.c
    U X11/xc/programs/xsetmode/xsetmode.man
    U X11/xc/programs/xsetpointer/Imakefile
    U X11/xc/programs/xsetpointer/xsetpnt.man
    U X11/xc/programs/xsetpointer/xsetpointer.c
    U X11/xc/programs/xsetroot/Imakefile
    U X11/xc/programs/xsetroot/xsetroot.c
    U X11/xc/programs/xsetroot/xsetroot.man
    U X11/xc/programs/xsm/Imakefile
    U X11/xc/programs/xsm/README
    U X11/xc/programs/xsm/XSm.ad
    U X11/xc/programs/xsm/auth.c
    U X11/xc/programs/xsm/auth.h
    U X11/xc/programs/xsm/choose.c
    U X11/xc/programs/xsm/choose.h
    U X11/xc/programs/xsm/globals.c
    U X11/xc/programs/xsm/info.c
    U X11/xc/programs/xsm/info.h
    U X11/xc/programs/xsm/list.c
    U X11/xc/programs/xsm/list.h
    U X11/xc/programs/xsm/lock.c
    U X11/xc/programs/xsm/lock.h
    U X11/xc/programs/xsm/log.c
    U X11/xc/programs/xsm/log.h
    U X11/xc/programs/xsm/mainwin.c
    U X11/xc/programs/xsm/mainwin.h
    U X11/xc/programs/xsm/misc.c
    U X11/xc/programs/xsm/popup.c
    U X11/xc/programs/xsm/popup.h
    U X11/xc/programs/xsm/printhex.c
    U X11/xc/programs/xsm/prop.c
    U X11/xc/programs/xsm/prop.h
    U X11/xc/programs/xsm/remote.c
    U X11/xc/programs/xsm/restart.c
    U X11/xc/programs/xsm/restart.h
    U X11/xc/programs/xsm/save.c
    U X11/xc/programs/xsm/save.h
    U X11/xc/programs/xsm/saveutil.c
    U X11/xc/programs/xsm/saveutil.h
    U X11/xc/programs/xsm/signals.c
    U X11/xc/programs/xsm/system.xsm
    U X11/xc/programs/xsm/xsm.c
    U X11/xc/programs/xsm/xsm.h
    U X11/xc/programs/xsm/xsm.man
    U X11/xc/programs/xsm/xtwatch.c
    U X11/xc/programs/xsm/xtwatch.h
    U X11/xc/programs/xstdcmap/Imakefile
    U X11/xc/programs/xstdcmap/xstdcmap.c
    U X11/xc/programs/xstdcmap/xstdcmap.man
    U X11/xc/programs/xterm/README
    U X11/xc/programs/xterm/INSTALL
    U X11/xc/programs/xterm/Imakefile
    U X11/xc/programs/xterm/Makefile.in
    U X11/xc/programs/xterm/Tests
    U X11/xc/programs/xterm/TekPrsTbl.c
    U X11/xc/programs/xterm/Tekparse.def
    U X11/xc/programs/xterm/Tekparse.h
    C X11/xc/programs/xterm/Tekproc.c
    U X11/xc/programs/xterm/VTPrsTbl.c
    U X11/xc/programs/xterm/VTparse.def
    U X11/xc/programs/xterm/VTparse.h
    U X11/xc/programs/xterm/XTerm-col.ad
    C X11/xc/programs/xterm/XTerm.ad
    U X11/xc/programs/xterm/aclocal.m4
    U X11/xc/programs/xterm/button.c
    C X11/xc/programs/xterm/charproc.c
    N X11/xc/programs/xterm/charsets.c
    U X11/xc/programs/xterm/config.guess
    U X11/xc/programs/xterm/config.sub
    C X11/xc/programs/xterm/configure
    U X11/xc/programs/xterm/configure.in
    U X11/xc/programs/xterm/cursor.c
    C X11/xc/programs/xterm/data.c
    C X11/xc/programs/xterm/data.h
    U X11/xc/programs/xterm/doublechr.c
    C X11/xc/programs/xterm/error.h
    N X11/xc/programs/xterm/fontutils.c
    N X11/xc/programs/xterm/fontutils.h
    U X11/xc/programs/xterm/input.c
    U X11/xc/programs/xterm/install.sh
    C X11/xc/programs/xterm/main.c
    U X11/xc/programs/xterm/main.h
    U X11/xc/programs/xterm/menu.c
    U X11/xc/programs/xterm/menu.h
    C X11/xc/programs/xterm/misc.c
    U X11/xc/programs/xterm/mkdirs.sh
    C X11/xc/programs/xterm/os2main.c
    C X11/xc/programs/xterm/print.c
    U X11/xc/programs/xterm/proto.h
    C X11/xc/programs/xterm/ptyx.h
    C X11/xc/programs/xterm/resize.c
    U X11/xc/programs/xterm/resize.man
    U X11/xc/programs/xterm/screen.c
    C X11/xc/programs/xterm/scrollbar.c
    U X11/xc/programs/xterm/tabs.c
    U X11/xc/programs/xterm/termcap
    U X11/xc/programs/xterm/terminfo
    U X11/xc/programs/xterm/testxmc.c
    U X11/xc/programs/xterm/trace.c
    U X11/xc/programs/xterm/trace.h
    C X11/xc/programs/xterm/util.c
    U X11/xc/programs/xterm/ttysvr.c
    C X11/xc/programs/xterm/version.h
    N X11/xc/programs/xterm/xcharmouse.h
    U X11/xc/programs/xterm/xterm.h
    U X11/xc/programs/xterm/xterm.log.html
    U X11/xc/programs/xterm/xterm.man
    U X11/xc/programs/xterm/xtermcfg.hin
    U X11/xc/programs/xterm/tektests/fotest.tek
    U X11/xc/programs/xterm/tektests/aitest.tek
    U X11/xc/programs/xterm/tektests/dmerc.tek
    U X11/xc/programs/xterm/tektests/imtest.tek
    U X11/xc/programs/xterm/tektests/imtesth.tek
    U X11/xc/programs/xterm/tektests/usmap.tek
    U X11/xc/programs/xterm/tektests/ocpred.tek
    U X11/xc/programs/xvidtune/Imakefile
    U X11/xc/programs/xvidtune/Xvidtune.ad
    U X11/xc/programs/xvidtune/xvidtune.c
    U X11/xc/programs/xvidtune/xvidtune.man
    U X11/xc/programs/xwd/Imakefile
    U X11/xc/programs/xwd/dsimple.c
    U X11/xc/programs/xwd/dsimple.h
    U X11/xc/programs/xwd/list.c
    U X11/xc/programs/xwd/list.h
    U X11/xc/programs/xwd/multiVis.c
    U X11/xc/programs/xwd/multiVis.h
    U X11/xc/programs/xwd/wsutils.h
    U X11/xc/programs/xwd/xwd.c
    U X11/xc/programs/xwd/xwd.man
    U X11/xc/programs/xwininfo/Imakefile
    U X11/xc/programs/xwininfo/dsimple.c
    U X11/xc/programs/xwininfo/dsimple.h
    U X11/xc/programs/xwininfo/xwininfo.c
    U X11/xc/programs/xwininfo/xwininfo.man
    U X11/xc/programs/xwud/Imakefile
    U X11/xc/programs/xwud/xwud.c
    U X11/xc/programs/xwud/xwud.man
    U X11/xc/util/compress/Makefile
    U X11/xc/util/compress/README
    U X11/xc/util/compress/USERMEM
    U X11/xc/util/compress/compress.1
    U X11/xc/util/compress/compress.c
    U X11/xc/util/compress/usermem.sh
    U X11/xc/util/memleak/Imakefile
    U X11/xc/util/memleak/README
    U X11/xc/util/memleak/find-rtns.sh
    U X11/xc/util/memleak/fmalloc.c
    U X11/xc/util/memleak/ftest.c
    U X11/xc/util/memleak/getreti386.c
    U X11/xc/util/memleak/getretmips.c
    U X11/xc/util/memleak/getretspar.c
    U X11/xc/util/memleak/getrettest.c
    U X11/xc/util/memleak/mipsstack.s
    U X11/xc/util/memleak/sparcsolstack.s
    U X11/xc/util/memleak/sparcstack.s
    U X11/xc/util/memleak/stackbottom.c
    U X11/xc/util/misc/dlsym.c
    U X11/xc/util/misc/rt.stdarg.h
    U X11/xc/util/misc/thr_stubs.c
    U X11/xc/util/patch/ChangeLog
    U X11/xc/util/patch/MANIFEST
    U X11/xc/util/patch/Configure
    U X11/xc/util/patch/EXTERN.h
    U X11/xc/util/patch/INTERN.h
    U X11/xc/util/patch/README
    U X11/xc/util/patch/Makefile.SH
    U X11/xc/util/patch/Makefile.nt
    U X11/xc/util/patch/config.H
    U X11/xc/util/patch/backupfile.c
    U X11/xc/util/patch/backupfile.h
    U X11/xc/util/patch/common.h
    U X11/xc/util/patch/config.h.SH
    U X11/xc/util/patch/malloc.c
    U X11/xc/util/patch/config.h.nt
    U X11/xc/util/patch/inp.c
    U X11/xc/util/patch/inp.h
    U X11/xc/util/patch/patch.c
    U X11/xc/util/patch/patch.man
    U X11/xc/util/patch/patchlevel.h
    U X11/xc/util/patch/pch.c
    U X11/xc/util/patch/pch.h
    U X11/xc/util/patch/util.c
    U X11/xc/util/patch/util.h
    U X11/xc/util/patch/version.c
    U X11/xc/util/patch/version.h
    U X11/xc/util/patch/winnt.h
    
    216 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jXFREE86:yesterday -jXFREE86 X11/xc

CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 01:58:46

Log message:
    Import of XFree86 3.3.3
    
    Status:
    
    Vendor Tag:	XFREE86
    Release Tags:	XFREE86_3_3_3
    
    U X11/contrib/Imakefile
    U X11/contrib/programs/Imakefile
    U X11/contrib/programs/ico/allobjs.h
    U X11/contrib/programs/ico/Imakefile
    U X11/contrib/programs/ico/objcube.h
    U X11/contrib/programs/ico/ico.c
    U X11/contrib/programs/ico/ico.man
    U X11/contrib/programs/ico/objico.h
    U X11/contrib/programs/ico/objocta.h
    U X11/contrib/programs/ico/objplane.h
    U X11/contrib/programs/ico/objpyr.h
    U X11/contrib/programs/ico/polyinfo.h
    U X11/contrib/programs/listres/Imakefile
    U X11/contrib/programs/listres/listres.c
    U X11/contrib/programs/listres/listres.man
    U X11/contrib/programs/showfont/Imakefile
    U X11/contrib/programs/showfont/showfont.c
    U X11/contrib/programs/showfont/showfont.man
    U X11/contrib/programs/viewres/Viewres.ad
    U X11/contrib/programs/viewres/Imakefile
    U X11/contrib/programs/viewres/viewres.c
    U X11/contrib/programs/viewres/viewres.man
    U X11/contrib/programs/xbiff/Imakefile
    U X11/contrib/programs/xbiff/Mailbox.c
    U X11/contrib/programs/xbiff/Mailbox.h
    U X11/contrib/programs/xbiff/MailboxP.h
    U X11/contrib/programs/xbiff/xbiff.c
    U X11/contrib/programs/xbiff/xbiff.man
    U X11/contrib/programs/xbiff/bitmaps/mail-down
    U X11/contrib/programs/xbiff/bitmaps/mail-down-mask
    U X11/contrib/programs/xbiff/bitmaps/mail-up
    U X11/contrib/programs/xbiff/bitmaps/mail-up-mask
    U X11/contrib/programs/xcalc/Imakefile
    U X11/contrib/programs/xcalc/XCalc-col.ad
    U X11/contrib/programs/xcalc/XCalc.ad
    U X11/contrib/programs/xcalc/actions.c
    U X11/contrib/programs/xcalc/actions.h
    U X11/contrib/programs/xcalc/math.c
    U X11/contrib/programs/xcalc/xcalc.c
    U X11/contrib/programs/xcalc/xcalc.h
    U X11/contrib/programs/xcalc/xcalc.man
    U X11/contrib/programs/xditview/DviChar.h
    U X11/contrib/programs/xditview/Dvi.c
    U X11/contrib/programs/xditview/Dvi.h
    U X11/contrib/programs/xditview/DviChar.c
    U X11/contrib/programs/xditview/XFontName.c
    U X11/contrib/programs/xditview/DviP.h
    U X11/contrib/programs/xditview/Imakefile
    U X11/contrib/programs/xditview/Menu.h
    U X11/contrib/programs/xditview/XFontName.h
    U X11/contrib/programs/xditview/Xdit-chrtr.ad
    U X11/contrib/programs/xditview/Xditview.ad
    U X11/contrib/programs/xditview/font.c
    U X11/contrib/programs/xditview/draw.c
    U X11/contrib/programs/xditview/ldblarrow
    U X11/contrib/programs/xditview/lex.c
    U X11/contrib/programs/xditview/rdblarrow
    U X11/contrib/programs/xditview/page.c
    U X11/contrib/programs/xditview/parse.c
    U X11/contrib/programs/xditview/xdit.bm
    U X11/contrib/programs/xditview/xdit_mask.bm
    U X11/contrib/programs/xditview/xditview.c
    U X11/contrib/programs/xditview/xditview.man
    U X11/contrib/programs/xedit/Xedit.ad
    U X11/contrib/programs/xedit/Imakefile
    U X11/contrib/programs/xedit/commands.c
    U X11/contrib/programs/xedit/util.c
    U X11/contrib/programs/xedit/xedit.c
    U X11/contrib/programs/xedit/xedit.h
    U X11/contrib/programs/xedit/xedit.man
    U X11/contrib/programs/xev/Imakefile
    U X11/contrib/programs/xev/xev.c
    U X11/contrib/programs/xev/xev.man
    U X11/contrib/programs/xeyes/eyes.bit
    U X11/contrib/programs/xeyes/Eyes.c
    U X11/contrib/programs/xeyes/Eyes.h
    U X11/contrib/programs/xeyes/EyesP.h
    U X11/contrib/programs/xeyes/Imakefile
    U X11/contrib/programs/xeyes/eyesmask.bit
    U X11/contrib/programs/xeyes/transform.c
    U X11/contrib/programs/xeyes/transform.h
    U X11/contrib/programs/xeyes/xeyes.c
    U X11/contrib/programs/xeyes/xeyes.man
    U X11/contrib/programs/xfontsel/Imakefile
    U X11/contrib/programs/xfontsel/XFontSel.ad
    U X11/contrib/programs/xfontsel/xfontsel.c
    U X11/contrib/programs/xfontsel/xfontsel.man
    U X11/contrib/programs/xgc/Bugs
    U X11/contrib/programs/xgc/Xgc.ad
    U X11/contrib/programs/xgc/Imakefile
    U X11/contrib/programs/xgc/choice.c
    U X11/contrib/programs/xgc/constants.h
    U X11/contrib/programs/xgc/dashlist.c
    U X11/contrib/programs/xgc/getfile.c
    U X11/contrib/programs/xgc/gram.y
    U X11/contrib/programs/xgc/interpret.c
    U X11/contrib/programs/xgc/main.h
    U X11/contrib/programs/xgc/lex.l
    U X11/contrib/programs/xgc/main.c
    U X11/contrib/programs/xgc/planemask.c
    U X11/contrib/programs/xgc/record.c
    U X11/contrib/programs/xgc/testfrac.c
    U X11/contrib/programs/xgc/text.c
    U X11/contrib/programs/xgc/tests.c
    U X11/contrib/programs/xgc/tile
    U X11/contrib/programs/xgc/xgc.h
    U X11/contrib/programs/xgc/xgc.man
    U X11/contrib/programs/xgc/Written/FilledRects
    U X11/contrib/programs/xgc/Written/Interface
    U X11/contrib/programs/xgc/Written/Jim
    U X11/contrib/programs/xgc/Written/Notes
    U X11/contrib/programs/xgc/Written/Notes2
    U X11/contrib/programs/xgc/Written/Outline
    U X11/contrib/programs/xgc/Written/Widget
    U X11/contrib/programs/xload/XLoad.ad
    U X11/contrib/programs/xload/Imakefile
    U X11/contrib/programs/xload/xload.bit
    U X11/contrib/programs/xload/get_load.c
    U X11/contrib/programs/xload/xload.c
    U X11/contrib/programs/xload/xload.man
    U X11/contrib/programs/xman/Xman.ad
    C X11/contrib/programs/xman/Imakefile
    C X11/contrib/programs/xman/ScrollByL.c
    U X11/contrib/programs/xman/ScrollByL.h
    U X11/contrib/programs/xman/ScrollByLP.h
    U X11/contrib/programs/xman/pages.c
    U X11/contrib/programs/xman/buttons.c
    U X11/contrib/programs/xman/defs.h
    U X11/contrib/programs/xman/globals.c
    U X11/contrib/programs/xman/globals.h
    U X11/contrib/programs/xman/handler.c
    U X11/contrib/programs/xman/help.c
    U X11/contrib/programs/xman/icon_help.h
    U X11/contrib/programs/xman/icon_open.h
    U X11/contrib/programs/xman/iconclosed.h
    C X11/contrib/programs/xman/main.c
    C X11/contrib/programs/xman/man.c
    C X11/contrib/programs/xman/man.h
    C X11/contrib/programs/xman/misc.c
    U X11/contrib/programs/xman/xman.help
    U X11/contrib/programs/xman/search.c
    U X11/contrib/programs/xman/tkfuncs.c
    C X11/contrib/programs/xman/vendor.c
    C X11/contrib/programs/xman/vendor.h
    U X11/contrib/programs/xman/version.h
    U X11/contrib/programs/xman/xman.man
    U X11/contrib/programs/xmessage/README
    U X11/contrib/programs/xmessage/Imakefile
    U X11/contrib/programs/xmessage/Tests
    U X11/contrib/programs/xmessage/Xmessage.ad
    U X11/contrib/programs/xmessage/makeform.c
    U X11/contrib/programs/xmessage/readfile.c
    U X11/contrib/programs/xmessage/xmessage.c
    U X11/contrib/programs/xmessage/xmessage.man
    
    8 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jXFREE86:yesterday -jXFREE86 X11/contrib

CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 02:17:54

Modified files:
	contrib/programs/xman: Imakefile ScrollByL.c main.c man.c man.h 
	                       misc.c vendor.c vendor.h 

Log message:
resolve conflicts from XFRee86 3.3.3


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/28 02:25:59

Modified files:
	games/phantasia: main.c misc.c 

Log message:
Clear up a warning:  printw doesn't take a const char, printf does


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 04:19:01

Modified files:
	xc/config/cf   : FreeBSD.cf Imake.cf Imake.rules Imake.tmpl 
	                 OpenBSD.cf X11.rules X11.tmpl lnxdoc.rules 
	                 lnxdoc.tmpl xf86site.def xfree86.cf 
	xc/config/imake: imakemdep.h 
	xc/config/util : Imakefile makestrs.c 
	xc/lib/SM      : sm_genid.c 
	xc/lib/X11     : IMWrap.c Imakefile ParseCmd.c PolyReg.c 
	                 Region.c XKBAlloc.c XKBCvt.c XKBGetMap.c 
	                 XKBMAlloc.c Ximint.h Xrm.c imRm.c imRmAttr.c 
	                 lcCT.c lcDB.c lcFile.c lcWrap.c udcInf.c 
	xc/lib/Xaw     : Scrollbar.c Text.c TextPop.c Viewport.c 
	xc/lib/Xmu     : Xct.c 
	xc/lib/Xt      : Callback.c Convert.c Create.c GetResList.c 
	                 Object.c Resources.c 
	xc/lib/Xtst    : XTest.c 
	xc/lib/font/Type1: spaces.c 
	xc/lib/font/fontfile: bufio.c 
	xc/lib/lbxutil/image: dfaxg42d.c dpackbits.c efaxg42d.c 
	                      mkg3states.c 
	xc/lib/lbxutil/lbx_zlib: lbx_zlib.c lbx_zlib_io.c 
	xc/programs/Xserver: Imakefile 
	xc/programs/Xserver/PEX5/ospex: osPexFont.c 
	xc/programs/Xserver/XIE/dixie/request: session.c 
	xc/programs/Xserver/Xext: mbuf.c xprint.c 
	xc/programs/Xserver/Xprint: Oid.c 
	xc/programs/Xserver/Xprint/pcl: Pcl.h PclGC.c PclWindow.c 
	xc/programs/Xserver/Xprint/ps: PsWindow.c psout.c 
	xc/programs/Xserver/cfb: cfbmskbits.h 
	xc/programs/Xserver/dbe: dbe.c 
	xc/programs/Xserver/dix: dixfonts.c events.c 
	xc/programs/Xserver/hw/sun: sunKbd.c sunKeyMap.c 
	xc/programs/Xserver/hw/xfree86: Imakefile xf86Version.h 
	xc/programs/Xserver/hw/xfree86/LinkKit: site.def.LK 
	xc/programs/Xserver/hw/xfree86/SuperProbe: PCI.h Print.c Probe.h 
	xc/programs/Xserver/hw/xfree86/accel/s3: s3.c 
	xc/programs/Xserver/hw/xfree86/accel/s3_virge: s3.c 
	xc/programs/Xserver/hw/xfree86/common: compiler.h xf86Beta.c 
	xc/programs/Xserver/hw/xfree86/common_hw: xf86_PCI.c 
	xc/programs/Xserver/hw/xfree86/doc: README.OpenBSD README.mouse 
	                                    RELNOTES 
	xc/programs/Xserver/hw/xfree86/doc/sgml: DocIndex.sgml 
	                                         OpenBSD.sgml 
	                                         RELNOTE.sgml mouse.sgml 
	xc/programs/Xserver/hw/xfree86/etc: postinst.sh scanpci.c 
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86: 
	                                                         host.def 
	xc/programs/Xserver/hw/xfree86/vga256/drivers: Imakefile 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/nv: nv3setup.c 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga: s3probe.c 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v: regs3v.h 
	                                                   s3v_cursor.c 
	                                                   s3v_driver.c 
	                                                   s3v_misc.c 
	xc/programs/Xserver/hw/xfree86/vga256/vga: vgaPCI.h 
	xc/programs/Xserver/hw/xnest: Display.h Screen.c 
	xc/programs/Xserver/include: servermd.h 
	xc/programs/Xserver/lbx: lbxopts.c 
	xc/programs/Xserver/mfb: mfbtegblt.c 
	xc/programs/Xserver/mi: mibstore.c 
	xc/programs/Xserver/os: utils.c 
	xc/programs/Xserver/record: set.c 
	xc/programs/beforelight: b4light.c 
	xc/programs/bitmap: BitEdit.c 
	xc/programs/editres: editres.c 
	xc/programs/lbxproxy/di: options.c wire.c 
	xc/programs/oclock: oclock.c 
	xc/programs/rgb: Imakefile 
	xc/programs/twm: add_window.c 
	xc/programs/x11perf: do_complex.c 
	xc/programs/xclipboard: xclipboard.c xcutsel.c 
	xc/programs/xclock: xclock.c 
	xc/programs/xdm: Imakefile genauth.c server.c session.c util.c 
	xc/programs/xdm/config: Imakefile Xserv.ws.cpp 
	xc/programs/xf86dga: Imakefile 
	xc/programs/xfs/difs: events.c 
	xc/programs/xkbcomp/geometry: sun 
	xc/programs/xkbcomp/keycodes: amiga sun 
	xc/programs/xkbcomp/keymap: amiga 
	xc/programs/xkbcomp/keymap/sun: Imakefile 
	xc/programs/xkbcomp/symbols: amiga se 
	xc/programs/xkbcomp/symbols/sun: Imakefile 
	xc/programs/xlogo: xlogo.c 
	xc/programs/xmag: xmag.c 
	xc/programs/xrdb: xrdb.c 
	xc/programs/xterm: Tekproc.c XTerm.ad charproc.c configure 
	                   data.c data.h error.h main.c misc.c os2main.c 
	                   print.c ptyx.h resize.c scrollbar.c util.c 
	                   version.h 
Removed files:
	xc/nls/XLC_LOCALE: tabkoi8-r 
	xc/programs/Xserver/hw/xfree86/doc: README.NV1 
	xc/programs/Xserver/hw/xfree86/doc/sgml: NV1.sgml 
	xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86: 
	                                                         upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris: upd-list 
	xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare: upd-list 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/nv: nv3ref.h 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga: 
	                                                       s3accel_newmmio.c 
	                                                       s3accel_pio.c 

Log message:
merge XFree86 3.3.3


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 04:22:03

Removed files:
	xc/programs/Xserver/hw/xfree86/vga256/drivers/neomagic: 
	                                                        Imakefile 
	                                                        README 
	                                                        bank.s 
	                                                        neo_driver.c 

Log message:
replaced by the neo driver in XFree86 3.3.3


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 04:28:47

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

Log message:
Fix a small merge problem


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 07:50:30

Modified files:
	xc/programs/xterm: Tekproc.c 

Log message:
Fix a merge conflict


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 07:51:18

Modified files:
	xc/programs/xterm: resize.c 

Log message:
one more merge error


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/11/28 07:51:35

Modified files:
	lib/libc/string: strcpy.3 strcat.3 

Log message:
.Xr strlcat, strlcpy


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 07:57:16

Modified files:
	xc/programs/Xserver/hw/xfree86/doc/sgml: Imakefile 

Log message:
No fbdev.sgml here...


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	1998/11/28 08:00:30

Added files:
	textproc/sgmlformat/patches: patch-ag 

Log message:
XFree86 additions/fixes to sgmlfmt


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/11/28 12:03:08

Modified files:
	.              : want.html 

Log message:
a ups for the mail machine would be nice


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/28 12:56:37

Modified files:
	sbin/ccdconfig : ccdconfig.8 
	sbin/clri      : clri.8 
	sbin/disklabel : disklabel.8 
	sbin/dmesg     : dmesg.8 
	sbin/dump      : dump.8 
	sbin/dumplfs   : dumplfs.8 
	sbin/fdisk     : fdisk.8 
	sbin/fsck      : fsck.8 
	sbin/fsck_ext2fs: fsck_ext2fs.8 
	sbin/fsck_ffs  : fsck_ffs.8 
	sbin/fsck_msdos: fsck_msdos.8 
	sbin/fsirand   : fsirand.8 
	sbin/ifconfig  : ifconfig.8 
	sbin/init      : init.8 
	sbin/kbd       : kbd.8 
	sbin/mknod     : mknod.8 
	sbin/modload   : modload.8 
	sbin/modunload : modunload.8 
	sbin/mount     : mount.8 
	sbin/mount_ados: mount_ados.8 
	sbin/mount_cd9660: mount_cd9660.8 
	sbin/mount_ext2fs: mount_ext2fs.8 
	sbin/mount_fdesc: mount_fdesc.8 
	sbin/mount_ffs : mount_ffs.8 
	sbin/mount_kernfs: mount_kernfs.8 
	sbin/mount_lfs : mount_lfs.8 
	sbin/mount_msdos: mount_msdos.8 
	sbin/mount_nfs : mount_nfs.8 
	sbin/mount_null: mount_null.8 
	sbin/mount_portal: mount_portal.8 
	sbin/mount_procfs: mount_procfs.8 
	sbin/mount_umap: mount_umap.8 
	sbin/mount_union: mount_union.8 
	sbin/mountd    : exports.5 mountd.8 
	sbin/ncheck_ffs: ncheck_ffs.8 
	sbin/newfs     : newfs.8 
	sbin/newfs_msdos: newfs_msdos.8 
	sbin/newlfs    : newlfs.8 
	sbin/nfsd      : nfsd.8 
	sbin/nfsiod    : nfsiod.8 
	sbin/nologin   : nologin.8 
	sbin/pcmcia_cntrl: pcmcia_cntrl.8 
	sbin/ping      : ping.8 
	sbin/quotacheck: quotacheck.8 
	sbin/isakmpd   : isakmpd.8 isakmpd.conf.5 
	sbin/reboot    : boot_atari.8 boot_pmax.8 
	sbin/restore   : restore.8 
	sbin/route     : route.8 
	sbin/routed    : routed.8 
	sbin/savecore  : savecore.8 
	sbin/scsi      : scsi.8 
	sbin/shutdown  : shutdown.8 
	sbin/slattach  : slattach.8 
	sbin/swapon    : swapon.8 
	sbin/ttyflags  : ttyflags.8 
	sbin/tunefs    : tunefs.8 
	sbin/umount    : umount.8 
	sbin/mount_xfs : mount_xfs.8 
	sbin/photurisd : photurisd.8 
	sbin/startkey  : startkey.1 

Log message:
kill redundant .Nm macro arguments; other misc fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/28 13:14:45

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

Log message:
add


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/28 16:33:30

Modified files:
	sys/scsi       : scsiconf.c 

Log message:
Add another Sony CD-ROM, wvdputte@reptile.rug.ac.be


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/28 16:41:02

Modified files:
	kerberosIV/include: kuser_locl.h slav_locl.h 
	kerberosIV/kerberos: kerberos.c 
	kerberosIV/kpropd: kpropd.c 
	kerberosIV/krb : krb_locl.h 
Added files:
	kerberosIV/include/kerberosIV: prot.h 
Removed files:
	kerberosIV/include: prot.h 

Log message:
some external programs like to include prot.h, install it


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/28 16:47:17

Modified files:
	kerberosIV/include/kerberosIV: Makefile 

Log message:
install prot.h


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/28 17:45:31

Modified files:
	sys/ufs/ffs    : fs.h 

Log message:
spleling


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/28 18:46:58

Modified files:
	sys/kern       : vfs_bio.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/28 19:29:05

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/28 19:29:19

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/28 20:14:17

Modified files:
	.              : plus.html 

Log message:
remove dated section


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/28 20:17:26

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/11/28 20:47:16

Modified files:
	sys/ufs/ffs    : ffs_inode.c 

Log message:
remove unreached code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/28 22:27:46

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
rhine/rhineII viatech chips


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/28 22:28:00

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1998/11/28 23:54:38

Modified files:
	.              : plus.html 

Log message:
fix typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/11/29 02:34:09

Modified files:
	usr.sbin/kvm_mkdb: nlist.c 

Log message:
Blow up a little more verbosely if something's feeding us garbage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1998/11/29 02:50:32

Modified files:
	security/stel/patches: patch-ad 

Log message:
do not ask to use mjr des mode


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/29 06:53:42

Modified files:
	xc/programs/Xserver/hw/xfree86/vga256/drivers/nv: Imakefile 

Log message:
nv3ref.h and nv4ref.h are gone (part of NVIDIA's obfuscation)
Noticed by Jakob Schlyter <jakob@carlstedt.se>


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1998/11/29 07:12:15

Modified files:
	share/man/man4 : options.4 

Log message:
Document the TCPCOOKIE option.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/29 08:47:26

Modified files:
	share/man/man1 : cd.1 intro.1 wait.1 
	share/man/man3 : dlfcn.3 end.3 intro.3 stdarg.3 
	share/man/man5 : core.5 dir.5 disktab.5 ethers.5 group.5 hosts.5 
	                 hosts.equiv.5 netgroup.5 networks.5 passwd.5 
	                 printcap.5 protocols.5 resolv.conf.5 rpc.5 
	                 services.5 shells.5 stab.5 sysctl.conf.5 utmp.5 
	share/man/man7 : ascii.7 

Log message:
kill superfluous .Nm macro arguments


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/29 12:38:01

Modified files:
	games/arithmetic: arithmetic.6 
	games/backgammon/backgammon: backgammon.6 
	games/banner   : banner.6 
	games/bs       : bs.6 
	games/caesar   : caesar.6 
	games/cribbage : cribbage.6 
	games/factor   : factor.6 
	games/fish     : fish.6 
	games/fortune/fortune: fortune.6 
	games/gomoku   : gomoku.6 
	games/hack     : hack.6 
	games/larn     : larn.6 
	games/mille    : mille.6 
	games/monop    : monop.6 
	games/number   : number.6 
	games/quiz     : quiz.6 
	games/rain     : rain.6 
	games/random   : random.6 
	games/robots   : robots.6 
	games/rogue    : rogue.6 
	games/sail     : sail.6 
	games/snake/snake: snake.6 
	games/trek     : trek.6 
	games/worms    : worms.6 

Log message:
Don't capitalize game names at the beginning of sentences.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/29 12:45:11

Modified files:
	games/adventure: io.c main.c vocab.c 
	games/backgammon/common_source: subs.c 
	games/monop    : execute.c 
	games/trek     : dumpgame.c 

Log message:
Minor changes from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/11/29 12:57:03

Modified files:
	games/phantasia: Makefile fight.c gamesupport.c include.h 
	                 interplayer.c io.c macros.h main.c misc.c 
	                 pathnames.h phantasia.6tbl phantdefs.h 
	                 phantglobs.c phantglobs.h phantstruct.h setup.c 

Log message:
NetBSD merge (mainly -Wall related)


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/11/29 13:27:12

Modified files:
	net/ntop       : Makefile 
	net/ntop/patches: patch-ab patch-ad patch-ae 
Added files:
	net/ntop/patches: patch-af 

Log message:
Remove setuid root as this program can be used to do passive information
gathering of security sensitive data of mere users otherwise.  Add support
for some other datalink types, like the lo, ppp, slip & enc interfaces.


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/11/29 13:33:18

Modified files:
	.              : donations.html 

Log message:
Network management URL fixed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 13:43:32

Modified files:
	share/man/man4 : options.4 

Log message:
spelling


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 13:50:08

Modified files:
	.              : want.html 

Log message:
clean


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 13:53:47

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1998/11/29 14:30:10

Modified files:
	distrib/sets/lists/xbase: md.i386 
	distrib/sets/lists/xfont: md.x11r6 mi 
	distrib/sets/lists/xlink: md.i386 
	distrib/sets/lists/xserv: md.i386 
	distrib/sets/lists/xshare: mi 

Log message:
sync with XFree86 3.3.3


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 14:35:18

Modified files:
	etc            : daily 

Log message:
no need for Subject: line, crontab does it


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 14:49:04

Modified files:
	.              : want.html 

Log message:
we want a VIA rhine/rhineII card so that we can add support


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/11/29 16:23:50

Modified files:
	.              : want.html 

Log message:
As my 3c589b connector is really flaking out, I will make a
commitment to do a Xircom realport driver, if I get one.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/29 16:29:41

Modified files:
	lib/libssl/crypto-patent: Makefile 
	lib/libssl/crypto: Makefile 
	lib/libssl/ssl-patent: Makefile 
	lib/libssl/ssl : Makefile 

Log message:
create ${DESTDIR}/usr/include/ssl if it does not exist.  This is needed because the mtree is done after "make includes"


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/29 18:02:18

Modified files:
	lib/libcurses  : Makefile 
	lib/libocurses : Makefile 

Log message:
Link -ltermcap to -lcurses and -lotermcap to -locurses.  This fixes
problems with 3rd party programs that want to link with both -ltermcap
and -lcurses.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/11/29 18:48:03

Modified files:
	usr.bin/printf : printf.1 

Log message:
cleanup; also note that ``0'' flag is ignored when used with a precision
specifier and any of the d, i, o, u, or x (X) formats, as per gcc warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 19:33:17

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new modem


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/29 19:33:21

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/29 20:39:06

Modified files:
	audio/xmcd     : Makefile 
	audio/xmmix    : Makefile 

Log message:
BUILD_DEPENDS=Xm.1... -> USE_MOTIF=yes


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/11/29 20:57:15

Modified files:
	usr.bin/netstat: inet.c 

Log message:
stats for fast retransmits


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 03:19:02

Modified files:
	usr.bin/fstat  : fstat.c 

Log message:
fix error outputs; form


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 03:44:56

Modified files:
	sys/dev/isa    : isapnp.c 

Log message:
clear the isapnp softc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/30 08:49:16

Modified files:
	lib/libcurses  : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/30 09:12:26

Modified files:
	lib/libocurses : Makefile 
Added files:
	lib/libocurses : otermcap.3 

Log message:
document libotermcap and say why it is deprecated


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:03:06

Modified files:
	sys/arch/hppa/conf: GEKKO 

Log message:
fix mem0, cpu0 (there could be only one


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:05:04

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

Log message:
some more devices, add isa/eisa remove some unneeded files


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/30 14:09:30

Removed files:
	lib/libterm    : Makefile pathnames.h shlib_version termcap.3 
	                 termcap.c tgoto.c tputs.c 

Log message:
This stuff is now in libocurses


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/11/30 14:10:11

Removed files:
	lib/libterm/TEST: tc1.c tc2.c tc3.c 

Log message:
This stuff is now in libocurses


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:12:36

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
fix 712 #3 model to be a 712/80i, shorten processor-dependent mem module, fix shifto


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:13:07

Modified files:
	sys/arch/hppa/dev: boards.h boards_data.h cpudevs.h 
	                   cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:14:46

Added files:
	sys/arch/hppa/eisa: eisa_machdep.h 

Log message:
some eisa_machdep.h


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:16:32

Modified files:
	sys/arch/hppa/gsc: lpt_gsc.c 

Log message:
s/iot/ca->ca_iot/


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:23:28

Added files:
	sys/arch/hppa/isa: isa_machdep.h 

Log message:
some isa_machdep.h


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 14:38:02

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

Log message:
zero confargs before device scan, less verbose printing for probed device


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 17:11:57

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
Motorola VoiceSURFR 56K Modem


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 17:12:03

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 18:34:28

Modified files:
	.              : ftp.html anoncvs.html 

Log message:
bye bye ctaz


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 19:41:26

Modified files:
	.              : plus.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/11/30 19:47:23

Modified files:
	.              : plus.html 

Log message:
more typos


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 20:04:21

Modified files:
	sys/arch/hppa/conf: GEKKO 

Log message:
derive from sys/conf/GENERIC


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 20:05:44

Modified files:
	sys/arch/hppa/include: ptrace.h 

Log message:
define MD ptrace definitions; copyright


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/11/30 20:06:43

Modified files:
	sys/arch/hppa/include: reg.h 

Log message:
define *reg structures; m-include protect; copyright


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	1998/11/30 21:33:31

Modified files:
	etc            : Makefile 

Log message:
chdir to ${DESTDIR}/ to create sys -> usr/src/sys link.
This avoids creating of incorrect symlink ${HOME}/sys -> usr/src/sys when
DESTDIR="".


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/11/30 22:10:24

Modified files:
	security/socks5: Makefile 
	security/socks5/files: md5 

Log message:
update to 1.0r8


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/01 01:13:40

Modified files:
	.              : index.html 

Log message:
au www mirror


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/12/01 01:19:03

Modified files:
	.              : crypto.html 

Log message:
Reflect current use of cryptography better


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/12/01 01:22:06

Modified files:
	.              : crypto.html 

Log message:
Speak more about Kerberos


CVSROOT:	/cvs
Module name:	www
Changes by:	weingart@cvs.openbsd.org	1998/12/01 08:35:51

Modified files:
	.              : orders.html 

Log message:
I'm moving outta this place.  Don't know why, as the destination is
bound to be a lot colder...  Besides, I'm just outta 2.3 stuff anyhow.  :-)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/01 14:23:30

Modified files:
	.              : orders.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/01 14:43:02

Modified files:
	.              : index.html 

Log message:
2.4 is out


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1998/12/01 15:28:31

Modified files:
	.              : ftp.html 

Log message:
change to pub/os/OpenBSD for ftp.sunet.se until they fix a link


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1998/12/01 15:39:14

Modified files:
	.              : ftp.html 

Log message:
change back to pub/OpenBSD for ftp.sunet.se because they fixed the link (that was fast)


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	1998/12/01 15:44:09

Modified files:
	.              : orders.html 

Log message:
Added myself for Ontario.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	1998/12/01 16:16:24

Modified files:
	.              : support.html 
Added files:
	.              : support.awk support.bld support.dat 
	                 support.skel 

Log message:
Put all the pieces of "support" into CVS so anybody with commit can update it.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/01 16:32:52

Modified files:
	sys/ufs/ffs    : ffs_inode.c 

Log message:
remove the itrunc3 panic
(if someone can convince me that the call to vinvalbuf won't keep the buffers
for the metadata, I will put it back)


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/01 17:02:52

Modified files:
	bin/pax        : tar.1 

Log message:
cleanup/update synopsis


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/01 19:27:02

Log message:
    Sound support, including 8 bit, with crossed fingers.
    
    Status:
    
    Vendor Tag:	xanim-2_70_7_0
    Release Tags:	sound-fixed
    
    N ports/graphics/xanim/Makefile
    N ports/graphics/xanim/pkg/DESCR
    N ports/graphics/xanim/pkg/COMMENT
    N ports/graphics/xanim/pkg/PLIST
    N ports/graphics/xanim/files/md5
    N ports/graphics/xanim/patches/patch-b
    N ports/graphics/xanim/patches/patch-a
    N ports/graphics/xanim/patches/i386-patch
    N ports/graphics/xanim/patches/patch-c
    N ports/graphics/xanim/patches/patch-d
    N ports/graphics/xanim/patches/m68k-patch
    N ports/graphics/xanim/patches/sparc-patch
    N ports/graphics/xanim/patches/patch-e
    N ports/graphics/xanim/patches/patch-f
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	1998/12/01 22:55:23

Modified files:
	.              : powerpc.html 

Log message:
Remove Allen Briggs from powerpc page, per his request.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/02 00:21:02

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

Log message:
fix Re description; horikawa@jp.FreeBSD.org


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/02 00:33:03

Modified files:
	.              : orders.html 

Log message:
link to Swedish non-SSL web ordering form


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/02 00:34:35

Modified files:
	sys/arch/sparc/dev: if_lereg.h 

Log message:
use more memory for lance; performance enhancement


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/02 00:35:00

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

Log message:
cogent-compatible adapters appearing in an adaptec ethernet block range


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/02 08:45:44

Modified files:
	lib/libocurses : Makefile 

Log message:
Unobfuscate comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/02 08:48:26

Log message:
    Port by Bruno Rohee, seems clean enough.
    
    Status:
    
    Vendor Tag:	guile-1_3
    Release Tags:	by-bruno-rohee
    
    N ports/lang/guile/Makefile
    N ports/lang/guile/files/md5
    N ports/lang/guile/pkg/DESCR
    N ports/lang/guile/pkg/COMMENT
    N ports/lang/guile/pkg/PLIST
    N ports/lang/guile/pkg/PLIST.alpha
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/02 10:12:35

src/sys/arch/hppa/vme

Update of /cvs/src/sys/arch/hppa/vme
In directory cvs.openbsd.org:/tmp/cvs-serv28754/vme

Log Message:
Directory /cvs/src/sys/arch/hppa/vme added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/02 17:43:51

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
oh joy


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/02 19:33:35

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: PLIST.template md5 
	lang/egcs-snapshot/pkg: DESCR 
Added files:
	lang/egcs-snapshot/patches: patch-core-fuck-autoconf 
	                            patch-core-schwab 

Log message:
Update to snapshot 981130.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/02 21:07:46

Modified files:
	.              : anoncvs.html 

Log message:
anoncvs3.usa does pserver too.  Tell people to use a password of anoncvs since anoncvssh cannot use system passwd on systems with shadow passwords


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/02 21:16:59

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

Log message:
o Don't match pci product 0xae33, as it's a pciide controller; reported by mickey@ (pr 652).
o use switch for matching pci products


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/02 21:17:56

Modified files:
	.              : anoncvs.html 

Log message:
mention cvs -d, this page could do with some reorg


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1998/12/02 23:09:17

Modified files:
	.              : checklist.html portstat.stat 

Log message:
update skeleton makefile in porting checklist


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/03 11:24:35

Modified files:
	security/ssh   : Makefile 

Log message:
configure an explicit path to rsh; karls@inet.no


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/12/03 17:24:18

Modified files:
	.              : hppa.html 

Log message:
some more 'eventualy, maybe, someday' will run systems


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/03 17:24:39

Modified files:
	lang/egcs-stable: Makefile 
	lang/egcs-stable/files: PLIST.template md5 
	lang/egcs-stable/pkg: COMMENT 
Added files:
	lang/egcs-stable/patches: patch-core-config.open 
	                          patch-core-doc-ecpp 
	                          patch-core-doc-egcc 
	                          patch-core-name-transform 
	                          patch-g++-libshared.open 
	                          patch-g++-testlibio 
	                          patch-g++-testlibstd 
	                          patch-g77-doc-eg77 
	                          patch-g77-name-transform 
Removed files:
	lang/egcs-stable/patches: patch-aa patch-ab patch-ac patch-ad 
	                          patch-ae 

Log message:
Update to release 1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/03 17:29:21

Log message:
    Add WindowMaker window manager to ports.
    
    Status:
    
    Vendor Tag:	jasoni
    Release Tags:	jasoni_1998_DEC_3
    
    N ports/x11/windowmaker/Makefile
    N ports/x11/windowmaker/files/md5
    N ports/x11/windowmaker/pkg/PLIST
    N ports/x11/windowmaker/pkg/COMMENT
    N ports/x11/windowmaker/pkg/DESCR
    N ports/x11/windowmaker/pkg/MESSAGE
    N ports/x11/windowmaker/patches/patch-aa
    N ports/x11/windowmaker/patches/patch-ab
    N ports/x11/windowmaker/patches/patch-ac
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/03 17:35:08

Modified files:
	x11            : Makefile 

Log message:
Add windowmaker to Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/03 18:32:44

Added files:
	sys/arch/hppa/conf: GECKO 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/03 18:33:24

Removed files:
	sys/arch/hppa/conf: GEKKO 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/03 18:50:34

Modified files:
	sys/arch/hppa/dev: boards_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/03 18:56:15

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
typo, some more numberless 800 machines


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/03 18:57:19

Modified files:
	sys/arch/hppa/dev: Makefile 

Log message:
rm all of them


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/03 18:57:57

Modified files:
	sys/arch/hppa/dev: boards.h boards_data.h cpudevs.h 
	                   cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/12/03 23:49:59

Modified files:
	sys/dev/pcmcia : if_ne_pcmcia.c pcmciadevs pcmciadevs.h 
	                 pcmciadevs_data.h 

Log message:
Add support for another ne2k compatible card, vendor unknown.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 00:15:41

Modified files:
	.              : want.html donations.html 

Log message:
someone donated a 10/100 8-port ether switch!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 00:21:58

Modified files:
	distrib/sets/lists/base: md.amiga md.arc md.hp300 md.i386 
	                         md.mac68k md.mvme68k md.pmax md.sparc 
	                         md.sun3 
	distrib/sets/lists/comp: md.alpha md.amiga md.arc md.atari 
	                         md.hp300 md.i386 md.mac68k md.mvme68k 
	                         md.pc532 md.pmax md.powerpc md.sparc 
	                         md.sun3 mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 00:52:02

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

Log message:
support user.group or user:group, per chown(8)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 02:12:29

Modified files:
	.              : events.html 

Log message:
more on LISA


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 02:33:10

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/04 08:57:02

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
VFS-Lite2 requires stricter locking around vnode buffer queues. vinvalbuf
had insufficient protection


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 12:40:56

Modified files:
	sys/kern       : kern_descrip.c 

Log message:
consider limits, in fdavail(); michaels@inet.no


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/12/04 14:52:25

Modified files:
	sys/conf       : GENERIC 

Log message:
Disable TCP_SACK and TCP_FACK until such time as they don't cause connection
problems between different revisions of OpenBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1998/12/04 15:10:53

Modified files:
	devel/prc-tools/files: md5 

Log message:
Update the checksums.


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1998/12/04 16:25:11

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/04 17:06:33

Modified files:
	usr.bin/make   : Makefile Makefile.boot arch.c bit.h buf.c buf.h 
	                 compat.c cond.c config.h dir.c dir.h for.c 
	                 hash.c hash.h job.c job.h list.h lst.h main.c 
	                 make.1 make.c make.h nonints.h parse.c 
	                 pathnames.h sprite.h str.c suff.c targ.c util.c 
	                 var.c 
	usr.bin/make/PSD.doc: Makefile tutorial.ms 
	usr.bin/make/lst.lib: Makefile lstAppend.c lstAtEnd.c 
	                      lstAtFront.c lstClose.c lstConcat.c 
	                      lstDatum.c lstDeQueue.c lstDestroy.c 
	                      lstDupl.c lstEnQueue.c lstFind.c 
	                      lstFindFrom.c lstFirst.c lstForEach.c 
	                      lstForEachFrom.c lstInit.c lstInsert.c 
	                      lstInt.h lstIsAtEnd.c lstIsEmpty.c 
	                      lstLast.c lstMember.c lstNext.c lstOpen.c 
	                      lstRemove.c lstReplace.c lstSucc.c 

Log message:
Modifications from netbsd:
- don't interfere with MACHINE/MACHINE_ARCH defines for bootstrap
- type clean-up, time_t, and printing `unknown' ints
- fix TARGET/MEMBER bug in archive rules
- memmove...
- cleaner Error handler.
- reentrant brk_string
- .MAKE env variable
- preliminary scaffolding for .NOPATH

Other improvements:
- efree
- shellneed streamlined
- display Stop in .CURDIR after an error.
- document most features and misfeatures.
- add a few OpenBSD notes to the tutorial.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/04 19:13:48

Modified files:
	.              : orders.html 

Log message:
british sales


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/05 02:50:04

Modified files:
	distrib/sets/lists/comp: md.alpha 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/05 07:12:45

Modified files:
	usr.bin/tset   : tset.c 

Log message:
Add missing printf


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/05 07:54:04

Modified files:
	.              : events.html 

Log message:
mention in the LISA blurb that the PalmPilot schedule loader runs OpenBSD; rees@citi.umich.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 08:50:45

Modified files:
	sys/arch/hppa/include: bus.h 

Log message:
finally, i block mapped the io space, so bus.h is kind of fake now, just *(h + o) pointer arithmetic


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 08:53:53

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

Log message:
block map IO space, check for btlb_insert return; s/DEBUG/PMAPDEBUG/g


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/05 09:15:59

Modified files:
	lang/egcs-snapshot/files: md5 
Removed files:
	lang/egcs-snapshot/patches: patch-chill-bogus-dep 
	                            patch-g++-testlibio 
	                            patch-g++-testlibstd 

Log message:
Forgot to clean up those for 19981130


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/05 09:35:11

Modified files:
	graphics/xanim/patches: m68k-patch 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 09:44:09

Modified files:
	sys/kern       : vfs_vnops.c 

Log message:
Dead code elimination


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 09:50:41

Modified files:
	sys/sys        : vnode.h 
	sys/kern       : vfs_subr.c vnode_if.c vnode_if.sh 

Log message:
Framework for generating automatic test code for locking discipline
in DIAGNOSTIC mode.

Added documentation to vfs_subr.c on locking needs of a couple calls.

Improvements to the vinvalbuf patch. We need to start over after we
let our pants down.


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 09:54:02

Modified files:
	sys/kern       : vnode_if.src 

Log message:
Updated vnode_if specificiation


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 09:55:01

Modified files:
	sys/sys        : vnode_if.h 

Log message:
Updated generated files


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 09:58:26

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Make sure the VLOCKSWORK diagnostic flag is correctly maintained.


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 10:01:10

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
Finally, enable lock checking for FFS, which has full-blown lock support.


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 10:16:55

Modified files:
	sys/kern       : vfs_vnops.c 

Log message:
Reinstate supposed dead code


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:25:55

Added files:
	sys/arch/hppa/include: profile.h 

Log message:
dumb mcont() for now


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:29:51

Modified files:
	sys/arch/hppa/include: endian.h 

Log message:
MD swapX macros, not enabled yet


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:31:21

Modified files:
	sys/arch/hppa/include: bus.h 

Log message:
fake bus_space_barrier()


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:33:01

Modified files:
	sys/arch/hppa/include: cpufunc.h 

Log message:
btlb_insert() now returns slot number, heartbeat() and cpu_gethpa(to get cpu#0 HPA) prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:34:05

Modified files:
	sys/arch/hppa/include: pdc.h 

Log message:
some cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:35:38

Modified files:
	sys/arch/hppa/include: exec.h 

Log message:
do elf and som, no a.out and ecoff


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:38:34

Added files:
	sys/arch/hppa/include: db_machdep.h 

Log message:
some db_machdep.h


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:42:10

Modified files:
	sys/arch/hppa/include: intr.h 

Log message:
define INT_IO and INT_ALL masks for spl*() macros to use


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/05 10:44:48

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

Log message:
some locore.S


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/05 10:55:52

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

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1998/12/05 11:57:07

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
There's still a good bit of lock debugging that needs to happen. Don't
turn it on by default or people will be getting too many panics.


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1998/12/05 12:43:46

Modified files:
	gnu/lib/libg++/libg++/gperf: Makefile.bsd-wrapper 
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 
	usr.sbin/httpd : Makefile 

Log message:
NOMAN fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/05 14:59:16

Modified files:
	editors/hexedit: Makefile 
	editors/hexedit/files: md5 
	editors/hexedit/pkg: PLIST 
Removed files:
	editors/hexedit/patches: patch-aa 

Log message:
Update to v1.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/05 16:25:58

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
m68k builds, at least this release!


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1998/12/06 03:01:30

Modified files:
	gnu/usr.bin/binutils/gas/config: tc-mips.c 

Log message:
Fix a minor 64 bit constant synth. bug


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/06 12:33:29

Modified files:
	lang/kaffe     : Makefile 
	lang/kaffe/files: md5 
	lang/kaffe/pkg : PLIST 

Log message:
Update to v1.0.b2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/06 13:19:20

Modified files:
	lang/kaffe     : Makefile 

Log message:
fix configure environment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/06 17:11:59

Modified files:
	graphics/xanim/patches: patch-f 

Log message:
Add missing code for SIGNED_1M so that amiga gets a chance to play audio...
won't help much until the dang kernel is fixed, but...

(this will probably fixed in xanim's next official release, if I can get
Podlipec to clean his audio code somewhat)


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1998/12/07 07:27:25

Modified files:
	x11/blackbox   : Makefile 
	x11/blackbox/files: md5 

Log message:
Updated to version 0.50.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1998/12/07 09:04:59

Removed files:
	x11/blackbox/patches: patch-aa 

Log message:
forgot this one, still learning CVS...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 09:44:42

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

Log message:
remove bogus divide, fixes pr #656


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 11:16:21

src/share/termtypes

Update of /cvs/src/share/termtypes
In directory cvs.openbsd.org:/tmp/cvs-serv18217/termtypes

Log Message:
Directory /cvs/src/share/termtypes added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/07 11:23:29

Modified files:
	usr.bin/tr     : str.c 

Log message:
fix [:print:]


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 11:23:40

Added files:
	share/termtypes: Makefile README map3270 termcap.5 
	                 termtypes.master 

Log message:
this will replace share/{termcap,terminfo} soon


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 12:14:36

Modified files:
	share/termtypes: termtypes.master 

Log message:
stock master termcap/terminfo file; version Version 10.2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 12:25:25

Modified files:
	share/termtypes: termtypes.master 

Log message:
make pcvt arrow keys work with vt220 entries; most dec terminals generate DEL, not ^H


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 12:53:44

Modified files:
	share/termtypes: Makefile 

Log message:
disgusting ed hack to remove three lines from xterm termcap entry; should be redone


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 13:01:39

Modified files:
	share/termtypes: Makefile 

Log message:
kill OBJDIR sillyness


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 13:07:22

Modified files:
	share/termtypes: Makefile 

Log message:
remove bogus CURDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/07 13:09:41

Modified files:
	usr.bin/banner : banner.c 

Log message:
Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/07 13:10:09

Modified files:
	usr.bin/biff   : biff.c 

Log message:
Wall


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/07 13:47:28

Modified files:
	comms/mgetty+sendfax: Makefile 

Log message:
no package for this port


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/07 13:48:50

Modified files:
	math/xspread/pkg: PLIST 

Log message:
fix packing list


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 14:32:39

Modified files:
	gnu/usr.bin/sudo/sudo: interfaces.c 

Log message:
fd leak; oops


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/07 14:47:23

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

Log message:
No need to cast to they type we already are.  Also minor KNF


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/12/07 16:06:48

Modified files:
	.              : porting.html 
Added files:
	.              : audio-port.html 

Log message:
Specific info about hw dependencies and audio applications.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/07 16:45:46

Modified files:
	bin/pax        : options.c pax.1 

Log message:
doc -z pax option; d


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/08 10:46:53

Modified files:
	.              : orders.html 

Log message:
portland, OR


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/08 12:49:40

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

Log message:
fix kvtop() according to the recent changes of mapping IO space equally


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/08 21:07:46

Modified files:
	devel/ddd      : Makefile 
	devel/ddd/files: md5 
	devel/ddd/pkg  : COMMENT 

Log message:
update to version 3.1.1


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/09 06:17:21

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new USR modem


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/09 06:28:36

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/09 06:32:44

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
and a gus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/09 06:32:46

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
snc


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/09 06:41:20

Modified files:
	.              : orders.html 

Log message:
moved


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/09 17:31:39

Modified files:
	lib/libc_r/TEST: Makefile test.h test_create.c test_fork.c 
	                 test_preemption.c test_pthread_join.c 
	                 test_pthread_mutex.c test_sleep.c test_sock_1.c 
	                 test_sock_2.c test_switch.c 

Log message:
tests are now useful


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/09 17:33:54

Modified files:
	lib/libc_r/uthread: Makefile.inc uthread_init.c 
Added files:
	lib/libc_r/uthread: uthread_autoinit.c 

Log message:
split automatic init into own file


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/09 17:40:20

Modified files:
	lib/libc_r/include: pthread.h 
	lib/libc_r/uthread: uthread_exit.c uthread_kill.c 
	                    uthread_mattr_kind_np.c uthread_mutex.c 

Log message:
sync with FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/09 20:44:42

Modified files:
	audio/xmmix/pkg: PLIST 

Log message:
fix PLIST: man1/xmmix.1 -> cat1/xmmix.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/09 23:16:35

Modified files:
	net/licq       : Makefile 

Log message:
Fix configure script failure. ksh bug?


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/10 00:42:29

Modified files:
	x11/lesstif    : Makefile 
	x11/lesstif/files: md5 

Log message:
update to 0.87.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	d@cvs.openbsd.org	1998/12/10 05:24:21

Modified files:
	lang/egcs-stable: Makefile 

Log message:
australians have mirrors too


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/10 11:40:41

Modified files:
	usr.sbin/ppp/ppp: bundle.c bundle.h main.c 

Log message:
When using ``set device !someprogram'', when ``someprogram''
exits, it causes a select() exception.
Handle these select() exceptions on link descriptors in pretty
much the same way as loss of carrier rather than dropping out
in confusion.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/10 11:40:56

Modified files:
	usr.sbin/ppp/ppp: datalink.c 

Log message:
Boy, this was tricky to find:
Remove any dial timer that might be hanging around at
datalink_Destroy() time.  This timer may be left running
after the link is closed (making sure it's not automatically
opened again too soon).


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/10 14:46:58

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
vfs_unmountall: retry to unmount all remaining filesystems when one unmount failed


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/10 16:48:13

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
Several fixes to dounmount.
- Check for MNT_UNMOUNT before doing the actual unmount. It shouldn't
matter for normal unmounts that go through sys_unmount, because they
won't be able to do a lookup on the mountpoint when it's being unmounted,
but mfs calls dounmount directly (and there was still a race).
- clear the MNT_UNMOUNT flag after reenabling the lock (almost impossible
race).
- clear the MNT_MWAIT flag after doing a wakeup on the mountpoint.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/10 17:20:44

Log message:
    add erlang port
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1998-Dec-10
    
    N ports/lang/erlang/Makefile
    N ports/lang/erlang/files/md5
    N ports/lang/erlang/patches/patch-aa
    N ports/lang/erlang/patches/patch-ab
    N ports/lang/erlang/pkg/COMMENT
    N ports/lang/erlang/pkg/PLIST
    N ports/lang/erlang/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/10 17:22:32

Modified files:
	lang           : Makefile 

Log message:
add erlang to makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/12 23:36:54

Modified files:
	sys/arch/hppa/include: bus.h 

Log message:
take advantage of IO space equal mapping


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/12 23:39:10

Modified files:
	sys/arch/hppa/include: pdc.h 

Log message:
define PDC arguments alignment


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/12 23:41:44

Modified files:
	sys/arch/hppa/stand/libsa: pdc.c 

Log message:
PDC_ALIGNMENT; remove global chasdata


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/12 23:45:05

Modified files:
	sys/arch/hppa/stand/libsa: pdc.c 

Log message:
use PDC_ALIGNMENT; oops


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/12 23:47:02

Modified files:
	sys/arch/hppa/include: iomod.h 

Log message:
define HPA region


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/13 00:08:38

Modified files:
	sys/arch/hppa/include: bus.h 

Log message:
implement some more of those write_multi routines; also some 64 bit ones


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/12/13 00:31:08

Modified files:
	usr.bin/calendar: calendar.1 calendar.c calendar.h day.c io.c 
	                  ostern.c paskha.c 

Log message:
Show periodic events the correct number of times.
Calculate special events (Easter) correctly regardless of which year
they occur in (thus fixing user/562).
Keep locales and special event names from propogating from one user
to the next during "calendar -a".
Set up a framework to handle special events other than Easter (for instance,
Jewish events, eventually).
Various other fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/12/13 00:53:04

Modified files:
	games/morse    : morse.c 

Log message:
Include option to decode morse.  Concept based on NetBSD code.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/12/13 00:56:06

Modified files:
	games/bcd      : bcd.6 

Log message:
document new -d option for morse


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/13 10:51:50

Modified files:
	lib/libc_r/uthread: uthread_exit.c 

Log message:
this this


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/13 11:05:53

Modified files:
	share          : Makefile 

Log message:
use termtypes to build termcap/terminfo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/13 12:55:26

Modified files:
	.              : errata.html 

Log message:
userdir


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/13 14:01:30

Modified files:
	usr.bin/ftp    : ftp.c 

Log message:
Fall back from passive to active if connect() fails.  This can happen if the remote server has an ip filter in place (live cvs does).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/13 14:47:10

Modified files:
	sys/arch/sparc/dev: if_le.c 

Log message:
be more careful with media handlings


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/13 15:28:39

Modified files:
	share/man/man8 : boot_config.8 

Log message:
ed is now ne/we so fix this and make other devices reflect reality


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/13 15:39:59

Modified files:
	share/man/man8 : boot_config.8 

Log message:
delete a '?' to make work around a bug in mdoc.  This is wrong but at least now it doesn't ignore lines...


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1998/12/13 16:20:34

Modified files:
	.              : want.html 

Log message:
mbus cpus


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/13 17:57:59

Modified files:
	sys/arch/hppa/include: pdc.h 

Log message:
add lan_station_id struct


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/13 18:19:18

Modified files:
	sys/arch/hppa/include: cpu.h 

Log message:
remove bogus^H^H^H^H^Hconstant cache line size definition


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/13 18:23:33

Modified files:
	distrib/notes/i386: hardware 

Log message:
ed has been split up


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/13 18:23:35

Modified files:
	usr.sbin/ppp/ppp: README.changes 

Log message:
Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/13 18:23:48

Modified files:
	usr.sbin/ppp/ppp: command.c 

Log message:
Allow a variable as the first arg to ``set proctitle''.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/13 23:08:49

Modified files:
	.              : orders.html 

Log message:
fix phone number


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/14 10:37:24

Modified files:
	sys/arch/sparc/dev: hme.c 

Log message:
Do clamping of dvma burst size like everything else


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/14 10:51:35

Modified files:
	sys/arch/sparc/dev: sbus.c 

Log message:
ss20 machines which claim to have SBUS_BURST_64 are lying


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/14 11:02:41

Modified files:
	.              : errata.html 

Log message:
two sparc patches


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/12/14 12:10:04

Modified files:
	.              : hppa.html 

Log message:
C200/C210 seems to be pa-8k based systems, which will never be supported
by this port (maybe different one, since they are 64bit systems)
C100 and C110 seems to be right ones, which makes this a lites/mklinux
inheritted typo so far; fix from Rick Jones <raj@cup.hp.com>
(ps: from now on we cannot say we did not get _any_ support from HP ;-D )


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/14 14:48:12

Modified files:
	usr.bin/fmt    : fmt.c 

Log message:
pasto that caused goal and max params not to work


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/14 14:50:33

Modified files:
	usr.bin/fmt    : fmt.c 

Log message:
adjust argv and argc correctly when reading max from command line


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/14 17:27:01

Modified files:
	.              : products.html 

Log message:
motif


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/14 17:34:14

Modified files:
	usr.sbin/httpd/src: Makefile.bsd-wrapper 

Log message:
push CC and CFLAGS; wd@ics.nara-wu.ac.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/14 17:40:30

Modified files:
	distrib/sparc  : Makefile 

Log message:
forget about the old floppies, do not build them anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/14 18:20:52

Modified files:
	bin/cat        : cat.1 
	bin/cp         : cp.1 
	bin/chio       : chio.1 
	bin/chmod      : chmod.1 
	bin/csh        : csh.1 
	bin/date       : date.1 
	bin/dd         : dd.1 
	bin/df         : df.1 
	bin/domainname : domainname.1 
	bin/echo       : echo.1 
	bin/ed         : ed.1 
	bin/expr       : expr.1 
	bin/hostname   : hostname.1 
	bin/kill       : kill.1 
	bin/ln         : ln.1 
	bin/ls         : ls.1 
	bin/md5        : md5.1 rmd160.1 sha1.1 
	bin/mkdir      : mkdir.1 
	bin/mt         : mt.1 
	bin/mv         : mv.1 
	bin/pax        : cpio.1 tar.1 
	bin/ps         : ps.1 
	bin/pwd        : pwd.1 
	bin/rcp        : rcp.1 
	bin/rm         : rm.1 
	bin/rmail      : rmail.8 
	bin/rmdir      : rmdir.1 
	bin/sleep      : sleep.1 
	bin/stty       : stty.1 
	bin/sync       : sync.8 
	sbin/badsect   : badsect.8 
	sbin/ccdconfig : ccdconfig.8 
	sbin/clri      : clri.8 
	sbin/disklabel : disklabel.8 
	sbin/dmesg     : dmesg.8 
	sbin/dump      : dump.8 
	sbin/dumpfs    : dumpfs.8 
	sbin/dumplfs   : dumplfs.8 
	sbin/fdisk     : fdisk.8 
	sbin/fsck      : fsck.8 
	sbin/fsck_ext2fs: fsck_ext2fs.8 
	sbin/fsck_ffs  : fsck_ffs.8 
	sbin/fsck_msdos: fsck_msdos.8 
	sbin/fsdb      : fsdb.8 
	sbin/fsirand   : fsirand.8 
	sbin/ifconfig  : ifconfig.8 
	sbin/init      : init.8 
	sbin/kbd       : kbd.8 
	sbin/mknod     : mknod.8 
	sbin/modload   : modload.8 
	sbin/modunload : modunload.8 
	sbin/mount     : mount.8 
	sbin/mount_ados: mount_ados.8 
	sbin/mount_cd9660: mount_cd9660.8 
	sbin/mount_ext2fs: mount_ext2fs.8 
	sbin/mount_fdesc: mount_fdesc.8 
	sbin/mount_ffs : mount_ffs.8 
	sbin/mount_kernfs: mount_kernfs.8 
	sbin/mount_lfs : mount_lfs.8 
	sbin/mount_msdos: mount_msdos.8 
	sbin/mount_nfs : mount_nfs.8 
	sbin/mount_null: mount_null.8 
	sbin/mount_portal: mount_portal.8 
	sbin/mount_procfs: mount_procfs.8 
	sbin/mount_umap: mount_umap.8 
	sbin/mount_union: mount_union.8 
	sbin/mountd    : exports.5 mountd.8 
	sbin/ncheck_ffs: ncheck_ffs.8 
	sbin/newfs     : newfs.8 
	sbin/newfs_msdos: newfs_msdos.8 
	sbin/newlfs    : newlfs.8 
	sbin/nfsd      : nfsd.8 
	sbin/nfsiod    : nfsiod.8 
	sbin/nologin   : nologin.8 
	sbin/pcmcia_cntrl: pcmcia_cntrl.8 
	sbin/ping      : ping.8 
	sbin/quotacheck: quotacheck.8 
	sbin/isakmpd   : isakmpd.8 
	sbin/restore   : restore.8 
	sbin/route     : route.8 
	sbin/routed    : routed.8 
	sbin/routed/rtquery: rtquery.8 
	sbin/savecore  : savecore.8 
	sbin/scan_ffs  : scan_ffs.8 
	sbin/scsi      : scsi.8 
	sbin/shutdown  : shutdown.8 
	sbin/slattach  : slattach.8 
	sbin/swapon    : swapon.8 
	sbin/ttyflags  : ttyflags.8 
	sbin/tunefs    : tunefs.8 
	sbin/umount    : umount.8 
	sbin/mount_xfs : mount_xfs.8 
	sbin/photurisd : photurisd.8 
	usr.sbin/amd/mk-amd-map: mk-amd-map.8 
	usr.sbin/adduser: rmgroup.8 
	usr.sbin/apmd  : apmd.8 
	usr.sbin/grfconfig: grfconfig.8 
	usr.sbin/pcmciad: pcmciad.8 
	usr.sbin/ppp/ppp: ppp.8 
	usr.sbin/ppp/pppctl: pppctl.8 
	usr.sbin/sendmail/makemap: makemap.8 
	usr.sbin/ypbind: ypbind.8 
	usr.sbin/afs/afsd: afsd.8 
	lib/libedit    : editrc.5 
	libexec/getNAME: getNAME.8 
	libexec/identd : identd.8 
	libexec/uucpd  : uucpd.8 
	share/man/man5 : netgroup.5 printcap.5 
	kerberosIV/afslog: afslog.1 
	kerberosIV/kauth: kauth.1 
	kerberosIV/kauthd: kauthd.8 

Log message:
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/14 19:26:35

Modified files:
	sys/netinet    : raw_ip.c 

Log message:
check for valid ip_hl too; route@infonexus.com


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 21:45:50

Modified files:
	sys/arch/mvme88k/include: asm.h autoconf.h bugio.h cpu.h 
	                          db_machdep.h exception_vectors.h 
	                          limits.h locore.h param.h pcctworeg.h 
	                          pmap.h prom.h vmparam.h 
Added files:
	sys/arch/mvme88k/include: frame.h mioctl.h pte.h 

Log message:
Commit for the first real OpenBSD mvme88k kernel.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 22:11:03

Modified files:
	sys/arch/mvme88k/mvme88k: autoconf.c cmmu.c conf.c disksubr.c 
	                          eh.S locore.S locore_asm_routines.S 
	                          locore_c_routines.c machdep.c pmap.c 
	                          process_machdep.c swapgeneric.c trap.c 
	                          vm_machdep.c 

Log message:
Commit for the first working mvme88k port.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 22:52:31

Modified files:
	sys/arch/mvme88k/dev: bugio.c bugtty.c cl.c clock.c clockreg.h 
	                      clreg.h i82586.h if_ie.c if_ie.h mainbus.c 
	                      memc.c memcreg.h memdevs.c nvram.c 
	                      nvramreg.h pcctwo.c pcctworeg.h siop.c 
	                      siop_script.out siop_script.ss siopdma.c 
	                      siopreg.h siopvar.h vme.c vme.h vmel.c 
	                      vmes.c 
Added files:
	sys/arch/mvme88k/dev: rd_root.c sram.c 

Log message:
Commit for the first real OpenBSD mvme88k port.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 23:02:55

Modified files:
	sys/arch/mvme88k/conf: GENERIC Makefile.mvme88k files.mvme88k 
Added files:
	sys/arch/mvme88k/conf: OFF RAMDISK 
Removed files:
	sys/arch/mvme88k/conf: M187 MYBOX NFS 

Log message:
Commint for the first real mvme88k OpendBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 23:09:52

Modified files:
	sys/arch/mvme88k/stand/bootst: Makefile version.c 
Added files:
	sys/arch/mvme88k/stand/bootst: boot.c conf.c dev_tape.c 
	                               dev_tape.h rawfs.c rawfs.h 
Removed files:
	sys/arch/mvme88k/stand/bootst: bcopy.c bootst.c 

Log message:
Greatly improved tapeboot.  From mvme68k.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 23:12:50

Modified files:
	sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc bugcrt.c 
Added files:
	sys/arch/mvme88k/stand/bugcrt: sdcrt.c 

Log message:
Added sdcrt.c to make bootxx and bootsd work.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 23:32:35

Modified files:
	sys/arch/mvme88k/stand/bootsd: Makefile README boot.c 
	sys/arch/mvme88k/stand/bootxx: Makefile bootxx.c 
	sys/arch/mvme88k/stand/installboot: Makefile installboot.8 
	                                    installboot.c 
	sys/arch/mvme88k/stand/libbug: diskrd.c putchar.c 
	sys/arch/mvme88k/stand/libsa: SRT0.S exec_mvme.c 
	sys/arch/mvme88k/stand/netboot: Makefile boot.c if_ie.c 

Log message:
This fixed a number of things.  A serious bug in bugcrt.c's initial stack
among other things.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 23:44:15

src/sys/lib/libkern/arch/m88k

Update of /cvs/src/sys/lib/libkern/arch/m88k
In directory cvs.openbsd.org:/tmp/cvs-serv24959/m88k

Log Message:
Directory /cvs/src/sys/lib/libkern/arch/m88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/14 23:45:41

Added files:
	sys/lib/libkern/arch/m88k: Makefile.inc 

Log message:
Support for the m88k arch.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/15 00:01:56

src/lib/libc/arch/m88k/net

Update of /cvs/src/lib/libc/arch/m88k/net
In directory cvs.openbsd.org:/tmp/cvs-serv16361/net

Log Message:
Directory /cvs/src/lib/libc/arch/m88k/net added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/15 00:02:36

src/lib/libc/arch/m88k/sys

Update of /cvs/src/lib/libc/arch/m88k/sys
In directory cvs.openbsd.org:/tmp/cvs-serv15428/sys

Log Message:
Directory /cvs/src/lib/libc/arch/m88k/sys added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/15 00:03:12

src/lib/libc/arch/m88k/gen

Update of /cvs/src/lib/libc/arch/m88k/gen
In directory cvs.openbsd.org:/tmp/cvs-serv27257/gen

Log Message:
Directory /cvs/src/lib/libc/arch/m88k/gen added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/15 00:03:52

src/lib/libc/arch/m88k/string

Update of /cvs/src/lib/libc/arch/m88k/string
In directory cvs.openbsd.org:/tmp/cvs-serv7023/string

Log Message:
Directory /cvs/src/lib/libc/arch/m88k/string added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/15 00:10:34

Added files:
	lib/libc/arch/m88k: DEFS.h Makefile.inc SYS.h 
	lib/libc/arch/m88k/gen: Makefile.inc _setjmp.S fabs.S 
	                        flt_rounds.c fpgetmask.c fpgetround.c 
	                        fpgetsticky.c fpsetmask.c fpsetround.c 
	                        fpsetsticky.c frexp.c infinity.c isinf.c 
	                        isnan.c ldexp.c modf.c setjmp.S 
	                        sigsetjmp.S 
	lib/libc/arch/m88k/net: Makefile.inc htonl.S htons.S ntohl.S 
	                        ntohs.S 
	lib/libc/arch/m88k/string: Makefile.inc strchr.co strrchr.co 
	lib/libc/arch/m88k/sys: Ovfork.S brk.S cerror.S exect.S fork.S 
	                        pipe.S ptrace.S reboot.S sbrk.S 
	                        setlogin.S sigpending.S sigprocmask.S 
	                        sigreturn.S sigsuspend.S syscall.S 

Log message:
correted sigsetjmp, setjump.  Fixed MACHINE_ARCH vs. MACHINE stuff.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/12/15 00:12:57

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

Log message:
Sync with NetBSD (no detach updates yet).
This should fix pcic_chip_socket_enable() to work on more machines.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 07:31:23

Modified files:
	sbin/route     : route.8 

Log message:
clean; form


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/15 12:16:32

Modified files:
	usr.sbin/ppp/ppp: datalink.c 

Log message:
Fix a potentially bad latency problem.
Problem reported by: Christopher Hall <hsw@acm.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1998/12/15 12:19:01

Modified files:
	games/adventure: adventure.6 
	games/arithmetic: arithmetic.6 
	games/atc      : atc.6 
	games/backgammon/backgammon: backgammon.6 
	games/banner   : banner.6 
	games/battlestar: battlestar.6 
	games/boggle/boggle: boggle.6 
	games/bs       : bs.6 
	games/caesar   : caesar.6 
	games/cribbage : cribbage.6 
	games/factor   : factor.6 
	games/fish     : fish.6 
	games/fortune/fortune: fortune.6 
	games/gomoku   : gomoku.6 
	games/grdc     : grdc.6 
	games/hack     : hack.6 
	games/hangman  : hangman.6 
	games/larn     : larn.6 
	games/mille    : mille.6 
	games/monop    : monop.6 
	games/number   : number.6 
	games/pig      : pig.6 
	games/pom      : pom.6 
	games/quiz     : quiz.6 
	games/rain     : rain.6 
	games/random   : random.6 
	games/robots   : robots.6 
	games/rogue    : rogue.6 
	games/tetris   : tetris.6 
	games/trek     : trek.6 
	games/worm     : worm.6 
	games/worms    : worms.6 
	games/wump     : wump.6 

Log message:
Always provide an argument to .Nm in SYNOPSIS section


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 12:19:51

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

Log message:
flesh out this man page with some examples


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 12:31:19

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

Log message:
more


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 16:12:43

Modified files:
	.              : ftp.html 

Log message:
bye bye switzerland


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 16:14:12

Modified files:
	.              : ftp.html 

Log message:
move eecs mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/15 17:49:18

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

Log message:
Typo police
Submitted by: Bill Fumerola <billf@FreeBSD.org>


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:07:36

Modified files:
	.              : donations.html 

Log message:
donation of fxp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:18:09

Modified files:
	distrib/i386/floppies/ramdisk: Makefile 

Log message:
provide bsd.rd too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:20:14

Modified files:
	usr.bin/wall   : wall.c 

Log message:
snprintf; dillon


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:28:24

Modified files:
	usr.bin/hexdump: display.c 

Log message:
for less than 16 NUL bytes, do not print a * line; dillon


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:29:37

Modified files:
	usr.bin/rwall  : rwall.c 

Log message:
snprintf; dillon


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:36:07

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
crunch this much smaller


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/15 18:36:21

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/15 19:38:51

Modified files:
	usr.bin/audioctl: audioctl.1 
	usr.bin/calendar: calendar.1 
	usr.bin/fmt    : fmt.1 
	usr.bin/ftp    : ftp.1 
	usr.bin/gencat : gencat.1 
	usr.bin/locate/locate: locate.1 locate.updatedb.8 
	usr.bin/mixerctl: mixerctl.1 
	usr.bin/newsyslog: newsyslog.8 
	usr.bin/pctr   : pctr.1 
	usr.bin/tail   : tail.1 
	usr.bin/top    : top.1 
	usr.bin/units  : units.1 

Log message:
more .Nm fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/15 19:47:53

Modified files:
	sbin/startkey  : startkey.1 
	usr.sbin/amd/fsinfo: fsinfo.8 
	usr.sbin/named/man: dig.1 
	usr.sbin/pkg_install/add: pkg_add.1 
	usr.sbin/pkg_install/create: pkg_create.1 
	usr.sbin/pkg_install/delete: pkg_delete.1 
	usr.sbin/rpc.bootparamd: rpc.bootparamd.8 

Log message:
more .Nm fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/15 20:04:09

Modified files:
	sys/arch/i386/stand/installboot: installboot.c 

Log message:
cast multipliers in boot record byte offset calculation to
off_t to avoid overflow for partitions starting at high cylinders.
spotted and tested by WHS <wouters@cistron.nl>, 10x!


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/15 20:05:35

Modified files:
	share/man/man1 : cd.1 wait.1 
	libexec/makewhatis: makewhatis.8 
	libexec/rpc.rquotad: rpc.rquotad.8 
	libexec/rpc.rstatd: rpc.rstatd.8 
	libexec/rpc.rusersd: rpc.rusersd.8 
	libexec/rpc.rwalld: rpc.rwalld.8 
	libexec/rpc.sprayd: rpc.sprayd.8 
	libexec/tcpd/safe_finger: safe_finger.8 
	libexec/telnetd: telnetd.8 

Log message:
even more .Nm fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/15 20:37:15

Removed files:
	sys/arch/mvme88k/machine: ansi.h asm.h asm_macro.h assert.h 
	                          assym.s autoconf.h board.h bug.h 
	                          bugio.h cdefs.h cpu.h cpus.h 
	                          db_machdep.h disklabel.h endian.h 
	                          exception_vectors.h exec.h float.h 
	                          ieee.h ieeefp.h limits.h locore.h 
	                          m88100.h m882xx.h mmu.h param.h pcb.h 
	                          pcctworeg.h pmap.h pmap_table.h proc.h 
	                          profile.h prom.h psl.h ptrace.h reg.h 
	                          setjmp.h signal.h stdarg.h trap.h 
	                          types.h va-m88k.h varargs.h vid.h 
	                          vmparam.h 

Log message:
Part of remove to get rid of unwanted directories


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 00:37:33

Modified files:
	x11/gtk+       : Makefile 

Log message:
fix typo; d@openbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 10:46:06

Modified files:
	bin/csh        : func.c 

Log message:
fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);
gjm11@dpmms.cam.ac.uk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 10:47:05

Modified files:
	bin/csh        : csh.1 

Log message:
doc printf built-in


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/16 10:52:30

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
Added files:
	lang/egcs-snapshot/files: fixdepend 
Removed files:
	lang/egcs-snapshot/patches: patch-core-schwab 

Log message:
Update to 19981213 snapshot.
- use new `enable-languages' mechanism,
- depend i386/openbsd.h on flag_pic
- remove temp fix for m68k


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 10:54:32

Modified files:
	bin/csh        : func.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 11:10:35

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 11:24:16

Modified files:
	.              : plus.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1998/12/16 11:30:49

Log message:
    add postfix port
    
    Status:
    
    Vendor Tag:	dugsong
    Release Tags:	dugsong_1998-Dec-16
    
    N ports/mail/postfix/Makefile
    N ports/mail/postfix/pkg/COMMENT
    N ports/mail/postfix/pkg/PLIST
    N ports/mail/postfix/pkg/INSTALL
    N ports/mail/postfix/pkg/DESCR
    N ports/mail/postfix/pkg/DEINSTALL
    N ports/mail/postfix/patches/patch-ad
    N ports/mail/postfix/patches/patch-ac
    N ports/mail/postfix/patches/patch-ab
    N ports/mail/postfix/patches/patch-aa
    N ports/mail/postfix/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1998/12/16 11:32:05

Modified files:
	mail           : Makefile 

Log message:
add postfix to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/16 11:45:43

Removed files:
	share/termcap  : Makefile README map3270 termcap.5 termcap.src 

Log message:
replaced by termtypes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/16 11:45:58

Removed files:
	share/terminfo : Makefile terminfo.src 

Log message:
replaced by termtypes


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1998/12/16 12:26:32

Modified files:
	share/mk       : bsd.port.subdir.mk 

Log message:
add mirror-distfiles as a known target


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/16 12:37:34

Modified files:
	share/termtypes: Makefile 

Log message:
Add missing ${INSTALL_COPY}


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/16 12:55:58

Modified files:
	usr.bin/xinstall: xinstall.c 

Log message:
sparse file support, ripped out of pax


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1998/12/16 12:59:50

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

Log message:
describe NO_WARNINGS; define in the "mirror-distfiles" target


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:02:37

Modified files:
	comms/hylafax  : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:08:44

Modified files:
	mail/mutt      : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:09:36

Modified files:
	mbone/wb       : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:12:12

Modified files:
	net/nfr        : Makefile 

Log message:
set MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:13:25

Modified files:
	print/ghostscript5: Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:14:42

Modified files:
	print/pkfonts  : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:15:34

Modified files:
	print/psutils  : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:16:45

Modified files:
	textproc/ispell: Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:17:36

Modified files:
	www/mozilla    : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:18:25

Modified files:
	www/navigator  : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 13:23:19

Modified files:
	.              : donations.html 

Log message:
donation


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:24:51

Modified files:
	security/ssh   : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:27:59

Modified files:
	security/SSLeay: Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 13:29:54

Modified files:
	security/pgp   : Makefile 

Log message:
guard build instructions with NO_WARNINGS flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 14:51:31

Modified files:
	mail/mutt      : Makefile 

Log message:
sources not available


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:00:52

Modified files:
	mail/postfix   : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:16:01

Modified files:
	security/socks5: Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:26:35

Modified files:
	russian/xcyrillic: Makefile 

Log message:
sources not available


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:40:30

Modified files:
	www/apache     : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:49:41

Modified files:
	x11/fvwm2      : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:53:29

Modified files:
	graphics/xpm   : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:54:30

Modified files:
	x11/wm2        : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:54:54

Modified files:
	x11/xautolock  : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 15:55:31

Modified files:
	x11/xlockmore  : Makefile 

Log message:
MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1998/12/16 16:26:41

Modified files:
	faq            : index.html 

Log message:
new faq


CVSROOT:	/cvs
Module name:	faq1
Changes by:	ericj@cvs.openbsd.org	1998/12/16 16:37:37

Log message:
    new faq stuff
    
    Status:
    
    Vendor Tag:	faq2
    Release Tags:	faq3
    faq4
    faq5
    faq6
    faq7
    faq8
    
    N faq1/Makefile
    N faq1/OpenBSD-FAQ-1.html
    N faq1/OpenBSD-FAQ-10.html
    N faq1/OpenBSD-FAQ-11.html
    N faq1/OpenBSD-FAQ-2.html
    N faq1/OpenBSD-FAQ-3.html
    N faq1/OpenBSD-FAQ-4.html
    N faq1/OpenBSD-FAQ-5.html
    N faq1/OpenBSD-FAQ-6.html
    N faq1/OpenBSD-FAQ-7.html
    N faq1/OpenBSD-FAQ-8.html
    N faq1/OpenBSD-FAQ-9.html
    N faq1/OpenBSD-FAQ.html
    N faq1/OpenBSD-FAQ.sgml
    N faq1/OpenBSD-FAQ.txt
    N faq1/index.html
    N faq1/openbsdfaq.html
    N faq1/openbsdfaq.info
    N faq1/openbsdfaq.texi
    N faq1/openbsdfaq.txt
    N faq1/openbsdfaq_toc.html
    N faq1/texi2html
    N faq1/faq8/index.html
    N faq1/faq2/index.html
    N faq1/faq3/index.html
    N faq1/images/twofour.jpg
    N faq1/faq4/index.html
    N faq1/faq7/index.html
    N faq1/faq6/index.html
    N faq1/faq5/options.txt
    N faq1/faq5/intro.txt
    N faq1/faq5/general-build.txt
    N faq1/faq5/index.html
    N faq1/faq1/index.html
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:16:56

www/faq/faq1

Update of /cvs/www/faq/faq1
In directory cvs.openbsd.org:/var/www/www/faq/faq1

Log Message:
Directory /cvs/www/faq/faq1 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:16:57

www/faq/faq2

Update of /cvs/www/faq/faq2
In directory cvs.openbsd.org:/var/www/www/faq/faq2

Log Message:
Directory /cvs/www/faq/faq2 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:16:57

www/faq/faq3

Update of /cvs/www/faq/faq3
In directory cvs.openbsd.org:/var/www/www/faq/faq3

Log Message:
Directory /cvs/www/faq/faq3 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:16:58

www/faq/faq4

Update of /cvs/www/faq/faq4
In directory cvs.openbsd.org:/var/www/www/faq/faq4

Log Message:
Directory /cvs/www/faq/faq4 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:16:58

www/faq/faq5

Update of /cvs/www/faq/faq5
In directory cvs.openbsd.org:/var/www/www/faq/faq5

Log Message:
Directory /cvs/www/faq/faq5 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:16:59

www/faq/faq6

Update of /cvs/www/faq/faq6
In directory cvs.openbsd.org:/var/www/www/faq/faq6

Log Message:
Directory /cvs/www/faq/faq6 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:17:00

www/faq/faq7

Update of /cvs/www/faq/faq7
In directory cvs.openbsd.org:/var/www/www/faq/faq7

Log Message:
Directory /cvs/www/faq/faq7 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:17:00

www/faq/faq8

Update of /cvs/www/faq/faq8
In directory cvs.openbsd.org:/var/www/www/faq/faq8

Log Message:
Directory /cvs/www/faq/faq8 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/16 17:17:55

Modified files:
	faq            : index.html 
Added files:
	faq/faq1       : index.html 
	faq/faq2       : index.html 
	faq/faq3       : index.html 
	faq/faq4       : index.html 
	faq/faq5       : general-build.txt index.html intro.txt 
	                 options.txt 
	faq/faq6       : index.html 
	faq/faq7       : index.html 
	faq/faq8       : index.html 

Log message:
new faq; ericj


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1998/12/16 17:28:40

Modified files:
	usr.sbin/ppp/ppp: auth.c 

Log message:
Don't return stack-based data.  This may have caused
server-side CHAP authentication problems in the past :-/


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:36:17

Modified files:
	mail/adcomplain/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:38:06

Modified files:
	mail/bulk_mailer/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:39:29

Modified files:
	mail/poppassd/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:41:19

Modified files:
	mail/xlbiff/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:42:28

Modified files:
	mbone/rtptools/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:43:54

Modified files:
	misc/mmv/pkg   : COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:44:57

Modified files:
	misc/xless/pkg : COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:45:55

Modified files:
	print/bibview/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:52:37

Modified files:
	print/ghostview/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:53:36

Modified files:
	security/cfs/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:54:23

Modified files:
	security/libident/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:55:53

Modified files:
	textproc/catdoc/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:57:17

Modified files:
	textproc/iso12083/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:58:03

Modified files:
	textproc/sp/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 17:59:17

Modified files:
	x11/explorer/pkg: COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 18:00:50

Modified files:
	x11/rclock/pkg : COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 18:01:54

Modified files:
	x11/rxvt/pkg   : COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 18:02:53

Modified files:
	x11/xdtm/pkg   : COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 18:04:29

Modified files:
	x11/xfedor/pkg : COMMENT 

Log message:
shorten comment


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1998/12/16 18:16:52

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/16 18:46:25

src/distrib/mvme88k

Update of /cvs/src/distrib/mvme88k
In directory cvs.openbsd.org:/tmp/cvs-serv8901/mvme88k

Log Message:
Directory /cvs/src/distrib/mvme88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/16 18:48:16

src/distrib/mvme88k/common

Update of /cvs/src/distrib/mvme88k/common
In directory cvs.openbsd.org:/tmp/cvs-serv14171/common

Log Message:
Directory /cvs/src/distrib/mvme88k/common added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/16 18:48:16

src/distrib/mvme88k/ramdisk

Update of /cvs/src/distrib/mvme88k/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv14171/ramdisk

Log Message:
Directory /cvs/src/distrib/mvme88k/ramdisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/16 18:48:16

src/distrib/mvme88k/miniroot

Update of /cvs/src/distrib/mvme88k/miniroot
In directory cvs.openbsd.org:/tmp/cvs-serv14171/miniroot

Log Message:
Directory /cvs/src/distrib/mvme88k/miniroot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/16 19:01:32

src/distrib/notes/mvme88k

Update of /cvs/src/distrib/notes/mvme88k
In directory cvs.openbsd.org:/tmp/cvs-serv17107/mvme88k

Log Message:
Directory /cvs/src/distrib/notes/mvme88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1998/12/16 19:16:36

Modified files:
	distrib        : Makefile 
Added files:
	distrib/mvme88k: Makefile Makefile.inc list2sh.awk runlist.sh 
	distrib/mvme88k/common: dot.commonutils rdsetroot.c termcap.vt 
	distrib/mvme88k/miniroot: Makefile.inc dot.profile list 
	distrib/mvme88k/ramdisk: Makefile Makefile.inc 
	                         disktab.preinstall disktab.shadow 
	                         dot.instutils dot.profile install.md 
	                         install.sh install.sub list mtree.conf 
	                         raminst.conf start_rdconfig.sh 
	distrib/notes/mvme88k: contents hardware install prep upgrade 
	                       whatis xfer 
	distrib/sets/lists/base: md.mvme88k 
	distrib/sets/lists/comp: md.mvme88k 
	distrib/sets/lists/etc: md.mvme88k 
	distrib/sets/lists/game: md.mvme88k 
	distrib/sets/lists/man: md.mvme88k 
	distrib/sets/lists/misc: md.mvme88k 
	distrib/sets/lists/secr: md.mvme88k 
	distrib/sets/lists/text: md.mvme88k 

Log message:
commit to add upport for mvme88k.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/16 20:54:03

Modified files:
	shells/tcsh    : Makefile 
	shells/tcsh/files: md5 
	shells/tcsh/patches: patch-aa patch-ac patch-af patch-ah 
Removed files:
	shells/tcsh/patches: patch-ab patch-ad patch-ae patch-ag 
	                     patch-aj 

Log message:
update to 6.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 21:36:19

Modified files:
	russian/xcyrillic: Makefile 

Log message:
back out last change -- sources are available


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 21:50:35

Modified files:
	japanese       : Makefile 

Log message:
add nkf to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 21:52:14

Modified files:
	lang           : Makefile 

Log message:
add egcs and icon_lib to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 21:54:43

Modified files:
	net            : Makefile 

Log message:
add dxpc to makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/16 22:13:24

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
MIRROR_DISTFILE=no; changes to often to mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/12/16 22:50:26

Modified files:
	share/man/man4 : ep.4 

Log message:
Add PCMCIA cards search order at the end of the list.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/17 09:56:47

Added files:
	lib/libc/arch/hppa: Makefile.inc 
	lib/libc/arch/hppa/gen: Makefile.inc milli.S 
	lib/libc/arch/hppa/string: memmove.S 

Log message:
some missing parts; sys is not ready yet


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/17 10:19:49

Modified files:
	usr.bin/xinstall: xinstall.c 

Log message:
Some -Wall
Don't try to close a descriptor if it was never opened.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/17 10:25:28

Modified files:
	share/termtypes: termtypes.master 

Log message:
Remove rc and sc in xterm description to work around vi restore screen problem.  This could be a bug in ncurses or a bug in xterm or ...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/17 11:25:07

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

Log message:
NEED_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 11:36:59

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new card; dave@dtsp.co.nz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 11:37:10

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 12:14:32

Modified files:
	.              : products.html 

Log message:
another product


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/12/17 13:14:37

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

Log message:
Disable 3c574 until all the MII code required is added.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 13:20:08

Modified files:
	faq            : index.html 

Log message:
clean


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 13:33:14

Modified files:
	.              : events.html 

Log message:
LISA is over


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 13:42:36

Modified files:
	.              : events.html 

Log message:
nicer


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 13:52:12

Modified files:
	.              : products.html 

Log message:
fix


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 14:00:50

Modified files:
	faq            : index.html 
Added files:
	faq            : faq1.html faq2.html faq3.html faq4.html 
	                 faq5.html faq6.html faq7.html faq8.html 
Removed files:
	faq/faq1       : index.html 
	faq/faq2       : index.html 
	faq/faq3       : index.html 
	faq/faq4       : index.html 
	faq/faq5       : index.html 
	faq/faq6       : index.html 
	faq/faq7       : index.html 
	faq/faq8       : index.html 

Log message:
no extra directories


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 14:04:49

Removed files:
	faq            : Makefile OpenBSD-FAQ-1.html OpenBSD-FAQ-10.html 
	                 OpenBSD-FAQ-11.html OpenBSD-FAQ-2.html 
	                 OpenBSD-FAQ-3.html OpenBSD-FAQ-4.html 
	                 OpenBSD-FAQ-5.html OpenBSD-FAQ-6.html 
	                 OpenBSD-FAQ-7.html OpenBSD-FAQ-8.html 
	                 OpenBSD-FAQ-9.html OpenBSD-FAQ.html 
	                 OpenBSD-FAQ.sgml OpenBSD-FAQ.txt 
	                 openbsdfaq.html openbsdfaq.info openbsdfaq.texi 
	                 openbsdfaq.txt openbsdfaq_toc.html texi2html 
	faq/faq5       : general-build.txt intro.txt options.txt 

Log message:
clean old garbage out


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 14:10:53

Modified files:
	.              : products.html 

Log message:
i386 only product


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/12/17 14:15:35

Modified files:
	devel/tkcvs    : Makefile 

Log message:
Unbroken, there was no new version out of alpha, and the moved distfile was easy enough to find.  However tcl8 is stricter than tcl7 so I had to fix a forgotten quote too.  This commit is from tkCVS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1998/12/17 14:15:55

Added files:
	devel/tkcvs/patches: patch-ac 

Log message:
Unbroken, there was no new version out of alpha, and the moved distfile was easy enough to find.  However tcl8 is stricter than tcl7 so I had to fix a forgotten quote too.  This commit is from tkCVS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/17 14:29:34

Modified files:
	audio/xcdplayer/pkg: PLIST 

Log message:
Tsk, tsk.


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1998/12/17 15:44:58

Modified files:
	faq            : faq1.html faq2.html faq3.html faq4.html 
	                 faq5.html faq7.html faq8.html 

Log message:
faq fixup


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/17 16:04:12

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 

Log message:
Updated to latest snapshot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/17 19:55:47

Modified files:
	comms/mgetty+sendfax: Makefile 
	comms/mgetty+sendfax/files: md5 
	comms/mgetty+sendfax/patches: patch-ab patch-ac patch-ad 
	                              patch-af 
	comms/mgetty+sendfax/pkg: PLIST 
Added files:
	comms/mgetty+sendfax/files: setup 
Removed files:
	comms/mgetty+sendfax/pkg: INSTALL 

Log message:
update to 1.1.9, make port non-interactive.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/17 20:34:57

Modified files:
	archivers/nulib: Makefile 

Log message:
Update master_site and remove broken status.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/17 20:40:49

Modified files:
	games/xbat     : Makefile 

Log message:
Source available again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/17 20:46:20

Modified files:
	games/xchomp   : Makefile 

Log message:
Update master_site.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/17 20:47:52

Modified files:
	faq            : faq1.html faq2.html faq3.html faq4.html 
	                 faq5.html faq7.html faq8.html 

Log message:
ericj, you messed up the hrefs again


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/17 22:59:18

Modified files:
	lib/libc/include: spinlock.h 
	lib/libc_r/arch/alpha: _atomic_lock.c 
	lib/libc_r/arch/i386: _atomic_lock.c 
	lib/libc_r/arch/m68k: _atomic_lock.c 
	lib/libc_r/arch/mips: _atomic_lock.c 
	lib/libc_r/arch/sparc: _atomic_lock.c 

Log message:
add md _atomic_is_locked; clean


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/17 23:10:00

Log message:
    lrzsz, improved rzsz
    
    Status:
    
    Vendor Tag:	form
    Release Tags:	form_19981218
    
    N ports/comms/lrzsz/Makefile
    N ports/comms/lrzsz/files/md5
    N ports/comms/lrzsz/pkg/COMMENT
    N ports/comms/lrzsz/pkg/DESCR
    N ports/comms/lrzsz/pkg/PLIST
    N ports/comms/lrzsz/patches/patch-aa
    N ports/comms/lrzsz/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/17 23:16:30

Modified files:
	comms/rzsz     : Makefile 
	comms/rzsz/files: md5 
	comms/rzsz/patches: patch-aa patch-ab patch-ac 
	comms/rzsz/pkg : PLIST 

Log message:
Update to version 3.48.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/18 01:13:40

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/patches: patch-ac 
Added files:
	x11/windowmaker/patches: patch-ad 

Log message:
New patch: apollo@slcnet.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/18 03:49:22

Modified files:
	comms/minicom  : Makefile 
	comms/minicom/files: md5 
	comms/minicom/patches: patch-aa patch-ab patch-ac patch-ad 
	comms/minicom/pkg: PLIST 
Added files:
	comms/minicom/files: patch-lrzsz 
	comms/minicom/patches: patch-ae patch-af patch-ag patch-ah 
	                       patch-ai patch-aj 

Log message:
update to 1.82


CVSROOT:	/cvs
Module name:	src
Changes by:	form@cvs.openbsd.org	1998/12/18 05:00:47

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

Log message:
make plist: do not add files from just installed ports (we wepend on) to PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/18 05:10:31

Modified files:
	comms          : Makefile 

Log message:
add lrzsz to makefile


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1998/12/18 05:43:31

Modified files:
	.              : events.html 

Log message:
IPsec & VPN seminar happened


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/18 06:06:36

src/lib/libc_r/arch/hppa

Update of /cvs/src/lib/libc_r/arch/hppa
In directory cvs.openbsd.org:/tmp/cvs-serv13954/hppa

Log Message:
Directory /cvs/src/lib/libc_r/arch/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/18 07:34:32

Modified files:
	lib/libc_r/uthread: uthread_mutex.c 

Log message:
comply with posix when double-unlocking a mutex


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 13:47:20

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

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 13:47:34

Modified files:
	usr.sbin/sa    : pdb.c 

Log message:
fix 64-bit unaligned problems


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 13:48:34

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

Log message:
merge freebsd version of accton


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/18 15:59:03

Modified files:
	.              : errata.html 

Log message:
terminfo workaround for xterm vs. ncurses and vi problem


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1998/12/18 16:17:26

Modified files:
	gnu/usr.bin/cvs/diff: Makefile.in 

Log message:
pr is @ /usr/bin not /bin.  Noted by Corey Brenner <coreybrenner@hotmail.com>


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 17:08:22

Modified files:
	.              : plus.html want.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/18 17:11:00

Modified files:
	lang/egcs-stable/files/config/gcc/config/sparc: openbsd.h 

Log message:
spurious warning. marc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/18 17:55:45

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
checked some mirrors


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/18 17:57:58

Modified files:
	lang/egcs-stable: Makefile 

Log message:
Mirrors & finicking


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 18:27:08

Modified files:
	libexec/telnetd: telnetd.c 

Log message:
less cryptic message on pty allocation failure


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 18:27:36

Modified files:
	etc            : inetd.conf 

Log message:
squish program args together more


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 18:32:29

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
for sense code "Logical Unit Is in Process Of Becoming Ready", make
the sense code evaluation function return ERESTART with xs->error = XS_BUSY;
then higher up catch this case and drop into the scbusy tsleep code.
For exabyte 8500 units, this makes st opening reprobe repeatedly, rather
than fail with an EIO while the tape is being loaded.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1998/12/18 22:10:29

Log message:
    add wordperfect port
    
    Status:
    
    Vendor Tag:	dugsong
    Release Tags:	dugsong_1998-Dec-19
    
    N ports/editors/wordperfect/Makefile
    N ports/editors/wordperfect/files/xwp
    N ports/editors/wordperfect/files/md5
    N ports/editors/wordperfect/pkg/PLIST
    N ports/editors/wordperfect/pkg/COMMENT
    N ports/editors/wordperfect/pkg/DESCR
    N ports/editors/wordperfect/patches/patch-aa
    N ports/editors/wordperfect/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1998/12/18 22:11:38

Modified files:
	editors        : Makefile 

Log message:
add wordperfect port


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/18 22:13:02

Modified files:
	share/mk       : bsd.README 

Log message:
MANOWN, DOCOWN, and  NLSOWNare root not bin


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/18 22:27:38

Modified files:
	etc/namedb     : named.boot 
	etc/mtree      : 4.4BSD.dist 

Log message:
put zone files in /var/named/namedb.  That way only /var/named/namedb must be owned by user named


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/18 23:34:22

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
move Act Free field over one


CVSROOT:	/cvs
Module name:	www
Changes by:	weingart@cvs.openbsd.org	1998/12/19 00:04:34

Modified files:
	.              : want.html 

Log message:
We could use several of these, but one would do as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/19 04:35:48

Modified files:
	sys/stand/boot : bootarg.h 

Log message:
one more flag for xmas


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/19 06:04:23

Modified files:
	sys/xfs        : xfs_common.c 

Log message:
compile with -DDEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/12/19 08:58:24

Modified files:
	sys/dev/isa    : i82365_isasubr.c 

Log message:
Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/19 09:52:23

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

Log message:
avoid aliasing between MASTER_SITES and PATCH_SITES, e.g.,
MASTER_SITES=some_sites
PATCH_SITES=${MASTER_SITES}
MASTER_SITE_SUBDIR=one_dir
PATCH_SITE_SUBDIR=second_dir
now works


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	1998/12/19 09:59:10

Modified files:
	.              : hppa.html 

Log message:
more accurate


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 11:32:57

Modified files:
	distrib/alpha/ramdisk: Makefile 
	distrib/miniroot: install.sub 
	distrib/notes  : m4.common 
	distrib/notes/alpha: contents 
	distrib/notes/amiga: contents 
	distrib/notes/arc: contents 
	distrib/notes/atari: contents 
	distrib/notes/hp300: contents 
	distrib/notes/i386: contents 
	distrib/notes/mac68k: contents 
	distrib/notes/mvme68k: contents install 
	distrib/notes/mvme88k: contents 
	distrib/notes/pc532: contents 
	distrib/notes/pmax: contents 
	distrib/notes/powerpc: contents 
	distrib/notes/sparc: contents install xfer 
	distrib/notes/sun3: contents xfer 
	distrib/powerpc/ramdisk: install.sub 
	distrib/sets   : README makeflist maketars 
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 
	distrib/simpleroot: install.sub 
Removed files:
	distrib/sets/lists/text: md.alpha md.amiga md.arc md.atari 
	                         md.hp300 md.i386 md.mac68k md.mvme68k 
	                         md.mvme88k md.pc532 md.pmax md.powerpc 
	                         md.sparc md.sun3 mi 

Log message:
merge text into base


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 11:35:37

Modified files:
	etc/etc.alpha  : MAKEDEV disktab 

Log message:
make alpha bootfloppy fit again


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 11:39:06

Modified files:
	bin/pax        : pax.1 

Log message:
fix


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/19 11:48:06

Modified files:
	usr.sbin/kvm_mkdb: nlist.c 

Log message:
back out recently added sanity check for data and bss as ksyms has neither


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 12:05:04

Modified files:
	sys/arch/alpha/conf: RAMDISK 

Log message:
make alpha ramdisk fit


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/19 12:07:36

Modified files:
	share/mk       : bsd.README bsd.lib.mk bsd.lkm.mk bsd.prog.mk 

Log message:
add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe mode


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 13:54:44

Modified files:
	.              : plus.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1998/12/19 14:12:57

Modified files:
	editors/wordperfect/files: xwp 

Log message:
use safe tmpdir


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 16:52:04

Modified files:
	usr.bin/script : script.c 

Log message:
union wait is wrong; christos


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 18:04:56

Modified files:
	.              : anoncvs.html index.html 

Log message:
anoncvs.cz.openbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/19 18:13:33

Modified files:
	usr.bin/renice : renice.c 

Log message:
fix usage


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/20 04:29:33

Modified files:
	sbin/isakmpd/regress: Makefile 

Log message:
RCS ID fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/20 05:09:48

Modified files:
	comms/minicom/patches: patch-ag 
Added files:
	comms/minicom/patches: patch-ak 

Log message:
Do not use setreuid()/setregid() under OpenBSD,
use seteuid()/setegid() to set eff uid/gid,
use setuid()/setgid() to drop privs instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1998/12/20 08:50:12

Modified files:
	x11/blackbox   : Makefile 
	x11/blackbox/files: md5 
	x11/blackbox/pkg: PLIST 

Log message:
Update to 0.50.2


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	1998/12/20 09:13:09

Modified files:
	faq            : faq8.html 

Log message:
- apature -> aperture
- cross reference the XFree86 FAQ.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/12/20 10:08:46

Modified files:
	.              : porting.html 

Log message:
comment some more about mktemp/mkstemp
reformat a few lines
rephrase a few details for more clarity


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/20 11:24:44

Modified files:
	x11/windowmaker/patches: patch-aa patch-ac 

Log message:
Fixes: krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 11:41:28

Modified files:
	share/termtypes: termtypes.master 

Log message:
xterm entry fixes from ncurses-4.2-981219


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 11:58:42

Modified files:
	share/termtypes: Makefile 

Log message:
Evil ed hack not needed as the termcap entry length for xterm is 830 (limit is 1023)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 11:58:47

Modified files:
	share/termtypes: termtypes.master 

Log message:
Add back xterms and vs100 aliases to xterm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 13:44:13

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new dev


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 13:44:25

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/20 14:04:35

Modified files:
	security/ssh/patches: patch-ag 
Added files:
	security/ssh/patches: patch-aj 

Log message:
kerberos *5* patches; Matt Riben <matter@superlink.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 14:16:52

Modified files:
	usr.sbin/bootpd: bootpd.c bootptest.c getether.c hwaddr.c 
	                 readfile.c report.c 

Log message:
o make sure C-style strings in packet are NUL-terminated and increase size of
buf in report() for 256; W.H.J.Pinckaers@CPEDU.RUG.NL
o kill sprintf in favor of snprintf everywhere (paranoia...)


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/20 14:53:57

Modified files:
	.              : errata.html errata23.html 

Log message:
new version of the bootpd patch that addresses other problems...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 15:51:11

Modified files:
	share/termtypes: termtypes.master 

Log message:
remove rc and sc from xterm again


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 16:14:56

Modified files:
	libexec/tcpd/safe_finger: safe_finger.8 

Log message:
spelling; krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 16:28:37

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
another modem...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 16:28:46

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:36:43

Modified files:
	distrib/amiga/ramdisk: list 
	distrib/amiga/miniroot: list 
	distrib/sparc/floppies/inst-common: list 
	distrib/sparc/miniroot: list 
	distrib/sparc/ramdisk: list 
	distrib/mvme88k/miniroot: list 

Log message:
termcap.src is no more, run tic against termtypes.master instead


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 16:37:46

Modified files:
	usr.bin/window : wwinit.c 

Log message:
bye bye BADSIG


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 16:38:11

Modified files:
	usr.bin/make   : util.c 

Log message:
bye bye BADSIG


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:43:18

Modified files:
	include/rpc    : rpc.h 

Log message:
pull in rpc/pmap_clnt.h to silence gcc and prototype xdr_opaque_auth for the same reason


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:45:41

Modified files:
	lib/libc/rpc   : auth_unix.c auth_none.c 

Log message:
alphabetize function forward decls for prettiness


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:47:53

Modified files:
	sbin/route     : route.c 

Log message:
add forward decl of struct in_addr to shut up gcc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:49:57

Modified files:
	sys/ddb        : db_aout.c 

Log message:
The "end" symbol should be a long, not an int to make 64-bit machines happy.  This allows us to remove a bogus cast of int * to long * later on.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:51:32

Modified files:
	sys/compat/common: uipc_syscalls_43.c 

Log message:
Use IOV_MAX, not the deprecated UIO_MAXIOV


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:53:36

Modified files:
	usr.bin/cdio   : cdio.c 

Log message:
If open of device fails, try up to 10 times.  Useful for CD changers that take a while to switch between logical units


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:54:08

Modified files:
	usr.bin/talk   : init_disp.c 

Log message:
add some parens for clarity


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 16:59:19

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

Log message:
Don't assume /bsd if no system given, let the kvm routines pick a default (and thus use kvm_bsd.db if possible).  Also minor manpage fixup.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 17:25:15

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/20 18:02:35

Modified files:
	sbin/isakmpd   : BUGS DESIGN-NOTES Makefile README TO-DO 
	                 attribute.c exchange.c exchange.h field.c 
	                 genconstants.sh ike_auth.c ike_main_mode.c 
	                 ike_quick_mode.c ipsec.c ipsec.h isakmpd.8 
	                 isakmpd.c isakmpd.conf.5 isakmpd.conf.sample 
	                 log.c log.h message.c message.h pf_encap.c sa.c 
	                 sa.h udp.c ui.c ui.h 
	sbin/isakmpd/regress/b2n: Makefile b2ntest.c 
	sbin/isakmpd/regress/crypto: Makefile cryptotest.c 
	sbin/isakmpd/regress/dh: Makefile dhtest.c 
	sbin/isakmpd/regress/ec2n: Makefile ec2ntest.c 
	sbin/isakmpd/regress/exchange: Makefile run.sh 
	sbin/isakmpd/regress/group: Makefile grouptest.c 
	sbin/isakmpd/regress/hmac: Makefile hmactest.c 
	sbin/isakmpd/regress/prf: Makefile prftest.c 

Log message:
Last months worth of work on isakmpd, lots done


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 20:31:36

Modified files:
	distrib/amiga/ramdisk: list 

Log message:
collapse two sed's into one


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 20:31:36

Modified files:
	gnu/usr.bin/lynx/src: LYUtils.c 

Log message:
cheaper select() call


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/20 20:31:50

Modified files:
	distrib/sparc/ramdisk: list 

Log message:
add missing -e


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 20:33:43

Modified files:
	etc            : rc rc.conf 

Log message:
isakmpd startup stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 20:35:15

Modified files:
	sbin           : Makefile 

Log message:
enable isakmpd -- far overdue!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 22:12:07

Modified files:
	usr.bin/window : wwchild.c 

Log message:
kill union wait; christos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 22:44:32

Modified files:
	bin/csh        : proc.c 

Log message:
like kill(1), have csh builtin handle -SIGxxx names; kleink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/20 22:53:28

Modified files:
	bin/csh        : proc.c 
	bin/ksh        : trap.c 

Log message:
correct built-in kill


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/20 23:23:00

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

Log message:
If no mii found on a card that claims to support one, don't attach the
interface.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:18:22

Modified files:
	lib/libc_r/TEST: test_execve.c 

Log message:
remove mit pthread hangover


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:18:36

Modified files:
	lib/libc_r/TEST: test_sock_2a.c 

Log message:
clean


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:19:54

src/lib/libc_r/arch/powerpc

Update of /cvs/src/lib/libc_r/arch/powerpc
In directory cvs.openbsd.org:/tmp/cvs-serv20244/powerpc

Log Message:
Directory /cvs/src/lib/libc_r/arch/powerpc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:22:27

Added files:
	lib/libc_r/arch/powerpc: _atomic_lock.c _spinlock.h 
	                         uthread_machdep.h 

Log message:
unfinished powerpc md stuff.. rahnds?


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/21 00:24:56

Modified files:
	.              : errata.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:30:25

Modified files:
	lib/libc_r/include: pthread.h 

Log message:
clean


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:37:01

Modified files:
	lib/libc_r/arch/alpha: _atomic_lock.c 
	lib/libc_r/arch/m68k: _atomic_lock.c 
	lib/libc_r/arch/mips: _atomic_lock.c 
	lib/libc_r/arch/sparc: _atomic_lock.c 
Added files:
	lib/libc_r/arch/alpha: _spinlock.h 
	lib/libc_r/arch/m68k: _spinlock.h 
	lib/libc_r/arch/mips: _spinlock.h 
	lib/libc_r/arch/sparc: _spinlock.h 
Removed files:
	lib/libc/gen   : _spinlock_stub.c 
	lib/libc/include: spinlock.h 

Log message:
md spinlock


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:38:44

Modified files:
	lib/libc_r/sys : slow_atomic_lock.c 

Log message:
md spinlock


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:39:34

Modified files:
	lib/libc_r/uthread: uthread_gc.c 

Log message:
memory leak


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:41:31

Modified files:
	lib/libc_r/uthread: pthread_private.h uthread_create.c 

Log message:
resource accounting


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:42:03

Modified files:
	lib/libc_r/uthread: uthread_kern.c 

Log message:
resource accounting; initial timeslice bug fix


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:42:55

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

Log message:
use md spinlock; signal statistics


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:43:51

Modified files:
	lib/libc_r/uthread: uthread_info.c 

Log message:
much nicer SIGINFO display


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:44:06

Modified files:
	lib/libc_r/uthread: uthread_exit.c 

Log message:
dump thread info on PANIC


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:45:13

Modified files:
	lib/libc_r/uthread: uthread_autoinit.c 

Log message:
add variable to force linkage


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:58:45

Modified files:
	lib/libc_r/arch/i386: _atomic_lock.c 
Added files:
	lib/libc_r/arch/i386: _spinlock.h 

Log message:
md spinlock


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:58:55

Added files:
	lib/libc_r/include: spinlock.h 

Log message:
very important bit of md spinlock


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 00:59:08

Modified files:
	lib/libc_r/uthread: uthread_init.c 

Log message:
resource stats; force linkage with uthread_autoinit.c; name kern and init threads


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/21 01:22:00

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

Log message:
missed some function return types


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 02:56:07

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

Log message:
zero alignment is not allowed.  shorten some long lines.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/21 03:06:58

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/21 03:10:16

Modified files:
	distrib/i386/floppies/ramdisk: Makefile 

Log message:
copy correct file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/21 03:39:20

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/21 06:03:45

Modified files:
	lib/libc_r/arch/alpha: _atomic_lock.c 
	lib/libc_r/arch/m68k: _atomic_lock.c 
	lib/libc_r/arch/mips: _atomic_lock.c 
	lib/libc_r/arch/sparc: _atomic_lock.c 

Log message:
more spinlock


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 06:08:49

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
return EOPNOTSUPP when there is no support for this filesystem in the kernel.
This is what most mount_* expect.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/21 06:18:26

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
Steal commit from d: forgetting to update comments is a bad idea.

Also, remove some pomposity.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 06:41:46

Modified files:
	sbin/mount_kernfs: mount_kernfs.c 

Log message:
Write a nice error message when we get EOPNOTSUPP from mount(2)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 06:43:37

Modified files:
	sbin/mount_kernfs: mount_kernfs.c 

Log message:
return 0 instead of exit(0) in main()


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 06:45:34

Modified files:
	sbin/mount_xfs : mount_xfs.c 

Log message:
Nice error message when mount(2) returns EOPNOTSUPP


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 07:08:59

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

Log message:
document EOPNOTSUPP


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 07:19:42

Modified files:
	sbin/mount_xfs : mount_xfs.c 

Log message:
use MOUNT_XFS, not "xfs" as the type of filesystem to mount


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/21 07:21:24

Modified files:
	sbin/mount_msdos: mount_msdos.c 

Log message:
nice error message when mount(2) returns EOPNOTSUPP


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 07:59:31

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

Log message:
Use the iomask in a correct way


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/21 09:14:41

Modified files:
	sbin/mount_kernfs: mount_kernfs.c 

Log message:
compiling before commit would be nice


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/21 09:16:48

Modified files:
	sbin/mount_procfs: mount_procfs.8 
	sbin/mount_kernfs: mount_kernfs.8 

Log message:
df(struct statfs) free/total decryption by d@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/21 14:13:06

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/tests: i386.readme 

Log message:
Update to 1998-12-20 snapshot,
update test results as well,
add threads to openbsd.h.


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1998/12/21 14:37:34

Modified files:
	faq            : faq2.html faq4.html faq5.html index.html 
	faq/faq1       : index.html 
	faq/faq2       : index.html 
	faq/faq3       : index.html 
	faq/faq4       : index.html 
	faq/faq5       : index.html 
	faq/faq7       : index.html 
	faq/faq8       : index.html 
Added files:
	faq            : INSTALL.linux faq9.html log24.txt 

Log message:
faq additions.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/12/21 14:48:43

Modified files:
	.              : porting.html 

Log message:
Specific caveat: fopen/freopen for writing.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 14:52:58

Modified files:
	sbin/isakmpd   : conf.c 

Log message:
Remove bogus check of printableness of the config file


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/21 15:54:56

Added files:
	lib/libc_r/arch/hppa: _atomic_lock.c _spinlock.h 
	                      uthread_machdep.h 

Log message:
MD locking and thread support for hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/21 16:21:34

Added files:
	net/rsync/pkg  : SECURITY 

Log message:
Security audit for rsync.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1998/12/21 16:30:59

Modified files:
	.              : checklist.html 

Log message:
introduce pkg/SECURITY


CVSROOT:	/cvs
Module name:	X11
Changes by:	niklas@cvs.openbsd.org	1998/12/21 17:15:56

Modified files:
	xc/programs/xkbcomp/geometry: amiga 
	xc/programs/xkbcomp/keymap: amiga 

Log message:
German keyboard stuff for amigas from peter@alles.prima.de


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 18:46:05

Modified files:
	sbin/isakmpd   : udp.c 

Log message:
Remove obsolete connection code.  Use strtol instead of atoi


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 19:03:33

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
Build generated .c & .h files before .o generation always


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 19:09:47

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
My former hack lost, better solution


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 19:25:16

Modified files:
	sbin/isakmpd   : udp.c udp.h isakmpd.c 

Log message:
Generalize udp port decoding.  Remove unneeded decls.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 19:43:55

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
Some extra vendors & products


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/21 19:46:18

Modified files:
	sys/dev/pcmcia : pcmciadevs.h pcmciadevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/21 20:24:21

Modified files:
	net/wide-dhcp/patches: patch-al patch-an 

Log message:
use mkstemp(); link(); fopen() to open /tmp/addrpool_dump


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/21 20:58:14

Modified files:
	editors/joe    : Makefile 
	editors/joe/patches: patch-ab patch-ad patch-ah 
	editors/joe/pkg: PLIST 

Log message:
Do not use ./.xxxrc startup file.
Startup files order: ~/.xxxrc, /etc/joe/xxxrc, ${PREFIX}/lib/joe/xxxrc.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/21 21:23:59

Modified files:
	sys/dev/pci    : if_rl.c if_rlreg.h 

Log message:
sync with FreeBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1998/12/21 21:31:55

Modified files:
	.              : i386.html 

Log message:
more realtek boards


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/21 21:32:35

Modified files:
	distrib/notes/i386: hardware 

Log message:
more realtek boards


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/21 22:05:11

Modified files:
	share/man/man4 : rl.4 

Log message:
sync with FreeBSD (mention more realtek based boards)


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	1998/12/21 22:24:14

Modified files:
	audio/rplay    : Makefile 
	audio/rplay/pkg: PLIST 

Log message:
/usr/local/etc -> /etc/rplay; OpenBSD porting policy.
btw, in 2.4 /usr/local/etc doesn't exists at all...


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/21 22:33:54

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

Log message:
sync with FreeBSD:
o sanity checking on foo_start() routines
o ansification


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/21 22:37:08

Modified files:
	share/man/man4 : tl.4 

Log message:
typo; freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1998/12/21 22:47:17

Modified files:
	lib/libc_r/arch/powerpc: _atomic_lock.c 

Log message:
Correct a thinko I had when writing the comment for this code.


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1998/12/22 00:52:10

Modified files:
	faq            : faq4.html faq9.html 

Log message:
adding to and correcting the faq


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/22 00:58:46

Modified files:
	sys/compat/ibcs2: ibcs2_signal.c 
	sys/compat/linux: linux_signal.c 
	sys/compat/osf1: osf1_signal.c 
	sys/compat/svr4: svr4_signal.c 

Log message:
range check signal [] conversions


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/22 03:43:38

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
deconfuse vprint, print holdcount, not refcount when we are talking about holdcnt


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/22 08:27:40

Modified files:
	sbin/isakmpd   : isakmpd.c 

Log message:
Size the fd sets from the descriptor table


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/22 08:40:30

Modified files:
	sys/arch/sparc/dev: if_le.c 

Log message:
only define le_softc variables ifdef SUN4M; C. W. Wilkerson (wilker@purdue116.gte.net).


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/22 15:30:35

Modified files:
	lib/libc_r     : TODO 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/22 15:30:42

Modified files:
	share/man/man4 : xl.4 

Log message:
typos; freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/22 15:47:14

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

Log message:
sync with FreeBSD:
o minor fix for xl_txeof
o defensive code for for xl_start
o ansification


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	1998/12/22 15:55:19

Modified files:
	.              : anoncvs.shar 

Log message:
- Tell people to use anoncvs1.ca.openbsd.org to sup from.
- Fix strange dir permissions on example


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/22 16:44:51

Modified files:
	lang/egcs-stable/files: md5 
	lang/egcs-stable/files/config/gcc/config: openbsd.h 
	lang/egcs-stable/files/config/gcc/config/i386: openbsd.h 

Log message:
Sync with snapshot changes & update checksum.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/22 17:33:29

Modified files:
	sys/dev/isa    : if_we.c 

Log message:
make this driver work again (move _valid assignments out of else{} so they are
performed regardless)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 17:45:49

Removed files:
	gnu/usr.bin/gcc: objc-act.c objc-act.h objc-tree.def 
	                 obstack.c.old 
	gnu/usr.bin/gcc/objc: list.h 

Log message:
2.7.2 -> 2.8.1 cruft: obvious old files, moved objc parts.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 17:55:07

Removed files:
	gnu/usr.bin/gcc: cpp.aux gcc.aux 
	gnu/usr.bin/gcc/cp: gpcompare.texi reno.texi templates.texi 
	                    tree.def 

Log message:
2.7.2 -> 2.8.1 cruft: unneeded texi output, obsolete/folded back to g++FAQ
files, renamed file.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 18:14:02

Removed files:
	gnu/usr.bin/gcc/cp: edsel.c g++.c gc.c 

Log message:
2.7.2 -> 2.8.1 cruft. Takes care of remaining files, except
config and fortran.
g++.c: is now generated automatically
edsel.c: obsolete
gc.c: part of rtti


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 18:30:56

Removed files:
	gnu/usr.bin/gcc/config/a29k: a29k-udi.h 
	gnu/usr.bin/gcc/config/alpha: gdb-osf12.h gdb-osf2.h gdb.h 
	gnu/usr.bin/gcc/config/i386: sysv4gdb.h 
	gnu/usr.bin/gcc/config/mips: bsd-4-gdb.h bsd-5-gdb.h dec-gosf1.h 
	                             ecoff-gdb.h ecoffl-gdb.h 
	                             iris3-gdb.h iris4-gdb.h iris4gl.h 
	                             iris5gdb.h mips-4-gdb.h 
	                             mips-5-gdb.h news4-gdb.h 
	                             news5-gdb.h svr3-4-gdb.h 
	                             svr3-5-gdb.h svr4-4-gdb.h 
	                             svr4-5-gdb.h svr4-t-gdb.h 
	                             ultrix-gdb.h 

Log message:
2.7.2 -> 2.8.1 cruft:
- a29k-udi.h was renamed
- gdb frag files instead of whole new configs.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 19:04:07

Removed files:
	gnu/usr.bin/gcc/config/alpha: osf2.h 
	gnu/usr.bin/gcc/config/convex: convex1.h convex2.h convex32.h 
	                               convex34.h convex38.h 

Log message:
2.7.2 -> 2.8.1: remaining alpha files, convex submodel muck-up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1998/12/22 19:45:07

Modified files:
	lang/egcs-stable: Makefile 

Log message:
*Use* the AUTOCONF macros I added to bsd.port.mk.
Thanks jason@ for reminding me...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 19:48:27

Removed files:
	gnu/usr.bin/gcc/config/i370: mvs.h mvs370.c xm-mvs.h 
	gnu/usr.bin/gcc/config/i860: xm-fx2800.h xm-paragon.h xm-sysv3.h 
	                             xm-sysv4.h 

Log message:
2.7.2 -> 2.8.1: renamed i370 files, i860 files no longer needed.
This completes config arches that are not related to OpenBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 19:56:57

Removed files:
	gnu/usr.bin/gcc/config/i386: i386iscgas.h next.c t-iscscodbx 
	gnu/usr.bin/gcc/config/m68k: mot3300g.h next.c 

Log message:
2.7.2 -> 2.8.1: old i386 & m68k, nextstep renaming.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 20:11:33

Removed files:
	gnu/usr.bin/gcc/config/pa: pa-ghiux.h pa-ghpux.h pa-ghpux9.h 
	                           pa-gux7.h pa1-ghiux.h pa1-ghpux.h 
	                           pa1-ghpux9.h pa1-hiux.h pa1-hpux.h 
	                           pa1-hpux9.h pa1-oldas.h pa1-osf.h 

Log message:
2.7.2 -> 2.8.1: new features of configure made these obsolete


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 20:27:21

Removed files:
	gnu/usr.bin/gcc/config/rs6000: aix41ppc.h t-eabi t-eabiaix 
	                               t-eabigas t-eabilegas t-eabisim 
	                               t-ppclegas 

Log message:
2.7.2 -> 2.8.1

WARNING: these were in 2.7.2, they are no longer in 2.8.1, but apart
from aix41ppc.h, I couldn't find a trace of removal in the ChangeLog,
so I don't know the reason of removal.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 20:33:01

Removed files:
	gnu/usr.bin/gcc/config/sparc: sparc-aout.h 

Log message:
2.7.2 -> 2.8.1
renamed.
last independent config file done.
I still have *bsd config files to check thru.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 20:54:42

Removed files:
	gnu/usr.bin/gcc/config: xm-netbsd.h 
	gnu/usr.bin/gcc/config/i386: xm-netbsd.h 
	gnu/usr.bin/gcc/config/m68k: xm-netbsd.h 
	gnu/usr.bin/gcc/config/mips: xm-netbsd.h 
	gnu/usr.bin/gcc/config/ns32k: xm-netbsd.h 
	gnu/usr.bin/gcc/config/sparc: xm-netbsd.h 
	gnu/usr.bin/gcc/config/vax: xm-netbsd.h 

Log message:
2.7.2 -> 2.8.1
these don't do anything but hard-coding vprintf and strerror, but
configure now checks for that too...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 21:16:29

Modified files:
	gnu/usr.bin/gcc/config/ns32k: xm-openbsd.h 
Removed files:
	gnu/usr.bin/gcc/config/alpha: xm-openbsd.h 
	gnu/usr.bin/gcc/config/i386: xm-openbsd.h 
	gnu/usr.bin/gcc/config/m68k: xm-openbsd.h 
	gnu/usr.bin/gcc/config/mips: xm-openbsd.h 
	gnu/usr.bin/gcc/config/rs6000: xm-openbsd.h xm-powerpc.h 
	gnu/usr.bin/gcc/config/sparc: xm-openbsd.h 
	gnu/usr.bin/gcc/config/vax: xm-openbsd.h 

Log message:
Kill files that reference config/xm-openbsd.h, these are no longer
used, since they would make an error.

Kill xm-powerpc.h along: it's actually a less advanced version of xm-rs6000.h.

Keep ns32k/xm-openbsd.h around, as it used to do something non trivial.

pa/xm-openbsd.h is actually still in use, so don't touch it.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1998/12/22 21:18:53

Removed files:
	gnu/usr.bin/gcc/config/m68k: xm-tower.h 

Log message:
Plain forgot to remove that one.


CVSROOT:	/cvs
Module name:	www
Changes by:	form@cvs.openbsd.org	1998/12/22 22:05:38

Modified files:
	.              : ftp.html 

Log message:
remove vs.itam.nsc.ru; nsc.ru network is too slow now :(


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1998/12/22 22:39:46

Modified files:
	lib/libc/arch/powerpc: SYS.h 

Log message:
_thread_sys changes for powerpc SYS.h, code mostly from d, fixed up
and completed for checkin.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/22 23:02:19

Modified files:
	sys/dev/isa    : if_we.c 

Log message:
a better fix; deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/22 23:50:21

Modified files:
	lib/libc_r/TEST: Makefile 

Log message:
nicer tests


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/23 00:58:26

Modified files:
	sys/dev/isa    : if_we.c 

Log message:
whoops; finally this should work with isapnp *and* non-isapnp


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/23 03:53:06

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
Opps. the flag that says that we are sleeping is MNT_MWAIT, not MNT_WAIT


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/23 09:23:47

Modified files:
	sys/compat/osf1: osf1_signal.c 

Log message:
Granted this is #if 0'd out, but it should have a chance of compiling anyway


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 09:26:26

Modified files:
	lib/libc/arch/hppa: SYS.h 

Log message:
libc_r support


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 10:48:46

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

Log message:
less files and options (;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 10:49:56

Modified files:
	sys/arch/hppa/include: asm.h 

Log message:
this is to shutup binutils


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 10:53:54

Modified files:
	sys/arch/hppa/include: intr.h 

Log message:
remove bogus comments
better inline for spl{hign,low}
inline splx(), which is 5 insn long, and call would add 2-3 more, which is
50% loss (not that "small or none" as it was in those (see above) comments)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 10:55:37

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

Log message:
remove bogus gkd.h


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 10:56:25

Modified files:
	sys/arch/hppa/hppa: genassym.cf 

Log message:
remove bogus CACHE_LINE_SIZE


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/23 11:05:01

Modified files:
	.              : orders.html 

Log message:
Computer Literacy has openbsd 2.4


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/23 15:43:05

Modified files:
	lib/libc_r/uthread: uthread_autoinit.c uthread_init.c 

Log message:
rename linkage variable to match freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/23 15:44:39

Modified files:
	lib/libc_r/uthread: uthread_file.c 

Log message:
funlockfile shouldnt assume flockfile has been called


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/23 15:45:31

Modified files:
	lib/libc_r/uthread: uthread_mutex.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1998/12/23 15:49:47

Modified files:
	lib/libc_r/uthread: pthread_private.h uthread_fd.c uthread_gc.c 
	                    uthread_open.c uthread_read.c 
	                    uthread_readv.c uthread_rwlock.c 
	                    uthread_rwlockattr.c uthread_socketpair.c 
	                    uthread_spinlock.c uthread_write.c 
	                    uthread_writev.c 

Log message:
preserve FreeBSD idents


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1998/12/23 16:16:18

Modified files:
	emulators/linux_lib: Makefile 

Log message:
Sometimes users know better than the stupid Makefile.  Don't die if a silly
rmdir fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/23 18:30:09

Modified files:
	sys/dev/mii    : miidevs 

Log message:
myson mtd972


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/23 18:30:55

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/23 18:40:28

Modified files:
	sys/miscfs/kernfs: kernfs_vfsops.c 

Log message:
in kernfs_statfs set f_flags to 0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	1998/12/23 20:37:10

Modified files:
	lang/kaffe1    : Makefile 
	lang/kaffe1/files: md5 
	lang/kaffe1/pkg: COMMENT PLIST 
Added files:
	lang/kaffe1/pkg: SECURITY 

Log message:
Upgraded from 1.0b1 to 1.0b3; remove old Makefile comments; do better
job of passing args to GNU configure. Mention need for audit in pkg/SECURITY.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 23:33:36

src/distrib/notes/hppa

Update of /cvs/src/distrib/notes/hppa
In directory cvs.openbsd.org:/tmp/cvs-serv7768/hppa

Log Message:
Directory /cvs/src/distrib/notes/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 23:34:33

src/distrib/hppa

Update of /cvs/src/distrib/hppa
In directory cvs.openbsd.org:/tmp/cvs-serv8394/hppa

Log Message:
Directory /cvs/src/distrib/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/23 23:35:28

src/distrib/hppa/ramdisk

Update of /cvs/src/distrib/hppa/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv24817/hppa/ramdisk

Log Message:
Directory /cvs/src/distrib/hppa/ramdisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1998/12/24 10:00:13

Modified files:
	usr.bin/ftp    : cmdtab.c 

Log message:
retreived -> retrieved


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/12/25 11:15:44

Modified files:
	.              : want.html 

Log message:
i thought that santa would bring me thatt );


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:04:22

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add vendor and a card


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:05:45

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

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:13:40

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Correct identifyer for chip


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:15:00

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

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:48:19

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
One more chipset


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:53:14

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Fix typo, shorten some names


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 12:54:42

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

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 13:18:14

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Another typo


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1998/12/25 13:19:02

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

Log message:
Sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/25 19:43:55

Modified files:
	.              : want.html 

Log message:
flesh out


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/25 19:45:07

Modified files:
	.              : want.html 

Log message:
better flesh


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1998/12/26 05:35:12

Modified files:
	sys/conf       : files 
	sys/netinet    : ip_input.c ip_ip4.c ip_mroute.c ip_output.c 
	                 ip_var.h raw_ip.c 
Added files:
	sys/netinet    : ip_id.c 

Log message:
make ip_id random but ensure that ids dont repeat for some period.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/26 11:31:23

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

Log message:
config.new disappeared a long time ago


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/26 16:58:34

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

Log message:
Kill pcmcia media setting that is always overridden these days.  Fix typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/26 17:27:19

Modified files:
	sys/arch/i386/isa: isa_machdep.c 
	sys/arch/alpha/dev: shared_intr.c 
	sys/dev/isa    : i82365_isa.c i82365_isasubr.c i82365_isavar.h 

Log message:
new priority mechanism for pcmcia interrupt allocation, ie. "best effort"
for machines low on interrupts. work by fgsch, and myself


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/26 19:06:43

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/26 19:06:48

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/26 23:57:55

Modified files:
	.              : donations.html 

Log message:
donation


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/26 23:59:20

Modified files:
	.              : want.html 

Log message:
fix


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 00:27:17

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
adaptec things


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 00:27:24

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 02:40:26

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

Log message:
ne* at isapnp?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 02:41:57

Modified files:
	sys/dev/isa    : aha.c files.isa files.isapnp 
	sys/arch/i386/conf: GENERIC RAMDISK 

Log message:
non-working isapnp aha support


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1998/12/27 13:19:00

Modified files:
	editors/emacs  : Makefile 

Log message:
use MASTER_SITE_GNU; Ayr-nieu <ayr-nieu@abyss.imaji.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 20:29:36

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 20:29:43

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/27 20:37:55

Modified files:
	sys/dev/mii    : files.mii 
Added files:
	sys/dev/mii    : mtdphy.c mtdphyreg.h 

Log message:
Myson MTD972 driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/27 20:50:38

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

Log message:
add mtdphy (commented out for now)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1998/12/27 22:12:47

Modified files:
	mail/fetchmail : Makefile 
	mail/fetchmail/files: md5 
	mail/fetchmail/pkg: COMMENT PLIST 

Log message:
Update to 4.7.2. Make COMMENT < 60 chars.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/27 22:51:39

Modified files:
	sys/miscfs/kernfs: kernfs.h 

Log message:
kernfs_sync needs to be nullop, not eopnotsupp for unmount to work
w/o MNT_FORCE.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/27 22:54:44

Modified files:
	usr.bin/tic    : tic.c 

Log message:
don't dump core when invoked with no args; pavel_roskin@geocities.com


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/27 23:10:44

Modified files:
	lib/libocurses : curses.h 

Log message:
kill reg #define, nothing uses it and it causes problems elswhere; jwise@unicast.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 23:11:51

Modified files:
	share/dict     : web2 

Log message:
word fixes and additions; freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 23:28:15

Modified files:
	sys/sys        : proc.h 
	usr.bin/newsyslog: newsyslog.c 

Log message:
crank PID_MAX to 99999


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/27 23:58:31

Modified files:
	etc            : rc 

Log message:
split database line up nicely; krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 01:04:28

Modified files:
	sbin/mountd    : mountd.c 

Log message:
some cleanup, in preperation for a rewrite of the racy guts


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	1998/12/28 02:15:17

Modified files:
	sys/dev/isa    : devlist2h.awk 

Log message:
handle driver/driver tags


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 02:15:50

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
merge tags for similar drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 02:15:55

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 02:38:50

Modified files:
	sys/dev/isa    : isapnp.c 

Log message:
carefully clear r->h, and avoid a panic


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	1998/12/28 03:08:43

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

Log message:
document -D


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/12/28 04:03:58

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

Log message:
Small hack to pass out VM86 traps using a siginfo field.
(There is no other way in our kernel.)

VM86 applications must use real sigaction handlers with SA_SIGINFO in order
to get their traps.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 04:13:52

Modified files:
	usr.bin/telnet : sys_bsd.c 

Log message:
handle oversize fd_set


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	1998/12/28 04:17:25

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
emulation includes audio and cdrom


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 04:27:00

Modified files:
	.              : 22.html 23.html 24.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 04:27:43

Modified files:
	.              : want.html 

Log message:
more things we want


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 04:35:18

Modified files:
	usr.bin/sed    : sed.1 

Log message:
use \& block on : in macro; ross


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/28 10:26:44

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

Log message:
cleanup and comments


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/28 10:49:21

Modified files:
	sys/nfs        : xdr_subs.h 

Log message:
Fix fxdr_hyper macro.  The cast to signed int caused incorrect behavior in the shift.  This only seems to have affected big endian machines.


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/12/28 11:41:31

Modified files:
	.              : want.html 

Log message:
hey! this was donated too


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 11:45:23

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/28 11:59:32

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : mtdphy.4 

Log message:
manpage for mtdphy


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/28 12:13:05

Modified files:
	sys/sys        : simplelock.h 
	sys/kern       : kern_lock.c 

Log message:
simple debugging for simple locks


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 12:27:50

Modified files:
	.              : want.html sparc.html 

Log message:
update for current sparc support


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/28 12:35:36

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
simple_lock fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/28 12:56:23

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
remove old leftovers from lite2 upgrade


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 14:19:57

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
zoran


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 14:20:13

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 14:22:47

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

Log message:
use getcwd(3)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1998/12/28 15:51:49

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/patches: patch-aa patch-ac patch-ad 
Removed files:
	x11/windowmaker/patches: patch-ab 

Log message:
Some cleanup: krw@tcn.net


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/28 16:32:04

Modified files:
	.              : errata.html 

Log message:
Mention patch for nfs3 mounts > 2gig on big endian machines (fxdr_hyper macro fix)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 16:54:58

Modified files:
	sys/netinet    : ip_input.c udp_usrreq.c 

Log message:
ensure the ip packet embedded inside an icmp packet has correct ip_len,
ip_off, ip_id. for udp, also correct uh_sum.  ip_sum is still set to 0;
(all this debugged using nmap)


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1998/12/28 17:06:01

Modified files:
	.              : errata.html 

Log message:
mention kvm_mkdb.patch


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	1998/12/28 18:36:27

Modified files:
	.              : crypto.html 

Log message:
note randomness of IP datagram IDs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/28 22:00:35

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 00:00:58

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
use getcwd()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 00:59:25

Modified files:
	etc/etc.sparc  : MAKEDEV 

Log message:
prepare for sparc bpp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 02:10:30

Modified files:
	sys/dev/isa    : ad1848.c ym.c 

Log message:
work around some ugly glitches


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 02:33:36

Modified files:
	sys/arch/sparc/conf: GENERIC files.sparc 
	sys/arch/sparc/include: conf.h 
	sys/arch/sparc/sparc: conf.c 
Added files:
	sys/arch/sparc/dev: bpp.c bppreg.h 

Log message:
first cut at a bpp driver; mailed to me by downsj eons ago


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 04:52:14

Modified files:
	.              : events.html 

Log message:
flesh


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 04:53:05

Modified files:
	.              : plus.html 

Log message:
new (this is my 8000th commit)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 05:01:26

Modified files:
	share/man/man4 : ipsec.4 
	sbin/ipsecadm  : ipsecadm.1 

Log message:
add isakmpd(8) references


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 05:04:37

Modified files:
	usr.sbin/adduser: adduser.8 adduser.perl 

Log message:
do batch in encrypted mode by default; ibo@val-axs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/29 10:05:50

Modified files:
	sys/sys        : proc.h 

Log message:
Fat PIDs cannot be used with COMPAT_09, reported by ho@netman.se


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 11:06:48

Added files:
	sys/arch/hppa/hppa: process_machdep.c sys_machdep.c vm_machdep.c 

Log message:
some *machdep stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 11:10:37

Added files:
	sys/arch/hppa/hppa: autoconf.c 

Log message:
-a don't work yet


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:32:35

Added files:
	sys/arch/hppa/dev: cpu.c 

Log message:
some cpu


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:34:21

Added files:
	sys/arch/hppa/dev: viper.h 

Log message:
Viper mem/mainbus controller definitions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:35:42

Added files:
	sys/arch/hppa/dev: clock.c 

Log message:
no microtime() yet


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:38:47

Added files:
	sys/arch/hppa/dev: mem.c 

Log message:
memory


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:40:21

Modified files:
	sys/arch/hppa/dev: pdc.c 

Log message:
utilize PDC_ALIGNMENT


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:47:13

Modified files:
	sys/arch/hppa/include: cpufunc.h 

Log message:
make fcacheall(), ptlball() void on args, so anybody can call 'em


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:52:37

Modified files:
	sys/arch/hppa/include: frame.h 

Log message:
fix special tr* registers names, spaces vs tabs


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 14:54:12

Modified files:
	sys/arch/hppa/include: autoconf.h 

Log message:
help MI code


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 15:20:27

Modified files:
	sys/arch/hppa/include: bus.h 

Log message:
add bus_space_barrier() proto


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 15:27:49

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

Log message:
sti graphics does not need raster


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 15:53:49

Modified files:
	sys/arch/hppa/conf: GECKO 

Log message:
assign interrupts


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/29 19:09:46

Modified files:
	libexec/ftpd   : ftpd.8 

Log message:
typo; evanc@concer.to


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 19:11:53

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

Log message:
fix pmap_steal_memory - related things:
shudup  vm_page_bootstrap about "lost pages"
always use pmap_steal_memory() to allocate from block-mapped area
add pmap_steal_memory debugging flag


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/29 19:13:52

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

Log message:
machdep; more work needed


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/12/29 19:52:38

Modified files:
	libexec/ftpd   : ftpd.8 

Log message:
No, it was a NOT a typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/29 20:02:48

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

Log message:
If no phy is probed, proceed in 'auto' mode.  This makes cards like my 10mb etherexpress pro+ combo that worked in 2.3 but not in 2.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/30 03:21:53

Modified files:
	sys/vm         : swap_pager.c 

Log message:
clean up DIAGNOSTIC


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/30 03:25:30

Modified files:
	share/man/man4 : ipsec.4 

Log message:
fix typo; jdb@osbie.layer8.net


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/30 03:43:34

Modified files:
	.              : orders.html 

Log message:
store in finland


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1998/12/30 05:26:14

Modified files:
	sys/vm         : vm_pageout.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1998/12/30 08:13:04

Modified files:
	sys/dev/ic     : adw.h 

Log message:
For now, just allocate gobs more CCBs in an attempt to avoid running out during
autoconf.  This needs to be fixed correctly...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/30 11:11:54

Modified files:
	sbin/savecore  : savecore_old.c 

Log message:
Exit if nlist fails with ENOENT.  Also replace strerror(errno) in syslog with %m


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/30 15:01:25

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/30 15:03:46

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

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/30 15:18:47

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

Log message:
doc fix: clnt_sperrno does not append a NEWLINE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/30 15:26:18

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

Log message:
append \n correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/30 17:01:57

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

Log message:
typo; matter@suspicious.org


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1998/12/30 17:23:34

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

Log message:
I messed up in my last patch, thanks wim and federico


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/30 19:35:14

Modified files:
	sys/dev/pci    : if_rl.c if_rlreg.h 

Log message:
Trim CRC off of rx'd packets; freebsd.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/30 19:40:21

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

Log message:
tl_tx_tail pointer was not always being updated correctly; freebsd.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1998/12/30 19:47:41

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

Log message:
make sure xl_tx_tail pointer gets updated; freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1998/12/30 20:20:44

Added files:
	sys/arch/hppa/dev: sti.c stireg.h 

Log message:
STI graphics


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1998/12/30 20:24:01

Modified files:
	.              : hppa.html 

Log message:
sti graphics


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/30 21:07:29

Modified files:
	gnu/usr.bin/perl: taint.c 

Log message:
keep 'perl -T -P' from dumping core


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 02:17:59

Modified files:
	sys/dev/isa    : i82365_isa.c i82365_isasubr.c 
	sys/arch/i386/isa: isa_machdep.c 
	sys/arch/alpha/dev: shared_intr.c 

Log message:
semantic change: prefer unshared intr, settle for level shared. this will still fail in some cases


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 02:21:43

Modified files:
	.              : index.html 

Log message:
another swedish mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 02:25:32

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

Log message:
typo; jon@oaktree.co.uk


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 02:33:55

Modified files:
	.              : errata.html plus.html 

Log message:
i386 installboot patch now available


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 04:16:56

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
mangle uh_sum as before, but recover it for icmp errors


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 04:50:13

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
icmp_error() is now getting packets which are completely in network byte order


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1998/12/31 05:09:02

Modified files:
	sys/dev/isa    : i82365_isa.c 

Log message:
Don't panic if the pcic irq is defined in the config-file.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 05:27:11

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
XXX marker for where nested ip ip_sum should be re-build (but it is not in an mbuf, grr


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 05:40:34

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
look at that, correct nested ip checksums...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1998/12/31 05:55:47

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
one last fix for byte order.  now all architectures return the same correct icmp packets


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1998/12/31 13:06:55

Modified files:
	usr.sbin/httpd : Makefile 

Log message:
Fix broken htdocs/manual install that was missing files.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/31 16:43:04

Modified files:
	games/larn     : Makefile 
	games/bs       : Makefile 

Log message:
Add ${PIPE}; evanc@concer.to


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1998/12/31 16:49:46

Modified files:
	share/mk       : bsd.lib.mk bsd.lkm.mk bsd.prog.mk sys.mk 

Log message:
Add ${PIPE} in sys.mk so we do no need to add all over the places; evanc@concer.to


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/01/01 01:05:47

Modified files:
	sys/dev/isa    : i82365_isa.c 

Log message:
Don't print irq twice if it's defined in the config-file.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/01 04:15:04

Modified files:
	sys/netinet    : in.h 

Log message:
mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/01 09:10:30

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

Log message:
some traps, hehe


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/01 10:47:18

Modified files:
	games/larn     : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/01 12:25:04

Modified files:
	.              : plus.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/01 13:34:09

Modified files:
	usr.sbin/sendmail: KNOWNBUGS LICENSE Makefile.dist README 
	                   RELEASE_NOTES 
	usr.sbin/sendmail/BuildTools: README 
	usr.sbin/sendmail/BuildTools/M4: header.m4 
	usr.sbin/sendmail/BuildTools/M4/depend: BSD.m4 CC-M.m4 NCR.m4 
	                                        Solaris.m4 X11.m4 
	                                        generic.m4 
	usr.sbin/sendmail/BuildTools/OS: 386BSD A-UX AIX AIX.2 AIX.4.2 
	                                 AIX.4.3 AIX.4.x Altos BSD-OS 
	                                 BSD43 CLIX CRAYT3E.2.0.x CSOS 
	                                 ConvexOS Dell DomainOS 
	                                 DomainOS.10.4 Dynix EWS-UX_V 
	                                 FreeBSD HP-UX HP-UX.10.x 
	                                 HP-UX.11.x IRIX IRIX.5.x 
	                                 IRIX.6.5 IRIX.6.x IRIX64.6.0 
	                                 IRIX64.6.1 IRIX64.6.x ISC KSR 
	                                 LUNA Linux Linux.ppc Mach386 
	                                 NCR.MP-RAS.2.x NCR.MP-RAS.3.x 
	                                 NEWS-OS.4.x NEWS-OS.6.x 
	                                 NEXTSTEP.4.x NeXT.2.x NeXT.3.x 
	                                 NeXT.4.x NetBSD NetBSD.8.3 
	                                 NonStop-UX OSF1 OpenBSD PTX 
	                                 Paragon PowerUX QNX RISCos 
	                                 RISCos.4_0 SCO SCO.4.2 SCO.5.x 
	                                 SINIX SVR4 SunOS SunOS.4.0 
	                                 SunOS.5.1 SunOS.5.2 SunOS.5.3 
	                                 SunOS.5.4 SunOS.5.5 SunOS.5.6 
	                                 SunOS.5.7 Titan ULTRIX UMAX 
	                                 UNICOS UNIX_SV.4.x.i386 UX4800 
	                                 UXPDS.V10 UXPDS.V20 
	                                 dcosx.1.x.NILE dgux maxion 
	                                 uts.systemV 
	usr.sbin/sendmail/BuildTools/Site: README 
	usr.sbin/sendmail/BuildTools/bin: Build configure.sh find_m4.sh 
	                                  install.sh 
	usr.sbin/sendmail/cf: README 
	usr.sbin/sendmail/cf/cf: Build Makefile chez.cs.mc 
	                         clientproto.mc cs-hpux10.mc cs-hpux9.mc 
	                         cs-osf1.mc cs-solaris2.mc 
	                         cs-sunos4.1.mc cs-ultrix4.mc 
	                         generic-bsd4.4.mc generic-hpux10.mc 
	                         generic-hpux9.mc generic-nextstep3.3.mc 
	                         generic-osf1.mc generic-solaris2.mc 
	                         generic-sunos4.1.mc generic-ultrix4.mc 
	                         huginn.cs.mc knecht.mc mail.cs.mc 
	                         mail.eecs.mc mailspool.cs.mc 
	                         python.cs.mc s2k-osf1.mc s2k-ultrix4.mc 
	                         tcpproto.mc ucbarpa.mc ucbvax.mc 
	                         uucpproto.mc vangogh.cs.mc 
	usr.sbin/sendmail/cf/domain: Berkeley.EDU.m4 CS.Berkeley.EDU.m4 
	                             EECS.Berkeley.EDU.m4 
	                             S2K.Berkeley.EDU.m4 
	                             berkeley-only.m4 generic.m4 
	usr.sbin/sendmail/cf/feature: accept_unqualified_senders.m4 
	                              accept_unresolvable_domains.m4 
	                              access_db.m4 allmasquerade.m4 
	                              always_add_domain.m4 
	                              bestmx_is_local.m4 bitdomain.m4 
	                              blacklist_recipients.m4 
	                              domaintable.m4 genericstable.m4 
	                              limited_masquerade.m4 
	                              local_lmtp.m4 local_procmail.m4 
	                              loose_relay_check.m4 
	                              mailertable.m4 
	                              masquerade_entire_domain.m4 
	                              masquerade_envelope.m4 
	                              nocanonify.m4 nodns.m4 
	                              notsticky.m4 nouucp.m4 
	                              nullclient.m4 promiscuous_relay.m4 
	                              rbl.m4 redirect.m4 
	                              relay_based_on_MX.m4 
	                              relay_entire_domain.m4 
	                              relay_hosts_only.m4 
	                              relay_local_from.m4 smrsh.m4 
	                              stickyhost.m4 use_ct_file.m4 
	                              use_cw_file.m4 uucpdomain.m4 
	                              virtusertable.m4 
	usr.sbin/sendmail/cf/hack: cssubdomain.m4 
	usr.sbin/sendmail/cf/m4: cf.m4 cfhead.m4 nullrelay.m4 proto.m4 
	                         version.m4 
	usr.sbin/sendmail/cf/mailer: cyrus.m4 fax.m4 local.m4 mail11.m4 
	                             phquery.m4 pop.m4 procmail.m4 
	                             smtp.m4 usenet.m4 uucp.m4 
	usr.sbin/sendmail/cf/ostype: aix2.m4 aix3.m4 aix4.m4 altos.m4 
	                             amdahl-uts.m4 aux.m4 bsd4.3.m4 
	                             bsd4.4.m4 bsdi1.0.m4 bsdi2.0.m4 
	                             dgux.m4 domainos.m4 dynix3.2.m4 
	                             gnuhurd.m4 hpux10.m4 hpux9.m4 
	                             irix4.m4 irix5.m4 irix6.m4 
	                             isc4.1.m4 linux.m4 maxion.m4 
	                             mklinux.m4 nextstep.m4 osf1.m4 
	                             powerux.m4 ptx2.m4 qnx.m4 
	                             riscos4.5.m4 sco-uw-2.1.m4 
	                             sco3.2.m4 sinix.m4 solaris2.m4 
	                             solaris2.ml.m4 sunos3.5.m4 
	                             sunos4.1.m4 svr4.m4 ultrix4.m4 
	                             unknown.m4 uxpds.m4 
	usr.sbin/sendmail/cf/sh: makeinfo.sh 
	usr.sbin/sendmail/doc/changes: Makefile changes.me 
	usr.sbin/sendmail/doc/intro: Makefile intro.me 
	usr.sbin/sendmail/doc/op: Makefile op.me 
	usr.sbin/sendmail/doc/usenix: Makefile usenix.me 
	usr.sbin/sendmail/mailstats: Makefile.m4 mailstats.8 mailstats.c 
	usr.sbin/sendmail/makemap: Makefile.m4 makemap.8 makemap.c 
	usr.sbin/sendmail/praliases: Makefile.m4 praliases.1 praliases.c 
	usr.sbin/sendmail/smrsh: Makefile.m4 README smrsh.8 smrsh.c 
	usr.sbin/sendmail/src: Makefile Makefile.m4 README TRACEFLAGS 
	                       alias.c aliases.5 arpadate.c clock.c 
	                       collect.c conf.c conf.h convtime.c 
	                       daemon.c deliver.c domain.c envelope.c 
	                       err.c headers.c ldap_map.h macro.c 
	                       mailq.1 mailstats.h main.c makesendmail 
	                       map.c mci.c mime.c newaliases.1 
	                       parseaddr.c pathnames.h queue.c readcf.c 
	                       recipient.c safefile.c savemail.c 
	                       sendmail.8 sendmail.h sendmail.hf 
	                       snprintf.c srvrsmtp.c stab.c stats.c 
	                       sysexits.c trace.c udb.c useful.h 
	                       usersmtp.c util.c version.c 
	usr.sbin/sendmail/test: Results 
Added files:
	usr.sbin/sendmail/BuildTools/OS: IRIX64.6.5 Rhapsody 
	                                 UnixWare.5.i386 
	usr.sbin/sendmail/cf/cf: generic-bsd4.4.cf generic-hpux10.cf 
	                         generic-hpux9.cf generic-osf1.cf 
	                         generic-solaris2.cf generic-sunos4.1.cf 
	                         generic-ultrix4.cf 
	usr.sbin/sendmail/cf/ostype: unixware7.m4 
	usr.sbin/sendmail/src: control.c 

Log message:
sendmail 8.9.2


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 14:26:19

Modified files:
	faq            : faq2.html 

Log message:
some simple corrections


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 14:30:18

Modified files:
	faq            : faq4.html 

Log message:
re-wording


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 14:56:06

Modified files:
	faq            : faq5.html 

Log message:
how to compile the kernel


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 15:04:14

Modified files:
	faq            : faq9.html 

Log message:
few corrections


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/01/01 16:16:26

Modified files:
	lang/tcl80/patches: patch-aa patch-ab 

Log message:
o grammer correction from Corey Brenner <coreybrenner@hotmail.com>
o update offsets for new tcl version


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 16:53:15

Modified files:
	etc/etc.i386   : MAKEDEV 

Log message:
Create midi and sequencer devices


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 16:55:10

src/usr.bin/midiplay

Update of /cvs/src/usr.bin/midiplay
In directory cvs.openbsd.org:/tmp/cvs-serv18906/midiplay

Log Message:
Directory /cvs/src/usr.bin/midiplay added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 16:58:22

Added files:
	usr.bin/midiplay: Makefile midiplay.1 midiplay.c 

Log message:
MIDI file player


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 17:02:56

Modified files:
	sys/dev        : audio.c audio_if.h 
	sys/dev/isa    : files.isa gus.c pas.c pss.c sb.c sb_isapnp.c 
	                 sbdsp.c sbdspvar.h wss.c ym.c 
	sys/conf       : files 
	sys/arch/amiga/dev: aucc.c 
	sys/arch/sparc/dev: amd7930.c 
	sys/dev/pci    : eap.c sv.c 
	sys/arch/i386/conf: files.i386 GENERIC 
	sys/arch/i386/isa: clock.c 
	sys/arch/i386/i386: conf.c 
	sys/sys        : conf.h 
Added files:
	sys/dev        : midi.c midi_if.h midisyn.c midisynvar.h 
	                 midivar.h sequencer.c sequencervar.h 
	sys/dev/ic     : opl.c oplreg.h oplvar.h oplinstrs.c i8253reg.h 
	sys/dev/isa    : midi_pcppi.c mpu401.c mpu401var.h spkr.c 
	                 spkrio.h pcppi.c opl_isa.c pcppireg.h 
	                 pcppivar.h opl_sb.c 
	sys/sys        : midiio.h 
Removed files:
	sys/arch/i386/isa: spkr.c spkrreg.h 

Log message:
Midi & sequencer support from NetBSD, mostly by Lennart Augustsson


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 17:32:56

Modified files:
	sys/arch/i386/conf: WALDORF SARUMAN PETRA OPRAH NETTAN LUCIFIER 
	                    LAP HERMES GANDALF ELBERETH DISKLESS 

Log message:
Remove old spkr attachment.  If you want a new spkr device do:
pcppi0	at isa?
spkr0		at pcppi?


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 17:34:24

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

Log message:
Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd:
pcppi0	at isa?
sysbeep0	at pcppi?


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 17:38:16

Modified files:
	sys/arch/i386/conf: NETTAN OPRAH WALDORF PETRA 

Log message:
sysbeep + com->pccom


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/01 17:38:38

Modified files:
	sys/kern       : init_main.c 

Log message:
1999


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 17:58:12

Modified files:
	sys/dev/isa    : spkr.c 

Log message:
OpenBSDify


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 17:59:09

Modified files:
	sys/dev        : midi.c 

Log message:
Remove unnecessary extern


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 18:06:01

Modified files:
	faq            : faq3.html 

Log message:
correctness and link to faq


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/01 18:14:37

Modified files:
	.              : index.html 

Log message:
reorder


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 18:21:21

Modified files:
	faq            : index.html 
Added files:
	faq            : faq10.html 

Log message:
system admin section started.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/01 18:33:40

Modified files:
	sys/dev/isa    : sb_isa.c 

Log message:
Forgotten file in the midi commit


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 18:54:13

Modified files:
	faq            : faq10.html index.html 

Log message:
additions..


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1999/01/01 19:07:11

Modified files:
	.              : plus.html 

Log message:
sendmail & midi


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/01 19:29:19

Modified files:
	faq            : faq1.html 

Log message:
fix some links


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	1999/01/02 01:24:52

Modified files:
	bin/date       : date.c 

Log message:
Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was not
1900.


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	1999/01/02 01:30:27

Modified files:
	bin/rm         : rm.c 

Log message:
Fix possible free() of uninitialized pointer.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/02 01:38:58

Modified files:
	bin/rm         : rm.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 09:24:10

Modified files:
	faq            : index.html 

Log message:
didnt unset the font


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 09:29:52

Modified files:
	faq            : faq10.html 

Log message:
bad english


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 10:06:10

Modified files:
	faq            : faq4.html index.html 

Log message:
additions, changes.. on and on.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/02 10:48:31

Modified files:
	sys/dev/isa    : sb_isapnp.c 

Log message:
I messed up the PNP attachment


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 10:59:02

Modified files:
	faq            : index.html 

Log message:
fix fonts


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 11:51:53

Modified files:
	faq            : faq4.html index.html 

Log message:
4gb installboot section


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 13:00:37

Modified files:
	faq            : faq6.html 

Log message:
ppp section


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 13:14:37

Modified files:
	faq            : faq4.html 

Log message:
installboot link to errata.html


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/02 15:01:27

Modified files:
	sys/dev/isa    : sb_isapnp.c 

Log message:
unused var


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 17:24:10

Modified files:
	faq            : faq5.html faq8.html 

Log message:
few simple corrections


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/02 17:38:01

Modified files:
	faq            : faq4.html 

Log message:
xshare explaination


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/02 21:01:37

Modified files:
	sys/arch/hppa/include: pmap.h 
	sys/arch/hppa/hppa: pmap.c 

Log message:
add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/02 21:20:07

Modified files:
	usr.bin/patch  : backupfile.c 

Log message:
we have basename(3) and dirname(3) in libc (albeit with slightly different semantics


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/02 21:49:28

Modified files:
	usr.bin/patch  : backupfile.c 

Log message:
back out last change, other parts of patch rely on basename() returning a ptr to a part of name, not a new string


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/02 22:33:49

Modified files:
	usr.bin/patch  : backupfile.c common.h inp.c util.c util.h 

Log message:
Use libc basename(3) and dirname(3) instead of defining our own.  Also clean up some nasty assumptions that basename() returns a pointer that lies within its argument


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 03:02:14

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 03:05:52

Modified files:
	sys/dev/isa    : i82365_isasubr.c 
	sys/dev/ic     : i82365.c i82365var.h 

Log message:
provide pcmcia IO bus mapper with list of blocks where it should
preferentially map; idea by me, code by niklas


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 03:06:35

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

Log message:
fix overflow; bde


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 03:07:19

Modified files:
	sys/nfs        : nfs_boot.c 

Log message:
print addresses using inet_ntoa ( )


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/03 10:55:13

Modified files:
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa/include: bus.h 

Log message:
implement bus_space_{un,}map w/ extents


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/03 11:20:35

Modified files:
	sys/netinet    : in.h 

Log message:
use int8_t, not char in c++ case for consistency and fix indentation


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/03 11:42:51

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

Log message:
fix uncompilable


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/03 13:22:05

Modified files:
	faq            : faq5.html 

Log message:
fixes


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 15:54:32

Modified files:
	.              : errata.html i386.html 

Log message:
wrong link to patch; hamblin@cs.wisc.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 16:01:24

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/03 16:59:19

Added files:
	sys/arch/hppa/gsc: if_ie_gsc.c 

Log message:
ie driver, needs MI part, which involves sparc testing and (most likely) i386 rewrite hehe (;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/03 19:12:10

Modified files:
	etc            : Makefile 

Log message:
namedb files go in /var/named/named


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 20:00:27

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

Log message:
use pid_t


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/03 20:12:36

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/01/03 20:42:38

Modified files:
	.              : want.html 

Log message:
add item back


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/03 20:47:35

Modified files:
	etc/etc.sparc  : MAKEDEV 

Log message:
clean up: remove the correct devices before trying to create them


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/03 20:57:55

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

Log message:
Make sure both phyid registers have bogus values before assuming
it's a phy with no phyid.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/03 21:26:46

Modified files:
	sys/dev/mii    : nsphy.c 

Log message:
o Switching from 10->100 needs a bit of extra bit fiddling
(isolate -> switch bmcr -> unisolate)
o Switching from 10->auto needs a reset
o hme doesn't advertise everything it supports, so
during reset, set the ANAR according to the supported media in BMSR.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/03 21:44:06

Modified files:
	sys/dev/mii    : nsphy.c 

Log message:
Don't isolate if NOISOLATE flag is set


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/03 22:28:49

Modified files:
	audio/tosha    : Makefile 
	audio/tosha/files: md5 
	audio/tosha/patches: patch-aa patch-ab patch-ac 
	audio/tosha/pkg: PLIST 

Log message:
update to 0.6; John H Darrah <jhd@giddens.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/03 23:33:50

Modified files:
	mail/mutt      : Makefile 
	mail/mutt/files: md5 
	mail/mutt/patches: patch-aa patch-ab 
	mail/mutt/pkg  : PLIST 

Log message:
update to 0.95; Kenneth R Westerback <krw@tcn.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/01/04 00:54:42

src/regress/lib/libssl

Update of /cvs/src/regress/lib/libssl
In directory cvs.openbsd.org:/cvs.n/hack/beck/src/regress/lib/libssl

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


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/04 00:55:06

Modified files:
	usr.bin/telnet : commands.c 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/01/04 00:59:59

Added files:
	regress/lib/libssl: Makefile README ssleay.cnf test_client.sh 
	                    test_server.sh testdsa.sh testenc.sh 
	                    testrsa.sh 

Log message:
ssl lib test scripts. Need to be tested so as not to break build process
before this libssl dir is added to the upper level Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 01:09:54

Modified files:
	sys/sys        : proc.h 

Log message:
high PID_MAX has side effects on udp, which are still being debugged


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 01:11:53

Modified files:
	sbin/dump      : dumprmt.c 

Log message:
use TCP_NODELAY; giannici@neomedia.it


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/04 05:03:08

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

Log message:
PIDs does not always fit in short


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/04 06:48:16

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

Log message:
better cache handling in bus_space_barrier(), seem to work now


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/01/04 07:07:04

Modified files:
	.              : events.html 

Log message:
added LinuxExpo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/04 12:24:19

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
MIN_PID should be 4 since update is proc 3 now


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/04 13:00:12

Modified files:
	lib/libc/time  : strftime.3 

Log message:
include blurb about ISO 8601 dates straight from strftime.c


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 13:40:34

Modified files:
	.              : ftp.html 

Log message:
new ftp mirror in russia


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 14:24:30

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new modem


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 14:24:36

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/04 14:36:03

Modified files:
	usr.bin/find   : operator.c 

Log message:
Correct ! handling in parens; dave@dtsp.co.nz


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/04 15:28:20

Modified files:
	faq            : faq2.html faq4.html faq5.html faq6.html 
	                 faq9.html 

Log message:
manpath not specified for man.cgi. defaults to -current


CVSROOT:	/cvs
Module name:	ports
Changes by:	jason@cvs.openbsd.org	1999/01/04 15:59:26

Modified files:
	comms/conserver/patches: patch-ad 
Added files:
	comms/conserver/patches: patch-ah patch-ai 

Log message:
o use CLOCAL in conserver/comsent.c
o patch man pages to always refer to the config file in /usr/local/etc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 17:43:20

Modified files:
	sys/sys        : proc.h 

Log message:
make PID_MAX 65535: lots, but avoids problems with compat_*


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 17:43:44

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
do not concern ourselves with MAX_PID


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/04 17:47:56

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/04 19:52:18

Modified files:
	faq            : faq1.html faq4.html faq6.html 

Log message:
pap/chap and correct broken links


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/01/04 20:37:49

Removed files:
	faq/faq1       : index.html 
	faq/faq2       : index.html 
	faq/faq3       : index.html 
	faq/faq4       : index.html 
	faq/faq5       : index.html 
	faq/faq7       : index.html 
	faq/faq8       : index.html 

Log message:
remove outdated directory structure; dirs will go away with
next cvs up -PAd


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/01/04 21:01:22

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/04 21:29:04

Modified files:
	sys/arch/sparc/sparc: disksubr.c 
	sys/arch/alpha/alpha: disksubr.c 

Log message:
be extra careful to not divide by zero; more arches to come


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/05 01:40:33

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/05 01:51:57

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

Log message:
careful about sunx.sun_path termination; matter@research.suspicious.org


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/05 03:39:25

Modified files:
	etc/afs        : CellServDB 

Log message:
We announce ualberta.ca as an official afs mirror, we should have the CellServDB entries for it too


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/05 03:45:47

Modified files:
	etc/afs        : CellServDB 

Log message:
update to correct entries for stacken


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1999/01/05 03:55:33

Modified files:
	.              : ftp.html 

Log message:
the CellServDB entries for stacken have changed


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/05 04:04:19

Modified files:
	lib/libedit    : editline.3 

Log message:
fix misleading proto


CVSROOT:	/cvs
Module name:	ports
Changes by:	jason@cvs.openbsd.org	1999/01/05 09:57:18

Modified files:
	comms/conserver: Makefile 
	comms/conserver/patches: patch-ab patch-ag patch-ah patch-ai 
	comms/conserver/pkg: PLIST 
Added files:
	comms/conserver/files: README.OpenBSD 

Log message:
o Put config in /etc (and make manpages refer to it there)
o Put examples and README.OpenBSD in share/examples/conserver
o Update packing list to reflect new locations


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/01/05 10:53:10

Modified files:
	regress/lib/libssl: Makefile testdsa.sh testenc.sh testrsa.sh 

Log message:
Fix up for make regress. Should handle objdir now.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/05 17:10:02

Modified files:
	usr.sbin/ppp/ppp: bundle.c 

Log message:
Don't warn when ``add xxxx HISADDR'' fails because HISADDR
is 0.0.0.0.  This isn't a problem as the sticky route is still
added.
Suggested by: Chris Timmons <skynyrd@opus.cts.cwu.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/05 17:10:30

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

Log message:
Typo:  The idle timer is ignored in -ddial and -dedicated
mode, not in -ddial and -direct.
Pointed out by: Chris Timmons <skynyrd@opus.cts.cwu.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/05 17:52:14

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 
	                         md.i386 md.mvme68k md.mvme88k md.pmax 
	                         md.powerpc md.sparc mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1999/01/05 18:31:21

Modified files:
	sys/arch/i386/i386: apm.c machdep.c 

Log message:
fix for "halt -p" and BIOS goes "no disk drives"


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/05 20:37:46

Modified files:
	sys/arch/sparc/conf: RAMDISK 

Log message:
support lebuffer devices on sparc ramdisk


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/05 22:19:32

Modified files:
	lib/libc/include: thread_private.h 

Log message:
clean


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/05 22:29:30

Modified files:
	lib/libc_r/uthread: uthread_accept.c 
	                    uthread_attr_getdetachstate.c 
	                    uthread_attr_getstackaddr.c 
	                    uthread_attr_getstacksize.c 
	                    uthread_attr_init.c 
	                    uthread_attr_setcreatesuspend_np.c 
	                    uthread_attr_setdetachstate.c 
	                    uthread_attr_setprio.c 
	                    uthread_attr_setstackaddr.c 
	                    uthread_attr_setstacksize.c uthread_bind.c 
	                    uthread_clean.c uthread_close.c 
	                    uthread_cond.c uthread_condattr_destroy.c 
	                    uthread_condattr_init.c uthread_create.c 
	                    uthread_detach.c uthread_dup.c 
	                    uthread_dup2.c uthread_equal.c 
	                    uthread_execve.c uthread_exit.c 
	                    uthread_fchmod.c uthread_fchown.c 
	                    uthread_fcntl.c uthread_find_thread.c 
	                    uthread_flock.c uthread_fork.c 
	                    uthread_fstat.c uthread_fsync.c 
	                    uthread_getdirentries.c 
	                    uthread_getpeername.c uthread_getprio.c 
	                    uthread_getsockname.c uthread_getsockopt.c 
	                    uthread_info.c uthread_ioctl.c 
	                    uthread_join.c uthread_kill.c 
	                    uthread_listen.c uthread_mattr_init.c 
	                    uthread_mattr_kind_np.c uthread_multi_np.c 
	                    uthread_mutex.c uthread_mutexattr_destroy.c 
	                    uthread_nanosleep.c uthread_once.c 
	                    uthread_pipe.c uthread_queue.c 
	                    uthread_recvfrom.c uthread_recvmsg.c 
	                    uthread_resume_np.c uthread_select.c 
	                    uthread_sendmsg.c uthread_sendto.c 
	                    uthread_seterrno.c uthread_setprio.c 
	                    uthread_setsockopt.c uthread_shutdown.c 
	                    uthread_sig.c uthread_sigaction.c 
	                    uthread_sigblock.c uthread_sigmask.c 
	                    uthread_signal.c uthread_sigprocmask.c 
	                    uthread_sigsetmask.c uthread_sigsuspend.c 
	                    uthread_sigwait.c uthread_single_np.c 
	                    uthread_socket.c uthread_spec.c 
	                    uthread_suspend_np.c uthread_wait4.c 
	                    uthread_yield.c 

Log message:
ident


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/05 22:36:18

Modified files:
	lib/libc/arch/i386: SYS.h 
	lib/libc_r/sys : Makefile.inc 

Log message:
use indr_reference instead of PASSTHRU


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/05 23:10:13

Modified files:
	lib/libc/arch/alpha: SYS.h 
	lib/libc/arch/alpha/sys: Ovfork.S exect.S fork.S sigpending.S 
	                         sigprocmask.S sigsuspend.S 

Log message:
_THREAD_SAFE; nominal testing by fries


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/05 23:12:03

Modified files:
	lib/libc/arch/sparc: SYS.h 
	lib/libc/arch/sparc/sys: exect.S 

Log message:
_THREAD_SAFE; nominal testing by fries


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 04:57:41

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 06:17:00

Modified files:
	.              : want.html 

Log message:
pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/06 09:03:17

Modified files:
	share/misc     : airport 

Log message:
updated version from NetBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 12:16:50

Modified files:
	.              : orders.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 12:29:52

Modified files:
	sys/conf       : newvers.sh 

Log message:
relabel current for now


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/06 14:29:53

Modified files:
	devel/autoconf : Makefile 
	devel/autoconf/files: md5 
	devel/autoconf/patches: patch-aa patch-ab patch-ac 
	devel/autoconf/pkg: PLIST 

Log message:
update to 2.13


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/01/06 15:07:49

Modified files:
	.              : anoncvs.shar 

Log message:
better pserver support and info


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/01/06 15:08:45

Modified files:
	.              : want.html 

Log message:
add i82586-based ethers for i386


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/01/06 16:08:35

Modified files:
	faq            : faq4.html 

Log message:
ftp dhcp install help.. needs help.. but at least there is something


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/06 16:14:18

Modified files:
	lib/libc/arch/m68k: SYS.h 
	lib/libc/arch/m68k/sys: Ovfork.S sigprocmask.S sigreturn.S 
	                        sigsuspend.S syscall.S 

Log message:
_THREAD_SAFE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 16:25:01

src/sys/netinet6

Update of /cvs/src/sys/netinet6
In directory cvs.openbsd.org:/usr/src/sys/netinet6

Log Message:
Directory /cvs/src/sys/netinet6 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 16:26:58

Added files:
	sys/netinet6   : icmpv6.h icmpv6_var.h in6.c in6_cksum.c 
	                 in6_pcb.c in6_proto.c in6_var.h ipv6.h 
	                 ipv6_addrconf.c ipv6_addrconf.h 
	                 ipv6_discovery.c ipv6_icmp.c ipv6_icmp.h 
	                 ipv6_input.c ipv6_output.c ipv6_rtrequest.c 
	                 ipv6_trans.c ipv6_trans.h ipv6_var.h 
	                 nd6_protocol.h raw_ipv6.c tcpipv6.h 

Log message:
first few files of NRL ipv6.  This NRL release was officially exported
to me by US DOD officials, with the crypto already removed.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 18:12:06

Modified files:
	.              : plus.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/06 18:19:08

Removed files:
	mail/mutt/patches: patch-ac 

Log message:
remove unneeded patch; Kenneth R Westerback <krw@tcn.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/06 19:28:17

Modified files:
	sys/dev/isa    : i82365_isa.c 

Log message:
Delayed irq allocation for pcic, gives pccard devices better chance of getting
working interrupts on laptops where some are not wired to the pccard controller


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/06 20:14:43

Modified files:
	sys/arch/sparc/dev: be.c bereg.h hme.c hmereg.h 

Log message:
Take advantage of kernel printf %b


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/06 21:57:13

Modified files:
	.              : Makefile 

Log message:
make cleandir needs to run run as well; marc@snafu.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 22:34:30

Modified files:
	sys/sys        : errno.h 

Log message:
EIPSEC (may change name later); cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 22:35:23

Modified files:
	sys/sys        : types.h 

Log message:
uint*_t types from new POSIX, ick, yuck, bletch; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 22:38:14

Added files:
	sys/netinet6   : in6.h 

Log message:
missed file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 22:44:33

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h 
	sys/netinet6   : in6_pcb.c 

Log message:
rename baddynamic() to in_baddynamic(), and export it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 22:52:26

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 23:03:29

Modified files:
	sys/net        : if.h 

Log message:
fix IFAFREE() to be safe for if/else nesting


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 23:05:06

Modified files:
	sys/net        : encap.c 
	sys/netinet    : in_pcb.c in_pcb.h tcp_input.c tcp_usrreq.c 
	                 udp_usrreq.c 

Log message:
in_pcblookup() now takes ptr to both ip address arguments


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/06 23:13:35

Modified files:
	sys/netinet    : in.h 
	sys/net        : netisr.h 

Log message:
update for ipv6


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/06 23:14:50

Modified files:
	sys/dev/isa    : ad1848.c ad1848var.h aha.c aic_isa.c aria.c 
	                 bt.c fd.c fdc.c isavar.h pas.c pss.c sb.c 
	                 seagate.c wds.c 

Log message:
Die, NEWCONFIG


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 02:11:52

Modified files:
	sys/netinet    : if_ether.h 

Log message:
ipv6 ethertype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 02:14:54

Modified files:
	sys/netinet    : tcp.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 02:20:17

Modified files:
	sys/netinet    : ip_icmp.h 

Log message:
add ipv6 transition related ICMP errors


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 08:55:54

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

Log message:
Polled mode when no irq was configured was broken


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 08:57:44

Modified files:
	sys/dev/isa    : lpt_isa.c 

Log message:
revert to polled mode if configured irq is not available


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 09:01:58

Modified files:
	share/man/man4/man4.i386: lpt.4 

Log message:
mention fallback to polled mode


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/01/07 10:18:54

Modified files:
	.              : want.html 

Log message:
fix hppa reference numbers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 13:30:01

Modified files:
	sys/conf       : newvers.sh 

Log message:
put "-current" in a the version string, not in osr


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 13:31:28

Modified files:
	.              : donations.html 

Log message:
donation of a 9GB disk drive!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 14:50:52

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h 

Log message:
INET6 support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 15:07:14

Modified files:
	sys/sys        : malloc.h 

Log message:
NRL ipv6 malloc buckets


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 15:19:00

Modified files:
	sys/net        : route.c 

Log message:
in ifa_ifwithroute(), ensure we have a route to our gateway, for tunnels; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 15:28:01

Modified files:
	sys/sys        : mbuf.h 
	sys/kern       : uipc_mbuf.c 

Log message:
new APIs: m_pullup2, m_copym2, m_zero, MCL_ALIGN; NRL/cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 15:30:35

Modified files:
	sys/kern       : uipc_domain.c 

Log message:
ready for INET6 and KEY


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 15:32:58

Modified files:
	share/man/man4/man4.i386: speaker.4 
Added files:
	share/man/man4 : midi.4 opl.4 

Log message:
Man page changes for the midi integration


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 15:33:31

Modified files:
	sys/sys        : mbuf.h 

Log message:
make MCL_ALIGN() available outside INET6 land


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 15:37:00

Modified files:
	share/man/man4 : Makefile 

Log message:
Forgot to add midi and opl here


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/01/07 15:48:15

Modified files:
	.              : ftp.html 

Log message:
current is 2.4


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/01/07 15:53:13

Modified files:
	.              : sparc.html 

Log message:
link to 2.4 INSTALL.sparc, not 2.3


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 16:16:08

Modified files:
	sys/net        : netisr.h 
	sys/arch/alpha/alpha: machdep.c 
	sys/arch/amiga/amiga: machdep.c 
	sys/arch/arc/arc: trap.c 
	sys/arch/hp300/hp300: intr.c 
	sys/arch/i386/isa: icu.s 
	sys/arch/mac68k/mac68k: machdep.c 
	sys/arch/mvme68k/mvme68k: machdep.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/pmax/pmax: trap.c 
	sys/arch/powerpc/powerpc: machdep.c 
	sys/arch/sparc/sparc: intr.c 

Log message:
global decl for *intr() routines, plus add INET6


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/07 16:39:03

Modified files:
	sys/sys        : types.h 
	sys/arch/alpha/include: types.h 
	sys/arch/arm32/include: types.h 
	sys/arch/hppa/include: types.h 
	sys/arch/i386/include: types.h 
	sys/arch/kbus/include: types.h 
	sys/arch/m68k/include: types.h 
	sys/arch/mips/include: types.h 
	sys/arch/mvme88k/include: types.h 
	sys/arch/pc532/include: types.h 
	sys/arch/powerpc/include: types.h 
	sys/arch/sparc/include: types.h 
	sys/arch/vax/include: types.h 
	sys/arch/wgrisc/include: types.h 
	include        : inttypes.h 

Log message:
move uint*_t to machine/types.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 17:03:01

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

Log message:
global decl for *intr() routines, plus add INET6


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/07 17:27:00

Modified files:
	.              : Makefile 

Log message:
kill local change that should not have gotten committed in last change


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 17:33:49

Modified files:
	include        : Makefile 

Log message:
install netinet6 include files


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 17:38:31

Modified files:
	sbin/route     : route.c 

Log message:
remove ortentry reliance; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 17:50:38

Modified files:
	sys/netinet6   : in6.h in6_var.h 

Log message:
use _KERNEL, add ipv6intrq decl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 17:56:06

Modified files:
	sys/net        : route.c route.h 

Log message:
INET6 support; NRL/cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 17:56:45

Modified files:
	sys/net        : if_ethersubr.c if_fddisubr.c if_loop.c 

Log message:
inet6 support; NRL/cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 18:00:35

Modified files:
	sys/netinet    : in_proto.c 

Log message:
INET6 hooks; NRL/cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/07 18:04:18

Modified files:
	sys/netinet    : ip_icmp.c ip_mroute.c 

Log message:
rip_input() should be called with a 0 terminator; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/07 20:04:09

Modified files:
	sys/arch/alpha/include: types.h 
	sys/arch/arm32/include: types.h 
	sys/arch/hppa/include: types.h 
	sys/arch/i386/include: types.h 
	sys/arch/kbus/include: types.h 
	sys/arch/m68k/include: types.h 
	sys/arch/mips/include: types.h 
	sys/arch/mvme88k/include: types.h 
	sys/arch/pc532/include: types.h 
	sys/arch/powerpc/include: types.h 
	sys/arch/sparc/include: types.h 
	sys/arch/vax/include: types.h 
	sys/arch/wgrisc/include: types.h 

Log message:
make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/07 20:15:54

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
added macronix 98715


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 20:16:16

Modified files:
	sys/arch/alpha/isa: pckbd.c pms.c 
	sys/arch/alpha/conf: ALATAR ALPHA AXPPCI33 BUNNY GENERIC 
	                     GENERIC.PROF JURA LOKI RAMDISK files.alpha 
Added files:
	sys/arch/alpha/isa: pckbc.c pckbcvar.h 
Removed files:
	sys/arch/alpha/isa: pcppi.c pcppivar.h 

Log message:
s/pcppi/pckbc/ due to conflict with "real" pcppi and as a step towards
sys/dev/pckbc.  Will probably still not coexist with pcppi but now alpha at
least configs.  I will come back here anyday and improve.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/07 20:17:58

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 20:18:41

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

Log message:
Add nsphy


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 20:19:56

Removed files:
	sys/arch/alpha/conf: BUNNY JURA GENERIC.PROF 

Log message:
Not supported by us


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/07 20:22:34

Removed files:
	sys/arch/alpha/conf: NOSY 

Log message:
This one is not ours either


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/01/07 21:11:51

Modified files:
	games/tetris   : screen.c 

Log message:
Fix a display bug that popped up in the termcap/curses switchover.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/07 21:29:11

Modified files:
	sys/arch/amiga/amiga: disksubr.c 
	sys/arch/arm32/arm32: disksubr.c 
	sys/arch/hp300/hp300: disksubr.c 
	sys/arch/i386/i386: disksubr.c 
	sys/arch/kbus/kbus: disksubr.c 
	sys/arch/mac68k/mac68k: disksubr.c 
	sys/arch/mips/mips: disksubr.c 
	sys/arch/mvme68k/mvme68k: disksubr.c 
	sys/arch/mvme88k/mvme88k: disksubr.c 
	sys/arch/pmax/pmax: disksubr.c 
	sys/arch/powerpc/powerpc: disksubr.c 
	sys/arch/sparc/sparc: disksubr.c 
	sys/arch/sun3/sun3: disksubr.c 
	sys/arch/vax/vax: disksubr.c 
	sys/arch/wgrisc/wgrisc: disksubr.c 

Log message:
check for lp->d_secpercyl == 0) in bounds_check_with_label()


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/07 21:43:19

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : if_mx.c if_mxreg.h 

Log message:
Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/07 21:59:51

Modified files:
	lib/libc_r/uthread: Makefile.inc pthread_private.h 
Added files:
	lib/libc_r/uthread: uthread_poll.c 

Log message:
add poll(2). This might help get X threaded.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/07 22:09:23

Modified files:
	lib/libc_r/uthread: uthread_poll.c 

Log message:
ident


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/07 22:42:18

Modified files:
	lib/libc_r/uthread: Makefile.inc pthread_private.h 
Added files:
	lib/libc_r/uthread: uthread_fchflags.c uthread_fpathconf.c 

Log message:
add fchflags and fpathconf as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/07 22:44:53

Modified files:
	lib/libc_r/uthread: pthread_private.h 

Log message:
slight structure rearrange for gdb thread support


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/07 22:45:27

Modified files:
	lib/libc_r     : Makefile 

Log message:
do not wrap mknod, nfssvc or signanosleep(?)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/08 00:47:25

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
remove NRL debugging goop; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/08 00:47:54

Modified files:
	sys/netinet    : in_pcb.h 

Log message:
more IPV6 merge; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/08 01:25:39

Modified files:
	lib/libc_r/include: spinlock.h Makefile.inc 
Added files:
	sys/arch/alpha/include: spinlock.h 
	sys/arch/hppa/include: spinlock.h 
	sys/arch/i386/include: spinlock.h 
	sys/arch/m68k/include: spinlock.h 
	sys/arch/mips/include: spinlock.h 
	sys/arch/powerpc/include: spinlock.h 
	sys/arch/sparc/include: spinlock.h 
Removed files:
	lib/libc_r/arch/alpha: _spinlock.h 
	lib/libc_r/arch/hppa: _spinlock.h 
	lib/libc_r/arch/i386: _spinlock.h 
	lib/libc_r/arch/m68k: _spinlock.h 
	lib/libc_r/arch/powerpc: _spinlock.h 
	lib/libc_r/arch/sparc: _spinlock.h 

Log message:
move spinlock.h into the real world


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/08 04:00:54

Modified files:
	sys/msdosfs    : msdosfs_denode.c 

Log message:
always initialize error in inactive


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/08 04:09:22

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

Log message:
when malloc fails set bufsize to 0 or all other calls to getmntinfo will fail


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/08 04:35:10

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
IPV6 pieces; NRL


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/08 05:38:17

Modified files:
	share/man/man4 : rl.4 

Log message:
add OpenBSD tag, cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/08 05:42:42

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : mx.4 

Log message:
Man page for macronix cards


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/08 05:44:30

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

Log message:
Add support for mx cards


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/08 05:51:18

Modified files:
	distrib/notes/i386: hardware 

Log message:
note addition of macronix support


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/01/08 05:58:34

Modified files:
	.              : i386.html 

Log message:
Note support of macronix boards


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/01/08 07:59:48

Modified files:
	.              : ftp.html 

Log message:
correct mirror figures


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	1999/01/08 08:14:29

Modified files:
	distrib/sets/lists/comp: md.pmax 

Log message:
pmax doesn't generate lib*_pic.a -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/08 08:29:33

Modified files:
	sys/sys        : queue.h 

Log message:
Initializer macros from Netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/08 09:30:06

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
We don't need, nor support
#pragma weak/#pragma pack

That's just compatibility with native svr4 that was brought in by
cut & paste.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/08 10:06:23

Modified files:
	etc            : services 

Log message:
rsync


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/08 10:26:46

Modified files:
	usr.sbin/ppp/ppp: datalink.c 

Log message:
Don't use the next phone number after the ``|'' if the
dial & login are successful.
Submitted by:   Toshiomi Moriki <Toshiomi.Moriki@ma1.seikyou.ne.jp>


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/01/08 11:07:20

Log message:
    import of XFree86 3.3.3.1
    
    Status:
    
    Vendor Tag:	XFREE86
    Release Tags:	XFREE86_3_3_3_1
    
    U X11/xc/INSTALL.PS
    U X11/xc/INSTALL.TXT
    U X11/xc/LABEL
    U X11/xc/Imakefile
    U X11/xc/RELNOTES.PS
    U X11/xc/Makefile
    U X11/xc/RELNOTES.TXT
    U X11/xc/bug-report
    U X11/xc/registry
    U X11/xc/config/Imakefile
    U X11/xc/config/cf/noop.rules
    U X11/xc/config/cf/Amoeba.cf
    U X11/xc/config/cf/DGUX.cf
    C X11/xc/config/cf/FreeBSD.cf
    C X11/xc/config/cf/Imake.cf
    U X11/xc/config/cf/Imake.rules
    U X11/xc/config/cf/Imake.tmpl
    U X11/xc/config/cf/Imakefile
    U X11/xc/config/cf/Library.tmpl
    U X11/xc/config/cf/Mips.cf
    U X11/xc/config/cf/Motif.rules
    U X11/xc/config/cf/Motif.tmpl
    U X11/xc/config/cf/NetBSD.cf
    U X11/xc/config/cf/Oki.cf
    C X11/xc/config/cf/OpenBSD.cf
    U X11/xc/config/cf/README
    U X11/xc/config/cf/Server.tmpl
    U X11/xc/config/cf/ServerLib.tmpl
    U X11/xc/config/cf/Threads.tmpl
    U X11/xc/config/cf/Win32.cf
    U X11/xc/config/cf/Win32.rules
    U X11/xc/config/cf/WinLib.tmpl
    U X11/xc/config/cf/X11.rules
    C X11/xc/config/cf/X11.tmpl
    U X11/xc/config/cf/apollo.cf
    U X11/xc/config/cf/bsd.cf
    U X11/xc/config/cf/bsdLib.rules
    U X11/xc/config/cf/bsdLib.tmpl
    U X11/xc/config/cf/bsdi.cf
    U X11/xc/config/cf/cde.rules
    U X11/xc/config/cf/cde.tmpl
    U X11/xc/config/cf/convex.cf
    U X11/xc/config/cf/cray.cf
    U X11/xc/config/cf/fujitsu.cf
    U X11/xc/config/cf/generic.cf
    U X11/xc/config/cf/hp.cf
    U X11/xc/config/cf/hpLib.rules
    U X11/xc/config/cf/hpLib.tmpl
    U X11/xc/config/cf/ibm.cf
    U X11/xc/config/cf/ibmLib.rules
    U X11/xc/config/cf/ibmLib.tmpl
    U X11/xc/config/cf/isc.cf
    U X11/xc/config/cf/linux.cf
    U X11/xc/config/cf/lnxLib.rules
    U X11/xc/config/cf/lnxLib.tmpl
    U X11/xc/config/cf/lnxdoc.rules
    U X11/xc/config/cf/lnxdoc.tmpl
    U X11/xc/config/cf/luna.cf
    U X11/xc/config/cf/lynx.cf
    U X11/xc/config/cf/macII.cf
    U X11/xc/config/cf/mach.cf
    U X11/xc/config/cf/minix.cf
    U X11/xc/config/cf/moto.cf
    U X11/xc/config/cf/ncr.cf
    U X11/xc/config/cf/nec.cf
    U X11/xc/config/cf/necLib.rules
    U X11/xc/config/cf/necLib.tmpl
    U X11/xc/config/cf/oldlib.rules
    U X11/xc/config/cf/os2.cf
    U X11/xc/config/cf/os2.rules
    U X11/xc/config/cf/os2Lib.rules
    U X11/xc/config/cf/os2Lib.tmpl
    U X11/xc/config/cf/osf1.cf
    U X11/xc/config/cf/osfLib.rules
    U X11/xc/config/cf/osfLib.tmpl
    U X11/xc/config/cf/pegasus.cf
    U X11/xc/config/cf/sco.cf
    U X11/xc/config/cf/sco5.cf
    U X11/xc/config/cf/scoLib.rules
    U X11/xc/config/cf/sequent.cf
    U X11/xc/config/cf/sgi.cf
    U X11/xc/config/cf/sgiLib.rules
    U X11/xc/config/cf/sgiLib.tmpl
    U X11/xc/config/cf/site.def
    U X11/xc/config/cf/sony.cf
    U X11/xc/config/cf/sun.cf
    U X11/xc/config/cf/sunLib.rules
    U X11/xc/config/cf/sunLib.tmpl
    U X11/xc/config/cf/sv3Lib.rules
    U X11/xc/config/cf/sv3Lib.tmpl
    U X11/xc/config/cf/sv4Lib.rules
    U X11/xc/config/cf/sv4Lib.tmpl
    U X11/xc/config/cf/svr3.cf
    U X11/xc/config/cf/svr4.cf
    U X11/xc/config/cf/ultrix.cf
    U X11/xc/config/cf/usl.cf
    U X11/xc/config/cf/x386.cf
    U X11/xc/config/cf/xf86.rules
    U X11/xc/config/cf/xf86.tmpl
    U X11/xc/config/cf/xf86site.def
    U X11/xc/config/cf/xfree86.cf
    I X11/xc/config/cf/DGUX.cf.orig
    I X11/xc/config/cf/FreeBSD.cf.orig
    I X11/xc/config/cf/Imake.cf.orig
    I X11/xc/config/cf/Imakefile.orig
    I X11/xc/config/cf/NetBSD.cf.orig
    I X11/xc/config/cf/OpenBSD.cf.orig
    I X11/xc/config/cf/X11.tmpl.orig
    N X11/xc/config/cf/gnu.cf
    I X11/xc/config/cf/gnu.cf.orig
    N X11/xc/config/cf/gnuLib.rules
    I X11/xc/config/cf/gnuLib.rules.orig
    N X11/xc/config/cf/gnuLib.tmpl
    I X11/xc/config/cf/gnuLib.tmpl.orig
    I X11/xc/config/cf/lnxLib.rules.orig
    I X11/xc/config/cf/os2.cf.orig
    I X11/xc/config/cf/sco5.cf.orig
    U X11/xc/config/imake/Imakefile
    U X11/xc/config/imake/Makefile.ini
    U X11/xc/config/imake/ccimake.c
    U X11/xc/config/imake/imake.c
    U X11/xc/config/imake/imake.man
    C X11/xc/config/imake/imakemdep.h
    U X11/xc/config/imake/imakesvc.cmd
    I X11/xc/config/imake/imakemdep.h.orig
    U X11/xc/config/makedepend/Imakefile
    U X11/xc/config/makedepend/cpp.ed
    U X11/xc/config/makedepend/cppsetup.c
    U X11/xc/config/makedepend/def.h
    U X11/xc/config/makedepend/ifparser.c
    U X11/xc/config/makedepend/ifparser.h
    U X11/xc/config/makedepend/include.c
    U X11/xc/config/makedepend/main.c
    U X11/xc/config/makedepend/mkdepend.man
    U X11/xc/config/makedepend/parse.c
    U X11/xc/config/makedepend/pr.c
    U X11/xc/config/util/crayar.sh
    U X11/xc/config/util/Imakefile
    U X11/xc/config/util/Makefile.ini
    U X11/xc/config/util/added.cmd
    U X11/xc/config/util/aminstall.sh
    U X11/xc/config/util/bsdinst.sh
    U X11/xc/config/util/buildos2.cmd
    U X11/xc/config/util/checktree.c
    U X11/xc/config/util/chownxterm.c
    U X11/xc/config/util/x11mf.sh
    U X11/xc/config/util/elistgen.hp
    U X11/xc/config/util/elistgen.ibm
    U X11/xc/config/util/elistgen.sun
    U X11/xc/config/util/elistgen.usl
    U X11/xc/config/util/gccmdep.cpp
    U X11/xc/config/util/indir.cmd
    U X11/xc/config/util/install.sh
    U X11/xc/config/util/instos2.cmd
    U X11/xc/config/util/lndir.c
    U X11/xc/config/util/lndir.man
    U X11/xc/config/util/makeg.man
    U X11/xc/config/util/makeg.sh
    U X11/xc/config/util/makestrs.c
    U X11/xc/config/util/makestrs.man
    U X11/xc/config/util/mdepend.cpp
    U X11/xc/config/util/mergelib.cpp
    U X11/xc/config/util/mkdirhier.c
    U X11/xc/config/util/mkdirhier.cmd
    U X11/xc/config/util/mkdirhier.man
    U X11/xc/config/util/mkdirhier.sh
    U X11/xc/config/util/os2inst.cmd
    U X11/xc/config/util/remove.cmd
    U X11/xc/config/util/syminst.sh
    U X11/xc/config/util/xmake.cmd
    U X11/xc/config/util/xmkmf.cmd
    U X11/xc/config/util/xmkmf.cpp
    U X11/xc/config/util/xmkmf.man
    U X11/xc/config/util/mkshadow/README
    U X11/xc/config/util/mkshadow/Imakefile
    U X11/xc/config/util/mkshadow/mkshadow.c
    U X11/xc/config/util/mkshadow/savedir.c
    U X11/xc/config/util/mkshadow/wildmat.c
    U X11/xc/doc/Imakefile
    U X11/xc/doc/man/Imakefile
    U X11/xc/doc/man/X11/AllPlanes.man
    U X11/xc/doc/man/X11/BlkPScrn.man
    U X11/xc/doc/man/X11/Dis3C.man
    U X11/xc/doc/man/X11/ImageOrd.man
    U X11/xc/doc/man/X11/Imakefile
    U X11/xc/doc/man/X11/IsCKey.man
    U X11/xc/doc/man/X11/XACHints.man
    U X11/xc/doc/man/X11/XAIcSize.man
    U X11/xc/doc/man/X11/XASCmap.man
    U X11/xc/doc/man/X11/XASHints.man
    U X11/xc/doc/man/X11/XAWMHints.man
    U X11/xc/doc/man/X11/XAddHost.man
    U X11/xc/doc/man/X11/XAllColor.man
    U X11/xc/doc/man/X11/XAllEvnt.man
    U X11/xc/doc/man/X11/XAnyEvent.man
    U X11/xc/doc/man/X11/XButEvent.man
    U X11/xc/doc/man/X11/XCKCntrl.man
    U X11/xc/doc/man/X11/XCKMping.man
    U X11/xc/doc/man/X11/XCMEvent.man
    U X11/xc/doc/man/X11/XCPCntrl.man
    U X11/xc/doc/man/X11/XCSSet.man
    U X11/xc/doc/man/X11/XCWAttrib.man
    U X11/xc/doc/man/X11/XCWEvent.man
    U X11/xc/doc/man/X11/XCirEvent.man
    U X11/xc/doc/man/X11/XCirREven.man
    U X11/xc/doc/man/X11/XClrArea.man
    U X11/xc/doc/man/X11/XCmpEvent.man
    U X11/xc/doc/man/X11/XConEvent.man
    U X11/xc/doc/man/X11/XConREven.man
    U X11/xc/doc/man/X11/XConfWin.man
    U X11/xc/doc/man/X11/XCopyArea.man
    U X11/xc/doc/man/X11/XCreCmap.man
    U X11/xc/doc/man/X11/XCreFCur.man
    U X11/xc/doc/man/X11/XCreFSet.man
    U X11/xc/doc/man/X11/XCreGC.man
    U X11/xc/doc/man/X11/XCreIC.man
    U X11/xc/doc/man/X11/XCreImage.man
    U X11/xc/doc/man/X11/XCreOC.man
    U X11/xc/doc/man/X11/XCrePmap.man
    U X11/xc/doc/man/X11/XCreReg.man
    U X11/xc/doc/man/X11/XCreWin.man
    U X11/xc/doc/man/X11/XCroEvent.man
    U X11/xc/doc/man/X11/XDWEvent.man
    U X11/xc/doc/man/X11/XDefCur.man
    U X11/xc/doc/man/X11/XDesWin.man
    U X11/xc/doc/man/X11/XDrArc.man
    U X11/xc/doc/man/X11/XDrIStr.man
    U X11/xc/doc/man/X11/XDrLine.man
    U X11/xc/doc/man/X11/XDrPoint.man
    U X11/xc/doc/man/X11/XDrRect.man
    U X11/xc/doc/man/X11/XDrString.man
    U X11/xc/doc/man/X11/XDrText.man
    U X11/xc/doc/man/X11/XERegion.man
    U X11/xc/doc/man/X11/XEnumDB.man
    U X11/xc/doc/man/X11/XEofFSet.man
    U X11/xc/doc/man/X11/XErrEvent.man
    U X11/xc/doc/man/X11/XExpEvent.man
    U X11/xc/doc/man/X11/XFCEvent.man
    U X11/xc/doc/man/X11/XFEvent.man
    U X11/xc/doc/man/X11/XFSExt.man
    U X11/xc/doc/man/X11/XFillRect.man
    U X11/xc/doc/man/X11/XFlush.man
    U X11/xc/doc/man/X11/XFofFSet.man
    U X11/xc/doc/man/X11/XFree.man
    U X11/xc/doc/man/X11/XGEEvent.man
    U X11/xc/doc/man/X11/XGEvent.man
    U X11/xc/doc/man/X11/XGFDBase.man
    U X11/xc/doc/man/X11/XGetRes.man
    U X11/xc/doc/man/X11/XGetVInfo.man
    U X11/xc/doc/man/X11/XGetWAttr.man
    U X11/xc/doc/man/X11/XGetWProp.man
    U X11/xc/doc/man/X11/XGrButton.man
    U X11/xc/doc/man/X11/XGrKey.man
    U X11/xc/doc/man/X11/XGrKeybrd.man
    U X11/xc/doc/man/X11/XGrPntr.man
    U X11/xc/doc/man/X11/XGrServer.man
    U X11/xc/doc/man/X11/XIcWin.man
    U X11/xc/doc/man/X11/XIfEvent.man
    U X11/xc/doc/man/X11/XInitial.man
    U X11/xc/doc/man/X11/XInstCmap.man
    U X11/xc/doc/man/X11/XIntConn.man
    U X11/xc/doc/man/X11/XInterReg.man
    U X11/xc/doc/man/X11/XInternA.man
    U X11/xc/doc/man/X11/XKMapEven.man
    U X11/xc/doc/man/X11/XListFont.man
    U X11/xc/doc/man/X11/XLoadFont.man
    U X11/xc/doc/man/X11/XLookKsym.man
    U X11/xc/doc/man/X11/XMDBases.man
    U X11/xc/doc/man/X11/XMEvent.man
    U X11/xc/doc/man/X11/XMREvent.man
    U X11/xc/doc/man/X11/XMapWin.man
    U X11/xc/doc/man/X11/XNEvent.man
    U X11/xc/doc/man/X11/XNoOp.man
    U X11/xc/doc/man/X11/XOpDsply.man
    U X11/xc/doc/man/X11/XOpenIM.man
    U X11/xc/doc/man/X11/XOpenOM.man
    U X11/xc/doc/man/X11/XPEvent.man
    U X11/xc/doc/man/X11/XParGeom.man
    U X11/xc/doc/man/X11/XPolyReg.man
    U X11/xc/doc/man/X11/XPutBEvnt.man
    U X11/xc/doc/man/X11/XPutImage.man
    U X11/xc/doc/man/X11/XPutRes.man
    U X11/xc/doc/man/X11/XQBSize.man
    U X11/xc/doc/man/X11/XQColor.man
    U X11/xc/doc/man/X11/XQPointer.man
    U X11/xc/doc/man/X11/XQTree.man
    U X11/xc/doc/man/X11/XREvent.man
    U X11/xc/doc/man/X11/XRMStr.man
    U X11/xc/doc/man/X11/XRREvent.man
    U X11/xc/doc/man/X11/XRaiseWin.man
    U X11/xc/doc/man/X11/XReadBF.man
    U X11/xc/doc/man/X11/XRecCur.man
    U X11/xc/doc/man/X11/XReparWin.man
    U X11/xc/doc/man/X11/XSCEvent.man
    U X11/xc/doc/man/X11/XSContext.man
    U X11/xc/doc/man/X11/XSEvent.man
    U X11/xc/doc/man/X11/XSICFoc.man
    U X11/xc/doc/man/X11/XSICVals.man
    U X11/xc/doc/man/X11/XSInput.man
    U X11/xc/doc/man/X11/XSLTTProp.man
    U X11/xc/doc/man/X11/XSREvent.man
    U X11/xc/doc/man/X11/XSeArcMod.man
    U X11/xc/doc/man/X11/XSeClipO.man
    U X11/xc/doc/man/X11/XSeClosDM.man
    U X11/xc/doc/man/X11/XSeCmd.man
    U X11/xc/doc/man/X11/XSeErrHan.man
    U X11/xc/doc/man/X11/XSeEvent.man
    U X11/xc/doc/man/X11/XSeFillS.man
    U X11/xc/doc/man/X11/XSeFont.man
    U X11/xc/doc/man/X11/XSeFontP.man
    U X11/xc/doc/man/X11/XSeInFoc.man
    U X11/xc/doc/man/X11/XSeLAttr.man
    U X11/xc/doc/man/X11/XSePMap.man
    U X11/xc/doc/man/X11/XSeScSav.man
    U X11/xc/doc/man/X11/XSeSelOwn.man
    U X11/xc/doc/man/X11/XSeState.man
    U X11/xc/doc/man/X11/XSeTFHint.man
    U X11/xc/doc/man/X11/XSeTProp.man
    U X11/xc/doc/man/X11/XSeTile.man
    U X11/xc/doc/man/X11/XSeWMCMac.man
    U X11/xc/doc/man/X11/XSeWMCWin.man
    U X11/xc/doc/man/X11/XSeWMINam.man
    U X11/xc/doc/man/X11/XSeWMName.man
    U X11/xc/doc/man/X11/XSeWMProp.man
    U X11/xc/doc/man/X11/XSeWMProt.man
    U X11/xc/doc/man/X11/XStBytes.man
    U X11/xc/doc/man/X11/XStColors.man
    U X11/xc/doc/man/X11/XStTKsym.man
    U X11/xc/doc/man/X11/XSupLoc.man
    U X11/xc/doc/man/X11/XSync.man
    U X11/xc/doc/man/X11/XTLTTProp.man
    U X11/xc/doc/man/X11/XTextExt.man
    U X11/xc/doc/man/X11/XTextWid.man
    U X11/xc/doc/man/X11/XThreads.man
    U X11/xc/doc/man/X11/XUQuark.man
    U X11/xc/doc/man/X11/XTranWCo.man
    U X11/xc/doc/man/X11/XUmapEven.man
    U X11/xc/doc/man/X11/XUnmapWin.man
    U X11/xc/doc/man/X11/XVCNList.man
    U X11/xc/doc/man/X11/XVEvent.man
    U X11/xc/doc/man/X11/XWarpPntr.man
    U X11/xc/doc/man/X11/Xcms3CoC.man
    U X11/xc/doc/man/X11/XcmsAClr.man
    U X11/xc/doc/man/X11/XcmsCClrs.man
    U X11/xc/doc/man/X11/XcmsClr.man
    U X11/xc/doc/man/X11/XcmsCre3C.man
    U X11/xc/doc/man/X11/XcmsD3C.man
    U X11/xc/doc/man/X11/XcmsLaQMC.man
    U X11/xc/doc/man/X11/XcmsLuQMC.man
    U X11/xc/doc/man/X11/XcmsQBlk.man
    U X11/xc/doc/man/X11/XcmsQClr.man
    U X11/xc/doc/man/X11/XcmsSClr.man
    U X11/xc/doc/man/X11/XcmsSWP.man
    U X11/xc/doc/man/X11/XcmsTQMC.man
    U X11/xc/doc/man/X11/XmbDIStr.man
    U X11/xc/doc/man/X11/XmbDStr.man
    U X11/xc/doc/man/X11/XmbDTxt.man
    U X11/xc/doc/man/X11/XmbLStr.man
    U X11/xc/doc/man/X11/XmbRIC.man
    U X11/xc/doc/man/X11/XmbTEsc.man
    U X11/xc/doc/man/X11/XmbTExt.man
    U X11/xc/doc/man/X11/XmbTPCEx.man
    U X11/xc/doc/man/Xau/Imakefile
    U X11/xc/doc/man/Xau/Xau.man
    U X11/xc/doc/man/Xext/Imakefile
    U X11/xc/doc/man/Xext/XShape.man
    U X11/xc/doc/man/Xext/Xmbuf.man
    U X11/xc/doc/man/Xext/dbe/DBE.man
    U X11/xc/doc/man/Xext/dbe/Imakefile
    U X11/xc/doc/man/Xext/dbe/XdbeAllo.man
    U X11/xc/doc/man/Xext/dbe/XdbeBegi.man
    U X11/xc/doc/man/Xext/dbe/XdbeDeal.man
    U X11/xc/doc/man/Xext/dbe/XdbeEndI.man
    U X11/xc/doc/man/Xext/dbe/XdbeFree.man
    U X11/xc/doc/man/Xext/dbe/XdbeGetB.man
    U X11/xc/doc/man/Xext/dbe/XdbeGetV.man
    U X11/xc/doc/man/Xext/dbe/XdbeQuer.man
    U X11/xc/doc/man/Xext/dbe/XdbeSwap.man
    U X11/xc/doc/man/Xi/Imakefile
    U X11/xc/doc/man/Xi/XAllDvEv.man
    U X11/xc/doc/man/Xi/XChDCtl.man
    U X11/xc/doc/man/Xi/XChFCtl.man
    U X11/xc/doc/man/Xi/XChKMap.man
    U X11/xc/doc/man/Xi/XChMMap.man
    U X11/xc/doc/man/Xi/XChProp.man
    U X11/xc/doc/man/Xi/XChgKbd.man
    U X11/xc/doc/man/Xi/XChgPtr.man
    U X11/xc/doc/man/Xi/XDevBell.man
    U X11/xc/doc/man/Xi/XGetDvMo.man
    U X11/xc/doc/man/Xi/XGetExtV.man
    U X11/xc/doc/man/Xi/XGrDvBut.man
    U X11/xc/doc/man/Xi/XGrDvKey.man
    U X11/xc/doc/man/Xi/XGrabDev.man
    U X11/xc/doc/man/Xi/XListDev.man
    U X11/xc/doc/man/Xi/XOpenDev.man
    U X11/xc/doc/man/Xi/XQueryDv.man
    U X11/xc/doc/man/Xi/XSExEvnt.man
    U X11/xc/doc/man/Xi/XSeBMap.man
    U X11/xc/doc/man/Xi/XSeDvFoc.man
    U X11/xc/doc/man/Xi/XSelExtEv.man
    U X11/xc/doc/man/Xi/XSetDVal.man
    U X11/xc/doc/man/Xi/XSetMode.man
    U X11/xc/doc/man/Xt/Imakefile
    U X11/xc/doc/man/Xt/XtActHook.man
    U X11/xc/doc/man/Xt/XtAddAct.man
    U X11/xc/doc/man/Xt/XtAddCbk.man
    U X11/xc/doc/man/Xt/XtAddEHand.man
    U X11/xc/doc/man/Xt/XtAddETReg.man
    U X11/xc/doc/man/Xt/XtAddGrab.man
    U X11/xc/doc/man/Xt/XtAddIn.man
    U X11/xc/doc/man/Xt/XtAllocGC.man
    U X11/xc/doc/man/Xt/XtAppAAct.man
    U X11/xc/doc/man/Xt/XtAppAC.man
    U X11/xc/doc/man/Xt/XtAppAI.man
    U X11/xc/doc/man/Xt/XtAppASig.man
    U X11/xc/doc/man/Xt/XtAppATO.man
    U X11/xc/doc/man/Xt/XtAppAWP.man
    U X11/xc/doc/man/Xt/XtAppCSh.man
    U X11/xc/doc/man/Xt/XtAppE.man
    U X11/xc/doc/man/Xt/XtAppEM.man
    U X11/xc/doc/man/Xt/XtAppGEDB.man
    U X11/xc/doc/man/Xt/XtAppGSTO.man
    U X11/xc/doc/man/Xt/XtAppInit.man
    U X11/xc/doc/man/Xt/XtAppLock.man
    U X11/xc/doc/man/Xt/XtAppNEv.man
    U X11/xc/doc/man/Xt/XtAppRCR.man
    U X11/xc/doc/man/Xt/XtAppSEF.man
    U X11/xc/doc/man/Xt/XtAppSTC.man
    U X11/xc/doc/man/Xt/XtAppSetFR.man
    U X11/xc/doc/man/Xt/XtBEMask.man
    U X11/xc/doc/man/Xt/XtBlockH.man
    U X11/xc/doc/man/Xt/XtCallAFoc.man
    U X11/xc/doc/man/Xt/XtCallActP.man
    U X11/xc/doc/man/Xt/XtCallCbks.man
    U X11/xc/doc/man/Xt/XtClass.man
    U X11/xc/doc/man/Xt/XtClickT.man
    U X11/xc/doc/man/Xt/XtConfWid.man
    U X11/xc/doc/man/Xt/XtConvSt.man
    U X11/xc/doc/man/Xt/XtConvert.man
    U X11/xc/doc/man/Xt/XtCreACon.man
    U X11/xc/doc/man/Xt/XtCreASh.man
    U X11/xc/doc/man/Xt/XtCrePSh.man
    U X11/xc/doc/man/Xt/XtCreWid.man
    U X11/xc/doc/man/Xt/XtCreWin.man
    U X11/xc/doc/man/Xt/XtCreateSR.man
    U X11/xc/doc/man/Xt/XtDStrCW.man
    U X11/xc/doc/man/Xt/XtDisACon.man
    U X11/xc/doc/man/Xt/XtDisplay.man
    U X11/xc/doc/man/Xt/XtDisplayI.man
    U X11/xc/doc/man/Xt/XtErr.man
    U X11/xc/doc/man/Xt/XtErrM.man
    U X11/xc/doc/man/Xt/XtExtEvDis.man
    U X11/xc/doc/man/Xt/XtFindF.man
    U X11/xc/doc/man/Xt/XtGEDB.man
    U X11/xc/doc/man/Xt/XtGetANC.man
    U X11/xc/doc/man/Xt/XtGetActK.man
    U X11/xc/doc/man/Xt/XtGetActL.man
    U X11/xc/doc/man/Xt/XtGetAres.man
    U X11/xc/doc/man/Xt/XtGetClExt.man
    U X11/xc/doc/man/Xt/XtGetDisp.man
    U X11/xc/doc/man/Xt/XtGetGC.man
    U X11/xc/doc/man/Xt/XtGetKFoc.man
    U X11/xc/doc/man/Xt/XtGetRList.man
    U X11/xc/doc/man/Xt/XtGetSP.man
    U X11/xc/doc/man/Xt/XtGetSR.man
    U X11/xc/doc/man/Xt/XtGetSTO.man
    U X11/xc/doc/man/Xt/XtGetSVal.man
    U X11/xc/doc/man/Xt/XtGetSValI.man
    U X11/xc/doc/man/Xt/XtGetSres.man
    U X11/xc/doc/man/Xt/XtGrabKey.man
    U X11/xc/doc/man/Xt/XtHookOD.man
    U X11/xc/doc/man/Xt/XtInit.man
    U X11/xc/doc/man/Xt/XtInitWC.man
    U X11/xc/doc/man/Xt/XtKeysym.man
    U X11/xc/doc/man/Xt/XtLastProc.man
    U X11/xc/doc/man/Xt/XtMakGReq.man
    U X11/xc/doc/man/Xt/XtMalloc.man
    U X11/xc/doc/man/Xt/XtManChild.man
    U X11/xc/doc/man/Xt/XtMapWid.man
    U X11/xc/doc/man/Xt/XtName.man
    U X11/xc/doc/man/Xt/XtNameTWid.man
    U X11/xc/doc/man/Xt/XtNextEv.man
    U X11/xc/doc/man/Xt/XtOffset.man
    U X11/xc/doc/man/Xt/XtOpenApp.man
    U X11/xc/doc/man/Xt/XtOwnSel.man
    U X11/xc/doc/man/Xt/XtParATab.man
    U X11/xc/doc/man/Xt/XtParTTab.man
    U X11/xc/doc/man/Xt/XtParent.man
    U X11/xc/doc/man/Xt/XtPopdown.man
    U X11/xc/doc/man/Xt/XtPopup.man
    U X11/xc/doc/man/Xt/XtProcLock.man
    U X11/xc/doc/man/Xt/XtQueryGeo.man
    U X11/xc/doc/man/Xt/XtRealize.man
    U X11/xc/doc/man/Xt/XtRegDraw.man
    U X11/xc/doc/man/Xt/XtRegGA.man
    U X11/xc/doc/man/Xt/XtResPA.man
    U X11/xc/doc/man/Xt/XtResPath.man
    U X11/xc/doc/man/Xt/XtSession.man
    U X11/xc/doc/man/Xt/XtSetArg.man
    U X11/xc/doc/man/Xt/XtSetKFoc.man
    U X11/xc/doc/man/Xt/XtSetKTr.man
    U X11/xc/doc/man/Xt/XtSetLangP.man
    U X11/xc/doc/man/Xt/XtSetSP.man
    U X11/xc/doc/man/Xt/XtSetSens.man
    U X11/xc/doc/man/Xt/XtSetVal.man
    U X11/xc/doc/man/Xt/XtSetWMC.man
    U X11/xc/doc/man/Xt/XtStrCW.man
    U X11/xc/doc/man/Xt/XtThreadI.man
    U X11/xc/doc/man/Xt/XtTransC.man
    U X11/xc/doc/man/Xt/XtVaCrArgL.man
    U X11/xc/doc/man/general/Imakefile
    U X11/xc/doc/man/general/Consortium.man
    U X11/xc/doc/man/general/Standards.man
    U X11/xc/doc/man/general/X.man
    U X11/xc/doc/man/general/security.man
    U X11/xc/doc/misc/INSTALL.ms
    U X11/xc/doc/misc/Imakefile
    U X11/xc/doc/misc/RELNOTES.ms
    U X11/xc/doc/misc/xlogo.epsi
    U X11/xc/doc/specs/Imakefile
    U X11/xc/doc/specs/BDF/fig1.ps
    U X11/xc/doc/specs/BDF/Imakefile
    U X11/xc/doc/specs/BDF/bdf.ms
    U X11/xc/doc/specs/BDF/fig2.ps
    U X11/xc/doc/specs/CTEXT/Imakefile
    U X11/xc/doc/specs/CTEXT/ctext.tbl.ms
    U X11/xc/doc/specs/DPMS/DPMS.ms
    U X11/xc/doc/specs/DPMS/DPMSLib.ms
    U X11/xc/doc/specs/DPMS/Imakefile
    U X11/xc/doc/specs/FSProtocol/Imakefile
    U X11/xc/doc/specs/FSProtocol/protocol.ms
    U X11/xc/doc/specs/ICCCM/Imakefile
    U X11/xc/doc/specs/ICCCM/icccm.ms
    U X11/xc/doc/specs/ICCCM/indexmacros.t
    U X11/xc/doc/specs/ICE/ice.ms
    U X11/xc/doc/specs/ICE/ICElib.ms
    U X11/xc/doc/specs/ICE/Imakefile
    U X11/xc/doc/specs/PEX5/README
    U X11/xc/doc/specs/PEX5/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/appendix
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter01
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.1
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.2
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.3
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter02.4
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter03
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter04
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter05
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter06
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter07
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter08
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter09
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter10
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter11
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter12
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter13
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter14
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter15
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/chapter16
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/cover
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/credits
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/libndxmac.t
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/pexlibmac.t
    U X11/xc/doc/specs/PEX5/PEX5.1/PEXlib/postproc
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/encoding_doc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/encoding_toc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/i14y.addendum
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/protocol_doc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/Proto/protocol_toc.ms
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/build_cw.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/build_ind.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/dump_cw.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/ex.toc
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.acc
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.eqn
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.ref
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/exp.tbl
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/ind_token.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/indexer.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/indexer.h
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/pex.macros
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/print_ind.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/print_refs.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/recode.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/sub_refs.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/token.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/xref.c
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/xref.h
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/README
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/api.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/cover.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/intro.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Arch_Spec/server.irm
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/README
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/api.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/cover
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/intro.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/resources.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/server.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/Portg_Guide/trans_rend.pg
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/Imakefile
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/README
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/archive_app.ug
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/cover.ug
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/server_app.ug
    U X11/xc/doc/specs/PEX5/PEX5.1/SI/User_Guide/user_guide
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Accum.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/DataStruct.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/EncodeDecode.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/EncodeSend.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Escape.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Extens.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Fonts.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Intro.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/LUT.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/NameSet.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCAttrFunc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCBind.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCC.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCIntro.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCMiscFunc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/OCPrimFunc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/PC.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/README
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Renderer.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/RendererPick.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Search.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Structure.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/TM.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Utilities.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/Workstation.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/WorkstationPicking.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/appendix.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/copyright.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/cover.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/credits.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexlib.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexlibTOC.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/PEXlib/pexoverview.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/README
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/book.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/accumbuf.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/booktoc.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/caveats.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/conform.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/escapes.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/fonts.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/formats.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/general.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/intro.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/luts.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/namesets.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/ocattrs.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/ocprims.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/overview.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/picking.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/pipecntx.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/renderer.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/srchcntx.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/structs.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/template.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/texmap.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/title.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/wkspick.doc
    U X11/xc/doc/specs/PEX5/PEX5.2/Proto/workstns.doc
    U X11/xc/doc/specs/PM/PM_spec
    U X11/xc/doc/specs/RX/RX.mif
    U X11/xc/doc/specs/SM/Imakefile
    U X11/xc/doc/specs/SM/SMlib.ms
    U X11/xc/doc/specs/SM/xsmp.ms
    U X11/xc/doc/specs/X11/AppA
    U X11/xc/doc/specs/X11/AppB
    U X11/xc/doc/specs/X11/AppC
    U X11/xc/doc/specs/X11/AppD
    U X11/xc/doc/specs/X11/CH01
    U X11/xc/doc/specs/X11/CH02
    U X11/xc/doc/specs/X11/CH03
    U X11/xc/doc/specs/X11/CH04
    U X11/xc/doc/specs/X11/CH05
    U X11/xc/doc/specs/X11/CH06
    U X11/xc/doc/specs/X11/CH07
    U X11/xc/doc/specs/X11/CH08
    U X11/xc/doc/specs/X11/CH09
    U X11/xc/doc/specs/X11/CH10
    U X11/xc/doc/specs/X11/CH11
    U X11/xc/doc/specs/X11/CH12
    U X11/xc/doc/specs/X11/CH13
    U X11/xc/doc/specs/X11/CH14
    U X11/xc/doc/specs/X11/CH15
    U X11/xc/doc/specs/X11/CH16
    U X11/xc/doc/specs/X11/Imakefile
    U X11/xc/doc/specs/X11/abstract.t
    U X11/xc/doc/specs/X11/credits.t
    U X11/xc/doc/specs/X11/glossary
    U X11/xc/doc/specs/X11/indexmacros.t
    U X11/xc/doc/specs/X11/postproc
    U X11/xc/doc/specs/XDMCP/Imakefile
    U X11/xc/doc/specs/XDMCP/xdmcp.ms
    U X11/xc/doc/specs/XIE/SI/README
    U X11/xc/doc/specs/XIE/SI/xieSIarch.doc
    U X11/xc/doc/specs/XIE/XIEProto/README
    U X11/xc/doc/specs/XIE/XIEProto/apb_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/apa_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/apc_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch1_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch2_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch3_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch4_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch6_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch5_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch8_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch7_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/ch9_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/cmatch.doc
    U X11/xc/doc/specs/XIE/XIEProto/frnt_xie.doc
    U X11/xc/doc/specs/XIE/XIEProto/overview.doc
    U X11/xc/doc/specs/XIE/XIElib/README
    U X11/xc/doc/specs/XIE/XIElib/xielib.doc
    U X11/xc/doc/specs/XIM/Imakefile
    U X11/xc/doc/specs/XIM/xim.ms
    U X11/xc/doc/specs/XKB/Proto/XKBproto.book
    U X11/xc/doc/specs/XKB/Proto/dflttrns.fm4
    U X11/xc/doc/specs/XKB/Proto/encoding.fm4
    U X11/xc/doc/specs/XKB/Proto/keysyms.fm4
    U X11/xc/doc/specs/XKB/Proto/title.fm4
    U X11/xc/doc/specs/XKB/Proto/protocol.fm4
    U X11/xc/doc/specs/XKB/Proto/prototoc.doc
    U X11/xc/doc/specs/XKB/Proto/types.fm4
    U X11/xc/doc/specs/XKB/XKBlib/XKBlib.book
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.ps
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.fm
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.ix
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.lof
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.lot
    U X11/xc/doc/specs/XKB/XKBlib/allchaps.toc
    U X11/xc/doc/specs/XKB/XKBlib/fonts.fm
    U X11/xc/doc/specs/XKB/XKBlib/title.fm
    U X11/xc/doc/specs/XLFD/Imakefile
    U X11/xc/doc/specs/XLFD/xlfd.tbl.ms
    U X11/xc/doc/specs/XPRINT/xp_library.book
    U X11/xc/doc/specs/XPRINT/xp_library.mif
    U X11/xc/doc/specs/XPRINT/xp_libraryIX.doc
    U X11/xc/doc/specs/XPRINT/xp_libraryTOC.doc
    U X11/xc/doc/specs/XPRINT/xp_library_cov.mif
    U X11/xc/doc/specs/XPRINT/xp_proto.book
    U X11/xc/doc/specs/XPRINT/xp_proto.mif
    U X11/xc/doc/specs/XPRINT/xp_protoIX.doc
    U X11/xc/doc/specs/XPRINT/xp_protoTOC.doc
    U X11/xc/doc/specs/XPRINT/xp_proto_cov.mif
    U X11/xc/doc/specs/XProtocol/Imakefile
    U X11/xc/doc/specs/XProtocol/X11.encoding
    U X11/xc/doc/specs/XProtocol/X11.keysyms
    U X11/xc/doc/specs/XProtocol/X11.protocol
    U X11/xc/doc/specs/XProtocol/glossary
    U X11/xc/doc/specs/XProtocol/indexmacros.t
    U X11/xc/doc/specs/XProtocol/postproc
    U X11/xc/doc/specs/Xaw/CH3.intro
    U X11/xc/doc/specs/Xaw/AsciiSink
    U X11/xc/doc/specs/Xaw/AsciiSource
    U X11/xc/doc/specs/Xaw/AsciiText
    U X11/xc/doc/specs/Xaw/Box
    U X11/xc/doc/specs/Xaw/CH1
    U X11/xc/doc/specs/Xaw/CH2
    U X11/xc/doc/specs/Xaw/CH4.intro
    U X11/xc/doc/specs/Xaw/CH6.intro
    U X11/xc/doc/specs/Xaw/CH5.intro
    U X11/xc/doc/specs/Xaw/CH7.intro
    U X11/xc/doc/specs/Xaw/TextCustom
    U X11/xc/doc/specs/Xaw/Command
    U X11/xc/doc/specs/Xaw/Dialog
    U X11/xc/doc/specs/Xaw/Form
    U X11/xc/doc/specs/Xaw/Grip
    U X11/xc/doc/specs/Xaw/Imakefile
    U X11/xc/doc/specs/Xaw/Label
    U X11/xc/doc/specs/Xaw/List
    U X11/xc/doc/specs/Xaw/MenuButton
    U X11/xc/doc/specs/Xaw/Paned
    U X11/xc/doc/specs/Xaw/Panner
    U X11/xc/doc/specs/Xaw/Porthole
    U X11/xc/doc/specs/Xaw/Repeater
    U X11/xc/doc/specs/Xaw/Scrollbar
    U X11/xc/doc/specs/Xaw/Simple
    U X11/xc/doc/specs/Xaw/Sme
    U X11/xc/doc/specs/Xaw/SmeBSB
    U X11/xc/doc/specs/Xaw/SimpleMenu
    U X11/xc/doc/specs/Xaw/SmeLine
    U X11/xc/doc/specs/Xaw/StripChart
    U X11/xc/doc/specs/Xaw/TPage_Credits
    U X11/xc/doc/specs/Xaw/Template
    U X11/xc/doc/specs/Xaw/Text
    U X11/xc/doc/specs/Xaw/TextActions
    U X11/xc/doc/specs/Xaw/Xtk.widgets
    U X11/xc/doc/specs/Xaw/TextFuncs
    U X11/xc/doc/specs/Xaw/TextSink
    U X11/xc/doc/specs/Xaw/TextSource
    U X11/xc/doc/specs/Xaw/Toggle
    U X11/xc/doc/specs/Xaw/Tree
    U X11/xc/doc/specs/Xaw/Viewport
    U X11/xc/doc/specs/Xaw/Xtk.widg.front
    U X11/xc/doc/specs/Xaw/block.awk
    U X11/xc/doc/specs/Xaw/fixindex.awk
    U X11/xc/doc/specs/Xaw/strings.mit
    U X11/xc/doc/specs/Xaw/strings.xaw
    U X11/xc/doc/specs/Xaw/widg.idxmac.t
    U X11/xc/doc/specs/Xext/AppGroup.mif
    U X11/xc/doc/specs/Xext/lbx.book
    U X11/xc/doc/specs/Xext/Imakefile
    U X11/xc/doc/specs/Xext/bigreq.ms
    U X11/xc/doc/specs/Xext/buffer.ms
    U X11/xc/doc/specs/Xext/dbe.tex
    U X11/xc/doc/specs/Xext/dbelib.tex
    U X11/xc/doc/specs/Xext/mit-shm.ms
    U X11/xc/doc/specs/Xext/lbx.mif
    U X11/xc/doc/specs/Xext/lbxalg.mif
    U X11/xc/doc/specs/Xext/xtest1.info
    U X11/xc/doc/specs/Xext/record.ms
    U X11/xc/doc/specs/Xext/recordlib.ms
    U X11/xc/doc/specs/Xext/security.tex
    U X11/xc/doc/specs/Xext/shape.ms
    U X11/xc/doc/specs/Xext/shapelib.ms
    U X11/xc/doc/specs/Xext/sync.tex
    U X11/xc/doc/specs/Xext/synclib.tex
    U X11/xc/doc/specs/Xext/xc-misc.ms
    U X11/xc/doc/specs/Xext/xtest.ms
    U X11/xc/doc/specs/Xext/xtest1.mm
    U X11/xc/doc/specs/Xext/xtestlib.ms
    U X11/xc/doc/specs/Xi/porting.ms
    U X11/xc/doc/specs/Xi/Imakefile
    U X11/xc/doc/specs/Xi/encoding.ms
    U X11/xc/doc/specs/Xi/library.ms
    U X11/xc/doc/specs/Xi/protocol.ms
    U X11/xc/doc/specs/Xmu/Xmu.ms
    U X11/xc/doc/specs/Xmu/Imakefile
    U X11/xc/doc/specs/Xserver/Xprt.book
    U X11/xc/doc/specs/Xserver/Imakefile
    U X11/xc/doc/specs/Xserver/Xprt.mif
    U X11/xc/doc/specs/Xserver/XprtIX.doc
    U X11/xc/doc/specs/Xserver/XprtTOC.doc
    U X11/xc/doc/specs/Xserver/Xprt_cov.mif
    U X11/xc/doc/specs/Xserver/analysis.tex
    U X11/xc/doc/specs/Xserver/secint.tex
    U X11/xc/doc/specs/Xserver/appgroup.ms
    U X11/xc/doc/specs/Xserver/ddx.tbl.ms
    U X11/xc/doc/specs/Xserver/fontlib.ms
    U X11/xc/doc/specs/Xt/CH01
    U X11/xc/doc/specs/Xt/CH02
    U X11/xc/doc/specs/Xt/CH03
    U X11/xc/doc/specs/Xt/CH04
    U X11/xc/doc/specs/Xt/CH05
    U X11/xc/doc/specs/Xt/CH06
    U X11/xc/doc/specs/Xt/CH07
    U X11/xc/doc/specs/Xt/CH08
    U X11/xc/doc/specs/Xt/CH09
    U X11/xc/doc/specs/Xt/CH10
    U X11/xc/doc/specs/Xt/CH11
    U X11/xc/doc/specs/Xt/CH12
    U X11/xc/doc/specs/Xt/CH13
    U X11/xc/doc/specs/Xt/Imakefile
    U X11/xc/doc/specs/Xt/Xtk.intr.front
    U X11/xc/doc/specs/Xt/appA
    U X11/xc/doc/specs/Xt/appB
    U X11/xc/doc/specs/Xt/appC
    U X11/xc/doc/specs/Xt/appD
    U X11/xc/doc/specs/Xt/appE
    U X11/xc/doc/specs/Xt/intr.idxmac.t
    U X11/xc/doc/specs/Xt/postproc
    U X11/xc/doc/specs/Xt/strings.mit
    U X11/xc/doc/specs/i18n/Framework.ms
    U X11/xc/doc/specs/i18n/Imakefile
    U X11/xc/doc/specs/i18n/LocaleDB.ms
    U X11/xc/doc/specs/i18n/Trans.ms
    U X11/xc/doc/specs/programs/Imakefile
    U X11/xc/doc/specs/rstart/rstart.ms
    U X11/xc/doc/specs/rstart/Imakefile
    U X11/xc/doc/specs/rstart/fix.awk
    U X11/xc/doc/specs/rstart/fix.nawk
    U X11/xc/doc/specs/rstart/fix.sed
    U X11/xc/doc/specs/rstart/rstartd.txt
    U X11/xc/doc/specs/rstart/tmac.rfc
    U X11/xc/doc/specs/xfs/FSlib.doc
    U X11/xc/doc/specs/xfs/Imakefile
    U X11/xc/doc/specs/xfs/design.ms
    U X11/xc/doc/specs/xterm/Imakefile
    U X11/xc/doc/specs/xterm/ctlseqs.ms
    U X11/xc/doc/specs/xtrans/Imakefile
    U X11/xc/doc/specs/xtrans/Xtrans.mm
    U X11/xc/doc/util/block.awk
    U X11/xc/doc/util/fixindex.awk
    U X11/xc/doc/util/indexmacros.t
    U X11/xc/doc/util/macros.t
    U X11/xc/fonts/Imakefile
    U X11/xc/fonts/PEX/Imakefile
    U X11/xc/fonts/PEX/Roman.src
    U X11/xc/fonts/PEX/Roman_M.src
    U X11/xc/fonts/PEX/lex.l
    U X11/xc/fonts/PEX/to_wfont.y
    U X11/xc/fonts/PEX/wfont.h
    U X11/xc/fonts/bdf/Imakefile
    U X11/xc/fonts/bdf/100dpi/fonts.alias
    U X11/xc/fonts/bdf/100dpi/Imakefile
    U X11/xc/fonts/bdf/100dpi/LU_LEGALNOTICE
    U X11/xc/fonts/bdf/100dpi/UTI___10.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___12.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___14.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___18.bdf
    U X11/xc/fonts/bdf/100dpi/UTI___24.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__10.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__12.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__14.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__18.bdf
    U X11/xc/fonts/bdf/100dpi/UTRG__24.bdf
    U X11/xc/fonts/bdf/100dpi/charI08.bdf
    U X11/xc/fonts/bdf/100dpi/charI10.bdf
    U X11/xc/fonts/bdf/100dpi/charI12.bdf
    U X11/xc/fonts/bdf/100dpi/charI14.bdf
    U X11/xc/fonts/bdf/100dpi/charI18.bdf
    U X11/xc/fonts/bdf/100dpi/charI24.bdf
    U X11/xc/fonts/bdf/100dpi/charR08.bdf
    U X11/xc/fonts/bdf/100dpi/charR10.bdf
    U X11/xc/fonts/bdf/100dpi/charR12.bdf
    U X11/xc/fonts/bdf/100dpi/charR14.bdf
    U X11/xc/fonts/bdf/100dpi/charR18.bdf
    U X11/xc/fonts/bdf/100dpi/charR24.bdf
    U X11/xc/fonts/bdf/100dpi/courB08.bdf
    U X11/xc/fonts/bdf/100dpi/courB10.bdf
    U X11/xc/fonts/bdf/100dpi/courB12.bdf
    U X11/xc/fonts/bdf/100dpi/courB14.bdf
    U X11/xc/fonts/bdf/100dpi/courB18.bdf
    U X11/xc/fonts/bdf/100dpi/courB24.bdf
    U X11/xc/fonts/bdf/100dpi/courBO08.bdf
    U X11/xc/fonts/bdf/100dpi/courBO10.bdf
    U X11/xc/fonts/bdf/100dpi/courBO12.bdf
    U X11/xc/fonts/bdf/100dpi/courBO14.bdf
    U X11/xc/fonts/bdf/100dpi/courBO18.bdf
    U X11/xc/fonts/bdf/100dpi/courBO24.bdf
    U X11/xc/fonts/bdf/100dpi/courO08.bdf
    U X11/xc/fonts/bdf/100dpi/courO10.bdf
    U X11/xc/fonts/bdf/100dpi/courO12.bdf
    U X11/xc/fonts/bdf/100dpi/courO14.bdf
    U X11/xc/fonts/bdf/100dpi/courO18.bdf
    U X11/xc/fonts/bdf/100dpi/courO24.bdf
    U X11/xc/fonts/bdf/100dpi/courR08.bdf
    U X11/xc/fonts/bdf/100dpi/courR10.bdf
    U X11/xc/fonts/bdf/100dpi/courR12.bdf
    U X11/xc/fonts/bdf/100dpi/courR14.bdf
    U X11/xc/fonts/bdf/100dpi/courR18.bdf
    U X11/xc/fonts/bdf/100dpi/courR24.bdf
    U X11/xc/fonts/bdf/100dpi/helvB08.bdf
    U X11/xc/fonts/bdf/100dpi/helvB10.bdf
    U X11/xc/fonts/bdf/100dpi/helvB12.bdf
    U X11/xc/fonts/bdf/100dpi/helvB14.bdf
    U X11/xc/fonts/bdf/100dpi/helvB18.bdf
    U X11/xc/fonts/bdf/100dpi/helvB24.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO08.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO10.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO12.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO14.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO18.bdf
    U X11/xc/fonts/bdf/100dpi/helvBO24.bdf
    U X11/xc/fonts/bdf/100dpi/helvO08.bdf
    U X11/xc/fonts/bdf/100dpi/helvO10.bdf
    U X11/xc/fonts/bdf/100dpi/helvO12.bdf
    U X11/xc/fonts/bdf/100dpi/helvO14.bdf
    U X11/xc/fonts/bdf/100dpi/helvO18.bdf
    U X11/xc/fonts/bdf/100dpi/helvO24.bdf
    U X11/xc/fonts/bdf/100dpi/helvR08.bdf
    U X11/xc/fonts/bdf/100dpi/helvR10.bdf
    U X11/xc/fonts/bdf/100dpi/helvR12.bdf
    U X11/xc/fonts/bdf/100dpi/helvR14.bdf
    U X11/xc/fonts/bdf/100dpi/helvR18.bdf
    U X11/xc/fonts/bdf/100dpi/helvR24.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS08.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS10.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS12.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS14.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS18.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS19.bdf
    U X11/xc/fonts/bdf/100dpi/luBIS24.bdf
    U X11/xc/fonts/bdf/100dpi/luBS08.bdf
    U X11/xc/fonts/bdf/100dpi/luBS10.bdf
    U X11/xc/fonts/bdf/100dpi/luBS12.bdf
    U X11/xc/fonts/bdf/100dpi/luBS14.bdf
    U X11/xc/fonts/bdf/100dpi/luBS18.bdf
    U X11/xc/fonts/bdf/100dpi/luBS19.bdf
    U X11/xc/fonts/bdf/100dpi/luBS24.bdf
    U X11/xc/fonts/bdf/100dpi/luIS08.bdf
    U X11/xc/fonts/bdf/100dpi/luIS10.bdf
    U X11/xc/fonts/bdf/100dpi/luIS12.bdf
    U X11/xc/fonts/bdf/100dpi/luIS14.bdf
    U X11/xc/fonts/bdf/100dpi/luIS18.bdf
    U X11/xc/fonts/bdf/100dpi/luIS19.bdf
    U X11/xc/fonts/bdf/100dpi/luIS24.bdf
    U X11/xc/fonts/bdf/100dpi/luRS08.bdf
    U X11/xc/fonts/bdf/100dpi/luRS10.bdf
    U X11/xc/fonts/bdf/100dpi/luRS12.bdf
    U X11/xc/fonts/bdf/100dpi/luRS14.bdf
    U X11/xc/fonts/bdf/100dpi/luRS18.bdf
    U X11/xc/fonts/bdf/100dpi/luRS19.bdf
    U X11/xc/fonts/bdf/100dpi/luRS24.bdf
    U X11/xc/fonts/bdf/100dpi/lubB08.bdf
    U X11/xc/fonts/bdf/100dpi/lubB10.bdf
    U X11/xc/fonts/bdf/100dpi/lubB12.bdf
    U X11/xc/fonts/bdf/100dpi/lubB14.bdf
    U X11/xc/fonts/bdf/100dpi/lubB18.bdf
    U X11/xc/fonts/bdf/100dpi/lubB19.bdf
    U X11/xc/fonts/bdf/100dpi/lubB24.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI08.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI10.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI12.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI14.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI18.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI19.bdf
    U X11/xc/fonts/bdf/100dpi/lubBI24.bdf
    U X11/xc/fonts/bdf/100dpi/lubI08.bdf
    U X11/xc/fonts/bdf/100dpi/lubI10.bdf
    U X11/xc/fonts/bdf/100dpi/lubI12.bdf
    U X11/xc/fonts/bdf/100dpi/lubI14.bdf
    U X11/xc/fonts/bdf/100dpi/lubI18.bdf
    U X11/xc/fonts/bdf/100dpi/lubI19.bdf
    U X11/xc/fonts/bdf/100dpi/lubI24.bdf
    U X11/xc/fonts/bdf/100dpi/lubR08.bdf
    U X11/xc/fonts/bdf/100dpi/lubR10.bdf
    U X11/xc/fonts/bdf/100dpi/lubR12.bdf
    U X11/xc/fonts/bdf/100dpi/lubR14.bdf
    U X11/xc/fonts/bdf/100dpi/lubR18.bdf
    U X11/xc/fonts/bdf/100dpi/lubR19.bdf
    U X11/xc/fonts/bdf/100dpi/lubR24.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS08.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS10.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS12.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS14.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS18.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS19.bdf
    U X11/xc/fonts/bdf/100dpi/lutBS24.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS08.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS10.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS12.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS14.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS18.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS19.bdf
    U X11/xc/fonts/bdf/100dpi/lutRS24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenB24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenBI24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenI24.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR08.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR10.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR12.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR14.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR18.bdf
    U X11/xc/fonts/bdf/100dpi/ncenR24.bdf
    U X11/xc/fonts/bdf/100dpi/symb08.bdf
    U X11/xc/fonts/bdf/100dpi/symb10.bdf
    U X11/xc/fonts/bdf/100dpi/symb12.bdf
    U X11/xc/fonts/bdf/100dpi/symb14.bdf
    U X11/xc/fonts/bdf/100dpi/symb18.bdf
    U X11/xc/fonts/bdf/100dpi/symb24.bdf
    U X11/xc/fonts/bdf/100dpi/tech14.bdf
    U X11/xc/fonts/bdf/100dpi/techB14.bdf
    U X11/xc/fonts/bdf/100dpi/term14.bdf
    U X11/xc/fonts/bdf/100dpi/termB14.bdf
    U X11/xc/fonts/bdf/100dpi/timB08.bdf
    U X11/xc/fonts/bdf/100dpi/timB10.bdf
    U X11/xc/fonts/bdf/100dpi/timB12.bdf
    U X11/xc/fonts/bdf/100dpi/timB14.bdf
    U X11/xc/fonts/bdf/100dpi/timB18.bdf
    U X11/xc/fonts/bdf/100dpi/timB24.bdf
    U X11/xc/fonts/bdf/100dpi/timBI08.bdf
    U X11/xc/fonts/bdf/100dpi/timBI10.bdf
    U X11/xc/fonts/bdf/100dpi/timBI12.bdf
    U X11/xc/fonts/bdf/100dpi/timBI14.bdf
    U X11/xc/fonts/bdf/100dpi/timBI18.bdf
    U X11/xc/fonts/bdf/100dpi/timBI24.bdf
    U X11/xc/fonts/bdf/100dpi/timI08.bdf
    U X11/xc/fonts/bdf/100dpi/timI10.bdf
    U X11/xc/fonts/bdf/100dpi/timI12.bdf
    U X11/xc/fonts/bdf/100dpi/timI14.bdf
    U X11/xc/fonts/bdf/100dpi/timI18.bdf
    U X11/xc/fonts/bdf/100dpi/timI24.bdf
    U X11/xc/fonts/bdf/100dpi/timR08.bdf
    U X11/xc/fonts/bdf/100dpi/timR10.bdf
    U X11/xc/fonts/bdf/100dpi/timR12.bdf
    U X11/xc/fonts/bdf/100dpi/timR14.bdf
    U X11/xc/fonts/bdf/100dpi/timR18.bdf
    U X11/xc/fonts/bdf/100dpi/timR24.bdf
    U X11/xc/fonts/bdf/75dpi/fonts.alias
    U X11/xc/fonts/bdf/75dpi/Imakefile
    U X11/xc/fonts/bdf/75dpi/LU_LEGALNOTICE
    U X11/xc/fonts/bdf/75dpi/UTI___10.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___12.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___14.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___18.bdf
    U X11/xc/fonts/bdf/75dpi/UTI___24.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__10.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__12.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__14.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__18.bdf
    U X11/xc/fonts/bdf/75dpi/UTRG__24.bdf
    U X11/xc/fonts/bdf/75dpi/charI08.bdf
    U X11/xc/fonts/bdf/75dpi/charI10.bdf
    U X11/xc/fonts/bdf/75dpi/charI12.bdf
    U X11/xc/fonts/bdf/75dpi/charI14.bdf
    U X11/xc/fonts/bdf/75dpi/charI18.bdf
    U X11/xc/fonts/bdf/75dpi/charI24.bdf
    U X11/xc/fonts/bdf/75dpi/charR08.bdf
    U X11/xc/fonts/bdf/75dpi/charR10.bdf
    U X11/xc/fonts/bdf/75dpi/charR12.bdf
    U X11/xc/fonts/bdf/75dpi/charR14.bdf
    U X11/xc/fonts/bdf/75dpi/charR18.bdf
    U X11/xc/fonts/bdf/75dpi/charR24.bdf
    U X11/xc/fonts/bdf/75dpi/courB08.bdf
    U X11/xc/fonts/bdf/75dpi/courB10.bdf
    U X11/xc/fonts/bdf/75dpi/courB12.bdf
    U X11/xc/fonts/bdf/75dpi/courB14.bdf
    U X11/xc/fonts/bdf/75dpi/courB18.bdf
    U X11/xc/fonts/bdf/75dpi/courB24.bdf
    U X11/xc/fonts/bdf/75dpi/courBO08.bdf
    U X11/xc/fonts/bdf/75dpi/courBO10.bdf
    U X11/xc/fonts/bdf/75dpi/courBO12.bdf
    U X11/xc/fonts/bdf/75dpi/courBO14.bdf
    U X11/xc/fonts/bdf/75dpi/courBO18.bdf
    U X11/xc/fonts/bdf/75dpi/courBO24.bdf
    U X11/xc/fonts/bdf/75dpi/courO08.bdf
    U X11/xc/fonts/bdf/75dpi/courO10.bdf
    U X11/xc/fonts/bdf/75dpi/courO12.bdf
    U X11/xc/fonts/bdf/75dpi/courO14.bdf
    U X11/xc/fonts/bdf/75dpi/courO18.bdf
    U X11/xc/fonts/bdf/75dpi/courO24.bdf
    U X11/xc/fonts/bdf/75dpi/courR08.bdf
    U X11/xc/fonts/bdf/75dpi/courR10.bdf
    U X11/xc/fonts/bdf/75dpi/courR12.bdf
    U X11/xc/fonts/bdf/75dpi/courR14.bdf
    U X11/xc/fonts/bdf/75dpi/courR18.bdf
    U X11/xc/fonts/bdf/75dpi/courR24.bdf
    U X11/xc/fonts/bdf/75dpi/helvB08.bdf
    U X11/xc/fonts/bdf/75dpi/helvB10.bdf
    U X11/xc/fonts/bdf/75dpi/helvB12.bdf
    U X11/xc/fonts/bdf/75dpi/helvB14.bdf
    U X11/xc/fonts/bdf/75dpi/helvB18.bdf
    U X11/xc/fonts/bdf/75dpi/helvB24.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO08.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO10.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO12.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO14.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO18.bdf
    U X11/xc/fonts/bdf/75dpi/helvBO24.bdf
    U X11/xc/fonts/bdf/75dpi/helvO08.bdf
    U X11/xc/fonts/bdf/75dpi/helvO10.bdf
    U X11/xc/fonts/bdf/75dpi/helvO12.bdf
    U X11/xc/fonts/bdf/75dpi/helvO14.bdf
    U X11/xc/fonts/bdf/75dpi/helvO18.bdf
    U X11/xc/fonts/bdf/75dpi/helvO24.bdf
    U X11/xc/fonts/bdf/75dpi/helvR08.bdf
    U X11/xc/fonts/bdf/75dpi/helvR10.bdf
    U X11/xc/fonts/bdf/75dpi/helvR12.bdf
    U X11/xc/fonts/bdf/75dpi/helvR14.bdf
    U X11/xc/fonts/bdf/75dpi/helvR18.bdf
    U X11/xc/fonts/bdf/75dpi/helvR24.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS08.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS10.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS12.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS14.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS18.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS19.bdf
    U X11/xc/fonts/bdf/75dpi/luBIS24.bdf
    U X11/xc/fonts/bdf/75dpi/luBS08.bdf
    U X11/xc/fonts/bdf/75dpi/luBS10.bdf
    U X11/xc/fonts/bdf/75dpi/luBS12.bdf
    U X11/xc/fonts/bdf/75dpi/luBS14.bdf
    U X11/xc/fonts/bdf/75dpi/luBS18.bdf
    U X11/xc/fonts/bdf/75dpi/luBS19.bdf
    U X11/xc/fonts/bdf/75dpi/luBS24.bdf
    U X11/xc/fonts/bdf/75dpi/luIS08.bdf
    U X11/xc/fonts/bdf/75dpi/luIS10.bdf
    U X11/xc/fonts/bdf/75dpi/luIS12.bdf
    U X11/xc/fonts/bdf/75dpi/luIS14.bdf
    U X11/xc/fonts/bdf/75dpi/luIS18.bdf
    U X11/xc/fonts/bdf/75dpi/luIS19.bdf
    U X11/xc/fonts/bdf/75dpi/luIS24.bdf
    U X11/xc/fonts/bdf/75dpi/luRS08.bdf
    U X11/xc/fonts/bdf/75dpi/luRS10.bdf
    U X11/xc/fonts/bdf/75dpi/luRS12.bdf
    U X11/xc/fonts/bdf/75dpi/luRS14.bdf
    U X11/xc/fonts/bdf/75dpi/luRS18.bdf
    U X11/xc/fonts/bdf/75dpi/luRS19.bdf
    U X11/xc/fonts/bdf/75dpi/luRS24.bdf
    U X11/xc/fonts/bdf/75dpi/lubB08.bdf
    U X11/xc/fonts/bdf/75dpi/lubB10.bdf
    U X11/xc/fonts/bdf/75dpi/lubB12.bdf
    U X11/xc/fonts/bdf/75dpi/lubB14.bdf
    U X11/xc/fonts/bdf/75dpi/lubB18.bdf
    U X11/xc/fonts/bdf/75dpi/lubB19.bdf
    U X11/xc/fonts/bdf/75dpi/lubB24.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI08.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI10.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI12.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI14.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI18.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI19.bdf
    U X11/xc/fonts/bdf/75dpi/lubBI24.bdf
    U X11/xc/fonts/bdf/75dpi/lubI08.bdf
    U X11/xc/fonts/bdf/75dpi/lubI10.bdf
    U X11/xc/fonts/bdf/75dpi/lubI12.bdf
    U X11/xc/fonts/bdf/75dpi/lubI14.bdf
    U X11/xc/fonts/bdf/75dpi/lubI18.bdf
    U X11/xc/fonts/bdf/75dpi/lubI19.bdf
    U X11/xc/fonts/bdf/75dpi/lubI24.bdf
    U X11/xc/fonts/bdf/75dpi/lubR08.bdf
    U X11/xc/fonts/bdf/75dpi/lubR10.bdf
    U X11/xc/fonts/bdf/75dpi/lubR12.bdf
    U X11/xc/fonts/bdf/75dpi/lubR14.bdf
    U X11/xc/fonts/bdf/75dpi/lubR18.bdf
    U X11/xc/fonts/bdf/75dpi/lubR19.bdf
    U X11/xc/fonts/bdf/75dpi/lubR24.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS08.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS10.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS12.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS14.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS18.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS19.bdf
    U X11/xc/fonts/bdf/75dpi/lutBS24.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS08.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS10.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS12.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS14.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS18.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS19.bdf
    U X11/xc/fonts/bdf/75dpi/lutRS24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenB24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenBI24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenI24.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR08.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR10.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR12.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR14.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR18.bdf
    U X11/xc/fonts/bdf/75dpi/ncenR24.bdf
    U X11/xc/fonts/bdf/75dpi/symb08.bdf
    U X11/xc/fonts/bdf/75dpi/symb10.bdf
    U X11/xc/fonts/bdf/75dpi/symb12.bdf
    U X11/xc/fonts/bdf/75dpi/symb14.bdf
    U X11/xc/fonts/bdf/75dpi/symb18.bdf
    U X11/xc/fonts/bdf/75dpi/symb24.bdf
    U X11/xc/fonts/bdf/75dpi/tech14.bdf
    U X11/xc/fonts/bdf/75dpi/techB14.bdf
    U X11/xc/fonts/bdf/75dpi/term14.bdf
    U X11/xc/fonts/bdf/75dpi/termB14.bdf
    U X11/xc/fonts/bdf/75dpi/timB08.bdf
    U X11/xc/fonts/bdf/75dpi/timB10.bdf
    U X11/xc/fonts/bdf/75dpi/timB12.bdf
    U X11/xc/fonts/bdf/75dpi/timB14.bdf
    U X11/xc/fonts/bdf/75dpi/timB18.bdf
    U X11/xc/fonts/bdf/75dpi/timB24.bdf
    U X11/xc/fonts/bdf/75dpi/timBI08.bdf
    U X11/xc/fonts/bdf/75dpi/timBI10.bdf
    U X11/xc/fonts/bdf/75dpi/timBI12.bdf
    U X11/xc/fonts/bdf/75dpi/timBI14.bdf
    U X11/xc/fonts/bdf/75dpi/timBI18.bdf
    U X11/xc/fonts/bdf/75dpi/timBI24.bdf
    U X11/xc/fonts/bdf/75dpi/timI08.bdf
    U X11/xc/fonts/bdf/75dpi/timI10.bdf
    U X11/xc/fonts/bdf/75dpi/timI12.bdf
    U X11/xc/fonts/bdf/75dpi/timI14.bdf
    U X11/xc/fonts/bdf/75dpi/timI18.bdf
    U X11/xc/fonts/bdf/75dpi/timI24.bdf
    U X11/xc/fonts/bdf/75dpi/timR08.bdf
    U X11/xc/fonts/bdf/75dpi/timR10.bdf
    U X11/xc/fonts/bdf/75dpi/timR12.bdf
    U X11/xc/fonts/bdf/75dpi/timR14.bdf
    U X11/xc/fonts/bdf/75dpi/timR18.bdf
    U X11/xc/fonts/bdf/75dpi/timR24.bdf
    U X11/xc/fonts/bdf/cyrillic/COPYRIGHT
    U X11/xc/fonts/bdf/cyrillic/Imakefile
    U X11/xc/fonts/bdf/cyrillic/crox1c.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1cb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1cbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1co.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox1to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2c.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2cb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2cbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2co.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox2to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3c.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3cb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3cbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3co.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox3to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox4to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox5to.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6h.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6hb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6hbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6ho.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6t.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6tb.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6tbo.bdf
    U X11/xc/fonts/bdf/cyrillic/crox6to.bdf
    U X11/xc/fonts/bdf/cyrillic/fonts.alias
    U X11/xc/fonts/bdf/cyrillic/koi10x16b.bdf
    U X11/xc/fonts/bdf/cyrillic/koi10x20.bdf
    U X11/xc/fonts/bdf/cyrillic/koi12x24.bdf
    U X11/xc/fonts/bdf/cyrillic/koi6x10.bdf
    U X11/xc/fonts/bdf/cyrillic/koi6x13.bdf
    U X11/xc/fonts/bdf/cyrillic/koi8x13.bdf
    U X11/xc/fonts/bdf/cyrillic/koi9x15.bdf
    U X11/xc/fonts/bdf/cyrillic/koinil2.bdf
    U X11/xc/fonts/bdf/misc/12x24.bdf
    U X11/xc/fonts/bdf/misc/10x20.bdf
    U X11/xc/fonts/bdf/misc/12x24rk.bdf
    U X11/xc/fonts/bdf/misc/5x7.bdf
    U X11/xc/fonts/bdf/misc/6x13B.bdf
    U X11/xc/fonts/bdf/misc/5x8.bdf
    U X11/xc/fonts/bdf/misc/6x10.bdf
    U X11/xc/fonts/bdf/misc/6x12.bdf
    U X11/xc/fonts/bdf/misc/6x13.bdf
    U X11/xc/fonts/bdf/misc/7x13B.bdf
    U X11/xc/fonts/bdf/misc/6x9.bdf
    U X11/xc/fonts/bdf/misc/7x13.bdf
    U X11/xc/fonts/bdf/misc/7x14.bdf
    U X11/xc/fonts/bdf/misc/7x13euro.bdf
    U X11/xc/fonts/bdf/misc/7x13euroB.bdf
    U X11/xc/fonts/bdf/misc/7x14B.bdf
    U X11/xc/fonts/bdf/misc/7x14rk.bdf
    U X11/xc/fonts/bdf/misc/8x13B.bdf
    U X11/xc/fonts/bdf/misc/8x13.bdf
    U X11/xc/fonts/bdf/misc/8x16.bdf
    U X11/xc/fonts/bdf/misc/8x16rk.bdf
    U X11/xc/fonts/bdf/misc/README
    U X11/xc/fonts/bdf/misc/9x15.bdf
    U X11/xc/fonts/bdf/misc/9x15B.bdf
    U X11/xc/fonts/bdf/misc/k14.bdf
    U X11/xc/fonts/bdf/misc/Imakefile
    U X11/xc/fonts/bdf/misc/cursor.bdf
    U X11/xc/fonts/bdf/misc/clB6x10.bdf
    U X11/xc/fonts/bdf/misc/clB6x12.bdf
    U X11/xc/fonts/bdf/misc/clB8x10.bdf
    U X11/xc/fonts/bdf/misc/clB8x12.bdf
    U X11/xc/fonts/bdf/misc/clB8x13.bdf
    U X11/xc/fonts/bdf/misc/clB8x14.bdf
    U X11/xc/fonts/bdf/misc/clB8x16.bdf
    U X11/xc/fonts/bdf/misc/clB8x8.bdf
    U X11/xc/fonts/bdf/misc/clB9x15.bdf
    U X11/xc/fonts/bdf/misc/clI6x12.bdf
    U X11/xc/fonts/bdf/misc/clI8x8.bdf
    U X11/xc/fonts/bdf/misc/clR4x6.bdf
    U X11/xc/fonts/bdf/misc/clR5x10.bdf
    U X11/xc/fonts/bdf/misc/clR5x6.bdf
    U X11/xc/fonts/bdf/misc/clR5x8.bdf
    U X11/xc/fonts/bdf/misc/clR6x10.bdf
    U X11/xc/fonts/bdf/misc/clR6x12.bdf
    U X11/xc/fonts/bdf/misc/clR6x13.bdf
    U X11/xc/fonts/bdf/misc/clR6x6.bdf
    U X11/xc/fonts/bdf/misc/clR6x8.bdf
    U X11/xc/fonts/bdf/misc/clR7x10.bdf
    U X11/xc/fonts/bdf/misc/clR7x12.bdf
    U X11/xc/fonts/bdf/misc/clR7x14.bdf
    U X11/xc/fonts/bdf/misc/clR7x8.bdf
    U X11/xc/fonts/bdf/misc/clR8x10.bdf
    U X11/xc/fonts/bdf/misc/clR8x12.bdf
    U X11/xc/fonts/bdf/misc/clR8x13.bdf
    U X11/xc/fonts/bdf/misc/clR8x14.bdf
    U X11/xc/fonts/bdf/misc/clR8x16.bdf
    U X11/xc/fonts/bdf/misc/clR8x8.bdf
    U X11/xc/fonts/bdf/misc/clR9x15.bdf
    U X11/xc/fonts/bdf/misc/deccurs.bdf
    U X11/xc/fonts/bdf/misc/decsess.bdf
    U X11/xc/fonts/bdf/misc/gb16fs.bdf
    U X11/xc/fonts/bdf/misc/fonts.alias
    U X11/xc/fonts/bdf/misc/gb16st.bdf
    U X11/xc/fonts/bdf/misc/gb24st.bdf
    U X11/xc/fonts/bdf/misc/hanglg16.bdf
    U X11/xc/fonts/bdf/misc/hanglm16.bdf
    U X11/xc/fonts/bdf/misc/hanglm24.bdf
    U X11/xc/fonts/bdf/misc/heb6x13.bdf
    U X11/xc/fonts/bdf/misc/heb8x13.bdf
    U X11/xc/fonts/bdf/misc/jiskan16.bdf
    U X11/xc/fonts/bdf/misc/jiskan24.bdf
    U X11/xc/fonts/bdf/misc/nil2.bdf
    U X11/xc/fonts/bdf/misc/olcursor.bdf
    U X11/xc/fonts/bdf/misc/olgl10.bdf
    U X11/xc/fonts/bdf/misc/olgl12.bdf
    U X11/xc/fonts/bdf/misc/olgl14.bdf
    U X11/xc/fonts/bdf/misc/olgl19.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTBI__24.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/UTB___24.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB08.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charB24.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI08.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI10.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI12.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI14.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI18.bdf
    U X11/xc/fonts/bdf/unnec_100dpi/charBI24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTBI__24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/UTB___24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB08.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charB24.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI08.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI10.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI12.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI14.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI18.bdf
    U X11/xc/fonts/bdf/unnec_75dpi/charBI24.bdf
    U X11/xc/fonts/scaled/Imakefile
    U X11/xc/fonts/scaled/Speedo/COPYRIGHT
    U X11/xc/fonts/scaled/Speedo/fonts.scale
    U X11/xc/fonts/scaled/Speedo/Imakefile
    U X11/xc/fonts/scaled/Speedo/font0419.spd
    U X11/xc/fonts/scaled/Speedo/font0582.spd
    U X11/xc/fonts/scaled/Speedo/font0583.spd
    U X11/xc/fonts/scaled/Speedo/font0611.spd
    U X11/xc/fonts/scaled/Speedo/font0648.spd
    U X11/xc/fonts/scaled/Speedo/font0649.spd
    U X11/xc/fonts/scaled/Speedo/font0709.spd
    U X11/xc/fonts/scaled/Speedo/font0710.spd
    U X11/xc/fonts/scaled/Type1/COPYRIGHT.IBM
    U X11/xc/fonts/scaled/Type1/Copyright
    U X11/xc/fonts/scaled/Type1/Imakefile
    U X11/xc/fonts/scaled/Type1/UTBI____.afm
    U X11/xc/fonts/scaled/Type1/UTBI____.pfa
    U X11/xc/fonts/scaled/Type1/UTB_____.afm
    U X11/xc/fonts/scaled/Type1/UTB_____.pfa
    U X11/xc/fonts/scaled/Type1/UTI_____.afm
    U X11/xc/fonts/scaled/Type1/UTI_____.pfa
    U X11/xc/fonts/scaled/Type1/UTRG____.afm
    U X11/xc/fonts/scaled/Type1/UTRG____.pfa
    U X11/xc/fonts/scaled/Type1/c0419bt_.afm
    U X11/xc/fonts/scaled/Type1/c0419bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0582bt_.afm
    U X11/xc/fonts/scaled/Type1/c0582bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0583bt_.afm
    U X11/xc/fonts/scaled/Type1/c0583bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0611bt_.afm
    U X11/xc/fonts/scaled/Type1/c0611bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0632bt_.afm
    U X11/xc/fonts/scaled/Type1/cour.afm
    U X11/xc/fonts/scaled/Type1/c0632bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0633bt_.afm
    U X11/xc/fonts/scaled/Type1/c0633bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0648bt_.afm
    U X11/xc/fonts/scaled/Type1/c0648bt_.pfb
    U X11/xc/fonts/scaled/Type1/c0649bt_.afm
    U X11/xc/fonts/scaled/Type1/c0649bt_.pfb
    U X11/xc/fonts/scaled/Type1/cour.pfa
    U X11/xc/fonts/scaled/Type1/courb.afm
    U X11/xc/fonts/scaled/Type1/courb.pfa
    U X11/xc/fonts/scaled/Type1/courbi.afm
    U X11/xc/fonts/scaled/Type1/courbi.pfa
    U X11/xc/fonts/scaled/Type1/couri.afm
    U X11/xc/fonts/scaled/Type1/couri.pfa
    U X11/xc/fonts/scaled/Type1/fonts.scale
    U X11/xc/include/Xatom.h
    U X11/xc/include/DECkeysym.h
    U X11/xc/include/HPkeysym.h
    U X11/xc/include/Imakefile
    U X11/xc/include/Sunkeysym.h
    U X11/xc/include/X.h
    U X11/xc/include/XWDFile.h
    U X11/xc/include/Xalloca.h
    U X11/xc/include/ap_keysym.h
    U X11/xc/include/Xfuncproto.h
    U X11/xc/include/Xfuncs.h
    U X11/xc/include/Xmd.h
    U X11/xc/include/Xos.h
    U X11/xc/include/Xos_r.h
    U X11/xc/include/Xosdefs.h
    U X11/xc/include/Xpoll.h
    U X11/xc/include/Xproto.h
    U X11/xc/include/Xprotostr.h
    U X11/xc/include/Xthreads.h
    U X11/xc/include/Xw32defs.h
    U X11/xc/include/Xwinsock.h
    U X11/xc/include/keysym.h
    U X11/xc/include/keysymdef.h
    U X11/xc/include/bitmaps/1x1
    U X11/xc/include/bitmaps/2x2
    U X11/xc/include/bitmaps/black
    U X11/xc/include/bitmaps/Imakefile
    U X11/xc/include/bitmaps/boxes
    U X11/xc/include/bitmaps/calculator
    U X11/xc/include/bitmaps/cntr_ptr
    U X11/xc/include/bitmaps/cntr_ptrmsk
    U X11/xc/include/bitmaps/cross_weave
    U X11/xc/include/bitmaps/dimple1
    U X11/xc/include/bitmaps/dimple3
    U X11/xc/include/bitmaps/dot
    U X11/xc/include/bitmaps/dropbar7
    U X11/xc/include/bitmaps/dropbar8
    U X11/xc/include/bitmaps/escherknot
    U X11/xc/include/bitmaps/flagdown
    U X11/xc/include/bitmaps/flagup
    U X11/xc/include/bitmaps/flipped_gray
    U X11/xc/include/bitmaps/gray
    U X11/xc/include/bitmaps/gray1
    U X11/xc/include/bitmaps/gray3
    U X11/xc/include/bitmaps/grid16
    U X11/xc/include/bitmaps/grid2
    U X11/xc/include/bitmaps/grid4
    U X11/xc/include/bitmaps/grid8
    U X11/xc/include/bitmaps/hlines2
    U X11/xc/include/bitmaps/hlines3
    U X11/xc/include/bitmaps/icon
    U X11/xc/include/bitmaps/keyboard16
    U X11/xc/include/bitmaps/left_ptr
    U X11/xc/include/bitmaps/left_ptrmsk
    U X11/xc/include/bitmaps/letters
    U X11/xc/include/bitmaps/light_gray
    U X11/xc/include/bitmaps/mailempty
    U X11/xc/include/bitmaps/mailemptymsk
    U X11/xc/include/bitmaps/mailfull
    U X11/xc/include/bitmaps/mailfullmsk
    U X11/xc/include/bitmaps/mensetmanus
    U X11/xc/include/bitmaps/menu10
    U X11/xc/include/bitmaps/menu12
    U X11/xc/include/bitmaps/menu16
    U X11/xc/include/bitmaps/menu6
    U X11/xc/include/bitmaps/menu8
    U X11/xc/include/bitmaps/noletters
    U X11/xc/include/bitmaps/opendot
    U X11/xc/include/bitmaps/opendotMask
    U X11/xc/include/bitmaps/plaid
    U X11/xc/include/bitmaps/right_ptr
    U X11/xc/include/bitmaps/right_ptrmsk
    U X11/xc/include/bitmaps/root_weave
    U X11/xc/include/bitmaps/scales
    U X11/xc/include/bitmaps/sipb
    U X11/xc/include/bitmaps/star
    U X11/xc/include/bitmaps/starMask
    U X11/xc/include/bitmaps/stipple
    U X11/xc/include/bitmaps/target
    U X11/xc/include/bitmaps/terminal
    U X11/xc/include/bitmaps/tie_fighter
    U X11/xc/include/bitmaps/vlines2
    U X11/xc/include/bitmaps/vlines3
    U X11/xc/include/bitmaps/weird_size
    U X11/xc/include/bitmaps/wide_weave
    U X11/xc/include/bitmaps/wingdogs
    U X11/xc/include/bitmaps/woman
    U X11/xc/include/bitmaps/xfd_icon
    U X11/xc/include/bitmaps/xlogo11
    U X11/xc/include/bitmaps/xlogo16
    U X11/xc/include/bitmaps/xlogo32
    U X11/xc/include/bitmaps/xlogo64
    U X11/xc/include/bitmaps/xsnow
    U X11/xc/include/extensions/dpms.h
    U X11/xc/include/extensions/Imakefile
    U X11/xc/include/extensions/MITMisc.h
    U X11/xc/include/extensions/Print.h
    U X11/xc/include/extensions/Printstr.h
    U X11/xc/include/extensions/XI.h
    U X11/xc/include/extensions/XIE.h
    U X11/xc/include/extensions/XIEproto.h
    U X11/xc/include/extensions/XIEprotost.h
    U X11/xc/include/extensions/XInput.h
    U X11/xc/include/extensions/XIproto.h
    U X11/xc/include/extensions/XKB.h
    U X11/xc/include/extensions/XKBgeom.h
    U X11/xc/include/extensions/XKBproto.h
    U X11/xc/include/extensions/XKBsrv.h
    U X11/xc/include/extensions/XKBstr.h
    U X11/xc/include/extensions/XLbx.h
    U X11/xc/include/extensions/XShm.h
    U X11/xc/include/extensions/XTest.h
    U X11/xc/include/extensions/Xag.h
    U X11/xc/include/extensions/Xagsrv.h
    U X11/xc/include/extensions/Xagstr.h
    U X11/xc/include/extensions/Xdbe.h
    U X11/xc/include/extensions/Xdbeproto.h
    U X11/xc/include/extensions/Xext.h
    U X11/xc/include/extensions/bigreqstr.h
    U X11/xc/include/extensions/dpmsstr.h
    U X11/xc/include/extensions/xtestext1.h
    U X11/xc/include/extensions/extutil.h
    U X11/xc/include/extensions/lbxbuf.h
    U X11/xc/include/extensions/lbxbufstr.h
    U X11/xc/include/extensions/lbxdeltastr.h
    U X11/xc/include/extensions/lbximage.h
    U X11/xc/include/extensions/lbxopts.h
    U X11/xc/include/extensions/lbxstr.h
    U X11/xc/include/extensions/lbxzlib.h
    U X11/xc/include/extensions/mitmiscstr.h
    U X11/xc/include/extensions/multibuf.h
    U X11/xc/include/extensions/multibufst.h
    U X11/xc/include/extensions/record.h
    U X11/xc/include/extensions/recordstr.h
    U X11/xc/include/extensions/saver.h
    U X11/xc/include/extensions/saverproto.h
    U X11/xc/include/extensions/scrnsaver.h
    U X11/xc/include/extensions/security.h
    U X11/xc/include/extensions/securstr.h
    U X11/xc/include/extensions/shape.h
    U X11/xc/include/extensions/shapestr.h
    U X11/xc/include/extensions/shmstr.h
    U X11/xc/include/extensions/sync.h
    U X11/xc/include/extensions/syncstr.h
    U X11/xc/include/extensions/xcmiscstr.h
    U X11/xc/include/extensions/xf86dga.h
    U X11/xc/include/extensions/xf86dgastr.h
    U X11/xc/include/extensions/xf86misc.h
    U X11/xc/include/extensions/xf86mscstr.h
    U X11/xc/include/extensions/xf86vmode.h
    U X11/xc/include/extensions/xf86vmstr.h
    U X11/xc/include/extensions/xteststr.h
    U X11/xc/include/fonts/FS.h
    U X11/xc/include/fonts/FSproto.h
    U X11/xc/include/fonts/Imakefile
    U X11/xc/include/fonts/font.h
    U X11/xc/include/fonts/fontstruct.h
    U X11/xc/include/fonts/fsmasks.h
    U X11/xc/lib/Imakefile
    U X11/xc/lib/FS/FSClServ.c
    U X11/xc/lib/FS/FSCloseFt.c
    U X11/xc/lib/FS/FSConnServ.c
    U X11/xc/lib/FS/FSErrDis.c
    U X11/xc/lib/FS/FSErrHndlr.c
    U X11/xc/lib/FS/FSFlush.c
    U X11/xc/lib/FS/FSFontInfo.c
    U X11/xc/lib/FS/FSFtNames.c
    U X11/xc/lib/FS/FSGetCats.c
    U X11/xc/lib/FS/FSListCats.c
    U X11/xc/lib/FS/FSListExt.c
    U X11/xc/lib/FS/FSMisc.c
    U X11/xc/lib/FS/FSNextEv.c
    U X11/xc/lib/FS/FSOpenFont.c
    U X11/xc/lib/FS/FSOpenServ.c
    U X11/xc/lib/FS/FSQGlyphs.c
    U X11/xc/lib/FS/FSQXExt.c
    U X11/xc/lib/FS/FSQXInfo.c
    U X11/xc/lib/FS/FSQuExt.c
    U X11/xc/lib/FS/FSServName.c
    U X11/xc/lib/FS/FSSetCats.c
    U X11/xc/lib/FS/FSSync.c
    U X11/xc/lib/FS/FSSynchro.c
    U X11/xc/lib/FS/FSlib.h
    U X11/xc/lib/FS/FSlibInt.c
    U X11/xc/lib/FS/FSlibint.h
    U X11/xc/lib/FS/FSlibos.h
    U X11/xc/lib/FS/Imakefile
    U X11/xc/lib/ICE/ICEos2.rsp
    U X11/xc/lib/ICE/ICE-def.cpp
    U X11/xc/lib/ICE/ICE.h
    U X11/xc/lib/ICE/ICEconn.h
    U X11/xc/lib/ICE/ICElib.h
    U X11/xc/lib/ICE/ICElibint.h
    U X11/xc/lib/ICE/ICEmsg.h
    U X11/xc/lib/ICE/ICEos2.def
    U X11/xc/lib/ICE/ICEproto.h
    U X11/xc/lib/ICE/ICEutil.h
    U X11/xc/lib/ICE/Imakefile
    U X11/xc/lib/ICE/accept.c
    U X11/xc/lib/ICE/authutil.c
    U X11/xc/lib/ICE/connect.c
    U X11/xc/lib/ICE/error.c
    U X11/xc/lib/ICE/getauth.c
    U X11/xc/lib/ICE/globals.h
    U X11/xc/lib/ICE/iceauth.c
    U X11/xc/lib/ICE/listen.c
    U X11/xc/lib/ICE/listenwk.c
    U X11/xc/lib/ICE/locking.c
    U X11/xc/lib/ICE/misc.c
    U X11/xc/lib/ICE/ping.c
    U X11/xc/lib/ICE/process.c
    U X11/xc/lib/ICE/protosetup.c
    U X11/xc/lib/ICE/register.c
    U X11/xc/lib/ICE/replywait.c
    U X11/xc/lib/ICE/setauth.c
    U X11/xc/lib/ICE/shutdown.c
    U X11/xc/lib/ICE/watch.c
    U X11/xc/lib/PEX5/PEX5os2.def
    U X11/xc/lib/PEX5/Imakefile
    U X11/xc/lib/PEX5/PEX.h
    U X11/xc/lib/PEX5/PEX5-def.cpp
    U X11/xc/lib/PEX5/PEX5os2.rsp
    U X11/xc/lib/PEX5/PEXlib.h
    U X11/xc/lib/PEX5/PEXlibint.h
    U X11/xc/lib/PEX5/PEXproto.h
    U X11/xc/lib/PEX5/PEXprotost.h
    U X11/xc/lib/PEX5/jump_funcs
    U X11/xc/lib/PEX5/jump_ignore
    U X11/xc/lib/PEX5/jump_vars
    U X11/xc/lib/PEX5/pl_convert.c
    U X11/xc/lib/PEX5/pl_convert.h
    U X11/xc/lib/PEX5/pl_escape.c
    U X11/xc/lib/PEX5/pl_extract.h
    U X11/xc/lib/PEX5/pl_font.c
    U X11/xc/lib/PEX5/pl_free.c
    U X11/xc/lib/PEX5/pl_global.h
    U X11/xc/lib/PEX5/pl_lut.c
    U X11/xc/lib/PEX5/pl_lut.h
    U X11/xc/lib/PEX5/pl_oc_dec.c
    U X11/xc/lib/PEX5/pl_nameset.c
    U X11/xc/lib/PEX5/pl_oc_attr.c
    U X11/xc/lib/PEX5/pl_oc_enc.c
    U X11/xc/lib/PEX5/pl_oc_prim.c
    U X11/xc/lib/PEX5/pl_oc_str.c
    U X11/xc/lib/PEX5/pl_oc_util.c
    U X11/xc/lib/PEX5/pl_oc_util.h
    U X11/xc/lib/PEX5/pl_pc.c
    U X11/xc/lib/PEX5/pl_pick.c
    U X11/xc/lib/PEX5/pl_rdr.c
    U X11/xc/lib/PEX5/pl_sc.c
    U X11/xc/lib/PEX5/pl_startup.c
    U X11/xc/lib/PEX5/pl_store.h
    U X11/xc/lib/PEX5/pl_struct.c
    U X11/xc/lib/PEX5/pl_util.c
    U X11/xc/lib/PEX5/pl_util.h
    U X11/xc/lib/PEX5/pl_wks.c
    U X11/xc/lib/PEX5/pl_xdata.h
    U X11/xc/lib/SM/SMos2.rsp
    U X11/xc/lib/SM/Imakefile
    U X11/xc/lib/SM/SM-def.cpp
    U X11/xc/lib/SM/SM.h
    U X11/xc/lib/SM/SMlib.h
    U X11/xc/lib/SM/SMlibint.h
    U X11/xc/lib/SM/SMos2.def
    U X11/xc/lib/SM/SMproto.h
    U X11/xc/lib/SM/globals.h
    U X11/xc/lib/SM/sm_auth.c
    U X11/xc/lib/SM/sm_client.c
    U X11/xc/lib/SM/sm_error.c
    U X11/xc/lib/SM/sm_genid.c
    U X11/xc/lib/SM/sm_manager.c
    U X11/xc/lib/SM/sm_misc.c
    U X11/xc/lib/SM/sm_process.c
    U X11/xc/lib/X11/X11os2.rsp
    U X11/xc/lib/X11/AddDIC.c
    U X11/xc/lib/X11/AddSF.c
    U X11/xc/lib/X11/AllCells.c
    U X11/xc/lib/X11/AllPlanes.c
    U X11/xc/lib/X11/AllowEv.c
    U X11/xc/lib/X11/AutoRep.c
    U X11/xc/lib/X11/Backgnd.c
    U X11/xc/lib/X11/BdrWidth.c
    U X11/xc/lib/X11/Bell.c
    U X11/xc/lib/X11/Border.c
    U X11/xc/lib/X11/CCC.c
    U X11/xc/lib/X11/ChAccCon.c
    U X11/xc/lib/X11/ChActPGb.c
    U X11/xc/lib/X11/ChClMode.c
    U X11/xc/lib/X11/ChCmap.c
    U X11/xc/lib/X11/ChGC.c
    U X11/xc/lib/X11/ChKeyCon.c
    U X11/xc/lib/X11/ChPntCon.c
    U X11/xc/lib/X11/ChProp.c
    U X11/xc/lib/X11/ChSaveSet.c
    U X11/xc/lib/X11/ChWAttrs.c
    U X11/xc/lib/X11/ChWindow.c
    U X11/xc/lib/X11/ChkIfEv.c
    U X11/xc/lib/X11/ChkMaskEv.c
    U X11/xc/lib/X11/ChkTypEv.c
    U X11/xc/lib/X11/ChkTypWEv.c
    U X11/xc/lib/X11/ChkWinEv.c
    U X11/xc/lib/X11/CirWin.c
    U X11/xc/lib/X11/CirWinDn.c
    U X11/xc/lib/X11/CirWinUp.c
    U X11/xc/lib/X11/ClDisplay.c
    U X11/xc/lib/X11/Clear.c
    U X11/xc/lib/X11/ClearArea.c
    U X11/xc/lib/X11/ConfWind.c
    U X11/xc/lib/X11/ConnDis.c
    U X11/xc/lib/X11/Context.c
    U X11/xc/lib/X11/ConvSel.c
    U X11/xc/lib/X11/CopyArea.c
    U X11/xc/lib/X11/CopyCmap.c
    U X11/xc/lib/X11/CopyGC.c
    U X11/xc/lib/X11/CopyPlane.c
    U X11/xc/lib/X11/CrBFData.c
    U X11/xc/lib/X11/CrCmap.c
    U X11/xc/lib/X11/CrCursor.c
    U X11/xc/lib/X11/CrGC.c
    U X11/xc/lib/X11/CrGlCur.c
    U X11/xc/lib/X11/CrPFBData.c
    U X11/xc/lib/X11/CrPixmap.c
    U X11/xc/lib/X11/CrWindow.c
    U X11/xc/lib/X11/Cursor.c
    U X11/xc/lib/X11/CvColW.c
    U X11/xc/lib/X11/CvCols.c
    U X11/xc/lib/X11/DefCursor.c
    U X11/xc/lib/X11/DelProp.c
    U X11/xc/lib/X11/Depths.c
    U X11/xc/lib/X11/DestSubs.c
    U X11/xc/lib/X11/DestWind.c
    U X11/xc/lib/X11/DisName.c
    U X11/xc/lib/X11/DrArc.c
    U X11/xc/lib/X11/DrArcs.c
    U X11/xc/lib/X11/DrLine.c
    U X11/xc/lib/X11/DrLines.c
    U X11/xc/lib/X11/DrPoint.c
    U X11/xc/lib/X11/DrPoints.c
    U X11/xc/lib/X11/DrRect.c
    U X11/xc/lib/X11/DrRects.c
    U X11/xc/lib/X11/DrSegs.c
    U X11/xc/lib/X11/ErrDes.c
    U X11/xc/lib/X11/ErrHndlr.c
    U X11/xc/lib/X11/EvToWire.c
    U X11/xc/lib/X11/FSSaver.c
    U X11/xc/lib/X11/FSWrap.c
    U X11/xc/lib/X11/FetchName.c
    U X11/xc/lib/X11/FillArc.c
    U X11/xc/lib/X11/Flush.c
    U X11/xc/lib/X11/FillArcs.c
    U X11/xc/lib/X11/FillPoly.c
    U X11/xc/lib/X11/FillRct.c
    U X11/xc/lib/X11/FillRcts.c
    U X11/xc/lib/X11/FilterEv.c
    U X11/xc/lib/X11/Font.c
    U X11/xc/lib/X11/FontInfo.c
    U X11/xc/lib/X11/FontNames.c
    U X11/xc/lib/X11/FreeCmap.c
    U X11/xc/lib/X11/FreeCols.c
    U X11/xc/lib/X11/FreeCurs.c
    U X11/xc/lib/X11/FreeEData.c
    U X11/xc/lib/X11/FreeGC.c
    U X11/xc/lib/X11/FreePix.c
    U X11/xc/lib/X11/GCMisc.c
    U X11/xc/lib/X11/Geom.c
    U X11/xc/lib/X11/GetAtomNm.c
    U X11/xc/lib/X11/GetColor.c
    U X11/xc/lib/X11/GetDflt.c
    U X11/xc/lib/X11/GetFPath.c
    U X11/xc/lib/X11/GetFProp.c
    U X11/xc/lib/X11/GetGCVals.c
    U X11/xc/lib/X11/GetGeom.c
    U X11/xc/lib/X11/GetHColor.c
    U X11/xc/lib/X11/GetHints.c
    U X11/xc/lib/X11/GetIFocus.c
    U X11/xc/lib/X11/GetImage.c
    U X11/xc/lib/X11/GetKCnt.c
    U X11/xc/lib/X11/GetMoEv.c
    U X11/xc/lib/X11/GetNrmHint.c
    U X11/xc/lib/X11/GetPCnt.c
    U X11/xc/lib/X11/GetPntMap.c
    U X11/xc/lib/X11/GetProp.c
    U X11/xc/lib/X11/GetRGBCMap.c
    U X11/xc/lib/X11/GetSOwner.c
    U X11/xc/lib/X11/GetSSaver.c
    U X11/xc/lib/X11/GetStCmap.c
    U X11/xc/lib/X11/GetTxtProp.c
    U X11/xc/lib/X11/GetWAttrs.c
    U X11/xc/lib/X11/GetWMCMapW.c
    U X11/xc/lib/X11/GetWMProto.c
    U X11/xc/lib/X11/GrButton.c
    U X11/xc/lib/X11/GrKey.c
    U X11/xc/lib/X11/GrKeybd.c
    U X11/xc/lib/X11/GrPointer.c
    U X11/xc/lib/X11/GrServer.c
    U X11/xc/lib/X11/HVC.c
    U X11/xc/lib/X11/HVCGcC.c
    U X11/xc/lib/X11/HVCGcV.c
    U X11/xc/lib/X11/HVCGcVC.c
    U X11/xc/lib/X11/HVCMnV.c
    U X11/xc/lib/X11/HVCMxC.c
    U X11/xc/lib/X11/HVCMxV.c
    U X11/xc/lib/X11/HVCMxVC.c
    U X11/xc/lib/X11/HVCMxVs.c
    U X11/xc/lib/X11/HVCWpAj.c
    U X11/xc/lib/X11/Host.c
    U X11/xc/lib/X11/ICWrap.c
    U X11/xc/lib/X11/IMWrap.c
    U X11/xc/lib/X11/Iconify.c
    U X11/xc/lib/X11/IdOfPr.c
    U X11/xc/lib/X11/IfEvent.c
    U X11/xc/lib/X11/ImText.c
    U X11/xc/lib/X11/ImText16.c
    U X11/xc/lib/X11/ImUtil.c
    U X11/xc/lib/X11/Imakefile
    U X11/xc/lib/X11/InitExt.c
    U X11/xc/lib/X11/InsCmap.c
    U X11/xc/lib/X11/IntAtom.c
    U X11/xc/lib/X11/KeyBind.c
    U X11/xc/lib/X11/KeysymStr.c
    U X11/xc/lib/X11/KillCl.c
    U X11/xc/lib/X11/LRGB.c
    U X11/xc/lib/X11/Lab.c
    U X11/xc/lib/X11/LabGcC.c
    U X11/xc/lib/X11/LabGcL.c
    U X11/xc/lib/X11/LabGcLC.c
    U X11/xc/lib/X11/LabMnL.c
    U X11/xc/lib/X11/LabMxC.c
    U X11/xc/lib/X11/LabMxL.c
    U X11/xc/lib/X11/LabMxLC.c
    U X11/xc/lib/X11/LabWpAj.c
    U X11/xc/lib/X11/LiHosts.c
    U X11/xc/lib/X11/LiICmaps.c
    U X11/xc/lib/X11/LiProps.c
    U X11/xc/lib/X11/ListExt.c
    U X11/xc/lib/X11/LoadFont.c
    U X11/xc/lib/X11/LockDis.c
    U X11/xc/lib/X11/LookupCol.c
    U X11/xc/lib/X11/LowerWin.c
    U X11/xc/lib/X11/Luv.c
    U X11/xc/lib/X11/LuvGcC.c
    U X11/xc/lib/X11/LuvGcL.c
    U X11/xc/lib/X11/LuvGcLC.c
    U X11/xc/lib/X11/LuvMnL.c
    U X11/xc/lib/X11/LuvMxC.c
    U X11/xc/lib/X11/LuvMxL.c
    U X11/xc/lib/X11/LuvMxLC.c
    U X11/xc/lib/X11/LuvWpAj.c
    U X11/xc/lib/X11/Macros.c
    U X11/xc/lib/X11/MapRaised.c
    U X11/xc/lib/X11/MapSubs.c
    U X11/xc/lib/X11/Misc.c
    U X11/xc/lib/X11/MapWindow.c
    U X11/xc/lib/X11/MaskEvent.c
    U X11/xc/lib/X11/ModMap.c
    U X11/xc/lib/X11/MoveWin.c
    U X11/xc/lib/X11/NextEvent.c
    U X11/xc/lib/X11/OCWrap.c
    U X11/xc/lib/X11/OMWrap.c
    U X11/xc/lib/X11/OfCCC.c
    U X11/xc/lib/X11/OpenDis.c
    U X11/xc/lib/X11/ParseCmd.c
    U X11/xc/lib/X11/ParseCol.c
    U X11/xc/lib/X11/ParseGeom.c
    U X11/xc/lib/X11/PeekEvent.c
    U X11/xc/lib/X11/PeekIfEv.c
    U X11/xc/lib/X11/Pending.c
    U X11/xc/lib/X11/PixFormats.c
    U X11/xc/lib/X11/PmapBgnd.c
    U X11/xc/lib/X11/PmapBord.c
    U X11/xc/lib/X11/PolyReg.c
    U X11/xc/lib/X11/PolyTxt.c
    U X11/xc/lib/X11/PolyTxt16.c
    U X11/xc/lib/X11/PrOfId.c
    U X11/xc/lib/X11/PropAlloc.c
    U X11/xc/lib/X11/PutBEvent.c
    U X11/xc/lib/X11/PutImage.c
    U X11/xc/lib/X11/QBlack.c
    U X11/xc/lib/X11/QBlue.c
    U X11/xc/lib/X11/QGreen.c
    U X11/xc/lib/X11/QRed.c
    U X11/xc/lib/X11/QWhite.c
    U X11/xc/lib/X11/QuBest.c
    U X11/xc/lib/X11/QuCol.c
    U X11/xc/lib/X11/QuColor.c
    U X11/xc/lib/X11/QuColors.c
    U X11/xc/lib/X11/QuCols.c
    U X11/xc/lib/X11/QuCurShp.c
    U X11/xc/lib/X11/QuExt.c
    U X11/xc/lib/X11/QuKeybd.c
    U X11/xc/lib/X11/QuPntr.c
    U X11/xc/lib/X11/QuStipShp.c
    U X11/xc/lib/X11/QuTextE16.c
    U X11/xc/lib/X11/QuTextExt.c
    U X11/xc/lib/X11/QuTileShp.c
    U X11/xc/lib/X11/QuTree.c
    U X11/xc/lib/X11/Quarks.c
    U X11/xc/lib/X11/RaiseWin.c
    U X11/xc/lib/X11/RdBitF.c
    U X11/xc/lib/X11/RecolorC.c
    U X11/xc/lib/X11/ReconfWM.c
    U X11/xc/lib/X11/ReconfWin.c
    U X11/xc/lib/X11/Region.c
    U X11/xc/lib/X11/RegstFlt.c
    U X11/xc/lib/X11/RepWindow.c
    U X11/xc/lib/X11/RestackWs.c
    U X11/xc/lib/X11/RotProp.c
    U X11/xc/lib/X11/ScrResStr.c
    U X11/xc/lib/X11/SelInput.c
    U X11/xc/lib/X11/SendEvent.c
    U X11/xc/lib/X11/SetBack.c
    U X11/xc/lib/X11/SetCCC.c
    U X11/xc/lib/X11/SetCRects.c
    U X11/xc/lib/X11/SetClMask.c
    U X11/xc/lib/X11/SetClOrig.c
    U X11/xc/lib/X11/SetDashes.c
    U X11/xc/lib/X11/SetFPath.c
    U X11/xc/lib/X11/SetFont.c
    U X11/xc/lib/X11/SetFore.c
    U X11/xc/lib/X11/SetFunc.c
    U X11/xc/lib/X11/SetGetCols.c
    U X11/xc/lib/X11/SetHints.c
    U X11/xc/lib/X11/SetIFocus.c
    U X11/xc/lib/X11/SetLStyle.c
    U X11/xc/lib/X11/SetLocale.c
    U X11/xc/lib/X11/SetNrmHint.c
    U X11/xc/lib/X11/SetPMask.c
    U X11/xc/lib/X11/SetPntMap.c
    U X11/xc/lib/X11/SetRGBCMap.c
    U X11/xc/lib/X11/SetSOwner.c
    U X11/xc/lib/X11/SetSSaver.c
    U X11/xc/lib/X11/SetStCmap.c
    U X11/xc/lib/X11/SetState.c
    U X11/xc/lib/X11/SetStip.c
    U X11/xc/lib/X11/SetTSOrig.c
    U X11/xc/lib/X11/SetTile.c
    U X11/xc/lib/X11/SetTxtProp.c
    U X11/xc/lib/X11/SetWMCMapW.c
    U X11/xc/lib/X11/SetWMProto.c
    U X11/xc/lib/X11/StBytes.c
    U X11/xc/lib/X11/StCol.c
    U X11/xc/lib/X11/StColor.c
    U X11/xc/lib/X11/StColors.c
    U X11/xc/lib/X11/StCols.c
    U X11/xc/lib/X11/StNColor.c
    U X11/xc/lib/X11/StName.c
    U X11/xc/lib/X11/StrKeysym.c
    U X11/xc/lib/X11/StrToText.c
    U X11/xc/lib/X11/Sync.c
    U X11/xc/lib/X11/Synchro.c
    U X11/xc/lib/X11/Text.c
    U X11/xc/lib/X11/Text16.c
    U X11/xc/lib/X11/TextExt.c
    U X11/xc/lib/X11/TextExt16.c
    U X11/xc/lib/X11/TextToStr.c
    U X11/xc/lib/X11/TrCoords.c
    U X11/xc/lib/X11/UNDEFINED.c
    U X11/xc/lib/X11/UndefCurs.c
    U X11/xc/lib/X11/UngrabBut.c
    U X11/xc/lib/X11/UngrabKbd.c
    U X11/xc/lib/X11/UngrabKey.c
    U X11/xc/lib/X11/UngrabPtr.c
    U X11/xc/lib/X11/UngrabSvr.c
    U X11/xc/lib/X11/UninsCmap.c
    U X11/xc/lib/X11/UnldFont.c
    U X11/xc/lib/X11/UnmapSubs.c
    U X11/xc/lib/X11/UnmapWin.c
    U X11/xc/lib/X11/VisUtil.c
    U X11/xc/lib/X11/WMGeom.c
    U X11/xc/lib/X11/WMProps.c
    U X11/xc/lib/X11/WarpPtr.c
    U X11/xc/lib/X11/WinEvent.c
    U X11/xc/lib/X11/Window.c
    U X11/xc/lib/X11/Withdraw.c
    U X11/xc/lib/X11/WrBitF.c
    U X11/xc/lib/X11/X11-def.cpp
    U X11/xc/lib/X11/X11os2.def
    U X11/xc/lib/X11/Xcms.txt
    U X11/xc/lib/X11/XErrorDB
    U X11/xc/lib/X11/XKB.c
    U X11/xc/lib/X11/XKBAlloc.c
    U X11/xc/lib/X11/XKBBell.c
    U X11/xc/lib/X11/XKBBind.c
    U X11/xc/lib/X11/XKBCompat.c
    U X11/xc/lib/X11/XKBCtrls.c
    U X11/xc/lib/X11/XKBCvt.c
    U X11/xc/lib/X11/XKBExtDev.c
    U X11/xc/lib/X11/XKBGAlloc.c
    U X11/xc/lib/X11/XKBGeom.c
    U X11/xc/lib/X11/XKBGetByName.c
    U X11/xc/lib/X11/XKBGetMap.c
    U X11/xc/lib/X11/XKBList.c
    U X11/xc/lib/X11/XKBMAlloc.c
    U X11/xc/lib/X11/XKBMisc.c
    U X11/xc/lib/X11/XKBNames.c
    U X11/xc/lib/X11/XKBRdBuf.c
    U X11/xc/lib/X11/XKBSetGeom.c
    U X11/xc/lib/X11/XKBSetMap.c
    U X11/xc/lib/X11/XKBUse.c
    U X11/xc/lib/X11/XKBleds.c
    U X11/xc/lib/X11/XKBlib.h
    U X11/xc/lib/X11/XKBlibint.h
    U X11/xc/lib/X11/XKeysymDB
    U X11/xc/lib/X11/XRGB.c
    U X11/xc/lib/X11/XYZ.c
    U X11/xc/lib/X11/Xaixlcint.h
    U X11/xc/lib/X11/Xatomtype.h
    U X11/xc/lib/X11/Xcms.h
    U X11/xc/lib/X11/Xcmsint.h
    U X11/xc/lib/X11/XimImSw.h
    U X11/xc/lib/X11/XimProto.h
    U X11/xc/lib/X11/XimThai.h
    U X11/xc/lib/X11/XimTrInt.h
    U X11/xc/lib/X11/XimTrX.h
    U X11/xc/lib/X11/XimTrans.h
    U X11/xc/lib/X11/Ximint.h
    U X11/xc/lib/X11/XimintL.h
    U X11/xc/lib/X11/XimintP.h
    U X11/xc/lib/X11/XlcGeneric.h
    U X11/xc/lib/X11/XlcPubI.h
    U X11/xc/lib/X11/XlcPublic.h
    U X11/xc/lib/X11/XlcUTF.h
    U X11/xc/lib/X11/Xlcint.h
    U X11/xc/lib/X11/Xlib.h
    U X11/xc/lib/X11/XlibAsync.c
    U X11/xc/lib/X11/XlibInt.c
    U X11/xc/lib/X11/Xlibint.h
    U X11/xc/lib/X11/Xlocale.h
    U X11/xc/lib/X11/XomGeneric.h
    U X11/xc/lib/X11/Xresource.h
    U X11/xc/lib/X11/Xrm.c
    U X11/xc/lib/X11/XrmI.h
    U X11/xc/lib/X11/Xutil.h
    U X11/xc/lib/X11/Xvarargs.h
    U X11/xc/lib/X11/aixlcLoad.c
    U X11/xc/lib/X11/cmsAllCol.c
    U X11/xc/lib/X11/cmsAllNCol.c
    U X11/xc/lib/X11/cmsCmap.c
    U X11/xc/lib/X11/cmsColNm.c
    U X11/xc/lib/X11/cmsGlobls.c
    U X11/xc/lib/X11/cmsInt.c
    U X11/xc/lib/X11/cmsLkCol.c
    U X11/xc/lib/X11/cmsMath.c
    U X11/xc/lib/X11/cmsProp.c
    U X11/xc/lib/X11/cmsTrig.c
    U X11/xc/lib/X11/cursorfont.h
    U X11/xc/lib/X11/evtomask.c
    U X11/xc/lib/X11/globals.c
    U X11/xc/lib/X11/imCallbk.c
    U X11/xc/lib/X11/imConv.c
    U X11/xc/lib/X11/imDefFlt.c
    U X11/xc/lib/X11/imDefIc.c
    U X11/xc/lib/X11/imDefIm.c
    U X11/xc/lib/X11/imDefLkup.c
    U X11/xc/lib/X11/imInt.c
    U X11/xc/lib/X11/imDispch.c
    U X11/xc/lib/X11/imEvToWire.c
    U X11/xc/lib/X11/imExten.c
    U X11/xc/lib/X11/imImSw.c
    U X11/xc/lib/X11/imInsClbk.c
    U X11/xc/lib/X11/imLcFlt.c
    U X11/xc/lib/X11/imLcGIc.c
    U X11/xc/lib/X11/imLcIc.c
    U X11/xc/lib/X11/imLcIm.c
    U X11/xc/lib/X11/imLcLkup.c
    U X11/xc/lib/X11/imLcPrs.c
    U X11/xc/lib/X11/imLcSIc.c
    U X11/xc/lib/X11/imRm.c
    U X11/xc/lib/X11/imRmAttr.c
    U X11/xc/lib/X11/imThaiFlt.c
    U X11/xc/lib/X11/imThaiIc.c
    U X11/xc/lib/X11/imThaiIm.c
    U X11/xc/lib/X11/imTrX.c
    U X11/xc/lib/X11/imTrans.c
    U X11/xc/lib/X11/imTransR.c
    U X11/xc/lib/X11/jump_funcs
    U X11/xc/lib/X11/jump_ignore
    U X11/xc/lib/X11/jump_vars
    U X11/xc/lib/X11/lcCT.c
    U X11/xc/lib/X11/lcCharSet.c
    U X11/xc/lib/X11/lcConv.c
    U X11/xc/lib/X11/lcDB.c
    U X11/xc/lib/X11/lcDefConv.c
    U X11/xc/lib/X11/lcDynamic.c
    U X11/xc/lib/X11/lcEuc.c
    U X11/xc/lib/X11/lcFile.c
    U X11/xc/lib/X11/lcGenConv.c
    U X11/xc/lib/X11/lcGeneric.c
    U X11/xc/lib/X11/lcInit.c
    U X11/xc/lib/X11/lcJis.c
    U X11/xc/lib/X11/lcPrTxt.c
    U X11/xc/lib/X11/lcPubWrap.c
    U X11/xc/lib/X11/lcPublic.c
    U X11/xc/lib/X11/lcRM.c
    U X11/xc/lib/X11/lcSjis.c
    U X11/xc/lib/X11/lcStd.c
    U X11/xc/lib/X11/lcTxtPr.c
    U X11/xc/lib/X11/lcUTF.c
    U X11/xc/lib/X11/lcUtil.c
    U X11/xc/lib/X11/lcWrap.c
    U X11/xc/lib/X11/libX11.elist
    U X11/xc/lib/X11/locking.c
    U X11/xc/lib/X11/locking.h
    U X11/xc/lib/X11/mbWMProps.c
    U X11/xc/lib/X11/mbWrap.c
    U X11/xc/lib/X11/omDefault.c
    U X11/xc/lib/X11/omGeneric.c
    U X11/xc/lib/X11/omImText.c
    U X11/xc/lib/X11/omText.c
    U X11/xc/lib/X11/omTextEsc.c
    U X11/xc/lib/X11/omTextExt.c
    U X11/xc/lib/X11/omTextPer.c
    U X11/xc/lib/X11/omXChar.c
    U X11/xc/lib/X11/os2Stubs.c
    U X11/xc/lib/X11/poly.h
    U X11/xc/lib/X11/region.h
    U X11/xc/lib/X11/udcInf.c
    U X11/xc/lib/X11/uvY.c
    U X11/xc/lib/X11/wcWrap.c
    U X11/xc/lib/X11/xyY.c
    U X11/xc/lib/X11/util/mkks.sh
    U X11/xc/lib/X11/util/makekeys.c
    U X11/xc/lib/XIE/XIEos2.def
    U X11/xc/lib/XIE/Imakefile
    U X11/xc/lib/XIE/XIE-def.cpp
    U X11/xc/lib/XIE/XIElib.h
    U X11/xc/lib/XIE/XIElibint.h
    U X11/xc/lib/XIE/XIEos2.rsp
    U X11/xc/lib/XIE/abort.c
    U X11/xc/lib/XIE/await.c
    U X11/xc/lib/XIE/clientdata.c
    U X11/xc/lib/XIE/colorlist.c
    U X11/xc/lib/XIE/conven.c
    U X11/xc/lib/XIE/elements.c
    U X11/xc/lib/XIE/elements.h
    U X11/xc/lib/XIE/errors.c
    U X11/xc/lib/XIE/events.c
    U X11/xc/lib/XIE/free.c
    U X11/xc/lib/XIE/globals.h
    U X11/xc/lib/XIE/ieee.c
    U X11/xc/lib/XIE/init.c
    U X11/xc/lib/XIE/init.h
    U X11/xc/lib/XIE/jump_funcs
    U X11/xc/lib/XIE/jump_ignore
    U X11/xc/lib/XIE/jump_vars
    U X11/xc/lib/XIE/lut.c
    U X11/xc/lib/XIE/photoflo.c
    U X11/xc/lib/XIE/photomap.c
    U X11/xc/lib/XIE/photospace.c
    U X11/xc/lib/XIE/roi.c
    U X11/xc/lib/XIE/technique.c
    U X11/xc/lib/XIE/technique.h
    U X11/xc/lib/XIE/utils.c
    U X11/xc/lib/XThrStub/Imakefile
    U X11/xc/lib/XThrStub/UIThrStubs.c
    U X11/xc/lib/Xau/README
    U X11/xc/lib/Xau/AuDispose.c
    U X11/xc/lib/Xau/AuFileName.c
    U X11/xc/lib/Xau/AuGetAddr.c
    U X11/xc/lib/Xau/AuGetBest.c
    U X11/xc/lib/Xau/AuLock.c
    U X11/xc/lib/Xau/AuRead.c
    U X11/xc/lib/Xau/AuUnlock.c
    U X11/xc/lib/Xau/AuWrite.c
    U X11/xc/lib/Xau/Autest.c
    U X11/xc/lib/Xau/Imakefile
    U X11/xc/lib/Xau/Xauth.h
    U X11/xc/lib/Xau/k5encode.c
    U X11/xc/lib/Xaw/CHANGES
    U X11/xc/lib/Xaw/AllWidgets.c
    U X11/xc/lib/Xaw/AllWidgets.h
    U X11/xc/lib/Xaw/AsciiSink.c
    U X11/xc/lib/Xaw/AsciiSink.h
    U X11/xc/lib/Xaw/AsciiSinkP.h
    U X11/xc/lib/Xaw/AsciiSrc.c
    U X11/xc/lib/Xaw/AsciiSrc.h
    U X11/xc/lib/Xaw/AsciiSrcP.h
    U X11/xc/lib/Xaw/AsciiText.c
    U X11/xc/lib/Xaw/AsciiText.h
    U X11/xc/lib/Xaw/AsciiTextP.h
    U X11/xc/lib/Xaw/Box.c
    U X11/xc/lib/Xaw/Box.h
    U X11/xc/lib/Xaw/BoxP.h
    U X11/xc/lib/Xaw/Xawos2.rsp
    U X11/xc/lib/Xaw/Cardinals.h
    U X11/xc/lib/Xaw/Command.c
    U X11/xc/lib/Xaw/Command.h
    U X11/xc/lib/Xaw/CommandP.h
    U X11/xc/lib/Xaw/Dialog.c
    U X11/xc/lib/Xaw/Dialog.h
    U X11/xc/lib/Xaw/DialogP.h
    U X11/xc/lib/Xaw/Form.c
    U X11/xc/lib/Xaw/Form.h
    U X11/xc/lib/Xaw/FormP.h
    U X11/xc/lib/Xaw/Grip.c
    U X11/xc/lib/Xaw/Grip.h
    U X11/xc/lib/Xaw/GripP.h
    U X11/xc/lib/Xaw/Imakefile
    U X11/xc/lib/Xaw/Label.c
    U X11/xc/lib/Xaw/Label.h
    U X11/xc/lib/Xaw/LabelP.h
    U X11/xc/lib/Xaw/List.c
    U X11/xc/lib/Xaw/List.h
    U X11/xc/lib/Xaw/ListP.h
    U X11/xc/lib/Xaw/MenuButtoP.h
    U X11/xc/lib/Xaw/MenuButton.c
    U X11/xc/lib/Xaw/MenuButton.h
    U X11/xc/lib/Xaw/MultiSink.c
    U X11/xc/lib/Xaw/MultiSink.h
    U X11/xc/lib/Xaw/MultiSinkP.h
    U X11/xc/lib/Xaw/MultiSrc.c
    U X11/xc/lib/Xaw/MultiSrc.h
    U X11/xc/lib/Xaw/MultiSrcP.h
    U X11/xc/lib/Xaw/Paned.c
    U X11/xc/lib/Xaw/Paned.h
    U X11/xc/lib/Xaw/PanedP.h
    U X11/xc/lib/Xaw/Panner.c
    U X11/xc/lib/Xaw/Panner.h
    U X11/xc/lib/Xaw/PannerP.h
    U X11/xc/lib/Xaw/Porthole.c
    U X11/xc/lib/Xaw/Porthole.h
    U X11/xc/lib/Xaw/PortholeP.h
    U X11/xc/lib/Xaw/Repeater.c
    U X11/xc/lib/Xaw/Repeater.h
    U X11/xc/lib/Xaw/RepeaterP.h
    U X11/xc/lib/Xaw/Reports.h
    U X11/xc/lib/Xaw/Scrollbar.c
    U X11/xc/lib/Xaw/Scrollbar.h
    U X11/xc/lib/Xaw/ScrollbarP.h
    U X11/xc/lib/Xaw/Simple.c
    U X11/xc/lib/Xaw/Simple.h
    U X11/xc/lib/Xaw/SimpleMenP.h
    U X11/xc/lib/Xaw/SimpleMenu.c
    U X11/xc/lib/Xaw/SimpleMenu.h
    U X11/xc/lib/Xaw/SimpleP.h
    U X11/xc/lib/Xaw/Sme.c
    U X11/xc/lib/Xaw/Sme.h
    U X11/xc/lib/Xaw/SmeBSB.c
    U X11/xc/lib/Xaw/SmeBSB.h
    U X11/xc/lib/Xaw/SmeBSBP.h
    U X11/xc/lib/Xaw/SmeLine.c
    U X11/xc/lib/Xaw/SmeLine.h
    U X11/xc/lib/Xaw/SmeLineP.h
    U X11/xc/lib/Xaw/SmeP.h
    U X11/xc/lib/Xaw/StripCharP.h
    U X11/xc/lib/Xaw/StripChart.c
    U X11/xc/lib/Xaw/StripChart.h
    U X11/xc/lib/Xaw/Template.c
    U X11/xc/lib/Xaw/Template.h
    U X11/xc/lib/Xaw/TemplateP.h
    U X11/xc/lib/Xaw/Text.c
    U X11/xc/lib/Xaw/Text.h
    U X11/xc/lib/Xaw/TextAction.c
    U X11/xc/lib/Xaw/TextP.h
    U X11/xc/lib/Xaw/TextPop.c
    U X11/xc/lib/Xaw/TextSink.c
    U X11/xc/lib/Xaw/TextSink.h
    U X11/xc/lib/Xaw/TextSinkP.h
    U X11/xc/lib/Xaw/TextSrc.c
    U X11/xc/lib/Xaw/TextSrc.h
    U X11/xc/lib/Xaw/TextSrcP.h
    U X11/xc/lib/Xaw/TextTr.c
    U X11/xc/lib/Xaw/Toggle.c
    U X11/xc/lib/Xaw/Toggle.h
    U X11/xc/lib/Xaw/ToggleP.h
    U X11/xc/lib/Xaw/Tree.c
    U X11/xc/lib/Xaw/Tree.h
    U X11/xc/lib/Xaw/TreeP.h
    U X11/xc/lib/Xaw/Vendor.c
    U X11/xc/lib/Xaw/VendorEP.h
    U X11/xc/lib/Xaw/Viewport.c
    U X11/xc/lib/Xaw/Viewport.h
    U X11/xc/lib/Xaw/ViewportP.h
    U X11/xc/lib/Xaw/XawAlloc.h
    U X11/xc/lib/Xaw/XawI18n.c
    U X11/xc/lib/Xaw/XawI18n.h
    U X11/xc/lib/Xaw/XawIm.c
    U X11/xc/lib/Xaw/XawImP.h
    U X11/xc/lib/Xaw/XawInit.c
    U X11/xc/lib/Xaw/XawInit.h
    U X11/xc/lib/Xaw/Xawos2.def
    U X11/xc/lib/Xaw/genlist.sh
    U X11/xc/lib/Xaw/jump_funcs
    U X11/xc/lib/Xaw/jump_ignore
    U X11/xc/lib/Xaw/jump_vars
    U X11/xc/lib/Xaw/sharedlib.c
    U X11/xc/lib/Xbsd/Berklib.c
    U X11/xc/lib/Xbsd/Imakefile
    U X11/xc/lib/Xdmcp/A8Eq.c
    U X11/xc/lib/Xdmcp/AA16.c
    U X11/xc/lib/Xdmcp/AA32.c
    U X11/xc/lib/Xdmcp/AA8.c
    U X11/xc/lib/Xdmcp/Alloc.c
    U X11/xc/lib/Xdmcp/AofA8.c
    U X11/xc/lib/Xdmcp/CA8.c
    U X11/xc/lib/Xdmcp/CmpKey.c
    U X11/xc/lib/Xdmcp/DA16.c
    U X11/xc/lib/Xdmcp/DA32.c
    U X11/xc/lib/Xdmcp/DA8.c
    U X11/xc/lib/Xdmcp/DAofA8.c
    U X11/xc/lib/Xdmcp/DecKey.c
    U X11/xc/lib/Xdmcp/Fill.c
    U X11/xc/lib/Xdmcp/Flush.c
    U X11/xc/lib/Xdmcp/GenKey.c
    U X11/xc/lib/Xdmcp/Imakefile
    U X11/xc/lib/Xdmcp/IncKey.c
    U X11/xc/lib/Xdmcp/RA16.c
    U X11/xc/lib/Xdmcp/RA32.c
    U X11/xc/lib/Xdmcp/RA8.c
    U X11/xc/lib/Xdmcp/RAofA8.c
    U X11/xc/lib/Xdmcp/RC16.c
    U X11/xc/lib/Xdmcp/RC32.c
    U X11/xc/lib/Xdmcp/RC8.c
    U X11/xc/lib/Xdmcp/RHead.c
    U X11/xc/lib/Xdmcp/RR.c
    U X11/xc/lib/Xdmcp/RaA16.c
    U X11/xc/lib/Xdmcp/RaA32.c
    U X11/xc/lib/Xdmcp/RaA8.c
    U X11/xc/lib/Xdmcp/RaAoA8.c
    U X11/xc/lib/Xdmcp/Unwrap.c
    U X11/xc/lib/Xdmcp/WA16.c
    U X11/xc/lib/Xdmcp/WA32.c
    U X11/xc/lib/Xdmcp/WA8.c
    U X11/xc/lib/Xdmcp/WAofA8.c
    U X11/xc/lib/Xdmcp/WC16.c
    U X11/xc/lib/Xdmcp/WC32.c
    U X11/xc/lib/Xdmcp/WC8.c
    U X11/xc/lib/Xdmcp/Whead.c
    U X11/xc/lib/Xdmcp/Wrap.c
    U X11/xc/lib/Xdmcp/Wrap.h
    U X11/xc/lib/Xdmcp/Xdmcp.h
    U X11/xc/lib/Xdpms/DPMS.c
    U X11/xc/lib/Xdpms/Imakefile
    U X11/xc/lib/Xext/XTestExt1.c
    U X11/xc/lib/Xext/Imakefile
    U X11/xc/lib/Xext/MITMisc.c
    U X11/xc/lib/Xext/XAppgroup.c
    U X11/xc/lib/Xext/XLbx.c
    U X11/xc/lib/Xext/XMultibuf.c
    U X11/xc/lib/Xext/XSecurity.c
    U X11/xc/lib/Xext/XShape.c
    U X11/xc/lib/Xext/XShm.c
    U X11/xc/lib/Xext/XSync.c
    U X11/xc/lib/Xext/Xextos2.rsp
    U X11/xc/lib/Xext/Xdbe.c
    U X11/xc/lib/Xext/Xext-def.cpp
    U X11/xc/lib/Xext/Xextos2.def
    U X11/xc/lib/Xext/extutil.c
    U X11/xc/lib/Xext/globals.c
    U X11/xc/lib/Xi/Xios2.def
    U X11/xc/lib/Xi/Imakefile
    U X11/xc/lib/Xi/XAllowDv.c
    U X11/xc/lib/Xi/XChgDCtl.c
    U X11/xc/lib/Xi/XChgFCtl.c
    U X11/xc/lib/Xi/XChgKMap.c
    U X11/xc/lib/Xi/XChgKbd.c
    U X11/xc/lib/Xi/XChgPnt.c
    U X11/xc/lib/Xi/XChgProp.c
    U X11/xc/lib/Xi/XCloseDev.c
    U X11/xc/lib/Xi/XDevBell.c
    U X11/xc/lib/Xi/XExtInt.c
    U X11/xc/lib/Xi/XExtToWire.c
    U X11/xc/lib/Xi/XFreeLst.c
    U X11/xc/lib/Xi/XGMotion.c
    U X11/xc/lib/Xi/XGetBMap.c
    U X11/xc/lib/Xi/XGetDCtl.c
    U X11/xc/lib/Xi/XGetFCtl.c
    U X11/xc/lib/Xi/XGetKMap.c
    U X11/xc/lib/Xi/XGetMMap.c
    U X11/xc/lib/Xi/XGetProp.c
    U X11/xc/lib/Xi/XGetVers.c
    U X11/xc/lib/Xi/XGrDvBut.c
    U X11/xc/lib/Xi/XGrDvKey.c
    U X11/xc/lib/Xi/XGrabDev.c
    U X11/xc/lib/Xi/XGtFocus.c
    U X11/xc/lib/Xi/XGtSelect.c
    U X11/xc/lib/Xi/XIint.h
    U X11/xc/lib/Xi/XListDev.c
    U X11/xc/lib/Xi/XOpenDev.c
    U X11/xc/lib/Xi/XQueryDv.c
    U X11/xc/lib/Xi/XSelect.c
    U X11/xc/lib/Xi/XSetBMap.c
    U X11/xc/lib/Xi/XSetDVal.c
    U X11/xc/lib/Xi/XSetMMap.c
    U X11/xc/lib/Xi/XSetMode.c
    U X11/xc/lib/Xi/XSndExEv.c
    U X11/xc/lib/Xi/XStFocus.c
    U X11/xc/lib/Xi/XUngrDev.c
    U X11/xc/lib/Xi/XUngrDvB.c
    U X11/xc/lib/Xi/XUngrDvK.c
    U X11/xc/lib/Xi/Xi-def.cpp
    U X11/xc/lib/Xi/Xios2.rsp
    U X11/xc/lib/Xmu/README
    U X11/xc/lib/Xmu/AllCmap.c
    U X11/xc/lib/Xmu/Atoms.c
    U X11/xc/lib/Xmu/Atoms.h
    U X11/xc/lib/Xmu/CharSet.h
    U X11/xc/lib/Xmu/ClientWin.c
    U X11/xc/lib/Xmu/CloseHook.c
    U X11/xc/lib/Xmu/CloseHook.h
    U X11/xc/lib/Xmu/CmapAlloc.c
    U X11/xc/lib/Xmu/Converters.h
    U X11/xc/lib/Xmu/CrCmap.c
    U X11/xc/lib/Xmu/CrPixFBit.c
    U X11/xc/lib/Xmu/CurUtil.h
    U X11/xc/lib/Xmu/CursorName.c
    U X11/xc/lib/Xmu/CvtCache.c
    U X11/xc/lib/Xmu/CvtCache.h
    U X11/xc/lib/Xmu/CvtStdSel.c
    U X11/xc/lib/Xmu/DefErrMsg.c
    U X11/xc/lib/Xmu/DelCmap.c
    U X11/xc/lib/Xmu/DisplayQue.c
    U X11/xc/lib/Xmu/DisplayQue.h
    U X11/xc/lib/Xmu/Distinct.c
    U X11/xc/lib/Xmu/DrRndRect.c
    U X11/xc/lib/Xmu/DrawLogo.c
    U X11/xc/lib/Xmu/Drawing.h
    U X11/xc/lib/Xmu/Editres.h
    U X11/xc/lib/Xmu/EditresCom.c
    U X11/xc/lib/Xmu/EditresP.h
    U X11/xc/lib/Xmu/Error.h
    U X11/xc/lib/Xmu/ExtAgent.c
    U X11/xc/lib/Xmu/ExtAgent.h
    U X11/xc/lib/Xmu/FToCback.c
    U X11/xc/lib/Xmu/GetHost.c
    U X11/xc/lib/Xmu/GrayPixmap.c
    U X11/xc/lib/Xmu/Imakefile
    U X11/xc/lib/Xmu/Initer.c
    U X11/xc/lib/Xmu/Initer.h
    U X11/xc/lib/Xmu/LocBitmap.c
    U X11/xc/lib/Xmu/Lookup.c
    U X11/xc/lib/Xmu/LookupCmap.c
    U X11/xc/lib/Xmu/Lower.c
    U X11/xc/lib/Xmu/Misc.h
    U X11/xc/lib/Xmu/Xmuos2.rsp
    U X11/xc/lib/Xmu/RdBitF.c
    U X11/xc/lib/Xmu/ScrOfWin.c
    U X11/xc/lib/Xmu/ShapeWidg.c
    U X11/xc/lib/Xmu/StdCmap.c
    U X11/xc/lib/Xmu/StdCmap.h
    U X11/xc/lib/Xmu/StdSel.h
    U X11/xc/lib/Xmu/StrToBS.c
    U X11/xc/lib/Xmu/StrToBmap.c
    U X11/xc/lib/Xmu/StrToCurs.c
    U X11/xc/lib/Xmu/StrToGrav.c
    U X11/xc/lib/Xmu/StrToJust.c
    U X11/xc/lib/Xmu/StrToLong.c
    U X11/xc/lib/Xmu/StrToOrnt.c
    U X11/xc/lib/Xmu/StrToShap.c
    U X11/xc/lib/Xmu/StrToWidg.c
    U X11/xc/lib/Xmu/SysUtil.h
    U X11/xc/lib/Xmu/UpdMapHint.c
    U X11/xc/lib/Xmu/VisCmap.c
    U X11/xc/lib/Xmu/WhitePoint.h
    U X11/xc/lib/Xmu/WidgetNode.c
    U X11/xc/lib/Xmu/WidgetNode.h
    U X11/xc/lib/Xmu/WinUtil.h
    U X11/xc/lib/Xmu/Xct.c
    U X11/xc/lib/Xmu/Xct.h
    U X11/xc/lib/Xmu/Xmu.h
    U X11/xc/lib/Xmu/Xmuos2.def
    U X11/xc/lib/Xmu/sharedlib.c
    U X11/xc/lib/Xp/Xpos2.def
    U X11/xc/lib/Xp/Imakefile
    U X11/xc/lib/Xp/Xp-def.cpp
    U X11/xc/lib/Xp/XpAttr.c
    U X11/xc/lib/Xp/XpContext.c
    U X11/xc/lib/Xp/XpDoc.c
    U X11/xc/lib/Xp/XpExtUtil.c
    U X11/xc/lib/Xp/XpExtVer.c
    U X11/xc/lib/Xp/XpGetData.c
    U X11/xc/lib/Xp/XpImageRes.c
    U X11/xc/lib/Xp/XpInput.c
    U X11/xc/lib/Xp/XpJob.c
    U X11/xc/lib/Xp/XpLocale.c
    U X11/xc/lib/Xp/XpNotifyPdm.c
    U X11/xc/lib/Xp/XpPage.c
    U X11/xc/lib/Xp/XpPageDim.c
    U X11/xc/lib/Xp/XpPrinter.c
    U X11/xc/lib/Xp/XpPutData.c
    U X11/xc/lib/Xp/XpScreens.c
    U X11/xc/lib/Xp/Xpos2.rsp
    U X11/xc/lib/Xss/Xssos2.def
    U X11/xc/lib/Xss/Imakefile
    U X11/xc/lib/Xss/XScrnSaver.c
    U X11/xc/lib/Xss/Xssos2.rsp
    U X11/xc/lib/Xt/Xtos2.rsp
    U X11/xc/lib/Xt/ActionHook.c
    U X11/xc/lib/Xt/Alloc.c
    U X11/xc/lib/Xt/ArgList.c
    U X11/xc/lib/Xt/Callback.c
    U X11/xc/lib/Xt/CallbackI.h
    U X11/xc/lib/Xt/ClickTime.c
    U X11/xc/lib/Xt/Composite.c
    U X11/xc/lib/Xt/Composite.h
    U X11/xc/lib/Xt/CompositeP.h
    U X11/xc/lib/Xt/ConstrainP.h
    U X11/xc/lib/Xt/Constraint.c
    U X11/xc/lib/Xt/Constraint.h
    U X11/xc/lib/Xt/Convert.c
    U X11/xc/lib/Xt/ConvertI.h
    U X11/xc/lib/Xt/Converters.c
    U X11/xc/lib/Xt/Core.c
    U X11/xc/lib/Xt/Core.h
    U X11/xc/lib/Xt/CoreP.h
    U X11/xc/lib/Xt/Create.c
    U X11/xc/lib/Xt/Destroy.c
    U X11/xc/lib/Xt/Display.c
    U X11/xc/lib/Xt/Error.c
    U X11/xc/lib/Xt/Event.c
    U X11/xc/lib/Xt/EventI.h
    U X11/xc/lib/Xt/EventUtil.c
    U X11/xc/lib/Xt/Functions.c
    U X11/xc/lib/Xt/GCManager.c
    U X11/xc/lib/Xt/Geometry.c
    U X11/xc/lib/Xt/GetActKey.c
    U X11/xc/lib/Xt/GetResList.c
    U X11/xc/lib/Xt/GetValues.c
    U X11/xc/lib/Xt/HookObj.c
    U X11/xc/lib/Xt/HookObjI.h
    U X11/xc/lib/Xt/Hooks.c
    U X11/xc/lib/Xt/Imakefile
    U X11/xc/lib/Xt/InitialI.h
    U X11/xc/lib/Xt/Initialize.c
    U X11/xc/lib/Xt/Intrinsic.c
    U X11/xc/lib/Xt/Intrinsic.h
    U X11/xc/lib/Xt/IntrinsicI.h
    U X11/xc/lib/Xt/IntrinsicP.h
    U X11/xc/lib/Xt/Keyboard.c
    U X11/xc/lib/Xt/Manage.c
    U X11/xc/lib/Xt/NextEvent.c
    U X11/xc/lib/Xt/Object.c
    U X11/xc/lib/Xt/Object.h
    U X11/xc/lib/Xt/ObjectP.h
    U X11/xc/lib/Xt/Pointer.c
    U X11/xc/lib/Xt/PassivGraI.h
    U X11/xc/lib/Xt/PassivGrab.c
    U X11/xc/lib/Xt/Popup.c
    U X11/xc/lib/Xt/PopupCB.c
    U X11/xc/lib/Xt/RectObj.c
    U X11/xc/lib/Xt/RectObj.h
    U X11/xc/lib/Xt/RectObjP.h
    U X11/xc/lib/Xt/ResourceI.h
    U X11/xc/lib/Xt/Resources.c
    U X11/xc/lib/Xt/Selection.c
    U X11/xc/lib/Xt/SelectionI.h
    U X11/xc/lib/Xt/SetSens.c
    U X11/xc/lib/Xt/SetValues.c
    U X11/xc/lib/Xt/SetWMCW.c
    U X11/xc/lib/Xt/Shell.c
    U X11/xc/lib/Xt/ShellP.h
    U X11/xc/lib/Xt/TMaction.c
    U X11/xc/lib/Xt/TMgrab.c
    U X11/xc/lib/Xt/TMkey.c
    U X11/xc/lib/Xt/TMparse.c
    U X11/xc/lib/Xt/TMprint.c
    U X11/xc/lib/Xt/TMstate.c
    U X11/xc/lib/Xt/Threads.c
    U X11/xc/lib/Xt/ThreadsI.h
    U X11/xc/lib/Xt/TranslateI.h
    U X11/xc/lib/Xt/VarCreate.c
    U X11/xc/lib/Xt/VarGet.c
    U X11/xc/lib/Xt/Varargs.c
    U X11/xc/lib/Xt/VarargsI.h
    U X11/xc/lib/Xt/Vendor.c
    U X11/xc/lib/Xt/Vendor.h
    U X11/xc/lib/Xt/VendorP.h
    U X11/xc/lib/Xt/Xtos.h
    U X11/xc/lib/Xt/Xtos2.def
    U X11/xc/lib/Xt/jump_funcs
    U X11/xc/lib/Xt/jump_ignore
    U X11/xc/lib/Xt/jump_vars
    U X11/xc/lib/Xt/libXt.elist
    U X11/xc/lib/Xt/sharedlib.c
    U X11/xc/lib/Xt/util/Shell.ht
    U X11/xc/lib/Xt/util/StrDefs.ct
    U X11/xc/lib/Xt/util/StrDefs.ht
    U X11/xc/lib/Xt/util/string.list
    U X11/xc/lib/Xtst/Xtstos2.def
    U X11/xc/lib/Xtst/Imakefile
    U X11/xc/lib/Xtst/XRecord.c
    U X11/xc/lib/Xtst/XTest.c
    U X11/xc/lib/Xtst/Xtst-def.cpp
    U X11/xc/lib/Xtst/Xtstos2.rsp
    U X11/xc/lib/Xxf86dga/Imakefile
    U X11/xc/lib/Xxf86dga/XF86DGA.c
    U X11/xc/lib/Xxf86dga/Xxf86dgaos2.def
    U X11/xc/lib/Xxf86dga/Xxf86dgaos2.rsp
    U X11/xc/lib/Xxf86misc/Imakefile
    U X11/xc/lib/Xxf86misc/XF86Misc.c
    U X11/xc/lib/Xxf86misc/Xxf86miscos2.def
    U X11/xc/lib/Xxf86misc/Xxf86miscos2.rsp
    U X11/xc/lib/Xxf86vm/Imakefile
    U X11/xc/lib/Xxf86vm/XF86VMode.c
    U X11/xc/lib/Xxf86vm/Xxf86vmos2.def
    U X11/xc/lib/Xxf86vm/Xxf86vmos2.rsp
    U X11/xc/lib/font/Imakefile
    U X11/xc/lib/font/Speedo/Imakefile
    U X11/xc/lib/font/Speedo/adobe-iso.h
    U X11/xc/lib/font/Speedo/bics-iso.h
    U X11/xc/lib/font/Speedo/do_char.c
    U X11/xc/lib/font/Speedo/do_trns.c
    U X11/xc/lib/font/Speedo/htest.c
    U X11/xc/lib/font/Speedo/iface.c
    U X11/xc/lib/font/Speedo/keys.h
    U X11/xc/lib/font/Speedo/nsample.c
    U X11/xc/lib/font/Speedo/out_bl2d.c
    U X11/xc/lib/font/Speedo/out_blk.c
    U X11/xc/lib/font/Speedo/out_outl.c
    U X11/xc/lib/font/Speedo/out_scrn.c
    U X11/xc/lib/font/Speedo/out_util.c
    U X11/xc/lib/font/Speedo/reset.c
    U X11/xc/lib/font/Speedo/set_spcs.c
    U X11/xc/lib/font/Speedo/set_trns.c
    U X11/xc/lib/font/Speedo/spdo_prv.h
    U X11/xc/lib/font/Speedo/speedo.h
    U X11/xc/lib/font/Speedo/spencode.c
    U X11/xc/lib/font/Speedo/sperr.c
    U X11/xc/lib/font/Speedo/spfile.c
    U X11/xc/lib/font/Speedo/spfont.c
    U X11/xc/lib/font/Speedo/spint.h
    U X11/xc/lib/font/Speedo/spfuncs.c
    U X11/xc/lib/font/Speedo/spglyph.c
    U X11/xc/lib/font/Speedo/spinfo.c
    U X11/xc/lib/font/Speedo/sptobdf.c
    U X11/xc/lib/font/Speedo/useropt.h
    U X11/xc/lib/font/Type1/Imakefile
    U X11/xc/lib/font/Type1/arith.c
    U X11/xc/lib/font/Type1/arith.h
    U X11/xc/lib/font/Type1/blues.h
    U X11/xc/lib/font/Type1/cluts.h
    U X11/xc/lib/font/Type1/curves.c
    U X11/xc/lib/font/Type1/curves.h
    U X11/xc/lib/font/Type1/digit.h
    U X11/xc/lib/font/Type1/fontfcn.c
    U X11/xc/lib/font/Type1/fontfcn.h
    U X11/xc/lib/font/Type1/fonts.h
    U X11/xc/lib/font/Type1/hdigit.h
    U X11/xc/lib/font/Type1/hints.c
    U X11/xc/lib/font/Type1/hints.h
    U X11/xc/lib/font/Type1/lines.c
    U X11/xc/lib/font/Type1/lines.h
    U X11/xc/lib/font/Type1/minimain.c
    U X11/xc/lib/font/Type1/objects.c
    U X11/xc/lib/font/Type1/objects.h
    U X11/xc/lib/font/Type1/paths.c
    U X11/xc/lib/font/Type1/paths.h
    U X11/xc/lib/font/Type1/pictures.h
    U X11/xc/lib/font/Type1/regions.c
    U X11/xc/lib/font/Type1/regions.h
    U X11/xc/lib/font/Type1/scanfont.c
    U X11/xc/lib/font/Type1/spaces.c
    U X11/xc/lib/font/Type1/t1io.c
    U X11/xc/lib/font/Type1/spaces.h
    U X11/xc/lib/font/Type1/strokes.h
    U X11/xc/lib/font/Type1/t1funcs.c
    U X11/xc/lib/font/Type1/t1hdigit.h
    U X11/xc/lib/font/Type1/t1imager.h
    U X11/xc/lib/font/Type1/t1info.c
    U X11/xc/lib/font/Type1/t1intf.h
    U X11/xc/lib/font/Type1/t1malloc.c
    U X11/xc/lib/font/Type1/t1snap.c
    U X11/xc/lib/font/Type1/t1stdio.h
    U X11/xc/lib/font/Type1/t1stub.c
    U X11/xc/lib/font/Type1/t1test.c
    U X11/xc/lib/font/Type1/token.c
    U X11/xc/lib/font/Type1/token.h
    U X11/xc/lib/font/Type1/tokst.h
    U X11/xc/lib/font/Type1/trig.h
    U X11/xc/lib/font/Type1/type1.c
    U X11/xc/lib/font/Type1/util.c
    U X11/xc/lib/font/Type1/util.h
    U X11/xc/lib/font/bitmap/Imakefile
    U X11/xc/lib/font/bitmap/bdfint.h
    U X11/xc/lib/font/bitmap/bdfread.c
    U X11/xc/lib/font/bitmap/bdfutils.c
    U X11/xc/lib/font/bitmap/bitmap.c
    U X11/xc/lib/font/bitmap/bitmapfunc.c
    U X11/xc/lib/font/bitmap/bitmaputil.c
    U X11/xc/lib/font/bitmap/bitscale.c
    U X11/xc/lib/font/bitmap/fontink.c
    U X11/xc/lib/font/bitmap/pcf.h
    U X11/xc/lib/font/bitmap/pcfread.c
    U X11/xc/lib/font/bitmap/pcfwrite.c
    U X11/xc/lib/font/bitmap/snfread.c
    U X11/xc/lib/font/bitmap/snfstr.h
    U X11/xc/lib/font/fc/Imakefile
    U X11/xc/lib/font/fc/fsconvert.c
    U X11/xc/lib/font/fc/fserve.c
    U X11/xc/lib/font/fc/fserve.h
    U X11/xc/lib/font/fc/fservestr.h
    U X11/xc/lib/font/fc/fsio.c
    U X11/xc/lib/font/fc/fsio.h
    U X11/xc/lib/font/fc/fslibos.h
    U X11/xc/lib/font/fontfile/Imakefile
    U X11/xc/lib/font/fontfile/bitsource.c
    U X11/xc/lib/font/fontfile/bufio.c
    U X11/xc/lib/font/fontfile/decompress.c
    U X11/xc/lib/font/fontfile/defaults.c
    U X11/xc/lib/font/fontfile/dirfile.c
    U X11/xc/lib/font/fontfile/ffcheck.c
    U X11/xc/lib/font/fontfile/fileio.c
    U X11/xc/lib/font/fontfile/filewr.c
    U X11/xc/lib/font/fontfile/fontdir.c
    U X11/xc/lib/font/fontfile/fontfile.c
    U X11/xc/lib/font/fontfile/fontscale.c
    U X11/xc/lib/font/fontfile/gunzip.c
    U X11/xc/lib/font/fontfile/printerfont.c
    U X11/xc/lib/font/fontfile/register.c
    U X11/xc/lib/font/fontfile/renderers.c
    U X11/xc/lib/font/include/bitmap.h
    U X11/xc/lib/font/include/bufio.h
    U X11/xc/lib/font/include/fntfil.h
    U X11/xc/lib/font/include/fntfilio.h
    U X11/xc/lib/font/include/fntfilst.h
    U X11/xc/lib/font/include/fontmisc.h
    U X11/xc/lib/font/include/fontshow.h
    U X11/xc/lib/font/include/fontxlfd.h
    U X11/xc/lib/font/util/Imakefile
    U X11/xc/lib/font/util/atom.c
    U X11/xc/lib/font/util/fontaccel.c
    U X11/xc/lib/font/util/fontnames.c
    U X11/xc/lib/font/util/fontutil.c
    U X11/xc/lib/font/util/fontxlfd.c
    U X11/xc/lib/font/util/format.c
    U X11/xc/lib/font/util/miscutil.c
    U X11/xc/lib/font/util/patcache.c
    U X11/xc/lib/font/util/private.c
    U X11/xc/lib/font/util/utilbitmap.c
    U X11/xc/lib/lbxutil/Imakefile
    U X11/xc/lib/lbxutil/delta/Imakefile
    U X11/xc/lib/lbxutil/delta/lbxdelta.c
    U X11/xc/lib/lbxutil/image/Imakefile
    U X11/xc/lib/lbxutil/image/dfaxg42d.c
    U X11/xc/lib/lbxutil/image/dpackbits.c
    U X11/xc/lib/lbxutil/image/efaxg42d.c
    U X11/xc/lib/lbxutil/image/epackbits.c
    U X11/xc/lib/lbxutil/image/lbxbwcodes.h
    U X11/xc/lib/lbxutil/image/lbxfax.h
    U X11/xc/lib/lbxutil/image/misc.c
    U X11/xc/lib/lbxutil/image/mkg3states.c
    U X11/xc/lib/lbxutil/lbx_zlib/Imakefile
    U X11/xc/lib/lbxutil/lbx_zlib/lbx_zlib.c
    U X11/xc/lib/lbxutil/lbx_zlib/lbx_zlib.h
    U X11/xc/lib/lbxutil/lbx_zlib/lbx_zlib_io.c
    U X11/xc/lib/lbxutil/lbx_zlib/reqstats.c
    U X11/xc/lib/lbxutil/lbx_zlib/reqstats.h
    U X11/xc/lib/misc/snprintf.c
    U X11/xc/lib/misc/snprintf.h
    U X11/xc/lib/oldX/Imakefile
    U X11/xc/lib/oldX/X10.h
    U X11/xc/lib/oldX/XCrAssoc.c
    U X11/xc/lib/oldX/XDelAssoc.c
    U X11/xc/lib/oldX/XDestAssoc.c
    U X11/xc/lib/oldX/XDraw.c
    U X11/xc/lib/oldX/XLookAssoc.c
    U X11/xc/lib/oldX/XMakeAssoc.c
    U X11/xc/lib/oldX/oldX-def.cpp
    U X11/xc/lib/xkbfile/Imakefile
    U X11/xc/lib/xkbfile/XKBbells.h
    U X11/xc/lib/xkbfile/XKBconfig.h
    U X11/xc/lib/xkbfile/XKBfile.h
    U X11/xc/lib/xkbfile/XKBfileInt.h
    U X11/xc/lib/xkbfile/XKBrules.h
    U X11/xc/lib/xkbfile/XKM.h
    U X11/xc/lib/xkbfile/XKMformat.h
    U X11/xc/lib/xkbfile/cout.c
    U X11/xc/lib/xkbfile/magic
    U X11/xc/lib/xkbfile/maprules.c
    U X11/xc/lib/xkbfile/srvmisc.c
    U X11/xc/lib/xkbfile/xkbatom.c
    U X11/xc/lib/xkbfile/xkbbells.c
    U X11/xc/lib/xkbfile/xkbconfig.c
    U X11/xc/lib/xkbfile/xkbdraw.c
    U X11/xc/lib/xkbfile/xkberrs.c
    U X11/xc/lib/xkbfile/xkbmisc.c
    U X11/xc/lib/xkbfile/xkbout.c
    U X11/xc/lib/xkbfile/xkbtext.c
    U X11/xc/lib/xkbfile/xkmout.c
    U X11/xc/lib/xkbfile/xkmread.c
    U X11/xc/lib/xkbui/Imakefile
    U X11/xc/lib/xkbui/XKBui.c
    U X11/xc/lib/xkbui/XKBui.h
    U X11/xc/lib/xkbui/XKBuiPriv.h
    U X11/xc/lib/xtrans/Imakefile
    U X11/xc/lib/xtrans/Xtrans.c
    U X11/xc/lib/xtrans/Xtrans.h
    U X11/xc/lib/xtrans/Xtransam.c
    U X11/xc/lib/xtrans/Xtransdnet.c
    U X11/xc/lib/xtrans/Xtransint.h
    U X11/xc/lib/xtrans/Xtranslcl.c
    U X11/xc/lib/xtrans/Xtransmnx.c
    U X11/xc/lib/xtrans/Xtransos2.c
    U X11/xc/lib/xtrans/Xtranssock.c
    U X11/xc/lib/xtrans/Xtranstli.c
    U X11/xc/lib/xtrans/Xtransutil.c
    U X11/xc/lib/xtrans/transport.c
    U X11/xc/lib/zlib/Imakefile
    U X11/xc/lib/zlib/README
    U X11/xc/lib/zlib/adler32.c
    U X11/xc/lib/zlib/crc32.c
    U X11/xc/lib/zlib/deflate.c
    U X11/xc/lib/zlib/deflate.h
    U X11/xc/lib/zlib/infblock.c
    U X11/xc/lib/zlib/infblock.h
    U X11/xc/lib/zlib/infcodes.c
    U X11/xc/lib/zlib/infcodes.h
    U X11/xc/lib/zlib/inffast.c
    U X11/xc/lib/zlib/inffast.h
    U X11/xc/lib/zlib/inflate.c
    U X11/xc/lib/zlib/inftrees.c
    U X11/xc/lib/zlib/inftrees.h
    U X11/xc/lib/zlib/infutil.c
    U X11/xc/lib/zlib/infutil.h
    U X11/xc/lib/zlib/trees.c
    U X11/xc/lib/zlib/zconf.h
    U X11/xc/lib/zlib/zlib.h
    U X11/xc/lib/zlib/zutil.c
    U X11/xc/lib/zlib/zutil.h
    U X11/xc/nls/Imakefile
    U X11/xc/nls/compose.dir
    U X11/xc/nls/locale.alias
    U X11/xc/nls/locale.dir
    U X11/xc/nls/Compose/Imakefile
    U X11/xc/nls/Compose/iso8859-1
    U X11/xc/nls/Compose/iso8859-15
    U X11/xc/nls/Compose/iso8859-2
    U X11/xc/nls/Compose/iso8859-4
    U X11/xc/nls/XLC_LOCALE/gb2312
    U X11/xc/nls/XLC_LOCALE/C
    U X11/xc/nls/XLC_LOCALE/Imakefile
    U X11/xc/nls/XLC_LOCALE/en_US.utf
    U X11/xc/nls/XLC_LOCALE/jis0201
    U X11/xc/nls/XLC_LOCALE/iso8859-1
    U X11/xc/nls/XLC_LOCALE/iso8859-10
    U X11/xc/nls/XLC_LOCALE/iso8859-15
    U X11/xc/nls/XLC_LOCALE/iso8859-2
    U X11/xc/nls/XLC_LOCALE/iso8859-3
    U X11/xc/nls/XLC_LOCALE/iso8859-4
    U X11/xc/nls/XLC_LOCALE/iso8859-5
    U X11/xc/nls/XLC_LOCALE/iso8859-6
    U X11/xc/nls/XLC_LOCALE/iso8859-7
    U X11/xc/nls/XLC_LOCALE/iso8859-8
    U X11/xc/nls/XLC_LOCALE/iso8859-9
    U X11/xc/nls/XLC_LOCALE/ja
    U X11/xc/nls/XLC_LOCALE/ja.JIS
    U X11/xc/nls/XLC_LOCALE/ja.S90
    U X11/xc/nls/XLC_LOCALE/ja.SJIS
    U X11/xc/nls/XLC_LOCALE/ja.U90
    U X11/xc/nls/XLC_LOCALE/jis0208
    U X11/xc/nls/XLC_LOCALE/ksc5601
    U X11/xc/nls/XLC_LOCALE/ko
    U X11/xc/nls/XLC_LOCALE/koi8-r
    U X11/xc/nls/XLC_LOCALE/tab8859_1
    U X11/xc/nls/XLC_LOCALE/tab8859_10
    U X11/xc/nls/XLC_LOCALE/tab8859_15
    U X11/xc/nls/XLC_LOCALE/tab8859_2
    U X11/xc/nls/XLC_LOCALE/tab8859_3
    U X11/xc/nls/XLC_LOCALE/tab8859_4
    U X11/xc/nls/XLC_LOCALE/tab8859_5
    U X11/xc/nls/XLC_LOCALE/tab8859_6
    U X11/xc/nls/XLC_LOCALE/tab8859_7
    U X11/xc/nls/XLC_LOCALE/tab8859_8
    U X11/xc/nls/XLC_LOCALE/tab8859_9
    U X11/xc/nls/XLC_LOCALE/tabkoi8_r
    U X11/xc/nls/XLC_LOCALE/th_TH.TACTIS
    U X11/xc/nls/XLC_LOCALE/zh
    U X11/xc/nls/XLC_LOCALE/zh_TW
    U X11/xc/programs/Imakefile
    U X11/xc/programs/Xserver/3DLabs.def
    U X11/xc/programs/Xserver/8514.def
    U X11/xc/programs/Xserver/AGX.def
    U X11/xc/programs/Xserver/I128.def
    U X11/xc/programs/Xserver/Mach32.def
    U X11/xc/programs/Xserver/Imakefile
    U X11/xc/programs/Xserver/Mach64.def
    U X11/xc/programs/Xserver/Mach8.def
    U X11/xc/programs/Xserver/Mono.def
    U X11/xc/programs/Xserver/P9000.def
    U X11/xc/programs/Xserver/S3.def
    U X11/xc/programs/Xserver/S3V.def
    U X11/xc/programs/Xserver/SVGA.def
    U X11/xc/programs/Xserver/TGA.def
    U X11/xc/programs/Xserver/VGA16.def
    U X11/xc/programs/Xserver/W32.def
    U X11/xc/programs/Xserver/Xnest.def
    U X11/xc/programs/Xserver/Xvfb.def
    U X11/xc/programs/Xserver/Xserver.man
    U X11/xc/programs/Xserver/PEX5/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/ddpex2.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miClip.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miFont.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miInfo.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miLUT.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miLight.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miLineDash.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miMarkers.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miNS.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miNurbs.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miPick.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miRender.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miStrMacro.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miStruct.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miText.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/miWks.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/mipex.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/include/mixform.h
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level0/README
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/mi52stubs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miDDCtoGC.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miLevel1.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miListUtil.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miLvl1Tab.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miPck1Prim.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndFArea.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndMarkr.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndPLine.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndTStrip.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level1/miRndText.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/ddContext.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miBldXform.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miCellArray.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miClip.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miConvert.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miCopy.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miDestroy.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miFillArea.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miInquire.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miLight.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miLvl2Tab.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miMarkers.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNCurve.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNSTrim.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNSurf.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miNurbs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miOCs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miPickPrim.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miPolyLine.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miQuadMesh.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miReplace.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miSOFAS.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miSearch.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTestOCs.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miText.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTrans.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/miTriStrip.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level2/pexOCParse.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level3/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level3/miRender.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level3/miRndrPick.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_ex_str.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_plain.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/css_tbls.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miDynamics.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miPick.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miSC.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miStruct.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miTraverse.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/level4/miWks.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/Imakefile
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miClrApLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miColrLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miDCueLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miEdgeLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miFont.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miFontLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miIntLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLUTProcs.ci
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLightLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miLineLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miMarkLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miMisc.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miNS.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miPattLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miTextLUT.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miUtils.c
    U X11/xc/programs/Xserver/PEX5/ddpex/mi/shared/miViewLUT.c
    U X11/xc/programs/Xserver/PEX5/dipex/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/dipexBuf.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/dipexExt.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/dipexParse.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/pexDump.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/pexError.c
    U X11/xc/programs/Xserver/PEX5/dipex/dispatch/pexUtils.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexAccBuf.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexFont.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexInfo.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexLut.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexNs.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexPc.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexPhigs.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexPick.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexRndr.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexRndrPick.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexSc.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexStr.c
    U X11/xc/programs/Xserver/PEX5/dipex/objects/pexTM.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/ConvName.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/ConvName.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Convert.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCTables.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCattr.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCattr.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCcolour.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/OCprim.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/RepTables.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Replies.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/ReqTables.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Requests.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/Requests.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/SwapConv.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/UconvName.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/UconvName.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/cOCTables.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/cOCprim.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/check.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convEv.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convReq.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convReq.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convUtil.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convUtil.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/convertStr.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/floatconv.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/floatconv.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uOCTables.ci
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uOCprim.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uconvRep.c
    U X11/xc/programs/Xserver/PEX5/dipex/swap/uconvRep.h
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/Imakefile
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/OCReduce.awk
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/OCReduce.sed
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/OCTables.awk
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/ReqSame.awk
    U X11/xc/programs/Xserver/PEX5/dipex/swap/util/ReqTab.awk
    U X11/xc/programs/Xserver/PEX5/include/PEX.h
    U X11/xc/programs/Xserver/PEX5/include/PEXErr.h
    U X11/xc/programs/Xserver/PEX5/include/PEXfuncs.h
    U X11/xc/programs/Xserver/PEX5/include/PEXmacs.h
    U X11/xc/programs/Xserver/PEX5/include/PEXproto.h
    U X11/xc/programs/Xserver/PEX5/include/PEXprotost.h
    U X11/xc/programs/Xserver/PEX5/include/ddpex.h
    U X11/xc/programs/Xserver/PEX5/include/ddpex3.h
    U X11/xc/programs/Xserver/PEX5/include/ddpex4.h
    U X11/xc/programs/Xserver/PEX5/include/dipex.h
    U X11/xc/programs/Xserver/PEX5/include/pexError.h
    U X11/xc/programs/Xserver/PEX5/include/pexExtract.h
    U X11/xc/programs/Xserver/PEX5/include/pexLookup.h
    U X11/xc/programs/Xserver/PEX5/include/pexSwap.h
    U X11/xc/programs/Xserver/PEX5/include/pexUtils.h
    U X11/xc/programs/Xserver/PEX5/include/pex_site.h
    U X11/xc/programs/Xserver/PEX5/ospex/Imakefile
    U X11/xc/programs/Xserver/PEX5/ospex/osPexFont.c
    U X11/xc/programs/Xserver/XIE/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/export/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/export/echist.c
    U X11/xc/programs/Xserver/XIE/dixie/export/eclut.c
    U X11/xc/programs/Xserver/XIE/dixie/export/ecphoto.c
    U X11/xc/programs/Xserver/XIE/dixie/export/ecroi.c
    U X11/xc/programs/Xserver/XIE/dixie/export/edraw.c
    U X11/xc/programs/Xserver/XIE/dixie/export/edrawp.c
    U X11/xc/programs/Xserver/XIE/dixie/export/elut.c
    U X11/xc/programs/Xserver/XIE/dixie/export/ephoto.c
    U X11/xc/programs/Xserver/XIE/dixie/export/eroi.c
    U X11/xc/programs/Xserver/XIE/dixie/import/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/import/iclut.c
    U X11/xc/programs/Xserver/XIE/dixie/import/icphoto.c
    U X11/xc/programs/Xserver/XIE/dixie/import/icroi.c
    U X11/xc/programs/Xserver/XIE/dixie/import/idraw.c
    U X11/xc/programs/Xserver/XIE/dixie/import/idrawp.c
    U X11/xc/programs/Xserver/XIE/dixie/import/ilut.c
    U X11/xc/programs/Xserver/XIE/dixie/import/iphoto.c
    U X11/xc/programs/Xserver/XIE/dixie/import/iroi.c
    U X11/xc/programs/Xserver/XIE/dixie/process/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/process/parith.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pbandc.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pbande.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pbands.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pblend.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcfrgb.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcfromi.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcnst.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pcomp.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pconv.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pctoi.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pctrgb.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pdither.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pgeom.c
    U X11/xc/programs/Xserver/XIE/dixie/process/phist.c
    U X11/xc/programs/Xserver/XIE/dixie/process/plogic.c
    U X11/xc/programs/Xserver/XIE/dixie/process/pmath.c
    U X11/xc/programs/Xserver/XIE/dixie/process/ppaste.c
    U X11/xc/programs/Xserver/XIE/dixie/process/ppoint.c
    U X11/xc/programs/Xserver/XIE/dixie/process/puncnst.c
    U X11/xc/programs/Xserver/XIE/dixie/request/Imakefile
    U X11/xc/programs/Xserver/XIE/dixie/request/colorlst.c
    U X11/xc/programs/Xserver/XIE/dixie/request/difloat.c
    U X11/xc/programs/Xserver/XIE/dixie/request/error.c
    U X11/xc/programs/Xserver/XIE/dixie/request/event.c
    U X11/xc/programs/Xserver/XIE/dixie/request/flo.c
    U X11/xc/programs/Xserver/XIE/dixie/request/lut.c
    U X11/xc/programs/Xserver/XIE/dixie/request/memory.c
    U X11/xc/programs/Xserver/XIE/dixie/request/photomap.c
    U X11/xc/programs/Xserver/XIE/dixie/request/protoflo.c
    U X11/xc/programs/Xserver/XIE/dixie/request/roi.c
    U X11/xc/programs/Xserver/XIE/dixie/request/session.c
    U X11/xc/programs/Xserver/XIE/dixie/request/tables.c
    U X11/xc/programs/Xserver/XIE/dixie/request/technq.c
    U X11/xc/programs/Xserver/XIE/include/colorlst.h
    U X11/xc/programs/Xserver/XIE/include/corex.h
    U X11/xc/programs/Xserver/XIE/include/difloat.h
    U X11/xc/programs/Xserver/XIE/include/element.h
    U X11/xc/programs/Xserver/XIE/include/error.h
    U X11/xc/programs/Xserver/XIE/include/flo.h
    U X11/xc/programs/Xserver/XIE/include/flodata.h
    U X11/xc/programs/Xserver/XIE/include/flostr.h
    U X11/xc/programs/Xserver/XIE/include/lut.h
    U X11/xc/programs/Xserver/XIE/include/macro.h
    U X11/xc/programs/Xserver/XIE/include/memory.h
    U X11/xc/programs/Xserver/XIE/include/photomap.h
    U X11/xc/programs/Xserver/XIE/include/photospc.h
    U X11/xc/programs/Xserver/XIE/include/roi.h
    U X11/xc/programs/Xserver/XIE/include/tables.h
    U X11/xc/programs/Xserver/XIE/include/technq.h
    U X11/xc/programs/Xserver/XIE/mixie/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/control/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/control/analyze.c
    U X11/xc/programs/Xserver/XIE/mixie/control/domain.c
    U X11/xc/programs/Xserver/XIE/mixie/control/floman.c
    U X11/xc/programs/Xserver/XIE/mixie/control/sched.c
    U X11/xc/programs/Xserver/XIE/mixie/control/strip.c
    U X11/xc/programs/Xserver/XIE/mixie/export/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/export/mechist.c
    U X11/xc/programs/Xserver/XIE/mixie/export/meclut.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mecphoto.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mecroi.c
    U X11/xc/programs/Xserver/XIE/mixie/export/medraw.c
    U X11/xc/programs/Xserver/XIE/mixie/export/medrawp.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mefax.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mejpeg.c
    U X11/xc/programs/Xserver/XIE/mixie/export/melut.c
    U X11/xc/programs/Xserver/XIE/mixie/export/mephoto.c
    U X11/xc/programs/Xserver/XIE/mixie/export/meroi.c
    U X11/xc/programs/Xserver/XIE/mixie/export/meuncomp.c
    U X11/xc/programs/Xserver/XIE/mixie/export/schoice.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/fax/bits.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/dg31d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dg32d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dg4.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dtiff2.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/dtiffpb.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/eg31d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/eg32d.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/etiff2.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/etiffpb.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/faxint.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/faxtabs.c
    U X11/xc/programs/Xserver/XIE/mixie/fax/faxtabs.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/fencode.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/fetabs.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/gbits.h
    U X11/xc/programs/Xserver/XIE/mixie/fax/zeroeven.c
    U X11/xc/programs/Xserver/XIE/mixie/import/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/import/miclut.c
    U X11/xc/programs/Xserver/XIE/mixie/import/micphoto.c
    U X11/xc/programs/Xserver/XIE/mixie/import/microi.c
    U X11/xc/programs/Xserver/XIE/mixie/import/midraw.c
    U X11/xc/programs/Xserver/XIE/mixie/import/mifax.c
    U X11/xc/programs/Xserver/XIE/mixie/import/mijpeg.c
    U X11/xc/programs/Xserver/XIE/mixie/import/milut.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miphoto.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miregion.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miroi.c
    U X11/xc/programs/Xserver/XIE/mixie/import/miuncomp.c
    U X11/xc/programs/Xserver/XIE/mixie/include/domain.h
    U X11/xc/programs/Xserver/XIE/mixie/include/fax.h
    U X11/xc/programs/Xserver/XIE/mixie/include/floman.h
    U X11/xc/programs/Xserver/XIE/mixie/include/jpeg.h
    U X11/xc/programs/Xserver/XIE/mixie/include/jpegd.h
    U X11/xc/programs/Xserver/XIE/mixie/include/jpege.h
    U X11/xc/programs/Xserver/XIE/mixie/include/meuncomp.h
    U X11/xc/programs/Xserver/XIE/mixie/include/microi.h
    U X11/xc/programs/Xserver/XIE/mixie/include/miphoto.h
    U X11/xc/programs/Xserver/XIE/mixie/include/miuncomp.h
    U X11/xc/programs/Xserver/XIE/mixie/include/mpgeom.h
    U X11/xc/programs/Xserver/XIE/mixie/include/mppoint.h
    U X11/xc/programs/Xserver/XIE/mixie/include/sched.h
    U X11/xc/programs/Xserver/XIE/mixie/include/strip.h
    U X11/xc/programs/Xserver/XIE/mixie/include/tex.h
    U X11/xc/programs/Xserver/XIE/mixie/include/texstr.h
    U X11/xc/programs/Xserver/XIE/mixie/include/xiemd.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/README
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcdeflts.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcexpand.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jchuff.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcmcu.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jconfig.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcsample.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcxie.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jcxief.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdbuffer.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jddeflts.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdhuff.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdlossy.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdmcu.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdsample.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdxie.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jdxief.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jelossy.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jfwddct.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jinclude.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jmemmgr.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jmemsys.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jmemsys.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jpegdata.h
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jrdjfif.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jrevdct.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jutils.c
    U X11/xc/programs/Xserver/XIE/mixie/jpeg/jwrjfif.c
    U X11/xc/programs/Xserver/XIE/mixie/process/Imakefile
    U X11/xc/programs/Xserver/XIE/mixie/process/bitfun.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mparith.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpbandc.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpbande.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpbands.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpblend.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpcfromi.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpcnst.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpcomp.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpconv.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpctoi.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpdither.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpgeom.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpgeomaa.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpgeomnn.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mphist.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mplogic.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mppaste.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mppoint.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mprgb.c
    U X11/xc/programs/Xserver/XIE/mixie/process/mpuncnst.c
    U X11/xc/programs/Xserver/Xext/Imakefile
    U X11/xc/programs/Xserver/Xext/SecurityPolicy
    U X11/xc/programs/Xserver/Xext/appgroup.c
    U X11/xc/programs/Xserver/Xext/bigreq.c
    U X11/xc/programs/Xserver/Xext/dpms.c
    U X11/xc/programs/Xserver/Xext/mbuf.c
    U X11/xc/programs/Xserver/Xext/mbufbf.c
    U X11/xc/programs/Xserver/Xext/mbufpx.c
    U X11/xc/programs/Xserver/Xext/mitmisc.c
    U X11/xc/programs/Xserver/Xext/saver.c
    U X11/xc/programs/Xserver/Xext/security.c
    U X11/xc/programs/Xserver/Xext/shape.c
    U X11/xc/programs/Xserver/Xext/shm.c
    U X11/xc/programs/Xserver/Xext/sleepuntil.c
    U X11/xc/programs/Xserver/Xext/sync.c
    U X11/xc/programs/Xserver/Xext/xcmisc.c
    U X11/xc/programs/Xserver/Xext/xf86dga.c
    U X11/xc/programs/Xserver/Xext/xf86misc.c
    U X11/xc/programs/Xserver/Xext/xf86vmode.c
    U X11/xc/programs/Xserver/Xext/xprint.c
    U X11/xc/programs/Xserver/Xext/xtest.c
    U X11/xc/programs/Xserver/Xext/xtest1.frags
    U X11/xc/programs/Xserver/Xext/xtest1dd.c
    U X11/xc/programs/Xserver/Xext/xtest1dd.h
    U X11/xc/programs/Xserver/Xext/xtest1di.c
    U X11/xc/programs/Xserver/Xi/Imakefile
    U X11/xc/programs/Xserver/Xi/allowev.c
    U X11/xc/programs/Xserver/Xi/allowev.h
    U X11/xc/programs/Xserver/Xi/chgdctl.c
    U X11/xc/programs/Xserver/Xi/chgdctl.h
    U X11/xc/programs/Xserver/Xi/chgfctl.c
    U X11/xc/programs/Xserver/Xi/chgfctl.h
    U X11/xc/programs/Xserver/Xi/chgkbd.c
    U X11/xc/programs/Xserver/Xi/chgkbd.h
    U X11/xc/programs/Xserver/Xi/chgkmap.c
    U X11/xc/programs/Xserver/Xi/chgkmap.h
    U X11/xc/programs/Xserver/Xi/chgprop.c
    U X11/xc/programs/Xserver/Xi/chgprop.h
    U X11/xc/programs/Xserver/Xi/chgptr.c
    U X11/xc/programs/Xserver/Xi/chgptr.h
    U X11/xc/programs/Xserver/Xi/closedev.c
    U X11/xc/programs/Xserver/Xi/closedev.h
    U X11/xc/programs/Xserver/Xi/devbell.c
    U X11/xc/programs/Xserver/Xi/devbell.h
    U X11/xc/programs/Xserver/Xi/exevents.c
    U X11/xc/programs/Xserver/Xi/exglobals.h
    U X11/xc/programs/Xserver/Xi/extinit.c
    U X11/xc/programs/Xserver/Xi/stubs.c
    U X11/xc/programs/Xserver/Xi/getbmap.c
    U X11/xc/programs/Xserver/Xi/getbmap.h
    U X11/xc/programs/Xserver/Xi/getdctl.c
    U X11/xc/programs/Xserver/Xi/getdctl.h
    U X11/xc/programs/Xserver/Xi/getfctl.c
    U X11/xc/programs/Xserver/Xi/getfctl.h
    U X11/xc/programs/Xserver/Xi/getfocus.c
    U X11/xc/programs/Xserver/Xi/getfocus.h
    U X11/xc/programs/Xserver/Xi/getkmap.c
    U X11/xc/programs/Xserver/Xi/getkmap.h
    U X11/xc/programs/Xserver/Xi/getmmap.c
    U X11/xc/programs/Xserver/Xi/getmmap.h
    U X11/xc/programs/Xserver/Xi/getprop.c
    U X11/xc/programs/Xserver/Xi/getprop.h
    U X11/xc/programs/Xserver/Xi/getselev.c
    U X11/xc/programs/Xserver/Xi/getselev.h
    U X11/xc/programs/Xserver/Xi/getvers.c
    U X11/xc/programs/Xserver/Xi/getvers.h
    U X11/xc/programs/Xserver/Xi/grabdev.c
    U X11/xc/programs/Xserver/Xi/grabdev.h
    U X11/xc/programs/Xserver/Xi/grabdevb.c
    U X11/xc/programs/Xserver/Xi/grabdevb.h
    U X11/xc/programs/Xserver/Xi/grabdevk.c
    U X11/xc/programs/Xserver/Xi/grabdevk.h
    U X11/xc/programs/Xserver/Xi/gtmotion.c
    U X11/xc/programs/Xserver/Xi/gtmotion.h
    U X11/xc/programs/Xserver/Xi/listdev.c
    U X11/xc/programs/Xserver/Xi/listdev.h
    U X11/xc/programs/Xserver/Xi/opendev.c
    U X11/xc/programs/Xserver/Xi/opendev.h
    U X11/xc/programs/Xserver/Xi/queryst.c
    U X11/xc/programs/Xserver/Xi/queryst.h
    U X11/xc/programs/Xserver/Xi/selectev.c
    U X11/xc/programs/Xserver/Xi/selectev.h
    U X11/xc/programs/Xserver/Xi/sendexev.c
    U X11/xc/programs/Xserver/Xi/sendexev.h
    U X11/xc/programs/Xserver/Xi/setbmap.c
    U X11/xc/programs/Xserver/Xi/setbmap.h
    U X11/xc/programs/Xserver/Xi/setdval.c
    U X11/xc/programs/Xserver/Xi/setdval.h
    U X11/xc/programs/Xserver/Xi/setfocus.c
    U X11/xc/programs/Xserver/Xi/setfocus.h
    U X11/xc/programs/Xserver/Xi/setmmap.c
    U X11/xc/programs/Xserver/Xi/setmmap.h
    U X11/xc/programs/Xserver/Xi/setmode.c
    U X11/xc/programs/Xserver/Xi/setmode.h
    U X11/xc/programs/Xserver/Xi/ungrdev.c
    U X11/xc/programs/Xserver/Xi/ungrdev.h
    U X11/xc/programs/Xserver/Xi/ungrdevb.c
    U X11/xc/programs/Xserver/Xi/ungrdevb.h
    U X11/xc/programs/Xserver/Xi/ungrdevk.c
    U X11/xc/programs/Xserver/Xi/ungrdevk.h
    U X11/xc/programs/Xserver/XpConfig/README
    U X11/xc/programs/Xserver/XpConfig/C/print/Xprinters
    U X11/xc/programs/Xserver/XpConfig/C/print/attributes/document
    U X11/xc/programs/Xserver/XpConfig/C/print/attributes/job
    U X11/xc/programs/Xserver/XpConfig/C/print/attributes/printer
    U X11/xc/programs/Xserver/XpConfig/C/print/ddx-config/raster/pcl
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/model-config
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00051.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00052.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00053.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00054.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00055.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00056.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00057.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00058.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00059.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00060.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00061.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00062.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00063.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00064.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00065.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00066.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00067.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00068.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00069.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/fonts.alias
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00070.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00071.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00072.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00073.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00074.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00075.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00076.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00077.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00079.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00080.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00081.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00082.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00083.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00084.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00085.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00086.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00087.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00088.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00089.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00090.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00091.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00092.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00093.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/9nb00094.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/README
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/fonts.dir
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPDJ1600C/fonts/lpr0ye1a.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/model-config
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00051.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00052.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00053.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00054.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00055.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00056.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00057.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00058.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00059.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00060.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00061.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00062.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00063.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00064.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00065.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00066.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00067.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00068.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00069.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/fonts.alias
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00070.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00071.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00072.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00073.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00074.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00075.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00076.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00077.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00079.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00080.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00081.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00082.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00083.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00084.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00085.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00086.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00087.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00088.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00089.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00090.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00091.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00092.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00093.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/9nb00094.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/README
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/fonts.dir
    U X11/xc/programs/Xserver/XpConfig/C/print/models/HPLJ4family/fonts/lpr0ye1a.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/model-config
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Book.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-BookOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-Demi.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/AvantGarde-DemiOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-BoldOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier-Oblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Courier.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-BoldOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica-Oblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Helvetica.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Book.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-BookOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-Demi.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Demi.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/LubalinGraph-DemiOblique.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-BoldItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Italic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/NewCenturySchlbk-Roman.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-DemiItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Symbol.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-Light.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Souvenir-LightItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Bold.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-BoldItalic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Italic.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/Times-Roman.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/ZapfDingbats.pmf
    U X11/xc/programs/Xserver/XpConfig/C/print/models/SPSPARC2/fonts/fonts.dir
    U X11/xc/programs/Xserver/Xprint/AttrValid.c
    U X11/xc/programs/Xserver/Xprint/AttrValid.h
    U X11/xc/programs/Xserver/Xprint/DiPrint.h
    U X11/xc/programs/Xserver/Xprint/Imakefile
    U X11/xc/programs/Xserver/Xprint/Init.c
    U X11/xc/programs/Xserver/Xprint/Oid.c
    U X11/xc/programs/Xserver/Xprint/Oid.h
    U X11/xc/programs/Xserver/Xprint/OidDefs.h
    U X11/xc/programs/Xserver/Xprint/OidStrs.h
    U X11/xc/programs/Xserver/Xprint/Quarks.c
    U X11/xc/programs/Xserver/Xprint/Util.c
    U X11/xc/programs/Xserver/Xprint/ValTree.c
    U X11/xc/programs/Xserver/Xprint/Xlcint.h
    U X11/xc/programs/Xserver/Xprint/Xresource.h
    U X11/xc/programs/Xserver/Xprint/Xrm.c
    U X11/xc/programs/Xserver/Xprint/XrmI.h
    U X11/xc/programs/Xserver/Xprint/attributes.c
    U X11/xc/programs/Xserver/Xprint/attributes.h
    U X11/xc/programs/Xserver/Xprint/ddxInit.c
    U X11/xc/programs/Xserver/Xprint/mediaSizes.c
    U X11/xc/programs/Xserver/Xprint/pcl/Imakefile
    U X11/xc/programs/Xserver/Xprint/pcl/Pcl.h
    U X11/xc/programs/Xserver/Xprint/pcl/PclArc.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclArea.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclAttVal.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclAttr.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclColor.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclCursor.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclDef.h
    U X11/xc/programs/Xserver/Xprint/pcl/PclFonts.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclGC.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclInit.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclLine.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclMisc.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPixel.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPixmap.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPolygon.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclPrint.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclSFonts.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclSFonts.h
    U X11/xc/programs/Xserver/Xprint/pcl/PclSpans.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclText.c
    U X11/xc/programs/Xserver/Xprint/pcl/PclWindow.c
    U X11/xc/programs/Xserver/Xprint/pcl/Pclmap.h
    U X11/xc/programs/Xserver/Xprint/pcl-mono/Imakefile
    U X11/xc/programs/Xserver/Xprint/ps/Imakefile
    U X11/xc/programs/Xserver/Xprint/ps/Ps.h
    U X11/xc/programs/Xserver/Xprint/ps/PsArc.c
    U X11/xc/programs/Xserver/Xprint/ps/PsArea.c
    U X11/xc/programs/Xserver/Xprint/ps/PsAttVal.c
    U X11/xc/programs/Xserver/Xprint/ps/PsAttr.c
    U X11/xc/programs/Xserver/Xprint/ps/PsColor.c
    U X11/xc/programs/Xserver/Xprint/ps/PsDef.h
    U X11/xc/programs/Xserver/Xprint/ps/PsFonts.c
    U X11/xc/programs/Xserver/Xprint/ps/PsGC.c
    U X11/xc/programs/Xserver/Xprint/ps/PsInit.c
    U X11/xc/programs/Xserver/Xprint/ps/PsLine.c
    U X11/xc/programs/Xserver/Xprint/ps/PsMisc.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPixel.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPixmap.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPolygon.c
    U X11/xc/programs/Xserver/Xprint/ps/PsPrint.c
    U X11/xc/programs/Xserver/Xprint/ps/PsSpans.c
    U X11/xc/programs/Xserver/Xprint/ps/PsText.c
    U X11/xc/programs/Xserver/Xprint/ps/PsWindow.c
    U X11/xc/programs/Xserver/Xprint/ps/psout.c
    U X11/xc/programs/Xserver/Xprint/ps/psout.h
    U X11/xc/programs/Xserver/Xprint/raster/Imakefile
    U X11/xc/programs/Xserver/Xprint/raster/Raster.c
    U X11/xc/programs/Xserver/Xprint/raster/Raster.h
    U X11/xc/programs/Xserver/Xprint/raster/RasterAttVal.c
    U X11/xc/programs/Xserver/afb/README
    U X11/xc/programs/Xserver/afb/Imakefile
    U X11/xc/programs/Xserver/afb/Xdaniver.doc
    U X11/xc/programs/Xserver/afb/afb.h
    U X11/xc/programs/Xserver/afb/afbbitblt.c
    U X11/xc/programs/Xserver/afb/afbblt.c
    U X11/xc/programs/Xserver/afb/afbbres.c
    U X11/xc/programs/Xserver/afb/afbbresd.c
    U X11/xc/programs/Xserver/afb/afbbstore.c
    U X11/xc/programs/Xserver/afb/afbclip.c
    U X11/xc/programs/Xserver/afb/afbcmap.c
    U X11/xc/programs/Xserver/afb/afbfillarc.c
    U X11/xc/programs/Xserver/afb/afbfillrct.c
    U X11/xc/programs/Xserver/afb/afbfillsp.c
    U X11/xc/programs/Xserver/afb/afbfont.c
    U X11/xc/programs/Xserver/afb/afbgc.c
    U X11/xc/programs/Xserver/afb/afbgetsp.c
    U X11/xc/programs/Xserver/afb/afbhrzvert.c
    U X11/xc/programs/Xserver/afb/afbimage.c
    U X11/xc/programs/Xserver/afb/afbimggblt.c
    U X11/xc/programs/Xserver/afb/afbline.c
    U X11/xc/programs/Xserver/afb/afbmisc.c
    U X11/xc/programs/Xserver/afb/afbpixmap.c
    U X11/xc/programs/Xserver/afb/afbpntwin.c
    U X11/xc/programs/Xserver/afb/afbply1rct.c
    U X11/xc/programs/Xserver/afb/afbplygblt.c
    U X11/xc/programs/Xserver/afb/afbpntarea.c
    U X11/xc/programs/Xserver/afb/afbpolypnt.c
    U X11/xc/programs/Xserver/afb/afbpushpxl.c
    U X11/xc/programs/Xserver/afb/afbscrinit.c
    U X11/xc/programs/Xserver/afb/afbsetsp.c
    U X11/xc/programs/Xserver/afb/afbtegblt.c
    U X11/xc/programs/Xserver/afb/afbtile.c
    U X11/xc/programs/Xserver/afb/afbwindow.c
    U X11/xc/programs/Xserver/afb/afbzerarc.c
    U X11/xc/programs/Xserver/cfb/Imakefile
    U X11/xc/programs/Xserver/cfb/cfb.h
    U X11/xc/programs/Xserver/cfb/cfb8bit.c
    U X11/xc/programs/Xserver/cfb/cfb8bit.h
    U X11/xc/programs/Xserver/cfb/cfb8cppl.c
    U X11/xc/programs/Xserver/cfb/cfb8line.c
    U X11/xc/programs/Xserver/cfb/cfballpriv.c
    U X11/xc/programs/Xserver/cfb/cfbbitblt.c
    U X11/xc/programs/Xserver/cfb/cfbblt.c
    U X11/xc/programs/Xserver/cfb/cfbbres.c
    U X11/xc/programs/Xserver/cfb/cfbbresd.c
    U X11/xc/programs/Xserver/cfb/cfbbstore.c
    U X11/xc/programs/Xserver/cfb/cfbcmap.c
    U X11/xc/programs/Xserver/cfb/cfbfillarc.c
    U X11/xc/programs/Xserver/cfb/cfbfillrct.c
    U X11/xc/programs/Xserver/cfb/cfbfillsp.c
    U X11/xc/programs/Xserver/cfb/cfbgc.c
    U X11/xc/programs/Xserver/cfb/cfbgetsp.c
    U X11/xc/programs/Xserver/cfb/cfbglblt8.c
    U X11/xc/programs/Xserver/cfb/cfbhrzvert.c
    U X11/xc/programs/Xserver/cfb/cfbigblt8.c
    U X11/xc/programs/Xserver/cfb/cfbimage.c
    U X11/xc/programs/Xserver/cfb/cfbline.c
    U X11/xc/programs/Xserver/cfb/cfbmap.h
    U X11/xc/programs/Xserver/cfb/cfbmskbits.c
    U X11/xc/programs/Xserver/cfb/cfbmskbits.h
    U X11/xc/programs/Xserver/cfb/cfbpixmap.c
    U X11/xc/programs/Xserver/cfb/cfbply1rct.c
    U X11/xc/programs/Xserver/cfb/cfbpntwin.c
    U X11/xc/programs/Xserver/cfb/cfbpolypnt.c
    U X11/xc/programs/Xserver/cfb/cfbpush8.c
    U X11/xc/programs/Xserver/cfb/cfbrctstp8.c
    U X11/xc/programs/Xserver/cfb/cfbrrop.c
    U X11/xc/programs/Xserver/cfb/cfbrrop.h
    U X11/xc/programs/Xserver/cfb/cfbscrinit.c
    U X11/xc/programs/Xserver/cfb/cfbsetsp.c
    U X11/xc/programs/Xserver/cfb/cfbsolid.c
    U X11/xc/programs/Xserver/cfb/cfbteblt8.c
    U X11/xc/programs/Xserver/cfb/cfbtegblt.c
    U X11/xc/programs/Xserver/cfb/cfbtile32.c
    U X11/xc/programs/Xserver/cfb/cfbtileodd.c
    U X11/xc/programs/Xserver/cfb/cfbwindow.c
    U X11/xc/programs/Xserver/cfb/cfbzerarc.c
    U X11/xc/programs/Xserver/cfb/stip68kgnu.h
    U X11/xc/programs/Xserver/cfb/stipmips.s
    U X11/xc/programs/Xserver/cfb/stipsparc.s
    U X11/xc/programs/Xserver/cfb/stipple68k.s
    U X11/xc/programs/Xserver/cfb/stipsprc32.s
    U X11/xc/programs/Xserver/dbe/Imakefile
    U X11/xc/programs/Xserver/dbe/dbe.c
    U X11/xc/programs/Xserver/dbe/dbestruct.h
    U X11/xc/programs/Xserver/dbe/midbe.c
    U X11/xc/programs/Xserver/dbe/midbe.h
    U X11/xc/programs/Xserver/dbe/midbestr.h
    U X11/xc/programs/Xserver/cfb16/Imakefile
    U X11/xc/programs/Xserver/cfb24/Imakefile
    U X11/xc/programs/Xserver/cfb24/cfbrrop24.h
    U X11/xc/programs/Xserver/cfb32/Imakefile
    U X11/xc/programs/Xserver/dix/BuiltInAtoms
    U X11/xc/programs/Xserver/dix/CHANGES
    U X11/xc/programs/Xserver/dix/buildatoms
    U X11/xc/programs/Xserver/dix/Imakefile
    U X11/xc/programs/Xserver/dix/atom.c
    U X11/xc/programs/Xserver/dix/initatoms.c
    U X11/xc/programs/Xserver/dix/colormap.c
    U X11/xc/programs/Xserver/dix/cursor.c
    U X11/xc/programs/Xserver/dix/devices.c
    U X11/xc/programs/Xserver/dix/dispatch.c
    U X11/xc/programs/Xserver/dix/dispatch.h
    U X11/xc/programs/Xserver/dix/dixfonts.c
    U X11/xc/programs/Xserver/dix/dixutils.c
    U X11/xc/programs/Xserver/dix/events.c
    U X11/xc/programs/Xserver/dix/extension.c
    U X11/xc/programs/Xserver/dix/ffs.c
    U X11/xc/programs/Xserver/dix/gc.c
    U X11/xc/programs/Xserver/dix/globals.c
    U X11/xc/programs/Xserver/dix/glyphcurs.c
    U X11/xc/programs/Xserver/dix/grabs.c
    U X11/xc/programs/Xserver/dix/main.c
    U X11/xc/programs/Xserver/dix/pixmap.c
    U X11/xc/programs/Xserver/dix/privates.c
    U X11/xc/programs/Xserver/dix/property.c
    U X11/xc/programs/Xserver/dix/resource.c
    U X11/xc/programs/Xserver/dix/swaprep.c
    U X11/xc/programs/Xserver/dix/swapreq.c
    U X11/xc/programs/Xserver/dix/swapreq.h
    U X11/xc/programs/Xserver/dix/tables.c
    U X11/xc/programs/Xserver/dix/window.c
    U X11/xc/programs/Xserver/dix/xpstubs.c
    U X11/xc/programs/Xserver/glxStub/Imakefile
    U X11/xc/programs/Xserver/glxStub/glxstub.c
    U X11/xc/programs/Xserver/hw/Imakefile
    U X11/xc/programs/Xserver/hw/dec/ws/Imakefile
    U X11/xc/programs/Xserver/hw/dec/ws/Xdec.man
    U X11/xc/programs/Xserver/hw/dec/ws/acc_2da.c
    U X11/xc/programs/Xserver/hw/dec/ws/acc_3d.c
    U X11/xc/programs/Xserver/hw/dec/ws/acc_none.c
    U X11/xc/programs/Xserver/hw/dec/ws/cfbinit.c
    U X11/xc/programs/Xserver/hw/dec/ws/ext_device.c
    U X11/xc/programs/Xserver/hw/dec/ws/init.c
    U X11/xc/programs/Xserver/hw/dec/ws/keynames.h
    U X11/xc/programs/Xserver/hw/dec/ws/mdepthinit.c
    U X11/xc/programs/Xserver/hw/dec/ws/ws.h
    U X11/xc/programs/Xserver/hw/dec/ws/ws_color.c
    U X11/xc/programs/Xserver/hw/dec/ws/ws_io.c
    U X11/xc/programs/Xserver/hw/hp/Imakefile
    U X11/xc/programs/Xserver/hw/hp/Xhp.man
    U X11/xc/programs/Xserver/hw/hp/ddx_info.c
    U X11/xc/programs/Xserver/hw/hp/hpCursorUtils.c
    U X11/xc/programs/Xserver/hw/hp/hpInit.c
    U X11/xc/programs/Xserver/hw/hp/include/XHPproto.h
    U X11/xc/programs/Xserver/hw/hp/include/hppriv.h
    U X11/xc/programs/Xserver/hw/hp/input/Imakefile
    U X11/xc/programs/Xserver/hw/hp/input/cr16.s
    U X11/xc/programs/Xserver/hw/hp/input/get_tv.c
    U X11/xc/programs/Xserver/hw/hp/input/getkeysym.c
    U X11/xc/programs/Xserver/hw/hp/input/hildef.h
    U X11/xc/programs/Xserver/hw/hp/input/hpKeyMap.c
    U X11/xc/programs/Xserver/hw/hp/input/hpext.h
    U X11/xc/programs/Xserver/hw/hp/input/hpkeys.h
    U X11/xc/programs/Xserver/hw/hp/input/screentab.h
    U X11/xc/programs/Xserver/hw/hp/input/x_hil.c
    U X11/xc/programs/Xserver/hw/hp/input/x_hil.h
    U X11/xc/programs/Xserver/hw/hp/input/x_hilinit.c
    U X11/xc/programs/Xserver/hw/hp/input/x_hilinit.h
    U X11/xc/programs/Xserver/hw/hp/input/x_serialdrv.h
    U X11/xc/programs/Xserver/hw/hp/input/xtest1imp.c
    U X11/xc/programs/Xserver/hw/hp/input/X11/XHPlib.h
    U X11/xc/programs/Xserver/hw/hp/input/drivers/XHPKeymaps
    U X11/xc/programs/Xserver/hw/hp/input/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/hp/input/drivers/X0screens
    U X11/xc/programs/Xserver/hw/hp/input/drivers/hil_driver.c
    U X11/xc/programs/Xserver/hw/hp/input/drivers/hp7lc2k.c
    U X11/xc/programs/Xserver/hw/hp/input/drivers/hp7lc2m.c
    U X11/xc/programs/Xserver/hw/hp/input/drivers/ps2io.h
    U X11/xc/programs/Xserver/hw/hp/ngle/Imakefile
    U X11/xc/programs/Xserver/hw/hp/ngle/dregs.h
    U X11/xc/programs/Xserver/hw/hp/ngle/hyperScrn.c
    U X11/xc/programs/Xserver/hw/hp/ngle/ngle.h
    U X11/xc/programs/Xserver/hw/hp/ngle/ngleblt.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecolormap.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecolormap.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecopy.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecopy.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecursor.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglecursor.h
    U X11/xc/programs/Xserver/hw/hp/ngle/ngledevrom.h
    U X11/xc/programs/Xserver/hw/hp/ngle/ngledoblt.o.8.07
    U X11/xc/programs/Xserver/hw/hp/ngle/ngleextern.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglehdw.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglenoop.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglenoop.h
    U X11/xc/programs/Xserver/hw/hp/ngle/nglescreen.c
    U X11/xc/programs/Xserver/hw/hp/ngle/nglescreen.h
    U X11/xc/programs/Xserver/hw/ibm/README
    U X11/xc/programs/Xserver/hw/ibm/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/AIX/X.cat
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIX.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIXV3.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIXext.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/AIXinit.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/AIX/OScursor.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/OSio.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/hft.exp
    U X11/xc/programs/Xserver/hw/ibm/AIX/X_msg.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixCursor.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixCursor.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixDebug.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixError.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixError.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixEvents.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixInput.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixKeybd.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixKeymap.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixMouse.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixMsg.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/aixWrap.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/lftUtils.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftQueue.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftQueue.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftUtils.c
    U X11/xc/programs/Xserver/hw/ibm/AIX/hftUtils.h
    U X11/xc/programs/Xserver/hw/ibm/AIX/lftUtils.h
    U X11/xc/programs/Xserver/hw/ibm/common/awkdprog
    U X11/xc/programs/Xserver/hw/ibm/common/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/common/OScompiler.h
    U X11/xc/programs/Xserver/hw/ibm/common/awkhprog
    U X11/xc/programs/Xserver/hw/ibm/common/compiler.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmColor.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmColor.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmDate.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmIO.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmIO.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmInit.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmInit.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmKeybd.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmKeybd.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMalloc.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMalloc.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMouse.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmMouse.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmPlumber.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmQuery.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmSave.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmScreen.c
    U X11/xc/programs/Xserver/hw/ibm/common/ibmScreen.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmTrace.h
    U X11/xc/programs/Xserver/hw/ibm/common/ibmUtils.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgc.h
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcCmap.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcCpArea.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcGlobal.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcPntWin.c
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcProcs.h
    U X11/xc/programs/Xserver/hw/ibm/pgc/pgcWindow.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/Imakefile
    U X11/xc/programs/Xserver/hw/ibm/skyway/copyword.s
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyBitBlt.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyCmap.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyCur.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyFill.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyFillRct.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyHdwr.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyHdwr.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyInfo.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyPriv.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyProbe.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyProcs.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyReg.h
    U X11/xc/programs/Xserver/hw/ibm/skyway/skySGC.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skySave.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyScrInit.c
    U X11/xc/programs/Xserver/hw/ibm/skyway/skyWin.c
    U X11/xc/programs/Xserver/hw/sun/README
    U X11/xc/programs/Xserver/hw/sun/Imakefile
    U X11/xc/programs/Xserver/hw/sun/circleset.h
    U X11/xc/programs/Xserver/hw/sun/Xsun.man
    U X11/xc/programs/Xserver/hw/sun/constype.c
    U X11/xc/programs/Xserver/hw/sun/constype.man
    U X11/xc/programs/Xserver/hw/sun/kbd_mode.c
    U X11/xc/programs/Xserver/hw/sun/kbd_mode.man
    U X11/xc/programs/Xserver/hw/sun/sun.h
    U X11/xc/programs/Xserver/hw/sun/sunCfb.c
    U X11/xc/programs/Xserver/hw/sun/sunCfb24.c
    U X11/xc/programs/Xserver/hw/sun/sunCursor.c
    U X11/xc/programs/Xserver/hw/sun/sunFbs.c
    U X11/xc/programs/Xserver/hw/sun/sunGX.c
    U X11/xc/programs/Xserver/hw/sun/sunGX.h
    U X11/xc/programs/Xserver/hw/sun/sunInit.c
    U X11/xc/programs/Xserver/hw/sun/sunIo.c
    U X11/xc/programs/Xserver/hw/sun/sunKbd.c
    U X11/xc/programs/Xserver/hw/sun/sunKeyMap.c
    U X11/xc/programs/Xserver/hw/sun/sunMfb.c
    U X11/xc/programs/Xserver/hw/sun/sunMouse.c
    U X11/xc/programs/Xserver/hw/sun/sunMultiDepth.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/Imakefile
    U X11/xc/programs/Xserver/hw/sunAmoeba/sun.h
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmInit.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmIo.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmKbd.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmMouse.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmProbe.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunAmScreen.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunCfb.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunCursor.c
    U X11/xc/programs/Xserver/hw/sunAmoeba/sunFbs.c
    U X11/xc/programs/Xserver/hw/sunLynx/Imakefile
    U X11/xc/programs/Xserver/hw/sunLynx/btreg.h
    U X11/xc/programs/Xserver/hw/sunLynx/btvar.h
    U X11/xc/programs/Xserver/hw/sunLynx/cgsixreg.h
    U X11/xc/programs/Xserver/hw/sunLynx/fbio.h
    U X11/xc/programs/Xserver/hw/sunLynx/patch.Console
    U X11/xc/programs/Xserver/hw/sunLynx/patch.Console-2.4.0
    U X11/xc/programs/Xserver/hw/sunLynx/sun.h
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyCfb.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyFbs.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyInit.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyIo.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyKbd.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyMouse.c
    U X11/xc/programs/Xserver/hw/sunLynx/sunLyUtil.c
    U X11/xc/programs/Xserver/hw/sunLynx/vuid_event.h
    U X11/xc/programs/Xserver/hw/svga/README
    U X11/xc/programs/Xserver/hw/svga/Imakefile
    U X11/xc/programs/Xserver/hw/svga/atKeynames.h
    U X11/xc/programs/Xserver/hw/svga/compiler.h
    U X11/xc/programs/Xserver/hw/svga/svga.h
    U X11/xc/programs/Xserver/hw/svga/svga386.s
    U X11/xc/programs/Xserver/hw/svga/svgaBank.c
    U X11/xc/programs/Xserver/hw/svga/svgaColor.c
    U X11/xc/programs/Xserver/hw/svga/svgaFb.c
    U X11/xc/programs/Xserver/hw/svga/svgaInit.c
    U X11/xc/programs/Xserver/hw/svga/svgaIo.c
    U X11/xc/programs/Xserver/hw/svga/svgaKbd.c
    U X11/xc/programs/Xserver/hw/svga/svgaSVPMI.c
    U X11/xc/programs/Xserver/hw/svga/svgaVT.c
    U X11/xc/programs/Xserver/hw/svga/config/Imakefile
    U X11/xc/programs/Xserver/hw/svga/config/vga.pmi
    U X11/xc/programs/Xserver/hw/vfb/Imakefile
    U X11/xc/programs/Xserver/hw/vfb/InitInput.c
    U X11/xc/programs/Xserver/hw/vfb/InitOutput.c
    U X11/xc/programs/Xserver/hw/vfb/Xvfb.man
    U X11/xc/programs/Xserver/hw/vfb/lk201kbd.h
    U X11/xc/programs/Xserver/hw/xfree68/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/XF68Conf.cpp
    U X11/xc/programs/Xserver/hw/xfree68/XF68_FBDev.man
    U X11/xc/programs/Xserver/hw/xfree68/LinkKit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/common/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/common/XF68_FBDev.c
    U X11/xc/programs/Xserver/hw/xfree68/doc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/doc/README.fbdev
    U X11/xc/programs/Xserver/hw/xfree68/doc/man/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/doc/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/doc/sgml/fbdev.sgml
    U X11/xc/programs/Xserver/hw/xfree68/etc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/fbdev/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/fbdev/fbdev.c
    U X11/xc/programs/Xserver/hw/xfree68/os-support/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/os-support/linux/Imakefile
    U X11/xc/programs/Xserver/hw/xfree68/os-support/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/CHANGELOG
    U X11/xc/programs/Xserver/hw/xfree86/CHANGELOG.R5
    U X11/xc/programs/Xserver/hw/xfree86/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Conf.cpp
    U X11/xc/programs/Xserver/hw/xfree86/XF86Conf.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_Acc.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_Mono.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_SVGA.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86_VGA16.man
    U X11/xc/programs/Xserver/hw/xfree86/XFree86.man
    C X11/xc/programs/Xserver/hw/xfree86/xf86Version.h
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/Imakefile.LK
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/README
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/mkmf.cpp
    U X11/xc/programs/Xserver/hw/xfree86/LinkKit/site.def.LK
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ChangeLog
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/00README
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/01.CopyRights
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/8514.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/AL.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ARK.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ATI.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ATIMach.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Ahead.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Alliance.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Amake.cmds
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Amake.srclist
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/AsmMacros.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/CGA.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/sprobe.def
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/ChipsTech.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Cirrus.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Compaq.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Epson.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Genoa.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/HMC.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Herc.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/I128.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/MDA.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Intergraphics.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/MX.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Main.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Makefile.std
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Matrox.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/MemProbe.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/NCR.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_386BSD.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Linux.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_LynxOS.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Mach.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Minix.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_Os2.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_SYSV.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Oak.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/PCI.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/PatchLevel.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Primus.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Print.c
    C X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/RamDac.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/RealTek.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/S3.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SiS.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SigmaDesigns.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Tseng.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SolX86IO.s
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/SuperProbe.man
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Trident.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/UMC.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Utils.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/VGA.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Video7.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/WD.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Weitek.c
    U X11/xc/programs/Xserver/hw/xfree86/SuperProbe/Yamaha.c
    N X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_DGUX.c
    N X11/xc/programs/Xserver/hw/xfree86/SuperProbe/OS_GNUmach.c
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/Imakefile.stub
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/VGADriver.Doc
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/stub_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/VGADriverDoc/stub_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/CHANGELOG
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/LICENSE
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/README
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/TODO
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/README.html
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/XF86Setup.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/card.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/carddata.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/done.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/filelist.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/keyboard.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/main.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/modeselect.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/mondata.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/monitor.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/mouse.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/mseproto.cpp
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase1.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase2.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase3.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase4.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/phase5.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/setuplib.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/srvflags.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclcards.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclkbd.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclmisc.h
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclother.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclvidmode.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclvidmode.h
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclxfconf.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tclxkbui.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tkother.c
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/xfsconf.h
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/XFree86.msk
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/XFree86.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/vidcard.msk
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/pics/vidcard.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/findopts
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/mseconfig.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig.man
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/README
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/button.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/prolog.ps
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/combobox.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/dialog.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/downarrow.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/entry.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/focus.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/init.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/license.terms
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/listbox.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/menu.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/misc.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/optionMenu.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/palette.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/uparrow.xbm
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/scale.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/scrollbar.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tclIndex
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tearoff.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/text.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tk.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/tcllib/tkerror.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/local_text.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_card.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_done.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_intro.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_keyboard.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_modeselect.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_monitor.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_mouse.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/help_other.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/message_proc.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/generic/messages.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_card.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_done.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_intro.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_keyboard.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_modeselect.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_monitor.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_mouse.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/help_other.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/message_proc.tcl
    U X11/xc/programs/Xserver/hw/xfree86/XF86Setup/texts/ja/messages.tcl
    U X11/xc/programs/Xserver/hw/xfree86/accel/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Att490.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Att490.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt481.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt481.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt485.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agx.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agx.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBCach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBCach.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBStor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxCmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxDLine.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxDSeg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFArc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFCach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFPoly.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFRect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFS.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxFont.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGC32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGS.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxGtImg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxIm.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxIm.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxInit.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxLine.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxMap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxPntWin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxSS.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxScrIn.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxSeg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxText.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/agxWin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/hercRamDac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/hercRamDac.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/regagx.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf861502x.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf861502x.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf86RamDac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/agx/xf86RamDac.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86bcache.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86bcache.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86fcache.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86fcache.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/cache/xf86text.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/confw32.cmd
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/confw32.sh
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/w32it.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/w32line.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/asm/w32pit.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfb8cppl.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfb8line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbbitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbblt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbfillrct.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbfillsp.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbgc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbgetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbglblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbply1rct.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbpntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbpush8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbscrinit.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbsetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbsolid.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtegblt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtile32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/cfbtileodd.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/stipple.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32bres.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32bresd.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32fillarc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32hrzvert.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32polypnt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32rctstp8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/cfb.w32/w32zerarc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/dummy.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/et4000.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/et4000w32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/gglbox.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/ggldraw.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/ramdac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/vga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/vgaCmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32blt.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32box.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32funcs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32itext.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32map.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32stip.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32vars.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/et4000w32/w32/w32version.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/IBMRGB.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/IBMRGB.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/README
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glintIBMCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint_init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glint_regs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glintcmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/glintcurs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm2_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm2_dac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm2v_dac.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/pm_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/glint/vgaHW.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128Cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128IBMCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128TiCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128misc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128reg.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/i128/i128stubs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/8514cach.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/8514im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/bcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/dsline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/dsseg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/fc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/ibm8514.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/ibm8514.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imfill.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imread.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imstip.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/imwrite.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/reg8514.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/ibm8514/win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/ativga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/ativga.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32bc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32dline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32dseg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32mem.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32pntwn.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/mach32win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach32/regmach32.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/ativga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/ativga.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fifo.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fifo.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64orect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64pcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64pntwn.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64util.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach64/regmach64.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8bc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8cache.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8dsln.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8dssg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8fc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imfl.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imrd.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imst.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8imwrt.s
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/mach8win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/mach8/regmach8.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/I2061Acal.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/I2061Aset.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/ICD2061A.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000Bt485.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000BtCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000curs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000gc16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000gc32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000orchid.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000orchid.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000pntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000reg.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000vga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000viper.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000viper.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/README.s3
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/IBMRGBCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/Ti3026Curs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/confS3.sh
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/confs3.cmd
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/newmmio.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/regs3.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3BtCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3Cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ELSA.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ELSA.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3TiCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3bcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3dline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3dseg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc24.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gc32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3linear.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3misc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3name.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ramdacs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3seg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/mmio_928/mmio_928.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/newmmio/newmmio.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/drivers/s3_generic/s3_generic.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/confS3V.sh
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/confs3v.cmd
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/newmmio-sizes.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/newmmio.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/regs3v.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3Cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3ELSA.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3ELSA.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3bcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3blt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3bstor.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3dline.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3fcach.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3font.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3frect.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3fs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc16.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc24.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gc32.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3gtimg.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3im.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3im.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3init.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3line.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3misc.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3name.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3plypt.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3rop.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3ss.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3text.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3v.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/s3win.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/drivers/s3_virge/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/s3_virge/drivers/s3_virge/s3_virge.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgaBtCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgaDECCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga_presets.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tga_regs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgacmap.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgacurs.c
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgacurs.h
    U X11/xc/programs/Xserver/hw/xfree86/accel/tga/tgainit.c
    U X11/xc/programs/Xserver/hw/xfree86/common/NOTES.Mice
    U X11/xc/programs/Xserver/hw/xfree86/common/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/common/Mach32.c
    U X11/xc/programs/Xserver/hw/xfree86/common/Mach64.c
    U X11/xc/programs/Xserver/hw/xfree86/common/Mach8.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_8514.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_AGX.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_GLINT.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_I128.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_Mono.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_P9000.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_S3.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_SVGA.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_TGA.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_VGA16.c
    U X11/xc/programs/Xserver/hw/xfree86/common/XF86_W32.c
    U X11/xc/programs/Xserver/hw/xfree86/common/atKeynames.h
    U X11/xc/programs/Xserver/hw/xfree86/common/cfb16.h
    U X11/xc/programs/Xserver/hw/xfree86/common/cfb24.h
    U X11/xc/programs/Xserver/hw/xfree86/common/cfb32.h
    U X11/xc/programs/Xserver/hw/xfree86/common/coKeynames.h
    U X11/xc/programs/Xserver/hw/xfree86/common/compiler.h
    U X11/xc/programs/Xserver/hw/xfree86/common/scoasm.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86AceCad.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Beta.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Config.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86DCConf.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86DCConf.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Dial.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Dl.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Elo.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Events.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86ExtInit.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Init.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Io.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Jstk.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Kbd.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86KbdBSD.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86KbdLnx.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86KbdMach.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Keymap.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Lock.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86MuTouch.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Priv.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Procs.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Summa.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Switch.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Wacom.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86XKB.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86Xinput.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Config.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Option.c
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_Option.h
    U X11/xc/programs/Xserver/hw/xfree86/common/xf86_PnPMouse.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ATTDac.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/BUSmemcpy.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/BUSmemcpy.s
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ch8391clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/CirrusClk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/CirrusClk.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/I2061Aalt.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/I2061Acal.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/I2061Aset.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IBMRGB.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IBMRGB.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICD2061A.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICS1562.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICS2595.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/ICS2595.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IODelay.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/IODelay.s
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/S3gendac.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/S3gendac.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SC11412.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SC11412.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/STG1703clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SlowBcopy.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/SlowBcopy.s
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ti3025clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ti3026clk.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/Ti302X.h
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/glibcAxpIo.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_ClkPr.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_HWlib.h
    C X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_PCI.c
    U X11/xc/programs/Xserver/hw/xfree86/common_hw/xf86_PCI.h
    U X11/xc/programs/Xserver/hw/xfree86/doc/BetaReport
    U X11/xc/programs/Xserver/hw/xfree86/doc/AccelCards
    U X11/xc/programs/Xserver/hw/xfree86/doc/BUILD
    U X11/xc/programs/Xserver/hw/xfree86/doc/CODING
    U X11/xc/programs/Xserver/hw/xfree86/doc/COPYRIGHT
    U X11/xc/programs/Xserver/hw/xfree86/doc/Devices
    U X11/xc/programs/Xserver/hw/xfree86/doc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/LbxproxyOnly
    U X11/xc/programs/Xserver/hw/xfree86/doc/Monitors
    U X11/xc/programs/Xserver/hw/xfree86/doc/OS2.Notes
    U X11/xc/programs/Xserver/hw/xfree86/doc/QuickStart.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/READ.FreeBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/READ.Mach32
    U X11/xc/programs/Xserver/hw/xfree86/doc/READ.Mach64
    U X11/xc/programs/Xserver/hw/xfree86/doc/README
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.3DLabs
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Bsdi
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Config
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.DECtga
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.DGA
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Linux
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.LynxOS
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.MGA
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Mach
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.NVIDIA
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.NetBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.OS2
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Oak
    C X11/xc/programs/Xserver/hw/xfree86/doc/README.OpenBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.P9000
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.S3
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.S3V
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SCO
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SOLX86
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SVR4
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.SiS
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.Video7
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.W32
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.WstDig
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.agx
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.apm
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.ark
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.ati
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.chips
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.cirrus
    U X11/xc/programs/Xserver/hw/xfree86/doc/xinput
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.clkprog
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.cyrix
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.epson
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.isc
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.mouse
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.neo
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.rendition
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.trident
    U X11/xc/programs/Xserver/hw/xfree86/doc/README.tseng
    C X11/xc/programs/Xserver/hw/xfree86/doc/RELNOTES
    U X11/xc/programs/Xserver/hw/xfree86/doc/ServersOnly
    U X11/xc/programs/Xserver/hw/xfree86/doc/VideoModes.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/modeDB.txt
    N X11/xc/programs/Xserver/hw/xfree86/doc/README.I128
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.SVR4
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/AccelCards
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/BUILD
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/COPYRIGHT
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/INSTALL
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/LinkKit
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/QuickStart.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.FreeBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/READ.Mach64
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Config
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.Linux
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.NetBSD
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.S3
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/RELNOTES
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.ati
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.chips
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/README.cirrus
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/VGADriver.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/VideoModes.doc
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/man/XFree86.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/NetBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/BUILD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/CPYRIGHT.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Config.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/DocIndex.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/FreeBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/INSTALL.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/LinkKit.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Linux.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/Mach64.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/SVR4.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/QStart.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/README.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/S3.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VGADriv.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/VidModes.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/ati.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/chips.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/Japanese/sgml/cirrus.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/XF86DGA.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/XF86Misc.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/3DLabs.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Bsdi.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Config.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/DECtga.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/DocIndex.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/FreeBSD.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/LinkKit.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Linux.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/MGA.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach32.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Mach64.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/NVIDIA.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/OS2.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/OS2note.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Oak.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/S3.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/OpenBSD.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/P9000.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/QStart.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml
    C X11/xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTE.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/S3V.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SCO.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SOLX86.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/VGADriv.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/VidModes.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/Video7.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/W32.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/WstDig.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/agx.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/apm.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/ark.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/ati.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/chips.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/cirrus.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/clkprog.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/cyrix.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/epson.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/isc.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/mouse.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/neo.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/trident.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/tseng.sgml
    U X11/xc/programs/Xserver/hw/xfree86/doc/sgml/xinput.sgml
    N X11/xc/programs/Xserver/hw/xfree86/doc/sgml/I128.sgml
    U X11/xc/programs/Xserver/hw/xfree86/etc/ptm.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/2key.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/BM-Lynx.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/etc/XdmConf.svr4
    U X11/xc/programs/Xserver/hw/xfree86/etc/apNetBSD.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/apSolx86.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/dmmap.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/et4000clock.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/install.sv3
    U X11/xc/programs/Xserver/hw/xfree86/etc/install.sv4
    U X11/xc/programs/Xserver/hw/xfree86/etc/ioctl_pc.h
    U X11/xc/programs/Xserver/hw/xfree86/etc/joycal.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/kbd_mode.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/kbd_mode.man
    U X11/xc/programs/Xserver/hw/xfree86/etc/ld-wrapper.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/ldterm.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/mmapSVR3.shar
    U X11/xc/programs/Xserver/hw/xfree86/etc/postinst.sh
    U X11/xc/programs/Xserver/hw/xfree86/etc/preinst.sh
    U X11/xc/programs/Xserver/hw/xfree86/etc/ptem.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/pts.node
    U X11/xc/programs/Xserver/hw/xfree86/etc/pts.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/sp.node
    U X11/xc/programs/Xserver/hw/xfree86/etc/pty.cfg
    C X11/xc/programs/Xserver/hw/xfree86/etc/scanpci.c
    U X11/xc/programs/Xserver/hw/xfree86/etc/sp.sdevice
    U X11/xc/programs/Xserver/hw/xfree86/etc/sun.tcap
    U X11/xc/programs/Xserver/hw/xfree86/etc/sun.tinfo
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr3_patch
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr3_rem_pch
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr4_patch
    U X11/xc/programs/Xserver/hw/xfree86/etc/svr4_rem_pch
    U X11/xc/programs/Xserver/hw/xfree86/etc/vga.bdf
    U X11/xc/programs/Xserver/hw/xfree86/etc/xcode.xfree86
    U X11/xc/programs/Xserver/hw/xfree86/etc/xmodmap.std
    N X11/xc/programs/Xserver/hw/xfree86/etc/fb.h
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/README
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/build-bindist
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/BSDI/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-ELF/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin1-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin1-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin2-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin2-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/bin4-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xdm-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Interactive/xdm-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/TGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/FB-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/68FB-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/LynxOS/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OS2/host.def.os2
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9480-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9EGC-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9GA9-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9GAN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9LPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9MGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9NKV-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9NS3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9SPW-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9SVG-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9TGU-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9WEP-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9WS-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9WSN-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/9set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lk98-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lk98-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/3DL-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/8514-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/AGX-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/I128-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Ma32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Ma64-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Ma8-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/Mono-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/P9K-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/S3-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/S3V-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/SVGA-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/VG16-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/W32-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/fsrv-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lib-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lib-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lkit-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/lkit-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/man-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/man-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/nest-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prog-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prog-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/prt-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/set-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/vfb-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/cfg-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/cfg-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/dir
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/doc-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/doc-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/extras
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/f100-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fcyr-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnon-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnts-excl
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fnts-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/fscl-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/html-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/host.def
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/jdoc-list
    U X11/xc/programs/Xserver/hw/xfree86/etc/bindist/common/ps-list
    U X11/xc/programs/Xserver/hw/xfree86/fbdev/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/COPYRIGHT
    U X11/xc/programs/Xserver/hw/xfree86/mono/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/USING
    U X11/xc/programs/Xserver/hw/xfree86/mono/confmono.cmd
    U X11/xc/programs/Xserver/hw/xfree86/mono/confmono.sh
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/apolloBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/apolloHW.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/apollo/apollodriv.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hercules/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hercules/hercules.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/HGC1280.info
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/hgc1280HW.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/hgc1280/hgc1280driv.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/sigma/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/sigma/sigmaHW.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/drivers/sigma/sigmadriv.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/mfblinebank.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/mfbmap.h
    U X11/xc/programs/Xserver/hw/xfree86/mono/mfb.banked/mfbmap.sh
    U X11/xc/programs/Xserver/hw/xfree86/mono/mono/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/mono/mono/mono.c
    U X11/xc/programs/Xserver/hw/xfree86/mono/mono/mono.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/README.OS-lib
    U X11/xc/programs/Xserver/hw/xfree86/os-support/assyntax.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/am_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/am_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/amoeba/am_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_VTsw.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_jstk.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_jstk.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/lynxos/lynx_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/bios_mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/mach/mach_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/bios_devmem.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/local.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/mnx_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/mnx_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/minix/mnx_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_IlHack.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_Util.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/README
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_VTsw.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_bios.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_diag.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_ioperm.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_kbdEv.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.h
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_stubs.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/os2/os2_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/VTsw_sco.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sco/sco_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/IO_utils.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/VTsw_noop.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/VTsw_usl.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/bios_devmem.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/inout.s
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/ioperm_noop.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/mapVT_noop.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/posix_tty.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/std_kbdEv.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/std_mouse.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/std_mseEv.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/sysv_kbd.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/shared/sysv_tty.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_iout.s
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/solx86/solx86_vid.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/bios_V4mmap.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_init.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_io.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/sysv_video.c
    U X11/xc/programs/Xserver/hw/xfree86/os-support/sysv/xqueue.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/bios_DGmmap.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_init.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_io.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_kbd.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_kbdEv.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_tty.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/dgux/dgux_video.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/hurd/Imakefile
    N X11/xc/programs/Xserver/hw/xfree86/os-support/hurd/bios_mmap.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_init.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_io.c
    N X11/xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_video.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/BUGS
    U X11/xc/programs/Xserver/hw/xfree86/vga16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/cvga16.cmd
    U X11/xc/programs/Xserver/hw/xfree86/vga16/cvga16.sh
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/ati/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/cl64xx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/et3000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/et4000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/ncr77c22/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/oak/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/sis/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/drivers/tvga8900/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/OScompiler.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulOpStip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulRepAre.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulStip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/emulTile.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ibmTrace.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbbres.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbbresd.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbfillarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbhrzvert.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbimggblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/mfbzerarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/offscreen.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcArea.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBStore.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBitMacs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcBitmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcCReduce.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcClip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcCpArea.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcDepth.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcFillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcGC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcGCstr.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcGetSp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcIO.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcImg.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPixFS.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPixmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPntWin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPolyPnt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPolyRec.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcPushPxl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcQuery.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcRot.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcRslvC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcScrn.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcSetSp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcSpMcro.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcWinFS.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/ppcWindow.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vga16.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaBitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaGC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaImages.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaReg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaSolid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaStipple.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/vgaVideo.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/wm0.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/wm3.c
    U X11/xc/programs/Xserver/hw/xfree86/vga16/ibm/wm3.h
    U X11/xc/programs/Xserver/hw/xfree86/vga16/mfb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/mi/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga16/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/NOTES
    U X11/xc/programs/Xserver/hw/xfree86/xaa/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/Imakefile.BPP
    U X11/xc/programs/Xserver/hw/xfree86/xaa/cfbcpplane.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/sampledrv.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/vga256map.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86bench.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86bitmap.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86cparea.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86defs.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86dline.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86dseg.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86expblt.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86expblt.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86farc.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86fpoly.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86frect.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86gc.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86gcmap.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86gcmisc.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86im.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86initac.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86line.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86line2.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86local.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86maploc.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86orect.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86pcache.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86pcache.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86plane.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86scrin.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86scrin.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86spans.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86stip.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86tables.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86text.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86txtblt.s
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86window.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86wline.c
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xf86xaa.h
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa24/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaa8/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xaa/xaavga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/README
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/copyright.c
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/keyword.i
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/lex.l
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/os.h
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/reconfig.man
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/reconfig.y
    U X11/xc/programs/Xserver/hw/xfree86/reconfig/strlist.h
    U X11/xc/programs/Xserver/hw/xfree86/vga2/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/confvga2.cmd
    U X11/xc/programs/Xserver/hw/xfree86/vga2/confvga2.sh
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/ati/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/cirrus/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/cl64xx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/compaq/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/et3000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/et4000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/generic/gen_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/gvga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/ncr77c22/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/oak/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/pvga1/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/sis/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/drivers/tvga8900/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/mfbbitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/mfbblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga2/mfb.banked/mfblinebank.h
    U X11/xc/programs/Xserver/hw/xfree86/vga2/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga2/vga/vgaLBank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga2/vga/vgaLBankc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/cvga256.cmd
    U X11/xc/programs/Xserver/hw/xfree86/vga256/cvga256.sh
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/al2101/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/al2101/al_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/al2101/al_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/ali_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ali/ali_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/apm/apm_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_bitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_cop.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ark/ark_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ati.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadapter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadapter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadjust.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiadjust.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibank.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibank.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibanks.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibus.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atibus.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atichip.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticlock.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticmap.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticonsole.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/aticrtc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidac.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidac.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidepth.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atidsp.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atifbinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atifbinit.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atigetmode.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atigetmode.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiident.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atimach64.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atimach64.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atimono.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprint.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiprobe.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiproto.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiregs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atireset.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atireset.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiscrinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiscrinit.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiutil.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativalid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativalid.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativersion.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativga.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/ativga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atividmem.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ati/atiwonder.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_BitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_BlitMM.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_Blitter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_BltHiQV.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_FillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_FillSt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_alloc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_blitter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_config.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_line.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_lline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_lline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_pci.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_solid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/ct_textblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/dRegs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/chips/mRegs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/CHANGES
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirBlitMM.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirBlitter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirFillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirFillSt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_alloc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_alloc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blitLG.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blitLG.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blitter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_bltC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_fill.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_fillLG.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_im.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_imblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_inline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_line.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_orect.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_solid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_span.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_span.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cir_textblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/cirrus_acl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/laguna_acl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/linearline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/linearline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cl64xx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cl64xx/cl_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cl64xx/cl_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/compaq/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/compaq/cpq_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/compaq/cpq_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_asm.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_cmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/cyrix/cyrix_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et3000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et3000/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et3000/et3_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/et4_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/et4_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_acl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_acl.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_clock.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_colexp.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_cursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_dpms.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_inline.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/et4000/tseng_ramdac.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/generic/gen_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/gvga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/gvga/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/gvga/gvg_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_bios.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dac1064.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dac3026.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_dacG200.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_hwcurs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_macros.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_map.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_reg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_storm.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/mga_xaarepl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/util/Makefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/util/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mga/util/stormdwg.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mx/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mx/mx_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/mx/mx_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ncr77c22/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ncr77c22/ncr_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/ncr77c22/ncr_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2070.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2090.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2097.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_2200.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_macros.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/neo/neo_reg.h
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.NV1
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.RIVA128
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.RIVATNT
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.tech
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1ref.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1setup.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3arb.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3arb.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3driver.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv3setup.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4arb.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4arb.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv4setup.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvaccel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvcursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvreg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvsetup.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvuser.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nvvga.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/README.RIVA
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/nv1accel.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.c
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_hw.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_tbl.h
    N X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/nv/riva_xaa.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_colexp.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oak_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oti87_bltC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oti87_fill.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/oak/oti87_sol.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Access.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Access.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00DAC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00DAC.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00ICD2061A.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00ICD2061A.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Includes.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Probe.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Probe.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00Regs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00VGA.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00VGA.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00VGARegs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00XAA.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/p9x00/p9x00XAA.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/paradise.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvg_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgaBitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgablt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgapntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/pvga1/pvgasolid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/realtek/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/realtek/rt_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/realtek/rt_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/cscode.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/hwcursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/hwcursor.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/rendition_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v1kregs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v1krisc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v1krisc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/v2kregs.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vboard.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vboard.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vgafont-std.data
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vgafont-vrx.data
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vgapalette.data
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vloaduc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vloaduc.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vmodes.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vmodes.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vos.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vramdac.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vramdac.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vtest.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vtypes.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vvga.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/rendition/vvga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/IBMRGBCurs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/README.S3
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/Ti3026Curs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/newmmio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3Bt485.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3BtCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3ELSA.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3ELSA.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3TiCursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3fbinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3init.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3misc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3probe.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3ramdacs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3reg.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3_svga/s3save.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/README
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/newmmio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_cursor.c
    C X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_misc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v/s3v_rop.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis86c201.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_BitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_Blitter.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_FillRct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_FillSt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_blitter.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_blt16.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_colexp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_curs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_pntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_solid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_teblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/sis/sis_textblt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_cursor.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/spc8110/spc_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/bankc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/t89_driver.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_accel.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_curs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_drv.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_ger.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_mmio.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/tvga8900/tgui_oldacl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/video7/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/video7/v7_bank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/drivers/video7/v7_driver.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/SpeedUpBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fBitBlt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fFill.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fFillSet.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fLineBres.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fLineH.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/fLineV.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/gBanks.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suBBlt2.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suBitBlt.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suBox.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suLine.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/suVHLine.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaBitBlt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaBltFillc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaFasm.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/enhanced/vgaLinec.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/Design
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga256.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vga8cppl.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaAsm.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaBank.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaBank.s
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaBankc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaCmap.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaHW.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaPCI.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabitblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgablt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabltC.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabresd.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgabstore.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafillarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafillrct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafillsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgafuncs.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgagc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgagetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaglblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaimage.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaline.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgalined.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgaply1rct.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapntwin.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapolypnt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapush8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgapwinS.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgarctstp8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgascrinit.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgasetsp.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgasolid.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatables.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgateblt8.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgategblt.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatile32.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgatileodd.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgawindow.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vga/vgazerarc.c
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vgainit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vgainit/vgabpp.h
    U X11/xc/programs/Xserver/hw/xfree86/vga256/vgainit/vgabppscrin.c
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/Cards
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/Imakefile
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/cards.c
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/cards.h
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/xf86conf.man
    U X11/xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c
    U X11/xc/programs/Xserver/hw/xfree98/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF98Conf.cpp
    U X11/xc/programs/Xserver/hw/xfree98/LinkKit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/SuperProbe/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/VGADriverDoc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/filelist.tcl
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/pics/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/scripts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/scripts/xmseconfig
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/tcllib/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/texts/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/texts/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/XF86Setup/texts/ja/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/cache/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3ga968/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3pc98.c
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3pc98.h
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3nec/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwlb/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/mmio_928/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/drivers/s3_generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/s3mmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/accel/s3pwskb/s3newmmio/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/Imakefile.chw
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/ga968/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/nec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/pwlb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/common_hw/pwskb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/VideoBoard98
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/README98
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/README98.1st
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/sgml/1st.sgml
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/sgml/read98.sgml
    U X11/xc/programs/Xserver/hw/xfree98/doc/Japanese/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/man/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/doc/sgml/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/etc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/bsd/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/linux/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/minix/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/os-support/sysv/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/reconfig/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/drivers/generic/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/ibm/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/ibm/egc_asm.s
    U X11/xc/programs/Xserver/hw/xfree98/vga16/mfb/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/mi/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/misc/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga16/vga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/Imakefile.vga
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cmga.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cmga.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cnec480.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cnec480.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/ctgui.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/ctgui.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cvga256.cmd
    U X11/xc/programs/Xserver/hw/xfree98/vga256/cvga256.sh
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/cir_pc98.c
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/ganbwap/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/mga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nec480/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nec480/bank.s
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nec480/nec480_dr.c
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/nkvnec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/svga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/trident/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/trident/pc98_tgui.c
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/trident/pc98_tgui.h
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/wabep/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/wabs/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/drivers/wsna/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/ganbwap/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/mga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/nec480/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/nkvnec/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/svga/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/trident/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/vgainit/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/wabep/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/wabs/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/vga256/wsna/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/Imakefile.BPP
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa16/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa24/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa32/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaa8/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xaa/xaavga256/Imakefile
    U X11/xc/programs/Xserver/hw/xfree98/xf86config/Cards98
    U X11/xc/programs/Xserver/hw/xfree98/xf86config/Imakefile
    U X11/xc/programs/Xserver/hw/xnest/icon
    U X11/xc/programs/Xserver/hw/xnest/Args.c
    U X11/xc/programs/Xserver/hw/xnest/Args.h
    U X11/xc/programs/Xserver/hw/xnest/Color.c
    U X11/xc/programs/Xserver/hw/xnest/Color.h
    U X11/xc/programs/Xserver/hw/xnest/Cursor.c
    U X11/xc/programs/Xserver/hw/xnest/Cursor.h
    U X11/xc/programs/Xserver/hw/xnest/Display.c
    U X11/xc/programs/Xserver/hw/xnest/Display.h
    U X11/xc/programs/Xserver/hw/xnest/Drawable.h
    U X11/xc/programs/Xserver/hw/xnest/Events.c
    U X11/xc/programs/Xserver/hw/xnest/Events.h
    U X11/xc/programs/Xserver/hw/xnest/Font.c
    U X11/xc/programs/Xserver/hw/xnest/GC.c
    U X11/xc/programs/Xserver/hw/xnest/GCOps.c
    U X11/xc/programs/Xserver/hw/xnest/GCOps.h
    U X11/xc/programs/Xserver/hw/xnest/GetTime.c
    U X11/xc/programs/Xserver/hw/xnest/Handlers.c
    U X11/xc/programs/Xserver/hw/xnest/Handlers.h
    U X11/xc/programs/Xserver/hw/xnest/Imakefile
    U X11/xc/programs/Xserver/hw/xnest/Init.c
    U X11/xc/programs/Xserver/hw/xnest/Init.h
    U X11/xc/programs/Xserver/hw/xnest/Keyboard.c
    U X11/xc/programs/Xserver/hw/xnest/Keyboard.h
    U X11/xc/programs/Xserver/hw/xnest/Pixmap.c
    U X11/xc/programs/Xserver/hw/xnest/XNGC.h
    U X11/xc/programs/Xserver/hw/xnest/Xnest.h
    U X11/xc/programs/Xserver/hw/xnest/Pixmap.h
    U X11/xc/programs/Xserver/hw/xnest/Pointer.c
    U X11/xc/programs/Xserver/hw/xnest/Pointer.h
    U X11/xc/programs/Xserver/hw/xnest/Screen.c
    U X11/xc/programs/Xserver/hw/xnest/Screen.h
    U X11/xc/programs/Xserver/hw/xnest/TestExt.c
    U X11/xc/programs/Xserver/hw/xnest/Visual.c
    U X11/xc/programs/Xserver/hw/xnest/Visual.h
    U X11/xc/programs/Xserver/hw/xnest/Window.c
    U X11/xc/programs/Xserver/hw/xnest/XNFont.h
    U X11/xc/programs/Xserver/hw/xnest/XNWindow.h
    U X11/xc/programs/Xserver/hw/xnest/Xnest.man
    U X11/xc/programs/Xserver/hw/xnest/screensaver
    U X11/xc/programs/Xserver/hw/xnest/os2Stub.c
    U X11/xc/programs/Xserver/ilbm/README
    U X11/xc/programs/Xserver/ilbm/Imakefile
    U X11/xc/programs/Xserver/ilbm/ilbm.h
    U X11/xc/programs/Xserver/ilbm/ilbmbitblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmbres.c
    U X11/xc/programs/Xserver/ilbm/ilbmbresd.c
    U X11/xc/programs/Xserver/ilbm/ilbmbstore.c
    U X11/xc/programs/Xserver/ilbm/ilbmclip.c
    U X11/xc/programs/Xserver/ilbm/ilbmcmap.c
    U X11/xc/programs/Xserver/ilbm/ilbmfillarc.c
    U X11/xc/programs/Xserver/ilbm/ilbmfillrct.c
    U X11/xc/programs/Xserver/ilbm/ilbmfillsp.c
    U X11/xc/programs/Xserver/ilbm/ilbmfont.c
    U X11/xc/programs/Xserver/ilbm/ilbmgc.c
    U X11/xc/programs/Xserver/ilbm/ilbmgetsp.c
    U X11/xc/programs/Xserver/ilbm/ilbmhrzvert.c
    U X11/xc/programs/Xserver/ilbm/ilbmimage.c
    U X11/xc/programs/Xserver/ilbm/ilbmimggblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmline.c
    U X11/xc/programs/Xserver/ilbm/ilbmmisc.c
    U X11/xc/programs/Xserver/ilbm/ilbmpixmap.c
    U X11/xc/programs/Xserver/ilbm/ilbmply1rct.c
    U X11/xc/programs/Xserver/ilbm/ilbmplygblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmpntarea.c
    U X11/xc/programs/Xserver/ilbm/ilbmpntwin.c
    U X11/xc/programs/Xserver/ilbm/ilbmpolypnt.c
    U X11/xc/programs/Xserver/ilbm/ilbmpushpxl.c
    U X11/xc/programs/Xserver/ilbm/ilbmscrinit.c
    U X11/xc/programs/Xserver/ilbm/ilbmsetsp.c
    U X11/xc/programs/Xserver/ilbm/ilbmtegblt.c
    U X11/xc/programs/Xserver/ilbm/ilbmtile.c
    U X11/xc/programs/Xserver/ilbm/ilbmwindow.c
    U X11/xc/programs/Xserver/ilbm/ilbmzerarc.c
    U X11/xc/programs/Xserver/include/Imakefile
    U X11/xc/programs/Xserver/include/XIstubs.h
    U X11/xc/programs/Xserver/include/closestr.h
    U X11/xc/programs/Xserver/include/closure.h
    U X11/xc/programs/Xserver/include/colormap.h
    U X11/xc/programs/Xserver/include/colormapst.h
    U X11/xc/programs/Xserver/include/cursor.h
    U X11/xc/programs/Xserver/include/cursorstr.h
    U X11/xc/programs/Xserver/include/dix.h
    U X11/xc/programs/Xserver/include/dixevents.h
    U X11/xc/programs/Xserver/include/dixfont.h
    U X11/xc/programs/Xserver/include/dixfontstr.h
    U X11/xc/programs/Xserver/include/dixgrabs.h
    U X11/xc/programs/Xserver/include/dixstruct.h
    U X11/xc/programs/Xserver/include/exevents.h
    U X11/xc/programs/Xserver/include/extension.h
    U X11/xc/programs/Xserver/include/extinit.h
    U X11/xc/programs/Xserver/include/extnsionst.h
    U X11/xc/programs/Xserver/include/gc.h
    U X11/xc/programs/Xserver/include/gcstruct.h
    U X11/xc/programs/Xserver/include/input.h
    U X11/xc/programs/Xserver/include/inputstr.h
    U X11/xc/programs/Xserver/include/misc.h
    U X11/xc/programs/Xserver/include/miscstruct.h
    U X11/xc/programs/Xserver/include/opaque.h
    U X11/xc/programs/Xserver/include/os.h
    U X11/xc/programs/Xserver/include/pixmap.h
    U X11/xc/programs/Xserver/include/pixmapstr.h
    U X11/xc/programs/Xserver/include/property.h
    U X11/xc/programs/Xserver/include/propertyst.h
    U X11/xc/programs/Xserver/include/region.h
    U X11/xc/programs/Xserver/include/regionstr.h
    U X11/xc/programs/Xserver/include/resource.h
    U X11/xc/programs/Xserver/include/rgb.h
    U X11/xc/programs/Xserver/include/screenint.h
    U X11/xc/programs/Xserver/include/scrnintstr.h
    U X11/xc/programs/Xserver/include/selection.h
    C X11/xc/programs/Xserver/include/servermd.h
    U X11/xc/programs/Xserver/include/site.h
    U X11/xc/programs/Xserver/include/swaprep.h
    U X11/xc/programs/Xserver/include/validate.h
    U X11/xc/programs/Xserver/include/window.h
    U X11/xc/programs/Xserver/include/windowstr.h
    U X11/xc/programs/Xserver/iplan2p2/Imakefile
    U X11/xc/programs/Xserver/iplan2p4/Imakefile
    U X11/xc/programs/Xserver/iplan2p4/ipl.h
    U X11/xc/programs/Xserver/iplan2p4/iplallpriv.c
    U X11/xc/programs/Xserver/iplan2p4/iplbitblt.c
    U X11/xc/programs/Xserver/iplan2p4/iplblt.c
    U X11/xc/programs/Xserver/iplan2p4/iplbres.c
    U X11/xc/programs/Xserver/iplan2p4/iplbresd.c
    U X11/xc/programs/Xserver/iplan2p4/iplbstore.c
    U X11/xc/programs/Xserver/iplan2p4/iplcmap.c
    U X11/xc/programs/Xserver/iplan2p4/iplfillarc.c
    U X11/xc/programs/Xserver/iplan2p4/iplfillrct.c
    U X11/xc/programs/Xserver/iplan2p4/iplfillsp.c
    U X11/xc/programs/Xserver/iplan2p4/iplgc.c
    U X11/xc/programs/Xserver/iplan2p4/iplgetsp.c
    U X11/xc/programs/Xserver/iplan2p4/iplhrzvert.c
    U X11/xc/programs/Xserver/iplan2p4/iplimage.c
    U X11/xc/programs/Xserver/iplan2p4/iplline.c
    U X11/xc/programs/Xserver/iplan2p4/iplmap.h
    U X11/xc/programs/Xserver/iplan2p4/iplmergerop.h
    U X11/xc/programs/Xserver/iplan2p4/iplmskbits.c
    U X11/xc/programs/Xserver/iplan2p4/iplmskbits.h
    U X11/xc/programs/Xserver/iplan2p4/iplpack.c
    U X11/xc/programs/Xserver/iplan2p4/iplpack.h
    U X11/xc/programs/Xserver/iplan2p4/iplpixmap.c
    U X11/xc/programs/Xserver/iplan2p4/iplply1rct.c
    U X11/xc/programs/Xserver/iplan2p4/iplpntwin.c
    U X11/xc/programs/Xserver/iplan2p4/iplpolypnt.c
    U X11/xc/programs/Xserver/iplan2p4/iplrrop.c
    U X11/xc/programs/Xserver/iplan2p4/iplrrop.h
    U X11/xc/programs/Xserver/iplan2p4/iplscrinit.c
    U X11/xc/programs/Xserver/iplan2p4/iplsetsp.c
    U X11/xc/programs/Xserver/iplan2p4/iplsolid.c
    U X11/xc/programs/Xserver/iplan2p4/ipltegblt.c
    U X11/xc/programs/Xserver/iplan2p4/ipltile32.c
    U X11/xc/programs/Xserver/iplan2p4/ipltileodd.c
    U X11/xc/programs/Xserver/iplan2p4/iplwindow.c
    U X11/xc/programs/Xserver/iplan2p8/Imakefile
    U X11/xc/programs/Xserver/lbx/Imakefile
    U X11/xc/programs/Xserver/lbx/lbxcmap.c
    U X11/xc/programs/Xserver/lbx/lbxdata.h
    U X11/xc/programs/Xserver/lbx/lbxdix.c
    U X11/xc/programs/Xserver/lbx/lbxexts.c
    U X11/xc/programs/Xserver/lbx/lbxgfx.c
    U X11/xc/programs/Xserver/lbx/lbxmain.c
    U X11/xc/programs/Xserver/lbx/lbxopts.c
    U X11/xc/programs/Xserver/lbx/lbxprop.c
    U X11/xc/programs/Xserver/lbx/lbxserve.h
    U X11/xc/programs/Xserver/lbx/lbxsquish.c
    U X11/xc/programs/Xserver/lbx/lbxsrvopts.h
    U X11/xc/programs/Xserver/lbx/lbxswap.c
    U X11/xc/programs/Xserver/lbx/lbxtables.c
    U X11/xc/programs/Xserver/lbx/lbxtags.c
    U X11/xc/programs/Xserver/lbx/lbxtags.h
    U X11/xc/programs/Xserver/lbx/lbxzerorep.c
    U X11/xc/programs/Xserver/mfb/Imakefile
    U X11/xc/programs/Xserver/mfb/fastblt.h
    U X11/xc/programs/Xserver/mfb/maskbits.c
    U X11/xc/programs/Xserver/mfb/maskbits.h
    U X11/xc/programs/Xserver/mfb/mergerop.h
    U X11/xc/programs/Xserver/mfb/mfb.h
    U X11/xc/programs/Xserver/mfb/mfbbitblt.c
    U X11/xc/programs/Xserver/mfb/mfbblt.c
    U X11/xc/programs/Xserver/mfb/mfbbres.c
    U X11/xc/programs/Xserver/mfb/mfbbresd.c
    U X11/xc/programs/Xserver/mfb/mfbbstore.c
    U X11/xc/programs/Xserver/mfb/mfbclip.c
    U X11/xc/programs/Xserver/mfb/mfbcmap.c
    U X11/xc/programs/Xserver/mfb/mfbfillarc.c
    U X11/xc/programs/Xserver/mfb/mfbfillrct.c
    U X11/xc/programs/Xserver/mfb/mfbfillsp.c
    U X11/xc/programs/Xserver/mfb/mfbfont.c
    U X11/xc/programs/Xserver/mfb/mfbgc.c
    U X11/xc/programs/Xserver/mfb/mfbgetsp.c
    U X11/xc/programs/Xserver/mfb/mfbhrzvert.c
    U X11/xc/programs/Xserver/mfb/mfbimage.c
    U X11/xc/programs/Xserver/mfb/mfbimggblt.c
    U X11/xc/programs/Xserver/mfb/mfbline.c
    U X11/xc/programs/Xserver/mfb/mfbmisc.c
    U X11/xc/programs/Xserver/mfb/mfbpixmap.c
    U X11/xc/programs/Xserver/mfb/mfbply1rct.c
    U X11/xc/programs/Xserver/mfb/mfbplygblt.c
    U X11/xc/programs/Xserver/mfb/mfbpntarea.c
    U X11/xc/programs/Xserver/mfb/mfbpntwin.c
    U X11/xc/programs/Xserver/mfb/mfbpolypnt.c
    U X11/xc/programs/Xserver/mfb/mfbpushpxl.c
    U X11/xc/programs/Xserver/mfb/mfbscrclse.c
    U X11/xc/programs/Xserver/mfb/mfbscrinit.c
    U X11/xc/programs/Xserver/mfb/mfbsetsp.c
    U X11/xc/programs/Xserver/mfb/mfbtegblt.c
    U X11/xc/programs/Xserver/mfb/mfbtile.c
    U X11/xc/programs/Xserver/mfb/mfbwindow.c
    U X11/xc/programs/Xserver/mfb/mfbzerarc.c
    U X11/xc/programs/Xserver/mi/Imakefile
    U X11/xc/programs/Xserver/mi/cbrt.c
    U X11/xc/programs/Xserver/mi/mi.h
    U X11/xc/programs/Xserver/mi/miarc.c
    U X11/xc/programs/Xserver/mi/mibitblt.c
    U X11/xc/programs/Xserver/mi/mibstore.c
    U X11/xc/programs/Xserver/mi/mibstore.h
    U X11/xc/programs/Xserver/mi/mibstorest.h
    U X11/xc/programs/Xserver/mi/miclipn.c
    U X11/xc/programs/Xserver/mi/micursor.c
    U X11/xc/programs/Xserver/mi/midash.c
    U X11/xc/programs/Xserver/mi/midispcur.c
    U X11/xc/programs/Xserver/mi/mieq.c
    U X11/xc/programs/Xserver/mi/miexpose.c
    U X11/xc/programs/Xserver/mi/mifillarc.c
    U X11/xc/programs/Xserver/mi/mifillarc.h
    U X11/xc/programs/Xserver/mi/mifillrct.c
    U X11/xc/programs/Xserver/mi/mifpoly.h
    U X11/xc/programs/Xserver/mi/mifpolycon.c
    U X11/xc/programs/Xserver/mi/migc.c
    U X11/xc/programs/Xserver/mi/migc.h
    U X11/xc/programs/Xserver/mi/miglblt.c
    U X11/xc/programs/Xserver/mi/miinitext.c
    U X11/xc/programs/Xserver/mi/miline.h
    U X11/xc/programs/Xserver/mi/mipointer.c
    U X11/xc/programs/Xserver/mi/mipointer.h
    U X11/xc/programs/Xserver/mi/mipointrst.h
    U X11/xc/programs/Xserver/mi/mipoly.c
    U X11/xc/programs/Xserver/mi/mipoly.h
    U X11/xc/programs/Xserver/mi/mipolycon.c
    U X11/xc/programs/Xserver/mi/mipolygen.c
    U X11/xc/programs/Xserver/mi/mipolypnt.c
    U X11/xc/programs/Xserver/mi/mipolyrect.c
    U X11/xc/programs/Xserver/mi/mipolyseg.c
    U X11/xc/programs/Xserver/mi/mipolytext.c
    U X11/xc/programs/Xserver/mi/mipolyutil.c
    U X11/xc/programs/Xserver/mi/mipushpxl.c
    U X11/xc/programs/Xserver/mi/miregion.c
    U X11/xc/programs/Xserver/mi/miscanfill.h
    U X11/xc/programs/Xserver/mi/miscrinit.c
    U X11/xc/programs/Xserver/mi/mispans.c
    U X11/xc/programs/Xserver/mi/mispans.h
    U X11/xc/programs/Xserver/mi/misprite.c
    U X11/xc/programs/Xserver/mi/misprite.h
    U X11/xc/programs/Xserver/mi/mispritest.h
    U X11/xc/programs/Xserver/mi/mistruct.h
    U X11/xc/programs/Xserver/mi/mivalidate.h
    U X11/xc/programs/Xserver/mi/mivaltree.c
    U X11/xc/programs/Xserver/mi/miwideline.c
    U X11/xc/programs/Xserver/mi/miwideline.h
    U X11/xc/programs/Xserver/mi/miwindow.c
    U X11/xc/programs/Xserver/mi/mizerarc.c
    U X11/xc/programs/Xserver/mi/mizerarc.h
    U X11/xc/programs/Xserver/mi/mizerline.c
    U X11/xc/programs/Xserver/os/genalloca.c
    U X11/xc/programs/Xserver/os/Imakefile
    U X11/xc/programs/Xserver/os/WaitFor.c
    U X11/xc/programs/Xserver/os/access.c
    U X11/xc/programs/Xserver/os/auth.c
    U X11/xc/programs/Xserver/os/connection.c
    U X11/xc/programs/Xserver/os/decompress.c
    U X11/xc/programs/Xserver/os/hpsocket.c
    U X11/xc/programs/Xserver/os/io.c
    U X11/xc/programs/Xserver/os/iopreader.c
    U X11/xc/programs/Xserver/os/k5auth.c
    U X11/xc/programs/Xserver/os/lbxio.c
    U X11/xc/programs/Xserver/os/mitauth.c
    U X11/xc/programs/Xserver/os/oscolor.c
    U X11/xc/programs/Xserver/os/osdep.h
    U X11/xc/programs/Xserver/os/osinit.c
    U X11/xc/programs/Xserver/os/rpcauth.c
    U X11/xc/programs/Xserver/os/secauth.c
    C X11/xc/programs/Xserver/os/utils.c
    U X11/xc/programs/Xserver/os/wrapper.c
    C X11/xc/programs/Xserver/os/xalloc.c
    U X11/xc/programs/Xserver/os/xdmauth.c
    U X11/xc/programs/Xserver/os/xdmcp.c
    U X11/xc/programs/Xserver/record/Imakefile
    U X11/xc/programs/Xserver/record/record.c
    U X11/xc/programs/Xserver/record/set.c
    U X11/xc/programs/Xserver/record/set.h
    U X11/xc/programs/Xserver/xkb/Imakefile
    U X11/xc/programs/Xserver/xkb/ddxBeep.c
    U X11/xc/programs/Xserver/xkb/ddxConfig.c
    U X11/xc/programs/Xserver/xkb/ddxCtrls.c
    U X11/xc/programs/Xserver/xkb/ddxDevBtn.c
    U X11/xc/programs/Xserver/xkb/ddxFakeBtn.c
    U X11/xc/programs/Xserver/xkb/ddxFakeMtn.c
    U X11/xc/programs/Xserver/xkb/ddxInit.c
    U X11/xc/programs/Xserver/xkb/ddxKeyClick.c
    U X11/xc/programs/Xserver/xkb/ddxKillSrv.c
    U X11/xc/programs/Xserver/xkb/ddxLEDs.c
    U X11/xc/programs/Xserver/xkb/ddxList.c
    U X11/xc/programs/Xserver/xkb/ddxLoad.c
    U X11/xc/programs/Xserver/xkb/ddxVT.c
    U X11/xc/programs/Xserver/xkb/xkb.c
    U X11/xc/programs/Xserver/xkb/xkbAccessX.c
    U X11/xc/programs/Xserver/xkb/xkbActions.c
    U X11/xc/programs/Xserver/xkb/xkbDflts.h
    U X11/xc/programs/Xserver/xkb/xkbEvents.c
    U X11/xc/programs/Xserver/xkb/xkbInit.c
    U X11/xc/programs/Xserver/xkb/xkbLEDs.c
    U X11/xc/programs/Xserver/xkb/xkbSwap.c
    U X11/xc/programs/Xserver/xkb/xkbPrKeyEv.c
    U X11/xc/programs/Xserver/xkb/xkbPrOtherEv.c
    U X11/xc/programs/Xserver/xkb/xkbUtils.c
    U X11/xc/programs/appres/Imakefile
    U X11/xc/programs/appres/appres.c
    U X11/xc/programs/appres/appres.man
    U X11/xc/programs/bdftopcf/Imakefile
    U X11/xc/programs/bdftopcf/bdftopcf.c
    U X11/xc/programs/bdftopcf/bdftopcf.man
    U X11/xc/programs/beforelight/B4light.ad
    U X11/xc/programs/beforelight/Imakefile
    U X11/xc/programs/beforelight/b4light.c
    U X11/xc/programs/beforelight/b4light.man
    U X11/xc/programs/bitmap/Dashes
    U X11/xc/programs/bitmap/BitEdit.c
    U X11/xc/programs/bitmap/Bitmap-co.ad
    U X11/xc/programs/bitmap/Bitmap.ad
    U X11/xc/programs/bitmap/Bitmap.c
    U X11/xc/programs/bitmap/Bitmap.h
    U X11/xc/programs/bitmap/BitmapP.h
    U X11/xc/programs/bitmap/CutPaste.c
    U X11/xc/programs/bitmap/Down
    U X11/xc/programs/bitmap/Dialog.c
    U X11/xc/programs/bitmap/Dialog.h
    U X11/xc/programs/bitmap/Excl
    U X11/xc/programs/bitmap/FlipHoriz
    U X11/xc/programs/bitmap/FlipVert
    U X11/xc/programs/bitmap/Fold
    U X11/xc/programs/bitmap/Left
    U X11/xc/programs/bitmap/Graphics.c
    U X11/xc/programs/bitmap/Handlers.c
    U X11/xc/programs/bitmap/Imakefile
    U X11/xc/programs/bitmap/Right
    U X11/xc/programs/bitmap/Stipple
    U X11/xc/programs/bitmap/ReqMach.c
    U X11/xc/programs/bitmap/Requests.h
    U X11/xc/programs/bitmap/RotateLeft
    U X11/xc/programs/bitmap/RotateRight
    U X11/xc/programs/bitmap/Up
    U X11/xc/programs/bitmap/Term
    U X11/xc/programs/bitmap/bitmap.icon
    U X11/xc/programs/bitmap/atobm.c
    U X11/xc/programs/bitmap/bitmap.man
    U X11/xc/programs/bitmap/bmtoa.c
    U X11/xc/programs/editres/README
    U X11/xc/programs/editres/Edit-col.ad
    U X11/xc/programs/editres/Editres.ad
    U X11/xc/programs/editres/Imakefile
    U X11/xc/programs/editres/actions.c
    U X11/xc/programs/editres/comm.c
    U X11/xc/programs/editres/editres.c
    U X11/xc/programs/editres/editres.man
    U X11/xc/programs/editres/editresP.h
    U X11/xc/programs/editres/geometry.c
    U X11/xc/programs/editres/handler.c
    U X11/xc/programs/editres/setvalues.c
    U X11/xc/programs/editres/svpopup.c
    U X11/xc/programs/editres/utils.c
    U X11/xc/programs/editres/widgets.c
    U X11/xc/programs/editres/wtree.c
    U X11/xc/programs/fsinfo/Imakefile
    U X11/xc/programs/fsinfo/fsinfo.c
    U X11/xc/programs/fsinfo/fsinfo.man
    U X11/xc/programs/fslsfonts/Imakefile
    U X11/xc/programs/fslsfonts/fslsfonts.c
    U X11/xc/programs/fslsfonts/fslsfonts.man
    U X11/xc/programs/fstobdf/Imakefile
    U X11/xc/programs/fstobdf/chars.c
    U X11/xc/programs/fstobdf/fstobdf.c
    U X11/xc/programs/fstobdf/fstobdf.man
    U X11/xc/programs/fstobdf/header.c
    U X11/xc/programs/fstobdf/props.c
    U X11/xc/programs/iceauth/Imakefile
    U X11/xc/programs/iceauth/iceauth.c
    U X11/xc/programs/iceauth/iceauth.h
    U X11/xc/programs/iceauth/iceauth.man
    U X11/xc/programs/iceauth/process.c
    U X11/xc/programs/lbxproxy/Imakefile
    U X11/xc/programs/lbxproxy/design
    U X11/xc/programs/lbxproxy/lbxproxy.def
    U X11/xc/programs/lbxproxy/lbxproxy.man
    U X11/xc/programs/lbxproxy/config/AtomControl
    U X11/xc/programs/lbxproxy/config/Imakefile
    U X11/xc/programs/lbxproxy/di/Imakefile
    U X11/xc/programs/lbxproxy/di/atomcache.c
    U X11/xc/programs/lbxproxy/di/cache.c
    U X11/xc/programs/lbxproxy/di/cmap.c
    U X11/xc/programs/lbxproxy/di/cmaputil.c
    U X11/xc/programs/lbxproxy/di/dispatch.c
    U X11/xc/programs/lbxproxy/di/extensions.c
    U X11/xc/programs/lbxproxy/di/gfx.c
    U X11/xc/programs/lbxproxy/di/globals.c
    U X11/xc/programs/lbxproxy/di/init.c
    U X11/xc/programs/lbxproxy/di/lbxfuncs.c
    U X11/xc/programs/lbxproxy/di/lbxutil.c
    U X11/xc/programs/lbxproxy/di/main.c
    U X11/xc/programs/lbxproxy/di/options.c
    U X11/xc/programs/lbxproxy/di/pm.c
    U X11/xc/programs/lbxproxy/di/pm.h
    U X11/xc/programs/lbxproxy/di/props.c
    U X11/xc/programs/lbxproxy/di/reqtype.c
    U X11/xc/programs/lbxproxy/di/resource.c
    U X11/xc/programs/lbxproxy/di/swaprep.c
    U X11/xc/programs/lbxproxy/di/swapreq.c
    U X11/xc/programs/lbxproxy/di/tables.c
    U X11/xc/programs/lbxproxy/di/tags.c
    U X11/xc/programs/lbxproxy/di/unsquish.c
    U X11/xc/programs/lbxproxy/di/utils.c
    U X11/xc/programs/lbxproxy/di/wire.c
    U X11/xc/programs/lbxproxy/di/zeropad.c
    U X11/xc/programs/lbxproxy/include/assert.h
    U X11/xc/programs/lbxproxy/include/atomcache.h
    U X11/xc/programs/lbxproxy/include/cache.h
    U X11/xc/programs/lbxproxy/include/colormap.h
    U X11/xc/programs/lbxproxy/include/init.h
    U X11/xc/programs/lbxproxy/include/lbx.h
    U X11/xc/programs/lbxproxy/include/lbxext.h
    U X11/xc/programs/lbxproxy/include/misc.h
    U X11/xc/programs/lbxproxy/include/os.h
    U X11/xc/programs/lbxproxy/include/proxyopts.h
    U X11/xc/programs/lbxproxy/include/reqtype.h
    U X11/xc/programs/lbxproxy/include/resource.h
    U X11/xc/programs/lbxproxy/include/swap.h
    U X11/xc/programs/lbxproxy/include/tags.h
    U X11/xc/programs/lbxproxy/include/util.h
    U X11/xc/programs/lbxproxy/include/wire.h
    U X11/xc/programs/lbxproxy/os/Imakefile
    U X11/xc/programs/lbxproxy/os/WaitFor.c
    U X11/xc/programs/lbxproxy/os/connection.c
    U X11/xc/programs/lbxproxy/os/io.c
    U X11/xc/programs/lbxproxy/os/osdep.h
    U X11/xc/programs/lbxproxy/os/osinit.c
    U X11/xc/programs/mkfontdir/Imakefile
    U X11/xc/programs/mkfontdir/mkfontdir.c
    U X11/xc/programs/mkfontdir/mkfontdir.man
    U X11/xc/programs/oclock/oclmask.bit
    U X11/xc/programs/oclock/Clock-col.ad
    U X11/xc/programs/oclock/Clock.c
    U X11/xc/programs/oclock/Clock.h
    U X11/xc/programs/oclock/ClockP.h
    U X11/xc/programs/oclock/Imakefile
    U X11/xc/programs/oclock/oclock.bit
    U X11/xc/programs/oclock/oclock.c
    U X11/xc/programs/oclock/oclock.man
    U X11/xc/programs/oclock/transform.c
    U X11/xc/programs/oclock/transform.h
    U X11/xc/programs/proxymngr/Imakefile
    U X11/xc/programs/proxymngr/PM.h
    U X11/xc/programs/proxymngr/PMproto.h
    U X11/xc/programs/proxymngr/config.c
    U X11/xc/programs/proxymngr/config.h
    U X11/xc/programs/proxymngr/main.c
    U X11/xc/programs/proxymngr/pmconfig
    U X11/xc/programs/proxymngr/pmdb.c
    U X11/xc/programs/proxymngr/pmdb.h
    U X11/xc/programs/proxymngr/pmint.h
    U X11/xc/programs/proxymngr/proxymngr.man
    U X11/xc/programs/rgb/Imakefile
    U X11/xc/programs/rgb/rgb.c
    U X11/xc/programs/rgb/rgb.txt
    U X11/xc/programs/rgb/showrgb.c
    U X11/xc/programs/rgb/showrgb.man
    U X11/xc/programs/rgb/others/README
    U X11/xc/programs/rgb/others/old-rgb.txt
    U X11/xc/programs/rgb/others/raveling.txt
    U X11/xc/programs/rgb/others/thomas.txt
    U X11/xc/programs/rstart/Imakefile
    U X11/xc/programs/rstart/auth.c
    U X11/xc/programs/rstart/c
    U X11/xc/programs/rstart/client.cpp
    U X11/xc/programs/rstart/config.cpp
    U X11/xc/programs/rstart/rstart.man
    U X11/xc/programs/rstart/rstartd.man
    U X11/xc/programs/rstart/server.c
    U X11/xc/programs/rstart/server.cpp
    U X11/xc/programs/rstart/commands/@List
    U X11/xc/programs/rstart/commands/ListContexts
    U X11/xc/programs/rstart/commands/ListGenericCommands
    U X11/xc/programs/rstart/commands/x11r6/@List
    U X11/xc/programs/rstart/commands/x11r6/LoadMonitor
    U X11/xc/programs/rstart/commands/x11r6/Terminal
    U X11/xc/programs/rstart/contexts/@Aliases
    U X11/xc/programs/rstart/contexts/@List
    U X11/xc/programs/rstart/contexts/default
    U X11/xc/programs/rstart/contexts/x11r6
    U X11/xc/programs/rstart/samples/commands/@List
    U X11/xc/programs/rstart/samples/commands/ListContexts
    U X11/xc/programs/rstart/samples/commands/ListGenericCommands
    U X11/xc/programs/rstart/samples/commands/odt1/@List
    U X11/xc/programs/rstart/samples/commands/odt1/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/odt1/Terminal
    U X11/xc/programs/rstart/samples/commands/openwindows2/@List
    U X11/xc/programs/rstart/samples/commands/openwindows2/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/openwindows2/Terminal
    U X11/xc/programs/rstart/samples/commands/openwindows3/@List
    U X11/xc/programs/rstart/samples/commands/openwindows3/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/openwindows3/Terminal
    U X11/xc/programs/rstart/samples/commands/x11r5/@List
    U X11/xc/programs/rstart/samples/commands/x11r5/LoadMonitor
    U X11/xc/programs/rstart/samples/commands/x11r5/Terminal
    U X11/xc/programs/rstart/samples/contexts.odt1/@Aliases
    U X11/xc/programs/rstart/samples/contexts.odt1/@List
    U X11/xc/programs/rstart/samples/contexts.odt1/default
    U X11/xc/programs/rstart/samples/contexts.odt1/odt1
    U X11/xc/programs/rstart/samples/contexts.sun/@Aliases
    U X11/xc/programs/rstart/samples/contexts.sun/@List
    U X11/xc/programs/rstart/samples/contexts.sun/default
    U X11/xc/programs/rstart/samples/contexts.sun/openwindows2
    U X11/xc/programs/rstart/samples/contexts.sun/openwindows3
    U X11/xc/programs/rstart/samples/contexts.sun/x11r5
    U X11/xc/programs/rstart/samples/contexts.sun/x11r6
    U X11/xc/programs/scripts/fontname.sh
    U X11/xc/programs/scripts/Imakefile
    U X11/xc/programs/scripts/fontprop.sh
    U X11/xc/programs/scripts/xon.man
    U X11/xc/programs/scripts/xon.sh
    U X11/xc/programs/setxkbmap/setxkbmap.c
    U X11/xc/programs/setxkbmap/Imakefile
    U X11/xc/programs/setxkbmap/setxkbmap.man
    U X11/xc/programs/smproxy/Imakefile
    U X11/xc/programs/smproxy/save.c
    U X11/xc/programs/smproxy/smproxy.c
    U X11/xc/programs/smproxy/smproxy.h
    U X11/xc/programs/smproxy/smproxy.man
    U X11/xc/programs/twm/siconify.bm
    U X11/xc/programs/twm/Imakefile
    U X11/xc/programs/twm/add_window.c
    U X11/xc/programs/twm/add_window.h
    U X11/xc/programs/twm/cursor.c
    U X11/xc/programs/twm/deftwmrc.sed
    U X11/xc/programs/twm/events.c
    U X11/xc/programs/twm/events.h
    U X11/xc/programs/twm/gc.c
    U X11/xc/programs/twm/gc.h
    U X11/xc/programs/twm/gram.y
    U X11/xc/programs/twm/iconmgr.c
    U X11/xc/programs/twm/iconmgr.h
    U X11/xc/programs/twm/icons.c
    U X11/xc/programs/twm/icons.h
    U X11/xc/programs/twm/lex.l
    U X11/xc/programs/twm/list.c
    U X11/xc/programs/twm/list.h
    U X11/xc/programs/twm/menus.c
    U X11/xc/programs/twm/menus.h
    U X11/xc/programs/twm/parse.c
    U X11/xc/programs/twm/parse.h
    U X11/xc/programs/twm/resize.c
    U X11/xc/programs/twm/resize.h
    U X11/xc/programs/twm/screen.h
    U X11/xc/programs/twm/session.c
    U X11/xc/programs/twm/system.twmrc
    U X11/xc/programs/twm/twm.c
    U X11/xc/programs/twm/twm.h
    U X11/xc/programs/twm/twm.man
    U X11/xc/programs/twm/util.c
    U X11/xc/programs/twm/util.h
    U X11/xc/programs/twm/version.c
    U X11/xc/programs/twm/version.h
    U X11/xc/programs/twm/sample-twmrc/jim.twmrc
    U X11/xc/programs/twm/sample-twmrc/keith.twmrc
    U X11/xc/programs/twm/sample-twmrc/lemke.twmrc
    U X11/xc/programs/x11perf/fillblnk.sh
    U X11/xc/programs/x11perf/Imakefile
    U X11/xc/programs/x11perf/Xmark.sh
    U X11/xc/programs/x11perf/bitmaps.c
    U X11/xc/programs/x11perf/bitmaps.h
    U X11/xc/programs/x11perf/do_arcs.c
    U X11/xc/programs/x11perf/do_blt.c
    U X11/xc/programs/x11perf/do_complex.c
    U X11/xc/programs/x11perf/do_dots.c
    U X11/xc/programs/x11perf/do_lines.c
    U X11/xc/programs/x11perf/do_movewin.c
    U X11/xc/programs/x11perf/do_rects.c
    U X11/xc/programs/x11perf/do_segs.c
    U X11/xc/programs/x11perf/do_simple.c
    U X11/xc/programs/x11perf/do_tests.c
    U X11/xc/programs/x11perf/do_text.c
    U X11/xc/programs/x11perf/do_traps.c
    U X11/xc/programs/x11perf/do_tris.c
    U X11/xc/programs/x11perf/do_valgc.c
    U X11/xc/programs/x11perf/do_windows.c
    U X11/xc/programs/x11perf/perfboth.sh
    U X11/xc/programs/x11perf/perfratio.sh
    U X11/xc/programs/x11perf/x11pcomp.cpp
    U X11/xc/programs/x11perf/x11pcomp.man
    U X11/xc/programs/x11perf/x11perf.c
    U X11/xc/programs/x11perf/x11perf.h
    U X11/xc/programs/x11perf/x11perf.man
    U X11/xc/programs/xauth/Imakefile
    U X11/xc/programs/xauth/gethost.c
    U X11/xc/programs/xauth/parsedpy.c
    U X11/xc/programs/xauth/process.c
    U X11/xc/programs/xauth/xauth.c
    U X11/xc/programs/xauth/xauth.h
    U X11/xc/programs/xauth/xauth.man
    U X11/xc/programs/xclipboard/Imakefile
    U X11/xc/programs/xclipboard/XClipboard.ad
    U X11/xc/programs/xclipboard/xclipboard.c
    U X11/xc/programs/xclipboard/xclipboard.man
    U X11/xc/programs/xclipboard/xcutsel.c
    U X11/xc/programs/xclipboard/xcutsel.man
    U X11/xc/programs/xclock/XClock.ad
    U X11/xc/programs/xclock/Clock.c
    U X11/xc/programs/xclock/Clock.h
    U X11/xc/programs/xclock/ClockP.h
    U X11/xc/programs/xclock/Imakefile
    U X11/xc/programs/xclock/clmask.bit
    U X11/xc/programs/xclock/clock.bit
    U X11/xc/programs/xclock/xclock.c
    U X11/xc/programs/xclock/xclock.man
    U X11/xc/programs/xcmsdb/Imakefile
    U X11/xc/programs/xcmsdb/SCCDFile.h
    U X11/xc/programs/xcmsdb/loadData.c
    U X11/xc/programs/xcmsdb/xcmsdb.c
    U X11/xc/programs/xcmsdb/xcmsdb.man
    U X11/xc/programs/xcmsdb/datafiles/sample1.dcc
    U X11/xc/programs/xcmsdb/datafiles/sample2.dcc
    U X11/xc/programs/xconsole/Imakefile
    U X11/xc/programs/xconsole/XConsole.ad
    U X11/xc/programs/xconsole/xconsole.c
    U X11/xc/programs/xconsole/xconsole.man
    U X11/xc/programs/xdm/Chooser.ad
    U X11/xc/programs/xdm/Imakefile
    U X11/xc/programs/xdm/access.c
    U X11/xc/programs/xdm/auth.c
    U X11/xc/programs/xdm/choose.c
    U X11/xc/programs/xdm/chooser.c
    U X11/xc/programs/xdm/daemon.c
    U X11/xc/programs/xdm/dm.c
    U X11/xc/programs/xdm/dm.h
    U X11/xc/programs/xdm/dpylist.c
    U X11/xc/programs/xdm/error.c
    U X11/xc/programs/xdm/file.c
    U X11/xc/programs/xdm/genauth.c
    U X11/xc/programs/xdm/greet.h
    U X11/xc/programs/xdm/krb5auth.c
    U X11/xc/programs/xdm/mitauth.c
    U X11/xc/programs/xdm/netaddr.c
    U X11/xc/programs/xdm/policy.c
    U X11/xc/programs/xdm/protodpy.c
    U X11/xc/programs/xdm/reset.c
    U X11/xc/programs/xdm/resource.c
    U X11/xc/programs/xdm/rpcauth.c
    U X11/xc/programs/xdm/server.c
    U X11/xc/programs/xdm/session.c
    U X11/xc/programs/xdm/sessreg.c
    U X11/xc/programs/xdm/sessreg.man
    U X11/xc/programs/xdm/socket.c
    U X11/xc/programs/xdm/streams.c
    C X11/xc/programs/xdm/util.c
    U X11/xc/programs/xdm/xdm.man
    U X11/xc/programs/xdm/xdmauth.c
    U X11/xc/programs/xdm/xdmcp.c
    U X11/xc/programs/xdm/xdmshell.c
    U X11/xc/programs/xdm/config/GiveConsole
    U X11/xc/programs/xdm/config/Imakefile
    U X11/xc/programs/xdm/config/README
    U X11/xc/programs/xdm/config/TakeConsole
    U X11/xc/programs/xdm/config/Xaccess
    U X11/xc/programs/xdm/config/Xresources
    U X11/xc/programs/xdm/config/Xserv.ws.cpp
    U X11/xc/programs/xdm/config/Xservers.fs
    U X11/xc/programs/xdm/config/Xsession
    U X11/xc/programs/xdm/config/Xsetup_0
    U X11/xc/programs/xdm/config/xdm-conf.cpp
    U X11/xc/programs/xdm/greeter/Imakefile
    U X11/xc/programs/xdm/greeter/Login.c
    U X11/xc/programs/xdm/greeter/Login.h
    U X11/xc/programs/xdm/greeter/LoginP.h
    U X11/xc/programs/xdm/greeter/greet.c
    U X11/xc/programs/xdm/greeter/verify.c
    U X11/xc/programs/xfd/Imakefile
    U X11/xc/programs/xfd/Xfd.ad
    U X11/xc/programs/xfd/grid.c
    U X11/xc/programs/xfd/grid.h
    U X11/xc/programs/xfd/gridP.h
    U X11/xc/programs/xfd/xfd.c
    U X11/xc/programs/xfd/xfd.man
    U X11/xc/programs/xdpyinfo/Imakefile
    U X11/xc/programs/xdpyinfo/xdpyinfo.c
    U X11/xc/programs/xdpyinfo/xdpyinfo.man
    U X11/xc/programs/xf86dga/Imakefile
    U X11/xc/programs/xf86dga/dga.c
    U X11/xc/programs/xf86dga/dga.man
    U X11/xc/programs/xfindproxy/Imakefile
    U X11/xc/programs/xfindproxy/xfindproxy.c
    U X11/xc/programs/xfindproxy/xfindproxy.h
    U X11/xc/programs/xfindproxy/xfindproxy.man
    U X11/xc/programs/xfs/xfs.def
    U X11/xc/programs/xfs/Imakefile
    U X11/xc/programs/xfs/README
    U X11/xc/programs/xfs/config.cpp
    U X11/xc/programs/xfs/xfs.man
    U X11/xc/programs/xfs/difs/Imakefile
    U X11/xc/programs/xfs/difs/atom.c
    U X11/xc/programs/xfs/difs/cache.c
    U X11/xc/programs/xfs/difs/charinfo.c
    U X11/xc/programs/xfs/difs/difsutils.c
    U X11/xc/programs/xfs/difs/dispatch.c
    U X11/xc/programs/xfs/difs/events.c
    U X11/xc/programs/xfs/difs/extensions.c
    U X11/xc/programs/xfs/difs/fontinfo.c
    U X11/xc/programs/xfs/difs/fonts.c
    U X11/xc/programs/xfs/difs/globals.c
    U X11/xc/programs/xfs/difs/initfonts.c
    U X11/xc/programs/xfs/difs/main.c
    U X11/xc/programs/xfs/difs/resource.c
    U X11/xc/programs/xfs/difs/swaprep.c
    U X11/xc/programs/xfs/difs/swapreq.c
    U X11/xc/programs/xfs/difs/tables.c
    U X11/xc/programs/xfs/include/access.h
    U X11/xc/programs/xfs/include/accstr.h
    U X11/xc/programs/xfs/include/assert.h
    U X11/xc/programs/xfs/include/auth.h
    U X11/xc/programs/xfs/include/authstr.h
    U X11/xc/programs/xfs/include/cache.h
    U X11/xc/programs/xfs/include/cachestr.h
    U X11/xc/programs/xfs/include/client.h
    U X11/xc/programs/xfs/include/clientstr.h
    U X11/xc/programs/xfs/include/closestr.h
    U X11/xc/programs/xfs/include/closure.h
    U X11/xc/programs/xfs/include/difsfn.h
    U X11/xc/programs/xfs/include/difsfnst.h
    U X11/xc/programs/xfs/include/extentst.h
    U X11/xc/programs/xfs/include/fsevents.h
    U X11/xc/programs/xfs/include/fsresource.h
    U X11/xc/programs/xfs/include/globals.h
    U X11/xc/programs/xfs/include/misc.h
    U X11/xc/programs/xfs/include/os.h
    U X11/xc/programs/xfs/include/osstruct.h
    U X11/xc/programs/xfs/include/servermd.h
    U X11/xc/programs/xfs/include/site.h
    U X11/xc/programs/xfs/os/Imakefile
    U X11/xc/programs/xfs/os/access.c
    U X11/xc/programs/xfs/os/config.c
    U X11/xc/programs/xfs/os/config.h
    U X11/xc/programs/xfs/os/configstr.h
    U X11/xc/programs/xfs/os/connection.c
    U X11/xc/programs/xfs/os/error.c
    U X11/xc/programs/xfs/os/io.c
    U X11/xc/programs/xfs/os/osdep.h
    U X11/xc/programs/xfs/os/osglue.c
    U X11/xc/programs/xfs/os/osinit.c
    U X11/xc/programs/xfs/os/utils.c
    U X11/xc/programs/xfs/os/waitfor.c
    U X11/xc/programs/xfwp/Imakefile
    U X11/xc/programs/xfwp/xfwp.c
    U X11/xc/programs/xfwp/xfwp.h
    U X11/xc/programs/xfwp/xfwp.man
    U X11/xc/programs/xhost/Imakefile
    U X11/xc/programs/xhost/xhost.c
    U X11/xc/programs/xhost/xhost.man
    U X11/xc/programs/xieperf/Imakefile
    U X11/xc/programs/xieperf/abort.c
    U X11/xc/programs/xieperf/arith.c
    U X11/xc/programs/xieperf/await.c
    U X11/xc/programs/xieperf/band.c
    U X11/xc/programs/xieperf/blend.c
    U X11/xc/programs/xieperf/cache.c
    U X11/xc/programs/xieperf/compare.c
    U X11/xc/programs/xieperf/complex.c
    U X11/xc/programs/xieperf/constrain.c
    U X11/xc/programs/xieperf/convolve.c
    U X11/xc/programs/xieperf/creatdstry.c
    U X11/xc/programs/xieperf/cvttoindex.c
    U X11/xc/programs/xieperf/dither.c
    U X11/xc/programs/xieperf/encode.c
    U X11/xc/programs/xieperf/errors.c
    U X11/xc/programs/xieperf/events.c
    U X11/xc/programs/xieperf/exportcl.c
    U X11/xc/programs/xieperf/funcode.c
    U X11/xc/programs/xieperf/geometry.c
    U X11/xc/programs/xieperf/getnext.c
    U X11/xc/programs/xieperf/import.c
    U X11/xc/programs/xieperf/importcl.c
    U X11/xc/programs/xieperf/logical.c
    U X11/xc/programs/xieperf/math.c
    U X11/xc/programs/xieperf/modify.c
    U X11/xc/programs/xieperf/mtchhist.c
    U X11/xc/programs/xieperf/pasteup.c
    U X11/xc/programs/xieperf/point.c
    U X11/xc/programs/xieperf/purgecolst.c
    U X11/xc/programs/xieperf/query.c
    U X11/xc/programs/xieperf/redefine.c
    U X11/xc/programs/xieperf/rgb.c
    U X11/xc/programs/xieperf/tests.c
    U X11/xc/programs/xieperf/uconstrain.c
    U X11/xc/programs/xieperf/xieperf.c
    U X11/xc/programs/xieperf/xieperf.h
    U X11/xc/programs/xieperf/xieperf.man
    U X11/xc/programs/xieperf/images/image.003
    U X11/xc/programs/xieperf/images/image.001
    U X11/xc/programs/xieperf/images/image.002
    U X11/xc/programs/xieperf/images/image.004
    U X11/xc/programs/xieperf/images/image.009
    U X11/xc/programs/xieperf/images/image.005
    U X11/xc/programs/xieperf/images/image.006
    U X11/xc/programs/xieperf/images/image.007
    U X11/xc/programs/xieperf/images/image.008
    U X11/xc/programs/xieperf/images/image.010
    U X11/xc/programs/xieperf/images/image.013
    U X11/xc/programs/xieperf/images/image.011
    U X11/xc/programs/xieperf/images/image.012
    U X11/xc/programs/xieperf/images/image.014
    U X11/xc/programs/xinit/README
    U X11/xc/programs/xinit/Imakefile
    U X11/xc/programs/xinit/xinit.def
    U X11/xc/programs/xinit/startx.cmd
    U X11/xc/programs/xinit/startx.cpp
    U X11/xc/programs/xinit/startx.man
    U X11/xc/programs/xinit/xinit.c
    U X11/xc/programs/xinit/xinit.man
    U X11/xc/programs/xinit/xinitrc.cmd
    U X11/xc/programs/xinit/xinitrc.cpp
    U X11/xc/programs/xkbcomp/xkbpath.h
    U X11/xc/programs/xkbcomp/Imakefile
    U X11/xc/programs/xkbcomp/action.c
    U X11/xc/programs/xkbcomp/action.h
    U X11/xc/programs/xkbcomp/alias.c
    U X11/xc/programs/xkbcomp/alias.h
    U X11/xc/programs/xkbcomp/compat.c
    U X11/xc/programs/xkbcomp/expr.c
    U X11/xc/programs/xkbcomp/expr.h
    U X11/xc/programs/xkbcomp/geometry.c
    U X11/xc/programs/xkbcomp/indicators.c
    U X11/xc/programs/xkbcomp/indicators.h
    U X11/xc/programs/xkbcomp/keycodes.c
    U X11/xc/programs/xkbcomp/keycodes.h
    U X11/xc/programs/xkbcomp/keymap.c
    U X11/xc/programs/xkbcomp/keytypes.c
    U X11/xc/programs/xkbcomp/listing.c
    U X11/xc/programs/xkbcomp/misc.c
    U X11/xc/programs/xkbcomp/misc.h
    U X11/xc/programs/xkbcomp/parseutils.c
    U X11/xc/programs/xkbcomp/parseutils.h
    U X11/xc/programs/xkbcomp/symbols.c
    U X11/xc/programs/xkbcomp/tokens.h
    U X11/xc/programs/xkbcomp/utils.c
    U X11/xc/programs/xkbcomp/utils.h
    U X11/xc/programs/xkbcomp/vmod.c
    U X11/xc/programs/xkbcomp/vmod.h
    U X11/xc/programs/xkbcomp/xkbcomp.c
    U X11/xc/programs/xkbcomp/xkbcomp.h
    U X11/xc/programs/xkbcomp/xkbcomp.man
    U X11/xc/programs/xkbcomp/xkbparse.y
    U X11/xc/programs/xkbcomp/xkbpath.c
    U X11/xc/programs/xkbcomp/xkbscan.c
    U X11/xc/programs/xkbcomp/compat/Imakefile
    U X11/xc/programs/xkbcomp/compat/accessx
    U X11/xc/programs/xkbcomp/compat/basic
    U X11/xc/programs/xkbcomp/compat/complete
    U X11/xc/programs/xkbcomp/compat/default
    U X11/xc/programs/xkbcomp/compat/iso9995
    U X11/xc/programs/xkbcomp/compat/japan
    U X11/xc/programs/xkbcomp/compat/keypad
    U X11/xc/programs/xkbcomp/compat/misc
    U X11/xc/programs/xkbcomp/compat/mousekeys
    U X11/xc/programs/xkbcomp/compat/norepeat
    U X11/xc/programs/xkbcomp/compat/pc
    U X11/xc/programs/xkbcomp/compat/pc98
    U X11/xc/programs/xkbcomp/compat/xtest
    U X11/xc/programs/xkbcomp/compiled/README
    U X11/xc/programs/xkbcomp/compiled/Imakefile
    U X11/xc/programs/xkbcomp/geometry/Imakefile
    U X11/xc/programs/xkbcomp/geometry/amiga
    U X11/xc/programs/xkbcomp/geometry/ataritt
    U X11/xc/programs/xkbcomp/geometry/dell
    U X11/xc/programs/xkbcomp/geometry/everex
    U X11/xc/programs/xkbcomp/geometry/fujitsu
    U X11/xc/programs/xkbcomp/geometry/hp
    U X11/xc/programs/xkbcomp/geometry/keytronic
    U X11/xc/programs/xkbcomp/geometry/kinesis
    U X11/xc/programs/xkbcomp/geometry/microsoft
    U X11/xc/programs/xkbcomp/geometry/nec
    U X11/xc/programs/xkbcomp/geometry/northgate
    U X11/xc/programs/xkbcomp/geometry/pc
    U X11/xc/programs/xkbcomp/geometry/sony
    U X11/xc/programs/xkbcomp/geometry/sun
    U X11/xc/programs/xkbcomp/geometry/winbook
    U X11/xc/programs/xkbcomp/geometry/digital/Imakefile
    U X11/xc/programs/xkbcomp/geometry/digital/lk
    U X11/xc/programs/xkbcomp/geometry/digital/pc
    U X11/xc/programs/xkbcomp/geometry/digital/unix
    U X11/xc/programs/xkbcomp/geometry/sgi/Imakefile
    U X11/xc/programs/xkbcomp/geometry/sgi/O2
    U X11/xc/programs/xkbcomp/geometry/sgi/indigo
    U X11/xc/programs/xkbcomp/geometry/sgi/indy
    U X11/xc/programs/xkbcomp/keycodes/Imakefile
    U X11/xc/programs/xkbcomp/keycodes/amiga
    U X11/xc/programs/xkbcomp/keycodes/ataritt
    U X11/xc/programs/xkbcomp/keycodes/fujitsu
    U X11/xc/programs/xkbcomp/keycodes/hp
    U X11/xc/programs/xkbcomp/keycodes/ibm
    U X11/xc/programs/xkbcomp/keycodes/sony
    U X11/xc/programs/xkbcomp/keycodes/sun
    U X11/xc/programs/xkbcomp/keycodes/xfree86
    U X11/xc/programs/xkbcomp/keycodes/xfree98
    U X11/xc/programs/xkbcomp/keycodes/digital/Imakefile
    U X11/xc/programs/xkbcomp/keycodes/digital/lk
    U X11/xc/programs/xkbcomp/keycodes/digital/pc
    U X11/xc/programs/xkbcomp/keycodes/sgi/Imakefile
    U X11/xc/programs/xkbcomp/keycodes/sgi/indigo
    U X11/xc/programs/xkbcomp/keycodes/sgi/indy
    U X11/xc/programs/xkbcomp/keycodes/sgi/iris
    U X11/xc/programs/xkbcomp/keymap/Imakefile
    U X11/xc/programs/xkbcomp/keymap/amiga
    U X11/xc/programs/xkbcomp/keymap/ataritt
    U X11/xc/programs/xkbcomp/keymap/sony
    U X11/xc/programs/xkbcomp/keymap/xfree86
    U X11/xc/programs/xkbcomp/keymap/xfree98
    U X11/xc/programs/xkbcomp/keymap/digital/Imakefile
    U X11/xc/programs/xkbcomp/keymap/digital/us
    U X11/xc/programs/xkbcomp/keymap/sgi/Imakefile
    U X11/xc/programs/xkbcomp/keymap/sgi/be
    U X11/xc/programs/xkbcomp/keymap/sgi/bg
    U X11/xc/programs/xkbcomp/keymap/sgi/ca
    U X11/xc/programs/xkbcomp/keymap/sgi/cs
    U X11/xc/programs/xkbcomp/keymap/sgi/de
    U X11/xc/programs/xkbcomp/keymap/sgi/de_CH
    U X11/xc/programs/xkbcomp/keymap/sgi/dk
    U X11/xc/programs/xkbcomp/keymap/sgi/dvorak
    U X11/xc/programs/xkbcomp/keymap/sgi/en_US
    U X11/xc/programs/xkbcomp/keymap/sgi/es
    U X11/xc/programs/xkbcomp/keymap/sgi/fi
    U X11/xc/programs/xkbcomp/keymap/sgi/fr
    U X11/xc/programs/xkbcomp/keymap/sgi/fr_CH
    U X11/xc/programs/xkbcomp/keymap/sgi/gb
    U X11/xc/programs/xkbcomp/keymap/sgi/hu
    U X11/xc/programs/xkbcomp/keymap/sgi/it
    U X11/xc/programs/xkbcomp/keymap/sgi/jp
    U X11/xc/programs/xkbcomp/keymap/sgi/no
    U X11/xc/programs/xkbcomp/keymap/sgi/pl
    U X11/xc/programs/xkbcomp/keymap/sgi/pt
    U X11/xc/programs/xkbcomp/keymap/sgi/ru
    U X11/xc/programs/xkbcomp/keymap/sgi/se
    U X11/xc/programs/xkbcomp/keymap/sgi/th
    U X11/xc/programs/xkbcomp/keymap/sgi/us
    U X11/xc/programs/xkbcomp/keymap/sun/Imakefile
    U X11/xc/programs/xkbcomp/keymap/sun/de
    U X11/xc/programs/xkbcomp/keymap/sun/se
    U X11/xc/programs/xkbcomp/keymap/sun/us
    U X11/xc/programs/xkbcomp/rules/Imakefile
    U X11/xc/programs/xkbcomp/rules/sgi
    U X11/xc/programs/xkbcomp/rules/sgi.lst
    U X11/xc/programs/xkbcomp/rules/xfree86
    U X11/xc/programs/xkbcomp/rules/xfree86-it.lst
    U X11/xc/programs/xkbcomp/rules/xfree86.lst
    U X11/xc/programs/xkbcomp/rules/xfree98
    U X11/xc/programs/xkbcomp/rules/xfree98.lst
    U X11/xc/programs/xkbcomp/semantics/Imakefile
    U X11/xc/programs/xkbcomp/semantics/basic
    U X11/xc/programs/xkbcomp/semantics/complete
    U X11/xc/programs/xkbcomp/semantics/default
    U X11/xc/programs/xkbcomp/semantics/xtest
    U X11/xc/programs/xkbcomp/symbols/ctrl
    U X11/xc/programs/xkbcomp/symbols/Imakefile
    U X11/xc/programs/xkbcomp/symbols/amiga
    U X11/xc/programs/xkbcomp/symbols/ataritt
    U X11/xc/programs/xkbcomp/symbols/be
    U X11/xc/programs/xkbcomp/symbols/bg
    U X11/xc/programs/xkbcomp/symbols/ca
    U X11/xc/programs/xkbcomp/symbols/cs
    U X11/xc/programs/xkbcomp/symbols/de
    U X11/xc/programs/xkbcomp/symbols/de_CH
    U X11/xc/programs/xkbcomp/symbols/dk
    U X11/xc/programs/xkbcomp/symbols/dvorak
    U X11/xc/programs/xkbcomp/symbols/en_US
    U X11/xc/programs/xkbcomp/symbols/es
    U X11/xc/programs/xkbcomp/symbols/fi
    U X11/xc/programs/xkbcomp/symbols/fr
    U X11/xc/programs/xkbcomp/symbols/fr_CH
    U X11/xc/programs/xkbcomp/symbols/gb
    U X11/xc/programs/xkbcomp/symbols/group
    U X11/xc/programs/xkbcomp/symbols/hu
    U X11/xc/programs/xkbcomp/symbols/iso9995-3
    U X11/xc/programs/xkbcomp/symbols/it
    U X11/xc/programs/xkbcomp/symbols/jp
    U X11/xc/programs/xkbcomp/symbols/keypad
    U X11/xc/programs/xkbcomp/symbols/lock
    U X11/xc/programs/xkbcomp/symbols/no
    U X11/xc/programs/xkbcomp/symbols/pc104
    U X11/xc/programs/xkbcomp/symbols/pl
    U X11/xc/programs/xkbcomp/symbols/pt
    U X11/xc/programs/xkbcomp/symbols/ru
    U X11/xc/programs/xkbcomp/symbols/se
    U X11/xc/programs/xkbcomp/symbols/th
    U X11/xc/programs/xkbcomp/symbols/us
    N X11/xc/programs/xkbcomp/symbols/ca_enhanced
    N X11/xc/programs/xkbcomp/symbols/ralt
    N X11/xc/programs/xkbcomp/symbols/us_group3
    U X11/xc/programs/xkbcomp/symbols/digital/Imakefile
    U X11/xc/programs/xkbcomp/symbols/digital/lk
    U X11/xc/programs/xkbcomp/symbols/digital/pc
    U X11/xc/programs/xkbcomp/symbols/digital/us
    U X11/xc/programs/xkbcomp/symbols/digital/vt
    U X11/xc/programs/xkbcomp/symbols/fujitsu/Imakefile
    U X11/xc/programs/xkbcomp/symbols/fujitsu/jp
    U X11/xc/programs/xkbcomp/symbols/fujitsu/us
    U X11/xc/programs/xkbcomp/symbols/nec/Imakefile
    U X11/xc/programs/xkbcomp/symbols/nec/jp
    U X11/xc/programs/xkbcomp/symbols/sgi/Imakefile
    U X11/xc/programs/xkbcomp/symbols/sgi/jp
    U X11/xc/programs/xkbcomp/symbols/sony/Imakefile
    U X11/xc/programs/xkbcomp/symbols/sony/us
    U X11/xc/programs/xkbcomp/symbols/sun/Imakefile
    U X11/xc/programs/xkbcomp/symbols/sun/se
    U X11/xc/programs/xkbcomp/symbols/sun/us
    U X11/xc/programs/xkbcomp/torture/types
    U X11/xc/programs/xkbcomp/torture/indicator
    U X11/xc/programs/xkbcomp/torture/indicator1
    U X11/xc/programs/xkbcomp/torture/indicator2
    U X11/xc/programs/xkbcomp/torture/indicator3
    U X11/xc/programs/xkbcomp/torture/mod_compat
    U X11/xc/programs/xkbcomp/torture/mod_compat1
    U X11/xc/programs/xkbcomp/torture/mod_compat2
    U X11/xc/programs/xkbcomp/torture/mod_compat3
    U X11/xc/programs/xkbcomp/torture/mod_compat4
    U X11/xc/programs/xkbcomp/torture/sym_interp
    U X11/xc/programs/xkbcomp/torture/sym_interp1
    U X11/xc/programs/xkbcomp/torture/sym_interp2
    U X11/xc/programs/xkbcomp/torture/sym_interp3
    U X11/xc/programs/xkbcomp/torture/sym_interp4
    U X11/xc/programs/xkbcomp/types/Imakefile
    U X11/xc/programs/xkbcomp/types/basic
    U X11/xc/programs/xkbcomp/types/cancel
    U X11/xc/programs/xkbcomp/types/complete
    U X11/xc/programs/xkbcomp/types/default
    U X11/xc/programs/xkbcomp/types/iso9995
    U X11/xc/programs/xkbcomp/types/mousekeys
    U X11/xc/programs/xkbcomp/types/nocancel
    U X11/xc/programs/xkbcomp/types/pc
    U X11/xc/programs/xkbevd/Imakefile
    U X11/xc/programs/xkbevd/cfgparse.y
    U X11/xc/programs/xkbevd/cfgscan.c
    U X11/xc/programs/xkbevd/evargs.c
    U X11/xc/programs/xkbevd/example.cf
    U X11/xc/programs/xkbevd/printev.c
    U X11/xc/programs/xkbevd/tokens.h
    U X11/xc/programs/xkbevd/utils.c
    U X11/xc/programs/xkbevd/utils.h
    U X11/xc/programs/xkbevd/xkbevd.c
    U X11/xc/programs/xkbevd/xkbevd.h
    U X11/xc/programs/xkbevd/xkbevd.man
    U X11/xc/programs/xkbprint/Imakefile
    U X11/xc/programs/xkbprint/isokeys.h
    U X11/xc/programs/xkbprint/psgeom.c
    U X11/xc/programs/xkbprint/utils.c
    U X11/xc/programs/xkbprint/utils.h
    U X11/xc/programs/xkbprint/xkbprint.c
    U X11/xc/programs/xkbprint/xkbprint.h
    U X11/xc/programs/xkbprint/xkbprint.man
    U X11/xc/programs/xkbutils/Imakefile
    U X11/xc/programs/xkbutils/LED.c
    U X11/xc/programs/xkbutils/LED.h
    U X11/xc/programs/xkbutils/LEDP.h
    U X11/xc/programs/xkbutils/utils.c
    U X11/xc/programs/xkbutils/utils.h
    U X11/xc/programs/xkbutils/xkbbell.c
    U X11/xc/programs/xkbutils/xkbvleds.c
    U X11/xc/programs/xkbutils/xkbwatch.c
    U X11/xc/programs/xkill/Imakefile
    U X11/xc/programs/xkill/xkill.c
    U X11/xc/programs/xkill/xkill.man
    U X11/xc/programs/xlogo/XLogo.ad
    U X11/xc/programs/xlogo/Imakefile
    U X11/xc/programs/xlogo/Logo.c
    U X11/xc/programs/xlogo/Logo.h
    U X11/xc/programs/xlogo/LogoP.h
    U X11/xc/programs/xlogo/XLogo-co.ad
    U X11/xc/programs/xlogo/xlogo.c
    U X11/xc/programs/xlogo/xlogo.man
    U X11/xc/programs/xlsatoms/Imakefile
    U X11/xc/programs/xlsatoms/xlsatoms.c
    U X11/xc/programs/xlsatoms/xlsatoms.man
    U X11/xc/programs/xlsclients/Imakefile
    U X11/xc/programs/xlsclients/xlscli.man
    U X11/xc/programs/xlsclients/xlsclients.c
    U X11/xc/programs/xlsfonts/Imakefile
    U X11/xc/programs/xlsfonts/dsimple.c
    U X11/xc/programs/xlsfonts/dsimple.h
    U X11/xc/programs/xlsfonts/xlsfonts.c
    U X11/xc/programs/xlsfonts/xlsfonts.man
    U X11/xc/programs/xmag/Scale.doc
    U X11/xc/programs/xmag/CutPaste.c
    U X11/xc/programs/xmag/Imakefile
    U X11/xc/programs/xmag/RootWin.c
    U X11/xc/programs/xmag/RootWin.h
    U X11/xc/programs/xmag/RootWinP.h
    U X11/xc/programs/xmag/Scale.c
    U X11/xc/programs/xmag/xmag.icon
    U X11/xc/programs/xmag/Scale.h
    U X11/xc/programs/xmag/ScaleP.h
    U X11/xc/programs/xmag/Xmag.ad
    U X11/xc/programs/xmag/xmag.c
    U X11/xc/programs/xmag/xmag.man
    U X11/xc/programs/xmh/Xmh.sample
    U X11/xc/programs/xmh/Imakefile
    U X11/xc/programs/xmh/Xmh.ad
    U X11/xc/programs/xmh/black6
    U X11/xc/programs/xmh/actions.h
    U X11/xc/programs/xmh/bbox.c
    U X11/xc/programs/xmh/bbox.h
    U X11/xc/programs/xmh/bboxint.h
    U X11/xc/programs/xmh/box6
    U X11/xc/programs/xmh/command.c
    U X11/xc/programs/xmh/compfuncs.c
    U X11/xc/programs/xmh/externs.h
    U X11/xc/programs/xmh/folder.c
    U X11/xc/programs/xmh/globals.h
    U X11/xc/programs/xmh/init.c
    U X11/xc/programs/xmh/main.c
    U X11/xc/programs/xmh/menu.c
    U X11/xc/programs/xmh/miscfuncs.c
    U X11/xc/programs/xmh/mlist.c
    U X11/xc/programs/xmh/mlist.h
    U X11/xc/programs/xmh/msg.c
    U X11/xc/programs/xmh/msg.h
    U X11/xc/programs/xmh/pick.c
    U X11/xc/programs/xmh/popup.c
    U X11/xc/programs/xmh/screen.c
    U X11/xc/programs/xmh/toc.c
    U X11/xc/programs/xmh/toc.h
    U X11/xc/programs/xmh/tocfuncs.c
    U X11/xc/programs/xmh/tocintrnl.h
    U X11/xc/programs/xmh/tocutil.c
    U X11/xc/programs/xmh/tocutil.h
    U X11/xc/programs/xmh/tsource.c
    U X11/xc/programs/xmh/tsource.h
    U X11/xc/programs/xmh/tsourceP.h
    U X11/xc/programs/xmh/util.c
    U X11/xc/programs/xmh/version.h
    U X11/xc/programs/xmh/viewfuncs.c
    U X11/xc/programs/xmh/xmh.h
    U X11/xc/programs/xmh/xmh.man
    U X11/xc/programs/xmodmap/swap.km
    U X11/xc/programs/xmodmap/Imakefile
    U X11/xc/programs/xmodmap/exec.c
    U X11/xc/programs/xmodmap/handle.c
    U X11/xc/programs/xmodmap/pf.c
    U X11/xc/programs/xmodmap/wq.h
    U X11/xc/programs/xmodmap/xmodmap.c
    U X11/xc/programs/xmodmap/xmodmap.h
    U X11/xc/programs/xmodmap/xmodmap.man
    U X11/xc/programs/xprop/Imakefile
    U X11/xc/programs/xprop/dsimple.c
    U X11/xc/programs/xprop/dsimple.h
    U X11/xc/programs/xprop/xprop.c
    U X11/xc/programs/xprop/xprop.man
    U X11/xc/programs/xrdb/Imakefile
    U X11/xc/programs/xrdb/xrdb.c
    U X11/xc/programs/xrdb/xrdb.man
    U X11/xc/programs/xrefresh/Imakefile
    U X11/xc/programs/xrefresh/xrefresh.c
    U X11/xc/programs/xrefresh/xrefresh.man
    U X11/xc/programs/xrx/Imakefile
    U X11/xc/programs/xrx/cgi-bin/Imakefile
    U X11/xc/programs/xrx/cgi-bin/bitmap
    U X11/xc/programs/xrx/cgi-bin/dtcm
    U X11/xc/programs/xrx/cgi-bin/dtcm.sh
    U X11/xc/programs/xrx/cgi-bin/excel
    U X11/xc/programs/xrx/cgi-bin/xclock
    U X11/xc/programs/xrx/cgi-bin/xload
    U X11/xc/programs/xrx/helper/GetUrl.c
    U X11/xc/programs/xrx/helper/GetUrl.h
    U X11/xc/programs/xrx/helper/Imakefile
    U X11/xc/programs/xrx/helper/helper.c
    U X11/xc/programs/xrx/helper/httptran.c
    U X11/xc/programs/xrx/helper/xrx.man
    U X11/xc/programs/xrx/htdocs/Imakefile
    U X11/xc/programs/xrx/htdocs/bitmap
    U X11/xc/programs/xrx/htdocs/bitmap.html
    U X11/xc/programs/xrx/htdocs/dtcm
    U X11/xc/programs/xrx/htdocs/dtcm.html
    U X11/xc/programs/xrx/htdocs/excel
    U X11/xc/programs/xrx/htdocs/excel.html
    U X11/xc/programs/xrx/htdocs/xclock
    U X11/xc/programs/xrx/htdocs/xclock.html
    U X11/xc/programs/xrx/htdocs/xload
    U X11/xc/programs/xrx/htdocs/xload.html
    U X11/xc/programs/xrx/libxplugin/Imakefile
    U X11/xc/programs/xrx/libxplugin/README
    U X11/xc/programs/xrx/plugin/Global.c
    U X11/xc/programs/xrx/plugin/Imakefile
    U X11/xc/programs/xrx/plugin/Main.c
    U X11/xc/programs/xrx/plugin/NewNDest.c
    U X11/xc/programs/xrx/plugin/PProcess.c
    U X11/xc/programs/xrx/plugin/RxPlugin.h
    U X11/xc/programs/xrx/plugin/SetWin.c
    U X11/xc/programs/xrx/plugin/libxrx.man
    U X11/xc/programs/xrx/plugin/stubs.c
    U X11/xc/programs/xrx/plugin/common/npunix.c
    U X11/xc/programs/xrx/plugin/include/jri.h
    U X11/xc/programs/xrx/plugin/include/jri_md.h
    U X11/xc/programs/xrx/plugin/include/jritypes.h
    U X11/xc/programs/xrx/plugin/include/npapi.h
    U X11/xc/programs/xrx/plugin/include/npupp.h
    U X11/xc/programs/xrx/rx/BuildReq.c
    U X11/xc/programs/xrx/rx/PParse.c
    U X11/xc/programs/xrx/rx/PRead.c
    U X11/xc/programs/xrx/rx/Prefs.c
    U X11/xc/programs/xrx/rx/Prefs.h
    U X11/xc/programs/xrx/rx/Rx.h
    U X11/xc/programs/xrx/rx/RxI.h
    U X11/xc/programs/xrx/rx/XAuth.c
    U X11/xc/programs/xrx/rx/XAuth.h
    U X11/xc/programs/xrx/rx/XDpyName.c
    U X11/xc/programs/xrx/rx/XDpyName.h
    U X11/xc/programs/xrx/rx/XUrls.c
    U X11/xc/programs/xrx/rx/XUrls.h
    U X11/xc/programs/xrx/testplugin/Imakefile
    U X11/xc/programs/xrx/testplugin/testplugin.c
    U X11/xc/programs/xrx/testplugin/testplugin.man
    U X11/xc/programs/xrx/xnest-plugin/Imakefile
    U X11/xc/programs/xrx/xnest-plugin/NewNDest.c
    U X11/xc/programs/xrx/xnest-plugin/PProcess.c
    U X11/xc/programs/xrx/xnest-plugin/RxPlugin.h
    U X11/xc/programs/xrx/xnest-plugin/SetWin.c
    U X11/xc/programs/xrx/xnest-plugin/XnestDis.c
    U X11/xc/programs/xset/Imakefile
    U X11/xc/programs/xset/xset.c
    U X11/xc/programs/xset/xset.man
    U X11/xc/programs/xsetmode/Imakefile
    U X11/xc/programs/xsetmode/xsetmode.c
    U X11/xc/programs/xsetmode/xsetmode.man
    U X11/xc/programs/xsetpointer/Imakefile
    U X11/xc/programs/xsetpointer/xsetpnt.man
    U X11/xc/programs/xsetpointer/xsetpointer.c
    U X11/xc/programs/xsetroot/Imakefile
    U X11/xc/programs/xsetroot/xsetroot.c
    U X11/xc/programs/xsetroot/xsetroot.man
    U X11/xc/programs/xsm/Imakefile
    U X11/xc/programs/xsm/README
    U X11/xc/programs/xsm/XSm.ad
    U X11/xc/programs/xsm/auth.c
    U X11/xc/programs/xsm/auth.h
    U X11/xc/programs/xsm/choose.c
    U X11/xc/programs/xsm/choose.h
    U X11/xc/programs/xsm/globals.c
    U X11/xc/programs/xsm/info.c
    U X11/xc/programs/xsm/info.h
    U X11/xc/programs/xsm/list.c
    U X11/xc/programs/xsm/list.h
    U X11/xc/programs/xsm/lock.c
    U X11/xc/programs/xsm/lock.h
    U X11/xc/programs/xsm/log.c
    U X11/xc/programs/xsm/log.h
    U X11/xc/programs/xsm/mainwin.c
    U X11/xc/programs/xsm/mainwin.h
    U X11/xc/programs/xsm/misc.c
    U X11/xc/programs/xsm/popup.c
    U X11/xc/programs/xsm/popup.h
    U X11/xc/programs/xsm/printhex.c
    U X11/xc/programs/xsm/prop.c
    U X11/xc/programs/xsm/prop.h
    U X11/xc/programs/xsm/remote.c
    U X11/xc/programs/xsm/restart.c
    U X11/xc/programs/xsm/restart.h
    U X11/xc/programs/xsm/save.c
    U X11/xc/programs/xsm/save.h
    U X11/xc/programs/xsm/saveutil.c
    U X11/xc/programs/xsm/saveutil.h
    U X11/xc/programs/xsm/signals.c
    U X11/xc/programs/xsm/system.xsm
    U X11/xc/programs/xsm/xsm.c
    U X11/xc/programs/xsm/xsm.h
    U X11/xc/programs/xsm/xsm.man
    U X11/xc/programs/xsm/xtwatch.c
    U X11/xc/programs/xsm/xtwatch.h
    U X11/xc/programs/xstdcmap/Imakefile
    U X11/xc/programs/xstdcmap/xstdcmap.c
    U X11/xc/programs/xstdcmap/xstdcmap.man
    U X11/xc/programs/xterm/README
    U X11/xc/programs/xterm/INSTALL
    U X11/xc/programs/xterm/Imakefile
    U X11/xc/programs/xterm/Makefile.in
    U X11/xc/programs/xterm/Tests
    U X11/xc/programs/xterm/TekPrsTbl.c
    U X11/xc/programs/xterm/Tekparse.def
    U X11/xc/programs/xterm/Tekparse.h
    U X11/xc/programs/xterm/Tekproc.c
    U X11/xc/programs/xterm/VTPrsTbl.c
    U X11/xc/programs/xterm/VTparse.def
    U X11/xc/programs/xterm/VTparse.h
    U X11/xc/programs/xterm/XTerm-col.ad
    U X11/xc/programs/xterm/XTerm.ad
    U X11/xc/programs/xterm/aclocal.m4
    U X11/xc/programs/xterm/button.c
    U X11/xc/programs/xterm/charproc.c
    U X11/xc/programs/xterm/charsets.c
    U X11/xc/programs/xterm/config.guess
    U X11/xc/programs/xterm/config.sub
    U X11/xc/programs/xterm/configure
    U X11/xc/programs/xterm/configure.in
    U X11/xc/programs/xterm/cursor.c
    U X11/xc/programs/xterm/data.c
    U X11/xc/programs/xterm/data.h
    U X11/xc/programs/xterm/doublechr.c
    U X11/xc/programs/xterm/error.h
    U X11/xc/programs/xterm/fontutils.c
    U X11/xc/programs/xterm/fontutils.h
    U X11/xc/programs/xterm/input.c
    U X11/xc/programs/xterm/install.sh
    U X11/xc/programs/xterm/main.c
    U X11/xc/programs/xterm/main.h
    U X11/xc/programs/xterm/menu.c
    U X11/xc/programs/xterm/menu.h
    U X11/xc/programs/xterm/misc.c
    U X11/xc/programs/xterm/mkdirs.sh
    U X11/xc/programs/xterm/os2main.c
    U X11/xc/programs/xterm/print.c
    U X11/xc/programs/xterm/proto.h
    U X11/xc/programs/xterm/ptyx.h
    U X11/xc/programs/xterm/resize.c
    U X11/xc/programs/xterm/resize.man
    U X11/xc/programs/xterm/screen.c
    U X11/xc/programs/xterm/scrollbar.c
    U X11/xc/programs/xterm/tabs.c
    U X11/xc/programs/xterm/termcap
    U X11/xc/programs/xterm/terminfo
    U X11/xc/programs/xterm/testxmc.c
    U X11/xc/programs/xterm/trace.c
    U X11/xc/programs/xterm/trace.h
    U X11/xc/programs/xterm/util.c
    U X11/xc/programs/xterm/ttysvr.c
    U X11/xc/programs/xterm/version.h
    U X11/xc/programs/xterm/xcharmouse.h
    U X11/xc/programs/xterm/xterm.h
    U X11/xc/programs/xterm/xterm.log.html
    U X11/xc/programs/xterm/xterm.man
    U X11/xc/programs/xterm/xtermcfg.hin
    U X11/xc/programs/xterm/tektests/fotest.tek
    U X11/xc/programs/xterm/tektests/aitest.tek
    U X11/xc/programs/xterm/tektests/dmerc.tek
    U X11/xc/programs/xterm/tektests/imtest.tek
    U X11/xc/programs/xterm/tektests/imtesth.tek
    U X11/xc/programs/xterm/tektests/usmap.tek
    U X11/xc/programs/xterm/tektests/ocpred.tek
    U X11/xc/programs/xvidtune/Imakefile
    U X11/xc/programs/xvidtune/Xvidtune.ad
    U X11/xc/programs/xvidtune/xvidtune.c
    U X11/xc/programs/xvidtune/xvidtune.man
    U X11/xc/programs/xwd/Imakefile
    U X11/xc/programs/xwd/dsimple.c
    U X11/xc/programs/xwd/dsimple.h
    U X11/xc/programs/xwd/list.c
    U X11/xc/programs/xwd/list.h
    U X11/xc/programs/xwd/multiVis.c
    U X11/xc/programs/xwd/multiVis.h
    U X11/xc/programs/xwd/wsutils.h
    U X11/xc/programs/xwd/xwd.c
    U X11/xc/programs/xwd/xwd.man
    U X11/xc/programs/xwininfo/Imakefile
    U X11/xc/programs/xwininfo/dsimple.c
    U X11/xc/programs/xwininfo/dsimple.h
    U X11/xc/programs/xwininfo/xwininfo.c
    U X11/xc/programs/xwininfo/xwininfo.man
    U X11/xc/programs/xwud/Imakefile
    U X11/xc/programs/xwud/xwud.c
    U X11/xc/programs/xwud/xwud.man
    U X11/xc/util/compress/Makefile
    U X11/xc/util/compress/README
    U X11/xc/util/compress/USERMEM
    U X11/xc/util/compress/compress.1
    U X11/xc/util/compress/compress.c
    U X11/xc/util/compress/usermem.sh
    U X11/xc/util/memleak/Imakefile
    U X11/xc/util/memleak/README
    U X11/xc/util/memleak/find-rtns.sh
    U X11/xc/util/memleak/fmalloc.c
    U X11/xc/util/memleak/ftest.c
    U X11/xc/util/memleak/getreti386.c
    U X11/xc/util/memleak/getretmips.c
    U X11/xc/util/memleak/getretspar.c
    U X11/xc/util/memleak/getrettest.c
    U X11/xc/util/memleak/mipsstack.s
    U X11/xc/util/memleak/sparcsolstack.s
    U X11/xc/util/memleak/sparcstack.s
    U X11/xc/util/memleak/stackbottom.c
    U X11/xc/util/misc/dlsym.c
    U X11/xc/util/misc/rt.stdarg.h
    U X11/xc/util/misc/thr_stubs.c
    U X11/xc/util/patch/ChangeLog
    U X11/xc/util/patch/MANIFEST
    U X11/xc/util/patch/Configure
    U X11/xc/util/patch/EXTERN.h
    U X11/xc/util/patch/INTERN.h
    U X11/xc/util/patch/README
    U X11/xc/util/patch/Makefile.SH
    U X11/xc/util/patch/Makefile.nt
    U X11/xc/util/patch/config.H
    U X11/xc/util/patch/backupfile.c
    U X11/xc/util/patch/backupfile.h
    U X11/xc/util/patch/common.h
    U X11/xc/util/patch/config.h.SH
    U X11/xc/util/patch/malloc.c
    U X11/xc/util/patch/config.h.nt
    U X11/xc/util/patch/inp.c
    U X11/xc/util/patch/inp.h
    U X11/xc/util/patch/patch.c
    U X11/xc/util/patch/patch.man
    U X11/xc/util/patch/patchlevel.h
    U X11/xc/util/patch/pch.c
    U X11/xc/util/patch/pch.h
    U X11/xc/util/patch/util.c
    U X11/xc/util/patch/util.h
    U X11/xc/util/patch/version.c
    U X11/xc/util/patch/version.h
    U X11/xc/util/patch/winnt.h
    
    24 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jXFREE86:yesterday -jXFREE86 X11/xc

CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/01/08 11:53:47

Modified files:
	xc/config/cf   : FreeBSD.cf Imake.cf OpenBSD.cf X11.tmpl 
	xc/config/imake: imakemdep.h 
	xc/programs/Xserver/hw/xfree86: xf86Version.h 
	xc/programs/Xserver/hw/xfree86/SuperProbe: PCI.h Print.c Probe.h 
	xc/programs/Xserver/hw/xfree86/common_hw: xf86_PCI.c 
	xc/programs/Xserver/hw/xfree86/doc: README.OpenBSD RELNOTES 
	xc/programs/Xserver/hw/xfree86/doc/sgml: DocIndex.sgml Imakefile 
	                                         OpenBSD.sgml 
	                                         RELNOTE.sgml 
	xc/programs/Xserver/hw/xfree86/etc: scanpci.c 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/nv: Imakefile 
	                                                  nv3setup.c 
	xc/programs/Xserver/hw/xfree86/vga256/drivers/s3v: s3v_driver.c 
	xc/programs/Xserver/include: servermd.h 
	xc/programs/Xserver/os: utils.c xalloc.c 
	xc/programs/xdm: util.c 

Log message:
merge XFree86 3.3.3.1


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/08 13:25:06

Modified files:
	bin/ksh        : BUG-REPORTS CONTRIBUTORS ChangeLog NEWS NOTES 
	                 c_ksh.c c_sh.c c_ulimit.c config.h edit.c 
	                 eval.c exec.c io.c jobs.c main.c misc.c proto.h 
	                 sh.h shf.h trap.c var.c version.c vi.c 
	bin/ksh/tests  : regress.t version.t 

Log message:
bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/08 14:17:52

Modified files:
	share/tmac/mdoc: doc-syms 

Log message:
update NetBSD version macro (for history refs)


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/01/08 14:27:06

Removed files:
	xc/programs/Xserver/hw/xfree86/vga256/drivers/nv: README.RIVA128 
	                                                  README.RIVATNT 
	                                                  README.tech 
	                                                  nv3arb.c 
	                                                  nv3arb.h 
	                                                  nv3cursor.c 
	                                                  nv3driver.c 
	                                                  nv3setup.c 
	                                                  nv4arb.c 
	                                                  nv4arb.h 
	                                                  nv4cursor.c 
	                                                  nv4driver.c 
	                                                  nv4setup.c 
	                                                  nvaccel.c 
	                                                  nvsetup.c 

Log message:
removed in 3.3.3.1


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/08 14:27:57

Modified files:
	share/tmac/mdoc: doc-syms 

Log message:
Ouch, garbage I managed to slip in with the last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/08 14:40:29

Modified files:
	sys/netinet    : ip_esp_new.c ip_esp_old.c ip_ipsp.h 

Log message:
do not use random bits when not necessary, remove 8-byte block dependence


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/01/08 14:51:24

Modified files:
	sys/netinet    : ip_ip4.c ip_mroute.c ip_output.c raw_ip.c 

Log message:
dont call ip_randomid() in htons().


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/01/08 15:23:29

Modified files:
	.              : crypto.html 

Log message:
pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	pattonme@cvs.openbsd.org	1999/01/08 16:45:49

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

Log message:
Removed all OPSYS conditionals and extraneous comments for readability.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/08 19:01:11

Modified files:
	sys/vm         : vm_map.c 

Log message:
Fix to a VM cache trash bug by Chuck Cranor


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 08:24:25

Modified files:
	mail/mutt      : Makefile 
Added files:
	mail/mutt/pkg  : SECURITY 

Log message:
turans@ will have to convince me this is not a wide-open security hole.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/09 09:45:02

Modified files:
	usr.bin/make   : main.c 

Log message:
close PR 685.

Slightly trimmed down version of fix by assar@sics.se
(strtol failure is usually simpler to test, and error messages should
identify the program that produces them)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 09:53:22

Modified files:
	lang/egcs-stable: Makefile 

Log message:
There apparently is a bug in gas that makes it necessary to bootstrap
with standard CFLAGS (-g -O2).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 09:55:27

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
CFLAGS buglet.

autoconf 2.13 available.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 09:56:19

Removed files:
	lang/egcs-snapshot/patches: patch-core-fuck-autoconf 

Log message:
and accordingly, this is no longer necessary...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/09 10:18:21

Modified files:
	etc/etc.i386   : INSTALL.linux 

Log message:
linux 2.2.0 is almost out, and my OpenBSD patch finally made it to the
pre-2.2 series.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/09 10:57:10

Modified files:
	gnu/usr.bin/binutils: Makefile.bsd-wrapper 

Log message:
gprof heads the same set of conditions as gas&friends.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/09 12:32:36

Modified files:
	usr.bin/sup/src: stree.c 

Log message:
behave reasonably if malloc fails


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/09 18:45:32

Modified files:
	sys/kern       : subr_prf.c 

Log message:
NUL terminate the buffer in vsprintf


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/09 19:08:38

Modified files:
	usr.sbin/ppp/ppp: alias_db.c 

Log message:
If we can't open alias.log, don't try to write to the
resulting NULL FILE *.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/09 19:20:21

Modified files:
	sys/sys        : proc.h 
	sys/kern       : kern_fork.c kern_exit.c 

Log message:
Make RFNOWAIT work in rfork(2)


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/09 19:23:23

Modified files:
	usr.sbin/ppp/ppp: modem.c physical.c physical.h 

Log message:
Only call isatty() when we open our descriptor, and remember
the answer.

If we later get a descriptor exception from select(), we know
that it's a tty (isatty() returns 0 after the exception on a
tty) and remember to call modem_LogicalClose().

The upshot of it all is that descriptor exceptions dont leave
the tty locked any more.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/09 19:37:34

Modified files:
	sys/netinet6   : in6.h 
	sys/netinet    : in.h 

Log message:
merge INPROTO_* tables


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/09 19:42:32

Modified files:
	sys/netinet6   : nd6_protocol.h tcpipv6.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/09 19:44:33

Modified files:
	sys/sys        : socket.h 

Log message:
add SO_NETPROC and CMSG_{FIRSTHDR,ALIGN,LEN,SPACE}; cmetz


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 19:45:03

ports/lang/egcs-snapshot/files/config/gcc/config/alpha

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/alpha
In directory cvs.openbsd.org:/tmp/cvs-serv26685/alpha

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/alpha added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 19:45:03

ports/lang/egcs-snapshot/files/config/gcc/config/pa

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/pa
In directory cvs.openbsd.org:/tmp/cvs-serv26685/pa

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/pa added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/09 19:50:09

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 
	lang/egcs-snapshot/patches: patch-core-config.open 
	                            patch-g++-libshared.open 
Added files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 

Log message:
Update to 990103 snapshot.
Inform user of the warnings file in case of a bootstrap crash.

Major change: add alpha & pa configuration, and clean up ALL
openbsd configuration files thoroughly... this is probably going to
break a few things.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 01:27:03

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

Log message:
Don't leak the spl() if the card setup fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 06:34:20

Modified files:
	sys/sys        : systm.h 
	sys/kern       : init_main.c 
	sys/arch/alpha/alpha: vm_machdep.c 
	sys/arch/amiga/amiga: vm_machdep.c 
	sys/arch/arm32/arm32: vm_machdep.c 
	sys/arch/atari/atari: vm_machdep.c 
	sys/arch/hp300/hp300: vm_machdep.c 
	sys/arch/hppa/hppa: vm_machdep.c 
	sys/arch/i386/i386: vm_machdep.c 
	sys/arch/kbus/kbus: vm_machdep.c 
	sys/arch/mac68k/mac68k: vm_machdep.c 
	sys/arch/mvme68k/mvme68k: vm_machdep.c 
	sys/arch/mvme88k/mvme88k: vm_machdep.c 
	sys/arch/powerpc/powerpc: vm_machdep.c 
	sys/arch/sparc/sparc: vm_machdep.c 
	sys/arch/sun3/sun3: vm_machdep.c 
	sys/arch/vax/vax: vm_machdep.c 
	sys/arch/kbus/include: cpu.h 
	sys/arch/sparc/include: cpu.h 
	sys/arch/vax/include: cpu.h 

Log message:
Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 09:25:25

Modified files:
	bin/ksh/tests  : th 

Log message:
missed in update


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 09:45:49

Modified files:
	bin/ksh        : c_sh.c 

Log message:
Fix bug in c_sh.c where an unitialized variable could be used.
Bug found by fgsch@openbsd.org.  Patch mailed to pdksh maintainer.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 10:55:03

Modified files:
	bin/ksh        : BUG-REPORTS CONTRIBUTORS ChangeLog Makefile 
	                 c_ksh.c c_sh.c edit.c emacs.c eval.c exec.c 
	                 expr.c history.c io.c jobs.c lex.c mail.c 
	                 main.c table.c var.c version.c 
	bin/ksh/tests  : regress.t version.t 

Log message:
sync with pdksh-unstable-5.2.13.6


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 13:06:56

Modified files:
	sys/nfs        : nfs_vnops.c nfsm_subs.h 

Log message:
Fix for creating files on a Solaris 7 server with NFSv3 (the request was
slightly garbled but older servers seemed to understand it); dfr@freebsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/10 14:12:09

Modified files:
	sys/ufs/mfs    : mfs_vnops.c 

Log message:
fix panic messages and put some code in DIAGNOSTIC


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/10 14:19:51

Modified files:
	sys/vm         : vm_map.c 

Log message:
vm_map_deallocate: only release the simple lock when ref_count > 0. in the other case the simple lock is released in vm_map_lock_drain_*interlock*


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/10 14:50:32

Modified files:
	sys/msdosfs    : msdosfs_fat.c 

Log message:
make this work with MSDOSFS_DEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/10 14:53:03

Modified files:
	sys/msdosfs    : msdosfs_vfsops.c 

Log message:
make this compile with MSDOSFS_DEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 15:26:55

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
pretty Rhine


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 15:28:31

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 15:30:47

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : if_vr.c if_vrreg.h 

Log message:
VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 15:31:30

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

Log message:
Add vr driver


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 15:32:24

Modified files:
	lib/libc_r/uthread: pthread_private.h 

Log message:
fix proto


CVSROOT:	/cvs
Module name:	www
Changes by:	downsj@cvs.openbsd.org	1999/01/10 15:41:12

Modified files:
	.              : i386.html 

Log message:
Add Rhine boards to supported list...


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/10 15:47:09

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
remove unnecessary declaration of dounmount


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 15:50:08

Modified files:
	lib/libc_r     : NOTES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 15:51:15

Modified files:
	lib/libc_r     : TODO 

Log message:
update


CVSROOT:	/cvs
Module name:	www
Changes by:	downsj@cvs.openbsd.org	1999/01/10 15:54:10

Modified files:
	.              : want.html 

Log message:
Don't need a Rhine board any longer...


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 15:57:12

Modified files:
	lib/libc_r/TEST: Makefile p_bench_read.c test.h test_create.c 
	                 test_cwd.c test_execve.c test_fcntl.c 
	                 test_fork.c test_netdb.c test_pause.c 
	                 test_preemption.c test_preemption_float.c 
	                 test_pthread_cond_timedwait.c 
	                 test_pthread_join.c test_pthread_mutex.c 
	                 test_pw.c test_readdir.c test_select.c 
	                 test_setjmp.c test_sleep.c test_sock_1.c 
	                 test_sock_2.c test_sock_2a.c test_stdio_1.c 
	                 test_switch.c 

Log message:
nice-ify


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 15:59:34

Modified files:
	lib/libc_r/arch/i386: uthread_machdep.h 

Log message:
use <machine/reg>


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:00:02

Modified files:
	lib/libc_r/arch/mips: _atomic_lock.c 

Log message:
note pathological problem


CVSROOT:	/cvs
Module name:	ports
Changes by:	jason@cvs.openbsd.org	1999/01/10 16:02:12

Modified files:
	sysutils/xntpd : Makefile 
	sysutils/xntpd/files: md5 
	sysutils/xntpd/pkg: PLIST 

Log message:
update to xntp3-5.93e-export


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:05:18

Modified files:
	lib/libc_r/uthread: uthread_attr_destroy.c 

Log message:
ident


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:08:00

Modified files:
	lib/libc_r/uthread: uthread_autoinit.c 

Log message:
add some debug msgs; clean


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:09:37

Modified files:
	lib/libc_r/uthread: uthread_fd.c 

Log message:
initialise locks properly


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:10:26

Modified files:
	lib/libc_r/uthread: uthread_fstatfs.c uthread_self.c 

Log message:
ident


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:11:34

Modified files:
	lib/libc_r/uthread: uthread_init.c 

Log message:
export symbol to kernel thread for gdb; ident; fix lock initialisation


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:13:24

Modified files:
	lib/libc_r/uthread: uthread_spinlock.c 

Log message:
no need to cast any more


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/10 16:16:35

Modified files:
	lib/libc_r/uthread: uthread_kern.c 

Log message:
clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 16:20:29

Modified files:
	usr.bin        : Makefile 

Log message:
Forgot to add midiplay here


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/10 16:21:19

Modified files:
	sys/msdosfs    : msdosfs_vnops.c 

Log message:
honor MNT_NOATIME. from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/01/10 17:16:32

Modified files:
	usr.bin/patch  : util.c 

Log message:
fix seg fault on sparc


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/01/10 17:42:54

Modified files:
	sys/netinet    : ip_output.c 

Log message:
Remove duplicate code.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/10 17:45:47

Modified files:
	sys/netinet6   : icmpv6_var.h in6.h ipv6_icmp.h ipv6_var.h 

Log message:
_KERNEL, and other cleanup


CVSROOT:	/cvs
Module name:	www
Changes by:	angelos@cvs.openbsd.org	1999/01/10 17:56:57

Modified files:
	.              : want.html 

Log message:
Add a request for a P2/450.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/10 18:00:06

Modified files:
	sys/conf       : files 

Log message:
ipv6 chunks; nrl


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/01/10 18:01:06

Modified files:
	.              : errata.html 

Log message:
reference nfs3_solaris7.patch


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 18:01:24

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

Log message:
RFNOWAIT is now supported


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/10 18:21:19

Modified files:
	lang/tcl80     : Makefile 
	lang/tcl80/files: md5 
	lang/tcl80/patches: patch-aa patch-ab 
	lang/tcl80/pkg : PLIST PLIST.alpha 

Log message:
update to tcl 8.0.4


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 18:28:03

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

Log message:
kill unnecessary printf before a panic


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 18:28:10

Modified files:
	sys/kern       : subr_extent.c 

Log message:
Adhere better to DIAGNOSTIC and DDB options


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 18:29:18

Modified files:
	sys/kern       : subr_rmap.c 

Log message:
Sanity panics into DIAGNOSTIC


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 18:37:13

Modified files:
	sys/kern       : init_main.c 
Added files:
	sys/sys        : kthread.h 
	sys/kern       : kern_kthread.c 

Log message:
kthread abstraction from NetBSD, implemented with our rfork


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 18:43:50

Modified files:
	sys/conf       : files 

Log message:
Forgot to add kern_kthread.c here


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 18:49:00

Modified files:
	sys/dev/isa    : isadma.c 

Log message:
shave a few byes by combining a printf and panic that are consecutive


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 18:51:59

Modified files:
	sys/dev/pci    : isp_pci.c ncr.c 

Log message:
panic prints a newline for you, don't do it in the panic string


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 18:57:54

Modified files:
	sys/dev/isa    : rtfps.c wdc.c wss.c isapnp.c 

Log message:
panic prints a newline for you, don't do it in the panic string


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 18:57:59

Modified files:
	sys/dev/eisa   : ahc_eisa.c 

Log message:
panic prints a newline for you, don't do it in the panic string


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/10 19:01:37

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h ip_var.h raw_ip.c tcp.h 
	                 tcp_debug.c tcp_debug.h tcp_input.c 
	                 tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h 
	                 udp_usrreq.c 

Log message:
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/10 19:01:46

Modified files:
	sys/sys        : malloc.h 

Log message:
Lost IPv6 defines


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/01/10 19:31:00

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

Log message:
more printf/panic merging, since panic() is stdarg


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/10 19:40:06

Modified files:
	mail/mutt      : Makefile 
	mail/mutt/files: md5 
	mail/mutt/pkg  : SECURITY 

Log message:
update to 0.95.1; note mktemp use in pkg/SECURITY


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 20:03:43

Modified files:
	sys/dev/isa    : sb_isapnp.c 

Log message:
The DSP likes it better if you actually give it an iobase and a handle.


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/10 21:15:19

Modified files:
	sys/dev/isa    : sb_isapnp.c 

Log message:
Make attachment sane.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/10 21:28:25

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : if_pn.c if_pnreg.h 

Log message:
Driver for PNIC boards


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/10 21:31:15

Modified files:
	sys/dev/pci    : if_de.c if_devar.h 

Log message:
remove pnic stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/10 21:35:43

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

Log message:
Add pnic driver


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/10 21:51:39

Modified files:
	x11/tk80       : Makefile 
	x11/tk80/files : md5 
	x11/tk80/pkg   : PLIST 

Log message:
update to tk 8.0.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/10 21:52:28

Modified files:
	lang/tcl80/pkg : PLIST 

Log message:
fix packing list (ldconfig)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/10 22:12:40

Modified files:
	sys/arch/alpha/alpha: dec_2100_a50.c dec_axppci_33.c dec_eb164.c 
	                      dec_kn20aa.c interrupt.c 
	sys/arch/alpha/isa: isafcns_jensen.c 
	sys/arch/alpha/pci: pci_2100_a50.c pci_axppci_33.c pci_eb164.c 
	                    pci_kn20aa.c sio_pic.c tga_bt485.c 
	sys/arch/alpha/tc: ioasic.c tc_3000_300.c tc_3000_500.c tcds.c 
	sys/arch/amiga/amiga: pmap.c 
	sys/arch/amiga/dev: sbic.c 
	sys/arch/arc/algor: algorbus.c 
	sys/arch/arc/dev: if_sn.c 
	sys/arch/arc/pica: picabus.c 
	sys/arch/arm32/arm32: autoconf.c clock.c fault.c irqhandler.c 
	                      machdep.c pmap.c stubs.c syscall.c 
	                      undefined.c vm_machdep.c 
	sys/arch/arm32/mainbus: beep.c com.c fd.c kbd.c lpt.c pms.c 
	                        qmouse.c vidcaudio.c wd.c 
	sys/arch/arm32/podulebus: asc.c if_ea.c if_eb.c if_eh.c if_ie.c 
	                          podulebus.c ptsc.c sbic.c 
	sys/arch/atari/atari: kdassert.h pmap.c 
	sys/arch/atari/dev: dma.c fd.c grfabs_fal.c grfabs_tt.c 
	                    ncr5380.c 
	sys/arch/hp300/hp300: intr.c pmap.c 
	sys/arch/hp300/stand/common: if_le.c 
	sys/arch/hppa/hppa: trap.c 
	sys/arch/i386/eisa: eisa_machdep.c 
	sys/arch/i386/i386: freebsd_machdep.c machdep.c 
	sys/arch/i386/isa: ahc_isa.c pccom.c 
	sys/arch/i386/pci: pci_machdep.c 
	sys/arch/kbus/dev: am7990.c kbus.c sbic.c vme.c zs.c 
	sys/arch/kbus/kbus: machdep.c 
	sys/arch/kbus/stand/netboot: dev_net.c if_le.c 
	sys/arch/kbus/stand/sk: dev_net.c if_le.c 
	sys/arch/m68k/fpe: fpu_calcea.c fpu_fmovecr.c 
	sys/arch/mac68k/dev: grf_iv.c if_sn.c mac68k5380.c ncr5380.c 
	                     sbc.c zs.c 
	sys/arch/mac68k/mac68k: bus_space.c macrom.c pmap.c 
	                        pmap_bootstrap.c trap.c 
	sys/arch/mvme68k/dev: if_ie.c nvram.c 
	sys/arch/mvme68k/mvme68k: pmap.c 
	sys/arch/mvme68k/stand/netboot: dev_net.c if_ie.c if_le.c 
	sys/arch/mvme88k/dev: cl.c if_ie.c nvram.c 
	sys/arch/mvme88k/mvme88k: machdep.c pmap.c 
	sys/arch/mvme88k/stand/netboot: dev_net.c if_ie.c if_le.c 
	sys/arch/pc532/dev: ncr5380.c 
	sys/arch/pc532/stand: inflate.c 
	sys/arch/pmax/dev: lk201.c qvss_compat.c 
	sys/arch/pmax/pmax: conf-glue.c machdep.c mainbus.c 
	                    mips_machdep.c vm_machdep.c 
	sys/arch/pmax/tc: asic.c tc.c tc_subr.c 
	sys/arch/powerpc/pci: mpcpcibus.c 
	sys/arch/powerpc/powerpc: machdep.c pmap.c 
	sys/arch/sparc/dev: if_ie.c isp_sbus.c si.c xy.c 
	sys/arch/sparc/sparc: autoconf.c iommu.c pmap.c 
	sys/arch/sparc/stand/common: promdev.c 
	sys/arch/sun3/dev: if_ie.c obio.c si.c xy.c zs.c 
	sys/arch/sun3/stand/libsa: netif_sun.c promdev.c 
	sys/arch/sun3/sun3: dvma.c isr.c pmap.c 
	sys/arch/vax/vax: ka43.c trap.c uvax.c 
	sys/arch/vax/vsa: lk201.c ncr.c 
	sys/arch/wgrisc/dev: if_sn.c 
	sys/arch/wgrisc/riscbus: riscbus.c 
	sys/compat/common: compat_exec.c 
	sys/compat/ibcs2: ibcs2_exec.c 
	sys/compat/linux: linux_exec.c 
	sys/compat/m68k4k: m68k4k_exec.c 
	sys/compat/sunos: sunos_exec.c 
	sys/dev/ic     : aic7xxx.c com.c isp.c midway.c 
	sys/dev/pcmcia : com_pcmcia.c 
	sys/dev/wscons : wscons_emul.c 
	sys/kern       : exec_aout.c exec_ecoff.c exec_elf.c 
	                 exec_script.c kern_lock.c kern_malloc.c 
	                 subr_autoconf.c subr_prf.c vfs_cluster.c 
	                 vfs_lookup.c 
	sys/lib/libsa  : arp.c netif.c 
	sys/miscfs/nullfs: null_vnops.c 
	sys/miscfs/umapfs: umap_vnops.c 
	sys/msdosfs    : msdosfs_vnops.c 
	sys/netccitt   : llc_output.c 
	sys/netinet    : ip_esp_new.c ip_esp_old.c 
	sys/netinet6   : ipv6_discovery.c ipv6_icmp.c ipv6_rtrequest.c 
	sys/netipx     : ipx_ip.c 
	sys/netns      : ns_ip.c spp_usrreq.c 
	sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_balloc.c ext2fs_lookup.c 
	sys/ufs/ffs    : ffs_alloc.c ffs_balloc.c 
	sys/ufs/lfs    : lfs_alloc.c lfs_inode.c lfs_segment.c 
	                 lfs_vfsops.c 
	sys/ufs/mfs    : mfs_vnops.c 
	sys/xfs        : xfs_vfsops.c 

Log message:
panic prints a newline for you, don't do it in the panic string


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/10 22:37:23

Log message:
    Nmap 2.02 port scanner.
    
    Status:
    
    Vendor Tag:	angelos
    Release Tags:	nmap-2_02
    
    N ports/net/nmap/Makefile
    N ports/net/nmap/files/md5
    N ports/net/nmap/pkg/COMMENT
    N ports/net/nmap/pkg/DESCR
    N ports/net/nmap/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/10 22:44:49

Modified files:
	net            : Makefile 

Log message:
Enable nmap.


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1999/01/11 01:54:51

Modified files:
	libexec/mail.local: mail.local.8 

Log message:
Correct documentation on how mail.local does its locking.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 03:23:42

Modified files:
	sys/sys        : disklabel.h 

Log message:
Add ATAPI and RAID types, compatibility with NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/11 04:14:48

Modified files:
	lib/libc/db/man: dbopen.3 

Log message:
mention fcntl.h; jfw@jfwhome.funhouse.com


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/11 05:04:23

Modified files:
	share/man/man4 : Makefile de.4 
Added files:
	share/man/man4 : pn.4 

Log message:
Add pnic man page and remove refs from de.4


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/11 05:14:55

Modified files:
	distrib/notes/i386: hardware 

Log message:
Rearrange pnic hardware


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/01/11 05:19:43

Modified files:
	.              : i386.html 

Log message:
rearrange pnic stuff


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/01/11 05:23:13

Modified files:
	.              : i386.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 05:47:33

src/sys/dev/raidframe

Update of /cvs/src/sys/dev/raidframe
In directory cvs.openbsd.org:/tmp/cvs-serv25140/raidframe

Log Message:
Directory /cvs/src/sys/dev/raidframe added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 06:09:02

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

Log message:
Stylistic cleanup.  Addition of a common ISA NE2000 attachment.
Addition of the forgotten sequencer pseudo-device.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/11 07:11:22

Modified files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 

Log message:
I'm stupid.

(managed to commit the wrong file, with two extraneous endif)


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 07:29:56

Modified files:
	sys/conf       : files 
	sys/sys        : conf.h 
	sys/arch/i386/i386: conf.c 
	sys/arch/i386/conf: GENERIC 
Added files:
	sys/dev/raidframe: rf_acctrace.c rf_acctrace.h rf_alloclist.c 
	                   rf_alloclist.h rf_archs.h rf_aselect.c 
	                   rf_aselect.h rf_callback.c rf_callback.h 
	                   rf_ccmn.h rf_chaindecluster.c 
	                   rf_chaindecluster.h rf_configure.h 
	                   rf_copyback.c rf_copyback.h rf_cpuutil.c 
	                   rf_cpuutil.h rf_cvscan.c rf_cvscan.h rf_dag.h 
	                   rf_dagdegrd.c rf_dagdegrd.h rf_dagdegwr.c 
	                   rf_dagdegwr.h rf_dagffrd.c rf_dagffrd.h 
	                   rf_dagffwr.c rf_dagffwr.h rf_dagflags.h 
	                   rf_dagfuncs.c rf_dagfuncs.h rf_dagutils.c 
	                   rf_dagutils.h rf_debugMem.c rf_debugMem.h 
	                   rf_debugprint.c rf_debugprint.h 
	                   rf_decluster.c rf_decluster.h 
	                   rf_declusterPQ.c rf_declusterPQ.h rf_demo.c 
	                   rf_demo.h rf_desc.h rf_diskevent.c 
	                   rf_diskevent.h rf_diskqueue.c rf_diskqueue.h 
	                   rf_disks.c rf_disks.h rf_diskthreads.h 
	                   rf_driver.c rf_driver.h rf_engine.c 
	                   rf_engine.h rf_etimer.h rf_evenodd.c 
	                   rf_evenodd.h rf_evenodd_dagfuncs.c 
	                   rf_evenodd_dagfuncs.h rf_evenodd_dags.c 
	                   rf_evenodd_dags.h rf_fifo.c rf_fifo.h 
	                   rf_freelist.h rf_general.h rf_geniq.c 
	                   rf_geometry.c rf_geometry.h rf_heap.c 
	                   rf_heap.h rf_hist.h rf_interdecluster.c 
	                   rf_interdecluster.h rf_invertq.c rf_invertq.h 
	                   rf_kintf.h rf_layout.c rf_layout.h rf_map.c 
	                   rf_map.h rf_mcpair.c rf_mcpair.h 
	                   rf_memchunk.c rf_memchunk.h rf_netbsd.h 
	                   rf_netbsdkintf.c rf_nwayxor.c rf_nwayxor.h 
	                   rf_openbsd.h rf_openbsdkintf.c rf_options.c 
	                   rf_options.h rf_optnames.h rf_owner.h 
	                   rf_paritylog.c rf_paritylog.h 
	                   rf_paritylogDiskMgr.c rf_paritylogDiskMgr.h 
	                   rf_paritylogging.c rf_paritylogging.h 
	                   rf_parityloggingdags.c rf_parityloggingdags.h 
	                   rf_parityscan.c rf_parityscan.h rf_pq.c 
	                   rf_pq.h rf_pqdeg.c rf_pqdeg.h rf_pqdegdags.c 
	                   rf_pqdegdags.h rf_psstatus.c rf_psstatus.h 
	                   rf_raid.h rf_raid0.c rf_raid0.h rf_raid1.c 
	                   rf_raid1.h rf_raid4.c rf_raid4.h rf_raid5.c 
	                   rf_raid5.h rf_raid5_rotatedspare.c 
	                   rf_raid5_rotatedspare.h rf_raidframe.h 
	                   rf_randmacros.h rf_reconbuffer.c 
	                   rf_reconbuffer.h rf_reconmap.c rf_reconmap.h 
	                   rf_reconstruct.c rf_reconstruct.h 
	                   rf_reconstub.c rf_reconutil.c rf_reconutil.h 
	                   rf_revent.c rf_revent.h rf_rst.h 
	                   rf_shutdown.c rf_shutdown.h rf_sstf.c 
	                   rf_sstf.h rf_states.c rf_states.h 
	                   rf_stripelocks.c rf_stripelocks.h 
	                   rf_strutils.c rf_sys.c rf_sys.h rf_threadid.h 
	                   rf_threadstuff.c rf_threadstuff.h rf_types.h 
	                   rf_utils.c rf_utils.h 

Log message:
Import of CMU's RAIDframe via NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 07:33:39

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

Log message:
Up-to-date


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 07:42:50

src/sbin/raidctl

Update of /cvs/src/sbin/raidctl
In directory cvs.openbsd.org:/tmp/cvs-serv29225/raidctl

Log Message:
Directory /cvs/src/sbin/raidctl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 07:49:45

Modified files:
	sbin           : Makefile 
Added files:
	sbin/raidctl   : Makefile raidctl.8 raidctl.c rf_configure.c 
	                 rf_utility.c rf_utility.h 

Log message:
Control RAIDframe


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 08:02:05

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : raid.4 

Log message:
raid(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 08:05:32

Modified files:
	sys/netinet    : tcp_input.c tcp_var.h 

Log message:
Make TCP_SACK compile with new netinet


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/11 08:08:10

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

Log message:
Correct some formatting errors (one is a groff bug)
Noted & partially submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 08:14:44

Modified files:
	etc/etc.i386   : MAKEDEV 

Log message:
Add raid devices


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 08:34:17

Modified files:
	sys/kern       : kern_kthread.c 

Log message:
sigh memset is not available everywhere, I should know better


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 09:05:48

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
Use bzero instead of memset in the kernel


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/11 09:32:57

Log message:
    Import of FSF texinfo 3.12. This version creates empty info-dirs correctly.
    
    Status:
    
    Vendor Tag:	FSF
    Release Tags:	TEXINFO_3_12
    
    C src/gnu/usr.bin/texinfo/Makefile.in
    U src/gnu/usr.bin/texinfo/README
    U src/gnu/usr.bin/texinfo/ABOUT-NLS
    U src/gnu/usr.bin/texinfo/AUTHORS
    U src/gnu/usr.bin/texinfo/COPYING
    U src/gnu/usr.bin/texinfo/ChangeLog
    U src/gnu/usr.bin/texinfo/INSTALL
    U src/gnu/usr.bin/texinfo/Makefile.am
    U src/gnu/usr.bin/texinfo/NEWS
    U src/gnu/usr.bin/texinfo/TODO
    U src/gnu/usr.bin/texinfo/acconfig.h
    U src/gnu/usr.bin/texinfo/aclocal.m4
    U src/gnu/usr.bin/texinfo/config.guess
    U src/gnu/usr.bin/texinfo/config.h.in
    U src/gnu/usr.bin/texinfo/config.sub
    C src/gnu/usr.bin/texinfo/configure
    U src/gnu/usr.bin/texinfo/configure.in
    U src/gnu/usr.bin/texinfo/install-sh
    U src/gnu/usr.bin/texinfo/missing
    U src/gnu/usr.bin/texinfo/mkinstalldirs
    U src/gnu/usr.bin/texinfo/stamp-h.in
    U src/gnu/usr.bin/texinfo/INTRODUCTION
    U src/gnu/usr.bin/texinfo/dir-example
    U src/gnu/usr.bin/texinfo/intl/ChangeLog
    U src/gnu/usr.bin/texinfo/intl/Makefile.in
    U src/gnu/usr.bin/texinfo/intl/linux-msg.sed
    U src/gnu/usr.bin/texinfo/intl/po2tbl.sed.in
    U src/gnu/usr.bin/texinfo/intl/xopen-msg.sed
    U src/gnu/usr.bin/texinfo/intl/gettext.h
    U src/gnu/usr.bin/texinfo/intl/gettextP.h
    U src/gnu/usr.bin/texinfo/intl/hash-string.h
    U src/gnu/usr.bin/texinfo/intl/libgettext.h
    U src/gnu/usr.bin/texinfo/intl/loadinfo.h
    U src/gnu/usr.bin/texinfo/intl/bindtextdom.c
    U src/gnu/usr.bin/texinfo/intl/dcgettext.c
    U src/gnu/usr.bin/texinfo/intl/dgettext.c
    U src/gnu/usr.bin/texinfo/intl/gettext.c
    U src/gnu/usr.bin/texinfo/intl/finddomain.c
    U src/gnu/usr.bin/texinfo/intl/loadmsgcat.c
    U src/gnu/usr.bin/texinfo/intl/localealias.c
    U src/gnu/usr.bin/texinfo/intl/textdomain.c
    U src/gnu/usr.bin/texinfo/intl/l10nflist.c
    U src/gnu/usr.bin/texinfo/intl/explodename.c
    U src/gnu/usr.bin/texinfo/intl/intl-compat.c
    U src/gnu/usr.bin/texinfo/intl/VERSION
    U src/gnu/usr.bin/texinfo/intl/cat-compat.c
    U src/gnu/usr.bin/texinfo/lib/Makefile.in
    U src/gnu/usr.bin/texinfo/lib/README
    U src/gnu/usr.bin/texinfo/lib/Makefile.am
    U src/gnu/usr.bin/texinfo/lib/alloca.c
    U src/gnu/usr.bin/texinfo/lib/memcpy.c
    U src/gnu/usr.bin/texinfo/lib/memmove.c
    U src/gnu/usr.bin/texinfo/lib/strdup.c
    U src/gnu/usr.bin/texinfo/lib/strerror.c
    U src/gnu/usr.bin/texinfo/lib/getopt.c
    U src/gnu/usr.bin/texinfo/lib/getopt.h
    U src/gnu/usr.bin/texinfo/lib/getopt1.c
    U src/gnu/usr.bin/texinfo/lib/system.h
    U src/gnu/usr.bin/texinfo/lib/xmalloc.c
    U src/gnu/usr.bin/texinfo/lib/xstrdup.c
    U src/gnu/usr.bin/texinfo/po/ChangeLog
    C src/gnu/usr.bin/texinfo/po/Makefile.in.in
    U src/gnu/usr.bin/texinfo/po/POTFILES.in
    U src/gnu/usr.bin/texinfo/po/texinfo.pot
    U src/gnu/usr.bin/texinfo/po/stamp-cat-id
    U src/gnu/usr.bin/texinfo/po/de.po
    U src/gnu/usr.bin/texinfo/po/fr.po
    U src/gnu/usr.bin/texinfo/po/de.gmo
    U src/gnu/usr.bin/texinfo/po/fr.gmo
    C src/gnu/usr.bin/texinfo/po/cat-id-tbl.c
    C src/gnu/usr.bin/texinfo/info/Makefile.in
    U src/gnu/usr.bin/texinfo/info/README
    U src/gnu/usr.bin/texinfo/info/Makefile.am
    U src/gnu/usr.bin/texinfo/info/dir.c
    U src/gnu/usr.bin/texinfo/info/display.c
    U src/gnu/usr.bin/texinfo/info/display.h
    U src/gnu/usr.bin/texinfo/info/doc.c
    U src/gnu/usr.bin/texinfo/info/doc.h
    U src/gnu/usr.bin/texinfo/info/dribble.c
    U src/gnu/usr.bin/texinfo/info/dribble.h
    U src/gnu/usr.bin/texinfo/info/echo-area.c
    U src/gnu/usr.bin/texinfo/info/echo-area.h
    U src/gnu/usr.bin/texinfo/info/filesys.c
    U src/gnu/usr.bin/texinfo/info/filesys.h
    U src/gnu/usr.bin/texinfo/info/footnotes.c
    U src/gnu/usr.bin/texinfo/info/footnotes.h
    U src/gnu/usr.bin/texinfo/info/funs.h
    U src/gnu/usr.bin/texinfo/info/gc.c
    U src/gnu/usr.bin/texinfo/info/gc.h
    U src/gnu/usr.bin/texinfo/info/indices.c
    U src/gnu/usr.bin/texinfo/info/indices.h
    U src/gnu/usr.bin/texinfo/info/info-utils.c
    U src/gnu/usr.bin/texinfo/info/info-utils.h
    U src/gnu/usr.bin/texinfo/info/info.c
    U src/gnu/usr.bin/texinfo/info/info.h
    U src/gnu/usr.bin/texinfo/info/m-x.c
    U src/gnu/usr.bin/texinfo/info/infodoc.c
    U src/gnu/usr.bin/texinfo/info/infomap.c
    U src/gnu/usr.bin/texinfo/info/infomap.h
    U src/gnu/usr.bin/texinfo/info/man.c
    U src/gnu/usr.bin/texinfo/info/man.h
    U src/gnu/usr.bin/texinfo/info/nodemenu.c
    U src/gnu/usr.bin/texinfo/info/nodes.c
    U src/gnu/usr.bin/texinfo/info/nodes.h
    U src/gnu/usr.bin/texinfo/info/search.c
    U src/gnu/usr.bin/texinfo/info/search.h
    U src/gnu/usr.bin/texinfo/info/session.c
    U src/gnu/usr.bin/texinfo/info/session.h
    U src/gnu/usr.bin/texinfo/info/signals.c
    U src/gnu/usr.bin/texinfo/info/signals.h
    U src/gnu/usr.bin/texinfo/info/termdep.h
    C src/gnu/usr.bin/texinfo/info/terminal.c
    U src/gnu/usr.bin/texinfo/info/terminal.h
    U src/gnu/usr.bin/texinfo/info/tilde.c
    U src/gnu/usr.bin/texinfo/info/tilde.h
    U src/gnu/usr.bin/texinfo/info/variables.c
    U src/gnu/usr.bin/texinfo/info/variables.h
    U src/gnu/usr.bin/texinfo/info/window.c
    U src/gnu/usr.bin/texinfo/info/window.h
    U src/gnu/usr.bin/texinfo/info/makedoc.c
    U src/gnu/usr.bin/texinfo/makeinfo/Makefile.in
    U src/gnu/usr.bin/texinfo/makeinfo/README
    U src/gnu/usr.bin/texinfo/makeinfo/Makefile.am
    C src/gnu/usr.bin/texinfo/makeinfo/makeinfo.c
    U src/gnu/usr.bin/texinfo/makeinfo/makeinfo.h
    U src/gnu/usr.bin/texinfo/makeinfo/multi.c
    U src/gnu/usr.bin/texinfo/util/Makefile.in
    U src/gnu/usr.bin/texinfo/util/README
    U src/gnu/usr.bin/texinfo/util/Makefile.am
    C src/gnu/usr.bin/texinfo/util/install-info.c
    U src/gnu/usr.bin/texinfo/util/texindex.c
    U src/gnu/usr.bin/texinfo/util/deref.c
    U src/gnu/usr.bin/texinfo/util/fixfonts
    U src/gnu/usr.bin/texinfo/util/gen-dir-node
    U src/gnu/usr.bin/texinfo/util/tex3patch
    U src/gnu/usr.bin/texinfo/util/texi2dvi
    U src/gnu/usr.bin/texinfo/util/update-info
    U src/gnu/usr.bin/texinfo/doc/Makefile.in
    U src/gnu/usr.bin/texinfo/doc/README
    U src/gnu/usr.bin/texinfo/doc/info-stnd.texi
    U src/gnu/usr.bin/texinfo/doc/info.texi
    N src/gnu/usr.bin/texinfo/doc/texinfo.txi
    U src/gnu/usr.bin/texinfo/doc/Makefile.am
    U src/gnu/usr.bin/texinfo/doc/texinfo.tex
    U src/gnu/usr.bin/texinfo/doc/macro.texi
    U src/gnu/usr.bin/texinfo/doc/userdoc.texi
    U src/gnu/usr.bin/texinfo/doc/epsf.tex
    
    8 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jFSF:yesterday -jFSF src/gnu/usr.bin/texinfo

CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/11 09:38:16

Modified files:
	gnu/usr.bin/texinfo: Makefile.am Makefile.bsd-wrapper 
	                     Makefile.in configure configure.in 
	                     dir-example mkinstalldirs 
	gnu/usr.bin/texinfo/doc: Makefile.am info-stnd.texi info.texi 
	                         texinfo.tex texinfo.txi 
	gnu/usr.bin/texinfo/info: Makefile.am Makefile.in dir.c 
	                          display.c display.h echo-area.c 
	                          echo-area.h filesys.c filesys.h 
	                          footnotes.c footnotes.h gc.h indices.c 
	                          indices.h info-utils.h info.c info.h 
	                          infodoc.c infomap.c m-x.c makedoc.c 
	                          man.c man.h nodemenu.c nodes.h 
	                          search.h session.c signals.h termdep.h 
	                          terminal.c tilde.c variables.c 
	                          variables.h window.c window.h 
	gnu/usr.bin/texinfo/lib: Makefile.am system.h 
	gnu/usr.bin/texinfo/makeinfo: Makefile.am makeinfo.c makeinfo.h 
	                              multi.c 
	gnu/usr.bin/texinfo/po: Makefile.in.in cat-id-tbl.c 
	gnu/usr.bin/texinfo/util: Makefile.am gen-dir-node 
	                          install-info.c texi2dvi texindex.c 

Log message:
Upgrade to 3.12, merge with OpenBSD changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/11 09:46:25

Removed files:
	gnu/usr.bin/texinfo: README-alpha THANKS 
	gnu/usr.bin/texinfo/doc: texinfo.texi 

Log message:
cvs `feature': you MUST remove obsolete files manually, otherwise
they live forever...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/11 09:47:45

Removed files:
	gnu/usr.bin/texinfo/emacs: Makefile.am Makefile.in README 
	                           elisp-comp info.el informat.el 
	                           makeinfo.el new-useful-setqs 
	                           texinfmt.el texinfo.el texnfo-upd.el 

Log message:
As of 3.12, emacs files are no longer shipped with texinfo.
Refer to the emacs distribution for up-to-date versions of those.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/11 11:14:53

Modified files:
	sys/arch/hppa/include: iomod.h 

Log message:
ASP prom offset for an lan stattion id


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/11 11:15:26

Modified files:
	sys/arch/hppa/include: autoconf.h 

Log message:
pass dmatag in confargs


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/01/11 13:11:17

Modified files:
	usr.bin/tset   : tset.c 

Log message:
Move break statement so that -Q really works


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 13:25:10

Modified files:
	sys/kern       : kern_fork.c 

Log message:
just check rforkflags if ISRFORK


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 13:30:41

Modified files:
	sys/kern       : kern_exit.c 

Log message:
comment typo


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 13:44:03

Modified files:
	sys/sys        : param.h 

Log message:
Correct comment about RFNOWAIT


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 13:59:29

Modified files:
	sbin/fsck      : preen.c 

Log message:
pids should be pid_t


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/11 14:20:00

Modified files:
	sys/sys        : proc.h 

Log message:
drop PID_MAX to 32766 (SHRT_MAX - 1) due to ineractions with sys/compat


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/11 14:23:27

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
Some cleaning up, triggered by alpha.

- TARGET_CPU_DEFAULT belongs in configure.in, not in various .h files.
If it goes out wrong, it's the output of uname that needs to be fixed
(or config.guess, e.g., even pentium gives out i386, as intended). Makes
it possible to configure a i586-unknown-openbsd system if one really WANTS
to output only pentium specific code.

- ASM_FILE_START put into alpha/openbsd.h. Used to be in alpha.h, but
elf & osf diverged...

- set xfrag=none for alpha, as the default config is bogus and supplies
a dec-osf specific xalpha.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/11 14:39:53

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

Log message:
make it fit


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/11 14:55:28

Modified files:
	sys/sys        : malloc.h 

Log message:
sth went in by mistake


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/01/11 15:52:11

Modified files:
	sys/netinet    : ip_ah_new.c ip_ah_old.c ip_esp_new.c 
	                 ip_esp_old.c ip_ipsp.c 

Log message:
remove panic() calls, consistent error reporting


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/01/11 15:52:50

Modified files:
	sys/net        : encap.c 

Log message:
Remove unnecessary panic().


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/11 17:19:49

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	lang/egcs-snapshot/files/tests: README 
Added files:
	lang/egcs-snapshot/patches: patch-core-tempa 

Log message:
partial archives are no longer bogus.

i386/openbsd.h does include unix.h which yields a perfectly good definition
of the *THUNK macro.

trivial fix to a bug in gcc.c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/11 17:41:09

Modified files:
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
Oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/01/11 19:39:32

Modified files:
	mail/postfix   : Makefile 
	mail/postfix/files: md5 
	mail/postfix/patches: patch-aa 
	mail/postfix/pkg: DEINSTALL INSTALL PLIST 
Added files:
	mail/postfix/patches: patch-ae 

Log message:
upgrade to 19981230, add setgid maildrop support (jakob@crt.se)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ericj@cvs.openbsd.org	1999/01/11 20:22:47

Modified files:
	mail/postfix/pkg: INSTALL PLIST 

Log message:
finish postfix commit - dugsong cant connect to cvs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/11 21:24:11

Modified files:
	sys/ufs/mfs    : mfs_vnops.c 

Log message:
fixed unused variable warnings when  DIAGNOSTIC not defined


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/01/11 21:42:24

Modified files:
	bin/mv         : mv.c 

Log message:
use pid_t


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/01/11 21:48:26

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
use pid_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/11 22:07:19

Modified files:
	mail/mutt      : Makefile 

Log message:
update to 0.95.1i plus fix securty hole in rfc1524.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/11 22:08:01

Modified files:
	mail/mutt/patches: patch-ab patch-aa 

Log message:
update to 0.95.1i plus fix securty hole in rfc1524.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/11 22:08:34

Modified files:
	mail/mutt/pkg  : DESCR PLIST 

Log message:
update to 0.95.1i plus fix securty hole in rfc1524.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/11 22:18:58

Removed files:
	mail/mutt/pkg  : SECURITY 

Log message:
remove extra file


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/12 04:27:40

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
Added files:
	lang/egcs-snapshot/patches: patch-core-mkstemp 

Log message:
- fixed up i386/*VTABLE once more... this time for good.
- clean up openbsd.h comments
- add patch to auto-detect mkstemps. Accordingly, need to run
autoreconf in gcc and in libiberty.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/12 04:28:44

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
spelling family names from memory is a bad idea...


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1999/01/12 05:35:02

Modified files:
	.              : donations.html 

Log message:
Another kind company


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/12 09:57:12

Added files:
	mail/mutt/pkg  : SECURITY 

Log message:
espie pointed me in the right direction.
put back and add my security changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/12 10:18:31

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 

Log message:
Better...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/12 17:09:06

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/tests: i386.readme 

Log message:
New snapshot is out.
Upgrade i386.readme to results of previous snapshots.
Come on, give me alpha/sparc test result files :)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/12 17:13:35

Modified files:
	gnu/usr.bin/gcc: choose-temp.c gcc.c 

Log message:
Fix for security hole in MKTEMP_EACH_FILE.
Code borrowed from egcs-current [libiberty is now aware of mkstemp]


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/12 17:27:53

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
Use MKTEMP_EACH_FILE


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/13 00:26:08

Modified files:
	sys/arch/i386/isa: clock.c icu.h isa_machdep.h joy.c joy_isa.c 
	                   joy_isapnp.c joyreg.h kbdreg.h lms.c mms.c 
	                   nvram.h timerreg.h vector.s 
	sys/arch/i386/isa/pcvt: pcvt_out.c pcvt_tbl.h 
	sys/arch/i386/isa/pcvt/Etc: MAKEDEV.pcvt Termcap rc.local 
	                            ttys.pcvt.freebsd ttys.pcvt.netbsd 
	sys/arch/i386/isa/pcvt/Util: Makefile Makefile.inc 
	sys/arch/i386/isa/pcvt/Util/cursor: Makefile cursor.1 cursor.c 
	sys/arch/i386/isa/pcvt/Util/demo: Makefile playvt.c 
	sys/arch/i386/isa/pcvt/Util/fed: Makefile edit.c fed.1 fed.c 
	                                 fed.h misc.c select.c 
	sys/arch/i386/isa/pcvt/Util/fontedit: Makefile fontedit.1 
	                                      fontedit.c 
	sys/arch/i386/isa/pcvt/Util/fonts: Makefile 
	sys/arch/i386/isa/pcvt/Util/ispcvt: Makefile ispcvt.8 ispcvt.c 
	sys/arch/i386/isa/pcvt/Util/kbdio: Makefile kbdio.8 kbdio.y 
	sys/arch/i386/isa/pcvt/Util/kcon: Makefile kcon.1 kcon.c 
	sys/arch/i386/isa/pcvt/Util/keycap: Makefile keycap.3 keycap.5 
	                                    keycap.c keycap.h keycap.src 
	sys/arch/i386/isa/pcvt/Util/loadfont: Makefile loadfont.1 
	                                      loadfont.c 
	sys/arch/i386/isa/pcvt/Util/mcon: Makefile mcon.1 mcon.c 
	sys/arch/i386/isa/pcvt/Util/pcvtdoc: Makefile 
	sys/arch/i386/isa/pcvt/Util/scon: Makefile scon.1 scon.c 
	sys/arch/i386/isa/pcvt/Util/set2061: ICD2061Aalt.c Makefile 
	                                     compiler.h main.c 
	sys/arch/i386/isa/pcvt/Util/userkeys: Makefile vt220keys.1 
	                                      vt220keys.c 
	sys/arch/i386/isa/pcvt/Util/vgaio: Makefile vgaio.8 vgaio.h 
	                                   vgaio.y 
	sys/arch/i386/isa/pcvt/Util/vttest: Makefile esc.c header.h 
	                                    main.c vttest.1 

Log message:
RCSIds


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/13 06:03:03

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

Log message:
Add common NE2000 attachment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/13 06:58:46

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
Added files:
	lang/egcs-snapshot: README 

Log message:
A few tweaks, easing the life of c++filt...
documentation for rationale behind new config.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/13 09:04:16

Modified files:
	gnu/usr.bin/gcc/config/pa: t-pa 

Log message:
build dyncall


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/13 10:39:57

Modified files:
	usr.sbin/ppp/ppp: datalink.c lcp.c 

Log message:
If we've configured CBCP *and* another not-so-important
CALLBACK protocol and end up agreeing CBCP, DTRT and go
into CBCP phase rather than mistakenly terminating as
if CBCP wasn't agreed.
Problem reported by: Alexander Dubinin <alex@nstl.nnov.ru>


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	1999/01/13 11:59:43

Modified files:
	.              : anoncvs.html 

Log message:
Fix anoncvs1.ca entry to indicate that it's really openbsd.sunsite, not
panopticon


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1999/01/13 13:03:39

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

Log message:
100Mb ethernet (finally)


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/13 14:36:13

Removed files:
	mail/mutt/patches: patch-ab 

Log message:
oops.  stupid me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/01/13 14:37:54

Modified files:
	mail/mutt/pkg  : SECURITY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:23:55

Modified files:
	archivers/p5-Compress-Zlib: Makefile 
	archivers/p5-Compress-Zlib/files: md5 

Log message:
Update to version 1.01.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:39:01

Modified files:
	converters/p5-MIME-Base64: Makefile 
	converters/p5-MIME-Base64/files: md5 
	converters/p5-MIME-Base64/pkg: PLIST 

Log message:
Update to version 2.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:39:29

Modified files:
	converters/p5-Convert-UU: Makefile 
	converters/p5-Convert-UU/files: md5 
	converters/p5-Convert-UU/pkg: PLIST 

Log message:
Update to version 0.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:39:59

Modified files:
	converters/p5-MIME-Base64/pkg: PLIST 

Log message:
Fix @cwd


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:44:39

Modified files:
	games/agm      : Makefile 
	games/agm/files: md5 
Removed files:
	games/agm/patches: patch-aa 

Log message:
Update to version 1.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:45:08

Modified files:
	games/agm      : Makefile 

Log message:
Remove BROKEN line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:54:32

Modified files:
	games/gnuchess : Makefile 
	games/gnuchess/files: md5 
	games/gnuchess/patches: patch-aa 
Added files:
	games/gnuchess/patches: patch-ab 

Log message:
Update to 4.0.pl79


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 18:59:03

Modified files:
	games/xbattle  : Makefile 

Log message:
Remove BROKEN line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:19:19

Modified files:
	games/xboard   : Makefile 
	games/xboard/files: md5 

Log message:
Update to version 4.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:26:27

Modified files:
	games/xcubes   : Makefile 
	games/xcubes/files: md5 

Log message:
Update to version 5.4.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:28:33

Modified files:
	games/xgolgo   : Makefile 

Log message:
Fixed master site.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:30:11

Modified files:
	games/xsoldier : Makefile 

Log message:
Fixed master site.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:34:06

Modified files:
	games/xlife    : Makefile 

Log message:
Remove erroneous BROKEN line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:36:57

Modified files:
	games/xminesweep: Makefile 

Log message:
Fix master site.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 19:57:51

Modified files:
	games          : Makefile 
Removed files:
	games/xpacman  : Makefile 
	games/xpacman/files: md5 
	games/xpacman/patches: patch-a patch-b 
	games/xpacman/pkg: COMMENT DESCR PLIST 

Log message:
Remove pacman; hopelessly broken.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 20:09:36

Modified files:
	games/xbl      : Makefile 
	games/xbl/files: md5 
	games/xbl/patches: patch-aa 
	games/xbl/pkg  : PLIST 

Log message:
Update to 1.0j


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 20:10:35

Modified files:
	games/xbl      : Makefile 

Log message:
Remove BROKEN line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 20:29:53

Modified files:
	games/xboing   : Makefile 
	games/xboing/files: md5 
	games/xboing/patches: patch-aa patch-ab patch-ac patch-ad 
	                      patch-ae patch-af 
	games/xboing/pkg: DESCR PLIST 

Log message:
Upgrade to version 2.6, a lot of patches from FreeBSD ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 20:32:50

Removed files:
	games/xboing/patches: patch-ag 

Log message:
Don't need this one.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/13 20:37:28

Modified files:
	games/xblast   : Makefile 
	games/xblast/files: md5 
	games/xblast/patches: patch-aa 
	games/xblast/pkg: PLIST 
Removed files:
	games/xblast/patches: patch-ab 

Log message:
Update to 2.6, based on the FreeBSD port.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/14 01:42:38

Modified files:
	usr.bin/calendar/calendars: calendar.history calendar.usholiday 

Log message:
this is Gregorian calendar, and it has nothing to do w/ united states


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/14 07:57:50

Modified files:
	usr.bin/calendar/calendars: calendar.history 

Log message:
hmm, after all it seems Julian again, but still has nothing to do w/ the united states (;


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/01/14 22:06:45

Modified files:
	.              : errata.html 

Log message:
termcap.patch


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/01/14 22:15:08

Modified files:
	.              : errata.html 

Log message:
get correct tag name


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/15 05:01:08

Modified files:
	sys/netinet    : tcp_input.c udp_usrreq.c 

Log message:
IN_MULTICAST takes network order addresses


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	1999/01/15 20:13:01

Modified files:
	usr.sbin/adduser: adduser.perl 

Log message:
Fix PR# 692.  evanc@concer.to


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/15 21:25:08

Modified files:
	mbone/speak_freely: Makefile 
	mbone/speak_freely/files: md5 
	mbone/speak_freely/patches: patch-aa patch-ac patch-ae patch-af 
Removed files:
	mbone/speak_freely/patches: patch-ab patch-ad 

Log message:
Updaet to version 6.1e


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/15 21:26:07

Added files:
	mbone/speak_freely/patches: patch-ab patch-ad 
Removed files:
	mbone/speak_freely/patches: patch-ae patch-af 

Log message:
Re-sequence patch files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/01/15 21:30:40

Modified files:
	mbone/speak_freely: Makefile 
	mbone/speak_freely/pkg: PLIST 

Log message:
Missed sfreflect binary and man page.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/01/15 23:09:56

Modified files:
	mail/fetchmail : Makefile 
	mail/fetchmail/files: md5 
	mail/fetchmail/pkg: COMMENT DESCR PLIST 

Log message:
Update to 4.7.5


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/16 00:53:02

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

Log message:
use right defines for eiem, some cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/16 00:58:32

Modified files:
	sys/arch/hppa/include: asm.h 

Log message:
clean up subspaces somewhat


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/16 01:28:30

Modified files:
	sys/dev/isa    : isavar.h 

Log message:
hppa has isa too


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/01/16 01:39:06

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
M1531 Host-PCI Bridge


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/16 05:56:27

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Do not lose st_blocks when files > 2GB


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/16 06:28:26

Modified files:
	sys/nfs        : nfs_subs.c 

Log message:
Do not lose st_blocks on NFSv2 mounts when files>2GB


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/16 12:14:57

Modified files:
	sbin/reboot    : reboot.8 

Log message:
add missing -tag type to .Bl


CVSROOT:	/cvs
Module name:	ports
Changes by:	pjanzen@cvs.openbsd.org	1999/01/16 21:24:10

Modified files:
	editors/jove/patches: patch-aa 
	editors/jove/pkg: PLIST 
Added files:
	editors/jove/pkg: SECURITY 

Log message:
make install no longer uses /tmp improperly.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/17 10:41:14

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 
	gnu/usr.bin/gcc/config/i386: openbsd.h 
	gnu/usr.bin/gcc/config/m68k: openbsd.h 
	gnu/usr.bin/gcc/config/ns32k: openbsd.h 
	gnu/usr.bin/gcc/config/sparc: openbsd.h 
	gnu/usr.bin/gcc/config/vax: openbsd.h 

Log message:
- add OBS_OLD_GAS to conditionalize ASM_SPEC for those archs that still
use it (so that more archs may include openbsd.h as is)
- #undef CPP_PREDEFINES globally.
- reorganize stuff and comments to be more precise and match gcc.info
structure better.
- synch other files


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/01/17 15:13:34

Modified files:
	xc/programs/Xserver/os: auth.c 

Log message:
The XFree86 Change #1266 makes the Xsun server freeze when started
from xdm. Disable this on the sparc architecture for now.
Reported by  Marco S Hyman <marc@snafu.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:32:41

src/lib/libc_r/BENCH

Update of /cvs/src/lib/libc_r/BENCH
In directory cvs.openbsd.org:/tmp/cvs-serv26414/BENCH

Log Message:
Directory /cvs/src/lib/libc_r/BENCH added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:40:02

Added files:
	lib/libc_r/BENCH: Makefile bench.h cond_nowait.c cond_timed.c 
	                  cond_wake.c mutex_cont.c mutex_nocont.c null.c 
	                  once_overhead.c self_overhead.c yield.c 

Log message:
some performance metrics


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:43:18

Modified files:
	lib/libc_r     : Makefile 
Added files:
	lib/libc_r/uthread: uthread_msync.c 

Log message:
give msync a cancellation point


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:43:47

Modified files:
	lib/libc_r     : NOTES TODO 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:45:00

Modified files:
	lib/libc_r/TEST: test.h 

Log message:
say something when a test locks up


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:46:26

Modified files:
	lib/libc_r/TEST: test_fork.c 
	lib/libc_r/uthread: uthread_fork.c 
Added files:
	lib/libc_r/uthread: uthread_atfork.c 

Log message:
pthread_atfork()


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:49:49

Modified files:
	lib/libc_r/arch/alpha: uthread_machdep.h 
	lib/libc_r/arch/hppa: uthread_machdep.h 
	lib/libc_r/arch/i386: uthread_machdep.h 
	lib/libc_r/arch/m68k: uthread_machdep.h 
	lib/libc_r/arch/mips: uthread_machdep.h 
	lib/libc_r/arch/powerpc: uthread_machdep.h 
	lib/libc_r/arch/sparc: uthread_machdep.h 
	lib/libc_r/uthread: uthread_kern.c 

Log message:
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:57:16

Modified files:
	lib/libc_r/uthread: uthread_setprio.c 

Log message:
pthread_getschedparam() and pthread_setschedparam() stubs


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:57:28

Modified files:
	lib/libc_r/uthread: uthread_close.c uthread_cond.c 
	                    uthread_create.c uthread_fcntl.c 
	                    uthread_fsync.c uthread_init.c 
	                    uthread_join.c uthread_nanosleep.c 
	                    uthread_open.c uthread_read.c 
	                    uthread_sigwait.c uthread_wait4.c 
	                    uthread_write.c 
Added files:
	lib/libc_r/TEST: test_cancel.c 
	lib/libc_r/uthread: uthread_cancel.c 
	lib/libc_r/man : pthread_cancel.3 pthread_testcancel.3 

Log message:
pthread_cancel() and cancellation points


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 16:58:11

Modified files:
	lib/libc_r/uthread: uthread_info.c 

Log message:
show cancellation and exiting flags


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 17:00:33

Modified files:
	lib/libc_r/include: pthread.h 
	lib/libc_r/uthread: pthread_private.h Makefile.inc 
	lib/libc_r/man : Makefile.inc 
	lib/libc_r/TEST: Makefile 

Log message:
sync with previous changes


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 17:01:07

Modified files:
	lib/libc_r/man : sigwait.3 

Log message:
add section numbers to Xr


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 17:01:18

Modified files:
	lib/libc_r/man : pthread_once.3 

Log message:
typo; nice


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 17:03:35

Modified files:
	lib/libc_r/include: spinlock.h 
	lib/libc_r/uthread: pthread_private.h 

Log message:
move private spinlock protos out


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 17:06:35

Added files:
	lib/libc_r/man : pthread_atfork.3 

Log message:
document


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/17 17:06:56

Added files:
	lib/libc_r/uthread: uthread_attr_priosched.c 

Log message:
stubs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/17 20:05:48

Modified files:
	usr.sbin/adduser: adduser.perl 

Log message:
add 'old' as a synonym for 'des'


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/17 20:43:14

Modified files:
	share/termtypes: termtypes.master 

Log message:
revert to version 1.4--the newer xterm entry still has problems


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/17 21:42:42

Log message:
    xemacs 20.4; hgweigand@wiesbaden.netsurf.de (Hans-Guenter Weigand)
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Jan-17
    
    N ports/editors/xemacs20/Makefile
    N ports/editors/xemacs20/pkg/DESCR
    N ports/editors/xemacs20/pkg/COMMENT
    N ports/editors/xemacs20/files/md5
    N ports/editors/xemacs20/files/PLIST.template
    N ports/editors/xemacs20/files/PLIST.template.mule
    N ports/editors/xemacs20/patches/patch-aa
    N ports/editors/xemacs20/patches/patch-ab
    N ports/editors/xemacs20/patches/patch-ac
    N ports/editors/xemacs20/patches/patch-ad
    N ports/editors/xemacs20/patches/patch-ae
    N ports/editors/xemacs20/patches/patch-af
    N ports/editors/xemacs20/patches/patch-ag
    N ports/editors/xemacs20/patches/patch-ai
    N ports/editors/xemacs20/patches/patch-aj
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/17 21:44:10

Modified files:
	editors        : Makefile 

Log message:
add xemacs20 to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/01/17 23:20:54

Modified files:
	games/sail     : assorted.c dr_1.c dr_2.c dr_3.c dr_4.c dr_5.c 
	                 dr_main.c driver.h game.c globals.c lo_main.c 
	                 main.c misc.c parties.c pathnames.h pl_1.c 
	                 pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c 
	                 pl_main.c player.h sync.c version.c 
Removed files:
	games/sail     : :file :scene :ship :specs externs.h 

Log message:
NetBSD merge with additional fixes from jsm28@cam.ac.uk.  This game still
needs much more work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/01/18 00:24:36

Added files:
	mail/fetchmail/patches: patch-ac 

Log message:
Use the correct include directory if kerberos is wanted (still not compiling
until I resolve the _ problem).


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/18 03:20:53

Modified files:
	gnu/usr.bin/gcc/config/alpha: openbsd.h 

Log message:
OBJECT_FORMAT_COFF is only a hint for collect2, and is badly named:
it tests for a capability of bypassing nm by using mld, which we don't have.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/18 03:21:40

ports/lang/egcs-snapshot/files/config/gcc/config/mips

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/mips
In directory cvs.openbsd.org:/tmp/cvs-serv27111/mips

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/mips added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/18 03:23:26

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 
	lang/egcs-snapshot/files/tests: i386.readme 
	lang/egcs-snapshot/patches: patch-core-config.open 
Added files:
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd-be.h 
	                                                 openbsd.h 
Removed files:
	lang/egcs-snapshot/patches: patch-core-tempa 

Log message:
Upgrade to 19990117. Fix a few details for integrating pa & alpha.
First shot at mips.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/18 03:24:19

Added files:
	lang/egcs-snapshot/files/config/gcc/config/pa: t-openbsd 

Log message:
Forgot that one.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/18 11:13:03

Modified files:
	devel/autoconf : Makefile 

Log message:
LOCALBASE is where we find things, PREFIX is where we install them...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 11:14:42

src/lib/libcurses/tty

Update of /cvs/src/lib/libcurses/tty
In directory cvs.openbsd.org:/tmp/cvs-serv20358/tty

Log Message:
Directory /cvs/src/lib/libcurses/tty added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 11:14:42

src/lib/libcurses/base

Update of /cvs/src/lib/libcurses/base
In directory cvs.openbsd.org:/tmp/cvs-serv20358/base

Log Message:
Directory /cvs/src/lib/libcurses/base added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 11:14:42

src/lib/libcurses/tinfo

Update of /cvs/src/lib/libcurses/tinfo
In directory cvs.openbsd.org:/tmp/cvs-serv20358/tinfo

Log Message:
Directory /cvs/src/lib/libcurses/tinfo added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 11:14:43

src/lib/libcurses/trace

Update of /cvs/src/lib/libcurses/trace
In directory cvs.openbsd.org:/tmp/cvs-serv20358/trace

Log Message:
Directory /cvs/src/lib/libcurses/trace added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 11:57:36

Modified files:
	usr.bin/tset   : tset.c 

Log message:
updates from ncurses-4.2-990116


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 11:57:52

Modified files:
	usr.bin/tic    : MKtermsort.sh captoinfo.1tbl tic.1 tic.c 

Log message:
updates from ncurses-4.2-990116


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 12:06:50

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.usr 

Log message:
add doc/html/curses


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 12:10:28

Modified files:
	lib/libcurses  : Caps Makefile curs_addch.3tbl curs_attr.3tbl 
	                 curs_border.3 curs_getch.3tbl curs_inch.3tbl 
	                 curs_mouse.3tbl curs_outopts.3 curs_overlay.3 
	                 curs_pad.3 curs_printw.3 curs_scanw.3 
	                 curs_window.3 curses.3tbl curses.h 
	                 curses.priv.h hashsize.h ncurses_cfg.h 
	                 parametrized.h shlib_version term.h 
	                 term_entry.h termcap.h terminfo.5tbl 
Added files:
	lib/libcurses  : term.5tbl term.7 
	lib/libcurses/base: MKkeyname.awk MKlib_gen.sh MKunctrl.awk 
	                    define_key.c keyok.c lib_adabind.c 
	                    lib_addch.c lib_addstr.c lib_beep.c 
	                    lib_bkgd.c lib_box.c lib_chgat.c lib_clear.c 
	                    lib_clearok.c lib_clrbot.c lib_clreol.c 
	                    lib_color.c lib_colorset.c lib_delch.c 
	                    lib_delwin.c lib_dft_fgbg.c lib_echo.c 
	                    lib_endwin.c lib_erase.c lib_flash.c 
	                    lib_freeall.c lib_getch.c lib_getstr.c 
	                    lib_hline.c lib_immedok.c lib_inchstr.c 
	                    lib_initscr.c lib_insch.c lib_insdel.c 
	                    lib_insstr.c lib_instr.c lib_isendwin.c 
	                    lib_leaveok.c lib_mouse.c lib_move.c 
	                    lib_mvwin.c lib_newterm.c lib_newwin.c 
	                    lib_nl.c lib_overlay.c lib_pad.c 
	                    lib_printw.c lib_redrawln.c lib_refresh.c 
	                    lib_restart.c lib_scanw.c lib_screen.c 
	                    lib_scroll.c lib_scrollok.c lib_scrreg.c 
	                    lib_set_term.c lib_slk.c lib_slkatr_set.c 
	                    lib_slkatrof.c lib_slkatron.c 
	                    lib_slkatrset.c lib_slkattr.c lib_slkclear.c 
	                    lib_slkcolor.c lib_slkinit.c lib_slklab.c 
	                    lib_slkrefr.c lib_slkset.c lib_slktouch.c 
	                    lib_touch.c lib_ungetch.c lib_vline.c 
	                    lib_wattroff.c lib_wattron.c lib_winch.c 
	                    lib_window.c nc_panel.c resizeterm.c 
	                    safe_sprintf.c sigaction.c tries.c wresize.c 
	lib/libcurses/tinfo: MKcaptab.awk MKfallback.sh MKnames.awk 
	                     access.c add_tries.c alloc_entry.c 
	                     captoinfo.c comp_error.c comp_expand.c 
	                     comp_hash.c comp_parse.c comp_scan.c 
	                     doalloc.c getenv_num.c home_terminfo.c 
	                     keys.list lib_acs.c lib_baudrate.c 
	                     lib_cur_term.c lib_data.c lib_has_cap.c 
	                     lib_kernel.c lib_longname.c lib_napms.c 
	                     lib_options.c lib_print.c lib_raw.c 
	                     lib_setup.c lib_termcap.c lib_termname.c 
	                     lib_ti.c lib_tparm.c lib_tputs.c 
	                     lib_ttyflags.c make_keys.c name_match.c 
	                     parse_entry.c read_bsd_terminfo.c 
	                     read_entry.c read_termcap.c setbuf.c 
	                     write_entry.c 
	lib/libcurses/trace: lib_trace.c lib_traceatr.c lib_tracebits.c 
	                     lib_tracechr.c lib_tracedmp.c 
	                     lib_tracemse.c trace_buf.c 
	lib/libcurses/tty: MKexpanded.sh hardscroll.c hashmap.c 
	                   lib_mvcur.c lib_tstp.c lib_twait.c 
	                   lib_vidattr.c tty_display.h tty_input.h 
	                   tty_update.c 
Removed files:
	lib/libcurses  : MKcaptab.awk MKexpanded.sh MKfallback.sh 
	                 MKkeyname.awk MKkeys.awk MKlib_gen.sh 
	                 MKnames.awk MKunctrl.awk README access.c 
	                 add_tries.c alloc_entry.c captoinfo.c 
	                 comp_error.c comp_expand.c comp_hash.c 
	                 comp_parse.c comp_scan.c define_key.c doalloc.c 
	                 getenv_num.c hardscroll.c hashmap.c 
	                 home_terminfo.c keyok.c keys.list lib_acs.c 
	                 lib_adabind.c lib_addch.c lib_addstr.c 
	                 lib_baudrate.c lib_beep.c lib_bkgd.c lib_box.c 
	                 lib_chgat.c lib_clear.c lib_clearok.c 
	                 lib_clrbot.c lib_clreol.c lib_color.c 
	                 lib_colorset.c lib_cur_term.c lib_data.c 
	                 lib_delch.c lib_delwin.c lib_dft_fgbg.c 
	                 lib_doupdate.c lib_echo.c lib_endwin.c 
	                 lib_erase.c lib_flash.c lib_freeall.c 
	                 lib_getch.c lib_getstr.c lib_hline.c 
	                 lib_immedok.c lib_inchstr.c lib_initscr.c 
	                 lib_insch.c lib_insdel.c lib_insstr.c 
	                 lib_instr.c lib_isendwin.c lib_kernel.c 
	                 lib_leaveok.c lib_longname.c lib_mouse.c 
	                 lib_move.c lib_mvcur.c lib_mvwin.c lib_napms.c 
	                 lib_newterm.c lib_newwin.c lib_nl.c 
	                 lib_options.c lib_overlay.c lib_pad.c 
	                 lib_print.c lib_printw.c lib_raw.c 
	                 lib_redrawln.c lib_refresh.c lib_restart.c 
	                 lib_scanw.c lib_screen.c lib_scroll.c 
	                 lib_scrollok.c lib_scrreg.c lib_set_term.c 
	                 lib_setup.c lib_slk.c lib_slkatr_set.c 
	                 lib_slkatrof.c lib_slkatron.c lib_slkatrset.c 
	                 lib_slkattr.c lib_slkclear.c lib_slkcolor.c 
	                 lib_slkinit.c lib_slklab.c lib_slkrefr.c 
	                 lib_slkset.c lib_slktouch.c lib_termcap.c 
	                 lib_ti.c lib_touch.c lib_tparm.c lib_tputs.c 
	                 lib_trace.c lib_traceatr.c lib_tracebits.c 
	                 lib_tracechr.c lib_tracedmp.c lib_tracemse.c 
	                 lib_tstp.c lib_twait.c lib_ungetch.c 
	                 lib_vidattr.c lib_vline.c lib_wattroff.c 
	                 lib_wattron.c lib_winch.c lib_window.c 
	                 make_keys.c name_match.c nc_panel.c 
	                 parse_entry.c read_bsd_terminfo.c read_entry.c 
	                 read_termcap.c resizeterm.c safe_sprintf.c 
	                 screensize.c setbuf.c sigaction.c softscroll.c 
	                 trace_buf.c tries.c wresize.c write_entry.c 

Log message:
ncurses-4.2-990116


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 12:23:43

src/lib/libcurses/doc

Update of /cvs/src/lib/libcurses/doc
In directory cvs.openbsd.org:/tmp/cvs-serv12976/doc

Log Message:
Directory /cvs/src/lib/libcurses/doc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 12:25:58

Added files:
	lib/libcurses/doc: Makefile hackguide.html ncurses-intro.html 

Log message:
ncurses docs in html


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 12:30:37

Modified files:
	lib/libcurses  : Makefile 

Log message:
use the doc dir


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/01/18 14:14:16

Added files:
	games/sail     : extern.h 

Log message:
Whoops, this should be in there too


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/01/18 14:53:23

Modified files:
	games/sail     : extern.h pl_1.c 

Log message:
Only use __attribute__ if __GNUC__ is defined


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/18 17:08:59

Modified files:
	devel/autoconf : Makefile 

Log message:
Remove CONFIGURE_ENV:
now that we set up the PATH, we don't need to hint that gm4 is in
/usr/local/bin.

Fixed in cooperation with marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/18 18:11:26

Modified files:
	usr.sbin/config: sem.c pack.c 

Log message:
Retry sane probe ordering, i.e. ordered like the attachments
found in the various config files.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/18 18:29:20

Modified files:
	sys/dev/isa    : files.isa 

Log message:
move attachment of lpt way down as it can deal without
getting an interrupt nowadays.  This makes the sb/lpt conflict go away


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/18 18:38:54

Modified files:
	lib/libc/arch/mips/gen: setjmp.S 
	lib/libc/arch/mips/sys: Ovfork.S exect.S fork.S pipe.S ptrace.S 
	                        sigpending.S sigprocmask.S sigsuspend.S 
	lib/libc/arch/mips: SYS.h 

Log message:
thread support


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/18 18:47:54

Modified files:
	lib/libc_r/TEST: Makefile 
Removed files:
	lib/libc_r/TEST: p_bench_getpid.c p_bench_mutex.c 
	                 p_bench_pthread_create.c p_bench_read.c 
	                 p_bench_semaphore.c p_bench_yield.c 
	                 bench_fcntl.c bench_pipe.c bench_read.c 

Log message:
performance metrics are now elsewhere


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/18 19:08:15

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/01/18 19:47:17

Modified files:
	mail/fetchmail/patches: patch-ac 
Added files:
	mail/fetchmail/patches: patch-ad patch-ae patch-af 

Log message:
Fix kerberos compilation; problem reported by evan.cordes@umich.edu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/18 21:40:13

Log message:
    netatalk 1.4b2 port; ianm@cit.nepean.uws.edu.au
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Jan-18
    
    N ports/net/netatalk/Makefile
    N ports/net/netatalk/files/md5
    N ports/net/netatalk/files/sys-OpenBSD-Makefile
    N ports/net/netatalk/patches/patch-ac
    N ports/net/netatalk/patches/patch-ab
    N ports/net/netatalk/patches/patch-aa
    N ports/net/netatalk/patches/patch-ad
    N ports/net/netatalk/patches/patch-ae
    N ports/net/netatalk/patches/patch-af
    N ports/net/netatalk/patches/patch-ag
    N ports/net/netatalk/patches/patch-ah
    N ports/net/netatalk/patches/patch-aj
    N ports/net/netatalk/patches/patch-ai
    N ports/net/netatalk/pkg/COMMENT
    N ports/net/netatalk/pkg/DESCR
    N ports/net/netatalk/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/18 21:42:54

Modified files:
	net            : Makefile 

Log message:
add netatalk to makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/18 22:45:26

Modified files:
	lib            : Makefile 

Log message:
enable libc_r


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/19 03:04:55

Modified files:
	sys/arch/amiga/isa: cross.c ggbus.c isa_machdep.h 

Log message:
Add isa_intr_check functionality


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/19 03:09:26

Modified files:
	sys/arch/amiga/conf: files.amiga 

Log message:
Add isa_intr_check functionality


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/01/19 09:05:15

Modified files:
	.              : ftp.html 

Log message:
fix path for ftp.fu-berlin.de; lassiter@heh.uni-osnabrueck.de


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/19 13:42:00

Modified files:
	bin/ksh        : BUG-REPORTS ChangeLog NEWS emacs.c exec.c 
	                 expr.c jobs.c ksh.1tbl lex.c sh.1tbl sh.h shf.c 
	                 trap.c tree.h version.c 
	bin/ksh/tests  : cdhist.t glob.t history.t regress.t th 
	                 unclass1.t version.t 

Log message:
Updates from pdksh-unstable-5.2.13.7.  Most notable change is:
trap: exit traps now executed in subshells (without explicit exit call).
See the Changelog for a full list of changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/19 13:44:43

Modified files:
	sys/sys        : simplelock.h 

Log message:
don't define SIMPLELOCK_DEBUG when DEBUG is defined


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/19 13:52:48

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
Single Unix specification 2 says that rmdir(".") should suceed or give EBUSY


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/19 14:00:29

Modified files:
	usr.sbin/sendmail/src: collect.c 

Log message:
Avoid a DoS caused by messages containing a huge number of mail header lines; lcamtuf@IDS.PL


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/19 15:17:13

Modified files:
	usr.sbin/ppp/ppp: cbcp.c 

Log message:
Send the peer-decided PSTN address with the CBCP Ack,
otherwise windows clients will keep resending the
response :-/
It'd be nice if M$ would document this sort of thing !
Problem reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/19 15:20:46

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

Log message:
Suggest that ``set proctitle'' is used in ppp.linkup when
USER is expected to be expanded.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/19 15:21:44

Modified files:
	usr.sbin/ppp/ppp: filter.h ppp.8 

Log message:
Change the maximum number of filters from 20 to 40.
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/19 21:44:59

Modified files:
	lib/libc/arch/alpha: Makefile.inc 
	lib/libc/arch/sparc: Makefile.inc 

Log message:
use LIBCSRCDIR


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/19 22:10:56

Modified files:
	mail/pine      : Makefile 
	mail/pine/files: md5 
	mail/pine/patches: patch-aa patch-ad patch-al 
	mail/pine/pkg  : PLIST 

Log message:
update to 4.05


CVSROOT:	/cvs
Module name:	ports
Changes by:	d@cvs.openbsd.org	1999/01/19 22:50:42

Modified files:
	misc/cdrecord  : Makefile 
	misc/cdrecord/files: md5 
	misc/cdrecord/patches: patch-aa patch-aj 
	misc/cdrecord/pkg: COMMENT DESCR 

Log message:
cdrecord-1.6.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	d@cvs.openbsd.org	1999/01/19 22:56:46

Modified files:
	misc/cdrecord  : Makefile 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	d@cvs.openbsd.org	1999/01/19 23:03:14

Removed files:
	misc/cdrecord/patches: patch-ai 

Log message:
didn't need this


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/19 23:10:59

Modified files:
	gnu/usr.bin/sendbug: sendbug.sh 

Log message:
replace & in gecos with username, closes pr #695


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/19 23:38:52

Modified files:
	gnu/usr.bin/sendbug: sendbug.sh 

Log message:
Need to do toupper() on the first char of millert when we replace '&' in gecos


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/19 23:47:05

Modified files:
	gnu/usr.bin/sendbug: sendbug.sh 

Log message:
use mktemp(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 05:04:01

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

Log message:
Remove stack reset that was incompatible with kthread rfork use


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 05:06:52

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

Log message:
Clear regs on process startup; from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 06:31:17

Modified files:
	sys/arch/atari/atari: locore.s 
	sys/arch/mac68k/mac68k: locore.s 

Log message:
setregs does not reset stack anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 10:29:30

Modified files:
	lib/libcurses/doc: Makefile 

Log message:
make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets done *after* make install in libs.  should go away after 2.5 is released


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 10:46:20

Modified files:
	sys/arch/amiga/include: bus.h 

Log message:
Add dummy versions of bus_space_{alloc,free}


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 10:57:07

Modified files:
	sys/arch/amiga/conf: files.amiga GENERIC 

Log message:
Yep, our pcmcia framework works on amigas too :-)
I also added aic and ep, although they are untested.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/20 11:07:11

Modified files:
	usr.sbin/ppp/ppp: datalink.c 

Log message:
Recurse when we've switched state via LoginDone().  If we've
got an open link, we want it to be select()d on - otherwise
we get a freeze when ``openmode'' is passive.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 11:21:00

Modified files:
	sys/dev/isa    : isavar.h 

Log message:
Use #error instead of C syntax error to report an inconsistency in defines


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 11:23:52

Modified files:
	sys/dev/isa    : files.isa 

Log message:
ne needs to be attached before we


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/20 11:28:46

Modified files:
	sys/dev/pcmcia : files.pcmcia 
	sys/arch/i386/conf: files.i386 

Log message:
pccom is i386 only, com can be attached from mi-land though


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/20 12:29:52

Modified files:
	sys/arch/hppa/hppa: pmap.c genassym.cf 
	sys/arch/hppa/include: pmap.h 

Log message:
cleanup some rudimentaries


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/20 12:32:03

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

Log message:
yes, some more


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/20 12:39:53

Modified files:
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/hppa/include: pmap.h 

Log message:
s/MAX_PID/HPPA_MAX_PID/g


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/20 14:47:46

Modified files:
	sys/kern       : kern_malloc.c 

Log message:
put some more stuff behind #ifdef KMEMSTATS


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/20 15:08:59

Modified files:
	sys/sys        : uio.h 

Log message:
some comments on the elements in struct uio


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/20 15:42:11

Modified files:
	lib/libc_r     : Makefile 

Log message:
hide pipe, sigsuspend, sigprocmask; remove -g


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 18:19:57

Modified files:
	lib/libcurses  : curses.3tbl 

Log message:
mention html docs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 19:52:38

Added files:
	sys/arch/hp300 : spinlock.h 

Log message:
libc_r includes machine/spinlock.h so create a dummy that just includes m68k/spinlock.h


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 19:55:47

Removed files:
	sys/arch/hp300 : spinlock.h 

Log message:
doh, wrong dir


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 19:59:34

Added files:
	sys/arch/hp300/include: spinlock.h 
	sys/arch/amiga/include: spinlock.h 
	sys/arch/atari/include: spinlock.h 
	sys/arch/mac68k/include: spinlock.h 
	sys/arch/mvme68k/include: spinlock.h 
	sys/arch/sun3/include: spinlock.h 

Log message:
just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_r


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 20:02:01

Added files:
	sys/arch/pmax/include: spinlock.h 
	sys/arch/arc/include: spinlock.h 

Log message:
just include <mips/spinlock.h> so <machine/spinlock.h> works for libc_r


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/20 20:27:43

Modified files:
	sys/kern       : uipc_socket.c uipc_socket2.c 
	sys/sys        : socketvar.h 

Log message:
Fixes select(2)/accept(2) race condition which permits DoS; mycroft@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/01/20 21:50:07

Modified files:
	share/man/man4/man4.sparc: zs.4 

Log message:
add cua note (and possible problem)


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/01/20 21:57:47

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

Log message:
Comment com attach since it conflicts with the i386 declaration.
(perhaps this should be moved to files.<arch>?)


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/20 22:33:38

Log message:
    hunt (from NetBSD)
    
    Status:
    
    Vendor Tag:	hunt
    Release Tags:	initial
    
    N src/games/hunt/Makefile
    N src/games/hunt/Makefile.inc
    N src/games/hunt/README
    N src/games/hunt/hunt/Makefile
    N src/games/hunt/hunt/connect.c
    N src/games/hunt/hunt/hunt.6
    N src/games/hunt/hunt/hunt.c
    N src/games/hunt/hunt/otto.c
    N src/games/hunt/hunt/playit.c
    N src/games/hunt/huntd/Makefile
    N src/games/hunt/huntd/answer.c
    N src/games/hunt/huntd/bsd.h
    N src/games/hunt/huntd/ctl.c
    N src/games/hunt/huntd/ctl_transact.c
    N src/games/hunt/huntd/draw.c
    N src/games/hunt/huntd/driver.c
    N src/games/hunt/huntd/execute.c
    N src/games/hunt/huntd/expl.c
    N src/games/hunt/huntd/extern.c
    N src/games/hunt/huntd/faketalk.c
    N src/games/hunt/huntd/get_names.c
    N src/games/hunt/huntd/hunt.h
    N src/games/hunt/huntd/huntd.6
    N src/games/hunt/huntd/makemaze.c
    N src/games/hunt/huntd/pathname.c
    N src/games/hunt/huntd/shots.c
    N src/games/hunt/huntd/talk_ctl.h
    N src/games/hunt/huntd/terminal.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/20 22:47:42

Modified files:
	games/hunt     : Makefile 
	games/hunt/hunt: Makefile connect.c hunt.6 hunt.c otto.c 
	                 playit.c 
	games/hunt/huntd: Makefile answer.c bsd.h ctl.c ctl_transact.c 
	                  draw.c driver.c execute.c expl.c extern.c 
	                  faketalk.c get_names.c hunt.h huntd.6 
	                  makemaze.c pathname.c shots.c talk_ctl.h 
	                  terminal.c 

Log message:
ident for OpenBSD
mandoc-ify manual pages
use -locurses


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/20 22:49:35

Modified files:
	games/hunt     : Makefile.inc 

Log message:
ident


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/20 22:54:19

Modified files:
	games          : Makefile 

Log message:
enable hunt


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/21 01:26:48

Modified files:
	sys/dev/pcmcia : files.pcmcia 
	sys/arch/i386/conf: files.i386 

Log message:
Fix my com/pccom thinko


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/21 01:55:09

Modified files:
	sys/dev/pcmcia : com_pcmcia.c 
	sys/arch/i386/isa: pccom.c 

Log message:
Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia
work again


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/21 07:32:38

Added files:
	lang/egcs-snapshot/files/tests: sparc.readme 

Log message:
Results for 990117 snapshot


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/21 09:39:27

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 

Log message:
Nasty bug.

SIZE_TYPE documentation:
The string must exactly match one of the data types defined in
the function `init_decl_processing in the file c-decl.c.

Otherwise, first invocation of newly-built cc1 will result in a core-dump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/21 09:58:09

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 

Log message:
Sigh...

*ALL* type names in those files *MUST* follow the
"(size) (signedness) base-type" pattern.
- order is important,
- base-type is not optional...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 12:04:28

Added files:
	usr.sbin/sendmail/contrib: smcontrol.pl 

Log message:
this was missed in the 8.9.2 update


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 12:37:26

Modified files:
	usr.sbin/sendmail/cf/m4: proto.m4 
	usr.sbin/sendmail/src: Makefile collect.c conf.c conf.h readcf.c 
	                       sendmail.h 

Log message:
official fix for sendmail header length DoS


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/01/21 13:01:20

Added files:
	comms/seyon/patches: patch-ac 

Log message:
Make compile


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 20:30:54

Modified files:
	lib/libform    : form.3tbl form_cursor.3 form_data.3 
	                 form_field.3 form_field_attributes.3 
	                 form_field_buffer.3 form_field_info.3 
	                 form_field_just.3 form_field_new.3 
	                 form_field_opts.3 form_field_userptr.3 
	                 form_field_validation.3 form_fieldtype.3 
	                 form_hook.3 form_new.3 form_new_page.3 
	                 form_opts.3 form_page.3 form_post.3 
	                 form_requestname.3 form_userptr.3 form_win.3 

Log message:
cosmetic man page changes from latest ncurses


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 20:45:08

Modified files:
	lib/libmenu    : m_cursor.c m_driver.c menu.3tbl menu.priv.h 
	                 menu_attribs.3 menu_cursor.3 menu_driver.3 
	                 menu_format.3 menu_hook.3 menu_items.3 
	                 menu_mark.3 menu_new.3 menu_opts.3 
	                 menu_pattern.3 menu_post.3 menu_requestname.3 
	                 menu_spacing.3 menu_userptr.3 menu_win.3 
	                 mitem_current.3 mitem_name.3 mitem_new.3 
	                 mitem_opts.3 mitem_userptr.3 mitem_visible.3 

Log message:
updates changes from latest ncurses


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 21:46:42

src/usr.bin/infocmp

Update of /cvs/src/usr.bin/infocmp
In directory cvs.openbsd.org:/tmp/cvs-serv3428/infocmp

Log Message:
Directory /cvs/src/usr.bin/infocmp added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 21:50:43

Modified files:
	lib/libcurses  : term_entry.h 
	lib/libcurses/tinfo: lib_setup.c read_bsd_terminfo.c 
	                     read_entry.c 

Log message:
Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading
terminfo.db is transparent.  This requires us to be able to tell which
of the entries in pathvec held the terminfo entry.  To make that work
we only pass one pathname to cgetent(3) at a time.  This might be a
slight performance hit but should not be noticable in normal use.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 21:51:32

Added files:
	usr.bin/infocmp: Makefile infocmp.1tbl infocmp.c 

Log message:
infocmp from ncurses-4.2-990116.  Needs current libcurses to be useful


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 21:56:00

Modified files:
	usr.bin/infocmp: infocmp.1tbl 

Log message:
remove references to toe(1) since we don't have it


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 22:08:19

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

Log message:
mention that rmdir(.) returns EBUSY as per XPG4.2


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/21 22:14:05

Modified files:
	bin/rmdir      : rmdir.1 

Log message:
xref rmdir(2)


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/01/21 23:07:57

Modified files:
	lib/libc/arch/sparc/sys: pipe.S sigprocmask.S sigsuspend.S 

Log message:
ENTRY -> SYSENTRY for sparc libc_r (per d@)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/22 06:50:56

Modified files:
	distrib/notes/sparc: contents hardware install upgrade whatis 
	                     xfer 

Log message:
OSREV & OSrev fixups


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/22 06:52:05

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

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/01/22 09:58:06

Modified files:
	devel/nasm     : Makefile 
	net/icb/pkg    : COMMENT 

Log message:
typos


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/22 14:15:22

Modified files:
	sys/ufs/mfs    : mfs_vnops.c 

Log message:
I'm stupid. Fix a panic when not DIAGNOSTIC.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/22 15:35:07

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 

Log message:
Remove MI_THUNK specialization as our gas/PIC does not like it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/22 15:40:17

Modified files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 

Log message:
Get rid of assembler constructs that alpha does not like.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/22 17:14:13

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

Log message:
Merge _GLOBAL_OFFSET_TABLE_ and __GLOBAL_OFFSET_TABLE_ at
linking time, so that we can remove the corresponding kludge from gas.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/22 17:18:15

Modified files:
	gnu/usr.bin/gas/config: Makefile.i386 tc-i386.c 

Log message:
- make sure PIC patch is properly tagged, eg., code compiles without -DPIC
(i386 only).

- name _GLOBAL_OFFSET_TABLE_
- identify kludge that translates _GLOBAL_OFFSET_TABLE_ ->
__GLOBAL_OFFSET_TABLE_

- remove kludge, since ld handles it now.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/22 17:41:57

Modified files:
	sys/dev/ic     : uhareg.h 

Log message:
replace #pragma pack -> attribute((packed))


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/22 17:43:53

Modified files:
	sys/compat/ibcs2: ibcs2_timeb.h 

Log message:
Kill svr4 #pragma pack.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/22 18:13:12

Modified files:
	sys/dev/isa    : mcdreg.h 

Log message:
kill #pragma pack.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/01/23 01:22:14

Modified files:
	distrib/notes/mvme68k: install upgrade whatis 

Log message:
OSREV/OSrev


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/01/23 01:22:45

Modified files:
	distrib/notes/pc532: contents hardware upgrade 

Log message:
OSREV/OSrev


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/01/23 01:24:17

Modified files:
	distrib/notes/sun3: hardware upgrade xfer 

Log message:
OSREV/OSrev


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/23 11:31:02

Modified files:
	lib/libcurses  : term_entry.h 
	lib/libcurses/tinfo: read_bsd_terminfo.c read_entry.c 

Log message:
make _nc_read_file_entry() look in terminfo.db too.  Makes the -A and -B flags of infocmp more useful.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/23 11:40:54

Modified files:
	usr.bin/info_mkdb: info_mkdb.1 

Log message:
add HISTORY section


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/01/23 12:41:33

Modified files:
	sys/arch/powerpc/conf: GENERIC files.powerpc 
	sys/arch/powerpc/isa: pcppi.c 
	sys/arch/powerpc/powerpc: vm_machdep.c 

Log message:
Fixes to update to that the powerpc port builds again.
These change were necessary due to the following changes:
The change/import of the "generic" isa/pcppi driver. The powerpc
port currently has it's own copy of that driver. The two versions
need to be merged.
The parameter changes to cpu_set_kpc. The powerpc change was not quite correct.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/01/23 19:04:21

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

Log message:
pass all install macros to configure; Kenneth R Westerback <krw@tcn.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/24 03:25:54

Modified files:
	gnu/usr.bin/texinfo: Makefile.bsd-wrapper 

Log message:
Whomever thinks that a 'make clean' should do a 'make all' first shall be
cursed to do builds on a 68020 for the rest of their life!


CVSROOT:	/cvs
Module name:	src
Changes by:	rohee@cvs.openbsd.org	1999/01/24 03:26:55

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

Log message:
-q was not in usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/01/24 04:03:46

Modified files:
	gnu/usr.bin/gcc/config/mips: openbsd-le.h 

Log message:
This is a new version of the config for mipsle which uses the common
openbsd config. It is belived to work correctly (tested on gcc itself,
kernels, and other stuff in the tree). News in this config is support for
section ans weak attributes. Based on discussions with Marc Espie.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/24 06:12:40

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 

Log message:
Adjust alpha for current linker.

(this is an artifact of the way I proceed for cleaning up stuff: I am
removing everything I don't understand, then I put it back when I find
the reason for which it's needed :) )


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/24 06:13:26

Added files:
	lang/egcs-snapshot/files/tests: m68k.readme 

Log message:
working :)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/24 08:55:31

Modified files:
	sys/arch/i386/stand/installboot: installboot.8 

Log message:
applied s/then/than/ from krw@tcn.net; even better grammar now


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/24 08:58:55

Modified files:
	sys/dev/isa    : ad1848.c gus.c pas.c sb.c wds.c wss.c wss_isa.c 
	                 ym.c 

Log message:
remove unneeded pio.h inclusion


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/24 09:07:40

Modified files:
	sys/arch/i386/stand/libsa: memprobe.c 

Log message:
The E801 probe has several problems.  Disable for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/01/24 09:08:37

Modified files:
	.              : Makefile 

Log message:
pass SUDO to make build in kerberosIV. From: jakob@crt.se


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/24 09:40:42

Modified files:
	.              : Makefile 

Log message:
make depend stuff in cross-*.
Also build the kerberos libs for the cross environment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/24 11:25:30

Added files:
	lang/egcs-snapshot/files/tests: alpha.readme 

Log message:
Working.
Probably an obvious bug that explains the inordinately high number
of g++ failures.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/24 11:42:16

Modified files:
	gnu/usr.bin/texinfo: Makefile.bsd-wrapper 

Log message:
Clean up mess instead of applying band-aids.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/24 12:20:55

Modified files:
	lib/libcurses  : curs_border.3 

Log message:
ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER respectively; bvdpoel@kootenay.com


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/24 12:29:39

Modified files:
	lib/libform    : fty_regex.c 

Log message:
updates from ncurses-4.2-990123


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/24 12:33:52

Modified files:
	usr.bin/tic    : dump_entry.c tic.c 

Log message:
updates from ncurses-4.2-990123


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/24 13:06:47

Modified files:
	lib/libcurses  : curses.h term.7 tic.h 
	lib/libcurses/tinfo: MKcaptab.awk 

Log message:
ncurses-4.2-990123


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/24 14:36:14

Modified files:
	lang/egcs-snapshot: Makefile README 
	lang/egcs-snapshot/files: PLIST.template md5 
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
Update to 19990124 snapshot.
Adjust PLIST.template as it was missing some directories.
Rebuild configure.in patch to only add collect2 when needed, plus typo fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/24 16:08:48

Modified files:
	games          : Makefile 

Log message:
disable hunt until all its security problems have been fixed


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/01/24 21:24:41

Modified files:
	gnu/usr.bin/gcc/config/m68k: openbsd.h 

Log message:
Update CPP_SPEC.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/25 03:33:32

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

Log message:
Don't SEGV when ``set proctitle'' is used in the default
section.
Submitted by:	Dan Lukes <dan@obluda.cz>


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1999/01/25 06:37:07

Modified files:
	.              : want.html 

Log message:
I need an extra PCI-based SCSI controller for the sake of RAID testing


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/25 07:46:10

Modified files:
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
Stupid mistake... this is the real Mc Coy,
Thanks niklas !


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/25 07:47:01

Modified files:
	lang/egcs-snapshot/files/tests: i386.readme 

Log message:
New snapshot results


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/25 12:28:41

Modified files:
	sys/lib/libsa  : cread.c 
	sys/lib/libz   : zlib.h 

Log message:
fix a real bad bug, which consists of return value from
read() /* oread() */ not being checked for errors/eof or
not checked for error value (-1), which would result in
bad kernels loaded, i/o errors not reported and such.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/25 13:15:24

Modified files:
	sys/arch/hppa/stand/libsa: lif.c 

Log message:
shut up gcc


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/25 13:16:08

Modified files:
	sys/arch/hppa/stand/libsa: pdc.c 

Log message:
mask one more debug printf out


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/25 13:30:31

Modified files:
	gnu/usr.bin/gcc/config/alpha: openbsd.h 

Log message:
C++ exception handling fix: non elf targets  have to be explicit
about dwarf2 unwind information.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/25 13:33:47

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 

Log message:
DWARF2_UNWIND_INFO


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/01/25 14:53:31

Modified files:
	sys/arch/hppa/stand/boot: Makefile conf.c srt0.S 

Log message:
call diskless kernel "bsd" so it would be loaded even we have
problems w/ kbd on PDC console device.
remove neva-gonna-b-there stuff from conf.c
some improvements to srt0.S code, use constants defined in machine/ files.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/25 21:09:35

Modified files:
	usr.bin/xinstall: install.1 xinstall.c 

Log message:
Add a -b(ackup) flag to move any existing file(s) aside by renaming
them to file.old instead of simply deleting them. A different backup
suffix may be chosen with the -B option's argument.  hubertf@netbsd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/26 04:12:28

Modified files:
	lang/egcs-snapshot/files/tests: alpha.readme 

Log message:
Fixed-up tests. Everything a-ok after unwind info correction.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/01/26 06:55:50

Modified files:
	gnu/usr.bin/gcc/config/mips: openbsd-le.h 

Log message:
Redefine datatypes...


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/01/26 10:15:54

Modified files:
	faq            : log24.txt 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/01/26 13:33:07

Modified files:
	sys/arch/arc/include: spinlock.h 

Log message:
Arc is mips based, not m68k based


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/01/26 13:36:16

Modified files:
	sys/arch/pmax/include: spinlock.h 

Log message:
pmax is also mips based


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/26 16:07:27

Modified files:
	sys/kern       : kern_kthread.c 

Log message:
We need machine/cpu.h for the cpu_set_init_frame def


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/26 16:39:29

Modified files:
	sys/arch/m68k/include: spinlock.h 
	sys/arch/mips/include: spinlock.h 

Log message:
change header protection define name


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/26 17:22:55

Modified files:
	audio/xmp/pkg  : COMMENT 
	chinese/lunar/pkg: COMMENT 
	comms/kermit/pkg: COMMENT 
	comms/lrzsz/pkg: COMMENT 
	devel/id-utils/pkg: COMMENT 
	devel/prc-tools/pkg: COMMENT 
	editors/beav/pkg: COMMENT 
	editors/nedit/pkg: COMMENT 
	games/xripple/pkg: COMMENT 
	graphics/netpbm/pkg: COMMENT 
	graphics/tiff34/pkg: COMMENT 
	lang/STk/pkg   : COMMENT 
	lang/ocaml/pkg : COMMENT 
	mail/fetchmail/pkg: COMMENT 
	mail/metamail/pkg: COMMENT 
	math/hoc/pkg   : COMMENT 
	misc/amanda    : Makefile 
	misc/amanda/files: md5 
	misc/amanda/pkg: PLIST 
	net/ircii-epic/pkg: COMMENT 
	net/ntop/pkg   : COMMENT 
	net/tinyfugue/pkg: COMMENT 
	news/leafnode/pkg: COMMENT 
	security/pgp/pkg: COMMENT 
	shells/scsh/pkg: COMMENT 
	sysutils/idled/pkg: COMMENT 
	sysutils/tcplist/pkg: COMMENT 
	textproc/idiff/pkg: COMMENT 
	textproc/sgmlformat/pkg: COMMENT 
	textproc/spiff/pkg: COMMENT 
	www/apache/pkg : COMMENT 
	www/navigator/pkg: COMMENT 
	x11/afterstep/pkg: COMMENT 
	x11/ctwm/pkg   : COMMENT 
	x11/fvwm2/pkg  : COMMENT 
	x11/kdebase/pkg: COMMENT 
	x11/kdelibs/pkg: COMMENT 
	x11/swisswatch/pkg: COMMENT 
	x11/xautolock/pkg: COMMENT 
Added files:
	misc/amanda/pkg: DEINSTALL INSTALL PLIST.alpha 
Removed files:
	misc/amanda/patches: patch-aa patch-ab patch-ac patch-ad 
	                     patch-ae patch-af patch-ag patch-ah 
	                     patch-ai 
	misc/amanda/scripts: configure 

Log message:
fix the remainder of long COMMENT files


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/26 20:28:51

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

Log message:
Fix confusing typo


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/01/26 20:29:19

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/26 21:02:39

Modified files:
	share/zoneinfo/datfiles: africa antarctica asia australasia 
	                         backward etcetera europe iso3166.tab 
	                         leapseconds northamerica southamerica 
	                         zone.tab 

Log message:
tzdata1999a from ftp://elsie.nci.nih.gov/pub


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/01/26 21:10:03

Modified files:
	sys/arch/mips/include: signal.h 

Log message:
Protect against multiple includes so that arc (and pmax too) make build
works again.


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/01/26 21:46:06

Modified files:
	sys/arch/mips/include: ansi.h archtype.h cdefs.h cpu.h 
	                       db_machdep.h disklabel.h dlfcn.h ecoff.h 
	                       elf_abi.h float.h frame.h ieeefp.h 
	                       kbdreg.h kcore.h kdbparam.h limits.h 
	                       link.h memconf.h mips_opcode.h param.h 
	                       pcb.h pio.h pmap.h proc.h profile.h 
	                       ptrace.h reg.h regdef.h regnum.h setjmp.h 
	                       spinlock.h stdarg.h trap.h types.h 
	                       varargs.h vmparam.h 

Log message:
Protect against multiple includes and regularize cpp symbols used


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/27 03:04:58

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
reordered FIN segments caused early termination, bug introduced by ipv6 integration


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/01/27 09:47:29

Modified files:
	sys/netinet    : tcp_input.c tcp_timer.c 

Log message:
fix NEWRENO behaviour, the newreo code assumed that the send socket buffer has
already been cleared of the acked data, though it was called before any
sbdrop() call and always called tcp_output() with 0 index in the send
socket buffer and thus causing data corruption. so do not set snd_una to
th_ack.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/01/27 13:49:40

Log message:
    mtr port
    
    Status:
    
    Vendor Tag:	JakobSchlyter
    Release Tags:	JakobSchlyter_1999_Jan_27
    
    N ports/net/mtr/Makefile
    N ports/net/mtr/files/md5
    N ports/net/mtr/pkg/COMMENT
    N ports/net/mtr/pkg/DESCR
    N ports/net/mtr/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/01/27 21:58:34

Modified files:
	sys/dev/pcmcia : com_pcmcia.c files.pcmcia if_ep_pcmcia.c 
	                 if_ne_pcmcia.c pcmcia.c pcmcia_cis.c pcmciadevs 
	                 pcmciadevs.h pcmciadevs_data.h pcmciareg.h 
	                 pcmciavar.h 
	sys/dev/ic     : i82365.c i82365reg.h 
Added files:
	sys/dev/pcmcia : pcmcia_cis_quirks.c 

Log message:
Add support for:
- 3COM 3CXEM556 (Ethernet/Modem)
- SVEC Combo and Lancard
- Corega PCC-T
Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies.
Add more products to pcmciadevs.
Correctly read 1 controller if CL-PD6729.
Remove some unused vars.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/01/27 22:01:17

Modified files:
	lib/csu/powerpc: Makefile crt0.s crtbegin.c 
Added files:
	lib/csu/powerpc: crtend.c 
Removed files:
	lib/csu/powerpc: crtend.s 

Log message:
update for binutils 2.9.1, whenever it might show up... The changes
are cleanup that would not work correctly with the newer version. works
fine with the current (old) version of gas/ld.

ALSO:
Found a very long outstanding bug on the powerpc port. whenever
nroff was run, say during a build, it would complain about memory being
freed twice. Found the cause of this was that *roff which is written in
C++ was using globals that had constructors/destructors and due to a
bug in the crt code, the destructors were getting called when a program
exited via falling out of the main loop. calling exit directly would
not exersize the bug that ran the destructors twice. THIS BUG IS NOW FIXED.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/01/27 22:09:12

Modified files:
	lib/libc/arch/powerpc/sys: brk.S cerror.S exect.S pipe.S 
	                           ptrace.S sbrk.S setlogin.S 
	                           sigprocmask.S 

Log message:
Preliminary version for PIC support. Builds and runs standard and profiled
just fine. pic version has been compiled, but without a ld.so has not been
tested. Needs binutils 2.9.1 or later to build pic version.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/01/28 00:51:36

Modified files:
	sys/dev/isa    : i82365_isa.c 

Log message:
Remove unused vars.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/28 16:44:38

Modified files:
	lib/libc/time  : zic.c 

Log message:
namespaces: unix --> __unix__


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/28 16:45:52

Modified files:
	gnu/usr.bin/gzip: Makefile 

Log message:
Ensure i386 or m68k is defined (posixly-correct gcc will only define
__i386 or __m68k)


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/29 00:01:48

Modified files:
	sys/netinet    : ip_nat.c 

Log message:
remove multiple free


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/29 00:04:06

Modified files:
	lib/libc/time  : Arts.htm WWW.htm private.h tzfile.5 zdump.c 
	                 zic.8 zic.c 

Log message:
tzcode1999a from ftp://elsie.nci.nih.gov/pub


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/29 00:09:26

Modified files:
	lib/libc/time  : asctime.c 

Log message:
tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/29 00:30:37

Modified files:
	games/hunt     : Makefile.inc 
	games/hunt/hunt: Makefile connect.c hunt.6 hunt.c otto.c 
	                 playit.c 
	games/hunt/huntd: Makefile answer.c draw.c driver.c execute.c 
	                  expl.c extern.c hunt.h huntd.6 makemaze.c 
	                  shots.c terminal.c 
Added files:
	games/hunt/hunt: client.h display.c display.h 
	games/hunt/huntd: conf.c conf.h server.h 
Removed files:
	games/hunt/huntd: bsd.h ctl.c ctl_transact.c faketalk.c 
	                  get_names.c pathname.c talk_ctl.h 

Log message:
major changes: security, curses, config


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/01/29 18:41:49

Modified files:
	sys/dev/isa    : lpt_isa.c 

Log message:
Make this build on architectures that define __NO_ISA_INTR_CHECK.
This is a hack, but so is __NO_ISA_INTR_CHECK.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 13:12:23

Modified files:
	net/ethereal   : Makefile 
	net/ethereal/files: md5 
	net/ethereal/patches: patch-aa patch-ab 
	net/ethereal/pkg: PLIST 

Log message:
update to 0.5.1; Markus Friedl <Markus.Friedl@informatik.uni-erlangen.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/01/30 15:39:38

Modified files:
	sys/arch/arc/arc: machdep.c 
	sys/arch/arc/dev: pccons.c 
	sys/arch/arc/dti: desktech.h 

Log message:
Remove various kludges I did to get rpc44 working.

o Use #define for addresses on Deskstation rPC44
o Attempt to support X on rpc44, it appears to kinda work, but hangs
sometimes.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/30 16:15:37

Modified files:
	sys/dev/pci    : if_vr.c if_vrreg.h 

Log message:
update to latest freebsd code, fixes stalls during heavy traffic


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/30 16:24:22

Modified files:
	sys/dev/pci    : pcireg.h 

Log message:
A slew of manifest constants for pci configuration registers gotten from freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/01/30 16:43:58

Modified files:
	sys/dev/pci    : brooktree848.c brktree_reg.h 

Log message:
Sync with FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 17:05:45

Log message:
    xpdf; apollo@slcnet.net
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Jan-30
    
    C ports/textproc/xpdf/Makefile
    C ports/textproc/xpdf/files/md5
    N ports/textproc/xpdf/patches/patch-aa
    C ports/textproc/xpdf/pkg/COMMENT
    C ports/textproc/xpdf/pkg/DESCR
    C ports/textproc/xpdf/pkg/PLIST
    N ports/textproc/xpdf/pkg/SECURITY
    
    5 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jmarc:yesterday -jmarc ports/textproc/xpdf

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 17:19:04

Added files:
	textproc/xpdf  : Makefile 
	textproc/xpdf/files: md5 
	textproc/xpdf/pkg: COMMENT DESCR PLIST 

Log message:
Make new files replace older, deleted versions


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 17:43:00

Modified files:
	graphics       : Makefile 
Removed files:
	graphics/xpdf  : Makefile 
	graphics/xpdf/files: md5 
	graphics/xpdf/patches: patch-aa 
	graphics/xpdf/pkg: COMMENT DESCR PLIST 

Log message:
remove xpdf because I was an idiot when I imported
the newer version, and imported it into a different category.
It's easier this way.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 17:44:31

Modified files:
	textproc       : Makefile 

Log message:
add textproc to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 18:38:07

Modified files:
	news/leafnode  : Makefile 
	news/leafnode/files: md5 
	news/leafnode/patches: patch-aa patch-ab patch-ac patch-ad 
	                       patch-ae 
	news/leafnode/pkg: COMMENT DESCR PLIST 
Added files:
	news/leafnode/patches: patch-af 
	news/leafnode/pkg: DEINSTALL 

Log message:
leafnode 1.8.1; ob Pepin <bob@sendar.prophecy.lu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 18:41:52

Modified files:
	news/leafnode/pkg: COMMENT 

Log message:
shrink comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/30 21:37:03

Modified files:
	editors/xemacs20: Makefile 

Log message:
put working PLIST in WRKDIR so concurrent builds won't clobber
each other; hgweigand@wiesbaden.netsurf.de (Hans-Guenter Weigand)


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/01/31 04:28:39

Modified files:
	sys/dev/pcmcia : if_ne_pcmcia.c pcmciadevs pcmciadevs.h 
	                 pcmciadevs_data.h 

Log message:
Add support for Kingston KNE-PC2.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/01/31 05:25:04

Modified files:
	usr.sbin/ppp/pppctl: pppctl.c 

Log message:
Mention the error when we fail to connect().


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/01/31 07:56:02

Modified files:
	sys/arch/i386/include: bus.h pio.h 
	sys/arch/i386/isa: clock.c 
	sys/arch/i386/stand/libsa: pciprobe.c 
	sys/dev/isa    : seagate.c 

Log message:
Fix clobbers so that GENERIC may compile with egcs.

Historically, the documentation of extended asm was lacking, namely you
should NOT specify the same register as an input, and a clobber.
If the register is clobbered, it should be specified as an output as well,
e.g., by linking input and output through the "number" notation.

(Beware of lvalues, some local variables needed...)

In older versions, up-to egcs1.1.1, the compiler did not even warn about
it, but it was liable to output bad code. Newer egcs are pickier and
simply refuse to swallow such code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/31 09:51:51

Added files:
	lang/egcs-stable/patches: patch-core-m68k 

Log message:
Important bug-fix (already in egcs-snapshot) to allow compiling
libssl with -O2 on m68k.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1999/01/31 10:36:49

Modified files:
	.              : arm32.html 

Log message:
reflect known reality, not dreamland.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/31 10:53:28

Modified files:
	lang/egcs-snapshot/files: PLIST.template 

Log message:
get gcov name correct


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/31 10:55:48

Modified files:
	lang/egcs-snapshot/files: md5 

Log message:
Add new snapshot checksums...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/31 11:28:30

Modified files:
	bin/df         : df.c 

Log message:
When adjusting units for -h mode, use the absolute value to check for
kb, mega, giga, etc.  Based on a change from kstailey@openbsd.org but
fixed differently.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/31 13:17:11

Modified files:
	lib/libcurses  : curs_border.3 curses.h ncurses_cfg.h 
	                 terminfo.5tbl 
	lib/libcurses/base: lib_mouse.c lib_newterm.c 
	lib/libcurses/tinfo: lib_baudrate.c lib_data.c 
	lib/libcurses/tty: lib_tstp.c tty_update.c 

Log message:
ncurses-4.2-990130


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	1999/01/31 13:24:12

Modified files:
	.              : errata.html 

Log message:
functionality fix for Xhp perms on hp300.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/01/31 13:25:39

Modified files:
	lib/libcurses  : ncurses_cfg.h 

Log message:
missed this in last update


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/31 14:40:07

Modified files:
	editors/emacs  : Makefile 
Added files:
	editors/emacs/patches: patch-aa patch-ab 

Log message:
add patches so system termcap lib is NOT used,
fixes -nw mode on console/xterm; move generated
PLIST to  so concurrent loads don't
clobber each other


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/31 14:56:47

Modified files:
	sys/arch/sparc/dev: hme.c 

Log message:
Typo in comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/31 16:19:25

Modified files:
	lang/egcs-snapshot/patches: patch-core-mkstemp 
Added files:
	lang/egcs-snapshot/patches: patch-core-useiberty 
	                            patch-g++-useiberty 
	                            patch-g77-useiberty 
	                            patch-java-useiberty 

Log message:
Clean up mkstemp patch mess.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/01/31 16:20:41

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
Update to 19990131 snapshot, plus rename libiberty/mkstemp.c to
a more sensible name for autoconfiguration.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1999/01/31 16:29:29

Modified files:
	.              : porting.html 

Log message:
Fix my typos, update url.
Noticed by krw@tcn.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/31 17:29:02

Log message:
    nessus; Dug Song <dugsong@monkey.org>
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Jan-31
    
    N ports/security/nessus/Makefile
    N ports/security/nessus/pkg/PLIST
    N ports/security/nessus/pkg/COMMENT
    N ports/security/nessus/pkg/DESCR
    N ports/security/nessus/files/md5
    N ports/security/nessus/patches/patch-aa
    N ports/security/nessus/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/31 17:30:43

Modified files:
	sys/arch/sparc/conf: GENERIC GENERIC_SCSI3 
	sys/arch/sparc/include: conf.h 
	sys/arch/sparc/sparc: conf.c 
Added files:
	sys/arch/sparc/dev: spif.c spifreg.h spifvar.h 

Log message:
driver for the 8 serial 1 parallel SUNW,spif board:
o heavily based on magma driver
o no support for the parallel port yet


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/01/31 17:30:50

Modified files:
	security       : Makefile 

Log message:
add nessus to makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/31 17:31:57

Modified files:
	sys/arch/sparc/conf: SUN4M SUN4C 

Log message:
add support for spif & magma


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/31 17:34:25

Modified files:
	etc/etc.sparc  : ttys 

Log message:
add magma & spif ttys


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/31 17:35:53

Modified files:
	etc/etc.sparc  : MAKEDEV 

Log message:
add spif tty & bpp devices


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/01/31 17:42:35

Modified files:
	distrib/notes/sparc: hardware 

Log message:
note support of magma & spif


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/01/31 17:48:19

Modified files:
	.              : sparc.html 

Log message:
note support for spif


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/01/31 18:24:15

Modified files:
	.              : plus.html 

Log message:
curses and df changes


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/01/31 22:37:28

Modified files:
	gnu/libexec    : Makefile 

Log message:
for clean, cleandir, and obj targets everybody updates ld.so
... this permits ro /usr/src/ on pmax.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/31 23:53:56

Modified files:
	games/hunt/hunt: client.h connect.c display.c hunt.c otto.c 
	                 playit.c 
	games/hunt/huntd: answer.c conf.c conf.h driver.c execute.c 
	                  expl.c huntd.6 server.h shots.c terminal.c 

Log message:
avoid denial of service attacks on server port; extra conf vars; fix otto


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/01/31 23:58:25

Modified files:
	games          : Makefile 

Log message:
enable hunt


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 00:45:54

Modified files:
	sys/netinet    : ip_nat.c 

Log message:
remove the correct KFREE


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 00:50:46

Modified files:
	bin/date       : date.1 

Log message:
document y2k hacks a bit better


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 00:52:09

Modified files:
	bin/date       : date.c 

Log message:
GMT -> UTC in comments; make y2k hack easier to read


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 00:53:15

Modified files:
	bin/ps         : ps.1 

Log message:
accurately reflect what ps can do


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 00:56:14

Modified files:
	lib/libc/arch/hppa: SYS.h 
	lib/libc/arch/powerpc: SYS.h 

Log message:
remove PASSTHRU


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 00:58:30

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

Log message:
malloc can't use write() if it fails very early, so use the unwrapped syscall _thread_sys_write() if we are threaded


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 01:13:05

Modified files:
	lib/libc/sys   : Makefile.inc ptrace.2 
Added files:
	lib/libc/sys   : ptrace.c 
Removed files:
	lib/libc/sys   : Lint_ptrace.c 
	lib/libc/arch/alpha/sys: ptrace.S 
	lib/libc/arch/arm32/sys: ptrace.S 
	lib/libc/arch/i386/sys: ptrace.S 
	lib/libc/arch/m68k/sys: ptrace.S 
	lib/libc/arch/m88k/sys: ptrace.S 
	lib/libc/arch/mips/sys: ptrace.S 
	lib/libc/arch/mvme88k/sys: ptrace.S 
	lib/libc/arch/ns32k/sys: ptrace.S 
	lib/libc/arch/powerpc/sys: ptrace.S 
	lib/libc/arch/sparc/sys: ptrace.S 
	lib/libc/arch/vax/sys: ptrace.S 

Log message:
mi ptrace


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 01:19:36

Modified files:
	lib/libc/time  : localtime.c 

Log message:
sync with tzcode1999a


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 01:23:46

Modified files:
	lib/libc_r/uthread: uthread_create.c uthread_info.c 
	                    uthread_kern.c 

Log message:
don't compute resource usage. this speeds things up a lot


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 01:24:42

Modified files:
	lib/libc_r/uthread: uthread_gc.c 

Log message:
don't handle signals in the gc thread


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/02/01 01:28:49

Log message:
    From the GGI project libgii.
    
    Status:
    
    Vendor Tag:	ggi
    Release Tags:	libgii_2_0_b1
    
    N ports/graphics/gii/Makefile
    N ports/graphics/gii/pkg/PLIST
    N ports/graphics/gii/pkg/DESCR
    N ports/graphics/gii/pkg/COMMENT
    N ports/graphics/gii/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 01:48:31

Added files:
	lib/libc_r/TEST: test_sigsuspend.c test_sigwait.c 
Removed files:
	lib/libc_r/test: Makefile 
	lib/libc_r/test/sigsuspend: Makefile sigsuspend.c 
	lib/libc_r/test/sigwait: Makefile sigwait.c 

Log message:
move tests together


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 01:50:18

Modified files:
	lib/libc_r/TEST: Makefile 

Log message:
add test_sigsuspend test_sigwait


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/02/01 02:25:07

Log message:
    libggi from the GGI project.
    
    Status:
    
    Vendor Tag:	ggi
    Release Tags:	libggi_0_1
    
    N ports/graphics/ggi/Makefile
    N ports/graphics/ggi/pkg/PLIST
    N ports/graphics/ggi/pkg/DESCR
    N ports/graphics/ggi/pkg/COMMENT
    N ports/graphics/ggi/files/md5
    N ports/graphics/ggi/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/02/01 02:30:27

Modified files:
	graphics/ggi/pkg: PLIST 
	graphics/gii/pkg: PLIST 

Log message:
fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/02/01 02:31:37

Modified files:
	graphics       : Makefile 

Log message:
+ggi


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/01 06:09:51

Modified files:
	sys/arch/sparc/conf: files.sparc 

Log message:
missed in spif driver addition; spotted by fries


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/01 06:45:22

Modified files:
	sys/arch/sparc/dev: spifreg.h spif.c 

Log message:
modem signal fixups


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/01 06:50:27

Modified files:
	usr.sbin/ppp/ppp: auth.c auth.h datalink.c pap.c pap.h 

Log message:
If we receive no answer from the server when sending PAP
requests, give up (don't sit there indefinitely).


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:23:15

Modified files:
	usr.sbin/afs/src/lwp: process.S 

Log message:
Hmmm... why not fixed before?


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:29:48

Modified files:
	sys/vm         : vm_glue.c 

Log message:
More general conditional for mips


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:33:01

Modified files:
	sys/sys        : exec_elf.h 

Log message:
Define another dynamic tag as well as allow for use by dynld compile


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:35:49

Modified files:
	sys/dev/pci    : pcivar.h 

Log message:
New PCI arch, Galileo


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:39:51

Modified files:
	sys/arch/wgrisc/dev: com_risc.c 

Log message:
Set fifo tresholds


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:43:20

Modified files:
	sbin/disklabel : Makefile 

Log message:
Allow for arc machines to install boot blocks


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:46:35

Modified files:
	lib/libssl/ssl-patent: Makefile 

Log message:
There must be a better way...


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 09:57:33

Modified files:
	lib/libc/arch/mips/gen: flt_rounds.c 

Log message:
Should be taken care of but make it obvious


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	1999/02/01 10:02:47

Modified files:
	lib/csu/c++    : c++rt0.c 

Log message:
When compiling for ELF use .init and .fini sections instead of special syms.


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/01 10:16:07

Modified files:
	.              : donations.html 

Log message:
donation of SUNW,spif


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/01 10:17:12

Modified files:
	.              : want.html 

Log message:
remove mbus cpu modules, add external phy


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/01 10:20:34

Modified files:
	.              : want.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/01 10:44:18

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
non-root users can mkfifo over NFS; mrg@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/01 10:57:03

Modified files:
	sys/arch/hppa/compile: .cvsignore 

Log message:
ignore GECKO


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/01 13:29:52

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

Log message:
fix several typos


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/01 13:55:41

Modified files:
	lib/libcurses  : term_entry.h 
	lib/libcurses/tinfo: read_bsd_terminfo.c 

Log message:
Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions.
Update copyright years in tinfo/read_bsd_terminfo.c.


CVSROOT:	/cvs
Module name:	X11
Changes by:	millert@cvs.openbsd.org	1999/02/01 14:33:45

Modified files:
	xc/programs/xterm: INSTALL Imakefile Makefile.in TekPrsTbl.c 
	                   Tekparse.h Tekproc.c VTPrsTbl.c VTparse.def 
	                   VTparse.h XTerm.ad aclocal.m4 button.c 
	                   charproc.c charsets.c config.guess config.sub 
	                   configure configure.in cursor.c data.c data.h 
	                   doublechr.c error.h fontutils.c fontutils.h 
	                   input.c main.c menu.c menu.h misc.c os2main.c 
	                   print.c proto.h ptyx.h resize.c resize.man 
	                   screen.c scrollbar.c tabs.c termcap terminfo 
	                   testxmc.c trace.c trace.h ttysvr.c util.c 
	                   version.h xcharmouse.h xterm.h xterm.log.html 
	                   xterm.man xtermcfg.hin 

Log message:
xterm patchlevel 91 (from 88)--fixes some bugs exposed by ncurses


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 15:59:16

Modified files:
	include        : Makefile 

Log message:
add libc_r


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/02/01 16:29:36

Modified files:
	math/gnuplot   : Makefile 
	math/gnuplot/files: md5 
	math/gnuplot/pkg: PLIST 
Removed files:
	math/gnuplot/patches: patch-aa 

Log message:
Update to version 3.7 (thanks to espie@ for telling me about the new
release).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 16:34:08

Modified files:
	lang/egcs-snapshot: README 
	lang/egcs-snapshot/files/tests: i386.readme m68k.readme 

Log message:
Update to 19990131 situation


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/01 17:22:42

Modified files:
	lib/libc/time  : localtime.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 18:14:10

ports/lang/egcs-snapshot/files/config/gcc/config/m88k

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/m88k
In directory cvs.openbsd.org:/tmp/cvs-serv29075/m88k

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/m88k added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 18:14:10

ports/lang/egcs-snapshot/files/config/gcc/config/ns32k

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/ns32k
In directory cvs.openbsd.org:/tmp/cvs-serv29075/ns32k

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/ns32k added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 18:14:10

ports/lang/egcs-snapshot/files/config/gcc/config/vax

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/vax
In directory cvs.openbsd.org:/tmp/cvs-serv29075/vax

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/vax added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 18:14:11

ports/lang/egcs-snapshot/files/config/gcc/config/rs6000

Update of /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/rs6000
In directory cvs.openbsd.org:/tmp/cvs-serv29075/rs6000

Log Message:
Directory /cvs/ports/lang/egcs-snapshot/files/config/gcc/config/rs6000 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 18:17:19

Added files:
	lang/egcs-snapshot/files/config/gcc/config/ns32k: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/rs6000: openbsd.h 
	                                                   t-openbsd 
	lang/egcs-snapshot/files/config/gcc/config/vax: openbsd.h 
	                                                t-openbsd 

Log message:
Preliminary rs6000 configuration.

`older' ns32k/vax configuration, if someone wishes to look at them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/01 18:19:36

Modified files:
	lang/egcs-snapshot: Makefile 
Added files:
	lang/egcs-snapshot/patches: patch-core-rs6000 

Log message:
Remove ONLY_FOR_ARCHS, makes little sense now...

rs6000 is special, as it incorporates everything into one file...


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/02/01 18:36:00

Modified files:
	lib/libc_r/arch/mips: _atomic_lock.c 
	lib/libc_r/uthread: uthread_autoinit.c 

Log message:
arc fixes for libc_r


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/01 19:29:59

Modified files:
	share/man/man4/man4.sparc: qec.4 be.4 

Log message:
correct part numbers for 'be'


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/01 19:31:27

Modified files:
	.              : sparc.html 

Log message:
update part numbers


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/02/01 19:36:36

Modified files:
	.              : Makefile 

Log message:
Make cross targets more robust:
o Don't build kerberos if KERBEROS==no
o Use the lorder in the target tree, rather than relying on the
system's lorder to do the right thing in a cross build environment.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/01 20:44:07

Modified files:
	usr.bin/wc     : wc.1 wc.c 

Log message:
o Some minor updates from lite2 (mostly in the man page)
o Add support for large files by using quads as counters


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/01 20:48:35

Modified files:
	usr.bin/wc     : wc.c 

Log message:
Remove useless cast to quad_t.  Gcc thinks "%qd" in printf is the same as "%lld" so we get a warning on alpha with -Wall.  Live with it.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/01 22:24:18

Modified files:
	etc/root       : root.mail 

Log message:
fix emacs version typo (found by d@)


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/02/02 01:53:32

Modified files:
	.              : Makefile 

Log message:
Don't do two ldconfigs on mips if we're not building kerberos.
Many cross-tools cleanups:
o remove mkdirs from the front of each of the rules, but instead have them
depend on new target cross-dirs, which makes all the directories
o Add new target, cross-dirs, to create the directories and symlinks.  Before
the symlinks in /usr/cross/$TARGET/blah-unknown-openbsd2.4 were
never right.
o KLUDGE for arc/pmax.  MACHINE_ARCH is mips for these machines, but they
differ from other machines in that they use mipsel-unknown-openbsd
for their gnu config string (failure to have the el causes big endian tools
to be built).

These fixes allow me to build a usable toolchain and libraries for
OpenBSD/arc on FreeBSD/i386 (with a few fixes to FreeBSD as well).  I
can also build a bootable kernel on the FreeBSD box.

I'd like to add a cross-build target shortly that will build
cross-tools, then will build and install stuff in DESTDIR with the
cross tools living in ${DESTDIR}/usr/cross/${TARGET}.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/02 02:49:57

Modified files:
	usr.sbin/ppp/ppp: auth.c auth.h datalink.c pap.c pap.h 

Log message:
Reimplement the previous fix (no response to PAP requests)
at the authentication layer rather than at the PAP layer
so that it also applies to CHAP (no response to CHAP
challenges).


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/02 02:50:14

Modified files:
	usr.sbin/ppp/ppp: main.c systems.c 

Log message:
Don't allow root to specify non-existent labels on
the command line.
Revise the error diagnostics so that invalid labels
are reported immediately.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/02 08:13:57

Modified files:
	sys/arch/hppa/hppa: genassym.cf 

Log message:
add struct mbuf


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/02 11:09:18

Modified files:
	gnu/usr.bin/gcc/config/alpha: openbsd.h 

Log message:
Fix DWARF2_UNWIND_INFO properly, e.g., so that the same fragment works
with gcc 2.8.1 and egcs.
Problem reported by millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/02 12:22:11

Modified files:
	net            : Makefile 
	net/mtr        : Makefile 

Log message:
adding mtr to makefile. OpenBSD tag for port Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/02 12:39:17

Modified files:
	mail/postfix   : Makefile 
	mail/postfix/files: md5 
	mail/postfix/patches: patch-aa patch-ac 
	mail/postfix/pkg: PLIST 
Removed files:
	mail/postfix/patches: patch-ae 

Log message:
update to beta-19990122; Dug Song <dugsong@monkey.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/02 19:09:30

Modified files:
	usr.bin/tail   : Makefile extern.h forward.c reverse.c tail.c 
Added files:
	usr.bin/tail   : misc.c 

Log message:
Fix broken conversion of private err() function and make ierr() and oerr()
back into functions, not macros.  Also make functions that call mmap()
return an int so we can fall back to non-mmap (slow) version on mmap failure.
Noticable effects:
o when you tail multiple files, if one of the files doesn't exist or
is otherwise broken, keep on going to the next file.
o it is now possible to tail files > 2gig, though it will be *very* slow
since tail will be unable to use mmap()


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/02/02 19:45:10

Modified files:
	.              : anoncvs.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/02 20:13:18

Modified files:
	include        : sha1.h 

Log message:
Add some useful defines (used by ssyslog).


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/02 20:40:02

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
/var/audit and /var/ssyslog


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/02 20:42:57

Modified files:
	etc            : group 

Log message:
gid 71 is now "audlog"


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/02 20:58:05

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

Log message:
wrong ret type for write define (millert@)


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/02 21:34:07

Modified files:
	include        : paths.h 

Log message:
Add syslogd's paths.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/02 21:36:07

Modified files:
	usr.sbin/syslogd: syslogd.c 
Removed files:
	usr.sbin/syslogd: pathnames.h 

Log message:
The necessary defs are in paths.h now.


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/02 22:25:01

Modified files:
	lib/libc_r/arch/alpha: uthread_machdep.h 

Log message:
comment out broken float save stuff for the time being


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/02/03 01:55:34

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Creative Labs has some products...


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/02/03 01:57:15

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	rohee@cvs.openbsd.org	1999/02/03 10:53:13

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

Log message:
Provisions for building in a separate directory tah sources


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/03 11:02:57

Modified files:
	lang/egcs-snapshot: Makefile README 
	lang/egcs-snapshot/patches: patch-core-config.open 
	                            patch-g++-libshared.open 
Added files:
	lang/egcs-snapshot/files/config/gcc/config: t-openbsd-thread 
	lang/egcs-snapshot/files/config/libstdc++/config: openbsd.mt 

Log message:
Thread support, approximation...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/03 11:04:31

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 

Log message:
Synch with gcc 2.8.1 config fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 12:24:53

Modified files:
	sys/dev/pcmcia : pcmciadevs.h pcmciadevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 13:24:34

Modified files:
	.              : anoncvs.html 

Log message:
anoncvs server at nasa ames


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 16:14:15

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

Log message:
Add more debugging info via -d; m4@umn.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 16:17:42

Modified files:
	distrib/i386/floppies/ramdisk: install.md 

Log message:
X Window System, not X windows; bob@prophecy.lu


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 16:22:06

Modified files:
	.              : donations.html 

Log message:
donation


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 16:31:15

Modified files:
	gnu/usr.bin/bc : Makefile.bsd-wrapper 

Log message:
Honor ${CC} and ${COPTS}; wd@ics.nara-wu.ac.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 16:36:45

Modified files:
	usr.bin/less   : Makefile.bsd-wrapper 

Log message:
Use ${COPTS}; wd@ics.nara-wu.ac.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 17:04:18

Modified files:
	sys/net        : if_atmsubr.c 

Log message:
ipv6 support for atm


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 17:04:26

Modified files:
	gnu/usr.bin/sendbug: sendbug.sh 

Log message:
This is sendbug, not send-pr.  Also kill unused error code when
submitter is "unknown".  We always set submitter to "net"; krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 17:04:35

Modified files:
	sys/net        : route.h 

Log message:
u_int32_t for routing statistics variables


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 17:04:59

Modified files:
	sys/netinet    : tcp_var.h 

Log message:
use u_int32_t and u_int64_t for stats variables, instead of quad/long


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 17:07:15

Modified files:
	gnu/usr.bin/gcc: Makefile.bsd-wrapper 

Log message:
When passing ${CC} and ${LDSTATIC} one must use quotes since they may contain more than one word; wd@ics.nara-wu.ac.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 17:23:49

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

Log message:
Use ether_ntoa() instead of doing the equivalent by hand


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 17:32:14

Modified files:
	.              : anoncvs.html 

Log message:
fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/03 17:32:30

Modified files:
	mail/postfix/pkg: PLIST 

Log message:
fix PLIST; Markus Friedl <Markus.Friedl@informatik.uni-erlangen.de>


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 17:33:07

Modified files:
	.              : anoncvs.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 17:54:04

Modified files:
	sys/net        : route.c 

Log message:
deal with rts_* members being u_int32_ now; cmetz


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/03 18:06:08

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
Change group of /var/audit from audlog to wheel.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/03 18:06:34

Modified files:
	etc            : group 

Log message:
No longer need an audlog group.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 18:08:32

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

Log message:
correct clnt_control() args; alex@freebsd


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/03 18:43:03

Modified files:
	.              : want.html 

Log message:
More PCI ethernet cards:
o Winbond W89C840F based ethernet card
o ASIX Electronics AX88140A based ethernet card


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/03 20:45:49

Modified files:
	share/man/man4/man4.sparc: Makefile 
Added files:
	share/man/man4/man4.sparc: spif.4 

Log message:
spif man page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/03 20:53:48

Modified files:
	usr.bin/split  : split.1 split.c 

Log message:
From FreeBSD:
Add new option '-p pattern' for splitting files based on matching
lines in the file with a regular expression. Useful for e.g.
'cvs diff' output.  Also compile cleanly with -Wall and use
defines from <sysexits.h>.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/03 21:08:56

Modified files:
	share/man/man4/man4.sparc: spif.4 

Log message:
make spiffy: fix typos & add part number


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 21:39:27

Removed files:
	distrib/sets/lists/secr: md.alpha md.amiga md.arc md.atari 
	                         md.hp300 md.i386 md.mac68k md.mvme68k 
	                         md.mvme88k md.pc532 md.pmax md.sparc 
	                         md.sun3 mi 

Log message:
foom


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 22:14:29

Modified files:
	distrib/sets/lists/base: md.i386 md.mac68k md.mvme68k md.pmax 
	                         md.powerpc md.sparc mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/game: mi 
	distrib/sets/lists/man: mi 

Log message:
partial sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/03 22:15:41

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 
	                         md.i386 md.mac68k md.mvme68k md.mvme88k 
	                         md.pmax md.powerpc md.sparc md.sun3 mi 
	distrib/sets/lists/comp: md.amiga md.arc md.atari md.hp300 
	                         md.i386 md.mac68k md.mvme68k md.mvme88k 
	                         md.pc532 md.powerpc md.sparc md.sun3 mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/game: mi 
	distrib/sets/lists/man: md.arc md.hp300 md.i386 md.mvme88k mi 
	distrib/sets/lists/misc: mi 

Log message:
sort and sync


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/03 23:22:35

Modified files:
	lib/libc/arch/alpha/sys: pipe.S 

Log message:
END -> SYSEND (typo fix)


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/03 23:28:13

Modified files:
	lib/libc_r/BENCH: Makefile bench.h cond_timed.c cond_wake.c 
	                  mutex_cont.c null.c self_overhead.c 

Log message:
tidy


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/04 00:44:55

Log message:
    amaya port
    
    Status:
    
    Vendor Tag:	BrunoRohee
    Release Tags:	BrunoRohee_1999-Feb-04
    
    N ports/web/amaya/Makefile
    N ports/web/amaya/pkg/COMMENT
    N ports/web/amaya/pkg/DESCR
    N ports/web/amaya/pkg/PLIST
    N ports/web/amaya/files/md5
    N ports/web/amaya/patches/patch-ab
    N ports/web/amaya/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/04 04:54:49

Modified files:
	usr.sbin/ppp/ppp: bundle.c ipcp.c ppp.8 timer.c timer.h 

Log message:
Change the timer routines so that they interrupt when the next
item is scheduled rather than interrupting 10 times per second
and finding that there's nothing to do most of the time.
This change reduces interrupt overheads but will expose any
(previously small) latency problems.

Be more careful about building VJ compression requests - we
can't htonl/ntohl the entire four bytes !  Also, when we get
a NAK, try to get as close as possible to what the peer NAKs
with when sending our next REQ.  Similarily when we send a NAK,
pick values as close as possible to what the peer REQd.

Fix a couple of man page typos (compliments of billf@FreeBSD.org)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/04 06:21:14

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/rs6000: openbsd.h 

Log message:
Fiddle with openbsd.h, rs6000/openbsd.h so that it can include the
current configuration.

Fix blunder in Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/04 08:43:23

Modified files:
	sys/arch/sparc/dev: spif.c spifreg.h spifvar.h 

Log message:
Code clean up, misc fixes


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 08:47:07

Modified files:
	.              : plus.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 09:05:03

Modified files:
	sys/netinet    : udp_usrreq.c udp_var.h 
	usr.bin/netstat: inet.c 

Log message:
report on no udp checksum


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 09:12:14

Modified files:
	sys/netinet    : tcp_var.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 10:59:39

Modified files:
	usr.bin/tip    : value.c 

Log message:
remove strcpy, even if safe


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/04 11:14:33

Modified files:
	gnu/usr.bin/perl/utils: h2ph.PL 

Log message:
Hex constants can end in [lLuU]* as well.  Fixes limits.ph and others.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/04 11:31:25

Modified files:
	gnu/usr.bin/perl/utils: h2ph.PL 

Log message:
Grok things like 1.7976931348623157E+308 and the [fF] suffix (float).
limits.ph is now almost usable...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 11:48:25

Modified files:
	sys/kern       : sysv_msg.c 

Log message:
wrap noise in DIAGNOSTIC


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/02/04 12:38:40

Modified files:
	usr.sbin/adduser: adduser.perl 

Log message:
allow higher uids.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 15:33:33

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

Log message:
correct attach printing for 4-port cards


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/04 16:00:27

Modified files:
	sys/arch/atari/atari: machdep.c 
	sys/arch/hp300/hp300: machdep.c 
	sys/arch/mac68k/mac68k: machdep.c 
	sys/arch/mvme68k/mvme68k: machdep.c 
	sys/arch/sun3/sun3: machdep.c 

Log message:
Deterministic register initalization on process startup


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/04 16:00:58

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

Log message:
Fix bit test; from netbsd.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/04 16:16:06

Modified files:
	sys/arch/i386/conf: NETTAN OPRAH WALDORF 

Log message:
Reflect reality


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/04 16:18:58

Modified files:
	usr.bin/rdist  : child.c client.c common.c defs.h distopt.c 
	                 docmd.c message.c rdist.c 
	usr.bin/rdistd : filesys-os.c server.c 

Log message:
Fix a serious memory consumption problem when running over directories
that contain many hard-linked files; johnh@isi.edu
Also add an xstrdup() that behaves like xmalloc() on failure.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/04 16:26:57

Modified files:
	gnu/usr.bin/gcc/config/alpha: openbsd.h 

Log message:
Add weak symbol handling


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/04 16:30:19

Modified files:
	sys/arch/alpha/include: cdefs.h 

Log message:
implement __weak_alias macro in ECOFF case too


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/04 16:37:40

Modified files:
	lib/libc_r/arch/alpha: uthread_machdep.h 

Log message:
Save/restore the fp state setjmp/longjmp does not


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/04 17:39:08

Modified files:
	usr.bin/rdist  : child.c 

Log message:
Use rchildfdsn+1, not FD_SETSIZE for nfds in select()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 17:40:23

Modified files:
	sys/sys        : socket.h 
	sys/kern       : uipc_socket.c 
	lib/libc/sys   : recv.2 

Log message:
support MSG_BCAST and MSG_MCAST


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/04 18:22:37

Modified files:
	devel/autoconf : Makefile 

Log message:
gm4 is both a build and a run dependency; op21@squish.org


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/04 18:57:32

Modified files:
	sys/net        : route.c 

Log message:
Don't count IPsec-related "route misses", as we're not really finding
unreachable hosts/networks.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/04 19:01:44

Modified files:
	sbin/ipsecadm  : ipsecadm.1 

Log message:
Stress the importance of random keys.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/04 21:09:07

Modified files:
	sbin/ipsecadm  : ipsecadm.1 

Log message:
Example of generating a key using random(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/04 21:14:20

Modified files:
	sys/kern       : uipc_usrreq.c 

Log message:
Check that a socket we're closing is really a socket. dillon@freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/04 21:23:44

Modified files:
	sys/netinet    : ip_mroute.c 

Log message:
Clear mfchashtbl after deallocation (mycroft@netbsd)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/04 22:05:20

Log message:
    pgp 5.0i. work by marc and myself.
    
    Status:
    
    Vendor Tag:	pgp5
    Release Tags:	fgsch_19990205
    
    N ports/security/pgp5/Makefile
    N ports/security/pgp5/files/md5
    N ports/security/pgp5/files/patch-rsaref2
    N ports/security/pgp5/pkg/COMMENT
    N ports/security/pgp5/pkg/DESCR
    N ports/security/pgp5/pkg/PLIST
    N ports/security/pgp5/patches/patch-aa
    N ports/security/pgp5/patches/patch-ab
    N ports/security/pgp5/patches/patch-ac
    N ports/security/pgp5/patches/patch-ad
    N ports/security/pgp5/patches/patch-ae
    N ports/security/pgp5/patches/patch-af
    N ports/security/pgp5/patches/patch-ag
    N ports/security/pgp5/patches/patch-ah
    N ports/security/pgp5/patches/patch-ai
    N ports/security/pgp5/patches/patch-aj
    N ports/security/pgp5/patches/patch-ak
    N ports/security/pgp5/patches/patch-al
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 22:42:36

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 22:54:38

Modified files:
	.              : ftp.html 

Log message:
check this is correct, bob


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/04 22:57:46

Modified files:
	security       : Makefile 

Log message:
Enable ppg5.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/04 22:58:55

Modified files:
	sbin/ipf       : ipf.5 ipf.c ipf.h opt.c parse.c 
	sbin/ipfstat   : fils.c kmem.c kmem.h 
	usr.sbin/ipftest: ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c 
	                  ipft_td.c ipft_tx.c ipt.c ipt.h misc.c pcap.h 
	                  snoop.h 
	usr.sbin/ipmon : ipmon.8 ipmon.c 
	sbin/ipnat     : ipnat.c 
	sys/netinet    : fil.c ip_auth.c ip_auth.h ip_fil.c ip_fil.h 
	                 ip_fil_compat.h ip_frag.c ip_frag.h 
	                 ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h 
	                 ip_proxy.c ip_proxy.h ip_state.c ip_state.h 

Log message:
ipf 3.2.10; work by kjell


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/04 22:59:38

Modified files:
	usr.sbin/sendmail: KNOWNBUGS README RELEASE_NOTES 
	usr.sbin/sendmail/BuildTools/OS: AIX.4.2 
	usr.sbin/sendmail/BuildTools/bin: Build 
	usr.sbin/sendmail/cf: README 
	usr.sbin/sendmail/cf/cf: generic-bsd4.4.cf generic-hpux10.cf 
	                         generic-hpux9.cf generic-osf1.cf 
	                         generic-solaris2.cf generic-sunos4.1.cf 
	                         generic-ultrix4.cf knecht.mc 
	usr.sbin/sendmail/cf/feature: bestmx_is_local.m4 
	usr.sbin/sendmail/cf/m4: proto.m4 version.m4 
	usr.sbin/sendmail/cf/ostype: openbsd.m4 sco-uw-2.1.m4 
	                             unixware7.m4 
	usr.sbin/sendmail/doc/op: op.me 
	usr.sbin/sendmail/doc/usenix: usenix.ps 
	usr.sbin/sendmail/mailstats: mailstats.c 
	usr.sbin/sendmail/src: Makefile.m4 README arpadate.c clock.c 
	                       collect.c conf.c conf.h control.c 
	                       daemon.c deliver.c domain.c envelope.c 
	                       headers.c ldap_map.h makesendmail map.c 
	                       mime.c queue.c readcf.c recipient.c 
	                       savemail.c sendmail.h udb.c usersmtp.c 
	                       util.c version.c 
Added files:
	usr.sbin/sendmail/BuildTools/OS: CRAYTS.10.0.x ReliantUNIX 
	                                 SunOS.5.8 

Log message:
sendmail 8.9.3


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/02/04 23:09:42

Modified files:
	.              : plus.html 

Log message:
recent things from me


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/05 00:14:22

Modified files:
	security/pgp5  : Makefile 
	security/pgp5/patches: patch-ad 
Added files:
	security/pgp5/pkg: MESSAGE 

Log message:
Fix minor problems. Display MESSAGE when the package is installed.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/05 08:17:00

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: md.amiga md.arc md.hp300 md.i386 
	                         md.mac68k md.mvme68k md.pmax md.powerpc 
	                         md.sparc mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/05 09:32:20

Modified files:
	.              : plus.html 

Log message:
work while i was in argentina


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/05 18:52:23

Modified files:
	usr.bin/rdist  : client.c 

Log message:
kill redundant (and incorrect) check for mallco failure


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/05 20:22:50

Modified files:
	usr.sbin/ppp/ppp: Makefile alias_cmd.c alias_cmd.h arp.c arp.h 
	                  async.c async.h auth.c auth.h bundle.c 
	                  bundle.h cbcp.c cbcp.h ccp.c ccp.h chap.c 
	                  chap.h chap_ms.c chap_ms.h chat.c chat.h 
	                  command.c command.h datalink.c datalink.h 
	                  deflate.c deflate.h defs.c defs.h descriptor.h 
	                  filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h 
	                  id.c id.h iface.c iface.h ip.c ip.h ipcp.c 
	                  ipcp.h iplist.c iplist.h lcp.c lcp.h 
	                  lcpproto.h link.c link.h log.c log.h lqr.c 
	                  lqr.h main.c main.h mbuf.c mbuf.h modem.c 
	                  modem.h mp.c mp.h pap.c pap.h physical.c 
	                  physical.h ppp.8 pred.c pred.h probe.c probe.h 
	                  prompt.c prompt.h route.c route.h server.c 
	                  server.h sig.c sig.h slcompress.c slcompress.h 
	                  systems.c systems.h throughput.c throughput.h 
	                  timer.c timer.h tun.c tun.h ua.h vjcomp.c 
	                  vjcomp.h 
Added files:
	usr.sbin/ppp/ppp: radius.c radius.h radlib.c radlib.h 
	                  radlib_private.h 

Log message:
Support RADIUS

While I'm in there, validate pap & chap header IDs if
``idcheck'' is enabled (the default) for other FSM packet
types.

NOTE: This involved integrating the generation of chap
challenges and the validation of chap responses
(and commenting what's going on in those routines).
I currently have no way of testing ppps ability
to respond to M$Chap CHALLENGEs correctly, so if
someone could do the honours, it'd be much
appreciated (it *looks* ok!).

Sponsored by: Internet Business Solutions Ltd., Switzerland


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/05 20:42:58

Modified files:
	sys/arch/sparc/dev: hme.c 

Log message:
match qfe's as hme's


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/06 09:31:15

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/rs6000: openbsd.h 

Log message:
Cleaning up configuration, and comments...


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/06 10:01:18

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

Log message:
Always initialize sc->handle[i].flags.
Check if the socket is present before disabling the CSC_INTR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/06 14:34:45

Added files:
	lang/egcs-snapshot/patches: patch-core-pa-symb 

Log message:
Get symbolic constants from cvs-current, in order to prepare openbsd
configuration for inclusion into egcs mainstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/06 14:38:48

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
... use those symbols


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/02/06 14:44:37

Modified files:
	graphics/ggi   : Makefile 
	graphics/gii   : Makefile 

Log message:
remove bad ftp mirrors


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/06 14:49:03

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/ns32k: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/vax: openbsd.h 

Log message:
Cleaning up, mostly comments


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/06 16:07:49

Modified files:
	sys/nfs        : nfs_nqlease.c nfs_serv.c nfs_socket.c 
	                 nfs_subs.c nfs_vnops.c nfsm_subs.h xdr_subs.h 

Log message:
Use bitwise operations to extract high and low words from the quad
in txdr_hyper.  This should be more portable than casting to an array
of ints and pulling out the two 32-bit words (this produced incorrect
results on alpha for the high word for filesystems < 4gig).  As a side
effect, txdr_hyper now takes a u_quad_t as its first arg, not u_quad_t *.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/06 16:58:15

Modified files:
	.              : plus.html 

Log message:
grammar, krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/06 17:14:26

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
print INFO FIELD as unsigned


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/06 17:48:29

Modified files:
	sbin/ipf       : Makefile 
	sbin/ipnat     : Makefile 
Added files:
	sbin/ipf       : ipf.8 
	sbin/ipnat     : ipnat.8 
Removed files:
	sbin/ipf       : ipf.1 
	sbin/ipnat     : ipnat.1 

Log message:
man pages belong in section 8


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/06 17:54:47

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

Log message:
Break out of loop in isa_intr_check() if we know what IRQ we want but isa_intr_check() says we can't have it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/06 17:55:16

Modified files:
	sbin/ipf       : ipf.c 

Log message:
add usage() support using optreset


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/06 18:54:18

Modified files:
	sbin/ipf       : ipf.8 

Log message:
convert to mdoc


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/02/06 19:32:38

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/files: md5 
	x11/windowmaker/patches: patch-aa 
	x11/windowmaker/pkg: MESSAGE PLIST 
Removed files:
	x11/windowmaker/patches: patch-ac patch-ad 

Log message:
Update to 0.51.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/02/06 19:40:11

Log message:
    add libPropList
    
    Status:
    
    Vendor Tag:	jasoni
    Release Tags:	jasoni_1998-Feb-6
    
    N ports/devel/libproplist/Makefile
    N ports/devel/libproplist/files/md5
    N ports/devel/libproplist/pkg/PLIST
    N ports/devel/libproplist/pkg/COMMENT
    N ports/devel/libproplist/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/02/06 19:44:32

Modified files:
	devel          : Makefile 

Log message:
add libproplist to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/06 21:32:51

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/files : md5 

Log message:
update to 1.0.6; Jakob Schlyter <jakob@crt.se>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/06 22:18:50

Log message:
    timidity; Joe <rys@tir.com>
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Feb-06
    
    N ports/audio/timidity/Makefile
    N ports/audio/timidity/files/md5
    N ports/audio/timidity/patches/patch-ad
    N ports/audio/timidity/patches/patch-af
    N ports/audio/timidity/patches/patch-ae
    N ports/audio/timidity/patches/patch-ag
    N ports/audio/timidity/patches/patch-ac
    N ports/audio/timidity/patches/patch-ab
    N ports/audio/timidity/patches/patch-aa
    N ports/audio/timidity/pkg/COMMENT
    N ports/audio/timidity/pkg/DESCR
    N ports/audio/timidity/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/06 22:22:28

Modified files:
	audio          : Makefile 

Log message:
enable timidity in Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/06 23:37:14

Modified files:
	textproc/jade  : Makefile 
	textproc/jade/files: md5 

Log message:
update to 1.2.1; Peter Galbavy <Peter.Galbavy@knowledge.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/07 05:34:44

Added files:
	lang/egcs-snapshot/patches: patch-core-pa-guess 

Log message:
Recognition for native openbsd hppa.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/07 05:37:01

Modified files:
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
Kill bogus rs6000 generic xmakefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/07 06:48:33

Modified files:
	usr.sbin/ppp/ppp: chap.c 

Log message:
Remove forgotten diagnostics


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/07 06:56:19

Modified files:
	usr.sbin/ppp/ppp: chap.c 

Log message:
Correct server-side chap authentication comparison
(broken with last commit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/02/07 11:46:19

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/pkg: MESSAGE PLIST 

Log message:
fix prefix


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/07 13:24:52

Modified files:
	sys/arch/hppa/dev: clock.c 

Log message:
missign extern cpu_hzticks


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/07 13:36:18

Modified files:
	sys/lib/libkern/arch/hppa: bcopy.S 

Log message:
add ovbcopy


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/07 13:37:05

Modified files:
	sys/lib/libkern/arch/hppa: milli.S 

Log message:
no 968dyncall in kernel


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/07 13:54:10

Modified files:
	usr.bin/hexdump: parse.c 

Log message:
fgets -> fgetln, don't lie about lines being too long


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/07 14:20:24

Modified files:
	share/man/man4 : ipl.4 

Log message:
xref ipmon(8)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/07 14:40:50

Modified files:
	usr.bin/fold   : fold.c 

Log message:
fix fold -s early break; helbig@Informatik.BA-Stuttgart.DE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/07 15:08:04

Modified files:
	sbin/ipnat     : ipnat.8 

Log message:
tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/07 15:09:08

Modified files:
	sys/kern       : sysv_shm.c 

Log message:
don't include vm_map.h twice


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/07 16:11:35

Modified files:
	security/nessus: Makefile 
	security/nessus/files: md5 
	security/nessus/patches: patch-ab 
	security/nessus/pkg: PLIST 
Added files:
	security/nessus/patches: patch-ac 

Log message:
update to nessus 990201


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/07 16:24:47

Modified files:
	net/nmap       : Makefile 
	net/nmap/files : md5 

Log message:
upgrade to nmap-2.03


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/07 16:51:00

Modified files:
	sys/arch/sparc/include: spinlock.h 
	lib/libc_r/arch/sparc: _atomic_lock.c 

Log message:
implement sparc atomic lock with LDSTUB


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/07 17:05:11

Modified files:
	sys/arch/alpha/dev: shared_intr.c 

Log message:
Because of BROKEN_PROM braindamage we need to allow an interupt
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/07 18:10:59

Modified files:
	sys/vm         : swap_pager.c 

Log message:
typo in comment


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/07 18:26:56

Modified files:
	usr.bin/vi/cl  : cl_funcs.c 

Log message:
Don't call curses routines beep() or flash() if the screen has not been
setup yet (as they will try to us SP which is NULL at this point).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/02/07 20:59:15

Modified files:
	x11/windowmaker: Makefile 

Log message:
fix ENV: krw@tcn.net


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/07 23:23:26

Modified files:
	sbin/ipf       : ipf.c 

Log message:
If you are going to set optreset, you need to set optind to 1 as well.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/07 23:34:04

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/07 23:47:32

Modified files:
	.              : errata.html 

Log message:
fix some tags


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/07 23:47:43

Modified files:
	.              : plus.html 

Log message:
create a few more links to errata.html, for 2.4


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/07 23:49:19

Modified files:
	.              : plus.html 

Log message:
oh this is so pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/08 06:29:04

Modified files:
	sys/dev/mii    : miidevs 

Log message:
Davicom DM9101; from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/08 06:31:21

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/08 06:39:30

Modified files:
	sys/arch/sparc/dev: be.c qe.c 

Log message:
match be & qe as part of the bootpath


CVSROOT:	/cvs
Module name:	www
Changes by:	rohee@cvs.openbsd.org	1999/02/08 06:59:20

Modified files:
	.              : porting.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/08 10:36:28

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
init incr tcp iss from snd_nxt, not rcv_nxt; 4.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/08 10:51:03

Modified files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	                                            t-openbsd-thread 
	lang/egcs-snapshot/patches: patch-core-config.open 
Added files:
	lang/egcs-snapshot/files/config/gcc/config/m88k: openbsd.h 
	lang/egcs-snapshot/patches: patch-core-m88k-unfuck 

Log message:
Preliminary support for m88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/08 11:14:11

Modified files:
	sys/arch/alpha/dev: shared_intr.c 

Log message:
In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/08 11:17:21

Modified files:
	sys/dev/pci    : pcidevs 
	sys/arch/alpha/pci: sio.c sio_pic.c 

Log message:
PCI_PRODUCT_CONTAQ_SIO -> PCI_PRODUCT_CONTAQ_82C693


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/08 11:19:56

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/08 11:29:11

Modified files:
	sbin/ipf       : ipf.c 

Log message:
no real point in calling getopt() twice


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/08 11:59:00

Modified files:
	sbin/ipf       : ipf.c 

Log message:
back out last change, there was a reason for the dual getopt, ugly as it is...


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/08 12:36:23

Modified files:
	net/nmap       : Makefile 
	net/nmap/files : md5 
	net/nmap/pkg   : PLIST 

Log message:
update to nmap-2.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/08 13:34:31

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/patches: patch-core-config.open 
	                            patch-core-useiberty 
Removed files:
	lang/egcs-snapshot/patches: patch-core-pa-symb 
	                            patch-g++-useiberty 
	                            patch-g77-useiberty 
	                            patch-java-useiberty 

Log message:
Update to 990208 snapshot: mainly kill all patches that I've got into egcs,
synch configure.in line numbers
and add a symbolic MASK_SNAKE I had forgotten for hppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/08 15:25:30

Modified files:
	sys/miscfs/nullfs: null_vnops.c 

Log message:
Don't allow open if the vnode is VBLK or VCHR and we are mounted with MNT_NODEV


CVSROOT:	/cvs
Module name:	www
Changes by:	angelos@cvs.openbsd.org	1999/02/08 15:33:13

Modified files:
	.              : crypto.html 

Log message:
Update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/08 15:47:54

Modified files:
	lang/egcs-snapshot/patches: patch-core-useiberty 

Log message:
Revert previous change since egcs guys fucked up and didn't use their
cvs tree properly, sigh...
(took me 3 tries to get this right)


CVSROOT:	/cvs
Module name:	src
Changes by:	rees@cvs.openbsd.org	1999/02/08 16:43:55

Modified files:
	sys/arch/i386/isa: pccom.c 

Log message:
Fix cua device to not block on open.
Turn off chip (and dtr) on interrupted open.


CVSROOT:	/cvs
Module name:	src
Changes by:	rees@cvs.openbsd.org	1999/02/08 19:39:44

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

Log message:
Fix cua device to not block on open.
Turn off chip (and dtr) on interrupted open.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/08 19:48:29

Modified files:
	distrib/sets/lists/base: md.alpha 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 20:32:46

Modified files:
	gnu/usr.bin/gcc: configure 
Added files:
	gnu/usr.bin/gcc/config/m88k: openbsd.h t-openbsd xm-openbsd.h 

Log message:
Adding support for Motorola mvme88k


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/08 20:43:48

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
if we read less than Content-Length, whine and error


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 21:01:38

Modified files:
	gnu/usr.bin/binutils/bfd: Makefile.in bfd-in2.h config.bfd 
	                          configure libaout.h targets.c 
Added files:
	gnu/usr.bin/binutils/bfd: m88knetbsd.c 

Log message:
Adding support for Motorola mvme88k


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	1999/02/08 21:07:44

Modified files:
	devel/autoconf/files: md5 

Log message:
autoconf-2.13.tar.gz was udpated on Jan 15, reflect new md5 checksum


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 21:15:25

Modified files:
	gnu/usr.bin/binutils/gdb: configure.host configure.tgt 
Added files:
	gnu/usr.bin/binutils/gdb: m88knbsd-nat.c 
	gnu/usr.bin/binutils/gdb/config/m88k: nm-obsd.h obsd.mh obsd.mt 
	                                      tm-obsd.h xm-obsd.h 

Log message:
Adding support for Motorola mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 21:54:30

Modified files:
	gnu/usr.bin/ld : Makefile 

Log message:
Fixed mvme88k vs. m88k MACHINE_ARCH


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 22:23:46

Modified files:
	lib/libc/arch/m88k/sys: brk.S sbrk.S 
Removed files:
	lib/libc/arch/mvme88k/gen: Makefile.inc _setjmp.S fabs.S 
	                           flt_rounds.c fpgetmask.c fpgetround.c 
	                           fpgetsticky.c fpsetmask.c 
	                           fpsetround.c fpsetsticky.c frexp.c 
	                           infinity.c isinf.c isnan.c ldexp.c 
	                           modf.c setjmp.S sigsetjmp.S 
	lib/libc/arch/mvme88k/net: Makefile.inc htonl.S htons.S ntohl.S 
	                           ntohs.S 
	lib/libc/arch/mvme88k/string: Makefile.inc strchr.c strrchr.c 
	lib/libc/arch/mvme88k/sys: Ovfork.S brk.S cerror.S exect.S 
	                           fork.S pipe.S reboot.S sbrk.S 
	                           setlogin.S sigpending.S sigprocmask.S 
	                           sigreturn.S sigsuspend.S syscall.S 

Log message:
Fixed brk() and sbrk().  Removal of old mvme88k dir.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 22:25:35

src/gnu/usr.bin/ld/m88k

Update of /cvs/src/gnu/usr.bin/ld/m88k
In directory cvs.openbsd.org:/tmp/cvs-serv22770/m88k

Log Message:
Directory /cvs/src/gnu/usr.bin/ld/m88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 22:35:14

Added files:
	gnu/usr.bin/ld/m88k: md.c md.h 

Log message:
Moved from mvme88k


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 22:37:23

Modified files:
	gnu/usr.bin/ld : Makefile 

Log message:
Corrected mvme88k vs. m88k directories.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 22:41:24

Removed files:
	gnu/usr.bin/ld/mvme88k: md.c md.h 

Log message:
Removal of mvme88k/* files - again...


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/02/08 23:36:31

Modified files:
	sys/arch/mvme88k/conf: OFF files.mvme88k std.mvme88k 
	sys/arch/mvme88k/ddb: db_disasm.c db_interface.c db_sstep.c 
	                      db_trace.c 
	sys/arch/mvme88k/include: ansi.h asm_macro.h assert.h autoconf.h 
	                          board.h bug.h bugio.h cdefs.h cpu.h 
	                          cpus.h db_machdep.h disklabel.h 
	                          exception_vectors.h exec.h float.h 
	                          frame.h ieee.h ieeefp.h limits.h 
	                          locore.h m88100.h m882xx.h mmu.h 
	                          param.h pcb.h pcctworeg.h pmap.h 
	                          pmap_table.h proc.h profile.h prom.h 
	                          psl.h pte.h ptrace.h reg.h setjmp.h 
	                          signal.h trap.h vmparam.h 
	sys/arch/mvme88k/mvme88k: conf.c disksubr.c dkbad.c eh.S 
	                          genassym.c locore.S 
	                          locore_asm_routines.S 
	                          locore_c_routines.c m88100_fp.S 
	                          machdep.c mem.c pmap.c process.S 
	                          process_machdep.c trap.c vm_machdep.c 

Log message:
Added kernel support for user debugging.  Fixed file ID's


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 02:00:23

Modified files:
	.              : security.html 

Log message:
missing link


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/09 03:01:16

Modified files:
	lang/egcs-snapshot/files/config/libstdc++/config: openbsd.mt 
	lang/egcs-snapshot/patches: patch-g++-libshared.open 

Log message:
Use mt fragment ONLY when threads are defined, this avoids spurious
IO_flockfile and fixes a regression...

Complete mt_fragment with posix define...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/09 03:09:23

Modified files:
	lang/egcs-snapshot/files/tests: i386.readme 

Log message:
19990208 results


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/09 03:47:44

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
Forgot yet another WRKBUILD for the PLIST to be generated correctly...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 05:49:39

Modified files:
	sys/arch/mvme88k/include: asm_macro.h 

Log message:
$Log$ is ugly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 06:01:27

Modified files:
	sys/arch/i386/isa/pcvt/Util/vgaio: vgaio.h 

Log message:
$Log is ugly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 06:16:25

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more flesh


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 06:16:28

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 06:32:03

Modified files:
	usr.bin/rup    : rup.c 

Log message:
for 1 min up, report min instead of mins; abs@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 06:49:48

Modified files:
	share/man/man4 : st.4 

Log message:
Xr mtio 4


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/09 10:08:53

Log message:
    amaya port, in the right place now :-)
    
    Status:
    
    Vendor Tag:	BrunoRohee
    Release Tags:	BrunoRohee_1999-Feb-09
    
    N ports/www/amaya/Makefile
    N ports/www/amaya/pkg/COMMENT
    N ports/www/amaya/pkg/DESCR
    N ports/www/amaya/pkg/PLIST
    N ports/www/amaya/files/md5
    N ports/www/amaya/patches/patch-ab
    N ports/www/amaya/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/09 10:39:18

Modified files:
	www            : Makefile 

Log message:
enable amaya port


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 10:43:05

Modified files:
	usr.bin/ftp    : ftp.1 

Log message:
correct a default; js3guj@gold.ocn.ne.jp


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/09 10:53:31

Removed files:
	web/amaya      : Makefile 
	web/amaya/pkg  : COMMENT DESCR PLIST 
	web/amaya/files: md5 
	web/amaya/patches: patch-ab patch-aa 

Log message:
Fixing my mistake...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 11:11:13

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

Log message:
add two nops needed for wrpr/wrwim post-delay


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 12:06:39

Modified files:
	sbin/fdisk     : part.c 

Log message:
BeOS/i386; ura@yamato.ibm.co.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/09 13:43:46

Modified files:
	sbin/ipsecadm  : ipsecadm.1 

Log message:
minor fix to /dev/urandom example


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/09 14:13:09

Modified files:
	sbin/ipsecadm  : ipsecadm.1 

Log message:
do same for the second /dev/urandom example


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/09 15:44:15

Modified files:
	.              : crypto.html 

Log message:
more random uses of interest


CVSROOT:	/cvs
Module name:	src
Changes by:	hugh@cvs.openbsd.org	1999/02/09 15:58:24

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
correct rst handling should not consult ack field here


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/09 17:16:13

Modified files:
	sys/compat/ibcs2: ibcs2_misc.c 
	sys/compat/linux: linux_misc.c 
	sys/compat/sunos: sunos_misc.c 
	sys/compat/svr4: svr4_misc.c 

Log message:
Correct directory entry reads, big directories lost entries as it were.
Also, fix the NCR SVR4 rdebug syscall emulation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/09 17:20:42

Modified files:
	lang/egcs-snapshot/files/tests: README 
	lang/egcs-snapshot/patches: patch-core-config.open 
	                            patch-core-mkstemp 
Added files:
	lang/egcs-snapshot/files/config/gcc/config/rs6000: xm-openbsd.h 

Log message:
Add needed stuff to rs6000/xm-openbsd.h, configure this,
correct patch-core-mkstemp,
describe dejagnu snapshot more correctly in files/tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/09 22:03:38

Modified files:
	mail/fetchmail : Makefile 
	mail/fetchmail/files: md5 
	mail/fetchmail/patches: patch-ae patch-af 
	mail/fetchmail/pkg: PLIST 

Log message:
Update to 4.7.7.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:01:52

Modified files:
	sys/compat/linux: linux_misc.c 

Log message:
strncpy; edx trashing solution in sys_pipe(); freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:02:15

Modified files:
	sys/compat/linux: linux_sockio.h 

Log message:
more socket/file ioctl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:02:38

Modified files:
	sys/compat/linux: linux_socketcall.h 

Log message:
linux sendmsg/recvmsg


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:04:04

Modified files:
	sys/compat/linux: linux_socket.c 

Log message:
IP_HDRINCL support, will need tweaking; freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:04:26

Modified files:
	sys/compat/linux: linux_socket.c 

Log message:
more ioctl support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:05:08

Modified files:
	sys/compat/freebsd: syscalls.master 

Log message:
freebsd madvise() clone, always returns 0 for now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:05:22

Modified files:
	sys/compat/freebsd: freebsd_misc.c 

Log message:
freebsd madvise() clone, always returns 0 for now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:07:21

Modified files:
	sys/compat/freebsd: freebsd_exec.c freebsd_exec.h 
	sys/sys        : exec_elf.h 
	sys/kern       : exec_elf.c 
	sys/arch/i386/i386: trap.c 
	sys/compat/linux: linux_exec.c 

Log message:
branding support and freebsd elf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 01:07:30

Modified files:
	sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h 
	                    freebsd_syscalls.c freebsd_sysent.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 15:12:54

Modified files:
	sbin/ipf       : ipf.8 
	sbin/ipfstat   : ipfstat.8 
	sbin/ipnat     : ipnat.8 
	usr.sbin/ipftest: ipftest.1 
	usr.sbin/ipmon : ipmon.8 

Log message:
Xr repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/10 16:44:21

Modified files:
	share/tmac/mdoc: doc-syms 

Log message:
OpenBSD 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/10 17:09:38

Modified files:
	lib/libcurses  : curs_addch.3tbl curs_deleteln.3 curses.h 
	                 terminfo.5tbl 
	lib/libcurses/tty: lib_mvcur.c 

Log message:
Update to ncurses-4.2-990206:
suppress sc/rc capabilities from terminal description if they appear
in smcup/rmcup.  This affects only scrolling optimization, to fix a
problem reported by several people with xterm's alternate screen,
though the problem is more general.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/10 19:19:57

Modified files:
	share/man/man5 : types.5 

Log message:
update to reality; netbsd


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	1999/02/10 21:54:11

Modified files:
	.              : crypto.html 

Log message:
remove duplication


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 22:33:09

Modified files:
	sys/kern       : uipc_syscalls.c 

Log message:
avoid insane lengths for various syscalls


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/10 22:49:52

Modified files:
	gnu/lib/libgmp/mpn: configure.in 
	gnu/lib/libgmp/mpn/m88k/mc88110: add_n.S sub_n.S 
Added files:
	gnu/lib/libgmp/mpn/m88k: add_n.S mul_1.S sub_n.S 
	gnu/lib/libgmp/mpn/m88k/mc88110: addmul_1.S mul_1.S 
Removed files:
	gnu/lib/libgmp/mpn/m88k: add_n.s mul_1.s sub_n.s 
	gnu/lib/libgmp/mpn/m88k/mc88110: addmul_1.s mul_1.s 

Log message:
support non-ELF build environments


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/10 22:51:07

Modified files:
	archivers/bzip2: Makefile 
	archivers/bzip2/files: md5 

Log message:
Update to 0.9.0c


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/11 02:04:02

Modified files:
	net/nmap/pkg   : COMMENT 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/11 03:14:51

Modified files:
	usr.sbin/ppp/ppp: chap.c chap.h command.c command.h datalink.c 
	                  defs.h descriptor.h hdlc.c ppp.8 

Log message:
When resending chap challenges, resend the same challenge
each time rather than making up a new one.

Increase the authname/authkey max sizes to 100 characters.

Allow ``authkey'' specifications beginning with ``!''.
When a challenge is received, the text following the
``!'' is executed as a program (expanding stuff in the same
way that ``sh'' and ``!bg'' do).  The program is passed the
peer name, peer challenge and local ``authname'' on standard
input and is expected to output the name/key combination that
should be used to build the CHAP response.

This provides support for Secure ID cards (guess what I was
given at work recently!) using CHAP.

Examples will follow.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/11 05:48:29

Modified files:
	usr.sbin/tcpdump: print-ppp.c 

Log message:
print ppp; from isdn4bsd package by Hellmuth Michaellis <mh@hcs.de>


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/02/11 11:10:11

Modified files:
	faq            : faq6.html 

Log message:
Networking added


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/11 12:38:54

Modified files:
	sys/net        : ppp_defs.h 

Log message:
oops, PPP_XNS protocol type for NS from freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 12:44:09

Modified files:
	gnu/usr.bin/texinfo/info: info.c 

Log message:
newline at end of usage; tv@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/11 12:52:11

Modified files:
	sys/net        : ppp_defs.h 

Log message:
fix tabs to spaces between #define and NAME, to match the rest of the file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 13:34:06

Modified files:
	sys/kern       : kern_ktrace.c 

Log message:
do not copyout uninitialized memory; arnej@math.ntnu.no


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 14:18:10

Modified files:
	distrib/i386/floppies/common: rdsetroot.c 

Log message:
warning cleanup; cyxob@tipas.lt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 15:48:20

Modified files:
	usr.sbin/dhcp/dhclient: dhclient.8 

Log message:
tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 15:50:01

Modified files:
	usr.sbin/dhcp/dhclient: clparse.c dhclient.c 

Log message:
ship lease time in network order; cas@trans-nt.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/11 15:59:55

Modified files:
	misc/plan      : Makefile 
	misc/plan/pkg  : PLIST 

Log message:
Allow lesstif to be used in place of motif;
update packing list


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	1999/02/11 16:03:31

Modified files:
	.              : support-template.txt support.dat support.html 

Log message:
Add Tom Knienieder in Austria.  Move Toby to Edmonton.  Add Thomas
Graichen in Germany and Wally Lee <wally@infinitum.com>, Singapore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/11 16:04:00

Modified files:
	misc/cbb       : Makefile 
Added files:
	misc/cbb/patches: patch-03 

Log message:
Add patch to change run-time dependency to plan
(which is in the ports tree), not ical (which isn't)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 16:08:25

Modified files:
	usr.bin/expand : expand.1 
	usr.bin/unexpand: unexpand.c 

Log message:
fix usage messages


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/11 16:31:14

Modified files:
	x11/olvwm      : Makefile 

Log message:
fix dependency for xview


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/11 16:54:48

Modified files:
	lang/egcs-snapshot/patches: patch-core-config.open 

Log message:
Kill x-mips


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 17:46:11

Modified files:
	sys/netinet    : ip_esp_new.c ip_esp_old.c 

Log message:
angelos cannot spell small words


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/11 17:46:14

Modified files:
	.              : INDEX 

Log message:
update ports index


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/11 17:53:09

Modified files:
	usr.sbin/ppp/ppp: chat.c ppp.8 

Log message:
When executing a command as part of a dial/login/hangup
script, expand words in the same way as !bg does.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/11 18:21:07

Modified files:
	usr.bin/vacation: vacation.c 

Log message:
parse "Return-Path:" headers in addition to UUCP style
"From " lines; remove redundant program name from log messages


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/11 20:58:16

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd.h 

Log message:
Fix basic misconceptions about OBJECT_FORMAT.
Move a few definitions before #include mips, to avoid defining a
bad default gratuitously.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 21:08:55

Modified files:
	games/tetris   : tetris.c 

Log message:
kill old mips compiler hack; simonb@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/11 21:46:28

Modified files:
	include        : Makefile 
	lib/libc/db/hash: ndbm.c 
Added files:
	include        : dbm.h 

Log message:
add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/11 21:54:46

Modified files:
	share/man/man8 : vpn.8 

Log message:
Fleshed out the man page. Much more detail.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/11 21:57:51

Modified files:
	lib/libc/db/hash: ndbm.c 

Log message:
It's always a good idea to test those last minute changes to make sure they compile...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/11 22:34:53

Modified files:
	usr.sbin/tcpdump: print-llc.c 

Log message:
do not go past end of packet; abs@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/11 22:51:39

Modified files:
	usr.bin/vacation: vacation.1 

Log message:
Note that vacation can now use the Return-Path
header as well as UNIX From to find the sender


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/12 00:59:26

Modified files:
	faq            : faq4.html 

Log message:
typo; fengyue@bluerose.windmoon.nu


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/12 02:15:11

Modified files:
	.              : errata.html plus.html security.html 

Log message:
new stuff


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/12 05:58:29

Modified files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 

Log message:
Fix comments to appear more uniform (GNU-style).

REMOVE THE DEFAULT SETUP TO VTABLE_THUNKS.

vtable-thunks are faster, *but* they break sometimes, and the fix is
not in yet, plus this is a rather obscure problem which is undocumented,
but shows up in real code. Read
<http://www.its.caltech.edu/~jafl/jx/egcs_bug.html>
<http://www.its.caltech.edu/~jafl/jx/egcs_complain.html>
for details.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/12 11:29:07

Modified files:
	emulators/wine : Makefile 
	emulators/wine/files: md5 
	emulators/wine/pkg: DESCR PLIST 

Log message:
update to wine-990131


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/12 11:45:16

Removed files:
	emulators/wine/patches: patch-ad patch-am patch-ap 

Log message:
deleting old patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/12 11:48:08

Added files:
	emulators/wine/patches: patch-aa patch-ab 

Log message:
And adding new patches


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/12 12:19:49

Modified files:
	.              : orders.html 

Log message:
clbooks is doing fast delivery


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/12 12:40:13

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

Log message:
do not accept T_TRCTRAP DDB inside the osyscall stub; weingart


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/12 13:04:09

Modified files:
	lib/libc/md    : mdX.3 

Log message:
Mention that MD4 is pretty much broken, and MD5 may follow. A couple
more references to the attacks. From FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/12 14:35:28

Modified files:
	share/man/man8 : vpn.8 

Log message:
Added recommended key lengths for variable ciphers. Cleaned up BUGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/12 17:19:48

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Verify that keys and IVs are in hex.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/12 17:53:55

Modified files:
	lang/egcs-snapshot: Makefile README 
	lang/egcs-snapshot/files/config/gcc/config/rs6000: xm-openbsd.h 
	lang/egcs-snapshot/patches: patch-core-config.open 
Added files:
	lang/egcs-snapshot/files/config/gcc/config: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m88k: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/mips: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/ns32k: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/pa: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/vax: xm-openbsd.h 

Log message:
Add generic xm* fragments to prevent nasty surprises, such as being
mistaken for systemV :) (and real nasties, too)


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/12 17:59:29

Modified files:
	sys/dev/isa    : wds.c 

Log message:
If the card is not present be sure to always call bus_space_unmap on exit.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/12 18:02:22

Modified files:
	sys/dev/isa    : if_ex.c 

Log message:
If the card is not present be sure to always call bus_space_unmap on exit.


CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1999/02/12 19:19:51

Modified files:
	.              : donations.html 

Log message:
I got some stuff at NordU99


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/02/12 21:20:09

Modified files:
	lang/ocaml     : Makefile 
	lang/ocaml/files: md5 

Log message:
Upgrade to version 2.01


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/12 21:35:07

Modified files:
	sys/arch/hppa/stand/libsa: exec_hppa.c 

Log message:
pass esym to the kernel


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/12 21:43:18

Modified files:
	sys/arch/hppa/stand/libsa: ct.c dev_hppa.c machdep.c pdc.c 
	                           time.c 

Log message:
remove local cvs Id


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/02/12 21:49:18

Modified files:
	lang           : Makefile 

Log message:
Enable camlp4 port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	angelos@cvs.openbsd.org	1999/02/12 21:51:49

Log message:
    camlp4 port, version 2.01
    
    Status:
    
    Vendor Tag:	angelos
    Release Tags:	camlp4-2-01
    
    N ports/lang/camlp4/Makefile
    N ports/lang/camlp4/files/md5
    N ports/lang/camlp4/pkg/COMMENT
    N ports/lang/camlp4/pkg/DESCR
    N ports/lang/camlp4/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/12 23:42:06

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

Log message:
update to -current
remove stuff i would avoid to use
add recent stuff, and not recent stuff
adjustments in ccd,vnd,bpf to accomodate above changes


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/13 02:58:38

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

Log message:
Always check that "range->start" and "range->len" is within the bounds of
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/13 17:52:53

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

Log message:
Describe manual dialing in greater detail.
Mention more rfc numbers.
Don't ``.Nm Ppp'' (just use ``.Nm'').


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/13 21:44:51

Modified files:
	share/lkm/misc/module: miscmod.c 

Log message:
Make this compile.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/14 08:21:00

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

Log message:
add disassembler, mainly HP code, tamed to ddb by me


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/14 12:02:22

Modified files:
	sys/kern       : uipc_syscalls.c sys_generic.c 

Log message:
readv/writev with iov_len == 0 is legal (was already ok in uipc_syscalls.c).
Make the check more readable by comparing against SSIZE_MAX instead
of checking for wraparound.  This is safe because SSIZE_MAX * 2 <=
SIZE_T_MAX.  Fixes recno problems in the db routines exposed by a
perl test.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/14 12:24:06

Modified files:
	sys/kern       : uipc_syscalls.c 

Log message:
Don't do range checking on namelen unless name is non-NULL, otherwise
namelen is uninitialized.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/14 12:33:35

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/patches: patch-core-config.open 
Removed files:
	lang/egcs-snapshot/patches: patch-core-m88k-unfuck 
	                            patch-core-mkstemp 
	                            patch-core-useiberty 

Log message:
Update to 990214 snapshot.
This snapshot disables recent loop changes, so the regressions from
990131 -> 990208 should no longer be there, I hope.

Removed patches have been folded back to mainstream.
This is a slight problem, as someone who wants to use an older snapshot
will have to track the CVS history of this port to find out what he
needs...

Fixed small PATH problem with autoreconf, thanks pefo.

New mips tweaks not yet in.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/14 12:38:46

Modified files:
	sys/arch/i386/stand/libz: Makefile 

Log message:
inherit DEBUGFLAGS form Makefile.inc


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/02/14 12:44:45

Modified files:
	.              : errata.html 

Log message:
mention uio.patch


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/14 12:47:37

Modified files:
	sys/lib/libz   : infblock.c infcodes.c inffast.c inflate.c 
	                 zutil.h 

Log message:
fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.
another obvious fix would be porting stdio file functions into
stand library, so code would go smooth from -lz, but former seems to be
a minimal-change-compliant approach.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/14 12:58:10

Modified files:
	bin/ls         : stat_flags.c 

Log message:
Don't retain "clear" state after an argument as been processed;
andreas@infosys.heitec.net


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/14 13:06:05

Modified files:
	sys/lib/libz   : zutil.h 

Log message:
make z_error be a panic


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/14 13:07:46

Modified files:
	sys/lib/libsa  : cread.c 

Log message:
place a bin-patcheable z_verbose here for -DDEBUG


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/14 14:11:02

Modified files:
	sys/kern       : sys_generic.c uipc_syscalls.c 

Log message:
Use IOV_MAX, not the deprecated UIO_MAXIOV


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/14 15:53:24

Modified files:
	lang/egcs-snapshot/files/tests: i386.readme 

Log message:
990214 results


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/14 18:08:02

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/m68k: xm-openbsd.h 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/02/14 19:39:03

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
when allocating sack blocks check for failing malloc(), if it fails
just ignore the sack block + fix misleading comment. tomh@CS.Berkeley.EDU


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/14 19:57:04

Modified files:
	kerberosIV/kafs: afssys.c 

Log message:
use an empty VIOCSETTOK instead of the probe call


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/14 21:20:42

Modified files:
	usr.sbin/afs/ydr: Makefile 

Log message:
fix building without make depend


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/14 22:05:34

Modified files:
	sys/kern       : vfs_conf.c 

Log message:
We don't need to include xfs_extern.h


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/14 22:11:26

Modified files:
	include        : dbm.h 
	lib/libc/db    : README 
	lib/libc/db/btree: bt_close.c bt_conv.c bt_debug.c bt_delete.c 
	                   bt_get.c bt_open.c bt_overflow.c bt_page.c 
	                   bt_put.c bt_search.c bt_seq.c bt_split.c 
	                   bt_utils.c btree.h extern.h 
	lib/libc/db/db : db.c 
	lib/libc/db/hash: extern.h hash.c hash.h hash_bigkey.c 
	                  hash_buf.c hash_func.c hash_log2.c hash_page.c 
	                  hsearch.c ndbm.c page.h search.h 
	lib/libc/db/man: Makefile.inc ndbm.3 
	lib/libc/db/mpool: README mpool.c mpool.libtp 
	lib/libc/db/recno: extern.h rec_close.c rec_delete.c rec_get.c 
	                   rec_open.c rec_put.c rec_search.c rec_seq.c 
	                   recno.h 
Added files:
	lib/libc/db/man: dbm.3 

Log message:
o Minor changes from db.1.86 (sleepycat).  Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/14 23:59:58

Modified files:
	sys/dev/isa    : i82365_isasubr.c 

Log message:
Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/02/15 01:56:06

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

Log message:
sp or stack, not both.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/15 09:22:26

Modified files:
	sys/arch/sparc/dev: be.c bevar.h 

Log message:
better promisc/allmulti handling


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/15 09:41:37

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
Fail correctly when trying to match a filesystem on the old typenum
and the typenum is out of range


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/15 09:46:58

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
reorder some flag handling in unmount for safer locking


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 11:53:58

Modified files:
	sys/sys        : types.h 

Log message:
add socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 12:04:21

Modified files:
	sys/sys        : socket.h 
	lib/libc/sys   : accept.2 bind.2 connect.2 getpeername.2 
	                 getsockname.2 getsockopt.2 recv.2 

Log message:
Use and document socklen_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/15 12:12:58

Modified files:
	devel/autoconf : Makefile 

Log message:
Add subdir: the gnu folks re-aranged their archives


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 12:15:40

Modified files:
	sys/sys        : socket.h 

Log message:
more uses of socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 12:27:52

Modified files:
	sys/sys        : socket.h 

Log message:
pasto


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 12:30:51

Modified files:
	sys/sys        : socketvar.h 

Log message:
sockargs() uses socklen_t for length param


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 13:00:51

Modified files:
	sys/kern       : syscalls.master uipc_syscalls.c 

Log message:
use socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 13:03:06

Modified files:
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/15 13:42:23

Modified files:
	sys/arch/i386/include: apmvar.h 

Log message:
more definitions from apm 1.2


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 14:13:07

Modified files:
	include        : mpool.h 

Log message:
missed this in the libc/db update


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/15 14:13:38

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

Log message:
lower case even more


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 14:17:49

Modified files:
	include        : mpool.h 

Log message:
Update HASHKEY macro from db 1.8.6.  I didn't update that initially as I thought it related to the new hash code--it does not


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 14:22:25

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

Log message:
socklen_t is used in struct msghdr and struct cmsghdr


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 14:28:23

Modified files:
	lib/libc/sys   : send.2 
	sys/kern       : syscalls.master uipc_syscalls.c 

Log message:
sendto(2) takes a socklen_t as well


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 14:29:21

Modified files:
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 14:48:57

Modified files:
	lib/libc/sys   : getpeername.2 getsockname.2 listen.2 shutdown.2 

Log message:
must include <sys/types.h> before <sys.socket.h>


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/15 15:50:26

Modified files:
	sys/sys        : malloc.h 

Log message:
Add a RaidFrame bucket type


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/15 17:03:35

Modified files:
	sys/dev/raidframe: rf_acctrace.c rf_acctrace.h rf_alloclist.c 
	                   rf_alloclist.h rf_archs.h rf_aselect.c 
	                   rf_aselect.h rf_callback.c rf_callback.h 
	                   rf_chaindecluster.c rf_chaindecluster.h 
	                   rf_configure.h rf_copyback.c rf_copyback.h 
	                   rf_cpuutil.c rf_cpuutil.h rf_cvscan.c 
	                   rf_cvscan.h rf_dag.h rf_dagdegrd.c 
	                   rf_dagdegrd.h rf_dagdegwr.c rf_dagdegwr.h 
	                   rf_dagffrd.c rf_dagffrd.h rf_dagffwr.c 
	                   rf_dagffwr.h rf_dagflags.h rf_dagfuncs.c 
	                   rf_dagfuncs.h rf_dagutils.c rf_dagutils.h 
	                   rf_debugMem.c rf_debugMem.h rf_debugprint.c 
	                   rf_debugprint.h rf_decluster.c rf_decluster.h 
	                   rf_declusterPQ.c rf_declusterPQ.h rf_desc.h 
	                   rf_diskqueue.c rf_diskqueue.h rf_disks.c 
	                   rf_disks.h rf_diskthreads.h rf_driver.c 
	                   rf_driver.h rf_engine.c rf_engine.h 
	                   rf_etimer.h rf_evenodd.c rf_evenodd.h 
	                   rf_evenodd_dagfuncs.c rf_evenodd_dagfuncs.h 
	                   rf_evenodd_dags.c rf_evenodd_dags.h rf_fifo.c 
	                   rf_fifo.h rf_freelist.h rf_general.h 
	                   rf_geniq.c rf_hist.h rf_interdecluster.c 
	                   rf_interdecluster.h rf_invertq.c rf_invertq.h 
	                   rf_kintf.h rf_layout.c rf_layout.h rf_map.c 
	                   rf_map.h rf_mcpair.c rf_mcpair.h 
	                   rf_memchunk.c rf_memchunk.h rf_netbsd.h 
	                   rf_netbsdkintf.c rf_nwayxor.c rf_nwayxor.h 
	                   rf_openbsd.h rf_openbsdkintf.c rf_options.c 
	                   rf_options.h rf_optnames.h rf_paritylog.c 
	                   rf_paritylog.h rf_paritylogDiskMgr.c 
	                   rf_paritylogDiskMgr.h rf_paritylogging.c 
	                   rf_paritylogging.h rf_parityloggingdags.c 
	                   rf_parityloggingdags.h rf_parityscan.c 
	                   rf_parityscan.h rf_pq.c rf_pq.h rf_pqdeg.c 
	                   rf_pqdeg.h rf_pqdegdags.c rf_pqdegdags.h 
	                   rf_psstatus.c rf_psstatus.h rf_raid.h 
	                   rf_raid0.c rf_raid0.h rf_raid1.c rf_raid1.h 
	                   rf_raid4.c rf_raid4.h rf_raid5.c rf_raid5.h 
	                   rf_raid5_rotatedspare.c 
	                   rf_raid5_rotatedspare.h rf_raidframe.h 
	                   rf_reconbuffer.c rf_reconbuffer.h 
	                   rf_reconmap.c rf_reconmap.h rf_reconstruct.c 
	                   rf_reconstruct.h rf_reconstub.c 
	                   rf_reconutil.c rf_reconutil.h rf_revent.c 
	                   rf_revent.h rf_shutdown.c rf_shutdown.h 
	                   rf_sstf.c rf_sstf.h rf_states.c rf_states.h 
	                   rf_stripelocks.c rf_stripelocks.h 
	                   rf_strutils.c rf_sys.c rf_sys.h rf_threadid.h 
	                   rf_threadstuff.c rf_threadstuff.h rf_types.h 
	                   rf_utils.c rf_utils.h 
Removed files:
	sys/dev/raidframe: rf_demo.c rf_demo.h rf_diskevent.c 
	                   rf_diskevent.h rf_geometry.c rf_geometry.h 
	                   rf_heap.c rf_heap.h rf_owner.h 
	                   rf_randmacros.h rf_rst.h 

Log message:
Merge from NetBSD, mostly indentation


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/15 17:18:04

Modified files:
	usr.sbin/ppp/ppp: README.changes command.c defs.h modem.c 
	                  physical.h ppp.8 

Log message:
Wait by default for one second after the login script
is complete before checking carrier.  If it's there,
the device supports carrier.  If it's not it doesn't.

Add the ``set cd'' command for deciding how soon to check
for carrier, and for deciding if carrier is REQUIRED.

The default has changed:  Pre 2.0 versions of ppp waited
for 1 second.  Version 2 didn't wait, but this causes
problems with some (few?) modems that don't assert carrier
immediately on reporting CONNECT.  The one second delay
is back now and can be removed with ``set cd 0''.

Bump the ppp version number in case this needs to be changed
again....


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/15 18:24:47

Modified files:
	share/man/man4 : netintro.4 

Log message:
mention that SIOCGIFCONF with ifc_len = 0 is an extension


CVSROOT:	/cvs
Module name:	www
Changes by:	imp@cvs.openbsd.org	1999/02/15 19:07:45

Modified files:
	.              : arc.html 

Log message:
Mail to me and pefo, update status and links


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 20:45:12

Modified files:
	usr.sbin/tcpdump: print-ppp.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	www
Changes by:	imp@cvs.openbsd.org	1999/02/15 21:02:44

Modified files:
	.              : arc.html 

Log message:
Correct Deskstation link. GC recent developments


CVSROOT:	/cvs
Module name:	www
Changes by:	imp@cvs.openbsd.org	1999/02/15 21:03:50

Modified files:
	.              : arc.html 

Log message:
Stupid html tricks


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 21:15:20

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Invertex products


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 21:15:24

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	imp@cvs.openbsd.org	1999/02/15 21:25:04

Modified files:
	.              : arc.html 

Log message:
Add link to arc specification, add BT545 I've been using and NEC RiscStation


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 21:58:15

Modified files:
	distrib/sets/lists/base: md.hp300 
	distrib/sets/lists/comp: md.hp300 

Log message:
hp300 sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 22:09:42

Modified files:
	lib/libc/time  : ctime.3 tzset.3 

Log message:
localtime is in /etc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 22:54:08

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

Log message:
handle sa_len being 0 in SIOCGIFCONF


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/15 23:27:37

Modified files:
	x11/gtk+       : Makefile 

Log message:
The tarball contains empty info files -- remove them so the proper
info files get created and installed


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 23:51:19

Modified files:
	.              : errata.html plus.html security.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 23:52:28

Modified files:
	.              : plus.html 

Log message:
pretty


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/15 23:53:09

Modified files:
	.              : plus.html 

Log message:
oops, we do not do this tag here


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/02/16 00:09:39

Modified files:
	mail/mutt      : Makefile 
	mail/mutt/files: md5 

Log message:
update to 0.95.3i


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 09:40:01

Modified files:
	lib/libc_r/uthread: uthread_accept.c uthread_bind.c 
	                    uthread_connect.c uthread_getpeername.c 
	                    uthread_getsockname.c uthread_getsockopt.c 
	                    uthread_recvfrom.c uthread_setsockopt.c 

Log message:
deal with socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/16 09:41:13

Modified files:
	lib/libc_r/uthread: uthread_sendto.c 

Log message:
deal with socklen_t


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/16 09:44:08

Modified files:
	lib/libc_r/uthread: pthread_private.h 

Log message:
update prototypes now that socket functions take socklen_t as a length parameter


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 09:49:20

Modified files:
	lib/libc/gen   : daemon.3 

Log message:
daemon returns int


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/16 09:54:47

Modified files:
	sys/sys        : socket.h 

Log message:
sendto(2) takes socklen_t for length param


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/16 10:20:57

Modified files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m88k: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/ns32k: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 
	                                               xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/rs6000: openbsd.h 
	                                                   xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/vax: openbsd.h 

Log message:
Tweak up config files to help get FSF approval, mainly remove non-ansi
CPP_PREDEFINES,
Minor fixes for xm-* fragments,
set up openbsd.h mips/openbsd.h for SUBTARGET_*_CPEC.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 10:45:40

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
AEON is an encryption card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 10:45:44

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	imp@cvs.openbsd.org	1999/02/16 14:21:04

Modified files:
	lib/libc/db/hash: ndbm.c 

Log message:
kludge to get rid of dbm_rdonly not being defined


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/16 14:27:37

Modified files:
	sys/sys        : pipe.h 
	sys/kern       : sys_pipe.c 

Log message:
Move defining of PIPE_NODIRECT to pipe.h and conditionalize more code with it.
This allows this code to compile on sparc.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/16 14:30:22

Modified files:
	sys/arch/sparc/conf: FLOPPY GENERIC GENERIC_SCSI3 RAMDISK SUN4 
	                     SUN4M 

Log message:
Start using new pipe code


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/16 14:51:40

Modified files:
	sbin/raidctl   : Makefile raidctl.8 raidctl.c rf_configure.c 
Removed files:
	sbin/raidctl   : rf_utility.c rf_utility.h 

Log message:
merge from netbsd 990213 + make compile with our includes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/16 14:57:54

Modified files:
	include        : ndbm.h 
	lib/libc/db/hash: ndbm.c 

Log message:
real dbm_rdonly


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/16 15:16:50

Modified files:
	share/man/man4 : ip.4 

Log message:
IP is not a transport layer protocol


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 16:43:13

Modified files:
	lib/libc/time  : ctime.3 

Log message:
mandoc version


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/16 16:58:06

Modified files:
	sys/netinet    : ip_esp_new.c 

Log message:
Fix a padding check bug in the experimental-padding. iliya@ericom.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 17:14:27

Modified files:
	sys/netinet    : tcp_subr.c udp_usrreq.c 

Log message:
inet6 indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 17:17:34

Modified files:
	sbin/restore   : interactive.c 

Log message:
make quoted strings work; erh@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/16 17:20:45

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

Log message:
re-enable the bind() for non-superusers so normal users cannot set the source address to be a non-local address


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/02/16 18:17:20

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/16 18:27:37

Modified files:
	lib/libossaudio: soundcard.h 

Log message:
#undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not already defined).


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/16 19:11:35

Modified files:
	usr.sbin/ppp/ppp: datalink.c 

Log message:
Nuke any remaining auth timers when datalinks come back down
to DATALINK_LCP.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 19:44:21

Modified files:
	.              : anoncvs.html 

Log message:
anoncvs in japan improves


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 19:46:07

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/16 20:04:20

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
some more devices, cpu pa-risc levels


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/16 20:05:17

Modified files:
	sys/arch/hppa/dev: boards.h boards_data.h cpudevs.h 
	                   cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/16 20:19:08

Modified files:
	sys/arch/hppa/dev: cpu.c 

Log message:
better cpu capabilities printing.
print cpu PA level
move cpu_gethpa() to mainbus.c


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/16 20:21:43

Modified files:
	sys/arch/hppa/dev: cpudevs 

Log message:
oops, cut&paste error


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/16 20:22:25

Modified files:
	sys/arch/hppa/dev: cpudevs.h cpudevs_data.h boards.h 
	                   boards_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/16 20:25:29

Log message:
    xlogout 1.1; naddy@mips.rhein-neckar.de (Christian Weisgerber)
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Feb-16
    
    N ports/x11/xlogout/Makefile
    N ports/x11/xlogout/files/md5
    N ports/x11/xlogout/patches/patch-aa
    N ports/x11/xlogout/patches/patch-ab
    N ports/x11/xlogout/pkg/COMMENT
    N ports/x11/xlogout/pkg/DESCR
    N ports/x11/xlogout/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/16 20:26:50

Modified files:
	x11            : Makefile 

Log message:
add xlogout to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 20:31:08

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

Log message:
more errno values are possible; jon@oaktree.co.uk


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 20:33:26

Modified files:
	.              : mail.html 

Log message:
japanese mailing list


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/16 20:35:49

Modified files:
	usr.bin/comm   : comm.1 comm.c 

Log message:
-f option for case folding; twofsonet@graffiti.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/16 20:42:36

Modified files:
	comms/minicom  : Makefile 

Log message:
broken until updated (can't find sources)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/16 20:51:43

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

Log message:
print pa-risc here as well, since, finally, cpu will have to print processor type


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/16 20:57:12

Modified files:
	comms/minicom  : Makefile 

Log message:
Ooops, forgot to add MIRROR_DISTFILE=no, too


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/16 22:43:15

Modified files:
	net/nmap       : Makefile 
	net/nmap/files : md5 

Log message:
update to 2.08; distribution directory changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/16 23:17:52

Modified files:
	security/libident: Makefile 
	security/libident/files: md5 
	security/libident/patches: patch-aa 

Log message:
version 0.22; bsmith@bfmni.com (Brad Smith)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/17 00:09:25

Modified files:
	security/socks5: Makefile 

Log message:
reference www.socks.nec.com, not www.socks5.nec.com;
the license seems better from the former;
thanks to John-Paul Pagano <jpagano@inven.com> for figuring this out


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/17 05:52:36

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
General clean-up, closer match to egcs.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/17 05:54:28

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
Update to more recent work: remove DEFAULT_VTABLE_THUNKS, as there
is a big and subtle bug with it.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/17 05:57:52

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
Future fix: help egcs avoid #pragma weak, which we don't support.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/17 06:00:44

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

Log message:
Fix checksum logic: in a manual sequence of
make extract; make patch; make configure; make;
the checksum will only be checked ONCE (before extract), and not
every step of the way...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/17 06:02:07

Modified files:
	gnu/usr.bin/sudo/sudo: sudo.8 

Log message:
Grammar


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/17 06:15:46

Modified files:
	sys/kern       : subr_extent.c 

Log message:
Always check that the start of our candidate region is within the
bounds of "substart" and "subend".


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/17 07:44:03

Modified files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h 
	                                            xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m88k: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd-be.h 
	                                                 openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/ns32k: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/pa: openbsd.h 
	                                               xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/rs6000: openbsd.h 
	                                                   xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/vax: openbsd.h 
	                                                xm-openbsd.h 

Log message:
Tweak comments style and add FSF copyright...


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/17 11:03:48

Modified files:
	sbin/umount    : umount.c 

Log message:
try harder to match the mntonname with the name we are trying to unmount


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 11:09:55

Modified files:
	sys/netinet    : ip_cast.c ip_cast.h ip_castsb.h 

Log message:
indent; remove local types


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 11:10:08

Modified files:
	sys/netinet    : ip_rmd160.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 11:10:24

Modified files:
	sys/netinet    : ip_sha1.c ip_sha1.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 11:10:38

Modified files:
	sys/netinet    : ip_esp.h ip_ip4.h ip_ipsp.h 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 13:38:08

Modified files:
	distrib/sets/lists/base: md.amiga md.arc md.hp300 md.i386 
	                         md.mac68k md.mvme68k md.mvme88k md.pmax 
	                         md.sparc 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 13:39:18

Modified files:
	sys/conf       : files 
	sbin/ipsecadm  : ipsecadm.1 ipsecadm.c 
	sys/netinet    : ip_esp.h ip_esp_new.c ip_ipsp.h 
Added files:
	sys/netinet    : ip_skipjack.c ip_skipjack.h 

Log message:
ipsec skipjack, based on free .fi code (some .gov type will test this for me)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/17 13:40:33

Modified files:
	sys/arch/hppa/include: trap.h 
Removed files:
	sys/arch/hppa/include: break.h 

Log message:
join


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 13:54:02

Modified files:
	sys/arch/i386/include: exec.h 

Log message:
elf for freebsd; chris@dqc.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 14:07:42

Modified files:
	sys/arch/i386/include: exec.h 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/17 15:13:38

Modified files:
	sys/arch/hppa/include: exec.h 

Log message:
pa-risc elf definitions, including hp and hp-ux extensions. multi-include protection


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/17 15:29:20

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

Log message:
no more break.h


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/17 15:58:07

Modified files:
	sys/arch/hppa/include: exec.h 

Log message:
add document url


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1999/02/17 16:27:09

Modified files:
	share/ipf      : nat.2 

Log message:
reflect new behavior


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 16:27:39

Modified files:
	sys/kern       : kern_sig.c 

Log message:
missing spl; christos


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/17 16:45:15

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

Log message:
Define NO_SHARED_LIBS for those archs that do not support shared libs;
When selecting a packing list choose in order:
o PLIST.<arch>
o PLIST.noshared if NO_SHARED_LIBS is defined
o PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/17 16:47:48

Added files:
	lang/tcl80/pkg : PLIST.noshared 
Removed files:
	lang/tcl80/pkg : PLIST.alpha 

Log message:
replace PLIST.alpha with PLIST.noshared


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 16:50:38

Modified files:
	usr.bin/netstat: inet.c 

Log message:
print ips_rcvmemdrop


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 16:51:12

Modified files:
	sys/netinet    : in.h ip_input.c ip_var.h 

Log message:
add fragment flood protection; configureable using sysctl ip.maxqueue


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/17 16:52:56

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

Log message:
oops: left out .endif in a cut/paste


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 17:01:39

Modified files:
	sys/kern       : kern_sig.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/17 17:01:48

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

Log message:
use NO_SHARED_LIBS in lib-depends target instead of
testing specifically for the alpha


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 17:26:40

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/17 17:50:46

Modified files:
	usr.sbin/ppp/ppp: auth.c auth.h chap.c chap.h chap_ms.c 
	                  chap_ms.h command.c datalink.c lcp.c lcp.h 
	                  ppp.8 

Log message:
Fully support both NT and LANMan CHAP type 0x80 as both
authenticator and authenticatee.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/17 18:15:35

Modified files:
	sysutils/lsof  : Makefile 

Log message:
do not install lsof sgid to kmem


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/17 18:28:31

Modified files:
	lang/tcl80     : Makefile 

Log message:
use NO_SHARED_LIBS to determine config


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/02/17 19:25:39

Modified files:
	.              : checklist.html 

Log message:
update checklist; use NO_SHARED_LIBS instead of check for alpha;
note the use of PLIST.noshared in addition to PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/17 19:37:42

Modified files:
	graphics/ImageMagick: Makefile 
	graphics/ggi   : Makefile 
	graphics/gii   : Makefile 
	graphics/gimp  : Makefile 
	graphics/jpeg  : Makefile 
	graphics/mpeg-lib: Makefile 
	lang/egcs-snapshot: Makefile 
	lang/egcs-stable: Makefile 
	lang/expect    : Makefile 
	lang/guile     : Makefile 
	lang/kaffe1    : Makefile 
	net/rsync      : Makefile 
	print/a2ps     : Makefile 
	security/rsaref: Makefile 
	x11/gtk+       : Makefile 
	x11/lesstif    : Makefile 
	x11/qt         : Makefile 
	x11/tk80       : Makefile 
Added files:
	audio/gsm/pkg  : PLIST.noshared 
	databases/postgresql/pkg: PLIST.noshared 
	devel/libslang/pkg: PLIST.noshared 
	graphics/ImageMagick/pkg: PLIST.noshared 
	graphics/giflib/pkg: PLIST.noshared 
	graphics/gimp/pkg: PLIST.noshared 
	graphics/jpeg/pkg: PLIST.noshared 
	graphics/mpeg-lib/pkg: PLIST.noshared 
	graphics/png/pkg: PLIST.noshared 
	graphics/tiff34/pkg: PLIST.noshared 
	graphics/xpm/pkg: PLIST.noshared 
	lang/expect/pkg: PLIST.noshared 
	lang/guile/pkg : PLIST.noshared 
	mail/faces/pkg : PLIST.noshared 
	misc/amanda/pkg: PLIST.noshared 
	print/a2ps/pkg : PLIST.noshared 
	security/rsaref/pkg: PLIST.noshared 
	www/cgiparse/pkg: PLIST.noshared 
	x11/Xaw3d/pkg  : PLIST.noshared 
	x11/gtk+/pkg   : PLIST.noshared 
	x11/lesstif/pkg: PLIST.noshared 
	x11/qt/pkg     : PLIST.noshared 
	x11/tk80/pkg   : PLIST.noshared 
	x11/xview-lib/pkg: PLIST.noshared 
Removed files:
	audio/gsm/pkg  : PLIST.alpha 
	databases/postgresql/pkg: PLIST.alpha 
	devel/libslang/pkg: PLIST.alpha 
	graphics/ImageMagick/pkg: PLIST.alpha 
	graphics/giflib/pkg: PLIST.alpha 
	graphics/gimp/pkg: PLIST.alpha 
	graphics/jpeg/pkg: PLIST.alpha 
	graphics/mpeg-lib/pkg: PLIST.alpha 
	graphics/png/pkg: PLIST.alpha 
	graphics/tiff34/pkg: PLIST.alpha 
	graphics/xpm/pkg: PLIST.alpha 
	lang/expect/pkg: PLIST.alpha 
	lang/guile/pkg : PLIST.alpha 
	mail/faces/pkg : PLIST.alpha 
	misc/amanda/pkg: PLIST.alpha 
	print/a2ps/pkg : PLIST.alpha 
	security/rsaref/pkg: PLIST.alpha 
	www/cgiparse/pkg: PLIST.alpha 
	x11/Xaw3d/pkg  : PLIST.alpha 
	x11/gtk+/pkg   : PLIST.alpha 
	x11/lesstif/pkg: PLIST.alpha 
	x11/qt/pkg     : PLIST.alpha 
	x11/tk80/pkg   : PLIST.alpha 
	x11/xview-lib/pkg: PLIST.alpha 

Log message:
use NO_SHARED_LIBS instead of test for alpha;
use PLIST.noshared instead of PLIST.alpha


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 21:37:25

Modified files:
	.              : errata.html plus.html security.html 

Log message:
provide ip fragment flood patch


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 21:40:26

Modified files:
	.              : donations.html want.html 

Log message:
more donations


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/17 22:02:24

Modified files:
	.              : mail.html 

Log message:
another mailing list archive


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/17 22:16:07

Modified files:
	.              : donations.html 

Log message:
couple of donations...


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/17 22:44:28

Modified files:
	.              : donations.html 

Log message:
one more...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 01:25:53

Modified files:
	usr.bin/netstat: inet.c 

Log message:
fix netstat -A header


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/18 03:09:05

Modified files:
	share/man/man4 : ipsec.4 

Log message:
The long awaited IPsec intro text


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/18 05:11:54

Modified files:
	x11/blackbox   : Makefile 
	x11/blackbox/files: md5 
	x11/blackbox/pkg: PLIST 

Log message:
Update to 0.50.3


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/18 06:10:55

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

Log message:
add raid, some pseudo-device rearrange, hide local cruft


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/18 06:59:24

Modified files:
	gnu/usr.bin/gcc: configure configure.in 
	gnu/usr.bin/gcc/config/pa: pa.c pa.h t-pa xm-openbsd.h 
Added files:
	gnu/usr.bin/gcc/config/pa: openbsd.h t-openbsd 
Removed files:
	gnu/usr.bin/gcc/config/pa: pa-openbsd.h pa1-openbsd.h 

Log message:
better support for openbsd/hppa, some parts from current egcs-snapshot port; thanks espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 09:56:55

Modified files:
	.              : mail.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/18 12:12:11

Modified files:
	usr.sbin/ppp/ppp: chap.c 

Log message:
Don't expect a chap response if we haven't negotiated
chap 0x80.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/18 12:22:47

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

Log message:
display ${PKGDIR}/MESSAGE after install (if it exists);
use cat(1) instead of more(1), though, so the port need not be
marked as interactive;  problem noted by fgsch@openbsd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/18 12:27:37

Modified files:
	sysutils/lsof  : Makefile 
	sysutils/lsof/files: md5 
	sysutils/lsof/patches: patch-aa 
	sysutils/lsof/pkg: PLIST 
Added files:
	sysutils/lsof/pkg: MESSAGE 

Log message:
update to version 4.40; apply buffer overflow patch;
update packing list; add MESSAGE (displayed after install when
using the bsd.port.mk just checked in) that notes lsof may be
sgid to kmem if 1) you want other than root to use it, and
2) you trust the (un-audited) code


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/18 12:46:20

Modified files:
	usr.sbin/ppp/ppp: chap.c chap.h 

Log message:
Build correctly when -DNOCRYPT is used.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/18 14:26:06

Log message:
    port added; Joe <rys@tir.com> (plus some cleanup)
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Feb-18
    
    N ports/net/sharity-light/Makefile
    N ports/net/sharity-light/files/Makefile.unshlight
    N ports/net/sharity-light/files/md5
    N ports/net/sharity-light/files/unshlight.c
    N ports/net/sharity-light/pkg/COMMENT
    N ports/net/sharity-light/pkg/DESCR
    N ports/net/sharity-light/pkg/PLIST
    N ports/net/sharity-light/patches/patch-ad
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/18 14:29:43

Modified files:
	net            : Makefile 

Log message:
add sharity-light to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/18 15:40:07

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 
	                                                  xm-openbsd.h 

Log message:
Genuine Mc Coys. These files will be in the next snapshot.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 15:56:58

Modified files:
	sys/sys        : socketvar.h 
	sys/kern       : uipc_socket.c uipc_socket2.c 

Log message:
undo select/accept patch, which causes full listen queues apparently


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/18 17:19:53

Modified files:
	share/man/man4 : raid.4 

Log message:
We are OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 17:28:37

Modified files:
	usr.bin/file   : file.c 

Log message:
broken usage line


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/18 17:45:09

Modified files:
	lib/libdes     : set_key.c 

Log message:
when checking for weak keys, compare sizeof(des_cblock) bytes, not sizeof(key) bytes


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/18 17:48:20

Modified files:
	sys/netinet/libdeslite: set_key.c 

Log message:
when checking for weak keys compare sizeof(des_cblock) bytes insetad of sizeof(key) bytes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 19:15:11

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
shorten AEON name


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 19:16:30

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 19:16:44

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 19:52:21

Added files:
	sys/dev/pci    : aeon.c aeonreg.h aeonvar.h 

Log message:
invertex aeon driver base


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 19:52:26

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

Log message:
connect aeon


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 19:54:40

Modified files:
	sys/vm         : vm_page.c vm_page.h 
	sys/dev/pci    : brooktree848.c 

Log message:
make vm_page_alloc_contig() a std function


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/18 21:32:52

Modified files:
	gnu/usr.bin/sudo/sudo: check.c compat.h config.h find_path.c 
	                       getspwuid.c goodpath.c ins_2001.h 
	                       ins_classic.h ins_csops.h ins_goons.h 
	                       insults.h interfaces.c logging.c 
	                       options.h parse.c parse.lex parse.yacc 
	                       pathnames.h sudo.8 sudo.c sudo.h 
	                       sudo_setenv.c sudoers.5 tgetpass.c 
	                       version.h 
	gnu/usr.bin/sudo/visudo: visudo.8 visudo.c 

Log message:
sudo 1.5.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/18 22:01:49

Modified files:
	graphics/ImageMagick: Makefile 
	graphics/ImageMagick/files: md5 
	graphics/ImageMagick/pkg: PLIST PLIST.noshared 

Log message:
update to 4.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/18 22:55:46

Modified files:
	mail/adcomplain: Makefile 
	mail/adcomplain/files: md5 

Log message:
update to 3.49; op21@squish.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 23:31:42

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
new usr modem


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 23:31:45

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/18 23:34:09

Modified files:
	.              : errata.html plus.html security.html 

Log message:
new, including 2nd rev accept() patch


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/19 03:49:20

Modified files:
	usr.sbin/ppp/ppp: auth.c 

Log message:
Be a little more verbose about dodgy looking authentication
packets before dropping them in the bit-bucket.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/19 08:06:53

Modified files:
	sys/sys        : socketvar.h 
	sys/kern       : uipc_socket.c uipc_socket2.c 

Log message:
fixed patch for accept/select race; mycroft@netbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/19 10:15:45

Modified files:
	sys/sys        : mount.h 
	sys/kern       : vfs_subr.c 

Log message:
add vfs_register and vfs_unregister functions


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/19 10:17:49

Modified files:
	sys/sys        : lkm.h 
	sys/kern       : kern_lkm.c 

Log message:
Change the vfs lkm interface do it takes a full struct vfsconf instead of
only struct vfsops.
Use the new vfs_register and vfs_unregister in the vfs lkms.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/19 10:26:18

Modified files:
	sys/msdosfs    : msdosfs_lookup.c 

Log message:
Fix a bug where the root directory could look corrupted on FAT12.
I'm not sure if this fix is correct but: some comments in the code say that
it should be done this way, it fixes the particular problem, it doesn't break
anything else, noone who got the diff complained (in two months).


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/19 10:32:39

Modified files:
	sys/arch/i386/i386: mainbus.c 

Log message:
This should be NISADMA, not NISA.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/19 11:02:49

Modified files:
	sys/kern       : vfs_init.c 

Log message:
use vfs_register instead of the ugly hack to build vfsconf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/19 12:15:09

Modified files:
	usr.bin/top    : top.1 
	usr.bin/systat : systat.1 

Log message:
Xr


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/19 12:21:42

Modified files:
	sys/vm         : vm_glue.c 
	sys/kern       : kern_fork.c 

Log message:
Allocate the u-area early in fork1 instead of in vm_fork.
Now we can return ENOMEM instead of doing a panic when we run out of memory.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/19 12:50:45

Modified files:
	sys/netinet    : ip_input.c 

Log message:
ipq locking


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/19 13:52:23

Modified files:
	sys/netinet    : fil.c 

Log message:
fix definition of plen for ICMP (ping -s73 problem)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/19 14:34:20

Modified files:
	.              : errata.html plus.html security.html 

Log message:
new, including more security advisories


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/19 16:26:49

Modified files:
	shells/bash    : Makefile 

Log message:
mark as broken with note to see bash2


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/19 17:41:54

Modified files:
	archivers/gshar+gunshar: Makefile 

Log message:
distfiles moved


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/19 17:42:30

Modified files:
	misc/screen    : Makefile 
	misc/screen/files: md5 
	misc/screen/patches: patch-ae 
	misc/screen/pkg: PLIST 

Log message:
Update to 3.7.6. work by bsmith@bfmni.com.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/19 17:45:56

Removed files:
	misc/screen/patches: patch-af 

Log message:
removed unneeded patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/19 18:15:13

Modified files:
	usr.sbin/ppp/ppp: auth.c chap.c pap.c 

Log message:
Handle empty PAP & CHAP packets (containing only an FSM header).
Some CHAP implementations send no welcome message with their
SUCCESS/FAILURE packets.  This was being mis-identified as
a truncated packet by the new authentication code :-(


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/19 18:49:13

Modified files:
	shells/bash2   : Makefile 
	shells/bash2/files: md5 
	shells/bash2/patches: patch-aa patch-ab 
	shells/bash2/pkg: PLIST 

Log message:
update to 2.03; distfiles moved


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/19 21:26:14

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h t-openbsd 
	                                            t-openbsd-thread 
	                                            xm-openbsd.h 
	lang/egcs-snapshot/files/config/libstdc++/config: openbsd.ml 
	                                                  openbsd.mt 

Log message:
This does match what the FSF took in.
If you're wondering about the added blank lines at the end
of all Makefile fragments, just think how it will look when it is
inserted in the Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/19 22:53:32

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

Log message:
fix library search problem; the linker would stop searching
for shared libs when the first was found... thus it would miss a
newer version found later in the search path


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 11:59:26

Modified files:
	bin/ls         : extern.h ls.1 ls.c ls.h print.c util.c 

Log message:
add -x, -p, and -m options, based on netbsd work


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 12:00:12

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
flesh


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/20 12:00:40

Modified files:
	usr.bin/less   : less.h os.c prompt.c 

Log message:
First step at supporting files > 2gig.  Use off_t as POSITION
and replace get_maxlong() with a get_maxpos() and modify percentage()
appropriately.  There are still problems seeking to the end of a large
file and line numbers should probably be 64bit (or at the very least
unsigned).  This has been sitting in my tree for quite some time now
so I am committing what I have now since I don't know when I'll have
a chance to really finish it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 12:00:46

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 12:01:18

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
a isapnp pcic


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 12:01:25

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/20 13:26:22

Added files:
	sys/arch/hppa/conf: GENERIC 

Log message:
first approximation for the GENERIC


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 14:22:35

Modified files:
	sbin/photurisd : kernel.h 

Log message:
skipjack at id 19


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 14:46:06

Modified files:
	sbin/dump      : main.c tape.c 

Log message:
quit() wants the \n


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/20 15:43:53

Modified files:
	sys/arch/kbus/include: ansi.h 

Log message:
make _BSD_TIME_T_ int like everyone else...


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/20 17:01:32

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

Log message:
Follow up on espie suggestion: don't allow package registration
(following installation) if the COMMENT exceeds 60 characters


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 17:05:15

Modified files:
	sys/dev/pci    : aeon.c aeonreg.h aeonvar.h 

Log message:
use src/dst descriptor chaining out of an mbuf


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/20 17:07:16

Modified files:
	sbin/dump      : tape.c 

Log message:
some -Wall


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/20 17:26:24

Modified files:
	x11/piewm      : Makefile 

Log message:
update makefile; verify sources still available;
verify port still builds


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/20 17:50:29

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

Log message:
internalize NEED_VERSION sub macros to avoid getting tangled with
user macros.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/20 18:01:52

Modified files:
	news/plor      : Makefile 
	news/plor/files: md5 

Log message:
update to 0.3.2; change master site directory;
remove master sites that do not have this code;
verify port builds, installs, and uninstalls


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/20 18:04:59

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
Make sure NO_SHARED_LIBS is obeyed.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/20 19:50:05

Modified files:
	usr.bin/telnet : telnet.1 

Log message:
note that the escape character brings you to command mode of the telnet process
with the controlling terminal, and that the `send escape' command should be
used to jump to command mode in subsequent telnet processes on remote hosts


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/20 21:01:47

Modified files:
	sys/netinet    : ip_input.c 

Log message:
split ipintr() to create new ipv4_input() for tunnels; NRL


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/20 21:26:17

Modified files:
	audio/gsm      : Makefile 
	databases/postgresql: Makefile 
	devel/libslang : Makefile 
	graphics/ImageMagick: Makefile 
	graphics/ggi   : Makefile 
	graphics/giflib: Makefile 
	graphics/gii   : Makefile 
	graphics/gimp  : Makefile 
	graphics/jpeg  : Makefile 
	graphics/mpeg-lib: Makefile 
	graphics/png   : Makefile 
	graphics/tiff34: Makefile 
	graphics/xpm   : Makefile 
	lang/egcs-stable: Makefile 
	lang/expect    : Makefile 
	lang/guile     : Makefile 
	lang/kaffe1    : Makefile 
	lang/tcl80     : Makefile 
	mail/faces     : Makefile 
	misc/amanda    : Makefile 
	net/rsync      : Makefile 
	print/a2ps     : Makefile 
	security/rsaref: Makefile 
	www/cgiparse   : Makefile 
	x11/Xaw3d      : Makefile 
	x11/gtk+       : Makefile 
	x11/lesstif    : Makefile 
	x11/qt         : Makefile 
	x11/tk80       : Makefile 
	x11/xview-lib  : Makefile 

Log message:
needs version 1.64 (or later) of bsd.port.mk
to build/install correctly; PLIST.noshared


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/02/20 23:00:46

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	www
Changes by:	smurph@cvs.openbsd.org	1999/02/20 23:42:28

Modified files:
	.              : mvme88k.html want.html 

Log message:
mvme88k updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/21 01:28:00

Modified files:
	bin/csh        : csh.c 

Log message:
NUL not NULL


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/21 01:28:16

Modified files:
	usr.bin/write  : write.c 

Log message:
vis() buf overflow


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/21 01:30:00

Modified files:
	libexec/comsat : comsat.c 

Log message:
vis() buf overflow


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/21 02:13:02

Modified files:
	archivers/bzip2: Makefile 

Log message:
Install bzcat, bzcat.1 and bzip2recover.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 11:55:00

Modified files:
	faq            : index.html 

Log message:
Initial cleanup, some typos, more links, indent,...


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 11:55:35

Modified files:
	faq            : faq1.html 

Log message:
Initial cleanup, some typos, added more links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 11:56:18

Modified files:
	faq            : faq2.html 

Log message:
Initial cleanup, some typos, added more links


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/21 13:26:39

Modified files:
	news/leafnode  : Makefile 
	news/leafnode/files: md5 
	news/leafnode/patches: patch-aa patch-ac patch-ad 
	news/leafnode/pkg: PLIST 
Removed files:
	news/leafnode/patches: patch-ae patch-af 

Log message:
update to version 1.9; Bob Pepin <bob@sendar.prophecy.lu>


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:41:22

Modified files:
	faq            : faq1.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:41:55

Modified files:
	faq            : faq2.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:42:31

Modified files:
	faq            : faq3.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:43:02

Modified files:
	faq            : faq4.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:43:33

Modified files:
	faq            : faq5.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:44:05

Modified files:
	faq            : faq6.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/02/21 14:44:32

Modified files:
	faq            : faq7.html 

Log message:
Changed layout and added links


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/02/21 16:11:05

Modified files:
	usr.sbin/ipsend/ipresend: Makefile 

Log message:
List the source files, not the object files


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/21 16:28:05

Log message:
    add gd port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad-1999-02-21
    
    N ports/graphics/gd/Makefile
    N ports/graphics/gd/files/md5
    N ports/graphics/gd/pkg/COMMENT
    N ports/graphics/gd/pkg/DESCR
    N ports/graphics/gd/pkg/PLIST
    N ports/graphics/gd/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/21 16:44:12

Modified files:
	graphics       : Makefile 

Log message:
add gd to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/21 17:43:55

Modified files:
	sys/kern       : sysv_shm.c 

Log message:
We don't need a second prototype for shmexit


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/21 21:52:23

Modified files:
	emulators/bochs: Makefile 
	emulators/bochs/files: md5 
	emulators/bochs/patches: patch-aa patch-ab 
	emulators/bochs/pkg: PLIST 

Log message:
upgrade to bochs-990219a


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/21 22:13:34

Modified files:
	net/proftpd    : Makefile 
	net/proftpd/files: md5 
	net/proftpd/patches: patch-aa patch-ad patch-ae patch-af 
	net/proftpd/pkg: PLIST 
Removed files:
	net/proftpd/patches: patch-ab patch-ac 

Log message:
upgrade to proftpd-1.2.0pre2


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/22 19:44:21

Modified files:
	sys/netinet    : ip_blf.c 

Log message:
Fix an endianness problem (not an issue in libc).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/22 20:06:11

Modified files:
	share/man/man4 : ksyms.4 

Log message:
remove pasto and change ksyms to /dev/ksyms


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/22 20:33:26

Modified files:
	mail/fetchmail : Makefile 
	mail/fetchmail/files: md5 

Log message:
Update to 4.7.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/22 20:47:15

Modified files:
	mail/popclient : Makefile 

Log message:
verify sources, build, install, and uninstall


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/22 20:49:51

Modified files:
	share/man/man4 : ipsec.4 

Log message:
Remove references to PF_ENCAP.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:10:13

Modified files:
	sys/arch/i386/i386: apm.c machdep.c 
	sys/arch/i386/include: cpu.h 

Log message:
apm battery status messages now suppressed until battery life
falls below 'machdep.apmwarn' percent.  This defaults to 10 percent


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:17:34

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

Log message:
document power status messages supressed until the
battery life falls below machdep.apmwarn


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:18:54

Modified files:
	share/man/man4/man4.i386: apm.4 

Log message:
document power status messages supressed until the
battery life falls below machdep.apmwarn


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:20:27

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

Log message:
add machdep.apmwarn to doc


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:23:26

Modified files:
	etc/etc.i386   : sysctl.conf 

Log message:
add machdep.apmwarc (commented out) so people know where
to change it if they so desire


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:24:10

Modified files:
	lang/python    : Makefile 

Log message:
verify sources, build, install, and uninstall


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/22 21:45:56

Modified files:
	sysutils/rtty  : Makefile 
	sysutils/rtty/pkg: PLIST 

Log message:
verify sources, build, install, and uninstall;
update Makefile and packing list


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/22 22:04:28

Modified files:
	sys/netinet    : ip_blf.c 

Log message:
Turns out the patch didn't fix the problem. Reverting to old code.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/22 22:14:46

Modified files:
	sys/netinet    : ip_blf.c 

Log message:
This one seems to work, at least in the direction Sparc->i386.

Btw, for all the curious souls, I am in Canada at the moment (land of
free commits).


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/22 22:15:10

Modified files:
	sys/netinet    : ip_blf.h 

Log message:
Forgot this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/02/22 23:02:34

Modified files:
	print/lyx      : Makefile 
	print/lyx/pkg  : PLIST 
	print/lyx/files: md5 

Log message:
update to 1.0.0


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 00:40:29

Modified files:
	sbin/savecore  : savecore.c savecore_old.c 

Log message:
do not print multiple \n in kernel version number printout,
and vis the panicstr


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 00:48:13

Modified files:
	.              : want.html 

Log message:
we seriously need alpha hardware


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 00:50:46

Modified files:
	etc/root       : root.mail 

Log message:
people keep mailing custom kernel output to dmesglog. do not do that, it is less useful!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/23 02:20:20

Modified files:
	gnu/usr.bin/gcc: configure.in configure 

Log message:
Add openbsd changes directly to configure.in,
rebuild configure using latest autoconf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/23 02:25:56

Removed files:
	lang/egcs-snapshot/files/config/gcc/config: openbsd.h t-openbsd 
	                                            t-openbsd-thread 
	                                            xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/alpha: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/i386: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/m68k: openbsd.h 
	                                                 xm-openbsd.h 
	lang/egcs-snapshot/files/config/gcc/config/sparc: openbsd.h 
	                                                  xm-openbsd.h 
	lang/egcs-snapshot/files/config/libstdc++/config: openbsd.ml 
	                                                  openbsd.mt 
	lang/egcs-snapshot/patches: patch-core-config.open 
	                            patch-core-pa-guess 
	                            patch-g++-libshared.open 

Log message:
Kill files that are now part of the latest snapshot


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/23 02:28:24

Modified files:
	lang/egcs-snapshot: Makefile README 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/patches: patch-g77-doc-eg77 

Log message:
Then upgrade to 980221 snapshot


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/23 03:42:09

Modified files:
	net/rsync      : Makefile 

Log message:
Kill --enable-shared.
To make a long story short, it was just your standard port cut&paste
(it isn't needed, but it can't hurt you, and may even help updating the
port).

Since it does seem to trip Marco, and may be scanned for by people with
shared library problems, it's probably better to kill it.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/23 03:58:28

Modified files:
	share/man/man4 : ddb.4 

Log message:
Spell `algorithm' (no, it's not derived from the greek `algo', and `rythm',
however painful it may be)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/23 09:54:49

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
Split up tests to post-build.
Assert LD_LIBRARY_PATH, try to avoid tripping up on gcc 2.8.1 libstdc++
while doing the tests...


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/23 11:17:20

Modified files:
	sys/kern       : kern_fork.c 

Log message:
Ooops! Move the allocation of the U area to after the limits checks.
That was a memory leak.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/23 11:24:51

Modified files:
	usr.bin/make   : make.1 

Log message:
Document the other side of .MAIN


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/23 11:50:22

Modified files:
	sys/kern       : kern_fork.c 

Log message:
Allow up to 5 (was 1) root processes when the process limit is reached.
This gives root a bigger chance to fix any problem that caused the limit
to be reached.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/23 11:55:09

Modified files:
	sys/kern       : kern_fork.c 

Log message:
update the comment about number of allowed processes


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/23 13:04:37

Modified files:
	sbin/ping      : ping.c 

Log message:
Fix a buffer overrun with very large ICMP packets.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/23 14:06:07

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

Log message:
Do a better job of reinitializing it the xl is found in powered down state.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/23 14:18:28

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

Log message:
Make ampwarn access conditional upon NAPM so kernels that do
not define the apm device build again (sorry)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 14:27:16

Modified files:
	usr.bin/rdist  : client.c 

Log message:
Check lp->target for NULL, not *lp->target as required by dynamic allocation introduce in rev 1.8


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/23 14:28:00

Modified files:
	gnu/usr.bin/gcc/config/pa: xm-openbsd.h 
Added files:
	gnu/usr.bin/gcc/config: xm-openbsd.h 

Log message:
Add common xm-openbsd.h fragment, to be used by all archs to avoid
unpleasant surprises (like being mistaken for SysV).

So far, pa is the only arch that uses it.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/23 14:55:30

Modified files:
	sys/netns      : ns_cksum.c 

Log message:
self prototype is needed to compile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/23 14:59:41

Log message:
    add mrtg port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-02-23
    
    N ports/net/mrtg/Makefile
    N ports/net/mrtg/files/md5
    N ports/net/mrtg/pkg/COMMENT
    N ports/net/mrtg/pkg/DESCR
    N ports/net/mrtg/pkg/PLIST
    N ports/net/mrtg/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/23 15:12:44

Modified files:
	net            : Makefile 

Log message:
add mrtg to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 15:40:56

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
4 more rhineII and 8139 clones


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 15:41:16

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/23 15:43:25

Modified files:
	net/mrtg       : Makefile 
	net/mrtg/files : md5 

Log message:
update to mrtg 2.6.6


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/23 16:44:50

Modified files:
	sys/arch/sparc/dev: hme.c hmevar.h 

Log message:
better promisc and allmulti handling


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/23 16:47:49

Modified files:
	sys/arch/sparc/dev: spif.c spifreg.h 

Log message:
Better register definitions and attach printing knit


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/23 16:54:19

Modified files:
	bin/ls         : Makefile ls.c 
Added files:
	bin/ls         : main.c 

Log message:
Break out main to an own file so we can include ls in ftpd.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 17:20:10

Modified files:
	sys/dev/pci    : if_rl.c if_vr.c 

Log message:
why do new manufacturers make identical products, but change the vendor field?


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/23 19:09:32

Modified files:
	distrib/notes/sparc: hardware 

Log message:
Make a little less ambiguous about whether we support qfe


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/23 19:25:56

Log message:
    add Squid 2.1 port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-02-23
    
    N ports/www/squid21/Makefile
    N ports/www/squid21/pkg/COMMENT
    N ports/www/squid21/pkg/DESCR
    N ports/www/squid21/pkg/INSTALL
    N ports/www/squid21/pkg/PLIST
    N ports/www/squid21/patches/patch-ai
    N ports/www/squid21/patches/patch-ak
    N ports/www/squid21/patches/patch-al
    N ports/www/squid21/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/23 21:29:08

Modified files:
	net/wget       : Makefile 
	net/wget/files : md5 
Removed files:
	net/wget/patches: patch-ab 

Log message:
Update to 1.5.3. Change master site directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/02/23 21:36:47

Modified files:
	sys/netinet6   : icmpv6_var.h in6.c in6.h in6_pcb.c in6_proto.c 
	                 in6_var.h ipv6_addrconf.c ipv6_discovery.c 
	                 ipv6_icmp.c ipv6_icmp.h ipv6_input.c 
	                 ipv6_output.c ipv6_rtrequest.c ipv6_trans.c 
	                 ipv6_var.h raw_ipv6.c 

Log message:
Synchronized changes needed to integrate into OpenBSD with the NRL source
tree so we can have a unified netinet6 directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/02/23 21:39:40

Modified files:
	sys/netinet    : in.h 

Log message:
Added in.h definitions required by IPv6 Basic API and Advanced API specs, and
a few extras that are just plain useful. Note that I used u_intxx_t instead of
the POSIX p1003.1g uintxx_t that those specs mandate, so as to not increase the
number of outside symbol definitions that in.h depends on.


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/02/23 21:43:19

Added files:
	sys/netinet6   : debug.h osdep.h 

Log message:
Added extra files


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/02/23 21:46:20

Added files:
	sys/netinet6   : debug_inet6.c debug_inet6.h 

Log message:
Added support files needed by the NRL code.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/23 22:12:29

Modified files:
	sys/arch/pmax/compile: .cvsignore 

Log message:
add release kernels and friends


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 22:36:11

Modified files:
	lib/libcurses  : curses.h curses.priv.h 
	lib/libcurses/tinfo: setbuf.c 

Log message:
ncurses-990213


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/23 22:37:10

Modified files:
	mail/fetchmail/pkg: PLIST 

Log message:
Oops, I missed this one. Update @name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/23 22:51:20

Modified files:
	net/wget/pkg   : PLIST 

Log message:
Remove wget.1 from the package list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/23 23:07:26

Modified files:
	www/analog     : Makefile 
	www/analog/files: md5 
	www/analog/patches: patch-aa patch-ab patch-ac 
	www/analog/pkg : PLIST 

Log message:
Update to 3.11. Change master sites.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/23 23:09:46

Modified files:
	sys/dev/pci    : aeon.c aeonreg.h aeonvar.h 

Log message:
handle scatter-gather, seperate src/dst mbuf, etc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 23:30:53

Modified files:
	lib/libform    : fld_opts.c frm_opts.c 

Log message:
updates from ncurses-4.2-990220


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 23:31:12

Modified files:
	lib/libcurses  : Makefile curses.h curses.priv.h term_entry.h 
	                 tic.h 
	lib/libcurses/base: MKkeyname.awk define_key.c keyok.c 
	                    lib_set_term.c tries.c 
	lib/libcurses/doc: hackguide.html ncurses-intro.html 
	lib/libcurses/tinfo: comp_parse.c lib_acs.c lib_options.c 
	                     make_keys.c 
Added files:
	lib/libcurses  : keybound.3 
	lib/libcurses/base: keybound.c 
	lib/libcurses/tinfo: init_keytry.c 
	lib/libcurses/trace: trace_tries.c 

Log message:
ncurses-4.2-990220; this is a pre-release of 5.0


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 23:33:15

Modified files:
	lib/libcurses  : curses.h 

Log message:
This is 5.0, not 4.2


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 23:37:12

Modified files:
	lib/libmenu    : m_item_opt.c m_opts.c 

Log message:
updates from ncurses-4.2-990220


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/23 23:38:24

Modified files:
	usr.bin/tic    : tic.c 

Log message:
updates from ncurses-4.2-990220


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/23 23:57:46

Modified files:
	sys/arch/sparc/dev: qe.c qevar.h 

Log message:
better promisc & allmulti handling


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/02/24 00:36:02

Modified files:
	sys/scsi       : scsiconf.c 

Log message:
Zip250 doesn't do modesense, either.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 01:22:32

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

Log message:
stderr is not always unbuffered... only initially; kleink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 01:33:46

Modified files:
	lib/libm/man   : hypot.3 

Log message:
doc cabsf; christos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 01:41:07

Modified files:
	usr.sbin/pppd/chat: chat.8 

Log message:
keep example on one line; ross@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 02:51:12

Modified files:
	sbin/nfsd      : nfsd.c 

Log message:
let it die nice from SIGTERM; fvdl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 03:21:21

Modified files:
	gnu/libexec/uucp/cu: cu.c 

Log message:
broken send file function fix, Frederick Bruckman, netbsd pr 6834


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 03:25:46

Modified files:
	usr.bin/find   : find.1 

Log message:
-{a,c,m}min are extensions to posix


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/24 05:05:08

Modified files:
	lang/egcs-snapshot/files/config/gcc/config/mips: openbsd.h 

Log message:
Ironing out details


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 05:31:31

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

Log message:
fix -R option; hugh


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/24 05:34:46

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

Log message:
Declare phony target as phony targets. This may avert a few subtle bugs,
and it documents behavior as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/24 09:31:17

Modified files:
	usr.bin/systat : systat.1 

Log message:
cpu -> CPU


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/24 09:48:02

Modified files:
	bin/ls         : ls.c 

Log message:
save cpu cycles by being more sensible about how we check conditionals


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/24 10:00:02

Modified files:
	libexec/fingerd: fingerd.c 

Log message:
fowarding -> forwarding


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 11:35:56

Modified files:
	sbin/ipnat     : ipnat.8 

Log message:
172.16/12 -- fix end of range; hugh


CVSROOT:	/cvs
Module name:	www
Changes by:	kjell@cvs.openbsd.org	1999/02/24 12:18:16

Modified files:
	faq            : faq10.html index.html 

Log message:
Added 10.3 - how do I duplicate a filesystem


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/24 12:51:26

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

Log message:
man page fix; markus.friedl@informatik.uni-erlangen.de


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/24 13:14:55

Modified files:
	usr.sbin/config: Makefile.boot 

Log message:
We are OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/02/24 13:15:49

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

Log message:
Do not include @name or @cwd in packing lists created by the plist target;
they are not necessary as the proper names are generated when
the package is installed; including them only adds work as they
must be verified and changed when the port changes; thanks to
fgsch@ for bringing this up


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 13:40:49

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/24 14:02:43

Modified files:
	sbin/ping      : ping.c 

Log message:
fix default payload alignment error; hugh@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 14:24:50

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
for things like "ifconfig xx0 up", do not automatically set an address.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 14:26:04

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
only allow src, dst address, not things like "ifconfig xx0 1 2 3 4 5 6"


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/24 14:33:27

Modified files:
	graphics/ImageMagick/files: md5 

Log message:
update to the latest version of 4.2.0... The developer says:
If you look at the ImageMagick/magick/version.h file you will
see that the release date is March 1, 1999.  This means the files can and
will change until that date (the official release date).  Once March 1
comes and goes there will be no changes to the 4.2.0 release and I will
start working on 4.2.1.  So for porters the best thing to do is to always
release one version back or look at the release date and not use the
release until that date.
So it may change yet again.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/24 15:03:26

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

Log message:
more stuff, also irq attribute for mainbus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 15:05:15

Modified files:
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/include: specialreg.h 

Log message:
pIII handling; testing by jdb@layer8.net


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:19:23

Modified files:
	sys/kern       : uipc_domain.c 

Log message:
Disable encap domain.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:22:36

Modified files:
	sys/sys        : socket.h 
Added files:
	sys/sys        : osdep.h 

Log message:
Changes to socket.h to include union sockaddr_union, temporarily add osdep.h,
until pfkey files are cleaned up.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:33:10

Modified files:
	sys/netinet    : in_pcb.c in_proto.c ip_ah.c ip_ah.h ip_ah_new.c 
	                 ip_ah_old.c ip_esp.c ip_esp.h ip_esp_new.c 
	                 ip_esp_old.c ip_ip4.c ip_ip4.h ip_ipsp.c 
	                 ip_ipsp.h ip_output.c 

Log message:
Remove encap.h include; saner debugging printfs; fix buglets; work with
pfkeyv2.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:35:27

Modified files:
	sys/net        : route.c 

Log message:
Work with pfkey instead of pfencap


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:36:05

Modified files:
	sys/net        : pfkeyv2.h 
Added files:
	sys/net        : pfkey.c pfkeyv2.c pfkeyv2_parsemessage.c 

Log message:
PF_KEY_V2, with local extensions for SPD management.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:36:21

Removed files:
	sys/net        : encap.c encap.h 

Log message:
Not used anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:36:43

Modified files:
	sys/conf       : GENERIC files 

Log message:
Add option KEY in GENERIC, and update files.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:38:23

Modified files:
	sys/conf       : files 

Log message:
Don't include skipjack twice.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:53:49

Modified files:
	sbin/ipsecadm  : Makefile ipsecadm.1 ipsecadm.c 
Removed files:
	sbin/ipsecadm  : kernel.c xf_ah_new.c xf_ah_old.c xf_delspi.c 
	                 xf_esp_new.c xf_esp_old.c xf_flow.c xf_grp.c 
	                 xf_ip4.c 

Log message:
Almost rewritten ipsecadm to use pfkey. Error reporting is a bit lacking still.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:54:53

Modified files:
	sbin           : Makefile 

Log message:
Comment out photurisd/isakmpd temporarily, as they have not been
assimilated to PF_KEYv2.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:56:03

Modified files:
	sbin/route     : route.c show.c 

Log message:
Grok PF_KEY.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:56:50

Modified files:
	share/man/man8 : vpn.8 

Log message:
Update the examples to new syntax of ipsecadm.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:57:35

Modified files:
	usr.bin/netstat: inet.c main.c netstat.1 route.c 

Log message:
Grok protocol/address family PF_KEY.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:59:01

Modified files:
	sys/conf       : files 

Log message:
Use net/, not netsec/ for pfkey files.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 15:59:43

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

Log message:
New position for the encdebug variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 16:07:24

Modified files:
	sys/netinet    : ip_esp_new.c ip_ipsp.h 

Log message:
add skipjack support back


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 16:24:57

Modified files:
	.              : errata.html plus.html security.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:32:53

Modified files:
	sbin/ipsecadm  : Makefile ipsecadm.c 
Added files:
	sbin/ipsecadm  : ipsecadm.8 
Removed files:
	sbin/ipsecadm  : ipsecadm.1 

Log message:
Remove unnecessary file, move man page to section 8.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 16:33:11

Modified files:
	gnu/usr.bin/gzip: Makefile 

Log message:
put zegrep and zfgrep in the tree


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:33:12

Modified files:
	share/ipsec    : rc.vpn 

Log message:
Update script.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:33:24

Modified files:
	share/man/man4 : ipsec.4 

Log message:
Update man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:33:39

Modified files:
	share/man/man8 : vpn.8 

Log message:
Update man page...


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:35:21

Modified files:
	share/man/man8 : vpn.8 

Log message:
Point to ipsecadm(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:35:44

Modified files:
	share/man/man4 : ipsec.4 

Log message:
Point to ipsecadm(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:45:56

Modified files:
	sys/netinet    : ip_ah.c ip_ah.h ip_ah_new.c ip_ah_old.c 
	                 ip_esp.c ip_esp.h ip_esp_new.c ip_esp_old.c 
	                 ip_ip4.c ip_ip4.h ip_ipsp.c ip_ipsp.h 
	                 ip_output.c 

Log message:
Update copyright; remove a few annoying debugging printfs.

Btw, OpenBSD hit 25000 commits a couple commits ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 16:47:19

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Copyright update.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 17:02:28

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Fix bug that didn't allow use of sha1/md5.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/24 17:20:54

Modified files:
	sbin/ipf       : ipf.8 

Log message:
Moved to section 8. change title.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/24 17:29:55

Modified files:
	sbin/ipnat     : ipnat.8 

Log message:
Moved to section 8. Changed title and incorrect reference to ipf(1).


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/02/24 18:08:40

Modified files:
	share/man/man8 : vpn.8 

Log message:
change ipf(1) references to ipf(8)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 18:19:08

Modified files:
	sys/sys        : socket.h 

Log message:
sockaddr_union cannot be declared here, obviously, or in any other file that i know of


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 18:30:50

Modified files:
	sys/netinet    : ip_ipsp.h 

Log message:
Move union sockaddr_union to ip_ipsp.h


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/02/24 18:37:56

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 19:42:30

Removed files:
	sys/sys        : osdep.h 

Log message:
Remove osdep.h dependencies.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 19:48:29

Modified files:
	sys/net        : pfkey.c pfkeyv2.c pfkeyv2_parsemessage.c 

Log message:
Removed osdep.h dependencies.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/24 20:31:35

Modified files:
	sys/sys        : socket.h 

Log message:
rename sysctl names


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/24 20:34:39

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

Log message:
Document name change for sysctl encdebug.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/24 21:14:08

Modified files:
	comms/mgetty+sendfax: Makefile 
	comms/mgetty+sendfax/files: md5 

Log message:
upgrade to mgetty 1.1.20


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/24 21:24:29

Modified files:
	gnu/usr.bin/gzip: Makefile 

Log message:
kill extra gzip.1 in MLINKS and add LINKS and MLINKS for zegrep and zfgrep instead of making extra copies of that script


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/24 21:32:33

Modified files:
	sysutils/setquota: Makefile 

Log message:
BROKEN: port fails to build correctly;
(Command line quota tools)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/24 21:49:59

Modified files:
	net/proftpd    : Makefile 
	net/proftpd/pkg: PLIST 

Log message:
fixup Makefile and PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 00:30:50

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Add missing check for i_ffs_nlink > LINK_MAX; marcs@znep.com


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 03:21:25

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Fix missing include file, after the re-positioning of sockaddr_union


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/25 05:06:51

Modified files:
	usr.sbin/ppp/ppp: bundle.c 

Log message:
Don't immediately bring auto links back up in multilink
mode (when there is more than one auto link) if there is
no data queued to go out.
Reviewed by: Tom Torrance <tom@tomqnx.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/25 05:07:24

Modified files:
	usr.sbin/ppp/ppp: README.changes datalink.c ppp.8 

Log message:
When our dial timeout is ``random'', display its value
correctly by invoking the timer to get the value before
displaying the message.
Don't assume that a value of 0 is ``random'' in
``show datalink''.
Make the random value between 1 and DIAL_TIMEOUT rather
than between 0 and DIAL_TIMEOUT-1


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:17:11

Modified files:
	.              : want.html 

Log message:
correct product numbers for HPPA stuff, add IEEE488 card for 712


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:35:18

Modified files:
	sys/arch/hppa/conf: GECKO 

Log message:
rearrange devices, fix irqs, more comments


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:36:09

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

Log message:
rearrange devices, fix irqs, more comments


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:37:12

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

Log message:
add both audio device types


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:42:43

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

Log message:
specify text start through the -Ttext, fix ld.script accordingly


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/25 09:44:54

Log message:
    Back Orifice client port
    
    Status:
    
    Vendor Tag:	dugsong
    Release Tags:	dugsong_1999_Feb_25
    
    N ports/security/bounix/Makefile
    N ports/security/bounix/pkg/COMMENT
    N ports/security/bounix/pkg/DESCR
    N ports/security/bounix/pkg/PLIST
    N ports/security/bounix/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:46:14

Modified files:
	sys/arch/hppa/conf: DISKLESS 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:48:07

Modified files:
	sys/arch/hppa/conf: GENERIC DISKLESS 

Log message:
pci host adapter is called 'Dino'


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/25 09:55:57

Modified files:
	security       : Makefile 

Log message:
add bounix port


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 09:59:25

Modified files:
	sys/arch/hppa/conf: GENERIC DISKLESS files.hppa 

Log message:
add dino device/attachment; myri is actually on pci


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/25 10:02:35

Log message:
    Raw IP packet construction library
    
    Status:
    
    Vendor Tag:	dugsong
    Release Tags:	dugsong_1999_Feb_25
    
    N ports/net/libnet/Makefile
    N ports/net/libnet/pkg/COMMENT
    N ports/net/libnet/pkg/DESCR
    N ports/net/libnet/pkg/PLIST
    N ports/net/libnet/files/md5
    N ports/net/libnet/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:03:24

Modified files:
	sys/arch/hppa/conf: RAMDISK 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/25 10:05:04

Log message:
    Gateway ACL scanner port
    
    Status:
    
    Vendor Tag:	dugsong
    Release Tags:	dugsong_1999_Feb_25
    
    N ports/net/firewalk/Makefile
    N ports/net/firewalk/pkg/COMMENT
    N ports/net/firewalk/pkg/DESCR
    N ports/net/firewalk/pkg/PLIST
    N ports/net/firewalk/files/md5
    N ports/net/firewalk/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/02/25 10:10:47

Modified files:
	net            : Makefile 

Log message:
add libnet, firewalk ports


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 10:14:13

Modified files:
	sys/dev/isa    : wd.c 

Log message:
Fix autosetting of d_type and d_typename that I introduced in rev
1.36.  Checking wdp_config for WD_CFG_FIXED is incorrect.  Default
to ESDI/IDE if WD_CAP_LBA is set in wdp_capabilities instead.  Also,
set d_typename for non-IDE/ESDI to "ST506/MFM/RLL" not "ST506/MFM/RLL
di" (the latter caused by truncation to 16 characters).


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:18:34

Modified files:
	sys/arch/hppa/conf: GECKO GENERIC 

Log message:
sync and cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:23:34

Modified files:
	sys/arch/hppa/include: cpufunc.h 

Log message:
fix c&p in fice() (s/fdce/fice/); cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:25:10

Modified files:
	sys/arch/hppa/include: iomod.h 

Log message:
comment iomod_command usage


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:26:06

Modified files:
	sys/arch/hppa/include: pte.h 

Log message:
remove unused software bits


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:27:58

Modified files:
	sys/arch/hppa/include: intr.h 

Log message:
better __splhigh(); define INT_NONE for 'no ints allowed'


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:28:58

Modified files:
	sys/arch/hppa/include: autoconf.h 

Log message:
support irq on mainbus


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:32:40

Modified files:
	sys/arch/hppa/include: bus.h 

Log message:
better bus_space_barrier(); proper dma stuff; some more bus tags


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 10:36:53

Modified files:
	sys/arch/hppa/include: pcb.h 

Log message:
flesh pcb out


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/25 10:43:20

Modified files:
	sbin/ipsecadm  : ipsecadm.8 

Log message:
flesh out crypto section with Xr


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/25 10:56:29

Modified files:
	distrib/notes/sparc: hardware 

Log message:
600 status


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/25 10:57:10

Modified files:
	.              : sparc.html 

Log message:
600 status


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/25 11:09:05

Modified files:
	.              : errata.html plus.html security.html 

Log message:
new, including nlink security thingy


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 11:43:47

Modified files:
	sys/netinet    : ip_esp_new.c 

Log message:
Be a bit more paranoid before free'ing memory.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 11:56:49

Modified files:
	sys/net        : route.c 

Log message:
missing ifdef IPSEC


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 12:08:52

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

Log message:
vmapbuf/vunmapbuf


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 12:09:22

Modified files:
	sys/net        : pfkey.c 

Log message:
Unnecessary ifdef


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 12:13:32

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

Log message:
use config_found_sm to allow irq passing in confargs


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 12:16:04

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

Log message:
add irq and dma glues (the green one)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 12:19:21

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

Log message:
print hptm (hpt mask) and vtop (virt to phys has table) registers


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 12:21:16

Modified files:
	sys/netinet    : ip_ip4.c 

Log message:
Clear the DF bit, so packets don't get dropped inside a tunnel.
The real solution is probably to keep soft state; however, it's not
entirely clear what a tunnel's properties with regards to
fragmentation are (it may be considered a infinitely-large MTU pipe).


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 12:22:51

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

Log message:
save 'esym' passed from /boot


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 12:31:57

Modified files:
	sys/arch/hppa/gsc: com_gsc.c 

Log message:
establish irq after MI attach call, some cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/25 13:07:38

Modified files:
	usr.sbin/ppp/ppp: command.c defs.c defs.h modem.c 

Log message:
Parse IP addresses more securely - specifically, don't allow
a bum name to return as 0.0.0.0... we don't want ``delete xxx''
to delete the default route when xxx doesn't resolve.

Support IP number specifications as the host when specifying
a tcp-style device (rather than *just* hostnames).


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 13:11:50

Modified files:
	sys/netinet    : ip_skipjack.c 

Log message:
Use M_XDATA for the key schedule, instead of M_TEMP.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 13:14:46

Modified files:
	sys/netinet    : ip_ah_new.c ip_ah_old.c ip_esp_new.c 
	                 ip_esp_old.c 

Log message:
Bzero key information before free'ing it, just for paranoia's sake.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 13:21:08

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
Print more information in /kern/ipsec


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 13:23:04

Modified files:
	sys/netinet    : ip_esp_new.c 

Log message:
Skipjack key bzero'ing case.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 13:25:03

src/sys/arch/hppa/common

Update of /cvs/src/sys/arch/hppa/common
In directory cvs.openbsd.org:/tmp/cvs-serv4927/common

Log Message:
Directory /cvs/src/sys/arch/hppa/common added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/25 14:01:48

Modified files:
	games/gnuchess/patches: patch-ab 

Log message:
patch update from op21@squish.org (thanks)
["Classic" Gnu Chess]


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 14:07:49

Modified files:
	sys/arch/hppa/gsc: gscbus.c gscbusvar.h 

Log message:
chipset-independant irq establishing/handling code; dummy dma stuff


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/25 14:10:23

Modified files:
	databases/p5-DBD-Pg: Makefile 

Log message:
configure fix from op21@squish.org
This port is still using old code, though -- any volunteers?
[provides access to PostgreSQL databases through the DBI]


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 14:17:25

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

Log message:
fix /boot arguments mapping.
now fully trust bootargv value passed from the /boot
towards where in the physical memory they are located.
adjust available memory accordingly.
there is a mail coming into misc@ about this patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 14:40:17

Modified files:
	include        : stdlib.h 
	lib/libc/gen   : getcap.3 getcap.c 

Log message:
constify getcap(3).  This fixes a warning in libcurses and doesn't
really change the API since those parameters that was been constified
really are not modified by getcap(3) routines.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/25 14:59:50

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

Log message:
mib for pf_key is PF_KEY not PF_KEY_V2


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 15:10:13

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

Log message:
Don't segfault when sysctl fails


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 15:17:49

Modified files:
	sys/net        : pfkeyv2_parsemessage.c 

Log message:
Allow PF_KEY kernel message replies for X_ADDFLOW, X_DELFLOW, and X_GRPSPIS


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 15:32:08

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Listen to kernel replies and report errors (much room for improvement
there), fix a typo in a warning message, prettier error messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 15:37:30

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
Prettier reporting, report number of flows in use per SA.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/25 16:15:31

Modified files:
	sys/arch/hppa/dev: lasi.c 

Log message:
try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/25 16:31:55

Modified files:
	net/ntop       : Makefile 
	net/ntop/files : md5 
	net/ntop/pkg   : DESCR 
Removed files:
	net/ntop/patches: patch-aa patch-ab patch-ac patch-ad patch-ae 
	                  patch-af 

Log message:
upgrade to ntop 1.1cr2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/02/25 16:53:08

Modified files:
	net/tcpshow    : Makefile 
	net/tcpshow/pkg: DESCR 

Log message:
fixup Makefile and DESCR


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 17:15:54

Modified files:
	libexec/ftpd   : Makefile ftpd.c popen.c 

Log message:
implement internal ls


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 17:23:26

src/sbin/isakmpd/samples

Update of /cvs/src/sbin/isakmpd/samples
In directory cvs.openbsd.org:/tmp/cvs-serv19828/samples

Log Message:
Directory /cvs/src/sbin/isakmpd/samples added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 17:23:42

src/sbin/isakmpd/sysdep

Update of /cvs/src/sbin/isakmpd/sysdep
In directory cvs.openbsd.org:/tmp/cvs-serv27968/sysdep

Log Message:
Directory /cvs/src/sbin/isakmpd/sysdep added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 17:24:13

src/sbin/isakmpd/sysdep/linux

Update of /cvs/src/sbin/isakmpd/sysdep/linux
In directory cvs.openbsd.org:/tmp/cvs-serv29162/linux

Log Message:
Directory /cvs/src/sbin/isakmpd/sysdep/linux added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/25 17:54:00

Modified files:
	lib/libc       : shlib_version 
	include        : Makefile 
	lib/libc/crypt : Makefile.inc 
Added files:
	include        : skipjack.h 
	lib/libc/crypt : skipjack.c 

Log message:
skipjack in libc; isakmpd and such will want it


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 18:20:42

Modified files:
	lib/libc/db/man: mpool.3 

Log message:
convert to mdoc, document changes from db 1.8.6


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

src/sys/uvm

Update of /cvs/src/sys/uvm
In directory cvs.openbsd.org:/tmp/cvs-serv15090/uvm

Log Message:
Directory /cvs/src/sys/uvm added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 18:30:19

Added files:
	sys/uvm        : uvm.h uvm_amap.c uvm_amap.h uvm_amap_i.h 
	                 uvm_anon.c uvm_anon.h uvm_aobj.c uvm_aobj.h 
	                 uvm_ddb.h uvm_device.c uvm_device.h 
	                 uvm_extern.h uvm_fault.c uvm_fault.h 
	                 uvm_fault_i.h uvm_glue.c uvm_glue.h uvm_init.c 
	                 uvm_io.c uvm_km.c uvm_km.h uvm_loan.c 
	                 uvm_loan.h uvm_map.c uvm_map.h uvm_map_i.h 
	                 uvm_meter.c uvm_mmap.c uvm_object.h uvm_page.c 
	                 uvm_page.h uvm_page_i.h uvm_pager.c uvm_pager.h 
	                 uvm_pager_i.h uvm_pdaemon.c uvm_pdaemon.h 
	                 uvm_pglist.c uvm_stat.c uvm_stat.h uvm_swap.c 
	                 uvm_swap.h uvm_unix.c uvm_user.c uvm_vnode.c 
	                 uvm_vnode.h 

Log message:
Import of uvm from NetBSD. Some local changes, some code disabled


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 18:33:08

Modified files:
	sys/conf       : files 

Log message:
config changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 18:38:23

Modified files:
	sys/ddb        : db_command.c 
	sys/dev        : ccd.c 

Log message:
uvm compat


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 18:44:33

Modified files:
	sys/dev        : ramdisk.c 
	sys/dev/ic     : pdqvar.h 

Log message:
compatibility with uvm kmem allocators


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 18:48:52

Modified files:
	sys/vm         : vm_map.h vm_page.h 

Log message:
add some struct members that uvm uses


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 18:57:58

Modified files:
	sys/sys        : malloc.h 

Log message:
malloc types for uvm and pool


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 19:02:45

Modified files:
	sys/sys        : syscallargs.h syscall.h 

Log message:
forgot to regen after socklen_t changes


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/25 19:04:53

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Pretty usage message.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 19:15:41

Modified files:
	sys/sys        : buf.h 

Log message:
uvm doesn't need swbuf or bswlist


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 19:28:58

Modified files:
	sys/sys        : lock.h 

Log message:
some typedefs used by uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 19:30:34

Modified files:
	sys/sys        : proc.h 

Log message:
uvm_swapin


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/25 19:40:44

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
Need /var/www/icons/small for 1.3.4 apache


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 19:47:02

Modified files:
	sys/sys        : vmmeter.h 

Log message:
uvm doesn't use struct vmmeter


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 19:48:37

Modified files:
	sys/sys        : vnode.h 

Log message:
add uvm specific parts to struct vnode


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:05:15

src/sbin/isakmpd/sysdep/openbsd

Update of /cvs/src/sbin/isakmpd/sysdep/openbsd
In directory cvs.openbsd.org:/tmp/cvs-serv18017/openbsd

Log Message:
Directory /cvs/src/sbin/isakmpd/sysdep/openbsd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:05:36

src/sbin/isakmpd/sysdep/linux/sys

Update of /cvs/src/sbin/isakmpd/sysdep/linux/sys
In directory cvs.openbsd.org:/tmp/cvs-serv25152/sys

Log Message:
Directory /cvs/src/sbin/isakmpd/sysdep/linux/sys added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:13:30

Added files:
	sys/sys        : pool.h 
	sys/kern       : subr_pool.c 

Log message:
pool allocator from NetBSD (stays until uvm is ready)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:16:26

Modified files:
	sys/nfs        : nfs_bio.c nfs_serv.c nfs_subs.c nfs_vnops.c 

Log message:
compatibility with uvm vnode pager


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 20:16:47

Modified files:
	sys/kern       : kern_subr.c 
	sys/sys        : systm.h 

Log message:
Add newhashinit(), which is identical to hashinit() except it takes a flags
arg for passing to malloc() (hashinit always uses M_WAITOK which is not
always what you want).  Everything that uses hashinit should really
get converted to newhashinit and then newhashinit can be renamed.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:19:57

Modified files:
	sys/sys        : systm.h 

Log message:
uvm doesn't use nswdev or nswmap.
add prototype for kcopy (uvm)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:22:00

Modified files:
	sys/ufs/ext2fs : ext2fs_inode.c ext2fs_readwrite.c 
	                 ext2fs_vnops.c 

Log message:
add compatibility with uvm vnode pagers


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:26:53

Modified files:
	sbin/isakmpd/regress/b2n: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.7
| date: 1999/02/25 15:10:05;  author: niklas;  state: Exp;  lines: +2 -2
| Whoops
| ----------------------------
| revision 1.6
| date: 1999/02/25 15:07:30;  author: niklas;  state: Exp;  lines: +6 -4
| Mesing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:27:01

Modified files:
	sbin/isakmpd/regress/crypto: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.4
| date: 1999/02/25 15:14:23;  author: niklas;  state: Exp;  lines: +6 -3
| Yet more messing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:27:14

Modified files:
	sbin/isakmpd/regress/dh: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.6
| date: 1999/02/25 15:10:06;  author: niklas;  state: Exp;  lines: +2 -2
| Whoops
| ----------------------------
| revision 1.5
| date: 1999/02/25 15:07:31;  author: niklas;  state: Exp;  lines: +6 -4
| Mesing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:27:31

Modified files:
	sbin/isakmpd/regress/ec2n: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.6
| date: 1999/02/25 15:10:08;  author: niklas;  state: Exp;  lines: +2 -2
| Whoops
| ----------------------------
| revision 1.5
| date: 1999/02/25 15:07:32;  author: niklas;  state: Exp;  lines: +6 -4
| Mesing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:27:44

Modified files:
	sbin/isakmpd/regress/exchange: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1999/02/25 15:10:09;  author: niklas;  state: Exp;  lines: +2 -2
| Whoops
| ----------------------------
| revision 1.4
| date: 1999/02/25 15:07:34;  author: niklas;  state: Exp;  lines: +6 -2
| Mesing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:28:05

Modified files:
	sbin/isakmpd/regress/exchange: run.sh 

Log message:
Merge from the Ericsson repository
| revision 1.4
| date: 1999/01/31 01:26:55;  author: niklas;  state: Exp;  lines: +2 -2
| ERA payed
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:28:14

Modified files:
	sys/msdosfs    : msdosfs_denode.c msdosfs_vnops.c 

Log message:
compat with uvm vnode pager


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:28:18

Modified files:
	sbin/isakmpd/regress/group: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.8
| date: 1999/02/25 15:10:10;  author: niklas;  state: Exp;  lines: +2 -2
| Whoops
| ----------------------------
| revision 1.7
| date: 1999/02/25 15:07:35;  author: niklas;  state: Exp;  lines: +6 -4
| Mesing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:28:31

Modified files:
	sbin/isakmpd/regress/hmac: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 15:14:24;  author: niklas;  state: Exp;  lines: +6 -3
| Yet more messing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:28:41

Modified files:
	sbin/isakmpd/regress/prf: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 15:14:25;  author: niklas;  state: Exp;  lines: +6 -3
| Yet more messing with the new sysdep paths
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:28:59

Modified files:
	sbin/isakmpd/regress: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.7
| date: 1998/08/11 20:32:01;  author: provos;  state: Exp;  lines: +2 -2
| add rsakeygen x509
| ----------------------------
| revision 1.6
| date: 1998/08/08 23:18:07;  author: provos;  state: Exp;  lines: +2 -2
| regress for ASN.1 decoding, basically only parses the SSH certificate
| down until reaching the public key.
| ----------------------------
| revision 1.5
| date: 1998/08/03 19:42:35;  author: provos;  state: Exp;  lines: +2 -2
| add pkcs
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:29:08

Removed files:
	sbin/isakmpd   : sysdep.c 

Log message:
Merge from the Ericsson repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:29:20

Modified files:
	sbin/isakmpd   : BUGS 

Log message:
Merge from the Ericsson repository
| revision 1.23
| date: 1999/02/24 15:48:05;  author: niklas;  state: Exp;  lines: +17 -2
| update
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:29:40

Modified files:
	sbin/isakmpd   : DESIGN-NOTES 

Log message:
Merge from the Ericsson repository
| revision 1.38
| date: 1999/02/25 11:21:54;  author: niklas;  state: Exp;  lines: +3 -2
| sysdep-os.h addition
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:30:00

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.41
| date: 1999/02/25 15:53:37;  author: niklas;  state: Exp;  lines: +5 -3
| sysdep Makefile fragments
| ----------------------------
| revision 1.40
| date: 1999/02/25 15:07:27;  author: niklas;  state: Exp;  lines: +3 -4
| Mesing with the new sysdep paths
| ----------------------------
| revision 1.39
| date: 1999/02/25 14:17:43;  author: niklas;  state: Exp;  lines: +11 -4
| Prepare for PF_KEY
| ----------------------------
| revision 1.38
| date: 1999/02/25 14:01:35;  author: niklas;  state: Exp;  lines: +17 -4
| Better OS-dependency layout
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:30:11

Modified files:
	sbin/isakmpd   : README 

Log message:
Merge from the Ericsson repository
| revision 1.15
| date: 1999/02/25 14:18:33;  author: niklas;  state: Exp;  lines: +1 -3
| Better OS-dependency layout
| ----------------------------
| revision 1.14
| date: 1999/02/25 11:21:53;  author: niklas;  state: Exp;  lines: +2 -1
| sysdep-os.h addition
| ----------------------------
| revision 1.13
| date: 1998/12/20 11:48:33;  author: niklas;  state: Exp;  lines: +5 -2
| Mention OpenBSD loc
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:30:46

Modified files:
	sbin/isakmpd   : app.c 

Log message:
Merge from the Ericsson repository
| revision 1.4
| date: 1999/02/25 11:38:41;  author: niklas;  state: Exp;  lines: +3 -2
| include sysdep.h everywhere
| ----------------------------
| revision 1.3
| date: 1999/01/31 01:20:40;  author: niklas;  state: Exp;  lines: +15 -1
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:31:42

Modified files:
	sbin/isakmpd   : app.h 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/01/31 01:20:41;  author: niklas;  state: Exp;  lines: +2 -1
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:32:11

Modified files:
	sbin/isakmpd   : asn.c 

Log message:
Merge from the Ericsson repository
| revision 1.21
| date: 1999/02/25 11:38:42;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:32:22

Modified files:
	sys/miscfs/union: union_subr.c 

Log message:
compat with uvm vnode pager


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:32:50

Modified files:
	sbin/isakmpd   : asn_useful.c 

Log message:
Merge from the Ericsson repository
| revision 1.10
| date: 1999/02/25 16:19:36;  author: niklas;  state: Exp;  lines: +61 -49
| Style and s/NULL/0/
| ----------------------------
| revision 1.9
| date: 1999/02/25 11:38:43;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:33:02

Modified files:
	sbin/isakmpd   : attribute.c 

Log message:
Merge from the Ericsson repository
| revision 1.7
| date: 1999/02/25 11:38:44;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:34:03

Modified files:
	sbin/isakmpd   : cert.c 

Log message:
Merge from the Ericsson repository
| revision 1.7
| date: 1999/02/25 11:38:45;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:34:26

Modified files:
	sbin/isakmpd   : conf.c 

Log message:
Merge from the Ericsson repository
| revision 1.14
| date: 1999/02/25 11:38:47;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.13
| date: 1999/02/25 11:09:31;  author: niklas;  state: Exp;  lines: +7 -4
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------
| revision 1.12
| date: 1999/01/31 01:20:42;  author: niklas;  state: Exp;  lines: +7 -1
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:34:55

Modified files:
	sbin/isakmpd   : conf.h 

Log message:
Merge from the Ericsson repository
| revision 1.6
| date: 1999/02/25 11:09:32;  author: niklas;  state: Exp;  lines: +2 -2
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:35:06

Modified files:
	sbin/isakmpd   : constants.c 

Log message:
Merge from the Ericsson repository
| revision 1.6
| date: 1999/02/25 11:38:48;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:35:19

Modified files:
	sys/ufs/ufs    : ufs_lookup.c ufs_readwrite.c ufs_vnops.c 

Log message:
compat with uvm vnode pager


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:35:23

Modified files:
	sbin/isakmpd   : cookie.c 

Log message:
Merge from the Ericsson repository
| revision 1.18
| date: 1999/02/25 11:38:49;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:35:54

Modified files:
	sbin/isakmpd   : crypto.c 

Log message:
Merge from the Ericsson repository
| revision 1.22
| date: 1999/02/25 11:38:50;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:36:07

Modified files:
	sbin/isakmpd   : dh.c 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 11:38:51;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:36:18

Modified files:
	sbin/isakmpd   : doi.c 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 11:38:52;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:36:35

Modified files:
	sbin/isakmpd   : doi.h 

Log message:
Merge from the Ericsson repository
| revision 1.24
| date: 1999/02/25 10:21:29;  author: niklas;  state: Exp;  lines: +2 -2
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.23
| date: 1999/02/25 09:30:22;  author: niklas;  state: Exp;  lines: +2 -1
| Replay protection window configurable
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:37:09

Modified files:
	sbin/isakmpd   : if.c 

Log message:
Merge from the Ericsson repository
| revision 1.7
| date: 1999/02/25 11:39:00;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:37:57

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Merge from the Ericsson repository
| revision 1.64
| date: 1999/02/25 11:38:53;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.63
| date: 1999/02/25 11:09:33;  author: niklas;  state: Exp;  lines: +3 -5
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------
| revision 1.62
| date: 1999/02/06 14:57:51;  author: niklas;  state: Exp;  lines: +3 -3
| Export exchange_lookup_by_name
| ----------------------------
| revision 1.61
| date: 1999/01/31 01:14:58;  author: niklas;  state: Exp;  lines: +2 -2
| commentary
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:38:22

Modified files:
	sbin/isakmpd   : exchange.h 

Log message:
Merge from the Ericsson repository
| revision 1.18
| date: 1999/02/06 14:57:52;  author: niklas;  state: Exp;  lines: +2 -1
| Export exchange_lookup_by_name
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:38:56

Modified files:
	sbin/isakmpd   : field.c 

Log message:
Merge from the Ericsson repository
| revision 1.8
| date: 1999/02/25 11:38:55;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.7
| date: 1999/02/06 15:00:36;  author: niklas;  state: Exp;  lines: +3 -3
| memory allocation fix from Schmuel Siegel
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:39:24

Modified files:
	sbin/isakmpd   : genconstants.sh 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1999/02/25 11:38:56;  author: niklas;  state: Exp;  lines: +4 -2
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:39:49

Modified files:
	sbin/isakmpd   : genfields.sh 

Log message:
Merge from the Ericsson repository
| revision 1.4
| date: 1999/02/25 11:38:57;  author: niklas;  state: Exp;  lines: +4 -2
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:40:05

Modified files:
	sbin/isakmpd   : gmp_util.c 

Log message:
Merge from the Ericsson repository
| revision 1.2
| date: 1999/02/25 11:38:58;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:40:25

Modified files:
	sbin/isakmpd   : hash.c 

Log message:
Merge from the Ericsson repository
| revision 1.8
| date: 1999/02/25 11:38:59;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:40:50

Modified files:
	sbin/isakmpd   : ike_auth.c 

Log message:
Merge from the Ericsson repository
| revision 1.23
| date: 1999/02/25 11:39:02;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:41:46

Modified files:
	sbin/isakmpd   : ike_main_mode.c 

Log message:
Merge from the Ericsson repository
| revision 1.70
| date: 1999/02/25 11:39:03;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.69
| date: 1999/02/25 11:09:35;  author: niklas;  state: Exp;  lines: +5 -5
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:42:30

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge from the Ericsson repository
| revision 1.69
| date: 1999/02/25 11:39:04;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.68
| date: 1999/02/25 11:09:36;  author: niklas;  state: Exp;  lines: +7 -6
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------
| revision 1.67
| date: 1999/02/25 10:21:30;  author: niklas;  state: Exp;  lines: +2 -2
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.66
| date: 1999/02/25 09:30:23;  author: niklas;  state: Exp;  lines: +5 -1
| Replay protection window configurable
| ----------------------------
| revision 1.65
| date: 1999/02/14 00:07:24;  author: niklas;  state: Exp;  lines: +4 -3
| Clarify which SPI we are setting up
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:43:00

Modified files:
	sbin/isakmpd   : init.c 

Log message:
Merge from the Ericsson repository
| revision 1.11
| date: 1999/02/25 11:39:06;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:43:42

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Merge from the Ericsson repository
| revision 1.82
| date: 1999/02/25 13:35:41;  author: niklas;  state: Exp;  lines: +6 -2
| doh wrong replay window default
| ----------------------------
| revision 1.81
| date: 1999/02/25 11:39:07;  author: niklas;  state: Exp;  lines: +3 -2
| include sysdep.h everywhere
| ----------------------------
| revision 1.80
| date: 1999/02/25 11:09:38;  author: niklas;  state: Exp;  lines: +2 -2
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------
| revision 1.79
| date: 1999/02/25 10:21:32;  author: niklas;  state: Exp;  lines: +10 -5
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.78
| date: 1999/02/25 09:30:25;  author: niklas;  state: Exp;  lines: +12 -1
| Replay protection window configurable
| ----------------------------
| revision 1.77
| date: 1999/02/14 00:21:10;  author: niklas;  state: Exp;  lines: +62 -5
| Find relevant SAs out of IPsec expiration info.  Do not automatically rekey.
| ----------------------------
| revision 1.76
| date: 1999/01/31 01:16:59;  author: niklas;  state: Exp;  lines: +67 -45
| splitup ipsec_build_id into more useful API
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:44:05

Modified files:
	sbin/isakmpd   : ipsec.h 

Log message:
Merge from the Ericsson repository
| revision 1.32
| date: 1999/02/25 09:30:26;  author: niklas;  state: Exp;  lines: +4 -1
| Replay protection window configurable
| ----------------------------
| revision 1.31
| date: 1999/02/14 00:21:12;  author: niklas;  state: Exp;  lines: +2 -1
| Find relevant SAs out of IPsec expiration info.  Do not automatically rekey.
| ----------------------------
| revision 1.30
| date: 1999/01/31 01:17:01;  author: niklas;  state: Exp;  lines: +4 -1
| splitup ipsec_build_id into more useful API
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:44:16

Modified files:
	sys/miscfs/kernfs: kernfs_vfsops.c kernfs_vnops.c 

Log message:
cnt is called uvmexp in uvm and the members have different names


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:44:24

Modified files:
	sbin/isakmpd   : isakmp_doi.c 

Log message:
Merge from the Ericsson repository
| revision 1.34
| date: 1999/02/25 11:39:08;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.33
| date: 1999/02/25 09:30:27;  author: niklas;  state: Exp;  lines: +2 -1
| Replay protection window configurable
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:44:42

Modified files:
	sbin/isakmpd   : isakmpd.c 

Log message:
Merge from the Ericsson repository
| revision 1.27
| date: 1999/02/25 11:39:09;  author: niklas;  state: Exp;  lines: +3 -2
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:45:09

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Merge from the Ericsson repository
| revision 1.11
| date: 1999/02/25 11:09:39;  author: niklas;  state: Exp;  lines: +10 -1
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------
| revision 1.10
| date: 1999/02/24 12:12:15;  author: niklas;  state: Exp;  lines: +228 -117
| Much better description of the config file
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:45:30

Modified files:
	sbin/isakmpd   : isakmpd.conf.sample 

Log message:
Merge from the Ericsson repository
| revision 1.26
| date: 1999/02/24 15:48:51;  author: niklas;  state: Exp;  lines: +2 -1
| Show a commented out Listen-on line
| ----------------------------
| revision 1.25
| date: 1999/01/31 01:52:19;  author: niklas;  state: Exp;  lines: +7 -1
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:45:49

Modified files:
	sbin/isakmpd   : log.c 

Log message:
Merge from the Ericsson repository
| revision 1.15
| date: 1999/02/25 11:39:10;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:46:18

Modified files:
	sbin/isakmpd   : math_2n.c 

Log message:
Merge from the Ericsson repository
| revision 1.11
| date: 1999/02/25 11:39:12;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:46:25

Modified files:
	sys/miscfs/procfs: procfs_mem.c 

Log message:
memory reads from other vmspace are different under uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:46:40

Modified files:
	sbin/isakmpd   : math_ec2n.c 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1999/02/25 11:39:13;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:46:57

Modified files:
	sbin/isakmpd   : math_group.c 

Log message:
Merge from the Ericsson repository
| revision 1.10
| date: 1999/02/25 11:39:14;  author: niklas;  state: Exp;  lines: +4 -4
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:47:46

Modified files:
	sys/miscfs/procfs: procfs_vfsops.c 

Log message:
vmtotal -> uvm_total for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:47:46

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Merge from the Ericsson repository
| revision 1.106
| date: 1999/02/25 11:39:15;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.105
| date: 1999/02/14 00:18:11;  author: niklas;  state: Exp;  lines: +10 -9
| Keep track of what SPI we are generating/using
| ----------------------------
| revision 1.104
| date: 1999/02/06 15:03:39;  author: niklas;  state: Exp;  lines: +7 -1
| Do not forget to remove message from sendq when freed
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:48:05

Modified files:
	sbin/isakmpd   : message.h 

Log message:
Merge from the Ericsson repository
| revision 1.39
| date: 1999/02/06 15:03:40;  author: niklas;  state: Exp;  lines: +4 -1
| Do not forget to remove message from sendq when freed
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:48:33

Modified files:
	sbin/isakmpd   : pf_encap.c 

Log message:
Merge from the Ericsson repository
| revision 1.44
| date: 1999/02/25 14:03:54;  author: niklas;  state: Exp;  lines: +13 -13
| do not use the app_socket name.  correct some LOG_* syms
| ----------------------------
| revision 1.43
| date: 1999/02/25 11:39:17;  author: niklas;  state: Exp;  lines: +3 -2
| include sysdep.h everywhere
| ----------------------------
| revision 1.42
| date: 1999/02/25 09:30:28;  author: niklas;  state: Exp;  lines: +3 -3
| Replay protection window configurable
| ----------------------------
| revision 1.41
| date: 1999/02/14 00:17:15;  author: niklas;  state: Exp;  lines: +68 -28
| Better PF_ENCAP expiration  and SA request handling
| ----------------------------
| revision 1.40
| date: 1999/02/06 15:08:33;  author: niklas;  state: Exp;  lines: +6 -1
| Drop SA request notifies if an exchange or SA already exist
| ----------------------------
| revision 1.39
| date: 1999/01/31 01:20:37;  author: niklas;  state: Exp;  lines: +217 -51
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:48:48

Modified files:
	sbin/isakmpd   : pf_encap.h 

Log message:
Merge from the Ericsson repository
| revision 1.9
| date: 1999/01/31 01:20:39;  author: niklas;  state: Exp;  lines: +7 -2
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:49:16

Modified files:
	sbin/isakmpd   : pkcs.c 

Log message:
Merge from the Ericsson repository
| revision 1.12
| date: 1999/02/25 11:39:18;  author: niklas;  state: Exp;  lines: +3 -2
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:49:27

Modified files:
	sbin/isakmpd   : prf.c 

Log message:
Merge from the Ericsson repository
| revision 1.4
| date: 1999/02/25 11:39:19;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:50:09

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Merge from the Ericsson repository
| revision 1.66
| date: 1999/02/25 11:39:20;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.65
| date: 1999/02/25 10:21:33;  author: niklas;  state: Exp;  lines: +2 -2
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.64
| date: 1999/02/25 09:30:30;  author: niklas;  state: Exp;  lines: +6 -1
| Replay protection window configurable
| ----------------------------
| revision 1.63
| date: 1999/02/14 00:11:38;  author: niklas;  state: Exp;  lines: +52 -27
| Generalize how to find SAs with given attributes.  Do SA expiration both hard
| and soft, and do not rekey automatically anymore.  We will revisit this by
| adding some kind of policy what to do at these times.  Improve commentary
| ----------------------------
| revision 1.62
| date: 1999/02/06 15:07:23;  author: niklas;  state: Exp;  lines: +3 -1
| remove referense to rekey event when it has happened
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:50:26

Modified files:
	sbin/isakmpd   : sa.h 

Log message:
Merge from the Ericsson repository
| revision 1.40
| date: 1999/02/14 00:11:40;  author: niklas;  state: Exp;  lines: +7 -4
| Generalize how to find SAs with given attributes.  Do SA expiration both hard
| and soft, and do not rekey automatically anymore.  We will revisit this by
| adding some kind of policy what to do at these times.  Improve commentary
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:50:38

Modified files:
	sbin/isakmpd   : sysdep.h 

Log message:
Merge from the Ericsson repository
| revision 1.13
| date: 1999/02/25 11:21:55;  author: niklas;  state: Exp;  lines: +3 -1
| sysdep-os.h addition
| ----------------------------
| revision 1.12
| date: 1999/01/31 01:24:53;  author: niklas;  state: Exp;  lines: +3 -2
| on-demand keying
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:50:51

Modified files:
	sbin/isakmpd   : timer.c 

Log message:
Merge from the Ericsson repository
| revision 1.8
| date: 1999/02/25 11:39:23;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:51:08

Modified files:
	sbin/isakmpd   : transport.c 

Log message:
Merge from the Ericsson repository
| revision 1.25
| date: 1999/02/25 11:39:24;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.24
| date: 1999/02/25 11:09:40;  author: niklas;  state: Exp;  lines: +6 -2
| Make conf_get_num take a default value to give back when tag does not exist
| ----------------------------
| revision 1.23
| date: 1999/02/24 12:14:10;  author: niklas;  state: Exp;  lines: +2 -1
| initialize flags, noted by Ilya Tsindlekht
| ----------------------------
| revision 1.22
| date: 1999/02/14 00:15:15;  author: niklas;  state: Exp;  lines: +11 -8
| New fd_set API which may clear a bit.  Use it for doing proper message
| send queue runs, as reported by Ilya Tsindlekht.  Better style.
| ----------------------------
| revision 1.21
| date: 1999/02/06 15:03:41;  author: niklas;  state: Exp;  lines: +2 -1
| Do not forget to remove message from sendq when freed
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:51:33

Modified files:
	sbin/isakmpd   : udp.c 

Log message:
Merge from the Ericsson repository
| revision 1.30
| date: 1999/02/25 11:39:25;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------
| revision 1.29
| date: 1999/02/24 15:45:38;  author: niklas;  state: Exp;  lines: +17 -5
| Use correct socket options for sharing of ports
| ----------------------------
| revision 1.28
| date: 1999/02/24 12:17:02;  author: niklas;  state: Exp;  lines: +2 -3
| Set extra transport flags after initialization
| ----------------------------
| revision 1.27
| date: 1999/02/14 00:16:07;  author: niklas;  state: Exp;  lines: +51 -8
| New fd_set API.  Listen on chosen interfaces only.
| ----------------------------
| revision 1.26
| date: 1999/01/31 01:23:22;  author: niklas;  state: Exp;  lines: +3 -1
| commentary
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:52:00

Modified files:
	sbin/isakmpd   : transport.h 

Log message:
Merge from the Ericsson repository
| revision 1.11
| date: 1999/02/14 00:15:16;  author: niklas;  state: Exp;  lines: +2 -2
| New fd_set API which may clear a bit.  Use it for doing proper message
| send queue runs, as reported by Ilya Tsindlekht.  Better style.
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:52:22

Modified files:
	sbin/isakmpd   : ui.c 

Log message:
Merge from the Ericsson repository
| revision 1.27
| date: 1999/02/25 11:39:26;  author: niklas;  state: Exp;  lines: +4 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:52:40

Modified files:
	sbin/isakmpd   : util.c 

Log message:
Merge from the Ericsson repository
| revision 1.13
| date: 1999/02/25 11:39:27;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:53:16

Modified files:
	sbin/isakmpd   : x509.c 

Log message:
Merge from the Ericsson repository
| revision 1.9
| date: 1999/02/25 11:39:29;  author: niklas;  state: Exp;  lines: +3 -1
| include sysdep.h everywhere
| ----------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:53:36

Removed files:
	sbin/isakmpd   : sysdep-openbsd.c 

Log message:
Merge from the Ericsson repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:55:12

Added files:
	sbin/isakmpd/samples: VPN-east.conf 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 10:21:35;  author: niklas;  state: Exp;  lines: +19 -19
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.2
| date: 1999/02/25 09:30:31;  author: niklas;  state: Exp;  lines: +21 -1
| Replay protection window configurable
| ----------------------------
| revision 1.1
| date: 1999/02/14 00:49:53;  author: niklas;  state: Exp;
| An example of a two-node VPN setup
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:56:15

Added files:
	sbin/isakmpd/samples: VPN-west.conf 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 10:21:36;  author: niklas;  state: Exp;  lines: +19 -19
| Replay window changes was done at the wrong level
| ----------------------------
| revision 1.2
| date: 1999/02/25 09:30:32;  author: niklas;  state: Exp;  lines: +19 -1
| Replay protection window configurable
| ----------------------------
| revision 1.1
| date: 1999/02/14 00:49:53;  author: niklas;  state: Exp;
| An example of a two-node VPN setup
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 20:56:31

Modified files:
	sys/ufs/ffs    : ffs_alloc.c ffs_balloc.c ffs_inode.c 
	                 ffs_vnops.c 

Log message:
compat with uvm vnode pager


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	1999/02/25 20:57:08

Modified files:
	.              : anoncvs.html 

Log message:
Add a few people who sup off of anoncvs1.ca but aren't listed.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:57:31

Added files:
	sbin/isakmpd/sysdep/openbsd: Makefile.inc 

Log message:
Merge from the Ericsson repository
| revision 1.1
| date: 1999/02/25 15:53:39;  author: niklas;  state: Exp;
| sysdep Makefile fragments
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:58:16

Added files:
	sbin/isakmpd/sysdep/openbsd: sysdep-os.h 

Log message:
Merge from the Ericsson repository
| revision 1.1
| date: 1999/02/25 14:18:41;  author: niklas;  state: Exp;
| Better OS-dependency layout
| =============================================================================


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/25 20:58:32

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:59:18

Added files:
	sbin/isakmpd/sysdep/openbsd: sysdep.c 

Log message:
Merge from the Ericsson repository
| revision 1.1
| date: 1999/02/25 14:18:42;  author: niklas;  state: Exp;
| Better OS-dependency layout
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 20:59:48

Added files:
	sbin/isakmpd/sysdep/linux: sysdep.c 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 16:26:49;  author: niklas;  state: Exp;  lines: +9 -53
| Remove more OpenBSDisms
| ----------------------------
| revision 1.2
| date: 1999/02/25 16:23:32;  author: niklas;  state: Exp;  lines: +1 -3
| Remove OpenBSDisms
| ----------------------------
| revision 1.1
| date: 1999/02/25 14:18:40;  author: niklas;  state: Exp;
| Better OS-dependency layout
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:00:21

Added files:
	sbin/isakmpd/sysdep/linux: sysdep-os.h 

Log message:
Merge from the Ericsson repository
| revision 1.1
| date: 1999/02/25 14:18:39;  author: niklas;  state: Exp;
| Better OS-dependency layout
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:01:16

Added files:
	sbin/isakmpd/sysdep/linux: Makefile.inc 

Log message:
Merge from the Ericsson repository
| revision 1.2
| date: 1999/02/25 16:14:24;  author: niklas;  state: Exp;  lines: +3 -1
| Include from freeswan gmp
| ----------------------------
| revision 1.1
| date: 1999/02/25 15:53:39;  author: niklas;  state: Exp;
| sysdep Makefile fragments
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:02:15

Added files:
	sbin/isakmpd/sysdep/linux/sys: queue.h 

Log message:
Merge from the Ericsson repository
| revision 1.2
| date: 1999/02/25 16:21:13;  author: niklas;  state: Exp;  lines: +4 -0
| Make self-contained, define NULL if not set
| ----------------------------
| revision 1.1
| date: 1999/02/25 14:59:52;  author: niklas;  state: Exp;
| Move includes up
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:03:01

Added files:
	sbin/isakmpd/regress/asn: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1999/02/25 15:10:04;  author: niklas;  state: Exp;  lines: +1 -1
| Whoops
| ----------------------------
| revision 1.4
| date: 1999/02/25 15:07:29;  author: niklas;  state: Exp;  lines: +5 -3
| Mesing with the new sysdep paths
| ----------------------------
| revision 1.3
| date: 1998/08/14 08:52:17;  author: niklas;  state: Exp;  lines: +3 -2
| Work in objdir setups correctly
| ----------------------------
| revision 1.2
| date: 1998/08/11 20:30:41;  author: provos;  state: Exp;  lines: +1 -1
| update to reflect recent changes
| ----------------------------
| revision 1.1
| date: 1998/08/08 23:18:08;  author: provos;  state: Exp;
| regress for ASN.1 decoding, basically only parses the SSH certificate
| down until reaching the public key.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:03:56

Added files:
	sbin/isakmpd/regress/asn: asntest.c 

Log message:
Merge from the Ericsson repository
| revision 1.6
| date: 1998/10/07 16:40:48;  author: niklas;  state: Exp;  lines: +3 -2
| Clean out warnings on alpha
| ----------------------------
| revision 1.5
| date: 1998/08/20 14:09:06;  author: provos;  state: Exp;  lines: +2 -2
| rename pkcs_{set,get}_{public,private}_key to something more understandable,
| it confused me, so i suppose it will also confuse others.
| ----------------------------
| revision 1.4
| date: 1998/08/11 21:06:19;  author: niklas;  state: Exp;  lines: +2 -3
| Remove unused variables
| ----------------------------
| revision 1.3
| date: 1998/08/11 20:30:42;  author: provos;  state: Exp;  lines: +64 -15
| update to reflect recent changes
| ----------------------------
| revision 1.2
| date: 1998/08/09 21:13:24;  author: provos;  state: Exp;  lines: +1 -3
| Add Support for ANY types, also add OBJECTID to human readable string
| functions, which allow to parse the types in e.g. AttributeValueAssertions.
| ----------------------------
| revision 1.1
| date: 1998/08/08 23:18:08;  author: provos;  state: Exp;
| regress for ASN.1 decoding, basically only parses the SSH certificate
| down until reaching the public key.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:04:30

Added files:
	sbin/isakmpd/regress/asn: ssh-test-ca.pem 

Log message:
Merge from the Ericsson repository
| revision 1.1
| date: 1998/08/08 23:18:08;  author: provos;  state: Exp;
| regress for ASN.1 decoding, basically only parses the SSH certificate
| down until reaching the public key.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:05:45

Added files:
	sbin/isakmpd/regress/pkcs: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1999/02/25 15:12:00;  author: niklas;  state: Exp;  lines: +6 -3
| More messing with the new sysdep paths
| ----------------------------
| revision 1.4
| date: 1998/12/21 00:41:56;  author: niklas;  state: Exp;  lines: +2 -0
| RCS Ids
| ----------------------------
| revision 1.3
| date: 1998/08/11 20:30:39;  author: provos;  state: Exp;  lines: +2 -1
| update to reflect recent changes
| ----------------------------
| revision 1.2
| date: 1998/08/04 16:59:32;  author: provos;  state: Exp;  lines: +1 -1
| use log_print instead of log_debug for reporting errors. ASN was missing
| length checks, dito for PKCS#1. Make encryption and decryption also allow
| public key (random padding) instead of only private key. Both modes are
| needed for authentication with ISAKMP/Oakley.
| ----------------------------
| revision 1.1
| date: 1998/08/03 19:41:20;  author: provos;  state: Exp;
| read some test BER encoded public and private key from the example sections
| of the pkcs.tar.Z and encrypt and decrypt a sample string with it.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:06:13

Added files:
	sbin/isakmpd/regress/pkcs: pkcstest.c 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1998/08/20 14:09:04;  author: provos;  state: Exp;  lines: +3 -3
| rename pkcs_{set,get}_{public,private}_key to something more understandable,
| it confused me, so i suppose it will also confuse others.
| ----------------------------
| revision 1.4
| date: 1998/08/11 20:30:40;  author: provos;  state: Exp;  lines: +4 -3
| update to reflect recent changes
| ----------------------------
| revision 1.3
| date: 1998/08/09 19:22:24;  author: niklas;  state: Exp;  lines: +4 -3
| include string.h
| ----------------------------
| revision 1.2
| date: 1998/08/04 16:59:33;  author: provos;  state: Exp;  lines: +11 -7
| use log_print instead of log_debug for reporting errors. ASN was missing
| length checks, dito for PKCS#1. Make encryption and decryption also allow
| public key (random padding) instead of only private key. Both modes are
| needed for authentication with ISAKMP/Oakley.
| ----------------------------
| revision 1.1
| date: 1998/08/03 19:41:20;  author: provos;  state: Exp;
| read some test BER encoded public and private key from the example sections
| of the pkcs.tar.Z and encrypt and decrypt a sample string with it.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:06:36

Added files:
	sbin/isakmpd/regress/rsakeygen: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1999/02/25 15:12:01;  author: niklas;  state: Exp;  lines: +6 -3
| More messing with the new sysdep paths
| ----------------------------
| revision 1.2
| date: 1998/12/21 00:41:58;  author: niklas;  state: Exp;  lines: +2 -0
| RCS Ids
| ----------------------------
| revision 1.1
| date: 1998/08/09 20:04:41;  author: provos;  state: Exp;
| a tool for generating rsa keypair, a spin off of this might be used later
| as key generation tool for the daemon.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:07:05

Added files:
	sbin/isakmpd/regress/rsakeygen: rsakeygen.c 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1998/10/07 16:40:51;  author: niklas;  state: Exp;  lines: +3 -2
| Clean out warnings on alpha
| ----------------------------
| revision 1.4
| date: 1998/08/20 14:09:07;  author: provos;  state: Exp;  lines: +3 -3
| rename pkcs_{set,get}_{public,private}_key to something more understandable,
| it confused me, so i suppose it will also confuse others.
| ----------------------------
| revision 1.3
| date: 1998/08/11 21:06:20;  author: niklas;  state: Exp;  lines: +1 -2
| Remove unused variables
| ----------------------------
| revision 1.2
| date: 1998/08/11 20:30:38;  author: provos;  state: Exp;  lines: +4 -3
| update to reflect recent changes
| ----------------------------
| revision 1.1
| date: 1998/08/09 20:04:41;  author: provos;  state: Exp;
| a tool for generating rsa keypair, a spin off of this might be used later
| as key generation tool for the daemon.
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:07:36

Added files:
	sbin/isakmpd/regress/x509: Makefile 

Log message:
Merge from the Ericsson repository
| revision 1.5
| date: 1999/02/25 15:10:11;  author: niklas;  state: Exp;  lines: +2 -2
| Whoops
| ----------------------------
| revision 1.4
| date: 1999/02/25 15:07:36;  author: niklas;  state: Exp;  lines: +6 -4
| Mesing with the new sysdep paths
| ----------------------------
| revision 1.3
| date: 1998/12/21 00:41:59;  author: niklas;  state: Exp;  lines: +2 -0
| RCS Ids
| ----------------------------
| revision 1.2
| date: 1998/08/14 08:52:19;  author: niklas;  state: Exp;  lines: +3 -2
| Work in objdir setups correctly
| ----------------------------
| revision 1.1
| date: 1998/08/11 20:29:16;  author: provos;  state: Exp;
| add a tool for generating x509 certificates
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:08:03

Added files:
	sbin/isakmpd/regress/x509: certificate.txt 

Log message:
Merge from the Ericsson repository
| revision 1.2
| date: 1998/08/21 15:02:12;  author: provos;  state: Exp;  lines: +1 -1
| generate x509v3 certificates
| ----------------------------
| revision 1.1
| date: 1998/08/11 20:29:16;  author: provos;  state: Exp;
| add a tool for generating x509 certificates
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/25 21:08:29

Added files:
	sbin/isakmpd/regress/x509: x509test.c 

Log message:
Merge from the Ericsson repository
| revision 1.3
| date: 1998/08/21 14:33:12;  author: provos;  state: Exp;  lines: +8 -1
| encode IP into cert. many XXX.
| ----------------------------
| revision 1.2
| date: 1998/08/20 14:09:05;  author: provos;  state: Exp;  lines: +3 -3
| rename pkcs_{set,get}_{public,private}_key to something more understandable,
| it confused me, so i suppose it will also confuse others.
| ----------------------------
| revision 1.1
| date: 1998/08/11 20:29:16;  author: provos;  state: Exp;
| add a tool for generating x509 certificates
| =============================================================================


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:09:47

Modified files:
	sys/compat/common: kern_info_43.c 

Log message:
vm_sysctl -> uvm_sysctl for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:12:02

Modified files:
	sys/compat/svr4: svr4_misc.c 

Log message:
cnt is called uvmexp in uvm and the names of the members have changed.
Different allocation and deallocation for uvm.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:17:21

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

Log message:
some defines needed by uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:19:25

Modified files:
	sys/arch/i386/include: types.h 

Log message:
typedefs for {v,p}addr_t and {v,p}size_t needed by uvm.
We should consider switching to those some day.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:20:40

Modified files:
	sys/arch/i386/isa: npx.c 

Log message:
cnt.foo -> uvmexp.bar in uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:22:03

Modified files:
	sys/arch/i386/isa: vector.s 

Log message:
cnt.foo -> uvmexp.bar in uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:28:50

Modified files:
	sys/arch/i386/i386: genassym.cf 

Log message:
some uvm constants


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:32:37

Modified files:
	sys/arch/i386/i386: gdt.c 

Log message:
kmem allocation changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:34:32

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

Log message:
add kcopy (uvm)
cnt.foo -> uvmexp.bar
kmem allocation changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:41:13

Modified files:
	sys/arch/i386/i386: sys_machdep.c mem.c machdep.c 

Log message:
some allocation changes, name changes, etc for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:42:15

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

Log message:
cnt.foo -> uvmexp.bar
vm_fault -> uvm_fault


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:44:43

Modified files:
	sys/kern       : init_main.c 

Log message:
initialize uvm, make allocations work with uvm, namchanges for uvm, etc


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:49:08

Modified files:
	sys/kern       : uipc_mbuf.c 

Log message:
kmem allocation changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:51:18

Modified files:
	sys/kern       : vfs_syscalls.c vfs_vnops.c 

Log message:
adaptation to uvm vnode pager


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:54:00

Modified files:
	sys/kern       : kern_malloc.c kern_lkm.c 

Log message:
kmem allocation changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:56:02

Modified files:
	sys/kern       : kern_subr.c 

Log message:
uvm uses kcopy when uiomoving from sysspace


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:57:15

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.bar


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 21:59:39

Modified files:
	sys/kern       : kern_fork.c 

Log message:
kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argument)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:05:38

Modified files:
	sys/kern       : kern_exec.c 

Log message:
vm allocation changes for uvm.
Call uvmspace_exec instead of manually cleaning up.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:06:34

Modified files:
	sys/kern       : kern_exit.c 

Log message:
vm allocation changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:10:40

Modified files:
	sys/kern       : kern_resource.c kern_synch.c kern_sig.c 
	                 kern_descrip.c 

Log message:
uvm allocation and name changes


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:12:18

Modified files:
	sys/kern       : sys_pipe.c sys_process.c 

Log message:
kmem allocation changes for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:13:22

Modified files:
	sys/kern       : kern_physio.c 

Log message:
mostly name changes and allocation chnges for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:14:27

Modified files:
	sys/kern       : exec_subr.c 

Log message:
a new way of mapping in exec for uvm


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:17:43

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
adapt to uvm vnode pager


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/25 22:32:09

Modified files:
	sys/uvm        : uvm.h uvm_amap.c uvm_amap.h uvm_amap_i.h 
	                 uvm_anon.c uvm_anon.h uvm_aobj.c uvm_aobj.h 
	                 uvm_ddb.h uvm_device.c uvm_device.h 
	                 uvm_extern.h uvm_fault.c uvm_fault.h 
	                 uvm_fault_i.h uvm_glue.c uvm_glue.h uvm_init.c 
	                 uvm_io.c uvm_km.c uvm_km.h uvm_loan.c 
	                 uvm_loan.h uvm_map.c uvm_map.h uvm_map_i.h 
	                 uvm_meter.c uvm_mmap.c uvm_object.h uvm_page.c 
	                 uvm_page.h uvm_page_i.h uvm_pager.c uvm_pager.h 
	                 uvm_pager_i.h uvm_pdaemon.c uvm_pdaemon.h 
	                 uvm_pglist.c uvm_stat.c uvm_stat.h uvm_swap.c 
	                 uvm_swap.h uvm_unix.c uvm_user.c uvm_vnode.c 
	                 uvm_vnode.h 

Log message:
add OpenBSD tags


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 22:55:11

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Better fix for i_nlink oflow from imp@openbsd.org
Move the check up with the other sanity checks and unlock the vnode
properly and jump to abortit, not bad when >= LINK_MAX.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 23:54:50

Modified files:
	lib/libc/db/man: mpool.3 

Log message:
.Ar -> .Fa and NULL is Dv


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/25 23:55:53

Modified files:
	lib/libc/db/man: dbopen.3 

Log message:
Use .Fn for dbopen() declaration and add from Dv for NULL


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/02/26 03:04:05

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Print warning when using DES or Skipjack for encryption.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/26 03:26:58

Modified files:
	sys/arch/i386/i386: pmap.c vm_machdep.c 
	sys/arch/i386/include: pmap.h 

Log message:
change pmap_{de,}activate to take a struct proc *.
XXX - This should be done to other archs, but since nothing (except uvm)
uses it right now, the interface will be changed there when
support for uvm is added.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/26 03:37:51

Modified files:
	sys/arch/i386/i386: pmap.c vm_machdep.c 

Log message:
deal with uvm. Mostly name changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 06:56:44

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
PNIC II


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 07:04:35

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/26 09:06:43

Modified files:
	sbin/nfsiod    : nfsiod.c 

Log message:
add missing parameter to warnx(); noticed by wvdputte@reptile.rug.ac.be


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/26 09:13:31

Modified files:
	usr.sbin/pkg_install/create: perform.c 

Log message:
You've been warned: turn too long package comments into errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/26 09:17:46

Modified files:
	sbin/nfsiod    : nfsiod.c 

Log message:
Rename *NFSDCNT to *NFSIODCNT and base MAXNFSIODCNT on NFS_MAXASYNCDAEMON since that's the kernel limit (both are 20)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/26 09:18:45

Modified files:
	lang/egcs-stable: Makefile 
	lang/egcs-stable/files: md5 
	lang/egcs-stable/files/config/gcc/config: openbsd.h t-openbsd 
	                                          xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/i386: openbsd.h 
	                                               xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/m68k: openbsd.h 
	                                               xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/sparc: openbsd.h 
	                                                xm-openbsd.h 
	lang/egcs-stable/files/config/libstdc++/config: openbsd.ml 
	lang/egcs-stable/patches: patch-core-config.open 
	                          patch-g++-libshared.open 

Log message:
Prepare for 1.1.2 release


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/26 09:19:38

ports/lang/egcs-stable/files/config/gcc/config/alpha

Update of /cvs/ports/lang/egcs-stable/files/config/gcc/config/alpha
In directory cvs.openbsd.org:/tmp/cvs-serv28661/files/config/gcc/config/alpha

Log Message:
Directory /cvs/ports/lang/egcs-stable/files/config/gcc/config/alpha added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/26 09:19:51

Modified files:
	sbin/nfsd      : nfsd.8 
	sbin/nfsiod    : nfsiod.8 

Log message:
document that the max value for the -n option is 20


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/26 09:20:38

Added files:
	lang/egcs-stable/files/config/gcc/config/alpha: openbsd.h 
	                                                xm-openbsd.h 
	lang/egcs-stable/patches: patch-core-pa-guess 

Log message:
Add alpha files & pa check.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/26 09:21:42

Added files:
	lang/egcs-stable/files/config/gcc/config: t-openbsd-thread 
	lang/egcs-stable/files/config/libstdc++/config: openbsd.mt 

Log message:
Fragments needed for multithread support (not really functional yet)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/26 09:35:33

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

Log message:
ext2fs is missing a LINK_MAX check too


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	1999/02/26 09:39:37

Modified files:
	.              : errata.html 

Log message:
mention that we are on nlink patch v4


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 10:01:36

Modified files:
	sys/conf       : files 
	sys/net        : if.h if_ethersubr.c 
	sys/sys        : sockio.h 
	usr.bin/kdump  : mkioctls 
	share/man/man4 : Makefile 
Added files:
	sys/net        : if_bridge.c if_bridge.h 
	share/man/man4 : bridge.4 

Log message:
Ethernet bridge/IP firewall driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 10:05:56

Modified files:
	sys/dev/pci    : if_de.c if_fxp.c if_mx.c if_pn.c if_rl.c 
	                 if_tx.c if_vr.c if_xl.c 

Log message:
compensate for the fact that the check for ownership of a unicast packet
has moved to ether_input()


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/26 10:37:05

src/share/man/man4/man4.hppa

Update of /cvs/src/share/man/man4/man4.hppa
In directory cvs.openbsd.org:/tmp/cvs-serv5415/man4.hppa

Log Message:
Directory /cvs/src/share/man/man4/man4.hppa added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/26 10:48:37

Modified files:
	lang/egcs-stable: Makefile 

Log message:
Temporary: prerelease does live in the snapshot directory


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 10:50:36

src/usr.sbin/brconfig

Update of /cvs/src/usr.sbin/brconfig
In directory cvs.openbsd.org:/tmp/cvs-serv9670/brconfig

Log Message:
Directory /cvs/src/usr.sbin/brconfig added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 10:52:13

Modified files:
	usr.sbin       : Makefile 
Added files:
	usr.sbin/brconfig: Makefile brconfig.8 brconfig.c 

Log message:
bridge config utility


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/26 11:26:14

Modified files:
	share/man/man4/man4.arc: Makefile 

Log message:
pasto


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/02/26 11:32:23

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
add missing {cat,man}4/arc dirs; fix pasto for alpha


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 12:17:42

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

Log message:
rearrange sections to match mdoc.template
nuke references to the original name of the program
add bugs section


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 12:31:52

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
Xr brconfig


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1999/02/26 12:36:13

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

Log message:
Add EMLINK error message


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 12:56:34

Modified files:
	share/man/man4 : netintro.4 

Log message:
Xr bridge(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/26 14:25:45

Modified files:
	sys/dev/pci    : if_rlreg.h if_rl.c 

Log message:
Sync with FreeBSD:
o fix multicast hash calculation (return the right set of bits)
o make sure ifp->if_snd.ifq_maxlen is initialized
o use RL_CMD_EMPTY_RXBUF instead of magic constant 1
o make sure the delta 8139 boards are setup correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/26 14:28:26

Modified files:
	usr.sbin/ppp/ppp: auth.c auth.h cbcp.c ccp.c ccp.h command.c 
	                  datalink.c defs.h fsm.c fsm.h ipcp.c ipcp.h 
	                  lcp.c lcp.h modem.c ppp.8 

Log message:
Allow control over the number of ConfigREQ & TermREQ attempts
that are made in each of the FSMs (LCP, CCP & IPCP) and the
number of REQs/Challenges for PAP/CHAP by accepting more arguments
in the ``set {c,ip,l}cpretry'' and ``set {ch,p}apretry'' commands.

Change the non-convergence thresholds to 3 times the number of configured
REQ tries (rather than the previous fixed ``10'').  We now notice
repeated NAKs and REJs rather than just REQs.

Don't suggest that CHAP 0x05 isn't supported when it's not configured.

Fix some bugs that expose themselves with smaller numbers of retries:
o Handle instantaneous disconnects (set device /dev/null) correctly
by stopping all fsm timers in fsm2initial.
o Don't forget to uu_unlock() devices that are files but are not
ttys (set device /dev/zero).

Fix a *HORRENDOUS* bug in RFC1661 (already fixed for an Open event in state
``Closed''):
According to the state transition table, a RCR+ or RCR- received in
the ``Stopped'' state are supposed to InitRestartCounter, SendConfigReq
and SendConfig{Ack,Nak}.  However, in ``Stopped'', we haven't yet
done a TLS (or the last thing we did is a TLF).  We must therefore
do the TLS at this point !

This was never noticed before because LCP and CCP used not use
LayerStart() for anything interesting, and IPCP tends to go into
Stopped then get a Down because of an LCP RTR rather than getting a
RCR again.


CVSROOT:	/cvs
Module name:	X11
Changes by:	mickey@cvs.openbsd.org	1999/02/26 16:11:38

X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-hppa

Update of /cvs/X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-hppa
In directory cvs.openbsd.org:/tmp/cvs-serv2593/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-hppa

Log Message:
Directory /cvs/X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/26 17:59:35

Modified files:
	distrib/sets/lists/base: md.mac68k 
	distrib/sets/lists/comp: md.mac68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/26 18:21:15

Modified files:
	lang           : Makefile 
	lang/guile     : Makefile 

Log message:
Change the master subdirectory and enable guile.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/26 18:32:38

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
ESS ES1878 Plug and Play AudioD; hbaez@usa.net.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/26 18:33:17

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/26 18:52:38

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
increase joy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/26 18:52:41

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 00:41:25

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.arc md.atari 
	                         md.hp300 md.i386 md.mac68k md.mvme68k 
	                         md.mvme88k md.pc532 md.pmax md.sparc 
	                         md.sun3 mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 00:55:26

Modified files:
	share/man/man4 : bridge.4 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 00:59:30

Modified files:
	sbin/umount    : umount.c 

Log message:
reverse complete garbage which was not even tested, tsk tsk tsk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 01:49:50

Modified files:
	kerberosIV/man : krb.conf.5 krb.realms.5 

Log message:
man page names are not paths


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/02/27 02:59:37

Modified files:
	sbin/isakmpd   : ipsec.c pf_encap.c sa.h 

Log message:
ipsec.c: Merge with EOM 1.83
Only accept IPsec SAs when searching for such

sa.h: Merge with EOM 1.41
Stayalive connections as a default for now, init pf_encap_socket

pf_encap.c: Merge with EOM 1.45
Stayalive connections as a default for now, init pf_encap_socket


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/27 06:40:24

Modified files:
	usr.sbin/pkg_install/info: perform.c 

Log message:
Small new feature: pkg_info pkg
now tries to complete the package name with a version number while
scanning the installed list of packages.

Not foolproof. The pkg_* tools are atrocious anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/27 06:44:20

Modified files:
	usr.sbin/pkg_install/info: pkg_info.1 

Log message:
Document that feature.

Pending a check and a rewriting, as the documentation is misleading.
It seems to imply it looks thru installed packages first, whereas
code tells pkg_info looks thru package files first.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/27 07:23:25

Modified files:
	lang/egcs-stable/files/config/gcc/config: t-openbsd 

Log message:
This should avoid mkstemps trouble on alpha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:28:36

Modified files:
	emulators/wine : Makefile 
	emulators/wine/files: md5 
	emulators/wine/patches: patch-aa patch-ab 
	emulators/wine/pkg: PLIST 

Log message:
Update to Wine-990225


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:32:39

Log message:
    Import of the new glib-1.2.0. This library is needed by gtk+-1.2.0
    
    The pkg/DESCR file :
    
    General-purpose library from the GTK+ team.
    
    This is GLib version 1.1.0.   GLib, is a library which includes support
    routines for C such as lists, trees, hashes, memory allocation, and
    many other things.
    
    The official ftp site is:
    ftp://ftp.gtk.org/pub/gtk/
    
    The official web site is:
    http://www.gtk.org/
    
    A mailing list is located at:
    gtk-list@redhat.com
    
    Status:
    
    Vendor Tag:	BrunoRohee
    Release Tags:	BrunoRohee_1999-Feb-27
    
    N ports/devel/glib/Makefile
    N ports/devel/glib/files/md5
    N ports/devel/glib/pkg/COMMENT
    N ports/devel/glib/pkg/DESCR
    N ports/devel/glib/pkg/PLIST
    N ports/devel/glib/pkg/PLIST.noshared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:36:03

Modified files:
	devel          : Makefile 

Log message:
Activate glib and tkcvs


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:42:28

Modified files:
	lang           : Makefile 

Log message:
activate icon


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:44:09

Modified files:
	mail           : Makefile 

Log message:
activate exmh and postfix


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:47:17

Modified files:
	editors        : Makefile 

Log message:
Activate jed and wordperfect


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:49:11

Modified files:
	graphics       : Makefile 

Log message:
Activate tiff and xanim


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:54:09

Modified files:
	net            : Makefile 

Log message:
Activate rsync


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:56:33

Modified files:
	x11            : Makefile 

Log message:
Activate xlockmore, xview-config and xview-lib


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/02/27 08:59:36

Modified files:
	lang/guile     : Makefile 
	mail/vrfy      : Makefile 

Log message:
br@spooky.net -> rohee@OpenBSD.ORG (both are me, I'm not stealing the ports :-\)\)


CVSROOT:	/cvs
Module name:	www
Changes by:	rohee@cvs.openbsd.org	1999/02/27 09:37:30

Modified files:
	.              : porting.html 

Log message:
Some precisions and updates


CVSROOT:	/cvs
Module name:	www
Changes by:	rohee@cvs.openbsd.org	1999/02/27 09:49:45

Modified files:
	.              : porting.html 

Log message:
HTML cleanup, now passes http://validator.w3.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 10:01:29

Modified files:
	usr.bin/ctags  : ctags.1 

Log message:
typo; helbig@Informatik.BA-Stuttgart.DE


CVSROOT:	/cvs
Module name:	src
Changes by:	rohee@cvs.openbsd.org	1999/02/27 11:28:13

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

Log message:
sunsite.unc.edu changed its name to metalab.unc.edu + French mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 11:29:54

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

Log message:
changes in command syntax; suggested by deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 11:44:58

Modified files:
	sys/dev/pci    : if_pn.c if_pnreg.h 

Log message:
Sync with FreeBSD:
o match pnic-ii
o make sure that ifp->if_snd.ifq_maxlen is initialized


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 12:05:46

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

Log message:
Sync with FreeBSD:
o make sure ifp->if_snd.ifq_maxlen is initialized
o proper handling of boards which report the TI product id


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 12:15:28

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

Log message:
OpenBSD tags, sync with FreeBSD:
o make sure ifp->if_snd.ifq_maxlen is initialized
o type fixups


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 12:50:36

Modified files:
	share/man/man4 : rl.4 tl.4 pn.4 xl.4 

Log message:
sync with freebsd:
man page fixups, more devices


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 13:02:39

Modified files:
	distrib/notes/i386: hardware 

Log message:
more ethernet boards


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/02/27 13:07:41

Modified files:
	.              : i386.html 

Log message:
more ethernet cards


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 13:59:59

Modified files:
	distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 
	                         md.mac68k md.mvme68k md.pmax md.powerpc 
	                         md.sparc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 14:19:28

Modified files:
	sys/net        : if_bridge.c 

Log message:
rearrange strcutures to avoid bad padding; deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 14:22:19

Modified files:
	usr.bin/netstat: mbuf.c 

Log message:
do not divide by zero; helbig@Informatik.BA-Stuttgart.DE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 14:57:43

Modified files:
	lib/libc/compat-43: creat.3 gethostid.3 killpg.3 sigblock.3 
	                    sigpause.3 sigsetmask.3 sigvec.3 
	lib/libc/db/man: dbopen.3 mpool.3 
	lib/libc/gen   : exec.3 getcap.3 getdomainname.3 gethostname.3 
	                 getnetgrent.3 getpagesize.3 signal.3 utime.3 
	lib/libc/net   : gethostbyname.3 resolver.3 
	lib/libc/regex : regex.3 
	lib/libc/stdio : fflush.3 printf.3 putc.3 tmpnam.3 
	lib/libc/stdlib: a64l.3 exit.3 qsort.3 tsearch.3 
	lib/libc/sys   : access.2 acct.2 adjtime.2 bind.2 chdir.2 
	                 chflags.2 chmod.2 chown.2 chroot.2 close.2 
	                 dup.2 execve.2 fcntl.2 flock.2 fork.2 fsync.2 
	                 getdirentries.2 getfh.2 getfsstat.2 getgid.2 
	                 getgroups.2 getitimer.2 getlogin.2 
	                 getpeername.2 getpid.2 getpriority.2 
	                 getrlimit.2 getrusage.2 getsockname.2 
	                 getsockopt.2 getuid.2 ioctl.2 kill.2 ktrace.2 
	                 link.2 listen.2 lseek.2 mkdir.2 mkfifo.2 
	                 mknod.2 mlock.2 mmap.2 mount.2 munmap.2 
	                 nfssvc.2 open.2 pathconf.2 poll.2 quotactl.2 
	                 read.2 readlink.2 reboot.2 recv.2 rename.2 
	                 revoke.2 rfork.2 rmdir.2 select.2 send.2 
	                 setgroups.2 setpgid.2 sigaction.2 sigaltstack.2 
	                 sigreturn.2 sigsuspend.2 socket.2 stat.2 
	                 statfs.2 swapon.2 symlink.2 sync.2 sysarch.2 
	                 syscall.2 truncate.2 unlink.2 utimes.2 vfork.2 
	                 wait.2 write.2 
	lib/libc/yp    : ypclnt.3 
	lib/libc_r/man : pthread_mutex_destroy.3 pthread_mutex_trylock.3 
	                 sigwait.3 
	lib/libcompat/4.1: vtimes.3 
	lib/libcompat/4.3: lsearch.3 
	lib/libedit    : editline.3 
	lib/libm/man   : lgamma.3 
	lib/libocurses/PSD.doc: intro.3 
	lib/libutil    : getmaxpartitions.3 getrawpartition.3 

Log message:
make function names the correct case


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 15:05:10

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
another sb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 15:05:30

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 16:54:43

Modified files:
	sys/dev/pci    : if_xl.c if_xlreg.h 

Log message:
sync with freebsd:
o remove call to DELAY from xl_wait()
o do not issue RX and TX resets in xl_stop() & xl_init()
o be sure that ifp->if_snd.ifq_maxlen is initialized


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 20:23:38

Modified files:
	sys/dev/ic     : dp8390.c elink3.c smc91cxx.c 
	sys/dev/isa    : if_ed.c if_eg.c if_el.c if_ex.c if_fe.c if_hp.c 
	                 if_iy.c 

Log message:
compensate for the test of packet ownership being moved to ether_input()


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/02/27 21:59:21

Modified files:
	faq            : faq4.html faq6.html 

Log message:
Few characters werent showing up just right. added &lt; and &gt;


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/27 22:02:17

Modified files:
	sys/dev/ic     : am7990.c 
	sys/arch/kbus/dev: am7990.c 

Log message:
compensate for check on unicast packets rx'd in promisc mode being moved
to ether_input().


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 22:53:13

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
DEBUG should not affect apm.c


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:25:34

Modified files:
	sys/conf       : newvers.sh 
	sys/sys        : param.h 
	distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 
	                         md.i386 md.mac68k md.mvme68k md.mvme88k 
	                         md.pmax md.powerpc md.sparc 
	distrib/sets/lists/comp: md.alpha md.amiga md.arc md.hp300 
	                         md.i386 md.mac68k md.mvme68k md.pmax 
	                         md.powerpc md.sparc 
	distrib/sets/lists/man: mi 
	share/mk       : sys.mk 

Log message:
moving to 2.5-beta


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:50:15

Modified files:
	sbin/dump      : tape.c 

Log message:
if we kill, do not kill again


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:50:33

Modified files:
	distrib/miniroot: install.sh 

Log message:
if swapon exists, use it to add root swap partition


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:50:51

Modified files:
	distrib/i386/floppies/ramdisk: instbin.conf list 

Log message:
put swapon on i386 floppy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:51:16

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

Log message:
permit swap on wd0b and sd0b, for swapon


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:51:36

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

Log message:
do not APMDEBUG ramdisk floppy, it is very noisy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/27 23:52:05

Modified files:
	sys/conf       : GENERIC 

Log message:
support bridging by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/28 01:35:43

Modified files:
	security/cfs   : Makefile 
	security/cfs/pkg: PLIST 

Log message:
Don't install cfs.sh, it is started in /etc/rc.local.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	1999/02/28 02:08:13

Modified files:
	distrib/sets/lists/base: md.pmax 

Log message:
sync pmax


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	1999/02/28 02:08:35

Modified files:
	distrib/sets/lists/comp: md.pmax 

Log message:
sync pmax


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/28 04:18:13

Log message:
    mtools-3.9.1, distribution patch 1502.
    
    Status:
    
    Vendor Tag:	mtools
    Release Tags:	fgsch_19990228
    
    N ports/sysutils/mtools/Makefile
    N ports/sysutils/mtools/pkg/COMMENT
    N ports/sysutils/mtools/pkg/DESCR
    N ports/sysutils/mtools/pkg/PLIST
    N ports/sysutils/mtools/patches/patch-aa
    N ports/sysutils/mtools/patches/patch-ab
    N ports/sysutils/mtools/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/02/28 04:25:00

Modified files:
	sysutils       : Makefile 

Log message:
Enable mtools.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/02/28 07:14:12

Modified files:
	kerberosIV/kafs: common.c 

Log message:
Don't break when TheseCells or ThisCell contains empty lines


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/28 08:05:51

Modified files:
	lang/egcs-stable/files/config/gcc/config: t-openbsd 

Log message:
Okay, this one should be right.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/28 08:26:04

Modified files:
	gnu/usr.bin/gcc: configure.in configure 

Log message:
Write a `default' OpenBSD setup to factorize stuff that is common to
all OpenBSD architectures. That way, you have to make a conscious
effort to rewrite it.

As usual, configure.in -> configure.
First guy who patches configure directly gets shot.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/28 08:44:59

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
Introduce OBSD_CPP_SPEC and OBSD_LIB_SPEC,
so that OpenBSD specific specs are visible to be used by arch
configuration files that don't redefine CPP_SPEC/LIB_SPEC directly.

This avoids some duplication of code.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/28 08:48:39

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
Formatting changes: conform to the gnu coding standard guidelines.
This is the version that was entered in the egcs project as the official
OpenBSD configuration file.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/28 08:51:14

Modified files:
	gnu/usr.bin/gcc/config: openbsd.h 

Log message:
From: Jeffrey A Law <law@hurl.cygnus.com>

Marc Espie writes:
> I haven't really been able to follow thru the code (and my current build
> is not finished yet, so I can't do the check myself), but your recent patch
>
> to handle weak correctly does look like __attribute__((weak)) will work
> correctly only if HANDLE_PRAGMA_WEAK is asserted.
>
> This is a problem, as HANDLE_PRAGMA_WEAK is a choice, not a feature (at
> least, that's what the gcc.info documentation seems to imply for
> HANDLE_SYSV_PRAGMA).
When HANDLE_PRAGMA_WEAK is false, the code will continue to fail as it has
failed for years.  Not perfect by any means.  Feel free to fix it.  It is
still a choice, selecting that choice is the only way to get functional
weak support right now.

What needs to happen long term is the generic weak/alias code needs to become
unconditional and only the pragma parsing of that code be conditional.


CVSROOT:	/cvs
Module name:	src
Changes by:	kstailey@cvs.openbsd.org	1999/02/28 08:54:31

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

Log message:
new box


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/28 11:17:07

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/patches: patch-g77-name-transform 

Log message:
Synch with 19990228 snapshot


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/28 11:19:54

Added files:
	lang/egcs-snapshot/patches: patch-core-weak 

Log message:
Same work-around as mainline.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/28 11:21:11

Modified files:
	lang/egcs-stable/files/config/gcc/config: openbsd.h 

Log message:
Make __attribute__((weak)) work again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/02/28 11:53:00

Removed files:
	lang/egcs-stable/patches: patch-core-m68k 

Log message:
Integrated into 1.1.2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/28 11:55:26

Modified files:
	usr.sbin/pkg_install/add: main.c 
	usr.sbin/pkg_install/info: main.c 

Log message:
nice usage messages


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/28 12:12:37

Modified files:
	sys/arch/sparc/dev: dma.c esp.c if_le.c 

Log message:
conditionalize use of sbus_testdma()


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/02/28 13:05:45

Modified files:
	distrib/sets/lists/xbase: md.i386 
	distrib/sets/lists/xlink: md.i386 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/02/28 14:35:34

Log message:
    Latest version from Cyclic
    
    Status:
    
    Vendor Tag:	cyclic
    Release Tags:	cvs-1-10-5
    
    U src/gnu/usr.bin/cvs/COPYING
    U src/gnu/usr.bin/cvs/COPYING.LIB
    U src/gnu/usr.bin/cvs/INSTALL
    U src/gnu/usr.bin/cvs/README
    U src/gnu/usr.bin/cvs/TODO
    U src/gnu/usr.bin/cvs/PROJECTS
    U src/gnu/usr.bin/cvs/BUGS
    U src/gnu/usr.bin/cvs/MINOR-BUGS
    U src/gnu/usr.bin/cvs/FAQ
    U src/gnu/usr.bin/cvs/HACKING
    U src/gnu/usr.bin/cvs/DEVEL-CVS
    U src/gnu/usr.bin/cvs/TESTS
    U src/gnu/usr.bin/cvs/README.VMS
    U src/gnu/usr.bin/cvs/build.com
    U src/gnu/usr.bin/cvs/ChangeLog
    U src/gnu/usr.bin/cvs/NEWS
    U src/gnu/usr.bin/cvs/ChangeLog.zoo
    C src/gnu/usr.bin/cvs/configure
    C src/gnu/usr.bin/cvs/configure.in
    U src/gnu/usr.bin/cvs/stamp-h.in
    U src/gnu/usr.bin/cvs/config.h.in
    U src/gnu/usr.bin/cvs/Makefile.in
    U src/gnu/usr.bin/cvs/acconfig.h
    U src/gnu/usr.bin/cvs/cvs-format.el
    U src/gnu/usr.bin/cvs/mkinstalldirs
    U src/gnu/usr.bin/cvs/install-sh
    U src/gnu/usr.bin/cvs/cvsnt.mak
    U src/gnu/usr.bin/cvs/cvsnt.dsp
    U src/gnu/usr.bin/cvs/.cvsignore
    U src/gnu/usr.bin/cvs/cvs.spec
    U src/gnu/usr.bin/cvs/lib/.cvsignore
    U src/gnu/usr.bin/cvs/lib/ChangeLog
    U src/gnu/usr.bin/cvs/lib/ChangeLog.fsf
    C src/gnu/usr.bin/cvs/lib/Makefile.in
    U src/gnu/usr.bin/cvs/lib/argmatch.c
    U src/gnu/usr.bin/cvs/lib/dup2.c
    U src/gnu/usr.bin/cvs/lib/fncase.c
    U src/gnu/usr.bin/cvs/lib/fnmatch.c
    U src/gnu/usr.bin/cvs/lib/ftruncate.c
    C src/gnu/usr.bin/cvs/lib/getdate.c
    C src/gnu/usr.bin/cvs/lib/getdate.y
    U src/gnu/usr.bin/cvs/lib/getline.c
    U src/gnu/usr.bin/cvs/lib/getopt.c
    U src/gnu/usr.bin/cvs/lib/getopt1.c
    U src/gnu/usr.bin/cvs/lib/hostname.c
    U src/gnu/usr.bin/cvs/lib/md5.c
    C src/gnu/usr.bin/cvs/lib/memmove.c
    U src/gnu/usr.bin/cvs/lib/mkdir.c
    U src/gnu/usr.bin/cvs/lib/regex.c
    U src/gnu/usr.bin/cvs/lib/rename.c
    U src/gnu/usr.bin/cvs/lib/savecwd.c
    U src/gnu/usr.bin/cvs/lib/sighandle.c
    U src/gnu/usr.bin/cvs/lib/strstr.c
    U src/gnu/usr.bin/cvs/lib/strerror.c
    U src/gnu/usr.bin/cvs/lib/strtoul.c
    U src/gnu/usr.bin/cvs/lib/stripslash.c
    U src/gnu/usr.bin/cvs/lib/valloc.c
    U src/gnu/usr.bin/cvs/lib/waitpid.c
    U src/gnu/usr.bin/cvs/lib/xgetwd.c
    U src/gnu/usr.bin/cvs/lib/yesno.c
    U src/gnu/usr.bin/cvs/lib/getline.h
    U src/gnu/usr.bin/cvs/lib/getopt.h
    U src/gnu/usr.bin/cvs/lib/fnmatch.h
    U src/gnu/usr.bin/cvs/lib/regex.h
    U src/gnu/usr.bin/cvs/lib/system.h
    U src/gnu/usr.bin/cvs/lib/wait.h
    U src/gnu/usr.bin/cvs/lib/md5.h
    U src/gnu/usr.bin/cvs/lib/savecwd.h
    U src/gnu/usr.bin/cvs/lib/build_lib.com
    U src/gnu/usr.bin/cvs/zlib/README
    U src/gnu/usr.bin/cvs/zlib/INDEX
    U src/gnu/usr.bin/cvs/zlib/ChangeLog
    U src/gnu/usr.bin/cvs/zlib/configure
    U src/gnu/usr.bin/cvs/zlib/Makefile.b32
    U src/gnu/usr.bin/cvs/zlib/Makefile.bor
    U src/gnu/usr.bin/cvs/zlib/Makefile.dj2
    U src/gnu/usr.bin/cvs/zlib/Makefile.in
    U src/gnu/usr.bin/cvs/zlib/Makefile.msc
    U src/gnu/usr.bin/cvs/zlib/Makefile.riscos
    U src/gnu/usr.bin/cvs/zlib/Makefile.sas
    U src/gnu/usr.bin/cvs/zlib/Makefile.tc
    U src/gnu/usr.bin/cvs/zlib/Makefile.wat
    U src/gnu/usr.bin/cvs/zlib/Make_vms.com
    U src/gnu/usr.bin/cvs/zlib/descrip.mms
    U src/gnu/usr.bin/cvs/zlib/zlib.def
    U src/gnu/usr.bin/cvs/zlib/zlib.rc
    U src/gnu/usr.bin/cvs/zlib/algorithm.doc
    U src/gnu/usr.bin/cvs/zlib/adler32.c
    U src/gnu/usr.bin/cvs/zlib/compress.c
    U src/gnu/usr.bin/cvs/zlib/crc32.c
    U src/gnu/usr.bin/cvs/zlib/deflate.c
    U src/gnu/usr.bin/cvs/zlib/deflate.h
    U src/gnu/usr.bin/cvs/zlib/example.c
    U src/gnu/usr.bin/cvs/zlib/gzio.c
    U src/gnu/usr.bin/cvs/zlib/infblock.c
    U src/gnu/usr.bin/cvs/zlib/infblock.h
    U src/gnu/usr.bin/cvs/zlib/infcodes.c
    U src/gnu/usr.bin/cvs/zlib/infcodes.h
    U src/gnu/usr.bin/cvs/zlib/inffast.c
    U src/gnu/usr.bin/cvs/zlib/inffast.h
    U src/gnu/usr.bin/cvs/zlib/inflate.c
    U src/gnu/usr.bin/cvs/zlib/inftrees.c
    U src/gnu/usr.bin/cvs/zlib/inftrees.h
    U src/gnu/usr.bin/cvs/zlib/infutil.c
    U src/gnu/usr.bin/cvs/zlib/infutil.h
    U src/gnu/usr.bin/cvs/zlib/minigzip.c
    U src/gnu/usr.bin/cvs/zlib/trees.c
    U src/gnu/usr.bin/cvs/zlib/uncompr.c
    U src/gnu/usr.bin/cvs/zlib/zconf.h
    U src/gnu/usr.bin/cvs/zlib/zlib.h
    U src/gnu/usr.bin/cvs/zlib/zutil.c
    U src/gnu/usr.bin/cvs/zlib/zutil.h
    U src/gnu/usr.bin/cvs/zlib/build_zlib.com
    U src/gnu/usr.bin/cvs/diff/diff.c
    U src/gnu/usr.bin/cvs/diff/diff3.c
    U src/gnu/usr.bin/cvs/diff/analyze.c
    U src/gnu/usr.bin/cvs/diff/cmpbuf.c
    U src/gnu/usr.bin/cvs/diff/cmpbuf.h
    U src/gnu/usr.bin/cvs/diff/io.c
    U src/gnu/usr.bin/cvs/diff/context.c
    U src/gnu/usr.bin/cvs/diff/ed.c
    U src/gnu/usr.bin/cvs/diff/normal.c
    U src/gnu/usr.bin/cvs/diff/ifdef.c
    U src/gnu/usr.bin/cvs/diff/util.c
    U src/gnu/usr.bin/cvs/diff/dir.c
    U src/gnu/usr.bin/cvs/diff/version.c
    U src/gnu/usr.bin/cvs/diff/diff.h
    U src/gnu/usr.bin/cvs/diff/side.c
    U src/gnu/usr.bin/cvs/diff/system.h
    U src/gnu/usr.bin/cvs/diff/diffrun.h
    U src/gnu/usr.bin/cvs/diff/ChangeLog
    U src/gnu/usr.bin/cvs/diff/build_diff.com
    C src/gnu/usr.bin/cvs/diff/Makefile.in
    N src/gnu/usr.bin/cvs/diff/diagmeet.note
    U src/gnu/usr.bin/cvs/src/.cvsignore
    C src/gnu/usr.bin/cvs/src/Makefile.in
    U src/gnu/usr.bin/cvs/src/ChangeLog
    U src/gnu/usr.bin/cvs/src/ChangeLog-97
    U src/gnu/usr.bin/cvs/src/ChangeLog-96
    U src/gnu/usr.bin/cvs/src/ChangeLog-9395
    U src/gnu/usr.bin/cvs/src/ChangeLog-9194
    U src/gnu/usr.bin/cvs/src/sanity.sh
    U src/gnu/usr.bin/cvs/src/cvsbug.sh
    U src/gnu/usr.bin/cvs/src/buffer.h
    C src/gnu/usr.bin/cvs/src/cvs.h
    U src/gnu/usr.bin/cvs/src/rcs.h
    U src/gnu/usr.bin/cvs/src/hardlink.h
    U src/gnu/usr.bin/cvs/src/hash.h
    U src/gnu/usr.bin/cvs/src/myndbm.h
    U src/gnu/usr.bin/cvs/src/update.h
    U src/gnu/usr.bin/cvs/src/server.h
    U src/gnu/usr.bin/cvs/src/client.h
    U src/gnu/usr.bin/cvs/src/error.h
    U src/gnu/usr.bin/cvs/src/fileattr.h
    U src/gnu/usr.bin/cvs/src/edit.h
    U src/gnu/usr.bin/cvs/src/watch.h
    U src/gnu/usr.bin/cvs/src/options.h.in
    U src/gnu/usr.bin/cvs/src/add.c
    U src/gnu/usr.bin/cvs/src/admin.c
    U src/gnu/usr.bin/cvs/src/buffer.c
    U src/gnu/usr.bin/cvs/src/checkin.c
    C src/gnu/usr.bin/cvs/src/checkout.c
    U src/gnu/usr.bin/cvs/src/classify.c
    U src/gnu/usr.bin/cvs/src/client.c
    C src/gnu/usr.bin/cvs/src/commit.c
    U src/gnu/usr.bin/cvs/src/create_adm.c
    U src/gnu/usr.bin/cvs/src/cvsrc.c
    U src/gnu/usr.bin/cvs/src/diff.c
    U src/gnu/usr.bin/cvs/src/edit.c
    U src/gnu/usr.bin/cvs/src/entries.c
    U src/gnu/usr.bin/cvs/src/error.c
    U src/gnu/usr.bin/cvs/src/expand_path.c
    U src/gnu/usr.bin/cvs/src/fileattr.c
    U src/gnu/usr.bin/cvs/src/find_names.c
    U src/gnu/usr.bin/cvs/src/hardlink.c
    U src/gnu/usr.bin/cvs/src/hash.c
    U src/gnu/usr.bin/cvs/src/history.c
    C src/gnu/usr.bin/cvs/src/ignore.c
    U src/gnu/usr.bin/cvs/src/import.c
    C src/gnu/usr.bin/cvs/src/lock.c
    U src/gnu/usr.bin/cvs/src/log.c
    U src/gnu/usr.bin/cvs/src/login.c
    U src/gnu/usr.bin/cvs/src/logmsg.c
    C src/gnu/usr.bin/cvs/src/main.c
    C src/gnu/usr.bin/cvs/src/mkmodules.c
    C src/gnu/usr.bin/cvs/src/patch.c
    U src/gnu/usr.bin/cvs/src/modules.c
    U src/gnu/usr.bin/cvs/src/myndbm.c
    U src/gnu/usr.bin/cvs/src/no_diff.c
    C src/gnu/usr.bin/cvs/src/parseinfo.c
    C src/gnu/usr.bin/cvs/src/rcs.c
    C src/gnu/usr.bin/cvs/src/rcscmds.c
    U src/gnu/usr.bin/cvs/src/recurse.c
    U src/gnu/usr.bin/cvs/src/release.c
    U src/gnu/usr.bin/cvs/src/remove.c
    U src/gnu/usr.bin/cvs/src/repos.c
    U src/gnu/usr.bin/cvs/src/root.c
    U src/gnu/usr.bin/cvs/src/rtag.c
    U src/gnu/usr.bin/cvs/src/scramble.c
    C src/gnu/usr.bin/cvs/src/server.c
    U src/gnu/usr.bin/cvs/src/status.c
    U src/gnu/usr.bin/cvs/src/subr.c
    U src/gnu/usr.bin/cvs/src/filesubr.c
    U src/gnu/usr.bin/cvs/src/run.c
    U src/gnu/usr.bin/cvs/src/tag.c
    C src/gnu/usr.bin/cvs/src/update.c
    U src/gnu/usr.bin/cvs/src/watch.c
    U src/gnu/usr.bin/cvs/src/wrapper.c
    U src/gnu/usr.bin/cvs/src/vers_ts.c
    U src/gnu/usr.bin/cvs/src/version.c
    U src/gnu/usr.bin/cvs/src/zlib.c
    U src/gnu/usr.bin/cvs/src/build_src.com
    U src/gnu/usr.bin/cvs/man/.cvsignore
    U src/gnu/usr.bin/cvs/man/ChangeLog
    U src/gnu/usr.bin/cvs/man/Makefile.in
    U src/gnu/usr.bin/cvs/man/cvs.1
    U src/gnu/usr.bin/cvs/man/cvs.5
    U src/gnu/usr.bin/cvs/man/cvsbug.8
    U src/gnu/usr.bin/cvs/doc/.cvsignore
    U src/gnu/usr.bin/cvs/doc/ChangeLog
    U src/gnu/usr.bin/cvs/doc/ChangeLog.fsf
    U src/gnu/usr.bin/cvs/doc/Makefile.in
    U src/gnu/usr.bin/cvs/doc/RCSFILES
    U src/gnu/usr.bin/cvs/doc/cvs-paper.ms
    I src/gnu/usr.bin/cvs/doc/cvs-paper.ps
    U src/gnu/usr.bin/cvs/doc/cvs.texinfo
    U src/gnu/usr.bin/cvs/doc/cvsclient.texi
    I src/gnu/usr.bin/cvs/doc/cvs.ps
    I src/gnu/usr.bin/cvs/doc/cvs.info
    I src/gnu/usr.bin/cvs/doc/cvs.aux
    I src/gnu/usr.bin/cvs/doc/cvsclient.ps
    I src/gnu/usr.bin/cvs/doc/cvsclient.info
    I src/gnu/usr.bin/cvs/doc/cvsclient.aux
    I src/gnu/usr.bin/cvs/doc/CVSvn.texi
    I src/gnu/usr.bin/cvs/doc/cvs.info-1
    I src/gnu/usr.bin/cvs/doc/cvs.info-2
    I src/gnu/usr.bin/cvs/doc/cvs.info-3
    I src/gnu/usr.bin/cvs/doc/cvs.info-4
    I src/gnu/usr.bin/cvs/doc/cvs.info-5
    I src/gnu/usr.bin/cvs/doc/cvs.info-6
    I src/gnu/usr.bin/cvs/doc/cvs.info-7
    I src/gnu/usr.bin/cvs/doc/cvs.info-8
    I src/gnu/usr.bin/cvs/doc/cvs.info-9
    I src/gnu/usr.bin/cvs/doc/cvsclient.info-1
    I src/gnu/usr.bin/cvs/doc/cvsclient.info-2
    I src/gnu/usr.bin/cvs/doc/cvsclient.info-3
    U src/gnu/usr.bin/cvs/contrib/ChangeLog
    U src/gnu/usr.bin/cvs/contrib/README
    U src/gnu/usr.bin/cvs/contrib/.cvsignore
    U src/gnu/usr.bin/cvs/contrib/intro.doc
    C src/gnu/usr.bin/cvs/contrib/Makefile.in
    U src/gnu/usr.bin/cvs/contrib/clmerge.pl
    U src/gnu/usr.bin/cvs/contrib/cln_hist.pl
    U src/gnu/usr.bin/cvs/contrib/commit_prep.pl
    U src/gnu/usr.bin/cvs/contrib/cvs2vendor.sh
    U src/gnu/usr.bin/cvs/contrib/cvs_acls.pl
    U src/gnu/usr.bin/cvs/contrib/cvscheck.sh
    U src/gnu/usr.bin/cvs/contrib/cvscheck.man
    U src/gnu/usr.bin/cvs/contrib/cvshelp.man
    U src/gnu/usr.bin/cvs/contrib/descend.sh
    U src/gnu/usr.bin/cvs/contrib/descend.man
    U src/gnu/usr.bin/cvs/contrib/dirfns.shar
    U src/gnu/usr.bin/cvs/contrib/log.pl
    U src/gnu/usr.bin/cvs/contrib/log_accum.pl
    U src/gnu/usr.bin/cvs/contrib/mfpipe.pl
    U src/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh
    U src/gnu/usr.bin/cvs/contrib/rcs2log.sh
    U src/gnu/usr.bin/cvs/contrib/rcslock.pl
    U src/gnu/usr.bin/cvs/contrib/sccs2rcs.csh
    U src/gnu/usr.bin/cvs/contrib/rcs2sccs.sh
    U src/gnu/usr.bin/cvs/tools/ChangeLog
    U src/gnu/usr.bin/cvs/tools/README
    U src/gnu/usr.bin/cvs/tools/.cvsignore
    U src/gnu/usr.bin/cvs/tools/Makefile.in
    U src/gnu/usr.bin/cvs/windows-NT/config.h
    U src/gnu/usr.bin/cvs/windows-NT/ndir.h
    U src/gnu/usr.bin/cvs/windows-NT/options.h
    U src/gnu/usr.bin/cvs/windows-NT/pwd.h
    U src/gnu/usr.bin/cvs/windows-NT/rcmd.h
    U src/gnu/usr.bin/cvs/windows-NT/filesubr.c
    U src/gnu/usr.bin/cvs/windows-NT/mkdir.c
    U src/gnu/usr.bin/cvs/windows-NT/ndir.c
    U src/gnu/usr.bin/cvs/windows-NT/pwd.c
    U src/gnu/usr.bin/cvs/windows-NT/rcmd.c
    U src/gnu/usr.bin/cvs/windows-NT/run.c
    U src/gnu/usr.bin/cvs/windows-NT/sockerror.c
    U src/gnu/usr.bin/cvs/windows-NT/startserver.c
    U src/gnu/usr.bin/cvs/windows-NT/stripslash.c
    U src/gnu/usr.bin/cvs/windows-NT/waitpid.c
    U src/gnu/usr.bin/cvs/windows-NT/win32.c
    U src/gnu/usr.bin/cvs/windows-NT/README
    U src/gnu/usr.bin/cvs/windows-NT/ChangeLog
    U src/gnu/usr.bin/cvs/windows-NT/Makefile.in
    U src/gnu/usr.bin/cvs/windows-NT/.cvsignore
    U src/gnu/usr.bin/cvs/windows-NT/SCC/.cvsignore
    U src/gnu/usr.bin/cvs/windows-NT/SCC/ChangeLog
    U src/gnu/usr.bin/cvs/windows-NT/SCC/Makefile.in
    U src/gnu/usr.bin/cvs/windows-NT/SCC/README.txt
    U src/gnu/usr.bin/cvs/windows-NT/SCC/SCC.mak
    U src/gnu/usr.bin/cvs/windows-NT/SCC/scc.c
    U src/gnu/usr.bin/cvs/windows-NT/SCC/scc.def
    U src/gnu/usr.bin/cvs/windows-NT/SCC/pubscc.h
    U src/gnu/usr.bin/cvs/os2/tcpip.h
    U src/gnu/usr.bin/cvs/os2/config.h
    U src/gnu/usr.bin/cvs/os2/options.h
    U src/gnu/usr.bin/cvs/os2/pwd.h
    U src/gnu/usr.bin/cvs/os2/dirent.h
    U src/gnu/usr.bin/cvs/os2/rcmd.h
    U src/gnu/usr.bin/cvs/os2/popen.h
    U src/gnu/usr.bin/cvs/os2/mkdir.c
    U src/gnu/usr.bin/cvs/os2/pwd.c
    U src/gnu/usr.bin/cvs/os2/filesubr.c
    U src/gnu/usr.bin/cvs/os2/dirent.c
    U src/gnu/usr.bin/cvs/os2/run.c
    U src/gnu/usr.bin/cvs/os2/stripslash.c
    U src/gnu/usr.bin/cvs/os2/rcmd.c
    U src/gnu/usr.bin/cvs/os2/waitpid.c
    U src/gnu/usr.bin/cvs/os2/popen.c
    U src/gnu/usr.bin/cvs/os2/porttcp.c
    U src/gnu/usr.bin/cvs/os2/getpass.c
    U src/gnu/usr.bin/cvs/os2/README
    U src/gnu/usr.bin/cvs/os2/ChangeLog
    U src/gnu/usr.bin/cvs/os2/Makefile.in
    U src/gnu/usr.bin/cvs/os2/.cvsignore
    U src/gnu/usr.bin/cvs/os2/test-makefile
    I src/gnu/usr.bin/cvs/os2/Makefile
    U src/gnu/usr.bin/cvs/os2/os2inc.h
    U src/gnu/usr.bin/cvs/os2/watcom.mak
    U src/gnu/usr.bin/cvs/emx/config.h
    U src/gnu/usr.bin/cvs/emx/options.h
    U src/gnu/usr.bin/cvs/emx/rcmd.h
    U src/gnu/usr.bin/cvs/emx/filesubr.c
    U src/gnu/usr.bin/cvs/emx/startserver.c
    U src/gnu/usr.bin/cvs/emx/stripslash.c
    U src/gnu/usr.bin/cvs/emx/savecwd.c
    U src/gnu/usr.bin/cvs/emx/system.c
    U src/gnu/usr.bin/cvs/emx/README
    U src/gnu/usr.bin/cvs/emx/ChangeLog
    U src/gnu/usr.bin/cvs/emx/Makefile.in
    U src/gnu/usr.bin/cvs/emx/.cvsignore
    I src/gnu/usr.bin/cvs/emx/Makefile
    U src/gnu/usr.bin/cvs/macintosh/config.h
    U src/gnu/usr.bin/cvs/macintosh/mac_config.h
    U src/gnu/usr.bin/cvs/macintosh/options.h
    U src/gnu/usr.bin/cvs/macintosh/pwd.h
    U src/gnu/usr.bin/cvs/macintosh/maccvs.pch
    U src/gnu/usr.bin/cvs/macintosh/ae_if.c
    U src/gnu/usr.bin/cvs/macintosh/filesubr.c
    U src/gnu/usr.bin/cvs/macintosh/mac_init.c
    U src/gnu/usr.bin/cvs/macintosh/macos_filesys.c
    U src/gnu/usr.bin/cvs/macintosh/pwd.c
    U src/gnu/usr.bin/cvs/macintosh/rcmd.c
    U src/gnu/usr.bin/cvs/macintosh/run.c
    U src/gnu/usr.bin/cvs/macintosh/server_if.c
    U src/gnu/usr.bin/cvs/macintosh/README.MacCVS
    U src/gnu/usr.bin/cvs/macintosh/ChangeLog
    U src/gnu/usr.bin/cvs/macintosh/Makefile.in
    U src/gnu/usr.bin/cvs/macintosh/services
    U src/gnu/usr.bin/cvs/macintosh/AE_example.pl
    U src/gnu/usr.bin/cvs/macintosh/maccvs.r
    U src/gnu/usr.bin/cvs/macintosh/MacCVS68k.sit.hqx
    U src/gnu/usr.bin/cvs/macintosh/MacCVSPPC.sit.hqx
    U src/gnu/usr.bin/cvs/vms/ChangeLog
    U src/gnu/usr.bin/cvs/vms/Makefile.in
    U src/gnu/usr.bin/cvs/vms/build_vms.com
    U src/gnu/usr.bin/cvs/vms/config.h
    U src/gnu/usr.bin/cvs/vms/dir.h
    U src/gnu/usr.bin/cvs/vms/filesubr.c
    U src/gnu/usr.bin/cvs/vms/filutils.c
    U src/gnu/usr.bin/cvs/vms/filutils.h
    U src/gnu/usr.bin/cvs/vms/getpass.c
    U src/gnu/usr.bin/cvs/vms/getwd.c
    U src/gnu/usr.bin/cvs/vms/misc.c
    U src/gnu/usr.bin/cvs/vms/misc.h
    U src/gnu/usr.bin/cvs/vms/ndir.c
    U src/gnu/usr.bin/cvs/vms/ndir.h
    U src/gnu/usr.bin/cvs/vms/options.h
    U src/gnu/usr.bin/cvs/vms/pathnames.h
    U src/gnu/usr.bin/cvs/vms/pc.c
    U src/gnu/usr.bin/cvs/vms/pipe.c
    U src/gnu/usr.bin/cvs/vms/pipe.h
    U src/gnu/usr.bin/cvs/vms/piped_child.c
    U src/gnu/usr.bin/cvs/vms/pwd.c
    U src/gnu/usr.bin/cvs/vms/pwd.h
    U src/gnu/usr.bin/cvs/vms/rcmd.c
    U src/gnu/usr.bin/cvs/vms/readlink.c
    U src/gnu/usr.bin/cvs/vms/rmdir.c
    U src/gnu/usr.bin/cvs/vms/startserver.c
    U src/gnu/usr.bin/cvs/vms/stat.c
    U src/gnu/usr.bin/cvs/vms/unlink.c
    U src/gnu/usr.bin/cvs/vms/utime.c
    U src/gnu/usr.bin/cvs/vms/vms-types.h
    U src/gnu/usr.bin/cvs/vms/vms.h
    U src/gnu/usr.bin/cvs/vms/vmsmunch.c
    U src/gnu/usr.bin/cvs/vms/vmsmunch.h
    U src/gnu/usr.bin/cvs/vms/vmsmunch_private.h
    U src/gnu/usr.bin/cvs/vms/waitpid.c
    
    22 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jcyclic:yesterday -jcyclic src/gnu/usr.bin/cvs

CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/02/28 14:40:28

Log message:
    Latest version from Cyclic; skipped files
    
    Status:
    
    Vendor Tag:	cyclic
    Release Tags:	cvs-1-10-5
    
    U src/gnu/usr.bin/cvs/doc/cvs-paper.ps
    U src/gnu/usr.bin/cvs/doc/cvs.ps
    U src/gnu/usr.bin/cvs/doc/cvs.info
    U src/gnu/usr.bin/cvs/doc/cvs.aux
    U src/gnu/usr.bin/cvs/doc/cvsclient.ps
    U src/gnu/usr.bin/cvs/doc/cvsclient.info
    U src/gnu/usr.bin/cvs/doc/cvsclient.aux
    U src/gnu/usr.bin/cvs/doc/CVSvn.texi
    U src/gnu/usr.bin/cvs/doc/cvs.info-1
    U src/gnu/usr.bin/cvs/doc/cvs.info-2
    U src/gnu/usr.bin/cvs/doc/cvs.info-3
    U src/gnu/usr.bin/cvs/doc/cvs.info-4
    U src/gnu/usr.bin/cvs/doc/cvs.info-5
    U src/gnu/usr.bin/cvs/doc/cvs.info-6
    U src/gnu/usr.bin/cvs/doc/cvs.info-7
    U src/gnu/usr.bin/cvs/doc/cvs.info-8
    U src/gnu/usr.bin/cvs/doc/cvs.info-9
    U src/gnu/usr.bin/cvs/doc/cvsclient.info-1
    U src/gnu/usr.bin/cvs/doc/cvsclient.info-2
    U src/gnu/usr.bin/cvs/doc/cvsclient.info-3
    U src/gnu/usr.bin/cvs/os2/Makefile
    U src/gnu/usr.bin/cvs/emx/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/02/28 14:58:35

Modified files:
	gnu/usr.bin/cvs: configure configure.in 
	gnu/usr.bin/cvs/contrib: Makefile.in 
	gnu/usr.bin/cvs/diff: Makefile.in 
	gnu/usr.bin/cvs/lib: getdate.c getdate.y memmove.c 
	gnu/usr.bin/cvs/src: Makefile.in checkout.c commit.c cvs.h 
	                     ignore.c lock.c main.c mkmodules.c 
	                     parseinfo.c patch.c rcs.c rcscmds.c 
	                     server.c update.c 
Removed files:
	gnu/usr.bin/cvs/contrib: listen2.c listen2.mak 
	gnu/usr.bin/cvs/contrib/elib: ChangeLog Makefile.in README 
	                              elib-1.0.tar.gz 
	gnu/usr.bin/cvs/lib: vasprintf.c 
	gnu/usr.bin/cvs/os2: getdate.c 
	gnu/usr.bin/cvs/tools/pcl-cvs: .cvsignore ChangeLog INSTALL 
	                               Makefile.in NEWS README 
	                               pcl-cvs-lucid.el 
	                               pcl-cvs-startup.el pcl-cvs.aux 
	                               pcl-cvs.el pcl-cvs.ps 
	                               pcl-cvs.texinfo texinfo.tex 

Log message:
Integrate local changes


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/28 16:23:48

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

Log message:
* make the _PORT_USE macro more explicit and less magic in its use of
cookies, so that cookie names are no longer hard-coded.
* new SEPARATE_BUILD feature: for ports that can build outside their source
tree, use build-${ARCH} to build, and move configure/build/install cookie
down inside build-${ARCH}.

Those few people who use NFS to mount ports tree around different
architectures may find this helps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/28 17:11:50

Modified files:
	.              : INDEX 

Log message:
Update INDEX


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/02/28 17:14:07

Added files:
	.              : Makefile.template 

Log message:
Add makefile.template, a template for OpenBSD port Makefiles;
idea and discussion from "Todd T. Fries" <toddf@acm.org> and
Marc Espie <Marc.Espie@liafa.jussieu.fr>


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/02/28 17:26:10

Modified files:
	.              : checklist.html portstat.html portstat.stat 

Log message:
reference new Makefile.template in checklist;
remove the Makefile that was embedded in the porting checklist;
Update port status


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/28 17:45:14

Modified files:
	usr.sbin/ppp/ppp: bundle.c 

Log message:
Bring up auto links despite there being no data queued if
we're already in network phase and our autoload values
are set with no minimum threshold (the default).

Tell the autoload timer that it's ``coming up'' *before*
calling AutoLoadTimeout() directly... not after.  This
prevents the very first demand-dial connection from
immediately disconnecting when there are other auto links.

Problem diagnosis:  Ted Mittelstaedt <tedm@toybox.placo.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:07:30

Modified files:
	usr.sbin/httpd : Announcement INSTALL KEYS LICENSE Makefile 
	                 Makefile.tmpl README.configure configure 
	                 httpd.8 
	usr.sbin/httpd/conf: access.conf access.conf-dist 
	                     access.conf-dist-win httpd.conf 
	                     httpd.conf-dist httpd.conf-dist-win 
	                     mime.types srm.conf srm.conf-dist 
	                     srm.conf-dist-win 
	usr.sbin/httpd/htdocs/manual: LICENSE content-negotiation.html 
	                              dso.html handler.html index.html 
	                              install.html invoking.html 
	                              new_features_1_3.html 
	                              stopping.html suexec.html 
	                              upgrading_to_1_3.html windows.html 
	usr.sbin/httpd/htdocs/manual/misc: FAQ.html compat_notes.html 
	                                   howto.html perf-hp.html 
	                                   perf-tuning.html 
	usr.sbin/httpd/htdocs/manual/mod: core.html directives.html 
	                                  mod_actions.html 
	                                  mod_alias.html 
	                                  mod_autoindex.html 
	                                  mod_cgi.html mod_env.html 
	                                  mod_mime.html 
	                                  mod_negotiation.html 
	                                  mod_rewrite.html 
	usr.sbin/httpd/htdocs/manual/vhosts: name-based.html 
	usr.sbin/httpd/icons: README 
	usr.sbin/httpd/src: ApacheCore.def ApacheCore.mak BUILD.NOTES 
	                    CHANGES Configuration Configuration.tmpl 
	                    Configure Makefile.nt Makefile.tmpl 
	                    buildmark.c 
	usr.sbin/httpd/src/ap: ap_cpystrn.c ap_execve.c ap_signal.c 
	                       ap_slack.c ap_snprintf.c 
	usr.sbin/httpd/src/helpers: GuessOS PrintPath TestCompile 
	                            mkshadow.sh 
	usr.sbin/httpd/src/include: alloc.h ap.h ap_compat.h ap_config.h 
	                            ap_ctype.h ap_md5.h ap_mmn.h buff.h 
	                            hsregex.h http_conf_globals.h 
	                            http_config.h http_core.h http_log.h 
	                            http_main.h http_protocol.h 
	                            http_request.h http_vhost.h httpd.h 
	                            rfc1413.h scoreboard.h util_date.h 
	                            util_md5.h util_script.h util_uri.h 
	usr.sbin/httpd/src/main: alloc.c buff.c http_config.c 
	                         http_core.c http_log.c http_main.c 
	                         http_protocol.c http_request.c 
	                         http_vhost.c md5c.c rfc1413.c util.c 
	                         util_date.c util_md5.c util_script.c 
	                         util_uri.c 
	usr.sbin/httpd/src/modules/example: mod_example.c 
	usr.sbin/httpd/src/modules/experimental: mod_mmap_static.c 
	usr.sbin/httpd/src/modules/proxy: mod_proxy.c mod_proxy.h 
	                                  proxy_cache.c proxy_connect.c 
	                                  proxy_ftp.c proxy_http.c 
	                                  proxy_util.c 
	usr.sbin/httpd/src/modules/standard: mod_access.c mod_actions.c 
	                                     mod_alias.c mod_asis.c 
	                                     mod_auth.c mod_auth_anon.c 
	                                     mod_auth_db.c 
	                                     mod_auth_dbm.c 
	                                     mod_autoindex.c 
	                                     mod_cern_meta.c mod_cgi.c 
	                                     mod_digest.c mod_dir.c 
	                                     mod_env.c mod_expires.c 
	                                     mod_headers.c mod_imap.c 
	                                     mod_include.c mod_info.c 
	                                     mod_log_agent.c 
	                                     mod_log_config.c 
	                                     mod_log_referer.c 
	                                     mod_mime.c mod_mime_magic.c 
	                                     mod_negotiation.c 
	                                     mod_rewrite.c mod_rewrite.h 
	                                     mod_setenvif.c mod_so.c 
	                                     mod_speling.c mod_status.c 
	                                     mod_unique_id.c 
	                                     mod_userdir.c 
	                                     mod_usertrack.c 
	usr.sbin/httpd/src/os/bs2000: bs2login.c ebcdic.c os.c os.h 
	usr.sbin/httpd/src/os/os2: os.h 
	usr.sbin/httpd/src/os/unix: os-aix-dso.c os.h 
	usr.sbin/httpd/src/os/win32: mod_dll.c mod_isapi.c os.h 
	                             registry.c util_win32.c 
	usr.sbin/httpd/src/os/win32/installer: apache.iwz 
	usr.sbin/httpd/src/regex: regcomp.c regex2.h 
	usr.sbin/httpd/src/support: Makefile.tmpl ab.1 ab.c apachectl 
	                            apachectl.1 apxs.8 apxs.pl dbmmanage 
	                            dbmmanage.1 htdigest.1 htpasswd.1 
	                            httpd.8 httpd.exp log_server_status 
	                            logresolve.8 logresolve.pl 
	                            rotatelogs.8 split-logfile suexec.8 
	                            suexec.c suexec.h 

Log message:
Apache 1.3.4 merge


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:08:42

src/usr.sbin/httpd/src/os/tpf

Update of /cvs/src/usr.sbin/httpd/src/os/tpf
In directory cvs.openbsd.org:/tmp/cvs-serv21741/tpf

Log Message:
Directory /cvs/src/usr.sbin/httpd/src/os/tpf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:09:26

src/usr.sbin/httpd/src/os/tpf/samples

Update of /cvs/src/usr.sbin/httpd/src/os/tpf/samples
In directory cvs.openbsd.org:/tmp/cvs-serv8940/samples

Log Message:
Directory /cvs/src/usr.sbin/httpd/src/os/tpf/samples added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:12:03

src/usr.sbin/httpd/icons/small

Update of /cvs/src/usr.sbin/httpd/icons/small
In directory cvs.openbsd.org:/tmp/cvs-serv3178/small

Log Message:
Directory /cvs/src/usr.sbin/httpd/icons/small added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:16:10

Added files:
	usr.sbin/httpd : config.layout 
	usr.sbin/httpd/htdocs/manual: install-tpf.html suexec_1_2.html 
	usr.sbin/httpd/icons/small: README.txt back.gif binary.gif 
	                            binhex.gif blank.gif broken.gif 
	                            burst.gif comp1.gif comp2.gif 
	                            compressed.gif continued.gif dir.gif 
	                            dir2.gif forward.gif generic.gif 
	                            generic2.gif generic3.gif image.gif 
	                            image2.gif index.gif key.gif 
	                            movie.gif rainbow.gif sound.gif 
	                            sound2.gif tar.gif text.gif 
	                            transfer.gif unknown.gif uu.gif 
	usr.sbin/httpd/src: Makefile_win32.txt Makefile_win32_debug.txt 
	usr.sbin/httpd/src/helpers: binbuild.sh findprg.sh 
	usr.sbin/httpd/src/os/tpf: Makefile.tmpl TPFExport ebcdic.c 
	                           ebcdic.h os-inline.c os.c os.h 

Log message:
Apache 1.3.4


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:17:54

Added files:
	usr.sbin/httpd/htdocs/manual: readme-tpf.html 

Log message:
Apache 1.3.4


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/02/28 18:19:14

Modified files:
	sys/arch/amiga/dev: kf_8x11.c kf_8x8.c 

Log message:
Add extra pixel to 'l', so that it no longer looks like a '|'


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 18:19:53

Added files:
	usr.sbin/httpd/src/os/tpf/samples: linkdll.jcl loadset.jcl 

Log message:
Apache 1.3.4


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/28 18:28:13

Modified files:
	usr.bin/netstat: netstat.1 main.c 

Log message:
There is no -h flag


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/02/28 18:30:14

Modified files:
	distrib/notes  : mirrors 

Log message:
typo: .su -> .au


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/28 18:50:45

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c editor.c 

Log message:
Change undocumented '-p' flag to '-d' and document.  Also document '-v'.
Make 'disklabel -ed' not overwrite your label if you make no changes
in the editor (added a cmplabel function to compare two labels).


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 19:03:25

Removed files:
	usr.sbin/httpd/support: Makefile Makefile.tmpl cls.c dbmmanage 
	                        dbmmanage.new dbmmanage.readme 
	                        htdigest.c htpasswd.1 htpasswd.c httpd.8 
	                        httpd_monitor.c log_server_status 
	                        logresolve.c phf_abuse_log.cgi 
	                        rotatelogs.c suexec.c suexec.h 

Log message:
Not present in 1.3.4


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/02/28 19:52:19

Modified files:
	usr.sbin/ppp/ppp: fsm.c 

Log message:
Comment why we do a TLF when we get a ``Down'' event in state
``closing''.

Pointed out by: archie

Don't do a TLF when we get a ``Catastrphic Protocol Reject'' event
in state ``closed'' or ``stopped''.

Pointed out but not suggested by: archie

This makes no difference in the current implementation as
LcpLayerFinish() does nothing but log the event, but I disagree
in principle because it unbalances the TLF/TLS calls which
(IMHO) doesn't fit with the intentions of the RFC.

Maybe the RFC author had a reason for this.  It can only happen
in two circumstances:

- if LCP has already been negotiated then stopped or closed and we
receive a protocol reject, then we must already have done a TLF.
Why do one again and stay in the same state ?

- if LCP hasn't yet been started and we receive an unsolicted
protocol reject, why should we TLF when we haven't done a TLS ?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/28 21:09:39

Modified files:
	etc/root       : root.mail 

Log message:
tweak for 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 21:14:13

src/usr.sbin/httpd/htdocs/manual/mod/mod_ssl

Update of /cvs/src/usr.sbin/httpd/htdocs/manual/mod/mod_ssl
In directory cvs.openbsd.org:/tmp/cvs-serv11882/htdocs/manual/mod/mod_ssl

Log Message:
Directory /cvs/src/usr.sbin/httpd/htdocs/manual/mod/mod_ssl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 21:14:16

src/usr.sbin/httpd/src/modules/ssl

Update of /cvs/src/usr.sbin/httpd/src/modules/ssl
In directory cvs.openbsd.org:/tmp/cvs-serv11882/src/modules/ssl

Log Message:
Directory /cvs/src/usr.sbin/httpd/src/modules/ssl added to the repository


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/02/28 21:20:59

Modified files:
	xc/programs/fvwm/sample.fvwmrc: system.fvwmrc 

Log message:
bump for 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 21:29:16

Modified files:
	usr.sbin/httpd : Makefile.tmpl configure 
	usr.sbin/httpd/conf: httpd.conf httpd.conf-dist 
	                     httpd.conf-dist-win 
	usr.sbin/httpd/htdocs/manual/mod: directives.html index.html 
	usr.sbin/httpd/src: ApacheCore.def Configuration 
	                    Configuration.tmpl Configure Makefile.tmpl 
	usr.sbin/httpd/src/ap: Makefile.tmpl ap.mak 
	usr.sbin/httpd/src/include: ap_mmn.h buff.h http_conf_globals.h 
	                            http_config.h http_main.h httpd.h 
	usr.sbin/httpd/src/main: buff.c http_config.c http_main.c 
	                         http_protocol.c http_request.c 
	usr.sbin/httpd/src/modules/proxy: mod_proxy.c proxy_http.c 
	usr.sbin/httpd/src/modules/standard: mod_log_config.c 
	                                     mod_rewrite.c mod_so.c 
	usr.sbin/httpd/src/support: Makefile.tmpl apachectl apxs.pl 
	                            httpd.exp suexec.c 
Added files:
	usr.sbin/httpd : INSTALL.SSL LICENSE.SSL 
	usr.sbin/httpd/htdocs/manual/images: apache_pb.gif 
	                                     mod_ssl_sb.gif ssleay.gif 
	usr.sbin/httpd/htdocs/manual/mod/mod_ssl: index.html 
	                                          ssl_compat.gfont000.gif 
	                                          ssl_compat.html 
	                                          ssl_compat.wml 
	                                          ssl_cover.wml 
	                                          ssl_cover_logo.jpg 
	                                          ssl_cover_title.gif 
	                                          ssl_faq.gfont000.gif 
	                                          ssl_faq.html 
	                                          ssl_faq.wml 
	                                          ssl_glossary.html 
	                                          ssl_glossary.wml 
	                                          ssl_howto.gfont000.gif 
	                                          ssl_howto.html 
	                                          ssl_howto.wml 
	                                          ssl_intro.gfont000.gif 
	                                          ssl_intro.html 
	                                          ssl_intro.wml 
	                                          ssl_intro_fig1.gif 
	                                          ssl_intro_fig2.gif 
	                                          ssl_intro_fig3.gif 
	                                          ssl_overview.gfont000.gif 
	                                          ssl_overview.html 
	                                          ssl_overview.wml 
	                                          ssl_overview_fig1.gif 
	                                          ssl_reference.gfont000.gif 
	                                          ssl_reference.html 
	                                          ssl_reference.wml 
	                                          ssl_template.head-chapter.gif 
	                                          ssl_template.head-num-1.gif 
	                                          ssl_template.head-num-2.gif 
	                                          ssl_template.head-num-3.gif 
	                                          ssl_template.head-num-4.gif 
	                                          ssl_template.head-num-5.gif 
	                                          ssl_template.head-num-6.gif 
	                                          ssl_template.head-num-7.gif 
	                                          ssl_template.imgdot-1x1-000000.gif 
	                                          ssl_template.imgdot-1x1-transp.gif 
	                                          ssl_template.navbut-next-n.gif 
	                                          ssl_template.navbut-next-s.gif 
	                                          ssl_template.navbut-prev-n.gif 
	                                          ssl_template.navbut-prev-s.gif 
	                                          ssl_template.title-abstract.gif 
	                                          ssl_template.title-compat.gif 
	                                          ssl_template.title-faq.gif 
	                                          ssl_template.title-gloss.gif 
	                                          ssl_template.title-howto.gif 
	                                          ssl_template.title-intro.gif 
	                                          ssl_template.title-over.gif 
	                                          ssl_template.title-preface.gif 
	                                          ssl_template.title-ref.gif 
	                                          ssl_template.title-toc.gif 
	                                          ssl_template.title-tutor.gif 
	usr.sbin/httpd/src: CHANGES.SSL 
	usr.sbin/httpd/src/ap: ap_ctx.c ap_hook.c 
	usr.sbin/httpd/src/include: ap_config_auto.h ap_ctx.h ap_hook.h 
	usr.sbin/httpd/src/modules/ssl: Makefile Makefile.libdir 
	                                Makefile.tmpl Makefile.win32 
	                                README README.dsov.fig 
	                                README.dsov.ps libssl.module 
	                                libssl.version mod_ssl.c 
	                                mod_ssl.h ssl_engine_compat.c 
	                                ssl_engine_config.c 
	                                ssl_engine_ds.c ssl_engine_ext.c 
	                                ssl_engine_init.c 
	                                ssl_engine_io.c 
	                                ssl_engine_kernel.c 
	                                ssl_engine_log.c 
	                                ssl_engine_mutex.c 
	                                ssl_engine_pphrase.c 
	                                ssl_engine_rand.c 
	                                ssl_engine_scache.c 
	                                ssl_engine_vars.c ssl_expr.c 
	                                ssl_expr.h ssl_expr_eval.c 
	                                ssl_expr_parse.c 
	                                ssl_expr_parse.h 
	                                ssl_expr_parse.y ssl_expr_scan.c 
	                                ssl_expr_scan.l ssl_util.c 
	                                ssl_util_sdbm.c ssl_util_sdbm.h 
	                                ssl_util_ssl.c ssl_util_ssl.h 
	usr.sbin/httpd/src/support: ca-fix.c mkcert.sh 

Log message:
mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, but
mostly harmless otherwise).


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/02/28 21:31:44

Modified files:
	.              : errata.html plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/02/28 21:41:38

Modified files:
	sys/kern       : init_main.c 

Log message:
re-do how copyright messages are done


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/02/28 21:41:49

Modified files:
	etc            : rc.local 

Log message:
Don't print cfsd output on start.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/28 21:44:45

Modified files:
	sys/sys        : sockio.h 
	sys/net        : if_bridge.c if_bridge.h 
	usr.sbin/brconfig: brconfig.c 

Log message:
completely (almost) revamped ioctl's:
o new ioctls for getting/setting cache size (default == 100)
o changed SIOCBRDGRT -> SIOCBRDGRTS
o changed SIOCBRDGIDX -> SIOCBRDGIFS


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 21:50:29

Modified files:
	usr.sbin/httpd : Makefile 
Added files:
	usr.sbin/httpd : README.SSL 

Log message:
Makefile changes and forgotten file for mod_ssl


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 21:55:15

Modified files:
	usr.sbin/httpd : Makefile 

Log message:
Fix stupid makefile mistake.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/02/28 21:56:06

Modified files:
	sys/arch/sparc/conf: files.sparc GENERIC GENERIC_SCSI3 SUN4M 
	sys/arch/sparc/dev: led.c led.h 
	sys/arch/sparc/sparc: machdep.c 

Log message:
led driver support for 4/[1236]00 machines


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/02/28 22:00:42

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
add /var/www/htdocs/manual/mod/mod_ssl


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/02/28 22:04:24

Modified files:
	etc            : netstart 

Log message:
Add support in /etc/hostname.xxx for files of the format:
up [options]
Any of the following may or may not be set:
$name $mask $bcaddr $extras


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 22:39:03

Modified files:
	bin/ed         : ed.1 

Log message:
fix a command sequence description; d@, also some misc cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 22:41:13

Modified files:
	share/man/man4 : tun.4 

Log message:
currect -> current; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 22:53:59

Modified files:
	usr.sbin/ctm/ctm: ctm.1 

Log message:
cleanup; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 23:02:52

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

Log message:
.Ar -> .Pa, rearrange Xr's, remove redundant .Nm arguments, other cleanup; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 23:05:36

Modified files:
	bin/ksh        : ksh.1tbl 

Log message:
obliveous -> oblivious; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 23:08:50

Modified files:
	sbin/reboot    : reboot.8 

Log message:
Xr savecore


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 23:09:51

Modified files:
	usr.sbin/pppd/chat: chat.8 

Log message:
vary -> very; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 23:17:07

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

Log message:
cleanup; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/02/28 23:20:01

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

Log message:
insert a missing .Ar; d@


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/01 00:45:18

Modified files:
	sbin/fsck_ffs  : extern.h fsck.h main.c pass1.c pass1b.c pass2.c 
	                 pass3.c pass4.c pass5.c utilities.c 

Log message:
SIGINFO support


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/01 02:15:09

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/03/01 03:39:01

Log message:
    x2x 1.27 - multiple x servers, multiple machines, one keyboard / mouse
    
    Status:
    
    Vendor Tag:	x2x
    Release Tags:	x2x-1_27
    
    N ports/x11/x2x/Makefile
    N ports/x11/x2x/files/md5
    N ports/x11/x2x/pkg/PLIST
    N ports/x11/x2x/pkg/DESCR
    N ports/x11/x2x/pkg/COMMENT
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	niklas@cvs.openbsd.org	1999/03/01 05:32:02

Modified files:
	.              : events.html 

Log message:
NordU99 happened


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/01 06:47:58

Modified files:
	usr.sbin/ppp/ppp: lcp.c 

Log message:
When negotiating ACCMAPs, sync our ACCMAP with the
peers by ORing the two together and NAKing or REQing
the result rather than allowing seperate local/peer
values.
If the peer REJs our ACCMAP and our ACCMAP isn't 0,
warn about it and ignore the rejection.


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/01 08:47:25

Added files:
	net/sharity-light/patches: patch-nfs-version 

Log message:
We need the NFS version field initialized


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/01 09:01:49

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

Log message:
document 'maxaddr' command


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/01 09:55:56

Modified files:
	share/man/man4 : bridge.4 

Log message:
reflect new ioctl interfaces
move sections around to match mdoc.template


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/01 11:44:04

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

Log message:
Work around some broken Configure (such as elm) which don't work correctly
when they're invoked with an absolute path.
This was introduced by the WRKBUILD/WRKSRC split.

So:
- replace default CONFIGURE with a full path, so that you can override it.
- remove leading ${WRKSRC} from the configure invocation.
- add . to the configure path.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/03/01 12:44:19

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

Log message:
Note that NO_SHARED_LIBS can not be tested until after
bsd.port.mk is included; define CONFIGURE_SHARED that is set to
either --enable-shared or --disable-shared depending upon the
architecture.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/01 13:41:57

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

Log message:
talk about positional arguments and sizes; james@oaktree.co.uk


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/01 13:45:11

Modified files:
	sys/dev/isa    : if_ie.c 
	sys/arch/sparc/dev: if_ie.c 

Log message:
add checks for if_bridge (in addition to if_bpf)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/01 15:36:42

Modified files:
	misc/screen    : Makefile 

Log message:
Builds cleanly with SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/01 16:06:55

Modified files:
	usr.sbin/httpd : Makefile 
Removed files:
	usr.sbin/httpd/src/modules/ssl: Makefile ssl_expr_scan.c 

Log message:
Fix build bug (don't install CVS stuff in man) and remove ssl Makefile
and ssl_expr_scan.c which are autogenerated.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/01 16:33:29

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/01 16:46:37

Modified files:
	devel/autoconf : Makefile 
	devel/bison    : Makefile 

Log message:
Works with SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/01 19:25:40

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

Log message:
put the DELAY back into xl_wait()


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/01 19:35:35

Modified files:
	share/man/man8 : Makefile 

Log message:
add MLINKS for rc.local, rc.securelevel, and netstart


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/01 19:38:03

Modified files:
	sbin/init      : init.8 

Log message:
securelevel should be changed in /etc/rc.securelevel, not /etc/rc; fries@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/01 20:47:48

Modified files:
	lib/libc/net   : getservent.3 

Log message:
getservbyport() takes a network byte order port #


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/01 21:41:10

Modified files:
	.              : Makefile.template 
	devel/glib     : Makefile 
	graphics/ImageMagick: Makefile 
	graphics/ggi   : Makefile 
	graphics/gii   : Makefile 
	graphics/gimp  : Makefile 
	graphics/jpeg  : Makefile 
	graphics/mpeg-lib: Makefile 
	lang/egcs-snapshot: Makefile 
	lang/egcs-stable: Makefile 
	lang/expect    : Makefile 
	lang/guile     : Makefile 
	lang/kaffe1    : Makefile 
	lang/tcl80     : Makefile 
	print/a2ps     : Makefile 
	security/rsaref: Makefile 
	x11/gtk+       : Makefile 
	x11/lesstif    : Makefile 
	x11/qt         : Makefile 
	x11/tk80       : Makefile 

Log message:
fix earlier bogus changes to Makefile where a value that
was defined in bsd.port.mk was checked before bsd.port.mk was included;
this should make ports with optional shared libs build on the alpha,
again.  However, chages require the latest bsd.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/01 22:47:25

Modified files:
	distrib/i386/floppies/ramdisk: instbin.conf list 

Log message:
argh, swapon does not fit


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/03/01 23:12:33

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

Log message:
Ignore TX interrupts when there are not packets buffered.
This fix a problem seen with realtek 80[12]9 based cards; noted by
scomeau@obscurity.org.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/01 23:23:30

Modified files:
	lib/libcurses  : Makefile curses.h curses.priv.h ncurses_cfg.h 
	                 term.h term_entry.h 
	lib/libcurses/base: define_key.c lib_color.c safe_sprintf.c 
	                    tries.c wresize.c 
	lib/libcurses/tinfo: alloc_entry.c captoinfo.c comp_expand.c 
	                     comp_hash.c comp_parse.c doalloc.c 
	                     home_terminfo.c lib_cur_term.c lib_print.c 
	                     lib_setup.c lib_termcap.c lib_ti.c 
	                     lib_tparm.c lib_tputs.c make_keys.c 
	                     parse_entry.c read_bsd_terminfo.c 
	                     read_entry.c read_termcap.c setbuf.c 
	                     write_entry.c 
	lib/libcurses/trace: trace_buf.c trace_tries.c 
	lib/libcurses/tty: hardscroll.c hashmap.c tty_update.c 
Added files:
	lib/libcurses/tinfo: alloc_ttype.c free_ttype.c 
	lib/libcurses/trace: trace_xnames.c 

Log message:
ncurses-4.2-990301


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/01 23:23:56

Modified files:
	usr.bin/tic    : dump_entry.c dump_entry.h progs.priv.h tic.1 
	                 tic.c 
	usr.bin/tset   : tset.c 
	usr.bin/infocmp: infocmp.c 

Log message:
ncurses-4.2-990301


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 01:11:27

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
wss/sb splitup of sorts


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 01:11:32

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 01:12:46

Modified files:
	sys/dev/isa    : files.isa files.isapnp 
Added files:
	sys/dev/isa    : wss_isapnp.c 

Log message:
wss_isapnp; work by apollo@slcnet.net..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 03:30:35

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

Log message:
doc timer{clear,add,sub,cmp,isset}


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 03:32:31

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

Log message:
describe some additional things many people do not know


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:01:13

Modified files:
	sbin/isakmpd   : README 
Added files:
	sbin/isakmpd/sysdep: README 
Removed files:
	sbin/isakmpd/sysdep/linux: Makefile.inc sysdep-os.h sysdep.c 
	sbin/isakmpd/sysdep/linux/sys: queue.h 

Log message:
README: Merge with EOM 1.17
I changed my mind: other OS support files ships separately

Mention the OS define in Makefile

sysdep/README: Merge with EOM 1.1
I changed my mind: other OS support files ships separately

sysdep/linux/*: Removed


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:06:13

Modified files:
	sbin/isakmpd   : Makefile 
Added files:
	sbin/isakmpd/sysdep/openbsd: Makefile.sysdep 
Removed files:
	sbin/isakmpd/sysdep/openbsd: Makefile.inc 

Log message:
Makefile: Merge with EOM 1.43
Makefile.inc -> Makefile.sysdep

Make SUBDIR changeable by the OS support

sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.1
Makefile.inc -> Makefile.sysdep


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:12:01

Modified files:
	sbin/isakmpd   : if.c udp.c message.c 

Log message:
if.c: Merge with EOM 1.8
Deal with old socket APIs

udp.c: Merge with EOM 1.31
Deal with old socket APIs

message.c: Merge with EOM 1.107
Remove unnecessary system dependent include


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:18:44

Modified files:
	sbin/isakmpd/samples: VPN-east.conf VPN-west.conf 

Log message:
RCS tags


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:27:36

Modified files:
	sbin/isakmpd/regress/asn: asntest.c 
	sbin/isakmpd/regress/pkcs: Makefile pkcstest.c 
	sbin/isakmpd/regress/rsakeygen: Makefile rsakeygen.c 
	sbin/isakmpd/regress/x509: Makefile x509test.c 
	sbin/isakmpd/sysdep/openbsd: sysdep-os.h sysdep.c 

Log message:
RCS tags


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 08:30:29

Modified files:
	share/man/man4 : ip.4 

Log message:
EACESS -> EACCES; garath@code.ridgefield.org


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:35:12

Modified files:
	sbin/isakmpd   : conf.c conf.h 

Log message:
conf.c: Merge with EOM 1.15
One include too much

conf.h: Merge with EOM 1.7
Forgotten include file


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 08:40:37

Modified files:
	lib/libarch/i386: i386_get_ldt.2 
	lib/libc/sys   : msgget.2 shmget.2 
	share/man/man4 : ipsec.4 

Log message:
EACESS -> EACCES; garath@code.ridgefield.org


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 08:48:23

Modified files:
	sbin/isakmpd   : sa.c sa.h exchange.c pf_encap.c 

Log message:
sa.c: Merge with EOM 1.67
Add SA attributes, specifically stayalive

sa.h: Merge with EOM 1.42
Add SA attributes, specifically stayalive

pf_encap.c: Merge with EOM 1.46
Add SA attributes, specifically stayalive

exchange.c: Merge with EOM 1.65
Add SA attributes, specifically stayalive


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/02 09:09:39

Modified files:
	sys/arch/amiga/stand/binpatch: binpatch.c 

Log message:
Typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/02 09:59:49

Modified files:
	net/rsync      : Makefile 
	net/rsync/files: md5 

Log message:
Differentiate WRKSRC/WRKBUILD,
add SEPARATE_BUILD (concurrent means `full')
add SHA1/RMD160 checksums.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 11:29:00

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
ESRCH, not EEXIST; markus.friedl@informatik.uni-erlangen.de


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 11:29:35

Modified files:
	sbin/ipsecadm  : ipsecadm.8 

Log message:
some SPI references should talk about SAs; markus.friedl@informatik.uni-erlangen.de


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 13:04:46

Modified files:
	.              : security.html 

Log message:
tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/02 13:59:57

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
When an NFS3 server replies with NFS3ERR_JUKEBOX, currently, it
panics the kernel, because the kernel tries to reuse a freed mbuf;
dm@reeducation-labor.lcs.mit.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 14:47:34

Modified files:
	.              : Makefile 
	include        : Makefile 
	lib/libssl     : Makefile.bsd-wrapper 

Log message:
Provide a method to do prerequisites needed before
installation of includes can happen.  Do these before and not run via ${SUDO}.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 14:53:51

Modified files:
	sys/dev/raidframe: rf_parityscan.c 

Log message:
Remove 3 bad panic cases, which should just report an error up
to the caller.  This fixes some cases of panics due to SCSI errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 14:55:54

Modified files:
	usr.bin/skeyinit: skeyinit.c 

Log message:
do not crash if -n has no arg; spotted by weingart


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/02 15:01:00

Modified files:
	sys/net        : pfkeyv2.c pfkeyv2.h 

Log message:
keep track of SATYPE registrations per PFKEY socket


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/02 15:09:57

Removed files:
	usr.sbin/httpd/src/include: ap_config_auto.h 

Log message:
Shouldn't be here.  Autogenerated.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/02 15:19:09

Modified files:
	sys/kern       : kern_fork.c kern_exit.c 

Log message:
RFNOWAIT does not dissociate the child from its parent in any other
way than that the parent wait call will never get the status of this child,
says Rob


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/02 16:34:16

Modified files:
	devel/automake : Makefile 
	devel/automake/files: md5 
	devel/automake/pkg: PLIST 
Removed files:
	devel/automake/patches: patch-aa 

Log message:
Update to 1.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 16:46:55

Modified files:
	bin/ksh        : ksh.1tbl sh.1tbl 

Log message:
Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours,
and hours... Someone please read it and find any typos I may have missed.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/02 17:19:27

Modified files:
	usr.sbin/httpd : Makefile 

Log message:
Don't install .wml files in doc tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/02 17:42:16

Modified files:
	usr.bin/tic    : tic.1 

Log message:
take out reference to -x flag since we don't build curses with NCURSES_XNAMES defined


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 17:54:44

Modified files:
	bin/cat        : cat.1 

Log message:
1. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands.
2. Move option descriptions from a lexigraphical -> more logical order.
3. Xr setbuf(3) and sh(1)
4. Add an EXAMPLES section.
5. HISTORY should follow STANDARDS, according to mdoc.template.
6. Other misc niceties.

Look mom, I can do man page content too.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/02 18:03:52

Modified files:
	usr.bin/xinstall: xinstall.c 

Log message:
fix uninitialized variable; this could have caused problems when installing sparse files


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 18:14:57

Modified files:
	bin/chio       : chio.1 

Log message:
using a .Aq Ar combination is much nicer


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 18:22:33

Modified files:
	usr.bin/vi/cl  : cl_screen.c 

Log message:
better grammar for err msg


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 19:38:36

Modified files:
	bin/chmod      : chmod.1 

Log message:
1. Cleanup.
2. Xr sticky(8) and chgrp(1).
3. Mention not to confuse ``o'' symbol (others) for owner (``u'').
4. Describe the meaning of the directory search bit.
5. Briefly warn about adding suid/sgid bits to binaries.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 19:58:48

Modified files:
	bin/cp         : cp.1 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/02 20:03:14

Modified files:
	bin/ls         : ls.1 

Log message:
remove duplicate description of -1 option


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/03/02 21:16:04

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

Log message:
Remove . from the path passed to configure;
adjust the configure script path appropriate for SEPARATE_BUILD;
this seems to work for all ports, some ports had probs with earlier
changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/02 21:17:26

Modified files:
	graphics/gimp  : Makefile 

Log message:
tweak makefile; requires bsd.port.mk 1.74 or later


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 22:44:32

Modified files:
	distrib/sets/lists/comp: md.mvme88k 

Log message:
m88k Updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 22:45:14

Modified files:
	distrib/sets/lists/base: md.mvme88k 

Log message:
m88k Updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 22:47:08

Modified files:
	etc/etc.mvme88k: MAKEDEV Makefile.inc 

Log message:
m88k Updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 22:50:19

Modified files:
	share/mk       : bsd.own.mk sys.mk 

Log message:
Temporary disable AFS and Optimizations for m88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 22:58:01

src/lib/libc_r/arch/m88k

Update of /cvs/src/lib/libc_r/arch/m88k
In directory cvs.openbsd.org:/tmp/cvs-serv30098/m88k

Log Message:
Directory /cvs/src/lib/libc_r/arch/m88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 23:00:11

Added files:
	lib/libc_r/arch/m88k: _atomic_lock.c uthread_machdep.h 

Log message:
m88k addition.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 23:04:36

Modified files:
	lib/libssl     : Makefile.bsd-wrapper 

Log message:
Added support for m88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/03/02 23:13:11

Modified files:
	sys/lib/libkern/arch/m88k: Makefile.inc 

Log message:
added ffs()


CVSROOT:	/cvs
Module name:	src
Changes by:	csapuntz@cvs.openbsd.org	1999/03/03 01:41:27

Modified files:
	kerberosIV/kadm: kadm_cli_wrap.c 

Log message:
If ret_size !=0 on return, a seg fault could ensue in some of the clients.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 07:23:20

Modified files:
	sys/kern       : vnode_if.sh 

Log message:
do not inline. this needs cleanup.  from art


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 07:23:44

Modified files:
	sys/sys        : vnode_if.h 
	sys/kern       : vnode_if.c 

Log message:
vnode_if sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 07:23:56

Modified files:
	distrib/sets/lists/base: md.alpha 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/03 08:42:46

Modified files:
	usr.bin/talk   : io.c 

Log message:
kill bogus comment


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/03 11:18:47

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

Log message:
Replace md5 checksum with a choice of sha1, rmd160, md5.
Upward compatible.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/03 13:43:31

Modified files:
	usr.bin/talk   : ctl.c ctl_transact.c init_disp.c invite.c io.c 
	                 look_up.c talk.h 

Log message:
Print fatal errors to stderr after curses has finished instead of printing to the curses window which disapears immediately for terminals that can restore the screen.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 13:58:28

Modified files:
	sys/kern       : vnode_if.sh 

Log message:
not using inline functions saves about 120K


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 13:58:57

Modified files:
	sys/sys        : vnode_if.h 
	sys/kern       : vnode_if.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/03 14:58:30

Modified files:
	sys/arch/sparc/sparc: cpu.c 

Log message:
pull in some viking stuff from NetBSD; delay use of CPUFLG_CACHEPAGETABLES
if VIKING_PCR_TC isn't set.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/03 15:02:24

Modified files:
	sys/arch/sparc/sparc: cache.c 

Log message:
unsigned vs. signed nit


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/03 15:10:33

Modified files:
	sys/arch/mvme68k/dev: if_ie.c 
	sys/arch/mvme88k/dev: if_ie.c 

Log message:
rework check_eh() so that it is bridge aware


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 15:12:29

Modified files:
	.              : events.html index.html 
Added files:
	.              : press.html 

Log message:
press page


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/03 15:51:53

Modified files:
	sys/dev/pci    : if_mx.c if_mxreg.h if_pn.c if_rl.c if_tl.c 
	                 if_xl.c if_xlreg.h 

Log message:
remove alot of verbosity


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/03 16:01:13

Modified files:
	usr.sbin/ppp/ppp: command.c ipcp.c ipcp.h ppp.8 radius.c 

Log message:
Correct some ntohl/htonl bogons in the netmask handling.
This was pretty harmless as netmasks on a POINTOPOINT
interface are pretty much ignored, but it looked funny.

Mention the configured netmask in ``show ipcp''.

Describe in more detail what a proxy arp entry is.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 17:00:14

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

Log message:
pn* now fits...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 17:00:47

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

Log message:
isapnp wss support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/03 17:01:24

Modified files:
	distrib/i386/floppies/ramdisk: instbin.conf list 

Log message:
swapon now fits again


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/03 18:21:14

Modified files:
	x11/sliderule  : Makefile 

Log message:
Makefile tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/03 19:03:05

Modified files:
	lib/libm       : Makefile 

Log message:
move .include <bsd.lib.mk> up before NOPROFILE and NOPIC defines are used; evanc@concer.to


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/03 20:34:35

Modified files:
	usr.bin/calendar: day.c 

Log message:
Correctly handle yearly events occurring on fixed weekdays in all cases.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/03 20:44:37

Modified files:
	share/zoneinfo : Makefile 

Log message:
explicit all: target


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/03 20:49:13

Modified files:
	archivers/unarj: Makefile 
	archivers/unarj/files: md5 
	archivers/unarj/patches: patch-aa patch-ac 
	archivers/unarj/pkg: PLIST 
Removed files:
	archivers/unarj/patches: patch-ab 

Log message:
upgrade to unarj 2.43


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/03 20:50:55

Modified files:
	gnu/lib/libgmp : Makefile.bsd-wrapper 

Log message:
Build info files from all: as they should be


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/03 20:57:29

Modified files:
	gnu/usr.bin/cvs: Makefile.bsd-wrapper 

Log message:
Correct info-files cleaning and generation


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/03 21:24:44

Modified files:
	gnu/usr.bin/bc/bc: Makefile.in 

Log message:
Fix dependencies and cleaning


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/03/03 21:32:33

Modified files:
	gnu/usr.bin/cvs/src: recurse.c 

Log message:
Fix edge-condition with doing "cvs update directory" when there is no CVS
directory in the current directory, only in the named subdirectory.

Reported by Pavel Korovin <pvk@pvk-home.tsinet.ru>


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/03 21:37:34

Modified files:
	gnu/usr.bin/groff: Makefile.bsd-wrapper 

Log message:
Build manpages when god meant them to be


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/03/03 22:50:28

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
DFE-650/Netgear FA410TX.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/03/03 22:53:47

Modified files:
	sys/dev/pcmcia : pcmciadevs.h pcmciadevs_data.h 

Log message:
sync.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/03 22:59:50

Modified files:
	archivers/arc/files: md5 
	archivers/bzip/files: md5 
	archivers/bzip2/files: md5 
	archivers/freeze/files: md5 
	archivers/gshar+gunshar/files: md5 
	archivers/gtar/files: md5 
	archivers/ha/files: md5 
	archivers/lha/files: md5 
	archivers/nulib/files: md5 
	archivers/p5-Compress-Zlib/files: md5 
	archivers/rar/files: md5 
	archivers/unarj/files: md5 
	archivers/unrar/files: md5 
	archivers/unzip/files: md5 
	archivers/zip/files: md5 
	archivers/zoo/files: md5 
	astro/sattrack/files: md5 
	astro/xearth/files: md5 
	astro/xephem/files: md5 
	astro/xphoon/files: md5 
	audio/amp/files: md5 
	audio/gsm/files: md5 
	audio/mpegaudio/files: md5 
	audio/mpg123/files: md5 
	audio/nspmod/files: md5 
	audio/rplay/files: md5 
	audio/rsynth/files: md5 
	audio/sox/files: md5 
	audio/timidity/files: md5 
	audio/tosha/files: md5 
	audio/tracker/files: md5 
	audio/workman/files: md5 
	audio/xcd/files: md5 
	audio/xcdplayer/files: md5 
	audio/xmcd/files: md5 
	audio/xmix/files: md5 
	audio/xmmix/files: md5 
	audio/xmp/files: md5 
	benchmarks/bonnie/files: md5 
	benchmarks/bytebench/files: md5 
	benchmarks/iozone/files: md5 
	benchmarks/lmbench/files: md5 
	benchmarks/xengine/files: md5 
	cad/spice/files: md5 
	chinese/c2t/files: md5 
	chinese/lunar/files: md5 
	comms/bpl+/files: md5 
	comms/conserver/files: md5 
	comms/efax/files: md5 
	comms/hylafax/files: md5 
	comms/kermit/files: md5 
	comms/lrzsz/files: md5 
	comms/mgetty+sendfax/files: md5 
	comms/pilot-link/files: md5 
	comms/qpage/files: md5 
	comms/rzsz/files: md5 
	comms/seyon/files: md5 
	comms/tkhylafax/files: md5 
	comms/xcept/files: md5 
	comms/zmtx-zmrx/files: md5 
	converters/base64/files: md5 
	converters/btoa/files: md5 
	converters/ish/files: md5 
	converters/mimepp/files: md5 
	converters/mpack/files: md5 
	converters/p5-Convert-UU/files: md5 
	converters/p5-MIME-Base64/files: md5 
	converters/recode/files: md5 
	converters/trans/files: md5 
	databases/db/files: md5 
	databases/gdbm/files: md5 
	databases/p5-DBD-Pg/files: md5 
	databases/p5-DBI/files: md5 
	databases/pgaccess/files: md5 
	databases/postgresql/files: md5 
	devel/autoconf/files: md5 
	devel/bison/files: md5 
	devel/ddd/files: md5 
	devel/dejagnu/files: md5 
	devel/gettext/files: md5 
	devel/gindent/files: md5 
	devel/glib/files: md5 
	devel/gmake/files: md5 
	devel/id-utils/files: md5 
	devel/libproplist/files: md5 
	devel/libslang/files: md5 
	devel/libtool/files: md5 
	devel/m4/files : md5 
	devel/nasm/files: md5 
	devel/prc-tools/files: md5 
	devel/swig/files: md5 
	devel/tkcvs/files: md5 
	devel/xmake/files: md5 
	editors/axe/files: md5 
	editors/beav/files: md5 
	editors/emacs/files: md5 
	editors/hexedit/files: md5 
	editors/jed/files: md5 
	editors/joe/files: md5 
	editors/jove/files: md5 
	editors/nedit/files: md5 
	editors/textedit/files: md5 
	editors/uemacs/files: md5 
	editors/vim/files: md5 
	editors/xemacs20/files: md5 
	editors/xwpe/files: md5 
	emulators/bochs/files: md5 
	emulators/simh/files: md5 
	emulators/x48/files: md5 
	emulators/xcopilot/files: md5 
	games/abuse/files: md5 
	games/agm/files: md5 
	games/an/files : md5 
	games/connect4/files: md5 
	games/freeciv/files: md5 
	games/gnuchess/files: md5 
	games/gnugo/files: md5 
	games/gnushogi/files: md5 
	games/nethack/files: md5 
	games/netris/files: md5 
	games/slash/files: md5 
	games/spider/files: md5 
	games/starlanes/files: md5 
	games/xasteroids/files: md5 
	games/xbat/files: md5 
	games/xbattle/files: md5 
	games/xbill/files: md5 
	games/xbl/files: md5 
	games/xblast/files: md5 
	games/xboard/files: md5 
	games/xboing/files: md5 
	games/xchomp/files: md5 
	games/xcubes/files: md5 
	games/xdeblock/files: md5 
	games/xdino/files: md5 
	games/xevil/files: md5 
	games/xgolgo/files: md5 
	games/xinvaders/files: md5 
	games/xjewel/files: md5 
	games/xjig/files: md5 
	games/xkobo/files: md5 
	games/xlife/files: md5 
	games/xmahjongg/files: md5 
	games/xmine/files: md5 
	games/xminehunter/files: md5 
	games/xminesweep/files: md5 
	games/xmj/files: md5 
	games/xmris/files: md5 
	games/xneko/files: md5 
	games/xonix/files: md5 
	games/xpat2/files: md5 
	games/xripple/files: md5 
	games/xroach/files: md5 
	games/xscrabble/files: md5 
	games/xskat/files: md5 
	games/xsol/files: md5 
	games/xsoldier/files: md5 
	games/xteddy/files: md5 
	graphics/ImageMagick/files: md5 
	graphics/compface/files: md5 
	graphics/gd/files: md5 
	graphics/ggi/files: md5 
	graphics/giflib/files: md5 
	graphics/giftrans/files: md5 
	graphics/gii/files: md5 
	graphics/gimp/files: md5 
	graphics/jpeg/files: md5 
	graphics/mpeg-lib/files: md5 
	graphics/mpeg_play/files: md5 
	graphics/netpbm/files: md5 
	graphics/png/files: md5 
	graphics/tiff34/files: md5 
	graphics/xanim/files: md5 
	graphics/xbmbrowser/files: md5 
	graphics/xfig/files: md5 
	graphics/xpaint/files: md5 
	graphics/xpm/files: md5 
	graphics/xv/files: md5 
	japanese/Wnn/files: md5 
	japanese/jvim/files: md5 
	japanese/kterm/files: md5 
	japanese/less/files: md5 
	japanese/nkf/files: md5 
	japanese/onew-wnn4/files: md5 
	lang/Gofer/files: md5 
	lang/STk/files : md5 
	lang/camlp4/files: md5 
	lang/egcs-snapshot/files: md5 
	lang/egcs-stable/files: md5 
	lang/erlang/files: md5 
	lang/expect/files: md5 
	lang/guavac/files: md5 
	lang/guile/files: md5 
	lang/icon/files: md5 
	lang/icon_lib/files: md5 
	lang/kaffe/files: md5 
	lang/kaffe1/files: md5 
	lang/ocaml/files: md5 
	lang/python/files: md5 
	lang/tcl80/files: md5 
	mail/adcomplain/files: md5 
	mail/asmail/files: md5 
	mail/bulk_mailer/files: md5 
	mail/cucipop/files: md5 
	mail/elm/files : md5 
	mail/exim/files: md5 
	mail/exmh2/files: md5 
	mail/faces/files: md5 
	mail/fetchmail/files: md5 
	mail/metamail/files: md5 
	mail/mh/files  : md5 
	mail/movemail/files: md5 
	mail/mutt/files: md5 
	mail/nmh/files : md5 
	mail/p5-Mail-POP3Client/files: md5 
	mail/pgpsendmail/files: md5 
	mail/pine/files: md5 
	mail/popclient/files: md5 
	mail/poppassd/files: md5 
	mail/postfix/files: md5 
	mail/procmail/files: md5 
	mail/vrfy/files: md5 
	mail/xfaces/files: md5 
	mail/xfmail/files: md5 
	mail/xlbiff/files: md5 
	math/gnuplot/files: md5 
	math/hoc/files : md5 
	math/wingz/files: md5 
	math/xspread/files: md5 
	mbone/imm/files: md5 
	mbone/rtptools/files: md5 
	mbone/sdr/files: md5 
	mbone/speak_freely/files: md5 
	mbone/wb/files : md5 
	misc/amanda/files: md5 
	misc/astrolog/files: md5 
	misc/buffer/files: md5 
	misc/calentool/files: md5 
	misc/cbb/files : md5 
	misc/cdrecord/files: md5 
	misc/deco/files: md5 
	misc/dialog/files: md5 
	misc/gnuls/files: md5 
	misc/jive/files: md5 
	misc/mmv/files : md5 
	misc/mshell/files: md5 
	misc/plan/files: md5 
	misc/screen/files: md5 
	misc/splitvt/files: md5 
	misc/tkcron/files: md5 
	misc/tkinfo/files: md5 
	misc/tkman/files: md5 
	misc/xdelta/files: md5 
	misc/xgas/files: md5 
	misc/xless/files: md5 
	misc/xtar/files: md5 
	misc/xtimer/files: md5 
	net/archie/files: md5 
	net/arpwatch/files: md5 
	net/bing/files : md5 
	net/clog/files : md5 
	net/dxpc/files : md5 
	net/ethereal/files: md5 
	net/gated/files: md5 
	net/icb/files  : md5 
	net/icmpinfo/files: md5 
	net/irc/files  : md5 
	net/ircii-epic/files: md5 
	net/libnet/files: md5 
	net/licq/files : md5 
	net/mirror/files: md5 
	net/mrtg/files : md5 
	net/mtr/files  : md5 
	net/ncftp/files: md5 
	net/netatalk/files: md5 
	net/netpipe/files: md5 
	net/nfr/files  : md5 
	net/nmap/files : md5 
	net/proftpd/files: md5 
	net/rsync/files: md5 
	net/samba/files: md5 
	net/sharity-light/files: md5 
	net/slirp/files: md5 
	net/sniffit/files: md5 
	net/tcpshow/files: md5 
	net/tintin++/files: md5 
	net/tinyfugue/files: md5 
	net/trafshow/files: md5 
	net/ucd-snmp/files: md5 
	net/wget/files : md5 
	net/wide-dhcp/files: md5 
	net/xarchie/files: md5 
	net/ytalk/files: md5 
	news/aub/files : md5 
	news/cnews/files: md5 
	news/leafnode/files: md5 
	news/newsfetch/files: md5 
	news/plor/files: md5 
	news/slrn/files: md5 
	news/tin/files : md5 
	plan9/9menu/files: md5 
	plan9/9wm/files: md5 
	plan9/sam/files: md5 
	plan9/tcs/files: md5 
	plan9/wily/files: md5 
	print/a2ps/files: md5 
	print/acroread/files: md5 
	print/afm/files: md5 
	print/bibview/files: md5 
	print/detex/files: md5 
	print/enscript/files: md5 
	print/freetype/files: md5 
	print/ghostscript5/files: md5 
	print/ghostview/files: md5 
	print/gv/files : md5 
	print/lyx/files: md5 
	print/pkfonts/files: md5 
	print/psutils/files: md5 
	print/teTeX/files: md5 
	print/transfig/files: md5 
	russian/xcyrillic/files: md5 
	russian/xruskb/files: md5 
	security/bounix/files: md5 
	security/cfs/files: md5 
	security/cops/files: md5 
	security/crack/files: md5 
	security/libident/files: md5 
	security/nbaudit/files: md5 
	security/nessus/files: md5 
	security/pgplib/files: md5 
	security/rsaref/files: md5 
	security/stel/files: md5 
	security/swatch/files: md5 
	shells/bash/files: md5 
	shells/bash2/files: md5 
	shells/es/files: md5 
	shells/scsh/files: md5 
	shells/tcsh/files: md5 
	shells/zsh/files: md5 
	sysutils/LPRng/files: md5 
	sysutils/cfengine/files: md5 
	sysutils/contool/files: md5 
	sysutils/idled/files: md5 
	sysutils/lsof/files: md5 
	sysutils/mtools/files: md5 
	sysutils/rtty/files: md5 
	sysutils/socket/files: md5 
	sysutils/stat/files: md5 
	sysutils/tcplist/files: md5 
	sysutils/xbatt/files: md5 
	sysutils/xntpd/files: md5 
	sysutils/xosview/files: md5 
	sysutils/zap/files: md5 
	textproc/agrep/files: md5 
	textproc/c2html/files: md5 
	textproc/catdoc/files: md5 
	textproc/docbook/files: md5 
	textproc/glimpse/files: md5 
	textproc/html/files: md5 
	textproc/idiff/files: md5 
	textproc/info2html/files: md5 
	textproc/isearch/files: md5 
	textproc/iso12083/files: md5 
	textproc/iso8879/files: md5 
	textproc/ispell/files: md5 
	textproc/jade/files: md5 
	textproc/latex2html/files: md5 
	textproc/linuxdoc/files: md5 
	textproc/mgdiff/files: md5 
	textproc/par/files: md5 
	textproc/pilot_makedoc/files: md5 
	textproc/rman/files: md5 
	textproc/sgmlformat/files: md5 
	textproc/sp/files: md5 
	textproc/spiff/files: md5 
	textproc/texi2html/files: md5 
	textproc/wdiff/files: md5 
	textproc/xpdf/files: md5 
	www/amaya/files: md5 
	www/analog/files: md5 
	www/apache/files: md5 
	www/cgiparse/files: md5 
	www/mozilla/files: md5 
	www/navigator/files: md5 
	www/squid/files: md5 
	www/squid21/files: md5 
	www/transproxy/files: md5 
	www/wwwcount/files: md5 
	x11/Xaw3d/files: md5 
	x11/afterstep/files: md5 
	x11/asclock/files: md5 
	x11/bclock/files: md5 
	x11/blackbox/files: md5 
	x11/blast/files: md5 
	x11/bricons/files: md5 
	x11/ctwm/files : md5 
	x11/emiclock/files: md5 
	x11/explorer/files: md5 
	x11/freefonts/files: md5 
	x11/fvwm2/files: md5 
	x11/getbdf/files: md5 
	x11/gtk+/files : md5 
	x11/kdebase/files: md5 
	x11/kdelibs/files: md5 
	x11/lesstif/files: md5 
	x11/lupe/files : md5 
	x11/mouseclock/files: md5 
	x11/olvwm/files: md5 
	x11/piewm/files: md5 
	x11/qt/files   : md5 
	x11/rclock/files: md5 
	x11/rxvt/files : md5 
	x11/sliderule/files: md5 
	x11/swisswatch/files: md5 
	x11/tk80/files : md5 
	x11/viewfax/files: md5 
	x11/windowmaker/files: md5 
	x11/x2x/files  : md5 
	x11/xaniroc/files: md5 
	x11/xantfarm/files: md5 
	x11/xcb/files  : md5 
	x11/xco/files  : md5 
	x11/xcoloredit/files: md5 
	x11/xcolors/files: md5 
	x11/xdaliclock/files: md5 
	x11/xdtm/files : md5 
	x11/xfedor/files: md5 
	x11/xfishtank/files: md5 
	x11/xfm/files  : md5 
	x11/xforms/files: md5 
	x11/xgrab/files: md5 
	x11/xloadimage/files: md5 
	x11/xlogout/files: md5 
	x11/xmascot/files: md5 
	x11/xmbdfed/files: md5 
	x11/xmold/files: md5 
	x11/xpostit/files: md5 
	x11/xpostitPlus/files: md5 
	x11/xprompt/files: md5 
	x11/xsnow/files: md5 
	x11/xtacy/files: md5 
	x11/xtattr/files: md5 
	x11/xtestpicture/files: md5 
	x11/xtoolwait/files: md5 
	x11/xview-config/files: md5 
	x11/xzoom/files: md5 

Log message:
add sha1 and rmd160 checksum to the existing md5 sums for all files;
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports.  That version of the makefile adds all sums.  Previous
versions of the makefile will still work for people installing ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	1999/03/03 23:50:42

Modified files:
	lang/expect    : Makefile 
	lang/expect/files: md5 
	lang/expect/patches: patch-aa patch-ac 

Log message:
make expect compile, v 5.28


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/03 23:55:00

Modified files:
	sysutils/setquota: Makefile 

Log message:
Fix the broken message.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:42:40

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:45:38

Modified files:
	.              : press.html 

Log message:
order, plus more from ian


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:56:13

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:56:52

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
differentiate wss vs sb cards


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:56:58

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:57:35

Modified files:
	sys/dev/isa    : files.isapnp isapnp.c 
Added files:
	sys/dev/isa    : cs4232.c cs4232.h 

Log message:
cs4232 hack


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 01:58:11

Modified files:
	bin/csh        : csh.1 

Log message:
precedence comment; netbsd


CVSROOT:	/cvs
Module name:	www
Changes by:	aaron@cvs.openbsd.org	1999/03/04 04:52:03

Modified files:
	.              : plus.html 

Log message:
calenar(1) -> calendar(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/04 06:35:28

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

Log message:
add .Nd and a DESCRIPTION section; karls@inet.no


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/04 08:04:46

Modified files:
	usr.bin/compress: zopen.c 

Log message:
improve i/o handling use 8192 bytes buffer (16384 does not help much)
this makes it faster than gzip in uncompress mode.


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/03/04 08:24:39

Modified files:
	.              : want.html 

Log message:
add eisa and pci i82596-based boards to those ie16 isa ones


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/04 08:27:31

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
corrent name for iee pro/10+


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/04 08:28:00

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/04 08:37:58

Modified files:
	sys/dev/eisa   : eisadevs 

Log message:
att bt763e ether


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/04 08:38:17

Modified files:
	sys/dev/eisa   : eisadevs.h eisadevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/04 09:14:59

Modified files:
	usr.bin/renice : renice.8 renice.c 

Log message:
catch things like "renice --19 6706" as an error, use warn/warnx and update sccs ids to 4.4lite while we are at it


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/03/04 09:31:41

Modified files:
	.              : want.html 

Log message:
fix buslogic's ether name


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/03/04 09:48:52

Modified files:
	.              : want.html 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/04 10:42:26

Modified files:
	usr.sbin/ppp/ppp: bundle.c command.c datalink.c datalink.h ppp.8 

Log message:
Extend the ``set redial'' command to allow incremental
redial timeouts.


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/03/04 11:44:23

Modified files:
	.              : want.html 

Log message:
intel thinks that pro/10+ is 82596-based, but the rest of the world knows that it's 82557-based, so the right one is pro/10 pci and eisa, that's all


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/03/04 12:41:21

Modified files:
	.              : want.html 

Log message:
couple more eisa i82596 cards


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/03/04 12:58:45

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
Fix -proto2 numeric protocol handling.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 13:30:37

Modified files:
	sys/net        : pfkeyv2.c 
	sys/netinet    : ip_ipsp.c 

Log message:
more paranoid maintenance


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 14:13:52

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
clear key headers earlier


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 14:20:38

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
remove unnecessary malloc checks when using WAITOK


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 14:51:28

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
be more careful with freeing TDBs


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/03/04 14:56:35

Modified files:
	kerberosIV/kafs: afssys.c 

Log message:
DUH!  k_hasafs returns 0 if pioctl fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 15:14:37

Modified files:
	sys/dev/isa    : files.isapnp isapnp.c wss_isapnp.c 
Removed files:
	sys/dev/isa    : cs4232.c cs4232.h 

Log message:
simplify cs4232 handling; apollo@slcnet.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 15:32:22

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
toshiba flesh


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 15:32:31

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 16:23:58

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

Log message:
" quote in pcmcia_print


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/04 16:26:14

Modified files:
	sys/arch/hppa/conf: GECKO GENERIC 

Log message:
note com/lpt chipset used


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 17:58:30

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
update allocation statistics


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 17:58:36

Modified files:
	sys/net        : pfkeyv2_parsemessage.c 

Log message:
restrict replay window size to 32


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/04 18:32:47

Modified files:
	usr.bin/rdist  : client.c 

Log message:
Don't assume printf will deal gracefully with NULL pointers for %s, BSD does but SysV does not


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/04 18:36:12

Modified files:
	usr.bin/rdist  : client.c 

Log message:
make output look more like what BSD pritnf does when it hits a NULL


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/04 18:46:19

Modified files:
	distrib/alpha/ramdisk: raminst.conf 

Log message:
link with -lotermcap, not -ltermcap (which is ncurses)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 19:02:35

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

Log message:
no isp yet


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/04 19:55:34

Modified files:
	sys/arch/sparc/conf: RAMDISK 

Log message:
room for few more devices


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/03/04 21:47:46

Modified files:
	share/termtypes: Makefile 
	usr.bin        : Makefile 
	usr.bin/cap_mkdb: Makefile cap_mkdb.1 cap_mkdb.c 
Added files:
	usr.bin/cap_mkdb: getinfo.c 
Removed files:
	usr.bin/info_mkdb: Makefile getinfo.c info_mkdb.1 info_mkdb.c 

Log message:
Merge cap_mkdb(1) and info_mkdb(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/04 22:08:31

Modified files:
	share/termtypes: Makefile 

Log message:
catch 0-len term*.src in case tic messes up


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/05 03:28:26

Modified files:
	.              : donations.html index.html 

Log message:
when do we expect 2.5 to ship? read here...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/05 03:32:03

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/05 03:37:19

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

Log message:
fix umount references; markus.friedl@informatik.uni-erlangen.de


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/05 03:38:15

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

Log message:
CS4232 hack goes away


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/05 04:53:57

Modified files:
	mail/mutt      : Makefile 
	mail/mutt/files: md5 

Log message:
update to 0.95.4i


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/05 07:25:38

Modified files:
	mail/mutt/pkg  : PLIST 

Log message:
update to 0.95.4i


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/05 07:26:57

Modified files:
	audio/mpg123   : Makefile 
	audio/mpg123/files: md5 
	audio/mpg123/patches: patch-aa 

Log message:
upgrade to mpg123 0.59q


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/05 07:29:54

Added files:
	audio/mpg123/patches: patch-ab 

Log message:
add forgotten patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/05 07:33:33

Modified files:
	mail/mutt/pkg  : PLIST 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/05 07:38:33

Modified files:
	shells/zsh     : Makefile 
	shells/zsh/files: md5 
	shells/zsh/patches: patch-aa patch-ab 
	shells/zsh/pkg : PLIST 
Removed files:
	shells/zsh/patches: patch-ac 

Log message:
upgrade to zsh 3.1.5


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	1999/03/05 09:08:20

Modified files:
	.              : anoncvs.html 

Log message:
add info for stl-isaas.ey.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/05 09:24:58

Modified files:
	audio/tracker/files: audio.c 

Log message:
Repair 16 bits. Easier to make it work when you've got 16 bit output
working.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/05 09:25:51

Modified files:
	audio/tracker/files: audio.c 

Log message:
work around a bug in wss: AUDIO_FLUSH hangs the device.
Temporary, until bug is fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 09:32:50

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

Log message:
Fix makesum/addsum   batch behavior


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/05 09:55:03

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
correct ee pro/10 pci description


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/05 09:56:28

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 10:16:53

Modified files:
	gnu/usr.bin/gcc/config/mips: openbsd-le.h 

Log message:
Kill nonsense: OBJECT_FORMAT_COFF is a tweak for collect2.
There is no corresponding OBJECT_FORMAT_ELF.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 10:38:35

Modified files:
	gnu/usr.bin/gcc/config/m88k: xm-openbsd.h 
	gnu/usr.bin/gcc/config/ns32k: xm-openbsd.h 
Added files:
	gnu/usr.bin/gcc/config/i386: xm-openbsd.h 
	gnu/usr.bin/gcc/config/m68k: xm-openbsd.h 
	gnu/usr.bin/gcc/config/mips: xm-openbsd.h 
	gnu/usr.bin/gcc/config/rs6000: xm-openbsd.h 
	gnu/usr.bin/gcc/config/sparc: xm-openbsd.h 
	gnu/usr.bin/gcc/config/vax: xm-openbsd.h 
	gnu/usr.bin/gcc/config: t-openbsd 

Log message:
Regular fragments to avoid surprises.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 10:39:46

Modified files:
	gnu/usr.bin/gcc: configure configure.in 

Log message:
Adjust configure.in & rerun autoconf.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 10:41:33

Removed files:
	gnu/usr.bin/gcc/config: x-openbsd 

Log message:
Functionality moved to t-openbsd, where it belongs.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/05 11:44:02

Modified files:
	usr.bin/less   : main.c 

Log message:
provide support for -- argument seperator


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/05 12:17:45

Added files:
	sys/arch/amiga/isa: isa_machdep.c 

Log message:
Add forgotten file, espie@ has checked it compiles


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/05 14:10:59

Modified files:
	sys/net        : if_bridge.c if_bridge.h 
	sys/sys        : sockio.h 
	usr.sbin/brconfig: brconfig.8 brconfig.c 
	share/man/man4 : bridge.4 

Log message:
Make address cache expiration actually work and provide a knob
for adjusting the timeout.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/05 15:09:20

Modified files:
	sys/net        : if_bridge.c 
	usr.sbin/brconfig: brconfig.8 

Log message:
bump cache timeout up a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/05 16:16:06

Modified files:
	lib/libc/string: strcpy.3 

Log message:
better examples section wrt strncpy()


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/05 17:56:18

Modified files:
	.              : events.html 

Log message:
more details


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 21:04:58

Added files:
	gnu/usr.bin/gcc/config/alpha: xm-openbsd.h 

Log message:
Forgot that one.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/05 21:08:47

Modified files:
	gnu/usr.bin/gcc/config/alpha: xm-openbsd.h 

Log message:
Wrong file, fixed.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/03/06 10:03:28

Modified files:
	faq            : faq10.html faq2.html faq8.html faq9.html 

Log message:
HTML style police + extra stuff about ports + more links. Needs work


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/06 13:19:25

Modified files:
	usr.bin        : Makefile 
	usr.bin/lock   : Makefile lock.c 
	usr.bin/make   : suff.c 
	usr.bin/skey   : skey.c 
	usr.bin/top    : display.c 
	usr.bin/tput   : Makefile tput.1 tput.c 
	usr.bin/vi     : LICENSE README 
	usr.bin/vi/build: README 
	usr.bin/vi/cl  : cl_main.c cl_read.c cl_screen.c cl_term.c 
	usr.bin/vi/common: exf.c 
	usr.bin/vim    : Makefile 

Log message:
add missing reference to infocmp


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/06 13:24:54

Removed files:
	usr.bin/vim    : Makefile 

Log message:
mistype


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/06 13:27:45

Modified files:
	usr.bin/lock   : Makefile lock.c 
	usr.bin/make   : suff.c 
	usr.bin/skey   : skey.c 
	usr.bin/top    : display.c 
	usr.bin/tput   : Makefile tput.1 tput.c 
	usr.bin/vi     : LICENSE README 
	usr.bin/vi/build: README 
	usr.bin/vi/cl  : cl_main.c cl_read.c cl_screen.c cl_term.c 
	usr.bin/vi/common: exf.c 

Log message:
back out changes that should not have escaped my local tree


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/03/06 13:59:43

Modified files:
	sys/netinet    : ip_output.c 

Log message:
Update IP pointer, when doing multiple transforms.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 14:09:37

Modified files:
	net/ntop       : Makefile 
	net/ntop/files : md5 

Log message:
upgrade to ntop 1.1cr4


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/03/06 15:51:43

Modified files:
	net/nfr        : Makefile 
	net/nfr/files  : createuser md5 
	net/nfr/patches: patch-aa patch-ab patch-ac 
	net/nfr/pkg    : COMMENT PLIST 
	net/nfr/scripts: configure 
Added files:
	net/nfr/patches: patch-ad 
	net/nfr/pkg    : DEINSTALL INSTALL 
Removed files:
	net/nfr/files  : Makefile-config Makefile-openbsd configure-nfr 
	                 nfr-htpasswd.c opts-openbsd.h sys-openbsd.h 

Log message:
update of NFR port to 2.0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/03/06 16:18:20

Added files:
	net/nfr/pkg    : SECURITY 

Log message:
add blurb on NFR security


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/06 16:18:23

Modified files:
	sbin/ipf       : ipf.8 ipf.c 

Log message:
match usage and man page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/06 16:36:28

Modified files:
	lib/libc/string: strcpy.3 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/06 16:41:14

Modified files:
	lib/libc/string: strcat.3 

Log message:
add examples


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/06 16:48:12

Modified files:
	.              : index.html 

Log message:
korean mirror


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 17:14:44

Modified files:
	devel/automake : Makefile 
	devel/bison    : Makefile 
	devel/dejagnu  : Makefile 
	devel/gettext  : Makefile 
	devel/gindent  : Makefile 
	devel/gmake    : Makefile 
	devel/id-utils : Makefile 
	devel/libtool  : Makefile 
	devel/m4       : Makefile 

Log message:
add MASTER_SITE_SUBDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/06 18:03:05

Modified files:
	usr.sbin/ppp/ppp: main.c modem.c 

Log message:
Reopen descriptor 0 as /dev/tty when in interactive mode
in OpenBSD as well as FreeBSD (I still don't know why).
Add a debug diagnostic when creating a child process as
a link.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/06 18:19:12

Modified files:
	lib/libm       : Makefile 

Log message:
previous commit broke MLINKS install


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/06 18:21:32

Modified files:
	lib/libm       : Makefile 

Log message:
Never break the source tree builds if a _non-default compilation option_
has an issue.  Fix it right, without breaking the source tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/06 18:22:45

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 18:39:01

Modified files:
	archivers/gtar : Makefile 
	converters/recode: Makefile 
	databases/gdbm : Makefile 
	editors/emacs  : Makefile 
	japanese/less  : Makefile 
	math/gnuplot   : Makefile 
	misc/gnuls     : Makefile 
	misc/screen    : Makefile 
	print/enscript : Makefile 
	print/ghostview: Makefile 
	shells/bash    : Makefile 
	sysutils/cfengine: Makefile 
	textproc/wdiff : Makefile 

Log message:
add MASTER_SITE_SUBDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/06 18:42:02

Modified files:
	usr.sbin/ppp/ppp: modem.c 

Log message:
Use socketpair() instead of pipe()... pipe() doesn't return
two bi-directional descriptors under OpenBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/06 18:42:15

Modified files:
	usr.sbin/ppp/ppp: bundle.c 

Log message:
Read from fd[0] and write to fd[1] where `fd' is the
result of a pipe().  This matters under OpenBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 19:13:14

Log message:
    add BitchX port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-06
    
    N ports/net/bitchx/Makefile
    N ports/net/bitchx/files/md5
    N ports/net/bitchx/pkg/COMMENT
    N ports/net/bitchx/pkg/DESCR
    N ports/net/bitchx/pkg/PLIST
    N ports/net/bitchx/patches/patch-aa
    N ports/net/bitchx/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 19:20:38

Modified files:
	net            : Makefile 

Log message:
add bitchx to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 19:25:56

Modified files:
	x11/qt         : Makefile 
	x11/qt/files   : md5 
	x11/qt/pkg     : PLIST 
Added files:
	x11/qt/patches : patch-aa patch-ab 

Log message:
upgrade to Qt 1.42


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 20:05:15

Modified files:
	games/slash    : Makefile 
	games/xboard   : Makefile 

Log message:
add MASTER_SITE_SUBDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/06 20:05:31

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
dkcksum() requires d_checksum cleared


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 20:40:09

Modified files:
	x11/qt         : Makefile 

Log message:
oops, uncomment BROKEN lines


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/03/06 20:59:02

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 21:41:00

Modified files:
	emulators/linux_lib: Makefile 
	emulators/linux_lib/files: md5 

Log message:
upgrade to Linux libs 2.6.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 22:50:48

Log message:
    add MesaGL port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-07
    
    N ports/graphics/MesaGL/Makefile
    N ports/graphics/MesaGL/files/md5
    N ports/graphics/MesaGL/pkg/COMMENT
    N ports/graphics/MesaGL/pkg/DESCR
    N ports/graphics/MesaGL/pkg/PLIST
    N ports/graphics/MesaGL/patches/patch-aa
    N ports/graphics/MesaGL/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/06 23:39:24

Modified files:
	graphics       : Makefile 

Log message:
add MesaGL to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/07 04:44:28

Modified files:
	lang/camlp4/pkg: COMMENT 

Log message:
fix broken comment ( >60 characters )


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/07 04:55:27

Modified files:
	usr.sbin/ppp/ppp: log.c ppp.8 server.c 

Log message:
Correctly drop existing connections when reopening the diagnostic
socket.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/07 07:15:33

Modified files:
	lang/egcs-snapshot: Makefile 
	lang/egcs-snapshot/files: PLIST.template md5 
Added files:
	lang/egcs-snapshot/patches: patch-core-libversion 

Log message:
- 19990307 snapshot
- consistent version number for libstdc++.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/07 11:05:10

Modified files:
	distrib/sets/lists/base: md.amiga 

Log message:
Synch


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/07 13:52:19

Modified files:
	share/misc     : na.phone 

Log message:
alberta area code split


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/07 13:57:32

Modified files:
	usr.sbin/ppp/ppp: modem.c 

Log message:
Don't forget to call modem_Found() when connecting
via an external program - otherwise we get no
throughput stats and connection count increase.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/07 14:02:11

Modified files:
	sbin/mountd    : mountd.c 

Log message:
Only throw away a line with an empty exports list if the list is empty
due to unresolvable hostnames.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/07 15:42:42

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

Log message:
disable isp, enable adw/mx/vr


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/07 16:12:01

Modified files:
	usr.sbin/httpd/src/modules/ssl: ssl_engine_init.c 

Log message:
don't fatal out on init if RSA doesn't work, so as not to die if an RSA
libssl isn't installed and we only want to do http


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

Modified files:
	gnu/usr.bin/sudo/sudo: config.h interfaces.c parse.lex sudo.8 
	                       sudoers.5 version.h 
	gnu/usr.bin/sudo/visudo: visudo.8 
Removed files:
	gnu/usr.bin/sudo/sudo: options.h 

Log message:
sudo 1.5.8p2


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/07 17:33:41

Modified files:
	.              : Makefile.template 

Log message:
finer setup for SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	1999/03/07 17:34:40

Modified files:
	.              : checklist.html 

Log message:
Document SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/03/07 17:45:07

Modified files:
	faq            : faq5.html 

Log message:
Fixed comment about afterboot(8) man page (d@fnarg.net.au)
+ added links to other man pages


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/03/07 17:56:47

Modified files:
	faq            : faq10.html 

Log message:
Fixed typo and added link to man page of su(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/07 18:40:24

Modified files:
	usr.sbin/ppp/ppp: Makefile alias.c alias.h alias_cmd.c 
	                  alias_cmd.h alias_db.c alias_local.h 
	                  alias_nbt.c command.c ppp.8 
Added files:
	usr.sbin/ppp/ppp: alias_proxy.c 

Log message:
Add proxying & transparent proxying support (``alias proxy'').
Add PPTP packet aliasing (GRE fixed address) support (``alias pptp'').
Add a 0 to the front of the mode to signify octal.
Thanks to: Charles Mott <cmott@srv.net> & Dru Nelson <dnelson@redwoodsoft.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/03/07 19:01:02

Modified files:
	usr.sbin/pkg_install/info: show.c 

Log message:
Handle comments that do not end in \n correctly; WHS <wouters@cistron.nl>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/07 20:16:35

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
numlogs cannot be negative; karls@inet.no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/07 20:26:13

Modified files:
	misc/cdrecord  : Makefile 

Log message:
Don't force a gmake build; use MAKE_ENV to set the environment


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/07 20:59:10

Modified files:
	net/bitchx     : Makefile 
	net/bitchx/patches: patch-ab 

Log message:
fix path durring configure


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/07 21:08:00

Modified files:
	distrib/i386/floppies/ramdisk: mtree.conf 

Log message:
correct modes


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/07 21:15:20

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/07 21:15:43

Modified files:
	sys/dev/isa    : wss_isapnp.c 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/07 22:17:59

Modified files:
	x11/windowmaker: Makefile 

Log message:
needs version >= 1.67 of bsd.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/03/08 00:54:11

Modified files:
	etc            : aliases 

Log message:
remove confusing duplicate


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 04:05:23

Modified files:
	sys/dev/isa    : wss_isapnp.c 

Log message:
remove extra prints our isapnp subsystem does earlier


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 04:16:49

Modified files:
	sys/dev/isa    : ym_isapnp.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 04:17:08

Modified files:
	sys/dev/isa    : if_le_isapnp.c sb_isapnp.c 

Log message:
remove excess xname printing


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/08 06:06:36

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

Log message:
better string handling


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/08 08:26:11

Modified files:
	sys/arch/amiga/dev: grf_cl.c 

Log message:
Tweak horizontal frequency higher so that fringe case (basic SVGA + old
picassoII) work.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/08 10:42:43

Modified files:
	usr.sbin/httpd/src: Makefile.bsd-wrapper 

Log message:
Fix stupid apache Configure date sillyness here - hopefully avoiding another resurfacing.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 11:32:28

Modified files:
	.              : events.html 

Log message:
44th IETF


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/08 12:14:29

Modified files:
	lib/libm       : Makefile 

Log message:
pull in bsd.own.mk for NOPROFILE and NOPIC


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/08 14:01:34

Added files:
	usr.sbin/httpd/htdocs: blowfish.jpg bsd_small.gif lock.gif 
	                       logo23.jpg logo24.jpg smalltitle.gif 

Log message:
Some eye candy to stick on the default home page for people to use.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/08 14:37:59

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

Log message:
put more example images on default home page.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/08 15:35:38

Modified files:
	usr.sbin/ppp/ppp: server.c 

Log message:
Don't destroy the old server socket another ``set server''
call fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/08 15:54:34

Modified files:
	sys/dev/ic     : ad1848reg.h cs4231reg.h 

Log message:
reference docs


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/03/08 16:47:27

Modified files:
	sys/arch/i386/include: cpu.h specialreg.h 
	sys/arch/i386/i386: locore.s machdep.c 

Log message:
Add support for CPUID level 2.  This is used to determine the L2 cache size
on Intel processors; print out the correct CPU name and cache size at boot.

Also clean up the feature flags, including PPro errata.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/08 17:01:43

Modified files:
	include        : Makefile 
	kerberosIV     : Makefile 
	kerberosIV/kadm: Makefile 
	kerberosIV/krb : Makefile 

Log message:
Some style issues, make stuff neded before depend be built by beforedepend.
Also make them prereq in the case of make includes


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/08 17:02:46

Modified files:
	sys/dev/mii    : icsphyreg.h nsphyreg.h qsphyreg.h sqphyreg.h 

Log message:
reference docs


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/03/08 17:17:05

Modified files:
	sys/ufs/mfs    : mfs_vfsops.c 

Log message:
workaround deadlocks in the unmount/kill mount_mfs race.
XXX - This is wrong. I have to rethink this/rewrite mfs.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 18:01:09

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	1999/03/08 18:54:57

ports/graphics/MesaGL/scripts

Update of /cvs/ports/graphics/MesaGL/scripts
In directory cvs.openbsd.org:/tmp/cvs-serv28884/scripts

Log Message:
Directory /cvs/ports/graphics/MesaGL/scripts added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/08 19:09:10

Modified files:
	graphics/MesaGL: Makefile 
	graphics/MesaGL/patches: patch-aa patch-ab 
	graphics/MesaGL/pkg: PLIST 
Added files:
	graphics/MesaGL/files: mklib.openbsd-static 
	graphics/MesaGL/patches: patch-ac patch-ad patch-ae patch-af 
	                         patch-ag patch-ah 
	graphics/MesaGL/pkg: PLIST.noshared 
	graphics/MesaGL/scripts: configure 

Log message:
fixups and add currently available patches from Mesa web page


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/08 20:52:41

Modified files:
	graphics/MesaGL/patches: patch-ad patch-ae patch-af patch-ag 
	                         patch-ah 

Log message:
fix patches, CVS choked on the previous ones


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 20:54:00

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add 1 card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 20:54:04

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/08 21:13:59

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/files: md5 
	x11/windowmaker/pkg: PLIST 

Log message:
Update to 0.51.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/08 21:16:29

Removed files:
	x11/windowmaker/patches: patch-aa 

Log message:
remove unneeded patch


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 21:18:28

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
luxsonar


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/08 21:18:34

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	downsj@cvs.openbsd.org	1999/03/08 22:00:42

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

Log message:
Add support for disabling the processor serial number on the P3.


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/03/08 22:31:56

Modified files:
	sys/netinet6   : debug.h icmpv6_var.h in6.c in6.h in6_pcb.c 
	                 in6_proto.c ipv6_addrconf.c ipv6_discovery.c 
	                 ipv6_icmp.c ipv6_input.c ipv6_output.c 
	                 ipv6_rtrequest.c ipv6_trans.c osdep.h 
	                 raw_ipv6.c 

Log message:
Demangled the INET6 stuff so as not to require any extra options and not to
be mutually exclusive with the IPSEC option.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/08 22:55:44

Modified files:
	converters/p5-MIME-Base64: Makefile 

Log message:
note that a newer version is available


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	1999/03/09 06:23:09

Modified files:
	.              : donations.html want.html 

Log message:
thams jason, i've got iee16


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/09 08:39:08

Modified files:
	sys/arch/i386/include: bus.h pio.h 

Log message:
add more 'cc' usage, actually overestimating gcc's smartness; also fix currently unused bus macros. kids tested mother approved


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/09 10:12:09

Modified files:
	lang/egcs-stable: Makefile 
	lang/egcs-stable/files: md5 
	lang/egcs-stable/patches: patch-g77-name-transform 
Removed files:
	lang/egcs-stable/files/config/gcc/config: openbsd.h t-openbsd 
	                                          t-openbsd-thread 
	                                          xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/alpha: openbsd.h 
	                                                xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/i386: openbsd.h 
	                                               xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/m68k: openbsd.h 
	                                               xm-openbsd.h 
	lang/egcs-stable/files/config/gcc/config/sparc: openbsd.h 
	                                                xm-openbsd.h 
	lang/egcs-stable/patches: patch-core-config.open 
	                          patch-core-pa-guess 
	                          patch-g++-libshared.open 

Log message:
Update to 1.1.2-prerelease 3.
Remove all files that ARE in egcs-1.1.2-prerelease 3


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/09 10:22:51

Modified files:
	lang/egcs-stable: Makefile 
Removed files:
	lang/egcs-stable/files/config/libstdc++/config: openbsd.ml 
	                                                openbsd.mt 

Log message:
Missed those


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 11:15:49

Modified files:
	graphics/tiff  : Makefile 

Log message:
Don't mirror distfile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 11:19:50

Modified files:
	mail/exmh      : Makefile 
Removed files:
	mail/exmh/files: config md5 
	mail/exmh/pkg  : COMMENT DESCR PLIST 
	mail/exmh/scripts: build install 

Log message:
exmh has been superseded by exmh2


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 11:20:45

Modified files:
	mail/exmh      : Makefile 

Log message:
don't mirror distfile, too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/09 13:27:53

Modified files:
	lang/egcs-stable: Makefile 

Log message:
Remove conflicts... somedays I hate cvs. Thanks marc@ !


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/09 13:37:40

Modified files:
	usr.sbin/ppp/ppp: systems.c 

Log message:
If /etc/ppp/ppp.conf doesn't exist, mention that the
configuration file can't be found rather than saying
that the label can't be found.
Pointed out by: Greg Black <gjb@comkey.com.au>


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/03/09 14:16:31

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
POSIX says:
If O_TRUNC is set and the file did previously exist, upon successful
completion the open() function shall mark for update the st_ctime and st_mtime
fields of the file.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/09 16:06:13

Modified files:
	lib/libc/time  : localtime.c 

Log message:
Back out rev 1.7.  PCTS 151-2 still passes, and mktime() now correctly returns
-1 for calendar times that cannot be represented.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/09 16:43:01

Modified files:
	usr.sbin/ppp/ppp: alias_db.c alias_ftp.c alias_nbt.c 
	                  alias_proxy.c 

Log message:
Remove all PacketAlias diagnostics to stdout/stderr with
#ifdef DEBUG.  Statify functions in alias_nbt.c


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/09 18:40:46

Modified files:
	.              : events.html 

Log message:
oops; nrahlstr@winternet.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/09 19:20:32

Log message:
    add ircII port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-09
    
    N ports/net/ircII/Makefile
    N ports/net/ircII/files/md5
    N ports/net/ircII/pkg/COMMENT
    N ports/net/ircII/pkg/DESCR
    N ports/net/ircII/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 19:21:29

Modified files:
	www/apache     : Makefile 
Removed files:
	www/apache/files: Makefile md5 
	www/apache/patches: patch-aa patch-ab patch-ac patch-ad patch-ae 
	                    patch-af patch-ah patch-aj patch-ak patch-al 
	                    patch-am 
	www/apache/pkg : COMMENT DESCR PLIST 
	www/apache/scripts: configure 

Log message:
remove apache port: it is part of the system now, and the port
referenced a beta version of the code that is no longer available


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/09 19:23:27

Modified files:
	games/quiz/datfiles: flowers 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/09 19:25:39

Modified files:
	sbin/mount     : mount.8 

Log message:
spelling


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/09 19:37:45

Modified files:
	net/irc        : Makefile 
	net/irc/files  : md5 
	net/irc/pkg    : PLIST 
Added files:
	net/irc/patches: patch-ab 

Log message:
upgrade to irc server 2.10.1


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/09 19:39:59

Modified files:
	bin/cp         : cp.1 

Log message:
comma splice


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/09 19:43:11

Modified files:
	include        : time.h 
	lib/libc/gen   : timezone.3 
	usr.sbin/cron  : cron.8 
	usr.sbin/tcpdump: tcpdump.8 

Log message:
Daylight Saving Time, not savings


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 20:25:27

Modified files:
	mail/postfix   : Makefile 

Log message:
note that a newer version of the code is available;
remove ftp.win.ne.jp from master sites -- it will not allow the port
to be fetched because it does not like the format of the "password"
sent by the ftp client


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/09 21:00:15

Modified files:
	x11/qt         : Makefile 

Log message:
uncomment MesaGL LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 21:40:21

Modified files:
	net/firewalk   : Makefile 

Log message:
mark as broken/don't mirror distfiles for now;
the es2.net nameserver(s) don't seem to be talking


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 21:51:32

Modified files:
	net/firewalk   : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/09 22:07:45

Modified files:
	mail/fetchmail : Makefile 
	mail/fetchmail/files: md5 
	mail/fetchmail/pkg: PLIST 

Log message:
Update to 4.7.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/09 22:12:20

Modified files:
	news/leafnode  : Makefile 

Log message:
Note that a newer version is available


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 01:54:10

Removed files:
	lib/libpthread : COPYRIGHT Changes-mysql FAQ Makefile NOTES 
	                 NOTES_OSR5_BUILD_SKUNKWARE97 README TODO-mysql 
	                 Whats_New 
	lib/libpthread/arch/alpha: machdep.c machdep.h 
	                           syscall-template.S syscall.S 
	lib/libpthread/arch/i386: Makefile.inc SYS.h machdep.c machdep.h 
	                          syscall-template.S syscall.S 
	lib/libpthread/arch/m68k: Makefile.inc machdep.c machdep.h 
	                          syscall.S 
	lib/libpthread/arch/sparc: syscall-template.S syscall.S 
	lib/libpthread/bin: Makefile Makefile.in 
	lib/libpthread/bin/finger: Makefile Makefile.in finger.c net.c 
	lib/libpthread/gen: Makefile.inc ctime.c difftime.c directory.c 
	                    eprintf.c getcwd.c getpwent.c getpwnamuid.c 
	                    getwd.c isatty.c popen.c pwd_internal.c 
	                    pwd_internal.h syslog.c time.c ttyname.c 
	lib/libpthread/include: Makefile.inc dirent.h endian.h errno.h 
	                        math.h netdb.h pthread.h pwd.h resolv.h 
	                        sched.h signal.h stdio.h stdlib.h 
	                        string.h syslog.h time.h timers.h 
	                        tzfile.h unistd.h 
	lib/libpthread/include/arpa: inet.h nameser.h 
	lib/libpthread/include/pthread: ac-types.h cleanup.h cond.h 
	                                config.h debug_out.h fd.h 
	                                fd_pipe.h kernel.h kthread.h 
	                                mutex.h paths.h posix.h 
	                                prio_queue.h pthread_attr.h 
	                                pthread_once.h queue.h sleep.h 
	                                specific.h state.def types.h 
	                                unistd.h util.h version.h 
	                                xtypes.h 
	lib/libpthread/include/sys: __math.h __path.h __signal.h 
	                            __stdio.h __stdlib.h __string.h 
	                            __time.h __unistd.h compat.h 
	                            dirent.h errno.h timers.h wait.h 
	lib/libpthread/lib: Makefile Makefile.in 
	lib/libpthread/lib/libpthreadutil: Makefile Makefile.in 
	                                   pthread_atexit.c 
	                                   pthread_tad.c pthreadutil.h 
	lib/libpthread/net: Makefile.inc gethostbyaddr.c gethostbyname.c 
	                    gethostent.c getnetbyaddr.c getnetbyname.c 
	                    getnetent.c getproto.c getprotoent.c 
	                    getprotoname.c getservbyname.c 
	                    getservbyport.c getservent.c herror.c 
	                    inet_addr.c inet_lnaof.c inet_makeaddr.c 
	                    inet_netof.c inet_network.c inet_ntoa.c 
	                    net_internal.c net_internal.h 
	                    proto_internal.c proto_internal.h res_comp.c 
	                    res_debug.c res_init.c res_internal.c 
	                    res_internal.h res_mkquery.c res_query.c 
	                    res_querydomain.c res_search.c res_send.c 
	                    serv_internal.c serv_internal.h 
	lib/libpthread/patches: Streepy.html Streepy2.html bill_lear 
	                        chris_demetriou mevans p153 p155 
	lib/libpthread/pthreads: Makefile.inc _exit.c cleanup.c cond.c 
	                         condattr.c dump_state.c errno.c fd.c 
	                         fd_kern.c fd_pipe.c fd_sysv.c file.c 
	                         globals.c info.c init.cc malloc.c 
	                         mutex.c mutexattr.c panic.c 
	                         prio_queue.c process.c pthread.c 
	                         pthread_attr.c pthread_cancel.c 
	                         pthread_detach.c pthread_init.c 
	                         pthread_join.c pthread_kill.c 
	                         pthread_once.c queue.c schedparam.c 
	                         select.c sig.c signal.c sleep.c 
	                         specific.c stat.c wait.c wrapper.c 
	lib/libpthread/scripts: Makefile.inc pgcc.sh 
	lib/libpthread/stdio: Makefile.inc README clrerr.c fclose.c 
	                      fdopen.c feof.c ferror.c fflush.c fgetc.c 
	                      fgetline.c fgetpos.c fgets.c fileno.c 
	                      findfp.c flags.c floatio.h fopen.c 
	                      fprintf.c fpurge.c fputc.c fputs.c fread.c 
	                      freopen.c fscanf.c fseek.c fsetpos.c 
	                      ftell.c funopen.c fvwrite.c fvwrite.h 
	                      fwalk.c fwrite.c getc.c getc_unlocked.c 
	                      getchar.c getchar_unlocked.c gets.c getw.c 
	                      glue.h local.h makebuf.c mktemp.c perror.c 
	                      printf.c putc.c putc_unlocked.c putchar.c 
	                      putchar_unlocked.c puts.c putw.c refill.c 
	                      remove.c rewind.c rget.c scanf.c setbuf.c 
	                      setbuffer.c setvbuf.c snprintf.c sprintf.c 
	                      sscanf.c stdio.c strerror.c tempnam.c 
	                      tmpfile.c tmpnam.c ungetc.c vfprintf.c 
	                      vfscanf.c vprintf.c vscanf.c vsnprintf.c 
	                      vsprintf.c vsscanf.c wbuf.c wsetup.c 
	                      xprintf.c 
	lib/libpthread/stdlib: Makefile.inc abort.c atexit.h exit.c 
	                       getopt.c rand.c random.c strtod.c 
	                       strtol.c strtoul.c system.c 
	lib/libpthread/string: Makefile.inc strtok.c 
	lib/libpthread/tests: Makefile Makefile.in README bench_fcntl.c 
	                      bench_pipe.c bench_read.c p_bench_getpid.c 
	                      p_bench_mutex.c p_bench_pthread_create.c 
	                      p_bench_read.c p_bench_semaphore.c 
	                      p_bench_yield.c test_create.c test_cwd.c 
	                      test_execve.c test_fcntl.c test_fork.c 
	                      test_netdb.c test_pause.c 
	                      test_preemption.c test_preemption_float.c 
	                      test_pthread_cond_timedwait.c 
	                      test_pthread_join.c test_pthread_mutex.c 
	                      test_pw.c test_readdir.c test_select.c 
	                      test_setjmp.c test_sleep.c test_sock_1.c 
	                      test_sock_2.c test_sock_2a.c 
	                      test_stdio_1.c test_switch.c 

Log message:
Goodbye, MIT pthreads... you were a handy reference implementation


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 02:23:55

Modified files:
	lib/libc_r/TEST: Makefile test.h test_cancel.c 
	                 test_pthread_mutex.c test_select.c 
	                 test_sigsuspend.c test_sigwait.c test_sock_2.c 
	                 test_switch.c 

Log message:
define and use a SET_NAME macro so that these tests work under other thread implementations


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 02:30:53

Modified files:
	lib/libc_r/arch/sparc: _atomic_lock.c 

Log message:
correct asm constraints, espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 02:32:01

Modified files:
	lib/libc_r/arch/m68k: _atomic_lock.c 

Log message:
correct asm constraints, espie@; cite m680x0 user manual


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 02:45:40

Modified files:
	lib/libc_r/arch/i386: _atomic_lock.c 

Log message:
tidy


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 02:50:33

Modified files:
	lib/libc_r/arch/i386: uthread_machdep.h 

Log message:
no need to save signal state in setjmp/longjmp - it will always be the same, so we may as well save a few syscalls


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 03:00:47

Modified files:
	lib/libc_r/include: pthread.h 
	lib/libc_r/man : pthread_rwlockattr_getpshared.3 

Log message:
missing const (freebsd)


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 03:03:52

Modified files:
	lib/libc_r/include: sched.h 

Log message:
ident


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 03:04:42

Modified files:
	lib/libc_r/man : flockfile.3 pread.3 pthread_atfork.3 
	                 pthread_cancel.3 pthread_cleanup_pop.3 
	                 pthread_cleanup_push.3 pthread_cond_broadcast.3 
	                 pthread_cond_destroy.3 pthread_cond_init.3 
	                 pthread_cond_signal.3 pthread_cond_timedwait.3 
	                 pthread_cond_wait.3 pthread_create.3 
	                 pthread_detach.3 pthread_equal.3 pthread_exit.3 
	                 pthread_getspecific.3 pthread_join.3 
	                 pthread_key_create.3 pthread_key_delete.3 
	                 pthread_mutex_destroy.3 pthread_mutex_init.3 
	                 pthread_mutex_lock.3 pthread_mutex_trylock.3 
	                 pthread_mutex_unlock.3 pthread_once.3 
	                 pthread_self.3 pthread_setspecific.3 
	                 pthread_testcancel.3 pwrite.3 sigwait.3 

Log message:
Fix .Os so that correct OS version appears


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 03:05:39

Modified files:
	lib/libc_r/uthread: uthread_autoinit.c 

Log message:
nicer debugging; _GNUC_ -> __GNUC__


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/10 03:06:22

Modified files:
	lib/libc_r/uthread: uthread_create.c 

Log message:
extra includes for Wall


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/10 06:55:31

Modified files:
	graphics/MesaGL: Makefile 
	graphics/MesaGL/files: mklib.openbsd-static 

Log message:
fixups


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/10 10:42:33

Modified files:
	net/ircII      : Makefile 

Log message:
added a few more master sites


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/10 10:45:51

Modified files:
	net/irc        : Makefile 

Log message:
replaced a master site with an alternate


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/10 10:55:22

Modified files:
	devel/autoconf : Makefile 

Log message:
SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/10 10:57:03

Modified files:
	devel/bison    : Makefile 

Log message:
Typo, + SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/10 10:59:39

Modified files:
	devel/gmake    : Makefile 

Log message:
typo... SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/10 11:45:38

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
add some commented fields


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/10 12:33:50

Modified files:
	sysutils/lsof  : Makefile 
	sysutils/lsof/files: md5 

Log message:
update to 4.41


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/03/10 12:51:43

Modified files:
	.              : sparc.html 

Log message:
601/605 mbus module status


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/03/10 12:53:11

Modified files:
	.              : want.html 

Log message:
got wb


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/10 12:58:55

Modified files:
	distrib/notes/sparc: hardware 

Log message:
cy601/605 status


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/10 13:04:16

Modified files:
	sys/dev/pci    : if_tx.c if_txvar.h 

Log message:
fix freebsd id's
Merge with FreeBSD: longer delay when accessing mii, type fixups


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/10 14:25:32

Modified files:
	lib/libc/db/man: btree.3 dbopen.3 
	lib/libc/gen   : setjmp.3 
	lib/libc/termios: tcsetattr.3 
	lib/libc_r/man : pthread_testcancel.3 
	lib/libutil    : scsi.3 
	sbin/ifconfig  : ifconfig.8 
	usr.bin/bdes   : bdes.1 
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 
	usr.sbin/chown : chown.8 
	usr.sbin/ipmon : ipmon.8 
	usr.sbin/kvm_mkdb: kvm_mkdb.8 
	usr.sbin/pppd/chat: chat.8 

Log message:
fix comma splices involving 'however'


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/10 14:48:25

Modified files:
	emulators/bochs: Makefile 
	emulators/bochs/pkg: MESSAGE PLIST 

Log message:
fix filenames


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/10 15:14:17

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
bocalan also shows up on PNP8201


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/10 15:14:21

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/10 16:17:35

Modified files:
	share/man/man4 : mx.4 pn.4 rl.4 xl.4 

Log message:
FreeBSD vs. OpenBSD-isms (Fx, configuration, etc)


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/03/10 16:22:19

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

Log message:
pass COPTS in CFLAGS for those ports that do not override CFLAGS;
NOTE: Some (most?) ports override CFLAGS.  This includes all ports
that use imake.  Therefore this change is not as useful as it should be.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/10 18:35:08

Modified files:
	bin/csh        : csh.1 
	bin/csh/USD.doc: csh.2 
	lib/libc/db/man: hash.3 
	lib/libc/stdlib: rand48.3 
	lib/libc/sys   : select.2 
	lib/libc/yp    : ypclnt.3 
	lib/libc_r/man : pthread_setspecific.3 
	lib/libcompat/regexp: regexp.3 
	libexec/mail.local: mail.local.8 
	sbin/isakmpd   : isakmpd.conf.5 
	sbin/newfs     : newfs.8 
	sbin/tunefs    : tunefs.8 
	share/man/man4 : ipsec.4 mx.4 options.4 pn.4 scsi.4 tp.4 tty.4 
	share/man/man5 : fs.5 netgroup.5 
	share/man/man7 : mdoc.samples.7 
	share/man/man9 : vm_map_inherit.9 
	sys/arch/i386/isa/pcvt/Util/userkeys: vt220keys.1 
	usr.bin/last   : last.1 
	usr.bin/pr     : pr.1 
	usr.bin/xstr   : xstr.1 
	usr.sbin/named/man: dig.1 
	usr.sbin/ppp/ppp: ppp.8 

Log message:
fix more comma splices that involve misuse of conjunctive adverbs


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/10 18:50:05

Modified files:
	usr.sbin/ppp/ppp: ccp.c deflate.c pred.c 

Log message:
Tone down the log levels (Log{ERROR,WARN} -> LogCCP)
when we've simply missed a packet.

When our Predictor1 CRC is wrong (implying we've dropped
a packet), don't send a ResetReq().  Instead, send another
CCP ConfigReq().  *shrug*  My tests show this as being far
worse than the ResetReq as we may have further Nak/Rejs etc
and we're basically resetting both our incoming and outgoing
compression dictionaries, but rfc1978 says the ConfigReq is
correct, so we'd better go along...


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/10 20:15:10

Modified files:
	net/tinyfugue  : Makefile 
	net/tinyfugue/files: md5 
	net/tinyfugue/patches: patch-ab 
	net/tinyfugue/pkg: DESCR PLIST 

Log message:
Update to 4.0s1.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/11 00:05:20

Modified files:
	share/termtypes: Makefile 

Log message:
tell the user exactly what to do when *.src is 0 length


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/11 11:20:14

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : if_wb.c if_wbreg.h 

Log message:
Winbond W89C840F ethernet driver


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/11 11:29:04

Modified files:
	sys/kern       : vfs_subr.c 
	sys/sys        : mount.h 

Log message:
factor sync+wait operation out into a separate function.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	1999/03/11 11:30:49

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/11 11:37:04

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : wb.4 

Log message:
Man page for Winbond ethernet


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/11 11:43:51

Modified files:
	distrib/notes/i386: hardware 

Log message:
note support of wb


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/03/11 11:50:32

Modified files:
	.              : i386.html 

Log message:
note support for wb


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/11 11:52:05

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

Log message:
add wb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 11:55:25

Modified files:
	sys/sys        : mount.h 
	sys/kern       : vfs_subr.c 

Log message:
back out unapproved changes


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/11 12:09:56

Modified files:
	usr.sbin/ppp/pppctl: pppctl.8 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/11 12:39:46

Modified files:
	usr.sbin/pwd_mkdb: pwd_mkdb.8 
	usr.sbin/quot  : quot.8 
	usr.sbin/quotaon: quotaon.8 
	usr.sbin/rarpd : rarpd.8 
	usr.sbin/rbootd: rbootd.8 
	usr.sbin/rdate : rdate.8 
	usr.sbin/repquota: repquota.8 
	usr.sbin/rmt   : rmt.8 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 12:47:26

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
backout


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 12:58:11

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 12:58:18

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 13:02:48

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

Log message:
wb(4) fits on RAMDISK


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 13:19:31

Modified files:
	misc/buffer    : Makefile 
	misc/buffer/patches: patch-aa 
	misc/buffer/pkg: COMMENT DESCR PLIST 

Log message:
general clean-up; Christian Weisgerber <naddy@unix-ag.uni-kl.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 13:20:45

Added files:
	misc/buffer/patches: patch-ab patch-ac 

Log message:
don't forget the new patches


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/11 14:02:41

Modified files:
	lib/libform    : fld_newftyp.c 

Log message:
Fix an && that should be ||; ncurses-4.2-990306


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/11 14:03:58

Modified files:
	lib/libcurses/base: lib_getch.c lib_newterm.c lib_set_term.c 
	                    lib_slk.c lib_slkclear.c lib_slkrefr.c 
	lib/libcurses/tinfo: comp_expand.c lib_raw.c name_match.c 
	                     write_entry.c 
	lib/libcurses/trace: trace_tries.c 

Log message:
ncurses-4.2-990307


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/11 14:08:04

Modified files:
	usr.sbin/rwhod : rwhod.8 
	usr.sbin/sa    : sa.8 
	usr.sbin/screenblank: screenblank.1 
	usr.sbin/sliplogin: sliplogin.8 
	usr.sbin/spray : spray.8 
	usr.sbin/syslogd: syslogd.8 
	usr.sbin/timed/timed: timed.8 
	usr.sbin/timed/timedc: timedc.8 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/11 14:08:10

Modified files:
	usr.bin/infocmp: infocmp.1tbl infocmp.c 
	usr.bin/tic    : dump_entry.c dump_entry.h tic.1 tic.c 

Log message:
Add -G flag; ncurses-4.2-990306


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 15:00:19

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

Log message:
ne* fixups


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/11 15:48:17

Modified files:
	misc/amanda    : Makefile 

Log message:
Make compile on alpha


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/11 16:40:10

Modified files:
	net/nfr/files  : md5 

Log message:
add the SHA1/RMD160 fingerprints


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 17:56:50

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/11 19:40:43

Modified files:
	share/man/man4 : bridge.4 
	sys/net        : if_bridge.c if_bridge.h 
	sys/sys        : sockio.h 
	usr.sbin/brconfig: brconfig.8 brconfig.c 

Log message:
big overhaul:
o SNAP encapsulated IP filtering
o static address cache entries
o address deletion from cache
o dynamic & full cache flush
o filter packets based on each interface, not on the bridge as a whole
o KNF nits
o allow addition of ~IFF_UP interfaces
o man page & user level fixes to match the above


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/11 20:03:05

Modified files:
	games/trek     : Makefile abandon.c computer.c destruct.c 
	                 dumpgame.c getpar.c main.c move.c phaser.c 
	                 srscan.c torped.c trek.6 trek.h 
	games/trek/USD.doc: trek.me 
Removed files:
	games/trek     : cgetc.c 
	games/trek/DOC : trekmanual.nr 

Log message:
Correct documentation, remove useless code, remove duplicate documentation,
don't compile with xTRACE defined, and trim things.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/11 20:19:33

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

Log message:
formatting


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/11 21:02:10

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/11 21:09:08

Modified files:
	sys/dev/atapi  : acd.c 

Log message:
fix problem where last entry in cd toc had seconds and frame zeroed,
wouters@cistron.nl.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/11 21:36:02

Modified files:
	lib/libcurses  : curses.h curses.priv.h terminfo.5tbl tic.h 

Log message:
these somehow got missed in the earlier curses commit


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/11 21:37:21

Modified files:
	lib/libc/arch/powerpc: SYS.h 
	lib/libc/arch/powerpc/gen: setjmp.S 
	lib/libc/arch/powerpc/sys: sbrk.S sigprocmask.S 

Log message:
Fixes to the currently unused PIC support in the powerpc asm files.
contact rahnds@openbsd.org before attempting to use this funcationality.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 21:53:25

Modified files:
	security/ssh/files: md5 

Log message:
update distfile sums


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 21:54:48

Modified files:
	security/pgp/files: md5 

Log message:
update distfile sums


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/11 21:56:44

Modified files:
	sys/arch/powerpc/include: asm.h 

Log message:
Additional pic related change, not currently used by powerpc port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 21:56:48

Modified files:
	security/pgp5/files: md5 

Log message:
update distfile sums


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 22:13:19

Modified files:
	devel/automake/files: md5 

Log message:
update distfile checksums


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 22:29:18

Modified files:
	emulators/wine/files: md5 

Log message:
update distfile checksums


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/11 22:33:36

Modified files:
	security/SSLeay/files: md5 

Log message:
update distfile checksums


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/12 01:45:45

Modified files:
	games/larn     : movem.c 

Log message:
Bats shouldn't fall into pits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 07:48:32

Modified files:
	net/mrtg       : Makefile 
	net/mrtg/files : md5 

Log message:
upgrade to mrtg 2.7.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 07:49:27

Modified files:
	net            : Makefile 

Log message:
add ircII to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 08:23:34

Modified files:
	net/proftpd    : Makefile 
	net/proftpd/files: md5 
	net/proftpd/patches: patch-aa patch-ae 

Log message:
upgrade to ProFTPD 1.2.0pr3


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/12 08:34:01

Modified files:
	usr.sbin/trpt  : trpt.8 
	usr.sbin/trsp  : trsp.8 
	usr.sbin/vipw  : vipw.8 
	usr.sbin/yppoll: yppoll.8 
	usr.sbin/ypserv/makedbm: makedbm.8 
	usr.sbin/ypserv/mkalias: mkalias.8 
	usr.sbin/ypserv/mknetid: mknetid.8 netid.5 
	usr.sbin/ypserv/stdethers: stdethers.8 
	usr.sbin/ypserv/stdhosts: stdhosts.8 
	usr.sbin/ypserv/ypinit: ypinit.8 
	usr.sbin/ypserv/ypserv: securenet.5 ypserv.acl.5 
	usr.sbin/ypserv/yptest: yptest.8 
	usr.sbin/ypset : ypset.8 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 08:46:46

Modified files:
	net/ntop       : Makefile 
	net/ntop/files : md5 

Log message:
upgrade to ntop 1.1cr5


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 09:50:34

Log message:
    add mawk port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-12
    
    N ports/lang/mawk/Makefile
    N ports/lang/mawk/files/md5
    N ports/lang/mawk/pkg/COMMENT
    N ports/lang/mawk/pkg/DESCR
    N ports/lang/mawk/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 10:02:29

Modified files:
	lang           : Makefile 

Log message:
add mawk to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 10:04:27

Log message:
    add portscanner port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-12
    
    N ports/security/portscanner/Makefile
    N ports/security/portscanner/pkg/COMMENT
    N ports/security/portscanner/pkg/DESCR
    N ports/security/portscanner/pkg/PLIST
    N ports/security/portscanner/patches/patch-aa
    N ports/security/portscanner/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/12 10:13:58

Modified files:
	math/gnuplot   : Makefile 
	math/gnuplot/pkg: PLIST 

Log message:
Fix library dependency and packing list


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 10:29:13

Log message:
    add strobe port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-12
    
    N ports/security/strobe/Makefile
    N ports/security/strobe/pkg/COMMENT
    N ports/security/strobe/pkg/DESCR
    N ports/security/strobe/pkg/PLIST
    N ports/security/strobe/patches/patch-aa
    N ports/security/strobe/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/12 10:31:02

Modified files:
	lib/libssl     : Makefile.bsd-wrapper 

Log message:
Fix various nonsense.
- add $OpenBSD$ tag
- () fork subshell... wasteful when unnecessary
- chain commands using &&, not ;, so that you retrieve status


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/12 10:35:16

Modified files:
	gnu/usr.bin/groff: Makefile.bsd-wrapper 

Log message:
Repair bootstrap with -DNOMAN


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 10:49:38

Modified files:
	sys/kern       : kern_exit.c kern_fork.c 

Log message:
in scheduler, bias parents for child cpu usage; ross@ghs.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 10:56:49

Modified files:
	security       : Makefile 

Log message:
add portscanner and strobe to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/12 11:13:50

Modified files:
	x11/gtk+/pkg   : PLIST 

Log message:
update packing list


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 11:19:09

Modified files:
	.              : ctm.html 

Log message:
new from graichen


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/12 11:52:22

Modified files:
	sys/dev/ic     : am7930reg.h am7990reg.h 

Log message:
doc references


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/03/12 11:52:56

Modified files:
	.              : portstat.html portstat.stat 

Log message:
Update  port status


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/12 11:56:19

Modified files:
	sys/arch/sparc/dev: qereg.h 

Log message:
reference doc


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/12 12:05:36

Modified files:
	.              : INDEX 

Log message:
Update ports index


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/12 12:22:56

Modified files:
	games/xminehunter: Makefile 

Log message:
USE_MOTIF=yes; op21@squish.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/12 12:25:03

Modified files:
	misc/xtar      : Makefile 

Log message:
USE_MOTIF instead of REQUIRES_MOTIF; op21@squish.org


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 12:38:32

Modified files:
	.              : index.html 

Log message:
fix bg mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 13:01:36

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
another qlogic scsi card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 13:02:22

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 13:45:14

Modified files:
	security/SSLeay: Makefile 
	security/SSLeay/files: md5 rsaref.patch 
	security/SSLeay/patches: patch-aa patch-ab 
	security/SSLeay/pkg: DESCR PLIST 
Added files:
	security/SSLeay/patches: patch-ad 

Log message:
upgrade to SSLeay 0.9.0b


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 14:37:30

Modified files:
	security/strobe: Makefile 

Log message:
fix CATEGORIES


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 14:37:56

Modified files:
	security/portscanner: Makefile 

Log message:
fix CATEGORIES


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 14:41:29

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
userdir off by default, damnit


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 15:01:34

Modified files:
	security/strobe: Makefile 

Log message:
add a second master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 15:04:19

Modified files:
	security/crack : Makefile 

Log message:
remove useless master sites


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/12 15:55:34

Modified files:
	sysutils/xntpd : Makefile 

Log message:
add a few more master sites


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/12 16:19:27

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

Log message:
fix usage


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/12 18:39:23

Modified files:
	lib/csu/powerpc: crt0.s 

Log message:
Fix loading of constant into upper portion off register, prevously
if the register being loaded into was not value zero would end up
with wrong value. Only affected profiling executables.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/12 18:49:08

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

Log message:
If a program crashes due to a "program" exeception, dump additional
information as to why, illegal instruction, floating point, ...


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/12 18:52:06

Modified files:
	distrib/powerpc/ramdisk: Makefile 

Log message:
remove legacy "mix" kernel building code, it was not quite completely
commented and would cause error messages during build. Since it is
unused, delete it completely


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/12 19:08:20

Modified files:
	games/snake    : Makefile 
Added files:
	games/snake    : move.c pathnames.h snake.6 snake.c snake.h 
	                 snscore.c 
Removed files:
	games/snake/snake: Makefile move.c pathnames.h snake.6 snake.c 
	                   snake.h 
	games/snake/snscore: Makefile snscore.c 

Log message:
Fix a few bugs (e.g. snake used to miss turns); use usleep() so display
speed is correct on xterms; put snscore functionality inside snake and
make snscore a symbolic link (to be phased out); clean up formatting;
install score file properly; disable the log file by default (logging should
be done through dm).


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/12 22:11:43

Modified files:
	x11            : Makefile 

Log message:
Enable x2x


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/12 22:13:26

Modified files:
	graphics       : Makefile 

Log message:
Enable gii.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/12 22:50:35

Modified files:
	astro/xephem   : Makefile 
	astro/xephem/files: md5 
	astro/xephem/patches: patch-ac 
	astro/xephem/pkg: PLIST 

Log message:
update to 3.2.1


CVSROOT:	/cvs
Module name:	www
Changes by:	rohee@cvs.openbsd.org	1999/03/13 11:15:43

Modified files:
	.              : porting.html 

Log message:
More on shared libs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/13 12:06:18

Modified files:
	sys/net        : if.h 

Log message:
make ifa_refcnt a u_int; andrewb@demon.net


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/13 12:07:39

Modified files:
	sbin/disklabel : disklabel.8 editor.c 

Log message:
Add support for delete "*"


CVSROOT:	/cvs
Module name:	ports
Changes by:	csapuntz@cvs.openbsd.org	1999/03/13 12:08:38

Modified files:
	graphics/png   : Makefile 
	graphics/png/files: md5 
	graphics/png/patches: patch-aa 
	graphics/png/pkg: PLIST 

Log message:
updated for libpng-1.0.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/13 12:42:41

Modified files:
	sbin/disklabel : editor.c 

Log message:
Allow user to delete partitions outside the openbsd part of the disk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/13 13:16:18

Modified files:
	usr.sbin/httpd/src/modules/ssl: ssl_engine_init.c 

Log message:
proper URL for fetching package; evanc@concer.to


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/13 14:15:17

Modified files:
	sys/netinet    : if_ether.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/13 14:15:32

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new intel bridge chipset


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/13 14:15:38

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/13 17:26:48

Modified files:
	graphics/ImageMagick/files: md5 

Log message:
update checksums for the official release


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/13 18:40:25

Modified files:
	security/socks5: Makefile 
	security/socks5/files: md5 
	security/socks5/patches: patch-aa patch-ab 
	security/socks5/pkg: PLIST 
Added files:
	security/socks5/pkg: PLIST.noshared 

Log message:
upgrade to socks5 1.0r9


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/13 19:07:31

Modified files:
	games/hunt/hunt: Makefile hunt.6 hunt.c 
	games/hunt/huntd: Makefile answer.c driver.c huntd.6 
Removed files:
	games/hunt     : Makefile.inc 

Log message:
Access control works now; also, some minor tidying and man page fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/13 20:10:32

Modified files:
	lib/libcurses/base: lib_insstr.c lib_slkrefr.c 

Log message:
ncurses-4.2-990313


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/13 20:14:19

Modified files:
	lib/libcurses  : curses.h 

Log message:
ncurses-4.2-990313


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/13 20:15:51

Modified files:
	lang/expect    : Makefile 
	lang/expect/pkg: PLIST PLIST.noshared 

Log message:
update packing lists; remove unused cruft from Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/13 22:53:38

Modified files:
	emulators/linux_lib: Makefile 

Log message:
add a second master site


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/13 22:57:38

Modified files:
	net/bitchx     : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	csapuntz@cvs.openbsd.org	1999/03/14 00:27:12

Modified files:
	graphics/png/patches: patch-aa 

Log message:
Version number should have been bumped.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 00:54:06

Modified files:
	shells/zsh     : Makefile 
	shells/zsh/files: md5 
	shells/zsh/patches: patch-aa patch-ab 
	shells/zsh/pkg : PLIST 
Added files:
	shells/zsh/patches: patch-ac 

Log message:
downgrade to zsh 3.0.5, suggested by <rohee@openbsd.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 00:55:31

Log message:
    add zsh-devel port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-14
    
    N ports/shells/zsh-devel/Makefile
    N ports/shells/zsh-devel/files/md5
    N ports/shells/zsh-devel/patches/patch-aa
    N ports/shells/zsh-devel/patches/patch-ab
    N ports/shells/zsh-devel/pkg/COMMENT
    N ports/shells/zsh-devel/pkg/DESCR
    N ports/shells/zsh-devel/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/03/14 02:37:04

Modified files:
	xc/programs/rstart: Imakefile 

Log message:
w/out this 'make release' target fails for OpenBSD.  It relies on
/usr/X11R6/lib/X11/rstart/contexts to exist.  Probably a better fix
available but I need this to work :-)


CVSROOT:	/cvs
Module name:	src
Changes by:	rohee@cvs.openbsd.org	1999/03/14 08:19:06

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

Log message:
Adding ${MASTER_SITE_GNOME} and ${MASTER_SITE_KDE}


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/14 08:36:20

Log message:
    SGI audiofile library GPLed clone
    
    Status:
    
    Vendor Tag:	rohee
    Release Tags:	rohee_1999-Mar-14
    
    N ports/devel/libaudiofile/Makefile
    N ports/devel/libaudiofile/files/md5
    N ports/devel/libaudiofile/pkg/COMMENT
    N ports/devel/libaudiofile/pkg/DESCR
    N ports/devel/libaudiofile/pkg/PLIST
    N ports/devel/libaudiofile/pkg/PLIST.noshared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/14 08:48:51

Log message:
    GNU Scientific Library
    
    Status:
    
    Vendor Tag:	rohee
    Release Tags:	rohee_1999-Mar-14
    
    N ports/devel/gsl/Makefile
    N ports/devel/gsl/files/md5
    N ports/devel/gsl/pkg/COMMENT
    N ports/devel/gsl/pkg/DESCR
    N ports/devel/gsl/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/14 09:06:55

Log message:
    Gnome XML parsing library
    
    Status:
    
    Vendor Tag:	rohee
    Release Tags:	rohee_1999-Mar-14
    
    N ports/textproc/libxml/Makefile
    N ports/textproc/libxml/files/md5
    N ports/textproc/libxml/pkg/COMMENT
    N ports/textproc/libxml/pkg/DESCR
    N ports/textproc/libxml/pkg/PLIST
    N ports/textproc/libxml/pkg/PLIST.noshared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 09:16:45

Modified files:
	x11/xforms/files: md5 

Log message:
Update i386 checksums


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/14 09:27:13

Modified files:
	devel          : Makefile 

Log message:
activate gsl and libaudiofile


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/14 09:31:52

Modified files:
	textproc       : Makefile 

Log message:
activate libxml


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 10:52:48

Modified files:
	devel/ddd      : Makefile 

Log message:
To fix, don't waste bandwidth retrieving older version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 11:15:02

Modified files:
	emulators/linux_lib: Makefile 

Log message:
Typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/03/14 11:46:35

Log message:
    SNMP audit scanner port
    
    Status:
    
    Vendor Tag:	dugsong
    Release Tags:	dugsong_1999_Mar_14
    
    N ports/security/ADMsnmp/Makefile
    N ports/security/ADMsnmp/pkg/PLIST
    N ports/security/ADMsnmp/pkg/COMMENT
    N ports/security/ADMsnmp/pkg/DESCR
    N ports/security/ADMsnmp/files/md5
    N ports/security/ADMsnmp/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/03/14 11:49:54

Modified files:
	security       : Makefile 

Log message:
add ADMsnmp port


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 12:17:10

Modified files:
	net/gated/files: md5 
	net/gated/patches: patch-aa patch-ab 
	net/gated/pkg  : DESCR PLIST 
Removed files:
	net/gated/patches: patch-ae patch-af 

Log message:
upgrade to gated 3.5.10; Peter Galbavy <Peter.Galbavy@knowledge.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 12:18:48

Added files:
	net/gated/patches: patch-af 

Log message:
add missing patch


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/03/14 12:19:22

Modified files:
	faq            : faq5.html faq6.html index.html 

Log message:
add boot time configuration - ALL entry's indexed from index.html MUST have a legit link referenced even if that documentation isnt there yet


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/14 12:31:22

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Fix check for partition ending on a cylinder boundary.  Previously it
checked for size being a mulitple of sectors/cylinder when you really
want size+offset to be a mulitple of sectors/cylinder.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 12:46:07

Modified files:
	net/mirror     : Makefile 

Log message:
add some more dist sites


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/14 13:10:27

Modified files:
	distrib/sets/lists/game: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 16:39:36

Modified files:
	graphics/MesaGL: Makefile 
	graphics/MesaGL/pkg: PLIST 

Log message:
fix Makefile and add exec and unexec ldconfig for package building to PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 16:44:02

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/files : md5 
	x11/gtk+/pkg   : PLIST PLIST.noshared 

Log message:
upgrade to gtk+ 1.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/14 18:10:40

Modified files:
	graphics/jpeg  : Makefile 

Log message:
someone forgot the $OpenBSD$ tag


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:24:14

Modified files:
	devel/ddd/files: md5 

Log message:
3.1.3 builds okay.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:27:27

Modified files:
	lang/egcs-snapshot/files: md5 
	lang/egcs-snapshot/files/tests: i386.readme 
	lang/egcs-snapshot/patches: patch-g77-doc-eg77 
Removed files:
	lang/egcs-snapshot/patches: patch-core-weak 

Log message:
19990314 snapshot, builds okay on i386,
patch-core-weak has been integrated.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:42:44

Modified files:
	devel/id-utils : Makefile 

Log message:
SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:44:29

Modified files:
	lang/expect    : Makefile 

Log message:
SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:45:58

Modified files:
	lang/tcl80     : Makefile 

Log message:
SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:47:14

Modified files:
	lang/guile     : Makefile 

Log message:
SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/14 19:48:16

Modified files:
	x11/tk80       : Makefile 

Log message:
SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/14 23:36:39

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/files: md5 
	x11/windowmaker/pkg: PLIST 

Log message:
update to 0.51.2


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1999/03/15 02:10:52

Modified files:
	.              : i386.html 

Log message:
Add a few supported and unsupported PCMCIA devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/15 02:20:35

Modified files:
	lang           : Makefile 

Log message:
Fix mawk entry.


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/03/15 02:26:03

Modified files:
	.              : Makefile 

Log message:
- make the Xhp selection logic work correctly
- make the Xhp section actually work
- more complete


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1999/03/15 02:28:41

Modified files:
	.              : i386.html 

Log message:
Add Hawking Combo Ethernet.
List Cardbus controllers/adapters as not supported.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	1999/03/15 07:43:05

Modified files:
	lang/kaffe1    : Makefile 
	lang/kaffe1/files: md5 
	lang/kaffe1/pkg: DESCR PLIST 

Log message:
Finish upgrade to 1.0.b3. Use multiple checksums.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:35:36

Modified files:
	share/man/man8 : vpn.8 

Log message:
cleanups; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:37:02

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
explain EPROTONOSUPPORT; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:38:17

Modified files:
	share/man/man4 : options.4 

Log message:
mention option KEY; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:38:48

Modified files:
	usr.bin/vmstat : vmstat.c 

Log message:
re-indent; nash@mcs.net


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:41:05

Modified files:
	.              : donations.html 

Log message:
url


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:54:48

Modified files:
	share/man/man4 : xl.4 

Log message:
abso -> also; mihara@prd.fc.nec.co.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:58:10

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
do not call nfsm_adj() with negative values; dm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 08:59:09

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

Log message:
print subnets containing 0 octets correctly; peter


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 10:11:18

Log message:
    add aalib port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad-1999_03_15
    
    N ports/graphics/aalib/Makefile
    N ports/graphics/aalib/files/md5
    N ports/graphics/aalib/pkg/COMMENT
    N ports/graphics/aalib/pkg/DESCR
    N ports/graphics/aalib/pkg/PLIST
    N ports/graphics/aalib/pkg/PLIST.noshared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 10:12:20

Modified files:
	graphics       : Makefile 

Log message:
add aalib to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 10:55:32

Modified files:
	sys/arch/sparc/sparc: cache.c 

Log message:
on cypress, disable write caching for now


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/03/15 11:50:23

Added files:
	usr.bin/file/magdir: palmpilot 

Log message:
Palm organizer file magic numbers (ksulliva@sludge.psc.edu, NetBSD)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/15 12:00:19

Modified files:
	usr.bin/tic    : dump_entry.c 
	usr.bin/tset   : tset.c 

Log message:
ncurses-4.2-990314


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/15 12:12:23

Modified files:
	lib/libcurses  : curses.h curses.priv.h 
	lib/libcurses/base: lib_color.c 
	lib/libcurses/tinfo: comp_hash.c doalloc.c 
	lib/libcurses/trace: lib_tracebits.c 

Log message:
ncurses-4.2-990314


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 12:39:20

ports/graphics/aalib/patches

Update of /cvs/ports/graphics/aalib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7138/patches

Log Message:
Directory /cvs/ports/graphics/aalib/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 12:42:24

Added files:
	graphics/aalib/patches: patch-aa patch-ab 

Log message:
patches to silence malloc.h warnings


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 13:27:59

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 13:54:07

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
another card..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 13:55:44

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/03/15 14:06:24

Modified files:
	xc/programs/twm: menus.c parse.c parse.h twm.man 

Log message:
add a f.startwm function to start another window manager


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/15 14:42:40

Modified files:
	distrib/notes/sparc: hardware 

Log message:
cy605/601 support


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/03/15 15:41:32

Modified files:
	etc            : changelist 

Log message:
named,ssh,httpd files


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/03/15 15:48:40

Modified files:
	xc/programs/rstart: Imakefile 

Log message:
create yet another directory, thanks matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/15 16:26:07

Modified files:
	net/rsync/files: md5 
	net/rsync/pkg  : PLIST 

Log message:
Upgrade to version 2.3.0, see
http://rsync.samba.org/listproc/rsync/1033.html


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/15 18:21:52

Modified files:
	usr.sbin/ppp/ppp: pred.c 

Log message:
Detect pred1 packets where the length != the packet length
Use a maximum of MAX_MRU + 2 bytes for incoming packets, not
MAX_MTU + 2.
Tidy up some diagnostics.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/15 18:26:02

Modified files:
	lib/libutil    : uucplock.c 

Log message:
Get the pid right if a stale lock file exists.
Submitted by: Lawrence D. Lopez <lopez@cisco.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 19:46:51

Modified files:
	sbin/route     : route.8 
	sbin/routed    : routed.8 

Log message:
fix Xr; msfriedl@fau.de


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/15 19:47:54

Modified files:
	etc            : daily 

Log message:
run pruning find with -x, to avoid /tmp based mountpoint pruning


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 20:07:47

Modified files:
	x11/gtk+/pkg   : PLIST PLIST.noshared 

Log message:
remove 2 unnessary dirrm's


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 20:52:11

Modified files:
	x11/gtk+/pkg   : PLIST PLIST.noshared 

Log message:
remove some more unnecessary dirrm's


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/15 21:26:39

Modified files:
	sys/dev/pci    : if_tx.c if_txvar.h 

Log message:
merge with freesbd:
o put media types in a structure for ifmedia adding
o make sure ifp->if_snd.ifq_maxlen is initialized
o add workaround for app note 7-15
o more checks for IFF_UP
o use DELAY() instead of counters


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/15 21:27:20

Modified files:
	sbin/disklabel : editor.c 

Log message:
Fix longstanding problem when rounding values to neared cylinder.
We used to just round the size to make size % secpercyl == 0.  Now
it makes (size + offset) % secpercyl == 0 so partitions end on a
cylinder bondary (which was the original intent).  The problem with
the old method is that if you have an fdisk table on the disk, 'a'
will start somewhere between 32 and 63, throwing off the calculations.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/15 21:47:16

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c editor.c 

Log message:
Add -F flag to cause editor to prompt for mount points and save the resulting info in fstab format.  To be used by the install script.


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/03/15 22:43:14

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

Log message:
for now, a #define for non-x86 archs. fix this right later, involves
using & fixing xfree86.cf for non-x86 archs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/15 23:00:00

Modified files:
	net/ethereal   : Makefile 

Log message:
remove unnecessary distfiles line, fix gtk dependency and a typo


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/03/15 23:36:05

Modified files:
	xc/programs/twm: system.twmrc 
	xc/programs/fvwm/sample.fvwmrc: system.fvwmrc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/16 00:15:44

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
/etc/ssl/lib for ssleay.cnf


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/16 00:25:14

Modified files:
	lib/libssl     : Makefile 
Added files:
	lib/libssl     : ssleay.cnf 

Log message:
Add install of reasonable default ssleay.cnf file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 01:34:41

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

Log message:
K6-3


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/16 04:54:05

Modified files:
	usr.sbin/ppp/ppp: README.changes 

Log message:
Mention changes to the default authentication behaviour.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/16 05:57:58

Modified files:
	net/netatalk/patches: patch-ac patch-ae patch-af patch-ag 
	                      patch-ah patch-ai 

Log message:
patches from Ian McWilliam <I.McWilliam@cit.nepean.uws.edu.au>
Ian says: Sometime around January 1999 2.4-current sources broke
the handling of afpd group access. Now fixed.
Various fixes and updates to afpd.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/16 08:25:09

Modified files:
	lib/libcurses  : curses.h curses.priv.h 
	lib/libcurses/tty: hashmap.c 

Log message:
ncurses-4.2-990316


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/16 08:25:32

Modified files:
	usr.bin/tic    : tic.c 

Log message:
ncurses-4.2-990316


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/16 08:45:27

Modified files:
	share/man/man4 : ep.4 

Log message:
xref xl(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	1999/03/16 08:46:50

Modified files:
	share/ipf      : firewall.1 firewall.2 

Log message:
Fix typo in 192.168 anti-spoofing rule; truman@research.suspicious.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 10:56:14

Modified files:
	sys/dev/isa    : sb_isapnp.c 

Log message:
in match(), check for at least one drq


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 10:56:28

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
more devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 10:56:44

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	1999/03/16 12:26:53

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

Log message:
Reflect reality


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/16 12:48:11

Modified files:
	lib/libssl     : Makefile Makefile.bsd-wrapper 
Added files:
	lib/libssl     : ssl.8 

Log message:
Add ssl.8 man page - configuration and issues overview.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 14:00:22

ports/devel/glib/patches

Update of /cvs/ports/devel/glib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8264/patches

Log Message:
Directory /cvs/ports/devel/glib/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 14:06:25

Modified files:
	devel/glib     : Makefile 
	devel/glib/pkg : PLIST PLIST.noshared 
Added files:
	devel/glib/patches: patch-aa patch-ab patch-ac patch-ad patch-ae 

Log message:
install glib.info, fix shared libs filenames


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/16 14:26:06

Modified files:
	sbin/disklabel : editor.c 

Log message:
put duplicate code into its own functions and fix some minor problems this brought to light


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/16 15:23:38

Modified files:
	net/ytalk/files: md5 
	net/ytalk/patches: patch-aa 
	net/ytalk/pkg  : COMMENT DESCR PLIST 
Added files:
	net/ytalk/pkg  : MESSAGE 
Removed files:
	net/ytalk/patches: patch-ab 

Log message:
Version 3.1 (8 bit clean & numerous other improvements)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/16 15:46:12

Modified files:
	graphics/xanim/files: md5 

Log message:
checksums for all arches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 15:56:31

ports/x11/gtk+/patches

Update of /cvs/ports/x11/gtk+/patches
In directory cvs.openbsd.org:/tmp/cvs-serv247/patches

Log Message:
Directory /cvs/ports/x11/gtk+/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 15:59:33

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/pkg   : PLIST 
Added files:
	x11/gtk+/patches: patch-aa patch-ab patch-ac patch-ad 

Log message:
fix shared libs filenames


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/16 16:35:38

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

Log message:
tell gnu configure packages to stuff their files under /etc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/16 16:38:35

Modified files:
	net/ytalk      : Makefile 

Log message:
Synch with bsd.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/16 17:25:44

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

Log message:
Remove all hardcoded [...] syntax.
With help from: Daniel C. Sobral <dcs@newsguy.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/16 17:45:38

Modified files:
	lang/egcs-stable/files: md5 

Log message:
egcs-1.1.2 is out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 17:52:48

Modified files:
	mail/nmh       : Makefile 

Log message:
add SYSCONFDIR var


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 17:57:47

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/pkg   : PLIST PLIST.noshared 

Log message:
add SYSCONFDIR var and change its original location


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/16 19:10:32

Added files:
	net/ytalk/patches: patch-ab patch-ac 

Log message:
Repair readdress option.

The actual functionality is untested, but without this patch,
ytalk just seg-faults as soon as readdress appears in a configuration
file.

Problem reported as random segfaults by todd@, nice common debugging
session :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 19:23:01

Modified files:
	net/mrtg       : Makefile 
	net/mrtg/files : md5 

Log message:
upgrade to mrtg-2.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 19:31:26

Modified files:
	x11/gtk+       : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 19:42:33

Modified files:
	net/ethereal   : Makefile 

Log message:
SYSCONFDIR var


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 19:46:52

Modified files:
	lib/libssl     : Makefile 
Removed files:
	lib/libssl     : ssl.8 

Log message:
do not break things


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 19:47:07

Modified files:
	share/man/man8 : Makefile 
Added files:
	share/man/man8 : ssl.8 

Log message:
do not break things


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 19:54:09

Modified files:
	share/man/man8 : ssl.8 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 19:55:11

Modified files:
	share/man/man8 : ssl.8 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 19:55:28

Modified files:
	security/nessus: Makefile 
	security/nessus/pkg: PLIST 
Added files:
	security/nessus/pkg: PLIST.noshared 

Log message:
add SYSCONFDIR var and add missing PLIST.noshared


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/16 20:04:09

Modified files:
	share/man/man8 : ssl.8 

Log message:
more scrubbing


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 20:46:27

Modified files:
	news/leafnode  : Makefile 
	news/leafnode/files: md5 
	news/leafnode/patches: patch-aa patch-ab patch-ac 
	news/leafnode/pkg: PLIST 

Log message:
upgrade to leafnode 1.9.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 20:51:51

Modified files:
	www/squid21    : Makefile 

Log message:
add SYSCONFDIR var


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/16 20:56:38

Modified files:
	astro/xephem   : Makefile 
	astro/xephem/files: md5 
	astro/xephem/pkg: PLIST 

Log message:
update to version 3.2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 20:59:29

Modified files:
	www/squid      : Makefile 
	www/squid/pkg  : PLIST 

Log message:
add SYSCONFDIR var


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/16 22:20:25

Modified files:
	sys/arch/sparc/dev: isp_sbus.c 

Log message:
Add in a real working isp_sbus.c


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/16 22:22:58

Modified files:
	sys/dev/microcode/isp: asm_pci.h asm_sbus.h 

Log message:
update firmware substantially


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/16 22:26:10

Modified files:
	sys/dev/ic     : isp.c ispmbox.h ispreg.h ispvar.h 
Added files:
	sys/dev/ic     : isp_openbsd.c isp_openbsd.h 

Log message:
complete update of ISP driver- includes 2100 FC support


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/16 22:32:34

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

Log message:
complete update of ISP driver- includes 2100 FC support


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/16 22:33:12

Modified files:
	sys/conf       : files 

Log message:
complete update of ISP driver- includes 2100 FC support


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/16 22:34:15

Modified files:
	sys/arch/sparc/conf: files.sparc SUN4M 

Log message:
complete update of ISP driver- Finally enabled for sparc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/16 22:42:26

Modified files:
	.              : INDEX 

Log message:
update INDEX


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/17 05:53:29

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

Log message:
embarrassing typo botch. Thanks to
Federico G. Schwindt <fgsch@cvs.openbsd.org>
for pointing it out. Fix OpenBSD header per his
suggestion also.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/17 05:54:32

Modified files:
	sys/dev/ic     : isp.c isp_openbsd.c isp_openbsd.h ispmbox.h 
	                 ispreg.h ispvar.h 

Log message:
fix OpenBSD headers


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/17 05:56:24

Modified files:
	sys/dev/microcode/isp: asm_pci.h asm_sbus.h 

Log message:
fix OpenBSD headers


CVSROOT:	/cvs
Module name:	www
Changes by:	kjell@cvs.openbsd.org	1999/03/17 08:20:56

Modified files:
	faq            : faq4.html index.html 

Log message:
Added 4.13 - How do I get a dmesg from a boot floppy


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/17 08:56:25

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

Log message:
i386, sparc, hp300 not vax, tahoe, hp300


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/17 10:35:01

Modified files:
	usr.bin/make   : make.1 

Log message:
Document known problem and work-around, until I manage to get it fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/17 10:36:30

Modified files:
	usr.bin/find   : find.1 function.c main.c 

Log message:
Add -W option so -type W gets a chance to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 11:25:56

Modified files:
	lib/libssl     : Makefile Makefile.bsd-wrapper 

Log message:
subdir Makefiles should not contain anything else


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 11:26:07

Modified files:
	etc            : Makefile 

Log message:
run libssl distribution target


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 11:26:30

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:	art@cvs.openbsd.org	1999/03/17 11:34:17

Modified files:
	sys/ufs/mfs    : mfs_vnops.c 

Log message:
If an mfs io is successful set b_resid to 0.
From Chuck Silvers <chs@netbsd>.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 11:45:09

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

Log message:
isp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 11:46:28

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
markers for some unsupported devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 11:46:32

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 13:25:51

Modified files:
	.              : sparc.html 

Log message:
isp/qsp work


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 14:50:13

Modified files:
	sys/arch/sparc/dev: isp_sbus.c 

Log message:
proper formatting for dmesg


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 15:45:43

Modified files:
	sys/arch/sparc/sparc: swapgeneric.c 

Log message:
cleanup default swap devices (MAXPARTITIONS)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 15:55:08

Modified files:
	sys/arch/i386/i386: swapgeneric.c 

Log message:
sd3b too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/17 15:56:24

Modified files:
	sys/arch/sparc/sparc: autoconf.c 

Log message:
do not toast later swdevt[] entries


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/17 18:15:21

Modified files:
	devel/glib     : Makefile 

Log message:
add SEPARATE_BUILD var


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/17 18:31:16

Modified files:
	graphics/giflib: Makefile 
	graphics/giflib/files: md5 
	graphics/giflib/patches: patch-aa patch-ab 
	graphics/giflib/pkg: PLIST PLIST.noshared 

Log message:
upgrade to giflib 4.1.0


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/17 18:59:20

Modified files:
	sbin/disklabel : editor.c 

Log message:
Sort entries by mountpoint, not partition number when writing fstab via
the -F option.  We do this to make sure /var occurs before /var/mail,
/usr before /usr/local, etc...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/17 19:22:01

Modified files:
	share/termtypes: termtypes.master 

Log message:
Update to version 10.2.7.  Differences are very minor:
rename bsdos -> bsdos-pc (since BSD/OS runs on more than PC's),
Add more info to descriptions, move beehive entries, fix typos
Note that this adds rc and sc back to the xterm entry (now that curses can
deal this is safe) since we want these capabilities to show up in termcap.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/17 19:27:19

Modified files:
	share/termtypes: termtypes.master 

Log message:
Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,
not ^H.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/17 21:36:22

Modified files:
	sbin/disklabel : editor.c 

Log message:
make sure mountpoint starts with '/' and call get_mp() from editor_name() instead of rolling our own


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/03/18 01:34:19

Modified files:
	sys/miscfs/umapfs: umap_vfsops.c 

Log message:
Don't allow users to mount umapfs.
(only a problem when kern.usermount == 1)


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:04:51

Modified files:
	sbin/fdisk     : fdisk.8 

Log message:
powerfull -> powerful; garath@ntplx.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:07:10

Modified files:
	bin/ksh        : ksh.1tbl 

Log message:
``that that'' -> ``than that''; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:08:33

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

Log message:
typo; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:09:16

Modified files:
	lib/libc/net   : ethers.3 

Log message:
typo; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:10:13

Modified files:
	lib/libform    : form_hook.3 

Log message:
typo; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:11:06

Modified files:
	sbin/ping      : ping.8 

Log message:
typo; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:12:20

Modified files:
	share/man/man4 : tty.4 

Log message:
typo; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/18 04:13:01

Modified files:
	usr.bin/ipcs   : ipcs.1 

Log message:
typo; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/18 09:46:58

Modified files:
	lib/libcurses  : curses.h 
	lib/libcurses/base: sigaction.c 
	lib/libcurses/tty: hashmap.c 

Log message:
ncurses-4.2-990318


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/18 11:06:21

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/18 12:27:57

Modified files:
	share/man/man8 : ssl.8 

Log message:
Fix problem with dsakey generation command for encrypted key, mention thawte.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/18 14:11:48

Modified files:
	.              : errata.html 

Log message:
ipqrace.patch depends on tcpfix.patch too; nash@mcs.net


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/18 14:53:10

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

Log message:
Remove all remaining [ and ] characters (and do things properly).


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/18 14:54:25

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

Log message:
Use ``Sx'' when xref'ing sections.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/18 17:08:12

Modified files:
	usr.sbin/ppp/ppp: command.c 

Log message:
Don't forget to fully initialise the configured values
for MYADDR and HISADDR in ``set ifaddr'' so that unspecified
values don't end up retaining their `width'.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/18 18:20:48

Modified files:
	graphics/xanim/files: md5 
	graphics/xanim/patches: i386-patch m68k-patch patch-a patch-b 
	                        patch-c patch-d patch-e patch-f 
	                        sparc-patch 
	graphics/xanim/pkg: COMMENT DESCR PLIST 
Added files:
	graphics/xanim/files: xanim.man 

Log message:
- Upgrade to xanim 2.80.0.
- cleaned up audio support, with less AUDIO_SETINFO, no more waiting
forever on wss.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/18 18:28:40

Modified files:
	graphics/xanim : Makefile 

Log message:
cvs is a turd, not shiny at that...


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 18:32:11

Log message:
    add netpbm port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-18
    
    C ports/graphics/netpbm/Makefile
    C ports/graphics/netpbm/files/md5
    C ports/graphics/netpbm/patches/patch-aa
    U ports/graphics/netpbm/patches/patch-ab
    U ports/graphics/netpbm/patches/patch-ac
    U ports/graphics/netpbm/patches/patch-ad
    N ports/graphics/netpbm/patches/patch-ba
    N ports/graphics/netpbm/patches/patch-bb
    N ports/graphics/netpbm/patches/patch-bc
    N ports/graphics/netpbm/patches/patch-bd
    N ports/graphics/netpbm/patches/patch-be
    C ports/graphics/netpbm/patches/patch-ae
    C ports/graphics/netpbm/patches/patch-af
    C ports/graphics/netpbm/patches/patch-ag
    C ports/graphics/netpbm/patches/patch-ah
    N ports/graphics/netpbm/patches/patch-ai
    N ports/graphics/netpbm/patches/patch-aj
    N ports/graphics/netpbm/patches/patch-ak
    N ports/graphics/netpbm/patches/patch-al
    N ports/graphics/netpbm/patches/patch-am
    N ports/graphics/netpbm/patches/patch-an
    N ports/graphics/netpbm/patches/patch-ao
    N ports/graphics/netpbm/patches/patch-ap
    N ports/graphics/netpbm/patches/patch-aq
    N ports/graphics/netpbm/patches/patch-ar
    N ports/graphics/netpbm/patches/patch-as
    N ports/graphics/netpbm/patches/patch-at
    N ports/graphics/netpbm/patches/patch-au
    N ports/graphics/netpbm/patches/patch-av
    N ports/graphics/netpbm/patches/patch-aw
    N ports/graphics/netpbm/patches/patch-ax
    N ports/graphics/netpbm/patches/patch-ay
    N ports/graphics/netpbm/patches/patch-az
    C ports/graphics/netpbm/pkg/COMMENT
    U ports/graphics/netpbm/pkg/DESCR
    U ports/graphics/netpbm/pkg/PLIST
    
    8 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jbrad:yesterday -jbrad ports/graphics/netpbm

CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/18 18:42:24

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

Log message:
Replace hardcoded quoting with Sq or Dq.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 18:57:41

Modified files:
	graphics/netpbm: Makefile 
	graphics/netpbm/files: md5 
	graphics/netpbm/patches: patch-aa patch-ag patch-ah 
	graphics/netpbm/pkg: COMMENT 

Log message:
fix conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 19:01:38

Added files:
	graphics/netpbm/patches: patch-ae patch-af 

Log message:
patches


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/18 19:46:55

Modified files:
	share/man/man4 : bridge.4 
	sys/net        : if_bridge.c if_bridge.h 
	sys/sys        : sockio.h 
	usr.sbin/brconfig: brconfig.c brconfig.8 

Log message:
Add the ability to mark an interface as "non-learning"


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/18 19:53:54

Modified files:
	sysutils/mtools: Makefile 
	sysutils/mtools/files: md5 

Log message:
Update to 3.9.4, dist. patch 1803.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 19:57:36

Log message:
    add delay port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-18
    
    N ports/misc/delay/Makefile
    N ports/misc/delay/files/md5
    N ports/misc/delay/pkg/COMMENT
    N ports/misc/delay/pkg/DESCR
    N ports/misc/delay/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 20:02:47

Modified files:
	misc           : Makefile 

Log message:
add delay to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/18 20:23:48

Modified files:
	sbin/mount_kernfs: mount_kernfs.8 

Log message:
talk about /kern/ipsec; Alex Nash <nash@mcs.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 22:22:32

Log message:
    add netpipe port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-18
    
    N ports/benchmarks/netpipe/Makefile
    N ports/benchmarks/netpipe/files/md5
    N ports/benchmarks/netpipe/pkg/COMMENT
    N ports/benchmarks/netpipe/pkg/DESCR
    N ports/benchmarks/netpipe/pkg/PLIST
    N ports/benchmarks/netpipe/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/18 23:09:14

Modified files:
	benchmarks     : Makefile 

Log message:
add netpipe to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/19 00:33:57

Log message:
    add imlib port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-19
    
    N ports/graphics/imlib/Makefile
    N ports/graphics/imlib/files/md5
    N ports/graphics/imlib/patches/patch-aa
    N ports/graphics/imlib/patches/patch-ab
    N ports/graphics/imlib/patches/patch-ad
    N ports/graphics/imlib/patches/patch-ac
    N ports/graphics/imlib/pkg/COMMENT
    N ports/graphics/imlib/pkg/DESCR
    N ports/graphics/imlib/pkg/PLIST
    N ports/graphics/imlib/pkg/PLIST.noshared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/19 01:05:19

Modified files:
	graphics       : Makefile 

Log message:
add imlib to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/19 02:00:04

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

Log message:
Do away with some literal text that is never switched
off - I *think* these were groff bugs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/19 02:06:08

Modified files:
	net/samba      : Makefile 
	net/samba/files: README.OpenBSD md5 
	net/samba/patches: patch-aa patch-ab patch-ac 
	net/samba/pkg  : DESCR PLIST 
Added files:
	net/samba/pkg  : SECURITY 
Removed files:
	net/samba/files: smb.conf.default 
	net/samba/patches: patch-ad 

Log message:
upgrade to samba 2.0.3; Andrew Lambeth <andrew@nfr.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	1999/03/19 03:43:33

Modified files:
	kerberosIV/kafs: afssys.c 

Log message:
(k_hasafs): Only ENOSYS means failure. Everything else is success.


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/03/19 09:22:10

Modified files:
	.              : errata.html 

Log message:
typo & 'be' affected too


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/19 12:35:48

Added files:
	mail/mutt/patches: patch-do_not_automove 
Removed files:
	mail/mutt/patches: patch-aa 

Log message:
apply sane naming.


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/19 12:36:56

Added files:
	mail/mutt/patches: patch-fix_DOTLOCK_group 

Log message:
fix chgrp for dotlock


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/19 13:38:22

Modified files:
	lang/tcl80     : Makefile 
	lang/tcl80/files: md5 
	lang/tcl80/patches: patch-aa patch-ab 
	lang/tcl80/pkg : PLIST 

Log message:
upgrade to tcl 8.0.5


CVSROOT:	/cvs
Module name:	www
Changes by:	jason@cvs.openbsd.org	1999/03/19 13:39:54

Modified files:
	.              : sparc.html 

Log message:
typo; chris.holden@gte.net


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/03/19 14:16:20

Modified files:
	.              : portstat.bld portstat.html portstat.stat 

Log message:
add category to port status input file and change the script
to handle it.  This allows the same name in different categories


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/19 14:32:10

Modified files:
	.              : events.html index.html items.html orders.html 
Added files:
	.              : tshirts.html 
	images         : tshirt-1.jpg tshirt-2.jpg tshirt-3.jpg 
	                 tshirt-4.gif tshirt-4b.gif tshirt-5.jpg 
	                 tshirt-5b.jpg 
Removed files:
	images         : tshirt.jpg 

Log message:
new tshirt stuff (not orderable yet)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/19 14:51:50

Modified files:
	x11/tk80       : Makefile 
	x11/tk80/files : md5 
	x11/tk80/patches: patch-aa patch-ac 
	x11/tk80/pkg   : PLIST 

Log message:
upgrade to tk 8.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/19 15:00:17

Modified files:
	graphics/MesaGL: Makefile 
	graphics/MesaGL/patches: patch-ab 
	graphics/MesaGL/pkg: PLIST 

Log message:
fix install


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/19 15:07:07

Modified files:
	.              : events.html tshirts.html 

Log message:
some minor repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/19 15:21:28

Modified files:
	usr.bin/ypwhich: Makefile ypwhich.1 ypwhich.c 

Log message:
remove -h feature until the code works on clients


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/19 15:47:34

Modified files:
	share/man/man4 : bridge.4 
	sys/net        : if_bridge.c if_bridge.h 
	usr.sbin/brconfig: brconfig.c brconfig.8 

Log message:
Add flag to allow some interfaces to not see packets with unknown destination.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	1999/03/20 08:36:12

Modified files:
	usr.bin/ypwhich: Makefile ypwhich.1 ypwhich.c 

Log message:
New improved -h support. In this version ypwhich -m even works on machines
that isn't ypserver. Reported by Jeff Schneiter <jschneit@Adobe.COM>. -moj


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	1999/03/20 09:10:30

Modified files:
	faq            : faq9.html 

Log message:
Typos, uniform capitalization.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/20 11:40:06

Modified files:
	games/fortune/datfiles: fortunes fortunes.sp.ok 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/20 11:54:47

Modified files:
	games/canfield/canfield: canfield.6 
	games/gomoku   : gomoku.6 
	games/larn     : larn.6 
	games/worms    : worms.6 

Log message:
Add some .El 's at the end of lists.  From NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/20 18:07:37

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

Log message:
Do not enable command tagged queuing by default


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	1999/03/20 20:30:01

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

Log message:
Fix TSS fault handling.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/20 21:04:31

Modified files:
	x11/lesstif    : Makefile 
	x11/lesstif/files: md5 
	x11/lesstif/patches: patch-aa patch-ab patch-ae patch-af 
	                     patch-ag patch-ah patch-ai patch-aj 
	                     patch-ak 
	x11/lesstif/pkg: PLIST PLIST.noshared 
Added files:
	x11/lesstif/patches: patch-ad 

Log message:
upgrade to lesstif 0.88.0


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	1999/03/20 21:04:42

Modified files:
	usr.bin/at     : at.1 parsetime.c 

Log message:
PR 778: Handle 2-digit year values post-Y2K.  Improvements to PR 778
provided by pjanzen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/20 22:14:24

Modified files:
	x11/gtk+       : Makefile 

Log message:
add SEPARATE_BUILD var


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/20 22:45:21

Log message:
    add aterm port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-21
    
    N ports/x11/aterm/Makefile
    N ports/x11/aterm/files/md5
    N ports/x11/aterm/pkg/COMMENT
    N ports/x11/aterm/pkg/DESCR
    N ports/x11/aterm/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/20 22:55:24

Modified files:
	x11            : Makefile 

Log message:
add aterm to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/20 22:56:58

Modified files:
	mail/mutt/pkg  : PLIST 

Log message:
remove extra pkgdep


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/20 23:39:00

Modified files:
	graphics/gimp  : Makefile 
	graphics/gimp/files: md5 
	graphics/gimp/patches: patch-aa 
	graphics/gimp/pkg: DESCR PLIST PLIST.noshared 
Added files:
	graphics/gimp/patches: patch-ab patch-ac patch-ad 

Log message:
upgrade to gimp 1.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/21 00:18:36

Modified files:
	devel/ddd      : Makefile 

Log message:
Use version 3.1.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/21 00:51:08

Modified files:
	lang/egcs-stable: Makefile 

Log message:
forgot that one...


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/21 01:36:44

Modified files:
	x11/blackbox   : Makefile 
	x11/blackbox/files: md5 
	x11/blackbox/pkg: PLIST 

Log message:
Update to 0.50.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/21 10:22:33

Modified files:
	sbin/disklabel : editor.c 

Log message:
If there are any BSD or SWAP partitions beyond ending_sector we extend
ending_sector to include them.  This is done because the BIOS geometry
is generally different from the disk geometry.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/21 12:31:12

Modified files:
	sbin/disklabel : editor.c 

Log message:
Add support for switching disk geometry between disk, bios, and user


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/21 15:11:43

Modified files:
	sbin/disklabel : editor.c 

Log message:
dosdp should be extern


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/21 16:50:29

Modified files:
	games/worms    : Makefile 

Log message:
-lcurses, not termcap/termlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/21 17:14:48

Modified files:
	lang/egcs-snapshot/files: md5 

Log message:
Update to 990321 snapshot...
somehow, I think I missed committing the Makefile for the previous
snapshot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/21 17:25:34

Modified files:
	lang/egcs-snapshot: Makefile 

Log message:
???


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/21 17:29:15

Modified files:
	games/hunt/hunt: hunt.6 
	games/hunt/huntd: answer.c driver.c 

Log message:
More accurate man page; more informative logging; use random() instead of
old internal routine (seems to minimize instant death on re-entry).


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/03/21 17:33:46

Modified files:
	.              : Makefile 

Log message:
hp700 -> hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 18:27:07

Modified files:
	audio/sox      : Makefile 
	audio/sox/files: md5 
	audio/sox/patches: patch-aa patch-ab patch-ac 
Added files:
	audio/sox/patches: patch-ad 

Log message:
upgrade to sox 12.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 18:39:49

Modified files:
	news/leafnode  : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/21 19:22:15

Modified files:
	sys/kern       : sys_generic.c 

Log message:
in poll(), constrain nfds better, to avoid kvm starvation; alex


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/21 19:40:12

Modified files:
	sys/arch/powerpc/powerpc: setjmp.S 

Log message:
Use standard macros for asm functions instead of the incomplete
asm function headers previously used.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/21 19:41:22

Modified files:
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Remove diagnotic that could (was frequently) causing crashes.
this whole pmap could use replacing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 21:10:30

ports/devel/libaudiofile/patches

Update of /cvs/ports/devel/libaudiofile/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7478/patches

Log Message:
Directory /cvs/ports/devel/libaudiofile/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/21 21:12:57

Added files:
	lib/libc_r/man : getc_unlocked.3 putc_unlocked.3 
	                 pthread_sigmask.3 pthread_suspend_np.3 
	                 pthread_single_np.3 

Log message:
new documentation


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/21 21:20:05

Modified files:
	lib/libc_r/man : pread.3 flockfile.3 pthread_exit.3 
	                 pthread_rwlockattr_getpshared.3 pwrite.3 
	                 sigwait.3 

Log message:
minor fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/21 21:21:45

Modified files:
	lib/libc_r/man : pthreads.3 

Log message:
better, nicer, neater documentation


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 21:23:11

Modified files:
	devel/libaudiofile: Makefile 
	devel/libaudiofile/pkg: DESCR PLIST 
Added files:
	devel/libaudiofile/patches: patch-aa 

Log message:
add SEPARATE_BUILD, fixup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 21:27:07

Modified files:
	devel/libaudiofile: Makefile 

Log message:
fix CATEGORIES


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 21:35:35

Modified files:
	devel/libaudiofile: Makefile 

Log message:
woops, SEPARATE_BUILD not BUILD_SEPARATE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/21 21:59:43

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
i bet CSI2203 is an le


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/21 21:59:47

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 22:03:34

Log message:
    add esound port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-22
    
    N ports/audio/esound/Makefile
    N ports/audio/esound/files/md5
    N ports/audio/esound/pkg/COMMENT
    N ports/audio/esound/pkg/DESCR
    N ports/audio/esound/pkg/PLIST
    N ports/audio/esound/pkg/PLIST.noshared
    N ports/audio/esound/patches/patch-aa
    N ports/audio/esound/patches/patch-ab
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 22:05:08

Modified files:
	audio          : Makefile 

Log message:
add esound to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/21 22:20:04

Modified files:
	games/tetris   : tetris.c 

Log message:
cosmetic changes from soren@t.dk


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/21 22:22:19

Modified files:
	.              : errata.html plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/21 22:33:30

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

Log message:
set default if to something more reasonable; fix SIGSEGV when no options listed; garath@ntplx.net


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/21 22:36:57

Modified files:
	games/atc      : def.h 

Log message:
use M_PI


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 22:40:02

ports/lang/guile/patches

Update of /cvs/ports/lang/guile/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24734/patches

Log Message:
Directory /cvs/ports/lang/guile/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/21 22:49:07

Modified files:
	lang/guile     : Makefile 
	lang/guile/pkg : PLIST PLIST.noshared 
Added files:
	lang/guile/patches: patch-aa 

Log message:
fixups


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/22 00:17:14

Modified files:
	sys/arch/sparc/sparc: cache.c 

Log message:
workaround for STP1020A errata #148494


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/22 00:37:59

Modified files:
	.              : errata.html plus.html security.html 

Log message:
elevate two new problems to be security issues


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/22 00:38:31

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

Log message:
Many fixes, most either from or based on NetBSD changes:
get rid of unused function
improve output format
allow previewing of next piece
randomize initial rotation angle of falling blocks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 07:52:15

Modified files:
	net/bitchx     : Makefile 

Log message:
fix dir permissions post extract


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 09:18:18

Log message:
    add gtkglarea port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-22
    
    N ports/x11/gtkglarea/Makefile
    N ports/x11/gtkglarea/files/md5
    N ports/x11/gtkglarea/pkg/COMMENT
    N ports/x11/gtkglarea/pkg/DESCR
    N ports/x11/gtkglarea/pkg/PLIST
    N ports/x11/gtkglarea/pkg/PLIST.noshared
    N ports/x11/gtkglarea/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 09:29:01

Modified files:
	x11            : Makefile 

Log message:
add gtkglarea to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 10:24:38

Log message:
    add xtraceroute port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-22
    
    N ports/x11/xtraceroute/Makefile
    N ports/x11/xtraceroute/files/md5
    N ports/x11/xtraceroute/pkg/COMMENT
    N ports/x11/xtraceroute/pkg/DESCR
    N ports/x11/xtraceroute/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 10:29:16

Modified files:
	x11            : Makefile 

Log message:
add xtraceroute to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 10:33:51

Modified files:
	x11/xtraceroute/pkg: PLIST 

Log message:
add missing locale files


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/22 10:34:45

Modified files:
	graphics/xanim : Makefile 
	graphics/xanim/files: md5 
	graphics/xanim/patches: patch-d patch-f 
	graphics/xanim/pkg: PLIST 
Removed files:
	graphics/xanim/files: xanim.man 

Log message:
Minor upgrade: 2.80.1. A few patches to tweak, xanim.man is back.
The program itself does NOT have any new version number.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/22 10:51:35

Modified files:
	audio/sox      : Makefile 

Log message:
Fix make install


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/22 11:43:20

Modified files:
	usr.bin/tic    : dump_entry.c tic.c 

Log message:
back out local change that should not have escaped


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/22 11:53:12

Modified files:
	share/termtypes: Makefile 

Log message:
Add gross ed hack back in so termcap xterm entry < 1024


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/03/22 12:37:23

Modified files:
	faq            : faq9.html 

Log message:
Fixed typo (chris.holden@gte.net)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/22 13:47:22

Modified files:
	audio/esound/files: md5 

Log message:
fix checksums


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/22 16:41:56

Modified files:
	usr.bin/talk   : talk.1 
	usr.bin/top    : top.1 

Log message:
pronoun agreement


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/22 19:19:32

Modified files:
	usr.bin/talk   : init_disp.c 

Log message:
Use cbreak(), not crmode() since crmode is just #define'd to cbreak
anyway.  Add a call to nl() after the cbreak().  This would fix PR #783
except that ncurses does not set ICRNL/ONLCR in nl() like I think it
should.  PR #783 will be fixed once that issue is resolved so consider
this part one of two...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/22 19:30:31

Modified files:
	distrib/miniroot: install.sub 

Log message:
(h)ttp, not h(ttp),; brad@openbsd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/03/22 19:54:06

Modified files:
	security/ADMsnmp: Makefile 

Log message:
fix install usage


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/22 22:18:50

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c editor.c 

Log message:
Rename -F option to -f and add a new -F (full disk) option to use in -E mode.
When checking for an MBR, only say we have an mbr if there is a signature *or*
there is an fdisk partition with an {Open,Free,Net}BSD ID.
When setting the bounds in -E mode add hueristics to deal with disks
bigger than the BIOS geometry would indicate.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 00:55:29

Modified files:
	.              : index.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 00:58:09

Modified files:
	distrib/miniroot: install.sub 

Log message:
put fqdn first; matter@research.suspicious.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 00:58:54

Modified files:
	distrib/simpleroot: install.sub 

Log message:
put fqdn first; matter@research.suspicious.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 01:00:35

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

Log message:
simplify irq string


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 01:05:13

Modified files:
	etc/root       : root.mail 

Log message:
believe it or not, mail(1) completely explodes if the From header has the date written in the wrong format


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 01:06:51

Modified files:
	share/man      : makewhatis.sed 

Log message:
tail anchor, to fetch 2nd manpage name, which is less likely to be over-written by the mail title; d


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 01:10:21

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

Log message:
never spit out two error messages, it is bad style


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 01:17:16

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new card


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/23 01:17:25

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/23 07:32:11

Modified files:
	sysutils/mtools: Makefile 
	sysutils/mtools/files: md5 

Log message:
Update to dist. patch 1903b.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 09:03:44

Modified files:
	games/xkobo/patches: patch-aa 
	games/xkobo/pkg: DESCR PLIST 

Log message:
Move scores to /var
update DESCR
fix packing list


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/23 09:36:18

Modified files:
	sys/arch/alpha/include: disklabel.h 
	sys/arch/arc/include: disklabel.h 
	sys/arch/i386/include: disklabel.h 
	sys/arch/powerpc/include: disklabel.h 

Log message:
Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/23 10:00:39

Modified files:
	usr.bin/talk   : display.c init_disp.c 

Log message:
Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversion
ourselves in display().  Since we don't use the curses input routines we
have to do the conversion by hand.  This is cheap because input processing
is done on a per-character basis.  Closes PR 783.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dugsong@cvs.openbsd.org	1999/03/23 10:10:53

Modified files:
	net/nfr/patches: patch-aa 

Log message:
eliminate thirdparty pcap dependency, i suck.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 10:48:16

Modified files:
	audio/tosha/pkg: PLIST 
	comms/hylafax/pkg: PLIST 
	comms/rzsz/pkg : PLIST 
	devel/autoconf/pkg: PLIST 
	devel/libproplist/pkg: PLIST 
	devel/m4/pkg   : PLIST 
	editors/hexedit/pkg: PLIST 
	editors/jed/pkg: PLIST 
	editors/jove/pkg: PLIST 
	editors/nedit/pkg: PLIST 
	editors/xwpe/pkg: PLIST 
	games/xdino/pkg: PLIST 
	graphics/ggi/pkg: PLIST 
	japanese/Wnn/pkg: PLIST 
	lang/erlang/pkg: PLIST 
	lang/guavac/pkg: PLIST 
	lang/icon/pkg  : PLIST 
	lang/icon_lib/pkg: PLIST 
	lang/kaffe/pkg : PLIST 
	lang/kaffe1/pkg: PLIST 
	mail/exmh2/pkg : PLIST 
	mail/faces/pkg : PLIST PLIST.noshared 
	mail/metamail/pkg: PLIST 
	mail/nmh/pkg   : PLIST 
	mail/pine/pkg  : PLIST 
	mail/xfaces/pkg: PLIST 
	math/gnuplot/pkg: PLIST 
	math/wingz/pkg : PLIST 
	misc/amanda/pkg: PLIST PLIST.noshared 
	misc/dialog/pkg: PLIST 
	net/dxpc/pkg   : PLIST 
	net/licq/pkg   : PLIST 
	net/ncftp/pkg  : PLIST 
	net/netpipe/pkg: PLIST 
	news/tin/pkg   : PLIST 
	plan9/sam/pkg  : PLIST 
	plan9/tcs/pkg  : PLIST 
	print/a2ps/pkg : PLIST PLIST.noshared 
	print/enscript/pkg: PLIST 
	print/lyx/pkg  : PLIST 
	print/psutils/pkg: PLIST 
	security/rsaref/pkg: PLIST PLIST.noshared 
	security/ssh/pkg: PLIST 
	security/stel/pkg: PLIST 
	sysutils/LPRng/pkg: PLIST 
	sysutils/idled/pkg: PLIST 
	sysutils/lsof/pkg: PLIST 
	textproc/html/pkg: PLIST 
	textproc/ispell/pkg: PLIST 
	textproc/xpdf/pkg: PLIST 
	www/amaya/pkg  : PLIST 
	x11/explorer/pkg: PLIST 
	x11/kdebase/pkg: PLIST 
	x11/kdelibs/pkg: PLIST 
	x11/rxvt/pkg   : PLIST 
	x11/windowmaker/pkg: PLIST 
	x11/x2x/pkg    : PLIST 
	x11/xcoloredit/pkg: PLIST 
	x11/xcolors/pkg: PLIST 

Log message:
Fix up PLISTs.

At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.

These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.

I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 10:49:20

Modified files:
	net/rsync      : Makefile 

Log message:
Second time Makefile stays uncommitted ??? what's the problem there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 11:08:18

Modified files:
	converters/ish/pkg: COMMENT 
	converters/base64/pkg: COMMENT 
	converters/trans/pkg: COMMENT 
	converters/btoa/pkg: COMMENT 
	converters/recode/pkg: COMMENT 
	converters/mpack/pkg: COMMENT 
	converters/p5-Convert-UU/pkg: COMMENT 
	converters/p5-MIME-Base64/pkg: COMMENT 
	archivers/gtar/pkg: COMMENT 
	archivers/arc/pkg: COMMENT 
	archivers/ha/pkg: COMMENT 
	archivers/zoo/pkg: COMMENT 
	archivers/bzip/pkg: COMMENT 
	archivers/bzip2/pkg: COMMENT 
	archivers/gshar+gunshar/pkg: COMMENT 
	archivers/zip/pkg: COMMENT 
	archivers/p5-Compress-Zlib/pkg: COMMENT 
	archivers/unarj/pkg: COMMENT 
	archivers/unrar/pkg: COMMENT 
	archivers/unzip/pkg: COMMENT 
	archivers/lha/pkg: COMMENT 
	x11/wm2/pkg    : COMMENT 
	x11/Xaw3d/pkg  : COMMENT 
	x11/xzoom/pkg  : COMMENT 
	x11/asclock/pkg: COMMENT 
	x11/bclock/pkg : COMMENT 
	x11/blast/pkg  : COMMENT 
	x11/bricons/pkg: COMMENT 
	x11/ctwm/pkg   : COMMENT 
	x11/explorer/pkg: COMMENT 
	x11/freefonts/pkg: COMMENT 
	x11/getbdf/pkg : COMMENT 
	x11/gtk+/pkg   : COMMENT 
	x11/kdebase/pkg: COMMENT 
	x11/kdelibs/pkg: COMMENT 
	x11/lesstif/pkg: COMMENT 
	x11/mouseclock/pkg: COMMENT 
	x11/piewm/pkg  : COMMENT 
	x11/qt/pkg     : COMMENT 
	x11/rclock/pkg : COMMENT 
	x11/rxvt/pkg   : COMMENT 
	x11/xsnow/pkg  : COMMENT 
	x11/swisswatch/pkg: COMMENT 
	x11/tk80/pkg   : COMMENT 
	x11/viewfax/pkg: COMMENT 
	x11/windowmaker/pkg: COMMENT 
	x11/xview-lib/pkg: COMMENT 
	x11/xaniroc/pkg: COMMENT 
	x11/xautolock/pkg: COMMENT 
	x11/xcb/pkg    : COMMENT 
	x11/xcoloredit/pkg: COMMENT 
	x11/xdaliclock/pkg: COMMENT 
	x11/xdtm/pkg   : COMMENT 
	x11/xfed/pkg   : COMMENT 
	x11/xfishtank/pkg: COMMENT 
	x11/xfm/pkg    : COMMENT 
	x11/xforms/pkg : COMMENT 
	x11/xgrab/pkg  : COMMENT 
	x11/xloadimage/pkg: COMMENT 
	x11/xlockmore/pkg: COMMENT 
	x11/xlogout/pkg: COMMENT 
	x11/xmascot/pkg: COMMENT 
	x11/xmbdfed/pkg: COMMENT 
	x11/xmold/pkg  : COMMENT 
	x11/xprompt/pkg: COMMENT 
	x11/xtacy/pkg  : COMMENT 
	x11/xtattr/pkg : COMMENT 
	x11/xview-clients/pkg: COMMENT 
	x11/xview-config/pkg: COMMENT 

Log message:
Trim up a few COMMENTS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 11:19:01

Modified files:
	x11/xpostit/pkg: PLIST 

Log message:
fix up manpage.

MASTER_SITE to find, as soon as I get time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/23 12:24:35

Log message:
    ORBit, a CORBA ORB, import
    
    Status:
    
    Vendor Tag:	rohee
    Release Tags:	rohee_1999-Mar-23
    
    N ports/devel/ORBit/Makefile
    N ports/devel/ORBit/files/md5
    N ports/devel/ORBit/pkg/COMMENT
    N ports/devel/ORBit/pkg/DESCR
    N ports/devel/ORBit/pkg/PLIST
    N ports/devel/ORBit/patches/patch-aa
    N ports/devel/ORBit/patches/patch-ab
    N ports/devel/ORBit/patches/patch-ac
    N ports/devel/ORBit/patches/patch-ak
    N ports/devel/ORBit/patches/patch-aj
    N ports/devel/ORBit/patches/patch-ai
    N ports/devel/ORBit/patches/patch-ah
    N ports/devel/ORBit/patches/patch-ag
    N ports/devel/ORBit/patches/patch-af
    N ports/devel/ORBit/patches/patch-ae
    N ports/devel/ORBit/patches/patch-ad
    N ports/devel/ORBit/patches/patch-al
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/23 14:08:01

Modified files:
	lib/libc/stdlib: malloc.3 

Log message:
Clarify realloc return value


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 14:33:51

Modified files:
	audio/mpg123   : Makefile 
	audio/mpg123/patches: patch-aa patch-ab 

Log message:
Reworked from the ground up.

Basically, mpg123 assumptions about audio is broken. It assumes that
audio ioctl that change mode are instantaneous, which they are not, most
often, so that with the old model, start-up was 80 ioctl, which amounts to
~10 seconds with wss.

Added lazyness to basic audio.c so that it won't try to determine whether
we can play @ 8000Hz mono when 44100Hz stereo is what we want, and it
works...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/23 14:38:28

Added files:
	audio/mpg123/files: audio_openbsd.c 
	audio/mpg123/patches: patch-ac 

Log message:
Erm... forgot the actual patch... why does cvs tell me about missing files
after the commit ? so that I can either get careless, or waste
time/bandwidth by running each commit twice...

Anyways, files/audio_openbsd.c is a `caching' audio system.
It's much smarter than the old one: uses get encoding to map the reasonable
encodings, does not even cross-check alaw/ulaw when 8 bit/16 bit work okay.

It does keep audio opened all the way instead of closing/reopening all the
time.

and it avoids gratuitous assumptions about PC broken hardware, such as not
having support for 8 bits signed and other brain-damage.

Missing part: it won't convert endianess on the fly when the only `right'
modes have the wrong endianess... this might occur with e.g., a sb16 on
an alpha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/23 15:00:05

Modified files:
	x11/qt         : Makefile 

Log message:
fix install target


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/23 17:22:56

Modified files:
	lib/libc_r/TEST: Makefile 

Log message:
revert to -pthread


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/23 17:46:23

Modified files:
	lib/libc_r/man : Makefile.inc 

Log message:
actually make use of the new manual pages


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/03/23 18:13:46

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

Log message:
arrgghhh! do NOT add pkgdep lines when creating PLIST-auto;
(I thought I had already removed this quite a while ago).


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:10:19

ports/graphics/fxtv

Update of /cvs/ports/graphics/fxtv
In directory cvs.openbsd.org:/tmp/cvs-serv7345/fxtv

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:11:16

ports/graphics/fxtv/files

Update of /cvs/ports/graphics/fxtv/files
In directory cvs.openbsd.org:/tmp/cvs-serv27883/files

Log Message:
Directory /cvs/ports/graphics/fxtv/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:11:17

ports/graphics/fxtv/patches

Update of /cvs/ports/graphics/fxtv/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27883/patches

Log Message:
Directory /cvs/ports/graphics/fxtv/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:11:17

ports/graphics/fxtv/pkg

Update of /cvs/ports/graphics/fxtv/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv27883/pkg

Log Message:
Directory /cvs/ports/graphics/fxtv/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:14:51

Added files:
	graphics/fxtv  : Makefile 
	graphics/fxtv/files: md5 
	graphics/fxtv/patches: patch-aa patch-ab patch-ac 
	graphics/fxtv/pkg: COMMENT DESCR PLIST 

Log message:
fxtv 0.48: TV viewer for the bktr driver.


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:20:21

Modified files:
	graphics/fxtv  : Makefile 

Log message:
Err, list myself as maintainer since the original author probably won't
appreciate all of my patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	downsj@cvs.openbsd.org	1999/03/23 19:27:03

Modified files:
	graphics       : Makefile 

Log message:
enable fxtv


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/03/23 19:28:24

Modified files:
	sys/netinet    : in_pcb.c tcp_usrreq.c 
	sys/netinet6   : in6.c in6.h in6_pcb.c ipv6_addrconf.c 
	                 ipv6_output.c ipv6_rtrequest.c ipv6_trans.c 

Log message:
Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.
convention that is more common and more specific as to the access size)


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/03/23 19:31:04

Modified files:
	sys/netinet    : in.h 

Log message:
Removed old NRL convention in6a_words virtual-field from struct in6_addr.
Let's not encourage the use of an obsolete convention.


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/03/23 19:33:03

Modified files:
	sys/netinet    : in_pcb.h 

Log message:
Removed inclusion of netinet6/in6.h. This was an artifact of when the core
IPv6 symbols were there rather than in netinet/in.h, and now not only is
unnecessary but also could create problems (see PR library/781).


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/03/23 19:59:06

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
Reworked udp_output() to minimize the number of if() statements needed to get
packets out. Also had the nice side effect of fewer blocks now move around by
ifdefs, which makes it more readable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/23 20:03:09

Modified files:
	graphics/ggi   : Makefile 
	graphics/ggi/pkg: PLIST 
Added files:
	graphics/ggi/pkg: PLIST.noshared 

Log message:
fixup Makefile & PLIST and add missing PLIST.noshared


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/23 20:10:07

Modified files:
	graphics/ggi   : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/23 20:14:02

Modified files:
	graphics/gii   : Makefile 
	graphics/gii/pkg: PLIST 
Added files:
	graphics/gii/pkg: PLIST.noshared 

Log message:
fixup Makefile & PLIST and add missing PLIST.noshared


CVSROOT:	/cvs
Module name:	src
Changes by:	cmetz@cvs.openbsd.org	1999/03/23 20:15:20

Modified files:
	sys/netinet6   : ipv6_discovery.c 

Log message:
One missed in6a_words -> s6_addr32 conversion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/23 21:35:26

Modified files:
	archivers/unzip: Makefile 
	archivers/unzip/files: md5 

Log message:
Update to 5.40.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/23 21:51:24

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

Log message:
Better fallback from /dev/ksyms to /bsd if there are problems with an nlist of /dev/ksyms


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/23 22:25:57

Modified files:
	usr.sbin/kvm_mkdb: kvm_mkdb.c nlist.c 

Log message:
Only exit in nlist.c due to a memory error, otherwise just return.  A return value of 1 indicates an incorrect executable type, a return value of -1 indicates some other problem.  This gives us better fallback from /dev/ksyms to /bsd.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/03/24 05:59:39

Added files:
	sys/arch/hppa  : TODO 

Log message:
status of major items + how people can help


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:37:14

Added files:
	sbin/isakmpd   : pf_key_v2.c pf_key_v2.h 

Log message:
Initial PF_KEYv2 support


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:40:47

Modified files:
	sbin/isakmpd/sysdep/openbsd: sysdep.c 

Log message:
Merge with EOM 1.3
New sysdep API

Include the right things


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:41:18

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Merge with EOM 1.68
Stash SPIs in the right slots


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:41:41

Modified files:
	sbin/isakmpd   : pf_encap.c 

Log message:
Merge with EOM 1.50
New sysdep API.  Fix an allocation size typo.  Use correct SPIs and
addresses all over.

Simplify flow

Correct log headers

s/LOG_PF_ENCAP/LOG_SYSDEP/


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:42:18

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Merge with EOM 1.68
Only get the destination address when needed

If no exchange name, do not look for attributes

The SA name is not yet setup, use the exchange name instead


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:42:50

Modified files:
	sbin/isakmpd   : ike_auth.c 

Log message:
Merge with EOM 1.25
Only get the destination address when needed

RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:43:13

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Merge with EOM 1.84
Use new sysdep API


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:43:38

Modified files:
	sbin/isakmpd   : isakmpd.c 

Log message:
Merge with EOM 1.28
Allow the application socket to not exist


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:43:54

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Merge with EOM 1.12
Document Shared-SADB, and alter the ReplayWindow desc.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:44:28

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Merge with EOM 1.109
Store SPIs in the right slots, also tell about port numbers when dropping
messages.

Do not free SPI buffers we still reference


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:45:06

Modified files:
	sbin/isakmpd   : pf_encap.h 

Log message:
Merge with EOM 1.10
New sysdep API


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:45:18

Modified files:
	sbin/isakmpd   : sysdep.h 

Log message:
Merge with EOM 1.14
New sysdep API


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:45:36

Modified files:
	sbin/isakmpd   : transport.h 

Log message:
Merge with EOM 1.12
Fix comments


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:57:38

Modified files:
	sbin/isakmpd/regress/asn: asntest.c 

Log message:
Merge with EOM 1.7
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:57:55

Modified files:
	sbin/isakmpd/regress/pkcs: pkcstest.c 

Log message:
Merge with EOM 1.6
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:58:16

Modified files:
	sbin/isakmpd/regress/rsakeygen: rsakeygen.c 

Log message:
Merge with EOM 1.6
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:58:33

Modified files:
	sbin/isakmpd/sysdep: README 

Log message:
Merge with EOM 1.2
less than 80 cols


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:58:45

Modified files:
	sbin/isakmpd   : README 

Log message:
Merge with EOM 1.18
old connect has disappeared


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:59:04

Modified files:
	sbin/isakmpd   : DESIGN-NOTES 

Log message:
Merge with EOM 1.39
old connect has disappeared


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:59:21

Modified files:
	sbin/isakmpd   : ipsec_doi.h 

Log message:
Merge with EOM 1.9
Add lower bound of SPIs


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:59:41

Modified files:
	sbin/isakmpd   : log.h 

Log message:
Merge with EOM 1.11
s/LOG_PF_ENCAP/LOG_SYSDEP/


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 07:59:53

Modified files:
	sbin/isakmpd   : math_group.h 

Log message:
Merge with EOM 1.5
typo in multi-inclusion prot.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 08:00:06

Modified files:
	sbin/isakmpd   : pkcs.h 

Log message:
Merge with EOM 1.7
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 08:00:17

Modified files:
	sbin/isakmpd   : ui.c 

Log message:
Merge with EOM 1.28
old connect has disappeared


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 08:00:36

Modified files:
	sbin/isakmpd   : x509.c 

Log message:
Merge with EOM 1.10
RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 08:43:37

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
grammar


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 09:01:25

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
Do PF_KEY per default


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 09:13:57

Modified files:
	sbin/isakmpd   : pkcs.c 

Log message:
Adapt RSA API, in our crippled version which has no RSA logic.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 09:37:17

Modified files:
	sbin/isakmpd   : pkcs.c 

Log message:
style


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 09:54:41

Modified files:
	sbin           : Makefile 

Log message:
Enable isakmpd again


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/24 10:00:48

Modified files:
	sys/net        : pfkeyv2.c pfkeyv2.h 
	sys/netinet    : ip_ah_new.c ip_ah_old.c ip_esp_new.c 
	                 ip_esp_old.c ip_ipsp.c ip_output.c 

Log message:
Implement lifetime expiration notifications.  Fix some typos.  Remove statics.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/24 10:50:22

Modified files:
	.              : orders.html 

Log message:
repair


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/24 10:53:24

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

Log message:
rd %wim in VTRAP handler, makes viking much happier


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/24 11:53:39

Modified files:
	graphics/xv/patches: patch-ac 

Log message:
gunzip is in /usr/bin not /usr/local/bin


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/24 11:58:00

Modified files:
	devel          : Makefile 

Log message:
enable ORBit


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/24 12:04:22

Modified files:
	mail/procmail  : Makefile 
	mail/procmail/patches: patch-aa 
Removed files:
	mail/procmail/patches: patch-ab patch-ac patch-ad patch-ae 

Log message:
update to version 3.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/24 12:14:58

Modified files:
	mail/procmail/files: md5 

Log message:
forgot this one


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/24 12:18:54

Modified files:
	.              : plus.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/03/24 12:28:15

Modified files:
	usr.bin/file/magdir: palmpilot 

Log message:
Fix PR#788 (tickel@expert.cc.purdue.edu)


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/24 13:32:59

Modified files:
	usr.sbin/ppp/ppp: alias.h alias_local.h alias_proxy.c 

Log message:
Add a ``const'' and remove some inconsistent prototype args.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/24 13:42:16

Modified files:
	usr.sbin/ppp/ppp: alias.c 

Log message:
Remove duplicate line; FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/24 15:31:11

Modified files:
	sbin/mount     : mount.8 

Log message:
expound on async flag


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	1999/03/24 15:56:16

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

Log message:
Call vm_set_page_size() during initialization (supresses "MD code did
not set page size" warning at boot time).


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/24 16:19:57

Modified files:
	lib/libc_r/TEST: Makefile 

Log message:
allow make depend to work


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/24 16:53:10

Modified files:
	security/SSLeay: Makefile 
	security/SSLeay/patches: patch-aa 

Log message:
fix compiling on i386


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/24 16:58:56

Modified files:
	devel/m4       : Makefile 

Log message:
Replace GNU_CONFIGURE with a work-around that doesn't need to
know about sysconfdir; can not use USE_AUTOCONF as autoconf depends upon
this port.


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/03/24 18:42:09

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/24 18:45:02

Modified files:
	sbin/fsck_msdos: check.c 

Log message:
Checking -> Check for consistency


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/24 18:50:43

Modified files:
	.              : INDEX 

Log message:
Update index using latest COMMENTS


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/24 19:09:36

Modified files:
	misc/screen    : Makefile 

Log message:
Fix configure step; remove non-functional SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/24 21:58:07

Modified files:
	graphics/netpbm: Makefile 
	graphics/netpbm/files: md5 

Log message:
update MASTER_SITES so all DISTFILES can be found;
change pnmtopng to version 2.37.2 (latest version);
fix post-extract so the package will compile;
verify install and uninstall


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/24 22:08:33

Modified files:
	graphics/mpeg-lib: Makefile 

Log message:
replace GNU_CONFIGURE with HAS_CONFIGURE and explicit
CONFIUGRE_ARGS to work with current bsd.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	1999/03/24 22:21:50

Modified files:
	etc            : newsyslog.conf 

Log message:
add web ssl logs to example for http rotating


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/25 01:59:35

Modified files:
	.              : pmax.html 

Log message:
PMAGB-BA description repair; brt@osk.sema.se


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/25 04:37:16

Modified files:
	usr.sbin/ppp/ppp: bundle.c 

Log message:
Undo possible damage done by the new TUNSIFMODE ioctl
in FreeBSD-current.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/25 04:40:27

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/03/25 07:30:31

Modified files:
	bin/chmod      : chmod.1 

Log message:
SEE ALSO .Xr's go in lexigraphical order


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/25 08:34:55

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/25 12:34:41

Modified files:
	mail/procmail  : Makefile 

Log message:
fix MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/25 13:14:44

Modified files:
	devel/glib     : Makefile 
	devel/glib/pkg : PLIST 

Log message:
Do not allow port to be installed until any version
in /lib is removed.  The older version (1.0.6) was installed
with a shared lib version of 1.6 (bad!) -- this is version 1.2.
Also, info/dir should never be part of a packing list.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/25 13:25:11

Modified files:
	.              : orders.html tshirts.html 

Log message:
new ordering system


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/25 14:12:55

Modified files:
	.              : tshirts.html 

Log message:
invert order


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/25 14:46:29

Added files:
	lang/egcs-stable/patches: patch-g++-libversion 

Log message:
Change shared lib version to fit with the rest of OpenBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/25 14:47:58

Added files:
	lang/egcs-stable/patches: patch-core-i386bug-a 
	                          patch-core-i386bug-b 

Log message:
Bug-fix from current: 386 handling of TARGET_DEFAULT/TARGET_CPU_DEFAULT
is weird.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/25 14:50:07

Added files:
	lang/egcs-stable/patches: patch-core-thread patch-g++-thread 

Log message:
Framework to compile with our current weird threads model.
egcs with threads is largely untested... do what you may.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/03/25 14:51:30

Modified files:
	lang/egcs-stable: Makefile 
	lang/egcs-stable/files: PLIST.template 

Log message:
move tests to the post-install stage, to grab the right flavor of
libstdc++.

Adjust PLIST for the right libstdc++ version.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/25 14:54:56

Modified files:
	sys/arch/amiga/stand/loadkmap: Makefile 
Added files:
	sys/arch/amiga/stand/loadkmap: loadkmap.8 

Log message:
Add small man page for loadkmap, so that people may know about it.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/25 14:58:02

Modified files:
	distrib/sets/lists/man: md.amiga 

Log message:
synch


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/25 15:58:44

Modified files:
	sys/arch/sparc/dev: isp_sbus.c 
	sys/dev/ic     : isp.c isp_openbsd.c isp_openbsd.h ispmbox.h 
	                 ispreg.h ispvar.h 
	sys/dev/microcode/isp: asm_pci.h asm_sbus.h 
	sys/dev/pci    : isp_pci.c 

Log message:
roll internal revision levels and enable 1080 support


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/25 16:36:53

Modified files:
	usr.sbin/ppp/ppp: alias_cmd.c command.c ppp.8 

Log message:
Allow port ranges in ``alias port''.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/25 16:48:37

Modified files:
	devel/glib     : Makefile 

Log message:
per espie@ suggestion: move bitch about conflicting lib to pre-extract


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/25 17:34:59

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

Log message:
Annoying little nigglet- apparently *some* Qlogic temporarily ignore
settings you've just sent them and return random values if you follow
the set by a get. This causes problems when you latter run a Tag-enabled
command when you've command tagged mode off.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/03/25 17:53:57

Modified files:
	share/man/man4 : isp.4 

Log message:
add note about LVD support and change comment about NVRAM


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/25 18:53:45

Modified files:
	devel/glib     : Makefile 

Log message:
better glib/gtk+ removal instructions


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/25 18:55:53

Modified files:
	devel/glib     : Makefile 

Log message:
fix typo in removal instructions


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/25 19:35:54

Modified files:
	games/sail     : pl_main.c 

Log message:
fix sizeof/strlen typo and limit scanf length; from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/25 20:16:10

Modified files:
	games/fish     : fish.c 

Log message:
Buffer overflow fix (from FreeBSD)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/25 20:45:11

Modified files:
	devel/gettext/pkg: PLIST 

Log message:
update packing list


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/25 21:40:05

Modified files:
	devel/glib     : Makefile 
	devel/glib/files: md5 
	devel/glib/patches: patch-aa patch-ab patch-ac patch-ad patch-ae 
	devel/glib/pkg : PLIST 

Log message:
upgrade to glib 1.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/25 21:40:54

Modified files:
	devel/glib     : Makefile 

Log message:
fixup


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/25 21:50:46

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/pkg   : PLIST PLIST.noshared 

Log message:
touch up packing lists


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	1999/03/25 23:34:28

Modified files:
	sys/dev/ic     : ne2000.c ne2000var.h 
	sys/dev/isa    : if_ne_isa.c if_ne_isapnp.c 
	sys/dev/pcmcia : if_ne_pcmcia.c 

Log message:
Add support for some 100Mbit PCMCIA cards.
Change the ne2000_detect parm list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/26 00:17:09

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/files : md5 
	x11/gtk+/patches: patch-aa patch-ab patch-ad 

Log message:
upgrade to gtk+ 1.2.1


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1999/03/26 00:25:18

Modified files:
	.              : orders.html 

Log message:
Numbering in Argentina has changed recently. Update CORE phone number.


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1999/03/26 00:37:10

Modified files:
	.              : i386.html 

Log message:
Add new 10/100 PCMCIA cards support.
Add 3c574 to unsupported list.
Remove laptops page reference.


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	1999/03/26 00:47:35

Modified files:
	.              : index.html 

Log message:
Add missing </a>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/26 01:07:28

Modified files:
	x11/lesstif/pkg: PLIST PLIST.noshared 

Log message:
update packing list so package builds correctly


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/26 01:48:34

Modified files:
	mail/nmh       : Makefile 
	mail/nmh/files : md5 
	mail/nmh/patches: patch-aa patch-ab patch-ac patch-ad patch-ae 
	                  patch-af 
	mail/nmh/pkg   : PLIST 
Added files:
	mail/nmh/patches: patch-ag patch-ah 

Log message:
update to 1.0; Keith A Watson <kaw@best.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/26 07:34:32

Modified files:
	etc            : netstart 

Log message:
Add bridge interface handling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/26 11:24:02

Modified files:
	lib/libc/crypt : skipjack.c 

Log message:
use stdlib; millert


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	1999/03/26 11:27:23

Modified files:
	.              : orders.html 

Log message:
Change a few links to the old https order page to the new one


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	1999/03/26 11:35:36

Modified files:
	.              : tshirts.html 

Log message:
wastelander quality control :)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/26 12:38:55

Modified files:
	.              : tshirts.html 

Log message:
pretty


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/03/26 13:18:52

Modified files:
	xc/lib/xtrans  : Xtransint.h Xtranslcl.c Xtranssock.c 
	                 Xtransutil.c 

Log message:
fix flaw reported by telnetd@DOEMILL.SHOCKING.COM on bugtraq


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/26 15:05:36

Modified files:
	textproc/glimpse: Makefile 

Log message:
GNU_CONFIGURE changes


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/03/26 17:54:19

Modified files:
	etc/etc.i386   : INSTALL.linux 

Log message:
Much nicer, less confusing than the previous version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/26 19:49:31

Modified files:
	x11/windowmaker: Makefile 

Log message:
fix dependency list; Kenneth R Westerback <krw@tcn.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/26 20:45:50

Modified files:
	games/larn     : Makefile data.c global.c header.h io.c larn.6 
	                 scores.c tok.c 

Log message:
Changes from FreeBSD:  install score files, use random(), and be more careful
on exec.


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/26 21:19:31

Modified files:
	games/cribbage : crib.c pathnames.h 

Log message:
Disable the log file by default (logging, as opposed to scoring, should be
done through dm).


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/26 21:45:26

Modified files:
	games/quiz     : quiz.c quiz.h rxp.c 

Log message:
use const where appropriate; jsm28@cam.ac.uk


CVSROOT:	/cvs
Module name:	src
Changes by:	pjanzen@cvs.openbsd.org	1999/03/26 22:07:07

Modified files:
	games/sail     : pl_main.c 

Log message:
Fix rev 1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 00:18:58

Log message:
    add curl port; Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-27
    
    N ports/net/curl/Makefile
    N ports/net/curl/files/md5
    N ports/net/curl/pkg/PLIST
    N ports/net/curl/pkg/DESCR
    N ports/net/curl/pkg/COMMENT
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/27 02:20:17

Modified files:
	x11/windowmaker/pkg: PLIST 

Log message:
fix plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/27 05:24:01

Modified files:
	net/firewalk   : Makefile 
	net/firewalk/files: md5 
Added files:
	net/firewalk/patches: patch-ab 

Log message:
Found another MASTER_SITE, and upgraded the version, unbroked the port


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	1999/03/27 06:47:11

src/usr.sbin/mopd/otherOS/linux2

Update of /cvs/src/usr.sbin/mopd/otherOS/linux2
In directory cvs.openbsd.org:/tmp/cvs-serv25385/linux2

Log Message:
Directory /cvs/src/usr.sbin/mopd/otherOS/linux2 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	1999/03/27 07:31:23

Modified files:
	usr.sbin/mopd/common: VERSION device.c file.c print.c 
	usr.sbin/mopd/mopprobe: Makefile mopprobe.1 mopprobe.c 
	usr.sbin/mopd/otherOS: Makefile mdtype ostype 
Added files:
	usr.sbin/mopd/otherOS: loop-linux2.c os-linux2.h pf-linux2.c 
	usr.sbin/mopd/otherOS/linux2: Makefile mopd-x.x.x.spec mopd.init 

Log message:
Upgrade to 2.5.4. Mopprobe is working again, and some linux support. -moj


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/27 10:06:26

Modified files:
	net/nfr        : Makefile 
	net/nfr/files  : createuser 

Log message:
Run INSTALL with PREFIX env. var set.  Make createuser work in NIS setups


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/27 10:15:26

Modified files:
	net/tcpshow    : Makefile 

Log message:
Adhere to WRKOBJDIR


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 14:04:01

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/pkg: PLIST 

Log message:
fixup Makefile and remove pkgdep's from PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/27 14:04:21

Modified files:
	sbin/ipsecadm  : ipsecadm.c 
	sys/net        : pfkeyv2.c pfkeyv2.h pfkeyv2_parsemessage.c 
	sys/netinet    : in_pcb.c in_pcb.h ip_ah.c ip_esp.c ip_ipsp.c 
	                 ip_ipsp.h ip_output.c tcp_input.c udp_usrreq.c 
	                 in.h tcp_var.h udp_var.h 
	sys/sys        : mbuf.h 
	usr.bin/netstat: inet.c 

Log message:
add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing
SA to be used, use this SA in ip_output if available. allow mobile road
warriors for bind SAs with wildcard dst and src addresses. check IPSEC
AUTH and ESP level when receiving packets, drop them if protection is
insufficient. add stats to show dropped packets because of insufficient
IPSEC protection. -- phew.  this was all done in canada. dugsong and linh
provided the ride and company.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 14:11:34

Modified files:
	x11/windowmaker: Makefile 
Added files:
	x11/windowmaker/pkg: PLIST.noshared 

Log message:
fixup Makefile and add missing PLIST.noshared


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/27 14:18:02

Modified files:
	sbin/photurisd : handle_spi_update.c kernel.c kernel.h 
	                 photurisd.c spi.c spi.h 

Log message:
convert the kernel module to PFKEYv2, support for binding incoming and
outgoing SA-pairs, fix a bug in SPI generation. the daemon registers
with pfkey but does not yet handle expiration or acquire messages. well,
there are NO acquire messages at the moment, so dynamic keyed vpn or
stuff does not work :-\ - all this done in canada. thanks again to
dugsong and linh for the ride. linh is sleeping now.


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/27 14:19:58

Modified files:
	sbin           : Makefile 

Log message:
enable photurisd again


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 15:25:41

Modified files:
	x11/aterm      : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 15:27:48

Modified files:
	x11/aterm      : Makefile 

Log message:
re-add missing USE_X11


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 16:24:12

Modified files:
	x11/aterm/pkg  : DESCR 

Log message:
remove pointless e-mail addy


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/27 17:24:53

Modified files:
	etc/ppp        : ppp.conf.sample 

Log message:
Increase the timeout and wait for ``PPP'' in the compuserve
example.

Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 19:01:11

Log message:
    add wterm port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-27
    
    N ports/x11/wterm/Makefile
    N ports/x11/wterm/pkg/COMMENT
    N ports/x11/wterm/pkg/DESCR
    N ports/x11/wterm/pkg/PLIST
    N ports/x11/wterm/files/md5
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/27 19:09:01

Modified files:
	x11/aterm      : Makefile 

Log message:
remove non-existant configure option


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	1999/03/28 06:56:58

Modified files:
	net/mtr        : Makefile 
	net/mtr/files  : md5 
	net/mtr/pkg    : DESCR 

Log message:
update to 0.33


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	1999/03/28 06:59:44

Modified files:
	.              : hppa.html 

Log message:
recent hardware, link to docs, updated bootinfo
reflection of current effort; thanks mickey@!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/28 11:01:04

Modified files:
	lib/libform    : form_hook.3 
	lib/libcurses  : curs_window.3 curses.h 

Log message:
ncurses-4.2-990327; just man page fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/28 12:09:19

Modified files:
	sys/arch/pmax/include: mips_param.h 

Log message:
inclusion protection; fries


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 12:13:01

Log message:
    add queso port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-28
    
    N ports/net/queso/Makefile
    N ports/net/queso/files/md5
    N ports/net/queso/pkg/COMMENT
    N ports/net/queso/pkg/DESCR
    N ports/net/queso/pkg/PLIST
    N ports/net/queso/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 12:20:38

Modified files:
	net            : Makefile 

Log message:
add queso to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 12:25:41

Modified files:
	net/mrtg       : Makefile 
	net/mrtg/files : md5 
Removed files:
	net/mrtg/patches: patch-aa 

Log message:
upgrade to mrtg 2.7.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 13:11:41

Modified files:
	net/ntop       : Makefile 
	net/ntop/files : md5 

Log message:
upgrade to ntop-1.1cr6


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 13:25:16

Modified files:
	editors/hexedit: Makefile 
	editors/hexedit/files: md5 

Log message:
upgrade to hexedit 1.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 14:27:05

Modified files:
	security/nessus: Makefile 

Log message:
fix dependency check


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 14:51:49

Modified files:
	x11/windowmaker: Makefile 

Log message:
fixup configure env's


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 16:03:26

Modified files:
	security/SSLeay: Makefile 
	security/SSLeay/files: do-rsaref-ssl 
	security/SSLeay/patches: patch-aa patch-ab 
Added files:
	security/SSLeay/patches: patch-ac 

Log message:
use same Configure targets as libssl in the source tree


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 16:11:53

Modified files:
	emulators/linux_lib: Makefile 

Log message:
remove useless dist site


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 18:45:28

Modified files:
	net/proftpd    : Makefile 
	net/proftpd/pkg: PLIST 

Log message:
fixup Makefile and add missing ending quotes in PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/28 19:00:01

Modified files:
	net/licq       : Makefile 
	net/licq/files : md5 
	net/licq/pkg   : PLIST 

Log message:
update to 0.61


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 19:11:22

Modified files:
	net/licq       : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/28 20:07:39

Modified files:
	include        : Makefile 

Log message:
powerpc does not support shared libraries and thus should not ship
link.h or dlfcn.h


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/28 20:11:01

Modified files:
	distrib/sets/lists/base: md.powerpc 

Log message:
add perl header files for recently added header files.
remove perl headers files for files previously incorrectly installed.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/03/28 20:12:29

Modified files:
	distrib/sets/lists/comp: md.powerpc 

Log message:
remove references to header files that should not be shipped,
previously were shipping machine specific header files for other processors
in addition to the correct one.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 20:32:42

Modified files:
	net/licq       : Makefile 

Log message:
uncomment LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/28 21:52:00

Modified files:
	net/bitchx     : Makefile 
	net/bitchx/patches: patch-aa 

Log message:
fixup Makefile and remove a dir change from patch


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/28 21:52:54

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
make it compile


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/03/28 23:15:15

Modified files:
	xc/lib/xtrans  : Xtransutil.c 

Log message:
stat() -> lstat() in trans_mkdir() and test the owner of the
directory. Suggested by Kevin Vajk <kvajk@ricochet.net> and other
after I sent the previous patch to bugtraq.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/29 01:20:33

Modified files:
	usr.sbin/ppp/ppp: cbcp.c fsm.c hdlc.c ip.c lqr.c mbuf.c mbuf.h 
	                  vjcomp.c 

Log message:
Ensure that the thing we're casting to struct ip
is aligned for non-i386 architectures.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/29 01:20:44

Modified files:
	usr.sbin/ppp/ppp: lcp.c 

Log message:
If we adjust our required ACCMAP due to a more restrictive
ACCMAP being REQuested by the peer, also increment our FSM
id so that we don't end up sending out a new REQ with the
same ID and different data (the changed ACCMAP).


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/29 11:05:51

Modified files:
	audio/xmp      : Makefile 
	audio/xmp/pkg  : PLIST 

Log message:
Adding a man for xxmp


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/29 11:22:01

Log message:
    English dictionnary for amaya
    
    Status:
    
    Vendor Tag:	rohee
    Release Tags:	rohee_1999-Mar-29
    
    N ports/www/amaya-english-dict/Makefile
    N ports/www/amaya-english-dict/files/md5
    N ports/www/amaya-english-dict/pkg/DESCR
    N ports/www/amaya-english-dict/pkg/COMMENT
    N ports/www/amaya-english-dict/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/29 11:22:42

Log message:
    French dictionnary for amaya
    
    Status:
    
    Vendor Tag:	rohee
    Release Tags:	rohee_1999-Mar-29
    
    N ports/www/amaya-french-dict/Makefile
    N ports/www/amaya-french-dict/files/md5
    N ports/www/amaya-french-dict/pkg/DESCR
    N ports/www/amaya-french-dict/pkg/COMMENT
    N ports/www/amaya-french-dict/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/29 11:25:54

Modified files:
	www            : Makefile 

Log message:
enabling amaya dictionnaries


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/29 11:32:17

Modified files:
	devel/ORBit    : Makefile 
	devel/ORBit/pkg: PLIST 

Log message:
Use gindent to format output
Removed @pkgdep from PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/29 12:17:25

Modified files:
	mail/mutt      : Makefile 

Log message:
move configs back to /usr/local...


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/03/29 12:20:30

Modified files:
	devel/ORBit/pkg: PLIST 
	devel/automake/pkg: PLIST 
	devel/gsl/pkg  : PLIST 
	shells/zsh/pkg : PLIST 
	textproc/wdiff/pkg: PLIST 

Log message:
info/dir should NEVER be in a PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/29 12:46:54

Modified files:
	distrib/sets/lists/game: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/03/29 12:47:47

Modified files:
	mail/mutt      : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/29 12:47:48

Modified files:
	.              : orders.html 

Log message:
jkatz moved


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/29 13:29:09

Modified files:
	gnu/usr.bin/sudo/sudo: Makefile check.c compat.h config.h 
	                       find_path.c getspwuid.c goodpath.c 
	                       ins_2001.h ins_classic.h ins_csops.h 
	                       ins_goons.h insults.h interfaces.c 
	                       logging.c parse.c parse.lex parse.yacc 
	                       pathnames.h sudo.8 sudo.c sudo.h 
	                       sudo_setenv.c sudoers.5 tgetpass.c 
	                       version.h 
	gnu/usr.bin/sudo/visudo: Makefile visudo.8 visudo.c 
Added files:
	gnu/usr.bin/sudo/sudo: alloc.c 

Log message:
sudo 1.5.9--fixes some parser bugs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/29 13:42:51

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

Log message:
Only print "already up to date" if in verbose mode


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 13:46:18

Modified files:
	devel/automake : Makefile 
	devel/automake/patches: patch-ab 
	devel/automake/pkg: PLIST 

Log message:
fix patch so that info page is NOT split up


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 14:03:02

Modified files:
	net/wget       : Makefile 
	net/wget/pkg   : PLIST 
Added files:
	net/wget/patches: patch-ab 

Log message:
add patch to not split info page


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 14:22:41

Modified files:
	devel/dejagnu  : Makefile 
	devel/dejagnu/pkg: PLIST 
Added files:
	devel/dejagnu/patches: patch-ac 

Log message:
add patch to not split info page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/29 14:27:31

Modified files:
	lib/libc/gen   : initgroups.3 initgroups.c 

Log message:
initgroups(3) should not spew to stderr; giles@nemeton.com.au
Also document the NGROUPS limit.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/29 15:09:59

Modified files:
	etc            : rc.conf netstart 

Log message:
New multicast route setup style


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 15:44:25

Modified files:
	devel/gettext  : Makefile 
	devel/gettext/files: md5 
	devel/gettext/pkg: PLIST 
Added files:
	devel/gettext/patches: patch-ad patch-ae patch-af patch-ag 
	                       patch-ah 
	devel/gettext/pkg: PLIST.noshared 
Removed files:
	devel/gettext/patches: patch-aa patch-ab patch-ac 

Log message:
upgrade to gettext 0.10.35


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/29 17:19:05

Modified files:
	sys/conf       : files GENERIC 
	sys/kern       : uipc_domain.c 

Log message:
make option IPSEC imply option KEY


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/29 17:45:31

Modified files:
	usr.sbin/ppp/ppp: main.c sig.c sig.h 

Log message:
Maintain a `necessary' marker to indicate that we *probably*
need to process a signal (usually a SIGALRM).  Check to see
if we need to process a signal both before *and* after calling
select() as older (pre-2.0) versions of ppp used to.

This handles the possibility that ppp may block at some
point (maybe due to an open() of a misconfigured device).
Previously, we'd potentially lock up in select().

The `necessary' marker reduces the increased signal checking
overhead so that at full speed with no compression transferring
an 83Mb file via a ``!ppp -direct'' device, we get a 1%
throughput gain.


CVSROOT:	/cvs
Module name:	src
Changes by:	ian@cvs.openbsd.org	1999/03/29 18:21:23

Modified files:
	usr.bin/file   : file.1 

Log message:
Finish repair of license file (old one still included here; now refer
to new one), and update my email and the current FTP addresses.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 19:00:31

Modified files:
	x11/gtk+       : Makefile 

Log message:
fixup dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 19:02:52

Modified files:
	x11/gtkglarea  : Makefile 

Log message:
fixup dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 19:10:45

Log message:
    add bnetd port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-29
    
    N ports/games/bnetd/Makefile
    N ports/games/bnetd/files/md5
    N ports/games/bnetd/pkg/PLIST
    N ports/games/bnetd/pkg/COMMENT
    N ports/games/bnetd/pkg/DESCR
    N ports/games/bnetd/patches/patch-aa
    N ports/games/bnetd/patches/patch-ab
    N ports/games/bnetd/patches/patch-ac
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 19:17:55

Modified files:
	games          : Makefile 

Log message:
add bnetd to Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 19:47:18

Modified files:
	graphics/imlib : Makefile 

Log message:
fixup dependencies and configure envs


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 20:15:07

Log message:
    add mm port
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_1999-03-29
    
    N ports/devel/mm/Makefile
    N ports/devel/mm/files/md5
    N ports/devel/mm/pkg/COMMENT
    N ports/devel/mm/pkg/DESCR
    N ports/devel/mm/pkg/PLIST
    N ports/devel/mm/patches/patch-aa
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 20:16:44

Modified files:
	devel          : Makefile 

Log message:
add mm to Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/03/29 20:29:03

Modified files:
	sbin/ipsecadm  : ipsecadm.8 

Log message:
first shot at documenting bind


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/29 20:59:53

Modified files:
	editors/xemacs20: Makefile 
	editors/xemacs20/files: md5 

Log message:
Fix problem introduced after the CONFIGURE_ARGS modification.
Add missing sha1/rmd160 checksums for mule extension.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 21:06:58

Modified files:
	x11/xtraceroute: Makefile 

Log message:
fixup dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/29 21:38:37

Modified files:
	net            : Makefile 

Log message:
Enable curl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/29 21:43:36

Modified files:
	games          : Makefile 

Log message:
Fix typo when bnetd was added.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 22:53:36

Modified files:
	net/ircII      : Makefile 

Log message:
change pkg name, fix email addy and remove useless WRKSRC


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/29 23:01:55

Modified files:
	net/tintin++   : Makefile 

Log message:
fix configure


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 23:18:32

Modified files:
	net/ircii-epic : Makefile 

Log message:
change maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/29 23:23:45

Modified files:
	news/tin       : Makefile 
	news/tin/files : md5 
	news/tin/patches: patch-aa 

Log message:
update to tinpre-1.4-19990216; jason@thought.net


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/29 23:25:27

Modified files:
	gnu/usr.bin/sudo/sudo: sudo.c parse.yacc 

Log message:
Final changes for real 1.5.9 release


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/29 23:42:51

Log message:
    mysql, from freebsd via d@openbsd.org.  Uses egcc with -pthread
    said to work on i386, not tested on any other architecture
    
    Status:
    
    Vendor Tag:	marc
    Release Tags:	marc_1999-Mar-29
    
    N ports/databases/mysql/Makefile
    N ports/databases/mysql/files/md5
    N ports/databases/mysql/patches/patch-aa
    N ports/databases/mysql/patches/patch-ab
    N ports/databases/mysql/patches/patch-ac
    N ports/databases/mysql/patches/patch-ae
    N ports/databases/mysql/patches/patch-af
    N ports/databases/mysql/patches/patch-ag
    N ports/databases/mysql/patches/patch-ah
    N ports/databases/mysql/patches/patch-ai
    N ports/databases/mysql/patches/patch-aj
    N ports/databases/mysql/patches/patch-ak
    N ports/databases/mysql/pkg/COMMENT
    N ports/databases/mysql/pkg/PLIST
    N ports/databases/mysql/pkg/DESCR
    N ports/databases/mysql/pkg/MESSAGE
    N ports/databases/mysql/scripts/check_old_version
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/29 23:43:19

Modified files:
	graphics/imlib : Makefile 

Log message:
Add pre-build message by brad@ request.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/29 23:52:48

Modified files:
	graphics/gimp  : Makefile 

Log message:
fixup dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/29 23:59:02

Modified files:
	sysutils/mtools: Makefile 
	sysutils/mtools/files: md5 

Log message:
Update to dist. patch 2703b.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/30 00:07:43

Modified files:
	games/gnugo    : Makefile 

Log message:
Update distribution directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/03/30 00:12:05

Modified files:
	share/mk       : bsd.port.mk bsd.port.subdir.mk 

Log message:
add obj target that works in conjuction with WRKOBJDIR;
code from op21@squish.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/30 00:18:15

Modified files:
	databases      : Makefile 

Log message:
enable mysql


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	1999/03/30 00:19:51

Modified files:
	games/gnushogi : Makefile 

Log message:
Update distribution directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/30 00:57:38

Modified files:
	usr.sbin/ppp/ppp: slcompress.c 

Log message:
Point at cs.slcs_u.csu_ip instead of the just-copied ``cp''
when recalculating the ip checksum.  cp is not guaranteed to
be aligned.  It now doesn't matter that cp isn't aligned as
the caller does another mbuf_Alloc() regardless.


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/30 09:53:37

Log message:
    ElectricFence, a malloc debugging lib, using VM protection
    
    Status:
    
    Vendor Tag:	NIKLAS
    Release Tags:	NIKLAS_990330
    
    N ports/devel/ElectricFence/Makefile
    N ports/devel/ElectricFence/files/md5
    N ports/devel/ElectricFence/pkg/PLIST
    N ports/devel/ElectricFence/pkg/COMMENT
    N ports/devel/ElectricFence/pkg/DESCR
    N ports/devel/ElectricFence/patches/patch-add-ranlib
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/30 10:06:57

Modified files:
	devel          : Makefile 

Log message:
enable ElectricFence


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/30 10:26:22

Modified files:
	gnu/usr.bin/sudo/sudo: parse.c parse.yacc 

Log message:
minor parser bugfix; amazing what you find when you get in the right mindset


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	1999/03/30 11:26:33

Modified files:
	mail/pine      : Makefile 
	mail/pine/files: md5 
	mail/pine/patches: patch-aa patch-ab 
Removed files:
	mail/pine/patches: patch-ac patch-ad patch-ae patch-af patch-ag 
	                   patch-ah patch-ai patch-aj patch-ak patch-al 

Log message:
update to 4.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/30 13:08:49

Removed files:
	graphics/imlib/patches: patch-aa 

Log message:
remove un-needed patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/30 14:35:10

Modified files:
	graphics/imlib : Makefile 

Log message:
remove un-needed slash from the end of tiff dependency line


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/30 14:42:23

Modified files:
	x11/xtraceroute: Makefile 

Log message:
add configure_env variables so libs are found durring configure


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/30 14:53:40

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

Log message:
Crank MAX_START to 256 instead of making it dependent on MAX_TARGET and
SCSI_NCR_DFLT_TAGS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/30 15:12:45

Modified files:
	sys/conf       : newvers.sh 

Log message:
the real thing


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/30 16:31:26

Modified files:
	games/abuse    : Makefile 

Log message:
mark broken


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:50:05

Modified files:
	sbin/isakmpd/sysdep/openbsd: Makefile.sysdep 

Log message:
Merge with EOM 1.2
Append to LDADD and DPADD, not replace


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:50:22

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge with EOM 1.70
Do not deref after free, thanks ElectricFence


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:51:08

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Merge with EOM 1.85
Mark replaced SAs as such. Move SA naming earlier. Reorder & comment funcs.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:51:29

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Merge with EOM 1.13
Documet IPSec SA flags


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:51:50

Modified files:
	sbin/isakmpd   : pf_encap.c 

Log message:
Merge with EOM 1.51
Async PF_ENCAP messages might be handled earlier so recheck readability in
the handler.  Remove some XXX comments.  Fix some byte order conversions in
debugging output.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:52:06

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Merge with EOM 1.69
Add debugging.  Provide a way to say an SA has been replaced wrt the flows.
Do not free the flow information before calling the sysdep delete_spi
routine, as it may use it.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 17:52:27

Modified files:
	sbin/isakmpd   : sa.h 

Log message:
Merge with EOM 1.43
the SA replace flag


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 18:20:08

Modified files:
	sys/net        : pfkeyv2.c pfkeyv2.h 

Log message:
Implement SADB_SAFLAGS_X_REPLACEFLOW


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 18:50:30

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Merge with EOM 1.69
Do not overwrite the last-sent-message of phase 1 with last-sent dittos
of phase2.  Add some debugging.  Make exchange finalization accept added
hooks to run.  Try to protect better against multiple equal exchanges
getting started concurrently.  Set the SA names from the exchange name up
early.  Change "Attributes" to "Flags" to not be mistaken for ISAKMP
attributes.  Let phase 2 exchanges take finalization functions too.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 18:51:05

Modified files:
	sbin/isakmpd   : exchange.h 

Log message:
Merge with EOM 1.19
Do not overwrite the last-sent-message of phase 1 with last-sent dittos
of phase2.  Add some debugging.  Make exchange finalization accept added
hooks to run.  Try to protect better against multiple equal exchanges
getting started concurrently.  Set the SA names from the exchange name up
early.  Change "Attributes" to "Flags" to not be mistaken for ISAKMP
attributes.  Let phase 2 exchanges take finalization functions too.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 18:52:00

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Merge with EOM 1.110
new exchange establishment API, byteorder fix to debug printout.  Fix a long
standing logic error related to saving SA bodies that ElectricFence found
for me.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/30 18:53:01

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Merge with EOM 1.2
Use flow replacment openbsd extension.  Deleted flows when deleting SAs.
Handle expirations.  General cleanup.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/30 19:00:29

Modified files:
	share/man/man4 : bridge.4 

Log message:
finish documenting ioctls and errors


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/03/30 19:35:40

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

Log message:
more examples


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/30 20:23:48

Modified files:
	games/bnetd    : Makefile 
	games/bnetd/files: md5 
	games/bnetd/patches: patch-aa 
	games/bnetd/pkg: PLIST 

Log message:
upgrade to bnetd 0.4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/30 21:42:35

Modified files:
	graphics/gimp  : Makefile 
	graphics/gimp/files: md5 
	graphics/gimp/patches: patch-aa patch-ab patch-ac 
	graphics/gimp/pkg: PLIST PLIST.noshared 

Log message:
upgrade to gimp 1.1.4


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/03/30 21:48:56

Modified files:
	.              : donations.html 

Log message:
another donation


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/30 22:48:26

Modified files:
	sys/dev/isa    : i82365_isasubr.c 

Log message:
because of RAMDISK not having pms0, move irq 12 to later on; fgsch


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/30 22:50:19

Modified files:
	usr.sbin/ipsend/ipresend: ipresend.c 

Log message:
name default if, plus another bug; garath@ntplx.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 00:12:14

Modified files:
	games/abuse    : Makefile 

Log message:
add MIRROR_DISTFILE=no


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 01:00:24

Modified files:
	graphics/gimp  : Makefile 

Log message:
remove xpm dependency: xpm is part of OpenBSD as of 2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	niklas@cvs.openbsd.org	1999/03/31 05:02:53

Modified files:
	devel/ORBit    : Makefile 

Log message:
Actually gindent is a build-time dependency.  no need for explicit
--sysconfdir anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/31 06:33:03

Modified files:
	usr.sbin/ppp/ppp: slcompress.c 

Log message:
Another alignment bogon.


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/31 06:44:02

Modified files:
	usr.sbin/ppp/ppp: slcompress.c 

Log message:
Oops - remove register keyword


CVSROOT:	/cvs
Module name:	src
Changes by:	brian@cvs.openbsd.org	1999/03/31 07:22:11

Modified files:
	usr.sbin/ppp/ppp: auth.c ccp.c link.c pap.c vjcomp.c 

Log message:
Avoid a few warnings on the alpha


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 07:27:38

Modified files:
	sbin/isakmpd   : ipsec.c ipsec.h pf_encap.c pf_key_v2.c 

Log message:
ipsec.c: Merge with EOM 1.86
ipsec.h: Merge with EOM 1.33
pf_encap.c: Merge with EOM 1.52
pf_key_v2.c: Merge with EOM 1.3

Fix case of missing client ID payloads, a case the standards allow.  Thanks
to Michael Paddon (mwp@aba.net.au) for the diffs I based my fix upon.  His
diff also made me realize I stored the address information in host order in
internal structures where I had planned to use network order.  Fix this,
and remove the XXXes I had due to this elsewhere.  Add commentary.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 07:28:34

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge with EOM 1.71
Fix comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/03/31 11:33:27

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

Log message:
nsphy/ukphy fit


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:29:11

Modified files:
	sbin/isakmpd   : BUGS 

Log message:
Merge with EOM 1.24
Reflect reality


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:29:22

Modified files:
	sbin/isakmpd   : TO-DO 

Log message:
Merge with EOM 1.29
Reflect reality


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:29:39

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Merge with EOM 1.87
Use SA refcounting where needed


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:29:58

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge with EOM 1.72
Use SA refcounting where needed


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:30:11

Modified files:
	sbin/isakmpd   : init.c 

Log message:
Merge with EOM 1.12
do conf.c init after timer.c


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:30:21

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Merge with EOM 1.14
Reflect reality


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:30:39

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Merge with EOM 1.4
Use SA refcounting where needed.  Until we have ACQUIRES do phase 2
connections automatically at startup.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:30:56

Modified files:
	sbin/isakmpd   : prf.c 

Log message:
Merge with EOM 1.5
Stylistic fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:31:06

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Merge with EOM 1.70
Add refcounting to SA's.  Make phase 1 expirations be able to cause
renegotiations if configured to.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:31:17

Modified files:
	sbin/isakmpd   : sa.h 

Log message:
Merge with EOM 1.44
Add refcounting to SA's.  Make phase 1 expirations be able to cause
renegotiations if configured to.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 13:33:46

Modified files:
	sbin/photurisd : kernel.c 

Log message:
Use SADB_SAFLAGS_X_REPLACEFLOW


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 13:53:12

Modified files:
	audio/esound   : Makefile 
Added files:
	audio/esound/patches: patch-ac patch-ad patch-ae 

Log message:
add some required patches; rohee@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 14:42:15

Modified files:
	print/freetype : Makefile 
	print/freetype/files: md5 
	print/freetype/pkg: PLIST 
Added files:
	print/freetype/patches: patch-aa patch-ab 
	print/freetype/pkg: PLIST.noshared 
Removed files:
	print/freetype/patches: patch-ac 

Log message:
upgrade to freetype 1.2 and add missing PLIST.noshared


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 14:46:20

Modified files:
	net/wget       : Makefile 
	net/wget/pkg   : PLIST 

Log message:
fixup PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 15:20:04

Modified files:
	net/arpwatch   : Makefile 
	net/arpwatch/files: md5 
	net/arpwatch/pkg: PLIST 

Log message:
update to arpwatch-2.1a4; fgsch@openbsd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 15:24:39

Modified files:
	net/wget       : Makefile 
	net/wget/pkg   : PLIST 

Log message:
fix for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 15:39:46

Modified files:
	mail/exim      : Makefile 
	mail/exim/files: Makefile md5 
	mail/exim/patches: patch-aa 
	mail/exim/pkg  : PLIST 
Removed files:
	mail/exim/files: eximon.conf list 
	mail/exim/patches: patch-ab patch-ac patch-ad patch-ae 

Log message:
update to exim-2.12; peter.galbavy@knowledge.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 15:51:02

Modified files:
	net/netatalk   : Makefile 
	net/netatalk/patches: patch-ai 
Added files:
	net/netatalk/patches: patch-ak 

Log message:
netatalk update from ianm@cit.nepean.uws.edu.au; Ian says:
This update implements changes to afpd (appletalk filing protocol daemon)
so that it handles users groups correctly for acess and handles the
effictive user and group of the parent process correctly under OpenBSD
2.5-beta. Previous fix didn't work quite as expected.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 16:01:05

Added files:
	sysutils/lsof/patches: patch-ksyms 

Log message:
add /dev/ksyms support; Markus Friedl <markus.friedl@informatik.uni-erlangen.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 16:25:51

Modified files:
	net/mrtg       : Makefile 
	net/mrtg/pkg   : PLIST 

Log message:
fix for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 16:39:56

Modified files:
	net/wget       : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 16:40:30

Modified files:
	net/mrtg       : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:45:55

Added files:
	sbin/isakmpd/samples: singlehost-east.conf singlehost-east.gdb 
	                      singlehost-setup.sh singlehost-west.conf 
	                      singlehost-west.gdb 

Log message:
Single-host VPN test files


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:46:11

Modified files:
	sbin/isakmpd   : attribute.c 

Log message:
Merge with EOM 1.8
Document a function


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:46:25

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Merge with EOM 1.70
Make it possible to send a notification in a phase 1 informational exchange.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:46:53

Modified files:
	sbin/isakmpd   : ike_main_mode.c 

Log message:
Merge with EOM 1.71
Correct lifetime attribute checking against policy


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:47:13

Modified files:
	sbin/isakmpd   : udp.c 

Log message:
Merge with EOM 1.32
Implement Local-address binding


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:47:26

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Merge with EOM 1.15
Document Local-address


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 16:48:20

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Merge with EOM 1.5
Add a connection checker thread, that sees to that required connections
will get restarted if they die for an abnormal reason.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 17:00:48

Modified files:
	sbin/isakmpd/samples: VPN-east.conf VPN-west.conf 

Log message:
Merge with EOM 1.4
Remove ReplayWindow stuff, add StayAlive flags.  LocalAddress is now
implemented.  Add some more retransmits


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 17:05:45

Modified files:
	games/bnetd    : Makefile 
	games/bnetd/pkg: PLIST 

Log message:
fix for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/31 17:24:13

Added files:
	devel/libproplist/pkg: PLIST.noshared 

Log message:
fix for noshared


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 17:24:49

Modified files:
	net/firewalk   : Makefile 

Log message:
fixup Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/31 17:25:49

Modified files:
	devel/libproplist: Makefile 

Log message:
fix Makefile for noshared


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/03/31 17:27:02

Modified files:
	databases/mysql: Makefile 

Log message:
supress warning when mirroring distfiles


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 17:29:07

Modified files:
	devel/libproplist: Makefile 
	devel/libproplist/pkg: PLIST 

Log message:
add NEED_VERSION var and fixup PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 17:32:48

Modified files:
	net/firewalk   : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 17:37:51

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Merge with EOM 1.16
Update sample config file


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 17:46:24

Modified files:
	devel/libproplist/pkg: PLIST 

Log message:
re-arrange PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/03/31 17:46:31

Modified files:
	sbin/isakmpd/sysdep: README 

Log message:
Merge with EOM 1.3
Explain better


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasoni@cvs.openbsd.org	1999/03/31 18:18:48

Modified files:
	x11/windowmaker/pkg: MESSAGE PLIST 

Log message:
re-arrange PLIST; typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 18:34:14

Modified files:
	x11/wterm      : Makefile 

Log message:
fix dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/31 18:46:53

Modified files:
	sys/scsi       : cd.c 

Log message:
If READ_CD_CAPACITY fails, just use the 2048/400000 defaults since some CDR drives don't support READ_CD_CAPACITY on blank media ; downsj with modifications by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 19:16:42

Modified files:
	archivers/arc  : Makefile 
	archivers/bzip : Makefile 
	archivers/bzip2: Makefile 
	archivers/freeze: Makefile 
	archivers/gshar+gunshar: Makefile 
	archivers/gtar : Makefile 
	archivers/ha   : Makefile 
	archivers/lha  : Makefile 
	archivers/nulib: Makefile 
	archivers/p5-Compress-Zlib: Makefile 
	archivers/rar  : Makefile 
	archivers/unarj: Makefile 
	archivers/unrar: Makefile 
	archivers/unzip: Makefile 
	archivers/zip  : Makefile 
	archivers/zoo  : Makefile 

Log message:
remove unnecessary comments and fix email address's


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 19:20:13

Modified files:
	astro/sattrack : Makefile 
	astro/xearth   : Makefile 
	astro/xephem   : Makefile 
	astro/xphoon   : Makefile 

Log message:
remove unnecessary comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 19:57:57

Modified files:
	audio/amp      : Makefile 
	audio/gsm      : Makefile 
	audio/mpegaudio: Makefile 
	audio/nspmod   : Makefile 
	audio/rplay    : Makefile 
	audio/rsynth   : Makefile 
	audio/sox      : Makefile 
	audio/timidity : Makefile 
	audio/tosha    : Makefile 
	audio/tracker  : Makefile 
	audio/workman  : Makefile 
	audio/xcd      : Makefile 
	audio/xmix     : Makefile 
	audio/xmmix    : Makefile 
	audio/xmp      : Makefile 
	benchmarks/bonnie: Makefile 
	benchmarks/bytebench: Makefile 
	benchmarks/iozone: Makefile 
	benchmarks/lmbench: Makefile 
	benchmarks/netpipe: Makefile 
	benchmarks/tcpblast: Makefile 
	benchmarks/xengine: Makefile 
	cad/spice      : Makefile 
	chinese/c2t    : Makefile 
	chinese/lunar  : Makefile 
	comms/bpl+     : Makefile 
	comms/conserver: Makefile 
	comms/hylafax  : Makefile 
	comms/lrzsz    : Makefile 
	comms/mgetty+sendfax: Makefile 
	comms/minicom  : Makefile 
	comms/pilot-link: Makefile 
	comms/qpage    : Makefile 
	comms/rzsz     : Makefile 
	comms/seyon    : Makefile 
	comms/tkhylafax: Makefile 
	comms/xcept    : Makefile 
	comms/zmtx-zmrx: Makefile 

Log message:
remove unnecessary comments and fix email address's


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 20:06:51

Modified files:
	databases/mysql: Makefile 
	databases/mysql/pkg: PLIST 

Log message:
remove FreeBSDisms


CVSROOT:	/cvs
Module name:	src
Changes by:	d@cvs.openbsd.org	1999/03/31 20:33:44

Modified files:
	share/misc     : inter.phone 

Log message:
Australian prefixes simplified (http://www.austel.gov.au/number/new8dig.htm)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/31 20:35:57

Modified files:
	distrib/hp300/ramdisk: list 

Log message:
strip comments, hp300 ramdisk is getting full


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/31 21:14:09

Modified files:
	distrib/miniroot: install.sh 

Log message:
Use /tmp/fstab.DISK if it exists to preload mountpoints


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/31 21:14:21

Modified files:
	sbin/disklabel : editor.c 

Log message:
Use fstypenames, not fstypesnames since fstypesnames does not list strings for all types


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/31 21:15:34

Modified files:
	distrib/hp300/ramdisk: install.md 

Log message:
Write a /tmp/fstab.DISK file with mountpoint info if the user enters it.  Other ports should do the same.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/03/31 21:39:51

Modified files:
	distrib/hp300/ramdisk: install.md list raminst.conf 

Log message:
Remove awk and cut due to space limitations, use cutword function instead


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/03/31 23:20:13

Modified files:
	audio/rplay    : Makefile 
	audio/rsynth   : Makefile 
	audio/timidity : Makefile 
	audio/tracker  : Makefile 
	audio/workman  : Makefile 
	audio/xmmix    : Makefile 
	chinese/lunar  : Makefile 
	comms/lrzsz    : Makefile 
	comms/pilot-link: Makefile 
	comms/tkhylafax: Makefile 
	converters/base64: Makefile 
	converters/btoa: Makefile 
	converters/ish : Makefile 
	converters/mimepp: Makefile 
	converters/mpack: Makefile 
	converters/p5-Convert-UU: Makefile 
	converters/p5-MIME-Base64: Makefile 
	converters/recode: Makefile 
	converters/trans: Makefile 
	databases/db   : Makefile 
	databases/gdbm : Makefile 
	databases/mysql: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBI: Makefile 
	databases/pgaccess: Makefile 
	databases/postgresql: Makefile 
	devel/ElectricFence: Makefile 
	devel/autoconf : Makefile 
	devel/bison    : Makefile 
	devel/ddd      : Makefile 
	devel/gindent  : Makefile 
	devel/gmake    : Makefile 
	devel/id-utils : Makefile 
	devel/libslang : Makefile 
	devel/libtool  : Makefile 
	devel/m4       : Makefile 
	devel/nasm     : Makefile 
	devel/prc-tools: Makefile 
	devel/swig     : Makefile 
	devel/tkcvs    : Makefile 
	devel/xmake    : Makefile 
	editors/axe    : Makefile 
	editors/beav   : Makefile 
	editors/emacs  : Makefile 
	editors/jed    : Makefile 
	editors/joe    : Makefile 
	editors/nedit  : Makefile 
	editors/textedit: Makefile 
	editors/uemacs : Makefile 
	editors/vim    : Makefile 
	editors/wordperfect: Makefile 
	editors/xemacs20: Makefile 
	editors/xwpe   : Makefile 
	emulators/bochs: Makefile 
	emulators/simh : Makefile 
	emulators/wine : Makefile 
	emulators/xcopilot: Makefile 

Log message:
fix dependency lists, fix email address's and remove unnecessary comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/04/01 02:09:36

Modified files:
	security/stel  : Makefile 

Log message:
maint, umich -> openbsd


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/04/01 06:07:17

Modified files:
	xc/programs/xdm/config: Xres.cpp 
Added files:
	xc/programs/xdm/config: OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm 
	                        OpenBSD_8bpp.xpm 
Removed files:
	xc/programs/xdm/config: OpenBSD.xpm OpenBSDbw.xpm 

Log message:
update for 2.5 logo


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/04/01 07:04:46

Modified files:
	xc/config/cf   : OpenBSD.cf 
	xc/programs/xdm/config: Imakefile 
	distrib/sets/lists/xshare: mi 

Log message:
config for new logo


CVSROOT:	/cvs
Module name:	X11
Changes by:	todd@cvs.openbsd.org	1999/04/01 07:07:07

Modified files:
	xc/programs/Xserver/hw/xfree86/common: xf86_Mouse.c 

Log message:
fix uninitialized variable; was causing pointer related segv's
thanks matthieu@ for invaluable debugging help


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 10:41:27

Modified files:
	distrib/miniroot: install.sub 

Log message:
ignore bridge[0-9] when prompting for interfaces to bring up


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 14:10:14

Modified files:
	sbin/disklabel : editor.c 

Log message:
Fix filesystem type when writing fstab in -f mode


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/01 14:24:23

Modified files:
	distrib/miniroot: install.sh 

Log message:
remove twiddle; tmp/fstab.*


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/04/01 14:24:41

Modified files:
	gnu/usr.bin/gcc/config/i386: openbsd.h 

Log message:
Fix TARGET_CPU_DEFAULT/TARGET_DEFAULT mixup (problem is specific to
brain-damaged i386 configuration files).
No need to change configure.in/configure as well, since I have not moved
to the egcs config for this item yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/01 14:25:49

Modified files:
	distrib/miniroot: install.sub 

Log message:
shrink by merging local variable decl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/01 14:28:12

Modified files:
	distrib/i386/floppies/ramdisk: install.md 

Log message:
prompt for entire disk use, disklabel -f use; millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/01 14:30:52

Modified files:
	distrib/alpha/ramdisk: install.md 
	distrib/arc/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/pmax   : install.md 
	distrib/pmax/ramdisk: install.md 
	distrib/powerpc/ramdisk: install.md 
	distrib/sparc  : install.md 

Log message:
disklabel -f use, for fstab tweaking


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 14:43:50

Modified files:
	sbin/disklabel : editor.c 

Log message:
get mountpoint before fsize/bsize/cpg and crunch things a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 14:57:10

Modified files:
	distrib/i386/floppies/ramdisk: install.md 

Log message:
shave a few bytes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 15:10:15

Modified files:
	distrib/alpha/ramdisk: install.md 

Log message:
shave a few bytes


CVSROOT:	/cvs
Module name:	ports
Changes by:	turan@cvs.openbsd.org	1999/04/01 17:37:51

Modified files:
	mail/mutt      : Makefile 
	mail/mutt/pkg  : PLIST 

Log message:
people are confused.  these are examples.  move them to share/mutt.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 17:56:20

Modified files:
	distrib/i386/floppies/ramdisk: install.md 

Log message:
shave a few bytes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 18:08:17

Modified files:
	distrib/sparc  : install.md 

Log message:
shave a few bytes


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/01 18:08:26

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Merge with EOM 1.73
refcounting on exchanges

Do not malloc zero bytes, some implementations dislike

resource track exchange->name and sa->name


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/01 18:08:41

Modified files:
	sbin/isakmpd   : exchange.h 

Log message:
Merge with EOM 1.20
refcounting on exchanges


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/01 18:08:52

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Merge with EOM 1.74
refcounting on exchanges

Do not malloc zero bytes, some implementations dislike

Only find non-replaced SAs when searching by name

resource track exchange->name and sa->name


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/01 18:09:08

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Merge with EOM 1.89
Assign locals where the are needed, otherwise we might deref deallocated
stuff.

resource track exchange->name and sa->name


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/01 18:09:23

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Merge with EOM 1.112
1999 copyrights

do not free already freed messages


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/01 18:09:40

Modified files:
	sbin/isakmpd   : ike_main_mode.c 

Log message:
Merge with EOM 1.74
1999 copyrights

Better error reporting in lifetime policy checking

too aggressively removing gotos


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	1999/04/01 20:19:06

Modified files:
	distrib/notes/sparc: whatis 

Log message:
closer match to current reality


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/04/01 21:00:04

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
mention ports(7) and the emulators/linux_lib port
in the compat_linux(8) man page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 22:17:38

Modified files:
	distrib/sparc  : install.md 
	distrib/i386/floppies/ramdisk: install.md 
	distrib/alpha/ramdisk: install.md 

Log message:
Fix "no closing quote" problem.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 22:51:16

Modified files:
	distrib/miniroot: install.sub 

Log message:
Change a = to -eq in test statement.  Otherwise we get an error if someone just hits return at the Server IP prompt during an ftp install


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/01 23:17:01

Modified files:
	distrib/hp300/ramdisk: Makefile 

Log message:
Don't delete bsd when we make bsd.rd.  Kernel compiles on hp300 take
a llllooonnnngggg time so we really don't want to do one when we don't
have to do we?  I didn't think so.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/01 23:39:47

Modified files:
	archivers/unzip: Makefile 

Log message:
back out incorrect change


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/04/01 23:55:57

Modified files:
	share/mk       : bsd.port.mk bsd.port.subdir.mk 

Log message:
add list-distfiles target to help me build/update the LICENSE file


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/02 06:28:31

ports/security/pgp/patches

Update of /cvs/ports/security/pgp/patches
In directory cvs.openbsd.org:/tmp/cvs-serv854/patches

Log Message:
Directory /cvs/ports/security/pgp/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/02 06:31:04

Modified files:
	security/pgp   : Makefile 
Added files:
	security/pgp/patches: patch-doc patch-rsaref2 
Removed files:
	security/pgp/files: patch-rsaref2 

Log message:
- remove marc shennanigan's now that PATCH_LIST works, this helps
having ports read-only,
- help pgp find its own doc files
- had defined(USA_RESIDENT) where needed so that we no longer get
confusing syntax errors if undefined.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/04/02 08:12:22

Modified files:
	usr.bin/midiplay: midiplay.1 
	sbin/raidctl   : raidctl.8 
	usr.sbin/ctm/ctm: ctm.1 
	usr.sbin/ppp/ppp: ppp.8 
	usr.sbin/pstat : pstat.8 
	usr.sbin/pwd_mkdb: pwd_mkdb.8 
	usr.sbin/quot  : quot.8 
	usr.sbin/rarpd : rarpd.8 
	usr.sbin/rbootd: rbootd.8 
	usr.sbin/rdate : rdate.8 
	usr.sbin/rmt   : rmt.8 
	usr.sbin/rwhod : rwhod.8 
	usr.sbin/sa    : sa.8 
	usr.sbin/screenblank: screenblank.1 
	usr.sbin/sliplogin: sliplogin.8 
	usr.sbin/spray : spray.8 
	usr.sbin/syslogd: syslogd.8 
	usr.sbin/timed/timed: timed.8 
	usr.sbin/timed/timedc: timedc.8 
	usr.sbin/traceroute: traceroute.8 
	usr.sbin/trpt  : trpt.8 
	usr.sbin/trsp  : trsp.8 
	usr.sbin/vipw  : vipw.8 
	usr.sbin/yppoll: yppoll.8 
	usr.sbin/ypserv/ypserv: ypserv.8 

Log message:
all .Nm macros should have an argument in SYNOPSIS; also misc cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	1999/04/02 09:21:39

Modified files:
	sbin/ipf       : ipf.8 
	sys/arch/i386/isa/pcvt/Util/keycap: keycap.5 
	lib/libc/gen   : daemon.3 sysconf.3 
	lib/libc/stdio : fgets.3 
	lib/libc/sys   : pathconf.2 vfork.2 
	libexec/tcpd/tcpd: tcpd.8 
	libexec/tcpd/tcpdchk: tcpdchk.8 
	libexec/tcpd/tcpdmatch: tcpdmatch.8 
	share/man/man4 : esis.4 fpa.4 iso.4 strip.4 termios.4 tp.4 tx.4 
	share/man/man4/man4.arc: joy.4 
	share/man/man4/man4.i386: boca.4 joy.4 
	share/man/man4/man4.pmax: dc.4 px.4 tc.4 
	share/man/man4/man4.sparc: intro.4 
	share/man/man4/man4.vax: up.4 
	share/man/man5 : stab.5 
	share/man/man7 : ports.7 
	share/man/man8 : compat_ultrix.8 
	share/man/man8/man8.hp300: MAKEDEV.8 format.8 

Log message:
.Pp macros do not belong immiedately after .Sh section header lines


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/02 10:50:02

Modified files:
	distrib/miniroot: install.sub 

Log message:
Remember the value for "Do you want a list of potential servers"
Update ftp.openbsd.org IP addr
shave a few bytes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/02 12:44:02

Modified files:
	security/pgp   : Makefile 

Log message:
Oops... last commit in a hurry, I shouldn't move stuff around without
checking.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/02 13:56:20

Modified files:
	distrib/i386/floppies/ramdisk: instbin-nokrb.conf instbin.conf 

Log message:
link with -lotermcap not -lcurses since it is so much smaller and sync instbin-nokrb.conf with instbin.conf


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/02 15:49:22

Modified files:
	lang/egcs-stable: Makefile 

Log message:
*Now* we don't make tests.


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	1999/04/02 16:47:23

Modified files:
	.              : users.html 

Log message:
Add Adobe.com and SoftQuad.com.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 00:22:20

Modified files:
	archivers/zip  : Makefile 

Log message:
back out incorrect change


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 01:11:48

Modified files:
	lang/mawk      : Makefile 

Log message:
old configure script that doesnt accept --sysconfdir, add USE_AUTOCONF to work around it


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 01:39:11

Modified files:
	devel/mm/pkg   : PLIST 

Log message:
re-arrange order of PLIST for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 02:02:00

Modified files:
	graphics/giflib/pkg: PLIST 

Log message:
re-arrange order of PLIST for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/03 02:07:06

ports/print/enscript/patches

Update of /cvs/ports/print/enscript/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15217/patches

Log Message:
Directory /cvs/ports/print/enscript/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/03 02:12:58

Modified files:
	print/enscript : Makefile 
	print/enscript/pkg: PLIST 
Added files:
	print/enscript/patches: patch-config-location 
	print/enscript/pkg: DEINSTALL INSTALL 

Log message:
Fix side effects of --sysconfdir bsd.port.mk change
o remove ignored CONFIGURE_ARGS+=--sysconfdir=/lib
o add post-install step that calls the INSTALL script
o add install script to copy the sample config file to /etc only
if there is no existing config in /etc
o add deinstall script to remind the user to remove /etc/enscript.conf
o add patch to install config as /lib/enscript.cfg-sample
even though the config dir is /etc
o test installation and de-installation from source
o test installation from package


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/03 02:14:52

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge with EOM 1.74
refcount the exchange when delayed processing is scheduled for QM

1999 copyrights


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 02:14:59

Modified files:
	x11/tk80       : Makefile 
	x11/tk80/pkg   : PLIST 

Log message:
new style dependency check and fixup PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 02:18:14

Modified files:
	lang/tcl80/pkg : PLIST 

Log message:
fixup PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 02:30:19

Modified files:
	graphics/aalib : Makefile 
	graphics/aalib/pkg: PLIST 

Log message:
fixup Makefile and remove useless @unexec from PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 02:36:15

Modified files:
	devel/libaudiofile/pkg: PLIST 

Log message:
re-arrange PLIST for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 03:19:07

Modified files:
	audio/esound/pkg: PLIST 

Log message:
re-arrange PLIST for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/03 06:39:02

Modified files:
	www/amaya      : Makefile 
	www/amaya/patches: patch-ab 

Log message:
Repair port broken by new bsd.port.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 18:17:03

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

Log message:
Read the board revision and trim cache line size back from 16 to 1
for early revision 2100 boards. Make sure to turn ROM off for these
boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 18:28:27

Modified files:
	sys/dev/ic     : ispvar.h 

Log message:
Change f/w revision to major,minor,micro version. Add in ISP1040C definition.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 18:29:53

Modified files:
	sys/dev/microcode/isp: asm_pci.h 

Log message:
roll ISP1040 and ISP2100 f/w to latest release


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 18:33:13

Modified files:
	sys/dev/ic     : ispmbox.h 

Log message:
Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macros
that will SBusify an isp header or the lun/target portions of a request IOCB-
and have these only valid iff __sparc__ (no non-sparc SBus machine that *I*
know about).


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 18:55:46

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

Log message:
Roll out changes because the tree is frozen.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 19:01:22

Modified files:
	sys/dev/microcode/isp: asm_pci.h 

Log message:
Roll out changes because the tree is frozen.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 19:04:40

Modified files:
	sys/dev/ic     : ispmbox.h 

Log message:
Roll out changes because the tree is frozen.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjacob@cvs.openbsd.org	1999/04/03 19:07:28

Modified files:
	sys/dev/ic     : ispvar.h 

Log message:
Roll out changes because the tree is frozen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 23:43:41

Modified files:
	devel/glib/pkg : PLIST 

Log message:
re-arrange PLIST for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 23:44:46

Modified files:
	graphics/jpeg  : Makefile 
	graphics/jpeg/pkg: PLIST 

Log message:
fixup Makefile and PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 23:46:22

Modified files:
	graphics/tiff34: Makefile 
	graphics/tiff34/pkg: PLIST 

Log message:
new style dependency check and fixup PLIST for package building


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/03 23:59:21

Modified files:
	games/bnetd    : Makefile 
	games/bnetd/pkg: PLIST 

Log message:
fix for package building


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/04/04 00:12:18

Modified files:
	.              : portstat.html portstat.stat 

Log message:
update port status page


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	1999/04/04 06:24:06

Modified files:
	faq            : faq9.html 

Log message:
Fixed typo (krw@tcn.net)


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	1999/04/04 08:29:01

Modified files:
	distrib/notes/powerpc: contents hardware install 

Log message:
changes to install notes for powerpc since 2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/04 15:16:50

Modified files:
	devel/glib     : Makefile 
	devel/glib/patches: patch-aa 
	devel/glib/pkg : PLIST PLIST.noshared 

Log message:
install all header files in the correct place and remove info/dir from PLIST.noshared


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/04 15:33:50

Modified files:
	sys/netinet    : ip_ip4.c 

Log message:
fix tunnelling; provos


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/04 15:40:32

Modified files:
	games          : Makefile 

Log message:
don't reference non-existing port


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/04 16:00:14

Modified files:
	net/proftpd    : Makefile 
	net/proftpd/pkg: PLIST 

Log message:
fix for package building


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/04 16:25:37

Modified files:
	distrib/alpha/ramdisk: raminst.conf 
	distrib/alpha/inst-common: list 

Log message:
Don't include mount_nfs since the alpha RAMDISK does not have NFS support in it


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/04 16:27:11

Modified files:
	distrib/alpha/ramdisk: Makefile 

Log message:
Ramdisk image (not floppy) needs more inodes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/04 16:51:32

Modified files:
	distrib/alpha/ramdisk: Makefile 

Log message:
Still not enough inodes, this fixes it for real.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/04 17:07:58

Modified files:
	x11/gtk+/pkg   : PLIST PLIST.noshared 
Added files:
	x11/gtk+/patches: patch-ae patch-af patch-ag 

Log message:
install locale files in correct place


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/04 17:43:17

Modified files:
	x11/tk80       : Makefile 

Log message:
Remove PATH=  from CONFIGURE_ENV.
This is a confusing no-op, as PATH has been explicitly set to PORTPATH
in CONFIGURE_ENV for a while now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/04 17:44:50

Modified files:
	graphics/png/patches: patch-aa 

Log message:
Don't lie about ZLIB, it's not under /usr/local, and we don't need to
specify anything to use it since it's in the standard place.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/04 17:47:25

Modified files:
	distrib/alpha/ramdisk: raminst.conf 

Log message:
mv got inadvertanly removed, add it back


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/04 18:03:03

Modified files:
	graphics/imlib/pkg: PLIST 
Added files:
	graphics/imlib/patches: patch-aa 

Log message:
re-add patch that was previously removed and remove non-existant files from PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/04 18:26:50

Modified files:
	distrib/miniroot: install.sub 

Log message:
Fix persistence of potential servers answer
Don't make NFS an option if no /sbin/mount_nfs
Fix syntax error when user hits return at ftp/http IP/name prompt


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/04 20:20:06

Added files:
	devel/glib/patches: patch-af 

Log message:
patch to remove non-existant include path from glib-config


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/04 20:38:10

Modified files:
	converters/recode: Makefile 

Log message:
old configure that doesnt understand --sysconfdir, add USE_AUTOCONF to workaround it


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/05 04:27:34

Modified files:
	devel/nasm     : Makefile 
	devel/nasm/pkg : PLIST 

Log message:
Install more docs


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/05 04:36:43

Modified files:
	x11/emiclock   : Makefile 
	x11/bricons    : Makefile 
	x11/xfed       : Makefile 
	converters/trans: Makefile 

Log message:
Typos


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	1999/04/05 05:16:21

Modified files:
	net/ethereal   : Makefile 

Log message:
Email address updated


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	1999/04/05 09:32:16

Modified files:
	sys/arch/amiga/stand/boot: Makefile 

Log message:
Missing subdir -> no obj link.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/05 10:38:06

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

Log message:
revert to rev 1.42 until after 2.5 release


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/05 13:19:31

Modified files:
	net/ethereal   : Makefile 

Log message:
add configure env GTK_CONFIG to make sure its found by configure


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/05 13:32:24

Modified files:
	x11/gtkglarea  : Makefile 
	x11/gtkglarea/pkg: PLIST PLIST.noshared 

Log message:
add configure env GTK_CONFIG to make sure it finds gtk-config and fixup PLIST's


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:57:14

Modified files:
	sbin/isakmpd/samples: singlehost-east.conf 

Log message:
Merge with EOM 1.2
Inconsistent proposals (wrt groups) not allowed.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:57:26

Modified files:
	sbin/isakmpd/samples: singlehost-west.conf 

Log message:
Merge with EOM 1.2
Inconsistent proposals (wrt groups) not allowed.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:57:36

Modified files:
	sbin/isakmpd/sysdep/openbsd: sysdep.c 

Log message:
Merge with EOM 1.6
1999

Mem leak plugging.

Make "Connections" handling nicer, and even implement it for KLIPS.
A stab at reregestering the on-demand routes for PF_ENCAP.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:57:51

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Merge with EOM 1.92
More error reporting.

Plug memleak (all memleak I have fixed recently have been discovered by the
leak-finding mode of Boehm's conservative garbage collector.  Error
handling of group allocation.

Memory alloc. error reporting.  Be consistent on allocating keystate.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:58:13

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
Merge with EOM 1.75
Plug the leak of the last QM message.  More error reporting from
insufficient memory.  Move the finalize call of exchanges as close to
the real deallocation as possible.

New finalize API so we can call it when failing too, so we do not leak
resources.  Plug memory leaks in general.  More memory allocation error
reporting.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:58:28

Modified files:
	sbin/isakmpd   : exchange.h 

Log message:
Merge with EOM 1.21
New finalize API so we can call it when failing too, so we do not leak
resources.  Plug memory leaks in general.  More memory allocation error
reporting.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:58:52

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge with EOM 1.78
clear pointer when what is pointed to is freed

Fix PFS in initator mode.  Improve commentary.  Some more error reporting.
GC proto structures if we bail out on a message.  Never free twice.

Error handling of group allocation.

Memory alloc. error reporting. Mem leak plugging.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:59:06

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Merge with EOM 1.76
Allocation failure reporting.  Debug printouts.  Typecast correctly.

New finalize API.  Free keystate.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:59:22

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Merge with EOM 1.9
Typecast correct

Get a private copy of connection names that should live forever.

New finalize API.

Make "Connections" handling nicer, and even implement it for KLIPS.
A stab at reregestering the on-demand routes for PF_ENCAP.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:59:37

Modified files:
	sbin/isakmpd   : math_group.c 

Log message:
Merge with EOM 1.15
Correct wording of debug printout

Debug output.  Style.  Missing break in case.

Style

Style police.

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 14:59:49

Modified files:
	sbin/isakmpd   : if.c 

Log message:
Merge with EOM 1.11
We need log.h

Plug memleak

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:00:09

Modified files:
	sbin/isakmpd   : udp.c 

Log message:
Merge with EOM 1.34
Mem leak plugging.

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:00:28

Modified files:
	sbin/isakmpd   : crypto.c 

Log message:
Merge with EOM 1.24
Better error messages, style

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:00:40

Modified files:
	sbin/isakmpd   : conf.c 

Log message:
Merge with EOM 1.17
memory leak fixes

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:01:03

Modified files:
	sbin/isakmpd   : ike_main_mode.c 

Log message:
Merge with EOM 1.75
Memory alloc. error reporting. Mem leak plugging.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:01:23

Modified files:
	sbin/isakmpd   : math_2n.c 

Log message:
Merge with EOM 1.13
Style police.  No free(0).

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:01:41

Modified files:
	sbin/isakmpd   : math_ec2n.c 

Log message:
Merge with EOM 1.7
Mem leak fix

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:02:04

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Merge with EOM 1.114
Remove obsoleted code

Memory alloc. error reporting.  Garbage collect keystate.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:02:18

Modified files:
	sbin/isakmpd   : pf_key_v2.h 

Log message:
Merge with EOM 1.2
Make "Connections" handling nicer, and even implement it for KLIPS.
A stab at reregestering the on-demand routes for PF_ENCAP.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:02:33

Modified files:
	sbin/isakmpd   : sa.h 

Log message:
Merge with EOM 1.46
New finalize API.  Free keystate.

1999 copyrights


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:02:48

Modified files:
	sbin/isakmpd   : pf_encap.c 

Log message:
Merge with EOM 1.60
Mem leak plugging.  New finalize API.

Do not renegotiate on already replaced SA expirations

Only establish on-demand route if we know how to

If we get an EEXIST from RTM_ADD, try to RTM_CHANGE the route.

Correct buffer size in log printout

make compile

Make "Connections" handling nicer, and even implement it for KLIPS.
A stab at reregestering the on-demand routes for PF_ENCAP.

typo found by ho@netman.se


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:03:01

Modified files:
	sbin/isakmpd   : pf_encap.h 

Log message:
Merge with EOM 1.11
Make "Connections" handling nicer, and even implement it for KLIPS.
A stab at reregestering the on-demand routes for PF_ENCAP.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:03:15

Modified files:
	sbin/isakmpd   : DESIGN-NOTES 

Log message:
Merge with EOM 1.40
up-to-date


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:03:27

Modified files:
	sbin/isakmpd   : README 

Log message:
Merge with EOM 1.19
up-to-date


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:07:44

Modified files:
	sbin/isakmpd/samples: VPN-east.conf 

Log message:
Merge with EOM 1.5
Make valid according to the RFCs


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/05 15:08:12

Modified files:
	sbin/isakmpd/samples: VPN-west.conf 

Log message:
Merge with EOM 1.5
Make valid according to the RFCs


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/05 15:38:59

Modified files:
	graphics/gimp/pkg: PLIST PLIST.noshared 

Log message:
change PLIST's so package builds correctly


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/05 16:37:09

Modified files:
	print/ghostscript5: Makefile 
	print/ghostscript5/files: md5 
	print/ghostscript5/pkg: PLIST 

Log message:
- new style dependency checks
- remove the previous dist sites and use GNU sites instead
- fix checksum for updated ghostscript-fonts-std-5.10.tar.gz
- extract fonts in the correct location
- fixup PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/05 17:51:18

Modified files:
	print/ghostscript5: Makefile 

Log message:
add previously removed dist site for pdf_sec.ps


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/05 18:09:52

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
add dependency for FreeType & NetPBM and pre-build message about possibly
having to increase userland memory limit


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/05 19:11:40

Modified files:
	graphics/mpeg-lib: Makefile 

Log message:
add CONFIGURE_SHARED to CONFIGURE_ARGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/05 21:49:21

Modified files:
	graphics/mpeg-lib: Makefile 

Log message:
do disgusting things to make a target that must be
after the include of bsd.port.mk still be recognized by bsd.port.mk;
Fixes alpha generation problem


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/06 11:08:54

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
Merge with EOM 1.81
Too much removed in last commit

Actually save the DH values in inititor mode

Non-PFS case for initiators bailed out wrongly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/06 11:50:40

Modified files:
	net/samba      : Makefile 

Log message:
MASTER_SITE changes; Chris Cappuccio <chris@nmedia.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:12:38

Modified files:
	plan9/sam      : Makefile 
	plan9/tcs      : Makefile 

Log message:
msfriedl@cs.fau.de -> markus.friedl@informatik.uni-erlangen.de as requested by the author


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/04/06 13:14:42

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

Log message:
Fix library dependency test for arch-es that don't
suppport shared libs so building tk80, for example, doesn't
cause tkl80 to get built even thouth it
is already installed.  Update list-distfiles target


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:18:46

Modified files:
	mail/popclient : Makefile 
	news/newsfetch : Makefile 

Log message:
ejovi@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/06 13:30:35

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
two more modems


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/06 13:30:40

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:34:19

Modified files:
	textproc/isearch: Makefile 
	textproc/ispell: Makefile 
	textproc/rman  : Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:39:01

Modified files:
	sysutils/setquota: Makefile 
	sysutils/socket: Makefile 
	sysutils/stat  : Makefile 
	sysutils/tcplist: Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:44:59

Modified files:
	security/cops  : Makefile 
	security/crack : Makefile 
	security/swatch: Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:48:02

Modified files:
	news/plor      : Makefile 
	news/slrn      : Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:52:49

Modified files:
	net/archie     : Makefile 
	net/bing       : Makefile 
	net/gated      : Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 13:56:15

Modified files:
	misc/astrolog  : Makefile 
	misc/splitvt   : Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/06 14:02:27

Modified files:
	mail/pgpsendmail: Makefile 

Log message:
joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/06 16:30:07

Modified files:
	devel/libtool/pkg: PLIST 
Added files:
	devel/libtool/patches: patch-ad 
Removed files:
	devel/libtool/patches: patch-ac 

Log message:
remove useless FreeBSD patch and fixup PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	d@cvs.openbsd.org	1999/04/06 16:43:55

Modified files:
	print/afm      : Makefile 

Log message:
david.leonard@dstc.edu.au -> d@openbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/06 17:30:16

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
ANOTHER modem...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/06 17:30:20

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/04/06 22:19:13

Modified files:
	.              : donations.html 

Log message:
another donation


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/06 22:52:27

Modified files:
	mail/fetchmail : Makefile 

Log message:
fixup CONFIGURE_ARGS


CVSROOT:	/cvs
Module name:	www
Changes by:	art@cvs.openbsd.org	1999/04/07 00:00:42

Modified files:
	.              : donations.html 

Log message:
donation from KTH/IT


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 00:09:23

Modified files:
	distrib/miniroot: install.sh 

Log message:
For low-memory machines, help people by putting in enough swapon support, so
that people can do a boot, disklabel, reboot, boot, disklabel, swapon, ....
and finish their install.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 00:45:39

Modified files:
	sys/conf       : GENERIC 

Log message:
disable IPSEC by default


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 01:20:31

Modified files:
	sys/conf       : GENERIC 

Log message:
and enc is not default either


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/07 01:51:00

Modified files:
	sbin/disklabel : editor.c 

Log message:
o Be silent on fstab writing
o Change "Save changes" prompt to "Write new label"
o call writelabel() with &label and then update *lp instead of
updating *lp and then calling writelabel() with lp.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 02:17:22

Modified files:
	sbin/disklabel : editor.c 

Log message:
XXX temp fix for whole_mode; todd will fix better in tomorrow


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 02:47:35

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

Log message:
save bytes; move swapon question


CVSROOT:	/cvs
Module name:	ports
Changes by:	rohee@cvs.openbsd.org	1999/04/07 12:53:22

Modified files:
	mail/procmail  : Makefile 

Log message:
Print a message and exit because of security problems


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/07 16:57:26

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c editor.c 

Log message:
Kill -F option, it is not needed and just plain wrong anyway


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/07 16:58:12

Modified files:
	distrib/i386/floppies/ramdisk: install.md 

Log message:
Don't use -F option to disklabel


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 16:59:27

Modified files:
	distrib/miniroot: install.sh 

Log message:
skip that swapon stuff, now that pax is about to become less leaky


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/07 21:50:58

Modified files:
	bin/pax        : cache.c 

Log message:
memory leak fix; niklas


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/07 22:17:05

Modified files:
	print/freetype : Makefile 

Log message:
fixup pre-build comments in Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/07 22:21:53

Modified files:
	graphics/gimp  : Makefile 
	graphics/gimp/patches: patch-aa patch-ab 
	graphics/gimp/pkg: PLIST 
Added files:
	graphics/gimp/patches: patch-ae patch-af 

Log message:
- use correct major/minor version for shared libs
- add message to warn if previous version of gimp 1.1.x is installed and
remind user to remove it
- lack of needed include directory in new gtk's gtk-config broke
compiling, add patches to fix compiling


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/07 22:37:27

Modified files:
	sysutils/xntpd : Makefile 
	sysutils/xntpd/pkg: PLIST 
Added files:
	sysutils/xntpd/pkg: DEINSTALL INSTALL 

Log message:
Add INSTALL and DEINSTALL scripts to spit out needed info
call INSTALL script from Makefile
remove extraneous cruft from packing list
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/07 23:21:34

Modified files:
	sys/conf       : files 

Log message:
How nice that we always had multicast routing in our kernels even when
no MROUTING option has been set, and thus nothing calls the stuff...


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/07 23:36:12

Modified files:
	security/ssh   : Makefile 
Added files:
	security/ssh/pkg: INSTALL 

Log message:
o add INSTALL script that checks if sshd running.  If not spit
out a message saying how to start the daemon
o call the INSTALL script from the Makefile
o verify the script is processed when installing the ssh package
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 00:04:54

Modified files:
	devel/bison    : Makefile 

Log message:
fix Makefile so install following uninstall works


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/08 00:16:16

Modified files:
	distrib/miniroot: install.sh 

Log message:
clean ramdisk /tmp a bit more before running MAKEDEV


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/08 02:01:27

Modified files:
	distrib/i386/floppies/ramdisk: instbin-nokrb.conf instbin.conf 
	                               list 

Log message:
and... once again... swapon goes away


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	1999/04/08 02:04:45

Modified files:
	textproc/iso8879: Makefile 

Log message:
update MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	1999/04/08 02:17:36

Removed files:
	textproc/sgmlformat/pkg: MESSAGE 

Log message:
this was FreeBSD specific


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/08 08:51:05

Modified files:
	etc/root       : root.mail 

Log message:
a list of packages on the CD...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/08 09:00:58

Modified files:
	etc/root       : root.mail 

Log message:
tweak package list somewhat; marc


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 09:02:55

Modified files:
	editors/emacs/files: PLIST.template 

Log message:
packing list changes:
- update info/dir (emacs does NOT trash it in 2.5)
- add missing files
- verify package installs/deinstalls correctly
- do NOT remove info/dir on deinstall, update it instead
THIS PORT NOW FORZEN FOR 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 09:37:28

Modified files:
	shells/bash2   : Makefile 
	shells/bash2/pkg: PLIST 
Added files:
	shells/bash2/pkg: DEINSTALL INSTALL 

Log message:
o add INSTALL and DEINSTALL script
o call INSTALL script from post-install rule in Makefile
o remove duplicate messages from Makefile and packing list
THIS PORT IS NOW FROZEN


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 09:53:30

Modified files:
	shells/tcsh    : Makefile 
	shells/tcsh/pkg: PLIST 
Added files:
	shells/tcsh/pkg: DEINSTALL INSTALL 

Log message:
o add INSTALL and DEINSTALL script
o call INSTALL script from post-install rule in Makefile
o remove duplicate messages from Makefile and packing list
THIS PORT IS NOW FROZEN


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 11:14:03

Modified files:
	sysutils/xntpd/pkg: DEINSTALL 

Log message:
Arrghhh! this steps -> this step in deinstall message;
Now its REALLY frozen


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 11:36:49

Modified files:
	mail/pine      : Makefile 
	mail/pine/pkg  : PLIST 
Added files:
	mail/pine/patches: patch-ac patch-ad 
	mail/pine/pkg  : DEINSTALL INSTALL 

Log message:
o patch man page to reflect proper location of config files
o patch doc to reflect proper location of config files
o add INSTALL/DEINSTALL scripts
o call INSTALL script from a post-install target in Makefile
o remove de-install message from packing list (now in DEINSTALL script)
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 12:46:41

Modified files:
	emulators/linux_lib: Makefile 
	emulators/linux_lib/pkg: PLIST 
Added files:
	emulators/linux_lib/pkg: INSTALL 

Log message:
o add INSTALL script to spit out installation message
o call install script from Makefile
o add dummy target to ensure sources get fetched
o remove duplicate install message from Makefile and packing list


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 12:54:56

Modified files:
	.              : Makefile.template 

Log message:
Add a place to credit original porter


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 15:44:55

Modified files:
	www            : Makefile 

Log message:
subdirs in alpha order


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 15:56:39

Modified files:
	.              : LICENSE 

Log message:
Add new/updated ports to the license file.  This is only the first
pass.  The files have been listed, but the license status has not
been determined.  Status is flagged as '-'.


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/04/08 16:21:23

Modified files:
	faq            : faq10.html faq4.html index.html 
Added files:
	faq            : faq24.html 

Log message:
Start gearing the faq up for 2.5 release, move the 2.4 information into its own category. Also start adding fdisk section.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 16:41:18

Modified files:
	mail/metamail  : Makefile 
	mail/metamail/pkg: PLIST 
Added files:
	mail/metamail/pkg: DEINSTALL INSTALL 

Log message:
o add INSTALL script to put mailcap in /etc (if needed)
o add DEINSTALL script to remind users to remove mailcap
o call install script from Makefile
o remove deinstall warning from packing list, now done by script
THIS PORT IS NOW FROZEN


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 16:41:21

Modified files:
	devel/ORBit    : Makefile 
	devel/ORBit/pkg: PLIST 
Added files:
	devel/ORBit/pkg: PLIST.noshared 

Log message:
fixup Makefile and PLIST and add missing PLIST.noshared


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 16:49:16

Modified files:
	lang/guile/pkg : PLIST 

Log message:
re-arrange ldconfig in PLIST


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/04/08 16:54:43

Modified files:
	faq            : faq6.html 

Log message:
link the vpn-mini-faq at codetalker.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 17:04:55

Modified files:
	print/transfig : Makefile 

Log message:
remove xpm dependency: xpm is part of OpenBSD as of 2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 17:13:46

Modified files:
	security/libident: Makefile 

Log message:
remove unnecessary comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 17:13:53

Modified files:
	mail/cucipop/pkg: PLIST 
Added files:
	mail/cucipop/pkg: DEINSTALL 

Log message:
o add DEINSTALL script that reminds the user to remove /var/spool/cucipop
o create /var/spool/cucipop when a package is installed
THIS PORT IS NOW FROZEN


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 17:15:57

Modified files:
	x11/aterm      : Makefile 

Log message:
remove xpm dependency: xpm is part of OpenBSD as of 2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 17:18:19

Modified files:
	x11/xtraceroute: Makefile 

Log message:
add configure env GTK_CONFIG to make sure gtk-config is found when configure is run


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/04/08 17:32:08

Modified files:
	faq            : faq4.html 

Log message:
start up disklabel section.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 19:26:30

Modified files:
	graphics/imlib : Makefile 
	graphics/imlib/pkg: PLIST PLIST.noshared 

Log message:
add ImageMagick to dependency list and add a missing file to PLISTs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/08 20:17:00

ports/net/rsync/patches

Update of /cvs/ports/net/rsync/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20956/patches

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	1999/04/08 20:20:16

Modified files:
	net/rsync      : Makefile 
	net/rsync/pkg  : SECURITY 
Added files:
	net/rsync/patches: patch-fix-security 

Log message:
Patch ups rsync to the same functionality as 2.3.1.
Specifically, it fixes the security hole that is described in
pkg/SECURITY...

Wedged in as security fixes are important, especially when they're small.
Real 2.3.1 will wait after tree thaws.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 20:27:20

Modified files:
	games/xboing   : Makefile 
	graphics/fxtv  : Makefile 
	graphics/xbmbrowser: Makefile 
	graphics/xfig  : Makefile 
	graphics/xpaint: Makefile 
	mail/asmail    : Makefile 
	mail/xfaces    : Makefile 
	mail/xfmail    : Makefile 
	print/lyx      : Makefile 
	x11/afterstep  : Makefile 
	x11/bricons    : Makefile 
	x11/ctwm       : Makefile 
	x11/xdtm       : Makefile 
	x11/xfedor     : Makefile 
	x11/xfm        : Makefile 

Log message:
remove xpm dependencies: xpm is part of OpenBSD as of 2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/08 21:15:20

Modified files:
	misc/screen    : Makefile 
	misc/screen/pkg: PLIST 
Added files:
	misc/screen/pkg: DEINSTALL INSTALL 

Log message:
o add install and deinstall scripts to handle /etc/screenrc
o call install script from makefile
o remove install/uninstall messages from packing list
THIS PORT IS NOW FROZEN


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 22:12:01

Modified files:
	audio/xmcd     : Makefile 
	graphics/giftrans: Makefile 
	misc/deco      : Makefile 
	net/clog       : Makefile 
	net/icb        : Makefile 
	net/mirror     : Makefile 
	net/sniffit    : Makefile 
	net/tcpshow    : Makefile 
	net/wide-dhcp  : Makefile 
	net/xarchie    : Makefile 
	russian/xcyrillic: Makefile 
	russian/xruskb : Makefile 
	security/nbaudit: Makefile 
	security/socks5: Makefile 
	sysutils/xosview: Makefile 
	www/analog     : Makefile 
	www/cgiparse   : Makefile 
	www/transproxy : Makefile 
	www/wwwcount   : Makefile 
	x11/viewfax    : Makefile 
	x11/xforms     : Makefile 

Log message:
- change email addresses, form@ to ports@
- remove unnecessary comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 22:51:41

Modified files:
	x11/qt         : Makefile 
	x11/qt/pkg     : PLIST PLIST.noshared 

Log message:
remove unnecessary MAN tags and fix examples list so Qt installs


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/08 23:12:33

Modified files:
	x11/qt         : Makefile 
	x11/qt/pkg     : PLIST 

Log message:
remove unnecessary creation of sym link and tidy up Makefile and PLIST
some more


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/04/09 09:18:59

Modified files:
	etc/photuris   : attributes.conf 

Log message:
match length of keys to what PF_KEY enforces


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/04/09 09:19:55

Modified files:
	share/ipsec    : attributes.conf 

Log message:
match length of keys to what PF_KEY enforces


CVSROOT:	/cvs
Module name:	X11
Changes by:	matthieu@cvs.openbsd.org	1999/04/09 10:40:28

Modified files:
	xc/config/cf   : X11.rules 

Log message:
Fix building outside of X11ROOT.
Reported by  John Darrow <John.P.Darrow@wheaton.edu> in NetBSD PR#7326


CVSROOT:	/cvs
Module name:	www
Changes by:	ericj@cvs.openbsd.org	1999/04/09 11:56:21

Modified files:
	faq            : faq10.html faq4.html index.html 

Log message:
add info about rc 10.3


CVSROOT:	/cvs
Module name:	www
Changes by:	rohee@cvs.openbsd.org	1999/04/09 13:41:03

Modified files:
	.              : porting.html 

Log message:
O_EXCL and not O_EXCLUDE garath@ntplx.net


CVSROOT:	/cvs
Module name:	src
Changes by:	angelos@cvs.openbsd.org	1999/04/09 13:42:10

Modified files:
	sys/netinet    : ip_ip4.c 

Log message:
Check for local address spoofing on encapsulated packets.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/09 16:27:54

Modified files:
	sys/netinet    : ip_esp.c ip_ah.c 

Log message:
Make the tdbi handling more robust, removes a panic case


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 16:30:48

Modified files:
	archivers/gtar/pkg: PLIST 
Added files:
	archivers/gtar/pkg: DEINSTALL INSTALL 

Log message:
o add install and deinstall scripts
o call install script from makefile
o remove duplicate install instructions from makefile and packing list
o verify package builds/install/deinstalls correctly
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 16:36:48

Modified files:
	archivers/gtar : Makefile 

Log message:
commit the rest of the change


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/09 16:46:14

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
when the REPLACE flag was used, but no former flows was there, we did not
increment the IPSEC use counter, potentially missing IPSEC processing on
output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 16:46:53

Modified files:
	archivers/bzip2/pkg: PLIST 

Log message:
add missing files to packing list
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 16:54:47

Modified files:
	archivers/unzip/pkg: PLIST 

Log message:
Fix packing list so port completely uninstalls
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/09 17:28:45

Modified files:
	sys/netinet    : in.h in_proto.c ip_ip4.c ip_ip4.h 

Log message:
The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4)
support, when IPSEC is compiled in.  The default is disabled.  Turn on with:
sysctl -w net.inet.ip4.allow=1
***Only*** do this if you are really knowing what you do!
This control does not control the tunnel modes of ESP and AH.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/09 17:30:06

Modified files:
	usr.bin/netstat: inet.c 
	usr.sbin/sysctl: sysctl.8 sysctl.c 

Log message:
The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4)


CVSROOT:	/cvs
Module name:	src
Changes by:	provos@cvs.openbsd.org	1999/04/09 18:10:18

Modified files:
	sbin/photurisd : photurisd.c 

Log message:
fork before recording pfkey pid.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 18:22:09

Modified files:
	x11/Xaw3d/pkg  : PLIST PLIST.noshared 

Log message:
remove empty directory when uninstalling
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 18:52:46

Modified files:
	devel/gettext/pkg: PLIST PLIST.noshared 

Log message:
remove unsupported (and unneeded) freebsd-isms from the packing list
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/09 20:16:13

Modified files:
	etc/etc.i386   : disktab 
	distrib/i386/floppies/ramdisk: Makefile 

Log message:
shrink ramdisk a teeny bit; 8MB installs now work reliably


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/09 20:40:06

Modified files:
	sys/dev/isa    : pnpdevs 

Log message:
another modem


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/09 20:40:09

Modified files:
	sys/dev/isa    : pnpdevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 20:50:55

Modified files:
	net/wget       : Makefile 
	net/wget/patches: patch-ab 
	net/wget/pkg   : PLIST 
Added files:
	net/wget/patches: patch-ac 
	net/wget/pkg   : DEINSTALL INSTALL 

Log message:
o hide some pre- and post- install commands
o add an INSTALL script to install /etc/wgetrc if necessary
o remove wgetrc install code from Makefile and packing list
o call install script from Makefile
o patch wget doc Makefile so it does NOT install into /etc automagically
o add DEINSTALL script to remind user to get rid of /etc/wgetrc
THIS PORT IS NOW FROZEN FOR 2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/09 22:09:23

Modified files:
	distrib/miniroot: install.sh 
	sbin/newfs     : mkfs.c newfs.8 newfs.c 

Log message:
Add -q flag to newfs and use it in the install


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/09 22:22:46

Modified files:
	sbin/newfs_msdos: newfs_msdos.c 

Log message:
ignore -q for now since we are already quiet.  Makes "newfs -q -t msdos" does not generate an error


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/09 22:38:30

Modified files:
	distrib/miniroot: install.sh 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/09 22:39:51

Modified files:
	distrib/miniroot: install.sub 

Log message:
spelling


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/09 22:40:10

Modified files:
	x11/gtk+       : Makefile 
	x11/gtk+/pkg   : PLIST PLIST.noshared 

Log message:
remove code from makefile and packing lists that created empty info
directory file.  It is no longer needed and, for some reason, the
directory created was not accepted by install-info.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/09 23:13:42

Modified files:
	etc            : inetd.conf 

Log message:
rsh off by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	marc@cvs.openbsd.org	1999/04/10 01:14:56

Modified files:
	print/enscript/pkg: DEINSTALL INSTALL 

Log message:
make install/uninstall messages look like the messages from other ports


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	1999/04/10 01:25:10

Modified files:
	.              : portstat.html portstat.stat 

Log message:
ports status through 9 april 1999


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	1999/04/10 01:48:53

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

Log message:
shit: egcs-stable is in LANG, not DEVEL


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/10 16:46:13

Modified files:
	.              : INDEX 

Log message:
update INDEX


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	1999/04/10 19:20:07

Modified files:
	sys/arch/alpha/conf: RAMDISK 

Log message:
make ne[0-2] definition match GENERIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/10 20:55:55

Modified files:
	graphics/gimp  : Makefile 

Log message:
add gettext to run dependency list


CVSROOT:	/cvs
Module name:	src
Changes by:	smurph@cvs.openbsd.org	1999/04/10 21:26:28

Modified files:
	sys/arch/mvme88k/dev: nvram.c 
	sys/arch/mvme88k/include: bugio.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Fix for 25 Mhz.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	1999/04/11 00:14:30

Modified files:
	databases/gdbm : Makefile 

Log message:
add SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/04/11 10:30:24

Modified files:
	distrib/notes/alpha: contents 
	distrib/notes/amiga: contents 
	distrib/notes/hp300: contents 
	distrib/notes/i386: contents 
	distrib/notes/mac68k: contents 
	distrib/notes/mvme88k: contents 
	distrib/notes/pmax: contents 
	distrib/notes/powerpc: contents 
	distrib/notes/sparc: contents 

Log message:
upddate size info, add xshare


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	1999/04/11 12:24:16

Modified files:
	distrib/notes  : m4.common 

Log message:
add xshare, indent for xshare


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/11 13:41:41

Modified files:
	etc            : sysctl.conf 
	sys/net        : pfkey.c pfkeyv2.c 
	sys/netinet    : in.h in_proto.c ip_ah.c ip_ah.h ip_esp.c 
	                 ip_esp.h ip_input.c ip_ipsp.h ip_output.c 
	usr.bin/netstat: inet.c 
	usr.sbin/sysctl: sysctl.8 sysctl.c 

Log message:
Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.
If you are going to use either of AH or ESP or both, enable these in
/etc/sysctl.conf.  Also correct the IPSec debugging sysctl code, it is now
named net.inet.ip.encdebug.  Some corrected function signatures too.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	1999/04/11 13:47:11

Modified files:
	sys/conf       : GENERIC 

Log message:
Reenable IPSEC now that it is off by default, but can be enabled via sysctl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	1999/04/11 21:17:10

Modified files:
	sys/netinet    : ip_input.c ip_ipsp.c 

Log message:
move encdebug to a useful place


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/04/12 02:41:57

Modified files:
	.              : 24.html errata.html errata21.html errata22.html 
	                 errata23.html plus.html security.html 
Added files:
	.              : errata24.html 

Log message:
stuff that happened up to 2.5, and start to tweak the errata stuff for 2.5


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	1999/04/12 02:45:15

Modified files:
	.              : plus.html 

Log message:
hmm