CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/03/29 22:41:56

Modified files:
	.              : plus.html plus30.html plus31.html plus32.html 
	                 plus33.html plus34.html plus35.html 

Log message:
cleanup from the movearounds


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/03/29 23:00:41

Modified files:
	.              : security.html 

Log message:
add a link to jump to the new 3.5 section


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/03/29 23:03:55

Modified files:
	.              : errata21.html errata22.html errata23.html 
	                 errata24.html errata25.html errata26.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html 

Log message:
missed part of the movearound


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/03/29 23:36:36

Modified files:
	.              : errata34.html pkg-stable.html 
Added files:
	.              : pkg-stable34.html 

Log message:
rotate pkg-stable too; ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/03/30 01:41:10

Modified files:
	japanese/intlfonts/pkg: PLIST 

Log message:
fix


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/03/30 01:53:36

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
do not allow non-sensible stuff in packing-lists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/03/30 01:53:49

Modified files:
	mail/openwebmail/pkg: PLIST 

Log message:
fix


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/03/30 01:55:56

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
wrap each install operation into eval {} so that a die there will leave
us a chance to register what's already happened.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/03/30 02:06:50

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c 

Log message:
All CPUs needs timers otherwise delays will break


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/03/30 02:07:45

Modified files:
	sys/arch/i386/i386: Tag: SMP ioapic.c 

Log message:
Accept legacy PIC interrupts even after enabling IOAPICs


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/03/30 02:08:39

Modified files:
	sys/arch/i386/i386: Tag: SMP pmap.c 

Log message:
Missed TLB shootdowns, and the locks around them were noops


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/03/30 02:09:40

Modified files:
	sys/arch/i386/include: Tag: SMP cpu.h 

Log message:
Macro for checking if this is the boot cpu


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/03/30 02:10:45

Modified files:
	sys/arch/i386/include: Tag: SMP i82489var.h 

Log message:
unpee, and declare lapic_initclocks


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/03/30 02:12:07

Modified files:
	sys/kern       : Tag: SMP kern_clock.c 

Log message:
who needs timetravel? not us!


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/03/30 02:26:58

Modified files:
	chinese/libtabe: Makefile 
Added files:
	chinese/libtabe/patches: patch-script_config_sub 

Log message:
fixed find db library on macppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2004/03/30 02:57:17

Modified files:
	mail/milter-regex: Makefile distinfo 

Log message:
update to 1.5


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/03/30 05:21:34

Modified files:
	etc/mtree      : special 

Log message:
Add rc.conf.local to mtree/special. From Dmitry Medvedev. ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/03/30 05:41:56

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

Log message:
sync comment with reality


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/03/30 06:49:01

Modified files:
	faq            : faq7.html 

Log message:
TOC sync;
ok nick@.


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/03/30 06:51:53

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

Log message:
grammar;
ok jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/30 08:12:38

Modified files:
	usr.bin/nm     : elf.c 

Log message:
translate names in .sbss section as static N_BSS; found by drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/30 08:29:44

Modified files:
	usr.bin/nm     : elf.c 

Log message:
there is more than one way to define symbol type in elf...; kill a debugging printf too


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/30 08:35:51

Modified files:
	usr.bin/nm     : elf.c 

Log message:
no need to force N_EXT as deducted later from type


CVSROOT:	/cvs
Module name:	src
Changes by:	sturm@cvs.openbsd.org	2004/03/30 08:43:20

Modified files:
	bin/systrace   : intercept.c 

Log message:
if a string considered a filename is too long, don't exit but just let
the syscall fail, it might not actually be a filename

fixes pr 3140, ok provos@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/03/30 08:48:29

Modified files:
	x11/gtk+2      : Makefile 

Log message:
systrace bug was just fixed, this builds fine now


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/03/30 09:14:23

Modified files:
	bin/pax        : ar_subs.c buf_subs.c extern.h file_subs.c tar.c 

Log message:
Add support for expanding GNU long links from NetBSD.  I've had this
in my tree for ages but didn't have a proper test case.  Thanks to
otto@ for providing one.


CVSROOT:	/cvs
Module name:	www
Changes by:	jose@cvs.openbsd.org	2004/03/30 09:18:05

Modified files:
	.              : press.html 

Log message:
recent articles which have been missing. ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/03/30 09:29:32

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	www
Changes by:	jose@cvs.openbsd.org	2004/03/30 09:33:31

Modified files:
	.              : press.html 

Log message:
typo, stray newline, found by ian@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/03/30 09:59:25

Modified files:
	etc            : rc 

Log message:
Allow spamd_flags banner to contain spaces. Resolves PR 3720.
ok beck@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/30 10:12:22

Modified files:
	gnu/usr.bin/sendbug: sendbug.1 

Log message:
10 X's for mktemp(1);
adjust list -widths accordingly;

based on a diff from STeve Andre'


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/30 10:14:12

Modified files:
	share/dict     : README 

Log message:
s/elapsed/lapsed/;
from STeve Andre'


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/03/30 12:34:31

Modified files:
	sys/arch/macppc/conf: RAMDISK 

Log message:
knock out INET6: media too large for some machines


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/03/30 13:36:07

Modified files:
	lib/libc/regex : engine.c 

Log message:
Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.
From NetBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	biorn@cvs.openbsd.org	2004/03/30 14:06:17

Modified files:
	x11/mplayer    : Makefile 
Added files:
	x11/mplayer/patches: patch-libmpdemux_http_c 

Log message:
Plug remote buffer overflow and bump PKGNAME


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/03/30 18:24:58

Modified files:
	.              : i386.html 

Log message:
Pimp-off VMWare ESX Server 2 support using mpt.  Ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/03/30 19:07:45

Modified files:
	faq            : faq2.html 

Log message:
More man pages of interest and some grammar fixes, from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/03/30 19:49:36

Modified files:
	games/scummvm  : Makefile distinfo 
	games/scummvm/patches: patch-Makefile 

Log message:
update to 0.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/03/30 20:42:16

Modified files:
	games/uqm      : Makefile 

Log message:
sprinkle some PKG_ARCH


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/03/30 20:45:40

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

Log message:
Pimp-off VMWare ESX Server 2 support using mpt.  Ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/03/30 20:48:37

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

Log message:
update to 1.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/03/30 20:49:16

Modified files:
	devel/sdl-sound: Makefile 

Log message:
enable speex/flac support, bump pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/03/30 21:06:21

Modified files:
	databases/mysql: Makefile 

Log message:
mark as broken on m88k, same reason as hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/03/30 23:08:38

Modified files:
	security/ccrypt: Makefile distinfo 
	security/ccrypt/patches: patch-doc_Makefile_in 

Log message:
upgrade to ccrypt 1.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	grange@cvs.openbsd.org	2004/03/31 00:53:08

Modified files:
	net/ipcad      : Makefile distinfo 
	net/ipcad/patches: patch-ipcad_conf 
	net/ipcad/pkg  : PLIST 

Log message:
Update to 3.4.4; from form@pdp-11.org.ru.

ok pval@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/31 01:20:58

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

Log message:
from Jared Yanovich:

- sync w/ header
- consistency fixes
- better macro usage
- wording corrections/improvements

ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/31 01:28:37

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

Log message:
a little cleanup;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/31 01:33:56

Modified files:
	share/man/man4/man4.alpha: intro.4 le.4 
	share/man/man4/man4.hp300: intro.4 le.4 
	share/man/man4/man4.i386: le.4 
	share/man/man4/man4.mvme68k: intro.4 le.4 
	share/man/man4/man4.mvme88k: le.4 
	share/man/man4/man4.sparc: le.4 
	share/man/man4/man4.sparc64: le.4 
	share/man/man4/man4.vax: le.4 

Log message:
consistency fixes for le(4) description;

started by a diff from xsa@, with help from (and ok) miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/31 01:40:01

Modified files:
	sbin/sysctl    : sysctl.8 

Log message:
typo;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/31 01:42:30

Modified files:
	lib/libc/gen   : sysctl.3 

Log message:
note that hw.cpuspeed displays the current cpu frequency (from cpu(4));
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/03/31 01:45:48

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

Log message:
apropos outputs name (section), not name(section);
adjust -width of options list;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/03/31 02:33:46

Modified files:
	mail/postfix/snapshot/pkg: INSTALL 
	mail/postfix/stable/pkg: INSTALL 

Log message:
add leading underscore to username


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/03/31 02:40:01

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
update to rev 2.0.19 (including IPv6 patch)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/03/31 02:49:38

Modified files:
	net/ethereal   : Makefile distinfo 
	net/ethereal/pkg: PFRAG.no-shared PFRAG.shared PLIST-x11 

Log message:
update to 0.10.3


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/03/31 03:21:37

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
in gettdbbysrcdst(), allow matching with either src or dst beeing a wildcard
(emtpy) entry
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/03/31 03:24:00

Modified files:
	sys/net        : pfkeyv2_parsemessage.c 

Log message:
in the tcp md5sig case allow empty (wildcard) src or dst
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/03/31 03:25:35

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
allow empty (wildcard) sockaddr for src or dst


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/03/31 03:26:34

Modified files:
	usr.sbin/bgpd  : config.c 

Log message:
it is no longer required to have local-address set with tcp md5sig,
so remove the check.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/03/31 03:47:16

Modified files:
	sbin/isakmpd   : isakmpd.c 
	sbin/isakmpd/sysdep/openbsd: Makefile.sysdep 

Log message:
Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/03/31 03:53:10

Modified files:
	sbin/isakmpd   : monitor.c 

Log message:
Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() message. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/03/31 03:54:46

Modified files:
	sbin/isakmpd   : cert.c crypto.c exchange.c hash.c ike_auth.c 

Log message:
-Wsign-compare nits. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	mcbride@cvs.openbsd.org	2004/03/31 04:02:26

Modified files:
	.              : events.html 

Log message:
Fix BSDCan dates.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/03/31 04:13:03

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

Log message:
vender -> vendor, from John Bajana-Bacalle


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/03/31 06:28:21

Modified files:
	share/man/man4 : Makefile pci.4 isa.4 
Added files:
	share/man/man4 : pcib.4 

Log message:
Simple pcib(4) man page.

Help and ok miod@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/03/31 07:26:34

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

Log message:
Simplify; jmc@ ok


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:18:19

Modified files:
	pt             : donations.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:18:29

Modified files:
	faq/pt         : faq1.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:19:11

Modified files:
	pl             : policy.html porting.html smp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:19:59

Modified files:
	hu             : 31.html alpha.html amd64.html anoncvs.html 
	                 arc.html ftp.html goals.html hp300.html 
	                 index.html plat.html romp.html sgi.html 
	                 smp.html sparc64.html vax.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:20:19

Modified files:
	openssh/hu     : faq.html features.html ftp.html goals.html 
	                 history.html index.html java.html list.html 
	                 manual.html openbsd.html palmos.html 
	                 portable.html report.html security.html 
	                 unix.html users.html windows.html 
Added files:
	openssh/hu     : macos.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:23:41

Modified files:
	nl             : anoncvs.html crypto.html donations.html 
	                 ftp.html i386.html index.html items.html 
	                 orders.html plat.html report.html tshirts.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:23:56

Modified files:
	openssh/nl     : faq.html features.html ftp.html index.html 
	                 list.html manual.html palmos.html portable.html 
	                 unix.html users.html windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/03/31 09:25:15

Modified files:
	zh-cn          : donations.html ftp.html goals.html index.html 
	                 orders.html plat.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/03/31 11:44:14

Modified files:
	.              : errata.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/03/31 11:48:16

Modified files:
	sys/msdosfs    : msdosfs_conv.c 

Log message:
Fix false positives when comparing long file names that have the
same first 13 (or some multiple thereof) characters.
Fix was verified by reporter (Kong Long); from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/31 12:05:38

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

Log message:
byteswap strtab length on writing w/o affecting variable's
byte order as it seems to be used later on again.
does not affect native linker at all.
also fix includes order to avoid picking up native machine/
includes instead of the target (for cross-ld build).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/03/31 12:12:23

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

Log message:
For non-internal services, if no program arguments are specified use
the program's basename as argv[0].  Problem found by mpech@.
OK deraadt@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/31 12:13:04

Modified files:
	.              : Makefile 

Log message:
repair cross-tools


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/31 13:06:53

Modified files:
	sys/dev/eisa   : eisadevs 

Log message:
a few more hp cards


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/31 13:07:10

Modified files:
	sys/dev/eisa   : eisadevs.h eisadevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/31 13:37:53

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

Log message:
cleanup some whitespaces


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/03/31 14:22:06

Modified files:
	usr.bin/strip  : Makefile strip.c 

Log message:
allow cross-compiling for m68k and better usage(); miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/03/31 14:58:48

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

Log message:
don't skip ip options check when UseDNS=no; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/03/31 15:08:32

Modified files:
	include/protocols: dumprestore.h 
	sbin/restore   : restore.h 

Log message:
dumped is really spelled with one p and not two
from Daniel Lucq


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/03/31 16:00:32

Modified files:
	editors/nano   : Makefile 

Log message:
substitute SYSCONFDIR in man page; from Robert Nagy <thuglife@bsd.hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/03/31 16:17:08

Modified files:
	lib/libssl/src/apps: s_apps.h s_client.c s_socket.c 

Log message:
support IPv6 connections in "openssl s_client", adding -4 and -6 options to
force protocol; ok itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/03/31 16:41:53

Modified files:
	lib/libc/hash  : sha1.c 
	sys/crypto     : sha1.c 

Log message:
remove sparc64/gcc2 workaround.

ok millert@ deraadt@ jason@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/03/31 17:27:51

Modified files:
	sys/kern       : init_main.c kern_event.c 

Log message:
init kqueues normally, from pedro martelletto


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/03/31 21:14:29

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

Log message:
let rcmdsh work on hosts that don't have an ipv4 address.
If it works it is fine with me -- millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/03/31 21:16:38

Modified files:
	faq            : faq7.html 

Log message:
Clairify comments about BIOS redirection to serial port.
*I* knew what I meant...don't know why anyone else would.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	marc@cvs.openbsd.org	2004/03/31 21:35:27

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

Log message:
XF86Cfg isn't needed in both xbase/md.amd64 and xserv/md.amd64
OK todd@ (The right thing to do is to put this into xserv)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/03/31 22:55:47

Modified files:
	www/jakarta-tomcat/v4/files: tomcat.rc 

Log message:
fix a comment

from maintainer Kurt Miller <truk at apache.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/01 00:55:17

Modified files:
	usr.bin/netstat: main.c netstat.1 

Log message:
change -p to restrict output to protocol (not just for -s);
ok deraadt@, hshoexer@, tdeval@, jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/01 01:11:17

Modified files:
	mail/postfix   : Makefile.inc 

Log message:
kill sasl (v1, not v2) flavour


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/01 01:44:27

Modified files:
	databases/gq   : Makefile distinfo 
	databases/gq/pkg: PLIST 

Log message:
- update to v0.7beta2
- build with cyrus-sasl2
from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/01 02:32:24

Modified files:
	www/rawdog     : Makefile distinfo 

Log message:
update to 1.11;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/01 02:59:56

Modified files:
	devel/py-tpg   : Makefile distinfo 

Log message:
update to 3.0.2;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/01 03:34:13

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document ipv6ification changes to s_client, polished by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/01 04:21:15

Modified files:
	share/doc/usd/20.meref: ref.me 

Log message:
fix macros when running as groff (corrects ps output);
from Zvezdan Petkovic;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/01 04:37:02

Modified files:
	lib/libc/time  : zdump.8 zdump.c zic.8 zic.c 

Log message:
sort options, correct SYNOPSIS, and sync usage();


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/01 04:41:08

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

Log message:
remove unnecessary quoting around .Tn args;
from wiz@netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/01 05:18:45

Modified files:
	mail/abook     : Makefile distinfo 
Removed files:
	mail/abook/patches: patch-filter_c 

Log message:
update to 0.5.2;
ok reinhard@.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/01 05:19:57

Modified files:
	usr.bin/ssh    : scp.c 
	bin/rcp        : rcp.c 

Log message:
limit trust between local and remote rcp/scp process,
noticed by lcamtuf; ok deraadt@, djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/01 06:17:57

Modified files:
	astro/py-metar : Makefile 

Log message:
update HOMEPAGE and MASTER_SITES;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/01 06:39:36

Modified files:
	textproc/makefaq: Makefile distinfo 
	textproc/makefaq/patches: patch-makefaq_1 patch-makefaq_py 

Log message:
update to 2.5;


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/01 07:46:59

Modified files:
	.              : want.html 

Log message:
Add an ia64 section.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/01 09:13:07

Modified files:
	zh-cn          : events.html items.html plus.html press.html 
	                 products.html support.html testimonials.html 
	                 users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/01 09:22:42

Modified files:
	pt             : donations.html errata.html errata33.html 
	                 pkg-stable.html plus.html want.html 
Added files:
	pt             : errata34.html pkg-stable34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/01 09:26:05

Modified files:
	hu             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/01 09:26:14

Modified files:
	openssh/hu     : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/01 09:41:41

Modified files:
	de             : alpha.html anoncvs.html cvsync.html ftp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/01 10:00:41

Modified files:
	share/man/man4/man4.mvme68k: ie.4 
	share/man/man4/man4.sparc: ie.4 xd.4 xy.4 

Log message:
add missing copyright, with permission from the author (John E. Stone);
problem found by wiz@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/01 10:02:14

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

Log message:
uppercase the `e' in Ethernet while here;


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2004/04/01 10:43:49

Modified files:
	usr.sbin/httpd/conf: mime.types 

Log message:
audio/x-vorbis, ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/01 13:39:59

Modified files:
	lib/libc/arch/m88k/string: Makefile.inc 
	sys/lib/libkern/arch/m88k: Makefile.inc 
Removed files:
	lib/libc/arch/m88k/string: ffs.S 
	sys/lib/libkern/arch/m88k: ffs.S 

Log message:
It turns out that the so-called fast ffs(3) routines were wrong, as soon as
more than one bit is set, as the ff1 instruction counts from the highest
order.

However, gcc/m88k with optimization enabled would use a correct, short
sequence based upon ff1 and tweaks, to achieve the intended result, hence
i did not catch this flaw initially.

So revert to the C implementation - it is correct, still decently fast, and
will only be used when compiling at -O0.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/01 13:57:09

Modified files:
	sys/dev        : ramdisk.c 

Log message:
Better bounds checking in strategy(), and kill the (unused) rd flags
while there.

ok tdeval@ (long ago)


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/04/01 15:15:55

Modified files:
	sys/arch/mac68k/conf: GENERIC GENERICSBC RAMDISK RAMDISKSBC 

Log message:
typos in comments: hz -> Hz
initial hint from Martin Reindl <mreindl at catai.org>
ok miod@ jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/01 16:14:19

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

Log message:
knf and ansi, mostly from joris vink


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/04/01 16:17:12

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

Log message:
Off by 1 !   OK millert@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/01 16:56:06

Modified files:
	sys/kern       : uipc_domain.c uipc_mbuf.c uipc_socket.c 
	                 uipc_socket2.c uipc_syscalls.c uipc_usrreq.c 

Log message:
use NULL for ptrs.  parts from Joris Vink


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/01 16:57:22

Modified files:
	.              : cvsync.html 

Log message:
Locations for anoncvs1.usa.openbsd.org and anoncvs3.usa.openbsd.org
were swapped.  Noticed by David Krause.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/01 17:01:58

Modified files:
	.              : cvsup.html 

Log message:
anoncvs{1,3}.usa.openbsd.org also run cvsupd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/01 18:10:09

Modified files:
	share/man/man4 : Makefile usb.4 
	sys/dev/usb    : FILES files.usb usb_port.h 
	sys/arch/i386/conf: GENERIC 
Added files:
	share/man/man4 : axe.4 
	sys/dev/usb    : if_axe.c if_axereg.h 

Log message:
axe usb ethernet driver hacked into the tree by taleck@oz.net


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/01 20:06:12

Modified files:
	regress/lib/libc/ieeefp/except: except.c 

Log message:
check the signals for exceptions and do siginfo in the signal handler; also some style


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/01 21:31:21

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

Log message:
remove pk from copyright, seen in netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/01 21:39:51

Modified files:
	sys/dev/ic     : mc6845reg.h pcdisplay_chars.c pcdisplayvar.h 
	                 pckbc.c pckbcvar.h vga_subr.c vgareg.h 
	sys/dev/isa    : ega.c egavar.h pcdisplay.c pcdisplayvar.h 
	                 pckbc_isa.c 
	sys/dev/wscons : wsdisplay_compat_usl.c wsemul_vt100.c 
	                 wsemul_vt100_chars.c wsemul_vt100_keys.c 
	                 wsemul_vt100_subr.c wsemul_vt100var.h 
	sys/lib/libsa  : cread.c tftp.c tftp.h 

Log message:
remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/02 00:19:42

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

Log message:
OpenBSD puts media settings in hostname.if, not rc.conf.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/02 00:31:06

Modified files:
	bin/ls         : ls.c 

Log message:
Unbreak alignment of fields when using -lh.
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/02 01:18:48

Modified files:
	mail/c-client  : Makefile distinfo 
	mail/c-client/patches: patch-Makefile patch-src_c-client_mail_c 
	                       patch-src_osdep_unix_Makefile 
	                       patch-src_osdep_unix_Makefile.gss 
	mail/c-client/pkg: PFRAG.shared 
Added files:
	mail/c-client/patches: patch-src_osdep_unix_env_unix_c 
	                       patch-src_osdep_unix_kerb_mit_c 
Removed files:
	mail/c-client/patches: patch-src_c-client_auth_gss.c 
	                       patch-src_osdep_unix_env_unix.c 

Log message:
sync c-client with pine v4.58


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/02 01:23:23

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/amd64: hardware 
	distrib/notes/cats: hardware 
	distrib/notes/i386: hardware 

Log message:
axe(4)... will very likely work


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/02 01:31:08

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

Log message:
Do not define AXE_DEBUG by default.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/02 01:40:27

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

Log message:
typos;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/02 01:47:18

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

Log message:
do not compare SOCK_STREAM sockets to pipes;

from NetBSD (-r1.29);
ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/02 07:08:33

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

Log message:
add `nokeep' to the table to stop an ugly line break;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 08:34:48

Modified files:
	lib/libpthread/sys: Makefile.inc 

Log message:
slow_atomic_lock.c is only used by mips; marc@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/02 11:28:49

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
spelink


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/02 11:34:33

Modified files:
	lib/libc/regex : engine.c 

Log message:
Avoid unbounded recursion in some expressions involving back references.
For example:
echo "foo foo bar bar bar baz" | sed 's/\([^ ]*\)\( *\1\)*/\1/g'
Test case found by dhartmei@
ok millert@ dhartmei@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/02 11:35:54

Modified files:
	regress/lib/libc/regex: tests 

Log message:
Some nasty test cases involving back references that caused
unbounded recursion.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/02 11:39:36

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

Log message:
Implement --line-buffered
ok millert@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/02 11:40:09

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

Log message:
Document --line-buffered
ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/02 12:07:05

Modified files:
	graphics/dia   : Makefile 
	audio/xhippo   : Makefile 
	net/ethereal   : Makefile 
	net/xchat2     : Makefile 
	news/pan       : Makefile 
	www/bluefish   : Makefile 
	x11/ogle_gui   : Makefile 
	x11/rox-filer  : Makefile 
	x11/xscreensaver: Makefile 

Log message:
explicitly depend on pkgconfig, needed to find gtk+2 and friends


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/02 12:08:58

Modified files:
	lib/libc/sys   : rfork.2 
	sys/kern       : kern_fork.c 
	sys/sys        : proc.h 

Log message:
rfork(RFMEM) shares complete vmspace.  much more useful, and in line with
other projects' implementations.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 13:17:45

Modified files:
	sys/dev        : rnd.c 

Log message:
kill _8 api completely


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/02 13:23:40

Modified files:
	mail/getmail   : Makefile distinfo 

Log message:
update to getmail 3.2.2
- deals better with broken server return messages


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 13:34:43

Modified files:
	sys/dev        : rnd.c 

Log message:
repair linuxisms tested on hppa, sparc, vax and i386; from Sven Dehmlow <sven_dehmlow@gmx.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 13:37:42

Modified files:
	regress/lib/libm/toint: toint.c 

Log message:
add test for an int overflow; found by otto@ on hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 13:56:31

Modified files:
	sys/arch/hppa/hppa: fpemu.S locore.S trap.c 
	sys/arch/hppa/include: cpu.h 

Log message:
repair fcnv* emulation.
generate proper signals/siginfo.
partially repairs the "otto" case.


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/04/02 14:01:44

Modified files:
	sys/arch/mac68k/dev: if_ae_nubus.c 

Log message:
set correct MAC address for Farallon eth' cards.
Tested by Martin Reindl <mreindl at catai.org>
ok miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 14:38:00

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

Log message:
a few more of recent and not very so


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/02 14:44:50

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

Log message:
Do not bother closing an fd when we know it has failed.
Based on diff from Moritz Jodeit <moritz at jodeit.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/02 15:28:41

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/include: cpu.h specialreg.h 
Added files:
	sys/arch/i386/i386: powernow.c 

Log message:
K6-2/3 powernow driver.  not without quirks, but mostly working.
testing by david@ ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/02 15:30:41

Modified files:
	share/man/man4/man4.i386: cpu.4 

Log message:
mention powernow


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/02 15:37:12

Modified files:
	include        : ctype.h 

Log message:
fix non-gnu ansi compilers by not using 'inline' but '__inline' instead.
lets tendra build again.
ok deraadt@, pvalchev@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/04/02 16:48:35

Modified files:
	libexec/spamd  : spamd.c 

Log message:
nextstate() can get passed a read(2) chunk containing multiple lines,
so separate lines before logging headers/body. doesn't make logging
more verbose, just fixes the case where chunks contain multiple lines.
ok beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/04/02 17:43:34

Modified files:
	.              : i386.html 

Log message:
Reflect same controllers as in man page.  ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/02 18:03:11

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

Log message:
make it look more like the other archs


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/04/02 18:37:18

Modified files:
	libexec/spamd  : spamd.c 

Log message:
fix logging. without -v, you get just the connection level, no mail data.
with -v, you get From/To/Subject at LOG_INFO, and the first ten body
lines at LOG_DEBUG. ok beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/04/02 19:53:07

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200403.html 

Log message:
activity resumes


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2004/04/03 02:30:22

Modified files:
	lang/eltclsh   : Makefile distinfo 
	lang/eltclsh/patches: patch-src_elwish_c 

Log message:
Update to eltclsh-1.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/04/03 02:46:39

Modified files:
	.              : mac68k.html 

Log message:
spacing; from Martin Reindl;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 02:58:14

Modified files:
	share/man/man4/man4.i386: cpu.4 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 03:07:08

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

Log message:
- use macros instead of parentheses
- remove .Pp before list


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 03:15:37

Modified files:
	sys/arch/amd64/stand/biosboot: biosboot.8 
	sys/arch/amd64/stand/boot: boot.8 
	sys/arch/i386/stand/biosboot: biosboot.8 
	sys/arch/i386/stand/boot: boot.8 
	share/man/man8/man8.amd64: boot_amd64.8 
	share/man/man8/man8.i386: boot_i386.8 
	libexec/tftpd  : tftpd.8 
	usr.sbin/dhcp/server: dhcpd.8 

Log message:
add pxeboot references to FILES and SEE ALSO;
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/03 03:20:51

Modified files:
	usr.sbin/tcpdump: privsep.c 

Log message:
- dont send junk err in parent_open_dump() if filename is NULL
- dont close an invalid fd
canacar@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/03 03:21:18

Modified files:
	sbin/pflogd    : privsep.c 

Log message:
dont close an invalid fd, canacar@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/03 03:21:57

Modified files:
	usr.sbin/bind/lib/isc/unix: privsep.c 

Log message:
dont try to close an invalid fd, canacar@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/03 03:24:49

Modified files:
	regress/gnu/egcs/gcc-bounds: fread-4.c 

Log message:
use a constant sized type so regress doesnt fail on 64-bit


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 03:26:15

Modified files:
	usr.sbin/dhcp/server: dhcpd.8 

Log message:
remove a scad of .Pp's before displays, making postscript
output nicer;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 03:45:12

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

Log message:
remove unnecessary .Sm macros (oops, this is my fault it ever
made it into the tree);


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/04/03 04:10:40

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

Log message:
- report known USB device vendors
- uftdi works
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/03 04:34:41

Modified files:
	zh-cn          : security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/03 05:27:35

Modified files:
	de             : 26.html 34.html alpha.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jose@cvs.openbsd.org	2004/04/03 08:09:07

Modified files:
	.              : books.html 

Log message:
add "secure architectures with openbsd", palmer/nazario, april 04
order link to amazon affliates, not (yet) available in the openbsd shop.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/03 08:43:53

Modified files:
	sys/dev        : ramdisk.c 

Log message:
Complete 'lp.d_' to 'lp->d_' changes started with r1.24 so that ramdisk_cd and
friends compile again.

ok tdeval@.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	2004/04/03 08:51:15

Modified files:
	.              : 35.html orders.html 

Log message:
The correct ISBN for OpenBSD 3.5 0-9731791-3-9


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/03 11:51:01

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

Log message:
Add \n to some error messages to make dmesg looks better; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 12:03:58

Modified files:
	usr.sbin/dhcp/dhclient: dhclient.conf.5 

Log message:
correct option is `dhcp-lease-time', not `requested-lease-time';
tracked down w/ help from krw@

also kill a dose of unnecessary .Pp's in here;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 13:22:35

Modified files:
	usr.sbin/dhcp/common: dhcp-options.5 
	usr.sbin/dhcp/server: dhcpd.conf.5 

Log message:
more .Pp removal;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 14:01:25

Modified files:
	usr.bin/usbhidaction: usbhidaction.1 usbhidaction.c 
	usr.bin/usbhidctl: usbhidctl.1 usbhid.c 
	usr.sbin/usbdevs: usbdevs.8 usbdevs.c 

Log message:
- correct SYNOPSIS
- sync usage()
- some small tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 14:17:39

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

Log message:
argument to -w is not optional;
`name' in 3rd form of SYNOPSIS not optional;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 14:34:25

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

Log message:
.Xr usbhidaction 8
.Xr usbhidctl 8


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 14:43:36

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

Log message:
.br workaround no longer necessary;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/03 14:53:15

Modified files:
	usr.sbin/mrouted: mrouted.8 
	usr.sbin/pppd/chat: chat.8 
	usr.sbin/wsconscfg: wsconscfg.8 

Log message:
.br workaround no longer necessary;
.Pp removal;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/03 19:27:46

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

Log message:
oops, piece that was accidentally deleted, and noone noticed


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/03 20:24:33

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

Log message:
Don't print firmware upload messages in dmesg.  Pointed out deraadt@, ok krw@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/04/04 03:26:33

Modified files:
	xc/programs/xfs/difs: main.c 
	xc/programs/xfs/os: error.c 

Log message:
Fix opening of log file with '-user nobody'. Problem reported by
Oleg Safiullin and Mike Pechkin.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/04/04 03:27:13

Modified files:
	xc/programs/xfs/os: utils.c 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/04/04 03:29:21

Modified files:
	xc/programs/Xserver/hw/xfree86/input/elographics: xf86Elo.c 

Log message:
use xf86RemoveEnabledDevice in the DEVICE_OFF case too.
Fixes a lock-up after server reset.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/04 07:19:36

Modified files:
	bin/kill       : kill.1 
	games/factor   : factor.6 
	games/hunt/hunt: hunt.6 
	games/snake    : snake.6 
	share/man/man4 : strip.4 
	share/man/man9 : hz.9 random.9 time.9 
	usr.bin/rdist  : rdist.1 
	usr.bin/tset   : tset.1 

Log message:
.br workaround no longer necessary;


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/04 08:10:09

Modified files:
	graphics/libungif: Makefile distinfo 

Log message:
working distsite/homepage.
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/04 08:19:02

Modified files:
	net/bnc        : Makefile distinfo 
	net/bnc/patches: patch-Makefile.in 

Log message:
upgrade to bnc 2.8.6
--
From: new MAINTAINER -- Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/04 09:12:02

Modified files:
	sbin/dhclient  : dhclient.conf.5 dhcp-options.5 

Log message:
Emil Mikulic pointed out there are two copies of this stuff (thanks!) ...

- correct option is `dhcp-lease-time', not `requested-lease-time'; fixed
w/ help from krw@
- kill a rake of unnecessary .Pp's


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/04 11:39:07

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
on in-window SYN, send back rate-limited ACK; ok dhartmei frantzen markus


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/04 13:12:57

Modified files:
	.              : plus35.html plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/04 13:40:43

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

Log message:
- fix an .El in the wrong place
- add a .Pp
- kill a stray space
- new sentence, new line

from Joel Knight;


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/04/04 14:41:50

Modified files:
	xc/lib/Xt      : Error.c 

Log message:
- finish ansification of function declarations
- kill register
- more coherent style


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/04/04 14:43:04

Modified files:
	xc/lib/Xt      : Error.c 

Log message:
kill useless #ifdef notyet .. #endif


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/04 15:53:37

Modified files:
	databases/openldap: Makefile distinfo 
	databases/openldap/pkg: PFRAG.shared 

Log message:
update to 2.1.29 stable release


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2004/04/04 16:02:53

Modified files:
	x11/xcursorgen : Makefile distinfo 

Log message:
update to XFree86 4.4 version. Thanks to Jolan@ for hosting the distfile


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/04/04 16:18:17

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

Log message:
Can't resist.
<deraadt> don't they recognize their moral responsibility to entertain me?


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/04 18:01:12

Modified files:
	sys/compat/linux: syscalls.master linux_dummy.c 

Log message:
madvise works fine without translation, from Sam Smith.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/04 18:01:34

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/04 18:21:40

Modified files:
	sys/net        : if_pfsync.c 

Log message:
Prevent stale states (states older than the local version) from overwriting
the local state.

Tricky state comparisons from frantzen@ ok cedric@ dhartmei@

Post-ok addition of code to broadcast an update with the better local version
when this happens. Torture tested by beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/04 23:49:22

Modified files:
	.              : donations.html 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/05 00:22:07

Modified files:
	sys/dev/wscons : wskbd.c 

Log message:
Most of the non-US keyboard layouts define an ``AltGr'' key to access up
to two extra symbols per key; usually, this key also serves as the compose
key, if used with shift.

Because of this, accessing the fourth symbol of a key would work with a
sequence altgr-shift-key, but not with a sequence shift-altgr-key, since
it would trigger compose behaviour.

In order to be less confusing, let the AltGr behaviour win over the Compose
behaviour if AltGr would produce a different symbol. Since most of those
AltGr symbols are never part of compose rules, this is transparent.

Problem found by xsa@; ok deraadt@ otto@ xsa@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 01:12:44

Modified files:
	sys/conf       : newvers.sh 

Log message:
we are at 3.5-current now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 01:18:43

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

Log message:
cope with fdopen failure better


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 01:19:26

Modified files:
	share/lkm/vfs/module: kernfsmod.c 

Log message:
fix typo for irrelevant software component; sq@oganer.net


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/04/05 02:19:49

Modified files:
	sys/net        : pf.c 

Log message:
make pftag ** (pass pointer by reference), otherwise it's never updated.
the parameter serves only as optimization to cache m_tag_get() results.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 02:34:11

Modified files:
	sys/conf       : newvers.sh 

Log message:
make it easier to tag releases/current/beta


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/05 03:49:21

Modified files:
	share/man/man4 : gdt.4 ioprbs.4 

Log message:
add copyrights to niklas' pages, w/ his permission;
problem found by miod;


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/05 04:15:56

Modified files:
	sys/arch/i386/i386: Tag: SMP pmap.c 

Log message:
tlb shootdown fixes and optimizations, mostly from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/05 04:58:08

Modified files:
	bin/ed/USD.doc/09.edtut: e.mac e0 e1 e2 e3 e4 e6 e7 

Log message:
- fix a macro in e.mac that was causing double blank lines in ASCII output
- add margin when formatting in ASCII
- other small fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/05 06:23:48

Modified files:
	www/linkchecker: Makefile distinfo 
	www/linkchecker/pkg: PLIST 

Log message:
update to 1.12.2 + fix man page perms;
from robert nagy;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/05 06:31:35

Modified files:
	www/linkchecker: Makefile 

Log message:
hrmz.. better perms for man page;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/05 06:42:32

Modified files:
	www/linkchecker: Makefile 

Log message:
definitly not my day - use MANMODE;


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/04/05 06:57:22

Modified files:
	usr.sbin/afs/src/arlad: d-trans.c 

Log message:
Change sizeof(ptr) to the correct sizeof(*ptr) to fix a bug when clearing out
memory.  krw@, beck@, deraadt@ ok plus approval from lha at stacken.kth.se.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 07:34:38

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 07:37:56

Modified files:
	sbin           : Makefile 
	sbin/sysctl    : sysctl.c 
	usr.sbin/dhcp  : Makefile 
	distrib/special/dhclient: Makefile 

Log message:
move to our new dhclient


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/04/05 08:24:45

Modified files:
	games/backgammon/backgammon: main.c 

Log message:
Don't init curses until after option processing. pjanzen@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/04/05 08:30:51

Modified files:
	usr.bin/sup/src: expand.c 

Log message:
Pass correct buffer length to gethdir(), and also change int arg to size_t
per anil@. deraadt@, millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/05 10:06:02

Modified files:
	bin/ed/USD.doc/09.edtut: e.mac 

Log message:
redefine the .UL macro so that, even if output is to a non-TTY device,
.UL formats as italic (underline on TTY); this also makes .ul and .UL
consistent, and avoids formatting problems when punctuation is
involved;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/05 10:27:21

Modified files:
	bin/ed/USD.doc/10.edadv: ae.mac 

Log message:
- redefine the .UL macro so that, even if output is to a non-TTY device,
.UL formats as italic (underline on TTY); this also makes .ul and .UL
consistent, and avoids formatting problems when punctuation is
involved
- simplify .IT macro (from e.mac)
- make bold font work for .P1/.P2 (from e.mac)
- fix a double blank line issue w/ -Tascii
- kill a pesky blank line that was messing the output


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/05 10:44:00

Modified files:
	usr.bin/sudo   : visudo.c 

Log message:
In Exit() when used as a signal handler, emsg is a pointer so
sizeof() is wrong so make it a #define instead.  Also avoid using
a negative exit value.  Found by aaron@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/04/05 11:01:54

Modified files:
	editors/vim/stable: Makefile distinfo 

Log message:
update vim/stable to 6.2.447


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/05 13:17:25

Modified files:
	gnu/usr.bin/perl/hints: openbsd.sh 
	share/mk       : sys.mk 
	sys/arch/mvme88k/conf: Makefile.mvme88k 

Log message:
Switch mvme88k to -O2 optimization by default.
(the perl chunk discussed with millert@ and pushed upstream)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/05 13:41:50

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

Log message:
o use mode_t, not int for permissions.
o use strtol() instead of sscanf() to parse numbers in config file
This has been sitting in my tree for a long time...


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/05 13:42:18

Modified files:
	sysutils/colortail: Makefile 

Log message:
- homepage does not exist anymore
- provide a working mastersite
from maintainer Robert Nagy


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/05 14:26:25

Modified files:
	audio/mpg321   : Makefile 

Log message:
skip on static archs; from miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/05 15:02:21

Modified files:
	.              : cvsup.html 

Log message:
Fix pasto introduced in last commit; Alexander von Gernler


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/05 15:03:08

Modified files:
	.              : cvsync.html 

Log message:
Another pasto fix from Alexander von Gernler


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/05 15:41:11

Modified files:
	audio/shorten  : Makefile distinfo 

Log message:
Update to 3.5.2:
- Fixed seek table permissions bug when creating seek-enabled files from
read-only input files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/05 15:41:46

Modified files:
	x11/xmbdfed    : Makefile distinfo 
	x11/xmbdfed/patches: patch-xmbdfed_c 
	x11/xmbdfed/pkg: DESCR 
Added files:
	x11/xmbdfed/patches: patch-Makefile 
Removed files:
	x11/xmbdfed/patches: patch-bdf_h 

Log message:
Update to 4.7, patch 1:
- Completely revamped the PSF font import/export system to make it
actually useable.
- Changed to use FreeType 2.
- Miscellaneous fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/05 15:42:27

Modified files:
	math/galculator: Makefile distinfo 
	math/galculator/pkg: PLIST 
Added files:
	math/galculator/patches: patch-configure 

Log message:
Update to 1.2.2.  Changes in this release:
- formula entry mode
- right mouse button click gives popup menu
- translation updates
- bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/05 16:09:05

Added files:
	devel/binutils/stable/patches: patch-binutils_readelf_c 

Log message:
(process_mips_specific): Print conflictsno as an unsigned long.

From: binutils CVS HEAD branch, based on rev 1.231
Provided by: Daniel Lucq <daniel at lucq dot org>


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/05 16:31:47

Modified files:
	openssh        : faq.html 

Log message:
Add example error messages, update keywords


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/05 18:21:18

Modified files:
	lib/libm       : Makefile 

Log message:
remove optimization workaround for sparc64 now that we're using gcc3.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/05 20:35:44

Modified files:
	textproc/xpdf  : Makefile 
	textproc/xpdf/pkg: PLIST 
Added files:
	textproc/xpdf/patches: patch-doc_sample-xpdfrc 
	textproc/xpdf/pkg: DEINSTALL INSTALL 

Log message:
install sample xpdfrc file and fix lpr usage. From: sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/05 20:39:23

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.2: Makefile 
	lang/python/2.3: Makefile 

Log message:
add amd64, another 64bit target.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/05 21:12:20

Modified files:
	devel/gmake    : Makefile 
	devel/bison    : Makefile 

Log message:
remove sparc64/2.95 workarounds.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/04/05 21:18:22

Added files:
	images         : book3.gif 

Log message:
Image of new book: Secure Architectures with OpenBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/04/05 21:43:00

Modified files:
	.              : orders.html 

Log message:
Add new book: Secure Architectures with OpenBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/04/05 21:52:16

Modified files:
	.              : books.html 

Log message:
Added name to goto new book -- Secure Architectures with OpenBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/05 21:55:55

Modified files:
	.              : books.html 

Log message:
ordering site gunk for book3


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/04/05 21:56:39

Modified files:
	lib/libpthread/uthread: uthread_gc.c 

Log message:
Apply patch from guenther at mho.com (pr3730) that fixes a double
free in the threads library


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/05 22:18:41

Modified files:
	distrib/miniroot: upgrade.sh 

Log message:
Remove the 3.3 -> 3.4 upgrade openssl hack.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/05 22:42:20

Modified files:
	net/BitTorrent : Makefile distinfo 

Log message:
update to 3.4.2, prodding by naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/05 23:28:01

Modified files:
	lang/clisp     : Makefile 

Log message:
this is silly, use ONLY_FOR_ARCHS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2004/04/05 23:35:59

Modified files:
	www/squid/patches: patch-configure_in 

Log message:
Tell squid that m88k does not imply SysV; maintainer ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/06 00:33:29

Modified files:
	archivers/bzip2: Makefile 

Log message:
remove another sparc64/2.95 workaround.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/06 00:50:34

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/pkg: PFRAG.shared PLIST 
Removed files:
	textproc/libxml/patches: patch-doc_Makefile_in patch-nanoftp_c 
	                         patch-nanohttp_c 

Log message:
upgrade to 2.6.8


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:27:19

Modified files:
	de             : alpha.html books.html cvsup.html cvsync.html 
	                 ftp.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/06 01:28:31

Modified files:
	www/php4/extensions/patches: patch-ext_imap_config_m4 

Log message:
asn1 and com_err are hard links to krb5.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:29:10

Modified files:
	hu             : alpha.html amd64.html anoncvs.html goals.html 
	                 hp300.html index.html sparc64.html vax.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:29:22

Modified files:
	openssh/hu     : features.html goals.html history.html 
	                 index.html java.html unix.html windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:31:01

Modified files:
	nl             : 34.html donations.html i386.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:32:58

Modified files:
	pl             : goals.html index.html ports.html 
	                 testimonials.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:33:11

Modified files:
	faq/pl         : faq1.html faq10.html faq12.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/06 01:33:40

Modified files:
	pt             : want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/06 01:40:17

Log message:
    Import of igal-1.4
    
    iGal is a Perl program that can generate and publish an entire online
    picture show (static HTML slides, thumbnails and index page) with just
    one command line invocation. If you've got a directory (or several) full
    of image files that are waiting to be put online and shared with
    friends, then iGal is for you.
    
    ok sturm@.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Apr-06
    
    N ports/www/igal/Makefile
    N ports/www/igal/distinfo
    N ports/www/igal/pkg/PLIST
    N ports/www/igal/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/06 01:41:21

Modified files:
	www            : Makefile 

Log message:
+ igal


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/06 02:06:14

Modified files:
	openssh        : faq.html 

Log message:
Add an example of how to use port forwarding.  Text from jmc@ with suggestions
from markus@.  Bad HTMLification by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/06 02:19:20

Modified files:
	bin/ed/USD.doc/10.edadv: ae0 ae1 ae2 ae3 ae4 ae6 ae7 ae9 

Log message:
- add a margin when formatting w/ -Tascii
- some punctuation fixes
- typos and other small stuff


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/06 02:32:45

Modified files:
	graphics/png/patches: patch-scripts_makefile_openbsd 

Log message:
remove LDADD instead of leaving it empty.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/06 02:57:20

Modified files:
	usr.sbin/tcpdump: print-ike.c 

Log message:
Print DELETE payload contents. ok markus@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/06 03:17:57

Modified files:
	graphics/gif2png: Makefile distinfo 

Log message:
upgrade to gif2png 2.5.1
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/06 03:34:42

Modified files:
	usr.sbin/afs/src/arlad: kernel.c 

Log message:
dont write more than 4 bytes even on 64-bit. beck@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/06 04:00:32

Modified files:
	usr.bin/awk/USD.doc: awk 
	usr.bin/bc/USD.doc: bc 
	usr.bin/lex/PSD.doc: lex.ms 
	usr.bin/sed/USD.doc: sed 
	share/doc/smm/17.password: password.ms 

Log message:
- add margins when formatting w/ -Tascii
- remove some macros that were causing formatting errors


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/06 04:21:49

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.md 

Log message:
When optimizing a logical arithmetic operation, which operands are both
comparisons using different operators, make sure to generate an insn
with the correct mode.

This means that constructs like
if (c != -1 & i < 9999)
and
if ((i<=7) | (value != 0))
as found in transfig and teTeX, respectively, will now compile with
optimization.

Note the single & or | in these constructs - this kind is rare enough for
this bug to have remained unnoticed until now...


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/06 04:59:18

Modified files:
	include        : pwd.h 

Log message:
prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/06 05:00:32

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

Log message:
some of these functions are prototyped in pwd.h; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/06 06:12:05

Modified files:
	security       : Makefile 
Removed files:
	security/cyrus-sasl: Makefile distinfo 
	security/cyrus-sasl/files: patch-db 
	security/cyrus-sasl/patches: patch-configure patch-lib_dlopen_c 
	                             patch-plugins_gssapi_c 
	security/cyrus-sasl/pkg: DEINSTALL DESCR INSTALL PFRAG.shared 
	                         PLIST 

Log message:
kill unused cyrus-sasl v1 port


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/06 06:43:46

Modified files:
	mail/mutt      : Makefile.inc 

Log message:
man page path fixups.
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/06 07:30:49

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c 

Log message:
Initialize npx for 2ary cpus


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/06 07:31:05

Modified files:
	sys/arch/i386/i386: Tag: SMP genassym.cf locore.s 

Log message:
oops, need to set trap on FP ops bit if FP context on other cpu (NetBSD)


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/06 07:32:29

Modified files:
	sys/arch/i386/isa: Tag: SMP npx.c 

Log message:
cleanup debug printouts, add an fwait in the save func, it may be needed


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/06 07:36:19

Modified files:
	sys/arch/i386/include: Tag: SMP npx.h 

Log message:
forgot proto


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/06 07:36:43

Modified files:
	sys/arch/i386/i386: Tag: SMP pmap.c 

Log message:
remove debug printout


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/06 07:47:34

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
sort SYNOPSIS and options, and various other fixes,
for s_client and s_server;


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	2004/04/06 08:32:27

Modified files:
	.              : books.html 

Log message:
fix book3 order gunk, ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	2004/04/06 08:47:47

Modified files:
	.              : books.html 

Log message:
fix the rest of the book orders too, ok beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/04/06 09:40:02

Added files:
	mail/mutt/snapshot/patches: patch-smime_keys_pl 

Log message:
fix the path for openssl; thanks to Waldemar Brodkorb


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/04/06 09:59:36

Added files:
	images         : book3.jpg 

Log message:
Add large pic of Secure Architectures book


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/06 10:07:04

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
pci express device ids; from someone


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/06 10:07:12

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/06 10:09:13

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
shorten


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/06 10:09:20

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/06 11:24:12

Modified files:
	sys/kern       : kern_sig.c 
	sys/sys        : signalvar.h 

Log message:
fix siginfo generation for posted signals and avoid double ktrpsig() call for the same signal; deraadt@ ok


CVSROOT:	/cvs
Module name:	www
Changes by:	todd@cvs.openbsd.org	2004/04/06 11:24:56

Modified files:
	.              : orders.html 

Log message:
allow clicking on this page to add the cd to the cart on the order page again
ok beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/06 11:48:58

Modified files:
	.              : orders.html 

Log message:
pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/06 12:24:07

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

Log message:
doh. disable ahc here as well


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/06 12:25:39

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

Log message:
repair last: proper unimplemented'' trap check


CVSROOT:	/cvs
Module name:	XF4
Changes by:	miod@cvs.openbsd.org	2004/04/06 12:26:35

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

Log message:
Switch mvme88k to -O2; ok matthieu@ todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/06 12:33:50

Modified files:
	sys/arch/hppa/hppa: locore.S vm_machdep.c 
	sys/arch/hppa/include: cpufunc.h 

Log message:
in cpu_exit() make sure to flush the fpu operation (store fr0)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/06 12:51:22

Modified files:
	share/man/man4 : hilkbd.4 
	sys/dev/hil    : hilkbdmap.c 

Log message:
Hil keyboard layout for german keyboards, at least suitable for the PS/2-like
layout.

Based upon an old diff from paul@, tests and feedback otto@ paul@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/06 15:08:25

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
Add Microsoft MN-520 wireless card


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/06 15:08:42

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen; add Microsoft MN-520 wireless card


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/06 15:08:57

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

Log message:
Attach Microsoft MN-520 wireless card


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/06 15:10:03

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

Log message:
Microsoft MN-520 wireless card works now


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/04/06 16:15:14

Added files:
	images         : book1.jpg 

Log message:
Larger jpg of Firewalls book


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/04/06 16:15:58

Added files:
	images         : book2.jpg 

Log message:
Larger jpg of Absolute OpenBSD book


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/06 16:23:04

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

Log message:
Set mode and ownership when renaming file -> file.0 like we do when
moving the file across filesystems or renaming from file.0 -> file.1.
Problem noticed by mpech@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/06 16:35:42

Modified files:
	faq            : faq2.html 

Log message:
More man page section improvements, from discussion with jmc@
Mention that intro(4) is specific to the platform in question.


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/04/06 17:21:04

Modified files:
	.              : i386.html 

Log message:
Add PERC3/DCL. ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/06 17:28:49

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

Log message:
Add PERC3/DCL. ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/06 18:40:04

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

Log message:
Clean up printf's per deraadt@.  Kill panic in mpt_pci_attach per mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/06 18:59:07

Log message:
    flight of the amazon queen, another freebie for use w/scummvm
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-06
    
    N ports/games/fotaq/distinfo
    N ports/games/fotaq/Makefile
    N ports/games/fotaq/pkg/PLIST
    N ports/games/fotaq/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/06 19:03:21

Modified files:
	games          : Makefile 

Log message:
+fotaq


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/06 21:19:23

Modified files:
	x11/qt2        : Makefile 

Log message:
stop disabling optimization for sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/04/06 21:20:47

Modified files:
	sys/arch/arm/arm: conf.c 

Log message:
align /dev/crypto with it's device node. would allow crypto cards to be used.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/04/06 21:38:57

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

Log message:
hifn card works just fine (with working /dev/crypto).


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/04/07 00:14:35

Modified files:
	textproc/intltool: Makefile distinfo 
	textproc/intltool/pkg: PLIST 

Log message:
Update this to 0.30 and be rid of that OrigTree.pm madness.  Also
add a RUN_DEPEND on p5-XML-Parser as per suggestions.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/07 01:10:07

Modified files:
	de             : books.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/07 01:10:20

Modified files:
	openssh/hu     : faq.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/07 01:10:45

www/faq/hu

Update of /cvs/www/faq/hu
In directory cvs.openbsd.org:/tmp/cvs-serv1978/hu

Log Message:
Directory /cvs/www/faq/hu added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/07 01:11:25

Added files:
	faq/hu         : faq4.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/07 02:02:56

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

Log message:
- alter .Nd to reflect that characters can be counted also
(syncs description w/ posix)
- remove unnecessary .Fl
- note that the default listing may show character, rather than
byte, count

started by PR from Juan Vera (#3738)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/07 03:43:01

Modified files:
	sbin/route     : route.c 

Log message:
another piece inside qflag check


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/07 05:36:27

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

Log message:
kill whitespace at EOL;


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/07 06:07:11

Modified files:
	usr.sbin/tcpdump: print-ip6opts.c 

Log message:
Fix bounds check for printing of ip6 options. Similar fix in tcpdump
3.8.1.  From Greg Taleck <taleck at oz dot net>, with twist from
me to keep diffablility.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/04/07 07:06:34

Modified files:
	infrastructure/mk: bsd.port.subdir.mk 

Log message:
silence echo in recursive work, so that tsort no longer sees confusing
===> directory entries.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/07 07:11:36

Modified files:
	usr.bin/make   : arch.c buf.c cmd_exec.c compat.c cond.c dir.c 
	                 error.c for.c init.c job.c job.h lowparse.c 
	                 main.c make.c memory.c parse.c parse.h 
	                 parsevar.c regress.c stats.c str.c suff.c 
	                 targ.c timestamp.c var.c varmodifiers.c 
	                 varname.c 
	usr.bin/make/lst.lib: lstAddNew.c lstAppend.c lstConcat.c 
	                      lstConcatDestroy.c lstDeQueue.c 
	                      lstDestroy.c lstDupl.c lstFindFrom.c 
	                      lstForEachFrom.c lstInit.c lstInsert.c 
	                      lstMember.c lstRemove.c lstReplace.c 
	                      lstSucc.c 

Log message:
ISO function declarations, trim a few comments, rename a few variables to
more explicit/more consistent names.

okay otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/04/07 08:09:35

Modified files:
	games/backgammon/common_source: subs.c 
	libexec/identd : identd.c 
	sbin/disklabel : disklabel.c 
	sbin/fsck_ext2fs: main.c 
	sbin/ping      : ping.c 
	sbin/routed    : main.c 
	usr.sbin/extattrctl: extattrctl.c 
	usr.sbin/lpr/lpd: lpd.c 
	usr.sbin/tokenadm: tokenadm.c 

Log message:
Remove those option letters from the getopt string which do not have a case
handler below. millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/07 08:55:43

Modified files:
	bin/date       : date.1 

Log message:
list options w/o operands before options w/ operands (style(9));
.Xr adjtime 2 in SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/07 09:16:27

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

Log message:
from wiz@netbsd:

Add TNF copyright license in Matt Thomas' name; okayed by matt@.

problem found by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/07 09:33:32

Modified files:
	bin/date       : date.1 

Log message:
.Xr rdate 8 in SEE ALSO;
from xsa@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/07 09:47:52

Modified files:
	sys/dev/ic     : rtl81x9.c rtl81x9reg.h 
	sys/dev/cardbus: if_rl_cardbus.c cardbusdevs 

Log message:
attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/07 09:48:09

Modified files:
	sys/dev/cardbus: cardbusdevs.h cardbusdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/07 09:52:24

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

Log message:
another  8139


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/07 09:55:35

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

Log message:
doh. i386.html had even more models...


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/04/07 09:59:08

Modified files:
	.              : alpha.html amd64.html i386.html 

Log message:
sync the rl(4) device list w/ the man page


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/07 10:27:08

Modified files:
	sbin/dhclient  : dispatch.c 

Log message:
fix a logic botch in discover_interfaces that prevented dhclient to see
any but the first real interface
found yesterday evening at RATT when dhclient would not get me a lease on
wireless


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2004/04/07 11:08:12

Modified files:
	.              : press.html 

Log message:
The Register on Intel's 'Reverse Engineering' their 64-bit arch from AMD


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/04/07 11:24:23

Modified files:
	.              : hppa64.html 

Log message:
more of the unsupported stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/04/07 12:00:55

Modified files:
	sys/arch/i386/stand/libsa: pxe_net.c 

Log message:
Allow pxeboot to compile with gcc3.

Found by various (thanks!), fix originally from naddy@.  Prodded by espie@.

ok deraadt@


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

Modified files:
	sys/arch/hppa/conf: ld.script 
	sys/arch/hppa/dev: asp.c clock.c com_dino.c cpu.c cpudevs 
	                   devlist2h.awk lasi.c mem.c mongoose.c pdc.c 
	                   phantomas.c sti_sgc.c wax.c 
	sys/arch/hppa/gsc: com_gsc.c fdc_gsc.c gscbus.c gscbusvar.h 
	                   if_ie_gsc.c 
	sys/arch/hppa/hppa: db_disasm.c db_interface.c fpemu.S 
	                    in_cksum.c intr.c locore.S machdep.c 
	                    mainbus.c pmap.c process_machdep.c trap.c 
	                    vm_machdep.c wscons_machdep.c 
	sys/arch/hppa/include: autoconf.h bus.h conf.h cpu.h cpufunc.h 
	                       db_machdep.h eisa_machdep.h endian.h 
	                       frame.h intr.h iomod.h isa_machdep.h 
	                       kcore.h pcb.h pmap.h psl.h ptrace.h reg.h 
	                       reloc.h som.h trap.h 
	sys/arch/hppa/stand/boot: boot.8 conf.c exec.c srt0.S 
	sys/arch/hppa/stand/cdboot: cdboot.c 
	sys/arch/hppa/stand/libsa: cmd_hppa.c ct.c dev_hppa.c itecons.c 
	                           lf.c libsa.h lif.c machdep.c pdc.c 
	                           time.c 

Log message:
update copyright; miod@ is fine w/ files where he holds it too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/04/07 12:26:26

Modified files:
	audio/esound/pkg: PLIST 

Log message:
missing @dirrm on static arches.
Found by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/04/07 13:23:39

Modified files:
	etc            : rc.local 

Log message:
repair ntpd_flags; from Jeff Ito <jeffi@rcn.com>
ok miod@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/07 13:49:04

Modified files:
	net/ike-scan   : Makefile distinfo 
	net/ike-scan/pkg: PLIST 

Log message:
update to ike-scan 1.6

from maintainer Srebrenko Sehic <haver at insecure.dk>


CVSROOT:	/cvs
Module name:	www
Changes by:	mcbride@cvs.openbsd.org	2004/04/07 13:50:38

Modified files:
	.              : press.html 

Log message:
Fix link to kerneltrap interview with Theo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/07 14:00:49

Modified files:
	textproc/antiword: Makefile distinfo 
	textproc/antiword/pkg: PLIST 

Log message:
update to antiword 0.35

from Pedro Martelletto <pbastos at inf.puc-rio.br>


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/07 14:04:34

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
More careful when walking LIST queues. hshoexer@, david@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/07 14:14:46

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
since we removed all the multiple interfaces crap, we now need a lease
file per interface, and not one for all. Use /var/db/dhclient.leases.IFNAME
discussed with pb@ quite some time ago, ok tdeval@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/07 14:18:48

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
remove -D option which had no effect whatsover


CVSROOT:	/cvs
Module name:	www
Changes by:	mcbride@cvs.openbsd.org	2004/04/07 14:18:51

Modified files:
	.              : press.html 

Log message:
Add Ryan McBride Kerneltrap interview.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/07 14:42:13

Log message:
    import openssl-0.9.7d
    
    Status:
    
    Vendor Tag:	OPENSSL
    Release Tags:	OPENSSL_0_9_7D
    
    C src/lib/libssl/src/CHANGES
    U src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/config
    C src/lib/libssl/src/Configure
    U src/lib/libssl/src/e_os2.h
    U src/lib/libssl/src/e_os.h
    C src/lib/libssl/src/FAQ
    U src/lib/libssl/src/INSTALL
    U src/lib/libssl/src/install.com
    U src/lib/libssl/src/INSTALL.DJGPP
    U src/lib/libssl/src/INSTALL.MacOS
    U src/lib/libssl/src/INSTALL.OS2
    U src/lib/libssl/src/INSTALL.VMS
    U src/lib/libssl/src/INSTALL.W32
    U src/lib/libssl/src/INSTALL.WCE
    C src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile.org
    U src/lib/libssl/src/makevms.com
    C src/lib/libssl/src/Makefile.ssl
    C src/lib/libssl/src/NEWS
    U src/lib/libssl/src/openssl.doxy
    C src/lib/libssl/src/openssl.spec
    U src/lib/libssl/src/PROBLEMS
    C src/lib/libssl/src/README
    U src/lib/libssl/src/README.ASN1
    U src/lib/libssl/src/README.ENGINE
    U src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    C src/lib/libssl/src/apps/apps.h
    C src/lib/libssl/src/apps/asn1pars.c
    C src/lib/libssl/src/apps/ca.c
    U src/lib/libssl/src/apps/ca-cert.srl
    U src/lib/libssl/src/apps/CA.com
    U src/lib/libssl/src/apps/ca-key.pem
    C src/lib/libssl/src/apps/CA.pl
    U src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/ca-req.pem
    U src/lib/libssl/src/apps/CA.sh
    U src/lib/libssl/src/apps/cert.pem
    U src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    U src/lib/libssl/src/apps/crl2p7.c
    U src/lib/libssl/src/apps/crl.c
    C src/lib/libssl/src/apps/der_chop
    U src/lib/libssl/src/apps/der_chop.in
    C src/lib/libssl/src/apps/dgst.c
    U src/lib/libssl/src/apps/dh1024.pem
    U src/lib/libssl/src/apps/dh2048.pem
    U src/lib/libssl/src/apps/dh4096.pem
    U src/lib/libssl/src/apps/dh512.pem
    U src/lib/libssl/src/apps/dh.c
    U src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    U src/lib/libssl/src/apps/dsa.c
    U src/lib/libssl/src/apps/dsa-ca.pem
    U src/lib/libssl/src/apps/dsaparam.c
    U src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsap.pem
    C src/lib/libssl/src/apps/enc.c
    C src/lib/libssl/src/apps/engine.c
    U src/lib/libssl/src/apps/errstr.c
    U src/lib/libssl/src/apps/gendh.c
    U src/lib/libssl/src/apps/gendsa.c
    U src/lib/libssl/src/apps/genrsa.c
    U src/lib/libssl/src/apps/install.com
    U src/lib/libssl/src/apps/makeapps.com
    C src/lib/libssl/src/apps/Makefile.ssl
    U src/lib/libssl/src/apps/nseq.c
    C src/lib/libssl/src/apps/ocsp.c
    U src/lib/libssl/src/apps/oid.cnf
    U src/lib/libssl/src/apps/openssl.c
    C src/lib/libssl/src/apps/openssl.cnf
    U src/lib/libssl/src/apps/openssl-vms.cnf
    U src/lib/libssl/src/apps/passwd.c
    U src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    C src/lib/libssl/src/apps/pkcs12.c
    C src/lib/libssl/src/apps/pkcs7.c
    U src/lib/libssl/src/apps/pkcs8.c
    U src/lib/libssl/src/apps/privkey.pem
    U src/lib/libssl/src/apps/progs.h
    U src/lib/libssl/src/apps/progs.pl
    U src/lib/libssl/src/apps/rand.c
    C src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    U src/lib/libssl/src/apps/rsa8192.pem
    U src/lib/libssl/src/apps/rsa.c
    C src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    U src/lib/libssl/src/apps/s_apps.h
    U src/lib/libssl/src/apps/s_cb.c
    U src/lib/libssl/src/apps/s_client.c
    U src/lib/libssl/src/apps/server2.pem
    U src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    U src/lib/libssl/src/apps/sess_id.c
    U src/lib/libssl/src/apps/smime.c
    C src/lib/libssl/src/apps/speed.c
    U src/lib/libssl/src/apps/spkac.c
    U src/lib/libssl/src/apps/s_server.c
    C src/lib/libssl/src/apps/s_socket.c
    C src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/testCA.pem
    U src/lib/libssl/src/apps/testdsa.h
    U src/lib/libssl/src/apps/testrsa.h
    U src/lib/libssl/src/apps/verify.c
    U src/lib/libssl/src/apps/version.c
    U src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/MS
    U src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    U src/lib/libssl/src/bugs/SSLv3
    U src/lib/libssl/src/bugs/stream.c
    U src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/bugs/VC16.bug
    U src/lib/libssl/src/certs/ca-cert.pem
    U src/lib/libssl/src/certs/dsa-ca.pem
    U src/lib/libssl/src/certs/dsa-pca.pem
    U src/lib/libssl/src/certs/factory.pem
    U src/lib/libssl/src/certs/ICE-CA.pem
    U src/lib/libssl/src/certs/ICE.crl
    U src/lib/libssl/src/certs/ICE-root.pem
    U src/lib/libssl/src/certs/ICE-user.pem
    U src/lib/libssl/src/certs/nortelCA.pem
    U src/lib/libssl/src/certs/pca-cert.pem
    U src/lib/libssl/src/certs/RegTP-4R.pem
    U src/lib/libssl/src/certs/RegTP-5R.pem
    U src/lib/libssl/src/certs/RegTP-6R.pem
    U src/lib/libssl/src/certs/rsa-cca.pem
    U src/lib/libssl/src/certs/thawteCb.pem
    U src/lib/libssl/src/certs/thawteCp.pem
    U src/lib/libssl/src/certs/timCA.pem
    U src/lib/libssl/src/certs/tjhCA.pem
    U src/lib/libssl/src/certs/vsign1.pem
    U src/lib/libssl/src/certs/vsign2.pem
    C src/lib/libssl/src/certs/vsign3.pem
    U src/lib/libssl/src/certs/vsignss.pem
    U src/lib/libssl/src/certs/vsigntca.pem
    U src/lib/libssl/src/certs/expired/ICE-CA.pem
    U src/lib/libssl/src/certs/expired/ICE.crl
    U src/lib/libssl/src/certs/expired/ICE-root.pem
    U src/lib/libssl/src/certs/expired/ICE-user.pem
    U src/lib/libssl/src/certs/expired/rsa-ssca.pem
    N src/lib/libssl/src/certs/expired/vsign3.pem
    U src/lib/libssl/src/crypto/cpt_err.c
    U src/lib/libssl/src/crypto/cryptlib.c
    U src/lib/libssl/src/crypto/cryptlib.h
    U src/lib/libssl/src/crypto/crypto.h
    U src/lib/libssl/src/crypto/crypto-lib.com
    C src/lib/libssl/src/crypto/cversion.c
    U src/lib/libssl/src/crypto/ebcdic.c
    U src/lib/libssl/src/crypto/ebcdic.h
    U src/lib/libssl/src/crypto/ex_data.c
    U src/lib/libssl/src/crypto/install.com
    C src/lib/libssl/src/crypto/Makefile.ssl
    U src/lib/libssl/src/crypto/md32_common.h
    C src/lib/libssl/src/crypto/mem.c
    U src/lib/libssl/src/crypto/mem_clr.c
    C src/lib/libssl/src/crypto/mem_dbg.c
    U src/lib/libssl/src/crypto/opensslconf.h
    U src/lib/libssl/src/crypto/opensslconf.h.in
    C src/lib/libssl/src/crypto/opensslv.h
    U src/lib/libssl/src/crypto/ossl_typ.h
    U src/lib/libssl/src/crypto/o_time.c
    U src/lib/libssl/src/crypto/o_time.h
    U src/lib/libssl/src/crypto/symhacks.h
    U src/lib/libssl/src/crypto/tmdiff.c
    U src/lib/libssl/src/crypto/tmdiff.h
    U src/lib/libssl/src/crypto/uid.c
    C src/lib/libssl/src/crypto/aes/aes_cbc.c
    U src/lib/libssl/src/crypto/aes/aes_cfb.c
    U src/lib/libssl/src/crypto/aes/aes_core.c
    U src/lib/libssl/src/crypto/aes/aes_ctr.c
    U src/lib/libssl/src/crypto/aes/aes_ecb.c
    U src/lib/libssl/src/crypto/aes/aes.h
    U src/lib/libssl/src/crypto/aes/aes_locl.h
    U src/lib/libssl/src/crypto/aes/aes_misc.c
    U src/lib/libssl/src/crypto/aes/aes_ofb.c
    C src/lib/libssl/src/crypto/aes/Makefile.ssl
    U src/lib/libssl/src/crypto/aes/README
    U src/lib/libssl/src/crypto/asn1/a_bitstr.c
    U src/lib/libssl/src/crypto/asn1/a_bool.c
    U src/lib/libssl/src/crypto/asn1/a_bytes.c
    U src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    U src/lib/libssl/src/crypto/asn1/a_digest.c
    U src/lib/libssl/src/crypto/asn1/a_dup.c
    U src/lib/libssl/src/crypto/asn1/a_enum.c
    C src/lib/libssl/src/crypto/asn1/a_gentm.c
    U src/lib/libssl/src/crypto/asn1/a_hdr.c
    U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    U src/lib/libssl/src/crypto/asn1/a_int.c
    C src/lib/libssl/src/crypto/asn1/a_mbstr.c
    U src/lib/libssl/src/crypto/asn1/a_meth.c
    U src/lib/libssl/src/crypto/asn1/a_object.c
    U src/lib/libssl/src/crypto/asn1/a_octet.c
    U src/lib/libssl/src/crypto/asn1/a_print.c
    U src/lib/libssl/src/crypto/asn1/a_set.c
    U src/lib/libssl/src/crypto/asn1/a_sign.c
    U src/lib/libssl/src/crypto/asn1/asn1_err.c
    U src/lib/libssl/src/crypto/asn1/asn1.h
    C src/lib/libssl/src/crypto/asn1/asn1_lib.c
    U src/lib/libssl/src/crypto/asn1/asn1_mac.h
    C src/lib/libssl/src/crypto/asn1/asn1_par.c
    U src/lib/libssl/src/crypto/asn1/asn1t.h
    C src/lib/libssl/src/crypto/asn1/asn_moid.c
    U src/lib/libssl/src/crypto/asn1/f.c
    U src/lib/libssl/src/crypto/asn1/asn_pack.c
    C src/lib/libssl/src/crypto/asn1/a_strex.c
    U src/lib/libssl/src/crypto/asn1/a_strnid.c
    C src/lib/libssl/src/crypto/asn1/a_time.c
    U src/lib/libssl/src/crypto/asn1/a_type.c
    C src/lib/libssl/src/crypto/asn1/a_utctm.c
    U src/lib/libssl/src/crypto/asn1/a_utf8.c
    U src/lib/libssl/src/crypto/asn1/a_verify.c
    U src/lib/libssl/src/crypto/asn1/charmap.h
    U src/lib/libssl/src/crypto/asn1/charmap.pl
    U src/lib/libssl/src/crypto/asn1/d2i_pr.c
    U src/lib/libssl/src/crypto/asn1/d2i_pu.c
    U src/lib/libssl/src/crypto/asn1/evp_asn1.c
    U src/lib/libssl/src/crypto/asn1/f_enum.c
    U src/lib/libssl/src/crypto/asn1/f_int.c
    U src/lib/libssl/src/crypto/asn1/f_string.c
    U src/lib/libssl/src/crypto/asn1/i2d_pr.c
    U src/lib/libssl/src/crypto/asn1/i2d_pu.c
    C src/lib/libssl/src/crypto/asn1/Makefile.ssl
    U src/lib/libssl/src/crypto/asn1/n_pkey.c
    U src/lib/libssl/src/crypto/asn1/nsseq.c
    U src/lib/libssl/src/crypto/asn1/p5_pbe.c
    U src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    U src/lib/libssl/src/crypto/asn1/p8_key.c
    U src/lib/libssl/src/crypto/asn1/t_crl.c
    U src/lib/libssl/src/crypto/asn1/p8_pkey.c
    U src/lib/libssl/src/crypto/asn1/tasn_dec.c
    U src/lib/libssl/src/crypto/asn1/tasn_enc.c
    U src/lib/libssl/src/crypto/asn1/tasn_fre.c
    U src/lib/libssl/src/crypto/asn1/tasn_new.c
    U src/lib/libssl/src/crypto/asn1/tasn_prn.c
    U src/lib/libssl/src/crypto/asn1/tasn_typ.c
    U src/lib/libssl/src/crypto/asn1/tasn_utl.c
    U src/lib/libssl/src/crypto/asn1/t_bitst.c
    C src/lib/libssl/src/crypto/asn1/t_pkey.c
    U src/lib/libssl/src/crypto/asn1/t_req.c
    U src/lib/libssl/src/crypto/asn1/t_spki.c
    U src/lib/libssl/src/crypto/asn1/t_x509a.c
    U src/lib/libssl/src/crypto/asn1/t_x509.c
    U src/lib/libssl/src/crypto/asn1/x_algor.c
    U src/lib/libssl/src/crypto/asn1/x_attrib.c
    U src/lib/libssl/src/crypto/asn1/x_bignum.c
    U src/lib/libssl/src/crypto/asn1/x_cinf.c
    U src/lib/libssl/src/crypto/asn1/x_crl.c
    U src/lib/libssl/src/crypto/asn1/x_exten.c
    U src/lib/libssl/src/crypto/asn1/x_info.c
    C src/lib/libssl/src/crypto/asn1/x_long.c
    U src/lib/libssl/src/crypto/asn1/x_name.c
    U src/lib/libssl/src/crypto/asn1/x_pkey.c
    U src/lib/libssl/src/crypto/asn1/x_pubkey.c
    U src/lib/libssl/src/crypto/asn1/x_req.c
    U src/lib/libssl/src/crypto/asn1/x_sig.c
    U src/lib/libssl/src/crypto/asn1/x_spki.c
    U src/lib/libssl/src/crypto/asn1/x_val.c
    U src/lib/libssl/src/crypto/asn1/x_x509a.c
    U src/lib/libssl/src/crypto/asn1/x_x509.c
    U src/lib/libssl/src/crypto/bf/bf_cbc.c
    U src/lib/libssl/src/crypto/bf/bf_cfb64.c
    U src/lib/libssl/src/crypto/bf/bf_ecb.c
    U src/lib/libssl/src/crypto/bf/bf_enc.c
    U src/lib/libssl/src/crypto/bf/bf_locl.h
    U src/lib/libssl/src/crypto/bf/bf_ofb64.c
    U src/lib/libssl/src/crypto/bf/bf_opts.c
    U src/lib/libssl/src/crypto/bf/bf_pi.h
    U src/lib/libssl/src/crypto/bf/bfs.cpp
    U src/lib/libssl/src/crypto/bf/bf_skey.c
    U src/lib/libssl/src/crypto/bf/bfspeed.c
    U src/lib/libssl/src/crypto/bf/bftest.c
    U src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    C src/lib/libssl/src/crypto/bf/Makefile.ssl
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    U src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    U src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    C src/lib/libssl/src/crypto/bio/b_dump.c
    U src/lib/libssl/src/crypto/bio/bf_buff.c
    U src/lib/libssl/src/crypto/bio/bf_lbuf.c
    U src/lib/libssl/src/crypto/bio/bf_nbio.c
    U src/lib/libssl/src/crypto/bio/bf_null.c
    C src/lib/libssl/src/crypto/bio/bio_cb.c
    U src/lib/libssl/src/crypto/bio/bio_err.c
    U src/lib/libssl/src/crypto/bio/bio.h
    U src/lib/libssl/src/crypto/bio/bio_lib.c
    C src/lib/libssl/src/crypto/bio/b_print.c
    C src/lib/libssl/src/crypto/bio/b_sock.c
    U src/lib/libssl/src/crypto/bio/bss_acpt.c
    U src/lib/libssl/src/crypto/bio/bss_bio.c
    C src/lib/libssl/src/crypto/bio/bss_conn.c
    U src/lib/libssl/src/crypto/bio/bss_fd.c
    C src/lib/libssl/src/crypto/bio/bss_file.c
    U src/lib/libssl/src/crypto/bio/bss_log.c
    U src/lib/libssl/src/crypto/bio/bss_mem.c
    U src/lib/libssl/src/crypto/bio/bss_null.c
    U src/lib/libssl/src/crypto/bio/bss_rtcp.c
    U src/lib/libssl/src/crypto/bio/bss_sock.c
    C src/lib/libssl/src/crypto/bio/Makefile.ssl
    U src/lib/libssl/src/crypto/bn/bn_add.c
    U src/lib/libssl/src/crypto/bn/bn_asm.c
    U src/lib/libssl/src/crypto/bn/bn_blind.c
    U src/lib/libssl/src/crypto/bn/bn_ctx.c
    U src/lib/libssl/src/crypto/bn/bn_div.c
    U src/lib/libssl/src/crypto/bn/bn_err.c
    U src/lib/libssl/src/crypto/bn/bn_exp2.c
    U src/lib/libssl/src/crypto/bn/bn_exp.c
    U src/lib/libssl/src/crypto/bn/bn_gcd.c
    U src/lib/libssl/src/crypto/bn/bn.h
    U src/lib/libssl/src/crypto/bn/bn_kron.c
    C src/lib/libssl/src/crypto/bn/bn_lcl.h
    C src/lib/libssl/src/crypto/bn/bn_lib.c
    U src/lib/libssl/src/crypto/bn/bn_mod.c
    U src/lib/libssl/src/crypto/bn/bn_mont.c
    U src/lib/libssl/src/crypto/bn/bn_mpi.c
    U src/lib/libssl/src/crypto/bn/bn.mul
    U src/lib/libssl/src/crypto/bn/bn_mul.c
    U src/lib/libssl/src/crypto/bn/bn_prime.c
    U src/lib/libssl/src/crypto/bn/bn_prime.h
    U src/lib/libssl/src/crypto/bn/bn_prime.pl
    C src/lib/libssl/src/crypto/bn/bn_print.c
    U src/lib/libssl/src/crypto/bn/bn_rand.c
    U src/lib/libssl/src/crypto/bn/bn_recp.c
    U src/lib/libssl/src/crypto/bn/bn_shift.c
    U src/lib/libssl/src/crypto/bn/bnspeed.c
    U src/lib/libssl/src/crypto/bn/bn_sqr.c
    U src/lib/libssl/src/crypto/bn/bn_sqrt.c
    U src/lib/libssl/src/crypto/bn/bntest.c
    U src/lib/libssl/src/crypto/bn/bn_word.c
    U src/lib/libssl/src/crypto/bn/divtest.c
    U src/lib/libssl/src/crypto/bn/exp.c
    U src/lib/libssl/src/crypto/bn/expspeed.c
    U src/lib/libssl/src/crypto/bn/exptest.c
    C src/lib/libssl/src/crypto/bn/Makefile.ssl
    U src/lib/libssl/src/crypto/bn/todo
    U src/lib/libssl/src/crypto/bn/vms-helper.c
    U src/lib/libssl/src/crypto/bn/asm/alpha.s
    U src/lib/libssl/src/crypto/bn/asm/alpha.s.works
    C src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    U src/lib/libssl/src/crypto/bn/asm/bn-alpha.pl
    U src/lib/libssl/src/crypto/bn/asm/ca.pl
    U src/lib/libssl/src/crypto/bn/asm/co-586.pl
    U src/lib/libssl/src/crypto/bn/asm/co-alpha.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64.S
    U src/lib/libssl/src/crypto/bn/asm/mips1.s
    U src/lib/libssl/src/crypto/bn/asm/mips3.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    I src/lib/libssl/src/crypto/bn/asm/pa-risc2.s.old
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc.s
    U src/lib/libssl/src/crypto/bn/asm/r3000.s
    U src/lib/libssl/src/crypto/bn/asm/README
    U src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    U src/lib/libssl/src/crypto/bn/asm/vms.mar
    U src/lib/libssl/src/crypto/bn/asm/x86_64-gcc.c
    U src/lib/libssl/src/crypto/bn/asm/x86.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/div.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c4.works.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha/sub.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/div.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c4.works.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c4.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr_c8.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/alpha.works/sub.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/f
    U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    U src/lib/libssl/src/crypto/buffer/buf_err.c
    U src/lib/libssl/src/crypto/buffer/buffer.c
    U src/lib/libssl/src/crypto/buffer/buffer.h
    C src/lib/libssl/src/crypto/buffer/Makefile.ssl
    U src/lib/libssl/src/crypto/cast/cast.h
    U src/lib/libssl/src/crypto/cast/cast_lcl.h
    U src/lib/libssl/src/crypto/cast/castopts.c
    U src/lib/libssl/src/crypto/cast/casts.cpp
    U src/lib/libssl/src/crypto/cast/cast_s.h
    U src/lib/libssl/src/crypto/cast/cast_spd.c
    U src/lib/libssl/src/crypto/cast/casttest.c
    U src/lib/libssl/src/crypto/cast/c_cfb64.c
    U src/lib/libssl/src/crypto/cast/c_ecb.c
    U src/lib/libssl/src/crypto/cast/c_enc.c
    U src/lib/libssl/src/crypto/cast/c_ofb64.c
    U src/lib/libssl/src/crypto/cast/c_skey.c
    C src/lib/libssl/src/crypto/cast/Makefile.ssl
    U src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    U src/lib/libssl/src/crypto/comp/comp_err.c
    U src/lib/libssl/src/crypto/comp/comp.h
    U src/lib/libssl/src/crypto/comp/comp_lib.c
    U src/lib/libssl/src/crypto/comp/c_rle.c
    U src/lib/libssl/src/crypto/comp/c_zlib.c
    C src/lib/libssl/src/crypto/comp/Makefile.ssl
    U src/lib/libssl/src/crypto/conf/cnf_save.c
    U src/lib/libssl/src/crypto/conf/conf_api.c
    U src/lib/libssl/src/crypto/conf/conf_api.h
    C src/lib/libssl/src/crypto/conf/conf_def.c
    U src/lib/libssl/src/crypto/conf/conf_def.h
    U src/lib/libssl/src/crypto/conf/conf_err.c
    U src/lib/libssl/src/crypto/conf/conf.h
    U src/lib/libssl/src/crypto/conf/conf_lib.c
    U src/lib/libssl/src/crypto/conf/conf_mall.c
    C src/lib/libssl/src/crypto/conf/conf_mod.c
    U src/lib/libssl/src/crypto/conf/conf_sap.c
    U src/lib/libssl/src/crypto/conf/keysets.pl
    C src/lib/libssl/src/crypto/conf/Makefile.ssl
    U src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    U src/lib/libssl/src/crypto/conf/test.c
    U src/lib/libssl/src/crypto/des/cbc3_enc.c
    U src/lib/libssl/src/crypto/des/cbc_cksm.c
    U src/lib/libssl/src/crypto/des/cbc_enc.c
    U src/lib/libssl/src/crypto/des/cfb64ede.c
    U src/lib/libssl/src/crypto/des/cfb64enc.c
    C src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    U src/lib/libssl/src/crypto/des/des3s.cpp
    U src/lib/libssl/src/crypto/des/des.c
    U src/lib/libssl/src/crypto/des/des_enc.c
    U src/lib/libssl/src/crypto/des/des.h
    U src/lib/libssl/src/crypto/des/des-lib.com
    U src/lib/libssl/src/crypto/des/des_locl.h
    U src/lib/libssl/src/crypto/des/des_old2.c
    U src/lib/libssl/src/crypto/des/des_old.c
    U src/lib/libssl/src/crypto/des/des_old.h
    U src/lib/libssl/src/crypto/des/des_opts.c
    U src/lib/libssl/src/crypto/des/DES.pm
    U src/lib/libssl/src/crypto/des/des.pod
    U src/lib/libssl/src/crypto/des/dess.cpp
    U src/lib/libssl/src/crypto/des/destest.c
    U src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/DES.xs
    U src/lib/libssl/src/crypto/des/ecb3_enc.c
    U src/lib/libssl/src/crypto/des/FILES0
    C src/lib/libssl/src/crypto/des/ecb_enc.c
    U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    U src/lib/libssl/src/crypto/des/enc_read.c
    U src/lib/libssl/src/crypto/des/enc_writ.c
    U src/lib/libssl/src/crypto/des/fcrypt_b.c
    U src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/KERBEROS
    U src/lib/libssl/src/crypto/des/makefile.bc
    C src/lib/libssl/src/crypto/des/Makefile.ssl
    U src/lib/libssl/src/crypto/des/ncbc_enc.c
    U src/lib/libssl/src/crypto/des/ofb64ede.c
    U src/lib/libssl/src/crypto/des/ofb64enc.c
    U src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    U src/lib/libssl/src/crypto/des/pcbc_enc.c
    U src/lib/libssl/src/crypto/des/qud_cksm.c
    U src/lib/libssl/src/crypto/des/rand_key.c
    U src/lib/libssl/src/crypto/des/read2pwd.c
    U src/lib/libssl/src/crypto/des/README
    U src/lib/libssl/src/crypto/des/read_pwd.c
    U src/lib/libssl/src/crypto/des/rpc_des.h
    U src/lib/libssl/src/crypto/des/rpc_enc.c
    U src/lib/libssl/src/crypto/des/rpw.c
    U src/lib/libssl/src/crypto/des/set_key.c
    U src/lib/libssl/src/crypto/des/speed.c
    U src/lib/libssl/src/crypto/des/spr.h
    U src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    U src/lib/libssl/src/crypto/des/VERSION
    U src/lib/libssl/src/crypto/des/xcbc_enc.c
    U src/lib/libssl/src/crypto/des/asm/crypt586.pl
    U src/lib/libssl/src/crypto/des/asm/des-586.pl
    U src/lib/libssl/src/crypto/des/asm/des686.pl
    U src/lib/libssl/src/crypto/des/asm/desboth.pl
    U src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    U src/lib/libssl/src/crypto/des/times/usparc.cc
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    U src/lib/libssl/src/crypto/dh/dh_asn1.c
    U src/lib/libssl/src/crypto/dh/dh_check.c
    U src/lib/libssl/src/crypto/dh/dh_err.c
    U src/lib/libssl/src/crypto/dh/dh_gen.c
    U src/lib/libssl/src/crypto/dh/dh.h
    U src/lib/libssl/src/crypto/dh/dh_key.c
    U src/lib/libssl/src/crypto/dh/dh_lib.c
    U src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    C src/lib/libssl/src/crypto/dh/Makefile.ssl
    U src/lib/libssl/src/crypto/dh/p1024.c
    U src/lib/libssl/src/crypto/dh/p192.c
    U src/lib/libssl/src/crypto/dh/p512.c
    U src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    U src/lib/libssl/src/crypto/dsa/dsa_err.c
    U src/lib/libssl/src/crypto/dsa/dsa_gen.c
    U src/lib/libssl/src/crypto/dsa/dsagen.c
    U src/lib/libssl/src/crypto/dsa/dsa.h
    U src/lib/libssl/src/crypto/dsa/dsa_key.c
    U src/lib/libssl/src/crypto/dsa/dsa_lib.c
    U src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    U src/lib/libssl/src/crypto/dsa/dsa_sign.c
    U src/lib/libssl/src/crypto/dsa/dsatest.c
    U src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    C src/lib/libssl/src/crypto/dsa/Makefile.ssl
    U src/lib/libssl/src/crypto/dsa/README
    U src/lib/libssl/src/crypto/dso/dso_dl.c
    U src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    U src/lib/libssl/src/crypto/dso/dso_err.c
    U src/lib/libssl/src/crypto/dso/dso.h
    C src/lib/libssl/src/crypto/dso/dso_lib.c
    U src/lib/libssl/src/crypto/dso/dso_null.c
    U src/lib/libssl/src/crypto/dso/dso_openssl.c
    U src/lib/libssl/src/crypto/dso/dso_vms.c
    U src/lib/libssl/src/crypto/dso/dso_win32.c
    C src/lib/libssl/src/crypto/dso/Makefile.ssl
    U src/lib/libssl/src/crypto/dso/README
    U src/lib/libssl/src/crypto/ec/ec_cvt.c
    U src/lib/libssl/src/crypto/ec/ec_err.c
    U src/lib/libssl/src/crypto/ec/ec.h
    U src/lib/libssl/src/crypto/ec/ec_lcl.h
    U src/lib/libssl/src/crypto/ec/ec_lib.c
    U src/lib/libssl/src/crypto/ec/ec_mult.c
    U src/lib/libssl/src/crypto/ec/ecp_mont.c
    U src/lib/libssl/src/crypto/ec/ecp_nist.c
    U src/lib/libssl/src/crypto/ec/ecp_recp.c
    C src/lib/libssl/src/crypto/ec/ecp_smpl.c
    U src/lib/libssl/src/crypto/ec/ectest.c
    C src/lib/libssl/src/crypto/ec/Makefile.ssl
    U src/lib/libssl/src/crypto/engine/eng_all.c
    U src/lib/libssl/src/crypto/engine/eng_cnf.c
    C src/lib/libssl/src/crypto/engine/eng_ctrl.c
    U src/lib/libssl/src/crypto/engine/eng_dyn.c
    U src/lib/libssl/src/crypto/engine/eng_err.c
    C src/lib/libssl/src/crypto/engine/eng_fat.c
    C src/lib/libssl/src/crypto/engine/engine.h
    U src/lib/libssl/src/crypto/engine/enginetest.c
    U src/lib/libssl/src/crypto/engine/eng_init.c
    U src/lib/libssl/src/crypto/engine/eng_int.h
    U src/lib/libssl/src/crypto/engine/eng_lib.c
    U src/lib/libssl/src/crypto/engine/eng_list.c
    U src/lib/libssl/src/crypto/engine/eng_openssl.c
    U src/lib/libssl/src/crypto/engine/eng_pkey.c
    U src/lib/libssl/src/crypto/engine/eng_table.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca_err.c
    U src/lib/libssl/src/crypto/engine/hw_4758_cca_err.h
    U src/lib/libssl/src/crypto/engine/hw_aep.c
    U src/lib/libssl/src/crypto/engine/hw_aep_err.c
    U src/lib/libssl/src/crypto/engine/hw_aep_err.h
    U src/lib/libssl/src/crypto/engine/hw_atalla.c
    U src/lib/libssl/src/crypto/engine/hw_atalla_err.c
    U src/lib/libssl/src/crypto/engine/hw_atalla_err.h
    C src/lib/libssl/src/crypto/engine/hw_cryptodev.c
    U src/lib/libssl/src/crypto/engine/hw_cswift.c
    U src/lib/libssl/src/crypto/engine/hw_cswift_err.c
    U src/lib/libssl/src/crypto/engine/hw_cswift_err.h
    U src/lib/libssl/src/crypto/engine/hw.ec
    U src/lib/libssl/src/crypto/engine/hw_ncipher.c
    U src/lib/libssl/src/crypto/engine/hw_ncipher_err.c
    U src/lib/libssl/src/crypto/engine/hw_ncipher_err.h
    U src/lib/libssl/src/crypto/engine/hw_nuron.c
    U src/lib/libssl/src/crypto/engine/hw_nuron_err.c
    U src/lib/libssl/src/crypto/engine/hw_nuron_err.h
    U src/lib/libssl/src/crypto/engine/hw_sureware.c
    U src/lib/libssl/src/crypto/engine/hw_sureware_err.c
    U src/lib/libssl/src/crypto/engine/hw_sureware_err.h
    U src/lib/libssl/src/crypto/engine/hw_ubsec.c
    U src/lib/libssl/src/crypto/engine/hw_ubsec_err.c
    U src/lib/libssl/src/crypto/engine/hw_ubsec_err.h
    C src/lib/libssl/src/crypto/engine/Makefile.ssl
    U src/lib/libssl/src/crypto/engine/README
    U src/lib/libssl/src/crypto/engine/tb_cipher.c
    U src/lib/libssl/src/crypto/engine/tb_dh.c
    U src/lib/libssl/src/crypto/engine/tb_digest.c
    U src/lib/libssl/src/crypto/engine/tb_dsa.c
    U src/lib/libssl/src/crypto/engine/tb_rand.c
    U src/lib/libssl/src/crypto/engine/tb_rsa.c
    U src/lib/libssl/src/crypto/engine/vendor_defns/aep.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/atalla.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/cswift.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hw_4758_cca.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hwcryptohook.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/hw_ubsec.h
    U src/lib/libssl/src/crypto/engine/vendor_defns/sureware.h
    U src/lib/libssl/src/crypto/err/err_all.c
    C src/lib/libssl/src/crypto/err/err.c
    U src/lib/libssl/src/crypto/err/err.h
    U src/lib/libssl/src/crypto/err/err_prn.c
    C src/lib/libssl/src/crypto/err/Makefile.ssl
    U src/lib/libssl/src/crypto/err/openssl.ec
    U src/lib/libssl/src/crypto/evp/bio_b64.c
    U src/lib/libssl/src/crypto/evp/bio_enc.c
    U src/lib/libssl/src/crypto/evp/bio_md.c
    C src/lib/libssl/src/crypto/evp/bio_ok.c
    U src/lib/libssl/src/crypto/evp/c_all.c
    U src/lib/libssl/src/crypto/evp/c_allc.c
    U src/lib/libssl/src/crypto/evp/c_alld.c
    C src/lib/libssl/src/crypto/evp/digest.c
    U src/lib/libssl/src/crypto/evp/e_aes.c
    U src/lib/libssl/src/crypto/evp/e_bf.c
    U src/lib/libssl/src/crypto/evp/e_cast.c
    U src/lib/libssl/src/crypto/evp/e_des3.c
    U src/lib/libssl/src/crypto/evp/e_des.c
    U src/lib/libssl/src/crypto/evp/e_dsa.c
    U src/lib/libssl/src/crypto/evp/e_idea.c
    U src/lib/libssl/src/crypto/evp/encode.c
    U src/lib/libssl/src/crypto/evp/e_null.c
    U src/lib/libssl/src/crypto/evp/e_rc2.c
    U src/lib/libssl/src/crypto/evp/e_rc4.c
    U src/lib/libssl/src/crypto/evp/e_rc5.c
    U src/lib/libssl/src/crypto/evp/evp_acnf.c
    C src/lib/libssl/src/crypto/evp/evp_enc.c
    U src/lib/libssl/src/crypto/evp/evp_err.c
    C src/lib/libssl/src/crypto/evp/evp.h
    U src/lib/libssl/src/crypto/evp/evp_key.c
    U src/lib/libssl/src/crypto/evp/evp_lib.c
    U src/lib/libssl/src/crypto/evp/evp_locl.h
    C src/lib/libssl/src/crypto/evp/evp_pbe.c
    C src/lib/libssl/src/crypto/evp/evp_pkey.c
    U src/lib/libssl/src/crypto/evp/evp_test.c
    U src/lib/libssl/src/crypto/evp/evptests.txt
    U src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    C src/lib/libssl/src/crypto/evp/Makefile.ssl
    U src/lib/libssl/src/crypto/evp/m_dss1.c
    U src/lib/libssl/src/crypto/evp/m_dss.c
    U src/lib/libssl/src/crypto/evp/m_md2.c
    U src/lib/libssl/src/crypto/evp/m_md4.c
    U src/lib/libssl/src/crypto/evp/m_md5.c
    U src/lib/libssl/src/crypto/evp/m_mdc2.c
    U src/lib/libssl/src/crypto/evp/m_null.c
    U src/lib/libssl/src/crypto/evp/m_ripemd.c
    U src/lib/libssl/src/crypto/evp/m_sha1.c
    U src/lib/libssl/src/crypto/evp/m_sha.c
    U src/lib/libssl/src/crypto/evp/names.c
    U src/lib/libssl/src/crypto/evp/openbsd_hw.c
    U src/lib/libssl/src/crypto/evp/p5_crpt2.c
    U src/lib/libssl/src/crypto/evp/p5_crpt.c
    U src/lib/libssl/src/crypto/evp/p_dec.c
    U src/lib/libssl/src/crypto/evp/p_enc.c
    U src/lib/libssl/src/crypto/evp/p_lib.c
    U src/lib/libssl/src/crypto/evp/p_open.c
    U src/lib/libssl/src/crypto/evp/p_seal.c
    U src/lib/libssl/src/crypto/evp/p_sign.c
    U src/lib/libssl/src/crypto/evp/p_verify.c
    U src/lib/libssl/src/crypto/hmac/hmac.c
    U src/lib/libssl/src/crypto/hmac/hmac.h
    U src/lib/libssl/src/crypto/hmac/hmactest.c
    C src/lib/libssl/src/crypto/hmac/Makefile.ssl
    U src/lib/libssl/src/crypto/idea/idea.h
    U src/lib/libssl/src/crypto/idea/ideatest.c
    C src/lib/libssl/src/crypto/idea/Makefile.ssl
    U src/lib/libssl/src/crypto/idea/version
    U src/lib/libssl/src/crypto/krb5/krb5_asn.c
    U src/lib/libssl/src/crypto/krb5/krb5_asn.h
    C src/lib/libssl/src/crypto/krb5/Makefile.ssl
    U src/lib/libssl/src/crypto/lhash/lhash.c
    U src/lib/libssl/src/crypto/lhash/lhash.h
    U src/lib/libssl/src/crypto/lhash/lh_stats.c
    U src/lib/libssl/src/crypto/lhash/lh_test.c
    C src/lib/libssl/src/crypto/lhash/Makefile.ssl
    U src/lib/libssl/src/crypto/lhash/num.pl
    C src/lib/libssl/src/crypto/md2/Makefile.ssl
    U src/lib/libssl/src/crypto/md2/md2.c
    U src/lib/libssl/src/crypto/md2/md2_dgst.c
    U src/lib/libssl/src/crypto/md2/md2.h
    U src/lib/libssl/src/crypto/md2/md2_one.c
    U src/lib/libssl/src/crypto/md2/md2test.c
    C src/lib/libssl/src/crypto/md4/Makefile.ssl
    U src/lib/libssl/src/crypto/md4/md4.c
    U src/lib/libssl/src/crypto/md4/md4_dgst.c
    U src/lib/libssl/src/crypto/md4/md4.h
    U src/lib/libssl/src/crypto/md4/md4_locl.h
    U src/lib/libssl/src/crypto/md4/md4_one.c
    U src/lib/libssl/src/crypto/md4/md4s.cpp
    U src/lib/libssl/src/crypto/md4/md4test.c
    C src/lib/libssl/src/crypto/md5/Makefile.ssl
    U src/lib/libssl/src/crypto/md5/md5.c
    U src/lib/libssl/src/crypto/md5/md5_dgst.c
    U src/lib/libssl/src/crypto/md5/md5.h
    U src/lib/libssl/src/crypto/md5/md5_locl.h
    U src/lib/libssl/src/crypto/md5/md5_one.c
    U src/lib/libssl/src/crypto/md5/md5s.cpp
    U src/lib/libssl/src/crypto/md5/md5test.c
    U src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    U src/lib/libssl/src/crypto/md5/asm/md5-sparcv9.S
    C src/lib/libssl/src/crypto/mdc2/Makefile.ssl
    U src/lib/libssl/src/crypto/mdc2/mdc2.h
    U src/lib/libssl/src/crypto/mdc2/mdc2test.c
    C src/lib/libssl/src/crypto/objects/Makefile.ssl
    C src/lib/libssl/src/crypto/objects/obj_dat.c
    U src/lib/libssl/src/crypto/objects/obj_dat.h
    C src/lib/libssl/src/crypto/objects/obj_dat.pl
    U src/lib/libssl/src/crypto/objects/objects.h
    U src/lib/libssl/src/crypto/objects/objects.pl
    U src/lib/libssl/src/crypto/objects/objects.README
    U src/lib/libssl/src/crypto/objects/objects.txt
    U src/lib/libssl/src/crypto/objects/obj_err.c
    U src/lib/libssl/src/crypto/objects/obj_lib.c
    U src/lib/libssl/src/crypto/objects/obj_mac.h
    U src/lib/libssl/src/crypto/objects/obj_mac.num
    U src/lib/libssl/src/crypto/objects/o_names.c
    C src/lib/libssl/src/crypto/ocsp/Makefile.ssl
    U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    U src/lib/libssl/src/crypto/ocsp/ocsp.h
    U src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    C src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    C src/lib/libssl/src/crypto/pem/Makefile.ssl
    U src/lib/libssl/src/crypto/pem/message
    U src/lib/libssl/src/crypto/pem/pem2.h
    U src/lib/libssl/src/crypto/pem/pem_all.c
    U src/lib/libssl/src/crypto/pem/pem_err.c
    U src/lib/libssl/src/crypto/pem/pem.h
    U src/lib/libssl/src/crypto/pem/pem_info.c
    C src/lib/libssl/src/crypto/pem/pem_lib.c
    U src/lib/libssl/src/crypto/pem/pem_oth.c
    U src/lib/libssl/src/crypto/pem/pem_pk8.c
    C src/lib/libssl/src/crypto/pem/pem_pkey.c
    U src/lib/libssl/src/crypto/pem/pem_seal.c
    U src/lib/libssl/src/crypto/pem/pem_sign.c
    U src/lib/libssl/src/crypto/pem/pem_x509.c
    U src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    U src/lib/libssl/src/crypto/perlasm/alpha.pl
    U src/lib/libssl/src/crypto/perlasm/cbc.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    U src/lib/libssl/src/crypto/perlasm/x86asm.pl
    U src/lib/libssl/src/crypto/perlasm/x86ms.pl
    U src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    U src/lib/libssl/src/crypto/perlasm/x86unix.pl
    C src/lib/libssl/src/crypto/pkcs12/Makefile.ssl
    U src/lib/libssl/src/crypto/pkcs12/p12_add.c
    U src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    U src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_init.c
    U src/lib/libssl/src/crypto/pkcs12/p12_key.c
    U src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    U src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    U src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    U src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    U src/lib/libssl/src/crypto/pkcs12/pk12err.c
    U src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    U src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    U src/lib/libssl/src/crypto/pkcs7/dec.c
    U src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    U src/lib/libssl/src/crypto/pkcs7/enc.c
    U src/lib/libssl/src/crypto/pkcs7/es1.pem
    U src/lib/libssl/src/crypto/pkcs7/example.c
    U src/lib/libssl/src/crypto/pkcs7/example.h
    U src/lib/libssl/src/crypto/pkcs7/infokey.pem
    U src/lib/libssl/src/crypto/pkcs7/info.pem
    C src/lib/libssl/src/crypto/pkcs7/Makefile.ssl
    U src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    U src/lib/libssl/src/crypto/pkcs7/sign.c
    U src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    U src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    U src/lib/libssl/src/crypto/pkcs7/t/c.pem
    U src/lib/libssl/src/crypto/pkcs7/t/ff
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    U src/lib/libssl/src/crypto/pkcs7/t/server.pem
    U src/lib/libssl/src/crypto/pkcs7/t/s.pem
    C src/lib/libssl/src/crypto/rand/Makefile.ssl
    U src/lib/libssl/src/crypto/rand/md_rand.c
    C src/lib/libssl/src/crypto/rand/rand_egd.c
    U src/lib/libssl/src/crypto/rand/rand_err.c
    C src/lib/libssl/src/crypto/rand/randfile.c
    U src/lib/libssl/src/crypto/rand/rand.h
    U src/lib/libssl/src/crypto/rand/rand_lcl.h
    U src/lib/libssl/src/crypto/rand/rand_lib.c
    U src/lib/libssl/src/crypto/rand/rand_os2.c
    U src/lib/libssl/src/crypto/rand/randtest.c
    C src/lib/libssl/src/crypto/rand/rand_unix.c
    U src/lib/libssl/src/crypto/rand/rand_vms.c
    C src/lib/libssl/src/crypto/rand/rand_win.c
    C src/lib/libssl/src/crypto/rc2/Makefile.ssl
    U src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    U src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    U src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    U src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_skey.c
    U src/lib/libssl/src/crypto/rc2/rc2speed.c
    U src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    U src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    C src/lib/libssl/src/crypto/rc4/Makefile.ssl
    U src/lib/libssl/src/crypto/rc4/rc4.c
    U src/lib/libssl/src/crypto/rc4/rc4_enc.c
    U src/lib/libssl/src/crypto/rc4/rc4.h
    U src/lib/libssl/src/crypto/rc4/rc4_locl.h
    U src/lib/libssl/src/crypto/rc4/rc4s.cpp
    U src/lib/libssl/src/crypto/rc4/rc4_skey.c
    U src/lib/libssl/src/crypto/rc4/rc4speed.c
    U src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    U src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    C src/lib/libssl/src/crypto/rc5/Makefile.ssl
    U src/lib/libssl/src/crypto/rc5/rc5.h
    N src/lib/libssl/src/crypto/rc5/rc5_locl.h
    U src/lib/libssl/src/crypto/rc5/rc5s.cpp
    U src/lib/libssl/src/crypto/rc5/rc5test.c
    C src/lib/libssl/src/crypto/ripemd/Makefile.ssl
    U src/lib/libssl/src/crypto/ripemd/README
    U src/lib/libssl/src/crypto/ripemd/ripemd.h
    U src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    U src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    U src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    U src/lib/libssl/src/crypto/ripemd/rmd_one.c
    U src/lib/libssl/src/crypto/ripemd/rmdtest.c
    U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    U src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    C src/lib/libssl/src/crypto/rsa/Makefile.ssl
    U src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    U src/lib/libssl/src/crypto/rsa/rsa_chk.c
    U src/lib/libssl/src/crypto/rsa/rsa_eay.c
    U src/lib/libssl/src/crypto/rsa/rsa_err.c
    U src/lib/libssl/src/crypto/rsa/rsa_gen.c
    U src/lib/libssl/src/crypto/rsa/rsa.h
    U src/lib/libssl/src/crypto/rsa/rsa_lib.c
    U src/lib/libssl/src/crypto/rsa/rsa_none.c
    U src/lib/libssl/src/crypto/rsa/rsa_null.c
    U src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    U src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    U src/lib/libssl/src/crypto/rsa/rsa_saos.c
    U src/lib/libssl/src/crypto/rsa/rsa_sign.c
    U src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    U src/lib/libssl/src/crypto/rsa/rsa_test.c
    C src/lib/libssl/src/crypto/sha/Makefile.ssl
    U src/lib/libssl/src/crypto/sha/sha1.c
    U src/lib/libssl/src/crypto/sha/sha1dgst.c
    U src/lib/libssl/src/crypto/sha/sha1_one.c
    U src/lib/libssl/src/crypto/sha/sha1s.cpp
    U src/lib/libssl/src/crypto/sha/sha1test.c
    U src/lib/libssl/src/crypto/sha/sha.c
    U src/lib/libssl/src/crypto/sha/sha_dgst.c
    U src/lib/libssl/src/crypto/sha/sha.h
    U src/lib/libssl/src/crypto/sha/sha_locl.h
    U src/lib/libssl/src/crypto/sha/sha_one.c
    U src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    C src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    C src/lib/libssl/src/crypto/stack/Makefile.ssl
    U src/lib/libssl/src/crypto/stack/safestack.h
    U src/lib/libssl/src/crypto/stack/stack.c
    U src/lib/libssl/src/crypto/stack/stack.h
    C src/lib/libssl/src/crypto/threads/mttest.c
    U src/lib/libssl/src/crypto/threads/profile.sh
    U src/lib/libssl/src/crypto/threads/ptest.bat
    U src/lib/libssl/src/crypto/threads/pthread2.sh
    U src/lib/libssl/src/crypto/threads/pthread.sh
    U src/lib/libssl/src/crypto/threads/pthreads-vms.com
    U src/lib/libssl/src/crypto/threads/purify.sh
    U src/lib/libssl/src/crypto/threads/README
    U src/lib/libssl/src/crypto/threads/solaris.sh
    U src/lib/libssl/src/crypto/threads/th-lock.c
    U src/lib/libssl/src/crypto/threads/win32.bat
    C src/lib/libssl/src/crypto/txt_db/Makefile.ssl
    U src/lib/libssl/src/crypto/txt_db/txt_db.c
    U src/lib/libssl/src/crypto/txt_db/txt_db.h
    C src/lib/libssl/src/crypto/ui/Makefile.ssl
    U src/lib/libssl/src/crypto/ui/ui_compat.c
    U src/lib/libssl/src/crypto/ui/ui_compat.h
    U src/lib/libssl/src/crypto/ui/ui_err.c
    U src/lib/libssl/src/crypto/ui/ui.h
    C src/lib/libssl/src/crypto/ui/ui_lib.c
    U src/lib/libssl/src/crypto/ui/ui_locl.h
    U src/lib/libssl/src/crypto/ui/ui_openssl.c
    U src/lib/libssl/src/crypto/ui/ui_util.c
    C src/lib/libssl/src/crypto/x509/by_dir.c
    U src/lib/libssl/src/crypto/x509/by_file.c
    C src/lib/libssl/src/crypto/x509/Makefile.ssl
    U src/lib/libssl/src/crypto/x509/x509_att.c
    U src/lib/libssl/src/crypto/x509/x509_cmp.c
    U src/lib/libssl/src/crypto/x509/x509cset.c
    U src/lib/libssl/src/crypto/x509/x509_d2.c
    U src/lib/libssl/src/crypto/x509/x509_def.c
    U src/lib/libssl/src/crypto/x509/x509_err.c
    U src/lib/libssl/src/crypto/x509/x509_ext.c
    C src/lib/libssl/src/crypto/x509/x509.h
    U src/lib/libssl/src/crypto/x509/x509_lu.c
    U src/lib/libssl/src/crypto/x509/x509name.c
    U src/lib/libssl/src/crypto/x509/x509_obj.c
    U src/lib/libssl/src/crypto/x509/x509_r2x.c
    U src/lib/libssl/src/crypto/x509/x509_req.c
    U src/lib/libssl/src/crypto/x509/x509rset.c
    U src/lib/libssl/src/crypto/x509/x509_set.c
    U src/lib/libssl/src/crypto/x509/x509spki.c
    U src/lib/libssl/src/crypto/x509/x509_trs.c
    C src/lib/libssl/src/crypto/x509/x509_txt.c
    C src/lib/libssl/src/crypto/x509/x509type.c
    U src/lib/libssl/src/crypto/x509/x509_v3.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.c
    C src/lib/libssl/src/crypto/x509/x509_vfy.h
    U src/lib/libssl/src/crypto/x509/x_all.c
    U src/lib/libssl/src/crypto/x509v3/ext_dat.h
    C src/lib/libssl/src/crypto/x509v3/Makefile.ssl
    U src/lib/libssl/src/crypto/x509v3/tabtest.c
    U src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    U src/lib/libssl/src/crypto/x509v3/v3_akey.c
    C src/lib/libssl/src/crypto/x509v3/v3_alt.c
    U src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    U src/lib/libssl/src/crypto/x509v3/v3_conf.c
    U src/lib/libssl/src/crypto/x509v3/v3conf.c
    U src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    C src/lib/libssl/src/crypto/x509v3/v3_crld.c
    U src/lib/libssl/src/crypto/x509v3/v3_enum.c
    U src/lib/libssl/src/crypto/x509v3/v3err.c
    U src/lib/libssl/src/crypto/x509v3/v3_extku.c
    U src/lib/libssl/src/crypto/x509v3/v3_genn.c
    U src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    C src/lib/libssl/src/crypto/x509v3/v3_info.c
    U src/lib/libssl/src/crypto/x509v3/v3_int.c
    U src/lib/libssl/src/crypto/x509v3/v3_lib.c
    U src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    U src/lib/libssl/src/crypto/x509v3/v3_pku.c
    U src/lib/libssl/src/crypto/x509v3/v3prin.c
    U src/lib/libssl/src/crypto/x509v3/v3_prn.c
    C src/lib/libssl/src/crypto/x509v3/v3_purp.c
    U src/lib/libssl/src/crypto/x509v3/v3_skey.c
    U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    U src/lib/libssl/src/crypto/x509v3/v3_utl.c
    U src/lib/libssl/src/crypto/x509v3/x509v3.h
    U src/lib/libssl/src/demos/b64.c
    U src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    U src/lib/libssl/src/demos/README
    U src/lib/libssl/src/demos/selfsign.c
    U src/lib/libssl/src/demos/spkigen.c
    U src/lib/libssl/src/demos/asn1/ocsp.c
    U src/lib/libssl/src/demos/asn1/README.ASN1
    U src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    U src/lib/libssl/src/demos/bio/saccept.c
    U src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    U src/lib/libssl/src/demos/easy_tls/cacerts.pem
    U src/lib/libssl/src/demos/easy_tls/cert.pem
    U src/lib/libssl/src/demos/easy_tls/easy-tls.c
    U src/lib/libssl/src/demos/easy_tls/easy-tls.h
    U src/lib/libssl/src/demos/easy_tls/Makefile
    U src/lib/libssl/src/demos/easy_tls/README
    U src/lib/libssl/src/demos/easy_tls/test.c
    U src/lib/libssl/src/demos/easy_tls/test.h
    U src/lib/libssl/src/demos/eay/base64.c
    U src/lib/libssl/src/demos/eay/conn.c
    U src/lib/libssl/src/demos/eay/loadrsa.c
    U src/lib/libssl/src/demos/eay/Makefile
    U src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h
    U src/lib/libssl/src/demos/engines/cluster_labs/Makefile
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h
    U src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h
    U src/lib/libssl/src/demos/engines/ibmca/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/build.com
    U src/lib/libssl/src/demos/engines/rsaref/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/README
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.h
    U src/lib/libssl/src/demos/engines/zencod/Makefile
    U src/lib/libssl/src/demos/maurice/cert.pem
    U src/lib/libssl/src/demos/maurice/example1.c
    U src/lib/libssl/src/demos/maurice/example2.c
    U src/lib/libssl/src/demos/maurice/example3.c
    U src/lib/libssl/src/demos/maurice/example4.c
    U src/lib/libssl/src/demos/maurice/loadkeys.c
    U src/lib/libssl/src/demos/maurice/loadkeys.h
    U src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/maurice/README
    U src/lib/libssl/src/demos/pkcs12/pkread.c
    U src/lib/libssl/src/demos/pkcs12/pkwrite.c
    U src/lib/libssl/src/demos/pkcs12/README
    U src/lib/libssl/src/demos/prime/Makefile
    U src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    U src/lib/libssl/src/demos/sign/Makefile
    U src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/sign/sig.txt
    U src/lib/libssl/src/demos/ssl/cli.cpp
    U src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    U src/lib/libssl/src/demos/ssl/serv.cpp
    U src/lib/libssl/src/demos/state_machine/Makefile
    U src/lib/libssl/src/demos/state_machine/state_machine.c
    U src/lib/libssl/src/demos/tunala/A-client.pem
    U src/lib/libssl/src/demos/tunala/A-server.pem
    U src/lib/libssl/src/demos/tunala/autogunk.sh
    U src/lib/libssl/src/demos/tunala/autoungunk.sh
    U src/lib/libssl/src/demos/tunala/breakage.c
    U src/lib/libssl/src/demos/tunala/buffer.c
    U src/lib/libssl/src/demos/tunala/CA.pem
    U src/lib/libssl/src/demos/tunala/cb.c
    U src/lib/libssl/src/demos/tunala/configure.in
    U src/lib/libssl/src/demos/tunala/INSTALL
    U src/lib/libssl/src/demos/tunala/ip.c
    U src/lib/libssl/src/demos/tunala/Makefile
    U src/lib/libssl/src/demos/tunala/Makefile.am
    U src/lib/libssl/src/demos/tunala/README
    U src/lib/libssl/src/demos/tunala/sm.c
    U src/lib/libssl/src/demos/tunala/tunala.c
    U src/lib/libssl/src/demos/tunala/tunala.h
    U src/lib/libssl/src/demos/x509/mkcert.c
    U src/lib/libssl/src/demos/x509/mkreq.c
    U src/lib/libssl/src/demos/x509/README
    U src/lib/libssl/src/doc/c-indentation.el
    U src/lib/libssl/src/doc/openssl_button.gif
    U src/lib/libssl/src/doc/openssl_button.html
    U src/lib/libssl/src/doc/openssl-shared.txt
    U src/lib/libssl/src/doc/openssl.txt
    U src/lib/libssl/src/doc/README
    C src/lib/libssl/src/doc/ssleay.txt
    U src/lib/libssl/src/doc/standards.txt
    U src/lib/libssl/src/doc/apps/asn1parse.pod
    U src/lib/libssl/src/doc/apps/CA.pl.pod
    U src/lib/libssl/src/doc/apps/ca.pod
    U src/lib/libssl/src/doc/apps/ciphers.pod
    C src/lib/libssl/src/doc/apps/config.pod
    U src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    U src/lib/libssl/src/doc/apps/crl.pod
    U src/lib/libssl/src/doc/apps/dgst.pod
    U src/lib/libssl/src/doc/apps/dhparam.pod
    U src/lib/libssl/src/doc/apps/dsaparam.pod
    U src/lib/libssl/src/doc/apps/dsa.pod
    U src/lib/libssl/src/doc/apps/enc.pod
    U src/lib/libssl/src/doc/apps/gendsa.pod
    U src/lib/libssl/src/doc/apps/genrsa.pod
    U src/lib/libssl/src/doc/apps/nseq.pod
    U src/lib/libssl/src/doc/apps/ocsp.pod
    C src/lib/libssl/src/doc/apps/openssl.pod
    U src/lib/libssl/src/doc/apps/passwd.pod
    U src/lib/libssl/src/doc/apps/pkcs12.pod
    U src/lib/libssl/src/doc/apps/pkcs7.pod
    U src/lib/libssl/src/doc/apps/pkcs8.pod
    U src/lib/libssl/src/doc/apps/rand.pod
    U src/lib/libssl/src/doc/apps/req.pod
    U src/lib/libssl/src/doc/apps/rsa.pod
    U src/lib/libssl/src/doc/apps/rsautl.pod
    C src/lib/libssl/src/doc/apps/s_client.pod
    U src/lib/libssl/src/doc/apps/sess_id.pod
    C src/lib/libssl/src/doc/apps/smime.pod
    U src/lib/libssl/src/doc/apps/speed.pod
    U src/lib/libssl/src/doc/apps/spkac.pod
    U src/lib/libssl/src/doc/apps/s_server.pod
    N src/lib/libssl/src/doc/apps/s_time.pod
    U src/lib/libssl/src/doc/apps/verify.pod
    U src/lib/libssl/src/doc/apps/version.pod
    U src/lib/libssl/src/doc/apps/x509.pod
    U src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod
    U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    U src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    C src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    U src/lib/libssl/src/doc/crypto/BIO_new.pod
    U src/lib/libssl/src/doc/crypto/bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_push.pod
    U src/lib/libssl/src/doc/crypto/BIO_read.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    U src/lib/libssl/src/doc/crypto/BN_add.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    U src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    U src/lib/libssl/src/doc/crypto/blowfish.pod
    U src/lib/libssl/src/doc/crypto/BN_add_word.pod
    U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    U src/lib/libssl/src/doc/crypto/BN_cmp.pod
    U src/lib/libssl/src/doc/crypto/BN_copy.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    U src/lib/libssl/src/doc/crypto/bn_internal.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    U src/lib/libssl/src/doc/crypto/BN_new.pod
    U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    U src/lib/libssl/src/doc/crypto/bn.pod
    U src/lib/libssl/src/doc/crypto/BN_rand.pod
    U src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    U src/lib/libssl/src/doc/crypto/BN_swap.pod
    U src/lib/libssl/src/doc/crypto/BN_zero.pod
    U src/lib/libssl/src/doc/crypto/buffer.pod
    N src/lib/libssl/src/doc/crypto/CONF_modules_free.pod
    N src/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
    U src/lib/libssl/src/doc/crypto/crypto.pod
    U src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    U src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod
    U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    U src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_PKCS8PrivateKey.pod
    C src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod
    U src/lib/libssl/src/doc/crypto/des_modes.pod
    C src/lib/libssl/src/doc/crypto/des.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DH_new.pod
    U src/lib/libssl/src/doc/crypto/dh.pod
    U src/lib/libssl/src/doc/crypto/DH_set_method.pod
    U src/lib/libssl/src/doc/crypto/DH_size.pod
    U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DSA_new.pod
    U src/lib/libssl/src/doc/crypto/dsa.pod
    U src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_size.pod
    U src/lib/libssl/src/doc/crypto/engine.pod
    U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    U src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    U src/lib/libssl/src/doc/crypto/err.pod
    U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    U src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    C src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    C src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod
    U src/lib/libssl/src/doc/crypto/evp.pod
    U src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    U src/lib/libssl/src/doc/crypto/hmac.pod
    U src/lib/libssl/src/doc/crypto/lhash.pod
    U src/lib/libssl/src/doc/crypto/lh_stats.pod
    U src/lib/libssl/src/doc/crypto/md5.pod
    U src/lib/libssl/src/doc/crypto/mdc2.pod
    U src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod
    C src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    N src/lib/libssl/src/doc/crypto/OPENSSL_config.pod
    N src/lib/libssl/src/doc/crypto/OPENSSL_load_builtin_modules.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    C src/lib/libssl/src/doc/crypto/pem.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_create.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_parse.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_decrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_encrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_sign.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_verify.pod
    U src/lib/libssl/src/doc/crypto/RAND_add.pod
    U src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    U src/lib/libssl/src/doc/crypto/RAND_egd.pod
    U src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    U src/lib/libssl/src/doc/crypto/rand.pod
    U src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    U src/lib/libssl/src/doc/crypto/rc4.pod
    U src/lib/libssl/src/doc/crypto/ripemd.pod
    U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    U src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/RSA_new.pod
    U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    U src/lib/libssl/src/doc/crypto/rsa.pod
    C src/lib/libssl/src/doc/crypto/RSA_print.pod
    U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign.pod
    U src/lib/libssl/src/doc/crypto/RSA_size.pod
    U src/lib/libssl/src/doc/crypto/sha.pod
    U src/lib/libssl/src/doc/crypto/SMIME_read_PKCS7.pod
    U src/lib/libssl/src/doc/crypto/SMIME_write_PKCS7.pod
    U src/lib/libssl/src/doc/crypto/threads.pod
    U src/lib/libssl/src/doc/crypto/ui_compat.pod
    C src/lib/libssl/src/doc/crypto/ui.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_add_entry_by_txt.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod
    U src/lib/libssl/src/doc/crypto/X509_new.pod
    U src/lib/libssl/src/doc/HOWTO/certificates.txt
    U src/lib/libssl/src/doc/HOWTO/keys.txt
    U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    U src/lib/libssl/src/doc/ssl/SSL_accept.pod
    U src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    U src/lib/libssl/src/doc/ssl/SSL_clear.pod
    C src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    U src/lib/libssl/src/doc/ssl/SSL_connect.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    U src/lib/libssl/src/doc/ssl/SSL_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    U src/lib/libssl/src/doc/ssl/SSL_pending.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    U src/lib/libssl/src/doc/ssl/ssl.pod
    U src/lib/libssl/src/doc/ssl/SSL_read.pod
    U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_want.pod
    U src/lib/libssl/src/doc/ssl/SSL_write.pod
    U src/lib/libssl/src/MacOS/buildinf.h
    U src/lib/libssl/src/MacOS/GUSI_Init.cpp
    U src/lib/libssl/src/MacOS/mklinks.as.hqx
    U src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    U src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    U src/lib/libssl/src/MacOS/opensslconf.h
    U src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    U src/lib/libssl/src/MacOS/Randomizer.cpp
    U src/lib/libssl/src/MacOS/Randomizer.h
    U src/lib/libssl/src/MacOS/TODO
    C src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    U src/lib/libssl/src/ms/16all.bat
    U src/lib/libssl/src/ms/32all.bat
    U src/lib/libssl/src/ms/bcb4.bat
    U src/lib/libssl/src/ms/certCA.srl
    U src/lib/libssl/src/ms/certCA.ss
    U src/lib/libssl/src/ms/certU.ss
    U src/lib/libssl/src/ms/cmp.pl
    U src/lib/libssl/src/ms/do_masm.bat
    U src/lib/libssl/src/ms/do_ms.bat
    U src/lib/libssl/src/ms/do_nasm.bat
    U src/lib/libssl/src/ms/do_nt.bat
    U src/lib/libssl/src/ms/keyCA.ss
    U src/lib/libssl/src/ms/keyU.ss
    U src/lib/libssl/src/ms/mingw32.bat
    U src/lib/libssl/src/ms/mw.bat
    U src/lib/libssl/src/ms/README
    U src/lib/libssl/src/ms/req2CA.ss
    U src/lib/libssl/src/ms/reqCA.ss
    U src/lib/libssl/src/ms/reqU.ss
    U src/lib/libssl/src/ms/.rnd
    U src/lib/libssl/src/ms/speed16.bat
    U src/lib/libssl/src/ms/speed32.bat
    U src/lib/libssl/src/ms/tenc.bat
    U src/lib/libssl/src/ms/tencce.bat
    U src/lib/libssl/src/ms/test.bat
    U src/lib/libssl/src/ms/testce2.bat
    U src/lib/libssl/src/ms/testce.bat
    U src/lib/libssl/src/ms/testenc.bat
    U src/lib/libssl/src/ms/testencce.bat
    U src/lib/libssl/src/ms/testpem.bat
    U src/lib/libssl/src/ms/testpemce.bat
    U src/lib/libssl/src/ms/testss.bat
    U src/lib/libssl/src/ms/testssce.bat
    U src/lib/libssl/src/ms/tlhelp32.h
    U src/lib/libssl/src/ms/tpem.bat
    U src/lib/libssl/src/ms/tpemce.bat
    U src/lib/libssl/src/ms/x86asm.bat
    N src/lib/libssl/src/os2/backwardify.pl
    C src/lib/libssl/src/os2/OS2-EMX.cmd
    U src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    U src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    U src/lib/libssl/src/shlib/sco5-shared-gcc.sh
    U src/lib/libssl/src/shlib/sco5-shared-installed
    U src/lib/libssl/src/shlib/sco5-shared.sh
    U src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    U src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    U src/lib/libssl/src/shlib/svr5-shared-installed
    U src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    U src/lib/libssl/src/ssl/bio_ssl.c
    U src/lib/libssl/src/ssl/install.com
    C src/lib/libssl/src/ssl/kssl.c
    U src/lib/libssl/src/ssl/kssl.h
    U src/lib/libssl/src/ssl/kssl_lcl.h
    C src/lib/libssl/src/ssl/Makefile.ssl
    U src/lib/libssl/src/ssl/s23_clnt.c
    U src/lib/libssl/src/ssl/s23_lib.c
    U src/lib/libssl/src/ssl/s23_meth.c
    U src/lib/libssl/src/ssl/s23_pkt.c
    U src/lib/libssl/src/ssl/s23_srvr.c
    C src/lib/libssl/src/ssl/s2_clnt.c
    C src/lib/libssl/src/ssl/s2_enc.c
    C src/lib/libssl/src/ssl/s2_lib.c
    U src/lib/libssl/src/ssl/s2_meth.c
    C src/lib/libssl/src/ssl/s2_pkt.c
    C src/lib/libssl/src/ssl/s2_srvr.c
    U src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    C src/lib/libssl/src/ssl/s3_enc.c
    C src/lib/libssl/src/ssl/s3_lib.c
    U src/lib/libssl/src/ssl/s3_meth.c
    C src/lib/libssl/src/ssl/s3_pkt.c
    C src/lib/libssl/src/ssl/s3_srvr.c
    U src/lib/libssl/src/ssl/ssl23.h
    U src/lib/libssl/src/ssl/ssl2.h
    U src/lib/libssl/src/ssl/ssl3.h
    U src/lib/libssl/src/ssl/ssl_algs.c
    C src/lib/libssl/src/ssl/ssl_asn1.c
    C src/lib/libssl/src/ssl/ssl_cert.c
    C src/lib/libssl/src/ssl/ssl_ciph.c
    U src/lib/libssl/src/ssl/ssl_err2.c
    U src/lib/libssl/src/ssl/ssl_err.c
    C src/lib/libssl/src/ssl/ssl.h
    C src/lib/libssl/src/ssl/ssl_lib.c
    U src/lib/libssl/src/ssl/ssl-lib.com
    U src/lib/libssl/src/ssl/ssl_locl.h
    U src/lib/libssl/src/ssl/ssl_rsa.c
    C src/lib/libssl/src/ssl/ssl_sess.c
    U src/lib/libssl/src/ssl/ssl_stat.c
    U src/lib/libssl/src/ssl/ssl_task.c
    C src/lib/libssl/src/ssl/ssltest.c
    U src/lib/libssl/src/ssl/ssl_txt.c
    U src/lib/libssl/src/ssl/t1_clnt.c
    U src/lib/libssl/src/ssl/t1_enc.c
    U src/lib/libssl/src/ssl/t1_lib.c
    U src/lib/libssl/src/ssl/t1_meth.c
    U src/lib/libssl/src/ssl/t1_srvr.c
    U src/lib/libssl/src/ssl/tls1.h
    U src/lib/libssl/src/test/bctest
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    U src/lib/libssl/src/test/dummytest.c
    U src/lib/libssl/src/test/evptests.txt
    C src/lib/libssl/src/test/Makefile.ssl
    U src/lib/libssl/src/test/maketests.com
    U src/lib/libssl/src/test/tcrl
    U src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    U src/lib/libssl/src/test/r160test.c
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    U src/lib/libssl/src/test/tcrl.com
    U src/lib/libssl/src/test/testca
    U src/lib/libssl/src/test/testca.com
    U src/lib/libssl/src/test/test.cnf
    U src/lib/libssl/src/test/testcrl.pem
    U src/lib/libssl/src/test/testenc
    U src/lib/libssl/src/test/testenc.com
    U src/lib/libssl/src/test/testgen
    U src/lib/libssl/src/test/testss
    U src/lib/libssl/src/test/testgen.com
    U src/lib/libssl/src/test/testp7.pem
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testrsa.pem
    U src/lib/libssl/src/test/tests.com
    U src/lib/libssl/src/test/testsid.pem
    U src/lib/libssl/src/test/testss.com
    U src/lib/libssl/src/test/testssl
    U src/lib/libssl/src/test/testssl.com
    U src/lib/libssl/src/test/testx509.pem
    U src/lib/libssl/src/test/times
    U src/lib/libssl/src/test/tpkcs7
    U src/lib/libssl/src/test/tpkcs7.com
    U src/lib/libssl/src/test/tpkcs7d
    U src/lib/libssl/src/test/tpkcs7d.com
    U src/lib/libssl/src/test/treq
    U src/lib/libssl/src/test/treq.com
    U src/lib/libssl/src/test/trsa
    U src/lib/libssl/src/test/trsa.com
    U src/lib/libssl/src/test/tsid
    U src/lib/libssl/src/test/tsid.com
    U src/lib/libssl/src/test/tverify.com
    U src/lib/libssl/src/test/tx509
    U src/lib/libssl/src/test/tx509.com
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/v3-cert1.pem
    U src/lib/libssl/src/test/v3-cert2.pem
    U src/lib/libssl/src/test/VMSca-response.1
    U src/lib/libssl/src/test/VMSca-response.2
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    U src/lib/libssl/src/times/091/486-50.nt
    U src/lib/libssl/src/times/091/586-100.lnx
    U src/lib/libssl/src/times/091/68000.bsd
    U src/lib/libssl/src/times/091/686-200.lnx
    U src/lib/libssl/src/times/091/alpha064.osf
    U src/lib/libssl/src/times/091/alpha164.lnx
    U src/lib/libssl/src/times/091/alpha164.osf
    U src/lib/libssl/src/times/091/mips-rel.pl
    U src/lib/libssl/src/times/091/r10000.irx
    U src/lib/libssl/src/times/091/r3000.ult
    U src/lib/libssl/src/times/091/r4400.irx
    U src/lib/libssl/src/times/x86/bfs.cpp
    U src/lib/libssl/src/times/x86/casts.cpp
    U src/lib/libssl/src/times/x86/des3s.cpp
    U src/lib/libssl/src/times/x86/dess.cpp
    U src/lib/libssl/src/times/x86/md4s.cpp
    U src/lib/libssl/src/times/x86/md5s.cpp
    U src/lib/libssl/src/times/x86/rc4s.cpp
    U src/lib/libssl/src/times/x86/sha1s.cpp
    U src/lib/libssl/src/tools/c89.sh
    U src/lib/libssl/src/tools/c_hash
    U src/lib/libssl/src/tools/c_info
    U src/lib/libssl/src/tools/c_issuer
    U src/lib/libssl/src/tools/c_name
    C src/lib/libssl/src/tools/c_rehash
    U src/lib/libssl/src/tools/c_rehash.in
    C src/lib/libssl/src/tools/Makefile.ssl
    U src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/bat.sh
    U src/lib/libssl/src/util/ck_errf.pl
    U src/lib/libssl/src/util/clean-depend.pl
    U src/lib/libssl/src/util/cygwin.sh
    U src/lib/libssl/src/util/deleof.pl
    U src/lib/libssl/src/util/dirname.pl
    U src/lib/libssl/src/util/domd
    U src/lib/libssl/src/util/do_ms.sh
    U src/lib/libssl/src/util/err-ins.pl
    U src/lib/libssl/src/util/extract-names.pl
    U src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/install.sh
    U src/lib/libssl/src/util/libeay.num
    C src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    C src/lib/libssl/src/util/mkdef.pl
    U src/lib/libssl/src/util/mkdir-p.pl
    U src/lib/libssl/src/util/mkerr.pl
    U src/lib/libssl/src/util/mkfiles.pl
    U src/lib/libssl/src/util/mklink.pl
    U src/lib/libssl/src/util/mkstack.pl
    U src/lib/libssl/src/util/perlpath.pl
    U src/lib/libssl/src/util/pod2man.pl
    U src/lib/libssl/src/util/pod2mantest
    U src/lib/libssl/src/util/pod2mantest.pod
    U src/lib/libssl/src/util/point.sh
    U src/lib/libssl/src/util/selftest.pl
    U src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    U src/lib/libssl/src/util/src-dep.pl
    U src/lib/libssl/src/util/ssleay.num
    U src/lib/libssl/src/util/tab_num.pl
    U src/lib/libssl/src/util/x86asm.sh
    U src/lib/libssl/src/util/pl/BC-16.pl
    U src/lib/libssl/src/util/pl/BC-32.pl
    U src/lib/libssl/src/util/pl/linux.pl
    U src/lib/libssl/src/util/pl/Mingw32.pl
    C src/lib/libssl/src/util/pl/OS2-EMX.pl
    U src/lib/libssl/src/util/pl/ultrix.pl
    U src/lib/libssl/src/util/pl/unix.pl
    U src/lib/libssl/src/util/pl/VC-16.pl
    U src/lib/libssl/src/util/pl/VC-32.pl
    U src/lib/libssl/src/util/pl/VC-CE.pl
    U src/lib/libssl/src/VMS/install.com
    U src/lib/libssl/src/VMS/mkshared.com
    U src/lib/libssl/src/VMS/multinet_shr.opt
    U src/lib/libssl/src/VMS/openssl_utils.com
    U src/lib/libssl/src/VMS/socketshr_shr.opt
    U src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    U src/lib/libssl/src/VMS/test-includes.com
    U src/lib/libssl/src/VMS/TODO
    U src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    U src/lib/libssl/src/VMS/ucx_shr_decc.opt
    U src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    U src/lib/libssl/src/VMS/WISHLIST.TXT
    
    184 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jOPENSSL:yesterday -jOPENSSL src/lib/libssl/src

CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/07 14:53:09

Modified files:
	sbin/dhclient  : dhclient.8 

Log message:
reflect reality. with lots of help from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/07 15:13:50

Log message:
    perl 5.8.3 from CPAN
    
    Status:
    
    Vendor Tag:	CPAN
    Release Tags:	PERL_5_8_3
    
    U src/gnu/usr.bin/perl/Artistic
    U src/gnu/usr.bin/perl/AUTHORS
    U src/gnu/usr.bin/perl/autodoc.pl
    U src/gnu/usr.bin/perl/av.c
    U src/gnu/usr.bin/perl/av.h
    U src/gnu/usr.bin/perl/bytecode.pl
    U src/gnu/usr.bin/perl/cc_runtime.h
    U src/gnu/usr.bin/perl/cflags.SH
    C src/gnu/usr.bin/perl/Changes
    U src/gnu/usr.bin/perl/Changes5.000
    U src/gnu/usr.bin/perl/Changes5.001
    U src/gnu/usr.bin/perl/Changes5.002
    U src/gnu/usr.bin/perl/Changes5.003
    U src/gnu/usr.bin/perl/Changes5.004
    U src/gnu/usr.bin/perl/Changes5.005
    U src/gnu/usr.bin/perl/Changes5.6
    U src/gnu/usr.bin/perl/Changes5.8
    U src/gnu/usr.bin/perl/Changes5.8.1
    N src/gnu/usr.bin/perl/Changes5.8.2
    C src/gnu/usr.bin/perl/config_h.SH
    C src/gnu/usr.bin/perl/configpm
    U src/gnu/usr.bin/perl/cop.h
    C src/gnu/usr.bin/perl/Configure
    U src/gnu/usr.bin/perl/configure.com
    U src/gnu/usr.bin/perl/configure.gnu
    U src/gnu/usr.bin/perl/Copying
    U src/gnu/usr.bin/perl/cv.h
    U src/gnu/usr.bin/perl/deb.c
    C src/gnu/usr.bin/perl/doio.c
    C src/gnu/usr.bin/perl/doop.c
    U src/gnu/usr.bin/perl/dosish.h
    U src/gnu/usr.bin/perl/dump.c
    U src/gnu/usr.bin/perl/embed.fnc
    C src/gnu/usr.bin/perl/embed.h
    U src/gnu/usr.bin/perl/embed.pl
    U src/gnu/usr.bin/perl/embedvar.h
    U src/gnu/usr.bin/perl/EXTERN.h
    U src/gnu/usr.bin/perl/fakesdio.h
    U src/gnu/usr.bin/perl/fakethr.h
    U src/gnu/usr.bin/perl/form.h
    U src/gnu/usr.bin/perl/globals.c
    C src/gnu/usr.bin/perl/global.sym
    U src/gnu/usr.bin/perl/globvar.sym
    U src/gnu/usr.bin/perl/gv.c
    U src/gnu/usr.bin/perl/gv.h
    U src/gnu/usr.bin/perl/handy.h
    C src/gnu/usr.bin/perl/hv.c
    U src/gnu/usr.bin/perl/hv.h
    U src/gnu/usr.bin/perl/INSTALL
    C src/gnu/usr.bin/perl/installhtml
    U src/gnu/usr.bin/perl/installman
    C src/gnu/usr.bin/perl/installperl
    U src/gnu/usr.bin/perl/INTERN.h
    U src/gnu/usr.bin/perl/intrpvar.h
    U src/gnu/usr.bin/perl/iperlsys.h
    U src/gnu/usr.bin/perl/keywords.h
    U src/gnu/usr.bin/perl/keywords.pl
    U src/gnu/usr.bin/perl/locale.c
    U src/gnu/usr.bin/perl/makeaperl.SH
    U src/gnu/usr.bin/perl/makedef.pl
    U src/gnu/usr.bin/perl/makedepend.SH
    U src/gnu/usr.bin/perl/makedir.SH
    U src/gnu/usr.bin/perl/Makefile.micro
    C src/gnu/usr.bin/perl/Makefile.SH
    U src/gnu/usr.bin/perl/malloc.c
    U src/gnu/usr.bin/perl/malloc_ctl.h
    C src/gnu/usr.bin/perl/MANIFEST
    U src/gnu/usr.bin/perl/META.yml
    C src/gnu/usr.bin/perl/mg.c
    U src/gnu/usr.bin/perl/mg.h
    U src/gnu/usr.bin/perl/minimod.pl
    U src/gnu/usr.bin/perl/miniperlmain.c
    U src/gnu/usr.bin/perl/mv-if-diff
    U src/gnu/usr.bin/perl/myconfig.SH
    U src/gnu/usr.bin/perl/nostdio.h
    U src/gnu/usr.bin/perl/numeric.c
    C src/gnu/usr.bin/perl/op.c
    U src/gnu/usr.bin/perl/opcode.h
    U src/gnu/usr.bin/perl/opcode.pl
    U src/gnu/usr.bin/perl/op.h
    U src/gnu/usr.bin/perl/opnames.h
    U src/gnu/usr.bin/perl/pad.c
    U src/gnu/usr.bin/perl/pad.h
    C src/gnu/usr.bin/perl/patchlevel.h
    U src/gnu/usr.bin/perl/perlapi.c
    U src/gnu/usr.bin/perl/perlapi.h
    C src/gnu/usr.bin/perl/perl.c
    C src/gnu/usr.bin/perl/perl.h
    U src/gnu/usr.bin/perl/perlio.c
    U src/gnu/usr.bin/perl/perlio.h
    U src/gnu/usr.bin/perl/perlsh
    U src/gnu/usr.bin/perl/perliol.h
    U src/gnu/usr.bin/perl/perlio.sym
    U src/gnu/usr.bin/perl/perlsdio.h
    U src/gnu/usr.bin/perl/perlsfio.h
    U src/gnu/usr.bin/perl/perlvars.h
    C src/gnu/usr.bin/perl/perly.c
    U src/gnu/usr.bin/perl/perly_c.diff
    U src/gnu/usr.bin/perl/perly.fixer
    U src/gnu/usr.bin/perl/perly.h
    U src/gnu/usr.bin/perl/perlyline.pl
    C src/gnu/usr.bin/perl/perly.y
    U src/gnu/usr.bin/perl/pod.lst
    U src/gnu/usr.bin/perl/Policy_sh.SH
    C src/gnu/usr.bin/perl/pp.c
    C src/gnu/usr.bin/perl/pp_ctl.c
    U src/gnu/usr.bin/perl/pp.h
    C src/gnu/usr.bin/perl/pp_hot.c
    U src/gnu/usr.bin/perl/pp_pack.c
    U src/gnu/usr.bin/perl/pp_proto.h
    U src/gnu/usr.bin/perl/pp_sort.c
    U src/gnu/usr.bin/perl/pp.sym
    U src/gnu/usr.bin/perl/pp_sys.c
    C src/gnu/usr.bin/perl/proto.h
    U src/gnu/usr.bin/perl/README
    U src/gnu/usr.bin/perl/README.aix
    U src/gnu/usr.bin/perl/README.amiga
    U src/gnu/usr.bin/perl/README.apollo
    U src/gnu/usr.bin/perl/README.beos
    U src/gnu/usr.bin/perl/README.bs2000
    U src/gnu/usr.bin/perl/README.ce
    U src/gnu/usr.bin/perl/README.cn
    U src/gnu/usr.bin/perl/README.cygwin
    U src/gnu/usr.bin/perl/README.dgux
    U src/gnu/usr.bin/perl/README.dos
    U src/gnu/usr.bin/perl/README.epoc
    U src/gnu/usr.bin/perl/README.freebsd
    U src/gnu/usr.bin/perl/README.hpux
    U src/gnu/usr.bin/perl/README.hurd
    U src/gnu/usr.bin/perl/README.irix
    U src/gnu/usr.bin/perl/README.jp
    U src/gnu/usr.bin/perl/README.ko
    U src/gnu/usr.bin/perl/README.machten
    U src/gnu/usr.bin/perl/README.macos
    U src/gnu/usr.bin/perl/README.macosx
    U src/gnu/usr.bin/perl/README.micro
    U src/gnu/usr.bin/perl/README.mint
    U src/gnu/usr.bin/perl/README.mpeix
    U src/gnu/usr.bin/perl/README.netware
    C src/gnu/usr.bin/perl/README.os2
    U src/gnu/usr.bin/perl/README.os390
    U src/gnu/usr.bin/perl/README.os400
    U src/gnu/usr.bin/perl/README.plan9
    U src/gnu/usr.bin/perl/README.qnx
    U src/gnu/usr.bin/perl/README.solaris
    U src/gnu/usr.bin/perl/README.tru64
    U src/gnu/usr.bin/perl/README.tw
    U src/gnu/usr.bin/perl/README.uts
    U src/gnu/usr.bin/perl/README.vmesa
    C src/gnu/usr.bin/perl/README.vms
    U src/gnu/usr.bin/perl/README.vos
    U src/gnu/usr.bin/perl/README.win32
    U src/gnu/usr.bin/perl/README.Y2K
    U src/gnu/usr.bin/perl/reentr.c
    U src/gnu/usr.bin/perl/reentr.h
    U src/gnu/usr.bin/perl/reentr.inc
    U src/gnu/usr.bin/perl/reentr.pl
    U src/gnu/usr.bin/perl/regcomp.c
    U src/gnu/usr.bin/perl/regcomp.h
    U src/gnu/usr.bin/perl/regcomp.pl
    U src/gnu/usr.bin/perl/regcomp.sym
    U src/gnu/usr.bin/perl/regen.pl
    U src/gnu/usr.bin/perl/regen_lib.pl
    U src/gnu/usr.bin/perl/regexec.c
    U src/gnu/usr.bin/perl/regexp.h
    U src/gnu/usr.bin/perl/regnodes.h
    U src/gnu/usr.bin/perl/run.c
    U src/gnu/usr.bin/perl/scope.c
    U src/gnu/usr.bin/perl/scope.h
    C src/gnu/usr.bin/perl/sv.c
    C src/gnu/usr.bin/perl/sv.h
    U src/gnu/usr.bin/perl/taint.c
    U src/gnu/usr.bin/perl/thrdvar.h
    U src/gnu/usr.bin/perl/thread.h
    U src/gnu/usr.bin/perl/Todo.micro
    U src/gnu/usr.bin/perl/toke.c
    U src/gnu/usr.bin/perl/uconfig.h
    U src/gnu/usr.bin/perl/uconfig.sh
    C src/gnu/usr.bin/perl/universal.c
    C src/gnu/usr.bin/perl/unixish.h
    U src/gnu/usr.bin/perl/utf8.c
    U src/gnu/usr.bin/perl/utf8.h
    U src/gnu/usr.bin/perl/utfebcdic.h
    C src/gnu/usr.bin/perl/util.c
    U src/gnu/usr.bin/perl/util.h
    U src/gnu/usr.bin/perl/utils.lst
    U src/gnu/usr.bin/perl/warnings.h
    U src/gnu/usr.bin/perl/warnings.pl
    U src/gnu/usr.bin/perl/writemain.SH
    C src/gnu/usr.bin/perl/XSUB.h
    U src/gnu/usr.bin/perl/xsutils.c
    U src/gnu/usr.bin/perl/apollo/netinet/in.h
    U src/gnu/usr.bin/perl/beos/beos.c
    U src/gnu/usr.bin/perl/beos/beosish.h
    U src/gnu/usr.bin/perl/beos/nm.c
    U src/gnu/usr.bin/perl/Cross/config
    U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux
    U src/gnu/usr.bin/perl/Cross/generate_config_sh
    U src/gnu/usr.bin/perl/Cross/installperl.patch
    C src/gnu/usr.bin/perl/Cross/Makefile
    U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch
    C src/gnu/usr.bin/perl/Cross/README
    U src/gnu/usr.bin/perl/Cross/TODO
    U src/gnu/usr.bin/perl/Cross/warp
    U src/gnu/usr.bin/perl/cygwin/cygwin.c
    U src/gnu/usr.bin/perl/cygwin/ld2.in
    U src/gnu/usr.bin/perl/cygwin/Makefile.SHs
    U src/gnu/usr.bin/perl/cygwin/perlld.in
    U src/gnu/usr.bin/perl/djgpp/config.over
    U src/gnu/usr.bin/perl/djgpp/configure.bat
    U src/gnu/usr.bin/perl/djgpp/djgpp.c
    U src/gnu/usr.bin/perl/djgpp/djgpp.h
    U src/gnu/usr.bin/perl/djgpp/djgppsed.sh
    U src/gnu/usr.bin/perl/djgpp/fixpmain
    U src/gnu/usr.bin/perl/emacs/cperl-mode.el
    U src/gnu/usr.bin/perl/emacs/e2ctags.pl
    U src/gnu/usr.bin/perl/emacs/ptags
    U src/gnu/usr.bin/perl/epoc/config.sh
    U src/gnu/usr.bin/perl/epoc/createpkg.pl
    U src/gnu/usr.bin/perl/epoc/epoc.c
    U src/gnu/usr.bin/perl/epoc/epocish.c
    U src/gnu/usr.bin/perl/epoc/epocish.h
    U src/gnu/usr.bin/perl/epoc/epoc_stubs.c
    U src/gnu/usr.bin/perl/epoc/link.pl
    U src/gnu/usr.bin/perl/ext/attrs/attrs.pm
    U src/gnu/usr.bin/perl/ext/attrs/attrs.xs
    U src/gnu/usr.bin/perl/ext/attrs/Makefile.PL
    U src/gnu/usr.bin/perl/ext/attrs/t/attrs.t
    U src/gnu/usr.bin/perl/ext/B/B.pm
    U src/gnu/usr.bin/perl/ext/B/B.xs
    U src/gnu/usr.bin/perl/ext/B/defsubs_h.PL
    U src/gnu/usr.bin/perl/ext/B/Makefile.PL
    U src/gnu/usr.bin/perl/ext/B/NOTES
    U src/gnu/usr.bin/perl/ext/B/O.pm
    U src/gnu/usr.bin/perl/ext/B/README
    U src/gnu/usr.bin/perl/ext/B/TESTS
    U src/gnu/usr.bin/perl/ext/B/Todo
    U src/gnu/usr.bin/perl/ext/B/typemap
    U src/gnu/usr.bin/perl/ext/B/B/Asmdata.pm
    U src/gnu/usr.bin/perl/ext/B/B/assemble
    U src/gnu/usr.bin/perl/ext/B/B/Assembler.pm
    U src/gnu/usr.bin/perl/ext/B/B/Bblock.pm
    U src/gnu/usr.bin/perl/ext/B/B/Bytecode.pm
    U src/gnu/usr.bin/perl/ext/B/B/cc_harness
    U src/gnu/usr.bin/perl/ext/B/B/CC.pm
    U src/gnu/usr.bin/perl/ext/B/B/Concise.pm
    U src/gnu/usr.bin/perl/ext/B/B/C.pm
    U src/gnu/usr.bin/perl/ext/B/B/Debug.pm
    U src/gnu/usr.bin/perl/ext/B/B/Deparse.pm
    U src/gnu/usr.bin/perl/ext/B/B/disassemble
    U src/gnu/usr.bin/perl/ext/B/B/Disassembler.pm
    U src/gnu/usr.bin/perl/ext/B/B/Lint.pm
    U src/gnu/usr.bin/perl/ext/B/B/makeliblinks
    U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm
    U src/gnu/usr.bin/perl/ext/B/B/Stackobj.pm
    U src/gnu/usr.bin/perl/ext/B/B/Stash.pm
    U src/gnu/usr.bin/perl/ext/B/B/Terse.pm
    U src/gnu/usr.bin/perl/ext/B/B/Xref.pm
    U src/gnu/usr.bin/perl/ext/B/C/C.xs
    U src/gnu/usr.bin/perl/ext/B/C/Makefile.PL
    U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl
    U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/B/ramblings/cc.notes
    U src/gnu/usr.bin/perl/ext/B/ramblings/curcop.runtime
    U src/gnu/usr.bin/perl/ext/B/ramblings/flip-flop
    U src/gnu/usr.bin/perl/ext/B/ramblings/magic
    U src/gnu/usr.bin/perl/ext/B/ramblings/reg.alloc
    U src/gnu/usr.bin/perl/ext/B/ramblings/runtime.porting
    U src/gnu/usr.bin/perl/ext/B/t/asmdata.t
    U src/gnu/usr.bin/perl/ext/B/t/assembler.t
    U src/gnu/usr.bin/perl/ext/B/t/bblock.t
    U src/gnu/usr.bin/perl/ext/B/t/b.t
    U src/gnu/usr.bin/perl/ext/B/t/concise.t
    U src/gnu/usr.bin/perl/ext/B/t/debug.t
    U src/gnu/usr.bin/perl/ext/B/t/deparse.t
    U src/gnu/usr.bin/perl/ext/B/t/lint.t
    U src/gnu/usr.bin/perl/ext/B/t/o.t
    U src/gnu/usr.bin/perl/ext/B/t/showlex.t
    U src/gnu/usr.bin/perl/ext/B/t/stash.t
    U src/gnu/usr.bin/perl/ext/B/t/terse.t
    U src/gnu/usr.bin/perl/ext/B/t/xref.t
    U src/gnu/usr.bin/perl/ext/ByteLoader/bytecode.h
    U src/gnu/usr.bin/perl/ext/ByteLoader/ByteLoader.pm
    U src/gnu/usr.bin/perl/ext/ByteLoader/ByteLoader.xs
    U src/gnu/usr.bin/perl/ext/ByteLoader/byterun.c
    U src/gnu/usr.bin/perl/ext/ByteLoader/byterun.h
    U src/gnu/usr.bin/perl/ext/ByteLoader/Makefile.PL
    U src/gnu/usr.bin/perl/ext/ByteLoader/hints/sunos.pl
    N src/gnu/usr.bin/perl/ext/Cwd/Changes
    C src/gnu/usr.bin/perl/ext/Cwd/Cwd.xs
    U src/gnu/usr.bin/perl/ext/Cwd/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Cwd/t/cwd.t
    U src/gnu/usr.bin/perl/ext/Cwd/t/taint.t
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Changes
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Dumper.pm
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Dumper.xs
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Todo
    U src/gnu/usr.bin/perl/ext/Data/Dumper/t/dumper.t
    U src/gnu/usr.bin/perl/ext/Data/Dumper/t/overload.t
    U src/gnu/usr.bin/perl/ext/Data/Dumper/t/pair.t
    U src/gnu/usr.bin/perl/ext/DB_File/Changes
    U src/gnu/usr.bin/perl/ext/DB_File/DB_File_BS
    C src/gnu/usr.bin/perl/ext/DB_File/DB_File.pm
    C src/gnu/usr.bin/perl/ext/DB_File/DB_File.xs
    U src/gnu/usr.bin/perl/ext/DB_File/dbinfo
    U src/gnu/usr.bin/perl/ext/DB_File/Makefile.PL
    C src/gnu/usr.bin/perl/ext/DB_File/typemap
    U src/gnu/usr.bin/perl/ext/DB_File/version.c
    U src/gnu/usr.bin/perl/ext/DB_File/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/DB_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/DB_File/t/db-btree.t
    U src/gnu/usr.bin/perl/ext/DB_File/t/db-hash.t
    U src/gnu/usr.bin/perl/ext/DB_File/t/db-recno.t
    U src/gnu/usr.bin/perl/ext/Devel/DProf/Changes
    U src/gnu/usr.bin/perl/ext/Devel/DProf/DProf.pm
    U src/gnu/usr.bin/perl/ext/Devel/DProf/DProf.xs
    U src/gnu/usr.bin/perl/ext/Devel/DProf/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel/DProf/Todo
    U src/gnu/usr.bin/perl/ext/Devel/DProf/t/DProf.t
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Changes
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Peek.pm
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Peek.xs
    U src/gnu/usr.bin/perl/ext/Devel/Peek/t/Peek.t
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/Changes
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/MANIFEST
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/module2.c
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/module3.c
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/ppport_h.PL
    C src/gnu/usr.bin/perl/ext/Devel/PPPort/PPPort.pm
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/PPPort.xs
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/README
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/soak
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/TODO
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/t/test.t
    C src/gnu/usr.bin/perl/ext/Digest/MD5/Changes
    U src/gnu/usr.bin/perl/ext/Digest/MD5/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Digest/MD5/MD5.pm
    U src/gnu/usr.bin/perl/ext/Digest/MD5/MD5.xs
    U src/gnu/usr.bin/perl/ext/Digest/MD5/README
    U src/gnu/usr.bin/perl/ext/Digest/MD5/typemap
    U src/gnu/usr.bin/perl/ext/Digest/MD5/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/Digest/MD5/hints/irix_6.pl
    U src/gnu/usr.bin/perl/ext/Digest/MD5/hints/MacOS.pl
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/align.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/badfile.t
    N src/gnu/usr.bin/perl/ext/Digest/MD5/t/bits.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/clone.t
    C src/gnu/usr.bin/perl/ext/Digest/MD5/t/files.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/md5-aaa.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/utf8.t
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_beos.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mac.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mpeix.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vmesa.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/README
    U src/gnu/usr.bin/perl/ext/DynaLoader/XSLoader_pm.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/t/XSLoader.t
    U src/gnu/usr.bin/perl/ext/Encode/AUTHORS
    U src/gnu/usr.bin/perl/ext/Encode/Changes
    U src/gnu/usr.bin/perl/ext/Encode/encengine.c
    U src/gnu/usr.bin/perl/ext/Encode/Encode.pm
    U src/gnu/usr.bin/perl/ext/Encode/Encode.xs
    U src/gnu/usr.bin/perl/ext/Encode/encoding.pm
    U src/gnu/usr.bin/perl/ext/Encode/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/MANIFEST
    U src/gnu/usr.bin/perl/ext/Encode/META.yml
    U src/gnu/usr.bin/perl/ext/Encode/README
    U src/gnu/usr.bin/perl/ext/Encode/bin/enc2xs
    U src/gnu/usr.bin/perl/ext/Encode/bin/piconv
    U src/gnu/usr.bin/perl/ext/Encode/bin/ucm2table
    U src/gnu/usr.bin/perl/ext/Encode/bin/ucmlint
    U src/gnu/usr.bin/perl/ext/Encode/bin/ucmsort
    U src/gnu/usr.bin/perl/ext/Encode/bin/unidump
    U src/gnu/usr.bin/perl/ext/Encode/Byte/Byte.pm
    U src/gnu/usr.bin/perl/ext/Encode/Byte/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/CN/CN.pm
    U src/gnu/usr.bin/perl/ext/Encode/CN/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/EBCDIC/EBCDIC.pm
    U src/gnu/usr.bin/perl/ext/Encode/EBCDIC/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/Encode/Changes.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/ConfigLocal_PM.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/encode.h
    U src/gnu/usr.bin/perl/ext/Encode/Encode/Makefile_PL.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/_PM.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/README.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/_T.e2x
    U src/gnu/usr.bin/perl/ext/Encode/JP/JP.pm
    U src/gnu/usr.bin/perl/ext/Encode/JP/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/KR/KR.pm
    U src/gnu/usr.bin/perl/ext/Encode/KR/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Alias.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/CJKConstants.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Config.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Encoder.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Encoding.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Guess.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/PerlIO.pod
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Supported.pod
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/CN/HZ.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/H2Z.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/JIS7.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/KR/2022_KR.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/MIME/Header.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Unicode/UTF7.pm
    U src/gnu/usr.bin/perl/ext/Encode/Symbol/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/Symbol/Symbol.pm
    U src/gnu/usr.bin/perl/ext/Encode/t/Aliases.t
    U src/gnu/usr.bin/perl/ext/Encode/t/at-cn.t
    U src/gnu/usr.bin/perl/ext/Encode/t/at-tw.t
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-eten.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-eten.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-hkscs.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-hkscs.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/CJKT.t
    U src/gnu/usr.bin/perl/ext/Encode/t/enc_data.t
    C src/gnu/usr.bin/perl/ext/Encode/t/enc_eucjp.t
    U src/gnu/usr.bin/perl/ext/Encode/t/enc_module.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/enc_module.t
    U src/gnu/usr.bin/perl/ext/Encode/t/Encoder.t
    U src/gnu/usr.bin/perl/ext/Encode/t/Encode.t
    U src/gnu/usr.bin/perl/ext/Encode/t/encoding.t
    C src/gnu/usr.bin/perl/ext/Encode/t/enc_utf8.t
    U src/gnu/usr.bin/perl/ext/Encode/t/fallback.t
    U src/gnu/usr.bin/perl/ext/Encode/t/gb2312.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/gb2312.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/grow.t
    U src/gnu/usr.bin/perl/ext/Encode/t/gsm0338.t
    U src/gnu/usr.bin/perl/ext/Encode/t/guess.t
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0201.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/jperl.t
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0201.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0208.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0208.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0212.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0212.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/ksc5601.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/ksc5601.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/mime-header.t
    U src/gnu/usr.bin/perl/ext/Encode/t/Mod_EUCJP.pm
    U src/gnu/usr.bin/perl/ext/Encode/t/perlio.t
    U src/gnu/usr.bin/perl/ext/Encode/t/rt.pl
    U src/gnu/usr.bin/perl/ext/Encode/t/unibench.pl
    U src/gnu/usr.bin/perl/ext/Encode/t/Unicode.t
    U src/gnu/usr.bin/perl/ext/Encode/TW/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/TW/TW.pm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-10.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-11.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-13.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-14.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-15.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-16.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-1.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-2.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-3.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-4.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-5.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-6.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-7.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-8.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-9.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/adobeStdenc.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/adobeSymbol.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/adobeZdingbat.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ascii.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/big5-eten.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/big5-hkscs.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp037.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1006.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1026.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1047.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1250.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1251.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1252.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1253.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1254.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1255.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1256.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1257.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1258.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp424.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp437.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp500.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp737.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp775.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp850.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp852.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp855.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp856.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp857.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp860.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp861.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp862.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp863.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp864.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp865.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp866.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp869.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp874.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp875.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp932.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp936.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp949.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp950.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ctrl.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/dingbats.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/euc-cn.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/euc-jp.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/euc-kr.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/gb12345.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/gb2312.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/gsm0338.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/hp-roman8.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ir-165.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/jis0201.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/jis0208.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/jis0212.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/johab.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/koi8-f.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/koi8-r.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/koi8-u.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ksc5601.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macArabic.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macCentEuro.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macChinsimp.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macChintrad.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macCroatian.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macCyrillic.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macDingbats.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macFarsi.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macGreek.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macHebrew.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macIceland.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macJapanese.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macKorean.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macRoman.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macROMnn.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macRUMnn.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macSami.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macSymbol.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macThai.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macTurkish.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macUkraine.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/nextstep.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/null.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/posix-bc.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/shiftjis.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/symbol.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/viscii.ucm
    U src/gnu/usr.bin/perl/ext/Encode/Unicode/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/Unicode/Unicode.pm
    U src/gnu/usr.bin/perl/ext/Encode/Unicode/Unicode.xs
    U src/gnu/usr.bin/perl/ext/Errno/ChangeLog
    U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL
    U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t
    U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm
    U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs
    U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t
    U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t
    U src/gnu/usr.bin/perl/ext/File/Glob/bsd_glob.c
    U src/gnu/usr.bin/perl/ext/File/Glob/bsd_glob.h
    U src/gnu/usr.bin/perl/ext/File/Glob/Changes
    U src/gnu/usr.bin/perl/ext/File/Glob/Glob.pm
    U src/gnu/usr.bin/perl/ext/File/Glob/Glob.xs
    U src/gnu/usr.bin/perl/ext/File/Glob/Makefile.PL
    U src/gnu/usr.bin/perl/ext/File/Glob/TODO
    U src/gnu/usr.bin/perl/ext/File/Glob/t/basic.t
    U src/gnu/usr.bin/perl/ext/File/Glob/t/case.t
    U src/gnu/usr.bin/perl/ext/File/Glob/t/global.t
    U src/gnu/usr.bin/perl/ext/File/Glob/t/taint.t
    U src/gnu/usr.bin/perl/ext/Filter/t/call.t
    U src/gnu/usr.bin/perl/ext/Filter/Util/Call/Call.pm
    U src/gnu/usr.bin/perl/ext/Filter/Util/Call/Call.xs
    U src/gnu/usr.bin/perl/ext/Filter/Util/Call/Makefile.PL
    U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
    U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs
    U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL
    C src/gnu/usr.bin/perl/ext/GDBM_File/typemap
    U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/Langinfo.pm
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/Langinfo.xs
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/Makefile.PL
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/const-c.inc
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/const-xs.inc
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/t/Langinfo.t
    U src/gnu/usr.bin/perl/ext/IO/ChangeLog
    U src/gnu/usr.bin/perl/ext/IO/IO.pm
    U src/gnu/usr.bin/perl/ext/IO/IO.xs
    U src/gnu/usr.bin/perl/ext/IO/Makefile.PL
    U src/gnu/usr.bin/perl/ext/IO/poll.c
    U src/gnu/usr.bin/perl/ext/IO/poll.h
    U src/gnu/usr.bin/perl/ext/IO/README
    U src/gnu/usr.bin/perl/ext/IO/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Dir.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/File.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Handle.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Pipe.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Poll.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Seekable.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Select.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket/INET.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket/UNIX.pm
    U src/gnu/usr.bin/perl/ext/IO/t/io_const.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_dir.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_dup.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_linenum.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_multihomed.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_pipe.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_poll.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_sel.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_sock.t
    U src/gnu/usr.bin/perl/ext/IO/t/IO.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_taint.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_tell.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_udp.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_unix.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_utf8.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_xs.t
    U src/gnu/usr.bin/perl/ext/IPC/SysV/ChangeLog
    U src/gnu/usr.bin/perl/ext/IPC/SysV/Makefile.PL
    U src/gnu/usr.bin/perl/ext/IPC/SysV/MANIFEST
    U src/gnu/usr.bin/perl/ext/IPC/SysV/Msg.pm
    U src/gnu/usr.bin/perl/ext/IPC/SysV/README
    U src/gnu/usr.bin/perl/ext/IPC/SysV/Semaphore.pm
    U src/gnu/usr.bin/perl/ext/IPC/SysV/SysV.pm
    U src/gnu/usr.bin/perl/ext/IPC/SysV/SysV.xs
    U src/gnu/usr.bin/perl/ext/IPC/SysV/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/IPC/SysV/hints/next_3.pl
    U src/gnu/usr.bin/perl/ext/IPC/SysV/t/ipcsysv.t
    U src/gnu/usr.bin/perl/ext/IPC/SysV/t/msg.t
    U src/gnu/usr.bin/perl/ext/IPC/SysV/t/sem.t
    U src/gnu/usr.bin/perl/ext/List/Util/ChangeLog
    U src/gnu/usr.bin/perl/ext/List/Util/Makefile.PL
    U src/gnu/usr.bin/perl/ext/List/Util/README
    U src/gnu/usr.bin/perl/ext/List/Util/Util.xs
    U src/gnu/usr.bin/perl/ext/List/Util/lib/List/Util.pm
    U src/gnu/usr.bin/perl/ext/List/Util/lib/Scalar/Util.pm
    U src/gnu/usr.bin/perl/ext/List/Util/t/blessed.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/dualvar.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/first.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/isvstring.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/lln.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/maxstr.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/max.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/minstr.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/min.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/openhan.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/proto.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/readonly.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/reduce.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/refaddr.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/reftype.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/shuffle.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/sum.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/tainted.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/weak.t
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Base64.pm
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Base64.xs
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Changes
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Makefile.PL
    U src/gnu/usr.bin/perl/ext/MIME/Base64/QuotedPrint.pm
    U src/gnu/usr.bin/perl/ext/MIME/Base64/t/base64.t
    U src/gnu/usr.bin/perl/ext/MIME/Base64/t/quoted-print.t
    U src/gnu/usr.bin/perl/ext/MIME/Base64/t/unicode.t
    U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm
    U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs
    C src/gnu/usr.bin/perl/ext/NDBM_File/typemap
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t
    U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm
    U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs
    U src/gnu/usr.bin/perl/ext/ODBM_File/typemap
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t
    U src/gnu/usr.bin/perl/ext/Opcode/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
    U src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs
    U src/gnu/usr.bin/perl/ext/Opcode/ops.pm
    U src/gnu/usr.bin/perl/ext/Opcode/Safe.pm
    U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t
    U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/encoding.pm
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/encoding.xs
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/Makefile.PL
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/MANIFEST
    U src/gnu/usr.bin/perl/ext/PerlIO/scalar/Makefile.PL
    U src/gnu/usr.bin/perl/ext/PerlIO/scalar/scalar.pm
    U src/gnu/usr.bin/perl/ext/PerlIO/scalar/scalar.xs
    U src/gnu/usr.bin/perl/ext/PerlIO/t/encoding.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/fail.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/fallback.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/open.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/PerlIO.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/scalar.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/via.t
    U src/gnu/usr.bin/perl/ext/PerlIO/via/Makefile.PL
    U src/gnu/usr.bin/perl/ext/PerlIO/via/via.pm
    U src/gnu/usr.bin/perl/ext/PerlIO/via/via.xs
    U src/gnu/usr.bin/perl/ext/PerlIO/via/hints/aix.pl
    U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pm
    U src/gnu/usr.bin/perl/ext/POSIX/POSIX.pod
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs
    U src/gnu/usr.bin/perl/ext/POSIX/typemap
    U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/next_3.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/uts.pl
    U src/gnu/usr.bin/perl/ext/POSIX/t/is.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t
    U src/gnu/usr.bin/perl/ext/re/Makefile.PL
    U src/gnu/usr.bin/perl/ext/re/re.pm
    U src/gnu/usr.bin/perl/ext/re/re.xs
    U src/gnu/usr.bin/perl/ext/re/hints/mpeix.pl
    U src/gnu/usr.bin/perl/ext/re/t/re.t
    U src/gnu/usr.bin/perl/ext/Safe/t/safe1.t
    U src/gnu/usr.bin/perl/ext/Safe/t/safe2.t
    U src/gnu/usr.bin/perl/ext/Safe/t/safe3.t
    U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm
    U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs
    C src/gnu/usr.bin/perl/ext/SDBM_File/typemap
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.1
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbu.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t
    U src/gnu/usr.bin/perl/ext/Socket/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Socket/Socket.pm
    U src/gnu/usr.bin/perl/ext/Socket/Socket.xs
    U src/gnu/usr.bin/perl/ext/Socket/t/socketpair.t
    U src/gnu/usr.bin/perl/ext/Socket/t/Socket.t
    U src/gnu/usr.bin/perl/ext/Storable/ChangeLog
    U src/gnu/usr.bin/perl/ext/Storable/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Storable/MANIFEST
    U src/gnu/usr.bin/perl/ext/Storable/README
    U src/gnu/usr.bin/perl/ext/Storable/Storable.pm
    U src/gnu/usr.bin/perl/ext/Storable/Storable.xs
    U src/gnu/usr.bin/perl/ext/Storable/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/blessed.t
    U src/gnu/usr.bin/perl/ext/Storable/t/canonical.t
    U src/gnu/usr.bin/perl/ext/Storable/t/code.t
    U src/gnu/usr.bin/perl/ext/Storable/t/compat06.t
    U src/gnu/usr.bin/perl/ext/Storable/t/croak.t
    U src/gnu/usr.bin/perl/ext/Storable/t/dclone.t
    U src/gnu/usr.bin/perl/ext/Storable/t/downgrade.t
    U src/gnu/usr.bin/perl/ext/Storable/t/forgive.t
    U src/gnu/usr.bin/perl/ext/Storable/t/freeze.t
    U src/gnu/usr.bin/perl/ext/Storable/t/integer.t
    U src/gnu/usr.bin/perl/ext/Storable/t/interwork56.t
    U src/gnu/usr.bin/perl/ext/Storable/t/lock.t
    U src/gnu/usr.bin/perl/ext/Storable/t/make_56_interwork.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/make_downgrade.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/malice.t
    U src/gnu/usr.bin/perl/ext/Storable/t/overload.t
    U src/gnu/usr.bin/perl/ext/Storable/t/recurse.t
    U src/gnu/usr.bin/perl/ext/Storable/t/restrict.t
    U src/gnu/usr.bin/perl/ext/Storable/t/retrieve.t
    U src/gnu/usr.bin/perl/ext/Storable/t/st-dump.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/store.t
    U src/gnu/usr.bin/perl/ext/Storable/t/tied_hook.t
    U src/gnu/usr.bin/perl/ext/Storable/t/tied_items.t
    U src/gnu/usr.bin/perl/ext/Storable/t/tied.t
    U src/gnu/usr.bin/perl/ext/Storable/t/utf8hash.t
    U src/gnu/usr.bin/perl/ext/Storable/t/utf8.t
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/Hostname.pm
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/Hostname.xs
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/t/Hostname.t
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/Syslog.pm
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/Syslog.xs
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/t/syslog.t
    U src/gnu/usr.bin/perl/ext/Thread/create.tx
    U src/gnu/usr.bin/perl/ext/Thread/die2.tx
    U src/gnu/usr.bin/perl/ext/Thread/die.tx
    U src/gnu/usr.bin/perl/ext/Thread/io.tx
    U src/gnu/usr.bin/perl/ext/Thread/join2.tx
    U src/gnu/usr.bin/perl/ext/Thread/join.tx
    U src/gnu/usr.bin/perl/ext/Thread/list.tx
    U src/gnu/usr.bin/perl/ext/Thread/lock.tx
    U src/gnu/usr.bin/perl/ext/Thread/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Thread/Notes
    U src/gnu/usr.bin/perl/ext/Thread/Queue.pmx
    U src/gnu/usr.bin/perl/ext/Thread/queue.tx
    U src/gnu/usr.bin/perl/ext/Thread/README
    U src/gnu/usr.bin/perl/ext/Thread/README.threads
    U src/gnu/usr.bin/perl/ext/Thread/Semaphore.pmx
    U src/gnu/usr.bin/perl/ext/Thread/specific.tx
    U src/gnu/usr.bin/perl/ext/Thread/sync2.tx
    U src/gnu/usr.bin/perl/ext/Thread/sync.tx
    U src/gnu/usr.bin/perl/ext/Thread/thr5005.t
    U src/gnu/usr.bin/perl/ext/Thread/Thread.xs
    U src/gnu/usr.bin/perl/ext/Thread/typemap
    U src/gnu/usr.bin/perl/ext/Thread/unsync2.tx
    U src/gnu/usr.bin/perl/ext/Thread/unsync3.tx
    U src/gnu/usr.bin/perl/ext/Thread/unsync4.tx
    U src/gnu/usr.bin/perl/ext/Thread/unsync.tx
    U src/gnu/usr.bin/perl/ext/Thread/Thread/Signal.pm
    U src/gnu/usr.bin/perl/ext/Thread/Thread/Specific.pm
    U src/gnu/usr.bin/perl/ext/threads/Changes
    U src/gnu/usr.bin/perl/ext/threads/Makefile.PL
    U src/gnu/usr.bin/perl/ext/threads/README
    U src/gnu/usr.bin/perl/ext/threads/threads.pm
    U src/gnu/usr.bin/perl/ext/threads/threads.xs
    U src/gnu/usr.bin/perl/ext/threads/typemap
    U src/gnu/usr.bin/perl/ext/threads/shared/Makefile.PL
    U src/gnu/usr.bin/perl/ext/threads/shared/README
    U src/gnu/usr.bin/perl/ext/threads/shared/shared.pm
    U src/gnu/usr.bin/perl/ext/threads/shared/shared.xs
    U src/gnu/usr.bin/perl/ext/threads/shared/typemap
    U src/gnu/usr.bin/perl/ext/threads/shared/t/0nothread.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/av_refs.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/av_simple.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/cond.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/disabled.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/hv_refs.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/hv_simple.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/no_share.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/shared_attr.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/sv_refs.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/sv_simple.t
    N src/gnu/usr.bin/perl/ext/threads/shared/t/wait.t
    U src/gnu/usr.bin/perl/ext/threads/t/basic.t
    U src/gnu/usr.bin/perl/ext/threads/t/end.t
    U src/gnu/usr.bin/perl/ext/threads/t/join.t
    U src/gnu/usr.bin/perl/ext/threads/t/libc.t
    U src/gnu/usr.bin/perl/ext/threads/t/list.t
    U src/gnu/usr.bin/perl/ext/threads/t/problems.t
    U src/gnu/usr.bin/perl/ext/threads/t/stress_cv.t
    U src/gnu/usr.bin/perl/ext/threads/t/stress_re.t
    U src/gnu/usr.bin/perl/ext/threads/t/stress_string.t
    U src/gnu/usr.bin/perl/ext/threads/t/thread.t
    U src/gnu/usr.bin/perl/ext/Time/HiRes/Changes
    U src/gnu/usr.bin/perl/ext/Time/HiRes/HiRes.pm
    U src/gnu/usr.bin/perl/ext/Time/HiRes/HiRes.xs
    U src/gnu/usr.bin/perl/ext/Time/HiRes/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Time/HiRes/typemap
    U src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/const-c.inc
    U src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/const-xs.inc
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/irix.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/t/HiRes.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Changes
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/mkheader
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Normalize.pm
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Normalize.xs
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/README
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/fcdc.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/form.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/func.t
    N src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/illegal.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/norm.t
    N src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/null.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/proto.t
    N src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/short.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/split.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/test.t
    U src/gnu/usr.bin/perl/ext/util/make_ext
    U src/gnu/usr.bin/perl/ext/XS/APItest/APItest.pm
    U src/gnu/usr.bin/perl/ext/XS/APItest/APItest.xs
    U src/gnu/usr.bin/perl/ext/XS/APItest/Makefile.PL
    U src/gnu/usr.bin/perl/ext/XS/APItest/MANIFEST
    U src/gnu/usr.bin/perl/ext/XS/APItest/README
    N src/gnu/usr.bin/perl/ext/XS/APItest/t/hash.t
    U src/gnu/usr.bin/perl/ext/XS/APItest/t/printf.t
    U src/gnu/usr.bin/perl/ext/XS/Typemap/Makefile.PL
    U src/gnu/usr.bin/perl/ext/XS/Typemap/README
    U src/gnu/usr.bin/perl/ext/XS/Typemap/stdio.c
    U src/gnu/usr.bin/perl/ext/XS/Typemap/typemap
    U src/gnu/usr.bin/perl/ext/XS/Typemap/Typemap.pm
    U src/gnu/usr.bin/perl/ext/XS/Typemap/Typemap.xs
    U src/gnu/usr.bin/perl/ext/XS/Typemap/t/Typemap.t
    U src/gnu/usr.bin/perl/h2pl/cbreak2.pl
    U src/gnu/usr.bin/perl/h2pl/cbreak.pl
    U src/gnu/usr.bin/perl/h2pl/getioctlsizes
    U src/gnu/usr.bin/perl/h2pl/mksizes
    U src/gnu/usr.bin/perl/h2pl/mkvars
    U src/gnu/usr.bin/perl/h2pl/README
    U src/gnu/usr.bin/perl/h2pl/tcbreak
    U src/gnu/usr.bin/perl/h2pl/tcbreak2
    U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph
    U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl
    U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl
    U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl
    U src/gnu/usr.bin/perl/hints/3b1cc
    U src/gnu/usr.bin/perl/hints/3b1.sh
    U src/gnu/usr.bin/perl/hints/aix.sh
    U src/gnu/usr.bin/perl/hints/altos486.sh
    U src/gnu/usr.bin/perl/hints/amigaos.sh
    U src/gnu/usr.bin/perl/hints/apollo.sh
    U src/gnu/usr.bin/perl/hints/atheos.sh
    U src/gnu/usr.bin/perl/hints/aux_3.sh
    U src/gnu/usr.bin/perl/hints/beos.sh
    U src/gnu/usr.bin/perl/hints/broken-db.msg
    U src/gnu/usr.bin/perl/hints/bsdos.sh
    U src/gnu/usr.bin/perl/hints/convexos.sh
    U src/gnu/usr.bin/perl/hints/cxux.sh
    U src/gnu/usr.bin/perl/hints/cygwin.sh
    U src/gnu/usr.bin/perl/hints/darwin.sh
    U src/gnu/usr.bin/perl/hints/dcosx.sh
    U src/gnu/usr.bin/perl/hints/dec_osf.sh
    U src/gnu/usr.bin/perl/hints/dgux.sh
    U src/gnu/usr.bin/perl/hints/dos_djgpp.sh
    U src/gnu/usr.bin/perl/hints/dynixptx.sh
    U src/gnu/usr.bin/perl/hints/dynix.sh
    U src/gnu/usr.bin/perl/hints/epix.sh
    U src/gnu/usr.bin/perl/hints/esix4.sh
    U src/gnu/usr.bin/perl/hints/fps.sh
    U src/gnu/usr.bin/perl/hints/freebsd.sh
    U src/gnu/usr.bin/perl/hints/genix.sh
    U src/gnu/usr.bin/perl/hints/gnu.sh
    U src/gnu/usr.bin/perl/hints/greenhills.sh
    U src/gnu/usr.bin/perl/hints/hpux.sh
    U src/gnu/usr.bin/perl/hints/i386.sh
    U src/gnu/usr.bin/perl/hints/irix_4.sh
    U src/gnu/usr.bin/perl/hints/irix_5.sh
    U src/gnu/usr.bin/perl/hints/irix_6_0.sh
    U src/gnu/usr.bin/perl/hints/irix_6_1.sh
    U src/gnu/usr.bin/perl/hints/irix_6.sh
    U src/gnu/usr.bin/perl/hints/isc_2.sh
    U src/gnu/usr.bin/perl/hints/isc.sh
    C src/gnu/usr.bin/perl/hints/linux.sh
    U src/gnu/usr.bin/perl/hints/lynxos.sh
    U src/gnu/usr.bin/perl/hints/machten_2.sh
    U src/gnu/usr.bin/perl/hints/machten.sh
    U src/gnu/usr.bin/perl/hints/mint.sh
    U src/gnu/usr.bin/perl/hints/mips.sh
    U src/gnu/usr.bin/perl/hints/mpc.sh
    U src/gnu/usr.bin/perl/hints/mpeix.sh
    U src/gnu/usr.bin/perl/hints/ncr_tower.sh
    U src/gnu/usr.bin/perl/hints/netbsd.sh
    U src/gnu/usr.bin/perl/hints/newsos4.sh
    U src/gnu/usr.bin/perl/hints/next_3_0.sh
    U src/gnu/usr.bin/perl/hints/next_3.sh
    U src/gnu/usr.bin/perl/hints/next_4.sh
    U src/gnu/usr.bin/perl/hints/nonstopux.sh
    U src/gnu/usr.bin/perl/hints/openbsd.sh
    U src/gnu/usr.bin/perl/hints/opus.sh
    C src/gnu/usr.bin/perl/hints/os2.sh
    U src/gnu/usr.bin/perl/hints/os390.sh
    U src/gnu/usr.bin/perl/hints/os400.sh
    U src/gnu/usr.bin/perl/hints/posix-bc.sh
    U src/gnu/usr.bin/perl/hints/powerux.sh
    U src/gnu/usr.bin/perl/hints/qnx.sh
    C src/gnu/usr.bin/perl/hints/README.hints
    U src/gnu/usr.bin/perl/hints/rhapsody.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh
    U src/gnu/usr.bin/perl/hints/sco.sh
    C src/gnu/usr.bin/perl/hints/solaris_2.sh
    U src/gnu/usr.bin/perl/hints/stellar.sh
    U src/gnu/usr.bin/perl/hints/sunos_4_0.sh
    U src/gnu/usr.bin/perl/hints/sunos_4_1.sh
    U src/gnu/usr.bin/perl/hints/super-ux.sh
    U src/gnu/usr.bin/perl/hints/svr4.sh
    U src/gnu/usr.bin/perl/hints/svr5.sh
    U src/gnu/usr.bin/perl/hints/t001.c
    U src/gnu/usr.bin/perl/hints/ti1500.sh
    U src/gnu/usr.bin/perl/hints/titanos.sh
    U src/gnu/usr.bin/perl/hints/ultrix_4.sh
    U src/gnu/usr.bin/perl/hints/umips.sh
    U src/gnu/usr.bin/perl/hints/unicosmk.sh
    U src/gnu/usr.bin/perl/hints/unicos.sh
    U src/gnu/usr.bin/perl/hints/unisysdynix.sh
    U src/gnu/usr.bin/perl/hints/utekv.sh
    U src/gnu/usr.bin/perl/hints/uts.sh
    U src/gnu/usr.bin/perl/hints/uwin.sh
    U src/gnu/usr.bin/perl/hints/vmesa.sh
    U src/gnu/usr.bin/perl/hints/vos.sh
    U src/gnu/usr.bin/perl/jpl/ChangeLog
    U src/gnu/usr.bin/perl/jpl/install-jpl
    U src/gnu/usr.bin/perl/jpl/README
    U src/gnu/usr.bin/perl/jpl/README.JUST-JNI
    U src/gnu/usr.bin/perl/jpl/SETVARS.PL
    U src/gnu/usr.bin/perl/jpl/bin/jpl
    U src/gnu/usr.bin/perl/jpl/docs/Tutorial.pod
    U src/gnu/usr.bin/perl/jpl/get_jdk/get_jdk.pl
    U src/gnu/usr.bin/perl/jpl/get_jdk/jdk_hosts
    U src/gnu/usr.bin/perl/jpl/get_jdk/README
    U src/gnu/usr.bin/perl/jpl/JNI/Changes
    U src/gnu/usr.bin/perl/jpl/JNI/Closer.java
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.kaffe
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.noembed
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.standard
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.Win32
    U src/gnu/usr.bin/perl/jpl/JNI/JNI.pm
    U src/gnu/usr.bin/perl/jpl/JNI/JNI.xs
    U src/gnu/usr.bin/perl/jpl/JNI/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/JNI/test.pl
    U src/gnu/usr.bin/perl/jpl/JNI/typemap
    U src/gnu/usr.bin/perl/jpl/JNI/typemap.gcc
    U src/gnu/usr.bin/perl/jpl/JNI/typemap.win32
    U src/gnu/usr.bin/perl/jpl/JPL/AutoLoader.pm
    U src/gnu/usr.bin/perl/jpl/JPL/Class.pm
    U src/gnu/usr.bin/perl/jpl/JPL/Compile.pm
    U src/gnu/usr.bin/perl/jpl/JPL/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/cardfile
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/JPL_Rolo.jpl
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/README
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/PerlInterpreter.c
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/PerlInterpreter.h
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/PerlInterpreter.java
    U src/gnu/usr.bin/perl/jpl/Sample/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/Sample/Sample.jpl
    U src/gnu/usr.bin/perl/jpl/Test/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/Test/Test.jpl
    U src/gnu/usr.bin/perl/lib/abbrev.pl
    U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm
    U src/gnu/usr.bin/perl/lib/AnyDBM_File.t
    U src/gnu/usr.bin/perl/lib/assert.pl
    U src/gnu/usr.bin/perl/lib/attributes.pm
    U src/gnu/usr.bin/perl/lib/AutoLoader.pm
    U src/gnu/usr.bin/perl/lib/AutoLoader.t
    U src/gnu/usr.bin/perl/lib/AutoSplit.pm
    U src/gnu/usr.bin/perl/lib/AutoSplit.t
    U src/gnu/usr.bin/perl/lib/autouse.pm
    U src/gnu/usr.bin/perl/lib/autouse.t
    C src/gnu/usr.bin/perl/lib/base.pm
    C src/gnu/usr.bin/perl/lib/Benchmark.pm
    U src/gnu/usr.bin/perl/lib/Benchmark.t
    U src/gnu/usr.bin/perl/lib/bigfloat.pl
    U src/gnu/usr.bin/perl/lib/bigfloatpl.t
    U src/gnu/usr.bin/perl/lib/bigint.pl
    U src/gnu/usr.bin/perl/lib/bigintpl.t
    U src/gnu/usr.bin/perl/lib/bigint.pm
    U src/gnu/usr.bin/perl/lib/bignum.pm
    U src/gnu/usr.bin/perl/lib/bigrat.pl
    U src/gnu/usr.bin/perl/lib/bigrat.pm
    U src/gnu/usr.bin/perl/lib/blib.pm
    U src/gnu/usr.bin/perl/lib/blib.t
    U src/gnu/usr.bin/perl/lib/bytes_heavy.pl
    U src/gnu/usr.bin/perl/lib/bytes.pm
    U src/gnu/usr.bin/perl/lib/bytes.t
    U src/gnu/usr.bin/perl/lib/cacheout.pl
    U src/gnu/usr.bin/perl/lib/Carp.pm
    U src/gnu/usr.bin/perl/lib/Carp.t
    C src/gnu/usr.bin/perl/lib/CGI.pm
    U src/gnu/usr.bin/perl/lib/charnames.pm
    U src/gnu/usr.bin/perl/lib/charnames.t
    U src/gnu/usr.bin/perl/lib/complete.pl
    U src/gnu/usr.bin/perl/lib/Config.t
    U src/gnu/usr.bin/perl/lib/constant.pm
    U src/gnu/usr.bin/perl/lib/constant.t
    U src/gnu/usr.bin/perl/lib/CPAN.pm
    U src/gnu/usr.bin/perl/lib/ctime.pl
    C src/gnu/usr.bin/perl/lib/Cwd.pm
    U src/gnu/usr.bin/perl/lib/DB.pm
    U src/gnu/usr.bin/perl/lib/DB.t
    C src/gnu/usr.bin/perl/lib/diagnostics.pm
    U src/gnu/usr.bin/perl/lib/diagnostics.t
    U src/gnu/usr.bin/perl/lib/Digest.pm
    U src/gnu/usr.bin/perl/lib/DirHandle.pm
    U src/gnu/usr.bin/perl/lib/DirHandle.t
    U src/gnu/usr.bin/perl/lib/dotsh.pl
    U src/gnu/usr.bin/perl/lib/Dumpvalue.pm
    U src/gnu/usr.bin/perl/lib/Dumpvalue.t
    U src/gnu/usr.bin/perl/lib/dumpvar.pl
    U src/gnu/usr.bin/perl/lib/dumpvar.t
    U src/gnu/usr.bin/perl/lib/English.pm
    U src/gnu/usr.bin/perl/lib/English.t
    U src/gnu/usr.bin/perl/lib/Env.pm
    U src/gnu/usr.bin/perl/lib/exceptions.pl
    C src/gnu/usr.bin/perl/lib/Exporter.pm
    U src/gnu/usr.bin/perl/lib/Exporter.t
    U src/gnu/usr.bin/perl/lib/fastcwd.pl
    U src/gnu/usr.bin/perl/lib/Fatal.pm
    U src/gnu/usr.bin/perl/lib/Fatal.t
    U src/gnu/usr.bin/perl/lib/fields.pm
    U src/gnu/usr.bin/perl/lib/FileCache.pm
    U src/gnu/usr.bin/perl/lib/FileHandle.pm
    U src/gnu/usr.bin/perl/lib/FileHandle.t
    U src/gnu/usr.bin/perl/lib/filetest.pm
    U src/gnu/usr.bin/perl/lib/filetest.t
    C src/gnu/usr.bin/perl/lib/FindBin.pm
    U src/gnu/usr.bin/perl/lib/FindBin.t
    U src/gnu/usr.bin/perl/lib/finddepth.pl
    U src/gnu/usr.bin/perl/lib/find.pl
    U src/gnu/usr.bin/perl/lib/flush.pl
    U src/gnu/usr.bin/perl/lib/getcwd.pl
    U src/gnu/usr.bin/perl/lib/getopt.pl
    U src/gnu/usr.bin/perl/lib/getopts.pl
    U src/gnu/usr.bin/perl/lib/h2ph.t
    U src/gnu/usr.bin/perl/lib/h2xs.t
    U src/gnu/usr.bin/perl/lib/hostname.pl
    U src/gnu/usr.bin/perl/lib/if.pm
    U src/gnu/usr.bin/perl/lib/if.t
    U src/gnu/usr.bin/perl/lib/importenv.pl
    U src/gnu/usr.bin/perl/lib/integer.pm
    U src/gnu/usr.bin/perl/lib/integer.t
    U src/gnu/usr.bin/perl/lib/Internals.t
    U src/gnu/usr.bin/perl/lib/less.pm
    U src/gnu/usr.bin/perl/lib/less.t
    U src/gnu/usr.bin/perl/lib/lib_pm.PL
    U src/gnu/usr.bin/perl/lib/lib.t
    U src/gnu/usr.bin/perl/lib/locale.pm
    U src/gnu/usr.bin/perl/lib/locale.t
    U src/gnu/usr.bin/perl/lib/look.pl
    U src/gnu/usr.bin/perl/lib/Memoize.pm
    U src/gnu/usr.bin/perl/lib/newgetopt.pl
    U src/gnu/usr.bin/perl/lib/NEXT.pm
    U src/gnu/usr.bin/perl/lib/open2.pl
    U src/gnu/usr.bin/perl/lib/open3.pl
    U src/gnu/usr.bin/perl/lib/open.pm
    U src/gnu/usr.bin/perl/lib/open.t
    U src/gnu/usr.bin/perl/lib/overload.pm
    U src/gnu/usr.bin/perl/lib/overload.t
    C src/gnu/usr.bin/perl/lib/perl5db.pl
    U src/gnu/usr.bin/perl/lib/PerlIO.pm
    U src/gnu/usr.bin/perl/lib/ph.t
    U src/gnu/usr.bin/perl/lib/pwd.pl
    U src/gnu/usr.bin/perl/lib/SelectSaver.pm
    U src/gnu/usr.bin/perl/lib/Shell.t
    U src/gnu/usr.bin/perl/lib/SelectSaver.t
    U src/gnu/usr.bin/perl/lib/SelfLoader.pm
    U src/gnu/usr.bin/perl/lib/SelfLoader.t
    U src/gnu/usr.bin/perl/lib/Shell.pm
    U src/gnu/usr.bin/perl/lib/shellwords.pl
    U src/gnu/usr.bin/perl/lib/sigtrap.pm
    U src/gnu/usr.bin/perl/lib/sigtrap.t
    U src/gnu/usr.bin/perl/lib/sort.pm
    U src/gnu/usr.bin/perl/lib/sort.t
    U src/gnu/usr.bin/perl/lib/stat.pl
    U src/gnu/usr.bin/perl/lib/strict.pm
    U src/gnu/usr.bin/perl/lib/strict.t
    U src/gnu/usr.bin/perl/lib/subs.pm
    U src/gnu/usr.bin/perl/lib/subs.t
    U src/gnu/usr.bin/perl/lib/Switch.pm
    U src/gnu/usr.bin/perl/lib/Symbol.pm
    U src/gnu/usr.bin/perl/lib/Symbol.t
    U src/gnu/usr.bin/perl/lib/syslog.pl
    U src/gnu/usr.bin/perl/lib/tainted.pl
    U src/gnu/usr.bin/perl/lib/termcap.pl
    U src/gnu/usr.bin/perl/lib/Test.pm
    U src/gnu/usr.bin/perl/lib/Thread.pm
    U src/gnu/usr.bin/perl/lib/timelocal.pl
    U src/gnu/usr.bin/perl/lib/UNIVERSAL.pm
    U src/gnu/usr.bin/perl/lib/utf8_heavy.pl
    U src/gnu/usr.bin/perl/lib/utf8.pm
    U src/gnu/usr.bin/perl/lib/utf8.t
    U src/gnu/usr.bin/perl/lib/validate.pl
    U src/gnu/usr.bin/perl/lib/vars.pm
    U src/gnu/usr.bin/perl/lib/vars.t
    U src/gnu/usr.bin/perl/lib/vmsish.pm
    U src/gnu/usr.bin/perl/lib/vmsish.t
    U src/gnu/usr.bin/perl/lib/warnings.pm
    U src/gnu/usr.bin/perl/lib/warnings.t
    U src/gnu/usr.bin/perl/lib/Win32.pod
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/Changes
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/README
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo2.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo3.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo4.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_call.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_chain.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_cycle.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_hashdir.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_phases.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/Demo.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_range.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_rawdata.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/Descriptions.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/MyClass.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/t/multi.t
    U src/gnu/usr.bin/perl/lib/base/t/base.t
    U src/gnu/usr.bin/perl/lib/base/t/fields-base.t
    U src/gnu/usr.bin/perl/lib/base/t/fields.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bigint.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bignum.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bigrat.t
    U src/gnu/usr.bin/perl/lib/bignum/t/biinfnan.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bninfnan.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bn_lite.t
    U src/gnu/usr.bin/perl/lib/bignum/t/brinfnan.t
    U src/gnu/usr.bin/perl/lib/bignum/t/br_lite.t
    U src/gnu/usr.bin/perl/lib/bignum/t/infnan.inc
    U src/gnu/usr.bin/perl/lib/bignum/t/option_a.t
    U src/gnu/usr.bin/perl/lib/bignum/t/option_l.t
    U src/gnu/usr.bin/perl/lib/bignum/t/option_p.t
    U src/gnu/usr.bin/perl/lib/Carp/Heavy.pm
    U src/gnu/usr.bin/perl/lib/CGI/Apache.pm
    C src/gnu/usr.bin/perl/lib/CGI/Carp.pm
    C src/gnu/usr.bin/perl/lib/CGI/Cookie.pm
    C src/gnu/usr.bin/perl/lib/CGI/Fast.pm
    C src/gnu/usr.bin/perl/lib/CGI/Pretty.pm
    U src/gnu/usr.bin/perl/lib/CGI/Push.pm
    U src/gnu/usr.bin/perl/lib/CGI/Switch.pm
    C src/gnu/usr.bin/perl/lib/CGI/Util.pm
    U src/gnu/usr.bin/perl/lib/CGI/eg/caution.xbm
    U src/gnu/usr.bin/perl/lib/CGI/eg/clickable_image.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/cookie.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/crash.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/customize.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/diff_upload.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/dna_small_gif.uu
    U src/gnu/usr.bin/perl/lib/CGI/eg/file_upload.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/frameset.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/index.html
    U src/gnu/usr.bin/perl/lib/CGI/eg/internal_links.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/javascript.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/make_links.pl
    U src/gnu/usr.bin/perl/lib/CGI/eg/monty.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/multiple_forms.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/nph-clock.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/nph-multipart.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/popup.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/RunMeFirst
    U src/gnu/usr.bin/perl/lib/CGI/eg/save_state.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/tryit.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/wilogo_gif.uu
    U src/gnu/usr.bin/perl/lib/CGI/t/apache.t
    C src/gnu/usr.bin/perl/lib/CGI/t/carp.t
    U src/gnu/usr.bin/perl/lib/CGI/t/cookie.t
    U src/gnu/usr.bin/perl/lib/CGI/t/fast.t
    U src/gnu/usr.bin/perl/lib/CGI/t/form.t
    U src/gnu/usr.bin/perl/lib/CGI/t/function.t
    U src/gnu/usr.bin/perl/lib/CGI/t/html.t
    U src/gnu/usr.bin/perl/lib/CGI/t/pretty.t
    U src/gnu/usr.bin/perl/lib/CGI/t/push.t
    C src/gnu/usr.bin/perl/lib/CGI/t/request.t
    U src/gnu/usr.bin/perl/lib/CGI/t/switch.t
    U src/gnu/usr.bin/perl/lib/CGI/t/util-58.t
    U src/gnu/usr.bin/perl/lib/CGI/t/util.t
    U src/gnu/usr.bin/perl/lib/Class/ISA.pm
    U src/gnu/usr.bin/perl/lib/Class/Struct.pm
    U src/gnu/usr.bin/perl/lib/Class/Struct.t
    U src/gnu/usr.bin/perl/lib/Class/ISA/test.pl
    U src/gnu/usr.bin/perl/lib/CPAN/FirstTime.pm
    U src/gnu/usr.bin/perl/lib/CPAN/META.yml
    U src/gnu/usr.bin/perl/lib/CPAN/Nox.pm
    U src/gnu/usr.bin/perl/lib/CPAN/PAUSE2003.pub
    U src/gnu/usr.bin/perl/lib/CPAN/SIGNATURE
    U src/gnu/usr.bin/perl/lib/CPAN/bin/cpan
    U src/gnu/usr.bin/perl/lib/CPAN/t/loadme.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/mirroredby.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/Nox.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/signature.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/vcmp.t
    U src/gnu/usr.bin/perl/lib/Devel/SelfStubber.pm
    U src/gnu/usr.bin/perl/lib/Devel/SelfStubber.t
    N src/gnu/usr.bin/perl/lib/Digest/base.pm
    N src/gnu/usr.bin/perl/lib/Digest/t/base.t
    N src/gnu/usr.bin/perl/lib/Digest/t/digest.t
    U src/gnu/usr.bin/perl/lib/Env/t/array.t
    U src/gnu/usr.bin/perl/lib/Env/t/env.t
    U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Changes
    U src/gnu/usr.bin/perl/lib/ExtUtils/Command.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Constant.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Installed.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Install.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/instmodsh
    U src/gnu/usr.bin/perl/lib/ExtUtils/Liblist.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Manifest.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MANIFEST.SKIP
    U src/gnu/usr.bin/perl/lib/ExtUtils/META.yml
    U src/gnu/usr.bin/perl/lib/ExtUtils/Mkbootstrap.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Mksymlists.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Any.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_BeOS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Cygwin.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_DOS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_MacOS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_NW5.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_OS2.pm
    C src/gnu/usr.bin/perl/lib/ExtUtils/MM_Unix.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_UWIN.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_VMS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Win32.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Win95.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MY.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/NOTES
    U src/gnu/usr.bin/perl/lib/ExtUtils/Packlist.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/PATCHING
    U src/gnu/usr.bin/perl/lib/ExtUtils/README
    U src/gnu/usr.bin/perl/lib/ExtUtils/testlib.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/TODO
    U src/gnu/usr.bin/perl/lib/ExtUtils/typemap
    U src/gnu/usr.bin/perl/lib/ExtUtils/xsubpp
    U src/gnu/usr.bin/perl/lib/ExtUtils/Command/MM.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Liblist/Kid.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/bytes.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/FAQ.pod
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/Tutorial.pod
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/vmsish.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/00compile.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/00setup_dummy.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/backwards.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/basic.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/bytes.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Command.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Constant.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/hints.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Installed.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Install.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/INST_PREFIX.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/INST.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Liblist.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Manifest.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Mkbootstrap.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Any.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_BeOS.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Cygwin.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_NW5.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_OS2.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Unix.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_VMS.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Win32.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/oneliner.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Packlist.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/postamble.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/prefixify.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/prereq_print.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/problems.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/prompt.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/recurs.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/split_command.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/testlib.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/VERSION_FROM.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/vmsish.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/writemakefile_args.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/zz_cleanup_dummy.t
    U src/gnu/usr.bin/perl/lib/File/Basename.pm
    U src/gnu/usr.bin/perl/lib/File/Basename.t
    C src/gnu/usr.bin/perl/lib/File/CheckTree.pm
    U src/gnu/usr.bin/perl/lib/File/CheckTree.t
    U src/gnu/usr.bin/perl/lib/File/Compare.pm
    U src/gnu/usr.bin/perl/lib/File/Compare.t
    C src/gnu/usr.bin/perl/lib/File/Copy.pm
    U src/gnu/usr.bin/perl/lib/File/Copy.t
    U src/gnu/usr.bin/perl/lib/File/DosGlob.pm
    U src/gnu/usr.bin/perl/lib/File/DosGlob.t
    C src/gnu/usr.bin/perl/lib/File/Find.pm
    U src/gnu/usr.bin/perl/lib/File/Path.pm
    U src/gnu/usr.bin/perl/lib/File/Path.t
    U src/gnu/usr.bin/perl/lib/File/Spec.pm
    U src/gnu/usr.bin/perl/lib/File/stat.pm
    U src/gnu/usr.bin/perl/lib/File/stat.t
    U src/gnu/usr.bin/perl/lib/File/Temp.pm
    U src/gnu/usr.bin/perl/lib/File/Find/t/find.t
    U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t
    U src/gnu/usr.bin/perl/lib/File/Spec/Cygwin.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Epoc.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Functions.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Mac.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/OS2.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Unix.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/VMS.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Win32.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/t/crossplatform.t
    U src/gnu/usr.bin/perl/lib/File/Spec/t/Functions.t
    U src/gnu/usr.bin/perl/lib/File/Spec/t/rel2abs2rel.t
    U src/gnu/usr.bin/perl/lib/File/Spec/t/Spec.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/mktemp.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/object.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/posix.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/security.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/tempfile.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple.pm
    U src/gnu/usr.bin/perl/lib/Filter/Simple/Changes
    U src/gnu/usr.bin/perl/lib/Filter/Simple/README
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/data.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/export.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/filter_only.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/filter.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/import.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/01open.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/02maxopen.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/03append.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/04twoarg.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/05override.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long.pm
    C src/gnu/usr.bin/perl/lib/Getopt/Std.pm
    U src/gnu/usr.bin/perl/lib/Getopt/Std.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/CHANGES
    U src/gnu/usr.bin/perl/lib/Getopt/Long/README
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-basic.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-compat.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-linkage.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-oo.t
    U src/gnu/usr.bin/perl/lib/Hash/Util.pm
    U src/gnu/usr.bin/perl/lib/Hash/Util.t
    U src/gnu/usr.bin/perl/lib/I18N/Collate.pm
    U src/gnu/usr.bin/perl/lib/I18N/Collate.t
    U src/gnu/usr.bin/perl/lib/I18N/LangTags.pm
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/ChangeLog
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/List.pm
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/README
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/t/01test.t
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/t/02decency.t
    U src/gnu/usr.bin/perl/lib/IPC/Open2.pm
    U src/gnu/usr.bin/perl/lib/IPC/Open2.t
    U src/gnu/usr.bin/perl/lib/IPC/Open3.pm
    U src/gnu/usr.bin/perl/lib/IPC/Open3.t
    U src/gnu/usr.bin/perl/lib/IPC/SysV.t
    U src/gnu/usr.bin/perl/lib/Locale/Constants.pm
    U src/gnu/usr.bin/perl/lib/Locale/Constants.pod
    U src/gnu/usr.bin/perl/lib/Locale/Country.pm
    U src/gnu/usr.bin/perl/lib/Locale/Country.pod
    U src/gnu/usr.bin/perl/lib/Locale/Currency.pm
    U src/gnu/usr.bin/perl/lib/Locale/Currency.pod
    U src/gnu/usr.bin/perl/lib/Locale/Language.pm
    U src/gnu/usr.bin/perl/lib/Locale/Language.pod
    U src/gnu/usr.bin/perl/lib/Locale/Maketext.pm
    U src/gnu/usr.bin/perl/lib/Locale/Maketext.pod
    U src/gnu/usr.bin/perl/lib/Locale/Script.pm
    U src/gnu/usr.bin/perl/lib/Locale/Script.pod
    U src/gnu/usr.bin/perl/lib/Locale/Codes/ChangeLog
    U src/gnu/usr.bin/perl/lib/Locale/Codes/README
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/all.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/constants.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/country.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/currency.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/languages.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/rename.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/script.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/uk.t
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/ChangeLog
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/GutsLoader.pm
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/Guts.pm
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/README
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/TPJ13.pod
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/t/00about.t
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/t/01make.t
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/t/02get.t
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/t/03http.t
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/t/90utf8.t
    U src/gnu/usr.bin/perl/lib/Math/BigFloat.pm
    C src/gnu/usr.bin/perl/lib/Math/BigInt.pm
    U src/gnu/usr.bin/perl/lib/Math/BigRat.pm
    U src/gnu/usr.bin/perl/lib/Math/Complex.pm
    U src/gnu/usr.bin/perl/lib/Math/Complex.t
    U src/gnu/usr.bin/perl/lib/Math/Trig.pm
    U src/gnu/usr.bin/perl/lib/Math/Trig.t
    U src/gnu/usr.bin/perl/lib/Math/BigFloat/Trace.pm
    N src/gnu/usr.bin/perl/lib/Math/BigInt/CalcEmu.pm
    U src/gnu/usr.bin/perl/lib/Math/BigInt/Calc.pm
    U src/gnu/usr.bin/perl/lib/Math/BigInt/Trace.pm
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/alias.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bare_mbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bare_mbi.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bare_mif.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigfltpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigfltpm.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigintc.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigintpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigintpm.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigints.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/biglog.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigroot.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/calling.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/config.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/constant.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/const_mbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/downgrade.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/fallback.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/inf_nan.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/isa.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbf_ali.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbi_ali.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbimbf.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbimbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbi_rand.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbf0.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbf1.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfa.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfi.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfn.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfw.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/require.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_ali.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_mbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_mbi.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_mif.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/trap.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/upgradef.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/upgrade.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/upgrade.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib1.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib2.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib3.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib4.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_mbfw.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/with_sub.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/big_ap.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigfltpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigfltrt.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigratpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigratpm.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigrat.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigratup.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/requirer.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/trap.t
    U src/gnu/usr.bin/perl/lib/Memoize/AnyDBM_File.pm
    U src/gnu/usr.bin/perl/lib/Memoize/ExpireFile.pm
    U src/gnu/usr.bin/perl/lib/Memoize/Expire.pm
    U src/gnu/usr.bin/perl/lib/Memoize/ExpireTest.pm
    U src/gnu/usr.bin/perl/lib/Memoize/NDBM_File.pm
    U src/gnu/usr.bin/perl/lib/Memoize/README
    U src/gnu/usr.bin/perl/lib/Memoize/SDBM_File.pm
    U src/gnu/usr.bin/perl/lib/Memoize/Storable.pm
    U src/gnu/usr.bin/perl/lib/Memoize/TODO
    U src/gnu/usr.bin/perl/lib/Memoize/t/array_confusion.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/array.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/correctness.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/errors.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expfile.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expire.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expmod_n.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expmod_t.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/flush.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/normalize.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/prototype.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/speed.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tiefeatures.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_gdbm.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_ndbm.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_sdbm.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_storable.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/unmemoize.t
    U src/gnu/usr.bin/perl/lib/Net/ChangeLog.libnet
    U src/gnu/usr.bin/perl/lib/Net/Cmd.pm
    U src/gnu/usr.bin/perl/lib/Net/Config.eg
    U src/gnu/usr.bin/perl/lib/Net/Config.pm
    U src/gnu/usr.bin/perl/lib/Net/Domain.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP.pm
    U src/gnu/usr.bin/perl/lib/Net/hostent.pm
    U src/gnu/usr.bin/perl/lib/Net/hostent.t
    U src/gnu/usr.bin/perl/lib/Net/Hostname.eg
    U src/gnu/usr.bin/perl/lib/Net/libnetFAQ.pod
    U src/gnu/usr.bin/perl/lib/Net/netent.pm
    U src/gnu/usr.bin/perl/lib/Net/netent.t
    U src/gnu/usr.bin/perl/lib/Net/Netrc.pm
    U src/gnu/usr.bin/perl/lib/Net/NNTP.pm
    U src/gnu/usr.bin/perl/lib/Net/Ping.pm
    U src/gnu/usr.bin/perl/lib/Net/POP3.pm
    U src/gnu/usr.bin/perl/lib/Net/protoent.pm
    U src/gnu/usr.bin/perl/lib/Net/protoent.t
    U src/gnu/usr.bin/perl/lib/Net/README.libnet
    U src/gnu/usr.bin/perl/lib/Net/servent.pm
    U src/gnu/usr.bin/perl/lib/Net/servent.t
    U src/gnu/usr.bin/perl/lib/Net/SMTP.pm
    U src/gnu/usr.bin/perl/lib/Net/Time.pm
    U src/gnu/usr.bin/perl/lib/Net/demos/ftp
    U src/gnu/usr.bin/perl/lib/Net/demos/inetd
    U src/gnu/usr.bin/perl/lib/Net/demos/nntp
    U src/gnu/usr.bin/perl/lib/Net/demos/nntp.mirror
    U src/gnu/usr.bin/perl/lib/Net/demos/pop3
    U src/gnu/usr.bin/perl/lib/Net/demos/smtp.self
    U src/gnu/usr.bin/perl/lib/Net/demos/time
    U src/gnu/usr.bin/perl/lib/Net/FTP/A.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/dataconn.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/E.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/I.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/L.pm
    U src/gnu/usr.bin/perl/lib/Net/Ping/Changes
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/100_load.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/110_icmp_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/120_udp_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/130_tcp_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/140_stream_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/150_syn_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/190_alarm.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/200_ping_tcp.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/250_ping_hires.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/300_ping_stream.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/400_ping_syn.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/410_syn_host.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/450_service.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/500_ping_icmp.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/510_ping_udp.t
    U src/gnu/usr.bin/perl/lib/Net/t/config.t
    U src/gnu/usr.bin/perl/lib/Net/t/ftp.t
    U src/gnu/usr.bin/perl/lib/Net/t/hostname.t
    U src/gnu/usr.bin/perl/lib/Net/t/libnet_t.pl
    U src/gnu/usr.bin/perl/lib/Net/t/netrc.t
    U src/gnu/usr.bin/perl/lib/Net/t/nntp.t
    U src/gnu/usr.bin/perl/lib/Net/t/require.t
    U src/gnu/usr.bin/perl/lib/Net/t/smtp.t
    U src/gnu/usr.bin/perl/lib/Net/t/time.t
    U src/gnu/usr.bin/perl/lib/NEXT/Changes
    U src/gnu/usr.bin/perl/lib/NEXT/README
    U src/gnu/usr.bin/perl/lib/NEXT/t/actual.t
    U src/gnu/usr.bin/perl/lib/NEXT/t/actuns.t
    U src/gnu/usr.bin/perl/lib/NEXT/t/next.t
    U src/gnu/usr.bin/perl/lib/NEXT/t/unseen.t
    U src/gnu/usr.bin/perl/lib/PerlIO/via/QuotedPrint.pm
    U src/gnu/usr.bin/perl/lib/PerlIO/via/t/QuotedPrint.t
    U src/gnu/usr.bin/perl/lib/Pod/Checker.pm
    U src/gnu/usr.bin/perl/lib/Pod/Find.pm
    U src/gnu/usr.bin/perl/lib/Pod/Functions.pm
    C src/gnu/usr.bin/perl/lib/Pod/Html.pm
    C src/gnu/usr.bin/perl/lib/Pod/InputObjects.pm
    U src/gnu/usr.bin/perl/lib/Pod/LaTeX.pm
    U src/gnu/usr.bin/perl/lib/Pod/Man.pm
    U src/gnu/usr.bin/perl/lib/Pod/ParseLink.pm
    U src/gnu/usr.bin/perl/lib/Pod/Parser.pm
    U src/gnu/usr.bin/perl/lib/Pod/ParseUtils.pm
    C src/gnu/usr.bin/perl/lib/Pod/Perldoc.pm
    U src/gnu/usr.bin/perl/lib/Pod/Plainer.pm
    C src/gnu/usr.bin/perl/lib/Pod/PlainText.pm
    U src/gnu/usr.bin/perl/lib/Pod/Select.pm
    U src/gnu/usr.bin/perl/lib/Pod/Text.pm
    U src/gnu/usr.bin/perl/lib/Pod/Usage.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/BaseTo.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/GetOptsOO.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToChecker.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToMan.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToNroff.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToPod.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToRtf.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToText.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToTk.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToXml.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/checkerbasic.t
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/perldocbasic.t
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/textbasic.t
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.cap
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.clr
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.man
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.ovr
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.t
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.txt
    U src/gnu/usr.bin/perl/lib/Pod/t/eol.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Functions.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.t
    U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t
    U src/gnu/usr.bin/perl/lib/Pod/t/man.t
    U src/gnu/usr.bin/perl/lib/Pod/t/parselink.t
    U src/gnu/usr.bin/perl/lib/Pod/t/pod2html-lib.pl
    U src/gnu/usr.bin/perl/lib/Pod/t/pod2latex.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Select.t
    U src/gnu/usr.bin/perl/lib/Pod/t/text-errors.t
    U src/gnu/usr.bin/perl/lib/Pod/t/text-options.t
    U src/gnu/usr.bin/perl/lib/Pod/t/text.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t
    U src/gnu/usr.bin/perl/lib/Pod/t/utils.t
    U src/gnu/usr.bin/perl/lib/Pod/Text/Color.pm
    U src/gnu/usr.bin/perl/lib/Pod/Text/Overstrike.pm
    U src/gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm
    U src/gnu/usr.bin/perl/lib/Search/Dict.pm
    U src/gnu/usr.bin/perl/lib/Search/Dict.t
    U src/gnu/usr.bin/perl/lib/Switch/Changes
    U src/gnu/usr.bin/perl/lib/Switch/README
    U src/gnu/usr.bin/perl/lib/Switch/t/given.t
    U src/gnu/usr.bin/perl/lib/Switch/t/nested.t
    U src/gnu/usr.bin/perl/lib/Switch/t/switch.t
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor.pm
    U src/gnu/usr.bin/perl/lib/Term/Cap.pm
    U src/gnu/usr.bin/perl/lib/Term/Cap.t
    U src/gnu/usr.bin/perl/lib/Term/Complete.pm
    U src/gnu/usr.bin/perl/lib/Term/Complete.t
    U src/gnu/usr.bin/perl/lib/Term/ReadLine.pm
    U src/gnu/usr.bin/perl/lib/Term/ReadLine.t
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor/ChangeLog
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor/README
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor/test.pl
    U src/gnu/usr.bin/perl/lib/Test/Builder.pm
    C src/gnu/usr.bin/perl/lib/Test/Harness.pm
    U src/gnu/usr.bin/perl/lib/Test/More.pm
    U src/gnu/usr.bin/perl/lib/Test/Simple.pm
    U src/gnu/usr.bin/perl/lib/Test/Tutorial.pod
    U src/gnu/usr.bin/perl/lib/Test/Harness/Assert.pm
    U src/gnu/usr.bin/perl/lib/Test/Harness/Changes
    U src/gnu/usr.bin/perl/lib/Test/Harness/Iterator.pm
    U src/gnu/usr.bin/perl/lib/Test/Harness/Straps.pm
    N src/gnu/usr.bin/perl/lib/Test/Harness/bin/prove
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/00compile.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/assert.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/base.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/callback.t
    N src/gnu/usr.bin/perl/lib/Test/Harness/t/inc_taint.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/nonumbers.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/ok.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/pod.t
    N src/gnu/usr.bin/perl/lib/Test/Harness/t/prove-switches.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/strap-analyze.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/strap.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/test-harness.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/Changes
    U src/gnu/usr.bin/perl/lib/Test/Simple/README
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/bad_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/buffer.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/Builder.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/curr_test.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/details.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/diag.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/exit.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/extra.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fail-like.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fail-more.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fail.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/filehandles.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fork.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/has_plan2.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/has_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/import.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/is_deeply.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/maybe_regex.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/missing.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/More.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/no_ending.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/no_header.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/no_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/ok_obj.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/output.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan_is_noplan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan_no_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan_skip_all.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/simple.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/skipall.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/skip.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/strays.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/threads.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/todo.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/undef.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/useing.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/use_ok.t
    U src/gnu/usr.bin/perl/lib/Test/t/fail.t
    U src/gnu/usr.bin/perl/lib/Test/t/mix.t
    U src/gnu/usr.bin/perl/lib/Test/t/onfail.t
    U src/gnu/usr.bin/perl/lib/Test/t/qr.t
    U src/gnu/usr.bin/perl/lib/Test/t/skip.t
    U src/gnu/usr.bin/perl/lib/Test/t/success.t
    U src/gnu/usr.bin/perl/lib/Test/t/todo.t
    U src/gnu/usr.bin/perl/lib/Text/Abbrev.pm
    U src/gnu/usr.bin/perl/lib/Text/Abbrev.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced.pm
    U src/gnu/usr.bin/perl/lib/Text/ParseWords.pm
    U src/gnu/usr.bin/perl/lib/Text/ParseWords.t
    U src/gnu/usr.bin/perl/lib/Text/Soundex.pm
    U src/gnu/usr.bin/perl/lib/Text/Soundex.t
    U src/gnu/usr.bin/perl/lib/Text/Tabs.pm
    U src/gnu/usr.bin/perl/lib/Text/Wrap.pm
    U src/gnu/usr.bin/perl/lib/Text/Balanced/Changes
    U src/gnu/usr.bin/perl/lib/Text/Balanced/README
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extbrk.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extcbk.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extdel.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extmul.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extqlk.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/exttag.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extvar.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/gentag.t
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/CHANGELOG
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/fill.t
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/tabs.t
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/wrap.t
    U src/gnu/usr.bin/perl/lib/Thread/Queue.pm
    U src/gnu/usr.bin/perl/lib/Thread/Queue.t
    U src/gnu/usr.bin/perl/lib/Thread/Semaphore.pm
    U src/gnu/usr.bin/perl/lib/Thread/Semaphore.t
    U src/gnu/usr.bin/perl/lib/Tie/Array.pm
    U src/gnu/usr.bin/perl/lib/Tie/File.pm
    U src/gnu/usr.bin/perl/lib/Tie/Handle.pm
    C src/gnu/usr.bin/perl/lib/Tie/Hash.pm
    U src/gnu/usr.bin/perl/lib/Tie/Memoize.pm
    U src/gnu/usr.bin/perl/lib/Tie/Memoize.t
    U src/gnu/usr.bin/perl/lib/Tie/RefHash.pm
    U src/gnu/usr.bin/perl/lib/Tie/RefHash.t
    U src/gnu/usr.bin/perl/lib/Tie/Scalar.pm
    U src/gnu/usr.bin/perl/lib/Tie/Scalar.t
    U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm
    U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/push.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/std.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/00_version.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/01_gen.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/02_fetchsize.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/03_longfetch.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/04_splice.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/05_size.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/06_fixrec.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/07_rv_splice.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/08_ro.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/09_gen_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/10_splice_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/11_rv_splice_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/12_longfetch_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/13_size_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/14_lock.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/15_pushpop.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/16_handle.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/17_misc_meth.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/18_rs_fixrec.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/19_cache.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/20_cache_full.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/21_win32.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/22_autochomp.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/23_rv_ac_splice.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/24_cache_loop.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/25_gen_nocache.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/26_twrite.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/27_iwrite.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/28_mtwrite.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/29a_upcopy.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/29_downcopy.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/30_defer.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/31_autodefer.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/32_defer_misc.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/33_defer_vs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/40_abs_cache.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/41_heap.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/42_offset.t
    U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t
    U src/gnu/usr.bin/perl/lib/Time/gmtime.pm
    U src/gnu/usr.bin/perl/lib/Time/gmtime.t
    U src/gnu/usr.bin/perl/lib/Time/Local.pm
    U src/gnu/usr.bin/perl/lib/Time/Local.t
    U src/gnu/usr.bin/perl/lib/Time/localtime.pm
    U src/gnu/usr.bin/perl/lib/Time/localtime.t
    U src/gnu/usr.bin/perl/lib/Time/tm.pm
    U src/gnu/usr.bin/perl/lib/Unicode/Collate.pm
    U src/gnu/usr.bin/perl/lib/Unicode/README
    U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm
    U src/gnu/usr.bin/perl/lib/Unicode/UCD.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/Changes
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/keys.txt
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/README
    N src/gnu/usr.bin/perl/lib/Unicode/Collate/t/altern.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/contract.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/hangtype.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/hangul.t
    N src/gnu/usr.bin/perl/lib/Unicode/Collate/t/illegalp.t
    N src/gnu/usr.bin/perl/lib/Unicode/Collate/t/illegal.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/index.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/normal.t
    N src/gnu/usr.bin/perl/lib/Unicode/Collate/t/rearrang.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/test.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/trailwt.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/variable.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/version.t
    N src/gnu/usr.bin/perl/lib/Unicode/Collate/t/view.t
    U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt
    U src/gnu/usr.bin/perl/lib/unicore/ArabLink.pl
    U src/gnu/usr.bin/perl/lib/unicore/ArabLnkGrp.pl
    U src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt
    U src/gnu/usr.bin/perl/lib/unicore/Bidirectional.pl
    U src/gnu/usr.bin/perl/lib/unicore/Blocks.pl
    U src/gnu/usr.bin/perl/lib/unicore/Blocks.txt
    U src/gnu/usr.bin/perl/lib/unicore/Canonical.pl
    U src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt
    U src/gnu/usr.bin/perl/lib/unicore/Category.pl
    U src/gnu/usr.bin/perl/lib/unicore/CombiningClass.pl
    U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt
    U src/gnu/usr.bin/perl/lib/unicore/Decomposition.pl
    U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt
    U src/gnu/usr.bin/perl/lib/unicore/Exact.pl
    U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt
    U src/gnu/usr.bin/perl/lib/unicore/Index.txt
    U src/gnu/usr.bin/perl/lib/unicore/JamoShort.pl
    U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt
    U src/gnu/usr.bin/perl/lib/unicore/Lbrk.pl
    U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt
    U src/gnu/usr.bin/perl/lib/unicore/Makefile
    U src/gnu/usr.bin/perl/lib/unicore/mktables
    U src/gnu/usr.bin/perl/lib/unicore/Name.pl
    U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt
    U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt
    U src/gnu/usr.bin/perl/lib/unicore/Number.pl
    U src/gnu/usr.bin/perl/lib/unicore/Properties
    U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropList.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/README.perl
    U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt
    U src/gnu/usr.bin/perl/lib/unicore/Scripts.pl
    U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt
    U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt
    U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt
    U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt
    U src/gnu/usr.bin/perl/lib/unicore/version
    U src/gnu/usr.bin/perl/lib/unicore/lib/Alnum.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Alphabet.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Alpha.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Any.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Arabic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Armenian.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/AsciiHex.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/ASCII.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Assigned.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Bengali.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiAL.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiAN.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiBN.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiB.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiCont.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiCS.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiEN.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiES.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiET.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiL.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiLRE.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiLRO.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiNSM.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiON.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiPDF.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiRLE.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiRLO.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiR.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiS.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/BidiWS.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Blank.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Bopomofo.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Braille.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Buhid.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Canadian.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/_CanonDC.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Canon.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/_CaseIgn.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cc.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cf.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cherokee.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cn.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cntrl.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/_CombAbo.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Common.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Compat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Co.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/C.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cs.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cypriot.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Dash.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Cyrillic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCcircle.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCcompat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCfinal.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCfont.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCfracti.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCinitia.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCisolat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCmedial.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCnarrow.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCnoBrea.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCsmall.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCsquare.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCsub.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCsuper.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCvertic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/DCwide.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Deprecat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Deseret.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Devanaga.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Diacriti.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Digit.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Ethiopic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Extender.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Georgian.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Gothic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Grapheme.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Graph.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Greek.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Gujarati.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Gurmukhi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Hangul.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Han.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Hanunoo.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Hebrew.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/HexDigit.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Hiragana.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Hyphen.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/IdContin.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Ideograp.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/IdsBinar.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/IdStart.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/IdsTrina.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InAegean.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InAlphab.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InArabi2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InArabi3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InArabic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InArmeni.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InArrows.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lao.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBasicL.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBengal.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBlockE.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBopom2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBopomo.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBoxDra.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBraill.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InBuhid.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InByzant.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCherok.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkCo2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkCo3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkCo4.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkCom.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkRad.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkSym.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkUn2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkUn3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCjkUni.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCombi2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCombi3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCombin.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InContro.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCurren.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCyprio.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCyril2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InCyrill.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InDesere.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InDevana.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InDingba.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InEnclo2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InEnclos.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InEthiop.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGenera.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGeomet.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGeorgi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGothic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGreekA.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGreekE.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGreek.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGujara.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InGurmuk.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHalfwi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHangu2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHangu3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHangul.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHanuno.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHebrew.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Inherite.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHighPr.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHighSu.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InHiraga.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InIdeogr.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InIpaExt.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKanbun.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKangxi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKannad.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKatak2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKataka.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKhmer.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InKhmerS.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLao.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLatin1.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLatin2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLatin3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLatinE.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLetter.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLimbu.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLinea2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLinear.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InLowSur.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMalaya.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMathe2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMathem.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMisce2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMisce3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMisce4.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMisce5.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMiscel.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMongol.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMusica.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InMyanma.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InNumber.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InOgham.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InOldIta.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InOptica.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InOriya.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InOsmany.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InPhonet.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InPrivat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InRunic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InShavia.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSinhal.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSmallF.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSpacin.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSpecia.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSupers.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSuppl2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSuppl3.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSuppl4.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSuppl5.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSupple.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InSyriac.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTagalo.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTagban.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTags.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTaiLe.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Khmer.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTaiXua.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTamil.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTelugu.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InThaana.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InThai.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InTibeta.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InUgarit.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InUnifie.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InVaria2.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InVariat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InYijing.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InYiRadi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/InYiSyll.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/JoinCont.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Kannada.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Katakana.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Latin.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Limbu.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/LinearB.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Ll.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lm.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/LogicalO.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lo.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lowercas.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lower.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/L.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/L_.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lt.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Lu.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Malayala.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Math.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Mc.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Me.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Mirrored.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Mn.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Mongolia.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/M.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Myanmar.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Nd.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Nl.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Nonchara.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/No.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/N.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Ogham.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OldItali.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Pc.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Oriya.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Osmanya.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherAlp.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherDef.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherGra.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherIdS.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherLow.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherMat.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/OtherUpp.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Pd.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Pe.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Pf.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Pi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Po.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/P.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Print.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Ps.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Punct.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Quotatio.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Radical.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Runic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Sc.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Shavian.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Sinhala.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Sk.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Sm.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/SoftDott.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/So.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/SpacePer.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Space.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/S.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Syriac.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Tagalog.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Tagbanwa.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/TaiLe.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Tamil.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Telugu.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Terminal.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Thaana.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Thai.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Tibetan.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Title.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Ugaritic.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/UnifiedI.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Uppercas.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Upper.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/WhiteSpa.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Word.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/XDigit.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Yi.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Zl.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Z.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Zp.pl
    U src/gnu/usr.bin/perl/lib/unicore/lib/Zs.pl
    U src/gnu/usr.bin/perl/lib/unicore/To/Digit.pl
    U src/gnu/usr.bin/perl/lib/unicore/To/Fold.pl
    U src/gnu/usr.bin/perl/lib/unicore/To/Lower.pl
    U src/gnu/usr.bin/perl/lib/unicore/To/Title.pl
    U src/gnu/usr.bin/perl/lib/unicore/To/Upper.pl
    U src/gnu/usr.bin/perl/lib/User/grent.pm
    U src/gnu/usr.bin/perl/lib/User/grent.t
    U src/gnu/usr.bin/perl/lib/User/pwent.pm
    U src/gnu/usr.bin/perl/lib/User/pwent.t
    U src/gnu/usr.bin/perl/lib/warnings/register.pm
    U src/gnu/usr.bin/perl/mint/errno.h
    U src/gnu/usr.bin/perl/mint/Makefile
    U src/gnu/usr.bin/perl/mint/pwd.c
    U src/gnu/usr.bin/perl/mint/README
    U src/gnu/usr.bin/perl/mint/stdio.h
    U src/gnu/usr.bin/perl/mint/time.h
    U src/gnu/usr.bin/perl/mint/sys/time.h
    U src/gnu/usr.bin/perl/mpeix/mpeix.c
    U src/gnu/usr.bin/perl/mpeix/mpeixish.h
    U src/gnu/usr.bin/perl/mpeix/nm
    U src/gnu/usr.bin/perl/mpeix/relink
    U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h
    U src/gnu/usr.bin/perl/NetWare/CLIBstr.h
    U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c
    U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h
    U src/gnu/usr.bin/perl/NetWare/config_h.PL
    U src/gnu/usr.bin/perl/NetWare/config_H.wc
    U src/gnu/usr.bin/perl/NetWare/config_sh.PL
    U src/gnu/usr.bin/perl/NetWare/config.wc
    U src/gnu/usr.bin/perl/NetWare/deb.h
    U src/gnu/usr.bin/perl/NetWare/dl_netware.xs
    U src/gnu/usr.bin/perl/NetWare/intdef.h
    U src/gnu/usr.bin/perl/NetWare/interface.c
    U src/gnu/usr.bin/perl/NetWare/interface.cpp
    U src/gnu/usr.bin/perl/NetWare/interface.h
    U src/gnu/usr.bin/perl/NetWare/iperlhost.h
    U src/gnu/usr.bin/perl/NetWare/Main.c
    U src/gnu/usr.bin/perl/NetWare/Makefile
    U src/gnu/usr.bin/perl/NetWare/MP.imp
    U src/gnu/usr.bin/perl/NetWare/netware.h
    U src/gnu/usr.bin/perl/NetWare/nw5.c
    U src/gnu/usr.bin/perl/NetWare/nw5iop.h
    U src/gnu/usr.bin/perl/NetWare/nw5sck.c
    U src/gnu/usr.bin/perl/NetWare/nw5sck.h
    U src/gnu/usr.bin/perl/NetWare/nw5thread.c
    U src/gnu/usr.bin/perl/NetWare/nw5thread.h
    U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp
    U src/gnu/usr.bin/perl/NetWare/nwhashcls.h
    U src/gnu/usr.bin/perl/NetWare/Nwmain.c
    U src/gnu/usr.bin/perl/NetWare/nwperlhost.h
    U src/gnu/usr.bin/perl/NetWare/nwperlsys.c
    U src/gnu/usr.bin/perl/NetWare/nwperlsys.h
    U src/gnu/usr.bin/perl/NetWare/Nwpipe.c
    U src/gnu/usr.bin/perl/NetWare/nwpipe.h
    U src/gnu/usr.bin/perl/NetWare/nwplglob.c
    U src/gnu/usr.bin/perl/NetWare/nwplglob.h
    U src/gnu/usr.bin/perl/NetWare/nwstdio.h
    U src/gnu/usr.bin/perl/NetWare/NWTInfo.c
    U src/gnu/usr.bin/perl/NetWare/nwtinfo.h
    U src/gnu/usr.bin/perl/NetWare/NWUtil.c
    U src/gnu/usr.bin/perl/NetWare/nwutil.h
    U src/gnu/usr.bin/perl/NetWare/nwvmem.h
    U src/gnu/usr.bin/perl/NetWare/perllib.cpp
    U src/gnu/usr.bin/perl/NetWare/splittree.pl
    U src/gnu/usr.bin/perl/NetWare/sv_nw.c
    U src/gnu/usr.bin/perl/NetWare/win32ish.h
    U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat
    U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat
    U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat
    U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat
    U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat
    U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c
    U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c
    U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl
    U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl
    U src/gnu/usr.bin/perl/NetWare/t/Readme.txt
    C src/gnu/usr.bin/perl/os2/Changes
    U src/gnu/usr.bin/perl/os2/diff.configure
    U src/gnu/usr.bin/perl/os2/dlfcn.h
    U src/gnu/usr.bin/perl/os2/dl_os2.c
    C src/gnu/usr.bin/perl/os2/Makefile.SHs
    U src/gnu/usr.bin/perl/os2/os2add.sym
    U src/gnu/usr.bin/perl/os2/os2_base.t
    C src/gnu/usr.bin/perl/os2/os2.c
    C src/gnu/usr.bin/perl/os2/os2ish.h
    U src/gnu/usr.bin/perl/os2/os2.sym
    U src/gnu/usr.bin/perl/os2/os2thread.h
    C src/gnu/usr.bin/perl/os2/perl2cmd.pl
    U src/gnu/usr.bin/perl/os2/perlrexx.c
    U src/gnu/usr.bin/perl/os2/perlrexx.cmd
    U src/gnu/usr.bin/perl/os2/OS2/typemap
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/Changes
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/ExtAttr.pm
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/ExtAttr.xs
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/myea.h
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/typemap
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/t/os2_ea.t
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/Changes
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/PrfDB.pm
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/PrfDB.xs
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/t/os2_prfdb.t
    U src/gnu/usr.bin/perl/os2/OS2/Process/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/Process/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/Process/Process.pm
    U src/gnu/usr.bin/perl/os2/OS2/Process/Process.xs
    U src/gnu/usr.bin/perl/os2/OS2/Process/t/os2_process_kid.t
    U src/gnu/usr.bin/perl/os2/OS2/Process/t/os2_process.t
    U src/gnu/usr.bin/perl/os2/OS2/Process/t/os2_process_text.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/Changes
    U src/gnu/usr.bin/perl/os2/OS2/REXX/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/REXX/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/REXX/REXX.pm
    U src/gnu/usr.bin/perl/os2/OS2/REXX/REXX.xs
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/Changes
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/DLL.pm
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/DLL.xs
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_cmprt.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_dllld.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_emxrv.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_objcall.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_sql.test
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_tiesql.test
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_tievar.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_tieydb.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_varset.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_vrexx.t
    U src/gnu/usr.bin/perl/plan9/aperl
    U src/gnu/usr.bin/perl/plan9/buildinfo
    U src/gnu/usr.bin/perl/plan9/config_h.sample
    C src/gnu/usr.bin/perl/plan9/config.plan9
    U src/gnu/usr.bin/perl/plan9/config_sh.sample
    U src/gnu/usr.bin/perl/plan9/exclude
    U src/gnu/usr.bin/perl/plan9/fndvers
    U src/gnu/usr.bin/perl/plan9/genconfig.pl
    U src/gnu/usr.bin/perl/plan9/mkfile
    U src/gnu/usr.bin/perl/plan9/myconfig.plan9
    U src/gnu/usr.bin/perl/plan9/plan9.c
    C src/gnu/usr.bin/perl/plan9/plan9ish.h
    U src/gnu/usr.bin/perl/plan9/setup.rc
    U src/gnu/usr.bin/perl/plan9/versnum
    U src/gnu/usr.bin/perl/plan9/arpa/inet.h
    C src/gnu/usr.bin/perl/pod/buildtoc
    U src/gnu/usr.bin/perl/pod/checkpods.PL
    U src/gnu/usr.bin/perl/pod/Makefile.SH
    U src/gnu/usr.bin/perl/pod/perl5004delta.pod
    U src/gnu/usr.bin/perl/pod/perl5005delta.pod
    U src/gnu/usr.bin/perl/pod/perl561delta.pod
    U src/gnu/usr.bin/perl/pod/perl56delta.pod
    U src/gnu/usr.bin/perl/pod/perl570delta.pod
    U src/gnu/usr.bin/perl/pod/perl571delta.pod
    U src/gnu/usr.bin/perl/pod/perl572delta.pod
    U src/gnu/usr.bin/perl/pod/perl573delta.pod
    U src/gnu/usr.bin/perl/pod/perl581delta.pod
    N src/gnu/usr.bin/perl/pod/perl582delta.pod
    N src/gnu/usr.bin/perl/pod/perl583delta.pod
    C src/gnu/usr.bin/perl/pod/perl58delta.pod
    U src/gnu/usr.bin/perl/pod/perlapio.pod
    U src/gnu/usr.bin/perl/pod/perlapi.pod
    U src/gnu/usr.bin/perl/pod/perlartistic.pod
    U src/gnu/usr.bin/perl/pod/perlbook.pod
    U src/gnu/usr.bin/perl/pod/perlboot.pod
    C src/gnu/usr.bin/perl/pod/perlbot.pod
    U src/gnu/usr.bin/perl/pod/perlcall.pod
    U src/gnu/usr.bin/perl/pod/perlcheat.pod
    U src/gnu/usr.bin/perl/pod/perlclib.pod
    U src/gnu/usr.bin/perl/pod/perlcompile.pod
    U src/gnu/usr.bin/perl/pod/perldata.pod
    U src/gnu/usr.bin/perl/pod/perldbmfilter.pod
    U src/gnu/usr.bin/perl/pod/perldebguts.pod
    U src/gnu/usr.bin/perl/pod/perldebtut.pod
    U src/gnu/usr.bin/perl/pod/perldebug.pod
    C src/gnu/usr.bin/perl/pod/perldiag.pod
    U src/gnu/usr.bin/perl/pod/perldoc.pod
    U src/gnu/usr.bin/perl/pod/perldsc.pod
    U src/gnu/usr.bin/perl/pod/perlebcdic.pod
    C src/gnu/usr.bin/perl/pod/perlembed.pod
    C src/gnu/usr.bin/perl/pod/perlfaq1.pod
    C src/gnu/usr.bin/perl/pod/perlfaq2.pod
    C src/gnu/usr.bin/perl/pod/perlfaq3.pod
    C src/gnu/usr.bin/perl/pod/perlfaq4.pod
    C src/gnu/usr.bin/perl/pod/perlfaq5.pod
    U src/gnu/usr.bin/perl/pod/rofftoc
    U src/gnu/usr.bin/perl/pod/perlfaq6.pod
    U src/gnu/usr.bin/perl/pod/perlfaq7.pod
    U src/gnu/usr.bin/perl/pod/perlfaq8.pod
    U src/gnu/usr.bin/perl/pod/perlfaq9.pod
    U src/gnu/usr.bin/perl/pod/perlfaq.pod
    U src/gnu/usr.bin/perl/pod/perlfilter.pod
    U src/gnu/usr.bin/perl/pod/perlfork.pod
    U src/gnu/usr.bin/perl/pod/perlform.pod
    C src/gnu/usr.bin/perl/pod/perlfunc.pod
    U src/gnu/usr.bin/perl/pod/perlgpl.pod
    C src/gnu/usr.bin/perl/pod/perlguts.pod
    U src/gnu/usr.bin/perl/pod/perlhack.pod
    C src/gnu/usr.bin/perl/pod/perlhist.pod
    U src/gnu/usr.bin/perl/pod/perlintern.pod
    U src/gnu/usr.bin/perl/pod/perlintro.pod
    U src/gnu/usr.bin/perl/pod/perliol.pod
    U src/gnu/usr.bin/perl/pod/perlipc.pod
    U src/gnu/usr.bin/perl/pod/perllexwarn.pod
    U src/gnu/usr.bin/perl/pod/perllocale.pod
    U src/gnu/usr.bin/perl/pod/perllol.pod
    U src/gnu/usr.bin/perl/pod/perlmodinstall.pod
    U src/gnu/usr.bin/perl/pod/perlmodlib.PL
    C src/gnu/usr.bin/perl/pod/perlmodlib.pod
    C src/gnu/usr.bin/perl/pod/perlmod.pod
    U src/gnu/usr.bin/perl/pod/perlmodstyle.pod
    U src/gnu/usr.bin/perl/pod/perlnewmod.pod
    U src/gnu/usr.bin/perl/pod/perlnumber.pod
    C src/gnu/usr.bin/perl/pod/perlobj.pod
    U src/gnu/usr.bin/perl/pod/perlopentut.pod
    C src/gnu/usr.bin/perl/pod/perlop.pod
    U src/gnu/usr.bin/perl/pod/perlothrtut.pod
    U src/gnu/usr.bin/perl/pod/perlpacktut.pod
    C src/gnu/usr.bin/perl/pod/perl.pod
    U src/gnu/usr.bin/perl/pod/perlpod.pod
    U src/gnu/usr.bin/perl/pod/perlpodspec.pod
    U src/gnu/usr.bin/perl/pod/perlport.pod
    U src/gnu/usr.bin/perl/pod/perlref.pod
    U src/gnu/usr.bin/perl/pod/perlreftut.pod
    C src/gnu/usr.bin/perl/pod/perlre.pod
    U src/gnu/usr.bin/perl/pod/perlrequick.pod
    U src/gnu/usr.bin/perl/pod/perlreref.pod
    U src/gnu/usr.bin/perl/pod/perlretut.pod
    C src/gnu/usr.bin/perl/pod/perlrun.pod
    C src/gnu/usr.bin/perl/pod/perlsec.pod
    U src/gnu/usr.bin/perl/pod/perlstyle.pod
    C src/gnu/usr.bin/perl/pod/perlsub.pod
    U src/gnu/usr.bin/perl/pod/perlsyn.pod
    U src/gnu/usr.bin/perl/pod/perlthrtut.pod
    C src/gnu/usr.bin/perl/pod/perltie.pod
    C src/gnu/usr.bin/perl/pod/perltoc.pod
    U src/gnu/usr.bin/perl/pod/perltodo.pod
    U src/gnu/usr.bin/perl/pod/perltooc.pod
    C src/gnu/usr.bin/perl/pod/perltoot.pod
    U src/gnu/usr.bin/perl/pod/perltrap.pod
    U src/gnu/usr.bin/perl/pod/perlunicode.pod
    U src/gnu/usr.bin/perl/pod/perluniintro.pod
    U src/gnu/usr.bin/perl/pod/perlutil.pod
    U src/gnu/usr.bin/perl/pod/perlvar.pod
    U src/gnu/usr.bin/perl/pod/perlxs.pod
    U src/gnu/usr.bin/perl/pod/perlxstut.pod
    U src/gnu/usr.bin/perl/pod/pod2html.PL
    U src/gnu/usr.bin/perl/pod/pod2latex.PL
    U src/gnu/usr.bin/perl/pod/pod2man.PL
    U src/gnu/usr.bin/perl/pod/pod2text.PL
    C src/gnu/usr.bin/perl/pod/pod2usage.PL
    U src/gnu/usr.bin/perl/pod/podchecker.PL
    U src/gnu/usr.bin/perl/pod/podselect.PL
    U src/gnu/usr.bin/perl/pod/roffitall
    U src/gnu/usr.bin/perl/pod/splitman
    U src/gnu/usr.bin/perl/pod/splitpod
    U src/gnu/usr.bin/perl/Porting/apply
    U src/gnu/usr.bin/perl/Porting/check83.pl
    U src/gnu/usr.bin/perl/Porting/checkURL.pl
    U src/gnu/usr.bin/perl/Porting/checkVERSION.pl
    U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl
    C src/gnu/usr.bin/perl/Porting/config_H
    U src/gnu/usr.bin/perl/Porting/config.sh
    U src/gnu/usr.bin/perl/Porting/Contract
    U src/gnu/usr.bin/perl/Porting/curliff.pl
    U src/gnu/usr.bin/perl/Porting/findrfuncs
    U src/gnu/usr.bin/perl/Porting/findvars
    U src/gnu/usr.bin/perl/Porting/fixCORE
    U src/gnu/usr.bin/perl/Porting/fixvars
    U src/gnu/usr.bin/perl/Porting/genlog
    U src/gnu/usr.bin/perl/Porting/Glossary
    U src/gnu/usr.bin/perl/Porting/Maintainers
    U src/gnu/usr.bin/perl/Porting/Maintainers.pl
    U src/gnu/usr.bin/perl/Porting/Maintainers.pm
    U src/gnu/usr.bin/perl/Porting/makemeta
    U src/gnu/usr.bin/perl/Porting/makerel
    U src/gnu/usr.bin/perl/Porting/manicheck
    U src/gnu/usr.bin/perl/Porting/p4d2p
    U src/gnu/usr.bin/perl/Porting/p4genpatch
    U src/gnu/usr.bin/perl/Porting/patching.pod
    U src/gnu/usr.bin/perl/Porting/patchls
    C src/gnu/usr.bin/perl/Porting/pumpkin.pod
    U src/gnu/usr.bin/perl/Porting/repository.pod
    U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl
    U src/gnu/usr.bin/perl/Porting/testall.atom
    U src/gnu/usr.bin/perl/Porting/thirdclean
    U src/gnu/usr.bin/perl/Porting/valgrindpp.pl
    U src/gnu/usr.bin/perl/qnx/ar
    U src/gnu/usr.bin/perl/qnx/cpp
    U src/gnu/usr.bin/perl/t/harness
    U src/gnu/usr.bin/perl/t/perl.supp
    U src/gnu/usr.bin/perl/t/README
    U src/gnu/usr.bin/perl/t/TEST
    U src/gnu/usr.bin/perl/t/TestInit.pm
    U src/gnu/usr.bin/perl/t/test.pl
    U src/gnu/usr.bin/perl/t/base/cond.t
    U src/gnu/usr.bin/perl/t/base/if.t
    U src/gnu/usr.bin/perl/t/base/lex.t
    U src/gnu/usr.bin/perl/t/base/num.t
    U src/gnu/usr.bin/perl/t/base/pat.t
    U src/gnu/usr.bin/perl/t/base/rs.t
    U src/gnu/usr.bin/perl/t/base/term.t
    U src/gnu/usr.bin/perl/t/cmd/elsif.t
    U src/gnu/usr.bin/perl/t/cmd/for.t
    U src/gnu/usr.bin/perl/t/cmd/mod.t
    U src/gnu/usr.bin/perl/t/cmd/subval.t
    U src/gnu/usr.bin/perl/t/cmd/switch.t
    U src/gnu/usr.bin/perl/t/cmd/while.t
    U src/gnu/usr.bin/perl/t/comp/bproto.t
    U src/gnu/usr.bin/perl/t/comp/cmdopt.t
    U src/gnu/usr.bin/perl/t/comp/colon.t
    U src/gnu/usr.bin/perl/t/comp/cpp.aux
    U src/gnu/usr.bin/perl/t/comp/cpp.t
    U src/gnu/usr.bin/perl/t/comp/decl.t
    U src/gnu/usr.bin/perl/t/comp/hints.t
    U src/gnu/usr.bin/perl/t/comp/multiline.t
    U src/gnu/usr.bin/perl/t/comp/our.t
    U src/gnu/usr.bin/perl/t/comp/package.t
    U src/gnu/usr.bin/perl/t/comp/parser.t
    U src/gnu/usr.bin/perl/t/comp/proto.t
    U src/gnu/usr.bin/perl/t/comp/redef.t
    U src/gnu/usr.bin/perl/t/comp/require.t
    U src/gnu/usr.bin/perl/t/comp/script.t
    U src/gnu/usr.bin/perl/t/comp/term.t
    U src/gnu/usr.bin/perl/t/comp/use.t
    U src/gnu/usr.bin/perl/t/io/argv.t
    U src/gnu/usr.bin/perl/t/io/binmode.t
    U src/gnu/usr.bin/perl/t/io/crlf.t
    U src/gnu/usr.bin/perl/t/io/dup.t
    U src/gnu/usr.bin/perl/t/io/fflush.t
    U src/gnu/usr.bin/perl/t/io/fs.t
    U src/gnu/usr.bin/perl/t/io/inplace.t
    U src/gnu/usr.bin/perl/t/io/iprefix.t
    U src/gnu/usr.bin/perl/t/io/layers.t
    U src/gnu/usr.bin/perl/t/io/nargv.t
    U src/gnu/usr.bin/perl/t/io/openpid.t
    U src/gnu/usr.bin/perl/t/io/open.t
    U src/gnu/usr.bin/perl/t/io/pipe.t
    U src/gnu/usr.bin/perl/t/io/print.t
    U src/gnu/usr.bin/perl/t/io/read.t
    U src/gnu/usr.bin/perl/t/io/tell.t
    U src/gnu/usr.bin/perl/t/io/utf8.t
    U src/gnu/usr.bin/perl/t/japh/abigail.t
    U src/gnu/usr.bin/perl/t/lib/1_compile.t
    U src/gnu/usr.bin/perl/t/lib/commonsense.t
    U src/gnu/usr.bin/perl/t/lib/compmod.pl
    U src/gnu/usr.bin/perl/t/lib/filter-util.pl
    U src/gnu/usr.bin/perl/t/lib/h2ph.h
    U src/gnu/usr.bin/perl/t/lib/h2ph.pht
    U src/gnu/usr.bin/perl/t/lib/TieIn.pm
    U src/gnu/usr.bin/perl/t/lib/TieOut.pm
    U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm
    N src/gnu/usr.bin/perl/t/lib/Dev/Null.pm
    U src/gnu/usr.bin/perl/t/lib/dprof/test1_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test1_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test2_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test2_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test3_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test3_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test4_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test4_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test5_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test5_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test6_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test6_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test7_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test7_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test8_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test8_v
    U src/gnu/usr.bin/perl/t/lib/dprof/V.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/ExportTest.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/FilterOnlyTest.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/FilterTest.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/ImportTest.pm
    U src/gnu/usr.bin/perl/t/lib/locale/latin1
    U src/gnu/usr.bin/perl/t/lib/locale/utf8
    U src/gnu/usr.bin/perl/t/lib/MakeMaker/Test/Utils.pm
    U src/gnu/usr.bin/perl/t/lib/MakeMaker/Test/Setup/Recurs.pm
    U src/gnu/usr.bin/perl/t/lib/Math/BigFloat/Subclass.pm
    U src/gnu/usr.bin/perl/t/lib/Math/BigInt/BareCalc.pm
    N src/gnu/usr.bin/perl/t/lib/Math/BigInt/Scalar.pm
    U src/gnu/usr.bin/perl/t/lib/Math/BigInt/Subclass.pm
    U src/gnu/usr.bin/perl/t/lib/Math/BigRat/Test.pm
    U src/gnu/usr.bin/perl/t/lib/sample-tests/bailout
    U src/gnu/usr.bin/perl/t/lib/sample-tests/bignum
    U src/gnu/usr.bin/perl/t/lib/sample-tests/combined
    U src/gnu/usr.bin/perl/t/lib/sample-tests/descriptive
    U src/gnu/usr.bin/perl/t/lib/sample-tests/die
    U src/gnu/usr.bin/perl/t/lib/sample-tests/die_head_end
    U src/gnu/usr.bin/perl/t/lib/sample-tests/die_last_minute
    U src/gnu/usr.bin/perl/t/lib/sample-tests/duplicates
    U src/gnu/usr.bin/perl/t/lib/sample-tests/head_end
    U src/gnu/usr.bin/perl/t/lib/sample-tests/head_fail
    N src/gnu/usr.bin/perl/t/lib/sample-tests/inc_taint
    U src/gnu/usr.bin/perl/t/lib/sample-tests/lone_not_bug
    U src/gnu/usr.bin/perl/t/lib/sample-tests/no_nums
    U src/gnu/usr.bin/perl/t/lib/sample-tests/no_output
    U src/gnu/usr.bin/perl/t/lib/sample-tests/out_of_order
    U src/gnu/usr.bin/perl/t/lib/sample-tests/segfault
    U src/gnu/usr.bin/perl/t/lib/sample-tests/shbang_misparse
    U src/gnu/usr.bin/perl/t/lib/sample-tests/simple
    U src/gnu/usr.bin/perl/t/lib/sample-tests/simple_fail
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skip
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skipall
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skipall_nomsg
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skip_nomsg
    U src/gnu/usr.bin/perl/t/lib/sample-tests/switches
    U src/gnu/usr.bin/perl/t/lib/sample-tests/taint
    N src/gnu/usr.bin/perl/t/lib/sample-tests/taint_warn
    U src/gnu/usr.bin/perl/t/lib/sample-tests/todo
    U src/gnu/usr.bin/perl/t/lib/sample-tests/todo_inline
    U src/gnu/usr.bin/perl/t/lib/sample-tests/too_many
    U src/gnu/usr.bin/perl/t/lib/sample-tests/vms_nit
    U src/gnu/usr.bin/perl/t/lib/sample-tests/with_comments
    U src/gnu/usr.bin/perl/t/lib/strict/refs
    U src/gnu/usr.bin/perl/t/lib/strict/subs
    U src/gnu/usr.bin/perl/t/lib/strict/vars
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/Catch.pm
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/death_in_eval.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/death.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/extras.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/five_fail.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/last_minute_death.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/one_fail.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/require.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/success.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/too_few.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/two_fail.plx
    U src/gnu/usr.bin/perl/t/lib/warnings/1global
    U src/gnu/usr.bin/perl/t/lib/warnings/2use
    U src/gnu/usr.bin/perl/t/lib/warnings/3both
    U src/gnu/usr.bin/perl/t/lib/warnings/4lint
    U src/gnu/usr.bin/perl/t/lib/warnings/5nolint
    U src/gnu/usr.bin/perl/t/lib/warnings/6default
    U src/gnu/usr.bin/perl/t/lib/warnings/7fatal
    U src/gnu/usr.bin/perl/t/lib/warnings/8signal
    U src/gnu/usr.bin/perl/t/lib/warnings/9enabled
    U src/gnu/usr.bin/perl/t/lib/warnings/av
    U src/gnu/usr.bin/perl/t/lib/warnings/doio
    U src/gnu/usr.bin/perl/t/lib/warnings/doop
    U src/gnu/usr.bin/perl/t/lib/warnings/gv
    U src/gnu/usr.bin/perl/t/lib/warnings/hv
    U src/gnu/usr.bin/perl/t/lib/warnings/malloc
    U src/gnu/usr.bin/perl/t/lib/warnings/mg
    U src/gnu/usr.bin/perl/t/lib/warnings/op
    U src/gnu/usr.bin/perl/t/lib/warnings/pad
    U src/gnu/usr.bin/perl/t/lib/warnings/perl
    U src/gnu/usr.bin/perl/t/lib/warnings/perlio
    U src/gnu/usr.bin/perl/t/lib/warnings/perly
    U src/gnu/usr.bin/perl/t/lib/warnings/pp
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys
    U src/gnu/usr.bin/perl/t/lib/warnings/regcomp
    U src/gnu/usr.bin/perl/t/lib/warnings/regexec
    U src/gnu/usr.bin/perl/t/lib/warnings/run
    U src/gnu/usr.bin/perl/t/lib/warnings/sv
    U src/gnu/usr.bin/perl/t/lib/warnings/taint
    U src/gnu/usr.bin/perl/t/lib/warnings/toke
    U src/gnu/usr.bin/perl/t/lib/warnings/universal
    U src/gnu/usr.bin/perl/t/lib/warnings/utf8
    U src/gnu/usr.bin/perl/t/lib/warnings/util
    U src/gnu/usr.bin/perl/t/op/64bitint.t
    U src/gnu/usr.bin/perl/t/op/alarm.t
    U src/gnu/usr.bin/perl/t/op/anonsub.t
    U src/gnu/usr.bin/perl/t/op/append.t
    U src/gnu/usr.bin/perl/t/op/args.t
    U src/gnu/usr.bin/perl/t/op/arith.t
    U src/gnu/usr.bin/perl/t/op/array.t
    U src/gnu/usr.bin/perl/t/op/assignwarn.t
    U src/gnu/usr.bin/perl/t/op/attrs.t
    U src/gnu/usr.bin/perl/t/op/auto.t
    U src/gnu/usr.bin/perl/t/op/avhv.t
    U src/gnu/usr.bin/perl/t/op/bless.t
    U src/gnu/usr.bin/perl/t/op/bop.t
    U src/gnu/usr.bin/perl/t/op/caller.t
    U src/gnu/usr.bin/perl/t/op/chars.t
    U src/gnu/usr.bin/perl/t/op/chdir.t
    U src/gnu/usr.bin/perl/t/op/chop.t
    U src/gnu/usr.bin/perl/t/op/closure.t
    U src/gnu/usr.bin/perl/t/op/cmp.t
    U src/gnu/usr.bin/perl/t/op/concat.t
    U src/gnu/usr.bin/perl/t/op/cond.t
    U src/gnu/usr.bin/perl/t/op/context.t
    U src/gnu/usr.bin/perl/t/op/cproto.t
    U src/gnu/usr.bin/perl/t/op/crypt.t
    U src/gnu/usr.bin/perl/t/op/defins.t
    U src/gnu/usr.bin/perl/t/op/delete.t
    U src/gnu/usr.bin/perl/t/op/die_exit.t
    U src/gnu/usr.bin/perl/t/op/die.t
    U src/gnu/usr.bin/perl/t/op/do.t
    U src/gnu/usr.bin/perl/t/op/each.t
    U src/gnu/usr.bin/perl/t/op/eval.t
    U src/gnu/usr.bin/perl/t/op/exec.t
    U src/gnu/usr.bin/perl/t/op/exists_sub.t
    U src/gnu/usr.bin/perl/t/op/exp.t
    U src/gnu/usr.bin/perl/t/op/fh.t
    U src/gnu/usr.bin/perl/t/op/filetest.t
    U src/gnu/usr.bin/perl/t/op/flip.t
    U src/gnu/usr.bin/perl/t/op/fork.t
    U src/gnu/usr.bin/perl/t/op/getpid.t
    U src/gnu/usr.bin/perl/t/op/glob.t
    U src/gnu/usr.bin/perl/t/op/gmagic.t
    U src/gnu/usr.bin/perl/t/op/goto.t
    U src/gnu/usr.bin/perl/t/op/goto_xs.t
    U src/gnu/usr.bin/perl/t/op/grent.t
    U src/gnu/usr.bin/perl/t/op/grep.t
    U src/gnu/usr.bin/perl/t/op/groups.t
    U src/gnu/usr.bin/perl/t/op/gv.t
    U src/gnu/usr.bin/perl/t/op/hashassign.t
    U src/gnu/usr.bin/perl/t/op/hash.t
    U src/gnu/usr.bin/perl/t/op/hashwarn.t
    U src/gnu/usr.bin/perl/t/op/inccode.t
    U src/gnu/usr.bin/perl/t/op/inc.t
    U src/gnu/usr.bin/perl/t/op/index.t
    U src/gnu/usr.bin/perl/t/op/int.t
    C src/gnu/usr.bin/perl/t/op/join.t
    U src/gnu/usr.bin/perl/t/op/lc.t
    U src/gnu/usr.bin/perl/t/op/lc_user.t
    U src/gnu/usr.bin/perl/t/op/length.t
    U src/gnu/usr.bin/perl/t/op/lex_assign.t
    U src/gnu/usr.bin/perl/t/op/lfs.t
    U src/gnu/usr.bin/perl/t/op/list.t
    U src/gnu/usr.bin/perl/t/op/localref.t
    U src/gnu/usr.bin/perl/t/op/local.t
    U src/gnu/usr.bin/perl/t/op/loopctl.t
    U src/gnu/usr.bin/perl/t/op/lop.t
    U src/gnu/usr.bin/perl/t/op/magic.t
    U src/gnu/usr.bin/perl/t/op/method.t
    U src/gnu/usr.bin/perl/t/op/mkdir.t
    U src/gnu/usr.bin/perl/t/op/my_stash.t
    U src/gnu/usr.bin/perl/t/op/my.t
    U src/gnu/usr.bin/perl/t/op/nothr5005.t
    U src/gnu/usr.bin/perl/t/op/numconvert.t
    U src/gnu/usr.bin/perl/t/op/oct.t
    U src/gnu/usr.bin/perl/t/op/ord.t
    U src/gnu/usr.bin/perl/t/op/or.t
    U src/gnu/usr.bin/perl/t/op/override.t
    U src/gnu/usr.bin/perl/t/op/pack.t
    C src/gnu/usr.bin/perl/t/op/pat.t
    U src/gnu/usr.bin/perl/t/op/pos.t
    U src/gnu/usr.bin/perl/t/op/pow.t
    U src/gnu/usr.bin/perl/t/op/push.t
    U src/gnu/usr.bin/perl/t/op/pwent.t
    U src/gnu/usr.bin/perl/t/op/qq.t
    U src/gnu/usr.bin/perl/t/op/quotemeta.t
    U src/gnu/usr.bin/perl/t/op/rand.t
    C src/gnu/usr.bin/perl/t/op/range.t
    U src/gnu/usr.bin/perl/t/op/readdir.t
    U src/gnu/usr.bin/perl/t/op/readline.t
    U src/gnu/usr.bin/perl/t/op/read.t
    U src/gnu/usr.bin/perl/t/op/recurse.t
    U src/gnu/usr.bin/perl/t/op/ref.t
    U src/gnu/usr.bin/perl/t/op/regexp_noamp.t
    U src/gnu/usr.bin/perl/t/op/regexp.t
    U src/gnu/usr.bin/perl/t/op/regmesg.t
    U src/gnu/usr.bin/perl/t/op/repeat.t
    U src/gnu/usr.bin/perl/t/op/re_tests
    U src/gnu/usr.bin/perl/t/op/reverse.t
    U src/gnu/usr.bin/perl/t/op/runlevel.t
    U src/gnu/usr.bin/perl/t/op/sleep.t
    U src/gnu/usr.bin/perl/t/op/sort.t
    U src/gnu/usr.bin/perl/t/op/splice.t
    U src/gnu/usr.bin/perl/t/op/split.t
    N src/gnu/usr.bin/perl/t/op/sprintf2.t
    U src/gnu/usr.bin/perl/t/op/sprintf.t
    U src/gnu/usr.bin/perl/t/op/srand.t
    U src/gnu/usr.bin/perl/t/op/stash.t
    U src/gnu/usr.bin/perl/t/op/stat.t
    U src/gnu/usr.bin/perl/t/op/study.t
    U src/gnu/usr.bin/perl/t/op/sub_lval.t
    U src/gnu/usr.bin/perl/t/op/subst_amp.t
    C src/gnu/usr.bin/perl/t/op/substr.t
    U src/gnu/usr.bin/perl/t/op/subst.t
    U src/gnu/usr.bin/perl/t/op/subst_wamp.t
    U src/gnu/usr.bin/perl/t/op/sub.t
    U src/gnu/usr.bin/perl/t/op/sysio.t
    C src/gnu/usr.bin/perl/t/op/taint.t
    U src/gnu/usr.bin/perl/t/op/tiearray.t
    U src/gnu/usr.bin/perl/t/op/tiehandle.t
    C src/gnu/usr.bin/perl/t/op/tie.t
    U src/gnu/usr.bin/perl/t/op/time.t
    U src/gnu/usr.bin/perl/t/op/tr.t
    U src/gnu/usr.bin/perl/t/op/undef.t
    U src/gnu/usr.bin/perl/t/op/universal.t
    U src/gnu/usr.bin/perl/t/op/unshift.t
    U src/gnu/usr.bin/perl/t/op/utf8decode.t
    U src/gnu/usr.bin/perl/t/op/utfhash.t
    U src/gnu/usr.bin/perl/t/op/vec.t
    U src/gnu/usr.bin/perl/t/op/ver.t
    U src/gnu/usr.bin/perl/t/op/wantarray.t
    C src/gnu/usr.bin/perl/t/op/write.t
    U src/gnu/usr.bin/perl/t/pod/emptycmd.t
    U src/gnu/usr.bin/perl/t/pod/emptycmd.xr
    U src/gnu/usr.bin/perl/t/pod/find.t
    U src/gnu/usr.bin/perl/t/pod/for.t
    U src/gnu/usr.bin/perl/t/pod/for.xr
    U src/gnu/usr.bin/perl/t/pod/headings.t
    U src/gnu/usr.bin/perl/t/pod/headings.xr
    U src/gnu/usr.bin/perl/t/pod/included.t
    U src/gnu/usr.bin/perl/t/pod/included.xr
    U src/gnu/usr.bin/perl/t/pod/include.t
    U src/gnu/usr.bin/perl/t/pod/include.xr
    U src/gnu/usr.bin/perl/t/pod/lref.t
    U src/gnu/usr.bin/perl/t/pod/lref.xr
    U src/gnu/usr.bin/perl/t/pod/multiline_items.t
    U src/gnu/usr.bin/perl/t/pod/multiline_items.xr
    U src/gnu/usr.bin/perl/t/pod/nested_items.t
    U src/gnu/usr.bin/perl/t/pod/nested_items.xr
    U src/gnu/usr.bin/perl/t/pod/nested_seqs.t
    U src/gnu/usr.bin/perl/t/pod/nested_seqs.xr
    U src/gnu/usr.bin/perl/t/pod/oneline_cmds.t
    U src/gnu/usr.bin/perl/t/pod/oneline_cmds.xr
    U src/gnu/usr.bin/perl/t/pod/plainer.t
    U src/gnu/usr.bin/perl/t/pod/pod2usage.t
    C src/gnu/usr.bin/perl/t/pod/pod2usage.xr
    U src/gnu/usr.bin/perl/t/pod/poderrs.t
    U src/gnu/usr.bin/perl/t/pod/poderrs.xr
    U src/gnu/usr.bin/perl/t/pod/podselect.t
    U src/gnu/usr.bin/perl/t/pod/podselect.xr
    U src/gnu/usr.bin/perl/t/pod/special_seqs.t
    U src/gnu/usr.bin/perl/t/pod/special_seqs.xr
    U src/gnu/usr.bin/perl/t/pod/testcmp.pl
    U src/gnu/usr.bin/perl/t/pod/testp2pt.pl
    U src/gnu/usr.bin/perl/t/pod/testpchk.pl
    U src/gnu/usr.bin/perl/t/pod/testpods/lib/Pod/Stuff.pm
    U src/gnu/usr.bin/perl/t/run/exit.t
    U src/gnu/usr.bin/perl/t/run/fresh_perl.t
    U src/gnu/usr.bin/perl/t/run/noswitch.t
    U src/gnu/usr.bin/perl/t/run/runenv.t
    U src/gnu/usr.bin/perl/t/run/switcha.t
    U src/gnu/usr.bin/perl/t/run/switchC.t
    U src/gnu/usr.bin/perl/t/run/switchd.t
    U src/gnu/usr.bin/perl/t/run/switches.t
    U src/gnu/usr.bin/perl/t/run/switchF.t
    U src/gnu/usr.bin/perl/t/run/switchI.t
    U src/gnu/usr.bin/perl/t/run/switchn.t
    U src/gnu/usr.bin/perl/t/run/switchp.t
    U src/gnu/usr.bin/perl/t/run/switchPx.aux
    U src/gnu/usr.bin/perl/t/run/switchPx.t
    U src/gnu/usr.bin/perl/t/run/switcht.t
    U src/gnu/usr.bin/perl/t/run/switchx.aux
    U src/gnu/usr.bin/perl/t/run/switchx.t
    U src/gnu/usr.bin/perl/t/uni/case.pl
    U src/gnu/usr.bin/perl/t/uni/fold.t
    U src/gnu/usr.bin/perl/t/uni/lower.t
    U src/gnu/usr.bin/perl/t/uni/sprintf.t
    U src/gnu/usr.bin/perl/t/uni/title.t
    U src/gnu/usr.bin/perl/t/uni/tr_7jis.t
    U src/gnu/usr.bin/perl/t/uni/tr_eucjp.t
    U src/gnu/usr.bin/perl/t/uni/tr_sjis.t
    U src/gnu/usr.bin/perl/t/uni/tr_utf8.t
    U src/gnu/usr.bin/perl/t/uni/upper.t
    U src/gnu/usr.bin/perl/t/uni/write.t
    U src/gnu/usr.bin/perl/t/win32/longpath.t
    U src/gnu/usr.bin/perl/t/win32/system.t
    U src/gnu/usr.bin/perl/t/win32/system_tests
    U src/gnu/usr.bin/perl/t/x2p/s2p.t
    U src/gnu/usr.bin/perl/utils/c2ph.PL
    U src/gnu/usr.bin/perl/utils/cpan.PL
    U src/gnu/usr.bin/perl/utils/dprofpp.PL
    U src/gnu/usr.bin/perl/utils/enc2xs.PL
    U src/gnu/usr.bin/perl/utils/h2ph.PL
    C src/gnu/usr.bin/perl/utils/h2xs.PL
    N src/gnu/usr.bin/perl/utils/instmodsh.PL
    U src/gnu/usr.bin/perl/utils/libnetcfg.PL
    C src/gnu/usr.bin/perl/utils/Makefile
    U src/gnu/usr.bin/perl/utils/perlbug.PL
    U src/gnu/usr.bin/perl/utils/perlcc.PL
    U src/gnu/usr.bin/perl/utils/perldoc.PL
    U src/gnu/usr.bin/perl/utils/perlivp.PL
    U src/gnu/usr.bin/perl/utils/piconv.PL
    U src/gnu/usr.bin/perl/utils/pl2pm.PL
    N src/gnu/usr.bin/perl/utils/prove.PL
    U src/gnu/usr.bin/perl/utils/splain.PL
    N src/gnu/usr.bin/perl/utils/xsubpp.PL
    U src/gnu/usr.bin/perl/uts/sprintf_wrap.c
    U src/gnu/usr.bin/perl/uts/strtol_wrap.c
    U src/gnu/usr.bin/perl/vmesa/Makefile
    U src/gnu/usr.bin/perl/vmesa/vmesa.c
    U src/gnu/usr.bin/perl/vmesa/vmesaish.h
    U src/gnu/usr.bin/perl/vms/descrip_mms.template
    U src/gnu/usr.bin/perl/vms/genconfig.pl
    U src/gnu/usr.bin/perl/vms/genopt.com
    C src/gnu/usr.bin/perl/vms/gen_shrfls.pl
    U src/gnu/usr.bin/perl/vms/make_command.com
    U src/gnu/usr.bin/perl/vms/mms2make.pl
    U src/gnu/usr.bin/perl/vms/munchconfig.c
    U src/gnu/usr.bin/perl/vms/myconfig.com
    U src/gnu/usr.bin/perl/vms/perlvms.pod
    C src/gnu/usr.bin/perl/vms/perly_c.vms
    U src/gnu/usr.bin/perl/vms/perly_h.vms
    U src/gnu/usr.bin/perl/vms/sockadapt.c
    U src/gnu/usr.bin/perl/vms/sockadapt.h
    U src/gnu/usr.bin/perl/vms/test.com
    C src/gnu/usr.bin/perl/vms/vms.c
    U src/gnu/usr.bin/perl/vms/vmsish.h
    U src/gnu/usr.bin/perl/vms/vmspipe.com
    U src/gnu/usr.bin/perl/vms/vms_yfix.pl
    U src/gnu/usr.bin/perl/vms/writemain.pl
    U src/gnu/usr.bin/perl/vms/ext/Filespec.pm
    U src/gnu/usr.bin/perl/vms/ext/filespec.t
    U src/gnu/usr.bin/perl/vms/ext/XSSymSet.pm
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/0README.txt
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/DCLsym.pm
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/DCLsym.xs
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/Makefile.PL
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/test.pl
    U src/gnu/usr.bin/perl/vms/ext/Stdio/0README.txt
    U src/gnu/usr.bin/perl/vms/ext/Stdio/Makefile.PL
    U src/gnu/usr.bin/perl/vms/ext/Stdio/Stdio.pm
    U src/gnu/usr.bin/perl/vms/ext/Stdio/Stdio.xs
    U src/gnu/usr.bin/perl/vms/ext/Stdio/test.pl
    U src/gnu/usr.bin/perl/vos/build.cm
    U src/gnu/usr.bin/perl/vos/Changes
    U src/gnu/usr.bin/perl/vos/compile_full_perl.cm
    U src/gnu/usr.bin/perl/vos/compile_perl.cm
    U src/gnu/usr.bin/perl/vos/config.alpha.def
    C src/gnu/usr.bin/perl/vos/config.alpha.h
    U src/gnu/usr.bin/perl/vos/config.ga.def
    C src/gnu/usr.bin/perl/vos/config.ga.h
    U src/gnu/usr.bin/perl/vos/config.pl
    U src/gnu/usr.bin/perl/vos/configure_full_perl.sh
    U src/gnu/usr.bin/perl/vos/configure_perl.cm
    U src/gnu/usr.bin/perl/vos/install_perl.cm
    U src/gnu/usr.bin/perl/vos/Makefile
    U src/gnu/usr.bin/perl/vos/make_full_perl.sh
    U src/gnu/usr.bin/perl/vos/perl.bind
    U src/gnu/usr.bin/perl/vos/test_vos_dummies.c
    U src/gnu/usr.bin/perl/vos/vos.c
    U src/gnu/usr.bin/perl/vos/vos_dummies.c
    U src/gnu/usr.bin/perl/vos/vosish.h
    U src/gnu/usr.bin/perl/win32/buildext.pl
    C src/gnu/usr.bin/perl/win32/config.bc
    U src/gnu/usr.bin/perl/win32/config.gc
    C src/gnu/usr.bin/perl/win32/config_H.bc
    C src/gnu/usr.bin/perl/win32/config_H.gc
    U src/gnu/usr.bin/perl/win32/config_h.PL
    C src/gnu/usr.bin/perl/win32/config_H.vc
    U src/gnu/usr.bin/perl/win32/config_H.vc64
    U src/gnu/usr.bin/perl/win32/config_sh.PL
    C src/gnu/usr.bin/perl/win32/config.vc
    U src/gnu/usr.bin/perl/win32/config.vc64
    U src/gnu/usr.bin/perl/win32/distclean.bat
    U src/gnu/usr.bin/perl/win32/dl_win32.xs
    U src/gnu/usr.bin/perl/win32/fcrypt.c
    U src/gnu/usr.bin/perl/win32/FindExt.pm
    U src/gnu/usr.bin/perl/win32/genmk95.pl
    C src/gnu/usr.bin/perl/win32/Makefile
    C src/gnu/usr.bin/perl/win32/makefile.mk
    U src/gnu/usr.bin/perl/win32/mdelete.bat
    U src/gnu/usr.bin/perl/win32/perlglob.c
    U src/gnu/usr.bin/perl/win32/perlhost.h
    U src/gnu/usr.bin/perl/win32/perllib.c
    C src/gnu/usr.bin/perl/win32/pod.mak
    U src/gnu/usr.bin/perl/win32/runperl.c
    U src/gnu/usr.bin/perl/win32/splittree.pl
    U src/gnu/usr.bin/perl/win32/sync_ext.pl
    U src/gnu/usr.bin/perl/win32/vdir.h
    U src/gnu/usr.bin/perl/win32/vmem.h
    C src/gnu/usr.bin/perl/win32/win32.c
    U src/gnu/usr.bin/perl/win32/win32.h
    U src/gnu/usr.bin/perl/win32/win32io.c
    U src/gnu/usr.bin/perl/win32/win32iop.h
    U src/gnu/usr.bin/perl/win32/win32sck.c
    U src/gnu/usr.bin/perl/win32/win32thread.c
    U src/gnu/usr.bin/perl/win32/win32thread.h
    U src/gnu/usr.bin/perl/win32/bin/exetype.pl
    U src/gnu/usr.bin/perl/win32/bin/perlglob.pl
    U src/gnu/usr.bin/perl/win32/bin/pl2bat.pl
    U src/gnu/usr.bin/perl/win32/bin/runperl.pl
    U src/gnu/usr.bin/perl/win32/bin/search.pl
    U src/gnu/usr.bin/perl/win32/include/dirent.h
    U src/gnu/usr.bin/perl/win32/include/netdb.h
    U src/gnu/usr.bin/perl/win32/include/arpa/inet.h
    U src/gnu/usr.bin/perl/win32/include/sys/socket.h
    U src/gnu/usr.bin/perl/wince/cecopy-lib.pl
    U src/gnu/usr.bin/perl/wince/compile-all.bat
    U src/gnu/usr.bin/perl/wince/compile.bat
    U src/gnu/usr.bin/perl/wince/comp.pl
    U src/gnu/usr.bin/perl/wince/config.ce
    U src/gnu/usr.bin/perl/wince/config_H.ce
    U src/gnu/usr.bin/perl/wince/config_h.PL
    U src/gnu/usr.bin/perl/wince/config_sh.PL
    U src/gnu/usr.bin/perl/wince/dl_win32.xs
    U src/gnu/usr.bin/perl/wince/makedist.pl
    U src/gnu/usr.bin/perl/wince/Makefile.ce
    U src/gnu/usr.bin/perl/wince/makeico.pl
    U src/gnu/usr.bin/perl/wince/perlhost.h
    U src/gnu/usr.bin/perl/wince/perllib.c
    U src/gnu/usr.bin/perl/wince/perlmain.c
    U src/gnu/usr.bin/perl/wince/perl.rc
    U src/gnu/usr.bin/perl/wince/README.perlce
    U src/gnu/usr.bin/perl/wince/registry.bat
    U src/gnu/usr.bin/perl/wince/runperl.c
    U src/gnu/usr.bin/perl/wince/splittree.pl
    U src/gnu/usr.bin/perl/wince/vdir.h
    U src/gnu/usr.bin/perl/wince/vmem.h
    U src/gnu/usr.bin/perl/wince/win32.h
    U src/gnu/usr.bin/perl/wince/win32io.c
    U src/gnu/usr.bin/perl/wince/win32iop.h
    U src/gnu/usr.bin/perl/wince/win32thread.c
    U src/gnu/usr.bin/perl/wince/win32thread.h
    U src/gnu/usr.bin/perl/wince/wince.c
    U src/gnu/usr.bin/perl/wince/wince.h
    U src/gnu/usr.bin/perl/wince/wincesck.c
    U src/gnu/usr.bin/perl/wince/bin/exetype.pl
    U src/gnu/usr.bin/perl/wince/bin/perlglob.pl
    U src/gnu/usr.bin/perl/wince/bin/pl2bat.pl
    U src/gnu/usr.bin/perl/wince/bin/runperl.pl
    U src/gnu/usr.bin/perl/wince/bin/search.pl
    U src/gnu/usr.bin/perl/wince/include/arpa/inet.h
    U src/gnu/usr.bin/perl/wince/include/sys/socket.h
    U src/gnu/usr.bin/perl/x2p/a2p.c
    U src/gnu/usr.bin/perl/x2p/a2p.h
    U src/gnu/usr.bin/perl/x2p/a2p.pod
    U src/gnu/usr.bin/perl/x2p/a2p.y
    U src/gnu/usr.bin/perl/x2p/a2py.c
    U src/gnu/usr.bin/perl/x2p/cflags.SH
    U src/gnu/usr.bin/perl/x2p/EXTERN.h
    C src/gnu/usr.bin/perl/x2p/find2perl.PL
    U src/gnu/usr.bin/perl/x2p/hash.c
    U src/gnu/usr.bin/perl/x2p/hash.h
    U src/gnu/usr.bin/perl/x2p/INTERN.h
    U src/gnu/usr.bin/perl/x2p/Makefile.SH
    U src/gnu/usr.bin/perl/x2p/proto.h
    U src/gnu/usr.bin/perl/x2p/s2p.PL
    U src/gnu/usr.bin/perl/x2p/str.c
    U src/gnu/usr.bin/perl/x2p/str.h
    U src/gnu/usr.bin/perl/x2p/util.c
    U src/gnu/usr.bin/perl/x2p/util.h
    U src/gnu/usr.bin/perl/x2p/walk.c
    
    139 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl

CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/07 15:33:12

Modified files:
	gnu/usr.bin/perl: Changes Configure MANIFEST Makefile.SH 
	                  Makefile.bsd-wrapper README.os2 README.vms 
	                  XSUB.h config_h.SH configpm doio.c doop.c 
	                  embed.h global.sym hv.c installhtml 
	                  installperl mg.c op.c patchlevel.h perl.c 
	                  perl.h perly.c perly.y pp.c pp_ctl.c pp_hot.c 
	                  proto.h shlib_version sv.c sv.h universal.c 
	                  unixish.h util.c 
	gnu/usr.bin/perl/Cross: Makefile README 
	gnu/usr.bin/perl/Porting: config_H pumpkin.pod 
	gnu/usr.bin/perl/ext/Cwd: Cwd.xs 
	gnu/usr.bin/perl/ext/DB_File: DB_File.pm DB_File.xs typemap 
	gnu/usr.bin/perl/ext/Devel/PPPort: PPPort.pm 
	gnu/usr.bin/perl/ext/Digest/MD5: Changes 
	gnu/usr.bin/perl/ext/Digest/MD5/t: files.t 
	gnu/usr.bin/perl/ext/Encode/t: enc_eucjp.t enc_utf8.t 
	gnu/usr.bin/perl/ext/GDBM_File: typemap 
	gnu/usr.bin/perl/ext/NDBM_File: typemap 
	gnu/usr.bin/perl/ext/POSIX: POSIX.pm POSIX.xs 
	gnu/usr.bin/perl/ext/SDBM_File: typemap 
	gnu/usr.bin/perl/hints: README.hints linux.sh os2.sh 
	                        solaris_2.sh 
	gnu/usr.bin/perl/lib: Benchmark.pm CGI.pm Cwd.pm Exporter.pm 
	                      FindBin.pm base.pm diagnostics.pm 
	                      perl5db.pl 
	gnu/usr.bin/perl/lib/CGI: Carp.pm Cookie.pm Fast.pm Pretty.pm 
	                          Util.pm 
	gnu/usr.bin/perl/lib/CGI/t: carp.t request.t 
	gnu/usr.bin/perl/lib/ExtUtils: MM_Unix.pm 
	gnu/usr.bin/perl/lib/File: CheckTree.pm Copy.pm Find.pm 
	gnu/usr.bin/perl/lib/Getopt: Std.pm 
	gnu/usr.bin/perl/lib/Math: BigInt.pm 
	gnu/usr.bin/perl/lib/Pod: Html.pm InputObjects.pm Perldoc.pm 
	                          PlainText.pm 
	gnu/usr.bin/perl/lib/Test: Harness.pm 
	gnu/usr.bin/perl/lib/Tie: Hash.pm 
	gnu/usr.bin/perl/os2: Changes Makefile.SHs os2.c os2ish.h 
	                      perl2cmd.pl 
	gnu/usr.bin/perl/plan9: config.plan9 plan9ish.h 
	gnu/usr.bin/perl/pod: buildtoc perl.pod perl58delta.pod 
	                      perlbot.pod perldiag.pod perlembed.pod 
	                      perlfaq1.pod perlfaq2.pod perlfaq3.pod 
	                      perlfaq4.pod perlfaq5.pod perlfunc.pod 
	                      perlguts.pod perlhist.pod perlmod.pod 
	                      perlmodlib.pod perlobj.pod perlop.pod 
	                      perlre.pod perlrun.pod perlsec.pod 
	                      perlsub.pod perltie.pod perltoc.pod 
	                      perltoot.pod pod2usage.PL 
	gnu/usr.bin/perl/t/op: join.t pat.t range.t substr.t taint.t 
	                       tie.t write.t 
	gnu/usr.bin/perl/t/pod: pod2usage.xr 
	gnu/usr.bin/perl/utils: Makefile h2xs.PL 
	gnu/usr.bin/perl/vms: gen_shrfls.pl perly_c.vms vms.c 
	gnu/usr.bin/perl/vos: config.alpha.h config.ga.h 
	gnu/usr.bin/perl/win32: Makefile config.bc config.vc config_H.bc 
	                        config_H.gc config_H.vc makefile.mk 
	                        pod.mak win32.c 
	gnu/usr.bin/perl/x2p: find2perl.PL 
Removed files:
	gnu/usr.bin/perl/lib: Digest.t 
	gnu/usr.bin/perl/lib/Math/BigInt: Scalar.pm 
	gnu/usr.bin/perl/pod: perldelta.pod 

Log message:
merge local changes into perl-5.8.3


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/04/07 16:02:54

Modified files:
	.              : press.html 

Log message:
validate...


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/07 16:43:15

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
-Wmissing-declarations


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/07 16:45:04

Modified files:
	sbin/isakmpd   : key.c 

Log message:
Reset *data in case of unknown key types


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/07 16:45:50

Modified files:
	sbin/isakmpd   : conf.h exchange.h ike_auth.c ike_phase_1.c 
	                 ike_quick_mode.c ipsec.c log.c math_2n.c 
	                 math_group.c math_group.h message.c monitor.c 
	                 pf_key_v2.c policy.c sa.c udp.c ui.c util.c 
	                 x509.c 
	sbin/isakmpd/regress/crypto: cryptotest.c 

Log message:
-Wsign-compare nits. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/07 16:51:03

Modified files:
	net/crawl      : Makefile distinfo 
	net/crawl/patches: patch-crawl_c patch-dns_c 

Log message:
upgrade to crawl 0.4
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/07 16:54:23

Modified files:
	devel/nasm     : Makefile distinfo 

Log message:
upgrade to nasm 0.98.38
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/07 18:05:48

Modified files:
	audio/esound   : Makefile 
	audio/esound/pkg: DEINSTALL INSTALL 

Log message:
- don't need --enable-static
- style


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/07 18:13:43

Added files:
	shells/bash2/patches: patch-redir_c 

Log message:
don't dereference null pointer; from Gentoo via Robert Nagy <thuglife@bsd.hu>


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

Modified files:
	sys/arch/sparc/sparc: clock.c 
	sys/arch/sparc64/sparc64: clock.c 

Log message:
on RAMDISK kernels, do not compare / time against the system time


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/07 19:13:30

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
-l can overwrite the path to the leases file, noticed by millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 19:44:42

Modified files:
	lang/lua       : Makefile distinfo 
	lang/lua/pkg   : PLIST 

Log message:
update to 5.0.2, from pedro martelletto (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 19:56:44

Log message:
    import 0.3.0
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-07
    
    N ports/x11/xfce4/plugins/xfce4-weather-plugin/Makefile
    N ports/x11/xfce4/plugins/xfce4-weather-plugin/distinfo
    N ports/x11/xfce4/plugins/xfce4-weather-plugin/pkg/PLIST
    N ports/x11/xfce4/plugins/xfce4-weather-plugin/pkg/DESCR
    N ports/x11/xfce4/plugins/xfce4-weather-plugin/patches/patch-panel-plugin_weather_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 19:59:26

Modified files:
	x11/xfce4/plugins: Makefile Makefile.inc 

Log message:
+xfce4-weather-plugin-0.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 20:05:50

Modified files:
	x11/xfce4/plugins/xfce4-wavelan-plugin: Makefile distinfo 

Log message:
update to 0.3.2


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/04/07 20:59:31

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/07 23:00:18

Removed files:
	net/licq       : Makefile distinfo 
	net/licq/pkg   : DESCR PLIST 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/07 23:00:50

Modified files:
	net            : Makefile 

Log message:
-licq


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:16:41

Modified files:
	textproc/aspell/core: Makefile distinfo 
	textproc/aspell/core/patches: patch-Makefile_in patch-ltmain_sh 
	textproc/aspell/core/pkg: PFRAG.shared PLIST 
Added files:
	textproc/aspell/core/patches: 
	                              patch-modules_speller_default_split_cpp 

Log message:
update to 0.50.5, add a patch from netbsd to make this work with
gcc3/libstdc++3 (it magically compiled on sparc64 for awhile tho..?)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:17:08

Modified files:
	textproc/aspell/dicts/cs: Makefile distinfo 
	textproc/aspell/dicts/da: Makefile distinfo 
	textproc/aspell/dicts/da/pkg: PLIST 
	textproc/aspell/dicts/fo: Makefile distinfo 
	textproc/aspell/dicts/is: Makefile distinfo 
	textproc/aspell/dicts/it: Makefile distinfo 
	textproc/aspell/dicts/it/pkg: PLIST 
	textproc/aspell/dicts/pl: Makefile distinfo 
	textproc/aspell/dicts/sk: Makefile distinfo 
	textproc/aspell/dicts/sk/pkg: PLIST 
	textproc/aspell/dicts/sv: Makefile distinfo 
	textproc/aspell/dicts/uk: Makefile distinfo 

Log message:
update various dictionaries to various versions


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:21:27

Log message:
    add afrikaans dictionary
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/af/Makefile
    N ports/textproc/aspell/dicts/af/distinfo
    N ports/textproc/aspell/dicts/af/pkg/DESCR
    N ports/textproc/aspell/dicts/af/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:21:57

Log message:
    add bulgarian dictionary
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/bg/Makefile
    N ports/textproc/aspell/dicts/bg/distinfo
    N ports/textproc/aspell/dicts/bg/pkg/DESCR
    N ports/textproc/aspell/dicts/bg/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:22:15

Log message:
    add irish/gaelic dictionary
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/ga/Makefile
    N ports/textproc/aspell/dicts/ga/distinfo
    N ports/textproc/aspell/dicts/ga/pkg/DESCR
    N ports/textproc/aspell/dicts/ga/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:22:27

Log message:
    add galician dictionary
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/gl/Makefile
    N ports/textproc/aspell/dicts/gl/distinfo
    N ports/textproc/aspell/dicts/gl/pkg/DESCR
    N ports/textproc/aspell/dicts/gl/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:22:53

Log message:
    add interlingua dictionary
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/ia/Makefile
    N ports/textproc/aspell/dicts/ia/distinfo
    N ports/textproc/aspell/dicts/ia/pkg/DESCR
    N ports/textproc/aspell/dicts/ia/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:23:15

Log message:
    add indonesian dict
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/id/Makefile
    N ports/textproc/aspell/dicts/id/distinfo
    N ports/textproc/aspell/dicts/id/pkg/DESCR
    N ports/textproc/aspell/dicts/id/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:23:32

Log message:
    add maori dict
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/mi/Makefile
    N ports/textproc/aspell/dicts/mi/distinfo
    N ports/textproc/aspell/dicts/mi/pkg/DESCR
    N ports/textproc/aspell/dicts/mi/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:23:49

Log message:
    add malay dictionary
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/ms/Makefile
    N ports/textproc/aspell/dicts/ms/distinfo
    N ports/textproc/aspell/dicts/ms/pkg/DESCR
    N ports/textproc/aspell/dicts/ms/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:24:12

Log message:
    add maltese dict
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/mt/Makefile
    N ports/textproc/aspell/dicts/mt/distinfo
    N ports/textproc/aspell/dicts/mt/pkg/DESCR
    N ports/textproc/aspell/dicts/mt/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:24:25

Log message:
    add norwegian bokmal dict
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/nb/Makefile
    N ports/textproc/aspell/dicts/nb/distinfo
    N ports/textproc/aspell/dicts/nb/pkg/DESCR
    N ports/textproc/aspell/dicts/nb/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:24:40

Log message:
    add norwegian nynorsk dict
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/nn/Makefile
    N ports/textproc/aspell/dicts/nn/distinfo
    N ports/textproc/aspell/dicts/nn/pkg/DESCR
    N ports/textproc/aspell/dicts/nn/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:24:54

Log message:
    add slovenian
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/sl/Makefile
    N ports/textproc/aspell/dicts/sl/distinfo
    N ports/textproc/aspell/dicts/sl/pkg/DESCR
    N ports/textproc/aspell/dicts/sl/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:25:03

Log message:
    add swahili
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/sw/Makefile
    N ports/textproc/aspell/dicts/sw/distinfo
    N ports/textproc/aspell/dicts/sw/pkg/DESCR
    N ports/textproc/aspell/dicts/sw/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:25:15

Log message:
    add setswana
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/tn/Makefile
    N ports/textproc/aspell/dicts/tn/distinfo
    N ports/textproc/aspell/dicts/tn/pkg/DESCR
    N ports/textproc/aspell/dicts/tn/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:25:25

Log message:
    add turkish
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/tr/Makefile
    N ports/textproc/aspell/dicts/tr/distinfo
    N ports/textproc/aspell/dicts/tr/pkg/DESCR
    N ports/textproc/aspell/dicts/tr/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:25:34

Log message:
    add walloon
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/wa/Makefile
    N ports/textproc/aspell/dicts/wa/distinfo
    N ports/textproc/aspell/dicts/wa/pkg/DESCR
    N ports/textproc/aspell/dicts/wa/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:26:03

Log message:
    who could forget about zulu? not me...
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-08
    
    N ports/textproc/aspell/dicts/zu/Makefile
    N ports/textproc/aspell/dicts/zu/distinfo
    N ports/textproc/aspell/dicts/zu/pkg/DESCR
    N ports/textproc/aspell/dicts/zu/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:27:11

Removed files:
	textproc/aspell/dicts/no: Makefile distinfo 
	textproc/aspell/dicts/no/pkg: DESCR PLIST 

Log message:
appears to be deprecated by nb/nn dictionaries


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/07 23:30:28

Modified files:
	textproc/aspell/dicts: Makefile 

Log message:
+af,bg,ga,gl,ia,id,mi,ms,mt,nb,nn,sl,sw,tn,tr,wa,zu
-no


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/04/07 23:41:32

Modified files:
	.              : index.html 

Log message:
the OpenBSD Journal is ending; ok deraadt@ jose@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/08 00:18:37

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/patches: patch-ltmain_sh 
	net/curl/pkg   : PFRAG.shared 

Log message:
upgrade to cURL 7.11.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/08 00:21:20

Modified files:
	devel/t1lib    : Makefile distinfo 
	devel/t1lib/patches: patch-lib_Makefile.in 
	devel/t1lib/pkg: PFRAG.shared PLIST 
Removed files:
	devel/t1lib/patches: patch-lib_type1_type1_c 

Log message:
upgrade to t1lib 5.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/04/08 00:22:34

Modified files:
	textproc/gpdf  : Makefile distinfo 
Added files:
	textproc/gpdf/patches: patch-shell_gpdf_c 

Log message:
Update to 0.112.

From MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/08 00:25:17

Modified files:
	emulators/simh : Makefile 

Log message:
ugh, use -p flag with mkdir


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/08 00:26:57

Modified files:
	net/rsync/pkg  : SECURITY 

Log message:
remove extremely old rsync issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/04/08 00:32:43

Modified files:
	textproc/libxslt: Makefile distinfo 
	textproc/libxslt/patches: patch-doc_Makefile_in patch-ltmain_sh 
	                          patch-python_Makefile_in 
	                          patch-python_tests_Makefile_in 
	                          patch-tests_docs_Makefile_in 
	textproc/libxslt/pkg: PFRAG.shared PLIST 

Log message:
Update to 1.1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/08 00:49:09

Modified files:
	devel/jakarta-servletapi: Makefile 

Log message:
1.2 -> 1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/08 01:12:06

Modified files:
	graphics/gqview: Makefile distinfo 

Log message:
upgrade to gqview 1.4.2


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/08 02:03:15

Modified files:
	lib/libssl/src : CHANGES Configure FAQ LICENSE Makefile.org NEWS 
	                 README config openssl.spec 
	lib/libssl/src/apps: apps.c apps.h asn1pars.c ca.c dgst.c enc.c 
	                     engine.c ocsp.c openssl.cnf pkcs12.c 
	                     pkcs7.c req.c rsautl.c s_socket.c s_time.c 
	                     speed.c x509.c 
	lib/libssl/src/certs: vsign3.pem 
	lib/libssl/src/crypto: Makefile.ssl cversion.c mem.c mem_dbg.c 
	                       opensslv.h 
	lib/libssl/src/crypto/aes: aes_cbc.c 
	lib/libssl/src/crypto/asn1: a_gentm.c a_mbstr.c a_strex.c 
	                            a_time.c a_utctm.c asn1_lib.c 
	                            asn1_par.c asn_moid.c t_pkey.c 
	lib/libssl/src/crypto/bf: Makefile.ssl 
	lib/libssl/src/crypto/bio: b_dump.c b_print.c b_sock.c bio_cb.c 
	                           bss_conn.c bss_file.c 
	lib/libssl/src/crypto/bn: Makefile.ssl bn_lcl.h bn_lib.c 
	                          bn_print.c 
	lib/libssl/src/crypto/bn/asm: bn-586.pl 
	lib/libssl/src/crypto/cast: Makefile.ssl 
	lib/libssl/src/crypto/conf: conf_def.c conf_mod.c 
	lib/libssl/src/crypto/des: Makefile.ssl cfb_enc.c ecb_enc.c 
	lib/libssl/src/crypto/dso: dso_lib.c 
	lib/libssl/src/crypto/ec: ecp_smpl.c 
	lib/libssl/src/crypto/engine: eng_ctrl.c eng_fat.c engine.h 
	                              hw_cryptodev.c 
	lib/libssl/src/crypto/err: err.c 
	lib/libssl/src/crypto/evp: digest.c evp.h evp_enc.c evp_pbe.c 
	                           evp_pkey.c 
	lib/libssl/src/crypto/objects: obj_dat.c 
	lib/libssl/src/crypto/ocsp: ocsp_ext.c ocsp_lib.c ocsp_vfy.c 
	lib/libssl/src/crypto/pem: pem_lib.c pem_pkey.c 
	lib/libssl/src/crypto/pkcs7: pk7_doit.c 
	lib/libssl/src/crypto/rand: Makefile.ssl rand_egd.c rand_win.c 
	                            randfile.c 
	lib/libssl/src/crypto/rc4: Makefile.ssl 
	lib/libssl/src/crypto/rc5: Makefile.ssl 
	lib/libssl/src/crypto/ripemd: Makefile.ssl 
	lib/libssl/src/crypto/sha: Makefile.ssl 
	lib/libssl/src/crypto/sha/asm: sha1-586.pl 
	lib/libssl/src/crypto/threads: mttest.c 
	lib/libssl/src/crypto/ui: ui_lib.c 
	lib/libssl/src/crypto/x509: by_dir.c x509.h x509_txt.c 
	                            x509_vfy.c x509_vfy.h x509type.c 
	lib/libssl/src/crypto/x509v3: v3_alt.c v3_crld.c v3_info.c 
	                              v3_purp.c 
	lib/libssl/src/doc: ssleay.txt 
	lib/libssl/src/doc/apps: config.pod openssl.pod s_client.pod 
	                         smime.pod 
	lib/libssl/src/doc/crypto: BIO_f_ssl.pod EVP_BytesToKey.pod 
	                           EVP_DigestInit.pod 
	                           d2i_RSAPublicKey.pod des.pod pem.pod 
	                           ui.pod 
	lib/libssl/src/doc/ssl: SSL_COMP_add_compression_method.pod 
	lib/libssl/src/os2: OS2-EMX.cmd 
	lib/libssl/src/ssl: Makefile.ssl kssl.c s3_clnt.c s3_enc.c ssl.h 
	                    ssl_cert.c ssl_ciph.c ssltest.c 
	lib/libssl/src/util: mk1mf.pl mkdef.pl 
	lib/libssl/src/util/pl: OS2-EMX.pl 

Log message:
merge 0.9.7d


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/08 02:13:24

Modified files:
	lib/libssl/src/crypto/evp: digest.c 
	lib/libssl/src/crypto/x509: x509_txt.c x509_vfy.c 

Log message:
backout for now


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2004/04/08 03:50:29

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

Log message:
add RCS id


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/08 04:05:54

Modified files:
	sbin/isakmpd   : isakmpd.c init.c 

Log message:
Set timezone before privsep, child uses now correct timezone.
Noticed by david@

ok ho@ david@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/08 06:08:27

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
document s_time (from s_time.pod);
consistency fixes;


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/08 06:24:07

Modified files:
	usr.sbin/tcpdump: privsep.c 

Log message:
In error message, use saved errno, not current errno.
From Moritz Jodeit <moritz at jodeit.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/08 06:26:06

Modified files:
	sbin/pflogd    : privsep.c 

Log message:
reorder error message and send_fd in order to display the correct
errno in error message; pointed out by Moritz Jodeit <moritz at jodeit.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/08 06:38:00

Modified files:
	usr.sbin/tcpdump: privsep_pcap.c 

Log message:
only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org>
canacar@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/04/08 06:38:59

Modified files:
	www/php4       : Makefile.inc 
	www/php4/core  : distinfo 
	www/php4/core/pkg: PLIST-pear 
	www/php4/extensions: distinfo 
Removed files:
	www/php4/core/patches: patch-pear_PEAR_Downloader_php 
	                       patch-pear_PEAR_Installer_php 

Log message:
update to php4-4.3.5


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/08 08:32:47

Modified files:
	sbin/pflogd    : privsep.c 

Log message:
sigh, really fix the error message this time, thanks Moritz Jodeit


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/08 09:18:28

Modified files:
	usr.bin/less   : line.c 

Log message:
When reallocating the line buffer, double the existing buffer
size instead of just incrementing it by LINEBUF_SIZE and use realloc()
+ memset() instead of calloc() + memcpy().  Prevents excessive resource
usage when displaying very long lines.  OK deraadt@, krw@ and otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/08 09:36:39

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
fix usage(), jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/08 09:40:43

Modified files:
	sbin/dhclient  : dhclient.leases.5 

Log message:
sync with reality, mostly from jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/08 10:08:21

Modified files:
	sys/sys        : queue.h 
	sbin/isakmpd/sysdep/linux/sys: queue.h 
	usr.bin/ssh    : sshconnect2.c 
	sys/dev/std    : sbp2.c 
	usr.sbin/bgpd  : rde_attr.c 
	share/man/man3 : queue.3 

Log message:
swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD
and NetBSD do.
ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/08 10:17:09

Modified files:
	share/man/man4/man4.hppa: cpu.4tbl 

Log message:
tYpo; from xavier@santolaria.net; jmc@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/08 10:32:39

Modified files:
	security/nessus: Makefile distinfo 
	security/nessus/pkg: PFRAG.shared PLIST 

Log message:
update to nessus 2.0.10a

from new maintainer Srebrenko Sehic <haver at insecure.dk>
ok old maintainer reinhard@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/08 11:10:18

Modified files:
	sys/arch/hppa/hppa: locore.S machdep.c 
	sys/arch/hppa/include: cpu.h 

Log message:
repair pcxs/t confoosion


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/08 11:14:50

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

Log message:
kill misplaced comment


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/04/08 11:17:12

Modified files:
	.              : hppa.html 

Log message:
order


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/08 12:13:56

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.mac68k md.macppc 
	                         md.mvme68k md.mvme88k md.mvmeppc 
	                         md.pegasos md.sparc md.sparc64 md.vax 
	                         mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	mcbride@cvs.openbsd.org	2004/04/08 12:32:01

Modified files:
	.              : 35.html 

Log message:
Add SSE page zeroing.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/08 13:21:33

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.h 

Log message:
In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for a
valid base register for indexed addressing, rather than providing an
incomplete inline version.

This allows constructs such as
(plus:SI (reg:SI (subreg:SI (reg:DI 1))))
to properly pass through the reload phase if optimization is enabled.

Such a construct can be generated with
buf[index + index2] = value;
if either index or index2 are long long.

Fixes the ICE in zsh Src/Zle/computil.c.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/08 14:01:46

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

Log message:
spacing;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/08 14:08:59

Modified files:
	usr.bin/locate/locate: locate.1 locate.c 

Log message:
sort options and sync usage();


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/04/08 15:02:34

Log message:
    Import of p5-DBD-SQLite-0.31, from Robert Nagy <thuglife@bsd.hu>
    
    DBD::SQLite is the Perl5 Database Interface driver for the SQLite
    database.
    
    Status:
    
    Vendor Tag:	wilfried
    Release Tags:	wilfried_2004-04-08
    
    N ports/databases/p5-DBD-SQLite/Makefile
    N ports/databases/p5-DBD-SQLite/distinfo
    N ports/databases/p5-DBD-SQLite/patches/patch-Makefile_PL
    N ports/databases/p5-DBD-SQLite/pkg/DESCR
    N ports/databases/p5-DBD-SQLite/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/04/08 15:03:01

Modified files:
	databases      : Makefile 

Log message:
+ p5-DBD-SQLite


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/04/08 15:26:27

Modified files:
	distrib/notes/mac68k: install 

Log message:
if you want to boot machines based on Apple's IOP technology
(i.e. Quadra 900, 950), make sure that the serial switch option is set
to "off" in the Control Panel. This allows OpenBSD to use the serial
lines.
initial diff from Martin Reindl <mreindl at catai.org>
ok jmc@ nick@.


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/04/08 20:14:10

Modified files:
	.              : i386.html 

Log message:
Remove PERC 3/QC from list since this is an ami based controller.  ok mickey@ niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/08 20:18:48

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

Log message:
Remove PERC 3/QC from list since this is an ami based controller.  ok mickey@ niklas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/08 22:24:44

Modified files:
	x11/aterm      : Makefile 

Log message:
hint to where Xlocale.h is, pointed out by francois briere


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/08 23:23:21

Modified files:
	infrastructure/plist: i386 powerpc vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/09 00:27:58

Modified files:
	archivers/lxsplit: Makefile 

Log message:
master_site moved


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/09 00:42:42

Modified files:
	net/gaim       : Makefile 
	textproc/aspell/core: Makefile 
	textproc/gtkspell: Makefile 

Log message:
bandaid aspell w/gcc3 on powerpc (again) to work around a weird linking
issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/09 01:10:27

Modified files:
	x11/xawtv      : Makefile 
	x11/xawtv/pkg  : PLIST 

Log message:
mastersite moved, @comment a manpage for some video for l00nix program
that we dont install, from maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/09 01:24:15

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

Log message:
Warn the user if we don't attach the ac97 codec.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 02:24:20

Modified files:
	www/p5-Apache-MP3: Makefile distinfo 

Log message:
update to 3.05
- improved search function


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 03:47:10

Modified files:
	graphics/tgif  : Makefile distinfo 
	graphics/tgif/patches: patch-tgif.man 
	graphics/tgif/pkg: PLIST 

Log message:
maintenance update to tgif 4.1.43, honours CFLAGS now


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/04/09 03:52:10

Modified files:
	games/toppler  : Makefile 
	mail/mozilla-thunderbird: Makefile 
	misc/magicpoint: Makefile 
	misc/pdmenu    : Makefile 
	net/libnet     : Makefile 
	net/ysmv7      : Makefile 
	security/ppgen : Makefile 
	security/smurflog: Makefile 
	x11/golem      : Makefile 
	x11/kde/kdoc3  : Makefile 

Log message:
sprinkle no-autoheader for the coming change to autoconf CONFIGURE_STYLE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 04:11:36

Modified files:
	net/ngrep      : Makefile distinfo 
	net/ngrep/patches: patch-Makefile_in 
	                   patch-regex-0_12_Makefile_in 
Added files:
	net/ngrep/patches: patch-configure_in patch-ngrep_8 
Removed files:
	net/ngrep/patches: patch-ngrep_c 

Log message:
update to ngrep 1.42

from thuglife at bsd.hu (Robert Nagy)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 04:20:47

Modified files:
	net/gtk-gnutella: Makefile distinfo 
	net/gtk-gnutella/patches: patch-src_fileinfo_c 
	                          patch-src_getdate_y 
	net/gtk-gnutella/pkg: PLIST 
Added files:
	net/gtk-gnutella/patches: patch-Configure patch-config_h_SH 

Log message:
update to gtk-gnutella 0.93.3

lots of bug fixes and other enhancements


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/04/09 04:28:34

Modified files:
	sbin/wicontrol : wicontrol.8 
	sbin/ancontrol : ancontrol.8 

Log message:
typos; ok jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 04:51:07

Modified files:
	share/doc/usd/01.begin: u0 

Log message:
add a margin when formatting w/ -Tascii;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 05:05:50

Modified files:
	share/doc/usd/17.msmacros: ms 

Log message:
add a margin when formatting w/ -Tascii;


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 06:01:05

Modified files:
	openssh        : faq.html 

Log message:
Add more potential causes of slow logins


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 06:05:37

Modified files:
	openssh        : faq.html 

Log message:
Make tags for config files consistent with rest of document


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 06:07:32

Added files:
	openssh/txt    : release-1.2.2p1 release-1.2.3p1 release-2.1.0p1 
	                 release-2.1.1p1 release-2.1.1p2 release-2.1.1p3 
	                 release-2.1.1p4 release-2.2.0p1 release-2.3.0p1 
	                 release-2.5.1p1 release-2.5.1p2 release-2.5.2p2 
	                 release-2.9 release-2.9.9 release-2.9p2 
	                 release-3.1 

Log message:
Import historical release notes


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 06:10:04

Modified files:
	share/doc/psd  : 00.contents Makefile Title 
	share/doc/smm  : 00.contents Makefile Title 
	share/doc/usd  : 00.contents Makefile Title 

Log message:
- add .txt targets for Title and 00.contents
- add margin when formatting w/ -Tascii
- sync usd contents w/ reality
- kill whitespace at eol
- punctuation fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 06:12:44

Modified files:
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 

Log message:
ex is not a screen editor;


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 06:12:51

Modified files:
	openssh        : faq.html 

Log message:
Correction: DSA->DH


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 06:18:55

Log message:
    Initial import of onesixtyone 0.3.2
    
    onesixtyone takes a different approach to SNMP scanning. It takes advantage
    of the fact that SNMP is a connectionless protocol and sends all SNMP
    requests as fast as it can. Then the scanner waits for responses to come
    back and logs them, in a fashion similar to Nmap ping sweeps.
    
    from Srebrenko Sehic <haver at insecure.dk>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-09
    
    N ports/security/onesixtyone/Makefile
    N ports/security/onesixtyone/distinfo
    N ports/security/onesixtyone/pkg/PLIST
    N ports/security/onesixtyone/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 06:25:35

Modified files:
	security       : Makefile 

Log message:
+onesixtyone


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 06:30:38

Modified files:
	openssh        : faq.html 

Log message:
Add info about md5 passwords on some Redhats


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 06:33:27

Modified files:
	openssh        : faq.html 

Log message:
Clarify re: password strings


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/09 06:42:06

Modified files:
	sbin/pfctl     : pfctl.c pfctl.h pfctl_osfp.c pfctl_radix.c 
	usr.sbin/authpf: authpf.c 

Log message:
Do not try to load directories. found+ok mpech@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/09 08:12:15

Modified files:
	www/mozilla    : Makefile 

Log message:
remove redundant glib dependency.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/09 10:54:36

Modified files:
	sys/dev/usb    : uftdi.c usbdevs 
	share/man/man4 : uftdi.4 

Log message:
support Crystalfontz CF-63[1234] USB LCDs; wpd@xs4all.nl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/09 10:54:49

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/09 11:54:57

Modified files:
	sysutils       : Makefile 
Removed files:
	sysutils/webmin: Makefile distinfo 
	sysutils/webmin/patches: patch-aa patch-ab 
	sysutils/webmin/pkg: DEINSTALL DESCR PLIST 

Log message:
no one seems interested in resursecting this port and its a bad
idea anyway so away it goes.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/09 11:56:15

Modified files:
	gnu/usr.bin/cvs/lib: Makefile.am Makefile.in 

Log message:
cvs does not need a private version of getopt(3), our in-tree getopt(3)
has compatible semantics.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/09 11:56:44

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Two amd8131 pci-x devices found in dmesg from henning
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/09 12:12:00

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 12:30:16

Modified files:
	sbin/dhclient  : dhclient-script.8 dhclient.8 dhclient.conf.5 
	                 dhclient.leases.5 dhcp-options.5 

Log message:
remove some excess from AUTHORS, and slight update;

requested by henning, and discussed w/ him and deraadt;
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/09 13:21:15

Modified files:
	usr.bin/newsyslog: newsyslog.8 newsyslog.c 

Log message:
If no user/group is specified for the log file in newsyslog.conf,
use the uid/gid of the existing log file.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/04/09 13:30:41

Modified files:
	sys/net        : pf_ioctl.c pf_osfp.c pf_table.c 

Log message:
move some of the non-interrupt pools from the small kmem_map to the much
larger kernel map


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/04/09 14:13:26

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

Log message:
Also pass SIGINT and SIGQUIT to child, noticed by mpech@
ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/09 14:39:02

Removed files:
	net/gtk-gnutella/patches: patch-src_gnutella_h patch-src_token_c 

Log message:
forgot to remove these

thanks to Chris Kuethe for the reminder


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/09 15:15:12

Modified files:
	games/zoom     : Makefile distinfo 
	games/zoom/patches: patch-src_hash_c 
Added files:
	games/zoom/patches: patch-THANKS patch-configure 
	                    patch-configure_in patch-src_Makefile_am 
	                    patch-src_Makefile_in patch-src_rc_c 
	                    patch-src_zoomrc 
Removed files:
	games/zoom/patches: patch-builder_main_c patch-src_stream_c 
	                    patch-src_xdisplay_c patch-src_zmachine_c 

Log message:
update to 1.0.1; from Jose Nazario <jose@monkey.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 15:42:25

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

Log message:
spacing;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/09 15:47:19

Modified files:
	lang/tcl/8.4   : Makefile distinfo 
	x11/tk/8.4     : Makefile distinfo 

Log message:
maintenance update to Tcl/Tk 8.4.6; from Jose Nazario <jose@monkey.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/09 15:50:08

Modified files:
	etc/etc.amd64  : disktab 
	etc/etc.i386   : disktab 
	etc/etc.vax    : disktab 

Log message:
s:removeable:removable:

from Jon Mosco;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/09 15:52:17

Modified files:
	sys/dev/pci    : if_bge.c if_lge.c if_nge.c if_sf.c if_sis.c 
	                 if_sk.c if_ste.c if_ti.c 

Log message:
do not whine if we cannot get mbufs. the countless printfd makes the machine
crawl under mbuf starvation, making the situationmuch worse, and don't make
sense in the first place.
ok tdeval@ millert@ beck@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/09 16:54:02

Modified files:
	usr.bin/uudecode: Makefile uudecode.c 
	usr.bin/uuencode: Makefile uuencode.1 uuencode.c 

Log message:
Sync with FreeBSD; adds base64 support and other options.
OK deraadt@, some man page tweaks from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/09 17:56:05

Modified files:
	lib/libpthread/sys: Makefile.inc 

Log message:
remove old libc_r related chunk of the Makefile

ok marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/09 17:57:17

Modified files:
	lib/libpthread/uthread: uthread_kern.c 

Log message:
When poll(2)'ing for readability or writability of a file descriptor
on behalf of a thread, we should check the POLLERR, POLLHUP, and
POLLNVAL flags as well to wake up the thread in these cases.

From: FreeBSD's libc_r

ok marc@


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 20:47:48

Modified files:
	openssh        : faq.html 

Log message:
Add link to 'reporting bugs' page


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 21:06:45

Modified files:
	openssh        : report.html 

Log message:
Add link to fixed-in-current bugs


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 21:25:41

Modified files:
	openssh        : report.html 

Log message:
Add link to Tatham's 'reporting bugs effectively'


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/09 21:38:29

Modified files:
	openssh        : report.html 

Log message:
List is bugs reported, not just fixed since release


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/10 00:41:42

Modified files:
	lib/libpthread/uthread: uthread_attr_setschedpolicy.c 

Log message:
style


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/10 00:48:04

Modified files:
	lib/libpthread/uthread: uthread_msync.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/10 02:03:52

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru>
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/10 02:04:59

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

Log message:
Support for Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru>
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/10 02:11:21

Modified files:
	sys/dev/usb    : usbdevs umass_quirks.c 

Log message:
minolta dimage A1 quirk; 3734, michael@paddon.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/10 02:11:25

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/10 02:33:04

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

Log message:
bge fits


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/10 02:33:55

Modified files:
	sys/conf       : GENERIC 

Log message:
Make it more obvious that you don't have to modify the counts on clonable
devices anymore.

ok deraadt@ henning@ krw@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/10 03:07:30

Modified files:
	etc            : remote services 

Log message:
typos from Jon Mosco, plus further tweak;
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/10 03:10:16

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

Log message:
specify an indent for displays, plus some grammar;
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/10 03:22:19

Modified files:
	libexec/tftpd  : tftpd.8 
	usr.bin/tftp   : tftp.1 

Log message:
improve BUGS:

- current implementations do not support transfers >65535 blocks
- 32767 block limit does not apply to this tftp implementation

other stuff:

- kill unnecessary Ns macros
- uppercase tftp where applicable

discussed w/ tom, and wording improvements from him;


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/10 03:38:20

Modified files:
	sys/net        : Tag: OPENBSD_3_4 pf.c 

Log message:
MFC:
Fix by dhartmei@ and mcbride@

1.433
Properly m_copyback() modified TCP sequence number after demodulation

1.432
Fix icmp checksum when sequence number modlation is being used.
Also fix a daddr vs saddr cut-n-paste error in ICMP error handling.

Fixes PR 3724

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/10 05:40:42

Modified files:
	fr             : sparc.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/10 05:40:51

Modified files:
	faq/pf/fr      : perf.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/10 05:41:34

Modified files:
	openssh/hu     : faq.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/10 05:41:48

Modified files:
	faq/hu         : faq4.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/10 05:42:26

Modified files:
	de             : alpha.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/10 06:55:44

Modified files:
	x11/kde/utils3 : Makefile 
Added files:
	x11/kde/utils3/patches: patch-ksim_monitors_cpu_ksimcpu_cpp 

Log message:
- fix LIB_DEPENDS
- unsigned int -> size_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/10 06:58:56

Modified files:
	x11/kde        : kde.port.mk 

Log message:
allow for additional MD patch files by introducing SUP_PATCH_LIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/10 07:00:16

Modified files:
	x11/kde/graphics3: Makefile 

Log message:
fix patchfiles for sparc64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/10 07:42:40

Modified files:
	sysutils/gkrellm/gkrellm: Makefile distinfo 
	sysutils/gkrellm/plugins/bgchg: Makefile distinfo 
	sysutils/gkrellm/plugins/bgchg/patches: patch-Makefile 
	sysutils/gkrellm/plugins/itime: Makefile distinfo 

Log message:
update to
- gkrellm 2.1.28
- bgchg 0.1.0
- itime 1.0.1

from maintainer Peter Hessler <spambox at theapt.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/10 09:15:02

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

Log message:
sync


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/04/10 09:32:34

Modified files:
	xc/lib/X11     : ConnDis.c 

Log message:
Fix a segfault in Xlib if IPv6 XDM-AUTHORIZATION-1 data is present
in .Xauthority (NetBSD PR xsrc/25098, Michel van Elst).


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/10 11:27:29

Modified files:
	usr.sbin/bgpd  : bgpd.h rde.h 

Log message:
move the API_* and SAFI_* defines to where they belong


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/04/10 12:48:30

Modified files:
	net/xchat2     : Makefile distinfo 
	net/xchat2/patches: patch-configure patch-src_common_outbound_c 
	net/xchat2/pkg : PLIST 

Log message:
update to 2.0.8, mostly from Robert Nagy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/04/10 13:13:50

Modified files:
	mail/sylpheed  : Makefile distinfo 
	mail/sylpheed/patches: patch-ltmain_sh patch-src_inc_c 
	                       patch-src_procmime_c patch-src_smtp_h 
	mail/sylpheed/pkg: PLIST 
Added files:
	mail/sylpheed/patches: patch-src_quote_fmt_lex_c 

Log message:
update to 0.9.10


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/10 13:34:44

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

Log message:
Apply change from vsnprintf.c rev. 1.5.  Use a single character
buffer for the size==0 case.  Stdio internals do not deal correctly
with zero size buffer and NULL pointer.  From torek@bsdi.com; Ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/10 14:28:01

Modified files:
	archivers/gshar+gunshar/patches: patch-doc_Makefile_in 
	                                 patch-doc_remsync_texi 
	                                 patch-doc_sharutils_texi 
	                                 patch-src_shar_c 

Log message:
- regen patches
- don't allow argument to overflow buffer (via BugTraq)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/10 15:21:27

Log message:
    import bsdiff-4.1, binary patch tools
    
    from michael van der westhuizen w/tweaks from yours truly
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-10
    
    N ports/misc/bsdiff/Makefile
    N ports/misc/bsdiff/distinfo
    N ports/misc/bsdiff/pkg/DESCR
    N ports/misc/bsdiff/pkg/PLIST
    N ports/misc/bsdiff/patches/patch-bsdiff_1
    N ports/misc/bsdiff/patches/patch-bspatch_1
    N ports/misc/bsdiff/patches/patch-Makefile
    N ports/misc/bsdiff/patches/patch-bsdiff_c
    N ports/misc/bsdiff/patches/patch-bspatch_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/10 15:23:05

Modified files:
	misc           : Makefile 

Log message:
+bsdiff


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/10 15:44:49

Log message:
    import clive-0.4.0, Command Line InTerface livejournal client
    
    from & maintained by andy isaacson, couple o' tweaks from me
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-10
    
    N ports/net/clive/distinfo
    N ports/net/clive/Makefile
    N ports/net/clive/pkg/DESCR
    N ports/net/clive/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/10 15:47:47

Modified files:
	net            : Makefile 

Log message:
+clive


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/10 17:08:11

Modified files:
	devel/pygame   : Makefile distinfo 
	devel/pygame/patches: patch-examples_chimp_py 
	                      patch-examples_uberball_py 
	devel/pygame/pkg: PLIST 

Log message:
update to 1.6; requested/tested/ok jolan@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/10 17:10:14

Modified files:
	games/pathological: Makefile 
	games/pathological/patches: patch-pathological_py 

Log message:
sync with pygame update; ok jolan@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/10 18:40:59

Modified files:
	misc/mc        : Makefile distinfo 
	misc/mc/pkg    : DESCR PLIST 
Added files:
	misc/mc/patches: patch-configure patch-slang_slsignal_c 
	                 patch-src_cons_handler_c patch-src_subshell_c 
	                 patch-src_utilunix_c 

Log message:
Unbreak and update to mc-4.6.1-pre1 from new maintainer
Robert Nagy <thuglife@bsd.hu>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/11 01:48:27

Modified files:
	editors/kxmleditor: Makefile distinfo 
	editors/kxmleditor/pkg: PLIST 

Log message:
upgrade to kxmleditor 1.0.0


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/11 02:06:02

Modified files:
	openssh        : faq.html 

Log message:
Add link to hang-on-exit bug #52


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 03:05:24

Log message:
    Initial import of nikto 1.32
    
    Nikto is an Open Source (GPL) web server scanner which performs
    comprehensive tests against web servers for multiple items,
    including over 2600 potentially dangerous files/CGIs,
    versions on over 625 servers, and version specific problems on
    over 230 servers. Scan items and plugins are frequently updated
    and can be automatically updated (if desired).
    
    from Srebrenko Sehic <haver at insecure.dk>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/security/nikto/Makefile
    N ports/security/nikto/distinfo
    N ports/security/nikto/pkg/PLIST
    N ports/security/nikto/pkg/DESCR
    N ports/security/nikto/pkg/INSTALL
    N ports/security/nikto/pkg/DEINSTALL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 03:06:17

Modified files:
	security       : Makefile 

Log message:
+nikto


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 03:13:34

Modified files:
	security/nessus/patches: patch-libnasl_nasl_Makefile 
	                         patch-nessus-libraries_configure 
Added files:
	security/nessus/patches: 
	                         patch-nessus-plugins_plugins_nikto_wrapper_nikto_wrapper_c 
	                         patch-nessus-plugins_trusted-scripts_nikto_wrapper.nasl 

Log message:
find nikto and regen patches while here

from maintainer Srebrenko Sehic <haver at insecure.dk>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 04:06:00

Modified files:
	misc/mc        : Makefile 

Log message:
missing BUILD_DEPENDS on pkgconfig

from maintainer Robert Nagy


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 05:52:44

Log message:
    Initial import of Class-MethodMapper 1.0
    
    Abstract class wrapper for Autoloader
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/devel/p5-Class-MethodMapper/distinfo
    N ports/devel/p5-Class-MethodMapper/Makefile
    N ports/devel/p5-Class-MethodMapper/pkg/DESCR
    N ports/devel/p5-Class-MethodMapper/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 05:54:19

Log message:
    Initial import of Date-Leapyear 1.71
    
    Is a particular year a leap year?
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/devel/p5-Date-Leapyear/distinfo
    N ports/devel/p5-Date-Leapyear/Makefile
    N ports/devel/p5-Date-Leapyear/pkg/DESCR
    N ports/devel/p5-Date-Leapyear/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 05:55:39

Log message:
    Initial import of Date-Simple 3.00
    
    This module may be used to create simple date objects. It
    only handles dates within the range of Unix time. It will
    only allow the creation of objects for valid dates.
    Attempting to create an invalid date will return undef.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/devel/p5-Date-Simple/distinfo
    N ports/devel/p5-Date-Simple/Makefile
    N ports/devel/p5-Date-Simple/pkg/DESCR
    N ports/devel/p5-Date-Simple/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 05:56:55

Log message:
    Initial import of Number-Compare 0.01
    
    A module for doing numeric comparisons. It can compare numbers expressed
    in different comparable units.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    U ports/devel/p5-Number-Compare/distinfo
    U ports/devel/p5-Number-Compare/Makefile
    U ports/devel/p5-Number-Compare/pkg/DESCR
    U ports/devel/p5-Number-Compare/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 05:58:19

Log message:
    Initial import Number-Compare-Date 0.02
    
    A module for comparison of dates in any format readable by Date::Parse
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    U ports/devel/p5-Number-Compare-Date/distinfo
    U ports/devel/p5-Number-Compare-Date/Makefile
    U ports/devel/p5-Number-Compare-Date/pkg/DESCR
    U ports/devel/p5-Number-Compare-Date/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 05:59:50

Log message:
    Initial import of Date-ICal 1.72
    
    Date::ICal talks the ICal date format, and is intended to be
    a base class for other date/calendar modules that know about
    ICal time format also.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/devel/p5-Date-ICal/distinfo
    N ports/devel/p5-Date-ICal/Makefile
    N ports/devel/p5-Date-ICal/pkg/DESCR
    N ports/devel/p5-Date-ICal/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 06:04:18

Modified files:
	devel          : Makefile 

Log message:
+ p5-Class-MethodMapper
+ p5-Date-ICal
+ p5-Date-Leapyear
+ p5-Date-Simple


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 06:07:22

Log message:
    Initial import of HTML-CalendarMonthSimple 1.22
    
    HTML::CalendarMonthSimple is a Perl module for
    generating, manipulating, and printing a HTML calendar
    grid for a specified month. It is intended as a faster
    and easier-to-use alternative to HTML::CalendarMonth.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/www/p5-HTML-Calendar-Month-Simple/distinfo
    N ports/www/p5-HTML-Calendar-Month-Simple/Makefile
    N ports/www/p5-HTML-Calendar-Month-Simple/pkg/DESCR
    N ports/www/p5-HTML-Calendar-Month-Simple/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 06:08:32

Modified files:
	www            : Makefile 

Log message:
+ p5-HTML-Calendar-Month-Simple


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 06:11:11

Log message:
    Initial import of Net-ICal 0.15
    
    Net::ICal is a collection of Perl modules for manipulating
    iCalendar (RFC2445) calendar data.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-11
    
    N ports/net/p5-Net-ICal/distinfo
    N ports/net/p5-Net-ICal/Makefile
    N ports/net/p5-Net-ICal/pkg/DESCR
    N ports/net/p5-Net-ICal/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 06:12:03

Modified files:
	net            : Makefile 

Log message:
+ p5-Net-ICal


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/11 06:56:05

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

Log message:
Use INQUIRY instead of TUR for PPR.  By doing this the target device actually transfers data at the requested speed; in essence this is a poor-mans domain validation.  Also some SCSI device are horribly out of spec and they won't respond correctly to TUR.  ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 07:57:32

Modified files:
	devel/binutils/stable/patches: patch-gas_configure_in 

Log message:
fix sparc target, fine GNU style as usual, NOT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 08:59:53

Modified files:
	www/p5-HTML-Parser: Makefile distinfo 

Log message:
upgrade to p5-HTML-Parser-3.36
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:01:21

Modified files:
	devel/p5-Curses-UI: Makefile distinfo 
	devel/p5-Curses-UI/pkg: PLIST 

Log message:
upgrade to p5-Curses-UI 0.92
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:03:29

Modified files:
	textproc/p5-Font-AFM: Makefile distinfo 

Log message:
upgrade to p5-Font-AFM 1.19
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:04:38

Modified files:
	mail/p5-MIME-Types: Makefile distinfo 

Log message:
upgrade to p5-MIME-Types 1.12
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:06:13

Modified files:
	devel/p5-Net-Server: Makefile distinfo 

Log message:
upgrade to p5-Net-Server 0.87
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:14:36

Modified files:
	sysutils/p5-Proc-ProcessTable: Makefile distinfo 

Log message:
upgrade to p5-Proc-ProcessTable 0.39
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:16:07

Modified files:
	textproc/p5-XML-Simple: Makefile distinfo 

Log message:
upgrade to p5-XML-Simple 2.12
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/11 09:19:08

Modified files:
	textproc/p5-XML-Writer: Makefile distinfo 

Log message:
upgrade to p5-XML-Writer 0.500
--
From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 10:41:30

Modified files:
	sys/kern       : tty_pty.c 

Log message:
Fix calculation of the index into TTY_LETTERS.  This only worked
because sizeof(TTY_LETTERS) == sizeof(TTY_SUFFIX).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/11 10:43:48

Added files:
	infrastructure/build: outdated-perl-ports 

Log message:
Script to check for availability of newer upstream releases for perl ports.
From: Sam Smith <S@mSmith.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/11 10:50:40

Modified files:
	net/p5-Net-Amazon: Makefile distinfo 
	net/p5-Net-Amazon/pkg: PLIST 
Removed files:
	net/p5-Net-Amazon/patches: patch-eg_reviews 

Log message:
update to 0.21; from MAINTAINER Sam Smith;
fix regress target while here ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/11 11:03:56

Modified files:
	infrastructure/build: outdated-perl-ports 

Log message:
- add $OpenBSD$ Id string
- minor cosmetics


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/11 11:26:00

Modified files:
	net/centericq  : Makefile distinfo 

Log message:
update to centericq-4.9.11; Robert Nagy


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:04:36

Modified files:
	sys/kern       : tty_pty.c 
	lib/libutil    : pty.c 
	share/man/man4 : pty.4 

Log message:
Crank max ptys to 992.  We now have 62 pty/tty pairs for each letter
instead of 16.  E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just
/dev/{p,t}typ[0-9a-f].  This requires that you update MAKEDEV and run:
# cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:05:23

Modified files:
	etc            : MAKEDEV.common 
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.cats   : MAKEDEV.md 
	etc/etc.hp300  : MAKEDEV.md 
	etc/etc.hppa   : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.mac68k : MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.mvme68k: MAKEDEV.md 
	etc/etc.mvme88k: MAKEDEV.md 
	etc/etc.mvmeppc: MAKEDEV.md 
	etc/etc.pegasos: MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 
	etc/etc.vax    : MAKEDEV.md 

Log message:
Update for pty changes (62 per letter instead of just 16)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:06:04

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.cats   : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.pegasos: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 

Log message:
Regen for for pty changes (62 per letter instead of just 16)


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

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/i386: machdep.c 
Added files:
	sys/arch/i386/i386: via.c 

Log message:
move via-specific chunks to own file


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:14:59

Modified files:
	etc            : MAKEDEV.common 

Log message:
Add back a lie about tty* do that MAKEDEV works again.  todd@ can fix...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:15:24

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.cats   : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.pegasos: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:18:32

Modified files:
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.cats: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.pegasos: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/11 12:37:53

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Document the pty upgrade procedure


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 13:12:25

Modified files:
	textproc/lgrind: Makefile 
	textproc/lgrind/patches: patch-lgrind_1 patch-lgrindef 
	                         patch-lgrindef_5 
	textproc/lgrind/pkg: PLIST 
Added files:
	textproc/lgrind/patches: patch-lgrind_c 

Log message:
use texmf-local as the other latex ports do
regen patches
fix a format warning

ok maintainer espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/11 13:20:49

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/11 13:44:11

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

Log message:
pcmcia em and an work; okan@demirmen.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/11 14:01:43

Modified files:
	sysutils       : Makefile 
Removed files:
	sysutils/p5-Proc-ProcessTable: Makefile distinfo 
	sysutils/p5-Proc-ProcessTable/pkg: DESCR PLIST 

Log message:
-p5-Proc-ProcessTable as it never worked


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/11 14:02:01

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

Log message:
Fix accidental busy loop waiting for a second to pass. Also, rename
constants that defined a period of time.

ok deraadt@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/11 14:55:10

Modified files:
	infrastructure : README 

Log message:
mention build/outdated-perl-ports; from Robert Nagy/Sam Smith


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/11 15:25:16

Log message:
    silc-toolkit-0.9.12, from pedro martelletto and myself, maintained by
    pedro
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	easterbunny_2004-apr-11
    
    N ports/devel/silc-toolkit/distinfo
    N ports/devel/silc-toolkit/Makefile
    N ports/devel/silc-toolkit/pkg/PLIST
    N ports/devel/silc-toolkit/pkg/DESCR
    N ports/devel/silc-toolkit/pkg/PFRAG.shared
    N ports/devel/silc-toolkit/patches/patch-Makefile_in
    N ports/devel/silc-toolkit/patches/patch-ltmain_sh
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/11 15:28:18

Modified files:
	devel          : Makefile 

Log message:
+silc-toolkit


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/04/11 19:30:26

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/patches: patch-configure patch-ltmain_sh 
	                       patch-src_cut-n-paste-code_goffice_graph_plugins_plot_xy_gog-xy_c 
	math/gnumeric/pkg: PLIST 

Log message:
Maintenance update to 1.2.9.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/11 20:49:16

Modified files:
	regress/sys/kern: Makefile 

Log message:
don't check rfork.  the RFMEM changes had two effects.  some of the
regress conditions (rfmem-stack) are no longer true, and other tests
have to be rewritten to handle shared stacks.  spotted by david@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/11 22:55:36

Modified files:
	sysutils/gkrellm/plugins/weather: Makefile 
Added files:
	sysutils/gkrellm/plugins/weather/patches: patch-GrabWeather 

Log message:
get rid of wget dependency

ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/11 23:33:05

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

Log message:
This has been a pain in the ass for about 8 months which made new ICP
cards lock up under load: skip two initializations that we were
previously told to use by ICP themselves (ie. from their linux
driver).  now we are not supposed to use those APIs, because the new
firmwares for their new cards become unrealiable.  and that is all we
have been able to find out.  sigh.

For some cards, you must also be sure to get a new boot firmware from
ICP because they made another mistake: Any bootblock that tried to
switch back and forth between real and protected mode ended up with
corrupted registers.

from Achim_Leubner@adaptec.com, via niklas, tested on a few cards
by a few people.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/04/11 23:48:08

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/11 23:49:13

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

Log message:
update models


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/12 00:56:43

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

Log message:
Enable the memory arbiter before turning off the PXE restart.  This
prevents NMI's from happening when resetting the chip on some
hardware.

From: FreeBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/12 01:10:45

Log message:
    import playfair-0.5.0:
    
    The playfair program is quite simple.  It takes one of the iTMS
    Protected AAC Audio Files, decodes it using a key obtained from your
    iPod or Microsoft Windows system and then writes the new, decoded
    version to disk as a regular AAC Audio File.  It then optionally copies
    the metadata tags that describe the song, including the cover art, to
    the new file.
    
    WWW: http://playfair.sarovar.org/
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-12
    
    N ports/converters/playfair/distinfo
    N ports/converters/playfair/Makefile
    N ports/converters/playfair/pkg/DESCR
    N ports/converters/playfair/pkg/PLIST
    N ports/converters/playfair/pkg/PFRAG.shared
    N ports/converters/playfair/patches/patch-src_cli_cli_c
    N ports/converters/playfair/patches/patch-src_mp4ff_mp4ff_int_types_h
    N ports/converters/playfair/patches/patch-src_mp4ff_drms_c
    N ports/converters/playfair/patches/patch-src_cli_filename_c
    N ports/converters/playfair/patches/patch-src_playfair_keyutils_c
    N ports/converters/playfair/patches/patch-src_mp4ff_mp4atom_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/12 01:11:54

Modified files:
	converters     : Makefile 

Log message:
+playfair


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/12 01:22:23

Modified files:
	converters/playfair: Makefile 

Log message:
pasto


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/04/12 03:25:11

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

Log message:
Clean up malloc_active state when aborting.
This allows for safe abort handling, without tripping into
false recursivity problems.

Ok tedu@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/12 04:02:33

Modified files:
	x11/ion/pkg    : DEINSTALL PLIST 

Log message:
@extra support. okay sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/12 04:17:00

Modified files:
	archivers/p5-Archive-Tar: Makefile distinfo 

Log message:
update to 1.08; okay kevlo@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2004/04/12 04:35:27

Modified files:
	devel/metaauto/files: meta.in 

Log message:
Specify a shell to execute this. Ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/12 05:49:53

Log message:
    Initial import of memoir 1.61
    
    Memoir is a flexible class for typesetting general fiction,
    non-fiction and mathematical works as books, reports, articles or
    manuscripts. Documents can use 9pt, 10pt, 11pt, 12pt, 14pt or 17ptas
    the normal font size. Many methods are provided to let you create your
    particular design.
    
    from Morten Liebach <m at mongers.org>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Apr-12
    
    N ports/print/memoir/Makefile
    N ports/print/memoir/distinfo
    N ports/print/memoir/pkg/PLIST
    N ports/print/memoir/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/12 05:50:41

Modified files:
	print          : Makefile 

Log message:
+memoir


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/12 05:55:24

Modified files:
	editors/joe/pkg: DEINSTALL PLIST 

Log message:
@extra support; okay sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/04/12 07:02:36

Added files:
	mail/sylpheed/patches: patch-src_procmsg_c 

Log message:
Fix for imap on sparc64 (and probably other 64bits archs), from Andrey Smagin.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/12 07:14:56

Modified files:
	sys/arch/mvme88k/dev: bugio.c 
	sys/arch/mvme88k/include: m88410.h 

Log message:
Minor tweaks to appease gcc 3.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/12 07:24:27

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

Log message:
Fix DMA length on complex SGL.  Apparantly this fixes the outstanding 1.03.xx mpt firmware issue.  From NetBSD pointed out by deraadt@.  ok deraadt@, krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/12 08:14:39

Modified files:
	print/memoir/pkg: DESCR 

Log message:
typo from maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/12 08:17:55

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
add and use dropafterack_ratelim; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/12 08:56:31

Modified files:
	net/snort      : Makefile distinfo 
	net/snort/pkg  : DESCR PLIST 
Removed files:
	net/snort/patches: patch-src_preprocessors_spp_frag2_c 
	                   patch-src_preprocessors_spp_http_decode_c 
	                   patch-src_preprocessors_spp_stream4_c 

Log message:
update to snort 2.1.2

from maintainer Brian Caswell <bmc at openbsd.org>, tweaks by yours truly


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/12 08:58:55

Added files:
	net/snort/patches: patch-src_preprocessors_spp_frag2_c 

Log message:
cvs sux and pointers are long not int
ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/04/12 09:28:38

Modified files:
	sys/arch/m68k/m68k: process_machdep.c 

Log message:
Fix process_frame macro.
ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/12 10:24:21

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Reorder the instructions in the pty section slightly.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/12 10:48:27

Modified files:
	.              : plus35.html plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/12 10:55:37

Added files:
	www/php4/extensions/patches: patch-ext_curl_curl_c 

Log message:
build against curl 7.11.1, from php cvs


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/12 13:05:38

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
remove duplicate if.  from pedro martelletto, ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 14:01:12

Modified files:
	usr.sbin/mopd/mopd: mopd.c process.c process.h 

Log message:
~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrown
daemon() equivalent and such things, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 14:29:16

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
simplify, from Han Boetes & pb@, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/12 14:39:21

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 15:08:14

src/usr.sbin/dhcrelay

Update of /cvs/src/usr.sbin/dhcrelay
In directory cvs.openbsd.org:/tmp/cvs-serv23032/dhcrelay

Log Message:
Directory /cvs/src/usr.sbin/dhcrelay added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 15:10:28

Added files:
	usr.sbin/dhcrelay: Makefile bpf.c dhcp.h dhcpd.h dhcrelay.8 
	                   dhcrelay.c dispatch.c errwarn.c packet.c 
	                   tree.h 

Log message:
initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclient


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 15:30:30

Modified files:
	usr.sbin/dhcrelay: Makefile 

Log message:
oups


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 15:31:14

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

Log message:
less pathetic usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 15:33:15

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

Log message:
kill pidfile gunk


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 16:01:37

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

Log message:
the rocket science department suggests: getopt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/12 16:12:33

Modified files:
	distrib/alpha/common: disktab.shadow 
	distrib/mvme68k/ramdisk: disktab.shadow 
	sys/arch/hp300/dev: ctreg.h hdreg.h 
	sys/arch/sparc/dev: xdreg.h xyreg.h 
	sys/dev/i2o    : i2o.h ioprbs.c 
	sys/dev/ic     : aic7xxx.h aic7xxxvar.h 

Log message:
removeable -> removable;
ok deraadt@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/12 16:14:31

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
sync w/ 0.9.7d import (one typo);


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/12 16:15:48

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

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 16:24:33

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

Log message:
se daemon(3)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 16:25:38

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

Log message:
one big sweep of KNF, ansi and such


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 16:37:42

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

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/12 16:55:11

Modified files:
	distrib/miniroot: install.sub 

Log message:
Refactor network initialization code into explicit v4 routines to
prepare for v6 initialization. Minor verbiage changes, and not asking
for v4 default route if no v4 addresses were configured are the only
user visible changes.

ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 17:08:43

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

Log message:
remove those overly helpfull comments like explaining that time(3) gets the
current time


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 17:09:32

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

Log message:
relaying back bootp answers should work again


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/12 17:58:10

Modified files:
	sys/kern       : uipc_syscalls.c 
	sys/nfs        : nfs_vfsops.c 
	sys/sys        : socketvar.h 

Log message:
make sockargs take void *, combine a len check.
from pedro martelletto, ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/12 18:15:28

Modified files:
	sys/kern       : vfs_cluster.c vfs_conf.c vfs_lockf.c 
	                 vfs_syscalls.c 

Log message:
useless caddr_t cast removal.  same md5s.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/12 18:40:47

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_in 
Added files:
	www/squid/patches: gcc-patch-lib_Makefile_in 
Removed files:
	www/squid/patches: patch-lib_Makefile_in 

Log message:
- add some distribution patches. From: Robert Nagy <thuglife at bsd dot hu>
- only apply optimization workaround for gcc if using 2.95


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 18:45:43

Modified files:
	etc            : master.passwd group ftpusers 
	etc/mail       : aliases 

Log message:
new _dhcp user for, well, dhcp stuff, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 18:48:49

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
commented out LoadModule statement for mod_proxy like we do for the other
modules, From: Robert McMeekin <rrm3@rrm3.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/12 18:49:05

ports/graphics/p5-PerlMagick/patches

Update of /cvs/ports/graphics/p5-PerlMagick/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19807/patches

Log Message:
Directory /cvs/ports/graphics/p5-PerlMagick/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/12 18:50:46

Modified files:
	graphics/p5-PerlMagick: Makefile 
Added files:
	graphics/p5-PerlMagick/patches: patch-PerlMagick_Makefile_PL 

Log message:
- don't link with libpthread, fixes a crashing issue.
- use MASTER_SITE_BACKUP
- new MAINTAINER, Dan Brosemer <odin at svartalfheim dot net>


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/04/12 19:09:55

Modified files:
	lib/libpthread/uthread: uthread_kern.c 

Log message:
refresh curthread after a thread switch so it points to the real
current thread.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/12 19:10:05

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

Log message:
Sort getopt list and tidy error checks. From andrushock@korovino.net;
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 19:17:49

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

Log message:
closer to reality


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 19:22:30

Modified files:
	usr.sbin/dhcrelay: dhcpd.h dhcrelay.c 

Log message:
chroot to /var/empty and drop privileges, theo ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/12 19:34:57

Modified files:
	net/gaim       : Makefile 
	textproc/gtkspell: Makefile 

Log message:
make these really work on powerpc


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/12 20:00:51

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

Log message:
remove the quiet option, we're being quiet by default


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/12 21:54:15

Modified files:
	openssh        : faq.html 

Log message:
New FAQ: My ssh connection freezes or drops out after N minutes of inactivity


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/12 22:05:46

Modified files:
	openssh        : faq.html 

Log message:
Add links to ssh_config and sshd_config man pages


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/12 22:08:34

Modified files:
	x11/kde/base3/pkg: DESCR-plugins 

Log message:
remove mention of KDE 2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/12 22:11:03

Modified files:
	x11/kde/base3/pkg: DESCR 

Log message:
better


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/12 22:12:15

Modified files:
	openssh        : faq.html 

Log message:
sftp has been around for a while now


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/12 22:22:37

Modified files:
	x11/kde/addons3: Makefile 
	x11/kde/admin3 : Makefile 
	x11/kde/arts3  : Makefile 
	x11/kde/artwork3: Makefile 
	x11/kde/base3  : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/edu3   : Makefile 
	x11/kde/games3 : Makefile 
	x11/kde/graphics3: Makefile 
	x11/kde/libs3  : Makefile 
	x11/kde/multimedia3: Makefile 
	x11/kde/network3: Makefile 
	x11/kde/pim3   : Makefile 
	x11/kde/sdk3   : Makefile 
	x11/kde/utils3 : Makefile 

Log message:
better COMMENTs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/13 02:57:59

Modified files:
	sysutils/monit : Makefile distinfo 
	sysutils/monit/pkg: INSTALL 
Added files:
	sysutils/monit/patches: patch-configure patch-net_c 
	                        patch-socket_c 

Log message:
upgrade to monit 4.2.1

There exists security vulnerabilites in the monit HTTP interface,
which could allow an attacker in the worst case to gain root access
to the system. This issue only affect monit if monit is started
with http server support.

From: Robert Nagy <thuglife at bsd dot hu>

No response from MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/13 03:31:06

Modified files:
	audio/opennap/pkg: DEINSTALL PLIST 
	audio/wmtune/pkg: DEINSTALL PLIST 
	audio/xhippo/pkg: DEINSTALL PLIST 
	audio/xmcd/pkg : DEINSTALL PLIST 

Log message:
more @extra support; okay sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/13 04:20:00

Modified files:
	games/angband/pkg: DEINSTALL PLIST 
	games/gtkballs/pkg: DEINSTALL PLIST 
	games/kobodeluxe/pkg: DEINSTALL PLIST 
	games/moria/pkg: DEINSTALL PLIST 
	games/oilwar/pkg: DEINSTALL PLIST 
	games/rocksndiamonds/pkg: DEINSTALL PLIST 
	games/sarien/pkg: DEINSTALL PLIST 
	games/toppler/pkg: DEINSTALL PLIST 
	games/tornado/pkg: DEINSTALL PLIST 
	games/wanderer/pkg: DEINSTALL PLIST 
	games/zangband/pkg: DEINSTALL PLIST 

Log message:
@extra joins the game..s; fix some pasto while here;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/13 06:07:07

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

Log message:
fix null pointer dereference when trying to read+clear non-existent memory
log; spotted by mpech@


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/13 08:03:44

Modified files:
	databases/p5-DBD-Pg: Makefile distinfo 
	databases/p5-DBD-Pg/pkg: PLIST 

Log message:
Long overdue update to a modern version 1.32


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/13 08:37:26

Modified files:
	www/mod_perl   : Makefile distinfo 
	www/mod_perl/pkg: PLIST 
Removed files:
	www/mod_perl/patches: patch-src_modules_perl_mod_perl_c 

Log message:
Update to 1.29.

Patch to set perl_destruct_level to -1 no longer appears required. Tested with
perl 5.8.2 on i386. Typical problems used to include failed restarts via SIGHUP
which have now gone away.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/13 11:04:49

Modified files:
	include        : paths.h 

Log message:
Add /dev/fd/ and /var/empty/; ok henning@ and krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/13 11:27:48

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

Log message:
use standard options list, and slightly rearrange the page;
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/13 11:56:54

Modified files:
	usr.sbin/tcpdump: print-ike.c 

Log message:
Cleanup and more careful payload parsing.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 12:04:10

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
unfortunately we have to wait a little if the nic does not have a link and
check again, theo help & ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/13 12:36:58

Modified files:
	audio/aumix    : Makefile 

Log message:
by popular request, switch to gtk+2; from Robert Nagy <thuglife@bsd.hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/13 13:38:37

Modified files:
	www/reportmagic: Makefile distinfo 
	www/reportmagic/patches: patch-Install_PL patch-rmagic_pl 
	www/reportmagic/pkg: PLIST 

Log message:
update to 2.21 and unbreak; from Sam Smith <S@mSmith.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/13 14:23:59

Modified files:
	textproc/urlview: Makefile 
	textproc/urlview/pkg: DEINSTALL INSTALL PLIST 

Log message:
- add @extra support
- INSTALL,DEINSTALL cleanup
- s,/etc,${SYSCONFDIR},g in the man page as well..
okay sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/13 15:07:48

Modified files:
	audio/abcde    : Makefile distinfo 
	audio/abcde/patches: patch-abcde 

Log message:
upgrade to abcde 2.1.19

- also removes the external dependency on wget by using
ftp(1) instead.

From: Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/13 15:27:02

Modified files:
	www/analog/pkg : DEINSTALL PLIST 
	www/jesred/pkg : DEINSTALL PLIST 
	www/junkbuster/pkg: DEINSTALL INSTALL PLIST 
	www/mycalendar/pkg: DEINSTALL PLIST 
	www/wwwcount/pkg: DEINSTALL PLIST 
	www/wwwoffle/pkg: DEINSTALL PLIST 

Log message:
more @extra fun ...


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/13 15:48:15

Modified files:
	sbin/isakmpd   : if.c 

Log message:
Add missing #include.  Found by Stefan Paletta.

ok henning@ ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 15:51:18

Modified files:
	sbin/restore   : dirs.c extern.h tape.c 

Log message:
fix restore so that it can actually restore files larger than 4GB by
changing the type of "size" to off_t in getfiles() plus little dependent
type cleanup, from Daniel Lucq <daniel@lucq.org>
ok tdeval@ millert@ otto@


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/13 15:54:27

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
user/group _dhcp, reminder and ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 16:53:29

Modified files:
	usr.sbin/bgpd  : session.c session.h 

Log message:
parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store in
the peer struct, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 16:55:01

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

Log message:
print the MP capabilities as the neighbor announced in the show neighbor
display, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 17:16:17

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

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/13 17:23:02

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

Log message:
Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l',
not 'f', since PostScript can contain binary data.  From FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 17:40:45

src/usr.sbin/dhcpd

Update of /cvs/src/usr.sbin/dhcpd
In directory cvs.openbsd.org:/tmp/cvs-serv30342/dhcpd

Log Message:
Directory /cvs/src/usr.sbin/dhcpd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 17:41:49

Added files:
	usr.sbin/dhcpd : Makefile alloc.c bootp.c bpf.c cdefs.h 
	                 conflex.c confpars.c convert.c db.c dhcp.c 
	                 dhcp.h dhcpd.8 dhcpd.c dhcpd.cat8 dhcpd.conf 
	                 dhcpd.conf.5 dhcpd.conf.cat5 dhcpd.h 
	                 dhcpd.leases.5 dhcpd.leases.cat5 dhctoken.h 
	                 dispatch.c errwarn.c hash.c hash.h icmp.c 
	                 inet.c inet.h memory.c options.c osdep.h 
	                 packet.c parse.c print.c site.h sysconf.h 
	                 tables.c tree.c tree.h version.h 

Log message:
may the whacking begin


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 17:57:50

Modified files:
	usr.sbin/dhcpd : conflex.c confpars.c db.c dhcp.c dhcpd.c 
	                 dhcpd.h dispatch.c memory.c parse.c tree.c 
	                 tree.h 

Log message:
time_t and kill a few dumb defines


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 17:59:19

Modified files:
	usr.sbin/dhcpd : osdep.h 
Removed files:
	usr.sbin/dhcpd : site.h 

Log message:
sure a good idea to include 100 lines of comments Just Because...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 18:01:19

Modified files:
	usr.sbin/dhcpd : osdep.h 

Log message:
we want bpf only


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 18:06:25

Modified files:
	usr.sbin/dhcpd : dhcpd.h 

Log message:
dhcpd may know about a thousand strange things to get packets onto the wire,
but we do not care for them, really


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 18:20:25

Modified files:
	usr.sbin/dhcpd : alloc.c 

Log message:
cheat to KNF and ansi this: take the one from dhclient and add back the
few missing functions


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 18:24:51

Modified files:
	usr.sbin/dhcpd : dhcpd.h 
Removed files:
	usr.sbin/dhcpd : osdep.h 

Log message:
bye bye


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/13 18:32:37

Modified files:
	faq            : faq14.html 

Log message:
disklabel and fdisk -> disklabel(8) and fdisk(8) in section headings.
Remove semi-bogus and misleading comment about BIOS support.
Replace "fdisk fd0" example (???) with something more plausable, fix
indentation.
Suggest "fdisk -u" instead of "update" command to install MBR code.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/13 18:34:36

Modified files:
	faq            : index.html 

Log message:
Sync fdisk/disklabel -> fdisk(8)/disklabel(8) for faq14.html


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 18:56:02

Modified files:
	usr.sbin/dhcpd : conflex.c dhcpd.c dhcpd.h dispatch.c hash.c 
	                 icmp.c packet.c tree.c 
Removed files:
	usr.sbin/dhcpd : cdefs.h sysconf.h 

Log message:
more crap bites the dust


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 19:09:52

Modified files:
	usr.sbin/dhcpd : dhcp.h dhcpd.h dhctoken.h tree.h 
Removed files:
	usr.sbin/dhcpd : hash.h inet.h 

Log message:
fold in 10liners and clean up other .hs a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 19:27:49

Modified files:
	usr.sbin/dhcpd : convert.c inet.c options.c parse.c tables.c 

Log message:
the ones from dhclient do, and they're already KNF'd and annsified...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 20:13:37

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

Log message:
don't print half a terminal worth of vixie advertising at startup and in usage


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 20:18:41

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

Log message:
remove pidfile gunk, use daemon, and get rid of some debugging crap


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/13 21:02:20

Modified files:
	faq            : index.html 

Log message:
Add OpenSSH FAQ link, requested by dtucker@.  While in neighborhood,
standardize wording on PF User's Guide, shorten AnonCVS link (it wrapped
oddly in Mozilla-fire*).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/04/13 21:17:04

Modified files:
	databases/freetds: Makefile distinfo 
	databases/freetds/pkg: PLIST 

Log message:
freetds-0.62.3


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/04/13 21:53:00

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 21:59:17

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

Log message:
less pathetic usage(), and I felt free to remove the helpfull
/* print usage message */


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 22:13:58

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

Log message:
getopt


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 22:21:33

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

Log message:
KNF, ansi and such


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/13 22:34:19

Modified files:
	usr.sbin/dhcpd : bootp.c confpars.c db.c dhcp.c dhcpd.c dhcpd.h 
	                 dispatch.c icmp.c memory.c print.c tree.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 22:42:50

Removed files:
	usr.sbin/dhcpd : dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5 

Log message:
king bula sez those are bula


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/13 22:44:22

Modified files:
	usr.sbin/dhcpd : icmp.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/13 22:45:23

Removed files:
	usr.sbin/dhcpd : version.h 

Log message:
useless too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/13 22:47:00

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new vr (loki@animata.net) and em (henric/marco)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/13 22:47:10

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/13 22:48:57

Modified files:
	sys/dev/pci    : if_vr.c 
	share/man/man4 : vr.4 

Log message:
new vr; loki@animata.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/13 23:23:57

Modified files:
	net/samba/stable/pkg: PLIST 

Log message:
don't install man pages for programs that are not built on openbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/13 23:34:15

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
with IPv6, udp checksum is mandatory.  henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/14 01:06:15

Modified files:
	include        : netdb.h 
	lib/libc/net   : getaddrinfo.3 getaddrinfo.c 

Log message:
implement RFC3493 AI_NUMERICSERV.  tedu ok


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/14 01:18:07

Modified files:
	pt             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/14 01:18:50

Modified files:
	fr             : 34.html cvsup.html cvsync.html donations.html 
	                 errata.html errata32.html errata33.html 
	                 events.html hppa.html hppa64.html index.html 
	                 mac68k.html pkg-stable.html 
Added files:
	fr             : errata34.html pkg-stable34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/04/14 01:36:00

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
consistency fixes from Martin Reindl <mreindl at catai.org>
ok nick@.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/14 01:56:40

Modified files:
	lib/libc/time  : strftime.3 

Log message:
Document %v.  ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/14 02:07:15

Modified files:
	misc/amanda/pkg: DEINSTALL PLIST 
	misc/cdrchive/pkg: DEINSTALL PLIST 
	misc/xcdroast/pkg: DEINSTALL PLIST 
	x11/gentoo/pkg : DEINSTALL PLIST 
	x11/pwm/pkg    : DEINSTALL PLIST 

Log message:
another few @extra'z;


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/14 02:27:57

Log message:
    Initial import of twiki.
    
    TWiki is a flexible and powerful web-based collaboration platform
    that allows you to run a dynamic intranet site, a project development
    space, a document management system, a knowledge base, an issue
    tracking system and many other groupware application.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Apr-14
    
    N ports/www/twiki/Makefile
    N ports/www/twiki/distinfo
    N ports/www/twiki/pkg/DESCR
    N ports/www/twiki/pkg/PLIST
    N ports/www/twiki/pkg/INSTALL
    N ports/www/twiki/pkg/DEINSTALL
    N ports/www/twiki/patches/patch-bin_setlib_cfg
    N ports/www/twiki/patches/patch-lib_TWiki_cfg
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/14 02:28:41

Modified files:
	www            : Makefile 

Log message:
+twiki


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/14 03:14:19

Modified files:
	usr.sbin/tcpdump: privsep_pcap.c 

Log message:
Don't forget to move to STATE_RUN if the -w output file is stdout.
ok canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/14 03:27:52

Modified files:
	security/aide/pkg: DEINSTALL PLIST 
	security/cgichk/pkg: DEINSTALL PLIST 
	security/hlfl/pkg: DEINSTALL PLIST 
	security/integrit/pkg: DEINSTALL PLIST 
	security/logsentry/pkg: DEINSTALL PLIST 
	security/p0f/pkg: DEINSTALL PFRAG.mysql PLIST 
	security/portsentry/pkg: DEINSTALL PLIST 
	security/siphon/pkg: DEINSTALL PLIST 

Log message:
@extra fun continues ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/04/14 04:02:34

Modified files:
	audio/esound/pkg: PLIST 
Added files:
	audio/esound/pkg: PFRAG.no-shared 

Log message:
better fix, use PFRAG.no-shared as you would expect.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/14 04:06:04

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

Log message:
remove references to rfc 2553, since 3493 obsoletes it;
ok itojun@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/14 04:44:13

Modified files:
	comms/conserver/pkg: DEINSTALL PLIST 
	comms/minicom/pkg: DEINSTALL PLIST 
	print/a2ps/pkg : DEINSTALL PLIST 
	print/apsfilter/pkg: DEINSTALL PLIST 
	russian/cyrproxy/pkg: DEINSTALL PLIST 
	russian/xruskb/pkg: DEINSTALL PLIST 

Log message:
Yay! @extra todo list is shriking!


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/14 04:51:10

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
Better interface filtering. vlan1 should not match vlan19.
Found by Mike Wolman, ok dhartmei@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/14 05:16:43

Modified files:
	sbin/pfctl     : parse.y pfctl_parser.h 

Log message:
make antispoof work with dynamic addresses. ok dhartmei@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/14 05:26:23

Modified files:
	regress/sbin/pfctl: pf25.in pf25.loaded pf25.ok 

Log message:
antispoof with dynamic addresses wants some test too.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 07:42:54

Modified files:
	sys/arch/mvme88k/dev: pcctwo.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 07:43:13

Modified files:
	sys/arch/mvme88k/dev: bussw.c 

Log message:
Remove unused softc members.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 07:43:48

Modified files:
	sys/arch/mvme88k/include: pmap.h 
	sys/arch/mvme88k/mvme88k: machdep.c pmap.c 

Log message:
Simplify pmap_bootstrap() interface.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/14 08:24:35

Modified files:
	mail/cucipop/pkg: DEINSTALL PLIST 
	mail/exim/pkg  : DEINSTALL PLIST 
	mail/nail/pkg  : DEINSTALL PLIST 
	mail/openwebmail/pkg: DEINSTALL PLIST 
	mail/sma/pkg   : DEINSTALL PLIST 
	mail/solid-pop3d/pkg: DEINSTALL PLIST 
	mail/teapop/pkg: DEINSTALL PLIST 

Log message:
should I say this is more @extra support?


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/04/14 10:58:15

ports/net/cadaver/patches

Update of /cvs/ports/net/cadaver/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21650/patches

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


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/14 11:04:05

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
more SoundBlaster Live ids.

From: NetBSD

ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/14 11:05:27

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/14 11:06:17

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

Log message:
another SoundBlaster Live

From: NetBSD

ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/04/14 11:10:34

Modified files:
	net/cadaver    : Makefile distinfo 
Added files:
	net/cadaver/patches: patch-src_cadaver_c 

Log message:
Changes in release 0.22.1:
* Restore DASL/DeltaV support (GRASE team).
* Fix to only use netrc on first attempt at authentication.
* Update to neon 0.24.5:
- SECURITY (CVE CAN-2004-0179): fix for format string vulnerabilities

Thanks to Robert Nagy for the work.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/14 11:39:00

Modified files:
	.              : mail.html 

Log message:
Mention that we use spamd w/ greylisting now.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2004/04/14 11:49:18

Modified files:
	share/misc     : na.phone 

Log message:
Virginia is VA on VI, and NC is North Carolina, not Carolina


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2004/04/14 11:52:57

Modified files:
	share/misc     : na.phone 

Log message:
Jersey is in fact New Jersey (or Joi'-see depending on accent)


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/04/14 12:21:42

Modified files:
	.              : mail.html 

Log message:
fix pasto; beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/14 12:26:38

Modified files:
	devel/t1lib    : Makefile 
	devel/t1lib/patches: patch-lib_Makefile.in 
	devel/t1lib/pkg: PFRAG.shared PLIST 
Added files:
	devel/t1lib/patches: patch-lib_type1_type1_c 

Log message:
downgrade t1lib back to 5.0.0

5.0.2 seems to cause problems with xpdf


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/14 12:28:12

Modified files:
	devel/t1lib    : distinfo 

Log message:
don't forget this too


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/14 12:39:58

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

Log message:
upgrade libgphoto2 to 2.1.4

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/14 12:41:16

Modified files:
	graphics/gphoto2: Makefile distinfo 

Log message:
upgrade gphoto2 to 2.1.4

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/14 12:59:09

Modified files:
	net/icb/pkg    : DEINSTALL PLIST 
	net/ices/pkg   : DEINSTALL PLIST 
	net/ipband/pkg : DEINSTALL PLIST 
	net/ipcad/pkg  : DEINSTALL PLIST 
	net/iplog/pkg  : DEINSTALL 
	net/irc/pkg    : DEINSTALL PLIST 
	net/jftpgw/pkg : DEINSTALL PLIST 
	net/lftp/pkg   : DEINSTALL PLIST 
	net/netatalk/stable/pkg: DEINSTALL PLIST 
	net/no-ip/pkg  : DEINSTALL 
	net/oidentd/pkg: DEINSTALL PLIST 
	net/oinkmaster/pkg: DEINSTALL PLIST 
	net/poptop/pkg : DEINSTALL PLIST 
	net/pork/pkg   : DEINSTALL PLIST 
	net/proxy-suite/pkg: DEINSTALL PLIST 
	net/queso/pkg  : DEINSTALL PLIST 
	net/totd/pkg   : DEINSTALL PLIST 
	net/trafshow/pkg: DEINSTALL PLIST 
	net/trickle/pkg: DEINSTALL PLIST 
	net/ucd-snmp/pkg: DEINSTALL PLIST 
	net/vsftpd/pkg : DEINSTALL PLIST 
	net/zebra/pkg  : DEINSTALL PLIST 

Log message:
Yes, that's yet another @extra round ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/14 13:07:38

Modified files:
	sysutils/apc-upsd/pkg: DEINSTALL PLIST 
	sysutils/login_ldap/pkg: DEINSTALL PLIST 
	sysutils/upsd/pkg: DEINSTALL PLIST 

Log message:
slowly seing an end ...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/14 13:53:04

Modified files:
	usr.bin/systat : extern.h keyboard.c main.c 

Log message:
wakeup after ^Z did not continue redraws and such.  use own ^Z handler.
ok otto millert


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/14 14:03:05

Modified files:
	sys/crypto     : cryptosoft.c 

Log message:
leak; vgirish at tenet.res.in; via angelos; ok hshoexer, henning, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/14 14:10:04

Modified files:
	sys/netinet    : ip_ipsp.c ip_ipsp.h ip_spd.c 

Log message:
simpler ipsp_aux_match() API; ok henning, hshoexer


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/14 14:14:49

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
prototypes fixup


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/14 14:15:47

Modified files:
	sbin/dhclient  : alloc.c dhcpd.h 

Log message:
turns out more is obsolete now
inspired by diff from Emil Mikulic <emikulic@dmr.ath.cx>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 14:16:52

Modified files:
	sys/arch/mvme88k/include: m88410.h 

Log message:
When trying to program tho 88410, be sure to unmask both flash banks
(as advertized in the comments...)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 14:17:22

Modified files:
	sys/arch/mvme88k/dev: busswreg.h 

Log message:
Get the right address for the BusSwitch external cache control register.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 14:18:18

Modified files:
	sys/arch/mvme88k/include: autoconf.h 
	sys/arch/mvme88k/mvme88k: autoconf.c 

Log message:
Nuke getdevunit(), nothing uses it.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/14 14:22:27

Modified files:
	sbin/dhclient  : alloc.c dhcpd.h options.c tree.c 

Log message:
get rif of the few dmalloc/dfree occurances that were left


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/14 14:30:21

Modified files:
	comms/kermit   : Makefile distinfo 

Log message:
update to 8.0.211 and drop maintainership


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/14 14:37:28

Modified files:
	usr.sbin/mopd/common: cmp.c cmp.h common.h device.c device.h 
	                      dl.c file.c file.h get.c get.h loop-bsd.c 
	                      mopdef.c nma.c pf.c print.c put.c rc.c 

Log message:
4000 lines worth of cleanup, KNF, Knall&Rauch elemination and such
tested by hshoexer, "don't wait for me" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/04/14 14:44:29

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

Log message:
enable all USB devices for which we have support in the tree; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/14 14:46:50

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
syn_cache_get: send RST instead of RST+ACK in response to ACK; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/14 14:52:20

Modified files:
	usr.sbin/lpr/SMM.doc: 5.t 
	usr.sbin/lpr/filters: lpf.c 
	usr.sbin/lpr/lpd: printjob.c 
	usr.sbin/lpr/lpr: lpr.c 

Log message:
Pass the job name to the input filter via the -j flag.  Some filters
(like foomatic) expect to be able to pass information from lpr via
the job name.  OK beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/14 15:36:41

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

Log message:
make it compile


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/14 15:48:43

Removed files:
	editors/kxmleditor/patches: patch-part_dlgxmlchardata_cpp 
	                            patch-part_dlgxmlelement_cpp 
	                            patch-part_dlgxmlprocinstr_cpp 

Log message:
kevlo, test before you commit!!!!


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/04/14 16:00:35

Modified files:
	lib/libedit    : editline.3 

Log message:
remove an extra occurence of the word `succeeds'

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/14 16:33:07

Modified files:
	devel/kdbg     : Makefile 
	editors/kxmleditor: Makefile 
	graphics/gwenview: Makefile 

Log message:
don't try to build on archs without shared libs


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 16:33:28

Modified files:
	sys/arch/mvme88k/dev: syscon.c 

Log message:
Correctly register syscon interrupt handlers.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/14 17:05:54

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

Log message:
rework USB section - enable all supported devices, shift/add coments to others; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 17:06:18

Modified files:
	sys/arch/mvme88k/dev: vme.c 
	sys/arch/mvme88k/include: mvme188.h 

Log message:
After enough checks on real hardware, it turns out the documentation is wrong,
for once - SCON in GLOBAL1 on MVME188 is an SCON*, thus low if the board is
the system controller.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 17:06:57

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

Log message:
If resetting a MVME188 which is not system controller, only trigger a local
reset.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/14 17:27:12

Modified files:
	sys/arch/mvme88k/dev: syscon.c 

Log message:
Way too much include files here...


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/14 17:48:36

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

Log message:
correct umidi(4) entry; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/14 17:55:06

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
user/group _mopd for, well, mopd. theo ok


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/14 18:00:30

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
new user/group mopd (yes, the blabla is a bit ahead of time)


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/14 18:15:32

Modified files:
	sys/arch/amd64/amd64: conf.c 

Log message:
Fix urio(4) entry, MAKEDEV was correct already; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/14 18:22:42

Modified files:
	sys/arch/i386/i386: trap.c 
	sys/kern       : kern_sysctl.c exec_conf.c 
	sys/sys        : exec.h 
	sys/compat/freebsd: freebsd_exec.c freebsd_exec.h 
	sys/compat/linux: linux_exec.c linux_exec.h 
	sys/compat/netbsd: netbsd_exec.c 

Log message:
rework access to emulations slightly in an effort to both merge and
separate exec format from emulation.  consistent naming of freebsd emuls.
not much in the way of functional changes yet.
testing and ok deraadt@ and others along the way.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/14 18:23:17

Modified files:
	sbin/sysctl    : sysctl.c 

Log message:
new world order for emulations.  adjust, and become more robust.
testing ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/14 18:27:40

Modified files:
	sbin/isakmpd   : isakmpd.8 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/14 18:36:38

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

Log message:
use the shiny new _PATH_VAREMPTY


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/14 18:43:43

Added files:
	www/php4/extensions/patches: patch-ext_standard_exec_c 

Log message:
use (void*) NULL in execl to make sure it's 64-bit where it needs to be


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/14 20:59:22

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
allow TCP packet with IPv4 option (we have been dropping these).
simplify some of the codepath by using IP6_EXTHDR_GET.  markus ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/14 21:37:43

Log message:
    libbt-1.01, c reimplementation of the bittorrent core protocols
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-14
    
    N ports/devel/libbt/distinfo
    N ports/devel/libbt/Makefile
    N ports/devel/libbt/pkg/DESCR
    N ports/devel/libbt/pkg/PLIST
    N ports/devel/libbt/patches/patch-src_Makefile_in
    N ports/devel/libbt/patches/patch-src_peer_c
    N ports/devel/libbt/patches/patch-src_context_c
    N ports/devel/libbt/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/14 21:39:26

Modified files:
	devel          : Makefile 

Log message:
+libbt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/14 21:41:14

Modified files:
	net/BitTorrent : Makefile 

Log message:
drop maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/14 21:45:03

Modified files:
	www/twiki/pkg  : DEINSTALL PLIST 

Log message:
add @extra


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/14 23:59:23

Modified files:
	cad/klogic     : Makefile 

Log message:
- don't try to build on archs without shared libs
- style


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/15 00:23:14

Modified files:
	net/silc-server/pkg: PLIST 

Log message:
also remove user/group


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/15 01:34:11

Modified files:
	mail/milter-regex/pkg: DEINSTALL PLIST 
	www/ffproxy/pkg: DEINSTALL PLIST 
	www/squid/pkg  : DEINSTALL PLIST 

Log message:
@extraaaaaaaaaaaaaaaaa ...
ok dhartmei@ jolan@ brad@ for their respective port;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/15 02:29:28

Modified files:
	sbin/ancontrol : ancontrol.8 

Log message:
typos from Jared Yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/15 02:34:20

Modified files:
	usr.sbin/dhcpd : dhcpd.8 dhcpd.c dhcpd.conf.5 dhcpd.leases.5 

Log message:
- trim/update AUTHORS
- standard options list and correct SYNOPSIS for dhcpd(8)
- sync usage()

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/15 02:34:49

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

Log message:
user bus_dmamap_load_mbuf and set rcvif on receive


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/15 02:41:44

Modified files:
	sys/arch/mvme88k/dev: cl.c 

Log message:
Remove orphaned CLCD_DO_POLLED_INPUT code.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/15 02:45:04

Modified files:
	sys/dev/mii    : miidevs 

Log message:
a plessey phy as found on some pnics


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/15 02:45:19

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

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/15 02:58:33

Modified files:
	net/ddclient/pkg: DEINSTALL PLIST 
	security/stunnel/pkg: DEINSTALL PLIST 
	www/squid/pkg  : PLIST 

Log message:
catch @extra escapers ...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/15 02:59:48

Modified files:
	sbin/dhclient  : dhclient.conf.5 dhclient.leases.5 
	                 dhcp-options.5 

Log message:
more AUTHORS update;
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/15 03:26:34

Modified files:
	sys/kern       : Tag: OPENBSD_3_4 kern_exec.c 

Log message:
MFC:
Fix by tedu@

don't leak memory on error, from Patrick Latifi

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2004/04/15 04:28:37

Modified files:
	net/icbirc     : Makefile distinfo 

Log message:
update to 1.7, generate responses to IRC client PINGs (irssi does that),
from David Gwynne


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/15 06:05:34

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
Unbreak INET6less kernels.
ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/15 06:34:42

Modified files:
	sys/arch/mvme88k/dev: dartreg.h 

Log message:
Nuke unneeded definitions.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/15 06:35:20

Modified files:
	sys/arch/mvme88k/dev: cl.c dart.c 

Log message:
constify baud rate to hardware parameters structures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/15 06:40:45

Modified files:
	audio/lame     : Makefile distinfo 
	audio/lame/pkg : PLIST 

Log message:
update to v3.96; from Robert Nagy


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/15 09:44:56

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

Log message:
Provide a frame for DDB in copy{in,out}{,str} funcs


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/15 09:45:47

Modified files:
	sys/arch/i386/i386: Tag: SMP trap.c 

Log message:
Remove bogus P_BIGLOCK test, copyin is called before biglock acquired in syscall


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/15 11:16:33

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

Log message:
connect(2) can set errno = EPROTOTYPE for unix domain sockets.  OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/15 12:13:07

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

Log message:
Prevent another instance of syslogd from unlinking log sockets that
are already in use.  Found by mpech@, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/15 12:39:30

Modified files:
	sbin/isakmpd   : app.c app.h attribute.c attribute.h cert.c 
	                 cert.h conf.c conf.h connection.c connection.h 
	                 constants.c constants.h cookie.c cookie.h 
	                 crypto.c crypto.h dh.c dh.h dnssec.c dnssec.h 
	                 doi.c doi.h exchange.h field.c field.h 
	                 genconstants.sh genfields.sh gmp_util.c 
	                 gmp_util.h hash.c hash.h if.c if.h 
	                 ike_aggressive.c ike_aggressive.h ike_auth.c 
	                 ike_auth.h ike_main_mode.c ike_main_mode.h 
	                 ike_phase_1.c ike_phase_1.h ike_quick_mode.c 
	                 ike_quick_mode.h init.c init.h ipsec.c ipsec.h 
	                 ipsec_doi.h isakmp.h isakmp_cfg.c isakmp_cfg.h 
	                 isakmp_doi.c isakmp_doi.h isakmpd.c key.c key.h 
	                 libcrypto.c libcrypto.h log.c log.h math_2n.c 
	                 math_2n.h math_ec2n.c math_ec2n.h math_group.c 
	                 math_group.h math_mp.h message.c message.h 
	                 monitor.c monitor.h monitor_fdpass.c 
	                 pf_key_v2.c pf_key_v2.h policy.c policy.h prf.c 
	                 prf.h sa.c sa.h 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/sysdep/openbsd: keynote_compat.c sysdep.c 

Log message:
partial move to KNF.  More to come.  This has happened because there
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our standard
auditing process.  ok ho hshoexer


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/15 12:53:57

Modified files:
	sbin/isakmpd   : conf.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/15 13:23:46

Modified files:
	audio/xmms     : Makefile distinfo 
	audio/xmms/patches: patch-Input_cdaudio_cdaudio_c 
	                    patch-Output_sun_audio_c patch-aclocal_m4 
	                    patch-configure_in 
	                    patch-libxmms_configure_in 
	                    patch-xmms_getopt_c patch-xmms_main_c 
	audio/xmms/pkg : PFRAG.shared PLIST 
Added files:
	audio/xmms/patches: patch-libxmms_aclocal_m4 patch-ltmain_sh 
Removed files:
	audio/xmms/patches: patch-Input_cdaudio_cddb_c 
	                    patch-Input_mikmod_drv_xmms_c 
	                    patch-Output_Makefile_am 
	                    patch-Output_Makefile_in 
	                    patch-Output_sun_Makefile_in 
	                    patch-Output_sun_configure_c patch-README 
	                    patch-Visualization_blur_scope_config_c 
	                    patch-xmms_plugin_h patch-xmms_pluginenum_c 
	                    patch-xmms_visualization_c 

Log message:
Update to 1.2.10; from new maintainer Robert Nagy <thuglife@bsd.hu>.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/15 13:52:18

Modified files:
	lib/libc/sys   : chmod.2 execve.2 getpriority.2 gettimeofday.2 
	                 mmap.2 mprotect.2 msync.2 pathconf.2 recv.2 
	                 select.2 semget.2 sigaction.2 socket.2 stat.2 
	                 write.2 

Log message:
various improvements to lists and displays:

.Pp removal
-compact removal for displays
other list/display errors


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/15 14:20:56

Modified files:
	sbin/isakmpd   : conf.c 

Log message:
more knf; ok hshoexer


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/15 14:26:08

Modified files:
	editors/ee     : Makefile distinfo 

Log message:
update to 1.4.6; from Robert Nagy <thuglife@bsd.hu>; ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/15 14:46:07

Modified files:
	sysutils/lsof  : Makefile 

Log message:
homepage is dead, from FreeBSD via Robert Nagy


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/15 15:16:35

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

Log message:
Fix incorrect error message (rx dma map, not tx).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/15 15:35:07

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

Log message:
Remove more dead code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/15 15:36:00

Modified files:
	sys/arch/mvme88k/dev: nvram.c sram.c 
	sys/arch/mvme88k/include: conf.h 

Log message:
Since *ramread and *ramwrite are the same code, really, factorize them a la
memread/memwrite.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 15:42:54

Modified files:
	usr.sbin/mopd/mopd: mopd.c process.c 

Log message:
chroot and drop privileges to _mopd:_mopd after initialization.
testing and ok hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/15 15:47:13

Modified files:
	usr.sbin/dhcpd : tree.c tree.h 

Log message:
knf + ansi

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 15:57:04

Modified files:
	usr.sbin/dhcpd : db.c bootp.c 

Log message:
cleaning; from pedro


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/15 16:22:22

Modified files:
	usr.sbin/dhcpd : parse.c print.c 

Log message:
knf + ansi

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 17:17:20

Modified files:
	usr.sbin/dhcpd : bpf.c 

Log message:
dhcpd actually does not listen on port 68 ...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 17:20:24

Modified files:
	usr.sbin/dhcpd : db.c 

Log message:
do not close and re-open the leases file all the time, instead open it once
and rewind as neccessary


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 17:20:42

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

Log message:
chroot and drop privileges after startup


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/15 18:14:03

Modified files:
	databases/mysql: Makefile 
Added files:
	databases/mysql/patches: patch-scripts_mysqlbug_sh 

Log message:
Fix a tmpfile/symlink issue with mysqlbug.

http://marc.theaimsgroup.com/?l=bugtraq&m=108023246916294&w=2

Fix from MySQL BitKeeper repo via Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/15 18:21:18

Modified files:
	databases/mysql: Tag: OPENBSD_3_4 Makefile 
Added files:
	databases/mysql/patches: Tag: OPENBSD_3_4 
	                         patch-scripts_mysqlbug_sh 

Log message:
Fix a tmpfile/symlink issue with mysqlbug.

http://marc.theaimsgroup.com/?l=bugtraq&m=108023246916294&w=2

Fix from MySQL BitKeeper repo via Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/15 18:39:03

Modified files:
	www/squid/patches: patch-configure_in 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/15 18:48:45

Modified files:
	x11/mplayer    : Tag: OPENBSD_3_4 Makefile 
Added files:
	x11/mplayer/patches: Tag: OPENBSD_3_4 patch-libmpdemux_http_c 

Log message:
Plug remote buffer overflow and bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/15 19:04:00

Modified files:
	www/squid      : Tag: OPENBSD_3_4 Makefile distinfo 
	www/squid/patches: Tag: OPENBSD_3_4 patch-configure_in 
	                   patch-src_cf_data_pre 
	www/squid/pkg  : Tag: OPENBSD_3_4 PLIST 

Log message:
MFC:
upgrade to Squid 2.5.STABLE5 + latest patches

A bug in Squid that allows users to bypass certain access controls.
Squid versions 2.5.STABLE4 and earlier contain a bug in the "%xx"
URL decoding function. It may insert a NULL character into decoded
URLs, which may allow users to bypass url_regex ACLs.

http://www.squid-cache.org/Advisories/SQUID-2004_1.txt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/15 22:30:09

Modified files:
	usr.sbin/dhcpd : dhcp.c dhcpd.c dispatch.c inet.c memory.c 
	                 print.c tree.c 

Log message:
a bunch of knf, ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 22:41:49

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

Log message:
in the neighbor view, add support for local/remote addr beeing v6 ones


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 22:47:19

Modified files:
	usr.sbin/bgpd  : session.c session.h log.c 

Log message:
make log_conn_attempt work in an address family independent matter


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 22:51:09

Modified files:
	usr.sbin/bgpd  : control.c 

Log message:
use getpeerbyaddr() instead of using the v4 part of the af independent
struct manually


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/15 22:52:05

Modified files:
	sys/arch/alpha/include: intr.h 

Log message:
provide MI splaudio(); ok miod
from RATT


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/15 22:52:26

Modified files:
	usr.sbin/bgpd  : session.c session.h 

Log message:
let getpeerbyip work for both v4 and v6


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/15 22:53:17

Modified files:
	sys/dev        : audio_if.h 

Log message:
remote splaudio hack, now that all architectures that need it,
have it in MI includes; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/16 00:06:46

Modified files:
	sys/arch/mvme88k/dev: vme.c 

Log message:
When the abort button is pressed on 1x7, do not invoke the trap handler twice.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/16 00:20:24

Modified files:
	sys/arch/mvme88k/dev: vme.c 

Log message:
During bootup, only print the VMEChip2 decoder settings for those which are
enabled.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/16 01:03:04

Modified files:
	gnu/usr.bin/cvs/src: client.c modules.c 

Log message:
- a malicious server may send path names that translate out of the
local cvs tree on the client, enabling the server to overwrite files
on the client.

- a client may read files outside the repository using the -p flag
with the checkout command.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/16 04:48:39

Modified files:
	lib/libc/gen   : confstr.3 getcap.3 readpassphrase.3 syslog.3 
	lib/libc/locale: setlocale.3 
	lib/libc/net   : getifaddrs.3 
	lib/libc/ohash : ohash_init.3 ohash_interval.3 
	lib/libc/time  : tzset.3 

Log message:
more display/list fixes, and a little whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/04/16 07:08:54

Modified files:
	net/neon       : Makefile distinfo 
	net/neon/pkg   : PFRAG.shared 

Log message:
update to net/neon to 0.24.5:
SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in
XML/207 response handling, reported by greuff@void.at.

From Robert Nagy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 09:06:48

Modified files:
	net/crawl/patches: patch-configure 

Log message:
fix build; from Robert Nagy <thuglife@bsd.ru>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 09:08:24

Added files:
	graphics/libgphoto2/patches: patch-camlibs_aox_aox_c 
	                             patch-camlibs_aox_library_c 

Log message:
fix build with gcc2.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 10:38:58

Modified files:
	.              : INDEX 

Log message:
sync, 2588 packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 11:26:17

Modified files:
	security/john  : Makefile distinfo 

Log message:
update to 1.6.37; from Robert Nagy <thuglife@bsd.hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/16 11:55:13

Modified files:
	sys/kern       : sysv_shm.c 

Log message:
not a pasto.  ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/16 14:27:05

Added files:
	net/bnc/patches: patch-send_c 

Log message:
fix va_arg types violations
- char gets promoted to int
- short gets promoted to int


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	2004/04/16 14:55:33

Modified files:
	.              : press.html 

Log message:
onlamp.com interview, ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/16 15:23:09

Modified files:
	share/man/man1 : cd.1 
	share/man/man4 : ahc.4 pci.4 yds.4 
	share/man/man4/man4.hppa: intro.4 
	share/man/man4/man4.vax: le.4 
	share/man/man5 : hosts.equiv.5 
	share/man/man7 : ports.7 
	share/man/man9 : bus_space.9 mbuf.9 md5.9 printf.9 

Log message:
list/display fixes, and whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/16 15:23:30

Modified files:
	net/gtk-gnutella: Makefile 

Log message:
ensure the correct man page directory is chosen


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/16 15:28:19

Modified files:
	devel/p5-Devel-SmallProf: Makefile distinfo 

Log message:
update to 1.15;
From: MAINTAINER Srebrenko Sehic <haver at insecure.dk>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 16:17:14

Log message:
    Import Apache::Test 1.09, submitted by Michael Coulter <mjc@bitz.ca>.
    
    Apache::Test is a wrapper around the standard Test.pm
    with helpers for testing an Apache server.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040417
    
    N ports/www/p5-Apache-Test/Makefile
    N ports/www/p5-Apache-Test/distinfo
    N ports/www/p5-Apache-Test/pkg/DESCR
    N ports/www/p5-Apache-Test/pkg/PLIST
    N ports/www/p5-Apache-Test/patches/patch-Makefile_PL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 16:18:49

Modified files:
	www            : Makefile 

Log message:
+p5-Apache-Test


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/16 16:25:41

Modified files:
	openssh        : users.html 

Log message:
Novell Netware now uses OpenSSH


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 16:32:27

Modified files:
	www/p5-libapreq: Makefile distinfo 
	www/p5-libapreq/pkg: PLIST 

Log message:
update to 1.3; from new maintainer Michael Coulter <mjc@bitz.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/16 16:41:50

Modified files:
	sys/ufs/ufs    : ufs_lookup.c 

Log message:
fix niklas's panic and pr3672 with freebsd rev 1.54 (don't trust DIRSIZ)
extra testing otto@ sturm@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/16 16:42:48

Modified files:
	sys/arch/i386/conf: DISKLESS 
	sys/arch/vax/conf: NANCY VOX 

Log message:
remove #GATEWAY junk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/16 16:50:23

Modified files:
	bin/pax        : ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c 
	                 ftree.c options.c pat_rep.c pax.c sel_subs.c 
	                 tar.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/16 16:51:48

Removed files:
	sys/arch/vax/conf: NANCY VOX 

Log message:
bye bye, because miod wants a clean shack as much as i do


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/04/16 16:54:48

Modified files:
	sys/arch/mac68k/dev: if_ae.c 

Log message:
probe correct amount of RAM on cards that have 64KB memory
>From: NetBSD
tested by Martin Reindl and nick@.
ok nick@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/16 17:06:56

Modified files:
	usr.bin/netstat: mbuf.c 

Log message:
print clusters, not pages.  half from millert@  ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/16 17:32:44

Modified files:
	sys/arch/mvme88k/dev: cl.c dart.c 

Log message:
Do not register console as CN_NORMAL priority if we are not in cdevsw[].

Also, in cl, print the correct device name instead of hardcoded cl0 in
various diagnostic/warning messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/16 17:35:53

Modified files:
	sys/arch/mvme88k/dev: vme.c vme.h vs.c 
	sys/arch/mvme88k/include: locore.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
When a VMEBus device needs to use two interrupt vectors, be nice and let it
actually use two distinct vectors, rather than twice the same.

Because of this, print vector last in vmeprint() so that dmesg remains pretty
in the multi-vector case.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/16 17:36:27

Modified files:
	sys/arch/mvme88k/dev: vx.c 

Log message:
Do not attach if we could not get an interrupt.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/16 17:36:48

Modified files:
	sys/arch/mvme88k/dev: pcctwo.c syscon.c sysconreg.h 

Log message:
Bounds check PCC2 and SYSCON interrupt vectors.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/16 18:09:01

Modified files:
	sys/altq       : if_altq.h 
	sys/net        : if.h if.c if_ethersubr.c if_arcsubr.c 
	                 if_atmsubr.c if_fddisubr.c if_tokensubr.c 

Log message:
add a congestion indicator to if_queue. It is set when the input queue
is full, along with a timer that unsets it again after 10ms.
The input queue beeing full is a reliable indicator for CPU overload, and
this flag allows other subsystems to cope with the situation.
hacked with beck
ok kjc@ markus@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/16 18:13:36

Modified files:
	sys/net        : pf.c 

Log message:
when the input queue congestion flag is set stop evaluating the ruleset
and block unconditionally.
when the inout queue is full, newly arriving packets are dropped anyway,
and while the input queue is full we obviously have a CPU laod problem.
with this change, we allow the machine to recover gracefully, dropping a few
packets fast instead of a lot slowly over a long time while processing rather
old stuff in the input queue, giving somebody a chance to log in on the
console and fix stuff instead of going completely unresponsive, and as a nice
side effect, let established connections alone.
ok kjc@ markus@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/16 19:49:50

Modified files:
	devel/p5-BSD-Resource: Makefile distinfo 

Log message:
maintenance update to 1.24; from Dan Weeks <danimal@danimal.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/16 22:19:33

Modified files:
	sys/net        : if_atmsubr.c 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/17 03:57:59

Modified files:
	devel/p5-Time-Piece: Makefile distinfo 

Log message:
update to 1.08;
from MAINTAINER Gerardo Santana Gomez Garrido <santana at openbsd.org.mx>


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/17 04:18:12

Modified files:
	sys/kern       : uipc_mbuf.c 

Log message:
Don't forget to apply the M_CLUSTER flag when copying flags in m_pullup2().
Fixes pr3740. Confirmed with pb@, ok markus@.


CVSROOT:	/cvs
Module name:	www
Changes by:	tom@cvs.openbsd.org	2004/04/17 04:27:45

Modified files:
	openssh        : users.html 

Log message:
s/Netware/NetWare/

ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/04/17 04:33:50

Added files:
	www/php4/patches: patch-ext_standard_exec_c 
Removed files:
	www/php4/extensions/patches: patch-ext_standard_exec_c 

Log message:
put this patch where it'll make a difference


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/17 04:39:10

Log message:
    Import of Net-Wake-0.02
    
    This package sends wake-on-lan (AKA magic) packets to turn on machines
    that are wake-on-lan capable.
    
    Submitted and maintained by Okan Demirmen <okan at demirmen.com>
    
    okay sturm@.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Apr-17
    
    N ports/net/p5-Net-Wake/distinfo
    N ports/net/p5-Net-Wake/Makefile
    N ports/net/p5-Net-Wake/pkg/PLIST
    N ports/net/p5-Net-Wake/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/17 04:40:18

Modified files:
	net            : Makefile 

Log message:
+ p5-Net-Wake


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/04/17 05:26:59

Modified files:
	www/php4       : Makefile.inc 
	www/php4/core  : distinfo 
	www/php4/extensions: distinfo 
Removed files:
	www/php4/extensions/patches: patch-ext_curl_curl_c 
	                             patch-ext_xslt_config_m4 

Log message:
update to php-4.3.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/17 06:02:09

Modified files:
	net/cvsync     : Makefile distinfo 
	net/cvsync/pkg : PLIST 

Log message:
Update to 0.24.15.  Notable changes:
- The cvsync2cvsup utility, which converts a CVSync scanfile to one
in the CVSup format, has been added.
- A sample file for the FreeBSD CVS repository has been added.
- Some reliability improvements.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/17 08:05:16

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

Log message:
update from jared yanovich;


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 10:40:31

Modified files:
	hu             : alpha.html amd64.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 10:40:41

Modified files:
	openssh/hu     : report.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/17 10:42:12

Log message:
    Import OSSP uuid 1.0.0; submitted by Robert Nagy <thuglife@bsd.hu>.
    
    OSSP uuid is a ISO-C application programming interface (API) and
    corresponding command line interface (CLI) for the generation of DCE
    1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
    (UUID).
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040417
    
    N ports/devel/uuid/Makefile
    N ports/devel/uuid/distinfo
    N ports/devel/uuid/pkg/DESCR
    N ports/devel/uuid/pkg/PFRAG.shared
    N ports/devel/uuid/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/17 10:43:09

Modified files:
	devel          : Makefile 

Log message:
+uuid


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/17 11:52:03

Modified files:
	share/man/man4 : puc.4 
	sys/dev/pci    : pcidevs pucdata.c 

Log message:
exsys EX41098


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/17 11:52:09

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/17 11:53:47

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

Log message:
oops, it is on the 2nd ID


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 12:21:33

Modified files:
	de             : crypto.html donations.html items.html mail.html 
	                 mvme68k.html plat.html report.html tshirts.html 
	                 vax.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 12:22:00

Modified files:
	pl             : 34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/04/17 12:36:48

Modified files:
	devel/happy    : Makefile distinfo 
	devel/happy/pkg: PLIST 
Removed files:
	devel/happy/patches: patch-configure 

Log message:
update to happy-1.14
from maintainer Don Stewart <dons at cse.unsw.edu.au>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 12:38:24

Modified files:
	openssh/de     : history.html java.html manual.html openbsd.html 
	                 palmos.html press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 12:52:00

Modified files:
	faq/de         : faq7.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 13:32:25

Modified files:
	ja             : 34.html anoncvs.html books.html checklist.html 
	                 crypto.html cvsup.html cvsync.html 
	                 donations.html errata.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html events.html ftp.html hppa64.html 
	                 i386.html index.html items.html mail.html 
	                 orders.html plat.html press.html products.html 
	                 report.html security.html translation.html 
	                 tshirts.html want.html 
Added files:
	ja             : errata34.html pkg-stable34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 13:32:55

Modified files:
	openssh/ja     : faq.html features.html ftp.html goals.html 
	                 history.html index.html list.html manual.html 
	                 palmos.html press.html report.html 
	                 security.html unix.html users.html windows.html 
Added files:
	openssh/ja     : macos.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 13:33:21

Modified files:
	faq/ja         : faq1.html faq10.html faq14.html faq2.html 
	                 faq7.html index.html upgrade-minifaq.html 
Added files:
	faq/ja         : upgrade-old.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/17 13:33:33

Modified files:
	faq/pf/ja      : rdr.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/17 13:44:28

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
new user/group _tftpd, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/17 13:45:44

Modified files:
	libexec/tftpd  : tftpd.c 

Log message:
no no no nobody, _tftpd is better, theo ok


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/17 13:56:02

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
and another new user...


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/17 14:09:42

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
my spelink sucks


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/17 14:10:55

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

Log message:
-w uses [[:<:]] and [[:>:]], not \< and \>,
and it's documented in re_format(7), not ex(1);

from jared yanovich;
ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/17 14:30:41

Modified files:
	share/man/man9 : vaccess.9 vclean.9 vcount.9 vdevgone.9 
	                 vfinddev.9 vflush.9 vget.9 vgone.9 vhold.9 
	                 vinvalbuf.9 vn_lock.9 vput.9 vrecycle.9 vref.9 
	                 vrele.9 vwaitforio.9 

Log message:
lots of fixes from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/17 17:47:18

Modified files:
	share/man/man4/man4.hppa: io.4 

Log message:
note a chip used in tr cards


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/17 17:50:09

Modified files:
	share/man/man4/man4.hppa: io.4 

Log message:
betterer


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/17 17:54:47

Modified files:
	share/man/man4/man4.hppa: lasi.4 

Log message:
c* and j* are the same, also add saic thing


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/17 18:04:35

Modified files:
	share/man/man4/man4.hppa: io.4 

Log message:
705/710 have timber graphics


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/17 18:25:22

Modified files:
	sys/arch/vax/vax: intvec.s 

Log message:
typo in a comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:28:59

Modified files:
	x11/xfce4/applications: Makefile.inc 
	x11/xfce4/applications/xfcalendar: Makefile distinfo 
	x11/xfce4/applications/xfcalendar/pkg: PLIST 
	x11/xfce4/applications/xfce4-iconbox: distinfo 
	x11/xfce4/applications/xfce4-iconbox/pkg: PLIST 
	x11/xfce4/desktop: Makefile.inc 
	x11/xfce4/desktop/xfce-mcs-manager: distinfo 
	x11/xfce4/desktop/xfce-mcs-manager/pkg: PLIST 
	x11/xfce4/desktop/xfce-mcs-plugins: distinfo 
	x11/xfce4/desktop/xfce-mcs-plugins/pkg: PLIST 
	x11/xfce4/desktop/xfce-utils: distinfo 
	x11/xfce4/desktop/xfce-utils/patches: patch-scripts_Makefile_in 
	                                      patch-scripts_xinitrc 
	x11/xfce4/desktop/xfce-utils/pkg: PLIST 
	x11/xfce4/desktop/xfce4-panel: distinfo 
	x11/xfce4/desktop/xfce4-panel/patches: patch-Makefile_in 
	x11/xfce4/desktop/xfce4-panel/pkg: PLIST 
	x11/xfce4/desktop/xfdesktop: distinfo 
	x11/xfce4/desktop/xfdesktop/patches: patch-Makefile_in 
	x11/xfce4/desktop/xfdesktop/pkg: PLIST 
	x11/xfce4/desktop/xffm: distinfo 
	x11/xfce4/desktop/xffm/patches: gcc-patch-src_Makefile_in 
	x11/xfce4/desktop/xffm/pkg: PLIST 
	x11/xfce4/desktop/xfprint: distinfo 
	x11/xfce4/desktop/xfprint/pkg: PLIST 
	x11/xfce4/desktop/xfwm4: Makefile distinfo 
	x11/xfce4/desktop/xfwm4/pkg: PLIST 
	x11/xfce4/libraries: Makefile.inc 
	x11/xfce4/libraries/libxfce4mcs: distinfo 
	x11/xfce4/libraries/libxfce4util: distinfo 
	x11/xfce4/libraries/libxfce4util/pkg: PLIST 
	x11/xfce4/libraries/libxfcegui4: distinfo 
	x11/xfce4/libraries/libxfcegui4/pkg: PFRAG.shared 
	x11/xfce4/plugins: Makefile.inc 
	x11/xfce4/plugins/xfce4-mixer: distinfo 
	x11/xfce4/plugins/xfce4-mixer/pkg: PLIST 
	x11/xfce4/plugins/xfce4-systray: distinfo 
	x11/xfce4/plugins/xfce4-toys: distinfo 
	x11/xfce4/plugins/xfce4-toys/pkg: PLIST 
	x11/xfce4/plugins/xfce4-trigger-launcher: distinfo 
	x11/xfce4/plugins/xfce4-trigger-launcher/pkg: PLIST 
	x11/xfce4/plugins/xfce4-weather-plugin: Makefile 
	x11/xfce4/themes: Makefile.inc 
	x11/xfce4/themes/gtk-xfce-engine-2: Makefile distinfo 
	x11/xfce4/themes/xfce4-artwork: Makefile 
	x11/xfce4/themes/xfce4-themes: Makefile distinfo 
	x11/xfce4/themes/xffm-icons: Makefile distinfo 
	x11/xfce4/themes/xfwm4-themes: Makefile distinfo 
Removed files:
	x11/xfce4/desktop/xfce-utils/patches: 
	                                      patch-xfce4-about_Makefile_in 

Log message:
4.0.5


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/17 18:30:33

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

Log message:
dhcpd may be invoked without any interface given


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:32:12

ports/graphics/ffmpeg/files

Update of /cvs/ports/graphics/ffmpeg/files
In directory cvs.openbsd.org:/tmp/cvs-serv18824/files

Log Message:
Directory /cvs/ports/graphics/ffmpeg/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:36:22

Modified files:
	graphics/ffmpeg: Makefile 
	graphics/ffmpeg/patches: patch-configure 
	                         patch-libavcodec_Makefile 
	                         patch-libavformat_Makefile 
	graphics/ffmpeg/pkg: DESCR PFRAG.shared PLIST 
Added files:
	graphics/ffmpeg/files: grab_bsdbktr.c 
	graphics/ffmpeg/patches: patch-libavformat_audio_c 

Log message:
experimental bktr(4) support, from freebsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:41:03

Modified files:
	graphics/libmpeg2: Makefile distinfo 
	graphics/libmpeg2/patches: patch-configure 
	graphics/libmpeg2/pkg: PFRAG.shared PLIST 
Added files:
	graphics/libmpeg2/patches: patch-Makefile_in 

Log message:
update to 0.4.0b


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:42:14

Modified files:
	x11/vlc        : Makefile distinfo 
	x11/vlc/patches: patch-include_vlc_config_h 
	x11/vlc/pkg    : PLIST 

Log message:
update to 0.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:42:58

Removed files:
	x11/vlc/patches: patch-modules_codec_ffmpeg_ffmpeg_c 

Log message:
forgot to remove this..  yes that's right, i blame myself, not cvs.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/17 18:43:27

Modified files:
	usr.sbin/dhcpd : bootp.c confpars.c db.c dhcp.c dhcpd.c dhcpd.h 
	                 dispatch.c icmp.c memory.c parse.c print.c 
	                 tables.c tree.c 

Log message:
various knf; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/17 18:49:29

Modified files:
	sys/dev/ic     : siop.c 
	sys/scsi       : scsi_base.c scsiconf.c scsiconf.h 

Log message:
Restore siop's (and possibly others) ability to negotiate tags/wide/sync by
reverting to a single (short) INQUIRY command during probe. Compensate in siop
by trying PPR on all targets on SCSI-3 buses and falling back to WDTR/SDTR if
PPR rejected.

Problem found by mickey@. Tested on a wide variety of devices by Marco.

ok marco@ deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 18:58:31

Modified files:
	databases/dbh  : Makefile distinfo 

Log message:
update to 1.0.18, from robert nagy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/17 18:59:52

Modified files:
	usr.sbin/dhcpd : confpars.c 

Log message:
more knf


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 19:04:28

Modified files:
	devel/libbt    : Makefile 

Log message:
uses makedepend, noticed by michael coulter


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/17 19:14:54

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

Log message:
Fix cut/paste typo in error message.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/17 19:19:07

Modified files:
	usr.sbin/dhcpd : bootp.c confpars.c db.c dispatch.c 

Log message:
more KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/17 19:32:41

Modified files:
	usr.sbin/dhcpd : bootp.c dhcp.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 20:01:26

Log message:
    import imlib2-1.1.0, an image manipulation library
    
    from/maintained by francois briere, tweaks by robert nagy and myself
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-17
    
    N ports/graphics/imlib2/Makefile
    N ports/graphics/imlib2/distinfo
    N ports/graphics/imlib2/patches/patch-configure
    N ports/graphics/imlib2/patches/patch-src_Makefile_in
    N ports/graphics/imlib2/patches/patch-src_rgba_c
    N ports/graphics/imlib2/pkg/DESCR
    N ports/graphics/imlib2/pkg/PLIST
    N ports/graphics/imlib2/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 20:03:38

Log message:
    libcaca 0.9, color ascii art library
    
    from/maintained by robert nagy, tweaks by me
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-17
    
    N ports/graphics/libcaca/Makefile
    N ports/graphics/libcaca/distinfo
    N ports/graphics/libcaca/patches/patch-Makefile_in
    N ports/graphics/libcaca/patches/patch-src_graphics_c
    N ports/graphics/libcaca/pkg/DESCR
    N ports/graphics/libcaca/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/17 20:05:19

Modified files:
	graphics       : Makefile 

Log message:
+imlib2,libcaca


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/17 20:26:43

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/cats/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 

Log message:
unify the whole USB section with the already-improved i386 GENERIC


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/17 20:28:05

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

Log message:
unify USB section with i386 GENERIC, but leave "midi at umidi" commented out
while an issue is being resolved


CVSROOT:	/cvs
Module name:	src
Changes by:	henric@cvs.openbsd.org	2004/04/17 22:15:01

Modified files:
	sys/dev/pci    : if_em.c if_em.h if_em_hw.c if_em_hw.h 
	                 if_em_osdep.h 

Log message:
Sync with FreeBSD's "em".


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/18 00:41:11

Modified files:
	databases/p5-DBD-SQLite: Makefile 
	devel/uuid     : Makefile 
	graphics/libcaca: Makefile 
	misc/ccze      : Makefile 
	misc/mc        : Makefile 
	net/bnc        : Makefile 
	security/pwgen : Makefile 
	sysutils/colortail: Makefile 
	x11/xawtv      : Makefile 

Log message:
change my MAINTAINER address to @openbsd.org
ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/18 02:50:33

Modified files:
	databases/gnats/pkg: DEINSTALL PLIST 

Log message:
@extra; ok sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/18 03:21:04

Modified files:
	textproc/openjade: Makefile 

Log message:
find sgml catalog file

anil is busy and says "if you think it makes sense, go ahead"


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/18 03:22:53

Modified files:
	print/jadetex  : Makefile 
	print/jadetex/pkg: PLIST 

Log message:
be consistent with the other ports and use texmf-local

anil is busy and says "if you think it makes sense, go ahead"


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/18 04:44:05

Modified files:
	net/p5-Net-ICal/pkg: PLIST 

Log message:
don't install empty man pages

ok maintainer Sam Smith <S at msmith.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/18 05:10:40

Modified files:
	faq            : upgrade-minifaq.html 
	etc            : master.passwd 

Log message:
spelling error by henning who cannot commit from near kamloops; openbsd@rukh.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/18 05:54:10

Modified files:
	graphics/glut/patches: patch-lib_glsmap_Imakefile 
	                       patch-lib_glut_Imakefile 
	                       patch-lib_mui_Imakefile 
Added files:
	graphics/glut/patches: patch-man_glut_glutStrokeWidth_man 

Log message:
fix glutStrokeWidth and glutStrokeLength man page with help from jmc@
regen patches while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/18 06:05:31

Added files:
	net/p5-Net-Amazon/patches: patch-lib_Net_Amazon_Request_Sort_pm 

Log message:
fix manpage

from maintainer Sam Smith <S at msmith.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/18 06:13:58

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.3/patches: patch-configure_in 
Added files:
	lang/python/2.1/patches: patch-Modules_makesetup 
	lang/python/2.2/patches: patch-Modules_makesetup 
	lang/python/2.3/patches: patch-Modules_makesetup 

Log message:
- teach makesetup about -pthread
- better pthread handling in configure
- find python binary when running regression tests, even when no python
is installed

from maintainer Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/04/18 06:31:52

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
seperation -> separation


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/18 08:19:02

Modified files:
	audio/xmms     : Makefile 
	audio/xmms/patches: patch-Output_sun_audio_c 

Log message:
- change my MAINTAINER address to @openbsd.org
- don't change O_RDWR to O_WRONLY
in audio.c because O_RDWD is fine now
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/18 09:08:28

Modified files:
	mail/nail      : Makefile 

Log message:
- project has moved to SourceForge
- remove obsolete autotools kludge


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/18 10:41:40

Modified files:
	sys/netinet    : ipsec_input.c 

Log message:
pass esp/ah/ipcmp to rawip if processing is disabled with sysctl;
allows userland ipsec; tested by sturm@; ok deraadt@, ho@, hshoexer@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/18 11:21:13

Modified files:
	games/sdlzombies: Makefile 
	games/gtkpool  : Makefile 
	devel/sdl      : Makefile 

Log message:
remove post-patch kludges now done in bsd.port.mk; reminded by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/18 11:34:18

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

Log message:
In cpu_startup(), move the memory size computations to allocsys() instead
of unrolling the logic.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/18 11:38:37

Modified files:
	net/dc_gui     : Makefile 
	net/dctc       : Makefile 
	x11/fluxbox    : Makefile 
	editors/nano   : Makefile 

Log message:
remove obsolete autotools kludge


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/18 12:00:18

Modified files:
	distrib/notes/sparc64: hardware 

Log message:
add supported USB devices; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/18 12:22:21

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
zap comment; han@mijncomputer.nl


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/04/18 12:31:31

Modified files:
	.              : sparc64.html 

Log message:
add USB devices (mark some as post-3.5), clean up; ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/18 12:31:55

Modified files:
	devel/p5-Devel-StackTrace: Makefile distinfo 

Log message:
Update to 1.11; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/18 13:08:55

Modified files:
	devel/p5-Params-Validate: Makefile distinfo 
	devel/p5-Params-Validate/pkg: PLIST 

Log message:
update to 0.74; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/18 13:14:38

Modified files:
	sysutils/tentakel: Makefile 
	sysutils/tentakel/pkg: PLIST 
Added files:
	sysutils/tentakel/patches: patch-py_setup_py 
	sysutils/tentakel/pkg: DEINSTALL INSTALL 

Log message:
- make it use the python module
- @extra'fy
MAINTAINER timeout ........... okay sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/18 13:51:40

Modified files:
	devel/p5-Exception-Class: Makefile distinfo 

Log message:
update to 1.19; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/18 13:53:41

Modified files:
	www/p5-HTML-Mason: Makefile distinfo 
	www/p5-HTML-Mason/pkg: PLIST 

Log message:
update to 1.26; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/18 13:55:47

Modified files:
	lang/expect    : Makefile 

Log message:
take a flying guillotine to the autotools kludge, pointed out by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/18 14:02:09

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

Log message:
Do not dereference NULL stupidly in trap() when checking if a process needs
its stack to grow (sync with other m68k ports, which are safe).


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/04/18 14:09:57

Modified files:
	net/p5-Net-DNS : Makefile distinfo 
	net/p5-Net-DNS/pkg: PLIST 

Log message:
update to Net-DNS-0.47


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/18 14:19:53

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

Log message:
... and do not pass a NULL map to uvm_fault() either.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/04/18 14:43:48

Modified files:
	databases/p5-DBD-mysql: Makefile 

Log message:
use number from distname in pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/18 14:58:45

Modified files:
	graphics/libungif: Makefile 

Log message:
- don't need --enable-static
- remove auto* tools kludge; reminded by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/18 17:10:26

Modified files:
	usr.bin/ssh    : readconf.c readconf.h ssh-keysign.c ssh.c 

Log message:
perform strict ownership and modes checks for ~/.ssh/config files, as these
can be used to execute arbitrary programs; ok markus@

NB. ssh will now exit when it detects a config with poor permissions


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/04/18 17:20:28

Modified files:
	graphics/gtksee: Makefile 

Log message:
rm post-patch kludge, bad master_site, and myself as maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/18 17:24:01

Log message:
    xlcip-0.08, command line interface to X selections
    
    maintained by ilya voronin
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-apr-18
    
    N ports/x11/xclip/Makefile
    N ports/x11/xclip/distinfo
    N ports/x11/xclip/pkg/DESCR
    N ports/x11/xclip/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/18 17:26:20

Modified files:
	x11            : Makefile 

Log message:
+xclip


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/18 17:33:17

Modified files:
	net/ifstat     : Makefile distinfo 

Log message:
update to 1.1, from maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	etoh@cvs.openbsd.org	2004/04/18 19:06:39

Modified files:
	gnu/usr.bin/gcc/gcc: protector.c 

Log message:
fix mysql bug: http://bugs.mysql.com/bug.php?id=1442
changed the order of array relocation with the depth first order of variable scope.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	etoh@cvs.openbsd.org	2004/04/18 19:09:00

Modified files:
	gnu/egcs/gcc   : protector.c 

Log message:
fix mysql bug: http://bugs.mysql.com/bug.php?id=1442
changed the order of array relocation with the depth first order of variable sco
pe.

ok pvalchev@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/18 19:35:23

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/04/18 20:23:00

Modified files:
	.              : want.html 

Log message:
i was given a h(um)ppa


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/18 23:48:53

Modified files:
	sys/dev/ieee1394: fwscsi.c 

Log message:
allow this to compile after the tags/wide/sync SCSI fix went in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/19 00:42:23

Modified files:
	converters/p5-Convert-ASN1: Makefile distinfo 

Log message:
upgrade to 0.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/19 00:45:10

Modified files:
	devel/p5-Class-MethodMaker: Makefile distinfo 
	devel/p5-Class-MethodMaker/pkg: PLIST 

Log message:
update to 2.02


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/19 00:48:46

Modified files:
	devel/p5-Data-Flow: Makefile distinfo 

Log message:
upgrade to 0.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/19 01:20:37

Modified files:
	textproc/p5-String-Approx: Makefile distinfo 

Log message:
update to 3.23


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/19 01:31:34

Modified files:
	textproc/p5-String-Similarity: Makefile distinfo 

Log message:
update to 1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/04/19 02:42:25

Modified files:
	net/mldonkey/snapshot: Makefile distinfo 
	net/mldonkey/snapshot/patches: patch-config_Makefile_in 
	                               patch-config_configure 

Log message:
update to 2.5.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/19 03:43:50

Modified files:
	databases/sqsh/pkg: DEINSTALL PLIST 
	devel/cvsgraph/pkg: DEINSTALL PLIST 
	net/pdnsd/pkg  : DEINSTALL PLIST 
	net/radiusd-cistron/pkg: DEINSTALL PLIST 

Log message:
another few @extra'z...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 04:01:54

Modified files:
	bin/ed         : ed.1 

Log message:
correct path to usd docs;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 04:17:18

Modified files:
	usr.bin/mail   : mail.1 main.c 

Log message:
- sort SYNOPSIS
- remove a load of unnecessary quoting and some groff cruft
- sort options list
- add usd doc to SEE ALSO
- sync usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 04:26:10

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

Log message:
tidy up a list;
move `.Ts OR Ns 'ing' and `.Em or Ns 'ing' -> `OR'ing';


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 04:44:39

Modified files:
	bin/csh        : csh.1 

Log message:
point people to usd doc;


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/04/19 05:37:20

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/19 05:59:46

Modified files:
	comms/kermit   : distinfo 

Log message:
distfile was re-rolled with Mac OS X changes and documentation updates


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 06:25:42

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
options sort and update for sess_id;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/19 07:02:40

Modified files:
	usr.bin/ssh    : ssh.1 ssh_config.5 

Log message:
document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2004/04/19 07:28:55

Modified files:
	openssh        : index.html portable.html 
Added files:
	openssh/txt    : release-3.8.1p1 

Log message:
portable OpenSSH 3.8.1p1 released


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/04/19 07:36:50

Modified files:
	audio/wsoundserver: Makefile 

Log message:
needed by aclocal


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/19 07:55:01

Modified files:
	openssh        : report.html 

Log message:
Update tracking bug for post-3.8.1p1, add link to fixed-in-current bugs


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 10:10:10

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

Log message:
remove double entry;

from NetBSD (-r1.15);
ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 10:12:14

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
kill whitespace at eol;


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/04/19 11:05:59

Modified files:
	usr.sbin/dhcpd : dhcp.c 

Log message:
Catch negative lease times.  From openbsd@nerd-marrow.com in PR 2888,
which this closes (though the PR was for usr.sbin/dhcpd/server/).

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 11:48:29

Modified files:
	etc            : master.passwd 

Log message:
some naming cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/19 11:48:31

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

Log message:
Don't complain when the /nonexistent homedir does not exist.
Based on a patch from Sam Smith.  henning@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/19 12:21:09

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

Log message:
Remove unused stuff; give error message if the db cannot be openened; set
exit code.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/19 12:29:17

Modified files:
	usr.bin/awk    : awk.1 
	usr.bin/lex    : flex.1 

Log message:
point people to usd/psd docs;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/04/19 12:57:55

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

Log message:
move -e '//d' around so that it's more readable...
... and add the missing one that was noticed by jolan@ !


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/19 15:42:39

Modified files:
	gnu/usr.bin/gcc/gcc: tree.h rtl.h integrate.c protector.c 

Log message:
some gcc3/propolice --enable-checking fixes:

- dont use DECL_INLINE to alter a VAR_DECL inline flag.  This trips
off gcc3's FUNCTION_DECL assert.  Define DECL_VAR_INLINE and
use that instead.

- RTX_INTEGRATE_P isnt expecting to see a PLUS code, which pp adds.

ok etoh@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/19 15:51:49

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

Log message:
fix idiot typo that i introduced in my last commit;
spotted by cschneid AT cschneid.com


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/04/19 16:26:23

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

Log message:
Report when VIA AES is present, even if we're not going to use it because
CRYPTO is not defined

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 16:35:31

Modified files:
	sys/kern       : uipc_socket2.c 

Log message:
sys/sys/socketvar.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 16:38:39

Modified files:
	sys/sys        : socketvar.h 
	sys/kern       : uipc_socket2.c 

Log message:
this is only a work in progress, we can perfect afterwards, but it is time
to get some experience with these ideas.
add sbcheckreserve() api; called by accepting sockets.  if over 95% of
mbuf clusters are busy, consider this a resource starvation just like the
other reasons for accept failing.  also, if over 50% of mbuf clusters are
busy, shrink recv & send sockbuf reserves to "the minimum".


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 16:39:07

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
also use sbcheckreserve() for setsockopt of SO_SNDBUF and SO_RCVBUF


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/19 16:52:33

Modified files:
	sys/kern       : kern_sysctl.c uipc_mbuf.c 
	sys/sys        : sysctl.h 
	sys/uvm        : uvm_extern.h uvm_init.c uvm_km.c uvm_km.h 

Log message:
introduce a new km_page allocator that gets pages from kernel_map using
an interrupt safe thread.
use this as the new backend for mbpool and mclpool, eliminating the mb_map.
introduce a sysctl kern.maxclusters which controls the limit of clusters
allocated.
testing by many people, works everywhere but m68k.  ok deraadt@

this essentially deprecates the NMBCLUSTERS option, don't use it.
this should reduce pressure on the kmem_map and the uvm reserve of static
map entries.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/19 16:54:07

Modified files:
	distrib/notes/amd64: hardware 
	distrib/notes/cats: hardware 
	distrib/notes/i386: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/sparc64: hardware 

Log message:
document wi(4) at USB; ok miod


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/04/19 16:55:23

Modified files:
	.              : i386.html 

Log message:
add USB wi(4) adapters to wireless devices list; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 16:55:51

Modified files:
	sys/arch/alpha/include: param.h 
	sys/arch/amd64/include: param.h 
	sys/arch/arm/include: param.h 
	sys/arch/hppa/include: param.h 
	sys/arch/i386/include: param.h 
	sys/arch/mvme88k/include: param.h 
	sys/arch/powerpc/include: param.h 
	sys/arch/sparc/include: param.h 
	sys/arch/sparc64/include: param.h 
	sys/arch/vax/include: param.h 

Log message:
remove the GATEWAY junk thingy; at the same time, select a new fat
cluster value that noone will really need to crank.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 17:29:03

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

Log message:
remove the GATEWAY junk thingy; at the same time, select a new fat
cluster value that noone will really need to crank.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/19 17:33:46

Modified files:
	usr.sbin/bind/lib/isc/unix: privsep_fdpass.c 

Log message:
include string.h for memset, canacar@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/19 18:27:57

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

Log message:
don't allow the port to be changed here either


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/19 19:45:30

Modified files:
	audio/mpg123   : Makefile 
	audio/mpg123/patches: patch-Makefile patch-audio_esd_c 

Log message:
- sync w/update-patches
- respect CFLAGS
- let this at least compile on hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/19 21:46:19

Modified files:
	usr.sbin/dhcpd : dhcpd.8 dhcpd.leases.5 

Log message:
remove lies about the leases file and its handling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 21:52:36

Modified files:
	usr.sbin/dhcrelay: dhcpd.h dhcrelay.c 
Removed files:
	usr.sbin/dhcrelay: tree.h 

Log message:
tree.h is not used at all


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/19 21:58:14

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

Log message:
there are lies, damn lies, and isc dhcpd manpages


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/19 22:12:46

Modified files:
	usr.sbin       : Makefile 
	usr.sbin/dhcp  : Makefile 

Log message:
switch to new dhcrelay, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/19 22:19:00

Modified files:
	usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c dispatch.c 

Log message:
more shrinking; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/19 23:35:33

Modified files:
	usr.sbin/dhcpd : confpars.c dhcp.c dhcpd.h dispatch.c icmp.c 
	                 memory.c print.c tree.c 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/19 23:57:17

Modified files:
	usr.sbin       : Makefile 

Log message:
switch to new dhcpd, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/20 00:39:05

Modified files:
	share/man/man4 : options.4 gre.4 
	share/man/man8 : afterboot.8 

Log message:
GATEWAY and NMBCLUSTERS are dead.  ok beck@ deraadt@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/20 00:41:47

Modified files:
	lib/libc/gen   : sysctl.3 

Log message:
kern.maxclusters.  ok beck@ deraadt@ jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/20 01:15:39

Modified files:
	.              : translation.html 

Log message:
translator removed due to inactivity and bouncing mails for half a year.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/20 01:30:09

Modified files:
	fr             : mail.html sparc64.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/20 03:39:36

Modified files:
	sys/uvm        : uvm_km.c 

Log message:
set uvm_km_pages_lowat to 128; unbreaks mbuf allocation;
tested by jmc, brad, hshoexer


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/04/20 06:32:53

Modified files:
	devel/gputils/patches: patch-gpal_gpal_c 

Log message:
dont take sizeof(pointer) for length to strlcpy/strlcat


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/20 07:06:27

Modified files:
	net/py-curl    : Makefile distinfo 
	net/py-curl/patches: patch-setup_py 
	net/py-curl/pkg: PLIST 

Log message:
update to 7.11.1 (sync with net/curl recent update)
maintainer timeout .... okay sturm@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/20 09:04:10

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

Log message:
protect from multiple inclusion; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/20 09:05:18

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

Log message:
enable umidi, now that the include issue has been fixed
USB section now in sync with the rest


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/04/20 10:28:36

Modified files:
	sys/dev/usb    : umct.c 
	share/man/man4 : umct.4 

Log message:
Belkin F5U109; from NetBSD, ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/20 11:06:20

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

Log message:
Disable FFS_SOFTUPDATES too, from form@pdp-11.org.ru
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/04/20 11:12:57

Modified files:
	distrib/notes/mac68k: install 

Log message:
be more precise about devices creation since the "Build Devices" part
only builds a minimal tree of device and that you still have to ``cd /dev &&
./MAKEDEV all'' to generate all the available device nodes to finish the
installation.
>From: Martin Reindl <mreindl at catai.org>
okay nick@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/20 11:38:42

Modified files:
	databases/p5-DBI: Makefile distinfo 
	databases/p5-DBI/pkg: PLIST 

Log message:
update to 1.42; from new maintainer Michael Coulter <mjc@bitz.ca>; ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/20 12:11:12

Modified files:
	www/p5-Apache-DBI: Makefile distinfo 

Log message:
update to 0.94; from maintainer Ben Lovett <ben@tilderoot.com>; ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/20 13:11:35

Modified files:
	mail/isync     : Makefile distinfo 
	mail/isync/pkg : PLIST 
Added files:
	mail/isync/patches: patch-configure patch-src_imap_c 
	                    patch-src_main_c patch-src_sync_c 
Removed files:
	mail/isync/patches: patch-config_c patch-isync_h patch-main_c 

Log message:
update to isync 0.9.2

from rich cannings and maintainer Dan Harnett <danh at openbsd.org>


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/20 13:37:54

Modified files:
	.              : translation.html 

Log message:
email of Douglas Santos changed due to his own request


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/20 13:41:22

Modified files:
	pt             : translation.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/20 13:59:54

Log message:
    Import www6to4 1.5; submitted by Michael Coulter <mjc@bitz.ca>.
    
    www6to4 is a simple proxy for providing access to IPv6 to IPv4-only
    browsers.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040420
    
    N ports/www/www6to4/Makefile
    N ports/www/www6to4/distinfo
    N ports/www/www6to4/pkg/DEINSTALL
    N ports/www/www6to4/pkg/INSTALL
    N ports/www/www6to4/pkg/PLIST
    N ports/www/www6to4/pkg/DESCR
    N ports/www/www6to4/patches/patch-www6to4_c
    N ports/www/www6to4/patches/patch-www6to4_forward_conf
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/20 14:01:14

Modified files:
	www            : Makefile 

Log message:
+www6to4


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/20 14:05:29

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

Log message:
add tcps_rcvacktooold; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/04/20 14:56:48

Modified files:
	usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c packet.c 

Log message:
get rid of the -p switch, use fixed values for server and client ports,
rename port variables for clarity.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/04/20 15:05:15

Modified files:
	usr.sbin/dhcrelay: bpf.c 

Log message:
set write filter and lock the bpf descriptor after configuration.
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/04/20 15:57:54

Modified files:
	devel/libgtop2 : Makefile 

Log message:
Bye-bye autotools kludge... prodded by naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/20 16:36:17

Modified files:
	textproc/openjade: Makefile 
Added files:
	textproc/openjade/patches: gcc-patch-style_Makefile.sub 
Removed files:
	textproc/openjade/patches: patch-style_Makefile.sub 

Log message:
only use this workaround with gcc2


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/20 17:01:09

Modified files:
	usr.sbin/dhcpd : Makefile 
Added files:
	usr.sbin/dhcpd : dhcp-options.5 

Log message:
add back manpage that was forgotten during the switch, catched by and ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/20 17:20:07

Modified files:
	lib/libutil    : util.h pw_init.3 passwd.c shlib_version 

Log message:
Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.
This allows an application to only update a password entry if it is
in the state it expects.  Additionally, if the old passwd struct
is specified the new one may have a different pw_name field since
matching is done on the original.  Adapted from FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/20 17:21:23

Modified files:
	lib/libutil    : check_expire.c 
	libexec/rpc.yppasswdd: yppasswdd_mkpw.c 
	usr.bin/chpass : chpass.c 
	usr.bin/passwd : local_passwd.c 

Log message:
Adapt to new pw_copy() API, closes PR 3698.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/20 18:02:11

Modified files:
	faq            : faq11.html 

Log message:
Remove some bad stuff...  NMBCLUSTERS gets people into serious trouble,
as does BUFCACHEPERCENT.  Removed.  Added note about the ModeLine
section being (usually) unneeded now, but left in because there are some
rare exceptions.  Renumber sections to bring back into order.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/20 18:16:12

Modified files:
	net/hping      : Makefile distinfo 
Added files:
	net/hping/patches: patch-libpcap_stuff_c patch-rtt_c 
	                   patch-waitpacket_c 

Log message:
Update to 2.0.0rc2 from Chris Kuethe <ckuethe@ualberta.ca>:
"I've been running this for quite some time now, and it plays much
nicer with machines with multiple interfaces that come and go.
Also, the traceroute mode seems a lot more accurate."

LP64 fixes from yours truly.

ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/20 19:44:34

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

Log message:
fix the error message in case the _dhcp user does not exist


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/20 19:46:35

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

Log message:
fix _dhcp use nonexistant error message here too


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/20 20:11:30

Modified files:
	faq            : faq2.html 

Log message:
Updates.  oh, and dmesg, dammit!


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/20 21:04:14

Modified files:
	devel/libusb   : Makefile 

Log message:
don't attempt to build SGML documentation; ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/20 22:42:26

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/pkg: PFRAG.shared 

Log message:
update to 2.6.9; ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 01:30:38

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

Log message:
cleanup and guess some models based on descriptions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 01:30:55

Modified files:
	sys/arch/hppa/dev: cpudevs.h cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 01:36:03

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

Log message:
fix fcmp parsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 01:59:47

Modified files:
	usr.sbin/dhcpd : dhcp-options.5 

Log message:
sync AUTHORS w/ other dhcpd pages;
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 02:00:51

Modified files:
	usr.sbin/dhcpd : dhcpd.leases.5 

Log message:
missing comma;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 02:04:04

Modified files:
	lib/libutil    : pw_init.3 

Log message:
kill whitespace at eol;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 02:11:16

Modified files:
	bin/csh/USD.doc: csh.1 csh.2 csh.3 csh.4 csh.g 

Log message:
- add margin when formatting w/ -Tascii
- update doc w/ reality
- grammar/punctuation fixes

Thanks Todd Miller, who provided feedback, fixed some buggy examples,
fixed some of my blunders, and sanity checked the diff (and ok'd it);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 02:19:45

Modified files:
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 

Log message:
- point people to smm docs
- remove some .Pp and -compact from displays
- remove groff cruft
- add space

ok millert@ (the first part anyway)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 02:21:42

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

Log message:
point people to usd doc;
ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 02:30:26

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

Log message:
guess some from different funky lists found in google, intial guess by weissmanndude


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 02:31:02

Modified files:
	sys/arch/hppa/dev: cpudevs.h cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 02:56:08

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

Log message:
fix old typo


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 02:56:21

Modified files:
	sys/arch/hppa/dev: cpudevs.h cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 03:04:07

Modified files:
	bin/csh        : csh.1 

Log message:
correct way to specify a numeric argument to pushd is `+n', not `n';
from NetBSD (-r1.43);


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/04/21 03:11:58

Modified files:
	usr.sbin/dhcpd : bootp.c bpf.c dhcp.c dhcpd.c dhcpd.h packet.c 

Log message:
filter writes and lock bpf descriptor, ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/21 03:33:08

Modified files:
	sys/arch/i386/i386: Tag: SMP vm_machdep.c machdep.c 

Log message:
After countless hours of chasing data corruption, I finally
found the missing TLB shootdowns.  And then I see I missed a NetBSD commit
made in 2000 that fixed this! Arrrgh!!!


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/21 03:36:12

Modified files:
	sys/kern       : Tag: SMP kern_synch.c 

Log message:
remove unused sleep func. def. comment on a seemingly hanging splx


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/04/21 03:40:50

Modified files:
	sys/kern       : Tag: SMP kern_exit.c kern_proc.c 
	sys/sys        : Tag: SMP mplock.h proc.h 

Log message:
deadproc mgmt is outside biglock, make its lock a real one


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/21 03:41:20

Modified files:
	www/wwwoffle/pkg: PLIST 

Log message:
dont remove .pid files here ..


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/21 05:11:19

Modified files:
	www/squid      : Makefile distinfo 

Log message:
Add 2 more distribution patches. One of them fixes an issue if using
Digest authentication. Users can crash Squid with a segmentation fault
simply by entering a blank user name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/21 05:14:43

Modified files:
	www/squid      : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
MFC:
Add 2 more distribution patches. One of them fixes an issue if using
Digest authentication. Users can crash Squid with a segmentation fault
simply by entering a blank user name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/21 05:20:19

Modified files:
	sysutils       : Makefile 
Removed files:
	sysutils/cfengine: Makefile distinfo 
	sysutils/cfengine/patches: patch-aa patch-ac patch-ad patch-ae 
	                           patch-af patch-ag patch-ah patch-ai 
	                           patch-aj 
	sysutils/cfengine/pkg: DESCR PLIST 

Log message:
over 2 yrs with no update, bye bye.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/21 05:36:06

Modified files:
	x11/xfstt      : Makefile 

Log message:
mark BROKEN, DoS issue. does anyone actually use this?


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/04/21 06:56:30

Modified files:
	net/tightvnc   : Makefile 
	net/tightvnc/pkg: PLIST 

Log message:
install man page for vncserver, maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/21 07:17:49

Modified files:
	usr.bin/make   : main.c make.1 

Log message:
- correct SYNOPSIS
- add missing options to usage() and slight sync
- point people to psd doc


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/04/21 09:24:15

Log message:
    Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k and CMU Mach.
    
    Status:
    
    Vendor Tag:	AOYAMA
    Release Tags:	LUNA88K_INIT
    
    N src/sys/arch/luna88k/conf/GENERIC
    N src/sys/arch/luna88k/conf/Makefile.luna88k
    N src/sys/arch/luna88k/conf/files.luna88k
    N src/sys/arch/luna88k/ddb/db_disasm.c
    N src/sys/arch/luna88k/ddb/db_interface.c
    N src/sys/arch/luna88k/ddb/db_sstep.c
    N src/sys/arch/luna88k/ddb/db_trace.c
    N src/sys/arch/luna88k/dev/if_le.c
    N src/sys/arch/luna88k/dev/lcd.c
    N src/sys/arch/luna88k/dev/lunafb.c
    N src/sys/arch/luna88k/dev/lunaws.c
    N src/sys/arch/luna88k/dev/mb89352.c
    N src/sys/arch/luna88k/dev/mb89352reg.h
    N src/sys/arch/luna88k/dev/mb89352var.h
    N src/sys/arch/luna88k/dev/omrasops.c
    N src/sys/arch/luna88k/dev/sio.c
    N src/sys/arch/luna88k/dev/sioreg.h
    N src/sys/arch/luna88k/dev/siotty.c
    N src/sys/arch/luna88k/dev/siovar.h
    N src/sys/arch/luna88k/dev/spc.c
    N src/sys/arch/luna88k/dev/timekeeper.c
    N src/sys/arch/luna88k/dev/timekeeper.h
    N src/sys/arch/luna88k/include/asm_macro.h
    N src/sys/arch/luna88k/include/ansi.h
    N src/sys/arch/luna88k/include/asm.h
    N src/sys/arch/luna88k/include/autoconf.h
    N src/sys/arch/luna88k/include/board.h
    N src/sys/arch/luna88k/include/bus.h
    N src/sys/arch/luna88k/include/cdefs.h
    N src/sys/arch/luna88k/include/cmmu.h
    N src/sys/arch/luna88k/include/cpu.h
    N src/sys/arch/luna88k/include/cpu_number.h
    N src/sys/arch/luna88k/include/cpus.h
    N src/sys/arch/luna88k/include/db_machdep.h
    N src/sys/arch/luna88k/include/disklabel.h
    N src/sys/arch/luna88k/include/endian.h
    N src/sys/arch/luna88k/include/exec.h
    N src/sys/arch/luna88k/include/float.h
    N src/sys/arch/luna88k/include/frame.h
    N src/sys/arch/luna88k/include/ieee.h
    N src/sys/arch/luna88k/include/ieeefp.h
    N src/sys/arch/luna88k/include/internal_types.h
    N src/sys/arch/luna88k/include/intr.h
    N src/sys/arch/luna88k/include/kcore.h
    N src/sys/arch/luna88k/include/limits.h
    N src/sys/arch/luna88k/include/locore.h
    N src/sys/arch/luna88k/include/m88100.h
    N src/sys/arch/luna88k/include/mmu.h
    N src/sys/arch/luna88k/include/m8820x.h
    N src/sys/arch/luna88k/include/param.h
    N src/sys/arch/luna88k/include/pcb.h
    N src/sys/arch/luna88k/include/pmap.h
    N src/sys/arch/luna88k/include/pmap_table.h
    N src/sys/arch/luna88k/include/proc.h
    N src/sys/arch/luna88k/include/psl.h
    N src/sys/arch/luna88k/include/ptrace.h
    N src/sys/arch/luna88k/include/reg.h
    N src/sys/arch/luna88k/include/setjmp.h
    N src/sys/arch/luna88k/include/signal.h
    N src/sys/arch/luna88k/include/spinlock.h
    N src/sys/arch/luna88k/include/stdarg.h
    N src/sys/arch/luna88k/include/trap.h
    N src/sys/arch/luna88k/include/types.h
    N src/sys/arch/luna88k/include/va-m88k.h
    N src/sys/arch/luna88k/include/varargs.h
    N src/sys/arch/luna88k/include/vmparam.h
    N src/sys/arch/luna88k/luna88k/autoconf.c
    N src/sys/arch/luna88k/luna88k/clock.c
    N src/sys/arch/luna88k/luna88k/clockvar.h
    N src/sys/arch/luna88k/luna88k/cmmu.c
    N src/sys/arch/luna88k/luna88k/conf.c
    N src/sys/arch/luna88k/luna88k/disksubr.c
    N src/sys/arch/luna88k/luna88k/eh.S
    N src/sys/arch/luna88k/luna88k/genassym.cf
    N src/sys/arch/luna88k/luna88k/isr.c
    N src/sys/arch/luna88k/luna88k/isr.h
    N src/sys/arch/luna88k/luna88k/locore.S
    N src/sys/arch/luna88k/luna88k/locore_asm_routines.S
    N src/sys/arch/luna88k/luna88k/locore_c_routines.c
    N src/sys/arch/luna88k/luna88k/m88100_fp.S
    N src/sys/arch/luna88k/luna88k/m8820x.c
    N src/sys/arch/luna88k/luna88k/machdep.c
    N src/sys/arch/luna88k/luna88k/mainbus.c
    N src/sys/arch/luna88k/luna88k/mem.c
    N src/sys/arch/luna88k/luna88k/pmap.c
    N src/sys/arch/luna88k/luna88k/pmap_table.c
    N src/sys/arch/luna88k/luna88k/process.S
    N src/sys/arch/luna88k/luna88k/trap.c
    N src/sys/arch/luna88k/luna88k/process_machdep.c
    N src/sys/arch/luna88k/luna88k/vectors_88100.S
    N src/sys/arch/luna88k/luna88k/vm_machdep.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:48:48

src/sys/arch/luna88k/compile

Update of /cvs/src/sys/arch/luna88k/compile
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/luna88k/compile

Log Message:
Directory /cvs/src/sys/arch/luna88k/compile added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:49:25

Added files:
	sys/arch/luna88k/compile: .cvsignore 

Log message:
We need this, too.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:51:01

Modified files:
	.              : plat.html 
Added files:
	.              : luna88k.html 

Log message:
Here comes OpenBSD/luna88k


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:52:17

src/etc/etc.luna88k

Update of /cvs/src/etc/etc.luna88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/etc/etc.luna88k

Log Message:
Directory /cvs/src/etc/etc.luna88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:52:39

src/share/man/man4.luna88k

Update of /cvs/src/share/man/man4.luna88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man4.luna88k

Log Message:
Directory /cvs/src/share/man/man4.luna88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:53:29

src/share/man/man4/man4.luna88k

Update of /cvs/src/share/man/man4/man4.luna88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man4/man4.luna88k

Log Message:
Directory /cvs/src/share/man/man4/man4.luna88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:58:25

Modified files:
	.              : Makefile 
	etc/mtree      : 4.4BSD.dist 
	share/tmac/mdoc: doc-common 
	gnu/egcs       : config.guess 
	gnu/lib/libf2c : config.guess 
	gnu/lib/libiberty: config.guess 
	gnu/lib/libreadline/support: config.guess 
	gnu/lib/libstdc++: config.guess 
	gnu/lib/libobjc: config.guess 
	gnu/share      : config.guess 
	gnu/usr.bin/binutils: config.guess 
	gnu/usr.bin/gcc: config.guess 
	gnu/usr.bin/lynx: config.guess 
	gnu/usr.bin/texinfo: config.guess 
	kerberosV/src  : config.guess 
	usr.bin/sudo   : config.guess 
	usr.sbin/afs/src: config.guess 
	usr.sbin/bind  : config.guess 

Log message:
Add luna88k related directories and information to the build infrastructure.

ok deraadt@, millert@, krw@ - mdoc ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 09:59:57

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4/man4.luna88k: Makefile autoconf.4 intro.4 le.4 
	                             mem.4 spc.4 

Log message:
The very beginning of a luna88k section 4

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 10:24:28

Added files:
	sys/arch/luna88k: Makefile 

Log message:
Dummy Makefile for make includes to complete.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 11:07:02

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

Log message:
clarify n4k systems, from weissmanndude


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 11:07:19

Modified files:
	sys/arch/hppa/dev: cpudevs.h cpudevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:23:44

Modified files:
	etc            : Makefile 
Added files:
	etc/etc.luna88k: MAKEDEV.md Makefile.inc disktab fbtab 
	                 sysctl.conf ttys 

Log message:
Populate /etc for luna88k


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:23:59

src/share/man/man8/man8.luna88k

Update of /cvs/src/share/man/man8/man8.luna88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man8/man8.luna88k

Log Message:
Directory /cvs/src/share/man/man8/man8.luna88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:25:04

Added files:
	etc/etc.luna88k: MAKEDEV 
	share/man/man8/man8.luna88k: MAKEDEV.8 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:27:19

Modified files:
	share/man/man8 : Makefile 
Added files:
	share/man/man8/man8.luna88k: Makefile 

Log message:
Bring luna88k section 8 into the build.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:31:33

Modified files:
	sbin/reboot    : reboot.8 

Log message:
Mention that luna88k can poweroff; also add an boot_amd64(8) reference while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:33:18

Modified files:
	regress/etc/MAKEDEV: Makefile 

Log message:
luna88k can play here too


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:35:25

Added files:
	lib/libkvm     : kvm_m88k.c 
Removed files:
	lib/libkvm     : kvm_mvme88k.c 

Log message:
Rename kvm_mvme88k so that luna88k can build libkvm.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:36:06

src/distrib/luna88k

Update of /cvs/src/distrib/luna88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/distrib/luna88k

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


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:36:14

src/distrib/luna88k/ramdisk

Update of /cvs/src/distrib/luna88k/ramdisk
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/distrib/luna88k/ramdisk

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


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 12:39:57

Modified files:
	sys/arch/vax/vax: clock.c 

Log message:
allow VAX48- and VAX49-only kernels


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:40:21

Added files:
	distrib/luna88k: Makefile Makefile.inc 
	distrib/luna88k/ramdisk: Makefile Makefile.inc install.md list 
	sys/arch/luna88k/conf: RAMDISK 

Log message:
Preliminary bsd.rd material for luna88k, to be built upon. Heavily based
upon mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 12:45:52

Added files:
	distrib/sets/lists/base: md.luna88k 
	distrib/sets/lists/comp: md.luna88k 
	distrib/sets/lists/etc: md.luna88k 
	distrib/sets/lists/game: md.luna88k 
	distrib/sets/lists/man: md.luna88k 
	distrib/sets/lists/misc: md.luna88k 

Log message:
Preliminary sets file for luna88k, based upon mvme88k


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/21 13:56:59

Modified files:
	.              : want.html 

Log message:
Hardware is like gambling: you never have enough.
That ia64 is there, many thanks, but I'd love to get a luna88k now...


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 16:14:34

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

Log message:
put some volatile on volatiles


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 16:17:55

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

Log message:
fix locking


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 16:25:31

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

Log message:
simplify the fpemu path


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/21 16:44:35

Modified files:
	usr.sbin/dhcpd : icmp.c 

Log message:
cleaning; Ryan ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 17:09:30

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

Log message:
only set child return values in the child_return() more like other archs


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2004/04/21 18:42:54

Modified files:
	.              : press.html 

Log message:
CARP article on NewsForge


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/04/21 19:52:48

Modified files:
	.              : want.html 

Log message:
various sparc(64) parts i could really use...


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/21 20:56:10

Modified files:
	archivers/gtar : Makefile distinfo 
	archivers/gtar/pkg: PLIST 
Added files:
	archivers/gtar/patches: patch-src_xheader_c 
Removed files:
	archivers/gtar/patches: patch-lib_Makefile_in patch-src_buffer_c 
	                        patch-src_extract_c patch-src_misc_c 

Log message:
Update to 1.13.94:
- Added support for POSIX.1-2001 and ustar archive formats.
- Various option cleanups.
- New message translations.
- Bug fixes.

Switch to .bz2 distfile since we already depend on bzip2 anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/21 21:54:46

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

Log message:
luna88k and a few grammers


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/21 23:15:35

Modified files:
	.              : translation.html 

Log message:
small typo


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/21 23:37:27

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

Log message:
Sync NMBCLUSTERS with mvme88k


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/04/22 01:49:07

Modified files:
	.              : luna88k.html 

Log message:
HTML cleanup (now validates); no content change;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/22 02:34:30

Modified files:
	sbin/pfctl     : parse.y 

Log message:
typo, From: Jared Yanovich <jjy2+@pitt.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/22 02:54:18

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

Log message:
Typo


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/22 05:56:57

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

Log message:
Bugzilla #850: Sophie Germain is the correct name of the French mathematician,
"Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/22 06:53:41

Modified files:
	graphics/giftrans: Makefile 
Removed files:
	graphics/giftrans/patches: patch-aa 
	graphics/giftrans/scripts: configure 

Log message:
cleanup; okay sturm@.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/22 07:32:14

Modified files:
	openssh        : report.html 

Log message:
Add: RTFFAQ


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/22 07:40:19

Modified files:
	openssh        : faq.html 

Log message:
More possible errors


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/22 09:22:48

Modified files:
	usr.sbin/dhcpd : dhcpd.h icmp.c 

Log message:
instead of using some lower 16 bits of some address on the stack that
even requires knowledge about wether the machine is 32 or 64 bit, use getpid()
for the icmp id. that is not optimal, but matches what ping does and the
way to go for now.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/22 11:39:52

Modified files:
	openssh        : report.html 

Log message:
</li> removals, extra white space and a typo. ok dtucker@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/22 11:48:14

Modified files:
	openssh        : faq.html 

Log message:
Redhat -> Red Hat Linux, plus link cleanups. ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/22 12:01:15

Modified files:
	sys/netinet6   : raw_ip6.c 

Log message:
correct arg to in6_cksum.  keiichi@kame


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/22 16:05:30

Log message:
    Import heartbeat 20031026; submitted by Waldemar Brodkorb <wbx@openbsd.de>.
    
    This is the heartbeart client for the public dynamic-IPv4
    IPv6 tunnel beta test from the SixXS tunnel service provider.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040423
    
    N ports/net/heartbeat/Makefile
    N ports/net/heartbeat/distinfo
    N ports/net/heartbeat/files/Makefile
    N ports/net/heartbeat/pkg/MESSAGE
    N ports/net/heartbeat/pkg/DESCR
    N ports/net/heartbeat/pkg/PLIST
    N ports/net/heartbeat/patches/patch-client_heartbeat_conf
    N ports/net/heartbeat/patches/patch-client_heartbeat-client_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/22 16:06:38

Modified files:
	net            : Makefile 

Log message:
+heartbeat


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/22 16:15:47

Modified files:
	www/p5-URI     : Makefile distinfo 
	www/p5-URI/pkg : PLIST 
Removed files:
	www/p5-URI/patches: patch-URI_Escape_pm patch-URI_QueryParam_pm 
	                    patch-URI_pm 

Log message:
update to 1.30; from Michael Coulter <mjc@bitz.ca>


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/22 16:27:07

Modified files:
	openssh        : faq.html 

Log message:
typos and html cleanup. ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/22 16:28:37

Modified files:
	usr.bin/vmstat : dkstats.c 

Log message:
Fix pasto in realloc portion of dkreadstats; from Pedro Martelletto
OK drahn@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/22 16:30:48

Modified files:
	openssh        : macos.html 

Log message:
Nifty Telnet SSH dead link. found an alternate download location.
reported by matthieu@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/22 20:17:50

Modified files:
	devel/alex     : Makefile 
	devel/alex/patches: patch-Makefile patch-configure 

Log message:
Let alex build on amd64.

Change my maintainer addr to dons@openbsd.org,
and add RCS tags while I'm here.

ok avsm@ pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/22 20:40:16

Modified files:
	devel/haddock  : Makefile 
	devel/haddock/patches: patch-Makefile 
Added files:
	devel/haddock/patches: patch-configure 

Log message:
Let haddock build on amd64.
Update my MAINTAINER addr and add RCS tags while I'm here.

ok pvalchev@ avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/22 21:00:07

Modified files:
	devel/happy    : Makefile 
	devel/happy/patches: patch-Makefile 
Added files:
	devel/happy/patches: patch-configure 

Log message:
Let happy build on amd64.
Update maintainer and add RCS tags.

ok pvalchev@ avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/22 21:12:27

ports/devel/hmake/patches

Update of /cvs/ports/devel/hmake/patches
In directory cvs.openbsd.org:/tmp/cvs-serv10864/patches

Log Message:
Directory /cvs/ports/devel/hmake/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/22 21:14:06

Modified files:
	devel/hmake    : Makefile 
	devel/hmake/pkg: PLIST 
Added files:
	devel/hmake/patches: patch-scripts_harch 

Log message:
Let hmake install on non-x86 platforms, and ensure it builds on amd64
Update MAINTAINER and add RCS tags.

ok pvalchev@ avsm@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/22 22:15:27

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
don't print stats until they're stable, prevents seeing weird stuff in
disk columns.  tested by jolan@.  from pedro martelletto


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/04/22 22:18:17

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

Log message:
fix a couple of %y register save/restore errors
1) don't save %y in a register that is later used before restoring %y
2) always restore %y after calling a signal handler
tested by drahn@, OK pval


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/22 23:19:18

Modified files:
	.              : translation.html 

Log message:
oops, this is [en], not [fr]


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/22 23:51:39

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

Log message:
fix some comments and sync devices in ramdisk


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/23 00:00:51

Modified files:
	usr.sbin/tcpdump: privsep.c 

Log message:
Silence getopt() in the priv process. ok canacar@ henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:28:48

Modified files:
	de             : 34.html events.html 
Added files:
	de             : 35.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:30:09

Modified files:
	hu             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:30:20

Modified files:
	openssh/hu     : faq.html index.html portable.html report.html 
	                 users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:30:37

Modified files:
	fr             : plat.html translation.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:30:47

Modified files:
	openssh/fr     : index.html portable.html report.html users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:30:59

Modified files:
	faq/fr         : faq1.html faq11.html faq2.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:31:21

Modified files:
	pt             : plat.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/23 00:34:18

Modified files:
	fr             : press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/23 03:26:15

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

Log message:
properly id CX20468 and patch it too, also one more _cx codec; made possible by fries@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/23 03:31:47

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

Log message:
kill evil spaces


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/23 04:07:35

Modified files:
	.              : luna88k.html 

Log message:
There is no "hardware details" section yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/23 04:08:22

Modified files:
	www/august     : Makefile 
Removed files:
	www/august/patches: patch-aa 

Log message:
dont hardcode /usr/local;
ok kevlo@ sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/23 06:09:18

Modified files:
	devel/sdl      : Makefile distinfo 
	devel/sdl/pkg  : DESCR 

Log message:
Add caca FLAVOR to have support for libcaca (color ascii art library)
ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/23 08:15:55

Modified files:
	sbin/isakmpd   : conf.c conf.h 

Log message:
Make sure KEY_LENGTH attribute is present when checking AES proposals,
required when acting as responder to SafeNet peers.
Also make conf_load_defaults() readable again (KNF).
hshoexer@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/23 09:24:54

Log message:
    Import amavisd-new 20030616pl9; submitted by Peter Hessler <spambox@theapt.org>.
    
    amavisd-new is a high-performance interface between mailer (MTA) and
    content checkers like SpamAssassin or virus scanners.
    ok naddy@
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20040423
    
    N ports/mail/amavisd-new/Makefile
    N ports/mail/amavisd-new/distinfo
    N ports/mail/amavisd-new/pkg/PLIST
    N ports/mail/amavisd-new/pkg/MESSAGE
    N ports/mail/amavisd-new/pkg/INSTALL
    N ports/mail/amavisd-new/pkg/DEINSTALL
    N ports/mail/amavisd-new/pkg/DESCR
    N ports/mail/amavisd-new/patches/patch-amavisd_conf
    N ports/mail/amavisd-new/patches/patch-amavisd
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/23 09:26:47

Modified files:
	mail           : Makefile 

Log message:
Add amavisd-new.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/23 09:27:56

Modified files:
	www/mod_perl/pkg: PLIST 

Log message:
put back deleted entries, prefixed by @comment; for future easy updates.

No functional changes.


CVSROOT:	/cvs
Module name:	www
Changes by:	aoyama@cvs.openbsd.org	2004/04/23 09:54:34

Modified files:
	.              : luna88k.html 

Log message:
Delete the on-board sound chip description; actually luna88k does not have
a sound chip.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/23 10:18:57

Modified files:
	faq            : faq14.html 

Log message:
Update, improve, etc., DMA errors article.  Help and checkover, grange@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/23 10:23:55

Modified files:
	faq            : index.html 

Log message:
Sync with rename/update of IDE DMA article


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/23 11:43:48

Modified files:
	sys/miscfs/portal: portal_vnops.c 

Log message:
use CMSG macros.  netbsd via pedro marteletto.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/23 13:32:51

Log message:
    Re-import SiXS heartbeat client 20031026 under preferred name.
    Originally submitted by: Waldemar Brodkorb <wbx@openbsd.de>
    
    This is the heartbeart client for the public dynamic-IPv4
    IPv6 tunnel beta test from the SixXS tunnel service provider.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040423
    
    N ports/net/sixxs-heartbeatd/Makefile
    N ports/net/sixxs-heartbeatd/distinfo
    N ports/net/sixxs-heartbeatd/files/Makefile
    N ports/net/sixxs-heartbeatd/patches/patch-client_heartbeat-client_c
    N ports/net/sixxs-heartbeatd/patches/patch-client_heartbeat_conf
    N ports/net/sixxs-heartbeatd/pkg/DESCR
    N ports/net/sixxs-heartbeatd/pkg/MESSAGE
    N ports/net/sixxs-heartbeatd/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/23 13:35:06

Modified files:
	net            : Makefile 
Removed files:
	net/heartbeat  : Makefile distinfo 
	net/heartbeat/files: Makefile 
	net/heartbeat/patches: patch-client_heartbeat-client_c 
	                       patch-client_heartbeat_conf 
	net/heartbeat/pkg: DESCR MESSAGE PLIST 

Log message:
heartbeat -> sixxs-heartbeatd


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/23 14:28:16

Modified files:
	net/sixxs-heartbeatd: Makefile 
	net/sixxs-heartbeatd/files: Makefile 
	net/sixxs-heartbeatd/patches: patch-client_heartbeat-client_c 

Log message:
be more consistent about name


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/04/23 14:29:20

Modified files:
	net/wmwave     : Makefile 
	net/wmwave/patches: patch-wmwave_wmwave_c 

Log message:
fix bug that can cause x to crash, bump pkgname to wmwave-0.4p1
from Chris Kuethe <ckuethe at ualberta.ca>

remove me as maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/23 15:19:11

Modified files:
	gnu/usr.bin/gcc/gcc: Makefile.in builtin-attrs.def builtins.def 
	                     c-common.c c-common.h c-format.c c-opts.c 
	                     fold-const.c tree.h 
	gnu/usr.bin/gcc/gcc/cp: Make-lang.in call.c typeck.c 
Added files:
	gnu/usr.bin/gcc/gcc: c-bounded.c 

Log message:
Port the gcc2 bounds checking support to gcc3, activated with -Wbounded
and documented in gcc-local(1).

tested by marc@ brad@ and lots of bulk ports builds


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/23 15:36:15

Modified files:
	regress/gnu/egcs/gcc-bounds: Makefile 
Added files:
	regress/gnu/egcs/gcc-bounds: builtins-1.c builtins-1.c.exp.gcc3 
	                             declare-1.c.exp.gcc3 
	                             declare-10.c.exp.gcc3 
	                             declare-11.c.exp.gcc3 
	                             declare-12.c.exp.gcc3 
	                             declare-13.c.exp.gcc3 
	                             declare-2.c.exp.gcc3 
	                             declare-3.c.exp.gcc3 
	                             declare-4.c.exp.gcc3 
	                             declare-5.c.exp.gcc3 
	                             declare-6.c.exp.gcc3 
	                             declare-7.c.exp.gcc3 
	                             declare-8.c.exp.gcc3 
	                             declare-9.c.exp.gcc3 
	                             fread-1.c.exp.gcc3 
	                             fread-2.c.exp.gcc3 
	                             fread-3.c.exp.gcc3 
	                             fread-4.c.exp.gcc3 
	                             getcwd-1.c.exp.gcc3 
	                             getcwd-2.c.exp.gcc3 
	                             getcwd-3.c.exp.gcc3 
	                             getcwd-4.c.exp.gcc3 md-1.c.exp.gcc3 
	                             md-2.c.exp.gcc3 md-3.c.exp.gcc3 
	                             md-4.c.exp.gcc3 md-5.c.exp.gcc3 
	                             md-6.c.exp.gcc3 memcpy-1.c.exp.gcc3 
	                             memcpy-2.c.exp.gcc3 
	                             memcpy-3.c.exp.gcc3 
	                             memcpy-4.c.exp.gcc3 
	                             memcpy-5.c.exp.gcc3 
	                             memcpy-6.c.exp.gcc3 memcpy-7.c 
	                             snprintf-1.cpp.exp.gcc3 
	                             snprintf-2.cpp.exp.gcc3 
	                             snprintf-3.cpp.exp.gcc3 
	                             snprintf-4.cpp.exp.gcc3 
	                             snprintf-5.cpp.exp.gcc3 
	                             sscanf-1.c.exp.gcc3 
	                             sscanf-1.cpp.exp.gcc3 
	                             sscanf-2.c.exp.gcc3 sscanf-3.c 
	                             sscanf-3.c.exp.gcc3 sscanf-4.c 
	                             sscanf-4.c.exp.gcc3 sscanf-5.c 
	                             sscanf-5.c.exp.gcc3 
	                             strlcat-1.c.exp.gcc3 
	                             strlcat-2.c.exp.gcc3 
	                             strlcat-3.c.exp.gcc3 
	                             strlcat-4.c.exp.gcc3 
	                             strlcat-5.c.exp.gcc3 
	                             strlcat-6.c.exp.gcc3 
	                             strlcpy-1.c.exp.gcc3 
	                             strlcpy-2.c.exp.gcc3 
	                             strlcpy-3.c.exp.gcc3 
	                             strlcpy-4.c.exp.gcc3 
	                             strlcpy-5.c.exp.gcc3 
	                             strlcpy-6.c.exp.gcc3 
	                             vararray-1.c.exp.gcc3 
	                             vararray-2.c.exp.gcc3 

Log message:
Lots more regression tests to test builtins for gcc3 and various icky
corner cases.  need to separate gcc2/gcc3 output expectations since
the error formats have diverged.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/23 15:50:09

Modified files:
	regress/gnu/egcs/gcc-bounds: Makefile 
Added files:
	regress/gnu/egcs/gcc-bounds: builtins-1.c.exp sscanf-3.c.exp 
	                             sscanf-4.c.exp sscanf-5.c.exp 

Log message:
fill in the blanks for gcc2


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/23 16:25:04

Modified files:
	share/man/man1 : gcc-local.1 

Log message:
remove note about bounded attribute not being implemented in gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/24 01:17:44

Modified files:
	infrastructure/db: systrace.filter 

Log message:
permit closefrom()


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/24 02:04:13

Modified files:
	net/gaim       : Makefile distinfo 
	net/gaim/files : ssl-openssl.c 
	net/gaim/patches: patch-configure patch-plugins_ssl_Makefile_in 
	                  patch-src_Makefile_in patch-src_proxy_c 
	net/gaim/pkg   : PFRAG.shared PLIST 
Removed files:
	net/gaim/patches: patch-src_protocols_oscar_ft_c 
	                  patch-src_protocols_yahoo_yahoo_c 
	                  patch-src_util_c 

Log message:
upgrade to gaim 0.77


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:10:23

Modified files:
	mail/razor-agents: Makefile distinfo 
	mail/razor-agents/pkg: PLIST 

Log message:
Update to 2.40 and take maintainership. ok pvalchev@

This version includes taint check support that makes this
play nicely with SpamAssassin - at last.


CVSROOT:	/cvs
Module name:	devel
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:13:15

Log message:
    Initial import.
    
    From DESCR:
    --
    This is an alternative to Exporter intended to provide a lightweight
    subset of its functionality. It supports import(), @EXPORT and
    @EXPORT_OK and not a whole lot else.
    
    Status:
    
    Vendor Tag:	peter
    Release Tags:	peter_20040424
    
    N devel/p5-Exporter-Lite/distinfo
    N devel/p5-Exporter-Lite/Makefile
    N devel/p5-Exporter-Lite/pkg/PLIST
    N devel/p5-Exporter-Lite/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	mail
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:15:02

Log message:
    Initial import.
    
    From DESCR:
    --
    This module determines whether an email address is well-formed, and
    optionally, whether a mail host exists for the domain.
    
    Status:
    
    Vendor Tag:	peter
    Release Tags:	peter_20040424
    
    N mail/p5-Email-Valid/Makefile
    N mail/p5-Email-Valid/distinfo
    N mail/p5-Email-Valid/pkg/PLIST
    N mail/p5-Email-Valid/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	textproc
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:16:32

Log message:
    Initial import.
    
    From DESCR:
    --
    Email::Find is a module for finding a subset of RFC 822 email
    addresses in arbitrary text. The addresses it finds are not guaranteed
    to exist or even actually be email addresses at all, but they will
    be valid RFC 822 syntax.
    
    Status:
    
    Vendor Tag:	peter
    Release Tags:	peter_20040424
    
    N textproc/p5-Email-Find/Makefile
    N textproc/p5-Email-Find/distinfo
    N textproc/p5-Email-Find/pkg/PLIST
    N textproc/p5-Email-Find/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:17:36

Modified files:
	devel          : Makefile 

Log message:
add p5-Exporter-Lite


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:18:18

Modified files:
	mail           : Makefile 

Log message:
add p5-Email-Valid


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:18:51

Modified files:
	textproc       : Makefile 

Log message:
add p5-Email-Find


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:20:45

Modified files:
	www/p5-HTML-FromText: Makefile distinfo 
	www/p5-HTML-FromText/pkg: DESCR PLIST 

Log message:
Update to 2.05. This version is completely rewritten from 1.005.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 02:48:57

Modified files:
	textproc       : Makefile 
	devel          : Makefile 
	mail           : Makefile 

Log message:
comment out my mis-imported ports until they are fixed


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/24 05:13:25

Removed files:
	shells/tcsh/pkg: SECURITY 

Log message:
this should have been removed quite some time ago


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 07:16:48

src/regress/sys/arch/m88k

Update of /cvs/src/regress/sys/arch/m88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/sys/arch/m88k

Log Message:
Directory /cvs/src/regress/sys/arch/m88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 07:16:54

src/regress/sys/arch/m88k/usertrap

Update of /cvs/src/regress/sys/arch/m88k/usertrap
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/regress/sys/arch/m88k/usertrap

Log Message:
Directory /cvs/src/regress/sys/arch/m88k/usertrap added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 07:19:15

Modified files:
	regress/sys    : Makefile 
Added files:
	regress/sys/arch/m88k/usertrap: Makefile answer testsuite.sh 
	                                trap.c 
Removed files:
	regress/sys/arch/mvme88k/usertrap: Makefile answer testsuite.sh 
	                                   trap.c 

Log message:
Look for tests in sys/arch/MACHINE_ARCH as well if necessary; and move the
m88k userland trap tests to its MACHINE_ARCH directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 07:37:47

Modified files:
	sbin/wsconsctl : util.c 
	sys/arch/luna88k/dev: lunafb.c lunaws.c 
	sys/dev/wscons : wsconsio.h 

Log message:
Define wscons device ids for the Luna devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 07:38:37

Modified files:
	sbin/wsconsctl : Makefile 
	usr.sbin/wsconscfg: Makefile 

Log message:
Compile the basic wscons userland tools on luna88k.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:08:05

ports/devel/p5-Exporter-Lite

Update of /cvs/ports/devel/p5-Exporter-Lite
In directory cvs.openbsd.org:/tmp/cvs-serv2227/p5-Exporter-Lite

Log Message:
Directory /cvs/ports/devel/p5-Exporter-Lite added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:08:06

ports/devel/p5-Exporter-Lite/pkg

Update of /cvs/ports/devel/p5-Exporter-Lite/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv2227/p5-Exporter-Lite/pkg

Log Message:
Directory /cvs/ports/devel/p5-Exporter-Lite/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:09:30

Added files:
	devel/p5-Exporter-Lite: Makefile distinfo 
	devel/p5-Exporter-Lite/pkg: DESCR PLIST 

Log message:
I am not making the same mistake twice. Using cvs add now.

From DESCR:
--
This is an alternative to Exporter intended to provide a lightweight
subset of its functionality. It supports import(), @EXPORT and
@EXPORT_OK and not a whole lot else.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:10:54

ports/mail/p5-Email-Valid

Update of /cvs/ports/mail/p5-Email-Valid
In directory cvs.openbsd.org:/tmp/cvs-serv25148/p5-Email-Valid

Log Message:
Directory /cvs/ports/mail/p5-Email-Valid added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:10:55

ports/mail/p5-Email-Valid/pkg

Update of /cvs/ports/mail/p5-Email-Valid/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv25148/p5-Email-Valid/pkg

Log Message:
Directory /cvs/ports/mail/p5-Email-Valid/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:12:13

Added files:
	mail/p5-Email-Valid: Makefile distinfo 
	mail/p5-Email-Valid/pkg: DESCR PLIST 

Log message:
And again;

This module determines whether an email address is well-formed, and
optionally, whether a mail host exists for the domain.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:12:55

ports/textproc/p5-Email-Find

Update of /cvs/ports/textproc/p5-Email-Find
In directory cvs.openbsd.org:/tmp/cvs-serv12368/p5-Email-Find

Log Message:
Directory /cvs/ports/textproc/p5-Email-Find added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:12:56

ports/textproc/p5-Email-Find/pkg

Update of /cvs/ports/textproc/p5-Email-Find/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv12368/p5-Email-Find/pkg

Log Message:
Directory /cvs/ports/textproc/p5-Email-Find/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:13:50

Added files:
	textproc/p5-Email-Find: Makefile distinfo 
	textproc/p5-Email-Find/pkg: DESCR PLIST 

Log message:
Last one;

Email::Find is a module for finding a subset of RFC 822 email
addresses in arbitrary text. The addresses it finds are not guaranteed
to exist or even actually be email addresses at all, but they will
be valid RFC 822 syntax.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 10:15:06

Modified files:
	textproc       : Makefile 
	mail           : Makefile 
	devel          : Makefile 

Log message:
restore my bad packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/04/24 11:22:54

Modified files:
	www/p5-Apache-ASP: Makefile distinfo 
	www/p5-Apache-ASP/pkg: PLIST 

Log message:
update to 2.57


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/04/24 12:11:46

Modified files:
	sys/sys        : tree.h 

Log message:
sync to Niels Provos' version.  avoid unused variable warning in RB_NEXT()


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/24 12:37:53

Modified files:
	print/teTeX/texmf/pkg: PLIST 

Log message:
consistent @extra with teTeX_base


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/24 12:51:13

Modified files:
	usr.bin/netstat: inet.c 

Log message:
print tcps_rcvacktooold; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/04/24 13:14:49

Modified files:
	sys/net        : pf_norm.c 

Log message:
be careful about option lengths.  ok henning@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 13:15:01

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.pegasos md.sparc 
	                         md.sparc64 
	distrib/sets/lists/man: mi 

Log message:
Sync (libutil bump, luna88k directories and manual pages)


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/04/24 13:28:38

Modified files:
	etc            : changelist 
	etc/mtree      : special 

Log message:
add spamd.conf to /etc/changelist and mtree/special
from Dmitry Medvedev, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/24 13:36:20

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y session.c 

Log message:
some rather boring windows talk at cansecwest made me hack initial support
for IPv6 transport
parts based on a diff from Brent Graveland
ok itojun@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 13:51:49

Modified files:
	sys/arch/mvme88k/conf: GENERIC M187 M188 M197 RAMDISK 
	                       files.mvme88k 
	sys/arch/mvme88k/dev: bussw.c busswreg.h cl.c clock.c clreg.h 
	                      dart.c if_ie.c if_le.c mainbus.c memc.c 
	                      nvram.c nvramreg.h pcctwo.c pcctworeg.h 
	                      sram.c ssh.c syscon.c sysconreg.h vme.c 
	                      vme.h vmel.c vmes.c vs.c vx.c 
	sys/arch/mvme88k/include: autoconf.h cpu.h m88410.h 
	sys/arch/mvme88k/mvme88k: autoconf.c machdep.c 
Added files:
	sys/arch/mvme88k/dev: pcctwovar.h 
	sys/arch/mvme88k/include: bus.h 
Removed files:
	sys/arch/mvme88k/dev: busswfunc.h pcctwofunc.h sysconfunc.h 

Log message:
Preliminary switch to an mvme88k bus_space world. Not all drivers have been
converted yet, and they rely upon some linear mappings provided by bus_space.

In order to not impact performance, almost all the bus_space accesses go
through macros and inline functions. This currently restricts us to D16 and
D32 access modes, which are selected at compilation time. Since there are no
plans to support D8 vme devices in the future, this is acceptable for now.

This makes the "len" locator for vme devices go away, and allows to simplify
some code which was using the pcctwo device, and will now directly access
hardware which is known to exist, rather than wait until the device is
attached.

While there, try to enforce more interrupt vector number checks, since these
changes pointed out that dart(4) had been working correctly so far by sheer
luck only.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 13:56:06

Modified files:
	distrib/sets/lists/base: md.mvme88k 
	distrib/sets/lists/comp: md.mvme88k 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/24 14:15:49

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
make failure in setting up the listeners non-fatal. should make bgpd work
on inet only kernels again, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 14:34:53

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
Do not ignore vs_poll() return value.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 14:35:27

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

Log message:
G/c CD_BOOT and the last related debug printf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/04/24 15:01:16

Added files:
	net/gaim/patches: patch-src_gtkimhtml_c patch-src_gtkrequest_c 
	                  patch-src_protocols_novell_nmcontact_c 
	                  patch-src_protocols_novell_nmuser_c 
	                  patch-src_protocols_novell_novell_c 

Log message:
allow gaim to compile with gcc2

From: gaim CVS repo via Marc Matteo and Chris Kuethe


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/24 15:09:37

Modified files:
	sys/arch/mvme68k/dev: vme.h 
	sys/arch/mvme68k/mvme68k: locore.s 

Log message:
Insane people can't spell insane correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/24 15:37:46

Modified files:
	libexec/telnetd: sys_term.c telnetd.h 

Log message:
Use openpty; OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/24 15:40:35

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

Log message:
Don't return NULL in getconfigent() when an unresolvable hostname
or unsupported address family is specified.  This simplifies the
hostname/address lookup loops and gets rid of the skip label.
Found by mpech@.  OK deraadt@ and otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/24 16:09:55

Modified files:
	x11/openbox    : Makefile distinfo 

Log message:
update to 3.2; ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/24 17:22:54

Modified files:
	share/man/man5 : pf.conf.5 
	sbin/pfctl     : parse.y pfctl_parser.c 
	sys/net        : pf.c pfvar.h 

Log message:
Add "probability xxx" rule modifier. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/24 18:30:02

Modified files:
	sys/net        : radix.c 

Log message:
indentation fix


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/24 18:31:40

Modified files:
	sys/net        : radix.c 

Log message:
undo "oops" commit on 1.14 (radix_mpath).


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/04/24 18:34:08

Modified files:
	sys/net        : pf.c 

Log message:
don't add PF_GENERATED tag to synproxy generated packets for the second
handshake, so they can match rules (and create state) on another interface.
ok cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/24 19:38:10

Modified files:
	sys/net        : radix.c radix.h 

Log message:
sync with NetBSD, mostly a Lite2 merge.

ok itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/24 19:49:12

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

Log message:
Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by
fitting all the lines into 80 columns. Prodded by deraadt@.

Tested & ok marco@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/24 19:52:11

Modified files:
	usr.sbin/bgpd  : log.c 

Log message:
unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crap


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/24 20:32:35

Modified files:
	sys/net        : pf.c 

Log message:
sync 'other' in test6, too.

ok dhartmei@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/24 20:48:04

Modified files:
	sys/conf       : files 
	sys/kern       : vfs_subr.c 
	sys/net        : pf_table.c radix.c radix.h route.c route.h 
	                 rtsock.c 
	sys/netinet    : in_proto.c 
	sys/netinet6   : in6_proto.c 
Added files:
	sys/net        : radix_mpath.c radix_mpath.h 

Log message:
radix tree with multipath support.  from kame.  deraadt ok
user visible changes:
- you can add multiple routes with same key (route add A B then route add A C)
- you have to specify gateway address if there are multiple entries on the table
(route delete A B, instead of route delete A)
kernel change:
- radix_node_head has an extra entry
- rnh_deladdr takes extra argument

TODO:
- actually take advantage of multipath (rtalloc -> rtalloc_mpath)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/24 20:57:56

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
&d and %d have different meanings in format strings, yeah


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/24 21:13:42

Modified files:
	usr.sbin/bgpd  : control.c 

Log message:
missing return; noticed by Joris Vink <amni@pandora.be> but I fixed in
another way


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/04/24 21:21:19

Modified files:
	sys/compat/linux: linux_emuldata.h 
	sys/kern       : vfs_default.c 
	sys/miscfs/union: union_vnops.c 

Log message:
fix typos/spelling in comments, from pedro martelletto


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/24 21:21:50

Modified files:
	sys/ddb        : db_command.c db_examine.c db_extern.h 

Log message:
kill unbounded string op.  deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/04/24 21:55:25

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

Log message:
Make it clear that we will give each target an openings value equal to
the number of available requests divided by the maximum number of
targets on the bus.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/24 22:34:05

Modified files:
	sys/netinet    : tcp_usrreq.c tcp_var.h 

Log message:
add TCPCTL_DROP; ok deraadt, cedric, grange, ...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 01:16:25

Modified files:
	usr.sbin/bgpd  : bgpd.h log.c parse.y rde.c session.c 

Log message:
add "neighbor cloning", allowing you to specify a prefix and prefixlength
instead of the neighbor's IP address. WHen a connection comes in matching
that mask we clone the neighbor spec.
IPv6 match code by itojun, rde feeding by claudio, ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 02:06:00

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
do not kill cloned neighbors on reload, claudio ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/25 04:36:40

Modified files:
	mail/postfix   : Makefile Makefile.inc 
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/patches: patch-master.cf 
	mail/postfix/snapshot/pkg: DESCR PLIST 
	mail/postfix/stable: Makefile distinfo 
	mail/postfix/stable/files: postfix-disable postfix-enable 
	mail/postfix/stable/patches: patch-master.cf 
	mail/postfix/stable/pkg: DESCR INSTALL PLIST 
Removed files:
	mail/postfix/snapshot/files: patch-tls-master.cf 
	mail/postfix/snapshot/pkg: PFRAG.ipv6 PFRAG.tls 
	mail/postfix/stable/files: patch-tls-master.cf 
	mail/postfix/stable/pkg: PFRAG.ipv6 PFRAG.tls 

Log message:
move to postfix release 2.1 and snapshot 2.2

- enable SMTP over SSL/TLS by default
- enable IPv6 by default
- enable PRE by default
- keep sasl2/ldap/mysql/pgsql as flavours


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/25 09:34:08

Modified files:
	print/lyx      : Makefile distinfo 
	print/lyx/pkg  : DESCR PLIST 
Added files:
	print/lyx/patches: patch-boost_boost_config_platform_bsd_hpp 
	                   patch-config_qt_m4 patch-configure 
Removed files:
	print/lyx/patches: patch-po_Makefile_in_in 

Log message:
update to lyx 1.3.4

from new maintainer Zvezdan Petkovic <zvezdan at cs.wm.edu>
no feedback from old maintainer margarida@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/25 09:50:35

Modified files:
	sbin/routed    : Makefile table.c 

Log message:
unbreak tree


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/25 10:09:39

Modified files:
	lib/libssl/src/crypto/pkcs7: pk7_doit.c 

Log message:
from openssl, 1.50.2.9, make S/MIME encrypt work again.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/25 10:17:04

Modified files:
	sbin/routed    : Makefile 
Added files:
	sbin/routed    : radix.c 

Log message:
have a localcopy of radix.c here


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/25 10:25:05

Modified files:
	sys/kern       : uipc_socket2.c 

Log message:
change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt
CV ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/25 10:28:32

Modified files:
	sbin/routed    : Makefile radix.c 

Log message:
unifdef -DSMALL_KERNEL


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/25 10:35:12

Modified files:
	lib/libssl/src/apps: apps.c 

Log message:
avoid NULL deref; from danh@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/25 11:32:17

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

Log message:
use '|' as field separator, not ':' - for future IPv6 support


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/25 11:34:24

Modified files:
	sys/arch/mvme88k/include: cpu_number.h 

Log message:
Simplify cpu_number() - adding a shortcut depending upon the board type
actually slows things down in every case.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/04/25 11:34:39

Modified files:
	usr.sbin/bgpd  : bgpd.c rde.c session.h 

Log message:
Remove the no longer needed configure stuff in RDE. The peer list needs no
longer to be synced between parent, SE and RDE. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 11:51:46

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
fix check wether local-address and neighbor are of same address family -
we have to delay this because the current context might be a group nd not
a single neighbor, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/25 11:52:37

Modified files:
	sys/net        : if_pfsync.c 

Log message:
dont splx across functions

pointed at by Joris Vink who was baffeled how this should work anyway

ok mcbride@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/25 12:09:30

Modified files:
	sys/net        : pf.c if_pfsync.c pfvar.h 

Log message:
get rid of a complete state tree walk at state expire while in splnet()

ok mcbride@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/25 12:14:22

Modified files:
	regress/sbin/pfctl: pf34.in pf34.loaded pf34.ok 

Log message:
probability tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 12:21:19

Modified files:
	usr.sbin/bgpd  : parse.y session.c 

Log message:
reserve upper half of the (internal) ID space for cloned neighbors, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 12:32:11

Modified files:
	sys/dev/usb    : if_axe.c usbdevs 
	share/man/man4 : axe.4 

Log message:
new axe; freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 12:32:18

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/25 12:32:43

Modified files:
	sys/sys        : mbuf.h 

Log message:
MINCLSIZE value now back to what 4.4bsd defined.  markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/04/25 12:40:42

Modified files:
	usr.sbin/authpf: Makefile authpf.c pathnames.h 

Log message:
Make authpf exec pfctl instead of sucking in code from pfctl
ok cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/04/25 12:45:57

Modified files:
	sys/net        : pf.c 

Log message:
prevent an endless loop with route-to lo0, fixes PR 3736,
ok pb@, henning@, markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 12:50:01

Modified files:
	sys/net        : if_ppp.c if_sl.c if_spppsubr.c if_strip.c 
	                 if_tun.c 

Log message:
check for input queue congestion on those as well and call if_congestion when
needed; these  are slightly different so that we cannot use the new
IF_INPUT_ENQUEUE macro
deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 12:53:09

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

Log message:
use getnameinfo here too, itojun & markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/25 12:57:51

Modified files:
	lib/libssl/crypto: shlib_version 
	lib/libssl/src/crypto/evp: digest.c 
	lib/libssl/src/crypto/x509: x509_txt.c x509_vfy.c 

Log message:
update missing pieces from 0.9.7d; ok henning
crank minor for API extensions


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/25 13:00:29

Modified files:
	sys/miscfs/union: union_subr.c 

Log message:
only use um_cred for lookups, fixes pr 745.
from pedro martelletto


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 13:12:57

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
if remote-as was not configured, inherit the AS from the neighbors open
message for cloned neighbors, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 13:24:52

Modified files:
	usr.sbin/authpf: Makefile authpf.c 

Log message:
clean; ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/25 13:40:51

Modified files:
	sys/miscfs/union: union_vfsops.c 

Log message:
if you don't want the parent, don't use WANTPARENT.  from pedro martelletto


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/25 13:46:40

Modified files:
	sys/miscfs/union: union_subr.c union_vfsops.c union_vnops.c 

Log message:
useless casts


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/25 14:02:39

Modified files:
	sys/net        : radix.c 

Log message:
permit multiple default route.  from kame


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 14:04:15

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 14:04:37

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

Log message:
correctly pritn netmask with template neighbors, prettify output overall,
and print Template / Cloned flags in the neigbor view, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/04/25 15:05:01

Modified files:
	lib/libc/quad  : fixunsdfdi.c 

Log message:
add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quad
conversion in libc, reported by Marcus Holland-Moritz, ok beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/25 15:26:49

Modified files:
	openssh        : report.html 

Log message:
HTML cleanup. this file now validates. ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/25 15:58:00

Modified files:
	net/ethereal   : Makefile 

Log message:
fix gtk1 dependencies


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 16:02:55

Modified files:
	usr.sbin/bgpd  : log.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/25 16:21:18

Modified files:
	net/ethereal   : Makefile 

Log message:
make it possible to build tethereal package only


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 16:31:03

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same size
so noop


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 17:31:16

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

Log message:
there's a slight difference between teh local and the remote sockaddr...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/25 17:36:11

Modified files:
	usr.bin/less   : charset.c 

Log message:
isprint() doesn't consider all whitespace to be printable so use
isspace() too.  Problem noticed by cedric@ and diagnosed by deraadt@.
OK deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 17:36:15

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
better error logging in parse_capabilities()


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/25 18:12:28

Modified files:
	sys/net        : pf.c pf_ioctl.c pfvar.h 

Log message:
anchor refcounting. ok dhartmei@ mcbride@


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/04/25 18:26:55

Modified files:
	openssh        : report.html 

Log message:
Improve language; from saad@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/04/25 18:46:52

Modified files:
	usr.sbin/bgpd  : rde_decide.c 

Log message:
Cleanup the decision function and take the age of the entry into account.
Prefer older, more stable entries. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 19:43:13

Modified files:
	usr.sbin/bgpd  : session.c session.h 

Log message:
announce multiprotocol capabilities - IPv4 multicast for now
this implies ourgoing capabilities annoucnement is there and just needs the
values to be filled in for other shitz we'll support soonish


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 19:47:24

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
minor cleanups


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 19:59:26

Modified files:
	usr.sbin/bgpd  : bgpd.h 

Log message:
structs for ipsec, with markus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 20:00:57

Modified files:
	etc            : rc 

Log message:
double check that the carp* interfaces exist before knocking them down,
mcbride and i think this diff looks good but do not feel like doing the
250 meter walk to go test it


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/25 20:01:47

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
The rule_number parameter for pf_get_pool() needs to be 32 bits, not 8 -
this fixes corruption of the address pools with large rulesets.

This is a candidate for -stable.

Reported by Zbigniew Kossowski <zk@openbsd.com.pl>, hours of braintwisting
debugging by pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/25 20:03:38

Modified files:
	sys/net        : pf.c pf_norm.c 

Log message:
Prevent biases in arc4random() from disclosing the byte order of the firewall.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/25 20:35:12

Modified files:
	sys/dev/ic     : fxpvar.h 

Log message:
Howe eye wysh eye cud spel.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/04/25 20:50:04

Modified files:
	sbin/pfctl     : pfctl_altq.c 

Log message:
do more careful altq bandwidth checking.
- fix a bug in HFSC that does not take the newly added
queue into account when computing the bandwidth for
admission control.
- warn when the sum of the child bandwidth exceeds
parent's bandwidth for both CBQ and HFSC.
- allow to explicitly specify 0bps to bandwidth.
HFSC can have only the real-time sc, and it means
a blackhole queue for CBQ.

problem reports by "Alexey E. Suslikov" <cruel@texnika.com.ua>

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/25 21:00:44

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

Log message:
Allocate rx buffer mbuf clusters at ifconfig time, release them when the
interface is configured down.  FXP_NRFABUFS_MIN clusters are allocated at all
times as they are used by the driver to send commands to the card.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 22:13:59

Modified files:
	usr.sbin/bgpd  : bgpd.h 

Log message:
need keylen too, markus


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/25 22:40:11

Modified files:
	usr.sbin/bgpd  : printconf.c 

Log message:
fix printing template neighbors


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/25 22:50:11

Modified files:
	editors/kxmleditor: Makefile 

Log message:
fix build; ok kevlo@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/25 23:12:12

Modified files:
	sys/netinet    : ip6.h 

Log message:
hide nonstandard struct from userland


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 23:14:47

Modified files:
	sys/dev/pci    : if_sisreg.h 

Log message:
if_sis.c


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/25 23:16:41

Modified files:
	sys/dev/pci    : if_sis.c if_sisreg.h 

Log message:
start with minimum recieve rings.  when we ifconfig up, allocate more.
this reduces mbuf clusters sitting around unused.  from mcbride, fixed
by me, tested by frantzen


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/25 23:24:00

Modified files:
	sys/net        : if.h 

Log message:
Before enqueueing the packet, copy the contents of incoming clusters
to the mbuf and free the cluster when it contains a small packet.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/26 00:22:13

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.pegasos md.sparc 
	                         md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/26 00:24:20

Modified files:
	sbin/route     : route.c 

Log message:
fix route with explicit -gateway modifier. ok deraadt@ itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/26 01:27:53

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

Log message:
this driver had 256 clusters for receive buffers.  move to 512, to increase
performance, if the interface is up.  at boot time, allocate only 12 though
... though we note that em_stop() frees them all.  perhaps some are used to
talk to other parts of the engine though at runtime... tested by mcbride and
beck


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 01:58:04

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
parser support for setting ipsec keys and such, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/26 02:10:10

Modified files:
	sys/net        : bpf.h bpf_filter.c 

Log message:
- make the k field in struct bpf_insn unsigned, as promised in the
manual page.
- more strict bpf code validation, preventing arbitrary kernel memory
read and writes.
Some help from frantzen@ and canacar@; testing jmc@ markus@;
ok canacar@ henning@ franzen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 02:51:10

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
don't forget to set keylen, markus


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2004/04/26 03:24:32

Modified files:
	.              : donations.html 

Log message:
Thanks to PC Engines for sending me its WRAP board.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/26 03:32:49

Modified files:
	.              : want.html 

Log message:
I need a copy of 88Open's ELF ABI specs.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/26 03:35:39

Modified files:
	usr.sbin/bgpd  : pfkey.c session.c session.h 

Log message:
load ipsec SAs into the kernel and enable them.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/26 06:32:33

src/sys/arch/m88k

Update of /cvs/src/sys/arch/m88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/m88k

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


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/26 06:32:39

src/sys/arch/m88k/conf

Update of /cvs/src/sys/arch/m88k/conf
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/m88k/conf

Log Message:
Directory /cvs/src/sys/arch/m88k/conf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/26 06:32:40

src/sys/arch/m88k/include

Update of /cvs/src/sys/arch/m88k/include
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/m88k/include

Log Message:
Directory /cvs/src/sys/arch/m88k/include added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/26 06:34:05

Modified files:
	sys/arch/luna88k/conf: GENERIC RAMDISK 
	sys/arch/luna88k/include: ansi.h asm.h asm_macro.h cdefs.h 
	                          cmmu.h cpu.h cpu_number.h db_machdep.h 
	                          endian.h exec.h float.h frame.h ieee.h 
	                          ieeefp.h internal_types.h intr.h 
	                          kcore.h limits.h m88100.h m8820x.h 
	                          mmu.h param.h pcb.h proc.h psl.h 
	                          ptrace.h reg.h setjmp.h signal.h 
	                          spinlock.h stdarg.h trap.h types.h 
	                          va-m88k.h varargs.h vmparam.h 
	sys/arch/mvme88k/conf: GENERIC M187 M188 M197 RAMDISK 
	sys/arch/mvme88k/include: ansi.h asm.h asm_macro.h cdefs.h 
	                          cmmu.h cpu.h cpu_number.h db_machdep.h 
	                          endian.h exec.h float.h frame.h ieee.h 
	                          ieeefp.h internal_types.h intr.h 
	                          kcore.h limits.h m88100.h m8820x.h 
	                          mmu.h mvme188.h param.h pcb.h proc.h 
	                          psl.h ptrace.h reg.h setjmp.h signal.h 
	                          spinlock.h stdarg.h trap.h types.h 
	                          va-m88k.h varargs.h vmparam.h 
Added files:
	sys/arch/m88k/conf: files.m88k 
	sys/arch/m88k/include: ansi.h asm.h asm_macro.h cdefs.h cmmu.h 
	                       cpu.h cpu_number.h db_machdep.h endian.h 
	                       exec.h float.h frame.h ieee.h ieeefp.h 
	                       internal_types.h intr.h kcore.h limits.h 
	                       m88100.h m8820x.h mmu.h param.h pcb.h 
	                       proc.h psl.h ptrace.h reg.h setjmp.h 
	                       signal.h spinlock.h stdarg.h trap.h 
	                       types.h va-m88k.h varargs.h vmparam.h 

Log message:
Start factorizing luna88k and mvme88k common parts.
For now, include files only.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/26 06:42:57

Added files:
	regress/sys/arch/m88k: Makefile 
Removed files:
	regress/sys/arch/mvme88k: Makefile 

Log message:
Oops, unbreak m88k; spotted by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/26 08:31:11

Modified files:
	sys/arch/luna88k/include: ansi.h asm.h asm_macro.h cdefs.h 
	                          cmmu.h cpu.h cpu_number.h db_machdep.h 
	                          endian.h exec.h float.h frame.h ieee.h 
	                          ieeefp.h internal_types.h kcore.h 
	                          limits.h m88100.h mmu.h pcb.h proc.h 
	                          psl.h ptrace.h reg.h setjmp.h signal.h 
	                          spinlock.h stdarg.h trap.h types.h 
	                          va-m88k.h varargs.h vmparam.h 
	sys/arch/mvme88k/include: ansi.h asm.h asm_macro.h cdefs.h 
	                          cmmu.h cpu.h cpu_number.h db_machdep.h 
	                          endian.h exec.h float.h frame.h ieee.h 
	                          ieeefp.h internal_types.h kcore.h 
	                          limits.h m88100.h mmu.h pcb.h proc.h 
	                          psl.h ptrace.h reg.h setjmp.h signal.h 
	                          spinlock.h stdarg.h trap.h types.h 
	                          va-m88k.h varargs.h vmparam.h 

Log message:
Fix RCSID


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/26 11:15:37

Modified files:
	usr.sbin/cron  : do_command.c 

Log message:
isalnum() does not match '_' so check it explicitly.  This allows cron
to send mail to usernames with a '_' in them.  From David Gwynne.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/26 11:17:15

Modified files:
	sys/dev/pci    : if_em.h 

Log message:
oh we need to model check and not crank > 256 for older cards... do that later


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/26 11:33:31

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:05:11

Modified files:
	de             : donations.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html plat.html products.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:05:31

Modified files:
	openssh/fr     : macos.html report.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/04/26 12:12:25

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

Log message:
- allow the user to force the TCP mss below the fail-safe 216 with a low
interface MTU.
- break a tcp_output() -> tcp_mtudisc() -> tcp_output() infinite recursion
when the TCP mss ends up larger than the interface MTU (when the if_mtu is
smaller than the tcp header).  connections will still stall
feedback from itojun@, claudio@ and provos and testing from beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:14:49

Modified files:
	hu             : plat.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:15:00

Modified files:
	openssh/hu     : faq.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:15:44

Modified files:
	nl             : donations.html i386.html index.html mail.html 
	                 orders.html plat.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:15:56

Modified files:
	openssh/nl     : index.html portable.html report.html users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/26 12:16:09

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
change tcpdrop to require newp instead of oldp; suggested by otto


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:16:13

Modified files:
	pl             : index.html report.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:16:25

Modified files:
	faq/pl         : faq14.html faq5.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:16:56

Modified files:
	zh-tw          : books.html crypto.html donations.html 
	                 events.html ftp.html index.html mail.html 
	                 orders.html plat.html products.html report.html 
	                 security.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:17:08

Modified files:
	openssh/zh-tw  : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/26 12:17:18

Modified files:
	faq/zh-tw      : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/26 12:21:20

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

Log message:
bzero hint before use.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/04/26 12:34:31

Modified files:
	shells/zsh/stable: Makefile distinfo 
	shells/zsh/stable/pkg: PFRAG.no-static PLIST PLIST-zftp 

Log message:
update zsh/stable to 4.2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/26 12:57:36

Modified files:
	sys/nfs        : nfs_vnops.c nfsnode.h 

Log message:
nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll
duplicated from UFS.  Closes PR 3757; OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/26 13:00:35

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

Log message:
vaddr_t casts for vtophys, works on amd64.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 13:11:01

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/26 13:22:30

Modified files:
	usr.bin/systat : extern.h main.c netcmds.c netstat.c systat.1 

Log message:
add -n flag (do not reverse-lookup).  pb and deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/26 13:38:13

Modified files:
	include        : rmd160.h sha1.h 
	lib/libc/hash  : Makefile.inc rmd160.3 rmd160.c sha1.3 sha1.c 
Added files:
	lib/libc/hash  : helper.c 
Removed files:
	lib/libc/hash  : rmd160hl.c sha1hl.c sha2hl.c 

Log message:
Use a common source file for all the hash helper functions that
previously lived in foohl.c.  The foohl.c files are now generated
via sed, though perhaps cpp could be used in the future.

Use u_int8_t instead of unsigned char for the buffers struct fooContext.
Add constants for buffer lengths and use them in function prototypes
and the man pages.

This is basically cosmetic surgery; there should be no functional changes.

OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/04/26 13:42:53

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

Log message:
sf works now (for reasonable amounts of ram at least).  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/26 13:50:32

src/usr.sbin/tcpdrop

Update of /cvs/src/usr.sbin/tcpdrop
In directory cvs.openbsd.org:/tmp/cvs-serv30357/tcpdrop

Log Message:
Directory /cvs/src/usr.sbin/tcpdrop added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/26 13:51:20

Added files:
	usr.sbin/tcpdrop: Makefile tcpdrop.c 

Log message:
drop tcp connections using sysctl(2)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/26 14:06:11

Modified files:
	x11/eterm/patches: patch-src_command.c patch-src_feature.h.in 

Log message:
- stop Eterm from randomly assigning keybindings for status
- use ^? instead of ^H for backspace
from Michael Coulter <mjc@bitz.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 14:07:43

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
need more checks on the keys


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/26 15:16:17

Modified files:
	.              : index.html 

Log message:
add link to [hu] translation, as requested by [hu] maintainer. ok wim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/26 17:48:50

Modified files:
	lang/ghc       : Makefile distinfo 
	lang/ghc/files : ghc.port.mk 
	lang/ghc/patches: patch-Makefile patch-configure 
	                  patch-distrib_hc-build 
	                  patch-ghc_compiler_Makefile 
	                  patch-ghc_driver_mangler_ghc-asm_lprl 
	                  patch-ghc_includes_Makefile 
	                  patch-ghc_rts_Adjustor_c 
	                  patch-ghc_rts_package_conf_in 
	                  patch-mk_bootstrap_mk patch-mk_package_mk 
	lang/ghc/pkg   : DESCR DESCR-doc PLIST PLIST-doc 
Added files:
	lang/ghc/patches: patch-libraries_base_Makefile 
Removed files:
	lang/ghc/patches: patch-ghc_rts_Linker_c 
	                  patch-libraries_readline_Makefile 

Log message:
Update GHC to 6.2.1, and port to amd64

ok avsm@ pvalchev@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/26 20:32:46

Modified files:
	faq            : index.html 

Log message:
Forgotten sync after faq11.html pruning


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 20:35:24

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
curpeer must be set back to curgroup, not NULL


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/04/26 20:56:20

Modified files:
	sys/altq       : altq_subr.c altq_var.h 
	sys/net        : pf_ioctl.c 

Log message:
make separate functions to enable/disable altq, and call them when we
reload rules.
this fixes an altq problem that, if you reload pf rules not containing
queues while running altq, the interface shaper is not properly removed.

make pf_altq_running local to pf_ioctl.c since it is no longer used in
altq_subr.c.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/26 21:01:26

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

Log message:
Recalculation of memory footprint of ASC/ASCQ table since I was in here anyway.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/26 21:47:55

Modified files:
	etc            : ifstated.conf 

Log message:
Fix typo in ifstated.conf. Reported by matthew zeier, then forgotten...
re-reported by Jan Filipovsky.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 21:53:43

Modified files:
	usr.sbin/bgpd  : bgpd.h session.c session.h 

Log message:
initial route refresh support per RFC2918
process incoming route refresh request and notify the RDE
not advertised via capabilities yet, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 22:06:11

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

Log message:
print route refresh capability if present


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/26 22:06:58

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
announce route refresh capability, and parse announced route refresh capa


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/26 22:37:53

Modified files:
	usr.sbin/bgpd  : config.c 

Log message:
do the errno ERANGE dance around a strtol; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/26 22:38:12

Modified files:
	usr.sbin/bgpd  : bgpd.c kroute.c parse.y pfkey.c rde.c session.c 

Log message:
crud stripping; henning ok


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/04/27 00:04:25

Modified files:
	openssh        : faq.html 

Log message:
more Redhat -> Red Hat fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/27 03:40:19

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
do not link ssltest.c into libssl, stops main/doit symbols from being
exported. no bump needed since nothing should use them, markus@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/27 03:46:37

Modified files:
	usr.bin/ssh    : readconf.c readconf.h servconf.c servconf.h 
	                 session.c session.h ssh.c ssh_config.5 
	                 sshd_config.5 

Log message:
bz #815: implement ability to pass specified environment variables from the
client to the server; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/27 03:47:30

Modified files:
	regress/usr.bin/ssh: Makefile test-exec.sh 
Added files:
	regress/usr.bin/ssh: envpass.sh 

Log message:
regress test for environment passing, SendEnv & AcceptEnv options; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/27 05:55:27

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

Log message:
various small fixes;
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/27 06:00:03

Modified files:
	share/man/man7 : mirroring-ports.7 
	sys/dev/microcode/aic7xxx: aic79xx.seq 

Log message:
irregardless -> irrespective;

ok millert@ krw@
derision from the rest of the world

stolen from a rejected freebsd pr;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/04/27 06:02:23

Modified files:
	mail/postfix/stable: Makefile distinfo 
	mail/postfix/stable/patches: patch-master.cf 

Log message:
TLS+IPv6 patch v1.23


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/27 06:02:40

Modified files:
	games/sail     : sail.6 

Log message:
typo and remove some Ns hacks no longer needed;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/27 06:05:57

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

Log message:
typo from Michael Knudsen;


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/27 07:03:13

Modified files:
	misc/p5-Finance-Quote: Makefile distinfo 
	misc/p5-Finance-Quote/pkg: PLIST 

Log message:
update to 1.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/27 07:08:38

Modified files:
	devel/p5-IO-String: Makefile distinfo 

Log message:
update to 1.05


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/27 07:14:02

Modified files:
	net/pebrot     : Makefile distinfo 

Log message:
upgrade to pebrot 0.8.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/04/27 07:15:22

Modified files:
	misc/p5-I18N-Charset: Makefile distinfo 

Log message:
update to 1.371


CVSROOT:	/cvs
Module name:	www
Changes by:	tom@cvs.openbsd.org	2004/04/27 07:33:27

Modified files:
	faq            : faq8.html 

Log message:
Refer to boot(8) rather than boot_i386(8) for boot> commands

ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/27 09:54:56

Modified files:
	include        : sha1.h 
	lib/libc/hash  : sha1.c 

Log message:
Make the bit count u_int64_t instead of two u_int32_t.  Adapted from
changes Niklas made to the md5 code long ago.  OK hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/27 10:44:09

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

Log message:
missing `.It' which was causing START and CT descriptions to be concatenated;
from Juho Juopperi (NetBSD PR 25352);


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 11:25:52

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
repair


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/27 11:33:52

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
missing ';' in actually unreached code (pointed out by logix(at)franken.de)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 11:41:34

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
unbreak^2


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/27 11:46:47

Modified files:
	lib/libc/quad  : adddi3.c ashldi3.c ashrdi3.c divdi3.c fixsfdi.c 
	                 fixunsdfdi.c fixunssfdi.c floatdidf.c 
	                 floatdisf.c floatunsdidf.c lshldi3.c lshrdi3.c 
	                 moddi3.c muldi3.c qdivrem.c quad.h subdi3.c 
	lib/libc/quad/TESTS: divrem.c mul.c 

Log message:
A quad is two ints, not two longs. Also fix some problems with
conversions from floating point to quad. Problem reported by Marcus
Holland-Moritz. From NetBSD.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/27 11:50:36

Modified files:
	include        : sha2.h 

Log message:
Add __bounded__ attributes like the other hash functions have.
With help from avsm@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/27 11:51:33

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
Require NULL oldp when dropping a connection.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/27 11:52:21

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

Log message:
Set oldp en oldlenp to NULL; provide feedback; set exit status.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 11:56:57

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
restrict the ipsec flows to BGP only; ok henning


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/27 11:56:57

Modified files:
	faq/pf         : filter.html 

Log message:
pass quick on lo0 all, not only pass in quick ...
From: Calyth <calyth2004@shaw.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/04/27 12:02:07

Modified files:
	regress/gnu/egcs/gcc-bounds: Makefile 
Added files:
	regress/gnu/egcs/gcc-bounds: declare-14.c declare-14.c.exp.gcc3 
	                             declare-15.c declare-15.c.exp.gcc3 

Log message:
regress check for macro presence/failure in bounded attrib declaration


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 12:26:35

Modified files:
	sbin/ipsecadm  : pfkdump.c 

Log message:
don't loop forever on 0-size extensions


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/04/27 12:28:08

Modified files:
	sys/net        : pf.c pf_norm.c pfvar.h 

Log message:
validate the sequence numbers on TCP resets are an exact match.  check is only
enabled when we're doing full frag reassembly and thus have full seq info
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 12:29:26

Added files:
	usr.sbin/tcpdrop: tcpdrop.8 

Log message:
initial documentation


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 12:35:48

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
two missing breaks, repairs tcpmd5, with markus


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/27 12:51:17

Modified files:
	lib/libc/sys   : recv.2 
	regress/sys/kern/unfdpass: Makefile expected unfdpass.c 

Log message:
fd passing works over a socketpair too of course so document this.
Also test it in regress to be pedantic (though the kernel path is
really the same).  While there, remove cred-passing code that we
don't support.  OK deraadt@,


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/27 15:13:09

Modified files:
	sbin/ifconfig  : ifconfig.8 ifconfig.c 

Log message:
reworking of man page and sync/update usage();

this stuff is based mostly on diffs from jared yanovich, with some stuff
from myself and otto;

ok naddy@ otto@ markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/27 15:21:56

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

Log message:
add an example w/ fstat(1)


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/04/27 15:25:11

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

Log message:
getaddrinfo 4th arg has to be non-null.  Gerard gerritsen


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/04/27 15:47:32

Modified files:
	sbin/pfctl     : pfctl_qstats.c 

Log message:
make "pfctl -vvsq" to print "No queue in use" and exit when there is no
queue to show the state.

requested by "Alexey E. Suslikov" <cruel@texnika.com.ua>

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 16:06:55

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y 

Log message:
parser parts for ipsec ike, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/27 16:14:11

Modified files:
	sbin/ifconfig  : ifconfig.c Makefile 

Log message:
clean up ifdef hell


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 16:42:13

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y pfkey.c printconf.c session.c 
	                 session.h 

Log message:
rename the ipsec struct to auth, move all tcpmd5 related fields in there, and
add a generic "method" field that expresses what method
(none/md5sig/ipsec manual/ipsec ike) is in use
markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 16:51:28

Modified files:
	etc            : rc 

Log message:
generate a isakmpd (host) key; ok henning, deraadt, cedric


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 17:02:41

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
ike before in


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 17:15:28

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
set conf.auth.methodod for md5, too


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 17:20:42

Modified files:
	usr.sbin/bgpd  : printconf.c 

Log message:
teach printconf about all this shiny new ipsec stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/27 18:20:47

Modified files:
	sys/net        : if_pfsync.c 

Log message:
point out that pfsync_send_bus and pfsync_sendout must be called in splnet()

ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/27 18:22:39

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

Log message:
IPv6 support; ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/27 18:28:43

Modified files:
	sys/netinet    : ip_carp.c ip_carp.h 
	sys/net        : if_pfsync.c if.c 
	sys/dev/mii    : mii_physubr.c 

Log message:
Make carp(4) aware of its physical interface:
- If the physical interface goes down or the link goes down,
the carp interface goes down as well.
- We treat this like the preemption holdoff with pfsync.
So if one of the carp interfaces is known to be bad (because the
physical interface it's associated with is bad), all the other carp
interfaces back off: they won't preempt, and their advskew goes to 240.

ok cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 18:38:39

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y pfkey.c printconf.c session.c 

Log message:
prefix the auth related defines by AUTH_, we had a name clash, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 18:39:32

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
add /etc/isakmpd/pubkeys/{fqdn,ipv4,ipv6,ufqdn}, theo markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/27 18:47:06

Modified files:
	sys/net        : if_pfsync.h 
	usr.bin/netstat: inet.c 

Log message:
pfsync stats fixups:
- convert counters to 64 bits
- add dedicated counters for sanity checks added right before release
- clean up netstat output


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 18:56:49

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

Log message:
keep route refresh counters into account when building sums, and
print route refresh counters in the neighbor view


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 18:59:09

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
don't load SAs into the kernel if IKE is used.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/27 19:00:50

Modified files:
	usr.sbin/ifstated: parse.y 

Log message:
correct yacc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/27 19:01:27

Modified files:
	etc            : ifstated.conf pf.os rc 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 19:08:38

Modified files:
	usr.sbin/bgpd  : bgpd.h 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/27 19:13:18

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
remove XXX that is wrong


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/27 19:13:36

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/27 19:20:29

Modified files:
	sys/net        : if.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/27 19:30:00

Modified files:
	audio/faad     : Makefile distinfo 
	audio/faad/patches: patch-frontend_Makefile_am 
	                    patch-frontend_main_c 
	                    patch-libfaad_Makefile_am 
	audio/faad/pkg : DESCR PFRAG.shared PLIST 
Added files:
	audio/faad/patches: patch-Makefile_am 
	                    patch-common_mp4ff_mp4ff_int_types_h 
	                    patch-libfaad_structs_h 
Removed files:
	audio/faad/patches: patch-bootstrap patch-configure_in 
	                    patch-frontend_audio_c 

Log message:
update to 2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/27 19:30:53

Modified files:
	x11/vlc        : Makefile 
	x11/vlc/pkg    : PLIST 

Log message:
enable faad support, bump pkgname


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 19:36:56

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
prevent multiple auth methods to be specified


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/04/27 19:37:12

Removed files:
	lib/libkvm     : kvm_x86_64.c 

Log message:
remove dup file kvm_amd64 should be used.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/04/27 19:45:49

Modified files:
	sys/dev/ic     : mpt.c mpt_openbsd.c 

Log message:
Removing some erroneous \n junk and a little KNF.  ok & tested krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/27 19:53:45

Modified files:
	sys/netinet    : ip_carp.h 
	usr.bin/netstat: inet.c 

Log message:
carp stats cleanup:
- convert counters to 64 bits
- remove junk from netstat

ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/27 20:17:03

Modified files:
	usr.sbin/tcpdump: Makefile interface.h print-ip.c tcpdump.8 
	                  tcpdump.c 
Added files:
	usr.sbin/tcpdump: print-carp.c 

Log message:
Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.

ok markus@ pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 20:20:58

Modified files:
	sys/uvm        : uvm_extern.h uvm_km.c uvm_stat.c 

Log message:
remove mb_object*; ok tedu


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/27 20:25:49

Modified files:
	openssh        : portable.html ftp.html 
	.              : ftp.html 

Log message:
Remove ftp.src.uchicago.edu as a mirror, as requested by David Forero,
forero et uchicago dit edu.


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/27 20:43:09

Modified files:
	sys/net        : pf.c pf_if.c pf_ioctl.c pf_norm.c pf_table.c 

Log message:
Dont step into INET6 code, just because af != AF_INET
Also comment #endif properly while being here

ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/27 20:51:58

Modified files:
	sys/net        : if_bridge.c pf.c pfvar.h 
	sys/netinet    : ip_output.c ip_var.h 

Log message:
make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 20:57:01

Modified files:
	usr.sbin/bgpd  : pfkey.c session.h 

Log message:
keep track of which ipsec/md5 SAs we inserted - ESRCH on blind removal
otherwise, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/04/27 20:57:27

Modified files:
	usr.sbin/bgpd  : bgpd.h rde.c 

Log message:
Enable route refresh in the RDE. Now peer can request route refreshes.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/27 21:16:31

Modified files:
	lib/libkvm     : kvm_file.c 

Log message:
Include db.h, not ndbm.h since this uses db routines and not ndbm.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 21:19:52

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
make sure send and reply are in sync; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/27 21:31:33

Modified files:
	sys/net        : pf_table.c 

Log message:
do not return here


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 21:34:38

Modified files:
	usr.sbin/bgpd  : pfkey.c rde.c 

Log message:
make this at least compile


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 21:53:36

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
do not give up on ESRCH, someone might have mucked with ipsecadm behind
our back, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/27 22:34:46

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y printconf.c 

Log message:
allow ah/esp spec with IKE, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/04/27 22:36:16

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Unbreak the stuff that I commited first that was totaly broken. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/27 22:59:32

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
support for AH flows and SAs


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/27 23:06:13

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

Log message:
Put authpf user's IP addresses in the <authpf_users> table.
ok deraadt@ dhartmei@ markus@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/04/27 23:17:10

Modified files:
	usr.bin/ssh    : ssh_config.5 sshd_config.5 

Log message:
manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/27 23:43:43

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/04/27 23:55:11

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

Log message:
Improve a bit. ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/28 00:28:23

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

Log message:
typo from Jared Yanovich;
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/28 00:35:20

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

Log message:
clean up EXAMPLES;
ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 00:43:04

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
FILE * leak; henning ja ja ja ja


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/28 00:45:37

Modified files:
	usr.sbin/bgpd  : session.c session.h 

Log message:
if a peer follows the extremely misgiuded path that the RFCs just barely allow
to send a NOTIFICATION and thus ternminating the session when it sees a
capability it doesn't support (who would guess: zebra does so), parse the
data section of the notifcication to find out what what capabilties it didn't
like and do not advertise them the next time the session gets up. In case we
get a notification about unsupported capabilities with an empty data part
(don't ask for RFCs... and guess who does that), disable capabilty announcement
alltogether.
claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/28 00:47:12

Modified files:
	usr.sbin/pkg_add/OpenBSD: Vstat.pm 

Log message:
Blech, SFS yields weird mount/df shit.
Non absolute mount points ? give me a break.

Fix for ugly nonsense. Problem reported by David Mazieres.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/28 00:50:21

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
slightly more intricate selectors code.
Approved by at least sturm@ and fries@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/28 00:53:12

Modified files:
	lib/libevent   : Makefile event.3 event.c event.h evsignal.h 
	                 kqueue.c poll.c select.c signal.c 
Added files:
	lib/libevent   : buffer.c evbuffer.c 

Log message:
update to libevent 0.8; keep local changes

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/28 00:53:17

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
Use the string version of system. Works with PAGER=less -s.
ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/04/28 00:55:57

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

Log message:
speed up -> sped up, from tedu@, ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/28 00:57:41

Removed files:
	usr.sbin/dhcp  : CHANGES Makefile Makefile.inc 
	usr.sbin/dhcp/common: Makefile alloc.c bpf.c conflex.c convert.c 
	                      dhcp-options.5 dispatch.c errwarn.c 
	                      ethernet.c hash.c icmp.c inet.c memory.c 
	                      options.c packet.c parse.c print.c 
	                      socket.c tables.c tree.c 
	usr.sbin/dhcp/dhclient: Makefile clparse.c dhclient-script.8 
	                        dhclient.8 dhclient.c dhclient.conf 
	                        dhclient.conf.5 dhclient.leases.5 
	usr.sbin/dhcp/dhclient/scripts: Makefile dhclient-script 
	usr.sbin/dhcp/doc: rfc2131.txt rfc2132.txt rfc951.txt 
	usr.sbin/dhcp/includes: cdefs.h dhcp.h dhcpd.h dhctoken.h hash.h 
	                        inet.h osdep.h site.h sysconf.h tree.h 
	                        version.h 
	usr.sbin/dhcp/includes/arpa: nameser.h 
	usr.sbin/dhcp/includes/cf: openbsd.h 
	usr.sbin/dhcp/relay: Makefile dhcrelay.8 dhcrelay.c 
	usr.sbin/dhcp/server: Makefile bootp.c confpars.c db.c dhcp.c 
	                      dhcpd.8 dhcpd.c dhcpd.conf dhcpd.conf.5 
	                      dhcpd.leases.5 
	usr.sbin/dhcp/statmsg: Makefile Makefile.dist main.c 
	usr.sbin/dhcp/sysconfd: Makefile Makefile.dist sysconfd.c 

Log message:
It is a big pleasure for me to remove this highe pile of gunk from the tree.
dhclient, dhcrelay and dhcpd have been factored out and cleaned up big time,
dhcpd and dhcrelay chroot itself, drop privileges and lock their bpf
descriptors after applyiing read/write filters now, and this pile of ISC code
with it's lovely char ServerName; /* Name of Server */ constructs is
obsolete.
theo ok, I owe you some beers for this pleasure


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 00:59:58

Modified files:
	sbin/pflogd    : pflogd.c 

Log message:
fd leaks; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/28 01:02:56

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
remove unnecessary .Pp;


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/04/28 01:05:27

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
Pointer that are used later in the code should be initalized. Fixes a crash
noticed by Henning. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/28 01:13:42

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

Log message:
add SendEnv to -o list;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 01:32:57

Modified files:
	libexec/spamd-setup: spamd-setup.c 

Log message:
fd leaks; beck ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/28 01:35:07

Modified files:
	lib/libevent   : event.3 

Log message:
various tweaks;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/28 01:46:39

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

Log message:
kill whitespace and make example consistent w/ rest of page;


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/28 01:48:37

Modified files:
	usr.sbin       : Makefile 

Log message:
add tcpdrop


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/04/28 01:49:32

Modified files:
	usr.sbin       : Makefile 

Log message:
sort


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/28 02:33:17

Log message:
    Import of py-cheetah-0.9.15
    
    Cheetah is a Python-powered template engine and code generator. It can
    be used as a standalone utility or it can be combined with other tools.
    Cheetah has many potential uses, but web developers looking for a viable
    alternative to ASP, JSP, PHP and PSP are expected to be its principle
    user group.
    
    ok sturm@.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Apr-28
    
    N ports/devel/py-cheetah/Makefile
    N ports/devel/py-cheetah/distinfo
    N ports/devel/py-cheetah/pkg/PLIST
    N ports/devel/py-cheetah/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/04/28 02:34:32

Modified files:
	devel          : Makefile 

Log message:
+ py-cheetah


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/28 06:29:02

Modified files:
	net/ncftp      : Makefile distinfo 

Log message:
use latest KAME patch for IPv6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/28 07:05:01

Modified files:
	audio/faad     : Makefile 

Log message:
the distfile makes our tar exit on error so i rerolled it but forgot
to change the master_sites, pointed out by jcs and naddy


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/28 08:18:02

Modified files:
	.              : 35.html 

Log message:
typo, Bernd Ahlers <ba@bsws.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/04/28 08:40:00

Modified files:
	sbin/isakmpd   : ipsec_num.cst isakmp_num.cst 

Log message:
Reserve some payload numbers for RFC 3547 and the earlier NAT-T drafts. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/04/28 09:12:20

Modified files:
	sys/net        : pf_table.c 

Log message:
gcc3 shut up (from naddy@)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 09:18:57

Modified files:
	libexec/rpc.rusersd: rusers_proc.c 
	libexec/tftpd  : tftpd.c 

Log message:
fd leaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/28 10:42:48

Log message:
    Import wol 0.7.0; submitted by Johan Fredin <griffin@legonet.org>.
    
    wol implements Wake On LAN functionality in a small program. It wakes
    up hardware that is Magic Packet compliant.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040428
    
    N ports/net/wol/Makefile
    N ports/net/wol/distinfo
    N ports/net/wol/pkg/DESCR
    N ports/net/wol/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/28 10:43:57

Modified files:
	net            : Makefile 

Log message:
+wol


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:46:03

Modified files:
	include        : md5.h 
Added files:
	lib/libc/hash  : md5.c 

Log message:
PD version of md5(3) based on code written by Colin Plumb.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:52:08

Modified files:
	include        : md5.h 
	lib/libc/hash  : md5.c 

Log message:
Rename members of struct MD5Context to match other hash routines.
Add constants for buffer lengths and use them.
Make bit count 64bit based on changes by niklas@ long ago.
Conver htole32n() to macros and unroll loops.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:54:00

Modified files:
	include        : md4.h 
Added files:
	lib/libc/hash  : md4.c 

Log message:
PD md4 code derived from Colin Plumb's md5 routines.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:54:58

Modified files:
	lib/libc/hash  : rmd160.3 sha1.3 

Log message:
Xr sha2(3)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:55:46

Added files:
	lib/libc/hash  : mdX.3 

Log message:
md[45] man page


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:56:49

Modified files:
	lib/libc       : Makefile.inc 
	lib/libc/hash  : Makefile.inc 

Log message:
Don't build lib/libc/md, build md[45] in lib/libc/hash instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 10:57:10

Removed files:
	lib/libc/md    : Makefile.inc md4.copyright md4c.c md5.copyright 
	                 md5c.c mdX.3 mdXhl.c 

Log message:
Remove old md[45]


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/28 10:59:00

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

Log message:
wd(4) devices nowadays also have a ``high level'' interface, we
call it ``ATA''.

ok tom@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 11:03:46

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 11:12:31

Modified files:
	fr             : donations.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 11:12:42

Modified files:
	openssh/fr     : faq.html report.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 11:14:30

Modified files:
	pt             : donations.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 11:14:51

Modified files:
	hu             : plat.html sparc64.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 11:15:00

Modified files:
	openssh/hu     : macos.html report.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/04/28 11:21:16

Modified files:
	sys/dev/ic     : wdcreg.h 

Log message:
Add FLUSH CACHE EXT command from ATA/ATAPI-6 spec.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 11:42:27

Modified files:
	usr.sbin/bgpd  : session.c session.h 

Log message:
rename sock to fd


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/28 12:10:34

Modified files:
	x11/fluxbox    : Makefile distinfo 
	x11/fluxbox/patches: patch-util_fbrun_FbRun_cc 
	x11/fluxbox/pkg: DESCR PLIST 
Added files:
	x11/fluxbox/patches: patch-src_FbCommands_cc 
Removed files:
	x11/fluxbox/files: menu 
	x11/fluxbox/patches: patch-configure_in patch-src_BaseDisplay_cc 

Log message:
update to 0.9.9 (developement release); 1.0.0 will be the stable one.
mainly from Francois Briere <f.briere@dopha.org>; modifications from me
ok naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 12:39:04

Modified files:
	de             : 35.html donations.html errata.html ftp.html 
	                 index.html 
Added files:
	de             : errata34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 12:39:14

Modified files:
	openssh/de     : goals.html list.html windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/04/28 12:39:23

Modified files:
	openssh/usage/de: graphs.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/04/28 13:57:48

Modified files:
	print/lyx/patches: patch-configure 

Log message:
ensure libqt-mt is used

problem found by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/04/28 14:05:07

Modified files:
	usr.sbin/tcpdump: privsep_pcap.c 

Log message:
Fix fd leaks.
Found by and ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/28 14:20:32

Modified files:
	sbin/isakmpd   : ike_quick_mode.c policy.c policy.h 

Log message:
remove unused variable and shorten names of two other.  Removed some spaces
while around.

ok ho@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 14:24:59

Modified files:
	lib/libc/hash  : md4.c md5.c 

Log message:
Pass sizeof(*pointer) not sizeof(point) to memset.  Karsten Desler.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/28 14:39:35

Modified files:
	sys/crypto     : sha1.c sha1.h 

Log message:
Some KNF, made bit count u_int64_t instead of u_int32_t (similar to libc).
Added constants for buffer lengths.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/04/28 15:40:32

Modified files:
	math/R         : Makefile distinfo 
	math/R/pkg     : PLIST 
Added files:
	math/R/patches : patch-src_main_main_c patch-src_main_platform_c 
	                 patch-src_modules_X11_dataentry_c 
Removed files:
	math/R/patches : patch-Makeconf.in 

Log message:
Update to 1.9.0.
Revised from a submission by Chris Kuethe <ckuethe@ualberta.ca>.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 16:06:02

Modified files:
	lib/libc/hash  : sha2.c 

Log message:
KNF: function names should be at column 0 for easier grepping.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 17:11:57

Modified files:
	sys/crypto     : sha2.c sha2.h 

Log message:
Sync userland sha2.c with kernel.  The SHAXXX_End and SHAXXX_Data functions
have been removed; we provide these in userland but not in the kernel.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 17:58:41

Modified files:
	bin/md5        : md5.c 

Log message:
Use the FOO_DIGEST_LENGTH macros


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/04/28 18:45:25

Modified files:
	security/cfs/pkg: DESCR 

Log message:
fix link to CFS paper; dhc@scurvy.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/04/28 19:01:17

Modified files:
	audio/faad/pkg : PLIST 
	converters/playfair/pkg: PLIST 

Log message:
conflicts, spotted by jcs


CVSROOT:	/cvs
Module name:	www
Changes by:	canacar@cvs.openbsd.org	2004/04/28 19:16:18

Modified files:
	.              : events.html 

Log message:
3rd LOSF, Ankara, from Berk Demir, ok deraadt@, nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 20:39:33

Modified files:
	lib/libc/hash  : helper.c 

Log message:
Some KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/28 20:43:06

Modified files:
	lib/libc/hash  : helper.c 

Log message:
more KNF


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/28 21:28:48

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Attitude++
Next time some dim^H^H^H^Hone thinks they have a Theo-given right to
make life difficult on themselves and everyone else by doing things the
hard way, just point 'em at
http://www.openbsd.org/faq/upgrade-minifaq.html#1.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/04/28 21:49:52

Modified files:
	devel/darcs    : Makefile distinfo 
	devel/darcs/patches: patch-GNUmakefile 
	devel/darcs/pkg: PLIST 
Added files:
	devel/darcs/patches: patch-configure 

Log message:
Update darcs to 0.9.19.
Now builds with latest GHC, and works on amd64
Change maintainer to me.

ok @avsm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 22:08:43

Modified files:
	usr.sbin/tcpdump: print-carp.c 

Log message:
unused variables; ok mcbride


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/28 22:19:37

Modified files:
	usr.sbin/tcpdump: privsep_pcap.c 

Log message:
a slight polishing...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 00:23:45

Modified files:
	sys/arch/mvme68k/dev: if_le.c 
	sys/arch/mvme88k/dev: if_le.c 

Log message:
Correctly initialize the hardware's memory address on MVME376, it uses
A24 accesses. Fixes the reccurent timeout problems.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 00:25:36

Modified files:
	sys/arch/mvme88k/include: profile.h 
Added files:
	sys/arch/luna88k/include: profile.h 
	sys/arch/m88k/include: profile.h 

Log message:
luna88k needs a <machine/profile.h> as well, so share it with mvme88k.


CVSROOT:	/cvs
Module name:	www
Changes by:	tom@cvs.openbsd.org	2004/04/29 03:22:09

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Fix typo, from Jochem Kossen, jkossen (at) xs4all (dot) nl.

Also s/systemcall/system call/.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 03:53:19

src/sys/arch/m88k/m88k

Update of /cvs/src/sys/arch/m88k/m88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/m88k/m88k

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


CVSROOT:	/cvs
Module name:	www
Changes by:	avsm@cvs.openbsd.org	2004/04/29 06:08:04

Modified files:
	.              : donations.html 

Log message:
ian mcewan for sparc64, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/29 07:13:23

Modified files:
	.              : mvme88k.html 

Log message:
No more MVME376 issues.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/04/29 07:17:12

Modified files:
	.              : luna88k.html 

Log message:
Manual page links (not operational yet)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/29 07:33:58

Modified files:
	lib/libc/hash  : mdX.3 

Log message:
typo in SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 07:34:37

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

Log message:
Correctly report empty a.out objects as "no name list" instead of "bad format".

ok mickey@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/29 08:13:18

Modified files:
	lib/libc/hash  : sha2.c 
	sys/crypto     : sha2.c 

Log message:
The data pointer passed to the transform function may not be properly
aligned so copy it in a way that a) is endian indepenent and b) does
not rely on alignment.  Problem found and solution tested by hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 08:33:27

Modified files:
	sys/arch/luna88k/conf: GENERIC Makefile.luna88k RAMDISK 
	                       files.luna88k 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/mvme88k/conf: GENERIC M187 M188 M197 Makefile.mvme88k 
	                       RAMDISK files.mvme88k 
Added files:
	sys/arch/m88k/m88k: cmmu.c genassym.cf m88100_fp.S m88110_fp.S 
	                    m88110_mmu.S process.S process_machdep.c 
	                    subr.S trap.c vectors_88100.S 
	                    vectors_88110.S 
Removed files:
	sys/arch/luna88k/luna88k: cmmu.c genassym.cf 
	                          locore_asm_routines.S m88100_fp.S 
	                          process.S process_machdep.c trap.c 
	                          vectors_88100.S 
	sys/arch/mvme88k/mvme88k: cmmu.c genassym.cf 
	                          locore_asm_routines.S m88100_fp.S 
	                          m88110_fp.S m88110_mmu.S process.S 
	                          process_machdep.c trap.c 
	                          vectors_88100.S vectors_88110.S 

Log message:
Continue factorizing m88k common code, this time files in <arch>/<arch>
which were copied verbatim from mvme88k to luna88k.

This requires backing out syntactic sugar in mvme88k kernel configuration
files which would deduct the required processor types from the board models,
as the common code only depends upon the M88100 and M88110 defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 08:35:22

Modified files:
	sys/arch/luna88k/dev: mb89352reg.h 
	sys/arch/luna88k/include: board.h 

Log message:
Typos


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/04/29 08:37:08

Modified files:
	.              : plus.html 

Log message:
typo; Mattias Hedenskog <mattias@hedenskog.se>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/29 09:51:16

Modified files:
	include        : md4.h md5.h sha1.h rmd160.h sha2.h 
	lib/libc/hash  : helper.c mdX.3 rmd160.3 sha1.3 sha2.3 

Log message:
Undo some recent prototype changes; it is legal to pass the helper
functions can take a NULL buf pointer.  They will malloc memory as
needed in this case.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/29 10:04:50

Modified files:
	mail/p5-MIME-Types: Makefile distinfo 

Log message:
update to 1.13; ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 10:20:02

Modified files:
	sys/arch/mvme88k/dev: cl.c 

Log message:
Bugfix sync with mvme68k:
- wait until all RX processing is over to invoke ddb upon break
- turn off the most annoying log() messages unless option DEBUG


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/29 11:30:15

Modified files:
	x11/fluxbox    : Makefile 

Log message:
fix the doubled --enable-xinerama; from Bernd Ahlers <b.ahlers@ba-net.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/29 12:38:23

Modified files:
	lib/libc/hash  : md5.c 

Log message:
Changes inspired by Markus's rmd160 implementation:
o Make MD5Update() more readable
o Simplify padding in MD5Final()
o Do copy + byte flip in MD5Transform() instead of in the caller

The result is a faster md5 and the byte order foo is kept to a minimum.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/29 12:45:39

Modified files:
	lib/libc/hash  : md4.c 

Log message:
Sync with md5.c rev. 1.4


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/29 13:23:15

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

Log message:
document abbreviated commands -- same way as systat; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/29 13:54:36

Modified files:
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 

Log message:
Repair depend phase


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/29 13:56:04

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h buffer.c control.c imsg.c mrt.c 
	                 parse.y rde.c session.c 

Log message:
sock -> fd; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/04/29 15:03:09

Modified files:
	etc            : pf.conf 

Log message:
reminder to set net.inet.ip.forwarding/net.inet6.ip6.forwarding in sysctl.conf
ok cedric@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/04/29 16:36:27

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Better checking of minimum payload lengths.  Drop out safely when an unknown
payload type is encountered.  While around, do some KNF.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/29 23:47:50

Modified files:
	usr.sbin/bgpd  : parse.y rde.c rde_attr.c rde_update.c 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/30 00:15:45

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

Log message:
missing full stop;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/30 00:52:48

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

Log message:
missing full stop;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/30 00:57:17

Modified files:
	bin/ksh        : ksh.1tbl 

Log message:
typo;
from ray at cyth dot net (PR 3762);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/30 05:22:46

Modified files:
	games/fortune/datfiles: fortunes 

Log message:
kill extra space at line start;
from ray at cyth dot net (PR 3763);

also punctuation fixes;

ok tom@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/04/30 05:37:49

Modified files:
	regress/sbin/pfctl: pf63.in pf63.ok pf64.in pf64.ok 

Log message:
modify pf63 and pf64 to pass the stricter check that was added recently.
noticed by david@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/04/30 06:53:56

Modified files:
	regress/sbin/pfctl: pf35.in pf35.ok pf43.in pf43.ok pf58.in 
	                    pf58.ok 

Log message:
more altq parameter tweaks to silence warnings.
noticed by david@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/30 07:03:31

Modified files:
	etc/mail       : aliases 

Log message:
the mail command lives in /usr/bin, not /bin;
ok xsa@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/04/30 09:30:53

Modified files:
	etc/mail       : aliases 

Log message:
oops, this was a reference to the local delivery agent - correct it
to /usr/libexec/mail.local;

from millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/30 11:13:03

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

Log message:
Let __strerror work by fixing a number of problems. Work by tholo and I,
okay millert@.

- atoi was bogus.
- atoi was not reentrant.
- there's no reason to cast stuff to unsigned int.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/30 11:13:36

src/regress/lib/libc/strerror

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

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


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/04/30 11:15:12

Modified files:
	regress/lib/libc: Makefile 
Added files:
	regress/lib/libc/strerror: Makefile strerror_test.c valid.ok 

Log message:
Add tests for strerror.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/30 11:34:05

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
plug memory leaks; henning ok


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:00:25

Modified files:
	faq/pf         : anchors.html authpf.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 shortcuts.html tables.html tagging.html 

Log message:
PF User's Guide updates for OpenBSD 3.5.
Work done by Joel Knight (enabled et myrealbox.dit com), many, many thanks
to him for providing and maintaining some darned good docs.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:01:56

Modified files:
	faq            : faq2.html 

Log message:
New man page info from jmc@, update to OpenBSD 3.5


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:02:51

Modified files:
	faq            : faq6.html 

Log message:
New PXE booting section, checkover and help tom@,
update for 3.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:04:29

Modified files:
	faq            : faq14.html 

Log message:
Update boot limits info, help and checkover from tom@,
general updates for 3.5


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:06:20

Modified files:
	faq            : faq1.html faq3.html faq4.html faq5.html 
	                 faq8.html faq9.html faq10.html faq12.html 

Log message:
FAQ updates for OpenBSD 3.5


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:08:44

Modified files:
	faq            : index.html 

Log message:
Sync with other 3.5 updates


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/30 12:22:13

Modified files:
	share/man/man4/man4.mvme88k: le.4 vs.4 

Log message:
Sync synopsis section with reality.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/04/30 12:32:37

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Bump version number, while waiting for "other things"...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/04/30 12:42:05

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
remove MAX_PREFIX_PER_AS debug gunk, claudio djm ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/30 13:08:02

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
Fix logic botch resulting in a too optimistic openings value.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/04/30 13:53:01

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/30 14:28:16

Modified files:
	.              : index.html 

Log message:
ok.. it is 8 years... spotted by millert


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/04/30 14:30:30

Modified files:
	distrib/hppa   : list 
	sys/arch/hppa/conf: RAMDISK 

Log message:
allow for ccd on ramdisk; per weissmanndude's request and testing


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/04/30 15:32:54

Modified files:
	sys/arch/mvme88k/dev: vme.c 
	sys/arch/mvme88k/include: bus.h 

Log message:
Correctly cope with unaligned memory pointers in d16_b*()


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/30 15:32:56

Modified files:
	infrastructure/db: user.list 

Log message:
Add the _vscan user/group (used by mail/amavisd-new); ok jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 15:39:14

Modified files:
	sys/conf       : Tag: OPENBSD_3_5 newvers.sh 

Log message:
here comes -stable


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 15:41:40

Modified files:
	sys/kern       : Tag: OPENBSD_3_5 sysv_shm.c 

Log message:
MFC:
Fix by tedu@

not a pasto.

ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 15:43:30

Modified files:
	sys/net        : Tag: OPENBSD_3_5 pf_ioctl.c 

Log message:
MFC:
Fix by mcbride@

The rule_number parameter for pf_get_pool() needs to be 32 bits, not 8 -
this fixes corruption of the address pools with large rulesets.

Reported by Zbigniew Kossowski <zk@openbsd.com.pl>, hours of braintwisting
debugging by pb@

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 15:46:33

Modified files:
	sys/net        : Tag: OPENBSD_3_5 pf.c pf_norm.c 

Log message:
MFC:
Fix by dhartmei@

prevent an endless loop with route-to lo0, fixes PR 3736

ok deraadt@ dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 15:54:27

Modified files:
	sys/dev/ic     : Tag: OPENBSD_3_5 gdt_common.c 

Log message:
MFC:
Fix by deraadt@

This has been a pain in the ass for about 8 months which made new ICP
cards lock up under load: skip two initializations that we were
previously told to use by ICP themselves (ie. from their linux
driver).  now we are not supposed to use those APIs, because the new
firmwares for their new cards become unrealiable.  and that is all we
have been able to find out.  sigh.

For some cards, you must also be sure to get a new boot firmware from
ICP because they made another mistake: Any bootblock that tried to
switch back and forth between real and protected mode ended up with
corrupted registers.

from Achim_Leubner@adaptec.com, via niklas, tested on a few cards
by a few people.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/04/30 16:01:10

Modified files:
	lib/libc/gen   : signal.3 

Log message:
Mention siginterrupt; OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 16:07:37

Modified files:
	sys/dev/ic     : Tag: OPENBSD_3_5 siop.c 
	sys/dev/ieee1394: Tag: OPENBSD_3_5 fwscsi.c 
	sys/scsi       : Tag: OPENBSD_3_5 scsi_base.c scsiconf.c 
	                 scsiconf.h 

Log message:
MFC:
Fix by krw@

Restore siop's (and possibly others) ability to negotiate tags/wide/sync by
reverting to a single (short) INQUIRY command during probe. Compensate in siop
by trying PPR on all targets on SCSI-3 buses and falling back to WDTR/SDTR if
PPR rejected.

Problem found by mickey@. Tested on a wide variety of devices by Marco.

ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/04/30 16:08:18

Modified files:
	sys/net        : if_pfsync.c 

Log message:
Unbreak building pfsync without carp. Found by marc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/04/30 16:18:13

Modified files:
	mail/amavisd-new/pkg: MESSAGE PLIST 

Log message:
add @extra for the config file; change /usr/local/ to ${PREFIX}
in MESSAGE; identified by xsa@; ok xsa@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/04/30 17:23:22

Modified files:
	.              : index.html 
Added files:
	images         : puffy35.gif 

Log message:
move to 3.5


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 17:27:58

Modified files:
	sys/net        : Tag: OPENBSD_3_4 pf.c 

Log message:
MFC:
Fix by dhartmei@

prevent an endless loop with route-to lo0, fixes PR 3736

ok deraadt@ dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 17:28:37

Modified files:
	sys/net        : Tag: OPENBSD_3_4 pf_norm.c 

Log message:
MFC:
Fix by frantzen@

be careful about option lengths

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 17:28:58

Modified files:
	sys/net        : Tag: OPENBSD_3_4 pf_ioctl.c 

Log message:
MFC:
Fix by mcbride@

The rule_number parameter for pf_get_pool() needs to be 32 bits, not 8 -
this fixes corruption of the address pools with large rulesets.

Reported by Zbigniew Kossowski <zk@openbsd.com.pl>, hours of braintwisting
debugging by pb@

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 17:30:40

Modified files:
	sys/dev/ic     : Tag: OPENBSD_3_4 gdt_common.c 

Log message:
MFC:
Fix by deraadt@

This has been a pain in the ass for about 8 months which made new ICP
cards lock up under load: skip two initializations that we were
previously told to use by ICP themselves (ie. from their linux
driver).  now we are not supposed to use those APIs, because the new
firmwares for their new cards become unrealiable.  and that is all we
have been able to find out.  sigh.

For some cards, you must also be sure to get a new boot firmware from
ICP because they made another mistake: Any bootblock that tried to
switch back and forth between real and protected mode ended up with
corrupted registers.

from Achim_Leubner@adaptec.com, via niklas, tested on a few cards
by a few people.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/30 17:34:15

Modified files:
	etc            : group master.passwd 

Log message:
rbootd privsep uid/gid


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 18:02:22

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_4 modules.c 

Log message:
MFC:
Fix by millert@

Add a check for absolute pathnames; from cvs 1.11.10

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 18:03:03

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_3 modules.c 

Log message:
MFC:
Fix by millert@

Add a check for absolute pathnames; from cvs 1.11.10

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/04/30 18:03:59

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

Log message:
Fix nasty bug where driver would not correctly catch and handle an rnr
condition when it was due to the the recieve buffers being exhausted with
no packet transmits during that time. Symptom was that the fxp would
simply stop interrupting for the next 15 seconds until the watchdog kicked
in and reset the chip due to 15 seconds of inactivity, making the fxp very
poorly behaved when hammered on hard.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 18:09:46

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_4 client.c modules.c 

Log message:
MFC:
Fix by otto@

- a malicious server may send path names that translate out of the
local cvs tree on the client, enabling the server to overwrite files
on the client.

- a client may read files outside the repository using the -p flag
with the checkout command.

ok deraadt@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 18:17:35

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_3 client.c modules.c 

Log message:
MFC:
Fix by otto@

- a malicious server may send path names that translate out of the
local cvs tree on the client, enabling the server to overwrite files
on the client.

- a client may read files outside the repository using the -p flag
with the checkout command.

ok deraadt@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 18:19:41

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_5 client.c modules.c 

Log message:
MFC:
Fix by otto@

- a malicious server may send path names that translate out of the
local cvs tree on the client, enabling the server to overwrite files
on the client.

- a client may read files outside the repository using the -p flag
with the checkout command.

ok deraadt@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/04/30 18:39:22

Modified files:
	usr.sbin/rbootd: bpf.c conf.c pathnames.h rbootd.c utils.c 

Log message:
priv revoking; tested by millert


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/04/30 19:37:58

Modified files:
	sys/ufs/ufs    : Tag: OPENBSD_3_5 ufs_lookup.c 

Log message:
MFC:
Fix by tedu@

fix niklas's panic and pr3672 with freebsd rev 1.54 (don't trust DIRSIZ)
extra testing otto@ sturm@ tdeval@

ok deraadt@ tedu@


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/04/30 23:23:40

Modified files:
	.              : ports.html 

Log message:
- add link to 3.5_packages/ which is now available
- update examples for pkg tools w/ 3.5 equivalents


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/01 03:05:11

Modified files:
	pt             : cvsup.html donations.html ftp.html index.html 
	                 orders.html translation.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/01 03:05:37

Modified files:
	faq/pt         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/01 03:31:20

Modified files:
	hu             : ftp.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/01 03:31:25

Modified files:
	de             : index.html mac68k.html ports.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/01 03:31:34

Modified files:
	openssh/hu     : faq.html ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/01 03:31:50

Added files:
	faq/hu         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/01 04:52:59

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

Log message:
let __strerror fill precisely the part of the buffer it can.
okay millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/01 08:23:27

Modified files:
	infrastructure/db: systrace.filter 

Log message:
according to Niels, execve needs "true then permit" in order for emulation
changes to work correctly. This allows fixes for emulation issues with
some linux-compat ports (jdk, netscape).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/01 08:27:07

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

Log message:
allow for additional port specific systrace policies, needed to make
jdk-linux and netscape build with systrace

ok espie and others


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/01 08:29:18

Modified files:
	devel/jdk/1.3-linux: Makefile 
	www/netscape   : Makefile.inc 
Added files:
	devel/jdk/1.3-linux: systrace.policy 
	www/netscape/communicator: systrace.policy 
	www/netscape/communicator-linux: systrace.policy 
	www/netscape/navigator: systrace.policy 
	www/netscape/navigator-linux: systrace.policy 

Log message:
build with systrace enabled


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/01 08:55:42

Removed files:
	xc/lib/libxml2 : config.h 

Log message:
this file is not used


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/01 10:15:56

Modified files:
	mail/imp       : Makefile distinfo 
	mail/imp/pkg   : PLIST 

Log message:
update to imp-3.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/01 10:16:35

Modified files:
	devel/horde    : Makefile distinfo 
	devel/horde/pkg: PLIST 

Log message:
update to horde-2.2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/01 10:29:42

Added files:
	net/quirc/patches: patch-data_Makefile_in 

Log message:
missing DESTDIR, spotted by systrace


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/01 11:08:04

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

Log message:
becuase lint says so; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/01 12:16:45

Modified files:
	etc            : Makefile 

Log message:
Install /etc/wsconsctl.conf on luna88k.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/01 12:43:43

Modified files:
	x11/mplayer/patches: patch-libdha_Makefile 

Log message:
don't run ldconfig when faking, noticed by systrace

ok maintainer biorn@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/01 13:21:42

Modified files:
	.              : donations.html 

Log message:
cleaning out the paypal folder


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/01 13:43:10

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Split 3.4.9 into two entries: one to update bsd.own.mk (all arches) and
one to build gcc3 (sparc64 only).  From Peter Clark via kjell@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/05/01 16:15:10

Modified files:
	lib/libpthread/include: pthread_np.h 
	lib/libpthread/man: Makefile.inc pthread_suspend_np.3 pthreads.3 
	lib/libpthread/uthread: uthread_resume_np.c 
	                        uthread_stackseg_np.c 
	                        uthread_suspend_np.c 

Log message:
pthead_supsend_all_np and pthread_resume_all_np from freebsd via
Kurt Miller <truk at optonline.net>.   Kurt says:
They're needed for the java hotspot compiler in the 1.3+ jdk
OK brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/01 17:20:02

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

Log message:
Update description of disk_unbusy(); from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/01 17:23:13

Modified files:
	sys/dev/isa    : mcd.c 

Log message:
Fix a disk_unbusy() that was missing the 3rd argument; Georg Schwarz


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/01 17:57:38

Modified files:
	www/turba      : Makefile distinfo 
	www/turba/pkg  : MESSAGE PLIST 

Log message:
update to turba-1.2.2


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/05/01 18:06:13

Modified files:
	lib/libpthread : shlib_version 

Log message:
bump minor for new functions.  Reminder from brad@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/02 02:19:24

Modified files:
	.              : events.html 

Log message:
typos.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/02 05:54:32

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk
via Debian; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/02 05:57:52

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

Log message:
ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian.
ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 11:35:08

Modified files:
	usr.sbin/mtree : compare.c create.c 

Log message:
Use MD5_DIGEST_STRING_LENGTH


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 11:53:30

Modified files:
	bin/md5        : Makefile md5.1 md5.c rmd160.1 sha1.1 
Added files:
	bin/md5        : cksum.1 crc.c crc.h 

Log message:
Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.
Consequently, cksum moves becomes a link to md5 and moves to /bin.
The cksum man page could use some polishing.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 11:53:52

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

Log message:
cksum moved


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 11:55:09

Modified files:
	usr.bin        : Makefile 
Removed files:
	usr.bin/cksum  : Makefile cksum.1 cksum.c crc.c extern.h print.c 
	                 sum1.c sum2.c 

Log message:
cksum has been superceded by the md5 driver


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 11:55:53

Modified files:
	usr.sbin/mtree : Makefile extern.h misc.c spec.c 
Added files:
	usr.sbin/mtree : crc.c 

Log message:
Mtree needs the old crc routines; remove some extraneous includes while
I am at it.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/02 12:02:49

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
_rbootd user/group and cksum move


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/02 12:11:31

Modified files:
	distrib/sets/lists/base: md.luna88k md.mvme88k 
	distrib/sets/lists/comp: md.luna88k md.mvme88k 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/02 12:12:36

Modified files:
	lib/libevent   : Makefile 

Log message:
Do not define NOTE_EOF in CFLAGS. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/02 16:34:29

Modified files:
	regress/lib/libc/strerror: strerror_test.c valid.ok 

Log message:
more tests, okay millert@ (we probably don't pass them all yet, and will
after the strerror_r code is committed).


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/02 17:02:17

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

Log message:
ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/02 17:09:37

Log message:
    Import Apache::Session 1.6; submitted by Michael Coulter <mjc@bitz.ca>.
    
    Apache::Session is a persistence framework which is particularly useful
    for tracking session data between httpd requests.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040503
    
    N ports/www/p5-Apache-Session/distinfo
    N ports/www/p5-Apache-Session/Makefile
    N ports/www/p5-Apache-Session/pkg/DESCR
    N ports/www/p5-Apache-Session/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/02 17:10:43

Modified files:
	www            : Makefile 

Log message:
+p5-Apache-Session


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/02 17:17:51

Modified files:
	usr.bin/ssh    : scp.1 

Log message:
ConnectionTimeout -> ConnectTimeout for scp.1 too.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 17:53:47

Modified files:
	lib/libc/hash  : sha2.c 

Log message:
some minor KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/02 19:16:27

Modified files:
	lib/libpthread/uthread: Tag: OPENBSD_3_5 uthread_kern.c 

Log message:
MFC:
Fix by marc@

refresh curthread after a thread switch so it points to the real
current thread.

ok deraadt@ marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 20:55:56

Modified files:
	sys/crypto     : sha2.c 

Log message:
some minor KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 20:57:36

Modified files:
	sys/crypto     : sha2.c 

Log message:
Rev 1.4 was bogus (committed from the wrong tree), this repairs it.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/02 20:57:47

Modified files:
	lib/libc/hash  : sha2.c 

Log message:
Rev 1.4 was bogus (committed from the wrong tree), this repairs it.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/02 22:44:42

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

Log message:
little KNF issue


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/02 23:07:34

Modified files:
	lib/libc/stdio : perror.c 
	lib/libc/string: __strerror.c strerror.c strerror_r.c 

Log message:
build the error message in strerror_r.c directly, avoiding one copy there.
handle a few subtle details caught by the regression tests: correct
termination, non copying if buffer length == 0, errno setting.
let all former users of __strerror go through strerror_r.

Work by Todd Miller and I. Okay millert@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/02 23:13:04

Modified files:
	graphics/png   : Makefile 
Added files:
	graphics/png/patches: patch-pngerror_c 

Log message:
Fix for CAN-2004-0421:
Steve Grubb reports a buffer read overrun in libpng's
png_format_buffer function. A specially constructed PNG image
processed by an application using libpng may trigger the buffer
read overrun and possibly result in an application crash.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/05/03 00:27:00

Modified files:
	editors/xemacs21: Makefile 

Log message:
no-autoheader there too


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/03 01:14:53

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
protecing with NONE means we must drop the wired count.
solves problems encountered by david@ and dtucker@ (pr3758)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/03 01:36:32

Log message:
    Import hs-crypto-1.1.2
    
    Haskell Cryptographic Library 1.1.2
    
    This library collects together existing Haskell cryptographic functions
    
    Status:
    
    Vendor Tag:	dons
    Release Tags:	dons_2004-May-03
    
    N ports/security/hs-crypto/Makefile
    N ports/security/hs-crypto/distinfo
    N ports/security/hs-crypto/pkg/PLIST
    N ports/security/hs-crypto/pkg/DESCR
    N ports/security/hs-crypto/pkg/MESSAGE
    N ports/security/hs-crypto/patches/patch-Makefile
    N ports/security/hs-crypto/patches/patch-package_conf_in
    N ports/security/hs-crypto/patches/patch-test_sh
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/03 01:38:44

Modified files:
	security       : Makefile 

Log message:
+hs-crypto


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/05/03 01:51:59

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
fix a stupid mistake in my previous commit.
"if (error == 0)" should be "if (error != 0)".


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/03 05:30:13

Modified files:
	graphics/png   : Tag: OPENBSD_3_5 Makefile 
Added files:
	graphics/png/patches: Tag: OPENBSD_3_5 patch-pngerror_c 

Log message:
Fix for CAN-2004-0421:
Steve Grubb reports a buffer read overrun in libpng's
png_format_buffer function. A specially constructed PNG image
processed by an application using libpng may trigger the buffer
read overrun and possibly result in an application crash.

bump PKGNAME; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/03 05:42:13

Modified files:
	graphics/png   : Tag: OPENBSD_3_4 Makefile 
Added files:
	graphics/png/patches: Tag: OPENBSD_3_4 patch-pngerror_c 

Log message:
Log message:
Fix for CAN-2004-0421:
Steve Grubb reports a buffer read overrun in libpng's
png_format_buffer function. A specially constructed PNG image
processed by an application using libpng may trigger the buffer
read overrun and possibly result in an application crash.

bump PKGNAME; ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjc@cvs.openbsd.org	2004/05/03 06:56:02

Modified files:
	regress/sbin/pfctl: pfaltq11.in pfaltq11.ok pfaltq12.in 
	                    pfaltq12.ok pfaltq13.in pfaltq13.ok 
	                    pfaltq3.in pfaltq3.ok pfaltq6.in pfaltq6.ok 

Log message:
more altq bandwidth tweaks for "make pfaltq".


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/03 07:42:10

Removed files:
	sys/arch/luna88k/include: cpus.h 

Log message:
This file is long dead now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/03 07:49:08

Modified files:
	distrib/sets/lists/base: md.luna88k 

Log message:
Final luna88k sets touches, checked with aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 08:37:59

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

Log message:
Do a better job of documenting strerror_r() and add an ERRORS section.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 09:10:21

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

Log message:
Make socket that reads reload requests from crontab be non-blocking.
Problem found by Jarno Huuskonen.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/03 09:18:21

Modified files:
	.              : Makefile 
	distrib        : Makefile 
	distrib/notes  : Makefile m4.common 
	distrib/sets/lists/man: mi 
	distrib/special/kbd: Makefile 
	etc            : Makefile 
	etc/mtree      : 4.4BSD.dist 
	regress/etc/MAKEDEV: Makefile 
	sbin/disklabel : Makefile 
	sbin/fdisk     : Makefile 
	sbin/iopctl    : Makefile 
	sbin/kbd       : Makefile 
	sbin/wsconsctl : Makefile 
	share/man/man4 : Makefile com.4 isa.4 options.4 pci.4 pckbc.4 
	                 xf86.4 
	share/man/man8 : Makefile 
	sys            : Makefile 
	sys/dev/ic     : com.c 
	sys/dev/pci    : pciide.c vga_pci.c 
	usr.sbin/wsconscfg: Makefile 
	usr.sbin/wsmoused: Makefile 
Removed files:
	distrib/notes/pegasos: contents hardware install prep upgrade 
	                       whatis xfer 
	distrib/pegasos: Makefile 
	distrib/pegasos/ramdisk: Makefile Makefile.inc install.md list 
	distrib/sets/lists/base: md.pegasos 
	distrib/sets/lists/comp: md.pegasos 
	distrib/sets/lists/etc: md.pegasos 
	distrib/sets/lists/game: md.pegasos 
	distrib/sets/lists/man: md.pegasos 
	distrib/sets/lists/misc: md.pegasos 
	etc/etc.pegasos: MAKEDEV MAKEDEV.md Makefile.inc disktab fbtab 
	                 sysctl.conf ttys 
	share/man/man4/man4.pegasos: Makefile autoconf.4 intro.4 mem.4 
	share/man/man8/man8.pegasos: MAKEDEV.8 Makefile boot_pegasos.8 
	sys/arch/pegasos: Makefile 
	sys/arch/pegasos/compile: .cvsignore 
	sys/arch/pegasos/conf: GENERIC Makefile.pegasos RAMDISK 
	                       files.pegasos 
	sys/arch/pegasos/include: ansi.h asm.h autoconf.h bat.h bus.h 
	                          cdefs.h conf.h cpu.h db_machdep.h 
	                          disklabel.h elf_abi.h endian.h exec.h 
	                          float.h fpu.h frame.h ieee.h ieeefp.h 
	                          internal_types.h intr.h kcore.h 
	                          limits.h loadfile_machdep.h param.h 
	                          pcb.h pio.h pmap.h powerpc.h proc.h 
	                          profile.h psl.h pte.h ptrace.h 
	                          rbus_machdep.h rdb.h reg.h reloc.h 
	                          setjmp.h signal.h spinlock.h stdarg.h 
	                          trap.h types.h va-ppc.h varargs.h 
	                          vmparam.h wsconsio.h 
	sys/arch/pegasos/isa: isa_clock.c nvram.h timerreg.h 
	sys/arch/pegasos/pci: agp_machdep.c isabr.c mpc106reg.h 
	                      mpcpcibus.c pchb.c pci_addr_fixup.c 
	                      pcibrvar.h pciide_machdep.c 
	sys/arch/pegasos/pegasos: autoconf.c clock.c conf.c cpu.c 
	                          db_interface.c disksubr.c dma.c 
	                          genassym.cf hfsdisksubr.c locore.S 
	                          machdep.c mainbus.c mbrdisksubr.c 
	                          mem.c ofw_machdep.c ofw_machdep.h 
	                          ofwreal.S opendev.c openfirm.c 
	                          rbus_machdep.c rdbdisksubr.c 
	                          wscons_machdep.c 
	sys/arch/pegasos/stand: Locore.c Makefile Makefile.inc alloc.c 
	                        boot.c cache.c net.c netif_of.c ofdev.c 
	                        ofdev.h offs.c offs.h ofwmagic.S 
	                        openfirm.h 
	sys/arch/pegasos/stand/mbr: Makefile 
	sys/arch/pegasos/stand/ofwboot: Makefile version 

Log message:
Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2004/05/03 09:22:12

Modified files:
	.              : plat.html 

Log message:
Pegasos is no more. When a company makes empty promises as much as this company
has, one wants to never deal with them again.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/03 09:28:42

Modified files:
	.              : ftp.html 

Log message:
Update for 3.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/03 09:59:36

Modified files:
	security/p0f   : Makefile 
	security/p0f/patches: patch-Makefile patch-p0f_c 
	security/p0f/pkg: PLIST 
Added files:
	security/p0f/patches: patch-p0f_1 

Log message:
Install man page and drop broken and useless p0frep script.
From: Jose Nazario <jose@monkey.org>

Also fix a formatting issue in the man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/03 10:53:24

Modified files:
	sys/arch/powerpc/include: ieeefp.h 

Log message:
Sync with NetBSD, Fixes a problem identified with regress/.../ieeefp/round.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/03 10:58:12

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

Log message:
If wi@pcmcia fails in wiattach(), disestablish the interrupt and
let the rest of the cleanup code run. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/03 11:09:24

Modified files:
	lib/libc/stdlib: Makefile.inc 
Added files:
	lib/libc/stdlib: strtonum.3 strtonum.c 

Log message:
strtonum, a nicer version of strtoll, by millert and myself.
ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/03 11:20:45

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

Log message:
typo spotted by grange


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:21:13

Modified files:
	include        : stdlib.h 
	lib/libc/stdlib: Makefile.inc exit.3 
Added files:
	lib/libc/stdlib: _Exit.c 

Log message:
Add _Exit(3) as per C99.  Discussed with espie@ some time ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:25:00

Modified files:
	include        : signal.h 
	lib/libc/gen   : signal.3 signal.c 

Log message:
XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:27:50

Modified files:
	include        : ndbm.h 
	lib/libc/db/hash: ndbm.c 
	lib/libc/db/man: dbm.3 ndbm.3 

Log message:
Make ndbm match POSIX.  A datum consists of a void *dptr and a size_t dsize.
Also make the open functions take a mode_t, not int.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:30:15

Modified files:
	include        : md4.h md5.h rmd160.h sha1.h sha2.h 
	lib/libc/hash  : Makefile.inc helper.c md4.c md5.c mdX.3 
	                 rmd160.3 rmd160.c sha1.3 sha1.c sha2.3 sha2.c 

Log message:
Add Pad and FileChunk functions for each family of hash functions.
The Pad function does padding like in Final but does not finish processing.
The FileChunk function creates a digest from a portion of a file.
Also made the length parameters consistent (and size_t).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:35:07

Removed files:
	lib/libc/string: __strerror.c 

Log message:
No longer need __strerror(3) now that we use strerror_r() inside libc.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:36:29

Modified files:
	lib/libc/sys   : semop.2 shmget.2 

Log message:
Use size_t as the type of the length parameter per POSIX


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:38:48

Modified files:
	sys/sys        : shm.h sem.h 
	sys/kern       : sysv_shm.c sysv_sem.c syscalls.conf 
	                 syscalls.master 
	sys/compat/common: Makefile 
Added files:
	sys/compat/common: kern_ipc_35.c 

Log message:
POSIX says the length parameter for semop(2) and shmget(2) should be size_t.
Create new syscalls with the correct parameters and add compat versions
for the old ones under COMPAT_35.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:40:18

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:41:22

Modified files:
	sys/conf       : GENERIC 

Log message:
Add COMPAT_35


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:42:12

Modified files:
	lib/libc       : shlib_version 
	lib/libpthread : shlib_version 

Log message:
libc major number crank


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 11:44:34

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 

Log message:
libc/libpthread major number crank


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 12:05:08

Modified files:
	include        : sha1.h 
	lib/libc/hash  : sha1.c 

Log message:
Use KNF indentation style and do some u_char -> u_int8_t conversion
I missed earlier.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 12:07:07

Modified files:
	lib/libc/hash  : md4.c md5.c rmd160.c 

Log message:
Some u_char -> u_int8_t conversion I missed earlier.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 12:10:07

Modified files:
	lib/libc/hash  : mdX.3 sha1.3 sha2.3 

Log message:
Sync some prototypes with the headers


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/03 12:49:37

src/distrib/notes/luna88k

Update of /cvs/src/distrib/notes/luna88k
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/distrib/notes/luna88k

Log Message:
Directory /cvs/src/distrib/notes/luna88k added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/03 13:13:28

Log message:
    Import clex 3.1.9.
    Submitted by Victor Sahlstedt <cvss@home.se>.
    
    CLEX is a file manager with a full-screen user interface. It displays
    directory contents including the file status details and provides
    features like command history, filename insertion, or name completion
    in order to help users to create commands to be executed by the shell.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040503
    
    N ports/misc/clex/Makefile
    N ports/misc/clex/distinfo
    N ports/misc/clex/pkg/DESCR
    N ports/misc/clex/pkg/PLIST
    N ports/misc/clex/patches/patch-src_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/03 13:14:21

Modified files:
	misc           : Makefile 

Log message:
+clex


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/03 13:16:36

Modified files:
	include        : stdlib.h 

Log message:
strtonum prototype


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/03 13:50:12

Modified files:
	security/p0f/patches: patch-p0f_c 

Log message:
fix decoding of packets logged by pf(4); from Jose Nazario <jose@monkey.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 13:56:08

Modified files:
	lib/libc/string: Makefile.inc 

Log message:
Missed this in the __strerror() removal.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 14:53:34

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

Log message:
Be smarter about signed vs. unsigned (produces better error messages).
OK otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/03 14:55:46

Modified files:
	sbin/ping      : ping.c 

Log message:
Use libc strtonum, not private copy.  Based on a diff from tedu@.
OK otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/03 15:23:51

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

Log message:
KNF.  ok ho@


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/05/03 16:29:50

Modified files:
	.              : orders.html 

Log message:
Fixup Pacific ESI - Australia


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/03 20:25:46

Modified files:
	distrib/miniroot: mtree.conf 

Log message:
Create /var/empty on miniroot install media. Privsep dhclient requires
this to successfully chroot.

ok henning@ beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/03 21:08:02

Modified files:
	faq            : faq4.html 

Log message:
OS-BS (cob)website (not updated since 1998 or so) has gone 403.
Spotted by Joel Knight.


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/05/03 21:59:37

Modified files:
	.              : want.html 

Log message:
remove something i ended up purchasing myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/03 22:49:51

Modified files:
	net/pop3gwd    : Makefile 
	print/mpage    : Makefile 

Log message:
update maintainers email address per his request


CVSROOT:	/cvs
Module name:	src
Changes by:	henric@cvs.openbsd.org	2004/05/03 23:59:35

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Sort out the various Intel Pro/1000 device IDs.
From Marco Peereboom


CVSROOT:	/cvs
Module name:	src
Changes by:	henric@cvs.openbsd.org	2004/05/04 00:00:19

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

Log message:
Sync.


CVSROOT:	/cvs
Module name:	src
Changes by:	henric@cvs.openbsd.org	2004/05/04 00:00:51

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

Log message:
Sort out the various Intel Pro/1000 IDs.
From Marco Peereboom.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 00:16:16

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:	grange@cvs.openbsd.org	2004/05/04 00:26:59

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
A couple of Intel 6300ESB devices found in dmesg posted to misc@
by Markus Foerster <openbsd@1ster.de>.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/04 00:27:24

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/05/04 04:02:37

Modified files:
	net/ngrep      : Makefile 

Log message:
no-autoheader


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/04 05:31:49

Modified files:
	devel/cvsgraph : Makefile 
	games/freeciv  : Makefile 

Log message:
update maintainer's email address


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/04 05:34:01

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
Correctly plug the memory leak and fix a error message.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/04 06:52:06

Modified files:
	sbin/dhclient  : Makefile dhclient.c dhcpd.h 
Added files:
	sbin/dhclient  : privsep.c privsep.h 

Log message:
privilege seperate dhclient.
the privileged child's duty is the dhclient-script env setup & exection.
the parent process now chroots to /var/empty and drops privileges to _dhcp
mostly hacked at vancouver airport
with some feedback from krw@ and otto@, tested to not break installs by krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/04 07:10:11

Modified files:
	distrib/special/dhclient: Makefile 

Log message:
adjust, need privsep.c here too


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/04 08:50:46

Modified files:
	bin/md5        : Makefile 

Log message:
Add missing MLINK for sum(1), noticed by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/04 09:11:00

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

Log message:
Fix my stupid bug with missing sata_setup_channel() call.
Now VIA VT8237 SATA really works.

Problem report, testing and ok drahn@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/04 09:27:21

Modified files:
	sys/arch/luna88k/luna88k: autoconf.c machdep.c 
	sys/arch/mvme68k/mvme68k: autoconf.c 
	sys/arch/mvme88k/mvme88k: autoconf.c 

Log message:
Always ask the user for the root device if we are "swap generic" and the
boot device is not known, as other arches do.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 09:44:39

Modified files:
	.              : errata.html 

Log message:
powerpc autobook package corrupt on the CD only


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 09:49:50

Modified files:
	sbin/dhclient  : dhcp.h 

Log message:
zap some spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/05/04 09:53:22

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

Log message:
Talk about return-rst improvements. noticed+ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/04 09:57:06

Modified files:
	lib/libc/arch/sparc/gen: _setjmp.S 
	lib/libc/arch/sparc64/gen: _setjmp.S 

Log message:
In _longjmp(), flush windows rather than attempting to backtrack manually,
since the latter is not reliable in all cases.

This allows ruby to work on sparc64.

Problem spotted by claudio@; fix adapted from NetBSD for sparc, FreeBSD for
sparc64; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/04 10:14:32

Modified files:
	gnu/egcs/gcc   : caller-save.c 

Log message:
Backport a fix from gcc 3 (revision 1.32):

* caller-save.c (mark_referenced_regs): Mark partially-overwritten
multi-word registers.

This problem apparently only affected m88k, as far as OpenBSD is concerned.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/04 10:15:51

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.h 

Log message:
Do not disable -fcaller-saves anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/05/04 10:29:31

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

Log message:
uppercase + whitespace fix from jmc@.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/04 10:39:48

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
rm /usr/bin/sum link in cksum update; RD Thrush


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/04 10:42:05

Modified files:
	audio/shorten  : Makefile distinfo 

Log message:
update to 3.6.0: seek table fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/04 10:43:21

Modified files:
	audio/xmms-shn : Makefile distinfo 
Added files:
	audio/xmms-shn/patches: patch-configure 

Log message:
update to 2.4.0: seek table fixes, handle files with ID3 tags


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/04 10:59:32

Modified files:
	sys/arch/sparc/dev: ts102.c 
	sys/arch/vax/qbus: uba.c 
	sys/arch/vax/uba: uba.c 
	sys/arch/vax/vsa: vsbus.c 
	sys/dev/cardbus: cardbus.c cardslot.c 
	sys/dev/ic     : cac.c i82365.c tcic2.c 
	sys/dev/pci    : ises.c lofn.c noct.c nofn.c safe.c ubsec.c 
	sys/dev/usb    : ohci.c uhci.c usb.c usbdi.c 
	sys/kern       : kern_kthread.c 
	sys/net        : if_bridge.c 
	sys/sys        : queue.h 

Log message:
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well.

ok millert krw deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/04 11:06:33

Modified files:
	sys/arch/i386/i386: machdep.c rbus_machdep.c 
	sys/arch/i386/include: bus.h rbus_machdep.h 

Log message:
Move _bus_space_unmap() to machdep.c so it can be used not
only by the rbus code. Also knf it and sync with bus_space_unmap().

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/04 12:03:58

Modified files:
	sys/net        : if_bridge.c 

Log message:
Apply bridge filter rules to incoming packets destined to the local machine.
Allows tagging of the incoming packets, and a single interface bridge to
be actually useful for MAC level filtering/tagging.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/04 12:14:51

Modified files:
	sbin/dhclient  : privsep.c 

Log message:
Fix memory leak, ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/04 12:32:51

Modified files:
	bin/md5        : cksum.1 md5.1 rmd160.1 sha1.1 

Log message:
- simplify synopses
- correct macros
- various grammatical fixes

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/04 12:36:07

Modified files:
	usr.bin/ssh    : scp.1 

Log message:
SendEnv here too;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/04 12:37:25

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

Log message:
sort SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/04 12:41:57

Modified files:
	bin/md5        : md5.c 

Log message:
sync usage w/ man page


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/04 12:49:52

Modified files:
	sbin/dhclient  : privsep.c 

Log message:
prevent the len params from overflowing, catched by & ok canacar


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/04 12:50:48

Modified files:
	sbin/brconfig  : brconfig.8 

Log message:
from jared yanovich:

- better macros in SYNOPSIS
- rewording
- document the `rules' command
- shift EXAMPLES to standard format


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/04 12:51:18

Modified files:
	sbin/dhclient  : privsep.c privsep.h 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 12:58:50

Modified files:
	sbin/dhclient  : alloc.c bpf.c clparse.c dhclient.c dhcpd.h 
	                 dispatch.c hash.c packet.c privsep.c 

Log message:
more shrink and lint fixes; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 13:35:26

Modified files:
	etc            : Makefile 
Removed files:
	etc/skel       : dot.rhosts 

Log message:
nuke default .rhosts file; from S@mSmith.net, ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/04 13:56:18

Modified files:
	sbin/dhclient  : privsep.c 

Log message:
use SIZE_T_MAX, canacar


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/05/04 14:02:34

Modified files:
	benchmarks/netpipe: Makefile 

Log message:
add HOMEPAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/05/04 14:04:16

Modified files:
	security/dsniff: Makefile 

Log message:
unbreak no_x11 flavor; ok jose@


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/05/04 14:05:56

Modified files:
	security       : Makefile 

Log message:
+dsniff,no_x11; ok jose@


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/04 14:09:28

Modified files:
	.              : orders.html 

Log message:
fix typo pointed out by Richard Dawe <rich@phekda.gotadsl.co.uk>


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/05/04 14:13:42

Modified files:
	etc/mail       : aliases 
	etc            : ftpusers 

Log message:
+_rbootd; ok henning@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/05/04 14:22:51

Modified files:
	www/mod_security: Makefile distinfo 
	www/mod_security/pkg: PLIST 

Log message:
update to mod_security-1.7.6


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 14:26:59

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 14:28:40

Modified files:
	sbin/dhclient  : alloc.c dhclient.c dhcpd.h dispatch.c hash.c 
	                 inet.c options.c parse.c tables.c tree.c 
	usr.sbin/dhcpd : alloc.c bootp.c bpf.c convert.c dhcp.c dhcpd.c 
	                 dhcpd.h dispatch.c inet.c memory.c options.c 
	                 parse.c print.c 

Log message:
remove things not used, spotted by lint mostly; ok henning


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/04 14:36:22

Modified files:
	.              : luna88k.html 

Log message:
wording and spelling fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/04 14:53:11

Modified files:
	mail/postfix/snapshot/pkg: INSTALL 
	mail/postfix/stable/pkg: INSTALL 

Log message:
fix stupid typo


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/04 14:55:38

Modified files:
	.              : alpha.html hp300.html hppa.html i386.html 
	                 mac68k.html macppc.html mvme68k.html plat.html 
	                 sparc.html sparc64.html vax.html 

Log message:
update for 3.5; ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/04 15:02:01

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
v2.1.1


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/04 15:16:06

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

Log message:
Add enactment of the Reinheitsgebot.

ok xsa@ henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/04 15:21:09

Modified files:
	.              : amd64.html mvme88k.html 

Log message:
update for 3.5; ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 15:22:39

Modified files:
	usr.sbin/bgpd  : config.c 

Log message:
remove unused var; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 15:23:10

Modified files:
	usr.sbin/dhcrelay: dhcpd.h dhcrelay.c dispatch.c errwarn.c 

Log message:
remove unused stuff; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 15:25:27

Modified files:
	usr.sbin/dhcpd : convert.c dhcp.c dhcpd.h options.c print.c 

Log message:
remove DEBUG_PACKET stuff; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 15:48:16

Modified files:
	sbin/dhclient  : dispatch.c inet.c parse.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 16:23:01

Modified files:
	sbin/dhclient  : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c 
	                 errwarn.c hash.c options.c parse.c tree.c 

Log message:
do not overload libc function names causing linker troubles


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/04 16:50:18

Modified files:
	sys/net        : route.h rtsock.c 
	sys/netinet    : tcp_input.c tcp_subr.c 
	usr.bin/netstat: route.c 
	share/man/man4 : route.4 

Log message:
The tcp specific routing metrics are almost never used so reduce the routing
table from these metrics. struct rt_msghdr used by the routing socket is not
affected and so most userland apps don't need to be changed.
some man page polishing by jmc@
OK henning@ markus@ theo@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 17:04:30

Modified files:
	distrib/notes/sparc: xfer 
	distrib/notes/sparc64: xfer 

Log message:
s/bootpd/rpc.bootparamd/


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 17:07:53

Modified files:
	usr.bin/nm     : elf.c 

Log message:
dig .plt*, .got*, .init, .fini sections


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 17:09:07

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

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 17:27:21

Modified files:
	usr.sbin       : Makefile 

Log message:
disable bootpd and friends.  everyone -- get used to dhcpd for this.  if
it cannot do something that it should be able to, let us know so that
dhcpd can be fixed/extended/etc... there is no point in privsep'ing a
duplicate daemon.  other parts of this equation will be removed in the
next few days..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 17:37:07

Modified files:
	etc            : Makefile changelist inetd.conf 
	distrib/sets/lists/base: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 
Removed files:
	etc            : bootptab 
	usr.sbin/bootpd: Announce Changes ConvOldTab.sh Installation 
	                 Makefile Makefile.UNIX Problems README bootp.h 
	                 bootpd.8 bootpd.c bootpd.h bootpef.8 bootpef.c 
	                 bootpgw.c bootptab.5 bootptab.cmu bootptab.mcs 
	                 bootptest.8 bootptest.c bootptest.h bptypes.h 
	                 dovend.c dovend.h dumptab.c getether.c getif.c 
	                 getif.h hash.c hash.h hwaddr.c hwaddr.h 
	                 lookup.c lookup.h patchlevel.h print-bootp.c 
	                 readfile.c readfile.h report.c report.h 
	                 syslog.conf trygetea.c trygetif.c trylook.c 
	                 tzone.c tzone.h 
	usr.sbin/bootpef: Makefile 
	usr.sbin/bootpgw: Makefile 
	usr.sbin/bootptest: Makefile 

Log message:
bye bye bootpd.  You will not be missed.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 17:40:49

Modified files:
	distrib/notes/hppa: install 

Log message:
make a new example w/ dhcpd instead


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/05/04 17:47:35

Modified files:
	.              : hppa.html 

Log message:
no need to duplicate network booting instructions here as we link to INSTALL.hppa anyway


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 17:53:08

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

Log message:
better faster scooter^Winterrupts; miod@ testing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 17:59:39

Modified files:
	distrib/notes/hppa: install 

Log message:
de-emphasize bootpd even more; mickey ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/04 18:23:29

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

Log message:
Document COMPAT_35


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 18:32:18

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

Log message:
do not engage HPT on PCXT' (yet)


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/05/04 19:15:43

Modified files:
	openssh        : faq.html 

Log message:
New FAQ: using scp on files with colons in the name


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/04 19:16:39

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

Log message:
move static filter out of function


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/04 19:20:13

Modified files:
	sys/netinet    : ip_carp.h 

Log message:
Remove unused #define.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 20:18:43

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

Log message:
much easier tlb handler branch patching


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/04 22:00:50

Modified files:
	sbin/pfctl     : Tag: OPENBSD_3_5 pfctl_parser.c 

Log message:
MFC:
Fix by cedric@

Better interface filtering. vlan1 should not match vlan19.
Found by Mike Wolman

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 22:17:11

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
a few mylex raid things; from netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 22:17:37

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

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/05/04 22:25:55

Modified files:
	.              : orders.html 

Log message:
More address change for Pacific ESI


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 22:33:56

Modified files:
	sys/arch/i386/stand/installboot: installboot.c 
	sys/arch/amd64/stand/installboot: installboot.c 

Log message:
errx shall be used here


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/04 23:03:14

Modified files:
	devel/jdk      : Makefile 
Removed files:
	devel/jdk/1.2  : Makefile distinfo 
	devel/jdk/1.2/patches: patch-build_bsd_com_sun_javah_GNUmakefile 
	                       patch-build_bsd_sun_audio_GNUmakefile 
	                       patch-src_bsd_bin_java_md_c 
	                       patch-src_bsd_hpi_green_threads_src_iomgr_c 
	                       patch-src_bsd_hpi_green_threads_src_synch_c 
	                       patch-src_bsd_hpi_src_linker_md_c 
	                       patch-src_bsd_javavm_runtime_javai_md_c 
	                       patch-src_bsd_tools_hprof_hprof_md_c 
	                       patch-src_share_native_sun_awt_cmm_evalth13_c 
	                       patch-src_share_native_sun_awt_cmm_evalth14_c 
	                       patch-src_share_tools_hprof_hprof_method_c 
	devel/jdk/1.2/pkg: DESCR DESCR-debug DESCR-demos DESCR-jre PLIST 
	                   PLIST-debug PLIST-demos PLIST-jre 
	devel/jdk/1.2-blackdown: Makefile distinfo 
	devel/jdk/1.2-blackdown/files: OpenBSD_i386.properties 
	devel/jdk/1.2-blackdown/patches: patch-bin_.java-wrapper 
	devel/jdk/1.2-blackdown/pkg: DESCR PLIST SECURITY 

Log message:
remove obsolete 1.2 JVMs

ok Christian Edward Gruber


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 23:18:17

Modified files:
	sys/compat/common: kern_ipc_10.c 

Log message:
make compile peace frienship bubblegum


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 23:33:56

Modified files:
	sys/dev/eisa   : eisadevs 

Log message:
shrink some descriptions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/04 23:34:12

Modified files:
	sys/dev/eisa   : eisadevs.h eisadevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/05/05 01:35:16

Modified files:
	.              : errata.html errata34.html errata33.html 

Log message:
Add CVS errata entries.
ok brad@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/05/05 02:13:07

Modified files:
	.              : errata.html errata34.html 

Log message:
add gdt and scsi issues


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/05 03:10:48

Modified files:
	usr.bin/make   : stats.c stats.h suff.c suff.h 

Log message:
constify char *.
Add lookup functions for suffixes and transforms, and stat them.
okay otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/05 04:51:24

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
open bpf and routefd a little later, after forking the priv child so it
doesn't get copies of those fds


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/05/05 04:53:20

Modified files:
	.              : errata.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/05/05 05:17:22

Modified files:
	infrastructure/mk: gnu.port.mk 

Log message:
Run autoheader unless explicitly asked not to.
Did a full ports build before that, hoping I did not miss any.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/05 05:19:07

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
use tzset() before chrooting


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/05 05:40:47

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
routefd needs to be opened slightly later


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/05 06:57:59

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

Log message:
NetBSD (r) 2.0 definitely will exist.

ok miod@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/05 07:17:46

Modified files:
	share/man/man4/man4.mvme88k: pcctwo.4 

Log message:
More locator simplification


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/05 07:19:44

Modified files:
	sys/kern       : syscalls.c init_sysent.c 

Log message:
Regen, spotted by form@pdp-11.org.ru.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/05 07:21:49

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
open the lease file after the priv child was forked off so it doesn't have
a copy of this fd


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/05 08:09:42

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
more TI devices

ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/05 08:12:02

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 08:28:58

Modified files:
	sbin/dhclient  : bpf.c 

Log message:
bpf write filter, and lock


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 08:29:16

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
must simulate daemon because already inside the jail; henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2004/05/05 09:16:27

Modified files:
	sys/dev/usb    : uvisor.c usbdevs 

Log message:
make my treo 600 attach as a uvisor instead of ugen, from netbsd
ok nate@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2004/05/05 09:17:06

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/05 09:25:05

Modified files:
	etc            : bgpd.conf 

Log message:
provide some filter examples; PR3764


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/05/05 10:43:53

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

Log message:
write cpuhdr with info needed by libkvm to crash dumps.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/05/05 10:45:55

Modified files:
	lib/libkvm     : kvm_amd64.c 

Log message:
fix va -> pa decode. 'by all means' deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/05 11:09:46

Modified files:
	include        : sha1.h 
	lib/libc/hash  : sha1.c sha1.3 

Log message:
Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.
It was defined before and there is no need to for this knob...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/05 11:39:47

Modified files:
	include        : sha2.h 
	lib/libc/hash  : sha2.3 sha2.c 

Log message:
Make the Transform functions match the other hash types and document them.
Use sizeof() in the Init functions where it makes sense.
Use weak aliases instead of wrapper functions.

Probably should have gone in before the major bump but as these are only
used internally by the sha2 functions themselves there should be no problem.


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/05 12:23:41

Modified files:
	.              : anoncvs.html 

Log message:
update with 3.5 examples; from Andreas Semborg <dostro@ondska.com>


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/05 12:25:52

Modified files:
	.              : cvsync.html 

Log message:
3.5 here too


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/05/05 13:36:59

Modified files:
	.              : security.html 

Log message:
Add links to CVS errata.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 13:43:17

Modified files:
	distrib/sparc/miniroot: list 

Log message:
skip including cksum


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/05/05 13:55:52

Modified files:
	.              : want.html 

Log message:
I'd like to work on unsupported bktr cards; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/05 14:19:49

Modified files:
	lib/libc/db/man: dbopen.3 

Log message:
O_NOFOLLOW and O_SYNC are also valid flags to dbopen(3)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/05/05 14:29:54

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

Log message:
simplify license. ok author.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/05 14:47:23

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

Log message:
O_SYNC is valid for F_GETFL/F_SETFL too


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/05 16:08:34

Modified files:
	devel/binutils/stable/patches: patch-binutils_objcopy_c 

Log message:
dir -> output_name. noticed by drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/05 16:16:32

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/05 16:18:50

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 16:20:17

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
use strtonum all over the place; ok pb millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 16:21:03

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 17:07:47

Modified files:
	sbin/dhclient  : dhclient.c dispatch.c parse.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 17:08:55

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
line wrap


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/05/05 17:16:04

Modified files:
	share/man/man5 : pf.conf.5 
	usr.sbin/tcpdump: tcpdump.8 
	sys/net        : pf.c pf_norm.c pf_ioctl.c pfvar.h 
	sbin/pfctl     : pfctl.c pfctl_parser.c 

Log message:
Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP
sequence numbers by taking advantage of the maximum 1KHz clock as an upperbound
on the timestamp.  Typically gains 10 to 18 bits of additional security against
blind data insertion attacks.  More if the TS Echo wasn't optional :-(
Enabled with:  scrub on !lo0 all reassemble tcp
ok dhartmei@.  documentation help from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/05 17:33:23

Modified files:
	gnu/usr.bin/gcc/gcc/config/i386: openbsd64.h 

Log message:
Only define __LP64__ if in 64 bit mode. ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 17:40:13

Modified files:
	distrib/i386/common: Makefile.inc 

Log message:
better cleandir


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 17:51:03

Modified files:
	.              : donations.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/05 17:52:10

Modified files:
	sys/miscfs/procfs: procfs_cmdline.c procfs_fpregs.c 
	                   procfs_linux.c procfs_mem.c procfs_regs.c 
	                   procfs_status.c procfs_subr.c 

Log message:
make sure uio_offset is a safe value, with suggestions from millert@
ok deraadt@ millert@
problem noticed by deprotect.com


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/05 18:39:39

Modified files:
	sys/netinet    : Tag: OPENBSD_3_4 tcp_input.c 

Log message:
MFC:
Fix by deraadt@

on in-window SYN, send back rate-limited ACK

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/05 18:45:38

Modified files:
	sys/netinet    : Tag: OPENBSD_3_5 tcp_input.c 

Log message:
MFC:
Fix by deraadt@

on in-window SYN, send back rate-limited ACK

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/05 18:54:15

Modified files:
	www/squid      : Tag: OPENBSD_3_5 Makefile distinfo 
	www/squid/patches: Tag: OPENBSD_3_5 patch-configure_in 
Added files:
	www/squid/patches: Tag: OPENBSD_3_5 gcc-patch-lib_Makefile_in 
Removed files:
	www/squid/patches: Tag: OPENBSD_3_5 patch-lib_Makefile_in 

Log message:
MFC:
upgrade to Squid 2.5.STABLE5 + latest patches

A bug in Squid that allows users to bypass certain access controls.
Squid versions 2.5.STABLE4 and earlier contain a bug in the "%xx"
URL decoding function. It may insert a NULL character into decoded
URLs, which may allow users to bypass url_regex ACLs.

http://www.squid-cache.org/Advisories/SQUID-2004_1.txt

and

Add 2 more distribution patches. One of them fixes an issue if using
Digest authentication. Users can crash Squid with a segmentation fault
simply by entering a blank user name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/05 18:59:30

Modified files:
	databases/mysql: Tag: OPENBSD_3_5 Makefile 
Added files:
	databases/mysql/patches: Tag: OPENBSD_3_5 
	                         patch-scripts_mysqlbug_sh 

Log message:
Fix a tmpfile/symlink issue with mysqlbug.

http://marc.theaimsgroup.com/?l=bugtraq&m=108023246916294&w=2

Fix from MySQL BitKeeper repo via Robert Nagy <thuglife at bsd dot hu>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 19:12:05

Modified files:
	sys/lib/libkern: Makefile libkern.h 
Added files:
	sys/lib/libkern: strchr.c 

Log message:
add back strchr/strrchr; from dhartmei


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 21:44:59

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
_afs user for privsep; beck ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/05 22:20:20

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

Log message:
typo; sq@oganer.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/05/06 00:02:31

Modified files:
	devel/ORBit2   : Makefile distinfo 
	devel/ORBit2/patches: patch-configure_in patch-ltmain_sh 
Added files:
	devel/ORBit2/patches: patch-aclocal_m4 
Removed files:
	devel/ORBit2/patches: patch-ORBit-2_0_pc_in 

Log message:
Update to ORBit2-2.10.1.

This update fixes a longstanding bug that made Gnome 2 not play well
with macppc and sparc* arches.  Additionally, it introduces a new patch
scheme for libtool since the later libtools recognize -pthread... well
mostly anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/06 00:19:01

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

Log message:
improved man page, with example and error strings, suggested by deraadt@
man help jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	biorn@cvs.openbsd.org	2004/05/06 01:27:49

Modified files:
	x11/mplayer    : Makefile distinfo 
	x11/mplayer/patches: patch-Makefile patch-configure 
	x11/mplayer/pkg: PLIST 
Added files:
	x11/mplayer/patches: patch-libmpdemux_demux_real_c 
Removed files:
	x11/mplayer/patches: patch-libmpdemux_http_c 

Log message:
Take it to 1.0pre4

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/06 01:29:34

Modified files:
	.              : INDEX 

Log message:
sync, 2594 unzels


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/06 02:01:26

Modified files:
	devel/py-tpg   : Makefile distinfo 

Log message:
update to 3.0.3;


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/05/06 03:05:32

Removed files:
	sbin/isakmpd/apps/keyconv: Makefile base64.c keyconv.8 keyconv.c 
	                           keyvalues.h 

Log message:
Obsolete. jakob@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 03:11:18

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
there's a little race condition: a session is taken down and its associated
write buffers are cleared, but there could be imsgs from the RDE for that peer
(e. g. UPDATEs) in the read buffers for the pipe to the RDE or buffered in
the RDE or somesuch. Thus, in session_update(), explicitely check for the
session state and just drop the message if the session is not in state
ESTABLISHED.
claudio ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 03:24:17

Modified files:
	net/neon       : Tag: OPENBSD_3_5 Makefile distinfo 
	net/neon/pkg   : Tag: OPENBSD_3_5 PFRAG.shared 

Log message:
update to net/neon to 0.24.5:
SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in
XML/207 response handling, reported by greuff@void.at.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 03:41:14

Modified files:
	net/neon       : Tag: OPENBSD_3_4 Makefile distinfo 
	net/neon/patches: Tag: OPENBSD_3_4 patch-Makefile_in 
	net/neon/pkg   : Tag: OPENBSD_3_4 PLIST PFRAG.shared 

Log message:
update to net/neon to 0.24.5:
SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in
XML/207 response handling, reported by greuff@void.at.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 03:52:29

Modified files:
	net/cadaver    : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
Update to version 0.22.1; security fix
* Update to neon 0.24.5 (internal):
- SECURITY (CVE CAN-2004-0179): fix for format string vulnerabilities

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 03:55:22

Modified files:
	net/cadaver    : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
Update to version 0.22.1; security fix
* Update to neon 0.24.5 (internal):
- SECURITY (CVE CAN-2004-0179): fix for format string vulnerabilities

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 04:25:38

ports/games/xonix/patches

Update of /cvs/ports/games/xonix/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18052/patches

Log Message:
Directory /cvs/ports/games/xonix/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 04:26:21

Modified files:
	games/xonix    : Makefile 
Added files:
	games/xonix/patches: patch-Imakefile 

Log message:
Remove -DSEND_MAIL from DEFINES; bump PKGNAME:
Steve Kemp discovered a vulnerability in xonix, a game,
where an external program was invoked while retaining setgid privileges.
A local attacker could exploit this vulnerability to gain gid "games".

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 04:33:06

Modified files:
	games/xonix    : Tag: OPENBSD_3_5 Makefile 
Added files:
	games/xonix/patches: Tag: OPENBSD_3_5 patch-Imakefile 

Log message:
Remove -DSEND_MAIL from DEFINES; bump PKGNAME:
Steve Kemp discovered a vulnerability in xonix, a game,
where an external program was invoked while retaining setgid privileges.
A local attacker could exploit this vulnerability to gain gid "games".

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 04:36:22

Modified files:
	games/xonix    : Tag: OPENBSD_3_4 Makefile 
Added files:
	games/xonix/patches: Tag: OPENBSD_3_4 patch-Imakefile 

Log message:
Remove -DSEND_MAIL from DEFINES; bump PKGNAME:
Steve Kemp discovered a vulnerability in xonix, a game,
where an external program was invoked while retaining setgid privileges.
A local attacker could exploit this vulnerability to gain gid "games".

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/05/06 04:40:34

Modified files:
	sbin/isakmpd   : exchange.c 

Log message:
KNF cleanup. hshoexer@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/06 05:24:23

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
typo from John Cosimano (PR 3770);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/06 05:25:12

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

Log message:
whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 05:57:55

Modified files:
	usr.sbin/bgpd  : bgpd.h session.c 

Log message:
scale socket buffer sizes (and thus window size) up to up to 64k,
but only of tcp md5sig or ipsec is in use. excellent idea by ryan some time
ago, claudio and theo agree


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 06:09:26

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
improve logging in teh capabilities parser


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/06 06:15:20

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

Log message:
.Fl for flags, .Ar for arguments;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 06:18:03

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
do not punish the peer (by holding him in IDLE for IdleHoldTime seconds) when
receiving a "unsupported capabilities" notification. Speeds capability
negotiation up quite a bit with peers that like to whine about caoabilities
they don't understand


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 08:07:43

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
the Address Family Identifier field in the capability announcement is
2 octets, thus we need to transform it from/to network byte order...
fixes capability announcement and -parsing


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 08:29:12

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

Log message:
print Multiprotocol capabilities slightly nicer


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/05/06 08:39:49

Modified files:
	mail/mozilla-thunderbird: Makefile 
	www/mozilla    : Makefile 
	www/mozilla-firefox: Makefile 

Log message:
use no-autoheader and explicitly set autoconf version


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 08:41:05

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
oups, spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 08:41:47

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y pfkey.c 

Log message:
we need a seperate field for the md5 key len, can't use strlen, noticed
by markus some time ago


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/06 08:51:11

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
actually reset p->auth_established to 0 in pfkey_[md5sig|ipsec]_remove


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/06 09:53:39

Modified files:
	sys/arch/arm/include: internal_types.h 

Log message:
ARM is yet another char == unsigned char platform. add the define to make
the header files do the right thing, pointed out by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 10:42:40

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
ati video; jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 10:42:51

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 10:44:42

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

Log message:
document comment characters; jmc ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 10:49:02

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
_pppoe privdrop user for canacar


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 10:58:34

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
change _pppoe to _ppp, i had thought about it before, but henning has convinced me


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 11:13:46

Modified files:
	usr.sbin/pppoe : Makefile 

Log message:
debug.c not used


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/06 11:21:18

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add SiS 741 Northbridge and Sis 6330 VGA IDs - on my new motherboards
ok deraadt@, grange@


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/06 11:23:25

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/06 11:28:18

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

Log message:
Add support for the SiS 741 Northbridge. ok deraadt@, grange@

Note for the archives; before this patch my ASRock K7S41 m/b would
hang after booting install media without DMA disabled for the
drive(s) in the BIOS.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/06 11:40:11

Modified files:
	sys/conf       : files 

Log message:
carp needs sha1.c; noticed by form@pdp-11.org.ru.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/06 11:41:03

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

Log message:
Two missing ifdef FIFO; noticed by form@pdp-11.org.ru.

ok tedu@


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

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

Log message:
pppoe now drops privileges to user _ppp and chroots after setting
write filters and locking its bpf descriptor. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/06 12:22:42

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
Support ADSL routers running in half-bridge mode or acctually
almost-broken mode. It seems these devices do proxyarp for the whole
internet and do not provide a real default gateway.
Fix for and from PR3747 by Andrew Basterfield.
OK deraadt@ makes sense krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/06 12:32:09

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

Log message:
When the NVRAM is toast and we have to guess the CPU speed, choose a safer
value depending upon the board type.

This really only affects on-board SCSI on 1x7 anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/06 12:37:35

Modified files:
	sys/arch/mvme88k/dev: if_le.c 

Log message:
Do not leak resources if bus_space_map() fails during attach, or we don't
recognize the board address.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2004/05/06 12:45:54

Added files:
	images         : tshirt-4.jpg 

Log message:
Add full view of tshirt4  -- Blowfish


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/06 13:08:53

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

Log message:
Tyop; noted by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/06 13:42:16

Modified files:
	usr.bin/grep   : binary.c 

Log message:
Treat ^H as non-binary.  OK hshoexer@, brad@ and deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/06 13:47:03

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/pci: pcib.c 
Added files:
	sys/arch/i386/pci: ichpcib.c 

Log message:
Move speedstep code to a separate ichpcib(4) driver.
It attaches instead of pcib(4) and provides its usual
functionality (attaching isa bus) by calling pcibattach()
in the attach routine.

ok miod deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/06 13:47:57

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

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/06 13:51:00

Modified files:
	share/man/man4/man4.i386: Makefile 
Added files:
	share/man/man4/man4.i386: ichpcib.4 

Log message:
ichpcib(4) man page; with help from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/06 14:15:09

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

Log message:
Typo


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/06 14:18:51

Modified files:
	usr.bin/grep   : binary.c 

Log message:
Don't fseek() on stdin if it is a terminal. It does not fail, but
what's more more important, it does not work either.

ok millert@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 14:29:04

Modified files:
	usr.sbin/pppoe : client.c common.c pppoe.c pppoe.h server.c 
	                 session.c 

Log message:
knf and other cleanups


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/06 15:06:05

Modified files:
	xc/lib/X11     : ConnDis.c 
	xc/programs/xhost: xhost.c 

Log message:
Cleanup remaining Amoeba bits.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/06 15:08:24

Modified files:
	xc/programs/Xserver/os: access.c connection.c 

Log message:
- some sprintf(), strcpy() removal
- clean up last amoeba bits


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/06 15:20:18

Modified files:
	xc/programs/Xserver/os: connection.c 

Log message:
- fix indentation
- one missed strcpy()


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/06 15:30:56

Modified files:
	.              : index.html mail.html 

Log message:
Mexican mirror is back, and new subscription address on the Spanish
mailing list.  From Lizardo Desilos <lizardo at openbsd dit org dot mx).


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 15:31:30

Modified files:
	fr             : anoncvs.html donations.html events.html 
	                 ftp.html index.html mvme88k.html ports.html 
	                 want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 15:34:05

Modified files:
	faq/pf/fr      : authpf.html config.html example1.html ftp.html 
	                 index.html logging.html macros.html perf.html 
	                 rdr.html shortcuts.html tables.html 
	                 tagging.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 15:34:46

Modified files:
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/06 15:50:50

Removed files:
	xc/programs/Xserver/os: genalloca.c 

Log message:
remove unused file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 16:05:48

Modified files:
	usr.sbin/dhcpd : confpars.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/06 16:08:54

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Upgrades by binary: It's not just for -current any more...


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/05/06 16:15:41

Modified files:
	.              : want.html 

Log message:
a couple of raid cards i've gotten recently


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 16:29:15

Modified files:
	sbin/dhclient  : dhclient.c dhcpd.h options.c tree.c tree.h 

Log message:
remove more unused code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/06 16:38:44

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/pci: pcib.c 

Log message:
back out kernel breakage.  Be more careful damnit


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/06 16:45:08

Modified files:
	mail/metamail/patches: patch-metamail_mailto_c 

Log message:
fgets pertains the newline, while gets does not.
fix this so it accepts input... whoever did the conversion did not test
from PR 3603 by Geoff Steckel <gwes@oat.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/06 17:07:57

Modified files:
	archivers/lha  : Makefile 
Added files:
	archivers/lha/patches: patch-src_header_c patch-src_lhext_c 

Log message:
SECURITY:
Buffer overflow and directory traversal fixes; from Ulf Harnhammar.


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/05/06 17:15:13

Modified files:
	.              : errata.html errata34.html 

Log message:
add tcp issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/06 17:16:58

Modified files:
	devel/p5-Class-Container: Makefile 

Log message:
remove dependency on p5-Scalar-List-Utils which is now included in perl


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/06 17:18:26

Modified files:
	devel          : Makefile 
Removed files:
	devel/p5-Scalar-List-Utils: Makefile distinfo 
	devel/p5-Scalar-List-Utils/pkg: DESCR PLIST 

Log message:
remove p5-Scalar-List-Utils as it's now included in perl; from mjc@bitz.ca


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/06 17:22:54

Modified files:
	net/trafshow   : Makefile 

Log message:
disable IPv6 patch as it causes problems, see PR 3565 (also mention in Makefile
in case someone ever decides to fix it)
ok maintainer mickey


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 19:25:32

Modified files:
	cs             : 28.html 29.html 30.html 31.html 32.html 
	                 art.html art1.html art2.html art3.html ctm.html 
	                 disabled.html donations.html items.html 
	                 mail.html products.html smp.html stable.html 
	                 why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 19:27:33

Modified files:
	fr             : cvsync.html donations.html errata.html 
	                 errata33.html errata34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 19:29:44

Modified files:
	fr             : ftp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/06 19:32:34

Modified files:
	hu             : 31.html index.html 
	faq/hu         : faq4.html index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/06 19:37:50

Modified files:
	security/hs-crypto/patches: patch-Makefile patch-package_conf_in 
	security/hs-crypto/pkg: MESSAGE PLIST 

Log message:
Have hs-crypto register itself via the GHC package mechanism on
pkg_add, and unregister itself on pkg_delete. Means the user has a
more friendly Haskell library system.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/06 19:40:17

Modified files:
	sys/ufs/ffs    : ffs_softdep.c ffs_softdep_stub.c softdep.h 
	sys/ufs/ufs    : ufs_extern.h ufs_lookup.c 

Log message:
fatty softdep merge with freebsd.  fixes a variety of possible issues.
relevant changes to ffs_softdep.c were 1.95, 1.96, 1.97, 1.98, 1.103, and
1.107 in freebsd.  testing marc and otto.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/06 19:41:37

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

Log message:
free the right thing on failure, in case this ever gets used


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/06 19:42:48

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

Log message:
proper casts for vtophys.  looked at by grange@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/06 19:55:24

Modified files:
	faq/pf         : anchors.html authpf.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 scrub.html shortcuts.html tables.html 
	                 tagging.html 

Log message:
Add an OpenBSD license to the PF User's Guide.
Concept and breakdown of copyrights agreed to by Joel Knight and myself,
license assistance millert@, ok deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/06 20:07:31

Modified files:
	lang/hugs      : Makefile distinfo 
	lang/hugs/pkg  : DESCR PLIST 
Added files:
	lang/hugs/patches: patch-docs_users_guide_Makefile_in 
Removed files:
	lang/hugs/patches: patch-src_unix_configure_in 

Log message:
Update Hugs to Nov2003. Enable pthreads and the ffi. Add a regress test suite

ok pvalchev@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/05/06 21:08:53

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200404.html 

Log message:
rotate, update


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/06 22:35:59

Modified files:
	sys/arch/i386/pci: ichpcib.c 

Log message:
This chunk was not supposed to be commited now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/06 22:56:50

Modified files:
	devel/p5-AppConfig: Makefile distinfo 

Log message:
Update to 1.56; from Morten Liebach <m@mongers.org> (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/05/06 23:44:52

Modified files:
	porting        : diffs.html 

Log message:
better wording; Ross.Richardson@utas.edu.au


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/07 01:00:47

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

Log message:
LM7x models improvements:

- correct divisor for fan3 (2 means 2^1, so the divisor is actually 1, not 2)
- fan1 and fan2 have adjastable divisors, use this feature to
dynamically correct divisors for slow fans
- fix SENSOR_FINVALID usage

Based on the diff from Alexander Bluhm <alexander.bluhm@gmx.net> in
PR 3719.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 02:00:17

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

Log message:
Compute the size of the kernel page table at runtime, depending upon the
board we run on, and its default mappings from pmap_table, rather than
trying to compute a "fits all" value at compile time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/07 02:53:51

ports/biology

Update of /cvs/ports/biology
In directory cvs.openbsd.org:/tmp/cvs-serv28851/biology

Log Message:
Directory /cvs/ports/biology added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/07 02:57:20

Log message:
    Import of py-biopython-1.24
    
    The Biopython Project is an international association of developers of
    freely available  Python tools for computational molecular biology.
    
    It is a distributed collaborative effort to develop Python libraries and
    applications which address the needs of current and future work in
    bioinformatics.
    
    ok sturm@.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-May-07
    
    N ports/biology/py-biopython/Makefile
    N ports/biology/py-biopython/distinfo
    N ports/biology/py-biopython/pkg/PLIST
    N ports/biology/py-biopython/pkg/DESCR
    N ports/biology/py-biopython/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/07 02:59:37

Added files:
	biology        : Makefile 

Log message:
new biology category; ok espie@.
+ py-biopython


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/07 03:04:22

Modified files:
	.              : Makefile 

Log message:
+ biology


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/07 04:06:15

Modified files:
	usr.sbin/bgpd  : Makefile bgpd.c bgpd.conf.5 bgpd.h parse.y 
	                 rde.c rde.h rde_attr.c rde_filter.c rde_rib.c 
Added files:
	usr.sbin/bgpd  : pftable.c 

Log message:
add a filter option to dump prefixes learned in UPDATEs into a PF table,
intended for building realtime BGP blacklists (e.g. with spamd);
ok claudio & henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/07 05:11:02

Modified files:
	lang/ghc       : Makefile 

Log message:
Ambiguous call to python in the regress tests.
Make sure we name exactly which python we want.
Spotted by Xavier.

ok xsa@


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/05/07 07:20:12

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
_afs and _ppp, nick


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/07 07:32:52

Modified files:
	mail/getmail   : Makefile distinfo 

Log message:
update to getmail 3.2.4

Change abort() to try writing the oldmail file before quitting, so
that on the majority of server/network errors, previously delivered messages
are still remembered as "not new".


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/05/07 08:11:05

Modified files:
	sys/arch/luna88k/dev: timekeeper.c 

Log message:
Some clean up, especially delete unused nvram related part.  From miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/07 08:14:06

Log message:
    Import of py-imdb-1.2
    
    IMDbPY aims to provide an easy way to access the IMDb's database using a
    Python script.  Platform-independent and written in pure Python, it's
    theoretically independent from the data source (since IMDb provides two
    or three different interfaces to their database).
    
    ok sturm@.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-May-07
    
    N ports/misc/py-imdb/Makefile
    N ports/misc/py-imdb/distinfo
    N ports/misc/py-imdb/pkg/PLIST
    N ports/misc/py-imdb/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/07 08:16:30

Modified files:
	misc           : Makefile 

Log message:
+ py-imdb


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 08:34:40

Modified files:
	lib/libc/hash  : sha2.c 

Log message:
Simpler byte order flipping.  Now the only place we explicitly check
for the host byte order is when we copy the final digest (and that
is just an optimization).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 08:42:27

Modified files:
	sys/conf       : files 
	sys/crypto     : cryptodev.c cryptosoft.c xform.c xform.h 
	sys/dev/pci    : ubsec.c ises.c nofn.c safe.c 
	sys/dev        : rnd.c 
	sys/net        : if_spppsubr.c 
	sys/netinet    : tcp_output.c tcp_input.c tcp_subr.c 
	sys/netinet6   : in6_ifattach.c 
	sys/lib/libkern: Makefile 
Added files:
	sys/crypto     : md5.c md5.h 
Removed files:
	sys/sys        : md5k.h 
	sys/lib/libkern: md5.c 

Log message:
Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.
This moves md5.c out of libkern and into sys/crypto where it belongs (as
requested by markus@).  Note that md5.c is still mandatory (dev/rnd.c uses it).
Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/07 08:49:53

Modified files:
	lib/libc/regex : re_format.7 

Log message:
Describe more accurate what word boundaries are.
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 08:51:42

Modified files:
	usr.bin/grep   : grep.c grep.h util.c 

Log message:
Add a new past path for fgrep that is just a simplified version of
fastcomp.  This makes fgrep faster and fixes the -w flag w/ fgrep.
Also remove free_patterns() since calling free right before exit
is silly.  Problem noticed by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/05/07 09:08:25

Modified files:
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/luna88k/luna88k: conf.c machdep.c mem.c 
Added files:
	sys/arch/luna88k/include: conf.h 

Log message:
Add new file <machine/conf.h> and clean up console code and structures.
From miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/07 09:28:32

Modified files:
	devel/snit     : Makefile 
	devel/tcllib   : Makefile 
	devel/vtcl     : Makefile 
	editors/ee     : Makefile 
	games/zoom     : Makefile 
	lang/js        : Makefile 
	lang/tcl/8.4   : Makefile 
	net/aguri      : Makefile 
	net/firewalk   : Makefile 
	net/hping      : Makefile 
	net/libnet     : Makefile 
	net/libnids    : Makefile 
	net/nsping     : Makefile 
	net/tclcurl    : Makefile 
	net/tcpreplay  : Makefile 
	print/dvi2tty  : Makefile 
	print/l2a      : Makefile 
	security/antisniff: Makefile 
	security/apg   : Makefile 
	security/dsniff: Makefile 
	security/fragrouter: Makefile 
	security/isic  : Makefile 
	security/its4  : Makefile 
	security/klaxon: Makefile 
	security/l0phtcrack: Makefile 
	security/p0f   : Makefile 
	x11/tk/8.4     : Makefile 

Log message:
Remove maintainer by his request.  Thanks, Jose.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 09:30:04

Modified files:
	sys/arch/luna88k/luna88k: mem.c pmap.c 
	sys/arch/mvme88k/mvme88k: mem.c pmap.c 

Log message:
Do not rely upon a fictitious MAXPHYSMEM value, but rather the actual
physical memory size, to decide the end of /dev/*mem, as well as default
cacheability for mappings.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 09:31:13

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

Log message:
Make #endif /* foo */ comments really match the #if condition.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/05/07 09:35:19

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

Log message:
List all operators (= += -= *= /= %= <<= >>= &= ^= |=) instead of printing the
first few followed by "etc".  From FreeBSD.  millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 09:51:12

Modified files:
	usr.bin/netstat: iso.c 
	usr.sbin/amd/mk-amd-map: mk-amd-map.c 

Log message:
Fix some sizeof(ptr) bugs based on diffs from aaron@.
Note that this is not code that actually gets compiled.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/07 10:27:24

Modified files:
	etc            : protocols 

Log message:
zap duplicate
From: Myk Taylor <myk@ucla.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/07 10:54:20

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
typos
From: Jared Yanovich <phirerunner@comcast.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 12:06:39

Modified files:
	sys/arch/mvme88k/mvme88k: m88110.c m8820x.c 
	sys/arch/luna88k/luna88k: m8820x.c 
	sys/arch/m88k/include: cmmu.h 

Log message:
Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but taking
a pa instead of a pmap_kernel va. The cachectl operation is now deprecated and
will disappear soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 12:10:28

Modified files:
	sys/arch/mvme88k/conf: files.mvme88k 
	sys/arch/mvme88k/dev: bussw.c mainbus.c pcctwo.c syscon.c vme.c 
	sys/arch/mvme88k/include: autoconf.h bus.h 
Added files:
	sys/arch/mvme88k/mvme88k: bus_dma.c 

Log message:
bus_dma(9) implementation for mvme88k, mostly based upon powerpc.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 12:13:00

Modified files:
	sys/arch/mvme88k/conf: GENERIC M187 M197 RAMDISK files.mvme88k 
	sys/conf       : files 
Added files:
	sys/arch/mvme88k/dev: osiop_pcctwo.c 
Removed files:
	sys/arch/mvme88k/dev: ssh.c ssh_script.out ssh_script.ss 
	                      sshreg.h sshvar.h 

Log message:
Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for
the MI osiop(4) driver.

This improves performance very slighly and should also improve reliability.

Tested on 25MHz (50MHz osiop) and 33MHz (66MHz osiop) MVME187 boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 12:13:31

Modified files:
	sys/scsi       : scsiconf.c 

Log message:
Remove mvme88k workaround for ssh(4) bugs.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/07 12:14:57

Modified files:
	share/man/man4 : osiop.4 
	share/man/man4/man4.mvme88k: Makefile intro.4 pcctwo.4 
Removed files:
	share/man/man4/man4.mvme88k: ssh.4 

Log message:
Updates for the ssh->osiop change on mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 12:39:19

Modified files:
	sys/sys        : unistd.h 
	lib/libc/gen   : sysconf.c 

Log message:
Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.
Based on a diff from Jean-Gérard Pailloncy.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 12:45:30

Modified files:
	lib/libc/gen   : sysconf.3 

Log message:
Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/07 13:07:00

Modified files:
	usr.bin/grep   : util.c 

Log message:
Make grep -w behave the same for the fastcomp and the regex case,
by teaching fastcomp what word boundaries are according to regex.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/07 13:10:06

Modified files:
	regress/usr.bin/grep: Makefile 
Added files:
	regress/usr.bin/grep: t19.in t19.out 

Log message:
Regression tests for fgrep -w and grep -w. Also enable a few tests that
were defined, but not called.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 13:19:49

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

Log message:
Describe load average and remove useless "BUG".  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/07 13:49:37

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/07 14:26:20

Log message:
    Initial import of libgpg-error 0.7
    
    Libgpg-error is a small library with error codes and descriptions shared
    by most GnuPG related software.
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-07
    
    N ports/security/libgpg-error/Makefile
    N ports/security/libgpg-error/distinfo
    N ports/security/libgpg-error/pkg/PLIST
    N ports/security/libgpg-error/pkg/DESCR
    N ports/security/libgpg-error/pkg/PFRAG.shared
    N ports/security/libgpg-error/patches/patch-ltmain_sh
    N ports/security/libgpg-error/patches/patch-src_Makefile_in
    N ports/security/libgpg-error/patches/patch-src_gpg-error-config_in
    N ports/security/libgpg-error/patches/patch-tests_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/07 14:28:01

Modified files:
	security       : Makefile 

Log message:
+libgpg-error


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/07 14:33:04

Modified files:
	sys/arch/amd64/include: intr.h 

Log message:
spllower should return the previous level, to match other archs.
"looks right" miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/07 14:47:00

Modified files:
	news/leafnode  : Makefile distinfo 
	news/leafnode/patches: patch-INSTALL patch-Makefile_in 
	                       patch-configure 
Removed files:
	news/leafnode/patches: patch-configutil_c patch-miscutil_c 
	                       patch-quickmkdir_c 

Log message:
update to leafnode 1.9.53

from rohee@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/07 15:58:14

Modified files:
	sbin/sysctl    : sysctl.8 

Log message:
mention kern.maxclusters


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/07 16:47:47

Modified files:
	sys/uvm        : uvm_mmap.c 

Log message:
align to __LDPGSZ for anon mmap.  this allows userland to be compiled
with a static page size on platforms where it may vary.
ok deraadt@ millert@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/07 16:56:19

Modified files:
	sys/scsi       : scsiconf.c 

Log message:
Set value for rslt before trying to display it. 'Bad LUN ...' messsage
will now display correct error value.

Spotted in SCSIDEBUG output from Adrian Close's bizarre USB device.

ok millert@ deraadt@ marco@.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/05/07 17:04:07

Modified files:
	usr.sbin/afs/src/arlad: arla.c arla_local.h arlad.c 

Log message:
This makes afsd drop priviledge to user _afs inside a chroot (the
cache directory). This is privledge dropping, not full privsep.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/07 17:05:19

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Error out on attempts to inject command or variable substitution
into dhclient-script environment variables.

Inspiration from todd@.

ok henning@ deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/07 17:33:39

Modified files:
	sys/dev/cardbus: if_fxp_cardbus.c 

Log message:
CardBus fxp's use the 82558 chipset which has a Long Receive bit,
we need to enable this to receive VLAN sized frames.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/07 17:35:52

Modified files:
	math/mcl       : Makefile distinfo 
	math/mcl/patches: patch-configure patch-src_graphs_Makefile_in 
	math/mcl/pkg   : DESCR PLIST 
Removed files:
	math/mcl/patches: patch-src_doc_Makefile_in 

Log message:
Update to mcl-04-105
from maintainer Andreas Kahari <andreas.kahari@unix.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/07 18:01:38

Modified files:
	usr.bin/ssh    : auth.c clientloop.c misc.h servconf.c ssh.c 
	                 sshpty.h sshtty.c tildexpand.c 
Removed files:
	usr.bin/ssh    : sshtty.h tildexpand.h 

Log message:
make two tiny header files go away; djm ok


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/07 18:21:31

Modified files:
	usr.bin/ssh    : clientloop.c misc.h readpass.c scard.c 
	                 ssh-add.c ssh-agent.c ssh-keygen.c sshconnect.c 
	                 sshconnect1.c sshconnect2.c 
Removed files:
	usr.bin/ssh    : readpass.h 

Log message:
kill a tiny header; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/07 19:01:36

Modified files:
	usr.sbin/tcpdump: print-ip.c 

Log message:
Pass the length of what was captured to pfsync_print, not the length
of the original packet.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/07 20:53:03

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
If a carp interface has more than CARP_SENDAD_MAX_ERRORS failed
advertisements in a row, back off all the other interfaces, until
CARP_SENDAD_MIN_SUCCESS advertisements are successful.

This makes carp deal better with ip output errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/07 23:10:12

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/pci: pcib.c 

Log message:
Put back ichpcib(4), it works now.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/07 23:11:00

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 

Log message:
Enable ichpcib(4) in GENERIC and on all media.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 00:04:58

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
implement and use prefixlen2mask() instead of doing it by hand 3 times


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 00:11:53

Modified files:
	usr.sbin/dhcpd : confpars.c 

Log message:
resolve hostnames at parse time, solves PR3771, ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 00:12:50

Modified files:
	usr.sbin/dhcpd : tree.c 

Log message:
remove hostname lookup stuff, done at parse time now, ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/08 00:33:41

Modified files:
	lib/libc/regex : regcomp.c 

Log message:
When parsing what follows [, do not allocate memory that is not used,
also fix a memory leak in error path.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:41:47

Modified files:
	security/libgcrypt: Makefile distinfo 
	security/libgcrypt/patches: patch-configure 
	security/libgcrypt/pkg: PFRAG.shared PLIST 
Added files:
	security/libgcrypt/patches: patch-ltmain_sh 
	                            patch-src_Makefile_in 
	                            patch-src_gcrypt_h 
	                            patch-tests_Makefile_in 
Removed files:
	security/libgcrypt/patches: patch-scripts_ltmain_sh 
	                            patch-src_libgcrypt-config_in 
	security/libgcrypt/pkg: MESSAGE 

Log message:
update to libgcrypt 1.2.0

take maintainer, ok Jim Geovedi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:42:59

Modified files:
	security/opencdk: Makefile distinfo 
	security/opencdk/patches: patch-configure patch-ltmain_sh 
	                          patch-src_misc_c 
	                          patch-tests_t-stream_c 
	security/opencdk/pkg: PFRAG.shared 

Log message:
update to opencdk 0.5.4

from me and maintainer Jim Geovedi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:43:40

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/patches: patch-configure patch-ltmain_sh 
	                         patch-src_retcodes_c 
	security/gnutls/pkg: PFRAG.shared PLIST 
Added files:
	security/gnutls/patches: patch-src_Makefile_in 

Log message:
update to gnutls 1.0.13

from me and maintainer Jim Geovedi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:44:20

Modified files:
	security/xmlsec: Makefile distinfo 
	security/xmlsec/patches: patch-ltmain_sh 
	security/xmlsec/pkg: PFRAG.shared PLIST PLIST-docs 

Log message:
update to xmlsec 1.2.5

from me and maintainer Jim Geovedi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:45:20

ports/devel/libspectrum/patches

Update of /cvs/ports/devel/libspectrum/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17098/patches

Log Message:
Directory /cvs/ports/devel/libspectrum/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:46:10

Modified files:
	devel/libspectrum: Makefile distinfo 
	devel/libspectrum/pkg: PFRAG.shared PLIST 
Added files:
	devel/libspectrum/patches: patch-configure 

Log message:
update to libspectrum 0.2.1

ok grange@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:46:45

Modified files:
	emulators/fuse : Makefile distinfo 
	emulators/fuse/pkg: PLIST 

Log message:
update to fuse 0.6.2.1

ok grange@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:47:28

ports/emulators/fuse-utils/patches

Update of /cvs/ports/emulators/fuse-utils/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26055/patches

Log Message:
Directory /cvs/ports/emulators/fuse-utils/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:48:08

Modified files:
	emulators/fuse-utils: Makefile distinfo 
	emulators/fuse-utils/pkg: PLIST 
Added files:
	emulators/fuse-utils/patches: patch-configure 

Log message:
update to fuse-utils 0.6.2

ok grange@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 00:52:46

Added files:
	mail/wmbiff/patches: patch-wmbiff_wmbiff_c 

Log message:
damn cvs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 01:05:19

Modified files:
	bin/ed         : cbc.c 

Log message:
use arc4random() instead of crappy rand(); otto ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/08 01:21:03

Log message:
    Import C->Haskell (c2hs)
    
    C->Haskell is an interface generator that simplifies the development
    of Haskell bindings to C libraries.  The tool processes existing C
    header files that determine data layout and function signatures on the
    C side, in conjunction with Haskell modules that specify Haskell-side
    type signatures and marshaling details. Hooks embedded in the Haskell
    code signal access to C structures and functions; they are expanded by
    the interfacing tool in conjunction with information in the
    corresponding C header file.
    
    ok pvalchev@
    
    Status:
    
    Vendor Tag:	dons
    Release Tags:	dons_2004-May-08
    
    N ports/devel/c2hs/Makefile
    N ports/devel/c2hs/distinfo
    N ports/devel/c2hs/pkg/PLIST
    N ports/devel/c2hs/pkg/MESSAGE
    N ports/devel/c2hs/pkg/DESCR
    N ports/devel/c2hs/patches/patch-c2hs_c_CAttrs_hs
    N ports/devel/c2hs/patches/patch-c2hs_lib_Makefile
    N ports/devel/c2hs/patches/patch-c2hs_tests_Makefile
    N ports/devel/c2hs/patches/patch-mk_config_mk_in
    N ports/devel/c2hs/patches/patch-c2hs_c2hs_conf_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/08 01:23:14

Modified files:
	devel          : Makefile 

Log message:
+c2hs


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/08 05:01:52

Modified files:
	archivers/lha  : Tag: OPENBSD_3_5 Makefile 
Added files:
	archivers/lha/patches: Tag: OPENBSD_3_5 patch-src_header_c 
	                       patch-src_lhext_c 

Log message:
SECURITY:
Buffer overflow and directory traversal fixes; from Ulf Harnhammar.
bump PKGNAME; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/08 05:06:56

Modified files:
	archivers/lha  : Tag: OPENBSD_3_4 Makefile 
Added files:
	archivers/lha/patches: Tag: OPENBSD_3_4 patch-src_header_c 
	                       patch-src_lhext_c 

Log message:
SECURITY:
Buffer overflow and directory traversal fixes; from Ulf Harnhammar.
bump PKGNAME; ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 05:22:43

Modified files:
	usr.sbin/bgpd  : control.c session.c session.h 

Log message:
remove unused argument to control_dispatch_msg(), lint


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/08 06:04:51

Modified files:
	xc/doc/man/Xt  : XtManChild.man 

Log message:
Fix XtChangeManagedSet() parameter list order.
XFree86 bugzilla #1363, Dmitry Bolkhovityanov.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/08 06:13:52

Modified files:
	infrastructure/templates: Makefile.template 

Log message:
remove WRKDIR, it is read-only

suggested by Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	biorn@cvs.openbsd.org	2004/05/08 07:11:13

Modified files:
	x11/mplayer    : Tag: OPENBSD_3_5 Makefile 
Added files:
	x11/mplayer/patches: Tag: OPENBSD_3_5 patch-libmpdemux_http_c 
	                     patch-libmpdemux_realrtsp_real_c 
	                     patch-libmpdemux_realrtsp_real_h 
	                     patch-libmpdemux_realrtsp_rtsp_c 
	                     patch-libmpdemux_realrtsp_rtsp_session_c 
	                     patch-libmpdemux_realrtsp_sdpplin_c 
	                     patch-libmpdemux_realrtsp_xbuffer_c 
	                     patch-libmpdemux_realrtsp_xbuffer_h 

Log message:
Plug two remote exploits, streaming over http and rtsp
Bump PKGNAME

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/08 09:23:02

Modified files:
	sbin/mount_portal: pt_tcp.c 

Log message:
change my e-mail address to @openbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 10:16:33

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	mickey@cvs.openbsd.org	2004/05/08 11:19:40

Added files:
	net/trafshow/patches: patch-display_c 

Log message:
when parsing icmp only check that we have enough data up to what is being really looked into (4 bytes). fixes short pings display; pval@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 11:23:20

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
factor out the string -> key conversion code used for md5sig and twice for ipsec


CVSROOT:	/cvs
Module name:	ports
Changes by:	mickey@cvs.openbsd.org	2004/05/08 11:24:45

Modified files:
	net/trafshow/patches: patch-display_c 

Log message:
update for ipv6-less version and rcsid


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 11:40:53

Modified files:
	usr.sbin/bgpd  : parse.y printconf.c 

Log message:
add support for ipsec ah with manual keys, pfkey part already does so, and
flesh parser out a bit. also add support for printing ipsec ah with manual
keys in printconf


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 12:04:14

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
allow for neighbor statements without { parameters } block; everything
can be inherited from the group


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 12:21:55

Modified files:
	usr.sbin/bgpd  : log.c session.h 

Log message:
provide log_sockaddr, which uses getnameinfo(), and use it in
log_conn_attempt


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 12:23:24

Modified files:
	usr.sbin/bgpd  : printconf.c 

Log message:
do not omit the IPv6 listening address


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 12:43:06

Modified files:
	etc            : bgpd.conf 

Log message:
king bula likes more sample fluff


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 13:09:35

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
break out the consistency checking for neighbors in its own function,
and verify that peers with ipsec have local-address specified (needed to
set up the flows...)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 13:17:20

Modified files:
	usr.sbin/bgpd  : log.c parse.y pftable.c printconf.c rde.c 
	                 rde_rib.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 13:42:35

Modified files:
	bin/ksh        : var.c 

Log message:
unless specifically requested by setting the seed, use arc4random(); otto ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 14:00:44

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
a bloody attempt at documenting the ipsec fluff.
this needs to be fleshed out and polished, but at least it is somewhat
documented now...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/08 14:10:12

Modified files:
	sys/arch/mvmeppc/dev: openpic.c 

Log message:
Correct values for the pci_routes[] pci-to-mpic interrupt routing table,
per the MVME2600APG.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/08 14:10:24

Modified files:
	sys/arch/mvmeppc/mvmeppc: genassym.cf 

Log message:
Kill whitespace at EOL


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/08 14:12:23

Modified files:
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 

Log message:
Better bus_dmamap_load() implementation which does not use vtophys(),
from macppc.

Also properly handle BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE in
bus_dmamap_sync().


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 14:17:49

Modified files:
	usr.sbin/rarpd : arptab.c rarpd.8 rarpd.c 

Log message:
lots of munging about; canacar ok, tested by pb, looked at by various others


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 14:18:45

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
as bloody attempt to document neighbor cloning


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/08 14:23:21

Modified files:
	usr.sbin/mopd/common: pf.c 

Log message:
Filter bpf writes and lock descriptor. tested by hshoexer@
ok henning@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 14:50:29

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
with manual keyed ipsec, we need keys and spis for both directions -
enforce that


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/08 14:54:13

Modified files:
	sys/net        : bpf.c bpfdesc.h 

Log message:
reference count bpf descriptors to protect against disappearing interfaces
while asleep in read. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 14:56:10

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
fix redefinition detection with manual keyes ipsec


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 14:58:00

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
off by one in key too long detection


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/08 15:04:47

Modified files:
	etc            : bgpd.conf 

Log message:
add an example neighbor with manual keyed IPsec


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/08 15:37:30

Modified files:
	sys/arch/mvme88k/mvme88k: mem.c 

Log message:
Do not duplicate fragments from <machine/conf.h>.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/08 15:45:27

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

Log message:
In pmap_enu*(), be sure to splx() on low memory conditions.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/08 16:08:51

Modified files:
	usr.bin/awk    : run.c 

Log message:
Use arc4random() unless the user specifies a specific seed, in which
case, call srandom() and use random().  Avoid using rand() because
it does not produce good random numbers.  Based on a diff from deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/08 16:10:12

Modified files:
	sys/arch/macppc/dev: openpic.c 

Log message:
Remove spurious initialization; drahn@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	kettenis@cvs.openbsd.org	2004/05/08 16:20:43

Added files:
	audio/id3ed/patches: patch-id3ed_cc 

Log message:
In preparation for the readline 4.3 import.
ok pval@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/05/08 16:44:23

Modified files:
	.              : mvme88k.html 

Log message:
ssh -> osiop


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/05/08 16:47:56

Modified files:
	.              : luna88k.html 

Log message:
There is a snapshot available... but installation notes are being reviewed
at the moment and bsd.rd has bugs. If you want to give the port a try, be
sure to get in touch with aoyama@ or I...


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/08 16:58:30

Modified files:
	textproc/zoem  : Makefile distinfo 
	textproc/zoem/patches: patch-examples_Makefile_in 
	textproc/zoem/pkg: PLIST 

Log message:
update to 4-111; from Andreas Kahari <ak+openbsd@freeshell.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 17:53:22

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
some crappy usb mouse; lteo.openbsd1@mailnull.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 17:53:24

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/08 18:06:47

Modified files:
	usr.bin/ssh    : moduli.c ssh-keygen.c 
Removed files:
	usr.bin/ssh    : moduli.h 

Log message:
zap another tiny header; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/08 18:16:38

Modified files:
	sys/net        : pf_norm.c 

Log message:
Don't dereference scrub pointer when it's NULL, fix PR 3775, from
Marc Huber. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/08 19:19:28

Modified files:
	usr.bin/ssh    : OVERVIEW auth-rsa.c auth1.c kex.c monitor.c 
	                 session.c sshconnect1.c sshd.c 
Removed files:
	usr.bin/ssh    : mpaux.c mpaux.h 

Log message:
kill some more tiny files; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/08 19:21:50

Modified files:
	usr.bin/ssh/lib: Makefile 

Log message:
kill it here too


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/08 19:26:48

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

Log message:
don't overwrite what we are trying to compute


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/08 19:52:32

Modified files:
	mail/tmda      : Makefile distinfo 

Log message:
update to 1.0.3; from Dave Steinberg <dave@redterror.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:20:20

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

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:20:45

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

Log message:
compress code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:21:13

Modified files:
	sbin/iopctl    : iopctl.c 

Log message:
de-lint


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:21:35

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
de-lint


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:21:52

Modified files:
	sbin/kbd       : kbd_wscons.c 

Log message:
lint says toss unused variable away


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:22:39

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

Log message:
pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:22:58

Modified files:
	libexec/rpc.yppasswdd: rpc.yppasswdd.c 

Log message:
de-lint


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/08 21:28:11

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

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/05/08 21:37:45

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

Log message:
make man page example match reality
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/08 22:01:59

Modified files:
	sys/scsi       : cd.c scsi_base.c sd.c ses.c ss.c st.c 

Log message:
Add missing <cr>'s to various SC_DEBUG() calls, along with a few other
SC_DEBUG() spacing tweaks.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/08 23:34:00

Modified files:
	sys/scsi       : scsi_base.c scsiconf.h 
	sys/arch/mvme68k/dev: vs.c 
	sys/arch/mvme88k/dev: vs.c 

Log message:
Eliminate verbosity parameter to scsi_print_sense and the associated
chunk of code. It was never executed unless you were debugging a
mvmex8k 'vs' device.

ok miod@ (mvmex8k bits) marco@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/09 00:07:42

Modified files:
	bin/ksh        : ksh.1tbl 

Log message:
Document new behavior of $RANDOM. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/09 00:17:15

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

Log message:
Say that only sockets owned by processes can been seen. Based on diff
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/09 01:46:12

Modified files:
	devel/c2hs/patches: patch-c2hs_c2hs_conf_in 
	devel/c2hs/pkg : PLIST 
Added files:
	devel/c2hs/patches: patch-c2hs_c2hs-config_in 
Removed files:
	devel/c2hs/patches: patch-mk_config_mk_in 

Log message:
. Have c2hs-config return the right -package flags
. Keep the version number in lib/c2hs-${V}
. Add haskell package "lang" as a dependency

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/09 03:13:41

Modified files:
	share/man/man4/man4.i386: cpu.4 

Log message:
xfer ichpcib(4)


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/09 03:42:43

Modified files:
	hu             : anoncvs.html goals.html index.html vax.html 
Added files:
	hu             : donations.html errata.html want.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/09 03:48:24

Modified files:
	pl             : index.html ports.html 
	faq/pl         : faq14.html faq2.html faq3.html faq4.html 
	                 faq8.html faq9.html 
	faq/pf/pl      : anchors.html authpf.html config.html 
	                 example1.html ftp.html logging.html macros.html 
	                 perf.html pools.html shortcuts.html tables.html 
	                 tagging.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/09 03:58:24

Modified files:
	faq/ja         : faq1.html faq10.html faq11.html faq12.html 
	                 faq13.html faq14.html faq2.html faq3.html 
	                 faq7.html faq8.html faq9.html truetype.html 
	                 upgrade-minifaq.html upgrade-old.html 
	faq/pf/ja      : anchors.html authpf.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 scrub.html shortcuts.html tables.html 
	                 tagging.html 
	ja             : 29.html 30.html 31.html 32.html 33.html 34.html 
	                 amd64.html anoncvs.html art.html art1.html 
	                 art2.html art3.html audio-port.html books.html 
	                 checklist.html crypto.html ctm.html cvsup.html 
	                 cvsync.html disabled.html docum.html 
	                 donations.html errata.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html events.html 
	                 ftp.html goals.html groups.html hppa64.html 
	                 i386-laptop.html i386.html index.html 
	                 items.html mail.html orders.html 
	                 pkg-stable.html pkg-stable28.html 
	                 pkg-stable29.html pkg-stable30.html 
	                 pkg-stable31.html pkg-stable32.html 
	                 pkg-stable33.html pkg-stable34.html plat.html 
	                 plus.html plus29.html plus30.html plus31.html 
	                 plus32.html plus33.html plus34.html policy.html 
	                 porting.html ports.html porttest.html 
	                 press.html products.html query-pr.html 
	                 report.html romp.html security.html sgi.html 
	                 smp.html stable.html support.html 
	                 testimonials.html translation.html tshirts.html 
	                 users.html want.html why-cvs.html 
	openssh/ja     : faq.html features.html ftp.html goals.html 
	                 history.html index.html java.html list.html 
	                 macos.html manual.html openbsd.html palmos.html 
	                 portable.html press.html report.html 
	                 security.html unix.html users.html windows.html 
	openssh/usage/ja: graphs.html index.html ssh-stats.html 
	porting/ja     : diffs.html libraries.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/09 04:13:09

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

Log message:
cleanup before closing


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/09 04:14:42

Removed files:
	distrib/notes  : README.pegasos 
	distrib/sets/lists/xbase: md.pegasos 
	distrib/sets/lists/xserv: md.pegasos 
	distrib/sets/lists/xshare: md.pegasos 

Log message:
bye


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/09 04:15:59

Removed files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-pegasos: 
	                                                            host.def 

Log message:
bye


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/09 04:30:22

Log message:
    Import hs-ports-0.4.1, a library for concurrent and distributed Haskell
    
    The Haskell Ports Library (HPL) supports concurrent and distributed
    computing in the IO monad _without_ relying on mutable variables.
    Instead, it supplies monotone single-assignment variables and ports
    abstractions. Ports are an abstraction for modelling variables whose
    values evolve over time without the need to resort to mutable
    variable, such as IORefs. More precisely, a port represents all values
    that a time-dependent variable successively takes as a stream, where
    each element of the stream corresponds to a state change.
    
    Ports are ideally suited for purely functional GUI interfaces that
    completely avoid the use of mutable variables. It is planned to extend
    the library to interaction between different processes possibly
    located on distinct processing nodes.
    
    ok pvalchev@
    
    Status:
    
    Vendor Tag:	dons
    Release Tags:	dons_2004-May-09
    
    N ports/devel/hs-ports/Makefile
    N ports/devel/hs-ports/distinfo
    N ports/devel/hs-ports/pkg/PLIST
    N ports/devel/hs-ports/pkg/DESCR
    N ports/devel/hs-ports/pkg/MESSAGE
    N ports/devel/hs-ports/patches/patch-lib_Processes_hs
    N ports/devel/hs-ports/patches/patch-tests_test_sh
    N ports/devel/hs-ports/patches/patch-mk_config_mk_in
    N ports/devel/hs-ports/patches/patch-package_conf_in
    N ports/devel/hs-ports/patches/patch-lib_Makefile
    N ports/devel/hs-ports/patches/patch-Makefile
    N ports/devel/hs-ports/patches/patch-ports-config_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/09 04:32:34

Modified files:
	devel          : Makefile 

Log message:
+hs-ports


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/09 04:51:55

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

Log message:
route-to -> reply-to in one case where it was swapped, from
Christopher Pascoe


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/09 08:08:11

Modified files:
	sys/scsi       : scsiconf.c cd_scsi.c cd_atapi.c atapi_base.c 

Log message:
Remove some #ifndef __OpenBSD__/#endif sections that were intended to
make sync'ing with NetBSD easier. NetBSD has moved on, most of these
sections have not.

ok marco@ deraadt@ grange@ csapuntz@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/05/09 08:37:37

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

Log message:
fix 1000BaseT mediaopt example. Ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/09 11:03:25

Modified files:
	faq/zh-tw      : index.html 
	openssh/zh-tw  : index.html 
	zh-tw          : donations.html ftp.html index.html plat.html 
	                 translation.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/09 13:17:40

Removed files:
	x11/getbdf     : README 

Log message:
remove


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/09 13:18:55

Removed files:
	print/dvipdfm  : Makefile distinfo 
	print/dvipdfm/patches: patch-config patch-psimage.c 
	print/dvipdfm/pkg: DESCR PLIST 

Log message:
remove - this has been marked with IGNORE and been part of teTeX for over a year


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/05/09 13:25:39

Modified files:
	books          : Makefile 
	databases      : Makefile 
	devel          : Makefile 
	editors        : Makefile 
	games          : Makefile 
	graphics       : Makefile 
	net            : Makefile 
	x11            : Makefile 

Log message:
sort the SUBDIRs; ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/09 15:11:16

Added files:
	devel/lam/patches: patch-share_args_all_opt_c 
	www/links/patches: patch-kbdbind_c 

Log message:
rename private strtonum() functions to avoid clash with libc one


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/09 16:02:38

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

Log message:
Replace the event queue with a bit mask of slots needing attention, as
done in stp(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/09 16:08:04

Modified files:
	sys/arch/sparc/conf: SUN4C SUN4M 

Log message:
Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/09 16:14:15

Modified files:
	usr.bin/top    : commands.c machine.c machine.h screen.c 
	                 sigconv.awk top.c username.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/09 16:16:26

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

Log message:
delint


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/09 16:22:45

Modified files:
	usr.bin/rpcgen : rpc_cout.c rpc_main.c rpc_parse.h 

Log message:
delint


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/09 16:51:52

Modified files:
	sbin/mount     : Makefile 

Log message:
does not need to link getmntopts.c itself


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/09 17:22:53

Log message:
    xfce4-taskbar-plugin-0.1.0, taskbar plugin for the xfce4 panel
    
    from Jan Lindblom + minor tweaks by me
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-may-09
    
    N ports/x11/xfce4/plugins/xfce4-taskbar-plugin/Makefile
    N ports/x11/xfce4/plugins/xfce4-taskbar-plugin/distinfo
    N ports/x11/xfce4/plugins/xfce4-taskbar-plugin/pkg/DESCR
    N ports/x11/xfce4/plugins/xfce4-taskbar-plugin/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/09 17:23:47

Modified files:
	x11/xfce4/plugins: Makefile 

Log message:
+xfce4-taskbar-plugin


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/09 18:06:47

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-Makefile_in patch-configure_in 
	                      patch-doc_mkcert_sh 
	                      patch-dovecot-example_conf 
	                      patch-src_lib-storage_index_index-storage_c 
	                      patch-src_lib-storage_index_index-storage_h 
	                      patch-src_lib-storage_index_maildir_maildir-storage_c 
	                      patch-src_lib-storage_index_mbox_mbox-storage_c 
	                      patch-src_master_mail-process_c 
	                      patch-src_master_master-settings_c 
	                      patch-src_master_master-settings_h 
	mail/dovecot/pkg: PLIST 
Removed files:
	mail/dovecot/patches: patch-src_auth_master-connection_c 
	                      patch-src_imap_imap-fetch-body-section_c 
	                      patch-src_lib-imap_imap-bodystructure_c 
	                      patch-src_lib-imap_imap-envelope_c 
	                      patch-src_lib-mail_message-address_c 

Log message:
upgrade to Dovecot 0.99.10.4
--
ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/09 18:58:45

Modified files:
	graphics/gqview: Makefile distinfo 

Log message:
upgrade to gqview 1.4.3


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/09 20:18:52

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Make sure advskew set correctly in advertisement when configured to a value
greater than 240. From Frank Denis <j@pureftpd.org>, PR3774.


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/05/09 21:30:20

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

Log message:
another


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/09 22:16:03

Modified files:
	sys/net        : Tag: OPENBSD_3_5 bpf_filter.c 

Log message:
MFC:
Fix by otto@

more strict bpf code validation, preventing arbitrary kernel memory
read and writes.

ok deraadt@ otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/09 22:32:40

Modified files:
	devel/hmake/pkg: PLIST 

Log message:
Mark conflict with nhc98. They both provide hmake, and hi

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/09 22:39:04

Log message:
    Import nhc98-1.16, a portable Haskell compiler:
    
    nhc98 is a small, easy to install, standards-compliant
    compiler for Haskell 98, the lazy functional programming
    language. It is very portable, and aims to produce small
    executables that run in small amounts of memory. It
    produces medium-fast code, and compilation is itself quite
    fast. It also comes with extensive tool support for
    automatic compilation, foreign language interfacing,
    heap and time profiling, tracing, and debugging.  (Some of
    its advanced kinds of heap profiles are not found in any
    other Haskell compiler.)
    
    testing, tweaks xsa@; ok pvalchev@
    
    Status:
    
    Vendor Tag:	dons
    Release Tags:	dons_2004-May-10
    
    N ports/lang/nhc98/Makefile
    N ports/lang/nhc98/distinfo
    N ports/lang/nhc98/patches/patch-script_harch
    N ports/lang/nhc98/patches/patch-Makefile
    N ports/lang/nhc98/pkg/DESCR
    N ports/lang/nhc98/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/09 22:48:42

Modified files:
	lang           : Makefile 

Log message:
+nhc98


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/05/09 23:18:53

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

Log message:
obliterate undef, ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/09 23:32:16

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

Log message:
pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/09 23:35:15

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

Log message:
Select the Latin-1 8x16 font as the default 8x16 font, instead of the
IBM 8x16 one.
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/10 00:14:44

Modified files:
	net/ethereal   : Makefile 

Log message:
use no_x11 pseudo-flavour for building without X11


CVSROOT:	/cvs
Module name:	src
Changes by:	ish@cvs.openbsd.org	2004/05/10 00:24:42

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
strtonum conversion and better input checking of integer values; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/10 01:21:35

Modified files:
	sys/net        : Tag: OPENBSD_3_4 bpf_filter.c 

Log message:
MFC:
Fix by otto@

more strict bpf code validation, preventing arbitrary kernel memory
read and writes.

ok deraadt@ otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/10 01:26:34

Modified files:
	x11/wmclock    : Makefile 

Log message:
update MASTER_SITES; ok pval


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/10 01:42:32

Modified files:
	mail/exim      : Makefile 
Added files:
	mail/exim/patches: patch-src_accept_c patch-src_verify_c 

Log message:
Fix 2 buffer overflows in exim discovered by Georgi Guninski
Not exploitable in default install

http://www.guninski.com/exim1.html

ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/10 02:42:43

Modified files:
	mail/exim      : Makefile 
Removed files:
	mail/exim/patches: patch-OS_Makefile-Default 
	                   patch-OS_Makefile-OpenBSD 

Log message:
simplify, use MAKE_FLAGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/10 02:45:04

Modified files:
	mail/exim      : Tag: OPENBSD_3_5 Makefile 
Added files:
	mail/exim/patches: Tag: OPENBSD_3_5 patch-src_accept_c 
	                   patch-src_verify_c 
Removed files:
	mail/exim/patches: Tag: OPENBSD_3_5 patch-OS_Makefile-Default 
	                   patch-OS_Makefile-OpenBSD 

Log message:
Fix 2 buffer overflows in exim discovered by Georgi Guninski
Not exploitable in default install

http://www.guninski.com/exim1.html

ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/10 02:50:41

Modified files:
	mail/exim      : Tag: OPENBSD_3_4 Makefile 
Added files:
	mail/exim/patches: Tag: OPENBSD_3_4 patch-src_accept_c 
	                   patch-src_verify_c 
Removed files:
	mail/exim/patches: Tag: OPENBSD_3_4 patch-OS_Makefile-Default 
	                   patch-OS_Makefile-OpenBSD 

Log message:
Fix 2 buffer overflows in exim discovered by Georgi Guninski
Not exploitable in default install

http://www.guninski.com/exim1.html

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/10 03:05:52

Modified files:
	sys/arch/sparc/dev: p9000.c p9100.c tctrl.c tctrlvar.h 

Log message:
When external power is not available, the tadpole video hardware gets
stuck in a weird mode, where not all acceleration functions are
available, and I could not figure out how to reset the chip strongly
enough to leave this mode.

Try to compensate by checking whether the external power has been removed,
when we set up the accelerated rasops (this will not cope with power being
removed after bootup, yet).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 03:44:46

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

Log message:
when adding a new group to /etc/groups, place it just before the first
+ entry.  assistance from tdeval and otto.  this is the first half of
pr 3727, brendan@cs.uchicago.edu


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/10 04:12:29

Modified files:
	x11/kde        : kde.port.mk 

Log message:
need shared libs


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/05/10 04:30:24

Modified files:
	sys/arch/luna88k/dev: lunafb.c 
	sys/arch/luna88k/luna88k: locore.S machdep.c 

Log message:
Make the time getting frame buffer depth earlier.  Without this
modification, bitmap console depth is always 4, because consinit() is
called before cpu_startup().

And use frame buffer depth bits(1,4,8) rather than mask value(0x01,
0x0f, 0xff), same as the value in ROM work area.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 04:42:19

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modem


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 04:43:57

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

Log message:
regen. This and previous: ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 04:46:10

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
New USB card reader (in an MSI865 chassis).
OnSpec also appears to have a new Vendor ID, from NetBSD.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 04:46:40

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/10 06:10:51

Modified files:
	usr.bin/mail   : cmd2.c cmdtab.c extern.h lex.c 

Log message:
Get rid of the ancient "clobber" command.  It was really only for debugging
purposes.  Noticed and OK by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/10 06:14:54

Modified files:
	usr.sbin/cron  : misc.c 

Log message:
Make the accept socket non-blocking.  Should not matter since we
use select anyway but seems like a good idea since we really
don't want cron to block...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 09:25:51

Modified files:
	usr.bin/mail   : edit.c fio.c lex.c 

Log message:
delint; millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 09:26:22

Modified files:
	usr.bin/xlint/lint1: func.c scan.l 

Log message:
using a horrid hack: permit long long.  millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 09:26:49

Modified files:
	sbin/nfsd      : nfsd.c 

Log message:
remove iso crud, and other misc cleanups; millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 09:30:47

Modified files:
	sbin/dhclient  : hash.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/10 09:38:02

Log message:
    Import of zope-btreefolder2-1.0
    
    BTreeFolder2 is a Zope product that acts like a Zope folder but can
    store many more items.
    
    When you fill a Zope folder with too many items, both Zope and your
    browser get overwhelmed. Zope has to load and store a large folder
    object, and the browser has to render large HTML tables repeatedly. Zope
    can store a lot of objects, but it has trouble storing a lot of objects
    in a single standard folder.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-May-10
    
    N ports/www/zope-btreefolder2/Makefile
    N ports/www/zope-btreefolder2/distinfo
    N ports/www/zope-btreefolder2/pkg/MESSAGE
    N ports/www/zope-btreefolder2/pkg/DESCR
    N ports/www/zope-btreefolder2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/10 09:39:14

Modified files:
	www            : Makefile 

Log message:
+ zope-btreefolder2


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 10:04:08

Modified files:
	etc/root       : dot.cshrc dot.profile 

Log message:
add /usr/local/sbin to root's .cshrc
reorder path to place /usr/X11R6/bin before /usr/local/{bin,sbin}
sync .profile PATH with .cshrc path

ok deraadt@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 10:06:47

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Vendor ID for Ralink Technology and one product, the RT2460A,
found in my MSI865 system.

ok deraadt@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	peter@cvs.openbsd.org	2004/05/10 10:07:19

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/10 10:09:06

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

Log message:
Do not always print banner page.
ok henning@ millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/05/10 10:22:07

Modified files:
	.              : amd64.html sparc64.html i386.html 

Log message:
sync wireless PCI cards list with wi(4) manpage; ok millert nick


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/05/10 10:28:47

Modified files:
	bin/ksh        : sh.h vi.c 

Log message:
double the command line buffer size (1024 -> 2048); ok millert deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/10 11:03:23

Modified files:
	regress/sys/fifofs: fifotest.c fifotest.out 

Log message:
Check select in addition to poll (they should produce the same results).
Run tests 4 times: with and without blocking and with and without a
timeout for poll/select.  Results match Solaris.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/10 11:11:42

Modified files:
	editors/vim/snapshot: Makefile 
Added files:
	editors/vim/snapshot: distinfo 
	editors/vim/snapshot/files: pf.vim 
	editors/vim/snapshot/patches: sup-hppa-src_auto_configure 
	                              sup-m68k-src_Makefile 
	                              sup-vax-src_Makefile 
	                              sup-vax-src_auto_configure 
	editors/vim/snapshot/pkg: DESCR DESCR-lang PFRAG.no-no_x11 PLIST 
	                          PLIST-lang PLIST-lang.orig PLIST.orig 

Log message:
a vim/snapshot is now available.  6.3a


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/10 11:12:24

Removed files:
	editors/vim/snapshot/pkg: PLIST-lang.orig PLIST.orig 

Log message:
Duh, go away, .orig files


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/10 11:46:56

Log message:
    Import of Class::ReturnValue 0.52.
    Submitted by Michael Coulter <mjc@bitz.ca>.
    
    Class::ReturnValue is a "clever" return value object that can allow code
    calling your routine to expect: a boolean value (did it fail) or a list
    (what are the return values).
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040510
    
    N ports/devel/p5-Class-ReturnValue/distinfo
    N ports/devel/p5-Class-ReturnValue/Makefile
    N ports/devel/p5-Class-ReturnValue/pkg/DESCR
    N ports/devel/p5-Class-ReturnValue/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/10 11:47:56

Modified files:
	devel          : Makefile 

Log message:
+p5-Class-ReturnValue


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/05/10 12:14:43

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

Log message:
correct description of bus_dmamap_sync; help & ok mickey


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/10 12:32:41

Modified files:
	lang/clisp     : Makefile distinfo 
	lang/clisp/patches: patch-src_lispbibl_d 

Log message:
update to 2.33; from Rich Cannings <rich@cannings.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 12:34:15

Modified files:
	sbin/isakmpd   : monitor.c 

Log message:
64bit gcc saw missing cast


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 12:34:42

Modified files:
	sbin/dhclient  : privsep.c 
	sbin/ifconfig  : ifconfig.c 

Log message:
missing casts spotted by 64 bit cc


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/10 12:41:12

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

Log message:
Check return value of fclose() calls after writing.
ok deraadt@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/10 12:48:49

Log message:
    GNU readline 4.3p5
    
    Status:
    
    Vendor Tag:	FSF
    Release Tags:	READLINE_4_3_PATCH_005
    
    U src/gnu/lib/libreadline/COPYING
    U src/gnu/lib/libreadline/README
    U src/gnu/lib/libreadline/MANIFEST
    U src/gnu/lib/libreadline/INSTALL
    U src/gnu/lib/libreadline/CHANGELOG
    U src/gnu/lib/libreadline/CHANGES
    U src/gnu/lib/libreadline/USAGE
    U src/gnu/lib/libreadline/aclocal.m4
    U src/gnu/lib/libreadline/config.h.in
    C src/gnu/lib/libreadline/configure
    U src/gnu/lib/libreadline/configure.in
    U src/gnu/lib/libreadline/Makefile.in
    U src/gnu/lib/libreadline/ansi_stdlib.h
    C src/gnu/lib/libreadline/chardefs.h
    U src/gnu/lib/libreadline/history.h
    C src/gnu/lib/libreadline/histlib.h
    U src/gnu/lib/libreadline/keymaps.h
    U src/gnu/lib/libreadline/posixdir.h
    U src/gnu/lib/libreadline/posixjmp.h
    U src/gnu/lib/libreadline/posixstat.h
    C src/gnu/lib/libreadline/readline.h
    U src/gnu/lib/libreadline/rltty.h
    U src/gnu/lib/libreadline/rlconf.h
    C src/gnu/lib/libreadline/rldefs.h
    N src/gnu/lib/libreadline/rlmbutil.h
    U src/gnu/lib/libreadline/rlprivate.h
    U src/gnu/lib/libreadline/rlshell.h
    U src/gnu/lib/libreadline/rlstdc.h
    N src/gnu/lib/libreadline/rltypedefs.h
    U src/gnu/lib/libreadline/rlwinsize.h
    U src/gnu/lib/libreadline/tcap.h
    U src/gnu/lib/libreadline/tilde.h
    C src/gnu/lib/libreadline/xmalloc.h
    C src/gnu/lib/libreadline/bind.c
    U src/gnu/lib/libreadline/callback.c
    N src/gnu/lib/libreadline/compat.c
    C src/gnu/lib/libreadline/complete.c
    C src/gnu/lib/libreadline/display.c
    U src/gnu/lib/libreadline/emacs_keymap.c
    U src/gnu/lib/libreadline/funmap.c
    U src/gnu/lib/libreadline/input.c
    C src/gnu/lib/libreadline/isearch.c
    U src/gnu/lib/libreadline/keymaps.c
    C src/gnu/lib/libreadline/kill.c
    U src/gnu/lib/libreadline/macro.c
    N src/gnu/lib/libreadline/mbutil.c
    N src/gnu/lib/libreadline/misc.c
    C src/gnu/lib/libreadline/nls.c
    C src/gnu/lib/libreadline/rltty.c
    U src/gnu/lib/libreadline/parens.c
    C src/gnu/lib/libreadline/readline.c
    C src/gnu/lib/libreadline/savestring.c
    C src/gnu/lib/libreadline/search.c
    C src/gnu/lib/libreadline/shell.c
    U src/gnu/lib/libreadline/signals.c
    C src/gnu/lib/libreadline/terminal.c
    N src/gnu/lib/libreadline/text.c
    C src/gnu/lib/libreadline/tilde.c
    U src/gnu/lib/libreadline/undo.c
    C src/gnu/lib/libreadline/util.c
    U src/gnu/lib/libreadline/vi_keymap.c
    U src/gnu/lib/libreadline/vi_mode.c
    C src/gnu/lib/libreadline/xmalloc.c
    U src/gnu/lib/libreadline/history.c
    C src/gnu/lib/libreadline/histexpand.c
    C src/gnu/lib/libreadline/histfile.c
    U src/gnu/lib/libreadline/histsearch.c
    U src/gnu/lib/libreadline/doc/Makefile.in
    U src/gnu/lib/libreadline/doc/manvers.texinfo
    U src/gnu/lib/libreadline/doc/rlman.texinfo
    C src/gnu/lib/libreadline/doc/rltech.texinfo
    C src/gnu/lib/libreadline/doc/rluser.texinfo
    U src/gnu/lib/libreadline/doc/rluserman.texinfo
    C src/gnu/lib/libreadline/doc/hist.texinfo
    C src/gnu/lib/libreadline/doc/hstech.texinfo
    U src/gnu/lib/libreadline/doc/hsuser.texinfo
    C src/gnu/lib/libreadline/doc/readline.3
    N src/gnu/lib/libreadline/doc/history.3
    U src/gnu/lib/libreadline/examples/Makefile.in
    C src/gnu/lib/libreadline/examples/excallback.c
    U src/gnu/lib/libreadline/examples/fileman.c
    U src/gnu/lib/libreadline/examples/manexamp.c
    N src/gnu/lib/libreadline/examples/readlinebuf.h
    N src/gnu/lib/libreadline/examples/rlcat.c
    U src/gnu/lib/libreadline/examples/rlfe.c
    U src/gnu/lib/libreadline/examples/rltest.c
    U src/gnu/lib/libreadline/examples/rl.c
    U src/gnu/lib/libreadline/examples/rlversion.c
    U src/gnu/lib/libreadline/examples/histexamp.c
    U src/gnu/lib/libreadline/examples/Inputrc
    C src/gnu/lib/libreadline/support/config.guess
    U src/gnu/lib/libreadline/support/config.sub
    U src/gnu/lib/libreadline/support/install.sh
    U src/gnu/lib/libreadline/support/mkdirs
    U src/gnu/lib/libreadline/support/mkdist
    U src/gnu/lib/libreadline/support/shobj-conf
    U src/gnu/lib/libreadline/support/shlib-install
    N src/gnu/lib/libreadline/support/wcwidth.c
    U src/gnu/lib/libreadline/shlib/Makefile.in
    
    30 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jFSF:yesterday -jFSF src/gnu/lib/libreadline

CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/10 13:36:20

Modified files:
	gnu/lib/libreadline: Makefile bind.c chardefs.h complete.c 
	                     config.h configure display.c histexpand.c 
	                     histfile.c histlib.h isearch.c kill.c nls.c 
	                     readline.c readline.h rldefs.h rltty.c 
	                     savestring.c search.c shell.c shlib_version 
	                     terminal.c text.c tilde.c util.c xmalloc.c 
	                     xmalloc.h 
	gnu/lib/libreadline/doc: hist.texinfo hstech.texinfo readline.3 
	                         rltech.texinfo rluser.texinfo 
	gnu/lib/libreadline/examples: excallback.c 
	gnu/lib/libreadline/support: config.guess 

Log message:
Resolve conflicts for GNU readline 4.3p5.
ok deraadt@, otto@, pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/10 13:38:16

ports/converters/p5-DateManip/patches

Update of /cvs/ports/converters/p5-DateManip/patches
In directory cvs.openbsd.org:/tmp/cvs-serv3785/patches

Log Message:
Directory /cvs/ports/converters/p5-DateManip/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/10 13:39:41

Modified files:
	gnu/usr.bin/binutils/gdb: defs.h 

Log message:
Remove prototype conflicting with new libreadline.
ok deraadt@, otto@, pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/10 13:41:33

Modified files:
	converters/p5-DateManip: Makefile distinfo 
Added files:
	converters/p5-DateManip/patches: patch-Manip_pm 

Log message:
- update to DateManip 5.42a
- do unlink-test in /tmp instead of where your perl binary resides

maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/10 13:46:46

Modified files:
	lang/ruby/pkg  : PLIST 
Added files:
	lang/ruby/patches: patch-lib_fileutils_rb 

Log message:
- not every /etc is a ${SYSCONFDIR}
- when creating directories recursively, don't try creating existing dirs

from couderc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 13:48:07

Modified files:
	bin/md5        : crc.c 

Log message:
64 bit gcc whines


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 13:51:27

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	wilfried@cvs.openbsd.org	2004/05/10 14:05:49

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

Log message:
unbreak chsh, ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/05/10 14:12:49

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

Log message:
ugly hackery for auich support on amd64.
Will not work on machine with > 4G phys memory.   OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/05/10 14:18:11

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

Log message:
auich for amd64.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/10 14:26:08

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

Log message:
Describe load average and remove useless "BUG".  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/10 14:50:21

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

Log message:
write filter and lock bpf descriptor before dropping privileges,
with help from otto@, tested by mickey@ and jolan@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/10 15:29:53

Modified files:
	sys/arch/macppc/conf: GENERIC RAMDISK files.macppc 
Added files:
	sys/arch/macppc/dev: mediabay.c 

Log message:
mediabay driver to configure ata bus attached to CD on pismo Powerbook
tested by Glen Barney and Okan Demirmen.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/10 15:30:16

Modified files:
	share/man/man4/man4.macppc: Makefile 
Added files:
	share/man/man4/man4.macppc: mediabay.4 

Log message:
Manpage for mediabay


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/10 15:41:07

Modified files:
	devel/binutils/stable/patches: patch-ld_emulparams_hppaobsd_sh 

Log message:
don't bother checking for 3.2


CVSROOT:	/cvs
Module name:	www
Changes by:	tedu@cvs.openbsd.org	2004/05/10 16:29:01

Modified files:
	.              : donations.html 

Log message:
exotec's link is dead; remove it.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/10 16:36:21

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
when doing user mounts, inherit the MNT_NOEXEC flag from the covered
vnode's mount point. this makes it impossible for a user to bypass the
noexec protection of a mount point by null-mounting it on top of itself.

ok tedu@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/10 20:08:08

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

Log message:
Just because we get an error running a command doesn't mean that
lint should exit -- it may have other files to process.  Currently,
the exit code is not propagated up to lint's final call to terminate().
Requested by and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:00:46

Modified files:
	sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC 

Log message:
put mdtphy onto install media


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:01:00

Modified files:
	sys/arch/i386/conf: DISKLESS GENERIC Makefile.i386 files.i386 

Log message:
zap false rcs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:02:28

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:08:35

Modified files:
	usr.sbin/dhcpd : memory.c bootp.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:38:17

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

Log message:
support Iodata SMC8041TX; mjc@bitz.ca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:38:25

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/10 22:38:52

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

Log message:
man page; mjc@bitz.ca


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/11 01:06:53

Modified files:
	sys/net        : pf.c 

Log message:
change pf_route() loop detection: introduce a counter (number of times
a packet is routed already) in the mbuf tag, allow at most four times.
Fixes some legitimate cases broken by the previous change. ok cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/11 01:34:12

Modified files:
	sys/net        : pfvar.h pf.c pf_norm.c 

Log message:
pf_cksum_fixup() was called without last argument from normalization,
also fixup checksum when random-id modifies ip_id. This would previously
lead to incorrect checksums for packets modified by scrub random-id.
From Pyun YongHyeon. ok cedric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/11 07:20:29

Added files:
	archivers/gcpio/patches: patch-tar_c 

Log message:
gcpio -Hustar will create archives with broken timestamps.

For details, fix, etc see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=238177

from naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/11 07:39:17

Modified files:
	net/rsync      : Makefile distinfo 
Removed files:
	net/rsync/patches: patch-rsync_h patch-socket_c 

Log message:
Update to 2.6.2: various bug fixes and minor enhancements.

SECURITY:
Paths sent to an rsync daemon are more thoroughly sanitized when
chroot is not used.  If you're running a non-read-only rsync daemon
with chroot disabled, *please upgrade*, especially if the user privs
you run rsync under is anything above "nobody".


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/11 07:46:20

Added files:
	net/radiusd-lucent/patches: patch-radius_src_dbmkeys_c 
	                            patch-radius_src_dbmrec_c 

Log message:
fix build after type changes in ndbm.h; ok danh@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/11 07:54:56

Modified files:
	mail/isync/patches: patch-src_imap_c patch-src_sync_c 
Added files:
	mail/isync/patches: patch-src_maildir_c 

Log message:
* fix build after type changes in ndbm.h
* sprintf -> snprintf

From: danh@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/11 08:56:32

Modified files:
	mail/imap-uw   : Makefile distinfo 
	mail/imap-uw/pkg: MESSAGE 

Log message:
update to release 2004 version 350.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/11 13:01:43

Modified files:
	usr.bin/ssh    : auth.c auth2-none.c authfile.c channels.c 
	                 monitor.c monitor_mm.c packet.c packet.h 
	                 progressmeter.c session.c 

Log message:
improve some code lint did not like; djm millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/11 13:40:56

Modified files:
	gnu/usr.sbin/sendmail: Makefile.inc 

Log message:
Build sendmail with -D_FFR_QUEUERETURN_DSN to enable confTO_QUEUERETURN_DSN.
This allows you to expire DSNs much faster than normal messages
which is useful for keeping the queue clean of spam bounces.
Requested by Chuck Yerkes.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/11 13:44:08

Modified files:
	gnu/usr.sbin/sendmail/sendmail: srvrsmtp.c 

Log message:
If no help file is present don't print the sendmail version--we
may be trying to keep the version hidden.  From Alexey E. Suslikov.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/11 14:09:11

Modified files:
	.              : donations.html 

Log message:
more paypals


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/05/11 14:39:13

Modified files:
	.              : want.html 

Log message:
remove some


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/11 16:29:23

Modified files:
	mail/pine      : Makefile distinfo 
	mail/pine/patches: patch-pine_pine_hlp 
	mail/pine/pkg  : DESCR PLIST 
Removed files:
	mail/pine/files: dot.pinerc.pgp.sample pgpdecode pgpencrypt 
	                 pgpsign 
	mail/pine/patches: patch-pico_pico_c 

Log message:
upgrade to pine 4.60
remove bundled pgp scripts - people should use gpg instead


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/05/11 21:55:43

ports/security/p5-Crypt-Blowfish/patches

Update of /cvs/ports/security/p5-Crypt-Blowfish/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14856/patches

Log Message:
Directory /cvs/ports/security/p5-Crypt-Blowfish/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/05/11 21:56:28

Added files:
	security/p5-Crypt-Blowfish/patches: patch-Blowfish_xs 

Log message:
don't require keys of at least 8 chars
ok kevlo@


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/11 22:21:12

Modified files:
	.              : index.html 

Log message:
the OpenBSD Journal reopened on a new site; ok deraadt@ nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/05/11 23:17:16

Modified files:
	net            : Makefile 
	net/micq       : Makefile 
	net/micq/pkg   : DESCR 

Log message:
add ssl flavor to micq


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/11 23:33:42

Modified files:
	.              : i386.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/11 23:58:29

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Forgot 6300ESB IDE, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/11 23:59:08

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/12 00:12:08

Modified files:
	www/p5-HTTPD-Log-Filter: Makefile distinfo 

Log message:
update to HTTPD-Log-Filter-1.08; from mjc@bitz.ca


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/12 00:35:11

Modified files:
	sys/dev/eisa   : if_ep_eisa.c if_fea.c 
	sys/dev/ic     : am7990.c awi.c dp8390.c elink3.c fxp.c hme.c 
	                 i82596.c pdq_ifsubr.c rln.c smc90cx6.c 
	                 smc91cxx.c tropic.c 
	sys/dev/isa    : if_ec.c if_ed.c if_ef_isapnp.c if_eg.c if_el.c 
	                 if_ep_isa.c if_ep_isapnp.c if_fe.c if_hp.c 
	                 if_ie.c if_iy.c if_lc_isa.c if_ne_isa.c 
	                 if_ne_isapnp.c if_sm_isa.c if_we.c 
	sys/dev/pci    : if_de.c if_ep_pci.c if_fpa.c if_lmc.c 
	                 if_lmc_common.c if_lmc_media.c if_lmc_obsd.c 
	sys/dev/pcmcia : if_cnw.c if_ep_pcmcia.c if_ray.c if_sm_pcmcia.c 
	                 if_xe.c 
	sys/dev/sbus   : be.c qe.c 

Log message:
network drivers don't need to include bpfdesc.h
ok krw@ canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/12 04:20:49

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

Log message:
like always I missed tzset(); Ben Lovett <ben@tilderoot.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/12 04:41:08

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

Log message:
tzset


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/12 04:43:44

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

Log message:
tzset


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/12 07:53:44

Modified files:
	editors/vim/stable: Makefile distinfo 
	editors/vim/stable/pkg: PLIST-lang 

Log message:
update vim/stable to 6.2.532


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/12 10:26:12

Modified files:
	sys/arch/sparc/dev: p9000.c p9100.c 

Log message:
if tctrl not there, still let this compile; miod ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/12 13:35:46

Modified files:
	www/opera      : Makefile distinfo 
	www/opera/patches: patch-install_sh 
	www/opera/pkg  : PLIST 

Log message:
update to opera 7.50

lots of bug fixes and improvements, see
http://www.opera.com/windows/changelogs/750/ for details


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/12 14:43:44

Modified files:
	libexec/login_passwd: Makefile 

Log message:
login_passwd needs to be setuid root after all for "secure" YP maps.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/12 14:46:00

Modified files:
	sys/net        : rtsock.c 

Log message:
Rework a block readded by the multipath commit that should ensure that
RTM_CHANGE/LOCK only work on perfect matching routes. ppp and bgpd got
broken because of this. Most of the code in the "grotty" block is already
done by rn_lookup() only host routes need some special treatment.
OK cedric@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/12 14:48:45

Modified files:
	de             : alpha.html anoncvs.html cvsync.html 
	                 donations.html errata.html ftp.html index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/12 14:51:36

Modified files:
	fr             : 34.html crypto.html donations.html hp300.html 
	                 hppa.html index.html items.html mac68k.html 
	                 mail.html mvme68k.html mvme88k.html plat.html 
	                 sparc.html sparc64.html vax.html want.html 
	faq/pf/fr      : authpf.html config.html example1.html ftp.html 
	                 index.html logging.html macros.html 
	                 options.html perf.html rdr.html scrub.html 
	                 shortcuts.html tables.html tagging.html 
	openssh/fr     : faq.html 
Added files:
	fr             : 35.html 

Log message:
sync with Steelix CVS. thanks to Olivier HORN <ohorn at axal dot fr> for
a fix.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/12 14:53:18

Modified files:
	faq/hu         : faq4.html 
	hu             : alpha.html amd64.html anoncvs.html errata.html 
	                 ftp.html hp300.html index.html plat.html 
	                 sparc64.html vax.html 
	openssh/hu     : faq.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/12 14:58:19

Modified files:
	id             : 21.html 22.html 23.html 24.html 25.html 26.html 
	                 27.html 28.html 29.html 30.html 31.html 32.html 
	                 34.html anoncvs.html art.html art1.html 
	                 art2.html art3.html books.html crypto.html 
	                 cvsup.html cvsync.html donations.html 
	                 errata.html ftp.html goals.html i386.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/12 15:01:21

Modified files:
	pt             : donations.html errata.html errata33.html 
	                 errata34.html ftp.html index.html orders.html 
	                 plat.html want.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/12 15:03:40

Modified files:
	zh-cn          : index.html 
	zh-tw          : index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/12 15:04:15

Modified files:
	sys/msdosfs    : denode.h fat.h msdosfs_conv.c msdosfs_denode.c 
	                 msdosfs_fat.c msdosfs_lookup.c msdosfs_vfsops.c 
	                 msdosfs_vnops.c msdosfsmount.h 

Log message:
32 bit ints are uint32_t, not u_long.  works on 64bit now.  ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/12 15:04:49

Modified files:
	faq            : faq8.html 

Log message:
oops.  Missed a Firebird -> Firefox change, and 'I' for an 'i'.
Spotted by Lawrence Teo )lteo dot openbsd1 at mailnull dot com(, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/12 15:17:03

Modified files:
	usr.bin/m4     : Makefile expr.c 
Added files:
	usr.bin/m4     : parser.y tokenizer.l 

Log message:
replace hand-made expr() parser with a lex/yacc affair that is shorter,
easier to understand and extend, and better conformant to Single Unix 3
(especially doing all arithmetic as int32_t).

Comments and approval millert@, otto@, fries@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/12 15:24:37

Modified files:
	regress/usr.bin/m4: Makefile 
Added files:
	regress/usr.bin/m4: eval.m4 eval.out 

Log message:
eval regress matching PR, more stuff to come.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/12 15:25:58

Log message:
    Import of zope-formulator-1.6.2
    
    Formulator is a tool to help with the creation and validation of web
    forms. Form fields are stored as objects in Zope, in a special Form
    folder.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-May-12
    
    N ports/www/zope-formulator/Makefile
    N ports/www/zope-formulator/distinfo
    N ports/www/zope-formulator/pkg/PLIST
    N ports/www/zope-formulator/pkg/DESCR
    N ports/www/zope-formulator/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/12 15:27:03

Modified files:
	www            : Makefile 

Log message:
+ zope-formulator


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/12 15:28:36

Modified files:
	usr.bin/m4     : tokenizer.l 

Log message:
all numbers as one composite regexp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/12 16:27:24

Modified files:
	lang/python/2.2/patches: patch-configure_in 
	lang/python/2.3/patches: patch-configure_in 

Log message:
Make sure to pass the PIC flag when linking.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/05/12 16:40:11

Modified files:
	emulators/bochs: Makefile distinfo 

Log message:
update to bochs 2.1.1
ok todd@, the maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 16:50:49

src/regress/sys/arch/hppa

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

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


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 16:51:21

src/regress/sys/arch/hppa/probe

Update of /cvs/src/regress/sys/arch/hppa/probe
In directory cvs.openbsd.org:/tmp/cvs-serv23381/probe

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


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 16:54:13

Added files:
	regress/sys/arch/hppa: Makefile 
	regress/sys/arch/hppa/probe: Makefile probe.c 

Log message:
a test for probe instructions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 16:56:59

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

Log message:
support probe instructions


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/12 18:04:20

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 19:21:06

src/regress/sys/arch/hppa/sfuid

Update of /cvs/src/regress/sys/arch/hppa/sfuid
In directory cvs.openbsd.org:/tmp/cvs-serv13404/sfuid

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


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 19:22:05

Modified files:
	regress/sys/arch/hppa: Makefile 
Added files:
	regress/sys/arch/hppa/sfuid: Makefile sfuid.c 

Log message:
test the spop1,,0 instructions


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/12 19:22:56

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

Log message:
implement spop1,,0 support


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/12 19:56:09

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
More cleanup of SCSI sense printing. Better output, more readable code.

ok millert@ deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/12 20:47:50

Modified files:
	usr.bin/ssh    : ssh-agent.1 

Log message:
Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/12 21:08:31

Modified files:
	sys/miscfs/procfs: Tag: OPENBSD_3_4 procfs_cmdline.c 
	                   procfs_fpregs.c procfs_linux.c procfs_regs.c 
	                   procfs_status.c procfs_subr.c 

Log message:
MFC:
Fix by tedu@

make sure uio_offset is a safe value, with suggestions from millert@
problem noticed by deprotect.com

ok deraadt@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/12 21:18:21

Modified files:
	sys/miscfs/procfs: Tag: OPENBSD_3_5 procfs_cmdline.c 
	                   procfs_fpregs.c procfs_linux.c procfs_regs.c 
	                   procfs_status.c procfs_subr.c 

Log message:
MFC:
Fix by tedu@

make sure uio_offset is a safe value, with suggestions from millert@
problem noticed by deprotect.com

ok deraadt@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/12 21:27:33

Modified files:
	sys/arch/amd64/include: profile.h 

Log message:
Fix userland profiling on amd64, update to new NetBSD version of file.
kernel profiling does not yet work.  ok marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	sturm@cvs.openbsd.org	2004/05/12 22:50:04

Modified files:
	etc/systrace   : usr_sbin_lpd usr_sbin_named 

Log message:
- update policies to what is actually needed in -current
- deny access to /etc/spwd.db, permit pwd.db instead
- fixes pr 3748
- cosmetics

"toss it in" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/12 23:49:07

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Add cloned interface destruction to carp (ifconfig carp0 destroy).

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	grange@cvs.openbsd.org	2004/05/13 00:52:12

Modified files:
	infrastructure/db: user.list 

Log message:
_cnupm user for net/cnupm

ok pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	grange@cvs.openbsd.org	2004/05/13 00:52:36

Log message:
    Import cnupm-3.5.
    
    cnupm is an IPv4/IPv6 traffic collector daemon; it listens on a network
    interface for IPv4/IPv6 packets that match the boolean expression (see
    tcpdump(8) for more information) and collects the following statistics:
    
    o   address family (INET/INET6)
    o   IPv4/IPv6 protocol number
    o   source IPv4/IPv6 address
    o   source TCP/UDP port
    o   destination IPv4/IPv6 address
    o   destination TCP/UDP port
    o   total number of bytes transferred
    
    Based on the port from the cnupm author
    Oleg Safiullin <form@pdp-11.org.ru>.
    
    Help and ok pval@ naddy@.
    
    Status:
    
    Vendor Tag:	grange
    Release Tags:	grange_20040513
    
    N ports/net/cnupm/Makefile
    N ports/net/cnupm/distinfo
    N ports/net/cnupm/patches/patch-libcnupm_cnupm_restrict_c
    N ports/net/cnupm/patches/patch-include_cnupm_h
    N ports/net/cnupm/pkg/DEINSTALL
    N ports/net/cnupm/pkg/DESCR
    N ports/net/cnupm/pkg/INSTALL
    N ports/net/cnupm/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	grange@cvs.openbsd.org	2004/05/13 00:54:56

Modified files:
	net            : Makefile 

Log message:
+cnupm


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/05/13 00:56:34

Modified files:
	sbin/isakmpd   : connection.c isakmpd.8 sa.c sa.h ui.c ui.h 

Log message:
Extensions to the FIFO interface:
"C get [section]:tag" fetches a configuration value.
"C add [section]:tag=value" adds 'value' to a list, typically for the
[Phase 2]:Connections tag. FIFO "S" command destination file changed.
Various KNF cleanups. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/13 01:11:56

Modified files:
	net/irssi      : Makefile 

Log message:
revert to using glib1 (much faster startup time); from maintainer reinhard
tested by Andreas Turtschan


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/13 01:19:32

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
when trying to rewrite the lease file, and if the lease file is already
opened, do not close and re-open it, which of course fails once we're chrooted
and privilege revoked, but rewind the file and truncate later on as needed.
makes wilfried@ and Ben Lovett happy (aka, they tested)


CVSROOT:	/cvs
Module name:	src
Changes by:	wilfried@cvs.openbsd.org	2004/05/13 01:35:17

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
don't leave this file open, ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	tedu@cvs.openbsd.org	2004/05/13 02:17:41

Modified files:
	.              : errata.html errata34.html security.html 

Log message:
procfs patches


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/13 02:21:18

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Act like our advskew is 240 when receiving packets as well as sending if
we're backing off.  Makes the backoff actually work like it's supposed to
instead of flip-flopping.  Problem pointed out by ho@ and jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/13 02:35:07

Modified files:
	usr.sbin/tcpdump: print-carp.c 

Log message:
Unswap the vhid and advskew values.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/13 04:48:36

Modified files:
	net/icecast    : Makefile distinfo 

Log message:
SECURITY: update to 2.0.1
This patch release fixes a overflow buffer which can cause server crashes
under certain circumstances.

ok maintainer


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/05/13 07:50:10

Modified files:
	.              : errata.html errata34.html security.html 

Log message:
TOO much copy and paste from Ted here.


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/13 07:52:29

Modified files:
	.              : donations.html 

Log message:
Black Hat Networks is now Envescent


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/13 07:54:52

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

Log message:
If we get EAGAIN reading from the cron socket check both cron and
at databases for jobs to run.  Jarno Huuskonen.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/13 08:10:10

Modified files:
	usr.sbin/cron  : misc.c 

Log message:
Set close on exec flag for cron's socket.  Jarno Huuskonen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/13 08:22:18

Modified files:
	usr.sbin/cron  : atrun.c 

Log message:
Pasto, change a cast from uid_t to gid_t (no real change...)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/13 08:52:30

Modified files:
	faq            : index.html 

Log message:
sslightly too many ss'ss in that ssentence.  xcitor at sdf dot lonestar.org
thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/13 09:09:19

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

Log message:
8ks do not have hvt


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/13 10:36:39

Modified files:
	sbin/ancontrol : ancontrol.c 

Log message:
fields are unsigned -- printf 'em accordingly; from David Hill <davidh@wmis.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/13 11:14:55

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

Log message:
as the authpf manpage describes, the connecting user's shell can be
overloaded via login.conf. When verifying that the user's login shell is
indeed authpf it is not sufficient to look at (struct passwd)->pw_shell,
we also have to use login_getclass etc to check wether the shell gets
overloaded.
ok millert@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/05/13 12:55:12

Modified files:
	x11/xglobe/files: OpenBSD-markers 

Log message:
order negative entries correctly, add myself and robert@. ok'd by him.


CVSROOT:	/cvs
Module name:	src
Changes by:	sturm@cvs.openbsd.org	2004/05/13 14:20:24

Modified files:
	sys/arch/amd64/amd64: genassym.cf locore.S machdep.c syscall.c 
	                      vm_machdep.c 
	sys/arch/amd64/include: proc.h 

Log message:
activate systrace on amd64, while here get rid of syscall_{plain,fancy}
instead use syscall() as everywhere else

ok mickey, tested and ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/13 16:36:39

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
provide a siginfo handler for -q run; idea from art's todo; millert@ ok


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/05/13 20:26:49

Modified files:
	.              : donations.html 

Log message:
add Carl Vogt from hugh@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/13 22:00:34

Modified files:
	sys/kern       : exec_script.c kern_exec.c vfs_default.c 
	                 vfs_init.c vfs_lookup.c vfs_syscalls.c 
	sys/sys        : malloc.h namei.h 
	sys/isofs/cd9660: cd9660_vnops.c 
	sys/miscfs/union: union_subr.c 
	sys/nfs        : nfs_serv.c nfs_subs.c nfs_vnops.c 
	sys/ufs/ext2fs : ext2fs_vnops.c 
	sys/ufs/ufs    : ufs_extattr.c ufs_vnops.c 
	sys/xfs        : xfs_vnodeops-bsd.c 

Log message:
use pool for namei pathbuf.  testing ok millert@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/13 22:05:06

Modified files:
	sys/msdosfs    : denode.h fat.h msdosfs_conv.c msdosfs_denode.c 
	                 msdosfs_fat.c msdosfs_lookup.c msdosfs_vfsops.c 
	                 msdosfs_vnops.c msdosfsmount.h 

Log message:
use pool for namei pathbuf.  testing ok millert@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/13 22:27:26

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

Log message:
little cleanups


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/05/13 22:32:55

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/13 23:33:57

Log message:
    add jasper 1.701.0
    --
    The JasPer Project is a collaborative effort between Image Power,
    Inc.  and the University of British Columbia. The objective of this
    project is to develop a software-based reference implementation of
    the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC
    15444-1). This software has also been submitted to the ISO for
    inclusion in the JPEG-2000 Part-5 standard (as an official reference
    implementation).
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_2004-05-14
    
    N ports/graphics/jasper/Makefile
    N ports/graphics/jasper/distinfo
    N ports/graphics/jasper/pkg/PLIST
    N ports/graphics/jasper/pkg/PFRAG.shared
    N ports/graphics/jasper/pkg/DESCR
    N ports/graphics/jasper/patches/patch-src_libjasper_jp2_jp2_cod_c
    N ports/graphics/jasper/patches/patch-src_libjasper_jp2_jp2_dec_c
    N ports/graphics/jasper/patches/patch-src_libjasper_jpc_jpc_cs_c
    N ports/graphics/jasper/patches/patch-src_libjasper_jpc_jpc_dec_c
    N ports/graphics/jasper/patches/patch-src_libjasper_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/13 23:36:22

Modified files:
	graphics       : Makefile 

Log message:
+jasper


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/05/14 01:16:53

Modified files:
	.              : why-cvs.html 

Log message:
HTML consistency; ok david@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/14 02:42:56

Modified files:
	sbin/isakmpd   : attribute.c attribute.h cert.c cert.h conf.c 
	                 conf.h connection.c cookie.c cookie.h crypto.c 
	                 crypto.h dh.h dnssec.c dnssec.h doi.c doi.h 

Log message:
Some more KNF, no binary change.

ok ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/14 07:34:51

Log message:
    Initial import of vpnc 0.2-rm+zomb.1
    
    A VPN client compatible with Cisco's EasyVPN equipment.
    
    Supports IPSec (ESP) with Mode Configuration and Xauth.  Supports only
    shared-secret IPSec authentication, 3DES, MD5, and IP tunneling.
    
    It runs entirely in userspace.
    
    WWW: http://www.unix-ag.uni-kl.de/~massar/vpnc/
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-14
    
    N ports/security/vpnc/Makefile
    N ports/security/vpnc/distinfo
    N ports/security/vpnc/patches/patch-Makefile
    N ports/security/vpnc/pkg/INSTALL
    N ports/security/vpnc/pkg/DESCR
    N ports/security/vpnc/pkg/DEINSTALL
    N ports/security/vpnc/pkg/PLIST
    N ports/security/vpnc/pkg/SECURITY
    N ports/security/vpnc/files/vpnc.sh
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/14 07:35:30

Modified files:
	security       : Makefile 

Log message:
+vpnc


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/14 10:06:26

Modified files:
	fr             : 35.html donations.html errata.html 
	                 errata34.html plat.html sparc.html sparc64.html 
	                 vax.html 
Added files:
	fr             : cats.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/14 10:06:43

Modified files:
	pt             : index.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/14 10:07:06

Modified files:
	hu             : amd64.html donations.html errata.html 
	                 index.html sparc64.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/14 10:07:16

Modified files:
	openssh/hu     : goals.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/14 10:35:59

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Syba 4S puc


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/14 10:36:22

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/14 10:39:25

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

Log message:
Syba SD-LAB PCI I/O Card 4S
From: Christian Gut <cycloon@is-root.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/14 11:53:51

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

Log message:
Fix pppoe server mode. pppoe no longer chroots in server mode.
the command 'allow users _ppp' must be added to the relevant section in
ppp.conf. Found, tested and help claudio@ put that pppoe in deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2004/05/14 12:24:32

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
more adaptec aac(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	nate@cvs.openbsd.org	2004/05/14 12:26:06

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/14 12:29:40

Modified files:
	sys/arch/mvmeppc/dev: openpic.c 

Log message:
Really working interrupt engine, at least on both 2600 flavours.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/14 12:43:54

Modified files:
	net/nsd        : Makefile distinfo 
Removed files:
	net/nsd/patches: patch-zlexer_lex 

Log message:
update to v2.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/14 12:59:18

Modified files:
	shells/zsh/stable: Makefile 

Log message:
really, we should use autoconf for this release


CVSROOT:	/cvs
Module name:	src
Changes by:	ish@cvs.openbsd.org	2004/05/14 14:29:52

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
unbreak, interpret cpi and spi values as hex even if not preceded by 0x.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/14 14:38:00

Modified files:
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 

Log message:
Correctly coalesce buffers in _bus_dmamap_load_buffer().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/14 14:38:32

Modified files:
	sys/arch/mvmeppc/dev: bugtty.c clock.c mainbus.c raven.c 

Log message:
Attach a working bugtty device - userland needs at least a console tty.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/14 15:28:44

Modified files:
	sys/dev/ic     : Tag: OPENBSD_3_5 fxp.c 

Log message:
MFC:
Fix by beck@

Fix nasty bug where driver would not correctly catch and handle an rnr
condition when it was due to the the recieve buffers being exhausted with
no packet transmits during that time. Symptom was that the fxp would
simply stop interrupting for the next 15 seconds until the watchdog kicked
in and reset the chip due to 15 seconds of inactivity, making the fxp very
poorly behaved when hammered on hard.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/14 15:29:59

Modified files:
	sys/dev/ic     : Tag: OPENBSD_3_4 fxp.c 

Log message:
MFC:
Fix by beck@

Fix nasty bug where driver would not correctly catch and handle an rnr
condition when it was due to the the recieve buffers being exhausted with
no packet transmits during that time. Symptom was that the fxp would
simply stop interrupting for the next 15 seconds until the watchdog kicked
in and reset the chip due to 15 seconds of inactivity, making the fxp very
poorly behaved when hammered on hard.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/14 15:32:20

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

Log message:
MFC:
Fix by grange@

Fix my stupid bug with missing sata_setup_channel() call.
Now VIA VT8237 SATA really works.

ok deraadt@ grange@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/14 15:33:58

Modified files:
	sys/miscfs/fifofs: fifo_vnops.c 

Log message:
Fix a bug that occurs when a FIFO is opened for writing with
O_NONBLOCK set and there are no readers.  Before returning ENXIO
fifo_open calls VOP_CLOSE (and hence fifo_close).  However, since
fi_writers has not yet been incremented, when fifo_close decements
fi_writers it is one too few.  This could cause qmail processes
to spin, consuming all the CPU.

Noticed by avsm@ and henning@, test case provided by claudio@, Ok pedro@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/14 15:34:24

Modified files:
	sys/uvm        : Tag: OPENBSD_3_5 uvm_map.c 

Log message:
MFC:
Fix by tedu@

protecing with NONE means we must drop the wired count.
solves problems encountered by david@ and dtucker@ (pr3758)

ok deradt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/14 16:53:10

Modified files:
	net/icecast    : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
SECURITY: update to 2.0.1
This patch release fixes a overflow buffer which can cause server crashes
under certain circumstances.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/14 19:49:35

Modified files:
	bin/csh        : func.c 

Log message:
print the whole hint for bad limit modifiers. ok otto pedro


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/14 20:34:02

Modified files:
	faq/pf         : example1.html 

Log message:
Add incoming traffic to a webserver via redirection.  From Joel Knight.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/14 21:02:23

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

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/05/15 00:30:01

Modified files:
	openssh        : faq.html 

Log message:
Add Cygwin to list of supported platforms


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/15 00:43:23

Modified files:
	lang/python    : Makefile.inc 

Log message:
fix srcdir to ${WRKSRC} in order to fix build with systrace


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/05/15 01:39:43

Modified files:
	openssh        : faq.html 

Log message:
Add explicit download info


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/15 01:43:34

Modified files:
	sbin/route     : route.c 

Log message:
Fix two byte overflow when printing unknown sockaddrs. OK cedric@


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/05/15 02:18:09

Modified files:
	.              : security.html 

Log message:
Mention 3.3 is no longer supported. go ahead brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/15 03:24:12

Modified files:
	lang/python    : python.port.mk 

Log message:
use LOCALBASE instead of PREFIX for directories that are already
created by python itself; while here add MODPY_INCDIR;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/15 03:25:18

Modified files:
	security/py-Rijndael: Makefile 

Log message:
sync with recent changes in the python module;


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/05/15 04:54:20

Modified files:
	.              : security.html 

Log message:
Delete redundant phrase left over by previous commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/15 06:55:06

Modified files:
	security/keychain: Makefile distinfo 
Added files:
	security/keychain/patches: patch-keychain 

Log message:
update to keychain 2.3.0, which is a complete rewrite

heads up by robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/15 06:56:47

Modified files:
	www/opera      : Makefile 

Log message:
take over officialy


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/15 06:57:34

Modified files:
	archivers/gtar : Makefile distinfo 
Removed files:
	archivers/gtar/patches: patch-src_xheader_c 

Log message:
update to 1.14


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/15 07:13:05

Modified files:
	usr.sbin/tcpdump: privsep.c privsep.h 

Log message:
Naming consistency. From Alexander Guy. ok canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/15 08:15:55

ports/cad/klogic/patches

Update of /cvs/ports/cad/klogic/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23170/patches

Log Message:
Directory /cvs/ports/cad/klogic/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/15 08:19:00

Added files:
	cad/klogic/patches: patch-klogic_mainw_cpp 

Log message:
fix building with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/15 08:32:26

Modified files:
	cad/klogic     : Makefile 

Log message:
Change kde -> KDE in COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/15 08:35:02

Modified files:
	net/gtk-gnutella: Makefile 
	net/gtk-gnutella/patches: patch-Configure 

Log message:
this configure script sux, fix regular build and build in case of
logged out user (as is the case when building bulk packages)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/15 08:54:24

Modified files:
	textproc/sp/patches: patch-lib_parser_inst_m4 
	textproc/lq-sp/patches: patch-lib_parser_inst_m4 

Log message:
check for __LP64__ rather than enumerating individual LP64 archs
and forgetting, say, amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/15 09:19:20

Modified files:
	net/ifstat     : Makefile 
	net/ifstat/pkg : DESCR 

Log message:
add snmp FLAVOR

from maintainer Johan Fredin <griffin at legonet.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/15 10:26:37

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

Log message:
Workaround to work with the new multipath support. Do a RTM_GET first to
decide if a RTM_ADD or a RTM_CHANGE needs to be done when adding new routes.
tested and OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/15 12:37:54

Modified files:
	graphics/gphoto: Makefile 
	graphics/gphoto/patches: patch-Makefile.in 
	                         patch-sony_dscf55_Makefile.in 
Added files:
	graphics/gphoto/patches: patch-directory_directory_c 
	                         patch-fuji_fujilib_c 
	                         patch-kodak_dc21x_main_c 
	                         patch-kodak_kodak_dc210_c 
	                         patch-kodak_kodak_dc2x_c 
	                         patch-philips_philips_h 
	                         patch-photopc_olympus_c 
	                         patch-ricoh_ricoh_300z_c 
	                         patch-sony_command_c 
	                         patch-sony_dsc_f1_c 
	                         patch-sony_dscf55_rsony_c 
	                         patch-src_callbacks_c 
	                         patch-src_gallery_c patch-src_main_c 
	                         patch-src_util_c 

Log message:
fix building with gcc3


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/15 14:47:02

Modified files:
	fr             : donations.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/15 16:08:04

Modified files:
	sys/arch/mvmeppc/dev: openpic.c 

Log message:
Be more careful when using hwirq[] values.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/15 17:27:26

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

Log message:
update to 3.92; disable opengl support; ok jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/15 18:24:45

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Remove useless test pointed out by Frank Denis <j@pureftpd.org>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/15 20:06:10

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
When we back off due to problems with the physical interface, advertise
the backoff immediately on all of the interfaces instead of waiting for
the next scheduled advertisement.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/15 21:21:34

Log message:
    Import idoc-0.2.6, a minimalist documentation tool for Haskell
    
    "IDoc extracts interface documentation and declarations from
    Haskell modules based on standard Haskell layout rules and a
    small number of clues that the programmer embeds in
    interface comments. These clues have been designed to be
    visually non-imposing when displaying the source in a text
    editor.  Interface documentation is rendered in standard
    markup languages (currently, only HTML is supported).  IDoc
    has been designed to be simple to use and install."
    
    IDoc has an advantage over other interface doc tools (like
    haddock) in that it is pure Haskell98, and builds with both
    ghc and nhc98, making it far more portable.
    
    ok pvalchev@
    
    Status:
    
    Vendor Tag:	dons
    Release Tags:	dons_2004-May-16
    
    N ports/devel/idoc/Makefile
    N ports/devel/idoc/distinfo
    N ports/devel/idoc/pkg/PLIST
    N ports/devel/idoc/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/15 21:23:52

Modified files:
	devel          : Makefile 

Log message:
+idoc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/15 22:30:39

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-configure_in 
	                         patch-innobase_Makefile_in 
	                         patch-mysql-test_mysql-test-run_sh 
	                         patch-scripts_Makefile.in 
	                         patch-scripts_mysql_install_db.sh 
	                         patch-scripts_mysqld_safe_sh 
	databases/mysql/pkg: PLIST-server PLIST-tests 
Removed files:
	databases/mysql/patches: patch-scripts_mysqlbug_sh 

Log message:
upgrade to MySQL 4.0.19


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/15 22:31:01

Modified files:
	etc            : rc 

Log message:
Bring down carp interfaces gracefully even if powerdown=YES in rc.shutdown.

ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/15 22:34:58

Modified files:
	sys/net        : bpf.h 

Log message:
add DLT_PPP_ETHER DLT type

From NetBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/16 02:38:12

Modified files:
	net/nmap       : Makefile 
	net/nmap/patches: patch-nbase_configure 
Added files:
	net/nmap/patches: hppa-patch-Makefile_in 

Log message:
reorder libs so this links on hppa.  makes ie(4) even more annoying, wee


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/16 03:01:16

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-configure_in 
	                         patch-innobase_Makefile_in 
	                         patch-mysql-test_mysql-test-run_sh 
	                         patch-scripts_Makefile.in 
	                         patch-scripts_mysql_install_db.sh 
	                         patch-scripts_mysqld_safe_sh 
	databases/mysql/pkg: PLIST-tests 
Added files:
	databases/mysql/patches: patch-scripts_mysqlbug_sh 

Log message:
revert back to 4.0.18

for details http://dev.mysql.com/doc/mysql/en/News-4.0.19.html

thanks to Frank Denis for pointing this out to me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/16 03:18:17

Modified files:
	devel/p5-Class-Container: Makefile distinfo 

Log message:
update to 0.11 from Michael Coulter <mjc at bitz.ca>;
maintainer ok via Michael;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/16 03:21:08

Modified files:
	security/p5-Digest-SHA1: Makefile distinfo 

Log message:
update to 2.10 from Michael Coulter <mjc at bitz.ca>
maintainer ok via Michael;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/16 03:44:30

Modified files:
	security/p5-Crypt-SSLeay: Makefile distinfo 
	security/p5-Crypt-SSLeay/patches: patch-Makefile_PL 

Log message:
update to 0.51 from Michael Coulter <mjc at bitz.ca>
maintainer ok via Michael;


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/16 06:52:13

Modified files:
	faq            : faq3.html 

Log message:
typo and anchor fixing. ok nick@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/16 07:08:03

Modified files:
	faq/fr         : faq3.html faq5.html faq9.html index.html 
	openssh/fr     : faq.html 
	faq/pf/fr      : example1.html index.html tagging.html 
Added files:
	faq/pf/fr      : pools.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/16 09:45:46

Modified files:
	etc            : rc 

Log message:
dhclient doesn't write a pid file any more; do remove the code that
deals with it at startup; noticed by wilfried, millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/16 12:29:09

Modified files:
	lib/libc/hash  : mdX.3 rmd160.3 sha1.3 sha2.3 

Log message:
Add .Xr's to the commands implementing the various digests. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/16 12:31:31

Modified files:
	bin/md5        : sha1.1 

Log message:
Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/16 12:36:02

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

Log message:
Use arc4random(3) instead of rand(3) to compute random numbers.
ok millert@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/16 12:42:09

Modified files:
	usr.sbin/httpd/src/modules/ssl: ssl_engine_rand.c 

Log message:
Use arc4random(3) to compute random numbers, instead of using rand()
to produce a double, snprintf()ing that into a buffer and then
converting the string to an int with atoi().

ok millert@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/16 12:49:12

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

Log message:
Prototypes; usage sync. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/16 13:00:52

Modified files:
	sys/msdosfs    : msdosfs_fat.c 

Log message:
remove printfs i left in.  noticed by marc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/16 15:10:08

Modified files:
	graphics/gphoto: Makefile 

Log message:
remove imaginary ImageMagick dependency; from Jacob Meuser <jakemsr@jakemsr.com>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/16 15:52:22

Modified files:
	distrib/notes  : m4.common 
Added files:
	distrib/notes/luna88k: contents hardware install prep upgrade 
	                       whatis xfer 

Log message:
OpenBSD/luna88k installation notes, take one. Still needs work.
ok aoyama@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/16 16:02:24

Modified files:
	faq            : faq12.html 

Log message:
Two new articles:
12.1.3 - My device is "recognized" but says "not configured" in dmesg
12.1.4 - I have a card listed as "supported", but it doesn't work!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/16 16:23:06

Modified files:
	sys/arch/mvme88k/dev: bugtty.c 

Log message:
Simplify bugtty_chkinput(), from mvmeppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/16 17:14:44

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

Log message:
provide LP64_ARCHS, a list of 64-bit architectures (to be used for
NOT_FOR_ARCHS and such); ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/05/16 17:14:55

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
document LP64_ARCHS


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/16 17:37:58

Modified files:
	lang/nhc98     : Makefile 
	games/xinvaders: Makefile 

Log message:
LP64_ARCHS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/16 18:22:54

Modified files:
	sysutils/anacron: Makefile 
	sysutils/anacron/files: obstack.c 
	sysutils/anacron/patches: patch-runjob_c 
	sysutils/anacron/pkg: INSTALL 
Added files:
	sysutils/anacron/patches: patch-gregor_c patch-log_c 
	                          patch-main_c 

Log message:
- Don't leave files behind in /tmp.
- Fix a number of compiler warnings.
- Clean INSTALL a bit.
- Point HOMEPAGE to a more useful place.

From: Andreas Kahari <ak+openbsd@freeshell.org>


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/05/16 18:35:54

Modified files:
	.              : plus.html plus35.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/16 20:24:33

Modified files:
	lang/hugs      : Makefile 
	lang/hugs/pkg  : PLIST 
Added files:
	lang/hugs/patches: patch-src_unix_configure 

Log message:
Disable the ffi on all platforms. Too flakey, caused ffihugs to dump
core on sparc64. No ffi was the old hugs' behaviour.
Also respect $CC while we're here.

Tested and fixed by sturm@ with some help from me
Ok sturm@ pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/16 21:38:51

Modified files:
	devel/haddock/patches: patch-configure 

Log message:
Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/16 21:39:53

Modified files:
	devel/happy/patches: patch-configure 

Log message:
Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/16 21:41:25

Modified files:
	devel/alex/patches: patch-configure 

Log message:
Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/16 22:34:46

Modified files:
	sys/arch/sparc64/sparc64: ofw_machdep.c 

Log message:
OF_mapintr: swizzle interrupt for PCI bridges,
don't process OBP interrupts, return error if interrupt is not mapped.

allows the IDE CD-rom on a Netra T1 105 to work.

From NetBSD

Tested by me on a Netra T1 105 and Ultra 10, tested on a E450 and ok henric@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/16 23:04:17

Modified files:
	sys/isofs/cd9660: cd9660_vnops.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/16 23:09:53

Log message:
    Import of p5-Image-EXIF-0.98.6; from Dan Weeks <dan@danimal.org>
    
    The Image::Exif Perl extension allows the user to use the
    libexif library to extract EXIF information from JPEG
    files created by digital cameras.
    
    ok naddy@
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20040517
    
    N ports/graphics/p5-Image-EXIF/Makefile
    N ports/graphics/p5-Image-EXIF/distinfo
    N ports/graphics/p5-Image-EXIF/pkg/DESCR
    N ports/graphics/p5-Image-EXIF/pkg/PLIST
    N ports/graphics/p5-Image-EXIF/patches/patch-exif_c
    N ports/graphics/p5-Image-EXIF/patches/patch-exif_h
    N ports/graphics/p5-Image-EXIF/patches/patch-exifgps_c
    N ports/graphics/p5-Image-EXIF/patches/patch-EXIF_xs
    N ports/graphics/p5-Image-EXIF/patches/patch-canon_c
    N ports/graphics/p5-Image-EXIF/patches/patch-exifutil_c
    N ports/graphics/p5-Image-EXIF/patches/patch-minolta_c
    N ports/graphics/p5-Image-EXIF/patches/patch-olympus_c
    N ports/graphics/p5-Image-EXIF/patches/patch-sanyo_c
    N ports/graphics/p5-Image-EXIF/patches/patch-nikon_c
    N ports/graphics/p5-Image-EXIF/patches/patch-Makefile_PL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/16 23:13:14

Modified files:
	graphics       : Makefile 

Log message:
+p5-Image-EXIF


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/16 23:32:39

Modified files:
	print/teTeX/base/files: tetex.cfg tetex_setup.sh 

Log message:
different tools support different sets of papersizes, so one PAPERSIZE
variable is not enough

noticed by ray at cyth.net


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/17 02:36:22

Modified files:
	sys/arch/mvme88k/dev: if_le.c if_lereg.h if_levar.h 

Log message:
KNF and minor cleaning.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/17 04:00:37

Modified files:
	gnu/lib/libiberty: Makefile.bsd-wrapper shlib_version 
	gnu/lib/libiberty/include: floatformat.h 
	gnu/lib/libiberty/src: floatformat.c 

Log message:
Update floatformat.[ch] to gdb-6.1 version.  Include regex.c in library.
ok otto@, pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	grange@cvs.openbsd.org	2004/05/17 05:34:07

Modified files:
	net/cnupm      : Makefile 

Log message:
Remove DESTDIRNAME trick, instead delete private copy of tree.h
in post-extract.

Idea and ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/05/17 06:37:13

Modified files:
	sys/scsi       : st.c 

Log message:
Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD.
ok miod@ tdeval@ marco@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/17 06:39:33

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 bgpd.h parse.y rde.h rde_attr.c 
	                 rde_filter.c 

Log message:
extend filter language to allow basic setting of COMMUNITIES attribute.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/17 07:08:42

Modified files:
	sys/uvm        : uvm_meter.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/05/17 07:36:37

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/17 08:03:31

Modified files:
	distrib/sets/lists/etc: md.luna88k 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/17 08:52:58

Modified files:
	gnu/usr.sbin/sendmail: Makefile.inc 

Log message:
WHoops, only define _FFR_QUEUERETURN_DSN once.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/05/17 09:04:03

Modified files:
	lang/squeak    : Makefile 

Log message:
Mark as !64 bits.
Next version of squeak will be 64 bits clean.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/05/17 09:19:30

Modified files:
	.              : luna88k.html 

Log message:
The new snapshot comes with installation notes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/17 10:32:33

Modified files:
	x11/viewfax    : Makefile distinfo 
	x11/viewfax/patches: patch-aa 

Log message:
update to 2.5; from Bernd Ahlers <lists-openbsd@ba-net.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/17 11:15:07

Modified files:
	sys/net        : if_pfsync.c 

Log message:
fix uninitialized var; found by millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/17 12:10:29

Modified files:
	usr.bin/file/magdir: unknown 
Added files:
	usr.bin/file/magdir: bout 

Log message:
dig b.out; from netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 13:07:57

Modified files:
	etc            : login.conf 

Log message:
bump default datasize to 75MB instead of 64MB. Allows XF4 to build (on amd64)
with new binutils without tweaking datasize. ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/17 13:35:14

Log message:
    Initial import of p5-Lingua-EN-Inflect 1.86
    
    The exportable subroutines of Lingua::EN::Inflect provide
    plural inflections, "a"/"an" selection for English words,
    and manipulation of numbers as words.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-17
    
    N ports/textproc/p5-Lingua-EN-Inflect/Makefile
    N ports/textproc/p5-Lingua-EN-Inflect/distinfo
    N ports/textproc/p5-Lingua-EN-Inflect/pkg/PLIST
    N ports/textproc/p5-Lingua-EN-Inflect/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/17 13:36:22

Log message:
    Initial import of p5-Lingua-EN-Inflect-Number 1.1
    
    This module extends the functionality of Lingua::EN::Inflect with three
    new functions for word-number conversions.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-17
    
    N ports/textproc/p5-Lingua-EN-Inflect-Number/Makefile
    N ports/textproc/p5-Lingua-EN-Inflect-Number/distinfo
    N ports/textproc/p5-Lingua-EN-Inflect-Number/pkg/PLIST
    N ports/textproc/p5-Lingua-EN-Inflect-Number/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/17 13:37:20

Modified files:
	textproc       : Makefile 

Log message:
+p5-Lingua-EN-Inflect
+p5-Lingua-EN-Inflect-Number


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/05/17 13:56:18

Modified files:
	.              : pkg-stable.html 

Log message:
add: png-1.2.5p3.tgz
neon-0.24.5.tgz
cadaver-0.22.1.tgz
xonix-1.4p1.tgz
mysql-server-4.0.18p1.tgz
lha-1.14i.p0.tgz


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/05/17 14:05:31

Modified files:
	.              : pkg-stable34.html 

Log message:
add:
png-1.2.5p2.tgz
neon-0.24.5.tgz
cadaver-0.22.1.tgz
xonix-1.4p1.tgz
mysql-server-3.23.57p2.tgz
lha-1.14i.p0.tgz


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 14:42:59

Log message:
    import binutils 2.14 (excluding testsuites, .info files, and .po files)
    
    Status:
    
    Vendor Tag:	FSF
    Release Tags:	BINUTILS-2_14
    
    U src/gnu/usr.bin/binutils/README
    C src/gnu/usr.bin/binutils/Makefile.in
    C src/gnu/usr.bin/binutils/configure
    C src/gnu/usr.bin/binutils/configure.in
    C src/gnu/usr.bin/binutils/config.guess
    U src/gnu/usr.bin/binutils/config.if
    C src/gnu/usr.bin/binutils/config.sub
    U src/gnu/usr.bin/binutils/move-if-change
    U src/gnu/usr.bin/binutils/mpw-README
    U src/gnu/usr.bin/binutils/mpw-build.in
    U src/gnu/usr.bin/binutils/mpw-config.in
    U src/gnu/usr.bin/binutils/mpw-configure
    U src/gnu/usr.bin/binutils/mpw-install
    U src/gnu/usr.bin/binutils/COPYING
    U src/gnu/usr.bin/binutils/COPYING.LIB
    U src/gnu/usr.bin/binutils/install-sh
    C src/gnu/usr.bin/binutils/config-ml.in
    C src/gnu/usr.bin/binutils/symlink-tree
    U src/gnu/usr.bin/binutils/mkinstalldirs
    U src/gnu/usr.bin/binutils/ltconfig
    U src/gnu/usr.bin/binutils/ltmain.sh
    U src/gnu/usr.bin/binutils/missing
    U src/gnu/usr.bin/binutils/ylwrap
    U src/gnu/usr.bin/binutils/libtool.m4
    U src/gnu/usr.bin/binutils/gettext.m4
    U src/gnu/usr.bin/binutils/ltcf-c.sh
    U src/gnu/usr.bin/binutils/ltcf-cxx.sh
    U src/gnu/usr.bin/binutils/ltcf-gcj.sh
    N src/gnu/usr.bin/binutils/Makefile.def
    N src/gnu/usr.bin/binutils/Makefile.tpl
    N src/gnu/usr.bin/binutils/src-release
    U src/gnu/usr.bin/binutils/setup.com
    U src/gnu/usr.bin/binutils/makefile.vms
    U src/gnu/usr.bin/binutils/mkdep
    U src/gnu/usr.bin/binutils/md5.sum
    C src/gnu/usr.bin/binutils/binutils/ChangeLog
    U src/gnu/usr.bin/binutils/binutils/ChangeLog-9197
    U src/gnu/usr.bin/binutils/binutils/ChangeLog-9899
    U src/gnu/usr.bin/binutils/binutils/MAINTAINERS
    U src/gnu/usr.bin/binutils/binutils/Makefile.am
    C src/gnu/usr.bin/binutils/binutils/Makefile.in
    C src/gnu/usr.bin/binutils/binutils/NEWS
    C src/gnu/usr.bin/binutils/binutils/README
    U src/gnu/usr.bin/binutils/binutils/acinclude.m4
    C src/gnu/usr.bin/binutils/binutils/aclocal.m4
    U src/gnu/usr.bin/binutils/binutils/addr2line.c
    C src/gnu/usr.bin/binutils/binutils/ar.c
    C src/gnu/usr.bin/binutils/binutils/arlex.l
    C src/gnu/usr.bin/binutils/binutils/arparse.y
    C src/gnu/usr.bin/binutils/binutils/arsup.c
    C src/gnu/usr.bin/binutils/binutils/arsup.h
    N src/gnu/usr.bin/binutils/binutils/binemul.c
    N src/gnu/usr.bin/binutils/binutils/binemul.h
    C src/gnu/usr.bin/binutils/binutils/bucomm.c
    C src/gnu/usr.bin/binutils/binutils/bucomm.h
    C src/gnu/usr.bin/binutils/binutils/budbg.h
    N src/gnu/usr.bin/binutils/binutils/budemang.c
    N src/gnu/usr.bin/binutils/binutils/budemang.h
    C src/gnu/usr.bin/binutils/binutils/coffdump.c
    C src/gnu/usr.bin/binutils/binutils/coffgrok.c
    C src/gnu/usr.bin/binutils/binutils/coffgrok.h
    C src/gnu/usr.bin/binutils/binutils/config.in
    C src/gnu/usr.bin/binutils/binutils/configure
    U src/gnu/usr.bin/binutils/binutils/configure.com
    C src/gnu/usr.bin/binutils/binutils/configure.in
    N src/gnu/usr.bin/binutils/binutils/configure.tgt
    N src/gnu/usr.bin/binutils/binutils/cxxfilt.c
    C src/gnu/usr.bin/binutils/binutils/debug.c
    C src/gnu/usr.bin/binutils/binutils/debug.h
    C src/gnu/usr.bin/binutils/binutils/deflex.l
    C src/gnu/usr.bin/binutils/binutils/defparse.y
    C src/gnu/usr.bin/binutils/binutils/dep-in.sed
    C src/gnu/usr.bin/binutils/binutils/dlltool.c
    U src/gnu/usr.bin/binutils/binutils/dlltool.h
    C src/gnu/usr.bin/binutils/binutils/dllwrap.c
    N src/gnu/usr.bin/binutils/binutils/emul_aix.c
    N src/gnu/usr.bin/binutils/binutils/emul_vanilla.c
    C src/gnu/usr.bin/binutils/binutils/filemode.c
    C src/gnu/usr.bin/binutils/binutils/ieee.c
    C src/gnu/usr.bin/binutils/binutils/is-ranlib.c
    C src/gnu/usr.bin/binutils/binutils/is-strip.c
    U src/gnu/usr.bin/binutils/binutils/mac-binutils.r
    U src/gnu/usr.bin/binutils/binutils/makefile.vms-in
    C src/gnu/usr.bin/binutils/binutils/nlmconv.c
    C src/gnu/usr.bin/binutils/binutils/maybe-ranlib.c
    C src/gnu/usr.bin/binutils/binutils/maybe-strip.c
    U src/gnu/usr.bin/binutils/binutils/mpw-config.in
    U src/gnu/usr.bin/binutils/binutils/mpw-make.sed
    C src/gnu/usr.bin/binutils/binutils/nlmconv.h
    C src/gnu/usr.bin/binutils/binutils/nlmheader.y
    C src/gnu/usr.bin/binutils/binutils/nm.c
    C src/gnu/usr.bin/binutils/binutils/not-ranlib.c
    C src/gnu/usr.bin/binutils/binutils/not-strip.c
    C src/gnu/usr.bin/binutils/binutils/objcopy.c
    C src/gnu/usr.bin/binutils/binutils/objdump.c
    C src/gnu/usr.bin/binutils/binutils/prdbg.c
    U src/gnu/usr.bin/binutils/binutils/ranlib.sh
    U src/gnu/usr.bin/binutils/binutils/rclex.l
    U src/gnu/usr.bin/binutils/binutils/rcparse.y
    C src/gnu/usr.bin/binutils/binutils/rdcoff.c
    C src/gnu/usr.bin/binutils/binutils/rddbg.c
    C src/gnu/usr.bin/binutils/binutils/readelf.c
    U src/gnu/usr.bin/binutils/binutils/rename.c
    U src/gnu/usr.bin/binutils/binutils/resbin.c
    U src/gnu/usr.bin/binutils/binutils/rescoff.c
    C src/gnu/usr.bin/binutils/binutils/resrc.c
    U src/gnu/usr.bin/binutils/binutils/resres.c
    U src/gnu/usr.bin/binutils/binutils/sanity.sh
    C src/gnu/usr.bin/binutils/binutils/size.c
    C src/gnu/usr.bin/binutils/binutils/stabs.c
    C src/gnu/usr.bin/binutils/binutils/srconv.c
    U src/gnu/usr.bin/binutils/binutils/stamp-h.in
    C src/gnu/usr.bin/binutils/binutils/strings.c
    C src/gnu/usr.bin/binutils/binutils/sysdump.c
    C src/gnu/usr.bin/binutils/binutils/sysinfo.y
    U src/gnu/usr.bin/binutils/binutils/syslex.l
    U src/gnu/usr.bin/binutils/binutils/unwind-ia64.c
    U src/gnu/usr.bin/binutils/binutils/unwind-ia64.h
    C src/gnu/usr.bin/binutils/binutils/version.c
    U src/gnu/usr.bin/binutils/binutils/windres.c
    U src/gnu/usr.bin/binutils/binutils/windres.h
    U src/gnu/usr.bin/binutils/binutils/winduni.c
    U src/gnu/usr.bin/binutils/binutils/winduni.h
    C src/gnu/usr.bin/binutils/binutils/wrstabs.c
    C src/gnu/usr.bin/binutils/binutils/arparse.c
    C src/gnu/usr.bin/binutils/binutils/arparse.h
    C src/gnu/usr.bin/binutils/binutils/arlex.c
    C src/gnu/usr.bin/binutils/binutils/nlmheader.c
    U src/gnu/usr.bin/binutils/binutils/nlmheader.h
    C src/gnu/usr.bin/binutils/binutils/sysinfo.c
    C src/gnu/usr.bin/binutils/binutils/sysinfo.h
    C src/gnu/usr.bin/binutils/binutils/syslex.c
    U src/gnu/usr.bin/binutils/binutils/deflex.c
    U src/gnu/usr.bin/binutils/binutils/defparse.c
    U src/gnu/usr.bin/binutils/binutils/defparse.h
    U src/gnu/usr.bin/binutils/binutils/rclex.c
    U src/gnu/usr.bin/binutils/binutils/rcparse.c
    U src/gnu/usr.bin/binutils/binutils/rcparse.h
    N src/gnu/usr.bin/binutils/binutils/doc/Makefile.am
    N src/gnu/usr.bin/binutils/binutils/doc/Makefile.in
    N src/gnu/usr.bin/binutils/binutils/doc/binutils.texi
    N src/gnu/usr.bin/binutils/binutils/doc/fdl.texi
    N src/gnu/usr.bin/binutils/binutils/doc/addr2line.1
    N src/gnu/usr.bin/binutils/binutils/doc/ar.1
    N src/gnu/usr.bin/binutils/binutils/doc/dlltool.1
    N src/gnu/usr.bin/binutils/binutils/doc/nlmconv.1
    N src/gnu/usr.bin/binutils/binutils/doc/nm.1
    N src/gnu/usr.bin/binutils/binutils/doc/objcopy.1
    N src/gnu/usr.bin/binutils/binutils/doc/objdump.1
    N src/gnu/usr.bin/binutils/binutils/doc/ranlib.1
    N src/gnu/usr.bin/binutils/binutils/doc/readelf.1
    N src/gnu/usr.bin/binutils/binutils/doc/size.1
    N src/gnu/usr.bin/binutils/binutils/doc/strings.1
    N src/gnu/usr.bin/binutils/binutils/doc/strip.1
    N src/gnu/usr.bin/binutils/binutils/doc/windres.1
    N src/gnu/usr.bin/binutils/binutils/doc/cxxfilt.man
    N src/gnu/usr.bin/binutils/binutils/po/.cvsignore
    U src/gnu/usr.bin/binutils/binutils/po/Make-in
    U src/gnu/usr.bin/binutils/binutils/po/POTFILES.in
    U src/gnu/usr.bin/binutils/binutils/po/binutils.pot
    I src/gnu/usr.bin/binutils/binutils/po/da.gmo
    I src/gnu/usr.bin/binutils/binutils/po/es.gmo
    I src/gnu/usr.bin/binutils/binutils/po/fr.gmo
    I src/gnu/usr.bin/binutils/binutils/po/ja.gmo
    I src/gnu/usr.bin/binutils/binutils/po/sv.gmo
    I src/gnu/usr.bin/binutils/binutils/po/tr.gmo
    I src/gnu/usr.bin/binutils/binutils/po/zh_CN.gmo
    C src/gnu/usr.bin/binutils/config/ChangeLog
    N src/gnu/usr.bin/binutils/config/accross.m4
    U src/gnu/usr.bin/binutils/config/acinclude.m4
    N src/gnu/usr.bin/binutils/config/acx.m4
    U src/gnu/usr.bin/binutils/config/mh-armpic
    C src/gnu/usr.bin/binutils/config/mh-cxux
    U src/gnu/usr.bin/binutils/config/mh-cygwin
    C src/gnu/usr.bin/binutils/config/mh-decstation
    C src/gnu/usr.bin/binutils/config/mh-dgux386
    U src/gnu/usr.bin/binutils/config/mh-djgpp
    U src/gnu/usr.bin/binutils/config/mh-elfalphapic
    U src/gnu/usr.bin/binutils/config/mh-i370pic
    U src/gnu/usr.bin/binutils/config/mh-ia64pic
    U src/gnu/usr.bin/binutils/config/mh-interix
    C src/gnu/usr.bin/binutils/config/mh-lynxrs6k
    U src/gnu/usr.bin/binutils/config/mh-m68kpic
    U src/gnu/usr.bin/binutils/config/mh-mingw32
    C src/gnu/usr.bin/binutils/config/mh-ncr3000
    C src/gnu/usr.bin/binutils/config/mh-necv4
    U src/gnu/usr.bin/binutils/config/mh-papic
    U src/gnu/usr.bin/binutils/config/mh-ppcpic
    N src/gnu/usr.bin/binutils/config/mh-s390pic
    C src/gnu/usr.bin/binutils/config/mh-sco
    C src/gnu/usr.bin/binutils/config/mh-solaris
    U src/gnu/usr.bin/binutils/config/mh-sparcpic
    C src/gnu/usr.bin/binutils/config/mh-sysv4
    U src/gnu/usr.bin/binutils/config/mh-sysv5
    U src/gnu/usr.bin/binutils/config/mh-x86pic
    N src/gnu/usr.bin/binutils/config/mt-alphaieee
    U src/gnu/usr.bin/binutils/config/mt-d30v
    U src/gnu/usr.bin/binutils/config/mt-linux
    U src/gnu/usr.bin/binutils/config/mt-netware
    U src/gnu/usr.bin/binutils/config/mt-ospace
    C src/gnu/usr.bin/binutils/config/mt-v810
    U src/gnu/usr.bin/binutils/config/mt-wince
    C src/gnu/usr.bin/binutils/bfd/ChangeLog
    U src/gnu/usr.bin/binutils/bfd/COPYING
    N src/gnu/usr.bin/binutils/bfd/ChangeLog-0001
    U src/gnu/usr.bin/binutils/bfd/ChangeLog-9193
    U src/gnu/usr.bin/binutils/bfd/ChangeLog-9495
    U src/gnu/usr.bin/binutils/bfd/ChangeLog-9697
    U src/gnu/usr.bin/binutils/bfd/ChangeLog-9899
    U src/gnu/usr.bin/binutils/bfd/MAINTAINERS
    U src/gnu/usr.bin/binutils/bfd/Makefile.am
    C src/gnu/usr.bin/binutils/bfd/Makefile.in
    U src/gnu/usr.bin/binutils/bfd/PORTING
    C src/gnu/usr.bin/binutils/bfd/README
    U src/gnu/usr.bin/binutils/bfd/TODO
    U src/gnu/usr.bin/binutils/bfd/acinclude.m4
    C src/gnu/usr.bin/binutils/bfd/aclocal.m4
    C src/gnu/usr.bin/binutils/bfd/aix386-core.c
    N src/gnu/usr.bin/binutils/bfd/aix5ppc-core.c
    C src/gnu/usr.bin/binutils/bfd/aout-adobe.c
    C src/gnu/usr.bin/binutils/bfd/aout-arm.c
    U src/gnu/usr.bin/binutils/bfd/aout-cris.c
    C src/gnu/usr.bin/binutils/bfd/aout-encap.c
    C src/gnu/usr.bin/binutils/bfd/aout0.c
    C src/gnu/usr.bin/binutils/bfd/aout-ns32k.c
    U src/gnu/usr.bin/binutils/bfd/aout-sparcle.c
    C src/gnu/usr.bin/binutils/bfd/aout-target.h
    U src/gnu/usr.bin/binutils/bfd/aout-tic30.c
    U src/gnu/usr.bin/binutils/bfd/aout32.c
    U src/gnu/usr.bin/binutils/bfd/aout64.c
    C src/gnu/usr.bin/binutils/bfd/aoutf1.h
    C src/gnu/usr.bin/binutils/bfd/aoutx.h
    C src/gnu/usr.bin/binutils/bfd/archive.c
    N src/gnu/usr.bin/binutils/bfd/archive64.c
    C src/gnu/usr.bin/binutils/bfd/archures.c
    U src/gnu/usr.bin/binutils/bfd/armnetbsd.c
    C src/gnu/usr.bin/binutils/bfd/bfd-in.h
    C src/gnu/usr.bin/binutils/bfd/bfd-in2.h
    C src/gnu/usr.bin/binutils/bfd/bfd.c
    N src/gnu/usr.bin/binutils/bfd/bfdio.c
    N src/gnu/usr.bin/binutils/bfd/bfdwin.c
    C src/gnu/usr.bin/binutils/bfd/binary.c
    C src/gnu/usr.bin/binutils/bfd/bout.c
    C src/gnu/usr.bin/binutils/bfd/cache.c
    U src/gnu/usr.bin/binutils/bfd/cf-i386lynx.c
    U src/gnu/usr.bin/binutils/bfd/cf-m68klynx.c
    U src/gnu/usr.bin/binutils/bfd/cf-sparclynx.c
    C src/gnu/usr.bin/binutils/bfd/cisco-core.c
    C src/gnu/usr.bin/binutils/bfd/coff-a29k.c
    C src/gnu/usr.bin/binutils/bfd/coff-alpha.c
    C src/gnu/usr.bin/binutils/bfd/coff-apollo.c
    C src/gnu/usr.bin/binutils/bfd/coff-arm.c
    C src/gnu/usr.bin/binutils/bfd/coff-aux.c
    C src/gnu/usr.bin/binutils/bfd/coff-go32.c
    C src/gnu/usr.bin/binutils/bfd/coff-h8300.c
    C src/gnu/usr.bin/binutils/bfd/coff-h8500.c
    C src/gnu/usr.bin/binutils/bfd/coff-i386.c
    C src/gnu/usr.bin/binutils/bfd/coff-i860.c
    C src/gnu/usr.bin/binutils/bfd/coff-i960.c
    U src/gnu/usr.bin/binutils/bfd/coff-ia64.c
    C src/gnu/usr.bin/binutils/bfd/coff-m68k.c
    C src/gnu/usr.bin/binutils/bfd/coff-m88k.c
    U src/gnu/usr.bin/binutils/bfd/coff-mcore.c
    C src/gnu/usr.bin/binutils/bfd/coff-mips.c
    N src/gnu/usr.bin/binutils/bfd/coff-or32.c
    U src/gnu/usr.bin/binutils/bfd/coff-pmac.c
    C src/gnu/usr.bin/binutils/bfd/coff-ppc.c
    C src/gnu/usr.bin/binutils/bfd/coff-rs6000.c
    C src/gnu/usr.bin/binutils/bfd/coff-sh.c
    C src/gnu/usr.bin/binutils/bfd/coff-sparc.c
    U src/gnu/usr.bin/binutils/bfd/coff-stgo32.c
    U src/gnu/usr.bin/binutils/bfd/coff-svm68k.c
    C src/gnu/usr.bin/binutils/bfd/ecoff.c
    U src/gnu/usr.bin/binutils/bfd/coff-tic30.c
    N src/gnu/usr.bin/binutils/bfd/coff-tic4x.c
    U src/gnu/usr.bin/binutils/bfd/coff-tic54x.c
    U src/gnu/usr.bin/binutils/bfd/coff-tic80.c
    U src/gnu/usr.bin/binutils/bfd/coff-u68k.c
    C src/gnu/usr.bin/binutils/bfd/coff-w65.c
    C src/gnu/usr.bin/binutils/bfd/coff-we32k.c
    C src/gnu/usr.bin/binutils/bfd/coff-z8k.c
    U src/gnu/usr.bin/binutils/bfd/coff64-rs6000.c
    C src/gnu/usr.bin/binutils/bfd/coffcode.h
    C src/gnu/usr.bin/binutils/bfd/coffgen.c
    C src/gnu/usr.bin/binutils/bfd/cofflink.c
    C src/gnu/usr.bin/binutils/bfd/coffswap.h
    C src/gnu/usr.bin/binutils/bfd/config.bfd
    C src/gnu/usr.bin/binutils/bfd/config.in
    C src/gnu/usr.bin/binutils/bfd/configure
    U src/gnu/usr.bin/binutils/bfd/configure.com
    C src/gnu/usr.bin/binutils/bfd/configure.host
    C src/gnu/usr.bin/binutils/bfd/configure.in
    C src/gnu/usr.bin/binutils/bfd/corefile.c
    C src/gnu/usr.bin/binutils/bfd/cpu-a29k.c
    C src/gnu/usr.bin/binutils/bfd/cpu-alpha.c
    U src/gnu/usr.bin/binutils/bfd/cpu-arc.c
    C src/gnu/usr.bin/binutils/bfd/elf.c
    C src/gnu/usr.bin/binutils/bfd/cpu-arm.c
    U src/gnu/usr.bin/binutils/bfd/cpu-avr.c
    U src/gnu/usr.bin/binutils/bfd/cpu-cris.c
    U src/gnu/usr.bin/binutils/bfd/cpu-d10v.c
    U src/gnu/usr.bin/binutils/bfd/cpu-d30v.c
    N src/gnu/usr.bin/binutils/bfd/cpu-dlx.c
    U src/gnu/usr.bin/binutils/bfd/cpu-fr30.c
    N src/gnu/usr.bin/binutils/bfd/cpu-frv.c
    C src/gnu/usr.bin/binutils/bfd/cpu-h8300.c
    C src/gnu/usr.bin/binutils/bfd/cpu-h8500.c
    C src/gnu/usr.bin/binutils/bfd/cpu-hppa.c
    U src/gnu/usr.bin/binutils/bfd/cpu-i370.c
    C src/gnu/usr.bin/binutils/bfd/cpu-i386.c
    C src/gnu/usr.bin/binutils/bfd/cpu-i860.c
    C src/gnu/usr.bin/binutils/bfd/cpu-i960.c
    U src/gnu/usr.bin/binutils/bfd/cpu-ia64-opc.c
    U src/gnu/usr.bin/binutils/bfd/cpu-ia64.c
    N src/gnu/usr.bin/binutils/bfd/cpu-ip2k.c
    N src/gnu/usr.bin/binutils/bfd/cpu-iq2000.c
    U src/gnu/usr.bin/binutils/bfd/cpu-m10200.c
    U src/gnu/usr.bin/binutils/bfd/cpu-m10300.c
    U src/gnu/usr.bin/binutils/bfd/cpu-m32r.c
    U src/gnu/usr.bin/binutils/bfd/cpu-m68hc11.c
    U src/gnu/usr.bin/binutils/bfd/cpu-m68hc12.c
    C src/gnu/usr.bin/binutils/bfd/cpu-m68k.c
    C src/gnu/usr.bin/binutils/bfd/cpu-m88k.c
    U src/gnu/usr.bin/binutils/bfd/cpu-mcore.c
    C src/gnu/usr.bin/binutils/bfd/cpu-mips.c
    N src/gnu/usr.bin/binutils/bfd/cpu-mmix.c
    N src/gnu/usr.bin/binutils/bfd/cpu-msp430.c
    C src/gnu/usr.bin/binutils/bfd/cpu-ns32k.c
    N src/gnu/usr.bin/binutils/bfd/cpu-openrisc.c
    N src/gnu/usr.bin/binutils/bfd/cpu-or32.c
    N src/gnu/usr.bin/binutils/bfd/cpu-pdp11.c
    U src/gnu/usr.bin/binutils/bfd/cpu-pj.c
    C src/gnu/usr.bin/binutils/bfd/cpu-powerpc.c
    C src/gnu/usr.bin/binutils/bfd/cpu-rs6000.c
    N src/gnu/usr.bin/binutils/bfd/cpu-s390.c
    C src/gnu/usr.bin/binutils/bfd/cpu-sh.c
    C src/gnu/usr.bin/binutils/bfd/cpu-sparc.c
    U src/gnu/usr.bin/binutils/bfd/cpu-tic30.c
    N src/gnu/usr.bin/binutils/bfd/cpu-tic4x.c
    U src/gnu/usr.bin/binutils/bfd/cpu-tic54x.c
    U src/gnu/usr.bin/binutils/bfd/cpu-tic80.c
    U src/gnu/usr.bin/binutils/bfd/cpu-v850.c
    C src/gnu/usr.bin/binutils/bfd/cpu-vax.c
    C src/gnu/usr.bin/binutils/bfd/cpu-w65.c
    C src/gnu/usr.bin/binutils/bfd/cpu-we32k.c
    N src/gnu/usr.bin/binutils/bfd/cpu-xstormy16.c
    N src/gnu/usr.bin/binutils/bfd/cpu-xtensa.c
    C src/gnu/usr.bin/binutils/bfd/cpu-z8k.c
    C src/gnu/usr.bin/binutils/bfd/demo64.c
    C src/gnu/usr.bin/binutils/bfd/dep-in.sed
    U src/gnu/usr.bin/binutils/bfd/dwarf1.c
    U src/gnu/usr.bin/binutils/bfd/dwarf2.c
    C src/gnu/usr.bin/binutils/bfd/ecofflink.c
    C src/gnu/usr.bin/binutils/bfd/ecoffswap.h
    U src/gnu/usr.bin/binutils/bfd/efi-app-ia32.c
    U src/gnu/usr.bin/binutils/bfd/efi-app-ia64.c
    C src/gnu/usr.bin/binutils/bfd/elf-bfd.h
    N src/gnu/usr.bin/binutils/bfd/elf-eh-frame.c
    U src/gnu/usr.bin/binutils/bfd/elf-hppa.h
    U src/gnu/usr.bin/binutils/bfd/elf-m10200.c
    U src/gnu/usr.bin/binutils/bfd/elf-m10300.c
    N src/gnu/usr.bin/binutils/bfd/elf-strtab.c
    U src/gnu/usr.bin/binutils/bfd/elf32-arc.c
    U src/gnu/usr.bin/binutils/bfd/elf32-arm.h
    U src/gnu/usr.bin/binutils/bfd/elf32-avr.c
    U src/gnu/usr.bin/binutils/bfd/elf32-cris.c
    U src/gnu/usr.bin/binutils/bfd/elf32-d10v.c
    U src/gnu/usr.bin/binutils/bfd/elf32-d30v.c
    N src/gnu/usr.bin/binutils/bfd/elf32-dlx.c
    U src/gnu/usr.bin/binutils/bfd/elf32-fr30.c
    N src/gnu/usr.bin/binutils/bfd/elf32-frv.c
    C src/gnu/usr.bin/binutils/bfd/elf32-gen.c
    N src/gnu/usr.bin/binutils/bfd/elf32-h8300.c
    C src/gnu/usr.bin/binutils/bfd/elf32-hppa.c
    C src/gnu/usr.bin/binutils/bfd/elf32-hppa.h
    U src/gnu/usr.bin/binutils/bfd/elf32-i370.c
    C src/gnu/usr.bin/binutils/bfd/elf32-i386.c
    C src/gnu/usr.bin/binutils/bfd/elf32-i860.c
    U src/gnu/usr.bin/binutils/bfd/elf32-i960.c
    N src/gnu/usr.bin/binutils/bfd/elf32-ip2k.c
    N src/gnu/usr.bin/binutils/bfd/elf32-iq2000.c
    U src/gnu/usr.bin/binutils/bfd/elf32-m32r.c
    U src/gnu/usr.bin/binutils/bfd/elf32-m68hc11.c
    U src/gnu/usr.bin/binutils/bfd/elf32-m68hc12.c
    N src/gnu/usr.bin/binutils/bfd/elf32-m68hc1x.c
    N src/gnu/usr.bin/binutils/bfd/elf32-m68hc1x.h
    C src/gnu/usr.bin/binutils/bfd/elf32-m68k.c
    U src/gnu/usr.bin/binutils/bfd/elf32-m88k.c
    U src/gnu/usr.bin/binutils/bfd/elf32-mcore.c
    U src/gnu/usr.bin/binutils/bfd/elf32-pj.c
    C src/gnu/usr.bin/binutils/bfd/elf32-mips.c
    N src/gnu/usr.bin/binutils/bfd/elf32-msp430.c
    N src/gnu/usr.bin/binutils/bfd/elf32-openrisc.c
    N src/gnu/usr.bin/binutils/bfd/elf32-or32.c
    C src/gnu/usr.bin/binutils/bfd/elf32-ppc.c
    N src/gnu/usr.bin/binutils/bfd/elf32-ppc.h
    N src/gnu/usr.bin/binutils/bfd/elf32-s390.c
    U src/gnu/usr.bin/binutils/bfd/elf32-sh.c
    N src/gnu/usr.bin/binutils/bfd/elf32-sh64-com.c
    N src/gnu/usr.bin/binutils/bfd/elf32-sh64.c
    U src/gnu/usr.bin/binutils/bfd/elf32.c
    N src/gnu/usr.bin/binutils/bfd/elf32-sh64.h
    C src/gnu/usr.bin/binutils/bfd/elf32-sparc.c
    U src/gnu/usr.bin/binutils/bfd/elf32-v850.c
    N src/gnu/usr.bin/binutils/bfd/elf32-vax.c
    N src/gnu/usr.bin/binutils/bfd/elf32-xstormy16.c
    N src/gnu/usr.bin/binutils/bfd/elf32-xtensa.c
    C src/gnu/usr.bin/binutils/bfd/elf64-alpha.c
    C src/gnu/usr.bin/binutils/bfd/elf64-gen.c
    U src/gnu/usr.bin/binutils/bfd/elf64-hppa.c
    U src/gnu/usr.bin/binutils/bfd/elf64-hppa.h
    C src/gnu/usr.bin/binutils/bfd/elf64-mips.c
    N src/gnu/usr.bin/binutils/bfd/elf64-mmix.c
    N src/gnu/usr.bin/binutils/bfd/elf64-ppc.c
    N src/gnu/usr.bin/binutils/bfd/elf64-ppc.h
    N src/gnu/usr.bin/binutils/bfd/elf64-s390.c
    N src/gnu/usr.bin/binutils/bfd/elf64-sh64.c
    C src/gnu/usr.bin/binutils/bfd/elf64-sparc.c
    U src/gnu/usr.bin/binutils/bfd/elf64-x86-64.c
    U src/gnu/usr.bin/binutils/bfd/elf64.c
    U src/gnu/usr.bin/binutils/bfd/elfarm-nabi.c
    U src/gnu/usr.bin/binutils/bfd/elfarm-oabi.c
    C src/gnu/usr.bin/binutils/bfd/elfcode.h
    C src/gnu/usr.bin/binutils/bfd/elfcore.h
    C src/gnu/usr.bin/binutils/bfd/elflink.c
    C src/gnu/usr.bin/binutils/bfd/elflink.h
    N src/gnu/usr.bin/binutils/bfd/elfn32-mips.c
    U src/gnu/usr.bin/binutils/bfd/elfxx-ia64.c
    N src/gnu/usr.bin/binutils/bfd/elfxx-mips.c
    N src/gnu/usr.bin/binutils/bfd/elfxx-mips.h
    C src/gnu/usr.bin/binutils/bfd/elfxx-target.h
    U src/gnu/usr.bin/binutils/bfd/epoc-pe-arm.c
    U src/gnu/usr.bin/binutils/bfd/epoc-pei-arm.c
    C src/gnu/usr.bin/binutils/bfd/format.c
    C src/gnu/usr.bin/binutils/bfd/freebsd.h
    C src/gnu/usr.bin/binutils/bfd/gen-aout.c
    C src/gnu/usr.bin/binutils/bfd/genlink.h
    U src/gnu/usr.bin/binutils/bfd/go32stub.h
    C src/gnu/usr.bin/binutils/bfd/hash.c
    C src/gnu/usr.bin/binutils/bfd/host-aout.c
    C src/gnu/usr.bin/binutils/bfd/hp300bsd.c
    C src/gnu/usr.bin/binutils/bfd/hp300hpux.c
    C src/gnu/usr.bin/binutils/bfd/hppabsd-core.c
    C src/gnu/usr.bin/binutils/bfd/hpux-core.c
    C src/gnu/usr.bin/binutils/bfd/i386aout.c
    C src/gnu/usr.bin/binutils/bfd/i386bsd.c
    C src/gnu/usr.bin/binutils/bfd/i386dynix.c
    C src/gnu/usr.bin/binutils/bfd/i386freebsd.c
    C src/gnu/usr.bin/binutils/bfd/i386linux.c
    C src/gnu/usr.bin/binutils/bfd/i386lynx.c
    C src/gnu/usr.bin/binutils/bfd/i386mach3.c
    C src/gnu/usr.bin/binutils/bfd/i386msdos.c
    C src/gnu/usr.bin/binutils/bfd/i386netbsd.c
    C src/gnu/usr.bin/binutils/bfd/i386os9k.c
    C src/gnu/usr.bin/binutils/bfd/ieee.c
    C src/gnu/usr.bin/binutils/bfd/ihex.c
    U src/gnu/usr.bin/binutils/bfd/init.c
    C src/gnu/usr.bin/binutils/bfd/irix-core.c
    C src/gnu/usr.bin/binutils/bfd/libaout.h
    C src/gnu/usr.bin/binutils/bfd/libbfd-in.h
    N src/gnu/usr.bin/binutils/bfd/merge.c
    C src/gnu/usr.bin/binutils/bfd/libbfd.c
    C src/gnu/usr.bin/binutils/bfd/libbfd.h
    C src/gnu/usr.bin/binutils/bfd/libcoff-in.h
    C src/gnu/usr.bin/binutils/bfd/libcoff.h
    C src/gnu/usr.bin/binutils/bfd/libecoff.h
    U src/gnu/usr.bin/binutils/bfd/libhppa.h
    C src/gnu/usr.bin/binutils/bfd/libieee.h
    C src/gnu/usr.bin/binutils/bfd/libnlm.h
    C src/gnu/usr.bin/binutils/bfd/liboasys.h
    U src/gnu/usr.bin/binutils/bfd/libpei.h
    N src/gnu/usr.bin/binutils/bfd/libxcoff.h
    C src/gnu/usr.bin/binutils/bfd/linker.c
    C src/gnu/usr.bin/binutils/bfd/lynx-core.c
    C src/gnu/usr.bin/binutils/bfd/m68k4knetbsd.c
    C src/gnu/usr.bin/binutils/bfd/m68klinux.c
    C src/gnu/usr.bin/binutils/bfd/m68klynx.c
    C src/gnu/usr.bin/binutils/bfd/m68knetbsd.c
    C src/gnu/usr.bin/binutils/bfd/m88kmach3.c
    N src/gnu/usr.bin/binutils/bfd/mach-o-target.c
    N src/gnu/usr.bin/binutils/bfd/mach-o.c
    N src/gnu/usr.bin/binutils/bfd/mach-o.h
    U src/gnu/usr.bin/binutils/bfd/makefile.vms
    C src/gnu/usr.bin/binutils/bfd/mipsbsd.c
    N src/gnu/usr.bin/binutils/bfd/mmo.c
    C src/gnu/usr.bin/binutils/bfd/nlm.c
    U src/gnu/usr.bin/binutils/bfd/mpw-config.in
    U src/gnu/usr.bin/binutils/bfd/mpw-make.sed
    C src/gnu/usr.bin/binutils/bfd/netbsd-core.c
    C src/gnu/usr.bin/binutils/bfd/netbsd.h
    C src/gnu/usr.bin/binutils/bfd/newsos3.c
    C src/gnu/usr.bin/binutils/bfd/nlm-target.h
    C src/gnu/usr.bin/binutils/bfd/nlm32-alpha.c
    C src/gnu/usr.bin/binutils/bfd/nlm32-i386.c
    C src/gnu/usr.bin/binutils/bfd/nlm32-ppc.c
    C src/gnu/usr.bin/binutils/bfd/nlm32-sparc.c
    U src/gnu/usr.bin/binutils/bfd/nlm32.c
    U src/gnu/usr.bin/binutils/bfd/nlm64.c
    C src/gnu/usr.bin/binutils/bfd/nlmcode.h
    C src/gnu/usr.bin/binutils/bfd/nlmswap.h
    C src/gnu/usr.bin/binutils/bfd/ns32k.h
    C src/gnu/usr.bin/binutils/bfd/ns32knetbsd.c
    C src/gnu/usr.bin/binutils/bfd/oasys.c
    C src/gnu/usr.bin/binutils/bfd/opncls.c
    C src/gnu/usr.bin/binutils/bfd/osf-core.c
    C src/gnu/usr.bin/binutils/bfd/pc532-mach.c
    N src/gnu/usr.bin/binutils/bfd/pdp11.c
    C src/gnu/usr.bin/binutils/bfd/pe-arm.c
    C src/gnu/usr.bin/binutils/bfd/pe-i386.c
    U src/gnu/usr.bin/binutils/bfd/pe-mcore.c
    U src/gnu/usr.bin/binutils/bfd/pe-sh.c
    U src/gnu/usr.bin/binutils/bfd/pe-mips.c
    U src/gnu/usr.bin/binutils/bfd/pe-ppc.c
    C src/gnu/usr.bin/binutils/bfd/peXXigen.c
    N src/gnu/usr.bin/binutils/bfd/pef-traceback.h
    N src/gnu/usr.bin/binutils/bfd/pef.c
    N src/gnu/usr.bin/binutils/bfd/pef.h
    C src/gnu/usr.bin/binutils/bfd/pei-arm.c
    C src/gnu/usr.bin/binutils/bfd/pei-i386.c
    U src/gnu/usr.bin/binutils/bfd/pei-mcore.c
    U src/gnu/usr.bin/binutils/bfd/pei-mips.c
    U src/gnu/usr.bin/binutils/bfd/pei-ppc.c
    U src/gnu/usr.bin/binutils/bfd/pei-sh.c
    C src/gnu/usr.bin/binutils/bfd/peicode.h
    C src/gnu/usr.bin/binutils/bfd/ppcboot.c
    C src/gnu/usr.bin/binutils/bfd/ptrace-core.c
    C src/gnu/usr.bin/binutils/bfd/reloc.c
    C src/gnu/usr.bin/binutils/bfd/reloc16.c
    C src/gnu/usr.bin/binutils/bfd/riscix.c
    C src/gnu/usr.bin/binutils/bfd/rs6000-core.c
    U src/gnu/usr.bin/binutils/bfd/sco5-core.c
    C src/gnu/usr.bin/binutils/bfd/section.c
    N src/gnu/usr.bin/binutils/bfd/simple.c
    C src/gnu/usr.bin/binutils/bfd/som.c
    C src/gnu/usr.bin/binutils/bfd/som.h
    U src/gnu/usr.bin/binutils/bfd/sparclinux.c
    C src/gnu/usr.bin/binutils/bfd/srec.c
    C src/gnu/usr.bin/binutils/bfd/sparclynx.c
    C src/gnu/usr.bin/binutils/bfd/sparcnetbsd.c
    U src/gnu/usr.bin/binutils/bfd/stab-syms.c
    C src/gnu/usr.bin/binutils/bfd/stabs.c
    U src/gnu/usr.bin/binutils/bfd/stamp-h.in
    C src/gnu/usr.bin/binutils/bfd/sunos.c
    C src/gnu/usr.bin/binutils/bfd/syms.c
    C src/gnu/usr.bin/binutils/bfd/sysdep.h
    C src/gnu/usr.bin/binutils/bfd/targets.c
    C src/gnu/usr.bin/binutils/bfd/targmatch.sed
    C src/gnu/usr.bin/binutils/bfd/tekhex.c
    N src/gnu/usr.bin/binutils/bfd/ticoff.h
    C src/gnu/usr.bin/binutils/bfd/trad-core.c
    N src/gnu/usr.bin/binutils/bfd/vax1knetbsd.c
    N src/gnu/usr.bin/binutils/bfd/vaxbsd.c
    C src/gnu/usr.bin/binutils/bfd/vaxnetbsd.c
    C src/gnu/usr.bin/binutils/bfd/versados.c
    N src/gnu/usr.bin/binutils/bfd/version.h
    U src/gnu/usr.bin/binutils/bfd/vms-gsd.c
    U src/gnu/usr.bin/binutils/bfd/vms-hdr.c
    U src/gnu/usr.bin/binutils/bfd/vms-misc.c
    U src/gnu/usr.bin/binutils/bfd/vms-tir.c
    U src/gnu/usr.bin/binutils/bfd/vms.c
    U src/gnu/usr.bin/binutils/bfd/vms.h
    U src/gnu/usr.bin/binutils/bfd/xcoff-target.h
    N src/gnu/usr.bin/binutils/bfd/xsym.c
    C src/gnu/usr.bin/binutils/bfd/xcofflink.c
    N src/gnu/usr.bin/binutils/bfd/xsym.h
    N src/gnu/usr.bin/binutils/bfd/xtensa-isa.c
    N src/gnu/usr.bin/binutils/bfd/xtensa-modules.c
    C src/gnu/usr.bin/binutils/bfd/doc/ChangeLog
    U src/gnu/usr.bin/binutils/bfd/doc/Makefile.am
    C src/gnu/usr.bin/binutils/bfd/doc/Makefile.in
    C src/gnu/usr.bin/binutils/bfd/doc/bfd.texinfo
    U src/gnu/usr.bin/binutils/bfd/doc/bfdint.texi
    C src/gnu/usr.bin/binutils/bfd/doc/bfdsumm.texi
    C src/gnu/usr.bin/binutils/bfd/doc/chew.c
    U src/gnu/usr.bin/binutils/bfd/doc/doc.str
    N src/gnu/usr.bin/binutils/bfd/doc/fdl.texi
    N src/gnu/usr.bin/binutils/bfd/doc/header.sed
    U src/gnu/usr.bin/binutils/bfd/doc/makefile.vms
    C src/gnu/usr.bin/binutils/bfd/doc/proto.str
    U src/gnu/usr.bin/binutils/bfd/doc/aoutx.texi
    U src/gnu/usr.bin/binutils/bfd/doc/archive.texi
    U src/gnu/usr.bin/binutils/bfd/doc/archures.texi
    U src/gnu/usr.bin/binutils/bfd/doc/bfdt.texi
    U src/gnu/usr.bin/binutils/bfd/doc/cache.texi
    U src/gnu/usr.bin/binutils/bfd/doc/coffcode.texi
    U src/gnu/usr.bin/binutils/bfd/doc/core.texi
    U src/gnu/usr.bin/binutils/bfd/doc/elf.texi
    U src/gnu/usr.bin/binutils/bfd/doc/elfcode.texi
    U src/gnu/usr.bin/binutils/bfd/doc/format.texi
    U src/gnu/usr.bin/binutils/bfd/doc/libbfd.texi
    N src/gnu/usr.bin/binutils/bfd/doc/bfdwin.texi
    N src/gnu/usr.bin/binutils/bfd/doc/bfdio.texi
    U src/gnu/usr.bin/binutils/bfd/doc/opncls.texi
    U src/gnu/usr.bin/binutils/bfd/doc/reloc.texi
    U src/gnu/usr.bin/binutils/bfd/doc/section.texi
    U src/gnu/usr.bin/binutils/bfd/doc/syms.texi
    U src/gnu/usr.bin/binutils/bfd/doc/targets.texi
    U src/gnu/usr.bin/binutils/bfd/doc/init.texi
    U src/gnu/usr.bin/binutils/bfd/doc/hash.texi
    U src/gnu/usr.bin/binutils/bfd/doc/linker.texi
    N src/gnu/usr.bin/binutils/bfd/doc/mmo.texi
    N src/gnu/usr.bin/binutils/bfd/po/.cvsignore
    N src/gnu/usr.bin/binutils/bfd/po/BLD-POTFILES.in
    U src/gnu/usr.bin/binutils/bfd/po/Make-in
    N src/gnu/usr.bin/binutils/bfd/po/SRC-POTFILES.in
    U src/gnu/usr.bin/binutils/bfd/po/bfd.pot
    I src/gnu/usr.bin/binutils/bfd/po/da.gmo
    I src/gnu/usr.bin/binutils/bfd/po/es.gmo
    I src/gnu/usr.bin/binutils/bfd/po/fr.gmo
    I src/gnu/usr.bin/binutils/bfd/po/ja.gmo
    I src/gnu/usr.bin/binutils/bfd/po/sv.gmo
    I src/gnu/usr.bin/binutils/bfd/po/tr.gmo
    I src/gnu/usr.bin/binutils/bfd/po/zh_CN.gmo
    U src/gnu/usr.bin/binutils/bfd/hosts/alphalinux.h
    U src/gnu/usr.bin/binutils/bfd/hosts/alphavms.h
    U src/gnu/usr.bin/binutils/bfd/hosts/decstation.h
    U src/gnu/usr.bin/binutils/bfd/hosts/delta68.h
    U src/gnu/usr.bin/binutils/bfd/hosts/dpx2.h
    U src/gnu/usr.bin/binutils/bfd/hosts/hp300bsd.h
    U src/gnu/usr.bin/binutils/bfd/hosts/i386bsd.h
    U src/gnu/usr.bin/binutils/bfd/hosts/i386linux.h
    U src/gnu/usr.bin/binutils/bfd/hosts/i386mach3.h
    U src/gnu/usr.bin/binutils/bfd/hosts/i386sco.h
    U src/gnu/usr.bin/binutils/bfd/hosts/i860mach3.h
    U src/gnu/usr.bin/binutils/bfd/hosts/m68kaux.h
    U src/gnu/usr.bin/binutils/bfd/hosts/m68klinux.h
    U src/gnu/usr.bin/binutils/bfd/hosts/m88kmach3.h
    U src/gnu/usr.bin/binutils/bfd/hosts/mipsbsd.h
    U src/gnu/usr.bin/binutils/bfd/hosts/mipsmach3.h
    U src/gnu/usr.bin/binutils/bfd/hosts/news-mips.h
    U src/gnu/usr.bin/binutils/bfd/hosts/news.h
    U src/gnu/usr.bin/binutils/bfd/hosts/pc532mach.h
    U src/gnu/usr.bin/binutils/bfd/hosts/riscos.h
    U src/gnu/usr.bin/binutils/bfd/hosts/symmetry.h
    U src/gnu/usr.bin/binutils/bfd/hosts/tahoe.h
    U src/gnu/usr.bin/binutils/bfd/hosts/vaxbsd.h
    U src/gnu/usr.bin/binutils/bfd/hosts/vaxult.h
    U src/gnu/usr.bin/binutils/bfd/hosts/vaxult2.h
    C src/gnu/usr.bin/binutils/gas/CONTRIBUTORS
    U src/gnu/usr.bin/binutils/gas/COPYING
    C src/gnu/usr.bin/binutils/gas/ChangeLog
    N src/gnu/usr.bin/binutils/gas/ChangeLog-0001
    U src/gnu/usr.bin/binutils/gas/ChangeLog-9295
    U src/gnu/usr.bin/binutils/gas/ChangeLog-9697
    U src/gnu/usr.bin/binutils/gas/ChangeLog-9899
    U src/gnu/usr.bin/binutils/gas/MAINTAINERS
    U src/gnu/usr.bin/binutils/gas/Makefile.am
    C src/gnu/usr.bin/binutils/gas/Makefile.in
    C src/gnu/usr.bin/binutils/gas/NEWS
    C src/gnu/usr.bin/binutils/gas/README
    U src/gnu/usr.bin/binutils/gas/README-vms
    U src/gnu/usr.bin/binutils/gas/acinclude.m4
    C src/gnu/usr.bin/binutils/gas/aclocal.m4
    C src/gnu/usr.bin/binutils/gas/app.c
    C src/gnu/usr.bin/binutils/gas/as.c
    C src/gnu/usr.bin/binutils/gas/as.h
    U src/gnu/usr.bin/binutils/gas/asintl.h
    C src/gnu/usr.bin/binutils/gas/atof-generic.c
    U src/gnu/usr.bin/binutils/gas/bignum-copy.c
    U src/gnu/usr.bin/binutils/gas/bignum.h
    C src/gnu/usr.bin/binutils/gas/bit_fix.h
    U src/gnu/usr.bin/binutils/gas/cgen.c
    U src/gnu/usr.bin/binutils/gas/cgen.h
    C src/gnu/usr.bin/binutils/gas/cond.c
    U src/gnu/usr.bin/binutils/gas/config-gas.com
    U src/gnu/usr.bin/binutils/gas/config.in
    C src/gnu/usr.bin/binutils/gas/configure
    C src/gnu/usr.bin/binutils/gas/configure.in
    U src/gnu/usr.bin/binutils/gas/debug.c
    U src/gnu/usr.bin/binutils/gas/dep-in.sed
    U src/gnu/usr.bin/binutils/gas/depend.c
    U src/gnu/usr.bin/binutils/gas/dwarf2dbg.c
    U src/gnu/usr.bin/binutils/gas/dwarf2dbg.h
    C src/gnu/usr.bin/binutils/gas/ecoff.c
    U src/gnu/usr.bin/binutils/gas/ecoff.h
    U src/gnu/usr.bin/binutils/gas/ehopt.c
    C src/gnu/usr.bin/binutils/gas/emul-target.h
    C src/gnu/usr.bin/binutils/gas/emul.h
    C src/gnu/usr.bin/binutils/gas/expr.c
    C src/gnu/usr.bin/binutils/gas/expr.h
    U src/gnu/usr.bin/binutils/gas/flonum-copy.c
    C src/gnu/usr.bin/binutils/gas/flonum-konst.c
    C src/gnu/usr.bin/binutils/gas/flonum-mult.c
    U src/gnu/usr.bin/binutils/gas/flonum.h
    C src/gnu/usr.bin/binutils/gas/frags.c
    C src/gnu/usr.bin/binutils/gas/frags.h
    U src/gnu/usr.bin/binutils/gas/gdbinit.in
    C src/gnu/usr.bin/binutils/gas/hash.c
    U src/gnu/usr.bin/binutils/gas/hash.h
    C src/gnu/usr.bin/binutils/gas/input-file.c
    U src/gnu/usr.bin/binutils/gas/input-file.h
    C src/gnu/usr.bin/binutils/gas/input-scrub.c
    U src/gnu/usr.bin/binutils/gas/itbl-lex.l
    U src/gnu/usr.bin/binutils/gas/itbl-ops.c
    U src/gnu/usr.bin/binutils/gas/itbl-ops.h
    U src/gnu/usr.bin/binutils/gas/itbl-parse.y
    U src/gnu/usr.bin/binutils/gas/link.cmd
    C src/gnu/usr.bin/binutils/gas/listing.c
    U src/gnu/usr.bin/binutils/gas/listing.h
    U src/gnu/usr.bin/binutils/gas/literal.c
    U src/gnu/usr.bin/binutils/gas/mac-as.r
    C src/gnu/usr.bin/binutils/gas/macro.c
    C src/gnu/usr.bin/binutils/gas/macro.h
    U src/gnu/usr.bin/binutils/gas/makefile.vms
    U src/gnu/usr.bin/binutils/gas/messages.c
    U src/gnu/usr.bin/binutils/gas/mpw-config.in
    C src/gnu/usr.bin/binutils/gas/mpw-make.sed
    C src/gnu/usr.bin/binutils/gas/obj.h
    C src/gnu/usr.bin/binutils/gas/output-file.c
    U src/gnu/usr.bin/binutils/gas/output-file.h
    C src/gnu/usr.bin/binutils/gas/read.c
    C src/gnu/usr.bin/binutils/gas/read.h
    U src/gnu/usr.bin/binutils/gas/sb.c
    U src/gnu/usr.bin/binutils/gas/sb.h
    C src/gnu/usr.bin/binutils/gas/stabs.c
    U src/gnu/usr.bin/binutils/gas/stamp-h.in
    C src/gnu/usr.bin/binutils/gas/struc-symbol.h
    C src/gnu/usr.bin/binutils/gas/subsegs.c
    U src/gnu/usr.bin/binutils/gas/subsegs.h
    C src/gnu/usr.bin/binutils/gas/symbols.c
    C src/gnu/usr.bin/binutils/gas/symbols.h
    C src/gnu/usr.bin/binutils/gas/tc.h
    U src/gnu/usr.bin/binutils/gas/vmsconf.sh
    C src/gnu/usr.bin/binutils/gas/write.c
    C src/gnu/usr.bin/binutils/gas/write.h
    U src/gnu/usr.bin/binutils/gas/make-gas.com
    U src/gnu/usr.bin/binutils/gas/itbl-parse.c
    C src/gnu/usr.bin/binutils/gas/m68k-parse.c
    U src/gnu/usr.bin/binutils/gas/itbl-parse.h
    U src/gnu/usr.bin/binutils/gas/itbl-lex.c
    C src/gnu/usr.bin/binutils/gas/config/aout_gnu.h
    C src/gnu/usr.bin/binutils/gas/config/atof-ieee.c
    U src/gnu/usr.bin/binutils/gas/config/atof-tahoe.c
    U src/gnu/usr.bin/binutils/gas/config/atof-vax.c
    U src/gnu/usr.bin/binutils/gas/config/e-crisaout.c
    U src/gnu/usr.bin/binutils/gas/config/e-criself.c
    U src/gnu/usr.bin/binutils/gas/config/e-i386aout.c
    U src/gnu/usr.bin/binutils/gas/config/e-i386coff.c
    U src/gnu/usr.bin/binutils/gas/config/e-i386elf.c
    U src/gnu/usr.bin/binutils/gas/config/e-mipsecoff.c
    U src/gnu/usr.bin/binutils/gas/config/e-mipself.c
    U src/gnu/usr.bin/binutils/gas/config/itbl-mips.h
    U src/gnu/usr.bin/binutils/gas/config/m68k-parse.h
    C src/gnu/usr.bin/binutils/gas/config/m68k-parse.y
    U src/gnu/usr.bin/binutils/gas/config/m88k-opcode.h
    C src/gnu/usr.bin/binutils/gas/config/obj-aout.c
    C src/gnu/usr.bin/binutils/gas/config/obj-aout.h
    C src/gnu/usr.bin/binutils/gas/config/obj-bout.c
    C src/gnu/usr.bin/binutils/gas/config/obj-bout.h
    C src/gnu/usr.bin/binutils/gas/config/obj-coff.c
    C src/gnu/usr.bin/binutils/gas/config/obj-coff.h
    C src/gnu/usr.bin/binutils/gas/config/obj-ecoff.c
    U src/gnu/usr.bin/binutils/gas/config/tc-pj.c
    C src/gnu/usr.bin/binutils/gas/config/obj-ecoff.h
    C src/gnu/usr.bin/binutils/gas/config/obj-elf.c
    C src/gnu/usr.bin/binutils/gas/config/obj-elf.h
    U src/gnu/usr.bin/binutils/gas/config/obj-evax.c
    U src/gnu/usr.bin/binutils/gas/config/obj-evax.h
    U src/gnu/usr.bin/binutils/gas/config/obj-hp300.c
    U src/gnu/usr.bin/binutils/gas/config/obj-hp300.h
    C src/gnu/usr.bin/binutils/gas/config/obj-ieee.c
    C src/gnu/usr.bin/binutils/gas/config/obj-ieee.h
    U src/gnu/usr.bin/binutils/gas/config/obj-multi.c
    C src/gnu/usr.bin/binutils/gas/config/obj-multi.h
    C src/gnu/usr.bin/binutils/gas/config/obj-som.c
    U src/gnu/usr.bin/binutils/gas/config/obj-som.h
    C src/gnu/usr.bin/binutils/gas/config/obj-vms.c
    C src/gnu/usr.bin/binutils/gas/config/obj-vms.h
    C src/gnu/usr.bin/binutils/gas/config/tc-a29k.c
    U src/gnu/usr.bin/binutils/gas/config/tc-a29k.h
    C src/gnu/usr.bin/binutils/gas/config/tc-alpha.c
    C src/gnu/usr.bin/binutils/gas/config/tc-alpha.h
    U src/gnu/usr.bin/binutils/gas/config/tc-arc.c
    U src/gnu/usr.bin/binutils/gas/config/tc-arc.h
    C src/gnu/usr.bin/binutils/gas/config/tc-arm.c
    C src/gnu/usr.bin/binutils/gas/config/tc-arm.h
    U src/gnu/usr.bin/binutils/gas/config/tc-avr.c
    U src/gnu/usr.bin/binutils/gas/config/tc-avr.h
    U src/gnu/usr.bin/binutils/gas/config/tc-cris.c
    U src/gnu/usr.bin/binutils/gas/config/tc-cris.h
    U src/gnu/usr.bin/binutils/gas/config/tc-d10v.c
    U src/gnu/usr.bin/binutils/gas/config/tc-d10v.h
    U src/gnu/usr.bin/binutils/gas/config/tc-d30v.c
    U src/gnu/usr.bin/binutils/gas/config/tc-d30v.h
    N src/gnu/usr.bin/binutils/gas/config/tc-dlx.c
    N src/gnu/usr.bin/binutils/gas/config/tc-dlx.h
    U src/gnu/usr.bin/binutils/gas/config/tc-fr30.c
    U src/gnu/usr.bin/binutils/gas/config/tc-fr30.h
    N src/gnu/usr.bin/binutils/gas/config/tc-frv.c
    N src/gnu/usr.bin/binutils/gas/config/tc-frv.h
    U src/gnu/usr.bin/binutils/gas/config/tc-generic.c
    U src/gnu/usr.bin/binutils/gas/config/tc-generic.h
    C src/gnu/usr.bin/binutils/gas/config/tc-h8300.c
    C src/gnu/usr.bin/binutils/gas/config/tc-h8300.h
    C src/gnu/usr.bin/binutils/gas/config/tc-h8500.c
    C src/gnu/usr.bin/binutils/gas/config/tc-h8500.h
    C src/gnu/usr.bin/binutils/gas/config/tc-hppa.c
    C src/gnu/usr.bin/binutils/gas/config/tc-hppa.h
    U src/gnu/usr.bin/binutils/gas/config/tc-i370.c
    U src/gnu/usr.bin/binutils/gas/config/tc-i370.h
    C src/gnu/usr.bin/binutils/gas/config/tc-i386.c
    C src/gnu/usr.bin/binutils/gas/config/tc-i386.h
    C src/gnu/usr.bin/binutils/gas/config/tc-i860.c
    C src/gnu/usr.bin/binutils/gas/config/tc-i860.h
    C src/gnu/usr.bin/binutils/gas/config/tc-i960.c
    C src/gnu/usr.bin/binutils/gas/config/tc-i960.h
    U src/gnu/usr.bin/binutils/gas/config/tc-ia64.c
    U src/gnu/usr.bin/binutils/gas/config/tc-ia64.h
    N src/gnu/usr.bin/binutils/gas/config/tc-ip2k.c
    N src/gnu/usr.bin/binutils/gas/config/tc-ip2k.h
    N src/gnu/usr.bin/binutils/gas/config/tc-iq2000.c
    N src/gnu/usr.bin/binutils/gas/config/tc-iq2000.h
    U src/gnu/usr.bin/binutils/gas/config/tc-m32r.c
    U src/gnu/usr.bin/binutils/gas/config/tc-m32r.h
    U src/gnu/usr.bin/binutils/gas/config/tc-m68851.h
    U src/gnu/usr.bin/binutils/gas/config/tc-m68hc11.c
    U src/gnu/usr.bin/binutils/gas/config/tc-m68hc11.h
    C src/gnu/usr.bin/binutils/gas/config/tc-m68k.c
    C src/gnu/usr.bin/binutils/gas/config/tc-m68k.h
    C src/gnu/usr.bin/binutils/gas/config/tc-m88k.c
    C src/gnu/usr.bin/binutils/gas/config/tc-m88k.h
    U src/gnu/usr.bin/binutils/gas/config/tc-mcore.c
    U src/gnu/usr.bin/binutils/gas/config/tc-mcore.h
    C src/gnu/usr.bin/binutils/gas/config/tc-mips.c
    C src/gnu/usr.bin/binutils/gas/config/tc-mips.h
    N src/gnu/usr.bin/binutils/gas/config/tc-mmix.c
    N src/gnu/usr.bin/binutils/gas/config/tc-mmix.h
    C src/gnu/usr.bin/binutils/gas/config/tc-mn10200.c
    C src/gnu/usr.bin/binutils/gas/config/tc-mn10200.h
    C src/gnu/usr.bin/binutils/gas/config/tc-mn10300.c
    C src/gnu/usr.bin/binutils/gas/config/tc-mn10300.h
    N src/gnu/usr.bin/binutils/gas/config/tc-msp430.c
    N src/gnu/usr.bin/binutils/gas/config/tc-msp430.h
    C src/gnu/usr.bin/binutils/gas/config/tc-ns32k.c
    C src/gnu/usr.bin/binutils/gas/config/tc-ns32k.h
    N src/gnu/usr.bin/binutils/gas/config/tc-openrisc.c
    N src/gnu/usr.bin/binutils/gas/config/tc-openrisc.h
    N src/gnu/usr.bin/binutils/gas/config/tc-or32.c
    N src/gnu/usr.bin/binutils/gas/config/tc-or32.h
    N src/gnu/usr.bin/binutils/gas/config/tc-pdp11.c
    N src/gnu/usr.bin/binutils/gas/config/tc-pdp11.h
    U src/gnu/usr.bin/binutils/gas/config/tc-pj.h
    C src/gnu/usr.bin/binutils/gas/config/tc-ppc.c
    C src/gnu/usr.bin/binutils/gas/config/tc-ppc.h
    N src/gnu/usr.bin/binutils/gas/config/tc-s390.c
    N src/gnu/usr.bin/binutils/gas/config/tc-s390.h
    C src/gnu/usr.bin/binutils/gas/config/tc-sh.c
    C src/gnu/usr.bin/binutils/gas/config/tc-sh.h
    N src/gnu/usr.bin/binutils/gas/config/tc-sh64.c
    N src/gnu/usr.bin/binutils/gas/config/tc-sh64.h
    C src/gnu/usr.bin/binutils/gas/config/tc-sparc.c
    C src/gnu/usr.bin/binutils/gas/config/tc-sparc.h
    C src/gnu/usr.bin/binutils/gas/config/tc-tahoe.c
    U src/gnu/usr.bin/binutils/gas/config/tc-tahoe.h
    U src/gnu/usr.bin/binutils/gas/config/tc-tic30.c
    U src/gnu/usr.bin/binutils/gas/config/tc-tic30.h
    N src/gnu/usr.bin/binutils/gas/config/tc-tic4x.c
    N src/gnu/usr.bin/binutils/gas/config/tc-tic4x.h
    U src/gnu/usr.bin/binutils/gas/config/tc-tic54x.c
    U src/gnu/usr.bin/binutils/gas/config/tc-tic54x.h
    U src/gnu/usr.bin/binutils/gas/config/tc-tic80.c
    U src/gnu/usr.bin/binutils/gas/config/tc-tic80.h
    U src/gnu/usr.bin/binutils/gas/config/tc-v850.c
    U src/gnu/usr.bin/binutils/gas/config/tc-v850.h
    C src/gnu/usr.bin/binutils/gas/config/tc-vax.c
    C src/gnu/usr.bin/binutils/gas/config/tc-vax.h
    C src/gnu/usr.bin/binutils/gas/config/tc-w65.c
    C src/gnu/usr.bin/binutils/gas/config/tc-w65.h
    N src/gnu/usr.bin/binutils/gas/config/tc-xstormy16.c
    N src/gnu/usr.bin/binutils/gas/config/tc-xstormy16.h
    N src/gnu/usr.bin/binutils/gas/config/tc-xtensa.c
    N src/gnu/usr.bin/binutils/gas/config/tc-xtensa.h
    C src/gnu/usr.bin/binutils/gas/config/tc-z8k.c
    C src/gnu/usr.bin/binutils/gas/config/tc-z8k.h
    U src/gnu/usr.bin/binutils/gas/config/te-386bsd.h
    N src/gnu/usr.bin/binutils/gas/config/te-aix5.h
    U src/gnu/usr.bin/binutils/gas/config/te-aux.h
    U src/gnu/usr.bin/binutils/gas/config/te-delt88.h
    U src/gnu/usr.bin/binutils/gas/config/te-delta.h
    U src/gnu/usr.bin/binutils/gas/config/te-dpx2.h
    U src/gnu/usr.bin/binutils/gas/config/te-dynix.h
    U src/gnu/usr.bin/binutils/gas/config/te-epoc-pe.h
    U src/gnu/usr.bin/binutils/gas/config/te-freebsd.h
    U src/gnu/usr.bin/binutils/gas/config/te-generic.h
    U src/gnu/usr.bin/binutils/gas/config/te-go32.h
    U src/gnu/usr.bin/binutils/gas/config/te-hp300.h
    U src/gnu/usr.bin/binutils/gas/config/te-hppa.h
    U src/gnu/usr.bin/binutils/gas/config/te-hppa64.h
    U src/gnu/usr.bin/binutils/gas/config/te-hppalinux64.h
    U src/gnu/usr.bin/binutils/gas/config/te-hpux.h
    U src/gnu/usr.bin/binutils/gas/config/te-i386aix.h
    N src/gnu/usr.bin/binutils/gas/config/te-ia64aix.h
    U src/gnu/usr.bin/binutils/gas/config/te-ic960.h
    U src/gnu/usr.bin/binutils/gas/config/te-interix.h
    N src/gnu/usr.bin/binutils/gas/config/te-irix.h
    U src/gnu/usr.bin/binutils/gas/config/te-linux.h
    U src/gnu/usr.bin/binutils/gas/config/te-lnews.h
    U src/gnu/usr.bin/binutils/gas/config/te-lynx.h
    U src/gnu/usr.bin/binutils/gas/config/te-mach.h
    U src/gnu/usr.bin/binutils/gas/config/te-macos.h
    U src/gnu/usr.bin/binutils/gas/config/te-nbsd.h
    C src/gnu/usr.bin/binutils/gas/config/te-pe.h
    U src/gnu/usr.bin/binutils/gas/config/te-nbsd532.h
    U src/gnu/usr.bin/binutils/gas/config/te-pc532mach.h
    U src/gnu/usr.bin/binutils/gas/config/te-ppcnw.h
    U src/gnu/usr.bin/binutils/gas/config/te-psos.h
    U src/gnu/usr.bin/binutils/gas/config/te-riscix.h
    U src/gnu/usr.bin/binutils/gas/config/te-sparcaout.h
    U src/gnu/usr.bin/binutils/gas/config/te-sun3.h
    U src/gnu/usr.bin/binutils/gas/config/te-svr4.h
    U src/gnu/usr.bin/binutils/gas/config/te-sysv32.h
    U src/gnu/usr.bin/binutils/gas/config/te-tmips.h
    U src/gnu/usr.bin/binutils/gas/config/te-wince-pe.h
    C src/gnu/usr.bin/binutils/gas/config/vax-inst.h
    U src/gnu/usr.bin/binutils/gas/config/vms-a-conf.h
    U src/gnu/usr.bin/binutils/gas/config/vms-conf.h
    N src/gnu/usr.bin/binutils/gas/config/xtensa-istack.h
    N src/gnu/usr.bin/binutils/gas/config/xtensa-relax.c
    N src/gnu/usr.bin/binutils/gas/config/xtensa-relax.h
    U src/gnu/usr.bin/binutils/gas/doc/Makefile.am
    C src/gnu/usr.bin/binutils/gas/doc/Makefile.in
    C src/gnu/usr.bin/binutils/gas/doc/all.texi
    C src/gnu/usr.bin/binutils/gas/doc/as.texinfo
    U src/gnu/usr.bin/binutils/gas/doc/c-a29k.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-alpha.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-arc.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-arm.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-cris.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-d10v.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-d30v.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-h8300.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-h8500.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-hppa.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-i370.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-i386.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-i860.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-i960.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-ia64.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-ip2k.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-m32r.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-m68hc11.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-m68k.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-m88k.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-mips.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-mmix.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-msp430.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-ns32k.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-pdp11.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-pj.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-ppc.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-sh.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-sh64.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-sparc.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-tic54x.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-v850.texi
    C src/gnu/usr.bin/binutils/gas/doc/c-vax.texi
    N src/gnu/usr.bin/binutils/gas/doc/c-xtensa.texi
    U src/gnu/usr.bin/binutils/gas/doc/c-z8k.texi
    N src/gnu/usr.bin/binutils/gas/doc/fdl.texi
    C src/gnu/usr.bin/binutils/gas/doc/h8.texi
    C src/gnu/usr.bin/binutils/gas/doc/internals.texi
    U src/gnu/usr.bin/binutils/gas/doc/gasver.texi
    C src/gnu/usr.bin/binutils/gas/doc/as.1
    N src/gnu/usr.bin/binutils/gas/po/.cvsignore
    U src/gnu/usr.bin/binutils/gas/po/Make-in
    U src/gnu/usr.bin/binutils/gas/po/POTFILES.in
    U src/gnu/usr.bin/binutils/gas/po/gas.pot
    I src/gnu/usr.bin/binutils/gas/po/es.gmo
    I src/gnu/usr.bin/binutils/gas/po/fr.gmo
    I src/gnu/usr.bin/binutils/gas/po/tr.gmo
    C src/gnu/usr.bin/binutils/include/ChangeLog
    U src/gnu/usr.bin/binutils/include/COPYING
    U src/gnu/usr.bin/binutils/include/MAINTAINERS
    U src/gnu/usr.bin/binutils/include/alloca-conf.h
    C src/gnu/usr.bin/binutils/include/ansidecl.h
    C src/gnu/usr.bin/binutils/include/bfdlink.h
    U src/gnu/usr.bin/binutils/include/bin-bugs.h
    C src/gnu/usr.bin/binutils/include/bout.h
    C src/gnu/usr.bin/binutils/include/demangle.h
    C src/gnu/usr.bin/binutils/include/dis-asm.h
    U src/gnu/usr.bin/binutils/include/dyn-string.h
    N src/gnu/usr.bin/binutils/include/fibheap.h
    U src/gnu/usr.bin/binutils/include/filenames.h
    C src/gnu/usr.bin/binutils/include/floatformat.h
    U src/gnu/usr.bin/binutils/include/fnmatch.h
    U src/gnu/usr.bin/binutils/include/fopen-bin.h
    U src/gnu/usr.bin/binutils/include/fopen-same.h
    U src/gnu/usr.bin/binutils/include/fopen-vms.h
    U src/gnu/usr.bin/binutils/include/gdbm.h
    C src/gnu/usr.bin/binutils/include/getopt.h
    U src/gnu/usr.bin/binutils/include/hashtab.h
    U src/gnu/usr.bin/binutils/include/hp-symtab.h
    U src/gnu/usr.bin/binutils/include/ieee.h
    C src/gnu/usr.bin/binutils/include/libiberty.h
    U src/gnu/usr.bin/binutils/include/md5.h
    U src/gnu/usr.bin/binutils/include/oasys.h
    U src/gnu/usr.bin/binutils/include/objalloc.h
    U src/gnu/usr.bin/binutils/include/obstack.h
    U src/gnu/usr.bin/binutils/include/os9k.h
    U src/gnu/usr.bin/binutils/include/partition.h
    U src/gnu/usr.bin/binutils/include/progress.h
    U src/gnu/usr.bin/binutils/include/safe-ctype.h
    U src/gnu/usr.bin/binutils/include/sort.h
    U src/gnu/usr.bin/binutils/include/splay-tree.h
    U src/gnu/usr.bin/binutils/include/symcat.h
    N src/gnu/usr.bin/binutils/include/ternary.h
    N src/gnu/usr.bin/binutils/include/xregex.h
    N src/gnu/usr.bin/binutils/include/xregex2.h
    N src/gnu/usr.bin/binutils/include/xtensa-config.h
    N src/gnu/usr.bin/binutils/include/xtensa-isa-internal.h
    N src/gnu/usr.bin/binutils/include/xtensa-isa.h
    C src/gnu/usr.bin/binutils/include/aout/ChangeLog
    U src/gnu/usr.bin/binutils/include/aout/adobe.h
    C src/gnu/usr.bin/binutils/include/aout/aout64.h
    U src/gnu/usr.bin/binutils/include/aout/ar.h
    C src/gnu/usr.bin/binutils/include/aout/dynix3.h
    U src/gnu/usr.bin/binutils/include/aout/encap.h
    U src/gnu/usr.bin/binutils/include/aout/host.h
    U src/gnu/usr.bin/binutils/include/aout/hp.h
    C src/gnu/usr.bin/binutils/include/aout/hp300hpux.h
    U src/gnu/usr.bin/binutils/include/aout/hppa.h
    U src/gnu/usr.bin/binutils/include/aout/ranlib.h
    U src/gnu/usr.bin/binutils/include/aout/reloc.h
    U src/gnu/usr.bin/binutils/include/aout/stab.def
    U src/gnu/usr.bin/binutils/include/aout/stab_gnu.h
    U src/gnu/usr.bin/binutils/include/aout/sun4.h
    C src/gnu/usr.bin/binutils/include/coff/ChangeLog
    C src/gnu/usr.bin/binutils/include/coff/a29k.h
    C src/gnu/usr.bin/binutils/include/coff/alpha.h
    C src/gnu/usr.bin/binutils/include/coff/apollo.h
    C src/gnu/usr.bin/binutils/include/coff/arm.h
    U src/gnu/usr.bin/binutils/include/coff/aux-coff.h
    C src/gnu/usr.bin/binutils/include/coff/ecoff.h
    N src/gnu/usr.bin/binutils/include/coff/external.h
    U src/gnu/usr.bin/binutils/include/coff/go32exe.h
    C src/gnu/usr.bin/binutils/include/coff/h8300.h
    C src/gnu/usr.bin/binutils/include/coff/h8500.h
    C src/gnu/usr.bin/binutils/include/coff/i386.h
    C src/gnu/usr.bin/binutils/include/coff/i860.h
    C src/gnu/usr.bin/binutils/include/coff/i960.h
    U src/gnu/usr.bin/binutils/include/coff/ia64.h
    C src/gnu/usr.bin/binutils/include/coff/internal.h
    C src/gnu/usr.bin/binutils/include/coff/m68k.h
    C src/gnu/usr.bin/binutils/include/coff/m88k.h
    U src/gnu/usr.bin/binutils/include/coff/mcore.h
    C src/gnu/usr.bin/binutils/include/coff/mips.h
    U src/gnu/usr.bin/binutils/include/coff/mipspe.h
    N src/gnu/usr.bin/binutils/include/coff/or32.h
    U src/gnu/usr.bin/binutils/include/coff/pe.h
    C src/gnu/usr.bin/binutils/include/coff/powerpc.h
    C src/gnu/usr.bin/binutils/include/coff/rs6000.h
    U src/gnu/usr.bin/binutils/include/coff/rs6k64.h
    C src/gnu/usr.bin/binutils/include/coff/sh.h
    C src/gnu/usr.bin/binutils/include/coff/sparc.h
    U src/gnu/usr.bin/binutils/include/coff/sym.h
    U src/gnu/usr.bin/binutils/include/coff/symconst.h
    U src/gnu/usr.bin/binutils/include/coff/ti.h
    U src/gnu/usr.bin/binutils/include/coff/tic30.h
    N src/gnu/usr.bin/binutils/include/coff/tic4x.h
    U src/gnu/usr.bin/binutils/include/coff/tic54x.h
    U src/gnu/usr.bin/binutils/include/coff/tic80.h
    C src/gnu/usr.bin/binutils/include/coff/w65.h
    C src/gnu/usr.bin/binutils/include/coff/we32k.h
    N src/gnu/usr.bin/binutils/include/coff/xcoff.h
    C src/gnu/usr.bin/binutils/include/coff/z8k.h
    C src/gnu/usr.bin/binutils/include/elf/ChangeLog
    U src/gnu/usr.bin/binutils/include/elf/alpha.h
    U src/gnu/usr.bin/binutils/include/elf/arc.h
    U src/gnu/usr.bin/binutils/include/elf/arm.h
    U src/gnu/usr.bin/binutils/include/elf/avr.h
    C src/gnu/usr.bin/binutils/include/elf/common.h
    U src/gnu/usr.bin/binutils/include/elf/cris.h
    U src/gnu/usr.bin/binutils/include/elf/d10v.h
    U src/gnu/usr.bin/binutils/include/elf/d30v.h
    N src/gnu/usr.bin/binutils/include/elf/dlx.h
    U src/gnu/usr.bin/binutils/include/elf/dwarf.h
    U src/gnu/usr.bin/binutils/include/elf/dwarf2.h
    C src/gnu/usr.bin/binutils/include/elf/external.h
    U src/gnu/usr.bin/binutils/include/elf/fr30.h
    N src/gnu/usr.bin/binutils/include/elf/frv.h
    N src/gnu/usr.bin/binutils/include/elf/h8.h
    U src/gnu/usr.bin/binutils/include/elf/hppa.h
    U src/gnu/usr.bin/binutils/include/elf/i370.h
    U src/gnu/usr.bin/binutils/include/elf/i386.h
    U src/gnu/usr.bin/binutils/include/elf/i860.h
    U src/gnu/usr.bin/binutils/include/elf/i960.h
    U src/gnu/usr.bin/binutils/include/elf/ia64.h
    C src/gnu/usr.bin/binutils/include/elf/internal.h
    N src/gnu/usr.bin/binutils/include/elf/ip2k.h
    N src/gnu/usr.bin/binutils/include/elf/iq2000.h
    U src/gnu/usr.bin/binutils/include/elf/m32r.h
    U src/gnu/usr.bin/binutils/include/elf/m68hc11.h
    U src/gnu/usr.bin/binutils/include/elf/m68k.h
    U src/gnu/usr.bin/binutils/include/elf/mcore.h
    C src/gnu/usr.bin/binutils/include/elf/mips.h
    N src/gnu/usr.bin/binutils/include/elf/mmix.h
    U src/gnu/usr.bin/binutils/include/elf/mn10200.h
    U src/gnu/usr.bin/binutils/include/elf/mn10300.h
    N src/gnu/usr.bin/binutils/include/elf/msp430.h
    N src/gnu/usr.bin/binutils/include/elf/openrisc.h
    N src/gnu/usr.bin/binutils/include/elf/or32.h
    U src/gnu/usr.bin/binutils/include/elf/pj.h
    C src/gnu/usr.bin/binutils/include/elf/ppc.h
    N src/gnu/usr.bin/binutils/include/elf/ppc64.h
    U src/gnu/usr.bin/binutils/include/elf/reloc-macros.h
    N src/gnu/usr.bin/binutils/include/elf/s390.h
    U src/gnu/usr.bin/binutils/include/elf/sh.h
    C src/gnu/usr.bin/binutils/include/elf/sparc.h
    U src/gnu/usr.bin/binutils/include/elf/v850.h
    N src/gnu/usr.bin/binutils/include/elf/vax.h
    U src/gnu/usr.bin/binutils/include/elf/x86-64.h
    N src/gnu/usr.bin/binutils/include/elf/xstormy16.h
    N src/gnu/usr.bin/binutils/include/elf/xtensa.h
    N src/gnu/usr.bin/binutils/include/gdb/ChangeLog
    N src/gnu/usr.bin/binutils/include/gdb/callback.h
    N src/gnu/usr.bin/binutils/include/gdb/remote-sim.h
    N src/gnu/usr.bin/binutils/include/gdb/signals.h
    N src/gnu/usr.bin/binutils/include/gdb/sim-arm.h
    N src/gnu/usr.bin/binutils/include/gdb/sim-d10v.h
    N src/gnu/usr.bin/binutils/include/gdb/sim-h8300.h
    N src/gnu/usr.bin/binutils/include/gdb/sim-sh.h
    C src/gnu/usr.bin/binutils/include/mpw/ChangeLog
    U src/gnu/usr.bin/binutils/include/mpw/README
    U src/gnu/usr.bin/binutils/include/mpw/dir.h
    U src/gnu/usr.bin/binutils/include/mpw/dirent.h
    U src/gnu/usr.bin/binutils/include/mpw/fcntl.h
    U src/gnu/usr.bin/binutils/include/mpw/grp.h
    U src/gnu/usr.bin/binutils/include/mpw/mpw.h
    U src/gnu/usr.bin/binutils/include/mpw/pwd.h
    U src/gnu/usr.bin/binutils/include/mpw/spin.h
    U src/gnu/usr.bin/binutils/include/mpw/stat.h
    U src/gnu/usr.bin/binutils/include/mpw/utime.h
    U src/gnu/usr.bin/binutils/include/mpw/varargs.h
    U src/gnu/usr.bin/binutils/include/mpw/sys/resource.h
    U src/gnu/usr.bin/binutils/include/mpw/sys/file.h
    U src/gnu/usr.bin/binutils/include/mpw/sys/param.h
    U src/gnu/usr.bin/binutils/include/mpw/sys/stat.h
    U src/gnu/usr.bin/binutils/include/mpw/sys/time.h
    U src/gnu/usr.bin/binutils/include/mpw/sys/types.h
    C src/gnu/usr.bin/binutils/include/nlm/ChangeLog
    U src/gnu/usr.bin/binutils/include/nlm/alpha-ext.h
    C src/gnu/usr.bin/binutils/include/nlm/common.h
    U src/gnu/usr.bin/binutils/include/nlm/external.h
    U src/gnu/usr.bin/binutils/include/nlm/i386-ext.h
    U src/gnu/usr.bin/binutils/include/nlm/internal.h
    U src/gnu/usr.bin/binutils/include/nlm/ppc-ext.h
    U src/gnu/usr.bin/binutils/include/nlm/sparc32-ext.h
    C src/gnu/usr.bin/binutils/include/opcode/ChangeLog
    C src/gnu/usr.bin/binutils/include/opcode/a29k.h
    U src/gnu/usr.bin/binutils/include/opcode/alpha.h
    U src/gnu/usr.bin/binutils/include/opcode/arc.h
    U src/gnu/usr.bin/binutils/include/opcode/arm.h
    U src/gnu/usr.bin/binutils/include/opcode/avr.h
    U src/gnu/usr.bin/binutils/include/opcode/cgen.h
    C src/gnu/usr.bin/binutils/include/opcode/convex.h
    U src/gnu/usr.bin/binutils/include/opcode/cris.h
    U src/gnu/usr.bin/binutils/include/opcode/d10v.h
    U src/gnu/usr.bin/binutils/include/opcode/d30v.h
    N src/gnu/usr.bin/binutils/include/opcode/dlx.h
    C src/gnu/usr.bin/binutils/include/opcode/h8300.h
    C src/gnu/usr.bin/binutils/include/opcode/hppa.h
    U src/gnu/usr.bin/binutils/include/opcode/i370.h
    C src/gnu/usr.bin/binutils/include/opcode/i386.h
    C src/gnu/usr.bin/binutils/include/opcode/i860.h
    U src/gnu/usr.bin/binutils/include/opcode/i960.h
    U src/gnu/usr.bin/binutils/include/opcode/ia64.h
    U src/gnu/usr.bin/binutils/include/opcode/m68hc11.h
    U src/gnu/usr.bin/binutils/include/opcode/m68k.h
    C src/gnu/usr.bin/binutils/include/opcode/m88k.h
    C src/gnu/usr.bin/binutils/include/opcode/mips.h
    N src/gnu/usr.bin/binutils/include/opcode/mmix.h
    U src/gnu/usr.bin/binutils/include/opcode/mn10200.h
    U src/gnu/usr.bin/binutils/include/opcode/mn10300.h
    N src/gnu/usr.bin/binutils/include/opcode/msp430.h
    U src/gnu/usr.bin/binutils/include/opcode/np1.h
    C src/gnu/usr.bin/binutils/include/opcode/ns32k.h
    N src/gnu/usr.bin/binutils/include/opcode/or32.h
    N src/gnu/usr.bin/binutils/include/opcode/pdp11.h
    U src/gnu/usr.bin/binutils/include/opcode/pj.h
    U src/gnu/usr.bin/binutils/include/opcode/pn.h
    C src/gnu/usr.bin/binutils/include/opcode/ppc.h
    U src/gnu/usr.bin/binutils/include/opcode/pyr.h
    N src/gnu/usr.bin/binutils/include/opcode/s390.h
    C src/gnu/usr.bin/binutils/include/opcode/sparc.h
    U src/gnu/usr.bin/binutils/include/opcode/tahoe.h
    U src/gnu/usr.bin/binutils/include/opcode/tic30.h
    N src/gnu/usr.bin/binutils/include/opcode/tic4x.h
    U src/gnu/usr.bin/binutils/include/opcode/tic54x.h
    U src/gnu/usr.bin/binutils/include/opcode/tic80.h
    U src/gnu/usr.bin/binutils/include/opcode/v850.h
    U src/gnu/usr.bin/binutils/include/opcode/vax.h
    C src/gnu/usr.bin/binutils/libiberty/COPYING.LIB
    C src/gnu/usr.bin/binutils/libiberty/ChangeLog
    C src/gnu/usr.bin/binutils/libiberty/Makefile.in
    C src/gnu/usr.bin/binutils/libiberty/README
    N src/gnu/usr.bin/binutils/libiberty/_doprnt.c
    N src/gnu/usr.bin/binutils/libiberty/acconfig.h
    N src/gnu/usr.bin/binutils/libiberty/aclocal.m4
    C src/gnu/usr.bin/binutils/libiberty/alloca.c
    C src/gnu/usr.bin/binutils/libiberty/argv.c
    N src/gnu/usr.bin/binutils/libiberty/asprintf.c
    C src/gnu/usr.bin/binutils/libiberty/atexit.c
    C src/gnu/usr.bin/binutils/libiberty/basename.c
    C src/gnu/usr.bin/binutils/libiberty/bcmp.c
    C src/gnu/usr.bin/binutils/libiberty/bcopy.c
    N src/gnu/usr.bin/binutils/libiberty/bsearch.c
    C src/gnu/usr.bin/binutils/libiberty/bzero.c
    N src/gnu/usr.bin/binutils/libiberty/calloc.c
    C src/gnu/usr.bin/binutils/libiberty/choose-temp.c
    C src/gnu/usr.bin/binutils/libiberty/clock.c
    C src/gnu/usr.bin/binutils/libiberty/concat.c
    U src/gnu/usr.bin/binutils/libiberty/config.h-vms
    N src/gnu/usr.bin/binutils/libiberty/config.in
    C src/gnu/usr.bin/binutils/libiberty/config.table
    N src/gnu/usr.bin/binutils/libiberty/configure
    C src/gnu/usr.bin/binutils/libiberty/configure.in
    N src/gnu/usr.bin/binutils/libiberty/copying-lib.texi
    C src/gnu/usr.bin/binutils/libiberty/copysign.c
    N src/gnu/usr.bin/binutils/libiberty/cp-demangle.c
    C src/gnu/usr.bin/binutils/libiberty/cplus-dem.c
    N src/gnu/usr.bin/binutils/libiberty/dyn-string.c
    C src/gnu/usr.bin/binutils/libiberty/fdmatch.c
    N src/gnu/usr.bin/binutils/libiberty/ffs.c
    N src/gnu/usr.bin/binutils/libiberty/fibheap.c
    C src/gnu/usr.bin/binutils/libiberty/floatformat.c
    C src/gnu/usr.bin/binutils/libiberty/fnmatch.c
    N src/gnu/usr.bin/binutils/libiberty/fnmatch.txh
    N src/gnu/usr.bin/binutils/libiberty/functions.texi
    N src/gnu/usr.bin/binutils/libiberty/gather-docs
    C src/gnu/usr.bin/binutils/libiberty/getcwd.c
    C src/gnu/usr.bin/binutils/libiberty/getopt.c
    C src/gnu/usr.bin/binutils/libiberty/getopt1.c
    C src/gnu/usr.bin/binutils/libiberty/getpagesize.c
    N src/gnu/usr.bin/binutils/libiberty/getpwd.c
    C src/gnu/usr.bin/binutils/libiberty/getruntime.c
    N src/gnu/usr.bin/binutils/libiberty/hashtab.c
    C src/gnu/usr.bin/binutils/libiberty/hex.c
    C src/gnu/usr.bin/binutils/libiberty/index.c
    C src/gnu/usr.bin/binutils/libiberty/insque.c
    N src/gnu/usr.bin/binutils/libiberty/lbasename.c
    N src/gnu/usr.bin/binutils/libiberty/libiberty.texi
    N src/gnu/usr.bin/binutils/libiberty/lrealpath.c
    N src/gnu/usr.bin/binutils/libiberty/maint-tool
    N src/gnu/usr.bin/binutils/libiberty/make-relative-prefix.c
    N src/gnu/usr.bin/binutils/libiberty/make-temp-file.c
    C src/gnu/usr.bin/binutils/libiberty/makefile.vms
    N src/gnu/usr.bin/binutils/libiberty/md5.c
    C src/gnu/usr.bin/binutils/libiberty/memchr.c
    C src/gnu/usr.bin/binutils/libiberty/memcmp.c
    C src/gnu/usr.bin/binutils/libiberty/memcpy.c
    C src/gnu/usr.bin/binutils/libiberty/memmove.c
    N src/gnu/usr.bin/binutils/libiberty/mempcpy.c
    C src/gnu/usr.bin/binutils/libiberty/memset.c
    N src/gnu/usr.bin/binutils/libiberty/mkstemps.c
    C src/gnu/usr.bin/binutils/libiberty/mpw-config.in
    U src/gnu/usr.bin/binutils/libiberty/mpw-make.sed
    C src/gnu/usr.bin/binutils/libiberty/mpw.c
    U src/gnu/usr.bin/binutils/libiberty/msdos.c
    C src/gnu/usr.bin/binutils/libiberty/objalloc.c
    C src/gnu/usr.bin/binutils/libiberty/obstack.c
    N src/gnu/usr.bin/binutils/libiberty/obstacks.texi
    N src/gnu/usr.bin/binutils/libiberty/partition.c
    N src/gnu/usr.bin/binutils/libiberty/pex-common.h
    N src/gnu/usr.bin/binutils/libiberty/pex-djgpp.c
    N src/gnu/usr.bin/binutils/libiberty/pex-mpw.c
    N src/gnu/usr.bin/binutils/libiberty/pex-msdos.c
    N src/gnu/usr.bin/binutils/libiberty/pex-os2.c
    N src/gnu/usr.bin/binutils/libiberty/pex-unix.c
    N src/gnu/usr.bin/binutils/libiberty/pex-win32.c
    N src/gnu/usr.bin/binutils/libiberty/pexecute.txh
    N src/gnu/usr.bin/binutils/libiberty/physmem.c
    N src/gnu/usr.bin/binutils/libiberty/putenv.c
    C src/gnu/usr.bin/binutils/libiberty/random.c
    N src/gnu/usr.bin/binutils/libiberty/regex.c
    C src/gnu/usr.bin/binutils/libiberty/rename.c
    C src/gnu/usr.bin/binutils/libiberty/rindex.c
    N src/gnu/usr.bin/binutils/libiberty/safe-ctype.c
    N src/gnu/usr.bin/binutils/libiberty/setenv.c
    C src/gnu/usr.bin/binutils/libiberty/sigsetmask.c
    N src/gnu/usr.bin/binutils/libiberty/snprintf.c
    N src/gnu/usr.bin/binutils/libiberty/sort.c
    C src/gnu/usr.bin/binutils/libiberty/spaces.c
    N src/gnu/usr.bin/binutils/libiberty/splay-tree.c
    N src/gnu/usr.bin/binutils/libiberty/stpcpy.c
    N src/gnu/usr.bin/binutils/libiberty/stpncpy.c
    C src/gnu/usr.bin/binutils/libiberty/strcasecmp.c
    C src/gnu/usr.bin/binutils/libiberty/strchr.c
    C src/gnu/usr.bin/binutils/libiberty/strdup.c
    C src/gnu/usr.bin/binutils/libiberty/strerror.c
    C src/gnu/usr.bin/binutils/libiberty/strncasecmp.c
    N src/gnu/usr.bin/binutils/libiberty/strncmp.c
    C src/gnu/usr.bin/binutils/libiberty/strrchr.c
    C src/gnu/usr.bin/binutils/libiberty/strsignal.c
    C src/gnu/usr.bin/binutils/libiberty/strstr.c
    C src/gnu/usr.bin/binutils/libiberty/strtod.c
    C src/gnu/usr.bin/binutils/libiberty/strtol.c
    C src/gnu/usr.bin/binutils/libiberty/strtoul.c
    N src/gnu/usr.bin/binutils/libiberty/ternary.c
    C src/gnu/usr.bin/binutils/libiberty/tmpnam.c
    C src/gnu/usr.bin/binutils/libiberty/vasprintf.c
    C src/gnu/usr.bin/binutils/libiberty/vfork.c
    C src/gnu/usr.bin/binutils/libiberty/vfprintf.c
    C src/gnu/usr.bin/binutils/libiberty/vmsbuild.com
    C src/gnu/usr.bin/binutils/libiberty/vprintf.c
    N src/gnu/usr.bin/binutils/libiberty/vsnprintf.c
    C src/gnu/usr.bin/binutils/libiberty/vsprintf.c
    C src/gnu/usr.bin/binutils/libiberty/waitpid.c
    C src/gnu/usr.bin/binutils/libiberty/xatexit.c
    C src/gnu/usr.bin/binutils/libiberty/xexit.c
    C src/gnu/usr.bin/binutils/libiberty/xmalloc.c
    N src/gnu/usr.bin/binutils/libiberty/xmemdup.c
    C src/gnu/usr.bin/binutils/libiberty/xstrdup.c
    C src/gnu/usr.bin/binutils/libiberty/xstrerror.c
    C src/gnu/usr.bin/binutils/libiberty/config/mh-cxux7
    C src/gnu/usr.bin/binutils/libiberty/config/mh-aix
    N src/gnu/usr.bin/binutils/libiberty/config/mh-fbsd21
    N src/gnu/usr.bin/binutils/libiberty/config/mh-openedition
    C src/gnu/usr.bin/binutils/libiberty/config/mh-windows
    C src/gnu/usr.bin/binutils/opcodes/ChangeLog
    U src/gnu/usr.bin/binutils/opcodes/ChangeLog-9297
    U src/gnu/usr.bin/binutils/opcodes/ChangeLog-9899
    U src/gnu/usr.bin/binutils/opcodes/MAINTAINERS
    U src/gnu/usr.bin/binutils/opcodes/Makefile.am
    C src/gnu/usr.bin/binutils/opcodes/Makefile.in
    C src/gnu/usr.bin/binutils/opcodes/a29k-dis.c
    U src/gnu/usr.bin/binutils/opcodes/acinclude.m4
    C src/gnu/usr.bin/binutils/opcodes/aclocal.m4
    C src/gnu/usr.bin/binutils/opcodes/alpha-dis.c
    U src/gnu/usr.bin/binutils/opcodes/alpha-opc.c
    U src/gnu/usr.bin/binutils/opcodes/arc-dis.c
    U src/gnu/usr.bin/binutils/opcodes/arc-dis.h
    U src/gnu/usr.bin/binutils/opcodes/arc-ext.c
    U src/gnu/usr.bin/binutils/opcodes/arc-ext.h
    U src/gnu/usr.bin/binutils/opcodes/arc-opc.c
    C src/gnu/usr.bin/binutils/opcodes/arm-dis.c
    C src/gnu/usr.bin/binutils/opcodes/arm-opc.h
    U src/gnu/usr.bin/binutils/opcodes/avr-dis.c
    U src/gnu/usr.bin/binutils/opcodes/cgen-asm.c
    U src/gnu/usr.bin/binutils/opcodes/cgen-asm.in
    U src/gnu/usr.bin/binutils/opcodes/cgen-dis.c
    U src/gnu/usr.bin/binutils/opcodes/cgen-dis.in
    U src/gnu/usr.bin/binutils/opcodes/cgen-ibld.in
    U src/gnu/usr.bin/binutils/opcodes/cgen-opc.c
    U src/gnu/usr.bin/binutils/opcodes/cgen.sh
    C src/gnu/usr.bin/binutils/opcodes/config.in
    C src/gnu/usr.bin/binutils/opcodes/configure
    C src/gnu/usr.bin/binutils/opcodes/configure.in
    U src/gnu/usr.bin/binutils/opcodes/cris-dis.c
    U src/gnu/usr.bin/binutils/opcodes/cris-opc.c
    U src/gnu/usr.bin/binutils/opcodes/d10v-dis.c
    U src/gnu/usr.bin/binutils/opcodes/d10v-opc.c
    U src/gnu/usr.bin/binutils/opcodes/d30v-dis.c
    U src/gnu/usr.bin/binutils/opcodes/d30v-opc.c
    U src/gnu/usr.bin/binutils/opcodes/dep-in.sed
    C src/gnu/usr.bin/binutils/opcodes/dis-buf.c
    C src/gnu/usr.bin/binutils/opcodes/disassemble.c
    N src/gnu/usr.bin/binutils/opcodes/dlx-dis.c
    U src/gnu/usr.bin/binutils/opcodes/fr30-asm.c
    U src/gnu/usr.bin/binutils/opcodes/fr30-desc.c
    U src/gnu/usr.bin/binutils/opcodes/fr30-desc.h
    U src/gnu/usr.bin/binutils/opcodes/fr30-dis.c
    U src/gnu/usr.bin/binutils/opcodes/fr30-ibld.c
    U src/gnu/usr.bin/binutils/opcodes/fr30-opc.c
    U src/gnu/usr.bin/binutils/opcodes/fr30-opc.h
    N src/gnu/usr.bin/binutils/opcodes/frv-asm.c
    N src/gnu/usr.bin/binutils/opcodes/frv-desc.c
    N src/gnu/usr.bin/binutils/opcodes/frv-desc.h
    N src/gnu/usr.bin/binutils/opcodes/frv-dis.c
    N src/gnu/usr.bin/binutils/opcodes/frv-ibld.c
    N src/gnu/usr.bin/binutils/opcodes/frv-opc.c
    N src/gnu/usr.bin/binutils/opcodes/frv-opc.h
    C src/gnu/usr.bin/binutils/opcodes/h8300-dis.c
    C src/gnu/usr.bin/binutils/opcodes/h8500-dis.c
    C src/gnu/usr.bin/binutils/opcodes/h8500-opc.h
    C src/gnu/usr.bin/binutils/opcodes/hppa-dis.c
    U src/gnu/usr.bin/binutils/opcodes/i370-dis.c
    U src/gnu/usr.bin/binutils/opcodes/i370-opc.c
    C src/gnu/usr.bin/binutils/opcodes/i386-dis.c
    U src/gnu/usr.bin/binutils/opcodes/i860-dis.c
    C src/gnu/usr.bin/binutils/opcodes/i960-dis.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-asmtab.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-asmtab.h
    U src/gnu/usr.bin/binutils/opcodes/ia64-dis.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-gen.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-ic.tbl
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-a.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-b.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-d.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-f.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-i.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-m.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc-x.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc.c
    U src/gnu/usr.bin/binutils/opcodes/ia64-opc.h
    U src/gnu/usr.bin/binutils/opcodes/ia64-raw.tbl
    U src/gnu/usr.bin/binutils/opcodes/ia64-war.tbl
    U src/gnu/usr.bin/binutils/opcodes/ia64-waw.tbl
    N src/gnu/usr.bin/binutils/opcodes/ip2k-asm.c
    N src/gnu/usr.bin/binutils/opcodes/ip2k-desc.c
    N src/gnu/usr.bin/binutils/opcodes/ip2k-desc.h
    N src/gnu/usr.bin/binutils/opcodes/ip2k-dis.c
    N src/gnu/usr.bin/binutils/opcodes/ip2k-ibld.c
    N src/gnu/usr.bin/binutils/opcodes/ip2k-opc.c
    N src/gnu/usr.bin/binutils/opcodes/ip2k-opc.h
    N src/gnu/usr.bin/binutils/opcodes/iq2000-asm.c
    N src/gnu/usr.bin/binutils/opcodes/iq2000-desc.c
    N src/gnu/usr.bin/binutils/opcodes/iq2000-desc.h
    N src/gnu/usr.bin/binutils/opcodes/iq2000-dis.c
    N src/gnu/usr.bin/binutils/opcodes/iq2000-ibld.c
    N src/gnu/usr.bin/binutils/opcodes/iq2000-opc.c
    N src/gnu/usr.bin/binutils/opcodes/iq2000-opc.h
    U src/gnu/usr.bin/binutils/opcodes/m10200-dis.c
    U src/gnu/usr.bin/binutils/opcodes/m32r-asm.c
    U src/gnu/usr.bin/binutils/opcodes/m10200-opc.c
    U src/gnu/usr.bin/binutils/opcodes/m10300-dis.c
    U src/gnu/usr.bin/binutils/opcodes/m10300-opc.c
    U src/gnu/usr.bin/binutils/opcodes/m32r-desc.c
    U src/gnu/usr.bin/binutils/opcodes/m32r-desc.h
    U src/gnu/usr.bin/binutils/opcodes/m32r-dis.c
    U src/gnu/usr.bin/binutils/opcodes/m32r-ibld.c
    U src/gnu/usr.bin/binutils/opcodes/m32r-opc.c
    U src/gnu/usr.bin/binutils/opcodes/m32r-opc.h
    U src/gnu/usr.bin/binutils/opcodes/m32r-opinst.c
    U src/gnu/usr.bin/binutils/opcodes/m68hc11-dis.c
    U src/gnu/usr.bin/binutils/opcodes/m68hc11-opc.c
    C src/gnu/usr.bin/binutils/opcodes/m68k-dis.c
    C src/gnu/usr.bin/binutils/opcodes/m68k-opc.c
    C src/gnu/usr.bin/binutils/opcodes/m88k-dis.c
    U src/gnu/usr.bin/binutils/opcodes/makefile.vms
    U src/gnu/usr.bin/binutils/opcodes/mcore-dis.c
    U src/gnu/usr.bin/binutils/opcodes/mcore-opc.h
    C src/gnu/usr.bin/binutils/opcodes/mips-dis.c
    C src/gnu/usr.bin/binutils/opcodes/mips-opc.c
    U src/gnu/usr.bin/binutils/opcodes/mips16-opc.c
    N src/gnu/usr.bin/binutils/opcodes/mmix-dis.c
    N src/gnu/usr.bin/binutils/opcodes/mmix-opc.c
    C src/gnu/usr.bin/binutils/opcodes/ns32k-dis.c
    U src/gnu/usr.bin/binutils/opcodes/mpw-config.in
    U src/gnu/usr.bin/binutils/opcodes/mpw-make.sed
    N src/gnu/usr.bin/binutils/opcodes/msp430-dis.c
    N src/gnu/usr.bin/binutils/opcodes/openrisc-asm.c
    N src/gnu/usr.bin/binutils/opcodes/openrisc-desc.c
    N src/gnu/usr.bin/binutils/opcodes/openrisc-desc.h
    N src/gnu/usr.bin/binutils/opcodes/openrisc-dis.c
    N src/gnu/usr.bin/binutils/opcodes/openrisc-ibld.c
    N src/gnu/usr.bin/binutils/opcodes/openrisc-opc.c
    N src/gnu/usr.bin/binutils/opcodes/openrisc-opc.h
    U src/gnu/usr.bin/binutils/opcodes/opintl.h
    N src/gnu/usr.bin/binutils/opcodes/or32-dis.c
    N src/gnu/usr.bin/binutils/opcodes/or32-opc.c
    N src/gnu/usr.bin/binutils/opcodes/pdp11-dis.c
    N src/gnu/usr.bin/binutils/opcodes/pdp11-opc.c
    U src/gnu/usr.bin/binutils/opcodes/pj-dis.c
    U src/gnu/usr.bin/binutils/opcodes/pj-opc.c
    C src/gnu/usr.bin/binutils/opcodes/ppc-dis.c
    C src/gnu/usr.bin/binutils/opcodes/ppc-opc.c
    N src/gnu/usr.bin/binutils/opcodes/s390-dis.c
    N src/gnu/usr.bin/binutils/opcodes/s390-mkopc.c
    N src/gnu/usr.bin/binutils/opcodes/s390-opc.c
    N src/gnu/usr.bin/binutils/opcodes/s390-opc.txt
    C src/gnu/usr.bin/binutils/opcodes/sh-dis.c
    C src/gnu/usr.bin/binutils/opcodes/sh-opc.h
    N src/gnu/usr.bin/binutils/opcodes/sh64-dis.c
    N src/gnu/usr.bin/binutils/opcodes/sh64-opc.c
    N src/gnu/usr.bin/binutils/opcodes/sh64-opc.h
    C src/gnu/usr.bin/binutils/opcodes/sparc-dis.c
    C src/gnu/usr.bin/binutils/opcodes/sparc-opc.c
    U src/gnu/usr.bin/binutils/opcodes/stamp-h.in
    U src/gnu/usr.bin/binutils/opcodes/sysdep.h
    U src/gnu/usr.bin/binutils/opcodes/tic30-dis.c
    N src/gnu/usr.bin/binutils/opcodes/tic4x-dis.c
    U src/gnu/usr.bin/binutils/opcodes/tic54x-dis.c
    U src/gnu/usr.bin/binutils/opcodes/tic54x-opc.c
    U src/gnu/usr.bin/binutils/opcodes/tic80-dis.c
    U src/gnu/usr.bin/binutils/opcodes/tic80-opc.c
    U src/gnu/usr.bin/binutils/opcodes/v850-dis.c
    U src/gnu/usr.bin/binutils/opcodes/v850-opc.c
    U src/gnu/usr.bin/binutils/opcodes/vax-dis.c
    C src/gnu/usr.bin/binutils/opcodes/w65-dis.c
    C src/gnu/usr.bin/binutils/opcodes/w65-opc.h
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-asm.c
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-desc.c
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-desc.h
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-dis.c
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-ibld.c
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-opc.c
    N src/gnu/usr.bin/binutils/opcodes/xstormy16-opc.h
    N src/gnu/usr.bin/binutils/opcodes/xtensa-dis.c
    C src/gnu/usr.bin/binutils/opcodes/z8k-dis.c
    C src/gnu/usr.bin/binutils/opcodes/z8k-opc.h
    C src/gnu/usr.bin/binutils/opcodes/z8kgen.c
    N src/gnu/usr.bin/binutils/opcodes/po/.cvsignore
    U src/gnu/usr.bin/binutils/opcodes/po/Make-in
    U src/gnu/usr.bin/binutils/opcodes/po/POTFILES.in
    U src/gnu/usr.bin/binutils/opcodes/po/opcodes.pot
    I src/gnu/usr.bin/binutils/opcodes/po/da.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/de.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/es.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/fr.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/id.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/pt_BR.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/sv.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/tr.gmo
    I src/gnu/usr.bin/binutils/opcodes/po/ro.gmo
    C src/gnu/usr.bin/binutils/ld/ChangeLog
    U src/gnu/usr.bin/binutils/ld/ChangeLog-9197
    U src/gnu/usr.bin/binutils/ld/ChangeLog-9899
    U src/gnu/usr.bin/binutils/ld/MAINTAINERS
    C src/gnu/usr.bin/binutils/ld/Makefile.am
    C src/gnu/usr.bin/binutils/ld/Makefile.in
    C src/gnu/usr.bin/binutils/ld/NEWS
    C src/gnu/usr.bin/binutils/ld/README
    U src/gnu/usr.bin/binutils/ld/TODO
    U src/gnu/usr.bin/binutils/ld/acinclude.m4
    C src/gnu/usr.bin/binutils/ld/aclocal.m4
    C src/gnu/usr.bin/binutils/ld/config.in
    C src/gnu/usr.bin/binutils/ld/configure
    C src/gnu/usr.bin/binutils/ld/configure.host
    C src/gnu/usr.bin/binutils/ld/configure.in
    C src/gnu/usr.bin/binutils/ld/configure.tgt
    U src/gnu/usr.bin/binutils/ld/deffile.h
    U src/gnu/usr.bin/binutils/ld/deffilep.y
    C src/gnu/usr.bin/binutils/ld/dep-in.sed
    N src/gnu/usr.bin/binutils/ld/fdl.texi
    C src/gnu/usr.bin/binutils/ld/gen-doc.texi
    C src/gnu/usr.bin/binutils/ld/genscripts.sh
    C src/gnu/usr.bin/binutils/ld/h8-doc.texi
    C src/gnu/usr.bin/binutils/ld/ld.h
    C src/gnu/usr.bin/binutils/ld/ld.texinfo
    C src/gnu/usr.bin/binutils/ld/ldcref.c
    C src/gnu/usr.bin/binutils/ld/ldctor.c
    C src/gnu/usr.bin/binutils/ld/ldctor.h
    C src/gnu/usr.bin/binutils/ld/ldemul.c
    C src/gnu/usr.bin/binutils/ld/ldemul.h
    C src/gnu/usr.bin/binutils/ld/ldexp.c
    C src/gnu/usr.bin/binutils/ld/ldexp.h
    C src/gnu/usr.bin/binutils/ld/ldfile.c
    C src/gnu/usr.bin/binutils/ld/ldfile.h
    C src/gnu/usr.bin/binutils/ld/ldgram.y
    C src/gnu/usr.bin/binutils/ld/ldint.texinfo
    C src/gnu/usr.bin/binutils/ld/ldlang.c
    C src/gnu/usr.bin/binutils/ld/ldlang.h
    U src/gnu/usr.bin/binutils/ld/ldlex.h
    C src/gnu/usr.bin/binutils/ld/ldlex.l
    C src/gnu/usr.bin/binutils/ld/ldmain.c
    C src/gnu/usr.bin/binutils/ld/ldmain.h
    C src/gnu/usr.bin/binutils/ld/ldmisc.c
    C src/gnu/usr.bin/binutils/ld/ldmisc.h
    C src/gnu/usr.bin/binutils/ld/ldver.c
    C src/gnu/usr.bin/binutils/ld/ldver.h
    C src/gnu/usr.bin/binutils/ld/ldwrite.c
    U src/gnu/usr.bin/binutils/ld/ldwrite.h
    C src/gnu/usr.bin/binutils/ld/mri.c
    C src/gnu/usr.bin/binutils/ld/lexsup.c
    U src/gnu/usr.bin/binutils/ld/mac-ld.r
    U src/gnu/usr.bin/binutils/ld/mpw-config.in
    U src/gnu/usr.bin/binutils/ld/mpw-make.sed
    U src/gnu/usr.bin/binutils/ld/mri.h
    U src/gnu/usr.bin/binutils/ld/pe-dll.c
    U src/gnu/usr.bin/binutils/ld/pe-dll.h
    U src/gnu/usr.bin/binutils/ld/stamp-h.in
    C src/gnu/usr.bin/binutils/ld/sysdep.h
    U src/gnu/usr.bin/binutils/ld/configdoc.texi
    U src/gnu/usr.bin/binutils/ld/ldver.texi
    C src/gnu/usr.bin/binutils/ld/ld.1
    C src/gnu/usr.bin/binutils/ld/ldgram.c
    C src/gnu/usr.bin/binutils/ld/ldgram.h
    C src/gnu/usr.bin/binutils/ld/ldlex.c
    N src/gnu/usr.bin/binutils/ld/emulparams/aix5ppc.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/README
    U src/gnu/usr.bin/binutils/ld/emulparams/a29k.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/aix5rs6.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/aixppc.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/aixrs6.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/alpha.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/arcelf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/arm_epoc_pe.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armaoutb.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armaoutl.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armcoff.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armelf.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/armelf_fbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armelf_linux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/armelf_nbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armelf_oabi.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/armelfb_nbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armnbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/armnto.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/armpe.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/avr1.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avr1200.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/avr2.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avr23xx.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/avr3.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/avr4.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avr4433.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avr44x4.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/avr5.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avr85xx.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avrmega103.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avrmega161.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/avrmega603.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/coff_sparc.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/crisaout.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/criself.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/crislinux.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/d10velf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/d30v_e.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/d30v_o.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/d30velf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/delta68.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/ebmon29k.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32_dlx.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32_i860.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32_i960.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32_sparc.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32b4300.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32bmip.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32bmipn32-defs.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32bmipn32.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32bsmip.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32btsmip.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32btsmipn32.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32ebmip.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32elmip.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32fr30.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32frv.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32i370.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32ip2k.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32iq10.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32iq2000.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32l4300.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32lmip.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32lppc.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32lppcnto.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32lppcsim.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32lsmip.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32ltsmip.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32ltsmipn32.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32mcore.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32openrisc.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf32ppc.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32ppc_fbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32ppclinux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32ppcnto.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf32ppcsim.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32ppcwindiss.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32vax.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32xstormy16.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf32xtensa.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64_aix.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf64_ia64.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64_ia64_fbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64_s390.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf64_sparc.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64_sparc_fbsd.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf64alpha.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64alpha_fbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64alpha_nbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf64bmip.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf64btsmip.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf64hppa.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64lppc.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf64ltsmip.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64mmix.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf64ppc.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf_fbsd.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf_i386.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf_i386_be.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/elf_i386_chaos.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf_i386_fbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf_i386_ldso.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf_s390.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/elf_x86_64.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/elf_x86_64_fbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/gld960.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/gld960coff.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8300.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300elf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8300h.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300helf.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300hn.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300hnelf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8300s.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300self.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300sn.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/h8300snelf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8500.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8500b.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8500c.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8500m.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/h8500s.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/hp300bsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/hp3hpux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/hppa64linux.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/hppaelf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/hppalinux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/hppanbsd.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/hppaobsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386aout.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386beos.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386bsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386coff.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386go32.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386linux.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386lynx.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386mach.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/i386moss.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386msdos.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386nbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/i386nto.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/i386nw.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386pe.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/i386pe_posix.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/lnk960.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m32relf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68hc11elf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68hc11elfb.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68hc12elf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68hc12elfb.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68k4knbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68kaout.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68kaux.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68kcoff.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/m68kelf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68klynx.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/m68kelfnbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68klinux.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68knbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m68kpsos.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/m88kbcs.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mcorepe.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipsbig.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipsbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipsidt.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipsidtl.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipslit.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipslnews.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mipspe.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/mmo.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mn10200.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/mn10300.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x110.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1101.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1111.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x112.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1121.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1122.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1132.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/news.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x122.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1222.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x123.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1232.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x133.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1331.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x135.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x1351.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x147.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x148.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x149.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x155.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x156.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x157.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x167.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x168.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x169.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x311.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x312.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x313.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x314.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x315.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x323.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x325.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x336.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x337.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x412.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x413.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x435.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x436.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x437.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x447.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x448.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/msp430x449.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/ns32knbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/or32.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/or32elf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/pc532macha.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/pdp11.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/pjelf.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/pjlelf.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/ppcmacos.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/ppcnw.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/sh.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/ppcpe.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/riscix.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sa29200.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/shelf.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf32.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf32_linux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf32_nbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf64.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf64_nbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/shelf_linux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf_nbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shelf_nto.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/shl.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/shlelf.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf32.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf32_linux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf32_nbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf64.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf64_nbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/shlelf_linux.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf_nbsd.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/shlelf_nto.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/shpe.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sparcaout.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sparclinux.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sparclynx.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sparcnbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/st2000.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sun3.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/sun4.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/tic30aout.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/tic30coff.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/tic3xcoff.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/tic3xcoff_onchip.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/tic4xcoff.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/tic54xcoff.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/tic80coff.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/v850.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/vanilla.sh
    C src/gnu/usr.bin/binutils/ld/emulparams/vax.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/vaxnbsd.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/vsta.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/w65.sh
    N src/gnu/usr.bin/binutils/ld/emulparams/xtensa-config.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/z8001.sh
    U src/gnu/usr.bin/binutils/ld/emulparams/z8002.sh
    N src/gnu/usr.bin/binutils/ld/emultempl/alphaelf.em
    U src/gnu/usr.bin/binutils/ld/emultempl/README
    C src/gnu/usr.bin/binutils/ld/emultempl/aix.em
    U src/gnu/usr.bin/binutils/ld/emultempl/armcoff.em
    U src/gnu/usr.bin/binutils/ld/emultempl/armelf.em
    U src/gnu/usr.bin/binutils/ld/emultempl/armelf_oabi.em
    U src/gnu/usr.bin/binutils/ld/emultempl/astring.sed
    U src/gnu/usr.bin/binutils/ld/emultempl/beos.em
    C src/gnu/usr.bin/binutils/ld/emultempl/elf32.em
    C src/gnu/usr.bin/binutils/ld/emultempl/generic.em
    C src/gnu/usr.bin/binutils/ld/emultempl/gld960.em
    C src/gnu/usr.bin/binutils/ld/emultempl/gld960c.em
    C src/gnu/usr.bin/binutils/ld/emultempl/hppaelf.em
    C src/gnu/usr.bin/binutils/ld/emultempl/linux.em
    C src/gnu/usr.bin/binutils/ld/emultempl/lnk960.em
    N src/gnu/usr.bin/binutils/ld/emultempl/m68hc1xelf.em
    U src/gnu/usr.bin/binutils/ld/emultempl/m68kcoff.em
    U src/gnu/usr.bin/binutils/ld/emultempl/m68kelf.em
    C src/gnu/usr.bin/binutils/ld/emultempl/mipsecoff.em
    N src/gnu/usr.bin/binutils/ld/emultempl/mipself.em
    N src/gnu/usr.bin/binutils/ld/emultempl/mmix-elfnmmo.em
    N src/gnu/usr.bin/binutils/ld/emultempl/mmixelf.em
    N src/gnu/usr.bin/binutils/ld/emultempl/mmo.em
    N src/gnu/usr.bin/binutils/ld/emultempl/needrelax.em
    N src/gnu/usr.bin/binutils/ld/emultempl/netbsd.em
    U src/gnu/usr.bin/binutils/ld/emultempl/ostring.sed
    C src/gnu/usr.bin/binutils/ld/emultempl/pe.em
    N src/gnu/usr.bin/binutils/ld/emultempl/ppc32elf.em
    N src/gnu/usr.bin/binutils/ld/emultempl/ppc64elf.em
    N src/gnu/usr.bin/binutils/ld/emultempl/sh64elf.em
    C src/gnu/usr.bin/binutils/ld/emultempl/sunos.em
    U src/gnu/usr.bin/binutils/ld/emultempl/ticoff.em
    C src/gnu/usr.bin/binutils/ld/emultempl/vanilla.em
    N src/gnu/usr.bin/binutils/ld/emultempl/xtensaelf.em
    N src/gnu/usr.bin/binutils/ld/po/.cvsignore
    U src/gnu/usr.bin/binutils/ld/po/Make-in
    U src/gnu/usr.bin/binutils/ld/po/POTFILES.in
    U src/gnu/usr.bin/binutils/ld/po/ld.pot
    I src/gnu/usr.bin/binutils/ld/po/da.gmo
    I src/gnu/usr.bin/binutils/ld/po/es.gmo
    I src/gnu/usr.bin/binutils/ld/po/fr.gmo
    I src/gnu/usr.bin/binutils/ld/po/sv.gmo
    I src/gnu/usr.bin/binutils/ld/po/tr.gmo
    U src/gnu/usr.bin/binutils/ld/scripttempl/alpha.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/README
    U src/gnu/usr.bin/binutils/ld/scripttempl/a29k.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/aix.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/armaout.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/aout.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/armcoff.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/avr.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/crisaout.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/delta68.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/dlx.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/ebmon29k.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/elf.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/elf32avr.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/elf32msp430.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/elf32msp430_3.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/elf_chaos.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/elfd10v.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/elfd30v.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/elfi370.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/elfm68hc11.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/elfm68hc12.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/elfxtensa.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/epocpe.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/h8300.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8300h.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/h8300hn.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8300s.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/h8300sn.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8500.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8500b.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8500c.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8500m.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/h8500s.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/hppaelf.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/i386beos.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/i386coff.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/i386go32.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/i386lynx.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/i386msdos.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/i960.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/ip2k.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/iq2000.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/m68kaux.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/m68kcoff.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/m68klynx.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/m88kbcs.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/mcorepe.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/mips.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/mipsbsd.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/mmo.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/nw.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/or32.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/pe.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/pj.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/ppcpe.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/psos.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/riscix.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/sa29200.sc
    C src/gnu/usr.bin/binutils/ld/scripttempl/sh.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/sparccoff.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/sparclynx.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/st2000.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/tic30aout.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/tic30coff.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/tic4xcoff.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/tic54xcoff.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/tic80coff.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/v850.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/vanilla.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/w65.sc
    N src/gnu/usr.bin/binutils/ld/scripttempl/xstormy16.sc
    U src/gnu/usr.bin/binutils/ld/scripttempl/z8000.sc
    U src/gnu/usr.bin/binutils/gprof/.gdbinit
    C src/gnu/usr.bin/binutils/gprof/ChangeLog
    U src/gnu/usr.bin/binutils/gprof/MAINTAINERS
    U src/gnu/usr.bin/binutils/gprof/Makefile.am
    C src/gnu/usr.bin/binutils/gprof/Makefile.in
    N src/gnu/usr.bin/binutils/gprof/README
    U src/gnu/usr.bin/binutils/gprof/TEST
    C src/gnu/usr.bin/binutils/gprof/TODO
    U src/gnu/usr.bin/binutils/gprof/acinclude.m4
    U src/gnu/usr.bin/binutils/gprof/aclocal.m4
    C src/gnu/usr.bin/binutils/gprof/alpha.c
    C src/gnu/usr.bin/binutils/gprof/basic_blocks.c
    C src/gnu/usr.bin/binutils/gprof/basic_blocks.h
    U src/gnu/usr.bin/binutils/gprof/bb_exit_func.c
    U src/gnu/usr.bin/binutils/gprof/bbconv.pl
    U src/gnu/usr.bin/binutils/gprof/bsd_callg_bl.m
    C src/gnu/usr.bin/binutils/gprof/call_graph.c
    C src/gnu/usr.bin/binutils/gprof/call_graph.h
    C src/gnu/usr.bin/binutils/gprof/cg_arcs.c
    C src/gnu/usr.bin/binutils/gprof/cg_arcs.h
    C src/gnu/usr.bin/binutils/gprof/cg_dfn.c
    U src/gnu/usr.bin/binutils/gprof/cg_dfn.h
    C src/gnu/usr.bin/binutils/gprof/cg_print.c
    C src/gnu/usr.bin/binutils/gprof/cg_print.h
    C src/gnu/usr.bin/binutils/gprof/configure
    C src/gnu/usr.bin/binutils/gprof/configure.in
    U src/gnu/usr.bin/binutils/gprof/corefile.c
    U src/gnu/usr.bin/binutils/gprof/corefile.h
    U src/gnu/usr.bin/binutils/gprof/dep-in.sed
    U src/gnu/usr.bin/binutils/gprof/flat_bl.m
    U src/gnu/usr.bin/binutils/gprof/fsf_callg_bl.m
    U src/gnu/usr.bin/binutils/gprof/gconfig.in
    C src/gnu/usr.bin/binutils/gprof/gen-c-prog.awk
    C src/gnu/usr.bin/binutils/gprof/gmon.h
    C src/gnu/usr.bin/binutils/gprof/gmon_io.c
    C src/gnu/usr.bin/binutils/gprof/gmon_io.h
    C src/gnu/usr.bin/binutils/gprof/gmon_out.h
    C src/gnu/usr.bin/binutils/gprof/gprof.c
    C src/gnu/usr.bin/binutils/gprof/gprof.h
    C src/gnu/usr.bin/binutils/gprof/gprof.texi
    C src/gnu/usr.bin/binutils/gprof/hertz.c
    C src/gnu/usr.bin/binutils/gprof/hertz.h
    C src/gnu/usr.bin/binutils/gprof/hist.c
    C src/gnu/usr.bin/binutils/gprof/hist.h
    C src/gnu/usr.bin/binutils/gprof/i386.c
    N src/gnu/usr.bin/binutils/gprof/mips.c
    C src/gnu/usr.bin/binutils/gprof/search_list.c
    U src/gnu/usr.bin/binutils/gprof/search_list.h
    C src/gnu/usr.bin/binutils/gprof/source.c
    C src/gnu/usr.bin/binutils/gprof/source.h
    C src/gnu/usr.bin/binutils/gprof/sparc.c
    U src/gnu/usr.bin/binutils/gprof/stamp-h.in
    C src/gnu/usr.bin/binutils/gprof/sym_ids.c
    C src/gnu/usr.bin/binutils/gprof/sym_ids.h
    C src/gnu/usr.bin/binutils/gprof/symtab.c
    C src/gnu/usr.bin/binutils/gprof/symtab.h
    C src/gnu/usr.bin/binutils/gprof/tahoe.c
    C src/gnu/usr.bin/binutils/gprof/utils.c
    U src/gnu/usr.bin/binutils/gprof/utils.h
    C src/gnu/usr.bin/binutils/gprof/vax.c
    C src/gnu/usr.bin/binutils/gprof/flat_bl.c
    C src/gnu/usr.bin/binutils/gprof/bsd_callg_bl.c
    C src/gnu/usr.bin/binutils/gprof/fsf_callg_bl.c
    C src/gnu/usr.bin/binutils/gprof/gprof.1
    N src/gnu/usr.bin/binutils/gprof/po/.cvsignore
    U src/gnu/usr.bin/binutils/gprof/po/Make-in
    U src/gnu/usr.bin/binutils/gprof/po/POTFILES.in
    U src/gnu/usr.bin/binutils/gprof/po/gprof.pot
    I src/gnu/usr.bin/binutils/gprof/po/da.gmo
    I src/gnu/usr.bin/binutils/gprof/po/es.gmo
    I src/gnu/usr.bin/binutils/gprof/po/fr.gmo
    I src/gnu/usr.bin/binutils/gprof/po/id.gmo
    I src/gnu/usr.bin/binutils/gprof/po/pt_BR.gmo
    I src/gnu/usr.bin/binutils/gprof/po/sv.gmo
    I src/gnu/usr.bin/binutils/gprof/po/tr.gmo
    U src/gnu/usr.bin/binutils/intl/ChangeLog
    U src/gnu/usr.bin/binutils/intl/Makefile.in
    U src/gnu/usr.bin/binutils/intl/acconfig.h
    U src/gnu/usr.bin/binutils/intl/aclocal.m4
    U src/gnu/usr.bin/binutils/intl/bindtextdom.c
    U src/gnu/usr.bin/binutils/intl/cat-compat.c
    U src/gnu/usr.bin/binutils/intl/config.in
    U src/gnu/usr.bin/binutils/intl/configure
    U src/gnu/usr.bin/binutils/intl/configure.in
    U src/gnu/usr.bin/binutils/intl/dcgettext.c
    U src/gnu/usr.bin/binutils/intl/dgettext.c
    U src/gnu/usr.bin/binutils/intl/explodename.c
    U src/gnu/usr.bin/binutils/intl/finddomain.c
    U src/gnu/usr.bin/binutils/intl/gettext.c
    U src/gnu/usr.bin/binutils/intl/gettext.h
    U src/gnu/usr.bin/binutils/intl/gettextP.h
    U src/gnu/usr.bin/binutils/intl/hash-string.h
    U src/gnu/usr.bin/binutils/intl/intl-compat.c
    U src/gnu/usr.bin/binutils/intl/intlh.inst.in
    U src/gnu/usr.bin/binutils/intl/l10nflist.c
    U src/gnu/usr.bin/binutils/intl/libgettext.h
    U src/gnu/usr.bin/binutils/intl/libintl.glibc
    U src/gnu/usr.bin/binutils/intl/linux-msg.sed
    U src/gnu/usr.bin/binutils/intl/loadinfo.h
    U src/gnu/usr.bin/binutils/intl/loadmsgcat.c
    U src/gnu/usr.bin/binutils/intl/localealias.c
    U src/gnu/usr.bin/binutils/intl/po2tbl.sed.in
    U src/gnu/usr.bin/binutils/intl/textdomain.c
    U src/gnu/usr.bin/binutils/intl/xopen-msg.sed
    C src/gnu/usr.bin/binutils/etc/Makefile.in
    U src/gnu/usr.bin/binutils/etc/configure
    U src/gnu/usr.bin/binutils/etc/configure.in
    C src/gnu/usr.bin/binutils/etc/standards.texi
    C src/gnu/usr.bin/binutils/etc/make-stds.texi
    U src/gnu/usr.bin/binutils/etc/configure.texi
    U src/gnu/usr.bin/binutils/etc/configbuild.ein
    U src/gnu/usr.bin/binutils/etc/configbuild.fig
    U src/gnu/usr.bin/binutils/etc/configbuild.jin
    U src/gnu/usr.bin/binutils/etc/configbuild.tin
    U src/gnu/usr.bin/binutils/etc/configdev.ein
    U src/gnu/usr.bin/binutils/etc/configdev.fig
    U src/gnu/usr.bin/binutils/etc/configdev.jin
    U src/gnu/usr.bin/binutils/etc/configdev.tin
    N src/gnu/usr.bin/binutils/etc/fdl.texi
    N src/gnu/usr.bin/binutils/etc/texi2pod.pl
    C src/gnu/usr.bin/binutils/texinfo/texinfo.tex
    
    688 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jFSF:yesterday -jFSF src/gnu/usr.bin/binutils

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/17 15:33:31

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 15:54:56

Modified files:
	gnu/usr.bin/binutils: Makefile.bsd-wrapper Makefile.in 
	                      Makefile.tpl config-ml.in config.guess 
	                      config.sub configure configure.in 
	                      symlink-tree 
	gnu/usr.bin/binutils/bfd: ChangeLog Makefile.am Makefile.in 
	                          README aclocal.m4 aix386-core.c 
	                          aout-adobe.c aout-arm.c aout-encap.c 
	                          aout-ns32k.c aout-target.h aout0.c 
	                          aoutf1.h aoutx.h archive.c archures.c 
	                          bfd-in.h bfd-in2.h bfd.c binary.c 
	                          bout.c cache.c cisco-core.c 
	                          coff-a29k.c coff-alpha.c coff-apollo.c 
	                          coff-arm.c coff-aux.c coff-go32.c 
	                          coff-h8300.c coff-h8500.c coff-i386.c 
	                          coff-i860.c coff-i960.c coff-m68k.c 
	                          coff-m88k.c coff-mips.c coff-ppc.c 
	                          coff-rs6000.c coff-sh.c coff-sparc.c 
	                          coff-w65.c coff-we32k.c coff-z8k.c 
	                          coffcode.h coffgen.c cofflink.c 
	                          coffswap.h config.bfd config.in 
	                          configure configure.host configure.in 
	                          corefile.c cpu-a29k.c cpu-alpha.c 
	                          cpu-arm.c cpu-h8300.c cpu-h8500.c 
	                          cpu-hppa.c cpu-i386.c cpu-i860.c 
	                          cpu-i960.c cpu-m68k.c cpu-m88k.c 
	                          cpu-mips.c cpu-ns32k.c cpu-powerpc.c 
	                          cpu-rs6000.c cpu-sh.c cpu-sparc.c 
	                          cpu-vax.c cpu-w65.c cpu-we32k.c 
	                          cpu-z8k.c demo64.c dep-in.sed ecoff.c 
	                          ecofflink.c ecoffswap.h elf-bfd.h 
	                          elf.c elf32-gen.c elf32-hppa.c 
	                          elf32-hppa.h elf32-i386.c elf32-i860.c 
	                          elf32-m68k.c elf32-mips.c elf32-ppc.c 
	                          elf32-sparc.c elf64-alpha.c 
	                          elf64-gen.c elf64-mips.c elf64-sparc.c 
	                          elfcode.h elfcore.h elflink.c 
	                          elflink.h elfxx-target.h format.c 
	                          freebsd.h gen-aout.c genlink.h hash.c 
	                          host-aout.c hp300bsd.c hp300hpux.c 
	                          hppabsd-core.c hpux-core.c i386aout.c 
	                          i386bsd.c i386dynix.c i386freebsd.c 
	                          i386linux.c i386lynx.c i386mach3.c 
	                          i386msdos.c i386netbsd.c i386os9k.c 
	                          ieee.c ihex.c irix-core.c libaout.h 
	                          libbfd-in.h libbfd.c libbfd.h 
	                          libcoff-in.h libcoff.h libecoff.h 
	                          libieee.h libnlm.h liboasys.h linker.c 
	                          lynx-core.c m68k4knetbsd.c m68klinux.c 
	                          m68klynx.c m68knetbsd.c m88kmach3.c 
	                          mipsbsd.c netbsd-core.c netbsd.h 
	                          newsos3.c nlm-target.h nlm.c 
	                          nlm32-alpha.c nlm32-i386.c nlm32-ppc.c 
	                          nlm32-sparc.c nlmcode.h nlmswap.h 
	                          ns32k.h ns32knetbsd.c oasys.c opncls.c 
	                          osf-core.c pc532-mach.c pe-arm.c 
	                          pe-i386.c peXXigen.c pei-arm.c 
	                          pei-i386.c peicode.h ppcboot.c 
	                          ptrace-core.c reloc.c reloc16.c 
	                          riscix.c rs6000-core.c section.c som.c 
	                          som.h sparclynx.c sparcnetbsd.c srec.c 
	                          stabs.c sunos.c syms.c sysdep.h 
	                          targets.c targmatch.sed tekhex.c 
	                          trad-core.c vaxnetbsd.c versados.c 
	                          xcofflink.c 
	gnu/usr.bin/binutils/bfd/doc: ChangeLog Makefile.am Makefile.in 
	                              bfd.texinfo bfdsumm.texi chew.c 
	                              proto.str 
	gnu/usr.bin/binutils/binutils: ChangeLog Makefile.am Makefile.in 
	                               NEWS README aclocal.m4 ar.c 
	                               arlex.l arparse.y arsup.c arsup.h 
	                               bucomm.c bucomm.h budbg.h 
	                               coffdump.c coffgrok.c coffgrok.h 
	                               config.in configure configure.in 
	                               debug.c debug.h deflex.l 
	                               defparse.y dep-in.sed dlltool.c 
	                               dllwrap.c filemode.c ieee.c 
	                               is-ranlib.c is-strip.c 
	                               maybe-ranlib.c maybe-strip.c 
	                               nlmconv.c nlmconv.h nlmheader.c 
	                               nlmheader.y nm.c not-ranlib.c 
	                               not-strip.c objcopy.c objdump.c 
	                               prdbg.c rdcoff.c rddbg.c 
	                               readelf.c resrc.c size.c srconv.c 
	                               stabs.c strings.c sysdump.c 
	                               sysinfo.y version.c wrstabs.c 
	gnu/usr.bin/binutils/binutils/doc: Makefile.am Makefile.in 
	gnu/usr.bin/binutils/config: ChangeLog mh-cxux mh-decstation 
	                             mh-dgux386 mh-lynxrs6k mh-ncr3000 
	                             mh-necv4 mh-sco mh-solaris mh-sysv4 
	                             mt-v810 
	gnu/usr.bin/binutils/etc: Makefile.in configure make-stds.texi 
	                          standards.texi 
	gnu/usr.bin/binutils/gas: CONTRIBUTORS ChangeLog Makefile.am 
	                          Makefile.in NEWS README aclocal.m4 
	                          app.c as.c as.h atof-generic.c 
	                          bit_fix.h cond.c configure 
	                          configure.in ecoff.c emul-target.h 
	                          emul.h expr.c expr.h flonum-konst.c 
	                          flonum-mult.c frags.c frags.h hash.c 
	                          input-file.c input-scrub.c listing.c 
	                          m68k-parse.c macro.c macro.h 
	                          mpw-make.sed obj.h output-file.c 
	                          read.c read.h stabs.c struc-symbol.h 
	                          subsegs.c symbols.c symbols.h tc.h 
	                          write.c write.h 
	gnu/usr.bin/binutils/gas/config: aout_gnu.h atof-ieee.c 
	                                 m68k-parse.y obj-aout.c 
	                                 obj-aout.h obj-bout.c 
	                                 obj-bout.h obj-coff.c 
	                                 obj-coff.h obj-ecoff.c 
	                                 obj-ecoff.h obj-elf.c obj-elf.h 
	                                 obj-ieee.c obj-ieee.h 
	                                 obj-multi.h obj-som.c obj-vms.c 
	                                 obj-vms.h tc-a29k.c tc-alpha.c 
	                                 tc-alpha.h tc-arm.c tc-arm.h 
	                                 tc-h8300.c tc-h8300.h 
	                                 tc-h8500.c tc-h8500.h tc-hppa.c 
	                                 tc-hppa.h tc-i386.c tc-i386.h 
	                                 tc-i860.c tc-i860.h tc-i960.c 
	                                 tc-i960.h tc-m68k.c tc-m68k.h 
	                                 tc-m88k.c tc-m88k.h tc-mips.c 
	                                 tc-mips.h tc-mn10200.c 
	                                 tc-mn10200.h tc-mn10300.c 
	                                 tc-mn10300.h tc-ns32k.c 
	                                 tc-ns32k.h tc-ppc.c tc-ppc.h 
	                                 tc-sh.c tc-sh.h tc-sparc.c 
	                                 tc-sparc.h tc-tahoe.c tc-vax.c 
	                                 tc-vax.h tc-w65.c tc-w65.h 
	                                 tc-z8k.c tc-z8k.h te-obsd.h 
	                                 te-pe.h vax-inst.h 
	gnu/usr.bin/binutils/gas/doc: Makefile.in all.texi as.1 
	                              as.texinfo c-h8300.texi 
	                              c-h8500.texi c-i960.texi 
	                              c-mips.texi c-ns32k.texi c-sh.texi 
	                              c-sparc.texi c-vax.texi h8.texi 
	                              internals.texi 
	gnu/usr.bin/binutils/gdb: configure.host configure.tgt exec.c 
	                          solib.c symfile.c utils.c 
	gnu/usr.bin/binutils/gprof: ChangeLog Makefile.am Makefile.in 
	                            TODO alpha.c basic_blocks.c 
	                            basic_blocks.h call_graph.c 
	                            call_graph.h cg_arcs.c cg_arcs.h 
	                            cg_dfn.c cg_print.c cg_print.h 
	                            configure configure.in 
	                            gen-c-prog.awk gmon.h gmon_io.c 
	                            gmon_io.h gmon_out.h gprof.1 gprof.c 
	                            gprof.h gprof.texi hertz.c hertz.h 
	                            hist.c hist.h i386.c search_list.c 
	                            source.c source.h sparc.c sym_ids.c 
	                            sym_ids.h symtab.c symtab.h tahoe.c 
	                            utils.c vax.c 
	gnu/usr.bin/binutils/include: ChangeLog ansidecl.h bfdlink.h 
	                              bout.h demangle.h dis-asm.h 
	                              floatformat.h getopt.h libiberty.h 
	gnu/usr.bin/binutils/include/aout: ChangeLog aout64.h dynix3.h 
	                                   hp300hpux.h 
	gnu/usr.bin/binutils/include/coff: ChangeLog a29k.h alpha.h 
	                                   apollo.h arm.h ecoff.h 
	                                   h8300.h h8500.h i386.h i860.h 
	                                   i960.h internal.h m68k.h 
	                                   m88k.h mips.h powerpc.h 
	                                   rs6000.h sh.h sparc.h w65.h 
	                                   we32k.h z8k.h 
	gnu/usr.bin/binutils/include/elf: ChangeLog common.h external.h 
	                                  internal.h mips.h ppc.h 
	                                  sparc.h 
	gnu/usr.bin/binutils/include/mpw: ChangeLog 
	gnu/usr.bin/binutils/include/nlm: ChangeLog common.h 
	gnu/usr.bin/binutils/include/opcode: ChangeLog a29k.h convex.h 
	                                     h8300.h hppa.h i386.h 
	                                     i860.h m88k.h mips.h 
	                                     ns32k.h ppc.h sparc.h 
	gnu/usr.bin/binutils/intl: configure 
	gnu/usr.bin/binutils/ld: ChangeLog Makefile.am Makefile.in NEWS 
	                         README aclocal.m4 config.in configure 
	                         configure.host configure.in 
	                         configure.tgt dep-in.sed gen-doc.texi 
	                         genscripts.sh h8-doc.texi ld.1 ld.h 
	                         ld.texinfo ldcref.c ldctor.c ldctor.h 
	                         ldemul.c ldemul.h ldexp.c ldexp.h 
	                         ldfile.c ldfile.h ldgram.y 
	                         ldint.texinfo ldlang.c ldlang.h ldlex.l 
	                         ldmain.c ldmain.h ldmisc.c ldmisc.h 
	                         ldver.c ldver.h ldwrite.c lexsup.c 
	                         mri.c sysdep.h 
	gnu/usr.bin/binutils/ld/emulparams: aixppc.sh aixrs6.sh 
	                                    elf32_sparc.sh elf32b4300.sh 
	                                    elf32bmip.sh elf32l4300.sh 
	                                    elf32lmip.sh elf32lppc.sh 
	                                    elf32ppc.sh elf64_sparc.sh 
	                                    elf64alpha.sh elf_i386.sh 
	                                    elf_x86_64.sh hppaobsd.sh 
	                                    i386moss.sh i386nw.sh 
	                                    m68kelf.sh ns32knbsd.sh 
	                                    ppcmacos.sh sh.sh shl.sh 
	                                    vax.sh 
	gnu/usr.bin/binutils/ld/emultempl: aix.em elf32.em generic.em 
	                                   gld960.em gld960c.em 
	                                   hppaelf.em linux.em lnk960.em 
	                                   mipsecoff.em pe.em sunos.em 
	                                   vanilla.em 
	gnu/usr.bin/binutils/ld/scripttempl: aix.sc armaout.sc 
	                                     armcoff.sc elf.sc h8300.sc 
	                                     i386go32.sc nw.sc pe.sc 
	                                     sh.sc 
	gnu/usr.bin/binutils/opcodes: ChangeLog Makefile.am Makefile.in 
	                              a29k-dis.c aclocal.m4 alpha-dis.c 
	                              arm-dis.c arm-opc.h config.in 
	                              configure configure.in dis-buf.c 
	                              disassemble.c h8300-dis.c 
	                              h8500-dis.c h8500-opc.h hppa-dis.c 
	                              i386-dis.c i960-dis.c m68k-dis.c 
	                              m68k-opc.c m88k-dis.c mips-dis.c 
	                              mips-opc.c ns32k-dis.c ppc-dis.c 
	                              ppc-opc.c sh-dis.c sh-opc.h 
	                              sparc-dis.c sparc-opc.c w65-dis.c 
	                              w65-opc.h z8k-dis.c z8k-opc.h 
	                              z8kgen.c 
Added files:
	gnu/usr.bin/binutils/ld/emulparams: armelf_obsd.sh 
	                                    armelfb_obsd.sh 
	                                    elf32_sparc_obsd.sh 
	                                    elf32ppc_obsd.sh 
	                                    elf64_sparc_obsd.sh 
	                                    elf64alpha_obsd.sh 
	                                    elf_i386_obsd.sh elf_obsd.sh 
	                                    elf_x86_64_obsd.sh 
	                                    i386obsd.sh m68kobsd.sh 
	                                    sparcobsd.sh 
Removed files:
	gnu/usr.bin/binutils/bfd: elf32-sh-lin.c hppa_stubs.h 
	                          m88knetbsd.c peigen.c 
	gnu/usr.bin/binutils/bfd/po: POTFILES.in 
	gnu/usr.bin/binutils/binutils: binutils.texi config.texi 
	                               dyn-string.c dyn-string.h 
	gnu/usr.bin/binutils/binutils/testsuite: ChangeLog 
	gnu/usr.bin/binutils/binutils/testsuite/binutils-all: ar.exp 
	                                                      bintest.s 
	                                                      nm.exp 
	                                                      objcopy.exp 
	                                                      objdump.exp 
	                                                      readelf.exp 
	                                                      readelf.h 
	                                                      readelf.r 
	                                                      readelf.s 
	                                                      readelf.s-64 
	                                                      readelf.ss 
	                                                      readelf.ss-64 
	                                                      readelf.ss-mips 
	                                                      readelf.ss-tmips 
	                                                      readelf.wi 
	                                                      size.exp 
	                                                      testprog.c 
	gnu/usr.bin/binutils/binutils/testsuite/binutils-all/hppa: 
	                                                           addendbug.s 
	                                                           freg.s 
	                                                           objdump.exp 
	gnu/usr.bin/binutils/binutils/testsuite/config: default.exp 
	                                                hppa.sed 
	gnu/usr.bin/binutils/binutils/testsuite/lib: utils-lib.exp 
	gnu/usr.bin/binutils/config: mh-a68bsd mh-aix386 mh-apollo68 
	                             mh-delta88 mh-dgux mh-hp300 mh-hpux 
	                             mh-hpux8 mh-irix4 mh-irix5 mh-irix6 
	                             mh-lynxos mh-ncrsvr43 
	                             mh-openedition mh-riscos mh-sun3 
	                             mh-sysv mh-vaxult2 mpw-mh-mpw 
	                             mt-aix43 mt-armpic mt-elfalphapic 
	                             mt-i370pic mt-ia64pic mt-m68kpic 
	                             mt-papic mt-ppcpic mt-sparcpic 
	                             mt-x86pic 
	gnu/usr.bin/binutils/config/mpw: ChangeLog MoveIfChange README 
	                                 forward-include g-mpw-make.sed 
	                                 mpw-touch mpw-true null-command 
	                                 open-brace tr-7to8-src true 
	gnu/usr.bin/binutils/gas: gasp.c 
	gnu/usr.bin/binutils/gas/config: obj-generic.c obj-generic.h 
	                                 te-obsd532.h 
	gnu/usr.bin/binutils/gas/doc: gasp.texi 
	gnu/usr.bin/binutils/gas/testsuite: ChangeLog 
	gnu/usr.bin/binutils/gas/testsuite/config: default.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas: template 
	gnu/usr.bin/binutils/gas/testsuite/gas/all: align.d align.s 
	                                            cofftag.d cofftag.s 
	                                            comment.s cond.d 
	                                            cond.s diff1.s 
	                                            float.s gas.exp itbl 
	                                            itbl-test.c itbl.s 
	                                            p1480.s p2425.s 
	                                            struct.d struct.s 
	                                            x930509.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/alpha: fp.d fp.exp fp.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/arc: adc.d adc.s add.d 
	                                            add.s alias.d 
	                                            alias.s and.d and.s 
	                                            arc.exp asl.d asl.s 
	                                            asr.d asr.s b.d b.s 
	                                            bic.d bic.s bl.d 
	                                            bl.s branch.d 
	                                            branch.s brk.d brk.s 
	                                            extb.d extb.s extw.d 
	                                            extw.s flag.d flag.s 
	                                            insn3.d insn3.s j.d 
	                                            j.s jl.d jl.s ld.d 
	                                            ld.s ld2.d ld2.s 
	                                            lp.d lp.s lsr.d 
	                                            lsr.s math.d math.s 
	                                            mov.d mov.s nop.d 
	                                            nop.s or.d or.s 
	                                            rlc.d rlc.s ror.d 
	                                            ror.s rrc.d rrc.s 
	                                            sbc.d sbc.s sexb.d 
	                                            sexb.s sexw.d sexw.s 
	                                            sleep.d sleep.s 
	                                            sshift.d sshift.s 
	                                            st.d st.s sub.d 
	                                            sub.s swi.d swi.s 
	                                            warn.exp warn.s 
	                                            xor.d xor.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/arm: adrl.d adrl.s 
	                                            arch4t.s arm.exp 
	                                            arm3.s arm6.s 
	                                            arm7dm.s arm7t.d 
	                                            arm7t.s copro.s 
	                                            el_segundo.d 
	                                            el_segundo.s float.s 
	                                            immed.s inst.d 
	                                            inst.s le-fpconst.d 
	                                            le-fpconst.s pic.d 
	                                            pic.s thumb.s 
	                                            xscale.d xscale.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/cris: addi.d addi.s 
	                                             binop-cmpmove.d 
	                                             binop-cmpmovx.d 
	                                             binop-extx.d 
	                                             binop-segref.s 
	                                             binop.d binop.s 
	                                             bork.d bork.s 
	                                             branch-warn-1.s 
	                                             branch-warn-2.s 
	                                             branch-warn-3.s 
	                                             branch.d branch.s 
	                                             break.d break.s 
	                                             brokw-1.d brokw-1.s 
	                                             brokw-2.d brokw-2.s 
	                                             brokw-3.d brokw-3.s 
	                                             bwtest-err-1.s 
	                                             ccr.d ccr.s clear.d 
	                                             continue.d 
	                                             continue.s cris.exp 
	                                             diffexp-ovwr.d 
	                                             diffexp-ovwr.s 
	                                             fragtest.d 
	                                             fragtest.s 
	                                             jump-type.d 
	                                             labfloat.d 
	                                             labfloat.s 
	                                             macroat.d macroat.s 
	                                             movem-to-reg.d 
	                                             nosep.d nosep.s 
	                                             oneop-type.d 
	                                             operand-err-1.s 
	                                             prefix.d prefix.s 
	                                             pushpop-byte-sreg.d 
	                                             pushpop-dcr1-sreg.d 
	                                             pushpop-dword-sreg.d 
	                                             pushpop-word-sreg.d 
	                                             pushpop.d pushpop.s 
	                                             quick-s6.d 
	                                             quick-u5.d 
	                                             quick-u6.d quick.s 
	                                             range-err-1.s 
	                                             range-err-2.s 
	                                             rd-regprefix-1.d 
	                                             rd-regprefix-1.s 
	                                             rd-regprefix-1b.d 
	                                             reg-to-mem.d 
	                                             regprefix-err-1.s 
	                                             regreg.d regreg.s 
	                                             return.d return.s 
	                                             scc.d scc.s 
	                                             sep-err-1.s 
	                                             sep-err-2.s 
	                                             sep-err-3.s 
	                                             separator.d 
	                                             separator.s 
	                                             shexpr-1.d 
	                                             shexpr-1.s 
	                                             sreg-to-x.d 
	                                             string-1.d 
	                                             string-1.s 
	                                             string-2.d 
	                                             string-2.s test.d 
	                                             unimplemented.d 
	                                             unimplemented.s 
	                                             unop-mem.d unop.s 
	                                             us-err-1.s 
	                                             us-err-2.s 
	                                             us-err-3.s 
	                                             x-to-byte-sreg.d 
	                                             x-to-dcr1-sreg.d 
	                                             x-to-dword-sreg.d 
	                                             x-to-word-sreg.d 
	gnu/usr.bin/binutils/gas/testsuite/gas/d10v: d10.exp inst.d 
	                                             inst.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/d30v: align.d align.s 
	                                             array.d array.s 
	                                             bittest.d bittest.l 
	                                             bittest.s d30.exp 
	                                             guard-debug.d 
	                                             guard-debug.s 
	                                             guard.d guard.s 
	                                             inst.d inst.s 
	                                             label-debug.d 
	                                             label-debug.s 
	                                             label.d label.s 
	                                             mul.d mul.s opt.d 
	                                             opt.s reloc.d 
	                                             reloc.s serial.l 
	                                             serial.s serial2.l 
	                                             serial2.s 
	                                             serial2O.l 
	                                             serial2O.s 
	                                             warn_oddreg.l 
	                                             warn_oddreg.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/elf: ehopt0.d ehopt0.s 
	                                            elf.exp section0.d 
	                                            section0.s 
	                                            section1.d 
	                                            section1.s 
	                                            section2.e 
	                                            section2.e-mips 
	                                            section2.l 
	                                            section2.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/fr30: allinsn.d 
	                                             allinsn.exp 
	                                             allinsn.s fr30.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas/h8300: addsub.s addsubh.s 
	                                              addsubs.s 
	                                              bitops1.s 
	                                              bitops1h.s 
	                                              bitops1s.s 
	                                              bitops2.s 
	                                              bitops2h.s 
	                                              bitops2s.s 
	                                              bitops3.s 
	                                              bitops3h.s 
	                                              bitops3s.s 
	                                              bitops4.s 
	                                              bitops4h.s 
	                                              bitops4s.s 
	                                              branch.s branchh.s 
	                                              branchs.s 
	                                              cbranch.s 
	                                              cbranchh.s 
	                                              cbranchs.s 
	                                              cmpsi2.s compare.s 
	                                              compareh.s 
	                                              compares.s 
	                                              decimal.s 
	                                              decimalh.s 
	                                              decimals.s 
	                                              divmul.s divmulh.s 
	                                              divmuls.s 
	                                              extendh.s 
	                                              extends.s ffxx1.d 
	                                              ffxx1.s h8300.exp 
	                                              incdec.s incdech.s 
	                                              incdecs.s 
	                                              logical.s 
	                                              logicalh.s 
	                                              logicals.s macs.s 
	                                              misc.s misch.s 
	                                              miscs.s mov32bug.s 
	                                              movb.s movbh.s 
	                                              movbs.s movlh.s 
	                                              movls.s movw.s 
	                                              movwh.s movws.s 
	                                              multiples.s 
	                                              pushpop.s 
	                                              pushpoph.s 
	                                              pushpops.s rotsh.s 
	                                              rotshh.s rotshs.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/hppa: README 
	gnu/usr.bin/binutils/gas/testsuite/gas/hppa/basic: add.s add2.s 
	                                                   addi.s 
	                                                   basic.exp 
	                                                   branch.s 
	                                                   branch2.s 
	                                                   comclr.s 
	                                                   copr.s 
	                                                   coprmem.s 
	                                                   dcor.s 
	                                                   dcor2.s 
	                                                   deposit.s 
	                                                   deposit2.s 
	                                                   deposit3.s 
	                                                   ds.s 
	                                                   extract.s 
	                                                   extract2.s 
	                                                   extract3.s 
	                                                   fmem.s 
	                                                   fmemLRbug.s 
	                                                   fp_comp.s 
	                                                   fp_comp2.s 
	                                                   fp_conv.s 
	                                                   fp_fcmp.s 
	                                                   fp_misc.s 
	                                                   imem.s 
	                                                   immed.s 
	                                                   logical.s 
	                                                   media.s 
	                                                   perf.s 
	                                                   purge.s 
	                                                   purge2.s 
	                                                   sh1add.s 
	                                                   sh2add.s 
	                                                   sh3add.s 
	                                                   shift.s 
	                                                   shift2.s 
	                                                   shift3.s 
	                                                   shladd.s 
	                                                   shladd2.s 
	                                                   special.s 
	                                                   spop.s sub.s 
	                                                   sub2.s subi.s 
	                                                   system.s 
	                                                   system2.s 
	                                                   unit.s 
	                                                   unit2.s 
	                                                   weird.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/hppa/parse: align1.s 
	                                                   align2.s 
	                                                   appbug.s 
	                                                   badfmpyadd.s 
	                                                   block1.s 
	                                                   block2.s 
	                                                   calldatabug.s 
	                                                   callinfobug.s 
	                                                   defbug.s 
	                                                   entrybug.s 
	                                                   exportbug.s 
	                                                   exprbug.s 
	                                                   fixup7bug.s 
	                                                   global.s 
	                                                   labelbug.s 
	                                                   linesepbug.s 
	                                                   lselbug.s 
	                                                   nosubspace.s 
	                                                   parse.exp 
	                                                   procbug.s 
	                                                   regpopbug.s 
	                                                   spacebug.s 
	                                                   ssbug.s 
	                                                   stdreg.s 
	                                                   stringer.s 
	                                                   undefbug.s 
	                                                   versionbug.s 
	                                                   xmpyubug.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/hppa/reloc: applybug.s 
	                                                   blebug.s 
	                                                   blebug2.s 
	                                                   blebug3.s 
	                                                   exitbug.s 
	                                                   fixupbug.s 
	                                                   funcrelocbug.s 
	                                                   labelopbug.s 
	                                                   longcall.s 
	                                                   picreloc.s 
	                                                   plabelbug.s 
	                                                   r_no_reloc.s 
	                                                   reduce.s 
	                                                   reduce2.s 
	                                                   reduce3.s 
	                                                   reloc.exp 
	                                                   roundmode.s 
	                                                   selectorbug.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/hppa/unsorted: align3.s 
	                                                      align4.s 
	                                                      brlenbug.s 
	                                                      common.s 
	                                                      fragbug.s 
	                                                      globalbug.s 
	                                                      importbug.s 
	                                                      labeldiffs.s 
	                                                      locallabel.s 
	                                                      ss_align.s 
	                                                      unsorted.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas/i386: amd.d amd.s float.l 
	                                             float.s general.l 
	                                             general.s i386.exp 
	                                             intel.d intel.s 
	                                             intelpic.d 
	                                             intelpic.s inval.l 
	                                             inval.s jump.d 
	                                             jump.s jump16.d 
	                                             jump16.s katmai.d 
	                                             katmai.s modrm.l 
	                                             modrm.s naked.d 
	                                             naked.s opcode.d 
	                                             opcode.s prefix.d 
	                                             prefix.s relax.d 
	                                             relax.s reloc.d 
	                                             reloc.s sse2.d 
	                                             sse2.s ssemmx2.d 
	                                             ssemmx2.s white.l 
	                                             white.s x86_64.d 
	                                             x86_64.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/ia64: dv-branch.d 
	                                             dv-branch.s 
	                                             dv-entry-err.l 
	                                             dv-entry-err.s 
	                                             dv-imply.d 
	                                             dv-imply.s 
	                                             dv-mutex-err.l 
	                                             dv-mutex-err.s 
	                                             dv-mutex.d 
	                                             dv-mutex.s 
	                                             dv-raw-err.l 
	                                             dv-raw-err.s 
	                                             dv-safe.d dv-safe.s 
	                                             dv-srlz.d dv-srlz.s 
	                                             dv-war-err.l 
	                                             dv-war-err.s 
	                                             dv-waw-err.l 
	                                             dv-waw-err.s 
	                                             fixup-dump.pl 
	                                             ia64.exp 
	                                             opc-a-err.l 
	                                             opc-a-err.s opc-a.d 
	                                             opc-a.pl opc-a.s 
	                                             opc-b.d opc-b.pl 
	                                             opc-b.s opc-f.d 
	                                             opc-f.pl opc-f.s 
	                                             opc-i.d opc-i.pl 
	                                             opc-i.s opc-m.d 
	                                             opc-m.pl opc-m.s 
	                                             opc-x.d opc-x.s 
	                                             regs.d regs.pl 
	                                             regs.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/ieee-fp: x930509a.exp 
	                                                x930509a.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/m32r: allinsn.d 
	                                             allinsn.exp 
	                                             allinsn.s error.exp 
	                                             fslot.d fslot.s 
	                                             fslotx.d fslotx.s 
	                                             high-1.d high-1.s 
	                                             interfere.s 
	                                             m32r.exp m32rx.d 
	                                             m32rx.exp m32rx.s 
	                                             outofrange.s 
	                                             relax-1.d relax-1.s 
	                                             relax-2.d relax-2.s 
	                                             uppercase.d 
	                                             uppercase.s 
	                                             wrongsize.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/m68hc11: all.exp 
	                                                all_insns.d 
	                                                all_insns.s 
	                                                insns-dwarf2.d 
	                                                insns.d insns.s 
	                                                lbranch-dwarf2.d 
	                                                lbranch.d 
	                                                lbranch.s 
	                                                malis-include.s 
	                                                malis.d malis.s 
	                                                opers12-dwarf2.d 
	                                                opers12.d 
	                                                opers12.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/m68k: all.exp bitfield.d 
	                                             bitfield.s cas.d 
	                                             cas.s disperr.s 
	                                             fmoveml.d fmoveml.s 
	                                             link.d link.s 
	                                             op68000.d 
	                                             operands.d 
	                                             operands.s p2410.s 
	                                             p2663.s pcrel.d 
	                                             pcrel.s pic1.s t2.d 
	                                             t2.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/m68k-coff: gas.exp 
	                                                  p2389.s 
	                                                  p2389a.s 
	                                                  p2430.s 
	                                                  p2430a.s t1.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/m88k: init.d init.s 
	                                             m88k.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas/macros: err.s irp.d irp.s 
	                                               macros.exp rept.d 
	                                               rept.s semi.d 
	                                               semi.s strings.d 
	                                               strings.s test1.d 
	                                               test1.s test2.d 
	                                               test2.s test3.d 
	                                               test3.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/mcore: allinsn.d 
	                                              allinsn.exp 
	                                              allinsn.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/mips: abs.d abs.s add.d 
	                                             add.s and.d and.s 
	                                             beq.d beq.s bge.d 
	                                             bge.s bgeu.d bgeu.s 
	                                             blt.d blt.s bltu.d 
	                                             bltu.s break20.d 
	                                             break20.s delay.d 
	                                             delay.s 
	                                             div-ilocks.d div.d 
	                                             div.s dli.d dli.s 
	                                             e32-rel2.d 
	                                             e32el-rel2.d 
	                                             elf-rel.d elf-rel.s 
	                                             elf-rel2.d 
	                                             elf-rel2.s 
	                                             elf-rel3.d 
	                                             elf-rel3.s 
	                                             elf_e_flags.c 
	                                             elf_e_flags.s 
	                                             elf_e_flags1.d 
	                                             elf_e_flags2.d 
	                                             elf_e_flags3.d 
	                                             elf_e_flags4.d 
	                                             elfel-rel.d 
	                                             elfel-rel2.d 
	                                             elfel-rel3.d 
	                                             elfel-rel3.s 
	                                             empic.d empic.s 
	                                             itbl itbl.s 
	                                             jal-empic.d 
	                                             jal-svr4pic.d 
	                                             jal-svr4pic.s 
	                                             jal-xgot.d jal.d 
	                                             jal.s la-empic.d 
	                                             la-empic.s 
	                                             la-svr4pic.d 
	                                             la-xgot.d la.d la.s 
	                                             lb-empic.d lb-pic.s 
	                                             lb-svr4pic.d 
	                                             lb-xgot-ilocks.d 
	                                             lb-xgot.d lb.d lb.s 
	                                             ld-empic.d 
	                                             ld-ilocks-addr32.d 
	                                             ld-ilocks.d 
	                                             ld-pic.s 
	                                             ld-svr4pic.d 
	                                             ld-xgot.d ld.d ld.s 
	                                             li.d li.s 
	                                             lif-empic.d 
	                                             lif-svr4pic.d 
	                                             lif-xgot.d 
	                                             lifloat.d lifloat.s 
	                                             lineno.d lineno.s 
	                                             mips.exp mips16-e.d 
	                                             mips16-e.s 
	                                             mips16-f.d 
	                                             mips16-f.s mips16.d 
	                                             mips16.s mips32.d 
	                                             mips32.s mips4.d 
	                                             mips4.s mips4010.d 
	                                             mips4010.s 
	                                             mips4100.d 
	                                             mips4100.s 
	                                             mips4650.d 
	                                             mips4650.s mips64.d 
	                                             mips64.s 
	                                             mipsel16-f.d 
	                                             mul-ilocks.d mul.d 
	                                             mul.s nodelay.d 
	                                             rol.d rol.s sb.d 
	                                             sb.s sync.d sync.s 
	                                             telempic.d tempic.d 
	                                             tmips16-e.d 
	                                             tmipsel16-e.d 
	                                             trap20.d trap20.s 
	                                             trunc.d trunc.s 
	                                             uld.d uld.s 
	                                             ulh-empic.d 
	                                             ulh-pic.s 
	                                             ulh-svr4pic.d 
	                                             ulh-xgot.d ulh.d 
	                                             ulh.s ulw.d ulw.s 
	                                             usd.d usd.s ush.d 
	                                             ush.s usw.d usw.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/mn10200: add.s basic.exp 
	                                                bcc.s bccx.s 
	                                                bit.s cmp.s 
	                                                ext.s logical.s 
	                                                mov1.s mov2.s 
	                                                mov3.s mov4.s 
	                                                movb.s movbu.s 
	                                                movx.s muldiv.s 
	                                                other.s shift.s 
	                                                sub.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/mn10300: add.s am33.s 
	                                                am33_2.s 
	                                                am33_3.s 
	                                                am33_4.s 
	                                                am33_5.s 
	                                                am33_6.s 
	                                                am33_7.s 
	                                                am33_8.s 
	                                                basic.exp bcc.s 
	                                                bit.s cmp.s 
	                                                ext.s extend.s 
	                                                logical.s loop.s 
	                                                mov1.s mov2.s 
	                                                mov3.s mov4.s 
	                                                movbu.s movhu.s 
	                                                movm.s muldiv.s 
	                                                other.s shift.s 
	                                                sub.s udf.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/mri: char.d char.s 
	                                            comment.d comment.s 
	                                            common.d common.s 
	                                            constants.d 
	                                            constants.s empty.s 
	                                            equ.d equ.s expr.d 
	                                            expr.s float.d 
	                                            float.s for.d for.s 
	                                            if.d if.s immconst.d 
	                                            label.d label.s 
	                                            moveml.d moveml.s 
	                                            mri.exp repeat.d 
	                                            repeat.s semi.d 
	                                            semi.s while.d 
	                                            while.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/pj: ops.d ops.s pj.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas/ppc: astest.d astest.s 
	                                            astest2.d astest2.s 
	                                            ppc.exp simpshft.d 
	                                            simpshft.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/sh: basic.exp err-1.s 
	                                           err.exp fp.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/sparc: asi.d asi.s 
	                                              membar.d membar.s 
	                                              mism-1.s 
	                                              mismatch.exp 
	                                              prefetch.d 
	                                              prefetch.s rdpr.d 
	                                              rdpr.s reloc64.d 
	                                              reloc64.s set64.d 
	                                              set64.s sparc.exp 
	                                              splet-2.d 
	                                              splet-2.s splet.d 
	                                              splet.s synth.d 
	                                              synth.s synth64.d 
	                                              synth64.s 
	                                              unalign.d 
	                                              unalign.s wrpr.d 
	                                              wrpr.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/sparc-solaris: addend.exp 
	                                                      addend.s 
	                                                      gas.exp 
	                                                      sol-cc.s 
	                                                      sol-gcc.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/sun4: addend.d addend.exp 
	                                             addend.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/symver: symver.exp 
	                                               symver0.d 
	                                               symver0.s 
	                                               symver1.d 
	                                               symver1.s 
	                                               symver2.l 
	                                               symver2.s 
	                                               symver3.l 
	                                               symver3.s 
	                                               symver4.l 
	                                               symver4.s 
	                                               symver5.l 
	                                               symver5.s 
	                                               symver6.l 
	                                               symver6.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/tic54x: address.d 
	                                               address.s 
	                                               addrfar.d align.d 
	                                               align.s 
	                                               all-opcodes.d 
	                                               all-opcodes.s 
	                                               asg.d asg.s 
	                                               cons.d cons.s 
	                                               consfar.d 
	                                               extaddr.d 
	                                               extaddr.s field.d 
	                                               field.s 
	                                               in_mlib.asm 
	                                               labels.d 
	                                               labels.inc 
	                                               labels.s loop.d 
	                                               loop.s lp.d lp.s 
	                                               macro.d macro.s 
	                                               macro1.s 
	                                               macros.lib math.d 
	                                               math.s opcodes.d 
	                                               opcodes.s 
	                                               sections.d 
	                                               sections.s set.d 
	                                               set.s struct.d 
	                                               struct.s subsym.d 
	                                               subsym.s 
	                                               subsym1.s 
	                                               tic54x.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas/tic80: add.d add.lst 
	                                              add.s align.d 
	                                              align.lst align.s 
	                                              bitnum.d 
	                                              bitnum.lst 
	                                              bitnum.s ccode.d 
	                                              ccode.lst ccode.s 
	                                              cregops.d 
	                                              cregops.lst 
	                                              cregops.s 
	                                              endmask.d 
	                                              endmask.lst 
	                                              endmask.s float.d 
	                                              float.lst float.s 
	                                              regops.d 
	                                              regops.lst 
	                                              regops.s regops2.d 
	                                              regops2.lst 
	                                              regops2.s 
	                                              regops3.d 
	                                              regops3.lst 
	                                              regops3.s 
	                                              regops4.d 
	                                              regops4.lst 
	                                              regops4.s 
	                                              relocs1.c 
	                                              relocs1.d 
	                                              relocs1.lst 
	                                              relocs1.s 
	                                              relocs1b.d 
	                                              relocs2.c 
	                                              relocs2.d 
	                                              relocs2.lst 
	                                              relocs2.s 
	                                              relocs2b.d 
	                                              tic80.exp 
	gnu/usr.bin/binutils/gas/testsuite/gas/v850: arith.s basic.exp 
	                                             bit.s branch.s 
	                                             compare.s fepsw.s 
	                                             hilo.s hilo2.s 
	                                             jumps.s logical.s 
	                                             mem.s misc.s move.s 
	                                             range.s reloc.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/vax: quad.exp quad.s 
	gnu/usr.bin/binutils/gas/testsuite/gas/vtable: entry0.d entry0.s 
	                                               entry1.d entry1.s 
	                                               inherit0.d 
	                                               inherit0.s 
	                                               inherit1.l 
	                                               inherit1.s 
	                                               vtable.exp 
	gnu/usr.bin/binutils/gas/testsuite/gasp: INC1.H INC2.H 
	                                         assign.asm assign.err 
	                                         assign.out condass.asm 
	                                         condass.err condass.out 
	                                         crash.asm crash.err 
	                                         crash.out crash1.asm 
	                                         crash1.err crash1.out 
	                                         crash2.asm crash2.err 
	                                         crash2.out data.asm 
	                                         data.err data.out 
	                                         exp.asm exp.err exp.out 
	                                         gasp.exp include.asm 
	                                         include.err include.out 
	                                         listing.asm listing.err 
	                                         listing.out macro.asm 
	                                         macro.err macro.out 
	                                         mdouble.asm mdouble.err 
	                                         mdouble.out pl1.asm 
	                                         pl1.err pl1.out pl2.asm 
	                                         pl2.err pl2.out pl3.asm 
	                                         pl3.err pl3.out pl4.asm 
	                                         pl4.err pl4.out pl5.asm 
	                                         pl5.err pl5.out pl6.asm 
	                                         pl6.err pl6.out pl7.asm 
	                                         pl7.err pl7.out pl8.asm 
	                                         pl8.err pl8.out 
	                                         pr7583.asm pr7583.err 
	                                         pr7583.out reg.asm 
	                                         reg.err reg.out rep.asm 
	                                         rep.err rep.out 
	                                         repeat.asm repeat.err 
	                                         repeat.out reperr.asm 
	                                         reperr.err reperr.out 
	                                         reperr1.asm reperr1.err 
	                                         reperr1.out reperr2.asm 
	                                         reperr2.err reperr2.out 
	                                         reperr3.asm reperr3.err 
	                                         reperr3.out sdata.asm 
	                                         sdata.err sdata.out 
	                                         sfunc.asm sfunc.err 
	                                         sfunc.out t1.asm t1.err 
	                                         t1.out t2.asm t2.err 
	                                         t2.out t3.asm t3.err 
	                                         t3.out while.asm 
	                                         while.err while.out 
	gnu/usr.bin/binutils/gas/testsuite/gasp/mri: embed.asm embed.out 
	                                             exists.asm 
	                                             exists.out irp.asm 
	                                             irp.out irpc.asm 
	                                             irpc.out macro.asm 
	                                             macro.out narg.asm 
	                                             narg.out rept.asm 
	                                             rept.out 
	gnu/usr.bin/binutils/gas/testsuite/lib: doboth doobjcmp 
	                                        dostriptest dotest 
	                                        dounsreloc dounssym 
	                                        gas-defs.exp gas-dg.exp 
	                                        run 
	gnu/usr.bin/binutils/include: callback.h remote-sim.h sim-d10v.h 
	gnu/usr.bin/binutils/include/elf: arm-oabi.h 
	gnu/usr.bin/binutils/intl: stamp-h 
	gnu/usr.bin/binutils/ld: mpw-elfmips.c mpw-eppcmac.c mpw-esh.c 
	                         mpw-idtmips.c 
	gnu/usr.bin/binutils/ld/emulparams: armelf_linux26.sh 
	                                    elf32arc.sh mipseb_obsd.sh 
	                                    mipsel_obsd.sh 
	gnu/usr.bin/binutils/ld/emultempl: elfobsd.em 
	gnu/usr.bin/binutils/ld/scripttempl: elfppc.sc 
	gnu/usr.bin/binutils/ld/testsuite: ChangeLog 
	gnu/usr.bin/binutils/ld/testsuite/config: default.exp 
	gnu/usr.bin/binutils/ld/testsuite/ld-bootstrap: bootstrap.exp 
	gnu/usr.bin/binutils/ld/testsuite/ld-cdtest: cdtest-bar.cc 
	                                             cdtest-foo.cc 
	                                             cdtest-foo.h 
	                                             cdtest-main.cc 
	                                             cdtest.dat 
	                                             cdtest.exp 
	gnu/usr.bin/binutils/ld/testsuite/ld-checks: asm.s checks.exp 
	                                             script 
	gnu/usr.bin/binutils/ld/testsuite/ld-elfvers: vers.exp vers1.c 
	                                              vers1.dsym 
	                                              vers1.map 
	                                              vers1.sym 
	                                              vers1.ver 
	                                              vers13.asym 
	                                              vers15.c 
	                                              vers15.dsym 
	                                              vers15.sym 
	                                              vers15.ver 
	                                              vers16.c 
	                                              vers16.dsym 
	                                              vers16.map 
	                                              vers16a.c 
	                                              vers16a.dsym 
	                                              vers16a.ver 
	                                              vers17.c 
	                                              vers17.dsym 
	                                              vers17.map 
	                                              vers17.ver 
	                                              vers18.c 
	                                              vers18.dsym 
	                                              vers18.map 
	                                              vers18.sym 
	                                              vers18.ver 
	                                              vers19.c 
	                                              vers19.dsym 
	                                              vers19.ver vers2.c 
	                                              vers2.dsym 
	                                              vers2.map 
	                                              vers2.ver vers3.c 
	                                              vers3.dsym 
	                                              vers3.ver vers4.c 
	                                              vers4.sym 
	                                              vers4a.dsym 
	                                              vers4a.sym 
	                                              vers4a.ver vers5.c 
	                                              vers6.c vers6.dsym 
	                                              vers6.sym 
	                                              vers6.ver vers7.c 
	                                              vers7.map vers7a.c 
	                                              vers7a.dsym 
	                                              vers7a.sym 
	                                              vers7a.ver vers8.c 
	                                              vers8.map 
	                                              vers8.ver vers9.c 
	                                              vers9.dsym 
	                                              vers9.sym 
	                                              vers9.ver 
	gnu/usr.bin/binutils/ld/testsuite/ld-elfvsb: elf-offset.ld 
	                                             elfvsb.dat 
	                                             elfvsb.exp main.c 
	                                             sh1.c sh2.c 
	gnu/usr.bin/binutils/ld/testsuite/ld-empic: empic.exp relax.t 
	                                            relax1.c relax2.c 
	                                            relax3.c relax4.c 
	                                            run.c runtest1.c 
	                                            runtest2.c 
	                                            runtesti.s 
	gnu/usr.bin/binutils/ld/testsuite/ld-scripts: cross1.c cross1.t 
	                                              cross2.c cross2.t 
	                                              cross3.c 
	                                              crossref.exp 
	                                              defined.exp 
	                                              defined.s 
	                                              defined.t 
	                                              phdrs.exp phdrs.s 
	                                              phdrs.t script.exp 
	                                              script.s script.t 
	                                              scriptm.t 
	                                              sizeof.exp 
	                                              sizeof.s sizeof.t 
	                                              weak.exp weak.t 
	                                              weak1.s weak2.s 
	gnu/usr.bin/binutils/ld/testsuite/ld-selective: 1.c 2.c 3.cc 
	                                                4.cc 5.cc 
	                                                selective.exp 
	gnu/usr.bin/binutils/ld/testsuite/ld-sh: sh.exp sh1.s sh2.c 
	                                         start.s 
	gnu/usr.bin/binutils/ld/testsuite/ld-shared: elf-offset.ld 
	                                             main.c sh1.c sh2.c 
	                                             shared.dat 
	                                             shared.exp sun4.dat 
	                                             symbolic.dat 
	                                             xcoff.dat 
	gnu/usr.bin/binutils/ld/testsuite/ld-srec: sr1.c sr2.c sr3.cc 
	                                           srec.exp 
	gnu/usr.bin/binutils/ld/testsuite/ld-undefined: undefined.c 
	                                                undefined.exp 
	                                                weak-undef.exp 
	                                                weak-undef.s 
	                                                weak-undef.t 
	gnu/usr.bin/binutils/ld/testsuite/ld-versados: t1-1.ro t1-2.ro 
	                                               t1.ld t1.ook 
	                                               t2-1.ro t2-2.ro 
	                                               t2-3.ro t2.ld 
	                                               t2.ook 
	                                               versados.exp 
	gnu/usr.bin/binutils/ld/testsuite/lib: ld-lib.exp 
	gnu/usr.bin/binutils/libiberty: _doprnt.c acconfig.h aclocal.m4 
	                                asprintf.c bsearch.c calloc.c 
	                                config.in configure 
	                                copying-lib.texi cp-demangle.c 
	                                dyn-string.c ffs.c fibheap.c 
	                                fnmatch.txh functions.texi 
	                                gather-docs getpwd.c hashtab.c 
	                                lbasename.c libiberty.texi 
	                                lrealpath.c maint-tool 
	                                make-relative-prefix.c 
	                                make-temp-file.c md5.c mempcpy.c 
	                                mkstemps.c obstacks.texi 
	                                partition.c pex-common.h 
	                                pex-djgpp.c pex-mpw.c 
	                                pex-msdos.c pex-os2.c pex-unix.c 
	                                pex-win32.c pexecute.txh 
	                                physmem.c putenv.c regex.c 
	                                safe-ctype.c setenv.c snprintf.c 
	                                sort.c splay-tree.c stpcpy.c 
	                                stpncpy.c strncmp.c ternary.c 
	                                vsnprintf.c xmemdup.c 
	gnu/usr.bin/binutils/libiberty/config: mh-fbsd21 mh-openedition 
	gnu/usr.bin/binutils/mmalloc: COPYING.LIB ChangeLog Makefile.in 
	                              TODO attach.c configure 
	                              configure.in detach.c keys.c 
	                              mcalloc.c mfree.c mm.c mmalloc.c 
	                              mmalloc.h mmalloc.texi mmap-sup.c 
	                              mmcheck.c mmemalign.c mmprivate.h 
	                              mmstats.c mmtrace.awk mmtrace.c 
	                              mrealloc.c mvalloc.c sbrk-sup.c 

Log message:
Resolve merge conflicts, adjust method of W^X handing (.sh files)
remove testsuites (not useable) remove mmalloc (not part of new binutils).


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 16:11:32

Modified files:
	gnu/usr.bin    : Makefile 
	include        : Makefile 

Log message:
Enable binutils for arm now that we have binutils 2.14.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 16:49:46

Modified files:
	sys/arch/amd64/stand/biosboot: Makefile 
	sys/arch/amd64/stand/boot: Makefile 
	sys/arch/amd64/stand/mbr: Makefile 
	sys/arch/amd64/stand/pxeboot: Makefile 

Log message:
Work arounda behaviour change in binutils-2.14, now  -m<...> -nostdlib
removes /usr/libdata from the script search path. add it back with a -L


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/17 17:57:51

Modified files:
	sys/scsi       : scsi_base.c scsiconf.h sd.c st.c 

Log message:
Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using
EJUSTRETURN and ERESTART instead. Delete unused SCSIRET_RETRY define.
From NetBSD.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 19:45:19

Modified files:
	gnu/usr.bin/binutils/binutils: Makefile.am Makefile.in 

Log message:
Do not install binutils nm/size, mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/17 19:57:20

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.i386 md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sparc md.sparc64 
	distrib/sets/lists/comp: md.alpha md.amd64 md.cats md.hppa 
	                         md.i386 md.macppc md.mvmeppc md.sparc 
	                         md.sparc64 mi 
	distrib/sets/lists/man: md.alpha md.amd64 md.cats md.hppa 
	                        md.i386 md.macppc md.mvmeppc md.sparc 
	                        md.sparc64 mi 

Log message:
sync, libiberty bump, binutils changes (non-split info pages, mmalloc gone)


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/05/17 20:05:52

Modified files:
	lib/libc/gen   : alloca.c elf_hash.c fnmatch.c fstab.c getcap.c 
	                 getgrent.c getgrouplist.c gethostname.c 
	                 getmntinfo.c getnetgrent.c getpagesize.c 
	                 getpwent.c getttyent.c getusershell.c glob.c 
	                 initgroups.c isctype.c login_cap.c nlist.c 
	                 opendir.c pause.c popen.c psignal.c pwcache.c 
	                 raise.c readdir.c rewinddir.c scandir.c 
	                 seekdir.c setjmperr.c setmode.c siginterrupt.c 
	                 sigsetops.c sleep.c strtofflags.c sysconf.c 
	                 sysctl.c syslog.c telldir.c times.c timezone.c 
	                 tolower_.c toupper_.c ttyname.c ttyslot.c 
	                 ualarm.c uname.c unvis.c usleep.c utime.c 
	                 valloc.c verr.c verrx.c vis.c vwarn.c vwarnx.c 
	                 wait.c wait3.c 

Log message:
ansify function definitions and zap some `register'

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/17 20:23:41

Modified files:
	sys/miscfs/nullfs: null_vfsops.c 

Log message:
fix memory leak, ok tedu@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/18 01:29:37

Modified files:
	.              : pkg-stable34.html 

Log message:
fix pkg paths, this is not 3.5 but 3.4. ok xsa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/18 02:38:28

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

Log message:
new MASTER_SITE_R5CONTRIB and sync _XCONTRIB sites;
ok pval@ sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/18 02:45:33

Modified files:
	astro/xphoon   : Makefile 
	audio/xcdplayer: Makefile 
	games/xasteroids: Makefile 
	mail/xlbiff    : Makefile 
	x11/bricons    : Makefile 
	x11/dclock     : Makefile 
	x11/olvwm      : Makefile 
	x11/swisswatch : Makefile 
	x11/xcoloredit : Makefile 
	x11/xloadimage : Makefile 
	x11/xpostit    : Makefile 

Log message:
use ${MASTER_SITE_R5CONTRIB}


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/18 04:31:09

Modified files:
	sys/netinet    : ip_output.c 

Log message:
fix size argument to ovbcopy() in ip_pcbopts(), found by Andrei Iltchenko
(FreeBSD PR 66386), ok markus@, otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/18 04:35:22

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
In DIOCCHANGERULE, move ticket increment above code that might free
the ruleset and invalidate the pointer. ok cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/18 04:54:08

Modified files:
	sbin/ifconfig  : ifconfig.8 ifconfig.c 
	sbin/mount     : getmntopts.c mntopts.h 
	sbin/mount_nfs : Makefile mount_nfs.c 
	sbin/mount_procfs: Makefile mount_procfs.c 
Removed files:
	sbin/mount_nfs : getmntopts.c mntopts.h 

Log message:
Trailers are really wonders of the past. Remove them from man page and
usage. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/18 05:07:54

Modified files:
	sbin/mount     : getmntopts.c mntopts.h 
	sbin/mount_nfs : Makefile mount_nfs.c 
	sbin/mount_procfs: Makefile mount_procfs.c 
Added files:
	sbin/mount_nfs : getmntopts.c mntopts.h 

Log message:
Backout changes accidentally committed in prvious commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/18 05:16:34

Modified files:
	sys/dev/isa    : if_ie.c 

Log message:
Be sure to initalized and use the "len" variable correctly in iestart();
from Thierry Herbelot (%thierry% at herbelot ding com).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/18 05:33:09

Modified files:
	net/nsd        : Makefile 
Added files:
	net/nsd/patches: patch-zlexer_lex patch-zparser_y 

Log message:
fix unknown RRs (from miek)


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/18 06:37:51

Modified files:
	sys/miscfs/fifofs: fifo_vnops.c 
	sys/miscfs/nullfs: null_vfsops.c 
	sys/miscfs/portal: portal_vnops.c 

Log message:
useless caddr_t casts removal, same sha1s


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/18 08:49:56

Modified files:
	sysutils/gkrellm/gkrellm: Makefile distinfo 
	sysutils/gkrellm/gkrellm/patches: patch-Makefile 
	                                  patch-server_Makefile 
	                                  patch-server_gkrellmd_h 
	sysutils/gkrellm/plugins: Makefile.inc 
	sysutils/gkrellm/plugins/mms: Makefile distinfo 
	sysutils/gkrellm/plugins/mss: Makefile distinfo 
	sysutils/gkrellm/plugins/mss/patches: patch-src_Makefile 
	sysutils/gkrellm/plugins/sun: Makefile distinfo 
	sysutils/gkrellm/plugins/sun/patches: patch-Makefile 
	                                      patch-gkrellsun_c 
	sysutils/gkrellm/plugins/volume: Makefile distinfo 
	sysutils/gkrellm/plugins/wireless: Makefile distinfo 
Removed files:
	sysutils/gkrellm/plugins/sun/patches: patch-CalcEphem_c 

Log message:
Update to:
* gkrellm 2.2.0
* mms 2.1.19
* mss 2.5
* sun 0.11.0
* volume 2.1.9
* wireless 2.0.3

This also updates the dependancy on gkrellm to a minimum of 2.2.0, since
there are several updates that require some of the new functions.

From: Peter Hessler <spambox@theapt.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/18 10:45:47

Modified files:
	etc            : Makefile ttys.pty 

Log message:
generate entries for all of the ptys after more were added, ok deraadt millert


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/18 10:50:31

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

Log message:
fix includes scoping; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/05/18 11:25:18

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

Log message:
sendto() return code fixes; from andreq matveev
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/18 12:24:49

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add ahd, remove non-existent PERC 3/QC.  ok deraadt@ henning@ krw@ bob@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/18 12:26:01

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

Log message:
Regen.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 12:44:04

Modified files:
	fr             : amd64.html pkg-stable.html pkg-stable34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 12:44:29

Modified files:
	hu             : why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 12:44:39

Modified files:
	openssh/hu     : faq.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 12:44:49

Modified files:
	faq/hu         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 12:46:59

Modified files:
	faq/pl         : faq13.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 13:06:33

Modified files:
	faq/pf/id      : config.html macros.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/18 13:07:33

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

Log message:
use less mana devising ELF_TOOLCHAIN


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/18 13:14:43

Modified files:
	ja             : anoncvs.html cvsync.html donations.html 
	                 i386.html index.html mail.html orders.html 
	                 plat.html want.html why-cvs.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/18 14:52:48

Modified files:
	graphics/p5-Image-EXIF: Makefile 

Log message:
don't override compiler for perl modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/18 15:00:23

Modified files:
	net/wol        : Makefile distinfo 

Log message:
maintenance update to 0.7.1; from Johan Fredin <griffin@legonet.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/18 15:10:14

Modified files:
	sys/net        : if.h 
	sys/netinet    : if_ether.h 

Log message:
if_ether.h
add ETHER_MAX_LEN_JUMBO, ETHER_VLAN_ENCAP_LEN, ETHER_ALIGN, and
ETHERMTU_JUMBO constants.

if.h
add a few more interface capabilities flags.

Some from NetBSD, some from FreeBSD.

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/05/18 15:19:35

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

Log message:
Check for and handle interface CRC errors.
testing by me, pval, nick, others...
ok jason@, marco@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/18 15:30:28

Modified files:
	.              : donations.html 

Log message:
More paypal


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/05/18 16:37:25

Modified files:
	sys/dev/ic     : fxp.c fxpvar.h 
	sys/dev/pci    : if_fxp_pci.c 

Log message:
fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode
on cards that have issues with this creating pci errors in 10 mbps mode
tested by many, including me, nick, and pval.
ok jason@, markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/18 17:06:55

Modified files:
	x11/xglobe/files: OpenBSD-markers 

Log message:
Add me

ok pval


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/18 17:26:33

Modified files:
	devel/darcs    : Makefile distinfo 
	devel/darcs/pkg: PLIST 

Log message:
Update darcs to 0.9.20, bug fix release

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/18 17:30:46

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/patches: patch-ltmain_sh 
	net/curl/pkg   : PLIST 

Log message:
upgrade to cURL 7.11.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/18 17:35:35

Modified files:
	graphics/tiff  : Makefile 
Added files:
	graphics/tiff/patches: patch-libtiff_tif_fax3_c 

Log message:
Add a patch to fix libtiff 3.6.1 with HylaFAX.

http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
http://bugzilla.remotesensing.org/show_bug.cgi?id=483

Thanks to Uwe Dippel <udippel at uniten dot edu dot my> for
bringing this to my attention.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/18 17:38:50

Modified files:
	graphics/tiff  : Tag: OPENBSD_3_5 Makefile 
Added files:
	graphics/tiff/patches: Tag: OPENBSD_3_5 patch-libtiff_tif_fax3_c 

Log message:
Add a patch to fix libtiff 3.6.1 with HylaFAX.

http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
http://bugzilla.remotesensing.org/show_bug.cgi?id=483

Thanks to Uwe Dippel <udippel at uniten dot edu dot my> for
bringing this to my attention.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/18 18:32:50

Modified files:
	devel/binutils/stable/patches: patch-ld_emultempl_elf32_em 

Log message:
remove the disabled DO_FORCE_VERS chunks of this patch.

reminded by drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/18 18:35:18

Modified files:
	sys/dev/microcode/aic7xxx: Makefile aic79xx.reg aic79xx.seq 
	                           aic79xx_seq.h 
Added files:
	sys/dev/microcode/aic7xxx: aic79xx_reg.h 

Log message:
Add missing aic79xx_reg.h file. Update aic79xx* files to latest
FreeBSD versions in preparation for ahd. Update Makefile to generate
aic79xx* files.

ok marco@, tested by Milos Urbanek.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/18 20:32:36

Modified files:
	usr.bin/file   : Makefile apprentice.c ascmagic.c compress.c 
	                 config.h file.c file.h fsmagic.c internat.c 
	                 is_tar.c names.h patchlevel.h print.c readelf.c 
	                 readelf.h softmagic.c tar.h 
Added files:
	usr.bin/file   : funcs.c 

Log message:
big update to file 4.09.  ok ian@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/18 20:34:27

Added files:
	usr.bin/file   : magic.c magic.h 

Log message:
file 4.09


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/18 20:36:26

Modified files:
	usr.bin/file   : funcs.c magic.c magic.h 
Removed files:
	usr.bin/file   : internat.c 

Log message:
remove old file, rcsids


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/18 21:17:07

Modified files:
	sys/arch/arm/arm: arm32_machdep.c ast.c cpufunc.c db_trace.c 
	                  sys_machdep.c vm_machdep.c 
	sys/arch/arm/footbridge: footbridge.c footbridge.h 
	                         footbridge_clock.c footbridge_com.c 
	                         footbridge_irqhandler.c 
	                         footbridge_pci.c todclock.c 
	                         todclockvar.h 
	sys/arch/arm/footbridge/isa: dsrtc.c isa_machdep.c sysbeep_isa.c 
	sys/arch/arm/include: bus.h cpu.h cpufunc.h db_machdep.h 
	                      disklabel.h float.h frame.h machdep.h 
	                      param.h rtc.h sysarch.h undefined.h 
	sys/arch/arm/mainbus: mainbus.c 

Log message:
de __P of sys/arch/arm.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/18 21:21:50

Modified files:
	faq            : faq10.html 

Log message:
Improve info on chroot(2)ing Apache apps.
Funny, content improves when the author has actual real-life application.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/18 22:11:31

Modified files:
	sys/arch/cats/include: bootconfig.h 
	sys/arch/cats/pci: pcib.c pciide_machdep.c 

Log message:
de __P of sys/arch/cats.


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/18 23:05:54

Modified files:
	.              : press.html 

Log message:
various fixes and cleanups


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/18 23:24:39

Modified files:
	devel/binutils/stable/patches: patch-ld_emultempl_elf32_em 

Log message:
remove a bit more


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/05/18 23:33:25

Modified files:
	.              : press.html 

Log message:
add several articles; from grey with tweaks by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/18 23:44:12

Modified files:
	mail/postfix/stable: Makefile distinfo 
	mail/postfix/stable/patches: patch-master.cf 

Log message:
update to IPv6+TLS patch v1.24


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/19 00:15:57

Modified files:
	devel/idoc     : Makefile 

Log message:
MACHINE -> MACHINE_ARCH

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/19 03:20:29

Log message:
    Initial import of Class-Accessor 0.19
    
    This module automagically generates accessor/mutators for your class.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-19
    
    N ports/devel/p5-Class-Accessor/distinfo
    N ports/devel/p5-Class-Accessor/Makefile
    N ports/devel/p5-Class-Accessor/pkg/DESCR
    N ports/devel/p5-Class-Accessor/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/19 03:21:59

Log message:
    Initial import of Class-Trigger 0.08
    
    Class::Trigger is a mixin class to add / call triggers (or
    hooks) that get called at some points you specify.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-19
    
    N ports/devel/p5-Class-Trigger/distinfo
    N ports/devel/p5-Class-Trigger/Makefile
    N ports/devel/p5-Class-Trigger/pkg/DESCR
    N ports/devel/p5-Class-Trigger/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/19 03:23:30

Log message:
    Initial import of Class-WhiteHole 0.04
    
    Its possible to accidentally inherit an AUTOLOAD method.  Often this
    will happen if a class somewhere in the chain uses AutoLoader or defines
    one of their own.  This can lead to confusing error messages when method
    lookups fail.
    
    Sometimes you want to avoid this accidental inheritance.  In that case,
    inherit from Class::WhiteHole.  All unhandled methods will produce
    normal Perl error messages.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-19
    
    N ports/devel/p5-Class-WhiteHole/distinfo
    N ports/devel/p5-Class-WhiteHole/Makefile
    N ports/devel/p5-Class-WhiteHole/pkg/DESCR
    N ports/devel/p5-Class-WhiteHole/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/19 03:25:53

Modified files:
	devel          : Makefile 

Log message:
+p5-Class-Accessor
+p5-Class-Trigger
+p5-Class-Whitehole


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/19 03:28:52

Modified files:
	devel          : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/19 05:37:00

Modified files:
	sys/dev/ic     : dcreg.h rtl81x9.c rtl81x9reg.h 
	sys/dev/pci    : if_bgereg.h if_em.h if_lgereg.h if_ngereg.h 
	                 if_sfreg.h if_sisreg.h if_skreg.h if_stereg.h 
	                 if_tireg.h if_vrreg.h if_wbreg.h 
	sys/dev/usb    : if_auereg.h if_axereg.h if_cuereg.h if_kuereg.h 
	                 if_urlreg.h 

Log message:
remove duplication, use ETHER_ALIGN from if_ether.h


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/19 05:51:56

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

Log message:
unbreak by removing the 'nonexistant" PERC 3/QC here as well
we usually test compile at least a kernel before removing pcidevs shitz...
the carrot goes to marco's nose


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/19 06:11:34

Modified files:
	sys/dev/ic     : xlreg.h 

Log message:
another ETHER_ALIGN


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/19 06:17:33

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

Log message:
gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while
waiting for a command; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/19 06:19:14

Modified files:
	games/xchomp   : Makefile 

Log message:
use MASTER_SITE_R5CONTRIB;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/19 07:05:16

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
Add word boundary markers, so that the fast scanners get exactly what they
are supposed to.


CVSROOT:	/cvs
Module name:	src
Changes by:	biorn@cvs.openbsd.org	2004/05/19 08:20:30

Modified files:
	kerberosV/src/kdc: config.c kdc.8 kdc_locl.h kerberos5.c 
	kerberosV/src/lib/krb5: krb5-protos.h rd_req.c transited.c 

Log message:
Fix cross-realm trust vulnerability. Adapted from FreeBSD patch.

ok beck@ hin@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/05/19 08:30:26

Modified files:
	sbin/isakmpd   : ipsec.c isakmpd.c 

Log message:
Permit symbolic protocol and service names, such as "Protocol= tcp", in the
<IPsec-ID> sections. hshoexer@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/19 08:30:53

Modified files:
	sys/arch/mvme88k/mvme88k: pmap_table.c 

Log message:
No need to force a kernel mapping for the sram, the sram driver will do it
if necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/19 09:28:32

Modified files:
	gnu/usr.bin/cvs/src: server.c 

Log message:
Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/19 10:58:36

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
New vendor iRiver and its mp3 players.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/19 10:59:31

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

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/19 11:01:21

Modified files:
	games/xneko    : Makefile 

Log message:
use BINOWN and BINMODE instead of hardcoding them; ok pvalchev@.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/05/19 11:48:19

Modified files:
	sys/netinet6   : nd6.c 

Log message:
do not loop on nd6_output() when transmission fails.  from kame


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/19 11:50:52

Modified files:
	sbin/pfctl     : parse.y pfctl.c pfctl.h pfctl_parser.c 
	                 pfctl_parser.h pfctl_table.c 
	sys/net        : if_pflog.c if_pflog.h pf.c pf_if.c pf_ioctl.c 
	                 pf_table.c pfvar.h 
	usr.sbin/authpf: authpf.c 

Log message:
Allow recursive anchors (anchors within anchors, up to 64
levels deep). More work required, but this is already
functional. authpf users will need to adjust their anchor
calls, but this will change again soon. ok beck@, cedric@,
henning@, mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/19 12:03:00

Modified files:
	net/neon       : Makefile distinfo 
	net/neon/pkg   : PFRAG.shared 

Log message:
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse,
thanks to Stefan Esser.  From Robert Nagy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/05/19 12:04:37

Modified files:
	net/cadaver    : Makefile distinfo 

Log message:
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse,
thanks to Stefan Esser. From Robert Nagy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/19 12:16:59

Modified files:
	net/neon       : Tag: OPENBSD_3_5 Makefile distinfo 
	net/neon/pkg   : Tag: OPENBSD_3_5 PFRAG.shared 

Log message:
update to 0.24.6:
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/19 12:17:00

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

Log message:
stupid typo that prevented i686 pagezero code from being used.  from art


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/19 12:25:47

Modified files:
	net/neon       : Tag: OPENBSD_3_4 Makefile distinfo 
	net/neon/pkg   : Tag: OPENBSD_3_4 PFRAG.shared 

Log message:
update to 0.24.6:
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/19 12:33:02

Modified files:
	net/cadaver    : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
update to 0.22.2;
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse
(because of included libneon)

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/19 12:36:40

Modified files:
	net/cadaver    : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
update to 0.22.2;
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse
(because of included libneon)

ok brad@


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/05/19 13:25:00

Modified files:
	.              : mail.html 

Log message:
add description for ports-security


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/19 13:41:31

Modified files:
	fr             : donations.html macppc.html pkg-stable34.html 
	                 press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/05/19 14:13:21

Modified files:
	.              : ports.html 

Log message:
add ports-security


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/19 14:27:48

Modified files:
	faq            : faq10.html 

Log message:
remove extra word. ok nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/19 15:13:34

Log message:
    Initial import of YAML-0.35
    
    YAML is a generic data serialization language that is optimized for
    human readability. It can be used to express the data structures of most
    modern programming languages.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_19
    
    N ports/devel/p5-YAML/distinfo
    N ports/devel/p5-YAML/Makefile
    N ports/devel/p5-YAML/patches/patch-Makefile_PL
    N ports/devel/p5-YAML/pkg/PLIST
    N ports/devel/p5-YAML/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/19 15:15:48

Log message:
    Initial import of B-Deobfuscate-0.10
    
    B::DeObfuscate is a backend module for the Perl compiler that generates
    perl source code, based on the internal compiled structure that perl
    itself creates after parsing a program. It adds symbol renaming
    functions to the B::Deparse module. An obfuscated program is already
    parsed and interpreted correctly by the B::Deparse program.
    Unfortunately, if the obfuscation involved variable renaming then the
    resulting program also has obfuscated symbols.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_19
    
    N ports/devel/p5-B-Deobfuscate/Makefile
    N ports/devel/p5-B-Deobfuscate/distinfo
    N ports/devel/p5-B-Deobfuscate/pkg/PLIST
    N ports/devel/p5-B-Deobfuscate/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/19 15:17:06

Log message:
    Initial import of B-Keywords-0.06
    
    B::Keywords supplies lists of keywords used inside the perl language.
    It is used by modules like B::Deparse and B::Deobfuscate
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_19
    
    N ports/devel/p5-B-Keywords/Makefile
    N ports/devel/p5-B-Keywords/distinfo
    N ports/devel/p5-B-Keywords/pkg/PLIST
    N ports/devel/p5-B-Keywords/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/19 15:19:29

Modified files:
	devel          : Makefile 

Log message:
+ p5-B-Deobfuscate
+ p5-B-Keywords
+ p5-YAML

ok sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/19 15:21:43

Modified files:
	devel/p5-B-Deobfuscate/pkg: DESCR 

Log message:
Fix minor typo


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/19 15:35:28

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
In __builtin_saveregs(), initialize __va_stk to a correct value.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/19 15:38:03

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
When passing a variable of 32 bytes or larger, as argument to a function,
pass all the subsequent arguments on the stack.
This is necessary for proper varargs operation, if used.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/19 15:40:30

Modified files:
	sys/arch/m88k/include: va-m88k.h 

Log message:
Rewrite va_arg() for correctness. Not only is the new code easier to read,
it also expands to faster code!


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/19 16:12:04

Modified files:
	gnu/usr.bin/binutils/include: getopt.h 

Log message:
Remove a build warning by reverting to old method of testing for
HAVE_DECL_GETOPT. pointed out by a few.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/19 16:45:25

Modified files:
	gnu/usr.bin/binutils/include: dis-asm.h 
	gnu/usr.bin/binutils/opcodes: Makefile.am Makefile.in 
Added files:
	gnu/usr.bin/binutils/opcodes: dis-init.c 

Log message:
Add dis-init.c from gdb 6.1.
ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/19 17:57:33

Modified files:
	gnu/usr.bin/binutils/ld/emultempl: elf32.em 

Log message:
remove the disabled DO_FORCE_VERS support.

ok drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/05/19 18:08:22

Modified files:
	lang/ghc       : Makefile 
	lang/ghc/patches: patch-mk_bootstrap_mk 

Log message:
Remove ld -no-keep-memory workaround for amd64, and use VMEM_WARNING instead.

ok pvalchev@ brad@


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/05/19 19:55:25

Modified files:
	openssh        : users.html 

Log message:
Later versions have it too; from fj at fjzone.org


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 20:02:12

Modified files:
	sys/scsi       : scsi_message.h 

Log message:
Add QAS phase which is required by ahd.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 21:04:38

Modified files:
	sys/conf       : files 

Log message:
Add ahd.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 21:05:29

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

Log message:
Add ahd.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 21:09:34

Added files:
	sys/dev/pci    : ahd_pci.c 

Log message:
Add ahd.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 21:11:45

Added files:
	sys/dev/ic     : aic79xx.c aic79xx.h aic79xx_inline.h 
	                 aic79xx_openbsd.c aic79xx_openbsd.h 

Log message:
Add ahd.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 22:35:47

Modified files:
	sys/dev/ic     : aic79xx_openbsd.c aic79xx_openbsd.h aic79xx.c 
	                 aic79xx.h aic79xx_inline.h 

Log message:
Remove bogus $Id.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/19 22:36:19

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

Log message:
Remove bogus $Id.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/20 01:57:03

Modified files:
	faq            : faq12.html 

Log message:
typo. ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/05/20 02:46:50

Modified files:
	libexec/mail.local: mail.local.8 

Log message:
Grammar nit.

ok david@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/20 03:20:42

Modified files:
	sys/arch/amd64/include: pmap.h 
	sys/arch/sparc/include: pmap.h 
	sys/miscfs/procfs: procfs_mem.c 
	sys/arch/alpha/include: pmap.h 
	sys/arch/arm/include: pmap.h 
	sys/arch/hp300/hp300: locore.s sys_machdep.c 
	sys/arch/hp300/include: cpu.h 
	sys/arch/hppa/include: pmap.h 
	sys/arch/i386/include: pmap.h 
	sys/arch/luna88k/include: pmap.h 
	sys/arch/m68k/include: pmap_motorola.h 
	sys/arch/m68k/m68k: pmap_motorola.c 
	sys/arch/mac68k/include: cpu.h 
	sys/arch/mac68k/mac68k: locore.s sys_machdep.c 
	sys/arch/mvme68k/include: cpu.h 
	sys/arch/mvme68k/mvme68k: locore.s sys_machdep.c 
	sys/arch/mvme88k/include: pmap.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/powerpc/powerpc: pmap.c 
	sys/arch/sparc64/include: pmap.h 
	sys/arch/vax/include: pmap.h 

Log message:
Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc
and m68k.
ok drahn@, millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/20 03:53:15

Modified files:
	de             : donations.html errata.html errata33.html 
	                 errata34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/20 03:58:27

Modified files:
	fr             : i386.html mail.html ports.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/20 03:58:37

Modified files:
	openssh/fr     : users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/20 03:58:51

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

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/20 03:59:03

Modified files:
	faq/pf/fr      : pools.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:44:46

Log message:
    Initial import of SQL-Abstract 1.15
    
    This module generates SQL, while retaining complete control
    over statement handles and uses the DBI interface. The
    underlying idea is for this module to do what you mean,
    based on the data structures you provide it. The big
    advantage is that you don't have to modify your code every
    time your data changes, as this module figures it out.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-20
    
    N ports/devel/p5-SQL-Abstract/distinfo
    N ports/devel/p5-SQL-Abstract/Makefile
    N ports/devel/p5-SQL-Abstract/pkg/DESCR
    N ports/devel/p5-SQL-Abstract/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:46:41

Log message:
    Initial import of DBIx-ContectualFetch 1.01
    
    DBIx::ContextualFetch redefines some of the various fetch
    methods to add context sensitivity.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-20
    
    N ports/devel/p5-DBIx-ContextualFetch/distinfo
    N ports/devel/p5-DBIx-ContextualFetch/Makefile
    N ports/devel/p5-DBIx-ContextualFetch/pkg/PLIST
    N ports/devel/p5-DBIx-ContextualFetch/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:48:23

Log message:
    wrong category
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-20
    
    N ports/databases/p5-SQL-Abstract/distinfo
    N ports/databases/p5-SQL-Abstract/Makefile
    N ports/databases/p5-SQL-Abstract/pkg/DESCR
    N ports/databases/p5-SQL-Abstract/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:49:54

Log message:
    wrong category
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-20
    
    N ports/databases/p5-DBIx-ContextualFetch/distinfo
    N ports/databases/p5-DBIx-ContextualFetch/Makefile
    N ports/databases/p5-DBIx-ContextualFetch/pkg/PLIST
    N ports/databases/p5-DBIx-ContextualFetch/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:52:00

Log message:
    Initial import Data-Page 1.01
    
    When searching through large amounts of data, it is often the case that a
    result set is returned that is larger than we want to display on one page. This
    results in wanting to page through various pages of data. The maths behind this
    is unfortunately fiddly, hence this module.
    
    The main concept is that you pass in the number of total entries, the number of
    entries per page, and the current page number. You can then call methods to
    find out how many pages of information there are, and what number the first and
    last entries on the current page really are.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-20
    
    N ports/databases/p5-Data-Page/distinfo
    N ports/databases/p5-Data-Page/Makefile
    N ports/databases/p5-Data-Page/pkg/DESCR
    N ports/databases/p5-Data-Page/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:53:01

Removed files:
	devel/p5-DBIx-ContextualFetch: Makefile distinfo 
	devel/p5-DBIx-ContextualFetch/pkg: DESCR PLIST 
	devel/p5-SQL-Abstract: Makefile distinfo 
	devel/p5-SQL-Abstract/pkg: DESCR PLIST 

Log message:
these were imported into the wrong category, sorry


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 04:54:10

Modified files:
	databases      : Makefile 

Log message:
+p5-Data-Page
+p5-DBIx-ContextualFetch
+p5-SQL-Abstract


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/20 04:58:06

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

Log message:
Trivial type fix 0 -> '\0'; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 05:14:51

Log message:
    Initial import of UNIVERSAL-exports 0.03
    
    Lightweight universal exporting and requiring of variables.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-20
    
    N ports/devel/p5-Universal-exports/Makefile
    N ports/devel/p5-Universal-exports/distinfo
    N ports/devel/p5-Universal-exports/pkg/DESCR
    N ports/devel/p5-Universal-exports/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/20 05:16:49

Modified files:
	devel          : Makefile 

Log message:
+p5-Universal-exports


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/20 06:17:05

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

Log message:
check for strdup(3) failure was missing in one case, catched by
Andrey Matveev <andrushock@korovino.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/20 06:18:52

Modified files:
	sbin/pfctl     : pfctl_altq.c 

Log message:
bzero() ifr before use, From: Andrey Matveev <andrushock@korovino.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/20 09:26:13

Modified files:
	x11/xglobe/files: OpenBSD-markers 

Log message:
Add myself


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/20 10:42:54

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h vsvar.h 

Log message:
General cleanup before attempting to move towards bus_space and bus_dma.
Also fix an arithmetic bug which caused almost no harm by luck.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/20 10:43:51

Modified files:
	sys/arch/mvme68k/dev: vs.c 

Log message:
Fix arithmetic in vs_getiopb(), from mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/20 12:32:38

Modified files:
	sys/miscfs/fdesc: fdesc_vnops.c 
	sys/miscfs/kernfs: kernfs_vnops.c 
	sys/miscfs/nullfs: null_vfsops.c 
	sys/miscfs/portal: portal_vfsops.c 
	sys/miscfs/procfs: procfs_ctl.c procfs_vfsops.c procfs_vnops.c 
	sys/miscfs/umapfs: umap_vfsops.c 
	sys/miscfs/union: union_vfsops.c 

Log message:
remove more caddr_t


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/20 13:23:02

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_5 server.c 

Log message:
MFC:
Fix by millert@

Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/20 13:52:31

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_4 server.c 

Log message:
MFC:
Fix by millert@

Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/05/20 15:05:59

Modified files:
	.              : security.html errata34.html errata.html 

Log message:
New errata for recent CVS server buffer overflow.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2004/05/20 15:06:46

Modified files:
	sys/arch/amd64/amd64: gdt.c 
	sys/arch/amd64/include: gdt.h 

Log message:
Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table.
ok tom@ toby@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/20 15:16:48

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
More "can't help but clean things while reading".


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/20 15:19:26

Modified files:
	gnu/lib/libreadline: text.c 

Log message:
Correctly copy text into line buffer.
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2004/05/20 15:25:47

Modified files:
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.4/patches: patch-Makefile_in patch-tcl_m4 
	x11/tk/8.4/patches: patch-Makefile_in patch-configure_in 
	                    patch-tcl_m4 
	x11/tk/8.4/pkg : PFRAG.shared PLIST 

Log message:
Correctly configure tcl and tk 8.4 on architectures which lack shared
libraries, though hppa might need more work.

prodded by jolan@; ok jolan@ pval@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/20 15:33:55

Modified files:
	gnu/usr.bin/binutils/bfd: Makefile.am Makefile.in aoutx.h 
	                          config.bfd configure configure.in 
	                          libaout.h targets.c 
	gnu/usr.bin/binutils/bfd/po: SRC-POTFILES.in 
Added files:
	gnu/usr.bin/binutils/bfd: m88kopenbsd.c 

Log message:
bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together.
Gives us working objcopy, objdump, etc, and the ability to process core files
to some extent.

ok and pushed upstream kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/20 17:11:58

Modified files:
	devel/binutils/stable: Makefile 
	devel/binutils/stable/patches: patch-opcodes_Makefile_am 
Added files:
	devel/binutils/stable/files: dis-init.c 
	devel/binutils/stable/patches: patch-include_dis-asm_h 

Log message:
sync with in-tree binutils

Add dis-init.c from gdb 6.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/20 17:23:46

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Typo from Jared Yanovich phirerunner@comcast.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/20 18:07:02

Added files:
	devel/binutils/stable/patches: patch-include_getopt_h 

Log message:
sync with in-tree binutils

Remove a build warning by reverting to old method of testing for
HAVE_DECL_GETOPT. pointed out by a few.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/05/20 18:28:24

Modified files:
	openssh        : index.html portable.html 

Log message:
Add new mirror in Estonia (.ee) for both web pages and distribution files,
thanks to astharot at zone-h.org


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/05/20 20:11:33

Modified files:
	bin/cat        : cat.c 

Log message:
minor cleanups / shut up lint, ok pedro tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/20 23:40:38

Modified files:
	lib/libpcap    : gencode.c 

Log message:
add DLT_PPP_ETHER support

ok canacar@

From: Marc Huber <pppoe at pro-bono-publico dot de>


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/20 23:48:50

Modified files:
	usr.sbin/tcpdump: interface.h print-ppp.c tcpdump.c 

Log message:
add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().

ok canacar@

From: Marc Huber <pppoe at pro-bono-publico dot de>


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/05/21 01:07:00

Modified files:
	.              : vax.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/21 01:47:44

Modified files:
	openssh/de     : index.html unix.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/21 02:03:29

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
copy out relative anchor paths correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/21 02:43:03

Modified files:
	usr.bin/ssh    : kex.h moduli.c tildexpand.c 

Log message:
add prototypes for -Wall; ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/21 04:24:42

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h vsvar.h 

Log message:
More cleaning, better registers programming, better error messages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/21 04:48:48

Added files:
	x11/dclock/patches: patch-Dclock_c patch-Dclock_h patch-Makefile 
	                    patch-dclock_c 
Removed files:
	x11/dclock/patches: patch-aa patch-ab patch-ac patch-ad 

Log message:
respect CC; sync patches while here; okay sturm@.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/21 05:33:11

Modified files:
	usr.bin/ssh    : channels.c channels.h clientloop.c serverloop.c 
	                 ssh.1 

Log message:
bz #756: add support for the cancel-tcpip-forward request for the server and
the client (through the ~C commandline). reported by z3p AT twistedmatrix.com;
ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/21 05:33:16

Log message:
    Initial import of Universal-moniker-0.07
    
    Class names in Perl often don't sound great when spoken, or look good
    when written in prose.  For this reason, we tend to say things like
    "customer" or "basket" when we are referring to
    "My::Site::User::Customer" or "My::Site::Shop::Basket".  We thought it
    would be nice if our classes knew what we would prefer to call them.
    
    This module will add a "moniker" (and "plural_moniker") method to
    "UNIVERSAL", and so to every class or module.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_21
    
    N ports/devel/p5-Universal-moniker/distinfo
    N ports/devel/p5-Universal-moniker/Makefile
    N ports/devel/p5-Universal-moniker/pkg/PLIST
    N ports/devel/p5-Universal-moniker/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/21 05:34:39

Modified files:
	devel          : Makefile 

Log message:
+ p5-Universal-moniker


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/21 05:36:23

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
use 'mss' as lower limit, since 'ifp' might not be set; ok dhartmei@, henning@
report and test by mpf@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/21 05:48:56

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h control.c rde.c session.c 

Log message:
Add support for dynamic announcements. Usefule to annouce temporary
blackhole routes or to make network announcements dependent on a external
state (e.g. for carp setups) OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/21 05:52:32

Modified files:
	usr.sbin/bgpctl: bgpctl.c parser.c parser.h 

Log message:
Make it possible to add, delete, flush and show network announcements.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/21 05:58:32

Modified files:
	usr.sbin/bgpd  : log.c log.h 

Log message:
move the big name tables to the .h file, makes the .c easier


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/21 06:10:22

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Grrr. Forgot to cleanup dynamic announcements on shutdown.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/21 06:16:21

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-configure_in 
	                         patch-innobase_Makefile_in 
	                         patch-mysql-test_mysql-test-run_sh 
	                         patch-scripts_Makefile.in 
	                         patch-scripts_mysql_install_db.sh 
	                         patch-scripts_mysqld_safe_sh 
Removed files:
	databases/mysql/patches: patch-scripts_mysqlbug_sh 

Log message:
upgrade to MySQL 4.0.20


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/21 09:36:40

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 bgpd.h config.c parse.y rde.c rde.h 
	                 rde_attr.c rde_update.c 

Log message:
RFC 2796 bgp route reflector support. This is very useful in conjunction
with templates. looks good, go for it henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/21 10:01:14

Modified files:
	usr.sbin/bgpd  : log.h 

Log message:
Fix some gcc warnings in bgpctl because of the last commit. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/21 10:01:58

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

Log message:
Man page update to document the new network statements. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/21 11:00:09

Modified files:
	x11/icewm      : Makefile distinfo 
	x11/icewm/patches: patch-Makefile_in patch-doc_icewm-7_html 
	                   patch-lib_menu_in patch-src_default_h 
	                   patch-src_wmapp_cc patch-src_yapp_cc 
	x11/icewm/pkg  : PLIST 
Added files:
	x11/icewm/patches: patch-configure patch-po_bg_po 
	                   patch-src_Makefile_in patch-src_themes_cc 
Removed files:
	x11/icewm/files: bsd-daemon.xpm openbsd.xpm 
	x11/icewm/patches: patch-FAQ patch-configure_in 
	                   patch-lib_icons_bomb_16x16_xpm 
	                   patch-lib_icons_bomb_32x32_xpm 
	                   patch-lib_icons_file_16x16_xpm 
	                   patch-lib_icons_folder_16x16_xpm 
	                   patch-lib_icons_vim_16x16_xpm 
	                   patch-lib_icons_xterm_16x16_xpm 
	                   patch-lib_taskbar_windows_xpm 
	                   patch-src_Makefile patch-src_wmclient_h 
	                   patch-src_wmsession_cc patch-src_wmtaskbar_cc 
	                   patch-sysdep_in 

Log message:
major update to 1.2.13; from Peter Williams <peterbw@citi.umich.edu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/21 11:21:54

Log message:
    import WWW::Curl-20040519, perl binding for curl
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-may-21st
    
    N ports/www/p5-WWW-Curl/distinfo
    N ports/www/p5-WWW-Curl/Makefile
    N ports/www/p5-WWW-Curl/patches/patch-Curl_xs
    N ports/www/p5-WWW-Curl/pkg/PLIST
    N ports/www/p5-WWW-Curl/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/21 11:23:22

Modified files:
	www            : Makefile 

Log message:
+p5-WWW-Curl


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/21 12:05:22

Modified files:
	gnu/usr.bin/binutils/include/elf: common.h 
	gnu/usr.bin/binutils/include/aout: stab.def 

Log message:
Update headers to gdb-6.1 version to get new constants.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/21 13:00:05

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

Log message:
init fromlen; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/21 13:19:03

Log message:
    GDB 6.1 (excluding .info files)
    
    Status:
    
    Vendor Tag:	FSF
    Release Tags:	GDB_6_1
    
    N src/gnu/usr.bin/binutils/gdb/CONTRIBUTE
    C src/gnu/usr.bin/binutils/gdb/COPYING
    C src/gnu/usr.bin/binutils/gdb/ChangeLog
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1990
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1991
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1992
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1993
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1994
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1995
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1996
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1997
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1998
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-1999
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-2000
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-2001
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-2002
    N src/gnu/usr.bin/binutils/gdb/ChangeLog-2003
    C src/gnu/usr.bin/binutils/gdb/ChangeLog-3.x
    N src/gnu/usr.bin/binutils/gdb/MAINTAINERS
    C src/gnu/usr.bin/binutils/gdb/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/NEWS
    C src/gnu/usr.bin/binutils/gdb/README
    N src/gnu/usr.bin/binutils/gdb/PROBLEMS
    C src/gnu/usr.bin/binutils/gdb/TODO
    C src/gnu/usr.bin/binutils/gdb/abug-rom.c
    C src/gnu/usr.bin/binutils/gdb/acconfig.h
    N src/gnu/usr.bin/binutils/gdb/acinclude.m4
    C src/gnu/usr.bin/binutils/gdb/aclocal.m4
    N src/gnu/usr.bin/binutils/gdb/ada-exp.y
    N src/gnu/usr.bin/binutils/gdb/ada-lang.c
    N src/gnu/usr.bin/binutils/gdb/ada-lang.h
    N src/gnu/usr.bin/binutils/gdb/ada-lex.l
    N src/gnu/usr.bin/binutils/gdb/ada-tasks.c
    N src/gnu/usr.bin/binutils/gdb/ada-typeprint.c
    N src/gnu/usr.bin/binutils/gdb/ada-valprint.c
    N src/gnu/usr.bin/binutils/gdb/aix-thread.c
    N src/gnu/usr.bin/binutils/gdb/alpha-linux-tdep.c
    N src/gnu/usr.bin/binutils/gdb/alpha-mdebug-tdep.c
    C src/gnu/usr.bin/binutils/gdb/alpha-nat.c
    N src/gnu/usr.bin/binutils/gdb/alpha-osf1-tdep.c
    C src/gnu/usr.bin/binutils/gdb/alpha-tdep.c
    N src/gnu/usr.bin/binutils/gdb/alpha-tdep.h
    N src/gnu/usr.bin/binutils/gdb/alphabsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/alphabsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/amd64-nat.c
    N src/gnu/usr.bin/binutils/gdb/alphabsd-tdep.h
    N src/gnu/usr.bin/binutils/gdb/alphafbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/alphanbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/amd64-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/amd64-linux-tdep.c
    N src/gnu/usr.bin/binutils/gdb/amd64-linux-tdep.h
    N src/gnu/usr.bin/binutils/gdb/amd64-nat.h
    N src/gnu/usr.bin/binutils/gdb/amd64-tdep.c
    N src/gnu/usr.bin/binutils/gdb/amd64-tdep.h
    N src/gnu/usr.bin/binutils/gdb/amd64bsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/amd64fbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/amd64fbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/amd64nbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/amd64nbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/amd64obsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/amd64obsd-tdep.c
    C src/gnu/usr.bin/binutils/gdb/annotate.c
    C src/gnu/usr.bin/binutils/gdb/annotate.h
    N src/gnu/usr.bin/binutils/gdb/arch-utils.c
    N src/gnu/usr.bin/binutils/gdb/auxv.c
    N src/gnu/usr.bin/binutils/gdb/arch-utils.h
    N src/gnu/usr.bin/binutils/gdb/arm-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/arm-linux-tdep.c
    C src/gnu/usr.bin/binutils/gdb/arm-tdep.c
    N src/gnu/usr.bin/binutils/gdb/arm-tdep.h
    N src/gnu/usr.bin/binutils/gdb/armnbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/armnbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/auxv.h
    N src/gnu/usr.bin/binutils/gdb/avr-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ax-gdb.c
    N src/gnu/usr.bin/binutils/gdb/ax-gdb.h
    N src/gnu/usr.bin/binutils/gdb/ax-general.c
    N src/gnu/usr.bin/binutils/gdb/ax.h
    C src/gnu/usr.bin/binutils/gdb/bcache.c
    C src/gnu/usr.bin/binutils/gdb/bcache.h
    N src/gnu/usr.bin/binutils/gdb/bfd-target.c
    N src/gnu/usr.bin/binutils/gdb/bfd-target.h
    N src/gnu/usr.bin/binutils/gdb/block.c
    N src/gnu/usr.bin/binutils/gdb/block.h
    C src/gnu/usr.bin/binutils/gdb/blockframe.c
    C src/gnu/usr.bin/binutils/gdb/breakpoint.c
    C src/gnu/usr.bin/binutils/gdb/breakpoint.h
    C src/gnu/usr.bin/binutils/gdb/buildsym.c
    C src/gnu/usr.bin/binutils/gdb/buildsym.h
    C src/gnu/usr.bin/binutils/gdb/c-exp.y
    C src/gnu/usr.bin/binutils/gdb/c-lang.c
    C src/gnu/usr.bin/binutils/gdb/c-lang.h
    C src/gnu/usr.bin/binutils/gdb/c-typeprint.c
    C src/gnu/usr.bin/binutils/gdb/c-valprint.c
    C src/gnu/usr.bin/binutils/gdb/call-cmds.h
    N src/gnu/usr.bin/binutils/gdb/charset.c
    N src/gnu/usr.bin/binutils/gdb/charset.h
    N src/gnu/usr.bin/binutils/gdb/cli-out.c
    N src/gnu/usr.bin/binutils/gdb/cli-out.h
    N src/gnu/usr.bin/binutils/gdb/coff-pe-read.c
    N src/gnu/usr.bin/binutils/gdb/coff-pe-read.h
    C src/gnu/usr.bin/binutils/gdb/coff-solib.c
    C src/gnu/usr.bin/binutils/gdb/coff-solib.h
    C src/gnu/usr.bin/binutils/gdb/coffread.c
    C src/gnu/usr.bin/binutils/gdb/command.h
    C src/gnu/usr.bin/binutils/gdb/complaints.c
    C src/gnu/usr.bin/binutils/gdb/complaints.h
    N src/gnu/usr.bin/binutils/gdb/completer.c
    N src/gnu/usr.bin/binutils/gdb/completer.h
    C src/gnu/usr.bin/binutils/gdb/config.in
    C src/gnu/usr.bin/binutils/gdb/configure
    C src/gnu/usr.bin/binutils/gdb/configure.host
    C src/gnu/usr.bin/binutils/gdb/copying.awk
    C src/gnu/usr.bin/binutils/gdb/configure.in
    C src/gnu/usr.bin/binutils/gdb/configure.tgt
    C src/gnu/usr.bin/binutils/gdb/copying.c
    C src/gnu/usr.bin/binutils/gdb/core-aout.c
    C src/gnu/usr.bin/binutils/gdb/core-regset.c
    C src/gnu/usr.bin/binutils/gdb/corefile.c
    C src/gnu/usr.bin/binutils/gdb/corelow.c
    N src/gnu/usr.bin/binutils/gdb/cp-abi.c
    N src/gnu/usr.bin/binutils/gdb/cp-abi.h
    N src/gnu/usr.bin/binutils/gdb/cp-namespace.c
    N src/gnu/usr.bin/binutils/gdb/cp-support.c
    N src/gnu/usr.bin/binutils/gdb/cp-support.h
    C src/gnu/usr.bin/binutils/gdb/cp-valprint.c
    C src/gnu/usr.bin/binutils/gdb/cpu32bug-rom.c
    N src/gnu/usr.bin/binutils/gdb/cris-tdep.c
    N src/gnu/usr.bin/binutils/gdb/d10v-tdep.c
    C src/gnu/usr.bin/binutils/gdb/dbug-rom.c
    C src/gnu/usr.bin/binutils/gdb/dbxread.c
    C src/gnu/usr.bin/binutils/gdb/dcache.c
    C src/gnu/usr.bin/binutils/gdb/dcache.h
    C src/gnu/usr.bin/binutils/gdb/defs.h
    C src/gnu/usr.bin/binutils/gdb/delta68-nat.c
    C src/gnu/usr.bin/binutils/gdb/demangle.c
    N src/gnu/usr.bin/binutils/gdb/disasm.c
    N src/gnu/usr.bin/binutils/gdb/dictionary.c
    N src/gnu/usr.bin/binutils/gdb/dictionary.h
    N src/gnu/usr.bin/binutils/gdb/dink32-rom.c
    N src/gnu/usr.bin/binutils/gdb/disasm.h
    N src/gnu/usr.bin/binutils/gdb/doublest.c
    N src/gnu/usr.bin/binutils/gdb/doublest.h
    C src/gnu/usr.bin/binutils/gdb/dpx2-nat.c
    C src/gnu/usr.bin/binutils/gdb/dsrec.c
    N src/gnu/usr.bin/binutils/gdb/dummy-frame.c
    N src/gnu/usr.bin/binutils/gdb/dummy-frame.h
    N src/gnu/usr.bin/binutils/gdb/dve3900-rom.c
    N src/gnu/usr.bin/binutils/gdb/dwarf2-frame.c
    N src/gnu/usr.bin/binutils/gdb/dwarf2-frame.h
    N src/gnu/usr.bin/binutils/gdb/dwarf2expr.c
    N src/gnu/usr.bin/binutils/gdb/dwarf2expr.h
    N src/gnu/usr.bin/binutils/gdb/dwarf2loc.c
    N src/gnu/usr.bin/binutils/gdb/dwarf2loc.h
    C src/gnu/usr.bin/binutils/gdb/dwarf2read.c
    C src/gnu/usr.bin/binutils/gdb/dwarfread.c
    C src/gnu/usr.bin/binutils/gdb/elfread.c
    C src/gnu/usr.bin/binutils/gdb/environ.c
    C src/gnu/usr.bin/binutils/gdb/environ.h
    C src/gnu/usr.bin/binutils/gdb/eval.c
    C src/gnu/usr.bin/binutils/gdb/exec.c
    N src/gnu/usr.bin/binutils/gdb/event-loop.c
    N src/gnu/usr.bin/binutils/gdb/event-loop.h
    N src/gnu/usr.bin/binutils/gdb/event-top.c
    N src/gnu/usr.bin/binutils/gdb/event-top.h
    C src/gnu/usr.bin/binutils/gdb/exc_request.defs
    N src/gnu/usr.bin/binutils/gdb/exec.h
    C src/gnu/usr.bin/binutils/gdb/expprint.c
    C src/gnu/usr.bin/binutils/gdb/expression.h
    C src/gnu/usr.bin/binutils/gdb/f-exp.y
    C src/gnu/usr.bin/binutils/gdb/f-lang.c
    C src/gnu/usr.bin/binutils/gdb/f-lang.h
    C src/gnu/usr.bin/binutils/gdb/f-typeprint.c
    C src/gnu/usr.bin/binutils/gdb/f-valprint.c
    N src/gnu/usr.bin/binutils/gdb/fbsd-proc.c
    C src/gnu/usr.bin/binutils/gdb/findvar.c
    C src/gnu/usr.bin/binutils/gdb/fork-child.c
    N src/gnu/usr.bin/binutils/gdb/frame-base.c
    N src/gnu/usr.bin/binutils/gdb/frame-base.h
    N src/gnu/usr.bin/binutils/gdb/frame-unwind.c
    N src/gnu/usr.bin/binutils/gdb/frame-unwind.h
    N src/gnu/usr.bin/binutils/gdb/frame.c
    C src/gnu/usr.bin/binutils/gdb/frame.h
    N src/gnu/usr.bin/binutils/gdb/frv-tdep.c
    N src/gnu/usr.bin/binutils/gdb/gcore.c
    N src/gnu/usr.bin/binutils/gdb/gdb-events.c
    N src/gnu/usr.bin/binutils/gdb/gdb-events.h
    N src/gnu/usr.bin/binutils/gdb/gdb-events.sh
    C src/gnu/usr.bin/binutils/gdb/gdb-stabs.h
    C src/gnu/usr.bin/binutils/gdb/gdb.1
    N src/gnu/usr.bin/binutils/gdb/gdb.c
    C src/gnu/usr.bin/binutils/gdb/gdb.gdb
    N src/gnu/usr.bin/binutils/gdb/gdb.h
    N src/gnu/usr.bin/binutils/gdb/gdb_assert.h
    N src/gnu/usr.bin/binutils/gdb/gdb_curses.h
    N src/gnu/usr.bin/binutils/gdb/gdb_dirent.h
    N src/gnu/usr.bin/binutils/gdb/gdb_gcore.sh
    N src/gnu/usr.bin/binutils/gdb/gdb_indent.sh
    N src/gnu/usr.bin/binutils/gdb/gdb_locale.h
    N src/gnu/usr.bin/binutils/gdb/gdb_mbuild.sh
    N src/gnu/usr.bin/binutils/gdb/gdb_obstack.h
    N src/gnu/usr.bin/binutils/gdb/gdb_proc_service.h
    N src/gnu/usr.bin/binutils/gdb/gdb_regex.h
    C src/gnu/usr.bin/binutils/gdb/gdb_stat.h
    C src/gnu/usr.bin/binutils/gdb/gdb_string.h
    N src/gnu/usr.bin/binutils/gdb/gdb_thread_db.h
    N src/gnu/usr.bin/binutils/gdb/gdb_vfork.h
    N src/gnu/usr.bin/binutils/gdb/gdb_wait.h
    N src/gnu/usr.bin/binutils/gdb/gdbarch.c
    N src/gnu/usr.bin/binutils/gdb/gdbarch.h
    N src/gnu/usr.bin/binutils/gdb/gdbarch.sh
    C src/gnu/usr.bin/binutils/gdb/gdbcmd.h
    C src/gnu/usr.bin/binutils/gdb/gdbcore.h
    N src/gnu/usr.bin/binutils/gdb/gdbinit.in
    C src/gnu/usr.bin/binutils/gdb/gdbthread.h
    C src/gnu/usr.bin/binutils/gdb/gdbtypes.c
    C src/gnu/usr.bin/binutils/gdb/gdbtypes.h
    N src/gnu/usr.bin/binutils/gdb/glibc-tdep.c
    N src/gnu/usr.bin/binutils/gdb/glibc-tdep.h
    C src/gnu/usr.bin/binutils/gdb/gnu-nat.c
    C src/gnu/usr.bin/binutils/gdb/gnu-nat.h
    N src/gnu/usr.bin/binutils/gdb/gnu-v2-abi.c
    N src/gnu/usr.bin/binutils/gdb/gnu-v3-abi.c
    N src/gnu/usr.bin/binutils/gdb/go32-nat.c
    N src/gnu/usr.bin/binutils/gdb/gregset.h
    C src/gnu/usr.bin/binutils/gdb/h8300-tdep.c
    N src/gnu/usr.bin/binutils/gdb/hpacc-abi.c
    N src/gnu/usr.bin/binutils/gdb/hppa-hpux-tdep.c
    C src/gnu/usr.bin/binutils/gdb/hppa-tdep.c
    N src/gnu/usr.bin/binutils/gdb/hppa-tdep.h
    C src/gnu/usr.bin/binutils/gdb/hppah-nat.c
    C src/gnu/usr.bin/binutils/gdb/hpread.c
    C src/gnu/usr.bin/binutils/gdb/hpux-thread.c
    N src/gnu/usr.bin/binutils/gdb/i386-cygwin-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386-interix-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386-interix-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386-linux-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386-linux-tdep.h
    N src/gnu/usr.bin/binutils/gdb/i386-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386-nto-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386-sol2-tdep.c
    C src/gnu/usr.bin/binutils/gdb/i386-stub.c
    C src/gnu/usr.bin/binutils/gdb/i386-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386-tdep.h
    N src/gnu/usr.bin/binutils/gdb/i386bsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386bsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386fbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386fbsd-tdep.c
    C src/gnu/usr.bin/binutils/gdb/i386gnu-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386gnu-tdep.c
    C src/gnu/usr.bin/binutils/gdb/i386ly-tdep.c
    C src/gnu/usr.bin/binutils/gdb/i386v-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386nbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i386obsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/i386obsd-tdep.c
    C src/gnu/usr.bin/binutils/gdb/i386v4-nat.c
    C src/gnu/usr.bin/binutils/gdb/i387-tdep.c
    N src/gnu/usr.bin/binutils/gdb/i387-tdep.h
    N src/gnu/usr.bin/binutils/gdb/ia64-aix-nat.c
    N src/gnu/usr.bin/binutils/gdb/ia64-aix-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ia64-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/ia64-linux-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ia64-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ia64-tdep.h
    N src/gnu/usr.bin/binutils/gdb/inf-loop.c
    N src/gnu/usr.bin/binutils/gdb/inf-loop.h
    N src/gnu/usr.bin/binutils/gdb/infcall.c
    N src/gnu/usr.bin/binutils/gdb/infcall.h
    C src/gnu/usr.bin/binutils/gdb/infcmd.c
    C src/gnu/usr.bin/binutils/gdb/inferior.h
    C src/gnu/usr.bin/binutils/gdb/inflow.c
    N src/gnu/usr.bin/binutils/gdb/inflow.h
    C src/gnu/usr.bin/binutils/gdb/infptrace.c
    C src/gnu/usr.bin/binutils/gdb/infrun.c
    C src/gnu/usr.bin/binutils/gdb/inftarg.c
    N src/gnu/usr.bin/binutils/gdb/infttrace.c
    N src/gnu/usr.bin/binutils/gdb/infttrace.h
    N src/gnu/usr.bin/binutils/gdb/interps.c
    N src/gnu/usr.bin/binutils/gdb/interps.h
    C src/gnu/usr.bin/binutils/gdb/irix5-nat.c
    N src/gnu/usr.bin/binutils/gdb/jv-exp.y
    N src/gnu/usr.bin/binutils/gdb/jv-lang.c
    N src/gnu/usr.bin/binutils/gdb/jv-lang.h
    N src/gnu/usr.bin/binutils/gdb/jv-typeprint.c
    N src/gnu/usr.bin/binutils/gdb/jv-valprint.c
    N src/gnu/usr.bin/binutils/gdb/kod-cisco.c
    N src/gnu/usr.bin/binutils/gdb/kod.c
    N src/gnu/usr.bin/binutils/gdb/kod.h
    C src/gnu/usr.bin/binutils/gdb/language.c
    C src/gnu/usr.bin/binutils/gdb/language.h
    N src/gnu/usr.bin/binutils/gdb/libunwind-frame.c
    N src/gnu/usr.bin/binutils/gdb/libunwind-frame.h
    N src/gnu/usr.bin/binutils/gdb/lin-lwp.c
    N src/gnu/usr.bin/binutils/gdb/linespec.c
    N src/gnu/usr.bin/binutils/gdb/linespec.h
    N src/gnu/usr.bin/binutils/gdb/linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/linux-nat.h
    N src/gnu/usr.bin/binutils/gdb/linux-proc.c
    C src/gnu/usr.bin/binutils/gdb/lynx-nat.c
    C src/gnu/usr.bin/binutils/gdb/m2-exp.y
    C src/gnu/usr.bin/binutils/gdb/m2-lang.c
    C src/gnu/usr.bin/binutils/gdb/m2-lang.h
    C src/gnu/usr.bin/binutils/gdb/m2-typeprint.c
    C src/gnu/usr.bin/binutils/gdb/m2-valprint.c
    N src/gnu/usr.bin/binutils/gdb/m32r-rom.c
    N src/gnu/usr.bin/binutils/gdb/m32r-stub.c
    N src/gnu/usr.bin/binutils/gdb/m32r-tdep.c
    N src/gnu/usr.bin/binutils/gdb/m68hc11-tdep.c
    C src/gnu/usr.bin/binutils/gdb/m68k-stub.c
    C src/gnu/usr.bin/binutils/gdb/m68k-tdep.c
    N src/gnu/usr.bin/binutils/gdb/m68k-tdep.h
    N src/gnu/usr.bin/binutils/gdb/m68klinux-nat.c
    N src/gnu/usr.bin/binutils/gdb/m68klinux-tdep.c
    C src/gnu/usr.bin/binutils/gdb/m68knbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/m68knbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/macrocmd.c
    N src/gnu/usr.bin/binutils/gdb/macroexp.c
    N src/gnu/usr.bin/binutils/gdb/macroexp.h
    N src/gnu/usr.bin/binutils/gdb/macroscope.c
    N src/gnu/usr.bin/binutils/gdb/macroscope.h
    N src/gnu/usr.bin/binutils/gdb/macrotab.c
    N src/gnu/usr.bin/binutils/gdb/macrotab.h
    C src/gnu/usr.bin/binutils/gdb/main.c
    N src/gnu/usr.bin/binutils/gdb/main.h
    C src/gnu/usr.bin/binutils/gdb/maint.c
    N src/gnu/usr.bin/binutils/gdb/mcore-rom.c
    N src/gnu/usr.bin/binutils/gdb/mcore-tdep.c
    C src/gnu/usr.bin/binutils/gdb/mdebugread.c
    C src/gnu/usr.bin/binutils/gdb/mem-break.c
    N src/gnu/usr.bin/binutils/gdb/memattr.c
    N src/gnu/usr.bin/binutils/gdb/memattr.h
    C src/gnu/usr.bin/binutils/gdb/minimon.h
    C src/gnu/usr.bin/binutils/gdb/minsyms.c
    N src/gnu/usr.bin/binutils/gdb/mips-irix-tdep.c
    N src/gnu/usr.bin/binutils/gdb/mips-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/mips-linux-tdep.c
    C src/gnu/usr.bin/binutils/gdb/mips-nat.c
    C src/gnu/usr.bin/binutils/gdb/mips-tdep.c
    N src/gnu/usr.bin/binutils/gdb/mips-tdep.h
    C src/gnu/usr.bin/binutils/gdb/mipsnbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/mipsnbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/mipsnbsd-tdep.h
    C src/gnu/usr.bin/binutils/gdb/mipsread.c
    C src/gnu/usr.bin/binutils/gdb/mipsv4-nat.c
    N src/gnu/usr.bin/binutils/gdb/mn10300-tdep.c
    C src/gnu/usr.bin/binutils/gdb/monitor.c
    C src/gnu/usr.bin/binutils/gdb/monitor.h
    C src/gnu/usr.bin/binutils/gdb/msg.defs
    C src/gnu/usr.bin/binutils/gdb/msg_reply.defs
    N src/gnu/usr.bin/binutils/gdb/nbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/nbsd-tdep.h
    C src/gnu/usr.bin/binutils/gdb/nlmread.c
    C src/gnu/usr.bin/binutils/gdb/notify.defs
    C src/gnu/usr.bin/binutils/gdb/ns32k-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ns32k-tdep.h
    C src/gnu/usr.bin/binutils/gdb/ns32knbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/ns32knbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/nto-procfs.c
    N src/gnu/usr.bin/binutils/gdb/nto-tdep.c
    N src/gnu/usr.bin/binutils/gdb/nto-tdep.h
    N src/gnu/usr.bin/binutils/gdb/objc-exp.y
    N src/gnu/usr.bin/binutils/gdb/objc-lang.c
    N src/gnu/usr.bin/binutils/gdb/objc-lang.h
    C src/gnu/usr.bin/binutils/gdb/objfiles.c
    C src/gnu/usr.bin/binutils/gdb/objfiles.h
    N src/gnu/usr.bin/binutils/gdb/observer.c
    N src/gnu/usr.bin/binutils/gdb/observer.h
    N src/gnu/usr.bin/binutils/gdb/ocd.c
    N src/gnu/usr.bin/binutils/gdb/ocd.h
    N src/gnu/usr.bin/binutils/gdb/osabi.c
    N src/gnu/usr.bin/binutils/gdb/osabi.h
    N src/gnu/usr.bin/binutils/gdb/p-exp.y
    N src/gnu/usr.bin/binutils/gdb/p-lang.c
    N src/gnu/usr.bin/binutils/gdb/p-lang.h
    N src/gnu/usr.bin/binutils/gdb/p-typeprint.c
    N src/gnu/usr.bin/binutils/gdb/p-valprint.c
    N src/gnu/usr.bin/binutils/gdb/pa64solib.c
    N src/gnu/usr.bin/binutils/gdb/pa64solib.h
    C src/gnu/usr.bin/binutils/gdb/parse.c
    C src/gnu/usr.bin/binutils/gdb/parser-defs.h
    N src/gnu/usr.bin/binutils/gdb/ppc-bdm.c
    N src/gnu/usr.bin/binutils/gdb/ppc-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/ppc-linux-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ppc-sysv-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ppc-tdep.h
    C src/gnu/usr.bin/binutils/gdb/ppcbug-rom.c
    N src/gnu/usr.bin/binutils/gdb/ppcnbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/ppcnbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/ppcnbsd-tdep.h
    C src/gnu/usr.bin/binutils/gdb/printcmd.c
    N src/gnu/usr.bin/binutils/gdb/proc-api.c
    N src/gnu/usr.bin/binutils/gdb/proc-events.c
    N src/gnu/usr.bin/binutils/gdb/proc-why.c
    N src/gnu/usr.bin/binutils/gdb/proc-flags.c
    N src/gnu/usr.bin/binutils/gdb/proc-service.c
    N src/gnu/usr.bin/binutils/gdb/proc-utils.h
    C src/gnu/usr.bin/binutils/gdb/process_reply.defs
    C src/gnu/usr.bin/binutils/gdb/procfs.c
    N src/gnu/usr.bin/binutils/gdb/regcache.c
    N src/gnu/usr.bin/binutils/gdb/regcache.h
    N src/gnu/usr.bin/binutils/gdb/reggroups.c
    N src/gnu/usr.bin/binutils/gdb/reggroups.h
    N src/gnu/usr.bin/binutils/gdb/regset.h
    C src/gnu/usr.bin/binutils/gdb/remote-e7000.c
    C src/gnu/usr.bin/binutils/gdb/remote-est.c
    N src/gnu/usr.bin/binutils/gdb/remote-fileio.c
    N src/gnu/usr.bin/binutils/gdb/remote-fileio.h
    C src/gnu/usr.bin/binutils/gdb/remote-hms.c
    N src/gnu/usr.bin/binutils/gdb/remote-m32r-sdi.c
    C src/gnu/usr.bin/binutils/gdb/remote-mips.c
    N src/gnu/usr.bin/binutils/gdb/remote-rdi.c
    C src/gnu/usr.bin/binutils/gdb/remote-rdp.c
    N src/gnu/usr.bin/binutils/gdb/remote-sds.c
    C src/gnu/usr.bin/binutils/gdb/remote-sim.c
    C src/gnu/usr.bin/binutils/gdb/remote-st.c
    C src/gnu/usr.bin/binutils/gdb/remote-utils.c
    C src/gnu/usr.bin/binutils/gdb/remote-utils.h
    C src/gnu/usr.bin/binutils/gdb/remote-vx.c
    C src/gnu/usr.bin/binutils/gdb/remote-vx68.c
    C src/gnu/usr.bin/binutils/gdb/remote-vxmips.c
    C src/gnu/usr.bin/binutils/gdb/remote-vxsparc.c
    C src/gnu/usr.bin/binutils/gdb/remote.c
    N src/gnu/usr.bin/binutils/gdb/remote.h
    C src/gnu/usr.bin/binutils/gdb/reply_mig_hack.awk
    C src/gnu/usr.bin/binutils/gdb/rom68k-rom.c
    C src/gnu/usr.bin/binutils/gdb/rs6000-nat.c
    C src/gnu/usr.bin/binutils/gdb/rs6000-tdep.c
    N src/gnu/usr.bin/binutils/gdb/s390-nat.c
    N src/gnu/usr.bin/binutils/gdb/s390-tdep.c
    N src/gnu/usr.bin/binutils/gdb/s390-tdep.h
    C src/gnu/usr.bin/binutils/gdb/scm-exp.c
    C src/gnu/usr.bin/binutils/gdb/scm-lang.c
    C src/gnu/usr.bin/binutils/gdb/scm-lang.h
    C src/gnu/usr.bin/binutils/gdb/scm-tags.h
    C src/gnu/usr.bin/binutils/gdb/scm-valprint.c
    N src/gnu/usr.bin/binutils/gdb/sentinel-frame.c
    N src/gnu/usr.bin/binutils/gdb/sentinel-frame.h
    C src/gnu/usr.bin/binutils/gdb/ser-e7kpc.c
    C src/gnu/usr.bin/binutils/gdb/ser-go32.c
    N src/gnu/usr.bin/binutils/gdb/ser-pipe.c
    C src/gnu/usr.bin/binutils/gdb/ser-tcp.c
    C src/gnu/usr.bin/binutils/gdb/ser-unix.c
    N src/gnu/usr.bin/binutils/gdb/ser-unix.h
    C src/gnu/usr.bin/binutils/gdb/serial.c
    C src/gnu/usr.bin/binutils/gdb/serial.h
    C src/gnu/usr.bin/binutils/gdb/sh-stub.c
    C src/gnu/usr.bin/binutils/gdb/sh-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sh-tdep.h
    C src/gnu/usr.bin/binutils/gdb/sh3-rom.c
    N src/gnu/usr.bin/binutils/gdb/sh64-tdep.c
    N src/gnu/usr.bin/binutils/gdb/shnbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/shnbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/shnbsd-tdep.h
    N src/gnu/usr.bin/binutils/gdb/sim-regno.h
    C src/gnu/usr.bin/binutils/gdb/sol-thread.c
    N src/gnu/usr.bin/binutils/gdb/solib-aix5.c
    N src/gnu/usr.bin/binutils/gdb/solib-irix.c
    N src/gnu/usr.bin/binutils/gdb/solib-legacy.c
    N src/gnu/usr.bin/binutils/gdb/solib-osf.c
    N src/gnu/usr.bin/binutils/gdb/solib-sunos.c
    C src/gnu/usr.bin/binutils/gdb/solib.c
    N src/gnu/usr.bin/binutils/gdb/solib-svr4.c
    N src/gnu/usr.bin/binutils/gdb/solib-svr4.h
    C src/gnu/usr.bin/binutils/gdb/solib.h
    N src/gnu/usr.bin/binutils/gdb/solist.h
    C src/gnu/usr.bin/binutils/gdb/somread.c
    C src/gnu/usr.bin/binutils/gdb/somsolib.c
    C src/gnu/usr.bin/binutils/gdb/somsolib.h
    C src/gnu/usr.bin/binutils/gdb/source.c
    N src/gnu/usr.bin/binutils/gdb/source.h
    N src/gnu/usr.bin/binutils/gdb/sparc-linux-tdep.c
    C src/gnu/usr.bin/binutils/gdb/sparc-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparc-nat.h
    N src/gnu/usr.bin/binutils/gdb/sparc-sol2-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparc-sol2-tdep.c
    C src/gnu/usr.bin/binutils/gdb/sparc-stub.c
    C src/gnu/usr.bin/binutils/gdb/sparc-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sparc-tdep.h
    N src/gnu/usr.bin/binutils/gdb/sparc64-linux-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparc64-linux-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sparc64-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparc64-sol2-tdep.c
    C src/gnu/usr.bin/binutils/gdb/srec.h
    N src/gnu/usr.bin/binutils/gdb/sparc64-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sparc64-tdep.h
    N src/gnu/usr.bin/binutils/gdb/sparc64fbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparc64fbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sparc64nbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparc64nbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sparc64obsd-tdep.c
    C src/gnu/usr.bin/binutils/gdb/sparcnbsd-nat.c
    N src/gnu/usr.bin/binutils/gdb/sparcnbsd-tdep.c
    N src/gnu/usr.bin/binutils/gdb/sparcobsd-tdep.c
    C src/gnu/usr.bin/binutils/gdb/stabsread.c
    C src/gnu/usr.bin/binutils/gdb/stabsread.h
    C src/gnu/usr.bin/binutils/gdb/stack.c
    N src/gnu/usr.bin/binutils/gdb/stack.h
    C src/gnu/usr.bin/binutils/gdb/standalone.c
    N src/gnu/usr.bin/binutils/gdb/std-regs.c
    C src/gnu/usr.bin/binutils/gdb/stop-gdb.c
    C src/gnu/usr.bin/binutils/gdb/sun3-nat.c
    C src/gnu/usr.bin/binutils/gdb/symfile.c
    C src/gnu/usr.bin/binutils/gdb/symfile.h
    C src/gnu/usr.bin/binutils/gdb/symmisc.c
    C src/gnu/usr.bin/binutils/gdb/symtab.c
    C src/gnu/usr.bin/binutils/gdb/symtab.h
    C src/gnu/usr.bin/binutils/gdb/target.c
    C src/gnu/usr.bin/binutils/gdb/target.h
    C src/gnu/usr.bin/binutils/gdb/terminal.h
    N src/gnu/usr.bin/binutils/gdb/thread-db.c
    C src/gnu/usr.bin/binutils/gdb/thread.c
    C src/gnu/usr.bin/binutils/gdb/top.c
    C src/gnu/usr.bin/binutils/gdb/top.h
    N src/gnu/usr.bin/binutils/gdb/tracepoint.c
    N src/gnu/usr.bin/binutils/gdb/tracepoint.h
    N src/gnu/usr.bin/binutils/gdb/trad-frame.c
    N src/gnu/usr.bin/binutils/gdb/trad-frame.h
    C src/gnu/usr.bin/binutils/gdb/typeprint.c
    C src/gnu/usr.bin/binutils/gdb/typeprint.h
    N src/gnu/usr.bin/binutils/gdb/ui-file.c
    N src/gnu/usr.bin/binutils/gdb/ui-file.h
    N src/gnu/usr.bin/binutils/gdb/ui-out.c
    N src/gnu/usr.bin/binutils/gdb/ui-out.h
    N src/gnu/usr.bin/binutils/gdb/user-regs.c
    N src/gnu/usr.bin/binutils/gdb/user-regs.h
    C src/gnu/usr.bin/binutils/gdb/utils.c
    N src/gnu/usr.bin/binutils/gdb/uw-thread.c
    N src/gnu/usr.bin/binutils/gdb/v850-tdep.c
    N src/gnu/usr.bin/binutils/gdb/v850ice.c
    C src/gnu/usr.bin/binutils/gdb/valarith.c
    C src/gnu/usr.bin/binutils/gdb/valops.c
    C src/gnu/usr.bin/binutils/gdb/valprint.c
    C src/gnu/usr.bin/binutils/gdb/valprint.h
    C src/gnu/usr.bin/binutils/gdb/value.h
    C src/gnu/usr.bin/binutils/gdb/values.c
    N src/gnu/usr.bin/binutils/gdb/varobj.c
    N src/gnu/usr.bin/binutils/gdb/varobj.h
    C src/gnu/usr.bin/binutils/gdb/vax-tdep.c
    N src/gnu/usr.bin/binutils/gdb/vax-tdep.h
    N src/gnu/usr.bin/binutils/gdb/version.h
    N src/gnu/usr.bin/binutils/gdb/version.in
    C src/gnu/usr.bin/binutils/gdb/win32-nat.c
    N src/gnu/usr.bin/binutils/gdb/wince-stub.c
    N src/gnu/usr.bin/binutils/gdb/wince-stub.h
    N src/gnu/usr.bin/binutils/gdb/wince.c
    N src/gnu/usr.bin/binutils/gdb/wrapper.c
    N src/gnu/usr.bin/binutils/gdb/wrapper.h
    C src/gnu/usr.bin/binutils/gdb/xcoffread.c
    C src/gnu/usr.bin/binutils/gdb/xcoffsolib.c
    C src/gnu/usr.bin/binutils/gdb/xcoffsolib.h
    C src/gnu/usr.bin/binutils/gdb/xmodem.c
    C src/gnu/usr.bin/binutils/gdb/xmodem.h
    N src/gnu/usr.bin/binutils/gdb/xstormy16-tdep.c
    N src/gnu/usr.bin/binutils/gdb/objc-exp.c
    N src/gnu/usr.bin/binutils/gdb/c-exp.c
    N src/gnu/usr.bin/binutils/gdb/ada-exp.c
    N src/gnu/usr.bin/binutils/gdb/jv-exp.c
    N src/gnu/usr.bin/binutils/gdb/f-exp.c
    N src/gnu/usr.bin/binutils/gdb/m2-exp.c
    N src/gnu/usr.bin/binutils/gdb/p-exp.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-cmds.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-cmds.h
    N src/gnu/usr.bin/binutils/gdb/cli/cli-decode.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-decode.h
    N src/gnu/usr.bin/binutils/gdb/cli/cli-dump.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-dump.h
    N src/gnu/usr.bin/binutils/gdb/cli/cli-interp.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-logging.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-script.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-script.h
    N src/gnu/usr.bin/binutils/gdb/cli/cli-setshow.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-setshow.h
    N src/gnu/usr.bin/binutils/gdb/cli/cli-utils.c
    N src/gnu/usr.bin/binutils/gdb/cli/cli-utils.h
    C src/gnu/usr.bin/binutils/gdb/doc/ChangeLog
    N src/gnu/usr.bin/binutils/gdb/doc/LRS
    C src/gnu/usr.bin/binutils/gdb/doc/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/doc/a4rc.sed
    N src/gnu/usr.bin/binutils/gdb/doc/agentexpr.texi
    C src/gnu/usr.bin/binutils/gdb/doc/all-cfg.texi
    N src/gnu/usr.bin/binutils/gdb/doc/annotate.texinfo
    C src/gnu/usr.bin/binutils/gdb/doc/configure
    C src/gnu/usr.bin/binutils/gdb/doc/configure.in
    N src/gnu/usr.bin/binutils/gdb/doc/fdl.texi
    C src/gnu/usr.bin/binutils/gdb/doc/gdb.texinfo
    C src/gnu/usr.bin/binutils/gdb/doc/gdbint.texinfo
    N src/gnu/usr.bin/binutils/gdb/doc/gpl.texi
    C src/gnu/usr.bin/binutils/gdb/doc/lpsrc.sed
    N src/gnu/usr.bin/binutils/gdb/doc/observer.texi
    C src/gnu/usr.bin/binutils/gdb/doc/psrc.sed
    C src/gnu/usr.bin/binutils/gdb/doc/refcard.tex
    C src/gnu/usr.bin/binutils/gdb/doc/stabs.texinfo
    N src/gnu/usr.bin/binutils/gdb/doc/GDBvn.texi
    N src/gnu/usr.bin/binutils/gdb/mi/ChangeLog-1999-2003
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmd-break.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmd-disas.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmd-env.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmd-file.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmd-stack.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmd-var.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmds.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-cmds.h
    N src/gnu/usr.bin/binutils/gdb/mi/mi-console.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-console.h
    N src/gnu/usr.bin/binutils/gdb/mi/mi-getopt.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-getopt.h
    N src/gnu/usr.bin/binutils/gdb/mi/mi-interp.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-main.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-main.h
    N src/gnu/usr.bin/binutils/gdb/mi/mi-out.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-out.h
    N src/gnu/usr.bin/binutils/gdb/mi/mi-parse.c
    N src/gnu/usr.bin/binutils/gdb/mi/mi-parse.h
    N src/gnu/usr.bin/binutils/gdb/mi/mi-symbol-cmds.c
    C src/gnu/usr.bin/binutils/gdb/nlm/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/nlm/configure
    C src/gnu/usr.bin/binutils/gdb/nlm/configure.in
    C src/gnu/usr.bin/binutils/gdb/nlm/gdbserve.c
    C src/gnu/usr.bin/binutils/gdb/nlm/gdbserve.def
    C src/gnu/usr.bin/binutils/gdb/nlm/i386.c
    C src/gnu/usr.bin/binutils/gdb/nlm/i386.h
    C src/gnu/usr.bin/binutils/gdb/nlm/ppc.c
    C src/gnu/usr.bin/binutils/gdb/nlm/ppc.h
    C src/gnu/usr.bin/binutils/gdb/nlm/prelude.c
    N src/gnu/usr.bin/binutils/gdb/tui/ChangeLog-1998-2003
    N src/gnu/usr.bin/binutils/gdb/tui/tui-command.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-command.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-data.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-data.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-disasm.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-disasm.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-file.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-file.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-hooks.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-hooks.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-interp.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-io.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-io.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-layout.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-layout.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-main.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-out.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-regs.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-regs.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-source.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-source.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-stack.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-stack.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-win.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-win.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-windata.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-windata.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-wingeneral.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-wingeneral.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui-winsource.c
    N src/gnu/usr.bin/binutils/gdb/tui/tui-winsource.h
    N src/gnu/usr.bin/binutils/gdb/tui/tui.h
    C src/gnu/usr.bin/binutils/gdb/config/nm-gnu.h
    N src/gnu/usr.bin/binutils/gdb/config/nm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/nm-lynx.h
    C src/gnu/usr.bin/binutils/gdb/config/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/nm-nbsdaout.h
    C src/gnu/usr.bin/binutils/gdb/config/nm-sysv4.h
    N src/gnu/usr.bin/binutils/gdb/config/tm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/tm-lynx.h
    N src/gnu/usr.bin/binutils/gdb/config/tm-nto.h
    C src/gnu/usr.bin/binutils/gdb/config/tm-sunos.h
    C src/gnu/usr.bin/binutils/gdb/config/tm-sysv4.h
    N src/gnu/usr.bin/binutils/gdb/config/tm-vxworks.h
    C src/gnu/usr.bin/binutils/gdb/config/xm-aix4.h
    C src/gnu/usr.bin/binutils/gdb/config/xm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/xm-sysv4.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/alpha-linux.mh
    C src/gnu/usr.bin/binutils/gdb/config/alpha/alpha-linux.mt
    C src/gnu/usr.bin/binutils/gdb/config/alpha/alpha-osf1.mh
    C src/gnu/usr.bin/binutils/gdb/config/alpha/alpha-osf1.mt
    C src/gnu/usr.bin/binutils/gdb/config/alpha/alpha-osf2.mh
    C src/gnu/usr.bin/binutils/gdb/config/alpha/alpha-osf3.mh
    N src/gnu/usr.bin/binutils/gdb/config/alpha/alpha.mt
    N src/gnu/usr.bin/binutils/gdb/config/alpha/fbsd.mh
    N src/gnu/usr.bin/binutils/gdb/config/alpha/fbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/alpha/nbsd.mh
    N src/gnu/usr.bin/binutils/gdb/config/alpha/nbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/alpha/nm-fbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/nm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/alpha/nm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/nm-osf.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/nm-osf2.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/nm-osf3.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/tm-alpha.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/tm-alphalinux.h
    N src/gnu/usr.bin/binutils/gdb/config/alpha/tm-fbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/alpha/tm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/xm-alphalinux.h
    C src/gnu/usr.bin/binutils/gdb/config/alpha/xm-alphaosf.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/embed.mt
    N src/gnu/usr.bin/binutils/gdb/config/arm/linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/arm/linux.mt
    N src/gnu/usr.bin/binutils/gdb/config/arm/nbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/arm/nbsdaout.mh
    N src/gnu/usr.bin/binutils/gdb/config/arm/nbsdelf.mh
    N src/gnu/usr.bin/binutils/gdb/config/arm/nm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/nm-nbsdaout.h
    C src/gnu/usr.bin/binutils/gdb/config/arm/tm-arm.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/tm-embed.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/tm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/tm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/tm-wince.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/wince.mt
    N src/gnu/usr.bin/binutils/gdb/config/arm/xm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/arm/xm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/avr/avr.mt
    N src/gnu/usr.bin/binutils/gdb/config/cris/cris.mt
    N src/gnu/usr.bin/binutils/gdb/config/cris/tm-cris.h
    N src/gnu/usr.bin/binutils/gdb/config/d10v/d10v.mt
    N src/gnu/usr.bin/binutils/gdb/config/djgpp/README
    N src/gnu/usr.bin/binutils/gdb/config/djgpp/config.sed
    N src/gnu/usr.bin/binutils/gdb/config/djgpp/djcheck.sh
    N src/gnu/usr.bin/binutils/gdb/config/djgpp/djconfig.sh
    N src/gnu/usr.bin/binutils/gdb/config/djgpp/fnchange.lst
    N src/gnu/usr.bin/binutils/gdb/config/frv/frv.mt
    N src/gnu/usr.bin/binutils/gdb/config/frv/tm-frv.h
    C src/gnu/usr.bin/binutils/gdb/config/h8300/h8300.mt
    C src/gnu/usr.bin/binutils/gdb/config/h8300/tm-h8300.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/cygwin.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/cygwin.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/embed.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/fbsd.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/fbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/fbsd64.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/fbsd64.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/go32.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/go32.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386aout.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386gnu.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386gnu.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386lynx.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386lynx.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386nw.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386sco.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386sco4.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386sco5.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386sol2.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386sol2.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386v.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386v.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/i386v4.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/i386v42mp.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/interix.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/interix.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/linux.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/linux.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/linux64.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/linux64.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/nbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/nbsd64.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/nbsd64.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/nbsdaout.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/nbsdelf.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/ncr3000.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/ncr3000.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-cygwin.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-fbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-fbsd64.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-go32.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386gnu.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386lynx.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386sco.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386sco4.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386sco5.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386sol2.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386v.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386v4.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-i386v42mp.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-interix.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-linux64.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-nbsdaout.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nm-nto.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/nm-obsd.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/nto.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/nto.mt
    C src/gnu/usr.bin/binutils/gdb/config/i386/obsd.mh
    C src/gnu/usr.bin/binutils/gdb/config/i386/obsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/obsd64.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/obsd64.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/obsdaout.mh
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-cygwin.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-fbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-go32.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/tm-i386.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/tm-i386lynx.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-i386sol2.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/tm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-linux64.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/tm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-nto.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/tm-vxworks.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/vxworks.mt
    N src/gnu/usr.bin/binutils/gdb/config/i386/xm-cygwin.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/xm-go32.h
    N src/gnu/usr.bin/binutils/gdb/config/i386/xm-i386.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/xm-i386sco.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/xm-i386v.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/xm-i386v4.h
    C src/gnu/usr.bin/binutils/gdb/config/i386/xm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/aix.mh
    N src/gnu/usr.bin/binutils/gdb/config/ia64/aix.mt
    N src/gnu/usr.bin/binutils/gdb/config/ia64/ia64.mt
    N src/gnu/usr.bin/binutils/gdb/config/ia64/linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/ia64/linux.mt
    N src/gnu/usr.bin/binutils/gdb/config/ia64/nm-aix.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/nm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/tm-aix.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/tm-ia64.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/tm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/xm-aix.h
    N src/gnu/usr.bin/binutils/gdb/config/ia64/xm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/m32r/m32r.mt
    N src/gnu/usr.bin/binutils/gdb/config/m68hc11/m68hc11.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/3b1.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/3b1.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/cisco.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/delta68.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/delta68.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/dpx2.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/dpx2.mt
    N src/gnu/usr.bin/binutils/gdb/config/m68k/linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/m68k/linux.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/m68klynx.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/m68klynx.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/m68kv4.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/m68kv4.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/monitor.mt
    N src/gnu/usr.bin/binutils/gdb/config/m68k/nbsdaout.mh
    N src/gnu/usr.bin/binutils/gdb/config/m68k/nbsdaout.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-delta68.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-dpx2.h
    N src/gnu/usr.bin/binutils/gdb/config/m68k/nm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-m68klynx.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/m68k/nm-nbsdaout.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-sun2.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-sun3.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/nm-sysv4.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/os68k.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/st2000.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun2os3.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun2os3.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun2os4.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun2os4.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun3os3.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun3os3.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun3os4.mh
    C src/gnu/usr.bin/binutils/gdb/config/m68k/sun3os4.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-3b1.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-cisco.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-delta68.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-dpx2.h
    N src/gnu/usr.bin/binutils/gdb/config/m68k/tm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-m68k.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-m68klynx.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-m68kv4.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-monitor.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-os68k.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-st2000.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-sun2.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-sun3.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-sun2os4.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-sun3os4.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/tm-vx68.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/vxworks68.mt
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-3b1.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-delta68.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-dpx2.h
    N src/gnu/usr.bin/binutils/gdb/config/m68k/xm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-m68k.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-m68kv4.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-sun2.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-sun3.h
    C src/gnu/usr.bin/binutils/gdb/config/m68k/xm-sun3os4.h
    N src/gnu/usr.bin/binutils/gdb/config/mcore/mcore.mt
    C src/gnu/usr.bin/binutils/gdb/config/mips/decstation.mh
    C src/gnu/usr.bin/binutils/gdb/config/mips/embed.mt
    C src/gnu/usr.bin/binutils/gdb/config/mips/irix5.mh
    C src/gnu/usr.bin/binutils/gdb/config/mips/irix5.mt
    N src/gnu/usr.bin/binutils/gdb/config/mips/irix6.mh
    N src/gnu/usr.bin/binutils/gdb/config/mips/irix6.mt
    N src/gnu/usr.bin/binutils/gdb/config/mips/linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/mips/linux.mt
    C src/gnu/usr.bin/binutils/gdb/config/mips/littlemips.mh
    C src/gnu/usr.bin/binutils/gdb/config/mips/mipsv4.mh
    C src/gnu/usr.bin/binutils/gdb/config/mips/mipsv4.mt
    N src/gnu/usr.bin/binutils/gdb/config/mips/nbsd.mh
    N src/gnu/usr.bin/binutils/gdb/config/mips/nbsd.mt
    C src/gnu/usr.bin/binutils/gdb/config/mips/news-mips.mh
    C src/gnu/usr.bin/binutils/gdb/config/mips/nm-irix5.h
    N src/gnu/usr.bin/binutils/gdb/config/mips/nm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/nm-mips.h
    N src/gnu/usr.bin/binutils/gdb/config/mips/nm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/nm-news-mips.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/nm-riscos.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/riscos.mh
    C src/gnu/usr.bin/binutils/gdb/config/mips/tm-irix5.h
    N src/gnu/usr.bin/binutils/gdb/config/mips/tm-irix6.h
    N src/gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/tm-mips.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/tm-mipsv4.h
    N src/gnu/usr.bin/binutils/gdb/config/mips/tm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/tm-vxmips.h
    N src/gnu/usr.bin/binutils/gdb/config/mips/tm-wince.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/vxmips.mt
    N src/gnu/usr.bin/binutils/gdb/config/mips/wince.mt
    C src/gnu/usr.bin/binutils/gdb/config/mips/xm-irix5.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/xm-mips.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/xm-mipsv4.h
    C src/gnu/usr.bin/binutils/gdb/config/mips/xm-riscos.h
    N src/gnu/usr.bin/binutils/gdb/config/mn10300/mn10300.mt
    N src/gnu/usr.bin/binutils/gdb/config/ns32k/nbsdaout.mh
    N src/gnu/usr.bin/binutils/gdb/config/ns32k/nbsdaout.mt
    C src/gnu/usr.bin/binutils/gdb/config/ns32k/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/ns32k/nm-nbsdaout.h
    N src/gnu/usr.bin/binutils/gdb/config/ns32k/tm-ns32k.h
    C src/gnu/usr.bin/binutils/gdb/config/ns32k/xm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/pa/hppa.mt
    N src/gnu/usr.bin/binutils/gdb/config/pa/hppa64.mt
    C src/gnu/usr.bin/binutils/gdb/config/pa/hppahpux.mh
    C src/gnu/usr.bin/binutils/gdb/config/pa/hppahpux.mt
    N src/gnu/usr.bin/binutils/gdb/config/pa/hpux1020.mh
    N src/gnu/usr.bin/binutils/gdb/config/pa/hpux11.mh
    N src/gnu/usr.bin/binutils/gdb/config/pa/hpux11w.mh
    C src/gnu/usr.bin/binutils/gdb/config/pa/nm-hppah.h
    N src/gnu/usr.bin/binutils/gdb/config/pa/nm-hppah11.h
    C src/gnu/usr.bin/binutils/gdb/config/pa/tm-hppa.h
    N src/gnu/usr.bin/binutils/gdb/config/pa/tm-hppa64.h
    C src/gnu/usr.bin/binutils/gdb/config/pa/tm-hppah.h
    C src/gnu/usr.bin/binutils/gdb/config/pa/xm-hppah.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/aix.mh
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/aix.mt
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/aix432.mh
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/linux.mt
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/nbsd.mh
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/nbsd.mt
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/nm-aix.h
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/nm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/nm-ppc64-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/ppc-eabi.mt
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/ppc-sim.mt
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/ppc64-linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-ppc-aix.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-ppc-eabi.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-ppcle-eabi.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-ppcle-sim.h
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/tm-vxworks.h
    N src/gnu/usr.bin/binutils/gdb/config/powerpc/vxworks.mt
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/xm-aix.h
    C src/gnu/usr.bin/binutils/gdb/config/powerpc/xm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/aix4.mh
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/aix4.mt
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/nm-rs6000.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/nm-rs6000ly.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/rs6000.mh
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/rs6000.mt
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/rs6000lynx.mh
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/rs6000lynx.mt
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/tm-rs6000-aix4.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/tm-rs6000.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/tm-rs6000ly.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/xm-aix4.h
    C src/gnu/usr.bin/binutils/gdb/config/rs6000/xm-rs6000.h
    N src/gnu/usr.bin/binutils/gdb/config/s390/nm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/s390/s390.mh
    N src/gnu/usr.bin/binutils/gdb/config/s390/s390.mt
    N src/gnu/usr.bin/binutils/gdb/config/s390/tm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/sh/embed.mt
    N src/gnu/usr.bin/binutils/gdb/config/sh/linux.mt
    N src/gnu/usr.bin/binutils/gdb/config/sh/nbsd.mh
    N src/gnu/usr.bin/binutils/gdb/config/sh/nbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/sh/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/sh/tm-linux.h
    N src/gnu/usr.bin/binutils/gdb/config/sh/tm-nbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/sh/tm-sh.h
    N src/gnu/usr.bin/binutils/gdb/config/sh/tm-wince.h
    N src/gnu/usr.bin/binutils/gdb/config/sh/wince.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/fbsd.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/fbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/linux.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/linux.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/linux64.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/linux64.mt
    C src/gnu/usr.bin/binutils/gdb/config/sparc/nbsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nbsd64.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nbsdaout.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nbsdelf.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nm-fbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/sparc/nm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nm-nbsdaout.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/nm-sol2.h
    C src/gnu/usr.bin/binutils/gdb/config/sparc/obsd.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/obsd64.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/sol2-64.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/sol2.mh
    N src/gnu/usr.bin/binutils/gdb/config/sparc/sol2.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/sparc.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/sparc64.mt
    N src/gnu/usr.bin/binutils/gdb/config/sparc/tm-fbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/tm-linux.h
    C src/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/tm-nbsd64.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/tm-sol2.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/tm-vxworks.h
    N src/gnu/usr.bin/binutils/gdb/config/sparc/vxworks.mt
    N src/gnu/usr.bin/binutils/gdb/config/v850/v850.mt
    C src/gnu/usr.bin/binutils/gdb/config/vax/nm-vax.h
    N src/gnu/usr.bin/binutils/gdb/config/vax/tm-vaxbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/vax/vax.mt
    C src/gnu/usr.bin/binutils/gdb/config/vax/vaxbsd.mh
    C src/gnu/usr.bin/binutils/gdb/config/vax/vaxult.mh
    C src/gnu/usr.bin/binutils/gdb/config/vax/vaxult2.mh
    C src/gnu/usr.bin/binutils/gdb/config/vax/xm-vax.h
    C src/gnu/usr.bin/binutils/gdb/config/vax/xm-vaxbsd.h
    C src/gnu/usr.bin/binutils/gdb/config/vax/xm-vaxult.h
    C src/gnu/usr.bin/binutils/gdb/config/vax/xm-vaxult2.h
    N src/gnu/usr.bin/binutils/gdb/config/xstormy16/xstormy16.mt
    N src/gnu/usr.bin/binutils/gdb/gdbserver/ChangeLog
    C src/gnu/usr.bin/binutils/gdb/gdbserver/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/gdbserver/README
    N src/gnu/usr.bin/binutils/gdb/gdbserver/acconfig.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/acinclude.m4
    N src/gnu/usr.bin/binutils/gdb/gdbserver/aclocal.m4
    N src/gnu/usr.bin/binutils/gdb/gdbserver/config.in
    N src/gnu/usr.bin/binutils/gdb/gdbserver/configure
    C src/gnu/usr.bin/binutils/gdb/gdbserver/configure.in
    N src/gnu/usr.bin/binutils/gdb/gdbserver/configure.srv
    C src/gnu/usr.bin/binutils/gdb/gdbserver/gdbreplay.c
    C src/gnu/usr.bin/binutils/gdb/gdbserver/gdbserver.1
    N src/gnu/usr.bin/binutils/gdb/gdbserver/i387-fp.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/i387-fp.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/inferiors.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-arm-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-i386-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-ia64-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-low.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-m68k-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/mem-break.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-mips-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-ppc-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-s390-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-sh-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/linux-x86-64-low.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/mem-break.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/proc-service.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/regcache.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/regcache.h
    C src/gnu/usr.bin/binutils/gdb/gdbserver/remote-utils.c
    C src/gnu/usr.bin/binutils/gdb/gdbserver/server.c
    C src/gnu/usr.bin/binutils/gdb/gdbserver/server.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/target.c
    N src/gnu/usr.bin/binutils/gdb/gdbserver/target.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/terminal.h
    N src/gnu/usr.bin/binutils/gdb/gdbserver/thread-db.c
    C src/gnu/usr.bin/binutils/gdb/gdbserver/utils.c
    C src/gnu/usr.bin/binutils/gdb/osf-share/README
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_attr.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_deb_core.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_debug_client.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_errors.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_handle.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_init.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_list.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_mutex.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_sched.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_semaphore_defs.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_sequence.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_stack.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_stack_int.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_tcb_defs.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/cma_util.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/AT386/cma_thread_io.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/HP800/cma_thread_io.h
    C src/gnu/usr.bin/binutils/gdb/osf-share/RIOS/cma_thread_io.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/Makefile.am
    N src/gnu/usr.bin/binutils/gdb/rdi-share/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/rdi-share/README.CYGNUS
    N src/gnu/usr.bin/binutils/gdb/rdi-share/aclocal.m4
    N src/gnu/usr.bin/binutils/gdb/rdi-share/adp.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/adperr.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/angel.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/angel_bytesex.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/angel_bytesex.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/angel_endian.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/ardi.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/ardi.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/armdbg.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/buffers.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/chandefs.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/channels.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/chanpriv.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/configure
    N src/gnu/usr.bin/binutils/gdb/rdi-share/configure.in
    N src/gnu/usr.bin/binutils/gdb/rdi-share/crc.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/crc.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/dbg_conf.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/dbg_cp.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/dbg_hif.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/dbg_rdi.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/devclnt.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/devices.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/devsw.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/devsw.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/drivers.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/drivers.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/etherdrv.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/ethernet.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/host.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/hostchan.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/hostchan.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/hsys.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/hsys.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/logging.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/logging.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/msgbuild.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/msgbuild.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/params.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/params.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/rx.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/rxtx.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/serdrv.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/serpardr.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/sys.h
    N src/gnu/usr.bin/binutils/gdb/rdi-share/tx.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/unixcomm.c
    N src/gnu/usr.bin/binutils/gdb/rdi-share/unixcomm.h
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-arm.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-i386-linux.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-i386.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-ia64.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-m68k.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-mips.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-ppc.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-s390.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-s390x.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-sh.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/reg-x86-64.dat
    N src/gnu/usr.bin/binutils/gdb/regformats/regdat.sh
    N src/gnu/usr.bin/binutils/gdb/regformats/regdef.h
    N src/gnu/usr.bin/binutils/gdb/signals/signals.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/.gdbinit
    C src/gnu/usr.bin/binutils/gdb/testsuite/ChangeLog
    C src/gnu/usr.bin/binutils/gdb/testsuite/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/testsuite/TODO
    C src/gnu/usr.bin/binutils/gdb/testsuite/aclocal.m4
    C src/gnu/usr.bin/binutils/gdb/testsuite/configure
    C src/gnu/usr.bin/binutils/gdb/testsuite/configure.in
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/abug.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/arm-ice.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/cfdbug.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/cpu32bug.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/cygmon.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/d10v.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/dve.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/est.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/gdbserver.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/h8300.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/hmsirom.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/hppro.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/i386-bozo.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/i960.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/m32r-stub.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/m32r.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/m68k-emc.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/mips-idt.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/mips.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/mn10300-eval.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/monitor.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/netware.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/nind.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/proelf.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/rom68k.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/sh.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/sid.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/sim.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/slite.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/sparclet.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/udi.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/unix.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/unknown.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/vr4300.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/vr5000.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/vx.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/config/vxworks.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/config/vxworks29k.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/altivec-abi.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/altivec-abi.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/altivec-regs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/altivec-regs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/e500-abi.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/e500-abi.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/e500-regs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/e500-regs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/gdb1291.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/gdb1291.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/gdb1431.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/gdb1431.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/gdb1558.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/gdb1558.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/i386-prologue.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/i386-prologue.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/i386-unwind.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/i386-unwind.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/alpha.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/arm.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/asm-source.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/asmsrc1.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/asmsrc2.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/common.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/d10v.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/empty.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/frv.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/i386.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ia64.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/m32r.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/m68hc11.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/m68k.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/mips.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/netbsd.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/openbsd.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/powerpc.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/s390.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/s390x.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/sh.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/sparc.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/sparc64.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/v850.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/x86_64.inc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/xstormy16.inc
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/a2-run.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/advance.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/advance.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/all-bin.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/all-types.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/annota1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/annota1.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/annota3.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/annota3.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/args.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/args.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/arithmet.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/assign.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/async.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/async.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/attach.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/attach.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/attach2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/average.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bang.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bar.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/baz.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bigcore.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bigcore.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bitfields.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bitfields.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/bitops.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/branches.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/break.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/break.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/break1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/call-ar-st.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/call-ar-st.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/call-rt-st.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/call-rt-st.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/call-strs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/call-strs.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/callfuncs.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/callfuncs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/charset.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/charset.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/chng-syms.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/chng-syms.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/code-expr.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/commands.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/completion.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/complex.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/complex.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/cond-expr.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/condbreak.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/consecutive.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/consecutive.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/constvars.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/constvars.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/corefile.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/coremaker.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/coremaker2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/cvexpr.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/cvexpr.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/d10v.ld
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/d10vovly.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/dbx.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/default.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/define.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/detach.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/display.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/display.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/dump.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/dump.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/echo.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/exprs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ena-dis-br.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ending-run.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ending-run.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/environ.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/eval-skip.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/execd-prog.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/exprs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/fileio.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/fileio.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/finish.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/float.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foll-exec.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foll-exec.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foll-fork.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foll-fork.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foll-vfork.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foll-vfork.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/foo.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/freebpcmd.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/freebpcmd.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/funcargs.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/funcargs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gcore.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/grbx.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gcore.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1056.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1090.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1090.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1250.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1250.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1476.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1476.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1555-main.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1555.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb1555.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdb_history
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/gdbvars.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/help.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/huge.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/huge.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/info-proc.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/int-type.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/interrupt.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/interrupt.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/jump.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/jump.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/langs.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/langs0.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/langs1.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/langs1.f
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/langs2.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/langs2.cxx
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/list.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/list0.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/list0.h
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/list1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/logical.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/long_long.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/long_long.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/m32r.ld
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/m32rovly.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/macscp.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/macscp1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/macscp2.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/macscp3.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/macscp4.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/maint.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/mips_pro.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/mips_pro.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/miscexprs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/miscexprs.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/nodebug.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/nodebug.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/opaque.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pc-fp.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/opaque0.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/opaque1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/overlays.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/overlays.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ovlymgr.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ovlymgr.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/page.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pc-fp.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pending.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pending.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pendshr.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pointers.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/pointers.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/printcmds.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/printcmds.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/psymtab.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/psymtab1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/psymtab2.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ptype.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ptype.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/radix.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/readline.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/recurse.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/recurse.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/regs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/relational.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/relocate.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/relocate.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/remote.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/remote.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/reread.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/reread1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/reread2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/restore.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/restore.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/return.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/return.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/return2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/return2.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/run.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/scope.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/scope0.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/scope1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sect-cmd.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/selftest.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sepdebug.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sepdebug.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/setshow.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/setshow.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shr1.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/setvar.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/setvar.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shlib-call.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shmain.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shr2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shreloc.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shreloc.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shreloc1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/shreloc2.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sigall.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sigall.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/signals.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/signals.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sizeof.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sizeof.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/so-impl-ld.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/so-impl-ld.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/so-indr-cl.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/so-indr-cl.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/solib.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/solib.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/solib1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/solib2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ss.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/step-line.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/step-line.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/step-line.inp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/step-test.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/step-test.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/store.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/store.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/structs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/structs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/structs2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/structs2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/sum.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/term.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/twice.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/twice.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/until.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/varargs.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/varargs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/vforked-prog.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/volatile.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/watchpoint.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/watchpoint.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/whatis-exp.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/whatis.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/whatis.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ambiguous.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ambiguous.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/annota2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/annota2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/annota3.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/annota3.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/anon-union.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/anon-union.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/breakpoint.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/breakpoint.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/bs15503.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/bs15503.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/casts.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/casts.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/class2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/class2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/classes.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/classes.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/cplusfuncs.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/cplusfuncs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ctti.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/hang.H
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/cttiadd.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/cttiadd1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/cttiadd2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/cttiadd3.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/demangle.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/derivation.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/derivation.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/exception.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/exception.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/gdb1355.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/gdb1355.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/hang.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/hang1.C
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/hang2.C
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/hang3.C
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/inherit.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/local.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/local.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/m-data.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/m-data.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/m-static.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/m-static.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/m-static.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/m-static1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/misc.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/maint.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/member-ptr.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/member-ptr.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/method.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/method.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/misc.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/namespace.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/namespace.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/namespace1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/overload.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/overload.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ovldbreak.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ovldbreak.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-1023.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-1023.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-1210.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-1210.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-1553.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-1553.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-574.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/pr-574.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/printmethod.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/psmang.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/printmethod.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/psmang1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/psmang2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ref-types.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ref-types.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/rtti.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/rtti.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/rtti1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/rtti2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/templates.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/templates.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/try_catch.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/try_catch.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/userdef.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/userdef.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/virtfunc.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/virtfunc.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/am33.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/am33.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/h8300s.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/h8300s.s
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/hppa.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/hppa.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/mn10200.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/mn10300.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/mn10300.s
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/sh3.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/sh3.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t01_mov.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t01_mov.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t02_mova.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t02_mova.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t03_add.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t03_add.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t04_sub.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t04_sub.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t05_cmp.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t05_cmp.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t06_ari2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t06_ari2.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t07_ari3.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t07_ari3.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t08_or.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t08_or.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t09_xor.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t09_xor.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t10_and.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t10_and.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t11_logs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t11_logs.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t12_bit.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t12_bit.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t13_otr.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/t13_otr.s
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran/exprs.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran/types.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/complaints.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/observer.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/xfullpath.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/configure
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/configure.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/configure
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/configure.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/optimize.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/run.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/configure
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/configure.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/genso-thresh.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/reg.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/reg.s
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.mk
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/average.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/configure
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/configure.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/sum.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb0.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/bs14602.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/bs14602.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/configure
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/configure.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/solib-d.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/solib-d1.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/solib-d2.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/configure
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/configure.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x3.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x3.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x.h
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x1.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x2.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/tools/test-objdbg.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/tools/odump
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/jmisc.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/jmisc.java
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/jmisc1.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/jmisc2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/jv-exp.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/jv-print.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/ChangeLog-1999-2003
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/basics.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/gdb669.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/gdb680.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/gdb701.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/gdb701.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/gdb792.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/gdb792.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-basics.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-break.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-cli.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-console.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-console.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-disassemble.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-eval.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-file.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-hack-cli.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-pthreads.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-read-memory.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-read-memory.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-regs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-return.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-simplerun.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-stack.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-stepi.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-syn-frame.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-syn-frame.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-until.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-var-block.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-var-child.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-var-cmd.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-var-display.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi-watch.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-basics.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-break.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-cli.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-console.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-disassemble.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-eval.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-file.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/until.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-hack-cli.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-pthreads.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-read-memory.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-regs.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-return.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-simplerun.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-stack.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-stepi.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-syn-frame.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-until.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-var-block.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-var-child.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-var-cmd.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-var-display.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/mi2-watch.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/pthreads.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/testcmds
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/var-cmd.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/basicclass.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/basicclass.m
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/nondebug.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/nondebug.m
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/objcdecode.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/objcdecode.m
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/Makefile.in
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/aout.sed
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/configure
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/configure.in
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/ecoff.sed
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/hppa.sed
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/weird.def
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/weird.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/xcoff.sed
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/gcore-thread.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/killed.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/killed.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/linux-dp.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/linux-dp.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/print-threads.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/print-threads.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/pthreads.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/pthreads.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/schedlock.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/schedlock.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/step.c
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/step.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/step2.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/switch-threads.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/switch-threads.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/thread-specific.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/thread-specific.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/tls-main.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/tls.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/tls-shared.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/tls-shared.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/tls.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/Makefile.in
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/actions.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/actions.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/backtrace.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/circ.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/circ.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/collection.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/collection.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/deltrace.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/gdb_c_test.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/infotrace.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/limits.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/limits.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/packetlen.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/passc-dyn.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/passcount.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/report.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/save-trace.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/tfind.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/tracecmd.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/while-dyn.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/while-stepping.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/compiler.c
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/compiler.cc
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/emc-support.exp
    C src/gnu/usr.bin/binutils/gdb/testsuite/lib/gdb.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/insight-support.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/java.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/mi-support.exp
    N src/gnu/usr.bin/binutils/gdb/testsuite/lib/trace-support.exp
    C src/gnu/usr.bin/binutils/gdb/vx-share/README
    C src/gnu/usr.bin/binutils/gdb/vx-share/dbgRpcLib.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/ptrace.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/regPacket.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/vxTypes.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/vxWorks.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/wait.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/xdr_ld.c
    C src/gnu/usr.bin/binutils/gdb/vx-share/xdr_ld.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/xdr_ptrace.c
    C src/gnu/usr.bin/binutils/gdb/vx-share/xdr_ptrace.h
    C src/gnu/usr.bin/binutils/gdb/vx-share/xdr_rdb.c
    C src/gnu/usr.bin/binutils/gdb/vx-share/xdr_rdb.h
    U src/gnu/usr.bin/binutils/include/gdb/ChangeLog
    U src/gnu/usr.bin/binutils/include/gdb/callback.h
    N src/gnu/usr.bin/binutils/include/gdb/fileio.h
    U src/gnu/usr.bin/binutils/include/gdb/remote-sim.h
    U src/gnu/usr.bin/binutils/include/gdb/signals.h
    U src/gnu/usr.bin/binutils/include/gdb/sim-arm.h
    U src/gnu/usr.bin/binutils/include/gdb/sim-d10v.h
    N src/gnu/usr.bin/binutils/include/gdb/sim-frv.h
    U src/gnu/usr.bin/binutils/include/gdb/sim-h8300.h
    U src/gnu/usr.bin/binutils/include/gdb/sim-sh.h
    
    585 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jFSF:yesterday -jFSF src/gnu/usr.bin/binutils

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/21 13:36:01

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/21 13:36:40

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/05/21 13:47:07

Modified files:
	.              : cvsup.html ftp.html 

Log message:
Add mirror in Bulgaria (Plovdiv)


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/05/21 13:51:08

Modified files:
	distrib/notes  : mirrors 

Log message:
Add mirror in Bulgaria (Plovdiv)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/21 14:23:43

Modified files:
	gnu/usr.bin/binutils: Makefile.bsd-wrapper 
	gnu/usr.bin/binutils/gdb: COPYING ChangeLog Makefile.in NEWS 
	                          README TODO abug-rom.c acconfig.h 
	                          aclocal.m4 ada-tasks.c alpha-nat.c 
	                          alpha-tdep.c alphanbsd-tdep.c 
	                          amd64obsd-nat.c annotate.c annotate.h 
	                          arm-tdep.c armnbsd-tdep.c bcache.c 
	                          bcache.h blockframe.c breakpoint.c 
	                          breakpoint.h buildsym.c buildsym.h 
	                          c-exp.y c-lang.c c-lang.h 
	                          c-typeprint.c c-valprint.c call-cmds.h 
	                          coff-solib.c coff-solib.h coffread.c 
	                          command.h complaints.c complaints.h 
	                          config.in configure configure.host 
	                          configure.in configure.tgt copying.awk 
	                          copying.c core-aout.c core-regset.c 
	                          corefile.c corelow.c cp-valprint.c 
	                          cpu32bug-rom.c dbug-rom.c dbxread.c 
	                          dcache.c dcache.h defs.h delta68-nat.c 
	                          demangle.c dpx2-nat.c dsrec.c 
	                          dwarf2read.c dwarfread.c elfread.c 
	                          environ.c environ.h eval.c exec.c 
	                          expprint.c expression.h f-exp.y 
	                          f-lang.c f-lang.h f-typeprint.c 
	                          f-valprint.c findvar.c fork-child.c 
	                          frame.c frame.h gdb-stabs.h gdb.1 
	                          gdb_stat.h gdb_string.h gdbcmd.h 
	                          gdbcore.h gdbthread.h gdbtypes.c 
	                          gdbtypes.h gnu-nat.c gnu-nat.h 
	                          h8300-tdep.c hppa-tdep.c hppa-tdep.h 
	                          hppah-nat.c hpread.c hpux-thread.c 
	                          i386-stub.c i386-tdep.c i386gnu-nat.c 
	                          i386ly-tdep.c i386v-nat.c i386v4-nat.c 
	                          i387-tdep.c infcall.c infcmd.c 
	                          inferior.h inflow.c infptrace.c 
	                          infrun.c inftarg.c irix5-nat.c 
	                          language.c language.h lynx-nat.c 
	                          m2-exp.y m2-lang.c m2-lang.h 
	                          m2-typeprint.c m2-valprint.c 
	                          m68k-stub.c m68k-tdep.c m68k-tdep.h 
	                          m68knbsd-nat.c main.c maint.c 
	                          mdebugread.c mem-break.c minimon.h 
	                          minsyms.c mips-nat.c mips-tdep.c 
	                          mipsnbsd-nat.c mipsread.c mipsv4-nat.c 
	                          monitor.c monitor.h nlmread.c 
	                          ns32k-tdep.c ns32knbsd-nat.c 
	                          objfiles.c objfiles.h parse.c 
	                          parser-defs.h ppcbug-rom.c 
	                          ppcobsd-nat.c printcmd.c procfs.c 
	                          remote-e7000.c remote-est.c 
	                          remote-hms.c remote-mips.c 
	                          remote-rdp.c remote-sim.c remote-st.c 
	                          remote-utils.c remote-utils.h 
	                          remote-vx.c remote-vx68.c 
	                          remote-vxmips.c remote-vxsparc.c 
	                          remote.c reply_mig_hack.awk 
	                          rom68k-rom.c rs6000-nat.c 
	                          rs6000-tdep.c scm-exp.c scm-lang.c 
	                          scm-lang.h scm-tags.h scm-valprint.c 
	                          ser-e7kpc.c ser-go32.c ser-tcp.c 
	                          ser-unix.c serial.c serial.h sh-stub.c 
	                          sh-tdep.c sh3-rom.c sol-thread.c 
	                          solib.c solib.h somread.c somsolib.c 
	                          somsolib.h source.c sparc-nat.c 
	                          sparc-stub.c sparc-tdep.c 
	                          sparc64-tdep.c sparcnbsd-nat.c srec.h 
	                          stabsread.c stabsread.h stack.c 
	                          standalone.c stop-gdb.c sun3-nat.c 
	                          symfile.c symfile.h symmisc.c symtab.c 
	                          symtab.h target.c target.h terminal.h 
	                          thread.c top.c top.h typeprint.c 
	                          typeprint.h utils.c valarith.c 
	                          valops.c valprint.c valprint.h value.h 
	                          values.c vax-tdep.c vax-tdep.h 
	                          win32-nat.c xcoffread.c xcoffsolib.c 
	                          xcoffsolib.h xmodem.c xmodem.h 
	gnu/usr.bin/binutils/gdb/config: nm-gnu.h nm-lynx.h nm-nbsd.h 
	                                 nm-sysv4.h tm-lynx.h tm-sunos.h 
	                                 tm-sysv4.h xm-aix4.h xm-nbsd.h 
	                                 xm-sysv4.h 
	gnu/usr.bin/binutils/gdb/config/alpha: alpha-linux.mh 
	                                       alpha-linux.mt 
	                                       alpha-osf1.mh 
	                                       alpha-osf1.mt 
	                                       alpha-osf2.mh 
	                                       alpha-osf3.mh nm-linux.h 
	                                       nm-osf.h nm-osf2.h 
	                                       nm-osf3.h tm-alpha.h 
	                                       tm-alphalinux.h 
	                                       xm-alphalinux.h 
	                                       xm-alphaosf.h 
	gnu/usr.bin/binutils/gdb/config/arm: tm-arm.h 
	gnu/usr.bin/binutils/gdb/config/h8300: h8300.mt tm-h8300.h 
	gnu/usr.bin/binutils/gdb/config/i386: fbsd.mh fbsd.mt go32.mh 
	                                      i386aout.mt i386gnu.mh 
	                                      i386gnu.mt i386lynx.mh 
	                                      i386nw.mt i386sco.mh 
	                                      i386sco4.mh i386sco5.mh 
	                                      i386sol2.mh i386sol2.mt 
	                                      i386v.mh i386v.mt 
	                                      i386v4.mh linux.mh 
	                                      linux.mt nbsd.mt 
	                                      ncr3000.mh ncr3000.mt 
	                                      nm-fbsd.h nm-i386lynx.h 
	                                      nm-i386sco.h nm-i386sco4.h 
	                                      nm-i386sco5.h nm-i386v.h 
	                                      nm-i386v4.h nm-linux.h 
	                                      nm-nbsd.h nm-obsd.h 
	                                      obsd.mh obsd.mt obsd64.mh 
	                                      tm-i386.h tm-i386lynx.h 
	                                      tm-linux.h tm-nbsd.h 
	                                      xm-go32.h xm-i386sco.h 
	                                      xm-i386v.h xm-i386v4.h 
	                                      xm-nbsd.h 
	gnu/usr.bin/binutils/gdb/config/m68k: 3b1.mh 3b1.mt delta68.mh 
	                                      delta68.mt dpx2.mh dpx2.mt 
	                                      m68klynx.mh m68klynx.mt 
	                                      m68kv4.mh m68kv4.mt 
	                                      monitor.mt nm-delta68.h 
	                                      nm-dpx2.h nm-m68klynx.h 
	                                      nm-nbsd.h nm-sun2.h 
	                                      nm-sun3.h nm-sysv4.h 
	                                      obsd.mh obsd.mt sun2os3.mh 
	                                      sun2os3.mt sun2os4.mh 
	                                      sun2os4.mt sun3os3.mh 
	                                      sun3os3.mt sun3os4.mh 
	                                      sun3os4.mt tm-3b1.h 
	                                      tm-cisco.h tm-delta68.h 
	                                      tm-dpx2.h tm-m68k.h 
	                                      tm-m68klynx.h tm-m68kv4.h 
	                                      tm-monitor.h tm-nbsd.h 
	                                      tm-obsd.h tm-os68k.h 
	                                      tm-st2000.h tm-sun2.h 
	                                      tm-sun2os4.h tm-sun3.h 
	                                      tm-sun3os4.h tm-vx68.h 
	                                      xm-3b1.h xm-delta68.h 
	                                      xm-dpx2.h xm-m68k.h 
	                                      xm-m68kv4.h xm-nbsd.h 
	                                      xm-sun2.h xm-sun3.h 
	                                      xm-sun3os4.h 
	gnu/usr.bin/binutils/gdb/config/mips: decstation.mh embed.mt 
	                                      irix5.mh irix5.mt 
	                                      littlemips.mh mipsv4.mh 
	                                      mipsv4.mt news-mips.mh 
	                                      nm-irix5.h nm-mips.h 
	                                      nm-news-mips.h nm-riscos.h 
	                                      riscos.mh tm-irix5.h 
	                                      tm-mips.h tm-mipsv4.h 
	                                      tm-vxmips.h xm-irix5.h 
	                                      xm-mips.h xm-mipsv4.h 
	                                      xm-riscos.h 
	gnu/usr.bin/binutils/gdb/config/ns32k: nm-nbsd.h xm-nbsd.h 
	gnu/usr.bin/binutils/gdb/config/pa: hppahpux.mh hppahpux.mt 
	                                    nm-hppah.h nm-obsd.h obsd.mh 
	                                    obsd.mt tm-hppa.h tm-hppah.h 
	                                    xm-hppah.h 
	gnu/usr.bin/binutils/gdb/config/powerpc: aix.mh aix.mt linux.mh 
	                                         nm-aix.h nm-obsd.h 
	                                         obsd.mh ppc-eabi.mt 
	                                         ppc-sim.mt tm-ppc-aix.h 
	                                         tm-ppc-eabi.h 
	                                         tm-ppcle-eabi.h 
	                                         tm-ppcle-sim.h xm-aix.h 
	                                         xm-linux.h 
	gnu/usr.bin/binutils/gdb/config/rs6000: aix4.mh aix4.mt 
	                                        nm-rs6000.h 
	                                        nm-rs6000ly.h rs6000.mh 
	                                        rs6000.mt rs6000lynx.mh 
	                                        rs6000lynx.mt 
	                                        tm-rs6000-aix4.h 
	                                        tm-rs6000.h 
	                                        tm-rs6000ly.h xm-aix4.h 
	                                        xm-rs6000.h 
	gnu/usr.bin/binutils/gdb/config/sh: tm-sh.h 
	gnu/usr.bin/binutils/gdb/config/sparc: nbsd.mt nbsdelf.mh 
	                                       nm-nbsd.h obsd.mt 
	                                       tm-nbsd.h 
	gnu/usr.bin/binutils/gdb/config/vax: nbsd.mt nm-obsd.h nm-vax.h 
	                                     obsd.mh tm-nbsd.h vax.mt 
	                                     vaxbsd.mh vaxult.mh 
	                                     vaxult2.mh xm-vax.h 
	                                     xm-vaxbsd.h xm-vaxult.h 
	                                     xm-vaxult2.h 
	gnu/usr.bin/binutils/gdb/doc: ChangeLog Makefile.in 
	                              agentexpr.texi all-cfg.texi 
	                              configure configure.in gdb.texinfo 
	                              gdbint.texinfo refcard.tex 
	                              stabs.texinfo 
	gnu/usr.bin/binutils/gdb/gdbserver: Makefile.in README 
	                                    configure.in gdbreplay.c 
	                                    gdbserver.1 remote-utils.c 
	                                    server.c server.h utils.c 
	gnu/usr.bin/binutils/gdb/nlm: Makefile.in configure configure.in 
	                              gdbserve.c i386.c i386.h ppc.c 
	gnu/usr.bin/binutils/gdb/rdi-share: adp.h adperr.h angel.h 
	                                    angel_bytesex.c 
	                                    angel_bytesex.h 
	                                    angel_endian.h ardi.c ardi.h 
	                                    armdbg.h buffers.h 
	                                    chandefs.h channels.h 
	                                    chanpriv.h crc.c crc.h 
	                                    dbg_conf.h dbg_cp.h 
	                                    dbg_hif.h dbg_rdi.h 
	                                    devclnt.h devices.h devsw.c 
	                                    devsw.h drivers.c drivers.h 
	                                    etherdrv.c ethernet.h 
	                                    hostchan.c hostchan.h hsys.c 
	                                    hsys.h logging.c logging.h 
	                                    msgbuild.c msgbuild.h 
	                                    params.c params.h rx.c 
	                                    rxtx.h serdrv.c serpardr.c 
	                                    sys.h tx.c unixcomm.c 
	                                    unixcomm.h 
	gnu/usr.bin/binutils/gdb/testsuite: ChangeLog Makefile.in 
	                                    configure configure.in 
	gnu/usr.bin/binutils/gdb/testsuite/config: abug.exp cpu32bug.exp 
	                                           est.exp gdbserver.exp 
	                                           hmsirom.exp hppro.exp 
	                                           monitor.exp 
	                                           netware.exp 
	                                           rom68k.exp 
	                                           unknown.exp 
	                                           vxworks29k.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.base: Makefile.in 
	                                             a2-run.exp 
	                                             bitfields.c 
	                                             bitfields.exp 
	                                             break.c break.exp 
	                                             callfuncs.c 
	                                             callfuncs.exp 
	                                             commands.exp 
	                                             corefile.exp 
	                                             coremaker.c 
	                                             default.exp 
	                                             echo.exp exprs.c 
	                                             exprs.exp 
	                                             funcargs.c 
	                                             funcargs.exp 
	                                             gdbvars.exp 
	                                             help.exp 
	                                             interrupt.c 
	                                             interrupt.exp 
	                                             langs.exp langs0.c 
	                                             langs1.c langs2.c 
	                                             list.exp list0.c 
	                                             list0.h list1.c 
	                                             mips_pro.c 
	                                             mips_pro.exp 
	                                             nodebug.c 
	                                             nodebug.exp 
	                                             opaque.exp 
	                                             opaque0.c opaque1.c 
	                                             printcmds.c 
	                                             printcmds.exp 
	                                             ptype.c ptype.exp 
	                                             radix.exp recurse.c 
	                                             recurse.exp 
	                                             regs.exp return.c 
	                                             return.exp run.c 
	                                             scope.exp scope0.c 
	                                             scope1.c setshow.c 
	                                             setshow.exp 
	                                             setvar.c setvar.exp 
	                                             sigall.c sigall.exp 
	                                             signals.c 
	                                             signals.exp 
	                                             term.exp twice.c 
	                                             twice.exp 
	                                             watchpoint.c 
	                                             watchpoint.exp 
	                                             whatis.c whatis.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm: Makefile.in 
	                                               hppa.exp sh3.exp 
	                                               sh3.s 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran: exprs.exp 
	                                                types.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs: configure 
	                                              configure.in 
	                                              weird.def 
	                                              weird.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.threads: Makefile.in 
	                                                pthreads.c 
	                                                pthreads.exp 
	                                                step.exp 
	                                                step2.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.trace: gdb_c_test.c 
	gnu/usr.bin/binutils/gdb/testsuite/lib: gdb.exp 
	gnu/usr.bin/binutils/gdb/vx-share: vxWorks.h xdr_ld.c 
	                                   xdr_ptrace.c xdr_ptrace.h 
	                                   xdr_rdb.c 
Added files:
	gnu/usr.bin/binutils/gdb: bsd-kvm.c bsd-kvm.h hppabsd-nat.c 
	                          m68kbsd-nat.c m68kbsd-tdep.c 
	                          ppcobsd-tdep.c ppcobsd-tdep.h 
	                          vaxbsd-nat.c vaxnbsd-tdep.c 
	gnu/usr.bin/binutils/gdb/config: nm-bsd.h 
	gnu/usr.bin/binutils/gdb/config/powerpc: obsd.mt 
	gnu/usr.bin/binutils/gdb/doc: annotate.info gdb.info gdb.info-1 
	                              gdb.info-2 gdb.info-3 gdbint.info 
	                              inc-hist.texinfo stabs.info 
Removed files:
	gnu/usr.bin/binutils/gdb: .gdbinit ChangeLog-9091 ChangeLog-92 
	                          ChangeLog-93 ChangeLog-94 ChangeLog-95 
	                          README.GDBTK a29k-tdep.c a68v-nat.c 
	                          alphaobsd-nat.c altos-xdep.c 
	                          arm-convert.s arm-xdep.c callback.c 
	                          callback.h ch-exp.c ch-lang.c 
	                          ch-lang.h ch-typeprint.c ch-valprint.c 
	                          command.c convex-tdep.c convex-xdep.c 
	                          core-sol2.c cxux-nat.c dst.h dstread.c 
	                          gdba.el gdbtk.c gdbtk.tcl gnu-regex.c 
	                          gnu-regex.h go32-xdep.c gould-tdep.c 
	                          gould-xdep.c h8500-tdep.c 
	                          hp300ux-nat.c hppab-nat.c hppam3-nat.c 
	                          hppaobsd-nat.c i386aix-nat.c 
	                          i386b-nat.c i386m3-nat.c 
	                          i386mach-nat.c i386nbsd-nat.c 
	                          i960-tdep.c irix4-nat.c isi-xdep.c 
	                          kcore-nbsd.c kdb-start.c m3-nat.c 
	                          m88k-nat.c m88k-tdep.c m88knbsd-nat.c 
	                          mac-defs.h mac-gdb.r mac-nat.c 
	                          mac-xdep.c mips-obsd.c mipsm3-nat.c 
	                          mon960-rom.c mpw-config.in 
	                          mpw-make.sed news-xdep.c nindy-tdep.c 
	                          ns32km3-nat.c obsdsolib.c op50-rom.c 
	                          os9kread.c osfsolib.c partial-stab.h 
	                          ptx4-nat.c pyr-tdep.c pyr-xdep.c 
	                          remote-adapt.c remote-array.c 
	                          remote-bug.c remote-eb.c remote-es.c 
	                          remote-mm.c remote-nindy.c 
	                          remote-nrom.c remote-os9k.c 
	                          remote-pa.c remote-sim.h remote-udi.c 
	                          remote-vx29k.c remote-vx960.c 
	                          remote-wiggler.c saber.suppress 
	                          ser-mac.c signals.h sp64nbsd-nat.c 
	                          sparcl-stub.c sparcl-tdep.c 
	                          sparclet-rom.c stuff.c sun386-nat.c 
	                          symm-nat.c symm-tdep.c tahoe-tdep.c 
	                          ultra3-nat.c ultra3-xdep.c umax-xdep.c 
	                          vaxnbsd-nat.c w65-tdep.c w89k-rom.c 
	                          z8k-tdep.c 
	gnu/usr.bin/binutils/gdb/29k-share: README udi_soc 
	gnu/usr.bin/binutils/gdb/29k-share/udi: udi2go32.c udiids.h 
	                                        udip2soc.c udiphcfg.h 
	                                        udiphunix.h udiproc.h 
	                                        udipt29k.h udiptcfg.h 
	                                        udisoc.h udr.c 
	gnu/usr.bin/binutils/gdb/config: nm-empty.h nm-m3.h nm-obsd.h 
	                                 tm-nbsd.h tm-obsd.h xm-lynx.h 
	                                 xm-mpw.h xm-obsd.h 
	gnu/usr.bin/binutils/gdb/config/a29k: a29k-kern.mt a29k-udi.mt 
	                                      a29k.mt nm-ultra3.h 
	                                      tm-a29k.h tm-ultra3.h 
	                                      tm-vx29k.h ultra3.mh 
	                                      ultra3.mt vx29k.mt 
	                                      xm-ultra3.h 
	gnu/usr.bin/binutils/gdb/config/alpha: nm-obsd.h obsd.mh obsd.mt 
	                                       tm-alphaobsd.h 
	                                       xm-alphaobsd.h 
	gnu/usr.bin/binutils/gdb/config/arm: arm.mh arm.mt nm-arm.h 
	                                     xm-arm.h 
	gnu/usr.bin/binutils/gdb/config/convex: Convex.notes convex.mh 
	                                        convex.mt tm-convex.h 
	                                        xm-convex.h 
	gnu/usr.bin/binutils/gdb/config/gould: np1.mh np1.mt pn.mh pn.mt 
	                                       tm-np1.h tm-pn.h xm-np1.h 
	                                       xm-pn.h 
	gnu/usr.bin/binutils/gdb/config/h8500: h8500.mt tm-h8500.h 
	gnu/usr.bin/binutils/gdb/config/i386: cygwin32.mh cygwin32.mt 
	                                      gdbserve.mt i386aix.mh 
	                                      i386aix.mt i386bsd.mh 
	                                      i386bsd.mt i386dgux.mh 
	                                      i386m3.mh i386m3.mt 
	                                      i386mach.mh i386mk.mh 
	                                      i386mk.mt i386os9k.mt 
	                                      i386v32.mh i386v4.mt 
	                                      nbsd.mh nm-gnu.h 
	                                      nm-i386aix.h nm-i386bsd.h 
	                                      nm-i386mach.h nm-m3.h 
	                                      nm-ptx4.h nm-sun386.h 
	                                      nm-symmetry.h ptx.mh 
	                                      ptx.mt ptx4.mh ptx4.mt 
	                                      sun386.mh sun386.mt 
	                                      symmetry.mh symmetry.mt 
	                                      tm-cygwin32.h tm-i386aix.h 
	                                      tm-i386bsd.h tm-i386gnu.h 
	                                      tm-i386m3.h tm-i386mk.h 
	                                      tm-i386nw.h tm-i386os9k.h 
	                                      tm-i386v.h tm-i386v4.h 
	                                      tm-obsd.h tm-ptx.h 
	                                      tm-ptx4.h tm-sun386.h 
	                                      tm-symmetry.h windows.mh 
	                                      xm-cygwin32.h xm-i386aix.h 
	                                      xm-i386bsd.h xm-i386gnu.h 
	                                      xm-i386lynx.h xm-i386m3.h 
	                                      xm-i386mach.h xm-i386mk.h 
	                                      xm-i386v32.h xm-linux.h 
	                                      xm-obsd.h xm-ptx.h 
	                                      xm-ptx4.h xm-sun386.h 
	                                      xm-symmetry.h xm-windows.h 
	gnu/usr.bin/binutils/gdb/config/i960: mon960.mt nindy960.mt 
	                                      tm-i960.h tm-mon960.h 
	                                      tm-nindy960.h tm-vx960.h 
	                                      vxworks960.mt 
	gnu/usr.bin/binutils/gdb/config/m68k: altos.mh altos.mt 
	                                      apollo68b.mh apollo68b.mt 
	                                      apollo68v.mh es1800.mt 
	                                      hp300bsd.mh hp300bsd.mt 
	                                      hp300hpux.mh hp300hpux.mt 
	                                      isi.mh isi.mt nbsd.mh 
	                                      nbsd.mt news.mh news.mt 
	                                      news1000.mh nm-apollo68b.h 
	                                      nm-apollo68v.h 
	                                      nm-hp300bsd.h 
	                                      nm-hp300hpux.h nm-news.h 
	                                      nm-obsd.h tm-altos.h 
	                                      tm-apollo68b.h tm-es1800.h 
	                                      tm-hp300bsd.h 
	                                      tm-hp300hpux.h tm-isi.h 
	                                      tm-mac.h tm-news.h 
	                                      xm-altos.h xm-apollo68b.h 
	                                      xm-apollo68v.h 
	                                      xm-hp300bsd.h 
	                                      xm-hp300hpux.h xm-isi.h 
	                                      xm-m68klynx.h xm-mpw.h 
	                                      xm-news.h xm-news1000.h 
	                                      xm-obsd.h 
	gnu/usr.bin/binutils/gdb/config/m88k: cxux.mh cxux.mt delta88.mh 
	                                      delta88.mt delta88v4.mh 
	                                      delta88v4.mt m88k.mh 
	                                      m88k.mt nm-cxux.h 
	                                      nm-delta88v4.h nm-m88k.h 
	                                      nm-obsd.h obsd.mh obsd.mt 
	                                      tm-cxux.h tm-delta88.h 
	                                      tm-delta88v4.h tm-m88k.h 
	                                      tm-obsd.h xm-cxux.h 
	                                      xm-delta88.h 
	                                      xm-delta88v4.h xm-dgux.h 
	                                      xm-m88k.h xm-obsd.h 
	gnu/usr.bin/binutils/gdb/config/mips: bigmips.mt bigmips64.mt 
	                                      decstation.mt embed64.mt 
	                                      embedl.mt embedl64.mt 
	                                      irix3.mh irix3.mt irix4.mh 
	                                      littlemips.mt 
	                                      mipseb_obsd.mh 
	                                      mipseb_obsd.mt mipsel64.mt 
	                                      mipsel_obsd.mh 
	                                      mipsel_obsd.mt mipsm3.mh 
	                                      mipsm3.mt nm-irix3.h 
	                                      nm-irix4.h tm-bigmips.h 
	                                      tm-bigmips64.h tm-embed.h 
	                                      tm-embed64.h tm-embedl.h 
	                                      tm-embedl64.h tm-irix3.h 
	                                      tm-mips64.h tm-mipsm3.h 
	                                      tm-vr4300.h tm-vr4300el.h 
	                                      tm-vr5000.h tm-vr5000el.h 
	                                      vr4300.mt vr4300el.mt 
	                                      vr5000.mt vr5000el.mt 
	                                      xm-bigmips.h xm-irix3.h 
	                                      xm-irix4.h xm-mipsm3.h 
	                                      xm-news-mips.h 
	gnu/usr.bin/binutils/gdb/config/none: nm-none.h none.mh none.mt 
	                                      tm-none.h xm-none.h 
	gnu/usr.bin/binutils/gdb/config/ns32k: merlin.mh merlin.mt 
	                                       nbsd.mh nbsd.mt nm-obsd.h 
	                                       nm-umax.h ns32km3.mh 
	                                       ns32km3.mt obsd.mh 
	                                       obsd.mt tm-merlin.h 
	                                       tm-nbsd.h tm-ns32km3.h 
	                                       tm-obsd.h tm-umax.h 
	                                       umax.mh umax.mt 
	                                       xm-merlin.h xm-ns32km3.h 
	                                       xm-obsd.h xm-umax.h 
	gnu/usr.bin/binutils/gdb/config/pa: hppabsd.mh hppabsd.mt 
	                                    hppaelf.mh hppaelf.mt 
	                                    hppaosf.mh hppaosf.mt 
	                                    hppapro.mt nm-hppab.h 
	                                    nm-hppao.h tm-hppab.h 
	                                    tm-hppao.h tm-hppaobsd.h 
	                                    tm-pro.h xm-hppab.h 
	                                    xm-hppaobsd.h xm-pa.h 
	gnu/usr.bin/binutils/gdb/config/powerpc: aix4.mh aix4.mt 
	                                         cygwin32.mh cygwin32.mt 
	                                         gdbserve.mt macos.mh 
	                                         macos.mt nm-macos.h 
	                                         nm-solaris.h ppc-bsd.mt 
	                                         ppc-nw.mt ppcle-eabi.mt 
	                                         ppcle-sim.mt solaris.mh 
	                                         solaris.mt 
	                                         tm-cygwin32.h 
	                                         tm-macos.h 
	                                         tm-ppc-aix4.h 
	                                         tm-ppc-bsd.h 
	                                         tm-ppc-nw.h 
	                                         tm-ppc-sim.h 
	                                         tm-solaris.h 
	                                         xm-cygwin32.h xm-mpw.h 
	                                         xm-obsd.h xm-solaris.h 
	gnu/usr.bin/binutils/gdb/config/pyr: pyramid.mh pyramid.mt 
	                                     tm-pyr.h xm-pyr.h 
	gnu/usr.bin/binutils/gdb/config/romp: rtbsd.mh xm-rtbsd.h 
	gnu/usr.bin/binutils/gdb/config/rs6000: xm-rs6000ly.h 
	gnu/usr.bin/binutils/gdb/config/sh: sh.mt 
	gnu/usr.bin/binutils/gdb/config/sparc: nbsd.mh nm-obsd.h 
	                                       nm-obsd64.h 
	                                       nm-sparclynx.h 
	                                       nm-sun4os4.h 
	                                       nm-sun4sol2.h obsd.mh 
	                                       obsd64.mh sp64.mt 
	                                       sp64sim.mt sp64sol2.mt 
	                                       sparc-em.mt sparclet.mt 
	                                       sparclite.mt sparclynx.mh 
	                                       sparclynx.mt sun4os4.mh 
	                                       sun4os4.mt sun4sol2.mh 
	                                       sun4sol2.mt tm-obsd.h 
	                                       tm-sp64.h tm-sp64sim.h 
	                                       tm-sparc.h tm-sparclet.h 
	                                       tm-sparclite.h 
	                                       tm-sparclynx.h 
	                                       tm-spc-em.h tm-sun4os4.h 
	                                       tm-sun4sol2.h 
	                                       tm-vxsparc.h vxsparc.mt 
	                                       xm-nbsd.h xm-obsd.h 
	                                       xm-sparc.h xm-sparclynx.h 
	                                       xm-sun4os4.h 
	                                       xm-sun4sol2.h 
	gnu/usr.bin/binutils/gdb/config/tahoe: tahoe.mh tahoe.mt 
	                                       tm-tahoe.h xm-tahoe.h 
	gnu/usr.bin/binutils/gdb/config/vax: nbsd.mh nm-nbsd.h obsd.mt 
	                                     tm-obsd.h tm-vax.h 
	                                     xm-nbsd.h xm-obsd.h 
	gnu/usr.bin/binutils/gdb/config/w65: tm-w65.h w65.mt 
	gnu/usr.bin/binutils/gdb/config/z8k: tm-z8k.h z8k.mt 
	gnu/usr.bin/binutils/gdb/doc: annotate.texi gdbgui.texinfo 
	                              h8-cfg.texi libgdb.texinfo 
	                              remote.texi 
	gnu/usr.bin/binutils/gdb/gdbserver: low-hppabsd.c low-linux.c 
	                                    low-lynx.c low-sparc.c 
	                                    low-sun3.c 
	gnu/usr.bin/binutils/gdb/mswin: ChangeLog STRUCTURE a29k.mak 
	                                aboutbox.cpp aboutbox.h 
	                                bfdcore.c bpt.cpp bpt.h 
	                                bptdoc.cpp bptdoc.h browserf.cpp 
	                                browserf.h browserl.cpp 
	                                browserl.h change.cpp change.h 
	                                colinfo.cpp colinfo.h common.mak 
	                                config.h config.mak dirpkr.cpp 
	                                dirpkr.h expwin.cpp expwin.h 
	                                fake.cpp fake.h flash.cpp 
	                                flash.h fontinfo.cpp fontinfo.h 
	                                framevie.cpp framevie.h 
	                                frameview.cpp frameview.h 
	                                fsplit.cpp fsplit.h gdbdoc.cpp 
	                                gdbdoc.h gdbpeek.c gdbtypes.h 
	                                gdbwin.c gdbwin.h gdbwinxx.cpp 
	                                gdbwrap.cpp gdbwrap.h 
	                                ginfodoc.cpp ginfodoc.h gm.mak 
	                                gui.aps gui.clw gui.cpp gui.h 
	                                gui.mak gui.rc guiframe.cpp 
	                                guiframe.h h8300.mak i386.mak 
	                                iface.cpp iface.h infofram.h 
	                                infoframe.cpp infoframe.h 
	                                initfake.c iostuff.c iostuff.def 
	                                iostuff.sbr log.cpp log.h 
	                                m68k.mak mainfrm.cpp mainfrm.h 
	                                makefile makemake.bat makemake.c 
	                                mem.cpp mem.h mini.cpp mini.h 
	                                mips.mak nm.h option.cpp 
	                                option.h options.h pageset.cpp 
	                                pageset.h parallel.cpp props.cpp 
	                                regdoc.cpp regdoc.h regenerate 
	                                regview.cpp regview.h resource.h 
	                                scview.cpp ser-win32s.c serdll.h 
	                                serdll.mak serdll16.c 
	                                serdll16.def serdll16.mak 
	                                serdll32.c serdll32.def 
	                                serdll32.h serdll32.mak 
	                                serdll95.mak serstub.c sertest.c 
	                                sh.mak sim.mak sparclet.mak 
	                                sparclit.mak srcb.cpp srcb.h 
	                                srcbrows.cpp srcbrows.h srcd.cpp 
	                                srcd.h srcsel.cpp srcsel.h 
	                                srcwin.cpp srcwin.h stdafx.cpp 
	                                stdafx.h stubs.c sysdep.h 
	                                tabstop.cpp tabstop.h 
	                                thinking.cpp thinking.h 
	                                transbmp.cpp transbmp.h try.h 
	                                w32sut.h w32sut16.lib 
	                                w32sut32.lib waitcur.h 
	                                win-e7kpc.c win-e7kpc.h 
	                                win-e7kpc16.c windefs.h 
	                                wine7kpc.def winthunk.def xm.h 
	gnu/usr.bin/binutils/gdb/mswin/menus: Makefile debug.h file.h 
	                                      help.h insppop.h menus.h 
	                                      menus.rc srcfile.h 
	                                      srcpopup.h view.h window.h 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt: README bfd.h file.h new 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/a29k: bfdtarget.h tm.h 
	                                              version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/gdb: cexptab.c copying.c 
	                                             fexptab.c 
	                                             m2exptab.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/h8300: bfdtarget.h tm.h 
	                                               version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/i386: bfdtarget.h tm.h 
	                                              version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/libiberty: alloca-conf.h 
	                                                   config.h 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/m68k: bfdtarget.h tm.h 
	                                              version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/mips: bfdtarget.h 
	                                              elf32-target.h 
	                                              elf64-target.h 
	                                              engine.c tm.h 
	                                              version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/sh: bfdtarget.h code.c 
	                                            table.c tm.h 
	                                            version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclet: bfdtarget.h 
	                                                  tm.h version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclite: bfdtarget.h 
	                                                   tm.h 
	                                                   version.c 
	gnu/usr.bin/binutils/gdb/mswin/prebuilt/sys: file.h ioctl.h 
	                                             param.h syscall.h 
	                                             time.h 
	gnu/usr.bin/binutils/gdb/mswin/res: N_gdb.ico N_gdbico.bmp 
	                                    N_gdbico.ico bitmap1.bmp 
	                                    bmp00001.bmp bmp00002.bmp 
	                                    bmp00003.bmp bmp00004.bmp 
	                                    bmp00005.bmp bmp00007.bmp 
	                                    bmp00008.bmp bpt_curs.cur 
	                                    cdown.bmp cf.bmp 
	                                    cur00001.cur cursor1.cur 
	                                    gui.ico gui.rc2 guidoc.ico 
	                                    ico00001.ico ico00002.ico 
	                                    ico00003.ico ico00004.ico 
	                                    ico00005.ico icon1.ico 
	                                    icon2.ico id_sym_i.ico 
	                                    idi_.ico idr_asmt.ico 
	                                    idr_bpth.ico idr_cmdf.ico 
	                                    idr_cmdt.ico idr_expt.ico 
	                                    idr_guit.ico idr_main.bmp 
	                                    idr_main.ico idr_regt.ico 
	                                    idr_srcb.ico idr_srct.ico 
	                                    idr_wint.bmp infodoc.ico 
	                                    memdoc.ico split_bi.bmp 
	                                    toolbar.bmp 
	gnu/usr.bin/binutils/gdb/nindy-share: Makefile Onindy.c README 
	                                      VERSION b.out.h block_io.h 
	                                      coff.h env.h nindy.c 
	                                      stop.h ttyflush.c 
	gnu/usr.bin/binutils/gdb/testsuite/config: mips-gdb.exp 
	                                           mt-a29k-udi 
	                                           mt-i386-aout 
	                                           mt-i960-nindy mt-lynx 
	                                           mt-m68k mt-mips-ecoff 
	                                           mt-netware mt-slite 
	                                           mt-sparc-aout mt-unix 
	                                           mt-vxworks 
	                                           nind-gdb.exp 
	                                           sim-gdb.exp 
	                                           slite-gdb.exp 
	                                           udi-gdb.exp 
	                                           unix-gdb.exp 
	                                           vx-gdb.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.base: README 
	                                             a1-selftest.exp 
	                                             compiler.c 
	                                             configure 
	                                             configure.in 
	                                             crossload.exp 
	                                             i486-elf.u 
	                                             i860-elf.u 
	                                             m68k-aout.u 
	                                             m68k-aout2.u 
	                                             m68k-elf.u 
	                                             mips-ecoff.u 
	                                             sparc-aout.u 
	                                             sparc-elf.u 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.c++: Makefile.in 
	                                            classes.exp 
	                                            compiler.cc 
	                                            configure 
	                                            configure.in 
	                                            cplusfuncs.cc 
	                                            cplusfuncs.exp 
	                                            demangle.exp 
	                                            inherit.exp misc.cc 
	                                            misc.exp 
	                                            templates.cc 
	                                            templates.exp 
	                                            virtfunc.cc 
	                                            virtfunc.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.chill: ChangeLog 
	                                              Makefile.in 
	                                              builtins.ch 
	                                              builtins.exp 
	                                              callch.ch 
	                                              callch.exp 
	                                              chexp.exp 
	                                              chillvars.ch 
	                                              chillvars.exp 
	                                              configure 
	                                              configure.in 
	                                              enum.ch enum.exp 
	                                              extstruct-grt.ch 
	                                              extstruct.ch 
	                                              extstruct.exp 
	                                              func1.ch 
	                                              gch1041.ch 
	                                              gch1041.exp 
	                                              gch1272.ch 
	                                              gch1272.exp 
	                                              gch1280.ch 
	                                              gch1280.exp 
	                                              gch922.ch 
	                                              gch922.exp 
	                                              gch981.ch 
	                                              gch981.exp misc.ch 
	                                              misc.exp 
	                                              powerset.ch 
	                                              powerset.exp 
	                                              pr-4975-grt.ch 
	                                              pr-4975.ch 
	                                              pr-4975.exp 
	                                              pr-5016.ch 
	                                              pr-5016.exp 
	                                              pr-5020.ch 
	                                              pr-5020.exp 
	                                              pr-5022.ch 
	                                              pr-5022.exp 
	                                              pr-5646-grt.ch 
	                                              pr-5646.ch 
	                                              pr-5646.exp 
	                                              pr-5984.ch 
	                                              pr-5984.exp 
	                                              pr-6292.ch 
	                                              pr-6292.exp 
	                                              pr-6632-grt.ch 
	                                              pr-6632.ch 
	                                              pr-6632.exp 
	                                              pr-8134.exp 
	                                              pr-8136.ch 
	                                              pr-8136.exp 
	                                              pr-8405.ch 
	                                              pr-8405.exp 
	                                              pr-8742.ch 
	                                              pr-8742.exp 
	                                              pr-8894-grt.ch 
	                                              pr-8894.ch 
	                                              pr-8894.exp 
	                                              pr-9095.ch 
	                                              pr-9095.exp 
	                                              pr-9946.ch 
	                                              pr-9946.exp 
	                                              result.ch 
	                                              result.exp 
	                                              string.ch 
	                                              string.exp 
	                                              tests1.ch 
	                                              tests1.exp 
	                                              tests2.ch 
	                                              tests2.exp 
	                                              tuples.ch 
	                                              tuples.exp 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm: configure 
	                                               configure.in 
	                                               hppa.mt sh3.mt 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs: alpha.mt aout.mt 
	                                              default.mt 
	                                              ecoff.mt hppa.mt 
	                                              xcoff.mt 
	gnu/usr.bin/binutils/gdb/testsuite/gdb.threads: config.in 
	                                                configure 
	                                                configure.in 

Log message:
Resolve conflicts for GDB 6.1.  Add local patches.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/21 14:27:54

Removed files:
	gnu/usr.bin/binutils/gdb/doc: annotate.info gdb.info gdb.info-1 
	                              gdb.info-2 gdb.info-3 gdbint.info 
	                              stabs.info 

Log message:
Remove accidentally added .info file.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/21 14:29:44

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add support for Dell CERC SATA.  ok krw@, henning@ & deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/21 14:31:19

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

Log message:
Regen.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/21 14:33:39

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

Log message:
Add support for Dell CERC SATA.  ok krw@, henning@ & deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/21 14:34:52

Modified files:
	sys/dev/ic     : aac_tables.h aacreg.h 

Log message:
Add support for Dell CERC SATA.  ok krw@, henning@ & deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/21 14:41:50

Added files:
	gnu/usr.bin/binutils/gdb: i386nbsd-nat.c 

Log message:
Add missing file.


CVSROOT:	/cvs
Module name:	www
Changes by:	mcbride@cvs.openbsd.org	2004/05/21 15:13:04

Modified files:
	.              : donations.html 

Log message:
network hardware


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/21 15:33:08

Modified files:
	gnu/usr.bin/binutils/bfd: configure configure.in libaout.h 
	                          netbsd-core.c 

Log message:
Properly recognize core dump architecture.  Add StackGhost support.
ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/05/21 15:39:24

Modified files:
	etc/mtree      : special 

Log message:
make /root/.klogin optional; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/21 15:39:36

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

Log message:
Add CERC-SATA.  ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/05/21 15:51:54

Modified files:
	.              : i386.html 

Log message:
Add CERC-SATA and add spaces in ami section to make it consistent.


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/21 16:09:57

Log message:
    Initial import of ExtUtils-CBuilder-0.02
    
    This module can build the C portions of Perl modules by invoking the
    appropriate compilers and linkers in a cross-platform manner.  It was
    motivated by the "Module::Build" project, but may be useful for other
    purposes as well.  However, it is not intended as a general
    cross-platform interface to all your C building needs.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_21
    
    N ports/devel/p5-ExtUtils-CBuilder/Makefile
    N ports/devel/p5-ExtUtils-CBuilder/distinfo
    N ports/devel/p5-ExtUtils-CBuilder/pkg/PLIST
    N ports/devel/p5-ExtUtils-CBuilder/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/21 16:11:47

Log message:
    Initial import of ExtUtils-ParseXS-2.08
    
    "ExtUtils::ParseXS" will compile XS code into C code by embedding the
    constructs necessary to let C functions manipulate Perl values and
    creates the glue necessary to let Perl access those functions.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_21
    
    N ports/devel/p5-ExtUtils-ParseXS/distinfo
    N ports/devel/p5-ExtUtils-ParseXS/Makefile
    N ports/devel/p5-ExtUtils-ParseXS/pkg/PLIST
    N ports/devel/p5-ExtUtils-ParseXS/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/21 16:13:25

Modified files:
	devel          : Makefile 

Log message:
+p5-ExtUtils-CBuilder
+p5-ExtUtils-ParseXS


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2004/05/21 16:54:15

Modified files:
	sys/arch/hp300/include: float.h 
	sys/arch/hppa/include: float.h 

Log message:
std header ifdef naming conventions; ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/21 16:55:41

Modified files:
	print/apsfilter: Makefile 

Log message:
be happy with any FLAVOR of psutils and a2ps


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/21 17:10:49

Modified files:
	sys/net        : pf_ioctl.c 
	sbin/pfctl     : parse.y pfctl.c 
	usr.sbin/authpf: authpf.c 
	regress/sbin/pfctl: Makefile if2ip pfr.exec 

Log message:
Use '/' instead of ':' as separator for anchor path components. Note that
the parser now needs quotes around paths containing separators.
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/21 17:28:10

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/21 21:22:33

Modified files:
	faq            : faq7.html 

Log message:
add 7.9 - EVERYTHING I TYPE AT THE LOGIN PROMPT IS IN CAPS!
Inspired by a problem I've repeatedly had, and a simple and elegant
solution from Dale Rahn.  Fact-check, drahn@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/21 21:46:06

Modified files:
	faq            : index.html 

Log message:
sync with new faq7.html#ALLCAPS section.
Cleanup of "Recent Updates" section, standardizing style.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/21 22:25:43

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

Log message:
two more reloc types


CVSROOT:	/cvs
Module name:	plugins
Changes by:	dons@cvs.openbsd.org	2004/05/21 23:55:12

Log message:
    Import an example that uses 3 plugins with shared dependencies between
    them, loads them all without clashing the dependencies, and executes
    the functions exported by each of them.
    
    Status:
    
    Vendor Tag:	dons
    Release Tags:	dons_2004-May-22
    
    N plugins/examples/multi/3plugins/Makefile
    N plugins/examples/multi/3plugins/Plugin1.hs
    N plugins/examples/multi/3plugins/Plugin2.hs
    N plugins/examples/multi/3plugins/Plugin3.hs
    N plugins/examples/multi/3plugins/api/API.hs
    N plugins/examples/multi/3plugins/prog/Main.hs
    N plugins/examples/multi/3plugins/prog/plugin.list
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/22 00:32:12

Modified files:
	usr.bin/ssh    : clientloop.c ssh.1 

Log message:
use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/22 05:39:10

Modified files:
	databases/mysql/pkg: PLIST-tests 

Log message:
somehow cvs missed this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/22 09:48:21

Log message:
    Initial import of CGI-Untaint 1.00
    
    This module provides a simple, convenient, abstracted and
    extensible manner for validating and untainting the input
    from web forms.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-22
    
    N ports/www/p5-CGI-Untaint/Makefile
    N ports/www/p5-CGI-Untaint/distinfo
    N ports/www/p5-CGI-Untaint/pkg/PLIST
    N ports/www/p5-CGI-Untaint/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/22 09:49:08

Modified files:
	www            : Makefile 

Log message:
+p5-CGI-Untaint


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/22 10:01:05

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

Log message:
kill whitespace at eol;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/22 10:06:08

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

Log message:
updates and improvements from jared yanovich;
ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 10:19:40

Modified files:
	distrib/sets/lists/comp: md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/22 10:24:59

Modified files:
	gnu/usr.bin/binutils/gdb: Makefile.in 

Log message:
Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/22 12:06:12

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
with modern disks data transfers rates above 10000 kByte/s are seen
regularily, make the disk columns a little wider so it doesn't run into
the neighboring column, theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/22 12:26:52

Modified files:
	sys/dev        : vnd.c 

Log message:
Do not truncate intermediate results computing aiov.iov_len in vndsetcred();
print size_t as unsigned long long.
ok tedu@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/22 13:34:13

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h vsvar.h 

Log message:
Convert to bus_space; but it still uses kvtop()...


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/22 13:42:52

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

Log message:
Dont print symcache statistics if no symbol lookups have occurred, ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/22 13:54:10

Modified files:
	audio/lopster  : Makefile 
	audio/opennap  : Makefile 
	benchmarks/netstrain: Makefile 
	games/kobodeluxe: Makefile 
	games/life     : Makefile 
	games/oilwar   : Makefile 
	games/tornado  : Makefile 
	games/tutris   : Makefile 
	net/trickle    : Makefile 
	sysutils/stress: Makefile 
	textproc/aspell/dicts: Makefile.inc 

Log message:
drop maintainership


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/22 15:00:44

Modified files:
	sys/arch/mvme88k/dev: vsvar.h 

Log message:
Safer work queue thaw sequence.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/22 15:02:38

Modified files:
	sys/arch/mvme88k/dev: vs.c vsvar.h 

Log message:
Reset the board during probe. As a result, we can now honor the SCSI
controller ID jumpers, instead of reprogramming the board to 7 every time.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/22 17:36:27

Modified files:
	lib/libm/arch/hppa: e_remainderf.c 

Log message:
evil pasto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 17:55:22

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

Log message:
missing header


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/22 18:06:01

Modified files:
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/include: intr.h 

Log message:
workaround gcc brokenness by outlining spl functions.
finally solves vfs corruption.  hint and ok art@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 19:33:34

Modified files:
	games/trek     : trek.h 

Log message:
cats ld showed that there was a common size mismatch...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 19:59:11

Modified files:
	sys/netinet    : igmp.c 

Log message:
missing splx; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 20:43:42

Modified files:
	share/man/man4 : Makefile ohci.4 pci.4 uhci.4 usb.4 
Added files:
	share/man/man4 : ehci.4 

Log message:
ehci man pages before src


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 20:59:06

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

Log message:
Three years ago, Mike Frantzen invented StackGhost -- a simple tweak
to the register window spill/fill routines which made buffer overflows
much more difficult to exploit.  This code was integrated (and optimized)
into OpenBSD/sparc, but could not be enabled because the interface changes
affected gdb deeply.  Mike and I (independently) failed to write gdb
support, so StackGhost was left disabled. Until today, two years later..
because Mark Kettenis has written the neccessary code!  Here comes the 1
line diff that enables StackGhost!  Thanks Mark!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 21:23:01

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/dev/pci    : files.pci ohci_pci.c uhci_pci.c 
Added files:
	sys/dev/pci    : ehci_pci.c usb_pci.c usb_pci.h 
	sys/dev/usb    : ehci.c ehcireg.h ehcivar.h 

Log message:
ehci support; hacked into working shape by jonathon@gateway.zenbu.net


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/22 22:03:14

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

Log message:
Adjust the link address to elinate the nearly 1MB of pad which was getting
added to amd64 kernel. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/22 22:03:58

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 

Log message:
Enable ehci on amd64 also. ok deraadt@ pval@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/22 23:19:01

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/22 23:29:31

Modified files:
	sys/dev/ic     : aic79xx_openbsd.h 

Log message:
Hack to prevent uvm_fault when timeout_del deletes a non-existing timer during boot.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/22 23:44:59

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

Log message:
Remove bugs section because the fix has been committed.  Tested and ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 00:46:09

Modified files:
	sys/arch/sparc64/sparc64: vm_machdep.c 

Log message:
netbsd 1.54; do not count on new process having cleared condition codes;
hunted down by brian poole as relevant for the occassional cron failure
at startup...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 00:47:49

Modified files:
	sbin/brconfig  : brconfig.c 

Log message:
do not free before going to exit path; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/23 02:24:49

Modified files:
	xc/programs/xdm: socket.c 

Log message:
Reinstate the check for request_port == 0 in CreateWellKnownSockets()
(XFree86 Bugzilla #1376, Steve Rumble).


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/23 02:48:03

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
unbreak ipcomp; report davidkrause; ok hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/23 03:26:54

src/regress/sbin/ipsecadm

Update of /cvs/src/regress/sbin/ipsecadm
In directory cvs.openbsd.org:/tmp/cvs-serv7189/ipsecadm

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/23 03:46:53

Modified files:
	.              : INDEX 

Log message:
sync, 2626


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/23 07:28:05

Modified files:
	gnu/usr.bin/binutils/gdb: c-lang.c 

Log message:
Workaround for alpha, which generate a relocation entry for a function pointer
in the read-only section rather than a PLT reference like all other archs.
workaround ok kettenis@
binutils/ld needs to be fixed and workaround removed eventually.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/23 08:52:58

Modified files:
	gnu/usr.bin/binutils/bfd: libaout.h m88kopenbsd.c 

Log message:
s/M_M88K_OPENBSD/M_88K_OPENBSD/g
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 09:22:43

Modified files:
	distrib/sets/lists/comp: md.cats md.vax 
	distrib/sets/lists/man: md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/23 09:37:02

ports/devel/splint/patches

Update of /cvs/ports/devel/splint/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7580/patches

Log Message:
Directory /cvs/ports/devel/splint/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/23 09:41:07

Modified files:
	devel/splint   : Makefile distinfo 
	devel/splint/pkg: PLIST 
Added files:
	devel/splint/patches: patch-Makefile_in patch-src_Makefile_in 

Log message:
update to splint 3.1.1

based on a diff by Emil Mikulic <emikulic at dmr.ath.cx>


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/23 09:58:01

Modified files:
	graphics/py-Imaging: Makefile distinfo 
	graphics/py-Imaging/patches: patch-Tk_tkImaging_c 
	                             patch-libImaging_Makefile_in 
	graphics/py-Imaging/pkg: PLIST PLIST-examples 
Removed files:
	graphics/py-Imaging/files: Setup 

Log message:
update to 1.1.4 from new maintainer Aleksander Piotrowski;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/23 10:00:18

Added files:
	graphics/py-Imaging/patches: patch-setup_py 

Log message:
ooops, missed that one ...


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/23 10:04:18

Modified files:
	sbin/ipsecadm  : ipsecadm.c 
	regress/sbin   : Makefile 
Added files:
	regress/sbin/ipsecadm: Makefile 

Log message:
support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 10:13:40

Modified files:
	sbin/isakmpd   : key.c 

Log message:
greater care with arguments


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 10:14:22

Modified files:
	sbin/isakmpd   : util.c util.h policy.c 

Log message:
stat before open is flawed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 10:14:37

Modified files:
	sbin/isakmpd   : if.c udp.c 

Log message:
remove excessive monitor_ prefixes


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 11:14:00

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

Log message:
sort SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 11:16:35

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

Log message:
usbhidaction and usbhidctl are section 1 pages, not 8;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 11:18:05

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

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 11:23:09

src/sys/dev/i2c

Update of /cvs/src/sys/dev/i2c
In directory cvs.openbsd.org:/tmp/cvs-serv13396/i2c

Log Message:
Directory /cvs/src/sys/dev/i2c added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 11:25:22

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

Log message:
- tcpdump is section 8, not 1
- uppercase `id'
- update section on tun device creation
- missing apostrophes
- remove dead Xr's from SEE ALSO
- Xr tun and ifconfig

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 11:29:19

Modified files:
	distrib/sets/lists/comp: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 
	                         mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/23 11:31:47

Modified files:
	faq            : faq7.html 

Log message:
upper case -> uppercase (same for "lower case"), suggested by Tom@
Also redundant word redundancy removed.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 11:33:43

Modified files:
	sys/conf       : files 
Added files:
	sys/dev/i2c    : files.i2c i2c.c i2c_bitbang.c i2c_bitbang.h 
	                 i2c_exec.c i2c_io.h i2cvar.h 

Log message:
I2C framework originally written by Steve C. Woodford and Jason R. Thorpe
for NetBSD (r).

This framework supports various i2c master controllers:
- dumb bit-bang controllers
- a few styles of automated controllers that give you control
over sending start/stop conditions on the i2c bus
- automated controllers that are too smart for its own good,
giving software no control over start/stop conditions
- smbus controllers by emulating smbus protocol with i2c commands

i2c slave devices need their addresses to be specified in the kernel
config file, no device discovery presented.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 11:36:38

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

Log message:
Enable i2c for i386 port.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 11:41:09

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/dev/isa    : files.isa 
Added files:
	sys/dev/isa    : gscsio.c gscsioreg.h 

Log message:
gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver.
For now it only supports I2C-compatible ACCESS.bus interface,
so we use it as an i2c master controller.

ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C
board.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 12:12:37

Modified files:
	sys/dev/i2c    : files.i2c 
Added files:
	sys/dev/i2c    : lm75.c lm75reg.h 

Log message:
lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.
Based on the driver from NetBSD (r) written by Jason R. Thorpe,
adapted for our sensors infrastructure and with LM77 support.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 12:16:29

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

Log message:
Enable lmtemp(4).
It's found on the second ACCESS.bus port at address 0x48 of the
PC Engines WRAP.1C board.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/23 12:17:56

Modified files:
	sbin/isakmpd   : field.c field.h hash.c if.c ike_aggressive.c 
	                 ike_aggressive.h ike_auth.c ike_main_mode.c 
	                 ike_main_mode.h ipsec.c ipsec.h isakmp_cfg.c 
	                 isakmp_cfg.h isakmp_doi.c isakmpd.c key.c log.c 
	                 log.h math_2n.c math_ec2n.c math_ec2n.h 
	                 math_group.c message.c message.h monitor.c 
	                 monitor_fdpass.c pf_key_v2.h policy.c prf.c 
	                 sa.c sa.h timer.c timer.h udp.c ui.c util.c 
	                 x509.c x509.h 

Log message:
More KNF.  Mainly spaces and line-wraps, no binary change.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 12:37:06

Modified files:
	share/man/man4 : Makefile 
	share/man/man9 : Makefile 
Added files:
	share/man/man4 : iic.4 
	share/man/man9 : iic.9 

Log message:
iic(4) and iic(9) man pages for I2C framework.
iic(9) page was written by Jason Thorpe but, surprisingly,
wasn't commited to NetBSD (r).


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 12:40:57

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

Log message:
gscsio(4) man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/23 12:44:08

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

Log message:
lmtemp(4) man page.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/23 12:51:59

Modified files:
	print/ghostscript/afpl: Makefile distinfo 
	print/ghostscript/afpl/patches: patch-lib_gs_init_ps 
	print/ghostscript/afpl/pkg: PFRAG.gtk PLIST 
Added files:
	print/ghostscript/afpl/patches: patch-src_unix-gcc_mak 
Removed files:
	print/ghostscript/afpl/patches: patch-src_unix-dll_mak 

Log message:
revive this port by updating to afpl ghostscript 8.14

based on a diff from Michael Holcomb <redcat at aracnet.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/23 12:54:01

Added files:
	print/ghostscript/afpl/patches: patch-src_unix-dll_mak 

Log message:
this shouldn't have been removed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 13:00:26

Modified files:
	sbin/pflogd    : pflogd.c 

Log message:
use strtonum instead of atoi; dhartmei ok


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 13:24:09

Modified files:
	fr             : cvsup.html donations.html errata.html 
	                 errata34.html ftp.html i386.html vax.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 13:24:21

Modified files:
	openssh/fr     : index.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 13:24:31

Modified files:
	faq/fr         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 13:31:44

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 13:33:06

Modified files:
	openssh/ja     : faq.html ftp.html index.html portable.html 
	                 report.html users.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 13:34:18

Modified files:
	openssh/usage/ja: graphs.html index.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/23 13:37:24

Modified files:
	sys/kern       : kern_fork.c kern_malloc.c kern_sysctl.c 
	                 uipc_mbuf.c 

Log message:
according to fork1(9), retval is optional.  make it so.
from form@pdp-11.org.ru via mpech.  ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/23 13:41:23

Modified files:
	sys/kern       : kern_malloc.c kern_sysctl.c uipc_mbuf.c 

Log message:
bad stuff escaped by accident


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/23 14:28:47

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

Log message:
don't need backslashes in splx.  spotted otto


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 14:32:32

Modified files:
	de             : mvme68k.html vax.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 14:32:43

Modified files:
	openssh/de     : features.html index.html report.html users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 14:32:53

Modified files:
	faq/de         : faq3.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 14:33:03

Modified files:
	porting/de     : diffs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/23 14:52:16

Modified files:
	sys/arch/luna88k/luna88k: vm_machdep.c 
	sys/arch/m88k/include: mmu.h 
	sys/arch/mvme88k/dev: vs.c 
	sys/arch/mvme88k/mvme88k: vm_machdep.c 

Log message:
Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/23 14:53:18

Modified files:
	sys/arch/luna88k/luna88k: vm_machdep.c 
	sys/arch/mvme88k/mvme88k: vm_machdep.c 

Log message:
Simplify iomap_mapin().


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/23 15:02:12

Modified files:
	de             : cvsup.html donations.html errata.html 
	                 errata34.html ftp.html hp300.html index.html 
	                 mail.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/23 15:09:51

Modified files:
	sys/arch/luna88k/luna88k: pmap.c 
	sys/arch/mvme88k/mvme88k: pmap.c 

Log message:
Put back the fixed NCPUS == 1 version of flush_atc_entry().


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/23 15:38:11

Modified files:
	www/privoxy/patches: patch-GNUmakefile_in 

Log message:
do not leave crap in /tmp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 15:56:30

Modified files:
	distrib/sets/lists/base: md.cats 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 16:10:53

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

Log message:
- typos
- new sentence, new line


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 16:17:48

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

Log message:
a little cleanup;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 16:24:28

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

Log message:
a little cleanup;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 16:32:42

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

Log message:
add relevant rfc's to SEE ALSO;

suggested by Alexey E. Suslikov;
help and ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/23 16:38:39

Removed files:
	net/irssi/patches: patch-src_core_servers_c 
	net/silc-client/patches: patch-irssi_src_core_servers_c 

Log message:
dont make resolve_prefer_ipv6 the default, it doesnt do the right thing


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/23 17:05:31

Modified files:
	usr.sbin/bgpctl: bgpctl.8 
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
some readability fixes, mainly keeping things in alphabetical order;
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/05/23 17:07:40

Modified files:
	devel/sdl-gfx  : Makefile distinfo 
	devel/sdl-gfx/pkg: PFRAG.shared PLIST 

Log message:
update to 2.0.11


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/05/23 17:34:17

Modified files:
	openssh        : ftp.html 

Log message:
Add zone-h mirror here too, noticed by astharot at zone-h.org


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/23 17:59:53

Modified files:
	usr.bin/ssh    : auth.c auth.h auth1.c auth2.c servconf.c 
	                 servconf.h sshd_config sshd_config.5 

Log message:
Add MaxAuthTries sshd config option; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/23 20:51:22

Modified files:
	sys/kern       : kern_fork.c 

Log message:
No way: This breaks nearly every architecture


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/05/23 20:56:42

Modified files:
	.              : press.html 

Log message:
add sparc64 article, ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/05/23 21:56:22

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

Log message:
missing close(2).  Andrey Matveev


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/24 00:22:45

Modified files:
	usr.sbin/dhcpd : dhcp.c 

Log message:
typo; From: Andrey Matveev <andrushock@korovino.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/05/24 01:04:47

Modified files:
	net/lftp       : Makefile distinfo 
	net/lftp/patches: patch-src_Filter_cc patch-src_PtyShell_cc 
	                  patch-src_Resolver_cc patch-src_misc_cc 
	net/lftp/pkg   : DESCR PLIST 

Log message:
upgrade to lftp 3.0.3

Submitted by :	Victor Sahlstedt <cvss@home.se>


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2004/05/24 01:33:01

ports/mail/milter-spamd

Update of /cvs/ports/mail/milter-spamd
In directory cvs.openbsd.org:/tmp/cvs-serv30975/milter-spamd

Log Message:
Directory /cvs/ports/mail/milter-spamd added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2004/05/24 01:33:02

ports/mail/milter-spamd/pkg

Update of /cvs/ports/mail/milter-spamd/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv30975/milter-spamd/pkg

Log Message:
Directory /cvs/ports/mail/milter-spamd/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2004/05/24 01:35:47

Modified files:
	infrastructure/db: user.list 
	mail           : Makefile 
Added files:
	mail/milter-spamd: Makefile distinfo 
	mail/milter-spamd/pkg: DEINSTALL DESCR INSTALL MESSAGE PLIST 

Log message:
milter-spamd is a sendmail milter plugin that passes mails through
SpamAssassin's spamd, rejecting mails inline that are considered
spam. ok sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/24 02:18:27

Modified files:
	x11/xmascot    : Makefile 

Log message:
fix MASTER_SITES;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/24 02:31:13

Modified files:
	x11/xmold      : Makefile 

Log message:
- fix MASTER_SITES
- fix install hook


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/24 02:45:04

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
uppercase `id';
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/05/24 02:45:52

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

Log message:
Fix copy paste error pointed out by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/24 02:49:24

Modified files:
	x11/xtermset   : Makefile 

Log message:
remove broken HOMEPAGE;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/24 03:30:11

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

Log message:
- sort options
- sync usage()


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/24 03:34:04

Modified files:
	www/mod_dav    : Makefile 

Log message:
substitute PKGNAME

from  Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/24 06:46:44

Modified files:
	sys/dev/i2c    : files.i2c 

Log message:
tiny comments sync with netbsd, was lost during importing


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/24 07:17:40

Modified files:
	audio/xmms     : Makefile 
	audio/xmms/pkg : PLIST 

Log message:
let's use autoconf 2.59; change iconv to gettext in MODULES;
install the FAQ too


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/24 07:43:02

Modified files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
'Open Firmware' normalization.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/24 07:44:37

Modified files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
Add info on Open Firmware entry method for Xserve. ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2004/05/24 07:54:54

Modified files:
	.              : macppc.html 

Log message:
more Open Firmware normalization.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/24 07:57:31

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

Log message:
typos from Fabio Olive Leite;


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/05/24 08:15:44

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

Log message:
Make Yukon-style adapters also set up the multicast filter in sk_init().
This fixes various multicast-related problems.  ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/24 08:54:50

Modified files:
	sbin/isakmpd   : util.c 

Log message:
Use correct function names in log messages.  Kill some spaces.

ok deraadt@ ho@


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2004/05/24 09:32:05

Modified files:
	.              : pegasos.html 

Log message:
Current status of the pegasos port and why it was removed.


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/05/24 09:47:00

Modified files:
	distrib/macppc/ramdisk: install.md 
	distrib/notes/macppc: hardware install prep 

Log message:
Normalise to "Open Firmware".

ok drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/05/24 10:42:21

Modified files:
	databases/sqsh/patches: patch-configure 

Log message:
fix build


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 12:26:18

Modified files:
	zh-tw          : donations.html events.html index.html mail.html 
	                 orders.html plat.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/24 12:54:47

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Check for sc->sc_ifp != NULL in carp_setroute(). Running dhclient on the
carp interface won't work, but it doesn't mean we should panic the box!


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 13:40:20

Modified files:
	fr             : macppc.html press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 13:40:31

Modified files:
	openssh/fr     : ftp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 13:40:51

Modified files:
	de             : mac68k.html orders.html plat.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 13:41:02

Modified files:
	openssh/de     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 13:46:39

Modified files:
	ja             : cvsup.html donations.html ftp.html i386.html 
	                 mail.html ports.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/24 13:48:35

Modified files:
	openssh/ja     : ftp.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/24 14:16:12

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/alpha: archdep.h 
	libexec/ld.so/amd64: archdep.h 
	libexec/ld.so/arm: archdep.h 
	libexec/ld.so/i386: archdep.h 
	libexec/ld.so/mips: archdep.h 
	libexec/ld.so/powerpc: archdep.h 
	libexec/ld.so/sparc: archdep.h 
	libexec/ld.so/sparc64: archdep.h 

Log message:
Change define used to deal with PLT protection, use postive logic not negative.
ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/24 14:24:54

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

Log message:
doing ldd exit asap -- move all other tasks towards after it.
call atext(_dl_dtors) at the very end -- allows debuggering it.
drahn@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/24 14:26:36

Modified files:
	sysutils/freedt: Makefile distinfo 

Log message:
update to 0.18; from new maintainer Victor Sahlstedt <cvss@home.se>
ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/24 15:45:36

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

Log message:
remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/24 15:56:41

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

Log message:
missing statics for freebsd; from freebsd via jakemsr@jakemsr.com


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/24 15:59:28

Modified files:
	sys/dev/pci/bktr: bktr_card.c bktr_core.c 

Log message:
cummulative update from freebsd an netbsd:
PCI_VENROD_PINNACLE -> PCI_VENDOR_PINNACLE_ALT;
correct brightness ioctl; missing htole32s;
fix "set chroma comb" command in yuv422_prog();
use defines instead of magic numbers; fix statics and comments.
from jakemsr@jakemsr.com


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/24 16:21:21

Modified files:
	gnu/usr.bin/binutils/gdb: configure.host configure.tgt 
Added files:
	gnu/usr.bin/binutils/gdb: m88k-tdep.c m88k-tdep.h m88kbsd-nat.c 
	gnu/usr.bin/binutils/gdb/config/m88k: nm-obsd.h obsd.mh obsd.mt 

Log message:
Add m88k support.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/24 16:33:01

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

Log message:
repair dmesg and free resources on failures


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/24 16:40:28

Modified files:
	databases/mysql/patches: patch-scripts_mysqld_safe_sh 

Log message:
remove extra ulimit setting


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/24 16:52:53

Modified files:
	sys/dev/pci    : ehci_pci.c ohci_pci.c pciide.c uhci_pci.c yds.c 

Log message:
do not bother w/ void pci_devinfo() calls and free resources on failures


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/05/24 20:32:07

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
let sc_counter wrap automatically, ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/24 22:59:11

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

Log message:
Use the correct value when checking whether a loop timed out.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/25 02:03:54

Modified files:
	www/rawdog     : Makefile distinfo 

Log message:
update to rawdog-1.12;


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/25 03:00:57

Modified files:
	gnu/usr.bin/binutils: Makefile.bsd-wrapper 

Log message:
Enable gdb on m88k again, it works well enough and better than ever.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dtucker@cvs.openbsd.org	2004/05/25 03:32:02

Modified files:
	x11/xglobe/files: OpenBSD-markers 

Log message:
Add myself


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 03:36:48

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

Log message:
clarify how modems on serial ports attach, and their corresponding device
numbers;
inspired by a thread on misc@, and my own, er, experiences..

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 03:42:55

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

Log message:
amd64 attaches as com, not pccom;
make SYNOPSIS less ambiguous;

help from tom@
ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 03:44:51

Modified files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
kill whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/25 04:21:30

Modified files:
	x11/asclock    : Makefile 

Log message:
use MASTER_SITE_AFTERSTEP;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/25 04:31:09

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

Log message:
sync MASTER_SITE_AFTERSTEP, remove broken sites, add a new one;


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/05/25 05:11:50

Modified files:
	.              : mvme88k.html 

Log message:
Mention binutils and gdb, and remove gcc from the todolist - while there are
a couple known bugs left, you won't hit them until you are trying so hard
people will question your sanity.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 05:29:27

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

Log message:
tun interface is stored in /var/run/cuaXX.if, not /var/run/ttyXX.if;


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/05/25 06:14:30

Modified files:
	lang/lua       : Makefile 

Log message:
enable lua on sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/25 06:22:50

Modified files:
	sys/dev/pci    : ahd_pci.c 
	sys/dev/ic     : aic79xx.c aic79xx_openbsd.c 

Log message:
Attach scsi bus, find devices without crashing, successfully do simple
i/o's on i386. De-static many functions.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/05/25 09:54:28

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

Log message:
SNTP is RFC 2030


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/25 09:56:19

Modified files:
	libexec/ld.so  : dlfcn.c loader.c resolve.c 
	libexec/ld.so/alpha: ldasm.S syscall.h 
	libexec/ld.so/amd64: ldasm.S 
	libexec/ld.so/arm: ldasm.S rtld_machine.c syscall.h 
	libexec/ld.so/i386: ldasm.S rtld_machine.c syscall.h 
	libexec/ld.so/sparc: ldasm.S rtld_machine.c syscall.h 
	libexec/ld.so/sparc64: ldasm.S rtld_machine.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/25 10:17:45

Modified files:
	de             : events.html policy.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/25 10:36:35

Modified files:
	x11/icewm      : Makefile distinfo 
	x11/icewm/patches: patch-Makefile_in patch-configure 
	                   patch-doc_icewm-7_html patch-src_Makefile_in 
	                   patch-src_wmapp_cc patch-src_yapp_cc 
	x11/icewm/pkg  : DESCR PLIST 

Log message:
update to 1.2.14; from new maintainer Peter Williams <peterbw@citi.umich.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/05/25 10:41:01

Modified files:
	etc            : rc.conf 

Log message:
SNTP is RFC2030


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/25 11:36:49

Modified files:
	sys/net        : bpf.c 

Log message:
Return buffered packets when reading from a bpf descriptor and the
interface is detached, and wakeup any  polling processes when the
bpf descriptor is closed. ok henning@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/25 11:41:54

Modified files:
	usr.sbin/dhcpd : dispatch.c 

Log message:
handle interface removals gracefully. reported by Oliver J. Morais
ok henning@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 12:07:21

Modified files:
	libexec/ld.so  : dlfcn.c loader.c resolve.c resolve.h 
	libexec/ld.so/alpha: rtld_machine.c 
	libexec/ld.so/amd64: rtld_machine.c 
	libexec/ld.so/arm: rtld_machine.c 
	libexec/ld.so/i386: rtld_machine.c 
	libexec/ld.so/mips: rtld_machine.c 
	libexec/ld.so/powerpc: rtld_machine.c 
	libexec/ld.so/sparc: rtld_machine.c 
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
return object* the symbol is in for _dl_find_symbol*; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 12:37:23

Modified files:
	sys/sys        : hash.h 

Log message:
typo from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/05/25 12:41:17

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

Log message:
name parameters for built-ins, so that we get less awkward phrasing.
Leave out the changed description of changecom/changequote for later.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 12:47:00

Modified files:
	bin/ps         : ps.1 

Log message:
.Xr pgrep(1) and pkill(1);
stolen directly from Garance A Drosehn's -r1.78 FreeBSD commit;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 14:24:24

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

Log message:
kill whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 14:41:54

Modified files:
	gnu/usr.bin/binutils/ld/emulparams: hppaobsd.sh 
	gnu/usr.bin/binutils/ld/scripttempl: elf.sc 

Log message:
provide a way data plt prepending got; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 14:44:50

Modified files:
	lib/libc/arch/hppa: Makefile.inc SYS.h 
	lib/libc/arch/hppa/sys: Ovfork.S brk.S sbrk.S 
Added files:
	lib/libc/arch/hppa/sys: cerror.S 

Log message:
PICy stuff


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/25 14:47:50

Modified files:
	xc/programs/xdm: Tag: OPENBSD_3_5 socket.c 

Log message:
Reinstate the check for request_port == 0 in CreateWellKnownSockets()
(XFree86 Bugzilla #1376, Steve Rumble). ok deraadt@, brad@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/25 14:49:32

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

Log message:
enable rl; works according to kent@ripco.com


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 14:51:03

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

Log message:
use md hook for calling init/fini if defined; only say running ctors/dtors if they are there; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/25 15:21:24

Modified files:
	sys/arch/mvme88k/dev: vx.c vxreg.h 

Log message:
Make this driver aware of non-1:1 mappings.
This currently mimcs the existing code, which can be cleaned up further.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/25 15:22:49

Modified files:
	sys/arch/mvme88k/dev: vx.c 

Log message:
Make bpp_send() return the packet error code when invoked with NOWAIT.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 15:42:48

Modified files:
	libexec/ld.so  : util.h 
	libexec/ld.so/alpha: rtld_machine.c 
	libexec/ld.so/amd64: rtld_machine.c 
	libexec/ld.so/arm: rtld_machine.c 
	libexec/ld.so/i386: rtld_machine.c 
	libexec/ld.so/powerpc: rtld_machine.c 
	libexec/ld.so/sparc: rtld_machine.c 
	libexec/ld.so/sparc64: rtld_machine.c 

Log message:
provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 15:44:57

src/libexec/ld.so/hppa

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

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


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 15:48:00

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

Log message:
md parts for hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/25 15:56:49

Modified files:
	libexec/ld.so/hppa: ldasm.S rtld_machine.c syscall.h 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/25 16:14:02

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

Log message:
catcher ptr can be a plabel -- handle that in sigcode


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/25 16:27:44

Modified files:
	share/man/man8 : afterboot.8 
	share/man/man8/man8.hppa: boot_hppa.8 
	sys/arch/alpha/stand/setnetbootinfo: setnetbootinfo.8 

Log message:
replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8);
from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/25 17:51:31

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

Log message:
include hostname in memory buffered logs, spotted by
ssurdock AT engineered-net.com; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/25 22:26:58

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

Log message:
rehab the locator index crack monkeys


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/26 02:17:48

Modified files:
	kerberosV/src/kdc: Tag: OPENBSD_3_5 config.c kdc.8 kdc_locl.h 
	                   kerberos5.c 
	kerberosV/src/lib/krb5: Tag: OPENBSD_3_5 krb5-protos.h rd_req.c 
	                        transited.c 

Log message:
MFC:
Fix by biorn:

Fix cross-realm trust vulnerability. Adapted from FreeBSD patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/26 02:38:23

Modified files:
	www/opera      : Tag: OPENBSD_3_5 Makefile distinfo 
	www/opera/pkg  : Tag: OPENBSD_3_5 PLIST 
	www/opera/patches: Tag: OPENBSD_3_5 patch-install_sh 

Log message:
update to 7.50; security fix for:
http://www.idefense.com/application/poi/display?id=104&type=vulnerabilities&flashstatus=true


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/05/26 02:59:57

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

Log message:
exit -> _exit in forked child on error; from andrushock AT korovino.net


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/26 03:02:38

Modified files:
	kerberosV/src/kdc: Tag: OPENBSD_3_4 config.c kdc.8 kdc_locl.h 
	                   kerberos5.c 
	kerberosV/src/lib/krb5: Tag: OPENBSD_3_4 krb5-protos.h rd_req.c 
	                        transited.c 

Log message:
MFC:
Fix by biorn:

Fix cross-realm trust vulnerability. Adapted from FreeBSD patch.


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/05/26 03:07:18

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
add exim, neon, cadaver package fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/26 03:42:14

Modified files:
	share/man/man5 : fs.5 

Log message:
- clarify header locations
- sync header description w/ reality
- better macro usage
- update descriptions
- document FS_* mount flags

all from jared yanovich;
help/editing/ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/26 03:47:22

Modified files:
	net/rsync      : Tag: OPENBSD_3_5 Makefile distinfo 
Removed files:
	net/rsync/patches: Tag: OPENBSD_3_5 patch-rsync_h patch-socket_c 

Log message:
update to 2.6.2;

SECURITY:
Paths sent to an rsync daemon are more thoroughly sanitized when
chroot is not used.  If you're running a non-read-only rsync daemon
with chroot disabled, *please upgrade*, especially if the user privs
you run rsync under is anything above "nobody".


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/26 03:50:40

Modified files:
	net/rsync      : Tag: OPENBSD_3_4 Makefile distinfo 
Removed files:
	net/rsync/patches: Tag: OPENBSD_3_4 patch-rsync_h patch-socket_c 

Log message:
update to 2.6.2;

SECURITY:
Paths sent to an rsync daemon are more thoroughly sanitized when
chroot is not used.  If you're running a non-read-only rsync daemon
with chroot disabled, *please upgrade*, especially if the user privs
you run rsync under is anything above "nobody".


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/26 04:11:01

Modified files:
	share/doc/usd/18.msdiffs: ms.diffs 

Log message:
add margin when formatting w/ -Tascii;


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/26 05:16:50

Log message:
    Initial import of Module-Build-0.25
    
    "Module::Build" is a system for building, testing, and installing Perl
    modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
    Developers may alter the behavior of the module through subclassing in a
    much more straightforward way than with "MakeMaker". It also does not
    require a "make" on your system, most of the "Module::Build" code is
    pure-perl and written in a very cross-platform way.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_26
    
    N ports/devel/p5-Module-Build/Makefile
    N ports/devel/p5-Module-Build/distinfo
    N ports/devel/p5-Module-Build/
    N ports/devel/p5-Module-Build/pkg/PLIST
    N ports/devel/p5-Module-Build/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/26 05:20:35

Modified files:
	infrastructure/mk: perl.port.mk 
	infrastructure/templates: Makefile.template 

Log message:
infrastructure bits for p5-Module-Build

ok espie@ sturm@ pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/05/26 05:22:25

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Document 'perl modbuild' style for p5-Module-Build

ok sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/26 05:23:28

Modified files:
	devel          : Makefile 

Log message:
+p5-Module-Build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/26 05:28:46

Removed files:
	devel/p5-Module-Build:  

Log message:
wrongly imported


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/26 07:36:08

Log message:
    Initial import of several DBI-related perl modules.
    
    all from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-26
    
    N ports/databases/p5-Class-DBI-AbstractSearch/Makefile
    N ports/databases/p5-Class-DBI-AbstractSearch/distinfo
    N ports/databases/p5-Class-DBI-AbstractSearch/pkg/DESCR
    N ports/databases/p5-Class-DBI-AbstractSearch/pkg/PLIST
    N ports/databases/p5-Class-DBI/Makefile
    N ports/databases/p5-Class-DBI/distinfo
    N ports/databases/p5-Class-DBI/pkg/DESCR
    N ports/databases/p5-Class-DBI/pkg/PLIST
    N ports/databases/p5-Ima-DBI/distinfo
    N ports/databases/p5-Ima-DBI/Makefile
    N ports/databases/p5-Ima-DBI/pkg/DESCR
    N ports/databases/p5-Ima-DBI/pkg/PLIST
    N ports/databases/p5-Class-DBI-AsForm/distinfo
    N ports/databases/p5-Class-DBI-AsForm/Makefile
    N ports/databases/p5-Class-DBI-AsForm/pkg/DESCR
    N ports/databases/p5-Class-DBI-AsForm/pkg/PLIST
    N ports/databases/p5-Class-DBI-Plugin-Type/Makefile
    N ports/databases/p5-Class-DBI-Plugin-Type/distinfo
    N ports/databases/p5-Class-DBI-Plugin-Type/pkg/DESCR
    N ports/databases/p5-Class-DBI-Plugin-Type/pkg/PLIST
    N ports/databases/p5-Class-DBI-FromCGI/distinfo
    N ports/databases/p5-Class-DBI-FromCGI/Makefile
    N ports/databases/p5-Class-DBI-FromCGI/pkg/DESCR
    N ports/databases/p5-Class-DBI-FromCGI/pkg/PLIST
    N ports/databases/p5-Class-DBI-Loader/Makefile
    N ports/databases/p5-Class-DBI-Loader/distinfo
    N ports/databases/p5-Class-DBI-Loader/pkg/DESCR
    N ports/databases/p5-Class-DBI-Loader/pkg/PLIST
    N ports/databases/p5-Class-DBI-Loader-Relationship/distinfo
    N ports/databases/p5-Class-DBI-Loader-Relationship/Makefile
    N ports/databases/p5-Class-DBI-Loader-Relationship/pkg/DESCR
    N ports/databases/p5-Class-DBI-Loader-Relationship/pkg/PLIST
    N ports/databases/p5-Class-DBI-Pager/distinfo
    N ports/databases/p5-Class-DBI-Pager/Makefile
    N ports/databases/p5-Class-DBI-Pager/pkg/DESCR
    N ports/databases/p5-Class-DBI-Pager/pkg/PLIST
    N ports/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
    N ports/databases/p5-Class-DBI-Plugin-RetrieveAll/distinfo
    N ports/databases/p5-Class-DBI-Plugin-RetrieveAll/pkg/DESCR
    N ports/databases/p5-Class-DBI-Plugin-RetrieveAll/pkg/PLIST
    N ports/databases/p5-Class-DBI-SQLite/distinfo
    N ports/databases/p5-Class-DBI-SQLite/Makefile
    N ports/databases/p5-Class-DBI-SQLite/pkg/DESCR
    N ports/databases/p5-Class-DBI-SQLite/pkg/PLIST
    N ports/databases/p5-Class-DBI-mysql/distinfo
    N ports/databases/p5-Class-DBI-mysql/Makefile
    N ports/databases/p5-Class-DBI-mysql/pkg/DESCR
    N ports/databases/p5-Class-DBI-mysql/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/26 07:39:43

Modified files:
	databases      : Makefile 

Log message:
add
p5-Class-DBI
p5-Class-DBI-FromCGI
p5-Class-DBI-Pager
p5-Class-DBI-SQLite
p5-Class-DBI-AbstractSearch
p5-Class-DBI-Loader
p5-Class-DBI-Plugin-RetrieveAll
p5-Class-DBI-mysql
p5-Class-DBI-AsForm
p5-Class-DBI-Loader-Relationship
p5-Class-DBI-Plugin-Type
p5-Ima-DBI


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/26 07:56:43

Log message:
    Initial import of Maypole 1.4
    
    Maypole is an MVC-based web application framework, built
    around Class::DBI and Template Toolkit.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-26
    
    N ports/www/p5-Maypole/Makefile
    N ports/www/p5-Maypole/distinfo
    N ports/www/p5-Maypole/pkg/PLIST
    N ports/www/p5-Maypole/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/26 07:58:45

Log message:
    Initial import of Maypole-Authentication-UserSessionCookie 1.1
    
    This module allows Maypole applications to have the
    concept of a user, and to track that user using cookies
    and sessions.
    
    It provides three methods to be inherited by a Maypole
    class. The first is get_user, which tries to populate the
    user slot of the Maypole request object.
    
    from Sam Smith <S at msmith.net>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-May-26
    
    N ports/www/p5-Maypole-Authentication-UserSessionCookie/Makefile
    N ports/www/p5-Maypole-Authentication-UserSessionCookie/distinfo
    N ports/www/p5-Maypole-Authentication-UserSessionCookie/pkg/PLIST
    N ports/www/p5-Maypole-Authentication-UserSessionCookie/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/26 07:59:42

Modified files:
	www            : Makefile 

Log message:
+p5-Maypole
+p5-Maypole-Authentication-UserSessionCookie


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/26 08:19:55

Modified files:
	share/man/man5 : hostname.if.5 

Log message:
Mention ppp(8) in addition to pppoe(8). Prompted by Daniel Polak.
ok henning@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/05/26 08:20:29

Modified files:
	sysutils/monit : Makefile 

Log message:
fix MASTER_SITES


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/26 08:22:54

Modified files:
	usr.sbin/pppd  : sys-bsd.c 

Log message:
Better message if interface is not available. Hint from Daniel Polak.
ok henning@ jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/05/26 09:43:38

Modified files:
	portsplus      : index.html 

Log message:
catch up


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/05/26 10:38:44

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

Log message:
Send out a random 64-bit number as our transmit time.  The NTP
server will copy said number into the originate field on the
response that it sends us.  This is totally legal per the SNTP spec.

The impact of this is two fold: we no longer send out the current
system time for the world to see (which may aid an attacker), and
it gives us a (not very secure) way of knowing that we're not
getting spoofed by an attacker that can't capture our traffic
but can spoof packets from the NTP server we're communicating with.

code by Alexander Guy. ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	canacar@cvs.openbsd.org	2004/05/26 12:17:11

Modified files:
	.              : events.html 

Log message:
move LOSF Ankara 2004, to past events. ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/26 12:17:59

Modified files:
	usr.bin/tip    : acu.c cmds.c cu.c tip.c tip.h tipout.c 

Log message:
if one process is killed, kill the other ourself; various ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/26 13:14:15

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

Log message:
call ctors after debugging has been setup; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/26 13:16:30

Modified files:
	libexec/ld.so  : Makefile 

Log message:
allow md makefile to supply LDADD; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/26 13:17:35

Modified files:
	lib/csu/hppa   : md_init.h 

Log message:
better code for calling ctors


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/26 13:56:31

Modified files:
	sys/dev/ic     : smc90cx6.c mtd8xx.c 

Log message:
use ETHER_ALIGN


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2004/05/26 13:56:42

Modified files:
	.              : errata.html security.html 

Log message:
xdm requestPort patch. Ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/26 14:00:38

Modified files:
	sys/netinet    : Tag: OPENBSD_3_4 tcp_input.c 

Log message:
MFC:
Fix by markus@

factor out dropafterack_ratelim code, use ratelimit
for tcps_rcvacktoomuch, too; drop very old ACKs

ok deraadt@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/26 14:02:06

Modified files:
	sys/netinet    : Tag: OPENBSD_3_5 tcp_input.c 

Log message:
MFC:
Fix by markus@

factor out dropafterack_ratelim code, use ratelimit
for tcps_rcvacktoomuch, too; drop very old ACKs

ok deraadt@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/26 14:27:44

Modified files:
	sys/miscfs/fifofs: Tag: OPENBSD_3_5 fifo_vnops.c 

Log message:
MFC:
Fix by millert@

Fix a bug that occurs when a FIFO is opened for writing with
O_NONBLOCK set and there are no readers.  Before returning ENXIO
fifo_open calls VOP_CLOSE (and hence fifo_close).  However, since
fi_writers has not yet been incremented, when fifo_close decements
fi_writers it is one too few.  This could cause qmail processes
to spin, consuming all the CPU.

Noticed by avsm@ and henning@

ok millert@ henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	markus@cvs.openbsd.org	2004/05/26 14:33:37

Modified files:
	.              : donations.html 

Log message:
add genua.de


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/26 15:10:55

Modified files:
	gnu/usr.bin/gcc/gcc/config/pa: openbsd.h t-openbsd 

Log message:
neede for dhared libs


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/26 15:15:31

Modified files:
	sys/arch/mvme88k/dev: vx.c vxreg.h 

Log message:
Use physical addresses as seen in the A24 MVME332XT address space, this
allows the driver to really don't care about its VME address and simplifies
some code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/05/26 15:16:11

Modified files:
	sys/arch/mvme88k/dev: vx.c 

Log message:
Define correct EOF and EOL characters in the default firmware termios
structure.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/26 16:06:48

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

Log message:
put RAID in the heading


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/26 16:17:58

Modified files:
	sbin/isakmpd   : ike_auth.c 

Log message:
do not leak fd on error path.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/26 16:23:16

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
sitecom serial adapter


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/26 16:23:56

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/26 16:25:54

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

Log message:
add Sitecom usb-serial (CN104)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/26 16:35:40

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

Log message:
add Sitecom usb-serial (CN104)


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/26 16:47:40

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
use sa_family not inp; netbsd merge error; ok dhartmei


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/26 17:02:40

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

Log message:
missing freeaddrinfo; Andrey Matveev


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/26 17:17:14

Modified files:
	sys/miscfs/genfs: layer_vnops.c 

Log message:
typos


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/05/26 18:50:13

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

Log message:
Kill dead code after fatal(); ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/26 19:34:35

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

Log message:
while polling, ack & ignore interrupts.  this will have to do until
someone writes a better diff.  from peter


CVSROOT:	/cvs
Module name:	www
Changes by:	ian@cvs.openbsd.org	2004/05/26 21:04:46

Modified files:
	.              : press.html 

Log message:
OSNews SPARC64 addendum


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/26 22:55:28

Modified files:
	sys/kern       : subr_pool.c uipc_mbuf.c 
	sys/uvm        : uvm_extern.h uvm_km.c 

Log message:
change uvm_km_getpage to take waitok argument and sleep if appropriate.
change both the nointr and default pool allocators to using uvm_km_getpage.
change pools to default to a maxpages value of 8, so they hoard less memory.
change mbuf pools to use default pool allocator.
pools are now more efficient, use less of kmem_map, and a bit faster.
tested mcbride, deraadt, pedro, drahn, miod to work everywhere


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/27 01:41:58

Modified files:
	sbin/brconfig  : brconfig.c 

Log message:
Rule parser improvements: line numbers, no nl at eof, handling of lines
with too many tokens. Based on diff from Jared Yanovich.
ok tdeval@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/27 02:17:32

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
the tcp header might be in a different mbuf after pulldown();
fixes tcp corruption on rl(4); ok itojun, cedric


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/27 02:19:59

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

Log message:
apm restores perflevel after resume; some cpus are forgetful.
update cpu even with 100 -> 100 setperf changes, in case saved value
has gotten out of sync.  from grange@ ok deraadt@ grange@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/27 02:25:53

Modified files:
	sys/kern       : kern_acct.c vfs_subr.c 

Log message:
shutdown accounting before shutting down vfs.  should prevent some panics.
ok david@ millert@ (iirc)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/27 03:08:41

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
some updates for openssl smime;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/27 03:12:21

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
kill whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/27 05:48:06

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
plug memleak in error path
From: Andrey Matveev <andrushock@korovino.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/27 10:38:30

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-Makefile_in patch-configure_in 
	                      patch-dovecot-example_conf 
	                      patch-src_pop3_client_c 

Log message:
upgrade to Dovecot 0.99.10.5
--
ok MAINTAINER


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/27 12:18:41

Modified files:
	de             : donations.html errata.html events.html 
	                 ports.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/27 12:18:51

Modified files:
	openssh/de     : ftp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/27 12:19:37

Modified files:
	nl             : anoncvs.html donations.html ftp.html i386.html 
	                 index.html mail.html orders.html plat.html 
	                 ports.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/05/27 12:19:51

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

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/27 12:21:00

Modified files:
	print/memoir   : Makefile distinfo 

Log message:
new version of mempatch.sty, bump PKGNAME

from maintainer Morten Liebach <m at mongers.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/27 12:23:31

Modified files:
	sys/netinet    : Tag: OPENBSD_3_5 ip_carp.c 

Log message:
MFC:
Fix by mcbride@

Make sure advskew set correctly in advertisement when configured to a value
greater than 240. From Frank Denis <j@pureftpd.org>, PR3774.

ok deraadt@ mcbride@


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2004/05/27 12:32:06

Modified files:
	.              : errata.html 

Log message:
Typo. (Alexander von Gernler)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/27 12:36:35

Modified files:
	databases/p5-SQL-Statement: Makefile distinfo 
	databases/p5-SQL-Statement/pkg: PLIST 

Log message:
update to SQL-Statement 1.09

maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/27 13:15:45

Modified files:
	libexec/uucpd  : uucpd.c 

Log message:
accept login names over 8 chars; miod ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/27 14:10:19

Modified files:
	math/galculator: Makefile distinfo 
Removed files:
	math/galculator/patches: patch-configure 
	                         patch-galculator_desktop_in 

Log message:
update to 1.2.3: small fixes, translation updates


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/27 14:23:27

Modified files:
	.              : README 

Log message:
update:
- This is XFree86 4.4.0
- PEX and XIE are gone


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/27 14:31:44

Log message:
    Initial import of signify-1.11
    
    Signify is a neat little Perl program that allows a semi-random email
    signature to be generated from a set of rules.  You can create multiple
    sections where each section can be one of an unlimited number of
    possibilities, each with its own weighting so those really cool quotes
    can appear more often than others.  Sections can be placed next to each
    other vertically to create columns.  You can even format each section
    independently as left/right/center and top/bottom/vcenter.
    
    Some email clients, such as Mutt, can be made to automatically invoke
    signify when you write a new email message.
    
    Submitted and maintained by Andreas Kahari <andreas.kahari at unix.net>
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-May-27
    
    N ports/mail/signify/Makefile
    N ports/mail/signify/distinfo
    N ports/mail/signify/pkg/PLIST
    N ports/mail/signify/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/05/27 14:33:35

Modified files:
	mail           : Makefile 

Log message:
+ signify


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/27 14:48:46

Modified files:
	sys/conf       : files GENERIC 
	sys/kern       : syscalls.master vfs_subr.c kern_exit.c 

Log message:
make acct(2) optional with ACCOUNTING
ok art@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/27 14:49:55

Modified files:
	sys/kern       : init_sysent.c syscalls.c 
	sys/sys        : syscall.h syscallargs.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/27 15:04:08

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

Log message:
hppa pmap needs to use old pool allocator for now.
i know the fix, but it's not here yet.
ok mickey


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/05/27 15:05:26

Modified files:
	databases/db/v4: Makefile 
Added files:
	databases/db/v4/patches: patch-dbinc_mutex_h 

Log message:
remove powerpc workaround and add patch for the mutex issue
provided by sleepycat via Philippe Lelédy <phl@leledy.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/27 15:10:24

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

Log message:
miod says ACCOUNTING needs a man page diff


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/27 15:59:08

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

Log message:
fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/05/27 16:26:44

Modified files:
	gnu/lib/libstdc++: ltcf-cxx.sh 

Log message:
for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc used for shlib linking; espie@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/05/27 16:43:09

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

Log message:
No need to mention kernel configuration for ipsec, it's enabled by default.

ok niklas@ ho@ markus@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/27 17:19:10

Modified files:
	sys/conf       : GENERIC files 

Log message:
remove tedu crud


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/27 17:20:27

Modified files:
	sys/conf       : files 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/05/27 18:10:47

Modified files:
	sys/xfs        : xfs_vnodeops-bsd.c 

Log message:
Make lf_advlock glue work for AFS so flock/fcntl lock requests will work
on the local machine (like NFS). This does not yet implement whole file AFS
locking (arla doesn't do that yet).
ok tedu@ art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/27 18:47:32

Log message:
    Initial import of Net-BGP-0.07
    
    This module is an implementation of the BGP-4 inter-domain routing
    protocol. It encapsulates all of the functionality needed to establish
    and maintain a BGP peering session and exchange routing update
    information with the peer. It aims to provide a simple API to the BGP
    protocol for the purposes of automation, logging, monitoring, testing,
    and similar tasks using the power and flexibility of perl. The module
    does not implement the functionality of a RIB (Routing Information Base)
    nor does it modify the kernel routing table of the host system. However,
    such operations could be implemented using the API provided by the
    module.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_27
    
    N ports/net/p5-Net-BGP/distinfo
    N ports/net/p5-Net-BGP/Makefile
    N ports/net/p5-Net-BGP/pkg/PLIST
    N ports/net/p5-Net-BGP/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/27 18:48:36

Modified files:
	net            : Makefile 

Log message:
+p5-Net-BGP


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/27 20:32:19

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

Log message:
put ahd in these two config files (disabled for now, though, because it
is not yet reliable)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/28 01:03:48

Modified files:
	lib/libutil    : fmt_scaled.c fparseln.c getmaxpartitions.c 
	                 getrawpartition.c login.c login_tty.c logout.c 
	                 logwtmp.c opendev.c opendisk.c pidfile.c pty.c 
	                 readlabel.c uucplock.c 

Log message:
knf; otto ok


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/28 02:16:24

Modified files:
	sys/conf       : GENERIC 
	sys/net        : bpf.c bpfdesc.h 

Log message:
bpf device cloning.
Now to have more bpf devices just add device nodes in /dev,
no need to recompile kernel anymore.

Code from form@pdp-11.org.ru, some help from markus@.
ok markus@ canacar@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/28 09:10:27

Modified files:
	lib/libc/hash  : md4.c md5.c rmd160.c sha1.c sha2.c 

Log message:
In the Final function, move the context zeroing into the digest != NULL
scope so that passing a NULL digest is equivalent to the Pad function
(like it used to be).  Fixes skey w/ sha1 as noticed by David Krause.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/28 09:26:30

Modified files:
	xc/programs/fvwm/fvwm: module.c 

Log message:
Remove redundant errno declaration. Spotted by naddy@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/28 09:30:51

Modified files:
	xc-old/lib/Xxf86dga: XF86DGA.c 

Log message:
Kill home-grown errno declaration. Spotted by naddy@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/05/28 09:32:21

Modified files:
	xc-old/programs/Xserver/os: utils.c 
	xc-old/programs/Xserver/hw/xfree86/os-support: xf86_OSlib.h 
	xc-old/programs/Xserver/hw/xfree86/common: xf86Lock.c 

Log message:
kill home grown errno declarations. Spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/28 09:38:23

Modified files:
	devel/flawfinder: Makefile 

Log message:
fix build

spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2004/05/28 09:41:41

Modified files:
	sys/miscfs/umapfs: umap_vfsops.c 

Log message:
fix for: !(flags && FORCECLOSE)

hackers@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/28 09:42:59

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Remove DELL CERC-SATA since it is a subsysid.  ok deraadt@, nate@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/28 09:44:22

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

Log message:
Regen.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/28 09:49:44

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

Log message:
Clean up subsysid lookups + print subsysid string during boot.
Add:
* Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA
* Dell CERC-SATA, PERC 320/DC


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/28 10:33:40

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
don't want SO_REUSEPORT...


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 11:24:54

Modified files:
	net/samba/stable: Makefile distinfo 
	net/samba/stable/pkg: DEINSTALL INSTALL PLIST 

Log message:
upgrade to Samba 2.2.9

This is a maintenance release of Samba 2.2.8a to address the problem with
user password changes after applying the Microsoft hotfix described in
KB828741 to Windows NT 4.0/200x/XP clients.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/28 12:28:14

Modified files:
	sys/compat/bsdos: syscalls.master 
	sys/compat/freebsd: syscalls.master 
	sys/compat/linux: syscalls.master 
	sys/compat/netbsd: syscalls.master 
	sys/compat/osf1: syscalls.master 
	sys/compat/sunos: syscalls.master 
	sys/compat/ultrix: syscalls.master 

Log message:
ACCOUNTING is optional.  found by mpech. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/28 12:31:13

Modified files:
	sys/compat/bsdos: bsdos_syscall.h bsdos_syscallargs.h 
	                  bsdos_syscalls.c bsdos_sysent.c 
	sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h 
	                    freebsd_syscalls.c freebsd_sysent.c 
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 
	sys/compat/netbsd: netbsd_syscall.h netbsd_syscallargs.h 
	                   netbsd_syscalls.c netbsd_sysent.c 
	sys/compat/osf1: osf1_syscall.h osf1_syscallargs.h 
	                 osf1_syscalls.c osf1_sysent.c 
	sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h 
	                  sunos_syscalls.c sunos_sysent.c 
	sys/compat/ultrix: ultrix_syscall.h ultrix_syscallargs.h 
	                   ultrix_syscalls.c ultrix_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 12:37:55

Modified files:
	games          : Makefile 

Log message:
sort


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/28 12:39:09

Modified files:
	usr.sbin/bgpd  : pfkey.c session.c session.h 

Log message:
detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts
at runtime and disable said subsystems if so. helps the guys porting bgpd
to $otherBSD, and is actually the right thing to do. claudio ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 12:40:54

Modified files:
	devel/p5-Exporter-Lite/pkg: PLIST 

Log message:
fix directory deletion


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 12:54:45

Modified files:
	www/mod_perl/pkg: PLIST 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 13:03:49

Modified files:
	mail/p5-Email-Valid/pkg: PLIST 
	textproc/p5-Email-Find/pkg: PLIST 

Log message:
cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/05/28 13:49:01

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

Log message:
Reflect new reality by adding:
* Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA
* Dell CERC-SATA, PERC 320/DC


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 14:08:21

Modified files:
	net/samba/stable: Tag: OPENBSD_3_5 Makefile distinfo 
	net/samba/stable/pkg: Tag: OPENBSD_3_5 DEINSTALL INSTALL PLIST 

Log message:
MFC:
upgrade to Samba 2.2.9

This is a maintenance release of Samba 2.2.8a to address the problem with
user password changes after applying the Microsoft hotfix described in
KB828741 to Windows NT 4.0/200x/XP clients.


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/05/28 14:09:28

Modified files:
	.              : i386.html 

Log message:
Reflect new reality by adding:
* Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA
* Dell CERC-SATA, PERC 320/DC


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/28 14:15:48

Removed files:
	usr.sbin/pkg_install/add: Makefile add.h extract.c futil.c 
	                          main.c perform.c pkg_add.1 
	usr.sbin/pkg_install/create: Makefile create.h main.c perform.c 
	                             pkg_create.1 pl.c 
	usr.sbin/pkg_install/delete: Makefile delete.h main.c perform.c 
	                             pkg_delete.1 
	usr.sbin/pkg_install/info: Makefile info.h main.c perform.c 
	                           pkg_info.1 show.c 
	usr.sbin/pkg_install/lib: Makefile exec.c file.c global.c lib.h 
	                          pen.c plist.c pwarnx.c str.c 
	usr.sbin/pkg_install/sign: INSTALL MANIFEST Makefile 
	                           Makefile.bsd-wrapper README check.c 
	                           common.c extern.h gzip.c gzip.h 
	                           main.c pgp.h pgp_check.c pgp_sign.c 
	                           pkg_sign.1 sha1.c sign.c stand.c 
	                           stand.h 

Log message:
bye bye old package tools.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/28 14:18:28

Removed files:
	usr.sbin/pkg_install: Makefile Makefile.inc README tkpkg 

Log message:
cvs really sucks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 14:41:55

Modified files:
	net/samba/stable: Tag: OPENBSD_3_4 Makefile distinfo 
	net/samba/stable/pkg: Tag: OPENBSD_3_4 DEINSTALL INSTALL PLIST 

Log message:
MFC:
upgrade to Samba 2.2.9

This is a maintenance release of Samba 2.2.8a to address the problem with
user password changes after applying the Microsoft hotfix described in
KB828741 to Windows NT 4.0/200x/XP clients.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 14:46:46

Modified files:
	mail/dovecot   : Tag: OPENBSD_3_5 Makefile distinfo 
	mail/dovecot/patches: Tag: OPENBSD_3_5 patch-Makefile_in 
	                      patch-configure_in patch-doc_mkcert_sh 
	                      patch-dovecot-example_conf 
	                      patch-src_lib-storage_index_index-storage_c 
	                      patch-src_lib-storage_index_index-storage_h 
	                      patch-src_lib-storage_index_maildir_maildir-storage_c 
	                      patch-src_lib-storage_index_mbox_mbox-storage_c 
	                      patch-src_master_mail-process_c 
	                      patch-src_master_master-settings_c 
	                      patch-src_master_master-settings_h 
	                      patch-src_pop3_client_c 
	mail/dovecot/pkg: Tag: OPENBSD_3_5 PLIST 
Removed files:
	mail/dovecot/patches: Tag: OPENBSD_3_5 
	                      patch-src_auth_master-connection_c 
	                      patch-src_imap_imap-fetch-body-section_c 
	                      patch-src_lib-imap_imap-bodystructure_c 
	                      patch-src_lib-imap_imap-envelope_c 
	                      patch-src_lib-mail_message-address_c 

Log message:
MFC:
upgrade to Dovecot 0.99.10.5

Dovecot 0.99.10.{4,5} fix some possible mail box corruption issues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 15:21:42

Modified files:
	sysutils/syslog-ng: Makefile.inc 

Log message:
also provide config.sub; fixes build on amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 15:23:22

Modified files:
	mail/dovecot   : Tag: OPENBSD_3_4 Makefile distinfo 
	mail/dovecot/patches: Tag: OPENBSD_3_4 patch-Makefile_in 
	                      patch-configure_in patch-doc_mkcert_sh 
	                      patch-dovecot-example_conf 
	                      patch-src_lib-storage_index_index-storage_c 
	                      patch-src_lib-storage_index_index-storage_h 
	                      patch-src_lib-storage_index_maildir_maildir-storage_c 
	                      patch-src_lib-storage_index_mbox_mbox-storage_c 
	                      patch-src_master_mail-process_c 
	                      patch-src_master_master-settings_c 
	                      patch-src_master_master-settings_h 
	                      patch-src_pop3_client_c 
	mail/dovecot/pkg: Tag: OPENBSD_3_4 INSTALL PLIST 

Log message:
MFC:
upgrade to Dovecot 0.99.10.5

Dovecot 0.99.10.{4,5} fix some possible mail box corruption issues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 15:39:13

Modified files:
	security/cfs/patches: patch-make_with_bad_rpcgen 

Log message:
fix building with gcc3; from tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 15:42:30

Modified files:
	databases/db/v4: Tag: OPENBSD_3_5 Makefile 
Added files:
	databases/db/v4/patches: Tag: OPENBSD_3_5 patch-dbinc_mutex_h 

Log message:
MFC:
remove powerpc workaround and add patch for the mutex issue
provided by sleepycat via Philippe Lelédy <phl@leledy.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 15:42:50

Modified files:
	x11/mterm      : Makefile distinfo 

Log message:
Update to 0.4.2b; from Nick Nauwelaerts <nick@nauwelaerts.net>.
Highlight of this release is improved multihead support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/28 16:03:49

Modified files:
	sysutils/colorls: Makefile distinfo 
	sysutils/colorls/patches: patch-ls_c 

Log message:
Sync with -current ls to make the field width agree for long listings with
human-readable sizes.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/28 16:59:35

Modified files:
	distrib/miniroot: install.sh 
	distrib/luna88k/ramdisk: install.md 

Log message:
Add MDROOTFSOPT handling code to allow non-default newfs options to
be specified for root filesystems. Add MDROOTFSOPT value for luna88k
so installed system can boot.

Tested by Kenji Ayoma.

ok miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/05/28 17:35:23

Modified files:
	net            : Makefile 

Log message:
more gaim FLAVORs


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/05/28 17:50:15

Modified files:
	sys/scsi       : scsi_base.c sd.c st.c 

Log message:
Clean up sense error logic and printing a bit, partly inspired by
NetBSD. Try to limit special handling of sense errors in sd and st to
a minimum.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/28 17:50:58

Modified files:
	sys/arch/macppc/dev: adb_direct.c 

Log message:
Modify adb packet handling so that the completion routine can reentrantly
process the queue. fix from netbsd, pointed out on ppc@ several times.
Doesn't appear to affect my machines, but helps others.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/28 22:07:30

Modified files:
	etc            : MAKEDEV.common 

Log message:
usb2 & usb3 more needed on modern machines


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/28 22:08:54

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.cats   : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.cats: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/28 22:33:28

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
carp_ioctl() happens after ifioctl(); check flags correctly so that
'ifconfig carp0 down' and 'ifconfig carp0 up' work as expected.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/29 00:59:01

Modified files:
	lib/liby       : yyerror.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/29 01:01:03

Modified files:
	etc            : netstart 

Log message:
one last route command lacking -qn


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/29 02:44:21

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Remove multicast addresses and promiscuous mode when destroying the
carp interface.


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/05/29 05:09:26

Modified files:
	hp300          : hp300faq.html 

Log message:
HTML validation; ok david@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/29 06:35:54

Modified files:
	sbin/ccdconfig : ccdconfig.c 

Log message:
memory leak; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/29 07:08:55

Modified files:
	infrastructure/db: user.list 

Log message:
_jabberd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/29 07:12:30

Log message:
    jabberd; from Gerardo Santana Gomez Garrido
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20040529
    
    N ports/net/jabberd/Makefile
    N ports/net/jabberd/distinfo
    N ports/net/jabberd/pkg/PLIST
    N ports/net/jabberd/pkg/INSTALL
    N ports/net/jabberd/pkg/DEINSTALL
    N ports/net/jabberd/pkg/DESCR
    N ports/net/jabberd/patches/patch-tools_jabberd_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/29 07:59:04

Modified files:
	net            : Makefile 

Log message:
add jabberd


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/05/29 10:09:41

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

Log message:
replace hand-rolled CRC calculation in multicast hash setup with calls to
ether_crc32_*(); ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/29 11:49:19

Modified files:
	sbin/wicontrol : wicontrol.c 

Log message:
Changes from Andrey Matveev:
o only include socket.h once
o use errx() not err() where appropriate
o close the socket we opened
o bzero struct ifreq before use


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2004/05/29 11:54:46

Modified files:
	sys/sys        : sockio.h 
	sys/net        : if.h if.c 
	share/man/man4 : netintro.4 
	sbin/ifconfig  : ifconfig.c ifconfig.8 
	share/man/man5 : hostname.if.5 

Log message:
introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface
descriptions, configurable with ifconfig

help from various, ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/05/29 13:41:20

Modified files:
	.              : donations.html 

Log message:
more paypals


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/29 15:10:02

Log message:
    initial import of Test-Builder-Tester-0.09
    --
    This module helps to lint automated tests created with the
    Test::Builder module.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_29-May-2004
    
    N ports/devel/p5-Test-Builder-Tester/Makefile
    N ports/devel/p5-Test-Builder-Tester/distinfo
    N ports/devel/p5-Test-Builder-Tester/pkg/PLIST
    N ports/devel/p5-Test-Builder-Tester/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/29 15:11:36

Modified files:
	devel          : Makefile 

Log message:
+p5-Test-Builder-Tester


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/29 15:12:58

Log message:
    initial import of p5-Test-Pod-1.16
    --
    Test::Pod is a perl module that lets you check the validity of a
    POD file, and reports its results in standard Test::Simple fashion.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-May-29
    
    N ports/textproc/p5-Test-Pod/Makefile
    N ports/textproc/p5-Test-Pod/distinfo
    N ports/textproc/p5-Test-Pod/pkg/PLIST
    N ports/textproc/p5-Test-Pod/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/29 15:14:40

Log message:
    initial import of p5-XML-Twig-3.15
    --
    XML::Twig provides a way to process XML documents.  It is built on
    top of XML::Parser.
    
    The module offers a tree interface to the document, while allowing
    you to output the parts of it that have been completely processed.
    
    It allows minimal resource (CPU and memory) usage by building the
    tree only for the parts of the documents that need actual processing.
    
    XML::Twig tries to make simple things easy so it tries its best to
    takes care of a lot of the (usually) annoying (but sometimes
    necessary) features that come with XML and XML::Parser.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-May-29
    
    N ports/textproc/p5-XML-Twig/Makefile
    N ports/textproc/p5-XML-Twig/distinfo
    N ports/textproc/p5-XML-Twig/pkg/PLIST
    N ports/textproc/p5-XML-Twig/pkg/DESCR
    N ports/textproc/p5-XML-Twig/patches/patch-Makefile_PL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/05/29 15:15:49

Modified files:
	textproc       : Makefile 

Log message:
+p5-Test-Pod
+p5-XML-Twig


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/05/29 16:12:22

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

Log message:
Enable vga0 at isa? (makes krw's vga appear).

ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/05/29 17:07:48

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

Log message:
- Properly support multicast reception.
- Use ether_crc32_le() instead of equivalent hand-rolled CRC routine.

ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/29 19:25:17

Modified files:
	sys/dev/usb    : ehci.c ehcireg.h ehcivar.h 
	sys/dev/pci    : ehci_pci.c 

Log message:
rcsids


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/29 19:51:51

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

Log message:
Multicast fixups:
- remove bogus use of LLADDR
- scrap nge_crc in favour of ether_crc32_be
- accept all multicast when we encounter a multicast range

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/29 20:01:31

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

Log message:
Multicast fixups:
- remove bogus use of LLADDR
- scrap sf_calchash in favour of ether_crc32_be
- accept all multicast when we encounter a multicast range


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:11:27

Modified files:
	sys/arch/alpha/alpha: conf.c 
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/amd64: conf.c 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/i386/i386: conf.c 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/macppc/macppc: conf.c 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/sparc64/sparc64: conf.c 
	sys/conf       : files 
	sys/kern       : subr_autoconf.c 
	sys/sys        : conf.h 
Added files:
	sys/dev        : hotplug.c 
	sys/sys        : hotplug.h 

Log message:
Devices hot plugging support.
The hotplug pseudo-device passes device attachment and detachment events
to userland.  When a device attaches or detaches, the corresponding event
is queued.  The events can then be obtained from the queue through the
read(2) call on the /dev/hotplug device file. Each event consists of
event type (attach/detach), device class (DV_*) and device name (sd1 e.g.).

We have hotplug pseudo-device on alpha, amd64, i386, macppc and sparc64.
Since it was tested only on i386 other archs has it commented out
in GENERIC until tested.

The idea liked peter@ tedu@ drahn@ millert@ marco@ henning@.
Ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:17:18

Modified files:
	etc            : MAKEDEV.common 
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 

Log message:
Add hotplug device.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:24:12

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.cats   : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:25:04

src/usr.sbin/hotplugd

Update of /cvs/src/usr.sbin/hotplugd
In directory cvs.openbsd.org:/tmp/cvs-serv30709/hotplugd

Log Message:
Directory /cvs/src/usr.sbin/hotplugd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:28:28

Added files:
	usr.sbin/hotplugd: Makefile hotplugd.8 hotplugd.c 

Log message:
hotplugd -- devices hot plugging monitor daemon.
The hotplugd daemon monitors the hotplug(4) pseudo-device, acting on
signaled events by executing the scripts in the /etc/hotplug directory.

Not linked to the build yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:35:19

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

Log message:
Add hotplug(4) man page, with help from jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 02:38:20

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

Log message:
Enable hotplug, tested by tedu@.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 03:22:06

Modified files:
	usr.sbin/hotplugd: Makefile 

Log message:
Can only exist on alpha, amd64, i386, macppc and sparc64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/05/30 04:59:16

Modified files:
	x11/icewm      : Makefile 

Log message:
update maintainer address as per his request


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 10:09:54

Modified files:
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.cats: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 

Log message:
sync


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

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 10:29:42

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

Log message:
Missing waitpid, noticed by Gregory Steuck <greg@y2004.nest.cx>.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/05/30 10:35:22

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

Log message:
Better error message.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/30 11:03:29

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
new user/group _ntp, theo ok


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/05/30 11:03:39

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
hello _ntp


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/30 11:04:01

Modified files:
	gnu/usr.bin/binutils/bfd: netbsd-core.c 

Log message:
Recognize m88k core files.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/30 13:07:01

Modified files:
	gnu/usr.bin/binutils/gdb: m88k-tdep.c 

Log message:
Sync with upstream sources; fixes m88k backtrace bug.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 13:37:08

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2004/05/30 13:49:08

Modified files:
	.              : security.html 

Log message:
Punctuation and HTML fixes. From Alexander "grunk" von Gernler. Ok miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 14:41:17

Modified files:
	distrib/sets/lists/base: md.macppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 14:43:25

Modified files:
	usr.sbin       : Makefile 

Log message:
+hotplugd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 14:59:57

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

Log message:
serial console hack from tom.  who, after having been told a few times
to commit it, has not.  what is going on guys?


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/30 15:31:35

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

Log message:
add a little .Dv;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/30 15:36:30

Modified files:
	share/man/man5 : hostname.if.5 

Log message:
adjust display offset to avoid linewrap;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/30 15:48:25

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
various improvements and fixes from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 15:52:49

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

Log message:
knf


CVSROOT:	/cvs
Module name:	ports
Changes by:	jmc@cvs.openbsd.org	2004/05/30 15:54:03

Modified files:
	net/pptp/files : pptp_8 

Log message:
sync description of GRE w/ GENERIC;
ok reinhard@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/05/30 16:05:40

Modified files:
	gnu/usr.bin/binutils/ld: genscripts.sh 
	gnu/usr.bin/binutils/ld/emulparams: elf_i386_obsd.sh 
	gnu/usr.bin/binutils/ld/scripttempl: elf.sc 

Log message:
emacs undump is very sensative to the section ordering, For W^X a couple
of sections were moved for protections purposes. This causes problems
with emacs undump. Only move the sections if the W^X padding is active.
Generate the scripts properly for newer binutils, on i386 if -Z is
active, move the executable start address back to the classic base address.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/05/30 16:13:27

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
interface description, tweaked by deraadt and jcs;


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/30 16:23:53

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

Log message:
only call getprotobynumber() when necessary.  from freebsd (dds@)
testing jmc todd.  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/30 16:35:43

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
only free pages if we have write permission and they are not COW.
prevents msync/madvise funniness
from art@ ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	2004/05/30 16:40:51

Modified files:
	.              : errata.html errata34.html security.html 

Log message:
Add kerberos patch info for kdc cross-realm trust flaw
ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/05/30 16:41:15

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

Log message:
verify that the server is confident in the result it is sending us; from Alexander Guy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/05/30 16:57:43

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

Log message:
insane spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/05/30 17:03:35

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
compile without INET6; ok mcbride


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	2004/05/30 17:36:49

Modified files:
	.              : errata.html 

Log message:
number this one right. noticed by brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/30 17:49:39

Modified files:
	sys/dev/ic     : xl.c xlreg.h 
	sys/dev/pci    : if_xl_pci.c 

Log message:
a bit of syncing with the FreeBSD driver, namely...

- disable TX hardware checksumming since its buggy and slow

- re-enable the hardware multicast filter setup on 3c905B/C's

- enable reception of VLAN sized frames on 3c90x's (pre B/C)

- remove all DELAY(1) calls around MII operations in the xl driver.
according to the MII specification, the delay produced by our
reads alone are sufficient for correct operation.

this reduces the time mii_tick takes from 10ms to ~1ms here. that's
still a lot, but much better than before

- report media status for bitrate PHYs

- change the method used to detect older boomerang chips

- fix an issue with reading PHY regs over the i2c bus

- fix mbuf leaks in an error (rare) code path

- reuse the TX descriptor if xl_encap() failed instead of just picking the next one

- fix bug with 3c90xB cards and newer. We weren't trying to
copy the mbuf chain into an mbuf cluster when there is
more than 63 mbufs in the chain. we were trying with older
cards though

- add some magic bits necessary to turn the transmitter on for some
(newer) 556B chips

local change...

- use ether_crc32_be() instead of hand-rolled xl_calchash()

tested on i386/3c900 by beck@, sparc64/3c905C by me, i386/3c905C by sturm@, naddy@ and a few others
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/05/30 19:34:22

Modified files:
	faq            : faq6.html 

Log message:
Language clean-up and update, from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	drahn@cvs.openbsd.org	2004/05/30 19:43:27

Modified files:
	editors/emacs21/patches: patch-configure 

Log message:
emacs works fine on cats(arm) with this minor patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/30 19:51:30

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

Log message:
Don't reinvent the wheel, use ether_crc32_le() instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/05/30 20:08:30

Log message:
    Initial import of IO-INET6-2.01
    
    IO::Socket::INET6 provides an object interface to creating and using
    sockets in either AF_INET or AF_INET6 domains. It is built upon the
    IO::Socket interface and inherits all the methods defined by IO::Socket.
    
    Fixes and OK sturm@
    
    Status:
    
    Vendor Tag:	djm
    Release Tags:	djm-20040531
    
    N ports/net/p5-IO-INET6/Makefile
    N ports/net/p5-IO-INET6/distinfo
    N ports/net/p5-IO-INET6/pkg/DESCR
    N ports/net/p5-IO-INET6/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/05/30 20:12:50

Log message:
    Initial import of Socket6-0.17
    
    This module supports getaddrinfo() and getnameinfo() to intend to
    enable protocol independent programing. IPv6 related defines such
    as AF_INET6 are also included.
    
    Fixes and OK sturm@
    
    Status:
    
    Vendor Tag:	djm
    Release Tags:	djm-20040531
    
    N ports/net/p5-Socket6/distinfo
    N ports/net/p5-Socket6/Makefile
    N ports/net/p5-Socket6/pkg/DESCR
    N ports/net/p5-Socket6/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/30 20:21:17

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

Log message:
Avoid unintentional trigraph.

From FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/30 21:53:53

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

Log message:
multicast cleanups:
- get rid of hand rolled crc32 logic, use ether_crc32_{le,be}
- accept all multicast if a range is encountered


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/30 22:21:12

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

Log message:
Replace tulip_crc32 with ether_crc32_le.


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/05/31 00:56:55

Modified files:
	net            : Makefile 

Log message:
+p5-IO-INET6
+p5-Socket6


CVSROOT:	/cvs
Module name:	ports
Changes by:	hshoexer@cvs.openbsd.org	2004/05/31 03:46:14

Modified files:
	converters/libdvd: Makefile 

Log message:
add additional download site
remove HOMEPAGE, there's no homepage related to libdvd


CVSROOT:	/cvs
Module name:	ports
Changes by:	hshoexer@cvs.openbsd.org	2004/05/31 03:47:36

Modified files:
	converters/libdvd: distinfo 

Log message:
remove bogus last line


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/31 04:36:35

Modified files:
	bin/ksh        : sh.h 

Log message:
Remove redundant errno declaration. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/31 04:38:20

Modified files:
	usr.sbin/amd/include: config.h 
	usr.sbin/timed/timedc: timedc.h 

Log message:
Remove redundant errno declaration. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/31 04:39:08

Modified files:
	lib/libwrap    : percent_m.c 

Log message:
Remove redundant errno declaration. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2004/05/31 04:48:48

Modified files:
	sys/netinet    : in.c 

Log message:
clean some copy&paste leftovers from KAME code.
ok markus, itojun.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/31 05:02:11

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
simplify; ok henning, itojun


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/05/31 05:20:18

Modified files:
	net/vsftpd     : Makefile distinfo 
Removed files:
	net/vsftpd/patches: patch-sysutil_c 

Log message:
update to 1.2.2 from robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/31 06:27:07

Modified files:
	infrastructure/db: systrace.filter 
	infrastructure/mk: bsd.port.mk 

Log message:
honour TMPDIR and PKG_TMPDIR in systrace policies

prodded by jolan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/05/31 06:54:33

Modified files:
	mail/sylpheed  : Makefile distinfo 
	mail/sylpheed/patches: patch-ltmain_sh patch-src_inc_c 
Removed files:
	mail/sylpheed/patches: patch-src_procmsg_c 
	                       patch-src_quote_fmt_lex_c 

Log message:
update to 0.9.11


CVSROOT:	/cvs
Module name:	src
Changes by:	sturm@cvs.openbsd.org	2004/05/31 07:03:59

Modified files:
	regress/sbin/ipsecadm: Makefile 

Log message:
reset sysctls only when necessary

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/05/31 07:04:13

Modified files:
	sys/net        : bpf.c 

Log message:
remove the broken auto-append-'0' code; ok canacar, deraadt, thierry


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/05/31 07:38:53

Modified files:
	x11/rox-filer  : Makefile distinfo 
	x11/rox-filer/patches: patch-ROX-Filer_AppRun 

Log message:
update to 2.1.2


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/31 07:42:32

src/usr.sbin/ntpd

Update of /cvs/src/usr.sbin/ntpd
In directory cvs.openbsd.org:/tmp/cvs-serv15002/ntpd

Log Message:
Directory /cvs/src/usr.sbin/ntpd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/31 07:46:16

Added files:
	usr.sbin/ntpd  : Makefile buffer.c imsg.c log.c ntp.c ntp.h 
	                 ntpd.c ntpd.h 

Log message:
initial cut at ntpd.
it is just capable of answering (s)ntp4 requests with the local time
for now.
imsg/buffer and logging framework from bgpd, ntp protocol hackery
with Alexander Guy


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/31 07:55:31

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

Log message:
fix usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/31 07:59:55

Modified files:
	usr.sbin/ntpd  : Makefile 
Added files:
	usr.sbin/ntpd  : ntpd.8 

Log message:
initial cut at a manpage


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/05/31 08:36:16

Modified files:
	www/bluefish/patches: patch-configure 
Added files:
	www/bluefish/patches: patch-data_Makefile_in 

Log message:
update to 0.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/05/31 08:37:12

Modified files:
	www/bluefish   : Makefile distinfo 
	www/bluefish/pkg: PLIST 

Log message:
update to 0.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/31 08:39:40

Modified files:
	infrastructure/build: out-of-date 

Log message:
be more robust as people might install packages they no longer have
port directories for, e.g. mystuff/foo


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/31 09:11:56

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

Log message:
make my japanese friends happy by supporting IPv6 as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/05/31 09:34:01

Modified files:
	mail/mailman   : Makefile distinfo 
	mail/mailman/pkg: PLIST 

Log message:
update to mailman v2.1.5


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/05/31 09:48:27

Modified files:
	usr.bin/id     : id.c 
	usr.bin/printf : printf.c 
	usr.bin/sup/src: supcmain.c supfilesrv.c 

Log message:
zap unused variables, ok beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/31 10:14:01

Modified files:
	print/ghostscript/afpl: Makefile 

Log message:
don't overwrite CFLAGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/05/31 10:23:26

Modified files:
	print/ghostscript/gnu/patches: patch-src_unix-gcc_mak 

Log message:
honour CC


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/31 10:58:20

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

Log message:
Enable all multicast if we encounter a range.


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/05/31 11:06:37

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

Log message:
document cloning of bpf devices. no need to change kernel config to
add new bpf devices anymore. ok jmc, makrus, grange, deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/31 11:18:59

Modified files:
	bin/rm         : rm.c 

Log message:
better error handling with -P option.  from freebsd (bde@)
ok beck@ otto@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/31 11:23:05

Modified files:
	.              : errata.html errata34.html 

Log message:
HTML fixes. ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/05/31 12:28:49

Modified files:
	gnu/usr.bin/binutils/gdb: ChangeLog-3.x 

Log message:
Try to get rid of embedded NUL.
ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/31 12:31:52

Modified files:
	include        : limits.h 
	sys/sys        : syslimits.h 

Log message:
Updates based on Single Unix; OK deraadt@
o _POSIX_CHILD_MAX increased to 25
o _POSIX2_RE_DUP_MAX renamed _POSIX_RE_DUP_MAX
o _POSIX_SYMLINK_MAX and SYMLINK_MAX added (same as PATH_MAX)
o _POSIX_SYMLOOP_MAX and SYMLOOP_MAX added (like MAXSYMLINKS)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/31 12:34:41

Modified files:
	include        : limits.h 
	sys/sys        : syslimits.h 

Log message:
Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX
respectively instead of duplicating their values.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/05/31 12:35:35

Modified files:
	sys/sys        : param.h 

Log message:
Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is defined
in terms of PATH_MAX.  From otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/31 12:42:58

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

Log message:
mdoc & update references (from wiz@netbsd); remove disclaimer.
ok millert@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/31 12:47:49

Modified files:
	usr.bin/sudo   : sudo.h 

Log message:
#ifndef errno declaration. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/05/31 12:49:17

Modified files:
	gnu/usr.bin/perl/ext/SDBM_File/sdbm: sdbm.c 

Log message:
#ifndef errno declaration. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/31 13:25:00

Modified files:
	sys/dev/pci    : if_txp.c if_txpreg.h 

Log message:
Replace local crc32 with ether_crc32_be.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/05/31 13:32:30

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

Log message:
When loading multicast filters, accept all multicast when we encounter
a range instead of ignoring it.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/31 14:04:44

Modified files:
	sys/netinet    : tcp_output.c 

Log message:
work around an LP64 problem where we report an excessively large window
due to incorrect mixing of types.

From NetBSD

ok cedric@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/05/31 14:35:47

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
thinko, reported by Fernando Braga


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/31 15:03:57

Modified files:
	de             : donations.html errata.html security.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/31 15:11:13

Modified files:
	fr             : donations.html errata.html errata34.html 
	                 events.html i386.html mvme88k.html 
	                 pkg-stable.html pkg-stable34.html press.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/31 15:12:03

Modified files:
	faq/pf/fr      : authpf.html config.html index.html macros.html 
	                 perf.html pools.html rdr.html scrub.html 
	                 shortcuts.html tables.html tagging.html 
Added files:
	faq/pf/fr      : anchors.html nat.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/05/31 15:13:08

Modified files:
	faq/hu         : index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2004/05/31 15:16:57

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/05/31 15:43:23

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

Log message:
naming consistency


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/31 16:53:50

Modified files:
	sys/uvm        : uvm_km.c 

Log message:
explanatory comments for the uvm_km_page functions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:07:19

Log message:
    Initial import of Devel-Symdump-2.03
    
    Devel::Symdump provides a convenient way to inspect perl's symbol table
    and the class hierarchy within a running program.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_31
    
    N ports/devel/p5-Devel-Symdump/Makefile
    N ports/devel/p5-Devel-Symdump/distinfo
    N ports/devel/p5-Devel-Symdump/pkg/DESCR
    N ports/devel/p5-Devel-Symdump/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:09:34

Modified files:
	devel/p5-Devel-Symdump/pkg: DESCR 

Log message:
Fix word wrap to less than 72. oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:11:10

Log message:
    Initial import of Pod-Coverage-0.13
    
    This module provides a mechanism for determining if the pod for a given
    module is comprehensive.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_31
    
    N ports/devel/p5-Pod-Coverage/Makefile
    N ports/devel/p5-Pod-Coverage/distinfo
    N ports/devel/p5-Pod-Coverage/pkg/PLIST
    N ports/devel/p5-Pod-Coverage/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:12:53

Log message:
    Initial import of IDNA-Punycode-0.02
    
    IDNA::Punycode is a module to encode/decode Unicode strings into
    Punycode, an efficient encoding of Unicode for use with IDNA.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_31
    
    N ports/converters/p5-IDNA-Punycode/Makefile
    N ports/converters/p5-IDNA-Punycode/distinfo
    N ports/converters/p5-IDNA-Punycode/pkg/PLIST
    N ports/converters/p5-IDNA-Punycode/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:14:14

Log message:
    Initial import of Net-IDN-Nameprep-0.02
    
    Net::IDN::Nameprep implements IDN nameprep specification. This module
    exports only one function called "nameprep".
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_05_31
    
    N ports/converters/p5-Net-IDN-Nameprep/Makefile
    N ports/converters/p5-Net-IDN-Nameprep/distinfo
    N ports/converters/p5-Net-IDN-Nameprep/pkg/PLIST
    N ports/converters/p5-Net-IDN-Nameprep/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:16:17

Modified files:
	devel          : Makefile 

Log message:
+p5-Devel-Symdump
+p5-Pod-Coverage


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/05/31 20:17:27

Modified files:
	converters     : Makefile 

Log message:
+p5-IDNA-Punycode
+p5-Net-IDN-Nameprep


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/05/31 20:43:28

Modified files:
	sys/dev/pci    : if_sf.c if_sfreg.h 

Log message:
some revisions have issues sending lots of packets.
apply a workaround from freebsd.  pr3061 from nick nauwelaerts


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/31 20:54:56

Modified files:
	sys/uvm        : Tag: OPENBSD_3_4 uvm_map.c 

Log message:
MFC:
Fix by tedu@

only free pages if we have write permission and they are not COW.
prevents msync/madvise funniness

ok deraadt@ art@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/05/31 21:19:27

Modified files:
	sys/netinet6   : ip6_input.c 

Log message:
there's no use in checking curproc privilege in input path.
equivalent to http://orange.kame.net/dev/cvsweb2.cgi/kame/kame/sys/netinet6/ip6_input.c.diff?r1=1.344&r2=1.345.  jinmei@kame


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/05/31 21:44:10

Modified files:
	sys/uvm        : Tag: OPENBSD_3_5 uvm_map.c 

Log message:
MFC:
Fix by tedu@

only free pages if we have write permission and they are not COW.
prevents msync/madvise funniness

ok deraadt@ art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/01 00:08:51

Modified files:
	shells/tcsh    : Makefile distinfo 
	shells/tcsh/patches: patch-host.defs patch-sh.exp.c 
Removed files:
	shells/tcsh/patches: patch-sh.h patch-sh_func_c 

Log message:
upgrade to tcsh 6.13.00
--
From: Francois Briere <f dot briere at dopha dot org>
New MAINTAINER: jolan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/01 01:25:13

Modified files:
	net/gaim/pkg   : DESCR 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/01 02:46:37

Modified files:
	games/hack     : hack.6 

Log message:
missing apostrophe;
from ray at raylai dot org (PR #3803);


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/06/01 02:50:26

Modified files:
	openssh        : ftp.html 

Log message:
Add openbsd.informatik.uni-erlangen.de, missing from ftp.html only, from
Alexander von Gernler (grunk at admingilde.org).


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/06/01 03:46:18

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
need to chown afs cache; From: Gabriel Kihlman <gk@stacken.kth.se>


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/06/01 05:52:41

Modified files:
	.              : cvsup.html 

Log message:
cvsup.de.openbsd.org points to a different machine, the old one is gone.
From: Alexander von Gernler


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/01 06:58:52

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

Log message:
Replace hand-rolled crc32 with ether_crc32_le().


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/06/01 07:35:23

Modified files:
	portsplus      : index.html 

Log message:
update


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/06/01 07:36:07

Modified files:
	openssh        : portable.html 

Log message:
openbsd.informatik.uni-erlangen.de was missing from portable.html too, from
Alexander von Gernler (grunk at admingilde.org).


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/01 07:50:05

Modified files:
	.              : errata.html errata34.html 

Log message:
remove forgotten </A> and a trailing whitespace. from Alexander Von
Gernler. thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/01 07:50:18

Modified files:
	security/p5-Crypt-CBC: Makefile distinfo 

Log message:
update to 2.10; ok danh@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/01 07:58:42

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/01 08:20:45

Modified files:
	usr.bin/ssh    : auth2-chall.c 

Log message:
Remove redundant #include; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/01 10:27:09

Modified files:
	usr.sbin/ntpd  : ntp.c ntpd.c ntpd.h 

Log message:
allow ntpd to listen on nearly arbitary number of sockets (OPEN_MAX - 1 atm).
default to one IPv4 wildcard and one IPv6 wildcard one.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/01 11:35:58

Modified files:
	share/man/man4 : wi.4tbl 
	sys/dev/pcmcia : if_wi_pcmcia.c pcmciadevs pcmciadevs.h 

Log message:
Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) from
Andreas Abeck.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/01 11:44:34

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/01 11:46:31

Modified files:
	www/linkchecker: Makefile distinfo 
	www/linkchecker/pkg: PLIST 

Log message:
update to linkchecker-1.12.3;


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/01 12:55:11

Modified files:
	xc/programs/xterm: main.c 

Log message:
Fix jump scrolling on BE LP64 arches. From John Heasley on NetBSD's
tech-x11 list.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 12:56:24

Modified files:
	de             : cvsup.html errata.html errata34.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 12:56:37

Modified files:
	openssh/de     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 12:59:22

Modified files:
	fr             : cvsup.html errata.html errata34.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 12:59:37

Modified files:
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 12:59:57

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

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 13:04:36

Modified files:
	pt             : cvsup.html donations.html errata.html 
	                 errata34.html ftp.html pkg-stable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 13:06:00

Modified files:
	hu             : donations.html errata.html ftp.html vax.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 13:06:16

Modified files:
	openssh/hu     : ftp.html index.html portable.html users.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 13:06:29

Modified files:
	faq/hu         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/01 13:19:18

Modified files:
	pt             : index.html pkg-stable34.html stable.html 
	                 why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/01 14:27:24

Modified files:
	usr.sbin/bgpd  : log.c 

Log message:
I would have sworn I added tzset() here


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/01 14:28:19

Modified files:
	usr.sbin/ntpd  : log.c 

Log message:
tzset(); noticed by theo


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/01 14:43:44

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

Log message:
hppa is gcc3 and has shlibs now


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/01 14:45:02

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
remove workaround not needed w/ gcc3 anymore; millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/01 14:45:45

Modified files:
	distrib/sets/lists/base: md.hppa 
	distrib/sets/lists/comp: md.hppa 
	distrib/sets/lists/man: md.hppa 

Log message:
update for gcc3 ad shlibs; deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/01 14:59:25

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

Log message:
dv_xname is not the same as dv_unit (for hell knows what reason)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/01 15:06:17

Modified files:
	lib/csu/hppa   : crt0.c 

Log message:
do not need sh_func_adrs w/ gcc3 no more


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/01 15:06:29

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

Log message:
sort lp64_archs alphabetically, remove hppa from no_shared_archs


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/01 15:07:46

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

Log message:
need to fixup for empty pltgot (weak regress is a test for it)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/01 15:43:10

Modified files:
	infrastructure/patches: patch-lt1.3.0-ltconfig 
	                        patch-lt1.3.3-ltconfig 
	                        patch-lt1.3.4-ltconfig 
	                        patch-lt1.3.5-ltconfig 

Log message:
hppa has shared libs now


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/01 15:58:09

Modified files:
	usr.sbin/ntpd  : Makefile ntp.c ntpd.c ntpd.h 
Added files:
	usr.sbin/ntpd  : config.c parse.y 

Log message:
first cut at config file parser
for now, one can set the addresses to listen on


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/01 15:58:19

Modified files:
	sys/miscfs/nullfs: null_vfsops.c 

Log message:
use M_MISCFSMNT to allocate nullfs memory, ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/01 16:00:47

Modified files:
	audio/grip/patches: patch-ltconfig 
	chinese/libtabe/patches: patch-script_ltconfig 
	security/cyrus-sasl2/patches: patch-config_ltconfig 

Log message:
hppa has shared libs now


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/01 16:02:32

Modified files:
	usr.sbin/ntpd  : ntp.h 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/06/01 16:06:24

Modified files:
	.              : hppa.html 

Log message:
hppa has shared libs now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/01 16:59:27

Modified files:
	distrib/sets/lists/comp: md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/01 17:01:44

Modified files:
	gnu/usr.bin/binutils: Makefile.bsd-wrapper 

Log message:
manage NEW_BINUTILS vs non-NEW_BINUTILS better. does not install unnecessary
pieces anymore. ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/01 17:19:25

Log message:
    Initial import of Text-Diff-0.35
    
    Text::Diff provides a basic set of services akin to the GNU "diff"
    utility. It is not anywhere near as feature complete as GNU "diff", but
    it is better integrated with Perl and available on all platforms. It is
    often faster than shelling out to a system's "diff" executable for small
    files, and generally slower on larger files.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_01
    
    N ports/textproc/p5-Text-Diff/Makefile
    N ports/textproc/p5-Text-Diff/distinfo
    N ports/textproc/p5-Text-Diff/pkg/DESCR
    N ports/textproc/p5-Text-Diff/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/01 17:21:40

Log message:
    Initial import of p5-Test-Differences-0.47
    
    When the code you're testing returns multiple lines, records or data
    structures and they're just plain wrong, an equivalent to the Unix
    "diff" utility may be just what's needed.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_01
    
    N ports/devel/p5-Test-Differences/Makefile
    N ports/devel/p5-Test-Differences/distinfo
    N ports/devel/p5-Test-Differences/pkg/DESCR
    N ports/devel/p5-Test-Differences/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/01 17:26:49

Log message:
    Initial import of Net-Snort-Parser-1.21
    
    These modules provide a basis for parsing snort configuration files and
    rules, allow tools to be built that muck with rulesets with less effort.
    An example tool, snortconfig, is included.   snortconfig was the reason
    these modules were built.
    
    ok sturm@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_01
    
    N ports/net/p5-Net-Snort-Parser/Makefile
    N ports/net/p5-Net-Snort-Parser/distinfo
    N ports/net/p5-Net-Snort-Parser/pkg/PLIST
    N ports/net/p5-Net-Snort-Parser/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/01 17:27:58

Modified files:
	textproc       : Makefile 

Log message:
+p5-Text-Diff


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/01 17:29:29

Modified files:
	devel          : Makefile 

Log message:
+p5-Test-Differences


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/01 17:30:49

Modified files:
	net            : Makefile 

Log message:
+p5-Net-Snort-Parser


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/01 18:25:32

Modified files:
	distrib/notes/hppa: contents 

Log message:
Shared libraries on hppa (but the sets size are now completely inaccurate).


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/01 20:21:15

Modified files:
	libexec/rpc.rquotad: rquotad.c 
	libexec/rpc.rstatd: rstatd.c 
	libexec/rpc.rusersd: rusersd.c 
	libexec/rpc.rwalld: rwalld.c 
	libexec/rpc.sprayd: sprayd.c 
	libexec/uucpd  : uucpd.c 

Log message:
IPv6 support.

From NetBSD

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/01 20:22:03

Modified files:
	etc            : inetd.conf 

Log message:
uucpd over v6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/01 23:48:09

Modified files:
	net/epic4      : Makefile distinfo 
	net/epic4/pkg  : PLIST 

Log message:
new help file


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/02 00:30:28

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

Log message:
Add ether_{add,del}multi(), makes multicast work.

Testing & ok cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/02 00:58:54

Modified files:
	bin/rm         : rm.c 

Log message:
outline PASS; use size_t for sizes; better error message.
ok millert@ tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/02 03:20:43

Modified files:
	infrastructure/mk: perl.port.mk 

Log message:
honour CFLAGS in perl ports


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/02 04:08:59

Modified files:
	usr.sbin/ntpd  : Makefile config.c ntp.c ntp.h ntpd.h 
Added files:
	usr.sbin/ntpd  : ntp_msg.c server.c 

Log message:
prepare for client functionality


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/02 06:40:42

Modified files:
	games/freeciv  : Makefile distinfo 
	games/freeciv/patches: patch-configure 
	games/freeciv/pkg: DESCR PLIST 
Added files:
	games/freeciv/patches: patch-common_dataio_c 
	games/freeciv/pkg: DESCR-client DESCR-share PLIST-client 
	                   PLIST-share 

Log message:
update to freeciv 1.14.1

- uses MULTI_PACKAGES (-client, -server, -share)
- gtk2 support in the client

from maintainer Aleksander Piotrowski <aleksander.piotrowski at piestrak.waw.pl>
cleaned up by yours truly


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/02 07:49:43

Modified files:
	sys/arch/luna88k/include: pmap.h 
	sys/arch/luna88k/luna88k: machdep.c pmap.c pmap_table.c 

Log message:
More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88k
changes) - makes almost 3MB more memory available for userland.

Tested by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/02 08:24:02

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

Log message:
need to explicitly pass ipencap traffic on the encapsulation interface
from Pedro Almeida <pedro@qui.uc.pt>, ok cedric@, xsa@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/02 08:58:46

Modified files:
	usr.bin/calendar: io.c 
	usr.bin/ctags  : tree.c 
	usr.bin/deroff : deroff.c 
	usr.bin/du     : du.c 

Log message:
Don't want text in err() call following malloc failures.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/02 09:00:51

Modified files:
	usr.bin/find   : operator.c 

Log message:
Use errx() rather than err() when errno isn't set.

ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/02 09:23:20

Modified files:
	devel/jdk/1.3  : Makefile 
Added files:
	devel/jdk/1.3/patches: 
	                       patch-j2sdk1_3_1_make_java_verify_Makefile 

Log message:
fix build on -current, from maintainer Kurt Miller <truk at optonline.net>
update NO_SYSTRACE comment


CVSROOT:	/cvs
Module name:	www
Changes by:	tom@cvs.openbsd.org	2004/06/02 10:00:14

Modified files:
	.              : donations.html 

Log message:
Remove duplicate Boris Fabbro, and even up columns.

Closes PR 3806.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/02 10:19:17

Modified files:
	sbin/isakmpd   : ike_auth.c x509.c 

Log message:
remove unused BIO-functions.

ok markus@ ho@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/02 12:27:03

Modified files:
	fr             : donations.html hppa.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/02 12:31:14

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

Log message:
fix for broken cpp in gcc3


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/02 12:55:08

Modified files:
	sys/dev/ata    : ata_wdc.c 
	sys/dev/ic     : wdcvar.h 
	sys/dev/pci    : pciide.c 

Log message:
Add quirks field to the wdc softc and implement the first one:
WDC_QUIRK_NOSHORTDMA which disables DMA for the one-sector
transfers. Use this quirk for the Geode SC1100 IDE to fix
hanging during fdisk reported in PR 3729.
Thanks to Alexandre Belloni <abelloni@nerim.net> for testing.

ok costa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/02 13:16:26

Modified files:
	net/gaim       : Makefile distinfo 
	net/gaim/patches: patch-config_h_in patch-configure 
	                  patch-ltmain_sh patch-plugins_ssl_Makefile_in 
	                  patch-src_Makefile_in patch-src_proxy_c 
	net/gaim/pkg   : PLIST 
Added files:
	net/gaim/patches: patch-src_protocols_gg_libgg_h 
Removed files:
	net/gaim/patches: patch-src_gtkimhtml_c patch-src_gtkrequest_c 
	                  patch-src_protocols_novell_nmcontact_c 
	                  patch-src_protocols_novell_nmuser_c 
	                  patch-src_protocols_novell_novell_c 

Log message:
upgrade to gaim 0.78


CVSROOT:	/cvs
Module name:	ports
Changes by:	canacar@cvs.openbsd.org	2004/06/02 13:22:57

Added files:
	sysutils/pftop/patches: patch-config_h 

Log message:
Make pftop compile after the anchor related changes in pf
by disabling the (not working) anchor printing code.
ok sturm@ naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/02 15:40:00

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_in 

Log message:
more distribution patches


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/02 16:09:34

Modified files:
	.              : donations.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/02 16:17:22

Modified files:
	sys/kern       : subr_pool.c 
	sys/sys        : pool.h 

Log message:
rearrange the allocators we provide for general use.
the new one remains the default and _nointr.
_kmem is restored to its former position, and _oldnointr is
introduced.
this is to allow some pool users who don't like the new allocator
to continue working.  testing/ok beck@ cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/02 16:18:25

Modified files:
	sys/net        : pf_table.c 

Log message:
tables like to allocate lots of memory at once.  use the previous
pool allocator, _nointr.  testing/ok beck@ cedric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/02 16:26:21

Modified files:
	games          : Makefile 

Log message:
freeciv uses gtk2, now


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/06/02 17:31:22

Modified files:
	.              : i386.html 

Log message:
don't lie here, the laptop floppy does have CardBus support


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/06/02 17:33:23

Modified files:
	.              : i386.html 

Log message:
cardbus -> CardBus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/02 21:12:39

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

Log message:
all install media should compile roughly the same... so SMALL_KERNEL this
(and, yes, sorry, turn off propolice).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/02 21:12:55

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

Log message:
commented out ahd


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/02 21:14:21

Modified files:
	usr.bin/file/magdir: 386bsd Localstuff OpenBSD alliant alpha 
	                     amanda amigaos animation apl apple archive 
	                     asterix att3b audio blit bout bsdi c-lang 
	                     chi clipper commands compress convex 
	                     database diamond diff digital dump elf 
	                     encore filesystems fonts frame freebsd hp 
	                     ibm370 ibm6000 iff images intel interleaf 
	                     ispell java jpeg karma lex lif linux lisp 
	                     mach macintosh magic mail.news mirage mkid 
	                     mmdf motorola msdos ncr news olf os9 pbm 
	                     pdp pgp pkgadd plus5 printer psdbms pyramid 
	                     rpm rtf sc sccs sendmail sequent sgi sgml 
	                     sniffer softquad sun terminfo tex timezone 
	                     troff typeset unknown uuencode varied.out 
	                     vax visx vms xenix zilog zyxel 
Added files:
	usr.bin/file/magdir: acorn adi allegro applix bFLT blender c64 
	                     cad cddb chord cisco citrus console ctags 
	                     dact dolby dyadic editors epoc fcs flash 
	                     fsav games gcc gimp gnu grace gringotts hdf 
	                     hitachi-sh human68k island lecter maple 
	                     mathematica mcrypt mime misctools mlssa 
	                     modem msvc natinst netscape nitpicker ocaml 
	                     octave os2 parix plan9 project psion pulsar 
	                     python revision sharc sinclair sketch 
	                     smalltalk spectrum sql sysex teapot ti-8x 
	                     tuxedo vmware vxl xdelta xwindows 

Log message:
merge in new magic from file 4.09.  Mostly from Bruno Rohee


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/02 21:15:24

Added files:
	usr.bin/file/magdir: vorbis 

Log message:
ogg vorbis magic i found on a redhat box


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/02 21:36:46

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

Log message:
merge back two chunks that are different here


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/02 22:07:38

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

Log message:
rl at cardbus, requested by brad.  poor brad.  everyones feel for him.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/02 23:17:36

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

Log message:
Be sure to preserve r3 for syscalls which return 32-bit values.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/02 23:18:43

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

Log message:
Signal bus errors when a write back operation fails on 88110.


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/06/03 00:28:19

Modified files:
	.              : sparc.html 

Log message:
s/cpu/CPU/ from Martin Reindl <mreindl at catai.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/03 01:12:45

Modified files:
	distrib/notes/hppa: contents 

Log message:
update sets sizes


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/03 01:36:14

Modified files:
	gnu/usr.bin/gas/config: tc-m88k.h tc-vax.h 

Log message:
Enable assembly listings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/03 01:50:13

ports/benchmarks/ubench/patches

Update of /cvs/ports/benchmarks/ubench/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6421/patches

Log Message:
Directory /cvs/ports/benchmarks/ubench/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/03 01:52:30

Added files:
	benchmarks/ubench/patches: patch-cpubench_c patch-membench_c 
	                           patch-signals_c 

Log message:
fix behaviour on 64bit arches, based on patches from FreeBSD;
tested and ok sturm@.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/03 02:21:40

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

Log message:
Interpret !* correcly. ok dhartmei@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/03 04:22:05

Modified files:
	benchmarks/netpipe: Makefile distinfo 

Log message:
fix broken MASTER_SITES;
DISTNAME changed on the new MASTER_SITES but checksum remained the same;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/03 04:25:00

Modified files:
	benchmarks/netpipe: Makefile 

Log message:
oops, set correct WRKDIST;


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/03 05:33:36

Modified files:
	www/opera      : Tag: OPENBSD_3_4 Makefile distinfo 
	www/opera/patches: Tag: OPENBSD_3_4 patch-install_sh 
	www/opera/pkg  : Tag: OPENBSD_3_4 PLIST 

Log message:
update to 7.50; security fix for:
http://www.idefense.com/application/poi/display?id=104&type=vulnerabilities&flashstatus=true

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/06/03 06:21:09

Modified files:
	usr.sbin/syslogd: syslogd.c syslog.conf.5 

Log message:
allow '!!prog', where the second '!' means messages from prog should only
be logged by the subsequent block, aborting evaluation when matching.
Useful to log some daemons to dedicated files only (not polluting standard
files with their messages). ok beck@, henning@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/03 06:22:20

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

Log message:
initialize pointers, ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/03 07:36:16

Modified files:
	www/opera      : Makefile distinfo 

Log message:
update to opera 7.51

from ChangeLog:

Security

Restricted image size in address bar, page bar and page/window cycler. This
addresses issue reported in GreyMagic security advisory GM#007-OP: wide
favicons could cover URL in the address line.

Miscellaneous
- Various stability improvements
- Redirecting links correctly marked as visited
- Initial support for quoting selected text in messages
- Solved problem with duplicate addresses when using "Reply all"


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/06/03 08:16:33

Modified files:
	share/man/man3 : queue.3 

Log message:
Sync man page with macros:

- SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@)
- SIMPLEQ_REMOVE_HEAD() has only 2 arguments

ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/03 10:08:12

Modified files:
	faq/pf         : tables.html 

Log message:
Clairification from Joel Knight, THANKS!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/03 10:14:04

Modified files:
	faq            : faq4.html 

Log message:
Add <a href> to faq6.html#PXE


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/03 10:28:12

Modified files:
	net/trafshow   : Makefile 

Log message:
PR not RP; ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/06/03 11:09:12

Modified files:
	lib/libc/gen   : sysconf.3 sysctl.3 
	lib/libc/sys   : pathconf.2 

Log message:
cross-Xref to make pathconf/sysconf easy to find.
twiddling and okay jmc@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 11:20:07

Modified files:
	distrib/notes/i386: hardware 

Log message:
Add I2C bus and LM75/LM77 temperature sensors.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/03 11:30:06

Modified files:
	faq            : faq4.html 

Log message:
fdisk's "update" command does not work in a very useful manner at the
moment, as it doesn't write a valid signature to the disk.  Document a
really ugly work-around for people installing to a new disk.


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2004/06/03 11:31:19

Modified files:
	.              : i386.html 

Log message:
I2C and LM75/77 support after 3.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:00:04

src/sys/dev/gpio

Update of /cvs/src/sys/dev/gpio
In directory cvs.openbsd.org:/tmp/cvs-serv470/dev/gpio

Log Message:
Directory /cvs/src/sys/dev/gpio added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:08:00

Modified files:
	sys/conf       : files 
	sys/sys        : conf.h 
Added files:
	sys/sys        : gpio.h 
	sys/dev/gpio   : files.gpio gpio.c gpiovar.h 

Log message:
A framework for supporting various General Purpose Input/Output (GPIO)
devices. Such devices provide a set of pins that you can use to connect
for example leds to it.
The pins can be accessed either from userland through the /dev/gpio*
device files or from the kernel drivers. The latter is necessary
for implementing timing-sensitive things like i2c or 1-wire master
controller.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:13:13

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

Log message:
Enable GPIO for i386 port.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:22:21

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 
	                    files.i386 
Added files:
	sys/arch/i386/pci: gscpcib.c gscpcibreg.h 

Log message:
gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver.
Besides the core pcib(4) functionality, the gscpcib driver provides
support for the GPIO interface of this device.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:28:02

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/dev/isa    : files.isa nsclpcsio_isa.c 

Log message:
Add support for the GPIO logical device.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:36:59

Modified files:
	etc            : MAKEDEV.common 
	etc/etc.i386   : MAKEDEV.md 

Log message:
Add gpio device nodes.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:40:18

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.cats   : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.cats: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:41:29

Added files:
	share/man/man4 : gpio.4 

Log message:
gpio(4) framework man page.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/03 12:41:58

Modified files:
	usr.sbin/cron  : database.c 

Log message:
Though crontab files are created mode 0600 we should accept ones that
are mode 0400 too.  From Walt Howard.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:42:19

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

Log message:
Support for the GPIO logical device was added.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:45:13

Modified files:
	share/man/man4/man4.i386: Makefile 
Added files:
	share/man/man4/man4.i386: gscpcib.4 

Log message:
Man page for the gscpcib(4) driver.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 12:46:24

Modified files:
	share/man/man4 : Makefile 

Log message:
Add gpio(4).

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/03 12:46:52

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

Log message:
An optional argument cannot start with '-', even if permutation is
disabled.  Magne Oestlyngen.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/03 12:59:45

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
fall back to "nobody" when the _dhcp user is not available, theo bob ok


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 13:02:20

src/usr.sbin/gpioctl

Update of /cvs/src/usr.sbin/gpioctl
In directory cvs.openbsd.org:/tmp/cvs-serv32570/gpioctl

Log Message:
Directory /cvs/src/usr.sbin/gpioctl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 13:13:24

Added files:
	usr.sbin/gpioctl: Makefile gpioctl.8 gpioctl.c 

Log message:
gpioctl -- program to control GPIO devices.
The gpioctl program allows to manipulate GPIO devices pins

Quick start for the Soekris net4801 users:
# gpioctl -c 20 out pp
# gpioctl 20 1
This will turn on the red error led.
If you want to use JP5 I/O pins, just use the /dev/gpio1 device.

Quick start for the PC Engines WRAP.1C users:
# gpioctl 40
This will read the state of the button (0 means pressed).

# gpioctl -c 2 pp out
This will turn the first led on, to turn off write 1 to the pin,
it's reversed. For the second and the third leds use pins 3 and 18.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 13:14:17

Modified files:
	usr.sbin       : Makefile 

Log message:
Add gpioctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/03 13:19:07

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

Log message:
Verify that argc > 0 before trying to use argv and mark usage as __dead.
from Dmitry V. Levin


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/03 13:54:04

Modified files:
	usr.sbin/cron  : atrun.c cron.c do_command.c 

Log message:
More changes from Dmitry V. Levin:

Check return values for setgid, initgroups and setuid in code we don't compile.
Print the correct filename for the at job in mail sent.
Add some #if DEBUGGING in cron.c's usage().
Set sunlen each time before using it in accept().
Don't send mail at all if MAILTO is set but empty.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/03 13:56:09

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

Log message:
Document behavior if MAILTO is set to the empty string.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/03 14:51:08

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

Log message:
Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/03 14:53:19

Modified files:
	gnu/egcs/libobjc: encoding.c 

Log message:
Make sure libobjc is self-contained on vax, so that .m programs can link.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/03 17:20:07

Modified files:
	sys/arch/arm/footbridge: footbridge_clock.c 

Log message:
pretty


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/03 17:38:50

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/03 17:53:57

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

Log message:
- add articles
- escape punctuation
- kill whitespace
- missing .El
- sort SEE ALSO


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/03 17:57:19

Modified files:
	share/man/man4/man4.i386: gscpcib.4 

Log message:
sort SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/03 18:04:55

Modified files:
	usr.bin/mail/USD.doc: mail0.nr mail1.nr mail2.nr mail3.nr 
	                      mail4.nr mail5.nr mail6.nr mail8.nr 
	                      mail9.nr 

Log message:
update mail docs w/ reality;
help and ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/03 18:07:12

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

Log message:
sync w/ usd docs;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/03 18:47:32

Modified files:
	lib/libusbhid  : Makefile data.c descr.c parse.c shlib_version 
	                 usage.c usbhid.3 usbhid.h 
	usr.bin/usbhidaction: usbhidaction.c 
	usr.bin/usbhidctl: usbhid.c 

Log message:
knf + new interface: hid_start() is non-exit non-stderr spewing version of hid_init(); ok matthieu millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/03 19:45:58

Modified files:
	sysutils/gkrellm/plugins/sun/patches: patch-gkrellsun_c 

Log message:
fix building with gcc2.95


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/03 21:18:19

Modified files:
	faq            : faq4.html 

Log message:
uh...this is a MUCH safer technique for installing a complete and
functional MBR to a new disk.  While here, amd64 can pxeboot as well,
link it.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/03 22:26:42

Modified files:
	etc            : rc rc.conf 

Log message:
hotplugd startup.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/04 00:50:57

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

Log message:
grange: if you keep commiting stuff you did not test, you will run into trouble


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/04 01:14:20

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/04 02:06:05

Modified files:
	sys/ufs/ext2fs : ext2fs_vfsops.c 
	sys/ufs/ffs    : ffs_vfsops.c 
	sys/ufs/lfs    : lfs_vfsops.c 
	sys/ufs/mfs    : mfs_vfsops.c 

Log message:
rootvp is already externed in systm.h, no need for a local extern


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/04 02:10:32

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

Log message:
nsclpcsio can't be find on any amd64 board.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/04 02:36:09

Modified files:
	lib/libusbhid  : usbhid.3 

Log message:
- escape minus sign
- occured -> occurred


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/04 08:00:00

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

Log message:
various tweaks;
ok grange@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/04 08:03:07

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

Log message:
edit rc.conf.local, not rc.conf;
from Bernd Ahlers;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/04 10:02:35

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
Fix pasto I introduced in Adaptec AWN-8030 addition


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/04 10:02:47

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/04 11:13:26

Log message:
    Import mlterm 2.8.0.
    Submitted by Waldemar Brodkorb <wbx@openbsd.de>.
    
    A multilingual terminal emulator on X11.
    Some nice features are unicode support and pseudo transparency.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040604
    
    N ports/x11/mlterm/Makefile
    N ports/x11/mlterm/distinfo
    N ports/x11/mlterm/patches/patch-kiklib_configure
    N ports/x11/mlterm/patches/patch-mkf_script_ltmain_sh
    N ports/x11/mlterm/patches/patch-xwindow_x_xic_c
    N ports/x11/mlterm/pkg/DESCR
    N ports/x11/mlterm/pkg/PLIST
    N ports/x11/mlterm/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/04 11:14:32

Modified files:
	x11            : Makefile 

Log message:
+mlterm


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/04 11:21:21

Modified files:
	distrib/notes/i386: hardware 

Log message:
Mention GPIO devices.


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2004/06/04 11:21:48

Modified files:
	.              : i386.html 

Log message:
GPIO devices support after 3.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2004/06/04 11:26:05

Modified files:
	.              : i386.html 

Log message:
Consistent names for Geode SC1100, and a space while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/04 12:03:35

Modified files:
	sys/dev/pcmcia : pcmciadevs if_wi_pcmcia.c 

Log message:
Add support for ASUS SpaceLink WL-100 PCMCIA 802.11b card; Sigfred HÃversen


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/04 12:04:21

Modified files:
	usr.sbin/user  : user.c useradd.8 usermgmt.conf.5 usermod.8 

Log message:
Clear up some confusion: -e is account expiry flag, -f is password
expiry flag. Resolves PR 3792, though not by changing code, but by
changing docs, comments and an error message or two.
ok jmc@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/04 12:04:38

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen for ASUS SpaceLink WL-100


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/04 12:10:44

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

Log message:
Add ASUS SpaceLink WL-100


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/04 12:11:58

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

Log message:
Bugs section, of course: we don't support event capabilities yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/04 12:18:20

Modified files:
	usr.bin/skey   : skey.1 skey.c 
	usr.bin/skeyinit: skeyinit.1 skeyinit.c 

Log message:
Consistently use "secret passphrase" for the passphrase made up by the user
and "one-time password" for the generated passwords.
ok jmc@ millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/04 12:38:43

Modified files:
	hu             : errata.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/04 12:38:55

Modified files:
	openssh/hu     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/04 12:56:03

Modified files:
	sys/arch/i386/pci: elan520.c 

Log message:
Kill sys/cdefs.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/04 14:09:18

Modified files:
	games/xskat    : Makefile distinfo 
	games/xskat/pkg: DESCR PLIST 
Removed files:
	games/xskat/files: Imakefile 

Log message:
maintenance upgrade to 4.0


CVSROOT:	/cvs
Module name:	src
Changes by:	biorn@cvs.openbsd.org	2004/06/04 14:27:59

Modified files:
	lib/libkrb5    : Makefile.roken.inc shlib_version 

Log message:
Add get_default_username(), used by libkadm5clnt.a, and
k_getpw{nam,uid}(), used by get_default_username().

bump minor

"looks reasonable" millert@, ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/04 15:49:02

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

Log message:
fix conversion to ether_crc32_be(). problem noticed by naddy@

ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/04 16:25:09

Modified files:
	sys/net        : if_pfsync.c 

Log message:
Remove the multicast address when we unconfigure the syncif.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/04 17:42:51

Log message:
    net-TFTP-0.16, tftp client class
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-jun-04
    
    N ports/net/p5-Net-TFTP/distinfo
    N ports/net/p5-Net-TFTP/Makefile
    N ports/net/p5-Net-TFTP/pkg/PLIST
    N ports/net/p5-Net-TFTP/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/04 17:44:35

Modified files:
	net            : Makefile 

Log message:
+p5-Net-TFTP


CVSROOT:	/cvs
Module name:	src
Changes by:	biorn@cvs.openbsd.org	2004/06/04 17:45:30

Modified files:
	kerberosV/usr.sbin/kadmin: Makefile 
	kerberosV/usr.sbin/ktutil: Makefile 

Log message:
get_default_username() is in libkrb5 now.

looks good millert@, beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/04 17:51:30

Modified files:
	www/p5-WWW-Curl: Makefile 

Log message:
drop maintainership


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/04 22:14:47

Removed files:
	sys/dev/ic     : aic7xxx.c 

Log message:
Remove unused file. We use aic7xxxvar.h.

ok marco@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/04 22:18:00

Removed files:
	sys/dev/ic     : aic7xxx.h 

Log message:
Remove unused file. We use aic7xxxvar.h.

ok marco@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/04 22:30:01

Added files:
	sys/dev/ic     : aic7xxx.c 

Log message:
bring it back from the dead


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/04 22:32:51

Added files:
	sys/dev/ic     : aic7xxx.c 

Log message:
another try to re-add it


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/04 23:42:08

Modified files:
	sys/dev/mii    : miidevs 

Log message:
gigE PHY in the RealTek 8169S/8110S chips


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/04 23:42:45

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/04 23:49:29

Modified files:
	sys/dev/mii    : files.mii 
Added files:
	sys/dev/mii    : rgephy.c rgephyreg.h 

Log message:
Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY
from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 00:00:46

Modified files:
	sys/dev/ic     : rtl81x9reg.h 

Log message:
Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 00:13:06

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

Log message:
RealTek 8139C+/8169/8169S/8110S PCI NIC driver from FreeBSD/NetBSD
checksum offloading and vlan tagging disabled for now; work in progress


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 00:30:23

Added files:
	share/man/man4 : re.4 

Log message:
RealTek 8139C+/8169/8169S/8110S man page from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	biorn@cvs.openbsd.org	2004/06/05 00:38:22

Modified files:
	kerberosV/usr.sbin/kstash: Makefile 

Log message:
cleanup; no need for lkadm5*

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 00:39:51

Added files:
	share/man/man4 : rgephy.4 

Log message:
hack up a manpage for rgephy, the internal PHY in re(4) cards


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 01:21:12

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

Log message:
re(4) and rgephy(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 01:25:16

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

Log message:
properly add re(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 01:26:17

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

Log message:
order


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 01:30:41

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
shrink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 01:30:49

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 01:39:55

Modified files:
	sys/dev/ic     : rtl81x9reg.h 
	sys/dev/pci    : if_re.c 

Log message:
add multicast support


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2004/06/05 03:14:42

Modified files:
	.              : i386.html 

Log message:
In hardware monitoring sensors section, add NS PC87366 VLM and TMS.
In GPIO, make it clear that GPIO interface is only a part of IC.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/05 05:15:42

Modified files:
	net/epic4      : Makefile 
	net/epic4/pkg  : PLIST 

Log message:
a bit more epic4 for the file/dir names


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/05 05:56:50

Modified files:
	sys/netinet    : tcp_output.c 

Log message:
set m_pkthdr.len early; ok mcbride, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/05 06:29:15

Modified files:
	usr.sbin/ntpd  : ntp.h ntpd.h 

Log message:
Move prototype definitions.  Add multi-include protection to header.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 08:47:59

Modified files:
	sys/dev/isa    : nsclpcsio_isa.c 

Log message:
Remove NGPIO button.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 09:06:22

Modified files:
	sys/arch/i386/conf: GENERIC files.i386 
	sys/arch/i386/pci: elan520.c elan520reg.h 

Log message:
GPIO support for AMD Elan SC520 found on Soekris net45x1 boards.

Test and ok markus@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/05 09:07:06

Modified files:
	share/man/man4 : re.4 rgephy.4 

Log message:
Make this look real a real OpenBSD manual page: new sentence, new line,
remove FreeBSDisms, remove diagnostic messages the driver will never produce,
etc.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/05 09:07:40

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

Log message:
Add rgephy.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 09:09:10

Modified files:
	share/man/man4/man4.i386: elansc.4 

Log message:
Support for the PIO function via gpio(4) framework was added.


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2004/06/05 09:12:50

Modified files:
	.              : i386.html 

Log message:
Add GPIO on AMD Elan SC520.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 09:17:56

Modified files:
	distrib/notes/i386: hardware 

Log message:
Sync with www: add NS PC87366 VLM and TMS, AMD Elan SC520 GPIO.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 09:21:01

Modified files:
	sys/arch/i386/pci: gscpcib.c 

Log message:
Replace NGPIO button with SMALL_KERNEL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/05 10:56:39

Modified files:
	devel/apache-ant: Makefile distinfo 
	devel/apache-ant/pkg: PLIST 

Log message:
Update to 1.6.1, partially via Morten Liebach <m@mongers.org>.
From: Kurt Miller <truk@optonline.net>.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 11:19:55

Modified files:
	sys/arch/i386/i386: Tag: SMP machdep.c 
	sys/arch/i386/include: Tag: SMP cpu.h 
	sys/compat/linux: Tag: SMP linux_sched.c 
	sys/kern       : Tag: SMP init_main.c kern_clock.c kern_ktrace.c 
	                 kern_subr.c kern_synch.c kern_sysctl.c 
	                 kern_time.c 
	sys/sys        : Tag: SMP kernel.h proc.h sched.h sysctl.h 
	                 systm.h 

Log message:
Make a few scheduling globals per-cpu, mostly NetBSD code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 11:26:13

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

Log message:
fix a few printf; pval ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/05 11:46:35

Modified files:
	www/jakarta-tomcat/v4: Makefile distinfo 
	www/jakarta-tomcat/v4/pkg: DESCR 

Log message:
- maintenance update to 4.1.30
- allow run depend to resolve to native JDK
- DESCR revision

From: Kurt Miller <truk@optonline.net>


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/05 12:01:07

Modified files:
	xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_mouse.c 

Log message:
fix a bug that caused an entire batch of events to be thrown out when
one of an unknown type is encountered. (From Ty Sarna @NetBSD).


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 12:26:28

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
Add /etc/hotplug.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/05 12:34:05

Modified files:
	sys/dev/isa    : gscsio.c 

Log message:
Missing lockinit().


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 12:35:09

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

Log message:
a step towards 8139C+
not complete as rl(4) will match it (same device id as 8139)


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 13:08:25

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

Log message:
cleanup, no functional changes


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 13:12:37

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

Log message:
do not lie about supporting the 8139C+; prodded by theo


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/05 13:18:57

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

Log message:
Typo correction, and consistency changes.

ok jakob@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/05 14:23:00

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

Log message:
Clean up style in ioctl.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/05 14:24:30

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

Log message:
- replace handrolled crc32 with ether_crc32_be()
- make multicast ranges work

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/05 14:25:15

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

Log message:
Make multicast ranges work.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/06/05 15:11:48

Modified files:
	x11/terminus-font: Tag: OPENBSD_3_5 Makefile distinfo 
	x11/terminus-font/pkg: Tag: OPENBSD_3_5 DESCR PLIST 

Log message:
update to 4.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/05 15:13:25

Modified files:
	net/jabberd/pkg: INSTALL 

Log message:
minor fixes from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/06/05 15:27:21

Modified files:
	x11/terminus-font: Tag: OPENBSD_3_5 Makefile distinfo 
	x11/terminus-font/pkg: Tag: OPENBSD_3_5 DESCR PLIST 

Log message:
revert last commit; wrong branch


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/06/05 15:30:40

Modified files:
	x11/terminus-font: Makefile distinfo 
	x11/terminus-font/pkg: DESCR PLIST 

Log message:
update to 4.09


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/06/05 16:04:25

Modified files:
	.              : want.html 

Log message:
Update mvme wishlist, add boards for which I have documentation but no
hardware, remove boards or documentation I found.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/05 16:11:58

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add Intel i960 RD PCI-PCI bridge found on Intel EtherExpress PRO/100 Server adapters
as well as the adapter id too.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/05 16:13:44

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 16:29:19

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

Log message:
re(4) on these media.. for now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/05 16:29:31

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD 

Log message:
re(4) on all media


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 16:38:41

Modified files:
	sys/kern       : kern_fork.c 

Log message:
retval may be NULL in fork1, take 2


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/05 16:54:40

Modified files:
	sys/dev/wscons : wscons_font8x16.c wscons_gallant19.c 

Log message:
Remove unneeded dependency on wscons_raster.h


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:09:01

Modified files:
	sys/arch/i386/conf: Tag: SMP DISKLESS GENERIC Makefile.i386 
	                    RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 
	                    files.i386 
	sys/arch/i386/i386: Tag: SMP apm.c conf.c disksubr.c est.c gdt.c 
	                    longrun.c machdep.c p4tcc.c 
	                    process_machdep.c rbus_machdep.c trap.c 
	sys/arch/i386/include: Tag: SMP bus.h cpu.h param.h pmap.h pte.h 
	                       rbus_machdep.h specialreg.h 
	sys/arch/i386/isa: Tag: SMP clock.c 
	sys/arch/i386/pci: Tag: SMP elan520.c elan520reg.h 
	                   pci_intr_fixup.c 
	sys/arch/i386/stand: Tag: SMP Makefile 
	sys/arch/i386/stand/biosboot: Tag: SMP biosboot.8 biosboot.S 
	sys/arch/i386/stand/boot: Tag: SMP boot.8 conf.c 
	sys/arch/i386/stand/installboot: Tag: SMP installboot.c 
	sys/arch/i386/stand/libsa: Tag: SMP Makefile apmprobe.c 
	                           bioscons.c biosdev.c biosprobe.c 
	                           cmd_i386.c debug.c debug.h 
	                           debug_i386.S debug_md.h dev_i386.c 
	                           disk.h diskprobe.c exec_i386.c 
	                           gateA20.c gidt.S libsa.h machdep.c 
	                           memprobe.c pciprobe.c smpprobe.c 
	                           time.c 
	sys/arch/i386/stand/mbr: Tag: SMP mbr.S 
Added files:
	sys/arch/i386/i386: Tag: SMP powernow.c via.c 
	sys/arch/i386/pci: Tag: SMP gscpcib.c gscpcibreg.h ichpcib.c 
	sys/arch/i386/stand/libsa: Tag: SMP gidt.h ps2probe.c pxe.c 
	                           pxe.h pxe_call.S pxe_net.c pxe_net.h 
	                           pxe_netif.h pxeboot.h 
	sys/arch/i386/stand/pxeboot: Tag: SMP Makefile conf.c devopen.c 
	                             net.c open.c pxeboot.8 srt0.S 
Removed files:
	sys/arch/i386/stand/libsa: Tag: SMP ps2probe.h 

Log message:
Merge with the trunk


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:09:26

Modified files:
	sys/arch/amd64/amd64: Tag: SMP autoconf.c cacheinfo.c conf.c 
	                      cpu.c db_disasm.c disksubr.c fpu.c gdt.c 
	                      genassym.cf identcpu.c locore.S machdep.c 
	                      mem.c microtime.S pmap.c sys_machdep.c 
	                      syscall.c trap.c vm_machdep.c 
	sys/arch/amd64/compile: Tag: SMP .cvsignore 
	sys/arch/amd64/conf: Tag: SMP GENERIC Makefile.amd64 files.amd64 
	sys/arch/amd64/include: Tag: SMP atomic.h biosvar.h bus.h cpu.h 
	                        exec.h fpu.h gdt.h intr.h param.h pmap.h 
	                        proc.h profile.h pte.h signal.h 
	                        specialreg.h sysarch.h 
	sys/arch/amd64/isa: Tag: SMP clock.c 
	sys/arch/amd64/stand: Tag: SMP Makefile 
	sys/arch/amd64/stand/biosboot: Tag: SMP Makefile biosboot.8 
	                               biosboot.S 
	sys/arch/amd64/stand/boot: Tag: SMP Makefile boot.8 conf.c 
	sys/arch/amd64/stand/installboot: Tag: SMP installboot.8 
	                                  installboot.c nlist.c 
	sys/arch/amd64/stand/libsa: Tag: SMP diskprobe.c exec_i386.c 
	                            gateA20.c gidt.S libsa.h machdep.c 
	sys/arch/amd64/stand/mbr: Tag: SMP Makefile mbr.S 
Added files:
	sys/arch/amd64/amd64: Tag: SMP dkcsum.c 
	sys/arch/amd64/conf: Tag: SMP RAMDISK RAMDISK_CD 
	sys/arch/amd64/include: Tag: SMP reloc.h 
	sys/arch/amd64/stand/libsa: Tag: SMP gidt.h pxe.c pxe.h 
	                            pxe_call.S pxe_net.c pxe_net.h 
	                            pxe_netif.h pxeboot.h 
	sys/arch/amd64/stand/pxeboot: Tag: SMP Makefile conf.c devopen.c 
	                              net.c open.c pxeboot.8 srt0.S 

Log message:
Merge with the trunk


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:09:51

Modified files:
	sys/arch/mvme88k/conf: Tag: SMP GENERIC M187 M188 M197 
	                       Makefile.mvme88k RAMDISK files.mvme88k 
	sys/arch/mvme88k/dev: Tag: SMP bugio.c bugtty.c bussw.c 
	                      busswreg.h cl.c clock.c clreg.h dart.c 
	                      dartreg.h if_ie.c if_le.c if_lereg.h 
	                      if_levar.h mainbus.c memc.c nvram.c 
	                      nvramreg.h pcctwo.c pcctworeg.h sram.c 
	                      syscon.c sysconreg.h vme.c vme.h vmel.c 
	                      vmes.c vs.c vsreg.h vsvar.h vx.c vxreg.h 
	sys/arch/mvme88k/include: Tag: SMP ansi.h asm.h asm_macro.h 
	                          autoconf.h cdefs.h cmmu.h conf.h cpu.h 
	                          cpu_number.h db_machdep.h endian.h 
	                          exec.h float.h frame.h ieee.h ieeefp.h 
	                          internal_types.h intr.h kcore.h 
	                          limits.h locore.h m88100.h m8820x.h 
	                          m88410.h mmu.h mvme188.h param.h pcb.h 
	                          pmap.h proc.h profile.h psl.h ptrace.h 
	                          reg.h setjmp.h signal.h spinlock.h 
	                          stdarg.h trap.h types.h va-m88k.h 
	                          varargs.h vmparam.h 
	sys/arch/mvme88k/mvme88k: Tag: SMP autoconf.c conf.c disksubr.c 
	                          m88110.c m8820x.c machdep.c mem.c 
	                          pmap.c pmap_table.c vm_machdep.c 
Added files:
	sys/arch/luna88k: Tag: SMP Makefile 
	sys/arch/luna88k/compile: Tag: SMP .cvsignore 
	sys/arch/luna88k/conf: Tag: SMP GENERIC Makefile.luna88k RAMDISK 
	                       files.luna88k 
	sys/arch/luna88k/ddb: Tag: SMP db_disasm.c db_interface.c 
	                      db_sstep.c db_trace.c 
	sys/arch/luna88k/dev: Tag: SMP if_le.c lcd.c lunafb.c lunaws.c 
	                      mb89352.c mb89352reg.h mb89352var.h 
	                      omrasops.c sio.c sioreg.h siotty.c 
	                      siovar.h spc.c timekeeper.c timekeeper.h 
	sys/arch/luna88k/include: Tag: SMP ansi.h asm.h asm_macro.h 
	                          autoconf.h board.h bus.h cdefs.h 
	                          cmmu.h conf.h cpu.h cpu_number.h 
	                          db_machdep.h disklabel.h endian.h 
	                          exec.h float.h frame.h ieee.h ieeefp.h 
	                          internal_types.h intr.h kcore.h 
	                          limits.h locore.h m88100.h m8820x.h 
	                          mmu.h param.h pcb.h pmap.h 
	                          pmap_table.h proc.h profile.h psl.h 
	                          ptrace.h reg.h setjmp.h signal.h 
	                          spinlock.h stdarg.h trap.h types.h 
	                          va-m88k.h varargs.h vmparam.h 
	sys/arch/luna88k/luna88k: Tag: SMP autoconf.c clock.c clockvar.h 
	                          conf.c disksubr.c eh.S isr.c isr.h 
	                          locore.S locore_c_routines.c m8820x.c 
	                          machdep.c mainbus.c mem.c pmap.c 
	                          pmap_table.c vm_machdep.c 
	sys/arch/m88k/conf: Tag: SMP files.m88k 
	sys/arch/m88k/include: Tag: SMP ansi.h asm.h asm_macro.h cdefs.h 
	                       cmmu.h cpu.h cpu_number.h db_machdep.h 
	                       endian.h exec.h float.h frame.h ieee.h 
	                       ieeefp.h internal_types.h intr.h kcore.h 
	                       limits.h m88100.h m8820x.h mmu.h param.h 
	                       pcb.h proc.h profile.h psl.h ptrace.h 
	                       reg.h setjmp.h signal.h spinlock.h 
	                       stdarg.h trap.h types.h va-m88k.h 
	                       varargs.h vmparam.h 
	sys/arch/m88k/m88k: Tag: SMP cmmu.c genassym.cf m88100_fp.S 
	                    m88110_fp.S m88110_mmu.S process.S 
	                    process_machdep.c subr.S trap.c 
	                    vectors_88100.S vectors_88110.S 
	sys/arch/mvme88k/dev: Tag: SMP osiop_pcctwo.c pcctwovar.h 
	sys/arch/mvme88k/include: Tag: SMP bus.h 
	sys/arch/mvme88k/mvme88k: Tag: SMP bus_dma.c 
Removed files:
	sys/arch/mvme88k/dev: Tag: SMP busswfunc.h pcctwofunc.h ssh.c 
	                      ssh_script.out ssh_script.ss sshreg.h 
	                      sshvar.h sysconfunc.h 
	sys/arch/mvme88k/mvme88k: Tag: SMP cmmu.c genassym.cf 
	                          locore_asm_routines.S m88100_fp.S 
	                          m88110_fp.S m88110_mmu.S process.S 
	                          process_machdep.c trap.c 
	                          vectors_88100.S vectors_88110.S 

Log message:
Merge with the trunk


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:11:03

Modified files:
	sys/arch/alpha/alpha: Tag: SMP conf.c disksubr.c machdep.c 
	sys/arch/alpha/conf: Tag: SMP GENERIC 
	sys/arch/alpha/include: Tag: SMP intr.h param.h pmap.h 
	sys/arch/alpha/stand/setnetbootinfo: Tag: SMP setnetbootinfo.8 
	sys/arch/arm/arm: Tag: SMP arm32_machdep.c ast.c conf.c 
	                  cpufunc.c db_trace.c disksubr.c fault.c 
	                  genassym.cf mem.c sig_machdep.c softintr.c 
	                  sys_machdep.c syscall.c undefined.c 
	                  vm_machdep.c 
	sys/arch/arm/footbridge: Tag: SMP footbridge.c footbridge.h 
	                         footbridge_clock.c footbridge_com.c 
	                         footbridge_irqhandler.c 
	                         footbridge_pci.c todclock.c 
	                         todclockvar.h 
	sys/arch/arm/footbridge/isa: Tag: SMP dsrtc.c isa_machdep.c 
	                             sysbeep_isa.c 
	sys/arch/arm/include: Tag: SMP ansi.h bus.h conf.h cpu.h 
	                      cpufunc.h db_machdep.h disklabel.h float.h 
	                      frame.h internal_types.h machdep.h param.h 
	                      pmap.h rtc.h sysarch.h undefined.h 
	sys/arch/arm/mainbus: Tag: SMP mainbus.c 
	sys/arch/cats  : Tag: SMP Makefile 
	sys/arch/cats/cats: Tag: SMP autoconf.c cats_machdep.c 
	sys/arch/cats/conf: Tag: SMP GENERIC Makefile.cats RAMDISK 
	                    files.cats 
	sys/arch/cats/include: Tag: SMP bootconfig.h param.h types.h 
	sys/arch/cats/pci: Tag: SMP pcib.c pciide_machdep.c 
	sys/arch/hp300/dev: Tag: SMP ctreg.h hd.c hdreg.h sd.c 
	sys/arch/hp300/hp300: Tag: SMP conf.c disksubr.c locore.s 
	                      machdep.c sys_machdep.c 
	sys/arch/hp300/include: Tag: SMP cpu.h float.h 
	sys/arch/hppa/conf: Tag: SMP GENERIC RAMDISK files.hppa 
	                    ld.script 
	sys/arch/hppa/dev: Tag: SMP asp.c clock.c cpu.c cpudevs 
	                   cpudevs.h cpudevs_data.h devlist2h.awk dino.c 
	                   lasi.c mem.c mongoose.c pdc.c phantomas.c 
	                   sti_sgc.c wax.c 
	sys/arch/hppa/gsc: Tag: SMP com_gsc.c fdc_gsc.c gscbus.c 
	                   gscbusvar.h gsckbc.c gsckbdmap.c harmony.c 
	                   hil_gsc.c if_ie_gsc.c lpt_gsc.c osiop_gsc.c 
	sys/arch/hppa/hppa: Tag: SMP conf.c db_disasm.c db_interface.c 
	                    disksubr.c fpemu.S in_cksum.c intr.c 
	                    locore.S machdep.c mainbus.c pmap.c 
	                    process_machdep.c trap.c vm_machdep.c 
	                    wscons_machdep.c 
	sys/arch/hppa/include: Tag: SMP autoconf.h bus.h conf.h cpu.h 
	                       cpufunc.h db_machdep.h eisa_machdep.h 
	                       endian.h float.h frame.h intr.h iomod.h 
	                       isa_machdep.h kcore.h param.h pcb.h 
	                       pmap.h psl.h ptrace.h reg.h reloc.h 
	                       signal.h som.h trap.h 
	sys/arch/hppa/stand/boot: Tag: SMP boot.8 conf.c exec.c srt0.S 
	sys/arch/hppa/stand/cdboot: Tag: SMP cdboot.c 
	sys/arch/hppa/stand/libsa: Tag: SMP cmd_hppa.c ct.c dev_hppa.c 
	                           itecons.c lf.c libsa.h lif.c 
	                           machdep.c pdc.c time.c 
	sys/arch/m68k/include: Tag: SMP param.h pmap_motorola.h 
	sys/arch/m68k/m68k: Tag: SMP pmap_motorola.c process_machdep.c 
	                    sig_machdep.c 
	sys/arch/mac68k/conf: Tag: SMP GENERIC GENERICSBC RAMDISK 
	                      RAMDISKSBC 
	sys/arch/mac68k/dev: Tag: SMP if_ae.c if_ae_nubus.c zs.c 
	sys/arch/mac68k/include: Tag: SMP cpu.h 
	sys/arch/mac68k/mac68k: Tag: SMP conf.c disksubr.c locore.s 
	                        machdep.c sys_machdep.c 
	sys/arch/macppc/conf: Tag: SMP GENERIC RAMDISK files.macppc 
	sys/arch/macppc/dev: Tag: SMP adb_direct.c akbdmap.h openpic.c 
	                     wdc_obio.c 
	sys/arch/macppc/macppc: Tag: SMP conf.c cpu.c disksubr.c 
	                        ofw_machdep.c openfirm.c rbus_machdep.c 
	sys/arch/macppc/pci: Tag: SMP vgafb.c 
	sys/arch/macppc/stand/tbxidata: Tag: SMP bsd.tbxi 
	sys/arch/mvme68k/dev: Tag: SMP if_le.c ssh.c vme.h vs.c 
	sys/arch/mvme68k/include: Tag: SMP cpu.h 
	sys/arch/mvme68k/mvme68k: Tag: SMP autoconf.c conf.c disksubr.c 
	                          locore.s machdep.c sys_machdep.c 
	                          trap.c vectors.s 
	sys/arch/mvmeppc/dev: Tag: SMP bugtty.c clock.c mainbus.c 
	                      openpic.c raven.c 
	sys/arch/mvmeppc/mvmeppc: Tag: SMP bus_dma.c conf.c disksubr.c 
	                          genassym.cf machdep.c 
	sys/arch/mvmeppc/stand/installboot: Tag: SMP Makefile 
	sys/arch/powerpc/include: Tag: SMP cpu.h ieeefp.h param.h pmap.h 
	sys/arch/powerpc/powerpc: Tag: SMP pmap.c 
	sys/arch/sparc/conf: Tag: SMP GENERIC RAMDISK SUN4C SUN4M 
	                     files.sparc 
	sys/arch/sparc/dev: Tag: SMP fb.c fd.c p9000.c p9100.c 
	                    stp_sbus.c tctrl.c tctrlvar.h ts102.c xd.c 
	                    xdreg.h xy.c xyreg.h 
	sys/arch/sparc/include: Tag: SMP param.h pmap.h ptrace.h 
	sys/arch/sparc/sparc: Tag: SMP clock.c conf.c disksubr.c 
	                      machdep.c pmap.c process_machdep.c 
	sys/arch/sparc64/conf: Tag: SMP GENERIC RAMDISK RAMDISKU1 
	sys/arch/sparc64/dev: Tag: SMP fb.c iommu.c stp_sbus.c 
	sys/arch/sparc64/include: Tag: SMP param.h pmap.h 
	sys/arch/sparc64/sparc64: Tag: SMP clock.c conf.c disksubr.c 
	                          locore.s machdep.c ofw_machdep.c 
	                          vm_machdep.c 
	sys/arch/vax/include: Tag: SMP param.h pmap.h 
	sys/arch/vax/mba: Tag: SMP hp.c 
	sys/arch/vax/mscp: Tag: SMP mscp_disk.c 
	sys/arch/vax/qbus: Tag: SMP uba.c 
	sys/arch/vax/uba: Tag: SMP qv.c uba.c 
	sys/arch/vax/vax: Tag: SMP clock.c conf.c disksubr.c intvec.s 
	                  machdep.c trap.c 
	sys/arch/vax/vsa: Tag: SMP vsbus.c 
Added files:
	sys/arch/arm/include: Tag: SMP stdarg.h 
	sys/arch/cats/include: Tag: SMP stdarg.h 
	sys/arch/hppa/dev: Tag: SMP com_dino.c 
	sys/arch/hppa/gsc: Tag: SMP oosiop_gsc.c 
	sys/arch/macppc/dev: Tag: SMP mediabay.c 
	sys/arch/sparc/dev: Tag: SMP rfx.c 
Removed files:
	sys/arch/arm/arm: Tag: SMP disksubr_mbr.c 
	sys/arch/pegasos: Tag: SMP Makefile 
	sys/arch/pegasos/compile: Tag: SMP .cvsignore 
	sys/arch/pegasos/conf: Tag: SMP GENERIC Makefile.pegasos RAMDISK 
	                       files.pegasos 
	sys/arch/pegasos/include: Tag: SMP ansi.h asm.h autoconf.h bat.h 
	                          bus.h cdefs.h conf.h cpu.h 
	                          db_machdep.h disklabel.h elf_abi.h 
	                          endian.h exec.h float.h fpu.h frame.h 
	                          ieee.h ieeefp.h internal_types.h 
	                          intr.h kcore.h limits.h 
	                          loadfile_machdep.h param.h pcb.h pio.h 
	                          pmap.h powerpc.h proc.h profile.h 
	                          psl.h pte.h ptrace.h rbus_machdep.h 
	                          rdb.h reg.h reloc.h setjmp.h signal.h 
	                          spinlock.h stdarg.h trap.h types.h 
	                          va-ppc.h varargs.h vmparam.h 
	                          wsconsio.h 
	sys/arch/pegasos/isa: Tag: SMP isa_clock.c nvram.h timerreg.h 
	sys/arch/pegasos/pci: Tag: SMP agp_machdep.c isabr.c mpc106reg.h 
	                      mpcpcibus.c pchb.c pci_addr_fixup.c 
	                      pcibrvar.h pciide_machdep.c 
	sys/arch/pegasos/pegasos: Tag: SMP autoconf.c clock.c conf.c 
	                          cpu.c db_interface.c disksubr.c dma.c 
	                          genassym.cf hfsdisksubr.c locore.S 
	                          machdep.c mainbus.c mbrdisksubr.c 
	                          mem.c ofw_machdep.c ofw_machdep.h 
	                          ofwreal.S opendev.c openfirm.c 
	                          rbus_machdep.c rdbdisksubr.c 
	                          wscons_machdep.c 
	sys/arch/pegasos/stand: Tag: SMP Locore.c Makefile Makefile.inc 
	                        alloc.c boot.c cache.c net.c netif_of.c 
	                        ofdev.c ofdev.h offs.c offs.h ofwmagic.S 
	                        openfirm.h 
	sys/arch/pegasos/stand/mbr: Tag: SMP Makefile 
	sys/arch/pegasos/stand/ofwboot: Tag: SMP Makefile version 
	sys/arch/vax/conf: Tag: SMP NANCY VOX 

Log message:
Merge with the trunk


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:11:26

Modified files:
	sys/net        : Tag: SMP bpf.c bpf.h bpf_filter.c bpfdesc.h 
	                 if.c if.h if_arcsubr.c if_atmsubr.c if_bridge.c 
	                 if_ethersubr.c if_fddisubr.c if_pflog.c 
	                 if_pflog.h if_pfsync.c if_pfsync.h if_ppp.c 
	                 if_sl.c if_spppsubr.c if_strip.c if_tokensubr.c 
	                 if_tun.c if_vlan.c if_vlan_var.h pf.c pf_if.c 
	                 pf_ioctl.c pf_norm.c pf_osfp.c pf_table.c 
	                 pfkeyv2_parsemessage.c pfvar.h radix.c radix.h 
	                 route.c route.h rtsock.c 
	sys/netinet    : Tag: SMP icmp6.h icmp_var.h if_ether.h igmp.c 
	                 in.c in.h in_pcb.c in_proto.c ip6.h ip_ah.h 
	                 ip_carp.c ip_carp.h ip_esp.h ip_icmp.c ip_id.c 
	                 ip_input.c ip_ipcomp.h ip_ipsp.c ip_ipsp.h 
	                 ip_output.c ip_spd.c ip_var.h ipsec_input.c 
	                 tcp.h tcp_input.c tcp_output.c tcp_subr.c 
	                 tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h 
	sys/netinet6   : Tag: SMP icmp6.c in6.c in6.h in6_ifattach.c 
	                 in6_pcb.c in6_proto.c ip6_input.c ip6_output.c 
	                 nd6.c raw_ip6.c 
Added files:
	sys/net        : Tag: SMP radix_mpath.c radix_mpath.h 

Log message:
Merge with the trunk


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/05 17:13:01

Modified files:
	textproc/p5-XML-Writer: Makefile distinfo 

Log message:
update to 0.510


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:13:13

Modified files:
	sys            : Tag: SMP Makefile 
	sys/altq       : Tag: SMP altq_subr.c altq_var.h if_altq.h 
	sys/compat/bsdos: Tag: SMP bsdos_syscall.h bsdos_syscallargs.h 
	                  bsdos_syscalls.c bsdos_sysent.c 
	                  syscalls.master 
	sys/compat/common: Tag: SMP Makefile kern_ipc_10.c 
	sys/compat/freebsd: Tag: SMP freebsd_exec.c freebsd_exec.h 
	                    freebsd_syscall.h freebsd_syscallargs.h 
	                    freebsd_syscalls.c freebsd_sysent.c 
	                    syscalls.master 
	sys/compat/linux: Tag: SMP linux_dummy.c linux_emuldata.h 
	                  linux_exec.c linux_exec.h linux_syscall.h 
	                  linux_syscallargs.h linux_syscalls.c 
	                  linux_sysent.c syscalls.master 
	sys/compat/netbsd: Tag: SMP netbsd_exec.c netbsd_syscall.h 
	                   netbsd_syscallargs.h netbsd_syscalls.c 
	                   netbsd_sysent.c syscalls.master 
	sys/compat/osf1: Tag: SMP osf1_syscall.h osf1_syscallargs.h 
	                 osf1_syscalls.c osf1_sysent.c syscalls.master 
	sys/compat/sunos: Tag: SMP sunos_syscall.h sunos_syscallargs.h 
	                  sunos_syscalls.c sunos_sysent.c 
	                  syscalls.master 
	sys/compat/ultrix: Tag: SMP syscalls.master ultrix_syscall.h 
	                   ultrix_syscallargs.h ultrix_syscalls.c 
	                   ultrix_sysent.c 
	sys/conf       : Tag: SMP GENERIC files newvers.sh 
	sys/crypto     : Tag: SMP cryptodev.c cryptosoft.c rijndael.c 
	                 rijndael.h sha1.c sha1.h sha2.c sha2.h xform.c 
	                 xform.h 
	sys/ddb        : Tag: SMP db_command.c db_examine.c db_extern.h 
	                 db_usrreq.c 
	sys/dev        : Tag: SMP audio_if.h ccd.c mulaw.c mulaw.h 
	                 ramdisk.c rnd.c vnd.c 
	sys/dev/ata    : Tag: SMP ata_wdc.c wd.c 
	sys/dev/atapiscsi: Tag: SMP atapiscsi.c 
	sys/dev/cardbus: Tag: SMP cardbus.c cardbusdevs cardbusdevs.h 
	                 cardbusdevs_data.h cardslot.c if_fxp_cardbus.c 
	                 if_rl_cardbus.c 
	sys/dev/eisa   : Tag: SMP eisadevs eisadevs.h eisadevs_data.h 
	                 if_ep_eisa.c if_fea.c 
	sys/dev/hil    : Tag: SMP hil.c hilkbdmap.c 
	sys/dev/i2o    : Tag: SMP i2o.h ioprbs.c 
	sys/dev/ic     : Tag: SMP aac.c aac_tables.h aacreg.h ac97.c 
	                 ac97.h aic7xxx.c aic7xxxvar.h am7990.c awi.c 
	                 cac.c com.c dc.c dcreg.h dp8390.c elink3.c 
	                 fxp.c fxpvar.h gdt_common.c hme.c i82365.c 
	                 i82596.c if_wi.c if_wi_hostap.c if_wi_ieee.h 
	                 if_wireg.h if_wivar.h mc6845reg.h mtd8xx.c 
	                 nslm7x.c osiop.c pcdisplay_chars.c 
	                 pcdisplayvar.h pckbc.c pckbcvar.h pdq_ifsubr.c 
	                 ramdac.h rln.c rtl81x9.c rtl81x9reg.h siop.c 
	                 smc90cx6.c smc91cxx.c tcic2.c tropic.c vga.c 
	                 vga_subr.c vgareg.h wdc.c wdcreg.h wdcvar.h 
	                 xl.c xlreg.h 
	sys/dev/ieee1394: Tag: SMP fwscsi.c 
	sys/dev/isa    : Tag: SMP ega.c egavar.h fd.c files.isa if_ec.c 
	                 if_ed.c if_ef_isapnp.c if_eg.c if_el.c 
	                 if_ep_isa.c if_ep_isapnp.c if_fe.c if_hp.c 
	                 if_ie.c if_iy.c if_lc_isa.c if_ne_isa.c 
	                 if_ne_isapnp.c if_sm_isa.c if_we.c isadmavar.h 
	                 it.c mcd.c nsclpcsio_isa.c pcdisplay.c 
	                 pcdisplayvar.h pckbc_isa.c 
	sys/dev/microcode/aic7xxx: Tag: SMP Makefile aic79xx.reg 
	                           aic79xx.seq aic79xx_seq.h aic7xxx.reg 
	                           aic7xxx.seq aic7xxx_reg.h 
	                           aic7xxx_seq.h 
	sys/dev/microcode/siop: Tag: SMP Makefile ncr53cxxx.c osiop.out 
	                        siop.out 
	sys/dev/mii    : Tag: SMP files.mii mii_physubr.c miidevs 
	                 miidevs.h 
	sys/dev/ofw    : Tag: SMP ofdisk.c 
	sys/dev/pci    : Tag: SMP aac_pci.c ami_pci.c auich.c eap.c 
	                 emuxki.c files.pci fwlynx_pci.c hifn7751.c 
	                 if_bge.c if_bgereg.h if_de.c if_em.c if_em.h 
	                 if_em_hw.c if_em_hw.h if_em_osdep.h if_ep_pci.c 
	                 if_fpa.c if_fxp_pci.c if_lge.c if_lgereg.h 
	                 if_lmc.c if_lmc_common.c if_lmc_media.c 
	                 if_lmc_obsd.c if_nge.c if_ngereg.h if_sf.c 
	                 if_sfreg.h if_sis.c if_sisreg.h if_sk.c 
	                 if_skreg.h if_ste.c if_stereg.h if_ti.c 
	                 if_tireg.h if_txp.c if_txpreg.h if_vr.c 
	                 if_vrreg.h if_wbreg.h if_xl_pci.c ises.c lofn.c 
	                 noct.c nofn.c ohci_pci.c pcidevs pcidevs.h 
	                 pcidevs_data.h pciide.c pciide_amd_reg.h 
	                 pucdata.c safe.c tga.c ubsec.c uhci_pci.c 
	                 vga_pci.c yds.c ydsreg.h 
	sys/dev/pci/bktr: Tag: SMP bktr_audio.c bktr_audio.h bktr_card.c 
	                  bktr_card.h bktr_core.c bktr_os.c 
	sys/dev/pckbc  : Tag: SMP wskbdmap_mfii.c 
	sys/dev/pcmcia : Tag: SMP if_cnw.c if_ep_pcmcia.c if_ne_pcmcia.c 
	                 if_ray.c if_sm_pcmcia.c if_wi_pcmcia.c if_xe.c 
	                 pcmciadevs pcmciadevs.h 
	sys/dev/raidframe: Tag: SMP rf_openbsdkintf.c 
	sys/dev/sbus   : Tag: SMP be.c qe.c stp4020.c stp4020reg.h 
	                 stp4020var.h 
	sys/dev/std    : Tag: SMP sbp2.c 
	sys/dev/usb    : Tag: SMP FILES files.usb if_auereg.h 
	                 if_cuereg.h if_kue.c if_kuereg.h if_urlreg.h 
	                 if_wi_usb.c ohci.c uftdi.c uhci.c 
	                 umass_quirks.c umass_scsi.c umassvar.h umct.c 
	                 uplcom.c usb.c usb_port.h usbdevs usbdevs.h 
	                 usbdevs_data.h usbdi.c uvisor.c 
	sys/dev/wscons : Tag: SMP files.wscons wsconsio.h wsdisplay.c 
	                 wsdisplay_compat_usl.c wsemul_sun.c 
	                 wsemul_vt100.c wsemul_vt100_chars.c 
	                 wsemul_vt100_keys.c wsemul_vt100_subr.c 
	                 wsemul_vt100var.h wskbd.c wsksymdef.h 
	sys/dev/wsfont : Tag: SMP wsfont.c 
	sys/isofs/cd9660: Tag: SMP cd9660_vnops.c 
	sys/kern       : Tag: SMP exec_conf.c exec_script.c init_main.c 
	                 init_sysent.c kern_acct.c kern_event.c 
	                 kern_exec.c kern_exit.c kern_fork.c 
	                 kern_kthread.c kern_lkm.c kern_sig.c 
	                 kern_sysctl.c kern_time.c subr_autoconf.c 
	                 subr_disk.c subr_pool.c sys_process.c 
	                 syscalls.c syscalls.conf syscalls.master 
	                 sysv_sem.c sysv_shm.c tty.c tty_pty.c 
	                 uipc_domain.c uipc_mbuf.c uipc_socket.c 
	                 uipc_socket2.c uipc_syscalls.c uipc_usrreq.c 
	                 vfs_cluster.c vfs_conf.c vfs_default.c 
	                 vfs_init.c vfs_lockf.c vfs_lookup.c vfs_subr.c 
	                 vfs_syscalls.c 
	sys/lib/libkern: Tag: SMP Makefile libkern.h 
	sys/lib/libkern/arch/m88k: Tag: SMP Makefile.inc 
	sys/lib/libsa  : Tag: SMP cread.c loadfile.c 
	sys/lib/libz   : Tag: SMP inflate.c 
	sys/miscfs/fdesc: Tag: SMP fdesc_vnops.c 
	sys/miscfs/fifofs: Tag: SMP fifo.h fifo_vnops.c 
	sys/miscfs/genfs: Tag: SMP layer_vnops.c 
	sys/miscfs/kernfs: Tag: SMP kernfs_vnops.c 
	sys/miscfs/nullfs: Tag: SMP null_vfsops.c 
	sys/miscfs/portal: Tag: SMP portal_vfsops.c portal_vnops.c 
	sys/miscfs/procfs: Tag: SMP procfs_cmdline.c procfs_ctl.c 
	                   procfs_fpregs.c procfs_linux.c procfs_mem.c 
	                   procfs_regs.c procfs_status.c procfs_subr.c 
	                   procfs_vfsops.c procfs_vnops.c 
	sys/miscfs/umapfs: Tag: SMP umap_vfsops.c 
	sys/miscfs/union: Tag: SMP union_subr.c union_vfsops.c 
	                  union_vnops.c 
	sys/msdosfs    : Tag: SMP denode.h fat.h msdosfs_conv.c 
	                 msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c 
	                 msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h 
	sys/nfs        : Tag: SMP nfs_serv.c nfs_subs.c nfs_vfsops.c 
	                 nfs_vnops.c nfsnode.h 
	sys/scsi       : Tag: SMP atapi_base.c cd.c cd_atapi.c cd_scsi.c 
	                 scsi_all.h scsi_base.c scsi_message.h 
	                 scsiconf.c scsiconf.h sd.c ses.c ss.c st.c 
	sys/sys        : Tag: SMP conf.h disk.h exec.h exec_aout.h 
	                 exec_elf.h hash.h malloc.h mbuf.h namei.h 
	                 param.h pool.h proc.h queue.h reboot.h sem.h 
	                 sensors.h shm.h signalvar.h socket.h 
	                 socketvar.h sockio.h stdarg.h syscall.h 
	                 syscallargs.h sysctl.h syslimits.h tree.h tty.h 
	                 unistd.h 
	sys/ufs/ext2fs : Tag: SMP ext2fs_extern.h ext2fs_vfsops.c 
	                 ext2fs_vnops.c 
	sys/ufs/ffs    : Tag: SMP ffs_extern.h ffs_softdep.c 
	                 ffs_softdep_stub.c ffs_vfsops.c ffs_vnops.c 
	                 softdep.h 
	sys/ufs/lfs    : Tag: SMP lfs_vfsops.c 
	sys/ufs/mfs    : Tag: SMP mfs_vfsops.c 
	sys/ufs/ufs    : Tag: SMP ufs_dirhash.c ufs_extattr.c 
	                 ufs_extern.h ufs_lookup.c ufs_vnops.c 
	sys/uvm        : Tag: SMP uvm_device.c uvm_extern.h uvm_fault.c 
	                 uvm_glue.c uvm_init.c uvm_km.c uvm_km.h 
	                 uvm_map.c uvm_meter.c uvm_mmap.c uvm_page.c 
	                 uvm_pager.c uvm_stat.c 
	sys/xfs        : Tag: SMP xfs_vfsops-common.c xfs_vnodeops-bsd.c 
Added files:
	sys/compat/common: Tag: SMP kern_ipc_35.c 
	sys/crypto     : Tag: SMP md5.c md5.h 
	sys/dev        : Tag: SMP hotplug.c 
	sys/dev/gpio   : Tag: SMP files.gpio gpio.c gpiovar.h 
	sys/dev/i2c    : Tag: SMP files.i2c i2c.c i2c_bitbang.c 
	                 i2c_bitbang.h i2c_exec.c i2c_io.h i2cvar.h 
	                 lm75.c lm75reg.h 
	sys/dev/ic     : Tag: SMP aic79xx.c aic79xx.h aic79xx_inline.h 
	                 aic79xx_openbsd.c aic79xx_openbsd.h mpt.c mpt.h 
	                 mpt_debug.c mpt_mpilib.h mpt_openbsd.c 
	                 mpt_openbsd.h oosiop.c oosiopreg.h oosiopvar.h 
	sys/dev/isa    : Tag: SMP gscsio.c gscsioreg.h 
	sys/dev/microcode/aic7xxx: Tag: SMP aic79xx_reg.h 
	sys/dev/microcode/siop: Tag: SMP oosiop.out oosiop.ss 
	sys/dev/mii    : Tag: SMP rgephy.c rgephyreg.h 
	sys/dev/pci    : Tag: SMP ahd_pci.c ehci_pci.c ichreg.h if_bce.c 
	                 if_bcereg.h if_re.c mpt_pci.c usb_pci.c 
	                 usb_pci.h 
	sys/dev/usb    : Tag: SMP ehci.c ehcireg.h ehcivar.h if_axe.c 
	                 if_axereg.h 
	sys/lib/libkern: Tag: SMP strchr.c 
	sys/lib/libsa  : Tag: SMP tftp.c tftp.h 
	sys/sys        : Tag: SMP gpio.h hotplug.h 
Removed files:
	sys/dev/ic     : Tag: SMP aic7xxx.h aic7xxxreg.h x 
	sys/dev/microcode/aic7xxx: Tag: SMP sequencer.h 
	sys/dev/raidframe: Tag: SMP rf_netbsd.h rf_netbsdkintf.c 
	sys/lib/libkern: Tag: SMP md5.c 
	sys/lib/libkern/arch/m88k: Tag: SMP ffs.S 
	sys/lib/libkern/arch/x86_64: Tag: SMP Makefile.inc bcmp.S 
	                             bcopy.S byte_swap_2.S byte_swap_4.S 
	                             bzero.S ffs.S index.S memchr.S 
	                             memcmp.S memcpy.S memmove.S 
	                             memset.S ovbcopy.S rindex.S scanc.S 
	                             skpc.S strcat.S strchr.S strcmp.S 
	                             strcpy.S strlen.S strrchr.S 
	sys/sys        : Tag: SMP clist.h md5k.h 

Log message:
Merge with the trunk


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/05 17:13:25

Modified files:
	sys            : Tag: SMP README.SMP 

Log message:
Update some notes


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 17:18:25

Modified files:
	sys/kern       : Tag: SMP kern_clock.c kern_lock.c 
	                 kern_resource.c kern_sig.c subr_prf.c 
	                 sys_generic.c sys_process.c 

Log message:
few fixes to make non-smp compile


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 17:23:30

Modified files:
	sys/arch/amd64/include: Tag: SMP param.h 

Log message:
KERNEL_LOCK lives in systm.h now


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 18:12:03

Modified files:
	sbin/mount_portal: conf.c 

Log message:
64bit int fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 19:00:51

Modified files:
	sys/miscfs/portal: portal_vnops.c 

Log message:
portal_connect needs splsoftnet.
using CMSG_ALIGN was wrong, userland fires in data not so aligned.
if fd_getfile returns NULL, don't try to close the fd, since it's not there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/05 19:43:13

Modified files:
	net/epic4      : Makefile 
	net/epic4/patches: patch-Makefile_in 

Log message:
better


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/05 20:27:47

Modified files:
	net/ircII      : Makefile distinfo 
	net/ircII/patches: patch-doc_ircII_1 
	net/ircII/pkg  : PLIST 
Removed files:
	net/ircII/pkg  : MESSAGE 

Log message:
upgrade to ircII 20040216


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/05 22:34:33

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

Log message:
- replace hand-rolled crc32 with ether_crc32_be()
- make multicast ranges work


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/05 22:50:57

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

Log message:
remove Realtek 8139C+ from re(4) line comment


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 23:21:59

Modified files:
	sys/sys        : Tag: SMP proc.h 

Log message:
p_schedflags is still used in non-smp case


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 23:22:51

Modified files:
	sys/kern       : Tag: SMP kern_clock.c 

Log message:
tweak for non-smp case


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 23:23:39

Modified files:
	sys/arch/alpha/include: Tag: SMP cpu.h 
	sys/arch/amd64/include: Tag: SMP cpu.h 
	sys/arch/hp300/include: Tag: SMP cpu.h 
	sys/arch/hppa/include: Tag: SMP cpu.h 
	sys/arch/m88k/include: Tag: SMP cpu.h 
	sys/arch/mac68k/include: Tag: SMP cpu.h 
	sys/arch/mvme68k/include: Tag: SMP cpu.h 
	sys/arch/amd64/include: Tag: SMP cpu.h 
	sys/arch/powerpc/include: Tag: SMP cpu.h 
	sys/arch/sparc/include: Tag: SMP cpu.h 
	sys/arch/sparc64/include: Tag: SMP cpu.h 
	sys/arch/vax/include: Tag: SMP cpu.h 

Log message:
need_resched macro needs to take ci arg to be compat with MP function


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 23:24:01

Modified files:
	sys/arch/amd64/isa: Tag: SMP isa_machdep.c 

Log message:
icu.h is gone


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 23:24:37

Modified files:
	sys/arch/amd64/amd64: Tag: SMP cpu.c 

Log message:
RESET_SOFT is now called RESET_JUMP


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/05 23:42:27

Modified files:
	sys/arch/amd64/amd64: Tag: SMP locore.S 

Log message:
must set p_stat to SONPROC


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/06 05:19:16

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

Log message:
Format example using -literal, add .Xr's. From millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/06 05:23:25

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

Log message:
Explain the the usage of the first key printed by skeyinit; add
example and .Xr's.

ok hshoexer@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/06 05:24:13

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

Log message:
First sequence number should be 100, as promised by man page.

ok hshoexer@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/06/06 05:39:10

Modified files:
	net/mldonkey/snapshot: Makefile distinfo 

Log message:
update to 2.5.21, much better download characteristics anyways.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/06/06 05:49:08

Modified files:
	infrastructure/mk: bsd.port.mk gnu.port.mk 
Added files:
	infrastructure/mk: automake.dep 

Log message:
move the automake inter-dependencies to another file.
checked by naddy@ on a full build.
idea okay'ed by naddy and pvalchev.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/06/06 05:49:39

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
document REORDER_DEPENDENCIES


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/06 07:05:40

Modified files:
	sbin/isakmpd   : ike_phase_1.c 

Log message:
Style (KNF, 80c). No binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 07:44:07

Modified files:
	sys/uvm        : uvm_vnode.c 

Log message:
In printf %p doesn't need extra ``0x''


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/06 10:49:09

Modified files:
	sys/conf       : files 
	sys/net        : pf.c route.c route.h rtsock.c 
	sys/netinet    : in.h in_pcb.c ip_icmp.c ip_input.c ip_output.c 
	                 ip_var.h 
Added files:
	sys/net        : route_src.c 

Log message:
extend routing table to be able to match and route packets based on
their *source* IP address in addition to their destination address.
routing table "destination" now contains a "struct sockaddr_rtin"
for IPv4 instead of a "struct sockaddr_in".
the routing socket has been extended in a backward-compatible way.
todo: PMTU enhancements, IPv6. ok deraadt@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/06 10:55:31

Modified files:
	usr.bin/netstat: main.c netstat.1 netstat.h route.c 

Log message:
Add new '-S' flag to display the source selector part of the routing table
entry. "netstat -nrSf inet". ok deraadt@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/06 11:08:23

Modified files:
	sbin/route     : keywords.c keywords.h keywords.sh route.8 
	                 route.c show.c 

Log message:
add new "-src" and "-srcmask" modifiers to make it possible to add a source
selector part to the routing table entry. complements existing "-dst" and
"-dstmask". typical use:

route add -src 20.20.20.22 20.20.20.21
route add -src 192.168.1.0/24 -dst 192.168.2.0/24 20.20.20.21

useful for example to implement symetrical routing on multihomed boxes,
or to better select which packets to send to gif/tun/... tunnels.
new '-S' flag similar to netstat one. ok deraadt@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 11:34:37

Modified files:
	sys/arch/i386/i386: est.c longrun.c machdep.c p4tcc.c 
	sys/arch/i386/include: cpu.h 
	sys/arch/i386/pci: elan520.c ichpcib.c 

Log message:
Don't touch any hardware registers while fetching hw.cpuspeed and
just return current pentium_mhz value. Update this value in
all hw.setperf hoos either via its own private methods or using
global update_cpuspeed hook, if registered.
Also implement update_cpuspeed hook for Pentium 3.

Tested by millert@, Gabriel Kihlman <gk@stacken.kth.se> and me on
various i386 machines.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/06 11:38:10

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h config.c parse.y printconf.c 
	                 rde.c session.c session.h 

Log message:
rework bgpd's handling of listening sockets. instead of one for each
supported address familiy, keep a tailq of an arbitary number of them.
the new struct listen_addr contains the sockaddr and the fd.
this fixes quite some nasty behaviour which was a consequence of the previous
model.
looks right deraadt@, and discussed with claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/06 11:56:37

Modified files:
	sys/dev/ic     : dp8390.c rtl81x9.c 
	sys/dev/isa    : if_ed.c 
	sys/dev/pci    : if_ste.c if_stge.c if_vr.c if_wb.c 
	sys/dev/usb    : if_axe.c if_cue.c 

Log message:
Multicast cleanups
- make multicast ranges work
- replace handrolled crc code with ether_crc32_{be,le}()
- add missing calls to ether_{add,del}multi()

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 11:57:28

Modified files:
	.              : i386.html amd64.html 

Log message:
pretty


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/06 12:09:22

Modified files:
	www/php4       : Makefile.inc 
	www/php4/core  : distinfo 
	www/php4/core/pkg: PLIST-pear 
	www/php4/extensions: distinfo 
	www/php4/patches: patch-configure_in patch-ext_standard_exec_c 
	                  patch-php_ini-dist patch-php_ini-recommended 

Log message:
update to php4-4.3.7


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:11:04

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c 

Log message:
In !MULTIPROCESSOR replace sc->sc_dev with ci->ci_dev, like it
should be.

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:20:27

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

Log message:
In !MULTIPROCESSOR replace cpu_info_store with cpu_info_primary,
like it should be, and a missing dollar (10x niklas!).

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:21:16

Modified files:
	sys/arch/i386/i386: Tag: SMP pmap.c 

Log message:
cpumask is needed only for MULTIPROCESSOR.

ok niklas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/06 12:23:15

Modified files:
	mail/milter-spamd/pkg: DEINSTALL PLIST 

Log message:
@extra, maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/06 12:25:35

Modified files:
	www/php4       : Makefile.inc 

Log message:
drop maintainer, jolan might pick this up


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/06 12:25:57

Modified files:
	mail/courier-imap: Makefile 

Log message:
drop maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:40:47

Modified files:
	sys/arch/i386/isa: Tag: SMP icu.s 

Log message:
Missing semicolon in !MULTIPROCESSOR.

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:42:07

Modified files:
	sys/arch/i386/i386: Tag: SMP vm_machdep.c 

Log message:
cpu_wait() is only for MULTIPROCESSOR.
in !MULTIPROCESSOR fix typo: vaddr_to -> vaddr_t

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:43:16

Modified files:
	sys/arch/i386/include: Tag: SMP cpu.h 

Log message:
Remove redundant #ifdef MULTIPROCESSOR and add some missing
defines for !MULTIPROCESSOR.

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 12:44:13

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

Log message:
Add cpu0 device.

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/06 13:01:37

Modified files:
	sys/arch/i386/i386: Tag: SMP vm_machdep.c 

Log message:
cpu_fork() allows parent to be non-curproc if and only if parent is proc0,
when forking non-curproc, assume its state has already been saved;
from NetBSD.

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/06/06 14:45:36

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
`update-patches' uses gdiff(1) now for quite some time now,
not diff(1) anymore;
noticed by Rodolfo Gouveia <wolfshade boo netmadeira baa com>
okay espie@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 15:13:10

Modified files:
	sys/arch/i386/conf: Tag: SMP RAMDISK RAMDISKB RAMDISKC 
	                    RAMDISK_CD 

Log message:
fix bios0 and cpu0 lines here too


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 15:16:48

Modified files:
	usr.sbin/user  : usermgmt.conf.5 

Log message:
clean some lists and displays;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 15:23:20

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

Log message:
- skeyprune is section 8, not 1
- use -offset for display


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 15:30:38

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

Log message:
- skeyprune is section 8, not 1
- kill whitespace
- -offset for display


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 15:37:01

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

Log message:
- uppercase `e' in ethernet
- insure -> ensure
- commas in list


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 15:43:47

Modified files:
	share/man/man4/man4.i386: elansc.4 

Log message:
`allow' is a difficult verb...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 15:43:51

Modified files:
	sys/arch/alpha/conf: Tag: SMP GENERIC 

Log message:
remove MULTIPROCESSOT bullshit


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 15:46:12

Modified files:
	sys/kern       : Tag: SMP init_main.c kern_clock.c kern_fork.c 
	                 kern_sig.c kern_synch.c 

Log message:
don't rely on curcpu() and other fixes for non-mp


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 15:54:59

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
kill double space;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 15:57:12

Modified files:
	sys/sys        : Tag: SMP device.h 

Log message:
removing sys/lock.h from here breaks ... oh, half the device drivers?


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 15:58:49

Modified files:
	sys/arch/amd64/include: Tag: SMP cpu.h 

Log message:
this is the cpu.h we want


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 16:00:20

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

Log message:
double `the';


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 16:03:35

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

Log message:
make -S description match the rest of the page (in terms of tense);


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 16:04:17

Modified files:
	sys/arch/alpha/include: Tag: SMP cpu.h 

Log message:
repair


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 16:04:53

Modified files:
	sys/arch/amd64/amd64: Tag: SMP genassym.cf 

Log message:
export SONPROC


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 16:08:59

Modified files:
	usr.bin/netstat: main.c 

Log message:
- add -S to usage()
- for some reason -s was also missing from one of them - sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 16:17:28

Modified files:
	sbin/route     : route.8 

Log message:
- wording
- simplify some displays


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/06 16:26:34

Modified files:
	sys/arch/i386/i386: Tag: SMP machdep.c 
	sys/arch/i386/include: Tag: SMP intr.h 

Log message:
spl outlining


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/06 16:27:47

Modified files:
	sys/kern       : Tag: SMP kern_sig.c 

Log message:
splsched not in !MP


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 16:38:10

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

Log message:
update .Vt (variable type) macro:

- .Vt now parsed and callable
- do not cause line break/insert vertical space outside SYNOPSIS
- respect punctuation

the hard work from jared yanovich;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/06 16:45:32

Modified files:
	share/man/man7 : mdoc.samples.7 

Log message:
update .Vt description and BUGS;


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/06 17:11:51

Modified files:
	sys/kern       : Tag: SMP kern_lock.c 

Log message:
stab at compiling in !MP for more archs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 17:20:30

Modified files:
	sys/sys        : Tag: SMP proc.h 

Log message:
remove un-needed chunk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 17:23:13

Modified files:
	sys/sys        : Tag: SMP sysctl.h 

Log message:
do not put kernel-only #ifdefs in user-exposed structs!


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/06 17:31:37

Modified files:
	sys/sys        : Tag: SMP sched.h 

Log message:
splsched and IPL_SCHED defaults


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/06 17:36:29

Modified files:
	sys/sys        : Tag: SMP proc.h sched.h 
	sys/arch/sparc64/include: Tag: SMP cpu.h 

Log message:
sched.h and proc.h contain a weird dependency; but sparc64 needs an
actual defn of schedstate_percpu, so put it in proc.h instead


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/06 17:56:27

Modified files:
	usr.sbin/cron  : do_command.c 

Log message:
Fix typo in last commit for non-compiled code.  Dmitry V. Levin


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/06 18:00:42

Modified files:
	.              : INDEX 

Log message:
sync, 2663 unzels


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 19:00:13

Modified files:
	sys/arch/sparc64/sparc64: Tag: SMP genassym.cf locore.s 

Log message:
p_pstat = SONPROC


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 19:01:20

Modified files:
	sys/arch/alpha/alpha: Tag: SMP genassym.cf locore.s 

Log message:
p_stat = SONPROC


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/06 19:57:16

Modified files:
	sys/arch/macppc/macppc: Tag: SMP genassym.cf locore.S 

Log message:
p_stat = SONPROC


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/06 22:13:37

Added files:
	security/aide/patches: patch-src_aide_c 

Log message:
fix uninitialized variable; found with malloc.conf; pushed upstream
ok lebel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/06 22:15:22

Modified files:
	www/squid      : distinfo 

Log message:
one of the distrib patches was updated


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/06 22:17:13

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

Log message:
check for NOPIC instead of using a list of arch names.

ok drahn@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/06 22:21:30

Modified files:
	usr.sbin/httpd/src/include: httpd.h 
	usr.sbin/httpd/src/main: http_log.c util.c 

Log message:
Apache does not filter terminal escape sequences from its error logs, which
could make it easier for attackers to insert those sequences into terminal
emulators containing vulnerabilities related to escape sequences.

CAN-2003-0020

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/06 22:24:00

Modified files:
	usr.sbin/httpd/src/include: http_core.h 
	usr.sbin/httpd/src/main: http_core.c http_protocol.c 
	usr.sbin/httpd/src/modules/standard: mod_digest.c 

Log message:
mod_digest for Apache does not properly verify the nonce of a client response
by using a AuthNonce secret.

CAN-2003-0987

ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/06/06 23:50:34

Modified files:
	openssh        : index.html 

Log message:
sync with openbsd index.html (nick@: Mexican mirror is back)


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/06 23:58:45

Modified files:
	net/icb/patches: patch-readline_readline_c 

Log message:
don't go out of bounds in update_line(); found with malloc.conf; ok sturm@


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/06/07 00:53:21

Modified files:
	.              : ftp.html 
	openssh        : ftp.html portable.html 

Log message:
new mirrors in Argentina, Belgium, Latvia, Portugal, and US


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/07 00:56:18

Modified files:
	fr             : amd64.html donations.html i386.html sparc.html 
	                 want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/07 00:59:45

Modified files:
	faq/pf/pl      : authpf.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/06/07 01:04:23

Modified files:
	distrib/notes  : mirrors 

Log message:
new mirrors in Argentina, Belgium, Latvia, Portugal, and US
Remove ftp.src.uchicago.edu as a mirror, as requested by David Forero
(sync with rev 1.273 of www/ftp.html)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 01:13:35

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

Log message:
better debugging printfs for init/fini fixups


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/06/07 01:19:59

Modified files:
	.              : ftp.html 
	openssh        : ftp.html portable.html 

Log message:
new mirror in Switzerland


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/06/07 01:22:03

Modified files:
	distrib/notes  : mirrors 

Log message:
new mirror in Switzerland
(sync with rev 1.274 of www/ftp.html)


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/07 01:46:30

Modified files:
	regress/sbin/pfctl: if2ip 

Log message:
workaround.


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2004/06/07 02:15:49

Modified files:
	.              : i386.html 

Log message:
remove i20 link, since it no longer points to anything useful, and we
can't find a better one;

from Steve Shockley (PR #3811);
ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 03:41:46

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

Log message:
remove a dupe hw features item; from Simon Dassow <janus@area319.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/07 04:28:47

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

Log message:
Allow userland to issue ld.d or st.d with a long, but not long long aligned
address, by recovering from the misaligned address exception.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 05:14:15

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/alpha: contents 
	distrib/notes/amd64: contents 
	distrib/notes/cats: contents 
	distrib/notes/hp300: contents 
	distrib/notes/hppa: contents 
	distrib/notes/i386: contents 
	distrib/notes/luna88k: contents 
	distrib/notes/mac68k: contents 
	distrib/notes/macppc: contents 
	distrib/notes/mvme68k: contents 
	distrib/notes/mvme88k: contents 
	distrib/notes/sparc: contents 
	distrib/notes/sparc64: contents 
	distrib/notes/vax: contents 

Log message:
provide sets sizes in raw bytecounts and then
uniformly compute the MB numbers in m4.common;
reduce average calculator uptime.
miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/07 07:16:19

Modified files:
	sys/net        : pf_table.c 

Log message:
Make deletion of a few addresses much faster on big tables. ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/07 07:51:58

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

Log message:
remove dud i2o link here, too;
from dmitry bogdan;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/07 08:43:39

Modified files:
	math/octave/patches: patch-libcruft_Makefile_in 
	                     patch-src_sysdep_cc 
Added files:
	math/octave/patches: patch-liboctave_oct-term_cc 

Log message:
* use the published libreadline interface to get the screen size (fixes build)
* sync patches


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 09:00:38

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

Log message:
debugging notify that dlopen() has finished as it was said when it had started; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 09:18:19

Modified files:
	libexec/ld.so  : dlfcn.c 
	libexec/ld.so/hppa: archdep.h 

Log message:
fixup the dlsym() return to produce a callable address (plabel) and move one comment closer to the code it talks about earlier; drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 09:19:59

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

Log message:
use the func args and not the key material to init a new plabel


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/07 09:58:33

Modified files:
	sys/arch/vax/vax: Tag: SMP genassym.cf subr.s 

Log message:
set SONPROC. tested millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/07 12:36:34

Modified files:
	sys/arch/amd64/include: Tag: SMP cpu.h 

Log message:
need_resched flipflop until there's curcpu everywhere


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/07 12:37:38

Modified files:
	usr.sbin/syslogd: syslog.conf.5 

Log message:
clarify how tags are parsed;
help from, tweaks, and ok's: dhartmei@ otto@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/07 12:41:26

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

Log message:
consistently refer to the authpf_users table;

noticed by die tuere;
ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/07 12:46:20

Modified files:
	sys/arch/sparc/include: Tag: SMP psl.h 

Log message:
IPL_HIGH 15 (for now)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/07 12:46:50

Modified files:
	sys/arch/hppa/hppa: Tag: SMP genassym.cf locore.S 

Log message:
set SONPROC, help from mickey


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/07 12:47:44

Modified files:
	sys/arch/sparc/sparc: Tag: SMP genassym.cf locore.s 

Log message:
set SONPROC


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/07 13:17:52

Modified files:
	sys/arch/i386/include: Tag: SMP i8259.h 

Log message:
Make sure that the code generated for interrupt vectors matches what we
had before.
1. Insert the (misnamed) NOPs just like they were before.
2. Make sure to block interrupts when fiddling with the imen mask.

deraadt@ ok


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/06/07 13:19:08

Modified files:
	faq            : faq8.html 

Log message:
Rewrite of S/Key entry. ok nick@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/07 13:19:19

Modified files:
	sys/arch/i386/isa: Tag: SMP isa_machdep.c 

Log message:
Don't forget to tell the icu to unmask the interrupts after recalculating
the masks. Should solve the "press any key to continue" problem.

deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/07 13:22:20

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

Log message:
Use -a skey to use S/Key for initial authentication in normal mode.

ok hshoexer@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/07 13:28:04

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

Log message:
Allow -a to specify an alternative auth method, even if secure mode
is used. Only bail out if the user has no skey entry and requests
secure mode without specifying an alternative auth method.

ok hshoexer@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/07 13:35:42

Modified files:
	sys/arch/i386/i386: Tag: SMP lapic.c 

Log message:
Statement after label.
niklas@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 13:49:11

Modified files:
	gnu/usr.bin/perl/hints: openbsd.sh 

Log message:
enable dynamic perl; millert ok
MAKE SURE TO REBUILD LD.SO FIRST


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 14:04:34

Modified files:
	distrib/notes/hppa: contents 

Log message:
correct x11 sets sizes after second rebuild


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/07 14:19:30

Modified files:
	sys/arch/m88k/m88k: Tag: SMP genassym.cf process.S 

Log message:
SONPROC, ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/07 14:27:12

Modified files:
	sys/arch/i386/i386: Tag: SMP vm_machdep.c 
	sys/arch/i386/include: Tag: SMP cpu.h 

Log message:
Err. Actually free the tss in !MP case too. 8k forks is not enough for
anyone.
markus@ niklas@ ok
grange@ "blame me"


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 14:36:07

Modified files:
	usr.bin/kdump  : Makefile mkioctls 

Log message:
dig gpio ioctls


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/07 14:37:21

Modified files:
	extras         : Makefile.inc 

Log message:
prepend ${EXPORTS}/lib to ${LDADD} instead of appending it.
problem noticed by mickey@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	mickey@cvs.openbsd.org	2004/06/07 14:40:30

Modified files:
	distrib/sets/lists/xbase: md.hppa 
	xc/config/cf   : OpenBSD.cf 

Log message:
enable shlibsa dn dlopen on hppa (to be fixed after 3.6-beta)


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/07 14:41:42

Modified files:
	sys/arch/amd64/conf: Tag: SMP GENERIC RAMDISK RAMDISK_CD 
	sys/arch/i386/conf: Tag: SMP GENERIC RAMDISK_CD 
	sys/arch/i386/i386: Tag: SMP est.c longrun.c machdep.c p4tcc.c 
	sys/arch/i386/include: Tag: SMP cpu.h 
	sys/arch/i386/pci: Tag: SMP elan520.c ichpcib.c 
	sys/arch/m88k/m88k: Tag: SMP trap.c 
	sys/conf       : Tag: SMP files 
	sys/dev/ic     : Tag: SMP dp8390.c mtd8xx.c rtl81x9.c 
	sys/dev/isa    : Tag: SMP gscsio.c if_ed.c 
	sys/dev/pci    : Tag: SMP if_lge.c if_re.c if_sis.c if_ste.c 
	                 if_stge.c if_vr.c if_wb.c pcidevs pcidevs.h 
	                 pcidevs_data.h 
	sys/dev/pcmcia : Tag: SMP if_ray.c 
	sys/dev/usb    : Tag: SMP if_axe.c if_cue.c 
	sys/dev/wscons : Tag: SMP wscons_font8x16.c wscons_gallant19.c 
	sys/kern       : Tag: SMP kern_fork.c 
	sys/miscfs/portal: Tag: SMP portal_vnops.c 
	sys/net        : Tag: SMP pf.c pf_table.c route.c route.h 
	                 rtsock.c 
	sys/netinet    : Tag: SMP in.h in_pcb.c ip_icmp.c ip_input.c 
	                 ip_output.c ip_var.h 
	sys/uvm        : Tag: SMP uvm_vnode.c 
Added files:
	sys/net        : Tag: SMP route_src.c 

Log message:
sync to head


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/07 14:44:19

Modified files:
	sys/arch/m88k/include: va-m88k.h 

Log message:
Correctly handle an unaligned long long parameter on stack in varargs functions;
makes some rare situations in the a.out ar working again.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/07 15:11:23

Modified files:
	include        : stdio.h 
	lib/libc       : shlib_version 
	lib/libc/gen   : getgrent.c 
	lib/libc/include: thread_private.h 
	lib/libc/net   : getaddrinfo.c getnameinfo.c res_init.c 
	lib/libc/stdio : flockfile.c 
	lib/libc/sys   : ftruncate.c lseek.c 
	lib/libc/thread: Makefile.inc thread_fd.c 
	                 unithread_malloc_lock.c 
	lib/libpthread : shlib_version 
	lib/libpthread/thread: Makefile.inc 
	lib/libpthread/uthread: pthread_private.h uthread_fd.c 
	                        uthread_file.c uthread_init.c 
Added files:
	lib/libc/thread: unithread_tag.c 
	lib/libpthread/thread: thread_tag.c 
Removed files:
	lib/libc/thread: unithread_storage.c 
	lib/libpthread/thread: thread_storage.c 

Log message:
major bump to libc and libpthread to break the dependency of a
particular implementation of libpthread for libc.  libc no longer
needs pthread.h to compile.
OK millert@, brad@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/06/07 16:05:23

Modified files:
	gnu/usr.bin/binutils/bfd: configure configure.in libaout.h 
	                          netbsd-core.c 

Log message:
Recognize hppa core files.
ok mickey@, drahn@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 16:31:19

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

Log message:
gotta love this one ...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/07 17:20:46

Modified files:
	bin/ksh        : main.c 

Log message:
do not push ksh into stupid-random mode; leave it in arc4random() mode.
oops.  spotted by weerd@weirdnet.nl


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/07 18:24:13

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

Log message:
Make umass CBI buffer handling consistant with BBB buffer handling by
using sc->data_buffer (not sc->tranfer_data), in the actual data
transfer operations.  From NetBSD PR #25676.

ok tdeval@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/06/07 20:06:47

Modified files:
	.              : hppa.html 

Log message:
list some graphics (sti) names


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 20:54:53

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

Log message:
ad a table of supported (and not that much) devices


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/06/07 21:19:02

Modified files:
	.              : hppa.html 

Log message:
add hilid as a supported thingie


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/07 21:49:56

Modified files:
	net/lftp       : Makefile distinfo 

Log message:
upgrade to lftp 3.0.5

Submitted by Francois Briere <f.briere@dopha.org> and Victor Sahlstedt.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 23:24:34

Added files:
	share/man/man4/man4.hppa: mongoose.4 

Log message:
some fluffy mongoose page as afar as there is a fluffy driver


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/07 23:24:44

Modified files:
	share/man/man4/man4.hppa: Makefile 

Log message:
some fluffy mongoose page as afar as there is a fluffy driver


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/06/07 23:27:41

Modified files:
	.              : hppa.html 

Log message:
linkup zee man page


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2004/06/08 00:58:39

Modified files:
	.              : i386.html amd64.html 

Log message:
re(4) blob


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/08 01:21:20

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/08 01:33:13

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

Log message:
typo in i386 codepath


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/08 01:55:54

Modified files:
	share/man/man4/man4.hppa: mongoose.4 

Log message:
tweaks;


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2004/06/08 02:02:16

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
typo from ray (PR #3812);


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/08 08:34:48

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
fix a few memory leaks in error paths and one in the pftable path,
and simplyfy the prefix production error handling slightly
from Mr. Memleak Terminator Patrick Latifi <pat@eyeo.org>, kickass!


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/08 08:50:38

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

Log message:
add new flag and addresses for source-based routing. ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/08 09:59:54

Modified files:
	www/php4       : Makefile.inc 
	www/php4/core  : Makefile 
	www/php4/extensions: Makefile 

Log message:
take over maintainance; remove some unnecessary line;
remove iconv from MODULES because gettext includes it

ok jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/08 10:49:00

Modified files:
	usr.bin/asn1_compile: getarg.c 

Log message:
include err.h, from Jared Yanovich


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/08 11:30:50

Modified files:
	lang/scm       : Makefile 

Log message:
this is now broken on macppc as well, mark it as such until someone can
look into it (especially so it does not hang the bulk builds)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/08 11:54:21

Modified files:
	www/php4       : Makefile.inc 

Log message:
Replace defined(USE_GCC3) with ${USE_GCC3:L:Myes}

from avsm@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/08 12:06:54

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

Log message:
No need to update runtime in cpu_switch. It's updated in mi_switch just
after the return from cpu_switch.

ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/08 12:09:31

Modified files:
	sys/sys        : systm.h 
	sys/kern       : init_main.c kern_sysctl.c 
	sys/arch/alpha/alpha: machdep.c mainbus.c 

Log message:
pull ncpus support from smp tree into main branch.
remove alpha specific definition of ncpus.
OK (and tested on alpha) deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/08 12:11:28

Modified files:
	sys/arch/alpha/include: cpu.h 
	sys/sys        : types.h 

Log message:
pull up cpuid_t define from smp branch.   Kill alpha specific defininition
of cpuid_t.  OK art@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/08 12:19:00

Modified files:
	sys/sys        : types.h 

Log message:
fix


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/08 12:30:03

Modified files:
	sys/arch/arm/arm: Tag: SMP cpuswitch.S genassym.cf 

Log message:
SONPROC, ok drahn deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/08 13:39:49

Modified files:
	sys/kern       : Tag: SMP init_main.c 

Log message:
Set runtime in the !MP case too.
deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/08 13:47:24

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

Log message:
factor out md5 code; ok+tests henning@, djm@, hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/08 13:57:15

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c 

Log message:
mp_cpu_funcs is MP only; ok grange, niklas


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/08 14:07:04

Modified files:
	sys/kern       : Tag: SMP kern_sysctl.c 

Log message:
minimize diffs against kinfo_proc2 setup; markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/08 14:13:24

Modified files:
	sys/arch/alpha/alpha: cpu.c pmap.c 
	sys/arch/alpha/include: cpu.h 

Log message:
Use cpuid_t whenever possible, rather than an angry combination of long
there and u_long elsewhere.

ok marc@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/08 14:15:48

Modified files:
	sys/kern       : Tag: SMP kern_ktrace.c kern_subr.c 

Log message:
Include sched.h in kern_ktrace and kern_subr since they use those
defines in the MULTIPROCESSOR cases.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/08 14:17:09

Modified files:
	sys/arch/i386/include: Tag: SMP cpu.h npx.h 

Log message:
fix includes:
The following patches clean up the build for userland, systat/vmstat build,
systm.h and sched.h should not be picked up by these userland programs,
but they define _KERNEL.

intrdefs.h is needed to build the kernel after the include removals
(interdefs.h is present in cpu.h on amd64 too)

add 'struct cpu_info' to quiet a bunch of warnings in userland in npx.h


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/08 14:17:39

Modified files:
	sys/kern       : Tag: SMP kern_time.c 

Log message:
Don't lower to softclock in settime. Sure, it's not very incorrect, but it
hardly buys us anything and it increases the diff.

niklas@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/06/08 14:21:25

Modified files:
	net/rrdtool    : Makefile distinfo 
	net/rrdtool/patches: patch-Makefile_in patch-configure 
	                     patch-contrib_trytime_Makefile_in 
	                     patch-perl-shared_Makefile_PL_in 
	                     patch-src_Makefile_in patch-src_parsetime_c 
	                     patch-tcl_Makefile_in 
	net/rrdtool/pkg: DESCR PFRAG.tcl 
Added files:
	net/rrdtool/patches: patch-Makefile_am patch-cgilib-0_4_cgi_c 
	                     patch-cgilib-0_4_cgi_h 
	                     patch-contrib_trytime_Makefile_am 
	                     patch-contrib_trytime_trytime_c 
	                     patch-examples_cgi-demo_cgi_in 
	                     patch-examples_piped-demo_pl_in 
	                     patch-examples_shared-demo_pl_in 
	                     patch-src_Makefile_am patch-src_pngsize_c 
	                     patch-src_rrd_cgi_c patch-src_rrd_dump_c 
	                     patch-src_rrd_graph_c patch-src_rrd_graph_h 
	                     patch-src_rrd_tool_c patch-src_rrd_tool_h 
	                     patch-src_rrd_xport_c 

Log message:
update to rrdtool 1.0.48


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/08 14:28:19

Modified files:
	infrastructure/mk: perl.port.mk 

Log message:
back out CFLAGS-honour-diff
MakeMaker might add important stuff to CCFLAGS, which we override


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/08 14:59:29

Modified files:
	usr.sbin/config: cmd.c config.8 ukc.c 

Log message:
Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/08 15:07:30

Modified files:
	sys/arch/alpha/alpha: Tag: SMP cpu.c machdep.c mainbus.c pmap.c 
	sys/arch/alpha/include: Tag: SMP cpu.h 
	sys/arch/m88k/include: Tag: SMP va-m88k.h 
	sys/arch/sparc/sparc: Tag: SMP locore.s 
	sys/dev/usb    : Tag: SMP umass.c 
	sys/netinet    : Tag: SMP tcp_input.c tcp_output.c tcp_subr.c 
	                 tcp_var.h 
	sys/sys        : Tag: SMP types.h 

Log message:
sync to head


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/08 15:14:50

Modified files:
	sys/arch/i386/stand: Tag: SMP Makefile.inc 
	sys/arch/i386/stand/libsa: Tag: SMP memprobe.c smpprobe.c 

Log message:
fold out -smp branch changes from i386/stand. use the -current stat bits.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/08 15:30:30

Modified files:
	sys/arch/i386/i386: Tag: SMP gdt.c 

Log message:
gdt_alloc_cpu() is SMP-only, save space on install media.

ok niklas@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/08 15:32:06

Modified files:
	sys/kern       : Tag: SMP kern_lock.c 

Log message:
spinlock_release_all() and spinlock_acquire_count() are not ready yet,
disable it and save some space for install media.

ok niklas@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/08 15:38:02

Modified files:
	sys/arch/i386/i386: Tag: SMP machdep.c 

Log message:
Move SMP-only code under MULTIPROCESSOR, more space for install media.

ok niklas@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/08 15:41:38

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c machdep.c 

Log message:
UP machines don't need identifycpu(), old_identifycpu() is enough.
XXX: of course both should be merged later.

ok niklas@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/08 15:43:12

Modified files:
	sys/arch/i386/i386: Tag: SMP pmap.c 

Log message:
Don't inline here, it eats install media space.

ok niklas@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/08 16:00:25

Modified files:
	sys/arch/hppa/hppa: genassym.cf locore.S vm_machdep.c 
	sys/arch/hppa/include: pcb.h 

Log message:
always create a stack frame in cpu_switch() and put a stub
for doing page idle zeroing.
store the kernele stack pointer into pcb instead of trapframe
for debuggers doing stack traces; from kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/06/08 16:02:43

Modified files:
	lib/libpthread/thread: thread_tag.c 

Log message:
missing include; ok marc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/08 16:16:18

Modified files:
	distrib/sets/lists/base: md.hppa 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/06/08 16:41:13

Modified files:
	.              : hppa.html 

Log message:
another link to dino man page


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/06/08 19:32:08

Modified files:
	.              : i386.html 

Log message:
Add * to mark after 3.5 aac additions.  Inspired by Tim Donahue(tdonahue@haynes-group.com) and several misc@ queries.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/08 20:01:15

Modified files:
	sbin/ping6     : ping6.c 

Log message:
correct mistake in usage().  Chris Pinnock


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/08 23:43:43

Modified files:
	.              : ftp.html 

Log message:
typo in rsync URL. ok david@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/09 01:15:56

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

Log message:
* Bring rdate's SNTP support into compliance with SNTPv4 (RFC 2030).
* More robust handling of NTP error conditions (e.g. host or
service unreachable).
* Improve the detection of stale and/or spoofed NTP responses
from servers.
* Add support for getaddrinfo(3)'s multiple host support if
error conditions occur (e.g. round-robin DNS, and the first
NTP server isn't responding, try the next host in line).
* Minor formatting/code cleanup.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/09 01:25:26

Modified files:
	mail/c-client/patches: patch-src_osdep_unix_Makefile 

Log message:
use -fPIC on sparc
prodded to fix by Anil and joakinen@yahoo.es


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/09 04:17:10

Modified files:
	sys/arch/i386/isa: nvram.h 
	sys/arch/amd64/amd64: cpu.c 

Log message:
Minor sync from the SMP branch.
NVRAM_RESET_SOFT -> NVRAM_RESET_JUMP
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/09 04:47:27

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
More meaningful formulation of the __va_stk initialization in
__builtin_saveregs(); no functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/09 05:17:59

Modified files:
	sys/arch/i386/pci: elan520.c 

Log message:
fix compilation for !I586_CPU case; ok grange@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/09 06:59:37

Modified files:
	sbin/isakmpd   : message.c 

Log message:
only accept DELETEs during an authenticated INFORMATIONAL exchange.
Fix for recent problem disclosed by Thomas Walpuski.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/09 07:01:44

Modified files:
	usr.sbin/bgpd  : control.c session.c session.h 

Log message:
move to a dynamically allocated struct pollfd array.
we used a ststic one with OPEN_MAX entries, which is a rather arbitary limit
as OPEN_MAX is _not_ the max # of open fds we can have, but just a default
for that setting.
in the same move we have to allocate the peer_l array, basically there
for pfd-index to peer pointers to prevent peer list scans all time,
dynamiccaly to. we overallocate a little and use that reserve until we
have to realloc again later to prevent reallocs for every single control
connection or a single flapping peer.
help & ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/09 08:02:44

Modified files:
	sbin/isakmpd   : conf.c exchange.c ike_phase_1.c 
	                 ike_quick_mode.c ipsec.c isakmp_cfg.c message.c 
	                 pf_key_v2.c transport.c udp.c 

Log message:
Style nits. hshoexer@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/09 08:55:15

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/09 09:45:08

Modified files:
	sys/arch/i386/i386: Tag: SMP apic.c mpbios.c 

Log message:
we do not use bitmask_snprintf; ok grange art


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/09 09:59:45

Modified files:
	fr             : amd64.html ftp.html hppa.html i386.html 
	openssh/fr     : ftp.html index.html portable.html 
	faq/pf/fr      : tables.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/09 10:01:48

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

Log message:
we trust the calibrated pentium_mhz more, so don't overwrite it unless
we know the cpu speed has changed.  fixes pr3814 from mark pecaut.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/09 10:54:03

Modified files:
	cad/chipmunk/pkg: DESCR 

Log message:
way better description; based on f5813@sbcglobal.net


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/09 11:32:11

Modified files:
	include        : limits.h 

Log message:
According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX
should only be 255.  You would think they would be the same but you'd be
wrong.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/09 12:16:05

Modified files:
	gnu/usr.bin/cvs/src: commit.c cvs.h filesubr.c history.c 
	                     server.c wrapper.c 
Added files:
	gnu/usr.bin/cvs/lib: xsize.h 

Log message:
Several potential security problems found and fixed by Stefan Esser &
Sebastian Krahmer.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/09 12:37:04

Modified files:
	sys/arch/i386/i386: Tag: SMP ioapic.c 

Log message:
Do not call lapic_set_softvectors, or lapic_set_lvt, if no ioapics are present
in the system. ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/06/09 12:43:17

Modified files:
	editors/vim/stable: Makefile distinfo 
	editors/vim/stable/pkg: PFRAG.no-no_x11 PLIST PLIST-lang 
Removed files:
	editors/vim/stable/patches: patch-runtime_syntax_c_vim 

Log message:
update vim/stable to 6.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/06/09 12:45:23

Modified files:
	editors/vim/snapshot: Makefile 
Removed files:
	editors/vim/snapshot: distinfo 
	editors/vim/snapshot/files: pf.vim 
	editors/vim/snapshot/patches: sup-hppa-src_auto_configure 
	                              sup-m68k-src_Makefile 
	                              sup-vax-src_Makefile 
	                              sup-vax-src_auto_configure 
	editors/vim/snapshot/pkg: DESCR DESCR-lang PFRAG.no-no_x11 PLIST 
	                          PLIST-lang 

Log message:
6.3 has been released. re-stub the snapshot of vim


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/09 12:59:29

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

Log message:
Do the DDB prologue for kcopy too. Fix copy_fault to deal with the changed
stack frame layout. Fixes the error case of copy{in,out}

We run too high quality software, we never tickle the error case.

ok markus@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/09 13:21:55

Modified files:
	usr.sbin/tcpdump: privsep.c 

Log message:
Take better care of people down under living in X and a half hour
timezones.

ok canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 13:31:49

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_5 commit.c cvs.h filesubr.c 
	                     history.c server.c wrapper.c 
Added files:
	gnu/usr.bin/cvs/lib: Tag: OPENBSD_3_5 xsize.h 

Log message:
MFC:
Fix by otto@

Several potential security problems found and fixed by Stefan Esser &
Sebastian Krahmer.


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/09 13:32:08

Modified files:
	sbin/route     : route.c 

Log message:
Fix IPv4 name->address translation. Addresses like "10.1000" will not be
accepted anymore, but constructs like "route add 10.1.2/24 <gw>" will
finally do the right thing. ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/06/09 13:33:24

Modified files:
	.              : errata.html errata34.html security.html 

Log message:
new fifo and cvs patches


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 13:51:07

Modified files:
	gnu/usr.bin/cvs/src: Tag: OPENBSD_3_4 commit.c cvs.h filesubr.c 
	                     history.c server.c wrapper.c 
Added files:
	gnu/usr.bin/cvs/lib: Tag: OPENBSD_3_4 xsize.h 

Log message:
MFC:
Fix by otto@

Several potential security problems found and fixed by Stefan Esser &
Sebastian Krahmer.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/09 14:13:10

Modified files:
	sys/arch/i386/eisa: eisa_machdep.c 

Log message:
pull in KNF from SMP


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/09 14:15:39

Modified files:
	sys/sys        : Tag: SMP proc.h 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/09 14:17:24

Modified files:
	sys/uvm        : uvm_km.c 
	sys/arch/alpha/include: pmap.h 
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/hppa/include: pmap.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/vax/include: pmap.h 

Log message:
rename POOLPAGE macros to pmap_map_direct
break out uvm_km_page bits for this case, no thread here
lots of testing tech@, deraadt@, naddy@, mickey@, ...


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/09 14:18:28

Modified files:
	sys/kern       : init_main.c kern_clock.c kern_fork.c 
	                 kern_ktrace.c kern_subr.c kern_synch.c 
	                 kern_sysctl.c kern_time.c 
	sys/sys        : kernel.h proc.h sched.h 

Log message:
Merge in a piece of the SMP branch into HEAD.

Introduce the cpu_info structure, p_cpu field in struct proc and global
scheduling context and various changed code to deal with this. At the
moment no architecture uses this stuff yet, but it will allow us slow and
controlled migration to the new APIs.

All new code is ifdef:ed out.

ok deraadt@ niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 14:48:47

Modified files:
	sbin/isakmpd   : Tag: OPENBSD_3_5 message.c 

Log message:
MFC:
Fix by hshoexer@

only accept DELETEs during an authenticated INFORMATIONAL exchange.
Fix for recent problem disclosed by Thomas Walpuski.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 15:15:05

Modified files:
	sbin/isakmpd   : Tag: OPENBSD_3_4 message.c 

Log message:
MFC:
Fix by hshoexer@

only accept DELETEs during an authenticated INFORMATIONAL exchange.
Fix for recent problem disclosed by Thomas Walpuski.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/06/09 16:54:14

Modified files:
	sys/kern       : vfs_default.c 

Log message:
in theory, vnlock should alays be NULL in the generic lock (sic) functions.
in reality, sometimes it's not.  we don't trust vnlock, and since it's 100%
guaranteed to panic if it gets here, just completely stop using it.
crash by henning, ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/09 17:08:19

Modified files:
	sys/arch/m88k/include: va-m88k.h 

Log message:
Among other tricky (or nice, depending upon your involvment) features,
the 88Open ABI allows arguments to be passed through registers, then on
the stack, the through registers, then on the stack again, with some
function signatures.

Unfortunately, gcc has not been designed with this possibility in mind,
and does not handle this situation optimally (since no sane architecture
does this anyway) and will reserve stack storage for the second set of
in-registers parameters.

Fixing this is quite non-trivial (trust me on this), so in the meantime
keep at wasting space stack, but teach varargs about this so that it can
compensate correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/09 17:09:27

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
In FUNCTION_ARG_ADVANCE(), do not pad the register position counter if the
parameter is going to hit the stack.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/09 17:11:58

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
The GO_IF_LEGITIMATE_ADDRESS fix in m88k.h, as well as all the FUNCTION_ARG
and FUNCTION_ARG_ADVANCE fixes in m88k.c, allow the optimized bcopy
sequences to be reliable again, so enable them back.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/09 17:49:11

Modified files:
	distrib/sets/lists/base: md.luna88k md.mvme88k 
	distrib/sets/lists/comp: md.luna88k md.mvme88k 
	distrib/sets/lists/man: md.luna88k md.mvme88k 

Log message:
binutils sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/09 17:54:29

Modified files:
	faq            : faq7.html 

Log message:
bad wording.  spotted by Alistair Kerr (openbsd at rukh dit net)


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 19:33:45

Log message:
    Initial import of Test-Pod-1.16
    
    Test::Pod lets you check the validity of a POD file, and report its
    results in standard Test::Simple fashion.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Test-Pod/Makefile
    N ports/devel/p5-Test-Pod/distinfo
    N ports/devel/p5-Test-Pod/pkg/PLIST
    N ports/devel/p5-Test-Pod/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 19:35:04

Log message:
    Initial import of p5-Test-Pod-Coverage-1.04
    
    Checks for POD coverage in files for your distribution.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Test-Pod-Coverage/Makefile
    N ports/devel/p5-Test-Pod-Coverage/distinfo
    N ports/devel/p5-Test-Pod-Coverage/pkg/PLIST
    N ports/devel/p5-Test-Pod-Coverage/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 19:36:18

Log message:
    Initial import of Test-Taint-1.02
    
    When you're writing unit tests for code that deals with tainted data,
    you'll want to have a way to provide tainted data for your routines to
    handle, and easy ways to check and report on the taintedness of your
    data, in standard Test::More style.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Test-Taint/Makefile
    N ports/devel/p5-Test-Taint/distinfo
    N ports/devel/p5-Test-Taint/pkg/PLIST
    N ports/devel/p5-Test-Taint/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 19:38:23

Modified files:
	devel          : Makefile 

Log message:
+p5-Test-Pod
+p5-Test-Pod-Coverage
+p5-Test-Taint


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 20:09:05

Modified files:
	usr.sbin/httpd/src/include: Tag: OPENBSD_3_5 httpd.h 
	usr.sbin/httpd/src/main: Tag: OPENBSD_3_5 http_log.c util.c 

Log message:
MFC:
Fix by brad@

Apache does not filter terminal escape sequences from its error logs, which
could make it easier for attackers to insert those sequences into terminal
emulators containing vulnerabilities related to escape sequences.

CAN-2003-0020


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 20:12:51

Modified files:
	usr.sbin/httpd/src/include: Tag: OPENBSD_3_5 http_core.h 
	usr.sbin/httpd/src/main: Tag: OPENBSD_3_5 http_core.c 
	                         http_protocol.c 
	usr.sbin/httpd/src/modules/standard: Tag: OPENBSD_3_5 
	                                     mod_digest.c 

Log message:
MFC:
Fix by brad@

mod_digest for Apache does not properly verify the nonce of a client response
by using a AuthNonce secret.

CAN-2003-0987


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 20:24:05

Log message:
    Initial import of Carp-Assert-0.18
    
    Assertions are the explict expressions of your assumptions about the
    reality your program is expected to deal with, and a declaration of
    those which it is not. They are used to prevent your program from
    blissfully processing garbage inputs (garbage in, garbage out becomes
    garbage in, error out) and to tell you when you've produced garbage
    output.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Carp-Assert/distinfo
    N ports/devel/p5-Carp-Assert/Makefile
    N ports/devel/p5-Carp-Assert/pkg/PLIST
    N ports/devel/p5-Carp-Assert/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 20:26:13

Log message:
    Initial import of Devel-Cycle-1.02
    
    This is a simple developer's tool for finding circular references in
    objects and other types of references. Because of Perl's reference-count
    based memory management, circular references will cause memory leaks.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Devel-Cycle/Makefile
    N ports/devel/p5-Devel-Cycle/distinfo
    N ports/devel/p5-Devel-Cycle/pkg/PLIST
    N ports/devel/p5-Devel-Cycle/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 20:28:33

Log message:
    Initial import of Test-Inline-0.16
    
    Embedding tests allows tests to be placed near the code its testing.
    This is a nice supplement to the traditional .t files. It's like XUnit,
    Perl-style.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Test-Inline/Makefile
    N ports/devel/p5-Test-Inline/distinfo
    N ports/devel/p5-Test-Inline/pkg/PLIST
    N ports/devel/p5-Test-Inline/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 20:30:39

Log message:
    Initial import of Test-Memory-Cycle-0.02
    
    A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle
    module.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_06_09
    
    N ports/devel/p5-Test-Memory-Cycle/Makefile
    N ports/devel/p5-Test-Memory-Cycle/distinfo
    N ports/devel/p5-Test-Memory-Cycle/pkg/PLIST
    N ports/devel/p5-Test-Memory-Cycle/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/09 20:33:12

Modified files:
	devel          : Makefile 

Log message:
+p5-Carp-Assert
+p5-Devel-Cycle
+p5-Test-Inline
+p5-Test-Memory-Cycle


CVSROOT:	/cvs
Module name:	www
Changes by:	marco@cvs.openbsd.org	2004/06/09 21:28:27

Modified files:
	.              : want.html 

Log message:
Add * to mark after 3.5 aac additions.  Inspired by Tim Donahue(tdonahue@haynes-group.com) and several misc@ queries.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 21:55:18

Modified files:
	usr.sbin/httpd/src/include: Tag: OPENBSD_3_4 httpd.h 
	usr.sbin/httpd/src/main: Tag: OPENBSD_3_4 http_log.c util.c 

Log message:
MFC:
Fix by brad@

Apache does not filter terminal escape sequences from its error logs, which
could make it easier for attackers to insert those sequences into terminal
emulators containing vulnerabilities related to escape sequences.

CAN-2003-0020


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/09 21:55:55

Modified files:
	usr.sbin/httpd/src/include: Tag: OPENBSD_3_4 http_core.h 
	usr.sbin/httpd/src/main: Tag: OPENBSD_3_4 http_core.c 
	                         http_protocol.c 
	usr.sbin/httpd/src/modules/standard: Tag: OPENBSD_3_4 
	                                     mod_digest.c 

Log message:
MFC:
Fix by brad@

mod_digest for Apache does not properly verify the nonce of a client response
by using a AuthNonce secret.

CAN-2003-0987


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/10 00:54:48

Modified files:
	games/freeciv  : Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/10 01:41:18

Modified files:
	games/freeciv  : Makefile 

Log message:
fix MULTI_PACKAGES


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/10 01:50:43

Log message:
    Initial import of tla-1.2
    
    tla is an Arch CLI written in C.
    
    Arch is a revision control system, i.e. a system that makes it easy to
    track changes to computer files, mostly the source code to complex
    software systems.
    
    It has the following features that set it apart from other revision
    control systems, such as CVS, Subversion or Bitkeeper:
    
    - distributed repositories
    - advanced merging capabilities
    - low barrier of entry : everybody can easily publish their changes to
    others projects. Repositories can be hosted on HTTP, FTP SFTP and
    WebDav server.
    - renames handled
    - archive signing and integrity checking : a facility by which the
    integrity of a publicly accessible archive can be verified.
    
    Submitted and maintained by Laurent Cheylus <foxy ta free tod fr>
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jun-10
    
    N ports/devel/tla/Makefile
    N ports/devel/tla/distinfo
    N ports/devel/tla/pkg/DESCR
    N ports/devel/tla/pkg/PLIST
    N ports/devel/tla/patches/patch-tla_libneon_ne_xml_c
    N ports/devel/tla/patches/patch-tla_libneon_ne_props_c
    N ports/devel/tla/patches/patch-tla_libneon_ne_locks_c
    N ports/devel/tla/patches/patch-tla_libneon_ne_auth_c
    N ports/devel/tla/patches/patch-tla_libneon_ne_207_c
    N ports/devel/tla/patches/patch-tla_tests_test-framework
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/10 01:52:44

Modified files:
	devel          : Makefile 

Log message:
+ tla


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:00:12

src/lib/libintl

Update of /cvs/src/lib/libintl
In directory cvs.openbsd.org:/tmp/cvs-serv30896/libintl

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


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:00:59

src/lib/libc/citrus

Update of /cvs/src/lib/libc/citrus
In directory cvs.openbsd.org:/tmp/cvs-serv4167/libc/citrus

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


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:01:35

src/lib/libc/citrus/modules

Update of /cvs/src/lib/libc/citrus/modules
In directory cvs.openbsd.org:/tmp/cvs-serv11535/modules

Log Message:
Directory /cvs/src/lib/libc/citrus/modules added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:05:47

src/lib/libc/iconv

Update of /cvs/src/lib/libc/iconv
In directory cvs.openbsd.org:/tmp/cvs-serv27571/iconv

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


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:09:49

src/lib/i18n_module

Update of /cvs/src/lib/i18n_module
In directory cvs.openbsd.org:/tmp/cvs-serv9049/i18n_module

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


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:21

src/lib/i18n_module/BIG5

Update of /cvs/src/lib/i18n_module/BIG5
In directory cvs.openbsd.org:/tmp/cvs-serv6374/BIG5

Log Message:
Directory /cvs/src/lib/i18n_module/BIG5 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:22

src/lib/i18n_module/EUC

Update of /cvs/src/lib/i18n_module/EUC
In directory cvs.openbsd.org:/tmp/cvs-serv6374/EUC

Log Message:
Directory /cvs/src/lib/i18n_module/EUC added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:23

src/lib/i18n_module/EUCTW

Update of /cvs/src/lib/i18n_module/EUCTW
In directory cvs.openbsd.org:/tmp/cvs-serv6374/EUCTW

Log Message:
Directory /cvs/src/lib/i18n_module/EUCTW added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:24

src/lib/i18n_module/GBK2K

Update of /cvs/src/lib/i18n_module/GBK2K
In directory cvs.openbsd.org:/tmp/cvs-serv6374/GBK2K

Log Message:
Directory /cvs/src/lib/i18n_module/GBK2K added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:25

src/lib/i18n_module/ISO2022

Update of /cvs/src/lib/i18n_module/ISO2022
In directory cvs.openbsd.org:/tmp/cvs-serv6374/ISO2022

Log Message:
Directory /cvs/src/lib/i18n_module/ISO2022 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:26

src/lib/i18n_module/MSKanji

Update of /cvs/src/lib/i18n_module/MSKanji
In directory cvs.openbsd.org:/tmp/cvs-serv6374/MSKanji

Log Message:
Directory /cvs/src/lib/i18n_module/MSKanji added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:27

src/lib/i18n_module/UTF1632

Update of /cvs/src/lib/i18n_module/UTF1632
In directory cvs.openbsd.org:/tmp/cvs-serv6374/UTF1632

Log Message:
Directory /cvs/src/lib/i18n_module/UTF1632 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:28

src/lib/i18n_module/UTF8

Update of /cvs/src/lib/i18n_module/UTF8
In directory cvs.openbsd.org:/tmp/cvs-serv6374/UTF8

Log Message:
Directory /cvs/src/lib/i18n_module/UTF8 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:29

src/lib/i18n_module/iconv_none

Update of /cvs/src/lib/i18n_module/iconv_none
In directory cvs.openbsd.org:/tmp/cvs-serv6374/iconv_none

Log Message:
Directory /cvs/src/lib/i18n_module/iconv_none added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:30

src/lib/i18n_module/iconv_std

Update of /cvs/src/lib/i18n_module/iconv_std
In directory cvs.openbsd.org:/tmp/cvs-serv6374/iconv_std

Log Message:
Directory /cvs/src/lib/i18n_module/iconv_std added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:31

src/lib/i18n_module/mapper_646

Update of /cvs/src/lib/i18n_module/mapper_646
In directory cvs.openbsd.org:/tmp/cvs-serv6374/mapper_646

Log Message:
Directory /cvs/src/lib/i18n_module/mapper_646 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:32

src/lib/i18n_module/mapper_none

Update of /cvs/src/lib/i18n_module/mapper_none
In directory cvs.openbsd.org:/tmp/cvs-serv6374/mapper_none

Log Message:
Directory /cvs/src/lib/i18n_module/mapper_none added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:33

src/lib/i18n_module/mapper_parallel

Update of /cvs/src/lib/i18n_module/mapper_parallel
In directory cvs.openbsd.org:/tmp/cvs-serv6374/mapper_parallel

Log Message:
Directory /cvs/src/lib/i18n_module/mapper_parallel added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:35

src/lib/i18n_module/mapper_serial

Update of /cvs/src/lib/i18n_module/mapper_serial
In directory cvs.openbsd.org:/tmp/cvs-serv6374/mapper_serial

Log Message:
Directory /cvs/src/lib/i18n_module/mapper_serial added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:36

src/lib/i18n_module/mapper_std

Update of /cvs/src/lib/i18n_module/mapper_std
In directory cvs.openbsd.org:/tmp/cvs-serv6374/mapper_std

Log Message:
Directory /cvs/src/lib/i18n_module/mapper_std added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/10 04:10:38

src/lib/i18n_module/mapper_zone

Update of /cvs/src/lib/i18n_module/mapper_zone
In directory cvs.openbsd.org:/tmp/cvs-serv6374/mapper_zone

Log Message:
Directory /cvs/src/lib/i18n_module/mapper_zone added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/10 05:40:36

Modified files:
	sys/arch/alpha/include: Tag: SMP pmap.h 
	sys/arch/hppa/hppa: Tag: SMP genassym.cf locore.S pmap.c 
	                    vm_machdep.c 
	sys/arch/hppa/include: Tag: SMP pcb.h pmap.h 
	sys/arch/i386/i386: Tag: SMP locore.s machdep.c trap.c 
	sys/arch/i386/include: Tag: SMP cpu.h intr.h pcb.h types.h 
	sys/arch/i386/isa: Tag: SMP icu.s 
	sys/arch/i386/pci: Tag: SMP elan520.c 
	sys/arch/m88k/include: Tag: SMP va-m88k.h 
	sys/arch/powerpc/include: Tag: SMP pmap.h 
	sys/arch/vax/include: Tag: SMP pmap.h 
	sys/kern       : Tag: SMP init_main.c kern_clock.c kern_fork.c 
	                 kern_ktrace.c kern_subr.c kern_synch.c 
	                 kern_sysctl.c kern_time.c vfs_default.c 
	sys/sys        : Tag: SMP kernel.h proc.h sched.h 
	sys/uvm        : Tag: SMP uvm_km.c 

Log message:
sync with head, make i386 __HAVE_CPUINFO


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/10 06:54:53

Modified files:
	sbin/isakmpd   : ike_phase_1.c ike_quick_mode.c ipsec.c 
	                 message.c message.h 

Log message:
Mark authenticated messages explicitly.  Better check for authentication before
deleteing SAs.

This fix is needed to solve the problems reported by Thomas Walpuski, previous
diff was not sufficient.  Pointed out by Thomas.  Thanks!

ok ho@ niklas@, testing and spellcheck by todd@ msf@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/10 08:02:13

Modified files:
	de             : donations.html errata.html errata34.html 
	                 security.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/10 08:02:23

Modified files:
	openssh/de     : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/10 08:17:51

Modified files:
	faq/de         : faq7.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/10 08:19:12

Modified files:
	ja             : cvsup.html donations.html events.html ftp.html 
	                 i386.html want.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/10 08:20:06

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

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/06/10 08:22:54

Modified files:
	sys/net        : pfvar.h pf.c pf_ioctl.c pf_norm.c 
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved
keyword in C++. ok henning@, cedric@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/10 09:50:48

Modified files:
	usr.sbin/httpd/src/modules/ssl: mod_ssl.h ssl_engine_kernel.c 
	                                ssl_util.c 

Log message:
get changes from mod_ssl 2.8.18:

*) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation
if the Subject-DN in the client certificate exceeds 6KB in length.
(CVE CAN-2004-0488).

*) Handle the case of OpenSSL retry requests after interrupted system
calls during the SSL handshake phase.

*) Remove some unused functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 09:58:51

Modified files:
	sys/arch/i386/i386: Tag: SMP ioapic.c 

Log message:
crazy indent


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/10 10:05:23

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
Fix a logic error in sglist creation.


CVSROOT:	/cvs
Module name:	www
Changes by:	hshoexer@cvs.openbsd.org	2004/06/10 10:07:23

Modified files:
	.              : errata.html 

Log message:
isakmpd errata.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/10 10:26:29

Modified files:
	devel/gmp      : Makefile distinfo 
	devel/gmp/pkg  : PFRAG.shared 
Removed files:
	devel/gmp/patches: patch-longlong_h 

Log message:
update to 4.1.3 (bug fixes)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/10 10:55:02

Modified files:
	usr.sbin/httpd/src/modules/proxy: proxy_http.c 

Log message:
SECURITY: CAN-2004-0492 (cve.mitre.org)
Reject responses from a remote server if sent an invalid (negative)
Content-Length.  [Mark Cox]


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/10 10:55:37

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Plug a memory leak in carp_clone_destroy()

From Patrick Latifi


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/10 11:00:07

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
zero the cif struct correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/10 11:31:15

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

Log message:
From FreeBSD (via rees@umich.edu and nate)
Initialise `restartcnt' in the newly malloc'd usbd_port structure,
as otherwise the junk it contains may cause uhub_explore to give
up without ever trying to restart the port. This fixes the following
errors I was seeing with a VIA UHCI controller:

uhub0: port error, restarting port 1
uhub0: port error, giving up port 1


CVSROOT:	/cvs
Module name:	www
Changes by:	hshoexer@cvs.openbsd.org	2004/06/10 11:48:58

Modified files:
	.              : security.html 

Log message:
add isakmpd issue.

requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 11:55:12

Modified files:
	sys/sys        : Tag: SMP proc.h 

Log message:
a reminder: sparc64 says you CANNOT DO THIS.  This stuff is needed because
of how something in sparc64 works.  Run anything relating to this via me,
until you grok it.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/10 12:19:28

Modified files:
	sys/arch/i386/i386: Tag: SMP apic.c mpbios.c 

Log message:
Our %b can't handle new netbsd format, so just use %x for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/10 12:22:00

Modified files:
	sys/kern       : Tag: SMP kern_synch.c 

Log message:
Typo in merge.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/10 12:24:15

Modified files:
	gnu/egcs/gcc   : toplev.c 

Log message:
Typos in option descriptions; fixed in gcc 3.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/10 12:36:04

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

Log message:
include whole SYS.h instead of just machine/asm.h


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/10 13:02:16

Modified files:
	sbin/pfctl     : Makefile 

Log message:
Work around an uncovered gcc problem on m88k until it receives proper cure.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/10 14:37:44

Log message:
    Initial import of oggtag-1.0
    
    oggtag is a tiny command-line editor for description tags in Ogg Vorbis
    files. It can set all the tags suggested by the Ogg Vorbis specification[1]
    on one or several files at a time.
    
    [1] http://www.xiph.org/ogg/vorbis/doc/v-comment.html
    
    Submitted and maintained by Julian Leyh <oenone /at/ oenone.de>
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jun-10
    
    N ports/audio/oggtag/distinfo
    N ports/audio/oggtag/Makefile
    N ports/audio/oggtag/pkg/DESCR
    N ports/audio/oggtag/pkg/PLIST
    N ports/audio/oggtag/patches/patch-oggtag_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/10 14:38:44

Modified files:
	sys/arch/i386/i386: Tag: SMP machdep.c 

Log message:
Don't install F00F workaround twice, should fix pb's machine.
Idea from mickey.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/10 14:39:06

Modified files:
	audio          : Makefile 

Log message:
+ oggtag


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/10 15:07:15

Modified files:
	fr             : errata.html errata34.html want.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhartmei@cvs.openbsd.org	2004/06/10 15:09:05

Added files:
	sysutils/pftop/patches: patch-pftop_c 

Log message:
struct pf_rule_addr.not -> .neg patch


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/06/10 15:13:55

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

Log message:
Generate SIGTRAP for breakpoint instructions.
ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/10 15:15:24

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
IPv6/TLS ready, no longer BROKEN


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/10 15:22:26

Modified files:
	mail/postfix   : Makefile.inc 
	mail/postfix/snapshot: Makefile 
	mail/postfix/stable: Makefile 

Log message:
consolidate IPv6/TLS patching


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/10 15:22:41

Modified files:
	mail/postfix   : Makefile 

Log message:
build snapshots


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/10 17:20:00

Modified files:
	security/p0f/pkg: DESCR 

Log message:
better English; f5813@sbcglobal.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 19:00:59

Modified files:
	usr.bin/top    : machine.c 

Log message:
hide top breakage, until the next commit which will do it right


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 19:32:13

Modified files:
	sys/sys        : sysctl.h 

Log message:
export cpuid via kproc2, and make ps & top aware

Modified files:
	usr.bin/top    : machine.c 
	bin/ps         : keyword.c 

Log message:
export cpuid via kproc2, and make ps & top aware... from niklas


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/06/10 20:31:06

Modified files:
	.              : donations.html 

Log message:
more


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/10 20:34:57

Modified files:
	sbin/isakmpd   : Tag: OPENBSD_3_5 ike_phase_1.c ike_quick_mode.c 
	                 ipsec.c message.c message.h 

Log message:
MFC:
Fix by hshoexer@

Mark authenticated messages explicitly.  Better check for authentication before
deleteing SAs.

This fix is needed to solve the problems reported by Thomas Walpuski, previous
diff was not sufficient.  Pointed out by Thomas.  Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/10 21:05:01

Modified files:
	bin/pax        : pat_rep.c 

Log message:
Fix backref substitution in -s mode.  Problem found and fix verified
by Jared Yanovich.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/10 21:08:03

Modified files:
	sbin/isakmpd   : Tag: OPENBSD_3_4 ike_phase_1.c ike_quick_mode.c 
	                 ipsec.c message.c message.h 

Log message:
MFC:
Fix by hshoexer@

Mark authenticated messages explicitly.  Better check for authentication before
deleteing SAs.

This fix is needed to solve the problems reported by Thomas Walpuski, previous
diff was not sufficient.  Pointed out by Thomas.  Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/10 21:10:43

Modified files:
	bin/pax        : pat_rep.c 

Log message:
Correct the code that identifies bogus regexps; Jared Yanovich


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/06/10 21:48:57

Modified files:
	.              : errata34.html security.html 

Log message:
fix half-assed initial isakmpd errata, original 3.5 patch was fixed to
be properly rooted from /usr/src like all other errata patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/10 22:19:04

Modified files:
	usr.sbin/httpd/src/modules/proxy: Tag: OPENBSD_3_5 proxy_http.c 

Log message:
MFC:
Fix by henning@

SECURITY: CAN-2004-0492 (cve.mitre.org)
Reject responses from a remote server if sent an invalid (negative)
Content-Length.  [Mark Cox]


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/10 22:40:34

Modified files:
	usr.sbin/httpd/src/modules/proxy: Tag: OPENBSD_3_4 proxy_http.c 

Log message:
MFC:
Fix by henning@

SECURITY: CAN-2004-0492 (cve.mitre.org)
Reject responses from a remote server if sent an invalid (negative)
Content-Length.  [Mark Cox]


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/10 22:48:51

Modified files:
	net/queso      : Makefile 
	net/queso/pkg  : DESCR 

Log message:
- better DESCR from <f5813 at sbcglobal dot net>
- remove myself as MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/10 23:21:20

Modified files:
	sys/net        : pf_table.c 

Log message:
Eliminate a dereference after pool_put when an inactive/no-longer referenced
table is destroyed in pfr_setflags_ktable.

Fix from Chris Pascoe


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 23:22:23

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c 

Log message:
first cut at ncpus++ location; drahn ok


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/10 23:29:25

Modified files:
	sys/kern       : Tag: SMP kern_sysctl.c 

Log message:
For MULTIPROCESSOR, sum the individual cpu's cp_time into the global cpu_time.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 23:29:28

Modified files:
	usr.bin/top    : machine.c 

Log message:
only print /# if > 1 cpu on a machine


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 23:54:55

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

Log message:
on i386 machines, attempt to peek inside apic_intrhand[] as well, so that
MP machines get interrupt counters.  will be replaced by a MI subsystem
one day.  most code from drahn, few final bugs fixed by me


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/10 23:55:43

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
on i386 machines, attempt to peek inside apic_intrhand[] as well, so that
MP machines get interrupt counters.  will be replaced by a MI subsystem
one day.  most code from drahn, few final bugs fixed by me


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 00:30:31

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 00:31:32

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
divide etime by ncpu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 00:35:31

Modified files:
	bin/ps         : ps.1 

Log message:
doc cpuid


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/11 01:47:31

Modified files:
	mail/postfix/snapshot: Makefile 
	mail/postfix/stable: Makefile 
Added files:
	mail/postfix/snapshot/patches: patch-src_global_bounce_c 
	                               patch-src_global_defer_c 
	                               patch-src_global_sent_c 
	                               patch-src_global_trace_c 
	                               patch-src_global_verify_c 
	mail/postfix/stable/patches: patch-src_global_bounce_c 
	                             patch-src_global_defer_c 
	                             patch-src_global_sent_c 
	                             patch-src_global_trace_c 
	                             patch-src_global_verify_c 

Log message:
fix sig11's and logfile string corruption that happen on PowerPC only
with Postfix' smtp.

details:
http://marc.theaimsgroup.com/?l=postfix-users&m=108684058831938&w=2
http://marc.theaimsgroup.com/?t=108680602700006&r=1&w=2
http://marc.theaimsgroup.com/?t=108683377500002&r=1&w=2


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/11 02:00:36

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_in 
	www/squid/pkg  : DESCR PLIST 
Added files:
	www/squid/patches: patch-helpers_ntlm_auth_SMB_libntlmssp_c 

Log message:
- add 2 more distribution patches
- add snmp FLAVOR from Joel CARNAT <joel at carnat dot net>
- add some auth types and auth/acl helpers
- add NTLM auth SMB patch even though the default port does NOT compile this support in


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/11 02:04:36

Modified files:
	usr.sbin/afs/src/lwp: lwp_asm.c lwp_asm.h 

Log message:
Better stack usage on m88k for lwp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/11 02:05:32

Modified files:
	www            : Makefile 

Log message:
more squid


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/11 02:09:30

Modified files:
	sys/netinet6   : in6.h ip6_output.c raw_ip6.c udp6_output.c 

Log message:
support IPV6_USE_MIN_MTU, which is needed to run BIND9 well.  from kame
markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/11 02:34:50

Modified files:
	usr.sbin/httpd/src/modules/ssl: Tag: OPENBSD_3_5 
	                                ssl_engine_rand.c 

Log message:
MFC:
Fix by otto@

Use arc4random(3) to compute random numbers, instead of using rand()
to produce a double, snprintf()ing that into a buffer and then
converting the string to an int with atoi().


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/11 02:36:17

Modified files:
	usr.sbin/httpd/src/modules/ssl: Tag: OPENBSD_3_5 mod_ssl.h 
	                                ssl_engine_kernel.c ssl_util.c 

Log message:
MFC:
Fix by henning@

get changes from mod_ssl 2.8.18:

*) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation
if the Subject-DN in the client certificate exceeds 6KB in length.
(CVE CAN-2004-0488).

*) Handle the case of OpenSSL retry requests after interrupted system
calls during the SSL handshake phase.

*) Remove some unused functions.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/11 02:40:55

Modified files:
	usr.sbin/httpd/src/modules/ssl: Tag: OPENBSD_3_4 
	                                ssl_engine_rand.c 

Log message:
MFC:
Fix by otto@

Use arc4random(3) to compute random numbers, instead of using rand()
to produce a double, snprintf()ing that into a buffer and then
converting the string to an int with atoi().


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/11 02:41:32

Modified files:
	usr.sbin/httpd/src/modules/ssl: Tag: OPENBSD_3_4 mod_ssl.h 
	                                ssl_engine_kernel.c ssl_util.c 

Log message:
MFC:
Fix by henning@

get changes from mod_ssl 2.8.18:

*) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation
if the Subject-DN in the client certificate exceeds 6KB in length.
(CVE CAN-2004-0488).

*) Handle the case of OpenSSL retry requests after interrupted system
calls during the SSL handshake phase.

*) Remove some unused functions.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/11 04:17:58

Modified files:
	sbin/isakmpd   : message.c 

Log message:
typo in comment


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/11 06:53:09

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

Log message:
better name for power thread (for power users only)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/11 06:57:36

Modified files:
	sys/kern       : kern_exec.c 

Log message:
vm->vm_minsaddr  was uninitialized (nothing realy uses it anyway)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 08:27:13

Modified files:
	sys/netinet6   : in6.h ip6_output.c raw_ip6.c udp6_output.c 

Log message:
back out tree breakage.  Like, come on


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/11 08:54:40

Modified files:
	sys/arch/i386/i386: Tag: SMP apicvec.s 

Log message:
increment the uvmexp interrupt counter in the MP interrupt handler.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/11 08:58:37

Modified files:
	sys/arch/i386/include: Tag: SMP mpbiosvar.h 

Log message:
Add mp_eisa_bus extern declaration.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/11 09:00:13

Modified files:
	sys/arch/i386/pci: Tag: SMP pci_machdep.c 

Log message:
In pci_intr_map() search for eisa mp mappings too; from netbsd.
Tested by pb@, ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/11 09:01:46

Modified files:
	sys/arch/i386/isa: Tag: SMP isa_machdep.c 

Log message:
In isa_intr_establish() search for eisa mp mappings too; from netbsd.
Ok niklas@ deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 10:08:54

Modified files:
	usr.bin/top    : machine.c 

Log message:
handle the KI_NOCPU case, pointed out by markus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 10:09:08

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

Log message:
div etime by ncpu


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/11 11:37:48

Added files:
	databases/p5-DBD-SQLite/patches: patch-dbdimp_c 

Log message:
fix a crash problem; from DBD::SQLite CVS; via FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/11 12:54:16

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

Log message:
if multiple cpus, disconnect apm


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/11 13:03:23

Modified files:
	sys/uvm        : Tag: SMP uvm_meter.c 

Log message:
ONPROC processes count as runable in t_rq as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/11 13:06:40

Modified files:
	sys/uvm        : Tag: SMP uvm_meter.c 

Log message:
Treat SONPROC as runnable for nrun (uptime) too. pointed out by millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/11 13:26:14

Modified files:
	regress/lib/libpthread: Makefile 

Log message:
remove test that sometimes fails until problem is understood


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/11 14:06:07

Modified files:
	fr             : donations.html errata.html errata34.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/11 14:26:53

Modified files:
	faq/pf         : queueing.html 

Log message:
formatting typo. ok nick@


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/06/11 15:15:17

Modified files:
	faq            : faq6.html 

Log message:
No need to recompile a kernel to use pptp, use sysctl to allow gre packets.
Help from markus@; ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/11 21:37:20

Modified files:
	sys/dev/microcode/aic7xxx: aicasm.c aicasm_macro_scan.l 
	                           aicasm_scan.l 

Log message:
Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.h
files used by ahc or ahd result from these changes, so they are not
being sync'ed at this time.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/11 22:36:13

Modified files:
	sys/netinet    : in_pcb.h 

Log message:
support IPV6_USE_MIN_MTU (forgot to commit the file, sorry).  noted by Anil


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/11 22:58:49

Modified files:
	sys/netinet6   : in6.h ip6_output.c raw_ip6.c udp6_output.c 

Log message:
support IPV6_USE_MIN_MTU, to make BIND9 better.
(sorry about the mess yesterday)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 01:53:19

Modified files:
	www/mod_auth_ldap/patches: patch-Makefile_in 

Log message:
*&#$*(!#@! damn it, use -fPIC !!!!
this took a lot of debugging (on sparc64 where it breaks) for such a stupid bug.
pointed out by henning

(and i'm going to go and fix more of those after i relax)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/12 03:40:49

Modified files:
	sbin/route     : route.c show.c 
Added files:
	sbin/route     : show.h 

Log message:
Make route show output similar to netstat -r output.
OK cedric@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/06/12 09:04:41

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

Log message:
make M-x gid try to guess the symbol name to look up by looking at the
current word.

ok beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 09:39:08

Modified files:
	www/mod_auth_ldap/patches: patch-Makefile_in 

Log message:
use apxs -q CFLAGS_SHLIB to get -fPIC, better to send to author


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/06/12 11:44:56

Modified files:
	databases/openldap: Makefile distinfo 
	databases/openldap/pkg: PFRAG.shared 

Log message:
update to version 2.1.30, maintainer (jakob@) timeout, ok jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/12 11:53:18

Modified files:
	sys/miscfs/kernfs: kernfs_vnops.c 

Log message:
fix ncpu vs ncpus glitch, spotted by Sven Dehmlow


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/12 12:10:35

www/papers/bsdcan04

Update of /cvs/www/papers/bsdcan04
In directory cvs.openbsd.org:/var/www/www/papers/bsdcan04

Log Message:
Directory /cvs/www/papers/bsdcan04 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/12 12:11:42

Modified files:
	.              : events.html 
Added files:
	papers/bsdcan04: index.html mgp00001.html mgp00001.idx.jpg 
	                 mgp00001.jpg mgp00001.txt mgp00002.html 
	                 mgp00002.idx.jpg mgp00002.jpg mgp00002.txt 
	                 mgp00003.html mgp00003.idx.jpg mgp00003.jpg 
	                 mgp00003.txt mgp00004.html mgp00004.idx.jpg 
	                 mgp00004.jpg mgp00004.txt mgp00005.html 
	                 mgp00005.idx.jpg mgp00005.jpg mgp00005.txt 
	                 mgp00006.html mgp00006.idx.jpg mgp00006.jpg 
	                 mgp00006.txt mgp00007.html mgp00007.idx.jpg 
	                 mgp00007.jpg mgp00007.txt mgp00008.html 
	                 mgp00008.idx.jpg mgp00008.jpg mgp00008.txt 
	                 mgp00009.html mgp00009.idx.jpg mgp00009.jpg 
	                 mgp00009.txt mgp00010.html mgp00010.idx.jpg 
	                 mgp00010.jpg mgp00010.txt mgp00011.html 
	                 mgp00011.idx.jpg mgp00011.jpg mgp00011.txt 
	                 mgp00012.html mgp00012.idx.jpg mgp00012.jpg 
	                 mgp00012.txt mgp00013.html mgp00013.idx.jpg 
	                 mgp00013.jpg mgp00013.txt mgp00014.html 
	                 mgp00014.idx.jpg mgp00014.jpg mgp00014.txt 
	                 mgp00015.html mgp00015.idx.jpg mgp00015.jpg 
	                 mgp00015.txt mgp00016.html mgp00016.idx.jpg 
	                 mgp00016.jpg mgp00016.txt mgp00017.html 
	                 mgp00017.idx.jpg mgp00017.jpg mgp00017.txt 
	                 mgp00018.html mgp00018.idx.jpg mgp00018.jpg 
	                 mgp00018.txt mgp00019.html mgp00019.idx.jpg 
	                 mgp00019.jpg mgp00019.txt mgp00020.html 
	                 mgp00020.idx.jpg mgp00020.jpg mgp00020.txt 
	                 mgp00021.html mgp00021.idx.jpg mgp00021.jpg 
	                 mgp00021.txt mgp00022.html mgp00022.idx.jpg 
	                 mgp00022.jpg mgp00022.txt mgp00023.html 
	                 mgp00023.idx.jpg mgp00023.jpg mgp00023.txt 
	                 mgp00024.html mgp00024.idx.jpg mgp00024.jpg 
	                 mgp00024.txt mgp00025.html mgp00025.idx.jpg 
	                 mgp00025.jpg mgp00025.txt 

Log message:
put up bsdcan slides


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 13:16:50

ports/devel/chora/patches

Update of /cvs/ports/devel/chora/patches
In directory cvs.openbsd.org:/tmp/cvs-serv29639/patches

Log Message:
Directory /cvs/ports/devel/chora/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 13:18:36

Modified files:
	devel/chora    : Makefile 
Added files:
	devel/chora/patches: patch-diff.php patch-lib_CVSLib_Diff.php 

Log message:
security, bump to chora-1.2p1, check diff inputs


CVSROOT:	/cvs
Module name:	www
Changes by:	beck@cvs.openbsd.org	2004/06/12 14:44:14

Modified files:
	.              : donations.html 

Log message:
iMarket Direct, donation of a couple Compaq Pentium Pro SMP servers and some
SCSI gear


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/12 14:58:28

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
Revert 1.10 - there are still bad interactions between block_move_no_loop()
and the reload phase when compiling complex code, and the fix is non-trivial.


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/12 15:11:52

Removed files:
	textproc/p5-Test-Pod: Makefile distinfo 
	textproc/p5-Test-Pod/pkg: DESCR PLIST 

Log message:
Remove duplicate p5-Test-Pod.

ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/12 15:12:35

Modified files:
	textproc/p5-XML-Twig: Makefile 

Log message:
Depend on devel/p5-Test-Pod

ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/12 15:13:08

Modified files:
	textproc       : Makefile 

Log message:
-p5-Test-Pod

ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 15:45:34

Log message:
    initial import of findlib-1.0.4
    --
    findlib provides a scheme to manage reusable Objective Caml software
    components in the form of libraries, and includes tools that support
    this scheme.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-Jun-12
    
    N ports/sysutils/findlib/Makefile
    N ports/sysutils/findlib/distinfo
    N ports/sysutils/findlib/patches/patch-Makefile_config_pattern
    N ports/sysutils/findlib/pkg/PLIST
    N ports/sysutils/findlib/pkg/PFRAG.native
    N ports/sysutils/findlib/pkg/INSTALL
    N ports/sysutils/findlib/pkg/DESCR
    N ports/sysutils/findlib/pkg/DEINSTALL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 15:46:17

Modified files:
	sysutils       : Makefile 

Log message:
+findlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 15:53:50

Modified files:
	devel/chora    : Makefile distinfo 
	devel/chora/pkg: MESSAGE PLIST 
Removed files:
	devel/chora/patches: patch-diff.php patch-lib_CVSLib_Diff.php 

Log message:
update to chora-1.2.2, includes the security fixes from previous commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 16:03:13

Log message:
    initial import of ocaml-postgresql-1.3.3
    --
    This OCaml library provides an interface to PostgreSQL (tested with
    versions 7.0.2, 7.1.3 and 7.4.1), an efficient and reliable, open
    source, relational database.
    
    Almost all functionality available through the C-API (libpq) is
    replicated in a type-safe way. This library uses objects for
    representing database connections and results of queries.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-Jun-12
    
    N ports/databases/ocaml-postgresql/Makefile
    N ports/databases/ocaml-postgresql/distinfo
    N ports/databases/ocaml-postgresql/patches/patch-lib_Makefile
    N ports/databases/ocaml-postgresql/patches/patch-Makefile
    N ports/databases/ocaml-postgresql/patches/patch-OCamlMakefile
    N ports/databases/ocaml-postgresql/patches/patch-examples_dump_Makefile
    N ports/databases/ocaml-postgresql/patches/patch-examples_populate_Makefile
    N ports/databases/ocaml-postgresql/patches/patch-examples_prompt_Makefile
    N ports/databases/ocaml-postgresql/patches/patch-examples_prompt_gtk_Makefile
    N ports/databases/ocaml-postgresql/patches/patch-examples_test_lo_Makefile
    N ports/databases/ocaml-postgresql/pkg/PLIST
    N ports/databases/ocaml-postgresql/pkg/DESCR
    N ports/databases/ocaml-postgresql/pkg/PFRAG.native
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/12 16:03:58

Modified files:
	databases      : Makefile 

Log message:
+ocaml-postgresql


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/12 16:22:26

Modified files:
	sys/dev/ic     : siop_common.c siopvar_common.h 

Log message:
Add check for bp->b_bcount in siop_minphys() as other drivers have.

ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/12 16:22:44

Modified files:
	sbin/pfctl     : pfctl_table.c 

Log message:
Fix table add/replace commands with securelevel=2.
Reported by James J. Lippard. ok otto@


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/06/12 17:43:14

Modified files:
	.              : errata.html errata34.html security.html 

Log message:
add httpd issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 18:57:51

Modified files:
	net/ipv6calc/pkg: DESCR 
	emulators/BasiliskII/pkg: DESCR 

Log message:
better; f5813@sbcglobal.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 21:20:55

ports/www/mod_layout/patches

Update of /cvs/ports/www/mod_layout/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16206/patches

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 21:22:34

Added files:
	www/mod_layout/patches: patch-Makefile 

Log message:
-fPIC is required for building shared objects


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 21:25:17

Modified files:
	www/mod_mp3/patches: patch-configure 

Log message:
need -fPIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 22:02:36

Modified files:
	x11/golem/patches: patch-configure_in 
Added files:
	x11/golem/patches: patch-plugins_Makefile_plugin_in 

Log message:
- use -fPIC everywhere to build the plugins
- change an occurance of fpic to fPIC (linking)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/12 23:22:37

Modified files:
	editors/scintilla/patches: patch-gtk_makefile 

Log message:
another cute piece of software that forgets -fPIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/13 00:11:53

Modified files:
	audio/xmp/patches: patch-configure 
Added files:
	audio/xmp/patches: patch-src_xmms_Makefile 

Log message:
-fPIC for shared objects


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/13 00:47:32

Modified files:
	converters/libiconv/patches: patch-lib_Makefile_in 

Log message:
compile 3 objects that were previously missed for some reason, with -fPIC
this fixes x11/vlc on amd64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/13 01:01:30

Modified files:
	net/tightvnc/patches: 
	                      patch-Xvnc_programs_Xserver_include_servermd_h 

Log message:
a hack at an AMD64 config.
this now at least compiles


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 01:31:56

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c ioapic.c lapic.c machdep.c 
	                    mpbios.c 

Log message:
pretty print in dmesg -- when it is easier on the eyes glaring problems
jump out; art ok


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 02:14:06

Modified files:
	sys/kern       : Tag: SMP kern_lock.c 

Log message:
Change an XXX comment to a true statement


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 02:16:45

Modified files:
	sys            : Tag: SMP README.SMP 

Log message:
8bit clean


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 02:50:18

Modified files:
	sys/arch/hppa/dev: Tag: SMP power.c 
	sys/arch/hppa/hppa: Tag: SMP trap.c 
	sys/arch/mvme88k/dev: Tag: SMP vs.c 
	sys/dev/ic     : Tag: SMP siop_common.c siopvar_common.h 
	sys/dev/microcode/aic7xxx: Tag: SMP aicasm.c aicasm_macro_scan.l 
	                           aicasm_scan.l 
	sys/dev/usb    : Tag: SMP uhub.c 
	sys/kern       : Tag: SMP kern_exec.c 
	sys/miscfs/kernfs: Tag: SMP kernfs_vnops.c 
	sys/net        : Tag: SMP pf.c pf_ioctl.c pf_norm.c pf_table.c 
	                 pfvar.h 
	sys/netinet    : Tag: SMP in_pcb.h ip_carp.c 
	sys/netinet6   : Tag: SMP in6.h ip6_output.c raw_ip6.c 
	                 udp6_output.c 

Log message:
sync to HEAD


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/13 04:36:59

Modified files:
	math/grace     : Makefile distinfo 

Log message:
maintenance update to grace 5.1.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/13 06:25:08

Modified files:
	x11/icewm/patches: patch-Makefile_in patch-configure 
	                   patch-doc_icewm-7_html patch-src_Makefile_in 
	                   patch-src_default_h patch-src_themes_cc 
	                   patch-src_wmapp_cc patch-src_yapp_cc 

Log message:
- don't use CC as CXX, fixes build on sparc64
- sync patchfiles while here


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/13 06:53:24

Modified files:
	usr.bin/ssh    : dh.c dh.h kex.c kex.h kexdhc.c kexdhs.c 
	                 monitor.c myproposal.h ssh-keyscan.c 
	                 sshconnect2.c sshd.c 

Log message:
implement diffie-hellman-group14-sha1 kex method (trivial extension to
existing diffie-hellman-group1-sha1); ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/13 07:51:02

Modified files:
	regress/usr.bin/ssh: Makefile test-exec.sh 
Added files:
	regress/usr.bin/ssh: scp-ssh-wrapper.sh scp.sh 

Log message:
Add scp regression test; with & ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/13 08:01:42

Modified files:
	usr.bin/ssh    : ssh.1 ssh_config.5 sshd_config.5 

Log message:
List supported ciphers in man pages, tidy up ssh -c;
"looks fine" jmc@, ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/13 09:03:02

Modified files:
	usr.bin/ssh    : channels.c channels.h clientloop.c clientloop.h 
	                 includes.h readconf.c readconf.h scp.1 sftp.1 
	                 ssh.1 ssh.c ssh_config.5 
	usr.bin/ssh/lib: Makefile 
	usr.bin/ssh/sshd: Makefile 

Log message:
implement session multiplexing in the client (the server has supported this
since 2.0); ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/13 09:04:08

Modified files:
	regress/usr.bin/ssh: Makefile test-exec.sh 
Added files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
regress test for client multiplexing; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/13 09:16:54

Modified files:
	regress/usr.bin/ssh: test-exec.sh 

Log message:
remove duplicate setting of $SCP; spotted by markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 11:11:18

Modified files:
	usr.bin/sed    : compile.c 

Log message:
1-byte overflow; ryo@nerv.org, otto ok


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/13 11:12:42

Modified files:
	.              : errata.html errata34.html 

Log message:
typo correction.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/13 11:20:49

Modified files:
	fr             : donations.html errata.html errata34.html 
	                 events.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/13 11:30:27

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

Log message:
cy_attach improvements; ok art
- don't panic if you can't setup interrupts, just quit attach
- cleanup printf's, show a better error message


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/13 12:42:25

Modified files:
	sys/arch/i386/i386: Tag: SMP ioapic.c 

Log message:
Since ioapic redirection table entries are 64-bit it takes 2
memory writes to fill one. To do it atomically disable the entry first,
write high part then write low part.

ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/13 12:46:04

Modified files:
	sys/arch/i386/i386: Tag: SMP cpu.c lapic.c machdep.c 
	sys/arch/i386/include: Tag: SMP apicvar.h cpu.h cpuvar.h lock.h 
	                       mpbiosvar.h 

Log message:
un__Pee


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/13 12:49:02

Modified files:
	usr.bin/top    : display.c machine.c machine.h 

Log message:
Typos in comments and a redundant prototype. From Brian Poole via jmc@
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/13 13:52:57

Modified files:
	sys/dev/usb    : usbdevs umass_quirks.c 

Log message:
support iriver ifp-1xx thingies


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/13 13:53:27

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 15:49:29

Modified files:
	sys/arch/alpha/alpha: cpu.c genassym.cf locore.s pmap.c 
	sys/arch/alpha/include: cpu.h intr.h pmap.h 
	sys/arch/amd64/amd64: genassym.cf locore.S 
	sys/arch/amd64/include: cpu.h param.h 
	sys/arch/amd64/isa: isa_machdep.c 
	sys/arch/arm/arm: cpuswitch.S genassym.cf 
	sys/arch/hp300/include: cpu.h 
	sys/arch/hppa/hppa: genassym.cf locore.S 
	sys/arch/hppa/include: cpu.h 
	sys/arch/i386/compile: .cvsignore 
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 
	                    files.i386 
	sys/arch/i386/eisa: eisa_machdep.c eisa_machdep.h 
	sys/arch/i386/i386: apm.c autoconf.c bios.c db_interface.c gdt.c 
	                    genassym.cf locore.s machdep.c mainbus.c 
	                    microtime.s pctr.c pmap.c process_machdep.c 
	                    trap.c vm_machdep.c 
	sys/arch/i386/include: asm.h biosvar.h cpu.h cpufunc.h 
	                       db_machdep.h gdt.h intr.h npx.h param.h 
	                       pcb.h pmap.h proc.h segments.h types.h 
	sys/arch/i386/isa: clock.c icu.s isa_machdep.c mms.c npx.c 
	sys/arch/i386/pci: pci_intr_fixup.c pci_machdep.c 
	sys/arch/m88k/include: cpu.h 
	sys/arch/m88k/m88k: genassym.cf process.S 
	sys/arch/mac68k/include: cpu.h 
	sys/arch/macppc/macppc: genassym.cf locore.S 
	sys/arch/mvme68k/include: cpu.h 
	sys/arch/powerpc/include: cpu.h 
	sys/arch/sparc/include: cpu.h psl.h 
	sys/arch/sparc/sparc: genassym.cf locore.s 
	sys/arch/sparc64/include: cpu.h 
	sys/arch/sparc64/sparc64: genassym.cf locore.s 
	sys/arch/vax/include: cpu.h 
	sys/arch/vax/vax: genassym.cf subr.s 
	sys/compat/linux: linux_sched.c 
	sys/ddb        : db_command.c 
	sys/dev/isa    : aria.c gus.c gus_isa.c gus_isapnp.c if_hp.c 
	                 opti.c 
	sys/dev/pci    : cy82c693.c 
	sys/kern       : init_main.c kern_clock.c kern_exit.c 
	                 kern_fork.c kern_ktrace.c kern_lock.c 
	                 kern_proc.c kern_resource.c kern_sig.c 
	                 kern_subr.c kern_synch.c kern_sysctl.c 
	                 kern_time.c subr_pool.c subr_prf.c 
	                 sys_generic.c sys_process.c tty.c 
	sys/net        : netisr_dispatch.h 
	sys/sys        : kernel.h lock.h proc.h sched.h signalvar.h 
	                 simplelock.h systm.h 
	sys/uvm        : uvm_meter.c 
Added files:
	sys/arch/i386/conf: GENERIC.MP 
	sys/arch/i386/i386: apic.c apicvec.s cpu.c db_mp.c ioapic.c 
	                    ipifuncs.c lapic.c lock_machdep.c mpbios.c 
	                    mptramp.s vector.s 
	sys/arch/i386/include: apicvar.h atomic.h cpuvar.h i82093reg.h 
	                       i82093var.h i82489reg.h i82489var.h 
	                       i8259.h intrdefs.h lock.h mp.h 
	                       mpbiosreg.h mpbiosvar.h 
	sys/sys        : mplock.h 
Removed files:
	sys/arch/i386/isa: icu.h vector.s 

Log message:
debranch SMP, have fun


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 15:52:08

Modified files:
	sys/kern       : init_sysent.c syscalls.c vnode_if.c 
	sys/sys        : syscall.h syscallargs.h vnode_if.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 16:00:50

Modified files:
	distrib/miniroot: install.sub 

Log message:
if bsd.mp exists... let a user install it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 16:05:15

Modified files:
	etc/etc.i386   : Makefile.inc 

Log message:
build bsd.md, and put it into the snaps


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 16:12:45

Modified files:
	sys/dev/pci    : Tag: SMP cy_pci.c 
	sys/dev/usb    : Tag: SMP usbdevs 

Log message:
Make the branch reflect the trunk at the debranch instant


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/13 16:13:08

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 17:01:09

Modified files:
	lib/libkvm     : kvm_proc.c 

Log message:
temporary tree building workaround until millert shows  up


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 18:06:32

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

Log message:
knock out some useless crud


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/06/13 18:18:58

Modified files:
	openssh        : users.html 

Log message:
Add Digi CM Console Servers, reported by jason.kau at gtri.gatech.edu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 18:32:31

Modified files:
	sys/net        : radix_mpath.h 
	sys/arch/amd64/pci: pchb.c 
	sys/arch/hppa/include: loadfile_machdep.h 
	sys/arch/hppa/stand/boot: exec.c 
	sys/arch/hppa/stand/cdboot: cdboot.c 
	sys/arch/macppc/dev: mediabay.c 
	sys/arch/macppc/include: z8530var.h 

Log message:
de-__P


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 18:38:02

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

Log message:
let vmstat -i still work on older kernels; spotted by tholo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 18:39:33

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

Log message:
remove debug message


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/13 18:44:47

Modified files:
	sys/dev/pci    : ahd_pci.c 
	sys/dev/ic     : aic79xx.h 

Log message:
Remove unused descriptive name strings. We use the names the devices return.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 18:49:29

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 19:07:30

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/13 19:14:19

Modified files:
	distrib/sets/lists/base: md.i386 mi 
	distrib/sets/lists/comp: md.i386 mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/13 19:44:39

Modified files:
	usr.bin/ssh    : channels.c clientloop.c misc.c misc.h packet.c 
	                 ssh-agent.c ssh-keyscan.c sshd.c 

Log message:
set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/13 21:46:46

Modified files:
	lib/libkvm     : kvm_proc.c 

Log message:
Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/13 22:06:37

Modified files:
	x11/qt3/pkg    : PFRAG.no-mt 

Log message:
rcs id


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/13 23:06:20

Modified files:
	news/leafnode  : Makefile distinfo 
	news/leafnode/patches: patch-INSTALL patch-Makefile_in 
	                       patch-configure 

Log message:
update to leafnode 1.10.0

from maintainer rohee@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/13 23:24:04

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
spelling


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/14 01:10:46

Modified files:
	net/mtr        : Makefile distinfo 

Log message:
update IPv6 patch


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/06/14 02:26:49

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
Calculate optp (pointer to beginning of TCP options) based on th, not
mtod(m), since the previous IP6_EXTHDR_GET() only guarantees this part
to be continuous. Report from Andreas Bartelt. ok markus@, itojun@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/14 03:55:42

Modified files:
	sbin/isakmpd   : cert.c conf.c connection.c crypto.c dnssec.c 
	                 exchange.c field.c hash.c if.c ike_auth.c 
	                 ike_main_mode.c ike_phase_1.c ike_quick_mode.c 
	                 ipsec.c isakmp_cfg.c isakmp_doi.c isakmpd.c 
	                 key.c log.c math_2n.c math_group.c message.c 
	                 monitor.c pf_key_v2.c policy.c timer.c 
	                 transport.c udp.c util.c x509.c 

Log message:
KNF, style, 80c, etc. hshoexer@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/14 04:04:22

Modified files:
	sbin/isakmpd   : message.c 

Log message:
added a missing message_free().

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/06/14 06:11:44

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

Log message:
DEBUG does not set INSTALL_STRIP to -s per default,
not STRIP which is the `strip' binary;
okay espie@.


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/06/14 06:57:02

Modified files:
	sys/arch/luna88k/include: board.h 
	sys/arch/luna88k/luna88k: disksubr.c machdep.c pmap_table.c 

Log message:
Added some codes that check if the machine is LUNA-88K or LUNA-88K2
and retrieve the boot device information from NVRAM.
Only works on LUNA-88K2 at this moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/14 07:33:41

Modified files:
	usr.sbin/tcpdump: README 

Log message:
Fix tcpslice ftp URL. From f5813 at sbcglobal dot net.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/14 07:53:31

Modified files:
	sbin/isakmpd   : conf.c ike_auth.c x509.c 

Log message:
avoid stat before open

ok ho@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/06/14 08:35:25

Modified files:
	.              : donations.html 

Log message:
ISC donated anoncvs1.usa


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/14 09:07:37

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

Log message:
Make _dl_malloc() deal with allocations > 4096 correctly.  Also place
unused memory chunks on the free list when making a large allocation.
OK drahn@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/14 09:47:21

Modified files:
	faq            : faq6.html 

Log message:
PXE booting can be started by floppy sometimes, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/14 11:11:46

Modified files:
	usr.sbin/user  : user.8 useradd.8 usermgmt.conf.5 usermod.8 

Log message:
Document where we diverge from other implementations (due to different
fields in passwd(5)).  OK otto@ a while ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/14 11:18:14

Modified files:
	share/man/man4/man4.i386: elansc.4 

Log message:
Add gpio@elansc to SYNOPSIS.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/14 11:59:54

Modified files:
	.              : i386.html 

Log message:
SMP is here!  ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/14 12:02:27

Modified files:
	x11/gtkmm      : Makefile 

Log message:
USE_LIBTOOL=Yes which brings a newer version of libtool which picks the
proper PIC version of libgcc for linking


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/14 12:14:47

Modified files:
	graphics/xmms-kj/patches: patch-makefile 

Log message:
module requires position-independent code


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/14 12:21:31

Modified files:
	usr.bin/du     : Makefile du.c 

Log message:
- use fmt_scaled(3) instead of home grown function to print -h numbers
- do not use a linear list to keep track of inodes with link count > 2,
use a red & black tree. Based on freebsd code that uses auto-sizing
hash maps; this tree version by canacar@.

ok millert@ canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/14 12:26:33

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

Log message:
Teach patch(1) to detect if a diff creating a file (or one adding
lines to an empty file) already has been applied; be a bit less
chatty about empty contexts. Testing hshoexer@ ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/14 12:38:08

Modified files:
	faq            : truetype.html 

Log message:
Much needed update, from Jared Yanovich (phirerunner at comcast dit net)
Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/14 12:40:23

Modified files:
	regress/usr.bin/patch: Makefile t3.out 

Log message:
Correct test case 3 now that patch(1) is a bit smarter about empty files.


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/06/14 13:22:40

Modified files:
	usr.sbin/pppoe : client.c 

Log message:
Set relay session id in outgoing packets properly. Report with patch
from Girish Venkatachalam. ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/14 13:57:15

Modified files:
	.              : i386.html 

Log message:
wrong link.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/14 14:21:00

Modified files:
	.              : i386.html 

Log message:
clarify things a bit and update a dead link. ok nick@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/14 14:27:34

Modified files:
	fr             : donations.html i386.html 
	openssh/fr     : users.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/14 14:38:19

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

Log message:
Use new ioctls. ok beck@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/14 14:44:22

Modified files:
	sbin/pfctl     : pfctl.h pfctl_radix.c 

Log message:
Remove unused functions. ok beck@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/14 14:53:28

Modified files:
	sys/net        : pfvar.h pf_ioctl.c 

Log message:
Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS,
DIOCRINABEGIN, DIOCRINACOMMIT ioctls.
Use DIOCXBEGIN/DIOCXCOMMIT/DIOCXROLLBACK instead.
ok beck@ dhartmei@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/14 14:55:54

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

Log message:
Remove obsolete ioctls. ok beck@ dhartmei@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/14 16:58:30

Modified files:
	converters/playfair: Makefile 
Added files:
	converters/playfair/patches: patch-src_cli_Makefile_in 

Log message:
use CXX for linking; fixes build with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/14 17:14:25

Modified files:
	sysutils/gkrellm/gkrellm/pkg: DESCR 
	sysutils/gkrellm/plugins/stock/pkg: DESCR 

Log message:
better; based on f5813@sbcglobal.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/14 20:19:56

Modified files:
	x11/mplayer    : Makefile 

Log message:
don't try to use AltiVec if gcc3 is detected since gcc3 (3.3.x) has broken
AltiVec support.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/14 21:52:59

Modified files:
	lib/libkvm     : kvm.c kvm_alpha.c kvm_amd64.c kvm_arm.c 
	                 kvm_file.c kvm_getloadavg.c kvm_hppa.c 
	                 kvm_i386.c kvm_m68k.c kvm_m88k.c kvm_powerpc.c 
	                 kvm_proc.c kvm_sparc.c kvm_sparc64.c kvm_vax.c 

Log message:
knf; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/14 22:03:20

Modified files:
	sys/netinet6   : in6.c 

Log message:
avoid creating multiple multicast filter entry for the same group.
notified from Patrick Latifi, deraadt ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/14 22:06:26

Modified files:
	infrastructure/db: config.guess config.sub 

Log message:
sync with CVS as of today, adds luna88k and removes pegasos.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/14 23:44:45

Modified files:
	sys/arch/sparc64/sparc64: ofw_machdep.c 

Log message:
fix some printf's

From: Brian Poole <raj at cerias dot purdue dot edu>

ok henric@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/14 23:45:04

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

Log message:
missed one unset_nonblock; spotted by Tim Rice


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/15 00:17:03

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/pkg: PFRAG.shared 

Log message:
upgrade to libxml2 2.6.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/15 00:27:05

Modified files:
	net/p5-Net-IRC : Makefile distinfo 
	net/p5-Net-IRC/pkg: PLIST 

Log message:
update to 0.75


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/15 01:57:52

Modified files:
	sysutils/e2fsprogs/patches: patch-lib_Makefile_elf-lib 

Log message:
don't pass soname


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/15 03:53:13

Modified files:
	net/py-curl    : Makefile distinfo 

Log message:
update to py-curl-7.12; okay shell@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/15 07:53:47

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c m88k.h m88k.md 

Log message:
Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..).
No functional change, it's just faster.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/15 09:53:14

Modified files:
	sbin/isakmpd   : ike_quick_mode.c isakmp_cfg.c 

Log message:
also use MSG_AUTHENTICATED flag.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/15 10:55:38

Modified files:
	sbin/route     : show.c 

Log message:
do not crash on 'route flush'


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/15 11:10:33

Modified files:
	sbin/route     : show.c 

Log message:
Cleanup last commit here:
- pass netname4() a struct sockaddr_in * and check it for NULL
- netname6() already deals with NULL mask so remove unneeded check in netname()
OK deraadt@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/06/15 11:19:15

XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-cats

Update of /cvs/XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-cats
In directory cvs.openbsd.org:/cvs.d/hack/todd/x/XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-cats

Log Message:
Directory /cvs/XF4/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-cats added to the repository


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/06/15 11:19:48

Added files:
	xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-cats: 
	                                                         host.def 

Log message:
needed for building X on cats


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/15 11:31:35

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

Log message:
grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/15 12:32:22

Modified files:
	security/cfs   : Makefile distinfo 
	security/cfs/patches: patch-Makefile patch-cfs_c patch-cfs_des_c 
	                      patch-cfs_fh_c patch-cfsd_8 
	security/cfs/pkg: PLIST 
Added files:
	security/cfs/patches: patch-cattach_c patch-cdetach_c 
	                      patch-netbsd_make_with_bad_rpcgen 
	security/cfs/pkg: DEINSTALL INSTALL MESSAGE 
Removed files:
	security/cfs/patches: patch-bf_tab_h patch-make_with_bad_rpcgen 
	                      patch-truerand_c 

Log message:
update to cfs 1.4.1

CFS was actually broken since at least 3.2 or so, but should work now
again on 32-bit archs. 64-bit archs are still broken and won't be
fixed anytime soon.

I also set PERMIT_*=Yes, as the "no fee" part of the license is clearly
due to bad english.

xsa@ helped testing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/15 13:19:03

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

Log message:
export actual xcrypt feature set bitmask


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/15 13:58:24

Modified files:
	pt             : donations.html errata.html errata34.html 
	                 ftp.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/15 15:12:32

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

Log message:
Be more careful about what value we check for crypto capability bits
if the first cpuid returns too low a number.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/15 17:36:56

Modified files:
	sys/arch/i386/i386: autoconf.c machdep.c via.c 
	sys/arch/i386/include: specialreg.h 

Log message:
first parts of how C3 Esther will be handled; ok tom


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/15 17:41:50

Modified files:
	lib/libssl/src/crypto/engine: hw_cryptodev.c 

Log message:
machdep.xcrypt now has a different meaning: Instead of > 0 indicating
that AES is there, we now have 3 flag bits: C3_HAS_AES, C3_HAS_SHA
(SHA1 & SHA256), and C3_HAS_MM (RSA).  Change this code to only look
at C3_HAS_AES for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/15 17:59:11

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

Log message:
knf


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/15 18:10:38

Modified files:
	www/mod_security: Makefile 

Log message:
substitute PKGNAME; from Morten Liebach <m at mongers.org>


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/06/15 18:14:19

Modified files:
	.              : index.html 
	openssh        : index.html 

Log message:
new web mirror in Argentina


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/06/15 18:37:24

Modified files:
	.              : ftp.html 
	openssh        : ftp.html portable.html 

Log message:
new mirrors in Argentina, Belgium, and Russia


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/06/15 18:43:31

Modified files:
	distrib/notes  : mirrors 

Log message:
new mirrors in Argentina, Belgium, and Russia
(sync with rev 1.276 of www/ftp.html)


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/06/15 19:06:19

Modified files:
	.              : security.html 

Log message:
HTML validation cleanup mostly from Alexander "grunk" von Gernler via matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/15 20:09:56

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

Log message:
handle zero division for userland as well; from otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/15 20:38:24

Modified files:
	sys/netinet6   : in6_var.h 

Log message:
missing paren in macro def.  Patrick Latifi


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/15 23:04:37

Modified files:
	sysutils/e2fsprogs/patches: patch-lib_Makefile_elf-lib 

Log message:
pic flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/15 23:19:13

Modified files:
	sysutils/e2fsprogs: Makefile 
	sysutils/e2fsprogs/pkg: PLIST 

Log message:
headers


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/15 23:45:54

Modified files:
	textproc/libxslt: Makefile distinfo 
	textproc/libxslt/pkg: PFRAG.shared 

Log message:
update to 1.1.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/16 04:40:45

Modified files:
	net/GeoIP      : Makefile 
	www/mod_geoip  : Makefile 
	www/mod_mp3    : Makefile 
	www/mod_log_sql: Makefile 

Log message:
drop maintainership for stuffs I do not regularly use anymore;


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/16 05:47:36

Modified files:
	sbin/route     : show.c 

Log message:
Fix -S flag with new show code. ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/16 07:15:09

Modified files:
	regress/usr.bin/ssh: scp.sh 

Log message:
Make scp -r tests use diff -rN not cmp (which won't do dirs.  ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/16 07:16:40

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Silence multiplex sftp and scp tests.  ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/16 09:05:37

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
fix ipv6-address and ipv6-address-mask mixup.
Found by Patrick Latifi.  Thanks!

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/16 09:08:20

Modified files:
	sbin/isakmpd   : util.c 

Log message:
Fix wrong pointer dereference and plug memleak.  Found and patch by
Patrick Latifi.  Thanks!

ok ho@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/06/16 10:04:13

Modified files:
	xc/config/cf   : Imake.cf OpenBSD.cf 
	xc/programs/Xserver/hw/xfree86/loader: xf86sym.c 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: arm_video.c 
	                                               bsdResource.c 
	xc/programs/Xserver/hw/xfree86/os-support/bus: Imakefile Pci.h 
Added files:
	distrib/notes  : README.cats 
	distrib/sets/lists/xbase: md.cats 
	distrib/sets/lists/xserv: md.cats 
	distrib/sets/lists/xshare: md.cats 

Log message:
add cats support from drahn@ (thanks!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/16 11:21:09

Modified files:
	net/cidr       : Makefile 

Log message:
need to specify WRKDIST, not WRKSRC, fixes update-patches
remove MAINTAINER as requested by MAINTAINER


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/06/16 11:54:54

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/16 12:01:39

ports/net/cidr/patches

Update of /cvs/ports/net/cidr/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20990/patches

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


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/16 12:07:53

Added files:
	net/cidr/patches: patch-cidr_c 

Log message:
fix incorrect uses of strncpy (strings were not being null terminated)
and replace with strlcpy; found with malloc.conf
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/16 12:14:13

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
export cpu# instead of apid#; art ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/16 12:20:56

Modified files:
	gnu/usr.bin/binutils/opcodes: i386-dis.c 

Log message:
grok 4 new instructions which will show up in VIA C3 Esther, which
isn't that far away...  xcrypt-ctr (AES ctr mode), montmul (montgomery
multiply for 800 RSA sign/sec at 1024bit), and xsha1/xsha256 too.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/16 12:22:20

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

Log message:
db_mp.c requires ddb

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/16 12:23:05

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

Log message:
Missing ifdef DDB

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/16 12:24:23

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

Log message:
Use i386_ipi_db only with DDB

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2004/06/16 12:27:26

Modified files:
	sys/arch/i386/include: intr.h 

Log message:
We need __splbarrier to compile kernel, tho it should be
replaced with a real gcc barrier.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/06/16 14:51:00

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
+ nVidia Geforce4 Ti 4200 Go + typo. Ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/06/16 14:52:03

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

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/06/16 15:35:37

Modified files:
	sys/netinet    : if_ether.h 

Log message:
make safe for inclusion in C++ code; ok millert@, deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	pedro@cvs.openbsd.org	2004/06/16 16:23:18

Modified files:
	.              : vax.html 

Log message:
useable -> usable, ok jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/16 16:30:08

Modified files:
	usr.bin/last   : last.1 last.c 

Log message:
Add a new -n option that replaces the old -number option (which now
only exists for backwards compat).
Based on a diff from robert@; OK robert@ and deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/16 16:59:12

Modified files:
	audio/madplay  : Makefile distinfo 

Log message:
maintenance update to 0.15.2b


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/16 18:30:08

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

Log message:
use local var copy of frame->tf_iir everywhere and fix one panic


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/16 18:34:58

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

Log message:
ldcw does a store too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/16 18:37:24

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

Log message:
pretty cpu spinup message


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/16 22:47:50

Modified files:
	devel/swig     : Makefile distinfo 
	devel/swig/pkg : PFRAG.shared PLIST PLIST-examples 
Added files:
	devel/swig/patches: patch-Makefile_in 
Removed files:
	devel/swig/patches: patch-Tools_ltconfig patch-Tools_ltmain_sh 

Log message:
update to swing 1.3.21


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/16 23:40:32

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

Log message:
fix coalescing config writes errata


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/16 23:51:59

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Remove datafile between and after tests, kill sshd rather than wait; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/17 00:00:05

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Use  and  for test data rather than hard-coded paths; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/17 00:06:18

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

Log message:
reset both irr's; put a barrier upon imr reset such that icr is reset properly and do it once


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/17 00:19:06

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Add small description of failing test to failure message; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/17 00:39:06

Modified files:
	x11/rxvt       : Makefile distinfo 
	x11/rxvt/patches: patch-rclock_feature_h patch-src_command_c 
Added files:
	x11/rxvt/patches: patch-src_Makefile_in 
	x11/rxvt/pkg   : MESSAGE 

Log message:
update to rxvt 2.7.10.
ok ish@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/17 03:43:55

Modified files:
	sys/netinet6   : in6.c 

Log message:
correct multicast handling for special groups (like solicited node multicast).
from jinmei@kame


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/17 05:21:43

Added files:
	sysutils/cfengine: Makefile distinfo 
	sysutils/cfengine/patches: patch-configure patch-doc_Makefile_in 
	                           patch-inputs_Makefile_in 
	                           patch-pub_getopt_c patch-src_2Dlist_c 
	                           patch-src_cfagent_c 
	                           patch-src_cfenvd_c 
	                           patch-src_cfenvgraph_c 
	                           patch-src_cfexecd_c patch-src_cfkey_c 
	                           patch-src_cflex_l_in 
	                           patch-src_cfrun_c patch-src_cfservd_c 
	                           patch-src_comparray_c 
	                           patch-src_crypto_c patch-src_do_c 
	                           patch-src_edittools_c 
	                           patch-src_eval_c patch-src_filedir_c 
	                           patch-src_filenames_c 
	                           patch-src_filters_c 
	                           patch-src_functions_c 
	                           patch-src_granules_c 
	                           patch-src_ifconf_c patch-src_image_c 
	                           patch-src_init_c patch-src_install_c 
	                           patch-src_item-ext_c 
	                           patch-src_item-file_c 
	                           patch-src_item_c patch-src_link_c 
	                           patch-src_locks_c patch-src_macro_c 
	                           patch-src_methods_c patch-src_misc_c 
	                           patch-src_modes_c patch-src_modules_c 
	                           patch-src_mount_c 
	                           patch-src_nameinfo_c 
	                           patch-src_package_c patch-src_parse_c 
	                           patch-src_patches_c patch-src_popen_c 
	                           patch-src_process_c patch-src_proto_c 
	                           patch-src_prototypes_h 
	                           patch-src_repository_c 
	                           patch-src_sensible_c 
	                           patch-src_sockaddr_c patch-src_tidy_c 
	                           patch-src_varstring_c 
	                           patch-src_wrapper_c 
	sysutils/cfengine/pkg: DEINSTALL DESCR PLIST 

Log message:
revive cfengine port

this is version 2.1.6, from and maintained by
William Yodlowsky <bsd at openbsd.rutgers.edu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/17 05:22:34

Modified files:
	sysutils       : Makefile 

Log message:
+cfengine


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/17 05:27:48

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

Log message:
betterer swapdev


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/17 08:52:48

Modified files:
	usr.bin/ssh    : clientloop.c clientloop.h ssh.c 

Log message:
support environment passing over shared connections; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/17 08:53:27

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
shared connection env passing regress test


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/17 09:10:14

Modified files:
	usr.bin/ssh    : clientloop.c misc.h readconf.c readpass.c ssh.c 
	                 ssh_config.5 

Log message:
Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening
shared connections; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/17 12:09:33

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

Log message:
err on calloc failure; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/17 13:15:27

Modified files:
	usr.sbin/ntpd  : log.c 

Log message:
provide log_sockaddr, from bgpd


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/17 13:17:48

Modified files:
	usr.sbin/ntpd  : Makefile ntp.c ntp.h ntpd.c ntpd.h parse.y 
Added files:
	usr.sbin/ntpd  : client.c 

Log message:
provide most of the client functionality.
hook the descriptors into the main poll and such.
we're not doing anything with the reply we recive yet, tho.

mostly hacked on the Frankfurt->Montreal flight, as batteries and those
horrible air canada seats permitted...


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/17 13:32:06

Modified files:
	sbin/isakmpd   : x509.c 

Log message:
Evaluate result of X509_verify_cert() more carefully.

ok cloder@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/17 13:36:37

Modified files:
	sbin/isakmpd   : udp.c 

Log message:
Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi.
Thanks!

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/17 13:39:38

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
Yet another bunch of memleask found and fixed by Patrick Latifi.  Thanks!

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/17 13:40:03

Modified files:
	usr.sbin/bgpctl: parser.c 

Log message:
print '<cr>' instead of '(nothing)' when we hit the end token in the
context-dependent usage help


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2004/06/17 15:43:14

Modified files:
	etc            : changelist 

Log message:
backup isakmpd keys too
ok msf@ hshoexer@ krw@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/17 16:09:11

Modified files:
	usr.bin/at     : at.c parsetime.c privs.h 

Log message:
Remove trailing whitespace and, for printf, uid/gid are unsigned


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/17 16:11:55

Modified files:
	usr.sbin/cron  : atrun.c config.h cron.c cron.h crontab.1 
	                 crontab.5 crontab.c database.c do_command.c 
	                 entry.c env.c externs.h funcs.h globals.h job.c 
	                 macros.h misc.c pathnames.h structs.h user.c 

Log message:
UUpdate ISC copyright year to 2004
Remove unused macros Skip_Line and MkLower
Remove trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/17 17:56:58

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

Log message:
sync usage() and SYNPOSIS with connection sharing changes


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/17 22:11:24

Added files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
bloody attempt at a manpage


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/17 22:48:12

Modified files:
	usr.sbin/ntpd  : Makefile 

Log message:
ewps, add ntpd.conf.5


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/17 22:51:31

Modified files:
	usr.sbin/ntpd  : ntp.c ntpd.h server.c 

Log message:
size struct pollfd and idx2peer dynamically instead of imposing an arbitary
limit on OPEN_MAX, modeled after bgpd


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/18 00:13:25

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

Log message:
Use execvp instead of execv so sftp -S ssh works.  "makes sense" markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/18 00:15:52

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Use -S for scp/sftp to force the use of the ssh being tested.  ok djm@,markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/18 01:23:50

Modified files:
	usr.bin/diff   : diffreg.c 

Log message:
If a new hunk immediately follows the previous one, merge them
into a single hunk. This makes diff produce the same diff as gdiff
in more cases. Found by brad@ and sturm@ using the ports tree.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/18 02:02:19

Modified files:
	gnu/usr.bin/cvs/man: cvs.5 

Log message:
tagortag -> tag or tag. From Fabio Olive Leite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/18 02:48:35

Modified files:
	sysutils/gkrellm/gkrellm: Makefile distinfo 
	sysutils/gkrellm/gkrellm/patches: patch-Makefile 
	                                  patch-server_Makefile 
	sysutils/gkrellm/plugins/bgchg: Makefile distinfo 

Log message:
update gkrellm to 2.2.1 and update the bgchg plugin to 0.1.0;
From MAINTAINER Peter Hessler <phessler@theapt.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/18 04:40:19

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

Log message:
delay signal handler setup until we have finished talking to the master.
allow interrupting of setup (e.g. if master is stuck); ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/18 04:55:43

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

Log message:
trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/18 05:11:54

Modified files:
	usr.bin/ssh    : channels.c clientloop.c 

Log message:
clientloop.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/18 07:53:42

Log message:
    Initial import of wtf-20040124
    
    The wtf utility displays the expansion of the acronyms
    specified on the command line. If the acronym is unknown,
    wtf will check to see if the acronym is known by the
    whatis(1) command.
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jun-18
    
    N ports/games/wtf/Makefile
    N ports/games/wtf/distinfo
    N ports/games/wtf/pkg/PLIST
    N ports/games/wtf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/18 07:54:19

Modified files:
	games          : Makefile 

Log message:
+wtf


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/18 08:49:23

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Avlab 4 Serial puc


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/18 08:49:43

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/18 08:54:09

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

Log message:
Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/06/18 10:24:19

Modified files:
	www/mod_auth_radius: Makefile distinfo 
	www/mod_auth_radius/pkg: MESSAGE 

Log message:
mod_auth_radius-1.5.7
finally start using versioned distfiles


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/18 11:00:51

Modified files:
	lang/scm       : Makefile 

Log message:
busted on sparc too


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/18 11:04:16

Modified files:
	sbin/route     : route.8 

Log message:
Make this better reflect reality; OK and with help from Cedric


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/18 11:52:25

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

Log message:
Unbreak handling of standard diffs (which have an empty context).

ok @millert


CVSROOT:	/cvs
Module name:	www
Changes by:	pedro@cvs.openbsd.org	2004/06/18 12:36:13

Modified files:
	.              : alpha.html hp300.html macppc.html mvme68k.html 
	                 plat.html plus22.html plus25.html plus27.html 
	                 sparc.html sparc64.html 

Log message:
yet more useable -> usable, ok jolan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/18 12:56:52

Log message:
    Initial import of transcode 0.6.12
    
    transcode is a text console video-stream processing tool.
    It supports elementary video and audio frame transformations.
    Some example modules are included to enable import of MPEG-1/2,
    Digital Video, and other formats. It also includes export
    modules for writing to AVI files with DivX, OpenDivX, XviD,
    Digital Video or other codecs. Direct DVD transcoding is also
    supported. A set of tools is available to extract and decode
    the sources into raw video/audio streams for import and to
    enable post-processing of AVI files.
    
    from Waldemar Brodkorb and Jacob Meuser, maintained by
    Waldemar Brodkorb <wbx at openbsd.de>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jun-18
    
    N ports/graphics/transcode/Makefile
    N ports/graphics/transcode/distinfo
    N ports/graphics/transcode/patches/gcc-filter_yuvdenoise_Makefile_in
    N ports/graphics/transcode/patches/patch-bbmpeg_Makefile_in
    N ports/graphics/transcode/patches/patch-import_nuv_rtjpeg_aud_plugin_c
    N ports/graphics/transcode/patches/patch-import_nuv_rtjpeg_vid_plugin_c
    N ports/graphics/transcode/patches/patch-import_iodump_c
    N ports/graphics/transcode/patches/patch-src_iodir_c
    N ports/graphics/transcode/patches/patch-import_ioaux_c
    N ports/graphics/transcode/patches/patch-export_export_xvid2_c
    N ports/graphics/transcode/patches/patch-src_dl_loader_c
    N ports/graphics/transcode/patches/patch-src_filter_c
    N ports/graphics/transcode/patches/patch-aclocal_m4
    N ports/graphics/transcode/patches/patch-import_import_divx_c
    N ports/graphics/transcode/patches/patch-import_import_xvid_c
    N ports/graphics/transcode/patches/patch-filter_yuvdenoise_mjpeg_types_h
    N ports/graphics/transcode/patches/patch-tools_tcmodinfo_c
    N ports/graphics/transcode/patches/patch-configure_in
    N ports/graphics/transcode/patches/patch-bbmpeg_main_h
    N ports/graphics/transcode/patches/patch-ffmpeg_libavcodec_mem_c
    N ports/graphics/transcode/patches/patch-src_zoom_c
    N ports/graphics/transcode/patches/patch-export_export_xvid3_c
    N ports/graphics/transcode/patches/patch-aclib_Makefile_in
    N ports/graphics/transcode/patches/patch-aclib_cputest_c
    N ports/graphics/transcode/patches/patch-acinclude_m4
    N ports/graphics/transcode/patches/patch-avilib_avilib_c
    N ports/graphics/transcode/patches/patch-bbmpeg_resize_c
    N ports/graphics/transcode/patches/patch-export_af6_aux_cpp
    N ports/graphics/transcode/patches/patch-import_decode_xvid_c
    N ports/graphics/transcode/patches/patch-import_extract_ac3_c
    N ports/graphics/transcode/patches/patch-export_export_divx5_c
    N ports/graphics/transcode/patches/patch-export_export_divx5raw_c
    N ports/graphics/transcode/patches/patch-import_extract_mxf_c
    N ports/graphics/transcode/patches/patch-filter_deinterlace_c
    N ports/graphics/transcode/patches/patch-import_extract_ogm_c
    N ports/graphics/transcode/patches/patch-import_import_avi_c
    N ports/graphics/transcode/patches/patch-filter_filter_29to23_c
    N ports/graphics/transcode/patches/patch-filter_filter_32drop_c
    N ports/graphics/transcode/patches/patch-filter_filter_cut_c
    N ports/graphics/transcode/patches/patch-filter_filter_detectclipping_c
    N ports/graphics/transcode/patches/patch-filter_filter_detectsilence_c
    N ports/graphics/transcode/patches/patch-import_decode_a52_c
    N ports/graphics/transcode/patches/patch-filter_filter_logo_c
    N ports/graphics/transcode/patches/patch-filter_filter_modfps_c
    N ports/graphics/transcode/patches/patch-filter_filter_null_c
    N ports/graphics/transcode/patches/patch-filter_filter_skip_c
    N ports/graphics/transcode/patches/patch-filter_filter_slowmo_c
    N ports/graphics/transcode/patches/patch-filter_filter_smartyuv_c
    N ports/graphics/transcode/patches/patch-filter_filter_tc_video_c
    N ports/graphics/transcode/patches/patch-filter_filter_text_c
    N ports/graphics/transcode/patches/patch-filter_filter_unsharp_c
    N ports/graphics/transcode/patches/patch-filter_filter_yuy2toyv12_c
    N ports/graphics/transcode/patches/patch-filter_pp_postprocess_c
    N ports/graphics/transcode/patches/patch-filter_preview_display_c
    N ports/graphics/transcode/patches/patch-filter_preview_filter_pv_c
    N ports/graphics/transcode/patches/patch-filter_preview_pv_c
    N ports/graphics/transcode/patches/patch-filter_resample_st_h
    N ports/graphics/transcode/patches/patch-export_export_divx4raw_c
    N ports/graphics/transcode/patches/patch-import_decode_af6_c
    N ports/graphics/transcode/patches/patch-filter_subtitler_subtitler_h
    N ports/graphics/transcode/patches/patch-import_decode_dv_c
    N ports/graphics/transcode/patches/patch-export_export_divx4_c
    N ports/graphics/transcode/patches/patch-import_import_fraps_c
    N ports/graphics/transcode/patches/patch-import_import_lzo_c
    N ports/graphics/transcode/patches/patch-import_nuv_st_h
    N ports/graphics/transcode/patches/patch-libac3_bitstream_c
    N ports/graphics/transcode/patches/patch-tools_Makefile_in
    N ports/graphics/transcode/patches/patch-tools_avifix_c
    N ports/graphics/transcode/patches/patch-tools_aviindex_c
    N ports/graphics/transcode/patches/patch-tools_avimerge_c
    N ports/graphics/transcode/patches/patch-import_tcxmlcheck_c
    N ports/graphics/transcode/patches/patch-filter_filter_astat_c
    N ports/graphics/transcode/patches/patch-libac3_Makefile_in
    N ports/graphics/transcode/patches/patch-export_export_ac3_c
    N ports/graphics/transcode/patches/patch-libdvenc_Makefile_in
    N ports/graphics/transcode/patches/patch-ffmpeg_libavcodec_Makefile_in
    N ports/graphics/transcode/patches/patch-export_Makefile_in
    N ports/graphics/transcode/patches/patch-libvo_Makefile_in
    N ports/graphics/transcode/patches/patch-libioaux_Makefile_in
    N ports/graphics/transcode/patches/patch-bbmpeg_tcmplex_Makefile_in
    N ports/graphics/transcode/patches/patch-autotools_ltmain_sh
    N ports/graphics/transcode/patches/patch-config_h_in
    N ports/graphics/transcode/patches/patch-export_export_xvid4_c
    N ports/graphics/transcode/pkg/DESCR
    N ports/graphics/transcode/pkg/PLIST
    N ports/graphics/transcode/pkg/PFRAG.i386
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/18 12:58:09

Log message:
    Initial import dvdrip 0.50.18
    
    dvd::rip is a full featured DVD copy program written in
    Perl. It provides an easy to use but feature-rich Gtk+
    GUI to control almost all aspects of the ripping and
    transcoding process. It uses the widely known video
    processing swissknife transcode and many other
    Open Source tools.
    
    from Waldemar Brodkorb <wbx at openbsd.de>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jun-18
    
    N ports/graphics/dvdrip/Makefile
    N ports/graphics/dvdrip/distinfo
    N ports/graphics/dvdrip/pkg/DESCR
    N ports/graphics/dvdrip/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/18 12:59:59

Modified files:
	graphics       : Makefile 

Log message:
+dvdrip
+transcode


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/18 13:34:58

Modified files:
	usr.sbin/tcpdump: privsep_fdpass.c 

Log message:
simplify license, ok niels matthieu


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/18 14:31:31

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

Log message:
Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(),
fixes sending of jumbo frames.

ok henric@ drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/18 14:33:56

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

Log message:
Fix jumbo frames.
- Implement SIOCSIFMTU ioctl.
- Remove from the free list instead of the inuse list when allocating
jumbo buffers.
- Use TI_JUMBO_FRAMELEN as the size argument to bus_dmamap_create();


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/18 14:35:50

Modified files:
	etc/etc.alpha  : MAKEDEV.md 
	sys/arch/alpha/alpha: conf.c 

Log message:
Add /dev/crypto support.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/18 14:36:34

Modified files:
	etc/etc.alpha  : MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 

Log message:
Regen.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/18 14:42:35

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

Log message:
On architectures which have strict alignment, shift the entire mbuf chain by
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU).

ok henric@ (slightly different diff)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/18 15:33:42

Modified files:
	sys/arch/alpha/pci: sio_pic.c 

Log message:
Correct range validation in sio_iointr().


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2004/06/18 21:09:01

Modified files:
	.              : donations.html 

Log message:
Another donation.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2004/06/19 07:34:30

Modified files:
	usr.bin/make   : suff.c 

Log message:
avoid a null pointer dereference if the .DEFAULT target has no commands;
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/19 08:29:21

Modified files:
	sys/dev        : vnd.c 

Log message:
save curproc for further reference, otherwise we may end up in lockmgr()
with no process context. ok miod@. closes pr 3214.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/19 10:01:43

Modified files:
	sys/net        : if_media.h 

Log message:
starting TDM T1->E3->whatever media interface model we will attempt
to program to over the next week; thanks for feedback in developing
this from cedric, claudio, chris, alex


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/19 10:40:12

Added files:
	textproc/aspell/core/patches: patch-prog_compress_c 

Log message:
This patch fixes a buffer overflow in word-list-compress;

http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2

ok jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/19 12:24:15

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

Log message:
Remove unused and misleading defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/19 12:28:38

Modified files:
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/mvme88k/conf: files.mvme88k 
Added files:
	sys/arch/m88k/m88k: db_disasm.c db_sstep.c db_trace.c 
Removed files:
	sys/arch/luna88k/ddb: db_disasm.c db_sstep.c db_trace.c 
	sys/arch/mvme88k/ddb: db_disasm.c db_sstep.c db_trace.c 

Log message:
Share common ddb files accross m88k platforms.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/19 12:29:46

Modified files:
	sys/arch/luna88k/ddb: db_interface.c 

Log message:
No "machine prom" ddb command on the Luna.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/19 12:33:37

Modified files:
	sys/arch/luna88k/dev: if_le.c 

Log message:
Trim includes.


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/19 13:55:53

Modified files:
	sys/net        : radix_mpath.c radix_mpath.h route.c route.h 
	sbin/route     : keywords.c keywords.h keywords.sh route.8 
	                 route.c 

Log message:
require RTF_MPATH to enter a multipath route with RTM_ADD.
route(8) takes a new -mpath modifier to enter a multipath route.
requested deraadt@, ok itojun@ mcbride@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/19 14:00:20

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

Log message:
sync (RTF_MPATH).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:30:59

Modified files:
	mail/postfix/snapshot/pkg: PLIST 

Log message:
add missing files; from RD Thrush


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:38:24

Modified files:
	security/mhash : Makefile distinfo 
	security/mhash/pkg: PFRAG.shared 

Log message:
update to v0.9.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:38:35

Modified files:
	security/shash : Makefile distinfo 

Log message:
update to v0.2.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:42:30

Modified files:
	textproc/xml2rfc: Makefile distinfo 
	textproc/xml2rfc/pkg: PLIST 

Log message:
update to v1.24


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:47:18

Modified files:
	audio/rio500   : Makefile 

Log message:
drop MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:47:33

Modified files:
	misc/pi-address: Makefile 

Log message:
drop MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:51:30

Modified files:
	graphics/gifsicle: Makefile distinfo 
	graphics/gifsicle/pkg: PLIST 

Log message:
update to v1.40


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 14:52:34

Modified files:
	net/libbind    : Makefile distinfo 
	net/libbind/pkg: PFRAG.shared 

Log message:
update to libbind from BIND 9.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:00:45

Modified files:
	textproc/rxp   : Makefile distinfo 
	textproc/rxp/patches: patch-Makefile 

Log message:
update to v1.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:04:54

Modified files:
	security/scanssh: Makefile distinfo 
Removed files:
	security/scanssh/patches: patch-pcapu_c 

Log message:
update to v2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:16:29

Modified files:
	net/fping      : Makefile 

Log message:
fix MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:18:59

Modified files:
	net/smokeping  : Makefile distinfo 
	net/smokeping/patches: patch-bin_smokeping_dist 
	                       patch-htdocs_smokeping_cgi_dist 
	net/smokeping/pkg: PLIST 

Log message:
update to v1.30


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:20:10

Modified files:
	sysutils/usbutil: Makefile 

Log message:
drop MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:23:42

Modified files:
	www/transproxy : Makefile 

Log message:
update MASTER_SITES and HOMEPAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:26:36

Modified files:
	graphics/vcdimager: Makefile 

Log message:
drop MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:31:07

Modified files:
	net/echoping   : Makefile distinfo 

Log message:
update to v5.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:34:58

Modified files:
	net/flow-tools : Makefile distinfo 
	net/flow-tools/pkg: PLIST 
Removed files:
	net/flow-tools/patches: patch-src_flow-fanout_c 

Log message:
update to v1.66 (stable version)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:37:38

Modified files:
	net/arpwatch   : Makefile distinfo 

Log message:
update to v2.1a13


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 15:49:31

ports/sysutils/syslog-ng/patches

Update of /cvs/ports/sysutils/syslog-ng/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31253/patches

Log Message:
Directory /cvs/ports/sysutils/syslog-ng/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 16:16:23

Modified files:
	sysutils/syslog-ng: Makefile 
Added files:
	sysutils/syslog-ng: distinfo 
	sysutils/syslog-ng/patches: patch-src_Makefile_in 
	                            patch-src_afprogram_c 
	                            patch-src_macros_c 
	sysutils/syslog-ng/pkg: DESCR PLIST 
Removed files:
	sysutils/syslog-ng: Makefile.inc 
	sysutils/syslog-ng/development: Makefile distinfo 
	sysutils/syslog-ng/development/patches: patch-src_Makefile_in 
	                                        patch-src_afprogram_c 
	sysutils/syslog-ng/development/pkg: DESCR PLIST 
	sysutils/syslog-ng/stable: Makefile distinfo 
	sysutils/syslog-ng/stable/patches: patch-src_afprogram_c 
	sysutils/syslog-ng/stable/pkg: DESCR PLIST 

Log message:
update to v1.6.4
drop development version


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/19 16:19:34

Modified files:
	print/pdflib   : Makefile 

Log message:
drop MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/19 16:52:55

Modified files:
	textproc/aspell: Tag: OPENBSD_3_4 Makefile 
Added files:
	textproc/aspell/patches: Tag: OPENBSD_3_4 patch-prog_compress_c 

Log message:
This patch fixes a buffer overflow in word-list-compress;
bump PKGNAME;
http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/19 16:56:25

Modified files:
	textproc/aspell/core: Tag: OPENBSD_3_5 Makefile 
Added files:
	textproc/aspell/core/patches: Tag: OPENBSD_3_5 
	                              patch-prog_compress_c 

Log message:
This patch fixes a buffer overflow in word-list-compress;
bump PKGNAME;
http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/19 17:16:32

Modified files:
	textproc/aspell/core: Makefile 

Log message:
bump PKGNAME; ok brad@ jolan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/19 17:37:41

Modified files:
	audio/mpg123   : Makefile 

Log message:
remove hppa gcc2 optimization workaround


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/06/19 18:15:28

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200405.html 

Log message:
rotate, update


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/06/19 18:16:23

Modified files:
	.              : anoncvs.html cvsup.html cvsync.html 

Log message:
Update information for openbsd.informatik.uni-erlangen.de.
From: Alexander von Gernler <grunk@pestilenz.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/19 18:17:50

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

Log message:
fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.fr


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/06/19 18:38:21

Modified files:
	sys/net        : if.h 

Log message:
undo mbuf cluster breakage that causes free'ed packets to show up on the
input queues when using dhcp and hostap wi, or xl, or fxp....
ok art@


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/06/19 18:57:08

Modified files:
	.              : anoncvs.html cvsup.html cvsync.html 

Log message:
sync info for anoncvs.de.openbsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/19 19:04:28

Modified files:
	sys/sys        : malloc.h 
	sys/kern       : kern_malloc_debug.c 

Log message:
Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places
in malloc_debug.

Also, add an assert-like function to sprinkle in code you're debugging at the
moment. Those asserts are _not_ supposed to be ever comitted, just use them
while debugging.

beck@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/19 19:25:42

Modified files:
	net/nmap       : Makefile 
Removed files:
	net/nmap/patches: hppa-patch-Makefile_in 

Log message:
hppa linking issue is gone w/gcc3


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/19 19:42:44

Modified files:
	bin/ps         : ps.1 

Log message:
Fix description of the cpuid keyword.  The current wording is misleading since
the CPU ID *can* be 0 on SMP systems (meaning the first processor).  miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	etoh@cvs.openbsd.org	2004/06/19 20:43:37

Modified files:
	gnu/usr.bin/gcc/gcc: protector.c 

Log message:
ICE with gcc3/propolice -O on macppc fixes:

- INSN_CODE and LOG_LINKS attributes should be copied from the first insn of splitted insns.

ok pvalchev@ and sturm@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/19 21:00:16

Modified files:
	sys/kern       : kern_synch.c 

Log message:
Merge error in smp merge. It's a miracle that people haven't noticed the
scheduling errors on non-i386 yet.

deraadt@ aaron@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/19 21:04:15

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
Another merge error from smp branch.
Found by otto@drijf.net
deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/19 22:30:35

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

Log message:
It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC.  miod@ tested+ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/19 22:50:24

Modified files:
	sys/arch/sparc64/sparc64: intr.c 

Log message:
Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/19 23:13:14

Modified files:
	distrib/miniroot: install.sub 

Log message:
If all default sets have been successfully installed, make [done] the
default answer to 'Where are the install sets?'.

Requested by various, most recently Henning and Theo.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/19 23:18:07

Modified files:
	usr.sbin/popa3d: virtual.c 

Log message:
make popa3d (inetd mode) address family neutral (= IPv6 support).
from popa3d patch by kame


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/19 23:18:29

Modified files:
	etc            : inetd.conf 

Log message:
pop3 over tcp6


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/20 00:47:31

Modified files:
	sys/sys        : proc.h sched.h 
	sys/arch/i386/include: cpu.h 
	sys/arch/sparc64/include: cpu.h 

Log message:
Move schedstate_percpu into sched.h so that we don't have to include
proc.h in cpu.h on __HAVE_CPU_INFO architectures. cpu.h is usually included
in param.h.

This also removes the horrible kludge with ifdef SYS_PROC_H in sched.h
by simply converting the inline functions into macros.

With a few suggestions from nordin@

deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/20 02:25:30

Modified files:
	sys/sys        : proc.h sched.h 
	sys/arch/i386/include: cpu.h 
	sys/arch/sparc64/include: cpu.h 

Log message:
nope, tree breakage in libpthread.  too tough to run a make build?


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/20 09:03:35

Modified files:
	sbin/isakmpd   : isakmpd.c monitor.c monitor.h 

Log message:
To make debugging the unprivileged child process easier, make 'isakmpd -dd'
pause just after privsep; print the PIDs and wait for SIGCONT.
hshoexer@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/20 09:11:30

Modified files:
	sbin/isakmpd   : message.c 

Log message:
Some vendors send the last Aggressive Mode message unencrypted, which we
should accept. Problem noted by alex at vbone.net. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/20 09:20:07

Modified files:
	sbin/isakmpd   : exchange.c isakmp_num.cst sa.h 
Added files:
	sbin/isakmpd   : dpd.c dpd.h 
	sbin/isakmpd/features: dpd 

Log message:
A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/20 09:24:05

Modified files:
	sbin/isakmpd   : Makefile exchange.h ike_phase_1.c init.c 
	                 ipsec.c isakmp.h isakmp_fld.fld message.c 
	                 policy.c transport.c transport.h udp.c udp.h 
	                 util.c util.h 
Added files:
	sbin/isakmpd   : nat_traversal.c nat_traversal.h udp_encap.c 
	                 udp_encap.h virtual.c virtual.h 
	sbin/isakmpd/features: nat_traversal 

Log message:
NAT-Traversal for isakmpd. Work in progress...
hshoexer@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/20 10:08:29

Log message:
    initial import of cil-1.2.5
    --
    CIL (C Intermediate Language) is a high-level representation along
    with a set of tools that permit easy analysis and source-to-source
    transformation of C programs.
    
    CIL is both lower-level than abstract-syntax trees, by clarifying
    ambiguous constructs and removing redundant ones, and also higher-level
    than typical intermediate languages designed for compilation, by
    maintaining types and a close relationship with the source program.
    The main advantage of CIL is that it compiles all valid C programs
    into a few core constructs with a very clean semantics. Also CIL
    has a syntax-directed type system that makes it easy to analyze and
    manipulate C programs. Furthermore, the CIL front-end is able to
    process not only ANSI-C programs but also those using Microsoft C
    or GNU C extensions.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-Jun-20
    
    N ports/devel/cil/Makefile
    N ports/devel/cil/distinfo
    N ports/devel/cil/pkg/PLIST
    N ports/devel/cil/pkg/DESCR
    N ports/devel/cil/patches/patch-configure_in
    N ports/devel/cil/patches/patch-bin_cilly
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/20 10:11:25

Modified files:
	devel          : Makefile 

Log message:
+cil


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/20 10:22:09

Modified files:
	bin/pax        : ar_io.c 

Log message:
Do not go on if the -C option caused a failed chdir. ok millert@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/20 10:27:18

Modified files:
	usr.sbin/dhcpd : dhcp-options.5 

Log message:
fix the "option dhcp-client-identifier" hex example
From: Marco Munari <mar@i.am> in PR3824


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/20 10:27:50

Modified files:
	net/bitlbee    : Makefile distinfo 
	net/bitlbee/patches: patch-bitlbee_h patch-configure 
	net/bitlbee/pkg: DESCR PLIST 
Added files:
	net/bitlbee/patches: patch-bitlbee_c patch-commands_c 
	                     patch-conf_c patch-crypting_c patch-ini_c 
	                     patch-irc_c patch-nick_c 
	                     patch-protocols_jabber_jabber_c 
	                     patch-protocols_jabber_lib_h 
	                     patch-protocols_jabber_pool_c 
	                     patch-protocols_msn_msn_util_c 
	                     patch-protocols_msn_ns_c 
	                     patch-protocols_msn_passport_c 
	                     patch-protocols_msn_sb_c 
	                     patch-protocols_nogaim_c 
	                     patch-protocols_oscar_oscar_c 
	                     patch-protocols_oscar_oscar_util_c 
	                     patch-protocols_oscar_ssi_c 
	                     patch-protocols_util_c 
	                     patch-protocols_yahoo_libyahoo2_c 
	                     patch-protocols_yahoo_yahoo_c 
	                     patch-protocols_yahoo_yahoo_httplib_c 
	                     patch-protocols_yahoo_yahoo_util_c 
	                     patch-url_c patch-utils_bitlbeed_c 

Log message:
Update to 0.90.
Partial audit for string handling.

From: Andrew Dalgleish <openbsd@ajd.net.au>


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/20 10:30:52

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

Log message:
Fix some comment typos I noticed while reading this code.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/20 11:17:35

Modified files:
	sbin/isakmpd   : dpd.c exchange.c ike_auth.c ike_phase_1.c 
	                 ike_quick_mode.c init.c ipsec.c isakmp_cfg.c 
	                 isakmp_doi.c message.c message.h 
	                 nat_traversal.c 

Log message:
Make the payload array in struct message dynamic, since we need to handle
payloads in the private range, such as the pre-RFC NAT-D/NAT-OA.
Replace TAILQ_FIRST(&msg->payload[i]) instances with function calls.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/20 11:19:27

Modified files:
	sys/conf       : files 
	sys/netiso     : iso.c iso_proto.c tp_iso.c 
Removed files:
	sys/netiso     : tuba_subr.c tuba_table.c tuba_table.h 
	                 tuba_usrreq.c 

Log message:
goodbye TUBA.  deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/20 11:28:26

Modified files:
	sys/sys        : systm.h 

Log message:
boundary-check memcpy and friends.  henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/20 11:37:00

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

Log message:
filter passed env vars at slave in connection sharing case; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/20 11:37:15

Modified files:
	share/man/man4 : bio.4 crypto.4 pty.4 strip.4 

Log message:
The pseudo-device keyword takes only one count as an argument.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/20 11:42:26

Log message:
    initial import of p5-Authen-SASL-2.08
    --
    SASL is a generic mechanism for authentication used by several
    network protocols.  Authen::SASL provides a Perl implementation
    framework that all protocols should be able to share.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-Jun-20
    
    N ports/security/p5-Authen-SASL/Makefile
    N ports/security/p5-Authen-SASL/distinfo
    N ports/security/p5-Authen-SASL/pkg/PLIST
    N ports/security/p5-Authen-SASL/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/20 11:43:20

Modified files:
	security       : Makefile 

Log message:
+ p5-Authen-SASL


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/20 11:44:06

Modified files:
	sbin/isakmpd   : message.c 

Log message:
message_parse_payloads should accept payloads in the private range.
While here, also cleanup some messages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/20 11:45:07

Modified files:
	security/p5-Authen-SASL: Makefile 

Log message:
tom "volunteered" to maintain this


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/20 11:45:14

Modified files:
	lib/libevent   : event.h 

Log message:
remove timeout_*() again; ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/20 11:46:11

Modified files:
	sys/sys        : mplock.h 

Log message:
$OpenBSD$, ok niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/20 11:47:07

Modified files:
	include        : string.h 

Log message:
add bounds check for src pointer in bcopy(3) as well as dest pointer,
noticed by millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/20 11:49:46

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h buffer.c config.c imsg.c 
	                 session.c session.h 

Log message:
implement file descriptor passing in the imsg/msgbuf framework, and use
it to let the main process to prepare new listening sockets (socket() and
bind()) on behalf of the session engine, which of course cannot bind() to
ports < 1024 any more once it dropped privileges. with some help from theo,
claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/20 11:51:56

Modified files:
	usr.sbin/tcpdump: interface.h print-ike.c tcpdump.c 

Log message:
- do not use __attribute__((volatile)) as its a synonym for __dead nowadays
- bad format string "\%s" -> "%s" in print-ike.c
fixes parsing using CIL, discussed with millert@ niklas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/06/20 11:54:58

Modified files:
	net/xchat2     : Makefile distinfo 
	net/xchat2/patches: patch-Makefile_in patch-configure 
	                    patch-src_fe-gtk_Makefile_in 
	                    patch-src_fe-text_Makefile_in 
	net/xchat2/pkg : PLIST 
Added files:
	net/xchat2/patches: patch-src_common_util_c 
	                    patch-src_pixmaps_Makefile_in 

Log message:
update to 2.0.9


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/20 12:03:03

Modified files:
	sys/dev        : vnd.c vndioctl.h 

Log message:
add the VNDIOCGET ioctl to vnode disks, ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/20 12:03:26

Modified files:
	usr.sbin/bgpd  : buffer.c 

Log message:
argh, don't want to shutdown the socket in the parent after sending,
just plain close


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/20 12:04:54

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

Log message:
make vnconfig use the new VNDIOCGET ioctl to retrieve information about
the status of vnode disks, ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/20 12:07:06

Modified files:
	usr.sbin/bgpd  : imsg.c 

Log message:
allow for receival of up to 16 fds at once; after discussion with theo


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 12:15:26

Modified files:
	sys/arch/sparc/dev: zx.c 
	sys/arch/sparc64/conf: GENERIC 
	sys/dev/sbus   : files.sbus 
Added files:
	sys/dev/sbus   : zx.c zxreg.h 
Removed files:
	sys/arch/sparc/dev: zxreg.h 

Log message:
zx(4) support for sparc64, tested on an Ultra 2.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/20 12:16:50

Modified files:
	sys/netinet    : tcp_input.c tcp_output.c 

Log message:
remove #ifdef TUBA


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 12:20:51

Modified files:
	share/man/man4/man4.sparc64: Makefile bwtwo.4 cgsix.4 cgthree.4 
	                             creator.4 vgafb.4 
Added files:
	share/man/man4/man4.sparc64: zx.4 

Log message:
Documentation updates for zx(4) on sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/20 12:35:12

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h buffer.c control.c mrt.c parse.y 
	                 printconf.c rde.c rde.h rde_attr.c rde_filter.c 
	                 rde_update.c session.c session.h 

Log message:
at least somewhat consistently name the TAILQ_ENTRYs... this confused me
more than once


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/20 12:47:45

Modified files:
	usr.bin/diff   : diff.1 diff.c diff.h diffreg.c 

Log message:
Implement -I option: ignore changes matching a set of regexes.  From
Jared Yanovich, with twists from millert@ and me. Testing by brad@,
sturm@ and pval@. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/20 12:53:39

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

Log message:
make "ls -l" listings print user/group names, add "ls -n" to show uid/gid
(like /bin/ls); idea & ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/20 13:11:08

Modified files:
	infrastructure/build: update-patches 

Log message:
gdiff die, die, die

from Jared Yanovich


CVSROOT:	/cvs
Module name:	ports
Changes by:	itojun@cvs.openbsd.org	2004/06/20 13:13:15

Modified files:
	mail/cue       : Makefile distinfo 

Log message:
upgrade to 20040426.  lots of buffer management fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/20 13:16:37

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

Log message:
mention new -l option, some nitpicks
mdoc tutoring and ok jfb@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/20 13:16:53

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
skip over multipath routes
maybe one day we come up with a good reason for bgpd to use multipath
routes, but for now it doesn't make any sense - bgpd inserts the "best"
path fr a prefix, there's no point in inserting more than one. one is
always the "best" one by bgp metrics.
with claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/20 13:25:23

Modified files:
	regress/usr.bin/patch: Makefile 
Added files:
	regress/usr.bin/patch: t10.diff t10.in t10.out t11.diff t11.in 
	                       t11.out t12.diff t12.in t12.out t13.diff 
	                       t13.in t13.out t6.diff t6.in t6.out 
	                       t7.diff t7.in t7.out t8.diff t8.in t8.out 
	                       t9.diff t9.in t9.out 

Log message:
Some more regressions, mostly involving no eol at end of file. t4
and t13 currenlty fail, but this will be fixed real soon now.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/20 13:28:12

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

Log message:
mention new -n flag


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/20 13:33:07

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

Log message:
Init per-cpu spc_runtime before diving into the scheduler.  From NetBSD.
Fixes bogus process runtimes (I happened to notice it with USB kernel threads)
as shown in ps and top.  niklas@, deraadt@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/20 13:38:45

ports/devel/p5-Class-MethodMaker/patches

Update of /cvs/ports/devel/p5-Class-MethodMaker/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12003/patches

Log Message:
Directory /cvs/ports/devel/p5-Class-MethodMaker/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	couderc@cvs.openbsd.org	2004/06/20 13:52:11

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200.


CVSROOT:	/cvs
Module name:	src
Changes by:	couderc@cvs.openbsd.org	2004/06/20 13:54:29

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

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/20 14:00:18

Modified files:
	graphics/gdk-pixbuf: Makefile 

Log message:
make no_gnome flavor really ignore gnome


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/06/20 14:02:28

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
bye bye gdiff(1)...


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/20 14:45:06

Modified files:
	sys/crypto     : crypto.c 

Log message:
In crypto_thread(), always save return value from splimp().  We were only
storing it once on kernel startup.  Scary.  "holy crap" --deraadt.  art@ ok

Unclear if this was actually a problem in practice, but this doesn't hurt.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/20 14:46:27

Modified files:
	usr.sbin/popa3d: popa3d.8 standalone.c startup.c 

Log message:
IPv4/v6 support for standalone mode.  brad tested and ok'ed


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 14:49:57

Modified files:
	sys/arch/sparc64/conf: GENERIC 
	sys/dev/sbus   : files.sbus 
Added files:
	sys/dev/sbus   : rfx.c 

Log message:
Port the rfx(4) frame buffer driver to sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/20 14:50:41

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

Log message:
take 2 times less room in dmesg, prettier too
allocate interrupts early on (before PHY attachment, etc) just like all
other drivers do to allow the above; ok mcbride


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 14:53:28

Modified files:
	share/man/man4/man4.sparc64: Makefile bwtwo.4 cgsix.4 cgthree.4 
	                             creator.4 vgafb.4 zx.4 
Added files:
	share/man/man4/man4.sparc64: rfx.4 

Log message:
Documentation updates for rfx(4) on sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 14:54:24

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

Log message:
rfx and zx here too.


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/20 15:09:02

Modified files:
	sys/netipx     : ipx_input.c 
	sys/netiso     : clnp_frag.c 

Log message:
Do not use time based randomization; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/06/20 15:09:31

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

Log message:
Fix the short description for fileno()
ok otto@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/20 15:15:08

Modified files:
	devel/libaudiofile: Makefile distinfo 
Added files:
	devel/libaudiofile/patches: patch-libaudiofile_Makefile_in 

Log message:
Update to 0.2.6.  New in this release:
Added support for AVR, IFF/8SVX, and NIST SPHERE file formats.

ok brad@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/20 15:27:33

Modified files:
	xc/programs/Xserver/hw/xfree86/drivers/ati: radeon_driver.c 

Log message:
Fix for radeon M7 on macppc from Rene Rebe.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 15:28:06

Modified files:
	sys/arch/sparc64/conf: GENERIC 
	sys/dev/sbus   : files.sbus 
Added files:
	sys/dev/sbus   : mgx.c 

Log message:
Port mgx(4) to sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 15:31:03

Modified files:
	share/man/man4/man4.sparc64: Makefile bwtwo.4 cgsix.4 cgthree.4 
	                             creator.4 intro.4 rfx.4 vgafb.4 
	                             zx.4 
Added files:
	share/man/man4/man4.sparc64: mgx.4 

Log message:
mgx(4) documentation updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/20 15:33:00

Modified files:
	sys/netipx     : ipx_input.c 
	sys/netiso     : clnp_frag.c 

Log message:
Use arc4random; request art@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/20 15:41:26

Modified files:
	net/pure-ftpd  : Makefile distinfo 
Removed files:
	net/pure-ftpd/patches: patch-ftpwho_update_c 

Log message:
upgrade to pure-ftpd 1.0.19

fixes a potential DoS when maximum connections is reached
--
From: Frank Denis <j at pureftpd dot org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/20 22:40:30

Modified files:
	security/uvscan: Makefile distinfo 
	security/uvscan/pkg: PLIST 
	security/uvscan_dat: Makefile distinfo 

Log message:
this port should be fetched manually due to license issuses
also update to a newer version, since the current distfiles aren't available
ok pvalchev@ naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 22:41:10

Modified files:
	sys/arch/sparc64/conf: GENERIC 
	sys/dev/sbus   : files.sbus 
Added files:
	sys/dev/sbus   : agten.c 

Log message:
Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize
the board correctly, though.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/20 22:43:41

Modified files:
	share/man/man4/man4.sparc64: Makefile bwtwo.4 cgsix.4 cgthree.4 
	                             creator.4 intro.4 mgx.4 rfx.4 
	                             vgafb.4 zx.4 
Added files:
	share/man/man4/man4.sparc64: agten.4 

Log message:
agten(4) documentations updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/20 23:05:11

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/21 03:44:31

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

Log message:
Actually commit right (r&b tree) version, instead of hash table
one.  Previous commit from wrong tree. Spotted by Andre Lucas <andre
at ae-35 dot com> ok millert@ canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/06/21 05:26:45

Modified files:
	net/no-ip      : distinfo 

Log message:
same but different, byte five changed value


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 07:09:01

Modified files:
	sbin/isakmpd   : exchange.c sa.h transport.c udp.c udp_encap.c 
	                 virtual.c 

Log message:
Port floating (500->4500) for p1 and p2 exchanges.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 09:15:38

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Tell the kernel to enable ESP-in-UDP encapsulation when we have
SAs negotiated with NAT-T.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/21 09:18:21

Modified files:
	hu             : amd64.html donations.html errata.html ftp.html 
	                 want.html 
	faq/hu         : faq4.html 
	openssh/hu     : ftp.html index.html portable.html users.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/21 09:19:33

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
Implement pkg_add -I for real; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 09:27:19

Modified files:
	sbin/raidctl   : raidctl.c 
	usr.bin/pr     : pr.c 
	usr.bin/xstr   : xstr.c 
	usr.sbin/tokenadm: tokenadm.c 

Log message:
dont compare int with NULL, compare to 0 instead, otto@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/21 09:32:12

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/21 09:42:39

Modified files:
	sysutils/multitail: Makefile distinfo 

Log message:
maintenance update to 3.2.1; ok margarida@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/21 10:00:22

Modified files:
	fr             : anoncvs.html cvsup.html cvsync.html 
	                 donations.html ftp.html hp300.html index.html 
	                 macppc.html mvme68k.html plat.html sparc.html 
	                 sparc64.html vax.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/21 10:00:37

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

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/21 10:00:47

Modified files:
	faq/fr         : truetype.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 10:01:56

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

Log message:
Packet capture should add the ESP-marker when NAT-T is active.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/21 10:05:33

Modified files:
	nl             : donations.html ftp.html i386.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/21 10:05:46

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

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 10:17:45

Log message:
    Import fontconfig 2.2.2
    
    Status:
    
    Vendor Tag:	FREEDESKTOP
    Release Tags:	FONTCONFIG_2_2_2
    
    U XF4/xc/extras/fontconfig/README
    U XF4/xc/extras/fontconfig/Makefile.in
    U XF4/xc/extras/fontconfig/configure
    U XF4/xc/extras/fontconfig/AUTHORS
    U XF4/xc/extras/fontconfig/COPYING
    U XF4/xc/extras/fontconfig/ChangeLog
    U XF4/xc/extras/fontconfig/INSTALL
    N XF4/xc/extras/fontconfig/Makefile.am
    U XF4/xc/extras/fontconfig/NEWS
    N XF4/xc/extras/fontconfig/aclocal.m4
    N XF4/xc/extras/fontconfig/config.guess
    U XF4/xc/extras/fontconfig/config.h.in
    N XF4/xc/extras/fontconfig/config.sub
    U XF4/xc/extras/fontconfig/configure.in
    N XF4/xc/extras/fontconfig/depcomp
    N XF4/xc/extras/fontconfig/fontconfig-zip.in
    U XF4/xc/extras/fontconfig/fontconfig.pc.in
    N XF4/xc/extras/fontconfig/fontconfig.spec.in
    U XF4/xc/extras/fontconfig/fonts.conf.in
    N XF4/xc/extras/fontconfig/install-sh
    N XF4/xc/extras/fontconfig/ltmain.sh
    N XF4/xc/extras/fontconfig/missing
    N XF4/xc/extras/fontconfig/mkinstalldirs
    U XF4/xc/extras/fontconfig/fonts.dtd
    N XF4/xc/extras/fontconfig/local.conf
    N XF4/xc/extras/fontconfig/fontconfig.spec
    N XF4/xc/extras/fontconfig/doc/Makefile.in
    N XF4/xc/extras/fontconfig/doc/Makefile.am
    N XF4/xc/extras/fontconfig/doc/version.sgml.in
    N XF4/xc/extras/fontconfig/doc/edit-sgml.c
    N XF4/xc/extras/fontconfig/doc/fonts-conf.5
    N XF4/xc/extras/fontconfig/doc/FcAtomicCreate.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicDeleteNew.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicLock.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicNewFile.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicOrigFile.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicReplaceOrig.3
    N XF4/xc/extras/fontconfig/doc/FcAtomicUnlock.3
    N XF4/xc/extras/fontconfig/doc/FcBlanksAdd.3
    N XF4/xc/extras/fontconfig/doc/FcBlanksCreate.3
    N XF4/xc/extras/fontconfig/doc/FcBlanksDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcBlanksIsMember.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetAddChar.3
    N XF4/xc/extras/fontconfig/doc/FcDirSave.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetCopy.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetCount.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetCreate.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetEqual.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetFirstPage.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetHasChar.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetIntersect.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetIntersectCount.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetIsSubset.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetNextPage.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetSubtract.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetSubtractCount.3
    N XF4/xc/extras/fontconfig/doc/FcCharSetUnion.3
    N XF4/xc/extras/fontconfig/doc/FcConfigAppFontAddDir.3
    N XF4/xc/extras/fontconfig/doc/FcConfigAppFontAddFile.3
    N XF4/xc/extras/fontconfig/doc/FcConfigAppFontClear.3
    N XF4/xc/extras/fontconfig/doc/FcConfigBuildFonts.3
    N XF4/xc/extras/fontconfig/doc/FcConfigCreate.3
    N XF4/xc/extras/fontconfig/doc/FcConfigDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcConfigFilename.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetBlanks.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetCache.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetConfigDirs.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetConfigFiles.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetCurrent.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetFontDirs.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetFonts.3
    N XF4/xc/extras/fontconfig/doc/FcConfigGetRescanInverval.3
    N XF4/xc/extras/fontconfig/doc/FcConfigParseAndLoad.3
    N XF4/xc/extras/fontconfig/doc/FcConfigSetCurrent.3
    N XF4/xc/extras/fontconfig/doc/FcConfigSetRescanInverval.3
    N XF4/xc/extras/fontconfig/doc/FcConfigSubstitute.3
    N XF4/xc/extras/fontconfig/doc/FcConfigSubstituteWithPat.3
    N XF4/xc/extras/fontconfig/doc/FcConfigUptoDate.3
    N XF4/xc/extras/fontconfig/doc/FcDefaultSubstitute.3
    N XF4/xc/extras/fontconfig/doc/FcDirCacheValid.3
    N XF4/xc/extras/fontconfig/doc/FcDirScan.3
    N XF4/xc/extras/fontconfig/doc/FcFileScan.3
    N XF4/xc/extras/fontconfig/doc/FcFontList.3
    N XF4/xc/extras/fontconfig/doc/FcFontMatch.3
    N XF4/xc/extras/fontconfig/doc/FcFontRenderPrepare.3
    N XF4/xc/extras/fontconfig/doc/FcFontSetAdd.3
    N XF4/xc/extras/fontconfig/doc/FcFontSetCreate.3
    N XF4/xc/extras/fontconfig/doc/FcFontSetDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcFontSort.3
    N XF4/xc/extras/fontconfig/doc/FcFreeTypeCharIndex.3
    N XF4/xc/extras/fontconfig/doc/FcFreeTypeCharSet.3
    N XF4/xc/extras/fontconfig/doc/FcFreeTypeQuery.3
    N XF4/xc/extras/fontconfig/doc/FcGetVersion.3
    N XF4/xc/extras/fontconfig/doc/FcInit.3
    N XF4/xc/extras/fontconfig/doc/FcInitLoadConfig.3
    N XF4/xc/extras/fontconfig/doc/FcInitBringUptoDate.3
    N XF4/xc/extras/fontconfig/doc/FcInitLoadConfigAndFonts.3
    N XF4/xc/extras/fontconfig/doc/FcInitReinitialize.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixCopy.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixEqual.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixInit.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixMultiply.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixRotate.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixScale.3
    N XF4/xc/extras/fontconfig/doc/FcMatrixShear.3
    N XF4/xc/extras/fontconfig/doc/FcNameConstant.3
    N XF4/xc/extras/fontconfig/doc/FcNameGetConstant.3
    N XF4/xc/extras/fontconfig/doc/FcNameGetObjectType.3
    N XF4/xc/extras/fontconfig/doc/FcNameParse.3
    N XF4/xc/extras/fontconfig/doc/FcNameRegisterConstants.3
    N XF4/xc/extras/fontconfig/doc/FcNameRegisterObjectTypes.3
    N XF4/xc/extras/fontconfig/doc/FcNameUnparse.3
    N XF4/xc/extras/fontconfig/doc/FcObjectSetAdd.3
    N XF4/xc/extras/fontconfig/doc/FcNameUnregisterConstants.3
    N XF4/xc/extras/fontconfig/doc/FcNameUnregisterObjectTypes.3
    N XF4/xc/extras/fontconfig/doc/FcObjectSetBuild.3
    N XF4/xc/extras/fontconfig/doc/FcObjectSetCreate.3
    N XF4/xc/extras/fontconfig/doc/FcObjectSetDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcPatternAdd-Type.3
    N XF4/xc/extras/fontconfig/doc/FcPatternAdd.3
    N XF4/xc/extras/fontconfig/doc/FcPatternAddWeak.3
    N XF4/xc/extras/fontconfig/doc/FcPatternBuild.3
    N XF4/xc/extras/fontconfig/doc/FcPatternCreate.3
    N XF4/xc/extras/fontconfig/doc/FcPatternDel.3
    N XF4/xc/extras/fontconfig/doc/FcPatternDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcPatternEqual.3
    N XF4/xc/extras/fontconfig/doc/FcPatternEqualSubset.3
    N XF4/xc/extras/fontconfig/doc/FcPatternGet-Type.3
    N XF4/xc/extras/fontconfig/doc/FcStrCopy.3
    N XF4/xc/extras/fontconfig/doc/FcPatternGet.3
    N XF4/xc/extras/fontconfig/doc/FcPatternHash.3
    N XF4/xc/extras/fontconfig/doc/FcStrBasename.3
    N XF4/xc/extras/fontconfig/doc/FcPatternPrint.3
    N XF4/xc/extras/fontconfig/doc/FcStrCmpIgnoreCase.3
    N XF4/xc/extras/fontconfig/doc/FcStrCopyFilename.3
    N XF4/xc/extras/fontconfig/doc/FcStrDirname.3
    N XF4/xc/extras/fontconfig/doc/FcStrListCreate.3
    N XF4/xc/extras/fontconfig/doc/FcStrListDone.3
    N XF4/xc/extras/fontconfig/doc/FcStrListNext.3
    N XF4/xc/extras/fontconfig/doc/FcStrSetAdd.3
    N XF4/xc/extras/fontconfig/doc/FcStrSetAddFilename.3
    N XF4/xc/extras/fontconfig/doc/FcStrSetCreate.3
    N XF4/xc/extras/fontconfig/doc/FcStrSetDel.3
    N XF4/xc/extras/fontconfig/doc/FcStrSetDestroy.3
    N XF4/xc/extras/fontconfig/doc/FcStrSetMember.3
    N XF4/xc/extras/fontconfig/doc/FcUcs4ToUtf8.3
    N XF4/xc/extras/fontconfig/doc/FcUtf16Len.3
    N XF4/xc/extras/fontconfig/doc/FcUtf16ToUcs4.3
    N XF4/xc/extras/fontconfig/doc/FcUtf8Len.3
    N XF4/xc/extras/fontconfig/doc/FcUtf8ToUcs4.3
    N XF4/xc/extras/fontconfig/doc/FcValueSave.3
    N XF4/xc/extras/fontconfig/doc/FcValueDestroy.3
    N XF4/xc/extras/fontconfig/doc/fontconfig-user.txt
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel.txt
    N XF4/xc/extras/fontconfig/doc/fontconfig-user.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-user.sgml
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel.sgml
    N XF4/xc/extras/fontconfig/doc/fcatomic.fncs
    N XF4/xc/extras/fontconfig/doc/fcblanks.fncs
    N XF4/xc/extras/fontconfig/doc/fccharset.fncs
    N XF4/xc/extras/fontconfig/doc/fcconfig.fncs
    N XF4/xc/extras/fontconfig/doc/fcconstant.fncs
    N XF4/xc/extras/fontconfig/doc/fcfile.fncs
    N XF4/xc/extras/fontconfig/doc/fcfontset.fncs
    N XF4/xc/extras/fontconfig/doc/fcfreetype.fncs
    N XF4/xc/extras/fontconfig/doc/fcinit.fncs
    N XF4/xc/extras/fontconfig/doc/fcmatrix.fncs
    N XF4/xc/extras/fontconfig/doc/fcobjectset.fncs
    N XF4/xc/extras/fontconfig/doc/fcobjecttype.fncs
    N XF4/xc/extras/fontconfig/doc/fcpattern.fncs
    N XF4/xc/extras/fontconfig/doc/fcstring.fncs
    N XF4/xc/extras/fontconfig/doc/fcstrset.fncs
    N XF4/xc/extras/fontconfig/doc/fcvalue.fncs
    N XF4/xc/extras/fontconfig/doc/func.sgml
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/index.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/x19.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/x31.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/x93.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r99.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r120.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r141.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r162.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r183.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r204.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r228.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r249.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r270.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r295.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r323.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r344.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r372.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r401.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r476.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r504.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r591.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r632.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r655.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r676.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r704.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r726.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r750.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r771.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r792.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r818.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r839.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r862.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r883.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r917.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r940.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r963.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r994.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1016.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1042.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1064.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1087.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1111.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1134.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1159.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1184.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1209.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1234.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1259.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1281.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1306.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1331.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1356.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1383.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1414.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1437.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1460.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1486.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1515.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1545.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1575.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1608.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1629.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1650.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1672.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1693.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1715.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1736.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1758.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1780.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1802.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1823.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1847.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1868.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1890.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1913.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1936.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1959.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r1980.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2009.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2034.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2062.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2099.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2130.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2157.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2181.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2207.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2231.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2255.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2280.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2304.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2328.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2350.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2378.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2399.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2420.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2443.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2469.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2491.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2513.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2535.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2557.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2579.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2600.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2621.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2646.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2682.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2717.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2745.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2770.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2791.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2816.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2841.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2866.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2892.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2914.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2936.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2958.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r2983.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3012.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3037.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3069.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3102.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3138.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3161.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3184.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3209.html
    N XF4/xc/extras/fontconfig/doc/fontconfig-devel/r3231.html
    U XF4/xc/extras/fontconfig/src/fcint.h
    U XF4/xc/extras/fontconfig/src/Makefile.in
    N XF4/xc/extras/fontconfig/src/Makefile.am
    N XF4/xc/extras/fontconfig/src/fontconfig.def.in
    U XF4/xc/extras/fontconfig/src/fcatomic.c
    U XF4/xc/extras/fontconfig/src/fcblanks.c
    U XF4/xc/extras/fontconfig/src/fccache.c
    U XF4/xc/extras/fontconfig/src/fccfg.c
    U XF4/xc/extras/fontconfig/src/fccharset.c
    U XF4/xc/extras/fontconfig/src/fcdbg.c
    U XF4/xc/extras/fontconfig/src/fcdefault.c
    U XF4/xc/extras/fontconfig/src/fcdir.c
    U XF4/xc/extras/fontconfig/src/fcfreetype.c
    U XF4/xc/extras/fontconfig/src/fcfs.c
    U XF4/xc/extras/fontconfig/src/fcinit.c
    U XF4/xc/extras/fontconfig/src/fclang.c
    U XF4/xc/extras/fontconfig/src/fclist.c
    U XF4/xc/extras/fontconfig/src/fcmatch.c
    U XF4/xc/extras/fontconfig/src/fcmatrix.c
    U XF4/xc/extras/fontconfig/src/fcname.c
    U XF4/xc/extras/fontconfig/src/fcpat.c
    U XF4/xc/extras/fontconfig/src/fcstr.c
    U XF4/xc/extras/fontconfig/src/fcxml.c
    U XF4/xc/extras/fontconfig/fc-lang/fclang.h
    N XF4/xc/extras/fontconfig/fc-lang/Makefile.in
    N XF4/xc/extras/fontconfig/fc-lang/Makefile.am
    U XF4/xc/extras/fontconfig/fc-lang/fc-lang.c
    U XF4/xc/extras/fontconfig/fc-lang/fclang.tmpl.h
    U XF4/xc/extras/fontconfig/fc-lang/aa.orth
    U XF4/xc/extras/fontconfig/fc-lang/ab.orth
    U XF4/xc/extras/fontconfig/fc-lang/af.orth
    U XF4/xc/extras/fontconfig/fc-lang/am.orth
    U XF4/xc/extras/fontconfig/fc-lang/ar.orth
    U XF4/xc/extras/fontconfig/fc-lang/ast.orth
    U XF4/xc/extras/fontconfig/fc-lang/ava.orth
    U XF4/xc/extras/fontconfig/fc-lang/ay.orth
    U XF4/xc/extras/fontconfig/fc-lang/az.orth
    U XF4/xc/extras/fontconfig/fc-lang/ba.orth
    U XF4/xc/extras/fontconfig/fc-lang/bam.orth
    U XF4/xc/extras/fontconfig/fc-lang/be.orth
    U XF4/xc/extras/fontconfig/fc-lang/bg.orth
    U XF4/xc/extras/fontconfig/fc-lang/bh.orth
    U XF4/xc/extras/fontconfig/fc-lang/bho.orth
    U XF4/xc/extras/fontconfig/fc-lang/bi.orth
    U XF4/xc/extras/fontconfig/fc-lang/bin.orth
    U XF4/xc/extras/fontconfig/fc-lang/bn.orth
    U XF4/xc/extras/fontconfig/fc-lang/bo.orth
    U XF4/xc/extras/fontconfig/fc-lang/br.orth
    U XF4/xc/extras/fontconfig/fc-lang/bs.orth
    U XF4/xc/extras/fontconfig/fc-lang/ca.orth
    U XF4/xc/extras/fontconfig/fc-lang/bua.orth
    U XF4/xc/extras/fontconfig/fc-lang/ce.orth
    U XF4/xc/extras/fontconfig/fc-lang/ch.orth
    U XF4/xc/extras/fontconfig/fc-lang/chm.orth
    U XF4/xc/extras/fontconfig/fc-lang/chr.orth
    U XF4/xc/extras/fontconfig/fc-lang/co.orth
    U XF4/xc/extras/fontconfig/fc-lang/cs.orth
    U XF4/xc/extras/fontconfig/fc-lang/cu.orth
    U XF4/xc/extras/fontconfig/fc-lang/cv.orth
    U XF4/xc/extras/fontconfig/fc-lang/cy.orth
    U XF4/xc/extras/fontconfig/fc-lang/da.orth
    U XF4/xc/extras/fontconfig/fc-lang/de.orth
    U XF4/xc/extras/fontconfig/fc-lang/dz.orth
    U XF4/xc/extras/fontconfig/fc-lang/el.orth
    U XF4/xc/extras/fontconfig/fc-lang/en.orth
    U XF4/xc/extras/fontconfig/fc-lang/eo.orth
    U XF4/xc/extras/fontconfig/fc-lang/es.orth
    U XF4/xc/extras/fontconfig/fc-lang/et.orth
    U XF4/xc/extras/fontconfig/fc-lang/eu.orth
    U XF4/xc/extras/fontconfig/fc-lang/fa.orth
    U XF4/xc/extras/fontconfig/fc-lang/fi.orth
    U XF4/xc/extras/fontconfig/fc-lang/fj.orth
    U XF4/xc/extras/fontconfig/fc-lang/fo.orth
    U XF4/xc/extras/fontconfig/fc-lang/fr.orth
    U XF4/xc/extras/fontconfig/fc-lang/ful.orth
    U XF4/xc/extras/fontconfig/fc-lang/fur.orth
    U XF4/xc/extras/fontconfig/fc-lang/fy.orth
    U XF4/xc/extras/fontconfig/fc-lang/ga.orth
    U XF4/xc/extras/fontconfig/fc-lang/gd.orth
    U XF4/xc/extras/fontconfig/fc-lang/gez.orth
    U XF4/xc/extras/fontconfig/fc-lang/gl.orth
    U XF4/xc/extras/fontconfig/fc-lang/gn.orth
    U XF4/xc/extras/fontconfig/fc-lang/gu.orth
    U XF4/xc/extras/fontconfig/fc-lang/gv.orth
    U XF4/xc/extras/fontconfig/fc-lang/ha.orth
    U XF4/xc/extras/fontconfig/fc-lang/haw.orth
    U XF4/xc/extras/fontconfig/fc-lang/he.orth
    U XF4/xc/extras/fontconfig/fc-lang/hi.orth
    U XF4/xc/extras/fontconfig/fc-lang/ho.orth
    U XF4/xc/extras/fontconfig/fc-lang/hr.orth
    U XF4/xc/extras/fontconfig/fc-lang/hu.orth
    U XF4/xc/extras/fontconfig/fc-lang/hy.orth
    U XF4/xc/extras/fontconfig/fc-lang/ia.orth
    U XF4/xc/extras/fontconfig/fc-lang/ibo.orth
    U XF4/xc/extras/fontconfig/fc-lang/id.orth
    U XF4/xc/extras/fontconfig/fc-lang/ie.orth
    U XF4/xc/extras/fontconfig/fc-lang/ik.orth
    U XF4/xc/extras/fontconfig/fc-lang/io.orth
    U XF4/xc/extras/fontconfig/fc-lang/is.orth
    U XF4/xc/extras/fontconfig/fc-lang/it.orth
    U XF4/xc/extras/fontconfig/fc-lang/iu.orth
    U XF4/xc/extras/fontconfig/fc-lang/ja.orth
    U XF4/xc/extras/fontconfig/fc-lang/ka.orth
    U XF4/xc/extras/fontconfig/fc-lang/kaa.orth
    U XF4/xc/extras/fontconfig/fc-lang/ki.orth
    U XF4/xc/extras/fontconfig/fc-lang/kk.orth
    U XF4/xc/extras/fontconfig/fc-lang/kl.orth
    U XF4/xc/extras/fontconfig/fc-lang/km.orth
    U XF4/xc/extras/fontconfig/fc-lang/kn.orth
    U XF4/xc/extras/fontconfig/fc-lang/ko.orth
    U XF4/xc/extras/fontconfig/fc-lang/kok.orth
    U XF4/xc/extras/fontconfig/fc-lang/ks.orth
    U XF4/xc/extras/fontconfig/fc-lang/ku.orth
    U XF4/xc/extras/fontconfig/fc-lang/kum.orth
    U XF4/xc/extras/fontconfig/fc-lang/kv.orth
    U XF4/xc/extras/fontconfig/fc-lang/kw.orth
    U XF4/xc/extras/fontconfig/fc-lang/ky.orth
    U XF4/xc/extras/fontconfig/fc-lang/la.orth
    U XF4/xc/extras/fontconfig/fc-lang/lb.orth
    U XF4/xc/extras/fontconfig/fc-lang/lez.orth
    U XF4/xc/extras/fontconfig/fc-lang/lo.orth
    U XF4/xc/extras/fontconfig/fc-lang/lt.orth
    U XF4/xc/extras/fontconfig/fc-lang/lv.orth
    U XF4/xc/extras/fontconfig/fc-lang/mg.orth
    U XF4/xc/extras/fontconfig/fc-lang/mh.orth
    U XF4/xc/extras/fontconfig/fc-lang/mi.orth
    U XF4/xc/extras/fontconfig/fc-lang/mk.orth
    U XF4/xc/extras/fontconfig/fc-lang/ml.orth
    U XF4/xc/extras/fontconfig/fc-lang/mn.orth
    U XF4/xc/extras/fontconfig/fc-lang/mo.orth
    U XF4/xc/extras/fontconfig/fc-lang/mr.orth
    U XF4/xc/extras/fontconfig/fc-lang/mt.orth
    U XF4/xc/extras/fontconfig/fc-lang/my.orth
    U XF4/xc/extras/fontconfig/fc-lang/nb.orth
    U XF4/xc/extras/fontconfig/fc-lang/ne.orth
    U XF4/xc/extras/fontconfig/fc-lang/nl.orth
    U XF4/xc/extras/fontconfig/fc-lang/nn.orth
    U XF4/xc/extras/fontconfig/fc-lang/no.orth
    U XF4/xc/extras/fontconfig/fc-lang/ny.orth
    U XF4/xc/extras/fontconfig/fc-lang/oc.orth
    U XF4/xc/extras/fontconfig/fc-lang/om.orth
    U XF4/xc/extras/fontconfig/fc-lang/or.orth
    U XF4/xc/extras/fontconfig/fc-lang/os.orth
    U XF4/xc/extras/fontconfig/fc-lang/pl.orth
    U XF4/xc/extras/fontconfig/fc-lang/pt.orth
    U XF4/xc/extras/fontconfig/fc-lang/rm.orth
    U XF4/xc/extras/fontconfig/fc-lang/ro.orth
    U XF4/xc/extras/fontconfig/fc-lang/ru.orth
    U XF4/xc/extras/fontconfig/fc-lang/sa.orth
    U XF4/xc/extras/fontconfig/fc-lang/sah.orth
    U XF4/xc/extras/fontconfig/fc-lang/sco.orth
    U XF4/xc/extras/fontconfig/fc-lang/se.orth
    U XF4/xc/extras/fontconfig/fc-lang/sel.orth
    U XF4/xc/extras/fontconfig/fc-lang/sh.orth
    U XF4/xc/extras/fontconfig/fc-lang/si.orth
    U XF4/xc/extras/fontconfig/fc-lang/sk.orth
    U XF4/xc/extras/fontconfig/fc-lang/sl.orth
    U XF4/xc/extras/fontconfig/fc-lang/sm.orth
    U XF4/xc/extras/fontconfig/fc-lang/sma.orth
    U XF4/xc/extras/fontconfig/fc-lang/smj.orth
    U XF4/xc/extras/fontconfig/fc-lang/smn.orth
    U XF4/xc/extras/fontconfig/fc-lang/sms.orth
    U XF4/xc/extras/fontconfig/fc-lang/so.orth
    U XF4/xc/extras/fontconfig/fc-lang/sq.orth
    U XF4/xc/extras/fontconfig/fc-lang/sr.orth
    U XF4/xc/extras/fontconfig/fc-lang/sv.orth
    U XF4/xc/extras/fontconfig/fc-lang/sw.orth
    U XF4/xc/extras/fontconfig/fc-lang/syr.orth
    U XF4/xc/extras/fontconfig/fc-lang/ta.orth
    U XF4/xc/extras/fontconfig/fc-lang/te.orth
    U XF4/xc/extras/fontconfig/fc-lang/tg.orth
    U XF4/xc/extras/fontconfig/fc-lang/th.orth
    N XF4/xc/extras/fontconfig/fc-lang/ti_er.orth
    N XF4/xc/extras/fontconfig/fc-lang/ti_et.orth
    N XF4/xc/extras/fontconfig/fc-lang/tig.orth
    U XF4/xc/extras/fontconfig/fc-lang/tk.orth
    U XF4/xc/extras/fontconfig/fc-lang/tl.orth
    U XF4/xc/extras/fontconfig/fc-lang/tn.orth
    U XF4/xc/extras/fontconfig/fc-lang/to.orth
    U XF4/xc/extras/fontconfig/fc-lang/tr.orth
    U XF4/xc/extras/fontconfig/fc-lang/ts.orth
    U XF4/xc/extras/fontconfig/fc-lang/tt.orth
    U XF4/xc/extras/fontconfig/fc-lang/tw.orth
    U XF4/xc/extras/fontconfig/fc-lang/tyv.orth
    U XF4/xc/extras/fontconfig/fc-lang/ug.orth
    U XF4/xc/extras/fontconfig/fc-lang/uk.orth
    U XF4/xc/extras/fontconfig/fc-lang/ur.orth
    U XF4/xc/extras/fontconfig/fc-lang/uz.orth
    U XF4/xc/extras/fontconfig/fc-lang/ven.orth
    U XF4/xc/extras/fontconfig/fc-lang/vi.orth
    U XF4/xc/extras/fontconfig/fc-lang/vo.orth
    U XF4/xc/extras/fontconfig/fc-lang/vot.orth
    U XF4/xc/extras/fontconfig/fc-lang/wa.orth
    U XF4/xc/extras/fontconfig/fc-lang/wen.orth
    U XF4/xc/extras/fontconfig/fc-lang/wo.orth
    U XF4/xc/extras/fontconfig/fc-lang/xh.orth
    U XF4/xc/extras/fontconfig/fc-lang/yap.orth
    U XF4/xc/extras/fontconfig/fc-lang/yi.orth
    U XF4/xc/extras/fontconfig/fc-lang/yo.orth
    U XF4/xc/extras/fontconfig/fc-lang/zh_cn.orth
    U XF4/xc/extras/fontconfig/fc-lang/zh_hk.orth
    U XF4/xc/extras/fontconfig/fc-lang/zh_mo.orth
    U XF4/xc/extras/fontconfig/fc-lang/zh_sg.orth
    U XF4/xc/extras/fontconfig/fc-lang/zh_tw.orth
    U XF4/xc/extras/fontconfig/fc-lang/zu.orth
    U XF4/xc/extras/fontconfig/fontconfig/fontconfig.h
    U XF4/xc/extras/fontconfig/fontconfig/fcfreetype.h
    U XF4/xc/extras/fontconfig/fontconfig/fcprivate.h
    U XF4/xc/extras/fontconfig/fontconfig/Makefile.in
    N XF4/xc/extras/fontconfig/fontconfig/Makefile.am
    U XF4/xc/extras/fontconfig/fc-cache/Makefile.in
    N XF4/xc/extras/fontconfig/fc-cache/Makefile.am
    U XF4/xc/extras/fontconfig/fc-cache/fc-cache.c
    U XF4/xc/extras/fontconfig/fc-cache/fc-cache.man
    U XF4/xc/extras/fontconfig/fc-list/Makefile.in
    N XF4/xc/extras/fontconfig/fc-list/Makefile.am
    U XF4/xc/extras/fontconfig/fc-list/fc-list.c
    U XF4/xc/extras/fontconfig/fc-list/fc-list.man
    N XF4/xc/extras/fontconfig/test/Makefile.in
    N XF4/xc/extras/fontconfig/test/Makefile.am
    N XF4/xc/extras/fontconfig/test/run-test.sh
    N XF4/xc/extras/fontconfig/test/4x6.pcf
    N XF4/xc/extras/fontconfig/test/8x16.pcf
    N XF4/xc/extras/fontconfig/test/out.expected
    N XF4/xc/extras/fontconfig/test/fonts.conf.in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 10:23:03

Modified files:
	xc/config/cf   : OpenBSDLib.tmpl X11.tmpl 
	xc/lib/fontconfig: Imakefile 
	xc/extras/fontconfig: fontconfig.pc.in fonts.conf.in 

Log message:
Merge fontconfig 2.2.2. Work done by Jacob Meuser. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/06/21 10:33:45

Modified files:
	usr.sbin/pkg_add: Makefile pkg_delete pkg_info 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 
Added files:
	usr.sbin/pkg_add/OpenBSD: PackingOld.pm 

Log message:
support for old stuff in pkg_info/pkg_delete, e.g., @src
prompted by miod@, okay miod@ millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 10:37:30

Modified files:
	sbin/isakmpd   : log.c 

Log message:
Don't write too much IKE data in packet capture


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 10:42:58

Removed files:
	xc/extras/fontconfig: Imakefile cvscompile.sh 
	                      fontconfig-config.in local.def 
	xc/extras/fontconfig/config: Makedefs.in config.guess config.sub 
	                             install.sh 
	xc/extras/fontconfig/doc: fontconfig.tex 
	xc/extras/fontconfig/fc-cache: Imakefile 
	xc/extras/fontconfig/fc-lang: Imakefile fc-lang.man iso639-1 
	                              iso639-2 ti.orth 
	xc/extras/fontconfig/fc-list: Imakefile 
	xc/extras/fontconfig/fontconfig: Imakefile 
	xc/extras/fontconfig/src: Imakefile fcknownsets.h 
	                          fontconfig-def.cpp fontconfig.man 

Log message:
These files are gone with fontconfig 2.2.2


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 10:53:11

Modified files:
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 

Log message:
propagate CPP to build system as well, millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 10:53:59

Modified files:
	gnu/usr.bin/cvs: Makefile.bsd-wrapper 

Log message:
propagate CPP here as well


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/21 11:02:53

Modified files:
	sbin/isakmpd/features: nat_traversal 

Log message:
undo double-patch; Dries Schellekens


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/21 11:05:43

Modified files:
	libexec/spamd  : grey.c spamd.c 

Log message:
use getaddr/nameinfo for address resolution.  beck, henning ok


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/21 11:07:01

Modified files:
	libexec/spamd  : grey.c 

Log message:
restrict address resolution to AF_INET for now


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/21 11:20:59

Modified files:
	sys/net        : if_arcsubr.c 

Log message:
Don't use time for random starting value... "love it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 11:36:31

Modified files:
	usr.bin/ssh    : Makefile.inc auth-rsa.c auth2-gss.c 
	                 auth2-pubkey.c authfile.c canohost.c channels.c 
	                 cipher.c dns.c kex.c monitor.c monitor_fdpass.c 
	                 monitor_wrap.c monitor_wrap.h nchan.c packet.c 
	                 progressmeter.c scp.c sftp-server.c sftp.c 
	                 ssh-gss.h ssh-keygen.c ssh.c sshconnect.c 
	                 sshconnect1.c sshlogin.c sshpty.c 

Log message:
make ssh -Wshadow clean, no functional changes
markus@ ok


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/21 11:48:33

Modified files:
	faq/pf         : queueing.html 

Log message:
better wording, piped through Joel Knight, and ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/21 11:53:03

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

Log message:
fix fd leak for multiple subsystem connections; with markus@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 11:55:51

Modified files:
	distrib/sets/lists/xbase: md.amd64 md.i386 md.macppc 
	distrib/sets/lists/xshare: mi 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/21 12:02:20

Modified files:
	sys/netatalk   : at_control.c 

Log message:
Use arc4random() instead of time-based node start id


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/06/21 12:05:09

Modified files:
	regress/sys/arch/i386/ldt: Makefile 

Log message:
always run userldt regress, but enable the sysctl if needed
ok millert@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 12:05:25

Modified files:
	distrib/sets/lists/xbase: md.alpha md.cats md.hp300 md.hppa 
	                          md.mac68k md.mvme68k md.mvme88k 
	                          md.sparc md.sparc64 md.vax 

Log message:
more (untested) updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/21 12:21:29

Modified files:
	misc/brltty    : Makefile distinfo 
	misc/brltty/pkg: PLIST 
Removed files:
	misc/brltty/patches: patch-Documents_brltty_conf 
	                     patch-Drivers_ExternalSpeech_speech_c 
	                     patch-Programs_Makefile_in 
	                     patch-Programs_api_client_c 
	                     patch-Programs_brlapi_h_in 
	                     patch-Programs_reldeps_mk 
	                     patch-Programs_sys_openbsd_c patch-README 
	                     patch-absdeps_mk patch-config_h_in 
	                     patch-configure patch-configure_in 

Log message:
Update to 3.5; from Mario Lang <mlang@delysid.org>.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 12:29:07

Modified files:
	sbin/isakmpd   : ipsec.c 

Log message:
style nit


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/21 12:33:04

Modified files:
	sys/dev/ic     : aic79xx.c aic79xx_openbsd.c 

Log message:
Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.

Allocate max number of SCB's at initialization.

Display negotiated transfer parameters.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 12:34:11

Modified files:
	sbin/isakmpd   : monitor.c 

Log message:
Strip away umask bits in monitor_fopen(). hshoexer@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 12:34:51

Modified files:
	usr.bin/ssh    : Makefile.inc 

Log message:
comment out -Wshadow for now, gcc2 sucks. noticed by markus


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/21 12:34:53

Modified files:
	sys/netinet    : ip_output.c 

Log message:
don't leak ipsec pmtu routes; with mpf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/21 12:38:49

Modified files:
	lang/ocaml/patches: patch-asmrun_amd64_S 

Log message:
remove old binutils workaround on amd64 native code compilation now that
we have binutils-2.14


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 12:40:02

Modified files:
	sbin/isakmpd   : virtual.c 

Log message:
When switching from main to encap transport, copy dst port if
translated (NAT).


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 12:41:07

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
udpencap_port should be taken from dst transport


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/21 12:51:13

ports/devel/cil/files

Update of /cvs/ports/devel/cil/files
In directory cvs.openbsd.org:/tmp/cvs-serv8709/files

Log Message:
Directory /cvs/ports/devel/cil/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/21 12:53:12

Modified files:
	devel/cil      : Makefile 
Added files:
	devel/cil/files: nullint.ml 
	devel/cil/patches: patch-Makefile_cil_in patch-src_cilutil_ml 
	                   patch-src_maincil_ml 

Log message:
add a simple NULL/int comparison checker to CIL


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/21 13:13:21

Modified files:
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 

Log message:
back out CPP change; obviously not tested.  On at least arm, kills at
least ANSI_VARARGS deep inside the configure.  Sorry -- try again.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/21 13:26:02

Modified files:
	sys/net        : if_bridge.c pf.c pfvar.h 
	sys/netinet    : ip_input.c ip_output.c 
	sys/netinet6   : ip6_forward.c ip6_input.c ip6_output.c 

Log message:
Get rid of pf_test_eh() wrapper.

ok cedric@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 13:27:09

Modified files:
	print/memoir   : Makefile distinfo 

Log message:
new versions of two files
bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 14:02:21

Modified files:
	security/libgcrypt: Makefile 

Log message:
don't use /dev/random


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 14:05:06

Modified files:
	security/libgcrypt: Makefile 

Log message:
ups, that was wrong


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/21 14:11:24

Modified files:
	security/antisniff: Makefile 

Log message:
use MASTER_SITE_BACKUP as the original MASTER_SITES has disappeared,
resolves Checksum mismatch pointed out by david@.
while here, nuke HOMEPAGE which does not exist anymore ...


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/21 14:19:02

Modified files:
	gnu/usr.bin/lynx: config.guess 

Log message:
Recognize cats as an arm machine. Dunno how this was missed before.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 14:36:41

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.cats md.hp300 
	                          md.hppa md.i386 md.mac68k md.macppc 
	                          md.mvme68k md.mvme88k md.sparc 
	                          md.sparc64 md.vax mi 
	distrib/sets/lists/xshare: mi 

Log message:
factor out common files and move some shareable ones to xshare.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/21 14:44:54

Modified files:
	sys/net        : pfkeyv2_convert.c 
	sys/netinet    : ip_ipip.c ip_spd.c ipsec_input.c 

Log message:
make it possble to use IPsec over link-local address (policy table uses
sin6_scope_id, IPsec porion uses embedded form).  beck ok


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/21 14:47:12

Modified files:
	sbin/pfctl     : pfctl.8 

Log message:
Update manpage to reflect changes in anchor naming

ok beck@ claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/06/21 15:21:03

Modified files:
	productivity/devtodo: Makefile 

Log message:
the project moved off of sourceforge; updated HOMEPAGE and MASTER_SITES
from Michael Coulter <mjc@bitz.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/21 15:22:05

Modified files:
	lib/libc/arch/i386/sys: cerror.S 

Log message:
Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.
ok marc@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 15:24:29

Modified files:
	distrib/sets/lists: Makefile 

Log message:
- update arches list
- whitespace policy


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/21 15:24:32

ports/multimeda

Update of /cvs/ports/multimeda
In directory cvs.openbsd.org:/tmp/cvs-serv1393/multimeda

Log Message:
Directory /cvs/ports/multimeda added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/21 15:26:25

Log message:
    Initial import of lsdvd-0.10
    
    lsdvd is designed to print information about the content and structure
    of a DVD.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jun-21
    
    N ports/multimedia/lsdvd/distinfo
    N ports/multimedia/lsdvd/Makefile
    N ports/multimedia/lsdvd/pkg/PLIST
    N ports/multimedia/lsdvd/pkg/DESCR
    N ports/multimedia/lsdvd/patches/patch-Makefile_in
    N ports/multimedia/lsdvd/patches/patch-lsdvd_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/21 15:27:29

Added files:
	multimeda      : Makefile 

Log message:
+ lsdvd


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/21 15:28:29

Modified files:
	.              : Makefile 

Log message:
new `multimedia' category;
pvalchev@ espie@ okay.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/21 15:40:01

Added files:
	multimedia     : Makefile 

Log message:
right place


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/21 15:56:19

Modified files:
	regress/lib/libc/getaddrinfo: answer gaitest.c 

Log message:
make test successful even when /etc/services is changed


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/21 16:02:58

Modified files:
	usr.bin/ssh    : log.h 

Log message:
mark fatal and cleanup exit as __dead; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/21 16:04:50

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

Log message:
introduce sorting for ls, same options as /bin/ls; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 16:06:02

Modified files:
	net/pure-ftpd  : Makefile 

Log message:
don't need to set PKGNAME anymore


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 16:14:10

Modified files:
	net/pure-ftpd  : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
MFC:
upgrade to pure-ftpd 1.0.19

fixes a potential DoS when maximum connections is reached
--
From: Frank Denis <j at pureftpd dot org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 16:21:51

Modified files:
	net/pure-ftpd  : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
MFC:
upgrade to pure-ftpd 1.0.19

fixes a potential DoS when maximum connections is reached
--
From: Frank Denis <j at pureftpd dot org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/21 16:28:21

Modified files:
	net/honeyd     : Tag: OPENBSD_3_5 Makefile distinfo 
	net/honeyd/pkg : Tag: OPENBSD_3_5 PLIST 

Log message:
update to 0.8a; fixes a remote detection vulnerability via simple probe packet;

http://www.honeyd.org/adv.2004-01.asc

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/21 16:30:45

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

Log message:
prefix ls option flags with LS_


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/21 16:35:47

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

Log message:
Pure luck has protected us from this bug until now: locore.S
%r9 are not saved over function calls
and more we did not even want &proc0 as the old process  in switch_search, but zero.  Fixes bsd.rd.


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/06/21 16:41:12

Modified files:
	sys/arch/i386/i386: db_interface.c db_mp.c 
	sys/arch/i386/include: db_machdep.h 
	sys/ddb        : db_command.c 

Log message:
Make 'machine ddbcpu' work, and use CPU device number instead of APIC id
KNF lesson and ok from niklas@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/21 16:41:31

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

Log message:
document sort options


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/21 16:55:04

Modified files:
	sys/lib/libkern: funcs.h libkern.h 

Log message:
add bounded attribute to some functions.  anil tested and ok'ed


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/21 17:05:10

Modified files:
	sys/net        : bpf.c 

Log message:
move the IFF_UP check to bpfwrite; ok canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/21 17:10:32

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/21 17:11:40

Modified files:
	sys/netinet    : ipsec_output.c 

Log message:
don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/21 17:12:14

Modified files:
	sys/sys        : sched.h proc.h 
	sys/arch/i386/include: cpu.h 
	sys/arch/sparc64/include: cpu.h 

Log message:
Put back the moving of schedstate_percpu into sched.h. This time expose
it to userland so that i386 builds (other architectures didn't show the
problem).

deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/21 17:12:25

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

Log message:
errno -> err in a structure.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/21 17:13:22

Modified files:
	lib/libc/db/hash: hash.c hash.h ndbm.c 

Log message:
another errno -> err in a structure.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/21 17:25:07

Modified files:
	lang/python    : python.port.mk 

Log message:
respect CC when building ports with distutils as it checks if
the env variable CC is, if yes, it uses it...
okay sturm@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 17:27:11

Modified files:
	sbin/isakmpd   : ipsec.c nat_traversal.c nat_traversal.h sa.c 
	                 sa.h udp_encap.c 

Log message:
Implement NAT-T keepalive messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 17:28:18

Modified files:
	sbin/isakmpd   : Makefile 

Log message:
Enable NAT-T support.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/21 17:41:54

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Make printing of 802.11 fields consistent with the rest by printing
a colon (':') after the field name.  Noticed by markus@, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 17:42:40

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
Describe the [Default]:NAT-T-Keepalive configuration parameter.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/21 17:48:09

Modified files:
	sys/netinet    : in.c 

Log message:
When in_ifinit fails and we've created a new address, clean it up before
returning.

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/21 17:50:38

Modified files:
	sys/compat/common: kern_ipc_23.c 
	sys/compat/hpux: hpux_compat.c 
	sys/dev/ic     : ncr53c9x.c smc90cx6.c z8530tty.c 
	sys/dev/pci    : ncr.c 
	sys/kern       : kern_clock.c kern_synch.c kern_time.c 
	                 sysv_msg.c sysv_sem.c sysv_shm.c vfs_sync.c 
	                 vfs_syscalls.c 
	sys/net        : if_arcsubr.c if_bridge.c if_ethersubr.c 
	                 if_fddisubr.c if_pfsync.c if_ppp.c if_sl.c 
	                 if_strip.c if_tokensubr.c pf.c pf_if.c 
	                 pf_ioctl.c pf_norm.c pf_table.c route.c 
	sys/netccitt   : if_x25subr.c pk_acct.c pk_subr.c 
	sys/netinet    : if_ether.c ip_id.c ip_ipsp.c ip_output.c 
	                 ip_spd.c ipsec_input.c ipsec_output.c 
	                 tcp_subr.c 
	sys/netinet6   : icmp6.c in6.c in6.h ip6_forward.c ip6_id.c 
	                 ip6_mroute.c nd6.c nd6_rtr.c 
	sys/netiso     : if_eon.c iso_snpac.c 
	sys/nfs        : nfs.h nfs_socket.c nfs_subs.c nfs_syscalls.c 
	                 nfs_vfsops.c nfsm_subs.h 
	sys/sys        : time.h 
	sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_vfsops.c 
	sys/ufs/ffs    : ffs_alloc.c ffs_vfsops.c 
	sys/ufs/lfs    : lfs_alloc.c lfs_bio.c 
	sys/ufs/ufs    : inode.h ufs_quota.c 
	sys/uvm        : uvm_meter.c 

Log message:
First step towards more sane time handling in the kernel -- this changes
things such that code that only need a second-resolution uptime or wall
time, and used to get that from time.tv_secs or mono_time.tv_secs now get
this from separate time_t globals time_second and time_uptime.

ok art@ niklas@ nordin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 18:08:28

Modified files:
	sysutils/gkrellm/gkrellm: Makefile 
Added files:
	sysutils/gkrellm/gkrellm/patches: patch-src_sysdeps_openbsd_c 

Log message:
fix cpu display on -current machines
bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 18:16:34

Modified files:
	www/amaya/french-dict: Makefile distinfo 

Log message:
update to amaya-french-dict-20040223


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/21 18:18:07

Modified files:
	lang/jikes     : Makefile 

Log message:
Should use MODULES=iconv, but since configure does not pick up iconv, just
remove the dependency.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 18:33:15

XF4/distrib/sets/lists/xetc

Update of /cvs/XF4/distrib/sets/lists/xetc
In directory cvs.openbsd.org:/tmp/cvs-serv11062/xetc

Log Message:
Directory /cvs/XF4/distrib/sets/lists/xetc added to the repository


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 18:37:35

Modified files:
	distrib/sets   : makeflist maketars 
	distrib/sets/lists/xbase: md.alpha md.amd64 md.cats md.hppa 
	                          md.i386 md.mac68k md.macppc md.sparc 
	                          md.sparc64 md.vax mi 
	distrib/sets/lists/xserv: md.alpha md.amd64 md.cats md.hppa 
	                          md.i386 md.macppc md.sparc md.sparc64 
	distrib/sets/lists/xshare: mi 
Added files:
	distrib/sets/lists/xetc: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.mac68k md.macppc 
	                         md.mvme68k md.mvme88k md.sparc 
	                         md.sparc64 md.vax mi 

Log message:
create a new xetc set for files in /etc. requested by many,
ok deraadt@,miod@,krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 18:42:12

Modified files:
	distrib/miniroot: install.sub 
	distrib/notes  : m4.common 
	distrib/notes/alpha: contents xfer 
	distrib/notes/amd64: contents xfer 
	distrib/notes/hppa: contents 
	distrib/notes/i386: contents xfer 
	distrib/notes/luna88k: contents 
	distrib/notes/macppc: contents xfer 
	distrib/notes/mvme68k: contents xfer 
	distrib/notes/mvme88k: contents 
	distrib/notes/sparc: contents xfer 
	distrib/notes/sparc64: contents xfer 
	distrib/notes/vax: contents 

Log message:
introduce the new xetc set. ok deraadt@, miod@, krw@.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/06/21 18:43:25

Modified files:
	sys/scsi       : st.c 

Log message:
Add additional retries in TUR to allow for tape devices to settle after a reset.
More informative failure message and silence "already open" message.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/06/21 18:50:57

Modified files:
	sys/scsi       : scsiconf.h 

Log message:
Add additional retries in TUR to allow for tape devices to settle after a reset.
More informative failure message and silence "already open" message.

ok krw@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 19:03:23

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

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/21 19:09:01

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/06/21 19:10:49

Modified files:
	sbin/dhclient  : dispatch.c 
	usr.sbin/dhcrelay: dispatch.c 

Log message:
handle interface removals in the poll loop. ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/21 19:16:39

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

Log message:
don't show .files by default in ls, add -a option to turn them back on;
ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/21 19:16:50

Modified files:
	sys/arch/amd64/amd64: genassym.cf locore.S machdep.c 
	sys/arch/amd64/include: cpu.h types.h userret.h 
	sys/sys        : sched.h 

Log message:
Switch amd64 to __HAVE_CPUINFO

deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/21 19:33:51

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
do not exit on RTM_DELADDR, dhclient can cause this itself under some rare
circumstances. instead, exit on RTM_NEWADDR if, and only if, the new IP
address is not a lease we got. theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/06/21 19:57:30

Modified files:
	lib/libc/hash  : helper.c mdX.3 rmd160.3 sha1.3 sha2.3 
	include        : md4.h md5.h rmd160.h sha1.h sha2.h 

Log message:
Make the `filename' parameter to HASHFile() and HASHFileChunk() const
ok pedro@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/21 19:59:00

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
acg.cg_nextfreeoff is already relative to &acg so don't subtract
&acg.cg_firstfield.  Fixes a bogus "panic: cylinder group too big" I
see sometimes when using mmap malloc.  OK tholo@


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/21 20:02:45

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
Don't use time-based random number generation

ok millert@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 21:04:25

Modified files:
	etc            : services 

Log message:
Add ipsec-nat-t at port 4500


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 21:07:18

Added files:
	graphics/mpeg-lib/patches: patch-24bit_c patch-2x2_c 
	                           patch-Makefile_in patch-configure 
	                           patch-fs2_c patch-fs2fast_c 
	                           patch-fs4_c patch-gdith_c 
	                           patch-hybrid_c patch-hybriderr_c 
	                           patch-mb_ordered_c patch-mono_c 
	                           patch-ordered2_c patch-ordered_c 
	                           patch-video_c patch-wrapper_c 
Removed files:
	graphics/mpeg-lib/patches: patch-aa patch-ad patch-ae patch-af 
	                           patch-ag patch-ah patch-ai patch-aj 
	                           patch-ak patch-al patch-am patch-an 
	                           patch-ao patch-ap patch-aq patch-ar 

Log message:
rename patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 21:11:56

Added files:
	security/libgcrypt/patches: patch-cipher_serpent_c 

Log message:
fix serpent on sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/21 21:12:13

Modified files:
	regress/usr.bin/ssh: envpass.sh multiplex.sh 

Log message:
more portable env passing tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 21:14:12

Modified files:
	graphics/mpeg-lib: Makefile 

Log message:
this comes with a test program.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:15:03

Modified files:
	devel/atk      : Makefile distinfo 
	devel/atk/pkg  : PFRAG.shared 
	devel/glib2    : Makefile distinfo 
	devel/glib2/patches: patch-glib_gmacros_h patch-ltmain_sh 
	devel/glib2/pkg: PFRAG.shared PLIST PLIST-docs 
	devel/pango    : Makefile distinfo 
	devel/pango/patches: patch-examples_Makefile_in patch-ltmain_sh 
	                     patch-modules_Makefile_in 
	devel/pango/pkg: PFRAG.shared PLIST 
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/patches: patch-demos_Makefile_in 
	                   patch-gdk-pixbuf_Makefile_in 
	                   patch-gdk-pixbuf_gdk-pixbuf-io_c 
	                   patch-gtk_stock-icons_Makefile_in 
	                   patch-ltmain_sh 
	                   patch-modules_input_Makefile_in 
	                   patch-po_Makefile_in_in 
	x11/gtk+2/pkg  : PFRAG.shared PLIST PLIST-docs 
Added files:
	devel/glib2/patches: patch-glib_gnulib_g-gnulib_h 
	devel/pango/patches: patch-Makefile_in patch-configure 
	x11/gtk+2/patches: patch-configure 
Removed files:
	devel/glib2/patches: patch-glib_Makefile_in 
	                     patch-glib_trio_trio_c 
	                     patch-gmodule_Makefile_in 
	                     patch-gobject_Makefile_in 
	                     patch-gthread_Makefile_in 
	                     patch-tests_patterntest_c 
	x11/gtk+2/patches: patch-Makefile_in 
	                   patch-contrib_gdk-pixbuf-xlib_Makefile_in 
	                   patch-gdk_Makefile_in patch-gtk_Makefile_in 

Log message:
Update to gtk+ 2.4.3 and friends.

Note: this will cause breakage in ports that set the various
*_DISABLE_DEPRECATED defines for gtk.  These weill be addressed
shortly.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 21:15:33

Modified files:
	usr.sbin/cron  : crontab.c database.c entry.c env.c misc.c 

Log message:
use snprintf(3) instead of home-grown glue_strings() function
millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/21 21:17:01

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
so we call realloc() on our pollfd array and the peer_l one when they shrunk
to save memory... yet, that realloc call can fail with ENOMEM ;)
don't shrink when (needed + reserve < allocated), but
(needed + 2 * reserve < allocated)
the longer term goal is of course to not fail at all when a shrink-realloc
fails... but that's for later


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:18:43

Modified files:
	x11/gtk-engines2: Makefile 
	x11/gtk-engines2/pkg: PFRAG.shared PLIST 

Log message:
Update for GTK+ 2.4


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 21:19:53

Modified files:
	usr.sbin/tcpdump: print-udpencap.c 

Log message:
Recognize NAT-T Keepalive packets. markus@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:21:39

Log message:
    The hicolor theme framework for both Gnome and future KDE.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jun-21
    
    N ports/x11/hicolor-icon-theme/Makefile
    N ports/x11/hicolor-icon-theme/distinfo
    N ports/x11/hicolor-icon-theme/pkg/PLIST
    N ports/x11/hicolor-icon-theme/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:23:00

Modified files:
	x11            : Makefile 

Log message:
+hicolor-icon-theme


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 21:23:34

Modified files:
	usr.sbin/tcpdump: ike.h print-ike.c 

Log message:
In draft-ietf-ipsec-nat-t-ike-01,02,03, NAT-D is payload 130. Rewrite a bit
to understand payloads in the private range. Also match a few "well-known"
vendor-IDs. markus@ "looks ok".


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:26:04

Log message:
    The Gnome keyring password agent.  New for Gnome 2.6.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jun-21
    
    N ports/x11/gnome/keyring/Makefile
    N ports/x11/gnome/keyring/distinfo
    N ports/x11/gnome/keyring/pkg/PLIST
    N ports/x11/gnome/keyring/pkg/PFRAG.shared
    N ports/x11/gnome/keyring/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:27:13

Log message:
    A Gnome utility library for XKB.  New with Gnome 2.6.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jun-21
    
    N ports/x11/gnome/libxklavier/Makefile
    N ports/x11/gnome/libxklavier/distinfo
    N ports/x11/gnome/libxklavier/patches/patch-ltmain_sh
    N ports/x11/gnome/libxklavier/pkg/PLIST
    N ports/x11/gnome/libxklavier/pkg/PFRAG.shared
    N ports/x11/gnome/libxklavier/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 21:28:36

Modified files:
	x11/gnome      : Makefile 

Log message:
+keyring
+libxklavier


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 21:29:25

Removed files:
	mail/postfix/stable/pkg: SECURITY 
	mail/postfix/snapshot/pkg: SECURITY 

Log message:
useless, we're not doing anything special.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/21 21:44:26

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
Templates with unknown AS where always configured as ebgp peers even if
they were ibgp ones. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/21 21:44:56

Modified files:
	sbin/isakmpd   : virtual.c 

Log message:
The NAT-T drafts suggest we should drop incoming messages arriving on
the old port (500) after we've switched to the new one.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 22:01:51

Modified files:
	gnu/usr.bin/lynx: ABOUT-NLS CHANGES COPYHEADER COPYING 
	                  INSTALLATION LYMessages_en.h PROBLEMS README 
	                  aclocal.m4 cfg_defs.sh config.guess config.hin 
	                  config.sub configure configure.in install.sh 
	                  lynx.cfg lynx.hlp lynx.man makefile.in 
	                  userdefs.h 
	gnu/usr.bin/lynx/WWW/Library/Implementation: HTAABrow.c 
	                                             HTAABrow.h 
	                                             HTAAProt.c 
	                                             HTAAProt.h 
	                                             HTAAUtil.c 
	                                             HTAccess.c 
	                                             HTAccess.h 
	                                             HTAnchor.c 
	                                             HTAnchor.h 
	                                             HTAssoc.h HTAtom.c 
	                                             HTAtom.h HTBTree.c 
	                                             HTBTree.h HTChunk.c 
	                                             HTChunk.h HTDOS.c 
	                                             HTDOS.h HTFTP.c 
	                                             HTFTP.h HTFWriter.c 
	                                             HTFWriter.h 
	                                             HTFile.c HTFile.h 
	                                             HTFinger.c 
	                                             HTFormat.c 
	                                             HTFormat.h 
	                                             HTGopher.c 
	                                             HTGopher.h 
	                                             HTGroup.c HTGroup.h 
	                                             HTList.c HTList.h 
	                                             HTMIME.c HTMIME.h 
	                                             HTMLDTD.c HTMLDTD.h 
	                                             HTMLGen.h HTNews.c 
	                                             HTParse.c HTParse.h 
	                                             HTPlain.c HTPlain.h 
	                                             HTRules.c 
	                                             HTStream.h 
	                                             HTString.c 
	                                             HTString.h 
	                                             HTStyle.c HTStyle.h 
	                                             HTTCP.c HTTCP.h 
	                                             HTTP.c HTTP.h 
	                                             HTTelnet.c 
	                                             HTTelnet.h HTUU.h 
	                                             HTUtils.h 
	                                             HTVMSUtils.c 
	                                             HTVMSUtils.h 
	                                             HTVMS_WaisProt.c 
	                                             HTVMS_WaisProt.h 
	                                             HTVMS_WaisUI.c 
	                                             HTVMS_WaisUI.h 
	                                             HTWAIS.c HTWAIS.h 
	                                             HTWSRC.c HTWSRC.h 
	                                             HText.h LYLeaks.h 
	                                             LYexit.h SGML.c 
	                                             SGML.h UCDefs.h 
	                                             UCMap.h makefile.in 
	                                             www_tcp.h 
	                                             www_wait.h 
	gnu/usr.bin/lynx/WWW/Library/djgpp: CommonMakefile makefile 
	                                    makefile.sla 
	gnu/usr.bin/lynx/WWW/Library/vms: libmake.com 
	gnu/usr.bin/lynx/docs: OS-390.announce README.defines README.ssl 
	gnu/usr.bin/lynx/lynx_help: Lynx_users_guide.html 
	                            about_lynx.html help_files.txt 
	                            lynx-dev.html lynx_help_main.html 
	                            lynx_url_support.html 
	gnu/usr.bin/lynx/lynx_help/keystrokes: alt_edit_help.html 
	                                       bashlike_edit_help.html 
	                                       bookmark_help.html 
	                                       cookie_help.html 
	                                       dired_help.html 
	                                       edit_help.html 
	                                       environments.html 
	                                       follow_help.html 
	                                       gopher_types_help.html 
	                                       history_help.html 
	                                       keystroke_help.html 
	                                       movement_help.html 
	                                       option_help.html 
	                                       other_help.html 
	                                       print_help.html 
	                                       scrolling_help.html 
	                                       test_display.html 
	                                       visited_help.html 
	                                       xterm_help.html 
	gnu/usr.bin/lynx/po: cs.po da.po de.po fr.po it.po ja.po 
	                     lynx.pot makefile.inn nl.po pt_BR.po ru.po 
	                     sl.po sv.po 
	gnu/usr.bin/lynx/samples: mailcap mailto-form.pl 
	gnu/usr.bin/lynx/src: DefaultStyle.c GridText.c GridText.h 
	                      HTAlert.c HTAlert.h HTFWriter.c HTForms.h 
	                      HTInit.c HTML.c HTML.h LYBookmark.c 
	                      LYBookmark.h LYCgi.c LYCharSets.c 
	                      LYCharSets.h LYCharUtils.c LYCharUtils.h 
	                      LYClean.c LYCookie.c LYCookie.h LYCurses.c 
	                      LYCurses.h LYDownload.c LYDownload.h 
	                      LYEdit.c LYExtern.c LYForms.c LYGetFile.c 
	                      LYGetFile.h LYGlobalDefs.h LYHash.c 
	                      LYHash.h LYHistory.c LYHistory.h LYJump.c 
	                      LYJump.h LYKeymap.c LYKeymap.h LYLeaks.c 
	                      LYList.c LYList.h LYLocal.c LYLocal.h 
	                      LYMail.c LYMail.h LYMain.c LYMainLoop.c 
	                      LYMainLoop.h LYMap.c LYNews.c LYNews.h 
	                      LYOptions.c LYOptions.h LYPrint.c 
	                      LYPrint.h LYReadCFG.c LYReadCFG.h 
	                      LYSearch.c LYSearch.h LYShowInfo.c 
	                      LYShowInfo.h LYSignal.h LYStrings.c 
	                      LYStrings.h LYStructs.h LYStyle.c 
	                      LYTraversal.c LYUpload.c LYUtils.c 
	                      LYUtils.h LYexit.c LYrcFile.c LYrcFile.h 
	                      UCAuto.c UCAux.c UCdomap.c UCdomap.h 
	                      Xsystem.c makefile.dos makefile.dsl 
	                      makefile.in makefile.wsl structdump.h 
	gnu/usr.bin/lynx/src/chrtrans: build-chrtrans.com makefile.dos 
	                               makefile.in makeuctb.c 
	                               yawerty_kb.h 
	gnu/usr.bin/lynx/test: sgml.html unicode.html 
Added files:
	gnu/usr.bin/lynx/docs: README.rootcerts README.sslcerts 
	gnu/usr.bin/lynx/po: ca.po et.po hu.po tr.po uk.po zh_CN.po 
	                     zh_TW.po 
	gnu/usr.bin/lynx/samples: keepviewer lynxdump 
	gnu/usr.bin/lynx/scripts: install-cfg.sh 
	gnu/usr.bin/lynx/src/chrtrans: make-msc.bat makefile.bcb 
	                               makefile.msc makew32.bat 
	                               pt154_uni.tbl 
	gnu/usr.bin/lynx/test: koi8-r.html quickbrown.html 
	                       utf-8-demo.html 
Removed files:
	gnu/usr.bin/lynx/WWW: BUILD Copyright.txt Makefile README.txt 
	gnu/usr.bin/lynx/WWW/Library/Implementation: crypt.c 
	                                             crypt_util.c 
	                                             getline.c getpass.c 
	                                             patchlevel.h tcp.h 
	                                             ufc-crypt.h 
	gnu/usr.bin/lynx/intl: ChangeLog VERSION bindtextdom.c 
	                       cat-compat.c dcgettext.c dgettext.c 
	                       explodename.c finddomain.c gettext.c 
	                       gettext.h gettextP.h hash-string.h 
	                       intl-compat.c l10nflist.c libgettext.h 
	                       libintl.h linux-msg.sed loadinfo.h 
	                       loadmsgcat.c localealias.c makefile.in 
	                       po2tbl.sed.in po2tbl.sed_in textdomain.c 
	                       xopen-msg.sed 
	gnu/usr.bin/lynx/po: ChangeLog es.po ko.po no.po pl.po pt.po 
	gnu/usr.bin/lynx/samples: lynx.cfg 
	gnu/usr.bin/lynx/src/chrtrans: MAKEFILE.W32 MAKEW32.BAT 

Log message:
update to lynx 2.8.5rel.1
tested todd@,naddy@. millert@ deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/06/21 22:04:20

Modified files:
	sys/net        : bpf.c bpf.h bpfdesc.h 

Log message:
Add a new "filter drop" flag to bpf and related ioclts.
When enabled, it notifies the calling interface that the packet
matches a bpf filter and should be dropped.
ok henning@ markus@ frantzen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 22:09:34

Modified files:
	net/pure-ftpd/pkg: MESSAGE 

Log message:
remove the -4 flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/21 22:23:41

Modified files:
	devel/ORBit2   : Makefile distinfo 

Log message:
Minor update to 2.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 22:28:24

Added files:
	x11/gtk-theme-switch/patches: patch-Makefile 

Log message:
honour CC


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 22:29:14

Removed files:
	gnu/usr.bin/lynx/src/chrtrans: build-chrtrans.com 
	                               build-header.com make-msc.bat 
	                               makefile.bcb makefile.dos 
	                               makefile.msc makew32.bat 

Log message:
trim some other-os build stuff that crept in


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/21 22:37:42

Added files:
	security/libgcrypt/patches: patch-mpi_longlong_h 

Log message:
fix build on alpha


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 22:50:13

Modified files:
	xc/programs/Xserver/Xext: xres.c 

Log message:
Fix for endianness issues in X-Resource. Freedesktop.org bugzilla #267
(Alan Coopersmith).


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/21 22:52:36

Modified files:
	gnu/usr.bin/lynx: CHANGES README configure configure.in lynx.cfg 
	                  userdefs.h 
	gnu/usr.bin/lynx/WWW/Library/Implementation: HTString.c 
	                                             HTUtils.h 
	gnu/usr.bin/lynx/src: HTAlert.c LYKeymap.c 

Log message:
sync with lynx 2.8.5.rel2 which fixes a few minor bugs (null pointer checks,
progress bar with very slow connections)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/21 22:55:36

Modified files:
	sys/arch/m88k/m88k: m88110_mmu.S 
	sys/arch/mvme88k/include: m88110.h 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Do not access [id][pl]ar registers from C code - we only care about their
values in trapframes.


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/06/21 22:58:28

Modified files:
	sys/net        : bpf.c 

Log message:
Unbreak previous commit ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/21 23:01:08

Modified files:
	sys/arch/m88k/m88k: trap.c 
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
On 88110, simplify enip processing:
- always fetch its value when building trapframe, it is faster than only
doing it after checking if it will have a meaningful value.
- don't bother setting it to a safe value if we change exip to a
non-delayslot address.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/21 23:02:35

Modified files:
	sys/arch/m88k/m88k: trap.c 
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
After 88110 exception processing, do not reset the in-frame [di][lp]ar
values, they won't be put back to registers anyways...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/21 23:05:00

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

Log message:
Turn m88k_protection() into a macro again, compensating for 88110
quirks locally where necessary; pmap_enter() does most of the dirty work.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/21 23:05:45

Modified files:
	usr.bin/ssh    : monitor.c monitor_wrap.c 

Log message:
Change login->username, will prevent -Wshadow errors in Portable; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/21 23:20:13

Modified files:
	mail/postfix   : Makefile.inc 
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/pkg: PLIST 
	mail/postfix/stable: Makefile distinfo 
	mail/postfix/stable/pkg: PLIST 
Removed files:
	mail/postfix/snapshot/patches: patch-src_global_bounce_c 
	                               patch-src_global_defer_c 
	                               patch-src_global_sent_c 
	                               patch-src_global_trace_c 
	                               patch-src_global_verify_c 
	mail/postfix/stable/patches: patch-src_global_bounce_c 
	                             patch-src_global_defer_c 
	                             patch-src_global_sent_c 
	                             patch-src_global_trace_c 
	                             patch-src_global_verify_c 

Log message:
upgrade Postfix ports to latest releases, 2.1.3 and 2.2-20040616 as well
as installing qshape.

ok MAINTAINER


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 23:26:43

Modified files:
	xc/lib/xtrans  : Xtransutil.c 

Log message:
remove useless sleep() calls in xtrans. freedesktop.org bugzilla #297.
(Havoc Pennington, Mike A. Harris).


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/21 23:31:02

Modified files:
	xc/lib/Xi      : XSelect.c 

Log message:
Fix Xi XselectExtensionEvent for 64 bit machines
(freedesktop.org bugzilla #285, Andreas Luik).


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/22 00:45:59

Modified files:
	net/honeyd     : Tag: OPENBSD_3_4 Makefile distinfo 
	net/honeyd/pkg : Tag: OPENBSD_3_4 PLIST 

Log message:
update to 0.8a; fixes a remote detection vulnerability via simple probe packet;

http://www.honeyd.org/adv.2004-01.asc

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/22 01:03:38

Modified files:
	usr.sbin       : Makefile 

Log message:
connect ntpd


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/22 01:22:31

Modified files:
	usr.sbin/bgpd  : bgpd.h kroute.c rde_rib.c 

Log message:
introduce kroute6, which will be used to build a seperate v6 table
(smashing them into the v4 table would raise the memory requirements far too
much), and make kroute_nexthop (where we are not under such memory pressure,
you don't have a hundred thousand nexthops) v4/v6. change existing callers
to use the v4 part, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	cedric@cvs.openbsd.org	2004/06/22 01:35:20

Modified files:
	sys/net        : pf.c route.c rtsock.c 
	sys/netinet    : in_pcb.c ip_icmp.c ip_input.c ip_output.c 
	                 ip_var.h 

Log message:
Pull the plug on source-based routing until remaining bugs are eradicated.
No need to reconfig kernel or rebuild userland stuff.
requested deraadt@, help beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/22 01:42:42

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
missing bzero in a function for this strange other address family


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/22 01:58:19

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
Precedence fix; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/22 01:59:48

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

Log message:
Precedence and type fix; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 02:13:12

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-configure 
	x11/mplayer/pkg: PLIST 
Removed files:
	x11/mplayer/patches: patch-libdha_Makefile 
	                     patch-vidix_drivers_Makefile 
	x11/mplayer/pkg: PFRAG.shared 

Log message:
- disable the Vidix support
- instead of passing --target for powerpc just make the configure
script recognize macppc as another name for a powerpc system

ok MAINTAINER


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/06/22 02:39:14

Modified files:
	.              : smp.html 

Log message:
SMP left its prison


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/22 02:58:16

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

Log message:
make sure real/avail mem printfs do unsigned ariths; found by beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/22 03:47:02

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/pci: pci_intr_fixup.c pcibiosvar.h 
Added files:
	sys/arch/i386/pci: rccosb4.c rccosb4reg.h 

Log message:
support for rcc osb4 and csb5; tested on quad-zion and another box i have


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/22 05:58:44

Modified files:
	usr.sbin/tcpdump: print-frag6.c 

Log message:
it is meaningless to try decoding non-first fragment.


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	2004/06/22 08:51:31

Modified files:
	.              : events.html 

Log message:
Added LinuxTag, LSM, SuCon, LinuxKongress, LWE and EuroBSDCon


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/22 09:31:27

Log message:
    Initial import of py-snmp-3.4.2
    
    PySNMPis a Python implementation of SNMP v.1/v.2c engine. Its general
    functionality is to assemble/disassemble SNMP messages from/into given
    SNMP Object IDs along with associated values. PySNMP also provides a few
    transport methods specific to TCP/IP networking.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jun-22
    
    N ports/net/py-snmp/Makefile
    N ports/net/py-snmp/distinfo
    N ports/net/py-snmp/pkg/PLIST
    N ports/net/py-snmp/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/22 09:32:31

Modified files:
	net            : Makefile 

Log message:
+ py-snmp


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/22 09:42:57

Modified files:
	xc/programs/xdm: access.c 

Log message:
Prevent segfault if LISTEN specified with no hosts in xdm access control
file (Peter Breitenlohner).


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/22 09:52:08

Modified files:
	xc/programs/xdm: chooser.c socket.c 

Log message:
Fix for xdm to work on a non-IPv6 system when built with IPv6 support
(Peter Breitenlohner)
This code is currently disabled in OpenBSD, but it's worth being correct
anyways.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/06/22 10:09:05

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

Log message:
missing dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/22 10:35:46

Modified files:
	security/scanssh: Makefile 

Log message:
req net/libdnet for building; noted by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 11:03:04

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

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/22 11:16:19

Modified files:
	faq            : faq8.html 

Log message:
Whoops...though I did this already.  SMP update.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/22 11:23:09

Modified files:
	faq            : faq4.html 

Log message:
Mention bsd.mp as an installable file set.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 11:40:40

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

Log message:
If there is no CIS info the cardbus attach would print an extra
double quote; now it doesn't.  OK openbsd!beck


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/22 12:01:25

Modified files:
	devel/glib2/pkg: PLIST PLIST-docs 

Log message:
Some more docs that go in the -docs subpackage


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/22 12:02:04

Modified files:
	x11/gtk+2/pkg  : PLIST PLIST-docs 

Log message:
Some more docs here too that go in the -docs subpackage


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/22 12:14:44

Modified files:
	lang/ocaml     : Makefile 
	lang/ocaml/files: ocaml.port.mk 
	lang/ocaml/patches: patch-configure 

Log message:
support native code compilation (ocamlopt) on macppc as well, for nordin@
to hack on


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/22 12:15:58

Modified files:
	lang/ocaml/files: ocaml.port.mk 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/22 12:22:18

Modified files:
	sbin/isakmpd   : ike_auth.c 

Log message:
kn_get_string() may return NULL on failure.  Handle this corrctly.

with msf@, ok ho@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 12:26:12

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

Log message:
Do not use db_printf() without a godd reason; while there, shrinken some
messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 12:27:08

Modified files:
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
Change various macro and symbol names in order to have recognizable *100*
and *110* names for processor-dependent code.

No functional change.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/22 12:29:28

Modified files:
	.              : smp.html 

Log message:
Uh...more was needed here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/22 12:31:35

Modified files:
	chinese/libtabe: Makefile 

Log message:
set MODGNU_CONFIG_GUESS_DIRS correctly; fixes build on amd64


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/06/22 12:48:19

Modified files:
	.              : want.html 

Log message:
h/w donation


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/06/22 12:57:18

Modified files:
	sys/dev/pci    : mpt_pci.c 
	sys/dev/ic     : mpt.c mpt_debug.c mpt_openbsd.c 

Log message:
Remove all static functions.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/06/22 13:00:53

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

Log message:
Spacing.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/22 13:21:34

Modified files:
	usr.bin/m4     : parser.y 

Log message:
Do not generate floating point exception followed by a core dump
on div or mod by zero, print error message instead.

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/22 13:35:55

Modified files:
	editors/nvi-m17n: distinfo 

Log message:
update hashes, only changes in LICENSE and README


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/22 13:50:01

Modified files:
	share/mk       : bsd.lib.mk bsd.own.mk 

Log message:
move PICFLAG into bsd.own.mk where the rest of the lib stuff is
(don't ask why) and simplify logic; needed soon


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/06/22 13:58:20

Modified files:
	usr.bin/make   : dir.c 

Log message:
why should . and .. be the first two entries of any dir ?
Let code be portable.
okay millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/06/22 14:00:17

Modified files:
	include        : ohash.h 
	lib/libc/ohash : ohash_create_entry.c ohash_delete.c ohash_do.c 
	                 ohash_entries.c ohash_enum.c ohash_init.3 
	                 ohash_init.c ohash_int.h ohash_interval.3 
	                 ohash_interval.c ohash_lookup_interval.c 
	                 ohash_lookup_memory.c ohash_qlookup.c 
	                 ohash_qlookupi.c 

Log message:
Cosmetic clean-up.
Simpler licence, update copyright years, trim empty lines, ISO declarations.
okay miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/22 14:05:46

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

Log message:
add _SYSTRACE_COOKIE to _ALL_COOKIES

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/22 14:28:58

Modified files:
	usr.sbin/bgpd  : bgpd.h kroute.c mrt.c rde.c rde.h rde_prefix.c 
	                 rde_rib.c rde_update.c 

Log message:
Make the RDE IPv6 ready missing is the message handling. The internal
prefix tree changed form a hash table to a per AF RB tree.
OK henning@ some ideas are from Brent Graveland.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/22 14:34:09

Modified files:
	x11/mplayer    : Makefile 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/22 14:43:58

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't make xetc a default install set.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 14:45:33

Modified files:
	sys/compat/sunos: sunos_misc.c 

Log message:
do not bcopy wrong stuff there


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 14:48:01

Modified files:
	sys/dev/ic     : if_wi.c if_wi_ieee.h 

Log message:
The Prism device driver's manual makes a distinction in naming of
config comands and other types but we don't so remove the CNF_ from
WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST for consistency
and compat with Net and Free.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 14:49:23

Modified files:
	sbin/wicontrol : wicontrol.c 

Log message:
Remove the CNF_ from WI_RID_CNF_ENH_SECURITY and WI_RID_CNF_DBM_ADJUST
to match changes in wi(4).  Also, don't exit wicontrol if SIOCGWAVELAN
fails; just keep going and get the values we can.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 14:51:01

Modified files:
	sys/dev/ic     : if_wi_ieee.h 

Log message:
Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELAN
instead of SIOCSIFASYNCMAP and SIOCGIFASYNCMAP.  Needed for upcoming
802.11 framework.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/22 14:57:25

Modified files:
	devel/cil      : Makefile 
	devel/cil/patches: patch-configure_in 

Log message:
CIL also works on macppc now, hurrah


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/22 15:02:19

Modified files:
	usr.sbin/cron  : entry.c 

Log message:
Recent glue_strings change reversed a few checks; fix up conditionals
to check for overflow as others do by convention.

Noticed by Andreas Kahari <ak+openbsd at freeshell.org>, millert@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 15:05:20

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-configure_in 
	                      patch-dovecot-example_conf 
	                      patch-src_lib-storage_index_maildir_maildir-storage_c 
	                      patch-src_master_mail-process_c 
	                      patch-src_master_master-settings_c 
	                      patch-src_master_master-settings_h 

Log message:
upgrade to Dovecot 0.99.10.6
- takeover as MAINTAINER
--
ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/22 15:12:01

Modified files:
	sbin/mount     : getmntopts.c mntopts.h 
	sbin/mount_nfs : Makefile mount_nfs.c 
	sbin/mount_procfs: Makefile mount_procfs.c 
Removed files:
	sbin/mount_nfs : getmntopts.c mntopts.h 

Log message:
Rewrite of getmntopts(), making it more robust and getting rid of
the mount_nfs alternative implementation of the same function. Joint
work with millert@. Fixes PR 3642.

ok pedro@ millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/22 15:12:26

Modified files:
	.              : events.html 

Log message:
fixes : typos, line wrapping, HTML, make recently added dates
consistent with the other dates. ok xsa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/06/22 15:13:57

Added files:
	x11/golem/patches: patch-util_golem_install_in 

Log message:
fix golem.install script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 15:43:19

Modified files:
	graphics/netpbm/files: Makefile.config.OpenBSD 

Log message:
remove useless -DPIC


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/22 15:45:28

Modified files:
	xc/programs/Xserver/render: render.c 

Log message:
fixes from -current:
- remove extraneous semi-colon (Alan Houriane)
- Fix multiple glyphs in RenderAddGlyphs which caused malloc corruption.
(Bugzilla #1276, Keith Packard)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/22 16:00:03

Modified files:
	net/rrdtool    : Makefile 
	net/rrdtool/patches: patch-tcl_Makefile_in 

Log message:
fix tcl FLAVOR, which was obviously NOT tested before commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/22 16:06:37

Removed files:
	devel/pango/patches: patch-pango_Makefile_in 

Log message:
Ooops, delete a file that slipped through CVS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/22 16:34:13

Added files:
	lang/tendra/patches: patch-src_lib_apis_posix_limits_h 

Log message:
sync with system limits.h by increasing _POSIX_CHILD_MAX and
_POSIX_PATH_MAX


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/22 16:40:35

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

Log message:
Enable ahd interrupts and reset the channel before scanning the bus
for devices. This is how ahc is done too. Fixes probe hang on Theo's
box with the 7902B chip.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/22 16:42:02

Modified files:
	regress/usr.bin/ssh: envpass.sh 

Log message:
Add quoting for test -z; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/22 16:45:52

Modified files:
	regress/usr.bin/ssh: test-exec.sh 

Log message:
Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding
arbitary options to sshd_config and ssh_config during tests.  ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 16:46:30

Modified files:
	sys/sys        : mbuf.h 
	sys/netinet    : if_ether.h 

Log message:
Add M_LINK0 for net80211; OK markus@ and mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/22 16:48:02

Modified files:
	x11/wampager   : Makefile distinfo 

Log message:
use sourceforge and update hashes, although the archives contain the same
files


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 16:49:44

src/sys/sys/net80211

Update of /cvs/src/sys/sys/net80211
In directory cvs.openbsd.org:/tmp/cvs-serv31527/net80211

Log Message:
Directory /cvs/src/sys/sys/net80211 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 16:51:45

src/sys/net80211

Update of /cvs/src/sys/net80211
In directory cvs.openbsd.org:/tmp/cvs-serv26005/net80211

Log Message:
Directory /cvs/src/sys/net80211 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 16:53:52

Modified files:
	sys/conf       : files 
Added files:
	sys/net80211   : ieee80211.c ieee80211.h ieee80211_compat.c 
	                 ieee80211_compat.h ieee80211_crypto.c 
	                 ieee80211_crypto.h ieee80211_input.c 
	                 ieee80211_ioctl.c ieee80211_ioctl.h 
	                 ieee80211_node.c ieee80211_node.h 
	                 ieee80211_output.c ieee80211_proto.c 
	                 ieee80211_proto.h ieee80211_radiotap.h 
	                 ieee80211_rssadapt.c ieee80211_rssadapt.h 
	                 ieee80211_var.h 
Removed files:
	sys/net        : if_ieee80211subr.c 

Log message:
Import current NetBSD/FreeBSD 802.11 framework.
Based in part on a diff from Matthew Gream.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/22 16:55:57

Modified files:
	regress/usr.bin/ssh: dynamic-forward.sh test-exec.sh 

Log message:
Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 16:58:06

Modified files:
	gnu/usr.sbin/mkhybrid/src: eltorito.c mkhybrid.8tbl 
	                           mkhybrid_man.html 

Log message:
Teach mkhybrid how to create an El Torito non-emulation boot CD, with
a 2,048-byte boot sector.

ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 17:00:16

Modified files:
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
During exception processing, we are not supposed to fault immediately
after re-enabling the FPU (unless exception handling code is suffering
from bugs, of course).

Should this happen, invoke the error fault handler, but at least clear
the exception state first, so that it gets a chance to run.


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 17:01:55

Modified files:
	sbin/fdisk     : cmd.c fdisk.8 

Log message:
Make the interactive "update" command match the command-line "-u"
option by updatng/setting the 0xAA55 signature at the end of the sector.

ok nick@ weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 17:05:28

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
horrid horrid horrid.  we have a race window where we, ourselves, do an
address deletion.  yesterday we stopped ignoring deletions.  but now
dhclient does not see itself coming up, and voila, we get more and processes.
so now make a 5-second window where we ignore delete messages, but terminate
if we get them at any other time.  a very relucant ok from henning who is
actively searching for a final solution to this problem.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/22 17:09:14

Modified files:
	www/p5-Apache-Test: Makefile distinfo 
	www/p5-Apache-Test/pkg: PLIST 

Log message:
update to Apache-Test-1.11
pvalchev@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 17:10:19

src/sys/arch/i386/stand/cdbr

Update of /cvs/src/sys/arch/i386/stand/cdbr
In directory cvs.openbsd.org:/tmp/cvs-serv26612/cdbr

Log Message:
Directory /cvs/src/sys/arch/i386/stand/cdbr added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 17:12:18

Added files:
	sys/arch/i386/stand/cdbr: Makefile cdbr.S 

Log message:
Enter cdbr, an El Torito no-emulation CD boot sector that fits
comfortably in a single CD sector of 2,048.  Not currently hooked into
the build.

Based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD
(dot) org, who agreed to change to a 3-clause BSD licence.  Thanks.

assistance, testing and ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/22 17:17:01

Modified files:
	usr.sbin/bgpd  : rde.c rde_attr.c rde_decide.c rde_prefix.c 
	                 rde_rib.c rde_update.c 

Log message:
Cleanup. jajaja henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 17:17:10

Modified files:
	sys/lib/libsa  : cd9660.c 

Log message:
Change of variable name from read to nread, to reduce difference
from NetBSD version.

ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 17:20:31

src/sys/arch/i386/stand/cdboot

Update of /cvs/src/sys/arch/i386/stand/cdboot
In directory cvs.openbsd.org:/tmp/cvs-serv1694/cdboot

Log Message:
Directory /cvs/src/sys/arch/i386/stand/cdboot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2004/06/22 17:40:38

Removed files:
	sys/arch/i386/stand: README 

Log message:
Remove... almost 10 years, and things have changed enough that this
is more historic than anything else.  If ya want it, find it in the
Attic.

ok tom@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 17:48:41

Removed files:
	net/pure-ftpd/patches: Tag: OPENBSD_3_5 patch-ftpwho_update_c 

Log message:
oops, should have been removed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/22 17:50:44

Modified files:
	devel/ffcall   : Makefile distinfo 

Log message:
update to 1.9: adds amd64 support


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/06/22 17:52:18

Modified files:
	sys/compat/common: kern_info_09.c 
	sys/compat/hpux: hpux_compat.c 
	sys/compat/ibcs2: ibcs2_misc.c 
	sys/compat/linux: linux_getcwd.c linux_misc.c 
	sys/compat/osf1: osf1_exec.c osf1_misc.c 
	sys/compat/sunos: sunos_misc.c 
	sys/compat/svr4: svr4_misc.c svr4_sockio.c svr4_stat.c 
	sys/compat/ultrix: ultrix_fs.c 

Log message:
Replace a whole bunch of scary uses of strncpy() with strlcpy() and
use compat-specific MAXNAMLEN values where appropriate

ok millert@, pedro@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/22 17:52:56

Modified files:
	faq            : faq14.html index.html 

Log message:
New article: 14.14 - Why does df(1)  tell me I have over 100% of my disk
used?


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 17:55:24

Modified files:
	sys/conf       : files 
	sys/dev/pci    : files.pci 
	sys/dev/cardbus: files.cardbus 
Added files:
	sys/dev/pci    : if_atw_pci.c 
	sys/dev/cardbus: if_atw_cardbus.c 
	sys/dev/ic     : atw.c atwvar.h rf3000reg.h si4136reg.h 
	share/man/man4 : atw.4 

Log message:
atw(4) driver from NetBSD (dyoung).  Based in part on a port by
Matthew Gream.

Unfortunately, the adm8211 card I have with me does not work correctly
with the driver yet so real testing will have to wait until I get
my hands on an adm8211-based DWL-650 or something similar.


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/06/22 18:08:51

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

Log message:
daa should be 0x27 and aaa 0x37
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 18:10:48

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

Log message:
tlp(4) is only found in NetBSD, here it is still dc(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/22 18:11:27

Modified files:
	usr.sbin/bgpd  : bgpd.8 bgpd.h parse.y 

Log message:
Support rfc 3765 which adds a new well known community NOPEER. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 18:12:51

Modified files:
	share/man/man4 : cardbus.4 pci.4 

Log message:
Mention atw.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 18:17:09

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

Log message:
The DWL520 version we support is rev L1


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 18:18:00

Modified files:
	share/man/man4 : Makefile 

Log message:
Install adw(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 18:21:49

Modified files:
	sys/arch/i386/include: biosvar.h 
	sys/arch/i386/stand/libsa: biosdev.c dev_i386.c diskprobe.c 
	                           libsa.h 
Added files:
	sys/arch/i386/stand/cdboot: Makefile cdboot.8 conf.c srt0.S 

Log message:
Enter cdboot, a CD-specific second-stage bootrap.

Testing krw@ and todd@, thanks.

assistance, testing and ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/22 18:29:56

Modified files:
	sys/arch/i386/stand: Makefile 

Log message:
Hook cdbr and cdboot into the build (though nothing uses them yet).

suggested by deraadt@  ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 18:30:36

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

Log message:
Since the NMI interrupt source on 88110 is, well, non maskable, it is
possible to receive it during autoconf.

In this case, do not enable _other_ interrupts while we are servicing it.

Note that, on the MVME197, since we are using the BUG for console output
during autoconf, it is still possible to abort the bootstrap and return
to the BUG with the NMI/ABORT switch.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 18:31:20

Modified files:
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
When servicing 88110 exceptions, reset dsr and isr as fast as possible.
While there, simplify badaddr() handling on 88110.


CVSROOT:	/cvs
Module name:	src
Changes by:	mouring@cvs.openbsd.org	2004/06/22 18:39:38

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

Log message:
-Wshadow fix up s/encrypt/do_encrypt/.  OK djm@, markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/22 18:52:54

Modified files:
	sys/arch/sparc64/sparc64: genassym.cf 

Log message:
Remove some ifdef notyet symbols for non-existent floppy driver. art@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/22 18:55:59

Modified files:
	sbin/isakmpd   : isakmpd.c ipsec.c 

Log message:
Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to not
touch flows.

initial work by markus
ok markus@ ho@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/22 18:56:45

Modified files:
	sbin/isakmpd   : ike_phase_1.c 

Log message:
Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man page
says we do. Noted and tested by alex at vbone.net. Also avoid a
potential SEGV here. hshoexer@ok


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/22 19:17:02

Modified files:
	sys/arch/sparc64/include: intr.h 

Log message:
tabs vs spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/22 19:17:29

Modified files:
	sbin/isakmpd   : Makefile sysdep.h util.c 

Log message:
Make compiling with Boehm's gc possible again.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 19:27:59

Added files:
	sys/dev/ic     : atwreg.h 

Log message:
Missed this in the atw(4) commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 19:36:59

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

Log message:
enable ahd by default (still some work for marco and krw, but it no
longer locks at boot on mine)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 19:41:51

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

Log message:
Add atw(4), commented out for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/22 21:01:53

Modified files:
	sbin/isakmpd   : ike_auth.c util.c util.h 

Log message:
Avoid stat before open.  Do open and fstat instead.
Remove check_file_secrecy() as it is obsoleted be check_file_secrecy_fd().

ok ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/22 21:20:17

Modified files:
	infrastructure/mk: perl.port.mk 

Log message:
perl modbuild should install the perl manpages into man/man3p and not
man/man3


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/22 21:21:15

Modified files:
	devel/p5-Module-Build/pkg: PLIST 

Log message:
sync PLIST. man3 -> man3p
ok sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/06/22 21:23:12

Modified files:
	devel/p5-Pod-Coverage/pkg: PLIST 

Log message:
sync PLIST. man3 -> man3p
ok sturm@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/06/22 21:23:19

Modified files:
	sys/dev/pci    : ahd_pci.c 
	sys/dev/ic     : aic79xx.c aic79xx.h 

Log message:
Make AHD_DEBUG compile.  ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/22 21:23:48

Modified files:
	devel/gconf-editor: Makefile distinfo 
	devel/gconf-editor/patches: patch-ltmain_sh 
	devel/gconf-editor/pkg: PLIST 
	devel/gconf2   : Makefile distinfo 
	devel/gconf2/patches: patch-doc_gconf_Makefile_in 
	                      patch-gconf_Makefile_in 
	                      patch-gconf_default_path_in 
	                      patch-gconf_gconftool_c patch-ltmain_sh 
	devel/gconf2/pkg: PLIST 
	devel/libglade2: Makefile distinfo 
	devel/libglade2/patches: patch-Makefile_in patch-configure 
	                         patch-ltmain_sh 
	devel/libglade2/pkg: PFRAG.shared PLIST 
	devel/libwnck  : Makefile distinfo 
	devel/libwnck/patches: patch-ltmain_sh 
	devel/libwnck/pkg: PFRAG.shared PLIST 
Added files:
	devel/gconf2/patches: patch-configure 
Removed files:
	devel/libglade2/patches: patch-doc_Makefile_in 
	                         patch-tests_Makefile_in 

Log message:
Updates to gconf-editor, gconf2, libglade2 and libwnck in support
of Gnome 2.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/22 21:26:21

Modified files:
	x11/gnome/applets2: Makefile distinfo 
	x11/gnome/applets2/patches: patch-gweather_Locations 
	                            patch-ltmain_sh 
	                            patch-wireless_wireless-applet_c 
	x11/gnome/applets2/pkg: PLIST PLIST-battstat 
	x11/gnome/controlcenter2: Makefile distinfo 
	x11/gnome/controlcenter2/patches: patch-ltmain_sh 
	x11/gnome/controlcenter2/pkg: PLIST 
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-desktop-item_c 
	                           patch-ltmain_sh 
	x11/gnome/desktop/pkg: PFRAG.shared PLIST 
	x11/gnome/eel  : Makefile distinfo 
	x11/gnome/eel/patches: patch-ltmain_sh 
	x11/gnome/eel/pkg: PFRAG.shared PLIST 
	x11/gnome/gail : Makefile distinfo 
	x11/gnome/gail/pkg: PLIST 
	x11/gnome/icon-theme: Makefile distinfo 
	x11/gnome/icon-theme/pkg: PLIST 
	x11/gnome/libbonobo: Makefile distinfo 
	x11/gnome/libbonobo/patches: patch-activation-server_Makefile_in 
	                             patch-configure patch-ltmain_sh 
	x11/gnome/libbonobo/pkg: PLIST 
	x11/gnome/libbonoboui: Makefile distinfo 
	x11/gnome/libbonoboui/patches: patch-ltmain_sh 
	x11/gnome/libbonoboui/pkg: PLIST 
	x11/gnome/libgnome: Makefile distinfo 
	x11/gnome/libgnome/patches: patch-ltmain_sh 
	x11/gnome/libgnome/pkg: PFRAG.shared PLIST 
	x11/gnome/libgnomecanvas: Makefile distinfo 
	x11/gnome/libgnomecanvas/patches: patch-demos_Makefile_in 
	                                  patch-ltmain_sh 
	x11/gnome/libgnomecanvas/pkg: PFRAG.shared PLIST 
	x11/gnome/libgnomeprint: Makefile distinfo 
	x11/gnome/libgnomeprint/patches: patch-configure patch-ltmain_sh 
	x11/gnome/libgnomeprint/pkg: PLIST 
	x11/gnome/libgnomeprintui: Makefile distinfo 
	x11/gnome/libgnomeprintui/patches: patch-ltmain_sh 
	x11/gnome/libgnomeprintui/pkg: PLIST 
	x11/gnome/libgnomeui: Makefile distinfo 
	x11/gnome/libgnomeui/patches: patch-libgnomeui_Makefile_in 
	                              patch-libgnomeui_gnome-ui-init_c 
	                              patch-ltmain_sh 
	                              patch-test-gnome_Makefile_in 
	x11/gnome/libgnomeui/pkg: PFRAG.shared PLIST 
	x11/gnome/libgtkhtml: Makefile distinfo 
	x11/gnome/libgtkhtml/pkg: PLIST 
	x11/gnome/librsvg: Makefile distinfo 
	x11/gnome/librsvg/patches: patch-configure patch-ltmain_sh 
	x11/gnome/librsvg/pkg: PFRAG.shared PLIST 
	x11/gnome/metacity: Makefile distinfo 
	x11/gnome/metacity/patches: patch-ltmain_sh 
	x11/gnome/metacity/pkg: PLIST 
	x11/gnome/nautilus: Makefile distinfo 
	x11/gnome/nautilus/patches: patch-add-include-prefix 
	                            patch-ltmain_sh 
	x11/gnome/nautilus/pkg: PFRAG.shared PLIST 
	x11/gnome/panel: Makefile distinfo 
	x11/gnome/panel/patches: patch-ltmain_sh 
	x11/gnome/panel/pkg: PFRAG.shared PLIST 
	x11/gnome/session: Makefile distinfo 
	x11/gnome/session/patches: patch-ltmain_sh 
	x11/gnome/session/pkg: DESCR PLIST 
	x11/gnome/terminal: Makefile distinfo 
	x11/gnome/terminal/patches: patch-ltmain_sh 
	x11/gnome/terminal/pkg: PLIST 
	x11/gnome/themes: Makefile distinfo 
	x11/gnome/themes/patches: patch-configure patch-ltmain_sh 
	x11/gnome/themes/pkg: PLIST 
	x11/gnome/users-guide: Makefile distinfo 
	x11/gnome/users-guide/pkg: PLIST 
	x11/gnome/utils: Makefile distinfo 
	x11/gnome/utils/patches: 
	                         patch-logview_gnome-system-log-descript_db 
	                         patch-logview_logrtns_c 
	x11/gnome/utils/pkg: PLIST 
	x11/gnome/vfs2 : Makefile distinfo 
	x11/gnome/vfs2/patches: patch-configure 
	x11/gnome/vfs2/pkg: PFRAG.shared PLIST 
	x11/gnome/yelp : Makefile distinfo 
	x11/gnome/yelp/patches: patch-ltmain_sh 
	x11/gnome/yelp/pkg: PLIST 
Added files:
	x11/gnome/applets2/patches: patch-battstat_battstat_schemas_in 
	x11/gnome/controlcenter2/patches: patch-configure 
	x11/gnome/libbonoboui/patches: patch-configure 
	x11/gnome/libgnome/patches: patch-configure 
	x11/gnome/libgnomecanvas/patches: patch-configure 
	x11/gnome/libgnomeui/patches: patch-configure 
	x11/gnome/nautilus/patches: patch-configure 
	x11/gnome/vfs2/patches: patch-modules_cdda-method_c 
Removed files:
	x11/gnome/applets2/patches: patch-battstat_Makefile_in 
	                            patch-battstat_battstat_applet_c 
	                            patch-battstat_properties_c 
	                            patch-cdplayer_Makefile_in 
	                            patch-charpick_Makefile_in 
	                            patch-configure 
	                            patch-drivemount_Makefile_in 
	                            patch-geyes_Makefile_in 
	                            patch-gkb-new_Makefile_in 
	                            patch-gtik_Makefile_in 
	                            patch-gweather_Makefile_in 
	                            patch-mini-commander_src_Makefile_in 
	                            patch-mixer_Makefile_in 
	                            patch-modemlights_Makefile_in 
	                            patch-multiload_Makefile_in 
	                            patch-stickynotes_Makefile_in 
	x11/gnome/nautilus/patches: 
	                            patch-libnautilus-private_filesystem-attributes_xml 
	                            patch-libnautilus-private_nautilus-volume-monitor_c 
	                            patch-src_file-manager_fm-icon-view_c 
	x11/gnome/terminal/patches: patch-src_Makefile_in 
	x11/gnome/utils/patches: patch-gdictsrc_Makefile_in 
	                         patch-gfloppy_Makefile_in 
	                         patch-gsearchtool_Makefile_in 
	                         patch-logview_Makefile_in 
	x11/gnome/vfs2/patches: patch-libgnomevfs_gnome-vfs-utils_c 
	x11/gnome/yelp/patches: patch-configure 

Log message:
Monster update to Gnome 2.6.  See, I am not slacking, really!

Change info on a Gnome mirror near you.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/22 21:46:50

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

Log message:
Clarify D-Link support by listing specific card revisions that
are prism-based (and thus are supported).  Idea from Scott Francis.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/06/22 21:56:59

Modified files:
	xc/programs/fvwm/sample.fvwmrc: system.fvwmrc 

Log message:
replace non working example (prompted by xsa)
.. rather than tile puffy, I chose one simple example that works on all bit
depths


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/22 21:58:30

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

Log message:
Remove useless debug code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 22:04:05

Modified files:
	databases/mysql/pkg: INSTALL-server 
Removed files:
	databases/mysql/pkg: MESSAGE-server 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/22 22:34:17

Modified files:
	sys/net        : pf_table.c 

Log message:
pfr_commit_ktable calls functions that can result in the current
ktable being destroyed, which makes it unsafe in a SLIST_FOREACH.

Fix from Chris Pascoe


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/22 22:40:06

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

Log message:
Fix one-byte overflow in interrupt handling allocator.  henning@, miod@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 22:50:00

Modified files:
	mail/dovecot/pkg: DEINSTALL INSTALL PLIST 

Log message:
@extra and some cleaning


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/22 23:00:15

Modified files:
	audio/opennap/pkg: MESSAGE 
	databases/gnats/pkg: INSTALL 
	mail/mailman/pkg: MESSAGE 

Log message:
remove messages about user/group change.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 23:15:21

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
better dead detect window code; still crap


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/06/22 23:16:35

Modified files:
	bin/systrace   : intercept.c intercept.h openbsd-syscalls.c 
	sys/dev        : systrace.c systrace.h 
	sys/kern       : exec_script.c kern_exec.c 

Log message:
a few fixes to systrace

- add an exec message so that whenever a set-uid/gid process
exec's a new image which we may control, the exec does not
go by unnoticed.

- take special care to check for P_SUGIDEXEC as well as
P_SUGID, corresponding to the same changes that were made in
the ptrace code a while ago

ok niels@, sturm@; thanks to naddy for testing


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/22 23:21:18

Modified files:
	usr.sbin/tcpdump: print-udpencap.c 

Log message:
pretty print; ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 23:22:18

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/22 23:22:19

Modified files:
	games/fortune/datfiles: recipes 

Log message:
halve the rice; sick of throwing out a giant pot every year


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/23 00:12:07

Modified files:
	usr.sbin/tcpdump: util.c tcpdump.8 

Log message:
-tttt prints time between packets; ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/23 00:29:26

Modified files:
	editors/xemacs21: Makefile 

Log message:
remove maintainer on his own request


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/23 01:10:05

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
kill that stupid AS path loop whining, that is normal


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/06/23 01:37:23

Modified files:
	sbin/wsconsctl : wsconsctl.8 wsconsctl.c 

Log message:
make -w optional; ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/23 02:12:35

Modified files:
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
Assorted night cleanups:
- only compile debug and ddb-specific code if option DEBUG or option DDB.
- shorten code path in 88100 case.
- do not enable interrupts before the C handler is called, for the 88110
NMI trap.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/23 08:17:05

Modified files:
	lang/ruby      : Makefile 
	lang/ruby/files: ruby.port.mk 

Log message:
- Fix packaging on amd64.
- Enable regression test.

ok couderc@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/23 08:31:01

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

Log message:
Fix counting in master/slave when passing environment variables; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/23 08:51:32

Modified files:
	net/isc-dhcp   : Makefile distinfo 

Log message:
update to v3.0.1rc14. ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/23 11:14:31

Modified files:
	sys/arch/i386/i386: cpu.c ioapic.c mpbios.c 
	sys/arch/i386/include: i82093reg.h i82093var.h 

Log message:
Renumber I/O APICs who clash with other APICs. Also clear the delivery
mode before setting it to fixed, since the MP BIOS may have left something
in that field. This fixed a Quad Xeon we have been loaned over the c2k4.


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/23 11:23:27

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

Log message:
oops, keep MP stuff inside MULTIPROCESSOR


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/06/23 11:42:46

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

Log message:
Do not send IPIs while cold.  Should probably fix the pmap_kremove panics some have seen.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/23 17:36:01

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Print corrent prefix. Found and tested by alex at vbone.net.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/23 17:38:10

Modified files:
	net/pork       : Makefile distinfo 
	net/pork/patches: patch-src_Makefile_in 
	net/pork/pkg   : PLIST 

Log message:
update to 0.99.3


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/06/23 18:00:20

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

Log message:
endian fix from chris pascoe

tested by nordin@ and david gwynne


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/23 20:52:43

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

Log message:
maintenance update to 2.6; ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/23 21:09:31

Modified files:
	net/bitlbee/pkg: INSTALL 
	net/pdnsd/pkg  : INSTALL 
	net/tacacs+/pkg: MESSAGE 
	net/silc-server/pkg: MESSAGE 

Log message:
remove messages about user/group change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/23 21:16:55

Modified files:
	net/vsftpd/pkg : INSTALL 
	security/scanlogd/pkg: MESSAGE 
	www/squid/pkg  : MESSAGE 
	www/privoxy/pkg: INSTALL 
	japanese/Wnn/pkg: MESSAGE 
	news/leafnode/pkg: INSTALL 

Log message:
remove messages about user/group change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/23 21:33:15

Modified files:
	mail/majordomo/pkg: INSTALL 
	mail/openwebmail/pkg: INSTALL 

Log message:
remove messages about user/group change.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/23 21:59:28

Modified files:
	gnu/usr.sbin/sendmail: LICENSE Makefile.inc RELEASE_NOTES 
	gnu/usr.sbin/sendmail/cf: README sendmail.schema 
	gnu/usr.sbin/sendmail/cf/cf: Makefile knecht.mc submit.mc 
	gnu/usr.sbin/sendmail/cf/feature: access_db.m4 authinfo.m4 
	                                  bitdomain.m4 dnsbl.m4 
	                                  domaintable.m4 
	                                  genericstable.m4 
	                                  ldap_routing.m4 local_lmtp.m4 
	                                  local_procmail.m4 
	                                  mailertable.m4 msp.m4 
	                                  uucpdomain.m4 virtusertable.m4 
	gnu/usr.sbin/sendmail/cf/m4: cfhead.m4 proto.m4 version.m4 
	gnu/usr.sbin/sendmail/cf/mailer: usenet.m4 
	gnu/usr.sbin/sendmail/contrib: buildvirtuser cidrexpand qtool.8 
	                               qtool.pl 
	gnu/usr.sbin/sendmail/doc/op: op.me 
	gnu/usr.sbin/sendmail/editmap: editmap.8 
	gnu/usr.sbin/sendmail/include/libmilter: mfapi.h mfdef.h 
	                                         milter.h 
	gnu/usr.sbin/sendmail/include/libsmdb: smdb.h 
	gnu/usr.sbin/sendmail/include/sendmail: mailstats.h sendmail.h 
	gnu/usr.sbin/sendmail/include/sm: bdb.h cdefs.h conf.h config.h 
	                                  debug.h errstring.h fdset.h 
	                                  gen.h io.h ldap.h rpool.h 
	                                  shm.h string.h varargs.h 
	gnu/usr.sbin/sendmail/include/sm/os: sm_os_aix.h 
	                                     sm_os_unixware.h 
	gnu/usr.sbin/sendmail/libmilter: README comm.c engine.c 
	                                 handler.c libmilter.h 
	                                 listener.c main.c signal.c 
	                                 smfi.c 
	gnu/usr.sbin/sendmail/libmilter/docs: api.html design.html 
	                                      index.html 
	                                      installation.html 
	                                      other.html overview.html 
	                                      sample.html 
	                                      smfi_addheader.html 
	                                      smfi_addrcpt.html 
	                                      smfi_chgheader.html 
	                                      smfi_delrcpt.html 
	                                      smfi_getpriv.html 
	                                      smfi_getsymval.html 
	                                      smfi_main.html 
	                                      smfi_register.html 
	                                      smfi_replacebody.html 
	                                      smfi_setbacklog.html 
	                                      smfi_setconn.html 
	                                      smfi_setpriv.html 
	                                      smfi_setreply.html 
	                                      smfi_settimeout.html 
	                                      xxfi_abort.html 
	                                      xxfi_body.html 
	                                      xxfi_close.html 
	                                      xxfi_connect.html 
	                                      xxfi_envfrom.html 
	                                      xxfi_envrcpt.html 
	                                      xxfi_eoh.html 
	                                      xxfi_eom.html 
	                                      xxfi_header.html 
	                                      xxfi_helo.html 
	gnu/usr.sbin/sendmail/libsm: Makefile README assert.c clock.c 
	                             config.c debug.c errstring.c exc.c 
	                             flags.c ldap.c local.h mbdb.c 
	                             refill.c rpool.c shm.c smstdio.c 
	                             stdio.c strdup.c t-shm.c 
	                             vasprintf.c 
	gnu/usr.sbin/sendmail/libsmdb: smdb2.c 
	gnu/usr.sbin/sendmail/libsmutil: cf.c lockfile.c safefile.c 
	gnu/usr.sbin/sendmail/mail.local: README mail.local.8 
	                                  mail.local.c 
	gnu/usr.sbin/sendmail/mailstats: mailstats.8 mailstats.c 
	gnu/usr.sbin/sendmail/makemap: makemap.8 makemap.c 
	gnu/usr.sbin/sendmail/sendmail: Makefile README SECURITY 
	                                TRACEFLAGS TUNING alias.c bf.c 
	                                collect.c conf.c conf.h 
	                                control.c daemon.c deliver.c 
	                                domain.c envelope.c err.c 
	                                headers.c macro.c mailq.8 main.c 
	                                map.c mci.c milter.c mime.c 
	                                parseaddr.c queue.c readcf.c 
	                                recipient.c sasl.c savemail.c 
	                                sendmail.8 sendmail.h sfsasl.c 
	                                sm_resolve.c srvrsmtp.c stab.c 
	                                stats.c sysexits.c tls.c trace.c 
	                                udb.c usersmtp.c util.c 
	                                version.c 
	gnu/usr.sbin/sendmail/smrsh: smrsh.8 smrsh.c 
	gnu/usr.sbin/sendmail/vacation: vacation.1 vacation.c 
Added files:
	gnu/usr.sbin/sendmail: CACerts 
	gnu/usr.sbin/sendmail/cf/feature: conncontrol.m4 greet_pause.m4 
	                                  mtamark.m4 ratecontrol.m4 
	                                  use_client_ptr.m4 
	gnu/usr.sbin/sendmail/cf/ostype: unicos.m4 unicosmk.m4 
	                                 unicosmp.m4 
	gnu/usr.sbin/sendmail/contrib: socketmapClient.pl 
	                               socketmapServer.pl 
	gnu/usr.sbin/sendmail/include/sm/os: sm_os_unicos.h 
	                                     sm_os_unicosmk.h 
	                                     sm_os_unicosmp.h 
	gnu/usr.sbin/sendmail/libmilter/docs: smfi_insheader.html 
	                                      smfi_progress.html 
	                                      smfi_quarantine.html 
	                                      smfi_setdbg.html 
	                                      smfi_setmlreply.html 
	                                      smfi_stop.html 
	gnu/usr.sbin/sendmail/sendmail: ratectrl.c 
Removed files:
	gnu/usr.sbin/sendmail/cf/feature: nodns.m4 
	gnu/usr.sbin/sendmail/contrib: oldbind.compat.c 
	gnu/usr.sbin/sendmail/libsm: vsprintf.c 

Log message:
Update to sendmail.8.13.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/23 22:07:54

Modified files:
	misc/screen    : Makefile 
	misc/screen/pkg: DEINSTALL INSTALL PLIST 

Log message:
- remove -sample from screenrc example file, its pretty obvious when its in
the examples dir
- cleaning


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/23 22:28:35

src/regress/lib/libc/hsearch

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

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


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/23 22:33:07

Modified files:
	regress/lib/libc: Makefile 
Added files:
	regress/lib/libc/hsearch: Makefile hsearchtest.c 

Log message:
hsearch regress from NetBSD via ray at cyth dot net


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/23 22:35:13

Modified files:
	share/mk       : bsd.lib.mk bsd.own.mk 

Log message:
undo tree breakage, sorry


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/23 22:43:33

Modified files:
	lib/libc/db/hash: Makefile.inc 
	lib/libc/db/man: Makefile.inc 
	lib/libc/stdlib: Makefile.inc 
Added files:
	lib/libc/stdlib: hcreate.3 hcreate.c 
Removed files:
	lib/libc/db/hash: hsearch.c 
	lib/libc/db/man: hcreate.3 

Log message:
Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.
Now passes the regress tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/23 23:30:20

ports/textproc/source-highlight/patches

Update of /cvs/ports/textproc/source-highlight/patches
In directory cvs.openbsd.org:/cvs.d/hack/kevlo/ports/textproc/source-highlight/patches

Log Message:
Directory /cvs/ports/textproc/source-highlight/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/23 23:30:47

Modified files:
	textproc/source-highlight: Makefile distinfo 
	textproc/source-highlight/pkg: PLIST 
Added files:
	textproc/source-highlight/patches: patch-src_lib_fileutil_cc 

Log message:
update to 1.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/24 00:21:50

Added files:
	education/drgeo/patches: patch-geo_define_h 
	                         patch-geo_drgeo_buildObject_cc 
	                         patch-geo_drgeo_numeric_cc 
	                         patch-geo_drgeo_scm_interface_cc 

Log message:
work around namespace pollution from <machine/param.h> on powerpc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/24 00:35:51

Modified files:
	databases/mysql: Makefile 
Added files:
	databases/mysql/patches: gcc-patch-sql_Makefile_in 
Removed files:
	databases/mysql/patches: patch-sql_Makefile.in 

Log message:
use this workaround only with gcc2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 01:02:08

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

Log message:
missing Xr


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/24 01:44:58

Modified files:
	graphics/ImageMagick: Makefile distinfo 
	graphics/ImageMagick/patches: patch-ltmain_sh 
	graphics/ImageMagick/pkg: PFRAG.shared PLIST 
Removed files:
	graphics/ImageMagick/patches: gcc-magick_Makefile_in 
	                              patch-configure 
	                              patch-delegates_Makefile_in 
	                              patch-ltcf-c.sh patch-ltcf-cxx.sh 
	                              patch-ltconfig 
	                              patch-utilities_Makefile_in 
	                              patch-utilities_cgimagick_c 

Log message:
upgrade to ImageMagick 6.0.0-2


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/24 03:07:39

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

Log message:
ultra minor KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/24 09:01:33

Modified files:
	sys/netinet6   : ip6_forward.c 

Log message:
"error" could be left uninitialized


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/24 09:58:58

Modified files:
	sbin/isakmpd   : policy.c 

Log message:
Also handle keys from x509-certificates embedded in keynote credentials.

with msf@
ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 09:58:58

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 10:14:40

Modified files:
	include        : search.h 
	lib/libc       : shlib_version 
	lib/libpthread : shlib_version 

Log message:
hsearch API/ABI u_int -> size_t -> crank majors; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 10:16:14

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.sparc 
	                         md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/24 10:22:49

Added files:
	gnu/usr.sbin/sendmail/libmilter/docs: smfi_opensocket.html 

Log message:
Missing file from 8.13.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 10:23:37

Modified files:
	x11/xscreensaver: Makefile distinfo 
	x11/xscreensaver/patches: patch-configure_in 
	                          patch-driver_XScreenSaver_ad_in 
	                          patch-driver_screensaver-properties_desktop_in 
	                          patch-driver_xscreensaver_man 
	                          patch-po_Makefile_in_in 
	x11/xscreensaver/pkg: PLIST 
Added files:
	x11/xscreensaver/patches: patch-hacks_apple2-main_c 
	                          patch-hacks_phosphor_c 

Log message:
Update to 4.16.  More screensaver hacks... same autoconf hacks.


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2004/06/24 10:24:19

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

Log message:
Add ehci. ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 10:31:02

Modified files:
	sys/arch/sparc64/stand/installboot: installboot.c 

Log message:
free() correct object; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 10:38:59

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

Log message:
If a line in boot.conf is too long for our buffer, stop before we
overrun the buffer, print an error message, then stop processing
boot.conf.  Also change name of variable "eof" to "rc", since it's
not just for eof.

ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/24 11:02:49

Modified files:
	sbin/isakmpd   : monitor.c 

Log message:
Remove some unused code.
Fix handling of sigchild.  Now it's possible to sigstop/sigcont isakmpd
correclty.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 11:10:17

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

Log message:
Add comment explaining what "bootprompt" is for


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 11:18:14

Modified files:
	xc/programs/xdm: Imakefile xdm.man 

Log message:
fix log file location in manual page


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/24 11:21:49

Modified files:
	editors/xemacs21: Makefile distinfo 
	editors/xemacs21/pkg: PLIST 
Added files:
	editors/xemacs21/patches: patch-lib-src_gnuserv_h 
	                          patch-lib-src_gnuslib_c 
	                          patch-lib-src_movemail_c 

Log message:
update to xemacs 21.4.15

based on a diff from Gregory Steuck <greg at y2004.nest.cx>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/24 11:38:14

Modified files:
	editors/xemacs21-sumo: Makefile 

Log message:
remove MAINTAINER here too


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/24 12:04:45

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

Log message:
When given multiple processes to kill, keep going if we are unable to kill
one (previously it would error out and not kill the remaining ones).
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/24 12:19:26

Modified files:
	lib/libkvm     : kvm_proc.c 

Log message:
Allocate 8 pages for process argv, not one.  This should really be ARG_MAX
but sysctl_proc_args() needs changes to support that.


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 12:27:45

Modified files:
	etc/mail       : Makefile 

Log message:
Add genericstable to the list of databases we can create automatically.

"looks fine" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/06/24 12:29:38

Modified files:
	lib/libpcap    : pcap.h 

Log message:
make safe for inclusion in C++ code; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 12:40:14

Modified files:
	textproc/gpdf  : Makefile distinfo 
	textproc/gpdf/pkg: PLIST 
Added files:
	textproc/gpdf/patches: patch-xpdf_gpdf-control_cc 
Removed files:
	textproc/gpdf/patches: patch-ltmain_sh patch-shell_gpdf_c 

Log message:
Update to 0.132 to sync up with Gnome 2.6.  And printing works too :)


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/06/24 13:01:30

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

Log message:
Work in progress, early check-in requested by niklas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/24 13:20:18

Added files:
	archivers/rar  : systrace.policy 

Log message:
special bsdos systrace policy


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/24 13:27:00

Modified files:
	graphics/transcode: Makefile 
	graphics/transcode/patches: patch-acinclude_m4 
	                            patch-aclib_Makefile_in 
	                            patch-aclocal_m4 
	                            patch-autotools_ltmain_sh 
	                            patch-avilib_avilib_c 
	                            patch-bbmpeg_Makefile_in 
	                            patch-bbmpeg_tcmplex_Makefile_in 
	                            patch-config_h_in patch-configure_in 
	                            patch-export_Makefile_in 
	                            patch-ffmpeg_libavcodec_Makefile_in 
	                            patch-filter_pp_postprocess_c 
	                            patch-import_ioaux_c 
	                            patch-import_nuv_rtjpeg_aud_plugin_c 
	                            patch-import_nuv_rtjpeg_vid_plugin_c 
	                            patch-libac3_Makefile_in 
	                            patch-libdvenc_Makefile_in 
	                            patch-libioaux_Makefile_in 
	                            patch-libvo_Makefile_in 
	graphics/transcode/pkg: PLIST 

Log message:
improve port, from Jacob Meuser <jakemsr at jakemsr.com>
maintainer ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/24 13:29:18

Added files:
	graphics/transcode/patches: patch-avilib_Makefile_in 
	                            patch-export_export_fame_c 
	                            patch-export_export_mov_c 
	                            patch-import_decode_mov_c 
	                            patch-libvo_video_out_h 
	                            patch-libvo_yuv2rgb_mmx_c 
Removed files:
	graphics/transcode/patches: patch-acinclude_m4 patch-config_h_in 

Log message:
forgot these


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/24 13:30:54

Modified files:
	usr.bin/ssh    : servconf.c servconf.h sshd.c 

Log message:
re-exec sshd on accept(); initial work, final debugging and ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/24 13:32:00

Modified files:
	regress/usr.bin/ssh: Makefile test-exec.sh 
Added files:
	regress/usr.bin/ssh: reexec.sh 

Log message:
regress test for re-exec corner cases


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/24 13:35:27

Modified files:
	sys/altq       : altq_subr.c 
	sys/arch/amd64/amd64: cpu.c 
	sys/arch/i386/i386: cpu.c 
	sys/compat/hpux: hpux_compat.c 
	sys/compat/linux: linux_misc.c 
	sys/compat/osf1: osf1_misc.c 
	sys/compat/sunos: sunos_misc.c 
	sys/dev/ic     : isp_openbsd.h nslm7x.c smc90cx6.c 
	sys/dev/pci    : ncr.c 
	sys/dev/raidframe: rf_etimer.h 
	sys/dev/usb    : usb.c 
	sys/dev/wscons : wskbd.c wsmouse.c wsmux.c 
	sys/kern       : init_main.c kern_acct.c kern_clock.c 
	                 kern_event.c kern_fork.c kern_synch.c 
	                 kern_time.c subr_disk.c subr_pool.c 
	                 sys_generic.c sys_pipe.c uipc_usrreq.c 
	                 vfs_bio.c 
	sys/miscfs/kernfs: kernfs_vnops.c 
	sys/miscfs/portal: portal_vnops.c 
	sys/miscfs/procfs: procfs_vnops.c 
	sys/msdosfs    : msdosfs_denode.c msdosfs_vnops.c 
	sys/net        : if_sl.c if_spppsubr.c if_strip.c pf_norm.c 
	                 pfkeyv2_convert.c 
	sys/netccitt   : hd_debug.c 
	sys/netinet    : ip_carp.c 
	sys/netiso     : tp_meas.c tp_param.h tp_trace.c 
	sys/netns      : ns_input.c 
	sys/nfs        : nfs_serv.c nfs_socket.c nfs_syscalls.c 
	                 nfs_vnops.c nfsm_subs.h 
	sys/sys        : pipe.h time.h 
	sys/ufs/ext2fs : ext2fs_inode.c ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_inode.c ffs_softdep.c 
	sys/ufs/lfs    : lfs_inode.c lfs_vnops.c 
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
This moves access to wall and uptime variables in MI code,
encapsulating all such access into wall-defined functions
that makes sure locking is done as needed.

It also cleans up some uses of wall time vs. uptime some
places, but there is sure to be more of these needed as
well, particularily in MD code.  Also, many current calls
to microtime() should probably be changed to getmicrotime(),
or to the {,get}microuptime() versions.

ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others
"Oh, that is not your problem!" from miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/24 13:59:15

Modified files:
	sys/arch/luna88k/luna88k: pmap.c 
	sys/arch/mvme88k/mvme88k: pmap.c 

Log message:
Typos in DEBUG code.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/24 14:21:12

Modified files:
	lib/libc       : shlib_version 

Log message:
change note as to when thread lib needs updating.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 14:22:41

Modified files:
	lib/libkeynote : keynote.1 

Log message:
Remove unsupported algortihm types from keynote keygen section of the manpage.
ok hshoexer@ ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 14:44:07

Modified files:
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 

Log message:
let vax build lynx (workaround); miod ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/24 14:44:07

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
remove netiso stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/24 14:47:50

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
iso is gone


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/24 15:00:03

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
Remove the 8 page limit for sysctl_proc_args after discussing with Theo.
Add trivial support for passing a NULL pointer for the argv buffer;
currently just returns ARG_MAX for KERN_PROC_ARGV and KERN_PROC_ENV.


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/06/24 15:00:11

Modified files:
	bin/systrace   : intercept.c 

Log message:
if we have detached after an exec, bail out early, and avoid a double free.

ok provos@, "works fine" sturm@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/24 15:06:47

Modified files:
	lib/libkvm     : kvm_proc.c 

Log message:
Back out part of last commit; we want to realloc + loop for argv too.


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 15:34:33

Modified files:
	lib/libkeynote : keynote.h 

Log message:
make keynote.h C++ safe
ok todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/24 15:35:15

Modified files:
	archivers/unzip: Makefile distinfo 
	archivers/unzip/patches: patch-unix_Makefile 
Removed files:
	archivers/unzip/patches: patch-man_unzip_1 patch-unix_unix_c 

Log message:
update to unzip 5.51


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/24 15:39:44

Modified files:
	sysutils/modlogan: Makefile distinfo 
	sysutils/modlogan/pkg: PFRAG.shared PLIST 

Log message:
update to 0.8.11
pvalchev@ OK


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/06/24 15:53:10

Modified files:
	.              : i386.html 

Log message:
Sync DWL-520 and DWL-650 info w/ wi(4) man page


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/24 16:01:55

Modified files:
	usr.sbin/bgpd  : rde_attr.c 

Log message:
Make community set strict aligenment save, remove unneeded ENSUREs
OK henning@ djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/24 16:02:41

Modified files:
	lib/libkeynote : keynote.3 

Log message:
Document kn_get_string() a bit better and describe the return value.

ok ho@ msf@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 16:10:18

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

Log message:
Minor changes (structural, not behavioural) in order to support a regress
test for boot command handling.

Suggested by avsm@; discussed with avsm@ and weingart@ - thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/24 16:25:26

Modified files:
	sys/net        : rtsock.c 

Log message:
KNF, cleanup, readability fixes... this hurt
ok itojun claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/06/24 16:29:31

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

Log message:
A little better but still work in progress.


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 16:32:26

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

Log message:
Turn off timeouts if the user types anything at all.  This prevents an
automatic boot in 5 seconds after you type "set tty com0", for example.

"I like this" deraadt@, "oh! yes" henning@, ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/06/24 16:35:57

Modified files:
	sys/arch/powerpc/include: param.h 
	sys/arch/powerpc/powerpc: pmap.c trap.c vm_machdep.c 
	sys/arch/macppc/include: vmparam.h 
	sys/arch/macppc/macppc: genassym.cf locore.S machdep.c 
	                        ofw_machdep.c 
	sys/arch/mvmeppc/include: vmparam.h 
	sys/arch/mvmeppc/mvmeppc: genassym.cf locore.S machdep.c 

Log message:
Do a better job at containing powerpc specific #defines to PPC_...
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 16:41:39

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

Log message:
Identify ourselves on the new console device when it's changed.

ok weingart@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/24 17:04:11

Modified files:
	textproc/xxdiff: Makefile 

Log message:
work around a C/C++ namespace issue (fixes build on powerpc)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/24 17:06:02

Modified files:
	net/gaim/files : ssl-openssl.c 

Log message:
make SSL error handling a little better, based on same change for
GNUTLS plugin that comes with Gaim.


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 17:08:24

Removed files:
	lib/libkeynote : getopt.c getopt.h 

Log message:
Remove unused getopt implementation. These files are not used.
ok hshoexer@ theo@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/24 17:15:58

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_attr.c rde_filter.c 

Log message:
First step at multiprotocol support, only partially done.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 17:57:20

Modified files:
	misc/shared-mime-info: Makefile distinfo 
	misc/shared-mime-info/pkg: PLIST 
Removed files:
	misc/shared-mime-info/patches: patch-Makefile_in 

Log message:
Fix LIB_DEPENDS and update to 0.14 while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 17:58:34

Modified files:
	x11/gnome/gdm  : Makefile distinfo 
	x11/gnome/gdm/patches: patch-config_Makefile_in 
	                       patch-config_Xsession_in 
	                       patch-config_gdm_conf_in patch-configure 
	                       patch-daemon_gdm-net_c 
	                       patch-daemon_slave_c 
	                       patch-gui_greeter_greeter_c 
	                       patch-ltmain_sh 
	x11/gnome/gdm/pkg: DEINSTALL INSTALL PLIST 
Removed files:
	x11/gnome/gdm/patches: patch-gui_gdmlogin_c 

Log message:
Update to 2.6.0.3 in sync with Gnome 2.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 18:05:05

Removed files:
	x11/bitstream-vera-fonts: Makefile distinfo 
	x11/bitstream-vera-fonts/pkg: DESCR INSTALL PLIST 

Log message:
Bye-bye.  This is in our base XFree (and has been for a bit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 18:05:57

Modified files:
	x11            : Makefile 

Log message:
-bitstream-vera-fonts


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/06/24 18:14:38

Modified files:
	x11/xawtv      : Makefile distinfo 
Added files:
	x11/xawtv/patches: patch-x11_blit_c 

Log message:
update to 3.93; add a patch to fix some compile time warnings because OpenGL
support is disabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/24 18:16:36

Modified files:
	lang/librep    : Makefile 
	lang/librep/pkg: PFRAG.shared PLIST 
	x11/rep-gtk    : Makefile 
	x11/rep-gtk/pkg: PFRAG.shared PLIST 
	x11/sawfish    : Makefile 
	x11/sawfish/pkg: PFRAG.shared PLIST 

Log message:
fix packaging on amd64


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 18:23:54

Modified files:
	xc/lib/Xt      : ActionHook.c Alloc.c ArgList.c Callback.c 
	                 ClickTime.c Composite.c Constraint.c Convert.c 
	                 Converters.c Core.c Create.c Destroy.c 
	                 Display.c Error.c Event.c EventI.h EventUtil.c 
	                 Functions.c GCManager.c Geometry.c GetActKey.c 
	                 GetResList.c GetValues.c HookObj.c Hooks.c 
	                 Initialize.c Intrinsic.c Intrinsic.h 
	                 IntrinsicI.h IntrinsicP.h Keyboard.c Manage.c 
	                 NextEvent.c Object.c PassivGrab.c Pointer.c 
	                 Popup.c PopupCB.c RectObj.c ResConfig.c 
	                 ResourceI.h Resources.c Selection.c 
	                 SelectionI.h SetValues.c SetWMCW.c Shell.c 
	                 TMaction.c TMgrab.c TMkey.c TMparse.c TMprint.c 
	                 TMstate.c Threads.c TranslateI.h VarGet.c 
	                 Varargs.c Xt-def.cpp Xtos.h 

Log message:
Sync with XFree86 HEAD:
97. Convert lib/Xt to ANSI C (Thomas Dickey).
111. Fixes for a few valgrind warnings in lib/Xt (Thomas Dickey).


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/24 18:28:05

Added files:
	graphics/gtkam/patches: patch-src_Makefile_in 

Log message:
Zap -DGTK_DISABLE_DEPRECATED so this builds with GTK 2.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/24 18:35:03

Modified files:
	regress/lib/libc/getaddrinfo: answer 

Log message:
recover IPv6 entries somehow disappeared.  David Krause


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 18:39:55

Modified files:
	xc/programs/fvwm/libs: Picture.c Strings.c System.c XResource.c 
	                       envvar.c gethostname.c 

Log message:
strcat/strcpy -> strlcat/strlcpy.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/24 18:42:58

Modified files:
	sys/net        : pf.c pf_norm.c pfvar.h 
	sys/netinet6   : ip6_forward.c 

Log message:
IPv6 reassembly on "scrub" directive.

caveats: (to be addressed soon)
- "scrub in" should queue fragments back into ip6intrq again, but
somehow it does not happen - the packet is kept inside reass queue.
need investigation
- ip6_forwarding path is not tested
- does not use red-black tree.  somehow red-black tree behaved badly
and was not robust.  performance issue, the above one is more
important.

good things:
- "scrub out" is perfectly ok
- i think now we can inspect upper-layer protocol fields (tcp port)
even if ip6 packet is fragmented.
- reass queue will be cleaned up properly by timeout (60sec).  we might
want to impose pool limit as well


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 18:44:02

Modified files:
	usr.bin/keynote: Makefile 

Log message:
cleanup.
ok millert@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 18:44:04

Modified files:
	xc/programs/Xserver/Xext: xf86bigfont.c 
	xc/programs/Xserver/hw/vfb: InitOutput.c 
	xc/programs/x11perf: do_blt.c 

Log message:
stricter mode for shared memory segments. From todd@ a loong time ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 18:46:16

Removed files:
	lib/libkeynote : Makefile.in config.hin configure configure.in 

Log message:
Remove unused gnu style configure stuff.
ok hshoexer@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/06/24 18:54:28

Modified files:
	sys/dev/pci    : ncr.c 
	sys/net        : pf_if.c 
	sys/netiso     : tp_param.h 
	sys/nfs        : nfs_syscalls.c 
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Minor fixes suggested by nordin@ and henning@
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/24 18:58:39

Modified files:
	sbin/isakmpd   : init.c log.c monitor.c monitor.h ui.c 

Log message:
Narrow down privsep interface.  Remove ui_init to monitor. So we can get rid of
monitor_mkfifo.

Work in progress.

ok ho@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 19:02:40

Modified files:
	xc/lib/xtrans  : Xtrans.c Xtranssock.c Xtransutil.c 

Log message:
Get rid of strcpy/strcat/sprintf.


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 19:02:53

Modified files:
	sys/arch/i386/include: specialreg.h 

Log message:
Add extended CPUID flag value for AMD64 LONG identification.  Taken from
arch/amd64/include/specialreg.h.

"fine by me" weingart@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 19:04:48

Modified files:
	xc/programs/Xserver/os: access.c k5auth.c log.c oscolor.c 
	                        osinit.c rpcauth.c utils.c xdmcp.c 

Log message:
Get rid of strcat/strcpy/sprintf.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/24 19:16:09

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

Log message:
only perform tcp wrappers checks when the incoming connection is on a socket.
silences useless warnings from regress tests that use proxycommand="sshd -i"
prompted by david@ ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/24 19:25:12

Modified files:
	regress/usr.bin/ssh: reexec.sh test-exec.sh 

Log message:
clean reexec-specific junk out of text-exec.sh and simplify; idea markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/24 19:26:02

Modified files:
	sbin/route     : keywords keywords.c keywords.h keywords.sh 
	                 route.8 route.c show.c 

Log message:
remove netiso and netns code


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/24 19:32:44

Modified files:
	regress/usr.bin/ssh: reexec.sh 

Log message:
simplify


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/24 19:32:54

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

Log message:
Avoid spurious error message "line too long" (introduced with last commit,
which fixed a buffer overflow here).

ok weingart@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 19:46:52

Modified files:
	xc/config/cf   : xf86.tmpl 
	xc/programs/Xserver/hw/xfree86/loader: xf86sym.c 

Log message:
Enable propolice on XFree86 modules.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/24 20:35:36

Modified files:
	sbin/ipsecadm  : ipsecadm.c 

Log message:
remove two ununsed includes


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/24 21:04:25

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
disallow udpencap_port in bind(0); ok ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/24 21:26:25

Modified files:
	devel/swig/patches: patch-Makefile_in 
	devel/swig/pkg : PLIST 

Log message:
install swig.m4


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/24 21:52:15

Modified files:
	misc/buffer    : Makefile 
Added files:
	misc/buffer/patches: patch-Makefile 
Removed files:
	misc/buffer/patches: patch-aa 

Log message:
respect CC; sync patches while there;
okay naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/24 22:09:03

Modified files:
	share/man/man4 : tun.4 
	sys/net        : if_tun.c if_tun.h 

Log message:
Add tap aka layer 2 tunneling support to tun(4). It can be enabled by setting
the link0 flag via ifconfig(8). OK markus@, canacar@ also tested by ish@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/24 22:12:52

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

Log message:
typo noticed by theo.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 22:16:40

Modified files:
	xc/lib/xtrans  : Xtranssock.c 

Log message:
Fixed error checking in the unix socket creation code so it
doesn't mistakenly always send an EADDRINUSE (Freedesktop
Bugzilla #363, Jeremy Katz).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/24 22:22:16

Added files:
	devel/lincvs/patches: patch-src_lincvs_cpp 

Log message:
C++ fix for gcc3 (which mysteriously only shows up on powerpc)


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 22:25:00

Modified files:
	xc/programs/Xserver/dix: devices.c extension.c 

Log message:
strcpy -> strlcpy


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/06/24 22:30:50

Modified files:
	devel/gconf-editor: Makefile 

Log message:
add evil XML::Parser dependency; ok marcm


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 22:42:24

Modified files:
	xc/programs/Xserver/Xext: xres.c 

Log message:
snprintf


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 22:45:26

Modified files:
	xc/programs/Xserver/lbx: lbxexts.c 

Log message:
strcpy


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/24 22:46:34

Modified files:
	mail/bulk_mailer: Makefile 
Added files:
	mail/bulk_mailer/patches: patch-Makefile_in patch-bulk_mailer_c 
Removed files:
	mail/bulk_mailer/patches: patch-aa patch-ab 

Log message:
- respect CC and CFLAGS
- use BSD_INSTALL_* in patch-Makefile_in
- sync patches while there
okay kevlo@.


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 23:06:50

Modified files:
	lib/libkeynote : Makefile auxil.c base64.c environment.c 
	                 header.h keynote-keygen.c keynote-main.c 
	                 keynote-sign.c keynote-sigver.c keynote-ver.l 
	                 keynote-ver.y keynote-verify.c keynote.l 
	                 keynote.y parse_assertion.c sample-app.c 
	                 signature.c 

Log message:
Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.

ok millert@ deraadt@ hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/24 23:08:28

Removed files:
	lib/libkeynote : config.h 

Log message:
Remove config.h. Last of the remaining configure artifacts.
ok millert@ deraadt@ hshoexer@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/24 23:18:26

Modified files:
	xc/programs/Xserver/Xext: security.c 

Log message:
strlcpy ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/06/24 23:38:48

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

Log message:
Fall back to stat+rename if filesystem doesn't doesn't support hard
links.  bz#823, ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/24 23:45:49

Modified files:
	sbin/pfctl     : parse.y 

Log message:
repair tree nanobreak by the nanobum


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 00:14:08

Modified files:
	editors/abiword: Makefile distinfo 
	editors/abiword/patches: 
	                         patch-abi_src_af_util_xp_ut_string_class_cpp 
	                         patch-abi_src_af_util_xp_ut_types_h 
	editors/abiword/pkg: PLIST 
Added files:
	editors/abiword/pkg: PFRAG.gnome 

Log message:
Update to 2.0.7.  GTK 2.4 fixes and build fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/25 00:46:57

Modified files:
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.4/pkg: PLIST 

Log message:
install m4 macro -- PR#3819


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/25 02:41:19

Modified files:
	sys/ddb        : db_command.c 
	sys/kern       : kern_sysctl.c 
	sys/arch/i386/include: cpu.h 

Log message:
Instead of accessing ci_dev (that's an MI field), provide a marco that
translates a cpu_info structure into a human-readable cpu number.

drahn@ deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/25 02:57:11

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

Log message:
Provide information about the raw (unswizzled) intrrupt pin in
pci_attach_args.
drahn@ deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/25 03:46:46

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

Log message:
fix MAC address initialization on big endian machines; found by naddy, ok drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/06/25 03:49:12

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

Log message:
enable re(4) now that it works


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/25 04:10:14

Modified files:
	sys/net        : pfvar.h 

Log message:
re-introduce PF_INOUT and move PF_FORWARD def to the end.
pfctl is assuming that the keyword == 0 in its parser! (see decl for "dir").


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/25 05:03:28

Modified files:
	sys/arch/amd64/amd64: cpu.c fpu.c gdt.c genassym.cf i8259.c 
	                      identcpu.c intr.c locore.S machdep.c 
	                      microtime.S pmap.c spl.S vector.S 
	                      vm_machdep.c 
	sys/arch/amd64/compile: .cvsignore 
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD files.amd64 
	sys/arch/amd64/include: cpu.h frame.h i82093reg.h intr.h 
	                        mpconfig.h pic.h 
	sys/arch/amd64/isa: clock.c 
	sys/arch/amd64/pci: pci_machdep.c 
Added files:
	sys/arch/amd64/amd64: apic.c ioapic.c ipi.c ipifuncs.c lapic.c 
	                      mpbios.c mptramp.S 
	sys/arch/amd64/conf: GENERIC.MP 
	sys/arch/amd64/include: i82489var.h lock.h 

Log message:
SMP support. Big parts from NetBSD, but with some really serious debugging
done by me, niklas and others. Especially wrt. NXE support.

Still needs some polishing, especially in dmesg messages, but we're now
building kernel faster than ever.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/25 05:03:36

Modified files:
	etc/etc.amd64  : Makefile.inc 

Log message:
build & ship bsd.rd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/25 05:03:39

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/06/25 05:04:03

Modified files:
	sys/net        : pf.c pf_norm.c 

Log message:
correct "scrub in" behavior for IPv6.
remaining TODO:
- "forward" case kernel behavior (IPv4 too), then pfctl syntax change
- red-black tree


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/25 05:09:05

Modified files:
	.              : plus.html 

Log message:
fat update; lucas@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/25 05:31:21

Modified files:
	sys/arch/amd64/amd64: ioapic.c 

Log message:
pretty


CVSROOT:	/cvs
Module name:	XF4
Changes by:	itojun@cvs.openbsd.org	2004/06/25 07:34:00

Modified files:
	xc/programs/twm: gram.y iconmgr.c menus.c parse.c resize.c 
	                 session.c util.c 

Log message:
use safer string ops.  from netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/25 08:04:09

Modified files:
	archivers/unzip: Makefile 

Log message:
keep the dash in the PKGNAME, noticed by Jacob Meuser


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/25 10:07:21

Removed files:
	education/drgeo/patches: patch-geo_define_h 
	                         patch-geo_drgeo_buildObject_cc 
	                         patch-geo_drgeo_numeric_cc 
	                         patch-geo_drgeo_scm_interface_cc 

Log message:
revert; powerpc param.h has been cleaned up


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 10:16:51

Modified files:
	devel/libsoup  : Makefile distinfo 
	devel/libsoup/patches: patch-libsoup_soup-headers_c 
	                       patch-ltmain_sh 
	devel/libsoup/pkg: PFRAG.shared PLIST 
Added files:
	devel/libsoup/patches: patch-tests_Makefile_in 
Removed files:
	devel/libsoup/patches: patch-configure_in 
	                       patch-libsoup_soup-address_c 
	                       patch-libsoup_soup-ssl_c 

Log message:
Update to 2.1.11, now part of the 2.1/2.2 series.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 10:17:44

Modified files:
	devel/gal2     : Makefile distinfo 
	devel/gal2/patches: patch-ltmain_sh 
	devel/gal2/pkg : PFRAG.shared PLIST 
Removed files:
	devel/gal2/patches: patch-configure 

Log message:
Update to 2.1.10.  Part of it's 2.1/2.2 series as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/25 10:21:03

Added files:
	devel/p5-Class-MethodMaker/patches: patch-components_hash_m 
	                                    patch-components_scalar_m 

Log message:
fix manpages by using =header1 instead of =header2 here


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 10:21:32

Log message:
    Evolution-data-server is the database backend for the next version of
    Evolution, coming soon to a ports tree near you.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jun-25
    
    N ports/databases/evolution-data-server/Makefile
    N ports/databases/evolution-data-server/distinfo
    N ports/databases/evolution-data-server/patches/patch-ltmain_sh
    N ports/databases/evolution-data-server/patches/patch-libdb_dist_configure
    N ports/databases/evolution-data-server/patches/patch-calendar_libical_src_libical_icalrecur_c
    N ports/databases/evolution-data-server/patches/patch-addressbook_backends_groupwise_e-book-backend-groupwise_c
    N ports/databases/evolution-data-server/pkg/PLIST
    N ports/databases/evolution-data-server/pkg/PFRAG.shared
    N ports/databases/evolution-data-server/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 10:23:30

Modified files:
	databases      : Makefile 

Log message:
+evolution-data-server


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 10:45:11

Modified files:
	x11/gnome/libbonobo/pkg: PLIST 

Log message:
Don't install the "broken" file.  Great for debugging I suppose, but
spews crap into the logs because, well, it's broken :).


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/06/25 11:27:01

Modified files:
	sys/arch/amd64/amd64: db_interface.c ipifuncs.c vector.S 
	sys/arch/amd64/include: cpu.h db_machdep.h intrdefs.h 

Log message:
'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 11:41:59

Modified files:
	mail/dovecot/patches: patch-dovecot-example_conf 
	                      patch-src_imap_main_c 

Log message:
sync patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 12:04:13

Modified files:
	mail/dovecot   : Makefile 
Added files:
	mail/dovecot/patches: 
	                      patch-src_lib-storage_index_maildir_maildir-list_c 

Log message:
add a patch to unbreak being able to use symlinks with Maildir, bug introduced
in 0.99.10.6.
--
From: Dovecot author via Kevin Cramer <kcramer at siscom dot net>


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/06/25 12:24:23

Modified files:
	sys/sys        : sockio.h 
	sys/net        : if.h if.c 
	sbin/ifconfig  : ifconfig.c 

Log message:
introduce "interface groups"

by "ifconfig fxp0 group foobar" "ifconfig xl0 group foobar"
these two interfaces are in one group.
Every interface has its if-family as default group.

idea/design from henning@, based on some work/disucssion from Joris Vink.

henning@, mcbride@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 12:31:00

Modified files:
	devel/chora    : Tag: OPENBSD_3_4 Makefile distinfo 
	devel/chora/pkg: Tag: OPENBSD_3_4 DESCR MESSAGE PLIST 

Log message:
security, bump to chora-1.2.2, check diff inputs


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 12:33:27

Modified files:
	devel/chora    : Tag: OPENBSD_3_5 Makefile distinfo 
	devel/chora/pkg: Tag: OPENBSD_3_5 MESSAGE PLIST 

Log message:
security, bump to chora-1.2.2, check diff inputs


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/25 12:34:08

Modified files:
	mail/offlineimap: Makefile distinfo 

Log message:
update to 4.0.4; okay MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/25 12:34:58

Modified files:
	lang/python/2.2/patches: patch-Modules__tkinter_c 

Log message:
sync patch;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/25 12:43:37

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

Log message:
fix broken fd handling in the re-exec fallback path, particularly when
/dev/crypto is in use; ok deraadt@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/25 12:48:18

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
after writing and deleting the kroute6 tree related functions for at least 5
times I am getting this in now sow I don't do it a 7th time...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/25 12:54:25

Modified files:
	x11            : Makefile 

Log message:
no need to specify the default flavor for asclock in this Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 12:54:50

Modified files:
	sysutils/gkrellm/gkrellm: Makefile 

Log message:
Fix LIB_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/06/25 12:58:38

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
interface groups

mcbride@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/25 13:07:10

Modified files:
	misc/xd        : Makefile 
Added files:
	misc/xd/patches: patch-Makefile 
Removed files:
	misc/xd/patches: patch-aa 

Log message:
- respect CC
- sync patches while there


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/25 13:10:54

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

Log message:
extend memory buffer control protocol to support transmission of flags,
starting with one to indicate whether the memory ringbuffers have overflowed;
idea & ok markus@

NB if you are using memory buffered logging make sure you update both syslogd
and syslogc _and_ restart syslogd because the protocol has changed


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/25 13:11:39

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

Log message:
support new syslogd control protocol and add new -o option to detect memory
buffer overflow; idea & ok markus@

NB if you are using memory buffered logging make sure you update both syslogd
and syslogc _and_ restart syslogd because the protocol has changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/25 13:22:29

Modified files:
	x11/gnome/librsvg: Makefile 

Log message:
Interestingly librsvg doesn't require Gnome in libgsf, so mark it as
such.  Now other ports that want to use librsvg won't pull in half of
Gnome if they don't want it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 13:31:36

Modified files:
	net/gaim/files : ssl-openssl.c 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/25 13:42:38

Modified files:
	sbin/isakmpd   : udp.c util.c 

Log message:
Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged.

ok msf@ hshoexer@ itojun@ ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/25 14:05:40

Modified files:
	usr.bin/netstat: Makefile if.c main.c netstat.1 
Removed files:
	usr.bin/netstat: iso.c 

Log message:
remove netiso


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/25 14:08:47

Modified files:
	usr.sbin/bgpd  : bgpd.h kroute.c 

Log message:
provide mask2prefixlen6() and prefixlen2mask6()


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/25 14:18:06

Modified files:
	sys/arch/m88k/m88k: db_sstep.c 

Log message:
Do not clear PSR_SER on 88110 when leaving single-stepping mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/25 14:25:34

Modified files:
	sbin/isakmpd   : conf.c conf.h ike_quick_mode.c isakmpd.c 
	                 policy.c policy.h 

Log message:
Keynote policy checking can now be disabled by "-K" switch and config tag
"Use-Keynote".  Default is to use keynote.

ok henning@ ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 14:52:11

Modified files:
	net/gaim       : Makefile distinfo 
	net/gaim/patches: patch-configure patch-src_Makefile_in 
	                  patch-src_proxy_c 
	net/gaim/pkg   : PFRAG.shared PLIST 
Removed files:
	net/gaim/patches: patch-src_protocols_gg_libgg_h 

Log message:
upgrade to gaim 0.79


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/25 17:21:38

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

Log message:
bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/06/25 18:01:36

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
groups in usage() - from jared yanovich


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/25 18:08:11

Modified files:
	gnu/usr.bin/binutils/opcodes: i386-dis.c 

Log message:
Fix merge error

ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/06/25 21:12:08

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
more netiso leftovers

by pointer from yared janovich

henning@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2004/06/25 21:27:36

Modified files:
	sbin/scsi      : scsi.8 

Log message:
Remove scsi(3) from SEE ALSO. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/25 21:40:57

Modified files:
	sbin/isakmpd/sysdep/bsdi: Makefile.sysdep 
	sbin/isakmpd/sysdep/darwin: GNUmakefile.sysdep Makefile.sysdep 
	sbin/isakmpd/sysdep/freebsd: GNUmakefile.sysdep Makefile.sysdep 
	sbin/isakmpd/sysdep/linux: GNUmakefile.sysdep 
	sbin/isakmpd/sysdep/netbsd: GNUmakefile.sysdep Makefile.sysdep 
	sbin/isakmpd/sysdep/openbsd: GNUmakefile.sysdep Makefile.sysdep 

Log message:
Remove -DHAVE_GETNAMEINFO frome makefiles.

Pointed out by ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/06/25 22:00:05

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
ignore IFGROUP errs in ifconfig -a for "too old" kernels right now


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/25 22:12:08

Modified files:
	x11/afterstep  : Makefile 

Log message:
better RUN_DEPENDS


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/25 22:13:22

Modified files:
	xc/programs/Xserver/os: oscolor.c 

Log message:
Fix thinko in previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/06/25 22:32:38

Modified files:
	etc            : sysctl.conf 
	sys/netinet    : ipsec_output.c 

Log message:
Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/25 22:35:35

Modified files:
	devel/p5-Curses-UI: Makefile distinfo 
	devel/p5-Curses-UI/pkg: PLIST 

Log message:
update to 0.93;


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/25 22:38:33

Modified files:
	audio/esound   : Makefile distinfo 
	audio/esound/patches: patch-Makefile.in patch-acconfig_h 
	                      patch-config_h_in patch-configure_in 
	                      patch-esd.c patch-util_c 
	audio/esound/pkg: INSTALL PFRAG.shared PLIST 
Removed files:
	audio/esound/pkg: PFRAG.no-shared 

Log message:
upgrade to esound 0.2.34
--
Most of the work done by marcm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/25 22:57:36

Modified files:
	www/w3m        : Makefile distinfo 
	www/w3m/pkg    : DESCR PLIST 
Added files:
	www/w3m/patches: patch-Makefile_in patch-libwc_Makefile_in 
Removed files:
	www/w3m/patches: patch-configure 
	www/w3m/pkg    : PFRAG.m17n 

Log message:
update to 0.5.1: integrates M17N support


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/25 22:58:55

Modified files:
	mail/nail      : Makefile distinfo 

Log message:
maintenance update to 10.7; maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/25 23:00:26

Modified files:
	x11/root-tail  : Makefile distinfo 
Added files:
	x11/root-tail/patches: patch-root-tail_c 

Log message:
update to 1.1; maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/25 23:05:13

Modified files:
	sys/crypto     : xform.c 

Log message:
Ansification of defalte-/lsz-stubs.

ok jfb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sk@cvs.openbsd.org	2004/06/25 23:07:54

Log message:
    Initial import of p5-Authen-Krb5-Simple-0.31
    
    The Authen::Krb5::Simple module provides a means to authenticate a
    user/password using Kerberose 5.  Simply use this module and call its
    authenticate function with a username (or user@KRB_REALM) and a
    password.
    
    OK - pval
    
    Status:
    
    Vendor Tag:	sk
    Release Tags:	sk_2004-Jun-25
    
    N ports/security/p5-Authen-Krb5-Simple/Makefile
    N ports/security/p5-Authen-Krb5-Simple/distinfo
    N ports/security/p5-Authen-Krb5-Simple/pkg/DESCR
    N ports/security/p5-Authen-Krb5-Simple/pkg/PLIST
    N ports/security/p5-Authen-Krb5-Simple/patches/patch-Makefile_PL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sk@cvs.openbsd.org	2004/06/25 23:15:33

Modified files:
	security       : Makefile 

Log message:
+ p5-Authen-Krb5-Simple


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/25 23:19:38

Modified files:
	sys/arch/i386/stand/libsa: Makefile libsa.h 
Added files:
	sys/arch/i386/stand/libsa: cpuprobe.c cpuprobe.h 

Log message:
Initial stab at CPU identification code for i386 boot programs.  Added
to i386 libsa, but not yet used by boot etc.

ok weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/06/25 23:29:17

Modified files:
	sys/arch/amd64/amd64: intr.c 
	sys/arch/amd64/include: intr.h 

Log message:
deinline splraise, spllower and setsoftint.
Makes the kernel smaller and faster.
deraadt@ ok


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/25 23:40:41

Modified files:
	xc/programs/Xserver/Xext: security.c 

Log message:
revert this for now. It has some some strange failure on macppc..


CVSROOT:	/cvs
Module name:	src
Changes by:	nordin@cvs.openbsd.org	2004/06/25 23:52:20

Modified files:
	sys/kern       : kern_time.c 

Log message:
Don't sleep forever on short nanosleeps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/25 23:56:20

Log message:
    Initial import of amap-4.5.
    
    Amap is a next-generation scanning tool, which identifies applications
    and services even if they are not listening on the default port by
    creating a bogus-communication and analyzing the responses.
    
    pvalchev@ david@ OK
    
    Status:
    
    Vendor Tag:	mjc
    Release Tags:	mjc_2004-Jun-25
    
    N ports/net/amap/distinfo
    N ports/net/amap/Makefile
    N ports/net/amap/pkg/PLIST
    N ports/net/amap/pkg/DESCR
    N ports/net/amap/patches/patch-amap_h
    N ports/net/amap/patches/patch-configure
    N ports/net/amap/patches/patch-amap-inc_h
    N ports/net/amap/patches/patch-Makefile_am
    N ports/net/amap/patches/patch-amap_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/06/26 00:01:15

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
Add a table-driven implementation of ether_crc32_be().
From Seishi Hiragushi via FreeBSD PR kern/49957.

Also, while we're here, make the loop counter size_t.

ok mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/26 00:05:28

Modified files:
	net            : Makefile 

Log message:
+ amap


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/26 00:07:04

Modified files:
	sbin/isakmpd   : monitor.c monitor.h pf_key_v2.c pf_key_v2.h 
	sbin/isakmpd/sysdep/openbsd: sysdep.c 

Log message:
Narrow down privsep interface.  Move pf_key_v2_open() to monitor.

Work in progress.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/26 00:16:07

Modified files:
	regress/usr.bin/ssh: reexec.sh 

Log message:
don't change the name of the copied sshd for the reexec fallback test, makes
life simpler for portable


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/26 00:23:46

Modified files:
	www            : Makefile 

Log message:
no more w3m,m17n flavour


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 00:42:33

Added files:
	sys/dev/pci    : if_san_common.c if_san_common.h 
	                 if_san_front_end.h if_san_obsd.c if_san_obsd.h 
	                 if_san_te1.c if_san_te1.h if_san_xilinx.c 
	                 if_san_xilinx.h if_sandrv.c if_sandrv.h 

Log message:
Sangoma Network Device driver for AFT series card (initiali version).
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 00:43:14

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

Log message:
Add supporting Sangoma network driver.
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 00:43:54

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

Log message:
Add supporting Sangoma network device driver.
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 00:45:34

Added files:
	share/man/man4 : san.4 

Log message:
Man page for Sangoma device driver.
ok mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/26 00:45:38

Modified files:
	.              : INDEX 

Log message:
sync, 2690 unzels


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 00:46:37

Modified files:
	share/man/man4 : Makefile 

Log message:
Add supporting Sangoma device driver .
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 00:59:17

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Add option that allows to change timeslot range forn network card.
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 01:00:58

Modified files:
	sys/sys        : sockio.h 

Log message:
Add ioctl call SIOCSIFTIMESLOT/SIOCGIDTIMESLOT.
ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/06/26 01:14:54

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

Log message:
Clean up.
ok david@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/06/26 01:25:16

Modified files:
	sbin/pfctl     : parse.y 

Log message:
add back PF_INOUT, fixes reassemble tcp
ok canacar@ mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/26 01:34:26

Log message:
    Initial import of rioutil-1.4.4
    
    A utility designed for interfacing with Rio's third, fourth,
    and fifth generations of portable mp3 players, including the
    Rio 600/800/900/S-Series/Riot/psa[play/Fuse/Chiba/Cali.
    
    Status:
    
    Vendor Tag:	mjc
    Release Tags:	mjc_2004-Jun-25
    
    N ports/audio/rioutil/distinfo
    N ports/audio/rioutil/Makefile
    N ports/audio/rioutil/pkg/DESCR
    N ports/audio/rioutil/pkg/PLIST
    N ports/audio/rioutil/pkg/PFRAG.shared
    N ports/audio/rioutil/patches/patch-include_rio_internal_h
    N ports/audio/rioutil/patches/patch-librioutil_cksum_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/26 01:35:11

Modified files:
	archivers/p5-Archive-Tar: Makefile 
	archivers/p5-IO-Zlib: Makefile 
	chinese/bg5pdf : Makefile 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-MapUTF8: Makefile 
	databases/p5-DBD-CSV: Makefile 
	databases/p5-DBD-Pg: Makefile 
	databases/p5-DBI: Makefile 
	databases/p5-DBIx-XHTML_Table: Makefile 
	databases/p5-ldap: Makefile 
	devel/jdk/1.3-linux: Makefile 
	devel/jdk/1.4-linux: Makefile 
	devel/p5-C-Scan: Makefile 
	devel/p5-Curses-Widgets: Makefile 
	devel/p5-Date-Calc: Makefile 
	devel/p5-MLDBM : Makefile 
	devel/p5-MLDBM-Sync: Makefile 
	devel/tkcvs    : Makefile 
	graphics/p5-GD-Barcode: Makefile 
	graphics/p5-GD-Graph: Makefile 
	graphics/p5-GD-Graph3d: Makefile 
	graphics/p5-GD-TextUtil: Makefile 
	graphics/p5-Image-Info: Makefile 
	mail/grepmail  : Makefile 
	mail/p5-MIME-tools: Makefile 
	mail/p5-Mail-Box: Makefile 
	mail/p5-Mail-IMAPClient: Makefile 
	mail/razor-agents: Makefile 
	math/maxima    : Makefile 
	mbone/wbd      : Makefile 
	misc/p5-Finance-Quote: Makefile 
	misc/p5-I18N-Charset: Makefile 
	misc/pfm       : Makefile 
	net/ctrace     : Makefile 
	net/p5-IO-Socket-Multicast: Makefile 
	net/p5-Net-SNMP: Makefile 
	net/p5-Net-Telnet-Cisco: Makefile 
	net/p5-PlRPC   : Makefile 
	net/pcapmerge  : Makefile 
	news/p5-Gateway: Makefile 
	news/p5-News-Article: Makefile 
	news/p5-News-Newsrc: Makefile 
	print/auctex   : Makefile 
	print/jadetex  : Makefile 
	security/gpa   : Makefile 
	security/gpgme : Makefile 
	security/p5-Authen-Radius: Makefile 
	security/p5-Crypt-CBC: Makefile 
	security/p5-Crypt-OpenSSL-DSA: Makefile 
	security/p5-Crypt-OpenSSL-RSA: Makefile 
	security/p5-Digest-HMAC: Makefile 
	security/p5-GPG: Makefile 
	security/p5-IO-Socket-SSL: Makefile 
	security/py-sslwrapper: Makefile 
	security/smtpscan: Makefile 
	security/swatch: Makefile 
	textproc/lgrind: Makefile 
	textproc/p5-Email-Find: Makefile 
	textproc/p5-Text-PDF: Makefile 
	textproc/p5-WML-Card: Makefile 
	textproc/p5-XML-DOM: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	textproc/p5-XML-RSS: Makefile 
	textproc/p5-XML-Simple: Makefile 
	textproc/p5-XML-XPath: Makefile 
	textproc/p5-XML-XSLT: Makefile 
	www/p5-Apache-ASP: Makefile 
	www/p5-Blatte-HTML: Makefile 
	www/p5-CGI-XMLApplication: Makefile 
	www/p5-HTML-Embperl: Makefile 
	www/p5-HTML-Format: Makefile 
	www/p5-HTML-Parser: Makefile 
	www/p5-HTML-TableExtract: Makefile 
	www/p5-HTML-Tree: Makefile 
	www/p5-HTTPD-Log-Filter: Makefile 
	www/p5-libwww  : Makefile 
	www/w3mir      : Makefile 
	x11/gnome/users-guide: Makefile 
	x11/p5-Gtk     : Makefile 
	x11/p5-Tk      : Makefile 

Log message:
set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
reasons... okay pvalchev@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/26 01:37:14

Modified files:
	audio          : Makefile 

Log message:
+ rioutil


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/26 01:38:11

Modified files:
	security/py-sslwrapper: Makefile 

Log message:
ooops, that shouldn't have been committed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 03:03:21

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

Log message:
- remove double word
- rearrange .Bk to keep SYNOPSIS nice
- -M before -m in options description


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 03:11:14

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
punctuation and grammar fixes. also, keep the options in order.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 03:14:41

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 03:31:46

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

Log message:
wordo;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 03:40:52

Modified files:
	usr.sbin/user  : useradd.8 usermgmt.conf.5 usermod.8 

Log message:
should have updated all of these first - the same wordo in them all.
also, section order for usermgmt.conf.5 was wrong.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 04:16:49

Modified files:
	sbin/route     : route.8 

Log message:
grammar;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 04:46:55

Modified files:
	usr.sbin/popa3d: popa3d.8 startup.c 

Log message:
- sort options
- add -46 to usage() and sync w/ SYNOPSIS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 05:24:14

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

Log message:
juen -> june;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 05:32:32

Modified files:
	sbin/isakmpd   : isakmpd.conf.5 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 05:45:40

Modified files:
	sbin/fdisk     : fdisk.8 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 06:11:42

Modified files:
	lib/libkeynote : keynote.3 

Log message:
kill whitespace at eol;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 06:24:28

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

Log message:
- hyphenate 4-byte (adjectival)
- uppercase `e' in ethernet
- kill whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 06:41:33

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

Log message:
various fixes;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 07:32:33

Modified files:
	lib/libc/ohash : ohash_interval.3 

Log message:
wording and formatting from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 07:53:55

Modified files:
	sbin/route     : route.8 

Log message:
grammar, formatting, consistency, spelling, etc. from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 08:13:18

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

Log message:
- full stop after etc
- better example
- -- -> \(em
- remove false comment

from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/26 08:20:28

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

Log message:
reword clumsy sentence;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/26 08:53:06

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

Log message:
Xr san


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/26 09:47:56

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/06/26 10:41:46

Modified files:
	net/pfflowd    : Makefile distinfo 

Log message:
Update to pfflowd-0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/26 10:55:41

Modified files:
	mail/grepmail  : Makefile 
	print/auctex   : Makefile 
	www/p5-Apache-ASP: Makefile 

Log message:
missing line continuations


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/26 11:34:16

Modified files:
	sys/netinet    : ip_ipcomp.c 

Log message:
only add ipcomp headers if we've actually compressed the payload; with jfb@
ok hshoexer, jfb


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/06/26 11:36:33

Modified files:
	sys/net        : if.c if.h 
	sbin/ifconfig  : ifconfig.c 

Log message:
cleanup ioctl for ifgroups; ok pb@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/06/26 11:50:47

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

Log message:
Simplify expression in loop.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/26 12:00:28

Log message:
    Initial import libdv 0.102
    
    The Quasar DV codec (libdv) is a software codec for DV video, the
    encoding format used by most digital camcorders, typically those
    that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface.
    Libdv was developed according to the official standards for DV video:
    IEC 61834 and SMPTE 314M.
    
    WWW: http://libdv.sourceforge.net/
    
    from Jacob Meuser <jakemsr at jakemsr.com>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jun-26
    
    N ports/multimedia/libdv/Makefile
    N ports/multimedia/libdv/distinfo
    N ports/multimedia/libdv/patches/patch-configure
    N ports/multimedia/libdv/patches/patch-encodedv_Makefile_in
    N ports/multimedia/libdv/patches/patch-encodedv_dvconnect_c
    N ports/multimedia/libdv/patches/patch-libdv_Makefile_in
    N ports/multimedia/libdv/patches/patch-libdv_YUY2_c
    N ports/multimedia/libdv/patches/patch-libdv_bitstream_h
    N ports/multimedia/libdv/patches/patch-libdv_dv_c
    N ports/multimedia/libdv/patches/patch-libdv_dv_h
    N ports/multimedia/libdv/patches/patch-libdv_dv_types_h
    N ports/multimedia/libdv/patches/patch-libdv_encode_c
    N ports/multimedia/libdv/patches/patch-libdv_headers_c
    N ports/multimedia/libdv/patches/patch-playdv_Makefile_in
    N ports/multimedia/libdv/patches/patch-playdv_oss_c
    N ports/multimedia/libdv/patches/patch-ltmain_sh
    N ports/multimedia/libdv/pkg/DESCR
    N ports/multimedia/libdv/pkg/PLIST
    N ports/multimedia/libdv/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/26 12:01:27

Modified files:
	multimedia     : Makefile 

Log message:
+libdv


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/26 12:21:36

Modified files:
	sbin/newfs     : mkfs.c newfs.8 newfs.c 

Log message:
For all the mfs lovers:

- Make the root of an mfs file system inherit the permission and
owner/group of the mountpoint. Work by david@.
- Add the ability to populate an mfs file system with the contents of a
directory or a file system immediately after creation, controlled
by the new -P mount option.

Discussed with and tested by many, ok djm@ david@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/26 12:36:25

Modified files:
	net/bitchx     : Makefile 

Log message:
add HOMEPAGE;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/26 12:40:03

Modified files:
	net/bitchx     : Makefile 

Log message:
... remove broken MASTER_SITES .. bitchx.com does not seem to have
anything to do with the BitchX project anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/26 13:00:49

Log message:
    Initial import of radmind 1.3.0
    
    A suite of Unix command-line tools and a server designed to remotely
    administer the file systems of multiple Unix machines.
    
    At its core, radmind operates as a tripwire. It is able to detect
    changes to any managed filesystem object, e.g. files, directories,
    links, etc. However, radmind goes further than just integrity
    checking: once a change is detected, radmind can optionally reverse
    the change.
    
    WWW: http://rsug.itd.umich.edu/software/radmind/
    
    from William Yodlowsky <bsd at openbsd.rutgers.edu>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm-2004_Jun_26
    
    N ports/sysutils/radmind/Makefile
    N ports/sysutils/radmind/distinfo
    N ports/sysutils/radmind/patches/patch-command_c
    N ports/sysutils/radmind/patches/patch-fsdiff_c
    N ports/sysutils/radmind/patches/patch-hardlink_c
    N ports/sysutils/radmind/patches/patch-lapply_c
    N ports/sysutils/radmind/patches/patch-llist_c
    N ports/sysutils/radmind/patches/patch-lsort_c
    N ports/sysutils/radmind/patches/patch-transcript_c
    N ports/sysutils/radmind/patches/patch-stor_c
    N ports/sysutils/radmind/patches/patch-root_c
    N ports/sysutils/radmind/patches/patch-libsnet_snet_c
    N ports/sysutils/radmind/patches/patch-twhich_c
    N ports/sysutils/radmind/patches/patch-libsnet_ltmain_sh
    N ports/sysutils/radmind/patches/patch-lcksum_c
    N ports/sysutils/radmind/patches/patch-libsnet_Makefile_in
    N ports/sysutils/radmind/patches/patch-Makefile_in
    N ports/sysutils/radmind/pkg/DESCR
    N ports/sysutils/radmind/pkg/PLIST
    N ports/sysutils/radmind/pkg/DEINSTALL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/26 13:01:23

Modified files:
	sysutils       : Makefile 

Log message:
+radmind


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/06/26 14:07:17

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

Log message:
initialise some fd variables to -1, djm@ ok


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/26 14:09:53

Modified files:
	xc/programs/fvwm/fvwm: misc.c 

Log message:
Don't reuse va_list. Use va_copy() instead. Suggested and 'looks ok' otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/26 14:10:17

Modified files:
	distrib/miniroot: install.sh install.sub 
	distrib/i386/common: install.md 

Log message:
Allow change of default console to first serial device during install. Used in
i386 only at this time.

ok beck@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/06/26 14:12:48

Modified files:
	usr.sbin/ppp/ppp: ipcp.c lcp.c 

Log message:
Fix strict aligenment issues in ppp lcp and ipcp handling.
More cleanup is needed. OK henning@ canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/26 14:17:23

Modified files:
	sys/dev/pci    : if_san_common.c if_san_common.h 
	                 if_san_front_end.h if_san_obsd.c if_san_obsd.h 
	                 if_san_te1.c if_san_te1.h if_san_xilinx.c 
	                 if_san_xilinx.h if_sandrv.c if_sandrv.h 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/26 14:17:26

Removed files:
	xc/programs/fvwm: INSTALL INSTALL.fvwm Makefile.am Makefile.in 
	                  acconfig.h acinclude.m4 aclocal.m4 config.h.in 
	                  configure configure.in install-sh missing 
	                  mkinstalldirs stamp-h.in 
	xc/programs/fvwm/docs: Makefile.am Makefile.in 
	xc/programs/fvwm/extras: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmCommand: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmConfig: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmConsole: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmDebug: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmGoodStuff: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmPipe: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmScript: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmScript/Scripts: Makefile.am 
	                                            Makefile.in 
	xc/programs/fvwm/extras/FvwmScript/Scripts/some_nice_icons: 
	                                                            Makefile.am 
	                                                            Makefile.in 
	xc/programs/fvwm/extras/FvwmScript/Widgets: Makefile.am 
	                                            Makefile.in 
	xc/programs/fvwm/extras/FvwmTaskBar: Makefile.am Makefile.in 
	xc/programs/fvwm/extras/FvwmWharf: Makefile.am Makefile.in 
	xc/programs/fvwm/fvwm: Makefile.am Makefile.in 
	xc/programs/fvwm/icons: Makefile.am Makefile.in 
	xc/programs/fvwm/libs: Makefile.am Makefile.in 
	xc/programs/fvwm/modules: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmAnimate: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmAudio: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmAuto: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmBacker: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmBanner: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmButtons: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmCpp: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmEvent: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmForm: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmIconBox: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmIconMan: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmIdent: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmM4: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmPager: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmRearrange: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmSave: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmSaveDesk: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmScroll: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmTalk: Makefile.am Makefile.in 
	xc/programs/fvwm/modules/FvwmWinList: Makefile.am Makefile.in 
	xc/programs/fvwm/sample.fvwmrc: Makefile.am Makefile.in 
	xc/programs/fvwm/tests: Makefile.am Makefile.in 
	xc/programs/fvwm/utils: Makefile.am Makefile.in 

Log message:
remove a bunch of unused auto* files


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/26 14:26:52

Removed files:
	xc/programs/fvwm/tests: README.test_options test_options 

Log message:
remove more useless files


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/06/26 14:29:37

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

Log message:
pop is quad in 64-bit mode


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/26 14:38:19

Removed files:
	xc/programs/fvwm/libs: atexit.c strcasecmp.c strerror.c 
	                       strncasecmp.c usleep.c 

Log message:
unused useless code


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/26 14:44:37

Modified files:
	sys/arch/m88k/m88k: process.S 

Log message:
Fix alignment problem between savectx and __savectx. How could this have
ever worked?


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/26 14:58:13

Modified files:
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
When altering mmu registers, disable interrupts rather than splhigh().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/06/26 15:01:10

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

Log message:
Make this kernel config again.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/26 15:28:15

Modified files:
	xc/programs/xdm: dm.h 

Log message:
remove unused defines


CVSROOT:	/cvs
Module name:	src
Changes by:	pb@cvs.openbsd.org	2004/06/26 15:37:10

Modified files:
	sys/netinet    : ip_gre.c 

Log message:
use IF_INPUT_ENQUEUE

ok henning@, mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/26 16:05:25

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

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/26 16:19:38

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

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/26 16:48:14

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

Log message:
KNF


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/06/26 17:09:15

Modified files:
	x11            : Makefile 
	x11/p5-Gtk     : Makefile 
	x11/p5-Gtk/pkg : PFRAG.gtkglarea PLIST 
Added files:
	x11/p5-Gtk/pkg : PFRAG.gnome 

Log message:
add gnome flavor
from Waldemar Brodkorb <wbx at openbsd.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/06/26 18:48:23

Modified files:
	usr.bin/top    : commands.c 

Log message:
errno struct member -> err; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/26 19:54:21

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

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/06/26 20:38:38

Modified files:
	sys/dev/cardbus: if_fxp_cardbus.c 
	sys/dev/ic     : fxp.c fxpvar.h 
	sys/dev/pci    : if_fxp_pci.c 

Log message:
stop passing an empty enaddr around since we figure out the
MAC address in the common attach code and not the PCI/CardBus
specific portions, this was a side effect of the code being
split to support CardBus.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/26 21:10:17

Modified files:
	sys/dev/pci    : if_san_front_end.h 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/26 21:44:50

Modified files:
	sys/net        : if_media.h 

Log message:
Media support for the 802.11 framework, missing in that commit the other day.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/26 22:14:23

Modified files:
	sys/net80211   : ieee80211_crypto.c 

Log message:
Hack to avoid panic in arc4maybeinit() due to rnd device not being
attached yet.


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2004/06/27 00:19:45

Modified files:
	faq            : faq14.html 

Log message:
grammar from xcitor, though i fixed it a little differently;


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/27 08:16:22

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

Log message:
for a syscall trapframe print out the number and a few args


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 10:17:50

Modified files:
	sys/arch/amd64/amd64: ioapic.c lapic.c 

Log message:
quieter boot requested by art


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/27 10:39:42

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

Log message:
free commit for non-attendie


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2004/06/27 11:21:37

Modified files:
	gnu/usr.bin/lynx: userdefs.h 

Log message:
Let's have http://www.OpenBSD.org/ defined as the STARTFILE again.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/27 13:30:03

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

Log message:
Reduce verbosity of atw PCI attach without removing actual info.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/06/27 13:40:41

Modified files:
	devel/p5-Date-Handler: Makefile distinfo 

Log message:
update to 1.1; okay shell@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 13:44:19

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
some roland midi devices; alex@caoua.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 13:44:29

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 13:44:48

Modified files:
	sys/dev        : midi.c midivar.h 
	sys/dev/usb    : umidi.c umidi_quirks.c umidireg.h umidivar.h 

Log message:
better midi stuff from alex@caoua.org


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/27 13:52:45

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

Log message:
More info about which cards are supported.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 15:36:34

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

Log message:
it now has been tested by alex@caoua.org


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 16:00:59

Modified files:
	sys/dev        : vnd.c 

Log message:
back out crud that breaks the macppc


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/06/27 16:14:38

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

Log message:
cast to quell a warning, ok pedro@


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2004/06/27 16:25:01

Modified files:
	.              : amd64.html 

Log message:
Mention SMP.


CVSROOT:	/cvs
Module name:	www
Changes by:	drahn@cvs.openbsd.org	2004/06/27 16:39:01

Modified files:
	.              : macppc.html 

Log message:
SMP, waiting on hardware


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/27 16:44:56

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

Log message:
correct diagnostic;
ok alex@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/27 16:48:28

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

Log message:
add reference to nsclpcsio(4) to SEE ALSO;
prodded by Alexey E. Suslikov;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/27 17:06:47

Modified files:
	archivers/par2cmdline: Makefile distinfo 
	archivers/par2cmdline/patches: patch-Makefile_in 
	                               patch-diskfile_cpp 
Removed files:
	archivers/par2cmdline/patches: patch-commandline_cpp 
	                               patch-galois_h patch-md5_h 
	                               patch-par1fileformat_h 
	                               patch-par1repairer_cpp 
	                               patch-par1repairersourcefile_cpp 
	                               patch-par2cmdline_h 
	                               patch-par2creator_cpp 
	                               patch-par2fileformat_h 
	                               patch-par2repairer_cpp 
	                               patch-par2repairersourcefile_cpp 
	                               patch-par2repairersourcefile_h 
	                               patch-reedsolomon_h 

Log message:
update to 0.4


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/27 17:27:50

Modified files:
	.              : smp.html 

Log message:
amd64 is now SMP capable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/27 17:29:55

Modified files:
	archivers/unzip: Makefile 

Log message:
Use -O0 to compile on hppa, workarounds a compiler bug which lead to
crashes, hangs, and other odd behaviour during extraction.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/06/27 17:33:33

Modified files:
	faq            : faq8.html 

Log message:
amd64, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 17:59:00

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

Log message:
prettier print


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/27 19:16:30

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

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/27 19:34:46

Modified files:
	sys/conf       : files 
	sys/kern       : kern_sysctl.c 
	sys/sys        : sysctl.h 
Added files:
	sys/kern       : subr_evcount.c 
	sys/sys        : evcount.h 

Log message:
Add new, generic ``evcount'' event counter API to the kernel.  From art@,
with modifications from me.  Includes code for generic interrupt counter
fetching via sysctl.  deraadt@ tholo@ drahn@ millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/27 19:41:53

Modified files:
	sys/arch/i386/i386: genassym.cf ioapic.c lapic.c 
	sys/arch/i386/include: psl.h types.h 
	sys/arch/i386/isa: isa_machdep.c 

Log message:
Use new event counter API for interrupt counting on i386.  deraadt@ tholo@
drahn@ millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/27 19:45:51

Modified files:
	usr.bin/systat : vmstat.c 
	usr.bin/vmstat : vmstat.8 vmstat.c 

Log message:
Remove special #if defined(__i386__) code from systat and vmstat.  We now use
sysctl to fetch interrupt counters on all architectures.  Also add new '-z'
flag to vmstat which means show all devices, even those that have not yet
generated an interrupt.  deraadt@ tholo@ drahn@ millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/27 19:47:41

Modified files:
	sys/arch/sparc64/include: intr.h types.h 
	sys/arch/sparc64/sparc64: clock.c genassym.cf intr.c locore.s 
	                          machdep.c 

Log message:
Use new event counter API for interrupt counting on sparc64.  deraadt@ tholo@
drahn@ millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 19:52:26

Modified files:
	sys/arch/amd64/amd64: genassym.cf intr.c lapic.c vector.S 
	sys/arch/amd64/include: intr.h types.h 
	sys/arch/amd64/isa: clock.c isa_machdep.c 
	sys/arch/amd64/pci: pci_machdep.c pciide_machdep.c 

Log message:
Use new event counter API for interrupt counting on amd64.  Based in part
on some changes in the i386 codebase.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 19:59:58

Modified files:
	sys/kern       : subr_evcount.c 

Log message:
splhigh around ec_count fetches -- sorry art; ok aaron


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 20:00:20

Modified files:
	sys/arch/i386/i386: apicvec.s genassym.cf lapic.c vector.s 

Log message:
move from unsafe ev_count32 to safe ev_count; aaron ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 20:14:11

Modified files:
	sys/arch/amd64/amd64: intr.c 

Log message:
pass pin instead of level out to userland


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/27 20:28:43

Modified files:
	sys/arch/alpha/alpha: clock.c interrupt.c locore.s 
	sys/arch/alpha/dev: shared_intr.c 
	sys/arch/alpha/include: intr.h types.h 
	sys/arch/alpha/pci: pci_1000.c pci_1000a.c pci_550.c pci_6600.c 
	                    pci_eb164.c pci_eb164.h pci_eb64plus.c 
	                    pci_kn20aa.c pci_kn20aa.h pci_up1000.c sio.c 
	                    sio_pic.c siovar.h 
	sys/arch/alpha/tc: ioasic.c tc_3000_300.c tc_3000_500.c 
	                   tc_conf.h tcasic.c 
	sys/dev/tc     : ioasicvar.h tc.c tcds.c tcdsvar.h tcvar.h 
Removed files:
	sys/arch/alpha/include: intrcnt.h 

Log message:
Use new event counter API for interrupt counting on alpha.  By me, with some
edits by Theo.  deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/27 20:33:25

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

Log message:
Theo denys all allegations that he's becoming more relaxed.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/06/27 20:35:52

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

Log message:
Unbreak. The bird noises were confusing me.


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/06/27 20:49:11

Modified files:
	sys/arch/macppc/dev: macintr.c openpic.c 
	sys/arch/macppc/macppc: clock.c locore.S machdep.c 
	sys/arch/powerpc/include: intr.h types.h 

Log message:
Use new event counter API for interrupt counting on macppc.  drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/27 20:49:44

Modified files:
	sys/arch/macppc/dev: macintr.c 

Log message:
shorten name


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/27 20:51:18

Modified files:
	sys/net80211   : ieee80211_ioctl.c 

Log message:
Enable AP scanning via the WI_RID_PRISM2 ioctl.  Now atw(4) can do
ap scanning via wicontrol.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/06/28 00:26:15

Modified files:
	databases/freetds: Makefile distinfo 
	databases/freetds/pkg: PLIST 

Log message:
freetds-0.62.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/06/28 00:38:35

Log message:
    ratmen-2.2.2, a useful menu utility for use with ratpoison
    
    Status:
    
    Vendor Tag:	jcs
    Release Tags:	jcs20040628
    
    N ports/x11/ratmen/distinfo
    N ports/x11/ratmen/Makefile
    N ports/x11/ratmen/pkg/PLIST
    N ports/x11/ratmen/pkg/DESCR
    N ports/x11/ratmen/patches/patch-ratmen_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/06/28 00:41:22

Modified files:
	x11            : Makefile 

Log message:
+= ratmen


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/06/28 00:43:38

Modified files:
	portsplus      : index.html 

Log message:
i can't sleep


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/28 00:53:10

Modified files:
	distrib/sets/lists/base: md.alpha 
	distrib/sets/lists/comp: md.alpha 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/28 06:34:20

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

Log message:
do not force into io space on hppa as it's much slower


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/06/28 07:15:13

Modified files:
	.              : donations.html 

Log message:
more paypals


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/28 07:20:14

Modified files:
	sys/dev/pci/bktr: bktr_card.c bktr_card.h 

Log message:
add support for ati tv-wonders written by me and tested by Jacob Meuser <jakemsr@jakemsr.com> on /ve model


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 07:43:32

Modified files:
	share/zoneinfo/datfiles: asia backward europe iso3166.tab 
	                         leapseconds northamerica southamerica 

Log message:
Update to tzdata2004a from ftp://elsie.nci.nih.gov/pub/


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 08:05:46

Modified files:
	share/zoneinfo/datfiles: asia 

Log message:
Georgia abandons Soviet-era decree time, back to zonal time.  It now has
the same time as Moscow (3 hours offset from GMT, not 4).
Reported by Peter Galbavy <peter.galbavy@knowtion.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/28 08:16:58

Modified files:
	chinese/kcfonts: Makefile 
	chinese/taipeifonts: Makefile 

Log message:
update MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/06/28 08:17:21

Modified files:
	mail/mutt      : Makefile.inc 
	mail/mutt/snapshot: Makefile distinfo 
	mail/mutt/snapshot/pkg: DESCR 
	mail/mutt/stable: distinfo 

Log message:
added support for maildir header caching via a new flavour, named "hcache" in
the snapshot release of mutt.

For more info, see http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/.

Thanks to Bernd Ahlers <b.ahlers AT ba-net.org> for the work.
(henning@ can spare me the 20 hours marathon of humppa now that this is in :))


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/28 08:23:41

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

Log message:
ati tv wonders


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/06/28 08:28:38

Modified files:
	.              : amd64.html i386.html macppc.html 

Log message:
ati tv wonders and fixup the list on amd64


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/28 08:36:59

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

Log message:
do not cast explicitly to unsigned; found by otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/28 08:37:54

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

Log message:
live happy w/ generic byte swapping macros


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 08:47:41

Modified files:
	lib/libc/time  : Theory localtime.c private.h tz-link.htm zic.8 
	                 zic.c 

Log message:
merge in tzcode2004a


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

Modified files:
	sys/dev        : vnd.c 

Log message:
You *cannot* strlcpy from userland.  Pedro, go read this and find out what
you did wrong.  Bit in other changes that were backed out.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/28 11:25:05

Modified files:
	sys/arch/alpha/pci: pci_6600.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/28 11:38:04

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

Log message:
remove dup variable


CVSROOT:	/cvs
Module name:	src
Changes by:	sturm@cvs.openbsd.org	2004/06/28 12:14:11

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
better NO_REGRESS description

ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/28 12:36:05

Modified files:
	usr.bin/keynote: Makefile 

Log message:
Remove unneeded -D flags from CFLAGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 13:29:41

Modified files:
	sys/net80211   : ieee80211_crypto.c ieee80211_ioctl.c 

Log message:
Don't restrict WEP keys to exactly 40 or 108 bits.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/28 14:51:02

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

Log message:
er this is better...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/28 15:27:40

Modified files:
	sbin/route     : route.8 

Log message:
- repair examples which i damaged in previous commit
- tidy up DIAGNOSTICS, and use -diag
- wording

from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/28 15:49:35

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

Log message:
add -vz to usage();


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/06/28 15:54:15

Modified files:
	net/honeyd     : Tag: OPENBSD_3_4 Makefile 

Log message:
Wants a newer libedit than we got, ok brad@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/28 16:43:52

Modified files:
	fr             : amd64.html donations.html events.html i386.html 
	                 macppc.html smp.html want.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/06/28 16:47:55

Modified files:
	hu             : alpha.html anoncvs.html donations.html 
	                 errata.html ftp.html hp300.html index.html 
	                 plat.html sparc64.html vax.html 
	openssh/hu     : ftp.html index.html portable.html 

Log message:
syn with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/06/28 19:28:26

Modified files:
	infrastructure/install: make-plist 

Log message:
put shared objects with no version into PFRAG.shared
OK pvalchev@ better regex suggested by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 22:01:30

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

Log message:
Uncomment atw(4) now that it has been tested.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 22:07:49

Modified files:
	gnu/usr.sbin/sendmail: Makefile 
	gnu/usr.sbin/sendmail/libmilter: Makefile 
	gnu/usr.sbin/sendmail/sendmail: Makefile 

Log message:
Build and install libmilter.a (static only) and libmilter.h.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/28 22:10:14

Modified files:
	include        : Makefile 

Log message:
make includes in gnu/usr.sbin/sendmail/libmilter


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/28 23:13:06

Modified files:
	lang/librep    : Makefile 

Log message:
use powerpc workaround if using gcc2 only


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/28 23:15:12

Removed files:
	lang/librep/patches: patch-configure 

Log message:
remove workaround for old binutils bug


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/06/29 00:20:55

Modified files:
	mail/milter-regex: Makefile 
	mail/milter-spamd: Makefile 

Log message:
remove libmilter conditional


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/29 02:18:20

Modified files:
	usr.bin/netstat: main.c 

Log message:
repair, Chris Kuethe <ckuethe@ualberta.ca>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/29 05:19:07

Modified files:
	libexec/spamd  : spamd.c 
	libexec/spamd-setup: spamd-setup.c 

Log message:
absolutely no need to include machine/endian.h after sys/types.h and sys/types.h after sys/param.h


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/29 05:35:30

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

Log message:
fix alaska and add helicopter and rocket


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/06/29 05:35:56

Modified files:
	lib/libkeynote : auxil.c base64.c environment.c header.h 
	                 keynote-keygen.c keynote-sign.c 
	                 keynote-sigver.c keynote-ver.l keynote-ver.y 
	                 keynote-verify.c keynote.l keynote.y 
	                 parse_assertion.c sample-app.c signature.c 

Log message:
Header cleanup.
ok hshoexer@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/29 06:24:57

Modified files:
	sys/dev/pci/bktr: bktr_audio.c bktr_core.c bktr_core.h bktr_os.c 
	                  bktr_reg.h 

Log message:
do not use u_long for 32bit data; found by Jacob Meuser


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/29 10:29:32

Modified files:
	gnu/usr.sbin/sendmail/libmilter: Makefile 

Log message:
Install correct milter includes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/29 10:31:18

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
Add /usr/include/libmilter


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/29 10:59:47

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

Log message:
use warn() instead of perror; err*() are used already


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/29 11:02:18

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

Log message:
kill spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/29 11:05:41

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

Log message:
use warx instea of fprintf


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/29 11:20:14

Modified files:
	de             : alpha.html anoncvs.html cvsup.html cvsync.html 
	                 donations.html errata.html events.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/06/29 11:20:33

Modified files:
	zh-tw          : donations.html events.html security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/06/29 11:40:18

Modified files:
	sbin/pfctl     : parse.y 

Log message:
convert a few memcpy()s to strlcpy() so we don't copy uninitialized junk into
a interface name's slack space past the \0.  will be needed for the optimizer.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/06/29 12:34:00

Modified files:
	usr.sbin/ntpd  : server.c 

Log message:
When no listener is specified, create a listener on every IP.  Problem
reported by Peter Hessler.  ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/29 13:03:03

Modified files:
	news/leafnode  : Makefile distinfo 

Log message:
update to leafnode 1.10.1

from maintainer rohee@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/06/29 13:45:46

Modified files:
	security/vpnc/files: vpnc.sh 

Log message:
$OpenBSD$


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/29 13:54:48

Modified files:
	xc/programs/Xserver/hw/xfree86/drivers/ati: radeon.h 
	                                            radeon_driver.c 

Log message:
Better fix for iBook's M7 radeon from Emmanuel Dreyfus @NetBSD.
Add 'Option "IBookHacks" "on" to /etc/XF86Config to activate the hack.
Manu also found how to make text mode restore working. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/06/29 14:05:05

Modified files:
	etc            : inetd.conf 

Log message:
We don't provide kxd anymore. ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/29 14:13:07

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
little extra paranoia, ignore attempts to enter routes with a nexthop
within 127/8. inspired by a very bad example for bogon filters at the
cymru site, claudio ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/06/29 14:26:09

Modified files:
	infrastructure/install: make-plist 

Log message:
better patch, no need for ldconfig(1) on plugins; ok espie mjc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/29 14:26:53

Modified files:
	distrib/sets/lists/base: md.sparc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/29 15:53:58

Modified files:
	gnu/usr.sbin/sendmail/libmilter: Makefile 

Log message:
Install milter docs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/29 15:55:03

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
/usr/share/doc/html/milter


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/29 16:04:35

Modified files:
	xc/config/cf   : OpenBSDLib.tmpl 

Log message:
Correct name for SharedFontconfigRev define. Notice by Marco S Hyman.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/06/29 16:04:45

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

Log message:
Fix MS chap;  our libc md4 routines take the number of bytes, not bits,
as the count.  Found by Mike Tekiela.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/29 16:14:13

Modified files:
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
remove cedric's bogus interface name verification code.
this was meant to verify that ne3 is a valid interface that could show
up, but bogus0 is not. while this might sound like a good idea it is
completely broken and causes a shitload of problems. just allow for anything
as interface name, the kernel abstracts that nice enough. if no interface
by that name exists (or shows up) the rule never matches; that matches
pf semantics used everywhere else.
this also fixes the "pfctl always has to run as root" issue that cedric
did not fix over the last 6 months despite being bugged to regularily.
help & ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/06/29 16:14:30

Modified files:
	regress/sbin/pfctl: Makefile pf15.in pf15.loaded pf15.ok 
	                    pf25.loaded pf25.ok 
Removed files:
	regress/sbin/pfctl: pfail21.in pfail21.ok pfail22.in pfail22.ok 

Log message:
cope with pfctl changes


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/06/29 16:22:08

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
added: aspell-0.50.3p1.tgz
aspell-0.50.4.1p1.tgz
chora-1.2.2.tgz
honeyd-0.8a.tgz
pure-ftpd-1.0.19.tgz (ldap, mysql, postgresql)


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/29 16:33:58

Modified files:
	xc/lib/xkbui   : Imakefile 

Log message:
this is libkbui, not xkbfile


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/29 16:35:38

Modified files:
	xc/config/cf   : X11.tmpl 
	xc/lib/GL/mesa/src/OSmesa: Imakefile 

Log message:
set shared lib revision for libOSMesa in X11.tmpl


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/06/29 16:36:58

Modified files:
	xc/config/cf   : OpenBSDLib.tmpl 

Log message:
Allow shared lib revisions to be overriden for libOSMesa, libXRes,
libxkbfile and libkbui. Requested by Marco S Hyman.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/29 17:17:00

Modified files:
	share/man/man3 : intro.3 
	share/man/man7 : hier.7 
	share/doc      : README 

Log message:
references to libmilter;


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/06/29 17:29:12

Modified files:
	databases/ocaml-postgresql: Makefile distinfo 

Log message:
upgrade to ocaml-postgresql-1.3.4


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/29 18:13:53

Modified files:
	sys/dev        : vnd.c 

Log message:
don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/06/29 18:45:04

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

Log message:
Force SCSI_POLL for commands issued during probe. Fixes problem with mpt on
MP kernels which don't enable interrupts until after probe.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/06/29 21:39:36

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/30 01:43:31

Modified files:
	databases/db   : Makefile.inc 

Log message:
add a ftp site for v3


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/06/30 01:58:13

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

Log message:
Unbreak unix domain sockets and properly detect and report truncation
of the socket path name. Based on a diff from Juan Vera, with changes
by me and millert@.  ok millert@ djm@; man page ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/30 02:29:04

Log message:
    Initial import of TableContentParser 0.13.
    
    This module is to parse the content of tables in HTML text.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jun-30
    
    N ports/www/p5-HTML-TableContentParser/Makefile
    N ports/www/p5-HTML-TableContentParser/distinfo
    N ports/www/p5-HTML-TableContentParser/pkg/PLIST
    N ports/www/p5-HTML-TableContentParser/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/06/30 02:30:09

Modified files:
	www            : Makefile 

Log message:
+p5-HTML-TableContentParser


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/06/30 02:37:00

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

Log message:
unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/06/30 04:07:13

Modified files:
	sbin/isakmpd   : nat_traversal.c 

Log message:
Compile cleanly with gcc3.3.2.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/06/30 05:33:39

Modified files:
	sys/dev        : vnd.c 

Log message:
since we're not using 'len' for anything, nuke it and pass null to
copyin/copyout. suggested by millert@, ok'd by him and deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/30 07:59:08

Modified files:
	share/man/man7 : mdoc.samples.7 

Log message:
add some space between example usage and example;


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/06/30 08:46:14

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/30 09:14:18

Modified files:
	share/man/man7 : mdoc.samples.7 

Log message:
- update and sync GETTING STARTED list

- move descriptions of .Pf and .Ns out of `Enclosure and Quoting Macros':
they are not really used for enclosure, and besides, .Ns was already described
further down the page, in a more logical, separate, space. also, say what
.Pf actually does

- move .Sm to its own section. there is no point making it look like an
obsolecent macro


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 09:24:12

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

Log message:
call handlers for higher priority first to avoid needless recursion


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 09:25:36

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

Log message:
only touch bridge regs that we need now -- the rest for the card-mode


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/06/30 10:09:50

Modified files:
	net/nsd        : Makefile distinfo 
Removed files:
	net/nsd/patches: patch-zlexer_lex patch-zparser_y 

Log message:
update to nsd v2.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/30 10:58:56

Modified files:
	net/cvsync     : Makefile distinfo 

Log message:
Update to 0.24.16.  Changes since the previous release include:

* When the -u and/or -g flags are set, cvsyncd now uses set[ug]id()
instead of sete[ug]id().  Note that the pidfile is created
after set[ug]id() are done.

* Some performance improvements and code cleanups.  Especially
handling rcsfiles which contain very large number of revisions
is improved.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/06/30 11:58:23

Modified files:
	mail/mozilla-thunderbird/pkg: DESCR 
	www/mozilla/pkg: DESCR 
	www/mozilla-firefox/pkg: DESCR 

Log message:
Sync DESCR with reality.

"Free commits :-)" MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 12:11:48

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

Log message:
fix a panic msg


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 12:18:54

Modified files:
	sys/arch/hppa/hppa: locore.S machdep.c 
	sys/arch/hppa/include: cpu.h 

Log message:
allow forced fpu emulation through a sysctl


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 14:40:05

Modified files:
	sys/compat/hpux: syscalls.master 

Log message:
update from netbsd: use sys_poll() and label some other unimplemented ones; millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 14:40:26

Modified files:
	sys/compat/hpux: hpux_syscall.h hpux_syscallargs.h 
	                 hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 15:01:08

Modified files:
	sys/arch/hppa/hppa: intr.c locore.S 
	sys/arch/hppa/include: types.h 

Log message:
use evconuts for device interrupts counting


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/30 15:10:08

Modified files:
	share/man/man7 : mdoc.samples.7 

Log message:
expand the description of .Dt:

- list the possible sections, and what they are
- update list of volume titles
- document that archs can be added to .Dt, and list the possibilities


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/30 15:23:28

Modified files:
	mail/mailman   : Tag: OPENBSD_3_5 Makefile distinfo 
	mail/mailman/pkg: Tag: OPENBSD_3_5 PLIST 

Log message:
MFC:
update to mailman v2.1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/06/30 15:29:32

Modified files:
	mail/mailman   : Tag: OPENBSD_3_4 Makefile distinfo 
	mail/mailman/patches: Tag: OPENBSD_3_4 
	                      patch-Mailman_Defaults_py_in 
	                      patch-configure patch-misc_Makefile_in 
	mail/mailman/pkg: Tag: OPENBSD_3_4 DEINSTALL DESCR PLIST 

Log message:
MFC:
update to mailman v2.1.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/06/30 15:30:35

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

Log message:
convert references in SEE ALSO to .Rs/.Re, w/ a little help from
netbsd page;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/30 16:18:45

Modified files:
	editors/nano   : Makefile distinfo 
Added files:
	editors/nano/patches: patch-nanorc_sample 
Removed files:
	editors/nano/patches: patch-files_c patch-search_c 

Log message:
* maintenance update to 1.2.4
* fix regular expressions in nanorc.sample; pointed out by Jacek Wotka


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/30 17:30:05

Modified files:
	math/mcl       : Makefile distinfo 
	math/mcl/patches: patch-configure patch-src_graphs_Makefile_in 
	math/mcl/pkg   : DESCR 

Log message:
update to 04-174; from Andreas Kahari <ak+openbsd@freeshell.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/30 17:33:18

Modified files:
	sysutils/stow/pkg: DESCR 

Log message:
improve description; from Andreas Kahari <ak+openbsd@freeshell.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/06/30 17:38:56

Modified files:
	textproc/zoem  : Makefile distinfo 
	textproc/zoem/patches: patch-examples_Makefile_in 

Log message:
update to 04-173; from Andreas Kahari <ak+openbsd@freeshell.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/06/30 20:04:10

Modified files:
	lib/libkvm     : kvm.c kvm_alpha.c kvm_i386.c kvm_vax.c 

Log message:
if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/01 01:28:01

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

Log message:
Initialize cmd when processing octal only. Failing to do that results
in rare cases of bogus permissions; noted when using mtree(8) with
mmap malloc.

ok tdeval@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/07/01 06:19:36

Modified files:
	mail/courier-imap: Makefile distinfo 
	mail/courier-imap/patches: patch-Makefile_in 
	                           patch-imap_imapd-ssl_dist_in 
	                           patch-imap_mkimapdcert_in 
	                           patch-imap_mkpop3dcert_in 
	                           patch-imap_pop3d-ssl_dist_in 
	mail/courier-imap/pkg: PLIST 
Removed files:
	mail/courier-imap/patches: patch-maildir_maildirdelfolder_c 

Log message:
update to courier-imap-3.05, from David Gwynne <loki at animata.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/07/01 07:37:53

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

Log message:
Delete unused functions and unnecessary flush_pipeline() at the
exit of interrupt handling routine. (sync with mvme88k)
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/01 07:46:45

Modified files:
	textproc/p5-Pod-Escapes: Makefile distinfo 

Log message:
Update to 1.04.
Take maintainership
ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/01 07:51:04

Modified files:
	textproc/p5-Pod-Simple: Makefile distinfo 
	textproc/p5-Pod-Simple/pkg: PLIST 

Log message:
Update to 3.02.
Take maintainership.
ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/01 10:11:59

Modified files:
	net/bitlbee    : Makefile distinfo 
	net/bitlbee/patches: patch-bitlbee_h 
	                     patch-protocols_msn_passport_c 
	                     patch-protocols_yahoo_libyahoo2_c 

Log message:
Update to 0.90a: fixes Yahoo support.
From: Andrew Dalgleish <openbsd@ajd.net.au>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/01 12:23:09

Log message:
    Initial import of Event 1.00
    
    The Event module provides a central facility to watch for
    various types of events and invoke a callback when these
    events occur. The idea is to delay the handling of events
    so that they may be dispatched in priority order when it
    is safe for callbacks to execute.
    
    from Waldemar Brodkorb <wbx at openbsd.de>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jul-01
    
    N ports/devel/p5-Event/Makefile
    N ports/devel/p5-Event/distinfo
    N ports/devel/p5-Event/pkg/DESCR
    N ports/devel/p5-Event/pkg/PLIST
    N ports/devel/p5-Event/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/01 12:24:07

Modified files:
	devel          : Makefile 

Log message:
+p5-Event


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/01 12:25:48

Modified files:
	bin/mkdir      : mkdir.c 
	bin/chmod      : chmod.c 
	usr.bin/find   : function.c 
	usr.bin/xinstall: xinstall.c 
	usr.sbin/mtree : spec.c 

Log message:
setmode(3) returns void *, not mode_t *.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 13:15:56

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

Log message:
use err/errx and __progname; -Wall


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 13:20:23

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

Log message:
warn vs perror; __progname; and wall


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 13:23:34

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

Log message:
simpilfy warning() and wall


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 13:27:36

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

Log message:
disabled USE_HPT option (experimental right now)


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 14:35:35

Modified files:
	sys/compat/hpux: hpux.h 

Log message:
add HPUX_SYSCONF_CPUPA20


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 15:03:33

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

Log message:
have separate insn and data cache all-flushers


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 15:37:34

Modified files:
	sys/sys        : exec_aout.h 

Log message:
two more hppa mids


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 15:46:37

Modified files:
	usr.sbin/zdump : Makefile 

Log message:
does not need ialloc.c; millert@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/01 15:50:44

Log message:
    Import of giblib-1.2.3
    
    giblib is an utility library that incorporates doubly linked lists,
    some string functions, and a wrapper for imlib2.
    
    from Victor Sahlstedt <cvss@home.se>; ok naddy@
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20040601
    
    N ports/devel/giblib/distinfo
    N ports/devel/giblib/Makefile
    N ports/devel/giblib/pkg/DESCR
    N ports/devel/giblib/pkg/PLIST
    N ports/devel/giblib/pkg/PFRAG.shared
    N ports/devel/giblib/patches/patch-Makefile.in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/01 15:53:16

Log message:
    Import of scrot-0.8
    
    scrot is a commandline screen capture util like "import", but using
    imlib2. It has lots of options for autogenerating filenames, and can
    do fun stuff like taking screenshots of multiple displays and glueing
    them together.
    
    from Victor Sahlstedt <cvss@home.se>; ok naddy@
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20040701
    
    N ports/graphics/scrot/distinfo
    N ports/graphics/scrot/Makefile
    N ports/graphics/scrot/pkg/PLIST
    N ports/graphics/scrot/pkg/DESCR
    N ports/graphics/scrot/patches/patch-Makefile.in
    N ports/graphics/scrot/patches/patch-src_Makefile_in
    N ports/graphics/scrot/patches/patch-src_options_c
    N ports/graphics/scrot/patches/patch-src_main_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/01 15:55:17

Modified files:
	devel          : Makefile 

Log message:
+giblib


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/01 15:56:34

Modified files:
	graphics       : Makefile 

Log message:
+scrot


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/01 17:05:02

Modified files:
	net/ddclient   : Makefile 

Log message:
remove MAINTAINER on his own request


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 17:19:27

Modified files:
	etc/etc.hppa   : sysctl.conf 

Log message:
add two commented out vars to set


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/01 17:21:45

Modified files:
	devel/p5-Date-Simple: Makefile distinfo 

Log message:
update to 3.01 from MAINTAINER Sam Smith <S@msmith.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/07/01 19:27:45

Modified files:
	x11/py-gtk2    : Makefile distinfo 
	x11/py-gtk2/pkg: PLIST 

Log message:
update to pygtk-2.2.0; ok mjc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/01 19:53:09

Modified files:
	graphics/ImageMagick: Makefile 
Added files:
	graphics/ImageMagick/patches: patch-aclocal_m4 

Log message:
add libtool patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/01 19:59:12

Modified files:
	devel/libtool  : Makefile distinfo 
	devel/libtool/patches: patch-doc_libtool_texi 
	devel/libtool/pkg: PLIST 
Added files:
	devel/libtool/patches: patch-acinclude_m4 
	                       patch-libltdl_acinclude_m4 
	                       patch-libtool_m4 
	devel/libtool/pkg: DESCR-ltdl PFRAG.shared-ltdl PLIST-ltdl 
Removed files:
	devel/libtool/patches: patch-doc_Makefile_in 
	devel/libtool/pkg: PFRAG.shared 

Log message:
upgrade to libtool 1.5.6, libltdl is now a sub-package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/01 21:53:16

Modified files:
	x11/xfce4/themes/gtk-xfce-engine-2/pkg: PLIST 
Added files:
	x11/xfce4/themes/gtk-xfce-engine-2/pkg: PFRAG.shared 

Log message:



CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/01 21:54:12

Modified files:
	x11/gtk-thinice-engine: Makefile 
	x11/gtk-thinice-engine/pkg: PLIST 

Log message:
Make this package with gtk+ 2.4.

Prodding by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/01 21:55:54

Modified files:
	x11/gnome/libgnomeprintui: Makefile 

Log message:
Add a dependency I missed.

Prodding by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/01 22:19:51

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

Log message:
fill out error info into ret* regs upon failed syscall return


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/02 01:05:49

Modified files:
	print/acroread : Makefile distinfo 

Log message:
SECURITY UPDATE to Acroread 5.09

A security patch was applied that solves a couple of problems
reported with malformed uuencoded pdf files.

noticed by jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 02:32:07

Modified files:
	sys/arch/m88k/m88k: vectors_88100.S vectors_88110.S 

Log message:
Since these vector tables are not final tables, they don't need to be
page aligned.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 03:12:37

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

Log message:
Do not divide by zero in vmstat -t; Nikos Ntarmos.


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2004/07/02 04:18:56

Modified files:
	.              : orders.html 

Log message:
remove obsolete section, prompted by Steve Shockley's PR (#3832),
which noted dead link;

suggested by, and ok, nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/02 04:28:34

Modified files:
	bin/cat        : cat.1 

Log message:
- note that as well as tabs, the -v option does not display EOLs
from lkadosh at math dot ucr dot edu, via nick@

- put options in standard order

- put explanations of examples before the examples, and indent examples

- one i.e. -> e.g. as required

additions/corrections/oks otto@ tom@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/02 04:36:57

Modified files:
	share/man/man7 : mdoc.7 mdoc.samples.7 
	share/misc     : mdoc.template 

Log message:
note that section 9 pages may use RETURN VALUES and ERRORS;
note that section 1/6/8 pages may use DIAGNOSTICS;

from discussion w/ jared yanovich;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/02 04:42:55

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

Log message:
kill dead .Xr to memory(3);
from kjell@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 05:19:44

Modified files:
	sys/arch/mvme88k/dev: vx.c 

Log message:
Remove unused extra intrhand.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 05:19:58

Modified files:
	sys/arch/mvme88k/dev: cl.c if_le.c 

Log message:
Be sure to fill intrhand structures correctly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/02 05:28:55

Modified files:
	print/acroread : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
SECURITY UPDATE to Acroread 5.09

A security patch was applied that solves a couple of problems
reported with malformed uuencoded pdf files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/02 05:34:04

Modified files:
	print/acroread : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
SECURITY UPDATE to Acroread 5.09

A security patch was applied that solves a couple of problems
reported with malformed uuencoded pdf files.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/02 06:59:44

Modified files:
	distrib/special/more: more.c 

Log message:
Accept but ignore -E and -X since they specify default more(1) behavior.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/02 07:03:37

Modified files:
	sys/ufs/ffs    : ffs_alloc.c 

Log message:
printf inode numer as unsigned -- just the way it is


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/07/02 07:09:04

Modified files:
	sbin/savecore  : savecore.c 

Log message:
Use "time_second" instead of "time" now that time handling in the kernel
has changed.

ok art@ millert@ marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/02 07:58:06

Modified files:
	lib/libc/gen   : setmode.3 setmode.c 

Log message:
deregister, better use of strtoul and always set ERANGE on invalid octal
permission. ok millert@; man page ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 07:58:17

Modified files:
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 

Log message:
Disable a -O2 specific optimization which causes kern_fork (and probably other
files) to be miscompiled, until the problem is fixed in the compiler.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 08:00:43

Modified files:
	sys/arch/m88k/include: types.h 
	sys/arch/mvme88k/dev: cl.c clock.c dart.c if_ie.c if_le.c 
	                      if_levar.h osiop_pcctwo.c vs.c vsvar.h 
	                      vx.c 

Log message:
Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 08:40:22

Modified files:
	sys/arch/luna88k/luna88k: locore.S 
	sys/arch/mvme88k/mvme88k: locore.S 

Log message:
Make page-aligned variable contiguous. Saves almost one page of data.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/02 08:56:39

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
reorder for openssl speed;


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/02 09:48:36

Modified files:
	sbin/newfs     : newfs.8 newfs.c pathnames.h 

Log message:
Take TMPDIR into account when creating a temp mountpoint for populating.
ok avsm@ millert@; man page ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/02 10:02:47

Modified files:
	net/pavuk      : Makefile 
Added files:
	net/pavuk/patches: patch-src_http_c 

Log message:
SECURITY:
Fix buffer overflow.

From: Ulf Harnhammar


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/02 10:08:09

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
add `cast' and `cast-cbc' to the list of supported args to speed;
also add `dsa', which is shorthand for all the dsa tests;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/02 10:10:53

Modified files:
	lib/libc/gen   : setmode.3 

Log message:
whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/07/02 10:29:55

Modified files:
	sys/arch/i386/i386: db_interface.c db_trace.c genassym.cf 
	                    kgdb_machdep.c linux_machdep.c locore.s 
	                    machdep.c pmap.c process_machdep.c 
	                    svr4_machdep.c trap.c 
	sys/arch/i386/include: db_machdep.h frame.h pcb.h 

Log message:
Maintain %f and %gs over traps.  Mostly from NetBSD.  Preparation for SMP
speedups.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/02 10:42:45

Modified files:
	net/pavuk      : Tag: OPENBSD_3_5 Makefile 
Added files:
	net/pavuk/patches: Tag: OPENBSD_3_5 patch-src_http_c 

Log message:
SECURITY:
Fix buffer overflow.

From: Ulf Harnhammar


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/02 10:49:58

Modified files:
	net/pavuk      : Tag: OPENBSD_3_4 Makefile 
Added files:
	net/pavuk/patches: Tag: OPENBSD_3_4 patch-src_http_c 

Log message:
SECURITY:
Fix buffer overflow.

From: Ulf Harnhammar


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 11:33:43

Modified files:
	sys/arch/hp300/hp300: locore.s 
	sys/arch/m68k/m68k: genassym.cf 
	sys/arch/mac68k/mac68k: locore.s 
	sys/arch/mvme68k/mvme68k: locore.s 

Log message:
Cope with SONPROC scheduler changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 11:34:23

Modified files:
	sys/arch/mvme68k/mvme68k: autoconf.c 

Log message:
Remove unused getdevunit().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 11:37:18

Modified files:
	sys/arch/mvme68k/dev: nvram.c sram.c 
	sys/arch/mvme68k/include: conf.h 

Log message:
Merge *ramread() and *ramwrite(), as done on mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 11:57:32

Modified files:
	sys/arch/mvme68k/dev: cl.c fooip.c if_ie.c if_le.c if_levar.h 
	                      ipic.c lp.c mc.c pcc.c pcctwo.c sbicdma.c 
	                      sbicvar.h sshdma.c vme.c wdsc.c wl.c zs.c 
	sys/arch/mvme68k/include: autoconf.h 

Log message:
Kill ca_master in autoconf structures. Drivers either only attach to one
specific bus (mc/pcc/pcctwo), or they know it from the ca_bustype value,
and can use the globals sys_busname variables.

This also allows for some code simplifications.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 12:00:51

Modified files:
	sys/arch/mvme68k/dev: nvram.c sram.c 

Log message:
Stricter bounds checking for mmap() calls.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 12:01:15

Modified files:
	sys/arch/mvme68k/dev: cl.c 

Log message:
Remove unused code, per mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/02 12:02:14

Modified files:
	sys/arch/mvme68k/dev: vme.c 

Log message:
During bootup, only print the VMEChip2 decoder settings for those which are
enabled.


CVSROOT:	/cvs
Module name:	www
Changes by:	msf@cvs.openbsd.org	2004/07/02 17:17:54

Modified files:
	.              : donations.html 

Log message:
donation from Steven Lacroix. thx.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/02 17:22:58

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

Log message:
move into #ifdef; various people


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/02 17:47:44

Modified files:
	textproc/xxdiff: Makefile 

Log message:
restore build with g++ 2.95


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/02 18:56:38

Modified files:
	share/man/man9 : Makefile 

Log message:
typo; Jared


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/02 20:10:26

Modified files:
	x11/mplayer    : Makefile distinfo 

Log message:
SECURITY:

The added distribution patch fixes several vulnerabilities in MPlayer's GUI.
http://www.mplayerhq.hu/homepage/design7/news.html

ok biorn@


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

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/02 23:11:33

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

Log message:
Use '\0' not 0 for string; ok djm@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/07/02 23:32:19

Modified files:
	usr.sbin/syslogd: privsep.c syslog.conf.5 syslogd.c syslogd.h 

Log message:
support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;
ok henning@ anil@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/07/02 23:57:12

Modified files:
	sys/net        : pf_norm.c 

Log message:
quick workaround until proper PF_FORWARD reass gets implemented.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/03 03:18:02

Modified files:
	de             : donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/03 03:21:19

Modified files:
	openssh/zh-tw  : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/03 03:21:29

Modified files:
	faq/zh-tw      : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/03 05:02:25

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

Log message:
Put s/key functions inside #ifdef SKEY same as monitor.c,
from des@freebsd via bz #330, ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/07/03 08:23:32

Modified files:
	devel/silc-toolkit: Makefile 
	lang/lua       : Makefile 
	www/fcgi       : Makefile 

Log message:
forgot to change these to openbsd.org as well


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/03 08:36:19

Modified files:
	sys/arch/mvme68k/dev: clock.c 

Log message:
On 1[67]7 boards, always use the VMEChip2 timers for delay(), even if the
device is not attached yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/03 08:36:34

Modified files:
	sys/arch/mvme68k/dev: flash.c 

Log message:
Oops, one more mmap() bounds check.


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/07/03 09:17:29

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
added:
mailman-2.1.5.tgz
mailman-2.1.5-postfix.tgz


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/03 10:53:01

Modified files:
	security/keychain: Makefile distinfo 
Removed files:
	security/keychain/patches: patch-keychain 

Log message:
maintenance update to keychain 2.3.3

noticed by @xsa


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/03 11:20:00

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h buffer.c mrt.c mrt.h parse.y 
	                 printconf.c rde.c session.c 

Log message:
Switch mrt dumping to fd passing. This gives some speed up when extensive
dumping is done. Acctually mrt dumps were broken because of the fd passing.
The nice side effect is a much cleaner code, especially in the parent process.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/03 11:50:52

Modified files:
	infrastructure/install: make-plist 

Log message:
permit moving of shared objects and shared libraries from PLIST
to PFRAG.shared automatically


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/03 12:14:02

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
if vinvalbuf() fails, unlock the vnode and release it. ok marius@


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

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

Log message:
{e,}intr{names,cnt} are extinct


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 12:24:42

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

Log message:
oops something went wrong in commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/03 12:31:21

Modified files:
	graphics/dvdrip: Makefile 
	graphics/dvdrip/pkg: DESCR PLIST 

Log message:
permit cluster mode to work
don't install empty manpages
mention soft dependencies in DESCR
bump PKGNAME

from maintainer Waldemar Brodkorb <wbx at openbsd.de> with tweaks by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/03 12:31:37

ports/graphics/dvdrip/patches

Update of /cvs/ports/graphics/dvdrip/patches
In directory cvs.openbsd.org:/tmp/cvs-serv29805/patches

Log Message:
Directory /cvs/ports/graphics/dvdrip/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/03 12:32:11

Added files:
	graphics/dvdrip/patches: 
	                         patch-lib_Video_DVDRip_Cluster_Master_pm 

Log message:
forgot to add this


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/03 12:44:04

Modified files:
	graphics/ImageMagick/pkg: PLIST 

Log message:
comment out useless man pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/03 13:18:47

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

Log message:
Cruft removal; ed(4) has been dead for ages.  OK deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 13:22:57

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

Log message:
sigh, not yet


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/03 13:31:34

Modified files:
	regress/sbin/pfctl: Makefile 

Log message:
pfctl can finally run as non-root again, so we can get rid of a lot of ${SUDO}s


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/03 13:57:37

Modified files:
	lib/libkvm     : kvm_m68k.c 

Log message:
This was supposed to compile.


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

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
ansi; jared


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 14:24:49

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
zap INET_ONLY, compress usage(); jared


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/03 14:36:05

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

Log message:
Check return value instead of uninitialized variable.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/03 15:00:38

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

Log message:
Fixes from Jared Yanovich with help from myself and cloder@; OK otto@
o make lam(1) use getopt(3) and err(3).
o fix off-by-one error
o use OPEN_MAX instead of rolling our own
o a little KNF


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/03 15:04:45

Modified files:
	lang/tcl/8.4/patches: patch-Makefile_in patch-tcl_m4 

Log message:
hppa has shared libs now


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/03 15:05:52

Modified files:
	x11/tk/8.4/patches: patch-Makefile_in patch-tcl_m4 

Log message:
hppa has shared libs now


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/03 15:11:29

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
wrong struct calloc'ed; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/03 16:09:08

Modified files:
	editors/vim/stable: Makefile 
Removed files:
	editors/vim/stable/patches: sup-hppa-src_auto_configure 

Log message:
hppa workaround no longer needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/03 16:16:42

Modified files:
	audio/xmp      : Makefile 

Log message:
use NO_SHARED_LIBS construct


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 16:25:15

Modified files:
	usr.bin/systat : mbufs.c 

Log message:
move sysctl comment on namelist[] entry


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/03 17:17:00

Modified files:
	databases/db   : Makefile.inc 

Log message:
--enable-static is a no-op for v3 and defaults to enabled for v4


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/03 17:19:07

Modified files:
	databases/db/v4/patches: patch-dist_configure 

Log message:
sync libtool patch


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/07/03 17:30:32

Modified files:
	.              : press.html 

Log message:
GeNUA moves its firewall product line to OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/07/03 17:40:44

Modified files:
	usr.sbin/syslogd: privsep.c privsep_fdpass.c syslogd.c ttymsg.c 

Log message:
-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/03 17:45:37

Log message:
    command line implementation of the PAR v1.0 specificaton
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-jul-03
    
    N ports/archivers/par1cmdline/distinfo
    N ports/archivers/par1cmdline/Makefile
    N ports/archivers/par1cmdline/pkg/PLIST
    N ports/archivers/par1cmdline/pkg/DESCR
    N ports/archivers/par1cmdline/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/03 17:46:33

Modified files:
	archivers      : Makefile 

Log message:
+par1cmdline


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 19:13:07

Modified files:
	sys/arch/alpha/alpha: machdep.c 
	sys/arch/alpha/include: exec.h 

Log message:
turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled.  This shrinks the
ramdisks, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 19:21:58

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
two hp netserver LH 3 devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/03 19:22:06

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

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/03 21:18:59

Modified files:
	lang/tcl/8.0   : Makefile 
	lang/tcl/8.3   : Makefile 
	lang/tcl/8.4   : Makefile 
	lang/tcl/8.4/patches: patch-tcl_m4 

Log message:
- remove useless --enable-static
- 8.4 doesn't use CONFIGURE_SHARED either
- use arch -s instead of machine for static arch check


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/03 21:37:03

Modified files:
	usr.sbin/bgpd  : bgpd.c rde.c 

Log message:
when getting rid of the listen_addr TAILQ after forking actually close
the file descriptors in RDE and parent process, not needed or used there


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/03 21:51:31

Modified files:
	usr.sbin/bgpd  : bgpd.c rde.c session.c session.h 

Log message:
2 more file descriptors for each RDE and SE inherited from the parent
we should close


CVSROOT:	/cvs
Module name:	src
Changes by:	jolan@cvs.openbsd.org	2004/07/03 22:02:26

Modified files:
	share/dict     : propernames 

Log message:
add myself, brad said i needed another commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/03 23:37:09

Modified files:
	x11/tk/8.0     : Makefile 
	x11/tk/8.3     : Makefile 
	x11/tk/8.4     : Makefile 

Log message:
no more --enable-static


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/04 03:02:46

Modified files:
	xc/programs/xterm: main.c xterm.h 

Log message:
Make xterm produce ^? for backspace/delete keys on OpenBSD by default,
even without resources.


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/04 05:01:49

Modified files:
	usr.sbin/ntpd  : Makefile client.c ntp.h ntpd.h 
Added files:
	usr.sbin/ntpd  : util.c 

Log message:
Compute the local clock offset from the server's response.
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/04 06:15:58

Modified files:
	x11/mplayer    : Tag: OPENBSD_3_5 Makefile 
Added files:
	x11/mplayer/patches: Tag: OPENBSD_3_5 patch-Gui_interface_c 
	                     patch-Gui_mplayer_common.c 
	                     patch-Gui_skin_font_c patch-Gui_skin_skin_c 
	                     patch-libmenu_menu_console_c 
	                     patch-libmpdemux_cue_read_c 
	                     patch-libvo_vo_dxr3_c patch-playtree_c 
	                     patch-subreader_c patch-vidix_vidixlib_c 

Log message:
SECURITY:

Fix several vulnerabilities in MPlayer's GUI.
http://www.mplayerhq.hu/homepage/design7/news.html

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/07/04 07:35:01

Modified files:
	sys/kern       : kern_sig.c 

Log message:
proc_stop needs sched_lock locked.  From art, verified with NetBSD.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 09:04:24

Modified files:
	.              : plus.html 

Log message:
new; andre@ae-35.com


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 11:06:12

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

Log message:
re fits on this floppy


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 12:07:15

Modified files:
	usr.sbin/ntpd  : server.c util.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 13:52:24

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
simplify slightly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 15:06:04

Modified files:
	gnu/lib/libiberty: config.guess 

Log message:
cats -> arm; miod ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/04 15:18:11

Modified files:
	textproc/aspell/core: Makefile 

Log message:
i dont forsee me being able to fix this on alpha anytime soon


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 16:24:20

Modified files:
	usr.sbin/ntpd  : client.c ntp.h ntpd.h 

Log message:
put interval defines in ntpd.h and name them consistently


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/04 16:30:25

Modified files:
	distrib/miniroot: install.sh 

Log message:
Remove requirement that the 'b' partition on the root disk be
configured during install.

If it is configured it will still be unconditionally used as swap, so
don't let the user set a mount point for it.

Minor white space, commment and verbiage adjustments.

Suggested by many including Mickey, Henning, Todd, and Theo.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/07/04 16:34:14

Modified files:
	sys/net80211   : ieee80211_compat.c ieee80211_proto.c 

Log message:
fix a NetBSDism and a pasto left over from the import; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 16:45:41

Modified files:
	libexec/spamd  : spamd.c 

Log message:
typo; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 16:46:47

Modified files:
	libexec/spamd  : grey.c 

Log message:
two missing freeaddrinfo() -- leak; andrushock@korovino.net


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/04 16:48:28

Modified files:
	gnu/egcs/gcc   : regmove.c 
	gnu/egcs/gcc/config/m68k: openbsd.h 

Log message:
Disable optimize_reg_copy_3() on m68k platforms.

This is a workaround for lines 1055-1057 of tcp_input.c being miscompiled,
though the problem looks like missing use/clobber qualifiers in the
extendplussidi insn, rather than a specific optimize_reg_copy_3() issue.

A proper fix may be devised in the future, in the meantime this allows
m68k platforms to be back in track.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/04 16:53:44

Modified files:
	audio/xmp      : Makefile 

Log message:
revert to previous (working) construct, pointed out by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 16:56:52

Modified files:
	sys/net        : pf_if.c 

Log message:
remove the half-baked and bogus pfi_dynamic_drivers() which tries to guess
which drivers are hotpluggable. since we removed the stupid check from pfctl
a few days ago nothing relies on this any more.
ok pb@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 16:57:20

Modified files:
	sys/dev/pci    : if_sis.c if_sisreg.h 

Log message:
sis rev 0x91 seeprom support to get eaddr; from fgsch
we supplied 10 soekris boxes to 10 openbsd developers, and these all
have some variety or other of sis ethernet.  not ONE of them commented
about this diff when it was mailed out.  how very sad.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/04 17:10:48

Modified files:
	sys/dev/cardbus: cardbus_map.c 

Log message:
- two typos, stallen -> stolen
- cast base correctly for format string

From NetBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 17:12:18

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
shrink, shrink, shrink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 17:12:25

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 17:33:49

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
properly bitch when we cannot open the config file, basically resembling
a diff from Damir Horvat <damir@x-si.org> which didn't apply cleanly


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/07/04 17:34:36

Modified files:
	lang/lua       : Makefile 

Log message:
correctly deal with architectures that have no shared libs
spotted, tutoring and ok'd by jolan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/07/04 17:40:05

Modified files:
	databases/p5-DBI: Makefile 
	devel/p5-Class-ReturnValue: Makefile 
	devel/p5-Devel-StackTrace: Makefile 
	devel/p5-Params-Validate: Makefile 
	net/adns       : Makefile 
	net/nicotine   : Makefile 
	security/towitoko: Makefile 
	sysutils/modlogan: Makefile 

Log message:
update my e-mail address


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/07/04 17:43:00

Modified files:
	www/p5-Apache-Session: Makefile 
	www/p5-Apache-Test: Makefile 
	www/p5-HTML-Mason: Makefile 
	www/p5-libapreq: Makefile 
	www/www6to4    : Makefile 
	x11/py-gtk2    : Makefile 

Log message:
update my e-mail address


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/04 18:00:34

Modified files:
	www/php4/extensions: Makefile 
	www/php4/patches: patch-php_ini-dist patch-php_ini-recommended 
Removed files:
	www/php4/extensions/pkg: DESCR-pspell PLIST-pspell 

Log message:
Remove the pspell extension because it is broken. And people can use aspell
without this extension.

Pointed out and requested by jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 18:15:20

Modified files:
	sys/net        : pf_norm.c pf_ioctl.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2004/07/04 18:47:40

Modified files:
	libexec/ld.so  : library.c library_mquery.c resolve.c resolve.h 

Log message:
Fix an issue where a shared library could be loaded at two different
locations by resolving all dlopens back to a dev/inode.

i.e. Don't load a library if the dev/inode it stats back to matches one
already in our list.

fix started (and ok'ed) drahn@. ok deraadt@.
"doesn't break anything yet" pval@ art@ brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/04 20:13:44

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h imsg.c kroute.c rde.c rde_attr.c 
	                 rde_prefix.c rde_rib.c rde_update.c 

Log message:
fix a few KNF fallouts


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/04 20:19:03

Modified files:
	sbin/route     : show.c 

Log message:
fix warning: extra tokens at end of #undef; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/04 20:31:54

Modified files:
	sbin/fsck_ffs  : dir.c 

Log message:
remove useless (always false) check; ok millert henning


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 21:07:45

Modified files:
	sys/dev/usb    : ehci.c ehcireg.h 

Log message:
This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR to
EHCI_HCS_P_INDICATOR and EHCI_QG_MPLMASK to EHCI_QH_MPLMASK);
from netbsd; via, loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 21:08:56

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

Log message:
Adds missing port routing rules field, fixes an incorrect offset for
EHCI_QH_GET_CTL and adds a macro for setting the data toggle on a qtd
token; from netbsd; via loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/04 21:09:58

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

Log message:
Completes the structs for the isochronous and split transaction
isochronous transfer descriptor types. Also updates the doco link at the
top of the file; from netbsd; via loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/04 23:18:42

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

Log message:
sync various changes in old_identifycpu() into identifycpu()
first step toward merging these two functions
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/05 00:54:28

Modified files:
	fr             : donations.html pkg-stable.html 
	                 pkg-stable34.html press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/05 00:54:40

Modified files:
	faq/fr         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/05 01:06:23

Modified files:
	zh-cn          : ftp.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 01:46:16

Modified files:
	usr.sbin/ntpd  : ntp.c ntpd.c ntpd.h util.c 

Log message:
calculate the median offset from all servers we sync to and call
adjtime() when necessary to keep the local clock in sync
yes, that means ntpd syncs the local clock now.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 01:57:52

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
don't limit to one remote server any more


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/05 02:33:54

Modified files:
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 

Log message:
Compile at -O1 on m68k, sig11 in LYMainLoop at -O2.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/05 03:22:40

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
less esoteric error message for missing @name, on a question from
Brad Webb.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/05 03:27:05

Modified files:
	usr.sbin/pkg_add: pkg_create 

Log message:
Still deduce a pkg-name even if there is no .tgz in the pkg-name specified
on the command-line. Problem noticed by Brad Webb.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/05 07:18:48

Log message:
    bayesian spam filter, works just fine, even though one regression test
    is failing (too much precision in arithmetic).
    
    Status:
    
    Vendor Tag:	esr
    Release Tags:	espie
    
    N ports/mail/bogofilter/distinfo
    N ports/mail/bogofilter/Makefile
    N ports/mail/bogofilter/pkg/PLIST
    N ports/mail/bogofilter/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/05 07:20:03

Modified files:
	mail           : Makefile 

Log message:
+bogofilter
+bogofilter,db4


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/05 10:13:47

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

Log message:
sunsite.auc.dk changed to sunsite.dk years ago; now that auc.dk becomes
aau.dk, the auc.dk will probably not persist much longer. Also, sunsite.dk
is the official name (for now).

>From: Michael Knudsen <e at molioner.dk>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 10:54:53

Modified files:
	usr.sbin/bgpd  : bgpd.h kroute.c parse.y printconf.c rde.c rde.h 
	                 rde_filter.c 

Log message:
implement "set nexthop blackhole" and "set nexthop reject"
blackhole/reject routes will be entered to the kernel for matching ones.
this is intended to be used with the Cymru Bogon Route Server Project
(http://www.cymru.com/BGP/bogon-rs.html) and similar services, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 11:04:45

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
new blackhole/reject nexthops


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/05 11:27:32

Modified files:
	usr.sbin/bgpd  : rde_attr.c 

Log message:
The rde no longer needs to check if the nexthop is the loopback address.
This is now down in the parent. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/05 11:33:35

Modified files:
	sbin/isakmpd   : ike_phase_1.c 

Log message:
%lu and cast to unsigned long to print a size_t; ok ho


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/05 12:33:38

Modified files:
	sbin/mount     : getmntopts.c mntopts.h 

Log message:
userquota and groupquota _optionally_ have a value.

ok pedro@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/05 12:47:49

Modified files:
	usr.bin/chpass : field.c 

Log message:
Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t.
Fixes a warning on 64bit platforms and is less error-prone.  OK otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/05 13:13:39

Modified files:
	devel/gsl/pkg  : PFRAG.shared 

Log message:
new dynlibdir on /usr/local ??? hello ?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 13:39:07

Modified files:
	sys/dev        : hotplug.c 

Log message:
do not queue events when no daemon running.  flush all events on last close.
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 13:40:38

Modified files:
	sys/dev        : hotplug.c 

Log message:
clean & knf


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/05 13:43:05

Modified files:
	usr.sbin/pkg_add: pkg_create 

Log message:
too clever, perl regexps are greedy, ensure we get the correct name.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/05 13:53:22

Modified files:
	usr.sbin/ntpd  : util.c 

Log message:
use correct multiplier for us -> s conversion


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 13:59:20

Modified files:
	sys/arch/alpha/stand: bootxx.c loadfile.c 
	sys/arch/alpha/stand/boot: boot.c newvers.sh 
	sys/arch/alpha/stand/netboot: netboot.c 

Log message:
remove some stuff to make the blocks slightly smaller.  we could go further
still.  tested by matthieu


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 14:22:57

Modified files:
	sbin/routed    : output.c 

Log message:
when running as supplier and asked about a defualt route but we have no,
do not try to fake one when the query comes from a non-local network,
i. e. ifp is NULL, which caused a segfault.
PR3841, William J Hulley <jonny@abduction.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 14:41:35

Modified files:
	usr.sbin/ntpd  : client.c ntpd.h 

Log message:
delay, not error


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/05 14:47:59

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

Log message:
Belkin F5D6020 version 1 is a prism card too


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/05 14:57:50

Modified files:
	sys/dev        : rnd.c 

Log message:
Allocate buffers in randomread and randomwrite via malloc instead
of from the stack.  Keeps us from running out of kernel stack during
stack-heavy networking load.  The bug manifests as a panic during
bootup with an fpu-related assertion failure on i386.
Fix from Christopher Pascoe; commit requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/07/05 15:08:20

Added files:
	share/man/man4 : ahd.4 

Log message:
Add ahd man page.  Pointers and irony from miod@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/07/05 15:18:11

Modified files:
	share/man/man4 : Makefile 

Log message:
Add ahd man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/05 15:19:09

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

Log message:
libmilter libs belong in comp, not base.  From mpech@, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/07/05 15:20:13

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

Log message:
Remove extraneous .Ed call.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/05 15:21:22

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

Log message:
Xref ahd(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/05 15:23:04

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

Log message:
Mention ahd.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 15:24:05

Modified files:
	share/man/man4 : ahd.4 pci.4 

Log message:
be more clear


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/07/05 15:32:12

Modified files:
	.              : anoncvs.html 

Log message:
anoncvs.be.openbsd.org -> anoncvs.at.openbsd.org.  Wim moves to Austria


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/07/05 15:48:52

Log message:
    initial import of camlimages-2.12
    --
    Camlimages provides basic functions for image processing and
    loading/saving various image file formats, an interface to display
    images, and a Freetype interface to render Truetype fonts.
    
    Status:
    
    Vendor Tag:	avsm
    Release Tags:	avsm_2004-Jul-4
    
    N ports/graphics/camlimages/Makefile
    N ports/graphics/camlimages/distinfo
    N ports/graphics/camlimages/patches/patch-configure_in
    N ports/graphics/camlimages/patches/patch-configure
    N ports/graphics/camlimages/pkg/PLIST
    N ports/graphics/camlimages/pkg/DESCR
    N ports/graphics/camlimages/pkg/PFRAG.native
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/07/05 15:49:33

Modified files:
	graphics       : Makefile 

Log message:
+camlimages


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/05 16:07:02

Modified files:
	graphics/ffmpeg: Makefile 

Log message:
fix on no_shared_archs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/05 16:09:52

Modified files:
	mail/evolution : Makefile 

Log message:
fix on NO_SHARED_ARCHS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 16:12:53

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h 

Log message:
keep last 8 offset,delay pairs - we'll need them for the clock filters later.
for now, average over those to adjust the local clock.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/05 16:39:54

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

Log message:
avoid mess by specifying netmask to EXAMPLES;
problem found by Diana Eichert, solution from ho@, and ok mcbride@;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/05 17:04:43

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

Log message:
typo from jared yanovich;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/05 17:06:50

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

Log message:
update(8) is an in-kernel process;
from jared yanovich;


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/05 17:11:32

Modified files:
	graphics/mpeg-lib: Makefile 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/05 17:21:56

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
description looking slightly more like a regular manpage and not a pipe-dream.
okay naddy@, with nits from jmc@.


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/07/05 17:23:46

Modified files:
	.              : want.html 

Log message:
drop stuff i no longer need


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/05 17:29:38

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

Log message:
- BUGS comes last
- remove an empty display (?)
- plural is buses (n.) (miod will remind me if we prefer the alternative)
- remove grocer's apostrophe


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 17:36:35

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

Log message:
pretty


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/05 18:13:23

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

Log message:
remove .Pp and -compact in displays;


CVSROOT:	/cvs
Module name:	src
Changes by:	aaron@cvs.openbsd.org	2004/07/05 18:38:38

Modified files:
	sys/dev/ata    : wd.c 

Log message:
Replace magic number with a more descriptive #define.  This magic number was
particularly vile because it looks like a typo (i.e., looks like one "f" is
missing), but it's really not.  I happened to notice this myself, but the fix
is inspired by NetBSD in the interest of keeping the code similar.

deraadt@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/05 18:58:39

Modified files:
	devel/swig     : Makefile 

Log message:
disable php4 and ocaml; pointed out by naddy@.
I will add FLAVOR stuff if I have time.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/05 19:31:32

Modified files:
	faq/pf         : filter.html 

Log message:
From Joel Knight:
Fix a logic error in the example ruleset. In practice, it wasn't doing
what the comment said it would.
Pointed out by Stavros Filargiropoulos <sf at alphanet dot gr>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 20:23:51

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

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 20:44:11

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

Log message:
point pplz to rc.conf.local instead of rc.conf, from Bernd Ahlers <ba@bsws.de>
jmc ok


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/05 20:46:06

Modified files:
	usr.bin/audioctl: audioctl.c audioctl.1 

Log message:
make -w optional to set options, so audioctl is consistent with
"new" sysctl/mixerctl

ok millert@, "go for it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 20:49:05

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

Log message:
from netbsd, via loki@animata.net, ehci.c revision 1.56 sans some debugging
printfs that crept in. log message:
Failure to properly mask off UE_DIR_IN from the endpoint address was
causing OHCI_ED_FORMAT_ISO and EHCI_QH_HRECL to get set spuriously,
causing rather interesting lossage.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 20:49:47

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

Log message:
from netbsd, via loki@animata.net, ehci.c revision 1.58 without some
printfs that are more related to the data toggle. log message:
Fix a stupid bug in ehci_check_intr() that caused use to try to complete
a transaction that was still running.  Now ehci can handle multiple devices
being active at once.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 20:51:14

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

Log message:
sent in by loki@animata.net: This includes all the changes from netbsd
related to working with the data toggle, but also includes some endian
fixes. The major changes in the netbsd code were in revisions 1.55 and
1.64. their log messages are:
1.55:  Set the data toggle correctly, and use EHCI_QTD_DTC.  This fixes
problems with my ALi-based drive enclosure (it works now, rather than
failing to attach). Also seems to work with a GL811-based enclosure and
an ASUS enclosure with a CD-RW, on both Intel and NEC controllers.
Note: The ALi enclosure is currently very SLOW, due to some issue with
taking too long to notice that the QTD is complete.  This requires more
investigation.
1.64: Further cleanup of toggle handling.  Now that we use EHCI_QH_DTC,
we don't need to fiddle with the TOGGLE bit in the overlay descriptor,
so minimize how much we fuss with it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 20:51:47

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

Log message:
from netbsd, via loki@animata.net: revision 1.62. Log message:
Fix an error in a debug printf().


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/05 21:38:14

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

Log message:
Back out rev 1.2 as it doesn't make sense--since we exit on failure
there is no need to save the old value of the pointer we are
realloc()ing.  Based on a diff from Andrey Matveev.


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/07/05 22:00:12

Modified files:
	games/gnuchess : Makefile distinfo 
	games/gnuchess/pkg: DESCR PLIST 
Added files:
	games/gnuchess/patches: patch-src_book_h 
Removed files:
	games/gnuchess/patches: patch-Makefile_in patch-dspcom_c 
	                        patch-gnuan_c patch-nondsp_c 

Log message:
update to gnuchess 5.07, take maintainer
ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 22:01:50

Modified files:
	etc            : Makefile 
Added files:
	etc            : ntpd.conf 

Log message:
sample ntpd config file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 22:02:24

Modified files:
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 22:03:41

Modified files:
	etc            : rc.conf rc.local rc.securelevel 

Log message:
remove startup code for that other ntpd from ports and use the one
in base instead. theo ok & rush to go for beer


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/05 22:05:03

Modified files:
	etc            : rc.securelevel 

Log message:
bit too rushed :-)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/05 22:05:27

Modified files:
	etc            : rc 

Log message:
eh, actually add the startup code for ntpd


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/07/06 00:15:42

Modified files:
	.              : anoncvs.html 

Log message:
update the usa anoncvs mirrors to reflect reality
pointed out by rees


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/07/06 00:27:41

Modified files:
	.              : ftp.html 
	openssh        : ftp.html portable.html 

Log message:
remove ftp7.usa.openbsd.org, they no longer have OpenBSD mirror


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/06 00:30:22

Modified files:
	distrib/notes  : mirrors 

Log message:
remove ftp7.usa.openbsd.org, they no longer have OpenBSD mirror
(sync with rev 1.277 of www/ftp.html)


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/06 01:31:59

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
delint: offset arg to mmap is off_t and remove dead code

ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/07/06 02:54:38

Modified files:
	.              : donations.html 

Log message:
More.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/06 03:22:31

Modified files:
	sys/dev/cardbus: cardbusdevs 

Log message:
add Planex and Corega Ethernet


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/06 03:23:31

Modified files:
	sys/dev/cardbus: cardbusdevs.h cardbusdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/06 04:10:54

Modified files:
	graphics/dia   : Makefile 

Log message:
update HOMEPAGE; maintainer timeout;


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/06 06:10:40

Modified files:
	distrib/luna88k/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 

Log message:
Put dhclient on luna88k, mvme68k and mvme88k installation media.
Requested by nick@ some time ago, and it fits.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/06 07:32:44

Modified files:
	bin/kill       : kill.1 

Log message:
- more consistent macros
- descriptions of examples before examples, and indent examples
- direct people to sigaction(2) for complete list of signals
- .Xr pkill 1
- simplify a list

from jared yanovich, and some bits from me;


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/06 07:52:31

Modified files:
	sys/netinet    : tcp_fsm.h 

Log message:
backout rev 1.3, it breaks simultaneous close (no FIN set for retransmits)
ok deraadt, henning, itojun


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/06 08:02:49

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

Log message:
add pgrep to .Nm line to allow `apropos/whatis pgrep' to work;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/06 08:20:19

Modified files:
	libexec/makewhatis: makewhatis.8 

Log message:
the whatis.db database is also used by whatis(1), so note that;
add apropos(1) and whatis(1) to SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/06 08:37:59

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

Log message:
various cleanup
- fix overruns in overstrike() and iattr()
- sort headers
- sync usage output
- some KNF
- use err()/warn() where applicable

ok millert@ otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/06 08:48:13

Modified files:
	devel/p5-ExtUtils-CBuilder: Makefile 

Log message:
PKG_NAME -> PKGNAME; okay msf@.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/06 09:51:17

Modified files:
	lib/libc/gen   : ftw.c nftw.c 

Log message:
Set path in declaration to avoid an ugly cast in fts_open()
Set FTS_LOGICAL in flags if we didn't set FTS_PHYSICAL as required by fts(3)


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/06 10:14:21

Modified files:
	www/dillo/pkg  : INSTALL PLIST 
Added files:
	www/dillo/pkg  : DEINSTALL 

Log message:
- add @extra support
- better wording in INSTALL
okay couderc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/06 11:35:08

Modified files:
	usr.sbin/pkg_add: pkg_create 

Log message:
commit from the wrong tree. noticed by krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2004/07/06 11:40:32

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
initialize the variables that track the offset array; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/06 11:45:29

Modified files:
	gnu/usr.bin/binutils/gdb: m68k-tdep.h 

Log message:
Unbreak m68k build.
ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/07/06 11:59:11

Modified files:
	.              : anoncvs.html 

Log message:
sensible capitalization


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 12:03:07

Modified files:
	usr.sbin/ntpd  : config.c 

Log message:
allow hostnames and resolve them in the config file


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/07/06 12:06:33

Modified files:
	.              : anoncvs.html 

Log message:
Add some SSH fingerprints.
Incessantly demanded by Alexander von Gernler <grunk@pestilenz.org>.


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2004/07/06 12:45:29

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
log host packet was received from (originally using a long convoluted
function until henning showed me the light... log_sockaddr... nifty);
this diff is from henning and should be henning ok =)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 13:06:43

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
when we received a apcket with incorrect cookie log from whom as well


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/06 13:25:58

Modified files:
	distrib/sets/lists/base: md.hp300 md.mac68k md.mvme68k 
	distrib/sets/lists/comp: md.hp300 md.mac68k md.mvme68k 
	distrib/sets/lists/man: md.hp300 md.mac68k md.mvme68k 

Log message:
binutils/gdb sets fixes.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/07/06 13:33:45

Modified files:
	.              : anoncvs.html 

Log message:
add fingerprints for rt.fm


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/07/06 13:49:11

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

Log message:
The 'reverse ftp-proxy' mode adds a command line option -R to
ftp-proxy which proxies connection from external ftp clients to
an internal ftp server, supporting client passive mode (where
server listens on a random port for data connections, and the
client connects to the server for data connections).

This is the reverse mode to normal operation, where ftp-proxy
proxies connections from local clients to external servers,
supporting client active mode.

ok beck@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/07/06 15:00:11

Modified files:
	mail/courier-imap: Makefile 

Log message:
new maintainer, loki@animata.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/06 15:03:26

Log message:
    Initial import of Test-MockObject-0.14
    
    Test::MockObject allows you to create objects that conform to particular
    interfaces with very little code. You don't have to reimplement the
    behavior, just the input and the output.
    
    requested by xsa@
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_07_06
    
    N ports/devel/p5-Test-MockObject/Makefile
    N ports/devel/p5-Test-MockObject/distinfo
    N ports/devel/p5-Test-MockObject/pkg/PLIST
    N ports/devel/p5-Test-MockObject/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/06 15:04:50

Modified files:
	devel          : Makefile 

Log message:
+p5-Test-MockObject


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/06 15:05:36

Modified files:
	sys/arch/sparc/include: exec.h 
	sys/arch/sparc/sparc: machdep.c 

Log message:
only pull in a.out stuff if COMPAT_SUNOS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/06 15:24:36

Modified files:
	sys/dev        : rnd.c 

Log message:
use MALLOC/FREE for fixed size buffer allocations


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/06 15:53:17

Modified files:
	graphics/png/patches: patch-scripts_makefile_openbsd 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/06 15:54:00

Modified files:
	sys/arch/alpha/alpha: dec_6600.c fp_complete.c interrupt.c 
	                      machdep.c 

Log message:
assert is dumb dumb dumb; no objection from miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/06 16:03:18

Modified files:
	devel/p5-Test-MockObject/pkg: PLIST 

Log message:
Fix PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/06 16:06:18

Modified files:
	graphics/png/patches: patch-pngerror_c 

Log message:
better diff from openpkg


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/06 16:17:49

Modified files:
	graphics/png   : Makefile 
Added files:
	graphics/png/patches: patch-pngrtran_c 

Log message:
fix buffer overflows with 16-bit and greyscale samples.

CAN-2002-1363

http://www.openpkg.org/security/OpenPKG-SA-2003.001-png.html
http://www.openpkg.org/security/OpenPKG-SA-2004.030-png.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/06 16:26:17

Modified files:
	x11/mplayer/patches: Tag: OPENBSD_3_4 
	                     patch-libmenu_menu_console_c 
	x11/mplayer    : Tag: OPENBSD_3_4 Makefile 
Added files:
	x11/mplayer/patches: Tag: OPENBSD_3_4 patch-Gui_interface_c 
	                     patch-Gui_mplayer_common.c 
	                     patch-Gui_skin_font_c patch-Gui_skin_skin_c 
	                     patch-libmpdemux_cue_read_c 
	                     patch-libvo_vo_dxr3_c patch-playtree_c 
	                     patch-subreader_c patch-vidix_vidixlib_c 

Log message:
SECURITY:

Fix several vulnerabilities in MPlayer's GUI.
http://www.mplayerhq.hu/homepage/design7/news.html

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 17:08:27

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
sizeof(wrong struct) in calloc == bad. ^$&(#^$%&#*)!


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 17:26:38

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h 

Log message:
Implement the clock filter as descirbed by David Mills:
form the last 8 replied received from a peer, find the one with the lowest
delay. Use that as the peer's update taken into account for calculating
the local clock's offset.
Invalidate that reply and all ones received earlier than it so that they do
not get used again.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/06 18:58:06

Modified files:
	sys/dev/usb    : ehci.c ehcireg.h 

Log message:
Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/06 18:58:42

Modified files:
	sys/dev/usb    : ehci.c ehcireg.h 

Log message:
copyright dates sync; loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 19:01:27

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h 

Log message:
keep a "trustlevel" per peer. loose credit for loosing a packet, loose
a lot of credit for not having supplied us with enough data within an
adjtime run interval, and get a little credit each time we get a good
reply packet. if a peer is below 20%, only send a packet occasionally to
see wether it is back. send out queries much more often between 20 and 80%
to (re-)sync quickly, and above 80% usethe regular interval.
do not use peers < 60% for calculating teh local clock offset.
designed with theo at the pho, alexander ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/06 19:26:40

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

Log message:
silence something


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

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

Log message:
a bit more silence during bus handovers; loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/06 19:29:15

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

Log message:
skip wdc at isa on media; idea from miod


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 20:16:07

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
servers can be given as hostnames now


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 21:15:38

Modified files:
	usr.sbin/ntpd  : config.c ntpd.h parse.y 

Log message:
swicth all the host_* functions to work on a newly invented
struct ntp_addr, which just wraps a sockaddr_storage and a next pointer,
so that host_dns can return more than one entry.
let host_dns do exactly that, return a list of all IPs for that hostname
adjust all callers in the grammar to cope with that


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/06 21:18:42

Modified files:
	graphics/jasper: Makefile 

Log message:
trim comment. okay maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 21:53:15

Modified files:
	usr.sbin/ntpd  : config.c 

Log message:
host_* now returns pointers, so the error return is NULL and not 0


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 21:57:28

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

Log message:
yuck, another bad sizeof(). again in code hacked on the Frankfurt->Montreal
flight. should we draw concludions from that? I'd like to blame the
Air Canada seats...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 22:01:47

Modified files:
	etc            : ntpd.conf 

Log message:
server spec takes hostnames now, default to pool.ntp.org


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/06 22:33:16

Modified files:
	etc            : changelist 

Log message:
remove ntp.conf and add ntpd.conf; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 23:47:58

Modified files:
	usr.sbin/ntpd  : config.c ntpd.h parse.y server.c 

Log message:
do not listen anywhere by default.
listen on *
listens, well, everywhere.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 23:54:16

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
document
listen on *


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/06 23:56:01

Modified files:
	etc            : ntpd.conf 

Log message:
make this a reasonable default; don't listen anywhere and sync to
pool.ntp.org. Give some commented out examples tho.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 00:01:02

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

Log message:
remove what is now a lie about NTP


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 00:04:02

Modified files:
	etc            : ntpd.conf 

Log message:
better defaults; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 00:50:41

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
if the cookie in the received packet doesn't match discard it silently;
the logging was useful for development but is a bad idea in production
use as a remote attacker could flood your logs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 00:51:16

Modified files:
	usr.sbin/ntpd  : client.c parse.y 

Log message:
knf!


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 00:57:13

Modified files:
	usr.sbin/ntpd  : client.c ntpd.c 

Log message:
don't log every single reply we receive and log local clock adjustemt nicer


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 01:05:35

Modified files:
	usr.sbin/ntpd  : server.c 

Log message:
ease code and tweak logging


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/07 01:16:16

Modified files:
	usr.sbin/ntpd  : util.c 

Log message:
Endian conversion mistakenly done before fraction math; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/07/07 01:31:40

Modified files:
	bin/systrace   : intercept-translate.c intercept.c intercept.h 
	                 openbsd-syscalls.c 
	sys/dev        : systrace.c systrace.h 
	sys/kern       : exec_script.c kern_exec.c 

Log message:
fix an issue when scripts are exec'd under systrace where
the argv[0] would be normalized, and hence break scripts
that depend on how they were called.

this fixes an issue in the ports builds.

ok provos@ deraadt@; lots of testing during hackathon sturm@ naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/07 01:32:05

Modified files:
	usr.sbin/ntpd  : ntp.c ntp_msg.c ntpd.h server.c util.c 

Log message:
* Convert to use the new double-based time handling functions.
* Respond to the query with a reasonable received time (which
will help clients get better accuracy).
* Consolidate the server response code in preparation for a
completely 'proper' response to the client.

tips and ok from henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 01:38:22

Modified files:
	usr.sbin/ntpd  : util.c 

Log message:
help the compiler a bit with a cast, spotted by theo


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 02:06:55

Modified files:
	etc/mtree      : special 

Log message:
+ ntpd.conf, Bernd Ahlers <ba@bsws.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/07 02:07:02

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
RFC 2030 is incorrect with regards to the computation of the delay value
for NTP queries/replies.  RFC 1305 and some of Mills' other papers have
the correct formula.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/07 02:30:10

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

Log message:
add rdate(8) to SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/07 02:31:45

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

Log message:
add ntpd(8) to SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/07 02:36:26

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
tweaks; ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 02:41:38

Modified files:
	.              : events.html 

Log message:
auug2004


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 02:53:26

Modified files:
	.              : events.html 

Log message:
syscan2004


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/07 03:05:19

Modified files:
	x11/gtk-thinice-engine/pkg: PFRAG.shared 

Log message:
make this really package with gtk+2.4


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/07/07 03:13:01

Modified files:
	sbin/isakmpd   : udp_encap.c 

Log message:
compile cleanly with -Wsign-compare; while around, kill a space

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/07/07 03:16:20

Modified files:
	sbin/isakmpd   : message.c 

Log message:
plug memleak when receiving an INVALID_HASH_INFORMATION notify.
Found by Patrick Latifi, thanks!

ok ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/07 03:39:45

Modified files:
	lang/scm       : Makefile 

Log message:
broken on sparc64, too


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/07 03:41:25

Log message:
    Initial import of p5-Image-Imlib2-1.02
    
    Image::Imlib2 is a Perl port of Imlib2, a graphics library that does
    image file loading and saving as well as manipulation, arbitrary polygon
    support, etc. It does ALL of these operations FAST. It allows you to
    create colour images using a large number of graphics primitives, and
    output the images in a range of formats.
    
    Submitted and maintained by Michael Knudsen <e at molioner.dk>
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jul-07
    
    N ports/graphics/p5-Image-Imlib2/Makefile
    N ports/graphics/p5-Image-Imlib2/distinfo
    N ports/graphics/p5-Image-Imlib2/pkg/DESCR
    N ports/graphics/p5-Image-Imlib2/pkg/PLIST
    N ports/graphics/p5-Image-Imlib2/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/07 03:44:03

Modified files:
	graphics       : Makefile 

Log message:
+ p5-Image-Imlib2


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/07/07 06:11:34

Modified files:
	.              : anoncvs.html cvsync.html 

Log message:
updates from Armin Wolfermann <aw@osn.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/07 06:14:44

Modified files:
	www/opera      : Makefile distinfo 
	www/opera/patches: patch-install_sh 
	www/opera/pkg  : PLIST 

Log message:
update to opera 7.52

security fixes for Bugtraq ID #10517 and Secunia Advisory SA11978, plus
misc fixes, see http://www.opera.com/linux/changelogs/752/ for details


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/07/07 07:22:52

Modified files:
	.              : press.html 

Log message:
DistroWatch review


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/07 08:04:36

Modified files:
	www/opera      : Tag: OPENBSD_3_5 Makefile distinfo 
	www/opera/pkg  : Tag: OPENBSD_3_5 PLIST 
	www/opera/patches: Tag: OPENBSD_3_5 patch-install_sh 

Log message:
SECURITY:

update to opera 7.52

security fixes for Bugtraq ID #10517 and Secunia Advisory SA11978, plus
misc fixes, see http://www.opera.com/linux/changelogs/752/ for details


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/07 08:06:30

Modified files:
	www/opera      : Tag: OPENBSD_3_4 Makefile distinfo 
	www/opera/pkg  : Tag: OPENBSD_3_4 PLIST 
	www/opera/patches: Tag: OPENBSD_3_4 patch-install_sh 

Log message:
SECURITY:

update to opera 7.52

security fixes for Bugtraq ID #10517 and Secunia Advisory SA11978, plus
misc fixes, see http://www.opera.com/linux/changelogs/752/ for details


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/07 08:28:23

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

Log message:
- add shell prompt to command example
- fix location of real diff3prog

ok jmc@ otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/07 08:31:21

Modified files:
	x11/xscreensaver/pkg: PLIST 

Log message:
these are already in PFRAG.no-no_gle

ok marcm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/07 08:32:11

Modified files:
	x11/gnome/icon-theme: Makefile 

Log message:
this needs p5-XML-Parser to build

ok marcm@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/07 08:37:07

Modified files:
	faq            : faq4.html 

Log message:
Typo, spotted by (f5813 at sbcglobal dot net)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/07 08:38:24

Modified files:
	x11/xsnow      : Makefile distinfo 
Added files:
	x11/xsnow/patches: patch-Imakefile patch-xsnow_c 
Removed files:
	x11/xsnow/patches: patch-aa patch-ab 

Log message:
update to 1.42 and clean up; from Victor Sahlstedt <cvss@home.se>


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/07 08:48:23

Modified files:
	graphics/pornview: Makefile 
Added files:
	graphics/pornview/patches: 
	                           patch-src_support_widgets_gtkmplayer_c 

Log message:
o mplayer flavor that allows the user to watch video files within pornview's GUI
o patch-src_support_widgets_gtkmplayer_c is from FreeBSD CVS

ok xsa@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/07 10:05:23

Modified files:
	lib/libc/gen   : ftw.c nftw.c 

Log message:
If fts_close() fails and we have not yet seen an error, return -1.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/07 10:53:51

Modified files:
	share/man/man9 : Makefile microtime.9 

Log message:
Document the [get]{micro,nano,bin}[up]time functions.
jmc@ tholo@ miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 10:55:08

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

Log message:
use the do { .. } while(0) wrapper


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 11:00:56

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
make the shell script execution window 3 seconds.  i really need to find
a better solution...


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/07/07 12:00:40

Modified files:
	.              : anoncvs.html 

Log message:
Add ssh fingerprints for anoncvs{1,3}.usa


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

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.
This does not make any functional difference: each manufacturer's
RF type-number is the same as its BBP type-number.
From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/07 13:08:25

Modified files:
	sys/dev/ic     : atwvar.h 

Log message:
The ADM8211C uses a different BBP type-number for RFMD parts than
the original ADM8211.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/07 13:11:27

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).
From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/07 13:18:35

Modified files:
	sys/dev/ic     : atw.c 

Log message:
After we wait for the MAC's transmit section to idle, drain the
transmit queue and cancel the watchdog timer.  Fixes the annoying
"atw0: transmit timeout" messages.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/07 13:19:37

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Only drain the transmit queue if we are idling the transmit section.
From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/07/07 13:38:19

Modified files:
	.              : donations.html 

Log message:
cleaning out the paypal folder


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/07 15:15:18

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
Bad interpretation of the oh so well documented mrt spec. Found by
Stefan Wahl.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/07 15:18:06

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/07 15:18:11

Modified files:
	sys/arch/m88k/m88k: subr.S 

Log message:
Funny typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/07 15:29:40

Modified files:
	share/man/man9 : microtime.9 

Log message:
missing comma in .Nm;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/07 16:00:06

Modified files:
	usr.sbin/pkg_add/OpenBSD: Vstat.pm 

Log message:
guard against stat not working, which happened to me...
okay naddy@, sturm@


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/07/07 16:25:39

Modified files:
	sbin/isakmpd   : isakmpd.8 isakmpd.conf.5 

Log message:
document -a/-K and "Acquire-Only"/"Use-Keynote".

ok markus@ henning@ ho@
english polish and mdoc help and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 17:10:46

Modified files:
	sys/arch/vax/bi: bi.c if_ni.c 
	sys/arch/vax/if: if_de.c if_le.c if_qe.c sgec.c sgecvar.h 
	sys/arch/vax/include: cpu.h scb.h types.h vsbus.h 
	sys/arch/vax/qbus: dhu.c dz.c dzvar.h if_de.c uba.c ubavar.h 
	                   uda.c 
	sys/arch/vax/uba: uba.c 
	sys/arch/vax/vax: clock.c genassym.cf intvec.s scb.c subr.s 
	sys/arch/vax/vsa: asc_vsbus.c dz_ibus.c if_le_vsbus.c ncr.c 
	                  vsbus.c 

Log message:
new-style interrupt counters.  based on initial work by hugh.  ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 17:13:13

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/07 17:22:39

Modified files:
	databases/iodbc: Makefile 

Log message:
fix MASTER_SITES;
>From: Eduardo Alvarenga


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/07/07 17:31:27

Modified files:
	lib/csu/arm    : Makefile 
	lib/csu/hppa   : Makefile 

Log message:
The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however
using PICFLAGS is not the proper way to do that.  Put it directly in the
build script. Fixes a problem with upcoming PICFLAG. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/07/07 17:48:40

Modified files:
	usr.sbin/tcpdump: print-pfsync.c 

Log message:
Include protocol name in printout.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/07 18:13:40

Modified files:
	.              : events.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 18:34:47

Modified files:
	sys/dev/pci    : auich.c 

Log message:
nforce3; downsj


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 19:19:28

Modified files:
	usr.sbin/ntpd  : log.c 

Log message:
make log_debug() only log anything at all when we are in debug mode
before, it would log with LOG_DEBUG to syslog when !debug


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 19:20:21

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
lof replies with log_debug so one gets increased verbosity when in
foreground/debug mode


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 19:21:09

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
log_debug() when a peer doesn't answer in time


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/07 19:22:58

Modified files:
	usr.sbin/ntpd  : config.c ntpd.h parse.y 

Log message:
remove all handling of netmasks/prefix lengths - we don't need that in ntpd.
fixes the dns resolves to v4 and v6 addresses bug found by phessler
hacked on the Calgary->Montreal flight that proved that Air Canada _does_
have some modern aircrafts with good seats


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/07 19:29:23

Modified files:
	share/mk       : bsd.lib.mk bsd.own.mk 

Log message:
again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,
and thus simplify logic.  now including bsd.own.mk will override
any current setting in PICFLAG, which is desired.  ok deraadt drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/07 20:35:51

Modified files:
	share/mk       : bsd.lib.mk 

Log message:
for the arm workaround, include CPPFLAGS; ok drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/07 22:23:04

Modified files:
	sys/arch/amd64/amd64: cpu.c gdt.c machdep.c 

Log message:
enclose some MP-only things in #ifdef MULTIPROCESSOR
ok deraadt@ niklas@; testing by pvalchev@


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/07/07 22:27:45

Modified files:
	.              : anoncvs.html 

Log message:
fix missing line in rt.fm entry


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/07/08 00:20:46

Modified files:
	usr.sbin/ypserv/ypxfr: ypxfr.c 

Log message:
Don't close the database too early. ok deraadt@, millert@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/08 01:58:38

Modified files:
	misc/py-imdb   : Makefile distinfo 

Log message:
maintenance update to 1.3;

- modified the BasicMovieParser and BasicPersonParser classes,
because IMDb has removed the "pageflicker" from the html pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/08 02:17:59

Modified files:
	gnu/usr.bin/binutils/gdb: amd64obsd-nat.c bsd-kvm.c bsd-kvm.h 
	                          i386nbsd-nat.c m68kbsd-nat.c 
	                          sparcnbsd-nat.c 

Log message:
Sync libkvm interface with FSF repository.  This adds new "kvm proc" and
"kvm pcb" commands.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/08 04:37:12

Modified files:
	sbin/isakmpd   : isakmpd.8 isakmpd.conf.5 

Log message:
typo, and line adjustment;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/08 04:56:22

Modified files:
	share/man/man8 : afterboot.8 rc.8 

Log message:
clarify which of the rc.* files should/should not be edited;

- remove redundant (duplicate) section in afterboot(8)
- limit rc(8) SYNOPSIS to what the page actually describes
- grammar, formatting, etc.
- add FILES to rc(8)
- add securelevel(7) .Xr to SEE ALSO in rc(8)

requested by and ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/08 05:02:03

Modified files:
	share/man/man8 : afterboot.8 

Log message:
change `Mail aliases' entry to minimise config for user;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/08 06:47:21

Modified files:
	usr.bin/ssh    : scp.c 

Log message:
Prevent scp from skipping the file following a double-error.
bz #863, ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/08 06:53:42

Modified files:
	bin/rcp        : rcp.c 

Log message:
Prevent rcp from skipping the file following a double-error.  Matches scp.c
rev 1.116, prompted by & ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/08 06:59:36

Modified files:
	regress/usr.bin/ssh: scp.sh 

Log message:
Regress test for bz #863 (scp double-error), requires $SUDO.  ok markus@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/08 07:27:35

Modified files:
	.              : mail.html 

Log message:
Pegasos?  We don't need no stinkin' pegasos!
from (f5813 at sbcglobal dot net) via pvalchev@


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/07/08 08:37:28

Modified files:
	.              : orders.html 

Log message:
update or nuke broken links for .at purchasing locations;
> From: Martin Reindl <mreindl at catai.org>

okay nick@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/07/08 09:01:06

Modified files:
	sys/net        : if_fddisubr.c 

Log message:
Move carp_output() call to after mcopy of MAC address so the virtual address
does not get overwritten.

Report and fix from Chris Pascoe.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/08 09:06:13

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
remove a bogus always-true test before adjtime()


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/08 09:06:43

Modified files:
	usr.sbin/ntpd  : ntpd.c parse.y 

Log message:
kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/08 09:11:37

Modified files:
	sys/compat/linux: linux_socket.c 

Log message:
we don't care about copyout's success.  add a comment to appease sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/08 11:09:38

Modified files:
	x11/gnome/applets2: Makefile distinfo 
	x11/gnome/applets2/patches: patch-ltmain_sh 
Added files:
	x11/gnome/applets2/patches: patch-configure 

Log message:
Add patch from nikolay@ to make this compile again on sparc64 and update
to 2.6.2 while I'm here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/08 11:10:56

Modified files:
	net/smokeping/patches: patch-bin_smokeping_dist 
	                       patch-htdocs_smokeping_cgi_dist 

Log message:
fix broken patches


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/08 11:16:09

Modified files:
	fr             : cvsync.html donations.html events.html ftp.html 
	                 want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/08 11:18:48

Modified files:
	pt             : cvsup.html donations.html ftp.html index.html 
	                 orders.html pkg-stable.html pkg-stable34.html 
	                 plat.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/08 11:19:27

Modified files:
	hu             : amd64.html donations.html smp.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/08 11:19:42

Modified files:
	faq/hu         : faq4.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/08 11:25:28

Modified files:
	ja             : amd64.html anoncvs.html cvsup.html cvsync.html 
	                 donations.html events.html ftp.html i386.html 
	                 index.html orders.html plat.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/08 11:26:49

Modified files:
	openssh/ja     : ftp.html index.html portable.html 

Log message:
sync with steelix translation CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/08 12:27:03

Modified files:
	shells/bash2   : Makefile 

Log message:
fix the location of the bash binary in bash(1)

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/08 12:27:41

Modified files:
	net/gaim       : Makefile 
	net/gaim/patches: patch-configure 
	net/gaim/pkg   : PFRAG.shared PLIST 

Log message:
add SILC support.

Based on a diff from Andrew Dalgleish <openbsd at ajd dot net dot au>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/08 13:11:50

Modified files:
	x11/ttmkfdir   : Makefile 
	x11/ttmkfdir/patches: patch-Makefile 

Log message:
Fix build with new libtool; honor CXX/CXXFLAGS while we're here.
Why does this use libtool in the first place?


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/07/08 13:53:46

Modified files:
	sbin/isakmpd   : virtual.c 

Log message:
free() and close() in error path.

ok ho@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/08 14:48:50

Modified files:
	usr.bin/mg     : fileio.c 

Log message:
simplify the file writing loop

looked at by ian, tested on i386, macppc, sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/08 15:15:11

Modified files:
	include        : search.h 

Log message:
POSIX says "data" is void *, not char *.  Also remove extern from prototypes.
deraadt@ OK


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/07/08 15:20:53

Modified files:
	.              : events.html 

Log message:
+ Linuxwochen Vienna 2004, May 26 - 29, 2004.
> From: Martin Reindl <mreindl at catai.org>

okay deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/08 15:28:06

Modified files:
	usr.bin/mg     : echo.c 

Log message:
misplaced return NULL in the error path

found by lint via deraadt
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/08 16:15:42

Modified files:
	usr.bin/mg     : ttydef.h ttykbd.c 

Log message:
make lint happier; vincent ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/08 16:18:45

Modified files:
	sys/dev/usb    : hid.c if_aue.c if_axe.c if_cue.c if_kue.c 
	                 if_upl.c if_url.c if_wi_usb.c ohci.c uaudio.c 
	                 ubsa.c ucom.c udsbr.c ugen.c uhid.c uhidev.c 
	                 uhub.c ukbd.c ulpt.c umct.c umodem.c ums.c 
	                 uplcom.c urio.c usb.c usb_mem.c usb_subr.c 
	                 usbdi.c usbdi_util.c uscanner.c usscanner.c 
	                 uvscom.c 

Log message:
put "do { } while (0)" wrappers on all the debug maroc functions


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/08 16:20:04

Modified files:
	sys/dev/usb    : umassvar.h 

Log message:
put "do { } while (0)" wrappers on all the debug maroc functions


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/07/08 17:17:38

Modified files:
	sys/net        : pf_table.c 

Log message:
Make 0/0 table entries work; also fix a problem setting the network mask
on v6 addresses.

Reported by Ilya A. Kovalenko, fix from Cedric Berger.


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:08:31

Log message:
    Initial import of Sub-Uplevel-0.09
    
    Like Tcl's uplevel() function, but not quite so dangerous. The idea is
    just to fool caller(). All the really naughty bits of Tcl's uplevel()
    are avoided.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_07_08
    
    N ports/devel/p5-Sub-Uplevel/Makefile
    N ports/devel/p5-Sub-Uplevel/distinfo
    N ports/devel/p5-Sub-Uplevel/pkg/DESCR
    N ports/devel/p5-Sub-Uplevel/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:23:15

Log message:
    Initial import of Test-Exception-0.15
    
    This module provides a few convenience methods for testing exception
    based code. It is built with Test::Builder and plays happily with
    Test::Simple, Test::More and friends.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_07_08
    
    N ports/devel/p5-Test-Exception/Makefile
    N ports/devel/p5-Test-Exception/distinfo
    N ports/devel/p5-Test-Exception/pkg/DESCR
    N ports/devel/p5-Test-Exception/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:30:01

Log message:
    Initial import of Array-Compare-1.09
    
    If you have two arrays and you want to know if they are the same or
    different, then Array::Compare will be useful to you.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_07_08
    
    N ports/devel/p5-Array-Compare/distinfo
    N ports/devel/p5-Array-Compare/Makefile
    N ports/devel/p5-Array-Compare/pkg/PLIST
    N ports/devel/p5-Array-Compare/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:31:59

Modified files:
	devel/p5-Array-Compare/pkg: DESCR 

Log message:
Kill extra whitespace I missed


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:35:15

Log message:
    Initial import of Tree-DAG_Node-1.04
    
    This class encapsulates/makes/manipulates objects that represent nodes
    in a tree structure. The tree structure is not an object itself, but is
    emergent from the linkages you create between nodes. This class provides
    the methods for making linkages that can be used to build up a tree,
    while preventing you from ever making any kinds of linkages which are
    not allowed in a tree (such as having a node be its own mother or
    ancestor, or having a node have two mothers).
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_07_08
    
    N ports/devel/p5-Tree-DAG_Node/distinfo
    N ports/devel/p5-Tree-DAG_Node/Makefile
    N ports/devel/p5-Tree-DAG_Node/pkg/PLIST
    N ports/devel/p5-Tree-DAG_Node/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:37:40

Log message:
    Initial import of Test-Warn-0.08
    
    This module provides a few convenience methods for testing warning based
    code.
    
    Status:
    
    Vendor Tag:	msf
    Release Tags:	msf_2004_07_08
    
    N ports/devel/p5-Test-Warn/Makefile
    N ports/devel/p5-Test-Warn/distinfo
    N ports/devel/p5-Test-Warn/pkg/PLIST
    N ports/devel/p5-Test-Warn/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 19:41:55

Modified files:
	devel          : Makefile 

Log message:
+p5-Array-Compare
+p5-Test-Exception
+p5-Test-Warn
+p5-Tree-DAG_Node


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2004/07/08 21:07:57

Modified files:
	devel          : Makefile 

Log message:
+p5-Sub-Uplevel


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/08 22:45:37

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
don't use threads for now.


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/07/09 01:28:30

Modified files:
	.              : events.html 

Log message:
fix broken link introduced in last commit;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/09 01:30:17

Log message:
    Initial import of libquicktime 0.9.2
    
    This is libquicktime, a library for reading and writing quicktime
    files. It is based on, and compatible with, the quicktime4linux
    library.  This package also includes a program to play quicktime
    movies, and some other programs to work with quicktime files.
    
    WWW: http://libquicktime.sourceforge.net/
    
    from Jacob Meuser <jakemsr at jakemsr.com>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jul-09
    
    N ports/multimedia/libquicktime/Makefile
    N ports/multimedia/libquicktime/distinfo
    N ports/multimedia/libquicktime/patches/patch-configure
    N ports/multimedia/libquicktime/patches/patch-include_lqt_fseek_h
    N ports/multimedia/libquicktime/patches/patch-ltmain_sh
    N ports/multimedia/libquicktime/patches/patch-plugins_Makefile_in
    N ports/multimedia/libquicktime/patches/patch-plugins_RTjpeg_h
    N ports/multimedia/libquicktime/patches/patch-utils_Makefile_in
    N ports/multimedia/libquicktime/patches/patch-utils_lqtplay_c
    N ports/multimedia/libquicktime/pkg/DESCR
    N ports/multimedia/libquicktime/pkg/PLIST
    N ports/multimedia/libquicktime/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/09 01:31:01

Modified files:
	multimedia     : Makefile 

Log message:
+libquicktime


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/07/09 02:55:41

Modified files:
	sys/kern       : tty_pty.c 

Log message:
go away statics


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/07/09 03:14:13

Modified files:
	sys/netinet    : ip6.h 

Log message:
typo.  Bruno Rohee


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 04:22:07

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
when calculating the timeout for poll() we need to take the deadlines for
the outstanding queries into account
just-before-meal from the Montreal->Frankfurt flight


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/09 04:23:05

Modified files:
	usr.bin/bc/USD.doc: bc 

Log message:
typo from rohee@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 04:53:33

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h parse.y 

Log message:
rework dns handling with all its cosequences...
we know have both a "server" and "servers" keyword. they differ when the
hostname resolves to more than one IP, server picks one and servers expands
to all.
that means no longer stuffing a sockaddr_storage into ntp_peer but a pointer
to a linked list of ntp_addr structs.
in the "servers" case the list of n addresses returned by host() is expanded
into n ntp_peer structs and thus n individual peers.
in the "server" case the whole list is attached to ntp_peer, and whenever we
do not receive a reply in time we traverse the list one further, so that
hosts with both AAAA and A records are first tried with the AAAA one but
we gracefully fall back to the A one.
semantics with theo; hacked up on the Montreal->Frankfurt flight.
again Air Canada surprised me, that older 767 hat pretty decent seats.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 04:56:35

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
document the "servers" keyword


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 04:57:59

Modified files:
	etc            : ntpd.conf 

Log message:
it is "servers" now for pool.ntp.org


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 04:59:15

Modified files:
	usr.sbin/ntpd  : ntpd.8 

Log message:
soem tweaks from the Frankfurt->Hamburg flight


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 05:00:28

Modified files:
	usr.sbin/bgpd  : log.c 

Log message:
let log_debug only log at all when we're in debug mode, from Montreal Airport


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 05:01:22

Modified files:
	usr.sbin/bgpd  : bgpd.8 bgpd.conf.5 

Log message:
various tweaks from the Frankfurt->Hamburg flight


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 05:34:11

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit on
SIGHUP, noticed by otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/09 05:58:40

Log message:
    Initial import of mjpegtools 1.6.2
    
    The mjpegtools are a set of programs that can do recording, playback,
    editing and eventual MPEG compression of audio and video under Linux.
    
    Although primarily intended for use with capture / playback boards
    based on the Zoran ZR36067 MJPEG codec chip, the mjpegtools can easily
    be used to process and compress MJPEG video streams captured using
    xawtv using simple frame-buffer devices.
    
    WWW: http://mjpeg.sourceforge.net/
    
    from Jacob Meuser <jakemsr at jakemsr.com>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jul-09
    
    N ports/multimedia/mjpegtools/Makefile
    N ports/multimedia/mjpegtools/distinfo
    N ports/multimedia/mjpegtools/patches/patch-configure
    N ports/multimedia/mjpegtools/patches/patch-ltmain_sh
    N ports/multimedia/mjpegtools/patches/patch-lavtools_Makefile_in
    N ports/multimedia/mjpegtools/patches/patch-utils_Makefile_in
    N ports/multimedia/mjpegtools/patches/patch-scripts_lav2avi_sh
    N ports/multimedia/mjpegtools/patches/patch-scripts_lav2mpeg
    N ports/multimedia/mjpegtools/patches/patch-scripts_mpegtranscode
    N ports/multimedia/mjpegtools/patches/patch-mplex_Makefile_in
    N ports/multimedia/mjpegtools/patches/patch-mpeg2enc_Makefile_in
    N ports/multimedia/mjpegtools/patches/patch-utils_mmxsse_Makefile_in
    N ports/multimedia/mjpegtools/pkg/DESCR
    N ports/multimedia/mjpegtools/pkg/PLIST
    N ports/multimedia/mjpegtools/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/09 06:00:22

Modified files:
	multimedia     : Makefile 

Log message:
+mjpegtools


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 06:21:09

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
the child process needs to ignore SIGHUP for now, otto


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/09 07:50:40

Modified files:
	usr.bin/mg     : def.h fileio.c line.c 

Log message:
when saving a file, check whether it is newline terminated and if it is not,
prompt the user and add the newline if he agrees.

tested by a lot of helpful tech@ guys, approved by henning


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/09 08:56:57

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
various cleanup:
- mention '#' comments
- fix macros for directives
- typos
- change list display
- ntp -> NTP
- slight rewording

help and ok jmc
ok henning otto


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 09:00:43

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
don't try to update the clock when we have no data


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/09 09:02:15

Modified files:
	usr.sbin/ntpd  : client.c ntp_msg.c 

Log message:
don't panic when sendto() fails; for the client part just re-schedule
noticed & fix tested by fries@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/09 09:07:11

Modified files:
	security/cyrus-sasl2: Makefile distinfo 
	security/cyrus-sasl2/patches: patch-config_ltconfig 
	                              patch-config_ltmain_sh 
	                              patch-configure 
	                              patch-saslauthd_Makefile_in 
	                              patch-saslauthd_auth_krb5_c 
	                              patch-saslauthd_configure 
	security/cyrus-sasl2/pkg: PFRAG.shared PLIST 
Added files:
	security/cyrus-sasl2/patches: patch-lib_checkpw_c 
	                              patch-saslauthd_config_ltconfig 
	security/cyrus-sasl2/pkg: PFRAG.sql PFRAG.sql.shared 
Removed files:
	security/cyrus-sasl2/patches: patch-lib_dlopen_c 

Log message:
update cyrus-sasl2 2.1.18.
Submmited by Ben Hooper <ben@networkinsanity.com>
Some modifications by me, ok jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 09:08:54

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
too chatty; ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 09:57:16

Modified files:
	sys/arch/vax/qbus: dz_uba.c 

Log message:
qbus vector counting, too; from hugh


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 09:59:26

Modified files:
	games/adventure: crc.c done.c extern.h init.c io.c main.c save.c 
	                 setup.c subr.c vocab.c wizard.c 
	games/arithmetic: arithmetic.c 
	games/banner   : banner.c 
	games/bcd      : bcd.c 
	games/caesar   : caesar.c 
	games/canfield/canfield: canfield.c 
	games/canfield/cfscores: cfscores.c 
	games/factor   : factor.c 
	games/fortune/fortune: fortune.c 
	games/fortune/strfile: strfile.c 
	games/fortune/unstr: unstr.c 
	games/primes   : primes.c 

Log message:
ansi; khalek@linuxgamers.net


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:00:00

Modified files:
	build          : support.dat 

Log message:
address change


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:00:45

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:06:48

Modified files:
	sbin/isakmpd   : doi.c exchange.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:08:05

Modified files:
	usr.sbin/slstats: slstats.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:22:04

Modified files:
	usr.sbin/cron  : misc.c 
	usr.sbin/dhcpd : db.c 
	usr.sbin/eeprom: eehandlers.c main.c ophandlers.c 
	usr.sbin/hilinfo: hilinfo.c 
	usr.sbin/mtree : create.c spec.c verify.c 
	usr.sbin/rip6query: rip6query.c 
	usr.sbin/syslogd: privsep.c 
	usr.sbin/wsconscfg: wsconscfg.c 
	usr.sbin/wsfontload: wsfontload.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:32:54

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
remove post-mortem stuff (sysctl only here)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 10:33:15

Modified files:
	usr.bin/systat : mbufs.c 

Log message:
post-mortem stuff can go away here too


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 11:11:23

Modified files:
	usr.bin/ftp    : complete.c 

Log message:
You can only use strlcpy() on real C strings, which lf->buffer is not.
Use memcpy() instead and NUL terminate.


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/07/09 12:09:58

Modified files:
	.              : security.html 

Log message:
sepEration -> sepAration


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/09 12:12:35

Modified files:
	mail/mailman   : Makefile 

Log message:
use FILESDIR instead of hardcoding 'files/';
okay jakob@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 12:49:58

Modified files:
	sbin/reboot    : reboot.c 

Log message:
variety of cleanups; nofsk@aanet.com.au and I


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/09 13:01:45

Modified files:
	share/man/man8 : afterboot.8 

Log message:
add section on ntpd;
ok henning@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/09 13:07:45

Modified files:
	sys/dev/pckbc  : wskbdmap_mfii.c 

Log message:
Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as an
expedient to s(h)ave more bytes on the installation media.

Prompted by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/09 13:12:40

Modified files:
	sys/dev/cardbus: rbus.c 

Log message:
brings in a few fixes from NetBSD...
- fix typo in comment: resister -> register
- Remove an unreachable return statement (and fix a whitespace nit)
- Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t types
defined in terms if 'int' instead of 'long'.
- use u_long for extent_alloc_subregion result instead of bus_addr_t

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/09 13:13:46

Modified files:
	usr.bin/patch  : patch.c pch.c 

Log message:
Properly detect if a patch already has been applied, even if there
are no eols at eofs involved. Tested by quite some people.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 13:14:41

Modified files:
	sys/dev/usb    : umass_quirks.c 

Log message:
from netbsd:
The Sony camera reports itself as a "disk", not a "simplified direct access"
device -- ergo, it is "SCSI", not "RBC".


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 13:18:00

Modified files:
	distrib/alpha/bsd.rd: list 

Log message:
put dhcp support on the alpha CD (not onto the floppies, where it does not
fit)


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/07/09 13:20:17

Modified files:
	sys/lib/libsa  : cd9660.c 

Log message:
Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby
and tested in-tree for a while.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/09 13:28:04

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
Do not forget to initialize head. ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/07/09 13:30:52

Modified files:
	usr.sbin/procmap: procmap.c 

Log message:
[From: Joris Vink]
Use strtonum(3) instead of strtol(3). ok deraadt@ & me


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/09 13:33:09

Modified files:
	bin/date       : date.1 
	usr.sbin/rdate : rdate.8 
	usr.sbin/timed/timed: timed.8 
	usr.sbin/ntpd  : ntpd.8 

Log message:
make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves;
mostly from Andreas Kahari (PR #3846);


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/09 13:39:41

Modified files:
	usr.bin/sed    : compile.c 

Log message:
From the other BSDs: fix a bug that made sed(1) fail if the last
character of the line buffer was a backslash.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/09 13:40:36

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
add license URL


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/09 13:44:14

Modified files:
	graphics/p5-PerlMagick: Makefile distinfo 
	graphics/p5-PerlMagick/patches: patch-PerlMagick_Makefile_PL 

Log message:
upgrade to PerlMagick 6.0.0-2

From: MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 13:44:18

Modified files:
	usr.sbin/ntpd  : ntpd.h 

Log message:
make lint a wee bit happier


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/09 13:45:43

Modified files:
	regress/usr.bin/ssh: Makefile 

Log message:
add a missing CLEANFILES used in the re-exec test


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/09 13:48:02

Modified files:
	regress/sys/dev/audio: Makefile 

Log message:
if REGRESS_SKIP is defined, no need to also define REGRESS_SKIP_TARGETS


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/09 13:54:41

Modified files:
	usr.sbin/arp   : arp.8 

Log message:
various cleanup:
- fix examples
- fix macro abuse
- hex -> hexadecimal
- rewording for clarity and consistency
- make -a description seem less dangerous
- sort options

work, help, ok jmc
ok otto


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/09 14:08:03

Modified files:
	sys/dev/cardbus: if_rl_cardbus.c 

Log message:
attach to Planex and Corega Ethernet cards.

From NetBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/09 15:00:26

Modified files:
	regress/gnu/egcs: Makefile 

Log message:
add gcc-bounds directory


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/09 15:16:27

Modified files:
	x11/ion        : Makefile distinfo 
	x11/ion/patches: patch-system_mk 
	x11/ion/pkg    : DEINSTALL INSTALL PLIST 
Added files:
	x11/ion/patches: patch-ion_Makefile patch-pwm_Makefile 
	                 patch-rules_mk 
	x11/ion/pkg    : PFRAG.shared 
Removed files:
	x11/ion/patches: patch-Makefile patch-man_ion_1x_in 
	                 patch-scripts_ion-edit patch-scripts_ion-view 

Log message:
Update to stable version 2-20040601.
From: Tim Kornau <opti@openbsd.de> and Bernd Ahlers <ba@bsws.de>.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:18:13

src/sys/compat/hpux/m68k

Update of /cvs/src/sys/compat/hpux/m68k
In directory cvs.openbsd.org:/tmp/cvs-serv16367/m68k

Log Message:
Directory /cvs/src/sys/compat/hpux/m68k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/09 15:28:42

Added files:
	regress/gnu/egcs/gcc-bounds: declare-14.c.exp declare-15.c.exp 

Log message:
missing gcc2 outputs for:
regress check for macro presence/failure in bounded attrib declaration
ok avsm@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:33:45

Modified files:
	sys/compat/hpux: hpux.h hpux_compat.c hpux_exec.h hpux_file.c 
	                 hpux_syscall.h hpux_syscallargs.h 
	                 hpux_syscalls.c hpux_tty.c 
Added files:
	sys/compat/hpux/m68k: Makefile files.hpux hpux_exec.c 
	                      hpux_exec.h hpux_net.c hpux_sig.c 
	                      syscalls.conf syscalls.master 
Removed files:
	sys/compat/hpux: Makefile files.hpux hpux_exec.c hpux_net.c 
	                 hpux_sig.c hpux_sysent.c syscalls.conf 
	                 syscalls.master 

Log message:
split off the m68k-specific parts


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:34:57

Modified files:
	sys/compat/hpux/m68k: Makefile 
Added files:
	sys/compat/hpux/m68k: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/09 15:38:20

Modified files:
	sys/dev/i2o    : iop.c 

Log message:
perform reply buffer dma synchronisation in iop_msg_post(), and not in
iop_post(), since we may get in iop_post() without the map being
initialized. should affect sparc64 only.

discussed with and ok'd by mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:43:33

src/sys/compat/hpux/hppa

Update of /cvs/src/sys/compat/hpux/hppa
In directory cvs.openbsd.org:/tmp/cvs-serv27800/hppa

Log Message:
Directory /cvs/src/sys/compat/hpux/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:48:21

Added files:
	sys/compat/hpux/hppa: Makefile files.hpux hpux_exec.c 
	                      hpux_exec.h hpux_sig.c syscalls.conf 
	                      syscalls.master 

Log message:
feh. hppa part. some unfinished and untested


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/09 15:51:30

Modified files:
	regress/gnu/egcs/libiberty: Makefile 

Log message:
libiberty was moved from gnu/egcs to gnu/lib


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:52:21

Modified files:
	usr.bin/kdump  : Makefile kdump.c 

Log message:
better includes for syscalls from kernel


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 15:53:55

Modified files:
	bin/systrace   : Makefile openbsd-syscalls.c 

Log message:
better includes for syscalls from kernel


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/09 15:56:01

Modified files:
	share/man/man4 : options.4 

Log message:
Sort COMPAT_ options, also add a .Bx in COMPAT_43.


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/09 15:56:32

Modified files:
	regress/gnu/egcs/gcc: Makefile 
	regress/gnu/egcs/libf2c: Makefile 
	regress/gnu/egcs/libiberty: Makefile 

Log message:
dejagnu hasn't been in ports/lang/egcs directory for a while now...


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 16:20:29

Added files:
	sys/compat/hpux/hppa: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/07/09 16:24:41

Modified files:
	regress/gnu/egcs/gcc-bounds: Makefile 

Log message:
NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/09 17:42:50

Modified files:
	bin/systrace   : openbsd-syscalls.c 

Log message:
oops committed the old version


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 17:51:42

Modified files:
	usr.bin/kdump  : kdump.c 
	bin/systrace   : openbsd-syscalls.c 

Log message:
#ifdef hpux only for m68k or hppa; this needs a revisit since this shows
something flawed in the way that the emulation system calls are being
handled


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:52:02

Modified files:
	sys/sys        : stat.h 
	sys/kern       : syscalls.master 
	sys/compat/bsdos: syscalls.master 
	sys/compat/common: vfs_syscalls_43.c 
	sys/compat/freebsd: freebsd_file.c syscalls.master 
	sys/compat/ibcs2: ibcs2_stat.c 
	sys/compat/linux: syscalls.master 
	sys/compat/netbsd: netbsd_stat.c syscalls.master 
	sys/compat/sunos: syscalls.master 
	sys/compat/ultrix: syscalls.master 

Log message:
Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.
Idea from NetBSD, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:54:00

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : syscalls.c init_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:54:27

Modified files:
	sys/compat/bsdos: bsdos_syscall.h bsdos_syscallargs.h 
	                  bsdos_syscalls.c bsdos_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:54:56

Modified files:
	sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h 
	                    freebsd_syscalls.c freebsd_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:55:32

Modified files:
	sys/compat/ibcs2: ibcs2_syscall.h ibcs2_syscallargs.h 
	                  ibcs2_syscalls.c ibcs2_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:56:03

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:56:17

Modified files:
	sys/compat/netbsd: netbsd_syscall.h netbsd_syscallargs.h 
	                   netbsd_syscalls.c netbsd_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:56:34

Modified files:
	sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h 
	                  sunos_syscalls.c sunos_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/09 17:56:46

Modified files:
	sys/compat/ultrix: ultrix_syscall.h ultrix_syscallargs.h 
	                   ultrix_syscalls.c ultrix_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/09 19:49:42

Modified files:
	x11/vlc        : Makefile distinfo 
	x11/vlc/pkg    : PLIST 
Added files:
	x11/vlc/patches: patch-modules_demux_ogg_c 

Log message:
update to 0.7.2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/09 21:40:33

Modified files:
	sys/arch/hp300/conf: files.hp300 
	sys/arch/hppa/conf: files.hppa 
	sys/arch/mvme68k/conf: files.mvme68k 

Log message:
files.hpux is now in a {m68k,hppa} subdir


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/07/09 23:34:21

Modified files:
	lib/libc/net   : getrrsetbyname.3 

Log message:
typo; from patrick latifi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 00:11:21

Modified files:
	sys/compat/hpux: hpux.h 

Log message:
add back in piece required for m68k


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/10 00:41:51

Modified files:
	regress/lib/libc: Makefile 

Log message:
add getopt_long regress; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/10 00:44:51

Modified files:
	regress/lib/libpthread: Makefile 

Log message:
update comment about disabled tests; ok marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 01:26:24

Modified files:
	games/battlestar: battlestar.c com1.c com2.c com3.c com4.c 
	                  com5.c com6.c com7.c cypher.c fly.c getcom.c 
	                  init.c misc.c parse.c room.c save.c 
	games/boggle/boggle: bog.c help.c mach.c prtable.c timer.c 
	                     word.c 
	games/boggle/mkdict: mkdict.c 
	games/boggle/mkindex: mkindex.c 
	games/cribbage : cards.c crib.c cribbage.h instr.c io.c score.c 
	                 support.c 
	games/morse    : morse.c 
	games/number   : number.c 
	games/pig      : pig.c 
	games/pom      : pom.c 
	games/quiz     : quiz.c rxp.c 
	games/rain     : rain.c 
	games/random   : random.c 
	games/snake    : snake.c snscore.c 
	games/tetris   : input.c scores.c screen.c shapes.c tetris.c 
	games/wump     : wump.c 

Log message:
more ansi; khalek@linuxgamers.net


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/07/10 02:43:36

Modified files:
	sbin/fdisk     : part.c 

Log message:
The long descriptions of partition types are not used by the code, so
have them as comments rather than data.  Reduces the size of the
executable by over 2 KB.

Also s/Netware/NetWare/.

ok tedu@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/10 04:09:41

Modified files:
	usr.sbin/bgpd  : rde_filter.c 

Log message:
Fix reverse logic bug in the prefix filter.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/10 05:41:26

Modified files:
	usr.bin/sed    : compile.c 

Log message:
xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1
work.  From mycroft@netbsd.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/10 05:48:30

Modified files:
	sys/dev        : audio.c 

Log message:
replace strange cpp magic by straight code

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 06:25:50

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
from netbsd, via loki@animata.net, revision 1.67
Adjust some silliness that was causing us to do extra work for "frame list
rollover" interrupts, which we pretty much ignore.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/07/10 06:59:58

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
Avoid looping messages during boot. Tested by various people. deraadt@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 07:08:42

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
from loki@animata.net:
this is netbsds fix for the endian problems they had with the data toggle
change. do the swap when the var is assigned to the qtd, rather than swap
everything that is assigned to the var and just assign the var. instead of 4
or so htole32s we now do 1.
from netbsd, ehci.c 1.67 (i made a mistake, the last patch i gave you was
from 1.68) log message:
Fix a byte order error.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/10 08:21:40

Modified files:
	sys/arch/amd64/amd64: intr.c spl.S vector.S 

Log message:
From NetBSD:
date: 2004/06/28 09:13:11;  author: fvdl;  state: Exp;  lines: +6 -5
Updaing ci_ilevel and testing ci_ipending must be done with all interrupts
off, or priority inversion can occur, which can lead to IPI deadlocks.
Leaves interrupts off for a bit longer, sadly, but with no noticeable
effects on the systems I tested on.

From YAMAMOTO Takashi.

Fixes the IPI rendezvous panics for me.


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/10 09:18:45

Modified files:
	sys/miscfs/union: union_vfsops.c 

Log message:
make sure we pass vop_whiteout() a locked vnode, ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/10 09:29:32

Modified files:
	converters/p5-Text-Iconv: Makefile distinfo 
Removed files:
	converters/p5-Text-Iconv/patches: patch-Makefile.PL 

Log message:
update to 1.3


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/07/10 09:34:59

Modified files:
	.              : anoncvs.html cvsup.html 

Log message:
No more BSDfr mirrors.
From Jean-Claude Christophe via Alexander von Gernler


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 11:19:44

Modified files:
	print/ghostscript/gnu-fonts: Makefile 

Log message:
the fonts on their own do not need X


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/10 11:20:03

Modified files:
	hu             : anoncvs.html donations.html ftp.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/10 11:20:14

Modified files:
	openssh/hu     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/10 11:20:28

Modified files:
	faq/hu         : faq4.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/10 11:20:49

Modified files:
	fr             : press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/10 11:21:02

Modified files:
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 11:21:58

Modified files:
	print/ghostscript/gnu: Makefile 
	print/ghostscript/gnu/pkg: DESCR 

Log message:
add a no_x11 FLAVOR


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/10 12:42:51

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h 

Log message:
scale query interval based on local clock offset. tested by many
not as efficient as I want it to be yet, but more is coming


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/10 12:47:49

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
oups


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 12:56:31

Modified files:
	print/ghostscript/afpl: Makefile 
	print/ghostscript/afpl/pkg: DESCR 

Log message:
add a no_x11 FLAVOR


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/10 12:56:59

Modified files:
	sys/arch/amd64/amd64: process_machdep.c 

Log message:
Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs.
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 12:57:13

Modified files:
	print/ghostscript: Makefile 

Log message:
more FLAVORs


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/10 13:09:13

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
check wether we have enough data to form a peer update on receiption
of each packet, not only after each 8th (where we have enough for sure)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/10 13:16:07

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
missing {}


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/07/10 14:39:15

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
fix for where a TCP NFS connection could sleep in soreceive() forever,
this fixes some problems people have experienced with NFS mounts freezing
on NFS server reboot/crash.

ok deraadt@ pedro@ tholo@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/10 14:56:33

Modified files:
	xc/programs/fvwm/fvwm: fvwm2.1 
	xc/programs/fvwm/modules/FvwmAuto: FvwmAuto.1 
	xc/programs/fvwm/modules/FvwmBacker: FvwmBacker.1 
	xc/programs/fvwm/modules/FvwmBanner: FvwmBanner.1 
	xc/programs/fvwm/modules/FvwmButtons: FvwmButtons.1 
	xc/programs/fvwm/modules/FvwmCpp: FvwmCpp.1 
	xc/programs/fvwm/modules/FvwmForm: FvwmForm.1 
	xc/programs/fvwm/modules/FvwmIconBox: FvwmIconBox.1 
	xc/programs/fvwm/modules/FvwmIconMan: FvwmIconMan.1 
	xc/programs/fvwm/modules/FvwmIdent: FvwmIdent.1 
	xc/programs/fvwm/modules/FvwmM4: FvwmM4.1 
	xc/programs/fvwm/modules/FvwmPager: FvwmPager.1 
	xc/programs/fvwm/modules/FvwmRearrange: FvwmRearrange.1 
	xc/programs/fvwm/modules/FvwmSave: FvwmSave.1 
	xc/programs/fvwm/modules/FvwmSaveDesk: FvwmSaveDesk.1 
	xc/programs/fvwm/modules/FvwmScroll: FvwmScroll.1 
	xc/programs/fvwm/modules/FvwmTalk: FvwmTalk.1 
	xc/programs/fvwm/modules/FvwmWinList: FvwmWinList.1 
	xc/programs/fvwm/utils: xpmroot.1 

Log message:
Fix manuall pages section numbers. Prodded by tom@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/10 15:23:54

Modified files:
	faq            : faq4.html 

Log message:
add 4.12.6 - My fdisk partition table is blank!


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/10 16:04:22

Modified files:
	usr.sbin/ntpd  : ntp.h 

Log message:
correct leap indicator mask; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/10 16:24:20

Modified files:
	usr.sbin/ntpd  : ntpd.h util.c 

Log message:
short fixed point <-> double conversion routines; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 16:37:34

Modified files:
	sys/compat/hpux/hppa: syscalls.master 
	sys/compat/hpux: hpux_tty.c 

Log message:
enable stty/gtty on hppa as well


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 16:38:11

Modified files:
	sys/compat/hpux/hppa: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/10 17:12:57

Modified files:
	usr.sbin/ntpd  : ntpd.h 

Log message:
KNF; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 17:19:21

Modified files:
	graphics/png/patches: patch-pngerror_c 
Added files:
	graphics/png/patches: patch-pngconf_h 

Log message:
use upstream patch instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 17:31:22

Modified files:
	graphics/png   : Tag: OPENBSD_3_5 Makefile 
	graphics/png/patches: Tag: OPENBSD_3_5 patch-pngerror_c 
Added files:
	graphics/png/patches: Tag: OPENBSD_3_5 patch-pngconf_h 
	                      patch-pngrtran_c 

Log message:
MFC:
- fix buffer overflows with 16-bit and greyscale samples, CAN-2002-1363.
- use upstream patch for older CAN-2004-0421 issue.

http://www.openpkg.org/security/OpenPKG-SA-2003.001-png.html
http://www.openpkg.org/security/OpenPKG-SA-2004.030-png.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 17:41:49

Modified files:
	graphics/png   : Tag: OPENBSD_3_4 Makefile 
	graphics/png/patches: Tag: OPENBSD_3_4 patch-pngerror_c 
Added files:
	graphics/png/patches: Tag: OPENBSD_3_4 patch-pngconf_h 
	                      patch-pngrtran_c 

Log message:
MFC:
- fix buffer overflows with 16-bit and greyscale samples, CAN-2002-1363.
- use upstream patch for older CAN-2004-0421 issue.

http://www.openpkg.org/security/OpenPKG-SA-2003.001-png.html
http://www.openpkg.org/security/OpenPKG-SA-2004.030-png.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 17:52:02

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
add a no_x11 FLAVOR to please Henning who has been prodding me about this
for quite some time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/10 17:55:20

Modified files:
	graphics       : Makefile 

Log message:
+ImageMagick,no_x11


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/10 18:11:51

Modified files:
	sys/miscfs/union: union_vfsops.c 

Log message:
explicitly initialize a variable that is used to control the vnode
flushing loop, otherwise we could hard-lock the machine when unmounting
an union filesystem

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/10 18:15:10

Modified files:
	usr.sbin/ntpd  : client.c ntpd.h 

Log message:
Start collecting the remote server state along with the calculated
offsets, in preparation for having correct server statistics in
responses to client queries.  ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 18:20:47

Modified files:
	sys/compat/hpux/hppa: hpux_sig.c syscalls.master 

Log message:
sigaltstack wrapper


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 18:21:30

Modified files:
	sys/compat/hpux/hppa: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 18:29:31

Modified files:
	sys/compat/hpux: hpux_sig.h 
	sys/compat/hpux/hppa: hpux_sig.c 

Log message:
move struct hpux_sigaltstack out into .h file as i just figured out it is needed elsewhere too


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/10 18:48:57

Modified files:
	graphics/ffmpeg/files: grab_bsdbktr.c 

Log message:
mamma mia! use a saner default device


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/07/10 18:53:20

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Fix a cross reference to bgpd in the FILES section

ok jmc@, should make brad stop whining


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 19:15:52

Modified files:
	sys/compat/hpux: hpux.h 

Log message:
get rid of [u]longs in hpux_stat that are really [u]ints and define stat64 struct w/ [u]quad ino_t time_t and off_t; millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/10 19:40:08

Modified files:
	sys/arch/amd64/conf: RAMDISK_CD 

Log message:
add sf.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/10 19:54:36

Modified files:
	libexec/ftp-proxy: ftp-proxy.c 

Log message:
addr -> address in usage() for consistency.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/10 21:04:03

Modified files:
	sys/compat/hpux: hpux_sig.h 

Log message:
typedef hpux_stack_t kinda like stack_t


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/10 21:05:50

Modified files:
	usr.sbin/ntpd  : log.c ntp_msg.c server.c 

Log message:
Use SA_LEN(sa) instead of sa->sa_len; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 23:13:15

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
viewsonic; from loki@animata.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 23:13:24

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/10 23:24:56

Modified files:
	usr.bin/systat : keyboard.c 

Log message:
prototypes; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 23:29:16

Modified files:
	sys/dev/usb    : ohci.c uhci.c uhub.c 

Log message:
from netbsd via loki@animata.net
uhub.c revision 1.65, ohci.c revision 1.146, uhci.c revision 1.177
Use the correct wValue to get hub desriptors.
Also, make wValue checks of root hub codes less strict.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/10 23:32:38

Modified files:
	sys/dev/usb    : uhub.c 

Log message:
from netbsd via loki@animata.net, revision 1.68
Ignore a port error that happens to come in at the same time as a connect
status change.  Some root hubs seem to report both.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 00:05:18

Modified files:
	.              : INDEX 

Log message:
sync; 2721 unzels


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 00:21:06

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 00:21:11

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:21:52

Log message:
    festival-1.4.3, general multi-lingual speech synthesis system
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-jul-11
    
    N ports/audio/festival/Makefile
    N ports/audio/festival/festvox/Makefile.inc
    N ports/audio/festival/festvox/Makefile
    N ports/audio/festival/festvox/festvox_kedlpc16k/Makefile
    N ports/audio/festival/festvox/festvox_kedlpc16k/distinfo
    N ports/audio/festival/festvox/festvox_kedlpc16k/pkg/PLIST
    N ports/audio/festival/festvox/festvox_kedlpc16k/pkg/DESCR
    N ports/audio/festival/festvox/festvox_don/distinfo
    N ports/audio/festival/festvox/festvox_don/Makefile
    N ports/audio/festival/festvox/festvox_don/pkg/PLIST
    N ports/audio/festival/festvox/festvox_don/pkg/DESCR
    N ports/audio/festival/festvox/festvox_kallpc16k/Makefile
    N ports/audio/festival/festvox/festvox_kallpc16k/distinfo
    N ports/audio/festival/festvox/festvox_kallpc16k/pkg/PLIST
    N ports/audio/festival/festvox/festvox_kallpc16k/pkg/DESCR
    N ports/audio/festival/festvox/festvox_rablpc16k/Makefile
    N ports/audio/festival/festvox/festvox_rablpc16k/distinfo
    N ports/audio/festival/festvox/festvox_rablpc16k/pkg/PLIST
    N ports/audio/festival/festvox/festvox_rablpc16k/pkg/DESCR
    N ports/audio/festival/festvox/festvox_ellpc11k/distinfo
    N ports/audio/festival/festvox/festvox_ellpc11k/Makefile
    N ports/audio/festival/festvox/festvox_ellpc11k/pkg/PLIST
    N ports/audio/festival/festvox/festvox_ellpc11k/pkg/DESCR
    N ports/audio/festival/ogi/Makefile
    N ports/audio/festival/ogi/Makefile.inc
    N ports/audio/festival/ogi/OGIlexicon/distinfo
    N ports/audio/festival/ogi/OGIlexicon/Makefile
    N ports/audio/festival/ogi/OGIlexicon/pkg/PLIST
    N ports/audio/festival/ogi/OGIlexicon/pkg/DESCR
    N ports/audio/festival/ogi/voice_jph_di/Makefile
    N ports/audio/festival/ogi/voice_jph_di/distinfo
    N ports/audio/festival/ogi/voice_jph_di/pkg/PLIST
    N ports/audio/festival/ogi/voice_jph_di/pkg/DESCR
    N ports/audio/festival/ogi/voice_mwm_di/distinfo
    N ports/audio/festival/ogi/voice_mwm_di/Makefile
    N ports/audio/festival/ogi/voice_mwm_di/pkg/PLIST
    N ports/audio/festival/ogi/voice_mwm_di/pkg/DESCR
    N ports/audio/festival/ogi/voice_tll_di/Makefile
    N ports/audio/festival/ogi/voice_tll_di/distinfo
    N ports/audio/festival/ogi/voice_tll_di/pkg/DESCR
    N ports/audio/festival/ogi/voice_tll_di/pkg/PLIST
    N ports/audio/festival/ogi/voice_aec_di/distinfo
    N ports/audio/festival/ogi/voice_aec_di/Makefile
    N ports/audio/festival/ogi/voice_aec_di/pkg/PLIST
    N ports/audio/festival/ogi/voice_aec_di/pkg/DESCR
    N ports/audio/festival/festlex/Makefile
    N ports/audio/festival/festlex/Makefile.inc
    N ports/audio/festival/festlex/festlex_CMU/distinfo
    N ports/audio/festival/festlex/festlex_CMU/Makefile
    N ports/audio/festival/festlex/festlex_CMU/pkg/DESCR
    N ports/audio/festival/festlex/festlex_CMU/pkg/PLIST
    N ports/audio/festival/festlex/festlex_OALD/Makefile
    N ports/audio/festival/festlex/festlex_OALD/distinfo
    N ports/audio/festival/festlex/festlex_OALD/pkg/PLIST
    N ports/audio/festival/festlex/festlex_OALD/pkg/DESCR
    N ports/audio/festival/festlex/festlex_POSLEX/Makefile
    N ports/audio/festival/festlex/festlex_POSLEX/distinfo
    N ports/audio/festival/festlex/festlex_POSLEX/pkg/PLIST
    N ports/audio/festival/festlex/festlex_POSLEX/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 00:22:48

Modified files:
	emulators/uae  : Makefile 

Log message:
compile -O0 on hppa to workaround compiler bug


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:23:38

ports/audio/festival/core

Update of /cvs/ports/audio/festival/core
In directory cvs.openbsd.org:/tmp/cvs-serv6526/core

Log Message:
Directory /cvs/ports/audio/festival/core added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 00:24:09

Modified files:
	emulators/uae  : Makefile 

Log message:
comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:25:37

ports/audio/festival/core/files

Update of /cvs/ports/audio/festival/core/files
In directory cvs.openbsd.org:/tmp/cvs-serv30042/files

Log Message:
Directory /cvs/ports/audio/festival/core/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:25:38

ports/audio/festival/core/patches

Update of /cvs/ports/audio/festival/core/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30042/patches

Log Message:
Directory /cvs/ports/audio/festival/core/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:25:39

ports/audio/festival/core/pkg

Update of /cvs/ports/audio/festival/core/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv30042/pkg

Log Message:
Directory /cvs/ports/audio/festival/core/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:27:08

Added files:
	audio/festival/core: Makefile distinfo 
	audio/festival/core/files: Makefile OpenBSD.mak 
	audio/festival/core/patches: patch-festival_config_config_in 
	                             patch-festival_config_project_mak 
	                             patch-festival_doc_Makefile 
	                             patch-festival_lib_voices_scm 
	                             patch-festival_src_arch_festival_Makefile 
	                             patch-festival_src_main_Makefile 
	                             patch-speech_tools_audio_voxware_cc 
	                             patch-speech_tools_config_compilers_gcc295_mak 
	                             patch-speech_tools_config_compilers_gcc_defaults_mak 
	                             patch-speech_tools_config_config_in 
	                             patch-speech_tools_config_modules_freebsd16_audio_mak 
	audio/festival/core/pkg: DESCR PFRAG.ogi PLIST 

Log message:
$ cvs import ...
I ports/audio/festival/core

real fucking cute. fuck you, you fucking fuck!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:27:50

Modified files:
	audio          : Makefile 

Log message:
+festival


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/07/11 00:38:24

Modified files:
	.              : donations.html want.html 

Log message:
hw donation


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/11 00:41:48

Modified files:
	usr.bin/dc     : mem.c 

Log message:
No need to free() after a failing realloc(), we're bailing out anyway.
From Andrey Matveev.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/11 00:47:46

Added files:
	net/libdnet/patches: patch-src_fw-pf_c 

Log message:
deal with changes introduced in revision 1.197 of pfvar.h

fixes build


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:54:51

Log message:
    mod_auth_bsd-0.7, provides HTTP Basic authentication via bsd auth
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_2004-jul-11
    
    N ports/www/mod_auth_bsd/Makefile
    N ports/www/mod_auth_bsd/distinfo
    N ports/www/mod_auth_bsd/pkg/DESCR
    N ports/www/mod_auth_bsd/pkg/PLIST
    N ports/www/mod_auth_bsd/pkg/MESSAGE
    N ports/www/mod_auth_bsd/pkg/DEINSTALL
    N ports/www/mod_auth_bsd/patches/patch-Makefile
    N ports/www/mod_auth_bsd/files/mod_auth_bsd-enable
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 00:56:21

Modified files:
	www            : Makefile 

Log message:
+mod_auth_bsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/11 01:08:46

Modified files:
	usr.bin/nm     : nm.c 

Log message:
need to byteswap string table size before use for the alien endian a.out


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/11 01:12:19

Added files:
	security/scanssh/patches: patch-interface_c 

Log message:
our libevent does not provide timeout_*()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 01:17:59

Modified files:
	sys/dev/usb    : uftdi.c uftdireg.h usbdevs 

Log message:
support 4 more uftdi ports (3 from freebsd, 1 from netbsd)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 01:18:15

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 01:39:38

Modified files:
	sys/dev/usb    : umct.c 

Log message:
from freebsd via netbsd via loki
The MCT advertises both the interrupt and bulkin endpoints as
interrupts. Go from assuming that the first enumerated interrupt
is the bulkin (since this may not be the case) to assuming that
the true interrupt endpoint will have a 0x2 wMaxPacketSize.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 01:39:56

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
simplify


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 01:40:03

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/11 02:11:39

Log message:
    Initial import of toolame 0.2l
    
    tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder based heavily
    on:
    
    - the ISO dist10 code
    - improvement to algorithms as part of the LAME project
    (www.sulaco.org/mp3)
    
    WWW: http://mikecheng.d2.net.au/
    
    from Jacob Meuser <jakemsr at jakemsr.com>
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_2004-Jul-11
    
    N ports/audio/toolame/Makefile
    N ports/audio/toolame/distinfo
    N ports/audio/toolame/patches/patch-Makefile
    N ports/audio/toolame/patches/patch-psycho_3_c
    N ports/audio/toolame/patches/patch-psycho_4_c
    N ports/audio/toolame/pkg/DESCR
    N ports/audio/toolame/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/11 02:13:12

Modified files:
	audio          : Makefile 

Log message:
+toolame


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/07/11 03:17:36

Modified files:
	sbin/fdisk     : disk.c 

Log message:
Just use err(1, NULL) following malloc() failures, per err(3).

ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 03:27:54

Modified files:
	sys/dev/usb    : uvscom.c usbdevs 

Log message:
support two more suntac products; from freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 03:28:18

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 03:47:22

Modified files:
	sys/dev/usb    : if_aue.c usbdevs 

Log message:
4 more aue(4) devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 03:47:30

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 04:00:36

Modified files:
	share/man/man4 : aue.4 uftdi.4 

Log message:
document newly added devices


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 04:00:56

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
shrink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 04:01:06

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/11 04:55:58

Modified files:
	net/honeyd     : Makefile distinfo 
	net/honeyd/pkg : PLIST 

Log message:
SECURITY:

update to 0.8a; fixes a remote detection vulnerability via simple probe packet;

http://www.honeyd.org/adv.2004-01.asc


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/11 05:31:57

Modified files:
	sys/arch/amd64/amd64: fpu.c 

Log message:
Fix ldmxcsr asm macro.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/07/11 06:11:54

Modified files:
	usr.sbin/syslogc: syslogc.8 

Log message:
.Xr syslogd(8) in SEE ALSO; ok djm@ jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 06:13:58

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Kyocera product


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 06:14:12

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 06:16:47

Modified files:
	sys/dev/usb    : umodem.c 

Log message:
special case of a non-CDC_AT device tha belongs here; from freebsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/11 06:18:45

Modified files:
	math/coq       : Makefile distinfo 

Log message:
fed up with changing checksums: provide a local mirror and kill
IGNOREFILES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/11 06:43:29

Modified files:
	games/xneko    : Makefile distinfo 

Log message:
byebye IGNOREFILES


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/11 06:45:56

Modified files:
	games/xroach   : Makefile distinfo 

Log message:
kill IGNOREFILES, the distfile is on ftp.openbsd.org, original site
unavailable anyways.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/11 08:34:49

Modified files:
	faq            : faq4.html 

Log message:
proper proceedure: edit then spellcheck, not spellcheck then (mis)edit.
Spotted by tybollt at solace dit mh dot se, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/11 09:05:36

Modified files:
	faq            : faq1.html index.html 

Log message:
add "1.10 - Can I use OpenBSD as a desktop system?"
No, this one should not be needed, but it is frequently asked...


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/07/11 09:22:22

Modified files:
	sys/net        : pf_if.c 

Log message:
Create the group when adding a dynamic interface that's not yet plugged in.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/07/11 09:54:22

Modified files:
	sys/net        : pf.c pf_norm.c pfvar.h 

Log message:
backout IPv6 reass-on-scrub patch (more work needs to be done).
requested by deraadt


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/11 09:58:29

Modified files:
	xc/lib/dps     : csconndi.c cslibint.c 

Log message:
ioctl(FIONREAD)'s argument is a pointer to int.
Inspired from John Heasley (NetBSD). Removed the useless register
dance in the code.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 10:26:27

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadt
forgot to commit this with the .mk changes, sparc was broken for a while


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/11 10:42:45

Modified files:
	sys/kern       : vfs_lookup.c 

Log message:
save an (eventually existent) namei process context when going over
symbolic links. fixes pr 3842, ok tedu@, art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/11 11:00:47

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_in patch-errors_Makefile_in 
	                   patch-icons_Makefile_in patch-src_Makefile_in 
	                   patch-src_cf_data_pre 
Removed files:
	www/squid/patches: patch-helpers_ntlm_auth_SMB_libntlmssp_c 

Log message:
upgrade to Squid 2.5.STABLE6


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/11 11:04:29

Modified files:
	print/ghostscript: Makefile 

Log message:
better


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/11 11:05:03

Modified files:
	www/squid/patches: gcc-patch-lib_Makefile_in 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/11 11:21:21

Modified files:
	usr.bin/newsyslog: newsyslog.c 

Log message:
Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf.
Based on a diff from Matthew Gream.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/11 11:48:47

Modified files:
	usr.bin/ssh    : channels.c cipher.c clientloop.c clientloop.h 
	                 compat.h moduli.c nchan.c pathnames.h 
	                 progressmeter.c readconf.c readconf.h 
	                 servconf.c session.c sftp-client.c sftp.c 
	                 ssh-agent.1 ssh-keygen.c ssh.c ssh1.h sshd.c 
	                 ttymodes.h 

Log message:
spaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/11 13:22:05

Added files:
	devel/libtool/patches: patch-libltdl_ltmain_sh patch-ltmain_in 

Log message:
until I can figure out this total gayness with libtool relinking
improperly then I'll just put the usual workaround in place.


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 14:36:32

Modified files:
	usr.bin/mg     : main.c 

Log message:
use strtonum instead of strtoul and don't abuse a long for int
functionality; ok vincent


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 14:37:16

Modified files:
	usr.bin/mg     : main.c 

Log message:
change lower bound to 0, row shouldn't be negative; suggested & ok vincent


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/11 14:44:33

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
byebye IGNOREFILES
Okay naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/11 14:46:08

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
hunt for the originating packages in case of collision, and sort
the colliding files by package.

okay naddy@, and typo fix naddy/pval.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/11 14:46:32

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
obsolete IGNOREFILES


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 16:14:21

Modified files:
	audio/festival : Makefile 

Log message:
add core,agi to appease mirror-maker.

shouldnt it be reading SUPDISTFILES?


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 17:33:39

Modified files:
	x11/xfce4/desktop: Makefile.inc 
	x11/xfce4/desktop/xfce-mcs-manager: distinfo 
	x11/xfce4/desktop/xfce-mcs-manager/pkg: PLIST 
	x11/xfce4/desktop/xfce-mcs-plugins: Makefile distinfo 
	x11/xfce4/desktop/xfce-mcs-plugins/pkg: PLIST 
	x11/xfce4/desktop/xfce-utils: Makefile distinfo 
	x11/xfce4/desktop/xfce-utils/pkg: PLIST 
	x11/xfce4/desktop/xfce4-panel: Makefile distinfo 
	x11/xfce4/desktop/xfce4-panel/patches: patch-xfce4rc 
	x11/xfce4/desktop/xfce4-panel/pkg: PLIST 
	x11/xfce4/desktop/xfdesktop: Makefile distinfo 
	x11/xfce4/desktop/xfdesktop/pkg: PLIST 
	x11/xfce4/desktop/xffm: Makefile distinfo 
	x11/xfce4/desktop/xffm/pkg: PFRAG.shared PLIST 
	x11/xfce4/desktop/xfprint: distinfo 
	x11/xfce4/desktop/xfprint/pkg: PLIST 
	x11/xfce4/desktop/xfwm4: Makefile distinfo 
	x11/xfce4/desktop/xfwm4/pkg: PLIST 
	x11/xfce4/libraries: Makefile.inc 
	x11/xfce4/libraries/libxfce4mcs: distinfo 
	x11/xfce4/libraries/libxfce4util: distinfo 
	x11/xfce4/libraries/libxfcegui4: distinfo 
	x11/xfce4/libraries/libxfcegui4/pkg: PLIST 
	x11/xfce4/themes: Makefile.inc 
	x11/xfce4/themes/gtk-xfce-engine-2: Makefile distinfo 
	x11/xfce4/themes/gtk-xfce-engine-2/pkg: PLIST 
	x11/xfce4/themes/xfce4-themes: distinfo 
	x11/xfce4/themes/xffm-icons: distinfo 
	x11/xfce4/themes/xfwm4-themes: distinfo 
Added files:
	x11/xfce4/desktop/xfce-mcs-plugins/pkg: PFRAG.shared 
	x11/xfce4/desktop/xfce-utils/pkg: PFRAG.shared 
	x11/xfce4/desktop/xfce4-panel/pkg: PFRAG.shared 
	x11/xfce4/desktop/xfdesktop/pkg: PFRAG.shared 
	x11/xfce4/desktop/xfwm4/pkg: PFRAG.shared 

Log message:
update to 4.0.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 17:35:36

Removed files:
	x11/xfce4/desktop/xfce4-panel/patches: patch-xfce4rc 

Log message:
almost did it one commit


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/11 17:46:17

Modified files:
	usr.bin/mg     : main.c 

Log message:
oops

I just realized I gave a really bad advise to pval, negative goto-line are
entirely valid (mean # of lines from end of file)

go back to INT_MIN as the lower bound


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/07/11 17:52:02

Modified files:
	databases/sqlite: Makefile distinfo 
	databases/sqlite/pkg: PFRAG.shared PLIST 

Log message:
update to sqlite-2.8.14 and activate regress tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2004/07/11 18:00:34

Modified files:
	databases/py-sqlite: Makefile distinfo 

Log message:
update to py-sqlite-0.5.1; reminded by xsa@


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/07/11 18:50:22

Modified files:
	sys/net        : pfvar.h 
	sys/netinet6   : ip6_forward.c 

Log message:
remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub).
daniel found it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/11 19:11:01

Modified files:
	mail/dovecot/pkg: PLIST 

Log message:
remove some whitespace


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/11 19:14:23

Modified files:
	fr             : anoncvs.html cvsup.html donations.html 
	                 events.html mail.html want.html 
	faq/fr         : faq1.html index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/11 19:16:48

Modified files:
	zh-tw          : donations.html errata.html events.html ftp.html 
	                 index.html mail.html orders.html plat.html 
	faq/zh-tw      : index.html 
	openssh/zh-tw  : index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/11 19:22:50

Modified files:
	openssh        : windows.html 

Log message:
Add FileZilla as an SFTP-capable client. Suggested by Eric Carlson
(eric at invisiblerobot dot com)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/11 20:08:17

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/pkg: PFRAG.shared 

Log message:
update to libxml2 2.6.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/11 20:09:52

Modified files:
	textproc/libxslt: Makefile distinfo 
	textproc/libxslt/pkg: PFRAG.shared 

Log message:
upgrade to libxslt 1.1.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 21:48:05

Added files:
	multimedia/libquicktime/patches: 
	                                 patch-plugins_rtjpeg_Makefile_in 

Log message:
-fPIC; from maintainer jakemsr@jakemsr.com


CVSROOT:	/cvs
Module name:	ports
Changes by:	mjc@cvs.openbsd.org	2004/07/11 22:22:11

Modified files:
	audio/rioutil  : Makefile 

Log message:
+= unnecessary for CONFIGURE_ENV
spotted by xsa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 22:51:12

ports/x11/xfce4/plugins/xfce4-systray/patches

Update of /cvs/ports/x11/xfce4/plugins/xfce4-systray/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2868/patches

Log Message:
Directory /cvs/ports/x11/xfce4/plugins/xfce4-systray/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/11 22:54:01

Modified files:
	x11/xfce4/plugins: Makefile.inc 
	x11/xfce4/plugins/xfce4-mixer: Makefile distinfo 
	x11/xfce4/plugins/xfce4-mixer/pkg: PLIST 
	x11/xfce4/plugins/xfce4-systray: Makefile distinfo 
	x11/xfce4/plugins/xfce4-systray/pkg: PLIST 
	x11/xfce4/plugins/xfce4-toys: Makefile distinfo 
	x11/xfce4/plugins/xfce4-toys/pkg: PLIST 
	x11/xfce4/plugins/xfce4-trigger-launcher: Makefile distinfo 
	x11/xfce4/plugins/xfce4-trigger-launcher/pkg: PLIST 
	x11/xfce4/plugins/xfce4-weather-plugin: Makefile distinfo 
	x11/xfce4/plugins/xfce4-weather-plugin/pkg: PLIST 
Added files:
	x11/xfce4/plugins/xfce4-mixer/pkg: PFRAG.shared 
	x11/xfce4/plugins/xfce4-systray/patches: patch-configure 
	x11/xfce4/plugins/xfce4-systray/pkg: PFRAG.shared 
	x11/xfce4/plugins/xfce4-toys/pkg: PFRAG.shared 
	x11/xfce4/plugins/xfce4-trigger-launcher/pkg: PFRAG.shared 
	x11/xfce4/plugins/xfce4-weather-plugin/patches: 
	                                                patch-panel-plugin_http_client_h 
	x11/xfce4/plugins/xfce4-weather-plugin/pkg: PFRAG.shared 
Removed files:
	x11/xfce4/plugins/xfce4-weather-plugin/patches: 
	                                                patch-panel-plugin_weather_c 

Log message:
update plugins


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 23:21:12

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Creative Voip Blaster


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/11 23:22:08

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/11 23:54:55

Modified files:
	mail/openwebmail: Makefile distinfo 
	mail/openwebmail/patches: 
	                          patch-cgi-bin_openwebmail_openwebmail-abook_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-advsearch_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-cal_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-folder_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-main_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-prefs_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-read_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-send_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-spell_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-tool_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-vdomain_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-viewatt_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-webdisk_pl 
	                          patch-cgi-bin_openwebmail_openwebmail_pl 
	mail/openwebmail/pkg: PLIST 

Log message:
upgrade to openwebmail 2.32


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/12 00:16:50

Modified files:
	devel/libbt    : Makefile distinfo 
	devel/libbt/patches: patch-configure patch-src_Makefile_in 
	devel/libbt/pkg: PLIST 
Removed files:
	devel/libbt/patches: patch-src_context_c patch-src_peer_c 

Log message:
update to 1.03


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/12 00:40:03

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
Oops, adjust for __va_list size increase.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/12 02:41:23

Log message:
    Initial import of py-irclib-0.4.2
    
    The Python IRC library is intended to encapsulate the IRC protocol at a
    quite low level.  It provides an event-driven IRC client framework.  It
    has a fairly thorough support for the basic IRC protocol, CTCP and DCC
    connections.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jul-12
    
    N ports/net/py-irclib/Makefile
    N ports/net/py-irclib/distinfo
    N ports/net/py-irclib/pkg/PLIST
    N ports/net/py-irclib/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/12 02:42:41

Modified files:
	net            : Makefile 

Log message:
+ py-irclib


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/12 02:45:32

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
move everything to _fetch-makefile, so that __FETCH_ALL can put all
file names where it should.
noticed by jolan@, okay sturm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/12 03:22:38

Modified files:
	usr.sbin/ntpd  : buffer.c log.c ntpd.c parse.y 

Log message:
Replace errx with equivalent fprintf+exit to make porting easier; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/12 03:35:24

Modified files:
	graphics/win32-codecs: Makefile distinfo 
	graphics/win32-codecs/pkg: PLIST 

Log message:
switch to versioned tarballs and update the port to version 20040706;
i take over maintainership, because kevlo@ wanted to drop it; ok kevlo@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/12 03:38:57

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
Add missing newlines


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/07/12 04:39:56

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
add the following packages:
mplayer-0.90p4-no_x11.tgz
mplayer-0.90p4-sdl-faad.tgz
mplayer-0.90p4.tgz
pavuk-0.9pl28p1.tgz
pavuk-0.9pl28p1-no_x11.tgz
mplayer-1.0pre3p2-no_x11.tgz
mplayer-1.0pre3p2-sdl.tgz
mplayer-1.0pre3p2.tgz
png-1.2.5p3.tgz
png-1.2.5p4.tgz


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/12 04:44:11

Modified files:
	usr.bin/strip  : Makefile strip.c 

Log message:
m88k cross-compile goo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/12 05:26:12

Modified files:
	graphics/win32-codecs: Tag: OPENBSD_3_5 Makefile 

Log message:
use my own mirror for MASTER_SITES, because the MPlayer team removed these
files from their FTP mirrors.


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/07/12 05:31:02

Modified files:
	.              : anoncvs.html 

Log message:
Update info on anoncvs.openbsd.lt.
From Donatas Budvytis via Alexander von Gernler.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/07/12 05:56:52

Modified files:
	archivers/lzop/pkg: DESCR 
	archivers/p5-Compress-LZO/pkg: DESCR 
	mail/isync/pkg : DESCR 
	mail/p5-SMTP-Server/pkg: DESCR 
	mail/solid-pop3d/pkg: DESCR 
	net/radiusd-lucent/pkg: DESCR 
	net/sing/pkg   : DESCR 
	security/p5-Crypt-CBC/pkg: DESCR 
	security/p5-Crypt-DES/pkg: DESCR 
	sysutils/radiusreport/pkg: DESCR 
	sysutils/safecat/pkg: DESCR 
	www/mod_frontpage/pkg: DESCR 
	www/webalizer/pkg: DESCR 
	x11/fvwm95/pkg : DESCR 
	x11/qvwm/pkg   : DESCR 

Log message:
better formatting


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/07/12 07:32:12

Modified files:
	net/radiusd-cistron: Makefile distinfo 
	net/radiusd-cistron/patches: patch-src_Make_inc patch-src_acct_c 
	                             patch-src_sysdep_h 
	                             patch-src_version_c 
	net/radiusd-cistron/pkg: PLIST 

Log message:
update to cistron radius 1.6.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/12 08:11:19

Modified files:
	graphics/win32-codecs: Tag: OPENBSD_3_4 Makefile 

Log message:
use my own mirror for MASTER_SITES, because the MPlayer team removed these
files from their FTP mirrors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/12 08:13:51

Log message:
    Initial import of feh-1.2.6
    
    feh is a lightweight image viewer with support for slideshows,
    filelists, image loading via http and montage and collage creation.
    
    Submitted and maintained by Victor Sahlstedt <cvss at home.se>
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jul-12
    
    N ports/graphics/feh/distinfo
    N ports/graphics/feh/Makefile
    N ports/graphics/feh/pkg/PLIST
    N ports/graphics/feh/pkg/DESCR
    N ports/graphics/feh/patches/patch-Makefile.in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/12 08:14:58

Modified files:
	graphics       : Makefile 

Log message:
+ feh


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/12 08:52:22

Modified files:
	games/slash    : Makefile 

Log message:
Add a trailing newline so that the final ^Z that is added by one
patch can be removed again by the next one.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/12 09:23:19

Modified files:
	databases/p5-DBD-mysql/pkg: PLIST 

Log message:
don't try to delete a directory we don't create


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/12 09:30:29

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
merge error; loki


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/07/12 13:12:31

Modified files:
	.              : events.html 

Log message:
hackathonium was there; from unbelievers; pointed out by xsa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/07/12 13:33:00

Modified files:
	editors/vim    : Makefile 
Added files:
	editors/vim    : distinfo 
	editors/vim/files: pf.vim 
	editors/vim/patches: sup-m68k-src_Makefile sup-vax-src_Makefile 
	                     sup-vax-src_auto_configure 
	editors/vim/pkg: DESCR DESCR-lang PFRAG.no-no_x11 PLIST 
	                 PLIST-lang PLIST-lang.orig PLIST.orig 
Removed files:
	editors/vim/snapshot: Makefile 
	editors/vim/stable: Makefile distinfo 
	editors/vim/stable/files: pf.vim 
	editors/vim/stable/patches: sup-m68k-src_Makefile 
	                            sup-vax-src_Makefile 
	                            sup-vax-src_auto_configure 
	editors/vim/stable/pkg: DESCR DESCR-lang PFRAG.no-no_x11 PLIST 
	                        PLIST-lang 

Log message:
update editors/vim to 6.3.13:
- nuke stable and snapshot branches after some discussions with a few people.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/07/12 13:46:52

Modified files:
	shells/zsh     : Makefile 
Added files:
	shells/zsh     : distinfo 
	shells/zsh/patches: patch-Completion_BSD_Command__bsd_pkg 
	                    patch-Completion_Unix_Command__find 
	                    patch-Doc_Makefile_in patch-Doc_zsh_texi 
	                    patch-Makefile_in patch-aczsh_m4 
	shells/zsh/pkg : DEINSTALL DESCR DESCR-zftp INSTALL 
	                 PFRAG.no-static PFRAG.shared PFRAG.shared-zftp 
	                 PLIST PLIST-zftp 
Removed files:
	shells/zsh/snapshot: Makefile 
	shells/zsh/stable: Makefile distinfo 
	shells/zsh/stable/patches: patch-Completion_BSD_Command__bsd_pkg 
	                           patch-Completion_Unix_Command__find 
	                           patch-Doc_Makefile_in 
	                           patch-Doc_zsh_texi patch-Makefile_in 
	                           patch-aczsh_m4 
	shells/zsh/stable/pkg: DEINSTALL DESCR DESCR-zftp INSTALL 
	                       PFRAG.no-static PFRAG.shared 
	                       PFRAG.shared-zftp PLIST PLIST-zftp 

Log message:
nuke stable/snapshot trees


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/12 14:57:32

Modified files:
	sys/dev/ic     : fxp.c 

Log message:
rearrange config-time printfs


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/07/12 15:20:12

Modified files:
	.              : want.html 

Log message:
funky gsc/hsc 100bt cards i wanna


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/12 16:52:35

Modified files:
	sys/dev/cardbus: com_cardbus.c 

Log message:
typo, thise -> these


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/12 17:20:50

Modified files:
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 

Log message:
point people to milter html docs;
suggested by Alexey E. Suslikov;

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/12 17:34:25

Modified files:
	usr.bin/ssh    : ssh-keyscan.1 

Log message:
Fix incorrect macro, .I -> .Em

From: Eric S. Raymond <esr at thyrsus dot com>

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/07/12 17:57:14

Modified files:
	sys/dev/ic     : mpt.c mpt.h mpt_openbsd.c mpt_openbsd.h 

Log message:
Add detection of IM/IS/IME support in mpt_attach().  This is in preparation to add RAID support.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/07/12 18:03:29

Modified files:
	sys/dev/ic     : mpt_openbsd.h 

Log message:
Replace _DEV_IC_MPT_NETBSD_H_ with _DEV_IC_MPT_OPENBSD_H_


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/12 18:35:39

Modified files:
	usr.sbin/pkg_add: pkg_create 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
at pkg_create time, mark hard links with @link, and symlinks with @symlink,
instead of computing size and md5.
okay naddy@, sturm@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/12 19:03:01

Modified files:
	sys/compat/hpux/hppa: syscalls.master 

Log message:
+getdomainname


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/12 19:03:22

Modified files:
	sys/compat/hpux/hppa: hpux_syscalls.c hpux_syscallargs.h 
	                      hpux_syscall.h hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/12 20:32:11

Modified files:
	sys/compat/hpux/hppa: syscalls.master 

Log message:
+madvise,msync,mlock,munlock,mlockall,munlockall


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/12 20:32:29

Modified files:
	sys/compat/hpux/hppa: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/07/13 00:00:33

Modified files:
	sbin/fdisk     : cmd.c mbr.c part.c part.h 

Log message:
Remove unused argument 'int pn' to PRT_fix_CHS().  The 'int pn'
argument to PRT_parse() then becomes unused, so remove that too.

ok henning@, otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/13 03:45:51

Modified files:
	sys/arch/m88k/m88k: process.S 

Log message:
Do not trash r14 by mistake in __savectx.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/13 03:47:06

Modified files:
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 

Log message:
Remove compiler options workarounds for savectx breakage.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/13 05:01:06

Modified files:
	lib/libc/arch/amd64/gen: fpsetsticky.S 

Log message:
Sync with NetBSD, picking up fixes to correctly reset status bits returning
the old status bits.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/13 05:16:22

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
liek bgpd, use a socketpair(2) instead of a pipe(2)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/13 05:38:16

Added files:
	lang/nhc98/patches: patch-src_runtime_Integer_asmlong_h 

Log message:
fix for gcc3: zap multiline constants


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/13 05:38:46

Added files:
	lang/nhc98/patches: patch-src_runtime_Integer_alloca_c 

Log message:
fix for gcc3: complains about abort() built-in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/13 05:39:12

Added files:
	lang/nhc98/patches: patch-src_prelude_List_Difference_hs 

Log message:
fix for gcc3: preprocessor \ handling getting in the way


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/13 06:05:27

Added files:
	lang/nhc98/patches: patch-script_tprofprel 

Log message:
nasty linux folks: nhc98 would build just fine if you happened to have
a bash installed, since this script magically switches to bash if it's
there... and misses a \n when run with ksh.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 07:44:26

Modified files:
	usr.sbin/ppp/ppp: ppp.8.m4 

Log message:
stuff from me and claudio@:

- remove references to stuff we don't support (libalias, libradius, etc.)
- consistent quoting
- macro fixes
- grammar, punctuation, etc.
- use .Ic for commands to reduce amount of quoting

more work needed here. this page is just too much...


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/13 08:37:42

Modified files:
	.              : index.html 

Log message:
taking the [cs] translation ouf of business as it's too old and
no one's gonna maintain it anymore.

Request by Vaclav Rehak


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/13 08:42:59

Removed files:
	cs             : 29.html 30.html 31.html 32.html 33.html 34.html 
	                 alpha.html announce28.html anoncvs.html 
	                 arm32.html art.html art1.html art2.html 
	                 art3.html atari.html books.html crypto.html 
	                 ctm.html cvsup.html disabled.html docum.html 
	                 donations.html errata.html errata27.html 
	                 errata28.html errata29.html errata30.html 
	                 errata31.html errata32.html errata33.html 
	                 events.html ftp.html goals.html groups.html 
	                 i386.html index.html items.html macppc.html 
	                 mail.html orders.html pc532.html plat.html 
	                 plus.html plus28.html plus29.html plus30.html 
	                 plus31.html plus32.html plus33.html plus34.html 
	                 policy.html porting.html ports.html 
	                 products.html report.html security.html 
	                 sgi.html smp.html sparc.html sparc64.html 
	                 stable.html sun3.html sun3x.html 
	                 testimonials.html tshirts.html users.html 
	                 vax.html why-cvs.html x68k.html y2k.html 

Log message:
The [cs] translation is not maintained anymore.

Request by Vaclav Rehak.


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/13 08:50:25

Modified files:
	hu             : anoncvs.html donations.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/13 08:50:39

Modified files:
	faq/hu         : faq4.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/13 08:51:29

Modified files:
	sys/arch/alpha/include: pmap.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/hppa/include: pmap.h 
	sys/arch/vax/include: pmap.h 
	sys/uvm        : uvm_km.c 

Log message:
#define __HAVE_PMAP_DIRECT and use it.  requested by art


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/07/13 09:22:22

Removed files:
	editors/vim/pkg: PLIST-lang.orig PLIST.orig 

Log message:
what the hell are those doing there?


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/13 09:30:28

Modified files:
	faq            : faq4.html 

Log message:
mention spamd may slow sending of dmesg.


CVSROOT:	/cvs
Module name:	www
Changes by:	mcbride@cvs.openbsd.org	2004/07/13 09:50:26

Modified files:
	.              : donations.html 

Log message:
hppa, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/13 11:22:56

Modified files:
	gnu/egcs/gcc   : regmove.c 

Log message:
A better fix for the m68k optimize_reg_copy_3() problem.

The problem really only arises when optimize_reg_copy_3() attempts to
merge a load which fits in a register and a load which does not fit - in
the m68k case, merging an int32_t foo and (int64_t)foo two lines later.

In this case, and only if the backend provides its own expansion of the
extendsidi2 insn (usually for performance and code size reasons) as
embedded assembly statements but not rtl operations, then gcc at this
point will ``fail to realize'' that when sign-extending (or
zero-extending) the value of rN into rN and r(N+1), the value of rN is
not preserved on big-endian architectures, and the optimization will
produce bad code.

Of all the OpenBSD-supported platforms, arm and m68k are the only
affected; but further optimizations in gcc3 (on arm) apparently neuter
this bug, which I have been unable to reproduce in an arm build with
gcc3.

This commit works around the problem by preventing expansions larger
than the width of a general register, on m68k only. Other platforms are
not affected.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/13 11:24:29

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
oops, Henning pointed out that transfig needs imake and thus X so rip that out
for the no_x11 FLAVOR.


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/13 11:27:57

Modified files:
	usr.sbin/ntpd  : server.c 

Log message:
ignore obviously malformed queries; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/13 11:57:20

Modified files:
	usr.sbin/bgpd  : kroute.c mrt.h parse.y rde.c rde.h rde_attr.c 
	                 rde_update.c session.c 

Log message:
fix some typos

ok henning otto


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/13 12:27:57

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
lots of cleanup and revising:
- typo fixes, rewording, punctuation
- better use of and more format macros
- section reorganization in some places
- list directives with their arguments
- add some cross-refs

ok jmc, henning, otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/13 12:55:43

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
better COMMENT


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/13 13:12:30

Modified files:
	sys/arch/hppa/hppa: intr.c 

Log message:
count soft ints


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/13 13:34:23

Modified files:
	sys/arch/hppa/hppa: intr.c trap.c 

Log message:
more coherent intrs counting


CVSROOT:	/cvs
Module name:	src
Changes by:	alexander@cvs.openbsd.org	2004/07/13 13:41:26

Modified files:
	usr.sbin/ntpd  : ntp.c ntpd.h server.c 

Log message:
Respond to client queries with better server statistics.  We now output
a close-to-reality stratum, a real reference time, and a leap indicator
that will indicate if the local clock isn't synchronized.

This also means that until the server feels it's synchronized, it will
tell the clients it isn't.  This is normal, and correct.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 13:51:38

Modified files:
	usr.sbin/ntpd  : ntpd.8 ntpd.conf.5 

Log message:
tweaks; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 13:53:01

Modified files:
	usr.sbin/bgpd  : bgpd.8 

Log message:
tweaks; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/13 14:43:13

Modified files:
	sys/arch/i386/isa: npx.c 

Log message:
Don't assert that P_INMEM is set in p_flag. The assert is only almost
correct because P_INMEM is for various reasons removed before cpu_swapout
is called and cpu_swapout in turn calls npxsave_proc.

deraadt@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/07/13 15:03:39

Modified files:
	gnu/egcs/libf2c: shlib_version 
	gnu/egcs/libio : shlib_version 
	gnu/egcs/libobjc: shlib_version 
	gnu/egcs/libstdc++: shlib_version 
	gnu/lib/libf2c : shlib_version 
	gnu/lib/libiberty: shlib_version 
	gnu/lib/libobjc: shlib_version 
	gnu/lib/libreadline: shlib_version 
	gnu/lib/libstdc++: shlib_version 
	gnu/usr.bin/perl: shlib_version 
	kerberosV/lib/45: shlib_version 
	kerberosV/lib/asn1: shlib_version 
	kerberosV/lib/gssapi: shlib_version 
	kerberosV/lib/kafs: shlib_version 
	kerberosV/lib/krb5: shlib_version 
	lib/libc       : shlib_version 
	lib/libc/gen   : errno.c 
	lib/libcurses  : shlib_version 
	lib/libcurses++: shlib_version 
	lib/libdes     : shlib_version 
	lib/libedit    : shlib_version 
	lib/libform    : shlib_version 
	lib/libgssapi  : shlib_version 
	lib/libkrb5    : shlib_version 
	lib/libkvm     : shlib_version 
	lib/libm       : shlib_version 
	lib/libmenu    : shlib_version 
	lib/libocurses : shlib_version 
	lib/libossaudio: shlib_version 
	lib/libpanel   : shlib_version 
	lib/libpcap    : shlib_version 
	lib/libpthread : shlib_version 
	lib/libsectok  : shlib_version 
	lib/libskey    : shlib_version 
	lib/libssl/crypto: shlib_version 
	lib/libssl/ssl : shlib_version 
	lib/libusbhid  : shlib_version 
	lib/libutil    : shlib_version 
	lib/libwrap    : shlib_version 
	lib/libz       : shlib_version 
	regress/libexec/ld.so/constructor/libaa: shlib_version 
	regress/libexec/ld.so/constructor/libab: shlib_version 
	regress/libexec/ld.so/elf/libbar: shlib_version 
	regress/libexec/ld.so/link-order/lib10: shlib_version 
	regress/libexec/ld.so/link-order/lib11: shlib_version 
	regress/libexec/ld.so/link-order/lib20: shlib_version 
	regress/libexec/ld.so/weak/libstrong: shlib_version 
	regress/libexec/ld.so/weak/libweak: shlib_version 
	sys/arch/alpha/stand: Makefile.inc 
	sys/arch/amd64/stand: Makefile.inc 
	sys/arch/hp300/stand: Makefile.inc 
	sys/arch/hppa/stand: Makefile.inc 
	sys/arch/i386/stand: Makefile.inc 
	sys/arch/macppc/stand: Makefile.inc 
	sys/arch/mvme68k/stand: Makefile.inc 
	sys/arch/mvme88k/stand: Makefile.inc 
	sys/arch/mvmeppc/stand: Makefile.inc 
	sys/arch/sparc/stand: Makefile.inc 
	sys/arch/sparc64/stand: Makefile.inc 
	sys/arch/sparc/stand/libsa: Makefile 
	sys/sys        : errno.h 

Log message:
errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/13 15:04:30

Modified files:
	sys/compat/bsdos: syscalls.master 
	sys/compat/common: Makefile vfs_syscalls_43.c 
	sys/compat/freebsd: freebsd_file.c syscalls.master 
	sys/compat/netbsd: netbsd_stat.h syscalls.master 
	sys/kern       : syscalls.master vfs_syscalls.c vfs_vnops.c 
	sys/sys        : stat.h types.h vnode.h 
	sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_extern.h ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_alloc.c ffs_extern.h ffs_softdep.c 
	                 ffs_softdep_stub.c 
	sys/ufs/ufs    : inode.h ufs_inode.c ufs_readwrite.c 
	sys/nfs        : nfs_subs.c 
Added files:
	sys/compat/common: vfs_syscalls_35.c 

Log message:
Change mode_t and nlink_t from 16bit to 32bit.  This allows us to
use mode_t in syscalls.master and to use mode_t in more places in
the kernel.  It also makes lint much more useful on kernel code.

I've also added a placeholder for st_birthtime to make a UFS2 import
easier at some future date.

Requested by and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/13 15:06:33

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : syscalls.c init_sysent.c 
	sys/compat/bsdos: bsdos_syscall.h bsdos_syscallargs.h 
	                  bsdos_syscalls.c bsdos_sysent.c 
	sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h 
	                    freebsd_syscalls.c freebsd_sysent.c 
	sys/compat/netbsd: netbsd_syscall.h netbsd_syscallargs.h 
	                   netbsd_syscalls.c netbsd_sysent.c 

Log message:
regen after stat/mode_t/nlink_t changes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/13 15:06:58

Modified files:
	lib/libc/net   : Makefile.inc 
Removed files:
	lib/libc/net   : iso_addr.3 iso_addr.c 

Log message:
Remove iso_addr() and iso_ntoa() as part of the netiso removal.
From henning@, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/13 15:09:48

Modified files:
	include        : pwd.h 
	lib/libutil    : Makefile passwd.c util.h 
	share/man/man3 : intro.3 
	share/man/man5 : Makefile 
	usr.bin/encrypt: encrypt.c 
	usr.bin/passwd : local_passwd.c passwd.1 pwd_check.c 
	                 pwd_gensalt.c yp_passwd.c 
Removed files:
	lib/libutil    : pw_getconf.3 
	share/man/man5 : passwd.conf.5 

Log message:
passwd.conf has been deprecated since login.conf was imported.
Today it finally dies.  Based on a diff from Gabriel Kihlman.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/13 15:29:12

Modified files:
	usr.bin/passwd : pwd_check.c pwd_gensalt.c 

Log message:
Simplify some things now that we only have login.conf to worry about
and fix two bugs introduced in the last commit (a duplicate free
and reversed logic for the default cipher types).


CVSROOT:	/cvs
Module name:	XF4
Changes by:	marc@cvs.openbsd.org	2004/07/13 15:32:50

Modified files:
	xc/config/cf   : OpenBSDLib.tmpl 

Log message:
bump library versions


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/07/13 15:37:35

Modified files:
	gnu/egcs/libstdc++: shlib_version 
	gnu/lib/libstdc++: shlib_version 

Log message:
bump these again, depending on gcc2/gcc3 a different library is installed
and they have different major numbers to prevent collision.


CVSROOT:	/cvs
Module name:	www
Changes by:	marc@cvs.openbsd.org	2004/07/13 15:44:56

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
special build procedure for lib bump, OK millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/07/13 16:17:54

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
remove unneeded sudo in example and don't assume sh/ksh
also add "cleandir" to the steps just in case...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/13 16:24:20

Modified files:
	distrib/alpha/bsd.rd: list 

Log message:
make bpf0.  do NOT put this into ramdisk target (yes, that is how full the
others are..)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/13 16:28:52

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/13 16:51:48

Modified files:
	sys/net        : if_pfsync.h 

Log message:
spelling; dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 17:01:02

Modified files:
	usr.sbin/bgpd  : bgpd.8 

Log message:
slightly reword myself;


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/13 17:05:36

Modified files:
	gnu/egcs/gcc/config/sparc: openbsd.h 

Log message:
switch sparc to setjmp/longjmp exceptions as DWARF2 handling is not present.
fixes C++ exceptions.
this relies on an earlier libstdc++ bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 17:10:47

Modified files:
	games/arithmetic: arithmetic.6 

Log message:
replace bad macro;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 17:18:10

Modified files:
	usr.bin/rdist  : rdist.1 

Log message:
bad macro here too: .I -> .Ar


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 17:33:29

Modified files:
	usr.bin/fstat  : fstat.1 
	usr.bin/netstat: netstat.1 

Log message:
.Xr tcpdrop 8 ,


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/13 17:36:56

Modified files:
	usr.bin/fstat  : fstat.1 

Log message:
indent an example;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/13 18:34:35

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.sparc 
	                         md.sparc64 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/13 19:25:31

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
allocate the full ring set, even if we are currently running with a reduced set


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/13 20:34:31

Modified files:
	.              : events.html 

Log message:
LinuxTag2004 and LSM2004 are now past events. Also, remove some extra
blank lines for consistency. All from Alexander Von Gernler (grunk at
pestilenz dot org). Thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/13 21:24:09

Modified files:
	.              : translation.html 

Log message:
email and name modifications from eduardo@steelix.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/07/13 22:42:32

Modified files:
	regress/libexec/ld.so/link-order/lib10: shlib_version 
	regress/libexec/ld.so/link-order/lib11: shlib_version 
	regress/libexec/ld.so/link-order/lib20: shlib_version 

Log message:
Back out bogus lib bump in regression tests.   Changing the version
numbers in a test that verifies version number handling is dumb.
OK drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/13 23:34:14

Modified files:
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/include: cpu.h 
Added files:
	sys/arch/i386/i386: powernow-k7.c 

Log message:
setperf driver for powernow in amd k7 cpus.  derived from a diff to
tech-i386@netbsd by martin vegiard, and adapted to fit in here.
as yet untested.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/13 23:38:37

Modified files:
	sys/arch/i386/i386: powernow-k7.c 

Log message:
names of frequencies aren't interesting, and require ugly snprintf
manipulation theo doesn't like.  just print number of states.
this way doesn't leak the memory for the string either.


CVSROOT:	/cvs
Module name:	www
Changes by:	otto@cvs.openbsd.org	2004/07/14 00:45:30

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
fix section num


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/14 01:07:59

Modified files:
	xc/lib/xtrans  : Xtranssock.c 

Log message:
Remove weak definition of getaddrinfo and associated stupid test that
broke vax. ok hugh@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/14 04:44:03

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_create.1 pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
Rework @dirrm: keep them all, and remove them at the end of pkg_delete.
Add @dir, more powerful than @dirrm, so that we can get rid of those
pesky @exec mkdir -p.

okay naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/07/14 04:46:55

Added files:
	openssh/txt    : release-3.8.1 

Log message:
3.8.1p1's README points to release-3.8.1, add a pointer to release-3.8.1p1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/14 05:36:16

Modified files:
	sys/arch/macppc/dev: openpic.c 

Log message:
Do not forget to count interrupts if they have been delayed; ok drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/14 05:37:07

Modified files:
	sys/arch/mvmeppc/dev: openpic.c 

Log message:
Switch to evcount interrupt counters.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/07/14 06:11:07

Modified files:
	distrib/sets/lists/xbase: md.i386 md.amd64 md.macppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 07:15:02

Modified files:
	x11/ogle       : Makefile 
	x11/ogle/pkg   : PFRAG.shared PLIST 
Added files:
	x11/ogle/pkg   : MESSAGE 

Log message:
zap @exec


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 07:37:08

Modified files:
	graphics/ImageMagick/pkg: PLIST 

Log message:
switch to @dir


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/14 07:50:34

Modified files:
	pt             : cvsup.html donations.html ftp.html index.html 
	                 orders.html pkg-stable.html pkg-stable34.html 
	                 want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 07:59:46

Modified files:
	www/twiki/pkg  : PLIST 

Log message:
switch to @dir.
There's an issue with the timeframe within which @dir removal gets run...


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/14 08:05:15

Modified files:
	hu             : anoncvs.html index.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/14 08:05:42

Modified files:
	de             : donations.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/14 08:07:13

Modified files:
	it             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/14 08:07:45

Modified files:
	www/tidy       : Makefile distinfo 
	www/tidy/patches: patch-include_platform_h 

Log message:
update to tidy-040706;
>From: Eduardo Alvarenga <eduardo at thrx.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 08:16:24

Modified files:
	lang/STk/pkg   : PLIST 

Log message:
switch to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 08:59:17

Modified files:
	x11/enlightenment/pkg: PLIST 

Log message:
move to @dir, kills @exec mkdir


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 09:18:01

Modified files:
	japanese/Wnn/pkg: PLIST PLIST-data PLIST-dict PLIST-ko 
	                  PLIST-kodict PLIST-zh PLIST-zhdict 

Log message:
switch to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 09:42:28

Modified files:
	games/angband/pkg: PLIST 

Log message:
move to @dir, help regenerate correct PLIST along the way.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 09:50:42

Modified files:
	etc            : changelist 
	etc/mtree      : special 

Log message:
Remove /etc/passwd.conf


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/14 09:54:56

Modified files:
	sys/compat/hpux/hppa: syscalls.master 

Log message:
+set/getpriority


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/14 09:55:38

Modified files:
	sys/compat/hpux/hppa: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 10:10:54

Modified files:
	x11/gnome/bonobo-conf/pkg: PFRAG.shared PLIST 

Log message:
move to @dir, trim down list of locale dirs to stuff not installed
by gettext.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/14 10:20:07

Modified files:
	www/bluefish   : Makefile 
	www/bluefish/pkg: PLIST 

Log message:
explicit gettext dependency.
move to @dir


CVSROOT:	/cvs
Module name:	src
Changes by:	jfb@cvs.openbsd.org	2004/07/14 10:52:00

Modified files:
	lib/libc/sys   : getdirentries.2 

Log message:
MAXNAMELEN -> MAXNAMLEN

ok jmc@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:08:43

Modified files:
	distrib/sets/lists/xbase: md.sparc64 md.alpha md.mac68k 
	                          md.mvme68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:10:19

Modified files:
	graphics/ggi/pkg: PFRAG.shared PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:11:05

Modified files:
	graphics/gii/pkg: PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:11:45

Modified files:
	lang/guavac/pkg: PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:12:21

Modified files:
	emulators/bochs/pkg: PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:13:06

Modified files:
	devel/tkcvs/pkg: PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:14:05

Modified files:
	devel/opencm/pkg: PLIST PLIST-docs 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:14:44

Modified files:
	devel/lam/pkg  : PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 11:28:27

Modified files:
	devel/gmake/pkg: PLIST 

Log message:
move to @dir, trim down list of locale dirs to stuff not installed by gettext


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 12:00:48

Modified files:
	sys/kern       : syscalls.master 
	sys/compat/common: vfs_syscalls_35.c 

Log message:
fhstat(2) uses struct stat too and so needs replacing as well.
OK miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 12:01:29

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/14 12:16:24

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
a few more visualize cards


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/14 12:16:40

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/14 12:32:34

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but only
of those belonging to the given nfs mount. ok marius@, tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/14 12:35:50

Modified files:
	sys/arch/i386/i386: cpu.c machdep.c 

Log message:
simplify printf code


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/14 12:48:43

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
trailing '\n' in printf, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 12:57:57

Modified files:
	sys/compat/common: vfs_syscalls_43.c vfs_syscalls_35.c 

Log message:
Zero out st_gen for non-root in *stat().  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/14 13:07:03

Modified files:
	sbin/pflogd    : privsep.c 
	usr.sbin/tcpdump: privsep.c 

Log message:
no \n in errx(3)
From: Andrey Matveev <andrushock@korovino.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/07/14 13:24:30

Modified files:
	sys/arch/i386/i386: cpu.c 

Log message:
Add missing \n to printf().

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/14 13:36:59

Modified files:
	devel/boehm-gc/pkg: PLIST 

Log message:
move to @dir


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/14 14:11:16

Modified files:
	usr.sbin/rdate : ntp.c 

Log message:
do not bail out if the server says its clock is unsynchronized.
rdate is a simple client and doesn't have another server to query,
and a server's idea of the time is better than the local clock's
one in basically any case.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/14 14:16:31

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h server.c 

Log message:
do not do the stratum guessing dance.
stratum is pretty much pointless anyway these days, and we certainly
do not want to send out illegal packets (stratum=0) until synced...


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/07/14 14:19:58

Modified files:
	sys/netinet6   : ip6_forward.c 

Log message:
completely revert to r1.31, there were still problems on the forwarding
path


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/14 15:22:18

Modified files:
	libexec/spamlogd: spamlogd.c 

Log message:
sync usage() w/ SYNOPSIS;
from Andrey Matveev;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/14 15:38:09

Modified files:
	libexec/spamlogd: spamlogd.8 

Log message:
- new sentence, new line
- .Sx a section reference
- punctuation
- uppercase smtp
- bigger offset for display
- clarifying logging
- syslog stuff to SEE ALSO


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/14 15:46:49

Modified files:
	sys/arch/i386/pci: pci_intr_fixup.c 

Log message:
treat via8366 as via586; from rees@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/14 15:52:26

Modified files:
	net            : Makefile 
Removed files:
	net/ethereal   : Makefile distinfo 
	net/ethereal/patches: patch-gtk_proto_draw_c 
	net/ethereal/pkg: DESCR DESCR-x11 PFRAG.no-shared PFRAG.shared 
	                  PLIST PLIST-x11 

Log message:
Remove ethereal from the ports tree.  Right during 3.5, it had more than
a dozen remote holes being fixed, that we shipped with.  Weeks later
things have not improved, and there continue to be problems reported
to bugtraq, and respective band-aids - but it is clear the ethereal
team does not care about security, as new protocols get added, and
nothing gets done about the many more holes that exist.

Maybe someone will at least privilege separate this one day, and then
the OpenBSD stance with respect to this may change.

Encouraging people to run broken software by distributing packages
with known security holes is not desired by any of us.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/14 15:54:19

Modified files:
	sys/dev/pci    : pccbb.c pccbbreg.h pccbbvar.h 

Log message:
tweaks for ti12xx bridges; from freebsd via rees@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/14 16:22:07

Modified files:
	.              : INDEX 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/14 17:26:18

Modified files:
	faq            : faq4.html 

Log message:
mention xetc35.tgz.  To answer the inevitable flood of mail: yes,
this is -current only, but there's not a lot of other places to look
for an explaination of what it is.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/14 17:35:10

Modified files:
	devel/ORBit/patches: patch-configure_in 

Log message:
deal with libwrap.so* expanding to more than one file


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 17:40:27

Modified files:
	sys/sys        : sem.h shm.h msg.h 
	sys/kern       : sysv_msg.c sysv_sem.c sysv_shm.c 

Log message:
Move the guts of the {sem,msg,shm}ctl system calls into a new function
which also takes two function pointers for copyin/copyout.  For the
real syscalls these are just the normal copyin/copyout functions.
For the compat routines, these are funtions that convert between
the new and old foo_ds structs automagically.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 17:45:11

Modified files:
	sys/kern       : syscalls.master 
	sys/sys        : sem.h shm.h msg.h ipc.h 
	sys/compat/common: kern_ipc_35.c 

Log message:
Because mode_t is used in struct ipc_perm we need new versions of
the msgctl, semctl, and shmctl system calls.  This moves the old
versions to COMPAT_35 and adds new ones.

WARNING: While this fixes things like shared memory in the X server
for old (pre-mode_t change) binaries, it will break binaries that
use shared memory built between the time of the mode_t change (Jul
13th) and now.  If you rebuild X during that interval you will need
to do it again after updating the rest of userland.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/14 17:46:00

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : syscalls.c init_sysent.c 

Log message:
regen for new {msg,sem,shm}ctl syscalls.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/14 18:07:43

Modified files:
	faq            : index.html 

Log message:
Soften the "FAQ follows -release" statement a bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/14 18:33:43

Modified files:
	x11/Xaw3d/pkg  : PFRAG.shared 

Log message:
X major bumped; from matthieu


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/14 18:49:47

Modified files:
	www/php4       : Makefile.inc 
	www/php4/core  : distinfo 
	www/php4/core/pkg: PLIST PLIST-pear 
	www/php4/extensions: Makefile distinfo 
	www/php4/extensions/pkg: DESCR-gd 

Log message:
Update to 4.3.8:
SECURITY: PHP memory_limit remote vulnerability
http://security.e-matters.de/advisories/112004.html

Add Type 1 support for the gd extension,
from Aleksander Piotrowski <Aleksander.Piotrowski@nic.com.pl>;

move to @dir


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/14 19:58:25

Log message:
    Initial import of xoops 2.0.7.
    
    Xoops is a dynamic object oriented portal script written in PHP.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jul-15
    
    N ports/www/xoops/Makefile
    N ports/www/xoops/distinfo
    N ports/www/xoops/pkg/PLIST
    N ports/www/xoops/pkg/DESCR
    N ports/www/xoops/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/14 19:59:13

Modified files:
	www            : Makefile 

Log message:
+xoops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/14 23:48:09

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd via dlg, umass.c revision 1.97:
Well, this is bloody obscure...
My Imation USB FlashGO! adapter responds to a Get Max Lun request with a
stall.  With uhci, this does the expected thing.  With ohci, it was returning
a "data underrun" error because we weren't setting "buffer rounding" (i.e.
USBD_SHORT_XFER_OK), and the underrun was taking priority.  This happened with
both the ohci in a Mac cube and the builtin ohci on the S3C2410.
So, set USBD_SHORT_XFER_OK on the Get Max Lun.  Now I get a stall reported and
umass attaches correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 00:18:06

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
sharp zaurus cdce


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 00:18:14

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 01:20:41

Modified files:
	sys/arch/i386/i386: machdep.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/15 02:21:48

Modified files:
	share/man/man4 : options.4 

Log message:
More burden for COMPAT_35.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/15 03:18:49

Modified files:
	mail/imp       : Makefile distinfo 

Log message:
update to imp 3.2.4

ok avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/15 04:02:37

Log message:
    Initial import of phpMyAdmin 2.5.7-pl1
    
    phpMyAdmin  can  manage  a  whole MySQL server (needs a super-user) as
    well  as  a  single  database.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jul-15
    
    N ports/www/phpmyadmin/Makefile
    N ports/www/phpmyadmin/distinfo
    N ports/www/phpmyadmin/pkg/MESSAGE
    N ports/www/phpmyadmin/pkg/PLIST
    N ports/www/phpmyadmin/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/15 04:03:34

Modified files:
	www            : Makefile 

Log message:
add phpmyadmin


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/15 04:06:22

Modified files:
	www/phpmyadmin/pkg: DESCR 

Log message:
zap spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 05:00:12

Modified files:
	sys/compat/common: kern_ipc_35.c 

Log message:
In cvt_ds, copy from the address of the first element past the
struct ipc_perm instead of using sizeof to figure out the offset.
Might make a difference for architectures with strict alignment if
someone changes this from bcopy to memcpy and gcc inlines it.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 05:24:46

Modified files:
	sys/kern       : syscalls.master sysv_ipc.c sysv_msg.c 
	                 sysv_sem.c sysv_shm.c 
	sys/sys        : ipc.h msg.h sem.h shm.h 

Log message:
Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,
etc to avoid confusion and for consistency with the *35 ones.
Remove *n2o functions that don't belong outside of compat.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 05:25:18

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 05:26:00

Modified files:
	sys/compat/common: kern_ipc_23.c 

Log message:
Complete rewrite derived from kern_ipc_35.c


CVSROOT:	/cvs
Module name:	www
Changes by:	wvdputte@cvs.openbsd.org	2004/07/15 05:27:20

Modified files:
	.              : events.html 

Log message:
added SANE2004


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/15 05:29:12

Modified files:
	etc            : rc.conf 

Log message:
new dhcpd doesn't have -q any more, adjust comment accordingly
From: keoki seu <keoki@camelot.physics.wm.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 05:53:32

Modified files:
	sys/dev/ic     : atw.c 

Log message:
In ad hoc mode, don't set the mysterious EA bit in the Network Access
Register.  ADMtek's reference driver does not use it at all, and it
does not seem to make any difference whether we set it or not.  Also
remove some dead code and test instrumentation.  From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:00:32

Modified files:
	sys/dev/ic     : atw.c atwvar.h 

Log message:
Do not treat the lost beacon count specially any more.  It is kind of
a dumb way to track the link condition anyway.  From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/15 06:07:53

Modified files:
	include        : Makefile 

Log message:
do not install netiso header files, millert deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:08:14

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Don't send data packets until the interface is in state RUN.  This
stops ARP and IPv6 Neighbor Discovery packets from trickling out
the interface before it is time.

Remove dead code from atw_clear_sram.

During scans, initialize the BSSID to ff:ff:ff:ff:ff:ff before
sending the first probe request.

From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/15 06:10:46

Modified files:
	sys/conf       : files 
Removed files:
	sys/netiso     : argo_debug.h clnl.h clnp.h clnp_debug.c 
	                 clnp_er.c clnp_frag.c clnp_input.c 
	                 clnp_options.c clnp_output.c clnp_raw.c 
	                 clnp_stat.h clnp_subr.c clnp_timer.c 
	                 cltp_usrreq.c cltp_var.h cons.h cons_pcb.h 
	                 eonvar.h esis.c esis.h idrp_usrreq.c idrp_var.h 
	                 if_cons.c if_eon.c iso.c iso.h iso_chksum.c 
	                 iso_errno.h iso_pcb.c iso_pcb.h iso_proto.c 
	                 iso_snpac.c iso_snpac.h iso_var.h tp.trans 
	                 tp_astring.c tp_clnp.h tp_cons.c tp_driver.c 
	                 tp_emit.c tp_events.h tp_inet.c tp_input.c 
	                 tp_ip.h tp_iso.c tp_meas.c tp_meas.h 
	                 tp_output.c tp_param.h tp_pcb.c tp_pcb.h 
	                 tp_seq.h tp_stat.h tp_states.h tp_states.init 
	                 tp_subr.c tp_subr2.c tp_timer.c tp_timer.h 
	                 tp_tpdu.h tp_trace.c tp_trace.h tp_user.h 
	                 tp_usrreq.c tp_var.h 

Log message:
bye bye netiso, you won't be missed
ok millert deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/15 06:11:36

Modified files:
	sys/conf       : GENERIC 

Log message:
remove commented-out netiso stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:15:09

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Delete some dead code and a less-than-helpful comment.

Don't call back into the bus-specific code for resets any longer.
It does not seem to be necessary.

When super-verbose debugging is enabled, convert Rx descriptors'
endianness before printing them.

Clamp the length of a received packet, just in case the chip lies.

From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:18:57

Modified files:
	sys/dev/ic     : atw.c 

Log message:
In the transmit interrupt handler, do not unnecessarily synchronize
all the descriptors for a buffer chain.  Just synchronize the last
one, which has the interesting stuff.

We still synchronize all the descriptors for the buffer chain if
super-verbose debugging is enabled, since the driver will print
all the descriptors for the chain.

Delay for tens of milliseconds lot after writing the Network Access
Register.  This is what the reference driver does, we can probably
lower the delays later.

From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:22:03

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Re-synchronize TSFT after an IBSS merge.

Set up the Tx descriptor ring more safely.  Fix an endianness bug.
"It's a wonder this ever worked."  (Actually, it's not.)

hange the order in which I write the BSSID registers on the ADM8211,
to match the reference driver.  This probably does not make any
functional difference.

Only write the SSID buffer to the ADM8211 SRAM up to the end of
the SSID, not up to the end of the buffer.  Given the (too
conservative?) delays involved, this should save some time when we
join a new network.

From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:29:40

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Simplify IBSS merge code.
In atw_start_beacon, set CAP0 as well as BCNT and CAP1.
From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 06:55:09

Modified files:
	sys/dev/ic     : atw.c atwreg.h 

Log message:
Countdown correctly to the Target Beacon Transmission Time.
Borrowing an idea from the reference driver, use no 64-bit arithmetic.
From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 07:00:49

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Simplify the Rx filter setup.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2004/07/15 07:46:24

Modified files:
	share/man/man9 : fork1.9 

Log message:
Remove references to non-existent manuals. From form@.

millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2004/07/15 07:48:26

Modified files:
	share/man/man4 : options.4 

Log message:
we have no 'option PPP_FILTER'.

millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpech@cvs.openbsd.org	2004/07/15 07:55:11

Modified files:
	usr.bin/pkill  : pkill.c 

Log message:
Skip SYSTEM and ourown proccess on every loop.

millert@, otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 08:35:34

Modified files:
	sys/kern       : syscalls.master 

Log message:
3 functions had inexact types; millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 08:36:08

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/15 09:07:52

Modified files:
	usr.bin/nc     : nc.1 netcat.c 

Log message:
add -D for sodebug; ok deraadt, jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 09:11:02

Modified files:
	sys/dev/ic     : atw.c 

Log message:
missing bits from last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/15 09:27:22

Modified files:
	sys/netinet    : tcp_debug.c tcp_usrreq.c tcp_var.h 

Log message:
tcp_trace() expects short, not int; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 09:28:59

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Take the paranoia out of the code for writing baseband registers.
Totally revamp the way that the synthesizer and baseband are programmed.
From NetBSD (dyoung).  Also remove trailing whitespace from lines (me).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 09:39:41

Modified files:
	sys/dev/ic     : atw.c atwvar.h 
	sys/dev/cardbus: if_atw_cardbus.c 

Log message:
kill sc_intr_ack


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 09:50:52

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Totally revamp device resets using clue from the reference driver.
From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:09:20

Modified files:
	sys/dev/ic     : atwreg.h 

Log message:
Refine some register definitions.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:11:52

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Totally revamp/re-organize device initialization using clue from the
reference driver.  From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:13:10

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Insist that callers use atw_write_sram to copy even-length buffers
to even offsets in the ADM8211 SRAM.  From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:14:15

Modified files:
	sys/dev/ic     : atwvar.h 

Log message:
Simplify receive descriptor setup; from NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/07/15 10:18:23

Modified files:
	.              : porting.html 

Log message:
FreeBSD uses the $FreeBSD$ tag, not the $Id$ one anymore;
ok naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:21:13

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Remove an errant ATW_CLR() that was the result of a merge error.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/15 10:23:02

Modified files:
	graphics/p5-Image-Imlib2: Makefile distinfo 

Log message:
update to 1.03;
>From maintainer Michael Knudsen <e at molioner.dk>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:38:57

Modified files:
	sbin/wicontrol : wicontrol.c 

Log message:
Make wi_getval() return int and check the rval when printing the AP list.
Avoids bogus data leading to a core dump on cards that don't support it.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 10:56:18

Modified files:
	sbin/wicontrol : wicontrol.c 

Log message:
Keep trying if we get EINPROGRESS from SIOCGWAVELAN, up to 10 times.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 11:15:33

Modified files:
	usr.bin/pkill  : pkill.c 

Log message:
Don't print a warning if kill(2) returns ESRCH since the process may have
died on its own in the time between when the process list was consulted
and when we do the actual kill.  This fixes an annoyance for privsep
processes (and others) where when you kill one the others die by themselves.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/15 11:23:44

Modified files:
	usr.bin/passwd : pwd_gensalt.c 

Log message:
Minor simplification.  Pass values in to login_getcapstr for "default" and
"error".  No longer need check for NULL and set a default value manually.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 11:38:48

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 11:46:44

Modified files:
	sys/arch/amd64/include: segments.h 

Log message:
put int into a type


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/15 11:59:38

Modified files:
	sys/dev/cardbus: cardbus.c 

Log message:
- Unmap space used to read tuple
- No need to zero clear temporary storage twice

From NetBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/15 12:04:16

Modified files:
	share/man/man4 : cardbus.4 
	sys/dev/cardbus: cardslot.c 

Log message:
- The card_attach_now flag hasn't been necessary or useful for some time.
Garbage collect the code and corresponding documentation.
- some minor grammar/spelling fixes.

From NetBSD, the documentation change changed slightly
after a suggestion from jmc@

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/15 13:32:46

Modified files:
	mail/exim      : Makefile 

Log message:
allow the pgsql flavour to install with the postgresql-clients subpackage


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 14:04:37

Modified files:
	lib/libc/sys   : mquery.c 

Log message:
add minimal __syscall() proto for lint


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/15 14:07:42

Modified files:
	sys/compat/hpux/hppa: syscalls.master 

Log message:
+setdomain,getdirentries


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/15 14:08:31

Modified files:
	sys/compat/hpux/hppa: hpux_syscall.h hpux_syscallargs.h 
	                      hpux_syscalls.c hpux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2004/07/15 14:46:00

Modified files:
	usr.sbin/syslogc: syslogc.c 

Log message:
add -o to usage()  ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tom@cvs.openbsd.org	2004/07/15 15:44:16

Modified files:
	sys/arch/i386/stand/installboot: installboot.c 
	sys/arch/amd64/stand/installboot: installboot.c 

Log message:
"mib[4] is too much and mib[3] would be enough" (left over from when
another sysctl() - which did require mib[4] - was removed).

From Andrey Matveev - andrushock (at) vniigim (dot) ru - via mickey@.

ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/07/15 16:08:00

Modified files:
	infrastructure/templates: Makefile.template 

Log message:
FETCH_DEPENDS is long gone


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/15 16:37:41

Modified files:
	sbin/ancontrol : ancontrol.c 

Log message:
fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu>


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/07/15 17:15:44

Modified files:
	distrib/sets/lists/xbase: md.hppa 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/15 17:25:07

Removed files:
	share/man/man4 : clnp.4 cltp.4 esis.4 iso.4 tp.4 

Log message:
remove after iso removal;
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/15 17:40:39

Modified files:
	sbin/ifconfig  : ifconfig.8 
	sbin/route     : route.8 
	lib/libc/net   : link_addr.3 
	share/man/man4 : options.4 

Log message:
remove references to removed pages: clnp(4), esis(4), and iso(4);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/15 17:43:02

Modified files:
	share/man/man7 : hier.7 

Log message:
no more netiso;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 17:58:28

Modified files:
	share/man/man4 : Makefile 

Log message:
jmc and henning, watch carefully:  this is how you actually remove man pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/15 18:06:27

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/15 18:11:10

Modified files:
	sbin/mount_nfs : mount_nfs.c 

Log message:
remove netiso traces, millert deraadt ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/15 18:18:29

Modified files:
	share/man/man4 : options.4 

Log message:
bit more iso removal;
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/15 20:47:30

Modified files:
	net/roxirc     : distinfo 
	net/roxirc/patches: patch-roxirc 

Log message:
update checksum, pointed by espie@. Many usuability improvments:
o right clicking a nick in a channel window now pops up a user menu.
o added colors @nicklist +nicklist for ops and voiced in the nicklist.


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/15 23:51:19

Modified files:
	regress/lib/libutil/fmt_scaled: fmt_test.c 

Log message:
errno -> err in a structure.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/16 00:02:47

Modified files:
	sys/arch/i386/i386: machdep.c 

Log message:
merge old_identifycpu with identifycpu and remove old_identifycpu
help from Theo, Ted, and Tom
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 00:08:05

Modified files:
	sys/dev/pci    : if_xl_pci.c pcidevs 
	share/man/man4 : xl.4 

Log message:
new xl variant (Asus P4R800-VM motherboards)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 00:08:11

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2004/07/16 01:31:05

Modified files:
	usr.bin/rpcgen : rpc_cout.c 

Log message:
Avoid generating an unused variable. From NetBSD. ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 03:12:59

Modified files:
	databases/p5-DBI: Makefile distinfo 

Log message:
update to 1.43. maintainer ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 03:14:16

Modified files:
	databases/p5-DBD-mysql: Makefile distinfo 

Log message:
update to 2.9004. Maintainer ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/16 03:26:07

Modified files:
	sys/netinet    : tcp_input.c 

Log message:
undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED:
2mss on the server side, and 1mss on the client.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 04:04:40

Log message:
    Initial import of pear-HTML-Common-1.2.1
    
    The PEAR::HTML_Common package provides methods for html code display
    and attributes handling.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jul-16
    
    N ports/devel/pear-HTML-Common/Makefile
    N ports/devel/pear-HTML-Common/distinfo
    N ports/devel/pear-HTML-Common/pkg/DESCR
    N ports/devel/pear-HTML-Common/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 04:05:55

Log message:
    Initial import of pear-HTML-Select-1.2.1
    
    HTML_Select provides an OOP way of generating HTML form select elements.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jul-16
    
    N ports/devel/pear-HTML-Select/Makefile
    N ports/devel/pear-HTML-Select/distinfo
    N ports/devel/pear-HTML-Select/pkg/DESCR
    N ports/devel/pear-HTML-Select/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 04:07:14

Modified files:
	devel          : Makefile 

Log message:
add pear-HTML-Common and pear-HTML-Select


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 07:13:52

Removed files:
	devel/pear-HTML-Common: Makefile distinfo 
	devel/pear-HTML-Common/pkg: DESCR PLIST 

Log message:
My bad, this port already exists. Pointed out by avsm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 07:14:24

Modified files:
	devel          : Makefile 

Log message:
remove p5-HTML-Common


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/16 08:47:31

Modified files:
	bin/ksh        : history.c 

Log message:
Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339.
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/16 09:01:09

Modified files:
	sys/net        : if_ethersubr.c if_fddisubr.c if_loop.c 
	                 if_spppsubr.c if_tokensubr.c if_tun.c 

Log message:
remove netiso shitz, millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/16 09:01:51

Modified files:
	sys/nfs        : nfs_srvcache.c nfs_subs.c nfs_syscalls.c 

Log message:
kill netiso stuff here as well, millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	alex@cvs.openbsd.org	2004/07/16 09:11:45

Modified files:
	sys/dev/pci    : if_san_common.c if_san_common.h if_san_obsd.c 
	                 if_san_te1.c if_san_xilinx.c if_san_xilinx.h 
	                 if_sandrv.c if_sandrv.h 

Log message:
Aft source update.
mcbride ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/16 10:03:36

Modified files:
	lib/libc/stdlib: strtonum.c 

Log message:
Avoid comparing unsigned and signed long longs since the signed
one will get implicitly cast to unsigned.  Fixes a bug with negative
minval noticed by mjc@.  Similar to a diff from miod@.  OK miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 12:14:23

Modified files:
	sys/arch/i386/i386: est.c 

Log message:
dothan est support, from some netbsd guy, tedu ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/16 12:36:05

Modified files:
	lib/libc/stdlib: strtonum.c 

Log message:
Do not forget to test the lower bound if the upper bound > LLONG_MAX.
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/16 13:54:20

Modified files:
	sys/dev/usb    : if_wi_usb.c usbdevs 

Log message:
recognize the dwl-122 usb wireless card. from fgsch
ok'd by him and markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/07/16 13:56:08

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/07/16 13:56:58

Modified files:
	distrib/sets/lists/xbase: md.vax 
	distrib/sets/lists/xetc: md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/16 14:23:42

Modified files:
	usr.sbin/bgpctl: bgpctl.8 

Log message:
- fix macros
- bgp -> BGP
- change description in FILES
- sync to reality

ok henning, jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/16 15:01:36

Log message:
    wxWidgets 2.4.2, C++ cross-platform GUI toolkit
    
    www: http://www.wxwidgets.org/
    
    from Andrew Dalgleish   < openbsd at ajd dot net dot au >
    many thanks for much persistence!
    
    Status:
    
    Vendor Tag:	todd
    Release Tags:	todd-Jul-16
    
    N ports/x11/wxWidgets/Makefile
    N ports/x11/wxWidgets/Makefile.inc
    N ports/x11/wxWidgets/distinfo
    N ports/x11/wxWidgets/patches/patch-Makefile_in
    N ports/x11/wxWidgets/patches/patch-configure
    N ports/x11/wxWidgets/patches/patch-contrib_include_wx_stc_stc_h
    N ports/x11/wxWidgets/patches/patch-contrib_src_ogl_drawn_cpp
    N ports/x11/wxWidgets/patches/patch-contrib_src_ogl_oglmisc_cpp
    N ports/x11/wxWidgets/patches/patch-contrib_src_stc_PlatWX_cpp
    N ports/x11/wxWidgets/patches/patch-contrib_src_stc_scintilla_src_AutoComplete_cxx
    N ports/x11/wxWidgets/patches/patch-contrib_src_stc_scintilla_src_PropSet_cxx
    N ports/x11/wxWidgets/patches/patch-contrib_src_stc_stc_cpp
    N ports/x11/wxWidgets/patches/patch-demos_poem_wxpoem_cpp
    N ports/x11/wxWidgets/patches/patch-include_wx_time_h
    N ports/x11/wxWidgets/patches/patch-src_common_appcmn_cpp
    N ports/x11/wxWidgets/patches/patch-samples_console_console_cpp
    N ports/x11/wxWidgets/patches/patch-samples_newgrid_griddemo_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_cmndata_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_db_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_dbtable_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_dynlib_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_filefn_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_filename_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_log_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_odbc_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_resourc2_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_resource_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_string_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_utilscmn_cpp
    N ports/x11/wxWidgets/patches/patch-src_common_xpmdecod_cpp
    N ports/x11/wxWidgets/patches/patch-src_generic_gridg_cpp
    N ports/x11/wxWidgets/patches/patch-src_gtk_menu_cpp
    N ports/x11/wxWidgets/patches/patch-src_html_helpfrm_cpp
    N ports/x11/wxWidgets/patches/patch-src_iodbc_connect_c
    N ports/x11/wxWidgets/patches/patch-src_iodbc_herr_c
    N ports/x11/wxWidgets/patches/patch-src_iodbc_info_c
    N ports/x11/wxWidgets/patches/patch-src_iodbc_misc_c
    N ports/x11/wxWidgets/patches/patch-src_motif_utils_cpp
    N ports/x11/wxWidgets/patches/patch-src_motif_xmcombo_xmcombo_c
    N ports/x11/wxWidgets/patches/patch-src_unix_gsocket_c
    N ports/x11/wxWidgets/patches/patch-src_unix_utilsunx_cpp
    N ports/x11/wxWidgets/patches/patch-samples_configure
    N ports/x11/wxWidgets/patches/patch-demos_configure
    N ports/x11/wxWidgets/base/Makefile
    N ports/x11/wxWidgets/base/pkg/DESCR
    N ports/x11/wxWidgets/base/pkg/MESSAGE
    N ports/x11/wxWidgets/base/pkg/PFRAG.shared
    N ports/x11/wxWidgets/base/pkg/PLIST
    N ports/x11/wxWidgets/base/pkg/PFRAG.no-shared
    N ports/x11/wxWidgets/gtk/Makefile
    N ports/x11/wxWidgets/gtk/pkg/DESCR
    N ports/x11/wxWidgets/gtk/pkg/MESSAGE
    N ports/x11/wxWidgets/gtk/pkg/PFRAG.shared
    N ports/x11/wxWidgets/gtk/pkg/PLIST
    N ports/x11/wxWidgets/gtk/pkg/PFRAG.no-shared
    N ports/x11/wxWidgets/gtk2/Makefile
    N ports/x11/wxWidgets/gtk2/pkg/DESCR
    N ports/x11/wxWidgets/gtk2/pkg/MESSAGE
    N ports/x11/wxWidgets/gtk2/pkg/PFRAG.shared
    N ports/x11/wxWidgets/gtk2/pkg/PLIST
    N ports/x11/wxWidgets/gtk2/pkg/PFRAG.no-shared
    N ports/x11/wxWidgets/headers/Makefile
    N ports/x11/wxWidgets/headers/files/wx-config
    N ports/x11/wxWidgets/headers/pkg/DESCR
    N ports/x11/wxWidgets/headers/pkg/MESSAGE
    N ports/x11/wxWidgets/headers/pkg/PLIST
    N ports/x11/wxWidgets/lesstif/Makefile
    N ports/x11/wxWidgets/lesstif/pkg/DESCR
    N ports/x11/wxWidgets/lesstif/pkg/MESSAGE
    N ports/x11/wxWidgets/lesstif/pkg/PFRAG.shared
    N ports/x11/wxWidgets/lesstif/pkg/PLIST
    N ports/x11/wxWidgets/lesstif/pkg/PFRAG.no-shared
    N ports/x11/wxWidgets/motif/Makefile
    N ports/x11/wxWidgets/motif/pkg/DESCR
    N ports/x11/wxWidgets/motif/pkg/MESSAGE
    N ports/x11/wxWidgets/motif/pkg/PFRAG.shared
    N ports/x11/wxWidgets/motif/pkg/PLIST
    N ports/x11/wxWidgets/motif/pkg/PFRAG.no-shared
    N ports/x11/wxWidgets/x11univ/Makefile
    N ports/x11/wxWidgets/x11univ/pkg/DESCR
    N ports/x11/wxWidgets/x11univ/pkg/MESSAGE
    N ports/x11/wxWidgets/x11univ/pkg/PFRAG.shared
    N ports/x11/wxWidgets/x11univ/pkg/PLIST
    N ports/x11/wxWidgets/x11univ/pkg/PFRAG.no-shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/16 15:06:02

Modified files:
	x11            : Makefile 

Log message:
+wxWidgets


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/16 15:54:53

Modified files:
	share/man/man4 : gif.4 

Log message:
.Xr bridge 4 in SEE ALSO; from Alexey E. Suslikov;
add hostname.if 5 and netstart 8 while i'm at it;


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/07/16 17:44:25

Modified files:
	sbin/pfctl     : Makefile pfctl.8 pfctl.c pfctl_parser.c 
	                 pfctl_parser.h 
Added files:
	sbin/pfctl     : pfctl_optimize.c 

Log message:
'pfctl -o' ruleset optimizer that doesnt change the meaning of the final ruleset
- remove identical and subsetted rules
- when advantageous merge rules w/ similar addresses into a table and one rule
- re-order rules to improve skip step performance (can do better w/ kernel mods)
- 'pfctl -oo' will load the currently running ruleset and use it as a profile
to direct the optimization of quicked rules
ok henning@ mcbride@.  man page help from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	frantzen@cvs.openbsd.org	2004/07/16 18:17:27

Modified files:
	sys/net        : pf_norm.c 

Log message:
Repair breakage from the hackathon's time conversion.  Using the timestamp
as an extension to the sequence number got disabled because of the failing idle
limit on PAWS checks.  One more thing off my todo list.  I need an intern


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/16 18:36:34

Modified files:
	www/php4       : Tag: OPENBSD_3_5 Makefile.inc 
	www/php4/core  : Tag: OPENBSD_3_5 distinfo 
	www/php4/core/pkg: Tag: OPENBSD_3_5 PLIST-pear 
	www/php4/extensions: Tag: OPENBSD_3_5 Makefile distinfo 
	www/php4/extensions/patches: Tag: OPENBSD_3_5 
	                             patch-ext_imap_config_m4 
	www/php4/patches: Tag: OPENBSD_3_5 patch-configure_in 
	                  patch-php_ini-dist patch-php_ini-recommended 
Added files:
	www/php4/patches: Tag: OPENBSD_3_5 patch-ext_standard_exec_c 
Removed files:
	www/php4/core/patches: Tag: OPENBSD_3_5 
	                       patch-pear_PEAR_Downloader_php 
	                       patch-pear_PEAR_Installer_php 
	www/php4/extensions/patches: Tag: OPENBSD_3_5 
	                             patch-ext_xslt_config_m4 
	www/php4/extensions/pkg: Tag: OPENBSD_3_5 DESCR-pspell 
	                         PLIST-pspell 

Log message:
Update to 4.3.8:
SECURITY: PHP memory_limit remote vulnerability
http://security.e-matters.de/advisories/112004.html
It contains a lot of other fixes too, check the
changelog at http://www.php.net/ChangeLog-4.php#4.3.8 .

Tested by many; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/16 18:52:34

Modified files:
	www/php4       : Tag: OPENBSD_3_5 Makefile.inc 
	www/php4/core/pkg: Tag: OPENBSD_3_5 PLIST-pear 
	www/php4/extensions: Tag: OPENBSD_3_5 Makefile 
	www/php4/extensions/patches: Tag: OPENBSD_3_5 
	                             patch-ext_imap_config_m4 
	www/php4/patches: Tag: OPENBSD_3_5 patch-configure_in 
	                  patch-ext_standard_exec_c patch-php_ini-dist 
	                  patch-php_ini-recommended 

Log message:
Ok second try commiting the php fix. I love cvs.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 19:11:08

Removed files:
	devel/pear-HTML-Select: Makefile distinfo 
	devel/pear-HTML-Select/pkg: DESCR PLIST 

Log message:
move category devel -> www


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 19:11:46

Modified files:
	devel          : Makefile 

Log message:
move pear-HTML-Select to www


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 19:13:58

Log message:
    Initial import of pear-HTML-Select 1.2.1
    
    HTML_Select provides an OOP way of generating HTML form select elements.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jul-17
    
    N ports/www/pear-HTML-Select/Makefile
    N ports/www/pear-HTML-Select/distinfo
    N ports/www/pear-HTML-Select/pkg/DESCR
    N ports/www/pear-HTML-Select/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/16 19:14:46

Modified files:
	www            : Makefile 

Log message:
add pear-HTML-Select


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/16 19:33:53

Modified files:
	www/php4/patches: Tag: OPENBSD_3_5 patch-ext_standard_exec_c 

Log message:
Fix this patch, after the problems with the first commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/16 20:13:53

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't add '/'s to timezone path when null input entered
as sub-timezone.

Pointed out by cloder@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 20:14:33

Modified files:
	sbin/dumplfs   : dumplfs.c misc.c 
	sbin/fsck_msdos: boot.c check.c dir.c fat.c main.c 
	sbin/newlfs    : lfs.c misc.c newfs.c 
	sbin/raidctl   : raidctl.c rf_configure.c 
	sbin/restore   : dirs.c interactive.c main.c restore.c symtab.c 
	                 tape.c utilities.c 

Log message:
some ansi; khalek@linuxgamers.net


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/16 20:57:54

Modified files:
	sys/dev        : Tag: OPENBSD_3_5 rnd.c 

Log message:
MFC:
Fix by millert@

Allocate buffers in randomread and randomwrite via malloc instead
of from the stack.  Keeps us from running out of kernel stack during
stack-heavy networking load.  The bug manifests as a panic during
bootup with an fpu-related assertion failure on i386.
Fix from Christopher Pascoe; commit requested by deraadt@

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/16 21:02:25

Modified files:
	sys/dev        : Tag: OPENBSD_3_4 rnd.c 

Log message:
MFC:
Fix by millert@

Allocate buffers in randomread and randomwrite via malloc instead
of from the stack.  Keeps us from running out of kernel stack during
stack-heavy networking load.  The bug manifests as a panic during
bootup with an fpu-related assertion failure on i386.
Fix from Christopher Pascoe; commit requested by deraadt@

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/16 21:22:35

Modified files:
	sys/net        : Tag: OPENBSD_3_5 pf.c 

Log message:
MFC:
Fix by dhartmei@

change pf_route() loop detection: introduce a counter (number of times
a packet is routed already) in the mbuf tag, allow at most four times.
Fixes some legitimate cases broken by the previous change.

ok deraadt@ dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/16 21:26:07

Modified files:
	distrib/miniroot: install.sub 

Log message:
Add 'stty <tty> <speed>' line to boot.conf if serial console is
made the default console. Ensures specified speed is actually used.

Pointed out by Derick Siddoway and Bob Humphrey.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/16 21:32:12

Modified files:
	sys/net        : Tag: OPENBSD_3_4 pf.c 

Log message:
MFC:
Fix by dhartmei@

change pf_route() loop detection: introduce a counter (number of times
a packet is routed already) in the mbuf tag, allow at most four times.
Fixes some legitimate cases broken by the previous change.

ok deraadt@ dhartmei@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 21:37:34

Modified files:
	.              : art1.html art2.html art3.html 
Added files:
	.              : art4.html 

Log message:
new art page containing reference images of puffy


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 21:40:37

Modified files:
	.              : art4.html 

Log message:
sort by size


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/07/16 21:40:48

Modified files:
	.              : plus27.html 
Removed files:
	.              : art.html 

Log message:
the other page goes away


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/16 21:46:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
Delete unused local vars.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/07/16 23:31:42

Modified files:
	usr.bin/ssh    : monitor.c monitor_wrap.c session.c session.h 
	                 sshd.c sshlogin.c 

Log message:
Move "Last logged in at.." message generation to the monitor, right
before recording the new login.  Fixes missing lastlog message when
/var/log/lastlog is not world-readable and incorrect datestamp when
multiple sessions are used (bz #463);  much assistance & ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/17 00:04:01

Modified files:
	sys/dev/usb    : umass.c umass_quirks.c umassvar.h 

Log message:
from netbsd, umass.c 1.98, umassvar.h 1.20
log message:
Remove UMASS_QUIRK_NO_START_STOP and UMASS_QUIRK_NO_MAX_LUN.

We don't have UMASS_QUIRK_NO_START_STOP so I didn't have to remove it. I
consider umass_quirks.c to be too different so I hand removed references to
the removed defines. There are some useless entries in there now which will
be cleaned up after umass is merged with netbsd.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/07/17 00:55:03

Modified files:
	usr.sbin/amd/amd: afs_ops.c 

Log message:
Do not use after free; from Tor Egge via freebsd.
ok matthieu@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 01:02:29

Modified files:
	lib/libc/sys   : makelintstub.sh 

Log message:
remove K&R stub support


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/17 05:19:50

Modified files:
	mail/exim      : Makefile 

Log message:
back out my misunderstanding.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/17 05:53:37

Modified files:
	print/ghostscript/gnu-fonts/pkg: MESSAGE 

Log message:
typo; from Kurt Miller;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/17 07:24:58

Modified files:
	sys/netinet    : in_proto.c 

Log message:
netiso traces hide everywhere... millert ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/17 13:47:46

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
Minor cleanups (remove duplicated extern lines, use
current_function_{stdarg,varargs} instead of homegrown implementation, etc.

No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/07/17 14:38:43

Modified files:
	lib/libc/gen   : errno.c 

Log message:
add PD statement.   Requested by espie@, OK millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/17 14:54:24

Modified files:
	usr.sbin/popa3d: popa3d.8 standalone.c startup.c 

Log message:
the IPv4/IPv6 standalone mode patch has some issues so back it out for now.

requested by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/17 14:59:57

Modified files:
	lang/ezm3      : Makefile distinfo 
Added files:
	lang/ezm3/patches: patch-libs_m3core_src_unix_openbsd-2_Ustat_i3 
	                   patch-libs_m3core_src_unix_openbsd-2_Utypes_i3 

Log message:
Sync with mode_t, nlink_t, and struct stat changes.
Assembly language bootstrap regenerated.

XXX  The system bindings still assume sizeof(int) == sizeof(long).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/17 15:27:31

Modified files:
	sys/arch/sparc64/dev: sab.c 

Log message:
Wait for output to be drained when sabtty is the console output port;
produces nicer (correct) kernel output upon bootup.
Reported in NetBSD PR #26226; tested by dlg@ and I.


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/07/17 15:50:02

Modified files:
	etc            : ntpd.conf 

Log message:
Adresses->Addresses


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/17 18:30:26

Modified files:
	mail/postfix/snapshot/pkg: INSTALL 
	mail/postfix/stable/pkg: INSTALL 

Log message:
remove messages about user/group change.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/17 18:46:14

Modified files:
	distrib/miniroot: install.sub 

Log message:
For set installation via URL or NFS, assume the network has been configured
to the user's satisfaction.

ok tdeval@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 19:12:32

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 19:14:04

Modified files:
	distrib/cats/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 20:18:26

Modified files:
	sys/arch/alpha/pci: irongate.c pci_up1000.c tsc.c 

Log message:
shrink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 20:29:11

Modified files:
	sys/arch/alpha/alpha: api_up1000.c autoconf.c 

Log message:
minor space savings


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/17 21:26:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make bsd.rd a default set.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:36:35

Modified files:
	sys/dev/ic     : isp.c 

Log message:
#ifdef SMALL_KERNEL -> #define ISP_STRIPPED


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:52:43

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
shrink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:52:54

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:55:22

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
more shrink


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:55:29

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:56:41

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
shrinky shrinky


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 21:56: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	2004/07/17 22:26:18

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/17 22:26:24

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/17 23:59:02

Modified files:
	audio/cdparanoia: Makefile 

Log message:
NO_SHARED_LIBS will soon always be defined


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/18 00:46:29

Modified files:
	graphics/ImageMagick/pkg: PLIST 
Added files:
	graphics/ImageMagick/pkg: PFRAG.no-no_x11 

Log message:
better


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/18 01:16:53

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
don't allow a build-time path specified by -L option
to leak out into ``Magick-config --ldflags`` nor the
libtool (*.la) wrappers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/18 05:38:23

Modified files:
	databases/mysql/patches: patch-configure_in 
	                         patch-innobase_include_univ_i 
Added files:
	databases/mysql/patches: patch-include_my_global_h 

Log message:
OpenBSD now is a HAVE_ERRNO_AS_DEFINE platform.
(regen other patches).

Quick fix, since this breaks qt3 build, and thus a lot of ports.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/18 06:00:22

Modified files:
	usr.sbin/pkg_add: pkg_delete 

Log message:
when deleting @link, don't bother checking for md5, since we don't have any.
The check will have been done for the `parent' file anyways.

noticed by krw@, seems all heavy-duty porters use -q, so we didn't notice
it...


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/07/18 06:05:07

Modified files:
	sys/kern       : vfs_syscalls.c 
	lib/libc/sys   : truncate.2 

Log message:
return EINVAL if ftruncate(2) is passed a negative offset
ok millert@, miod@, marius@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/18 06:59:41

Modified files:
	usr.sbin/ntpd  : client.c ntp.c ntpd.h 

Log message:
query interval scaling, episode II
1) base the interval calculation on the offset from the last reply, not
from the last peer update.
Allows us to send more queries again faster when the local clock
diverges too much
2) every time we form a peer update (for which we need 8 replies)
check wether we have a ready peer update for all peers that are
currently trusted, and if so, calculate the total offset and call
adjtime().
that means that adjtime is no longer called in fixed intervals
but whenever we have enough data to reliably calculate the local
clock offset.
In practice, that means we call adjtime() less often, but with
probably better data.
3) invalidate peer updates after beeing used. no point in re-using them
- this resulted in calling adjtime() multiple times with the same
offset, which doesn't make sense
tested by many


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/18 07:26:53

Modified files:
	usr.sbin/ntpd  : client.c server.c 

Log message:
there are a few recvfrom(2) errors we do not want to panic on


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/18 08:13:07

Modified files:
	xc/programs/xterm: button.c 

Log message:
Fix for an xterm crash that happened when selecting text. Reported and
fix tested by henning@ and david@.b


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/18 09:44:36

Modified files:
	sys/netccitt   : if_x25subr.c 

Log message:
kill some more netiso traces - this was in my tree for a bit but I forgot...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/18 10:57:56

Modified files:
	mail/pine      : Makefile distinfo 
	mail/pine/patches: patch-doc_tech-notes_txt patch-pine_pine_hlp 

Log message:
update to pine v4.61


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/18 11:50:15

Log message:
    Initial import of phpicalendar-1.1
    
    PHP iCalendar is a php-based iCal file parser. Its based on v2.0 of the
    IETF spec. It displays iCal files in a nice logical, clean manner with
    day, week, month, and year navigation, printer view, RSS-enabled, and
    searchable. It supports 12 languages, is fully theme-able, and has
    complete timezone support.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jul-18
    
    N ports/www/phpicalendar/Makefile
    N ports/www/phpicalendar/distinfo
    N ports/www/phpicalendar/pkg/DESCR
    N ports/www/phpicalendar/pkg/PLIST
    N ports/www/phpicalendar/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/18 11:51:26

Modified files:
	www            : Makefile 

Log message:
+ phpicalendar


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/07/18 13:07:39

Modified files:
	lib/libc/net   : getrrsetbyname.c 

Log message:
fix memory leak; ok millert@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/18 13:45:51

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h 

Log message:
Typos


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/18 14:21:03

Modified files:
	graphics/jhead : Makefile distinfo 
	graphics/jhead/patches: patch-jhead_c 

Log message:
update to jhead-2.2;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/18 16:19:03

Modified files:
	mail/imap-uw   : Makefile distinfo 
Added files:
	mail/imap-uw/patches: patch-imapd.8 patch-ipopd.8 
Removed files:
	mail/imap-uw/patches: patch-imapd.8c patch-ipopd.8c 

Log message:
update to imap-2004a; bugfix release


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/18 16:30:20

Modified files:
	mail/c-client  : Makefile distinfo 
	mail/c-client/patches: patch-Makefile patch-src_c-client_mail_c 
	                       patch-src_osdep_unix_Makefile 
	                       patch-src_osdep_unix_env_unix_c 
	                       patch-src_osdep_unix_kerb_mit_c 
	mail/c-client/pkg: PLIST 

Log message:
update to c-client from pine 4.61. based on patch from Eduardo Alvarenga.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/18 16:44:37

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Lock infrastructure for the ports tree.

If LOCK_CMD, UNLOCK_CMD and LOCK_DIR are defined, those are used to
perform `big-lock' style locking on top-level targets, such as
extract, patch, build.

The internals of the ports tree do not use any finer grained locking.
Those top-level targets now redirect to _internal-targets, without
any behavioral change.

Any dependency computation will recurse to another directory, and
invoke a top-level target, thus triggering the locking of the dependency.

All locking is done using FULLPKGNAME, except for fetch with uses
the DISTFILES names for independent files.

If no locking is desired, the top-level targets simply redirect to
the _internal-targets. The cost is close to zero: make just needs to
handle an extra ~20 phony targets.

Much testing and approval by brad@, naddy@, pval@, fries@ and other
people. Thanks to niklas@ for some useful discussion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/18 16:45:15

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
REORDER_DEPENDENCY missing a silent @.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/18 16:47:44

Modified files:
	infrastructure/install: make-plist 

Log message:
teach make-plist about @dir: converts @dirrm to @dir in the correct location.
Also warns about @extra/@extraunexec not getting copied over (we should
copy them at the end of the correct PLIST).


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/18 20:10:47

Modified files:
	usr.bin/make   : job.c 

Log message:
fix signal race in job.c: the signal handler only sets a flag, and
the main loop polls for that signal periodically.

Fixes make -j kernel.

okay art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/18 23:09:51

Modified files:
	www/kronolith  : Makefile distinfo 
	www/kronolith/pkg: PLIST 

Log message:
upgrade to 1.1.2. ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/18 23:28:48

Modified files:
	security/cyrus-sasl2: Makefile distinfo 
	security/cyrus-sasl2/pkg: PFRAG.shared PFRAG.sql.shared 

Log message:
update to cyrus-sals2 2.1.19.

Submitted by:	Ben Hooper <ben@networkinsanity.com>


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2004/07/19 00:51:49

Modified files:
	portsplus      : index.html 
Added files:
	portsplus      : 200406.html 

Log message:
does anyone still find these useful?


CVSROOT:	/cvs
Module name:	src
Changes by:	mjc@cvs.openbsd.org	2004/07/19 03:16:55

Modified files:
	usr.bin/nm     : nm.1 

Log message:
mention weak symbols
improvements and ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/19 03:22:17

Modified files:
	usr.bin/id     : id.c 

Log message:
use strtonum with proper bounds instead of abusing strtoul; ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/19 04:58:17

Modified files:
	devel/sdlmm    : Makefile 
Added files:
	devel/sdlmm/pkg: DESCR-docs PLIST-docs 

Log message:
install documentation under "docs" subpackage; based on Julian Leyh <oenone@oenone.de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/19 05:06:33

Modified files:
	devel/atlas    : Makefile 

Log message:
remove bogus depends; pointed out by wilfried


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/19 05:42:42

Modified files:
	usr.bin/make/PSD.doc: tutorial.ms 

Log message:
Start working at providing a tutorial for our make, not PMake, which
would thoroughly confuse newbies.

okay and suggestions jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/19 06:14:08

Modified files:
	usr.bin/mg     : main.c 

Log message:
correct error checking for strtonum, from mjc@bitz.ca


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/07/19 07:50:49

Removed files:
	databases/mysqlgui: Makefile distinfo 
	databases/mysqlgui/patches: patch-FL_editor_h patch-Fl_Help_cc 
	                            patch-Fl_NSlider_cc patch-Makefile 
	                            patch-about_cc patch-admin_cc 
	                            patch-db_tree_cc patch-do_sql_cc 
	                            patch-dodatni_cc patch-get_table_cc 
	                            patch-getvars_cc patch-gif_cc 
	                            patch-main_cc patch-password_cc 
	                            patch-queries_cc patch-tables_cc 
	databases/mysqlgui/pkg: DESCR PLIST 

Log message:
superseeded by mysqlcc


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/07/19 07:51:32

Modified files:
	databases      : Makefile 

Log message:
remove mysqlgui


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/07/19 07:54:22

Removed files:
	databases/MyCC : Makefile distinfo 
	databases/MyCC/files: qmake.conf 
	databases/MyCC/patches: patch-configure patch-mysqlcc_pro_in 
	                        patch-src_CApplication_cpp 
	                        patch-src_CHotKeyEditorDialog_cpp 
	                        patch-src_main_cpp 
	databases/MyCC/pkg: DESCR PLIST 

Log message:
renamed to mysqlcc


CVSROOT:	/cvs
Module name:	src
Changes by:	wilfried@cvs.openbsd.org	2004/07/19 07:55:06

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
In builtin_saveregs(), do not systematically allocate 8 words on the stack
for registers if at least one nameless argument is passed through registers;
instead, only allocate as many bytes as necessary.

Slightly reduces stack usage; no ABI change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/07/19 07:56:20

Log message:
    reimport mysqlcc
    
    Status:
    
    Vendor Tag:	wilfried
    Release Tags:	wilfried_20040719
    
    N ports/databases/mysqlcc/Makefile
    N ports/databases/mysqlcc/distinfo
    N ports/databases/mysqlcc/files/qmake.conf
    N ports/databases/mysqlcc/patches/patch-mysqlcc_pro_in
    N ports/databases/mysqlcc/patches/patch-configure
    N ports/databases/mysqlcc/patches/patch-src_CHotKeyEditorDialog_cpp
    N ports/databases/mysqlcc/patches/patch-src_main_cpp
    N ports/databases/mysqlcc/patches/patch-src_CApplication_cpp
    N ports/databases/mysqlcc/pkg/PLIST
    N ports/databases/mysqlcc/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2004/07/19 07:56:48

Modified files:
	databases      : Makefile 

Log message:
rename MyCC to mysqlcc


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/19 08:21:39

Modified files:
	mail/xfmail    : Makefile 

Log message:
new libtool requires new autoconf


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/19 09:09:06

Modified files:
	sys/arch/amd64/amd64: cpu.c machdep.c mptramp.S pmap.c 
	sys/arch/amd64/include: pmap.h 

Log message:
Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this moment
it's limited to 512GB (one L4 page table entry) physical memory. Only
used carefully at this moment, but more improvements are in the pipeline.

tested by many, deraadt@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/19 10:12:36

Modified files:
	devel/id-utils : Makefile 
Added files:
	devel/id-utils/patches: patch-Makefile_in patch-lisp_elisp-comp 
	                        patch-m4_Makefile_am 
	                        patch-m4_Makefile_am_in 
	                        patch-m4_Makefile_in 
	                        patch-po_Makefile_in_in 
Removed files:
	devel/id-utils/patches: patch-aa patch-ab patch-ac 

Log message:
remove ludicrous dependency on gnu-make.
fix obvious mistake in makefile location.
regen patches.

art `why does this depend on gnu make ?'


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/19 10:41:37

Modified files:
	usr.bin/make/PSD.doc: tutorial.ms 

Log message:
Remove obsolete note about V7 Bourne Shell; espie@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/19 12:22:43

Modified files:
	share/man/man4 : oosiop.4 osiop.4 

Log message:
use same url as in siop(4) as this link was dead; found by Genadijus Paleckis <genadijus@vic.lt>


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/07/19 12:53:20

Modified files:
	.              : donations.html 

Log message:
paypal update


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/19 14:31:51

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h 

Log message:
Direct REQUEST_SENSE commands to the correct target, instead of always
target zero. This makes targets other than zero working now...

Spotted by nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/19 14:32:47

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
When we want to thaw all work queues we care about, do it correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/19 14:34:59

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
After a work queue has been aborted and the abort has been acknowledged,
do not keep setting the A.A. bit in further queue control operations, as
advised by the manual.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/19 14:35:37

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h 

Log message:
Recognize the daughter board type, if any - but it is not supported yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/19 15:07:12

Modified files:
	share/man/man4 : xl.4 

Log message:
wording from nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/19 15:14:17

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Delete the AP scan timeout in atw_detach.  Fixes a panic on detach if the
timeout is still active as seen by david@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/19 16:04:00

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
print the correct labels when displaying timeouts with pfctl (eg, pfctl -st).
From Chris Pascoe.

ok dhartmei@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/19 16:30:10

Modified files:
	devel/id-utils : Makefile 

Log message:
and there was a hidden dependency on gettext, of course...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/19 20:15:59

Modified files:
	sys/dev/usb    : usbdevs if_axe.c 

Log message:
another new device; shin@happynet.co.jp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/19 20:16:08

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/19 20:23:27

Modified files:
	sys/dev/usb    : if_axe.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/19 21:50:27

Modified files:
	usr.bin/find   : find.c function.c 
	usr.bin/ftp    : cmds.c complete.c domacro.c fetch.c ftp.c 
	                 main.c ruserpass.c stringlist.c util.c 
	usr.bin/indent : args.c io.c lexi.c parse.c pr_comment.c 
	usr.bin/nc     : atomicio.c 
	usr.bin/sed    : misc.c 
	usr.bin/sort   : append.c fields.c files.c fsort.c init.c 
	                 msort.c 

Log message:
ansi; khalek@linuxgamers.net


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/19 23:07:12

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
SD Controller found on a Toshiba laptop; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/19 23:09:23

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/19 23:37:14

Modified files:
	sys/arch/i386/include: npx.h 

Log message:
Move tag word to the right location in `struct envxmm'.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pvalchev@cvs.openbsd.org	2004/07/19 23:40:42

Modified files:
	sys/dev/pci    : if_re.c 

Log message:
no point in return from void function


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/19 23:44:35

Modified files:
	share/man/man5 : bsd.port.mk.5 
	share/man/man7 : ports.7 

Log message:
Document locking infrastructure
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/07/20 00:05:24

Modified files:
	www/mod_security: Makefile distinfo 
	www/mod_security/pkg: PLIST 
Added files:
	www/mod_security/pkg: PFRAG.shared 

Log message:
update to mod_security-1.8.3; parts from Srebrenko Sehic <haver@insecure.dk>


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/20 00:24:05

Modified files:
	regress/gnu/egcs: Makefile 

Log message:
comment out gcc,libiberty,libf2c regress tests until they are working right


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/20 00:25:40

Modified files:
	regress        : Makefile 

Log message:
we can add the gnu directory to the regress build now


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/20 00:36:51

Modified files:
	regress/gnu/egcs/gcc: Makefile 
	regress/gnu/egcs/libf2c: Makefile 

Log message:
if USE_GCC3, look in the right place for the sources


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/20 01:04:05

Modified files:
	audio/nap      : Makefile distinfo 
	audio/nap/patches: patch-doc_Makefile_in 
Removed files:
	audio/nap/patches: patch-src_nap_c patch-src_title_h 

Log message:
update to nap-1.5.3; incorporates gcc3 fixes and update to working meta-servers


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/20 01:09:26

Modified files:
	regress/libexec/ld.so: Makefile 
	regress/sys/kern: Makefile 

Log message:
add commented-out entries for currently disabled regress tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/20 01:46:18

Modified files:
	databases/p5-DBD-Sybase: Makefile distinfo 
	databases/p5-DBD-Sybase/patches: patch-Makefile_PL 
	databases/p5-DBD-Sybase/pkg: PLIST 
Added files:
	databases/p5-DBD-Sybase/pkg: PFRAG.shared 

Log message:
update to p5-DBD-Sybase-1.04;


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 02:45:29

Modified files:
	usr.bin/gprof  : gprof.h 

Log message:
make lowpc and highpc into long, fixing gprof on 64-bit archs with text
above 4GB.
miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 02:46:23

Modified files:
	usr.bin/gprof  : arcs.c gprof.c printgprof.c 

Log message:
Fix formats in debug printfs to work correctly on 64-bit archs.
miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/20 04:31:21

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/20 04:33:34

Modified files:
	share/man/man7 : ports.7 

Log message:
- fix macro args
- remove .Pp before .Sh
- whitespace
- new sentence, new line


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/20 06:01:13

Modified files:
	.              : Makefile 

Log message:
shortcut: if SUBDIR is defined, warp there directly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/20 08:23:32

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
since _solve-package-depends no longer recurses, it does not need a
cache file.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 08:51:07

Modified files:
	sys/arch/macppc/conf: files.macppc 

Log message:
Allow a kernel to specify wd* as root or swap device;
spotted by Waldemar Brodkorb.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/20 09:26:55

Modified files:
	sbin/wicontrol : wicontrol.c 

Log message:
Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbage
when wicontrol is run on a non-existant interface.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/20 10:20:40

Modified files:
	www/cgiparse   : Makefile 

Log message:
protect NO_SHARED_LIBS


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/20 10:47:55

Modified files:
	usr.sbin/ntpd  : client.c ntpd.h parse.y 

Log message:
wrap the heads for the linked list of addresses into a new ntp_addr_wrap
which, besides the head pointer for the list of course, stores the original
address as specified (i. e. as hostname instead of resolved IPs) and flags
and such.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/20 11:07:35

Modified files:
	usr.sbin/popa3d: popa3d.8 standalone.c startup.c 

Log message:
IPv6 support originally by itojun@ with standalone mode fixes by me.
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/20 11:38:35

Modified files:
	etc            : ntpd.conf 

Log message:
since we have both the server and the servers keyword we ought to
provide an example for a single server as well...


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:53:15

Modified files:
	fr             : anoncvs.html art1.html art2.html art3.html 
	                 donations.html events.html index.html 
	                 pkg-stable.html pkg-stable34.html 
	                 translation.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:53:26

Modified files:
	openssh/fr     : windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:53:37

Modified files:
	faq/fr         : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:53:52

Modified files:
	openssh/hu     : windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:54:07

Modified files:
	id             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:54:39

Modified files:
	it             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/20 11:54:48

Modified files:
	openssh/it     : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/07/20 12:20:55

Modified files:
	usr.bin/gprof  : elf.c gprof.h 

Log message:
Add ELFDEBUG to mirror the a.out debug that already exists.
OK art@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/20 12:58:41

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_create pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
support for gnu-info, with @info keyword.
- modify pkg_create so that it will look for info-[0-9]+ and add them
to the packing-list.
- deal with installing the info file/de-installing it at pkg_add/pkg_delete
time.

tested by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/20 12:59:21

Modified files:
	sys/arch/i386/i386: process_machdep.c 

Log message:
#include "npx.h"
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/20 13:01:22

Modified files:
	infrastructure/install: make-plist 

Log message:
add routines for genuine recognition of info files and libraries.
As a result, this recognition must happen when we know the files
exist, e.g., at find time.

Adjust the auto-migration of shared objects to PFRAG.shared so that
it doesn't migrate subpackage files to the main package.

Simplify info handling slightly by just writing @info thingy.info.

XXX note that some info files will have to be patched to have proper
category/direntry tags.

okay naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/20 13:07:34

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
prolific pl2501; for dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/20 13:07:53

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:15:14

Modified files:
	sys/conf       : files 
Added files:
	sys/sys        : mutex.h 
	sys/kern       : subr_mutex.c 

Log message:
Introducing mutexes - cpu-owned spinning locks with spl semantics.

This is the MI (slightly inefficient and not MP safe) implementation.

deraadt@ ok Tested by many. (this and following commits)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:16:44

Modified files:
	sys/arch/i386/i386: locore.s genassym.cf 
	sys/arch/i386/include: types.h 
Added files:
	sys/arch/i386/i386: mutex.S 
	sys/arch/i386/include: mutex.h 

Log message:
MD mutex implementation for i386.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:17:16

Modified files:
	sys/arch/amd64/amd64: genassym.cf 
	sys/arch/amd64/conf: files.amd64 
	sys/arch/amd64/include: types.h 
Added files:
	sys/arch/amd64/amd64: mutex.S 
	sys/arch/amd64/include: mutex.h 

Log message:
MD mutex implementation on amd64.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:18:13

Modified files:
	sys/arch/i386/i386: pmap.c 

Log message:
Use mutex where we used to protect pmap internals with SIMPLELOCK.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:18:53

Modified files:
	sys/arch/i386/i386: db_interface.c db_mp.c 
	sys/arch/i386/include: db_machdep.h 

Log message:
Use mutex instead of SIMPLELOCK for protecting ddb on mp systems.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:19:53

Modified files:
	sys/kern       : init_main.c subr_prf.c 

Log message:
protect printf with a mutex instead of SIMPLELOCK.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 14:20:52

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
The timeout wheels are manipulated by hardclock that's not protected with
biglock. We need to protect them with a mutex.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 14:28:54

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
Use sc_print_addr for error messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/07/20 14:30:09

Modified files:
	sys/dev/usb    : files.usb 
	share/man/man4 : Makefile 
	sys/arch/i386/conf: GENERIC 
Added files:
	sys/dev/usb    : if_cdcereg.h if_cdce.c 
	share/man/man4 : cdce.4 

Log message:
Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as
network interfaces, transporting Ethernet, supporting Sharp Zaurus and
Prolific PL-2501 (external cable). Written by Craig Boston based on code
from Bill Paul. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 14:32:03

Modified files:
	sys/arch/mvme88k/dev: vs.c vsreg.h vsvar.h 

Log message:
Work in progress to support daughterboards. The driver now will attach a
second scsi bus if a SCSI daughterboard is present, and is supposed to know
about this and send scsi commands to the appropriate bus.

Unfortunately probing the second bus does not report any device at the
moment (though you can boot off it), but I can't see the issue at the moment.

Thanks to tdeval@ for lending a few boards equipped with daughterboards
for testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 14:33:21

Modified files:
	sys/arch/mvme88k/dev: vs.c 
	sys/arch/mvme88k/include: autoconf.h 
	sys/arch/mvme88k/mvme88k: autoconf.c disksubr.c 

Log message:
Let the boot device detection code handle secondary SCSI buses.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 14:38:53

Modified files:
	share/man/man4 : cdce.4 

Log message:
Use the standard blurb about ifconfig.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 14:39:38

Modified files:
	share/man/man4 : usb.4 

Log message:
Xr cdce.


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/07/20 14:41:49

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
add cdce


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 14:47:32

Modified files:
	gnu/usr.bin/gcc/gcc: builtins.c 
	gnu/usr.bin/gcc/gcc/config: openbsd.h 

Log message:
Do not provide builtins for strcpy() and strcat(), as done with gcc 2, on
the sole purpose of making these easier to spot and exterminate.

tested by various people on amd64 and I on arm&sparc64, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/20 14:55:40

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 
	distrib/sets/lists/comp: md.amd64 md.i386 mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/20 15:04:37

Modified files:
	sys/arch/i386/i386: process_machdep.c 

Log message:
Properly initialize FPU state if it hasn't been used yet.
ok deraadt@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/20 15:32:46

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
Disable the loader on powerpc. The  upcoming new malloc implementation
is going to locate modules too far in memory to be reached by 24 bit
relative jumps.


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/20 15:40:34

Modified files:
	distrib/sets/lists/xserv: md.macppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/20 17:07:06

Modified files:
	sys/arch/mvme88k/dev: vs.c 

Log message:
Forgot to put this chunk in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/20 17:23:07

Modified files:
	www/php4       : Tag: OPENBSD_3_4 Makefile.inc 
	www/php4/core  : Tag: OPENBSD_3_4 Makefile distinfo 
	www/php4/core/files: Tag: OPENBSD_3_4 phpxs 
	www/php4/core/pkg: Tag: OPENBSD_3_4 PLIST-pear 
	www/php4/extensions: Tag: OPENBSD_3_4 Makefile distinfo 
	www/php4/extensions/patches: Tag: OPENBSD_3_4 
	                             patch-ext_imap_config_m4 
	www/php4/patches: Tag: OPENBSD_3_4 patch-aclocal_m4 
	                  patch-configure_in patch-php_ini-dist 
	                  patch-php_ini-recommended 
Added files:
	www/php4/extensions/patches: Tag: OPENBSD_3_4 
	                             patch-ext_pdf_config_m4 
	www/php4/extensions/pkg: Tag: OPENBSD_3_4 DESCR-xmlrpc 
	                         PLIST-xmlrpc 
	www/php4/patches: Tag: OPENBSD_3_4 
	                  patch-ext_bcmath_libbcmath_src_output_c 
	                  patch-ext_bcmath_libbcmath_src_rt_c 
	                  patch-ext_calendar_calendar_c 
	                  patch-ext_standard_exec_c 
Removed files:
	www/php4/extensions/patches: Tag: OPENBSD_3_4 
	                             patch-ext_snmp_config_m4 
	www/php4/extensions/pkg: Tag: OPENBSD_3_4 DESCR-pspell 
	                         PLIST-pspell 

Log message:
Update to 4.3.8:
SECURITY: PHP memory_limit remote vulnerability
http://security.e-matters.de/advisories/112004.html
It contains a lot of other fixes too, check the
changelog at http://www.php.net/ChangeLog-4.php#4.3.8 .

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 17:40:27

Modified files:
	sys/net        : route.c 

Log message:
KASSERT instead of assert. Gives smaller RAMDISKS.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 17:47:08

Modified files:
	sys/kern       : subr_pool.c 
	sys/sys        : pool.h 

Log message:
ifdef DDB a few functions only used (or usable) from DDB.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/20 18:01:08

Modified files:
	sys/dev/usb    : ugen.c usbdi_util.c usbdi_util.h 

Log message:
from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15
log message:
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
The Lego Infrared Tower use it.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/20 18:26:11

Modified files:
	mail/openwebmail/patches: 
	                          patch-cgi-bin_openwebmail_openwebmail_pl 

Log message:
change group mail to _mail when reading/writing log file.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/20 19:02:08

Modified files:
	sys/dev        : rnd.c 

Log message:
remove a few inlines from funcs that are used more than once and make code bigger; asked by art@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/20 19:02:09

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
Yet another victim of inline masturbation.

Remove inline from a few functions, shrink the kernel by a few kB and
make things faster. A simple compilation on amd64 spends around 5%
less time in kernel.

Yes, it's faster without inlines, now go buy a book about modern cpu
architectures and find a chapter about the new and revolutionary thing
called "cache".

deraadt@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/07/20 20:08:05

Modified files:
	x11/ratpoison  : Makefile distinfo 
	x11/ratpoison/patches: patch-configure 

Log message:
ratpoison-1.3.0
from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/20 21:11:49

Modified files:
	devel/startup-notification: Makefile 

Log message:
what a surprise... this needs X.


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/07/20 21:13:22

Modified files:
	.              : donations.html 

Log message:
+digium


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/20 22:05:33

Modified files:
	sys/dev/pci    : auich.c 

Log message:
calibrate after opening.  helps if cpu speed is changing and microtime can't
be trusted. ok deraadt, several testers.  solves pr3814.  while here, art says
use microuptime.


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/07/20 22:28:50

Modified files:
	regress/gnu/egcs/gcc: Makefile 
	regress/gnu/egcs/libf2c: Makefile 

Log message:
need to include bsd.own.mk here


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/21 01:00:00

Modified files:
	www/kronolith/pkg: PLIST 

Log message:
fix PLIST. kronolith.php -> Kronolith.php


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/21 01:01:32

Modified files:
	www/pear-HTML-Select: Makefile 
	www/pear-HTML-Select/pkg: PLIST 

Log message:
fix PKGNAME and PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:43:41

Modified files:
	sys/dev/usb    : umass.c umass_quirks.c umass_scsi.c umassvar.h 

Log message:
from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21
log message for umass 1.98, umass_scsipi.c 1.11, umassvar.h 1.21:
Fix several problems with CCI handling, and enable it: * We were never calling
the callback function when we got a UFI CCI(!). * We were passing a bogus
residual count on non-UFI CCIs. * After a REQUEST SENSE, the UFI CCI may
include the ASC/ASCQ from the sense  information -- don't consider this a
failure.

In addition, remove a horrible hack that was causing us to drop sense
information on the floor and return empty INQUIRY responses, often in the
case where there is a UNIT ATTENTION pending during the INQUIRY.  (Some drives
send the data and then fail, some don't.)

log message for umass.c 1.113:
Do not return STATUS_WIRE_FAILED in response to a CBI stall.  This is perfectly
normal, and is used to report errors.  Instead, use STATUS_CMD_FAILED, which
causes us to do a REQUEST SENSE.  Should address PR 22960.

log message for umass.c 1.115:
Do not do a CBI reset before returning STATUS_CMD_FAILED.  This causes any
sense information to be thrown away, and is therefore nonsensical.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:46:55

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd, umass.c 1.101
On a Bulk-In data stall, make sure we copy back the data received, per the
spec.  This is the real problem behind FORCE_SHORT_INQUIRY.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:48:04

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd, umass.c 1.104
Do the quirk initialization earlier.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:49:08

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd, umass.c 1.116
When starting a bulk-only transfer, punt early if the device is going away.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:51:04

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd, umass.c 1.112
Fix a printf() error.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:55:51

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd, umass.c 1.105

do less work if we hit an error

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 01:57:27

Modified files:
	sys/dev/usb    : umass.c 

Log message:
from netbsd, umass.c 1.103
Mostly stylistic change, making comments and printf()s similar between BBB
and CBI.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/07/21 02:00:24

Modified files:
	sys/dev/usb    : if_cdce.c 

Log message:
add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it work
with Zaurus.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 02:01:31

Modified files:
	sys/dev/usb    : umass.c 

Log message:
update the netbsd license and tags

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/21 02:56:13

Modified files:
	usr.bin/ssh    : auth.c 

Log message:
s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/21 02:57:47

Modified files:
	share/man/man9 : uiomove.9 

Log message:
typo from netbsd (-r 1.10);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/21 02:59:30

Modified files:
	bin/date       : date.1 

Log message:
tidy up EXAMPLES somewhat;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/21 03:40:55

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
no multiple free(); "John L. Scarfone" <j0@cox.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/21 04:33:31

Modified files:
	usr.bin/ssh    : auth1.c auth2.c 

Log message:
bz#899: Don't display invalid usernames in setproctitle
from peak AT argo.troja.mff.cuni.cz; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/21 04:36:23

Modified files:
	usr.bin/ssh    : gss-serv-krb5.c 

Log message:
fix function declaration


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:00:38

Modified files:
	infrastructure/install: make-plist 

Log message:
too long a name will wrap to the next line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:17:20

ports/lang/squeak/vm

Update of /cvs/ports/lang/squeak/vm
In directory cvs.openbsd.org:/tmp/cvs-serv23417/vm

Log Message:
Directory /cvs/ports/lang/squeak/vm added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:17:21

ports/lang/squeak/image

Update of /cvs/ports/lang/squeak/image
In directory cvs.openbsd.org:/tmp/cvs-serv23417/image

Log Message:
Directory /cvs/ports/lang/squeak/image added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:17:22

ports/lang/squeak/sources

Update of /cvs/ports/lang/squeak/sources
In directory cvs.openbsd.org:/tmp/cvs-serv23417/sources

Log Message:
Directory /cvs/ports/lang/squeak/sources added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:17:40

ports/lang/squeak/vm/pkg

Update of /cvs/ports/lang/squeak/vm/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv27988/vm/pkg

Log Message:
Directory /cvs/ports/lang/squeak/vm/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:17:41

ports/lang/squeak/image/pkg

Update of /cvs/ports/lang/squeak/image/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv27988/image/pkg

Log Message:
Directory /cvs/ports/lang/squeak/image/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:17:42

ports/lang/squeak/sources/pkg

Update of /cvs/ports/lang/squeak/sources/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv27988/sources/pkg

Log Message:
Directory /cvs/ports/lang/squeak/sources/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 05:19:30

Modified files:
	lang/squeak    : Makefile 
Added files:
	lang/squeak    : Makefile.inc 
	lang/squeak/image: Makefile distinfo 
	lang/squeak/image/pkg: DESCR PLIST 
	lang/squeak/sources: Makefile distinfo 
	lang/squeak/sources/pkg: DESCR PLIST 
	lang/squeak/vm : Makefile distinfo 
	lang/squeak/vm/pkg: DESCR PFRAG.shared PLIST 
Removed files:
	lang/squeak    : distinfo 
	lang/squeak/files: inisqueak sqOpenBSDSound.c 
	lang/squeak/patches: patch-src_unix_Makefile_in 
	                     patch-src_unix_PLUGINS 
	                     patch-src_unix_configure 
	                     patch-src_unix_ltconfig 
	                     patch-src_unix_ltmain_sh 
	                     patch-src_unix_sqXWindow_c 
	                     patch-src_unix_squeak_1 
	                     patch-src_unix_util_relpath 
	lang/squeak/pkg: DESCR PFRAG.shared PLIST 

Log message:
Basic update to squeak 3.6.
Modify port structure to create several packages more closely based
on distribution (and this is actually simpler to manage).


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2004/07/21 05:51:29

Modified files:
	usr.bin/ssh    : canohost.c 

Log message:
bz#902: cache remote port so we don't fatal() in auth_log when remote
connection goes away quickly. from peak AT argo.troja.mff.cuni.cz; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/21 06:10:20

Modified files:
	sys/ufs/ufs    : ufs_dirhash.c 
	sys/kern       : kern_rwlock.c tty_pty.c 
	sys/sys        : filedesc.h rwlock.h 

Log message:
I was wrong. The assymetry created by the proc argument to rw_enter_write
is horrible and doesn't add anything.

Remove it.
XXX - the fdplock macro will need a separate cleanup.

niklas@ markus@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/21 07:33:12

Modified files:
	share/man/man1 : cd.1 

Log message:
the argument to most "cd" shell built-ins is optional, so
reflect it in SYNOPSIS

ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/21 07:48:25

Modified files:
	share/man/man8 : afterboot.8 

Log message:
slight fixes:
- use .Va for rc.conf* variables
- use .Ic for internal commands in configuration files
- e.g. -> For example
- other small mdoc fixes

ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/21 08:19:19

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-dovecot-example_conf 
	                      patch-src_lib-storage_index_mbox_mbox-storage_c 
	                      patch-src_lib-storage_mail-storage_h 
Removed files:
	mail/dovecot/patches: 
	                      patch-src_lib-storage_index_maildir_maildir-list_c 

Log message:
upgrade to Dovecot 0.99.10.7


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/21 08:20:57

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
use \- for number ranges
document new timeslot command

ok alex jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 08:45:33

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
clean=depends is naturally recursive, make a little dance so that it
goes to _internal-clean for itself.

found out by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/21 08:48:52

Modified files:
	net/ncftp      : Makefile distinfo 

Log message:
maintenance update to 3.1.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 09:40:58

ports/lang/squeak/vm/files

Update of /cvs/ports/lang/squeak/vm/files
In directory cvs.openbsd.org:/tmp/cvs-serv15943/files

Log Message:
Directory /cvs/ports/lang/squeak/vm/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 09:40:59

ports/lang/squeak/vm/patches

Update of /cvs/ports/lang/squeak/vm/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15943/patches

Log Message:
Directory /cvs/ports/lang/squeak/vm/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 09:41:17

ports/lang/squeak/vm/files/vm-sound-OpenBSD

Update of /cvs/ports/lang/squeak/vm/files/vm-sound-OpenBSD
In directory cvs.openbsd.org:/tmp/cvs-serv30151/files/vm-sound-OpenBSD

Log Message:
Directory /cvs/ports/lang/squeak/vm/files/vm-sound-OpenBSD added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 09:42:09

Modified files:
	lang/squeak/vm : Makefile 
	lang/squeak/vm/pkg: PLIST 
Added files:
	lang/squeak/vm/files/vm-sound-OpenBSD: acinclude.m4 
	                                       sqUnixSoundOpenBSD.c 
	lang/squeak/vm/patches: 
	                        patch-platforms_unix_plugins_SoundPlugin_sqUnixSound_c 
	                        patch-platforms_unix_vm_sqUnixMain_c 

Log message:
resurrect sound support, and clean up a little bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/21 09:47:14

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
In builtin_saveregs(), try to save registers with double store instructions,
knowing that the area we are using is correctly aligned.

Produces smaller and faster code (about 0.8% time decrease in a complete
build, which amounts to roughly 15 minutes).


CVSROOT:	/cvs
Module name:	src
Changes by:	dhartmei@cvs.openbsd.org	2004/07/21 09:49:43

Modified files:
	sys/dev/usb    : if_cdce.c 

Log message:
use cdce_ prefix on crc32 function and table name to avoid conflicts,
suggested by mickey


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/21 09:54:54

Modified files:
	sys/dev/usb    : if_cdce.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/21 10:17:54

Modified files:
	net/ethereal   : Tag: OPENBSD_3_5 Makefile 

Log message:
Mark it as BROKEN:

Right during 3.5, it had more than
a dozen remote holes being fixed, that we shipped with.  Weeks later
things have not improved, and there continue to be problems reported
to bugtraq, and respective band-aids - but it is clear the ethereal
team does not care about security, as new protocols get added, and
nothing gets done about the many more holes that exist.

requested and ok'd by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/21 10:20:07

Modified files:
	net/ethereal   : Tag: OPENBSD_3_4 Makefile 

Log message:
Mark it as BROKEN:

Right during 3.5, it had more than
a dozen remote holes being fixed, that we shipped with.  Weeks later
things have not improved, and there continue to be problems reported
to bugtraq, and respective band-aids - but it is clear the ethereal
team does not care about security, as new protocols get added, and
nothing gets done about the many more holes that exist.

requested and ok'd by brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/21 10:24:28

Modified files:
	sys/arch/hppa/gsc: gsckbdmap.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/21 11:05:41

Modified files:
	sys/kern       : sys_pipe.c 

Log message:
In pipe_read, when the pipelock fails (most likely because we catch a
signal), don't jump to unlocked_error: and do things that we don't need
to do (including messing up the internal state of the pipe). Just return.

ok niklas@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/21 11:23:52

Modified files:
	usr.bin/xlint/lint1: decl.c 

Log message:
typo in comment; Fabio Olive Leite


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/21 11:25:57

Modified files:
	usr.bin/hexdump: display.c 

Log message:
Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/07/21 11:30:56

Modified files:
	sys/conf       : files 
	sys/nfs        : nfs_bio.c nfs_subs.c nfs_var.h nfs_vnops.c 
	sys/sys        : malloc.h 
Added files:
	sys/nfs        : nfs_kq.c 

Log message:
kqueue support for NFS, adapted from netbsd.

ok art@ pedro@, "get it in" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/21 12:39:58

Modified files:
	sys/arch/i386/isa: npx.c 

Log message:
Fix conversion of interrupt frame to trap frame.
ok deraadt@, niklas@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/21 13:12:03

Modified files:
	xc/lib/fontconfig: Imakefile 

Log message:
Don't clobber existing /etc/fonts/local.conf on make install.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/21 13:25:39

Modified files:
	textproc/libxml: Tag: OPENBSD_3_4 Makefile 
Added files:
	textproc/libxml/patches: Tag: OPENBSD_3_4 patch-nanoftp_c 
	                         patch-nanohttp_c 

Log message:
Buffer overflow fixes.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0110


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/21 13:42:25

Modified files:
	www/opera      : Makefile distinfo 

Log message:
SECURITY:
Take it to 7.53:
http://www.opera.com/linux/changelogs/753/
http://www.securityfocus.com/bid/10517

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/21 13:54:09

Modified files:
	sys/arch/hppa/dev: dino.c 

Log message:
swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; from jkunz@ pr3861


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/21 13:55:31

Modified files:
	sys/dev/pci    : siop_pci_common.c 
	sys/dev/ic     : siop_common.c 

Log message:
remove hppa workarounds; from jkunz@ pr3861


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/21 13:55:43

Modified files:
	www/opera      : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
SECURITY:
Take it to 7.53:
http://www.opera.com/linux/changelogs/753/
http://www.securityfocus.com/bid/10517

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/21 13:58:48

Modified files:
	www/opera      : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
SECURITY:
Take it to 7.53:
http://www.opera.com/linux/changelogs/753/
http://www.securityfocus.com/bid/10517

ok brad@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/07/21 14:25:14

Modified files:
	xc/programs/Xserver/hw/xfree86/input/mouse: mouse.c 
	xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_mouse.c 
	xc/programs/Xserver/hw/xfree86/os-support: xf86OSmouse.h 

Log message:
make the xisb buffer size a multiple of the event size with wsmouse.
This fixesa problem on 64 bit arches where the fixed 64-bytes buffer was
causing some events to get lost. From John Heasley (NetBSD).


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/21 16:48:49

Modified files:
	fr             : donations.html 
	faq/fr         : truetype.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/21 16:50:27

Modified files:
	hu             : donations.html 
	faq/hu         : faq4.html index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/21 18:48:41

Modified files:
	sys/arch/amd64/amd64: mem.c 

Log message:
Fix access to direct mapped memory through /dev/kmem.


CVSROOT:	/cvs
Module name:	src
Changes by:	vincent@cvs.openbsd.org	2004/07/21 19:25:25

Modified files:
	usr.bin/mg     : autoexec.c basic.c buffer.c def.h dir.c dired.c 
	                 echo.c extend.c file.c grep.c help.c mail.c 
	                 modes.c re_search.c region.c search.c 

Log message:
stage 1 of the infinite minibuffer work - add support for on the fly
buffer reallocation in veread().  This commit only changes the API.
All the buffers have exactly the same bounds as before for now.

tested by a couple of my very helpful testers!


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/07/21 20:40:21

Modified files:
	sys/dev/usb    : umass_scsi.c 

Log message:
remove an unused var

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/21 23:50:07

Modified files:
	devel/autoconf/2.13/patches: patch-autoconf_texi 
	                             patch-autoheader_sh 
	devel/autoconf/2.13/pkg: PLIST 
	devel/autoconf/2.52/patches: patch-doc_autoconf_texi 
	devel/autoconf/2.52/pkg: PLIST 
	devel/autoconf/2.54/patches: patch-bin_autom4te_in 
	                             patch-doc_autoconf_texi 
	devel/autoconf/2.54/pkg: PLIST 
	devel/autoconf/2.56/patches: patch-bin_autom4te_in 
	                             patch-doc_autoconf_texi 
	devel/autoconf/2.56/pkg: PLIST 
	devel/autoconf/2.57/patches: patch-bin_autom4te_in 
	                             patch-doc_autoconf_texi 
	devel/autoconf/2.57/pkg: PLIST 
	devel/autoconf/2.58/patches: patch-Makefile_in 
	                             patch-bin_Makefile_in 
	                             patch-bin_autom4te_in 
	                             patch-configure 
	                             patch-doc_Makefile_in 
	                             patch-doc_autoconf_texi 
	                             patch-lib_autoconf_Makefile_in 
	                             patch-lib_autotest_Makefile_in 
	                             patch-lib_m4sugar_Makefile_in 
	                             patch-lib_m4sugar_m4sh_m4 
	devel/autoconf/2.58/pkg: PLIST 
	devel/autoconf/2.59/patches: patch-bin_autom4te_in 
	                             patch-doc_autoconf_texi 
	devel/autoconf/2.59/pkg: PLIST 
Removed files:
	devel/autoconf/2.13/patches: patch-mktemp2 patch-mktemp3 

Log message:
switch to @info
rename direntries so that they get added.
regen patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/22 00:11:10

Modified files:
	sys/sys        : filedesc.h 

Log message:
remove p arg from fdplock


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/22 00:12:43

Modified files:
	sys/miscfs/portal: portal_vnops.c 

Log message:
remove p arg from fdplock


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/22 00:13:08

Modified files:
	sys/kern       : kern_descrip.c sys_pipe.c tty_pty.c 
	                 uipc_syscalls.c uipc_usrreq.c vfs_syscalls.c 

Log message:
remove p arg from fdplock


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 02:52:37

Modified files:
	lib/libc/arch/m88k/gen: fabs.S 

Log message:
Do not overallocate stack space, and keep the stack on a 16-byte boundary.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/07/22 03:33:21

Modified files:
	sys/kern       : uipc_mbuf2.c 

Log message:
fix cases when m_dup1() returned mbuf chain (instead of single mbuf).
yamt@netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/22 04:12:18

Modified files:
	www/phpicalendar: Makefile 

Log message:
update HOMEPAGE;


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/22 05:15:00

Modified files:
	sys/arch/amd64/include: db_machdep.h 
	sys/arch/amd64/amd64: db_interface.c 

Log message:
mutex instead of SIMPLELOCK for mp ddb.

"reads good" niklas@
"looks good" andreas@
"works" tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/22 05:19:14

Modified files:
	sys/arch/amd64/amd64: pmap.c 

Log message:
Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues
and related structures.

tedu@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/22 08:14:51

Modified files:
	www/rawdog     : Makefile distinfo 

Log message:
update to rawdog-1.13;


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 09:08:06

Modified files:
	lib/libm/arch/amd64: e_acos.S 

Log message:
Fix a typo and get good results in the process, fixes PR 3830 and passes
Perl's regression test; ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 09:11:37

Modified files:
	regress/sys/crypto/auth: md5.c 
	regress/sys/crypto/enc: des3.c 
	regress/sys/kern/mmap: mmaptest.c 
	sys/dev/ic     : tcic2.c 
	usr.bin/pmdb/arch/alpha: alpha_trace.c 

Log message:
Spell reserved correctly; ok from copyright holders when in licence blocks.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/22 09:42:11

Modified files:
	sys/kern       : kern_exit.c kern_proc.c 
	sys/sys        : proc.h mplock.h 

Log message:
SIMPLELOCK -> mutex for the lock around deadproc list.
Also move the whole deadproc infrastructure to kern_exit, it's only used
there.

miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/22 09:50:18

Modified files:
	sys/arch/amd64/amd64: pmap.c 

Log message:
Change a printf+Debugger pair into a panic.
Debugger calls in the middle of the code are evil because they don't
respect the ddb.panic sysctl and might leave critical machines hung instead
of quickly rebooting them.

requested by tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/22 10:06:35

Modified files:
	sys/lib/libkern: mcount.c 

Log message:
Remove some register keywords to make this compile on amd64.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/22 10:36:28

Modified files:
	usr.sbin/cron  : misc.c 

Log message:
Fix incorrect snprintf return value check noticed by Jarno Huuskonen.
Also make a utime() failure non-fatal since the important thing is
the poke on the socket now.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/22 11:55:07

Modified files:
	share/man/man5 : netgroup.5 

Log message:
use full path to netgroup file in SYNOPSIS
mention /etc/netgroup in FILES

ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 12:58:04

Modified files:
	sys/arch/luna88k/luna88k: locore_c_routines.c 
	sys/arch/mvme88k/mvme88k: locore_c_routines.c 

Log message:
Do not use db_printf() to trace data access exceptions.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 12:58:34

Modified files:
	sys/arch/m88k/m88k: m88100_fp.S 

Log message:
Remove redundant or useless section modifiers.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 12:58:57

Modified files:
	sys/arch/m88k/m88k: trap.c 

Log message:
Reset pcb_onfault to NULL before invoking uvm_fault().


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/22 13:14:52

Modified files:
	gnu/usr.bin/binutils/gdb: vaxbsd-nat.c 
	gnu/usr.bin/binutils/gdb/config/vax: obsd.mh 

Log message:
Add vax libkvm kernel memory image debugging support.
ok miod@, wow deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/22 13:29:42

Modified files:
	regress/lib/libc/ieeefp/except: Makefile except.c 

Log message:
Split and modify tests to prevent infinite loops on platforms with precise
floating-point exceptions like amd64.
ok deraadt@, david@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 13:36:39

Modified files:
	sys/arch/hp300/hp300: locore.s 

Log message:
Grammar.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/22 13:37:39

Modified files:
	sys/arch/m68k/m68k: pmap_bootstrap.c 

Log message:
Make the inline bzero() of the U area much more readable.
As a bonus it generates smaller and faster code.


CVSROOT:	/cvs
Module name:	www
Changes by:	pedro@cvs.openbsd.org	2004/07/22 14:56:50

Modified files:
	.              : want.html 

Log message:
add me as a contact for brazil, and ask for some hardware.
ok fgsch@ david@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/22 15:31:21

Modified files:
	lib/libc/sys   : kqueue.2 

Log message:
typo;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/22 16:23:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
use
directory/
instead of
@dir directory
okay naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/22 16:24:51

Modified files:
	infrastructure/install: make-plist 

Log message:
@dir directory -> directory/


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/22 17:03:10

Modified files:
	x11/qt3        : Makefile distinfo 
	x11/qt3/patches: patch-configure 
	                 patch-mkspecs_openbsd-g++_qmake_conf 
	                 patch-qmake_generators_unix_unixmake2_cpp 
	                 patch-src_iconview_qiconview_cpp 
	                 patch-tools_designer_app_app_pro 
	                 patch-tools_designer_designer_designer_pro 
	                 patch-tools_designer_examples_receiver1_receiver_pro 
	                 patch-tools_designer_examples_receiver2_receiver_pro 
	x11/qt3/pkg    : PFRAG.shared PLIST-base PLIST-examples 
	                 PLIST-html 
Added files:
	x11/qt3/patches: patch-src_iconview_qiconview_h 
	                 patch-src_kernel_qdragobject_cpp 
	                 patch-src_tools_qvaluelist_h 
	                 patch-src_widgets_qpopupmenu_cpp 
	                 patch-src_widgets_qprogressbar_cpp 
	                 patch-src_widgets_qprogressbar_h 
	                 patch-src_widgets_qscrollview_cpp 
Removed files:
	x11/qt3/patches: patch-config_tests_x11_xcursor_test 
	                 patch-qmake_generators_unix_unixmake_h 
	                 patch-src_canvas_qcanvas_cpp 
	                 patch-src_kernel_qdnd_x11_cpp 
	                 patch-src_widgets_qlistbox_cpp 
	                 patch-src_widgets_qlistview_cpp 

Log message:
upgrade to Qt 3.3.2

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	msf@cvs.openbsd.org	2004/07/22 17:21:11

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
Add missing check for NULL in DIOCCHANGERULE. This prevents a crash in
certain rare cases.

ok mcbride@ dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/07/22 17:53:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
fast-scanner should now about dir/ too.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/22 18:42:23

Modified files:
	bin/ls         : ls.1 

Log message:
move example descriptions before the examples themselves

ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/22 22:30:26

Modified files:
	misc/hfsplus   : Makefile 

Log message:
requires new autoconf now


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/22 22:57:56

Modified files:
	net/slirp/patches: patch-tcp_subr_c 

Log message:
errno fallout


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/22 23:10:18

Modified files:
	net/tightvnc/patches: 
	                      patch-Xvnc_programs_Xserver_include_servermd_h 

Log message:
provide proper definitions so this builds on powerpc


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/23 02:39:24

Log message:
    Initial import of py-parsing-1.2
    
    pyparsing is an alternative approach to creating and executing simple
    grammars, vs. the traditional lex/yacc approach, or the use of regular
    expressions.  The parsing module provides a library of classes that
    client code uses to construct the grammar directly in Python code.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jul-23
    
    N ports/devel/py-parsing/Makefile
    N ports/devel/py-parsing/distinfo
    N ports/devel/py-parsing/pkg/DESCR
    N ports/devel/py-parsing/pkg/PLIST
    N ports/devel/py-parsing/patches/patch-README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/23 02:41:06

Modified files:
	devel          : Makefile 

Log message:
+ py-parsing


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/23 03:08:08

Modified files:
	devel/py-pexpect: Makefile distinfo 

Log message:
update to py-pexpect-0.999;


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/23 03:49:33

Modified files:
	net/samba/stable: Makefile distinfo 

Log message:
SECURITY: CAN-2004-0686
Upgrade to 2.2.10:
Fixes a buffer overrun in the code
used to support the 'manglin method = hash'
smb.conf option.

from peter@, little modification by me;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/23 04:20:43

Modified files:
	sbin/pfctl     : pfctl.8 pfctl.c 

Log message:
- make SYNOPSIS and usage() clear that -t precedes -T;
spotted by Tamas Tevesh, via dhartmei@;

also, add -o to usage(), and note that /ruleset is now the correct syntax,
not :ruleset;

ok dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/23 04:35:44

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
tweaks for openssl spkac;


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/07/23 07:11:58

Modified files:
	devel/boehm-gc/pkg: PLIST 
	devel/gmake/pkg: PLIST 
	devel/lam/pkg  : PLIST 
	devel/opencm/pkg: PLIST PLIST-docs 
	devel/tkcvs/pkg: PLIST 
	emulators/bochs/pkg: PLIST 
	emulators/x48/pkg: PLIST 
	graphics/ggi/pkg: PFRAG.shared PLIST 
	lang/guavac/pkg: PLIST 

Log message:
o @dir subdir -> subdir/ syntax change
o resort properly with current make-plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/23 08:06:05

Modified files:
	net/samba/stable: Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
SECURITY: CAN-2004-0686
Upgrade to 2.2.10:
Fixes a buffer overrun in the code
used to support the 'manglin method = hash'
smb.conf option.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/23 08:06:56

Modified files:
	net/samba/stable: Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
SECURITY: CAN-2004-0686
Upgrade to 2.2.10:
Fixes a buffer overrun in the code
used to support the 'manglin method = hash'
smb.conf option.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/07/23 08:15:04

Modified files:
	databases/ocaml-postgresql: Makefile 
	databases/ocaml-postgresql/patches: patch-examples_dump_Makefile 
	databases/ocaml-postgresql/pkg: PFRAG.native PLIST 
Removed files:
	databases/ocaml-postgresql/patches: patch-OCamlMakefile 

Log message:
fix on bytecode-only arches, noticed by nikolay


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 09:31:35

Modified files:
	sys/arch/luna88k/include: autoconf.h 
	sys/arch/luna88k/luna88k: autoconf.c 

Log message:
Nuke getdevunit().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 09:34:04

Modified files:
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/mvme88k/conf: files.mvme88k 
Added files:
	sys/arch/m88k/m88k: vm_machdep.c 
Removed files:
	sys/arch/luna88k/luna88k: vm_machdep.c 
	sys/arch/mvme88k/mvme88k: vm_machdep.c 

Log message:
Move luna88k and mvme88k vm_machdep to m88k-agnostic code area.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/23 11:27:40

Modified files:
	bin/domainname : domainname.1 
	share/man/man5 : Makefile 
	share/man/man8 : afterboot.8 netstart.8 yp.8 
Added files:
	share/man/man5 : defaultdomain.5 

Log message:
add a manpage for /etc/defaultdomain

help and ok jmc, miod, millert, and others


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/23 11:33:30

Modified files:
	audio/flite    : Makefile 

Log message:
mark as broken on hppa: gcc hang compiling cmu_us_kal_diphone.c
happens on any optimization level


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/23 12:29:52

Modified files:
	benchmarks/netperf: Makefile distinfo 
	benchmarks/netperf/pkg: PLIST 

Log message:
netperf 2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/23 12:30:28

Added files:
	benchmarks/netperf/patches: patch-netserver_c 

Log message:
do not open debug file unless needed


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 15:00:09

Modified files:
	sys/arch/mvme88k/dev: clock.c 

Log message:
Better delay code for MVME188. Should make console and network much more
reactive.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 15:01:10

Modified files:
	sys/arch/mvme88k/dev: dart.c 

Log message:
Be more careful when handling interrupts - especially the first one after
the console transition from BUG to the chip could lead us to invoke
ttymodem() on a bogus tty.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 16:19:09

Modified files:
	sys/arch/mvme88k/dev: vme.c 
	sys/arch/mvme88k/include: mvme188.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Eventually get the MVME188 reset sequence to work, and allow it to return
to the BUG instead of spinning if our reset fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 16:19:32

Modified files:
	distrib/sets/lists/man: mi 

Log message:
Sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/23 17:07:33

Modified files:
	infrastructure/plist: amd64 i386 powerpc sparc sparc64 vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	marc@cvs.openbsd.org	2004/07/23 17:15:18

Modified files:
	usr.bin/gprof  : arcs.c 

Log message:
fix use after free due to freeing incorrect item.
looks right to me millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/23 17:15:49

Modified files:
	sys/arch/mvme88k/dev: dart.c 

Log message:
Better fix for the ttymodem issue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/23 18:08:14

Modified files:
	misc/bsdiff    : Makefile distinfo 
	misc/bsdiff/pkg: PLIST 

Log message:
upgrade to 4.2; respect CC; @dirrm -> dir/;
from MAINTINER Michael van der Westhuizen <michael@skanky.homeunix.net> and
little modifications by me.


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/07/24 01:56:39

Modified files:
	.              : i386-laptop.html macppc.html plus28.html 
	                 plus32.html 

Log message:
respond to the democratic electorate majority on the spelling of Cardbus vs CardBus


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 05:46:04

ports/x11/kde/patches-3.2.3

Update of /cvs/ports/x11/kde/patches-3.2.3
In directory cvs.openbsd.org:/tmp/cvs-serv32249/patches-3.2.3

Log Message:
Directory /cvs/ports/x11/kde/patches-3.2.3 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 06:43:16

Modified files:
	japanese/Wnn/pkg: PLIST PLIST-data PLIST-dict PLIST-ko 
	                  PLIST-kodict PLIST-zh PLIST-zhdict 

Log message:
@dir -> /


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 06:45:21

Modified files:
	lang/squeak/image/pkg: PLIST 
	lang/squeak/sources/pkg: PLIST 
	lang/squeak/vm/pkg: PLIST 

Log message:
@dir/@dirrm -> dir/


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 06:47:16

Modified files:
	x11/kde        : Makefile Makefile.inc kde.port.mk 
	x11/kde/accessibility3: Makefile distinfo 
	x11/kde/accessibility3/pkg: PLIST 
	x11/kde/addons3: Makefile distinfo 
	x11/kde/addons3/pkg: PLIST 
	x11/kde/admin3 : Makefile distinfo 
	x11/kde/admin3/pkg: PLIST 
	x11/kde/arts3  : Makefile distinfo 
	x11/kde/arts3/patches: patch-configure_in 
	                       patch-flow_gsl_Makefile_in 
	                       patch-gmcop_Makefile_in 
	x11/kde/arts3/pkg: PLIST 
	x11/kde/artwork3: Makefile distinfo 
	x11/kde/artwork3/pkg: PLIST 
	x11/kde/base3  : Makefile distinfo 
	x11/kde/base3/pkg: PFRAG.shared PLIST 
	x11/kde/bindings3: Makefile distinfo 
	x11/kde/bindings3/patches: patch-kdec_clib_Makefile_in 
	                           patch-kjsembed_Makefile_in 
	                           patch-qtc_clib_Makefile_in 
	                           patch-qtc_clib_qtc_Makefile_in 
	x11/kde/bindings3/pkg: PLIST 
	x11/kde/edu3   : Makefile distinfo 
	x11/kde/edu3/patches: patch-kiten_Makefile_in 
	x11/kde/edu3/pkg: PLIST 
	x11/kde/games3 : Makefile distinfo 
	x11/kde/games3/pkg: PLIST 
	x11/kde/graphics3: Makefile distinfo 
	x11/kde/graphics3/pkg: PFRAG.shared PLIST PLIST-kamera 
	x11/kde/i18n3  : Makefile distinfo 
	x11/kde/i18n3/pkg: PLIST.az PLIST.bg PLIST.bn PLIST.bs PLIST.ca 
	                   PLIST.cs PLIST.cy PLIST.da PLIST.de PLIST.el 
	                   PLIST.en_GB PLIST.es PLIST.et PLIST.eu 
	                   PLIST.fa PLIST.fi PLIST.fr PLIST.gl PLIST.he 
	                   PLIST.hi PLIST.hu PLIST.is PLIST.it PLIST.ja 
	                   PLIST.lt PLIST.mn PLIST.ms PLIST.nb PLIST.nds 
	                   PLIST.nl PLIST.nn PLIST.pl PLIST.pt 
	                   PLIST.pt_BR PLIST.ro PLIST.ru PLIST.sk 
	                   PLIST.sl PLIST.sr PLIST.sr@Latn PLIST.sv 
	                   PLIST.tg PLIST.tr PLIST.uk PLIST.uz 
	                   PLIST.zh_CN PLIST.zh_TW 
	x11/kde/libs3  : Makefile distinfo 
	x11/kde/libs3/pkg: PFRAG.shared PLIST 
	x11/kde/libs3-doc: Makefile 
	x11/kde/multimedia3: Makefile distinfo 
	x11/kde/multimedia3/patches: patch-kaudiocreator_Makefile_in 
	                             patch-kioslave_audiocd_audiocd_cpp 
	                             patch-kscd_Makefile_in 
	                             patch-kscd_libwm_Makefile_in 
	                             patch-mpeglib_example_cddaplay_Makefile_in 
	                             patch-mpeglib_example_mpgplay_Makefile_in 
	                             patch-mpeglib_example_splay_Makefile_in 
	                             patch-mpeglib_example_tplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yafcdda_Makefile_in 
	                             patch-mpeglib_example_yaf_yafmpgplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yafsplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yaftplay_Makefile_in 
	                             patch-mpeglib_example_yaf_yafvorbis_Makefile_in 
	                             patch-mpeglib_example_yaf_yafyuv_Makefile_in 
	x11/kde/multimedia3/pkg: PFRAG.shared PLIST 
	x11/kde/network3: Makefile distinfo 
	x11/kde/network3/pkg: PFRAG.shared PLIST 
	x11/kde/pim3   : Makefile distinfo 
	x11/kde/pim3/pkg: PFRAG.shared-kpilot PLIST PLIST-kpilot 
	x11/kde/quanta : Makefile distinfo 
	x11/kde/quanta/pkg: PLIST 
	x11/kde/sdk3   : Makefile distinfo 
	x11/kde/sdk3/pkg: PLIST 
	x11/kde/toys3  : Makefile distinfo 
	x11/kde/toys3/pkg: PLIST 
	x11/kde/utils3 : Makefile distinfo 
	x11/kde/utils3/pkg: PFRAG.shared PLIST 
Added files:
	x11/kde/patches-3.2.3: patch-acinclude_m4 patch-admin_cvs_sh 
	                       patch-admin_libtool_m4_in 
	                       patch-admin_ltmain_sh 
Removed files:
	x11/kde/graphics3/patches: patch-kghostview_Makefile_in 
	                           patch-kghostview_kgv_view_cpp 

Log message:
basic update to kde 3.2.3.
A few files to remove/add yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 06:50:50

Added files:
	x11/kde/edu3/patches: patch-kbruch_src_mainqtwidget_cpp 
	x11/kde/i18n3/pkg: PLIST.ar PLIST.hr PLIST.hsb 
	x11/kde/network3/patches: 
	                          patch-kopete_protocols_gadu_libgadu_libgadu-config_h_in 

Log message:
missing patches and packing-lists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 07:36:03

Modified files:
	x11/kde/addons3/pkg: PLIST 
	x11/kde/utils3/pkg: PLIST 

Log message:
finish the few that didn't use dir/ yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 07:53:12

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
tag cache entries with b(uild), r(un), a(ll).
Fixes a rare logic error, where recursive build depends would not trigger
all depends because an existing build depends was taken instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 08:20:49

Modified files:
	archivers/arc/pkg: PLIST 
	archivers/bzip2/pkg: PFRAG.shared PLIST 
	archivers/gcpio/pkg: PLIST 
	archivers/gshar+gunshar/pkg: PLIST 
	archivers/gtar/pkg: PLIST 
	archivers/lxsplit/pkg: PLIST 
	archivers/lzo/pkg: PFRAG.shared PLIST 
	archivers/macutil/pkg: PLIST 
	archivers/p5-Archive-Tar/pkg: PLIST 
	archivers/p5-Archive-Zip/pkg: PLIST 
	archivers/p5-Compress-LZO/pkg: PLIST 
	archivers/p5-Compress-Zlib/pkg: PLIST 
	archivers/p5-IO-Zlib/pkg: PLIST 
	archivers/par1cmdline/pkg: PLIST 
	archivers/par2cmdline/pkg: PLIST 
	archivers/rar/pkg: PLIST 
	archivers/star/pkg: PLIST 
	archivers/ucl/pkg: PFRAG.shared PLIST 
	archivers/unarj/pkg: PLIST 
	archivers/unrar/pkg: PLIST 
	archivers/unzip/pkg: PLIST 
	archivers/zip/pkg: PLIST 
Added files:
	archivers/p5-Compress-LZO/pkg: PFRAG.shared 
	archivers/p5-Compress-Zlib/pkg: PFRAG.shared 

Log message:
switch to using dir/ and @info.
a few more tweaks done by the automatic update mode of make update-plist.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/24 09:04:35

Modified files:
	sys/arch/hppa/dev: dino.c 

Log message:
better operated entities and quantities in raw functions


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/24 09:05:08

Modified files:
	sys/arch/m88k/include: cpu.h 
	sys/arch/mvme88k/include: cpu.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
intr_establish() and related defines are mvme88k-only, so move them back from
<m88k/cpu.h>, and simplify the return values while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 09:17:06

Modified files:
	astro/sattrack/pkg: PLIST 
	astro/sunclock/pkg: PLIST 
	astro/xephem/pkg: PLIST 
Added files:
	astro/xephem/pkg: MESSAGE 

Log message:
switch to dir/ and @info.
use MESSAGE in xephem.
Some automatic sorting done by make update-plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 09:48:49

Modified files:
	devel/autoconf/2.13/patches: patch-autoheader_sh 
Added files:
	devel/autoconf/2.13/patches: patch-autoupdate_sh 

Log message:
okay, forgot how patch is stupid.
Regen patches properly.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 10:57:43

Modified files:
	usr.bin/passwd : local_passwd.c 

Log message:
Print a newline before the message in kbintr.  Otherwise the message
ends up on the same line as the prompt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/24 10:59:48

Modified files:
	devel/uuid     : Makefile distinfo 

Log message:
upgrade to 1.0.1


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 11:34:07

Modified files:
	lib/libc/sys   : _exit.2 

Log message:
Xr _Exit(3)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 11:39:27

Modified files:
	sys/arch/i386/stand: Makefile.inc 
	sys/arch/amd64/stand: Makefile.inc 

Log message:
Use '=' not '==' with test.  While ksh accepts '==' as a synomym for '=',
it is not valid in sh.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/24 12:28:12

Modified files:
	sys/net        : Tag: OPENBSD_3_5 pf_ioctl.c 

Log message:
MFC:
Fix by msf@

Add missing check for NULL in DIOCCHANGERULE. This prevents a crash in
certain rare cases.

ok mcbride@ dhartmei@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/24 12:29:27

Modified files:
	sys/net        : Tag: OPENBSD_3_4 pf_ioctl.c 

Log message:
MFC:
Fix by msf@

Add missing check for NULL in DIOCCHANGERULE. This prevents a crash in
certain rare cases.

ok mcbride@ dhartmei@ millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	jolan@cvs.openbsd.org	2004/07/24 12:55:06

Modified files:
	faq            : faq4.html 

Log message:
a->an, pr3863


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/24 13:12:34

Modified files:
	lib/csu/m88k   : crt0.c 
	sys/arch/m88k/include: profile.h 

Log message:
New, working, profiling code for m88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/24 13:14:08

Modified files:
	share/mk       : bsd.own.mk 

Log message:
Enable profiling libraries construction on m88k.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/07/24 15:19:31

Modified files:
	infrastructure/plist: amd64 i386 powerpc sparc sparc64 vax 

Log message:
more up-to-date


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/24 15:26:05

Modified files:
	sys/dev/ic     : an.c 

Log message:
provide proper ip header alignment (and repair big endian archs again from after ether_input_mbuf conversion); also kill some stupid spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 18:03:52

Modified files:
	sys/dev/ic     : atw.c 

Log message:
The RSSI field in the Rx descriptor is the unadulterated content
of the DIVCTL/RSSI register on the RF3000 baseband.  Mask all but
the RSSI bits.  From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/24 18:13:30

Modified files:
	sys/dev/cardbus: cardslot.c 

Log message:
typo, enevt -> event


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/07/24 18:15:32

Modified files:
	.              : README 

Log message:
kill this. replace with a pointer to actual documentation.
Either it's redundant, or people are not going to look there.
and it's going to be out of date, all the time, anyways.

okay pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:15:34

Modified files:
	devel/libgsf   : Makefile distinfo 
	devel/libgsf/patches: patch-ltmain_sh 
	devel/libgsf/pkg: PFRAG.shared PFRAG.shared-gnome PLIST 
	                  PLIST-gnome 

Log message:
Update to 1.10.0


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 18:15:47

Modified files:
	sys/dev/ic     : rf3000reg.h 

Log message:
Here is the serial bus format for the RF3000.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 18:16:35

Modified files:
	sys/dev/ic     : atw.c atwreg.h atwvar.h 

Log message:
Improve register definitions and slightly demystify some magic
numbers.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:17:40

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/patches: patch-ltmain_sh 
	math/gnumeric/pkg: PLIST 
Added files:
	math/gnumeric/pkg: PFRAG.shared 
Removed files:
	math/gnumeric/patches: patch-po_Makefile_in_in 
	                       patch-src_cut-n-paste-code_goffice_graph_plugins_plot_xy_gog-xy_c 

Log message:
Updated to 1.2.13.  Bug fixes and updated the port some.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:21:14

Added files:
	x11/gnome/terminal/patches: patch-src_terminal-screen_c 

Log message:
Have gnome-terminal default to the 'gnome' TERM type.  This way more
gnome-specific features are usually available.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:22:03

Modified files:
	x11/gnome/utils: Makefile distinfo 

Log message:
Update to 2.6.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:24:30

Modified files:
	x11/gnome/libgnomeprint: Makefile distinfo 
	x11/gnome/libgnomeprint/patches: patch-configure 
	x11/gnome/libgnomeprint/pkg: PFRAG.shared PLIST 
	x11/gnome/libgnomeprintui: Makefile distinfo 

Log message:
Update libgnomeprint and libgnomeprintui to 2.6.2, bringing us in-sync
with Gnome 2.6.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/24 18:30:48

Modified files:
	sys/dev/ic     : atw.c 

Log message:
Fix IBSS merges in atw(4).  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:31:56

Log message:
    Import Eye of Gnome (EOG for short) a general image viewer for Gnome.
    
    Submitted by several, but going with Thomas Delaet's version.  First
    of many I hope.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jul-24
    
    N ports/x11/gnome/eog/distinfo
    N ports/x11/gnome/eog/Makefile
    N ports/x11/gnome/eog/pkg/DESCR
    N ports/x11/gnome/eog/pkg/PLIST
    N ports/x11/gnome/eog/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/24 18:32:57

Modified files:
	x11/gnome      : Makefile 

Log message:
+eog


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/24 21:33:04

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't need to specify 9600 as the default speed, since it is first on the
list of speeds and thus the default default.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/25 05:06:43

Modified files:
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/luna88k/include: pmap.h pmap_table.h 
	sys/arch/luna88k/luna88k: pmap_table.c 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/mvme88k/conf: files.mvme88k 
	sys/arch/mvme88k/include: pmap.h pmap_table.h 
	sys/arch/mvme88k/mvme88k: pmap_table.c 
Added files:
	sys/arch/m88k/include: pmap.h pmap_table.h 
	sys/arch/m88k/m88k: pmap.c 
	sys/arch/mvme88k/mvme88k: pmap_bootstrap.c 
Removed files:
	sys/arch/luna88k/luna88k: pmap.c 
	sys/arch/mvme88k/mvme88k: pmap.c 

Log message:
Merge luna88k and mvme88k pmap. The pmap will now assume that the memory
below the kernel text is reserved for the PROM, instead of using fixed
(but different) values between luna88k and mvme88k.

Tested on mvme88k by myself, on luna88k by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/25 05:11:28

Modified files:
	distrib/sets/lists/base: md.luna88k md.mvme88k 
	distrib/sets/lists/comp: md.luna88k md.mvme88k 

Log message:
Sync


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/07/25 07:12:13

Modified files:
	.              : press.html 

Log message:
review on NewsForge


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/25 07:33:56

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c 

Log message:
Always build a stack frame when profiling. Otherwise profiling would only
work for code compiled at -O0...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/25 07:36:08

Modified files:
	sys/dev/ic     : atw.c atwvar.h 

Log message:
Begin conditioning device configuration on revision number.  Three types
are known: ADM8211A (1.1/1.5), ADM8211B (2.0), ADM8211C (3.0).  The B and
C parts, while not yet supported, have AP capability.  From NetBSD (dyoung).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/25 07:44:22

Modified files:
	sys/dev/cardbus: if_atw_cardbus.c 

Log message:
Program BARs before enabling memory or I/O access.  From NetBSD (mycroft).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/25 07:50:49

Modified files:
	sys/dev/pci    : if_atw_pci.c 
	sys/dev/cardbus: if_atw_cardbus.c 

Log message:
Store pci/cardbus revision number.  From NetBSD (dyoung)


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/07/25 07:56:11

Modified files:
	.              : press.html 

Log message:
OpenNTPD hit slashdot


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/07/25 11:34:06

Modified files:
	graphics/imlib2: Makefile 

Log message:
update maintainer address, from MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	couderc@cvs.openbsd.org	2004/07/25 11:36:20

Modified files:
	security/parse : Makefile 

Log message:
update maintainer address, from MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/25 12:27:58

Modified files:
	usr.sbin/ntpd  : ntpd.h config.c 

Log message:
remove unused function


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/07/25 13:31:58

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
added packages:
php4-bz2-4.3.8.tgz
php4-core-4.3.8.tgz
php4-curl-4.3.8.tgz
php4-dba-4.3.8.tgz
php4-dbase-4.3.8.tgz
php4-dbx-4.3.8.tgz
php4-domxml-4.3.8.tgz
php4-extensions-4.3.8.tgz
php4-filepro-4.3.8.tgz
php4-gd-4.3.8.tgz
php4-gmp-4.3.8.tgz
php4-imap-4.3.8.tgz
php4-ldap-4.3.8.tgz
php4-mcrypt-4.3.8.tgz
php4-mhash-4.3.8.tgz
php4-mysql-4.3.8.tgz
php4-ncurses-4.3.8.tgz
php4-odbc-4.3.8.tgz
php4-pdf-4.3.8.tgz
php4-pear-4.3.8.tgz
php4-pgsql-4.3.8.tgz
php4-shmop-4.3.8.tgz
php4-snmp-4.3.8.tgz
php4-sybase_ct-4.3.8.tgz
php4-xmlrpc-4.3.8.tgz
php4-xslt-4.3.8.tgz


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/25 14:50:51

Modified files:
	sys/kern       : kern_proc.c kern_synch.c 

Log message:
move db_show_all_procs to kern_proc.c, proc_printit goes in DDB too.
shuffle functions around so that scheduler is all together.
no real functional changes. ok art@ testing miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/25 16:05:00

Modified files:
	fr             : i386-laptop.html macppc.html pkg-stable.html 
	                 pkg-stable34.html press.html want.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/25 16:06:07

Modified files:
	hu             : donations.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/25 16:08:28

Modified files:
	zh-cn          : donations.html events.html ftp.html index.html 
	                 orders.html plat.html plus.html press.html 
Added files:
	zh-cn          : crypto.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/25 16:17:55

www/el

Update of /cvs/www/el
In directory cvs.openbsd.org:/tmp/cvs-serv25093/el

Log Message:
Directory /cvs/www/el added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/25 16:19:49

Added files:
	el             : index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/25 17:09:19

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
more consistent handling of vnode recount during rename.
should solve some panics.  various testing for a while.


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2004/07/25 17:45:42

Modified files:
	.              : errata.html errata34.html 

Log message:
add rnd issue.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/25 21:02:57

Modified files:
	faq            : faq4.html 

Log message:
when you spot one error, look for more.  more a->an's, and a few
ftp/nfs -> FTP/NFSs.


CVSROOT:	/cvs
Module name:	www
Changes by:	david@cvs.openbsd.org	2004/07/25 22:35:10

Modified files:
	.              : errata24.html security.html stable.html 
	faq            : faq6.html 

Log message:
more a->an; ok nick@ jolan@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/07/26 00:04:36

Modified files:
	www/mod_security/pkg: PLIST 

Log message:
@dir -> /


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/07/26 00:13:03

Modified files:
	audio/festival/festvox/festvox_kedlpc16k/pkg: DESCR 
	comms/wy60/pkg : DESCR 
	databases/p5-AsciiDB-TagFile/pkg: DESCR 
	devel/py-pexpect/pkg: DESCR 
	security/dante/pkg: DESCR 
	www/w3mir/pkg  : DESCR 
	www/wwwcount/files: count.cfg.sample 
	x11/lesstif/pkg: DESCR 

Log message:
a->an


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/26 01:52:44

Modified files:
	fr             : want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/26 02:53:29

Modified files:
	share/man/man5 : hostname.if.5 

Log message:
various tweaks;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/26 02:59:00

Modified files:
	lib/libc/sys   : recv.2 

Log message:
- change some lists from -column to -tag (-column not needed) and adjust
for a decent -width
- document MSG_DONTWAIT (from FreeBSD)
- simplify macros
- document EHOSTUNREACH, EHOSTDOWN, and ENETDOWN; spotted by henning@
- .Xr connect 2

ok henning@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/26 03:04:18

Modified files:
	usr.bin/xstr   : xstr.1 xstr.c 

Log message:
- document -v (verbose); from NetBSD (-r 1.16)
- order options
- simplify macros
- sync usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/26 03:20:14

Modified files:
	share/man/man4 : lo.4 carp.4 vlan.4 gre.4 faith.4 

Log message:
.Xr hostname.if 5
.Xr netstart 8

from Alexey E. Suslikov


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/26 03:26:43

Modified files:
	share/man/man4 : ppp.4 sl.4 

Log message:
.Xr hostname.if 5
.Xr ifconfig 8
.Xr netstart 8

from Alexey E. Suslikov


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:10:46

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/files: README.OpenBSD 
	databases/postgresql/pkg: DESCR PFRAG.shared PLIST PLIST-docs 
Added files:
	databases/postgresql/patches: patch-configure 
	databases/postgresql/pkg: DESCR-server INSTALL-server 
	                          PFRAG.shared-server PLIST-server 
Removed files:
	databases/postgresql/patches: patch-src_Makefile_shlib 
	                              patch-src_interfaces_ecpg_lib_Makefile 
	                              patch-src_makefiles_Makefile_openbsd 
	databases/postgresql/pkg: DEINSTALL DESCR-clients DESCR-tcl 
	                          INSTALL PFRAG.shared-clients 
	                          PFRAG.shared-tcl PLIST-clients 
	                          PLIST-tcl 

Log message:
Update to PostgreSQL 7.4.3

Changes in the package layout means that there is now a -client and
-server subpackage, and users no longer need to decide which, as
the -server depends on the -client, just like the sane cases in
mysql and openldap.

Other changes include:

* Removal of the tcl FLAVOR until someone with more tcl/tk knowledge
can make it work correctly.

* The INSTALL-server script now created a _postgresql user and group
if they don't already exist, and also a default database in
/var/postgresql if that directory also doesn't exist.

* The port is marked for NO_SHARED_ARCHS as the -server subpackage
needs shared lib support to build.

* The port will build with spinlocks disabled on hppa until someone
can check and test this problem more closely.

Built and checked on i386, sparc64, amd64, macppc (waiting for regress
test feedback).

Dependent packages will be updated after this commit, shortly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:13:28

Modified files:
	databases/p5-DBD-Pg: Makefile 

Log message:
Update for new postgresql-client dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:14:27

Modified files:
	mail/exim      : Makefile 

Log message:
Update to use new postgresql-client dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:15:28

Modified files:
	databases/p5-pgsql: Makefile 

Log message:
Update to use new postgresql-client dependency

Maintainer ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:18:25

Modified files:
	mail/courier-imap: Makefile 

Log message:
Update to use new postgresql-client dependency

Maintainer ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:21:12

Modified files:
	databases/py-psycopg: Makefile 

Log message:
Update to use new postgresql-client dependency

Also removed "useless +'s" on _DEPENDS, at xsa@ request.

As this port has no currently listed maintainer, I had ok's from
xsa@ and Aleksander Piotrowski.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:23:07

Modified files:
	databases/ocaml-postgresql: Makefile 

Log message:
Update to use new postgresql-client dependency

Maintainer ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 04:42:56

Modified files:
	sys/arch/m88k/m88k: trap.c 

Log message:
Shrink more code if option PTRACE is not set; also use ss_put_value()
in trap handlers instead of inlining it by hand.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:56:01

Modified files:
	mail/exim      : Makefile distinfo 
	mail/exim/files: Makefile eximon.conf 
	mail/exim/pkg  : DESCR INSTALL PFRAG.no-no_x11 PLIST 
Added files:
	mail/exim/patches: patch-OS_Makefile-OpenBSD 
	                   patch-scripts_exim_install 
	mail/exim/pkg  : PFRAG.no-no_exiscan 
Removed files:
	mail/exim/patches: patch-Makefile patch-configure_default 
	                   patch-src_accept_c patch-src_daemon_c 
	                   patch-src_smtp_in_c patch-src_verify_c 
	mail/exim/pkg  : DEINSTALL 

Log message:
Update to exim 4.41.

This is a major update and configuration files are not compatible.
A conversion script is included and installed in

${PREFIX}/share/examples/exim4/convert4r4

New co-maintainer and much of the inital work done by Ilya Voronin.

A decision was made to include the semi-official exiscan patch in
the default installation, as most admins appear to use this. It is
hoped that is will become part of the core exim4 code "soon".

This port now creates an _exim user and group if they don't already
exist.

Work and testing by Ilya Voronin, Richard Welty, Axel Rau and others
who I can't now find in my mailbox. Apologies if I left you out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/26 04:58:56

Modified files:
	mail           : Makefile 

Log message:
also build a couple of no_exiscan version of the new exim


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 05:08:20

Modified files:
	sys/arch/m88k/include: pmap.h 
	sys/arch/m88k/m88k: pmap.c 

Log message:
Provide a real pmap_proc_iflush() routine.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 07:26:39

Modified files:
	sys/arch/sparc/dev: zx.c 
	sys/dev/sbus   : zx.c 

Log message:
Remove orphaned prototypes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/26 07:48:59

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
upgrade to Postfix 2.1.4

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/26 08:02:37

Modified files:
	usr.sbin/httpd/src/modules/standard: mod_usertrack.c 

Log message:
Fold in backport of 2.0 fix for mod_usertrack core dump
when enabled but no explicit CookieName is set.

From: Apache CVS

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 08:05:59

Modified files:
	sys/dev/pckbc  : wskbdmap_mfii.c 

Log message:
Minor glitches in the belgium keyboard layout; reported by Richard Ben Aleya.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 08:06:12

Modified files:
	sys/arch/hppa/gsc: gsckbdmap.c 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 08:07:50

Modified files:
	sys/dev/usb    : ukbdmap.c 

Log message:
Belgium USB keyboard map; contributed by Richard Ben Aleya.


CVSROOT:	/cvs
Module name:	src
Changes by:	mjc@cvs.openbsd.org	2004/07/26 10:25:10

Modified files:
	usr.bin/mg     : mg.1 

Log message:
document behaviour of mg +-number file
ok vincent@
better wording from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/26 10:36:30

Modified files:
	sys/arch/luna88k/dev: mb89352.c mb89352reg.h 
	sys/dev/ic     : aic6360.c 

Log message:
Typos in comments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/26 15:04:24

Modified files:
	astro/py-metar/pkg: DESCR 
	databases/py-mysql: Makefile 
	devel/py-Checker: Makefile 
	devel/py-Checker/pkg: DESCR 
	devel/py-unit  : Makefile 
	editors/cooledit/pkg: DESCR 
	graphics/py-Imaging: Makefile 
	net/py-IP      : Makefile 
	net/py-curl    : Makefile 
	net/py-dns     : Makefile 
	security/py-cryptkit/pkg: DESCR 
	textproc/py-Chart: Makefile 
	textproc/py-HappyDoc: Makefile 
	textproc/py-xml: Makefile 

Log message:
python -> Python


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/26 15:16:21

Modified files:
	net/isc-dhcp   : Makefile distinfo 
	net/isc-dhcp/pkg: PLIST 

Log message:
update to 3.0.1 release and take MAINTAINER. ok MAINTAINER


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/26 16:12:39

Modified files:
	.              : lyrics.html 

Log message:
misplaced comma. From Aleksander . Piotrowski at NIC dot com dot pl


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/26 16:44:40

Modified files:
	mail/postfix   : Makefile.inc 

Log message:
fix postgres dependency


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/07/26 23:31:25

Modified files:
	fr             : errata.html errata34.html stable.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/27 00:17:42

Log message:
    Initial import of pear-HTML-QuickForm 3.2.3.
    
    The HTML_QuickForm package provides methods for dynamically create,
    validate and render HTML forms.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Jul-27
    
    N ports/www/pear-HTML-QuickForm/Makefile
    N ports/www/pear-HTML-QuickForm/distinfo
    N ports/www/pear-HTML-QuickForm/pkg/PLIST
    N ports/www/pear-HTML-QuickForm/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/27 00:18:31

Modified files:
	www            : Makefile 

Log message:
add pear-HTML-QuickForm


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/07/27 00:34:43

Modified files:
	www/pear-HTML-QuickForm: Makefile 

Log message:
add pear-HTML-Common dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	peter@cvs.openbsd.org	2004/07/27 00:54:48

Modified files:
	mail/exim/patches: patch-scripts_exim_install 

Log message:
Forgot to update patch for new version (was originally written with 4.40
in mind). Thanks Gerard Gerritsen for noticing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/27 02:55:23

Log message:
    Initial import of py-reportlab-1.19 and plugins.
    
    The ReportLab Toolkit is Open Source PDF library. This library
    implements a flexible layout engine named Platypus that builds documents
    from components like headlines, paragraphs, fonts, tables, bitmap
    images, vector graphics, etc. These flowable elements are placed in a
    document "story" following a set of templates for frames, pages and the
    entire document itself. In addition to the standard 14 PostScript fonts
    there is full support for custom embedded Type-1 as well as for Asian
    fonts. The included graphics subpackage provides a set of primitive
    shapes as well as reusable widgets building on them. Among the sample
    collections is a very useful set of business chart diagrams, including
    bar charts, line charts and pie charts.  Different renderers can be used
    to create vector graphics (in fact, even full document pages) as
    individual components not only in PDF, but also in EPS and in a variety
    of bitmap formats including JPEG, PNG, GIF, BMP and PICT.
    
    Submitted and maintained by <Aleksander.Piotrowski at nic.com.pl>
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Jul-27
    
    N ports/print/py-reportlab/Makefile
    N ports/print/py-reportlab/reportlab/Makefile
    N ports/print/py-reportlab/reportlab/distinfo
    N ports/print/py-reportlab/reportlab/patches/patch-reportlab_setup_py
    N ports/print/py-reportlab/reportlab/patches/patch-reportlab_lib__rl_accel_c
    N ports/print/py-reportlab/reportlab/patches/patch-reportlab_pdfbase_ttfonts_py
    N ports/print/py-reportlab/reportlab/pkg/DESCR
    N ports/print/py-reportlab/reportlab/pkg/PLIST
    N ports/print/py-reportlab/reportlab/pkg/PFRAG.shared
    N ports/print/py-reportlab/plugins/Makefile.inc
    N ports/print/py-reportlab/plugins/Makefile
    N ports/print/py-reportlab/plugins/renderPM/Makefile
    N ports/print/py-reportlab/plugins/renderPM/distinfo
    N ports/print/py-reportlab/plugins/renderPM/patches/patch-setup_py
    N ports/print/py-reportlab/plugins/renderPM/patches/patch-test_renderPM_py
    N ports/print/py-reportlab/plugins/renderPM/patches/patch-gt1_gt1-misc_h
    N ports/print/py-reportlab/plugins/renderPM/pkg/PLIST
    N ports/print/py-reportlab/plugins/renderPM/pkg/DESCR
    N ports/print/py-reportlab/plugins/renderPM/pkg/PFRAG.shared
    N ports/print/py-reportlab/plugins/barcode/Makefile
    N ports/print/py-reportlab/plugins/barcode/distinfo
    N ports/print/py-reportlab/plugins/barcode/pkg/PLIST
    N ports/print/py-reportlab/plugins/barcode/pkg/DESCR
    N ports/print/py-reportlab/plugins/barcode/files/setup.py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/27 02:56:34

Modified files:
	print          : Makefile 

Log message:
+ py-reportlab


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/27 04:45:13

Added files:
	zh-cn          : anoncvs.html cvsync.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/27 04:45:39

Modified files:
	it             : index.html plat.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/27 05:15:24

Modified files:
	www/php4/extensions: Makefile 

Log message:
Update to use new postgresql-client dependency
from Alistair Kerr <openbsd@rukh.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/27 06:16:06

Modified files:
	sys/arch/luna88k/luna88k: eh.S 
	sys/arch/mvme88k/mvme88k: eh.S 
Added files:
	sys/arch/m88k/m88k: eh_common.S 

Log message:
Factorize exception handling code. The only different part between luna88k
and mvme88k is the retrieval of the CMMU fault registers.

Tested on mvme88k by myself and luna88k by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/27 06:36:34

Modified files:
	sys/arch/luna88k/dev: if_le.c sio.c spc.c 
	sys/arch/luna88k/luna88k: isr.c isr.h 

Log message:
Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.c

ok aaron@, tested aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/27 07:27:43

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
suport macro expansion for peer spec in filter rules
things like
deny from { $peer1 $peer2 } prefix 192.168.0.0/16
are now possible.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/07/27 07:33:37

Modified files:
	usr.bin/rup    : rup.1 

Log message:
macro fixes
punctuation
use 'Bl -diag' for diagnostic lists

ok jmc


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2004/07/27 08:18:06

Modified files:
	.              : i386.html 

Log message:
slight sync w/ em(4);
from Alexey E. Suslikov;

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/07/27 08:39:31

Modified files:
	net/ntp        : Makefile 
	net/ntp/pkg    : MESSAGE PLIST PLIST-doc 
Added files:
	net/ntp/files  : README.OpenBSD 

Log message:
- shorten MESSAGE.
- add a README.OpenBSD file describing how to start ntpd.
- @dirrm -> dir/


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/27 09:26:45

Modified files:
	usr.sbin/bgpd  : bgpd.h 

Log message:
do not define the prefix, prefixlen and community structs used for
the filters from within struct filter_match but explicit; no functional change


CVSROOT:	/cvs
Module name:	www
Changes by:	jaredy@cvs.openbsd.org	2004/07/27 09:39:26

Modified files:
	.              : macppc.html 

Log message:
mention an(4) works via pcmcia
also change CardBus -> PCMCIA for wireless devices
that are supported through pcmcia and not cardbus
and capitalize Apple "Airport" while I'm here

ok drahn


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/27 13:35:21

Modified files:
	audio/speex    : Makefile distinfo 
	audio/speex/pkg: PFRAG.shared PLIST 

Log message:
Update to 1.0.4.

Changes in this release:
* Headers are now in ${PREFIX}/include/speex/ (but a copy is still in
${PREFIX}/include for compat reasons).
* Pseudo-gapless playback (i.e. playback has the same number of samples).
* Fixed a potential bug (unconfirmed) that might cause a segfault
in special circumstances.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/07/27 13:41:25

Modified files:
	gnu/usr.bin/gcc/gcc/config/sparc: openbsd64.h 

Log message:
Don't override PREFERRED_DEBUGGING_TYPE.  This makes DWARF2 the default
again; stabs doesn't work for 64-bit code.
ok miod@, espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/07/27 14:25:43

Modified files:
	.              : books.html 

Log message:
Update link for The Design and Implementation of the 4.4 BSD Operating System.
From Jonathan Gray.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/27 14:26:59

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
add support for {} expansion for prefix in the filter rules, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/27 17:18:27

Modified files:
	usr.sbin/httpd/htdocs: index.html 

Log message:
art.html -> art1.html, PR3872 From: ak@ebi.ac.uk


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/27 19:47:24

Modified files:
	devel/t1lib    : Makefile 
	devel/t1lib/pkg: PFRAG.shared PLIST 

Log message:
make sure X support has been disabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/27 21:15:37

Modified files:
	x11/qt3        : Makefile 

Log message:
Qt3 does evil things with PostgreSQL server headers so add
a build-time dependency on the -server sub-package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/27 22:47:36

Log message:
    Import of gtksourceview, a text widget that extends GTK2's GtkTextView
    widget.  Considered part of GNOME, but is not really Gnome-specific.
    
    From Thomas Delaet.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jul-27
    
    N ports/x11/gtksourceview/distinfo
    N ports/x11/gtksourceview/Makefile
    N ports/x11/gtksourceview/pkg/DESCR
    N ports/x11/gtksourceview/pkg/PLIST
    N ports/x11/gtksourceview/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/27 22:54:59

Modified files:
	x11            : Makefile 

Log message:
+gtksourceview


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/27 22:55:59

Log message:
    Import of gedit, the GNOME test editor.
    
    From Thomas Delaet.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jul-27
    
    N ports/x11/gnome/gedit/distinfo
    N ports/x11/gnome/gedit/Makefile
    N ports/x11/gnome/gedit/pkg/DESCR
    N ports/x11/gnome/gedit/pkg/PLIST
    N ports/x11/gnome/gedit/pkg/PFRAG.shared
    N ports/x11/gnome/gedit/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/27 22:56:32

Log message:
    Import of ggv, the GNOME frontend for GhostScript.
    
    From Thomas Delaet.
    
    Status:
    
    Vendor Tag:	marcm
    Release Tags:	marcm_2004-jul-27
    
    N ports/x11/gnome/ggv/distinfo
    N ports/x11/gnome/ggv/Makefile
    N ports/x11/gnome/ggv/pkg/DESCR
    N ports/x11/gnome/ggv/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/27 22:57:39

Modified files:
	x11/gnome      : Makefile 

Log message:
+gedit
+ggv


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/07/27 23:19:12

Modified files:
	x11/gnome/libgnomeprint: Makefile 
	x11/gnome/metacity: Makefile 

Log message:
Add that stupid p5-XML-Parser BUILD_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/27 23:28:23

Modified files:
	distrib/notes/alpha: contents 
	distrib/notes/amd64: contents 
	distrib/notes/hppa: contents 
	distrib/notes/i386: contents 
	distrib/notes/macppc: contents 
	distrib/notes/mvme68k: contents 
	distrib/notes/sparc: contents 
	distrib/notes/sparc64: contents 
	distrib/notes/vax: contents 

Log message:
Xetc causes the number of sets to change, better reflect it in the text...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 02:19:40

Modified files:
	usr.bin/uuencode: uuencode.1 

Log message:
remove dead Xr to uucp(1); from misc@;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 02:23:03

Modified files:
	gnu/usr.sbin/sendmail/cf/cf: openbsd-proto.mc 

Log message:
fix path to sendmail's README;

from Jonathan Gray (PR #3870);
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/28 02:47:12

Modified files:
	gnu/egcs/gcc/config/m88k: m88k.c m88k.h 
	sys/arch/m88k/include: va-m88k.h 

Log message:
In the never-ending saga of getting gcc to work reliably on m88k, today's
changes address incorrect stack usage, when optimization needs more
nameless temporary values than available registers, and has to save them
on stack.

In some (rare) circumstances, it will compute a stack address _outside_
the current function local storage space, overwriting the caller's stack.

Most of the time, this only affects the "outgoing argument area", which is
harmless if it has not been populated; this explains why it has not been
noticed earlier.

Since I see no easy way to fix this, I decided to go the simpler way of
removing this ougoing argument area. This not only reduces stack usage,
but also makes varargs/stdarg code smaller and faster; also functions which
get their first few arguments in registers, then some on the stack, then
some in registers again, will not allocate stack space for the second
set of arguments passed through registers.

This is an ABI change, we are no longer 88Open compliant (have we ever
been?).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/28 02:48:18

Modified files:
	lib/libc/arch/m88k: SYS.h 
	lib/libc/arch/m88k/sys: syscall.S 

Log message:
Update stack frame processing after ABI change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/28 02:49:04

Modified files:
	lib/libc/arch/m88k/gen: _setjmp.S setjmp.S sigsetjmp.S 

Log message:
Use less stack space for temporary storage and C code invocation, after
the ABI change.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 02:56:22

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
call setsid() _before_ re-exec


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 03:37:27

Modified files:
	usr.sbin/tcpdump: tcpdump.8 util.c 

Log message:
add -ttttt (timestamp difference since the first packet); ok thierry


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 03:40:29

Modified files:
	usr.bin/ssh    : auth.c auth1.c auth2.c cipher.c cipher.h key.c 
	                 session.c ssh.c sshconnect1.c 

Log message:
more s/illegal/invalid/


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/28 06:28:07

Modified files:
	sys/arch/m88k/include: asm.h 
	sys/arch/m88k/m88k: eh_common.S 

Log message:
Keep exception specific defines in the exception handling code, instead of
polluting the kernel namespace.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/28 06:28:48

Modified files:
	sys/arch/luna88k/conf: GENERIC 
	sys/arch/luna88k/include: locore.h 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/m88k/include: asm.h 
	sys/arch/m88k/m88k: eh_common.S 
	sys/arch/mvme88k/include: locore.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Remove EH_DEBUG code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/28 06:33:55

Modified files:
	sys/arch/m88k/m88k: db_trace.c 

Log message:
Nuke option JEFF_DEBUG for good.

(This code relies upon undefined C behaviour. Every day in ddb is your lucky
day...)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 06:46:36

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
rework the filter_match production and everything below - fixes
a couple of bugs


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/28 07:08:19

Modified files:
	usr.sbin/inetd : inetd.c 

Log message:
Should set user and group on unix domain sockets as reported by Juan Vera.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/28 07:12:30

Modified files:
	sys/dev/cardbus: if_atw_cardbus.c 
	sys/dev/pci    : pcidevs 
	share/man/man4 : atw.4 

Log message:
3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5.
Patch based on info from Sigfred HÃ¥versen and David Young.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 07:13:41

Modified files:
	sys/net        : route.c 

Log message:
pool(9) for rtentry and rttimer; similar to netbsd; ok mcbride, henning, pb


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/28 07:15:30

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 08:08:14

Modified files:
	usr.sbin/tcpdump: print-tcp.c 

Log message:
print th_seq for -vv; ok hshoexer, henning


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 08:15:28

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
add list expansion for AS in filter rules
actually, it's list expansion on steroids, this works:
deny from any { source-AS { 3320 852 } AS { 4589 174 } }


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 08:43:54

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
prevent the filter elements from beeing given more than once


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 09:05:20

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
allow AS lists inside AS lists


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 09:10:02

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
allow prefix lists inside prefix lists


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/28 09:12:55

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
Call dom_dispose() for any SCM_RIGHTS message that went through the
read path rather than recv.  Previously, if an fd was passed via
sendmsg() but was consumed by the receiver via read() the ref count
was incremented and never decremented and so the ref count would
never reach zero even when there was no long any processes holding
the file open (this was especially bad for locked fds).
OK markus@ and art@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/28 10:00:03

Modified files:
	usr.sbin/bgpd  : bgpd.c mrt.c mrt.h 

Log message:
The hole dance to close a mrt file after fd passing in the parent is not
needed as the fd is closed while beeing passed. looks good henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/28 10:02:14

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_attr.c 

Log message:
The default localpreference is 100 and not 0. Found and ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 10:38:43

Modified files:
	usr.sbin/ntpd  : client.c config.c ntpd.h parse.y 

Log message:
when a dns lookup fails at parse time, do not abort but try again
to resolve the hostname every 60 seconds
fixes ntpd invocations before e. g. a dialup link is established and such.
as we want ntpd to be a "fire and forget" background daemon it should
cope with such situations.
tested by many


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/28 10:41:33

Log message:
    Import _Dive Into Python_ 5.4.
    Submitted by: Aleksander Piotrowski <aleksander.piotrowski@nic.com.pl>.
    
    Dive Into Python is a free Python book for experienced programmers.
    
    Status:
    
    Vendor Tag:	naddy
    Release Tags:	naddy_20040728
    
    N ports/books/diveintopython/Makefile
    N ports/books/diveintopython/distinfo
    N ports/books/diveintopython/pkg/DESCR
    N ports/books/diveintopython/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/28 10:42:18

Modified files:
	books          : Makefile 

Log message:
+diveintopython


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 10:56:21

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
prevent unresolvable hostnames in "listen on" statements


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/28 11:05:08

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
allow "set metric" as synonym for "set med", from discussion with & ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/28 11:10:15

Modified files:
	usr.sbin/bgpd  : rde_decide.c 

Log message:
Prefer the path with the lowest multi-exit discriminator (MED) not the biggest.


CVSROOT:	/cvs
Module name:	src
Changes by:	tholo@cvs.openbsd.org	2004/07/28 11:15:12

Modified files:
	lib/libc/gen   : sysctl.3 
	sbin/sysctl    : sysctl.8 sysctl.c 
	sys/altq       : altq_subr.c 
	sys/conf       : files 
	sys/dev/pci    : amdpm.c amdpmreg.h files.pci 
	sys/kern       : init_main.c kern_clock.c kern_sysctl.c 
	                 kern_time.c 
	sys/sys        : kernel.h sysctl.h 
Added files:
	sys/dev/pci    : piixpm.c 
	sys/kern       : kern_tc.c 
	sys/sys        : timetc.h 

Log message:
This touches only MI code, and adds new time keeping code.  The
code is all conditionalized on __HAVE_TIMECOUNTER, and not
enabled on any platforms.

adjtime(2) support exists, courtesy of nordin@, sysctl(2) support
and a concept of quality for each time source attached exists.

High quality time sources exists for PIIX4 ACPI timer as well as
some AMD power management chips.  This will have to be redone
once we actually add ACPI support (at that time we need to use
the ACPI interfaces to get at these clocks).

ok art@ ken@ miod@ jmc@ and many more


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 13:35:40

Modified files:
	regress/sys/kern/unfdpass: unfdpass.c 

Log message:
Remove statement with no effect.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/07/28 13:37:09

Modified files:
	lib/libskey    : skeysubr.c 

Log message:
Use SHA1Pad() instead of relying on unspecified behavior.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 15:17:22

Modified files:
	sbin/fsck      : fsck.8 fsck.c 

Log message:
- sort options
- sync usage()
- use -keeps for SYNOPSIS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 15:20:02

Modified files:
	sbin/growfs    : growfs.8 

Log message:
sort options, and fix a spurious list width;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 15:27:52

Modified files:
	sbin/dumpfs    : dumpfs.8 
	sbin/fsck      : fsck.8 
	sbin/newfs     : newfs.8 
	sbin/tunefs    : tunefs.8 

Log message:
.Xr growfs 8


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/28 15:31:24

src/regress/sys/kern/itimer

Update of /cvs/src/regress/sys/kern/itimer
In directory cvs.openbsd.org:/tmp/cvs-serv19072/itimer

Log Message:
Directory /cvs/src/regress/sys/kern/itimer added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/28 15:32:51

Added files:
	regress/sys/kern/itimer: Makefile itimer.c 

Log message:
Very crude tests that check that itimers are at least pretending to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/07/28 15:35:30

Modified files:
	regress/sys/kern: Makefile 

Log message:
Add itimer.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 15:46:04

Modified files:
	share/man/man4 : tun.4 

Log message:
hostname.tun can be used to set link0, so add standard hostname.if(5)/
netstart(8) blurb; spotted by Alexey E. Suslikov;

also, add hostname.if(5) and netstart(8) to SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/28 17:33:52

Modified files:
	bin/rmail      : rmail.8 

Log message:
note that uucp is not part of base install, but can be installed w/
ports(7) or packages(7). copied verbatim from uucpd(8).

also, remove commented out Xrs to uucp(1), and put a comma in a sentence
that needs it.


CVSROOT:	/cvs
Module name:	src
Changes by:	itojun@cvs.openbsd.org	2004/07/28 21:09:40

Modified files:
	lib/libc/net   : gethostnamadr.c 

Log message:
we no longer need to query ip6.int for reverse lookup.  pvalchev ok


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/07/28 22:07:44

Modified files:
	usr.bin/compress: main.c 

Log message:
Don't set the output filename when in -t mode.  Avoids an error when
the input filename lacks a .gz.  OK mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/07/29 00:25:45

Modified files:
	sys/conf       : files 
	sys/kern       : kern_synch.c 
Added files:
	sys/kern       : sched_bsd.c 

Log message:
put the scheduler in its own file.  reduces clutter, and logically separates
"put this process to sleep" and "find a process to run" operations.
no functional change.  ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/07/29 02:54:08

Modified files:
	sbin/isakmpd   : ike_phase_1.c ike_aggressive.c nat_traversal.c 

Log message:
Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place.
Noted by Yvan VANHULLEBUS.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/07/29 03:18:17

Modified files:
	sys/sys        : pool.h 
	sys/kern       : subr_pool.c 

Log message:
proper condition for freeing a page and fix a comment appropriately; art@ tedu@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/29 04:17:21

Modified files:
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Better diagnostic message on MVME188 interrupt handler, when we are unable to
fetch the VMEbus interrupt vector in time.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/29 04:18:18

Modified files:
	distrib/notes/mvme88k: contents 

Log message:
Update sets sizes, due to profiling libraries.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/07/29 04:29:44

Modified files:
	usr.sbin/tcpdump: ike.h print-ike.c 

Log message:
Report DPD notifications. Cleanup. markus@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/29 04:45:41

Modified files:
	share/doc/usd/19.memacros: intro.me 

Log message:
some updates and corrections;
also, add margin when formatting w/ -Tascii;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/29 04:50:02

Modified files:
	share/doc      : README 

Log message:
note that some directories in /usr/share/doc are empty, and why;


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/29 05:01:48

Modified files:
	usr.sbin/ntpd  : ntpd.h parse.y 

Log message:
keep an ID per server we talk to


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/29 05:10:38

Modified files:
	share/doc/usd/20.meref: ref.me 

Log message:
add a margin when formatting w/ -Tascii; plus a few very minor changes;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/29 05:40:34

Modified files:
	net/ncftp      : Makefile distinfo 

Log message:
distribution tarball was re-rolled


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/07/29 05:58:42

Modified files:
	usr.sbin/dhcpd : db.c 

Log message:
don't wipe lease file on startup, found & solution tested nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/29 06:15:05

Modified files:
	books/diveintopython: Makefile 

Log message:
PKG_ARCH= *
ok naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/29 07:29:07

Modified files:
	sysutils/monit : Tag: OPENBSD_3_5 Makefile distinfo 
	sysutils/monit/pkg: Tag: OPENBSD_3_5 INSTALL 
Added files:
	sysutils/monit/patches: Tag: OPENBSD_3_5 patch-configure 
	                        patch-net_c patch-socket_c 

Log message:
SECURITY:
Upgrade to 4.2.1:
1. Monit HTTP Interface Buffer Overflow Vulnerability
2. Off-By-One Overflow in Monit HTTP Interface

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/29 07:30:54

Modified files:
	sysutils/monit : Tag: OPENBSD_3_4 Makefile distinfo 
	sysutils/monit/patches: Tag: OPENBSD_3_4 patch-configure 
	sysutils/monit/pkg: Tag: OPENBSD_3_4 INSTALL 
Added files:
	sysutils/monit/patches: Tag: OPENBSD_3_4 patch-net_c 
	                        patch-socket_c 
Removed files:
	sysutils/monit/patches: Tag: OPENBSD_3_4 patch-monitor_h 
	                        patch-process_sysdep_OPENBSD_c 

Log message:
SECURITY:
Upgrade to 4.2.1:
1. Monit HTTP Interface Buffer Overflow Vulnerability
2. Off-By-One Overflow in Monit HTTP Interface

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/29 11:05:14

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Initalize local varible in rde_update_get_prefix or we may end up with funny
prefixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/07/29 14:02:02

Modified files:
	sbin/isakmpd   : conf.c 

Log message:
Less noise while debugging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/29 15:51:51

Modified files:
	mail/offlineimap: Makefile distinfo 
	mail/offlineimap/pkg: PLIST 

Log message:
update to offlineimap-4.0.6; from MAINTAINER.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/07/29 16:12:15

Modified files:
	sys/netinet    : ip_carp.h 

Log message:
Document the CARP header layout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/29 16:15:15

Modified files:
	mail/exim/pkg  : PLIST 

Log message:
obviously nobody ever tested the previous update


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/29 17:06:02

Modified files:
	net/ncftp      : Makefile 

Log message:
Make sure that man pages are installed in the correct location.
configure has some tests that can cause DESTDIR to be ignored.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/29 18:16:30

Modified files:
	distrib/miniroot: install.sh upgrade.sh 

Log message:
Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some of
which will be disabled for /bin/sh invocations soon.

Requested by millert@.

ok pval@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/29 18:24:33

Modified files:
	sys/dev/ic     : siop.c 

Log message:
Do not negotiate or use non-async transfer rates until probing (i.e.
SCSI_POLL'ing) is complete. Similar to what is done on mpt, ahc, ahd,
etc. This fixes problems during probe on hppa.

Problems found & ok mickey@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/29 19:19:28

Modified files:
	textproc/xpdf  : Makefile 

Log message:
drop obsolete lib requirement


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/07/29 19:50:56

Modified files:
	usr.bin/mg     : theo.c 

Log message:
A true gem.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/29 23:36:32

Modified files:
	sys/dev        : hotplug.c 

Log message:
Correctly drain event queue on close. Fixes PR #3874


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/30 02:49:47

Modified files:
	astro/py-metar : Makefile distinfo 

Log message:
update to py-metar-0.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/30 03:01:11

Log message:
    RRDtool frontend for Postfix
    
    Status:
    
    Vendor Tag:	jakob
    Release Tags:	jakob_20040730
    
    N ports/mail/mailgraph/Makefile
    N ports/mail/mailgraph/distinfo
    N ports/mail/mailgraph/pkg/DESCR
    N ports/mail/mailgraph/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/07/30 03:02:01

Modified files:
	mail           : Makefile 

Log message:
add mailgraph


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 03:50:18

Modified files:
	sys/arch/mvme68k/dev: cl.c if_ie.c if_le.c if_levar.h ssh.c 
	                      sshdma.c sshvar.h vs.c vsdma.c vsvar.h 
	                      wl.c zs.c 
	sys/arch/mvme68k/include: types.h 
	sys/arch/mvme68k/mvme68k: genassym.cf locore.s machdep.c 

Log message:
Switch mvme68k to evcount interrupt counters.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 04:02:43

Modified files:
	sys/arch/mvme68k/dev: clock.c 

Log message:
Might count timer interrupts as well (oops).


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/07/30 04:45:27

Modified files:
	sbin/isakmpd   : Makefile sysdep.h util.c 

Log message:
Style.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 05:43:02

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
- better width for options list
- some Xrs from Alexey E. Suslikov;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 05:48:59

Modified files:
	usr.bin/audioctl: audioctl.1 

Log message:
- better width for options list
- sort options
- small tweaks
- Xrs from Alexey E. Suslikov


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 05:59:03

Modified files:
	usr.bin/cdio   : cdio.1 cdio.c 

Log message:
- sort options
- missing full stop
- uppercase `id'
- add SEE ALSO; suggested by Alexey E. Suslikov
- add `-d host:port' to usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 06:02:40

Modified files:
	usr.bin/mixerctl: mixerctl.1 

Log message:
Xrs from Alexey E. Suslikov;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 06:04:54

Modified files:
	share/man/man4/man4.hppa: ie.4 
	share/man/man4 : bce.4 

Log message:
more Xrs from Alexey E. Suslikov;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 06:30:33

Modified files:
	usr.bin/cdio   : cdio.1 

Log message:
sort the list of available interactive commands to cdio, and clean up their
descriptions somewhat;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/07/30 06:36:24

Added files:
	sysutils/monit/pkg: MESSAGE 

Log message:
add instructions to have monit start at boot time; ok margarida@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/30 08:30:50

Modified files:
	sysutils/monit : Tag: OPENBSD_3_4 Makefile 
	sysutils/monit/pkg: Tag: OPENBSD_3_4 PLIST 

Log message:
This version of monit does not have api-docs, so don't try to
install them.

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/30 08:44:30

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y rde.c rde.h rde_update.c 

Log message:
Add new announce type "default-route" which will only announce the default
route to the specified neighbor. Idea and OK henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/30 08:54:44

Modified files:
	fr             : i386.html macppc.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/07/30 10:28:03

Modified files:
	de             : cvsup.html cvsync.html donations.html 
	                 errata.html hp300.html smp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/30 11:02:50

Modified files:
	shells         : Makefile 
Added files:
	shells/bash    : Makefile distinfo 
	shells/bash/patches: patch-builtins_enable_def 
	                     patch-lib_sh_getenv_c 
	shells/bash/pkg: DEINSTALL DESCR INSTALL PLIST 
Removed files:
	shells/bash2   : Makefile distinfo 
	shells/bash2/patches: patch-builtins_common_c 
	                      patch-builtins_enable_def 
	                      patch-lib_sh_getenv_c patch-redir_c 
	shells/bash2/pkg: DEINSTALL DESCR INSTALL PLIST 

Log message:
- Update bash to 3.0: Lots of small changes, i18n support.
- Drop the preformatted print documentation.
- Move back to the shells/bash location.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/07/30 11:40:27

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/pkg: PLIST 

Log message:
upgrade to Dovecot 0.99.10.8


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/07/30 12:18:24

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
add: samba-2.2.10.tgz, monit-4.2.1.tgz


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 13:02:08

Modified files:
	sys/arch/mvme88k/dev: bussw.c cl.c clock.c dart.c if_ie.c 
	                      if_le.c if_levar.h memc.c osiop_pcctwo.c 
	                      pcctwo.c pcctwovar.h syscon.c sysconreg.h 
	                      vme.c vme.h vs.c vsvar.h vx.c 
	sys/arch/mvme88k/include: cpu.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Move evcount structures inside struct intrhand, this makes more sense and
gives us more counters in the process.

Also clean up intrhand structures and usage, especially move them to SLISTs.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 13:28:22

Modified files:
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
I finally remembered the fast and smart way to know how much memory a
188 system has!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 14:44:09

Modified files:
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
#if DIAGNOSTIC -> #ifdef DIAGNOSTIC


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 14:48:40

Modified files:
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Put printf arguments in correct order in a DIAGNOSTIC message.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 16:09:59

Modified files:
	sys/arch/mvme88k/dev: clock.c 

Log message:
Really initialize the z8536; gives us the profiling clock again on 188.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 16:25:37

Modified files:
	usr.sbin/ppp/ppp: ppp.8.m4 

Log message:
setup(n.) -> set up(v.);


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/30 16:29:49

Modified files:
	sys/arch/mvme68k/dev: cl.c clock.c fooip.c if_ie.c if_le.c 
	                      if_levar.h ipic.c ipicreg.h lp.c mc.c 
	                      mcreg.h memc.c pcc.c pccreg.h pcctwo.c 
	                      pcctworeg.h sbicdma.c ssh.c sshdma.c 
	                      sshvar.h vme.c vme.h vs.c vsdma.c vsvar.h 
	                      wdsc.c wl.c zs.c 
	sys/arch/mvme68k/include: cpu.h 
	sys/arch/mvme68k/mvme68k: autoconf.c machdep.c trap.c 

Log message:
Move struct evcount inside struct intrhand, and modernize intrhand
usage; similar to (and from) mvme88k.

Also remove unused haltvec structures and related code.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/07/30 16:50:49

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Document "announce default-route" with a lot of help from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 17:13:48

Modified files:
	usr.sbin/wsconscfg: wsconscfg.8 wsconscfg.c 

Log message:
smarten this page up a bit. usage() too.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/07/30 17:28:23

Modified files:
	sbin/wsconsctl : wsconsctl.8 wsconsctl.c 

Log message:
mark down some punctuation, and sync usage();


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/07/30 17:54:10

Modified files:
	games/quake/pkg: PLIST-sdl PLIST-server 
	net/cvsync/pkg : PLIST 
	shells/zsh/pkg : PLIST 
	x11/gnome/utils/pkg: PLIST 

Log message:
zap blanklines which happen to make the pkg tools noisy

noticed by ben lovett


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2004/07/30 19:01:04

Modified files:
	editors        : Makefile 

Log message:
re-enable building vim,no_x11 that was removed with vim's
stable/snapshot merge


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/07/30 21:18:29

Modified files:
	devel/darcs    : Makefile distinfo 
	devel/darcs/patches: patch-GNUmakefile patch-configure 
	devel/darcs/pkg: PLIST 

Log message:
Update darcs to 0.9.23

ok pvalchev@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/30 22:38:54

Modified files:
	faq            : faq4.html 

Log message:
rebuild -> reinstall.  "build" is a somewhat confusing term, and probably
not my best word choice ever...


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/31 04:27:15

Modified files:
	sys/dev/ic     : siop.c 

Log message:
Save a couple of hundred bytes (on i386) by putting the definition of
siop_dump_script inside #ifdef DUMP_SCRIPT/#endif, just like its
single invocation already is.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/31 05:31:30

Modified files:
	sys/scsi       : scsi_all.h scsi_base.c scsiconf.c scsiconf.h 

Log message:
Remove scsi_change_def() and related command structure. Its only use
in the tree is #ifdef'd out and is fundamentally wrong anyway - it
tries to force *all* devices to SCSI-2. Also recent SCSI specs seem to
have marked the command as obsolete. Bonus - eliminates another
undocumented option (SCSI_2_DEF).

Found in a list of unused kernel functions posted to tech-kern@netbsd
by Krister Walfridsson in 2002.

ok marco@ tdeval@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/31 07:38:32

Modified files:
	sys/arch/mvme88k/mvme88k: m8820x.c 

Log message:
To know our cpu number, it is much easier and safer to check through which
CMMU we accessed the WHOAMI register, rather than cause a CMMU fault and
check which CMMU reported the fault.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 08:16:06

Modified files:
	shells/bash    : Makefile 

Log message:
Prefix ftp.cwru.edu to master sites until the distfile makes it to the
GNU mirrors.  Known issue: site has problems with the EPSV command.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 08:18:14

Modified files:
	audio/sox      : Makefile 
Added files:
	audio/sox/patches: patch-wav_c 

Log message:
SECURITY:
Fix buffer overflow in WAV file handling.  Reported by Ulf Harnhammar.
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 09:36:46

Modified files:
	archivers/gtar : Makefile 
	archivers/lzo  : Makefile 
	archivers/ucl  : Makefile 

Log message:
correctly set MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/31 10:34:57

Modified files:
	sys/netinet    : if_ether.h 

Log message:
- formatting
- add comment


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/31 12:06:30

Modified files:
	gnu/usr.bin/binutils/ld/emulparams: hppaobsd.sh 

Log message:
eliminate portion for 3.2, there was no 3.2 release.

ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/31 12:11:22

Modified files:
	audio/sox      : Tag: OPENBSD_3_5 Makefile 
Added files:
	audio/sox/patches: Tag: OPENBSD_3_5 patch-wav_c 

Log message:
SECURITY:
Fix buffer overflow in WAV file handling.  Reported by Ulf Harnhammar.
ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/07/31 12:12:27

Modified files:
	audio/sox      : Tag: OPENBSD_3_4 Makefile 
Added files:
	audio/sox/patches: Tag: OPENBSD_3_4 patch-wav_c 

Log message:
SECURITY:
Fix buffer overflow in WAV file handling.  Reported by Ulf Harnhammar.
ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 12:54:24

Modified files:
	audio/festival/core: Makefile 
	audio/liba52   : Makefile 
	audio/normalize: Makefile 

Log message:
fix MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 13:29:35

Modified files:
	comms/pilot-link: Makefile 
	converters/libdvdcss: Makefile 

Log message:
fix MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/31 14:01:55

Modified files:
	usr.sbin/httpd/src/main: http_core.c 

Log message:
Make UseCanonicalName off correctly grab port info from
the client. Make UseCanonicalName socket port aware.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 15:17:22

Modified files:
	databases/db   : Makefile.inc 
	databases/openldap: Makefile 
	devel/ald      : Makefile 
	devel/autoconf/2.52: Makefile 
	devel/autoconf/2.54: Makefile 
	devel/autoconf/2.56: Makefile 
	devel/autoconf/2.57: Makefile 
	devel/autoconf/2.58: Makefile 
	devel/autoconf/2.59: Makefile 
	devel/bison    : Makefile 
	devel/gindent  : Makefile 
	devel/libdsk   : Makefile 
	devel/lincvs   : Makefile 
	devel/mico     : Makefile 
	devel/nspr     : Makefile 
	devel/splint   : Makefile 
	devel/swig     : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/07/31 15:27:31

Modified files:
	share/man/man4 : options.4 
	sys/conf       : GENERIC 
	sys/netinet    : ip_input.c 

Log message:
remove GATEWAY and IPFORWARDING option knobs, use the sysctl.

ok mcbride@ miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/31 16:26:28

Modified files:
	sys/arch/mvme88k/dev: dart.c 

Log message:
Always claim dart interrupts, even if they report disabled conditions, but
warn about them on console. More informative than ``regular'' spurious interrupt
warnings.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/31 16:27:34

Modified files:
	sys/arch/mvme68k/dev: bugtty.c zs.c 

Log message:
Use cons_decl() instead of homemade wrong prototypes.
While there, fix a mismatch between the zs device number and the associated
dev_t nodes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/07/31 16:28:58

Modified files:
	sys/arch/mvme68k/dev: cl.c 

Log message:
Always reset the cd2400 chip if console, and do not partially reprogram
it later when the device attaches; fixes some jitter in output on MVME177.
Tested on MVME167 and MVME177.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/07/31 17:00:24

Modified files:
	faq            : faq11.html 

Log message:
brad@ wanted me to remove reference to "Our favourite" adapter.  I'm tired
of trying to defend naming names there, anyway.  Add Henning's(?) gigabit
adapter tip.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/07/31 17:23:13

Modified files:
	games/crossfire-client: Makefile 
	games/gtkpool  : Makefile 
	games/prboom   : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2004/07/31 17:34:10

Modified files:
	mail/imp       : Makefile distinfo 
	mail/imp/pkg   : PLIST 

Log message:
update to imp-3.2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/07/31 19:36:24

Modified files:
	sys/arch/i386/isa: ahc_isa.c 
	sys/dev/eisa   : ahc_eisa.c 
	sys/dev/ic     : aic7xxx.c aic7xxx_cam.h aic7xxx_inline.h 
	                 aic7xxx_openbsd.c aic7xxx_openbsd.h 
	                 aic7xxxvar.h 
	sys/dev/microcode/aic7xxx: aic7xxx.reg aic7xxx.seq aic7xxx_reg.h 
	                           aic7xxx_seq.h 
	sys/dev/pci    : ahc_pci.c 

Log message:
Fold in relevant bits of the most recent two updates from
gibbs@freebsd.

Large commit messages detailing all changes can be read at revisions
1.97 and 1.100 of aic7xxx.c:

www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aic7xxx/aic7xxx.c

Tested by marco, nate and pefo. Fixed broken system for nate.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/07/31 20:19:43

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sparc md.sparc64 md.vax 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/01 00:06:35

Modified files:
	devel/libgtop2 : Makefile distinfo 
	devel/libgtop2/patches: patch-ltmain_sh 
	devel/libgtop2/pkg: DESCR PFRAG.shared PLIST 
Added files:
	devel/libgtop2/patches: patch-lib_open_c patch-lib_read_c 
	                        patch-lib_write_c patch-src_daemon_io_c 
	                        patch-sysdeps_freebsd_cpu_c 
	                        patch-sysdeps_freebsd_mem_c 
	                        patch-sysdeps_freebsd_ppp_c 
	                        patch-sysdeps_freebsd_prockernel_c 
	                        patch-sysdeps_freebsd_procmap_c 
	                        patch-sysdeps_freebsd_procmem_c 
	                        patch-sysdeps_freebsd_procuid_c 
	                        patch-sysdeps_freebsd_sem_limits_c 
	                        patch-sysdeps_freebsd_swap_c 
	                        patch-sysdeps_freebsd_uptime_c 
Removed files:
	devel/libgtop2/patches: patch-aclocal_m4 patch-configure_in 
	                        patch-libgtop-sysdeps_m4 
	                        patch-po_Makefile_in_in 
	                        patch-src_daemon_Makefile_in 

Log message:
Update to 2.6.0.  Get rid of the custom OpenBSD support from the
former nino@ that has been a part of this port for some time.
Updates to the internal API finally broke it, but a huge thanks
to Nils for his work there (thanks Nils!).

Now we use the Free/NetBSD support as a base and patch from there :).


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/01 00:10:09

Modified files:
	devel/vte      : Makefile distinfo 
	devel/vte/patches: patch-configure 
	                   patch-gnome-pty-helper_Makefile_in 
	                   patch-ltmain_sh patch-src_dumpkeys_c 
	                   patch-src_pty_c 
	devel/vte/pkg  : PFRAG.shared PLIST 
Added files:
	devel/vte/patches: patch-gnome-pty-helper_configure 
	                   patch-src_Makefile_in 
Removed files:
	devel/vte/patches: patch-po_Makefile_in_in 

Log message:
Update to 0.10.11.  Yep, a commit as long as your arm for a 0.00.01
version number bump.  Yeah, well, it took me a bit to even get it
to compile, one of those, "Hey, let's change the entire build
infrastructure for a minor bugfix!" things...

But hey now we're fully in-sync with Gnome 2.6.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/01 00:12:42

Modified files:
	x11/gnome/applets2: Makefile 
	x11/gnome/applets2/pkg: PLIST PLIST-battstat 
Removed files:
	x11/gnome/applets2/patches: patch-po_Makefile_in_in 

Log message:
Use the new libgtop2 and minor port cleanups.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/01 00:22:28

Modified files:
	sys/compat/common: compat_util.c 

Log message:
proper check for the end of stackgap on growinupperstacks


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/01 00:25:54

Modified files:
	sys/kern       : kern_exec.c 

Log message:
leave space for stackgap on growsuppers


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/01 01:13:49

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
oops. cannot sleep on pool_get


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/01 01:34:18

Modified files:
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/hppa/include: disklabel.h 

Log message:
parse new hpux disklabel


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/08/01 02:45:39

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
After a long gestation period, here comes our custom version of malloc(3)
using mmap(2) instead of sbrk(2).
To make a long story short, using mmap(2) in malloc(3) allows us to draw
all the benefits from our mmap(2)'s randomization feature, closing the
effort we did for returning memory blocks from random addresses.

Tested for a long time by many, thanks to them.
Go for it ! deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/01 03:48:52

Modified files:
	news/leafnode  : Makefile distinfo 
	news/leafnode/pkg: PLIST 

Log message:
update to leafnode 1.10.2
from maintainer rohee@

@dirrm -> dir/ while here


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/01 10:14:27

Modified files:
	.              : anoncvs.html 

Log message:
Yikes, two errors:  missing -Pd, plus invalid cvs syntax.  oops.
Spotted by Brian (bwaichu at yahooDOTcom).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/01 10:20:01

Modified files:
	x11/kde/graphics3: Makefile 
	x11/kde/graphics3/pkg: PLIST 

Log message:
Fixes from Aleksander.Piotrowski@nic.com.pl:
- Help configure find fontconfig.
- Include shared library components.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/01 11:18:06

Modified files:
	sys/arch/luna88k/include: locore.h 
	sys/arch/luna88k/luna88k: locore_c_routines.c 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/m88k/include: m88100.h 
	sys/arch/m88k/m88k: subr.S 
	sys/arch/mvme88k/include: locore.h 
	sys/arch/mvme88k/mvme88k: locore_c_routines.c 
Added files:
	sys/arch/m88k/m88k: m88100_machdep.c 

Log message:
Move 88100 DAE code to its own file, shared between luna88k and mvme88k.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/01 11:44:17

Modified files:
	sys/arch/mvme88k/mvme88k: pmap_bootstrap.c 

Log message:
Trim include file list.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/01 12:32:21

Modified files:
	usr.sbin/eeprom: eehandlers.c getdate.y 
	usr.sbin/hilinfo: hilinfo.c 
	usr.sbin/iostat: iostat.c 
	usr.sbin/kgmon : kgmon.c 
	usr.sbin/map-mbone: mapper.c 
	usr.sbin/mrouted: rsrr.c snmp.c 
	usr.sbin/mtrace: mtrace.c 
	usr.sbin/mtree : compare.c crc.c create.c misc.c spec.c verify.c 
	usr.sbin/netgroup_mkdb: str.c util.c 
	usr.sbin/route6d: route6d.c 
	usr.sbin/sesd/srcs: chpmon.c eltsub.c getencstat.c getnobj.c 
	                    getobjmap.c getobjstat.c inienc.c sesd.c 
	                    setencstat.c setobjstat.c 
	usr.sbin/traceroute6: traceroute6.c 
	usr.sbin/wsconscfg: wsconscfg.c 
	usr.sbin/wsfontload: wsfontload.c 

Log message:
ansi cleanup; khalek@linuxgamers.net


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/01 12:38:43

Modified files:
	sys/arch/mvme88k/mvme88k: Tag: OPENBSD_3_5 process.S 

Log message:
MFC:
Fix by miod@

Do not trash r14 by mistake in __savectx.

ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/01 12:46:10

Modified files:
	x11/kde/bindings3: Makefile 

Log message:
this needs python to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/01 15:19:17

Modified files:
	graphics/jasper: Makefile 
	graphics/libcaca: Makefile 
	graphics/libdvbpsi: Makefile 
	graphics/libmpeg2: Makefile 
	lang/clisp     : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/01 15:34:34

Modified files:
	sys/arch/amd64/conf: GENERIC 

Log message:
why was cdce not added here?  Come on.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/01 15:46:37

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
sigh, and here too


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/08/01 17:01:06

Modified files:
	sys/scsi       : st.c 

Log message:
Remove openings = 1 and inherit the value from the HBA instead.  This keeps the tape device stuffed with data and therefore it rewinds less often to reposition.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/01 17:17:56

Modified files:
	share/man/man4 : radio.4 

Log message:
xr radioctl(1); found by Matthias Kilian <kili@outback.escape.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/08/01 21:26:50

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
- check for LK_NOWAIT on vget()
- use ltsleep() instead of the unlock + sleep combo

ok art@, inspiration from free/net


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/02 01:13:08

Modified files:
	education/drgeo: Makefile distinfo 
	education/drgeo/patches: patch-drgeo_adaptDialog_cc 
	education/drgeo/pkg: PLIST 

Log message:
- upgrade to drgeo 0.9.13
- take over maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/02 01:32:09

Modified files:
	editors/kxmleditor: Makefile distinfo 
	editors/kxmleditor/pkg: PLIST 

Log message:
update to kxmleditor 1.1.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/02 02:06:09

Modified files:
	x11/kdirstat   : Makefile distinfo 
	x11/kdirstat/pkg: PLIST 

Log message:
update to 2.4.0


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/08/02 02:32:12

Modified files:
	.              : pkg-stable34.html 

Log message:
missing < in <li> tag;


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 02:34:22

Modified files:
	sys/arch/m88k/m88k: process.S 

Log message:
When restoring a process' ipl, invoke setipl() on behalf on the kernel stack,
rather than on the process stack.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 02:35:00

Modified files:
	sys/arch/luna88k/luna88k: eh.S m8820x.c 
	sys/arch/m88k/include: cmmu.h cpu.h 
	sys/arch/m88k/m88k: eh_common.S pmap.c vm_machdep.c 
	sys/arch/mvme88k/dev: clock.c dart.c if_ie.c mainbus.c syscon.c 
	                      vme.c 
	sys/arch/mvme88k/include: m8820x.h mvme187.h mvme188.h mvme197.h 
	                          mvme1x7.h 
	sys/arch/mvme88k/mvme88k: eh.S locore_c_routines.c m88110.c 
	                          m8820x.c machdep.c mem.c pmap_table.c 
Removed files:
	sys/arch/mvme88k/include: board.h 

Log message:
More include files cleaning:
- move MAX_CPUS constant to <machine/cpu.h>
- do not include <machine/board.h> unless needed. In fact, remove this file
entirely on mvme88k, and include <machine/mvme*.h> on a
compiling-for-this-board basis
- keep MAX_CMMUS constant private to the m8820x code


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/02 02:41:15

Log message:
    Initial import of py-paramiko-0.9
    
    paramiko is a module for Python  that implements the SSH2 protocol for
    secure connections to remote machines.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Aug-02
    
    N ports/security/py-paramiko/Makefile
    N ports/security/py-paramiko/distinfo
    N ports/security/py-paramiko/pkg/PLIST
    N ports/security/py-paramiko/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/02 02:42:30

Modified files:
	security       : Makefile 

Log message:
+ py-paramiko


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 04:44:52

Modified files:
	sys/arch/m88k/m88k: subr.S 

Log message:
Missed one <machine/board.h>


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:08:25

Modified files:
	usr.sbin/pkg_add: pkg_add 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
Reuse first component of @newdepends, @libdepends to contain
a PKG_PATH (easy backward compatibility: is there a slash ?)

That's missing info to enable pkg_add to launch package building
in the ports tree as an alternate source of binary packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:10:17

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
store PKGPATH instead of self name in dependencies.  pkg_add handles
recursion itself, so it does not need the self name.

Packages created require -current pkg_* tools to work !


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:12:36

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
@man type file for manpages.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 06:19:26

Modified files:
	sys/dev/pcmcia : com_pcmcia.c 

Log message:
Initialize timeouts correctly, match isa com; fixes panics in
PR #3732 and #3881 (although more issues remain).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:22:36

Modified files:
	devel/libglade : Makefile 

Log message:
fix NO_SHARED_LIBS test to handle NO_SHARED_LIBS=No


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/02 06:30:15

Modified files:
	usr.sbin/bgpd  : printconf.c 

Log message:
Forgot to add "anounce default-route" here. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:30:45

Modified files:
	devel/libgtop  : Makefile 

Log message:
NO_SHARED_LIBS always defined


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:35:05

Modified files:
	devel/libslang : Makefile 

Log message:
NO_SHARED_LIBS always defined.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:39:44

Modified files:
	editors/scintilla: Makefile 

Log message:
won't work with NO_SHARED_LIBS=Yes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:45:59

Modified files:
	lang/STk       : Makefile 

Log message:
NO_SHARED_LIBS always defined.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:48:13

Modified files:
	math/octave    : Makefile 

Log message:
NO_SHARED_LIBS always defined.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 06:57:41

Modified files:
	security/cyrus-sasl2: Makefile 

Log message:
NO_SHARED_LIBS always defined.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 07:01:52

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Always define NO_SHARED_LIBS.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 08:36:07

Modified files:
	sys/arch/mvme88k/dev: clock.c 

Log message:
Better Z8536 initial programming.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 08:38:42

Modified files:
	sys/arch/mvme88k/include: prom.h 
	sys/arch/mvme88k/mvme88k: machdep.c 

Log message:
Fun with the BUG:
- add the board's suffix to the machine description if there is one;
- recognize BUG version < 5 on MVME188, which don't provide a CNFG block.
in this case we'll assume 20MHz for now, until we can parse the ENV data block
correctly...


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/02 09:30:33

Modified files:
	sbin/isakmpd   : GNUmakefile 

Log message:
Missed to add virtual.c here. Noted by Benjamin Pineau.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/02 09:43:11

Modified files:
	devel/libtool/patches: patch-libltdl_ltmain_sh patch-ltmain_in 

Log message:
ltmain.in: Fix problem with .libs/.libs/libfoo.so appearing on the link line

From: libtool CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/08/02 09:48:22

Modified files:
	sbin/isakmpd   : sa.c 

Log message:
Do not expire unestablished phase 2 SAs on SIGHUP.

ok ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/02 09:50:46

Modified files:
	devel/libtool/patches: patch-acinclude_m4 
	                       patch-libltdl_acinclude_m4 
	                       patch-libtool_m4 

Log message:
Use sysctl to get the max cmd length on *BSD

From: libtool CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/02 10:08:24

Modified files:
	mail/mozilla-thunderbird: Makefile 
	mail/sylpheed-claws: Makefile 
	mail/teapop    : Makefile 
	misc/amanda    : Makefile 
	misc/brltty    : Makefile 
	misc/cdrdao    : Makefile 
	misc/libutf8   : Makefile 
	misc/mc        : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/02 10:38:03

Modified files:
	devel/libtool/patches: patch-acinclude_m4 
	                       patch-libltdl_acinclude_m4 
	                       patch-libtool_m4 

Log message:
set hardcode_direct and hardcode_shlibpath_var in OpenBSD' C++ section too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/08/02 10:56:12

Modified files:
	net/ntp        : Makefile 

Log message:
enable PARSE clocks; suggested by Matthias Kilian <kili@outback.escape.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 11:30:08

Modified files:
	sys/arch/m88k/m88k: process.S 

Log message:
No need to make __savectx visible and 8-byte aligned.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/02 11:42:06

Modified files:
	lib/libc/sys   : kqueue.2 

Log message:
s/kqueue/kevent/ in correct place.

From FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/02 11:49:31

Modified files:
	lib/libc/sys   : kqueue.2 

Log message:
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT)

From FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/02 13:00:30

Modified files:
	news/leafnode  : Makefile distinfo 

Log message:
update to leafnode 1.10.3

from maintainer rohee@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/02 13:55:45

Modified files:
	sys/dev/ic     : isp_inline.h isp_openbsd.c isp_openbsd.h 

Log message:
Use some horrible macros to uninline a few functions that are expensive
when inlined and shave a few k from the kernel size.

The goal here was not to make the nicest diff possible, but the smallest.

deraadt@ drahn@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/02 14:03:58

Modified files:
	sys/arch/amd64/amd64: mutex.S 

Log message:
Remove a completly unnecessary compare that sneaked in while
I was debugging some completly other problem in this function.
cmpxchgq already does an equivalent compare.

Discussed on icb a few days ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/08/02 14:18:50

Modified files:
	regress/sys/kern/mquery: mquery.c 

Log message:
A long time ago, the mquery API changed, however the regress was never updated.
pointed out last week, and again today by art.


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/08/02 14:20:26

Modified files:
	de             : anoncvs.html books.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/08/02 14:23:43

Modified files:
	el             : index.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	saad@cvs.openbsd.org	2004/08/02 14:24:27

Modified files:
	fr             : anoncvs.html pkg-stable.html pkg-stable34.html 
	faq/fr         : faq11.html 

Log message:
sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2004/08/02 14:45:42

Modified files:
	sys/arch/amd64/amd64: db_interface.c db_trace.c 

Log message:
Heuristic approach to 'trace' in ddb which works without frame pointers.
Not perfect yet but better than nothing.
art@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/02 14:58:44

ports/astro/py-metar/patches

Update of /cvs/ports/astro/py-metar/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5552/patches

Log Message:
Directory /cvs/ports/astro/py-metar/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/02 14:59:38

Modified files:
	astro/py-metar : Makefile distinfo 
	astro/py-metar/pkg: DESCR PLIST 
Added files:
	astro/py-metar/patches: patch-setup_py 

Log message:
update to py-metar-0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/02 15:30:55

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
Fix a possible mem leak and add a missing yyerror(). OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/02 15:40:46

Modified files:
	sys/arch/sparc64/sparc64: machdep.c 

Log message:
_bus_dmamap_load_mbuf: check and process pmap_extract failure.

From NetBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/02 15:42:58

Modified files:
	sys/dev/cardbus: cardbus.c 

Log message:
- Initialise all function's latency timer and cacheline size.
- Fix grammar in error message.

From NetBSD

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/02 15:53:31

Modified files:
	sys/dev/mii    : miivar.h 

Log message:
more MII flags

From NetBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/02 15:59:53

Modified files:
	infrastructure/mk: modules.port.mk 

Log message:
Allow full path for modules, like this:
MODULES=devel/gettext
so that:
- stubs in infrastructure/ are no longer needed.
- PORTSDIR_PATH is taken into account.

This will look for ${PORTSDIR}/devel/gettext/gettext.port.mk

okay naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/02 16:16:44

Modified files:
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
On MVME188 systems with 4:1 or 8:1 CMMU pairings, make sure the exception
handling code checks the error status of the correct CMMUs and really
reports an error code.

This gets us closer to getting these modules to work, at the expense of
sanity and some code readability.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2004/08/02 16:39:14

Modified files:
	net/nsd        : Makefile distinfo 

Log message:
NSD 2.1.2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 17:29:08

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 17:29:16

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 18:09:54

Modified files:
	usr.bin/xlint/lint1: decl.c 

Log message:
permit other types in a bit field (too common)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 18:38:03

Modified files:
	.              : events.html 

Log message:
malaysia


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 18:41:44

Modified files:
	sys/arch/amd64/conf: RAMDISK RAMDISK_CD 

Log message:
include a few more ethernet drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 18:43:49

Modified files:
	sys/arch/i386/conf: RAMDISK_CD 

Log message:
include some usb ethernet drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 18:45:11

Modified files:
	sys/arch/macppc/conf: RAMDISK 

Log message:
include some usb ethernet drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/02 18:50:30

Modified files:
	sys/arch/alpha/conf: Makefile.alpha RAMDISKBIG 

Log message:
include some usb ethernet drivers


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/02 18:56:22

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
Hehehe. Remove an #if 0 function that was used in the early days to debug
why vga scrolling wasn't working by sending beeps on the speaker.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/02 19:54:06

Log message:
    Initial import of wordpress 1.2
    
    WordPress is a state-of-the-art, semantic personal publishing platform
    with a focus on aesthetics, Web standards, and usability.
    
    Status:
    
    Vendor Tag:	kevlo
    Release Tags:	kevlo_2004-Aug-03
    
    N ports/www/wordpress/Makefile
    N ports/www/wordpress/distinfo
    N ports/www/wordpress/pkg/DESCR
    N ports/www/wordpress/pkg/MESSAGE
    N ports/www/wordpress/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/02 19:54:46

Modified files:
	www            : Makefile 

Log message:
add wordpress


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/02 20:33:29

src/sys/dev/microcode/fxp

Update of /cvs/src/sys/dev/microcode/fxp
In directory cvs.openbsd.org:/tmp/cvs-serv17786/fxp

Log Message:
Directory /cvs/src/sys/dev/microcode/fxp added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/02 20:34:31

Added files:
	sys/dev/microcode/fxp: rcvbundl.h 

Log message:
microcode for interrupts coalescing on fxp; from intel via freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mjc@cvs.openbsd.org	2004/08/02 22:11:49

Modified files:
	usr.sbin/pstat : pstat.c pstat.8 

Log message:
make pstat -f show locking

ok art@ tedu@
much help from pedro@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/08/02 23:32:28

Modified files:
	sys/net        : if_pfsync.c if_pfsync.h 

Log message:
Allow a unicast ip address to be specified for pfsync to send it's state
updates to; this allows pairs of pfsync firewalls to protect the traffic
with IPSec.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/08/02 23:36:32

Modified files:
	sbin/ifconfig  : ifconfig.8 ifconfig.c 

Log message:
Allow a unicast ip address to be specified for pfsync with the 'syncpeer'
keyword. This address is used instead of the multicast address to send state
updates; this allows pairs of pfsync firewalls to protect the traffic
with IPSec.

ifconfig must be updated to match the kernel.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/08/03 00:02:44

Modified files:
	share/man/man4 : pfsync.4 

Log message:
Document 'syncpeer'.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 00:58:40

Modified files:
	sys/nfs        : nfs_subs.c 

Log message:
When accessing device nodes over nfs, do not trim major and minor numbers
to 8 bits only; found the hard way by henning@.

Ok deraadt@ marius@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 02:04:02

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Introduce SHARED_ONLY variable, as a more specific semantic way
to say port works only with shared libraries.

Mostly useful for `update-plist' which will recurse differently if
LIB_DEPENDS are only BUILD_DEPENDS or if they becomes RUN_DEPENDS.
okay pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/03 02:05:06

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
document SHARED_ONLY


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/03 02:54:09

Modified files:
	usr.sbin/pppoe : pppoe.8 

Log message:
add ifconfig(8) Xr and spacing;
from Alexey E. Suslikov;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/03 02:58:02

Modified files:
	share/man/man4 : cd.4 

Log message:
Xrs from Alexey E. Suslikov;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 03:10:01

Modified files:
	infrastructure/mk: gettext.port.mk 
Added files:
	devel/gettext  : gettext.port.mk 
Removed files:
	devel/gettext/files: gettext.port.mk 

Log message:
prepare gettext for MODULES=devel/gettext.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 03:13:30

Modified files:
	infrastructure/mk: iconv.port.mk 
Added files:
	converters/libiconv: libiconv.port.mk 
Removed files:
	converters/libiconv/files: iconv.port.mk 

Log message:
prepare iconv for MODULES=converters/libiconv


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/03 03:15:33

Modified files:
	share/man/man4 : pfsync.4 

Log message:
tweaks;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 03:18:39

Modified files:
	infrastructure/mk: qt.port.mk qt2.port.mk qt3.port.mk 
Added files:
	x11/qt         : qt.port.mk 
	x11/qt2        : qt2.port.mk 
	x11/qt3        : qt3.port.mk 
Removed files:
	x11/qt/files   : qt.port.mk 
	x11/qt2/files  : qt2.port.mk 
	x11/qt3/files  : qt3.port.mk 

Log message:
Prepare for MODULES=x11/qt*


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/03 03:22:03

Modified files:
	sbin/fdisk     : disk.h fdisk.c part.c part.h 

Log message:
Handle geometry parameters as unsigned quantities, getting rid of negative
number of sectors on large disks and other similar problems.

ok toby@ tom@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/03 03:23:11

Modified files:
	sbin/fdisk     : disk.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 03:24:50

Modified files:
	archivers/gtar : Makefile 

Log message:
switch to new style MODULES


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/03 03:30:12

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
Handle geometry parameters as unsigned quantities, getting rid of
negative number of sectors on large disks and other similar problems.
Also make reading of ASCII disk labels more robust by using strtonum(3)
instead of atoi(3).

ok millert@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 03:35:26

Modified files:
	astro/py-metar : Makefile 

Log message:
switch to new style MODULES


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/03 03:39:42

Modified files:
	bin/csh/USD.doc: csh.3 

Log message:
insure -> ensure;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/03 03:45:29

Modified files:
	usr.sbin/wsfontload: wsfontload.8 wsfontload.c 

Log message:
- kill a rake of unnecessary .Bk/.Ek macros
- simplify SYNOPSIS
- sort options
- adjust -width for FILES
- standard EXAMPLES format
- sync usage()


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 03:55:37

Modified files:
	textproc/gdiff : Makefile 
	textproc/gdiff/pkg: PLIST 

Log message:
switch to devel/gettext and new-style packing-list


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:09:03

Modified files:
	devel/gettext  : Makefile 
	devel/gettext/pkg: PFRAG.shared PLIST 

Log message:
create directories for locales listed in ABOUT-NLS.
Switch to new-style plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 04:16:37

Modified files:
	www/zope       : Makefile distinfo 
	www/zope/files : zope.port.mk 
	www/zope/pkg   : DESCR MESSAGE PLIST 
Added files:
	www/zope/files : README.OpenBSD 
	www/zope/patches: patch-lib_Components_initgroups_initgroups_c 
	                  patch-skel_etc_zope_conf_in 
	www/zope/pkg   : DEINSTALL INSTALL PFRAG.shared 
Removed files:
	www/zope/files : zope-instance 
	www/zope/patches: patch-inst_build_pcgi_py patch-w_pcgi_py 
	                  patch-wo_pcgi_py 

Log message:
update to zope-2.7.2!!!
new MAINTAINER timeout ...
some input from Aleksander Piotrowski;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:16:58

Modified files:
	infrastructure/install: make-plist 

Log message:
recognition of manpages based on the names


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 04:17:50

Modified files:
	infrastructure/db: user.list 

Log message:
+ _zope for www/zope


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 04:19:54

Modified files:
	www/zope-cmf   : Makefile distinfo 
	www/zope-cmf/pkg: PLIST 

Log message:
update to zope-cmf-1.4.5;
some input from Aleksander Piotrowski;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 04:22:11

Modified files:
	www/plone      : Makefile distinfo 
	www/plone/pkg  : MESSAGE PLIST 

Log message:
update to plone-2.0.3;
some input from Aleksander Piotrowski;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:22:40

Modified files:
	audio/xmms     : Makefile 
	audio/xmms/pkg : PFRAG.shared PLIST 

Log message:
switch to new style PLIST, new-style MODULES.
less dirs since the gettext change.
@comment OSS plugin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 04:29:19

Modified files:
	www/zope-btreefolder2/pkg: PLIST 

Log message:
this conflicts with new plone;
sync PLIST while here;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:40:59

Modified files:
	audio/vorbis-tools: Makefile 
	audio/vorbis-tools/pkg: PLIST 

Log message:
switch to new-style modules and packing-list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:51:47

Modified files:
	infrastructure/install: make-plist 

Log message:
file == file.orig -> rm file.orig


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:53:02

Modified files:
	audio/wsoundprefs: Makefile 
	audio/wsoundprefs/pkg: PLIST 

Log message:
switch to new style PLIST/MODULES.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/03 04:54:10

Modified files:
	sbin/isakmpd   : transport.c udp.c udp_encap.c virtual.c 
	                 nat_traversal.c udp.h 

Log message:
Rewrite the transport reference count code to avoid leaks.
hshoexer@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 04:57:44

Modified files:
	audio/xhippo   : Makefile 
	audio/xhippo/pkg: PLIST 

Log message:
switch to new style PLIST/MODULES


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:16:31

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
pass SHARED_ONLY to update-plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:17:12

Modified files:
	infrastructure/install: make-plist 

Log message:
if SHARED_ONLY=Yes, don't bother moving libraries to a PFRAG.shared.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:18:02

Modified files:
	biology/py-biopython: Makefile 
	biology/py-biopython/pkg: PLIST 

Log message:
new-style MODULES, PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:21:32

Modified files:
	devel/gdb/pkg  : PLIST 

Log message:
new-style


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/03 05:22:15

Modified files:
	sys/net        : route.c route.h rtsock.c 

Log message:
introduce route labels, allowing for up to 32 bytes of info to be attached
to a route.
the label is sent over the routing socket wrapped into a new
struct sockaddr_rtlabel, allowing for handling it like any other sockaddr.
struct rtentry only contains a (16 bit) label-ID, with the actual labels
kept outside the routing table.
ID allocator code inspired by my own code for altq and pf tags.
mostly hacked at the c2k4 hackathon, markus ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/03 05:23:11

Modified files:
	sbin/route     : keywords.c keywords.h keywords.sh route.c 

Log message:
display route labels with "route get", and allow them to be set


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:30:02

Modified files:
	archivers/arc/pkg: PLIST 
	archivers/bzip/pkg: PLIST 
	archivers/bzip2/pkg: PLIST 
	archivers/cabextract/pkg: PLIST 
	archivers/freeze/pkg: PLIST 
	archivers/gcpio/pkg: PLIST 
	archivers/gshar+gunshar/pkg: PLIST 
	archivers/lha/pkg: PLIST 
	archivers/lzop/pkg: PLIST 
	archivers/macutil/pkg: PLIST 
	archivers/nulib/pkg: PLIST 
	archivers/p5-Archive-Tar/pkg: PLIST 
	archivers/p5-Archive-Zip/pkg: PLIST 
	archivers/p5-Compress-LZO: Makefile 
	archivers/p5-Compress-LZO/pkg: PLIST 
	archivers/p5-Compress-Zlib: Makefile 
	archivers/p5-Compress-Zlib/pkg: PLIST 
	archivers/p5-IO-Zlib/pkg: PLIST 
	archivers/star/pkg: PLIST 
	archivers/unzip/pkg: PLIST 
	archivers/zip/pkg: PLIST 
	archivers/zoo/pkg: PLIST 
Removed files:
	archivers/p5-Compress-LZO/pkg: PFRAG.shared 
	archivers/p5-Compress-Zlib/pkg: PFRAG.shared 

Log message:
manpages markers.
use SHARED_ONLY to discard PFRAG.shared.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:32:04

Modified files:
	astro/dgpsip/pkg: PLIST 
	astro/jday/pkg : PLIST 
	astro/phoon/pkg: PLIST 
	astro/sunclock/pkg: PLIST 
	astro/wmglobe/pkg: PLIST 
	astro/wmmoonclock/pkg: PLIST 
	astro/wmspaceweather/pkg: PLIST 
	astro/wmsun/pkg: PLIST 
	astro/xearth/pkg: PLIST 
	astro/xephem/pkg: PLIST 
	astro/xphoon/pkg: PLIST 

Log message:
switch to @man markers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:37:52

Modified files:
	x11/kde        : Makefile.inc kde.port.mk 

Log message:
switch to new-style module
Acknowledge that we don't know how to deal with non shared archs yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:39:38

Modified files:
	x11/kde        : kde.port.mk 
	x11/kde/arts3  : Makefile 

Log message:
arts is special.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 05:47:10

Modified files:
	japanese/canna/pkg: PLIST PLIST-dict PLIST-server 

Log message:
new-style PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 06:08:10

Added files:
	www/zope       : zope.port.mk 
Removed files:
	www/zope/files : zope.port.mk 

Log message:
prepare for MODULES= www/zope


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 06:09:05

Modified files:
	infrastructure/mk: zope.port.mk 

Log message:
prepare for MODULES= www/zope


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 06:10:11

Modified files:
	japanese/kakasi/pkg: PFRAG.shared PLIST 

Log message:
new style PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2004/08/03 06:10:48

Modified files:
	sys/arch/mac68k/dev: if_ae.c mac68k5380.c z8530sc.c 
	sys/arch/mac68k/mac68k: clock.c 
	sys/compat/linux: linux_getcwd.c 
	sys/compat/netbsd: netbsd_getcwd.c 
	sys/net        : pfkey.c 
	sys/uvm        : uvm_fault.c 
	sys/xfs        : xfs_vnodeops-common.c 

Log message:
the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 06:12:41

Modified files:
	www/zope-cmf   : Makefile 
	www/zope-formulator: Makefile 
	www/zope-fortune: Makefile 
	www/zope-fscounter: Makefile 
	www/zope-logger: Makefile 
	www/zope-rdfsummary: Makefile 
	www/zope-zippy : Makefile 
	www/zope-zwiki : Makefile 

Log message:
MODULES= www/zope


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 06:13:33

Modified files:
	www/plone      : Makefile 

Log message:
MODULES= www/zope


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/03 06:29:45

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
Support @sample, tested by fries@.
@mandir and @fontdir keywords recognition.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/03 06:33:48

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
forgot mandir. reorder slightly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 06:40:44

Modified files:
	misc/screen/pkg: PLIST 
Removed files:
	misc/screen/pkg: DEINSTALL INSTALL 

Log message:
switch to @sample


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 06:42:27

Modified files:
	graphics/ggi/pkg: PFRAG.shared 

Log message:
accidentally added NEWDYNLIBDIR() in last commit here in three not needed
instances


CVSROOT:	/cvs
Module name:	src
Changes by:	danh@cvs.openbsd.org	2004/08/03 06:45:00

Modified files:
	bin/ksh        : history.c 

Log message:
only neuter fc builtin if initial shell is not interactive

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 06:54:40

Modified files:
	infrastructure/mk: pear.port.mk 
	www/pear-HTML-Select: Makefile 
	www/php4/core  : Makefile 
	www/php4/core/pkg: PLIST PLIST-pear 
	www/php4/extensions: Makefile 
Added files:
	www/php4/pear  : Makefile.pear pear.port.mk 
Removed files:
	www/php4/core/files: Makefile.pear pear.port.mk 

Log message:
MODULES=www/php4/pear
okay maintainer(s)


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 07:22:02

Modified files:
	graphics/ggi/pkg: PLIST 
	graphics/gii/pkg: PFRAG.shared PLIST 
Removed files:
	graphics/gii/pkg: DEINSTALL INSTALL 

Log message:
new style PLIST + switch to @sample


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 07:23:41

Removed files:
	graphics/ggi/pkg: DEINSTALL INSTALL 

Log message:
bad bad cvs; complete @sample infestation


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 07:30:15

Modified files:
	devel/gmake/pkg: PLIST 

Log message:
new style PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/03 07:34:07

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/03 07:34:48

Modified files:
	sys/kern       : vfs_sync.c 

Log message:
Print more diagnostics on fsync failure in sched_sync.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/03 07:39:52

Modified files:
	sbin/route     : route.8 

Log message:
-src/-srcmask are no more


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/03 07:43:29

Modified files:
	usr.sbin/bgpd  : bgpd.c 

Log message:
Fix mem-leak on exit. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/03 07:46:23

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
deny hilarious prepends. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/03 07:46:27

Modified files:
	security/pwgen/pkg: PLIST 

Log message:
new-style PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/03 07:50:23

Modified files:
	devel/uuid/pkg : PLIST 

Log message:
new-style PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/03 08:00:15

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
Make mrt dumps mrt compliant. I already fixed one of those but this one
slipped my attention. Now all bgpd dumps can be read with mrt's route_btoa.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 08:05:29

Log message:
    Initial import of zope-jtracker-1.11
    
    JTracker is an issue tracking product inspired by the Tracker and
    Collector products. Its distinction is a much-simplified feature set and
    transparent management of every component. It will not interfere with
    existing site designs, either.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Aug-03
    
    N ports/www/zope-jtracker/Makefile
    N ports/www/zope-jtracker/distinfo
    N ports/www/zope-jtracker/pkg/MESSAGE
    N ports/www/zope-jtracker/pkg/DESCR
    N ports/www/zope-jtracker/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 08:07:24

Modified files:
	www            : Makefile 

Log message:
+ zope-jtracker


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/08/03 08:09:25

Modified files:
	share/man/man9 : vget.9 

Log message:
mention EBUSY, ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 08:14:57

Modified files:
	www/linkchecker: Makefile 
	www/rawdog     : Makefile 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 08:17:53

Modified files:
	devel/lam/pkg  : PLIST 
Removed files:
	devel/lam/pkg  : DEINSTALL INSTALL 

Log message:
new style PLIST + @sample


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/03 08:25:34

Modified files:
	databases/p5-DBD-SQLite/pkg: PLIST 

Log message:
new-style PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 08:27:33

Modified files:
	devel/flawfinder: Makefile 
	devel/py-Checker: Makefile 
	devel/py-cheetah: Makefile 
	devel/py-mxDateTime: Makefile 
	devel/py-optik : Makefile 
	devel/py-pexpect: Makefile 
	devel/py-tpg   : Makefile 
	devel/py-unit  : Makefile 
	devel/pygame   : Makefile 
	devel/py-parsing: Makefile 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/03 08:43:39

Modified files:
	graphics/libcaca/pkg: PLIST 
	graphics/win32-codecs/pkg: PLIST 
	misc/ccze/pkg  : PLIST 
	misc/mc/pkg    : PLIST 
	net/bnc/pkg    : PLIST 
	sysutils/colortail/pkg: PLIST 

Log message:
new-style PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 08:44:18

Log message:
    Initial import of p5-Device-SerialPort 1.000002
    
    talks to serial ports
    
    Status:
    
    Vendor Tag:	todd
    Release Tags:	todd_2004_08_03
    
    N ports/comms/p5-Device-SerialPort/Makefile
    N ports/comms/p5-Device-SerialPort/distinfo
    N ports/comms/p5-Device-SerialPort/pkg/DESCR
    N ports/comms/p5-Device-SerialPort/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/03 08:44:42

Modified files:
	misc/mc        : Makefile 

Log message:
MODULES=devel/gettext


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/03 08:46:23

Modified files:
	usr.sbin/bgpd  : rde_prefix.c 

Log message:
Cleanup and remove some ENSURE. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 08:46:22

Log message:
    talks to modem devices via serial ports
    
    Status:
    
    Vendor Tag:	todd
    Release Tags:	todd_2004_08_03
    
    N ports/comms/p5-Device-Modem/Makefile
    N ports/comms/p5-Device-Modem/distinfo
    N ports/comms/p5-Device-Modem/pkg/DESCR
    N ports/comms/p5-Device-Modem/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2004/08/03 08:47:26

Modified files:
	comms          : Makefile 

Log message:
+ p5-Device-Modem


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 08:59:27

Modified files:
	audio/cplay    : Makefile 
	audio/py-ao    : Makefile 
	audio/py-cddb  : Makefile 
	audio/py-id3   : Makefile 
	audio/py-ogg   : Makefile 
	audio/py-xmms  : Makefile 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/03 09:00:54

Modified files:
	www/privoxy    : Makefile distinfo 
	www/privoxy/pkg: SECURITY 

Log message:
update to 3.0.3; from Dan Weeks <danimal@danimal.org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 10:18:51

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
pass TRUEPREFIX around, don't pass LDCONFIG.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/03 10:48:35

Modified files:
	share/man/man4 : Makefile 

Log message:
add an MLINK for mixer(4) that points to audio(4),
since the page describes both devices

ok jmc deraadt marius


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 11:08:29

Modified files:
	www/zope       : zope.port.mk 

Log message:
shutup!


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/08/03 11:11:49

Modified files:
	sys/kern       : vfs_conf.c 
	sys/nfs        : nfs_bio.c nfs_node.c nfs_subs.c nfs_var.h 
	                 nfs_vnops.c nfsnode.h 

Log message:
NFS commit coalescion: instead of sending a commit for each block, coalesce
these into larger ranges wherever possible.

this should speed up NFS writes quite a bit.

ok art@ millert@ pedro@ tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 11:32:21

Modified files:
	www/zope-logger: Makefile 
	www/zope-logger/pkg: PLIST 

Log message:
fix MASTER_SITES; sync PLIST with new style while here;


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/08/03 11:47:13

Log message:
    net-snmp 5.1.1 from Tim Kornau <opti@openbsd.de>
    
    Status:
    
    Vendor Tag:	danh
    Release Tags:	danh_2004-Aug-03
    
    N ports/net/net-snmp/Makefile
    N ports/net/net-snmp/distinfo
    N ports/net/net-snmp/pkg/PLIST
    N ports/net/net-snmp/pkg/PFRAG.shared
    N ports/net/net-snmp/pkg/DESCR
    N ports/net/net-snmp/pkg/MESSAGE
    N ports/net/net-snmp/pkg/PLIST-perl
    N ports/net/net-snmp/pkg/DESCR-perl
    N ports/net/net-snmp/patches/patch-agent_mibgroup_host_hr_storage_c
    N ports/net/net-snmp/patches/patch-agent_mibgroup_ucd-snmp_versioninfo_c
    N ports/net/net-snmp/patches/patch-ltmain_sh
    N ports/net/net-snmp/patches/patch-configure
    N ports/net/net-snmp/patches/patch-snmplib_container_c
    N ports/net/net-snmp/patches/patch-agent_mibgroup_mibII_var_route_c
    N ports/net/net-snmp/patches/patch-agent_mibgroup_mibII_tcpTable_c
    N ports/net/net-snmp/patches/patch-include_net-snmp_system_openbsd_h
    N ports/net/net-snmp/patches/patch-Makefile_rules
    N ports/net/net-snmp/patches/patch-agent_mibgroup_mibII_interfaces_c
    N ports/net/net-snmp/patches/patch-agent_mibgroup_ucd-snmp_dlmod_c
    N ports/net/net-snmp/patches/patch-agent_mibgroup_ucd_snmp_h
    N ports/net/net-snmp/patches/patch-Makefile_top
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/08/03 11:47:52

Modified files:
	net            : Makefile 

Log message:
+net-snmp


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/03 11:49:04

Modified files:
	sys/kern       : subr_autoconf.c 

Log message:
Fix a minor bug where indirect config crashes the kernel
when match verbose is turend on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/08/03 11:52:06

Modified files:
	net/ucd-snmp/pkg: PLIST 

Log message:
mark package conflict with net-snmp


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/03 12:24:40

Modified files:
	net/ap-utils   : Makefile 
	net/irc        : Makefile 
	net/mldonkey/snapshot: Makefile 
	net/mldonkey/stable: Makefile 
	net/nmap       : Makefile 
	net/rrdtool    : Makefile 
	net/tcpreen    : Makefile 
	net/yafc       : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/03 12:34:01

Modified files:
	comms          : Makefile 

Log message:
+ p5-Device-SerialPort that todd forgot


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/03 13:05:10

Modified files:
	.              : INDEX 

Log message:
sync, 2765 unzels


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/03 13:05:56

Modified files:
	sys/dev/mii    : mii_physubr.c 

Log message:
Add a MIIF_FORCEANEG flag to be passed to mii_attach.  This forces an
autonegotiation to take place if IFM_AUTO is selected in mii_media_set.

From NetBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/03 13:15:05

Modified files:
	news/slrn      : Makefile 
	print/pdflib   : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 13:30:25

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Move SHARED_ONLY default definition down so that it can be inherited
from Makefile.inc/MODULES.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/03 13:38:01

Modified files:
	lib/libc/stdlib: strtonum.3 strtonum.c 

Log message:
It's not really possible to make strtonum() deal with unsigned long
long values properly so don't bother trying.  This greatly simplifies
the code.  tedu@ OK with input from otto@ and others.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/03 13:43:31

Modified files:
	lib/libc/gen   : auth_subr.3 auth_subr.c 

Log message:
Add support for passing a file descriptor back and forth between
the parent program and the login script.  This will be used by login
scripts that need to maintain state, for instance keeping a record
locked during authentication while using separate challenge and
response authentication with S/Key.  OK deraadt@ marius@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/03 13:59:42

Modified files:
	include        : stdlib.h 

Log message:
Update strtonum() protor


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/03 14:37:29

src/regress/lib/libc/strtonum

Update of /cvs/src/regress/lib/libc/strtonum
In directory cvs.openbsd.org:/tmp/cvs-serv1457/strtonum

Log Message:
Directory /cvs/src/regress/lib/libc/strtonum added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/03 14:38:36

Added files:
	regress/lib/libc/strtonum: Makefile strtonumtest.c 

Log message:
strtonum(3) regression tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/03 14:39:28

Modified files:
	regress/lib/libc: Makefile 

Log message:
Enable strtonum test


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/03 15:00:07

Modified files:
	include        : login_cap.h 

Log message:
Define BI_FDPASS for the BSD auth fd passing changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:15:38

Modified files:
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
Clear CMMU fault status registers after reading them, for 4:1 and 8:1
MVME188 configurations.  Thus, we are looking at valid values when electing
the faulting CMMU.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/03 15:16:24

Modified files:
	sys/arch/mvme88k/include: cpu.h 

Log message:
hide more inside _KERNEL; miod ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/03 15:18:25

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
tag error messages with PKGPATH, as they get hard to decipher
when walking the tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:24:44

Modified files:
	sys/arch/mvme88k/mvme88k: m8820x.c 

Log message:
Overhaul of the MVME188 logic:
- change the split CMMU strategy from splitting on user/supervisor, then
A14/A14*, to A12/A12*, then A14/A14*. I believe this arrangment, being
more symmetrical, uses the extra CMMUs better.
- correctly handle 88204 - they will split on A14 and A16 instead of A12
and A14.
- fix the addressing logic, when we need to know if a specific CMMU manages
a certain address, or not. Code is even smaller now!
- since the strategy choice makes user/supervisor distinction obsolete,
remove the associated logic in m8820x_cmmu_set().

We now run multiuser on a 2P128 (4:1 88200) HYPERmodule. All 4:1 configurations
should work; 8:1 configurations (1P128 with 88200, and 1P512) could not been
tested due to lack of such hardware.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:27:55

Modified files:
	.              : mvme88k.html 

Log message:
Complete MVME188 coverage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 15:31:08

Modified files:
	security/py-paramiko: Makefile 
	security/py-Rijndael: Makefile 
	security/py-cryptkit: Makefile 
	security/py-crypto: Makefile 
	security/py-gnupg: Makefile 
	security/py-openssl: Makefile 
	security/py-sslwrapper: Makefile 
	sysutils/tentakel: Makefile 
	print/py-reportlab/reportlab: Makefile 
	print/py-reportlab/plugins: Makefile.inc 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:31:08

Modified files:
	distrib/notes/mvme88k: hardware 

Log message:
Complete MVME188 coverage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 15:34:44

Modified files:
	textproc/makefaq: Makefile 
	textproc/py-Chart: Makefile 
	textproc/py-HappyDoc: Makefile 
	textproc/py-jaxml: Makefile 
	textproc/py-xml: Makefile 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:44:36

Modified files:
	sys/arch/hp300/stand/common: scsi.c sd.c 
Added files:
	sys/arch/hp300/stand/include: scsireg.h 

Log message:
Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/03 15:44:38

Modified files:
	x11/py-gtk2    : Makefile 

Log message:
MODULES= converters/libiconv lang/python


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:46:58

Modified files:
	etc/etc.hp300  : MAKEDEV MAKEDEV.md 
	share/man/man4/man4.hp300: Makefile ct.4 dio.4 hd.4 intro.4 
	share/man/man8/man8.hp300: MAKEDEV.8 
	sys/arch/hp300/conf: GENERIC RAMDISK files.hp300 
	sys/arch/hp300/hp300: autoconf.c conf.c 
Added files:
	share/man/man4/man4.hp300: spc.4 
	sys/arch/hp300/dev: hp98265reg.h mb89352.c mb89352reg.h 
	                    mb89352var.h spc.c 
Removed files:
	share/man/man4/man4.hp300: oscsi.4 sd.4 st.4 
	sys/arch/hp300/dev: ac.c acioctl.h acvar.h scsi.c scsireg.h 
	                    scsivar.h sd.c sdvar.h st.c stvar.h 

Log message:
Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver
interfaced with the MI scsi code.

Adapted from NetBSD with some changes (especially to get tape and old
cd-rom drives to not cause the driver to spin during probe).

Tested by millert@ and I, ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/03 15:47:33

Modified files:
	etc/etc.hp300  : MAKEDEV 
	share/man/man8/man8.hp300: MAKEDEV.8 

Log message:
Err, commit after regen...


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/03 18:05:30

Modified files:
	share/man/man4 : audio.4 

Log message:
- sync to netbsd
- update to reality
- grammar, punctuation, rewording
- since this page describes both the mixer and audio devices,
add mention of the mixer device in relevant places
- use standard conventions for documenting ioctls
- macro and other mdoc fixes
- add some unmentioned audio devices and other cross-refs to
"see also"

help and ok jmc

and add kernel config usage to synopsis (from deraadt)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/03 19:05:54

Modified files:
	sys/dev/cardbus: if_atw_cardbus.c 

Log message:
Fix printing of revision string.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/03 19:16:36

Modified files:
	sys/arch/amd64/amd64: ipifuncs.c 

Log message:
There are so many reasons why a printf in an ipi is a very bad idea.
Especially since it doesn't add anything but spam during reboot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/03 19:21:46

Modified files:
	www/wordpress/pkg: DESCR 

Log message:
better DESCR. Submitted by ian@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/03 19:50:22

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Compaq WLAN Multiport W200

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/03 19:52:43

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/08/03 21:05:25

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
better comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	david@cvs.openbsd.org	2004/08/03 21:58:13

Added files:
	graphics/gimp/stable/patches: patch-app_blob_c 

Log message:
pull fix from upstream (Philip Lafleur <plafleur@cvs.gnome.org>)

* app/paint/gimpink-blob.c (blob_make_convex): Check if the
array index is legal before using it, not the other way around.
Fixes bug #144856.

fixes out of bounds read noticed by Alf Schlichting
<a.schlichting@lemarit.com> with malloc.conf
ok brad@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2004/08/04 00:48:16

Modified files:
	.              : hp300.html 

Log message:
SCSI updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/04 02:06:09

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 03:08:19

Modified files:
	sys/arch/m88k/include: m8820x.h 

Log message:
More constants for the SSR register.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 03:08:37

Modified files:
	sys/arch/mvme88k/mvme88k: m8820x.c 

Log message:
KNF and a spanking in the ddb helper code.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/08/04 04:37:52

Modified files:
	usr.bin/ssh    : dh.c 

Log message:
return group14 when no primes found - fixes hang on empty /etc/moduli;
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/04 06:02:57

Modified files:
	regress/lib/libc/malloc/malloc0test: malloc0test.c 

Log message:
Unbreak malloc0test for use with mmap malloc which allocates objects
in a non-contiguous manner. ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/04 06:41:48

Modified files:
	usr.sbin/bgpd  : rde.c session.c session.h 

Log message:
session_main() and rde_main() return... right, a pid. and a pid is a pid_t
and not an int.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 07:16:14

Modified files:
	sys/arch/mvme88k/mvme88k: m8820x.c 

Log message:
More cleaning:
- a really working and simpler ddb "machine translate" helper.
- get rid of the remains of the BATC code, which would not work as is on
4:1 and 8:1 boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/04 08:47:30

Modified files:
	sys/dev/ic     : dcreg.h 

Log message:
interrupt mitigation bits


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/04 08:51:31

Modified files:
	security/cyrus-sasl2: Makefile 
	security/fragrouter: Makefile 
	security/gnupg : Makefile 
	security/outguess: Makefile 
	security/pcsc-lite: Makefile 
	security/pgp5  : Makefile 
	security/stunnel: Makefile 
	sysutils/radmind: Makefile 
	sysutils/xosview: Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/04 09:02:29

Modified files:
	sys/dev/pci    : if_dc_pci.c 

Log message:
kill hppa quirk that is not needed


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/04 09:29:10

Modified files:
	usr.bin/tsort  : tsort.1 

Log message:
alternate description of tsort and example.
Approved by jmc@, with minor corrections coming up.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/04 09:30:07

Modified files:
	usr.bin/tsort  : tsort.1 tsort.c 

Log message:
sort SYNOPSIS and usage(), format tweaks, by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 09:36:44

Modified files:
	sys/kern       : kern_tc.c 

Log message:
- Match time_second and time_uptime prototypes.
- Less chatty.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/04 09:44:11

Modified files:
	faq            : faq6.html 

Log message:
Screwed up links, on spotted by Dick Davies, rasputnikAThellooperatorDOTnet
the other spotted by me while looking over Dick's change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 09:54:38

Modified files:
	sys/arch/luna88k/luna88k: m8820x.c 
	sys/arch/m88k/include: cmmu.h pmap.h 
	sys/arch/m88k/m88k: pmap.c 
	sys/arch/mvme88k/mvme88k: m88110.c m8820x.c 

Log message:
Completely remove BATC code. BATC on 88200 are way too small to be worth
using as part of the general pmap machinery (though they might come back
at some point to speed up I/O mappings), and we don't use the 88110 BATC
yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/04 10:12:14

Modified files:
	textproc/expat : Makefile 
	textproc/gdiff : Makefile 
	textproc/sablotron: Makefile 
	www/man2web    : Makefile 
	www/mod_jk     : Makefile 
	www/mozilla    : Makefile 
	www/mozilla-firefox: Makefile 
	www/squid      : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/08/04 10:13:15

Modified files:
	zh-cn          : cvsync.html 
Added files:
	zh-cn          : cvsup.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/08/04 10:13:54

Modified files:
	nl             : anoncvs.html donations.html ftp.html 
	                 i386-laptop.html i386.html index.html mail.html 
	                 orders.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/08/04 10:14:08

Modified files:
	openssh/nl     : ftp.html index.html portable.html windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 10:22:59

Modified files:
	archivers/bzip/pkg: PLIST 
	archivers/gtar/pkg: PLIST 
	archivers/p5-Compress-LZO/pkg: PLIST 
	archivers/p5-Compress-Zlib/pkg: PLIST 

Log message:
pass things through new make-plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 10:26:42

Modified files:
	infrastructure/db: fake.mtree 

Log message:
Add perl documentation directories.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 10:29:32

Modified files:
	sys/kern       : kern_clock.c 

Log message:
Even when we have timecounters we still have to do the check for secondary
cpus calling hardclock and the statclock emulation. Move some ifdef
__HAVE_TIMECOUNTER code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 10:36:11

Modified files:
	archivers/p5-Compress-LZO/pkg: PLIST 
	archivers/p5-Compress-Zlib/pkg: PLIST 

Log message:
man3p part of fake.mtree now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/04 10:39:21

Modified files:
	x11/mlterm     : Makefile 
	x11/vlc        : Makefile 

Log message:
fix up MODGNU_CONFIG_GUESS_DIRS


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/08/04 11:08:33

Modified files:
	de             : art1.html art2.html art3.html i386-laptop.html 
	                 mail.html mvme68k.html orders.html plat.html 
	                 porting.html stable.html vax.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 11:33:29

Modified files:
	gnu/usr.bin/gcc/gcc: toplev.c 

Log message:
Fix propolice merge error in options list.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 12:41:13

Modified files:
	usr.bin/mg     : theo.c 

Log message:
Batman?


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/08/04 13:12:53

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
Missing check for NULL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/04 13:14:30

Modified files:
	net/BitTorrent : Makefile 
	net/py-irclib  : Makefile 
	net/ipcheck    : Makefile 
	net/nicotine   : Makefile 
	net/pebrot     : Makefile 
	net/py-IP      : Makefile 
	net/py-curl    : Makefile 
	net/py-dns     : Makefile 
	net/py-libpcap : Makefile 
	net/py-msnp    : Makefile 
	net/py-snmp    : Makefile 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/04 13:20:43

Modified files:
	mail/getmail   : Makefile 
	mail/offlineimap: Makefile 

Log message:
MODULES= lang/python


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/08/04 13:37:26

Modified files:
	sys/dev/pci    : if_skreg.h if_sk.c 

Log message:
Make jumbo frames work.
- allocate and manage our own memory for rx packets rather than using
mbuf clusters; code for this lifted from if_bge.c
- pass the correct size to bus_dmamap_create()

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/04 13:42:31

Modified files:
	sys/dev/cardbus: if_fxp_cardbus.c 
	sys/dev/ic     : fxp.c fxpreg.h fxpvar.h 
	sys/dev/pci    : if_fxp_pci.c 

Log message:
interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb@poi.dvo.ru>


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/04 13:46:15

Modified files:
	games/forcedattack: Makefile 
	graphics/py-Imaging: Makefile 
	chinese/py-zhCodecs: Makefile 
	converters/py-cjkcodecs: Makefile 
	databases/py-ldap: Makefile 
	databases/py-mysql: Makefile 
	databases/py-sqlite: Makefile 
	databases/py-sybase: Makefile 
	misc/py-imdb   : Makefile 
	converters/py-iconvcodec: Makefile 
	math/py-Numeric: Makefile 
	math/py-gnuplot: Makefile 
	math/py-probstat: Makefile 

Log message:
new-style MODULES


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/04 14:01:45

Modified files:
	bin/ksh        : ksh.1tbl sh.1tbl 

Log message:
- mdoc and macro fixes and simplification
- punctuation and grammar fixes
- show prompts for example shell commands

help and ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 14:14:40

Modified files:
	sys/arch/hp300/conf: DISKLESS RAMDISK 
	sys/arch/mac68k/conf: GENERIC GENERICSBC 

Log message:
Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation
media.

The latter is to work around a pmap issue on 680[46]0, for which either
a kluge or a real fix look very ugly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 14:20:19

Modified files:
	sys/arch/arm/arm: cpufunc_asm_sa1.S cpuswitch.S fault.c 
	sys/arch/arm/conf: files.arm 
Removed files:
	sys/arch/arm/arm: fusu.S 

Log message:
Remove the old fetch(9)/store(9) functions, since they are not used in
OpenBSD. This gives us a simpler and faster cpu_switch() as a bonus.

ok drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/04 14:22:50

Modified files:
	www/zope-zwiki : Makefile distinfo 
	www/zope-zwiki/pkg: PLIST 

Log message:
update to zope-zwiki-0.33.0


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 14:36:27

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
Uninline vputonfreelist.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/04 14:45:09

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
use CIRCLEQ_XXX; ok mcbride, miod


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 15:49:19

Modified files:
	sys/sys        : resourcevar.h 
	sys/kern       : kern_clock.c kern_exit.c kern_fork.c 

Log message:
hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and
sends SIGVTALRM and SIGPROF to the process if they had. There is a big
problem with calling psignal from hardclock on MULTIPROCESSOR machines
though. It means we need to protect all signal state in the process
with a lock because hardclock doesn't obtain KERNEL_LOCK. Trying to
track down all the tentacles of this quickly becomes very messy. What
saves us at the moment is that SCHED_LOCK (which is used to protect
parts of the signal state, but not all) happens to be recursive and
forgives small and big errors. That's about to change.

So instead of trying to hunt down all the locking problems here, just
make hardclock not send signals. Instead hardclock schedules a timeout
that will send the signal later. There are many reasons why this works
just as good as the previous code, all explained in a comment written
in big, friendly letters in kern_clock.

miod@ ok noone else dared to ok this, but noone screamed in agony either.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/04 16:03:45

Modified files:
	sys/arch/luna88k/luna88k: eh.S 
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
Use the ad hoc register define to access the Pbus fault status register,
rather than an ugly 0x108.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/04 17:06:34

Modified files:
	usr.bin/talk   : talk.1 

Log message:
.Xr talkd 8; from Scott Francis (PR #3884);
kill a .Pp/-compact combination in a display whilst here;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/04 17:33:32

Modified files:
	sys/sys        : sysctl.h 

Log message:
tholo forgot to update KERN_MAXID; j@pureftpd.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 17:41:52

Modified files:
	x11/ogle/pkg   : PLIST 

Log message:
@dir -> /


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/04 19:23:45

Modified files:
	net/p5-PlRPC   : Makefile distinfo 
	net/p5-PlRPC/pkg: PLIST 

Log message:
update to 0.2018


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 20:56:53

src/regress/sys/kern/signal-stress

Update of /cvs/src/regress/sys/kern/signal-stress
In directory cvs.openbsd.org:/tmp/cvs-serv16844/signal-stress

Log Message:
Directory /cvs/src/regress/sys/kern/signal-stress added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 20:58:36

Added files:
	regress/sys/kern/signal-stress: Makefile signal-stress.c 

Log message:
A test that tests sends such a huge amount of signals that something
should happen if signal delivery is not robust.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/04 20:59:49

Modified files:
	regress/sys/kern: Makefile 

Log message:
Add signal-stress. Good luck.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 21:02:01

Modified files:
	audio/esound/pkg: PLIST 
Removed files:
	audio/esound/pkg: DEINSTALL INSTALL 

Log message:
kill INSTALL/DEINSTALL by making use of @sample.
More directories may be needed for static architectures.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/04 21:07:47

Modified files:
	sys/arch/i386/include: cpu.h 

Log message:
spelling nit from Chris Pascoe

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 21:21:18

Modified files:
	audio/grip     : Makefile 
	audio/grip/pkg : PLIST 
Added files:
	audio/grip/patches: patch-doc_C_Makefile_in 

Log message:
fix doc/Makefile.in so the installation goes smoothly.
Explicit gettext module for !shared archs.
New style PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/04 21:28:12

Modified files:
	audio/abcde/pkg: PFRAG.lame PLIST 
	audio/ac3dec/pkg: PLIST 
	audio/ascd/pkg : PLIST 
	audio/aumix/pkg: PFRAG.no-no_curses PLIST 
	audio/cdparanoia/pkg: PLIST 
	audio/cplay/pkg: PLIST 
	audio/disc-cover/pkg: PLIST 
	audio/easytag/pkg: PLIST 
	audio/flac/pkg : PFRAG.shared PLIST 
	audio/flite/pkg: PFRAG.shared PLIST 
	audio/gogo/pkg : PLIST 
	audio/gqmpeg/pkg: PLIST 
	audio/gsm/pkg  : PFRAG.shared PLIST 
	audio/id3ed/pkg: PLIST 
	audio/id3lib/pkg: PLIST 
	audio/ksmp3play/pkg: PLIST 
	audio/lame/pkg : PLIST 
	audio/liba52/pkg: PLIST 

Log message:
switch a few audio ports to new-style.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/04 21:44:35

Modified files:
	lib/libkvm     : kvm_getprocs.3 

Log message:
- fix includes needed to compile
- mdoc and macro fixes
- sync to reality
- mention where the kinfo_proc type definition can be found

ok millert jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/08/04 22:46:26

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
don't attempt to put processes back in a directory after unmount.
it could never always work, and worse, may cause other bugs/crashes.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2004/08/04 22:56:05

Modified files:
	sys/arch/i386/i386: powernow-k7.c 

Log message:
unmap bios when done.  from form@pdp-11.org.ru via grange


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/04 23:17:58

Modified files:
	sys/dev/usb    : if_wi_usb.c 

Log message:
attach the compaq w100 and w200. the w100 should work with a bit of work. it
is yet to be determined if the w200 has hope or not though from what i've read
it should be possible.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/04 23:20:16

Modified files:
	sys/arch/alpha/conf: GENERIC 

Log message:
sync usb devs to other archs by adding cdce

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/04 23:21:27

Modified files:
	sys/arch/cats/conf: GENERIC 

Log message:
again, sync usb device support accross archs by adding cdce

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/05 01:27:57

Modified files:
	databases/py-sqlite: Makefile 

Log message:
fix LIB_DEPENDS; ok djm@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/05 01:54:14

Modified files:
	sbin/ancontrol : ancontrol.c 

Log message:
better signal cache printf


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/05 01:58:55

Modified files:
	sys/dev/ic     : an.c anvar.h 

Log message:
allocate a cluster on rx after all possible failures had been checked for; repair sigcache misalignment


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/05 03:06:24

Modified files:
	sys/arch/hppa/hppa: pmap.c 

Log message:
keep at least a page in pv_entries pool and uppen the high mark


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 03:16:04

Modified files:
	devel/autoconf/2.13/pkg: PLIST 
	graphics/png/pkg: PFRAG.shared PLIST 

Log message:
more new PLISTs


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/08/05 03:24:19

www/openntpd

Update of /cvs/www/openntpd
In directory cvs.openbsd.org:/tmp/cvs-serv16399/openntpd

Log Message:
Directory /cvs/www/openntpd added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/08/05 03:24:33

www/openntpd/images

Update of /cvs/www/openntpd/images
In directory cvs.openbsd.org:/tmp/cvs-serv4234/openntpd/images

Log Message:
Directory /cvs/www/openntpd/images added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/08/05 03:25:57

Added files:
	openntpd       : index.html manual.html 
	openntpd/images: openntpd.jpg 

Log message:
OpenNTPD website, modeled after the OpenSSH one
picture by Ty Semaka, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2004/08/05 03:30:24

Modified files:
	openntpd       : index.html 

Log message:
/dist is only on www


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/05 04:59:43

Modified files:
	usr.bin/tsort  : tsort.c 

Log message:
simpler copyright, adjust date.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/05 05:39:37

Modified files:
	regress/sys/arch/sparc64/emul-ldqstq/simm13: genc.pl 

Log message:
fix the perl to generate proper \n in the output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 05:56:30

Modified files:
	editors/vim    : Makefile 
	editors/vim/pkg: PFRAG.no-no_x11 PLIST PLIST-lang 

Log message:
modern packing-list, add files missed.
@comment out amiga `info' files so that auto-generation will work better
next time.

use new MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 06:29:30

Modified files:
	x11/mplayer/pkg: PFRAG.no-no_x11 PLIST 

Log message:
new-style PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/05 06:43:26

Modified files:
	sys/dev/ic     : an.c 

Log message:
Remove forgotten debug code which does not compile on alpha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 07:29:00

Modified files:
	audio/xmms/pkg : PFRAG.shared 

Log message:
sort PFRAG.shared correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/05 07:31:36

Modified files:
	lib/libskey    : Makefile shlib_version skey.3 skey.h 
	                 skeylogin.c 

Log message:
Add skeychallenge2() which is like skeychallenge() but takes an
already open fd.  Will be used to make separate challenge/response
invocations of login_skey keep the record locked.  Also properly
escape minus signs in man page.  OK henning@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/05 07:37:06

Modified files:
	libexec/login_skey: login_skey.8 login_skey.c 

Log message:
Add support for passing an fd to the user's S/Key record back and
forth between login_skey and the invoking process.  This allows us
to keep the record locked between an invocation of login_skey that
receives the challenge and another that verifies the response,
preventing an interloper from sniffing the challenge and beating
the legitimate user to the response.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/05 07:45:30

Modified files:
	sys/kern       : kern_clock.c 

Log message:
Fix typos. Found by Dries Schellekens


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 08:11:10

Modified files:
	japanese/Wnn/pkg: PLIST PLIST-ko PLIST-xwnmo PLIST-zh 

Log message:
switch to new style PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/05 08:23:03

Log message:
    Initial import of zope-groupuserfolder-3.0
    
    GroupUserFolder is a kind of user folder that provides a special kind of
    user management. Some users are "flagged" as GROUP and then normal users
    will be able to belong to one or several groups.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Aug-05
    
    N ports/www/zope-groupuserfolder/Makefile
    N ports/www/zope-groupuserfolder/distinfo
    N ports/www/zope-groupuserfolder/pkg/MESSAGE
    N ports/www/zope-groupuserfolder/pkg/DESCR
    N ports/www/zope-groupuserfolder/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/05 08:24:35

Modified files:
	www            : Makefile 

Log message:
+ zope-groupuserfolder


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 09:04:26

Modified files:
	www/php4/core/pkg: PLIST-pear 

Log message:
tell make-plist we don't want .lock nor .filemap.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/05 09:06:59

Modified files:
	regress/sys/kern/signal-stress: signal-stress.c 

Log message:
Be nice to poor people with small machines and low limits.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/05 09:19:50

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
we wanna ignore SIGPIPE here just like in the session engine, claudio ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 09:27:12

Modified files:
	www/w3m/pkg    : PFRAG.japanese PLIST 

Log message:
auto-generated packing-list.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 09:58:21

Modified files:
	usr.sbin/bgpd  : bgpd.h kroute.c rde.c rde.h rde_filter.c 
	                 rde_rib.c 

Log message:
rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1
similar to memcmp() and all other compare functions in bgpd. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 10:14:48

Modified files:
	devel/gettext  : Makefile 
	devel/gettext/pkg: PLIST 
	archivers/gtar/pkg: PLIST 
	audio/aumix/pkg: PLIST 
	audio/easytag/pkg: PLIST 
	audio/gqmpeg/pkg: PLIST 
	audio/grip/pkg : PLIST 

Log message:
four more common locale dirs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 10:23:35

Modified files:
	x11/ogle/pkg   : PLIST 

Log message:
.tbl is also a manpage that has not yet gone through tbl.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 10:26:56

Modified files:
	usr.sbin/bgpd  : mrt.c rde.c rde_rib.c rde_update.c 

Log message:
struct prefix has a pointer to the peer so use it everywhere directly instead
of the detour via aspath.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/05 11:04:51

Modified files:
	sys/conf       : files 

Log message:
Cleanup attachs for com and lpt for mips.
ok, miod, todd


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/05 12:04:56

Modified files:
	devel/libtool/patches: patch-libltdl_ltmain_sh patch-ltmain_in 

Log message:
I'm not sure if this is the end of all the relink issues
but this is definitely an improvement on the workaround
currently in place at the moment.

From: Jacob Meuser <jakemsr at jakemsr dot com>


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 12:40:44

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
tab at EOL


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 12:44:19

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_attr.c rde_decide.c 
	                 rde_filter.c rde_prefix.c rde_rib.c 
	                 rde_update.c 

Log message:
Cleanup aspath specific functions and api. Mainly switch to a refcnt based
allocation. This helps to save a bit of RAM. looks good henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/05 13:12:33

Modified files:
	gnu/usr.bin/gas: read.c 

Log message:
Watch your step and do not access memory below what you've just allocated;
fixes SIGV on m68k.

ok tdeval@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/05 13:17:14

Modified files:
	graphics/png   : Makefile 
	graphics/png/patches: patch-pngconf_h 
Added files:
	graphics/png/patches: patch-png_h patch-pngpread_c 
	                      patch-pngread_c patch-pngrutil_c 
	                      patch-pngset_c 

Log message:
Add pieces of the libpng jumbo security patch not already in the port.

http://www.us-cert.gov/cas/techalerts/TA04-217A.html


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 13:23:10

Modified files:
	usr.sbin/bgpd  : rde_prefix.c rde_rib.c 

Log message:
Get rid of some statistics stuff that is no longer needed but helped in the
beginning. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/05 13:32:37

Modified files:
	graphics/png   : Tag: OPENBSD_3_5 Makefile 
	graphics/png/patches: Tag: OPENBSD_3_5 patch-pngconf_h 
Added files:
	graphics/png/patches: Tag: OPENBSD_3_5 patch-png_h 
	                      patch-pngpread_c patch-pngread_c 
	                      patch-pngrutil_c patch-pngset_c 

Log message:
Add pieces of the libpng jumbo security patch not already in the port.

http://www.us-cert.gov/cas/techalerts/TA04-217A.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/05 13:53:27

Modified files:
	graphics/png   : Tag: OPENBSD_3_4 Makefile 
	graphics/png/patches: Tag: OPENBSD_3_4 patch-pngconf_h 
Added files:
	graphics/png/patches: Tag: OPENBSD_3_4 patch-png_h 
	                      patch-pngpread_c patch-pngread_c 
	                      patch-pngrutil_c patch-pngset_c 

Log message:
Add pieces of the libpng jumbo security patch not already in the port.

http://www.us-cert.gov/cas/techalerts/TA04-217A.html


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/05 13:57:17

Modified files:
	sys/dev/ic     : rtl81x9reg.h 
	sys/dev/pci    : if_bge.c if_bgereg.h if_lge.c if_lgereg.h 
	                 if_nge.c if_ngereg.h if_sk.c if_skreg.h if_ti.c 
	                 if_tireg.h 

Log message:
remove some separate per driver constants and use
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate.

ok mcbride@ henning@ mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/05 14:06:58

Modified files:
	sys/dev/ic     : an.c 

Log message:
use ETHER_MAX_LEN.

ok mickey@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/05 14:35:34

Modified files:
	devel/libtool  : Makefile 

Log message:
bump PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/05 14:51:31

Modified files:
	sys/dev/ic     : rtl81x9reg.h 

Log message:
compile before you commit damnit


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 14:56:12

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_attr.c 

Log message:
As usual cleanup on exit. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/05 14:56:25

Modified files:
	sys/arch/powerpc/powerpc: trap.c 

Log message:
When probing using badaddr make sure the probe load instruction
is retired before turning off trap handling. Otherwise a panic
trap may be taken.
OK drahn@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 15:01:38

Modified files:
	usr.sbin/bgpd  : bgpd.c rde.c session.h 

Log message:
The peer_l is not needed in the rde but still allocated, free them and
save 1k per peer. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/05 15:17:20

Modified files:
	sys/dev/ic     : rtl81x9reg.h 
	sys/dev/pci    : if_re.c 

Log message:
remove some separate per driver constants and use
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/05 15:28:50

Modified files:
	usr.sbin/bgpd  : rde_prefix.c 

Log message:
comapring -> comparing noticed by brad@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/05 15:34:11

Modified files:
	sys/arch/luna88k/luna88k: eh.S 
	sys/arch/m88k/m88k: eh_common.S 
	sys/arch/mvme88k/mvme88k: eh.S 

Log message:
Unbreak luna88k; spotted by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/05 15:39:39

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.sparc 
	                         md.sparc64 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/05 15:47:25

Modified files:
	usr.bin/patch  : backupfile.c inp.c pch.c util.c util.h 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/05 15:47:33

Modified files:
	usr.bin/grep   : grep.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/05 15:50:25

Modified files:
	lang/python/2.3: Makefile distinfo 
	lang/python/2.3/patches: patch-Parser_grammar_c 
	lang/python/2.3/pkg: PFRAG-tkinter.no_shared PFRAG.shared PLIST 
	                     PLIST-idle PLIST-tests PLIST-tools 
Added files:
	lang/python/2.3/patches: patch-Lib_test_test_timeout_py 

Log message:
update to python-2.3.4
> From: MAINTAINER Aleksander Piotrowski


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/08/05 15:55:21

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
- Remove the userland data limit check. It's mmap(2)'s job.
- When malloc_abort==0 (MALLOC_OPTIONS=a), don't abort in wrterror().

fine deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/05 16:35:21

Modified files:
	devel/autoconf/2.54: Tag: OPENBSD_3_4 distinfo 

Log message:
MFC:
Fix by espie@

#@#@!ED FSF


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/05 17:36:40

Modified files:
	usr.sbin/pkg_add: TODO pkg_add pkg_create pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
refactor classes in PackingElement to share more code.
- all files go through FileBase, all directories go through DirBase.
- dirclass() is used to switch classes based on final /, so that
@sample, @extra, and @file  all take directories as well.
- set NoDuplicateNames() more thoroughly.
- make sure all no-default-conflict objects are correct.

compute_fullname() checks for absolute paths, allowed for @sample and
@extra.

lastfile only gets set for actual files.

special names like INSTALL are only checked for normal files.

add a CVSTag class for @comment $OpenBSD$, so that these get sorted first.

Changes for make-plist rewrite:

clone() method that can create copies of all hash objects, to specialize
if needed.

add_object() method so that add() is now new() followed by add_object()
for most objects (useful for cloned objects).

Check that plist has a name in pkg_create, allowing PackingList to write
unnamed plists.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/05 17:39:19

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
kill 3 lines of unused code


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 17:43:45

Modified files:
	infrastructure/mk: bsd.port.mk 
	infrastructure/install: make-plist 

Log message:
almost completely new make-plist.
The new version uses the pkg_* infrastructure to read existing plists
and produced new plists.
Lots and lots of improvements:
- copy most stuff over from original lists correctly. For instance,
attach @exec/@unexec/@sample to other files and copy them in the right
location.
- generic post-treatment of @commnent, using stringize(), so that most
things can be commented out and will stay commented out.
- parse all packing-lists using relevant PREFIXes. Grab PFRAG.xx if %xx%
is seen.
- walk through all of fake, and distpatch files according to PREFIXes
if nothing else works.
- identifies man, libraries, info, handling symlink correctly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/05 17:51:44

Modified files:
	infrastructure/install: make-plist 

Log message:
use clone() to copy objects when either we can, avoiding truncation problems
if inheritance is used.
Fixes @extra dir/  copying.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/08/05 19:29:19

Modified files:
	sys/dev/ic     : aic79xx.c aic79xx.h aic79xx_inline.h 
	                 aic79xx_openbsd.c aic79xx_openbsd.h 

Log message:
Remove __static inline to make the kernel ~24k smaller on i386 and make the debug sessions bearable.

ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2004/08/05 19:39:09

Modified files:
	mail/p5-Mail-SpamAssassin: Makefile distinfo 
	mail/p5-Mail-SpamAssassin/pkg: PLIST 

Log message:
Security update to 2.64.  From release notice:
- Security fix prevents a denial of service attack open to certain
malformed messages; this DoS affects all SpamAssassin 2.5x
and 2.6x versions to date.
- Backported several very reliable rules from the SpamAssassin 3.0.0
codebase.

From MAINTAINER. OK nagy.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/05 20:22:50

Modified files:
	faq            : faq11.html 

Log message:
is -> are, from Justin Krejci, jusATkrytosvirusDOTcom


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2004/08/05 20:33:34

Modified files:
	usr.bin/mg     : theo.c 

Log message:
oops. noted by lizardo@openbsd.org.mx


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2004/08/05 21:02:15

Modified files:
	usr.bin/mg     : theo.c 

Log message:
And another...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/05 21:34:11

Log message:
    voices based on cmu_arctic
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_20040805
    
    N ports/audio/festival/arctic/Makefile.inc
    N ports/audio/festival/arctic/Makefile
    N ports/audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/Makefile
    N ports/audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/distinfo
    N ports/audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/pkg/PLIST
    N ports/audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/pkg/DESCR
    N ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/Makefile
    N ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/distinfo
    N ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/pkg/PLIST
    N ports/audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/pkg/DESCR
    N ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/Makefile
    N ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/distinfo
    N ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/pkg/PLIST
    N ports/audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/pkg/DESCR
    N ports/audio/festival/arctic/festvox_cmu_us_awb_arctic_hts/Makefile
    N ports/audio/festival/arctic/festvox_cmu_us_awb_arctic_hts/distinfo
    N ports/audio/festival/arctic/festvox_cmu_us_awb_arctic_hts/pkg/PLIST
    N ports/audio/festival/arctic/festvox_cmu_us_awb_arctic_hts/pkg/DESCR
    N ports/audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn/Makefile
    N ports/audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn/distinfo
    N ports/audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn/pkg/PLIST
    N ports/audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn/pkg/DESCR
    N ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/Makefile
    N ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/distinfo
    N ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/pkg/PLIST
    N ports/audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/05 21:36:25

Modified files:
	audio/festival : Makefile 
	audio/festival/core: Makefile distinfo 
	audio/festival/core/patches: patch-festival_lib_voices_scm 
	                             patch-festival_src_arch_festival_Makefile 
	                             patch-speech_tools_audio_voxware_cc 
	audio/festival/core/pkg: DESCR PFRAG.ogi PLIST 
	audio/festival/festlex: Makefile.inc 
	audio/festival/festlex/festlex_CMU: Makefile distinfo 
	audio/festival/festlex/festlex_CMU/pkg: PLIST 
	audio/festival/festlex/festlex_OALD: distinfo 
	audio/festival/festlex/festlex_OALD/pkg: PLIST 
	audio/festival/festlex/festlex_POSLEX: distinfo 
	audio/festival/festlex/festlex_POSLEX/pkg: PLIST 
	audio/festival/festvox: Makefile.inc 
	audio/festival/festvox/festvox_don: distinfo 
	audio/festival/festvox/festvox_don/pkg: PLIST 
	audio/festival/festvox/festvox_ellpc11k: distinfo 
	audio/festival/festvox/festvox_ellpc11k/pkg: PLIST 
	audio/festival/festvox/festvox_kallpc16k: distinfo 
	audio/festival/festvox/festvox_kallpc16k/pkg: PLIST 
	audio/festival/festvox/festvox_kedlpc16k: distinfo 
	audio/festival/festvox/festvox_kedlpc16k/pkg: PLIST 
	audio/festival/festvox/festvox_rablpc16k: distinfo 
	audio/festival/festvox/festvox_rablpc16k/pkg: PLIST 
	audio/festival/ogi/OGIlexicon/pkg: DESCR PLIST 
	audio/festival/ogi/voice_aec_di/pkg: PLIST 
	audio/festival/ogi/voice_jph_di/pkg: PLIST 
	audio/festival/ogi/voice_mwm_di/pkg: PLIST 
	audio/festival/ogi/voice_tll_di/pkg: PLIST 

Log message:
update to 1.95-beta


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/05 22:02:52

Modified files:
	games/crimson  : Makefile 

Log message:
update to 0.4.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/05 23:55:11

Modified files:
	net/lftp       : Makefile distinfo 
	net/lftp/pkg   : PLIST 

Log message:
update to 3.0.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 00:57:11

Modified files:
	devel/autoconf/2.13/pkg: DESCR 
	devel/autoconf/2.52/pkg: DESCR 
	devel/autoconf/2.54/pkg: DESCR 
	devel/autoconf/2.56/pkg: DESCR 
	devel/autoconf/2.57/pkg: DESCR 
	devel/autoconf/2.58/pkg: DESCR 
	devel/autoconf/2.59/pkg: DESCR 

Log message:
SUFFIX, not SUFX.
While I'm here, unify DESCR a bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 01:05:16

Modified files:
	usr.sbin/pkg_add: pkg_delete 

Log message:
deinstall DirRm like DirBase.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 01:13:23

Modified files:
	net/rsync/pkg  : PLIST 

Log message:
new style.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/06 01:33:19

Modified files:
	lang/python    : python.port.mk 

Log message:
introduce MODPY_TKINTER_DEPENDS and MODPY_EXPAT_DEPENDS to deal
with -tkinter and -expat subpackages on no shared libs archs;
from discussion with espie@. Python maintainer agrees as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/06 01:35:11

Modified files:
	www/zope       : Makefile 
	www/zope/pkg   : PFRAG.shared 

Log message:
deal with python,-expat on no shared libs archs..


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 01:37:34

Modified files:
	usr.sbin/pkg_add: pkg_delete 

Log message:
Extradir name.
Don't bother deleting it if it's not there.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 01:51:17

Modified files:
	usr.sbin/pkg_add: pkg pkg.1 pkg_add pkg_audit pkg_create 
	                  pkg_delete pkg_enquire pkg_info 
	usr.sbin/pkg_add/OpenBSD: Logger.pm PackageInfo.pm 
	                          PackageLocator.pm PackageName.pm 
	                          PackingElement.pm PackingList.pm 
	                          PackingOld.pm PkgCfl.pm RequiredBy.pm 
	                          Temp.pm Ustar.pm Vstat.pm md5.pm 

Log message:
unified headers, switch to smaller copyright notice.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/06 01:58:58

Modified files:
	www/rawdog     : Makefile 
	www/rawdog/pkg : PLIST 

Log message:
cope with recent python module changes;
new-style PLIST while here;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/06 02:03:39

Modified files:
	www/zope       : Makefile 

Log message:
better depends.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 02:06:01

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_info 
	usr.sbin/pkg_add/OpenBSD: PackageLocator.pm PackingList.pm 
	                          RequiredBy.pm Ustar.pm 

Log message:
block-scoped require is way simpler than weird AUTOLOAD hack.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 02:14:52

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_info 

Log message:
avoid pulling in OpenBSD::md5 and File::Copy if we can.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/06 02:15:43

Modified files:
	graphics/py-Imaging: Makefile 

Log message:
cope with recent python modules changes; ok MAINTAINER;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 02:17:40

Modified files:
	usr.sbin/pkg_add: pkg_info 

Log message:
unneeded switch to main package.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 02:45:11

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
Document filename semantics, @sample, @extra.
Clean up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 03:37:15

Modified files:
	infrastructure/install: make-plist 

Log message:
more stringent checks on dynamic library name.
Distinguish between library and plugin.
Saner check for DYNLIBDIR.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 03:38:29

Modified files:
	libexec/ld.so/mips: rtld_machine.c 

Log message:
update for mips


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 03:40:44

Modified files:
	libexec/ld.so/mips: syscall.h 

Log message:
update for mips


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 03:57:16

Modified files:
	sys/dev/mii    : miidevs amphy.c 

Log message:
Add support for Am79C875 quad phy.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 03:57:57

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
add MII_MODEL_AMD_79C875phy


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 04:23:45

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
@lib shared library marker.

- runs ldconfig to find out search library path.
- if library is in path, mark directory for updating cache.
- run ldconfig when needed, e.g., right before executing something that
might depend on the library.

Doesn't handle destdir case yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 04:24:19

Modified files:
	infrastructure/install: make-plist 

Log message:
shared lib markers, ditch DYNLIBDIR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 05:31:22

Modified files:
	infrastructure/build: portslogger 
	infrastructure/mk: bsd.port.mk 

Log message:
tag updating-plist case for logging.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 05:36:25

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
fix one of the most bizarre bugs in a while...
found by henning@.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/06 05:51:19

Modified files:
	usr.sbin/bgpd  : control.c rde.c session.c session.h 

Log message:
Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report
the current and max prefix count back to bgpctl. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/06 05:53:12

Modified files:
	usr.sbin/bgpctl: bgpctl.c 

Log message:
In bgpctl show summary report the current and max prefix count if state is
established. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 06:01:59

src/libexec/makewhatis/OpenBSD

Update of /cvs/src/libexec/makewhatis/OpenBSD
In directory cvs.openbsd.org:/tmp/cvs-serv20570/OpenBSD

Log Message:
Directory /cvs/src/libexec/makewhatis/OpenBSD added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 06:02:19

src/libexec/makewhatis/OpenBSD/Makewhatis

Update of /cvs/src/libexec/makewhatis/OpenBSD/Makewhatis
In directory cvs.openbsd.org:/tmp/cvs-serv22947/OpenBSD/Makewhatis

Log Message:
Directory /cvs/src/libexec/makewhatis/OpenBSD/Makewhatis added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/06 06:04:09

Modified files:
	usr.sbin/bgpd  : bgpd.h mrt.c rde.c rde.h rde_attr.c 
	                 rde_decide.c rde_filter.c rde_rib.c 
	                 rde_update.c 

Log message:
Monster diff to get one step closer to IPv6 support.
Cleanup path attribute handling. First of all kill struct attr_flags, all
those infos are now in struct rde_aspath. Second move attribute parser
functions into rde.c, rde_attr.c is shared between bgpd and bgpctl.
Third reimplementation of the nexthop handling. Make it IPv6 ready and
fix some major bug relating to "set nexthop".
henning@ OK if it breaks nothing


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 06:05:08

Modified files:
	libexec/makewhatis: Makefile 
Added files:
	libexec/makewhatis: makewhatis 
	libexec/makewhatis/OpenBSD: Makewhatis.pm 
	libexec/makewhatis/OpenBSD/Makewhatis: Check.pm Find.pm 
	                                       Formated.pm Unformated.pm 
	                                       Whatis.pm 
Removed files:
	libexec/makewhatis: makewhatis.pl 

Log message:
Reorganize makewhatis in smaller modules.
Avoid pulling unneeded code: for instance, if you have only formated
manpages in your system, Unformated will never be used; Check put aside
and only used in -p mode. -t mode won't pull Whatis. Find; File::Compare
and File::Copy and File::Temp likewise.

okay millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 06:21:11

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 

Log message:
use OpenBSD::Makewhatis, avoid forking extra makewhatis.

Note: requires you to update makewhatis to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/06 07:23:49

Modified files:
	sys/arch/luna88k/luna88k: m8820x.c 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/m88k/include: cmmu.h m8820x.h 
	sys/arch/m88k/m88k: cmmu.c 
	sys/arch/mvme88k/include: m8820x.h 
	sys/arch/mvme88k/mvme88k: m8820x.c 
Added files:
	sys/arch/m88k/m88k: m8820x_machdep.c 

Log message:
Merge Luna88k and mvme88k M88200 management code. Features:
- simpler structures (no more redundant or easily computable information).
- split scheme configuration (for 4:1 and 8:1 designs) is only compiled in
if necessary (read: only on a mvme88k kernel configured for MVME188 support),
which speeds up CMMU operations on the Luna88k.
- will not enable bus snopping on a monoprocessor system.

Tested on Luna88k-2, MVME187 and various MVME188 by aoyama@ and I.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 07:25:30

Modified files:
	sys/dev/ic     : vga.c 

Log message:
Easy one! Remove two redundant assignments.
OK from miod@, millert@, henning@, marcus@ .... :)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 08:09:35

Modified files:
	libexec/makewhatis/OpenBSD: Makewhatis.pm 

Log message:
creeping chdir. Not used at all these days, but would bug other clients,
such as pkg_ad....


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/06 08:11:04

Modified files:
	games/crimson  : distinfo 
	games/crimson/patches: patch-Makefile_in 

Log message:
other half


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/08/06 08:22:43

Modified files:
	sys/arch/luna88k/luna88k: mainbus.c 

Log message:
Print cpu/cmmu details during boot, like mvme88k.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 08:33:02

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 

Log message:
protect makewhatis calls inside eval.
failing makewhatis should be a warning at best.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 08:37:29

Modified files:
	archivers/bzip2/pkg: PFRAG.shared 
	archivers/lzo/pkg: PFRAG.shared 
	audio/gsm/pkg  : PFRAG.shared 
	audio/liba52/pkg: PFRAG.shared 
	audio/libcdaudio/pkg: PFRAG.shared PLIST 
	audio/libid3tag/pkg: PFRAG.shared 
	audio/libmad/pkg: PFRAG.shared 
	audio/libmikmod/pkg: PFRAG.shared PLIST 
	audio/libogg/pkg: PFRAG.shared PLIST 
	audio/libsidplay/pkg: PFRAG.shared PLIST 
	audio/libsndfile/pkg: PFRAG.shared PLIST 
	audio/libvorbis/pkg: PFRAG.shared PLIST 
	audio/libworkman/pkg: PFRAG.shared PLIST 
	audio/mixer.app/pkg: PLIST 
	audio/mp3blaster/pkg: PLIST 
	audio/mp3info/pkg: PLIST 
	audio/mpegaudio/pkg: PLIST 
	audio/mpg123/pkg: PLIST 
	audio/nap/pkg  : PLIST 
	audio/nspmod/pkg: PLIST 
	audio/oggtag/pkg: PLIST 
	audio/p5-Audio-CD: Makefile 
	audio/p5-Audio-CD/pkg: PLIST 
	audio/p5-CDDB_get/pkg: PLIST 
	audio/p5-MP3-ID3v1Tag/pkg: PLIST 
	audio/p5-MP3-Info/pkg: PLIST 
	audio/p5-cddb/pkg: PLIST 
	audio/p5-libvorbis: Makefile 
	audio/p5-libvorbis/pkg: PLIST 
	audio/rplay/pkg: PFRAG.shared PLIST 
	audio/shorten/pkg: PLIST 
	audio/speex/pkg: PFRAG.shared PLIST 
	audio/streamripper/pkg: PLIST 
	audio/teknap/pkg: PLIST 
	audio/tosha/pkg: PLIST 
	audio/tracker/pkg: PLIST 
	audio/vorbisgain/pkg: PLIST 
	audio/waveplay/pkg: PLIST 
	audio/wmix/pkg : PLIST 
	audio/wmmixer/pkg: PLIST 
	audio/wmtune/pkg: PLIST 
	audio/xcdplayer/pkg: PLIST 
	audio/xmix/pkg : PLIST 
	benchmarks/bonnie/pkg: PLIST 
	benchmarks/bytebench/pkg: PLIST 
	benchmarks/iozone/pkg: PLIST 
	benchmarks/lmbench/pkg: PLIST 
	benchmarks/netperf/pkg: PLIST 
	benchmarks/netpipe/pkg: PLIST 
	benchmarks/netstrain/pkg: PLIST 
	benchmarks/randread/pkg: PLIST 
	benchmarks/ubench/pkg: PLIST 
	benchmarks/xengine/pkg: PLIST 
	books/autobook/pkg: PLIST 
	books/cvs-guide/pkg: PLIST 
	books/docbook-guide/pkg: PLIST 
	books/grokking-the-gimp/pkg: PLIST 
	books/zopebook/pkg: PLIST 
	cad/chipmunk/pkg: PLIST 
	cad/spice/pkg  : PLIST 
	chinese/c2t/pkg: PLIST 
	chinese/cless/pkg: PLIST 
	chinese/hc/pkg : PLIST 
Removed files:
	audio/tosha/pkg: DEINSTALL INSTALL 
	audio/wmtune/pkg: DEINSTALL INSTALL 

Log message:
switch to new style PLISTS, using @lib, ditching DYNLIBDIR.
Replace two INSTALL scripts with @sample.
Reorder plists to match auto-generation, add comments for files that
don't get installed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/06 10:06:04

Modified files:
	chinese/lunar/pkg: PLIST 
	chinese/crxvt/pkg: PLIST 
	chinese/ttfm/pkg: PLIST 
	chinese/xcin/pkg: PLIST 
	comms/birda/pkg: PLIST 
	comms/efax/pkg : PLIST 
	comms/flipit/pkg: PLIST 
	comms/kermit/pkg: PLIST 
	comms/lrzsz/pkg: PLIST 
	comms/qpage/pkg: PLIST 
	comms/seyon/pkg: PLIST 
	comms/wy60/pkg : PLIST 
	comms/xcept/pkg: PLIST 
	comms/zmtx-zmrx/pkg: PLIST 
	converters/base64/pkg: PLIST 
	converters/btoa/pkg: PLIST 
	converters/libdvd/pkg: PFRAG.shared PLIST 
	converters/libdvdcss/pkg: PFRAG.shared PLIST 
	converters/libiconv/pkg: PFRAG.shared PLIST 
	converters/mimepp/pkg: PLIST 
	converters/mpack/pkg: PLIST 
	converters/p5-Convert-ASN1/pkg: PLIST 
	converters/p5-Convert-BER/pkg: PLIST 
	converters/p5-Convert-UU/pkg: PLIST 
	converters/p5-Convert-UUlib/pkg: PLIST 
	converters/p5-Date-Tolkien-Shire/pkg: PLIST 
	converters/p5-DateManip/pkg: PLIST 
	converters/p5-IDNA-Punycode/pkg: PLIST 
	converters/p5-Jcode/pkg: PLIST 
	converters/p5-Net-IDN-Nameprep/pkg: PLIST 
	converters/p5-Text-Iconv: Makefile 
	converters/p5-Text-Iconv/pkg: PLIST 
	converters/p5-Unicode-Map/pkg: PLIST 
	converters/p5-Unicode-MapUTF8/pkg: PLIST 
	converters/p5-Unicode-String: Makefile 
	converters/p5-Unicode-String/pkg: PLIST 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-Map8/pkg: PLIST 
	converters/playfair/pkg: PFRAG.shared 
Removed files:
	comms/wy60/pkg : DEINSTALL INSTALL 

Log message:
new-style PLISTs


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/06 10:19:42

Modified files:
	libexec/makewhatis/OpenBSD: Makewhatis.pm 

Log message:
not an error when merging in a directory without whatis.db.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/06 10:41:31

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
Fix typo (.Bd that should be .Ed)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/06 10:45:52

Modified files:
	usr.sbin/pkg_add: pkg_create.1 pkg_delete.1 

Log message:
Use .Dl instead of a literal block when we only have a single line.  Has
the side effect of fixing some ugly indentation (or the lack thereof).


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/06 12:08:18

Modified files:
	www/opera      : Makefile distinfo 

Log message:
SECURITY:
upgrade to 7.54

http://archives.neohapsis.com/archives/fulldisclosure/2004-07/1056.html
http://www.opera.com/linux/changelogs/754/

ok nikolay@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/06 12:20:30

Modified files:
	www/opera      : Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
SECURITY:
upgrade to 7.54

http://archives.neohapsis.com/archives/fulldisclosure/2004-07/1056.html
http://www.opera.com/linux/changelogs/754/

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/06 12:22:06

Modified files:
	www/opera      : Tag: OPENBSD_3_4 Makefile distinfo 

Log message:
SECURITY:
upgrade to 7.54

http://archives.neohapsis.com/archives/fulldisclosure/2004-07/1056.html
http://www.opera.com/linux/changelogs/754/

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/06 12:24:14

Modified files:
	mail/p5-Mail-SpamAssassin: Tag: OPENBSD_3_5 Makefile distinfo 

Log message:
SECURITY:
upgrade to 2.64
- prevents a denial of service attack open to certain
malformed messages;

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/08/06 12:31:11

Modified files:
	lib/libc/gen   : popen.c 

Log message:
in pclose(), only fclose() a stream if it has been opened by popen(), so
that applications doing: 'ok = (pclose(f) != -1) || (fclose(f) == 0)'
can work safely and avoid a double-close of a stream. ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pedro@cvs.openbsd.org	2004/08/06 12:42:11

Modified files:
	lang/lua/patches: patch-config 

Log message:
enable popen() support


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/06 12:54:57

Modified files:
	sys/arch/luna88k/dev: mb89352.c spc.c 

Log message:
Misc cleaning and KNF in order to sync this to hp300 soon; no functional
change.

Tested by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 13:23:58

Modified files:
	bin/csh        : func.c 

Log message:
conditional use of RLIMIT_VMEM (like ksh)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/06 13:28:41

Modified files:
	distrib/hp300/ramdisk: install.md 

Log message:
No need to look for disk drives and cd-rom drives in a specific way now
that we use MI scsi; found out the hard way by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/08/06 13:29:10

Modified files:
	sys/arch/arm/footbridge: footbridge_intr.h 
	                         footbridge_irqhandler.c 
	                         footbridge_pci.c 
	sys/arch/arm/footbridge/isa: isa_machdep.c 
	sys/arch/arm/include: pci_machdep.h types.h 

Log message:
Initial support for arm interrupt counters, more fixes to come. ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/06 14:02:37

Modified files:
	faq            : faq9.html 

Log message:
Start of conversion from "Migrating from Linux" to a more general
"Migrating to OpenBSD".  This is a rework of 9.1, "Tips for users of
other Unix-like Operating Systems".  More has yet to be done here, a
brief glance will show the need for a "FAQ Normal Format", however, I
really want this out of my tree.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/06 14:05:57

Modified files:
	faq            : faq8.html faq10.html index.html 

Log message:
Sync w/reworked faq9.html


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 14:29:47

Modified files:
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/hppa/dev: dino.c 
	sys/arch/hppa/hppa: conf.c 
Added files:
	sys/arch/hppa/include: rbus_machdep.h 

Log message:
support cardbus bridges and a few pcmcia devices i have working


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 14:33:02

Modified files:
	sbin/ancontrol : Makefile 
	sbin/wicontrol : Makefile 

Log message:
build on hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 14:34:04

Modified files:
	etc/etc.hppa   : MAKEDEV.md 

Log message:
add wd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 14:35:34

Modified files:
	share/man/man8/man8.hppa: MAKEDEV.8 
	etc/etc.hppa   : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:52:32

src/sys/arch/mips64

Update of /cvs/src/sys/arch/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv22037/mips64

Log Message:
Directory /cvs/src/sys/arch/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:53:14

src/sys/arch/mips64/conf

Update of /cvs/src/sys/arch/mips64/conf
In directory cvs.openbsd.org:/tmp/cvs-serv31466/mips64/conf

Log Message:
Directory /cvs/src/sys/arch/mips64/conf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:53:15

src/sys/arch/mips64/dev

Update of /cvs/src/sys/arch/mips64/dev
In directory cvs.openbsd.org:/tmp/cvs-serv31466/mips64/dev

Log Message:
Directory /cvs/src/sys/arch/mips64/dev added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:53:16

src/sys/arch/mips64/include

Update of /cvs/src/sys/arch/mips64/include
In directory cvs.openbsd.org:/tmp/cvs-serv31466/mips64/include

Log Message:
Directory /cvs/src/sys/arch/mips64/include added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:53:19

src/sys/arch/mips64/mips64

Update of /cvs/src/sys/arch/mips64/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv31466/mips64/mips64

Log Message:
Directory /cvs/src/sys/arch/mips64/mips64 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/06 14:55:24

Modified files:
	faq            : faq2.html faq4.html faq11.html 

Log message:
cleaning out mail.  *Sparc -> *SPARC.  From Tom@ back in *mumble*


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:56:04

Added files:
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: ansi.h archtype.h asm.h cdefs.h cpu.h 
	                         cpustate.h db_machdep.h disklabel.h 
	                         dlfcn.h ecoff_machdep.h endian.h 
	                         exception.h float.h frame.h ieee.h 
	                         ieeefp.h internal_types.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 reloc.h setjmp.h 
	                         signal.h spinlock.h stdarg.h trap.h 
	                         types.h varargs.h vmparam.h 
	sys/arch/mips64/mips64: busdma.c cache_r5k.S clock.c context.S 
	                        cp0access.S cpu.c cpu_ecoff.c 
	                        db_disasm.c db_machdep.c disksubr.c 
	                        exception.S fp.S interrupt.c 
	                        lcore_access.S lcore_ddb.S lcore_float.S 
	                        mainbus.c mem.c pmap.c process_machdep.c 
	                        sendsig.c sys_machdep.c tlbhandler.S 
	                        trap.c vm_machdep.c 

Log message:
initial mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:57:02

Added files:
	sys/arch/mips64/dev: clockvar.h 

Log message:
one more mips64


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/08/06 14:57:50

Modified files:
	.              : hppa.html 

Log message:
new pcmcia device supported


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 14:58:17

src/sys/arch/sgi

Update of /cvs/src/sys/arch/sgi
In directory cvs.openbsd.org:/tmp/cvs-serv26602/sgi

Log Message:
Directory /cvs/src/sys/arch/sgi added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/08/06 15:00:32

Modified files:
	.              : hppa.html 

Log message:
oops. kill sup /sub things


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:51

src/sys/arch/sgi/sgi

Update of /cvs/src/sys/arch/sgi/sgi
In directory cvs.openbsd.org:/tmp/cvs-serv29675/sgi

Log Message:
Directory /cvs/src/sys/arch/sgi/sgi added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:53

src/sys/arch/sgi/stand

Update of /cvs/src/sys/arch/sgi/stand
In directory cvs.openbsd.org:/tmp/cvs-serv29675/stand

Log Message:
Directory /cvs/src/sys/arch/sgi/stand added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:54

src/sys/arch/sgi/pci

Update of /cvs/src/sys/arch/sgi/pci
In directory cvs.openbsd.org:/tmp/cvs-serv29675/pci

Log Message:
Directory /cvs/src/sys/arch/sgi/pci added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:55

src/sys/arch/sgi/localbus

Update of /cvs/src/sys/arch/sgi/localbus
In directory cvs.openbsd.org:/tmp/cvs-serv29675/localbus

Log Message:
Directory /cvs/src/sys/arch/sgi/localbus added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:56

src/sys/arch/sgi/include

Update of /cvs/src/sys/arch/sgi/include
In directory cvs.openbsd.org:/tmp/cvs-serv29675/include

Log Message:
Directory /cvs/src/sys/arch/sgi/include added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:57

src/sys/arch/sgi/dev

Update of /cvs/src/sys/arch/sgi/dev
In directory cvs.openbsd.org:/tmp/cvs-serv29675/dev

Log Message:
Directory /cvs/src/sys/arch/sgi/dev added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:58

src/sys/arch/sgi/conf

Update of /cvs/src/sys/arch/sgi/conf
In directory cvs.openbsd.org:/tmp/cvs-serv29675/conf

Log Message:
Directory /cvs/src/sys/arch/sgi/conf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:02:59

src/sys/arch/sgi/compile

Update of /cvs/src/sys/arch/sgi/compile
In directory cvs.openbsd.org:/tmp/cvs-serv29675/compile

Log Message:
Directory /cvs/src/sys/arch/sgi/compile added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:12:20

Added files:
	sys/arch/sgi/conf: GENERIC Makefile.sgi RAMDISK files.sgi 
	                   ld.script 
	sys/arch/sgi/dev: lpt_lbus.c wscons_machdep.c 
	sys/arch/sgi/include: ansi.h arcbios.h asm.h autoconf.h bus.h 
	                      cdefs.h cpu.h cpustate.h db_machdep.h 
	                      disklabel.h dlfcn.h ecoff_machdep.h 
	                      endian.h exec.h float.h frame.h ieee.h 
	                      ieeefp.h internal_types.h intr.h kbdreg.h 
	                      kcore.h kdbparam.h limits.h link.h 
	                      loadfile_machdep.h m48t37.h memconf.h 
	                      mips_opcode.h mouse.h param.h pcb.h pio.h 
	                      pmap.h proc.h profile.h psl.h pte.h 
	                      ptrace.h reg.h regdef.h regnum.h reloc.h 
	                      rm7000.h setjmp.h signal.h spinlock.h 
	                      stdarg.h trap.h types.h varargs.h 
	                      vmparam.h 
	sys/arch/sgi/localbus: com_lbus.c crimebus.h macebus.c macebus.h 
	                       macectrl.S 
	sys/arch/sgi/pci: macepcibridge.c macepcibrvar.h macepcimap.c 
	                  pci_machdep.h pciide_machdep.c 
	sys/arch/sgi/sgi: autoconf.c clock_md.c conf.c genassym.cf 
	                  locore.S machdep.c 

Log message:
initial sgi import


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 15:32:56

Modified files:
	sys            : Makefile 
Added files:
	sys/arch/sgi   : Makefile 
	sys/arch/sgi/stand: Makefile 

Log message:
Makefile changes to enter deep down there


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 15:33:38

Modified files:
	sys/arch/i386/stand/cdboot: Makefile 

Log message:
do not be quiet about this operation


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 15:34:47

Added files:
	sys/arch/sgi/compile: .cvsignore 

Log message:
need this


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 15:44:05

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:49:11

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.usr 

Log message:
sgi added.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:51:38

Added files:
	distrib/sets/lists/base: md.sgi 
	distrib/sets/lists/comp: md.sgi 
	distrib/sets/lists/etc: md.sgi 
	distrib/sets/lists/game: md.sgi 
	distrib/sets/lists/man: md.sgi 
	distrib/sets/lists/misc: md.sgi 

Log message:
md lists for sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 15:54:09

Modified files:
	sys/dev/pci    : pcivar.h 

Log message:
sgi support; from pefo@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:54:44

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sgi goes in


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:56:13

src/etc/etc.sgi

Update of /cvs/src/etc/etc.sgi
In directory cvs.openbsd.org:/tmp/cvs-serv5298/etc.sgi

Log Message:
Directory /cvs/src/etc/etc.sgi added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/08/06 15:57:31

Modified files:
	.              : hppa.html 

Log message:
damn sup undeeds


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:58:22

Added files:
	etc/etc.sgi    : MAKEDEV MAKEDEV.md Makefile.inc disktab fbtab 
	                 sysctl.conf ttys 

Log message:
sgi going in.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 15:59:11

Modified files:
	etc            : Makefile 

Log message:
add sgi to MAKEDEV build.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:00:45

src/distrib/sgi

Update of /cvs/src/distrib/sgi
In directory cvs.openbsd.org:/tmp/cvs-serv16394/sgi

Log Message:
Directory /cvs/src/distrib/sgi added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/08/06 16:06:14

Modified files:
	openntpd       : index.html 

Log message:
one "and" too much


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:09:22

Modified files:
	etc/etc.sgi    : MAKEDEV 

Log message:
order, order...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:10:32

Modified files:
	.              : hppa.html 

Log message:
fix a few mickey bugs


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:11:55

Modified files:
	sys/arch/mips64/mips64: busdma.c 

Log message:
no localbus.h


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:20:19

src/lib/csu/mips64

Update of /cvs/src/lib/csu/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv11433/mips64

Log Message:
Directory /cvs/src/lib/csu/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:21:16

Added files:
	lib/csu/mips64 : Makefile crt0.c md_init.h 

Log message:
csu stuff for sgi et al


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:30:02

Added files:
	distrib/sgi    : Makefile 
	distrib/arc/ramdisk: Makefile Makefile.inc install.md list 

Log message:
sgi install ramdisk


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:30:54

Modified files:
	.              : Makefile 

Log message:
fix/add sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 16:31:31

Modified files:
	sys/kern       : kern_fork.c 
	sys/arch/alpha/include: param.h 
	sys/arch/amd64/include: param.h 
	sys/arch/arm/include: param.h 
	sys/arch/hppa/include: param.h 
	sys/arch/i386/include: param.h 
	sys/arch/m68k/include: param.h 
	sys/arch/m88k/include: param.h 
	sys/arch/mips64/include: param.h 
	sys/arch/powerpc/include: param.h 
	sys/arch/sparc/include: param.h 
	sys/arch/sparc64/include: param.h 
	sys/arch/vax/include: param.h 

Log message:
provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:32:35

src/distrib/sgi/ramdisk

Update of /cvs/src/distrib/sgi/ramdisk
In directory cvs.openbsd.org:/usr/src/distrib/sgi/ramdisk

Log Message:
Directory /cvs/src/distrib/sgi/ramdisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:33:28

Added files:
	distrib/sgi/ramdisk: Makefile Makefile.inc install.md list 
Removed files:
	distrib/arc/ramdisk: Makefile Makefile.inc install.md list 

Log message:
put ramdisk in right place


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:34:50

Modified files:
	distrib        : Makefile 

Log message:
enter sgi for obj


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:39:15

Modified files:
	sys/arch/alpha/include: pmap.h 
	sys/arch/amd64/include: pmap.h 
	sys/arch/arm/include: pmap.h 
	sys/arch/hppa/include: pmap.h 
	sys/arch/i386/include: pmap.h 
	sys/arch/m88k/include: pmap.h 
	sys/arch/mips64/include: pmap.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/sparc/include: cpu.h 
	sys/arch/sparc64/include: pmap.h 
	sys/arch/vax/include: pmap.h 
	sys/arch/sparc/sparc: trap.c 
	sys/uvm        : uvm_map.c 

Log message:
rename sparc kill_user_windows() to pmap_unuse_final().  provide empty stubs
on all other architectures.  remove last architecture dependent #ifdef from
uvm code.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:40:12

Modified files:
	distrib/special/kbd: Makefile 

Log message:
add sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:40:48

Modified files:
	sbin/kbd       : Makefile 

Log message:
add sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:41:07

Modified files:
	sbin/wsconsctl : Makefile 

Log message:
add sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:41:41

Modified files:
	lib/libssl/ssl : Makefile 

Log message:
cleanup mips


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/06 16:42:43

Added files:
	lib/libkvm     : kvm_mips.c 

Log message:
mips alive again


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:44:55

Modified files:
	lib/libkvm     : kvm_mips.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:53:48

Added files:
	lib/libkvm     : kvm_mips64.c 
Removed files:
	lib/libkvm     : kvm_mips.c 

Log message:
wrong filename


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/06 16:55:49

Modified files:
	faq            : faq4.html 

Log message:
Another addition from tom@ from back in *mumble*


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:56:16

Modified files:
	sbin/kbd       : Makefile 

Log message:
not sgimips, be careful


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 16:57:14

Modified files:
	etc/etc.sgi    : Makefile.inc 

Log message:
it is not called sgimips


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 16:59:47

src/share/man/man8/man8.sgi

Update of /cvs/src/share/man/man8/man8.sgi
In directory cvs.openbsd.org:/tmp/cvs-serv764/man8.sgi

Log Message:
Directory /cvs/src/share/man/man8/man8.sgi added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:01:36

Added files:
	share/man/man8/man8.sgi: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 17:04:03

Modified files:
	distrib/sets/lists/base: md.sgi 
	distrib/sets/lists/comp: md.sgi 
	distrib/sets/lists/man: mi 

Log message:
sycn


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:05:19

Modified files:
	share/man/man8 : Makefile 
Added files:
	share/man/man8/man8.sgi: Makefile 

Log message:
zee sgi makefiles


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 17:06:23

Modified files:
	sbin/iopctl    : Makefile 

Log message:
this will be ok on sgi too (pci arch)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 17:11:01

Modified files:
	etc/etc.sgi    : MAKEDEV.md 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 17:11:24

Modified files:
	etc/etc.sgi    : MAKEDEV 
	share/man/man8/man8.sgi: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 17:15:08

Modified files:
	etc/etc.sgi    : MAKEDEV MAKEDEV.md 

Log message:
do not play fast and loose with _TITLE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 17:15:26

Modified files:
	etc/etc.sgi    : MAKEDEV 
	share/man/man8/man8.sgi: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:16:31

Modified files:
	etc/etc.sgi    : MAKEDEV.md 

Log message:
sync w/ conf.c wrt wscons and cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:18:04

Modified files:
	etc/etc.sgi    : MAKEDEV 
	share/man/man8/man8.sgi: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:44:12

src/share/man/man4/man4.sgi

Update of /cvs/src/share/man/man4/man4.sgi
In directory cvs.openbsd.org:/tmp/cvs-serv27412/man4.sgi

Log Message:
Directory /cvs/src/share/man/man4/man4.sgi added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:50:31

src/share/man/man4/man4.sgi/obj

Update of /cvs/src/share/man/man4/man4.sgi/obj
In directory cvs.openbsd.org:/tmp/cvs-serv31548/obj

Log Message:
Directory /cvs/src/share/man/man4/man4.sgi/obj added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/06 17:51:59

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4/man4.sgi: Makefile crime.4 dpclock.4 dsclock.4 
	                         gio.4 haltwo.4 hpc.4 imc.4 intro.4 
	                         mace.4 newport.4 pic.4 wdsc.4 

Log message:
import from netbsd w/ minor tweaks. needs more work


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 18:14:52

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 18:38:33

Modified files:
	sys/lib/libkern: adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c 
	                 bzero.c cmpdi2.c divdi3.c ffs.c getsn.c htonl.c 
	                 htons.c imax.c imin.c iordi3.c libkern.h lmax.c 
	                 lmin.c locc.c lshldi3.c lshrdi3.c max.c 
	                 mcount.c memchr.c memcmp.c memset.c min.c 
	                 moddi3.c muldi3.c negdi2.c notdi2.c ntohl.c 
	                 ntohs.c qdivrem.c random.c scanc.c skpc.c 
	                 srandom.c strcat.c strcmp.c strcpy.c strlcat.c 
	                 strlcpy.c strlen.c strncasecmp.c strncmp.c 
	                 strncpy.c subdi3.c ucmpdi2.c udivdi3.c ulmax.c 
	                 ulmin.c umoddi3.c xordi3.c 

Log message:
ansi and some missing protos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 18:50:25

Modified files:
	etc            : rc 

Log message:
permit icmp6-type routersol out, and icmp6-type routeradv in, at boot time


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 19:05:24

Modified files:
	usr.sbin/wsconscfg: Makefile 

Log message:
sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/06 21:31:57

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/07 00:13:57

Modified files:
	lang/tcl/8.4   : Makefile distinfo 
	lang/tcl/8.4/patches: patch-tcl_m4 
	lang/tcl/8.4/pkg: PFRAG.shared PLIST 

Log message:
update to tcl 8.4.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2004/08/07 00:16:41

Modified files:
	x11/tk/8.4     : Makefile distinfo 
	x11/tk/8.4/patches: patch-tcl_m4 
	x11/tk/8.4/pkg : PFRAG.shared PLIST 

Log message:
update to tk 8.4.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/07 01:47:38

Modified files:
	infrastructure/install: make-plist 

Log message:
use File::Spec to resolve link. Add missing '/' when needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/07 01:50:06

Modified files:
	databases/db/v3/pkg: PFRAG.shared PFRAG.tcl PLIST 
	graphics/xv/pkg: PLIST 

Log message:
new style PLISTs


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/07 01:52:10

Modified files:
	libexec/makewhatis/OpenBSD: Makewhatis.pm 

Log message:
.tbl is also a valid suffix.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/07 02:03:07

Modified files:
	graphics/png/pkg: PFRAG.shared 
	graphics/jpeg/pkg: PFRAG.shared PLIST 
	graphics/tiff/pkg: PFRAG.shared PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/07 04:24:41

Modified files:
	sys/arch/sgi/sgi: clock_md.c 

Log message:
remove localbus.h include


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/07 04:30:01

Modified files:
	sys/arch/sgi/dev: lpt_lbus.c 

Log message:
add comment about porting work to do


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/08/07 06:39:52

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
added:
png-1.2.5p5.tgz
png-1.2.5p4.tgz


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/07 07:10:02

Modified files:
	distrib/notes/hppa: hardware 

Log message:
new pcmcia devices


CVSROOT:	/cvs
Module name:	www
Changes by:	dhartmei@cvs.openbsd.org	2004/08/07 07:10:43

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
Mention changes in pf anchors for -current authpf users, use
'anchor authpf/*' instead of 'anchor authpf', or the user rulesets
won't be evaluated at all.


CVSROOT:	/cvs
Module name:	www
Changes by:	dhartmei@cvs.openbsd.org	2004/08/07 07:15:07

Modified files:
	faq            : upgrade-minifaq.html 

Log message:
even needs quotes "authpf/*", ugly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/07 08:10:30

Modified files:
	distrib/sets/lists/base: md.hppa 
	distrib/sets/lists/comp: md.hppa 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/07 08:25:04

Modified files:
	distrib/sets/lists/base: md.mvme88k 
	distrib/sets/lists/comp: md.mvme88k 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/07 08:48:26

Modified files:
	sys/arch/mips64/mips64: cache_r5k.S 

Log message:
fix bug in L2 cache size detection code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/07 08:56:23

Modified files:
	lib/libkrb5    : Makefile 

Log message:
for the library ln(1)'ing, only do _pic.a if it exists (mips lacks _pic.a)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/07 10:46:32

Modified files:
	bin/csh        : csh.1 func.c 

Log message:
vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/07 10:46:58

Modified files:
	bin/ksh        : ksh.1tbl sh.1tbl 

Log message:
Document ulimit -v; mickey@ OK


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/07 11:27:26

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
use chroot DESTDIR ldconfig in DESTDIR case.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/07 11:33:58

Modified files:
	lib/libc/gen   : login_cap.c 

Log message:
Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/07 12:18:20

Modified files:
	mail/popclient : Makefile 
	mail/popclient/patches: patch-pop3_c 

Log message:
SECURITY:
Buffer overflow fix; from John Cartwright <johnc@grok.org.uk>.
http://www.grok.org.uk/advisories/popclient.html


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/07 12:24:35

Modified files:
	share/man/man4 : atw.4 

Log message:
tyop; Number Six


CVSROOT:	/cvs
Module name:	src
Changes by:	marius@cvs.openbsd.org	2004/08/07 12:28:35

Modified files:
	regress/bin/systrace/id: id.policy 

Log message:
update policy for libc changes (getrlimit)

found by and ok david@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/07 12:57:44

Modified files:
	sys/arch/m68k/include: pmap_motorola.h 

Log message:
Need pmap_unuse_final() too; Martin Reindl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/07 15:55:26

Modified files:
	devel/libtool  : Makefile distinfo 
	devel/libtool/patches: patch-acinclude_m4 
	                       patch-libltdl_acinclude_m4 
	                       patch-libltdl_ltmain_sh patch-libtool_m4 
	                       patch-ltmain_in 
	devel/libtool/pkg: PFRAG.shared-ltdl PLIST PLIST-ltdl 

Log message:
upgrade to libtool 1.5.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/07 17:41:28

Modified files:
	devel/gettext/pkg: PFRAG.shared 

Log message:
@lib


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/07 18:05:09

Modified files:
	usr.sbin/authpf: authpf.c 
	usr.sbin/gpioctl: gpioctl.c 
	usr.sbin/pwd_mkdb: pwd_mkdb.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/07 18:18:04

Modified files:
	mail/popclient : Tag: OPENBSD_3_5 Makefile 
	mail/popclient/patches: Tag: OPENBSD_3_5 patch-pop3_c 

Log message:
SECURITY:
Buffer overflow fix; from John Cartwright <johnc@grok.org.uk>.
http://www.grok.org.uk/advisories/popclient.html

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/07 18:19:07

Removed files:
	usr.sbin/pkg   : Makefile pkg.1 pkg.pl 

Log message:
should have been removed when I removed the old pkg tools.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/07 18:19:16

Modified files:
	mail/popclient : Tag: OPENBSD_3_4 Makefile 
	mail/popclient/patches: Tag: OPENBSD_3_4 patch-pop3_c 

Log message:
SECURITY:
Buffer overflow fix; from John Cartwright <johnc@grok.org.uk>.
http://www.grok.org.uk/advisories/popclient.html

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/08/07 18:19:17

Modified files:
	usr.sbin/iostat: iostat.c 

Log message:
do the right math to find out what the average kbytes per transfer is
problem found and fix tested by naddy@, ok deraadt@ jolan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/07 18:21:40

Modified files:
	mail/p5-Mail-SpamAssassin: Tag: OPENBSD_3_4 Makefile distinfo 
	mail/p5-Mail-SpamAssassin/files: Tag: OPENBSD_3_4 
	                                 OpenBSD-SpamAssassin-mini-howto.html 
	mail/p5-Mail-SpamAssassin/pkg: Tag: OPENBSD_3_4 DEINSTALL 
	                               INSTALL PLIST 
Added files:
	mail/p5-Mail-SpamAssassin/patches: Tag: OPENBSD_3_4 
	                                   patch-Makefile_PL 
Removed files:
	mail/p5-Mail-SpamAssassin/patches: Tag: OPENBSD_3_4 
	                                   patch-spamd_libspamc_c 

Log message:
SECURITY:
upgrade to 2.64
- prevents a denial of service attack open to certain
malformed messages;

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/07 18:21:55

Modified files:
	usr.bin/radioctl: radioctl.1 radioctl.c 

Log message:
deprecate the need of specifying -w for setting variables.
setting variables can be done with just name=value now,
like other ctl programs.
update manual, sort options, and fix a few mdoc macros

"go for it" deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/07 18:23:16

Modified files:
	usr.bin/radioctl: radioctl.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/07 18:27:24

Modified files:
	games/uqm      : Makefile distinfo 
	games/uqm/pkg  : PLIST 
Added files:
	games/uqm/pkg  : DESCR-remix3 DESCR-threedomusic PLIST-remix3 
	                 PLIST-threedomusic 
Removed files:
	games/uqm/pkg  : DESCR-3domusic PLIST-3domusic 

Log message:
add remix3 subpackage, rename 3domusic -> threedomusic


CVSROOT:	/cvs
Module name:	www
Changes by:	jufi@cvs.openbsd.org	2004/08/07 19:26:39

Modified files:
	openssh/de     : ftp.html index.html users.html windows.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/07 23:56:18

Modified files:
	net/silc-server/pkg: DEINSTALL 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/08 00:25:51

Modified files:
	share/man/man4 : uplcom.4 

Log message:
doc more products


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/08 02:39:24

Modified files:
	converters     : Makefile 
Removed files:
	converters/playfair: Makefile distinfo 
	converters/playfair/patches: patch-src_cli_Makefile_in 
	                             patch-src_cli_cli_c 
	                             patch-src_cli_filename_c 
	                             patch-src_mp4ff_drms_c 
	                             patch-src_mp4ff_mp4atom_c 
	                             patch-src_mp4ff_mp4ff_int_types_h 
	                             patch-src_playfair_keyutils_c 
	converters/playfair/pkg: DESCR PFRAG.shared PLIST 

Log message:
remove playfair, as the distfile is no longer publicly available and
apple changed something, so playfair can't decrypt new purchases from
the itunes music store anyway.  there's supposedly another project that
can and it has a different name, so say goodbye.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/08 03:25:15

Modified files:
	www/mod_log_sql: Makefile 

Log message:
fix HOMEPAGE and MASTER_SITES; noticed by david@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/08 03:26:31

Modified files:
	benchmarks/bonnie++/pkg: PLIST 

Log message:
new-style PLIST; from maintainer Martin Reindl;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/08 03:29:01

Modified files:
	textproc/py-xml: Makefile 

Log message:
use MODPY_EXPAT_DEPENDS; MAINTAINER timeout .......


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/08 05:56:13

Modified files:
	sys/arch/sgi/conf: Makefile.sgi 

Log message:
locore.s -> locore.S, thanks Patrik


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/08 06:55:28

Modified files:
	bin/csh        : func.c 

Log message:
print vmemoryuse immediately after vmemoryuse in limit output


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/08 07:02:43

Log message:
    Initial import of zope-cmfquickinstaller-1.5.0
    
    CMFQuickInstallerTool is a facility for comfortable
    activation/deactivation of CMF compliant products inside a CMF site.
    
    Status:
    
    Vendor Tag:	xsa
    Release Tags:	xsa_2004-Aug-08
    
    N ports/www/zope-cmfquickinstaller/Makefile
    N ports/www/zope-cmfquickinstaller/distinfo
    N ports/www/zope-cmfquickinstaller/pkg/PLIST
    N ports/www/zope-cmfquickinstaller/pkg/DESCR
    N ports/www/zope-cmfquickinstaller/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/08 07:03:56

Modified files:
	www            : Makefile 

Log message:
+ zope-cmfquickinstaller


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/08/08 07:11:10

Modified files:
	regress/gnu/egcs/gcc-bounds: Makefile 
Added files:
	regress/gnu/egcs/gcc-bounds: vararray-3.c vararray-3.c.exp 

Log message:
check for variable sized array in format arguments


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/08 07:21:54

Modified files:
	x11/gtksourceview: Makefile 

Log message:
correct LIB_DEPENDS, maintainer unreachable


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 07:51:39

Modified files:
	net/wget/pkg   : PLIST 
Removed files:
	net/wget/pkg   : DEINSTALL INSTALL 

Log message:
new plist, using @sample.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/08 08:02:11

Modified files:
	sysutils/cfengine: Makefile distinfo 
	sysutils/cfengine/patches: patch-src_cfagent_c 
	                           patch-src_cfenvd_c 
	                           patch-src_cfenvgraph_c 
	                           patch-src_cfexecd_c 
	                           patch-src_cflex_l_in patch-src_do_c 
	                           patch-src_edittools_c 
	                           patch-src_eval_c 
	                           patch-src_filenames_c 
	                           patch-src_filters_c 
	                           patch-src_functions_c 
	                           patch-src_image_c patch-src_install_c 
	                           patch-src_item-ext_c patch-src_item_c 
	                           patch-src_link_c patch-src_locks_c 
	                           patch-src_macro_c patch-src_methods_c 
	                           patch-src_misc_c patch-src_modules_c 
	                           patch-src_nameinfo_c 
	                           patch-src_parse_c patch-src_proto_c 
	                           patch-src_prototypes_h 
	                           patch-src_varstring_c 
	sysutils/cfengine/pkg: PLIST 

Log message:
update to cfengine 2.1.7p1

from maintainer William Yodlowsky <bsd at openbsd.rutgers.edu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 08:13:41

Modified files:
	infrastructure/install: make-plist 

Log message:
reset lastfile before register, so that exec/unexec at start of PLIST
don't get register with the last file.
Add tag_marker `lastfile' placeholder to catch exec/unexec at start
and reproduce them faithfully.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/08 08:21:12

Modified files:
	mail/getmail   : Makefile 

Log message:
fix MASTER_SITES, noticed by david krause


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/08 08:21:27

Modified files:
	sys/arch/sgi/sgi: genassym.cf 
	sys/arch/mips64/mips64: process_machdep.c lcore_access.S trap.c 
	sys/arch/mips64/include: trap.h 

Log message:
Various fixes and cleanups from miod@, tested and OK.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/08 09:06:24

Modified files:
	math/R         : Makefile distinfo 
	math/R/patches : patch-src_main_Makefile_in 
	                 patch-src_main_main_c patch-src_main_platform_c 
	                 patch-src_modules_X11_dataentry_c 
	math/R/pkg     : PLIST 

Log message:
update to 1.9.1; from Chris Kuethe <ckuethe@ualberta.ca>


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/08 09:38:00

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.3: Makefile 

Log message:
increase THREAD_STACK_SIZE for use with www/zope;
>From: MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/08 09:51:07

Modified files:
	x11/xdmchoose/pkg: PLIST 
	x11/xloadimage/pkg: PLIST 
	x11/xlogout/pkg: PLIST 
	x11/xwit/pkg   : PLIST 
Removed files:
	x11/xdmchoose/pkg: DEINSTALL INSTALL 
	x11/xloadimage/pkg: DEINSTALL INSTALL 

Log message:
new plist, use @sample


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 10:14:16

Modified files:
	databases/db/v4/pkg: PFRAG.shared PFRAG.tcl PLIST 

Log message:
regen plist, trim comments, since new make-plist deals with fragments
better.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 10:15:17

Modified files:
	chinese/libtabe/pkg: PFRAG.shared PLIST 
	devel/glib/pkg : PFRAG.shared PLIST 
	x11/gtk+/pkg   : PFRAG.shared PLIST 
	editors/vim/pkg: PFRAG.no-no_x11 

Log message:
more plist updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 10:24:28

Modified files:
	databases/gnats/pkg: DEINSTALL INSTALL PLIST 

Log message:
adjust scripts for @sample, update to new plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 10:34:32

Modified files:
	databases/openldap/pkg: PFRAG.shared PLIST PLIST-server 

Log message:
new plist.
Lots of config files noted as bogus, to look at later...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 10:43:15

Modified files:
	infrastructure/mk: bsd.port.mk 
	infrastructure/install: make-plist 

Log message:
run update-plist as root, to catch all files.
pass OWNER/GROUP around and setuid/gid to them before writing
files to keep ownership.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 10:50:46

Modified files:
	databases/gdbm/pkg: PFRAG.shared PLIST 
	databases/iodbc/pkg: PFRAG.shared PLIST 
	databases/p5-AsciiDB-TagFile/pkg: PLIST 
	databases/p5-Data-Page/pkg: PLIST 
	databases/p5-SQL-Abstract/pkg: PLIST 
	databases/p5-SQL-Statement/pkg: PLIST 
	databases/p5-Tie-DBI/pkg: PLIST 

Log message:
more new plists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/08 11:12:55

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PFRAG.shared PLIST PLIST-docs 
Added files:
	devel/glib2/patches: patch-configure 
	                     patch-gmodule_gmodule-dyld_c 
	                     patch-gmodule_gmodule_c 
	                     patch-gmodule_gmoduleconf_h_in 
Removed files:
	devel/glib2/patches: patch-po_Makefile_in_in 

Log message:
Update to 2.4.5, new PLIST.  Added patches from NetBSD that add support
for "dlopen(NULL, 0) brokenness" (which we have) that manifests itself
in some GNOME apps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/08 11:13:29

Modified files:
	devel/atk/pkg  : PFRAG.shared PLIST 

Log message:
New PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/08 11:13:58

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/patches: patch-configure patch-ltmain_sh 
	devel/pango/pkg: PFRAG.shared PLIST 
Removed files:
	devel/pango/pkg: DEINSTALL INSTALL 

Log message:
Update to 1.4.1.  New PLIST, bye-bye *INSTALL scripts (@sample is so cool)


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/08 11:14:24

Modified files:
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/patches: patch-configure 
	                   patch-gtk_stock-icons_Makefile_in 
	                   patch-ltmain_sh 
	x11/gtk+2/pkg  : PFRAG.shared PLIST PLIST-docs 
Removed files:
	x11/gtk+2/patches: patch-po_Makefile_in_in 

Log message:
Update to 2.4.4.  New PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/08 11:14:58

Modified files:
	devel/pkgconfig/pkg: PLIST 

Log message:
New PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/08 11:19:37

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/pkg: PFRAG.shared PLIST 
Added files:
	www/mozilla-firefox/patches: 
	                             patch-modules-libpr0n_decoders_png_nsPNGDecoder_cpp 

Log message:
SECURITY:
The added patch fixes some libpng buffer overflow vulnerabilities in
mozilla's png decoder module.
http://bugzilla.mozilla.org/show_bug.cgi?id=251381

new-style PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 11:55:29

Modified files:
	devel/ElectricFence/pkg: PLIST 
	devel/ald/pkg  : PLIST 
	devel/astyle/pkg: PLIST 
	devel/atlas/pkg: PFRAG.shared PLIST 
	devel/autoconf/2.52/pkg: PLIST 
	devel/automake/pkg: PLIST 
	devel/ccache/pkg: PLIST 
	devel/check/pkg: PLIST 
	devel/cscope/pkg: PLIST 
	devel/ctm/pkg  : PLIST 
	devel/cvslock/pkg: PLIST 
	devel/cvsutils/pkg: PLIST 
	devel/ectags/pkg: PLIST 
	devel/ffcall/pkg: PFRAG.shared PLIST 
	devel/fribidi/pkg: PFRAG.shared PLIST 

Log message:
new PLISTs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 12:09:04

Modified files:
	infrastructure/install: make-plist 

Log message:
do local uid/gid changes so that tempfiles will get removed correctly.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/08 12:32:49

Modified files:
	faq            : faq12.html 

Log message:
Add 12.7.6 - Are WinModems supported?


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/08 12:48:38

Modified files:
	net/openvpn    : Makefile distinfo 
	net/openvpn/pkg: PLIST 

Log message:
update to openvpn 1.6.0
new style PLIST

from new maintainer Thomas Daleat <thomas@daleat.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/08 13:01:20

Modified files:
	sys/dev/ic     : hme.c hmevar.h 
	sys/arch/sparc/dev: hme.c hmevar.h 

Log message:
do not reset the chip (and subsequently the phy) when unnecessary; that is,
for address changes, multicast filter changes, or adjusting promiscuous mode.
Fixes resetting the phy for things like start/stopping tcpdump.

From NetBSD
tested by me, miod@, otto@ and a few others.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/08 13:04:25

Modified files:
	sbin/badsect   : badsect.c 
	sbin/disklabel : disklabel.c 
	sbin/fsirand   : fsirand.c 
	sbin/ifconfig  : ifconfig.c 
	sbin/lmccontrol: clockgen.c 
	sbin/mount_portal: pt_tcp.c 
	sbin/ncheck_ffs: ncheck_ffs.c 
	sbin/pfctl     : pfctl.c pfctl_optimize.c 
	sbin/pflogd    : pflogd.c 
	sbin/sysctl    : sysctl.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/08 13:09:34

Modified files:
	sys/net        : route.c 

Log message:
Zero route info structure in rtredirect(), avoiding a panic on label
copy.
ok millert@ deraadt@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/08 13:11:07

Modified files:
	sbin/isakmpd   : GNUmakefile conf.c dpd.c exchange.c ike_auth.c 
	                 ike_phase_1.c ike_quick_mode.c ipsec.c 
	                 isakmp_cfg.c log.c message.c monitor.c 
	                 nat_traversal.c pf_key_v2.c policy.c sa.c 
	                 sysdep.h transport.c udp.c udp_encap.c ui.c 
	                 util.c virtual.c x509.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/08/08 13:24:23

Modified files:
	gnu/egcs/gcc   : c-common.c 

Log message:
Make sure that format variable is not a variable sized array correctly
when doing bounds checking (bug revealed by mmap malloc).
Noticed by krause@, tested otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/08 13:32:45

Modified files:
	libexec/identd : identd.c parse.c 
	libexec/login_skey: login_skey.c 
	libexec/mail.local: mail.local.c 
	libexec/spamd  : grey.c spamd.c 
	libexec/talkd  : talkd.c 
	libexec/tftpd  : tftpd.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/08 14:11:33

Modified files:
	sys/arch/sparc64/sparc64: openfirm.c 

Log message:
Do not panic if OF_poweroff() returns, this is handled correctly by
the caller.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/08 14:13:13

Modified files:
	usr.bin/yacc   : mkpar.c output.c reader.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/08 15:04:44

Modified files:
	sys/arch/sparc64/include: openfirm.h 

Log message:
Oops, OF_poweroff is not attribute(noreturn) anymore...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/08 15:14:04

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 

Log message:
Print address lines split scheme if necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/08 15:19:18

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 

Log message:
Since the I-cache can never be dirty, ignore copyback operations, and only
perform invalidations when appropriate.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/08 15:51:36

Added files:
	sys/arch/mips64/include: arcbios.h 
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Ahh! This code brings out old memories. Eight years old but still
useful. This is the ARCBIOS interface, eg the firmware interface
for SGI machines.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/08/08 16:16:15

Modified files:
	gnu/usr.bin/binutils/gdb: vax-tdep.c 

Log message:
Correct handling of union return values on vax.
Fix stepping over functions on vax.
ok tdeval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 17:14:03

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
lock distfile as distfile.dist, since some ports have FULLPKGPATH=DISTFILE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 18:02:22

Modified files:
	lang/egcs/stable/pkg: PFRAG.shared-estdc PFRAG.shared-g77 
	                      PFRAG.shared-java PFRAG.shared-objc PLIST 
	                      PLIST-ada PLIST-c++ PLIST-g77 PLIST-java 
	                      PLIST-objc 

Log message:
new plist, by hand.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/08 18:21:29

Modified files:
	audio/madplay/pkg: PLIST 
	audio/wmmp3/pkg: PLIST 
	converters/recode/pkg: PFRAG.shared PLIST 
	databases/freetds: Makefile 
	databases/freetds/pkg: PFRAG.shared PLIST 
	databases/p5-sybperl/pkg: PLIST 
	databases/sqsh/pkg: PLIST 
	devel/bison/pkg: PLIST 
	devel/cook/pkg : PLIST 
	devel/gindent/pkg: PLIST 
	devel/gmake/pkg: PLIST 
Removed files:
	databases/freetds/pkg: DEINSTALL INSTALL 
	databases/sqsh/pkg: DEINSTALL INSTALL 

Log message:
more new plists.
put V number of freetds into its Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/08 19:39:31

Modified files:
	lib/libc/gen   : auth_subr.c 

Log message:
Add my copyright.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/08 19:40:57

Modified files:
	usr.sbin/pkg_add: pkg_delete 

Log message:
record remaining DirRms.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 00:04:18

Modified files:
	sys/arch/mvme68k/dev: cl.c 

Log message:
Unbreak RAMDISK; deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/09 00:14:35

Modified files:
	devel/gal2     : Makefile distinfo 
	devel/gal2/pkg : PFRAG.shared PLIST 
Removed files:
	devel/gal2/patches: patch-po_Makefile_in_in 

Log message:
Fix PLIST and update to 2.1.23 while I'm here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	marcm@cvs.openbsd.org	2004/08/09 00:15:27

Modified files:
	devel/libsoup  : Makefile distinfo 
	devel/libsoup/patches: patch-tests_Makefile_in 
	devel/libsoup/pkg: PFRAG.shared PLIST 

Log message:
Fix PLIST and update to 2.1.12 while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 02:44:52

Modified files:
	sysutils/tentakel/pkg: PLIST 
Removed files:
	sysutils/tentakel/pkg: DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 03:03:16

Added files:
	audio/festival/core/patches: 
	                             patch-festival_src_modules_OGIdbase_OGIdbUnits_cc 
	                             patch-festival_src_modules_OGIdbase_OGIresLPC_db_cc 
	                             patch-festival_src_modules_OGIdbase_OGIunitsel_diphone_cc 

Log message:
fix gcc3. okay jolan@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 04:11:37

Modified files:
	sys/arch/sgi/sgi: autoconf.c 

Log message:
maxpartitions 16, so our slices are a-p not a-h.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 04:13:23

Modified files:
	sys/arch/sparc64/include: cpu.h pmap.h 
	sys/arch/sparc64/sparc64: trap.c 

Log message:
Needs a non-empty pmap_unuse_final() as sparc.
Spotted by: art@ No cookie for: deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 04:19:50

Modified files:
	sys/arch/sgi/conf: GENERIC RAMDISK 

Log message:
UVM is no longer an option since years.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 04:23:07

Modified files:
	net/ddclient/pkg: PLIST 
Removed files:
	net/ddclient/pkg: DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 04:24:27

Modified files:
	infrastructure/install: make-plist 

Log message:
convenience functions so that main isn't that big.
Mark comments that have been accounted for, and show the remaining ones.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 05:09:10

Modified files:
	graphics/win32-codecs/pkg: PLIST 
	devel/nasm/pkg : PLIST 
	audio/lame/pkg : PFRAG.shared 
	audio/cdparanoia/pkg: PFRAG.shared 
	graphics/libungif/pkg: PFRAG.shared PLIST 
	x11/mplayer    : Makefile 
	x11/mplayer/pkg: PLIST 
Removed files:
	x11/mplayer/pkg: DEINSTALL INSTALL 

Log message:
more new plists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 05:45:53

Added files:
	comms/pilot-link/patches: patch-pilot-debug_c 

Log message:
let DEBUG flavor compile with gcc3


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 05:46:24

Modified files:
	lang/tcl/8.3/pkg: PFRAG.shared PLIST 
	x11/tk/8.3/pkg : PFRAG.shared PLIST 
	comms/pilot-link/patches: patch-configure 
	                          patch-scripts_ltmain_sh 
	comms/pilot-link/pkg: PFRAG.debug PFRAG.shared PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 05:50:26

Modified files:
	audio/flite/pkg: PFRAG.shared 
	audio/id3lib/pkg: PFRAG.shared 
	audio/mp3encode/pkg: PLIST 
	audio/opennap/pkg: PLIST 
	audio/toolame/pkg: PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 05:54:04

Modified files:
	comms/malsync/pkg: PLIST 
	comms/p5-Device-SerialPort/pkg: PLIST 
	comms/p5-Device-Modem/pkg: PLIST 
	comms/scmxx/pkg: PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/09 06:01:26

Modified files:
	sys/net        : route.c 

Log message:
Change static functions to be non-static, for better backtraces.
ok krw@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 06:16:55

Modified files:
	databases/postgresql/pkg: PFRAG.shared PLIST PLIST-docs 
	                          PLIST-server 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 06:35:45

Modified files:
	infrastructure/install: make-plist 

Log message:
next->return


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 06:41:03

Modified files:
	infrastructure/install: make-plist 

Log message:
next -> return


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 06:48:57

Modified files:
	infrastructure/install: make-plist 

Log message:
more accurate info test.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/09 07:07:45

Modified files:
	gnu/usr.bin/texinfo/po: fr.gmo fr.po 

Log message:
fix obvious typo in catalog


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 07:23:33

Modified files:
	net/ipfm       : Makefile 
	net/ipfm/pkg   : PLIST 
Removed files:
	net/ipfm/pkg   : DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample.
Makefile cleanup + add license marker.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 07:28:31

Modified files:
	databases/p5-pgsql: Makefile 
	databases/p5-pgsql/pkg: PLIST 
	devel/gmp/pkg  : PFRAG.shared PLIST 
	devel/gperf/pkg: PLIST 
	devel/gsl/pkg  : PFRAG.shared PLIST 
	devel/help2man/pkg: PLIST 
	devel/autoconf/2.54/pkg: PLIST 
	devel/autoconf/2.56/pkg: PLIST 
	devel/autoconf/2.57/pkg: PLIST 
	devel/autoconf/2.58/pkg: PLIST 
	devel/autoconf/2.59/pkg: PLIST 
	devel/id-utils/pkg: PLIST 
	devel/jad/pkg  : PLIST 
	devel/jam/pkg  : PLIST 
	devel/libaudiofile/pkg: PFRAG.shared PLIST 
	audio/normalize/pkg: PLIST 
	devel/libavl/pkg: PLIST 
	devel/libdockapp/pkg: PFRAG.shared PLIST 
	devel/libdsk/pkg: PFRAG.shared PLIST 

Log message:
more plists


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 07:32:16

Removed files:
	sys/arch/sgi/include: reloc.h 
	sys/arch/mips64/include: reloc.h 

Log message:
bye bye!


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 07:37:14

Removed files:
	sys/arch/sgi/include: arcbios.h 

Log message:
use OpenBSDs version instead


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 07:44:19

Modified files:
	libexec/ld.so/mips: archdep.h 

Log message:
bang! no reloc.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 07:54:18

Modified files:
	www/zope-formulator/pkg: PLIST 
	www/zope-fortune/pkg: PLIST 
	www/zope-fscounter/pkg: PLIST 
	www/zope-rdfsummary/pkg: PLIST 
	www/zope-zippy/pkg: PLIST 

Log message:
new-style PLIST;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 08:08:50

Modified files:
	mail/teapop    : Makefile 
	mail/teapop/pkg: PLIST 
Removed files:
	mail/teapop/pkg: DEINSTALL INSTALL 

Log message:
new-style PLIST; fix MASTER_SITES while there;


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 08:25:17

Modified files:
	devel/cvsgraph/pkg: PLIST 
Removed files:
	devel/cvsgraph/pkg: DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 08:32:03

Modified files:
	security/keychain/pkg: PLIST 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 08:34:38

Modified files:
	mail/sma/pkg   : PLIST 
Removed files:
	mail/sma/pkg   : DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 08:57:26

Modified files:
	sys/arch/sgi/conf: GENERIC RAMDISK 
	sys/arch/sgi/include: autoconf.h exec.h 
	sys/arch/sgi/localbus: crimebus.h macebus.h 
	sys/arch/sgi/sgi: locore.S machdep.c 
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: arcbios.h cpu.h exception.h frame.h 
	                         memconf.h pio.h regnum.h types.h 
	sys/arch/mips64/mips64: arcbios.c busdma.c cache_r5k.S clock.c 
	                        context.S cp0access.S cpu.c db_machdep.c 
	                        exception.S interrupt.c lcore_access.S 
	                        lcore_ddb.S lcore_float.S mainbus.c 
	                        mem.c pmap.c sendsig.c tlbhandler.S 
Removed files:
	sys/arch/sgi/include: dlfcn.h 
	sys/arch/mips64/include: dlfcn.h ecoff_machdep.h 
	sys/arch/mips64/mips64: cpu_ecoff.c 

Log message:
Big cleanup. Removed some unused obsolete stuff and fixed copyrights
on some files. Arcbios support is now in, thus detects memorysize and cpu
clock frequency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 09:00:56

Modified files:
	lang/guile/pkg : PFRAG.shared PLIST 
	devel/libgtop/patches: patch-ltmain_sh 
	                       patch-sysdeps_freebsd_procmem.c 
	devel/libgtop/pkg: PFRAG.no-gnome PFRAG.shared 
	                   PFRAG.shared.guile PFRAG.shared.no-gnome 
	                   PLIST 
Removed files:
	devel/libgtop/pkg: INSTALL 

Log message:
new plist, ditch INSTALL script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 09:01:56

Added files:
	devel/libgtop/patches: patch-doc_libgtop_texi 

Log message:
direntry there, not in install script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/08/09 09:04:17

Modified files:
	net/net-snmp   : Makefile 
	net/net-snmp/pkg: PLIST PLIST-perl 
Added files:
	net/net-snmp/patches: patch-perl_SNMP_Makefile_PL 
Removed files:
	net/net-snmp/pkg: PFRAG.shared 

Log message:
update PLIST and fix a manual page


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 09:20:24

Modified files:
	devel/libproplist/pkg: PFRAG.shared PLIST 
	devel/libsigc++/pkg: PFRAG.shared PLIST 
	devel/libicq2000/pkg: PFRAG.shared PLIST 
	devel/libunicode/pkg: PFRAG.shared 
	devel/libusb/pkg: PFRAG.shared 

Log message:
more plist


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 09:27:43

Modified files:
	usr.sbin/afs/src/lib/ko: uae.c 

Log message:
Do not fill uae_error[] out of its bounds; this is especially dangerous
with the new malloc. Fix from arla-current.
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 09:34:09

Modified files:
	audio/rioutil/pkg: PFRAG.shared PLIST 
	devel/libutf/pkg: PLIST 
	devel/libfmt/pkg: PLIST 
	devel/libbio/pkg: PLIST 
	devel/libregexp9/pkg: PLIST 
	devel/m4/pkg   : PLIST 
	audio/esound/pkg: PFRAG.shared 

Log message:
more new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 09:58:46

Modified files:
	devel/sdl/pkg  : PFRAG.shared PLIST 
	audio/libao/pkg: PFRAG.shared PLIST 
	audio/mpg321/pkg: PLIST 
	audio/sox/pkg  : PLIST 
	audio/tempest/pkg: PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 10:27:13

Modified files:
	benchmarks/pear-Benchmark/pkg: PLIST 
	comms/conserver/pkg: DEINSTALL PLIST 
	comms/minicom/pkg: PLIST 
Removed files:
	comms/conserver/pkg: INSTALL 
	comms/minicom/pkg: DEINSTALL INSTALL 

Log message:
more new plists, kill some INSTALL.


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/09 10:29:18

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
document new list expansion syntax & add examples
reorganize the "to/from <peer>" filter rule parameter section
add a few other various clarification bits
and fix some mdoc macros

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/08/09 10:33:55

Modified files:
	sys/dev/pci    : if_ste.c if_stereg.h 

Log message:
update ste(4) with stability and performance fixes from
FreeBSD if_ste.c revisions 1.28, 1.29, 1.38, 1.43, 1.63, 1.68, 1.70
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 10:53:15

Modified files:
	gnu/lib/libreadline: Makefile 

Log message:
Remove second instance of nls.c from the file list.
OK from kettenis@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 11:18:23

Modified files:
	www/zope-btreefolder2: Makefile 

Log message:
MODULES= www/zope


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/09 11:48:51

Log message:
    Import of stock perl 5.8.5
    
    Status:
    
    Vendor Tag:	CPAN
    Release Tags:	PERL_5_8_5
    
    I src/gnu/usr.bin/perl/CVS
    C src/gnu/usr.bin/perl/Changes
    C src/gnu/usr.bin/perl/shlib_version
    C src/gnu/usr.bin/perl/op.c
    C src/gnu/usr.bin/perl/regcomp.c
    C src/gnu/usr.bin/perl/Configure
    U src/gnu/usr.bin/perl/AUTHORS
    C src/gnu/usr.bin/perl/Makefile.bsd-wrapper
    U src/gnu/usr.bin/perl/Changes5.6
    U src/gnu/usr.bin/perl/Artistic
    U src/gnu/usr.bin/perl/Changes5.000
    U src/gnu/usr.bin/perl/Changes5.001
    U src/gnu/usr.bin/perl/Changes5.002
    U src/gnu/usr.bin/perl/Changes5.003
    U src/gnu/usr.bin/perl/Changes5.004
    U src/gnu/usr.bin/perl/Changes5.005
    U src/gnu/usr.bin/perl/EXTERN.h
    C src/gnu/usr.bin/perl/INSTALL
    U src/gnu/usr.bin/perl/Copying
    U src/gnu/usr.bin/perl/INTERN.h
    C src/gnu/usr.bin/perl/MANIFEST
    C src/gnu/usr.bin/perl/Makefile.SH
    U src/gnu/usr.bin/perl/perly_c.diff
    C src/gnu/usr.bin/perl/Changes5.8
    C src/gnu/usr.bin/perl/Changes5.8.1
    U src/gnu/usr.bin/perl/Makefile.micro
    U src/gnu/usr.bin/perl/Policy_sh.SH
    C src/gnu/usr.bin/perl/README
    U src/gnu/usr.bin/perl/README.Y2K
    U src/gnu/usr.bin/perl/README.aix
    U src/gnu/usr.bin/perl/README.amiga
    U src/gnu/usr.bin/perl/README.apollo
    U src/gnu/usr.bin/perl/README.beos
    U src/gnu/usr.bin/perl/README.bs2000
    U src/gnu/usr.bin/perl/README.ce
    U src/gnu/usr.bin/perl/README.cn
    U src/gnu/usr.bin/perl/README.cygwin
    U src/gnu/usr.bin/perl/README.dgux
    U src/gnu/usr.bin/perl/README.dos
    U src/gnu/usr.bin/perl/README.epoc
    U src/gnu/usr.bin/perl/README.freebsd
    U src/gnu/usr.bin/perl/README.hpux
    U src/gnu/usr.bin/perl/README.hurd
    U src/gnu/usr.bin/perl/README.irix
    U src/gnu/usr.bin/perl/README.jp
    U src/gnu/usr.bin/perl/README.ko
    U src/gnu/usr.bin/perl/README.machten
    U src/gnu/usr.bin/perl/README.macos
    U src/gnu/usr.bin/perl/README.micro
    U src/gnu/usr.bin/perl/README.mint
    U src/gnu/usr.bin/perl/README.mpeix
    U src/gnu/usr.bin/perl/README.netware
    C src/gnu/usr.bin/perl/README.os2
    U src/gnu/usr.bin/perl/README.os390
    U src/gnu/usr.bin/perl/README.plan9
    U src/gnu/usr.bin/perl/README.qnx
    C src/gnu/usr.bin/perl/README.solaris
    U src/gnu/usr.bin/perl/README.tru64
    U src/gnu/usr.bin/perl/README.tw
    U src/gnu/usr.bin/perl/README.uts
    U src/gnu/usr.bin/perl/README.vmesa
    C src/gnu/usr.bin/perl/README.vms
    U src/gnu/usr.bin/perl/README.vos
    C src/gnu/usr.bin/perl/README.win32
    U src/gnu/usr.bin/perl/Todo.micro
    C src/gnu/usr.bin/perl/XSUB.h
    U src/gnu/usr.bin/perl/autodoc.pl
    U src/gnu/usr.bin/perl/av.h
    U src/gnu/usr.bin/perl/bytecode.pl
    U src/gnu/usr.bin/perl/cc_runtime.h
    U src/gnu/usr.bin/perl/cflags.SH
    C src/gnu/usr.bin/perl/config.over
    C src/gnu/usr.bin/perl/config_h.SH
    C src/gnu/usr.bin/perl/configpm
    U src/gnu/usr.bin/perl/configure.com
    C src/gnu/usr.bin/perl/configure.gnu
    C src/gnu/usr.bin/perl/cop.h
    C src/gnu/usr.bin/perl/cv.h
    C src/gnu/usr.bin/perl/deb.c
    C src/gnu/usr.bin/perl/doio.c
    C src/gnu/usr.bin/perl/doop.c
    C src/gnu/usr.bin/perl/dosish.h
    C src/gnu/usr.bin/perl/dump.c
    U src/gnu/usr.bin/perl/embed.fnc
    C src/gnu/usr.bin/perl/embed.h
    C src/gnu/usr.bin/perl/embed.pl
    U src/gnu/usr.bin/perl/embedvar.h
    U src/gnu/usr.bin/perl/fakesdio.h
    U src/gnu/usr.bin/perl/fakethr.h
    C src/gnu/usr.bin/perl/form.h
    C src/gnu/usr.bin/perl/global.sym
    U src/gnu/usr.bin/perl/globals.c
    U src/gnu/usr.bin/perl/globvar.sym
    C src/gnu/usr.bin/perl/gv.c
    U src/gnu/usr.bin/perl/gv.h
    C src/gnu/usr.bin/perl/handy.h
    C src/gnu/usr.bin/perl/hv.c
    U src/gnu/usr.bin/perl/hv.h
    C src/gnu/usr.bin/perl/installhtml
    C src/gnu/usr.bin/perl/installman
    C src/gnu/usr.bin/perl/installperl
    C src/gnu/usr.bin/perl/mg.c
    U src/gnu/usr.bin/perl/intrpvar.h
    U src/gnu/usr.bin/perl/iperlsys.h
    U src/gnu/usr.bin/perl/keywords.h
    U src/gnu/usr.bin/perl/keywords.pl
    U src/gnu/usr.bin/perl/locale.c
    U src/gnu/usr.bin/perl/makeaperl.SH
    U src/gnu/usr.bin/perl/makedef.pl
    U src/gnu/usr.bin/perl/makedepend.SH
    U src/gnu/usr.bin/perl/makedir.SH
    U src/gnu/usr.bin/perl/malloc.c
    U src/gnu/usr.bin/perl/mg.h
    U src/gnu/usr.bin/perl/minimod.pl
    U src/gnu/usr.bin/perl/miniperlmain.c
    U src/gnu/usr.bin/perl/mv-if-diff
    U src/gnu/usr.bin/perl/myconfig.SH
    U src/gnu/usr.bin/perl/nostdio.h
    U src/gnu/usr.bin/perl/numeric.c
    C src/gnu/usr.bin/perl/op.h
    C src/gnu/usr.bin/perl/opcode.h
    C src/gnu/usr.bin/perl/opcode.pl
    U src/gnu/usr.bin/perl/opnames.h
    C src/gnu/usr.bin/perl/patchlevel.h
    C src/gnu/usr.bin/perl/perl.c
    C src/gnu/usr.bin/perl/perl.h
    U src/gnu/usr.bin/perl/perlsh
    U src/gnu/usr.bin/perl/perly.c
    U src/gnu/usr.bin/perl/perlapi.c
    U src/gnu/usr.bin/perl/perlapi.h
    C src/gnu/usr.bin/perl/perlio.c
    U src/gnu/usr.bin/perl/perlio.h
    U src/gnu/usr.bin/perl/perlio.sym
    U src/gnu/usr.bin/perl/perliol.h
    U src/gnu/usr.bin/perl/perlsdio.h
    U src/gnu/usr.bin/perl/perlsfio.h
    U src/gnu/usr.bin/perl/perlvars.h
    C src/gnu/usr.bin/perl/perly.fixer
    U src/gnu/usr.bin/perl/perly.h
    U src/gnu/usr.bin/perl/perly.y
    U src/gnu/usr.bin/perl/pod.lst
    U src/gnu/usr.bin/perl/perlyline.pl
    C src/gnu/usr.bin/perl/pp.c
    C src/gnu/usr.bin/perl/pp.h
    U src/gnu/usr.bin/perl/pp.sym
    C src/gnu/usr.bin/perl/pp_ctl.c
    C src/gnu/usr.bin/perl/pp_hot.c
    U src/gnu/usr.bin/perl/pp_pack.c
    U src/gnu/usr.bin/perl/pp_proto.h
    U src/gnu/usr.bin/perl/pp_sort.c
    C src/gnu/usr.bin/perl/pp_sys.c
    C src/gnu/usr.bin/perl/proto.h
    U src/gnu/usr.bin/perl/reentr.c
    U src/gnu/usr.bin/perl/reentr.inc
    U src/gnu/usr.bin/perl/run.c
    U src/gnu/usr.bin/perl/reentr.h
    U src/gnu/usr.bin/perl/reentr.pl
    U src/gnu/usr.bin/perl/regcomp.h
    U src/gnu/usr.bin/perl/regcomp.pl
    U src/gnu/usr.bin/perl/regcomp.sym
    C src/gnu/usr.bin/perl/regexec.c
    U src/gnu/usr.bin/perl/regexp.h
    U src/gnu/usr.bin/perl/regnodes.h
    C src/gnu/usr.bin/perl/scope.c
    C src/gnu/usr.bin/perl/scope.h
    C src/gnu/usr.bin/perl/sv.c
    C src/gnu/usr.bin/perl/sv.h
    U src/gnu/usr.bin/perl/taint.c
    U src/gnu/usr.bin/perl/thrdvar.h
    U src/gnu/usr.bin/perl/thread.h
    C src/gnu/usr.bin/perl/toke.c
    U src/gnu/usr.bin/perl/uconfig.h
    U src/gnu/usr.bin/perl/uconfig.sh
    C src/gnu/usr.bin/perl/universal.c
    U src/gnu/usr.bin/perl/unixish.h
    U src/gnu/usr.bin/perl/utf8.c
    U src/gnu/usr.bin/perl/utf8.h
    U src/gnu/usr.bin/perl/utfebcdic.h
    C src/gnu/usr.bin/perl/util.c
    U src/gnu/usr.bin/perl/util.h
    U src/gnu/usr.bin/perl/utils.lst
    U src/gnu/usr.bin/perl/pad.c
    U src/gnu/usr.bin/perl/pad.h
    U src/gnu/usr.bin/perl/warnings.h
    U src/gnu/usr.bin/perl/warnings.pl
    U src/gnu/usr.bin/perl/writemain.SH
    U src/gnu/usr.bin/perl/xsutils.c
    U src/gnu/usr.bin/perl/META.yml
    U src/gnu/usr.bin/perl/Changes5.8.2
    U src/gnu/usr.bin/perl/README.macosx
    U src/gnu/usr.bin/perl/README.os400
    U src/gnu/usr.bin/perl/malloc_ctl.h
    U src/gnu/usr.bin/perl/regen.pl
    U src/gnu/usr.bin/perl/regen_lib.pl
    N src/gnu/usr.bin/perl/Changes5.8.3
    C src/gnu/usr.bin/perl/av.c
    N src/gnu/usr.bin/perl/Changes5.8.4
    I src/gnu/usr.bin/perl/ext/CVS
    I src/gnu/usr.bin/perl/ext/B/CVS
    U src/gnu/usr.bin/perl/ext/B/B.pm
    U src/gnu/usr.bin/perl/ext/B/B.xs
    U src/gnu/usr.bin/perl/ext/B/Makefile.PL
    U src/gnu/usr.bin/perl/ext/B/NOTES
    U src/gnu/usr.bin/perl/ext/B/O.pm
    U src/gnu/usr.bin/perl/ext/B/README
    U src/gnu/usr.bin/perl/ext/B/TESTS
    U src/gnu/usr.bin/perl/ext/B/Todo
    U src/gnu/usr.bin/perl/ext/B/defsubs_h.PL
    U src/gnu/usr.bin/perl/ext/B/typemap
    I src/gnu/usr.bin/perl/ext/B/B/CVS
    C src/gnu/usr.bin/perl/ext/B/B/Concise.pm
    U src/gnu/usr.bin/perl/ext/B/B/Asmdata.pm
    U src/gnu/usr.bin/perl/ext/B/B/Assembler.pm
    U src/gnu/usr.bin/perl/ext/B/B/Bblock.pm
    U src/gnu/usr.bin/perl/ext/B/B/Bytecode.pm
    U src/gnu/usr.bin/perl/ext/B/B/C.pm
    U src/gnu/usr.bin/perl/ext/B/B/CC.pm
    U src/gnu/usr.bin/perl/ext/B/B/Debug.pm
    U src/gnu/usr.bin/perl/ext/B/B/Deparse.pm
    U src/gnu/usr.bin/perl/ext/B/B/Disassembler.pm
    U src/gnu/usr.bin/perl/ext/B/B/Lint.pm
    U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm
    U src/gnu/usr.bin/perl/ext/B/B/Stackobj.pm
    U src/gnu/usr.bin/perl/ext/B/B/Stash.pm
    U src/gnu/usr.bin/perl/ext/B/B/Terse.pm
    U src/gnu/usr.bin/perl/ext/B/B/Xref.pm
    U src/gnu/usr.bin/perl/ext/B/B/assemble
    U src/gnu/usr.bin/perl/ext/B/B/cc_harness
    U src/gnu/usr.bin/perl/ext/B/B/disassemble
    U src/gnu/usr.bin/perl/ext/B/B/makeliblinks
    I src/gnu/usr.bin/perl/ext/B/C/CVS
    U src/gnu/usr.bin/perl/ext/B/C/C.xs
    U src/gnu/usr.bin/perl/ext/B/C/Makefile.PL
    I src/gnu/usr.bin/perl/ext/B/hints/CVS
    U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl
    U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl
    I src/gnu/usr.bin/perl/ext/B/ramblings/CVS
    U src/gnu/usr.bin/perl/ext/B/ramblings/cc.notes
    U src/gnu/usr.bin/perl/ext/B/ramblings/curcop.runtime
    U src/gnu/usr.bin/perl/ext/B/ramblings/flip-flop
    U src/gnu/usr.bin/perl/ext/B/ramblings/magic
    U src/gnu/usr.bin/perl/ext/B/ramblings/reg.alloc
    U src/gnu/usr.bin/perl/ext/B/ramblings/runtime.porting
    I src/gnu/usr.bin/perl/ext/B/t/CVS
    U src/gnu/usr.bin/perl/ext/B/t/asmdata.t
    U src/gnu/usr.bin/perl/ext/B/t/assembler.t
    U src/gnu/usr.bin/perl/ext/B/t/b.t
    U src/gnu/usr.bin/perl/ext/B/t/bblock.t
    U src/gnu/usr.bin/perl/ext/B/t/concise.t
    U src/gnu/usr.bin/perl/ext/B/t/debug.t
    U src/gnu/usr.bin/perl/ext/B/t/deparse.t
    U src/gnu/usr.bin/perl/ext/B/t/lint.t
    U src/gnu/usr.bin/perl/ext/B/t/o.t
    U src/gnu/usr.bin/perl/ext/B/t/showlex.t
    U src/gnu/usr.bin/perl/ext/B/t/stash.t
    U src/gnu/usr.bin/perl/ext/B/t/terse.t
    U src/gnu/usr.bin/perl/ext/B/t/xref.t
    I src/gnu/usr.bin/perl/ext/ByteLoader/CVS
    U src/gnu/usr.bin/perl/ext/ByteLoader/ByteLoader.pm
    U src/gnu/usr.bin/perl/ext/ByteLoader/ByteLoader.xs
    U src/gnu/usr.bin/perl/ext/ByteLoader/Makefile.PL
    U src/gnu/usr.bin/perl/ext/ByteLoader/bytecode.h
    U src/gnu/usr.bin/perl/ext/ByteLoader/byterun.c
    U src/gnu/usr.bin/perl/ext/ByteLoader/byterun.h
    I src/gnu/usr.bin/perl/ext/ByteLoader/hints/CVS
    U src/gnu/usr.bin/perl/ext/ByteLoader/hints/sunos.pl
    I src/gnu/usr.bin/perl/ext/Cwd/CVS
    C src/gnu/usr.bin/perl/ext/Cwd/Cwd.xs
    U src/gnu/usr.bin/perl/ext/Cwd/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Cwd/Changes
    I src/gnu/usr.bin/perl/ext/Cwd/t/CVS
    U src/gnu/usr.bin/perl/ext/Cwd/t/cwd.t
    U src/gnu/usr.bin/perl/ext/Cwd/t/taint.t
    I src/gnu/usr.bin/perl/ext/DB_File/CVS
    U src/gnu/usr.bin/perl/ext/DB_File/Changes
    C src/gnu/usr.bin/perl/ext/DB_File/DB_File.pm
    C src/gnu/usr.bin/perl/ext/DB_File/DB_File.xs
    U src/gnu/usr.bin/perl/ext/DB_File/DB_File_BS
    U src/gnu/usr.bin/perl/ext/DB_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/DB_File/dbinfo
    C src/gnu/usr.bin/perl/ext/DB_File/typemap
    U src/gnu/usr.bin/perl/ext/DB_File/version.c
    I src/gnu/usr.bin/perl/ext/DB_File/hints/CVS
    U src/gnu/usr.bin/perl/ext/DB_File/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/DB_File/hints/sco.pl
    I src/gnu/usr.bin/perl/ext/DB_File/t/CVS
    U src/gnu/usr.bin/perl/ext/DB_File/t/db-btree.t
    U src/gnu/usr.bin/perl/ext/DB_File/t/db-hash.t
    U src/gnu/usr.bin/perl/ext/DB_File/t/db-recno.t
    I src/gnu/usr.bin/perl/ext/Data/CVS
    I src/gnu/usr.bin/perl/ext/Data/Dumper/CVS
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Changes
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Dumper.pm
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Dumper.xs
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Data/Dumper/Todo
    I src/gnu/usr.bin/perl/ext/Data/Dumper/t/CVS
    U src/gnu/usr.bin/perl/ext/Data/Dumper/t/dumper.t
    U src/gnu/usr.bin/perl/ext/Data/Dumper/t/overload.t
    U src/gnu/usr.bin/perl/ext/Data/Dumper/t/pair.t
    I src/gnu/usr.bin/perl/ext/Devel/CVS
    I src/gnu/usr.bin/perl/ext/Devel/DProf/CVS
    U src/gnu/usr.bin/perl/ext/Devel/DProf/Changes
    U src/gnu/usr.bin/perl/ext/Devel/DProf/DProf.pm
    U src/gnu/usr.bin/perl/ext/Devel/DProf/DProf.xs
    U src/gnu/usr.bin/perl/ext/Devel/DProf/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel/DProf/Todo
    I src/gnu/usr.bin/perl/ext/Devel/DProf/t/CVS
    U src/gnu/usr.bin/perl/ext/Devel/DProf/t/DProf.t
    I src/gnu/usr.bin/perl/ext/Devel/PPPort/CVS
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/Changes
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/MANIFEST
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/PPPort.pm
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/PPPort.xs
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/README
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/TODO
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/module2.c
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/module3.c
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/ppport_h.PL
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/soak
    I src/gnu/usr.bin/perl/ext/Devel/PPPort/t/CVS
    U src/gnu/usr.bin/perl/ext/Devel/PPPort/t/test.t
    I src/gnu/usr.bin/perl/ext/Devel/Peek/CVS
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Changes
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Peek.pm
    U src/gnu/usr.bin/perl/ext/Devel/Peek/Peek.xs
    I src/gnu/usr.bin/perl/ext/Devel/Peek/t/CVS
    U src/gnu/usr.bin/perl/ext/Devel/Peek/t/Peek.t
    I src/gnu/usr.bin/perl/ext/Digest/CVS
    I src/gnu/usr.bin/perl/ext/Digest/MD5/CVS
    C src/gnu/usr.bin/perl/ext/Digest/MD5/Changes
    U src/gnu/usr.bin/perl/ext/Digest/MD5/MD5.pm
    U src/gnu/usr.bin/perl/ext/Digest/MD5/MD5.xs
    U src/gnu/usr.bin/perl/ext/Digest/MD5/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Digest/MD5/README
    U src/gnu/usr.bin/perl/ext/Digest/MD5/typemap
    I src/gnu/usr.bin/perl/ext/Digest/MD5/hints/CVS
    U src/gnu/usr.bin/perl/ext/Digest/MD5/hints/MacOS.pl
    U src/gnu/usr.bin/perl/ext/Digest/MD5/hints/irix_6.pl
    U src/gnu/usr.bin/perl/ext/Digest/MD5/hints/dec_osf.pl
    I src/gnu/usr.bin/perl/ext/Digest/MD5/t/CVS
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/align.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/badfile.t
    C src/gnu/usr.bin/perl/ext/Digest/MD5/t/files.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/md5-aaa.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/utf8.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/bits.t
    U src/gnu/usr.bin/perl/ext/Digest/MD5/t/clone.t
    I src/gnu/usr.bin/perl/ext/DynaLoader/CVS
    U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/README
    U src/gnu/usr.bin/perl/ext/DynaLoader/XSLoader_pm.PL
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs
    C src/gnu/usr.bin/perl/ext/DynaLoader/dl_beos.xs
    C src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs
    C src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs
    C src/gnu/usr.bin/perl/ext/DynaLoader/dl_mac.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mpeix.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vmesa.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs
    U src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c
    I src/gnu/usr.bin/perl/ext/DynaLoader/hints/CVS
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl
    U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl
    I src/gnu/usr.bin/perl/ext/DynaLoader/t/CVS
    U src/gnu/usr.bin/perl/ext/DynaLoader/t/XSLoader.t
    I src/gnu/usr.bin/perl/ext/Encode/CVS
    U src/gnu/usr.bin/perl/ext/Encode/AUTHORS
    U src/gnu/usr.bin/perl/ext/Encode/Changes
    U src/gnu/usr.bin/perl/ext/Encode/Encode.pm
    U src/gnu/usr.bin/perl/ext/Encode/Encode.xs
    U src/gnu/usr.bin/perl/ext/Encode/MANIFEST
    U src/gnu/usr.bin/perl/ext/Encode/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/README
    U src/gnu/usr.bin/perl/ext/Encode/encengine.c
    U src/gnu/usr.bin/perl/ext/Encode/encoding.pm
    U src/gnu/usr.bin/perl/ext/Encode/META.yml
    I src/gnu/usr.bin/perl/ext/Encode/Byte/CVS
    U src/gnu/usr.bin/perl/ext/Encode/Byte/Byte.pm
    U src/gnu/usr.bin/perl/ext/Encode/Byte/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Encode/CN/CVS
    U src/gnu/usr.bin/perl/ext/Encode/CN/CN.pm
    U src/gnu/usr.bin/perl/ext/Encode/CN/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Encode/EBCDIC/CVS
    U src/gnu/usr.bin/perl/ext/Encode/EBCDIC/EBCDIC.pm
    U src/gnu/usr.bin/perl/ext/Encode/EBCDIC/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Encode/Encode/CVS
    U src/gnu/usr.bin/perl/ext/Encode/Encode/Changes.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/ConfigLocal_PM.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/Makefile_PL.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/README.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/_PM.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/_T.e2x
    U src/gnu/usr.bin/perl/ext/Encode/Encode/encode.h
    I src/gnu/usr.bin/perl/ext/Encode/JP/CVS
    U src/gnu/usr.bin/perl/ext/Encode/JP/JP.pm
    U src/gnu/usr.bin/perl/ext/Encode/JP/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Encode/KR/CVS
    U src/gnu/usr.bin/perl/ext/Encode/KR/KR.pm
    U src/gnu/usr.bin/perl/ext/Encode/KR/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Encode/Symbol/CVS
    U src/gnu/usr.bin/perl/ext/Encode/Symbol/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/Symbol/Symbol.pm
    I src/gnu/usr.bin/perl/ext/Encode/TW/CVS
    U src/gnu/usr.bin/perl/ext/Encode/TW/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/TW/TW.pm
    I src/gnu/usr.bin/perl/ext/Encode/Unicode/CVS
    U src/gnu/usr.bin/perl/ext/Encode/Unicode/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Encode/Unicode/Unicode.pm
    U src/gnu/usr.bin/perl/ext/Encode/Unicode/Unicode.xs
    I src/gnu/usr.bin/perl/ext/Encode/bin/CVS
    U src/gnu/usr.bin/perl/ext/Encode/bin/enc2xs
    U src/gnu/usr.bin/perl/ext/Encode/bin/piconv
    U src/gnu/usr.bin/perl/ext/Encode/bin/ucm2table
    U src/gnu/usr.bin/perl/ext/Encode/bin/ucmlint
    U src/gnu/usr.bin/perl/ext/Encode/bin/unidump
    C src/gnu/usr.bin/perl/ext/Encode/bin/ucmsort
    I src/gnu/usr.bin/perl/ext/Encode/lib/CVS
    I src/gnu/usr.bin/perl/ext/Encode/lib/Encode/CVS
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Alias.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/CJKConstants.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Config.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Encoder.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Encoding.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Guess.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/PerlIO.pod
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Supported.pod
    I src/gnu/usr.bin/perl/ext/Encode/lib/Encode/CN/CVS
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/CN/HZ.pm
    I src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/CVS
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/H2Z.pm
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/JP/JIS7.pm
    I src/gnu/usr.bin/perl/ext/Encode/lib/Encode/KR/CVS
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/KR/2022_KR.pm
    I src/gnu/usr.bin/perl/ext/Encode/lib/Encode/MIME/CVS
    U src/gnu/usr.bin/perl/ext/Encode/lib/Encode/MIME/Header.pm
    I src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Unicode/CVS
    C src/gnu/usr.bin/perl/ext/Encode/lib/Encode/Unicode/UTF7.pm
    I src/gnu/usr.bin/perl/ext/Encode/t/CVS
    U src/gnu/usr.bin/perl/ext/Encode/t/Aliases.t
    U src/gnu/usr.bin/perl/ext/Encode/t/CJKT.t
    U src/gnu/usr.bin/perl/ext/Encode/t/Encode.t
    U src/gnu/usr.bin/perl/ext/Encode/t/Encoder.t
    U src/gnu/usr.bin/perl/ext/Encode/t/Unicode.t
    U src/gnu/usr.bin/perl/ext/Encode/t/at-cn.t
    U src/gnu/usr.bin/perl/ext/Encode/t/at-tw.t
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-eten.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-eten.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-hkscs.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/big5-hkscs.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/encoding.t
    U src/gnu/usr.bin/perl/ext/Encode/t/fallback.t
    U src/gnu/usr.bin/perl/ext/Encode/t/gb2312.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/gb2312.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/grow.t
    U src/gnu/usr.bin/perl/ext/Encode/t/guess.t
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0201.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0201.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0208.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0208.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0212.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/jperl.t
    U src/gnu/usr.bin/perl/ext/Encode/t/jisx0212.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/ksc5601.enc
    U src/gnu/usr.bin/perl/ext/Encode/t/ksc5601.utf
    U src/gnu/usr.bin/perl/ext/Encode/t/mime-header.t
    U src/gnu/usr.bin/perl/ext/Encode/t/perlio.t
    U src/gnu/usr.bin/perl/ext/Encode/t/unibench.pl
    C src/gnu/usr.bin/perl/ext/Encode/t/enc_eucjp.t
    C src/gnu/usr.bin/perl/ext/Encode/t/Mod_EUCJP.pm
    C src/gnu/usr.bin/perl/ext/Encode/t/enc_data.t
    C src/gnu/usr.bin/perl/ext/Encode/t/enc_utf8.t
    U src/gnu/usr.bin/perl/ext/Encode/t/enc_module.enc
    C src/gnu/usr.bin/perl/ext/Encode/t/enc_module.t
    U src/gnu/usr.bin/perl/ext/Encode/t/gsm0338.t
    C src/gnu/usr.bin/perl/ext/Encode/t/rt.pl
    I src/gnu/usr.bin/perl/ext/Encode/ucm/CVS
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-1.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-10.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-11.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-13.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-14.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-15.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-16.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-2.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-3.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-4.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-6.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-7.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-8.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-9.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/adobeStdenc.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/adobeSymbol.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/adobeZdingbat.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ascii.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/big5-eten.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/big5-hkscs.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp037.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1006.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1026.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1047.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1250.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1251.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1252.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1253.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1254.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1256.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1257.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1258.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp424.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp437.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp500.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp737.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp775.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp850.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp852.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp855.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp856.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp857.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp860.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp861.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp862.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp863.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp864.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp865.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp866.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp869.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp874.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp875.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp932.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp936.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp949.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp950.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ctrl.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/dingbats.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/euc-cn.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/euc-jp.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/euc-kr.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/gb12345.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/gb2312.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/gsm0338.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/hp-roman8.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ir-165.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/jis0201.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/jis0208.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/jis0212.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/johab.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/koi8-f.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/koi8-r.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/koi8-u.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/ksc5601.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macArabic.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macCentEuro.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macChinsimp.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macChintrad.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macCroatian.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macCyrillic.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macDingbats.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macFarsi.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macGreek.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macHebrew.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macIceland.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macJapanese.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macKorean.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macROMnn.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macRUMnn.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macRoman.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macSami.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macSymbol.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macThai.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macTurkish.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/macUkraine.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/nextstep.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/null.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/posix-bc.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/shiftjis.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/symbol.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/viscii.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/8859-5.ucm
    U src/gnu/usr.bin/perl/ext/Encode/ucm/cp1255.ucm
    I src/gnu/usr.bin/perl/ext/Errno/CVS
    U src/gnu/usr.bin/perl/ext/Errno/ChangeLog
    U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL
    U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Errno/t/CVS
    U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t
    I src/gnu/usr.bin/perl/ext/Fcntl/CVS
    U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm
    U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs
    U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Fcntl/t/CVS
    U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t
    U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t
    I src/gnu/usr.bin/perl/ext/File/CVS
    I src/gnu/usr.bin/perl/ext/File/Glob/CVS
    U src/gnu/usr.bin/perl/ext/File/Glob/Changes
    U src/gnu/usr.bin/perl/ext/File/Glob/Glob.pm
    U src/gnu/usr.bin/perl/ext/File/Glob/Glob.xs
    U src/gnu/usr.bin/perl/ext/File/Glob/Makefile.PL
    U src/gnu/usr.bin/perl/ext/File/Glob/TODO
    C src/gnu/usr.bin/perl/ext/File/Glob/bsd_glob.c
    U src/gnu/usr.bin/perl/ext/File/Glob/bsd_glob.h
    I src/gnu/usr.bin/perl/ext/File/Glob/t/CVS
    U src/gnu/usr.bin/perl/ext/File/Glob/t/basic.t
    U src/gnu/usr.bin/perl/ext/File/Glob/t/case.t
    U src/gnu/usr.bin/perl/ext/File/Glob/t/global.t
    U src/gnu/usr.bin/perl/ext/File/Glob/t/taint.t
    I src/gnu/usr.bin/perl/ext/Filter/CVS
    I src/gnu/usr.bin/perl/ext/Filter/Util/CVS
    I src/gnu/usr.bin/perl/ext/Filter/Util/Call/CVS
    U src/gnu/usr.bin/perl/ext/Filter/Util/Call/Call.pm
    U src/gnu/usr.bin/perl/ext/Filter/Util/Call/Call.xs
    U src/gnu/usr.bin/perl/ext/Filter/Util/Call/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Filter/t/CVS
    U src/gnu/usr.bin/perl/ext/Filter/t/call.t
    I src/gnu/usr.bin/perl/ext/GDBM_File/CVS
    U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
    U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs
    U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/GDBM_File/typemap
    I src/gnu/usr.bin/perl/ext/GDBM_File/hints/CVS
    U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl
    I src/gnu/usr.bin/perl/ext/GDBM_File/t/CVS
    C src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t
    I src/gnu/usr.bin/perl/ext/I18N/CVS
    I src/gnu/usr.bin/perl/ext/I18N/Langinfo/CVS
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/Langinfo.pm
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/Langinfo.xs
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/Makefile.PL
    I src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/CVS
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/const-c.inc
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/const-xs.inc
    I src/gnu/usr.bin/perl/ext/I18N/Langinfo/t/CVS
    U src/gnu/usr.bin/perl/ext/I18N/Langinfo/t/Langinfo.t
    I src/gnu/usr.bin/perl/ext/IO/CVS
    U src/gnu/usr.bin/perl/ext/IO/ChangeLog
    U src/gnu/usr.bin/perl/ext/IO/IO.pm
    U src/gnu/usr.bin/perl/ext/IO/IO.xs
    U src/gnu/usr.bin/perl/ext/IO/Makefile.PL
    U src/gnu/usr.bin/perl/ext/IO/README
    U src/gnu/usr.bin/perl/ext/IO/poll.c
    U src/gnu/usr.bin/perl/ext/IO/poll.h
    I src/gnu/usr.bin/perl/ext/IO/hints/CVS
    U src/gnu/usr.bin/perl/ext/IO/hints/sco.pl
    I src/gnu/usr.bin/perl/ext/IO/lib/CVS
    I src/gnu/usr.bin/perl/ext/IO/lib/IO/CVS
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Dir.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/File.pm
    C src/gnu/usr.bin/perl/ext/IO/lib/IO/Handle.pm
    C src/gnu/usr.bin/perl/ext/IO/lib/IO/Pipe.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Poll.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Seekable.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Select.pm
    I src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket/CVS
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket/INET.pm
    U src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket/UNIX.pm
    I src/gnu/usr.bin/perl/ext/IO/t/CVS
    U src/gnu/usr.bin/perl/ext/IO/t/io_const.t
    U src/gnu/usr.bin/perl/ext/IO/t/IO.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_dir.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_dup.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_linenum.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_multihomed.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_pipe.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_poll.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_sel.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_sock.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_taint.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_tell.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_udp.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_unix.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_utf8.t
    U src/gnu/usr.bin/perl/ext/IO/t/io_xs.t
    I src/gnu/usr.bin/perl/ext/IPC/CVS
    I src/gnu/usr.bin/perl/ext/IPC/SysV/CVS
    U src/gnu/usr.bin/perl/ext/IPC/SysV/ChangeLog
    U src/gnu/usr.bin/perl/ext/IPC/SysV/MANIFEST
    C src/gnu/usr.bin/perl/ext/IPC/SysV/Makefile.PL
    U src/gnu/usr.bin/perl/ext/IPC/SysV/Msg.pm
    U src/gnu/usr.bin/perl/ext/IPC/SysV/README
    U src/gnu/usr.bin/perl/ext/IPC/SysV/Semaphore.pm
    U src/gnu/usr.bin/perl/ext/IPC/SysV/SysV.pm
    U src/gnu/usr.bin/perl/ext/IPC/SysV/SysV.xs
    I src/gnu/usr.bin/perl/ext/IPC/SysV/hints/CVS
    U src/gnu/usr.bin/perl/ext/IPC/SysV/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/IPC/SysV/hints/next_3.pl
    I src/gnu/usr.bin/perl/ext/IPC/SysV/t/CVS
    U src/gnu/usr.bin/perl/ext/IPC/SysV/t/msg.t
    U src/gnu/usr.bin/perl/ext/IPC/SysV/t/sem.t
    U src/gnu/usr.bin/perl/ext/IPC/SysV/t/ipcsysv.t
    I src/gnu/usr.bin/perl/ext/List/CVS
    I src/gnu/usr.bin/perl/ext/List/Util/CVS
    U src/gnu/usr.bin/perl/ext/List/Util/Makefile.PL
    U src/gnu/usr.bin/perl/ext/List/Util/README
    U src/gnu/usr.bin/perl/ext/List/Util/Util.xs
    N src/gnu/usr.bin/perl/ext/List/Util/Changes
    I src/gnu/usr.bin/perl/ext/List/Util/lib/CVS
    I src/gnu/usr.bin/perl/ext/List/Util/lib/List/CVS
    U src/gnu/usr.bin/perl/ext/List/Util/lib/List/Util.pm
    I src/gnu/usr.bin/perl/ext/List/Util/lib/Scalar/CVS
    U src/gnu/usr.bin/perl/ext/List/Util/lib/Scalar/Util.pm
    I src/gnu/usr.bin/perl/ext/List/Util/t/CVS
    U src/gnu/usr.bin/perl/ext/List/Util/t/blessed.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/dualvar.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/first.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/max.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/maxstr.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/min.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/minstr.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/openhan.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/readonly.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/reduce.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/reftype.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/shuffle.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/sum.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/tainted.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/weak.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/isvstring.t
    C src/gnu/usr.bin/perl/ext/List/Util/t/lln.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/proto.t
    U src/gnu/usr.bin/perl/ext/List/Util/t/refaddr.t
    I src/gnu/usr.bin/perl/ext/MIME/CVS
    I src/gnu/usr.bin/perl/ext/MIME/Base64/CVS
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Base64.pm
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Base64.xs
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Changes
    U src/gnu/usr.bin/perl/ext/MIME/Base64/Makefile.PL
    U src/gnu/usr.bin/perl/ext/MIME/Base64/QuotedPrint.pm
    I src/gnu/usr.bin/perl/ext/MIME/Base64/t/CVS
    U src/gnu/usr.bin/perl/ext/MIME/Base64/t/base64.t
    U src/gnu/usr.bin/perl/ext/MIME/Base64/t/quoted-print.t
    U src/gnu/usr.bin/perl/ext/MIME/Base64/t/unicode.t
    N src/gnu/usr.bin/perl/ext/MIME/Base64/t/warn.t
    I src/gnu/usr.bin/perl/ext/NDBM_File/CVS
    U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm
    U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs
    U src/gnu/usr.bin/perl/ext/NDBM_File/typemap
    I src/gnu/usr.bin/perl/ext/NDBM_File/hints/CVS
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl
    U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl
    I src/gnu/usr.bin/perl/ext/NDBM_File/t/CVS
    C src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t
    I src/gnu/usr.bin/perl/ext/ODBM_File/CVS
    U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL
    C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm
    C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs
    U src/gnu/usr.bin/perl/ext/ODBM_File/typemap
    I src/gnu/usr.bin/perl/ext/ODBM_File/hints/CVS
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl
    I src/gnu/usr.bin/perl/ext/ODBM_File/t/CVS
    C src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t
    I src/gnu/usr.bin/perl/ext/Opcode/CVS
    U src/gnu/usr.bin/perl/ext/Opcode/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
    U src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs
    C src/gnu/usr.bin/perl/ext/Opcode/Safe.pm
    U src/gnu/usr.bin/perl/ext/Opcode/ops.pm
    I src/gnu/usr.bin/perl/ext/Opcode/t/CVS
    U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t
    U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t
    I src/gnu/usr.bin/perl/ext/POSIX/CVS
    U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pm
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.pod
    C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs
    U src/gnu/usr.bin/perl/ext/POSIX/typemap
    I src/gnu/usr.bin/perl/ext/POSIX/hints/CVS
    U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/next_3.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl
    U src/gnu/usr.bin/perl/ext/POSIX/hints/uts.pl
    I src/gnu/usr.bin/perl/ext/POSIX/t/CVS
    U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t
    U src/gnu/usr.bin/perl/ext/POSIX/t/is.t
    I src/gnu/usr.bin/perl/ext/PerlIO/CVS
    I src/gnu/usr.bin/perl/ext/PerlIO/encoding/CVS
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/MANIFEST
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/Makefile.PL
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/encoding.pm
    U src/gnu/usr.bin/perl/ext/PerlIO/encoding/encoding.xs
    I src/gnu/usr.bin/perl/ext/PerlIO/scalar/CVS
    U src/gnu/usr.bin/perl/ext/PerlIO/scalar/Makefile.PL
    U src/gnu/usr.bin/perl/ext/PerlIO/scalar/scalar.pm
    U src/gnu/usr.bin/perl/ext/PerlIO/scalar/scalar.xs
    I src/gnu/usr.bin/perl/ext/PerlIO/t/CVS
    U src/gnu/usr.bin/perl/ext/PerlIO/t/encoding.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/fail.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/fallback.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/scalar.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/via.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/PerlIO.t
    U src/gnu/usr.bin/perl/ext/PerlIO/t/open.t
    I src/gnu/usr.bin/perl/ext/PerlIO/via/CVS
    U src/gnu/usr.bin/perl/ext/PerlIO/via/Makefile.PL
    U src/gnu/usr.bin/perl/ext/PerlIO/via/via.xs
    U src/gnu/usr.bin/perl/ext/PerlIO/via/via.pm
    I src/gnu/usr.bin/perl/ext/PerlIO/via/hints/CVS
    U src/gnu/usr.bin/perl/ext/PerlIO/via/hints/aix.pl
    I src/gnu/usr.bin/perl/ext/SDBM_File/CVS
    U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL
    U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm
    U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs
    U src/gnu/usr.bin/perl/ext/SDBM_File/typemap
    I src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CVS
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.1
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbu.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h
    C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms
    C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3
    C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h
    U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c
    I src/gnu/usr.bin/perl/ext/SDBM_File/t/CVS
    C src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t
    I src/gnu/usr.bin/perl/ext/Safe/CVS
    I src/gnu/usr.bin/perl/ext/Safe/t/CVS
    U src/gnu/usr.bin/perl/ext/Safe/t/safe1.t
    U src/gnu/usr.bin/perl/ext/Safe/t/safe2.t
    U src/gnu/usr.bin/perl/ext/Safe/t/safe3.t
    I src/gnu/usr.bin/perl/ext/Socket/CVS
    U src/gnu/usr.bin/perl/ext/Socket/Makefile.PL
    C src/gnu/usr.bin/perl/ext/Socket/Socket.pm
    C src/gnu/usr.bin/perl/ext/Socket/Socket.xs
    I src/gnu/usr.bin/perl/ext/Socket/t/CVS
    U src/gnu/usr.bin/perl/ext/Socket/t/Socket.t
    U src/gnu/usr.bin/perl/ext/Socket/t/socketpair.t
    I src/gnu/usr.bin/perl/ext/Storable/CVS
    U src/gnu/usr.bin/perl/ext/Storable/ChangeLog
    U src/gnu/usr.bin/perl/ext/Storable/MANIFEST
    U src/gnu/usr.bin/perl/ext/Storable/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Storable/README
    U src/gnu/usr.bin/perl/ext/Storable/Storable.pm
    U src/gnu/usr.bin/perl/ext/Storable/Storable.xs
    I src/gnu/usr.bin/perl/ext/Storable/t/CVS
    U src/gnu/usr.bin/perl/ext/Storable/t/blessed.t
    U src/gnu/usr.bin/perl/ext/Storable/t/canonical.t
    U src/gnu/usr.bin/perl/ext/Storable/t/compat06.t
    U src/gnu/usr.bin/perl/ext/Storable/t/croak.t
    U src/gnu/usr.bin/perl/ext/Storable/t/dclone.t
    U src/gnu/usr.bin/perl/ext/Storable/t/downgrade.t
    U src/gnu/usr.bin/perl/ext/Storable/t/forgive.t
    U src/gnu/usr.bin/perl/ext/Storable/t/freeze.t
    U src/gnu/usr.bin/perl/ext/Storable/t/integer.t
    U src/gnu/usr.bin/perl/ext/Storable/t/interwork56.t
    U src/gnu/usr.bin/perl/ext/Storable/t/lock.t
    U src/gnu/usr.bin/perl/ext/Storable/t/make_56_interwork.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/make_downgrade.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/malice.t
    U src/gnu/usr.bin/perl/ext/Storable/t/overload.t
    U src/gnu/usr.bin/perl/ext/Storable/t/recurse.t
    U src/gnu/usr.bin/perl/ext/Storable/t/restrict.t
    U src/gnu/usr.bin/perl/ext/Storable/t/retrieve.t
    U src/gnu/usr.bin/perl/ext/Storable/t/st-dump.pl
    U src/gnu/usr.bin/perl/ext/Storable/t/store.t
    U src/gnu/usr.bin/perl/ext/Storable/t/tied.t
    U src/gnu/usr.bin/perl/ext/Storable/t/tied_hook.t
    U src/gnu/usr.bin/perl/ext/Storable/t/tied_items.t
    U src/gnu/usr.bin/perl/ext/Storable/t/utf8.t
    U src/gnu/usr.bin/perl/ext/Storable/t/utf8hash.t
    U src/gnu/usr.bin/perl/ext/Storable/t/code.t
    N src/gnu/usr.bin/perl/ext/Storable/t/HAS_HOOK.pm
    N src/gnu/usr.bin/perl/ext/Storable/t/HAS_OVERLOAD.pm
    N src/gnu/usr.bin/perl/ext/Storable/t/just_plain_nasty.t
    N src/gnu/usr.bin/perl/ext/Storable/t/threads.t
    N src/gnu/usr.bin/perl/ext/Storable/t/make_overload.pl
    I src/gnu/usr.bin/perl/ext/Storable/hints/CVS
    U src/gnu/usr.bin/perl/ext/Storable/hints/linux.pl
    I src/gnu/usr.bin/perl/ext/Sys/CVS
    I src/gnu/usr.bin/perl/ext/Sys/Hostname/CVS
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/Hostname.pm
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/Hostname.xs
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Sys/Hostname/t/CVS
    U src/gnu/usr.bin/perl/ext/Sys/Hostname/t/Hostname.t
    I src/gnu/usr.bin/perl/ext/Sys/Syslog/CVS
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/Makefile.PL
    C src/gnu/usr.bin/perl/ext/Sys/Syslog/Syslog.pm
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/Syslog.xs
    I src/gnu/usr.bin/perl/ext/Sys/Syslog/t/CVS
    U src/gnu/usr.bin/perl/ext/Sys/Syslog/t/syslog.t
    I src/gnu/usr.bin/perl/ext/Thread/CVS
    U src/gnu/usr.bin/perl/ext/Thread/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Thread/Notes
    U src/gnu/usr.bin/perl/ext/Thread/Queue.pmx
    U src/gnu/usr.bin/perl/ext/Thread/README
    U src/gnu/usr.bin/perl/ext/Thread/README.threads
    U src/gnu/usr.bin/perl/ext/Thread/Semaphore.pmx
    U src/gnu/usr.bin/perl/ext/Thread/Thread.xs
    U src/gnu/usr.bin/perl/ext/Thread/create.tx
    U src/gnu/usr.bin/perl/ext/Thread/die.tx
    U src/gnu/usr.bin/perl/ext/Thread/die2.tx
    U src/gnu/usr.bin/perl/ext/Thread/io.tx
    U src/gnu/usr.bin/perl/ext/Thread/join.tx
    U src/gnu/usr.bin/perl/ext/Thread/join2.tx
    U src/gnu/usr.bin/perl/ext/Thread/list.tx
    U src/gnu/usr.bin/perl/ext/Thread/lock.tx
    U src/gnu/usr.bin/perl/ext/Thread/queue.tx
    U src/gnu/usr.bin/perl/ext/Thread/specific.tx
    U src/gnu/usr.bin/perl/ext/Thread/sync.tx
    U src/gnu/usr.bin/perl/ext/Thread/sync2.tx
    U src/gnu/usr.bin/perl/ext/Thread/thr5005.t
    U src/gnu/usr.bin/perl/ext/Thread/typemap
    U src/gnu/usr.bin/perl/ext/Thread/unsync.tx
    U src/gnu/usr.bin/perl/ext/Thread/unsync2.tx
    U src/gnu/usr.bin/perl/ext/Thread/unsync3.tx
    U src/gnu/usr.bin/perl/ext/Thread/unsync4.tx
    I src/gnu/usr.bin/perl/ext/Thread/Thread/CVS
    U src/gnu/usr.bin/perl/ext/Thread/Thread/Signal.pm
    U src/gnu/usr.bin/perl/ext/Thread/Thread/Specific.pm
    I src/gnu/usr.bin/perl/ext/Time/CVS
    I src/gnu/usr.bin/perl/ext/Time/HiRes/CVS
    U src/gnu/usr.bin/perl/ext/Time/HiRes/Changes
    C src/gnu/usr.bin/perl/ext/Time/HiRes/HiRes.pm
    U src/gnu/usr.bin/perl/ext/Time/HiRes/typemap
    U src/gnu/usr.bin/perl/ext/Time/HiRes/HiRes.xs
    U src/gnu/usr.bin/perl/ext/Time/HiRes/Makefile.PL
    I src/gnu/usr.bin/perl/ext/Time/HiRes/hints/CVS
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/dynixptx.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/sco.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/dec_osf.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/irix.pl
    U src/gnu/usr.bin/perl/ext/Time/HiRes/hints/svr4.pl
    N src/gnu/usr.bin/perl/ext/Time/HiRes/hints/solaris.pl
    I src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/CVS
    U src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/const-c.inc
    U src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/const-xs.inc
    I src/gnu/usr.bin/perl/ext/Time/HiRes/t/CVS
    U src/gnu/usr.bin/perl/ext/Time/HiRes/t/HiRes.t
    I src/gnu/usr.bin/perl/ext/Unicode/CVS
    I src/gnu/usr.bin/perl/ext/Unicode/Normalize/CVS
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Changes
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Makefile.PL
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Normalize.pm
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/Normalize.xs
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/README
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/mkheader
    I src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/CVS
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/func.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/norm.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/test.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/proto.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/fcdc.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/form.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/illegal.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/split.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/null.t
    U src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/short.t
    I src/gnu/usr.bin/perl/ext/XS/CVS
    I src/gnu/usr.bin/perl/ext/XS/APItest/CVS
    U src/gnu/usr.bin/perl/ext/XS/APItest/APItest.pm
    U src/gnu/usr.bin/perl/ext/XS/APItest/APItest.xs
    U src/gnu/usr.bin/perl/ext/XS/APItest/MANIFEST
    U src/gnu/usr.bin/perl/ext/XS/APItest/Makefile.PL
    U src/gnu/usr.bin/perl/ext/XS/APItest/README
    I src/gnu/usr.bin/perl/ext/XS/APItest/t/CVS
    U src/gnu/usr.bin/perl/ext/XS/APItest/t/printf.t
    U src/gnu/usr.bin/perl/ext/XS/APItest/t/hash.t
    N src/gnu/usr.bin/perl/ext/XS/APItest/t/push.t
    I src/gnu/usr.bin/perl/ext/XS/Typemap/CVS
    U src/gnu/usr.bin/perl/ext/XS/Typemap/Makefile.PL
    U src/gnu/usr.bin/perl/ext/XS/Typemap/README
    U src/gnu/usr.bin/perl/ext/XS/Typemap/Typemap.pm
    U src/gnu/usr.bin/perl/ext/XS/Typemap/Typemap.xs
    U src/gnu/usr.bin/perl/ext/XS/Typemap/stdio.c
    U src/gnu/usr.bin/perl/ext/XS/Typemap/typemap
    I src/gnu/usr.bin/perl/ext/XS/Typemap/t/CVS
    U src/gnu/usr.bin/perl/ext/XS/Typemap/t/Typemap.t
    I src/gnu/usr.bin/perl/ext/attrs/CVS
    U src/gnu/usr.bin/perl/ext/attrs/Makefile.PL
    U src/gnu/usr.bin/perl/ext/attrs/attrs.pm
    U src/gnu/usr.bin/perl/ext/attrs/attrs.xs
    I src/gnu/usr.bin/perl/ext/attrs/t/CVS
    U src/gnu/usr.bin/perl/ext/attrs/t/attrs.t
    I src/gnu/usr.bin/perl/ext/re/CVS
    U src/gnu/usr.bin/perl/ext/re/Makefile.PL
    U src/gnu/usr.bin/perl/ext/re/re.pm
    U src/gnu/usr.bin/perl/ext/re/re.xs
    I src/gnu/usr.bin/perl/ext/re/hints/CVS
    U src/gnu/usr.bin/perl/ext/re/hints/mpeix.pl
    I src/gnu/usr.bin/perl/ext/re/t/CVS
    U src/gnu/usr.bin/perl/ext/re/t/re.t
    I src/gnu/usr.bin/perl/ext/threads/CVS
    U src/gnu/usr.bin/perl/ext/threads/Changes
    U src/gnu/usr.bin/perl/ext/threads/Makefile.PL
    U src/gnu/usr.bin/perl/ext/threads/README
    U src/gnu/usr.bin/perl/ext/threads/threads.pm
    U src/gnu/usr.bin/perl/ext/threads/threads.xs
    U src/gnu/usr.bin/perl/ext/threads/typemap
    I src/gnu/usr.bin/perl/ext/threads/shared/CVS
    U src/gnu/usr.bin/perl/ext/threads/shared/Makefile.PL
    U src/gnu/usr.bin/perl/ext/threads/shared/README
    U src/gnu/usr.bin/perl/ext/threads/shared/shared.pm
    U src/gnu/usr.bin/perl/ext/threads/shared/shared.xs
    U src/gnu/usr.bin/perl/ext/threads/shared/typemap
    I src/gnu/usr.bin/perl/ext/threads/shared/t/CVS
    U src/gnu/usr.bin/perl/ext/threads/shared/t/0nothread.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/av_refs.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/av_simple.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/cond.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/hv_refs.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/hv_simple.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/no_share.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/shared_attr.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/sv_refs.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/sv_simple.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/wait.t
    U src/gnu/usr.bin/perl/ext/threads/shared/t/disabled.t
    I src/gnu/usr.bin/perl/ext/threads/t/CVS
    U src/gnu/usr.bin/perl/ext/threads/t/basic.t
    U src/gnu/usr.bin/perl/ext/threads/t/end.t
    U src/gnu/usr.bin/perl/ext/threads/t/join.t
    U src/gnu/usr.bin/perl/ext/threads/t/libc.t
    U src/gnu/usr.bin/perl/ext/threads/t/list.t
    U src/gnu/usr.bin/perl/ext/threads/t/stress_cv.t
    U src/gnu/usr.bin/perl/ext/threads/t/stress_re.t
    U src/gnu/usr.bin/perl/ext/threads/t/stress_string.t
    U src/gnu/usr.bin/perl/ext/threads/t/thread.t
    U src/gnu/usr.bin/perl/ext/threads/t/problems.t
    I src/gnu/usr.bin/perl/ext/util/CVS
    U src/gnu/usr.bin/perl/ext/util/make_ext
    I src/gnu/usr.bin/perl/jpl/CVS
    U src/gnu/usr.bin/perl/jpl/ChangeLog
    U src/gnu/usr.bin/perl/jpl/README
    U src/gnu/usr.bin/perl/jpl/README.JUST-JNI
    U src/gnu/usr.bin/perl/jpl/SETVARS.PL
    U src/gnu/usr.bin/perl/jpl/install-jpl
    I src/gnu/usr.bin/perl/jpl/JNI/CVS
    U src/gnu/usr.bin/perl/jpl/JNI/Changes
    U src/gnu/usr.bin/perl/jpl/JNI/Closer.java
    U src/gnu/usr.bin/perl/jpl/JNI/JNI.pm
    U src/gnu/usr.bin/perl/jpl/JNI/JNI.xs
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.Win32
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.kaffe
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.noembed
    U src/gnu/usr.bin/perl/jpl/JNI/JNIConfig.standard
    U src/gnu/usr.bin/perl/jpl/JNI/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/JNI/test.pl
    U src/gnu/usr.bin/perl/jpl/JNI/typemap
    U src/gnu/usr.bin/perl/jpl/JNI/typemap.gcc
    U src/gnu/usr.bin/perl/jpl/JNI/typemap.win32
    I src/gnu/usr.bin/perl/jpl/JPL/CVS
    U src/gnu/usr.bin/perl/jpl/JPL/AutoLoader.pm
    U src/gnu/usr.bin/perl/jpl/JPL/Class.pm
    U src/gnu/usr.bin/perl/jpl/JPL/Compile.pm
    U src/gnu/usr.bin/perl/jpl/JPL/Makefile.PL
    I src/gnu/usr.bin/perl/jpl/JPL_Rolo/CVS
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/JPL_Rolo.jpl
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/README
    U src/gnu/usr.bin/perl/jpl/JPL_Rolo/cardfile
    I src/gnu/usr.bin/perl/jpl/PerlInterpreter/CVS
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/PerlInterpreter.c
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/PerlInterpreter.h
    U src/gnu/usr.bin/perl/jpl/PerlInterpreter/PerlInterpreter.java
    I src/gnu/usr.bin/perl/jpl/Sample/CVS
    U src/gnu/usr.bin/perl/jpl/Sample/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/Sample/Sample.jpl
    I src/gnu/usr.bin/perl/jpl/Test/CVS
    U src/gnu/usr.bin/perl/jpl/Test/Makefile.PL
    U src/gnu/usr.bin/perl/jpl/Test/Test.jpl
    I src/gnu/usr.bin/perl/jpl/bin/CVS
    U src/gnu/usr.bin/perl/jpl/bin/jpl
    I src/gnu/usr.bin/perl/jpl/docs/CVS
    U src/gnu/usr.bin/perl/jpl/docs/Tutorial.pod
    I src/gnu/usr.bin/perl/jpl/get_jdk/CVS
    U src/gnu/usr.bin/perl/jpl/get_jdk/README
    U src/gnu/usr.bin/perl/jpl/get_jdk/get_jdk.pl
    U src/gnu/usr.bin/perl/jpl/get_jdk/jdk_hosts
    I src/gnu/usr.bin/perl/lib/CVS
    C src/gnu/usr.bin/perl/lib/utf8.t
    U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm
    U src/gnu/usr.bin/perl/lib/AnyDBM_File.t
    U src/gnu/usr.bin/perl/lib/AutoLoader.pm
    U src/gnu/usr.bin/perl/lib/AutoLoader.t
    U src/gnu/usr.bin/perl/lib/AutoSplit.pm
    U src/gnu/usr.bin/perl/lib/AutoSplit.t
    C src/gnu/usr.bin/perl/lib/Benchmark.pm
    U src/gnu/usr.bin/perl/lib/Benchmark.t
    C src/gnu/usr.bin/perl/lib/CGI.pm
    C src/gnu/usr.bin/perl/lib/CPAN.pm
    C src/gnu/usr.bin/perl/lib/Carp.pm
    U src/gnu/usr.bin/perl/lib/Carp.t
    U src/gnu/usr.bin/perl/lib/Config.t
    C src/gnu/usr.bin/perl/lib/Cwd.pm
    U src/gnu/usr.bin/perl/lib/DB.pm
    U src/gnu/usr.bin/perl/lib/DB.t
    U src/gnu/usr.bin/perl/lib/Digest.pm
    C src/gnu/usr.bin/perl/lib/Exporter.pm
    U src/gnu/usr.bin/perl/lib/DirHandle.pm
    U src/gnu/usr.bin/perl/lib/Env.pm
    U src/gnu/usr.bin/perl/lib/DirHandle.t
    U src/gnu/usr.bin/perl/lib/Dumpvalue.pm
    U src/gnu/usr.bin/perl/lib/Dumpvalue.t
    U src/gnu/usr.bin/perl/lib/English.pm
    U src/gnu/usr.bin/perl/lib/English.t
    U src/gnu/usr.bin/perl/lib/Exporter.t
    U src/gnu/usr.bin/perl/lib/FindBin.pm
    U src/gnu/usr.bin/perl/lib/Fatal.pm
    U src/gnu/usr.bin/perl/lib/Fatal.t
    C src/gnu/usr.bin/perl/lib/FileCache.pm
    U src/gnu/usr.bin/perl/lib/dumpvar.t
    U src/gnu/usr.bin/perl/lib/FileHandle.pm
    U src/gnu/usr.bin/perl/lib/FileHandle.t
    U src/gnu/usr.bin/perl/lib/FindBin.t
    U src/gnu/usr.bin/perl/lib/PerlIO.pm
    U src/gnu/usr.bin/perl/lib/Internals.t
    U src/gnu/usr.bin/perl/lib/Memoize.pm
    U src/gnu/usr.bin/perl/lib/NEXT.pm
    U src/gnu/usr.bin/perl/lib/SelectSaver.pm
    U src/gnu/usr.bin/perl/lib/SelectSaver.t
    U src/gnu/usr.bin/perl/lib/SelfLoader.pm
    U src/gnu/usr.bin/perl/lib/SelfLoader.t
    C src/gnu/usr.bin/perl/lib/Shell.pm
    C src/gnu/usr.bin/perl/lib/diagnostics.pm
    U src/gnu/usr.bin/perl/lib/Shell.t
    U src/gnu/usr.bin/perl/lib/Switch.pm
    U src/gnu/usr.bin/perl/lib/Symbol.pm
    U src/gnu/usr.bin/perl/lib/Symbol.t
    U src/gnu/usr.bin/perl/lib/Test.pm
    U src/gnu/usr.bin/perl/lib/Thread.pm
    U src/gnu/usr.bin/perl/lib/UNIVERSAL.pm
    U src/gnu/usr.bin/perl/lib/abbrev.pl
    U src/gnu/usr.bin/perl/lib/assert.pl
    U src/gnu/usr.bin/perl/lib/attributes.pm
    C src/gnu/usr.bin/perl/lib/autouse.pm
    U src/gnu/usr.bin/perl/lib/autouse.t
    U src/gnu/usr.bin/perl/lib/bigfloat.pl
    U src/gnu/usr.bin/perl/lib/bigfloatpl.t
    U src/gnu/usr.bin/perl/lib/bigint.pl
    U src/gnu/usr.bin/perl/lib/bigint.pm
    U src/gnu/usr.bin/perl/lib/bigintpl.t
    U src/gnu/usr.bin/perl/lib/bignum.pm
    U src/gnu/usr.bin/perl/lib/bigrat.pl
    U src/gnu/usr.bin/perl/lib/bigrat.pm
    U src/gnu/usr.bin/perl/lib/blib.pm
    U src/gnu/usr.bin/perl/lib/blib.t
    U src/gnu/usr.bin/perl/lib/bytes.pm
    U src/gnu/usr.bin/perl/lib/bytes.t
    U src/gnu/usr.bin/perl/lib/filetest.t
    U src/gnu/usr.bin/perl/lib/cacheout.pl
    U src/gnu/usr.bin/perl/lib/bytes_heavy.pl
    U src/gnu/usr.bin/perl/lib/charnames.pm
    U src/gnu/usr.bin/perl/lib/charnames.t
    U src/gnu/usr.bin/perl/lib/complete.pl
    U src/gnu/usr.bin/perl/lib/constant.pm
    U src/gnu/usr.bin/perl/lib/constant.t
    C src/gnu/usr.bin/perl/lib/ctime.pl
    C src/gnu/usr.bin/perl/lib/perl5db.pl
    U src/gnu/usr.bin/perl/lib/diagnostics.t
    C src/gnu/usr.bin/perl/lib/dotsh.pl
    U src/gnu/usr.bin/perl/lib/dumpvar.pl
    U src/gnu/usr.bin/perl/lib/exceptions.pl
    U src/gnu/usr.bin/perl/lib/fastcwd.pl
    U src/gnu/usr.bin/perl/lib/fields.pm
    U src/gnu/usr.bin/perl/lib/filetest.pm
    U src/gnu/usr.bin/perl/lib/warnings.pm
    U src/gnu/usr.bin/perl/lib/find.pl
    U src/gnu/usr.bin/perl/lib/finddepth.pl
    U src/gnu/usr.bin/perl/lib/flush.pl
    U src/gnu/usr.bin/perl/lib/getcwd.pl
    C src/gnu/usr.bin/perl/lib/getopt.pl
    U src/gnu/usr.bin/perl/lib/getopts.pl
    C src/gnu/usr.bin/perl/lib/base.pm
    U src/gnu/usr.bin/perl/lib/h2ph.t
    U src/gnu/usr.bin/perl/lib/h2xs.t
    U src/gnu/usr.bin/perl/lib/hostname.pl
    U src/gnu/usr.bin/perl/lib/if.pm
    U src/gnu/usr.bin/perl/lib/if.t
    C src/gnu/usr.bin/perl/lib/importenv.pl
    U src/gnu/usr.bin/perl/lib/integer.pm
    U src/gnu/usr.bin/perl/lib/integer.t
    U src/gnu/usr.bin/perl/lib/less.pm
    U src/gnu/usr.bin/perl/lib/less.t
    U src/gnu/usr.bin/perl/lib/lib.t
    U src/gnu/usr.bin/perl/lib/lib_pm.PL
    U src/gnu/usr.bin/perl/lib/locale.pm
    U src/gnu/usr.bin/perl/lib/locale.t
    U src/gnu/usr.bin/perl/lib/look.pl
    C src/gnu/usr.bin/perl/lib/newgetopt.pl
    U src/gnu/usr.bin/perl/lib/open.pm
    U src/gnu/usr.bin/perl/lib/open.t
    U src/gnu/usr.bin/perl/lib/open2.pl
    U src/gnu/usr.bin/perl/lib/open3.pl
    U src/gnu/usr.bin/perl/lib/overload.pm
    U src/gnu/usr.bin/perl/lib/overload.t
    U src/gnu/usr.bin/perl/lib/ph.t
    C src/gnu/usr.bin/perl/lib/pwd.pl
    U src/gnu/usr.bin/perl/lib/shellwords.pl
    U src/gnu/usr.bin/perl/lib/sigtrap.pm
    U src/gnu/usr.bin/perl/lib/sigtrap.t
    U src/gnu/usr.bin/perl/lib/sort.pm
    U src/gnu/usr.bin/perl/lib/sort.t
    C src/gnu/usr.bin/perl/lib/stat.pl
    U src/gnu/usr.bin/perl/lib/strict.pm
    U src/gnu/usr.bin/perl/lib/strict.t
    U src/gnu/usr.bin/perl/lib/subs.pm
    U src/gnu/usr.bin/perl/lib/subs.t
    C src/gnu/usr.bin/perl/lib/syslog.pl
    U src/gnu/usr.bin/perl/lib/tainted.pl
    C src/gnu/usr.bin/perl/lib/termcap.pl
    U src/gnu/usr.bin/perl/lib/timelocal.pl
    U src/gnu/usr.bin/perl/lib/utf8.pm
    U src/gnu/usr.bin/perl/lib/utf8_heavy.pl
    C src/gnu/usr.bin/perl/lib/validate.pl
    U src/gnu/usr.bin/perl/lib/vars.pm
    U src/gnu/usr.bin/perl/lib/vars.t
    U src/gnu/usr.bin/perl/lib/vmsish.pm
    U src/gnu/usr.bin/perl/lib/vmsish.t
    U src/gnu/usr.bin/perl/lib/warnings.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter.pm
    N src/gnu/usr.bin/perl/lib/dbm_filter_util.pl
    I src/gnu/usr.bin/perl/lib/CGI/CVS
    U src/gnu/usr.bin/perl/lib/CGI/Apache.pm
    C src/gnu/usr.bin/perl/lib/CGI/Carp.pm
    U src/gnu/usr.bin/perl/lib/CGI/Cookie.pm
    C src/gnu/usr.bin/perl/lib/CGI/Fast.pm
    U src/gnu/usr.bin/perl/lib/CGI/Pretty.pm
    U src/gnu/usr.bin/perl/lib/CGI/Push.pm
    U src/gnu/usr.bin/perl/lib/CGI/Switch.pm
    C src/gnu/usr.bin/perl/lib/CGI/Util.pm
    I src/gnu/usr.bin/perl/lib/CGI/eg/CVS
    U src/gnu/usr.bin/perl/lib/CGI/eg/RunMeFirst
    U src/gnu/usr.bin/perl/lib/CGI/eg/caution.xbm
    U src/gnu/usr.bin/perl/lib/CGI/eg/clickable_image.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/cookie.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/crash.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/customize.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/diff_upload.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/dna_small_gif.uu
    U src/gnu/usr.bin/perl/lib/CGI/eg/file_upload.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/frameset.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/index.html
    U src/gnu/usr.bin/perl/lib/CGI/eg/internal_links.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/javascript.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/make_links.pl
    U src/gnu/usr.bin/perl/lib/CGI/eg/monty.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/multiple_forms.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/nph-clock.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/nph-multipart.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/popup.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/save_state.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/tryit.cgi
    U src/gnu/usr.bin/perl/lib/CGI/eg/wilogo_gif.uu
    I src/gnu/usr.bin/perl/lib/CGI/t/CVS
    U src/gnu/usr.bin/perl/lib/CGI/t/apache.t
    U src/gnu/usr.bin/perl/lib/CGI/t/carp.t
    U src/gnu/usr.bin/perl/lib/CGI/t/cookie.t
    U src/gnu/usr.bin/perl/lib/CGI/t/fast.t
    U src/gnu/usr.bin/perl/lib/CGI/t/form.t
    U src/gnu/usr.bin/perl/lib/CGI/t/function.t
    C src/gnu/usr.bin/perl/lib/CGI/t/html.t
    U src/gnu/usr.bin/perl/lib/CGI/t/pretty.t
    U src/gnu/usr.bin/perl/lib/CGI/t/push.t
    U src/gnu/usr.bin/perl/lib/CGI/t/request.t
    U src/gnu/usr.bin/perl/lib/CGI/t/switch.t
    U src/gnu/usr.bin/perl/lib/CGI/t/util.t
    U src/gnu/usr.bin/perl/lib/CGI/t/util-58.t
    I src/gnu/usr.bin/perl/lib/Env/CVS
    I src/gnu/usr.bin/perl/lib/Env/t/CVS
    U src/gnu/usr.bin/perl/lib/Env/t/array.t
    U src/gnu/usr.bin/perl/lib/Env/t/env.t
    I src/gnu/usr.bin/perl/lib/IPC/CVS
    U src/gnu/usr.bin/perl/lib/IPC/Open2.pm
    U src/gnu/usr.bin/perl/lib/IPC/Open2.t
    C src/gnu/usr.bin/perl/lib/IPC/Open3.pm
    U src/gnu/usr.bin/perl/lib/IPC/Open3.t
    I src/gnu/usr.bin/perl/lib/Attribute/CVS
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers.pm
    I src/gnu/usr.bin/perl/lib/Attribute/Handlers/CVS
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/Changes
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/README
    I src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/CVS
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/Demo.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/Descriptions.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/MyClass.pm
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo2.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo3.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo4.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_call.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_chain.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_cycle.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_hashdir.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_phases.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_range.pl
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/demo/demo_rawdata.pl
    I src/gnu/usr.bin/perl/lib/Attribute/Handlers/t/CVS
    U src/gnu/usr.bin/perl/lib/Attribute/Handlers/t/multi.t
    I src/gnu/usr.bin/perl/lib/CPAN/CVS
    C src/gnu/usr.bin/perl/lib/CPAN/FirstTime.pm
    U src/gnu/usr.bin/perl/lib/CPAN/Nox.pm
    U src/gnu/usr.bin/perl/lib/CPAN/META.yml
    U src/gnu/usr.bin/perl/lib/CPAN/PAUSE2003.pub
    U src/gnu/usr.bin/perl/lib/CPAN/SIGNATURE
    I src/gnu/usr.bin/perl/lib/CPAN/t/CVS
    U src/gnu/usr.bin/perl/lib/CPAN/t/Nox.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/loadme.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/mirroredby.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/vcmp.t
    U src/gnu/usr.bin/perl/lib/CPAN/t/signature.t
    I src/gnu/usr.bin/perl/lib/CPAN/bin/CVS
    C src/gnu/usr.bin/perl/lib/CPAN/bin/cpan
    I src/gnu/usr.bin/perl/lib/Carp/CVS
    U src/gnu/usr.bin/perl/lib/Carp/Heavy.pm
    I src/gnu/usr.bin/perl/lib/Class/CVS
    U src/gnu/usr.bin/perl/lib/Class/ISA.pm
    U src/gnu/usr.bin/perl/lib/Class/Struct.pm
    U src/gnu/usr.bin/perl/lib/Class/Struct.t
    I src/gnu/usr.bin/perl/lib/Class/ISA/CVS
    U src/gnu/usr.bin/perl/lib/Class/ISA/test.pl
    I src/gnu/usr.bin/perl/lib/Devel/CVS
    U src/gnu/usr.bin/perl/lib/Devel/SelfStubber.pm
    U src/gnu/usr.bin/perl/lib/Devel/SelfStubber.t
    I src/gnu/usr.bin/perl/lib/Exporter/CVS
    U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm
    I src/gnu/usr.bin/perl/lib/ExtUtils/CVS
    U src/gnu/usr.bin/perl/lib/ExtUtils/Changes
    U src/gnu/usr.bin/perl/lib/ExtUtils/Command.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Constant.pm
    C src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Install.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Installed.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Liblist.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MANIFEST.SKIP
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Any.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_BeOS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Cygwin.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_DOS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_MacOS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_NW5.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_OS2.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_UWIN.pm
    C src/gnu/usr.bin/perl/lib/ExtUtils/MM_VMS.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Win32.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MM_Win95.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MY.pm
    C src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/testlib.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Manifest.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Mkbootstrap.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Mksymlists.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/Packlist.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/typemap
    U src/gnu/usr.bin/perl/lib/ExtUtils/xsubpp
    C src/gnu/usr.bin/perl/lib/ExtUtils/MM_Unix.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/instmodsh
    U src/gnu/usr.bin/perl/lib/ExtUtils/META.yml
    U src/gnu/usr.bin/perl/lib/ExtUtils/NOTES
    U src/gnu/usr.bin/perl/lib/ExtUtils/PATCHING
    U src/gnu/usr.bin/perl/lib/ExtUtils/README
    U src/gnu/usr.bin/perl/lib/ExtUtils/TODO
    I src/gnu/usr.bin/perl/lib/ExtUtils/t/CVS
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/00setup_dummy.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Command.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Constant.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/INST.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/INST_PREFIX.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Installed.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_BeOS.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Cygwin.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_NW5.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_OS2.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Unix.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_VMS.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Win32.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Manifest.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Mkbootstrap.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Packlist.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/VERSION_FROM.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/backwards.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/basic.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/prefixify.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/problems.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/testlib.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/writemakefile_args.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/zz_cleanup_dummy.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/hints.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/00compile.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Install.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/Liblist.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/MM_Any.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/bytes.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/oneliner.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/postamble.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/prereq_print.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/prompt.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/recurs.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/split_command.t
    U src/gnu/usr.bin/perl/lib/ExtUtils/t/vmsish.t
    I src/gnu/usr.bin/perl/lib/ExtUtils/Command/CVS
    U src/gnu/usr.bin/perl/lib/ExtUtils/Command/MM.pm
    I src/gnu/usr.bin/perl/lib/ExtUtils/Liblist/CVS
    U src/gnu/usr.bin/perl/lib/ExtUtils/Liblist/Kid.pm
    I src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/CVS
    C src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/FAQ.pod
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/Tutorial.pod
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/bytes.pm
    U src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/vmsish.pm
    I src/gnu/usr.bin/perl/lib/File/CVS
    C src/gnu/usr.bin/perl/lib/File/Basename.pm
    U src/gnu/usr.bin/perl/lib/File/Basename.t
    U src/gnu/usr.bin/perl/lib/File/CheckTree.pm
    U src/gnu/usr.bin/perl/lib/File/CheckTree.t
    U src/gnu/usr.bin/perl/lib/File/Compare.pm
    U src/gnu/usr.bin/perl/lib/File/Compare.t
    C src/gnu/usr.bin/perl/lib/File/Copy.pm
    U src/gnu/usr.bin/perl/lib/File/Copy.t
    U src/gnu/usr.bin/perl/lib/File/DosGlob.pm
    U src/gnu/usr.bin/perl/lib/File/DosGlob.t
    C src/gnu/usr.bin/perl/lib/File/Find.pm
    U src/gnu/usr.bin/perl/lib/File/Path.pm
    U src/gnu/usr.bin/perl/lib/File/Path.t
    U src/gnu/usr.bin/perl/lib/File/Spec.pm
    U src/gnu/usr.bin/perl/lib/File/Temp.pm
    U src/gnu/usr.bin/perl/lib/File/stat.pm
    U src/gnu/usr.bin/perl/lib/File/stat.t
    I src/gnu/usr.bin/perl/lib/File/Find/CVS
    I src/gnu/usr.bin/perl/lib/File/Find/t/CVS
    U src/gnu/usr.bin/perl/lib/File/Find/t/find.t
    U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t
    I src/gnu/usr.bin/perl/lib/File/Spec/CVS
    U src/gnu/usr.bin/perl/lib/File/Spec/Cygwin.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Epoc.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Functions.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Mac.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/OS2.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Unix.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/VMS.pm
    U src/gnu/usr.bin/perl/lib/File/Spec/Win32.pm
    I src/gnu/usr.bin/perl/lib/File/Spec/t/CVS
    U src/gnu/usr.bin/perl/lib/File/Spec/t/Functions.t
    U src/gnu/usr.bin/perl/lib/File/Spec/t/Spec.t
    U src/gnu/usr.bin/perl/lib/File/Spec/t/rel2abs2rel.t
    U src/gnu/usr.bin/perl/lib/File/Spec/t/crossplatform.t
    I src/gnu/usr.bin/perl/lib/File/Temp/CVS
    I src/gnu/usr.bin/perl/lib/File/Temp/t/CVS
    U src/gnu/usr.bin/perl/lib/File/Temp/t/mktemp.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/posix.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/security.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/tempfile.t
    U src/gnu/usr.bin/perl/lib/File/Temp/t/object.t
    I src/gnu/usr.bin/perl/lib/Net/CVS
    C src/gnu/usr.bin/perl/lib/Net/FTP.pm
    U src/gnu/usr.bin/perl/lib/Net/Cmd.pm
    U src/gnu/usr.bin/perl/lib/Net/Config.eg
    U src/gnu/usr.bin/perl/lib/Net/Config.pm
    U src/gnu/usr.bin/perl/lib/Net/Domain.pm
    C src/gnu/usr.bin/perl/lib/Net/NNTP.pm
    U src/gnu/usr.bin/perl/lib/Net/Hostname.eg
    U src/gnu/usr.bin/perl/lib/Net/Netrc.pm
    U src/gnu/usr.bin/perl/lib/Net/POP3.pm
    C src/gnu/usr.bin/perl/lib/Net/Ping.pm
    U src/gnu/usr.bin/perl/lib/Net/README.libnet
    U src/gnu/usr.bin/perl/lib/Net/SMTP.pm
    U src/gnu/usr.bin/perl/lib/Net/Time.pm
    U src/gnu/usr.bin/perl/lib/Net/hostent.pm
    U src/gnu/usr.bin/perl/lib/Net/hostent.t
    U src/gnu/usr.bin/perl/lib/Net/libnetFAQ.pod
    U src/gnu/usr.bin/perl/lib/Net/netent.pm
    U src/gnu/usr.bin/perl/lib/Net/netent.t
    U src/gnu/usr.bin/perl/lib/Net/protoent.pm
    U src/gnu/usr.bin/perl/lib/Net/protoent.t
    U src/gnu/usr.bin/perl/lib/Net/servent.pm
    U src/gnu/usr.bin/perl/lib/Net/servent.t
    N src/gnu/usr.bin/perl/lib/Net/Changes.libnet
    I src/gnu/usr.bin/perl/lib/Net/FTP/CVS
    U src/gnu/usr.bin/perl/lib/Net/FTP/A.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/E.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/I.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/L.pm
    U src/gnu/usr.bin/perl/lib/Net/FTP/dataconn.pm
    I src/gnu/usr.bin/perl/lib/Net/Ping/CVS
    U src/gnu/usr.bin/perl/lib/Net/Ping/Changes
    I src/gnu/usr.bin/perl/lib/Net/Ping/t/CVS
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/100_load.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/110_icmp_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/120_udp_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/130_tcp_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/140_stream_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/200_ping_tcp.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/250_ping_hires.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/300_ping_stream.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/150_syn_inst.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/190_alarm.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/400_ping_syn.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/410_syn_host.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/450_service.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/500_ping_icmp.t
    U src/gnu/usr.bin/perl/lib/Net/Ping/t/510_ping_udp.t
    I src/gnu/usr.bin/perl/lib/Net/demos/CVS
    U src/gnu/usr.bin/perl/lib/Net/demos/ftp
    U src/gnu/usr.bin/perl/lib/Net/demos/inetd
    U src/gnu/usr.bin/perl/lib/Net/demos/nntp
    U src/gnu/usr.bin/perl/lib/Net/demos/nntp.mirror
    U src/gnu/usr.bin/perl/lib/Net/demos/pop3
    U src/gnu/usr.bin/perl/lib/Net/demos/smtp.self
    U src/gnu/usr.bin/perl/lib/Net/demos/time
    I src/gnu/usr.bin/perl/lib/Net/t/CVS
    U src/gnu/usr.bin/perl/lib/Net/t/config.t
    U src/gnu/usr.bin/perl/lib/Net/t/ftp.t
    U src/gnu/usr.bin/perl/lib/Net/t/hostname.t
    U src/gnu/usr.bin/perl/lib/Net/t/libnet_t.pl
    U src/gnu/usr.bin/perl/lib/Net/t/netrc.t
    U src/gnu/usr.bin/perl/lib/Net/t/nntp.t
    U src/gnu/usr.bin/perl/lib/Net/t/require.t
    U src/gnu/usr.bin/perl/lib/Net/t/smtp.t
    U src/gnu/usr.bin/perl/lib/Net/t/time.t
    N src/gnu/usr.bin/perl/lib/Net/t/datasend.t
    I src/gnu/usr.bin/perl/lib/Filter/CVS
    U src/gnu/usr.bin/perl/lib/Filter/Simple.pm
    I src/gnu/usr.bin/perl/lib/Filter/Simple/CVS
    U src/gnu/usr.bin/perl/lib/Filter/Simple/Changes
    U src/gnu/usr.bin/perl/lib/Filter/Simple/README
    I src/gnu/usr.bin/perl/lib/Filter/Simple/t/CVS
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/data.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/export.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/filter.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/filter_only.t
    U src/gnu/usr.bin/perl/lib/Filter/Simple/t/import.t
    I src/gnu/usr.bin/perl/lib/Getopt/CVS
    C src/gnu/usr.bin/perl/lib/Getopt/Long.pm
    C src/gnu/usr.bin/perl/lib/Getopt/Std.pm
    U src/gnu/usr.bin/perl/lib/Getopt/Std.t
    I src/gnu/usr.bin/perl/lib/Getopt/Long/CVS
    U src/gnu/usr.bin/perl/lib/Getopt/Long/CHANGES
    U src/gnu/usr.bin/perl/lib/Getopt/Long/README
    I src/gnu/usr.bin/perl/lib/Getopt/Long/t/CVS
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-basic.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-compat.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-linkage.t
    U src/gnu/usr.bin/perl/lib/Getopt/Long/t/gol-oo.t
    I src/gnu/usr.bin/perl/lib/Hash/CVS
    U src/gnu/usr.bin/perl/lib/Hash/Util.pm
    U src/gnu/usr.bin/perl/lib/Hash/Util.t
    I src/gnu/usr.bin/perl/lib/I18N/CVS
    U src/gnu/usr.bin/perl/lib/I18N/Collate.pm
    U src/gnu/usr.bin/perl/lib/I18N/Collate.t
    U src/gnu/usr.bin/perl/lib/I18N/LangTags.pm
    I src/gnu/usr.bin/perl/lib/I18N/LangTags/CVS
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/ChangeLog
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/List.pm
    U src/gnu/usr.bin/perl/lib/I18N/LangTags/README
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/Detect.pm
    I src/gnu/usr.bin/perl/lib/I18N/LangTags/t/CVS
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/01_about_verbose.t
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/05_main.t
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/07_listy.t
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/10_http.t
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/50_super.t
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/55_supers_strict.t
    N src/gnu/usr.bin/perl/lib/I18N/LangTags/t/80_all_env.t
    I src/gnu/usr.bin/perl/lib/Locale/CVS
    U src/gnu/usr.bin/perl/lib/Locale/Constants.pm
    U src/gnu/usr.bin/perl/lib/Locale/Constants.pod
    U src/gnu/usr.bin/perl/lib/Locale/Country.pm
    U src/gnu/usr.bin/perl/lib/Locale/Country.pod
    U src/gnu/usr.bin/perl/lib/Locale/Currency.pm
    U src/gnu/usr.bin/perl/lib/Locale/Currency.pod
    U src/gnu/usr.bin/perl/lib/Locale/Language.pm
    U src/gnu/usr.bin/perl/lib/Locale/Language.pod
    U src/gnu/usr.bin/perl/lib/Locale/Maketext.pm
    U src/gnu/usr.bin/perl/lib/Locale/Maketext.pod
    U src/gnu/usr.bin/perl/lib/Locale/Script.pm
    U src/gnu/usr.bin/perl/lib/Locale/Script.pod
    I src/gnu/usr.bin/perl/lib/Locale/Codes/CVS
    U src/gnu/usr.bin/perl/lib/Locale/Codes/ChangeLog
    U src/gnu/usr.bin/perl/lib/Locale/Codes/README
    I src/gnu/usr.bin/perl/lib/Locale/Codes/t/CVS
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/all.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/constants.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/country.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/currency.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/languages.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/rename.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/script.t
    U src/gnu/usr.bin/perl/lib/Locale/Codes/t/uk.t
    I src/gnu/usr.bin/perl/lib/Locale/Maketext/CVS
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/ChangeLog
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/README
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/TPJ13.pod
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/Guts.pm
    U src/gnu/usr.bin/perl/lib/Locale/Maketext/GutsLoader.pm
    I src/gnu/usr.bin/perl/lib/Locale/Maketext/t/CVS
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/01_about_verbose.t
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/10_make.t
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/20_get.t
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/40_super.t
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/50_super.t
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/60_super.t
    N src/gnu/usr.bin/perl/lib/Locale/Maketext/t/90_utf8.t
    I src/gnu/usr.bin/perl/lib/Math/CVS
    U src/gnu/usr.bin/perl/lib/Math/BigFloat.pm
    C src/gnu/usr.bin/perl/lib/Math/BigInt.pm
    U src/gnu/usr.bin/perl/lib/Math/BigRat.pm
    U src/gnu/usr.bin/perl/lib/Math/Complex.pm
    U src/gnu/usr.bin/perl/lib/Math/Complex.t
    U src/gnu/usr.bin/perl/lib/Math/Trig.pm
    U src/gnu/usr.bin/perl/lib/Math/Trig.t
    I src/gnu/usr.bin/perl/lib/Math/BigFloat/CVS
    U src/gnu/usr.bin/perl/lib/Math/BigFloat/Trace.pm
    I src/gnu/usr.bin/perl/lib/Math/BigInt/CVS
    U src/gnu/usr.bin/perl/lib/Math/BigInt/Calc.pm
    U src/gnu/usr.bin/perl/lib/Math/BigInt/Trace.pm
    U src/gnu/usr.bin/perl/lib/Math/BigInt/CalcEmu.pm
    I src/gnu/usr.bin/perl/lib/Math/BigInt/t/CVS
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bare_mbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bare_mbi.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bare_mif.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigfltpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigfltpm.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigintc.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigintpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigintpm.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/calling.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/config.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/constant.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/downgrade.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/inf_nan.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/isa.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbi_rand.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbimbf.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbimbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/require.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_mbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_mbi.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_mif.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/upgrade.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/upgrade.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/upgradef.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib1.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib2.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib3.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_lib4.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/with_sub.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigints.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/biglog.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/alias.inc
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbf0.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbf1.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfa.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfi.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfn.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/req_mbfw.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/trap.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/use_mbfw.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/bigroot.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/const_mbf.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/fallback.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbf_ali.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/mbi_ali.t
    U src/gnu/usr.bin/perl/lib/Math/BigInt/t/sub_ali.t
    N src/gnu/usr.bin/perl/lib/Math/BigInt/t/_e_math.t
    I src/gnu/usr.bin/perl/lib/Math/BigRat/CVS
    I src/gnu/usr.bin/perl/lib/Math/BigRat/t/CVS
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigfltpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigfltrt.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigrat.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigratpm.inc
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigratpm.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/big_ap.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/bigratup.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/requirer.t
    U src/gnu/usr.bin/perl/lib/Math/BigRat/t/trap.t
    I src/gnu/usr.bin/perl/lib/Memoize/CVS
    U src/gnu/usr.bin/perl/lib/Memoize/AnyDBM_File.pm
    U src/gnu/usr.bin/perl/lib/Memoize/Expire.pm
    U src/gnu/usr.bin/perl/lib/Memoize/ExpireFile.pm
    U src/gnu/usr.bin/perl/lib/Memoize/ExpireTest.pm
    U src/gnu/usr.bin/perl/lib/Memoize/NDBM_File.pm
    U src/gnu/usr.bin/perl/lib/Memoize/README
    U src/gnu/usr.bin/perl/lib/Memoize/SDBM_File.pm
    U src/gnu/usr.bin/perl/lib/Memoize/Storable.pm
    U src/gnu/usr.bin/perl/lib/Memoize/TODO
    I src/gnu/usr.bin/perl/lib/Memoize/t/CVS
    U src/gnu/usr.bin/perl/lib/Memoize/t/array.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/array_confusion.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/correctness.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/errors.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expfile.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expire.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expmod_n.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/expmod_t.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/flush.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/normalize.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/prototype.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/speed.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_gdbm.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_ndbm.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_sdbm.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tie_storable.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/tiefeatures.t
    U src/gnu/usr.bin/perl/lib/Memoize/t/unmemoize.t
    I src/gnu/usr.bin/perl/lib/NEXT/CVS
    U src/gnu/usr.bin/perl/lib/NEXT/Changes
    U src/gnu/usr.bin/perl/lib/NEXT/README
    I src/gnu/usr.bin/perl/lib/NEXT/t/CVS
    U src/gnu/usr.bin/perl/lib/NEXT/t/actual.t
    U src/gnu/usr.bin/perl/lib/NEXT/t/actuns.t
    U src/gnu/usr.bin/perl/lib/NEXT/t/next.t
    U src/gnu/usr.bin/perl/lib/NEXT/t/unseen.t
    I src/gnu/usr.bin/perl/lib/PerlIO/CVS
    I src/gnu/usr.bin/perl/lib/PerlIO/via/CVS
    U src/gnu/usr.bin/perl/lib/PerlIO/via/QuotedPrint.pm
    I src/gnu/usr.bin/perl/lib/PerlIO/via/t/CVS
    U src/gnu/usr.bin/perl/lib/PerlIO/via/t/QuotedPrint.t
    I src/gnu/usr.bin/perl/lib/Pod/CVS
    U src/gnu/usr.bin/perl/lib/Pod/Checker.pm
    U src/gnu/usr.bin/perl/lib/Pod/Find.pm
    U src/gnu/usr.bin/perl/lib/Pod/Functions.pm
    U src/gnu/usr.bin/perl/lib/Pod/Html.pm
    U src/gnu/usr.bin/perl/lib/Pod/InputObjects.pm
    C src/gnu/usr.bin/perl/lib/Pod/LaTeX.pm
    C src/gnu/usr.bin/perl/lib/Pod/Man.pm
    U src/gnu/usr.bin/perl/lib/Pod/ParseLink.pm
    U src/gnu/usr.bin/perl/lib/Pod/ParseUtils.pm
    U src/gnu/usr.bin/perl/lib/Pod/Parser.pm
    U src/gnu/usr.bin/perl/lib/Pod/Plainer.pm
    U src/gnu/usr.bin/perl/lib/Pod/Select.pm
    C src/gnu/usr.bin/perl/lib/Pod/Text.pm
    U src/gnu/usr.bin/perl/lib/Pod/Usage.pm
    C src/gnu/usr.bin/perl/lib/Pod/Perldoc.pm
    C src/gnu/usr.bin/perl/lib/Pod/PlainText.pm
    I src/gnu/usr.bin/perl/lib/Pod/Text/CVS
    C src/gnu/usr.bin/perl/lib/Pod/Text/Color.pm
    C src/gnu/usr.bin/perl/lib/Pod/Text/Overstrike.pm
    C src/gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm
    I src/gnu/usr.bin/perl/lib/Pod/t/CVS
    U src/gnu/usr.bin/perl/lib/Pod/t/Functions.t
    U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Select.t
    U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.cap
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.clr
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.man
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.ovr
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.t
    U src/gnu/usr.bin/perl/lib/Pod/t/basic.txt
    U src/gnu/usr.bin/perl/lib/Pod/t/eol.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlescp.t
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.pod
    U src/gnu/usr.bin/perl/lib/Pod/t/htmlview.t
    U src/gnu/usr.bin/perl/lib/Pod/t/man.t
    U src/gnu/usr.bin/perl/lib/Pod/t/parselink.t
    U src/gnu/usr.bin/perl/lib/Pod/t/pod2html-lib.pl
    U src/gnu/usr.bin/perl/lib/Pod/t/text-errors.t
    U src/gnu/usr.bin/perl/lib/Pod/t/text.t
    U src/gnu/usr.bin/perl/lib/Pod/t/utils.t
    U src/gnu/usr.bin/perl/lib/Pod/t/pod2latex.t
    N src/gnu/usr.bin/perl/lib/Pod/t/user.t
    C src/gnu/usr.bin/perl/lib/Pod/t/text-options.t
    I src/gnu/usr.bin/perl/lib/Pod/Perldoc/CVS
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/BaseTo.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/GetOptsOO.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToChecker.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToMan.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToNroff.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToPod.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToRtf.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToText.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToTk.pm
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/ToXml.pm
    I src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/CVS
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/checkerbasic.t
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/perldocbasic.t
    U src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/textbasic.t
    N src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/01_about_verbose.t
    I src/gnu/usr.bin/perl/lib/Search/CVS
    U src/gnu/usr.bin/perl/lib/Search/Dict.pm
    U src/gnu/usr.bin/perl/lib/Search/Dict.t
    I src/gnu/usr.bin/perl/lib/Switch/CVS
    U src/gnu/usr.bin/perl/lib/Switch/Changes
    U src/gnu/usr.bin/perl/lib/Switch/README
    I src/gnu/usr.bin/perl/lib/Switch/t/CVS
    U src/gnu/usr.bin/perl/lib/Switch/t/given.t
    U src/gnu/usr.bin/perl/lib/Switch/t/nested.t
    U src/gnu/usr.bin/perl/lib/Switch/t/switch.t
    I src/gnu/usr.bin/perl/lib/Term/CVS
    C src/gnu/usr.bin/perl/lib/Term/ANSIColor.pm
    C src/gnu/usr.bin/perl/lib/Term/Cap.pm
    U src/gnu/usr.bin/perl/lib/Term/Cap.t
    U src/gnu/usr.bin/perl/lib/Term/Complete.pm
    U src/gnu/usr.bin/perl/lib/Term/Complete.t
    U src/gnu/usr.bin/perl/lib/Term/ReadLine.pm
    U src/gnu/usr.bin/perl/lib/Term/ReadLine.t
    I src/gnu/usr.bin/perl/lib/Term/ANSIColor/CVS
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor/ChangeLog
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor/README
    U src/gnu/usr.bin/perl/lib/Term/ANSIColor/test.pl
    I src/gnu/usr.bin/perl/lib/Test/CVS
    U src/gnu/usr.bin/perl/lib/Test/Builder.pm
    C src/gnu/usr.bin/perl/lib/Test/Harness.pm
    U src/gnu/usr.bin/perl/lib/Test/More.pm
    U src/gnu/usr.bin/perl/lib/Test/Simple.pm
    U src/gnu/usr.bin/perl/lib/Test/Tutorial.pod
    I src/gnu/usr.bin/perl/lib/Test/Harness/CVS
    U src/gnu/usr.bin/perl/lib/Test/Harness/Assert.pm
    U src/gnu/usr.bin/perl/lib/Test/Harness/Changes
    U src/gnu/usr.bin/perl/lib/Test/Harness/Iterator.pm
    U src/gnu/usr.bin/perl/lib/Test/Harness/Straps.pm
    I src/gnu/usr.bin/perl/lib/Test/Harness/t/CVS
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/00compile.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/assert.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/base.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/callback.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/nonumbers.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/ok.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/strap-analyze.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/strap.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/test-harness.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/pod.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/inc_taint.t
    U src/gnu/usr.bin/perl/lib/Test/Harness/t/prove-switches.t
    I src/gnu/usr.bin/perl/lib/Test/Harness/bin/CVS
    U src/gnu/usr.bin/perl/lib/Test/Harness/bin/prove
    I src/gnu/usr.bin/perl/lib/Test/Simple/CVS
    U src/gnu/usr.bin/perl/lib/Test/Simple/Changes
    U src/gnu/usr.bin/perl/lib/Test/Simple/README
    I src/gnu/usr.bin/perl/lib/Test/Simple/t/CVS
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/Builder.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/More.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/bad_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/buffer.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/curr_test.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/diag.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/exit.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/extra.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fail-like.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fail-more.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fail.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/filehandles.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/import.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/is_deeply.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/maybe_regex.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/missing.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/no_ending.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/no_header.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/no_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/output.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan_is_noplan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan_no_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/simple.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/plan_skip_all.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/skip.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/skipall.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/strays.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/threads.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/todo.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/undef.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/use_ok.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/useing.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/details.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/fork.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/has_plan.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/has_plan2.t
    U src/gnu/usr.bin/perl/lib/Test/Simple/t/ok_obj.t
    I src/gnu/usr.bin/perl/lib/Test/t/CVS
    U src/gnu/usr.bin/perl/lib/Test/t/fail.t
    U src/gnu/usr.bin/perl/lib/Test/t/mix.t
    U src/gnu/usr.bin/perl/lib/Test/t/onfail.t
    U src/gnu/usr.bin/perl/lib/Test/t/qr.t
    U src/gnu/usr.bin/perl/lib/Test/t/skip.t
    U src/gnu/usr.bin/perl/lib/Test/t/success.t
    U src/gnu/usr.bin/perl/lib/Test/t/todo.t
    N src/gnu/usr.bin/perl/lib/Test/t/05_about_verbose.t
    N src/gnu/usr.bin/perl/lib/Test/t/multiline.t
    I src/gnu/usr.bin/perl/lib/Text/CVS
    U src/gnu/usr.bin/perl/lib/Text/Abbrev.pm
    U src/gnu/usr.bin/perl/lib/Text/Abbrev.t
    C src/gnu/usr.bin/perl/lib/Text/Balanced.pm
    C src/gnu/usr.bin/perl/lib/Text/ParseWords.pm
    U src/gnu/usr.bin/perl/lib/Text/ParseWords.t
    C src/gnu/usr.bin/perl/lib/Text/Soundex.pm
    U src/gnu/usr.bin/perl/lib/Text/Soundex.t
    U src/gnu/usr.bin/perl/lib/Text/Tabs.pm
    C src/gnu/usr.bin/perl/lib/Text/Wrap.pm
    I src/gnu/usr.bin/perl/lib/Text/Balanced/CVS
    U src/gnu/usr.bin/perl/lib/Text/Balanced/Changes
    U src/gnu/usr.bin/perl/lib/Text/Balanced/README
    I src/gnu/usr.bin/perl/lib/Text/Balanced/t/CVS
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extbrk.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extcbk.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extdel.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extmul.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extqlk.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/exttag.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/extvar.t
    U src/gnu/usr.bin/perl/lib/Text/Balanced/t/gentag.t
    I src/gnu/usr.bin/perl/lib/Text/TabsWrap/CVS
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/CHANGELOG
    I src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/CVS
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/fill.t
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/tabs.t
    U src/gnu/usr.bin/perl/lib/Text/TabsWrap/t/wrap.t
    I src/gnu/usr.bin/perl/lib/Thread/CVS
    U src/gnu/usr.bin/perl/lib/Thread/Queue.pm
    U src/gnu/usr.bin/perl/lib/Thread/Queue.t
    U src/gnu/usr.bin/perl/lib/Thread/Semaphore.pm
    U src/gnu/usr.bin/perl/lib/Thread/Semaphore.t
    I src/gnu/usr.bin/perl/lib/Tie/CVS
    U src/gnu/usr.bin/perl/lib/Tie/Array.pm
    U src/gnu/usr.bin/perl/lib/Tie/File.pm
    U src/gnu/usr.bin/perl/lib/Tie/Handle.pm
    U src/gnu/usr.bin/perl/lib/Tie/Hash.pm
    U src/gnu/usr.bin/perl/lib/Tie/Memoize.pm
    U src/gnu/usr.bin/perl/lib/Tie/Memoize.t
    U src/gnu/usr.bin/perl/lib/Tie/RefHash.pm
    U src/gnu/usr.bin/perl/lib/Tie/RefHash.t
    U src/gnu/usr.bin/perl/lib/Tie/Scalar.pm
    U src/gnu/usr.bin/perl/lib/Tie/Scalar.t
    U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm
    U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t
    I src/gnu/usr.bin/perl/lib/Tie/Array/CVS
    U src/gnu/usr.bin/perl/lib/Tie/Array/push.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/std.t
    U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t
    I src/gnu/usr.bin/perl/lib/Tie/File/CVS
    I src/gnu/usr.bin/perl/lib/Tie/File/t/CVS
    U src/gnu/usr.bin/perl/lib/Tie/File/t/00_version.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/01_gen.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/02_fetchsize.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/03_longfetch.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/04_splice.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/05_size.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/06_fixrec.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/07_rv_splice.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/08_ro.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/09_gen_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/10_splice_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/11_rv_splice_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/12_longfetch_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/13_size_rs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/14_lock.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/15_pushpop.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/16_handle.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/17_misc_meth.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/18_rs_fixrec.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/19_cache.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/20_cache_full.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/21_win32.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/22_autochomp.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/23_rv_ac_splice.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/24_cache_loop.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/25_gen_nocache.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/26_twrite.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/30_defer.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/31_autodefer.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/32_defer_misc.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/33_defer_vs.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/40_abs_cache.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/41_heap.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/27_iwrite.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/28_mtwrite.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/29_downcopy.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/29a_upcopy.t
    U src/gnu/usr.bin/perl/lib/Tie/File/t/42_offset.t
    I src/gnu/usr.bin/perl/lib/Tie/Handle/CVS
    U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t
    I src/gnu/usr.bin/perl/lib/Time/CVS
    C src/gnu/usr.bin/perl/lib/Time/Local.pm
    U src/gnu/usr.bin/perl/lib/Time/Local.t
    U src/gnu/usr.bin/perl/lib/Time/gmtime.pm
    U src/gnu/usr.bin/perl/lib/Time/gmtime.t
    U src/gnu/usr.bin/perl/lib/Time/localtime.pm
    U src/gnu/usr.bin/perl/lib/Time/localtime.t
    U src/gnu/usr.bin/perl/lib/Time/tm.pm
    I src/gnu/usr.bin/perl/lib/Unicode/CVS
    U src/gnu/usr.bin/perl/lib/Unicode/Collate.pm
    U src/gnu/usr.bin/perl/lib/Unicode/README
    U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm
    U src/gnu/usr.bin/perl/lib/Unicode/UCD.t
    I src/gnu/usr.bin/perl/lib/Unicode/Collate/CVS
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/Changes
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/README
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/keys.txt
    I src/gnu/usr.bin/perl/lib/Unicode/Collate/t/CVS
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/test.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/contract.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/version.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/hangtype.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/hangul.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/index.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/normal.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/trailwt.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/variable.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/altern.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/illegal.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/illegalp.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/rearrang.t
    U src/gnu/usr.bin/perl/lib/Unicode/Collate/t/view.t
    I src/gnu/usr.bin/perl/lib/User/CVS
    U src/gnu/usr.bin/perl/lib/User/grent.pm
    U src/gnu/usr.bin/perl/lib/User/grent.t
    U src/gnu/usr.bin/perl/lib/User/pwent.pm
    U src/gnu/usr.bin/perl/lib/User/pwent.t
    I src/gnu/usr.bin/perl/lib/bignum/CVS
    I src/gnu/usr.bin/perl/lib/bignum/t/CVS
    U src/gnu/usr.bin/perl/lib/bignum/t/bigint.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bignum.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bigrat.t
    U src/gnu/usr.bin/perl/lib/bignum/t/option_a.t
    U src/gnu/usr.bin/perl/lib/bignum/t/option_l.t
    U src/gnu/usr.bin/perl/lib/bignum/t/option_p.t
    U src/gnu/usr.bin/perl/lib/bignum/t/biinfnan.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bn_lite.t
    U src/gnu/usr.bin/perl/lib/bignum/t/bninfnan.t
    U src/gnu/usr.bin/perl/lib/bignum/t/br_lite.t
    U src/gnu/usr.bin/perl/lib/bignum/t/brinfnan.t
    U src/gnu/usr.bin/perl/lib/bignum/t/infnan.inc
    I src/gnu/usr.bin/perl/lib/unicore/CVS
    U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt
    U src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt
    U src/gnu/usr.bin/perl/lib/unicore/Blocks.txt
    U src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt
    U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt
    U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt
    U src/gnu/usr.bin/perl/lib/unicore/Index.txt
    U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt
    U src/gnu/usr.bin/perl/lib/unicore/Makefile
    U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt
    U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropList.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt
    U src/gnu/usr.bin/perl/lib/unicore/README.perl
    U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt
    U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt
    U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt
    U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt
    U src/gnu/usr.bin/perl/lib/unicore/mktables
    U src/gnu/usr.bin/perl/lib/unicore/version
    U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt
    U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt
    U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt
    I src/gnu/usr.bin/perl/lib/unicore/To/CVS
    I src/gnu/usr.bin/perl/lib/unicore/lib/CVS
    I src/gnu/usr.bin/perl/lib/warnings/CVS
    U src/gnu/usr.bin/perl/lib/warnings/register.pm
    I src/gnu/usr.bin/perl/lib/Digest/CVS
    U src/gnu/usr.bin/perl/lib/Digest/base.pm
    I src/gnu/usr.bin/perl/lib/Digest/t/CVS
    U src/gnu/usr.bin/perl/lib/Digest/t/digest.t
    U src/gnu/usr.bin/perl/lib/Digest/t/base.t
    I src/gnu/usr.bin/perl/lib/FileCache/CVS
    I src/gnu/usr.bin/perl/lib/FileCache/t/CVS
    U src/gnu/usr.bin/perl/lib/FileCache/t/01open.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/02maxopen.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/03append.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/04twoarg.t
    U src/gnu/usr.bin/perl/lib/FileCache/t/05override.t
    I src/gnu/usr.bin/perl/lib/base/CVS
    I src/gnu/usr.bin/perl/lib/base/t/CVS
    U src/gnu/usr.bin/perl/lib/base/t/fields.t
    U src/gnu/usr.bin/perl/lib/base/t/base.t
    U src/gnu/usr.bin/perl/lib/base/t/fields-base.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter/Changes
    I src/gnu/usr.bin/perl/lib/DBM_Filter/CVS
    N src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm
    N src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm
    N src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm
    N src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm
    N src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t
    I src/gnu/usr.bin/perl/lib/DBM_Filter/t/CVS
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t
    N src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t
    I src/gnu/usr.bin/perl/Cross/CVS
    C src/gnu/usr.bin/perl/Cross/README
    C src/gnu/usr.bin/perl/Cross/Makefile
    U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch
    U src/gnu/usr.bin/perl/Cross/TODO
    U src/gnu/usr.bin/perl/Cross/config
    U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux
    U src/gnu/usr.bin/perl/Cross/generate_config_sh
    U src/gnu/usr.bin/perl/Cross/installperl.patch
    U src/gnu/usr.bin/perl/Cross/warp
    I src/gnu/usr.bin/perl/NetWare/CVS
    U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h
    U src/gnu/usr.bin/perl/NetWare/CLIBstr.h
    U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c
    U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h
    U src/gnu/usr.bin/perl/NetWare/MP.imp
    U src/gnu/usr.bin/perl/NetWare/Main.c
    U src/gnu/usr.bin/perl/NetWare/Makefile
    U src/gnu/usr.bin/perl/NetWare/NWTInfo.c
    U src/gnu/usr.bin/perl/NetWare/NWUtil.c
    U src/gnu/usr.bin/perl/NetWare/Nwmain.c
    U src/gnu/usr.bin/perl/NetWare/Nwpipe.c
    U src/gnu/usr.bin/perl/NetWare/config.wc
    U src/gnu/usr.bin/perl/NetWare/config_H.wc
    U src/gnu/usr.bin/perl/NetWare/config_h.PL
    U src/gnu/usr.bin/perl/NetWare/config_sh.PL
    U src/gnu/usr.bin/perl/NetWare/deb.h
    U src/gnu/usr.bin/perl/NetWare/dl_netware.xs
    U src/gnu/usr.bin/perl/NetWare/intdef.h
    U src/gnu/usr.bin/perl/NetWare/interface.c
    U src/gnu/usr.bin/perl/NetWare/interface.cpp
    U src/gnu/usr.bin/perl/NetWare/interface.h
    U src/gnu/usr.bin/perl/NetWare/nw5.c
    U src/gnu/usr.bin/perl/NetWare/iperlhost.h
    U src/gnu/usr.bin/perl/NetWare/netware.h
    U src/gnu/usr.bin/perl/NetWare/nw5iop.h
    U src/gnu/usr.bin/perl/NetWare/nw5sck.c
    U src/gnu/usr.bin/perl/NetWare/nw5sck.h
    U src/gnu/usr.bin/perl/NetWare/nw5thread.c
    U src/gnu/usr.bin/perl/NetWare/nw5thread.h
    U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp
    U src/gnu/usr.bin/perl/NetWare/nwhashcls.h
    U src/gnu/usr.bin/perl/NetWare/nwperlhost.h
    U src/gnu/usr.bin/perl/NetWare/nwperlsys.c
    U src/gnu/usr.bin/perl/NetWare/nwperlsys.h
    U src/gnu/usr.bin/perl/NetWare/nwpipe.h
    U src/gnu/usr.bin/perl/NetWare/nwplglob.c
    U src/gnu/usr.bin/perl/NetWare/nwplglob.h
    U src/gnu/usr.bin/perl/NetWare/nwstdio.h
    U src/gnu/usr.bin/perl/NetWare/nwtinfo.h
    U src/gnu/usr.bin/perl/NetWare/nwutil.h
    U src/gnu/usr.bin/perl/NetWare/nwvmem.h
    U src/gnu/usr.bin/perl/NetWare/perllib.cpp
    U src/gnu/usr.bin/perl/NetWare/splittree.pl
    U src/gnu/usr.bin/perl/NetWare/sv_nw.c
    U src/gnu/usr.bin/perl/NetWare/win32ish.h
    I src/gnu/usr.bin/perl/NetWare/bat/CVS
    U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat
    U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat
    U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat
    U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat
    U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat
    I src/gnu/usr.bin/perl/NetWare/t/CVS
    U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl
    U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl
    U src/gnu/usr.bin/perl/NetWare/t/Readme.txt
    I src/gnu/usr.bin/perl/NetWare/testnlm/CVS
    I src/gnu/usr.bin/perl/NetWare/testnlm/echo/CVS
    U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c
    I src/gnu/usr.bin/perl/NetWare/testnlm/type/CVS
    U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c
    I src/gnu/usr.bin/perl/Porting/CVS
    U src/gnu/usr.bin/perl/Porting/Contract
    C src/gnu/usr.bin/perl/Porting/Glossary
    U src/gnu/usr.bin/perl/Porting/apply
    U src/gnu/usr.bin/perl/Porting/check83.pl
    U src/gnu/usr.bin/perl/Porting/checkURL.pl
    U src/gnu/usr.bin/perl/Porting/checkVERSION.pl
    U src/gnu/usr.bin/perl/Porting/config.sh
    C src/gnu/usr.bin/perl/Porting/config_H
    U src/gnu/usr.bin/perl/Porting/findrfuncs
    U src/gnu/usr.bin/perl/Porting/findvars
    U src/gnu/usr.bin/perl/Porting/fixCORE
    U src/gnu/usr.bin/perl/Porting/fixvars
    U src/gnu/usr.bin/perl/Porting/genlog
    U src/gnu/usr.bin/perl/Porting/makerel
    U src/gnu/usr.bin/perl/Porting/p4genpatch
    U src/gnu/usr.bin/perl/Porting/patching.pod
    U src/gnu/usr.bin/perl/Porting/patchls
    C src/gnu/usr.bin/perl/Porting/pumpkin.pod
    U src/gnu/usr.bin/perl/Porting/repository.pod
    U src/gnu/usr.bin/perl/Porting/testall.atom
    U src/gnu/usr.bin/perl/Porting/thirdclean
    U src/gnu/usr.bin/perl/Porting/Maintainers
    U src/gnu/usr.bin/perl/Porting/curliff.pl
    U src/gnu/usr.bin/perl/Porting/Maintainers.pl
    U src/gnu/usr.bin/perl/Porting/Maintainers.pm
    U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl
    U src/gnu/usr.bin/perl/Porting/makemeta
    U src/gnu/usr.bin/perl/Porting/manicheck
    U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl
    U src/gnu/usr.bin/perl/Porting/valgrindpp.pl
    U src/gnu/usr.bin/perl/Porting/p4d2p
    N src/gnu/usr.bin/perl/Porting/corecpan.pl
    N src/gnu/usr.bin/perl/Porting/checkcase.pl
    I src/gnu/usr.bin/perl/apollo/CVS
    I src/gnu/usr.bin/perl/apollo/netinet/CVS
    U src/gnu/usr.bin/perl/apollo/netinet/in.h
    I src/gnu/usr.bin/perl/beos/CVS
    U src/gnu/usr.bin/perl/beos/beos.c
    U src/gnu/usr.bin/perl/beos/beosish.h
    C src/gnu/usr.bin/perl/beos/nm.c
    I src/gnu/usr.bin/perl/cygwin/CVS
    U src/gnu/usr.bin/perl/cygwin/Makefile.SHs
    U src/gnu/usr.bin/perl/cygwin/cygwin.c
    U src/gnu/usr.bin/perl/cygwin/ld2.in
    U src/gnu/usr.bin/perl/cygwin/perlld.in
    I src/gnu/usr.bin/perl/djgpp/CVS
    U src/gnu/usr.bin/perl/djgpp/config.over
    U src/gnu/usr.bin/perl/djgpp/configure.bat
    U src/gnu/usr.bin/perl/djgpp/djgpp.c
    U src/gnu/usr.bin/perl/djgpp/djgpp.h
    U src/gnu/usr.bin/perl/djgpp/djgppsed.sh
    U src/gnu/usr.bin/perl/djgpp/fixpmain
    I src/gnu/usr.bin/perl/emacs/CVS
    C src/gnu/usr.bin/perl/emacs/cperl-mode.el
    U src/gnu/usr.bin/perl/emacs/e2ctags.pl
    U src/gnu/usr.bin/perl/emacs/ptags
    I src/gnu/usr.bin/perl/epoc/CVS
    U src/gnu/usr.bin/perl/epoc/config.sh
    U src/gnu/usr.bin/perl/epoc/createpkg.pl
    U src/gnu/usr.bin/perl/epoc/epoc.c
    U src/gnu/usr.bin/perl/epoc/epoc_stubs.c
    U src/gnu/usr.bin/perl/epoc/epocish.c
    U src/gnu/usr.bin/perl/epoc/epocish.h
    U src/gnu/usr.bin/perl/epoc/link.pl
    I src/gnu/usr.bin/perl/h2pl/CVS
    U src/gnu/usr.bin/perl/h2pl/README
    U src/gnu/usr.bin/perl/h2pl/cbreak.pl
    U src/gnu/usr.bin/perl/h2pl/cbreak2.pl
    U src/gnu/usr.bin/perl/h2pl/getioctlsizes
    U src/gnu/usr.bin/perl/h2pl/mksizes
    U src/gnu/usr.bin/perl/h2pl/mkvars
    U src/gnu/usr.bin/perl/h2pl/tcbreak
    U src/gnu/usr.bin/perl/h2pl/tcbreak2
    I src/gnu/usr.bin/perl/h2pl/eg/CVS
    U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph
    U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl
    I src/gnu/usr.bin/perl/h2pl/eg/sys/CVS
    U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl
    U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl
    I src/gnu/usr.bin/perl/hints/CVS
    C src/gnu/usr.bin/perl/hints/openbsd.sh
    U src/gnu/usr.bin/perl/hints/3b1.sh
    U src/gnu/usr.bin/perl/hints/3b1cc
    U src/gnu/usr.bin/perl/hints/README.hints
    C src/gnu/usr.bin/perl/hints/aix.sh
    U src/gnu/usr.bin/perl/hints/altos486.sh
    U src/gnu/usr.bin/perl/hints/amigaos.sh
    U src/gnu/usr.bin/perl/hints/apollo.sh
    U src/gnu/usr.bin/perl/hints/atheos.sh
    U src/gnu/usr.bin/perl/hints/aux_3.sh
    C src/gnu/usr.bin/perl/hints/beos.sh
    U src/gnu/usr.bin/perl/hints/broken-db.msg
    C src/gnu/usr.bin/perl/hints/bsdos.sh
    U src/gnu/usr.bin/perl/hints/convexos.sh
    C src/gnu/usr.bin/perl/hints/cxux.sh
    U src/gnu/usr.bin/perl/hints/cygwin.sh
    U src/gnu/usr.bin/perl/hints/darwin.sh
    U src/gnu/usr.bin/perl/hints/dcosx.sh
    C src/gnu/usr.bin/perl/hints/dec_osf.sh
    C src/gnu/usr.bin/perl/hints/dgux.sh
    U src/gnu/usr.bin/perl/hints/dos_djgpp.sh
    U src/gnu/usr.bin/perl/hints/dynix.sh
    U src/gnu/usr.bin/perl/hints/dynixptx.sh
    U src/gnu/usr.bin/perl/hints/epix.sh
    U src/gnu/usr.bin/perl/hints/esix4.sh
    U src/gnu/usr.bin/perl/hints/fps.sh
    C src/gnu/usr.bin/perl/hints/freebsd.sh
    U src/gnu/usr.bin/perl/hints/genix.sh
    U src/gnu/usr.bin/perl/hints/gnu.sh
    U src/gnu/usr.bin/perl/hints/greenhills.sh
    C src/gnu/usr.bin/perl/hints/hpux.sh
    U src/gnu/usr.bin/perl/hints/i386.sh
    U src/gnu/usr.bin/perl/hints/irix_4.sh
    C src/gnu/usr.bin/perl/hints/irix_5.sh
    C src/gnu/usr.bin/perl/hints/irix_6.sh
    U src/gnu/usr.bin/perl/hints/irix_6_0.sh
    U src/gnu/usr.bin/perl/hints/irix_6_1.sh
    U src/gnu/usr.bin/perl/hints/isc.sh
    U src/gnu/usr.bin/perl/hints/isc_2.sh
    C src/gnu/usr.bin/perl/hints/linux.sh
    U src/gnu/usr.bin/perl/hints/lynxos.sh
    C src/gnu/usr.bin/perl/hints/machten.sh
    U src/gnu/usr.bin/perl/hints/machten_2.sh
    U src/gnu/usr.bin/perl/hints/mint.sh
    U src/gnu/usr.bin/perl/hints/mips.sh
    U src/gnu/usr.bin/perl/hints/mpc.sh
    U src/gnu/usr.bin/perl/hints/mpeix.sh
    U src/gnu/usr.bin/perl/hints/ncr_tower.sh
    U src/gnu/usr.bin/perl/hints/netbsd.sh
    U src/gnu/usr.bin/perl/hints/newsos4.sh
    U src/gnu/usr.bin/perl/hints/next_3.sh
    U src/gnu/usr.bin/perl/hints/next_3_0.sh
    U src/gnu/usr.bin/perl/hints/next_4.sh
    U src/gnu/usr.bin/perl/hints/nonstopux.sh
    U src/gnu/usr.bin/perl/hints/opus.sh
    U src/gnu/usr.bin/perl/hints/os2.sh
    U src/gnu/usr.bin/perl/hints/os390.sh
    U src/gnu/usr.bin/perl/hints/posix-bc.sh
    U src/gnu/usr.bin/perl/hints/powerux.sh
    U src/gnu/usr.bin/perl/hints/qnx.sh
    U src/gnu/usr.bin/perl/hints/rhapsody.sh
    U src/gnu/usr.bin/perl/hints/sco.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh
    U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh
    C src/gnu/usr.bin/perl/hints/solaris_2.sh
    U src/gnu/usr.bin/perl/hints/stellar.sh
    U src/gnu/usr.bin/perl/hints/sunos_4_0.sh
    U src/gnu/usr.bin/perl/hints/sunos_4_1.sh
    U src/gnu/usr.bin/perl/hints/super-ux.sh
    U src/gnu/usr.bin/perl/hints/svr4.sh
    U src/gnu/usr.bin/perl/hints/svr5.sh
    U src/gnu/usr.bin/perl/hints/t001.c
    U src/gnu/usr.bin/perl/hints/ti1500.sh
    U src/gnu/usr.bin/perl/hints/titanos.sh
    U src/gnu/usr.bin/perl/hints/ultrix_4.sh
    U src/gnu/usr.bin/perl/hints/umips.sh
    U src/gnu/usr.bin/perl/hints/unicos.sh
    U src/gnu/usr.bin/perl/hints/unicosmk.sh
    U src/gnu/usr.bin/perl/hints/unisysdynix.sh
    U src/gnu/usr.bin/perl/hints/utekv.sh
    U src/gnu/usr.bin/perl/hints/uts.sh
    U src/gnu/usr.bin/perl/hints/uwin.sh
    U src/gnu/usr.bin/perl/hints/vmesa.sh
    U src/gnu/usr.bin/perl/hints/vos.sh
    U src/gnu/usr.bin/perl/hints/os400.sh
    N src/gnu/usr.bin/perl/hints/aix_3.sh
    N src/gnu/usr.bin/perl/hints/aix_4.sh
    I src/gnu/usr.bin/perl/mint/CVS
    U src/gnu/usr.bin/perl/mint/Makefile
    U src/gnu/usr.bin/perl/mint/README
    U src/gnu/usr.bin/perl/mint/errno.h
    U src/gnu/usr.bin/perl/mint/pwd.c
    U src/gnu/usr.bin/perl/mint/stdio.h
    U src/gnu/usr.bin/perl/mint/time.h
    I src/gnu/usr.bin/perl/mint/sys/CVS
    U src/gnu/usr.bin/perl/mint/sys/time.h
    I src/gnu/usr.bin/perl/mpeix/CVS
    U src/gnu/usr.bin/perl/mpeix/mpeix.c
    U src/gnu/usr.bin/perl/mpeix/mpeixish.h
    U src/gnu/usr.bin/perl/mpeix/nm
    U src/gnu/usr.bin/perl/mpeix/relink
    I src/gnu/usr.bin/perl/os2/CVS
    U src/gnu/usr.bin/perl/os2/Changes
    U src/gnu/usr.bin/perl/os2/Makefile.SHs
    U src/gnu/usr.bin/perl/os2/diff.configure
    U src/gnu/usr.bin/perl/os2/dl_os2.c
    U src/gnu/usr.bin/perl/os2/dlfcn.h
    U src/gnu/usr.bin/perl/os2/os2.c
    U src/gnu/usr.bin/perl/os2/os2.sym
    U src/gnu/usr.bin/perl/os2/os2_base.t
    U src/gnu/usr.bin/perl/os2/os2add.sym
    U src/gnu/usr.bin/perl/os2/os2ish.h
    U src/gnu/usr.bin/perl/os2/os2thread.h
    U src/gnu/usr.bin/perl/os2/perl2cmd.pl
    U src/gnu/usr.bin/perl/os2/perlrexx.c
    U src/gnu/usr.bin/perl/os2/perlrexx.cmd
    I src/gnu/usr.bin/perl/os2/OS2/CVS
    U src/gnu/usr.bin/perl/os2/OS2/typemap
    I src/gnu/usr.bin/perl/os2/OS2/ExtAttr/CVS
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/Changes
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/ExtAttr.pm
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/ExtAttr.xs
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/myea.h
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/typemap
    I src/gnu/usr.bin/perl/os2/OS2/ExtAttr/t/CVS
    U src/gnu/usr.bin/perl/os2/OS2/ExtAttr/t/os2_ea.t
    I src/gnu/usr.bin/perl/os2/OS2/PrfDB/CVS
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/Changes
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/PrfDB.pm
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/PrfDB.xs
    I src/gnu/usr.bin/perl/os2/OS2/PrfDB/t/CVS
    U src/gnu/usr.bin/perl/os2/OS2/PrfDB/t/os2_prfdb.t
    I src/gnu/usr.bin/perl/os2/OS2/Process/CVS
    U src/gnu/usr.bin/perl/os2/OS2/Process/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/Process/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/Process/Process.pm
    U src/gnu/usr.bin/perl/os2/OS2/Process/Process.xs
    I src/gnu/usr.bin/perl/os2/OS2/Process/t/CVS
    U src/gnu/usr.bin/perl/os2/OS2/Process/t/os2_process.t
    U src/gnu/usr.bin/perl/os2/OS2/Process/t/os2_process_kid.t
    U src/gnu/usr.bin/perl/os2/OS2/Process/t/os2_process_text.t
    I src/gnu/usr.bin/perl/os2/OS2/REXX/CVS
    U src/gnu/usr.bin/perl/os2/OS2/REXX/Changes
    U src/gnu/usr.bin/perl/os2/OS2/REXX/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/REXX/Makefile.PL
    U src/gnu/usr.bin/perl/os2/OS2/REXX/REXX.pm
    U src/gnu/usr.bin/perl/os2/OS2/REXX/REXX.xs
    I src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/CVS
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/Changes
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/DLL.pm
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/DLL.xs
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/MANIFEST
    U src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/Makefile.PL
    I src/gnu/usr.bin/perl/os2/OS2/REXX/t/CVS
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_cmprt.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_dllld.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_emxrv.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_objcall.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_sql.test
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_tiesql.test
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_tievar.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_tieydb.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_varset.t
    U src/gnu/usr.bin/perl/os2/OS2/REXX/t/rx_vrexx.t
    I src/gnu/usr.bin/perl/plan9/CVS
    U src/gnu/usr.bin/perl/plan9/aperl
    U src/gnu/usr.bin/perl/plan9/buildinfo
    C src/gnu/usr.bin/perl/plan9/config.plan9
    U src/gnu/usr.bin/perl/plan9/exclude
    U src/gnu/usr.bin/perl/plan9/fndvers
    U src/gnu/usr.bin/perl/plan9/genconfig.pl
    U src/gnu/usr.bin/perl/plan9/mkfile
    U src/gnu/usr.bin/perl/plan9/myconfig.plan9
    U src/gnu/usr.bin/perl/plan9/plan9.c
    U src/gnu/usr.bin/perl/plan9/plan9ish.h
    U src/gnu/usr.bin/perl/plan9/setup.rc
    U src/gnu/usr.bin/perl/plan9/versnum
    C src/gnu/usr.bin/perl/plan9/config_h.sample
    U src/gnu/usr.bin/perl/plan9/config_sh.sample
    I src/gnu/usr.bin/perl/plan9/arpa/CVS
    U src/gnu/usr.bin/perl/plan9/arpa/inet.h
    I src/gnu/usr.bin/perl/pod/CVS
    U src/gnu/usr.bin/perl/pod/Makefile.SH
    U src/gnu/usr.bin/perl/pod/perldoc.pod
    U src/gnu/usr.bin/perl/pod/checkpods.PL
    C src/gnu/usr.bin/perl/pod/perl.pod
    U src/gnu/usr.bin/perl/pod/perl5004delta.pod
    U src/gnu/usr.bin/perl/pod/perl5005delta.pod
    U src/gnu/usr.bin/perl/pod/perl561delta.pod
    U src/gnu/usr.bin/perl/pod/perl56delta.pod
    U src/gnu/usr.bin/perl/pod/perl570delta.pod
    U src/gnu/usr.bin/perl/pod/perl571delta.pod
    U src/gnu/usr.bin/perl/pod/perl572delta.pod
    U src/gnu/usr.bin/perl/pod/perlapi.pod
    U src/gnu/usr.bin/perl/pod/perlapio.pod
    U src/gnu/usr.bin/perl/pod/perlbook.pod
    U src/gnu/usr.bin/perl/pod/perlboot.pod
    U src/gnu/usr.bin/perl/pod/perlbot.pod
    U src/gnu/usr.bin/perl/pod/perlcall.pod
    U src/gnu/usr.bin/perl/pod/perlclib.pod
    U src/gnu/usr.bin/perl/pod/perlcompile.pod
    U src/gnu/usr.bin/perl/pod/rofftoc
    U src/gnu/usr.bin/perl/pod/perldata.pod
    U src/gnu/usr.bin/perl/pod/perldbmfilter.pod
    U src/gnu/usr.bin/perl/pod/perldebguts.pod
    U src/gnu/usr.bin/perl/pod/perldebtut.pod
    C src/gnu/usr.bin/perl/pod/perldebug.pod
    C src/gnu/usr.bin/perl/pod/perldiag.pod
    U src/gnu/usr.bin/perl/pod/perlembed.pod
    U src/gnu/usr.bin/perl/pod/perldsc.pod
    U src/gnu/usr.bin/perl/pod/perlebcdic.pod
    C src/gnu/usr.bin/perl/pod/perlfaq1.pod
    C src/gnu/usr.bin/perl/pod/perlfaq.pod
    C src/gnu/usr.bin/perl/pod/perlfaq2.pod
    C src/gnu/usr.bin/perl/pod/perlfaq3.pod
    C src/gnu/usr.bin/perl/pod/perlfaq4.pod
    C src/gnu/usr.bin/perl/pod/perlfaq5.pod
    C src/gnu/usr.bin/perl/pod/perlfaq6.pod
    C src/gnu/usr.bin/perl/pod/perlfaq7.pod
    C src/gnu/usr.bin/perl/pod/perlfaq8.pod
    C src/gnu/usr.bin/perl/pod/perlfaq9.pod
    U src/gnu/usr.bin/perl/pod/perlfilter.pod
    U src/gnu/usr.bin/perl/pod/perl582delta.pod
    U src/gnu/usr.bin/perl/pod/perlfork.pod
    C src/gnu/usr.bin/perl/pod/perlform.pod
    C src/gnu/usr.bin/perl/pod/perlfunc.pod
    C src/gnu/usr.bin/perl/pod/perlguts.pod
    U src/gnu/usr.bin/perl/pod/perlhack.pod
    C src/gnu/usr.bin/perl/pod/perlhist.pod
    C src/gnu/usr.bin/perl/pod/perlintern.pod
    U src/gnu/usr.bin/perl/pod/perlintro.pod
    U src/gnu/usr.bin/perl/pod/perliol.pod
    C src/gnu/usr.bin/perl/pod/perlipc.pod
    U src/gnu/usr.bin/perl/pod/perllexwarn.pod
    U src/gnu/usr.bin/perl/pod/perllocale.pod
    U src/gnu/usr.bin/perl/pod/perllol.pod
    C src/gnu/usr.bin/perl/pod/perlmod.pod
    C src/gnu/usr.bin/perl/pod/perlmodinstall.pod
    U src/gnu/usr.bin/perl/pod/perlmodlib.PL
    U src/gnu/usr.bin/perl/pod/perlmodlib.pod
    U src/gnu/usr.bin/perl/pod/perlmodstyle.pod
    U src/gnu/usr.bin/perl/pod/perlnewmod.pod
    U src/gnu/usr.bin/perl/pod/perlnumber.pod
    C src/gnu/usr.bin/perl/pod/perlobj.pod
    C src/gnu/usr.bin/perl/pod/perlop.pod
    U src/gnu/usr.bin/perl/pod/perlopentut.pod
    U src/gnu/usr.bin/perl/pod/perlothrtut.pod
    U src/gnu/usr.bin/perl/pod/perlpacktut.pod
    U src/gnu/usr.bin/perl/pod/perlpod.pod
    U src/gnu/usr.bin/perl/pod/perlpodspec.pod
    U src/gnu/usr.bin/perl/pod/perlport.pod
    U src/gnu/usr.bin/perl/pod/perlre.pod
    U src/gnu/usr.bin/perl/pod/perlref.pod
    U src/gnu/usr.bin/perl/pod/perlreftut.pod
    U src/gnu/usr.bin/perl/pod/perlrequick.pod
    U src/gnu/usr.bin/perl/pod/perlretut.pod
    C src/gnu/usr.bin/perl/pod/perlrun.pod
    U src/gnu/usr.bin/perl/pod/perlsec.pod
    U src/gnu/usr.bin/perl/pod/perlstyle.pod
    C src/gnu/usr.bin/perl/pod/perlsub.pod
    U src/gnu/usr.bin/perl/pod/perlsyn.pod
    C src/gnu/usr.bin/perl/pod/perlthrtut.pod
    C src/gnu/usr.bin/perl/pod/perltie.pod
    C src/gnu/usr.bin/perl/pod/perltoc.pod
    U src/gnu/usr.bin/perl/pod/perltodo.pod
    U src/gnu/usr.bin/perl/pod/perltooc.pod
    C src/gnu/usr.bin/perl/pod/perltoot.pod
    C src/gnu/usr.bin/perl/pod/perlvar.pod
    U src/gnu/usr.bin/perl/pod/perltrap.pod
    U src/gnu/usr.bin/perl/pod/perlunicode.pod
    U src/gnu/usr.bin/perl/pod/perluniintro.pod
    U src/gnu/usr.bin/perl/pod/perlutil.pod
    C src/gnu/usr.bin/perl/pod/perlxs.pod
    U src/gnu/usr.bin/perl/pod/perlxstut.pod
    U src/gnu/usr.bin/perl/pod/pod2html.PL
    C src/gnu/usr.bin/perl/pod/pod2latex.PL
    C src/gnu/usr.bin/perl/pod/pod2man.PL
    U src/gnu/usr.bin/perl/pod/pod2text.PL
    C src/gnu/usr.bin/perl/pod/pod2usage.PL
    U src/gnu/usr.bin/perl/pod/podchecker.PL
    U src/gnu/usr.bin/perl/pod/podselect.PL
    U src/gnu/usr.bin/perl/pod/roffitall
    U src/gnu/usr.bin/perl/pod/splitman
    C src/gnu/usr.bin/perl/pod/splitpod
    U src/gnu/usr.bin/perl/pod/buildtoc
    U src/gnu/usr.bin/perl/pod/perl573delta.pod
    U src/gnu/usr.bin/perl/pod/perl581delta.pod
    C src/gnu/usr.bin/perl/pod/perl58delta.pod
    U src/gnu/usr.bin/perl/pod/perlartistic.pod
    U src/gnu/usr.bin/perl/pod/perlgpl.pod
    U src/gnu/usr.bin/perl/pod/perlcheat.pod
    U src/gnu/usr.bin/perl/pod/perlreref.pod
    U src/gnu/usr.bin/perl/pod/perl583delta.pod
    N src/gnu/usr.bin/perl/pod/perl584delta.pod
    N src/gnu/usr.bin/perl/pod/perl585delta.pod
    I src/gnu/usr.bin/perl/qnx/CVS
    U src/gnu/usr.bin/perl/qnx/ar
    U src/gnu/usr.bin/perl/qnx/cpp
    I src/gnu/usr.bin/perl/t/CVS
    U src/gnu/usr.bin/perl/t/README
    C src/gnu/usr.bin/perl/t/TEST
    U src/gnu/usr.bin/perl/t/TestInit.pm
    U src/gnu/usr.bin/perl/t/harness
    U src/gnu/usr.bin/perl/t/test.pl
    U src/gnu/usr.bin/perl/t/perl.supp
    I src/gnu/usr.bin/perl/t/base/CVS
    C src/gnu/usr.bin/perl/t/base/cond.t
    C src/gnu/usr.bin/perl/t/base/if.t
    U src/gnu/usr.bin/perl/t/base/lex.t
    U src/gnu/usr.bin/perl/t/base/num.t
    C src/gnu/usr.bin/perl/t/base/pat.t
    U src/gnu/usr.bin/perl/t/base/rs.t
    C src/gnu/usr.bin/perl/t/base/term.t
    I src/gnu/usr.bin/perl/t/cmd/CVS
    C src/gnu/usr.bin/perl/t/cmd/elsif.t
    C src/gnu/usr.bin/perl/t/cmd/for.t
    C src/gnu/usr.bin/perl/t/cmd/mod.t
    C src/gnu/usr.bin/perl/t/cmd/subval.t
    C src/gnu/usr.bin/perl/t/cmd/switch.t
    U src/gnu/usr.bin/perl/t/cmd/while.t
    I src/gnu/usr.bin/perl/t/comp/CVS
    U src/gnu/usr.bin/perl/t/comp/bproto.t
    C src/gnu/usr.bin/perl/t/comp/cmdopt.t
    U src/gnu/usr.bin/perl/t/comp/colon.t
    U src/gnu/usr.bin/perl/t/comp/cpp.aux
    C src/gnu/usr.bin/perl/t/comp/cpp.t
    C src/gnu/usr.bin/perl/t/comp/decl.t
    U src/gnu/usr.bin/perl/t/comp/hints.t
    U src/gnu/usr.bin/perl/t/comp/multiline.t
    U src/gnu/usr.bin/perl/t/comp/package.t
    U src/gnu/usr.bin/perl/t/comp/proto.t
    C src/gnu/usr.bin/perl/t/comp/redef.t
    U src/gnu/usr.bin/perl/t/comp/require.t
    U src/gnu/usr.bin/perl/t/comp/script.t
    U src/gnu/usr.bin/perl/t/comp/term.t
    U src/gnu/usr.bin/perl/t/comp/use.t
    U src/gnu/usr.bin/perl/t/comp/parser.t
    U src/gnu/usr.bin/perl/t/comp/our.t
    N src/gnu/usr.bin/perl/t/comp/utf.t
    I src/gnu/usr.bin/perl/t/io/CVS
    U src/gnu/usr.bin/perl/t/io/argv.t
    U src/gnu/usr.bin/perl/t/io/binmode.t
    U src/gnu/usr.bin/perl/t/io/crlf.t
    U src/gnu/usr.bin/perl/t/io/dup.t
    U src/gnu/usr.bin/perl/t/io/fflush.t
    U src/gnu/usr.bin/perl/t/io/fs.t
    C src/gnu/usr.bin/perl/t/io/inplace.t
    U src/gnu/usr.bin/perl/t/io/iprefix.t
    U src/gnu/usr.bin/perl/t/io/nargv.t
    C src/gnu/usr.bin/perl/t/io/open.t
    U src/gnu/usr.bin/perl/t/io/openpid.t
    U src/gnu/usr.bin/perl/t/io/pipe.t
    C src/gnu/usr.bin/perl/t/io/print.t
    C src/gnu/usr.bin/perl/t/io/read.t
    C src/gnu/usr.bin/perl/t/io/tell.t
    U src/gnu/usr.bin/perl/t/io/utf8.t
    U src/gnu/usr.bin/perl/t/io/layers.t
    I src/gnu/usr.bin/perl/t/japh/CVS
    U src/gnu/usr.bin/perl/t/japh/abigail.t
    I src/gnu/usr.bin/perl/t/lib/CVS
    U src/gnu/usr.bin/perl/t/lib/1_compile.t
    U src/gnu/usr.bin/perl/t/lib/TieOut.pm
    U src/gnu/usr.bin/perl/t/lib/commonsense.t
    U src/gnu/usr.bin/perl/t/lib/compmod.pl
    U src/gnu/usr.bin/perl/t/lib/filter-util.pl
    U src/gnu/usr.bin/perl/t/lib/h2ph.h
    U src/gnu/usr.bin/perl/t/lib/h2ph.pht
    U src/gnu/usr.bin/perl/t/lib/TieIn.pm
    I src/gnu/usr.bin/perl/t/lib/Filter/CVS
    I src/gnu/usr.bin/perl/t/lib/Filter/Simple/CVS
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/ExportTest.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/FilterOnlyTest.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/FilterTest.pm
    U src/gnu/usr.bin/perl/t/lib/Filter/Simple/ImportTest.pm
    I src/gnu/usr.bin/perl/t/lib/MakeMaker/CVS
    I src/gnu/usr.bin/perl/t/lib/MakeMaker/Test/CVS
    U src/gnu/usr.bin/perl/t/lib/MakeMaker/Test/Utils.pm
    I src/gnu/usr.bin/perl/t/lib/MakeMaker/Test/Setup/CVS
    U src/gnu/usr.bin/perl/t/lib/MakeMaker/Test/Setup/Recurs.pm
    I src/gnu/usr.bin/perl/t/lib/Math/CVS
    I src/gnu/usr.bin/perl/t/lib/Math/BigFloat/CVS
    U src/gnu/usr.bin/perl/t/lib/Math/BigFloat/Subclass.pm
    I src/gnu/usr.bin/perl/t/lib/Math/BigInt/CVS
    U src/gnu/usr.bin/perl/t/lib/Math/BigInt/BareCalc.pm
    U src/gnu/usr.bin/perl/t/lib/Math/BigInt/Subclass.pm
    U src/gnu/usr.bin/perl/t/lib/Math/BigInt/Scalar.pm
    I src/gnu/usr.bin/perl/t/lib/Math/BigRat/CVS
    U src/gnu/usr.bin/perl/t/lib/Math/BigRat/Test.pm
    I src/gnu/usr.bin/perl/t/lib/Test/CVS
    I src/gnu/usr.bin/perl/t/lib/Test/Simple/CVS
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/Catch.pm
    I src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/CVS
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/death.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/death_in_eval.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/extras.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/five_fail.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/last_minute_death.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/one_fail.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/require.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/success.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/too_few.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/two_fail.plx
    U src/gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
    I src/gnu/usr.bin/perl/t/lib/dprof/CVS
    U src/gnu/usr.bin/perl/t/lib/dprof/V.pm
    U src/gnu/usr.bin/perl/t/lib/dprof/test1_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test1_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test2_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test2_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test3_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test3_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test4_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test4_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test5_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test5_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test6_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test6_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test7_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test7_v
    U src/gnu/usr.bin/perl/t/lib/dprof/test8_t
    U src/gnu/usr.bin/perl/t/lib/dprof/test8_v
    I src/gnu/usr.bin/perl/t/lib/locale/CVS
    U src/gnu/usr.bin/perl/t/lib/locale/latin1
    U src/gnu/usr.bin/perl/t/lib/locale/utf8
    I src/gnu/usr.bin/perl/t/lib/sample-tests/CVS
    U src/gnu/usr.bin/perl/t/lib/sample-tests/bailout
    U src/gnu/usr.bin/perl/t/lib/sample-tests/bignum
    U src/gnu/usr.bin/perl/t/lib/sample-tests/combined
    U src/gnu/usr.bin/perl/t/lib/sample-tests/descriptive
    U src/gnu/usr.bin/perl/t/lib/sample-tests/die
    U src/gnu/usr.bin/perl/t/lib/sample-tests/die_head_end
    U src/gnu/usr.bin/perl/t/lib/sample-tests/die_last_minute
    U src/gnu/usr.bin/perl/t/lib/sample-tests/duplicates
    U src/gnu/usr.bin/perl/t/lib/sample-tests/head_end
    U src/gnu/usr.bin/perl/t/lib/sample-tests/head_fail
    U src/gnu/usr.bin/perl/t/lib/sample-tests/lone_not_bug
    U src/gnu/usr.bin/perl/t/lib/sample-tests/no_nums
    U src/gnu/usr.bin/perl/t/lib/sample-tests/out_of_order
    U src/gnu/usr.bin/perl/t/lib/sample-tests/shbang_misparse
    U src/gnu/usr.bin/perl/t/lib/sample-tests/simple
    U src/gnu/usr.bin/perl/t/lib/sample-tests/simple_fail
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skip
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skip_nomsg
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skipall
    U src/gnu/usr.bin/perl/t/lib/sample-tests/skipall_nomsg
    U src/gnu/usr.bin/perl/t/lib/sample-tests/taint
    U src/gnu/usr.bin/perl/t/lib/sample-tests/todo
    U src/gnu/usr.bin/perl/t/lib/sample-tests/todo_inline
    U src/gnu/usr.bin/perl/t/lib/sample-tests/vms_nit
    U src/gnu/usr.bin/perl/t/lib/sample-tests/with_comments
    U src/gnu/usr.bin/perl/t/lib/sample-tests/inc_taint
    U src/gnu/usr.bin/perl/t/lib/sample-tests/no_output
    U src/gnu/usr.bin/perl/t/lib/sample-tests/segfault
    U src/gnu/usr.bin/perl/t/lib/sample-tests/switches
    U src/gnu/usr.bin/perl/t/lib/sample-tests/too_many
    U src/gnu/usr.bin/perl/t/lib/sample-tests/taint_warn
    I src/gnu/usr.bin/perl/t/lib/strict/CVS
    U src/gnu/usr.bin/perl/t/lib/strict/refs
    U src/gnu/usr.bin/perl/t/lib/strict/subs
    U src/gnu/usr.bin/perl/t/lib/strict/vars
    I src/gnu/usr.bin/perl/t/lib/warnings/CVS
    U src/gnu/usr.bin/perl/t/lib/warnings/1global
    U src/gnu/usr.bin/perl/t/lib/warnings/2use
    U src/gnu/usr.bin/perl/t/lib/warnings/3both
    U src/gnu/usr.bin/perl/t/lib/warnings/4lint
    U src/gnu/usr.bin/perl/t/lib/warnings/5nolint
    U src/gnu/usr.bin/perl/t/lib/warnings/6default
    U src/gnu/usr.bin/perl/t/lib/warnings/7fatal
    U src/gnu/usr.bin/perl/t/lib/warnings/8signal
    U src/gnu/usr.bin/perl/t/lib/warnings/9enabled
    U src/gnu/usr.bin/perl/t/lib/warnings/av
    U src/gnu/usr.bin/perl/t/lib/warnings/doio
    U src/gnu/usr.bin/perl/t/lib/warnings/doop
    U src/gnu/usr.bin/perl/t/lib/warnings/gv
    U src/gnu/usr.bin/perl/t/lib/warnings/hv
    U src/gnu/usr.bin/perl/t/lib/warnings/malloc
    U src/gnu/usr.bin/perl/t/lib/warnings/mg
    U src/gnu/usr.bin/perl/t/lib/warnings/op
    U src/gnu/usr.bin/perl/t/lib/warnings/perl
    U src/gnu/usr.bin/perl/t/lib/warnings/perlio
    U src/gnu/usr.bin/perl/t/lib/warnings/perly
    U src/gnu/usr.bin/perl/t/lib/warnings/pp
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack
    U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys
    U src/gnu/usr.bin/perl/t/lib/warnings/regcomp
    U src/gnu/usr.bin/perl/t/lib/warnings/regexec
    U src/gnu/usr.bin/perl/t/lib/warnings/run
    U src/gnu/usr.bin/perl/t/lib/warnings/sv
    U src/gnu/usr.bin/perl/t/lib/warnings/taint
    U src/gnu/usr.bin/perl/t/lib/warnings/toke
    U src/gnu/usr.bin/perl/t/lib/warnings/universal
    U src/gnu/usr.bin/perl/t/lib/warnings/utf8
    U src/gnu/usr.bin/perl/t/lib/warnings/util
    U src/gnu/usr.bin/perl/t/lib/warnings/pad
    I src/gnu/usr.bin/perl/t/lib/Devel/CVS
    U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm
    I src/gnu/usr.bin/perl/t/lib/Dev/CVS
    U src/gnu/usr.bin/perl/t/lib/Dev/Null.pm
    I src/gnu/usr.bin/perl/t/op/CVS
    U src/gnu/usr.bin/perl/t/op/64bitint.t
    U src/gnu/usr.bin/perl/t/op/alarm.t
    U src/gnu/usr.bin/perl/t/op/anonsub.t
    C src/gnu/usr.bin/perl/t/op/append.t
    U src/gnu/usr.bin/perl/t/op/args.t
    U src/gnu/usr.bin/perl/t/op/arith.t
    C src/gnu/usr.bin/perl/t/op/array.t
    U src/gnu/usr.bin/perl/t/op/assignwarn.t
    U src/gnu/usr.bin/perl/t/op/attrs.t
    C src/gnu/usr.bin/perl/t/op/auto.t
    U src/gnu/usr.bin/perl/t/op/avhv.t
    U src/gnu/usr.bin/perl/t/op/bless.t
    C src/gnu/usr.bin/perl/t/op/bop.t
    U src/gnu/usr.bin/perl/t/op/caller.t
    U src/gnu/usr.bin/perl/t/op/chars.t
    U src/gnu/usr.bin/perl/t/op/chdir.t
    C src/gnu/usr.bin/perl/t/op/chop.t
    C src/gnu/usr.bin/perl/t/op/closure.t
    U src/gnu/usr.bin/perl/t/op/cmp.t
    U src/gnu/usr.bin/perl/t/op/concat.t
    C src/gnu/usr.bin/perl/t/op/cond.t
    U src/gnu/usr.bin/perl/t/op/context.t
    U src/gnu/usr.bin/perl/t/op/crypt.t
    U src/gnu/usr.bin/perl/t/op/defins.t
    C src/gnu/usr.bin/perl/t/op/delete.t
    U src/gnu/usr.bin/perl/t/op/die.t
    C src/gnu/usr.bin/perl/t/op/do.t
    U src/gnu/usr.bin/perl/t/op/die_exit.t
    U src/gnu/usr.bin/perl/t/op/each.t
    U src/gnu/usr.bin/perl/t/op/eval.t
    U src/gnu/usr.bin/perl/t/op/exec.t
    U src/gnu/usr.bin/perl/t/op/exists_sub.t
    C src/gnu/usr.bin/perl/t/op/exp.t
    U src/gnu/usr.bin/perl/t/op/fh.t
    U src/gnu/usr.bin/perl/t/op/filetest.t
    C src/gnu/usr.bin/perl/t/op/flip.t
    U src/gnu/usr.bin/perl/t/op/fork.t
    U src/gnu/usr.bin/perl/t/op/glob.t
    U src/gnu/usr.bin/perl/t/op/gmagic.t
    C src/gnu/usr.bin/perl/t/op/goto.t
    C src/gnu/usr.bin/perl/t/op/goto_xs.t
    U src/gnu/usr.bin/perl/t/op/grent.t
    U src/gnu/usr.bin/perl/t/op/grep.t
    U src/gnu/usr.bin/perl/t/op/groups.t
    U src/gnu/usr.bin/perl/t/op/gv.t
    U src/gnu/usr.bin/perl/t/op/hashassign.t
    U src/gnu/usr.bin/perl/t/op/hashwarn.t
    U src/gnu/usr.bin/perl/t/op/inc.t
    U src/gnu/usr.bin/perl/t/op/inccode.t
    U src/gnu/usr.bin/perl/t/op/index.t
    U src/gnu/usr.bin/perl/t/op/int.t
    U src/gnu/usr.bin/perl/t/op/join.t
    U src/gnu/usr.bin/perl/t/op/lc.t
    U src/gnu/usr.bin/perl/t/op/length.t
    U src/gnu/usr.bin/perl/t/op/lex_assign.t
    U src/gnu/usr.bin/perl/t/op/lfs.t
    U src/gnu/usr.bin/perl/t/op/list.t
    U src/gnu/usr.bin/perl/t/op/local.t
    U src/gnu/usr.bin/perl/t/op/loopctl.t
    U src/gnu/usr.bin/perl/t/op/lop.t
    C src/gnu/usr.bin/perl/t/op/magic.t
    U src/gnu/usr.bin/perl/t/op/method.t
    U src/gnu/usr.bin/perl/t/op/mkdir.t
    C src/gnu/usr.bin/perl/t/op/my.t
    U src/gnu/usr.bin/perl/t/op/my_stash.t
    U src/gnu/usr.bin/perl/t/op/nothr5005.t
    U src/gnu/usr.bin/perl/t/op/numconvert.t
    U src/gnu/usr.bin/perl/t/op/oct.t
    U src/gnu/usr.bin/perl/t/op/or.t
    U src/gnu/usr.bin/perl/t/op/ord.t
    U src/gnu/usr.bin/perl/t/op/override.t
    U src/gnu/usr.bin/perl/t/op/pack.t
    C src/gnu/usr.bin/perl/t/op/pat.t
    U src/gnu/usr.bin/perl/t/op/pos.t
    U src/gnu/usr.bin/perl/t/op/pow.t
    C src/gnu/usr.bin/perl/t/op/push.t
    U src/gnu/usr.bin/perl/t/op/pwent.t
    U src/gnu/usr.bin/perl/t/op/qq.t
    U src/gnu/usr.bin/perl/t/op/quotemeta.t
    U src/gnu/usr.bin/perl/t/op/rand.t
    C src/gnu/usr.bin/perl/t/op/range.t
    U src/gnu/usr.bin/perl/t/op/re_tests
    C src/gnu/usr.bin/perl/t/op/read.t
    U src/gnu/usr.bin/perl/t/op/readdir.t
    U src/gnu/usr.bin/perl/t/op/recurse.t
    C src/gnu/usr.bin/perl/t/op/ref.t
    U src/gnu/usr.bin/perl/t/op/regexp.t
    U src/gnu/usr.bin/perl/t/op/regexp_noamp.t
    U src/gnu/usr.bin/perl/t/op/regmesg.t
    C src/gnu/usr.bin/perl/t/op/repeat.t
    U src/gnu/usr.bin/perl/t/op/reverse.t
    U src/gnu/usr.bin/perl/t/op/runlevel.t
    C src/gnu/usr.bin/perl/t/op/sleep.t
    C src/gnu/usr.bin/perl/t/op/sort.t
    U src/gnu/usr.bin/perl/t/op/splice.t
    C src/gnu/usr.bin/perl/t/op/split.t
    U src/gnu/usr.bin/perl/t/op/sprintf.t
    U src/gnu/usr.bin/perl/t/op/srand.t
    C src/gnu/usr.bin/perl/t/op/stat.t
    U src/gnu/usr.bin/perl/t/op/study.t
    U src/gnu/usr.bin/perl/t/op/sub_lval.t
    U src/gnu/usr.bin/perl/t/op/subst.t
    U src/gnu/usr.bin/perl/t/op/subst_amp.t
    U src/gnu/usr.bin/perl/t/op/subst_wamp.t
    C src/gnu/usr.bin/perl/t/op/substr.t
    C src/gnu/usr.bin/perl/t/op/sysio.t
    C src/gnu/usr.bin/perl/t/op/taint.t
    U src/gnu/usr.bin/perl/t/op/tie.t
    U src/gnu/usr.bin/perl/t/op/tiearray.t
    U src/gnu/usr.bin/perl/t/op/tiehandle.t
    C src/gnu/usr.bin/perl/t/op/time.t
    U src/gnu/usr.bin/perl/t/op/tr.t
    U src/gnu/usr.bin/perl/t/op/undef.t
    U src/gnu/usr.bin/perl/t/op/universal.t
    C src/gnu/usr.bin/perl/t/op/unshift.t
    U src/gnu/usr.bin/perl/t/op/utf8decode.t
    U src/gnu/usr.bin/perl/t/op/utfhash.t
    U src/gnu/usr.bin/perl/t/op/vec.t
    U src/gnu/usr.bin/perl/t/op/ver.t
    U src/gnu/usr.bin/perl/t/op/wantarray.t
    C src/gnu/usr.bin/perl/t/op/write.t
    U src/gnu/usr.bin/perl/t/op/cproto.t
    U src/gnu/usr.bin/perl/t/op/hash.t
    U src/gnu/usr.bin/perl/t/op/getpid.t
    U src/gnu/usr.bin/perl/t/op/readline.t
    U src/gnu/usr.bin/perl/t/op/lc_user.t
    U src/gnu/usr.bin/perl/t/op/localref.t
    U src/gnu/usr.bin/perl/t/op/sprintf2.t
    U src/gnu/usr.bin/perl/t/op/stash.t
    U src/gnu/usr.bin/perl/t/op/sub.t
    N src/gnu/usr.bin/perl/t/op/utftaint.t
    I src/gnu/usr.bin/perl/t/pod/CVS
    U src/gnu/usr.bin/perl/t/pod/emptycmd.t
    U src/gnu/usr.bin/perl/t/pod/emptycmd.xr
    U src/gnu/usr.bin/perl/t/pod/find.t
    U src/gnu/usr.bin/perl/t/pod/for.t
    U src/gnu/usr.bin/perl/t/pod/for.xr
    U src/gnu/usr.bin/perl/t/pod/headings.t
    U src/gnu/usr.bin/perl/t/pod/headings.xr
    U src/gnu/usr.bin/perl/t/pod/include.t
    U src/gnu/usr.bin/perl/t/pod/include.xr
    U src/gnu/usr.bin/perl/t/pod/included.t
    U src/gnu/usr.bin/perl/t/pod/included.xr
    U src/gnu/usr.bin/perl/t/pod/lref.t
    U src/gnu/usr.bin/perl/t/pod/lref.xr
    U src/gnu/usr.bin/perl/t/pod/multiline_items.t
    U src/gnu/usr.bin/perl/t/pod/multiline_items.xr
    U src/gnu/usr.bin/perl/t/pod/nested_items.t
    U src/gnu/usr.bin/perl/t/pod/nested_items.xr
    U src/gnu/usr.bin/perl/t/pod/nested_seqs.t
    U src/gnu/usr.bin/perl/t/pod/nested_seqs.xr
    U src/gnu/usr.bin/perl/t/pod/oneline_cmds.t
    U src/gnu/usr.bin/perl/t/pod/oneline_cmds.xr
    U src/gnu/usr.bin/perl/t/pod/plainer.t
    U src/gnu/usr.bin/perl/t/pod/pod2usage.t
    C src/gnu/usr.bin/perl/t/pod/pod2usage.xr
    U src/gnu/usr.bin/perl/t/pod/poderrs.t
    U src/gnu/usr.bin/perl/t/pod/poderrs.xr
    U src/gnu/usr.bin/perl/t/pod/podselect.t
    U src/gnu/usr.bin/perl/t/pod/podselect.xr
    U src/gnu/usr.bin/perl/t/pod/special_seqs.t
    U src/gnu/usr.bin/perl/t/pod/special_seqs.xr
    U src/gnu/usr.bin/perl/t/pod/testcmp.pl
    U src/gnu/usr.bin/perl/t/pod/testp2pt.pl
    U src/gnu/usr.bin/perl/t/pod/testpchk.pl
    I src/gnu/usr.bin/perl/t/pod/testpods/CVS
    I src/gnu/usr.bin/perl/t/pod/testpods/lib/CVS
    I src/gnu/usr.bin/perl/t/pod/testpods/lib/Pod/CVS
    U src/gnu/usr.bin/perl/t/pod/testpods/lib/Pod/Stuff.pm
    I src/gnu/usr.bin/perl/t/run/CVS
    U src/gnu/usr.bin/perl/t/run/exit.t
    U src/gnu/usr.bin/perl/t/run/fresh_perl.t
    U src/gnu/usr.bin/perl/t/run/noswitch.t
    U src/gnu/usr.bin/perl/t/run/runenv.t
    U src/gnu/usr.bin/perl/t/run/switchF.t
    U src/gnu/usr.bin/perl/t/run/switchPx.aux
    U src/gnu/usr.bin/perl/t/run/switchPx.t
    U src/gnu/usr.bin/perl/t/run/switcha.t
    U src/gnu/usr.bin/perl/t/run/switches.t
    U src/gnu/usr.bin/perl/t/run/switchn.t
    U src/gnu/usr.bin/perl/t/run/switchp.t
    U src/gnu/usr.bin/perl/t/run/switcht.t
    U src/gnu/usr.bin/perl/t/run/switchx.aux
    U src/gnu/usr.bin/perl/t/run/switchx.t
    U src/gnu/usr.bin/perl/t/run/switchC.t
    U src/gnu/usr.bin/perl/t/run/switchI.t
    U src/gnu/usr.bin/perl/t/run/switchd.t
    N src/gnu/usr.bin/perl/t/run/switch0.t
    I src/gnu/usr.bin/perl/t/uni/CVS
    U src/gnu/usr.bin/perl/t/uni/case.pl
    U src/gnu/usr.bin/perl/t/uni/fold.t
    U src/gnu/usr.bin/perl/t/uni/lower.t
    U src/gnu/usr.bin/perl/t/uni/sprintf.t
    U src/gnu/usr.bin/perl/t/uni/title.t
    U src/gnu/usr.bin/perl/t/uni/upper.t
    C src/gnu/usr.bin/perl/t/uni/tr_7jis.t
    C src/gnu/usr.bin/perl/t/uni/tr_eucjp.t
    C src/gnu/usr.bin/perl/t/uni/tr_sjis.t
    C src/gnu/usr.bin/perl/t/uni/tr_utf8.t
    U src/gnu/usr.bin/perl/t/uni/write.t
    N src/gnu/usr.bin/perl/t/uni/chomp.t
    N src/gnu/usr.bin/perl/t/uni/class.t
    I src/gnu/usr.bin/perl/t/win32/CVS
    U src/gnu/usr.bin/perl/t/win32/longpath.t
    U src/gnu/usr.bin/perl/t/win32/system.t
    U src/gnu/usr.bin/perl/t/win32/system_tests
    N src/gnu/usr.bin/perl/t/win32/getosversion.t
    I src/gnu/usr.bin/perl/t/x2p/CVS
    U src/gnu/usr.bin/perl/t/x2p/s2p.t
    I src/gnu/usr.bin/perl/utils/CVS
    C src/gnu/usr.bin/perl/utils/h2ph.PL
    U src/gnu/usr.bin/perl/utils/libnetcfg.PL
    U src/gnu/usr.bin/perl/utils/Makefile
    C src/gnu/usr.bin/perl/utils/c2ph.PL
    U src/gnu/usr.bin/perl/utils/dprofpp.PL
    U src/gnu/usr.bin/perl/utils/enc2xs.PL
    C src/gnu/usr.bin/perl/utils/h2xs.PL
    C src/gnu/usr.bin/perl/utils/perlbug.PL
    U src/gnu/usr.bin/perl/utils/perlcc.PL
    U src/gnu/usr.bin/perl/utils/perldoc.PL
    U src/gnu/usr.bin/perl/utils/perlivp.PL
    U src/gnu/usr.bin/perl/utils/piconv.PL
    U src/gnu/usr.bin/perl/utils/pl2pm.PL
    U src/gnu/usr.bin/perl/utils/splain.PL
    U src/gnu/usr.bin/perl/utils/instmodsh.PL
    U src/gnu/usr.bin/perl/utils/cpan.PL
    U src/gnu/usr.bin/perl/utils/prove.PL
    U src/gnu/usr.bin/perl/utils/xsubpp.PL
    I src/gnu/usr.bin/perl/uts/CVS
    U src/gnu/usr.bin/perl/uts/sprintf_wrap.c
    U src/gnu/usr.bin/perl/uts/strtol_wrap.c
    I src/gnu/usr.bin/perl/vmesa/CVS
    U src/gnu/usr.bin/perl/vmesa/Makefile
    U src/gnu/usr.bin/perl/vmesa/vmesa.c
    U src/gnu/usr.bin/perl/vmesa/vmesaish.h
    I src/gnu/usr.bin/perl/vms/CVS
    U src/gnu/usr.bin/perl/vms/descrip_mms.template
    U src/gnu/usr.bin/perl/vms/gen_shrfls.pl
    U src/gnu/usr.bin/perl/vms/genconfig.pl
    U src/gnu/usr.bin/perl/vms/genopt.com
    U src/gnu/usr.bin/perl/vms/make_command.com
    U src/gnu/usr.bin/perl/vms/mms2make.pl
    U src/gnu/usr.bin/perl/vms/munchconfig.c
    U src/gnu/usr.bin/perl/vms/myconfig.com
    U src/gnu/usr.bin/perl/vms/perlvms.pod
    U src/gnu/usr.bin/perl/vms/perly_c.vms
    U src/gnu/usr.bin/perl/vms/perly_h.vms
    U src/gnu/usr.bin/perl/vms/sockadapt.c
    U src/gnu/usr.bin/perl/vms/sockadapt.h
    U src/gnu/usr.bin/perl/vms/test.com
    C src/gnu/usr.bin/perl/vms/vms.c
    U src/gnu/usr.bin/perl/vms/vms_yfix.pl
    U src/gnu/usr.bin/perl/vms/vmsish.h
    U src/gnu/usr.bin/perl/vms/vmspipe.com
    U src/gnu/usr.bin/perl/vms/writemain.pl
    I src/gnu/usr.bin/perl/vms/ext/CVS
    U src/gnu/usr.bin/perl/vms/ext/Filespec.pm
    U src/gnu/usr.bin/perl/vms/ext/XSSymSet.pm
    U src/gnu/usr.bin/perl/vms/ext/filespec.t
    I src/gnu/usr.bin/perl/vms/ext/DCLsym/CVS
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/0README.txt
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/DCLsym.pm
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/DCLsym.xs
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/Makefile.PL
    U src/gnu/usr.bin/perl/vms/ext/DCLsym/test.pl
    I src/gnu/usr.bin/perl/vms/ext/Stdio/CVS
    U src/gnu/usr.bin/perl/vms/ext/Stdio/0README.txt
    U src/gnu/usr.bin/perl/vms/ext/Stdio/Makefile.PL
    U src/gnu/usr.bin/perl/vms/ext/Stdio/Stdio.pm
    U src/gnu/usr.bin/perl/vms/ext/Stdio/Stdio.xs
    U src/gnu/usr.bin/perl/vms/ext/Stdio/test.pl
    I src/gnu/usr.bin/perl/vos/CVS
    U src/gnu/usr.bin/perl/vos/Changes
    U src/gnu/usr.bin/perl/vos/Makefile
    U src/gnu/usr.bin/perl/vos/build.cm
    U src/gnu/usr.bin/perl/vos/compile_full_perl.cm
    U src/gnu/usr.bin/perl/vos/compile_perl.cm
    U src/gnu/usr.bin/perl/vos/config.alpha.def
    C src/gnu/usr.bin/perl/vos/config.alpha.h
    U src/gnu/usr.bin/perl/vos/config.ga.def
    C src/gnu/usr.bin/perl/vos/config.ga.h
    U src/gnu/usr.bin/perl/vos/config.pl
    U src/gnu/usr.bin/perl/vos/configure_full_perl.sh
    U src/gnu/usr.bin/perl/vos/configure_perl.cm
    U src/gnu/usr.bin/perl/vos/install_perl.cm
    U src/gnu/usr.bin/perl/vos/make_full_perl.sh
    U src/gnu/usr.bin/perl/vos/perl.bind
    U src/gnu/usr.bin/perl/vos/test_vos_dummies.c
    U src/gnu/usr.bin/perl/vos/vos.c
    U src/gnu/usr.bin/perl/vos/vos_dummies.c
    U src/gnu/usr.bin/perl/vos/vosish.h
    I src/gnu/usr.bin/perl/win32/CVS
    U src/gnu/usr.bin/perl/win32/FindExt.pm
    C src/gnu/usr.bin/perl/win32/Makefile
    U src/gnu/usr.bin/perl/win32/buildext.pl
    C src/gnu/usr.bin/perl/win32/config.bc
    U src/gnu/usr.bin/perl/win32/config.gc
    C src/gnu/usr.bin/perl/win32/config.vc
    U src/gnu/usr.bin/perl/win32/config.vc64
    C src/gnu/usr.bin/perl/win32/config_H.bc
    C src/gnu/usr.bin/perl/win32/config_H.gc
    C src/gnu/usr.bin/perl/win32/config_H.vc
    U src/gnu/usr.bin/perl/win32/config_H.vc64
    U src/gnu/usr.bin/perl/win32/config_h.PL
    U src/gnu/usr.bin/perl/win32/config_sh.PL
    C src/gnu/usr.bin/perl/win32/makefile.mk
    U src/gnu/usr.bin/perl/win32/distclean.bat
    U src/gnu/usr.bin/perl/win32/dl_win32.xs
    U src/gnu/usr.bin/perl/win32/genmk95.pl
    C src/gnu/usr.bin/perl/win32/pod.mak
    U src/gnu/usr.bin/perl/win32/mdelete.bat
    U src/gnu/usr.bin/perl/win32/perlglob.c
    U src/gnu/usr.bin/perl/win32/perlhost.h
    U src/gnu/usr.bin/perl/win32/perllib.c
    C src/gnu/usr.bin/perl/win32/win32.c
    U src/gnu/usr.bin/perl/win32/runperl.c
    U src/gnu/usr.bin/perl/win32/splittree.pl
    U src/gnu/usr.bin/perl/win32/sync_ext.pl
    U src/gnu/usr.bin/perl/win32/vdir.h
    U src/gnu/usr.bin/perl/win32/vmem.h
    U src/gnu/usr.bin/perl/win32/win32.h
    U src/gnu/usr.bin/perl/win32/win32iop.h
    C src/gnu/usr.bin/perl/win32/win32sck.c
    U src/gnu/usr.bin/perl/win32/win32thread.c
    U src/gnu/usr.bin/perl/win32/win32thread.h
    U src/gnu/usr.bin/perl/win32/win32io.c
    U src/gnu/usr.bin/perl/win32/fcrypt.c
    N src/gnu/usr.bin/perl/win32/makeico.pl
    N src/gnu/usr.bin/perl/win32/perlexe.rc
    I src/gnu/usr.bin/perl/win32/bin/CVS
    U src/gnu/usr.bin/perl/win32/bin/exetype.pl
    U src/gnu/usr.bin/perl/win32/bin/perlglob.pl
    U src/gnu/usr.bin/perl/win32/bin/pl2bat.pl
    U src/gnu/usr.bin/perl/win32/bin/runperl.pl
    U src/gnu/usr.bin/perl/win32/bin/search.pl
    I src/gnu/usr.bin/perl/win32/include/CVS
    U src/gnu/usr.bin/perl/win32/include/dirent.h
    U src/gnu/usr.bin/perl/win32/include/netdb.h
    I src/gnu/usr.bin/perl/win32/include/arpa/CVS
    U src/gnu/usr.bin/perl/win32/include/arpa/inet.h
    I src/gnu/usr.bin/perl/win32/include/sys/CVS
    U src/gnu/usr.bin/perl/win32/include/sys/socket.h
    I src/gnu/usr.bin/perl/win32/ext/CVS
    N src/gnu/usr.bin/perl/win32/ext/Win32/Makefile.PL
    I src/gnu/usr.bin/perl/win32/ext/Win32/CVS
    N src/gnu/usr.bin/perl/win32/ext/Win32/Win32.pm
    N src/gnu/usr.bin/perl/win32/ext/Win32/Win32.xs
    I src/gnu/usr.bin/perl/wince/CVS
    U src/gnu/usr.bin/perl/wince/Makefile.ce
    U src/gnu/usr.bin/perl/wince/README.perlce
    U src/gnu/usr.bin/perl/wince/cecopy-lib.pl
    U src/gnu/usr.bin/perl/wince/comp.pl
    U src/gnu/usr.bin/perl/wince/compile.bat
    U src/gnu/usr.bin/perl/wince/config.ce
    U src/gnu/usr.bin/perl/wince/config_H.ce
    U src/gnu/usr.bin/perl/wince/config_h.PL
    U src/gnu/usr.bin/perl/wince/config_sh.PL
    U src/gnu/usr.bin/perl/wince/dl_win32.xs
    U src/gnu/usr.bin/perl/wince/makeico.pl
    U src/gnu/usr.bin/perl/wince/perl.rc
    U src/gnu/usr.bin/perl/wince/perllib.c
    U src/gnu/usr.bin/perl/wince/perlmain.c
    U src/gnu/usr.bin/perl/wince/registry.bat
    U src/gnu/usr.bin/perl/wince/runperl.c
    U src/gnu/usr.bin/perl/wince/splittree.pl
    U src/gnu/usr.bin/perl/wince/win32.h
    U src/gnu/usr.bin/perl/wince/win32io.c
    U src/gnu/usr.bin/perl/wince/win32iop.h
    U src/gnu/usr.bin/perl/wince/wince.c
    U src/gnu/usr.bin/perl/wince/win32thread.c
    U src/gnu/usr.bin/perl/wince/win32thread.h
    U src/gnu/usr.bin/perl/wince/wince.h
    U src/gnu/usr.bin/perl/wince/wincesck.c
    U src/gnu/usr.bin/perl/wince/compile-all.bat
    U src/gnu/usr.bin/perl/wince/makedist.pl
    U src/gnu/usr.bin/perl/wince/perlhost.h
    U src/gnu/usr.bin/perl/wince/vdir.h
    U src/gnu/usr.bin/perl/wince/vmem.h
    I src/gnu/usr.bin/perl/wince/bin/CVS
    U src/gnu/usr.bin/perl/wince/bin/exetype.pl
    U src/gnu/usr.bin/perl/wince/bin/perlglob.pl
    U src/gnu/usr.bin/perl/wince/bin/pl2bat.pl
    U src/gnu/usr.bin/perl/wince/bin/runperl.pl
    U src/gnu/usr.bin/perl/wince/bin/search.pl
    I src/gnu/usr.bin/perl/wince/include/CVS
    I src/gnu/usr.bin/perl/wince/include/arpa/CVS
    U src/gnu/usr.bin/perl/wince/include/arpa/inet.h
    I src/gnu/usr.bin/perl/wince/include/sys/CVS
    U src/gnu/usr.bin/perl/wince/include/sys/socket.h
    I src/gnu/usr.bin/perl/x2p/CVS
    C src/gnu/usr.bin/perl/x2p/EXTERN.h
    C src/gnu/usr.bin/perl/x2p/INTERN.h
    C src/gnu/usr.bin/perl/x2p/Makefile.SH
    C src/gnu/usr.bin/perl/x2p/a2p.c
    C src/gnu/usr.bin/perl/x2p/a2p.h
    U src/gnu/usr.bin/perl/x2p/a2p.pod
    C src/gnu/usr.bin/perl/x2p/a2p.y
    C src/gnu/usr.bin/perl/x2p/a2py.c
    U src/gnu/usr.bin/perl/x2p/cflags.SH
    C src/gnu/usr.bin/perl/x2p/find2perl.PL
    C src/gnu/usr.bin/perl/x2p/hash.c
    C src/gnu/usr.bin/perl/x2p/hash.h
    U src/gnu/usr.bin/perl/x2p/proto.h
    U src/gnu/usr.bin/perl/x2p/s2p.PL
    C src/gnu/usr.bin/perl/x2p/str.c
    C src/gnu/usr.bin/perl/x2p/str.h
    C src/gnu/usr.bin/perl/x2p/util.c
    C src/gnu/usr.bin/perl/x2p/util.h
    C src/gnu/usr.bin/perl/x2p/walk.c
    
    310 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl

CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/09 12:07:35

Modified files:
	faq            : faq12.html 

Log message:
New article: 12.1.5 - What are my wireless networking options?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 12:08:51

Modified files:
	distrib/miniroot: install.sub 
	etc/root       : root.mail 
	sys/conf       : newvers.sh 
	sys/sys        : param.h 
	share/mk       : sys.mk 
	share/tmac/mdoc: doc-common doc-syms 

Log message:
move to 3.6-beta


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 12:09:23

Modified files:
	sys/arch/macppc/stand/tbxidata: bsd.tbxi 

Log message:
move to 3.6-beta


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/09 12:10:41

Modified files:
	gnu/usr.bin/perl: Changes Configure INSTALL MANIFEST Makefile.SH 
	                  Makefile.bsd-wrapper README README.os2 
	                  README.vms README.win32 XSUB.h av.c 
	                  config_h.SH configpm cop.h cv.h doio.c doop.c 
	                  dosish.h dump.c embed.h embed.pl form.h 
	                  global.sym gv.c handy.h hv.c installhtml 
	                  installman installperl mg.c op.c op.h opcode.h 
	                  opcode.pl patchlevel.h perl.c perl.h perlio.c 
	                  perly.fixer pp.c pp.h pp_ctl.c pp_hot.c 
	                  pp_sys.c proto.h regcomp.c regexec.c scope.c 
	                  scope.h shlib_version sv.c sv.h toke.c 
	                  universal.c util.c 
	gnu/usr.bin/perl/Porting: Glossary config_H 
	gnu/usr.bin/perl/ext/B/B: Concise.pm 
	gnu/usr.bin/perl/ext/Cwd: Cwd.xs 
	gnu/usr.bin/perl/ext/DB_File: DB_File.pm DB_File.xs typemap 
	gnu/usr.bin/perl/ext/DynaLoader: dl_hpux.xs 
	gnu/usr.bin/perl/ext/Encode/lib/Encode/Unicode: UTF7.pm 
	gnu/usr.bin/perl/ext/Encode/t: Mod_EUCJP.pm enc_data.t 
	                               enc_eucjp.t enc_module.t 
	                               enc_utf8.t 
	gnu/usr.bin/perl/ext/IO/lib/IO: Handle.pm Pipe.pm 
	gnu/usr.bin/perl/ext/List/Util/t: lln.t 
	gnu/usr.bin/perl/ext/ODBM_File: ODBM_File.pm ODBM_File.xs 
	gnu/usr.bin/perl/ext/Opcode: Safe.pm 
	gnu/usr.bin/perl/ext/POSIX: POSIX.pm POSIX.pod POSIX.xs 
	gnu/usr.bin/perl/ext/Socket: Socket.pm Socket.xs 
	gnu/usr.bin/perl/ext/Sys/Syslog: Syslog.pm 
	gnu/usr.bin/perl/ext/Time/HiRes: HiRes.pm 
	gnu/usr.bin/perl/hints: aix.sh bsdos.sh cxux.sh dec_osf.sh 
	                        freebsd.sh hpux.sh irix_5.sh irix_6.sh 
	                        linux.sh machten.sh openbsd.sh 
	                        solaris_2.sh 
	gnu/usr.bin/perl/lib: Benchmark.pm CGI.pm Carp.pm Cwd.pm 
	                      Exporter.pm FileCache.pm Shell.pm 
	                      autouse.pm base.pm diagnostics.pm dotsh.pl 
	                      perl5db.pl utf8.t 
	gnu/usr.bin/perl/lib/CGI: Carp.pm Util.pm 
	gnu/usr.bin/perl/lib/CGI/t: html.t 
	gnu/usr.bin/perl/lib/File: Basename.pm Copy.pm Find.pm 
	gnu/usr.bin/perl/lib/IPC: Open3.pm 
	gnu/usr.bin/perl/lib/Math: BigInt.pm 
	gnu/usr.bin/perl/lib/Net: FTP.pm NNTP.pm 
	gnu/usr.bin/perl/lib/Pod: LaTeX.pm Perldoc.pm 
	gnu/usr.bin/perl/lib/Term: ANSIColor.pm Cap.pm 
	gnu/usr.bin/perl/lib/Test: Harness.pm 
	gnu/usr.bin/perl/lib/Text: ParseWords.pm Wrap.pm 
	gnu/usr.bin/perl/lib/Time: Local.pm 
	gnu/usr.bin/perl/plan9: config.plan9 config_h.sample 
	gnu/usr.bin/perl/pod: perl.pod perl58delta.pod perldebug.pod 
	                      perldiag.pod perlfaq5.pod perlfaq8.pod 
	                      perlform.pod perlfunc.pod perlguts.pod 
	                      perlhist.pod perlintern.pod perlipc.pod 
	                      perlmod.pod perlmodinstall.pod perlobj.pod 
	                      perlop.pod perlrun.pod perlsub.pod 
	                      perlthrtut.pod perltie.pod perltoc.pod 
	                      perltoot.pod perlxs.pod pod2latex.PL 
	                      pod2man.PL splitpod 
	gnu/usr.bin/perl/t: TEST 
	gnu/usr.bin/perl/t/cmd: for.t 
	gnu/usr.bin/perl/t/comp: redef.t 
	gnu/usr.bin/perl/t/io: open.t print.t read.t 
	gnu/usr.bin/perl/t/op: array.t bop.t chop.t closure.t delete.t 
	                       goto.t magic.t my.t pat.t range.t ref.t 
	                       repeat.t sort.t split.t stat.t substr.t 
	                       sysio.t taint.t write.t 
	gnu/usr.bin/perl/t/uni: tr_7jis.t tr_eucjp.t tr_sjis.t tr_utf8.t 
	gnu/usr.bin/perl/utils: c2ph.PL h2ph.PL h2xs.PL perlbug.PL 
	gnu/usr.bin/perl/vms: vms.c 
	gnu/usr.bin/perl/vos: config.alpha.h config.ga.h 
	gnu/usr.bin/perl/win32: Makefile config.bc config.vc config_H.bc 
	                        config_H.gc config_H.vc makefile.mk 
	                        pod.mak win32.c win32sck.c 
	gnu/usr.bin/perl/x2p: find2perl.PL 
Removed files:
	gnu/usr.bin/perl/ext/List/Util: ChangeLog 
	gnu/usr.bin/perl/lib: Win32.pod 
	gnu/usr.bin/perl/lib/I18N/LangTags/t: 01test.t 02decency.t 
	gnu/usr.bin/perl/lib/IPC: SysV.t 
	gnu/usr.bin/perl/lib/Locale/Maketext/t: 00about.t 01make.t 
	                                        02get.t 03http.t 
	                                        90utf8.t 
	gnu/usr.bin/perl/lib/Net: ChangeLog.libnet 
	gnu/usr.bin/perl/lib/unicore: ArabLink.pl ArabLnkGrp.pl 
	                              Bidirectional.pl Blocks.pl 
	                              Canonical.pl Category.pl 
	                              CombiningClass.pl Decomposition.pl 
	                              Exact.pl JamoShort.pl Lbrk.pl 
	                              Name.pl Number.pl Properties 
	                              Scripts.pl 
	gnu/usr.bin/perl/lib/unicore/To: Digit.pl Fold.pl Lower.pl 
	                                 Title.pl Upper.pl 
	gnu/usr.bin/perl/lib/unicore/lib: ASCII.pl Alnum.pl Alpha.pl 
	                                  Alphabet.pl Any.pl Arabic.pl 
	                                  Armenian.pl AsciiHex.pl 
	                                  Assigned.pl Bengali.pl 
	                                  BidiAL.pl BidiAN.pl BidiB.pl 
	                                  BidiBN.pl BidiCS.pl 
	                                  BidiCont.pl BidiEN.pl 
	                                  BidiES.pl BidiET.pl BidiL.pl 
	                                  BidiLRE.pl BidiLRO.pl 
	                                  BidiNSM.pl BidiON.pl 
	                                  BidiPDF.pl BidiR.pl BidiRLE.pl 
	                                  BidiRLO.pl BidiS.pl BidiWS.pl 
	                                  Blank.pl Bopomofo.pl 
	                                  Braille.pl Buhid.pl C.pl 
	                                  Canadian.pl Canon.pl Cc.pl 
	                                  Cf.pl Cherokee.pl Cn.pl 
	                                  Cntrl.pl Co.pl Common.pl 
	                                  Compat.pl Cs.pl Cypriot.pl 
	                                  Cyrillic.pl DCcircle.pl 
	                                  DCcompat.pl DCfinal.pl 
	                                  DCfont.pl DCfracti.pl 
	                                  DCinitia.pl DCisolat.pl 
	                                  DCmedial.pl DCnarrow.pl 
	                                  DCnoBrea.pl DCsmall.pl 
	                                  DCsquare.pl DCsub.pl 
	                                  DCsuper.pl DCvertic.pl 
	                                  DCwide.pl Dash.pl Deprecat.pl 
	                                  Deseret.pl Devanaga.pl 
	                                  Diacriti.pl Digit.pl 
	                                  Ethiopic.pl Extender.pl 
	                                  Georgian.pl Gothic.pl Graph.pl 
	                                  Grapheme.pl Greek.pl 
	                                  Gujarati.pl Gurmukhi.pl Han.pl 
	                                  Hangul.pl Hanunoo.pl Hebrew.pl 
	                                  HexDigit.pl Hiragana.pl 
	                                  Hyphen.pl IdContin.pl 
	                                  IdStart.pl Ideograp.pl 
	                                  IdsBinar.pl IdsTrina.pl 
	                                  InAegean.pl InAlphab.pl 
	                                  InArabi2.pl InArabi3.pl 
	                                  InArabic.pl InArmeni.pl 
	                                  InArrows.pl InBasicL.pl 
	                                  InBengal.pl InBlockE.pl 
	                                  InBopom2.pl InBopomo.pl 
	                                  InBoxDra.pl InBraill.pl 
	                                  InBuhid.pl InByzant.pl 
	                                  InCherok.pl InCjkCo2.pl 
	                                  InCjkCo3.pl InCjkCo4.pl 
	                                  InCjkCom.pl InCjkRad.pl 
	                                  InCjkSym.pl InCjkUn2.pl 
	                                  InCjkUn3.pl InCjkUni.pl 
	                                  InCombi2.pl InCombi3.pl 
	                                  InCombin.pl InContro.pl 
	                                  InCurren.pl InCyprio.pl 
	                                  InCyril2.pl InCyrill.pl 
	                                  InDesere.pl InDevana.pl 
	                                  InDingba.pl InEnclo2.pl 
	                                  InEnclos.pl InEthiop.pl 
	                                  InGenera.pl InGeomet.pl 
	                                  InGeorgi.pl InGothic.pl 
	                                  InGreek.pl InGreekA.pl 
	                                  InGreekE.pl InGujara.pl 
	                                  InGurmuk.pl InHalfwi.pl 
	                                  InHangu2.pl InHangu3.pl 
	                                  InHangul.pl InHanuno.pl 
	                                  InHebrew.pl InHighPr.pl 
	                                  InHighSu.pl InHiraga.pl 
	                                  InIdeogr.pl InIpaExt.pl 
	                                  InKanbun.pl InKangxi.pl 
	                                  InKannad.pl InKatak2.pl 
	                                  InKataka.pl InKhmer.pl 
	                                  InKhmerS.pl InLao.pl 
	                                  InLatin1.pl InLatin2.pl 
	                                  InLatin3.pl InLatinE.pl 
	                                  InLetter.pl InLimbu.pl 
	                                  InLinea2.pl InLinear.pl 
	                                  InLowSur.pl InMalaya.pl 
	                                  InMathe2.pl InMathem.pl 
	                                  InMisce2.pl InMisce3.pl 
	                                  InMisce4.pl InMisce5.pl 
	                                  InMiscel.pl InMongol.pl 
	                                  InMusica.pl InMyanma.pl 
	                                  InNumber.pl InOgham.pl 
	                                  InOldIta.pl InOptica.pl 
	                                  InOriya.pl InOsmany.pl 
	                                  InPhonet.pl InPrivat.pl 
	                                  InRunic.pl InShavia.pl 
	                                  InSinhal.pl InSmallF.pl 
	                                  InSpacin.pl InSpecia.pl 
	                                  InSupers.pl InSuppl2.pl 
	                                  InSuppl3.pl InSuppl4.pl 
	                                  InSuppl5.pl InSupple.pl 
	                                  InSyriac.pl InTagalo.pl 
	                                  InTagban.pl InTags.pl 
	                                  InTaiLe.pl InTaiXua.pl 
	                                  InTamil.pl InTelugu.pl 
	                                  InThaana.pl InThai.pl 
	                                  InTibeta.pl InUgarit.pl 
	                                  InUnifie.pl InVaria2.pl 
	                                  InVariat.pl InYiRadi.pl 
	                                  InYiSyll.pl InYijing.pl 
	                                  Inherite.pl JoinCont.pl 
	                                  Kannada.pl Katakana.pl 
	                                  Khmer.pl L.pl L_.pl Lao.pl 
	                                  Latin.pl Limbu.pl LinearB.pl 
	                                  Ll.pl Lm.pl Lo.pl LogicalO.pl 
	                                  Lower.pl Lowercas.pl Lt.pl 
	                                  Lu.pl M.pl Malayala.pl Math.pl 
	                                  Mc.pl Me.pl Mirrored.pl Mn.pl 
	                                  Mongolia.pl Myanmar.pl N.pl 
	                                  Nd.pl Nl.pl No.pl Nonchara.pl 
	                                  Ogham.pl OldItali.pl Oriya.pl 
	                                  Osmanya.pl OtherAlp.pl 
	                                  OtherDef.pl OtherGra.pl 
	                                  OtherIdS.pl OtherLow.pl 
	                                  OtherMat.pl OtherUpp.pl P.pl 
	                                  Pc.pl Pd.pl Pe.pl Pf.pl Pi.pl 
	                                  Po.pl Print.pl Ps.pl Punct.pl 
	                                  Quotatio.pl Radical.pl 
	                                  Runic.pl S.pl Sc.pl Shavian.pl 
	                                  Sinhala.pl Sk.pl Sm.pl So.pl 
	                                  SoftDott.pl Space.pl 
	                                  SpacePer.pl Syriac.pl 
	                                  Tagalog.pl Tagbanwa.pl 
	                                  TaiLe.pl Tamil.pl Telugu.pl 
	                                  Terminal.pl Thaana.pl Thai.pl 
	                                  Tibetan.pl Title.pl 
	                                  Ugaritic.pl UnifiedI.pl 
	                                  Upper.pl Uppercas.pl 
	                                  WhiteSpa.pl Word.pl XDigit.pl 
	                                  Yi.pl Z.pl Zl.pl Zp.pl Zs.pl 
	                                  _CanonDC.pl _CaseIgn.pl 
	                                  _CombAbo.pl 

Log message:
merge 5.8.5 into HEAD
remove now-unused files
crank libperl shared library major number
update Makefile.bsd-wrapper
tweak openbsd hints file for arm and m68k


CVSROOT:	/cvs
Module name:	XF4
Changes by:	mickey@cvs.openbsd.org	2004/08/09 12:16:30

Modified files:
	xc/config/cf   : OpenBSD.cf 

Log message:
not that we are 3.6 use proper minor check for shlibs


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/09 12:18:41

Modified files:
	gnu/usr.bin/perl/hints: openbsd.sh 

Log message:
proper version chekc for shlibs


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 12:20:59

Modified files:
	devel/cvsweb/files: README.chroot 

Log message:
sync with our current perl version; okay jolan@ naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 12:23:21

Modified files:
	x11/gentoo/pkg : PLIST 
Removed files:
	x11/gentoo/pkg : DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 12:39:22

Modified files:
	sbin/wsconsctl : wsconsctl.c 

Log message:
minor cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 13:52:06

Modified files:
	sys/arch/i386/pci: pcibios.c 

Log message:
rev not rev.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 13:54:20

Modified files:
	infrastructure/mk: ruby.port.mk 
Added files:
	lang/ruby      : ruby.port.mk 
Removed files:
	lang/ruby/files: ruby.port.mk 

Log message:
prepare for new-style MODULES; ok couderc@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 13:56:15

Modified files:
	devel/ruby-ncurses: Makefile 
	graphics/ruby-gdk-imlib: Makefile 
	graphics/ruby-gdk-pixbuf: Makefile 
	net/ruby-pcap  : Makefile 
	x11/ruby-gtk   : Makefile 

Log message:
MODULES= lang/ruby


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/09 13:57:23

Modified files:
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 

Log message:
Move tun(4) to appropriate section and kill now empty 'call' section.
ok todd@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/09 13:58:27

Modified files:
	etc/etc.i386   : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 14:18:15

Modified files:
	sys/arch/m88k/m88k: m88100_fp.S 

Log message:
G/c option HANDLER code, and a few cosmetic cleanings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/09 14:39:54

Modified files:
	benchmarks/pear-Benchmark: Makefile 
	devel/pear-Config: Makefile 
	devel/pear-Date: Makefile 
	devel/pear-Log : Makefile 
	devel/pear-PHPUnit: Makefile 
	mail/pear-Mail-Mime: Makefile 
	textproc/pear-XML-RSS: Makefile 
	textproc/pear-XML-Tree: Makefile 
	www/pear-HTML-Common: Makefile 
	www/pear-HTML-QuickForm: Makefile 

Log message:
MODULES= www/php4/pear


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 14:52:12

Modified files:
	sys/arch/luna88k/luna88k: locore.S 
	sys/arch/m88k/m88k: m88100_fp.S m88110_fp.S process.S 
	sys/arch/mvme88k/mvme88k: locore.S 

Log message:
Take advantage of the recent ABI change to use less stack space and do
less stack pointer manipulation; the kernel needs to be compiled by an
up-to-date compiler now, or a tree will fall on your house.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/09 14:53:05

Modified files:
	sys/arch/m88k/include: param.h 

Log message:
Shrink the u-area down to two pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 15:00:54

Modified files:
	sys/arch/mips64/mips64: cpu.c 

Log message:
fixed printout


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 15:01:32

Modified files:
	sys/arch/mips64/mips64: clock.c 

Log message:
adding tod support to sgi


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 15:13:30

Modified files:
	sys/arch/sgi/sgi: clock_md.c 

Log message:
sgi TOD clock


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/09 15:15:09

Modified files:
	include        : login_cap.h 
	lib/libc/gen   : login_cap.3 login_cap.c 
	share/man/man5 : login.conf.5 

Log message:
Support the "setenv" capability in login.conf ala FreeBSD.  Following
FreeBSD's example, a '~' in an environment variable is replaced
with the user's homedir.  A '$' is replaced by the user's login
name.  Both can be escaped with a backslash to get the literal char.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/09 15:18:20

Modified files:
	usr.bin/login  : login.1 

Log message:
Mention "setenv" login.conf capability so people can find it.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 16:22:50

Modified files:
	sys/ddb        : db_sym.c 
	sys/dev        : ksyms.c 

Log message:
mips/sgi uses same symbol table style setup as sparc64
OK mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 16:24:29

Modified files:
	sys/dev/ic     : com.c 

Log message:
remove old arc stuff and add sgi support.
ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/09 16:26:24

Modified files:
	sys/dev/pci    : pcivar.h 

Log message:
remove some old stuff and clean up. arc and galileo is gone.
ok mickey@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 18:00:01

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
missing \ at eol


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/09 18:52:45

Modified files:
	databases/mysql/pkg: PFRAG.shared PLIST PLIST-server PLIST-tests 
	devel/binutils/stable/pkg: PFRAG.alpha PFRAG.amd64 PFRAG.arm 
	                           PFRAG.hppa PFRAG.i386 PFRAG.powerpc 
	                           PFRAG.sparc PFRAG.sparc64 PLIST 
	devel/boehm-gc/pkg: PFRAG.shared PLIST 
	devel/gputils/pkg: PLIST 
	devel/guilib/pkg: PFRAG.shared PLIST 
	devel/libslang/pkg: PFRAG.shared PLIST 
	audio/faad/pkg : PFRAG.shared 
	devel/libdvdread/pkg: PFRAG.shared PLIST 
	devel/libdvdplay/pkg: PFRAG.shared PLIST 
	devel/mico/pkg : PFRAG.shared PLIST 
	devel/mk/pkg   : PLIST 
	devel/mm/pkg   : PFRAG.shared PLIST 
	devel/mysql++/pkg: PFRAG.shared PLIST PLIST-docs 

Log message:
new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/09 19:56:14

Modified files:
	devel/gdb      : Makefile 

Log message:
COMES_WITH=3.6, tree now comes w/ even newer version; reminded by deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 20:11:32

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.sparc md.sparc64 
	                         md.vax mi 
	distrib/sets/lists/comp: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.sparc md.sparc64 
	                         md.vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/09 20:12:54

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	dons@cvs.openbsd.org	2004/08/09 20:33:02

Modified files:
	devel/darcs/patches: patch-GNUmakefile 
	devel/darcs/pkg: PLIST 

Log message:
Turn of doc regeneration, to make sure darcs doesn't try to regenerate
docs if latex2html happens to be installed, leading to different
packing lists with and without latex2html.

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/09 22:31:12

Modified files:
	sys/dev/mii    : miidevs 

Log message:
1000baseTX -> 1000baseT
gigabit -> Gigabit


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/09 22:32:58

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 01:24:49

Modified files:
	devel/nspr     : Makefile 

Log message:
Follow symlinks for libraries as well.
Package has been unusable since its import.
Does anybody use these things ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 01:25:38

Modified files:
	devel/nspr/pkg : PFRAG.shared PLIST 

Log message:
new plist.
(symlink issue found by PFRAG.shared not holding any libraries)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 01:27:48

Modified files:
	archivers/ucl/pkg: PFRAG.shared 
	audio/flac/pkg : PFRAG.shared 

Log message:
new plists


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/10 01:30:57

Modified files:
	sys/arch/sgi/conf: files.sgi GENERIC 
Added files:
	sys/arch/sgi/dev: if_mec.c if_mecreg.h 

Log message:
mac-110 on mace from netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/10 01:48:45

Modified files:
	sys/arch/sgi/include: autoconf.h 
	sys/arch/sgi/localbus: macebus.c 

Log message:
give mace some dma; pefo@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 02:04:02

Modified files:
	audio/aumix    : Makefile 
	audio/easytag  : Makefile 
	audio/flac     : Makefile 
	audio/gqmpeg   : Makefile 
	audio/lopster  : Makefile 
	audio/madplay  : Makefile 
	audio/normalize: Makefile 

Log message:
new-style MODULES.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/10 02:07:35

Modified files:
	sys/arch/sgi/localbus: macebus.c 
	sys/arch/mips64/mips64: interrupt.c 

Log message:
use generic net/netisr_dispatch.h; pefo@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 02:10:20

Modified files:
	devel/p5-Algorithm-Diff/pkg: PLIST 
	devel/p5-Algorithm-MDiff: Makefile 
	devel/p5-Algorithm-MDiff/pkg: PLIST 
	devel/p5-Algorithm-MarkovChain/pkg: PLIST 
	devel/p5-App-Info/pkg: PLIST 
	devel/p5-AppConfig/pkg: PLIST 
	devel/p5-AppConfig-Std/pkg: PLIST 
	devel/p5-B-Graph/pkg: PLIST 
	devel/p5-B-Keywords/pkg: PLIST 
	devel/p5-BSD-Resource/pkg: PLIST 
	devel/p5-C-Scan/pkg: PLIST 
	devel/p5-Carp-Assert/pkg: PLIST 
	devel/p5-Carp-Datum/pkg: PLIST 
	devel/p5-Class-Accessor/pkg: PLIST 
	devel/p5-Class-Container/pkg: PLIST 
	devel/p5-Class-Data-Inheritable/pkg: PLIST 
	devel/p5-Class-Date/pkg: PLIST 
	devel/p5-Class-Loader/pkg: PLIST 
	devel/p5-Class-MethodMaker/pkg: PLIST 
	devel/p5-Class-MethodMapper/pkg: PLIST 
	devel/p5-Class-ReturnValue/pkg: PLIST 
	devel/p5-Class-Trigger/pkg: PLIST 
	devel/p5-Class-WhiteHole/pkg: PLIST 
	devel/p5-Config-IniFiles/pkg: PLIST 
	devel/p5-Curses: Makefile 
	devel/p5-Curses/pkg: PLIST 
	devel/p5-Curses-UI/pkg: PLIST 
	devel/p5-Curses-Widgets/pkg: PLIST 
	devel/p5-Data-Flow/pkg: PLIST 
	devel/p5-Data-ShowTable/pkg: PLIST 
	devel/p5-Date-Handler/pkg: PLIST 
	devel/p5-Date-ICal/pkg: PLIST 
	devel/p5-Date-Leapyear/pkg: PLIST 
	devel/p5-Date-Simple/pkg: PLIST 
	devel/p5-Devel-Cycle/pkg: PLIST 
	devel/p5-Devel-SmallProf/pkg: PLIST 
	devel/p5-Devel-StackTrace/pkg: PLIST 
	devel/p5-Devel-Symdump/pkg: PLIST 
	devel/p5-Error/pkg: PLIST 
	devel/p5-Event/pkg: PLIST 
	devel/p5-Exception-Class/pkg: PLIST 
	devel/p5-Expect/pkg: PLIST 
	devel/p5-Exporter-Lite/pkg: PLIST 
	devel/p5-ExtUtils-CBuilder/pkg: PLIST 
	devel/p5-ExtUtils-ParseXS/pkg: PLIST 
	devel/p5-File-ReadBackwards/pkg: PLIST 
	devel/p5-File-Sync: Makefile 
	devel/p5-File-Sync/pkg: PLIST 
	devel/p5-File-Tail/pkg: PLIST 
	devel/p5-FreezeThaw/pkg: PLIST 
	devel/p5-Getargs-Long/pkg: PLIST 
	devel/p5-IO-String/pkg: PLIST 
	devel/p5-IO-Tty: Makefile 
	devel/p5-IO-Tty/pkg: PLIST 
	devel/p5-IPC-ShareLite/pkg: PLIST 
	devel/p5-Locale-PGettext/pkg: PLIST 
	devel/p5-Log-Agent/pkg: PLIST 
	devel/p5-Log-Log4perl/pkg: PLIST 
	devel/p5-MLDBM/pkg: PLIST 
	devel/p5-MLDBM-Sync/pkg: PLIST 
	devel/p5-Net-Server/pkg: PLIST 
	devel/p5-Number-Compare/pkg: PLIST 
	devel/p5-Number-Compare-Date/pkg: PLIST 
	devel/p5-Object-Realize/pkg: PLIST 
	devel/p5-Parallel-ForkManager/pkg: PLIST 
	devel/p5-Params-Validate: Makefile 
	devel/p5-Params-Validate/pkg: PLIST 
	devel/p5-Parse-RecDescent/pkg: PLIST 
	devel/p5-Set-Scalar/pkg: PLIST 
	devel/p5-String-CRC32: Makefile 
	devel/p5-String-CRC32/pkg: PLIST 
	devel/p5-String-Scanf/pkg: PLIST 
	devel/p5-Sub-Uplevel/pkg: PLIST 
	devel/p5-Term-ReadKey: Makefile 
	devel/p5-Term-ReadKey/pkg: PLIST 
	devel/p5-Term-ReadLine-Gnu: Makefile 
	devel/p5-Term-ReadLine-Gnu/pkg: PLIST 
	devel/p5-Term-Screen/pkg: PLIST 
	devel/p5-Term-ScreenColor/pkg: PLIST 
	devel/p5-Test-Builder-Tester/pkg: PLIST 
	devel/p5-Test-Exception/pkg: PLIST 
	devel/p5-Test-Inline/pkg: PLIST 
	devel/p5-Test-Memory-Cycle/pkg: PLIST 
	devel/p5-Test-MockObject/pkg: PLIST 
	devel/p5-Test-Taint/pkg: PLIST 
	devel/p5-Time-Period/pkg: PLIST 
	devel/p5-Time-Piece/pkg: PLIST 
	devel/p5-Time-TimeDate/pkg: PLIST 
	devel/p5-Tree-DAG_Node/pkg: PLIST 
	devel/p5-Universal-exports/pkg: PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 02:12:09

Modified files:
	cad/klogic     : Makefile 
	cad/qcad       : Makefile 
	comms/jpilot   : Makefile 
	comms/minicom  : Makefile 
	comms/scmxx    : Makefile 
	converters/p5-Text-Iconv: Makefile 
	converters/recode: Makefile 
	converters/wv  : Makefile 
	converters/wv2 : Makefile 

Log message:
new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 02:14:35

Modified files:
	infrastructure/mk: ghc.port.mk 
Added files:
	lang/ghc       : ghc.port.mk 
Removed files:
	lang/ghc/files : ghc.port.mk 

Log message:
prepare for new-style MODULES; ok dons@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2004/08/10 02:17:10

Modified files:
	share/man/man4/man4.sgi: Makefile 
Added files:
	share/man/man4/man4.sgi: mec.4 

Log message:
if_mec man


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 02:23:37

Modified files:
	devel/alex     : Makefile 
	devel/c2hs     : Makefile 
	devel/darcs    : Makefile 
	devel/haddock  : Makefile 
	devel/happy    : Makefile 
	devel/hmake    : Makefile 
	devel/hs-ports : Makefile 
	devel/idoc     : Makefile 
	lang/nhc98     : Makefile 
	security/hs-crypto: Makefile 

Log message:
MODULES= lang/ghc


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 02:32:36

Modified files:
	editors/abiword: Makefile 
	editors/glimmer: Makefile 
	editors/kxmleditor: Makefile 
	editors/nano   : Makefile 
	editors/xemacs21: Makefile 
	education/drgeo: Makefile 
	education/gtypist: Makefile 
	emulators/fuse-utils: Makefile 
	emulators/uae  : Makefile 

Log message:
new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 02:36:46

Modified files:
	devel/pccts/pkg: PLIST 
	devel/pcre/pkg : PFRAG.shared PLIST 
	devel/pear-Config/pkg: PLIST 
	devel/pear-Date/pkg: PLIST 
	devel/pear-Log/pkg: PLIST 
	devel/pear-PHPUnit/pkg: PLIST 
	devel/perltidy/pkg: PLIST 
	devel/physfs/pkg: PFRAG.shared 
	databases/dbh/pkg: PFRAG.shared PLIST 
	devel/libIDL/pkg: PFRAG.shared PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 02:45:21

Modified files:
	infrastructure/install: make-plist 

Log message:
register sample dirs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 02:46:50

Modified files:
	sysutils/LPRng : Makefile 
	sysutils/ggrep : Makefile 
	sysutils/knutclient: Makefile 
	textproc/gpdf  : Makefile 
	textproc/libxml: Makefile 
	textproc/pinfo : Makefile 
	textproc/sablotron: Makefile 
	textproc/scrollkeeper: Makefile 
	textproc/textutils: Makefile 
	textproc/xxdiff: Makefile 
	www/bluefish   : Makefile 
	www/gtkhtml    : Makefile 
	www/w3m        : Makefile 
	www/konqueror-embedded: Makefile 
	www/snownews   : Makefile 

Log message:
new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 03:14:48

Modified files:
	graphics/gqview: Makefile 
	graphics/gtkam : Makefile 
	graphics/gwenview: Makefile 
	graphics/imlib : Makefile 
	graphics/libexif: Makefile 
	korean/hanterm-xf: Makefile 
	lang/clisp     : Makefile 
	lang/gawk      : Makefile 
	lang/librep    : Makefile 
	mail/dovecot   : Makefile 
	mail/evolution : Makefile 
	mail/exim      : Makefile 
	mail/fetchmail : Makefile 
	mail/kbiff     : Makefile 
	mail/mutt      : Makefile.inc 
	mail/nail      : Makefile 
	mail/sylpheed-claws: Makefile 
	math/geg       : Makefile 
	math/gnumeric  : Makefile 

Log message:
new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:17:08

Modified files:
	games/hackdata/pkg: PLIST 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 03:26:14

Modified files:
	news/pan       : Makefile 
	news/tin       : Makefile 
	print/a2ps     : Makefile 
	print/lyx      : Makefile 
	productivity/qhacc: Makefile 
	security/gnupg : Makefile 
	security/libgpg-error: Makefile 
	security/mcrypt: Makefile 
	security/xmlsec: Makefile 
	shells/bash    : Makefile 

Log message:
new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:34:00

Modified files:
	games/nethack  : Makefile 
	games/nethack/pkg: PLIST 

Log message:
new-style plist, handcrafted with a few tweaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:36:45

Modified files:
	games/nethack/pkg: PFRAG.no-no_x11 PFRAG.qt 

Log message:
more GAMEDIR


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 03:38:35

Modified files:
	net/ap-utils   : Makefile 
	net/cadaver    : Makefile 
	net/centericq  : Makefile 
	net/gaim       : Makefile 
	net/gnet       : Makefile 
	net/jabberd    : Makefile 
	net/neon       : Makefile 
	net/pavuk      : Makefile 
	net/scli       : Makefile 
	net/silc-client: Makefile 
	net/silc-server: Makefile 
	net/tcpreen    : Makefile 
	net/wget       : Makefile 
	net/wol        : Makefile 
	net/xchat      : Makefile 
	net/xchat2     : Makefile 
	net/ysmv7      : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:43:40

Modified files:
	games/nethack  : Makefile 

Log message:
unneeded, install program gets perm, record, logfile right.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:43:46

Modified files:
	devel/popt/pkg : PFRAG.shared PLIST 
	devel/ORBit/pkg: PFRAG.shared PLIST 
	devel/ORBit2/pkg: PFRAG.shared PLIST 
	devel/libgtop2/pkg: PFRAG.shared PLIST 
	devel/pth/pkg  : PFRAG.shared PLIST 
	devel/sdl-gfx/pkg: PFRAG.shared PLIST 
Removed files:
	devel/ORBit/pkg: DEINSTALL INSTALL 

Log message:
new plists.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/10 03:47:59

Modified files:
	sbin/isakmpd/sysdep/common/libsysdep: arc4random.c 

Log message:
If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 03:48:18

Modified files:
	misc/cdrchive  : Makefile 
	misc/fileutils : Makefile 
	misc/findutils : Makefile 
	misc/ktail     : Makefile 
	misc/ktimeclock: Makefile 
	misc/logjam    : Makefile 
	misc/magicpoint: Makefile 
	misc/pi-address: Makefile 
	misc/rpm       : Makefile 
	misc/sh-utils  : Makefile 
	misc/xcdroast  : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:48:24

Modified files:
	games/slash    : Makefile 
	games/slash/pkg: PFRAG.no-no_x11 PLIST 

Log message:
new-style PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/10 03:49:51

Modified files:
	sbin/isakmpd/sysdep/linux: GNUmakefile.sysdep 

Log message:
Linux has AES (and DES). From Benjamin Pineau.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 03:50:55

Modified files:
	graphics/libmng/pkg: PFRAG.shared PLIST 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 04:04:57

Modified files:
	games/slash-em : Makefile 
	games/slash-em/pkg: PLIST 
	games/falconseye: Makefile 
	games/falconseye/pkg: PLIST 

Log message:
new-style PLISTs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 04:26:50

Modified files:
	databases/evolution-data-server: Makefile 
	databases/freetds: Makefile 
	databases/gq   : Makefile 
	databases/mysqlcc: Makefile 
	databases/p5-sybperl: Makefile 
	databases/sqsh : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 04:36:37

Modified files:
	games/bombermaze: Makefile 
	games/eboard   : Makefile 
	games/freeciv  : Makefile 
	games/heroes   : Makefile 
	games/kslide   : Makefile 
	games/nethack  : Makefile 
	games/taxipilot: Makefile 
	games/tornado  : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 04:56:43

Modified files:
	x11/gnome/applets2: Makefile 
	x11/gnome/bonobo: Makefile 
	x11/gnome/bonobo-conf: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/eel  : Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/gail : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/ggv  : Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnomecanvas: Makefile 
	x11/gnome/libgnomeprint: Makefile 
	x11/gnome/libgnomeprintui: Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/themes: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/yelp : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 05:05:58

Modified files:
	misc/rpm/pkg   : PFRAG.shared PLIST 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 05:06:43

Modified files:
	x11/xfce4/plugins/xfce4-clipman-plugin: Makefile 
	x11/xfce4/plugins/xfce4-datetime-plugin: Makefile 
	x11/xfce4/plugins/xfce4-fsguard-plugin: Makefile 
	x11/xfce4/plugins/xfce4-netload-plugin: Makefile 
	x11/xfce4/plugins/xfce4-notes-plugin: Makefile 
	x11/xfce4/plugins/xfce4-systemload-plugin: Makefile 
	x11/xfce4/plugins/xfce4-systray: Makefile 
	x11/xfce4/plugins/xfce4-toys: Makefile 
	x11/xfce4/plugins/xfce4-trigger-launcher: Makefile 
	x11/xfce4/plugins/xfce4-wavelan-plugin: Makefile 
	x11/xfce4/plugins/xfce4-weather-plugin: Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 05:10:01

Modified files:
	sys/net        : pf_if.c 

Log message:
when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly
create an interface entry with the same name.  Prevents panics due to
subsequent invalid refcounting.

from Chris Pascoe

ok dhartmei@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 05:10:54

Modified files:
	textproc/antiword/pkg: PLIST 

Log message:
updated plist


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/08/10 05:11:34

Modified files:
	openssh        : users.html 

Log message:
Add Fedora Linux; from Anthony at Peeters.ch


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 05:16:44

Modified files:
	x11/explorer   : Makefile 
	x11/gtk+       : Makefile 
	x11/kdirstat   : Makefile 
	x11/kmplayer   : Makefile 
	x11/kountdown  : Makefile 
	x11/mplayer-fontmaker: Makefile 
	x11/ogle_gui   : Makefile 
	x11/openbox    : Makefile 
	x11/qinx       : Makefile 
	x11/qlwm       : Makefile 
	x11/vlc        : Makefile 
	x11/windowmaker: Makefile 
	x11/gtksourceview: Makefile 
	x11/xglobe     : Makefile 
	x11/xscreensaver: Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2004/08/10 05:17:51

Modified files:
	openssh        : report.html 

Log message:
Direct how-to questions to openssh-unix-dev list


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 05:23:24

Modified files:
	games/nethack  : Makefile 
	games/nethack/patches: patch-sys_unix_Makefile_top 
	games/nethack/pkg: PFRAG.no-no_x11 PLIST 

Log message:
explicit version marker. Installing a new nethack won't mean you have to
remove the old one.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/10 05:53:27

Modified files:
	usr.sbin/pkg_add: pkg_add pkg_delete 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
cosmetic tweak: ensure all dirs always get exactly one / at the end.
cosmetic tweak: do not show a space after a keyword without args.
dir support reworked: keep clones() of dir objects, and call cleanup/reload
routines at end.

@mandir/fontdir support:
both mandir and fontdir remove extra files on delete.
@fontdir creates alias files, runs mkfontdir, and uses fc-cache.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 05:54:36

Modified files:
	chinese/kcfonts/pkg: PLIST 
	chinese/taipeifonts/pkg: PLIST 
	games/hackdata/pkg: PLIST 

Log message:
use fontdir support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 05:56:47

Modified files:
	sysutils/monit/pkg: PLIST 
Removed files:
	sysutils/monit/pkg: DEINSTALL INSTALL 

Log message:
new-style PLIST, using @sample. ok margarida@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 05:57:54

Modified files:
	japanese/funetfonts/pkg: PLIST 
	japanese/intlfonts/pkg: PLIST 

Log message:
font support


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/10 06:04:53

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/10 06:05:52

Modified files:
	usr.sbin/pkg_add: pkg_delete 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 06:07:38

Modified files:
	lang/tcl/8.0/pkg: PFRAG.shared PLIST 
	lang/tcl/8.3/pkg: PLIST 
	lang/tcl/8.4/pkg: PLIST 

Log message:
new plist, use mandir.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 06:08:58

Modified files:
	korean/baekmuk-fonts/pkg: PLIST 
	korean/hanterm-fonts/pkg: PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 06:32:14

Modified files:
	sys/arch/sgi/sgi: machdep.c 

Log message:
Don't mess with the msgbuf location when free memory is determined by the bios.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 06:33:21

Modified files:
	sys/arch/sgi/include: autoconf.h 

Log message:
make enaddr_aton in machdep.c global


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 06:37:37

Modified files:
	x11/tk/8.0/pkg : PFRAG.shared PLIST 
	x11/tk/8.3/pkg : PLIST 
	x11/tk/8.4/pkg : PLIST 

Log message:
new plists, mandir.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/10 06:41:15

Modified files:
	usr.sbin/ntpd  : config.c ntpd.h parse.y 

Log message:
move memory allocation for new peers into a new function, makes ID allocation
easier


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 06:42:23

Modified files:
	devel/ORBit    : Makefile 
	devel/ORBit2   : Makefile 
	devel/atk      : Makefile 
	devel/bison    : Makefile 
	devel/cook     : Makefile 
	devel/doc++    : Makefile 
	devel/gal      : Makefile 
	devel/gal2     : Makefile 
	devel/gconf2   : Makefile 
	devel/gettext  : Makefile 
	devel/gindent  : Makefile 
	devel/glib2    : Makefile 
	devel/gmake    : Makefile 
	devel/id-utils : Makefile 
	devel/kdbg     : Makefile 
	devel/libglade : Makefile 
	devel/libglade2: Makefile 
	devel/libgsf   : Makefile 
	devel/libgtop  : Makefile 
	devel/libgtop2 : Makefile 
	devel/libwnck  : Makefile 
	devel/lincvs   : Makefile 
	devel/silc-toolkit: Makefile 
	devel/tmake    : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/10 06:45:27

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
in the pool case ("servers somepool.somewhere"), we add new peers while
looping over the addresses returned by the dns lookup, as each address
is one new peer.
however, if the lookup fails with a temporary error, we will try to lookup
later again. for that, we obviously need to insert one peer with the
hostname in addr_head... change one for() loop into a do { } while() one


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/10 06:50:14

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
Document @man, @info, @lib, @mandir, @fontdir.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/10 06:57:18

Modified files:
	usr.sbin/bgpd  : rde.h rde_filter.c rde_update.c 

Log message:
Correctly set the MED in outgoing UPDATEs. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/10 07:02:08

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y printconf.c rde.c rde.h 
	                 rde_filter.c rde_rib.c 

Log message:
switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/10 07:08:13

Modified files:
	usr.sbin/bgpd  : rde_attr.c 

Log message:
style, use sizeof() instead of a hardcoded value.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/10 07:11:14

Modified files:
	.              : amd64.html 

Log message:
Supported hardware list -> Supported hardware (for consistancy later),
scsi->SCSI, from santana at tuxtla dot openbsd dot org dot mx
Unlikely to find a place to put VLB or EISA bus cards on an amd64 machine.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/10 07:20:30

Modified files:
	share/man/man4 : wi.4tbl 

Log message:
Apacer Wireless Steno MB112 includes wi@USB


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2004/08/10 07:21:22

Modified files:
	.              : i386.html 

Log message:
Add Apacer Wireless Steno MB112


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 07:24:15

Modified files:
	www/zope-cmf   : Makefile distinfo 

Log message:
update to zope-cmf-1.4.6; various bug fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 07:33:13

Modified files:
	x11/qt3/pkg    : PFRAG.shared PLIST PLIST-base PLIST-examples 
	                 PLIST-html 

Log message:
update plists.
New make-plist knows how to handle it now.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/10 07:33:15

Modified files:
	bin/pax        : tar.1 

Log message:
-L and -h are synonymous; noticed by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 07:35:50

Modified files:
	graphics/lcms/pkg: PFRAG.shared PLIST 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	danh@cvs.openbsd.org	2004/08/10 07:36:08

Modified files:
	net/net-snmp   : Makefile distinfo 
	net/net-snmp/pkg: PLIST 

Log message:
update to net-snmp 5.1.2 ; ok maintainer


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2004/08/10 07:44:23

Modified files:
	.              : porting.html 

Log message:
strongly recommend update-plist.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 07:45:40

Modified files:
	sys/arch/mips64/mips64: clock.c 

Log message:
clean


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/10 07:46:28

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
Support IPv6 in message and state transition dumps. Table dumps still
unsupported. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 07:47:46

Modified files:
	sys/arch/sgi/conf: GENERIC RAMDISK 
	sys/arch/sgi/dev: if_mec.c 

Log message:
Add O2 built in ethernet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 07:48:21

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
prefer pkg_create -B


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/10 07:50:10

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
Always free message buffer on error.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2004/08/10 07:51:28

Modified files:
	porting        : diffs.html 

Log message:
fake always. -S option of pkg_create.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 07:53:37

Modified files:
	x11/kde/arts3/pkg: PFRAG.shared 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/10 07:54:55

Modified files:
	sysutils/gkrellm/plugins/wireless/patches: patch-wireless_c 

Log message:
do not try to use get_an_link_quality(); on OpenBSD;

reported by naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/10 07:55:23

Modified files:
	.              : alpha.html amiga.html arc.html cats.html 
	                 hp300.html hppa.html hppa64.html i386.html 
	                 luna88k.html mac68k.html macppc.html 
	                 mvme68k.html mvme88k.html pmax.html sparc.html 
	                 sparc64.html sun3.html vax.html 

Log message:
"Supported hardware list" -> "Supported hardware"
"scsi" -> "SCSI"  "lan" -> "LAN".  Verified with tom@, miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 08:00:27

Modified files:
	textproc/makefaq/pkg: PLIST 
	textproc/py-jaxml/pkg: PLIST 

Log message:
new PLISTs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 08:01:02

Modified files:
	graphics/jasper/pkg: PFRAG.shared PLIST 
	graphics/libart/pkg: PFRAG.shared PLIST 

Log message:
new plists


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/10 08:06:54

Modified files:
	usr.sbin/bgpd  : rde.c session.c 

Log message:
Gahhh, why is this still around? It was never necessary to inform the parent
after fd passing. I thought I removed that some time ago... anyway now it
is gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 08:17:03

Modified files:
	misc/geekcode/pkg: PLIST 
	misc/py-imdb/pkg: PLIST 

Log message:
new PLISTs.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/10 08:52:33

Modified files:
	.              : amd64.html 

Log message:
Validation fix. Spotted by and fix by tom@


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/10 09:07:11

Modified files:
	share/man/man4 : route.4 

Log message:
update to reality
- elaborate on cloned route behavior
- mention route labels
- sync header file excerpts
- remove ISO mention
- things that were new 10 years ago are just "the way" now, so do not
refer to them as such
- remove source routing stuff for now
mdoc corrections
add some cross-refs
slight consistency and reorganizational fixes
grammar, punctuation, and rewording fixes

requested by, help, and ok henning
help and ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/10 09:53:31

Modified files:
	lib/libc/gen   : login_cap.c 
	share/man/man5 : login.conf.5 

Log message:
Only expand a tilde for strings like "~", "~/..", "~user" and "~user/".
For the PATH, only expand a tilde that is at the beginning of the path name.
This is similar to the behavior prior to my commit here yesterday.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/10 09:59:11

Modified files:
	sbin/isakmpd   : dpd.c dpd.h exchange.c ipsec.c isakmp_num.cst 
	                 isakmpd.conf.5 message.c message.h pf_key_v2.c 
	                 pf_key_v2.h sa.c sa.h sysdep.h udp_encap.c 
	sbin/isakmpd/sysdep/bsdi: sysdep.c 
	sbin/isakmpd/sysdep/darwin: sysdep.c 
	sbin/isakmpd/sysdep/freebsd: sysdep.c 
	sbin/isakmpd/sysdep/freeswan: sysdep.c 
	sbin/isakmpd/sysdep/linux: sysdep.c 
	sbin/isakmpd/sysdep/netbsd: sysdep.c 
	sbin/isakmpd/sysdep/openbsd: sysdep.c 

Log message:
Better implementation of the Dead Peer Detection protocol, RFC 3706.
hshoexer@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/10 10:03:00

Modified files:
	sbin/ipsecadm  : pfkdump.c 

Log message:
Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/10 10:06:02

Modified files:
	libexec/spamlogd: spamlogd.c 

Log message:
Variable size arrays are not ANSI C. Replace by malloc/free.
ok deraadt@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/10 10:11:30

Modified files:
	net/sixxs-heartbeatd/pkg: PLIST 
Added files:
	net/sixxs-heartbeatd/patches: patch-client_hb_c 

Log message:
getaddrinfo(3) returns non-zero on error, not only negative values.
From: Meno Abels <meno.abels@adviser.com>

Also update plist.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/10 10:14:19

Modified files:
	.              : sparc64.html 

Log message:
Tom@'s observation prompts me to check other platform pages for
validation, and I find..this.  Remove </p>'s and </li>s, which were
often incorrect.  Replace lots and lots of & with &amp;.  Good news,
maybe I know how to use vi's search and replace now. :)
Now validates.


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/10 10:17:05

Modified files:
	sys/net        : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c 
	                 pfkeyv2_parsemessage.c 

Log message:
Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this
extends the bitmap to 64bits. Also repair SADB_GET. hshoexer@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/10 10:23:32

Modified files:
	.              : luna88k.html 

Log message:
validation: & -> &amp;  (yep, I'm getting that S/R stuff down)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/10 10:27:42

Modified files:
	.              : romp.html 

Log message:
Validation: remove incorrect </p>s, and rest of </p>s while in the area.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/10 10:58:10

Modified files:
	x11/ion        : Makefile distinfo 
	x11/ion/pkg    : PLIST 
Removed files:
	x11/ion/pkg    : DEINSTALL INSTALL 

Log message:
Update to 2-20040729 and update plist.
From: Bernd Ahlers <ba@bsws.de>


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 11:06:06

Modified files:
	sys/arch/mips64/mips64: mem.c 

Log message:
make kvm happy again!


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2004/08/10 11:07:21

Modified files:
	sys/arch/luna88k/include: autoconf.h board.h 
	sys/arch/luna88k/luna88k: mainbus.c 

Log message:
The second spc is missing on original LUNA-88K, so add and check the
machine type field in the internal device lists.
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 12:47:22

Modified files:
	sys/arch/sgi/sgi: autoconf.c clock_md.c conf.c machdep.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 12:51:15

Modified files:
	sys/sys        : exec_aout.h 

Log message:
big-endian MIPS64 mid


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 12:51:29

Modified files:
	sys/arch/sgi/include: param.h 

Log message:
use MID_MIPS64


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 12:52:58

Modified files:
	sys/arch/sgi/include: autoconf.h bus.h exec.h intr.h psl.h 
	                      rm7000.h 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/10 13:07:05

Modified files:
	x11/tk/8.4/pkg : PLIST 

Log message:
restore conflict information that was accidentally dropped


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 13:08:18

Modified files:
	sys/arch/sgi/conf: GENERIC Makefile.sgi RAMDISK files.sgi 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 13:12:27

Removed files:
	sys/arch/sgi/include: m48t37.h 

Log message:
gone


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 13:16:18

Modified files:
	sys/arch/sgi/dev: if_mec.c lpt_lbus.c 
	sys/arch/sgi/include: autoconf.h bus.h disklabel.h intr.h pte.h 
	sys/arch/sgi/localbus: com_lbus.c crimebus.h macebus.c macebus.h 
	                       macectrl.S 
	sys/arch/sgi/pci: macepcibridge.c macepcibrvar.h pci_machdep.h 
	                  pciide_machdep.c 
	sys/arch/sgi/sgi: autoconf.c genassym.cf locore.S machdep.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 13:17:03

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/10 13:17:11

Modified files:
	usr.sbin/ntpd  : ntp_msg.c 

Log message:
wrong sizeof; Brian Poole <raj@cerias.purdue.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/10 13:18:23

Modified files:
	usr.sbin/ntpd  : buffer.c 

Log message:
order #includes, Brian Poole <raj@cerias.purdue.edu>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 13:21:02

Modified files:
	sbin/isakmpd   : virtual.c x509.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 13:32:50

Modified files:
	usr.bin/file/magdir: OpenBSD 

Log message:
put mips64 core file recognition (someone please test)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/10 13:34:40

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/amd64: contents 
	distrib/notes/i386: contents 

Log message:
Describe bsd.mp


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/10 13:54:18

Modified files:
	usr.sbin/tcpdump: print-icmp.c 

Log message:
print the original ip packet on -vv; based on tcpdump.org; ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/10 13:55:07

Modified files:
	usr.sbin/tcpdump: print-tcp.c 

Log message:
print ip/port for truncated tcp packets; ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/10 13:55:35

Modified files:
	usr.sbin/tcpdump: print-ip.c 

Log message:
print checksum differences on -vv; ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/10 14:00:40

Modified files:
	sysutils/bubblemon: Makefile 
	sysutils/bubblemon/patches: patch-src_Makefile_in 

Log message:
build with new libgtop2

ok marcm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/10 14:00:53

Modified files:
	games/sdlzombies: Makefile 
Removed files:
	games/sdlzombies/patches: patch-configure 

Log message:
CONFIGURE_STYLE=autoconf automake; missing automake pointed out by sturm


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/10 14:02:04

Modified files:
	sbin/route     : route.8 

Log message:
update to reality
- fix syntax usage
- remove source routing stuff
- mention bgpd
- document -t, -genmask (from FreeBSD), and -label
- move -rtt, -rttvar, -recvpipe ... into HISTORY
- remove ISO mention
mdoc fixes
sort list of and add syntax usage for sub-commands
list supported address families in a separate table
consistency and reorganizational fixes
elaborate on some topics (some from NetBSD)
punctuation, grammar, and rewording fixes
add some FILES and cross-refs

requested by, help, and ok henning
help and ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/10 14:04:55

Modified files:
	sys/netinet    : tcp_subr.c 

Log message:
verify th_seq in icmp errors; report Fernando Gont; ok mcbride@, dhartmei@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 14:07:15

Modified files:
	sys/arch/mips64/include: db_machdep.h 

Log message:
remove MID_MACHINE from here. one is enough


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/10 14:11:04

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
replace in_pcbnotify with in_pcbhashlookup and avoid looping over
all connections; ok dhartmei, canacar, mcbride


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2004/08/10 14:12:15

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h 

Log message:
remove in_pcbnotify, it is no longer used.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 14:15:47

Modified files:
	sys/arch/mips64/mips64: arcbios.c busdma.c cache_r5k.S clock.c 
	                        context.S cp0access.S cpu.c db_disasm.c 
	                        db_machdep.c disksubr.c exception.S 
	                        interrupt.c lcore_access.S lcore_ddb.S 
	                        lcore_float.S mainbus.c pmap.c 
	                        process_machdep.c sendsig.c tlbhandler.S 
	                        trap.c vm_machdep.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/10 14:28:14

Modified files:
	sys/arch/mips64/dev: clockvar.h 
	sys/arch/mips64/include: ansi.h arcbios.h archtype.h asm.h cpu.h 
	                         cpustate.h db_machdep.h endian.h 
	                         exception.h frame.h ieeefp.h link.h 
	                         param.h pio.h pmap.h regnum.h signal.h 
	                         trap.h vmparam.h 
	sys/arch/mips64/mips64: cpu.c db_machdep.c disksubr.c pmap.c 
	                        process_machdep.c trap.c vm_machdep.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 14:34:59

Modified files:
	sys/arch/sgi/include: exec.h 

Log message:
zap ECOFF


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 14:39:38

Modified files:
	infrastructure/mk: ocaml.port.mk 
Added files:
	lang/ocaml     : ocaml.port.mk 
Removed files:
	lang/ocaml/files: ocaml.port.mk 

Log message:
prepare for new-style MODULES. ok sturm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/10 14:41:47

Modified files:
	databases/ocaml-postgresql: Makefile 
	devel/cil      : Makefile 
	graphics/camlimages: Makefile 
	math/coq       : Makefile 
	net/mldonkey/snapshot: Makefile 
	net/mldonkey/stable: Makefile 
	net/unison     : Makefile 
	security/cryptokit: Makefile 
	sysutils/findlib: Makefile 
	x11/lablgtk    : Makefile 

Log message:
more new-style MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/10 14:54:38

Added files:
	infrastructure/db: hosts-sparc64 
	infrastructure/build: dpb 

Log message:
Distributed Package Build is a helper script to permit several hosts
working together in doing a bulk package build.

ok pvalchev@, espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/10 14:57:03

Added files:
	infrastructure/db: hosts-sparc 

Log message:
sparc cluster too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 15:01:01

Modified files:
	infrastructure/install: make-plist 

Log message:
better diagnostic logic:
first output all PLISTs in a tmp dir, then compare with
original set, and report all differences.
Then check that original can be moved to orig, and do the move.
That way, make plist on a set of unchanged lists will be silent,
and can be used irregardless of the presence of P*.orig files.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 15:10:56

Modified files:
	sys/arch/mips64/include: archtype.h asm.h cdefs.h cpustate.h 
	                         endian.h link.h setjmp.h spinlock.h 

Log message:
copyrigths


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/10 15:11:42

Modified files:
	sys/arch/sgi/include: autoconf.h param.h 

Log message:
copyrights


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/10 15:32:37

Modified files:
	audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn: 
	                                                           Makefile 
	audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn: 
	                                                           Makefile 

Log message:
dont allow on the ftp mirrors due to space constraints


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/10 15:57:51

Modified files:
	sys/arch/sparc64/dev: vgafb.c 

Log message:
Print the newline after vgafb_mapregs(), not before since vgafb_mapregs()
may print diagostic messgaes on error.  OK henning@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/10 16:00:37

Modified files:
	devel/apache-ant: Makefile distinfo 
	devel/apache-ant/pkg: PLIST 

Log message:
Update to 1.6.2; from Kurt Miller <truk@apache.org>.
Also, regen plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 16:03:35

Modified files:
	x11/ogle/pkg   : PFRAG.shared 

Log message:
new plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/10 16:08:03

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/pkg: PLIST 
Removed files:
	x11/kde/libs3/pkg: INSTALL PFRAG.shared 

Log message:
new plist: use sample, put everything into PLIST since we're
SHARED_ONLY.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/10 16:20:26

Modified files:
	devel/jdk/1.3-linux: Makefile distinfo 
	devel/jdk/1.3-linux/pkg: PLIST 

Log message:
Bump to 1.3.1_12; from Waldemar Brodkorb <wbx@openbsd.de>.
Regen plist.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/10 16:21:31

Modified files:
	share/tmac/mdoc: doc-common 
	share/man/man7 : mdoc.samples.7 

Log message:
add sgi;
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/10 16:32:05

Modified files:
	usr.bin/uniq   : uniq.1 

Log message:
- reword -d and -u to make them simpler; based on a diff from Andreas Kahari,
tweaked by millert@ (#PR 3889)
- remove some extraneous macros

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	tdeval@cvs.openbsd.org	2004/08/10 17:47:05

Added files:
	mail/pine/patches: patch-pine_mailview_c 

Log message:
Quick fix: check for NULL line in URL viewers.
ok jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	nick@cvs.openbsd.org	2004/08/10 19:28:42

Modified files:
	distrib/notes/i386: hardware 

Log message:
SMP IS supported.  ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nick@cvs.openbsd.org	2004/08/10 19:30:32

Modified files:
	distrib/notes/amd64: hardware 

Log message:
SMP IS supported, but EISA and VLBus ahc cards are not.  ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:01:41

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd, ohci.c 1.141

Update actlen even in the case where a TD returns an error -- this is
critical for the umass bulk-only STALL case.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:03:15

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd, ohci.c 1.142 1.147
log message for 1.142:
Fix a done list handling bug which exhibits under high shared interrupt
rate and bus traffic.  As the interrupt register is read after checking
hcca_done_head, there was a small chance of dropping a done list.
Ignore OHCI_WDH interrupt bit if hcca_done_head is zero so that OHCI_WDH
is processed later.

log message for 1.147:
Failure to properly mask off UE_DIR_IN from the endpoint address was
causing OHCI_ED_FORMAT_ISO and EHCI_QH_HRECL to get set spuriously,
causing rather interesting lossage.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:05:29

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd, ohci.c 1.150

swap the order that two items are written; possibly fixes a race
condition that would affect isoc transfers.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:07:05

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd, ohci.c 1.151

Avoid touching the xfer after calling usb_transfer_complete(), as the
driver callback may have recycled it.  From PR 25960.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:12:43

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd, ohci.c 1.140, 1.143, 1.148, 1.149, 1.150
log message for 1.140:
Function names printed in debug messages did not always match the
actual name of the function.

log message for 1.143:
Remove assigned-to but otherwise unused variables.
Remove unreachable break after return statements.

log message for 1.148:
Adjust a couple of comments to make it clear WTF is going on.

log message for 1.149:
Make one message dependent on ohcidebug, so it doesn't interfere with polled
operation; e.g. when entering a root device or in DDB.

log message for 1.150:
Fix an error in a printf() format.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:15:10

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd-bugs, pr 26545:

It's possible that the ohci interrupt can reach the CPU before the write
over PCI. This results in the done head pointer being NULL. If the
subsequent read of the interrupt status indicates that an OHCI_WDH has
occured then the done pointer should be reread and the pointer nulled.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:17:22

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
Fixes a merge error as well as being from netbsd-bugs, pr 26546:

The cancellation of the timeout in ohci_softintr should predicate on the
transfer being the last of the batch


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:18:34

Modified files:
	sys/dev/usb    : ohci.c 

Log message:
from netbsd-bugs, pr 26547:

Transfers should only be removed if they haven't already completed


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:21:44

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
from netbsd, uhci.c revision 1.176

Ignore a CRCTO error on a SETUP transaction in combination with STALLED or NAK.
This fixes problems with the GL641.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:23:15

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
from netbsd, uhci.c revision 1.178

Interrupt descriptors might become invalid while being processed in
uhci_check_intr - so remember their next pointer before calling it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:24:27

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
from netbsd, uhci.c revision 1.180

hcpriv is not actually used here.  Remove references to it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:25:53

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
from netbsd, uhci.c revision 1.175, 1.179, 1.181
log message for 1.175:
Tweak a debugging printf().

log message for 1.179:
Make one message dependent on ohcidebug, so it doesn't interfere with polled
operation; e.g. when entering a root device or in DDB.

log message for 1.181:
typo in comment


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/10 22:29:13

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
slight KNF and ANSI


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/10 22:46:49

Modified files:
	emulators/bochs: Makefile 
Added files:
	emulators/bochs/patches: patch-_bochsrc 

Log message:
somehow the patch to have a decent sample bochsrc installed was removed
some time ago.

issue noticed by deraadt@

ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 00:05:35

Modified files:
	print/ghostscript/gnu-fonts: Makefile 
	print/ghostscript/gnu-fonts/pkg: PLIST 

Log message:
new PLIST with @fontdir: fonts.dir will be regen'ed, and fonts.alias
uses fragments now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/11 00:09:08

Modified files:
	sys/arch/luna88k/include: bus.h 

Log message:
Fix off-by-ones in bus_space_*_multi_*()
tested by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/11 00:09:33

Modified files:
	sys/arch/luna88k/dev: mb89352.c 

Log message:
Use bus_space_*_multi_*() when applicable; from NetBSD.
tested by aoyama@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 00:11:57

Modified files:
	x11/kde/libs3/pkg: PLIST 

Log message:
missed @sample.


CVSROOT:	/cvs
Module name:	src
Changes by:	tdeval@cvs.openbsd.org	2004/08/11 00:22:45

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
Back out to brk(2) version.

The mmap(2) code is cool and it has already uncovered some bugs in other code.
But some issues remain on some archs, and we can't afford that for production.

Don't worry, it will be back soon... I'll make sure of it...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 00:49:35

Modified files:
	distrib/sparc/cdfs: Makefile 

Log message:
pad the iso image; we do not know why this is needed at this time but
maybe someone will figure out why.  Put a big fat comment there about it.
diagnosed by miod and nick; this workaround tested by nick.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 00:51:14

Modified files:
	distrib/i386/cdfs: Makefile 

Log message:
Use a no-emulation boot sector instead of a floppy emulation image.  Work at
the hackathon by Tom and Toby, finally making it to the real world.   Now
we can tweak sizes of the media all we want, if we need to.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/11 00:57:42

Modified files:
	sys/dev/usb    : ehcireg.h 

Log message:
fix spelling, macros and formatting


CVSROOT:	/cvs
Module name:	ports
Changes by:	xsa@cvs.openbsd.org	2004/08/11 02:11:51

Modified files:
	lang/python/2.3/patches: patch-Modules_socketmodule_c 
	                         patch-configure_in 

Log message:
fix build on 3.6; reminded/ok by jolan@. ok maintainer, pvalsquid@.
sync patches while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 02:14:40

Modified files:
	sysutils/lsof/patches: patch-Configure 

Log message:
3.6


CVSROOT:	/cvs
Module name:	src
Changes by:	xsa@cvs.openbsd.org	2004/08/11 03:14:07

Modified files:
	sys/arch/sgi/localbus: crimebus.h 

Log message:
$OpenBSD$ - ok pefo@.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/11 03:28:26

Modified files:
	usr.sbin/pkg_add: pkg_delete 

Log message:
protect main loop of pkg_delete with an eval, so that
ldconfig, directory removal, manpage handling, and fontdir handling
always happen.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/11 03:37:11

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
buf_write() returns -1 on error and -2 on connection closed. Treat both
as errors for mrt dumps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 03:40:17

Modified files:
	infrastructure/install: make-plist 

Log message:
Use original item to build new one: so we can clone things we do not yet
detect, like @mandir and @fontdir.

more precise logic for changes: do not check for orig files and die if
nothing changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 03:42:59

Modified files:
	japanese/funetfonts/pkg: PLIST 
	japanese/intlfonts/pkg: PLIST 
	korean/baekmuk-fonts/pkg: PLIST 
	korean/hanterm-fonts/pkg: PLIST 
	chinese/kcfonts/pkg: PLIST 
	chinese/taipeifonts/pkg: PLIST 

Log message:
lib/X11/fonts/ is a shared directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 03:43:12

Modified files:
	share/mk       : bsd.lib.mk 

Log message:
mips -> mips64; pefo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 03:55:26

Modified files:
	sys/arch/sgi/include: exec.h 

Log message:
pefo look at this diff closely


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 03:55:42

Modified files:
	sys/arch/sgi/include: exec.h 

Log message:
and this, heh


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/11 03:57:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 03:58:12

Modified files:
	x11/freefonts  : Makefile 
	x11/freefonts/pkg: PLIST 

Log message:
fontdir. use fonts.dir.dist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 04:03:22

Modified files:
	chinese/arphicttf/pkg: PLIST 
	x11/jmk-fonts  : Makefile 
	x11/jmk-fonts/pkg: PLIST 

Log message:
more fontdir


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 04:07:56

Modified files:
	misc/screen/pkg: PLIST 

Log message:
@man


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 04:08:52

Modified files:
	x11/msttcorefonts/pkg: PLIST 
	x11/terminus-font: Makefile 
	x11/terminus-font/pkg: PLIST 

Log message:
more fontdir.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/11 04:09:30

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
Cleanup on exit. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/11 04:10:29

Modified files:
	usr.sbin/bgpd  : imsg.c 

Log message:
Typo. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 04:15:07

Modified files:
	games/hackdata : Makefile distinfo 
	games/nethack  : Makefile distinfo 
	games/nethack/patches: patch-include_config_h 
	                       patch-include_system_h 
	                       patch-include_unixconf_h 
	                       patch-sys_unix_Makefile_doc 
	                       patch-sys_unix_Makefile_src 
	                       patch-sys_unix_Makefile_top 
	games/nethack/pkg: PFRAG.qt 
Removed files:
	games/nethack/patches: patch-win_Qt_qt_win_cpp 

Log message:
update to version 3.4.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 04:21:08

Modified files:
	sys/arch/mips64/mips64: disksubr.c pmap.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 04:24:27

Removed files:
	sys/lib/libkern/arch/mips: DEFS.h Makefile.inc SYS.h bcmp.S 
	                           bcopy.S bzero.S ffs.S htonl.S htons.S 
	                           strcmp.S strlen.S 

Log message:
move to mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 04:28:46

src/sys/lib/libkern/arch/mips64

Update of /cvs/src/sys/lib/libkern/arch/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv28748/mips64

Log Message:
Directory /cvs/src/sys/lib/libkern/arch/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 04:29:59

Added files:
	sys/lib/libkern/arch/mips64: DEFS.h Makefile.inc SYS.h bcmp.S 
	                             bcopy.S bzero.S ffs.S htonl.S 
	                             htons.S strcmp.S strlen.S 

Log message:
mips64 now


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 04:42:55

Modified files:
	lang/ocaml/pkg : PFRAG.native PLIST 
	x11/lablgtk/pkg: PFRAG.native PLIST 
	net/mldonkey/snapshot/pkg: PLIST 
	net/mldonkey/stable/pkg: PLIST 
	graphics/libexif/pkg: PFRAG.shared PLIST 
	graphics/libgphoto2/pkg: PFRAG.shared PLIST 
	print/teTeX/texmf/pkg: PLIST 
	graphics/imlib/pkg: PFRAG.shared PLIST 
	print/teTeX/base/pkg: INSTALL PFRAG.no-no_x11 PLIST 
	print/ghostscript/gnu/pkg: PFRAG.gtk PLIST 
	x11/kde/graphics3/pkg: PLIST PLIST-kamera PLIST-kpov 
Removed files:
	graphics/imlib/pkg: DEINSTALL INSTALL 
	x11/kde/graphics3/pkg: PFRAG.shared PFRAG.shared-kamera 
	                       PFRAG.shared-kpov 

Log message:
new PLISTs
kde is shared_only -> ditch PFRAG.shared*


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2004/08/11 05:00:24

Modified files:
	porting        : diffs.html 

Log message:
dyslexia
From: Bernd Ahlers <b.ahlers@ba-net.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/08/11 05:09:54

Modified files:
	usr.bin/ssh    : servconf.c 

Log message:
Fix minor leak; "looks right" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 05:11:49

Modified files:
	lib/libpthread/sys: Makefile.inc 

Log message:
mips->mips64. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 05:13:10

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper 

Log message:
mips->mips64. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 05:16:41

Modified files:
	usr.sbin/afs/src/lwp: process.mips.S 

Log message:
config is not set up with regdef.h. force it in if OpenBSD.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 05:20:49

Modified files:
	gnu/lib/libf2c : config.guess 
	gnu/lib/libiberty: config.guess 
	gnu/lib/libobjc: config.guess 
	gnu/lib/libstdc++: config.guess 
	gnu/share      : config.guess 
	gnu/usr.bin/binutils: config.guess 
	gnu/usr.bin/lynx: config.guess 
	gnu/usr.bin/texinfo: config.guess 
	kerberosV/src  : config.guess 
	usr.bin/sudo   : config.guess 

Log message:
Clean up old mips stuff and add sgi.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 05:25:16

Added files:
	usr.bin/gprof  : mips64.c mips64.h 
Removed files:
	usr.bin/gprof  : mips.c mips.h 

Log message:
mips->mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2004/08/11 05:45:57

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
a few debug cleanups:

function names in messages didnt always match the actual name of the function.
endian fix when dumping a qtd chain so it terminates correctly on big endian
archs.
dont blame uhci for problems ehci has.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/08/11 05:50:09

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
Don't try to close startup_pipe if it's not open; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/08/11 05:59:23

Modified files:
	usr.bin/ssh    : sshlogin.c 

Log message:
check that lseek went were we told it to; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/08/11 06:01:16

Modified files:
	usr.bin/ssh    : sshlogin.c 

Log message:
make store_lastlog_message() static to appease -Wall; ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/11 06:06:44

Modified files:
	sys/net        : pf_if.c 

Log message:
skip over interface addresses without IFA_ROUTE, fixes some issue with pppd
from Max Laier <max@love2party.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/11 07:18:58

Modified files:
	usr.bin/grep   : util.c 

Log message:
Stop search when -q option is given and a match is found. Found by jmc@
ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	xsa@cvs.openbsd.org	2004/08/11 07:59:30

Modified files:
	.              : pegasos.html 

Log message:
- vga -> VGA
- use `Pegasos' when talking about the boards and `pegasos' when talking
about the port.
- some spacing.

>From: Martin Reindl <mreindl at catai.org>

Ok drahn@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 09:04:22

Modified files:
	sys/sys        : param.h 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 09:13:22

Modified files:
	sys/arch/sgi/conf: GENERIC RAMDISK 

Log message:
PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 09:13:35

Modified files:
	sys/arch/sgi/localbus: com_lbus.c macebus.c 
	sys/arch/sgi/pci: macepcibridge.c macepcimap.c 
	sys/arch/sgi/sgi: clock_md.c conf.c 

Log message:
various ansi and spacing issues; pefo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 09:13:58

Modified files:
	sys/arch/mips64/mips64: cpu.c mem.c 

Log message:
ansi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 09:28:23

Modified files:
	sys/sys        : param.h 

Log message:
damnit


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/11 10:48:45

Modified files:
	usr.sbin/bgpd  : mrt.c mrt.h session.c 

Log message:
mrt dumps for cloned sessions did not work because the wrong address was used.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/11 10:55:43

Modified files:
	share/man/man4 : bridge.4 

Log message:
sync to reality, document missing ioctls
mdoc fixes
normalize ioctl listing
slightly reorganize some parts
grammar, punctuation, and rewording fixes
remove crud introduced in rev 1.17 and never removed

Note: this update does *not* include the controversial stuff discussed
on h@; it contains what is in the header file.

help and ok (previously) jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 11:01:48

Modified files:
	mail/nail      : Makefile 

Log message:
new maintainer: William Yodlowsky


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:05:31

Modified files:
	sys/arch/mips64/mips64: clock.c 

Log message:
fix microtime


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:06:15

Modified files:
	sys/arch/sgi/sgi: machdep.c 

Log message:
no ecoff


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/11 11:09:25

Modified files:
	libexec/login_skey: login_skey.c 

Log message:
Rename confusing variable for readability's sake.  No actual code changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:09:51

src/libexec/ld.so/mips64

Update of /cvs/src/libexec/ld.so/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv23133/mips64

Log Message:
Directory /cvs/src/libexec/ld.so/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:11:45

Modified files:
	libexec/ld.so  : loader.c 
Added files:
	libexec/ld.so/mips64: Makefile.inc archdep.h ldasm.S 
	                      rtld_machine.c syscall.h 
Removed files:
	libexec/ld.so/mips: Makefile.inc archdep.h ldasm.S 
	                    rtld_machine.c syscall.h 

Log message:
mips->mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:13:10

Modified files:
	libexec/ld.so  : loader.c 

Log message:
revert, should not have gone in


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:24:57

src/lib/libc/arch/mips64

Update of /cvs/src/lib/libc/arch/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv2594/mips64

Log Message:
Directory /cvs/src/lib/libc/arch/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:26:16

src/lib/libc/arch/mips64/gen

Update of /cvs/src/lib/libc/arch/mips64/gen
In directory cvs.openbsd.org:/tmp/cvs-serv26470/gen

Log Message:
Directory /cvs/src/lib/libc/arch/mips64/gen added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:27:16

src/lib/libc/arch/mips64/net

Update of /cvs/src/lib/libc/arch/mips64/net
In directory cvs.openbsd.org:/tmp/cvs-serv30917/net

Log Message:
Directory /cvs/src/lib/libc/arch/mips64/net added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:28:16

src/lib/libc/arch/mips64/string

Update of /cvs/src/lib/libc/arch/mips64/string
In directory cvs.openbsd.org:/tmp/cvs-serv25235/string

Log Message:
Directory /cvs/src/lib/libc/arch/mips64/string added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:29:43

src/lib/libc/arch/mips64/sys

Update of /cvs/src/lib/libc/arch/mips64/sys
In directory cvs.openbsd.org:/tmp/cvs-serv31633/sys

Log Message:
Directory /cvs/src/lib/libc/arch/mips64/sys added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:31:00

Added files:
	lib/libc/arch/mips64: Makefile.inc SYS.h 
	lib/libc/arch/mips64/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.S ldexp.S modf.S setjmp.S 
	                          sigsetjmp.S 
	lib/libc/arch/mips64/net: Makefile.inc htonl.S htons.S 
	lib/libc/arch/mips64/string: Makefile.inc bcmp.S bcopy.S bzero.S 
	                             ffs.S index.S rindex.S strcmp.S 
	                             strlen.S 
	lib/libc/arch/mips64/sys: Ovfork.S brk.S cerror.S exect.S fork.S 
	                          rfork.S sbrk.S setlogin.S sigpending.S 
	                          sigprocmask.S sigreturn.S sigsuspend.S 
	                          syscall.S 

Log message:
Move mips to mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:34:33

Removed files:
	lib/libc/arch/mips: Makefile.inc SYS.h 
	lib/libc/arch/mips/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.S 
	                        ldexp.S modf.S setjmp.S sigsetjmp.S 
	lib/libc/arch/mips/net: Makefile.inc htonl.S htons.S 
	lib/libc/arch/mips/string: Makefile.inc bcmp.S bcopy.S bzero.S 
	                           ffs.S index.S rindex.S strcmp.S 
	                           strlen.S 
	lib/libc/arch/mips/sys: Ovfork.S brk.S cerror.S exect.S fork.S 
	                        rfork.S sbrk.S setlogin.S sigpending.S 
	                        sigprocmask.S sigreturn.S sigsuspend.S 
	                        syscall.S 

Log message:
bye


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:37:14

src/lib/libssl/crypto/arch/mips64

Update of /cvs/src/lib/libssl/crypto/arch/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv8260/mips64

Log Message:
Directory /cvs/src/lib/libssl/crypto/arch/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:38:15

Added files:
	lib/libssl/crypto/arch/mips64: opensslconf.h 
Removed files:
	lib/libssl/crypto/arch/mips: opensslconf.h 

Log message:
mips->mips64


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:40:48

src/lib/libpthread/arch/mips64

Update of /cvs/src/lib/libpthread/arch/mips64
In directory cvs.openbsd.org:/tmp/cvs-serv3916/mips64

Log Message:
Directory /cvs/src/lib/libpthread/arch/mips64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/11 11:41:34

Added files:
	lib/libpthread/arch/mips64: _atomic_lock.c _spinlock.h 
	                            uthread_machdep.c uthread_machdep.h 
	                            uthread_machdep_asm.S 
Removed files:
	lib/libpthread/arch/mips: _atomic_lock.c _spinlock.h 
	                          uthread_machdep.c uthread_machdep.h 
	                          uthread_machdep_asm.S 

Log message:
mips->mips64


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/11 12:01:32

Added files:
	x11/windowmaker/patches: patch-configure 

Log message:
libintl requires libiconv


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/11 12:06:54

Modified files:
	audio/wsoundprefs/patches: patch-src_Imakefile 

Log message:
libintl requires libiconv


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/11 12:45:42

Modified files:
	net/jftpgw     : Makefile distinfo 
	net/jftpgw/pkg : DEINSTALL DESCR INSTALL PLIST 
Added files:
	net/jftpgw/patches: patch-configure_in patch-doc_Makefile_in 

Log message:
upgrade to jftpgw 0.13.5

fixes a format string issue.

CAN-2004-0448


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/11 12:45:58

Modified files:
	lib/libkvm     : kvm.c 

Log message:
free memory allocated by kvm_getproc2() in kvm_close()

ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/11 12:51:04

Modified files:
	sys/arch/i386/i386: dkcsum.c 
	sys/arch/amd64/amd64: dkcsum.c 

Log message:
In dkcsumattach() avoid modifying bootdev until we are done matching.
Also deal with mixed scsi/ide/whatever setups.  Based on a diff from
Fred de Jong.  OK deraadt@ and tested by several people.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/08/11 13:14:56

Modified files:
	include        : dlfcn.h 
	lib/libc       : shlib_version 
	lib/libc/dlfcn : dlfcn_stubs.c 
	libexec/ld.so  : dlfcn.c resolve.h 
	share/man/man3 : Makefile dlfcn.3 

Log message:
add dladdr() support and add some 'standard' dlsym() support.
ok millert miod pval, grumble deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 13:15:42

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.cats md.hp300 
	                         md.hppa md.i386 md.mac68k md.macppc 
	                         md.mvme68k md.mvmeppc md.sgi md.sparc 
	                         md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2004/08/11 13:21:20

Modified files:
	gnu/usr.bin/gcc/gcc: config.gcc 
	gnu/usr.bin/gcc/gcc/config: openbsd.h 
	gnu/usr.bin/gcc/gcc/config/i386: openbsd.h openbsd64.h 
	gnu/usr.bin/gcc/gcc/config/sparc: openbsd64.h 

Log message:
Pick common code for trampoline mprotect() code. This did not work at all
on amd64 and was working on sparc64 by sheer luck (because we are not Solaris).


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/11 13:46:36

Modified files:
	net/jftpgw     : Tag: OPENBSD_3_4 Makefile distinfo 
	net/jftpgw/pkg : Tag: OPENBSD_3_4 DEINSTALL DESCR INSTALL PLIST 
Added files:
	net/jftpgw/patches: Tag: OPENBSD_3_4 patch-configure_in 
	                    patch-doc_Makefile_in 

Log message:
MFC:
upgrade to jftpgw 0.13.5

fixes a format string issue.

CAN-2004-0448


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/11 14:02:05

Modified files:
	net/jftpgw/pkg : PLIST 
Removed files:
	net/jftpgw/pkg : DEINSTALL INSTALL 

Log message:
@sample and @man


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/11 14:09:45

Modified files:
	net/jftpgw     : Tag: OPENBSD_3_5 Makefile distinfo 
	net/jftpgw/pkg : Tag: OPENBSD_3_5 DEINSTALL DESCR INSTALL PLIST 
Added files:
	net/jftpgw/patches: Tag: OPENBSD_3_5 patch-configure_in 
	                    patch-doc_Makefile_in 

Log message:
MFC:
upgrade to jftpgw 0.13.5

fixes a format string issue.

CAN-2004-0448


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/11 14:45:38

Modified files:
	infrastructure/db: config.guess 

Log message:
mips stuff


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/11 14:53:40

Modified files:
	databases/py-psycopg: Makefile 

Log message:
postresql-client is not enough, we have to depend on -server here
otherwise it will not configure successfully

ok pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/11 14:55:50

Modified files:
	textproc/gdiff : Makefile 
	textproc/gdiff/patches: patch-configure patch-m4_Makefile_in 
	textproc/gdiff/pkg: PLIST 

Log message:
* make another branch of the libintl test deal with our ancient gettext
* clean-up


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 15:14:01

Modified files:
	editors/emacs21/patches: patch-src_Makefile_in 
Added files:
	editors/emacs21/patches: patch-Makefile_in 

Log message:
do not strip emacs, it breaks a lot of architectures.
instead, strip temacs before it undumps to emacs

fixes at least sparc, noticed by marc@, but nobody tested
and i only know it starts up now


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 15:24:24

Added files:
	x11/ratpoison/patches: patch-src_actions_c 

Log message:
fix unsetenv command; from Matthias Kilian via maintainer William Yodlowsky


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/11 15:28:04

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/11 15:35:37

Modified files:
	sysutils/gkrellm/plugins: Makefile.inc 

Log message:
make sure there is a pkgconfig at build time

ok naddy, maintainer peter hessler


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/11 15:36:16

Modified files:
	net/quirc      : Makefile 

Log message:
correct LIB_DEPENDS

ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/08/11 15:43:05

Modified files:
	usr.bin/ssh    : channels.c channels.h clientloop.c misc.c 
	                 misc.h serverloop.c ssh-agent.c 

Log message:
some signed/unsigned int comparison cleanups; markus@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2004/08/11 15:44:32

Modified files:
	usr.bin/ssh    : authfd.c scp.c ssh-keyscan.c 

Log message:
use atomicio instead of homegrown equivalents or read/write.
markus@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 15:53:10

Modified files:
	lang/python/2.3: Makefile 

Log message:
mark broken on hppa: compiler hangs on py-Checker for example


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 16:01:41

Modified files:
	.              : INDEX 

Log message:
sync, 2772 unzels


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 16:25:24

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
fix postgresql lock issue: in recursive locking, don't relock the same
port.

okay pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/11 16:42:47

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
obvious mistake, FULLPKGPATH for recursive clean, duh!
problem found by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/11 16:48:26

Modified files:
	x11/icewm/patches: patch-configure patch-src_wmapp_cc 

Log message:
libintl requires libiconv; regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/11 17:08:25

Modified files:
	audio/festival/core: Makefile 
Added files:
	audio/festival/core/patches: 
	                             ogi-patch-festival_src_modules_OGIdbase_OGIdbUnits_cc 
	                             ogi-patch-festival_src_modules_OGIdbase_OGIresLPC_db_cc 
	                             ogi-patch-festival_src_modules_OGIdbase_OGIunitsel_diphone_cc 
Removed files:
	audio/festival/core/patches: 
	                             patch-festival_src_modules_OGIdbase_OGIdbUnits_cc 
	                             patch-festival_src_modules_OGIdbase_OGIresLPC_db_cc 
	                             patch-festival_src_modules_OGIdbase_OGIunitsel_diphone_cc 

Log message:
dang! conditionalize ogi patches

pointed out by naddy, ok naddy & pval


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/11 18:07:33

Removed files:
	net/netatalk/stable/patches: patch-etc_afpd_directory_c 
	                             patch-etc_afpd_filedir_c 

Log message:
strlcpy is good, but not when used incorrectly.
remove patches that break renaming of files (filedir.c) and cause
incorrect directory creation date (directory.c)
from John.Benninghoff@rbcdain.com

if someone (who can actually test this) wants to, feel free to fix


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/08/11 18:49:15

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
add p5-Mail-SpamAssassin-2.64.tgz; remove some old packages because
there are new updates for them.

requested by wilfried@, pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lebel@cvs.openbsd.org	2004/08/11 20:19:45

Modified files:
	mail/mutt/snapshot/pkg: PLIST 
	mail/mutt/stable/pkg: PLIST 
Removed files:
	mail/mutt/snapshot/pkg: DEINSTALL INSTALL 
	mail/mutt/stable/pkg: DEINSTALL INSTALL 

Log message:
update to new PLIST hints


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/11 22:43:19

Modified files:
	net/gtk-gnutella: Makefile 

Log message:
don't rely on inter-library dependencies

ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/08/12 00:11:57

Modified files:
	sys/arch/i386/i386: ioapic.c apicvec.s 

Log message:
Fix the shared irq problem, by allocating a low priority vector
so that the "high" pri interrupt gets blocked by the "low" spl & irq handler,
and raise the cpl to the "high" level in the handler, so that no other
in fact lower-leveled, interrupts can preempt the handling of the "high"
interrupt.  This means that the "low" interrupt gets the same quality treatment,
thus causing some degradation in performance.  Therefore we still issue a
diagnostic, so people can try to avoid the situation by tweaking their BIOS
settings. Note, there is still issues with dynamically established interrupts
which cause irq sharing, we are working on that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/12 00:23:22

Modified files:
	x11/gnome/eog  : Makefile 

Log message:
BUILD_DEPENDS on p5-XML-Parser

ok pval, maintainer


CVSROOT:	/cvs
Module name:	www
Changes by:	mickey@cvs.openbsd.org	2004/08/12 01:35:39

Modified files:
	.              : plat.html 

Log message:
move sgi to active


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/12 01:48:53

Modified files:
	sys/ufs/ffs    : ffs_vfsops.c 

Log message:
Prevent a panic by validating the super block size as recorded in the
superblock; make the block size check also catch negative values.
ok miller@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/12 01:53:50

Modified files:
	sbin/newfs     : mkfs.c newfs.c 

Log message:
Prevent core dump on large block sizes by checking block size against
MAXBSIZE.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/08/12 03:18:24

Modified files:
	usr.bin/ssh    : sshlogin.c 

Log message:
typo in error message, spotted by moritz AT jodeit.org


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2004/08/12 03:33:10

Modified files:
	sysutils/wmmon/patches: patch-wmmon_Makefile patch-wmmon_wmmon_c 

Log message:
Fix wmmon to show again the correct cpu usage. I rewrote most of the patch and
now wmmon uses sysctl to get all stats and is therefor no longer setgid kmem.
Tested by tdeval
OK pval


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/12 04:24:16

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_rib.c 

Log message:
Just ignore RFC2545 and the silly idea of using link local addresses as
nexthop. This makes the code a lot simpler. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2004/08/12 04:35:06

Modified files:
	usr.sbin/pkg_add: pkg_info 

Log message:
ditch File::Copy so that buffering is consistent.
Problem noticed by niklas@.
okay and function name suggestion by markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	ho@cvs.openbsd.org	2004/08/12 05:08:54

Modified files:
	sbin/isakmpd   : pf_key_v2.c 

Log message:
Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau.


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/08/12 05:21:07

Modified files:
	sbin/isakmpd   : monitor.c 

Log message:
Fix compiler warning on alpha.
Noted by and ok ho@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/12 09:02:25

Modified files:
	games/freeciv/patches: patch-configure 

Log message:
Don't rely on inter-library dependencies.
From: Aleksander.Piotrowski@nic.com.pl


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/12 09:11:24

Modified files:
	gnu/usr.bin/gcc/gcc: gcc.c 

Log message:
Avoid dereferencing outside the bounds of an array.  Found by mmap
malloc and reproducible via guard pages.  OK deraadt@ miod@ tdeval@


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2004/08/12 09:14:22

Modified files:
	.              : anoncvs.html cvsup.html 

Log message:
update Alexander von Gernler's email address


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/12 10:33:59

Modified files:
	usr.sbin/ntpd  : client.c config.c ntp.c ntpd.c ntpd.h 

Log message:
do not try to getaddrinfo() in the unprivileged process, send an imsg
asking the privileged one to do it. sends back an imsg with the
resulting addresses in a bunch of struct sockaddr_storage in the data
part.
this should fix all remaining issues with dns (non-)availability at
ntpd startup, be it due to named on localhost or something else.
tested by marco@ and Chris Paul <chris.paul@sentinare.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2004/08/12 11:22:24

Added files:
	devel/libbt/patches: patch-src_strbuf_c 

Log message:
prevent doubly defined malloc, fixes build on ?gcc3 archs?  (why does
this compile w/gcc2?)

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/12 11:39:50

Added files:
	www/php4/core/patches: patch-ext_gettext_config_m4 

Log message:
Don't rely on inter-library dependency.
From: Aleksander.Piotrowski@nic.com.pl
ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jason@cvs.openbsd.org	2004/08/12 12:10:13

Modified files:
	sys/dev/pci    : hifn7751.c 

Log message:
Leave the command wait interrupt enabled as long as there is at least one
pending result.  This isn't a good solution (we're obviously missing an
interrupt or two in some cases), but this will guarantee we get called
periodically until all of the queues are drained.  Based on idea from
"jochen from penguin-breeder decimal org"; ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2004/08/12 12:43:08

Modified files:
	share/man/man4 : vlan.4 

Log message:
Remove leftovers from pre-clonable device days.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/12 12:58:35

Added files:
	infrastructure/package: check-common-dirs 

Log message:
script to check that all common dirs are properly tagged in every package
that should tag them (e.g., any package without a parent `dependency'
should have the dir marked).

okay pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/12 13:02:45

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
set _MASTER_LOCK in the correct location.
fix postgresql locking *for good*.
okay pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2004/08/12 13:18:03

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
add missing $

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/12 15:23:00

Added files:
	net/pavuk/patches: patch-configure 

Log message:
don't rely on inter-library dependency:
shoehorn -liconv into some homegrown gettext autoconf tests


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2004/08/12 15:41:13

Modified files:
	usr.bin/ssh    : ssh-keygen.1 ssh.1 

Log message:
improve SSHFP documentation; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/12 15:55:28

Modified files:
	distrib/sets/lists/base: md.sgi 
	distrib/sets/lists/comp: md.sgi 
	distrib/sets/lists/man: md.sgi 

Log message:
partial sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/12 15:56:41

Modified files:
	security/mcrypt: Makefile 

Log message:
don't rely on inter-library dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/12 16:08:06

Modified files:
	distrib/sets/lists/base: md.sgi 
	distrib/sets/lists/comp: md.sgi 
	distrib/sets/lists/man: md.sgi 

Log message:
more sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/12 16:16:19

Modified files:
	distrib/sets/lists/base: md.sgi 
	distrib/sets/lists/comp: md.sgi 
	distrib/sets/lists/man: md.sgi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/12 16:46:45

Modified files:
	games/heroes   : Makefile 

Log message:
libintl requires libiconv, too


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2004/08/12 17:00:24

Modified files:
	.              : pkg-stable.html pkg-stable34.html 

Log message:
addition of popclient-3.0b6p0.tgz


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/08/12 17:35:47

Modified files:
	xc/programs/fvwm/sample.fvwmrc: system.fvwmrc 

Log message:
3.6


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/08/12 17:41:22

Modified files:
	distrib/sets/lists/xbase: md.cats md.hp300 md.sparc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/08/12 17:46:08

Modified files:
	distrib/amd64/common: install.md 

Log message:
Add ability to specify default serial console just like i386.

ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/12 17:59:37

Modified files:
	share/man/man3 : dlfcn.3 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/12 18:01:44

Modified files:
	usr.bin/ssh    : ssh-keygen.1 

Log message:
kill whitespace at eol;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/12 18:18:25

Modified files:
	sysutils/gkrellm/gkrellm/patches: 
	                                  patch-src_sysdeps_bsd-net-open_c 

Log message:
traverse circular queue in a way that actually terminates; ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2004/08/12 20:51:48

Modified files:
	usr.sbin/syslogd: privsep_fdpass.c 
	usr.sbin/tcpdump: privsep_fdpass.c 
	usr.sbin/bind/lib/isc/unix: privsep_fdpass.c 
	usr.bin/ssh    : monitor_fdpass.c 
	sbin/pflogd    : privsep_fdpass.c 
	sbin/isakmpd   : monitor_fdpass.c 

Log message:
extra check for no message case; ok markus, deraadt, hshoexer, henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/13 00:14:57

Added files:
	security/nessus/patches: patch-nessus-core_nessus-adduser_in 

Log message:
Fixed a race condition in nessus-adduser for users who do not configure their TMPDIR variable.

http://www.nessus.org/nessus_2_0.html

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/13 00:16:38

Modified files:
	graphics/ImageMagick/patches: patch-aclocal_m4 patch-ltmain_sh 

Log message:
sync libtool patches

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/13 00:17:41

Added files:
	graphics/ImageMagick/patches: patch-coders_png_c 

Log message:
PNG vulnerability fix.

http://www.imagemagick.org/www/Changelog.html

ok pvalchev@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/13 01:21:40

Modified files:
	regress/lib/libc/regex: tests 

Log message:
More nasty cases involving back references.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/13 01:45:22

Modified files:
	infrastructure/package: check-common-dirs 

Log message:
don't output pkgname if no problem to output.
okay pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2004/08/13 02:08:35

Modified files:
	databases/py-ldap/pkg: PLIST 

Log message:
packages ARE conflicting, thanks to the examples files.

Proper fix would mean putting the examples in a separate package, but
it's too late in the cycle to do so.

okay pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 02:09:23

Modified files:
	multimedia/mjpegtools/patches: patch-configure patch-ltmain_sh 

Log message:
sync libtool patches, fixes programs that can't find their libs; maintainer Jacob Meuser


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2004/08/13 05:09:25

Modified files:
	usr.bin/ssh    : servconf.c 

Log message:
Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr
ok markus@, djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/13 06:26:13

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
Reset deadline on failed transmit. Avoids a spinning process if
all sends fail. ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/13 07:07:24

Modified files:
	sys/lib/libkern/arch/mips64: bcmp.S bcopy.S bzero.S ffs.S 
	                             htonl.S htons.S strcmp.S strlen.S 

Log message:
add missing copyright


CVSROOT:	/cvs
Module name:	XF4
Changes by:	matthieu@cvs.openbsd.org	2004/08/13 07:46:42

Modified files:
	xc/programs/Xserver/os: privsep.c 
	xc-old/programs/Xserver/os: privsep.c 

Log message:
extra check for no message case.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2004/08/13 08:03:20

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 mrt.c mrt.h parse.y printconf.c 
	                 rde.h rde_rib.c rde_update.c 

Log message:
Fix minor issues with IPv6 dumps and add a function for dumping the RIB table
protocol independent. This new dump format is not (yet) supported by the
mrtd route_btoa tool. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/13 08:52:49

Modified files:
	lib/libc/regex : engine.c 

Log message:
Change an assert into a loop termination condition.  Fixes a core
dump found by jmc@.  OK otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/13 08:54:12

Modified files:
	regress/lib/libc/regex: Makefile 

Log message:
When running regex regress build a private copy with REDEBUG enabled.
That way we get the asserts enabled.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/08/13 10:45:41

Modified files:
	libexec/ld.so  : dlfcn.c 

Log message:
Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@


CVSROOT:	/cvs
Module name:	XF4
Changes by:	todd@cvs.openbsd.org	2004/08/13 12:58:57

Modified files:
	xc/programs/xdm/config: OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm 
	                        OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm 

Log message:
3.6 X images.  Thanks to ty


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/13 13:25:42

Modified files:
	sysutils/cfengine: Makefile 

Log message:
This is ridiculous, I remove this port after no updates for 2 yrs because
the version in the ports tree had security issues. Then a couple weeks
later it is revived and then 2 security issues pop up just before release.
This pile of shit is being marked BROKEN and frankly I don't care if it
ever comes back.

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/13 13:40:01

Modified files:
	textproc/xxdiff: Makefile 

Log message:
revert build fix that has turned into an error with our new errno


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/08/13 14:59:33

Modified files:
	gnu/usr.bin/binutils/gdb: sparc64obsd-tdep.c 

Log message:
Adjust sigtramp recognition for (not so recent) changes on sparc64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 15:00:29

Modified files:
	infrastructure/plist: amd64 i386 powerpc sparc sparc64 vax 

Log message:
bash2->bash; naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/08/13 15:04:16

Modified files:
	gnu/usr.bin/binutils/gdb: sparc64nbsd-nat.c 
	gnu/usr.bin/binutils/gdb/config/sparc: nbsd64.mh obsd64.mt 

Log message:
Add sparc64 libkvm kernel memory image debugging support.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/08/13 16:07:15

Modified files:
	share/man/man8 : crash.8 

Log message:
Update for new gdb.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/13 16:13:55

Modified files:
	share/man/man4 : uftdi.4 
	sys/dev/usb    : usbdevs uftdi.c 

Log message:
LK204-24-USB LCD; adulau@foo.be


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/13 16:14:02

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/13 17:28:41

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Side-effect of BULK=Yes: WRKDIR gets wiped out before the depend cookie
is written.

So, we simply recreate WRKDIR manually.
This is a kluge, but it should do the trick.

From espie@

ok pvalchev@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/08/13 17:38:54

Modified files:
	sys/dev/pci    : ahc_pci.c 
	sys/dev/ic     : aic7xxx.c aic7xxx_openbsd.c aic79xx_openbsd.c 

Log message:
Fix issue with auto request sense handling for both ahc and ahd.

Restore hppa functionality, add sgi functionality for ahc.

ok deraadt@, plus marco@, mickey@, pefo@ for various bits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 17:48:48

Modified files:
	infrastructure/plist: amd64 i386 powerpc sparc sparc64 vax 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/13 18:12:23

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper Configure 

Log message:
gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition to
-fno-strict-aliasing.  Avoid the need for compiling some bits
with -O1 on arm (and others).  Problem debugged and OK miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	niklas@cvs.openbsd.org	2004/08/13 18:14:11

Modified files:
	sys/arch/i386/i386: trap.c 

Log message:
bad bad typo + thinko made ktrace broken in smp.  ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 18:23:01

Added files:
	infrastructure/plist: .cvsignore 

Log message:
ignore files generated by check-plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 18:23:35

Modified files:
	infrastructure/plist: sparc sparc64 

Log message:
shrink by a lot


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/13 18:27:06

Added files:
	net/gaim/patches: patch-src_protocols_msn_slp_c 

Log message:
SECURITY:
Gaim contains several remote overflows related to the MSN-protocol
parsing functions that may allow remote code execution.
The added patch fixes these issues.

ok brad@, pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 18:52:37

Modified files:
	.              : INDEX 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/13 19:15:50

Modified files:
	infrastructure/plist: amd64 powerpc 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/13 19:16:01

Added files:
	audio/lame/patches: patch-libmp3lame_i386_cpu_feat_nas 

Log message:
crash in 3DNow! code path, so just disable 3DNow! detection for now


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2004/08/13 21:08:24

Modified files:
	gnu/usr.bin/ld/ldconfig: ldconfig.c 
	libexec/ld.so/ldconfig: ldconfig.c 

Log message:
When reading the ld.so hints file, map the entire file in a single mmap
instead of assuming the region after the first mmap is available. Same
change was made to ELF ld.so previously. ok deraadt miod pvalchev


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/13 23:09:46

Modified files:
	sys/arch/hppa/conf: GENERIC RAMDISK 

Log message:
re-enable ahc on pci since mickey is missing


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/08/14 00:25:58

Modified files:
	share/man/man8 : crash.8 

Log message:
i386-unknown-openbsd3.6, not 3.5; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/14 05:14:14

Modified files:
	x11/lablgtk/pkg: PFRAG.native PLIST 

Log message:
remove .o files from package lists, especially as the one in PLIST
prevents lablgtk to package correctly on non-native archs

ok pval@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/14 06:53:48

Modified files:
	x11/p5-Gtk     : Makefile 

Log message:
add missing dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	hshoexer@cvs.openbsd.org	2004/08/14 07:29:50

Modified files:
	sbin/isakmpd   : ike_quick_mode.c 

Log message:
When using -K (keynote disabled), check peers' proposal against isakmpd.conf.

ok ho@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2004/08/14 11:05:12

Modified files:
	sys/arch/amd64/conf: RAMDISK RAMDISK_CD 

Log message:
Add isa vga to amd64 install media kernels. This makes it possible to
use a normal console to install on systems, such as my Tyan S2885,
which find the in-built vga in isa land rather than pci land.

Completes earlier work by Tom Cosgrove on GENERIC.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/14 11:06:03

Modified files:
	gnu/usr.sbin/sendmail/cf/cf: openbsd-proto.mc 
	etc/mail       : Makefile 
Added files:
	etc/mail       : genericstable 

Log message:
Add example genericstable


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2004/08/14 11:37:28

Modified files:
	share/man/man8 : afterboot.8 

Log message:
dhcpd doesn't have a -q flag now; ok henning@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/14 12:00:23

Modified files:
	x11/kde/patches-3.2.3: patch-acinclude_m4 
	                       patch-admin_libtool_m4_in 

Log message:
sync libtool patches to fix amd64 C++ linking issues among other things.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/14 12:03:48

Added files:
	x11/kde/libs3/patches: patch-dcop_dcopserver_cpp 
	                       patch-kdecore_kstandarddirs_cpp 
	                       patch-khtml_khtml_ext_cpp 
	                       patch-khtml_khtml_ext_h 
	                       patch-khtml_khtml_part_cpp 
	                       patch-khtml_khtml_part_h 
	                       patch-kparts_browserextension_cpp 
	                       patch-kparts_browserextension_h 
	x11/kde/base3/patches: patch-konqueror_konq_mainwindow_cc 
	                       patch-konqueror_konq_mainwindow_h 

Log message:
fix 3 security issues.

http://www.kde.org/info/security/advisory-20040811-1.txt
http://www.kde.org/info/security/advisory-20040811-2.txt
http://www.kde.org/info/security/advisory-20040811-3.txt

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/14 12:10:09

Modified files:
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/14 12:41:18

Added files:
	net/rsync/patches: patch-util_c 

Log message:
SECURITY:
There is a path-sanitizing bug that affects daemon mode in all
recent rsync versions (including 2.6.2) but only if chroot is
disabled.  It does NOT affect the normal send/receive filenames
that specify what files should be transferred.  It does affect
certain option paths that cause auxiliary files to be read or
written.
http://rsync.samba.org/#security_aug04


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/14 13:16:45

Added files:
	net/xchat/patches: patch-src_common_server_c 

Log message:
XChat's Socks-5 proxy code is vulnerable to a remote exploit. To
successfully exploit the code, you would need to enable socks5
traversal (default off) and connect to the attacker's own custom
proxy server.

If you never intend to use a Socks5 proxy, you are not affected at
all by this issue.

http://mail.nl.linux.org/xchat-announce/2004-04/msg00000.html

ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/14 14:22:06

Modified files:
	sysutils/xosview: Makefile 

Log message:
Mark as BROKEN.  Kernel internals have changed, the system interface needs
to be rewritten.  ok pvalchev@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/14 14:24:46

Modified files:
	net/roxirc     : Makefile 

Log message:
mark broken: distfile continually changing, cannot keep correct checksum; ok naddy robert


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/14 14:56:49

Modified files:
	net/rsync      : Tag: OPENBSD_3_5 Makefile 
Added files:
	net/rsync/patches: Tag: OPENBSD_3_5 patch-util_c 

Log message:
SECURITY:
There is a path-sanitizing bug that affects daemon mode in all
recent rsync versions (including 2.6.2) but only if chroot is
disabled.  It does NOT affect the normal send/receive filenames
that specify what files should be transferred.  It does affect
certain option paths that cause auxiliary files to be read or
written.
http://rsync.samba.org/#security_aug04

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2004/08/14 14:57:38

Modified files:
	net/rsync      : Tag: OPENBSD_3_4 Makefile 
Added files:
	net/rsync/patches: Tag: OPENBSD_3_4 patch-util_c 

Log message:
SECURITY:
There is a path-sanitizing bug that affects daemon mode in all
recent rsync versions (including 2.6.2) but only if chroot is
disabled.  It does NOT affect the normal send/receive filenames
that specify what files should be transferred.  It does affect
certain option paths that cause auxiliary files to be read or
written.
http://rsync.samba.org/#security_aug04

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2004/08/14 15:02:45

Modified files:
	gnu/usr.bin/binutils/gdb: configure.tgt 
	gnu/usr.bin/binutils/gdb/config/i386: obsd64.mt 

Log message:
Set default ABI to "OpenBSD ELF" on amd64.
ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2004/08/14 15:50:38

Modified files:
	devel/jdk/1.3  : Makefile 
	devel/jdk/1.3/patches: 
	                       patch-j2sdk1_3_1_ext_plugin_oji-plugin_src_motif_common_utils_c 
	                       patch-j2sdk1_3_1_ext_plugin_oji-plugin_src_motif_common_utils_h 
Added files:
	devel/jdk/1.3/patches: 
	                       patch-j2sdk1_3_1_src_bsd_include_bsdmisc_h 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_src_signals_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_src_linker_md_c 
	                       patch-j2sdk1_3_1_src_solaris_native_sun_awt_awt_Graphics_c 

Log message:
We've grown dladdr(3), adapt.  From: Kurt Miller <truk@optonline.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/14 18:24:48

Modified files:
	etc/mail       : README 

Log message:
Document genericstable


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/14 19:25:39

Modified files:
	misc/shared-mime-info: Makefile 

Log message:
add a BUILD_DEPENDS on p5-XML-Parser

From: Thomas Delaet <thomas at delaet dot org>


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 04:36:17

Modified files:
	sys/arch/mips64/mips64: arcbios.c 
	sys/arch/mips64/include: arcbios.h 

Log message:
cleanup and more protos


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 04:37:36

Modified files:
	sys/arch/mips64/include: types.h 

Log message:
Add back the broken swap. This needs to be checked why it has to
(or not) be there. Meanwhile leave it in.


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2004/08/15 04:40:50

Modified files:
	usr.sbin/authpf: authpf.8 

Log message:
document the use of "authpf/*" as anchor name for pf to process
sub rulesets added by authpf. ok dhartmei@, oh yes! henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 06:07:28

Modified files:
	sys/arch/mips64/include: cpu.h 

Log message:
remove LP32 defs not used


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 06:08:24

Modified files:
	sys/arch/mips64/mips64: arcbios.c 

Log message:
gas 2.14 have different understanding of 32-64 bit constant cvt


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2004/08/15 06:20:47

Modified files:
	sbin/newfs     : newfs.8 

Log message:
Document max file system size and warn user that using non-standard
block or fragment sizes may hurt. ok a bunch of people@


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 07:53:43

Modified files:
	lib/libc/arch/mips64/string: bzero.S 

Log message:
remove single '


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2004/08/15 08:39:40

Modified files:
	graphics/mplex/pkg: PLIST 

Log message:
conflict w/ mjpegtools that someone forgot to register


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2004/08/15 09:31:46

Modified files:
	sys/net        : pf_if.c 

Log message:
undo last commit, skipping over ifaddrs without IFA_ROUTE has unwanted
sideffects in IPv6 land, noticed by Johan Fredin <griffin@legonet.org>


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/15 09:47:16

Modified files:
	faq            : faq4.html 

Log message:
one downside of sprinkling warnings about a limitation all over the place
so no one will miss it: finding and removing a;; the warnings when the
limitation is removed. Spotted by Reza Muhammad, rezmuh at dtrojans dot org


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2004/08/15 10:58:23

Modified files:
	faq            : faq14.html 

Log message:
Now we know the real limits.  Besides, it seemed SO BIG when I wrote that.


CVSROOT:	/cvs
Module name:	src
Changes by:	pedro@cvs.openbsd.org	2004/08/15 12:22:30

Modified files:
	sys/kern       : vfs_sync.c 

Log message:
protect code dealing with the vnode sync list with splbio(). fixes the
'fsync failed' panic on amd64. discussed with and ok'd by art@, tedu@
and deraadt@. tested by many (thanks).


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 12:35:12

Modified files:
	sys/arch/mips64/mips64: pmap.c 

Log message:
cast


CVSROOT:	/cvs
Module name:	src
Changes by:	pefo@cvs.openbsd.org	2004/08/15 12:35:58

Modified files:
	sys/arch/mips64/mips64: fp.S lcore_float.S 

Log message:
gracefully handle FP traps


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/15 14:57:30

Modified files:
	gnu/usr.bin/perl: Configure 

Log message:
Don't check for -fno-delete-null-pointer-checks on gcc 2; the resulting
message from gcc at Configure time confuses some people...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/15 15:34:13

src/distrib/i386/cdfs-emu

Update of /cvs/src/distrib/i386/cdfs-emu
In directory cvs.openbsd.org:/usr/src/distrib/i386/cdfs-emu

Log Message:
Directory /cvs/src/distrib/i386/cdfs-emu added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/15 15:38:03

Added files:
	distrib/i386/cdfs-emu: Makefile 

Log message:
and install it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2004/08/15 15:43:35

Modified files:
	distrib/i386   : Makefile 

Log message:
sigh, build both CD media


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/15 15:49:45

Modified files:
	libexec/spamd  : grey.c 

Log message:
Expire entries that exactly match the time now in addition to ones
with an expire time in the past.  From beck@, OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/15 16:06:21

Modified files:
	sbin/newfs     : newfs.8 

Log message:
escape some minus signs, and keep -Tps happy;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2004/08/15 16:31:53

Modified files:
	x11/kde/i18n3  : Makefile 
	x11/kde/office-i18n3: Makefile 

Log message:
ensure correct case in DISTNAME created from case insensitive FLAVOR

ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/15 16:52:41

Modified files:
	share/man/man4 : bge.4 gem.4 lge.4 nge.4 pci.4 pcmcia.4 sk.4 
	share/man/man4/man4.alpha: intro.4 
	share/man/man4/man4.amd64: intro.4 
	share/man/man4/man4.cats: intro.4 
	share/man/man4/man4.i386: intro.4 
	share/man/man4/man4.mac68k: ae.4 intro.4 obio.4 sn.4 
	share/man/man4/man4.macppc: intro.4 
	share/man/man4/man4.mvme68k: intro.4 le.4 
	share/man/man4/man4.sgi: intro.4 
	share/man/man4/man4.sparc: intro.4 qec.4 
	share/man/man4/man4.sparc64: intro.4 qec.4 
	share/man/man4/man4.vax: ibus.4 intro.4 uba.4 vsbus.4 ze.4 

Log message:
uppercase the `e' in Ethernet;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2004/08/15 16:54:56

Modified files:
	share/man/man4/man4.sgi: mec.4 

Log message:
fix .Dt;


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/15 17:06:02

Modified files:
	share/man/man8 : dhcp.8 

Log message:
-p was removed from dhcpd

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/15 17:24:14

Modified files:
	usr.sbin/dhcrelay: dhcrelay.8 dhcrelay.c 

Log message:
-p and -q are no more

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/15 17:25:00

Modified files:
	security/nessus: Tag: OPENBSD_3_5 Makefile 
Added files:
	security/nessus/patches: Tag: OPENBSD_3_5 
	                         patch-nessus-core_nessus-adduser_in 

Log message:
Fixed a race condition in nessus-adduser for users who do not configure their TMPDIR variable.

http://www.nessus.org/nessus_2_0.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2004/08/15 17:26:32

Modified files:
	security/nessus: Tag: OPENBSD_3_4 Makefile 
Added files:
	security/nessus/patches: Tag: OPENBSD_3_4 
	                         patch-nessus-core_nessus-adduser_in 

Log message:
Fixed a race condition in nessus-adduser for users who do not configure their TMPDIR variable.

http://www.nessus.org/nessus_2_0.html


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/15 17:27:35

Modified files:
	share/man/man4 : netintro.4 

Log message:
mdoc fixes
remove OSI and other old stuff
update header file excerpts
misc punctuation, grammar, rewording, etc.
normalize ioctl listing
document interface group ioctls
document interface cloning ioctls (help from FreeBSD)
add some cross-refs

"[mdoc] stuff is fine" jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	jaredy@cvs.openbsd.org	2004/08/15 21:37:48

Modified files:
	share/man/man4 : gre.4 

Log message:
mdoc fixes
normalize ioctl listing
convert SEE ALSO to Rs/Re

ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2004/08/15 21:42:22

Modified files:
	sys/dev/ic     : if_wi.c 

Log message:
crank wi_cmd_count to 2000 for the time being; should help avoid
timeouts on cards with station firmware < 1.8.  Better fix coming
post-3.6...