CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/14 21:30:22 Modified files: share/man/man4 : pchb.4 Log message: 2.7 tree unlock. fix some descriptions. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/14 21:36:34 Modified files: sys/netinet : ip_esp.c Log message: Fix sanity check that caused really short packets (ICMPs with less than 8 bytes of payload) to be dropped. Did not affect TCP/UDP packets and most ICMP packets. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/14 21:37:33 Modified files: gnu/usr.sbin/sendmail/libsmdb: Makefile gnu/usr.sbin/sendmail/libsmutil: Makefile gnu/usr.sbin/sendmail/mail.local: Makefile gnu/usr.sbin/sendmail/mailstats: Makefile gnu/usr.sbin/sendmail/makemap: Makefile gnu/usr.sbin/sendmail/praliases: Makefile gnu/usr.sbin/sendmail/rmail: Makefile gnu/usr.sbin/sendmail/smrsh: Makefile Log message: since Makefile.inc is included at the end, do ENVDEF+= there and use ENVDEF= in the Makefile (this was reversed). Also, pull in the right Makefile.inc for things that don't get installed in usr.sbin. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/14 21:38:25 Modified files: gnu/usr.sbin/sendmail/cf/cf: courtesan-lists.mc courtesan-nonet.mc courtesan.mc openbsd-lists.mc Log message: Update to reality CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/14 21:38:41 Modified files: sys/netinet : tcp_input.c Log message: Add comment on input MSS calculation based on previous PMTUD results, as per TCP-imply IETF WG draft(s). The correct approach is to just use the relevant interface's MTU. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/14 21:48:30 Modified files: es : support.html Log message: Sync with Badlands Translation CVS. Fixed $Tag$ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/14 21:49:51 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Brought up to date. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/14 21:50:40 Modified files: openssh/it : index.html Log message: Sync with Badlands Translation CVS. Brought up to date. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/14 21:50:47 Modified files: share/tmac/mdoc: doc-syms Log message: 2.8 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/14 21:52:05 Modified files: pt : index.html Log message: Sync with Badlands Translation CVS. Fixed title, added link to [it] and fixed mirror. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/14 22:17:31 Modified files: share/man/man4 : Makefile sys/arch/i386/conf: files.i386 GENERIC Added files: sys/dev/ic : tcic2.c tcic2reg.h tcic2var.h sys/dev/isa : tcic2_isa.c share/man/man4 : tcic.4 Log message: driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); from NetBSD. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/05/14 23:18:13 Modified files: etc/namedb : named.boot Log message: typo CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/14 23:44:24 Modified files: de : books.html es : books.html portstat.html support.html faq/es : upgrade-minifaq.html se : donations.html index.html plat.html Log message: Sync with Badlands Translation CVS. Brought a bunch of files up to date. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:10:22 Modified files: etc/mtree : 4.4BSD.dist gnu/egcs/gcc/config: openbsd.h gnu/egcs/libf2c: Makefile.bsd-wrapper gnu/egcs/libiberty: Makefile.bsd-wrapper gnu/egcs/libio : Makefile.bsd-wrapper gnu/egcs/libobjc: Makefile.bsd-wrapper gnu/egcs/libstdc++: Makefile.bsd-wrapper lib/libc/sys : Makefile.inc share/mk : bsd.README bsd.lib.mk bsd.own.mk sys.mk Log message: Add support for building libraries with debugging information in them. Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:11:53 Modified files: sys/dev/mii : tqphy.c Log message: Less verbose, detach logic CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:14:25 Modified files: sys/arch/i386/i386: machdep.c Log message: comment typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:26:59 Modified files: sys/dev/cardbus: files.cardbus cardbusdevs sys/arch/i386/conf: files.i386 Added files: sys/dev/cardbus: com_cardbus.c Log message: Cardbus com driver, from NetBSD, but adapted for our style conventions and with pccom support added CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:29:09 Modified files: sys/dev/cardbus: devlist2h.awk Log message: We are OpenBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:31:37 Modified files: sys/dev/cardbus: devlist2h.awk Log message: oops typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:35:48 Modified files: sys/dev/cardbus: cardbusdevs.h cardbusdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/15 00:36:21 Modified files: sys/dev/cardbus: cardbus.c cardbusvar.h Log message: Cardbus serial infrastructure CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/15 00:52:56 Modified files: usr.bin/ssh : ssh.c Log message: fix usage() CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/15 00:54:03 Modified files: usr.bin/ssh : ssh.1 Log message: document ssh -T -N (ssh2 only) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 00:55:45 Modified files: usr.bin/mail : mail.1 usr.bin/msgs : msgs.1 usr.sbin/adduser: adduser.8 Log message: /etc/mail/aliases CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/15 01:03:12 Modified files: usr.bin/ssh : ssh2.h Log message: draft-ietf-secsh-architecture-05.txt CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/15 03:38:13 Modified files: share/man/man7 : packages.7 Log message: Typo in quotes. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 04:49:56 Modified files: lib/libc/net : getaddrinfo.c Log message: translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 04:50:40 Modified files: include : netdb.h lib/libc/net : getnameinfo.c Log message: correct type of 2nd argument to meet RFC2553. (this should raise no ABI problem due to type promotion). PR 1228. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 05:07:34 Modified files: sys/netinet : ip_icmp.c ip_input.c ip_output.c Log message: parse IPv4 options more carefully. make boundary checks against every steps (including option type/length field - there were no checks, seems to me 4.4BSD bug) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 05:23:51 Modified files: sbin/ifconfig : ifconfig.c Log message: better scoped address handling on gif physical address printing. (hide kame ifidx hack) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 05:29:14 Modified files: sys/netinet6 : nd6.c Log message: use IFAFREE, not ifa_refcnt--. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 05:34:46 Modified files: sys/netinet6 : icmp6.c Log message: remove whitespace at EOL CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 05:45:35 Modified files: sys/netinet6 : icmp6.c nd6.c nd6.h Log message: perform NUD on p2p link, only if the destination/gateway is real neighbor. this removes temporary workaround (no NUD on p2p link). KAME PR 245. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/15 09:16:41 Modified files: sys/arch/hppa/include: iomod.h Log message: extend page zero layout according to 2.x specification CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/15 10:04:36 Modified files: sys/arch/hppa/include: pdc.h Log message: PDC_CACHE_GETSPIDB's return struct CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/15 10:07:04 Modified files: usr.bin/ftp : fetch.c Log message: parse RFC2732 ftp URL (ftp://[::1]:21/readme) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/15 10:16:38 Modified files: gnu/usr.sbin/sendmail: Makefile.inc Log message: ENVDEF= -> ENVDEF+= -- missed in last commit. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/15 11:07:28 Modified files: sys/arch/hppa/include: reg.h Log message: diagnostic register 0 definitions CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/15 11:22:40 Modified files: sys/arch/hppa/hppa: locore.S sys/arch/hppa/include: cpufunc.h Log message: fdcache/pdcache/ficache as out of line functions from lites CVSROOT: /cvs Module name: src Changes by: hin@cvs.openbsd.org 2000/05/15 12:24:43 Modified files: etc : rc kerberosIV : Makefile.inc Log message: Fix SBINDIR path the right way CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 12:27:28 Modified files: usr.bin/ftp : util.c Log message: 0-size files still deserve a progress meter; also, after file is finished transfer, display a non-ETA line with an elapsed time. CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/15 13:15:01 Modified files: sys/net : if_vlan.c Log message: Check to make sure vlan tag is valid (12bit) in SIOCSETVLAN CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 14:57:34 Modified files: sys/conf : newvers.sh Log message: now we are at 2.7-current CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/15 15:29:18 Modified files: faq : faq6.html Log message: fix ipf line; Reinhard J Sammer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 15:34:39 Modified files: share/man/man4 : dpt.4 pchb.4 ym.4 Log message: clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 15:51:01 Modified files: sys/dev/pci : pcidevs Log message: clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 15:51:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/15 15:52:30 Modified files: faq : faq1.html Log message: gear forward to 2.7 CVSROOT: /cvs Module name: ports Changes by: beck@cvs.openbsd.org 2000/05/15 15:58:41 Modified files: x11/mxconns : Makefile Log message: fix dist site, from dbt@meat.net CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/15 16:09:24 Modified files: faq : faq2.html Log message: bring into 2.7 land CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/15 16:38:40 Modified files: faq : faq8.html Log message: some fixes, noticed by brad@ CVSROOT: /cvs Module name: src Changes by: rohee@cvs.openbsd.org 2000/05/15 16:44:16 Modified files: distrib/notes/i386: hardware Log message: Gravis Ulrasound -> Gravis Ultrasound CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/15 16:47:23 Modified files: de : index.html sun3.html vax.html Log message: Sync with Badlands Translation CVS. Work by Jufi CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/15 16:48:08 Modified files: faq/de : faq1.html faq5.html Log message: Sync with Badlands Translation CVS. Work by Jufi CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/15 16:49:53 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio and Fabrizio CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/15 16:50:45 Modified files: openssh/it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio and Fabrizio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/15 16:52:12 Modified files: se : crypto.html donations.html goals.html i386.html index.html Log message: Sync with Badlands Translation CVS. Work by JJ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/15 17:09:21 Modified files: etc/etc.i386 : disktab etc/etc.vax : disktab Log message: remove double specification of fa#; sigh@kuzirabekon.econ.nagasaki-u.ac.jp CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/15 17:52:18 Modified files: share/termtypes: termtypes.master Log message: When the pcvt function key definitions were changed in the driver to match what a real vt220 generates the pcvtXX entry was not updated accordingly. Fix a dangling vt220-old reference I missed in the old/new switch. CVSROOT: /cvs Module name: X11 Changes by: todd@cvs.openbsd.org 2000/05/15 21:33:11 Modified files: xc/programs/xlockmore: README xc/programs/xlockmore/docs: Revisions xc/programs/xlockmore/xlock: resource.c version.h Log message: buffer overflow security fix found by Anthony_Osborne@NAI.com fixed by bagleyd@bigfoot.com CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/05/16 00:15:00 Modified files: share/mk : bsd.lib.mk Log message: DEBUGLIBS=no still makes defined(DEBUGLIBS) true, ;-) CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/16 02:06:29 Modified files: textproc/xml2rfc/files: md5 Log message: checksum updated CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/16 03:54:26 Modified files: faq/de : faq1.html faq2.html faq3.html faq4.html faq5.html index.html Log message: Sync with Badlands Translation CVS. Work by Reinhard and cheitzin@rainbow.studorg.tuwien.ac.at CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/16 03:58:07 Modified files: es : index.html sun3.html vax.html Added files: es : y2k.html Log message: Sync with Badlands Translation CVS. Work by Horacio CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/16 03:58:50 Modified files: openssh/es : ftp.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/16 04:07:40 Modified files: faq/es : faq1.html faq10.html faq5.html faq6.html Log message: Sync with Badlands Translation CVS. Work by Horacio CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/16 04:09:37 Modified files: se : crypto.html i386.html Log message: Sync with Badlands Translation CVS. Work by JJ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/16 08:16:06 Modified files: usr.sbin/route6d: route6d.8 route6d.c Log message: correct p2p interface address handling. avoid memory leak. bzero() after malloc(). (sync from kame) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 08:40:29 Modified files: infrastructure/mk: bsd.port.mk Log message: Remove lots of extra shells in the mirror-maker Makefile. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 09:13:28 Modified files: infrastructure/mk: bsd.port.mk Log message: Missed phony target CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/16 09:52:35 Modified files: . : press.html Log message: Add security focus vulnerability stats. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 09:54:18 Modified files: infrastructure/mk: bsd.port.mk Log message: Switch back to ${MAKE}. Pointed out by Todd Miller. ${MAKE} is special, it's set by make itself, and should be relied upon to be sure we reinvoke the same make we started out with. CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 2000/05/16 10:08:35 Modified files: usr.sbin/pkg_install: README Log message: add credits CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/16 10:58:19 Modified files: mail/postfix : Makefile mail/postfix/files: md5 Log message: Update to Postfix 19991231 patchlevel 07. - RFC 822 requires the presence of at least one destination message header. Postfix now generates a generic "To: undisclosed-recipients:;" message header when no destination header is present. The header content is specified with the new undisclosed_recipients_header parameter. - Postfix now understands <(comment)> as SMTP MAIL FROM address, because some broken software needs it. Postfix rejects such illegal address forms with "strict_rfc821_envelopes = yes". - Configuration parameters for one mysql dictionary would become default settings for the next one. This patch was merged into the development Postfix version a while back but apparently that version was on a dead branch. Update by Scott Cotton. - Some Postfix delivery agents would abort on addresses of the form `stuff@.' which could unfortunately be generated locally. - With local delivery, Postfix could insert > or . into the middle of very long lines. - SMTP sessions could time out when the remote client attempted to deliver to a large number of rejected recipients. The SMTP server now flushes unwritten output in-between tarpit delays, to avoid protocol timeouts in pipelined SMTP sessions. - Postfix would incorrectly reject domain names with adjacent `-' characters. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 11:06:47 Modified files: infrastructure/mk: bsd.port.mk Log message: Support ${SUDO} CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/16 12:12:14 Modified files: sys/arch/i386/isa: lms.c pms.c mms.c Log message: supply entropy from mouse; provos@ ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 12:14:29 Modified files: infrastructure/mk: bsd.port.mk Log message: Use setenv -i, for predictability. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 12:47:21 Modified files: x11/Xaw3d : Makefile x11/Xaw3d/patches: patch-aa Log message: Erroneous ldconfig CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 12:49:39 Modified files: graphics/png : Makefile Log message: Erroneous ldconfig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/16 13:02:18 Modified files: sbin/wicontrol : wicontrol.8 Log message: more Xr CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/16 13:34:47 Modified files: share/mk : bsd.man.mk Log message: Extend MANSUBDIR to be a possible list, use links so that this only consumes inodes. Add / at start of MANSUBDIR entries automatically (see make(1) for :S), so that we can use list of machines automatically. millert@ ok. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/16 13:38:50 Modified files: faq/es : faq1.html faq2.html faq6.html faq8.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/16 14:09:08 Modified files: . : goals.html Log message: clean CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/16 14:09:59 Modified files: . : errata.html index.html Log message: xlock issue CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/16 14:28:59 Modified files: . : index.html errata.html Log message: wait, until we are sure that xlock issue applies, disable that; it appears to be another pam issue CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/16 14:42:16 Modified files: faq : faq6.html Log message: minor fixes Reinhard J Sammer CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/05/16 14:45:08 Modified files: build : support.dat Log message: Jorm moved, again. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/05/16 14:47:27 Modified files: build : support.dat Log message: Typo. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/05/16 14:49:00 Modified files: . : support.html Log message: Sync. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/16 17:49:12 Modified files: sys/dev/wscons : ascii.h files.wscons wscons_raster.h wscons_rfont.h wscons_rinit.c wscons_rops.c Added files: sys/dev/wscons : unicode.h wscons_callbacks.h wsconsio.h wsdisplay.c wsdisplay_compat_usl.c wsdisplay_usl_io.h wsdisplayvar.h wsemul_dumb.c wsemul_sun.c wsemul_vt100.c wsemul_vt100_chars.c wsemul_vt100_keys.c wsemul_vt100_subr.c wsemul_vt100var.h wsemulconf.c wsemulvar.h wsevent.c wseventvar.h wskbd.c wskbdutil.c wskbdvar.h wsksymdef.h wsksymvar.h wsmouse.c wsmousevar.h wsmux.c wsmuxvar.h Removed files: sys/dev/wscons : event.c event_var.h kbd.c kbd.h ms.c ms.h wscons.c wscons_emul.c wscons_emul.h wsconsvar.h Log message: import newer wscons source from netbsd. art@ said it will make his life easier in alpha rhands@ said it is not used in powerpc for now bjc@ said that it would make vax port easier mickey@ said other platforms can use it, and it's faster CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/16 18:21:13 Modified files: sys/net : route.h Log message: crank rt_refcnt to 32 bits, no userland effects CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 18:22:40 Modified files: infrastructure/mk: bsd.port.mk Log message: pre-fake needs SUDO CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 18:24:52 Modified files: print/ghostscript/encrypt: Makefile print/ghostscript/encrypt/pkg: PLIST-aladdin PLIST-gnu Log message: Remove work-around for pre-2.7 pkg_add. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 19:02:24 Modified files: shells/bash2 : Makefile Log message: Fix static FLAVOR. Bad brad, test your stuff !!! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 19:21:21 Modified files: games/adom : Makefile Log message: FAKE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/16 19:25:54 Modified files: misc/magicpoint/files: md5 misc/magicpoint/patches: patch-aa Added files: misc/magicpoint/patches: patch-config_sub Log message: Fix confusing message, let openbsd be recognized as a valid config. diff -c -> diff -u (side-effect of update-patches) add sha1 and rmd160 checksums (missing...) CVSROOT: /cvs Module name: src Changes by: bjc@cvs.openbsd.org 2000/05/16 20:57:44 Modified files: sys/arch/vax/conf: files.vax Log message: remove unnecessary wscons-related definitions; thx mickey@ CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/16 22:23:39 Modified files: editors/joe : Makefile editors/joe/pkg: PLIST Added files: editors/joe/pkg: DEINSTALL INSTALL Log message: Use INSTALL/DEINSTALL. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/16 22:34:27 Modified files: www/wwwcount : Makefile www/wwwcount/files: md5 www/wwwcount/pkg: PLIST Log message: Fake. Fix checksum. More master sites. $OpenBSD$ tag in PLIST. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/16 22:37:07 Modified files: . : sparc.html Log message: at least one faster hypersparc works ;-) CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/16 22:54:56 Modified files: . : press.html Log message: Add Upside Today interview CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/16 23:38:19 Modified files: lib/libkeynote : README auxil.c keynote.3 keynote.h Log message: Add kn_free_key() CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/16 23:40:03 Modified files: lib/libkeynote : keynote.h Log message: Oops, typo. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/17 01:01:06 www/reprints Update of /cvs/www/reprints In directory cvs.openbsd.org:/tmp/cvs-serv11860/reprints Log Message: Directory /cvs/www/reprints added to the repository CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/17 01:08:53 Modified files: . : press.html Added files: reprints : article_20000419.html template.html Log message: Adding SOURCES article; Create new directory where we reprint (with permission) articles no longer posted elsewhere. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/17 02:20:16 Modified files: usr.bin/ssh : channels.c serverloop.c ssh.h sshconnect.c sshd.c usr.bin/ssh/lib: Makefile Added files: usr.bin/ssh : aux.c Log message: enable nonblocking IO for sshd w/ proto 1, too; split out common code CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/17 03:47:59 Modified files: usr.bin/ssh : aux.c Log message: missing include CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/17 03:51:28 Modified files: etc/etc.i386 : INSTALL.linux Log message: typo (reported by Adam Rogoyski ) CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/05/17 03:57:51 Modified files: faq : INSTALL.linux Log message: typo, sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/17 05:54:50 Modified files: usr.bin/netstat: inet6.c Log message: s/icmp/icmp6/ in message CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/17 06:09:00 Modified files: libexec/makewhatis: makewhatis.pl Log message: A non existent directory should not prevent makewhatis from looking further. Noticed by Jon Ribbens CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 06:14:54 Modified files: infrastructure/mk: bsd.port.mk Log message: Use exec to strip a large number of intermediate shells that don't serve any useful purpose except for eating up PCB. Not sure whether this is a ksh bug or not, but this is at least a fine work-around. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 06:33:36 Added files: infrastructure/fetch: link-checksums Log message: Script to run after mirroring to populate the {sha1,md5,rmd160}/ subdirectories and guard against shifting checksums. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 06:41:28 Modified files: infrastructure/mk: bsd.port.mk Log message: Add REFETCH mechanism, effective once ftp.openbsd.org is populated with checksum links. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/17 06:46:38 Modified files: share/man/man7 : mirroring-ports.7 Log message: Synch with reality (exec ${FETCH}) Document link-checksums/REFETCH mechanism CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 06:57:43 Added files: xc/programs/ssh-askpass: ssh-askpass.man Log message: First try to add a manual page for ssh-askpass, from the README and the source. XXX I'm not a -mandoc expert. Feel free to fix the formatting (and the XXX contents, since english is not my primary language either) XXX if needed. CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 06:59:49 Modified files: xc/programs/ssh-askpass: Imakefile Log message: enable manual page install CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 07:03:18 Modified files: distrib/sets/lists/xshare: Tag: OPENBSD_2_6 mi Log message: add ssh-askpass man page CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 07:17:18 Modified files: distrib/sets/lists/xshare: Tag: OPENBSD_2_6 mi Log message: oops I did not want this branch tag CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 07:28:54 Modified files: distrib/sets/lists/xshare: mi Log message: add ssh-askpass man page CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/17 08:36:40 Modified files: lib/libc/net : inet6_option_space.3 inet6_rthdr_space.3 Log message: nroff fixes (correct Dt, linebreak). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 09:02:45 Modified files: www/netscape/communicator: Makefile www/netscape/communicator/files: md5 www/netscape/communicator/patches.i386: patch-aa www/netscape/communicator/pkg: PLIST.i386 www/netscape/navigator: Makefile www/netscape/navigator/files: md5 www/netscape/navigator/patches.i386: patch-aa www/netscape/navigator/pkg: PLIST.i386 Log message: Version 4.72 CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/17 09:17:56 Modified files: . : press.html reprints : article_20000419.html Log message: Uncomment SOURCES article; Tweak UpsideToday; Typo in SOURCES headline CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 09:37:56 Modified files: x11/freefonts : Makefile x11/freefonts/patches: patch-ab x11/freefonts/pkg: DESCR PLIST Removed files: x11/freefonts/patches: patch-aa Log message: Simplify packaging. Fake. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/17 09:37:56 Modified files: sys/arch/hppa/conf: SHEPHERD_PIE Log message: disable sti for now CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 10:20:14 Modified files: x11/mouseclock : Makefile x11/mouseclock/patches: patch-aa patch-ab Log message: Fake, No gmake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 10:22:11 Added files: x11/mouseclock/patches: patch-Imakefile Log message: gmake is far too lenient... remove stupid tabs, real bad reason to require gnu-make. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 10:28:20 Modified files: x11/rclock : Makefile Log message: FAKE, trivial CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/05/17 10:32:09 Modified files: security/dsniff: Makefile security/dsniff/files: md5 security/dsniff/pkg: COMMENT DESCR PLIST Log message: upgrade to 2.0, fake CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/17 10:57:03 Modified files: usr.bin/ssh : sshconnect.c Log message: copy only ai_addrlen bytes; misiek@pld.org.pl CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/17 11:01:14 Modified files: comms/kermit : Makefile comms/kermit/pkg: PLIST Added files: comms/kermit/files: Makefile Removed files: comms/kermit/files: Makefile.sed comms/kermit/scripts: configure Log message: Simplify build process slightly (no need for sed, pull everything into main Makefile) give sensible rights to kermit (no read rights ???) so that packaging works (hint: make package should NOT use root rights). Fake. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/17 12:20:19 Modified files: sys/conf : files Log message: new wscons defines CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/05/17 12:48:35 Modified files: security/antisniff: Makefile security/antisniff/files: md5 security/antisniff/patches: patch-ae security/antisniff/pkg: SECURITY Added files: security/antisniff/patches: patch-ag Log message: upgrade to 1.1 (fixes recent hole reported in l0pht advisory, FAKE CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/17 13:00:06 Modified files: audio/knapster : Makefile audio/knapster/files: md5 audio/knapster/pkg: PLIST Removed files: audio/knapster/patches: patch-docs-en-Makefile_in patch-po-Makefile_in Log message: update to knapster v0.10 CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/05/17 13:04:38 Modified files: security/dsniff/files: md5 Log message: fix checksum CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 14:29:31 Modified files: xc/programs/xdm/config: TakeConsole Log message: fix path to Xservers file. Noticed by ryker@ryker.org. XXX utmp support still doesn't work because it's disabled in sessreg XXX I have to check if it's safe to enable it CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/17 14:30:02 Modified files: xc/programs/xdm/config: GiveConsole Log message: fix path to Xservers file. Noticed by ryker@ryker.org. XXX utmp support still doesn't work because it's disabled in sessreg XXX I have to check if it's safe to enable it CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/17 15:17:30 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/17 15:37:25 Modified files: usr.bin/ssh : auth.c Log message: accept an empty shell in authentication; bug reported by chris@tinker.ucr.edu CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/17 17:50:40 Modified files: faq : faq10.html Log message: /etc/sendmail.cf->/etc/mail/sendmail.cf #1 commit ;) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/05/17 18:06:43 Modified files: misc/screen : Makefile misc/screen/pkg: PLIST Log message: - remove license type - bump NEED_VERSION - ensure that the screen symlink is created properly; problem reported by Phil Pennock CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/05/17 18:30:32 Modified files: net/bitchx : Makefile Removed files: net/bitchx/patches: patch-ac Log message: remove unnecessary patch CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/17 19:20:49 Modified files: usr.bin/netstat: route.c Log message: allow mask == NULL in netname6. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/17 19:25:19 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : ubsec.c ubsecreg.h ubsecvar.h Log message: work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto accelerator CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/17 19:32:13 Modified files: usr.bin/netstat: route.c Log message: check getnameinfo error proprely. this can be visited on printing radix_mask on netstat -rnAv (actually, I think it's a bad idea to use p_sockaddr for printing mask portion in radix_mask, since address family is not properly filled) CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/17 20:26:49 Modified files: net/mirror/files: mirror.man Log message: mirror.man is mirror(1), not ls(1) :) CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/17 21:33:08 Modified files: openssh : press.html Log message: Add ISP-Planet OpenSSH 2 article CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/17 21:37:50 Modified files: sysutils/xosview: Makefile sysutils/xosview/pkg: PLIST Log message: Fake. yes -> Yes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/17 21:46:15 Modified files: sys/dev/pcmcia : if_ray.c Log message: cleanup ifdefs and remove static for ray_update_siglev() CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/17 22:41:32 Modified files: comms/minicom : Makefile comms/minicom/files: md5 comms/minicom/pkg: PLIST Added files: comms/minicom/files: xminicom.in comms/minicom/patches: patch-ascii-xfr-c patch-config-h patch-install-sh patch-makefile patch-minicom-users patch-po-makefile patch-port-h patch-rwconf-c patch-updown-c patch-util-c patch-windiv-c patch-window-c comms/minicom/pkg: DEINSTALL INSTALL Removed files: comms/minicom/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak Log message: Upgrade to 1.83.0. Use INSTALL/DEINSTALL. Fake. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/18 00:35:23 Modified files: openssh : index.html Log message: typo CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/18 00:35:57 Modified files: usr.bin/ssh : serverloop.c Log message: we don't have stderr for interactive terminal sessions (fcntl errors) CVSROOT: /cvs Module name: www Changes by: art@cvs.openbsd.org 2000/05/18 01:35:17 Modified files: . : sparc.html Log message: Add myself to the list of people working on sparc. CVSROOT: /cvs Module name: www Changes by: art@cvs.openbsd.org 2000/05/18 01:41:13 Modified files: . : sparc.html Log message: Add Axil clones to supported clones. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/18 01:58:46 Modified files: lib/libkeynote : environment.c keynote.l Log message: Plug a minor memory leak associated with kn_get_licensees(), and make the latter work before a query has been issued. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/18 02:31:02 Modified files: lib/libkeynote : Makefile keynote.3 keynote.h keynote.l Log message: Manpage links. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/18 02:34:17 Modified files: lib/libkeynote : Makefile Log message: Oops, typo. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/18 02:35:37 Modified files: lib/libkeynote : Makefile Log message: Grrr...typo'ed on the typo correction...I'll call it a day (or night). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/18 06:10:45 Modified files: misc/screen/pkg: PLIST Log message: Revert PLIST to its normal state. It was never broken, it's been a transient problem in pkg_add. If you experience the problem, it's your fault. The ports tree is tracking 2.7, the problem does not exist in 2.7. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2000/05/18 07:27:37 Modified files: usr.bin/ssh : sshd.c Log message: Check for RSA key presence before freeing them. From kevin_oconnor@standardandpoors.com. ok Markus. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/18 07:28:06 Modified files: sbin/ping6 : ping6.8 Log message: correct RETURN VALUES section. sync with latest kame doc. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/18 07:30:47 Modified files: usr.sbin/route6d: route6d.c Log message: don't overload rtm_flags with route6d-local flags. sync with latest kame. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/18 07:31:13 Modified files: etc/etc.sparc : sysctl.conf sbin/sysctl : sysctl.8 sys/arch/sparc/dev: cgsix.c sys/arch/sparc/include: cpu.h sys/arch/sparc/sparc: machdep.c Log message: add machdep.vsyncblank sysctl for controlling whether vsync is disabled when the monitor is blanked. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/18 07:44:07 Modified files: etc/mtree : 4.4BSD.dist Log message: Add all arch subdirs to {cat1,cat4,cat8,man1,man4,man8}. REMEMBER TO UPDATE YOUR TREE BEFORE REBUILD! This *will* be used shortly. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/18 07:49:52 Modified files: sbin/ancontrol : Makefile sbin/fdisk : Makefile sbin/wicontrol : Makefile sbin/edlabel : Makefile Log message: Prepare to recurse down those directories for all arches, to grab manpages. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/18 08:01:00 Modified files: sbin : Makefile Log message: Recurse down ancontrol, wicontrol, edlabel, fdisk for man pages. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/18 09:56:04 Modified files: gnu/usr.bin/perl: universal.c Log message: Update from perl-current--fixes the op/universal test. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/18 10:46:38 Modified files: usr.sbin/apm : Makefile usr.sbin/apmd : Makefile usr.sbin/bad144: Makefile usr.sbin/eeprom: Makefile usr.sbin/fdformat: Makefile usr.sbin/grfinfo: Makefile usr.sbin/hilinfo: Makefile usr.sbin/memconfig: Makefile usr.sbin/screenblank: Makefile Log message: Prepare to recurse down usr.sbin to grab manpages CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/18 11:01:38 Modified files: usr.sbin : Makefile Log message: Recurse down arch-dependent subdirs to grab manpages. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/18 11:06:47 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : puc.4 Log message: Man page for puc(4) from NetBSD CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/18 11:22:44 Modified files: lib/libkeynote : environment.c Log message: Really find the requested assertions, and fix authorizer retrieval. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/18 12:38:00 Modified files: lang/ruby : Makefile lang/ruby/files: PLIST.template md5 lang/ruby/patches: patch-findtcltk patch-mkstemp1 patch-mkstemp2 patch-socket Added files: lang/ruby/pkg : PFRAG.shared PLIST.sed Removed files: lang/ruby/patches: patch-dln Log message: Version 1.4.4 Set patches according to update-patches. Redo PLIST according to newer bsd.port.mk. Remove patch that's now part of ruby proper. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/18 13:59:22 Modified files: infrastructure/mk: bsd.port.mk Log message: Don't show `make plist' internals under fake, it works good enough that we don't need to debug it. CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/05/18 20:14:31 Modified files: usr.bin/passwd : passwd.c Log message: Make usage() work as expected. deraadt@ ok CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/18 20:14:51 Modified files: . : events.html Log message: move events.. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/18 22:56:48 Modified files: net/mirror : Makefile Added files: net/mirror/patches: patch-ftp-pl patch-lchat-pl patch-makefile patch-mirror-defaults patch-mirror-pl patch-mm-pl Removed files: net/mirror/patches: patch-aa patch-ab patch-ac patch-ae patch-af net/mirror/scripts: configure Log message: /usr/local -> PREFIX fix network functions remove scripts/configure CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/18 23:04:51 Modified files: lib/libkeynote : keynote.3 Log message: Fix macro typo. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/18 23:14:46 Modified files: sys/netinet6 : ip6_output.c Log message: NULL != 0. from netbsd-current. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/19 00:34:17 Modified files: etc/mtree : 4.4BSD.dist Log message: /etc/isakmpd/keynote entry CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 03:59:39 Log message: Another latex to html converter, in ocaml. Cute, fast, good. Status: Vendor Tag: HeVeA Release Tags: espie N ports/textproc/hevea/Makefile N ports/textproc/hevea/pkg/COMMENT N ports/textproc/hevea/pkg/DESCR N ports/textproc/hevea/pkg/PLIST N ports/textproc/hevea/pkg/MESSAGE N ports/textproc/hevea/files/md5 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 04:45:05 Modified files: textproc : Makefile Log message: +hevea CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/19 07:11:34 Modified files: sys/netinet6 : ip6_mroute.c ip6_mroute.h Log message: update multicast routing message (struct mrt6msg) to the latest kame. structure overlaying is corrected to meet IPv6 raw socket spec. just to be sure, binary backward compatiblity is provided since we shipped old message handling with openbsd 2.7. no openbsd 2.7 userland code have used the API, though, because we did not merge kame pim6[sd]d to openbsd due to mrouted license issue. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 07:36:22 Modified files: x11/qt : Makefile x11/qt/pkg : PLIST Log message: Let manpages be readable. Problem reported by Marco, fix was slightly less obvious than first foreseen (pesky .so use) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 07:49:35 Log message: Cute background, the Earth Status: Vendor Tag: xglobe Release Tags: espie N ports/x11/xglobe/Makefile N ports/x11/xglobe/pkg/COMMENT N ports/x11/xglobe/pkg/DESCR N ports/x11/xglobe/pkg/PLIST N ports/x11/xglobe/files/md5 N ports/x11/xglobe/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/19 07:55:17 Modified files: sys/netinet6 : ip6_forward.c ip6_output.c nd6.c nd6.h nd6_nbr.c Log message: never forward packet with link-local address. experimental support for new loopback packet handling (with FAKE_LOOPBACK_IF, rcvif will be set to real outgoing interface, not the loopback, to honor scope) sync with kame. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 08:04:38 Modified files: x11/xglobe : Makefile x11/xglobe/files: md5 Added files: x11/xglobe/pkg : COMMENT-no_map PLIST-no_map Log message: Add a no_map flavor, creates a much smaller package, for people that will grab another map and not use the default. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 08:06:31 Modified files: x11 : Makefile Log message: Add xglobe CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/19 08:49:45 Modified files: sys/arch/i386/isa/pcvt/Util/cursor: Makefile sys/arch/i386/isa/pcvt/Util/fed: Makefile sys/arch/i386/isa/pcvt/Util/fontedit: Makefile sys/arch/i386/isa/pcvt/Util/ispcvt: Makefile sys/arch/i386/isa/pcvt/Util/kcon: Makefile sys/arch/i386/isa/pcvt/Util/loadfont: Makefile sys/arch/i386/isa/pcvt/Util/pcvtdoc: Makefile sys/arch/i386/isa/pcvt/Util/scon: Makefile sys/arch/i386/isa/pcvt/Util/userkeys: Makefile sys/arch/i386/isa/pcvt/Util/vttest: Makefile Log message: Prepare to always install some pcvt man pages. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 09:19:22 Modified files: . : INDEX Log message: Sync CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 2000/05/19 09:54:37 Modified files: etc/mtree : 4.4BSD.dist Log message: bad Angelos: you left out the .. after creating the keynote directory CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/19 10:03:47 Modified files: . : press.html Log message: Add BeOpen.com CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/19 10:36:04 Modified files: sys/nfs : nfs.h nfs_syscalls.c nfs_var.h nfs_vfsops.c Log message: from tsarna@netbsd.org (sysctl changes to come later): Death to nfsiod! It is replaced by kernel threads that do the same thing. The number of kernel threads used is set with the vfs.nfs.iothreads sysctl. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/19 10:41:53 Modified files: sbin : Makefile Removed files: sbin/nfsiod : Makefile nfsiod.8 nfsiod.c Log message: kill nfsiod CVSROOT: /cvs Module name: ports Changes by: beck@cvs.openbsd.org 2000/05/19 10:49:48 Modified files: security/sslintl: Makefile Log message: Make this behave more like a modern port with fake. (from espie@). CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/19 10:53:18 Modified files: etc : rc rc.conf sysctl.conf Log message: nfsiod/nfs_client, bye bye add commented out entry into sysctl.conf for vfs.nfs.iothreads CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/19 10:54:53 Modified files: sys/nfs : nfs.h Log message: oops, s/niothreads/iothreads/ in FS_NFS_NAMES CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/19 11:01:41 Modified files: share/man/man4 : options.4 Log message: nfsiod bye bye CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2000/05/19 11:07:06 Modified files: sys/kern : subr_userconf.c Log message: Add enable to history when enable command i used. Reported by itojun@ and David Brownlee . -moj CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/19 11:33:42 Modified files: lib/libc/rpc : pmap_rmt.c Log message: use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/19 12:19:46 Modified files: share/man/man7 : mdoc.samples.7 Log message: Some formatting fixes; derived from NetBSD PR/10078. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/19 13:12:12 Added files: x11/xglobe/patches: patch-earthapp_cpp patch-renderer_cpp Log message: Use random(), OpenBSD rand() is not suitable for %. Makes for less funny stars. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/19 14:04:54 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html errata25.html index.html plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html Added files: . : errata26.html plus27.html images : cd27-s.gif openbsd27_cover.gif Log message: roll in first batch of 2.7 things CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/19 14:12:10 Modified files: sys/netinet6 : ip6_forward.c ip6_input.c ip6_output.c Log message: correct "telnet fe80::1%lo0". CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/19 15:49:11 Modified files: share/man/man4 : options.4 Log message: NFS->NFSCLIENT CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/19 17:10:53 Modified files: . : donations.html plus.html plus27.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/19 17:30:09 Modified files: . : plus.html Log message: typo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/19 17:30:37 Modified files: etc/etc.sun3 : MAKEDEV Log message: Add sd4 (as in sparc) CVSROOT: /cvs Module name: ports Changes by: rohee@cvs.openbsd.org 2000/05/19 18:31:53 Modified files: www/tidy : Makefile www/tidy/files : md5 www/tidy/patches: patch-parser_c patch-platform_h www/tidy/pkg : PLIST Log message: update to tidy-30apr00 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/05/19 20:46:11 Modified files: openssh : portable.html Log message: Add blurb on new portable versioning scheme. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/20 00:22:06 Modified files: lang/ocaml : Makefile lang/ocaml/files: md5 Removed files: lang/ocaml/patches: patch-ab Log message: Update to version 3.00 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/05/20 00:46:01 Modified files: openssh : portable.html Log message: Fix links for 2.1.0p2 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/20 10:10:30 Modified files: net/vtun : Makefile net/vtun/files : md5 net/vtun/pkg : PLIST Log message: - Upgrade to version 2.2 - Update the MASTER_SITES CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/20 10:27:45 Modified files: es : donations.html errata.html goals.html index.html press.html sparc.html support.html Added files: es : testimonials.html Log message: Sync with Badlands Translation CVS. Work by es Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/20 10:28:58 Modified files: faq/es : faq6.html Log message: Sync with Badlands Translation CVS. Work by es Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/20 10:32:16 Modified files: de : donations.html goals.html index.html sparc.html Added files: de : users.html Log message: Sync with Badlands Translation CVS. Work by Jufi CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/20 10:33:25 Modified files: openssh/de : index.html press.html Log message: Sync with Badlands Translation CVS. Work by Jufi. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/20 10:34:41 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/20 10:40:15 Modified files: se : 26.html donations.html ftp.html goals.html index.html security.html Added files: se : anoncvs.html art.html art1.html art2.html art3.html why-cvs.html Log message: Sync with Badlands Translation CVS. Work by Javax/ JJ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/20 11:19:53 Modified files: share/man/man4 : Makefile share/man/man4/man4.i386: Makefile Added files: share/man/man4 : aha.4 ahb.4 aic.4 aria.4 ast.4 awi.4 boca.4 bt.4 com.4 cy.4 eg.4 el.4 fdc.4 hsq.4 rtfps.4 wdc.4 wi.4 xe.4 Removed files: share/man/man4/man4.i386: aha.4 ahb.4 aic.4 aria.4 ast.4 awi.4 boca.4 bt.4 com.4 cy.4 eg.4 el.4 fdc.4 hsq.4 rtfps.4 wdc.4 wi.4 xe.4 Log message: if it is isa/pci/pcmcia, and found on more machines, move it up a bit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/20 11:28:41 Modified files: sbin/ancontrol : ancontrol.8 ancontrol.c Log message: make this more like our wicontrol(8) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/20 11:50:43 Modified files: usr.sbin/timed/timed: networkdelta.c Log message: typo; bsdi CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/05/20 13:06:56 Modified files: de : index.html Added files: de : support.html Log message: Just added support.html and modified the corresponding link in index.html CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/20 13:16:01 Modified files: openssh : press.html Log message: Add NTK Now blurb CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/05/20 13:58:12 Modified files: openssh/de : portable.html Log message: Updated links and added a small passage. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/20 15:49:50 Modified files: openssh : press.html Log message: more CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/05/20 22:26:27 Modified files: . : press.html Log message: Add ServerWatch Dec.99 CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/21 01:40:42 Modified files: de : support.html Log message: typos CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/21 04:40:23 Modified files: graphics/png : Makefile graphics/png/files: md5 graphics/png/patches: noshared-patch patch-aa graphics/png/pkg: PLIST Log message: Update to png-1.0.6; too many changes to list here. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/21 04:57:41 Modified files: graphics/tiff : Makefile graphics/tiff/files: md5 graphics/tiff/patches: patch-ac graphics/tiff/pkg: PLIST Log message: Update to tiff 3.5.5; see www.libtiff.org/v3.5.5.html for changelog. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/21 06:25:07 Modified files: sysutils/mtools: Makefile sysutils/mtools/files: md5 Log message: Update to dist. patch 20000520; this correct some device definitions. I still have to add a configuration file along with some explanation. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/21 06:39:01 Modified files: editors/abiword: Makefile editors/xemacs20: Makefile graphics/ImageMagick: Makefile graphics/gd : Makefile graphics/gif2png: Makefile graphics/gimp : Makefile graphics/imlib : Makefile graphics/netpbm: Makefile graphics/xpaint: Makefile x11/aterm : Makefile x11/windowmaker: Makefile Log message: update libpng dependency since minor changed; sigh sigh. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/05/21 07:12:07 Modified files: openssh/de : press.html Log message: Simply updated with another paragraph. CVSROOT: /cvs Module name: ports Changes by: itojun@cvs.openbsd.org 2000/05/21 10:04:42 Modified files: net/zebra : Makefile net/zebra/files: md5 Log message: upgrade to 0.86. key changes from webpage: - Many ospfd related bugs are fixed. - Now OSPF module becomes very stable. - BGP's route selection problem is fixed. - "bgp always-compare-med" command is added. - exec-timeout bug which cause crush is fixed. - ip prefix-list default behavior is changed. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/05/21 10:24:22 Modified files: de : support.html Log message: Sync with OpenBSD CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/05/21 10:32:53 Modified files: openssh/de : press.html Log message: Forgot the 'Originally' tag.. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 10:38:53 Modified files: es : donations.html errata.html errata24.html errata25.html events.html index.html press.html sparc.html Added files: es : errata26.html plus27.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 10:40:25 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Brought up to date CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 10:41:13 Modified files: openssh/it : index.html Log message: Sync with Badlands Translation CVS. Brought up to date CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 10:42:10 Modified files: pt : index.html Log message: Sync with Badlands Translation CVS. Brought up to date. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/21 13:51:14 Modified files: graphics/gracula: Makefile Log message: Enable fake; remove unneeded comments. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/21 13:55:09 Modified files: lang/camlp4 : Makefile lang/camlp4/files: md5 lang/camlp4/pkg: PLIST Log message: Update to 3.00 CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/21 13:55:49 Modified files: lang/camlp4/files: md5 Log message: Oops, checksum. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/21 13:58:35 Modified files: lang/camlp4 : Makefile Log message: Licensing information. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/21 14:01:03 Modified files: graphics/gimp : Makefile graphics/gimp/files: md5 graphics/gimp/pkg: PLIST PLIST.noshared Added files: graphics/gimp/patches: patch-al patch-am Log message: Update to v1.1.22; correct fake installation. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/21 14:14:14 Added files: textproc/latex2html/patches: patch-aa Log message: Minor fix to make latex2html work (subset of diffs provided by m4@umn.edu -- I need to look at those). CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/21 14:31:43 Modified files: textproc/latex2html/patches: patch-aa Log message: Apply patch from m4@umn.edu (actually, the reversed version). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/21 15:45:32 Modified files: x11 : Makefile Added files: x11/getbdf : README Removed files: x11/getbdf : Makefile x11/getbdf/files: md5 x11/getbdf/patches: patch-aa patch-ab x11/getbdf/pkg : COMMENT DESCR PLIST Log message: Kill getbdf port: it's poorly documented, copyright is unclear... and it does nothing more than X11's fstobdf does. (ok'd MAINTAINER) CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 15:45:47 Modified files: . : pmax.html Log message: Add missing tag CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/05/21 16:19:08 Modified files: sys/net : route.c Log message: deleting some routes created by imcp redirects could result in panic fix from NetBSD: Delay clearing of RTF_UP until after deleting rt_gwroute. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 16:35:13 Modified files: openssh/es : index.html Log message: Sync with Badlands Translation CVS. Brought version up to date CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 16:36:40 Modified files: faq/es : faq10.html faq6.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 16:43:03 Modified files: es : errata.html errata24.html errata25.html errata26.html plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html Added files: es : errata23.html Log message: Sync with Badlands Translation CVS. Work by Horacio. Also fixed a bunch of dead links. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/21 19:18:00 Modified files: es : pmax.html Log message: Sync with Badlands Translation CVS. Updated. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/21 21:04:12 Modified files: sbin/ifconfig : ifconfig.c Log message: correct gif physical address printing on non-IPv6 kernel. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/22 04:28:52 Modified files: graphics/gii : Makefile graphics/gii/pkg: PLIST PLIST.noshared Log message: Fix master site list; fake; fix package list. This needs more work, tho. todd@? CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/22 04:32:54 Modified files: sys/netinet6 : icmp6.c in6_proto.c Log message: use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 04:48:57 Modified files: x11/qt : Makefile x11/qt/patches : patch-ab Added files: x11/qt/pkg : PFRAG.shared PLIST.sed Removed files: x11/qt/pkg : PLIST PLIST.noshared Log message: Fix PLIST.noshared by removing it :) Add qimgio support (other graphics formats). This adds a build time dependency, but no runtime dependency, as users have to explicitly link against libqimgio, as of qt 1.xx CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/22 05:17:52 Modified files: sys/netinet6 : icmp6.c Log message: disallow negative number for rate limit period. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 05:31:15 Modified files: x11/qt : Makefile Log message: I'm dyslexic CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/22 05:40:06 Modified files: graphics/gii : Makefile graphics/gii/files: md5 graphics/gii/pkg: PLIST PLIST.noshared Log message: Update to 0.6; see NEWS for changes. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/22 06:17:10 Modified files: graphics/ggi : Makefile graphics/ggi/files: md5 graphics/ggi/pkg: PLIST PLIST.noshared Log message: Update to 2.0b2.1; fix master site list; fake. Still marked as broken by now. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/22 06:20:56 Removed files: graphics/ggi/patches: patch-aa Log message: Oops, forgot this one in previous commit. sayonara! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 07:43:55 Modified files: infrastructure/mk: bsd.port.mk Log message: Add PLIST.sed substitution !%%fragment%% -> PFRAG.no-fragment Useful for no_X11-like flavors. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/05/22 07:48:40 Modified files: sys/sys : vnode.h Log message: change counts from short to int CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 07:59:33 Modified files: x11/xglobe : Makefile Added files: x11/xglobe/files: getcloudmap Removed files: x11/xglobe/pkg : COMMENT-no_map PLIST PLIST-no_map Log message: Add getcloudmap script, using OpenBSD tools (needs ImageMagick for gif->png, though) Use qt's qimgio (update qt first) if FLAVOR=gfx Install documentation CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 08:01:11 Added files: x11/xglobe/pkg : PFRAG.no-no_map PLIST.sed Log message: Forgot these... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 08:02:17 Modified files: x11 : Makefile Log message: Choose xglobe flavors CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 08:32:43 Log message: kdesupport, from Sean Cavanaugh. This port does not build libjpeg, libgif, nor libgdbm, as existing ports are more recent. Status: Vendor Tag: kde Release Tags: cavanaugh N ports/x11/kde/support/Makefile N ports/x11/kde/support/files/md5 N ports/x11/kde/support/pkg/DESCR N ports/x11/kde/support/pkg/COMMENT N ports/x11/kde/support/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: x11 Changes by: espie@cvs.openbsd.org 2000/05/22 08:52:18 Log message: kdegames. ksame does not work. From Sean Cavanaugh. Status: Vendor Tag: kde Release Tags: cavanaugh N x11/kde/games/Makefile N x11/kde/games/patches/patch-po-br N x11/kde/games/patches/patch-po-cs N x11/kde/games/patches/patch-po-da N x11/kde/games/patches/patch-po-de N x11/kde/games/patches/patch-po-el N x11/kde/games/patches/patch-po-et N x11/kde/games/patches/patch-po-fi N x11/kde/games/patches/patch-po-fr N x11/kde/games/patches/patch-po-he N x11/kde/games/patches/patch-po-hr N x11/kde/games/patches/patch-po-hs N x11/kde/games/patches/patch-po-hu N x11/kde/games/patches/patch-po-is N x11/kde/games/patches/patch-po-it N x11/kde/games/patches/patch-po-ja N x11/kde/games/patches/patch-po-ko N x11/kde/games/patches/patch-po-mk N x11/kde/games/patches/patch-po-nl N x11/kde/games/patches/patch-po-no N x11/kde/games/patches/patch-po-pl N x11/kde/games/patches/patch-po-pt N x11/kde/games/patches/patch-po-pt_BR N x11/kde/games/patches/patch-po-ro N x11/kde/games/patches/patch-po-ru N x11/kde/games/patches/patch-po-sk N x11/kde/games/patches/patch-po-sl N x11/kde/games/patches/patch-po-sv N x11/kde/games/patches/patch-po-zh_CN.GB2312 N x11/kde/games/patches/patch-po-zh_TW.Big5 N x11/kde/games/patches/patch-kasteroids-sprites-missile-Makefile_in N x11/kde/games/patches/patch-kasteroids-sprites-rock1-Makefile_in N x11/kde/games/patches/patch-kasteroids-sprites-rock2-Makefile_in N x11/kde/games/patches/patch-kasteroids-sprites-ship-Makefile_in N x11/kde/games/patches/patch-ksokoban-data-Makefile_in N x11/kde/games/patches/patch-kasteroids-Makefile_in N x11/kde/games/patches/patch-kblackbox-Makefile_in N x11/kde/games/patches/patch-kmahjongg-Makefile_in N x11/kde/games/patches/patch-po-eo N x11/kde/games/patches/patch-kmines-data-Makefile_in N x11/kde/games/patches/patch-konquest-Makefile_in N x11/kde/games/patches/patch-kpat-icons-Makefile_in N x11/kde/games/patches/patch-kpoker-Makefile_in N x11/kde/games/patches/patch-kreversi-icons-Makefile_in N x11/kde/games/patches/patch-ksame-Makefile_in N x11/kde/games/patches/patch-kshisen-Makefile_in N x11/kde/games/patches/patch-ksirtet-data-Makefile_in N x11/kde/games/patches/patch-ksmiletris-Makefile_in N x11/kde/games/patches/patch-ksnake-Makefile_in N x11/kde/games/patches/patch-kabalone-Makefile_in N x11/kde/games/patches/patch-kasteroids-sprites-Makefile_in N x11/kde/games/patches/patch-kasteroids-sprites-rock3-Makefile_in N x11/kde/games/files/md5 N x11/kde/games/pkg/DESCR N x11/kde/games/pkg/COMMENT N x11/kde/games/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: x11 Changes by: espie@cvs.openbsd.org 2000/05/22 09:03:20 Removed files: kde/games : Makefile kde/games/files: md5 kde/games/patches: patch-kabalone-Makefile_in patch-kasteroids-Makefile_in patch-kasteroids-sprites-Makefile_in patch-kasteroids-sprites-missile-Makefile_in patch-kasteroids-sprites-rock1-Makefile_in patch-kasteroids-sprites-rock2-Makefile_in patch-kasteroids-sprites-rock3-Makefile_in patch-kasteroids-sprites-ship-Makefile_in patch-kblackbox-Makefile_in patch-kmahjongg-Makefile_in patch-kmines-data-Makefile_in patch-konquest-Makefile_in patch-kpat-icons-Makefile_in patch-kpoker-Makefile_in patch-kreversi-icons-Makefile_in patch-ksame-Makefile_in patch-kshisen-Makefile_in patch-ksirtet-data-Makefile_in patch-ksmiletris-Makefile_in patch-ksnake-Makefile_in patch-ksokoban-data-Makefile_in patch-po-br patch-po-cs patch-po-da patch-po-de patch-po-el patch-po-eo patch-po-et patch-po-fi patch-po-fr patch-po-he patch-po-hr patch-po-hs patch-po-hu patch-po-is patch-po-it patch-po-ja patch-po-ko patch-po-mk patch-po-nl patch-po-no patch-po-pl patch-po-pt patch-po-pt_BR patch-po-ro patch-po-ru patch-po-sk patch-po-sl patch-po-sv patch-po-zh_CN.GB2312 patch-po-zh_TW.Big5 kde/games/pkg : COMMENT DESCR PLIST Log message: Oops, wrong dir. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 09:13:23 Log message: Right location... Status: Vendor Tag: kde Release Tags: cavanaugh N ports/x11/kde/games/Makefile N ports/x11/kde/games/files/md5 N ports/x11/kde/games/patches/patch-kabalone-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-sprites-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-sprites-missile-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-sprites-rock1-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-sprites-rock2-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-sprites-rock3-Makefile_in N ports/x11/kde/games/patches/patch-kasteroids-sprites-ship-Makefile_in N ports/x11/kde/games/patches/patch-kblackbox-Makefile_in N ports/x11/kde/games/patches/patch-po-br N ports/x11/kde/games/patches/patch-ksame-Makefile_in N ports/x11/kde/games/patches/patch-kmahjongg-Makefile_in N ports/x11/kde/games/patches/patch-kmines-data-Makefile_in N ports/x11/kde/games/patches/patch-konquest-Makefile_in N ports/x11/kde/games/patches/patch-kpat-icons-Makefile_in N ports/x11/kde/games/patches/patch-kpoker-Makefile_in N ports/x11/kde/games/patches/patch-kreversi-icons-Makefile_in N ports/x11/kde/games/patches/patch-kshisen-Makefile_in N ports/x11/kde/games/patches/patch-ksirtet-data-Makefile_in N ports/x11/kde/games/patches/patch-ksmiletris-Makefile_in N ports/x11/kde/games/patches/patch-ksnake-Makefile_in N ports/x11/kde/games/patches/patch-ksokoban-data-Makefile_in N ports/x11/kde/games/patches/patch-po-cs N ports/x11/kde/games/patches/patch-po-da N ports/x11/kde/games/patches/patch-po-de N ports/x11/kde/games/patches/patch-po-el N ports/x11/kde/games/patches/patch-po-eo N ports/x11/kde/games/patches/patch-po-et N ports/x11/kde/games/patches/patch-po-fi N ports/x11/kde/games/patches/patch-po-fr N ports/x11/kde/games/patches/patch-po-he N ports/x11/kde/games/patches/patch-po-hr N ports/x11/kde/games/patches/patch-po-hs N ports/x11/kde/games/patches/patch-po-hu N ports/x11/kde/games/patches/patch-po-is N ports/x11/kde/games/patches/patch-po-it N ports/x11/kde/games/patches/patch-po-ja N ports/x11/kde/games/patches/patch-po-ko N ports/x11/kde/games/patches/patch-po-mk N ports/x11/kde/games/patches/patch-po-nl N ports/x11/kde/games/patches/patch-po-no N ports/x11/kde/games/patches/patch-po-pl N ports/x11/kde/games/patches/patch-po-pt N ports/x11/kde/games/patches/patch-po-pt_BR N ports/x11/kde/games/patches/patch-po-ro N ports/x11/kde/games/patches/patch-po-ru N ports/x11/kde/games/patches/patch-po-sk N ports/x11/kde/games/patches/patch-po-sl N ports/x11/kde/games/patches/patch-po-sv N ports/x11/kde/games/patches/patch-po-zh_CN.GB2312 N ports/x11/kde/games/patches/patch-po-zh_TW.Big5 N ports/x11/kde/games/pkg/COMMENT N ports/x11/kde/games/pkg/DESCR N ports/x11/kde/games/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 09:19:39 Modified files: x11/kde : Makefile Log message: Link support & games CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 09:41:35 Modified files: lang/ocaml : Makefile lang/ocaml/pkg : PLIST Log message: Add correct incantations to grab tcl/tk and build labltk. TODO: whack configure script until we can flavor it no_X11. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/22 10:31:11 Modified files: usr.sbin/user : group.8 Log message: Group command synopsis uses group... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 10:33:49 Log message: Majordomo port, by Daniel Hartmeier. Status: Vendor Tag: majordomo Release Tags: hartmeier N ports/mail/majordomo/Makefile N ports/mail/majordomo/files/md5 N ports/mail/majordomo/files/post-install-notes N ports/mail/majordomo/patches/patch-approve N ports/mail/majordomo/patches/patch-bounce N ports/mail/majordomo/patches/patch-config-test N ports/mail/majordomo/patches/patch-digest N ports/mail/majordomo/patches/patch-majordomo N ports/mail/majordomo/patches/patch-request-answer N ports/mail/majordomo/patches/patch-resend N ports/mail/majordomo/patches/patch-sample_cf N ports/mail/majordomo/patches/patch-archive2_pl N ports/mail/majordomo/pkg/COMMENT N ports/mail/majordomo/pkg/DESCR N ports/mail/majordomo/pkg/PLIST N ports/mail/majordomo/pkg/INSTALL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 10:41:20 Modified files: mail : Makefile Log message: +majordomo CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/22 10:51:44 Modified files: usr.bin/ssh : session.c Log message: make x11-fwd work w/ localhost (xauth add host/unix:11) CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/22 10:52:45 Modified files: sys/dev/pci : pcidevs Log message: Adaptec AHA-2930CU CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/22 10:53:10 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 10:56:12 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/22 11:29:06 Modified files: sys/sys : mount.h Log message: a little consistency in sysctl definitions CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/22 11:29:42 Modified files: sbin/sysctl : sysctl.c Log message: modify vfs subtree to accomodate for fs-specific variables. in particular expose vfs.nfs.iothreads, which is a replacement for nfsiod kludge. this is not a netbsd port-over, since this particular implementation builds up the needed variable indexes dynamically (using the already existing `generic' vfs variables), as opposed to netbsd which relies on static matching w/ kernel definitions and configuration... man changes to come soon. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/22 11:33:18 Modified files: sys/nfs : nfs.h Log message: NFS_MAXID CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/22 12:42:01 Modified files: usr.bin/ssh : cipher.c compat.c readconf.c servconf.c Log message: check strtok() != NULL; ok niels@ CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/05/22 14:31:05 Modified files: . : press.html Log message: link byte/russia articles to the correspondent archive pages CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/22 15:04:31 Modified files: etc/etc.sun3 : MAKEDEV Log message: fix tty[ab] owner buglet CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/05/22 17:37:22 Modified files: share/misc : airport Log message: STA from NetBSD, BMI, PIA, LBF from me CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/22 18:41:56 Modified files: x11/kde/games : Makefile x11/kde/games/pkg: PLIST Added files: x11/kde/games/patches: patch-ksame_StoneWidget_cpp Log message: Our qt does not support gif (license issues, to check ?) convert ksame image to bmp, repair ksame. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/05/22 21:24:13 Modified files: share/misc : airport Log message: Update AUS, from Adam Rogoyski CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/22 23:02:43 Modified files: sbin/ifconfig : ifconfig.8 Log message: doc nwid; imain@ymir.netidea.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/22 23:04:38 Modified files: share/man/man4 : tun.4 Log message: doc actual tun behaviour; jon@spock.org CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/22 23:12:40 Modified files: mail/xfmail : Makefile mail/xfmail/files: md5 mail/xfmail/pkg: PLIST Removed files: mail/xfmail/patches: patch-aa patch-ab patch-ac patch-ad Log message: - upgrade to version 1.4.4 - clean up the Makefile - fix the PLIST CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/22 23:25:02 Modified files: . : press.html Log message: put links in better places for russian articles CVSROOT: /cvs Module name: www Changes by: ho@cvs.openbsd.org 2000/05/23 02:55:45 Modified files: . : anoncvs.html se : anoncvs.html es : anoncvs.html de : anoncvs.html Log message: gsnig.net -> gsnig.org, fix protocol and update interval. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/23 05:23:24 Modified files: usr.sbin/rtadvd: Makefile advcap.c advcap.h config.c config.h if.c if.h pathnames.h rrenum.c rrenum.h rtadvd.8 rtadvd.c rtadvd.conf rtadvd.conf.5 rtadvd.h timer.c timer.h Log message: sync with latest kame. - weaken logging priority for /etc/resolv.conf open failure - gather stats, emit stats by SIGUSR1 - use SIOCGIFMTU to get interface MTU (just a matter of #ifdef) From: "Todd T. Fries" CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/23 05:33:48 Modified files: usr.sbin/rtadvd: rtadvd.c Added files: usr.sbin/rtadvd: dump.c dump.h Log message: forgot to cvs add dump.[ch] strict prototype CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/23 06:38:29 Modified files: sbin/sysctl : sysctl.8 Log message: refer netinet/icmp6.h for ICMPv6 sysctl mib decl CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/23 07:07:34 Modified files: sbin/sysctl : sysctl.8 Log message: add vfs.nfs.iothreads short description, add more files and xref CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/05/23 09:15:55 Modified files: security/dsniff: Makefile security/dsniff/files: md5 Log message: version 2.1 - add half-duplex TCP stream reassembly (hack), various fixes CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/23 10:31:43 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD.in md5 Added files: databases/postgresql/patches: patch-pg_passwd.c patch-pl-tcl-Makefile databases/postgresql/pkg: PFRAG.docs PFRAG.shared PFRAG.tcl PFRAG.tcl.shared PLIST.sed Removed files: databases/postgresql/patches: patch-aj patch-al patch-am patch-an databases/postgresql/pkg: PLIST PLIST.noshared PLIST.tcl PLIST.tcl.noshared Log message: new postgresql 7.0 port from pvk@openbsd.ru CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/23 12:49:31 Modified files: etc/etc.i386 : INSTALL.mbr Log message: fix pt and signature offsets; from Alejo Sanchez CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/23 14:17:05 Modified files: mail/majordomo : Makefile mail/majordomo/files: post-install-notes mail/majordomo/patches: patch-archive2_pl patch-config-test patch-digest patch-majordomo patch-request-answer patch-resend patch-sample_cf mail/majordomo/pkg: INSTALL Added files: mail/majordomo/patches: patch-Makefile patch-archive_mh_pl patch-bounce-remind patch-medit patch-new-list patch-sequencer patch-wrapper_c Log message: change the configuration file to /etc/majordomo/majordomo.cf and fix several security problems. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/23 14:58:20 Modified files: . : index.html items.html orders.html security.html Log message: 2.7 pre-orders are up CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/23 15:00:29 www/t Update of /cvs/www/t In directory cvs.openbsd.org:/var/www/www/t Log Message: Directory /cvs/www/t added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/23 15:25:37 Modified files: x11/qt : Makefile x11/qt/pkg : PLIST.sed Added files: x11/qt/patches : patch-include_qt_gif_h patch-src_kernel_qt_gif_h Log message: Activate gif support, per Theo's request. Fix packing list... I need to add a check for duplicates to bsd.port.mk, this is stupid. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/23 15:28:56 Modified files: x11/kde/games : Makefile x11/kde/games/pkg: PLIST Removed files: x11/kde/games/patches: patch-ksame_StoneWidget_cpp Log message: Remove ksame patch, use qt's newly found gif support instead. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/23 15:31:42 Modified files: x11/xglobe/files: getcloudmap x11/xglobe/pkg : PLIST.sed Log message: Assume qt gif support. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/23 15:45:40 Modified files: x11/kde/games : Makefile Log message: 99% sure those games don't depend on libjpeg and libgif. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/23 16:46:49 Modified files: . : 26.html Added files: . : 27.html Log message: more CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/23 17:09:29 Modified files: sys/arch/sun3/conf: DISKLESS Log message: KGDB is broken since a few decades, don't use CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/05/23 18:16:03 Modified files: x11/qt : Makefile Log message: bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/05/23 18:29:05 Modified files: graphics/jbigkit: Makefile Log message: - bump NEED_VERSION - make -> ${MAKE} - remove some whitespace CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/23 19:44:32 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/23 20:04:19 Modified files: lang/tcl/8.3 : Makefile lang/tcl/8.3/files: md5 lang/tcl/8.3/patches: patch-aa patch-ab lang/tcl/8.3/pkg: PLIST PLIST.noshared Log message: Upgrade to version 8.3.1 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/23 20:10:14 Modified files: x11/tk/8.3 : Makefile x11/tk/8.3/files: md5 x11/tk/8.3/patches: patch-aa patch-ab Log message: Upgrade to version 8.3.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/23 21:24:23 Modified files: usr.sbin/pstat : pstat.c Log message: handle 64 bit arch in -f; janjaap@stack.nl CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/23 22:23:21 Modified files: databases/postgresql: Makefile Log message: fix MASTER_SITE_SUBDIR; naddy@mips.inka.de CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 00:23:36 Modified files: sys/dev/pcmcia : if_wi.c Log message: properly configure multicast table. use RFC1042 encap for IPv6 packet, just like base station does. (testers wanted - the code works for me just fine on kame/netbsd) CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/24 03:27:59 Log message: Hypermail is a program that takes a file of mail messages in UNIX mailbox format and generates a set of cross-referenced HTML documents. Each file that is created represents a separate message in the mail archive and contains links to other articles, so that the entire archive can be browsed in a number of ways by following links. Archives generated by Hypermail can be incrementally updated, and Hypermail is set by default to only update archives when changes are detected. Status: Vendor Tag: form Release Tags: form_2000-May-24 N ports/mail/hypermail/Makefile N ports/mail/hypermail/files/md5 N ports/mail/hypermail/patches/patch-src-Makefile.in N ports/mail/hypermail/patches/patch-docs-Makefile.in N ports/mail/hypermail/patches/patch-Makefile.in N ports/mail/hypermail/patches/patch-docs-hmrc.4 N ports/mail/hypermail/patches/patch-docs-hypermail.1 N ports/mail/hypermail/patches/patch-src-date.c N ports/mail/hypermail/patches/patch-src-parse.c N ports/mail/hypermail/patches/patch-src-parse.h N ports/mail/hypermail/pkg/COMMENT N ports/mail/hypermail/pkg/DESCR N ports/mail/hypermail/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/24 03:33:47 Modified files: mail : Makefile Log message: add hypermail CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/24 05:17:28 Modified files: mail/hypermail/pkg: COMMENT Log message: Trim comment (yeah, sure, we're going to package broccolis... of course it's a program). CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2000/05/24 05:46:07 Modified files: . : mail.html Log message: another Russian-language mailing list CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 07:17:09 Modified files: usr.bin/systat : netstat.c Log message: correct type to be passed to IN6_ARE_ADDR_EQUAL macro. CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/05/24 07:44:18 Modified files: sys/dev : audio.c audio_if.h audiovar.h midi.c midi_if.h sys/dev/usb : uaudio.c Log message: Permit detach of audio devices, such as uaudio. Selected code from NetBSD/Lennart Augustsson. (niklas@ ok) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/24 07:58:28 Modified files: x11/kde/games : Makefile x11/kde/games/pkg: PLIST Added files: x11/kde/games/pkg: COMMENT-kabalone COMMENT-kasteroids COMMENT-kblackbox COMMENT-kmahjongg COMMENT-kmines COMMENT-konquest COMMENT-kpat COMMENT-kpoker COMMENT-kreversi COMMENT-ksame COMMENT-kshisen COMMENT-ksirtet COMMENT-ksmiletris COMMENT-ksnake COMMENT-ksokoban COMMENT-smiletris DESCR-kabalone DESCR-kasteroids DESCR-kblackbox DESCR-kmahjongg DESCR-kmines DESCR-konquest DESCR-kpat DESCR-kpoker DESCR-kreversi DESCR-ksame DESCR-kshisen DESCR-ksirtet DESCR-ksmiletris DESCR-ksnake DESCR-ksokoban DESCR-smiletris PLIST-kabalone PLIST-kasteroids PLIST-kblackbox PLIST-kmahjongg PLIST-kmines PLIST-konquest PLIST-kpat PLIST-kpoker PLIST-kreversi PLIST-ksame PLIST-kshisen PLIST-ksirtet PLIST-ksmiletris PLIST-ksnake PLIST-ksokoban Log message: MULTI_PACKAGES. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/24 08:35:41 Modified files: mail/majordomo/patches: patch-archive2_pl patch-archive_mh_pl patch-bounce-remind patch-majordomo patch-medit patch-new-list patch-request-answer patch-sequencer Log message: ~= -> =~ ; sigh sigh CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/24 08:36:50 Modified files: x11/kde/games : Makefile Log message: Narrow dependencies, only kasteroids need kdesupport. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/24 09:15:00 Modified files: sys/sys : file.h uio.h Log message: move kernel prototypes using iovec to the right place CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 09:19:30 Modified files: lib/libc/sys : socket.2 Log message: add AF_INET6. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 09:23:05 Modified files: share/man/man4 : tcp.4 udp.4 Log message: add ip6(4) into reference. add AF_INET6 samples. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/24 09:43:30 Modified files: sbin/mount_nfs : mount_nfs.8 Log message: a note on how to rule the daemons, nfsio threads in this reincarnation CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/24 10:12:23 Modified files: . : products.html Log message: update hiverworld info CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/24 11:38:23 Modified files: . : products.html Log message: oops CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/24 11:41:13 Modified files: sys/nfs : nfs_syscalls.c Log message: return ENOSYS for NFSSVC_BIOD request. since none to call it anyway CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/24 11:54:38 Removed files: x11/kde/games/pkg: COMMENT-smiletris DESCR-smiletris Log message: Oops, thanks Sean! CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/05/24 12:00:39 Modified files: de : donations.html Log message: Some more people. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/24 12:26:47 Modified files: usr.bin/ssh : key.c Log message: fix key_read() for uuencoded keys w/o '=' CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/24 14:44:25 Modified files: sys/arch/hppa/conf: files.hppa Log message: uncomment wscons-related stuff, and comment gsc better CVSROOT: /cvs Module name: src Changes by: bjc@cvs.openbsd.org 2000/05/24 15:07:52 Modified files: sys/arch/i386/include: pcb.h sys/arch/i386/i386: machdep.c Log message: Add an extra byte to the end of struct pcb and make sure that it is set to 0xff. Intel (vol1 section 9.5.2) says that there must be a byte inside the TSS after the iomap because it always reads two bytes when checking permissions for io accesses. before this, bits 1016-1023 were ignored. This means that the entire pcb_iomap (and i386_*_ioperm) are accurate; pr#1190 fixed CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2000/05/24 15:59:11 Modified files: sys/netinet : fil.c ip_auth.c ip_auth.h ip_fil.c ip_fil.h ip_nat.c ip_state.c ipl.h sbin/ipf : HISTORY Log message: Update to ipf 3.3.16. among other things, this addresses a security issue with certain rule configurations: * don't add TCP state if it is an RST packet and (attempt) to send out RST/ICMP packets in a manner that bypasses IP Filter. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/05/24 17:32:14 Modified files: usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c usr.sbin/httpd/src/modules/ssl: libssl.module usr.sbin/httpd/src/modules/standard: mod_auth_db.module Log message: Fix apache configure assumption that helper scripts are executable. (thanks binkertn@umich.edu). - Closes PR 1175 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/24 18:30:27 Modified files: sys/net : if_bridge.c Log message: on packets incoming to the bridge machine itself, respect the LEARNING flag on the receiving interface (ie. don't learn when you're not supposed to). CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 19:22:01 Modified files: sys/netinet : in.h in_gif.c in_gif.h sys/netinet6 : in6.h in6_gif.h in6_proto.c ip6_input.c ip6_var.h Log message: net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. enforce type checking on IN6_ARE_ADDR_EQUAL. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 19:26:11 Modified files: sbin/sysctl : sysctl.8 lib/libc/gen : sysctl.3 Log message: remove net.inet6.ip6.gif_hlim CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/24 20:25:16 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax mi distrib/sets/lists/comp: md.sun3 md.vax mi distrib/sets/lists/man: md.i386 md.sparc md.sun3 mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/24 21:10:18 Modified files: usr.bin/ssh : session.c Log message: just some line shortening CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/24 22:37:22 Modified files: sbin/sysctl : sysctl.8 Log message: synchronize net.inet{,6} with reality. add some of vfs.*. (not really sure about other potion). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 00:09:50 Modified files: lib/libc/sys : nfssvc.2 Log message: no more nfsiod; mickey CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/25 00:19:04 Modified files: lib/libc/gen : sysctl.3 Log message: synchronize net.inet{,6} as much as possible with reality. there stil are missing items, or items without description. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 01:12:02 Modified files: openssh : openbsd.html Log message: move patches, and provide 2.6 2.1.0 patch CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 01:12:11 Modified files: openssh : faq.html Log message: talk about SFTP CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 01:12:33 Removed files: openssh : openbsd26_1.2.2.patch2 openbsd26_1.2.3.patch Log message: moved to ftp CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 01:36:21 Modified files: . : errata26.html Log message: xlockmore CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 01:39:27 Modified files: . : security.html Log message: xlockmore CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/25 01:41:20 Modified files: usr.bin/ssh : serverloop.c Log message: group ssh1 vs. ssh2 in serverloop CVSROOT: /cvs Module name: www Changes by: markus@cvs.openbsd.org 2000/05/25 01:47:59 Modified files: openssh : faq.html Log message: subsystem vs. sub-protocol, SSH vs. SSH Corp CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/25 10:09:27 Modified files: usr.bin/ftp : fetch.c Log message: do not attach incorrect Host: directive if we are using proxy. Host: directive must be based on original URI, not the proxy address. see RFC2616. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 10:41:35 Modified files: . : errata26.html Log message: typo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 10:44:38 Modified files: . : security.html Log message: more typos CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/25 10:58:25 Modified files: share/man/man4 : options.4 Log message: Document option BUFCACHEPERCENT; sh00p@netunlimited.net CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/05/25 11:16:45 Modified files: . : index.html Log message: typo/nit CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/05/25 12:58:16 Modified files: sys/arch/i386/isa/pcvt/Util/keycap: keycap.src Log message: Add dvorak soft map. Currently attributed to Trevor Schroeder, although apparently originally found in a mailing list archive? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 13:08:59 Modified files: sys/arch/i386/isa/pcvt/Util/keycap: Makefile Log message: man subdir CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 13:09:08 Modified files: usr.bin/pctr : Makefile Log message: man subdir CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 13:09:22 Modified files: etc/mtree : 4.4BSD.dist Log message: cat3 & cat5 arch subdirs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 13:09:31 Modified files: distrib/sets/lists/base: md.sparc mi distrib/sets/lists/man: md.i386 md.sparc mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 14:32:50 Modified files: sys/arch/i386/stand/boot: Makefile Log message: man subdir CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 14:32:57 Modified files: sys/arch/i386/stand/installboot: Makefile sys/arch/i386/stand/mbr: Makefile Log message: man subdir CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/05/25 14:42:30 Modified files: . : errata.html errata26.html Log message: Patch ipf to 3.3.16 to address security issue (misuse of "keep state" and return-rst) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 14:44:27 Modified files: . : errata.html errata26.html Log message: slight clean CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/25 14:45:21 Modified files: usr.bin/ssh : kex.c kex.h myproposal.h sshconnect2.c sshd.c Log message: split kexinit/kexdh, factor out common code CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/05/25 14:57:25 Modified files: . : security.html Log message: improper use of ipf keep-state rules can result in firewall rules being bypassed CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/25 14:57:35 Modified files: openssh : openbsd.html Log message: fix CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 15:49:02 Modified files: share/man/man3 : dlfcn.3 gnu/usr.bin/ld/ldd: ldd.1 gnu/usr.bin/ld/rtld: Makefile Added files: gnu/usr.bin/ld/rtld: ld.so.1 Removed files: gnu/usr.bin/ld/rtld: rtld.1 Log message: rename rtld(1) to ld.so(1) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 15:55:09 Modified files: sys : Makefile sys/arch/alpha/stand: Makefile sys/arch/alpha/stand/installboot: Makefile sys/arch/alpha/stand/setnetbootinfo: Makefile sys/arch/hp300/stand: Makefile sys/arch/i386/isa/pcvt/Util/cursor: Makefile sys/arch/i386/isa/pcvt/Util/fed: Makefile sys/arch/i386/isa/pcvt/Util/fontedit: Makefile sys/arch/i386/isa/pcvt/Util/ispcvt: Makefile sys/arch/i386/isa/pcvt/Util/kcon: Makefile sys/arch/i386/isa/pcvt/Util/keycap: Makefile sys/arch/i386/isa/pcvt/Util/loadfont: Makefile sys/arch/i386/isa/pcvt/Util/pcvtdoc: Makefile sys/arch/i386/isa/pcvt/Util/scon: Makefile sys/arch/i386/isa/pcvt/Util/userkeys: Makefile sys/arch/i386/isa/pcvt/Util/vttest: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/installboot: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/m68k : Makefile sys/arch/mvme68k/stand: Makefile sys/arch/mvme68k/stand/installboot: Makefile sys/arch/pmax : Makefile sys/arch/powerpc: Makefile sys/arch/sparc/stand: Makefile sys/arch/sparc/stand/installboot: Makefile sys/arch/vax/boot: Makefile Log message: cause traversal into arch & subdirectories for the purposes of manual page install... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/25 15:56:50 Modified files: distrib/sets/lists/man: md.amiga md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.sparc md.sun3 mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/25 16:42:34 Modified files: distrib/sets/lists/base: md.sun3 Log message: Fix libacl version CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/25 18:07:28 Modified files: sys/arch/sun3/conf: DISKLESS FOUR_TTYS GENERIC GENERIC_KGDB RAMDISK SMD_TEST Log message: Disable TCP 4.2 compatibility bugs by default CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/25 18:44:22 Modified files: sys/arch/sun3/conf: COYOTE DISKLESS FOUR_TTYS GENERIC RAMDISK SMD_TEST Removed files: sys/arch/sun3/conf: GENERIC_KGDB std.sun3 Log message: Use ../../../conf/GENERIC for standard set of options; general cleanup CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/25 19:34:28 Log message: Webalizer port, from Dan Harnett. Status: Vendor Tag: webalizer Release Tags: dan N ports/www/webalizer/Makefile N ports/www/webalizer/files/md5 N ports/www/webalizer/pkg/PLIST N ports/www/webalizer/pkg/COMMENT N ports/www/webalizer/pkg/DESCR N ports/www/webalizer/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/25 19:44:11 Log message: radiusd-cistron port from Dan Harnett. Status: Vendor Tag: radiusd-cistron Release Tags: dan N ports/net/radiusd-cistron/Makefile N ports/net/radiusd-cistron/files/md5 N ports/net/radiusd-cistron/pkg/PLIST N ports/net/radiusd-cistron/pkg/COMMENT N ports/net/radiusd-cistron/pkg/DESCR N ports/net/radiusd-cistron/pkg/DEINSTALL N ports/net/radiusd-cistron/pkg/MESSAGE N ports/net/radiusd-cistron/patches/patch-aa N ports/net/radiusd-cistron/patches/patch-ab N ports/net/radiusd-cistron/patches/patch-ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/25 19:51:35 Log message: pop3 server, port by Dan Harnett. Status: Vendor Tag: solid-pop3d Release Tags: dan N ports/mail/solid-pop3d/Makefile N ports/mail/solid-pop3d/files/md5 N ports/mail/solid-pop3d/pkg/PLIST N ports/mail/solid-pop3d/pkg/COMMENT N ports/mail/solid-pop3d/pkg/DESCR N ports/mail/solid-pop3d/pkg/INSTALL N ports/mail/solid-pop3d/pkg/DEINSTALL N ports/mail/solid-pop3d/pkg/MESSAGE N ports/mail/solid-pop3d/patches/patch-aa N ports/mail/solid-pop3d/patches/patch-ab N ports/mail/solid-pop3d/patches/patch-ac N ports/mail/solid-pop3d/patches/patch-ad No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/25 19:54:43 Modified files: www : Makefile mail : Makefile net : Makefile Log message: Activate ports CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/25 19:56:20 Modified files: archivers/bzip2: Makefile archivers/bzip2/files: md5 archivers/bzip2/patches: patch-aa archivers/bzip2/pkg: PLIST Log message: - Upgrade to version 1.0.0 - Several minor bugfixes and enhancements: o Large file support. o Decompression robustness. o Avoid library namespace pollution. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/25 22:21:16 Modified files: lang/Gofer : Makefile Log message: - Clean up the Makefile - Fake CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/05/25 22:56:07 Modified files: . : errata.html Log message: Fix
Tag CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/05/26 00:01:12 Modified files: . : books.html Log message: Add several networking and IPSec related books CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/05/26 00:18:02 Modified files: faq : faq13.html Log message: Add some crypto ipsec-related rfcs, and for books.html link CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/26 00:49:33 Modified files: sys/dev/pci : ahc_pci.c Log message: Match 2930CU, it works with the new driver CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/26 00:54:16 Modified files: es : 26.html anoncvs.html donations.html errata26.html index.html items.html mail.html orders.html press.html products.html security.html Added files: es : 27.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/26 00:56:06 Modified files: openssh/es : faq.html openbsd.html portable.html press.html security.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/26 00:57:28 Modified files: it : index.html Added files: it : goals.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/05/26 01:10:33 Modified files: faq : faq13.html faq2.html faq6.html Log message: Misc cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 05:50:46 Modified files: sys/arch/i386/isa/pcvt/Util/keycap: Makefile sys/arch/i386/stand: Makefile sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/installboot: Makefile sys/arch/sun3/stand/installboot: Makefile Log message: more portable manual pages CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/26 07:08:41 Modified files: faq/de : faq2.html Log message: sync. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/26 08:51:32 Modified files: etc : daily Log message: Conform to the test(1) man page: use -L instead of -h when testing for symbolic links (the -h flag is for compatibility only); millert@ ok CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/26 08:52:39 Modified files: bin/test : test.1 Log message: Add a note saying symbolic links are followed for all primaries except -L and -h; millert@ok CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/05/26 09:18:29 Modified files: sys/uvm : uvm_swap.c uvm_swap_encrypt.c uvm_swap_encrypt.h Log message: use encrypted blocknumber as IV CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/26 09:27:32 Added files: security/pgp5/patches: patch-ap Log message: fix a security problem in random gathering code; info and patch supplied by daniel@reichardt.ch. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/26 10:24:31 Modified files: sys/dev/isa : if_ef_isapnp.c Log message: add missing 'break' CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:18:20 Modified files: . : errata.html Log message: ef(4) patch CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:33:05 Modified files: . : errata.html security.html Log message: more errata CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 2000/05/26 11:44:34 Modified files: etc : daily Log message: pipe output from /etc/security to a temp file and then check that output was created before sending off a mail message to root. This suppresses an empty mail message and a warning appended to the end of the daily status report. OK millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:46:11 Modified files: share/man/man4 : ahc.4 Log message: add another model CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:48:39 Modified files: . : errata25.html index.html plus.html plus27.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:49:43 Modified files: . : errata.html Log message: add a missing tag CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:50:25 Modified files: . : security.html Log message: oops CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 11:58:58 Modified files: . : errata26.html Log message: 2nd xlockmore patch available CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/26 12:13:36 Modified files: . : errata.html Log message: add CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 13:30:35 Modified files: openssh : openbsd.html Log message: note ssl27 details CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/26 13:35:27 Modified files: . : plus.html Log message: add links CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/26 13:43:44 Modified files: faq : faq2.html faq6.html Log message: typos note that chris@ dislikes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 14:41:43 Modified files: sys/arch/sun3/stand: Makefile Log message: limit MI man page traversal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 14:42:04 Modified files: sys : Makefile Log message: can now traverse into sun3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/26 14:45:55 Modified files: devel/lclint : Makefile devel/lclint/files: md5 devel/lclint/patches: patch-aa patch-ab devel/lclint/pkg: PLIST Removed files: devel/lclint/patches: patch-ac Log message: bug-fix version. includes support for more gcc extensions, and a parser fix for case : without code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/26 15:19:25 Added files: www/w3m/patches: patch-ad Log message: Fix lame++ bug in w3m 0.1.8 (segfault when linking to local URLs), taking code from w3m 0.1.9. I'll let the maintainer evaluate carefully w3m 0.1.9 and integrate it... CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 15:21:47 Modified files: . : errata26.html plus27.html security.html Log message: semconfig() patch for 2.6 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/26 16:44:59 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 17:53:36 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: md.i386 mi distrib/sets/lists/man: md.alpha mi Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 18:58:55 Modified files: . : errata26.html Log message: unlike freebsd, in openbsd problem 024 only blocks exiting of semaphore using processes CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/26 18:59:35 Modified files: . : security.html Log message: more details CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/05/26 20:30:20 Modified files: sys/arch/i386/isa/pcvt/Util/keycap: keycap.src Log message: whitespace issues CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/05/26 21:37:28 Modified files: sys/arch/i386/isa/pcvt/Util/keycap: keycap.src Log message: superior dvorak map by Adam Rogoyski CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 23:51:37 Modified files: usr.bin/pctr : Makefile Log message: urhm, this is flakey CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 23:52:12 Modified files: sys/arch/i386/isa/pcvt/Util/cursor: Makefile sys/arch/i386/isa/pcvt/Util/fed: Makefile sys/arch/i386/isa/pcvt/Util/fontedit: Makefile sys/arch/i386/isa/pcvt/Util/fonts: Makefile sys/arch/i386/isa/pcvt/Util/kcon: Makefile sys/arch/i386/isa/pcvt/Util/loadfont: Makefile sys/arch/i386/isa/pcvt/Util/scon: Makefile sys/arch/i386/isa/pcvt/Util/userkeys: Makefile sys/arch/i386/isa/pcvt/Util/vttest: Makefile Log message: better man page building CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/26 23:52:31 Modified files: sys/arch/sparc/stand: Makefile Log message: better man page building CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/27 03:52:17 Modified files: de : 26.html anoncvs.html donations.html index.html items.html mail.html orders.html pmax.html security.html support.html users.html Log message: Sync with Badlands Translation CVS. CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/27 03:53:34 Modified files: openssh/de : press.html Log message: Sync with Badlands Translation CVS. CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/27 03:54:42 Modified files: faq/de : index.html Log message: Sync with Badlands Translation CVS. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/27 08:15:06 Modified files: gnu/usr.bin/gas: as.1 Log message: gas recognizes m68020/30/40/60... doubtful it does anything useful with 68060, but still, IT's there. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/05/27 08:51:27 Modified files: . : ports.html Log message: Acknowledge reality: - ports is tracking the 2.7 release, - encourage people to use packages, - remove the portstat link for now, this resource is ridiculously outdated, we look like dorks... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/27 09:47:17 Modified files: sys/dev/ic : ac97.c Log message: add a few more codecs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 10:09:57 Modified files: x11/xglobe : Makefile x11/xglobe/pkg : DESCR PLIST.sed Added files: x11/xglobe/files: OpenBSD-markers Log message: First shot at an OpenBSD markers file (probably incomplete and full of errors) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 11:23:57 Modified files: security/pgp5 : Makefile Log message: - fake (fix stupid MFLAGS mis-usage of pgp5) - fix backward handling of USA_RESIDENT vs. FLAVOR. Flavored ports *MUST* set FLAVOR consistently, for the magic setting of work, pkgname to work, e.g., any old port with variables such as USA_RESIDENT must: * set FLAVOR depending on those old option variables, * only depend on FLAVOR for all subsequent tests. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/27 11:38:07 Modified files: openssh : ftp.html Log message: more about the split efforts CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/27 12:03:35 Modified files: openssh : portable.html Log message: sigh, watch me help linux people... double sigh CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 12:31:36 Modified files: sys/vm : vm_page.c Log message: Make this compile for VM_PSTRAT_RANDOM. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/05/27 12:39:33 Modified files: openssh : portable.html Log message: Added description of FTP dir contents CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 13:42:49 Modified files: sys/arch/amiga/include: pmap.h vmparam.h sys/arch/amiga/amiga: pmap.c machdep.c Log message: MACHINE_NEW_NONCONTIG code for amiga. Enabled by default. Old contig and NONCONTIG code will no longer work. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 13:45:17 Modified files: sys/arch/amiga/amiga: amiga_init.c Log message: Oops. This is also needed for MACHINE_NEW_NONCONTIG. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 13:46:49 Modified files: sys/arch/amiga/amiga: genassym.cf Log message: Interrupt counter define for UVM. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 13:48:36 Modified files: sys/arch/amiga/amiga: locore.s Log message: Start of support for UVM. interrupt counters and kmem_free -> uvm_km_free. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/27 13:53:06 Modified files: usr.bin : Makefile Log message: always enter pctr CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 14:14:19 Modified files: sys/arch/amiga/include: pmap.h sys/arch/amiga/amiga: pmap.c locore.s Log message: Make pmap_activate take struct proc * as arguemnt. From NetBSD. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/27 14:14:50 Modified files: sys/dev/isa : Tag: OPENBSD_2_7 if_ef_isapnp.c Log message: Pull in patch from current: Errata: The ef(4) driver will complain when adding an address with ifconfig (ifconfig: SIOCAIFADDR: Invalid argument). Fix: add missing 'break' CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/27 14:17:13 Modified files: sys/net : Tag: OPENBSD_2_7 if_bridge.c Log message: Pull in patch from current: Errata: It is possible to bypass the ``learning'' flag on an interface if frames go directly to the machine acting as a bridge. Fix: on packets incoming to the bridge machine itself, respect the LEARNING flag on the receiving interface (ie. don't learn when you're not supposed to). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 14:25:05 Modified files: sys/arch/amiga/include: vmparam.h Log message: vm freelist defines for UVM. From NetBSD. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 14:44:41 Modified files: sys/arch/amiga/amiga: machdep.c Log message: uvm support. Buffer cache allocation code from NetBSD. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/27 14:45:18 Modified files: sbin/ipf : Tag: OPENBSD_2_7 HISTORY sys/netinet : Tag: OPENBSD_2_7 fil.c ip_auth.c ip_auth.h ip_fil.c ip_fil.h ip_nat.c ip_state.c ipl.h Log message: Pull in patch from current: Errata: A misuse of ipf(8) keep-state rules can result in firewall rules being bypassed. Fix (kjell): Update to ipf 3.3.16. among other things, this addresses a security issue with certain rule configurations: * don't add TCP state if it is an RST packet and (attempt) to send out RST/ICMP packets in a manner that bypasses IP Filter. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 14:46:51 Modified files: sys/arch/amiga/amiga: mem.c Log message: UVM support. (kernacc -> uvm_kernacc) CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/05/27 15:06:08 Modified files: sys/conf : files sys/uvm : uvm.h uvm_swap.c uvm_swap_encrypt.c uvm_swap_encrypt.h Added files: sys/crypto : rijndael.c rijndael.h Log message: use rijndael instead of blowfish because of faster key setup. break swap paritions into sections, each section has own encryption key. if a section's key becomes unreferenced, erase it. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:18:00 Modified files: sys/arch/amiga/amiga: pmap.c Log message: UVM support. From NetBSD. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:21:19 Modified files: sys/arch/amiga/amiga: vm_machdep.c Log message: UVM support. Just some changes of function names. *yawn* CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:32:47 Modified files: sys/arch/amiga/dev: grf_cc.c Log message: Need to include for round_page. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:34:36 Modified files: sys/arch/amiga/amiga: trap.c Log message: Even more name changes for UVM. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:38:36 Modified files: sys/arch/m68k/m68k: copy.s Log message: kcopy, needed by UVM. From NetBSD. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:40:29 Modified files: sys/arch/m68k/m68k: sig_machdep.c Log message: UVM. grow -> uvm_grow CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:41:50 Modified files: sys/arch/m68k/m68k: sig_machdep.c Log message: oops. remove "line noise". CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 15:48:37 Modified files: sys/arch/m68k/m68k: sig_machdep.c Log message: UVM. useracc -> uvm_useracc. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 16:12:33 Modified files: sys/arch/amiga/amiga: pmap.c Log message: Fix a bunch of typos. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 16:57:27 Modified files: security/pgp : Makefile Log message: Backward flavors. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/27 17:09:13 Modified files: . : ftp.html Log message: new layout, more complete, since noone ever helps me maintain this, geez CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 17:33:07 Modified files: comms/bpl+ : Makefile Log message: - fake - mark as BROKEN, this needs auditing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 17:49:39 Modified files: comms/conserver: Makefile Log message: Fake. Put BSD ack in MESSAGE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 17:52:59 Added files: comms/conserver/pkg: MESSAGE Log message: Forgot to add MESSAGE... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 18:29:26 Modified files: comms/efax : Makefile Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/27 19:24:05 Modified files: x11/gtk+ : Makefile Log message: Homepage CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 20:23:30 Modified files: sys/arch/amiga/amiga: machdep.c Log message: missing arguments and typos. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 20:24:43 Modified files: sys/arch/m68k/m68k: sunos_machdep.c Log message: UVM. grow -> uvm_grow, useracc -> uvm_useracc. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 20:34:14 Modified files: sys/arch/amiga/dev: sfas.c Log message: UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 21:28:42 Modified files: sys/arch/amiga/isa: cross.c crossvar.h Log message: Disable cross for UVM until I figure out what the #$%&! is happening in here. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 21:55:21 Modified files: sys/arch/amiga/amiga: genassym.cf locore.s pmap.c vm_machdep.c sys/arch/amiga/include: pcb.h pmap.h Log message: Bugfix pmap_activate. From NetBSD. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/27 22:22:31 Modified files: bin/ps : Makefile Log message: Need -DUVM if UVM is enabled. Alignment saved us on i386 and sparc, but it doesn't save us on 68k. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/28 00:24:28 Log message: Initial import of SWING 1.1.1. JFC(Java Foundation Classes) is a comprehensive set of graphical user interface components and foundation services. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-May-27 N ports/devel/jfc/Makefile N ports/devel/jfc/files/md5 N ports/devel/jfc/pkg/COMMENT N ports/devel/jfc/pkg/DESCR N ports/devel/jfc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/28 00:25:25 Modified files: devel : Makefile Log message: Add the jfc. CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2000/05/28 08:56:13 Modified files: de : index.html es : index.html it : index.html nl : index.html openssh : index.html pt : index.html se : index.html Log message: http://vell.nsc.ru/openbsd/ -> http://www.openbsd.ru/openbsd/ CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2000/05/28 10:40:54 Modified files: . : index.html Log message: http://vell.nsc.ru/openbsd/ -> http://www.openbsd.ru/openbsd/ (forgot this one) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/28 11:27:53 Modified files: databases/p5-DBD-Pg: Makefile Added files: databases/p5-DBD-Pg/pkg: PLIST.sed Removed files: databases/p5-DBD-Pg/pkg: PLIST Log message: Fake. Fix dependency... this has never been checked, apparently. lib-style depends don't work for BUILD_DEPENDS yet... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/28 12:27:15 Modified files: share/man/man4 : inet6.4 Log message: typo; maurice@ivo.ig.net CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/28 12:39:43 Modified files: usr.bin : Makefile Log message: remove crud CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/05/28 13:02:34 Modified files: . : anoncvs.html errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html why-cvs.html Added files: . : stable.html Log message: Information about the patch branch and how to follow it. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/28 13:11:47 Modified files: openssh : ftp.html portable.html Log message: many more mirrors, we should do this automated CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/28 13:13:37 Modified files: openssh : ftp.html Log message: fix some errors CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/28 13:22:18 Log message: Cyrus SASL library Status: Vendor Tag: jakob Release Tags: jakob_2000-05-28 N ports/security/cyrus-sasl/Makefile N ports/security/cyrus-sasl/files/md5 N ports/security/cyrus-sasl/pkg/COMMENT N ports/security/cyrus-sasl/pkg/PLIST N ports/security/cyrus-sasl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/28 13:22:53 Modified files: . : ftp.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/28 13:26:20 Modified files: security : Makefile Log message: add cyrus-sasl CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/28 13:51:45 Modified files: share/man/man4 : ef.4 Log message: ef has had mii support for awhile now... remove BUGS section CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/28 14:34:51 Log message: Diamond Rio 500 utilities Status: Vendor Tag: jakob Release Tags: jakob_2000-05-28 N ports/audio/rio500/Makefile N ports/audio/rio500/pkg/COMMENT N ports/audio/rio500/pkg/DESCR N ports/audio/rio500/pkg/PLIST N ports/audio/rio500/files/md5 N ports/audio/rio500/patches/patch-aa N ports/audio/rio500/patches/patch-ab N ports/audio/rio500/patches/patch-ac N ports/audio/rio500/patches/patch-ad No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/28 14:37:15 Modified files: audio : Makefile Log message: add rio500 CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/28 17:41:34 Modified files: graphics/fxtv : Makefile graphics/fxtv/files: md5 graphics/fxtv/patches: patch-aa patch-ab patch-ac graphics/fxtv/pkg: PLIST Added files: graphics/fxtv/patches: patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj Log message: FXTV v1.02 CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/28 17:58:51 Modified files: sys/netinet6 : in6_pcb.c Log message: do not treat bind(2) with IPv4 mapped address in a special way. old code fails to check for port number duplicate. XXX should remove more IPv4 mapped code CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/28 18:40:39 Modified files: graphics/fxtv : Makefile Log message: Forgot this. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/28 19:07:50 Modified files: usr.bin/ipcs : ipcs.c Log message: Print space between the last process to attach/use and the access time. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/28 20:44:52 Modified files: devel/jfc : Makefile Log message: Clean up the Makefile. CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 2000/05/28 22:18:32 Added files: benchmarks/iozone/patches: patch-iozone_c Log message: Add patch that removed unneeded OpenBSD specific define that had the net results of defining both O_FSYNC and O_SYNC in terms of each other. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/05/28 23:09:24 Modified files: benchmarks/iozone: Makefile Log message: better CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/05/28 23:10:55 Modified files: benchmarks/iozone/patches: patch-iozone_c Log message: better patch, allows iozone to still compile on pre-2.7 systems. ok marc@, sent back to the author as well. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/29 00:31:19 Modified files: mail/postfix : Makefile mail/postfix/files: md5 Log message: Update to Postfix 19991231 Patchlevel 08. Info from the author: This patch provides an emergency band-aid for the next wave of MicroSoft email worms, fixes one bug, and makes external content filtering a bit more robust. - Feature: specify "body_checks = regexp:/etc/postfix/body_checks" for an emergency content filter that looks at non-header lines one line at a time (including MIME headers inside the message body). This feature uses the same syntax as the header_checks patterns. Details in conf/sample-filter.cf. This feature is also available in Postfix snapshot 20000528. - Bugfix: the masquerade_exceptions feature was case sensitive. - Robustness: upon receipt of mail, Postfix maps MAILER-DAEMON@myorigin sender address back into the magic null string, which prevents mail from looping after processing by an external content filter. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/29 00:50:01 Modified files: astro/xephem : Makefile astro/xephem/pkg: PLIST Log message: Fix up the Makefile and reoder the PLIST. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 00:54:20 Modified files: usr.bin : Makefile Log message: enable mg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 01:19:30 Modified files: usr.sbin/config: config.8 Log message: start to describe config file format CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/29 01:28:55 Modified files: usr.sbin/config: config.8 Log message: More text about config file format, some of it unfortunately at the expense of Theo's artistic expression. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/29 01:31:49 Modified files: net/snort : Makefile net/snort/files: md5 net/snort/pkg : DESCR PLIST Log message: Upgrade to version 1.6. Submitted by the maintainer. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 01:58:47 Modified files: . : errata.html plus.html Log message: put two more errata into the stable branch, thanks jason CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 01:58:56 Modified files: . : stable.html Log message: broken links CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 02:17:34 Modified files: sys/arch/i386/isa/pcvt/Util: Makefile sys/arch/i386/isa/pcvt/Util/fonts: Makefile Log message: better MI support CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 02:25:07 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 02:29:02 Modified files: . : donations.html Log message: a requested change CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/29 04:34:30 Modified files: astro/xephem : Makefile astro/xephem/files: md5 astro/xephem/pkg: PLIST Log message: Upgrade to version 3.2.3 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/29 09:04:43 Modified files: es : books.html errata.html errata25.html errata26.html index.html plus.html plus27.html products.html security.html Log message: Sync with Badlands Translation CVS. Work by Horacio CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/29 09:06:01 Modified files: openssh/es : openbsd.html Log message: Sync with Badlands Translation CVS. Work by Horacio CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/05/29 09:07:28 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/29 10:43:36 Modified files: infrastructure/mk: bsd.port.mk Log message: Add duplicates check to packing list CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/05/29 10:46:51 Log message: abook is an addressbook program with mutt support. Status: Vendor Tag: reinhard Release Tags: reinhard_2000-May-29 N ports/mail/abook/Makefile N ports/mail/abook/files/md5 N ports/mail/abook/patches/patch-abook.c N ports/mail/abook/patches/patch-database.h N ports/mail/abook/patches/patch-configure.in N ports/mail/abook/patches/patch-edit.c N ports/mail/abook/patches/patch-filter.c N ports/mail/abook/patches/patch-list.c N ports/mail/abook/patches/patch-options.c N ports/mail/abook/patches/patch-database.c N ports/mail/abook/pkg/COMMENT N ports/mail/abook/pkg/DESCR N ports/mail/abook/pkg/PLIST N ports/mail/abook/pkg/SECURITY N ports/mail/abook/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/29 11:04:01 Modified files: sys/dev/pcmcia : pcmciadevs Log message: new products. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/29 11:04:40 Modified files: sys/dev/pcmcia : pcmciadevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/29 11:08:52 Modified files: sys/dev/ic : dp8390.c dp8390reg.h dp8390var.h Log message: preparing for AX88190 support; from NetBSD. CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/05/29 11:11:44 Modified files: mail : Makefile Log message: enable abook. ok espie@ CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/05/29 11:15:37 Modified files: mail/abook : Makefile Log message: remove unneeded USE_GMAKE; thanks espie@ CVSROOT: /cvs Module name: ports Changes by: ericj@cvs.openbsd.org 2000/05/29 11:48:11 Modified files: x11/xglobe/files: OpenBSD-markers Log message: fix spelling problems and add brad@ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/29 12:04:09 Modified files: sys/dev/ic : elink3.c elink3reg.h elink3var.h sys/dev/pcmcia : if_ep_pcmcia.c sys/dev/pci : if_ep_pci.c sys/dev/isa : if_ep_isa.c if_ep_isapnp.c sys/dev/eisa : if_ep_eisa.c sys/conf : files Log message: Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/29 12:04:43 Modified files: sys/arch/i386/conf: GENERIC Log message: Add tqphy; needed for 3c574 support in ep(4). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/29 12:12:00 Modified files: share/man/man4 : ep.4 Log message: Note support for 3c574 and 3c556. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/05/29 12:20:42 Modified files: . : i386.html Log message: We finally support the 3c574 10/100 PC Card. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/29 12:22:31 Modified files: sys/net : Tag: OPENBSD_2_7 route.c Log message: Pull in patch from current: Errata: Certain routing table modifications by the superuser could cause a system panic. Fix (provos): deleting some routes created by imcp redirects could result in panic fix from NetBSD: Delay clearing of RTF_UP until after deleting rt_gwroute. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/05/29 12:24:03 Modified files: sys/netinet : Tag: OPENBSD_2_7 ip_icmp.c ip_input.c ip_output.c Log message: Pull in patch from current: Errata: Parse IPv4 options more carefully. It is not yet clear if this can even be used to crash the machine remote or locally. Fix (itojun): parse IPv4 options more carefully. make boundary checks against every steps (including option type/length field - there were no checks, seems to me 4.4BSD bug) CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/05/29 13:20:27 Modified files: x11/kde : Makefile Log message: fix to right subdir; ok espie@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/29 14:20:47 Modified files: usr.bin/ssh : readconf.c ssh.1 ssh.c Log message: forwardagent defaults to no, add ssh -A CVSROOT: /cvs Module name: X11 Changes by: todd@cvs.openbsd.org 2000/05/29 14:40:53 Modified files: distrib/sets/lists/xshare: mi Log message: fix typo; thanks to sigh@kuzirabekon.econ.nagasaki-u.ac.jp for spotting this. Closes pr#1251 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 15:32:22 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/29 15:39:06 Modified files: sys/dev/pcmcia : pcmcia_cis.c Log message: OR the values in misc within cftable entry; in iospace, irq and misc clean the flags before checking for particular capabilities. this is needed because we use a template that might end messing the flags. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/05/29 15:39:28 Modified files: net/nmap : Makefile net/nmap/files : md5 net/nmap/patches: patch-aa net/nmap/pkg : PLIST Removed files: net/nmap/patches: patch-ab Log message: Update to v2.53 (from halogen@nol.net) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 16:05:45 Modified files: . : 27.html Log message: update CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 16:40:53 Modified files: . : 27.html index.html Log message: many more 27 details CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 16:46:56 Modified files: share/man/man4 : gdt.4 Log message: shorten this to show how empty it is CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/29 16:50:10 Modified files: . : 27.html Log message: more goobers noticed by project pedantists CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/05/29 16:53:47 Modified files: share/man/man4 : neo.4 Log message: Typo CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/05/29 17:21:45 Modified files: editors/wordperfect: Makefile editors/wordperfect/files: md5 Log message: fix WRKDIST, md5, http-locations CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 18:49:08 Modified files: sys/dev/pci : pcidevs Log message: more device descriptions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/29 18:49:11 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/05/29 20:37:29 Modified files: . : 27.html Log message: ipf 3.3.14 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/29 21:39:34 Modified files: sys/arch/i386/i386: apm.c Log message: hours vs minutes; pr 769 from mfriedl@fau.de CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/29 22:47:55 Modified files: gnu/usr.bin/binutils/readline: Makefile.in Log message: Install history.h in /usr/include/readline, PR 934 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/05/29 23:41:00 Modified files: openssh : portable.html Log message: Add warning about security bug, update version number CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/30 02:12:00 Modified files: graphics/ImageMagick: Makefile Log message: mark as broken; file not found anymore, new version available CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/30 02:28:00 Modified files: sys/dev/pci : pcidevs Log message: oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/30 02:28:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/30 03:28:42 Modified files: graphics/xpaint: Makefile graphics/xpaint/files: md5 graphics/xpaint/patches: patch-ah Log message: update to 2.5.7; update master list; fake. while we're here, fix a stupid bo (there are prolly more, tho) CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/05/30 04:39:34 Modified files: sys/arch/amiga/amiga: pmap.c Log message: Oops. conversion braino. Noted by miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 04:47:38 Modified files: graphics/ImageMagick: Makefile Log message: Unbroken. File is on ftp.openbsd.org and various mirrors. CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/05/30 05:37:40 Modified files: mail/abook : Makefile mail/abook/files: md5 Added files: mail/abook/patches: patch-Makefile.in Log message: fixed $(DESTDIR), diff reported back to author CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/30 07:09:11 Log message: Taipei fonts for X window. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-May-30 N ports/chinese/taipeifonts/Makefile N ports/chinese/taipeifonts/pkg/COMMENT N ports/chinese/taipeifonts/pkg/DESCR N ports/chinese/taipeifonts/pkg/PLIST N ports/chinese/taipeifonts/files/md5 N ports/chinese/taipeifonts/files/fonts.dir N ports/chinese/taipeifonts/files/Makefile N ports/chinese/taipeifonts/files/taipei.alias No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/30 07:09:55 Modified files: chinese : Makefile Log message: Add the taipeifonts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 08:20:10 Log message: Bible retrieval system Status: Vendor Tag: brs Release Tags: shoemaker N ports/misc/brs/Makefile N ports/misc/brs/files/md5 N ports/misc/brs/pkg/DESCR N ports/misc/brs/pkg/COMMENT N ports/misc/brs/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 08:23:45 Modified files: misc : Makefile Log message: Add brs CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/30 08:31:39 Modified files: sys/dev/ic : ne2000.c ne2000reg.h ne2000var.h Log message: Changes from NetBSD: * support for ax88190 * set the memory size based on the ne2k type, changing the number of transmit buffers. * make ne2000_attach return some value so it can be used in pcmcia. * move code for dl10019 to the pcmcia part. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/05/30 08:36:41 Modified files: sys/dev/pcmcia : if_ne_pcmcia.c Log message: Changes from NetBSD: * support for ax88190 cards * instead of using the first cfe entry, go thru the whole list. * change the code so cards with same id but different mac can be allowed (ibm infomover by instance) * on fail, be sure to unmap and/or free all the resources previously allocated; we really need to do this in the rest of the drivers * new products CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 08:44:23 Modified files: infrastructure/mk: bsd.port.mk Log message: Define WRKINST always. Exchange WRKINST tests for FAKE tests, more logical. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 08:52:00 Modified files: infrastructure/mk: bsd.port.mk Log message: Turn FAKE=Yes on by default CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 10:15:59 Modified files: sys/dev/pci : pcidevs Log message: 440MX chipset definions CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 10:16:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 10:30:38 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : ich.c Log message: audio driver for intel 810/820/440MX i/o controller hub ac'97 . 820 and 440MX are untested, but should work. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 10:35:08 Modified files: sys/arch/i386/conf: GENERIC Log message: add ich at pci CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 10:39:06 Modified files: infrastructure/mk: bsd.port.mk Log message: Let package cookie depend on package components (plist, descr, etc) CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/05/30 10:43:09 Modified files: . : i386.html Log message: ich CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 11:02:50 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : ich.4 Log message: ich(4) manual page CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/30 11:03:11 Modified files: openssh : portable.html Log message: oops CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 11:10:18 Modified files: share/man/man4 : pci.4 ac97.4 Log message: Xr ich (and neo for ac97(4)) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 11:14:58 Modified files: share/man/man4 : audio.4 Log message: Xr pci audio drivers CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/30 11:23:37 Modified files: usr.bin/ssh : channels.c channels.h session.c Log message: don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/30 11:32:07 Modified files: usr.bin/ssh : ssh-keygen.c ssh.c Log message: remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 12:34:14 Modified files: sys/dev/ic : ac97.c Log message: a few more codes ids from vendor docs CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/05/30 13:02:22 Modified files: textproc/libxml: Makefile textproc/libxml/files: md5 textproc/libxml/pkg: PLIST PLIST.noshared Log message: Update to libxml 1.8.7; fake. This is the latest release of 1's series. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 13:34:20 Modified files: sys/conf : files Log message: add sti graphics available in pci and sgc form factors CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 13:39:38 Added files: sys/dev/ic : sti.c stireg.h stivar.h Log message: sti hp graphics, available in pci and hp-prop sgc bus form factors. attach point for wsdisplay. a few problems may exist w/ certain prom versions. tested in byte- and word-wide modes. no support yet for multiple resolutions and fonts. pci not tested (obviously). CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 13:42:02 Added files: sys/arch/hppa/dev: sti_sgc.c Removed files: sys/arch/hppa/dev: sti.c stireg.h Log message: new driver for sti graphics. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 13:43:35 Modified files: sys/arch/hppa/conf: files.hppa Log message: sti CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/30 14:00:53 Modified files: x11/xglobe : Makefile Log message: Oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/30 15:57:27 Modified files: sbin/mount : mount.8 Log message: examples CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 15:59:30 Modified files: sys/lib/libsa : exec.h exec.new.c exec_aout.c exec_elf.c Log message: split symbol loading for a.out into a separate routine (tested on i386) add symbol loading for elf (tested on hppa) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 16:00:24 Modified files: sys/arch/i386/stand/boot: conf.c Log message: aout_ldsym, increase boot minor version CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 16:02:29 Modified files: sys/arch/hppa/stand/boot: conf.c Log message: elf_ldsym, increase boot minor version CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/05/30 16:05:36 Modified files: . : hppa.html Log message: add symtab loading support into history CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 16:09:45 Modified files: sys/arch/hppa/hppa: db_interface.c Log message: no need to include vm/vm.h CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 16:14:04 Modified files: sys/arch/hppa : TODO Log message: -symtab +clkf_intr CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/30 16:20:17 Modified files: etc : rc.conf Log message: add a note where to go to for nfs client configuration; after popular demand CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/30 20:18:14 Modified files: share/man/man4 : ich.4 Log message: Clean. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/30 20:23:56 Log message: Initial import of crxvt 2.10. Crxvt is a Chinese (Big5) VT100 terminal emulator for X. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-May-31 N ports/chinese/crxvt/Makefile N ports/chinese/crxvt/pkg/COMMENT N ports/chinese/crxvt/pkg/PLIST N ports/chinese/crxvt/pkg/DESCR N ports/chinese/crxvt/files/md5 N ports/chinese/crxvt/files/OpenBSD N ports/chinese/crxvt/files/config.status N ports/chinese/crxvt/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/30 20:24:34 Modified files: chinese : Makefile Log message: Add crxvt CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/30 20:24:45 Modified files: usr.sbin/config: config.8 Log message: Remove hard sentence breaks. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/30 20:50:30 Modified files: openssh : portable.html Log message: sigh CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/30 20:51:00 Modified files: . : plus20.html Log message: correct heading CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/05/30 21:09:23 Modified files: usr.sbin/faithd: README faithd.8 faithd.c faithd.h ftp.c rsh.c tcp.c Log message: sync with the latest kame code. insufficient len in malloc() call is corrected. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/31 00:36:40 Modified files: usr.bin/ssh : readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8 Log message: xauth_location support; pr 1234 CVSROOT: /cvs Module name: www Changes by: markus@cvs.openbsd.org 2000/05/31 00:36:57 Modified files: openssh : portable.html Log message: s/diff.gz.tgz/diff.gz/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/31 00:47:32 Modified files: share/man/man4 : ich.4 pci.4 Log message: minor tweaks CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/31 01:07:43 Modified files: sys/dev/pci : pcidevs Log message: another pci-pci bridge CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/31 01:07:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/31 01:29:36 Modified files: mail/imap-uw : Makefile mail/imap-uw/files: md5 Log message: update to v4.7c2, maintenace update; SUNET mirror removed CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/05/31 03:20:39 Modified files: usr.bin/ssh : readconf.c sshconnect2.c Log message: typo, unused CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/31 03:54:44 Log message: Initial import of xcin 2.3.04. Xcin is a Chinese-Input server for the X-Window. It doens't need the locale. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-May-31 N ports/chinese/xcin/Makefile N ports/chinese/xcin/files/md5 N ports/chinese/xcin/files/config.status N ports/chinese/xcin/files/OpenBSD N ports/chinese/xcin/patches/patch-aa N ports/chinese/xcin/patches/patch-ab N ports/chinese/xcin/patches/patch-ac N ports/chinese/xcin/patches/patch-ad N ports/chinese/xcin/pkg/COMMENT N ports/chinese/xcin/pkg/DESCR N ports/chinese/xcin/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/31 03:55:17 Modified files: chinese : Makefile Log message: Add xcin CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 04:18:08 Modified files: security/pgp5 : Makefile Log message: Can't use .BEGIN yet, as this screws depends CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 04:42:07 Modified files: chinese/taipeifonts/pkg: PLIST Log message: Kevin, you're not being careful CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 04:50:29 Modified files: chinese/xcin/pkg: COMMENT Log message: Trim comment CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/05/31 04:55:26 Modified files: . : checklist.html Log message: *SHOUT AT PEOPLE UNTIL THEY START PROVIDING GOOD COMMENTS !!! THIS IS * A L L * that pkg_info shows you, so it had better be good. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 06:09:38 Modified files: security/pgp : Makefile Log message: Oops 2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 06:09:50 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/05/31 06:17:18 Modified files: xc/programs/Xserver/os: secauth.c Log message: Fix Xserver DoS reported on bugtraq by Chris Evans, (from Paulo Caesar Pereira de Andrade and Keith Packard) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 07:01:09 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/aladdin: Makefile Log message: Missed by Federico CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 07:36:18 Modified files: comms/malsync : Makefile comms/qpage : Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 07:42:50 Modified files: comms/seyon : Makefile Log message: Trivial fake CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/31 07:48:04 Modified files: sys/arch/i386/isa/pcvt/Util/pcvtdoc: pcvt.4 Log message: Better English. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 07:49:11 Modified files: comms/zmtx-zmrx: Makefile comms/zmtx-zmrx/pkg: PLIST Added files: comms/zmtx-zmrx/pkg: MESSAGE Removed files: comms/zmtx-zmrx/pkg: licence Log message: Trivial fake. Remove non-standard licence, use MESSAGE as it's what it's meant for. CVSROOT: /cvs Module name: www Changes by: markus@cvs.openbsd.org 2000/05/31 07:49:52 Modified files: openssh : faq.html Log message: 1023 vs 1024 fixes; angelos@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 08:02:47 Modified files: devel/ElectricFence: Makefile devel/ElectricFence/pkg: PLIST Log message: Trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 08:16:18 Modified files: devel/gsl : Makefile Log message: Trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 08:31:20 Modified files: devel/mm : Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 08:33:35 Modified files: devel/libicq : Makefile Log message: Trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 08:41:17 Modified files: devel/shtool : Makefile Log message: sneaky fake CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/05/31 08:46:08 Modified files: . : i386.html Log message: Note support for CMI8[37]38 sound devices. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 08:47:07 Modified files: devel/xmake : Makefile devel/xmake/pkg: PLIST Removed files: devel/xmake/patches: patch-aa Log message: Trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 09:13:52 Modified files: editors/uemacs : Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 09:15:44 Modified files: emulators/bochs: Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/31 09:35:02 Modified files: emulators/simh : Makefile Log message: fake CVSROOT: /cvs Module name: ports Changes by: hugh@cvs.openbsd.org 2000/05/31 09:35:55 Modified files: net/ucd-snmp/files: md5 net/ucd-snmp/patches: patch-aa net/ucd-snmp/pkg: PLIST Log message: Updated and faked ucd-snmp port from Dan Harnett , who is now the maintainer. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/31 09:52:51 Modified files: sys/dev/cardbus: rbus.c Log message: Bug fix from NetBSD, plus some more DPRINTF(). CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/31 10:09:52 Added files: mail/solid-pop3d/patches: patch-ae patch-af Log message: fix manpages CVSROOT: /cvs Module name: ports Changes by: hugh@cvs.openbsd.org 2000/05/31 10:13:08 Modified files: net/ucd-snmp : Makefile Log message: Updated Makefile is probably handy. (Cursing cvs, it WAS specified explicitly on commandline.) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 10:24:34 Modified files: emulators/xcopilot: Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 10:39:14 Modified files: games/agm : Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 10:52:22 Modified files: games/netris : Makefile games/abuse : Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/05/31 11:07:15 Modified files: games/starlanes: Makefile games/xblast : Makefile Log message: Trivial fake CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/31 11:09:17 Modified files: sbin/savecore : savecore.c savecore_old.c Log message: Cleaner loop structure when reading panic string from the core image. We now check the return value of KREAD() which may solve PR 1254. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/05/31 11:14:22 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/05/31 11:37:19 Modified files: . : checklist.html Log message: clarify NEED_VERSION; ok espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/05/31 12:38:30 Modified files: libexec/makewhatis: makewhatis.pl Log message: Request from Theo: - name tmp file after makewhatis, make it easier to track in case of trouble. - remove tmp file always, two minutes to regenerate top CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/05/31 12:48:39 Modified files: www/analog : Makefile www/analog/files: md5 www/analog/pkg : DEINSTALL INSTALL PLIST Added files: www/analog/patches: patch-Makefile patch-analog_cfg patch-anlgform_pl Removed files: www/analog/patches: patch-aa patch-ab patch-ac Log message: upgrade to 4.11 install examples CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/31 13:42:53 Modified files: . : 27.html Log message: more CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/31 13:44:58 Modified files: sys/arch/hppa : Makefile Log message: fixes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/31 13:53:00 Modified files: sys/arch/hppa/stand/mkboot: Makefile Log message: cleanup CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/31 13:56:51 Modified files: sys/arch/hppa/stand/boot: Makefile Log message: build mans all the time, cleanfiles always the same CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/05/31 13:59:31 Modified files: sys/arch/hppa/stand: Makefile Log message: man descendentalism CVSROOT: /cvs Module name: ports Changes by: niklas@cvs.openbsd.org 2000/05/31 14:01:08 Modified files: x11/xglobe/files: OpenBSD-markers Log message: misspeling CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/05/31 14:21:43 Modified files: . : stable.html Log message: fix up CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/05/31 14:56:38 Modified files: x11/xglobe/files: getcloudmap Log message: set PATH inside script; ok espie@ CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 2000/05/31 15:49:44 Modified files: graphics/gimp : Makefile Log message: v1.1.22 has moved to the old directory. Change the directory because I'm too lazy to update and verify the port -- current unstable version is 1.1.23 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/05/31 16:00:34 Modified files: . : cvsup.html Log message: another cvsup server CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 2000/05/31 16:02:29 Modified files: graphics/gimp : Makefile Log message: Fix instructions re removing old versions of gimp. The old instructions would have left /usr/local/lib out of the shared library cache. Also, check for the old libs in /usr/local/lib in addition to /usr/X11R6/lib. Not sure if needed, but it doesn't hurt. CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/31 16:12:58 Modified files: sys/dev/pci : pcidevs Log message: Add some OPTi IDE controllers CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/31 16:13:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 2000/05/31 16:37:43 Modified files: infrastructure/mk: bsd.port.mk Log message: use with uninstall CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/05/31 16:54:45 Modified files: sbin/atactl : atactl.c Log message: It's "DMA" not "DMS" for the ATA-4 queued feature set!! CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/05/31 17:31:42 Modified files: sys/arch/i386/isa/pcvt: pcvt_vtf.c Log message: Sigh... Fix a stupid bug wrt reverse video attributes (when using the newer "PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software. CVSROOT: /cvs Module name: src Changes by: bjc@cvs.openbsd.org 2000/05/31 18:02:11 Modified files: sys/arch/vax/vax: conf.c Log message: ramdisk stuff CVSROOT: /cvs Module name: src Changes by: bjc@cvs.openbsd.org 2000/05/31 18:03:18 Modified files: sys/arch/vax/boot/boot: boot.c Log message: gcc might use something like autoincremented registers here, which will not work, so change the constraint for an argument CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/31 20:38:32 Modified files: chinese/xcin/pkg: DESCR Log message: Fix the DESCR CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/05/31 20:45:40 Modified files: chinese/taipeifonts: Makefile chinese/taipeifonts/pkg: PLIST Log message: Fix up the Makefile and PLIST. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 22:01:56 Modified files: sys/netinet : ip_ipsp.h Log message: Prototype for ipsp_spd_lookup() CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/05/31 22:02:05 Modified files: lib/libc/string: strlcpy.3 Log message: State explicitly that strlc{py,at} only work on real C strings. Clarify point about always NUL-terminating. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 22:02:32 Modified files: sys/netinet : ip_ipsp.c Log message: ipsp_spd_lookup() CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 2000/05/31 22:20:00 Modified files: security/sslusa: Makefile Log message: update location of RSAREF per message from usura@zedz.net (Alex de Joode) to ports@openbsd.org CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 22:24:27 Modified files: sys/netinet : ip_ipsp.c ip_ipsp.h Log message: ipsp_acquire_sa() CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 22:38:34 Modified files: sys/netinet : ip_ipsp.c ip_output.c Log message: Use ipsp_spd_lookup() in ip_output() CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 22:47:56 Modified files: sys/netinet : ip_output.c Log message: Use the cached entry for security requirements from the inp. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 23:08:42 Modified files: sys/netinet : ip_ipsp.c Log message: Beautify a little bit. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 23:33:08 Modified files: sys/netinet : ip_ipsp.c Log message: Oops, remove bogus comment. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 23:40:41 Modified files: sys/netinet : ip_ah.c ip_esp.c Log message: Check for invalid TDBs right away in the callbacks. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/05/31 23:46:12 Modified files: sys/netinet : ip_ipsp.c Log message: Should learn how to count... CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/01 00:11:08 Modified files: sys/netinet : ip_ipsp.c Log message: Fix the German's comment typos. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/01 00:41:01 Modified files: chinese/xcin/pkg: DESCR Log message: Correct the grammer, thank marc@ CVSROOT: /cvs Module name: X11 Changes by: todd@cvs.openbsd.org 2000/06/01 00:56:21 Modified files: . : Makefile Log message: thanks to sigh@kuzirabekon.econ.nagasaki-u.ac.jp for pr 1225; closed now CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2000/06/01 01:15:48 Modified files: x11/xglobe/files: OpenBSD-markers Log message: another misspelling CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/01 02:20:52 Modified files: chinese/taipeifonts: Makefile Added files: chinese/taipeifonts/files: Imakefile Removed files: chinese/taipeifonts/files: Makefile Log message: Using imake to generate the Makefile instead of the original one. espie@ suggests. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/01 04:27:40 Modified files: x11/kde/libs : Makefile Log message: Fix the dependencies. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/01 04:48:34 Modified files: graphics/ImageMagick: Makefile Log message: Fix the dependencies. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/01 11:33:54 Modified files: infrastructure/mk: bsd.port.mk Log message: - tighten regexps for PLIST_SED, to avoid accidental matching for fragments. - repair clean-depends... it was broken quite a few months ago. I suspect I'm the only one who uses this. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/01 13:58:00 Modified files: share/man/man8 : vpn.8 Log message: Oops, errors in the abstract example (vassilip@dsl.cis.upenn.edu) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/01 14:46:43 Modified files: . : i386.html Log message: more details CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/01 14:46:53 Modified files: . : donations.html want.html Log message: more CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/01 15:01:30 Modified files: distrib/miniroot: install.sh Log message: Add missing -n flag to getresp; noted by maurice@ivo.ig.net CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/01 16:34:01 Modified files: graphics/gimp : Makefile graphics/gimp/files: md5 graphics/gimp/pkg: PLIST PLIST.noshared Removed files: graphics/gimp/patches: patch-ai Log message: update to 1.1.23; remove jpeg from dependecies since needs to be already installed for tiff; check for any previous version of the libraries instead a specific major/minor, this is better, and will avoid problems in the future. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/01 18:36:42 Modified files: sys/net : if_ethersubr.c if_bridge.c Log message: On input if the packet matches one of the member interface MAC addresses, set the receiving interface to be that interface for further processing; thanks to dorcula@uncool.org for reporting and testing. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/01 20:00:20 Modified files: usr.bin/ssh : sshconnect2.c Log message: teach protocol v2 to count login failures properly and also enable an explanation of why the password prompt comes up again like v1; this is NOT crypto CVSROOT: /cvs Module name: src Changes by: bjc@cvs.openbsd.org 2000/06/01 20:17:38 Modified files: sys/dev/pcmcia : if_xe.c Log message: make sure we are writing to the correct page; fixes a subtle bug which was breaking CE2 -- niklas says this fixes all sorts of other stuff too also, use my real name in copyright notice CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/01 21:01:18 Log message: Initial import of pdmenu version 1.2.61. pdmenu is a simple slang-based menu program. Submitted by: Matt Behrens Status: Vendor Tag: kevlo Release Tags: kevlo_2000-Jun-02 N ports/misc/pdmenu/Makefile N ports/misc/pdmenu/files/md5 N ports/misc/pdmenu/pkg/PLIST N ports/misc/pdmenu/pkg/COMMENT N ports/misc/pdmenu/pkg/DESCR N ports/misc/pdmenu/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/01 21:02:00 Modified files: misc : Makefile Log message: Add pdmenu CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/02 03:46:03 Modified files: sysutils/webmin: Makefile Log message: This port are interactive. mark NO_PACKAGE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 05:42:53 Modified files: infrastructure/mk: bsd.port.mk Log message: Add standard method for perl MakeMaker configuration CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 05:47:31 Modified files: archivers/p5-Compress-Zlib: Makefile archivers/p5-Compress-Zlib/files: md5 archivers/p5-Compress-Zlib/pkg: PLIST.sed Log message: Use CONFIGURE_STYLE Update to 1.08, which builds with perl 5.6.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 05:56:24 Modified files: archivers/p5-Compress-Zlib: Makefile audio/p5-MPEG-MP3Info: Makefile audio/p5-cddb : Makefile converters/p5-Convert-UU: Makefile converters/p5-MIME-Base64: Makefile databases/p5-DBD-Pg: Makefile databases/p5-DBI: Makefile mail/p5-Mail-POP3Client: Makefile Log message: Convert to CONFIGURE_STYLE perl CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 06:02:09 Modified files: . : anoncvs.html Log message: Link to mount_union manpage (Horacio) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 06:12:27 Log message: A small handy module to check credit card numbers for typos. Status: Vendor Tag: cpan Release Tags: espie N ports/misc/p5-CreditCard/Makefile N ports/misc/p5-CreditCard/files/md5 N ports/misc/p5-CreditCard/pkg/PLIST-auto N ports/misc/p5-CreditCard/pkg/PLIST N ports/misc/p5-CreditCard/pkg/COMMENT N ports/misc/p5-CreditCard/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 06:14:13 Modified files: misc : Makefile Removed files: misc/p5-CreditCard/pkg: PLIST-auto Log message: Link CreditCard, remove PLIST-auto (oops) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 06:26:10 Log message: Simple Ascii Database tie class Status: Vendor Tag: cpan Release Tags: espie N ports/databases/p5-AsciiDB-TagFile/Makefile N ports/databases/p5-AsciiDB-TagFile/files/md5 N ports/databases/p5-AsciiDB-TagFile/pkg/COMMENT N ports/databases/p5-AsciiDB-TagFile/pkg/PLIST.sed N ports/databases/p5-AsciiDB-TagFile/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 06:27:05 Modified files: databases : Makefile Log message: Link in CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 06:36:45 Log message: Date conversion module Status: Vendor Tag: CPAN Release Tags: espie N ports/converters/p5-DateManip/Makefile N ports/converters/p5-DateManip/files/md5 N ports/converters/p5-DateManip/pkg/COMMENT N ports/converters/p5-DateManip/pkg/PLIST.sed N ports/converters/p5-DateManip/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 06:38:37 Modified files: converters : Makefile Log message: Link CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/02 06:57:52 Modified files: net/epic4 : Makefile net/epic4/files: md5 net/epic4/pkg : PLIST Log message: upgrade to EPIC4 2.508 snapshot CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 07:02:19 Modified files: mail/p5-Mail-POP3Client: Makefile Log message: Forgot NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 07:18:03 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/02 07:38:45 Modified files: benchmarks/iozone: Makefile benchmarks/iozone/files: md5 Removed files: benchmarks/iozone/patches: patch-iozone_c Log message: upgrade to iozone 3.24 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/02 07:44:53 Modified files: archivers/bzip2: Makefile Log message: bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 07:45:23 Log message: Import the basic perl5 libnet. This port needs configuration, but we counter IS_INTERACTIVE by bundling the Configure script, since configuration can be altered after installation. We also let the user decide when he wants to alter that configuration, since other modules may depend on it. Status: Vendor Tag: CPAN Release Tags: espie N ports/net/p5-libnet/Makefile N ports/net/p5-libnet/files/md5 N ports/net/p5-libnet/pkg/COMMENT N ports/net/p5-libnet/pkg/PLIST.sed N ports/net/p5-libnet/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 07:47:26 Modified files: net : Makefile Log message: Link in p5-libnet CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/02 08:12:47 Modified files: net/ircII : Makefile net/ircII/files: md5 net/ircII/pkg : PLIST Log message: upgrade to ircII 4.4U CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 08:15:27 Log message: Modules suite to handle mail Status: Vendor Tag: CPAN Release Tags: espie N ports/mail/p5-Mail-Tools/Makefile N ports/mail/p5-Mail-Tools/files/md5 N ports/mail/p5-Mail-Tools/pkg/COMMENT N ports/mail/p5-Mail-Tools/pkg/PLIST.sed N ports/mail/p5-Mail-Tools/pkg/DESCR N ports/mail/p5-Mail-Tools/patches/patch-bin_forwd_demo_PL N ports/mail/p5-Mail-Tools/patches/patch-bin_rplyto_demo_PL N ports/mail/p5-Mail-Tools/patches/patch-bin_send_demo_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 08:16:20 Modified files: mail : Makefile mail/p5-Mail-Tools: Makefile Log message: Link in & fix name. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/02 08:37:17 Modified files: infrastructure/mk: bsd.port.mk Log message: ports-admin@ -> ports-maintainers@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 09:01:20 Modified files: x11/xaniroc : Makefile x11/xantfarm : Makefile x11/xfishtank : Makefile x11/xcoloredit : Makefile x11/xcoloredit/pkg: DESCR Log message: Trivial fakes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 09:05:56 Added files: x11/qt/pkg : PLIST PLIST.noshared Removed files: x11/qt/pkg : PFRAG.shared PLIST.sed Log message: Revert to PLIST/PLIST.noshared temporarily (qt packaging is awkward, since it doesn't bother building a .a library on shared systems) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/02 09:24:42 Modified files: devel/gettext : Makefile Log message: bump NEED_VERSION CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/02 09:44:56 Modified files: sys/net : if_ethersubr.c Log message: vlan was consuming all vlan frames before they had a chance to be bridged. Change the order of operations to be: ether_input() -> bridge_input() -> vlan_input() Also, only process vlan frames that are unicast for us or bcast/mcast. CVSROOT: /cvs Module name: ports Changes by: hugh@cvs.openbsd.org 2000/06/02 09:45:06 Added files: net/ucd-snmp/patches: patch-ab patch-ac net/ucd-snmp/pkg: DEINSTALL INSTALL MESSAGE SECURITY Log message: pick up missed files CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 09:47:50 Modified files: x11/xgrab : Makefile x11/xgrab/patches: patch-aa patch-ab x11/xgrab/pkg : DESCR PLIST Log message: Non trivial fake. Use cpp instead of xrdb to avoid X problems. Note that xgrab does only work on 8 bit displays. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 09:49:55 Modified files: graphics/giftrans: Makefile Log message: trivial fake, fix port slightly. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/02 09:53:22 Modified files: sys/arch/sparc/dev: spif.c spifreg.h Log message: rework interrupt handling completely, and be more careful with the CD180 during channel configuration changes. CVSROOT: /cvs Module name: ports Changes by: yanick@cvs.openbsd.org 2000/06/02 10:09:52 Modified files: devel/lam : Makefile Log message: marked as broken CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/02 10:29:16 Modified files: editors/joe/pkg: INSTALL Log message: Oops. install -> install -d CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 10:30:43 Modified files: games/xpat2 : Makefile games/xpat2/patches: patch-aa Log message: Fake by using Image directly. The Makefile in between is just a wrapper anyway. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 10:46:40 Modified files: games/xbill : Makefile games/xbill/patches: patch-aa patch-ac Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 11:05:21 Modified files: games/xbat : Makefile games/xbat/patches: patch-aa Log message: Fake CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/02 11:14:46 Modified files: lang/python : Makefile lang/python/pkg: PLIST.sed Added files: lang/python/patches: patch-ag lang/python/pkg: COMMENT-tools DESCR-tools PLIST-tools Removed files: lang/python/pkg: PFRAG.tools Log message: Enable the gmp module. Remove the tools flavor in favor of a tools package. Don't enable Tk flavor by default. CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/02 11:23:43 Modified files: lang : Makefile Log message: Remove python tools flavor, add mpz flavor. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 12:19:06 Modified files: graphics/xbmbrowser: Makefile graphics/xbmbrowser/patches: patch-a Log message: fake remove gmake dependency by fixing Imakefile CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 12:30:45 Modified files: graphics/tgif : Makefile Log message: Fake is trivial. *MARK THE PORT AS BROKEN, AS IT IS FULL OF MKTEMP CALLS WITH GENUINE PROBLEMS * CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 12:47:03 ports/games/xjewel/patches Update of /cvs/ports/games/xjewel/patches In directory cvs.openbsd.org:/tmp/cvs-serv3258/patches Log Message: Directory /cvs/ports/games/xjewel/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 12:47:25 Modified files: games/xjewel : Makefile Added files: games/xjewel/patches: patch-Imakefile Log message: fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 13:03:24 Modified files: games/gnushogi : Makefile games/xasteroids: Makefile Log message: fake CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 13:25:10 Modified files: . : donations.html Log message: Fix spelling of Javier Vazquez -> Javier Vázquez (Horacio) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/02 13:39:33 Modified files: usr.bin/newsyslog: newsyslog.8 Log message: Explicitly state that newsyslog does not send a HUP to syslogd if you tell it to run a command for the log file. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/02 13:41:59 Modified files: games/xminehunter: Makefile games/xminehunter/patches: patch-aa games/xminehunter/pkg: PLIST print/ghostview: Makefile Log message: Fake CVSROOT: /cvs Module name: ports Changes by: hugh@cvs.openbsd.org 2000/06/02 13:47:08 Modified files: net/ucd-snmp : Makefile net/ucd-snmp/pkg: SECURITY Added files: net/ucd-snmp/patches: patch-ad Log message: tweaks from Dan Harnett CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 13:59:27 Modified files: de : anoncvs.html books.html cvsup.html donations.html ftp.html hppa.html i386.html index.html orders.html products.html security.html why-cvs.html Log message: Sync with Badlands Translation CVS. Work by Jufi. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 14:03:37 Modified files: openssh/de : faq.html ftp.html index.html openbsd.html portable.html Log message: Sync with Badlands Translation CVS. Work by Jufi. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 14:04:44 Modified files: faq/de : faq2.html Log message: Sync with Badlands Translation CVS. Work by Jufi/Reinhard. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/02 16:36:45 Modified files: sys/dev/pci : hifn7751.c hifn7751var.h Log message: callback is always static CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 16:40:02 Modified files: se : 26.html anoncvs.html donations.html index.html security.html Log message: Sync with Badlands Translation CVS. Work by Javax. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 16:41:18 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/02 16:42:08 Modified files: sys/dev/pci : ubsec.c Log message: squeeze basic framework into place. process generates SIMPLEQ of requests, they get fed in, irq recovers old one, feeds new one in, callback schreds and calls back to crypto(9)... mac result buffers and packet offsets need work. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 16:42:10 Modified files: openssh/it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 16:46:38 Modified files: es : 27.html alpha.html amiga.html anoncvs.html arc.html arm32.html art.html art1.html art2.html art3.html atari.html audio-port.html checklist.html cvsup.html donations.html errata.html errata23.html errata24.html errata25.html errata26.html ftp.html hppa.html i386.html index.html plus.html plus20.html plus26.html ports.html want.html why-cvs.html Added files: es : stable.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 16:49:45 Modified files: openssh/es : faq.html ftp.html index.html portable.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/02 16:54:25 Modified files: faq/es : faq13.html faq2.html faq6.html index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/02 20:55:05 Modified files: sys/dev/ic : fxp.c Log message: remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl(). CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/06/02 22:59:56 Modified files: faq : install-i386.html install-sparc.html Log message: Mention cmp for boot disks CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/03 00:20:57 Modified files: comms/minicom : Makefile comms/minicom/files: md5 comms/minicom/patches: patch-install-sh comms/minicom/pkg: INSTALL PLIST Log message: upgrade to 1.83.1 fix INSTALL script CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/03 00:23:36 Modified files: comms/minicom/pkg: PLIST Log message: oops CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/03 05:02:38 Modified files: comms/minicom/patches: patch-install-sh Log message: Do not create /etc/minicom during `make fake' CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/03 07:04:39 Modified files: sys/netinet : tcp_subr.c tcp_usrreq.c sys/netinet6 : in6_pcb.c Log message: correctly handle ctlinput messages for IPv6. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/03 07:14:39 Modified files: sys/dev/pci : ubsec.c ubsecvar.h ubsecreg.h Log message: Move everything to where is supposed to be (reg definitions, etc). Add some of the skip logic. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/03 07:42:33 Modified files: sys/netinet6 : ip6_forward.c Log message: do not bark even if forwarding to loopback, since it is common to route packet to be rejected/dropped to loopback. (sync with kame) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/03 07:43:45 Modified files: sys/netinet6 : ip6_output.c Log message: deep-copy ip6 header on ip6_mloopback, to avoid overwriting cluster mbuf. correct frag header append operation. some cosmetic (like do {} while (0) to multiline macro) (sync with kame) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/03 07:50:51 Modified files: sys/netinet6 : IMPLEMENTATION Log message: sync with latest kame doc. pcb issues and net interface issues are updated CVSROOT: /cvs Module name: ports Changes by: wvdputte@cvs.openbsd.org 2000/06/03 08:25:59 Modified files: x11/xglobe/files: OpenBSD-markers Log message: I'm terrible with maps, but I think I live somewhere around here. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/03 09:36:38 Modified files: usr.sbin/cron : do_command.c Log message: Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from complaining "Can't ignore signal CHLD, forcing to default". Setting SIGCHLD to SIG_IGN means "don't provide exit status for my children" on some OSes which is not what we want--we just don't want to catch SIGCHLD since our parent does that for us. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/03 14:21:24 Modified files: es : donations.html orders.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/03 14:22:28 Modified files: it : goals.html index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/06/03 17:13:19 Modified files: usr.bin/xinstall: install.1 Log message: correct documented return value CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/04 07:38:15 Removed files: sys/netinet6 : ip6.h icmp6.h Log message: nuke non-standard include files (has been #error only for a long time so there should be no sideeffect) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 09:46:18 Modified files: lang/mawk : Makefile Log message: Fake, remove unneeded autoconf dependency. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/04 10:37:02 Modified files: sys/crypto : sha1.c sha1.h Log message: better indent for easier searching CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/04 11:02:38 Modified files: de : index.html products.html Added files: de : press.html Log message: Added press.html and modified the links to it. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2000/06/04 11:06:14 Modified files: share/man/man9 : timeout.9 Log message: fix typo preapared -> prepared CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/04 12:09:16 Modified files: sys/arch/i386/isa/pcvt: pcvt_out.c Log message: Only scroll up if we've hit the bottom of the scrolling region, not if we're beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 12:18:02 Modified files: lang/STk : Makefile Log message: fake CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/04 12:19:46 Modified files: sbin/disklabel : disklabel.8 editor.c Log message: Add 'D' and 'z' commands to editor to use the default partition and to zero out the partition table respectively. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/04 12:34:41 Modified files: sbin/disklabel : editor.c Log message: Don't exit just because we couldn't get the default label... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 15:29:05 Modified files: lang/camlp4 : Makefile Added files: lang/camlp4/files: Makefile.cnf.template Log message: Remove ludicrous IS_INTERACTIVE, emulate configure. Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 15:40:44 Modified files: mail/adcomplain: Makefile mail/asmail : Makefile mail/bulk_mailer: Makefile Log message: Trivial fakes. Clarify bulk_mailer license, there is an obvious license blurb that says use is free. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2000/06/04 15:41:01 Modified files: . : want.html Log message: Got some sun3 stuff CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 16:06:32 Modified files: mail/elm : Makefile Added files: mail/elm/patches: patch-nls_Install Log message: Fake CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/04 16:15:09 Modified files: . : want.html Log message: No longer need SiS Ethernet cards. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 16:42:06 Modified files: mail/exim : Makefile mail/exim/patches: patch-aa mail/exim/pkg : PLIST Added files: mail/exim/patches: patch-Makefile mail/exim/pkg : MESSAGE Log message: Fake, slightly non-trivial, as this involves fixing up the packaging. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/04 16:42:49 Modified files: . : press.html Log message: Add Noel's Cracked! series and Jim Reavis NetworkWorld piece. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/04 17:06:17 Modified files: usr.bin/systat : keyboard.c Log message: Fix one-byte overflow; millert@ ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 17:08:35 Modified files: mail/faces : Makefile Added files: mail/faces/patches: patch-Faces_ad patch-Makefile patch-compface_Makefile patch-compface_compface_1 patch-compface_file_c patch-compface_uncmain_c patch-extern_h patch-faces_h patch-faces_sendmail patch-filters_Makefile patch-filters_ikon2icon_c patch-filters_ikon2xbm patch-main_c patch-scripts_Makefile patch-scripts_addxface patch-scripts_facesall patch-scripts_mkfacesindex patch-x11_c patch-y_tab_h mail/faces/pkg : PFRAG.shared PLIST.sed Removed files: mail/faces/patches: patch-aa patch-ab patch-ac patch-ad patch-ae mail/faces/pkg : PLIST PLIST.noshared Log message: Fake, fix PLIST, repackage patches. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 17:29:24 Modified files: security/pgp/pkg: PLIST security/pgp5/pkg: PLIST Log message: Installing pgp and pgp5 on the same system is not a problem. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/04 17:45:21 Modified files: . : press.html Log message: add Computer World PGP 5.0 bug story CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/04 17:52:20 Modified files: usr.bin/cut : cut.c Log message: Handle the case where the last line of input does not contain a newline; issue reported by marc@snafu.org. The main thing here is we use fgetln() instead of fgets(), also giving us the advantage of being able to handle lines of unlimited length. Some -Wall and other fixes from millert@ as well. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 18:04:03 Modified files: mail/pgpsendmail: Makefile mail/pgpsendmail/pkg: PLIST Added files: mail/pgpsendmail/patches: patch-Makefile patch-install patch-lib_keylist_c patch-lib_options_c patch-lib_spawn_c patch-pgpsign_c Removed files: mail/pgpsendmail/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log message: Fix pgpsendmail installation so that it no longer ka-blam! replaces sendmail... Need some work yet to be repaired and work elegantly with mailwrapper. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 18:31:34 Modified files: mail/movemail : Makefile mail/popclient : Makefile Added files: mail/popclient/patches: patch-Makefile_in patch-configure patch-options_c patch-pop2_c patch-pop3_c patch-popclient_texi patch-socket_c Removed files: mail/popclient/patches: patch-aa patch-ab patch-ac patch-ad patch-ae Log message: Fake Repackage popclient patches CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 18:43:00 Modified files: mail/poppassd : Makefile mail/poppassd/patches: patch-aa patch-ab mail/poppassd/pkg: PLIST Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:09:25 Modified files: mail/xfaces : Makefile mail/xfaces/pkg: PLIST Added files: mail/xfaces/patches: patch-Imakefile patch-XFaces_ad patch-face_image_c patch-face_search_facedb_c patch-images_Imakefile patch-images_unknown_xpm patch-mail_items_c patch-main_c patch-sounds_Imakefile patch-xfaces_man Removed files: mail/xfaces/patches: patch-aa patch-ab patch-ac Log message: Fix & fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:28:15 Modified files: comms/pilot-link: Makefile comms/pilot-link/patches: patch-aa comms/pilot-link/pkg: PLIST Log message: - fake, patch from Matt Behrens. - revert dependency to tcl/tk 8.0, as this port still looks for tcl/tk 8.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:35:13 Modified files: textproc/wdiff : Makefile textproc/spiff : Makefile Log message: fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:37:21 Modified files: security/whisker: Makefile Log message: fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:42:48 Modified files: security/stel : Makefile security/strobe: Makefile Added files: security/stel/pkg: MESSAGE Removed files: security/stel/pkg: POST-INSTALL Log message: Trival fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:46:09 Modified files: security/portscanner: Makefile security/tempwatch: Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/04 19:49:40 Modified files: print/bibview : Makefile print/detex : Makefile Log message: trivial fake CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/05 01:23:15 Modified files: net/vtun : Makefile net/vtun/files : md5 net/vtun/pkg : PLIST Log message: Upgrade to version 2.3. Changes: o fixes for incorrect error handling in UDP and TCP drivers. o new man page for the configuration file. o fixes for memory and file descriptor leaks. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 01:24:09 Modified files: share/man/man9 : timeout.9 Log message: Various fixes. From millert@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/05 01:30:44 Modified files: graphics/gd/files: md5 Log message: Update the checksum. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/05 02:45:10 Modified files: mail/imap-uw : Makefile mail/imap-uw/pkg: PLIST Log message: Install c-client header-files and libraries. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/05 03:02:30 Modified files: www/php3 : Makefile Log message: add postgresql flavor; CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/05 03:05:53 Modified files: www/php3 : Makefile Log message: build with support for imap using imap-uw port. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/05 03:16:32 Modified files: www/php3 : Makefile Log message: enable PCRE regex CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/05 03:18:10 Modified files: sys/dev/pci : pciide_apollo_reg.h Log message: fix datasheet url CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 05:03:05 Modified files: sys/sys : proc.h sys/kern : init_main.c kern_exit.c kern_proc.c kern_sig.c kern_synch.c kern_sysctl.c tty.c sys/arch/sparc/include: cpu.h pmap.h sys/arch/sparc/sparc: locore.s vm_machdep.c sys/arch/i386/i386: vm_machdep.c locore.s sys/arch/alpha/alpha: locore.s vm_machdep.c sys/arch/amiga/amiga: locore.s vm_machdep.c sys/arch/hp300/hp300: locore.s vm_machdep.c sys/arch/kbus/include: pmap.h sys/arch/kbus/kbus: locore.s vm_machdep.c sys/arch/mac68k/mac68k: locore.s vm_machdep.c sys/arch/mips/mips: vm_machdep.c sys/arch/mvme68k/mvme68k: locore.s vm_machdep.c sys/arch/mvme88k/mvme88k: vm_machdep.c sys/arch/pmax/pmax: vm_machdep.c sys/arch/powerpc/powerpc: locore.S vm_machdep.c sys/arch/sun3/sun3: locore.s vm_machdep.c sys/arch/vax/vax: subr.s Log message: Changes to exit handling. cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/05 06:12:58 Modified files: distrib/sets/lists/base: md.amiga md.hp300 md.i386 md.mac68k md.mvme68k md.powerpc md.sparc md.sun3 distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 06:43:31 Modified files: sys/arch/i386/include: cpu.h Log message: Argh. forgot this when committing the reaper stuff. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 06:58:29 Modified files: sys/arch/hppa/hppa: vm_machdep.c locore.S Log message: Adjust for the reaper. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/05 06:58:43 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: correct option parser typo. -f, not -b. CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/06/05 07:02:34 Modified files: faq : upgrade-minifaq.html Log message: Fix Kerberos nit. Noticed by jason@thought.net and others. CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/06/05 07:20:21 Modified files: faq : upgrade-minifaq.html Log message: pmax needs an explicit ldconfig after new libraries are build. miod@ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/05 07:23:00 Modified files: share/man/man9 : timeout.9 Log message: Xr spl(9) CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/05 07:24:56 Modified files: share/man/man9 : timeout.9 Log message: Err, make it splclock(9), so it's more clear to the reader. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/05 08:01:16 Modified files: usr.bin/sudo : CHANGES alloc.c check.c getspwuid.c sudo.c sudo.h version.h visudo.c usr.bin/sudo/auth: sudo_auth.c Log message: Update to sudo 1.6.3p4 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 08:55:16 Modified files: sys/kern : kern_exit.c Log message: No need to use curproc here. We already know who we are. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 10:37:17 Modified files: sys/arch/amiga/conf: files.amiga Log message: Need to include files.mii due to latest elink3 changes. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/05 10:39:51 Modified files: usr.bin/top : Makefile Log message: Need defines for UVM on 68k. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/05 13:12:04 Modified files: gnu/egcs/gcc/config/m68k: openbsd.h Log message: m68k asm knows about m68030-m68060 already, no need for upgrade, the documentation was lacking, so pass options through. (Prompted by Lars Hecking, ok niklas@) CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/05 13:53:40 Modified files: usr.bin/ssh : session.c Log message: allow use_login only for login sessions, otherwise remote commands are execed with uid==0 CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/05 13:59:46 Modified files: usr.bin/ssh : sshd.8 Log message: document UseLogin better CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/05 14:33:33 Modified files: . : press.html Log message: Just brought the paragraph about open source software in the german government up to date. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/05 14:55:47 Modified files: openssh : openbsd.html Log message: how to create a DSA key CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/05 14:56:21 Modified files: sys/dev/isa : if_eg.c if_egreg.h Log message: Untested busification of this driver done years ago. Noone ever answered my call for testers so here it goes.. helps ne problems as ne at 0x300 gets a bit whacked by eg's probe CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/05 16:20:47 Modified files: . : orders.html tshirts.html Log message: new shirt is available CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/05 16:23:54 Log message: Synch with 2.95.3 (pre-rel) Status: Vendor Tag: CYGNUS Release Tags: GCC-2_95_pre3_20000527 U src/gnu/egcs/.cvsignore U src/gnu/egcs/COPYING U src/gnu/egcs/COPYING.LIB U src/gnu/egcs/ChangeLog U src/gnu/egcs/MAINTAINERS U src/gnu/egcs/Makefile.in U src/gnu/egcs/README U src/gnu/egcs/config-ml.in U src/gnu/egcs/config.guess U src/gnu/egcs/config.if U src/gnu/egcs/config.sub U src/gnu/egcs/configure U src/gnu/egcs/configure.in U src/gnu/egcs/install-sh U src/gnu/egcs/ltconfig U src/gnu/egcs/ltmain.sh U src/gnu/egcs/missing U src/gnu/egcs/mkinstalldirs U src/gnu/egcs/move-if-change U src/gnu/egcs/symlink-tree U src/gnu/egcs/ylwrap U src/gnu/egcs/INSTALL/README U src/gnu/egcs/config/ChangeLog U src/gnu/egcs/config/mh-a68bsd U src/gnu/egcs/config/mh-aix386 U src/gnu/egcs/config/mh-aix43 U src/gnu/egcs/config/mh-apollo68 U src/gnu/egcs/config/mh-armpic U src/gnu/egcs/config/mh-cxux U src/gnu/egcs/config/mh-cygwin U src/gnu/egcs/config/mh-decstation U src/gnu/egcs/config/mh-delta88 U src/gnu/egcs/config/mh-dgux U src/gnu/egcs/config/mh-dgux386 U src/gnu/egcs/config/mh-djgpp U src/gnu/egcs/config/mh-elfalphapic U src/gnu/egcs/config/mh-hp300 U src/gnu/egcs/config/mh-hpux U src/gnu/egcs/config/mh-hpux8 U src/gnu/egcs/config/mh-interix U src/gnu/egcs/config/mh-irix4 U src/gnu/egcs/config/mh-irix5 U src/gnu/egcs/config/mh-irix6 U src/gnu/egcs/config/mh-lynxos U src/gnu/egcs/config/mh-sco U src/gnu/egcs/config/mh-lynxrs6k U src/gnu/egcs/config/mh-m68kpic U src/gnu/egcs/config/mh-mingw32 U src/gnu/egcs/config/mh-ncr3000 U src/gnu/egcs/config/mh-ncrsvr43 U src/gnu/egcs/config/mh-necv4 U src/gnu/egcs/config/mh-papic U src/gnu/egcs/config/mh-ppcpic U src/gnu/egcs/config/mh-riscos U src/gnu/egcs/config/mh-solaris U src/gnu/egcs/config/mh-sparcpic U src/gnu/egcs/config/mh-sun3 U src/gnu/egcs/config/mh-sysv U src/gnu/egcs/config/mh-sysv4 U src/gnu/egcs/config/mh-sysv5 U src/gnu/egcs/config/mh-vaxult2 U src/gnu/egcs/config/mh-x86pic U src/gnu/egcs/config/mpw-mh-mpw U src/gnu/egcs/config/mt-armpic U src/gnu/egcs/config/mt-elfalphapic U src/gnu/egcs/config/mt-linux U src/gnu/egcs/config/mt-m68kpic U src/gnu/egcs/config/mt-netware U src/gnu/egcs/config/mt-ospace U src/gnu/egcs/config/mt-papic U src/gnu/egcs/config/mt-v810 U src/gnu/egcs/config/mt-ppcpic U src/gnu/egcs/config/mt-sparcpic U src/gnu/egcs/config/mt-x86pic U src/gnu/egcs/config/mpw/ChangeLog U src/gnu/egcs/config/mpw/MoveIfChange U src/gnu/egcs/config/mpw/README U src/gnu/egcs/config/mpw/forward-include U src/gnu/egcs/config/mpw/g-mpw-make.sed U src/gnu/egcs/config/mpw/mpw-touch U src/gnu/egcs/config/mpw/mpw-true U src/gnu/egcs/config/mpw/null-command U src/gnu/egcs/config/mpw/open-brace U src/gnu/egcs/config/mpw/tr-7to8-src U src/gnu/egcs/config/mpw/true U src/gnu/egcs/contrib/ChangeLog U src/gnu/egcs/contrib/compare_tests U src/gnu/egcs/contrib/egcs_update U src/gnu/egcs/contrib/gperf-2.7-19981006.pat U src/gnu/egcs/contrib/index-prop U src/gnu/egcs/contrib/test_installed U src/gnu/egcs/contrib/test_summary U src/gnu/egcs/contrib/warn_summary U src/gnu/egcs/etc/ChangeLog U src/gnu/egcs/etc/Makefile.in U src/gnu/egcs/etc/aclocal.m4 U src/gnu/egcs/etc/configure U src/gnu/egcs/etc/configure.in U src/gnu/egcs/etc/make-stds.texi U src/gnu/egcs/etc/standards.texi U src/gnu/egcs/gcc/.cvsignore U src/gnu/egcs/gcc/.gdbinit U src/gnu/egcs/gcc/ABOUT-GCC-NLS U src/gnu/egcs/gcc/ABOUT-NLS U src/gnu/egcs/gcc/BUGS U src/gnu/egcs/gcc/COPYING U src/gnu/egcs/gcc/COPYING.LIB U src/gnu/egcs/gcc/ChangeLog U src/gnu/egcs/gcc/ChangeLog.0 U src/gnu/egcs/gcc/ChangeLog.lib U src/gnu/egcs/gcc/FSFChangeLog U src/gnu/egcs/gcc/FSFChangeLog.10 U src/gnu/egcs/gcc/FSFChangeLog.11 U src/gnu/egcs/gcc/INSTALL U src/gnu/egcs/gcc/LANGUAGES U src/gnu/egcs/gcc/Makefile.in U src/gnu/egcs/gcc/NEWS U src/gnu/egcs/gcc/PROBLEMS U src/gnu/egcs/gcc/README U src/gnu/egcs/gcc/README-bugs U src/gnu/egcs/gcc/README-fixinc U src/gnu/egcs/gcc/README.ACORN U src/gnu/egcs/gcc/README.ALTOS U src/gnu/egcs/gcc/README.APOLLO U src/gnu/egcs/gcc/README.C4X U src/gnu/egcs/gcc/README.DWARF U src/gnu/egcs/gcc/README.FRESCO U src/gnu/egcs/gcc/README.NS32K U src/gnu/egcs/gcc/README.RS6000 U src/gnu/egcs/gcc/README.TRAD U src/gnu/egcs/gcc/README.X11 U src/gnu/egcs/gcc/README.gnat U src/gnu/egcs/gcc/SERVICE U src/gnu/egcs/gcc/TESTS.FLUNK U src/gnu/egcs/gcc/acconfig.h U src/gnu/egcs/gcc/aclocal.m4 U src/gnu/egcs/gcc/alias.c U src/gnu/egcs/gcc/assert.h U src/gnu/egcs/gcc/basic-block.h U src/gnu/egcs/gcc/bitmap.c U src/gnu/egcs/gcc/bitmap.h U src/gnu/egcs/gcc/build-make U src/gnu/egcs/gcc/c-aux-info.c U src/gnu/egcs/gcc/c-common.c U src/gnu/egcs/gcc/c-convert.c U src/gnu/egcs/gcc/c-decl.c U src/gnu/egcs/gcc/c-gperf.h U src/gnu/egcs/gcc/c-iterate.c U src/gnu/egcs/gcc/c-lang.c U src/gnu/egcs/gcc/c-lex.c U src/gnu/egcs/gcc/c-lex.h U src/gnu/egcs/gcc/c-parse.c U src/gnu/egcs/gcc/c-parse.gperf U src/gnu/egcs/gcc/c-parse.h U src/gnu/egcs/gcc/c-parse.in U src/gnu/egcs/gcc/c-parse.y U src/gnu/egcs/gcc/c-pragma.c U src/gnu/egcs/gcc/c-pragma.h U src/gnu/egcs/gcc/c-tree.h U src/gnu/egcs/gcc/c-typeck.c U src/gnu/egcs/gcc/caller-save.c U src/gnu/egcs/gcc/calls.c U src/gnu/egcs/gcc/cccp.1 U src/gnu/egcs/gcc/cccp.c U src/gnu/egcs/gcc/cexp.c U src/gnu/egcs/gcc/cexp.y U src/gnu/egcs/gcc/collect2.c U src/gnu/egcs/gcc/collect2.h U src/gnu/egcs/gcc/combine.c U src/gnu/egcs/gcc/conditions.h U src/gnu/egcs/gcc/config.guess U src/gnu/egcs/gcc/config.in C src/gnu/egcs/gcc/configure U src/gnu/egcs/gcc/configure.bat U src/gnu/egcs/gcc/configure.frag C src/gnu/egcs/gcc/configure.in U src/gnu/egcs/gcc/configure.lang U src/gnu/egcs/gcc/convert.c U src/gnu/egcs/gcc/convert.h U src/gnu/egcs/gcc/cpp.1 U src/gnu/egcs/gcc/cpp.fns U src/gnu/egcs/gcc/cpp.texi U src/gnu/egcs/gcc/cppalloc.c U src/gnu/egcs/gcc/cpperror.c U src/gnu/egcs/gcc/cppexp.c U src/gnu/egcs/gcc/cppfiles.c U src/gnu/egcs/gcc/cpphash.c U src/gnu/egcs/gcc/cpphash.h U src/gnu/egcs/gcc/cppinit.c U src/gnu/egcs/gcc/cpplib.c U src/gnu/egcs/gcc/cpplib.h U src/gnu/egcs/gcc/cppmain.c U src/gnu/egcs/gcc/cppspec.c U src/gnu/egcs/gcc/cppulp.c U src/gnu/egcs/gcc/cross-make U src/gnu/egcs/gcc/crtstuff.c C src/gnu/egcs/gcc/cse.c U src/gnu/egcs/gcc/cstamp-h.in U src/gnu/egcs/gcc/dbxout.c U src/gnu/egcs/gcc/dbxout.h U src/gnu/egcs/gcc/dbxstclass.h U src/gnu/egcs/gcc/defaults.h U src/gnu/egcs/gcc/doprint.c U src/gnu/egcs/gcc/doschk.c U src/gnu/egcs/gcc/dostage2 U src/gnu/egcs/gcc/dostage3 U src/gnu/egcs/gcc/dwarf.h U src/gnu/egcs/gcc/dwarf2.h U src/gnu/egcs/gcc/dwarf2out.c U src/gnu/egcs/gcc/dwarf2out.h U src/gnu/egcs/gcc/dwarfout.c U src/gnu/egcs/gcc/dwarfout.h U src/gnu/egcs/gcc/dyn-string.c U src/gnu/egcs/gcc/dyn-string.h U src/gnu/egcs/gcc/eh-common.h U src/gnu/egcs/gcc/emit-rtl.c U src/gnu/egcs/gcc/enquire.c U src/gnu/egcs/gcc/except.c U src/gnu/egcs/gcc/except.h U src/gnu/egcs/gcc/exgettext U src/gnu/egcs/gcc/explow.c U src/gnu/egcs/gcc/expmed.c U src/gnu/egcs/gcc/expr.c U src/gnu/egcs/gcc/expr.h U src/gnu/egcs/gcc/extend.texi U src/gnu/egcs/gcc/final.c U src/gnu/egcs/gcc/fix-header.c U src/gnu/egcs/gcc/fixcpp U src/gnu/egcs/gcc/fixinc-nt.sed U src/gnu/egcs/gcc/fixincludes U src/gnu/egcs/gcc/fixproto U src/gnu/egcs/gcc/flags.h U src/gnu/egcs/gcc/floatlib.c U src/gnu/egcs/gcc/flow.c U src/gnu/egcs/gcc/fold-const.c U src/gnu/egcs/gcc/fp-test.c U src/gnu/egcs/gcc/frame.c U src/gnu/egcs/gcc/frame.h C src/gnu/egcs/gcc/function.c U src/gnu/egcs/gcc/function.h U src/gnu/egcs/gcc/future.options U src/gnu/egcs/gcc/gansidecl.h U src/gnu/egcs/gcc/gbl-ctors.h U src/gnu/egcs/gcc/gcc.1 U src/gnu/egcs/gcc/gcc.c U src/gnu/egcs/gcc/gcc.hlp U src/gnu/egcs/gcc/gcc.texi U src/gnu/egcs/gcc/gccspec.c U src/gnu/egcs/gcc/gcov-io.h U src/gnu/egcs/gcc/gcov.c U src/gnu/egcs/gcc/gcov.texi U src/gnu/egcs/gcc/gcse.c U src/gnu/egcs/gcc/gen-protos.c U src/gnu/egcs/gcc/genattr.c U src/gnu/egcs/gcc/genattrtab.c U src/gnu/egcs/gcc/gencheck.c U src/gnu/egcs/gcc/gencodes.c U src/gnu/egcs/gcc/genconfig.c U src/gnu/egcs/gcc/genemit.c U src/gnu/egcs/gcc/genextract.c U src/gnu/egcs/gcc/genflags.c U src/gnu/egcs/gcc/gengenrtl.c U src/gnu/egcs/gcc/genmultilib U src/gnu/egcs/gcc/genopinit.c U src/gnu/egcs/gcc/genoutput.c U src/gnu/egcs/gcc/genpeep.c U src/gnu/egcs/gcc/genrecog.c U src/gnu/egcs/gcc/getpwd.c U src/gnu/egcs/gcc/glimits.h U src/gnu/egcs/gcc/global.c U src/gnu/egcs/gcc/gmon.c U src/gnu/egcs/gcc/graph.c U src/gnu/egcs/gcc/gstab.h U src/gnu/egcs/gcc/gsyms.h U src/gnu/egcs/gcc/gsyslimits.h U src/gnu/egcs/gcc/gthr-dce.h U src/gnu/egcs/gcc/gthr-posix.h U src/gnu/egcs/gcc/gthr-single.h U src/gnu/egcs/gcc/gthr-solaris.h U src/gnu/egcs/gcc/gthr-vxworks.h U src/gnu/egcs/gcc/gthr.h U src/gnu/egcs/gcc/haifa-sched.c U src/gnu/egcs/gcc/halfpic.c U src/gnu/egcs/gcc/halfpic.h U src/gnu/egcs/gcc/hard-reg-set.h U src/gnu/egcs/gcc/hash.c U src/gnu/egcs/gcc/hash.h U src/gnu/egcs/gcc/hwint.h U src/gnu/egcs/gcc/input.h U src/gnu/egcs/gcc/install.texi U src/gnu/egcs/gcc/install1.texi U src/gnu/egcs/gcc/integrate.c U src/gnu/egcs/gcc/integrate.h U src/gnu/egcs/gcc/intl.c U src/gnu/egcs/gcc/intl.h C src/gnu/egcs/gcc/invoke.texi U src/gnu/egcs/gcc/jump.c U src/gnu/egcs/gcc/just-fixinc U src/gnu/egcs/gcc/lcm.c U src/gnu/egcs/gcc/libgcc1-test.c U src/gnu/egcs/gcc/libgcc1.c U src/gnu/egcs/gcc/libgcc2.c U src/gnu/egcs/gcc/limitx.h U src/gnu/egcs/gcc/limity.h U src/gnu/egcs/gcc/listing U src/gnu/egcs/gcc/local-alloc.c U src/gnu/egcs/gcc/longlong.h U src/gnu/egcs/gcc/loop.c U src/gnu/egcs/gcc/loop.h U src/gnu/egcs/gcc/machmode.def U src/gnu/egcs/gcc/machmode.h U src/gnu/egcs/gcc/make-l2.com U src/gnu/egcs/gcc/makefile.vms U src/gnu/egcs/gcc/mbchar.c U src/gnu/egcs/gcc/mbchar.h U src/gnu/egcs/gcc/md.texi U src/gnu/egcs/gcc/mips-tdump.c U src/gnu/egcs/gcc/mips-tfile.c U src/gnu/egcs/gcc/mkinstalldirs U src/gnu/egcs/gcc/move-if-change U src/gnu/egcs/gcc/optabs.c U src/gnu/egcs/gcc/output.h U src/gnu/egcs/gcc/patch-apollo-includes U src/gnu/egcs/gcc/pcp.h U src/gnu/egcs/gcc/prefix.c U src/gnu/egcs/gcc/prefix.h U src/gnu/egcs/gcc/print-rtl.c U src/gnu/egcs/gcc/print-tree.c U src/gnu/egcs/gcc/profile.c U src/gnu/egcs/gcc/protoize.c U src/gnu/egcs/gcc/pself.c U src/gnu/egcs/gcc/pself1.c U src/gnu/egcs/gcc/pself2.c U src/gnu/egcs/gcc/pself3.c U src/gnu/egcs/gcc/pself4.c U src/gnu/egcs/gcc/pself5.c U src/gnu/egcs/gcc/real.c U src/gnu/egcs/gcc/real.h U src/gnu/egcs/gcc/recog.c U src/gnu/egcs/gcc/recog.h U src/gnu/egcs/gcc/reg-stack.c U src/gnu/egcs/gcc/regclass.c U src/gnu/egcs/gcc/regmove.c U src/gnu/egcs/gcc/regs.h U src/gnu/egcs/gcc/reload.c U src/gnu/egcs/gcc/reload.h U src/gnu/egcs/gcc/reload1.c U src/gnu/egcs/gcc/reorg.c U src/gnu/egcs/gcc/resource.c U src/gnu/egcs/gcc/resource.h U src/gnu/egcs/gcc/rtl.c U src/gnu/egcs/gcc/rtl.def U src/gnu/egcs/gcc/rtl.h U src/gnu/egcs/gcc/rtl.texi U src/gnu/egcs/gcc/rtlanal.c U src/gnu/egcs/gcc/sbitmap.c U src/gnu/egcs/gcc/sbitmap.h U src/gnu/egcs/gcc/scan-decls.c U src/gnu/egcs/gcc/scan-types.sh U src/gnu/egcs/gcc/scan.c U src/gnu/egcs/gcc/scan.h U src/gnu/egcs/gcc/sched.c U src/gnu/egcs/gcc/sdbout.c U src/gnu/egcs/gcc/sdbout.h U src/gnu/egcs/gcc/sort-protos U src/gnu/egcs/gcc/stab.def U src/gnu/egcs/gcc/stack.h U src/gnu/egcs/gcc/stmt.c U src/gnu/egcs/gcc/stor-layout.c U src/gnu/egcs/gcc/stupid.c U src/gnu/egcs/gcc/sys-protos.h U src/gnu/egcs/gcc/sys-types.h U src/gnu/egcs/gcc/system.h C src/gnu/egcs/gcc/texinfo.tex U src/gnu/egcs/gcc/tlink.c U src/gnu/egcs/gcc/tm.texi C src/gnu/egcs/gcc/toplev.c U src/gnu/egcs/gcc/toplev.h U src/gnu/egcs/gcc/tree.c U src/gnu/egcs/gcc/tree.def U src/gnu/egcs/gcc/tree.h U src/gnu/egcs/gcc/typeclass.h U src/gnu/egcs/gcc/unprotoize.c U src/gnu/egcs/gcc/unroll.c U src/gnu/egcs/gcc/varasm.c U src/gnu/egcs/gcc/varray.c U src/gnu/egcs/gcc/varray.h U src/gnu/egcs/gcc/version.c U src/gnu/egcs/gcc/vmsconfig.com U src/gnu/egcs/gcc/xcoffout.c U src/gnu/egcs/gcc/xcoffout.h U src/gnu/egcs/gcc/cp/ChangeLog U src/gnu/egcs/gcc/cp/ChangeLog.1 U src/gnu/egcs/gcc/cp/ChangeLog.egcs U src/gnu/egcs/gcc/cp/Make-lang.in U src/gnu/egcs/gcc/cp/Makefile.in U src/gnu/egcs/gcc/cp/NEWS U src/gnu/egcs/gcc/cp/call.c U src/gnu/egcs/gcc/cp/class.c U src/gnu/egcs/gcc/cp/config-lang.in U src/gnu/egcs/gcc/cp/cp-tree.def U src/gnu/egcs/gcc/cp/cp-tree.h U src/gnu/egcs/gcc/cp/cvt.c C src/gnu/egcs/gcc/cp/decl.c U src/gnu/egcs/gcc/cp/decl.h U src/gnu/egcs/gcc/cp/decl2.c U src/gnu/egcs/gcc/cp/errfn.c U src/gnu/egcs/gcc/cp/error.c U src/gnu/egcs/gcc/cp/except.c U src/gnu/egcs/gcc/cp/exception.cc U src/gnu/egcs/gcc/cp/expr.c U src/gnu/egcs/gcc/cp/friend.c U src/gnu/egcs/gcc/cp/g++.1 U src/gnu/egcs/gcc/cp/g++spec.c U src/gnu/egcs/gcc/cp/gxx.gperf U src/gnu/egcs/gcc/cp/gxxint.texi U src/gnu/egcs/gcc/cp/hash.h U src/gnu/egcs/gcc/cp/init.c U src/gnu/egcs/gcc/cp/input.c U src/gnu/egcs/gcc/cp/lang-options.h U src/gnu/egcs/gcc/cp/lang-specs.h U src/gnu/egcs/gcc/cp/lex.c U src/gnu/egcs/gcc/cp/lex.h U src/gnu/egcs/gcc/cp/method.c U src/gnu/egcs/gcc/cp/mpw-config.in U src/gnu/egcs/gcc/cp/mpw-make.sed U src/gnu/egcs/gcc/cp/new.cc U src/gnu/egcs/gcc/cp/new1.cc U src/gnu/egcs/gcc/cp/new2.cc U src/gnu/egcs/gcc/cp/parse.c U src/gnu/egcs/gcc/cp/parse.h U src/gnu/egcs/gcc/cp/parse.y U src/gnu/egcs/gcc/cp/pt.c U src/gnu/egcs/gcc/cp/ptree.c U src/gnu/egcs/gcc/cp/repo.c U src/gnu/egcs/gcc/cp/rtti.c U src/gnu/egcs/gcc/cp/search.c U src/gnu/egcs/gcc/cp/semantics.c U src/gnu/egcs/gcc/cp/sig.c U src/gnu/egcs/gcc/cp/spew.c U src/gnu/egcs/gcc/cp/tinfo.cc U src/gnu/egcs/gcc/cp/tinfo.h U src/gnu/egcs/gcc/cp/tinfo2.cc U src/gnu/egcs/gcc/cp/tree.c U src/gnu/egcs/gcc/cp/typeck.c U src/gnu/egcs/gcc/cp/typeck2.c U src/gnu/egcs/gcc/cp/xref.c U src/gnu/egcs/gcc/cp/inc/exception U src/gnu/egcs/gcc/cp/inc/new U src/gnu/egcs/gcc/cp/inc/new.h U src/gnu/egcs/gcc/cp/inc/typeinfo U src/gnu/egcs/gcc/f/ChangeLog U src/gnu/egcs/gcc/f/BUGS U src/gnu/egcs/gcc/f/ChangeLog.0 U src/gnu/egcs/gcc/f/INSTALL U src/gnu/egcs/gcc/f/Make-lang.in U src/gnu/egcs/gcc/f/Makefile.in U src/gnu/egcs/gcc/f/NEWS U src/gnu/egcs/gcc/f/README U src/gnu/egcs/gcc/f/RELEASE-PREP U src/gnu/egcs/gcc/f/ansify.c U src/gnu/egcs/gcc/f/assert.j U src/gnu/egcs/gcc/f/bad.c U src/gnu/egcs/gcc/f/bad.def U src/gnu/egcs/gcc/f/bad.h U src/gnu/egcs/gcc/f/bit.c U src/gnu/egcs/gcc/f/bit.h U src/gnu/egcs/gcc/f/bld-op.def U src/gnu/egcs/gcc/f/bld.c U src/gnu/egcs/gcc/f/bld.h U src/gnu/egcs/gcc/f/bugs.texi U src/gnu/egcs/gcc/f/bugs0.texi U src/gnu/egcs/gcc/f/com-rt.def U src/gnu/egcs/gcc/f/com.c U src/gnu/egcs/gcc/f/com.h U src/gnu/egcs/gcc/f/data.c U src/gnu/egcs/gcc/f/config-lang.in U src/gnu/egcs/gcc/f/config.j U src/gnu/egcs/gcc/f/convert.j U src/gnu/egcs/gcc/f/data.h U src/gnu/egcs/gcc/f/equiv.c U src/gnu/egcs/gcc/f/equiv.h U src/gnu/egcs/gcc/f/expr.c U src/gnu/egcs/gcc/f/expr.h U src/gnu/egcs/gcc/f/ffe.texi U src/gnu/egcs/gcc/f/fini.c U src/gnu/egcs/gcc/f/flags.j U src/gnu/egcs/gcc/f/g77.1 U src/gnu/egcs/gcc/f/g77.texi U src/gnu/egcs/gcc/f/g77install.texi U src/gnu/egcs/gcc/f/g77spec.c U src/gnu/egcs/gcc/f/glimits.j U src/gnu/egcs/gcc/f/global.c U src/gnu/egcs/gcc/f/global.h U src/gnu/egcs/gcc/f/hconfig.j U src/gnu/egcs/gcc/f/implic.c U src/gnu/egcs/gcc/f/implic.h U src/gnu/egcs/gcc/f/info-b.def U src/gnu/egcs/gcc/f/info-k.def U src/gnu/egcs/gcc/f/info-w.def U src/gnu/egcs/gcc/f/info.c U src/gnu/egcs/gcc/f/info.h U src/gnu/egcs/gcc/f/input.j U src/gnu/egcs/gcc/f/install0.texi U src/gnu/egcs/gcc/f/intdoc.c U src/gnu/egcs/gcc/f/intdoc.in U src/gnu/egcs/gcc/f/intdoc.texi U src/gnu/egcs/gcc/f/intrin.c U src/gnu/egcs/gcc/f/intrin.def U src/gnu/egcs/gcc/f/intrin.h U src/gnu/egcs/gcc/f/lab.c U src/gnu/egcs/gcc/f/lab.h U src/gnu/egcs/gcc/f/lang-options.h U src/gnu/egcs/gcc/f/lang-specs.h U src/gnu/egcs/gcc/f/lex.c U src/gnu/egcs/gcc/f/lex.h U src/gnu/egcs/gcc/f/malloc.c U src/gnu/egcs/gcc/f/malloc.h U src/gnu/egcs/gcc/f/name.c U src/gnu/egcs/gcc/f/name.h U src/gnu/egcs/gcc/f/news.texi U src/gnu/egcs/gcc/f/news0.texi U src/gnu/egcs/gcc/f/output.j U src/gnu/egcs/gcc/f/parse.c U src/gnu/egcs/gcc/f/proj.c U src/gnu/egcs/gcc/f/proj.h U src/gnu/egcs/gcc/f/root.texi U src/gnu/egcs/gcc/f/rtl.j U src/gnu/egcs/gcc/f/src.c U src/gnu/egcs/gcc/f/src.h U src/gnu/egcs/gcc/f/st.c U src/gnu/egcs/gcc/f/st.h U src/gnu/egcs/gcc/f/sta.c U src/gnu/egcs/gcc/f/sta.h U src/gnu/egcs/gcc/f/stb.c U src/gnu/egcs/gcc/f/stb.h U src/gnu/egcs/gcc/f/stc.c U src/gnu/egcs/gcc/f/stc.h U src/gnu/egcs/gcc/f/std.c U src/gnu/egcs/gcc/f/std.h U src/gnu/egcs/gcc/f/ste.c U src/gnu/egcs/gcc/f/ste.h U src/gnu/egcs/gcc/f/storag.c U src/gnu/egcs/gcc/f/storag.h U src/gnu/egcs/gcc/f/stp.c U src/gnu/egcs/gcc/f/stp.h U src/gnu/egcs/gcc/f/str-1t.fin U src/gnu/egcs/gcc/f/str-2t.fin U src/gnu/egcs/gcc/f/str-fo.fin U src/gnu/egcs/gcc/f/str-io.fin U src/gnu/egcs/gcc/f/str-nq.fin U src/gnu/egcs/gcc/f/str-op.fin U src/gnu/egcs/gcc/f/str-ot.fin U src/gnu/egcs/gcc/f/str.c U src/gnu/egcs/gcc/f/str.h U src/gnu/egcs/gcc/f/sts.c U src/gnu/egcs/gcc/f/sts.h U src/gnu/egcs/gcc/f/stt.c U src/gnu/egcs/gcc/f/stt.h U src/gnu/egcs/gcc/f/stu.c U src/gnu/egcs/gcc/f/stu.h U src/gnu/egcs/gcc/f/stv.c U src/gnu/egcs/gcc/f/stv.h U src/gnu/egcs/gcc/f/stw.c U src/gnu/egcs/gcc/f/stw.h U src/gnu/egcs/gcc/f/symbol.c U src/gnu/egcs/gcc/f/symbol.def U src/gnu/egcs/gcc/f/symbol.h U src/gnu/egcs/gcc/f/system.j U src/gnu/egcs/gcc/f/target.c U src/gnu/egcs/gcc/f/target.h U src/gnu/egcs/gcc/f/tconfig.j U src/gnu/egcs/gcc/f/tm.j U src/gnu/egcs/gcc/f/top.c U src/gnu/egcs/gcc/f/top.h U src/gnu/egcs/gcc/f/toplev.j U src/gnu/egcs/gcc/f/tree.j U src/gnu/egcs/gcc/f/type.c U src/gnu/egcs/gcc/f/type.h U src/gnu/egcs/gcc/f/version.c U src/gnu/egcs/gcc/f/version.h U src/gnu/egcs/gcc/f/where.c U src/gnu/egcs/gcc/f/where.h U src/gnu/egcs/gcc/po/ChangeLog U src/gnu/egcs/gcc/po/Makefile.in.in U src/gnu/egcs/gcc/po/POTFILES.in U src/gnu/egcs/gcc/po/en_UK.po U src/gnu/egcs/gcc/config/aoutos.h U src/gnu/egcs/gcc/config/README U src/gnu/egcs/gcc/config/dbxcoff.h U src/gnu/egcs/gcc/config/dbx.h U src/gnu/egcs/gcc/config/dbxelf.h U src/gnu/egcs/gcc/config/elfos.h U src/gnu/egcs/gcc/config/float-i128.h U src/gnu/egcs/gcc/config/float-i32.h U src/gnu/egcs/gcc/config/float-i386.h U src/gnu/egcs/gcc/config/float-i64.h U src/gnu/egcs/gcc/config/float-m68k.h U src/gnu/egcs/gcc/config/float-sh.h U src/gnu/egcs/gcc/config/float-vax.h U src/gnu/egcs/gcc/config/fp-bit.c U src/gnu/egcs/gcc/config/gnu.h U src/gnu/egcs/gcc/config/gofast.h U src/gnu/egcs/gcc/config/interix.h U src/gnu/egcs/gcc/config/libgloss.h U src/gnu/egcs/gcc/config/linux-aout.h U src/gnu/egcs/gcc/config/linux.h U src/gnu/egcs/gcc/config/lynx-ng.h U src/gnu/egcs/gcc/config/lynx.h U src/gnu/egcs/gcc/config/netbsd.h U src/gnu/egcs/gcc/config/nextstep.c U src/gnu/egcs/gcc/config/nextstep.h U src/gnu/egcs/gcc/config/nextstep21.h U src/gnu/egcs/gcc/config/openbsd.h U src/gnu/egcs/gcc/config/psos.h U src/gnu/egcs/gcc/config/ptx4.h U src/gnu/egcs/gcc/config/svr3.h U src/gnu/egcs/gcc/config/svr4.h U src/gnu/egcs/gcc/config/t-freebsd U src/gnu/egcs/gcc/config/t-gnu U src/gnu/egcs/gcc/config/t-install-cpp U src/gnu/egcs/gcc/config/t-libc-ok U src/gnu/egcs/gcc/config/t-linux U src/gnu/egcs/gcc/config/t-linux-aout U src/gnu/egcs/gcc/config/t-linux-gnulibc1 U src/gnu/egcs/gcc/config/t-netbsd U src/gnu/egcs/gcc/config/t-openbsd U src/gnu/egcs/gcc/config/t-openbsd-thread U src/gnu/egcs/gcc/config/t-rtems U src/gnu/egcs/gcc/config/t-svr4 U src/gnu/egcs/gcc/config/tm-dwarf2.h U src/gnu/egcs/gcc/config/x-interix U src/gnu/egcs/gcc/config/x-linux U src/gnu/egcs/gcc/config/x-linux-aout U src/gnu/egcs/gcc/config/x-lynx U src/gnu/egcs/gcc/config/x-svr4 U src/gnu/egcs/gcc/config/xm-alloca.h U src/gnu/egcs/gcc/config/xm-freebsd.h U src/gnu/egcs/gcc/config/xm-gnu.h U src/gnu/egcs/gcc/config/xm-interix.h U src/gnu/egcs/gcc/config/xm-linux.h U src/gnu/egcs/gcc/config/xm-lynx.h U src/gnu/egcs/gcc/config/xm-openbsd.h U src/gnu/egcs/gcc/config/xm-siglist.h U src/gnu/egcs/gcc/config/xm-std32.h U src/gnu/egcs/gcc/config/xm-svr3.h U src/gnu/egcs/gcc/config/xm-svr4.h U src/gnu/egcs/gcc/config/1750a/1750a.c U src/gnu/egcs/gcc/config/1750a/1750a.h U src/gnu/egcs/gcc/config/1750a/1750a.md U src/gnu/egcs/gcc/config/1750a/ms1750.inc U src/gnu/egcs/gcc/config/1750a/xm-1750a.h U src/gnu/egcs/gcc/config/a29k/a29k.md U src/gnu/egcs/gcc/config/a29k/a29k.c U src/gnu/egcs/gcc/config/a29k/a29k.h U src/gnu/egcs/gcc/config/a29k/t-a29kbare U src/gnu/egcs/gcc/config/a29k/t-a29k U src/gnu/egcs/gcc/config/a29k/t-vx29k U src/gnu/egcs/gcc/config/a29k/udi.h U src/gnu/egcs/gcc/config/a29k/unix.h U src/gnu/egcs/gcc/config/a29k/vx29k.h U src/gnu/egcs/gcc/config/a29k/x-unix U src/gnu/egcs/gcc/config/a29k/xm-a29k.h U src/gnu/egcs/gcc/config/a29k/xm-unix.h U src/gnu/egcs/gcc/config/alpha/alpha-interix.h U src/gnu/egcs/gcc/config/alpha/alpha.c U src/gnu/egcs/gcc/config/alpha/alpha.h U src/gnu/egcs/gcc/config/alpha/alpha.md U src/gnu/egcs/gcc/config/alpha/alpha32.h U src/gnu/egcs/gcc/config/alpha/config-nt.sed U src/gnu/egcs/gcc/config/alpha/crtbegin.asm U src/gnu/egcs/gcc/config/alpha/crtend.asm U src/gnu/egcs/gcc/config/alpha/elf.h U src/gnu/egcs/gcc/config/alpha/lib1funcs.asm U src/gnu/egcs/gcc/config/alpha/linux-ecoff.h U src/gnu/egcs/gcc/config/alpha/linux-elf.h U src/gnu/egcs/gcc/config/alpha/linux.h U src/gnu/egcs/gcc/config/alpha/netbsd-elf.h U src/gnu/egcs/gcc/config/alpha/netbsd.h U src/gnu/egcs/gcc/config/alpha/openbsd.h U src/gnu/egcs/gcc/config/alpha/osf.h U src/gnu/egcs/gcc/config/alpha/osf12.h U src/gnu/egcs/gcc/config/alpha/osf2or3.h U src/gnu/egcs/gcc/config/alpha/t-crtbe U src/gnu/egcs/gcc/config/alpha/t-ieee U src/gnu/egcs/gcc/config/alpha/t-interix U src/gnu/egcs/gcc/config/alpha/t-vms U src/gnu/egcs/gcc/config/alpha/va_list.h U src/gnu/egcs/gcc/config/alpha/vms-tramp.asm U src/gnu/egcs/gcc/config/alpha/vms.h U src/gnu/egcs/gcc/config/alpha/vxworks.h U src/gnu/egcs/gcc/config/alpha/win-nt.h U src/gnu/egcs/gcc/config/alpha/x-alpha U src/gnu/egcs/gcc/config/alpha/xm-alpha-interix.h U src/gnu/egcs/gcc/config/alpha/xm-alpha.h U src/gnu/egcs/gcc/config/alpha/xm-openbsd.h U src/gnu/egcs/gcc/config/alpha/xm-vms.h U src/gnu/egcs/gcc/config/alpha/xm-winnt.h U src/gnu/egcs/gcc/config/arc/initfini.c U src/gnu/egcs/gcc/config/arc/arc.c U src/gnu/egcs/gcc/config/arc/arc.h U src/gnu/egcs/gcc/config/arc/arc.md U src/gnu/egcs/gcc/config/arc/lib1funcs.asm U src/gnu/egcs/gcc/config/arc/t-arc U src/gnu/egcs/gcc/config/arc/xm-arc.h U src/gnu/egcs/gcc/config/arm/README-interworking U src/gnu/egcs/gcc/config/arm/aof.h U src/gnu/egcs/gcc/config/arm/aout.h U src/gnu/egcs/gcc/config/arm/arm.c U src/gnu/egcs/gcc/config/arm/arm.h U src/gnu/egcs/gcc/config/arm/arm.md U src/gnu/egcs/gcc/config/arm/coff.h U src/gnu/egcs/gcc/config/arm/ecos-elf.h U src/gnu/egcs/gcc/config/arm/elf.h U src/gnu/egcs/gcc/config/arm/lib1funcs.asm U src/gnu/egcs/gcc/config/arm/lib1thumb.asm U src/gnu/egcs/gcc/config/arm/linux-aout.h U src/gnu/egcs/gcc/config/arm/linux-elf.h U src/gnu/egcs/gcc/config/arm/linux-elf26.h U src/gnu/egcs/gcc/config/arm/linux-gas.h U src/gnu/egcs/gcc/config/arm/netbsd.h U src/gnu/egcs/gcc/config/arm/riscix.h U src/gnu/egcs/gcc/config/arm/riscix1-1.h U src/gnu/egcs/gcc/config/arm/rix-gas.h U src/gnu/egcs/gcc/config/arm/semi.h U src/gnu/egcs/gcc/config/arm/semiaof.h U src/gnu/egcs/gcc/config/arm/t-arm-elf U src/gnu/egcs/gcc/config/arm/t-bare U src/gnu/egcs/gcc/config/arm/t-linux U src/gnu/egcs/gcc/config/arm/t-netbsd U src/gnu/egcs/gcc/config/arm/t-pe U src/gnu/egcs/gcc/config/arm/t-riscix U src/gnu/egcs/gcc/config/arm/t-semi U src/gnu/egcs/gcc/config/arm/t-semiaof U src/gnu/egcs/gcc/config/arm/t-thumb U src/gnu/egcs/gcc/config/arm/tcoff.h U src/gnu/egcs/gcc/config/arm/thumb.c U src/gnu/egcs/gcc/config/arm/thumb.h U src/gnu/egcs/gcc/config/arm/thumb.md U src/gnu/egcs/gcc/config/arm/unknown-elf-oabi.h U src/gnu/egcs/gcc/config/arm/unknown-elf.h U src/gnu/egcs/gcc/config/arm/vxarm.h U src/gnu/egcs/gcc/config/arm/x-riscix U src/gnu/egcs/gcc/config/arm/xm-arm.h U src/gnu/egcs/gcc/config/arm/xm-linux.h U src/gnu/egcs/gcc/config/arm/xm-netbsd.h U src/gnu/egcs/gcc/config/arm/xm-thumb.h U src/gnu/egcs/gcc/config/c4x/libgcc.S U src/gnu/egcs/gcc/config/c4x/c4x.c U src/gnu/egcs/gcc/config/c4x/c4x.h U src/gnu/egcs/gcc/config/c4x/c4x.md U src/gnu/egcs/gcc/config/c4x/xm-c4x.h U src/gnu/egcs/gcc/config/c4x/t-c4x U src/gnu/egcs/gcc/config/clipper/clipper.c U src/gnu/egcs/gcc/config/clipper/clipper.h U src/gnu/egcs/gcc/config/clipper/clipper.md U src/gnu/egcs/gcc/config/clipper/clix.h U src/gnu/egcs/gcc/config/clipper/x-clix U src/gnu/egcs/gcc/config/clipper/xm-clix.h U src/gnu/egcs/gcc/config/convex/convex.c U src/gnu/egcs/gcc/config/convex/convex.h U src/gnu/egcs/gcc/config/convex/convex.md U src/gnu/egcs/gcc/config/convex/fixinc.convex U src/gnu/egcs/gcc/config/convex/x-convex U src/gnu/egcs/gcc/config/convex/xm-convex.h U src/gnu/egcs/gcc/config/dsp16xx/dsp16xx.c U src/gnu/egcs/gcc/config/dsp16xx/dsp16xx.h U src/gnu/egcs/gcc/config/dsp16xx/dsp16xx.md U src/gnu/egcs/gcc/config/dsp16xx/xm-dsp16xx.h U src/gnu/egcs/gcc/config/elxsi/elxsi.c U src/gnu/egcs/gcc/config/elxsi/elxsi.h U src/gnu/egcs/gcc/config/elxsi/elxsi.md U src/gnu/egcs/gcc/config/elxsi/x-elxsi U src/gnu/egcs/gcc/config/elxsi/xm-elxsi.h U src/gnu/egcs/gcc/config/fx80/fx80.md U src/gnu/egcs/gcc/config/fx80/fx80.c U src/gnu/egcs/gcc/config/fx80/fx80.h U src/gnu/egcs/gcc/config/fx80/xm-fx80.h U src/gnu/egcs/gcc/config/gmicro/gmicro.c U src/gnu/egcs/gcc/config/gmicro/gmicro.h U src/gnu/egcs/gcc/config/gmicro/gmicro.md U src/gnu/egcs/gcc/config/h8300/h8300.c U src/gnu/egcs/gcc/config/h8300/h8300.h U src/gnu/egcs/gcc/config/h8300/h8300.md U src/gnu/egcs/gcc/config/h8300/lib1funcs.asm U src/gnu/egcs/gcc/config/h8300/t-h8300 U src/gnu/egcs/gcc/config/h8300/xm-h8300.h U src/gnu/egcs/gcc/config/i370/i370.md U src/gnu/egcs/gcc/config/i370/i370.c U src/gnu/egcs/gcc/config/i370/i370.h U src/gnu/egcs/gcc/config/i370/xm-i370.h U src/gnu/egcs/gcc/config/i370/t-i370 U src/gnu/egcs/gcc/config/i386/386bsd.h U src/gnu/egcs/gcc/config/i386/aix386.h U src/gnu/egcs/gcc/config/i386/aix386ng.h U src/gnu/egcs/gcc/config/i386/att.h U src/gnu/egcs/gcc/config/i386/bsd.h U src/gnu/egcs/gcc/config/i386/bsd386.h U src/gnu/egcs/gcc/config/i386/config-nt.sed U src/gnu/egcs/gcc/config/i386/crtdll.h U src/gnu/egcs/gcc/config/i386/cygwin.asm U src/gnu/egcs/gcc/config/i386/cygwin.h U src/gnu/egcs/gcc/config/i386/dgux.c U src/gnu/egcs/gcc/config/i386/dgux.h U src/gnu/egcs/gcc/config/i386/djgpp-rtems.h U src/gnu/egcs/gcc/config/i386/djgpp.h U src/gnu/egcs/gcc/config/i386/freebsd-elf.h U src/gnu/egcs/gcc/config/i386/freebsd.h U src/gnu/egcs/gcc/config/i386/gas.h U src/gnu/egcs/gcc/config/i386/gmon-sol2.c U src/gnu/egcs/gcc/config/i386/gnu.h U src/gnu/egcs/gcc/config/i386/gstabs.h U src/gnu/egcs/gcc/config/i386/i386-aout.h U src/gnu/egcs/gcc/config/i386/i386-coff.h U src/gnu/egcs/gcc/config/i386/i386-interix.h U src/gnu/egcs/gcc/config/i386/i386.c U src/gnu/egcs/gcc/config/i386/i386.h C src/gnu/egcs/gcc/config/i386/i386.md U src/gnu/egcs/gcc/config/i386/interix.c U src/gnu/egcs/gcc/config/i386/isc.h U src/gnu/egcs/gcc/config/i386/isccoff.h U src/gnu/egcs/gcc/config/i386/iscdbx.h U src/gnu/egcs/gcc/config/i386/linux-aout.h U src/gnu/egcs/gcc/config/i386/linux-oldld.h U src/gnu/egcs/gcc/config/i386/linux.h U src/gnu/egcs/gcc/config/i386/lynx-ng.h U src/gnu/egcs/gcc/config/i386/lynx.h U src/gnu/egcs/gcc/config/i386/mach.h U src/gnu/egcs/gcc/config/i386/mingw32.h U src/gnu/egcs/gcc/config/i386/moss.h U src/gnu/egcs/gcc/config/i386/netbsd.h U src/gnu/egcs/gcc/config/i386/next.h U src/gnu/egcs/gcc/config/i386/openbsd.h U src/gnu/egcs/gcc/config/i386/os2.h U src/gnu/egcs/gcc/config/i386/osf1-ci.asm U src/gnu/egcs/gcc/config/i386/osf1-cn.asm U src/gnu/egcs/gcc/config/i386/osf1elf.h U src/gnu/egcs/gcc/config/i386/osf1elfgdb.h U src/gnu/egcs/gcc/config/i386/osfelf.h U src/gnu/egcs/gcc/config/i386/osfrose.h U src/gnu/egcs/gcc/config/i386/perform.h U src/gnu/egcs/gcc/config/i386/ptx4-i.h U src/gnu/egcs/gcc/config/i386/rtems.h U src/gnu/egcs/gcc/config/i386/rtemself.h U src/gnu/egcs/gcc/config/i386/sco.h U src/gnu/egcs/gcc/config/i386/sco4.h U src/gnu/egcs/gcc/config/i386/sco4dbx.h U src/gnu/egcs/gcc/config/i386/sco5.h U src/gnu/egcs/gcc/config/i386/sco5gas.h U src/gnu/egcs/gcc/config/i386/scodbx.h U src/gnu/egcs/gcc/config/i386/seq-gas.h U src/gnu/egcs/gcc/config/i386/seq-sysv3.h U src/gnu/egcs/gcc/config/i386/seq2-sysv3.h U src/gnu/egcs/gcc/config/i386/sequent.h U src/gnu/egcs/gcc/config/i386/sol2-c1.asm U src/gnu/egcs/gcc/config/i386/sol2-ci.asm U src/gnu/egcs/gcc/config/i386/sol2-cn.asm U src/gnu/egcs/gcc/config/i386/sol2-gc1.asm U src/gnu/egcs/gcc/config/i386/sol2.h U src/gnu/egcs/gcc/config/i386/sol2gas.h U src/gnu/egcs/gcc/config/i386/sun.h U src/gnu/egcs/gcc/config/i386/sun386.h U src/gnu/egcs/gcc/config/i386/svr3.ifile U src/gnu/egcs/gcc/config/i386/svr3dbx.h U src/gnu/egcs/gcc/config/i386/svr3gas.h U src/gnu/egcs/gcc/config/i386/svr3z.ifile U src/gnu/egcs/gcc/config/i386/sysv3.h U src/gnu/egcs/gcc/config/i386/sysv4.h U src/gnu/egcs/gcc/config/i386/sysv5.h U src/gnu/egcs/gcc/config/i386/t-dgux U src/gnu/egcs/gcc/config/i386/t-crtpic U src/gnu/egcs/gcc/config/i386/t-crtstuff U src/gnu/egcs/gcc/config/i386/t-cygwin U src/gnu/egcs/gcc/config/i386/t-djgpp U src/gnu/egcs/gcc/config/i386/t-i386bare U src/gnu/egcs/gcc/config/i386/t-interix U src/gnu/egcs/gcc/config/i386/t-mingw32 U src/gnu/egcs/gcc/config/i386/t-next U src/gnu/egcs/gcc/config/i386/t-osf U src/gnu/egcs/gcc/config/i386/t-osf1elf U src/gnu/egcs/gcc/config/i386/t-sco5 U src/gnu/egcs/gcc/config/i386/t-sco5gas U src/gnu/egcs/gcc/config/i386/t-sol2 U src/gnu/egcs/gcc/config/i386/t-svr3dbx U src/gnu/egcs/gcc/config/i386/t-udk U src/gnu/egcs/gcc/config/i386/t-uwin U src/gnu/egcs/gcc/config/i386/t-vsta U src/gnu/egcs/gcc/config/i386/t-winnt U src/gnu/egcs/gcc/config/i386/udk.h U src/gnu/egcs/gcc/config/i386/unix.h U src/gnu/egcs/gcc/config/i386/uwin.asm U src/gnu/egcs/gcc/config/i386/uwin.h U src/gnu/egcs/gcc/config/i386/v3gas.h U src/gnu/egcs/gcc/config/i386/vsta.h U src/gnu/egcs/gcc/config/i386/vxi386.h U src/gnu/egcs/gcc/config/i386/win-nt.h U src/gnu/egcs/gcc/config/i386/win32.h U src/gnu/egcs/gcc/config/i386/winnt.c U src/gnu/egcs/gcc/config/i386/x-aix U src/gnu/egcs/gcc/config/i386/x-cygwin U src/gnu/egcs/gcc/config/i386/x-dgux U src/gnu/egcs/gcc/config/i386/x-djgpp U src/gnu/egcs/gcc/config/i386/x-isc U src/gnu/egcs/gcc/config/i386/x-isc3 U src/gnu/egcs/gcc/config/i386/x-ncr3000 U src/gnu/egcs/gcc/config/i386/x-next U src/gnu/egcs/gcc/config/i386/x-osf1elf U src/gnu/egcs/gcc/config/i386/x-osfrose U src/gnu/egcs/gcc/config/i386/x-sco U src/gnu/egcs/gcc/config/i386/x-sco4 U src/gnu/egcs/gcc/config/i386/x-sco5 U src/gnu/egcs/gcc/config/i386/x-sysv3 U src/gnu/egcs/gcc/config/i386/x-vsta U src/gnu/egcs/gcc/config/i386/xm-aix.h U src/gnu/egcs/gcc/config/i386/xm-bsd386.h U src/gnu/egcs/gcc/config/i386/xm-cygwin.h U src/gnu/egcs/gcc/config/i386/xm-dgux.h U src/gnu/egcs/gcc/config/i386/xm-djgpp.h U src/gnu/egcs/gcc/config/i386/xm-dos.h U src/gnu/egcs/gcc/config/i386/xm-freebsd.h U src/gnu/egcs/gcc/config/i386/xm-gnu.h U src/gnu/egcs/gcc/config/i386/xm-i386-interix.h U src/gnu/egcs/gcc/config/i386/xm-i386.h U src/gnu/egcs/gcc/config/i386/xm-isc.h U src/gnu/egcs/gcc/config/i386/xm-linux.h U src/gnu/egcs/gcc/config/i386/xm-lynx.h U src/gnu/egcs/gcc/config/i386/xm-mingw32.h U src/gnu/egcs/gcc/config/i386/xm-next.h U src/gnu/egcs/gcc/config/i386/xm-openbsd.h U src/gnu/egcs/gcc/config/i386/xm-os2.h U src/gnu/egcs/gcc/config/i386/xm-osf.h U src/gnu/egcs/gcc/config/i386/xm-osf1elf.h U src/gnu/egcs/gcc/config/i386/xm-sco.h U src/gnu/egcs/gcc/config/i386/xm-sco5.h U src/gnu/egcs/gcc/config/i386/xm-sun.h U src/gnu/egcs/gcc/config/i386/xm-sysv3.h U src/gnu/egcs/gcc/config/i386/xm-sysv4.h U src/gnu/egcs/gcc/config/i386/xm-uwin.h U src/gnu/egcs/gcc/config/i386/xm-vsta.h U src/gnu/egcs/gcc/config/i386/xm-winnt.h U src/gnu/egcs/gcc/config/i860/bsd-gas.h U src/gnu/egcs/gcc/config/i860/bsd.h U src/gnu/egcs/gcc/config/i860/fx2800.h U src/gnu/egcs/gcc/config/i860/i860.c U src/gnu/egcs/gcc/config/i860/i860.h U src/gnu/egcs/gcc/config/i860/i860.md U src/gnu/egcs/gcc/config/i860/mach.h U src/gnu/egcs/gcc/config/i860/paragon.h U src/gnu/egcs/gcc/config/i860/sysv3.h U src/gnu/egcs/gcc/config/i860/sysv4.h U src/gnu/egcs/gcc/config/i860/t-fx2800 U src/gnu/egcs/gcc/config/i860/x-fx2800 U src/gnu/egcs/gcc/config/i860/x-sysv3 U src/gnu/egcs/gcc/config/i860/x-sysv4 U src/gnu/egcs/gcc/config/i860/xm-fx2800.h U src/gnu/egcs/gcc/config/i860/xm-i860.h U src/gnu/egcs/gcc/config/i960/i960-coff.h U src/gnu/egcs/gcc/config/i960/i960.c U src/gnu/egcs/gcc/config/i960/i960.h U src/gnu/egcs/gcc/config/i960/i960.md U src/gnu/egcs/gcc/config/i960/rtems.h U src/gnu/egcs/gcc/config/i960/t-960bare U src/gnu/egcs/gcc/config/i960/t-vxworks960 U src/gnu/egcs/gcc/config/i960/vx960-coff.h U src/gnu/egcs/gcc/config/i960/vx960.h U src/gnu/egcs/gcc/config/i960/xm-i960.h U src/gnu/egcs/gcc/config/m32r/initfini.c U src/gnu/egcs/gcc/config/m32r/m32r.c U src/gnu/egcs/gcc/config/m32r/m32r.h U src/gnu/egcs/gcc/config/m32r/m32r.md U src/gnu/egcs/gcc/config/m32r/t-m32r U src/gnu/egcs/gcc/config/m32r/xm-m32r.h U src/gnu/egcs/gcc/config/m68k/altos3068.h U src/gnu/egcs/gcc/config/m68k/3b1.h U src/gnu/egcs/gcc/config/m68k/3b1g.h U src/gnu/egcs/gcc/config/m68k/a-ux.h U src/gnu/egcs/gcc/config/m68k/apollo68.h U src/gnu/egcs/gcc/config/m68k/amix.h U src/gnu/egcs/gcc/config/m68k/atari.h U src/gnu/egcs/gcc/config/m68k/aux-crt1.c U src/gnu/egcs/gcc/config/m68k/aux-crt2.asm U src/gnu/egcs/gcc/config/m68k/aux-crtn.asm U src/gnu/egcs/gcc/config/m68k/aux-exit.c U src/gnu/egcs/gcc/config/m68k/aux-low.gld U src/gnu/egcs/gcc/config/m68k/aux-mcount.c U src/gnu/egcs/gcc/config/m68k/auxas.h U src/gnu/egcs/gcc/config/m68k/auxgas.h U src/gnu/egcs/gcc/config/m68k/auxgld.h U src/gnu/egcs/gcc/config/m68k/auxld.h U src/gnu/egcs/gcc/config/m68k/ccur-GAS.h U src/gnu/egcs/gcc/config/m68k/coff.h U src/gnu/egcs/gcc/config/m68k/crds.h U src/gnu/egcs/gcc/config/m68k/ctix.h U src/gnu/egcs/gcc/config/m68k/dpx2.h U src/gnu/egcs/gcc/config/m68k/dpx2.ifile U src/gnu/egcs/gcc/config/m68k/dpx2cdbx.h U src/gnu/egcs/gcc/config/m68k/dpx2g.h U src/gnu/egcs/gcc/config/m68k/fpgnulib.c U src/gnu/egcs/gcc/config/m68k/hp2bsd.h U src/gnu/egcs/gcc/config/m68k/hp310.h U src/gnu/egcs/gcc/config/m68k/hp310g.h U src/gnu/egcs/gcc/config/m68k/hp320.h U src/gnu/egcs/gcc/config/m68k/hp320g.h U src/gnu/egcs/gcc/config/m68k/hp3bsd.h U src/gnu/egcs/gcc/config/m68k/hp3bsd44.h U src/gnu/egcs/gcc/config/m68k/hpux7.h U src/gnu/egcs/gcc/config/m68k/isi-nfp.h U src/gnu/egcs/gcc/config/m68k/isi.h U src/gnu/egcs/gcc/config/m68k/lb1sf68.asm U src/gnu/egcs/gcc/config/m68k/linux-aout.h U src/gnu/egcs/gcc/config/m68k/linux.h U src/gnu/egcs/gcc/config/m68k/lynx-ng.h U src/gnu/egcs/gcc/config/m68k/lynx.h U src/gnu/egcs/gcc/config/m68k/m68020-elf.h U src/gnu/egcs/gcc/config/m68k/m68k-aout.h U src/gnu/egcs/gcc/config/m68k/m68k-coff.h U src/gnu/egcs/gcc/config/m68k/m68k-none.h U src/gnu/egcs/gcc/config/m68k/m68k-psos.h U src/gnu/egcs/gcc/config/m68k/m68k.c C src/gnu/egcs/gcc/config/m68k/m68k.h U src/gnu/egcs/gcc/config/m68k/m68k.md U src/gnu/egcs/gcc/config/m68k/m68kelf.h U src/gnu/egcs/gcc/config/m68k/m68kemb.h U src/gnu/egcs/gcc/config/m68k/m68kv4.h U src/gnu/egcs/gcc/config/m68k/mot3300-crt0.S U src/gnu/egcs/gcc/config/m68k/mot3300.h U src/gnu/egcs/gcc/config/m68k/mot3300Mcrt0.S U src/gnu/egcs/gcc/config/m68k/netbsd.h U src/gnu/egcs/gcc/config/m68k/news.h U src/gnu/egcs/gcc/config/m68k/news3.h U src/gnu/egcs/gcc/config/m68k/news3gas.h U src/gnu/egcs/gcc/config/m68k/newsgas.h U src/gnu/egcs/gcc/config/m68k/next.h U src/gnu/egcs/gcc/config/m68k/next21.h U src/gnu/egcs/gcc/config/m68k/openbsd.h U src/gnu/egcs/gcc/config/m68k/pbb.h U src/gnu/egcs/gcc/config/m68k/plexus.h U src/gnu/egcs/gcc/config/m68k/rtems.h U src/gnu/egcs/gcc/config/m68k/sgs.h U src/gnu/egcs/gcc/config/m68k/sun2.h U src/gnu/egcs/gcc/config/m68k/sun2o4.h U src/gnu/egcs/gcc/config/m68k/sun3.h U src/gnu/egcs/gcc/config/m68k/sun3mach.h U src/gnu/egcs/gcc/config/m68k/sun3n.h U src/gnu/egcs/gcc/config/m68k/sun3n3.h U src/gnu/egcs/gcc/config/m68k/sun3o3.h U src/gnu/egcs/gcc/config/m68k/t-aux U src/gnu/egcs/gcc/config/m68k/t-linux U src/gnu/egcs/gcc/config/m68k/t-linux-aout U src/gnu/egcs/gcc/config/m68k/t-lynx U src/gnu/egcs/gcc/config/m68k/t-m68kbare U src/gnu/egcs/gcc/config/m68k/t-m68kelf U src/gnu/egcs/gcc/config/m68k/t-mot3300 U src/gnu/egcs/gcc/config/m68k/t-mot3300-gald U src/gnu/egcs/gcc/config/m68k/t-mot3300-gas U src/gnu/egcs/gcc/config/m68k/t-mot3300-gld U src/gnu/egcs/gcc/config/m68k/t-next U src/gnu/egcs/gcc/config/m68k/t-vxworks68 U src/gnu/egcs/gcc/config/m68k/tower-as.h U src/gnu/egcs/gcc/config/m68k/tower.h U src/gnu/egcs/gcc/config/m68k/vxm68k.h U src/gnu/egcs/gcc/config/m68k/x-alloca-c U src/gnu/egcs/gcc/config/m68k/x-amix U src/gnu/egcs/gcc/config/m68k/x-apollo68 U src/gnu/egcs/gcc/config/m68k/x-ccur U src/gnu/egcs/gcc/config/m68k/x-crds U src/gnu/egcs/gcc/config/m68k/x-dpx2 U src/gnu/egcs/gcc/config/m68k/x-hp2bsd U src/gnu/egcs/gcc/config/m68k/x-hp320 U src/gnu/egcs/gcc/config/m68k/x-hp320g U src/gnu/egcs/gcc/config/m68k/x-mot3300 U src/gnu/egcs/gcc/config/m68k/x-mot3300-gas U src/gnu/egcs/gcc/config/m68k/x-next U src/gnu/egcs/gcc/config/m68k/x-tower U src/gnu/egcs/gcc/config/m68k/xm-3b1.h U src/gnu/egcs/gcc/config/m68k/xm-altos3068.h U src/gnu/egcs/gcc/config/m68k/xm-amix.h U src/gnu/egcs/gcc/config/m68k/xm-atari.h U src/gnu/egcs/gcc/config/m68k/xm-aux.h U src/gnu/egcs/gcc/config/m68k/xm-crds.h U src/gnu/egcs/gcc/config/m68k/xm-hp320.h U src/gnu/egcs/gcc/config/m68k/xm-linux.h U src/gnu/egcs/gcc/config/m68k/xm-lynx.h U src/gnu/egcs/gcc/config/m68k/xm-m68k.h U src/gnu/egcs/gcc/config/m68k/xm-m68kv.h U src/gnu/egcs/gcc/config/m68k/xm-mot3300.h U src/gnu/egcs/gcc/config/m68k/xm-next.h U src/gnu/egcs/gcc/config/m68k/xm-openbsd.h U src/gnu/egcs/gcc/config/m68k/xm-plexus.h U src/gnu/egcs/gcc/config/m68k/xm-sun3.h U src/gnu/egcs/gcc/config/m68k/xm-tower.h U src/gnu/egcs/gcc/config/m88k/dgux.ld U src/gnu/egcs/gcc/config/m88k/dgux.h U src/gnu/egcs/gcc/config/m88k/dguxbcs.h U src/gnu/egcs/gcc/config/m88k/dolph.h U src/gnu/egcs/gcc/config/m88k/dolphin.ld U src/gnu/egcs/gcc/config/m88k/luna.h U src/gnu/egcs/gcc/config/m88k/m88k-aout.h U src/gnu/egcs/gcc/config/m88k/m88k-coff.h U src/gnu/egcs/gcc/config/m88k/m88k-move.sh U src/gnu/egcs/gcc/config/m88k/m88k.c U src/gnu/egcs/gcc/config/m88k/m88k.h U src/gnu/egcs/gcc/config/m88k/m88k.md U src/gnu/egcs/gcc/config/m88k/sysv3.h U src/gnu/egcs/gcc/config/m88k/sysv4.h U src/gnu/egcs/gcc/config/m88k/t-bug U src/gnu/egcs/gcc/config/m88k/t-dgux U src/gnu/egcs/gcc/config/m88k/t-dgux-gas U src/gnu/egcs/gcc/config/m88k/t-dguxbcs U src/gnu/egcs/gcc/config/m88k/t-luna U src/gnu/egcs/gcc/config/m88k/t-luna-gas U src/gnu/egcs/gcc/config/m88k/t-m88k U src/gnu/egcs/gcc/config/m88k/t-m88k-gas U src/gnu/egcs/gcc/config/m88k/t-sysv4 U src/gnu/egcs/gcc/config/m88k/tekXD88.h U src/gnu/egcs/gcc/config/m88k/tekXD88.ld U src/gnu/egcs/gcc/config/m88k/x-dgux U src/gnu/egcs/gcc/config/m88k/x-dguxbcs U src/gnu/egcs/gcc/config/m88k/x-dolph U src/gnu/egcs/gcc/config/m88k/x-sysv3 U src/gnu/egcs/gcc/config/m88k/x-sysv4 U src/gnu/egcs/gcc/config/m88k/x-tekXD88 U src/gnu/egcs/gcc/config/m88k/xm-m88k.h U src/gnu/egcs/gcc/config/m88k/xm-sysv3.h U src/gnu/egcs/gcc/config/mips/abi64.h U src/gnu/egcs/gcc/config/mips/bsd-4.h U src/gnu/egcs/gcc/config/mips/bsd-5.h U src/gnu/egcs/gcc/config/mips/cross64.h U src/gnu/egcs/gcc/config/mips/dec-bsd.h U src/gnu/egcs/gcc/config/mips/dec-osf1.h U src/gnu/egcs/gcc/config/mips/ecoff.h U src/gnu/egcs/gcc/config/mips/ecoffl.h U src/gnu/egcs/gcc/config/mips/elf.h U src/gnu/egcs/gcc/config/mips/elf64.h U src/gnu/egcs/gcc/config/mips/elfl.h U src/gnu/egcs/gcc/config/mips/elfl64.h U src/gnu/egcs/gcc/config/mips/elflorion.h U src/gnu/egcs/gcc/config/mips/elforion.h U src/gnu/egcs/gcc/config/mips/gnu.h U src/gnu/egcs/gcc/config/mips/iris3.h U src/gnu/egcs/gcc/config/mips/iris4.h U src/gnu/egcs/gcc/config/mips/iris4loser.h U src/gnu/egcs/gcc/config/mips/iris5.h U src/gnu/egcs/gcc/config/mips/iris5gas.h U src/gnu/egcs/gcc/config/mips/iris6.h U src/gnu/egcs/gcc/config/mips/linux.h U src/gnu/egcs/gcc/config/mips/mips-5.h U src/gnu/egcs/gcc/config/mips/mips.c U src/gnu/egcs/gcc/config/mips/mips.h U src/gnu/egcs/gcc/config/mips/mips.md U src/gnu/egcs/gcc/config/mips/news4.h U src/gnu/egcs/gcc/config/mips/mips16.S U src/gnu/egcs/gcc/config/mips/netbsd.h U src/gnu/egcs/gcc/config/mips/news5.h U src/gnu/egcs/gcc/config/mips/nws3250v4.h U src/gnu/egcs/gcc/config/mips/osfrose.h U src/gnu/egcs/gcc/config/mips/r3900.h U src/gnu/egcs/gcc/config/mips/rtems64.h U src/gnu/egcs/gcc/config/mips/sni-gas.h U src/gnu/egcs/gcc/config/mips/sni-svr4.h U src/gnu/egcs/gcc/config/mips/svr3-4.h U src/gnu/egcs/gcc/config/mips/svr3-5.h U src/gnu/egcs/gcc/config/mips/svr4-4.h U src/gnu/egcs/gcc/config/mips/svr4-5.h U src/gnu/egcs/gcc/config/mips/svr4-t.h U src/gnu/egcs/gcc/config/mips/t-bsd U src/gnu/egcs/gcc/config/mips/t-bsd-gas U src/gnu/egcs/gcc/config/mips/t-cross64 U src/gnu/egcs/gcc/config/mips/t-ecoff U src/gnu/egcs/gcc/config/mips/t-elf U src/gnu/egcs/gcc/config/mips/t-iris6 U src/gnu/egcs/gcc/config/mips/t-mips U src/gnu/egcs/gcc/config/mips/t-mips-gas U src/gnu/egcs/gcc/config/mips/t-osfrose U src/gnu/egcs/gcc/config/mips/t-r3900 U src/gnu/egcs/gcc/config/mips/t-svr3 U src/gnu/egcs/gcc/config/mips/t-svr4 U src/gnu/egcs/gcc/config/mips/t-svr3-gas U src/gnu/egcs/gcc/config/mips/t-svr4-gas U src/gnu/egcs/gcc/config/mips/t-ultrix U src/gnu/egcs/gcc/config/mips/ultrix.h U src/gnu/egcs/gcc/config/mips/vxworks.h U src/gnu/egcs/gcc/config/mips/x-dec-osf1 U src/gnu/egcs/gcc/config/mips/x-iris U src/gnu/egcs/gcc/config/mips/x-iris3 U src/gnu/egcs/gcc/config/mips/x-iris6 U src/gnu/egcs/gcc/config/mips/x-mips U src/gnu/egcs/gcc/config/mips/x-netbsd U src/gnu/egcs/gcc/config/mips/x-nws3250v4 U src/gnu/egcs/gcc/config/mips/x-osfrose U src/gnu/egcs/gcc/config/mips/x-sni-svr4 U src/gnu/egcs/gcc/config/mips/x-sony U src/gnu/egcs/gcc/config/mips/x-sysv U src/gnu/egcs/gcc/config/mips/x-ultrix U src/gnu/egcs/gcc/config/mips/xm-iris3.h U src/gnu/egcs/gcc/config/mips/xm-iris4.h U src/gnu/egcs/gcc/config/mips/xm-iris5.h U src/gnu/egcs/gcc/config/mips/xm-iris6.h U src/gnu/egcs/gcc/config/mips/xm-mips.h U src/gnu/egcs/gcc/config/mips/xm-news.h U src/gnu/egcs/gcc/config/mips/xm-nws3250v4.h U src/gnu/egcs/gcc/config/mips/xm-sysv.h U src/gnu/egcs/gcc/config/mips/xm-sysv4.h U src/gnu/egcs/gcc/config/mn10200/divmod.c U src/gnu/egcs/gcc/config/mn10200/lib1funcs.asm U src/gnu/egcs/gcc/config/mn10200/mn10200.c U src/gnu/egcs/gcc/config/mn10200/mn10200.h U src/gnu/egcs/gcc/config/mn10200/mn10200.md U src/gnu/egcs/gcc/config/mn10200/t-mn10200 U src/gnu/egcs/gcc/config/mn10200/udivmod.c U src/gnu/egcs/gcc/config/mn10200/udivmodsi4.c U src/gnu/egcs/gcc/config/mn10200/xm-mn10200.h U src/gnu/egcs/gcc/config/mn10300/mn10300.c U src/gnu/egcs/gcc/config/mn10300/mn10300.h U src/gnu/egcs/gcc/config/mn10300/mn10300.md U src/gnu/egcs/gcc/config/mn10300/t-mn10300 U src/gnu/egcs/gcc/config/mn10300/xm-mn10300.h U src/gnu/egcs/gcc/config/msdos/configur.bat U src/gnu/egcs/gcc/config/msdos/libgcc.mak U src/gnu/egcs/gcc/config/msdos/mklibgcc.c U src/gnu/egcs/gcc/config/msdos/top.sed U src/gnu/egcs/gcc/config/ns32k/encore.h U src/gnu/egcs/gcc/config/ns32k/genix.h U src/gnu/egcs/gcc/config/ns32k/merlin.h U src/gnu/egcs/gcc/config/ns32k/netbsd.h U src/gnu/egcs/gcc/config/ns32k/ns32k.c U src/gnu/egcs/gcc/config/ns32k/ns32k.h U src/gnu/egcs/gcc/config/ns32k/ns32k.md U src/gnu/egcs/gcc/config/ns32k/pc532-mach.h U src/gnu/egcs/gcc/config/ns32k/pc532-min.h U src/gnu/egcs/gcc/config/ns32k/pc532.h U src/gnu/egcs/gcc/config/ns32k/sequent.h U src/gnu/egcs/gcc/config/ns32k/tek6000.h U src/gnu/egcs/gcc/config/ns32k/tek6100.h U src/gnu/egcs/gcc/config/ns32k/tek6200.h U src/gnu/egcs/gcc/config/ns32k/x-genix U src/gnu/egcs/gcc/config/ns32k/xm-genix.h U src/gnu/egcs/gcc/config/ns32k/xm-netbsd.h U src/gnu/egcs/gcc/config/ns32k/xm-ns32k.h U src/gnu/egcs/gcc/config/ns32k/xm-pc532-min.h U src/gnu/egcs/gcc/config/pa/ee_fp.asm U src/gnu/egcs/gcc/config/pa/ee.asm U src/gnu/egcs/gcc/config/pa/lib1funcs.asm U src/gnu/egcs/gcc/config/pa/lib2funcs.asm U src/gnu/egcs/gcc/config/pa/pa-gas.h U src/gnu/egcs/gcc/config/pa/pa-hiux.h U src/gnu/egcs/gcc/config/pa/pa-hpux.h U src/gnu/egcs/gcc/config/pa/pa-hpux10.h U src/gnu/egcs/gcc/config/pa/pa-hpux7.h U src/gnu/egcs/gcc/config/pa/pa-hpux9.h U src/gnu/egcs/gcc/config/pa/pa-oldas.h U src/gnu/egcs/gcc/config/pa/pa-osf.h U src/gnu/egcs/gcc/config/pa/pa-pro-end.h U src/gnu/egcs/gcc/config/pa/pa-pro.h U src/gnu/egcs/gcc/config/pa/pa.c U src/gnu/egcs/gcc/config/pa/pa.h U src/gnu/egcs/gcc/config/pa/pa.md U src/gnu/egcs/gcc/config/pa/pa1.h U src/gnu/egcs/gcc/config/pa/rtems.h U src/gnu/egcs/gcc/config/pa/t-dce-thr U src/gnu/egcs/gcc/config/pa/t-pa U src/gnu/egcs/gcc/config/pa/t-pro U src/gnu/egcs/gcc/config/pa/x-pa U src/gnu/egcs/gcc/config/pa/xm-pa.h U src/gnu/egcs/gcc/config/pa/x-pa-hpux U src/gnu/egcs/gcc/config/pa/xm-pahpux.h U src/gnu/egcs/gcc/config/pa/xm-papro.h U src/gnu/egcs/gcc/config/pdp11/pdp11.c U src/gnu/egcs/gcc/config/pdp11/2bsd.h U src/gnu/egcs/gcc/config/pdp11/pdp11.h U src/gnu/egcs/gcc/config/pdp11/pdp11.md U src/gnu/egcs/gcc/config/pdp11/t-pdp11 U src/gnu/egcs/gcc/config/pdp11/xm-pdp11.h U src/gnu/egcs/gcc/config/pyr/xm-pyr.h U src/gnu/egcs/gcc/config/pyr/pyr.c U src/gnu/egcs/gcc/config/pyr/pyr.h U src/gnu/egcs/gcc/config/pyr/pyr.md U src/gnu/egcs/gcc/config/pyr/x-pyr U src/gnu/egcs/gcc/config/romp/romp.md U src/gnu/egcs/gcc/config/romp/romp.c U src/gnu/egcs/gcc/config/romp/romp.h U src/gnu/egcs/gcc/config/romp/xm-romp.h U src/gnu/egcs/gcc/config/romp/x-mach U src/gnu/egcs/gcc/config/romp/x-romp U src/gnu/egcs/gcc/config/rs6000/aix31.h U src/gnu/egcs/gcc/config/rs6000/aix3newas.h U src/gnu/egcs/gcc/config/rs6000/aix41.h U src/gnu/egcs/gcc/config/rs6000/aix43.h U src/gnu/egcs/gcc/config/rs6000/beos.h U src/gnu/egcs/gcc/config/rs6000/cygwin.h U src/gnu/egcs/gcc/config/rs6000/eabi-ci.asm U src/gnu/egcs/gcc/config/rs6000/eabi-cn.asm U src/gnu/egcs/gcc/config/rs6000/eabi-ctors.c U src/gnu/egcs/gcc/config/rs6000/eabi.asm U src/gnu/egcs/gcc/config/rs6000/eabi.h U src/gnu/egcs/gcc/config/rs6000/eabiaix.h U src/gnu/egcs/gcc/config/rs6000/eabile.h U src/gnu/egcs/gcc/config/rs6000/eabilesim.h U src/gnu/egcs/gcc/config/rs6000/eabisim.h U src/gnu/egcs/gcc/config/rs6000/linux.h U src/gnu/egcs/gcc/config/rs6000/lynx.h U src/gnu/egcs/gcc/config/rs6000/mach.h U src/gnu/egcs/gcc/config/rs6000/milli.exp U src/gnu/egcs/gcc/config/rs6000/netware.h U src/gnu/egcs/gcc/config/rs6000/nt-ci.asm U src/gnu/egcs/gcc/config/rs6000/nt-cn.asm U src/gnu/egcs/gcc/config/rs6000/ntstack.asm U src/gnu/egcs/gcc/config/rs6000/rs6000.c U src/gnu/egcs/gcc/config/rs6000/rs6000.h U src/gnu/egcs/gcc/config/rs6000/rs6000.md U src/gnu/egcs/gcc/config/rs6000/rtems.h U src/gnu/egcs/gcc/config/rs6000/sol-c0.c U src/gnu/egcs/gcc/config/rs6000/sol-ci.asm U src/gnu/egcs/gcc/config/rs6000/sol-cn.asm U src/gnu/egcs/gcc/config/rs6000/sol2.h C src/gnu/egcs/gcc/config/rs6000/sysv4.h U src/gnu/egcs/gcc/config/rs6000/sysv4le.h U src/gnu/egcs/gcc/config/rs6000/t-aix43 U src/gnu/egcs/gcc/config/rs6000/t-beos U src/gnu/egcs/gcc/config/rs6000/t-newas U src/gnu/egcs/gcc/config/rs6000/t-ppc U src/gnu/egcs/gcc/config/rs6000/t-ppccomm U src/gnu/egcs/gcc/config/rs6000/t-ppcgas U src/gnu/egcs/gcc/config/rs6000/t-ppcos U src/gnu/egcs/gcc/config/rs6000/t-rs6000 U src/gnu/egcs/gcc/config/rs6000/t-winnt U src/gnu/egcs/gcc/config/rs6000/t-xnewas U src/gnu/egcs/gcc/config/rs6000/t-xrs6000 U src/gnu/egcs/gcc/config/rs6000/tramp.asm U src/gnu/egcs/gcc/config/rs6000/vxppc.h U src/gnu/egcs/gcc/config/rs6000/win-nt.h U src/gnu/egcs/gcc/config/rs6000/x-aix31 U src/gnu/egcs/gcc/config/rs6000/x-aix41 U src/gnu/egcs/gcc/config/rs6000/x-aix41-gld U src/gnu/egcs/gcc/config/rs6000/x-aix43 U src/gnu/egcs/gcc/config/rs6000/x-beos U src/gnu/egcs/gcc/config/rs6000/x-cygwin U src/gnu/egcs/gcc/config/rs6000/x-lynx U src/gnu/egcs/gcc/config/rs6000/x-mach U src/gnu/egcs/gcc/config/rs6000/x-rs6000 U src/gnu/egcs/gcc/config/rs6000/x-sysv4 U src/gnu/egcs/gcc/config/rs6000/xm-beos.h U src/gnu/egcs/gcc/config/rs6000/xm-cygwin.h U src/gnu/egcs/gcc/config/rs6000/xm-lynx.h U src/gnu/egcs/gcc/config/rs6000/xm-mach.h U src/gnu/egcs/gcc/config/rs6000/xm-rs6000.h U src/gnu/egcs/gcc/config/rs6000/xm-sysv4.h U src/gnu/egcs/gcc/config/sh/rtems.h U src/gnu/egcs/gcc/config/sh/elf.h U src/gnu/egcs/gcc/config/sh/lib1funcs.asm U src/gnu/egcs/gcc/config/sh/rtemself.h U src/gnu/egcs/gcc/config/sh/sh.c U src/gnu/egcs/gcc/config/sh/sh.h U src/gnu/egcs/gcc/config/sh/sh.md U src/gnu/egcs/gcc/config/sh/t-sh U src/gnu/egcs/gcc/config/sh/xm-sh.h U src/gnu/egcs/gcc/config/sparc/gmon-sol2.c U src/gnu/egcs/gcc/config/sparc/aout.h U src/gnu/egcs/gcc/config/sparc/bsd.h U src/gnu/egcs/gcc/config/sparc/elf.h U src/gnu/egcs/gcc/config/sparc/lb1spc.asm U src/gnu/egcs/gcc/config/sparc/hal.h U src/gnu/egcs/gcc/config/sparc/lb1spl.asm U src/gnu/egcs/gcc/config/sparc/linux-aout.h U src/gnu/egcs/gcc/config/sparc/linux.h U src/gnu/egcs/gcc/config/sparc/linux64.h U src/gnu/egcs/gcc/config/sparc/lite.h U src/gnu/egcs/gcc/config/sparc/litecoff.h U src/gnu/egcs/gcc/config/sparc/lynx-ng.h U src/gnu/egcs/gcc/config/sparc/lynx.h U src/gnu/egcs/gcc/config/sparc/netbsd.h U src/gnu/egcs/gcc/config/sparc/openbsd.h U src/gnu/egcs/gcc/config/sparc/pbd.h U src/gnu/egcs/gcc/config/sparc/rtems.h U src/gnu/egcs/gcc/config/sparc/sol2-c1.asm U src/gnu/egcs/gcc/config/sparc/sol2-ci.asm U src/gnu/egcs/gcc/config/sparc/sol2-cn.asm U src/gnu/egcs/gcc/config/sparc/sol2-g1.asm U src/gnu/egcs/gcc/config/sparc/sol2-sld-64.h U src/gnu/egcs/gcc/config/sparc/sol2-sld.h U src/gnu/egcs/gcc/config/sparc/sol2.h U src/gnu/egcs/gcc/config/sparc/sp64-aout.h U src/gnu/egcs/gcc/config/sparc/sp64-elf.h U src/gnu/egcs/gcc/config/sparc/sparc.c U src/gnu/egcs/gcc/config/sparc/sparc.h U src/gnu/egcs/gcc/config/sparc/sparc.md U src/gnu/egcs/gcc/config/sparc/splet.h U src/gnu/egcs/gcc/config/sparc/sun4gas.h U src/gnu/egcs/gcc/config/sparc/sun4o3.h U src/gnu/egcs/gcc/config/sparc/sunos4.h U src/gnu/egcs/gcc/config/sparc/sysv4.h U src/gnu/egcs/gcc/config/sparc/t-elf U src/gnu/egcs/gcc/config/sparc/t-halos U src/gnu/egcs/gcc/config/sparc/t-linux64 U src/gnu/egcs/gcc/config/sparc/t-sol2 U src/gnu/egcs/gcc/config/sparc/t-sol2-64 U src/gnu/egcs/gcc/config/sparc/t-sp64 U src/gnu/egcs/gcc/config/sparc/t-sparcbare U src/gnu/egcs/gcc/config/sparc/t-sparclite U src/gnu/egcs/gcc/config/sparc/t-splet U src/gnu/egcs/gcc/config/sparc/t-sunos40 U src/gnu/egcs/gcc/config/sparc/t-sunos41 U src/gnu/egcs/gcc/config/sparc/t-vxsparc U src/gnu/egcs/gcc/config/sparc/vxsim.h U src/gnu/egcs/gcc/config/sparc/vxsparc.h U src/gnu/egcs/gcc/config/sparc/x-sysv4 U src/gnu/egcs/gcc/config/sparc/xm-linux.h U src/gnu/egcs/gcc/config/sparc/xm-lynx.h U src/gnu/egcs/gcc/config/sparc/xm-openbsd.h U src/gnu/egcs/gcc/config/sparc/xm-pbd.h U src/gnu/egcs/gcc/config/sparc/xm-sol2.h U src/gnu/egcs/gcc/config/sparc/xm-sp64.h U src/gnu/egcs/gcc/config/sparc/xm-sparc.h U src/gnu/egcs/gcc/config/sparc/xm-sysv4-64.h U src/gnu/egcs/gcc/config/sparc/xm-sysv4.h U src/gnu/egcs/gcc/config/spur/spur.md U src/gnu/egcs/gcc/config/spur/spur.c U src/gnu/egcs/gcc/config/spur/spur.h U src/gnu/egcs/gcc/config/spur/xm-spur.h U src/gnu/egcs/gcc/config/tahoe/harris.h U src/gnu/egcs/gcc/config/tahoe/tahoe.c U src/gnu/egcs/gcc/config/tahoe/tahoe.h U src/gnu/egcs/gcc/config/tahoe/tahoe.md U src/gnu/egcs/gcc/config/tahoe/xm-tahoe.h U src/gnu/egcs/gcc/config/v850/lib1funcs.asm U src/gnu/egcs/gcc/config/v850/t-v850 U src/gnu/egcs/gcc/config/v850/v850.c U src/gnu/egcs/gcc/config/v850/v850.h U src/gnu/egcs/gcc/config/v850/v850.md U src/gnu/egcs/gcc/config/v850/xm-v850.h U src/gnu/egcs/gcc/config/vax/netbsd.h U src/gnu/egcs/gcc/config/vax/ultrix.h U src/gnu/egcs/gcc/config/vax/vax.c U src/gnu/egcs/gcc/config/vax/vax.h U src/gnu/egcs/gcc/config/vax/vax.md U src/gnu/egcs/gcc/config/vax/vaxv.h U src/gnu/egcs/gcc/config/vax/vms.h U src/gnu/egcs/gcc/config/vax/x-vax U src/gnu/egcs/gcc/config/vax/xm-vax.h U src/gnu/egcs/gcc/config/vax/xm-vaxv.h U src/gnu/egcs/gcc/config/vax/xm-vms.h U src/gnu/egcs/gcc/config/we32k/we32k.c U src/gnu/egcs/gcc/config/we32k/we32k.h U src/gnu/egcs/gcc/config/we32k/we32k.md U src/gnu/egcs/gcc/config/we32k/x-we32k U src/gnu/egcs/gcc/config/we32k/xm-we32k.h U src/gnu/egcs/gcc/config/winnt/config-nt.bat U src/gnu/egcs/gcc/config/winnt/config-nt.sed U src/gnu/egcs/gcc/config/winnt/dirent.c U src/gnu/egcs/gcc/config/winnt/dirent.h U src/gnu/egcs/gcc/config/winnt/fixinc-nt.c U src/gnu/egcs/gcc/config/winnt/headers.mak U src/gnu/egcs/gcc/config/winnt/ld.c U src/gnu/egcs/gcc/config/winnt/libgcc.mak U src/gnu/egcs/gcc/config/winnt/mklibgcc.c U src/gnu/egcs/gcc/config/winnt/oldnames.c U src/gnu/egcs/gcc/config/winnt/spawnv.c U src/gnu/egcs/gcc/config/winnt/win-nt.h U src/gnu/egcs/gcc/config/winnt/x-winnt U src/gnu/egcs/gcc/config/winnt/xm-winnt.h U src/gnu/egcs/gcc/fixinc/Makefile.in U src/gnu/egcs/gcc/fixinc/README U src/gnu/egcs/gcc/fixinc/fixinc.dgux U src/gnu/egcs/gcc/fixinc/fixinc.interix U src/gnu/egcs/gcc/fixinc/fixinc.irix U src/gnu/egcs/gcc/fixinc/fixinc.ptx U src/gnu/egcs/gcc/fixinc/fixinc.sco U src/gnu/egcs/gcc/fixinc/fixinc.svr4 U src/gnu/egcs/gcc/fixinc/fixinc.winnt U src/gnu/egcs/gcc/fixinc/fixinc.wrap U src/gnu/egcs/gcc/fixinc/fixinc.x86-linux-gnu U src/gnu/egcs/gcc/fixinc/fixincl.c U src/gnu/egcs/gcc/fixinc/fixincl.sh U src/gnu/egcs/gcc/fixinc/fixincl.tpl U src/gnu/egcs/gcc/fixinc/fixincl.x U src/gnu/egcs/gcc/fixinc/genfixes U src/gnu/egcs/gcc/fixinc/gnu-regex.c U src/gnu/egcs/gcc/fixinc/gnu-regex.h U src/gnu/egcs/gcc/fixinc/hackshell.tpl U src/gnu/egcs/gcc/fixinc/inclhack.def U src/gnu/egcs/gcc/fixinc/inclhack.sh U src/gnu/egcs/gcc/fixinc/inclhack.tpl U src/gnu/egcs/gcc/fixinc/mkfixinc.sh U src/gnu/egcs/gcc/fixinc/procopen.c U src/gnu/egcs/gcc/fixinc/server.c U src/gnu/egcs/gcc/fixinc/server.h U src/gnu/egcs/gcc/ginclude/iso646.h U src/gnu/egcs/gcc/ginclude/math-3300.h U src/gnu/egcs/gcc/ginclude/math-68881.h U src/gnu/egcs/gcc/ginclude/ppc-asm.h U src/gnu/egcs/gcc/ginclude/proto.h U src/gnu/egcs/gcc/ginclude/stdarg.h U src/gnu/egcs/gcc/ginclude/stdbool.h U src/gnu/egcs/gcc/ginclude/stddef.h U src/gnu/egcs/gcc/ginclude/va-alpha.h U src/gnu/egcs/gcc/ginclude/va-arc.h U src/gnu/egcs/gcc/ginclude/va-c4x.h U src/gnu/egcs/gcc/ginclude/va-clipper.h U src/gnu/egcs/gcc/ginclude/va-h8300.h U src/gnu/egcs/gcc/ginclude/va-i860.h U src/gnu/egcs/gcc/ginclude/va-i960.h U src/gnu/egcs/gcc/ginclude/va-m32r.h U src/gnu/egcs/gcc/ginclude/va-m88k.h U src/gnu/egcs/gcc/ginclude/va-mips.h U src/gnu/egcs/gcc/ginclude/va-mn10200.h U src/gnu/egcs/gcc/ginclude/va-mn10300.h U src/gnu/egcs/gcc/ginclude/va-pa.h U src/gnu/egcs/gcc/ginclude/va-ppc.h U src/gnu/egcs/gcc/ginclude/va-pyr.h U src/gnu/egcs/gcc/ginclude/va-sh.h U src/gnu/egcs/gcc/ginclude/va-sparc.h U src/gnu/egcs/gcc/ginclude/va-spur.h U src/gnu/egcs/gcc/ginclude/va-v850.h U src/gnu/egcs/gcc/ginclude/varargs.h U src/gnu/egcs/gcc/intl/ChangeLog U src/gnu/egcs/gcc/intl/Makefile.in U src/gnu/egcs/gcc/intl/VERSION U src/gnu/egcs/gcc/intl/bindtextdom.c U src/gnu/egcs/gcc/intl/cat-compat.c U src/gnu/egcs/gcc/intl/dcgettext.c U src/gnu/egcs/gcc/intl/dgettext.c U src/gnu/egcs/gcc/intl/explodename.c U src/gnu/egcs/gcc/intl/finddomain.c U src/gnu/egcs/gcc/intl/gettext.c U src/gnu/egcs/gcc/intl/gettext.h U src/gnu/egcs/gcc/intl/gettextP.h U src/gnu/egcs/gcc/intl/hash-string.h U src/gnu/egcs/gcc/intl/intl-compat.c U src/gnu/egcs/gcc/intl/l10nflist.c U src/gnu/egcs/gcc/intl/libgettext.h U src/gnu/egcs/gcc/intl/linux-msg.sed U src/gnu/egcs/gcc/intl/loadinfo.h U src/gnu/egcs/gcc/intl/loadmsgcat.c U src/gnu/egcs/gcc/intl/localealias.c U src/gnu/egcs/gcc/intl/po2tbl.sed.in U src/gnu/egcs/gcc/intl/textdomain.c U src/gnu/egcs/gcc/intl/xopen-msg.sed U src/gnu/egcs/gcc/java/ChangeLog U src/gnu/egcs/gcc/java/Make-lang.in U src/gnu/egcs/gcc/java/Makefile.in U src/gnu/egcs/gcc/java/buffer.c U src/gnu/egcs/gcc/java/buffer.h U src/gnu/egcs/gcc/java/check-init.c U src/gnu/egcs/gcc/java/class.c U src/gnu/egcs/gcc/java/config-lang.in U src/gnu/egcs/gcc/java/constants.c U src/gnu/egcs/gcc/java/convert.h U src/gnu/egcs/gcc/java/decl.c U src/gnu/egcs/gcc/java/except.c U src/gnu/egcs/gcc/java/expr.c U src/gnu/egcs/gcc/java/gjavah.c U src/gnu/egcs/gcc/java/java-except.h U src/gnu/egcs/gcc/java/java-opcodes.h U src/gnu/egcs/gcc/java/java-tree.def U src/gnu/egcs/gcc/java/java-tree.h U src/gnu/egcs/gcc/java/javaop.def U src/gnu/egcs/gcc/java/javaop.h U src/gnu/egcs/gcc/java/jcf-depend.c U src/gnu/egcs/gcc/java/jcf.h U src/gnu/egcs/gcc/java/jcf-dump.c U src/gnu/egcs/gcc/java/jcf-io.c U src/gnu/egcs/gcc/java/jcf-parse.c U src/gnu/egcs/gcc/java/jcf-path.c U src/gnu/egcs/gcc/java/jcf-reader.c U src/gnu/egcs/gcc/java/jcf-write.c U src/gnu/egcs/gcc/java/jv-scan.c U src/gnu/egcs/gcc/java/jvgenmain.c U src/gnu/egcs/gcc/java/jvspec.c U src/gnu/egcs/gcc/java/keyword.gperf U src/gnu/egcs/gcc/java/keyword.h U src/gnu/egcs/gcc/java/lang-options.h U src/gnu/egcs/gcc/java/lang-specs.h U src/gnu/egcs/gcc/java/lang.c U src/gnu/egcs/gcc/java/lex.c U src/gnu/egcs/gcc/java/lex.h U src/gnu/egcs/gcc/java/mangle.c U src/gnu/egcs/gcc/java/parse-scan.c U src/gnu/egcs/gcc/java/parse-scan.y U src/gnu/egcs/gcc/java/parse.c U src/gnu/egcs/gcc/java/parse.h U src/gnu/egcs/gcc/java/parse.y U src/gnu/egcs/gcc/java/typeck.c U src/gnu/egcs/gcc/java/verify.c U src/gnu/egcs/gcc/java/xref.c U src/gnu/egcs/gcc/java/xref.h U src/gnu/egcs/gcc/java/zextract.c U src/gnu/egcs/gcc/java/zipfile.h U src/gnu/egcs/gcc/objc/Make-lang.in U src/gnu/egcs/gcc/objc/Makefile.in U src/gnu/egcs/gcc/objc/README U src/gnu/egcs/gcc/objc/config-lang.in U src/gnu/egcs/gcc/objc/lang-specs.h U src/gnu/egcs/gcc/objc/objc-act.c U src/gnu/egcs/gcc/objc/objc-act.h U src/gnu/egcs/gcc/objc/objc-parse.c U src/gnu/egcs/gcc/objc/objc-parse.y U src/gnu/egcs/gcc/objc/objc-tree.def U src/gnu/egcs/gcc/objc/objc.gperf U src/gnu/egcs/gcc/testsuite/ChangeLog U src/gnu/egcs/gcc/testsuite/README U src/gnu/egcs/gcc/testsuite/README.g++ U src/gnu/egcs/gcc/testsuite/README.gcc U src/gnu/egcs/gcc/testsuite/config/default.exp U src/gnu/egcs/gcc/testsuite/g++.dg/special/conpr-1.C U src/gnu/egcs/gcc/testsuite/g++.dg/special/conpr-2.C U src/gnu/egcs/gcc/testsuite/g++.dg/special/conpr-2a.C U src/gnu/egcs/gcc/testsuite/g++.dg/special/conpr-3.C U src/gnu/egcs/gcc/testsuite/g++.dg/special/conpr-3a.C U src/gnu/egcs/gcc/testsuite/g++.dg/special/conpr-3b.C U src/gnu/egcs/gcc/testsuite/g++.dg/special/ecos.exp U src/gnu/egcs/gcc/testsuite/g++.old-deja/Makefile.in U src/gnu/egcs/gcc/testsuite/g++.old-deja/configure.in U src/gnu/egcs/gcc/testsuite/g++.old-deja/old-deja.exp U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/.cvsignore U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/13478.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/13523.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/13908.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/14139.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/14664-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/14664-2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/14687.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15054.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15071.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15309-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15309-2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15351-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15351-2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15756-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15756-2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15799.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15800-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15800-2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/15822.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/16077.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/16567.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/17922.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/17930.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/18208.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/bool01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/bool02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/friend01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/friend02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/p12475.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/p13417.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/p13721.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/scope01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/scope02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/tem07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/typedef01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/typedef03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/typeid01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/warn01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/warn02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/warn03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin/warn04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/array1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/array2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/case1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/cond1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/delete1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/extern_C.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/friend1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/incomplete-cast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/inherit1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/inherit2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/nested1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/packed1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/protected1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/static1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/template1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/template2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/template3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob/template4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/abstract1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/README U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/def-args1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/access1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/alignof.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ambiguity1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/anon-union1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/arm1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/arm2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/arm3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/array-refs.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/array1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/asm-extn1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/bit-fields1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/bit-fields2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/bool1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/code-gen1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/code-gen2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/code-gen3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/code-gen4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/code-gen6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/complex1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/cvt1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/copy9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash45.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash46.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash47.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash48.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash49.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash50.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash51.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash52.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash53.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash54.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash55.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash56.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash57.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash58.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash60.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash61.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash62.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash63.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash64.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash65.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash66.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash67.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash68.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/crash9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ctors1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ctors2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ctors3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/cvt2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/cvt3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/cvt4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/cvt5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/def-fns1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/delete1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/delete2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/dtors1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/dtors2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/dtors3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/eh1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum-clash.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/enum9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/err-msg9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/explicit1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/friend1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/friend2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/friend3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/friend4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/groff1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/init9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/label1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/label2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/line1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/misc9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/mutable1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/nest4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/new-array.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/new1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/new2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/new3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ns1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/rtti1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/operators8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/overload9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/parse1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/parse2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/parse3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/parse4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/parse5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/parse6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/prepost1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/prepost2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/prepost3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/prepost4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ptolemy1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ptolemy2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/ptrmem4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/recurse.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/redecl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/redecl3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/reference1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/scope1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/scope2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/scope3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/scope4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/scope5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/shadow1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/sizeof1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/sizeof2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/sizeof3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/sizeof4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/sizeof5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/sorry1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/static1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/static2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/static3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/synth1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/template9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/temporary1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/typedef1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/union1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/union2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/union3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/visibility9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/vtables1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan/warnings9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/891229_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/891230_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900107_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900119_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900121_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900121_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900121_05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900127_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900127_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900205_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900205_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900205_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900207_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900208_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900208_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900208_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900209_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_08.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_09.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900210_10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900211_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900211_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900211_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900211_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900212_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900212_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900212_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900213_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900213_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900213_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900214_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900215_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900215_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900220_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900220_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900220_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900221_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900227_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900321_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900321_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900321_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900321_05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900322_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900324_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900324_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900324_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900324_05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900324_06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900325_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900330_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900330_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900331_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900331_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900331_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900401_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900402_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900402_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900403_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900403_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900404_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900404_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900404_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900404_07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900405_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900406_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900406_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900407_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900428_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900428_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900428_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900511_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900511_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900511_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900514_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_09.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900519_13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900520_02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900520_03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900520_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900520_05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs/900520_06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/cleanup1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/ctor1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/flow1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/new1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/new2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/pdel1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/pdel2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/ptr1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/rethrow1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/rethrow2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/rethrow3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/rethrow4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/rethrow5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/spec1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/spec2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/spec3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/spec4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/spec5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/spec6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/throw1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/throw2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/tmpl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/tmpl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/tmpl3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh/unwind1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/addrfunc1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/addrfunc2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/addrfunc3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/array1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/array2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/arrnew.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/arrnew2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/attrib1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/attrib2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/attrib3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/attrib4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/attrib5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/bound1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/constructor.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/default.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/implicit1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/jump1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/memconst.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/null1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/pretty.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext/typeof1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/README U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope08.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope09.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/scope13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig08.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig09.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb/sig31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/2371.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/3523.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/access9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/aggregate.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ambig1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ambig2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ambig3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/anon.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/anon2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/anon3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/anon4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/binding.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/binding2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/binding3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/bool7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/builtin.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/builtin2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/byval.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/byval2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/byval3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/c-inline.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/c2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cast2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cast3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cleanup.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cleanup2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/complete1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cond.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/cond2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/condexp.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/const.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/const2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/const3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/const4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/context.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/conversion9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/crash9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ctor2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dcast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dcast2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dcast3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/default1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/default2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/default3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/defctor.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/delete1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/delete2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/delete3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/destruct.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/destruct2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/destruct3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/destruct4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dot.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dtor.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dtor2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dtor3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dtor4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/dtor5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/enum8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/explicit.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/expr1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/friend.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/friend2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/groff1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/hmc1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/incomplete1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/incomplete2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/init.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/init2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/init3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/init4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/inline.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/inline2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/inline3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/jump.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lex1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lineno.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lineno2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lineno3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lineno4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lineno5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/local.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lookup.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lookup2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lookup3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/loverload.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/loverload3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/loverload4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lvalue.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lvalue2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lvalue3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/lvalue4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/mangle1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/mangle2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/mangle3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/member.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/method.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/mi.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/mutable1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/nested8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/net.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/net2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/new.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/new2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/new3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/new4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/new5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/offset1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/offset2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/offset3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/offset4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opeq.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opeq2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opeq3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opeq4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opeq5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opeq6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/operator.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/operator2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/opover.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/optimize.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/optimize2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/overload9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/parse9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmem.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmem2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmem3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmem4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmf9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/pmftemp.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/precedence.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/redecl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/ref9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/report.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/return.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/return2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/return3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rfg9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rvalue1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rvalue2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/scoping9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/shadow1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/soverload.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/special.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/static1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/synth9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempargs.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempcons.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempdest.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempinst1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/this.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/union.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/template9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/temporary8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempover.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempparse.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tempsub.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/thunk1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/thunk3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tpt-1.cc U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tredecl.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tredecl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tredecl3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/tredecl4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/trivial.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/typeck.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/typedef.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/typedef2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/typedef3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/typeid1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/typeid2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/vecdel.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/virtual.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/virtual2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason/warning9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/access1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/access2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/access3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/access4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/access5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arg9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/arm9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/array1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/array2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bad-error1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bad-error3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bad-error4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bad-error6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bad-error7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bit-fields1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bit-fields2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/bit-fields3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/builtin1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/casts1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/casts2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/casts3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/code-gen1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/code-gen2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/code-gen4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/code-gen5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/copy1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/copy2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/ctors9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/cvt9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/dossier1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/dtors1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/dtors2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/dtors3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/dtors4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/dtors5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/enum9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/except1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/except2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/except3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/except4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/except5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/except6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/friend1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/friend4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/friend5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/global-init1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/incdec1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/init9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/inline4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/inline6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/inline7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/memoized1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/mentor1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/missed-error1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/missed-error2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/missed-error3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/missing1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/nest1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/nest2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/nest3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/nest4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/nest5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/pic1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/operators9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/parsing9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/patches1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/profile1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/refs1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/refs2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/refs3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/refs4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/scope1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/scope2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/scope3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/scope4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/scope5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/shadow1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/shadow2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/static-mem2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/static-mem3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/static-mem4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/static-mem5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/template1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/template2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/template3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/temps7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/typeck1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/typeck2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/typeck3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/typeck4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/union1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/union2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/union3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/union4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/unsorted1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/unsorted2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/vbase1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/virtual1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/virtual2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/virtual3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/virtual4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/visibility9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/vtable1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/vtable2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/vtable3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.law/weak.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/access1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/ambig1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/conv1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/lookup1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/new1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/overload1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/sts_conv.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/sts_iarr.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/sts_partial.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/sts_vectini.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/typedef1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin/typedef2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/enum1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/.cvsignore U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/align1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/align2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ambig1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/asm1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/asm2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/bool1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/bool2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/bool4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/conv1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/debug1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/dyncast9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh45.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh46.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh47.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh48.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh49.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh50.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh51.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh52.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh53.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh54.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh55.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh56.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh57.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh58.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/eh9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/explicit1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/err1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/err2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/err3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/offset1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/explicit2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/for1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/for2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/fresco1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/hog1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/init1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/init2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/leak1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/mangle1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/mangle2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/mangle3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/memoize1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/mi1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/mi2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/misc9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net45.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net46.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net47.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net48.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/net9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ns9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/opr-as1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/opr-dot1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10148.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10247.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10416.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10511.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10769a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10769b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10849a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p10951.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11012.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11110.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11116.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11142.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11144.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11482.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p11667.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p12306.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p12306a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p1248.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p1567.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p16146.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p1862.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p1989.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2394.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2431.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2573.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2736.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2746.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2793.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2806.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2846.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2846a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2846b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2855.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p2960.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3041.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3060c.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3060d.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3068.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3070.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3139.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3524a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3524b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3524c.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3538a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3538b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3570.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3579.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3708.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3708a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3708b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3764.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p3836.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4068.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4104.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4173.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p418.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4238.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4246.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4263.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p438.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4484.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4511.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4619.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4623.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4667.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4671.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4677.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4693.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4736a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4736b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4736c.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p4750.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5469.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5469a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5571.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5611.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5673.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5718.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5793.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5840.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p5958.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6004.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6058.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6149.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6311.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p646.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6578.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p658.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6610a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6610b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6611.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6746.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6901.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p6927.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p700.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p701.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p710.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7180.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7325.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7476.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p755.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p755a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7626.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7635.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7651.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p783.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p783a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p783b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p784.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p786.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7865.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7868.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p789.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p789a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p7912.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8009.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8018.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8039.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p807.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p807a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p811.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8154.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8155.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8175.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8269.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8460.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8483.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8620.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8785.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8786.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8804.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p8825.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9068.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9129.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9206.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9506.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9706.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9732a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9732b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p9732c.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/p991.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/parse1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmd1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pmf9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pt1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pt2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pt3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/pt4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/ref1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/rtti1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/rtti2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/rtti3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/s9959.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/scast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/temp.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/thunk1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/thunk2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/thunk3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/unroll1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/virt1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/virt2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/virt3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/virt4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/virt5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/virt6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/vtable1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike/warn8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/.cvsignore U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/Makefile.in U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/README U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/configure.in U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t113.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t114.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t115.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t118.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t119.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t120.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t121.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t122.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t123.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t124.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t125.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t126.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t127.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t128.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t129.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t130.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t131.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t132.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t133.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t134.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t135.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t136.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t137.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t138.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t139.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t140.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas/t141.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/alias7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/anon1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/bogus1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/crash1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/crash2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/crash3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/extern1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/friend1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/friend2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/invalid1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/main1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/koenig7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/lookup1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/lookup2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/lookup3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/lookup4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/lookup5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/ns9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/overload1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/overload2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/overload3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/overload4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/overload5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/template9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/undef1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns/using9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/.cvsignore U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/900403_04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/900519_12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/Makefile.in U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/access1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/access2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/access3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/access4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/access5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/access6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/addrof1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/ambig1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/anon1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/anon2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/array1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/array2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/badarrow.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/badopt1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/bitfld1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/cast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/cast2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/cleanup1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/cleanup2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/configure.in U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/const1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/const2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/conv1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/conv2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/conv3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/conv4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/conv5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/conv6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/copy1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/crash9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/cvt1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dcast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dcast2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/debug1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/debug2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/decl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/decl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/decl3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/defarg1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dll-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/defarg2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/delete1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/delete2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/delete3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/delete4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/delete5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dll-2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dll-3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dll-4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dll-5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dll-6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dtor1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dtor2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dtor3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/dtor4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/elab1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/empty1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/enum1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/expr1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/field1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/field2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/for1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/friend1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/friend2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/friend3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/friend4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/friend5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/incomplete.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/init9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lineno1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lineno2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/linkage1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/linkage2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/local1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/local2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/lookup9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/loop1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/main1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/mangle1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/mangle2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/mutable1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/nested1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/nested2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/nested3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/new.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/new2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/new3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/null1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/null2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/null3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overcnv1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overcnv2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/overload9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/parse1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/pmf1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/pmf2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/pmf3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/printf1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/ptrmem1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/ptrmem2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/ptrmem3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/ptrmem4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/realloc.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/redecl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/redecl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/ref1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rtti1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rtti2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rtti3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rtti4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rtti5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rttid2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rttid3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/rttid4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/signed.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/singleton.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/sizeof1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/static1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/static2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/static3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/static4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/string1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/temporary1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typeck1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typedef1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typedef2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typedef3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typedef4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typedef5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typedef6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typeinfo1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/typename1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/union1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/using1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/using2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/using3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/using4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/using5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/virtual1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/virtual2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/virtual3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/virtual4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/vtbl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/warn01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.other/warn3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/alignof.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/array1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/array2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/array3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/array4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/assign1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/auto_ptr.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/bad-type.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/call1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/call2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/cast1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/const1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/conv1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/conv2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/copy1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ctor1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/crash9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ctor2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/decl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/decl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/deduct1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/defarg8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/derived1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/derived2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/eichin01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/eichin01a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/eichin01b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/enum9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/expr1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/expr2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit50.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit51.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit52.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit53.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit54.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit55.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit56.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit57.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit58.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit59.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit60.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit61.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit62.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit63.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit64.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit65.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/expr3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit66.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit67.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit68.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit70.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit71.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit72.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit73.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit74.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit75.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit77.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit78.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit79.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/explicit9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/expr5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/expr6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/expr7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/friend9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/goto.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/inherit1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate5-main.cc U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate5.cc U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/label1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/link1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/local1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/local2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/local3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/local4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/local5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/local6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/lookup9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/m9a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memclass9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/mi1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp45.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp46.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp47.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp48.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp49.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp52.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp53.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp55.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp56.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp58.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp59.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp60.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp61.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp62.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp63.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp64.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp65.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp66.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp67.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp68.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp69.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp70.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp71.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp72.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp73.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp74.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp75.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp76.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp77.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp78.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp79.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp80.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp81.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp82.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp83.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/memtemp9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nested1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nested2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/niklas01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nttp1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nttp2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/niklas01b.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/niklas02.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/niklas03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nontype1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nontype2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nontype3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/nontype4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/overload9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/parse2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/partial1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/partial2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/partial3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/pointer1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ptrmem7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/recursion.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/recursion2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/redecl1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/redecl2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ref1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/scope1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/shadow1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/shadow2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/sizeof.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/sizeof2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/sizeof3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/spec9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/static_cast.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/stmtexpr.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/stmtexpr2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t00.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t01.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t03.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t04.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t05.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t06.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t07.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t08.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t09.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t11a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t12a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t14a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t32a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t34a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t35a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t37a.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/t42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/test4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/test5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/tiemann1r.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/tiemann2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/to2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/tt.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/tt2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp25.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp40.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp42.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp45.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp46.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp47.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp48.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp49.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp50.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp51.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp52.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp53.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp54.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp55.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/ttp9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typedef1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typedef2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typedef3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typedef4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/typename9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/unify1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/unify2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/unify3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/unify4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/union1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/union2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/vaarg.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/vbase1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/virtual1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt/warn1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.rfg/00321_01-.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.rfg/00324_02-.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/980310-1.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/README U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb10.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb101.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb102.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb103.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb104.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb105.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb106.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb107.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb108.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb109.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb11.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb110.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb111.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb112.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb113.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb114.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb115.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb116.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb12.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb120.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb121.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb123.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb124.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb125.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb126.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb127.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb128.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb129.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb13.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb131.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb132.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb133.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb14.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb15.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb16.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb17.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb18.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb19.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb2.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb20.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb21.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb22.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb23.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb24.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb28.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb29.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb3.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb30.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb31.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb32.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb33.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb34.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb35.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb36.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb37.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb38.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb39.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb4.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb41.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb44.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb45.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb46.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb48.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb49.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb5.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb50.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb51.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb52.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb54.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb56.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb57.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb58.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb59.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb6.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb60.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb61.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb62.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb63.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb64.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb65.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb66.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb67.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb69.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb7.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb70.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb71.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb73.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb74.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb75.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb76.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb77.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb79.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb8.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb80.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb81.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb82.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb83.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb84.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb86.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb87.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb88.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb9.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb90.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb91.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb92.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb93.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb94.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb95.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb97.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb98.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb99.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/ebnull-cast.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/ebnull.C U src/gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl/ebnull-oldcast.C U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/19990218-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/19990305-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/19990419-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/19990502-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/19990502-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/960317-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/970125-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/970915-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-3.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-4.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-6.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-7.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980310-8.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980419-2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980424-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980427-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/980729-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/981117-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/990115-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/alpha1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/compile.exp U src/gnu/egcs/gcc/testsuite/g77.f-torture/compile/toon_1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19981119-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990313-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990313-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990313-2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990313-3.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990325-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990325-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/19990419-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/970625-2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/970816-3.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/971102-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980520-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-10.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-3.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-4.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-5.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-6.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-7.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-8.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980628-9.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980701-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/980701-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/alpha2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/auto0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/auto1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/cabs.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/claus.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/complex_1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/cpp.F U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/dcomplex.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/dnrm2.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/erfc.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/execute.exp U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/exp.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/io0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/io1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/labug1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/large_vec.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/le.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/short.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/execute/u77-test.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/noncompile/19981216-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/noncompile/19990218-1.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/noncompile/980615-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/noncompile/980616-0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/noncompile/check0.f U src/gnu/egcs/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/ChangeLog U src/gnu/egcs/gcc/testsuite/gcc.c-torture/code_quality/920608-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/code_quality/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/code_quality/code_quality.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/code_quality/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/strct-layout.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/struct-align.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/struct-big.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/struct-i.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/struct-ic.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/struct-ii.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compat/struct-ret-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/900116-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/900216-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/900313-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/900407-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/900516-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920301-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920409-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920409-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920410-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920410-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920411-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920413-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920415-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920428-7.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-10.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-11.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/calls.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-12.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-13.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-15.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-16.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-17.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-18.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-19.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-20.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-21.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-22.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-23.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-7.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-8.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920501-9.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920502-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920502-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920529-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920611-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920615-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920617-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920617-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920623-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920624-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920625-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920625-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920626-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920701-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920702-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920706-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920710-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920711-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920721-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920723-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920729-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920806-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920808-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920809-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920817-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920820-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920821-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920821-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920825-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920825-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920826-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920828-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920829-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920831-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920902-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920909-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920917-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920928-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920928-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920928-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920928-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920928-5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/920928-6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921004-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921011-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921011-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921012-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921012-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921013-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921019-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921021-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921024-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921026-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921103-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921109-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921111-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921116-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921118-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921126-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921202-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921202-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921203-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921203-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921206-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/921227-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930109-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930109-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930111-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930117-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930118-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930120-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930126-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930210-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930217-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930222-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930325-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930326-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930326-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930411-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930421-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930427-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930503-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930503-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930506-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930506-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930510-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930513-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930513-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930513-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930523-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930525-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930527-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930529-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930530-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930602-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930603-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930607-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930611-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930618-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930621-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930623-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930702-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930926-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/930927-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931003-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931004-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931013-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931013-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931013-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931018-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931031-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931102-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931102-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/931203-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/940611-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/940712-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/940718-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941014-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941014-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941014-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941014-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941019-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941111-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/941113-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950122-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950124-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950221-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950329-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950512-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950530-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950607-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950610-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950612-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950613-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950618-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950719-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950729-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950816-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950816-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950816-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950910-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950919-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950921-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/950922-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/951004-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/951106-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/951116-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/951128-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/951220-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/951222-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960106-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960130-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960201-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960218-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960220-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960221-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960319-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960514-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960704-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/960829-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961004-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961010-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961019-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961031-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961126-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961203-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/961203-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/970206-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/970214-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980329-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980408-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980504-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980506-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980506-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980511-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980701-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980706-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980726-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980729-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980816-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980821-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/980825-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981001-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981001-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981001-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981001-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981007-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981022-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981022-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981107-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981211-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/981223-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/990107-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/990117-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/990203-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/990517-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/990519-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/cmpdi-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/combine-hang.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/compile.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/funcptr-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/goto-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/init-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/init-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/labels-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/packed-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/widechar-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/compile/zero-strct-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/900409-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920202-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920302-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920409-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920410-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920411-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920415-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920428-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920428-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920428-2.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920429-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-7.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-7.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-8.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920501-9.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920506-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920520-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920603-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920604-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920612-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920612-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920618-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920625-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920710-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920711-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920721-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920721-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920721-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920721-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920726-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920728-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920731-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920810-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920812-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920829-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920908-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920908-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920909-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920922-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/920929-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921006-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921007-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921013-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921016-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921017-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921019-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921019-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921029-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921104-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921110-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921112-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921113-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921117-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921123-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921123-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921124-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921202-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921202-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921204-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921207-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921208-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921208-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921215-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921218-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/921218-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930106-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930111-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930123-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930126-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930208-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930406-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930408-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930429-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930429-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930513-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930513-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930518-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930526-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930527-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930529-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930603-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930603-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930603-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930608-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930614-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930614-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930621-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930622-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930622-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930628-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930630-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930702-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930713-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930718-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930719-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930725-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930818-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930916-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930921-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930929-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930930-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/930930-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931002-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-10.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-11.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-12.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-13.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-14.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-7.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-8.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931004-9.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931005-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931009-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931012-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931017-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931018-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931031-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931102-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931102-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931110-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931110-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931208-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/931228-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/940115-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/940122-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941014-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941014-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941014-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941015-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941021-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941025-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941031-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941101-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941110-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/941202-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950221-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950322-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950426-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950426-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950503-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950511-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950512-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950605-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950607-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950607-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950612-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950621-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950628-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950704-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950706-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950710-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950714-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950809-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950906-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950915-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/950929-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/951003-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/951115-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/951204-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960116-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960117-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960209-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960215-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960218-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960219-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960301-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960302-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960311-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960311-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960311-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960312-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960317-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960321-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960326-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960327-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960402-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960405-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960416-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960419-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960419-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960512-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960513-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960521-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960608-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960801-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960802-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960830-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/960909-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961004-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961017-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961017-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961026-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961112-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961122-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961122-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961125-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961206-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961213-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/961223-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/970214-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/970214-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/970217-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/970312-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/970923-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980205.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980223.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980424-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980505-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980505-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980506-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980506-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980506-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980526-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980526-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980526-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980602-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980602-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980604-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980605-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980608-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980612-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980617-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980618-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980701-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980707-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980709-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980716-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/980929-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/981001-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/981019-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/981130-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/981130-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/981206-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990106-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990106-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990117-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990127-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990127-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990128-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990130-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990208-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990211-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990222-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990324-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990326-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990404-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990413-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990413-2.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/990513-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/arith-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/arith-rand.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/bcp-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/bf-layout-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/bf-pack-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/bf-sign-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/bf-sign-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/bf64-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/cbrt.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/cmpdi-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/cmpsi-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/comp-goto-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/complex-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/complex-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/complex-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/complex-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/complex-5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/compndlit-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/conversion.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/cvt-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/cvt-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/dbra-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/divconst-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/divconst-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/divconst-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/divmod-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/enum-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/execute.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/func-ptr-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/gofast.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/index-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/inst-check.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/int-compare.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2b.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2c.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2d.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2e.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2e.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2f.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2f.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2g.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-2g.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-3b.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-3c.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/loop-4b.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcpy-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcpy-bi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/mod-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/nest-stdar-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/nestfunc-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/packed-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/pending-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ptr-arith-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/regstack-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/scope-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/scope-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-pack-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-pack-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-pack-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-pack-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-stdarg-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/struct-ini-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/struct-ini-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/struct-ini-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/struct-ini-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/struct-ret-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/struct-ret-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/tstdi-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-3.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/widechar-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/920518-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/920810-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/930529-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/minuszero.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/mzero2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/blkarg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/blkarg.x U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t7.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t8.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/t9.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/template U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/920507-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/920616-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/920721-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/920824-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/920923-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/921102-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/921116-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/930301-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/930622-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/930622-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/930714-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/931203-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940112-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940227-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940510-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1.h U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1a.h U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1b.h U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/950825-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/951025-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/951123-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/951227-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/971104-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/990416-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/init-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/init-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/invalid_asm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/noncompile.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/920413-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/920520-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/920521-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/920717-x.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/920717-y.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/920730-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/921210-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/930510-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/951130-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/960224-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/960224-2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/981006-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/eeprof-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/special/special.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG11.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/86.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bcopy.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG12.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG13.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG16.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG17.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG18.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG21.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG22.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG23.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG24.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG25.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/BUG6.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/DFcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/HIcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/HIset.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/PYRBUG.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/QIcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/QIset.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/SFset.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bad.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/SIcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/SIset.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/UHIcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/UQIcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/USIcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/a.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/a1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/a3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/aa.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/aaa.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/abs.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ac.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/acc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/add.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/add386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/addcc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/andm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/andmem.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/andn.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/andok.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/andsi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/andsparc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/aos.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/arr.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/as.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ase.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/b.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/b1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/b2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/b3.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/b88.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/band.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bb0.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bb1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bbb.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bfins.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bf.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bt386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bfx.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bge.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bit.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bitf.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bitw.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/blk.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bt.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/call386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bugc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/buns.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/bx.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/c.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/c1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/c2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/call.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/callind.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/charmtst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cmb.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cmphi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cmpsi386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cmul.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cn1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/comb.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/configure.in U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/consec.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/const.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/conv.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/conv_tst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/csebug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/cvt.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/d.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dbl_parm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dblbug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ddd.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dead.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/delay.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/di.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dic.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dilayout.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dimove.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dimul.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/div.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/divdf.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/dshift.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/e.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ex.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/g.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ext.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/f1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/f2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/fdmul.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/flo.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/float.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/flt_const.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/fnul.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/foo.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/forgetcc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/fq.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/gen_tst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/glob.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/gronk.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/hi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/hibug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/i++.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/i.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ic.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/icmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ifreg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/imm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/isinf.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/jmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/jumptab.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/l.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/layout.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/lbug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ll1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/llbug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/lll.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/load8.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/loadhicc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/log2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/logic.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/loop-1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/loop386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/lop.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/m1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/m2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/m5.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/m68.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mbyte.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mchar.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mcmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mdouble.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/memtst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/miscomp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mod.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/modcc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/move.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/move_qhi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mregtst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/msp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mtst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mu.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mul.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mword.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/mword1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/n.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/n1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/nand.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/neg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/o.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/omit.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/opout.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/opt.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/or.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/or386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/p.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/parms.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/pass.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/pmt.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/poor.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/pp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/pret-arg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/pyr.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/pyr2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/q.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/r.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/r1.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/rel.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/rmsc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/round.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/run.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/s.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sar.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/scal.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/scc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/scond.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/selfrec.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/t.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/seq.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/set386.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/set88.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sh.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/shand.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/shft.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/shift.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/shloop.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/shm.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/signext.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/signext2.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sim.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/simple.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sne.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sound.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sparcbug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/speed.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/stor.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/store0.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/storecc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/str.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/stru.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/structret.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/stuct.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sub32.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/subcc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/subcse.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/sym.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/symconst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/test-flow.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/test-loop.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/test.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/time.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/tmp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/trivial.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/trunc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/u.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/udconvert.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/udivmod4.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/uns.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/uns_tst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/uuarg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/v.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/w.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/ww.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/x.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xb.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xbg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xc.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xcsebug.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xdi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xfoo.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xi.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xlop.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xmtst.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xneg.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xopt.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xor.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xorn.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xpp.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xs.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xsh.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xz.c U src/gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted/xzz.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980211-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980217-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980226-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980312-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980313-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980414-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980502-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980520-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980523-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980526-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980709-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980816-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/980827-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990117-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990119-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990130-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990213-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990213-2.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990214-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990228-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990407-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990409-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990413-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990424-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/990506-0.c U src/gnu/egcs/gcc/testsuite/gcc.dg/README U src/gnu/egcs/gcc/testsuite/gcc.dg/bf-spl1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/cast-qual-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/clobbers.c U src/gnu/egcs/gcc/testsuite/gcc.dg/compare1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/cpp-if1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/cpp-if2.c U src/gnu/egcs/gcc/testsuite/gcc.dg/cpp-if3.c U src/gnu/egcs/gcc/testsuite/gcc.dg/cpp-mi.c U src/gnu/egcs/gcc/testsuite/gcc.dg/cpp-mic.h U src/gnu/egcs/gcc/testsuite/gcc.dg/cpp-micc.h U src/gnu/egcs/gcc/testsuite/gcc.dg/dg.exp U src/gnu/egcs/gcc/testsuite/gcc.dg/dll-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/dll-2.c U src/gnu/egcs/gcc/testsuite/gcc.dg/dll-3.c U src/gnu/egcs/gcc/testsuite/gcc.dg/dll-4.c U src/gnu/egcs/gcc/testsuite/gcc.dg/ifelse-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/noreturn-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/return-type-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/setjmp-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/splet-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/struct-ret-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/switch-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/ultrasp1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-2.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-3.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-4.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-5.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-6.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-8.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-9.c U src/gnu/egcs/gcc/testsuite/gcc.dg/uninit-A.c U src/gnu/egcs/gcc/testsuite/gcc.dg/unused-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/alias-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/ecos.exp U src/gnu/egcs/gcc/testsuite/gcc.dg/special/gcsec-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/weak-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/weak-1a.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/weak-2.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/weak-2a.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/weak-2b.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/wkali-1.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/wkali-2.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/wkali-2a.c U src/gnu/egcs/gcc/testsuite/gcc.dg/special/wkali-2b.c U src/gnu/egcs/gcc/testsuite/gcc.failure/940409-1.c U src/gnu/egcs/gcc/testsuite/gcc.failure/940409-1.x U src/gnu/egcs/gcc/testsuite/gcc.failure/failure.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/Makefile.in U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/acker1.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/acker1.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/configure.in U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-1.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-10.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-11.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-12.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-2.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-3.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-4.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-5.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-6.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-7.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-8.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-9.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dg-test.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dhry.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dhry.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/dhry.h U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/gcov-1.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/gcov-2.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/gcov.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/m-un-1.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/m-un-2.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/matrix1.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/matrix1.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/mg.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/mg.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/msgs.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/sieve.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/sieve.exp U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/sort2.c U src/gnu/egcs/gcc/testsuite/gcc.misc-tests/sort2.exp U src/gnu/egcs/gcc/testsuite/lib/c-torture.exp U src/gnu/egcs/gcc/testsuite/lib/chill.exp U src/gnu/egcs/gcc/testsuite/lib/f-torture.exp U src/gnu/egcs/gcc/testsuite/lib/g++-dg.exp U src/gnu/egcs/gcc/testsuite/lib/g++.exp U src/gnu/egcs/gcc/testsuite/lib/g77.exp U src/gnu/egcs/gcc/testsuite/lib/gcc-dg.exp U src/gnu/egcs/gcc/testsuite/lib/gcc.exp U src/gnu/egcs/gcc/testsuite/lib/mike-g++.exp U src/gnu/egcs/gcc/testsuite/lib/mike-g77.exp U src/gnu/egcs/gcc/testsuite/lib/mike-gcc.exp U src/gnu/egcs/gcc/testsuite/lib/objc-torture.exp U src/gnu/egcs/gcc/testsuite/lib/objc.exp U src/gnu/egcs/gcc/testsuite/lib/old-dejagnu.exp U src/gnu/egcs/gcc/testsuite/objc/execute/bf-10.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-1.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-11.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-12.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-13.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-14.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-15.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-16.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-17.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-18.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-19.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-2.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-3.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-4.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-5.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-6.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-7.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-8.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-9.m U src/gnu/egcs/gcc/testsuite/objc/execute/bf-common.h U src/gnu/egcs/gcc/testsuite/objc/execute/execute.exp U src/gnu/egcs/include/COPYING U src/gnu/egcs/include/ChangeLog U src/gnu/egcs/include/ansidecl.h U src/gnu/egcs/include/demangle.h U src/gnu/egcs/include/floatformat.h U src/gnu/egcs/include/fnmatch.h U src/gnu/egcs/include/getopt.h U src/gnu/egcs/include/libiberty.h U src/gnu/egcs/include/objalloc.h U src/gnu/egcs/include/obstack.h U src/gnu/egcs/include/splay-tree.h U src/gnu/egcs/include/symcat.h U src/gnu/egcs/libf2c/ChangeLog U src/gnu/egcs/libf2c/Makefile.in U src/gnu/egcs/libf2c/README U src/gnu/egcs/libf2c/TODO U src/gnu/egcs/libf2c/changes.netlib U src/gnu/egcs/libf2c/configure U src/gnu/egcs/libf2c/configure.in U src/gnu/egcs/libf2c/disclaimer.netlib U src/gnu/egcs/libf2c/f2c.h U src/gnu/egcs/libf2c/f2cext.c U src/gnu/egcs/libf2c/g2c.hin U src/gnu/egcs/libf2c/permission.netlib U src/gnu/egcs/libf2c/readme.netlib U src/gnu/egcs/libf2c/libF77/F77_aloc.c U src/gnu/egcs/libf2c/libF77/Makefile.in U src/gnu/egcs/libf2c/libF77/Notice U src/gnu/egcs/libf2c/libF77/README.netlib U src/gnu/egcs/libf2c/libF77/Version.c U src/gnu/egcs/libf2c/libF77/abort_.c U src/gnu/egcs/libf2c/libF77/c_abs.c U src/gnu/egcs/libf2c/libF77/c_cos.c U src/gnu/egcs/libf2c/libF77/c_div.c U src/gnu/egcs/libf2c/libF77/c_exp.c U src/gnu/egcs/libf2c/libF77/c_log.c U src/gnu/egcs/libf2c/libF77/c_sin.c U src/gnu/egcs/libf2c/libF77/c_sqrt.c U src/gnu/egcs/libf2c/libF77/cabs.c U src/gnu/egcs/libf2c/libF77/configure U src/gnu/egcs/libf2c/libF77/configure.in U src/gnu/egcs/libf2c/libF77/d_abs.c U src/gnu/egcs/libf2c/libF77/d_acos.c U src/gnu/egcs/libf2c/libF77/d_asin.c U src/gnu/egcs/libf2c/libF77/d_atan.c U src/gnu/egcs/libf2c/libF77/d_atn2.c U src/gnu/egcs/libf2c/libF77/d_cnjg.c U src/gnu/egcs/libf2c/libF77/d_cos.c U src/gnu/egcs/libf2c/libF77/d_cosh.c U src/gnu/egcs/libf2c/libF77/d_dim.c U src/gnu/egcs/libf2c/libF77/d_exp.c U src/gnu/egcs/libf2c/libF77/d_imag.c U src/gnu/egcs/libf2c/libF77/d_int.c U src/gnu/egcs/libf2c/libF77/d_lg10.c U src/gnu/egcs/libf2c/libF77/d_log.c U src/gnu/egcs/libf2c/libF77/d_mod.c U src/gnu/egcs/libf2c/libF77/d_nint.c U src/gnu/egcs/libf2c/libF77/d_prod.c U src/gnu/egcs/libf2c/libF77/d_sign.c U src/gnu/egcs/libf2c/libF77/d_sin.c U src/gnu/egcs/libf2c/libF77/d_sinh.c U src/gnu/egcs/libf2c/libF77/d_sqrt.c U src/gnu/egcs/libf2c/libF77/d_tan.c U src/gnu/egcs/libf2c/libF77/d_tanh.c U src/gnu/egcs/libf2c/libF77/derf_.c U src/gnu/egcs/libf2c/libF77/derfc_.c U src/gnu/egcs/libf2c/libF77/dtime_.c U src/gnu/egcs/libf2c/libF77/ef1asc_.c U src/gnu/egcs/libf2c/libF77/ef1cmc_.c U src/gnu/egcs/libf2c/libF77/erf_.c U src/gnu/egcs/libf2c/libF77/erfc_.c U src/gnu/egcs/libf2c/libF77/etime_.c U src/gnu/egcs/libf2c/libF77/exit_.c U src/gnu/egcs/libf2c/libF77/f2ch.add U src/gnu/egcs/libf2c/libF77/getarg_.c U src/gnu/egcs/libf2c/libF77/getenv_.c U src/gnu/egcs/libf2c/libF77/h_abs.c U src/gnu/egcs/libf2c/libF77/h_dim.c U src/gnu/egcs/libf2c/libF77/h_dnnt.c U src/gnu/egcs/libf2c/libF77/h_indx.c U src/gnu/egcs/libf2c/libF77/h_len.c U src/gnu/egcs/libf2c/libF77/h_mod.c U src/gnu/egcs/libf2c/libF77/h_nint.c U src/gnu/egcs/libf2c/libF77/h_sign.c U src/gnu/egcs/libf2c/libF77/hl_ge.c U src/gnu/egcs/libf2c/libF77/hl_gt.c U src/gnu/egcs/libf2c/libF77/hl_le.c U src/gnu/egcs/libf2c/libF77/hl_lt.c U src/gnu/egcs/libf2c/libF77/i_abs.c U src/gnu/egcs/libf2c/libF77/i_dim.c U src/gnu/egcs/libf2c/libF77/i_dnnt.c U src/gnu/egcs/libf2c/libF77/i_indx.c U src/gnu/egcs/libf2c/libF77/i_len.c U src/gnu/egcs/libf2c/libF77/i_mod.c U src/gnu/egcs/libf2c/libF77/i_nint.c U src/gnu/egcs/libf2c/libF77/i_sign.c U src/gnu/egcs/libf2c/libF77/iargc_.c U src/gnu/egcs/libf2c/libF77/l_ge.c U src/gnu/egcs/libf2c/libF77/l_gt.c U src/gnu/egcs/libf2c/libF77/l_le.c U src/gnu/egcs/libf2c/libF77/l_lt.c U src/gnu/egcs/libf2c/libF77/lbitbits.c U src/gnu/egcs/libf2c/libF77/lbitshft.c U src/gnu/egcs/libf2c/libF77/main.c U src/gnu/egcs/libf2c/libF77/makefile.netlib U src/gnu/egcs/libf2c/libF77/pow_ci.c U src/gnu/egcs/libf2c/libF77/pow_dd.c U src/gnu/egcs/libf2c/libF77/pow_di.c U src/gnu/egcs/libf2c/libF77/pow_hh.c U src/gnu/egcs/libf2c/libF77/pow_ii.c U src/gnu/egcs/libf2c/libF77/pow_qq.c U src/gnu/egcs/libf2c/libF77/pow_ri.c U src/gnu/egcs/libf2c/libF77/pow_zi.c U src/gnu/egcs/libf2c/libF77/pow_zz.c U src/gnu/egcs/libf2c/libF77/qbitbits.c U src/gnu/egcs/libf2c/libF77/qbitshft.c U src/gnu/egcs/libf2c/libF77/r_abs.c U src/gnu/egcs/libf2c/libF77/r_acos.c U src/gnu/egcs/libf2c/libF77/r_asin.c U src/gnu/egcs/libf2c/libF77/r_atan.c U src/gnu/egcs/libf2c/libF77/r_atn2.c U src/gnu/egcs/libf2c/libF77/r_cnjg.c U src/gnu/egcs/libf2c/libF77/r_cos.c U src/gnu/egcs/libf2c/libF77/r_cosh.c U src/gnu/egcs/libf2c/libF77/r_dim.c U src/gnu/egcs/libf2c/libF77/r_exp.c U src/gnu/egcs/libf2c/libF77/r_imag.c U src/gnu/egcs/libf2c/libF77/r_int.c U src/gnu/egcs/libf2c/libF77/r_lg10.c U src/gnu/egcs/libf2c/libF77/r_log.c U src/gnu/egcs/libf2c/libF77/r_mod.c U src/gnu/egcs/libf2c/libF77/r_nint.c U src/gnu/egcs/libf2c/libF77/r_sign.c U src/gnu/egcs/libf2c/libF77/r_sin.c U src/gnu/egcs/libf2c/libF77/r_sinh.c U src/gnu/egcs/libf2c/libF77/r_sqrt.c U src/gnu/egcs/libf2c/libF77/r_tan.c U src/gnu/egcs/libf2c/libF77/r_tanh.c U src/gnu/egcs/libf2c/libF77/s_cat.c U src/gnu/egcs/libf2c/libF77/s_cmp.c U src/gnu/egcs/libf2c/libF77/s_copy.c U src/gnu/egcs/libf2c/libF77/s_paus.c U src/gnu/egcs/libf2c/libF77/s_rnge.c U src/gnu/egcs/libf2c/libF77/s_stop.c U src/gnu/egcs/libf2c/libF77/setarg.c U src/gnu/egcs/libf2c/libF77/setsig.c U src/gnu/egcs/libf2c/libF77/sig_die.c U src/gnu/egcs/libf2c/libF77/signal1.h U src/gnu/egcs/libf2c/libF77/signal1.h0 U src/gnu/egcs/libf2c/libF77/signal_.c U src/gnu/egcs/libf2c/libF77/system_.c U src/gnu/egcs/libf2c/libF77/z_abs.c U src/gnu/egcs/libf2c/libF77/z_cos.c U src/gnu/egcs/libf2c/libF77/z_div.c U src/gnu/egcs/libf2c/libF77/z_exp.c U src/gnu/egcs/libf2c/libF77/z_log.c U src/gnu/egcs/libf2c/libF77/z_sin.c U src/gnu/egcs/libf2c/libF77/z_sqrt.c U src/gnu/egcs/libf2c/libI77/Makefile.in U src/gnu/egcs/libf2c/libI77/Notice U src/gnu/egcs/libf2c/libI77/README.netlib U src/gnu/egcs/libf2c/libI77/Version.c U src/gnu/egcs/libf2c/libI77/backspace.c U src/gnu/egcs/libf2c/libI77/close.c U src/gnu/egcs/libf2c/libI77/configure U src/gnu/egcs/libf2c/libI77/configure.in U src/gnu/egcs/libf2c/libI77/dfe.c U src/gnu/egcs/libf2c/libI77/dolio.c U src/gnu/egcs/libf2c/libI77/due.c U src/gnu/egcs/libf2c/libI77/endfile.c U src/gnu/egcs/libf2c/libI77/err.c U src/gnu/egcs/libf2c/libI77/f2ch.add U src/gnu/egcs/libf2c/libI77/fio.h U src/gnu/egcs/libf2c/libI77/fmt.c U src/gnu/egcs/libf2c/libI77/fmt.h U src/gnu/egcs/libf2c/libI77/fmtlib.c U src/gnu/egcs/libf2c/libI77/fp.h U src/gnu/egcs/libf2c/libI77/ftell_.c U src/gnu/egcs/libf2c/libI77/iio.c U src/gnu/egcs/libf2c/libI77/ilnw.c U src/gnu/egcs/libf2c/libI77/inquire.c U src/gnu/egcs/libf2c/libI77/lio.h U src/gnu/egcs/libf2c/libI77/lread.c U src/gnu/egcs/libf2c/libI77/lwrite.c U src/gnu/egcs/libf2c/libI77/makefile.netlib U src/gnu/egcs/libf2c/libI77/open.c U src/gnu/egcs/libf2c/libI77/rawio.h U src/gnu/egcs/libf2c/libI77/rdfmt.c U src/gnu/egcs/libf2c/libI77/rewind.c U src/gnu/egcs/libf2c/libI77/rsfe.c U src/gnu/egcs/libf2c/libI77/rsli.c U src/gnu/egcs/libf2c/libI77/rsne.c U src/gnu/egcs/libf2c/libI77/sfe.c U src/gnu/egcs/libf2c/libI77/sue.c U src/gnu/egcs/libf2c/libI77/typesize.c U src/gnu/egcs/libf2c/libI77/uio.c U src/gnu/egcs/libf2c/libI77/util.c U src/gnu/egcs/libf2c/libI77/wref.c U src/gnu/egcs/libf2c/libI77/wrtfmt.c U src/gnu/egcs/libf2c/libI77/wsfe.c U src/gnu/egcs/libf2c/libI77/wsle.c U src/gnu/egcs/libf2c/libI77/wsne.c U src/gnu/egcs/libf2c/libI77/xwsne.c U src/gnu/egcs/libf2c/libU77/COPYING.LIB U src/gnu/egcs/libf2c/libU77/Makefile.in U src/gnu/egcs/libf2c/libU77/PROJECTS U src/gnu/egcs/libf2c/libU77/README U src/gnu/egcs/libf2c/libU77/Version.c U src/gnu/egcs/libf2c/libU77/access_.c U src/gnu/egcs/libf2c/libU77/acconfig.h U src/gnu/egcs/libf2c/libU77/aclocal.m4 U src/gnu/egcs/libf2c/libU77/alarm_.c U src/gnu/egcs/libf2c/libU77/bes.c U src/gnu/egcs/libf2c/libU77/chdir_.c U src/gnu/egcs/libf2c/libU77/chmod_.c U src/gnu/egcs/libf2c/libU77/config.hin U src/gnu/egcs/libf2c/libU77/configure U src/gnu/egcs/libf2c/libU77/configure.in U src/gnu/egcs/libf2c/libU77/ctime_.c U src/gnu/egcs/libf2c/libU77/date_.c U src/gnu/egcs/libf2c/libU77/datetime_.c U src/gnu/egcs/libf2c/libU77/dbes.c U src/gnu/egcs/libf2c/libU77/dtime_.c U src/gnu/egcs/libf2c/libU77/etime_.c U src/gnu/egcs/libf2c/libU77/fdate_.c U src/gnu/egcs/libf2c/libU77/fgetc_.c U src/gnu/egcs/libf2c/libU77/flush1_.c U src/gnu/egcs/libf2c/libU77/fnum_.c U src/gnu/egcs/libf2c/libU77/fputc_.c U src/gnu/egcs/libf2c/libU77/fstat_.c U src/gnu/egcs/libf2c/libU77/gerror_.c U src/gnu/egcs/libf2c/libU77/getcwd_.c U src/gnu/egcs/libf2c/libU77/getgid_.c U src/gnu/egcs/libf2c/libU77/getlog_.c U src/gnu/egcs/libf2c/libU77/getpid_.c U src/gnu/egcs/libf2c/libU77/getuid_.c U src/gnu/egcs/libf2c/libU77/gmtime_.c U src/gnu/egcs/libf2c/libU77/hostnm_.c U src/gnu/egcs/libf2c/libU77/idate_.c U src/gnu/egcs/libf2c/libU77/ierrno_.c U src/gnu/egcs/libf2c/libU77/irand_.c U src/gnu/egcs/libf2c/libU77/isatty_.c U src/gnu/egcs/libf2c/libU77/itime_.c U src/gnu/egcs/libf2c/libU77/kill_.c U src/gnu/egcs/libf2c/libU77/link_.c U src/gnu/egcs/libf2c/libU77/lnblnk_.c U src/gnu/egcs/libf2c/libU77/lstat_.c U src/gnu/egcs/libf2c/libU77/ltime_.c U src/gnu/egcs/libf2c/libU77/mclock_.c U src/gnu/egcs/libf2c/libU77/perror_.c U src/gnu/egcs/libf2c/libU77/rand_.c U src/gnu/egcs/libf2c/libU77/rename_.c U src/gnu/egcs/libf2c/libU77/secnds_.c U src/gnu/egcs/libf2c/libU77/second_.c U src/gnu/egcs/libf2c/libU77/sleep_.c U src/gnu/egcs/libf2c/libU77/srand_.c U src/gnu/egcs/libf2c/libU77/stamp-h.in U src/gnu/egcs/libf2c/libU77/stat_.c U src/gnu/egcs/libf2c/libU77/symlnk_.c U src/gnu/egcs/libf2c/libU77/sys_clock_.c U src/gnu/egcs/libf2c/libU77/time_.c U src/gnu/egcs/libf2c/libU77/ttynam_.c U src/gnu/egcs/libf2c/libU77/u77-test.f U src/gnu/egcs/libf2c/libU77/umask_.c U src/gnu/egcs/libf2c/libU77/unlink_.c U src/gnu/egcs/libf2c/libU77/vxtidate_.c U src/gnu/egcs/libf2c/libU77/vxttime_.c U src/gnu/egcs/libiberty/COPYING.LIB U src/gnu/egcs/libiberty/ChangeLog U src/gnu/egcs/libiberty/Makefile.in U src/gnu/egcs/libiberty/README U src/gnu/egcs/libiberty/acconfig.h U src/gnu/egcs/libiberty/alloca-conf.h U src/gnu/egcs/libiberty/alloca.c U src/gnu/egcs/libiberty/argv.c U src/gnu/egcs/libiberty/asprintf.c U src/gnu/egcs/libiberty/atexit.c U src/gnu/egcs/libiberty/basename.c U src/gnu/egcs/libiberty/bcmp.c U src/gnu/egcs/libiberty/bcopy.c U src/gnu/egcs/libiberty/bzero.c U src/gnu/egcs/libiberty/calloc.c U src/gnu/egcs/libiberty/choose-temp.c U src/gnu/egcs/libiberty/clock.c U src/gnu/egcs/libiberty/concat.c U src/gnu/egcs/libiberty/config.h-vms U src/gnu/egcs/libiberty/config.in U src/gnu/egcs/libiberty/config.table U src/gnu/egcs/libiberty/configure U src/gnu/egcs/libiberty/copysign.c U src/gnu/egcs/libiberty/configure.bat U src/gnu/egcs/libiberty/configure.in U src/gnu/egcs/libiberty/cplus-dem.c U src/gnu/egcs/libiberty/fdmatch.c U src/gnu/egcs/libiberty/floatformat.c U src/gnu/egcs/libiberty/fnmatch.c U src/gnu/egcs/libiberty/getcwd.c U src/gnu/egcs/libiberty/getopt.c U src/gnu/egcs/libiberty/getopt1.c U src/gnu/egcs/libiberty/getpagesize.c U src/gnu/egcs/libiberty/getruntime.c U src/gnu/egcs/libiberty/hex.c U src/gnu/egcs/libiberty/index.c U src/gnu/egcs/libiberty/insque.c U src/gnu/egcs/libiberty/makefile.dos U src/gnu/egcs/libiberty/makefile.vms U src/gnu/egcs/libiberty/memchr.c U src/gnu/egcs/libiberty/memcmp.c U src/gnu/egcs/libiberty/memcpy.c U src/gnu/egcs/libiberty/memmove.c U src/gnu/egcs/libiberty/memset.c U src/gnu/egcs/libiberty/mkstemps.c U src/gnu/egcs/libiberty/mpw-config.in U src/gnu/egcs/libiberty/mpw-make.sed U src/gnu/egcs/libiberty/mpw.c U src/gnu/egcs/libiberty/msdos.c U src/gnu/egcs/libiberty/objalloc.c U src/gnu/egcs/libiberty/obstack.c U src/gnu/egcs/libiberty/pexecute.c U src/gnu/egcs/libiberty/putenv.c U src/gnu/egcs/libiberty/random.c U src/gnu/egcs/libiberty/rename.c U src/gnu/egcs/libiberty/rindex.c U src/gnu/egcs/libiberty/setenv.c U src/gnu/egcs/libiberty/sigsetmask.c U src/gnu/egcs/libiberty/spaces.c U src/gnu/egcs/libiberty/splay-tree.c U src/gnu/egcs/libiberty/strcasecmp.c U src/gnu/egcs/libiberty/strchr.c U src/gnu/egcs/libiberty/strdup.c U src/gnu/egcs/libiberty/strerror.c U src/gnu/egcs/libiberty/strncasecmp.c U src/gnu/egcs/libiberty/strrchr.c U src/gnu/egcs/libiberty/strsignal.c U src/gnu/egcs/libiberty/strstr.c U src/gnu/egcs/libiberty/strtod.c U src/gnu/egcs/libiberty/strtol.c U src/gnu/egcs/libiberty/strtoul.c U src/gnu/egcs/libiberty/tmpnam.c U src/gnu/egcs/libiberty/vasprintf.c U src/gnu/egcs/libiberty/vfork.c U src/gnu/egcs/libiberty/vfprintf.c U src/gnu/egcs/libiberty/vmsbuild.com U src/gnu/egcs/libiberty/vprintf.c U src/gnu/egcs/libiberty/vsprintf.c U src/gnu/egcs/libiberty/waitpid.c U src/gnu/egcs/libiberty/xatexit.c U src/gnu/egcs/libiberty/xexit.c U src/gnu/egcs/libiberty/xmalloc.c U src/gnu/egcs/libiberty/xstrdup.c U src/gnu/egcs/libiberty/xstrerror.c U src/gnu/egcs/libiberty/config/mh-cxux7 U src/gnu/egcs/libiberty/config/mh-aix U src/gnu/egcs/libiberty/config/mh-fbsd21 U src/gnu/egcs/libiberty/config/mh-windows U src/gnu/egcs/libiberty/testsuite/Makefile.in U src/gnu/egcs/libiberty/testsuite/demangle-expected U src/gnu/egcs/libiberty/testsuite/regress-demangle U src/gnu/egcs/libio/ChangeLog U src/gnu/egcs/libio/Makefile.in U src/gnu/egcs/libio/NEWS U src/gnu/egcs/libio/PlotFile.cc U src/gnu/egcs/libio/PlotFile.h U src/gnu/egcs/libio/README U src/gnu/egcs/libio/SFile.cc U src/gnu/egcs/libio/SFile.h U src/gnu/egcs/libio/builtinbuf.cc U src/gnu/egcs/libio/builtinbuf.h U src/gnu/egcs/libio/cleanup.c U src/gnu/egcs/libio/config.shared U src/gnu/egcs/libio/configure.in U src/gnu/egcs/libio/depend U src/gnu/egcs/libio/editbuf.cc U src/gnu/egcs/libio/editbuf.h U src/gnu/egcs/libio/filebuf.cc U src/gnu/egcs/libio/filedoalloc.c U src/gnu/egcs/libio/fileops.c U src/gnu/egcs/libio/floatconv.c U src/gnu/egcs/libio/floatio.h U src/gnu/egcs/libio/fstream.cc U src/gnu/egcs/libio/libio.h U src/gnu/egcs/libio/fstream.h U src/gnu/egcs/libio/gen-params U src/gnu/egcs/libio/genops.c U src/gnu/egcs/libio/indstream.cc U src/gnu/egcs/libio/indstream.h U src/gnu/egcs/libio/ioassign.cc U src/gnu/egcs/libio/ioextend.cc U src/gnu/egcs/libio/iofclose.c U src/gnu/egcs/libio/iofdopen.c U src/gnu/egcs/libio/iofeof.c U src/gnu/egcs/libio/ioferror.c U src/gnu/egcs/libio/iofflush.c U src/gnu/egcs/libio/iofflush_u.c U src/gnu/egcs/libio/iofgetpos.c U src/gnu/egcs/libio/iofgets.c U src/gnu/egcs/libio/iofopen.c U src/gnu/egcs/libio/iofprintf.c U src/gnu/egcs/libio/iofputs.c U src/gnu/egcs/libio/iofread.c U src/gnu/egcs/libio/iofscanf.c U src/gnu/egcs/libio/iofsetpos.c U src/gnu/egcs/libio/ioftell.c U src/gnu/egcs/libio/iofwrite.c U src/gnu/egcs/libio/iogetc.c U src/gnu/egcs/libio/iogetdelim.c U src/gnu/egcs/libio/iogetline.c U src/gnu/egcs/libio/iogets.c U src/gnu/egcs/libio/ioignore.c U src/gnu/egcs/libio/iolibio.h U src/gnu/egcs/libio/iomanip.cc U src/gnu/egcs/libio/iomanip.h U src/gnu/egcs/libio/iopadn.c U src/gnu/egcs/libio/ioperror.c U src/gnu/egcs/libio/iopopen.c U src/gnu/egcs/libio/ioprims.c U src/gnu/egcs/libio/ioprintf.c U src/gnu/egcs/libio/ioputc.c U src/gnu/egcs/libio/ioputs.c U src/gnu/egcs/libio/ioscanf.c U src/gnu/egcs/libio/ioseekoff.c U src/gnu/egcs/libio/ioseekpos.c U src/gnu/egcs/libio/iosetbuffer.c U src/gnu/egcs/libio/iosetvbuf.c U src/gnu/egcs/libio/iosprintf.c U src/gnu/egcs/libio/iosscanf.c U src/gnu/egcs/libio/iostdio.h U src/gnu/egcs/libio/iostream.cc U src/gnu/egcs/libio/iostream.h U src/gnu/egcs/libio/iostream.texi U src/gnu/egcs/libio/iostreamP.h U src/gnu/egcs/libio/iostrerror.c U src/gnu/egcs/libio/ioungetc.c U src/gnu/egcs/libio/iovfprintf.c U src/gnu/egcs/libio/iovfscanf.c U src/gnu/egcs/libio/iovsprintf.c U src/gnu/egcs/libio/iovsscanf.c U src/gnu/egcs/libio/isgetline.cc U src/gnu/egcs/libio/isgetsb.cc U src/gnu/egcs/libio/isscan.cc U src/gnu/egcs/libio/istream.h U src/gnu/egcs/libio/libioP.h U src/gnu/egcs/libio/osform.cc U src/gnu/egcs/libio/ostream.h U src/gnu/egcs/libio/outfloat.c U src/gnu/egcs/libio/parsestream.cc U src/gnu/egcs/libio/parsestream.h U src/gnu/egcs/libio/peekc.c U src/gnu/egcs/libio/pfstream.cc U src/gnu/egcs/libio/pfstream.h U src/gnu/egcs/libio/procbuf.cc U src/gnu/egcs/libio/procbuf.h U src/gnu/egcs/libio/sbform.cc U src/gnu/egcs/libio/sbgetline.cc U src/gnu/egcs/libio/sbscan.cc U src/gnu/egcs/libio/stdfiles.c U src/gnu/egcs/libio/stdiostream.cc U src/gnu/egcs/libio/stdiostream.h U src/gnu/egcs/libio/stdstrbufs.cc U src/gnu/egcs/libio/stdstreams.cc U src/gnu/egcs/libio/stream.cc U src/gnu/egcs/libio/stream.h U src/gnu/egcs/libio/streambuf.cc U src/gnu/egcs/libio/streambuf.h U src/gnu/egcs/libio/strfile.h U src/gnu/egcs/libio/strops.c U src/gnu/egcs/libio/strstream.cc U src/gnu/egcs/libio/strstream.h U src/gnu/egcs/libio/config/hpux.mt U src/gnu/egcs/libio/config/isc.mt U src/gnu/egcs/libio/config/linux.mt U src/gnu/egcs/libio/config/linuxaxp1-libc-lock.h U src/gnu/egcs/libio/config/linuxaxp1-stdio-lock.h U src/gnu/egcs/libio/config/linuxaxp1.mt U src/gnu/egcs/libio/config/linuxlibc1.mt U src/gnu/egcs/libio/config/mn10200.mt U src/gnu/egcs/libio/config/mtsafe.mt U src/gnu/egcs/libio/config/netware.mt U src/gnu/egcs/libio/config/sco4.mt U src/gnu/egcs/libio/dbz/Makefile.in U src/gnu/egcs/libio/dbz/README U src/gnu/egcs/libio/dbz/altbytes U src/gnu/egcs/libio/dbz/byteflip.c U src/gnu/egcs/libio/dbz/case.c U src/gnu/egcs/libio/dbz/case.h U src/gnu/egcs/libio/dbz/configure.in U src/gnu/egcs/libio/dbz/dbz.1 U src/gnu/egcs/libio/dbz/dbz.3z U src/gnu/egcs/libio/dbz/dbz.c U src/gnu/egcs/libio/dbz/dbz.h U src/gnu/egcs/libio/dbz/dbzmain.c U src/gnu/egcs/libio/dbz/fake.c U src/gnu/egcs/libio/dbz/firstlast25 U src/gnu/egcs/libio/dbz/getmap U src/gnu/egcs/libio/dbz/random.c U src/gnu/egcs/libio/dbz/revbytes U src/gnu/egcs/libio/dbz/stdio.h U src/gnu/egcs/libio/include/empty.h U src/gnu/egcs/libio/stdio/ChangeLog I src/gnu/egcs/libio/stdio/ChangeLog.old U src/gnu/egcs/libio/stdio/Makefile.in U src/gnu/egcs/libio/stdio/clearerr.c U src/gnu/egcs/libio/stdio/clearerr_u.c U src/gnu/egcs/libio/stdio/configure.in U src/gnu/egcs/libio/stdio/fdopen.c U src/gnu/egcs/libio/stdio/feof.c U src/gnu/egcs/libio/stdio/feof_u.c U src/gnu/egcs/libio/stdio/ferror.c U src/gnu/egcs/libio/stdio/ferror_u.c U src/gnu/egcs/libio/stdio/fgetc.c U src/gnu/egcs/libio/stdio/fileno.c U src/gnu/egcs/libio/stdio/fputc.c U src/gnu/egcs/libio/stdio/fputc_u.c U src/gnu/egcs/libio/stdio/freopen.c U src/gnu/egcs/libio/stdio/fseek.c U src/gnu/egcs/libio/stdio/getc.c U src/gnu/egcs/libio/stdio/getc_u.c U src/gnu/egcs/libio/stdio/getchar.c U src/gnu/egcs/libio/stdio/getchar_u.c U src/gnu/egcs/libio/stdio/getline.c U src/gnu/egcs/libio/stdio/getw.c U src/gnu/egcs/libio/stdio/obprintf.c U src/gnu/egcs/libio/stdio/popen.c U src/gnu/egcs/libio/stdio/putc.c U src/gnu/egcs/libio/stdio/putc_u.c U src/gnu/egcs/libio/stdio/putchar.c U src/gnu/egcs/libio/stdio/putchar_u.c U src/gnu/egcs/libio/stdio/putw.c U src/gnu/egcs/libio/stdio/rewind.c U src/gnu/egcs/libio/stdio/setbuf.c U src/gnu/egcs/libio/stdio/setfileno.c U src/gnu/egcs/libio/stdio/setlinebuf.c U src/gnu/egcs/libio/stdio/snprintf.c U src/gnu/egcs/libio/stdio/stdio.h U src/gnu/egcs/libio/stdio/vasprintf.c U src/gnu/egcs/libio/stdio/vfprintf.c U src/gnu/egcs/libio/stdio/vfscanf.c U src/gnu/egcs/libio/stdio/vprintf.c U src/gnu/egcs/libio/stdio/vscanf.c U src/gnu/egcs/libio/stdio/vsnprintf.c U src/gnu/egcs/libio/tests/ChangeLog U src/gnu/egcs/libio/tests/Makefile.in U src/gnu/egcs/libio/tests/configure.in U src/gnu/egcs/libio/tests/hounddog.cc U src/gnu/egcs/libio/tests/hounddog.exp U src/gnu/egcs/libio/tests/hounddog.inp U src/gnu/egcs/libio/tests/putbackdog.cc U src/gnu/egcs/libio/tests/tFile.cc U src/gnu/egcs/libio/tests/tFile.exp U src/gnu/egcs/libio/tests/tFile.inp U src/gnu/egcs/libio/tests/tfformat.c U src/gnu/egcs/libio/tests/tiformat.c U src/gnu/egcs/libio/tests/tiomanip.cc U src/gnu/egcs/libio/tests/tiomanip.exp U src/gnu/egcs/libio/tests/tiomisc.cc U src/gnu/egcs/libio/tests/tiomisc.exp U src/gnu/egcs/libio/tests/tstdiomisc.c U src/gnu/egcs/libio/tests/tstdiomisc.exp U src/gnu/egcs/libio/testsuite/ChangeLog U src/gnu/egcs/libio/testsuite/Makefile.in U src/gnu/egcs/libio/testsuite/configure.in U src/gnu/egcs/libio/testsuite/config/default.exp U src/gnu/egcs/libio/testsuite/lib/libio.exp U src/gnu/egcs/libio/testsuite/libio.tests/hounddog.exp U src/gnu/egcs/libio/testsuite/libio.tests/putbackdog.exp U src/gnu/egcs/libio/testsuite/libio.tests/tFile.exp U src/gnu/egcs/libio/testsuite/libio.tests/tfformat.exp U src/gnu/egcs/libio/testsuite/libio.tests/tiformat.exp U src/gnu/egcs/libio/testsuite/libio.tests/tiomanip.exp U src/gnu/egcs/libio/testsuite/libio.tests/tiomisc.exp U src/gnu/egcs/libio/testsuite/libio.tests/tstdiomisc.exp U src/gnu/egcs/libobjc/ChangeLog U src/gnu/egcs/libobjc/Makefile.in U src/gnu/egcs/libobjc/NXConstStr.m U src/gnu/egcs/libobjc/Object.m U src/gnu/egcs/libobjc/Protocol.m U src/gnu/egcs/libobjc/README U src/gnu/egcs/libobjc/README.threads U src/gnu/egcs/libobjc/THREADS U src/gnu/egcs/libobjc/THREADS.MACH U src/gnu/egcs/libobjc/archive.c U src/gnu/egcs/libobjc/class.c U src/gnu/egcs/libobjc/configure U src/gnu/egcs/libobjc/configure.in U src/gnu/egcs/libobjc/encoding.c U src/gnu/egcs/libobjc/gc.c U src/gnu/egcs/libobjc/hash.c U src/gnu/egcs/libobjc/init.c U src/gnu/egcs/libobjc/libobjc.def U src/gnu/egcs/libobjc/libobjc_entry.c U src/gnu/egcs/libobjc/linking.m U src/gnu/egcs/libobjc/makefile.dos U src/gnu/egcs/libobjc/misc.c U src/gnu/egcs/libobjc/thr.c U src/gnu/egcs/libobjc/nil_method.c U src/gnu/egcs/libobjc/objc-features.texi U src/gnu/egcs/libobjc/objects.c U src/gnu/egcs/libobjc/sarray.c U src/gnu/egcs/libobjc/selector.c U src/gnu/egcs/libobjc/sendmsg.c U src/gnu/egcs/libobjc/thr-dce.c U src/gnu/egcs/libobjc/thr-decosf1.c U src/gnu/egcs/libobjc/thr-irix.c U src/gnu/egcs/libobjc/thr-mach.c U src/gnu/egcs/libobjc/thr-os2.c U src/gnu/egcs/libobjc/thr-posix.c U src/gnu/egcs/libobjc/thr-pthreads.c U src/gnu/egcs/libobjc/thr-single.c U src/gnu/egcs/libobjc/thr-solaris.c U src/gnu/egcs/libobjc/thr-vxworks.c U src/gnu/egcs/libobjc/thr-win32.c U src/gnu/egcs/libobjc/objc/NXConstStr.h U src/gnu/egcs/libobjc/objc/Object.h U src/gnu/egcs/libobjc/objc/Protocol.h U src/gnu/egcs/libobjc/objc/encoding.h U src/gnu/egcs/libobjc/objc/hash.h U src/gnu/egcs/libobjc/objc/objc-api.h U src/gnu/egcs/libobjc/objc/objc-list.h U src/gnu/egcs/libobjc/objc/objc.h U src/gnu/egcs/libobjc/objc/runtime.h U src/gnu/egcs/libobjc/objc/sarray.h U src/gnu/egcs/libobjc/objc/thr.h U src/gnu/egcs/libobjc/objc/typedstream.h U src/gnu/egcs/libstdc++/ChangeLog U src/gnu/egcs/libstdc++/Makefile.in U src/gnu/egcs/libstdc++/NEWS U src/gnu/egcs/libstdc++/cassert U src/gnu/egcs/libstdc++/cctype U src/gnu/egcs/libstdc++/cerrno U src/gnu/egcs/libstdc++/cfloat U src/gnu/egcs/libstdc++/cinst.cc U src/gnu/egcs/libstdc++/ciso646 U src/gnu/egcs/libstdc++/climits U src/gnu/egcs/libstdc++/clocale U src/gnu/egcs/libstdc++/cmath U src/gnu/egcs/libstdc++/cmathi.cc U src/gnu/egcs/libstdc++/complex U src/gnu/egcs/libstdc++/complex.h U src/gnu/egcs/libstdc++/configure.in U src/gnu/egcs/libstdc++/csetjmp U src/gnu/egcs/libstdc++/csignal U src/gnu/egcs/libstdc++/cstdarg U src/gnu/egcs/libstdc++/cstddef U src/gnu/egcs/libstdc++/cstdio U src/gnu/egcs/libstdc++/cstdlib U src/gnu/egcs/libstdc++/cstdlibi.cc U src/gnu/egcs/libstdc++/cstring U src/gnu/egcs/libstdc++/cstringi.cc U src/gnu/egcs/libstdc++/ctime U src/gnu/egcs/libstdc++/cwchar U src/gnu/egcs/libstdc++/cwctype U src/gnu/egcs/libstdc++/fstream U src/gnu/egcs/libstdc++/iomanip U src/gnu/egcs/libstdc++/iosfwd U src/gnu/egcs/libstdc++/iostream U src/gnu/egcs/libstdc++/sinst.cc N src/gnu/egcs/libstdc++/sstream U src/gnu/egcs/libstdc++/stdexcept U src/gnu/egcs/libstdc++/stdexcepti.cc U src/gnu/egcs/libstdc++/stl.h U src/gnu/egcs/libstdc++/stlinst.cc U src/gnu/egcs/libstdc++/string U src/gnu/egcs/libstdc++/strstream U src/gnu/egcs/libstdc++/valarray U src/gnu/egcs/libstdc++/valarray.cc U src/gnu/egcs/libstdc++/config/dec-osf.ml U src/gnu/egcs/libstdc++/config/aix.ml U src/gnu/egcs/libstdc++/config/delta.mt U src/gnu/egcs/libstdc++/config/elf.ml U src/gnu/egcs/libstdc++/config/elfshlibm.ml U src/gnu/egcs/libstdc++/config/freebsd.ml U src/gnu/egcs/libstdc++/config/gnu.ml U src/gnu/egcs/libstdc++/config/hpux.ml U src/gnu/egcs/libstdc++/config/irix5.ml U src/gnu/egcs/libstdc++/config/linux.ml U src/gnu/egcs/libstdc++/config/linux.mt U src/gnu/egcs/libstdc++/config/openbsd.ml U src/gnu/egcs/libstdc++/config/openbsd.mt U src/gnu/egcs/libstdc++/config/posix.mt U src/gnu/egcs/libstdc++/config/sol2pth.mt U src/gnu/egcs/libstdc++/config/sol2shm.ml U src/gnu/egcs/libstdc++/config/sol2solth.mt U src/gnu/egcs/libstdc++/config/sunos4.ml U src/gnu/egcs/libstdc++/config/x86-interix.ml U src/gnu/egcs/libstdc++/std/bastring.cc U src/gnu/egcs/libstdc++/std/bastring.h U src/gnu/egcs/libstdc++/std/complext.cc U src/gnu/egcs/libstdc++/std/complext.h U src/gnu/egcs/libstdc++/std/dcomplex.h U src/gnu/egcs/libstdc++/std/fcomplex.h U src/gnu/egcs/libstdc++/std/gslice.h U src/gnu/egcs/libstdc++/std/gslice_array.h U src/gnu/egcs/libstdc++/std/indirect_array.h U src/gnu/egcs/libstdc++/std/ldcomplex.h U src/gnu/egcs/libstdc++/std/mask_array.h U src/gnu/egcs/libstdc++/std/slice.h U src/gnu/egcs/libstdc++/std/slice_array.h U src/gnu/egcs/libstdc++/std/std_valarray.h U src/gnu/egcs/libstdc++/std/straits.h U src/gnu/egcs/libstdc++/std/valarray_array.h U src/gnu/egcs/libstdc++/std/valarray_array.tcc U src/gnu/egcs/libstdc++/std/valarray_meta.h U src/gnu/egcs/libstdc++/stl/ChangeLog U src/gnu/egcs/libstdc++/stl/README U src/gnu/egcs/libstdc++/stl/algo.h U src/gnu/egcs/libstdc++/stl/algobase.h U src/gnu/egcs/libstdc++/stl/algorithm U src/gnu/egcs/libstdc++/stl/alloc.h U src/gnu/egcs/libstdc++/stl/bitset U src/gnu/egcs/libstdc++/stl/bvector.h U src/gnu/egcs/libstdc++/stl/defalloc.h U src/gnu/egcs/libstdc++/stl/deque U src/gnu/egcs/libstdc++/stl/deque.h U src/gnu/egcs/libstdc++/stl/function.h U src/gnu/egcs/libstdc++/stl/functional U src/gnu/egcs/libstdc++/stl/hash_map U src/gnu/egcs/libstdc++/stl/hash_map.h U src/gnu/egcs/libstdc++/stl/hash_set U src/gnu/egcs/libstdc++/stl/hash_set.h U src/gnu/egcs/libstdc++/stl/hashtable.h U src/gnu/egcs/libstdc++/stl/heap.h U src/gnu/egcs/libstdc++/stl/iterator U src/gnu/egcs/libstdc++/stl/iterator.h U src/gnu/egcs/libstdc++/stl/list U src/gnu/egcs/libstdc++/stl/list.h U src/gnu/egcs/libstdc++/stl/map U src/gnu/egcs/libstdc++/stl/map.h U src/gnu/egcs/libstdc++/stl/memory U src/gnu/egcs/libstdc++/stl/multimap.h U src/gnu/egcs/libstdc++/stl/multiset.h U src/gnu/egcs/libstdc++/stl/numeric U src/gnu/egcs/libstdc++/stl/pair.h U src/gnu/egcs/libstdc++/stl/pthread_alloc U src/gnu/egcs/libstdc++/stl/pthread_alloc.h U src/gnu/egcs/libstdc++/stl/queue U src/gnu/egcs/libstdc++/stl/rope U src/gnu/egcs/libstdc++/stl/rope.h U src/gnu/egcs/libstdc++/stl/ropeimpl.h U src/gnu/egcs/libstdc++/stl/set U src/gnu/egcs/libstdc++/stl/set.h U src/gnu/egcs/libstdc++/stl/slist U src/gnu/egcs/libstdc++/stl/slist.h U src/gnu/egcs/libstdc++/stl/stack U src/gnu/egcs/libstdc++/stl/stack.h U src/gnu/egcs/libstdc++/stl/stl_algo.h U src/gnu/egcs/libstdc++/stl/stl_algobase.h U src/gnu/egcs/libstdc++/stl/stl_alloc.h U src/gnu/egcs/libstdc++/stl/stl_bvector.h U src/gnu/egcs/libstdc++/stl/stl_config.h U src/gnu/egcs/libstdc++/stl/stl_construct.h U src/gnu/egcs/libstdc++/stl/stl_deque.h U src/gnu/egcs/libstdc++/stl/stl_function.h U src/gnu/egcs/libstdc++/stl/stl_hash_fun.h U src/gnu/egcs/libstdc++/stl/stl_hash_map.h U src/gnu/egcs/libstdc++/stl/stl_hash_set.h U src/gnu/egcs/libstdc++/stl/stl_hashtable.h U src/gnu/egcs/libstdc++/stl/stl_heap.h U src/gnu/egcs/libstdc++/stl/stl_iterator.h U src/gnu/egcs/libstdc++/stl/stl_list.h U src/gnu/egcs/libstdc++/stl/stl_map.h U src/gnu/egcs/libstdc++/stl/stl_multimap.h U src/gnu/egcs/libstdc++/stl/stl_multiset.h U src/gnu/egcs/libstdc++/stl/stl_numeric.h U src/gnu/egcs/libstdc++/stl/stl_pair.h U src/gnu/egcs/libstdc++/stl/stl_queue.h U src/gnu/egcs/libstdc++/stl/stl_raw_storage_iter.h U src/gnu/egcs/libstdc++/stl/stl_relops.h U src/gnu/egcs/libstdc++/stl/stl_rope.h U src/gnu/egcs/libstdc++/stl/stl_set.h U src/gnu/egcs/libstdc++/stl/stl_slist.h U src/gnu/egcs/libstdc++/stl/stl_stack.h U src/gnu/egcs/libstdc++/stl/stl_tempbuf.h U src/gnu/egcs/libstdc++/stl/stl_tree.h U src/gnu/egcs/libstdc++/stl/stl_uninitialized.h U src/gnu/egcs/libstdc++/stl/stl_vector.h U src/gnu/egcs/libstdc++/stl/tempbuf.h U src/gnu/egcs/libstdc++/stl/tree.h U src/gnu/egcs/libstdc++/stl/type_traits.h U src/gnu/egcs/libstdc++/stl/utility U src/gnu/egcs/libstdc++/stl/vector U src/gnu/egcs/libstdc++/stl/vector.h U src/gnu/egcs/libstdc++/tests/ChangeLog U src/gnu/egcs/libstdc++/tests/Makefile.in U src/gnu/egcs/libstdc++/tests/configure.in U src/gnu/egcs/libstdc++/tests/tcomplex.cc U src/gnu/egcs/libstdc++/tests/tcomplex.exp U src/gnu/egcs/libstdc++/tests/tcomplex.inp U src/gnu/egcs/libstdc++/tests/tlist.cc U src/gnu/egcs/libstdc++/tests/tlist.exp U src/gnu/egcs/libstdc++/tests/tmap.cc U src/gnu/egcs/libstdc++/tests/tmap.exp U src/gnu/egcs/libstdc++/tests/tstring.cc U src/gnu/egcs/libstdc++/tests/tstring.exp U src/gnu/egcs/libstdc++/tests/tstring.inp U src/gnu/egcs/libstdc++/tests/tvector.cc U src/gnu/egcs/libstdc++/tests/tvector.exp U src/gnu/egcs/libstdc++/testsuite/ChangeLog U src/gnu/egcs/libstdc++/testsuite/Makefile.in U src/gnu/egcs/libstdc++/testsuite/configure.in U src/gnu/egcs/libstdc++/testsuite/config/default.exp U src/gnu/egcs/libstdc++/testsuite/lib/libstdc++.exp U src/gnu/egcs/libstdc++/testsuite/libstdc++.tests/test.exp 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCYGNUS:yesterday -jCYGNUS src/gnu/egcs CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/05 17:10:10 Modified files: gnu/egcs/gcc/cp: decl.c Log message: Fix merge CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/05 17:36:24 Modified files: gnu/egcs/libstdc++: sstream Log message: Fix CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2000/06/05 17:42:30 Modified files: . : donations.html want.html Log message: Patrick Maher from PCMCIA Org. for the PC Card Standard 7.1 donation. CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2000/06/05 17:44:55 Modified files: . : donations.html Log message: link for pcmcia org. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/05 18:56:25 Modified files: sys/dev/pcmcia : pcmciareg.h Log message: add some tuples from pc card standard 7.0; remove outdated comment. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/05 19:02:26 Modified files: sys/dev/pcmcia : pcmcia_cis.c Log message: * correct some length checkings based on the specs; still a few to fix. * add 1 to number of memspaces since MS_COUNT it's minus 1. * print the correct function type in case of IOBUS. * clean cfe->flags if intface is present CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/06/05 20:34:56 Modified files: net/pchar : Makefile net/pchar/files: md5 Log message: Update to version 1.2 CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/05 22:32:24 Modified files: share/man/man9 : crypto.9 Log message: Document change in the cryptop structure. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/05 22:49:29 Modified files: sys/netinet : ip_ah.c ip_esp.c ip_ipsp.c ip_ipsp.h Log message: Get rid of tdb_ref, keep indirect pointer to TDB. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/05 22:49:45 Modified files: sys/crypto : crypto.h Log message: Replace all the opaque pointers with just one. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/06 00:43:39 Modified files: sys/crypto : cryptosoft.c Log message: fix cleanup of crypto sessions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/06 00:49:47 Modified files: sys/crypto : blf.c cast.c crypto.c cryptosoft.c rijndael.c rmd160.c skipjack.c Log message: OpenBSD tags CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/06 01:01:45 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax Log message: sync CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 2000/06/06 03:46:31 Modified files: xc/programs/Xserver/xkb: xkbInit.c Log message: fix by Trevor Johnson for a possible overflow with -xkbmap reported by Michal Zalewski on bugtraq. Note that the default install (using the XFree86 setuid Xwrapper, not the RedHat one) is not vulnerable since the wrapper rejects argments exceeding 128 chars. CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/06/06 09:32:26 Modified files: usr.bin/make : make.1 Log message: close pr1260 from danh@nfol.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/06 12:03:12 Modified files: lib/libm/arch/i387: e_exp.S s_ceil.S s_ceilf.S s_floor.S s_floorf.S Log message: 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/06 12:29:47 Modified files: usr.sbin/quot : quot.c Log message: Make quot work when passed a filesystem mount point like the documentation leads one to believe. Also some -Wall and other cleanup. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/06 12:45:38 Modified files: . : errata.html plus.html security.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/06 12:47:29 Modified files: . : plus.html Log message: clean CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/06 12:50:32 Modified files: sys/kern : kern_exit.c Log message: If the process is P_NOZOMBIE free it's resources in the reaper. Noone will wait for it (because noone is allowed to wait for it). CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/06/06 12:58:54 Modified files: . : plus.html Log message: add links CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/06/06 13:19:40 Modified files: . : plus.html Log message: fix mistake CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/06 13:20:44 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/06 13:32:14 Modified files: usr.bin/ssh : auth-rsa.c hostfile.c match.c match.h Log message: fix match_hostname() logic for auth-rsa: deny access if we have a negative match or no match at all CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/06 13:36:30 Modified files: usr.bin/ssh : version.h Log message: OpenSSH 2.1.1 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/06 14:18:21 Modified files: sys/conf : files sys/kern : kern_malloc.c Added files: sys/kern : kern_malloc_debug.c Log message: malloc debugging code. Enabled by option MALLOC_DEBUG. Make sure you read the docs (malloc(9)) before use. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/06 14:18:54 Modified files: share/man/man9 : malloc.9 Log message: Document MALLOC_DEBUG. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/06 14:21:49 Modified files: sys/sys : malloc.h Log message: memory type for MALLOC_DEBUG CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/06 14:24:51 Modified files: sys/kern : kern_malloc_debug.c Log message: This code will not work without UVM. Add an #error instead of breaking while compiling. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/06 14:33:18 Modified files: share/man/man9 : malloc.9 Log message: Some minor corrections. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/06 14:46:16 Modified files: distrib : Makefile Log message: recurse into sun3 for make obj CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/06 14:47:51 Modified files: distrib/sun3/ramdisk: Makefile Log message: Better create a sun3 kernel here CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/06 14:51:42 Modified files: sys/arch/sun3/dev: si.c si_obio.c Log message: Make si compile with non-DDB kernels CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/06 14:54:12 Modified files: sys/arch/sun3/sun3: sun3_startup.c Log message: include ksyms.h to have correct NKSYMS value (oops) CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/06 15:00:20 Modified files: de : books.html donations.html index.html orders.html press.html products.html security.html tshirts.html Log message: Simply updated. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/06 15:01:26 Modified files: openssh/de : openbsd.html Log message: Another update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 16:31:55 Modified files: misc/figlet : Makefile misc/plan : Makefile misc/xd : Makefile misc/xless : Makefile misc/xless/patches: patch-aa misc/xtar : Makefile misc/xtar/patches: patch-aa patch-ab patch-ac patch-ad Added files: misc/xtar/patches: patch-Imakefile Removed files: misc/plan/patches: patch-Makefile Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 16:33:00 Modified files: mbone/relate : Makefile Log message: do-install -> fake this stays broken, though. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 16:41:16 Modified files: mbone/relate : Makefile mbone/wbd : Makefile Log message: Mark unbroken. I have absolutely *no problem* fetching the source from either France nor cvs. Chris, I'd suggest you find yourself a real network. In any case, the point is moot since ftp.openbsd.org carries the file. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/06 17:09:07 Modified files: sys/arch/i386/conf: RAMDISK Log message: fit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 17:14:19 Modified files: mbone/rtptools : Makefile mbone/vat : Makefile mbone/vat/pkg : PLIST mbone/vic : Makefile Log message: Fake use a do-install target for vat, as this is simplest, and don't forget the man page in the package... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 17:38:02 Modified files: games/gnuchess : Makefile Log message: trivial fake CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/06 18:20:32 Modified files: sbin/sysctl : sysctl.c sys/netinet6 : pim6_var.h Log message: s/PIMCTL/PIM6CTL/ for less confusion. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/06 18:41:24 Modified files: sys/arch/hppa/conf: files.hppa Log message: new elink3 pulls in the whole mii thing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 18:47:47 Modified files: infrastructure/build: update-patches Log message: Bug-fix: if using WRKOBJDIR, update-patches wouldn't work if WRKDIR=WRKDIST, since find does not follow links. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 18:52:09 Modified files: plan9 : Makefile plan9/9menu : Makefile plan9/9wm : Makefile plan9/rc : Makefile plan9/sam : Makefile plan9/sam/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af plan9/tcs : Makefile plan9/wily : Makefile Log message: Fake plan9 subdir. Add rc flavors. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 18:52:19 ports/plan9/rc/patches Update of /cvs/ports/plan9/rc/patches In directory cvs.openbsd.org:/tmp/cvs-serv9442/patches Log Message: Directory /cvs/ports/plan9/rc/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 18:52:43 Added files: plan9/rc/patches: patch-Makefile_in Log message: Needed by fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 19:04:24 Modified files: sysutils/cfengine: Makefile sysutils/idled : Makefile sysutils/idled/patches: patch-aa Log message: Trivial fake set up reasonable permissions for idled, so that packaging may happen as non-root. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/06 19:22:05 Modified files: devel/boehm-gc : Makefile devel/ORBit : Makefile devel/ORBit/pkg: PLIST Log message: fake CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/06 20:48:22 Modified files: sys/dev/isa : if_ef_isapnp.c Log message: indent CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/06 21:38:13 Modified files: databases/postgresql: Makefile databases/postgresql/files: md5 databases/postgresql/pkg: PFRAG.docs PFRAG.shared PLIST.sed Removed files: databases/postgresql/patches: patch-pl-tcl-Makefile Log message: upgrade to 7.0.2 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/06 21:55:03 Modified files: usr.sbin/quot : quot.c Log message: Strip trailing slashes from dir names and give a reasonable error if what is specified on the command line is not a mount point or device. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/06 23:35:04 Modified files: sys/dev/pci : ti_fw.h ti_fw2.h if_tireg.h Log message: from freebsd(wpaul): Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support for cards with 2MB of on-board SRAM. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/07 00:56:30 Modified files: sys/netinet6 : in6_prefix.c Log message: fix anycast address determination. correct interface address addition when link-local is added (check if ifp matches). make diff to kame repository easier (breaks some KNF) sync with kame. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 02:29:34 Modified files: sys/kern : kern_malloc_debug.c Log message: Default type and size to -1. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 03:38:46 Modified files: sys/kern : kern_malloc_debug.c Log message: Change debug_malloc_print so that it can be called from ddb. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 03:40:02 Modified files: sys/ddb : db_command.c db_command.h Log message: Add 'show malloc' that prints out malloc debugging information if available. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 03:44:27 Modified files: share/man/man4 : ddb.4 Log message: Document 'show malloc'. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 04:02:57 Modified files: share/man/man9 : malloc.9 Log message: Document how 'show malloc' in ddb can be used to find out what went wrong. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 05:21:40 Modified files: sys/ddb : db_command.c sys/kern : kern_malloc_debug.c Log message: Allow passing an address to 'show malloc' and print out some information about that address. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 05:30:49 Modified files: share/man/man4 : ddb.4 Log message: Document the optional address argument to 'show malloc'. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/07 07:35:02 Modified files: sys/compat/linux: files.linux syscalls.master Added files: sys/compat/linux: linux_resource.c linux_resource.h Log message: Fix linux [gs]etrlimit emulation + add their latest ugetrlimit CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/07 07:37:56 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: niklas@cvs.openbsd.org 2000/06/07 08:11:38 Modified files: sys/compat/linux: linux_signal.c linux_signal.h syscalls.master Log message: Implement sigaltstack CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/07 08:20:16 Modified files: usr.bin/paste : paste.c Log message: Check return value of malloc(). Also make the code clearer with respect to setting lbuf = NULL; millert@ ok CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/07 08:23:08 Modified files: sys/compat/linux: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log message: sync CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/07 08:48:06 Modified files: build : support.dat Log message: Add another Brasilian entry. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 09:04:06 Modified files: sys/msdosfs : msdosfs_vnops.c Log message: Avoid superfluous vrele in msdosfs_rename. fixes 1249. From gluk@ptci.ru CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/07 09:25:00 Modified files: usr.bin/find : option.c Log message: option list MUST be sorted; previous commit broke "and"; karls@inet.no CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/07 09:25:30 Modified files: usr.bin/find : extern.h find.1 find.h function.c option.c Log message: -iname support; karls@inet.no CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/07 09:39:24 Modified files: sys/arch/amiga/stand/loadbsd: loadbsd.c loadbsd.8 loadbsd.gz.uu Log message: At art@'s prompting, change amiga's loadbsd flag parsing to look more like other bsd loaders (defaults to -a -S). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 09:43:24 Modified files: sys/arch/sparc/sparc: locore.s Log message: Fix comments to reflect reality. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/07 09:46:16 Modified files: infrastructure/mk: bsd.port.mk Log message: Display `cleaning for' at the right point. Somehow, this got swapped. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/07 09:49:40 Modified files: sys/arch/mvme68k/mvme68k: trap.c vm_machdep.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/07 10:40:03 Log message: Initial import of tkTable version 2.5. tkTable is a 2D table/matrix widget extensions to Tcl/Tk. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-Jun-08 N ports/x11/tktable/Makefile N ports/x11/tktable/pkg/COMMENT N ports/x11/tktable/pkg/DESCR N ports/x11/tktable/pkg/PLIST N ports/x11/tktable/files/md5 N ports/x11/tktable/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/07 10:41:19 Modified files: x11 : Makefile Log message: Add tktable. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/07 11:10:11 Modified files: de : books.html donations.html index.html press.html Log message: Corrected some tags and brought donations.html up to date. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 11:27:41 Modified files: sys/arch/hppa/include: pdc.h Log message: some more CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/07 11:44:18 Modified files: . : support.html Log message: Sync. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 16:25:47 Modified files: sys/arch/i386/i386: apm.c sys/arch/i386/include: apmvar.h Log message: look into config flags for version enforcement and other flags CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 16:31:16 Modified files: sys/arch/i386/conf: GENERIC Log message: add a note how to force apm proto version CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 16:41:58 Modified files: share/man/man4/man4.i386: apm.4 Log message: explain flags CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/06/07 16:53:40 Modified files: openssh : install.html Log message: Fix link rot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/07 17:19:29 Modified files: usr.bin/last : last.1 Log message: correct description; sarnold@intertrust.com CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/07 17:25:08 Modified files: sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c Log message: Add cd9660_check_export() (from ufs_check_export() with trivial modifications). Fixes the "NFS mounting of exported cd-rom causes panic" bug. Apparently when the checkexp vfs support was added cd9660 was left out. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/07 17:35:51 Modified files: . : errata.html Log message: numbering CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 18:16:04 Modified files: sys/arch/i386/conf: GENERIC HERMES LUCIFIER NETTAN PETRA RAMDISK RAMDISKB RAMDISK_CD Log message: add flags 0x0000 for all apm configurations CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/07 18:38:40 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.i386 md.mac68k md.mvme68k md.pmax md.powerpc md.sparc md.sun3 md.vax distrib/sets/lists/comp: md.alpha md.amiga md.hp300 md.i386 md.mac68k md.mvme68k md.pmax md.powerpc md.sparc md.sun3 md.vax mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 18:56:08 Modified files: sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/installboot: Makefile sys/arch/i386/stand/mbr: Makefile Log message: MANSUBDIR is common for this whole dir CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 19:51:33 Modified files: sys/arch/i386/stand/libsa: bioscons.c dev_i386.c biosdev.h Log message: move cnspeed func and comspeed proto in places CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/07 20:39:08 Modified files: sys/dev : rnd.c Log message: replace linked lists for event queue with circular buffer, which gives two advantages -- faster and smaller. do not arc4_stir on pool overflow, it takes too much time, instead just hash data in and keep entropy count trim. some minor cleanups here and there. fixes overdropping of entropy on non-idle system load. provos@ ok CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/08 00:02:17 Modified files: net/ethereal : Makefile net/ethereal/files: md5 net/ethereal/pkg: PLIST Log message: Update Ethereal to v0.8.9. Also fix loading of plugings. Release notes from the authors: The dissectors for RTP, IP, ISAKMP, ICMP, SMB, SMB-PIPE, VTP, SNMPv3, Ethernet, GRE, EIGRP, DHCP, IPX, X.25, RSVP, and L2TP have been updated, fixed, or otherwise modified. Ethereal has new dissectors for Mobile IP and COPS. Internally, the dissector API has changed in order to catch more errors at compile time and to guard against segfaulting when dissecting short packets. The Ethereal team has to convert all the existing dissectors to make use of the new API; that is a work in progress. If you have your own dissector, you should consider converting it to this new API as soon as possible. Read the doc/README.tvbuff file for information, and be sure to subscribe to the ethereal-dev mailing list. The Wiretap library can now read compressed Sniffer files, allowing Ethereal, Tethereal, and Editcap to do so too. You'll also find a few minor but helpful GUI tweaks in this version of Ethereal. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 03:40:03 Modified files: sys/arch/sun3/sun3: trap.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 03:46:27 Modified files: sys/arch/pmax/pmax: trap.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 03:50:16 Modified files: sys/arch/mvme88k/mvme88k: vm_machdep.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 04:09:34 Modified files: sys/arch/mips/mips: vm_machdep.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 04:12:15 Modified files: sys/arch/mips/mips: vm_machdep.c Log message: Allow for forks of proc0 even if it's not curproc. (this has been required by kthread for ages) CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 04:23:50 Modified files: sys/arch/mac68k/mac68k: trap.c vm_machdep.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 04:31:16 Modified files: sys/arch/arc/arc: trap.c pmap.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 05:57:21 Modified files: sys/arch/alpha/alpha: prom.c pmap.old.c vm_machdep.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 06:33:11 Modified files: sys/arch/vax/bi: kdb.c Log message: &vm_pmap -> vm_map.pmap CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/08 07:20:41 Modified files: share/man/man4 : ukphy.4 Log message: cut and pasto CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/08 07:58:21 Modified files: sbin/ping6 : ping6.c Log message: make sure to clear ni_flags on ping6 -w. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/08 09:09:51 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/08 10:20:08 Modified files: graphics/pngcrush: Makefile graphics/pngcrush/files: md5 Log message: upgrade to pngcrush 1.4.4 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/08 10:22:49 Modified files: graphics/gif2png: Makefile Log message: - bump NEED_VERSION - remove whitespace CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/08 10:58:54 Modified files: mail/fetchmail : Makefile mail/fetchmail/files: md5 Log message: upgrade to fetchmail 5.4.1 CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/08 11:11:45 Modified files: de : support.html openssh/de : install.html Log message: Updated, i.e.: added paragraph in support.html and modified link in install.html CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/08 11:28:40 Modified files: . : plus.html openssh : ftp.html index.html openbsd.html Log message: openssh 2.1.1 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/08 11:48:45 Modified files: . : errata.html plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/08 12:06:16 Modified files: sys/arch/mvme68k/conf: files.mvme68k Log message: use arch/mvme68k/dev/memdevs.c, not mvme88k. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/08 12:26:09 Modified files: . : plus.html Log message: Tsk, tsk. This is *not* gcc 2.95.3 yet. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/08 14:32:35 Modified files: net/firewalk : Makefile net/gicq : Makefile net/irc : Makefile Log message: Fake CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:48:53 Modified files: sbin/isakmpd : ike_auth.c Log message: Merge with EOM 1.51 author: angelos Don't add the callback at initialization time, we must set it before each invokation. author: angelos Different policy/Keynote sessions per Phase 1 SA. author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:01 Modified files: sbin/isakmpd : gmp_util.c Log message: Merge with EOM 1.6 author: ho Attempt to get GMP usable here. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:08 Modified files: sbin/isakmpd : gmp_util.h Log message: Merge with EOM 1.4 author: ho Use math_mp_t in prototype. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:19 Modified files: sbin/isakmpd : pf_encap.c Log message: Merge with EOM 1.71 author: ho DOI IPSEC is default if not specified. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:30 Modified files: sbin/isakmpd : math_mp.h Log message: Merge with EOM 1.3 author: ho Correct definition. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:37 Modified files: sbin/isakmpd : isakmp_num.cst Log message: Merge with EOM 1.3 author: angelos Add CERTENC_KEYNOTE. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:44 Modified files: sbin/isakmpd : cert.h exchange.h x509.h Log message: cert.h: Merge with EOM 1.7 exchange.h: Merge with EOM 1.27 x509.h: Merge with EOM 1.10 author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:49:55 Modified files: sbin/isakmpd : exchange.c Log message: Merge with EOM 1.123 author: angelos Reset policy_id and recv_key after we've moved them over from the exchange to the isakmp_sa, so they don't get free'ed. author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. author: angelos Add CERTENC_KEYNOTE. author: ho DOI IPSEC is default if not specified. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:50:07 Modified files: sbin/isakmpd : sa.h Log message: Merge with EOM 1.56 author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. author: angelos Begin support for KeyNote credentials exchanged. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:50:17 Modified files: sbin/isakmpd : ike_quick_mode.c Log message: Merge with EOM 1.126 author: angelos Be a bit more verbose when printing policy results. author: angelos Correct environment cleanup. author: angelos Different policy/Keynote sessions per Phase 1 SA. author: angelos &&, not || author: angelos Begin support for KeyNote credentials exchanged. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:50:30 Modified files: sbin/isakmpd : conf.c Log message: Merge with EOM 1.31 author: angelos Initialize [Keynote]:Credential-directory. author: ho Autogenerated p1/p2 default lifetimes can be defined in config. author: niklas style CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:50:42 Modified files: sbin/isakmpd : ipsec.c Log message: Merge with EOM 1.119 author: provos typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:50:52 Modified files: sbin/isakmpd : policy.h Log message: Merge with EOM 1.11 author: angelos Different policy/Keynote sessions per Phase 1 SA. author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. author: angelos A few more definitions. author: angelos Some more support for KeyNote credential exchange (not yet done). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:51:00 Modified files: sbin/isakmpd : isakmpd.conf.5 Log message: Merge with EOM 1.45 author: angelos Some more text. author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. author: ho Update re DOI:IPSEC and default p1/p2 lifetimes. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:51:11 Modified files: sbin/isakmpd : sa.c Log message: Merge with EOM 1.104 author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. author: angelos Cleanup. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:51:21 Modified files: sbin/isakmpd : x509.c Log message: Merge with EOM 1.40 author: angelos Different policy/Keynote sessions per Phase 1 SA. author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:51:31 Modified files: sbin/isakmpd : isakmpd.c Log message: Merge with EOM 1.52 author: angelos Add the -R option in getopt!!! CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:51:42 Modified files: sbin/isakmpd : policy.c Log message: Merge with EOM 1.38 author: angelos No need for NODEBUG actually... author: angelos Use LOG_DBG() instead of log_debug() author: angelos NODEBUG compile option, so regress doesn't barf. author: angelos No point adding a handling attribute for the generic session. author: angelos log_debug() for the action attributes. author: angelos Different policy/Keynote sessions per Phase 1 SA. author: angelos Allow exchange of KeyNote credentials over IKE. Multiple credentials may be passed in a single CERT payload. KeyNote is used if a directory named as the local ID we use in an exchange exists in the KeyNote directory (default: /etc/isakmpd/keynote/). Note that asymmetric credentials are possible (use KeyNote in one direction and X509 in the other); such authentication is envisioned to be the most common: the clients will use KeyNote credentials to authenticate and authorize with a server, whilst the server will just provide an X509 certificate proving its binding to the IP address or ID. Totally asymmetric authentication (e.g., shared key in one direction, RSA in the other) is not supported by the IKE protocol. author: angelos Correct pointer handling. author: angelos A few more certificate handling routines for KeyNote. author: angelos Some more support for KeyNote credential exchange (not yet done). author: angelos Add a couple more KeyNote functions in the sym entries. author: ho Some systems do not define IPPROTO_ETHERIP (yet). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:51:55 Modified files: sbin/isakmpd : cert.c Log message: Merge with EOM 1.17 author: angelos Some more support for KeyNote credential exchange (not yet done). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:52:09 Modified files: sbin/isakmpd : isakmpd.policy.5 Log message: Merge with EOM 1.19 author: angelos Point back to isakmpd.conf(5) author: angelos Remove fixed item from BUGs section. author: angelos Talk about re-loading of policies on SIGHUP. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 14:52:18 Modified files: sbin/isakmpd : conf.h Log message: Merge with EOM 1.12 author: angelos Default value for [KeyNote]:Credential-directory. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/08 15:00:50 Modified files: net/xip : Makefile Log message: Mark it as faked, since this is a trivial do-install port. I couldn't locate the sources after one hour looking through various search-engines (doesn't help that xip is a Xena-fanclub or some other fantasm homepage). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/08 16:25:25 Modified files: sys/arch/alpha/alpha: trap.c vm_machdep.c sys/arch/amiga/amiga: sys_machdep.c vm_machdep.c sys/arch/arm32/arm32: ast.c fault.c machdep.c undefined.c vm_machdep.c sys/arch/arm32/dev/console: console.c sys/arch/arm32/fpe-arm: armfpe_init.c sys/arch/atari/atari: sys_machdep.c vm_machdep.c sys/arch/hp300/hp300: sys_machdep.c vm_machdep.c sys/arch/hppa/hppa: trap.c vm_machdep.c sys/arch/i386/i386: sys_machdep.c trap.c vm_machdep.c sys/arch/i386/isa: npx.c sys/arch/i386/isa/pcvt: pcvt_hdr.h sys/arch/kbus/kbus: sys_machdep.c trap.c vm_machdep.c sys/arch/mac68k/mac68k: sys_machdep.c vm_machdep.c sys/arch/mips/mips: sys_machdep.c vm_machdep.c sys/arch/mvme68k/mvme68k: sys_machdep.c vm_machdep.c sys/arch/mvme88k/mvme88k: trap.c vm_machdep.c sys/arch/pc532/pc532: sys_machdep.c trap.c vm_machdep.c sys/arch/pmax/pmax: sys_machdep.c vm_machdep.c sys/arch/powerpc/powerpc: machdep.c trap.c vm_machdep.c sys/arch/sparc/sparc: sys_machdep.c trap.c vm_machdep.c sys/arch/sun3/sun3: sys_machdep.c vm_machdep.c sys/arch/vax/vax: machdep.c vm_machdep.c sys/arch/wgrisc/wgrisc: sys_machdep.c vm_machdep.c sys/compat/bsdos: bsdos_exec.c sys/kern : sys_process.c sys/net : bpf.c Log message: Add explicit inclusions of signalvar.h to files actually using syms defined there but relying on an indirect inclusion CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/08 17:32:50 Modified files: sys/arch/i386/stand: Makefile.inc Log message: bad mickey CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/08 18:42:36 Modified files: sys/dev/cardbus: cardbusdevs Log message: Add 3c656 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/08 18:43:05 Modified files: sys/dev/cardbus: cardbusdevs.h cardbusdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/08 18:45:25 Modified files: sys/dev/cardbus: com_cardbus.c if_xl_cardbus.c Log message: Add support for 3c656, which is just the 3c575 + 56k modem. Thanks to xav@quakeserver.org for testing. CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/06/08 22:01:51 Modified files: lib/libkvm : kvm_alpha.c Log message: remove unused code CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/08 23:17:51 Modified files: sys/isofs/cd9660: Tag: OPENBSD_2_7 cd9660_extern.h cd9660_vfsops.c Log message: Pull in patch from current: Errata: NFS exporting of CD filesystems caused a system panic. Fix (millert): Add cd9660_check_export() (from ufs_check_export() with trivial modifications). Fixes the "NFS mounting of exported cd-rom causes panic" bug. Apparently when the checkexp vfs support was added cd9660 was left out. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/08 23:22:16 Modified files: sys/msdosfs : Tag: OPENBSD_2_7 msdosfs_vnops.c Log message: Pull in patch from current: Errata: Some operations in msdosfs could result in a system panic. Fix (art): Avoid superfluous vrele in msdosfs_rename. fixes 1249. From gluk@ptci.ru CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/09 00:57:59 Modified files: chinese/taipeifonts: Makefile Log message: Oops. Makefile -> Imakefile CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/09 01:50:30 Modified files: chinese/xcin/patches: patch-ad Log message: Fix the patch-ad, so install the man pages with no problem. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/06/09 05:12:12 Modified files: openssh : portable.html Log message: Release version 2.1.1p1 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/09 09:35:30 Modified files: sys/dev/cardbus: if_xl_cardbus.c Log message: Clean up this file a bit. CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/09 10:09:09 Modified files: sys/dev/pci : pci_map.c pcivar.h Log message: Import pci_mapreg_type from NetBSD CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/09 10:14:40 Modified files: comms/minicom : Makefile comms/minicom/patches: patch-makefile patch-po-makefile Log message: do not use gmake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 10:18:42 Modified files: infrastructure/mk: bsd.port.mk Log message: Support COMMENT=-string (specifically, to allow all-in-one-Makefile stubs for all ports) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 10:20:34 Modified files: x11/xautolock : Makefile Removed files: x11/xautolock/files: md5 x11/xautolock/patches: patch-aa x11/xautolock/pkg: COMMENT DESCR PLIST Log message: Stub ancient xautolock port CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/09 10:25:59 Modified files: usr.bin/sudo : install-sh Log message: When looking for chown, check in /sbin too. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/09 10:26:51 Modified files: bin/chmod : Makefile chmod.c Added files: bin/chmod : chgrp.1 chown.8 Log message: merge chown/chgrp into chmod. provide symlinks from old location for the time being. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 10:26:54 Modified files: infrastructure/mk: bsd.port.mk Log message: Generate PLIST, MESSAGE, DESCR from templates systematically. - the PLIST, MESSAGE, DESCR variables refer to the sources. - files are generated under ${WRKBUILD}, always. - SUBST_VARS refer to the variables being substituted. ARCH, HOMEPAGE, PREFIX are always substituted. Use $\{VAR} to escape substitution. Plus ${FLAVORS} -> -flavor1-flavor2 for PLIST. - the %%FRAG%% and %%!FRAG%% notations are always used for PLIST. - SED_PLIST can be augmented if needed. Plus some compatibility kludges with the current situation. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/09 10:28:26 Modified files: usr.sbin : Makefile Log message: chown moved into chmod CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/09 10:28:28 Modified files: net/irc/pkg : PLIST Log message: fix CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/09 10:29:06 Removed files: usr.sbin/chown : Makefile chgrp.1 chown.8 chown.c Log message: chown moved into chmod CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 10:31:55 Modified files: infrastructure/mk: bsd.port.mk Log message: Tweak generated PLIST name, to avoid collisions with ports that brew their own (compatibility hack, to remove once ports have been cleaned up). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/09 10:34:04 Modified files: include : paths.h Log message: nologin lives in /sbin CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/09 10:34:24 Modified files: usr.sbin/user : user.c Log message: chown has moved to /sbin CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/09 10:37:55 Modified files: bin/pax : ar_io.c extern.h options.c pax.c Log message: Some minor cleanup, ok'd millert@ - remove zflag variable, since gzip_program is enough to know what's going on. - fix ar_gzip call to not depend on global variables. Avoid bogus act checks, avoid calling if fd == -1. - do gzip check for append as early as possible. - remove old K&R prototype when updating. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/09 10:39:46 Added files: share/man/man5 : bsd.port.mk.5 Log message: First cut at really documenting bsd.port.mk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 10:53:05 Modified files: converters/p5-Convert-UU: Makefile Added files: converters/p5-Convert-UU/pkg: PLIST Removed files: converters/p5-Convert-UU/pkg: PLIST.sed Log message: Use new-fangled substitutions CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 10:58:19 Modified files: net/ytalk : Makefile net/ytalk/pkg : DESCR Log message: HOMEPAGE, add to DESCR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 11:06:58 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xglobe/pkg : DESCR Added files: x11/xglobe/pkg : PLIST Removed files: x11/xglobe/pkg : PLIST.sed Log message: Use new bsd.port.mk features. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 11:08:38 Modified files: infrastructure/build: update-patches Log message: Create PATCHDIR if first call of update-patches CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/09 11:10:59 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : cy82c693.c cy82c693reg.h cy82c693var.h Log message: Add common routines for read/writing Cypress 82c693 control registers from NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 11:13:34 Modified files: x11/xlockmore : Makefile graphics/xpm : Makefile Removed files: x11/xlockmore/files: md5 x11/xlockmore/patches: patch-aa x11/xlockmore/pkg: COMMENT DESCR PLIST Log message: Stub old ports CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 11:14:41 Modified files: mail/exmh : Makefile Log message: Use COMMENT to indicate supersedes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 11:19:47 Modified files: infrastructure/templates: Makefile.template Log message: Synch with reality. Then deprecate NO_EXTRACT, NO_PATCH, NO_CONFIGURE (which will be removed soon, as they do nothing except create errors) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/09 11:42:56 Modified files: distrib/alpha/inst-common: list distrib/alpha/ramdisk: raminst.conf distrib/alpha/simpleroot: list distrib/arc/common: instbin-krb.conf instbin.conf list distrib/arc/floppies/inst-common: instbin.conf list distrib/arc/ramdisk: list distrib/arm32/floppies/inst-common: instbin.conf list distrib/atari/inst-common: instbin.conf list distrib/crunch : README distrib/hp300/ramdisk: list raminst.conf distrib/i386/floppies/common: instbin-nokrb.conf instbin.conf list distrib/mac68k/ramdisk: list raminst.conf distrib/miniroot: list distrib/mvme68k/ramdisk: list distrib/mvme88k/ramdisk: list raminst.conf distrib/pc532/floppies/inst-common: instbin.conf list distrib/pmax/ramdisk: list raminst.conf distrib/pmax/simpleroot: list distrib/powerpc/ramdisk: list distrib/ramdisk: list distrib/sun3/common: mini_bin.list mini_sbin.list mini_usr.conf mini_usr.list distrib/sun3/ramdisk: list raminst.conf distrib/vax/inst-common: instbin.conf list Log message: chown/chgrp changes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/09 11:50:17 Modified files: bin/chmod : chmod.c Log message: oops CVSROOT: /cvs Module name: www Changes by: brian@cvs.openbsd.org 2000/06/09 12:17:29 Modified files: . : cvsup.html Log message: Add a section on using CVSup in checkout mode and clean-up HTML markup Submitted by: Christian Weisgerber CVSROOT: /cvs Module name: www Changes by: brian@cvs.openbsd.org 2000/06/09 12:21:37 Modified files: . : cvsup.html Log message: openbsd.ik.bme.hu -> cvsup.hu.OpenBSD.org CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 12:37:32 Modified files: infrastructure/mk: bsd.port.mk Log message: Document deprecated variables. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 13:18:15 Modified files: x11/qt : Makefile x11/qt/pkg : PLIST Added files: x11/qt/pkg : PFRAG.no-shared PFRAG.shared Removed files: x11/qt/pkg : PLIST.noshared Log message: Use new rules to generate simpler PLIST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 13:34:32 Modified files: . : Makefile infrastructure/mk: bsd.port.mk Log message: Add EXEC=exec indirection to mirror-maker, so that broken OSes (slowlaris) can say 'make EXEC=/bin/ksh' and use the target. Thanks, Bob (beck@) CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/09 13:37:40 Modified files: comms/minicom/files: md5 Log message: fix checksum CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/09 13:51:36 Modified files: openssh/de : ftp.html index.html openbsd.html portable.html Log message: Updated to 2.1.1 CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/09 14:10:32 Modified files: editors/nedit : Makefile editors/nedit/files: md5 editors/nedit/pkg: PLIST Added files: editors/nedit/files: Makefile.openbsd editors/nedit/patches: patch-nc_man patch-nedit_doc patch-nedit_man patch-source_file_c Removed files: editors/nedit/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj Log message: upgrade to 5.1.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 14:21:41 Modified files: www/squid : Makefile www/squid/pkg : DESCR MESSAGE PLIST Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 14:41:12 Modified files: www/cgiparse : Makefile www/cgiparse/patches: patch-aa patch-ab www/cgiparse/pkg: PLIST www/transproxy : Makefile Added files: www/cgiparse/pkg: PFRAG.shared PLIST.mips Removed files: www/cgiparse/pkg: PLIST.noshared Log message: Fake Unobfuscate cgiparse PLIST. This is probably the only full lib with _pic mips stuff. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 14:41:42 Modified files: www/cgiparse : Makefile Log message: Synch with bsd.port.mk version. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 14:58:00 Modified files: sysutils/setquota: Makefile sysutils/tcplist: Makefile sysutils/upsd : Makefile sysutils/upsd/pkg: PLIST Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 14:59:46 Modified files: infrastructure/mk: bsd.port.mk Log message: Missing SUDO in reinstall target for fake ports. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 15:04:15 Modified files: security/ADMsmb: Makefile security/ADMsnmp: Makefile Log message: Trivial fakes CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 15:15:19 Modified files: net/xchat : Makefile net/xchat/patches: patch-aa Log message: Fake, blech. Makefile.in.in. Bad gettext. CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/06/09 15:42:40 Modified files: faq : faq8.html Log message: 8.18 - Why does www.openbsd.org run on Solaris? CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 16:20:23 Modified files: sysutils/rtty : Makefile sysutils/xbatt : Makefile Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 16:20:37 ports/sysutils/rtty/patches Update of /cvs/ports/sysutils/rtty/patches In directory cvs.openbsd.org:/tmp/cvs-serv19660/patches Log Message: Directory /cvs/ports/sysutils/rtty/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 16:20:58 Added files: sysutils/rtty/patches: patch-Makefile Log message: Needed for fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 16:22:25 Modified files: sysutils/mkhybrid: Makefile sysutils/mkhybrid/files: md5 Log message: Found a distsite that still carries mkhybrid. Faked. mkhybrid has actually been merged with mkisofs, so either OpenBSD version of mkisofs should be updated, or the mkhybrid port should be based off mkisofs 1.13 or newer. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 16:37:38 Modified files: sysutils/LPRng : Makefile Log message: Easy fake CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/06/09 16:49:33 Modified files: openssh : faq.html Log message: Added blurb about busted /dev/tty modes CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/06/09 16:51:54 Modified files: openssh : install.html Log message: Added links to OpenSSL RPMs Inbuilt entropy collection is no longer "peliminary" CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/09 17:05:19 Modified files: share/man/man4 : ddb.4 Log message: right order of operation for boot dump; from Grigoriy Orlov CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 18:02:38 Modified files: textproc/jade : Makefile textproc/sp : Makefile Log message: trivial fakes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 18:35:22 Modified files: textproc/linuxdoc: Makefile textproc/sgmlformat: Makefile textproc/sgmlformat/patches: patch-aa patch-ab patch-ac patch-af patch-ag Added files: textproc/sgmlformat/patches: patch-transpec_Makefile Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 18:35:52 Modified files: textproc/mgdiff: Makefile Log message: Fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 18:57:58 Modified files: x11/viewfax : Makefile x11/viewfax/patches: patch-aa Log message: Simple fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 18:59:20 Modified files: x11/x2vnc : Makefile Log message: fake CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/09 19:02:31 Modified files: x11/xfed : Makefile Log message: Fake CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/09 19:26:37 Modified files: usr.bin/make : compat.c job.c parse.c suff.c Log message: Lst_Find and Lst_ForEach do the same thing, except that the comparison sense is reversed (Lst_Find returns when proc says 0, whereas Lst_ForEach goes on while proc says 0). This patch turns a number of Lst_ForEach into Lst_Find. Specifically, all Lst_ForEach that actually may return quickly as proc does not always returns zero. Of course, the corresponding proc need to be tweaked to swap 0 and 1... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/09 19:32:24 Modified files: usr.bin/make : Makefile compat.c dir.c extern.h for.c job.c lst.h main.c make.c parse.c suff.c targ.c var.c usr.bin/make/lst.lib: Makefile lstDestroy.c lstDupl.c lstForEachFrom.c Log message: Thus, Lst_ForEach no longer needs returning a status. In fact, it can become a macro based on Lst_ForEachFrom. This also introduces Lst_Every, as a shortcut for the very common case where Lst_ForEach does not need any user data. Finally, make consistent use of a few function typedefs, instead of having explicit void (*)(Lst) arguments all over the place. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/09 19:35:17 Removed files: usr.bin/make/lst.lib: lstForEach.c Log message: no longer needed CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/09 19:41:07 Modified files: usr.bin/make : arch.c compat.c cond.c dir.c dir.h extern.h for.c hash.h job.c lst.h main.c make.c parse.c sprite.h suff.c targ.c var.c usr.bin/make/lst.lib: lstAppend.c lstAtEnd.c lstAtFront.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFindFrom.c lstForEachFrom.c lstInsert.c lstInt.h lstMember.c lstRemove.c lstReplace.c Log message: Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/09 20:49:42 Modified files: usr.bin/newsyslog: newsyslog.c Log message: Increment pl when filling in pidlist. It was just overwriting the first entry each time. Unless you have multiple pid files you don't notice which is why this slipped through the cracks. Noted by Jonathan Rozes. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/09 21:43:31 Modified files: . : errata.html plus.html security.html openssh : faq.html Log message: isakmpd errata CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/09 21:49:29 Modified files: sys/dev/pci : ubsec.c Log message: paddr not vaddr for mcr1 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/09 21:54:24 Modified files: sys/dev/pci : ubsec.c Log message: another vaddr used as paddr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/09 23:09:37 Modified files: sys/dev/pci : ubsec.c Log message: correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernel memory got corrupted. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/09 23:52:00 Modified files: graphics/jbigkit: Makefile Log message: - remove NO_CONFIGURE - ${WRKSRC} -> ${WRKBUILD} CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 00:08:23 Modified files: graphics/jbigkit: Makefile graphics/jbigkit/files: md5 graphics/jbigkit/pkg: PLIST Log message: upgrade to jbigkit 1.2 - bug in the decoder fixed, which caused the rest of the input file to be skipped whenever a comment marker was encountered. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 00:11:25 Modified files: graphics/ImageMagick: Makefile Log message: - bump NEED_VERSION - remove license type - fix jbigkit dependency after the upgrade CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 00:15:37 Modified files: graphics/png : Makefile Log message: takeover as maintainer of this port, Ok'd by angelos@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 00:27:26 Modified files: www/squid : Makefile Log message: correct HOMEPAGE URL CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 00:34:37 Modified files: graphics/png : Makefile Log message: add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/06/10 01:50:21 Modified files: mail/abook : Makefile Log message: http://www.linuxstart.com/ -> http://members.linuxstart.com/ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/10 07:28:10 Modified files: share/man/man5 : bsd.port.mk.5 Log message: More flesh CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 09:27:54 Modified files: infrastructure/mk: bsd.port.mk Log message: Extend CONFIGURE_STYLE to deal with GNU_CONFIGURE, HAS_CONFIGURE, DESTDIR tweaks for fake, old-style gnu-configure (no sysconf), imake, and autoconf... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 09:28:39 Modified files: net/ytalk : Makefile Log message: Use CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/10 09:47:16 Modified files: share/man/man4 : tqphy.4 Log message: The tqphy is also found on 3c574 pc cards. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 09:56:42 Modified files: sbin/fdisk : part.c Log message: know QNX; jcplace@ibm.ne CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 11:14:15 Modified files: devel/libtool : Makefile devel/libtool/files: md5 devel/libtool/pkg: PLIST Log message: upgrade to libtool 1.3.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 11:15:07 Modified files: infrastructure/mk: bsd.port.mk Log message: Forgot to handle legacy HAS_CONFIGURE (+typo spotted by brad@) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 11:21:34 Modified files: infrastructure/mk: bsd.port.mk Log message: Handle CONFIGURE_STYLE=autoconf correctly CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/10 11:22:57 Modified files: sbin/isakmpd : Tag: OPENBSD_2_7 ike_quick_mode.c policy.c Log message: Pull in patch: Errata (009): A serious bug in isakmpd(8) policy handling wherein policy verification could be completely bypassed in isakmpd. Fix (angelos): Fix bug that resulted in bypass of policy verification of proposed SAs. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 11:39:30 Modified files: audio/ac3dec : Makefile audio/ac3dec/pkg: DESCR PLIST audio/amp : Makefile audio/amp/pkg : PLIST audio/bladeenc : Makefile audio/bladeenc/pkg: PLIST audio/esound : Makefile audio/esound/pkg: PLIST audio/gogo : Makefile audio/gogo/pkg : DESCR PLIST audio/gom : Makefile audio/gqmpeg : Makefile audio/gqmpeg/pkg: DESCR PLIST audio/gsm : Makefile audio/gsm/pkg : PLIST audio/knapster : Makefile audio/knapster/pkg: DESCR PLIST audio/mp3cddb : Makefile audio/mp3cddb/pkg: DESCR PLIST audio/mp3encode: Makefile audio/mp3encode/pkg: PLIST audio/mp3info : Makefile audio/mp3info/pkg: PLIST audio/mpegaudio: Makefile audio/mpegaudio/pkg: PLIST audio/mpg123 : Makefile audio/mpg123/pkg: DESCR PLIST audio/nspmod : Makefile audio/nspmod/pkg: PLIST audio/rio500 : Makefile audio/rio500/pkg: DESCR audio/rplay : Makefile audio/rplay/pkg: PLIST audio/rsynth : Makefile audio/rsynth/pkg: PLIST audio/sox : Makefile audio/sox/pkg : PLIST audio/timidity : Makefile audio/timidity/pkg: PLIST audio/tosha : Makefile audio/tosha/pkg: PLIST audio/tracker : Makefile audio/tracker/pkg: PLIST audio/waveplay : Makefile audio/waveplay/pkg: PLIST audio/workman : Makefile audio/workman/pkg: PLIST audio/xcd : Makefile audio/xcd/pkg : PLIST audio/xcdplayer: Makefile audio/xcdplayer/pkg: PLIST audio/xmcd : Makefile audio/xmcd/pkg : PLIST audio/xmix : Makefile audio/xmix/pkg : PLIST audio/xmmix : Makefile audio/xmmix/pkg: PLIST audio/xmp : Makefile audio/xmp/pkg : PLIST audio/xmpeg3 : Makefile audio/xmpeg3/pkg: PLIST Added files: audio/esound/pkg: PFRAG.shared audio/gsm/pkg : PFRAG.shared audio/p5-MPEG-MP3Info/pkg: PLIST audio/p5-cddb/pkg: PLIST Removed files: audio/esound/pkg: PLIST.noshared audio/gsm/pkg : PLIST.noshared audio/p5-MPEG-MP3Info/pkg: PLIST.sed audio/p5-cddb/pkg: PLIST.sed Log message: Various minor clean-ups: - use new CONFIGURE_STYLE - use PLIST/DESCR substitution to add HOMEPAGE and various fragments - add systematic @comment $OpenBSD$ to PLIST - remove FAKE=Yes CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 11:50:18 Modified files: devel/libtool : Makefile devel/libtool/pkg: PLIST Added files: devel/libtool/pkg: PFRAG.shared Removed files: devel/libtool/pkg: PLIST.noshared Log message: use the new framework for PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 12:04:04 Modified files: devel/libtool/patches: patch-ab patch-ad patch-ae patch-af patch-ag Log message: fix offsets after upgrading to libtool 1.3.5 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 12:11:57 Modified files: lang : Makefile lang/python : Makefile Log message: Add `no-tools' pseudo-flavor to avoid registering the same package three times. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 12:13:37 Modified files: devel/libtool/pkg: PFRAG.shared PLIST Log message: add @comment with RCS id CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 12:14:47 Modified files: devel/libtool : Makefile Log message: remove FAKE=Yes CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 12:16:10 Modified files: graphics/jbigkit: Makefile graphics/jbigkit/pkg: PLIST Added files: graphics/jbigkit/pkg: PFRAG.shared Removed files: graphics/jbigkit/pkg: PLIST.noshared Log message: - remove FAKE=Yes - add @comment with RCS id CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 12:42:45 Modified files: archivers/arc : Makefile archivers/arc/pkg: PLIST Log message: - remove bad distsite - remove FAKE=Yes - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 12:51:44 Modified files: archivers/bzip2: Makefile archivers/bzip2/pkg: PLIST Added files: archivers/bzip2/pkg: PFRAG.shared Removed files: archivers/bzip2/pkg: PLIST.noshared Log message: - remove FAKE=Yes - use new framework for PLISTs - add @comment with RCS id CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/10 12:56:32 Modified files: . : plus.html Log message: new & mark things in stable CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 13:00:16 Modified files: news/leafnode : Makefile news/leafnode/files: md5 news/leafnode/patches: patch-aa patch-ab news/leafnode/pkg: COMMENT DEINSTALL DESCR PLIST Added files: news/leafnode/pkg: INSTALL Removed files: news/leafnode/patches: patch-ac patch-ad patch-ae news/leafnode/scripts: pre-install.pl Log message: Update to 1.9.14; fake. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 13:00:59 Modified files: archivers/freeze: Makefile archivers/freeze/pkg: PLIST Log message: - GNU_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/10 13:06:42 Modified files: . : plus.html Log message: cleaner looking CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 13:10:58 Modified files: archivers/gshar+gunshar: Makefile archivers/gshar+gunshar/pkg: PLIST Log message: - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/10 13:16:44 Modified files: . : plus.html Log message: links CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/10 13:23:04 Modified files: share/man/man5 : bsd.port.mk.5 Log message: More CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 13:37:37 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 13:53:24 Modified files: sys/arch/mvme68k/dev: vs.c vsdma.c vsreg.h Log message: better ifdef CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 14:01:07 Modified files: include : paths.h Log message: er, no _PATH_NOLOGIN is the "do not let users login file"; sigh@kuzirabekon.econ.nagasaki-u.ac.jp CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 14:22:19 Modified files: archivers/bzip : Makefile archivers/bzip/pkg: PLIST archivers/gtar : Makefile archivers/gtar/pkg: PLIST archivers/ha : Makefile archivers/ha/pkg: PLIST archivers/lha : Makefile archivers/lha/pkg: PLIST archivers/lzo : Makefile archivers/lzo/pkg: PLIST archivers/nulib: Makefile archivers/nulib/pkg: PLIST archivers/p5-Compress-Zlib: Makefile archivers/rar : Makefile archivers/rar/pkg: PLIST archivers/unace: Makefile archivers/unace/pkg: PLIST archivers/unarj: Makefile archivers/unarj/pkg: PLIST archivers/unrar: Makefile archivers/unrar/pkg: PLIST archivers/unzip: Makefile archivers/unzip/pkg: PLIST archivers/zip : Makefile archivers/zip/pkg: PLIST archivers/zoo : Makefile archivers/zoo/pkg: PLIST Added files: archivers/lzo/pkg: PFRAG.shared Removed files: archivers/lzo/pkg: PLIST.noshared Log message: - remove FAKE=Yes - add @comment with RCS id to PLIST - HAS_CONFIGURE/GNU_CONFIGURE -> CONFIGURE_STYLE - remove NO_CONFIGURE, NO_PATCH - use new framework for PLISTs CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/10 14:26:02 Modified files: usr.bin/newsyslog: Tag: OPENBSD_2_7 newsyslog.c Log message: Pull in patch from current: Fix (millert): Increment pl when filling in pidlist. It was just overwriting the first entry each time. Unless you have multiple pid files you don't notice which is why this slipped through the cracks. Noted by Jonathan Rozes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 14:39:22 Modified files: sys/arch/mvme68k/conf: files.mvme68k Log message: er, wrong CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 14:51:54 Modified files: bin/chmod : Makefile Log message: argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 14:58:44 Modified files: games/dopewars : Makefile Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/10 15:07:32 Modified files: games/dopewars/pkg: PLIST Log message: add @comment with RCS id CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/10 16:32:55 Modified files: share/man/man5 : bsd.port.mk.5 Log message: More CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/10 17:50:34 Modified files: sys/arch/i386/conf: GENERIC Log message: add ubsec, since it will work soon enough CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/10 18:36:10 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : ubsec.4 Log message: skeleton man page for ubsec CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 18:36:58 Modified files: news/leafnode/pkg: DEINSTALL Log message: tell to remove /var/run/news too. CVSROOT: /cvs Module name: ports Changes by: weingart@cvs.openbsd.org 2000/06/10 19:13:44 Modified files: print/a2ps : Makefile print/a2ps/files: md5 Added files: print/a2ps/pkg : DEINSTALL INSTALL PFRAG.shared PLIST.sed Removed files: print/a2ps/pkg : PLIST PLIST.noshared Log message: Update a2ps port to use latest sources. Update to more recent ports infrastructure. Update license information. Fake. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:15:53 Modified files: net/totd : Makefile net/totd/pkg : PLIST Added files: net/totd/patches: patch-ab net/totd/pkg : DEINSTALL INSTALL Log message: fake, CONFIGURE_STYLE and tag in PLIST. change a few paths on installation. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:22:06 Modified files: net/totd : Makefile Log message: oops, remove something i left from my tests; remove unneeded WKRSRC. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:25:46 Modified files: mail/fetchmail : Makefile mail/fetchmail/pkg: PLIST Log message: CONFIGURE_STYLE and tag. add NEED_VERSION too (is this really needed?) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:31:24 Modified files: sysutils/mtools: Makefile sysutils/mtools/pkg: PLIST Log message: CONFIGURE_STYLE and tag. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:34:03 Modified files: games/xmahjongg: Makefile games/xmahjongg/pkg: PLIST Log message: CONFIGURE_STYLE; remove FAKE=yes; tag CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:38:14 Modified files: games/xmahjongg: Makefile Log message: NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/10 19:50:23 Modified files: security/pgp5 : Makefile security/pgp5/pkg: PLIST Log message: add CONFIGURE_STYLE and NEED_VERSION; remove FAKE=yes; add tag to PLIST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 19:53:50 Modified files: japanese/Wnn : Makefile japanese/Wnn-data: Makefile japanese/canna : Makefile japanese/canna/pkg: DESCR DESCR-dict DESCR-server japanese/funetfonts: Makefile japanese/groff : Makefile japanese/intlfonts: Makefile japanese/jvim : Makefile japanese/kakasi: Makefile japanese/kakasi/pkg: DESCR japanese/kanjips: Makefile japanese/kinput2: Makefile japanese/kterm : Makefile japanese/less : Makefile japanese/less/pkg: DESCR japanese/nkf : Makefile japanese/onew-canna: Makefile japanese/onew-wnn4: Makefile japanese/onew-wnn4-canna: Makefile Added files: japanese/canna/pkg: PLIST Removed files: japanese/canna/pkg: PLIST.sed Log message: Convert to new style bsd.port.mk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 20:16:35 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 20:17:23 Modified files: print/a2ps : Makefile print/a2ps/pkg : PFRAG.shared Added files: print/a2ps/pkg : PLIST Removed files: print/a2ps/pkg : PLIST.sed Log message: Minor clean-up - bump NEED_VERSION - FLAVOR:L for user-friendlyness - use PLIST - add comment to PFRAG.shared CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/10 20:34:48 Modified files: net/gaim : Makefile net/gaim/pkg : DESCR PLIST Log message: New style tweaks CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:36:39 Modified files: games/cgoban : Makefile games/cgoban/pkg: PLIST Log message: CONFIGURE_STYLE; remove FAKE=yes; NEED_VERSION. change the maintainer to myself. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:39:31 Modified files: games/gnugo : Makefile games/gnugo/pkg: PLIST Log message: CONFIGURE_STYLE; remove FAKE=yes; NEED_VERSION; comment in PLIST. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:42:38 Modified files: x11/blackbox : Makefile x11/blackbox/pkg: PLIST Log message: CONFIGURE_STYLE, NEED_VERSION and tag; remove FAKE=yes. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:44:19 Modified files: graphics/gimp : Makefile graphics/gimp/pkg: PLIST Log message: CONFIGURE_STYLE, NEED_VERSION and tag; remove FAKE=yes. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:47:54 Modified files: graphics/xpaint: Makefile graphics/xpaint/pkg: PLIST Log message: CONFIGURE_STYLE, NEED_VERSION and tag; remove FAKE=yes. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:49:52 Modified files: graphics/tiff : Makefile graphics/tiff/pkg: PLIST Log message: CONFIGURE_STYLE, NEED_VERSION and tag; remove FAKE=yes. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/11 02:51:11 Modified files: graphics/gii : Makefile graphics/gii/pkg: PLIST Log message: CONFIGURE_STYLE, NEED_VERSION and tag; remove FAKE=yes. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/11 03:03:32 Modified files: usr.bin/ftp : main.c Log message: do not add empty lines to history; always check the size of the returned string by el_gets. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/11 03:26:18 Modified files: sys/dev/ic : rtl80x9.c Log message: apparently in order to write to config registers 1-3 you need to enable it first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/11 08:40:26 Modified files: usr.sbin/ppp/ppp: alias.c alias.h alias_db.c alias_ftp.c alias_local.h alias_util.c Log message: Merge libalias stuff from FreeBSD: Ppp only really benefits from a bunch of typo fixes, transparent pptp support and ftp/EPRT support. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/11 09:23:21 Modified files: de : cvsup.html security.html openssh/de : faq.html install.html Log message: Simply brought up to date. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 09:47:40 Modified files: es : books.html checklist.html crypto.html ctm.html cvsup.html docum.html donations.html errata.html events.html ftp.html goals.html groups.html orders.html plus.html press.html security.html sun3x.html support.html tshirts.html want.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 09:51:32 Modified files: openssh/es : faq.html ftp.html index.html install.html openbsd.html portable.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 09:53:43 Modified files: faq/es : faq8.html faq9.html install-i386.html install-sparc.html upgrade-minifaq.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 09:56:16 Modified files: se : anoncvs.html donations.html ftp.html i386.html index.html why-cvs.html Log message: Sync with Badlands Translation CVS. Work by Javax. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 09:57:05 Modified files: openssh/it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/11 10:11:56 Modified files: sbin/fdisk : part.c Log message: 0x39 == plan9 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 10:17:31 www/fr Update of /cvs/www/fr In directory cvs.openbsd.org:/tmp/cvs-serv12041/fr Log Message: Directory /cvs/www/fr added to the repository CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 10:20:13 Added files: fr : 26.html 27.html anoncvs.html art.html art1.html art2.html art3.html crypto.html ctm.html donations.html ftp.html goals.html index.html orders.html plat.html Log message: Initial translation by BSDfr.org (hegemoon) and loads of work by Jean-Jacques.Bernard@hsc.fr Still needs help, but starts to look good. Any feeback? CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/11 10:23:09 Modified files: . : index.html Log message: Enable link to [fr] translation CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/11 10:40:24 Modified files: . : ports.html Log message: Slant towards packages and simple usage. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/11 11:26:25 Modified files: audio/mpg123 : Makefile audio/mpg123/files: md5 Log message: Fix problems on alpha, from Christian Weisgerber CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/11 11:49:36 Modified files: devel/glib : Makefile devel/glib/pkg : DESCR PLIST Added files: devel/glib/pkg : PFRAG.shared Removed files: devel/glib/pkg : PLIST.noshared Log message: - add HOMEPAGE - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/11 11:54:04 Modified files: devel/glib/pkg : PLIST Log message: add @comment with RCS id CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/11 11:56:03 Modified files: x11/gtk+ : Makefile x11/gtk+/pkg : DESCR PLIST Added files: x11/gtk+/pkg : PFRAG.shared Removed files: x11/gtk+/pkg : PLIST.noshared Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - add HOMEPAGE to DESCR - use new framework for PLISTs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/11 12:21:35 Log message: cvsup client binary port, from Christain Weisgerber. Status: Vendor Tag: cvsup Release Tags: Naddy N ports/net/cvsup-bin/Makefile N ports/net/cvsup-bin/pkg/COMMENT N ports/net/cvsup-bin/pkg/DESCR N ports/net/cvsup-bin/pkg/REQ N ports/net/cvsup-bin/pkg/PLIST.i386 N ports/net/cvsup-bin/pkg/PLIST.sparc N ports/net/cvsup-bin/files/md5 N ports/net/cvsup-bin/files/cvsup.sh No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/06/11 12:32:27 Modified files: faq : upgrade-minifaq.html Log message: Change for 2.7 release. Add gcc 2.95.3-pre instructions. Add -stable info. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/11 12:37:51 Modified files: net : Makefile net/cvsup-bin/pkg: REQ Log message: Link cvsup-bin in the Makefile. Update REQ file to latest version. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/11 12:49:26 Modified files: . : ftp.html Log message: dead mirror CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/11 12:57:36 Modified files: sys/arch/i386/isa/pcvt: pcvt_out.c Log message: Better fix for the scrolling region problem. Fixes PR/1271. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/11 13:10:26 Modified files: de : index.html items.html Added files: de : 27.html Log message: Just before the release of 2.7.. nearly forgot about it. Added 27.html and modifed the links to it. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/11 13:14:41 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/11 13:29:36 Modified files: . : stable.html Log message: make this flow CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/11 14:35:26 Modified files: . : plus.html Log message: fdisk(8), not (1) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/11 14:43:22 Modified files: gnu/usr.sbin/sendmail/sendmail: Makefile Added files: gnu/usr.sbin/sendmail/sendmail: newaliases.8 Removed files: gnu/usr.sbin/sendmail/sendmail: newaliases.1 Log message: newaliases.1 -> newaliases.8 In the past any user could do a newaliases but these days you have to be a "trusted user" (in class T) so section 1 is inappropriate. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/11 14:44:47 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/11 15:03:41 Modified files: gnu/usr.sbin/sendmail/sendmail: aliases.5 sendmail.8 usr.sbin/mailwrapper: mailer.conf.5 mailwrapper.8 share/man/man8 : afterboot.8 usr.bin/mail : mail.1 usr.bin/msgs : msgs.1 Log message: newaliases(1) -> newaliases(8) CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/11 15:04:14 Modified files: de : ftp.html index.html items.html Log message: Even more updates.. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/11 15:21:17 Modified files: . : orders.html Log message: Typo. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/11 16:24:49 Log message: Rpm2cpio script, for simple peeking at rpm archives. Status: Vendor Tag: apo Release Tags: espie N ports/converters/rpm2cpio/Makefile N ports/converters/rpm2cpio/pkg/COMMENT N ports/converters/rpm2cpio/pkg/DESCR N ports/converters/rpm2cpio/pkg/PLIST N ports/converters/rpm2cpio/files/md5 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/11 16:25:55 Modified files: converters : Makefile Log message: Link rpm2cpio CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/11 16:56:57 Modified files: de : 27.html anoncvs.html index.html mac68k.html security.html y2k.html Added files: de : errata.html stable.html Log message: Added these two and modified the links to them. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/11 19:26:18 Modified files: math/calc : Makefile Log message: Fix up the Makefile CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/11 20:09:22 Modified files: infrastructure/mk: bsd.port.mk Log message: Set ac_given_INSTALL to the same value as INSTALL for gnu-configure invocations. This works around a bug in autoconf-generated scripts that is present up to autoconf 2.13. In recursive configure, INSTALL is re-set from ac_given_INSTALL, to handle relative paths correctly. However, sometimes ac_given_INSTALL hasn't been set yet, and we end up with a `BSD compatible INSTALL' of ../ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/11 20:25:29 Modified files: usr.bin/ssh/lib: Tag: OPENBSD_2_7 Makefile Log message: update patch branch to OpenSSH-2.1.1 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/11 20:37:40 Modified files: usr.bin/ssh : Tag: OPENBSD_2_7 auth-rsa.c auth.c channels.c channels.h cipher.c compat.c hostfile.c kex.c kex.h key.c match.c match.h myproposal.h readconf.c readconf.h servconf.c servconf.h serverloop.c session.c ssh-keygen.c ssh.1 ssh.c ssh.h ssh2.h sshconnect.c sshconnect2.c sshd.8 sshd.c version.h Added files: usr.bin/ssh : Tag: OPENBSD_2_7 aux.c Log message: lovin' CVS... update patch branch to OpenSSH-2.1.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/11 20:49:27 Modified files: devel/libtool : Makefile Removed files: devel/libtool/patches: patch-ae patch-af Log message: remove unnecessary patches, a fix for this problem has been provided in bsd.port.mk as of revision 1.302 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/11 20:58:20 Modified files: devel/libtool/patches: patch-ad Log message: not sure how this part of the patch got in here. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/11 21:50:50 Modified files: lib/libc/net : getnameinfo.c Log message: correct behavior against invalid sockaddr. previous code may return 0 (success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/11 22:28:22 Modified files: lib/libc/net : getnameinfo.c Log message: correct ENI_SALEN case to meet rfc2553. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/11 23:22:56 Modified files: . : plus.html Log message: getaddrinfo() and getnameinfo() patches go to stable CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/11 23:31:23 Modified files: sys/dev/pcmcia : files.pcmcia Log message: esp support; commented out by now till i check the other archs. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/12 00:10:48 Modified files: sys/conf : files sys/dev/ic : ncr53c9x.c sys/arch/sparc/conf: files.sparc sys/arch/sparc/dev: esp.c sys/arch/mac68k/conf: files.mac68k sys/arch/mac68k/dev: esp.c Log message: move cfdriver to ncr53c9x.c and device declaration to conf/files. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/12 00:39:37 Modified files: sys/dev/ic : ncr53c9xreg.h Log message: more registers for the upcoming code; NetBSD. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/12 03:59:59 Modified files: de : orders.html stable.html Log message: typo in orders.html didn't match in german version, stable updated. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/12 04:05:22 Modified files: editors/abiword: Makefile editors/abiword/files: md5 editors/abiword/patches: patch-aa patch-ac patch-ad patch-ae editors/abiword/pkg: PLIST Added files: editors/abiword/patches: patch-af patch-ag Log message: Update to 0.7.9; fake; add CONFIGURE_STYLE and NEED_VERSION as well as comment to PLIST. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 05:15:38 Modified files: share/man/man4 : inet6.4 Log message: sync with latest kame. reorder sections, s/CAVEAT/BUGS/. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 06:02:55 Modified files: libexec/ftpd : ftpd.c Log message: address PR 1274 (-h does not work on EPSV). the committed code handles IPv6 case too. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 06:04:41 Modified files: sys/netinet6 : IMPLEMENTATION Log message: sync with latest KAME doc. talk more about IPv4 mapped address issue. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/12 06:05:48 Modified files: de : stable.html Log message: Close " in href to fix links CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/12 06:10:27 Modified files: es : ftp.html index.html orders.html plus.html ports.html stable.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/12 06:11:22 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/12 06:33:10 Modified files: . : stable.html Log message: Fix links by adding second " in tag. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/12 08:09:31 Modified files: . : plus.html Log message: Nope, this is make clean-up... this batch did not correct bugs (yet). It's more of an unobfuscate/improve perfs set of changes anyway. CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/12 08:40:49 Modified files: share/man/man4 : vlan.4 Log message: State the not-so-obvious CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/12 09:01:31 ports/x11/xfce/patches Update of /cvs/ports/x11/xfce/patches In directory cvs.openbsd.org:/cvs.n/hack/kevlo/ports/x11/xfce/patches Log Message: Directory /cvs/ports/x11/xfce/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/12 09:04:49 Modified files: x11/xfce : Makefile x11/xfce/files : md5 x11/xfce/pkg : PLIST Added files: x11/xfce/patches: patch-aa Log message: - Upgrade to version 3.4.0 - GNU_CONFIGURE -> CONFIGURE_STYLE - Add @comment - Bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/12 09:13:03 Modified files: archivers/bzip2/patches: patch-aa Log message: use BSD_INSTALL_ macros when creating dirs as well CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/12 09:13:18 Modified files: sys/dev/pci : pcidevs Log message: Don't ask me why, but ADMtek changed the name of their PCI Ethernet controller from AN985 to AN983, and now their CardBus controller is named AN985. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/12 09:13:43 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/12 09:17:13 Modified files: sys/dev/ic : dc.c dcreg.h Log message: Fix ADMtek identity crisis. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/12 09:38:35 Modified files: mail/fetchmail : Makefile mail/fetchmail/pkg: DESCR Log message: add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/12 09:41:35 Modified files: graphics/gif2png: Makefile graphics/gif2png/pkg: DESCR Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - add HOMEPAGE CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/12 10:00:51 Modified files: sys/arch/i386/stand/boot: boot.8 Log message: Fix typo and mention valid tty values. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 10:02:50 Modified files: distrib/alpha/inst-common: list distrib/hp300/ramdisk: list distrib/miniroot: list distrib/ramdisk: list Log message: fix ch* links CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 10:02:56 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/12 10:23:24 Modified files: sys/dev/pci : if_dc_pci.c Log message: Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 10:37:10 Modified files: usr.sbin/traceroute6: traceroute6.8 traceroute6.c Log message: sync with latest kame traceroute6. print src address. -g (source route). dont choke with unexpected icmp6 packet. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/12 10:42:14 Modified files: print/freetype : Makefile print/freetype/pkg: PLIST Added files: print/freetype/patches: patch-ac print/freetype/pkg: PFRAG.shared Removed files: print/freetype/pkg: PLIST.noshared Log message: - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - enable inter-library dependencies - use new framework for PLISTs CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/12 10:46:54 Modified files: sys/dev/ic : dc.c dcreg.h Log message: eeprom width detection code. idea from netbsd tulip driver. there is problem w/ an983 card, but aaron@ said he'll work it out. aaron@ & jason@ ok. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/12 10:49:24 Modified files: sys/dev/ic : dc.c Log message: remove debugging prom dump, sorry CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 10:54:21 Modified files: net/ytalk : Makefile converters/rpm2cpio: Makefile Log message: Another distsite. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 11:13:48 Log message: Radiusreport, port by Dan Harnett Status: Vendor Tag: danh Release Tags: espie N ports/sysutils/radiusreport/Makefile N ports/sysutils/radiusreport/files/md5 N ports/sysutils/radiusreport/patches/patch-radiusreport_0.3b6 N ports/sysutils/radiusreport/pkg/COMMENT N ports/sysutils/radiusreport/pkg/DESCR N ports/sysutils/radiusreport/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 11:14:48 Modified files: sysutils : Makefile Log message: Link radiusreport in CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 11:23:49 Modified files: sys/conf : files Log message: add kern/uipc_mbuf2.c again CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 11:24:27 Modified files: sys/netinet : icmp6.h sys/netinet6 : icmp6.c sys/sys : mbuf.h sbin/ping6 : ping6.8 ping6.c Added files: sys/kern : uipc_mbuf2.c Log message: update icmp6 name lookup code to conform to 05 draft. previous code was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/12 11:25:49 Modified files: graphics/gd : Makefile graphics/gd/files: md5 graphics/gd/patches: patch-aa graphics/gd/pkg: DESCR PLIST Added files: graphics/gd/patches: patch-ac graphics/gd/pkg: PFRAG.shared Removed files: graphics/gd/pkg: PLIST.noshared Log message: upgrade to gd 1.8.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 11:27:34 Modified files: net/netatalk/patches: patch-etcpapd-lpc Log message: Various clean ups, from Ian McWilliam. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 11:40:14 Modified files: sys/dev/pci : pcidevs Log message: broadcom 5805 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 11:40:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/12 11:41:22 Modified files: usr.bin/newsyslog: newsyslog.c Log message: Make the flags field truly optional. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/12 11:42:45 Modified files: net/mrtg : Makefile net/mrtg/pkg : DESCR PLIST Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - add HOMEPAGE to DESCR - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/12 11:45:20 Log message: PCCTS - Purdue Compiler Construction Tool Set Recursive descent parser generator supporting LL(k>=1) grammars and arbitrary lookahead with backtracking. Status: Vendor Tag: fgsch Release Tags: fgsch_2000-Jun-12 N ports/devel/pccts/Makefile N ports/devel/pccts/files/md5 N ports/devel/pccts/pkg/COMMENT N ports/devel/pccts/pkg/PLIST N ports/devel/pccts/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/12 11:47:49 Modified files: devel : Makefile Log message: enable pccts. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 12:14:17 Modified files: converters/rpm2cpio/pkg: PLIST Log message: Quick & dirty way to look at rpm files, conflicts with the actual rpm commands. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 12:49:42 Log message: port of rpm 3.0.4. Appears to work correctly so far. Put into misc to mimic FreeBSD naming scheme. Extra categories: archivers and emulators. Status: Vendor Tag: redhat Release Tags: rpm N ports/misc/rpm/Makefile N ports/misc/rpm/files/md5 N ports/misc/rpm/patches/patch-lib_rpmio_h N ports/misc/rpm/patches/patch-lib_transaction_c N ports/misc/rpm/patches/patch-build_parseChangelog_c N ports/misc/rpm/patches/patch-build_parsePrep_c N ports/misc/rpm/patches/patch-tests_macros_in N ports/misc/rpm/patches/patch-macros_in N ports/misc/rpm/patches/patch-tools_rpmgettext_c N ports/misc/rpm/patches/patch-Makefile_in N ports/misc/rpm/pkg/PLIST N ports/misc/rpm/pkg/COMMENT N ports/misc/rpm/pkg/DESCR N ports/misc/rpm/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/12 13:47:25 Modified files: . : events.html Log message: O'reilly changed it's links, provided better links than their general catch all pages. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 13:50:35 Modified files: sys/dev/pci : ubsec.c ubsecreg.h ubsecvar.h Log message: ESP 3des now works, after squishing 4 bugs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 14:03:03 Modified files: share/man/man4 : ubsec.4 Log message: and 5805 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/12 14:40:02 Modified files: devel/pccts : Makefile devel/pccts/pkg: PLIST Log message: change license to none. install all files in h/ since some missiong ones are needed for the upcoming cdrdao port. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/12 15:20:48 Log message: xterm port; Christian Weisgerber Status: Vendor Tag: jakob Release Tags: jakob_2000-06-12 N ports/x11/xterm/Makefile N ports/x11/xterm/files/md5 N ports/x11/xterm/pkg/PLIST N ports/x11/xterm/pkg/DESCR N ports/x11/xterm/pkg/COMMENT No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/12 15:30:27 Modified files: x11/wmx : Makefile x11/wmx/files : md5 Log message: update to version 6pre6 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/12 15:33:54 Added files: x11/wmx/patches: patch-ac Log message: fix author typo CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/12 15:34:39 Log message: write audio/data CD-Rs in disk-at-once mode Status: Vendor Tag: fgsch Release Tags: fgsch_2000-June-12 N ports/misc/cdrdao/Makefile N ports/misc/cdrdao/files/md5 N ports/misc/cdrdao/pkg/COMMENT N ports/misc/cdrdao/pkg/PLIST N ports/misc/cdrdao/pkg/DESCR N ports/misc/cdrdao/patches/patch-aa N ports/misc/cdrdao/patches/patch-ab N ports/misc/cdrdao/patches/patch-ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/12 15:38:15 Modified files: misc : Makefile Log message: enable cdrdao CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/12 15:49:47 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/12 15:57:00 Modified files: x11 : Makefile Log message: enable xterm CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 16:32:31 Modified files: misc/cdrdao : Makefile Removed files: misc/cdrdao/patches: patch-ab Log message: Don't patch Makefile.in, use 'gnu dest' instead. Add audio category. Use DISTNAME and DISTFILES instead of PKGNAME, DISTNAME, WRKDIST. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 18:38:25 Modified files: sys/dev/pci : ubsec.c Log message: correct 5805 test CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/12 18:38:46 Modified files: sys/arch/i386/pci: pchb.c Log message: dmesg repair around pci sub-bus config CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 19:17:13 Modified files: sys/netinet : ip6.h Log message: declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/12 19:48:18 Modified files: infrastructure/mk: bsd.port.mk Log message: NO_INSTALL_MANPAGES -> CONFIGURE_STYLE=imake noman CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/12 20:08:06 Modified files: devel/libslang : Makefile devel/libslang/files: md5 devel/libslang/patches: patch-aa patch-ad devel/libslang/pkg: PLIST PLIST.noshared Log message: - Upgrade to version 1.4.1 - GNU_CONFIGURE -> CONFIGURE_STYLE - Remove FAKE= Yes - Add @comment with PLIST & PLIST.noshared CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/12 20:17:10 Modified files: share/man/man5 : bsd.port.mk.5 Log message: More CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/12 20:22:51 Modified files: sys/dev/pci : hifn7751.c Log message: Be more careful when setting up the mbufs for destination buffers (similiar to what's in ubsec) CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/12 20:36:14 Modified files: devel/libslang/pkg: PLIST Added files: devel/libslang/pkg: PFRAG.shared Removed files: devel/libslang/pkg: PLIST.noshared Log message: Use PFRAG.shared instead. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/12 20:44:20 Modified files: www/wwwcount/files: md5 Log message: fix checksum CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/12 21:34:18 Log message: Initial import of ELF ld.so. This was written indepently of the gnu rtld code and is fully BSD copyrighted. This initial import contains a mostly working mips and partially working powerpc version. No support for ld.so.hints or system run path exists. Status: Vendor Tag: per Release Tags: r19990103 N src/libexec/ld.so/Makefile N src/libexec/ld.so/dl_printf.c N src/libexec/ld.so/dlfcn.c N src/libexec/ld.so/library.c N src/libexec/ld.so/loader.c N src/libexec/ld.so/resolve.c N src/libexec/ld.so/resolve.h N src/libexec/ld.so/libdl/Makefile N src/libexec/ld.so/libdl/libdl.c N src/libexec/ld.so/mips/archdep.h N src/libexec/ld.so/mips/ldasm.S N src/libexec/ld.so/mips/rtld_machine.c N src/libexec/ld.so/mips/syscall.h N src/libexec/ld.so/test/Makefile N src/libexec/ld.so/test/dltest.c N src/libexec/ld.so/test/ldt.c N src/libexec/ld.so/test/libbar.c N src/libexec/ld.so/test/libdep.c N src/libexec/ld.so/test/libfoo.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/12 21:40:42 Log message: Updated version of ld.so, contains additional functionality and fixes/ design changes required by egcs. added support for ldconfig/ld.so.hints changes to low level relocation code, required by egcs pic code generation that moved global variable loads to before the self relocation was performed. Only powerpc supported, mips code not updated. Code cleaned up somewhat reasonably. This code needs to be reviewed closely for significant problems such as correctness and security. Status: Vendor Tag: dsr Release Tags: r20000612 U src/libexec/ld.so/Makefile U src/libexec/ld.so/dl_printf.c U src/libexec/ld.so/dlfcn.c U src/libexec/ld.so/library.c U src/libexec/ld.so/loader.c U src/libexec/ld.so/resolve.c U src/libexec/ld.so/resolve.h N src/libexec/ld.so/sod.c N src/libexec/ld.so/strdup.c N src/libexec/ld.so/ldconfig/Makefile N src/libexec/ld.so/ldconfig/etc.c N src/libexec/ld.so/ldconfig/ld.h N src/libexec/ld.so/ldconfig/ldconfig.8 N src/libexec/ld.so/ldconfig/ldconfig.c N src/libexec/ld.so/ldconfig/ldconfig.cat8 N src/libexec/ld.so/ldconfig/shlib.c U src/libexec/ld.so/libdl/Makefile U src/libexec/ld.so/libdl/libdl.c U src/libexec/ld.so/mips/archdep.h U src/libexec/ld.so/mips/ldasm.S U src/libexec/ld.so/mips/rtld_machine.c U src/libexec/ld.so/mips/syscall.h U src/libexec/ld.so/test/Makefile U src/libexec/ld.so/test/dltest.c U src/libexec/ld.so/test/ldt.c U src/libexec/ld.so/test/libbar.c U src/libexec/ld.so/test/libdep.c U src/libexec/ld.so/test/libfoo.c N src/libexec/ld.so/test/A.C N src/libexec/ld.so/test/a.h N src/libexec/ld.so/test/tst.C N src/libexec/ld.so/powerpc/archdep.h N src/libexec/ld.so/powerpc/ldasm.S N src/libexec/ld.so/powerpc/rtld_machine.c N src/libexec/ld.so/powerpc/syscall.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/12 21:42:46 Modified files: sys/arch/powerpc/include: link.h Log message: Add dewey and SOD information to this header file, for ELF ld.so CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/12 21:56:43 Modified files: sys/dev/pci : pciide.c Added files: sys/dev/pci : pciide_opti_reg.h Log message: clean up Cypress section (obviously nobody has used these w/OpenBSD) also sync w/NetBSD support map memory mapped or IO mapped controllers program DMA modes for Cypress controllers support for OPTi chipsets (82C621 and compatible 82C568/82D568) CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/12 21:59:37 Modified files: mail/xfmail : Makefile mail/xfmail/files: md5 mail/xfmail/pkg: PLIST Added files: mail/xfmail/patches: patch-aa Log message: - Upgrade to version 1.4.6 - Remove FAKE=Yes - Add @comment with PLIST CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/12 22:07:03 Modified files: lib/csu/powerpc: Makefile Added files: lib/csu/powerpc: crtbeginS.c crtendS.c Log message: Support files for shared library, expected by gcc, allows shared libraries to have constructors and destructors. CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/12 22:12:02 Modified files: sys/dev/ic : wdc.c Log message: Fix from Manuel Bouyer Don't falsely detect nonexistent drives CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/12 22:12:40 Modified files: sys/netinet6 : nd6_rtr.c Log message: make sure to attach new in6_ifaddr into ifp->if_addrlist. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/12 23:05:00 Modified files: sys/dev/pci : hifn7751.c Log message: use the source length to calculate the output length instead of relying on the length in the descriptors (which is sometimes 0!). CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/12 23:15:20 Modified files: sys/dev/pci : ubsec.c ubsecvar.h Log message: put an upperbound on queue length CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/12 23:34:13 Modified files: . : crypto.html i386.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/12 23:47:53 Modified files: . : i386.html Log message: name more drivers by real names CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/13 00:11:13 Modified files: sys/dev/pci : ubsec.c Log message: Oops: initialize q to avoid using the unitialized value when the queue fills CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/13 00:32:16 Modified files: sys/dev/pci : ubsec.c Log message: backout previous 2 changes... causes panics down the line. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/13 03:57:52 Modified files: usr.sbin/ppp/ppp: README.changes bundle.c bundle.h command.c datalink.c defs.h exec.c fsm.c ip.c ipcp.c ipcp.h mp.c nat_cmd.c physical.c ppp.8 server.c tcp.c Log message: Add ``set ifqueue'' to adjust the number of packets ppp buffers. Handle an ``open'' correctly from state DATALINK_READY. Don't disable the autoload timer when bringing down the second last auto link or bringing up the last auto link. Allow ``set urgent none'' to disable IPTOS_LOWDELAY prioritisation. Honour ``set speed sync'' for ``!program'' links and use a udp socketpair between ppp and ``program''. HUP ``program'' when a ``!program'' link comes down. Don't complain about valid padded ppp frames, but complain and drop the data if the length claims to be more than the payload. Correct the umask when creating a new /etc/resolv.conf (when dns is enabled), and don't segfault when trying to rewrite the previous (non-existent) contents. Be more verbose about ``inappropriate peer'' messages in MP mode. Allow ``nat target MYADDR'' (to redirect incoming connections to the gateway). Pass everything through the NAT engine - let it decide if it wants it. Fix the return code when failing to create a tcp link CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 04:12:01 Modified files: sys/netinet : in_pcb.h udp_usrreq.c sys/netinet6 : in6_pcb.c in6_src.c Log message: allow link-local IPv6 addres in in6_pcbbind. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 04:26:44 Modified files: sys/netinet : udp_usrreq.c Log message: on UDPv6 sendto, correctly set oifp. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 04:29:45 Modified files: sys/netinet : udp_usrreq.c Log message: avoid mbuf leak on non-matching ifp/sockaddr CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 05:47:24 Modified files: sys/netinet6 : raw_ipv6.c sys/netinet : udp_usrreq.c Log message: comment out flowinfo manipulation on inbound. the spec is not very clear. CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 2000/06/13 06:54:19 Modified files: . : press.html Log message: A news report on the hardware crypto support of OpenBSD CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 2000/06/13 08:18:37 Modified files: . : press.html Added files: reprints : openbsd-hwcrypto.html Log message: Put up a reprint locally CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/13 08:32:14 Modified files: devel/swig : Makefile devel/swig/files: md5 devel/swig/patches: patch-aa devel/swig/pkg : PLIST Log message: - Upgrade to version 1.3a2 - GNU_CONFIGURE -> CONFIGURE_STYLE - Bump NEED_VERSION - Add @comment with PLIST CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 08:50:33 Modified files: sys/netinet6 : ip6_input.c Log message: do not use cached route if it goes !RTF_UP. make validation of jumbo payload more strict. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/13 09:52:23 Modified files: sys/arch/hppa : TODO Log message: update CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/13 09:56:03 Modified files: . : ftp.html openssh : ftp.html portable.html Log message: new mirrors CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 10:36:12 Modified files: sys/netinet6 : icmp6.c Log message: workaround for arch with char == unsigned char (suppress warning). CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/13 11:12:39 Modified files: sys/dev/pci : pcidevs Log message: IBM Olympic Token Ring CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/13 11:13:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/13 11:15:39 Modified files: sys/dev/pci : pcidevs Log message: simplify CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/13 11:15:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 11:32:48 Modified files: sys/netinet6 : icmp6.c Log message: the last commit was not enough. s/(int)/(signed char)/. CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/06/13 11:39:30 Modified files: . : hppa.html Log message: talk more in history, add direct links to some docs, etc. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/13 11:58:49 Modified files: sys/arch/hppa/dev: cpudevs Log message: a few corrections gathered from comp.sys.hp.hpux CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/13 11:59:21 Modified files: sys/arch/hppa/dev: cpudevs.h cpudevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/13 12:29:48 Modified files: etc : rc rc.local Log message: normalize test vs [; form CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/13 12:36:37 Modified files: sys/arch/hppa/dev: sti_sgc.c Log message: ptr alignment is not a hack, it's a feature fix for byte-wide prom CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/13 13:03:11 Modified files: lib/libkeynote : keynote.y Log message: Cast to avoid warning. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/13 13:16:16 Modified files: lib/libkeynote : base64.c environment.c keynote-ver.l keynote.1 keynote.4 keynote.5 keynote.l parse_assertion.c Log message: Fix some compile warnings. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/13 13:49:57 Modified files: de : arc.html crypto.html pmax.html stable.html Log message: Updated and link correction, thanks to Wim. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/13 14:55:02 Modified files: distrib/crunch/crunchgen: crunchgen.1 Log message: Fix typo. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/13 15:18:47 Modified files: x11/xterm : Makefile Log message: use CONFIGURE_STYLE, and remove redundant FAKE CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/13 15:28:38 Modified files: usr.bin/ftp : cmds.c ftp.1 Log message: Make both ls and dir send a LIST command. Perviously, ls would use NLST but some ftp server (notably wu-ftpd 2.6.x) only list files in the output of NLST. This behavior appears to be RFC conforming and it makes things like "mget *" behave more sanely. To get just the file list you can still use the "nlist" command. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/13 16:27:07 Modified files: usr.bin/netstat: Makefile Log message: Conditional INET6 inclusion (for crunchgen uses) -- default yes. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/13 17:38:37 Modified files: . : press.html Log message: Add InfoSecurityMag, June 2000 (Thanks Mickey) CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2000/06/13 17:42:34 Modified files: . : hppa.html Log message: Fix bold usage CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/13 17:53:32 Modified files: . : 27.html Added files: images : spacefish.jpg Log message: new image CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2000/06/13 18:56:26 Modified files: faq : faq10.html Log message: <,> => <,> CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/13 19:05:05 Modified files: usr.bin/netstat: Makefile Log message: KAME_SCOPEID is necessary CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/13 22:42:11 Modified files: sys/netinet : ip_esp.c Log message: Initialize tc_ptr to zero if authentication is not used. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/13 23:57:51 Log message: rrdtool port; Dan Harnett Status: Vendor Tag: jakob Release Tags: jakob_2000-06-14 N ports/net/rrdtool/Makefile N ports/net/rrdtool/files/md5 N ports/net/rrdtool/patches/patch-src_Makefile_in N ports/net/rrdtool/patches/patch-doc_Makefile_in N ports/net/rrdtool/patches/patch-examples_Makefile_in N ports/net/rrdtool/patches/patch-contrib_log2rrd_Makefile_in N ports/net/rrdtool/patches/patch-contrib_rrd-file-icon_Makefile_in N ports/net/rrdtool/patches/patch-contrib_trytime_Makefile_in N ports/net/rrdtool/patches/patch-contrib_rrdproc_Makefile_in N ports/net/rrdtool/patches/patch-contrib_rrdlastds_Makefile_in N ports/net/rrdtool/patches/patch-contrib_add_ds_Makefile_in N ports/net/rrdtool/patches/patch-contrib_killspike_Makefile_in N ports/net/rrdtool/patches/patch-contrib_rrdfetchnames_Makefile_in N ports/net/rrdtool/patches/patch-Makefile_in N ports/net/rrdtool/patches/patch-contrib_Makefile_in N ports/net/rrdtool/patches/patch-tcl_Makefile_in N ports/net/rrdtool/pkg/COMMENT N ports/net/rrdtool/pkg/MESSAGE N ports/net/rrdtool/pkg/DESCR N ports/net/rrdtool/pkg/PLIST.noshared N ports/net/rrdtool/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/14 00:00:28 Modified files: net : Makefile Log message: enable rrdtool CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 00:16:56 Modified files: x11/qt : Makefile Log message: remove FAKE=Yes CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/06/14 00:26:25 Modified files: textproc/pilot_makedoc: Makefile Log message: Remove Fake=no CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/14 00:42:25 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: camield@cvs.openbsd.org 2000/06/14 01:30:46 Modified files: net/popa3d : Makefile net/popa3d/pkg : MESSAGE PLIST Log message: - add HOMEPAGE - remove FAKE - add tag to PLIST - use PREFIX and HOMEPAGE in MESSAGE - bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: camield@cvs.openbsd.org 2000/06/14 01:52:24 Modified files: net/rrdtool/pkg: MESSAGE Log message: spelling, use PREFIX in MESSAGE CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/14 03:04:36 Modified files: . : mail.html Log message: Add Open Resources archive. Thanks Horacio and Wim. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 08:08:07 Modified files: x11/lesstif : Makefile x11/lesstif/pkg: PLIST Added files: x11/lesstif/pkg: PFRAG.shared Removed files: x11/lesstif/pkg: PLIST.noshared Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/14 08:09:37 Modified files: sys/dev/pci : ubsec.c Log message: readd queue limiting code that was backed out yesterday. (ip_esp.c change seems to have fixed this). CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/14 09:15:07 Modified files: libexec/ftpd : ftpd.c Log message: correct STAT command output for LPSV output. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/14 09:50:55 Modified files: etc : rc Log message: avoid a few extra processes; d.doroshenko@omnitel.net CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/14 10:06:07 Modified files: usr.sbin/inetd : inetd.8 Log message: clarify tcp4/tcp6 interaction. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/14 10:09:15 Modified files: share/man/man4 : inet6.4 Log message: move IPv4 mapped issue from inetd.8. some clarifications. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/06/14 10:13:38 Modified files: graphics/fxtv : Makefile Log message: Remove Fake=no CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/14 10:30:44 Modified files: share/man/man4 : inet6.4 Log message: explicitly recommend listening to two sockets. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 10:45:01 Modified files: comms/minicom : Makefile Log message: remove FAKE=yes CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 10:49:08 Modified files: editors/nedit : Makefile Log message: remove FAKE=yes CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 10:50:19 Modified files: emulators/simh : Makefile Log message: remove FAKE=yes CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/14 10:51:55 Modified files: sys/vm : vm_param.h sys/uvm : uvm_meter.c uvm_swap_encrypt.c uvm_swap_encrypt.h Log message: put in own ctl level for swapencrypt. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/14 10:54:46 Modified files: sbin/sysctl : sysctl.c Log message: add swapencrypt ctl level. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 10:57:40 Modified files: mail/hypermail : Makefile Log message: remove FAKE=yes GNU_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/14 10:57:44 Modified files: etc : sysctl.conf Log message: it's vm.swapencrypt.enable now. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/14 11:03:49 Modified files: build : support.dat Log message: Our first Norwegian support entry. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/14 11:07:11 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 11:16:29 Modified files: x11/Xaw3d : Makefile x11/Xaw3d/pkg : PLIST Added files: x11/Xaw3d/pkg : PFRAG.shared Removed files: x11/Xaw3d/pkg : PLIST.noshared Log message: - remove FAKE=Yes - USE_IMAKE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/14 11:17:05 Modified files: sbin/sysctl : sysctl.8 Log message: document swapencrypt ctl level CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 12:18:54 Modified files: graphics/jpeg : Makefile graphics/jpeg/pkg: PLIST Added files: graphics/jpeg/pkg: PFRAG.shared Removed files: graphics/jpeg/pkg: PLIST.noshared Log message: - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 12:24:55 Modified files: graphics/tiff : Makefile graphics/tiff/pkg: PLIST Added files: graphics/tiff/pkg: PFRAG.shared Removed files: graphics/tiff/pkg: PLIST.noshared Log message: - remove license type - use new framework for PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 12:32:43 Modified files: graphics/giflib: Makefile graphics/giflib/pkg: PLIST Added files: graphics/giflib/pkg: PFRAG.shared Removed files: graphics/giflib/pkg: PLIST.noshared Log message: - remove license type - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 12:43:11 Modified files: graphics/mpeg-lib: Makefile graphics/mpeg-lib/pkg: PLIST Added files: graphics/mpeg-lib/pkg: PFRAG.shared Removed files: graphics/mpeg-lib/pkg: PLIST.noshared Log message: - remove license type - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/14 13:18:20 Modified files: lib/libc/gen : sysctl.3 Log message: document swap encrypt ctl level CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/14 13:29:19 Modified files: de : 27.html ftp.html hppa.html i386.html mail.html press.html support.html openssh/de : ftp.html portable.html Log message: Trying to catch up.. Just updates. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/14 13:40:11 Modified files: de : support.html Log message: Ooops. Forgot to change the version tag. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/14 15:44:56 Modified files: . : press.html Log message: Add UNIX Review BSD roundup. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/14 15:49:07 Modified files: fr : index.html Log message: s/Trois/Deux/ for local vulnerabilities. Sorry for overstepping. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/06/14 16:08:38 Modified files: comms/lrzsz : Makefile Log message: Remove Fake=no CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/06/14 16:16:24 Modified files: . : hppa.html Log message: add more docs CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/14 16:16:28 Modified files: es : 27.html crypto.html events.html ftp.html hppa.html i386.html mail.html plus.html press.html stable.html support.html users.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/14 16:18:58 Modified files: openssh/es : ftp.html portable.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/06/14 16:22:28 Modified files: comms/xcept : Makefile comms/xcept/patches: patch-ab patch-ac patch-ad patch-ae Log message: Fix installation and fake. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/14 16:24:19 Modified files: faq/es : faq8.html upgrade-minifaq.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/14 16:28:17 Modified files: fr : 27.html crypto.html ftp.html index.html orders.html Log message: Sync with Badlands Translation CVS. Work by Jean-Jacques Bernard. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/14 16:30:24 Modified files: de : 27.html Log message: Sync. fix link to ../images CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/14 16:55:19 Modified files: usr.bin/newsyslog: newsyslog.c Log message: monitor -> monitormode because some OSes have a monitor(3) CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/06/14 17:10:34 Modified files: . : donations.html want.html Log message: HPT370 eval from Highpoint CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/14 17:21:43 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/14 17:34:56 Modified files: . : plus.html Log message: fix error CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/14 18:20:24 Modified files: misc/buffer : Makefile misc/buffer/pkg: PLIST Log message: - remove FAKE=yes - update MAINTAINER address - add $OpenBSD$ to PLIST CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/14 18:23:56 Modified files: share/man/man8 : boot_config.8 Log message: highlight CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/14 18:27:57 Modified files: net/rsync : Makefile Log message: FAKE, CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/14 18:30:13 Modified files: sys/netinet : ip_esp.c Log message: What was the offending payload length? CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/06/14 18:34:04 Modified files: . : want.html Log message: Whoops, was never in the top section CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 18:50:06 Modified files: comms/lrzsz : Makefile comms/lrzsz/pkg: PLIST Log message: - add NEED_VERSION - remove license type - GNU_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/06/14 18:55:59 Modified files: . : plus.html Log message: that's what happened to apm CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/14 19:13:37 Modified files: graphics/fxtv : Makefile graphics/fxtv/patches: patch-aa Added files: graphics/fxtv/patches: patch-ak Log message: - remove license type - respect CFLAGS (don't always compile with -m486) - properly Fake this port CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/14 20:49:01 Modified files: distrib/powerpc/ramdisk: Makefile Added files: distrib/powerpc/ramdisk: instbin.conf Removed files: distrib/powerpc/ramdisk: list Log message: Deal with the chgrp chown -> chmod change. instead of generating a text file from list, just create it and edit it directly, allows for more control. Also i386 edits this file directly instead of using awk to generate it. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/14 21:04:17 Modified files: sys/arch/hppa/dev: sti_sgc.c Log message: be more carefull about pg0, i think switch on sv next time CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/14 21:11:01 Modified files: sys/arch/powerpc/mac: macintr.c openpic.c Log message: UVM compatibility changes, UVM still not working, but can build. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/14 21:12:46 Modified files: sys/arch/powerpc/powerpc: conf.c Log message: #if 0 support for WSCONS, not currently used and wscons has changed since this code worked. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/14 21:14:00 Modified files: sys/arch/powerpc/powerpc: cpu.c Log message: Recognize PowerPC G4 processor (called it's Motorola name "7400"). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/14 21:16:39 Modified files: sys/arch/powerpc/powerpc: locore.S Log message: Add types to all of the global symbols in this asm code, partially necessary so that vmstat can find symbols, also just a good thing to do. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/14 21:20:53 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Clean up one of the screwy things about the powerpc pmap, it could not properly track the count of mapped pages. Fix the count at a higher level. From NetBSD. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/14 21:34:31 Modified files: lib/libc/net : Tag: OPENBSD_2_7 getaddrinfo.c Log message: Pull in patch from current (itojun): translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/14 21:35:50 Modified files: lib/libc/net : Tag: OPENBSD_2_7 getnameinfo.c Log message: Pull in patch from current (itojun): correct behavior against invalid sockaddr. previous code may return 0 (success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:20:02 Modified files: misc/deco : Makefile Log message: remove FAKE=yes GNU_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:23:49 Modified files: emulators/simh/pkg: PLIST misc/deco/pkg : PLIST Log message: add $OpenBSD$ tag CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:25:15 Modified files: net/fping : Makefile net/fping/pkg : PLIST Log message: remove FAKE=yes add $OpenBSD$ tag to PLIST CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2000/06/14 23:28:30 Modified files: sys/compat/svr4: syscalls.master Log message: add more unimplemented syscall name placeholders, from NetBSD. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2000/06/14 23:30:32 Modified files: sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log message: regen CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:31:54 Modified files: russian/cyrproxy: Makefile russian/cyrproxy/pkg: PLIST russian/d1489 : Makefile russian/d1489/pkg: PLIST russian/wget-msgs: Makefile russian/wget-msgs/pkg: PLIST russian/xcyrillic: Makefile russian/xcyrillic/pkg: PLIST russian/xruskb : Makefile russian/xruskb/pkg: PLIST Log message: remove FAKE=yes add $OpenBSD$ tag to PLIST xcyrillic: remove NO_CONFIGURE xruskb: GNU_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:33:02 Modified files: misc/deco : Makefile Log message: NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:35:42 Modified files: sysutils/xosview: Makefile Log message: remove FAKE=yes GNU_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:37:11 Modified files: www/analog : Makefile Log message: remove FAKE=yes CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:40:12 Modified files: www/wwwcount : Makefile Log message: remove FAKE=yes GNU_CONFIGURE -> CONFIGURE_STYLE add HOMEPAGE CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2000/06/14 23:44:11 Modified files: sys/compat/svr4: svr4_exec.h Log message: i386 -> __i386__ CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/14 23:47:11 Modified files: russian/xruskb : Makefile Log message: use FLAVORS CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/15 01:21:39 Modified files: x11/eterm : Makefile x11/eterm/pkg : PLIST Log message: - Update the MASTER_SITES - Remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - Add @comment to PLIST CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/15 02:11:48 Modified files: share/man/man4 : inet6.4 Log message: typo CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 02:45:50 Modified files: misc/cdrdao : Makefile Log message: remove license type. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/15 03:37:08 Modified files: usr.sbin/ppp/ppp: alias_db.c alias_ftp.c alias_local.h Log message: Full support for passive mode FTP Ensure that the segment preceding a PORT/227 segment terminates with a \r\n, the IP address in the PORT/227 matches the source IP address of the packet and the port number in the PORT command or 277 reply is greater than or equal to 1024. Obtained from: FreeBSD CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 03:49:33 Modified files: devel/m4 : Makefile devel/m4/pkg : PLIST Log message: CONFIGURE_STYLE and NEED_VERSION; remove FAKE=yes add comment to plist. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 03:59:59 Modified files: devel/m4 : Makefile Log message: remove unneeded install-info. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 04:03:07 Log message: a callback framework for C++ Status: Vendor Tag: fgsch Release Tags: fgsch_2000-June-15 N ports/devel/libsigc++/Makefile N ports/devel/libsigc++/files/md5 N ports/devel/libsigc++/pkg/COMMENT N ports/devel/libsigc++/pkg/PLIST N ports/devel/libsigc++/pkg/PFRAG.shared N ports/devel/libsigc++/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 04:09:52 Modified files: devel : Makefile Log message: enable libsigc++ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 04:35:50 Log message: a C++ interface for gtk+ Status: Vendor Tag: fgsch Release Tags: fgsch_2000-June-15 N ports/x11/gtkmm/Makefile N ports/x11/gtkmm/pkg/COMMENT N ports/x11/gtkmm/pkg/PLIST N ports/x11/gtkmm/pkg/PFRAG.shared N ports/x11/gtkmm/pkg/DESCR N ports/x11/gtkmm/files/md5 N ports/x11/gtkmm/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 04:36:44 Modified files: x11 : Makefile Log message: enable gtkmm CVSROOT: /cvs Module name: ports Changes by: camield@cvs.openbsd.org 2000/06/15 04:39:46 Modified files: net/rrdtool : Makefile net/rrdtool/patches: patch-Makefile_in patch-tcl_Makefile_in Added files: net/rrdtool/pkg: PFRAG.shared PLIST.sed Removed files: net/rrdtool/pkg: PLIST PLIST.noshared Log message: - perl modules now install in site_perl - initial work towards TCL flavor From maintainer danh@nfol.com CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 04:45:25 Removed files: x11/gtkmm/patches: patch-aa Log message: remove uneeded patch. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/15 04:53:12 Modified files: x11/xpostitPlus: Makefile x11/xpostitPlus/pkg: PLIST Log message: remove FAKE=yes; use CONFIGURE_STYLE; add comment to plist. clean a bit. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/15 06:19:18 Modified files: russian : Makefile Log message: add xruskb-motif CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/15 06:31:59 Modified files: gnu/usr.sbin/sendmail/mail.local: Makefile Log message: Add missing .include; form@openbsd.ru CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/15 08:24:13 Modified files: share/man/man4 : inet6.4 Log message: typo. ftp(8) -> ftp(1) CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/15 09:37:10 Modified files: . : orders.html Log message: Introduced local European ordering (kd85.com bvba), link to secure website CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 09:38:35 Modified files: . : plus.html Log message: correct CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/15 10:13:32 Modified files: databases : Makefile Log message: add postgresql flavors CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 10:33:54 Modified files: emulators/linux_lib: Makefile Log message: - add NEED_VERSION - remove license type - remove NO_CONFIGURE, NO_PATCH and FAKE=Yes - remove some symlink creation which is done as part of the PLIST CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2000/06/15 10:48:50 Modified files: . : ports.html Log message: mention cvsup and link to cvsup.html; ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/15 10:56:37 Modified files: . : INDEX Log message: SYNC CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/15 11:00:38 Modified files: sys/arch/hppa/include: asm.h reg.h Log message: more dr0 definitions for pcxs/pcxt CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 11:13:21 Modified files: . : 27.html Log message: no alpha, but sun3 CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/06/15 11:16:33 Modified files: lib/libssl/crypto: shlib_version lib/libssl/src/crypto/rsa: rsa_eay.c rsa_gen.c lib/libssl/ssl : shlib_version Log message: RSA goes in tree for next our next release, as it will be after Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 11:27:18 Modified files: . : index.html Log message: 2.7 is out CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/15 11:32:45 Modified files: net/cvsup-bin/pkg: COMMENT DESCR Log message: fix description, add pointers to Open/Free/NetBSD CVSup mirrors ok espie@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 11:37:35 Modified files: . : errata.html Log message: amiga CD distribution error, with workaround CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 11:44:57 Modified files: graphics/jpeg : Makefile Log message: fix CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 11:59:44 Modified files: . : plus27.html Log message: 2.7 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 11:59:52 Modified files: . : orders.html Log message: esec.com.au will have 2.7 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:20:07 Modified files: graphics/aalib : Makefile graphics/aalib/pkg: PLIST Added files: graphics/aalib/pkg: PFRAG.shared Removed files: graphics/aalib/pkg: PLIST.noshared Log message: - remove license type - HAS_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:27:08 Added files: graphics/fnlib/patches: patch-ad Log message: enable inter-library dependencies CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:34:22 Modified files: graphics/fnlib/patches: patch-ab Log message: the previous patch removed $(DESTDIR) from Makefile.in, re-add CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:39:31 Modified files: graphics/fnlib/pkg: INSTALL DEINSTALL Log message: /usr/X11R6 -> /usr/local CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:48:57 Modified files: graphics/mpeg-lib: Makefile Log message: fix CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:53:44 Modified files: graphics/gif2png/pkg: PLIST Log message: add @comment with RCS id CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 12:55:12 Modified files: graphics/pngcrush: Makefile graphics/pngcrush/pkg: PLIST Log message: - remove FAKE=Yes - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 13:02:38 Modified files: graphics/gimp : Makefile graphics/gimp/pkg: PLIST Added files: graphics/gimp/pkg: PFRAG.shared Removed files: graphics/gimp/pkg: PLIST.noshared Log message: - remove license type - use new framework for PLISTs CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/15 13:05:10 Modified files: sys/arch/hppa/include: bus.h Log message: add BUS_DMA_COHERENT, fix BUS_DMAMEM_NOSYNC CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 13:08:11 Modified files: graphics/imlib : Makefile graphics/imlib/pkg: PLIST Removed files: graphics/imlib/pkg: PLIST.noshared Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 13:08:56 Added files: graphics/imlib/pkg: PFRAG.shared Log message: oops, forgot to add this CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/15 13:11:24 Modified files: sys/arch/hppa/include: cpu.h Log message: add MD_CACHE* defines export more about cpu type. prorotype for `disable sid hashing', returning cpu version as a side effect define virtual pages coherency parameters. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/15 13:11:43 Modified files: de : 27.html donations.html errata.html hppa.html index.html orders.html press.html Log message: Catching up, i.e. updates. CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/06/15 13:12:53 Modified files: sys/dev/pci : pcidevs Log message: Nvidia GeForce256 DDR CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/06/15 13:13:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/15 13:14:40 Modified files: graphics/giflib: Makefile Log message: thw master site for the patches does not exist anymore, use MASTER_SITE_BACKUP for now CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2000/06/15 13:23:16 Modified files: . : hppa.html Log message: sti rewrite CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/15 13:47:50 Modified files: . : press.html Log message: Add RTMX interview in BSD Today CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/15 14:05:48 Modified files: usr.bin/netstat: inet.c Log message: Reflect reality in the error messages. CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/06/15 14:35:57 Modified files: sys/arch/i386/pci: pchb.c Log message: i840 chipset also has the true RNG (i82802 FWH). mickey@ ok. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2000/06/15 14:36:15 Modified files: . : cvsup.html Log message: mention cvsup-bin port, clean up HTML; ok brian@ CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/15 15:26:03 Modified files: . : press.html Log message: Add David Jorm's networking tutorial. Thanks Mickey. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 15:43:23 Modified files: . : anoncvs.html Log message: cyclic url changed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/15 16:57:24 Modified files: distrib/sets/lists/base: md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.pmax md.sparc md.sun3 Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/15 18:56:46 Modified files: . : 27.html Log message: sparc is on CD2 this time CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/15 19:34:00 Modified files: misc/remind : Makefile misc/remind/pkg: PLIST Added files: misc/remind/patches: patch-scripts-cm2rem Removed files: misc/remind/patches: patch-src-Makefile.in Log message: - Correct the PKGNAME - Remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/15 20:10:50 Modified files: usr.bin/netstat: inet6.c Log message: print # of icmp6 error suppressed by rate limit CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/15 20:43:11 Modified files: . : press.html Added files: reprints : pr27.html Log message: Add reprint of 2.7 press release (english only). Translations to follow. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/15 21:19:42 Modified files: distrib/miniroot: install.sh install.sub Log message: ssl package no longer needed (will be tested) CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/15 21:32:24 Modified files: www/analog : Makefile Log message: fix compiling; turan@ add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: chris@cvs.openbsd.org 2000/06/15 23:25:28 Modified files: devel/jdk : Makefile Log message: Fix o'Master Sites CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/16 00:00:15 Modified files: security/socks5: Makefile security/socks5/pkg: PLIST Added files: security/socks5/pkg: PFRAG.shared Removed files: security/socks5/pkg: PLIST.noshared Log message: remove FAKE=yes add HOMEPAGE GNU_CONFIGURE -> CONFIGURE_STYLE add $OpenBSD$ to PLIST use PFRAG.shared CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/16 00:38:24 Modified files: chinese/xcin/patches: patch-ab Log message: Fix the patch-ab, so zh-xcin can run on sparc. Thanks for turan@ mentioned. CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/06/16 01:17:39 Modified files: usr.sbin/user : user.c Log message: Fix PR 1279. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/16 04:19:03 Modified files: russian/xruskb : Makefile Log message: xruskb-xaw -> xruskb CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/16 09:08:49 Modified files: openssh : press.html Log message: Add Linux Weekly News. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/16 10:08:38 Modified files: build : groups.dat Log message: Add Russian group CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/16 10:11:51 Modified files: . : groups.html Log message: Sync CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:14:05 Modified files: . : cvsup.html Log message: Fix
tag CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:26:07 Modified files: es : ftp.html goals.html groups.html hp300.html hppa.html i386-laptop.html i386.html index.html plus.html ports.html press.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:28:04 Modified files: faq/es : faq10.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:29:17 Modified files: openssh/it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:29:50 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:31:38 Modified files: fr : 27.html anoncvs.html donations.html index.html orders.html Log message: Sync with Badlands Translation CVS. Work by jjbg. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 10:36:19 Modified files: se : 26.html anoncvs.html crypto.html donations.html ftp.html i386.html index.html security.html Added files: se : 27.html Log message: Sync with Badlands Translation CVS. Work by Javax. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/16 10:43:18 Modified files: sbin/restore : tape.c Log message: use TP_BSIZE (== BUFSIZ so no problem) CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/16 11:00:02 Modified files: build : support.dat Log message: InterACT contact person CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/16 11:03:33 Modified files: . : support.html Log message: Sync. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/16 11:51:37 Modified files: . : crypto.html Log message: Ugly sentence. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: assar@cvs.openbsd.org 2000/06/16 13:03:48 Modified files: usr.sbin/pstat : pstat.8 pstat.c Log message: update and sort list of vflags, iflags, nfsflags, mntflags. also update man-page to be compatible with the code. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/16 13:11:25 Modified files: sys/arch/i386/i386: locore.s Log message: Cannot emulate memcmp() with bcmp() due to different return values; memcmp() will be added to libkern. CVSROOT: /cvs Module name: www Changes by: mho@cvs.openbsd.org 2000/06/16 13:15:31 Modified files: . : 27.html Log message: INSTALL.sparc is on CD2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/16 13:18:52 Modified files: sys/dev : rnd.c Log message: undo latest problem. breaks the sparc. diff is too large, we are not debugging it for you CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/16 13:56:56 Modified files: sys/lib/libkern/arch/alpha: Makefile.inc sys/lib/libkern/arch/arm32: Makefile.inc sys/lib/libkern/arch/hppa: Makefile.inc sys/lib/libkern/arch/i386: Makefile.inc sys/lib/libkern/arch/m68k: Makefile.inc sys/lib/libkern/arch/m88k: Makefile.inc sys/lib/libkern/arch/mips: Makefile.inc sys/lib/libkern/arch/ns32k: Makefile.inc sys/lib/libkern/arch/powerpc: Makefile.inc sys/lib/libkern/arch/sparc: Makefile.inc sys/lib/libkern/arch/vax: Makefile.inc Added files: sys/lib/libkern/arch/i386: memcmp.S sys/lib/libkern/arch/m68k: memcmp.S memset.S Log message: Pull memcmp() into libkern. Also, use asm version of memset() on m68k. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/16 14:06:52 Modified files: . : events.html Added files: reprints : crypto2000.html Log message: making crypto2000 a mentioned event CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/16 14:20:30 Modified files: sys/lib/libkern: libkern.h Added files: sys/lib/libkern: memcmp.c Log message: Pull memcmp() into libkern. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/16 14:48:29 Modified files: nl : index.html Log message: Bring up to speed with 2.7, dissable links to out of date pages. Victim wanted who will keep these pages up to date. Or I'll have to remove them, it's unacceptable. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/16 15:04:34 Modified files: de : 27.html anoncvs.html crypto.html cvsup.html hppa.html press.html support.html openssh/de : press.html Log message: just updates. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/16 15:43:04 Modified files: sys/net : if_bridge.c Log message: use memcmp() instead of bcmp(), memcmp is <,=,> but bcmp is =,!= CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/16 15:47:20 Modified files: sys/arch/alpha/pci: pcs_bus_io_common.c pcs_bus_mem_common.c sys/arch/i386/i386: machdep.c sys/compat/linux: linux_resource.c sys/dev/ic : aic7xxxvar.h gdt_common.c sys/kern : init_main.c sys/net : zlib.c sys/netatalk : ddp_output.c sys/netinet : ip_fil_compat.h ip_proxy.c sys/netinet6 : nd6.c sys/netiso/xebec: malloc.c sys/scsi : ss.c sys/sys : param.h Log message: take MIN/MAX from param.h, okay theo@ CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/16 16:13:32 Modified files: openssh : press.html Log message: Add ZDNet Help & How-to CVSROOT: /cvs Module name: www Changes by: mho@cvs.openbsd.org 2000/06/16 16:16:12 Modified files: . : 27.html Log message: Consistent ordering of sparc boot examples. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/16 17:06:16 Modified files: comms/conserver: Makefile comms/malsync : Makefile devel/jdk : Makefile devel/tkcvs : Makefile editors/wordperfect: Makefile emulators/freebsd_lib: Makefile graphics/Mesa : Makefile graphics/netpbm: Makefile mail/checkpassword: Makefile mail/dot-forward: Makefile mail/ezmlm : Makefile mail/fastforward: Makefile mail/mess822 : Makefile mail/postfix : Makefile mail/qmail : Makefile mail/qmailanalog: Makefile mail/rblsmtpd : Makefile mail/serialmail: Makefile math/maple : Makefile net/bind8 : Makefile net/dnscache : Makefile net/micq : Makefile net/nsping : Makefile net/popa3d : Makefile net/publicfile : Makefile net/snort : Makefile net/ucspi-tcp : Makefile print/pkfonts : Makefile print/teTeX/texmf: Makefile security/ADMfzap: Makefile security/antisniff: Makefile security/cgichk: Makefile security/dsniff: Makefile security/isic : Makefile security/john : Makefile security/l0phtcrack: Makefile security/lxnb : Makefile security/nfsshell: Makefile security/parse : Makefile security/radiusniff: Makefile security/rdp : Makefile sysutils/daemontools: Makefile textproc/TclXML: Makefile textproc/docbook: Makefile textproc/html : Makefile textproc/iso12083: Makefile textproc/iso8879: Makefile textproc/latex2html: Makefile textproc/linuxdoc: Makefile textproc/xml2rfc: Makefile www/amaya/english-dict: Makefile www/amaya/french-dict: Makefile www/hotjava : Makefile x11/dclock : Makefile Log message: Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/16 17:10:41 Modified files: infrastructure/mk: bsd.port.mk Log message: Remove NO_EXTRACT/NO_PATCH/NO_CONFIGURE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/16 17:53:41 Modified files: infrastructure/mk: bsd.port.mk Log message: Create all packing information under a subdir of WRKDIR (WRKPKG). WRKPKG should seldom be changed, unless it conflicts with the port's actual naming conventions (default is ${WRKBUILD}/pkg). Substitute stuff in INSTALL/DEINSTALL script as well. The only drawback is that those LOOK like shell variables, but are actually simple sed substitution. Preconise a style such as prefix=${PREFIX} (then use ${prefix}) to avoid confusion. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/17 01:52:16 Modified files: openssh/de : press.html Log message: Jufi, you uploaded www/de/press.html to www/openssh/de/press.html CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/17 01:57:05 Modified files: es : 27.html anoncvs.html crypto.html ctm.html cvsup.html donations.html errata.html events.html groups.html hppa.html index.html orders.html plus.html plus27.html ports.html press.html support.html want.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/17 01:57:54 Modified files: openssh/es : press.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/17 01:59:04 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/17 02:00:38 Modified files: se : 27.html crypto.html Log message: Sync with Badlands Translation CVS. Work by Javax. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/17 02:57:43 Modified files: de : press.html Log message: Fix link and typo. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/17 06:55:37 Modified files: de : 27.html press.html Log message: Updates. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/17 07:01:58 Modified files: openssh/de : press.html Log message: CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/17 08:34:11 Modified files: usr.bin/make : lst.h usr.bin/make/lst.lib: lstAppend.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstFirst.c lstForEachFrom.c lstInit.c lstInsert.c lstInt.h lstIsAtEnd.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Log message: This patch moves the definition of lists and list nodes to lst.h. C is not well-suited for opaque data structures. Then it proceeds by removing a lot of non-sensical casts and white space. There are two motivations behind this change: * small functions like Lst_First can now be redefined as macros safely (otherwise, the cast would mean that you might write Lst_First(5) and find out about it rather late) * the size of the Lst data structure is exposed to user code. This will be used to allocate lists statically, instead of malloc/free them like crazy. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/17 08:38:23 Modified files: usr.bin/make : arch.c compat.c cond.c dir.c for.c job.c job.h lst.h main.c make.c make.h parse.c suff.c targ.c var.c usr.bin/make/lst.lib: lstDestroy.c lstDupl.c lstInit.c Log message: This patch introduces a distinction between Lst_Init (constructor) and Lst_New (allocation + construction) Lst_Destroy (destructor) and Lst_Delete (deallocation + destruction), and uses that to turn most dynamic allocation of lists (Lst pointers) into static structures (LIST). Most of this is mundane, except for allGNs in targ.c, where the code must be checked to verify that Targ_Init is called soon enough. Lst_New is a temporary addition. All lists will soon be static. Reviewed by millert@, like the previous patch. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/17 08:40:30 Modified files: usr.bin/make : dir.c extern.h main.c make.h parse.c targ.c Log message: A few assorted changes, to remove more dynamic lists. - in Dir_Expand, path is a misnomer. Use a temp variable instead... Reformat code for readability. - Change Parse_MainName/Targ_FindList so that they fill arguments instead of allocating new lists. - nuke Targ_FindList(TG_NOCREATE), as this is never used. - close a small memory hole (forgot to free sysMkPath if CLEANUP). Reviewed by millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/17 08:43:41 Modified files: usr.bin/make : Makefile lst.h make.c parse.c suff.c targ.c usr.bin/make/lst.lib: Makefile lstAppend.c lstClose.c lstConcat.c lstDestroy.c lstDupl.c lstEnQueue.c lstFirst.c lstInit.c lstInsert.c lstInt.h lstIsAtEnd.c lstIsEmpty.c lstLast.c lstNext.c lstOpen.c lstRemove.c Log message: This removes the few instances of Lst_New left. - replaces Lst_Duplicate with Lst_Clone, which does not allocate storage - split Lst_Concat into Lst_Concat/Lst_ConcatDestroy Thus, all the LstValid checks are gone, since we always invoke list functions with valid pointers. Note that dynamic list allocation accounted for roughly 20% of all calls to malloc. The extraneous calls to malloc left are now mostly in parse.c, which makes some wasteful usage of temporary buffers. With those few patches, the code is sturdier, and easier to maintain. Reviewed by millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/17 08:44:27 Added files: usr.bin/make/lst.lib: lstConcatDestroy.c Log message: Needed to allow complete dynamic list removal. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/17 09:13:01 Modified files: . : ports.html Log message: Fix gimp package name. Add links to man pages, fuss about presentation. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 09:19:01 Modified files: share/man/man8 : afterboot.8 Log message: in current, no need to talk about ssl packages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 09:58:46 Modified files: usr.bin/ssh : channels.c Log message: everyone says "nix it" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 10:01:34 Modified files: usr.bin/ssh : channels.c Log message: a real nix CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/06/17 10:04:31 Modified files: share/man/man8 : ssl.8 Log message: Change to past tense with a large Hysterical section. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 10:12:48 Modified files: share/man/man8 : ssl.8 Log message: some silly error repairs CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/17 10:18:13 Modified files: openssh : press.html Log message: Vince's How-To docs CVSROOT: /cvs Module name: www Changes by: todd@cvs.openbsd.org 2000/06/17 10:53:12 Modified files: . : index.html faq : index.html openssh : index.html Log message: tidy language refs; ok aaron@ CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 11:13:09 src/sys/miscfs/tcfs Update of /cvs/src/sys/miscfs/tcfs In directory cvs.openbsd.org:/tmp/cvs-serv14400/tcfs Log Message: Directory /cvs/src/sys/miscfs/tcfs added to the repository CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 11:16:07 Modified files: sys/conf : files sys/sys : mount.h vnode.h sys/kern : vfs_conf.c Added files: sys/miscfs/tcfs: tcfs.h tcfs_attr.c tcfs_cipher.h tcfs_cipher_BLOWFISH.c tcfs_cipher_TDES.c tcfs_cipher_conf.c tcfs_cipher_none.c tcfs_cmd.c tcfs_cmd.h tcfs_crypto.c tcfs_dir.c tcfs_fileinfo.c tcfs_fileinfo.h tcfs_interp.c tcfs_keytab.c tcfs_keytab.h tcfs_mount.h tcfs_rw.c tcfs_rw.h tcfs_subr.c tcfs_version.h tcfs_vfsops.c tcfs_vnops.c Log message: initial import of tcfs. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 11:32:30 Modified files: sys/miscfs/tcfs: tcfs.h tcfs_attr.c tcfs_cipher.h tcfs_cipher_BLOWFISH.c tcfs_cipher_TDES.c tcfs_cipher_conf.c tcfs_cipher_none.c tcfs_cmd.c tcfs_cmd.h tcfs_crypto.c tcfs_dir.c tcfs_fileinfo.c tcfs_fileinfo.h tcfs_interp.c tcfs_keytab.c tcfs_keytab.h tcfs_mount.h tcfs_rw.c tcfs_rw.h tcfs_version.h tcfs_vfsops.c tcfs_vnops.c Log message: BSD copyright + tags CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/17 12:02:05 Modified files: sys/dev/cardbus: com_cardbus.c Log message: Do not disable the com port as sson as it is attached. Make compile again. Fix interrupt printing. Hi from OpenBSD crypto 2K CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/17 12:03:11 Modified files: sys/dev/ic : ncr53c9x.c ncr53c9xreg.h ncr53c9xvar.h Log message: Add support for AMD 53c974. >From NetBSD. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/17 12:27:08 Modified files: sbin/mount : mntopts.h Log message: -o force is not a negative option, it should set MNT_FORCE, not clear it. OK millert CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/17 12:47:41 Modified files: devel/pccts : Makefile devel/pccts/files: md5 Log message: The filename now includes the maintainence release; thanks to NetBSD's maintainer David Maxwell for the info. Kill LICENSE_TYPE and change the package name to reflect the mr as well. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/17 13:02:19 Modified files: x11/xpostit : Makefile x11/xpostit/pkg: PLIST Log message: Clean Makefile. Kill FAKE and use CONFIGURE_STYLE. Add comment to package list. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/17 13:03:46 Modified files: news/leafnode : Makefile Log message: Use CONFIGURE_STYLE. Cosmetical changes as well. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 13:24:34 Modified files: usr.bin/ssh : sshconnect.c Log message: allow extended server banners CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 13:42:18 Modified files: libexec/ftpd : ftpcmd.y ftpd.8 ftpd.c Log message: pr 772; -u blocks chmod command, michaels@inet.no CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/17 14:23:24 Modified files: sbin/mount_ffs : mount_ffs.c Log message: Support the -f flag in order to mount dirty filesystems. This makes sense with soft-updates, but will leak free blocks. On non-softupdates filesystems this option is strongly unrecommended. It also allows downgrades to readonly by revoking files opened for writing. If the filesystem have mmap'ed files writeable this is dangerous. Thus, we do *not* recommend its use! CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 14:25:55 Modified files: sys/miscfs/tcfs: tcfs.h tcfs_attr.c tcfs_cipher.h tcfs_cipher_BLOWFISH.c tcfs_cipher_TDES.c tcfs_cipher_conf.c tcfs_cipher_none.c tcfs_cmd.c tcfs_crypto.c tcfs_dir.c tcfs_fileinfo.c tcfs_fileinfo.h tcfs_interp.c tcfs_keytab.c tcfs_keytab.h tcfs_mount.h tcfs_rw.c tcfs_rw.h tcfs_subr.c tcfs_version.h tcfs_vfsops.c tcfs_vnops.c Log message: some KNF CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 14:30:10 Modified files: usr.bin/ssh : sshconnect.c Log message: missing atomicio, typo CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 14:30:34 Modified files: sys/net : if.c radix.c radix.h Log message: on ifconfig down ignore all routes pointing to the downed interface. okay itojun@ deraadt@ CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/17 14:31:01 Modified files: sbin/mount : mount.8 Log message: Mention -f can be used to bypass the dirty filesystem check CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/17 14:34:53 Modified files: sys/dev/pci : hifn7751.c Log message: knf CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 14:36:36 Modified files: sys/net : if.c Log message: fix comments CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/17 14:43:00 Modified files: de : index.html Log message: Just an update. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/17 14:45:31 Modified files: openssh/de : index.html press.html Log message: And another one. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/17 14:46:36 Modified files: faq/de : index.html Log message: And the next update. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/17 15:28:35 Modified files: build : support.skel Log message: Standardize html a bit CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/06/17 15:30:12 Modified files: . : support.html Log message: Sync CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2000/06/17 16:52:34 Modified files: usr.bin/ssh : servconf.c servconf.h session.c sshd.8 sshd_config Log message: add support for ssh v2 subsystems. ok markus@. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 17:36:22 Modified files: sys/crypto : blf.c blf.h Log message: cbc mode CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 17:50:45 Modified files: sys/netinet : ip_output.c Log message: Change processing sequence: - if the source IP address if unset (INADDR_ANY) - if higher level protocol has cached the SA to use, and the SA specifies the source address, use that - otherwise, do a routing lookup to determine our outgoing interface and fix the source address - do an SPD lookup (which is why we needed the source address) - if no IPsec is needed, proceed to multicast processing (if necessary), IPF, etc. -- transmit the packet as usual; use the routing information from before (if routing lookup was performed), or do a routing lookup at this point. - if IPsec is needed, do multicast processing (if needed), then do IPsec processing, then call ip_output() recursively. Currently, the second invocation does not do another SPD lookup (it will be changed to do so in the near future, to support independent nested tunnels without infinite loops). Note that if the inner packet (the one that will have IPsec applied to) is multicast or broadcast, the interface flags are not checked (since it's not clear what their meaning is in this case). If the IPsec destination address is multicast/broadcast, the interface flags are checked of course. It is no longer necessary to have routing entries for private networks on IPsec gateways (or default routing entries if they're not needed, for that matter). Finally, this patch solves a problem with ever-increasing reference counts on routing entries when doing IPsec processing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/17 18:02:24 ports/x11/xterm/patches Update of /cvs/ports/x11/xterm/patches In directory cvs.openbsd.org:/tmp/cvs-serv2019/patches Log Message: Directory /cvs/ports/x11/xterm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/17 18:04:08 Added files: x11/xterm/patches: patch-main_c Log message: There is a bug in versions 137 and 138 of xterm: the -name option sets the application class for X11 resources and not just the application name (as specified by the man page and as usual for Xt applications). This breaks many resource files. (patch and explanation by David.Madore@ens.fr) Ok'd naddy@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 18:04:21 Modified files: gnu/usr.sbin/sendmail: Makefile.inc gnu/usr.sbin/sendmail/sendmail: daemon.c Log message: enable IPv6 support in sendmail. by default, listens AF_INET only (need DaemonPortOptions line to listen to AF_INET6 socket) default address family handling is from 8.11.0beta3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 18:14:28 Modified files: sys/net : if.c Log message: increase my commit count by 1, because after telling niels three times that he has an indentation flaw, he has not fixed it, so i get a commit, thanks niels CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 18:14:41 Modified files: gnu/usr.sbin/sendmail/cf/cf: Makefile openbsd-proto.mc Added files: gnu/usr.sbin/sendmail/cf/cf: openbsd-proto-IPv4only.mc Log message: make /etc/mail/sendmail.cf to listen to both IPv4 and IPv6 smtp port. supply /etc/mail/sendmail-IPv4only.cf, since sendmail.cf chokes on IPv4-only kernel. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 18:24:12 Modified files: sys/netinet : ipsec_input.c Log message: Remove outdated comment. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 18:24:15 src/sbin/mount_tcfs Update of /cvs/src/sbin/mount_tcfs In directory cvs.openbsd.org:/tmp/cvs-serv18842/mount_tcfs Log Message: Directory /cvs/src/sbin/mount_tcfs added to the repository CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 18:25:07 Added files: sbin/mount_tcfs: Makefile mount_tcfs.8 mount_tcfs.c Log message: allows mount of ffs file system as tcfs file system. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 18:25:50 Modified files: sbin : Makefile Log message: add mount_tcfs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/17 18:57:48 Modified files: usr.bin/ssh : readconf.c servconf.c Log message: include = in WHITESPACE; markus ok CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 19:09:10 Modified files: usr.bin/ssh : auth2.c Log message: implement bug compatibility with ssh-2.0.13 pubkey, server side CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 19:31:10 Modified files: sbin/mount_tcfs: mount_tcfs.c Log message: get cipher number correctly. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/17 19:31:49 Modified files: sbin/mount_tcfs: mount_tcfs.c Log message: OpenBSD tag CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/17 19:37:39 Modified files: misc/screen : Makefile Log message: Bump package name, as 2.7 shipped with a bad plist. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/17 19:49:05 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 20:00:21 Modified files: sys/netinet6 : ip6_output.c Log message: correct indentation for IPV6_PORTRANGE CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 20:02:04 Modified files: sys/netinet : tcp_usrreq.c Log message: for setsockopt/getsockopt, don't assume non-PF_INET6 address family as PF_INET. we may see other family in the future... (pedant) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/17 20:08:07 Modified files: sys/net : Tag: OPENBSD_2_7 if_bridge.c Log message: Add bridge_memcmp() and use it for inequality comparisions. This fixes incorrect handling of MAC's that are hashed to the same location. Fix for PR#1275 for the stable branch CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 2000/06/17 20:11:13 Modified files: . : plus.html Log message: typos CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 2000/06/17 20:13:07 Modified files: . : plus.html Log message: another typo CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/06/17 20:20:45 Modified files: . : plus.html Log message: bridge patch applied to 2.7 patch branch CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/17 20:52:30 Modified files: sys/dev/pci : Tag: OPENBSD_2_7 hifn7751.c Log message: Pull in patch from current: Errata: panic in m_copydata() from hifn_callback() because the length field in the hifn descriptors are sometimes broken for large packets. Fix (jason): use the source length to calculate the output length instead of relying on the length in the descriptors (which is sometimes 0!). CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 21:00:28 Modified files: usr.bin/ssh : compat.c Log message: initial support for ssh.com's 2.2.0 CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 21:07:11 Modified files: sys/crypto : crypto.c crypto.h Log message: Crypto kernel thread interface; requests are enqueued and processed by a kernel thread. This allows a much cleaner interface with respect to spl levels. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 21:07:25 Modified files: sys/netinet : ip_ah.c ip_esp.c Log message: The callbacks need to set the appropriate spl level now. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 21:07:48 Modified files: sys/kern : init_main.c Log message: Process ID 5 is now the crypto kernel thread. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 21:08:56 Modified files: sys/crypto : crypto.c crypto.h Log message: Move prototype to include file. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 21:10:50 Modified files: share/man/man9 : crypto.9 Log message: Point out that the callbacks are responsible for setting the appropriate spl level. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 21:13:08 Modified files: gnu/usr.sbin/sendmail/cf/cf: Makefile Log message: typo CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 21:16:09 Modified files: usr.bin/ssh : scp.c Log message: typo CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/17 21:26:51 Modified files: sys/dev/ic : an.c Log message: Fix an off-by-one error that caused uvm_fault() whenever changing any an(4) configuration options with ancontrol(8). Now USENIX attendees can use the wireless setup :-) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/17 21:37:22 Modified files: sys/dev/pci : ubsec.c ubsecreg.h Log message: Use the same field data types as the reference code and adjust offsets appropriately. Byte swap key/iv fields because they are given to us as "network order", but the chip operates as little endian. coffset is in WORDS not bytes CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/17 21:40:16 Modified files: usr.sbin/user : Tag: OPENBSD_2_7 user.c Log message: Pull in patch from current: Errata: user mod -G www pete #blows away home dir in /etc/passwd Fix (ho): Fix PR 1279 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/17 21:56:07 Modified files: sys/dev/ic : an.c Log message: Thou shalt not bequeath to mere mortals the ability to change the configuration of an Aironet device. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/17 22:02:12 Modified files: sys/dev/pcmcia : if_wi.c Log message: indent CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 22:05:02 Modified files: usr.bin/ssh : auth-rsa.c auth2.c serverloop.c session.c usr.bin/ssh/sshd: Makefile Added files: usr.bin/ssh : auth-options.c auth-options.h Log message: split auth-rsa option parsing into auth-options add options support to authorized_keys2 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/17 22:29:37 Modified files: sys/dev/ic : Tag: OPENBSD_2_7 an.c Log message: Pull in patch from current: Fix (aaron): - Fix an off-by-one error that caused uvm_fault() whenever changing any an(4) configuration options with ancontrol(8). Now USENIX attendees can use the wireless setup :-) - Thou shalt not bequeath to mere mortals the ability to change the configuration of an Aironet device. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 22:33:03 Modified files: sys/netinet6 : ip6_input.c Log message: less mbuf alignment change in extension header processing. (so that we can be more PULLDONW_TEST friendly) CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/06/17 22:42:44 Modified files: sys/netinet : tcp_var.h tcp_usrreq.c Log message: support ipv6 for tcp_ident CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/17 22:42:54 Modified files: usr.bin/ssh : session.c Log message: typo CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/06/17 22:43:28 Modified files: libexec/identd : identd.c identd.h openbsd.c parse.c Log message: add ipv6 support CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 22:49:32 Modified files: sys/netinet6 : in6_src.c Log message: don't panic even if in6p == NULL. (this should have been there with tcp_ident change... sorry) CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/17 23:54:37 Modified files: sys/netinet : ip_ipsp.c Log message: Print++ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/17 23:58:47 Modified files: sys/netinet : ip_ipsp.h ipsec_input.c Log message: IPv6 AH/ESP support, inbound side only. tested with KAME. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 00:24:45 Modified files: sys/net : if_loop.c sys/netinet6 : ip6_input.c Log message: move m_pullup2() equivalent for KAME requirement into ip6_input(). it was in looutput() to make KAME ipsec4 happy. however, since we don't have KAME ipsec4 in openbsd, we don't need it in looutput(). CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 00:26:13 Modified files: sys/miscfs/tcfs: tcfs_rw.c Log message: fix off by one error in loop, prevent that odd lengths get passed to decryption function. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 00:27:15 Modified files: sys/netinet6 : ip6_input.c Log message: try to avoid useless m_pullup2 CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/18 00:33:34 Modified files: etc : security Log message: fix inspired by pr 744 from karls@inet.no changed so files are e.g. backups/etc_passwd not backups/_etc_passwd CVSROOT: /cvs Module name: www Changes by: todd@cvs.openbsd.org 2000/06/18 00:33:56 Modified files: . : donations.html Log message: alpha; thanks! CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/18 00:56:03 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/18 00:56:44 Modified files: . : errata.html Log message: if_an problems CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 01:06:18 Modified files: sys/netinet : in.h ip_output.c Log message: for mcdonald-simple-ipsec-api get/setsockopt, variable size was mixed up. in some place sizeof(u_char), and in some place sizeof(int) were used. previous code can cause problem in big endian machines. now it always uses "int" (isakmpd uses int, so it should be okay) set m_len properly on mcdonald-simple-ipsec-api getsockopt. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 01:13:51 Modified files: sys/netinet : ip_output.c Log message: remove obsolete IP_DF handling from KAME tree (#if 0'ed all the time) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 01:30:42 Log message: import my pppoe code Status: Vendor Tag: PPPOE Release Tags: PPPOE_USER N src/usr.sbin/pppoe/Makefile N src/usr.sbin/pppoe/client.c N src/usr.sbin/pppoe/common.c N src/usr.sbin/pppoe/debug.c N src/usr.sbin/pppoe/pppoe.8 N src/usr.sbin/pppoe/pppoe.c N src/usr.sbin/pppoe/pppoe.h N src/usr.sbin/pppoe/rfc2516.txt N src/usr.sbin/pppoe/server.c N src/usr.sbin/pppoe/session.c N src/usr.sbin/pppoe/tag.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 01:30:46 Modified files: sys/netinet : ip_output.c Log message: sanity check: panic if AF_INET6 inpcb is passed to ip_output CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 01:47:36 Modified files: usr.sbin : Makefile Log message: add pppoe Modified files: usr.sbin/pppoe : Makefile Log message: OpenBSD tag CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 02:23:48 Modified files: sys/netinet : ip_ah.c ip_esp.c Log message: Use M_NOWAIT instead of M_DONTWAIT in MALLOC() (even though they're defined to be the same in mbuf.h) CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 02:37:12 Modified files: sys/crypto : crypto.c crypto.h cryptosoft.c xform.c xform.h Log message: Add Rijndael (128-bit blocksize) in the software crypto driver. Hacking at OpenBSD Crypto 2000 :-) CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 02:48:11 Modified files: sys/crypto : cryptosoft.c Log message: Register software Rijndael. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/18 03:08:01 Modified files: de : donations.html errata.html support.html Log message: Catching up. CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2000/06/18 03:39:32 Modified files: usr.sbin/tcpdump: print-rip.c Log message: Improve RIP support; PR#1266, James Ponder * Fixes the way version numbers are handled so that it is compliant with RFC 1058 in the order that you should look at things. * Adds support for the authentication attribute with cleartext passwords. * Improves readability in output. * Handles version 0 of RIP and unknown conditions a lot better CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/18 04:09:03 Modified files: usr.sbin/ppp/ppp: bundle.c Log message: Fix a printf-style format error CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/18 09:13:34 Modified files: sys/netinet : tcp_usrreq.c Log message: permit compilation of non-V6 kernels CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/18 09:27:42 Modified files: sys/dev/pci : pcidevs Log message: new type of fxp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/18 09:27:54 Modified files: sys/dev/pci : if_fxp_pci.c Log message: match 82559ER CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/18 09:28:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 10:23:11 Modified files: sys/miscfs/tcfs: tcfs_cipher.h tcfs_cipher_TDES.c tcfs_keytab.h tcfs_mount.h Log message: change keysize from 8 bytes to 24 for Triple-DES and to 32 for Blowfish. This probably breaks group sharing. copyin on userland pointers is required, inline key into the argument structure. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/18 10:26:12 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/18 10:32:22 Modified files: sys/dev : rnd.c Log message: Support FIONBIO and FIOASYNC. FIOASYNC is more or less a no-op> CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/18 10:42:52 Modified files: sys/dev/pci : pcidevs Log message: add GeForce256 CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/18 10:43:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/18 10:52:31 Modified files: sys/dev/pci : pcidevs Log message: oops CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/18 10:53:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 11:03:00 Modified files: sys/netinet6 : in6_src.c Log message: lookup routing table for multicast too, to allow scoped IPv6 multicast to go out of the node. "ping6 ff02::1%wi0" will work fine with this (and should correct route6d behavior too) this is major issue for IPv6. i think this needs to become an erratta entry. sorry about this. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/18 11:04:55 Modified files: share/man/man8 : rc.8 Log message: Document the /fastboot feature. If this file exists at boot-time, rc(8) will not invoke fsck(8). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/18 11:12:58 Modified files: sbin/shutdown : shutdown.8 Log message: - Give more precise definitions for the -d and -f options. - Clean up FILES section. - s/BACKWARD COMPATIBILITY/COMPATIBILITY/ - Use standard options list introduction. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/18 11:13:44 Modified files: usr.bin/ssh : aux.c Log message: do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/18 11:27:01 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 11:27:05 Modified files: sys/netinet6 : in6_pcb.c Log message: use in6_recoverscope CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 11:31:14 Modified files: sys/netinet6 : in6.h ip6_output.c Log message: allow IPsec-related get/setsockopt on IPv6 socket. due to number conflict they must be IPV6_xx instead of IP_xx. actually, since in_ctloutput() does not check address family of inpcb, getsockopt(IPPROTO_IP, IP_xx) may work - never tested this. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 11:32:48 Modified files: sys/conf : files sys/netinet : in_pcb.h udp_usrreq.c udp_var.h sys/netinet6 : in6_proto.c Added files: sys/netinet6 : udp6_output.c Log message: sync with KAME udp6_output(). udp output logic is very different between IPv4/v6 so the separation should make more sense. TODO: remove IPv6 case from udp_output() TODO: remove/comment out/#if 0 IPv4 mapped address cases CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 11:37:03 Modified files: sys/arch/sparc/dev: qe.c be.c hme.c Log message: hmm, you'd never know these started out as if_ie.c.... CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 11:39:18 Modified files: sys/arch/sparc/dev: hmereg.h hmevar.h Log message: remove unused junk CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 11:42:18 Modified files: sys/arch/sparc/dev: hme.c Log message: don't reset the chip on NORXD, and certainly don't print a message about it CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 11:56:45 Modified files: sys/netinet6 : in6_pcb.c Log message: correct logic mistake in in6_pcbnotify, due to indentation. will KNF it soon. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/18 11:59:56 Modified files: bin/ps : print.c ps.1 ps.c lib/libkvm : kvm_proc.c sys/kern : kern_fork.c kern_kthread.c kern_sysctl.c sys/sys : sysctl.h vmmeter.h usr.bin/systat : pigs.c usr.bin/top : machine.c usr.bin/vmstat : vmstat.8 vmstat.c Log message: Mark kernel threads as system processes. Make ps hide them by default, show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 12:00:20 Modified files: sys/netinet6 : in6_pcb.c Log message: remove now-unnecessary statement due to "for" logic clarfication. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 12:02:36 Modified files: sys/netinet6 : Tag: OPENBSD_2_7 in6_src.c Log message: pull in patch from current: Fix (itojun): lookup routing table for multicast too, to allow scoped IPv6 multicast to go out of the node. "ping6 ff02::1%wi0" will work fine with this (and should correct route6d behavior too) CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/06/18 12:05:19 Modified files: . : plus.html Log message: multicast + stable CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/18 12:06:47 Modified files: sbin/ifconfig : ifconfig.8 Log message: Xr hostname.if CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 12:07:50 Modified files: sys/netinet6 : in6_pcb.c Log message: KNF (sorry craig) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 12:41:37 Modified files: sys/netinet6 : raw_ipv6.c Log message: sync with more recent kame. updates scoped address handling and checksum option. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 2000/06/18 12:42:10 Modified files: sys/dev/ic : an.c Log message: Initialize the signal quality cache iff ANCACHE Only allow superuser to clear the signal quality cache CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 12:56:16 Modified files: sys/dev/ic : Tag: OPENBSD_2_7 an.c Log message: Pull in patch from current: Fix (tholo): Initialize the signal quality cache iff ANCACHE Only allow superuser to clear the signal quality cache CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 12:59:13 Modified files: sys/netinet6 : raw_ipv6.c Log message: split long "if" case (cosmetic; preparation for KNF) CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/18 13:01:09 Modified files: share/man/man4 : gdt.4 Log message: fix .Bl CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/18 13:02:29 Modified files: etc : netstart rc.conf Log message: rc.conf now parses ${local_rcconf} internally; closes pr 1259 CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 13:05:51 Modified files: sys/netinet : ip_ipsp.c ip_ipsp.h ipsec_input.c Log message: Use ip6_sprintf() rather than the home-cooked inet6_ntoa4() CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 13:07:30 Modified files: sys/netinet6 : raw_ipv6.c Log message: remove remains from NRL ipsec code CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 13:08:45 Modified files: sys/miscfs/tcfs: tcfs_cipher_TDES.c Log message: fix 3des decryption CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 13:10:08 Modified files: sys/netinet : ip_ipsp.c Log message: Pull in the right header for ip6_sprintf(), fix argument. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 13:10:51 Modified files: sys/netinet : ipsec_input.c Log message: Arguments. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 13:11:18 Modified files: sys/netinet6 : raw_ipv6.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 13:16:48 Modified files: sbin/ifconfig : ifconfig.8 Log message: routes on down interfaces are disabled CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 13:48:58 Modified files: sys/netinet : ip_ipsp.c Log message: Correct function declaration. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 13:56:56 Modified files: sys/netinet6 : raw_ipv6.c Log message: more mbuf sanity check CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/18 14:00:58 Modified files: sys/arch/hp300/conf: Makefile.hp300 Log message: Allow S to be overridden like on the other arches; provos@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 14:28:01 Modified files: lib/libc/net : inet.3 Log message: note get{addr,name}info are recommended than inet_xx. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/18 14:44:36 Modified files: sbin/ancontrol : ancontrol.c sbin/wicontrol : wicontrol.c Log message: strcpy() -> strlcpy() CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/18 15:23:51 Modified files: libexec/ftpd : ftpd.8 Log message: transfered -> transferred CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/18 15:54:43 Modified files: sys/netinet : ip_output.c Log message: Oops on checking inp_tdb etc. (itojun@) CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 16:07:25 Log message: Initial import of very much rewritten TCFS userland. This code is still nasty. Status: Vendor Tag: PROVOS001 Release Tags: TCFS00 N src/usr.bin/tcfs/tcfstat.c N src/usr.bin/tcfs/Makefile N src/usr.bin/tcfs/uuencode.h N src/usr.bin/tcfs/tcfspwdb.h N src/usr.bin/tcfs/tcfslib.h N src/usr.bin/tcfs/tcfserrors.h N src/usr.bin/tcfs/tcfsdefines.h N src/usr.bin/tcfs/tcfs_getstatus.c N src/usr.bin/tcfs/tcfserrors.c N src/usr.bin/tcfs/tcfs_keymaint.c N src/usr.bin/tcfs/unix_auth.c N src/usr.bin/tcfs/tcfs_getfspath.c N src/usr.bin/tcfs/tcfs_dbmaint.c N src/usr.bin/tcfs/gentcfskey.c N src/usr.bin/tcfs/tcfsrun.c N src/usr.bin/tcfs/tcfsrmuser.c N src/usr.bin/tcfs/tcfsrmkey.c N src/usr.bin/tcfs/tcfsrmgroup.c N src/usr.bin/tcfs/tcfsputkey.c N src/usr.bin/tcfs/tcfsgenkey.c N src/usr.bin/tcfs/tcfsflag.c N src/usr.bin/tcfs/tcfsadduser.c N src/usr.bin/tcfs/tcfsaddgroup.c N src/usr.bin/tcfs/tcfs_flags.c N src/usr.bin/tcfs/tcfstatold.c N src/usr.bin/tcfs/Makefile.inc N src/usr.bin/tcfs/tcfsuse.c N src/usr.bin/tcfs/tcfsmng.c N src/usr.bin/tcfs/lib/Makefile N src/usr.bin/tcfs/tcfsmng/Makefile N src/usr.bin/tcfs/tcfsuse/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 16:18:49 Modified files: usr.bin/tcfs : tcfsrmuser.c Log message: strlcpy CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 16:26:56 Modified files: usr.bin/tcfs : tcfs_dbmaint.c Log message: more verbose errors, remove redundant free()s CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/18 16:27:43 Modified files: sbin/ancontrol : ancontrol.c Log message: Fix more buffer overflows... that's 5 in this one program (so far) CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 16:31:04 Modified files: usr.bin/tcfs : tcfserrors.c tcfserrors.h tcfslib.h tcfsputkey.c Removed files: usr.bin/tcfs : tcfstatold.c Log message: remove RCS entries. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/18 16:58:42 Modified files: etc : rc changelist distrib/sets/lists/etc: mi Removed files: etc : ifaliases Log message: ifaliases goes away. - new installs wont have existing ifaliases - updates dont touch /etc - manual updates of /etc/ should know what they're doing anyway fwiw, see hostname.if(5) alias functionality has moved here for better overall network configurability CVSROOT: /cvs Module name: src Changes by: assar@cvs.openbsd.org 2000/06/18 17:21:48 Modified files: share/mk : bsd.lkm.mk Log message: (CFLAGS): add _LKM so kernel header files behave nicely. CVSROOT: /cvs Module name: ports Changes by: turan@cvs.openbsd.org 2000/06/18 17:26:34 Modified files: net/wide-dhcp : Makefile Log message: broken, this port updates /etc/servers without asking the user. In PLIST: @exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep - v ^dhcps /etc/services.bak ; echo "dhcps 67/udp # dhcp server" ) > /etc/services @exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep - v ^dhcpc /etc/services.bak ; echo "dhcpc 68/udp # dhcp client" ) > /etc/services [snip] @unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^dhcps /etc/services.bak ) > /etc/services @unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^dhcpc /etc/services.bak ) > /etc/services CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/18 17:26:48 Modified files: es : 27.html donations.html errata.html index.html plus.html ports.html support.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/18 17:27:04 Modified files: infrastructure/mk: bsd.port.mk Log message: Fix DESCR/INSTALL/DEINSTALL names for old-style ports. Based on something that looked remotely like a bug-report by Michael H. Price II (no details at all, except `lsof is broken') CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/18 17:27:57 Modified files: openssh/es : index.html press.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/18 17:29:21 Modified files: faq/es : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/18 17:31:46 Modified files: it : index.html Log message: Sync with Badlands Translation CVS. Work by Horacio. CVSROOT: /cvs Module name: ports Changes by: turan@cvs.openbsd.org 2000/06/18 17:35:03 Modified files: infrastructure/mk: bsd.port.mk bsd.port.subdir.mk Log message: spelling errors in all-packages target. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/18 17:38:15 Modified files: se : 27.html donations.html index.html Log message: Sync with Badlands Translation CVS. Work by Javax. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2000/06/18 17:52:06 Modified files: porting : diffs.html Log message: fix formatting, improve HTML markup; ok espie@ fix reference to obsolescent GNU_CONFIGURE; espie@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2000/06/18 18:04:30 Modified files: . : 27.html Log message: Add quick sun3 installation notes, in case someone would like to lose his time. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/18 18:12:41 Modified files: sys/dev/ic : an.c sys/dev/pcmcia : if_wi.c Log message: Insert missing splx(); me and roberto@ns2.freenix.org. Hacking at USENIX 2000 :-) CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/18 18:50:11 Modified files: usr.bin/ssh : auth2.c compat.c compat.h sshconnect2.c Log message: make userauth+pubkey interop with ssh.com-2.2.0 CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 19:00:36 Modified files: usr.bin/tcfs : tcfsgenkey.c Log message: remove debug printfs CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/18 19:22:34 Modified files: sys/arch/sun3/conf: RAMDISK Log message: Small, usable, and it even boots on 4Mb machines CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 19:28:46 Modified files: usr.sbin/inetd : inetd.c Log message: honor scopeid when compare ipv6 addrs CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/18 19:33:02 Modified files: sys/arch/sun3/sun3: pmap.c Log message: Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7 freeze CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 19:36:17 Modified files: usr.bin/tcfs : tcfs_flags.c tcfsflag.c Log message: make flags work CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/18 19:44:59 Modified files: etc/etc.sun3 : MAKEDEV Log message: Put more devices into standard config, add ramdisk section CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/18 19:49:34 Modified files: etc/etc.sun3 : Makefile.inc Log message: Build only the necessary things ; look closer to etc.sparc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/18 19:52:09 Modified files: etc/etc.sun3 : disktab Log message: Add the minirott definition, and the sparc ramdisk (unused yet, but can't hurt) CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 20:21:52 Modified files: usr.bin/tcfs : tcfsflag.c Log message: instead of only toggle also allow + and -, for on and off. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/18 20:25:31 Modified files: sbin/isakmpd : pf_key_v2.c Log message: Merge with EOM 1.40 author: niklas && not & CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/18 20:25:45 Modified files: sbin/isakmpd : message.c Log message: Merge with EOM 1.145 author: ho Recognize and handle reserved and private payloads differently. A private payload in a message is ignored. A message containing a reserved payload is dropped. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/18 20:29:06 Modified files: distrib/notes/sun3: contents hardware install prep upgrade whatis xfer Log message: Match reality CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 20:50:31 Modified files: sys/dev/pci : ubsec.c Log message: add authentication-only handling (easy setup). remove most of the parameters from ubsec_callback() since they can be found later. ok, so ubsec can now authenticate to itself (doesn't like software, tho) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 20:51:29 Modified files: sys/dev/pci : ubsecvar.h Log message: oops, add macbuf to the queue structure CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/18 20:56:17 Modified files: usr.bin/ssh : dsa.c Log message: mem leak + be more paranoid in dsa_verify. CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/18 20:59:56 Modified files: net/libnids : Makefile Log message: update distfile CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 21:00:54 Modified files: sys/net : bpf.c bpf.h bpf_filter.c bpfdesc.h Log message: de-#ifdef-ize CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/18 21:14:05 Modified files: www/bluefish : Makefile Log message: Update the master sites CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 2000/06/18 21:21:19 Modified files: sys/conf : files Log message: Need to include rijndael.c for crypto | (inet & ipsec) too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/18 21:21:51 Modified files: share/man/man4 : random.4 Log message: rename Nm CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 21:21:56 Modified files: sys/dev/ic : Tag: OPENBSD_2_7 an.c sys/dev/pcmcia : Tag: OPENBSD_2_7 if_wi.c Log message: Pull in patch from current: Fix (aaron): Insert missing splx(); me and roberto@ns2.freenix.org. Hacking at USENIX 2000 :-) CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/18 21:23:04 Modified files: usr.bin/tcfs : tcfs_dbmaint.c tcfs_keymaint.c tcfsaddgroup.c tcfsdefines.h tcfspwdb.h tcfsrmgroup.c Log message: fix a couple of bugs. dont clobber tcfspwdb when adding group entries. do the fgets correctly until aaron gets to them. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/18 21:29:50 Modified files: usr.bin/ssh : key.c Log message: cleanup fingerprinting, less hardcoded sizes CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/18 21:38:04 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/18 21:42:44 Modified files: . : events.html Log message: UK openbsd thing is over CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/18 21:43:18 Modified files: sys/netinet : ip_ipsp.c sys/netinet6 : ip6_output.c ip6_var.h Log message: IPv6 IPsec, outbound direction. restriction: if there's any extension header (except fragment) and outbound packet matches tdb, we can't encrypt it. packet will not go out of the node (dropped). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/18 21:54:00 Modified files: lib/libcurses : curs_getch.3tbl curses.h curses.priv.h nc_alloc.h ncurses_cfg.h terminfo.5tbl lib/libcurses/base: lib_addch.c lib_addstr.c lib_box.c lib_clrbot.c lib_clreol.c lib_color.c lib_dft_fgbg.c lib_getch.c lib_hline.c lib_insstr.c lib_move.c lib_newterm.c lib_newwin.c lib_pad.c lib_refresh.c lib_scroll.c lib_scrreg.c lib_set_term.c lib_vline.c lib/libcurses/doc: ncurses-intro.html lib/libcurses/tinfo: comp_parse.c comp_scan.c lib_napms.c lib_tputs.c parse_entry.c read_termcap.c lib/libcurses/tty: lib_mvcur.c lib_tstp.c lib_vidattr.c tty_update.c lib/libform : form_field_info.3 usr.bin/infocmp: infocmp.1tbl usr.bin/tic : dump_entry.c progs.priv.h tic.c Log message: ncurses-5.0-20000617 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/18 21:58:27 Modified files: sys/dev/pci : ubsec.c Log message: oops, nuke unused variable CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/19 01:19:46 Modified files: textproc/c2html: Makefile textproc/c2html/files: md5 textproc/c2html/pkg: PLIST Log message: - Upgrade to version 0.9.2 - Bump NEED_VERSION - GNU_CONFIGURE -> CONFIGURE_STYLE - Add @comment to the PLIST CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 01:22:12 Added files: sys/dev/pcmcia : esp_pcmcia.c Log message: Add pcmcia attachment of esp; from NetBSD. So far this code supports some panasonic adapters, but other brands should work as well. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 01:23:01 Modified files: sys/dev/pcmcia : files.pcmcia Log message: Uncomment esp out now that the driver is in the tree. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 02:37:03 Modified files: sys/arch/i386/conf: GENERIC Log message: esp at pcmcia, commented out. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 02:58:57 Modified files: sys/dev/pcmcia : files.pcmcia Log message: xe needs ifmedia CVSROOT: /cvs Module name: ports Changes by: camield@cvs.openbsd.org 2000/06/19 03:11:28 Modified files: net/rrdtool : Makefile net/rrdtool/patches: patch-Makefile_in patch-tcl_Makefile_in net/rrdtool/pkg: PFRAG.shared PLIST.sed Added files: net/rrdtool/pkg: PFRAG.tcl Log message: TCL flavor now compiles and installs. It needs testing by someone who actually uses it. From maintainer. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/19 04:03:51 Modified files: games/xdino : Makefile games/xdino/files: md5 games/xdino/pkg: PLIST Log message: - Upgrade to version 5.5.2 - USE_IMAKE -> CONFIGURE_STYLE - Remove FAKE=Yes - Add @comment to package list CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/19 04:12:23 Modified files: games/xcubes : Makefile games/xcubes/files: md5 games/xcubes/pkg: PLIST Log message: - Upgrade to version 5.5.2 - USE_IMAKE -> CONFIGURE_STYLE - Remove FAKE=Yes - Add @comment to package list CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/19 04:25:24 Modified files: . : plus.html Log message: Typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/19 06:59:16 Modified files: x11/xglobe : Makefile x11/xglobe/files: md5 Removed files: x11/xglobe/patches: patch-Makefile patch-earthapp_cpp patch-renderer_cpp Log message: Incorporate my changes to xglobe, make a temporary 0.5p1 release, until Thorsten finds time to make a real 0.6 release. This includes: - much improved cloud cover code, - slightly faster rendering, - fixed stars position, - label placement to avoid collisions, - auto-calibration of ambient light for night maps. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/19 08:01:56 Modified files: usr.bin/tcfs : tcfs_keymaint.c usr.bin/tcfs/tcfsmng: Makefile usr.bin/tcfs/tcfsuse: Makefile Log message: use blowfish instead of DES to encrypt user keys CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/19 08:02:59 Modified files: usr.bin/tcfs : tcfs_keymaint.c Log message: initialize iv CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/19 08:24:07 Modified files: usr.bin/tcfs : tcfs_dbmaint.c tcfs_keymaint.c tcfsgenkey.c tcfslib.h tcfsputkey.c Log message: cleanup key encryption CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/19 09:48:22 Modified files: sys/dev/pci : pcidevs Log message: new cmd ide controllers CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/19 09:48:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/19 11:11:32 Modified files: sys/netinet : ipsec_input.c Log message: correct header chasing code. take care of AH length. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/19 11:38:44 Modified files: etc : Makefile Log message: cvs strikes again!; thanks to Oleg Safiullin for pointing out this evaded the last commit CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/06/19 11:49:22 Modified files: . : products.html Log message: fix broken link CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/06/19 12:29:56 Modified files: . : docum.html Log message: fix broken links CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/19 12:38:55 Modified files: security/dsniff: Makefile security/dsniff/files: md5 security/dsniff/pkg: COMMENT DESCR PLIST Log message: upgrade to version 2.2 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/19 12:39:28 Modified files: usr.bin/talk : talk.1 Log message: Better wording. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/19 12:40:31 Modified files: usr.bin/strings: strings.1 Log message: Move BUGS section. CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/19 12:46:23 Modified files: net : Makefile Removed files: net/xip : Makefile net/xip/files : md5 net/xip/patches: patch-aa patch-ab patch-ac patch-ad net/xip/pkg : COMMENT DESCR PLIST SECURITY Log message: xip obsolete (try ethereal instead). ok espie@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/19 13:14:40 Modified files: etc/mtree : 4.4BSD.dist Log message: add ./etc/tcfs CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/06/19 13:25:29 Modified files: . : press.html Log message: fix broken link what about
Mudge, the halo and the 2.4 sticker ? kill it? CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/06/19 13:36:38 Modified files: . : events.html Log message: fix broken links, 4 still left CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 14:06:19 Modified files: usr.bin/tcfs : tcfs_dbmaint.c tcfs_keymaint.c tcfsaddgroup.c tcfsdefines.h tcfsgenkey.c tcfslib.h tcfsputkey.c tcfsrmgroup.c tcfsrmkey.c tcfsrmuser.c tcfsrun.c tcfstat.c unix_auth.c Log message: add missing headers, declare missing functions remove unused vars, KNF; more to come. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 14:25:31 Modified files: usr.bin/tcfs : tcfsaddgroup.c tcfserrors.c tcfserrors.h tcfslib.h tcfsputkey.c tcfsrun.c Log message: more cleaning. KNF CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 14:35:48 Modified files: usr.bin/tcfs : gentcfskey.c tcfs_dbmaint.c tcfs_flags.c tcfs_getfspath.c tcfs_getstatus.c tcfs_keymaint.c tcfsaddgroup.c tcfsadduser.c tcfsdefines.h tcfserrors.c tcfserrors.h tcfsflag.c tcfsgenkey.c tcfslib.h tcfsmng.c tcfsputkey.c tcfspwdb.h tcfsrmgroup.c tcfsrmkey.c tcfsrmuser.c tcfsrun.c Log message: add openbsd tag CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 14:50:59 Modified files: usr.bin/tcfs : tcfsaddgroup.c Log message: fix parms in tcfs_encrypt_key. I'm not sure if this is fine, tho. reading tcf_keymaint looks like args should be swapped. niels? CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 14:54:12 Modified files: usr.bin/tcfs : tcfsrmgroup.c Log message: remove unused var CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 15:23:44 Modified files: usr.bin/tcfs : tcfsaddgroup.c Log message: pass the correct size of the buffer CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/19 15:31:30 Modified files: usr.bin/tcfs : tcfsadduser.c Log message: add string.h CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/19 15:43:42 Modified files: usr.sbin/ppp/ppp: iface.c Log message: Don't mis-match interface names in iface_Create() Submitted by: Adrian Penisoara CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/19 16:42:29 Modified files: usr.bin/tcfs : tcfs_dbmaint.c tcfs_flags.c tcfs_getfspath.c tcfs_getstatus.c tcfs_keymaint.c tcfsaddgroup.c tcfsadduser.c tcfserrors.c tcfsflag.c tcfsgenkey.c tcfsmng.c tcfsputkey.c tcfsrmgroup.c tcfsrmkey.c tcfsrmuser.c tcfsrun.c tcfstat.c tcfsuse.c unix_auth.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/19 17:06:25 Modified files: usr.bin/tcfs : gentcfskey.c tcfs_dbmaint.c tcfs_getfspath.c tcfs_getstatus.c tcfs_keymaint.c tcfsaddgroup.c tcfsadduser.c tcfsflag.c tcfsgenkey.c tcfsmng.c tcfsputkey.c tcfsrmgroup.c tcfsrmuser.c tcfsrun.c tcfstat.c tcfsuse.c Log message: more KNF CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/19 19:24:46 Modified files: x11/lesstif : Makefile x11/lesstif/files: md5 x11/lesstif/patches: patch-ab patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al x11/lesstif/pkg: PLIST Added files: x11/lesstif/patches: patch-aa Log message: upgrade to LessTif 0.91.0 CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/19 19:27:24 Modified files: sys/netinet6 : ip6_output.c Log message: initialize hoplimit field properly on ipsec6 case CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/19 19:29:15 Modified files: usr.bin/tcfs : tcfs_flags.c tcfs_getstatus.c tcfsflag.c tcfsputkey.c tcfsrmkey.c tcfsrun.c tcfstat.c Log message: no include anymore CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/19 19:39:45 Modified files: usr.bin/ssh : atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h Log message: OpenBSD tag CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/19 19:45:56 Modified files: sys/netinet : ip_output.c Log message: Big oops on my previous commit, broke gateway function; patch from form@openbsd.ru CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/19 19:57:21 Modified files: chinese/crxvt : Makefile chinese/crxvt/pkg: PLIST Log message: - Bump NEED_VERSION - HAS_CONFIGURE -> CONFIGURE_STYLE - Add @comment to package list - Remove FAKE=Yes CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/19 20:45:55 Modified files: sys/kern : kern_timeout.c Log message: timeout_add: Remove the right timeout when we see that it is on the list. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/19 20:59:25 Modified files: chinese/xcin : Makefile chinese/xcin/files: config.status chinese/xcin/patches: patch-ad chinese/xcin/pkg: PLIST Log message: - Clean up the Makefile - Change the font size for xcin - Add @comment to PLIST CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/19 21:24:21 Modified files: sys/dev/ic : an.c sys/dev/pci : if_tl.c Log message: After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; that is done in ether_input(); jason@ ok CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2000/06/19 21:37:50 Modified files: etc : syslog.conf Log message: Don't log ipf info in /var/log/messages. Fixes PR 1171 Thanks cd@sentia.nl CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/19 22:17:32 Modified files: sys/net : if_enc.c Log message: initialize mtu/hlim for enc interface at encattach(). backgronud: inbound ipsec packet will have enc* as m->m_pkthdr.rcvif. when we try to reflect the packet back in the kernel (like icmp6 echo), we'd generate packet toward enc* interface. icmp6_reflect() will take hoplimit value from nd_ifinfo[enc*], which was not initialized by the old code. XXX the change to m->m_pkthdr.rcvif violates IPv6 scoped routing. we will need to disable it, for at least IPv6. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/19 22:19:11 Modified files: sys/netinet : ip_ah.c ip_ipip.c Log message: try to cope with AH6 with scoped address case better. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 22:51:55 Modified files: usr.sbin/tcpdump: print-ppp.c Log message: more info for pppoe strings CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/06/19 22:53:22 Modified files: lib/libc/sys : swapctl.2 Log message: This is OpenBSD CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 22:53:32 Modified files: usr.sbin/pppoe : server.c Log message: hush CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/19 22:54:41 Modified files: sys/dev/pcmcia : pcmciadevs Log message: esp SCSI devices CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/19 22:54:58 Modified files: sys/netinet : ipsec_input.c Log message: do not play with rcvif, if the traffic is non-IPv4. by setting rcvif to enc*, we break IPv6 scope considerations. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/19 22:55:22 Modified files: sys/dev/pcmcia : pcmciadevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 22:55:25 Modified files: usr.sbin/pppoe : client.c Log message: Remove some debugging code, and prepare to become an 'exec' client of ppp(8) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/19 22:56:57 Modified files: sys/dev/pcmcia : esp_pcmcia.c Log message: some more esp devices CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 22:57:48 Modified files: usr.sbin/pppoe : client.c Log message: use stdin instead of exec'n ppp(8). It's expected that ppp will give us a AF_LOCAL,SOCK_DGRAM socket as stdin CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/19 23:01:11 Modified files: sys/dev/pcmcia : if_sm_pcmcia.c pcmcia_cis_quirks.c Log message: Almost make a Megahertz card working, still rx probs though CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 23:06:26 Modified files: usr.sbin/pppoe : pppoe.8 Log message: reorder sections as per mdoc.template CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 23:09:16 Modified files: usr.sbin/pppoe : pppoe.8 Log message: include configuration for exec from ppp CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 23:11:44 Modified files: usr.sbin/pppoe : pppoe.8 Log message: pretty CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/19 23:38:42 Modified files: sys/crypto : crypto.h Log message: Add crypto_done() prototype. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/19 23:39:33 Modified files: sys/crypto : crypto.c Log message: crypto_done(), all it does for now is invoke the callback. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/19 23:40:39 Modified files: sys/crypto : cryptosoft.c Log message: Use crypto_done() CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 23:40:45 Modified files: sys/dev/pci : hifn7751.c ubsec.c Log message: call crypto_done() CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/06/19 23:48:42 Modified files: share/man/man9 : crypto.9 Log message: Add text about crypto_done() CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/19 23:50:17 Modified files: sys/net : if_bridge.c Log message: knf CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/19 23:55:15 Modified files: sbin/isakmpd : ike_auth.c Log message: Merge with EOM 1.52 author: niklas Indentation, bad greek CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/19 23:55:27 Modified files: sbin/isakmpd : pf_key_v2.c Log message: Merge with EOM 1.41 author: itojun synchronize with latest KAME PF_KEY interface. need more testing. old: changes sadb_msg, which is bad new: added sadb_x_sa2 for extra meat CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 00:45:17 Modified files: usr.bin/tcfs : tcfsaddgroup.c tcfsadduser.c tcfserrors.c tcfsgenkey.c tcfsrmgroup.c tcfsrmuser.c Log message: kill show_usage, it's only a printf. i'll replace this by err and friends CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/20 00:49:04 Modified files: sys/net : if.c Log message: Convert if_slowtimo to use new timeouts. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 01:09:47 Modified files: usr.bin/tcfs : tcfs_dbmaint.c tcfs_getfspath.c tcfs_getstatus.c tcfslib.h Log message: add missing declarations and includes. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/20 01:24:37 Modified files: sys/dev/pcmcia : if_wi.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 01:33:52 Modified files: usr.bin/tcfs : tcfs_dbmaint.c Log message: replace some calloc's with malloc's since there is no point in call memset for a sprintf buffer. fix malloc's len. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 01:40:17 Modified files: usr.bin/tcfs : tcfslib.h Log message: even more declarations CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 01:58:58 Modified files: usr.bin/tcfs : Makefile.inc gentcfskey.c tcfs_dbmaint.c tcfs_flags.c tcfs_getfspath.c tcfs_getstatus.c tcfsflag.c Log message: add openbsd tags. rearrange headers as per style(9) and indent. replace some strcpy by strlcpy. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 02:01:22 Modified files: usr.bin/tcfs : Makefile.inc tcfstat.c tcfsuse.c unix_auth.c uuencode.h Log message: weird. missing OpenBSD tags. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 02:28:03 Modified files: usr.bin/tcfs : tcfs_flags.c tcfs_getstatus.c tcfsflag.c Log message: oops from my prev commit. move param.h above mount.h so NGROUPS is found. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 02:36:18 Modified files: usr.bin/tcfs/lib: Makefile usr.bin/tcfs/tcfsmng: Makefile usr.bin/tcfs/tcfsuse: Makefile Log message: add OpenBSD tag. CVSROOT: /cvs Module name: www Changes by: reinhard@cvs.openbsd.org 2000/06/20 02:47:57 Modified files: . : orders.html Log message: fix broken links CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 02:59:53 Modified files: usr.bin/tcfs : tcfsaddgroup.c tcfsadduser.c tcfsgenkey.c tcfsputkey.c tcfsrmgroup.c tcfsrmkey.c tcfsrmuser.c Log message: fix warnings during compilation. replace a few more calloc's with malloc's; no need to clean the buffer for fgets. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/20 03:13:31 Modified files: usr.sbin/ppp/ppp: lqr.c Log message: Allow padding in LQR ECHO requests Problem found by: Tomaz Borstnar CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 03:27:25 Modified files: sys/dev/ic : rtl80x9.c rtl80x9var.h Log message: remove NetBSD ifdefs. indent. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 03:46:11 Modified files: sys/conf : files Log message: some files from crypto/ are needed for tcfs. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 04:00:37 Modified files: audio/rio500 : Makefile audio/rio500/files: md5 Removed files: audio/rio500/patches: patch-aa patch-ab Log message: - update to v0.7 - remove FAKE - ONLY_FOR_ARCHS=i386 until properly fixed - CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/20 04:05:00 Modified files: net/ncftp : Makefile net/ncftp/files: md5 net/ncftp/pkg : PLIST Log message: Upgrade to version 3.0.1; Add @comment to the PLIST. The new features for 3.0.1 are: - support for firewalls. - put -R, and Put -z to resume an upload. - ncftp is no longer in the business of colon-mode. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 04:46:52 Modified files: usr.bin/tcfs : tcfs_getfspath.c tcfsrun.c Log message: another oops, time to sleep. remove spaces. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/20 07:08:22 Modified files: x11/xterm : Makefile x11/xterm/files: md5 Removed files: x11/xterm/patches: patch-main_c Log message: update to #139, upstream bugfixes; ok espie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/20 07:30:59 Log message: initial import of elvis 2.1.4; ok espie@ elvis is a clone of the vi text editor, featuring various extensions. Status: Vendor Tag: NADDY Release Tags: ELVIS_2_1_4 N ports/editors/elvis/Makefile N ports/editors/elvis/files/md5 N ports/editors/elvis/pkg/COMMENT N ports/editors/elvis/pkg/DESCR N ports/editors/elvis/pkg/PLIST N ports/editors/elvis/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/06/20 08:50:17 Modified files: . : plus.html Log message: more links CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 09:27:20 Modified files: www/amaya/browser: Makefile Log message: Fix packaging. Somehow, this went in without Faking (my fault). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/20 09:33:07 Modified files: sys/arch/i386/conf: Makefile.i386 Log message: If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriate -march=ix86. (as it was done for 486). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 09:43:43 Modified files: devel/ORBit : Makefile devel/ORBit/pkg: PLIST devel/libIDL : Makefile devel/libIDL/pkg: PLIST Added files: devel/ORBit/pkg: PFRAG.shared devel/libIDL/pkg: PFRAG.shared Removed files: devel/ORBit/pkg: PLIST.noshared Log message: Register conflicts.... I was dead sure I had committed this ages ago. Convert to new style while I'm at it... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 09:51:21 Modified files: net/sharity-light: Makefile net/sharity-light/patches: patch-nfs-version net/sharity-light/pkg: PLIST Log message: Remove gratuitous conflict with samba, by installing smbmount.8 under a different name. Check that fake works, it's a trivial fake. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 09:51:55 Added files: net/sharity-light/patches: patch-README Log message: ... and patch the documentation to refer to the new manpage. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 10:10:21 Modified files: japanese/Wnn/pkg: PLIST-ko PLIST-zh Log message: Fix conflicts, forgoth that convert_key* were in Wnn-data. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 10:21:01 Modified files: graphics/compface: Makefile graphics/compface/pkg: PLIST mail/faces : Makefile Added files: mail/faces/pkg : PLIST Removed files: mail/faces/pkg : PLIST.sed Log message: Register conflict (compface is a subset of faces). New style CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 10:37:44 Modified files: textproc/rman : Makefile textproc/rman/pkg: PLIST x11/kde/base : Makefile x11/kde/base/pkg: PLIST Log message: Mark rman as conflicting with kdebase for now. It looks like this is the same program, so it would be better to have kde depend on rman, probably. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 10:51:23 Modified files: infrastructure/mk: bsd.port.mk Log message: Since we are generating the PLIST, add the full package name as a comment, may be useful later. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 11:02:58 Modified files: infrastructure/templates: network.conf.template Log message: add alot of master sites from FreeBSD's bsd.sites.mk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 11:05:09 Modified files: x11/xview/lib : Makefile x11/xview/lib/pkg: PLIST Added files: x11/xview/lib/pkg: PFRAG.shared Removed files: x11/xview/lib/pkg: PLIST.noshared Log message: New CONFIGURE_STYLE Fix bogus conflict with xloadimage (move man page to the right location) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 11:08:16 Modified files: graphics/jbigkit/pkg: PLIST Log message: DON'T package duplicated manpages with netpbm. The kind of tricks fake allows that weren't possible before: it's possible to fix conflicts after the fact. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 11:32:28 Modified files: graphics/jbigkit/patches: patch-aa Log message: do not install certain man pages if they're not going to be included CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 11:34:14 Modified files: graphics/netpbm: Makefile Log message: bump NEED_VERSION CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/20 11:41:51 Modified files: sbin/ancontrol : ancontrol.c Log message: spelling CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/20 11:56:10 Modified files: sys/netinet : if_ether.c Log message: Remove static from arptimer so that "show callout" in ddb shows the right function. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/20 11:56:24 Modified files: sys/dev/isa : i82365_isasubr.c Log message: Avoid using I/O port 0x370 since this is used by onboard audio on some laptops. Only seems to cause problems with some card, notably wavelan and aironet. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 12:14:13 Modified files: emulators/freebsd_lib: Makefile emulators/freebsd_lib/pkg: PLIST Added files: emulators/freebsd_lib/pkg: INSTALL Log message: Install under /usr/local, use Fake. Link /usr/local/emul/freebsd -> /emul/freebsd CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/20 12:15:58 Modified files: usr.bin/tcfs : tcfsaddgroup.c tcfsadduser.c tcfsgenkey.c tcfsputkey.c tcfsrmgroup.c tcfsrmkey.c tcfsrmuser.c tcfsrun.c Log message: getopt(3) returns -1, not EOF CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 12:33:15 Added files: emulators/freebsd_lib/pkg: DEINSTALL Log message: make sure to remove the symlink from /emul CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 12:35:16 Added files: emulators/linux_lib/pkg: DEINSTALL Log message: make sure to remove the symlink from /emul CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 12:46:23 Modified files: graphics/Mesa : Makefile graphics/Mesa/pkg: DESCR PLIST Added files: graphics/Mesa/pkg: PFRAG.shared Removed files: graphics/Mesa/pkg: PLIST.noshared Log message: - remove whitespace - add HOMEPAGE to DESCR - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 12:50:18 Modified files: graphics/jbigkit: Makefile Log message: Bodily rm those duplicate man pages, so that make plist won't trip us. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 12:54:51 Log message: pcre port Status: Vendor Tag: jakob Release Tags: jakob_2000-06-20 N ports/devel/pcre/Makefile N ports/devel/pcre/files/md5 N ports/devel/pcre/pkg/COMMENT N ports/devel/pcre/pkg/PLIST N ports/devel/pcre/pkg/DESCR N ports/devel/pcre/pkg/PFRAG.shared N ports/devel/pcre/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 12:55:36 Modified files: devel : Makefile Log message: enable pcre CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 13:03:57 Modified files: graphics/jbigkit: Makefile Log message: revert patch, this is now unnecessary CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 13:32:44 Modified files: sysutils/usbutil: Makefile sysutils/usbutil/pkg: PLIST Log message: remove fake add comment to PLIST cleanup CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 13:36:25 Modified files: security/stunnel: Makefile security/stunnel/pkg: PLIST Log message: remove fake add comment to PLIST CONFIGURE_STYLE cleanup CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 13:38:13 Modified files: devel/pcre/pkg : PFRAG.shared PLIST Log message: correct PLIST/PFRAG.shared CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/20 13:39:37 Modified files: sys/dev/ic : an.c Log message: KNF CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 13:49:00 Modified files: net/httptunnel : Makefile net/httptunnel/files: md5 net/httptunnel/pkg: PLIST Log message: update to v3.0.1 remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 13:50:27 Modified files: graphics/jbigkit/patches: patch-aa Log message: fix install target CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 13:52:43 Modified files: net/mtr : Makefile net/mtr/pkg : PLIST Log message: remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 13:54:06 Modified files: net/bind8/pkg : PLIST Log message: add comment CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/20 14:00:03 Modified files: sbin/ping6 : Makefile ping6.c Log message: pedant; getopt(3) returns -1 instead of EOF. from aaron CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:00:24 Modified files: graphics/gifsicle: Makefile graphics/gifsicle/files: md5 graphics/gifsicle/pkg: DESCR PLIST Log message: update to v1.19 remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:01:41 Modified files: x11/xdu : Makefile x11/xdu/pkg : PLIST Log message: remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:03:21 Modified files: benchmarks/netperf: Makefile benchmarks/netperf/pkg: PLIST Log message: remove fake add comment to PLIST CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/06/20 14:17:19 Modified files: faq : obsd-faq.pdf Log message: new pdf version from Ezzat Sebi CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:20:01 Modified files: security/logsurfer: Makefile security/logsurfer/pkg: PLIST Log message: remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/20 14:22:12 Modified files: sbin/brconfig : brconfig.8 Log message: more info on what a bridge is (from bridge(4)). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 14:24:00 Modified files: mail/solid-pop3d: Makefile mail/solid-pop3d/files: md5 mail/solid-pop3d/pkg: DESCR MESSAGE Added files: mail/solid-pop3d/patches: patch-Makefile_in patch-man_Makefile_in patch-man_spop3d_8 patch-man_spop3d_conf_5 patch-src_const_h Removed files: mail/solid-pop3d/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log message: upgrade to solid-pop3d 0.15, from port maintainer CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:26:02 Modified files: security/dante : Makefile security/dante/pkg: PLIST Added files: security/dante/pkg: PFRAG.shared Log message: remove fake add comment to PLIST CONFIGURE_STYLE make port package correctly without shared libraries CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 14:26:46 Modified files: editors/vim : Makefile editors/vim/pkg: PLIST Added files: editors/vim/pkg: PFRAG.no-no_x11 Removed files: editors/vim/pkg: PLIST-light Log message: Use negative fragments, now that they've been committed. Change light -> no_x11, to conform to emerging convention. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:29:49 Modified files: www/php3 : Makefile www/php3/pkg : PLIST Log message: remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:30:34 Modified files: www/php3 : Makefile Log message: bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:32:24 Modified files: x11/wmx : Makefile x11/wmx/pkg : PLIST Log message: remove fake add comment to PLIST CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/20 14:35:14 Modified files: sys/dev/ic : an.c Log message: allow rx to work after tcpdump; ok art@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/20 14:51:27 Modified files: sys/netinet6 : ip6_output.c Log message: confirmed interop of IPv6 AH with KAME (both global and scoped addr). remove restriction on scoped IPv6 address. TODO: confirm it with other IPv6 AH implementation. since we use very similar logic between KAME IPv6 AH and OpenBSD IPv6 AH, it is possible that both side is making the same mistake or whatever CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/20 14:56:49 Modified files: net/xchat : Makefile net/xchat/files: md5 net/xchat/pkg : PLIST Log message: Updated to v1.4.2; Zach Garner CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/20 15:11:36 Modified files: security/sftp : Makefile security/sftp/pkg: DESCR PLIST Log message: Port format nits. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/20 15:29:20 Modified files: sys/dev : vnd.c vndioctl.h usr.sbin/vnconfig: vnconfig.8 vnconfig.c Log message: add encryption for svnd's for Erich . You can do a poor man's encrypted file system with this. Blame the Greek. okay niklas@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/20 15:29:36 Modified files: distrib/sun3 : Makefile distrib/sun3/ramdisk: Makefile.inc dot.profile list Added files: distrib/sun3 : install.md distrib/sun3/miniroot: Makefile.inc dot.profile list Removed files: distrib/sun3 : list2sh.awk runlist.sh distrib/sun3/common: Make.crunch Make.fsimage Make.static Makefile.inc RunList.awk RunList.sh install.md install.sh mini_bin.list mini_sbin.list mini_usr.conf mini_usr.list mini_xx.list mini_xx.mk miniroot.list miniroot.tree mr.disktab mr.etc.rc mr.profile mr.remount mr.termcap ramdisk.list ramdisk.tree rd.disktab rd.fstab rd.passwd rd.protocols rd.services rd.sshrc rd.welcome rd_bin.conf rd_bin.list rdsetroot.c distrib/sun3/ramdisk: Findrefs Makefile Showsyms dot.instutils install.md mtree.conf raminst.conf rd.disktab rd.group rd.master.passwd Log message: Completely new ramdisk stuff, inspired by the existing sparc ramdisk. CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 2000/06/20 15:41:45 Modified files: . : plus.html Log message: vnconfig CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/20 15:53:44 Modified files: usr.sbin/ndp : ndp.8 ndp.c Log message: sync with latest kame ndp(8). accept scoped address notation. avoid infinite loop in certain routing table setup. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 17:32:47 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/files: md5 graphics/ImageMagick/pkg: DESCR PLIST Added files: graphics/ImageMagick/patches: patch-ltconfig patch-ltmain_sh patch-magick_magick_h graphics/ImageMagick/pkg: PFRAG.shared Removed files: graphics/ImageMagick/patches: patch-aa graphics/ImageMagick/pkg: PLIST.noshared Log message: upgrade to ImageMagick 5.2.0, as recommended in PR#1245 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/20 18:13:09 Modified files: sys/arch/hppa/conf: std.hppa Log message: add perfomance monitor unit, comment iv numbers for fpu/power/pmu CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 18:22:21 Modified files: graphics/fnlib/patches: patch-ab Log message: PREFIX -> prefix CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 18:25:00 Modified files: graphics/fnlib : Makefile graphics/fnlib/pkg: PLIST Added files: graphics/fnlib/pkg: PFRAG.shared Removed files: graphics/fnlib/pkg: PLIST.noshared Log message: - remove license type - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 20:21:35 Modified files: graphics/xv/pkg: DESCR PLIST Log message: - add HOMEPAGE to DESCR - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/20 20:29:05 Modified files: graphics/xv : Makefile Log message: - reorganzie Makefile - remove FAKE=Yes - USE_IMAKE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/20 21:11:21 Modified files: sysutils/xbatt : Makefile sysutils/xbatt/files: md5 sysutils/xbatt/patches: patch-aa patch-ab sysutils/xbatt/pkg: PLIST Log message: - Upgrade to version 1.2.1 - Clean up the Makefile - Add @comment to PLIST CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/20 21:18:28 Modified files: chinese/crxvt : Makefile chinese/xcin : Makefile Log message: CONFIGURE_STYLE=gnu -> CONFIGURE_STYLE= gnu old These packages are no sysconfdir. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/20 23:28:26 Modified files: sbin/mount_tcfs: Makefile mount_tcfs.8 mount_tcfs.c Log message: - clean makefile - add OpenBSD tags and copyright notice where missing. - check the return value of mount(), like EOPTNOTSUPP, and the like. - remove unused declarations and headers - rearrange manpage a bit. Add history section CVSROOT: /cvs Module name: ports Changes by: camield@cvs.openbsd.org 2000/06/21 00:00:59 Modified files: mail/serialmail: Makefile mail/serialmail/pkg: PLIST Log message: - resolve package conflict with daemontools (setlock from daemontools is now preferred and installed as a dependency) - add RCS id to PLIST CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/21 03:07:25 Modified files: sys/netinet6 : in6_src.c Log message: correct in6_recoverscope() for multicast loopback case. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/21 03:22:16 Modified files: devel/shtool : Makefile devel/shtool/files: md5 devel/shtool/pkg: PLIST Log message: - Upgrade to version 1.4.9 - GNU_CONFIGURE -> CONFIGURE_STYLE - Bump NNED_VERSION - Add @comment to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 03:57:54 Modified files: devel/glib : Makefile devel/glib/files: md5 devel/glib/patches: patch-ag Log message: upgrade to glib 1.2.8 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/21 08:02:07 Modified files: infrastructure/templates: network.conf.template Log message: - fix a typo confusing MASTER_SITE_{OPEN,FREE}BSD - add MASTER_SITE_NETBSD for completeness sake - add MASTER_SITE_SOURCEFORGE; from FreeBSD ok espie@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/21 10:46:10 Modified files: usr.bin/ssh : sshconnect2.c Log message: missing free; nuke old comment CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/21 10:46:35 Modified files: graphics/ImageMagick/files: md5 Log message: Bad checksum. Refetched several times to make sure. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 11:14:04 Modified files: x11/gtk+ : Makefile x11/gtk+/files : md5 x11/gtk+/patches: patch-aa patch-ab patch-ac patch-ae x11/gtk+/pkg : PLIST Log message: upgrade to Gtk+ 1.2.8 CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/21 11:25:04 Modified files: sys/netinet : ip_output.c Log message: Fix gateway function; ok angelos@ angelos, be more careful :) CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/21 12:42:20 Modified files: sys/netinet6 : raw_ipv6.c Log message: fix KAME PR 261. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/21 13:22:55 Modified files: usr.bin/ftp : cmds.c cmdtab.c extern.h ftp.1 ftp.c ftp_var.h main.c Log message: add epsv4 command, which turns off epsv on ipv4 (off by dfeault) automagicaslly disable epsv on ipv4, if epsv fails for single connection. merge from netbsd-current. req from fgs. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/21 15:16:28 Modified files: etc/etc.sun3 : MAKEDEV Log message: Add a few missing devices (/dev/vme*, for example) ; make devices for 16 slices per disk instead of 8 previously ; and tidy things a bit CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/21 15:17:49 Modified files: sys/arch/sun3/sun3: conf.c Log message: Fix xd entry in chrtoblktbl CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/21 16:29:55 Modified files: sys/arch/i386/conf: GENERIC Log message: Kirk announced that soft updates are free today CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2000/06/21 16:33:35 Modified files: . : anoncvs.html Log message: fix tyop. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2000/06/21 17:03:09 Modified files: . : sun3.html Log message: 2.7 release blurb ; ludditespeak reviewed and corrected by ericj@ CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/06/21 17:09:01 Modified files: . : plat.html Log message: move sun3 to supported list CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2000/06/21 18:35:06 Modified files: . : sun3.html Log message: Typo CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 21:48:45 Modified files: graphics/gd : Makefile graphics/gd/patches: patch-aa Log message: add a no_x11 flavor build which can be very useful for people wanting to use MRTG on system(s) without X11 being installed. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 21:53:24 Modified files: graphics : Makefile Log message: add gd no_x11 flavor CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 22:19:44 Added files: devel/libtool/patches: patch-ac Log message: enable inter-library dependencies CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 22:39:07 Modified files: devel/shtool : Makefile devel/shtool/pkg: DESCR Log message: - add HOMEPAGE - remove license type CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/21 22:40:41 Modified files: devel/libtool : Makefile devel/libtool/pkg: DESCR Log message: add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 00:13:46 Modified files: infrastructure/templates: network.conf.template Log message: remove two bad master sites CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 00:18:39 Modified files: graphics/gd : Makefile graphics/gd/patches: patch-aa graphics/gd/pkg: PLIST Log message: switch to libtool for shared library creation CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/22 01:31:18 Modified files: include : resolv.h lib/libc/net : res_init.c res_send.c Log message: ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes ipv6 address. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/22 01:34:47 Modified files: share/man/man5 : resolv.conf.5 Log message: mention IPv6 address can be put into nameserver line CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 02:21:50 Modified files: graphics/png : Makefile graphics/png/patches: patch-aa graphics/png/pkg: PLIST Removed files: graphics/png/patches: noshared-patch Log message: - remove license type - remove FAKE=Yes - remove unnecessary pre-patch target and replace with usage of MAKE_FILE - switch to libtool for shared library creation CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/22 02:24:03 Modified files: sys/dev/ic : xl.c Log message: xl_setmulti_hash() does not work right. tested at usenix2000 term room. affects 905B only. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 03:08:17 Modified files: graphics/gd : Makefile graphics/gd/patches: patch-aa Log message: make gd's Makefile make use of DESTDIR CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 03:53:55 Modified files: graphics/gd/patches: patch-aa Log message: fixup gd's Makefile CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/06/22 07:10:23 Modified files: mail/abook/files: md5 mail/abook/patches: patch-abook.c patch-configure.in patch-database.c patch-edit.c patch-filter.c patch-list.c patch-options.c Added files: mail/abook/patches: patch-estr.c Removed files: mail/abook/patches: patch-Makefile.in patch-database.h Log message: update port to 0.4.8 - CONFIGURE_STYLE - bump LICENSE_TYPE CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/06/22 07:19:27 Modified files: mail/abook : Makefile Log message: missed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 09:17:47 Modified files: editors : Makefile Log message: light -> no_x11 Something needs fixing in bsd.port.subdir.mk Passing FLAVOR= on the command line means it's pretty much hard-coded, should probably be passed in the environment instead... CVSROOT: /cvs Module name: ports Changes by: reinhard@cvs.openbsd.org 2000/06/22 09:20:23 Modified files: editors : Makefile Log message: enable elvis CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/22 09:36:26 Modified files: net/ucd-snmp : Makefile Log message: Makefile CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/22 10:07:23 Modified files: net/ethereal : Makefile net/ethereal/pkg: PLIST Added files: net/ethereal/pkg: PFRAG.no-shared PFRAG.shared Log message: - remove FAKE - add HOMEPAGE - CONFIGURE_STYLE - add PFRAG.{shared,no-shared} CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/22 10:32:27 Modified files: usr.bin/ssh : sshd.c Log message: missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 11:01:59 Modified files: x11/qt/pkg : PFRAG.no-shared Log message: No easy way to avoid confusion with qt2 for static libraries... CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 12:18:45 Modified files: net/bitchx : Makefile net/bitchx/pkg : PLIST Log message: - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/22 13:00:22 Modified files: sys/net : if_bridge.c Log message: Convert to new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/22 13:05:51 Modified files: sys/netinet : if_ether.c Log message: Convert arptimer to new timeouts. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 13:49:43 Modified files: emulators/freebsd_lib: Makefile Log message: distfile has been moved on the distsite, symlink still provided for users with an older ports tree. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 14:01:56 Modified files: net/bitchx/pkg : PLIST Log message: stop trying to remove a directory which does not exist CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/22 14:29:00 Modified files: lib/libc/net : getaddrinfo.3 getnameinfo.3 Log message: add paper by cmetz. correct example. (sync with kame) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 14:29:31 Added files: net/bitchx/patches: patch-ac Log message: patch from Jeff Bachtel to fix issue with BitchX coring when using the /hostname command, PR#1286. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/22 14:50:44 Modified files: usr.sbin/ppp/ppp: exec.c Log message: Correct PPPoE in multi-link mode; jason@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 14:59:57 Modified files: japanese/Wnn-data: Makefile Log message: Fix an amusing consequence of having pkg show up under WRKDIR... CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/22 15:02:27 Modified files: security/socks5/pkg: DESCR Log message: trim down DESCR a bit and add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 15:35:20 Modified files: graphics/fxtv : Makefile Log message: Temp race for audio and sox CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/22 16:41:19 Modified files: sys/kern : syscalls.master Log message: make vtrace always obsolte; art@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/22 16:44:45 Modified files: sys/sys : syscallargs.h syscall.h sys/kern : init_sysent.c syscalls.c Log message: regen-vtrace CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/22 16:56:33 Modified files: sbin/ancontrol : ancontrol.c Log message: fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!) CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/22 17:02:20 Modified files: sys/dev : vnd.c Log message: on unconfig, bzero the key before free; from aazubel@core-sdi.com. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 17:53:48 Log message: First cut at a qt2 port. Probably needs some polish, but it compiles and runs. Status: Vendor Tag: trolltech Release Tags: espie N ports/x11/qt2/Makefile N ports/x11/qt2/files/md5 N ports/x11/qt2/patches/patch-configs_openbsd-g++-shared-debug N ports/x11/qt2/patches/patch-configs_openbsd-g++-shared N ports/x11/qt2/pkg/DESCR-html N ports/x11/qt2/pkg/PLIST N ports/x11/qt2/pkg/PFRAG.no-shared N ports/x11/qt2/pkg/DESCR N ports/x11/qt2/pkg/PFRAG.shared N ports/x11/qt2/pkg/PLIST-examples N ports/x11/qt2/pkg/PLIST-html N ports/x11/qt2/pkg/COMMENT N ports/x11/qt2/pkg/COMMENT-examples N ports/x11/qt2/pkg/COMMENT-html N ports/x11/qt2/pkg/DESCR-examples N ports/x11/qt2/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2000/06/22 17:55:00 Modified files: usr.bin/ssh : auth-krb4.c key.c radix.c uuencode.c Log message: Missing CVS idents; ok markus CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 18:03:22 Modified files: x11 : Makefile Log message: Add qt2 CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/22 18:55:56 Modified files: sys/arch/sparc/sparc: machdep.c Log message: ret should be there, wether auxreg/led is defined or not. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 19:21:37 Modified files: . : INDEX Log message: Synch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/22 19:25:35 Modified files: x11/qt2 : Makefile x11/qt2/pkg : PLIST Log message: Oops, install misworks if files are missing. Remove the dead links manually, and complete packing list. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/06/22 19:44:16 Modified files: usr.sbin/dhcp/common: memory.c Log message: fix dhcpd to not abandon addresses forever when they are pinged before use which creates a nice denial of service when people use static addresses in the dhcp range. - instead abandon the address only for the default lease time so that it may be re-used afterwards. Tested and committed with aaron and jason while drinking beer and wearing balloons on my head in the bar at the USENIX party. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/22 20:14:40 Modified files: sys/arch/mac68k/mac68k: sys_machdep.c sys/arch/amiga/amiga: sys_machdep.c sys/arch/atari/atari: sys_machdep.c sys/arch/hp300/hp300: sys_machdep.c sys/arch/i386/i386: sys_machdep.c sys/arch/kbus/kbus: sys_machdep.c sys/arch/mvme68k/mvme68k: sys_machdep.c sys/arch/pc532/pc532: sys_machdep.c sys/arch/pmax/pmax: sys_machdep.c sys/arch/sparc/sparc: sys_machdep.c sys/arch/sun3/sun3: sys_machdep.c sys/arch/wgrisc/wgrisc: sys_machdep.c sys/arch/mips/mips: sys_machdep.c sys/kern : vfs_cluster.c vfs_bio.c sys/ufs/ufs : ufs_bmap.c sys/ufs/ext2fs : ext2fs_inode.c ext2fs_bmap.c sys/ufs/ffs : ffs_inode.c sys/nfs : nfs_bio.c Removed files: sys/sys : trace.h Log message: remove obsolete vtrace guts; art@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/22 20:31:36 Modified files: chinese/crxvt : Makefile Removed files: chinese/crxvt/files: OpenBSD config.status chinese/crxvt/patches: patch-aa Log message: Fix the Makefile, using sed would be convenient. CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/22 21:06:35 Modified files: textproc/ispell: Makefile textproc/ispell/pkg: PLIST textproc/ispell/scripts: configure Added files: textproc/ispell/patches: patch-ah textproc/ispell/pkg: COMMENT-french COMMENT-german DESCR-french DESCR-german INSTALL PLIST-french PLIST-german textproc/ispell/scripts: ispell-config Removed files: textproc/ispell/pkg: PLIST.french PLIST.german Log message: Fake. Split languages into separate packages. Include a script for choosing the default language. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/22 21:16:58 Modified files: . : press.html Log message: Add Kurt's Closet June 21 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/23 00:54:30 Modified files: chinese/xcin : Makefile Removed files: chinese/xcin/files: OpenBSD config.status Log message: Fix the Makefile, using sed. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/23 02:37:33 Modified files: x11/qt2/pkg : DESCR-examples Log message: qt -> qt2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/23 02:41:17 Modified files: x11/qt2 : Makefile Log message: Typo CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/23 03:45:15 Modified files: x11/qt : Makefile x11/qt/pkg : DESCR PLIST Added files: x11/qt/pkg : COMMENT-examples COMMENT-html DESCR-examples DESCR-html MESSAGE PLIST-examples PLIST-html blah Log message: - use sub-packages to split examples/tutorial bins/source into an examples subpackage and the html documentation (which is now being installed) into an html subpackage - cleanup install target a bit - make use of a few variables to specify paths for installation, QT_INCDIR, QT_LIBDIR, QT_MANDIR, QT_EXAMPLES, QT_TUTORIAL and QT_DOC - man pages have moved from PREFIX/man to PREFIX/lib/qt/man to stay consistant with the qt2 port CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/23 03:46:48 Removed files: x11/qt/pkg : blah Log message: oops, this was not supposed to go in CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/23 03:47:05 Modified files: usr.sbin/ppp/ppp: Makefile README.changes alias.c alias.h alias_db.c alias_ftp.c alias_local.h command.c nat_cmd.c nat_cmd.h ppp.8 Added files: usr.sbin/ppp/ppp: alias_pptp.c Log message: Improved 227, 229 and EPRT support in the nat code; FreeBSD Moved security checks into one place; FreeBSD Remove ``nat pptp'' now that it's transparent CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/23 03:47:30 Modified files: usr.sbin/ppp/ppp: bundle.c Log message: Fix a printf-style arg cast (again) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/23 03:53:53 Modified files: x11/qt2 : Makefile Log message: - style - remove unused EXAMPLES variable - add QT_MANDIR knob CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/23 07:25:44 Modified files: textproc/ispell: Makefile textproc/ispell/pkg: DESCR Log message: Found HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/23 08:17:41 Modified files: x11/qt2 : Makefile x11/qt2/patches: patch-configs_openbsd-g++-shared patch-configs_openbsd-g++-shared-debug x11/qt2/pkg : DESCR MESSAGE PFRAG.shared PLIST PLIST-examples Log message: Don't try to be smart with examples and tutorial, moving those files around doesn't work, as there are cross-dependencies. Move LOCALBASE/X11BASE setting to post-patch, as this allows having complete, independent Makefiles for examples/tutorial. Package the full tutorial/example along. Install qt1 to qt2 conversion tools along. Provide a link to /usr/local/bin/moc2, to ease getting FreeBSD ports. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/23 09:05:35 Modified files: games/nethack : Makefile games/nethack/files: qt-config Added files: games/nethack/pkg: PFRAG.qt PLIST Removed files: games/nethack/pkg: PLIST.sed Log message: qt flavor, based on qt2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/23 09:18:30 Modified files: x11/xglobe : Makefile Log message: qt2 flavor CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/23 10:12:35 Modified files: sys/dev/pcmcia : if_an_pcmcia.c Log message: Pass the correct sizeo() to cfattach struct so we don't panic on detach. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:15:51 Modified files: usr.bin/make : Makefile arch.c dir.c job.c lst.h main.c make.c parse.c suff.c targ.c usr.bin/make/lst.lib: Makefile lstOpen.c Removed files: usr.bin/make/lst.lib: lstDatum.c lstFirst.c lstLast.c Log message: Trivial consequences of the previous list changes: - audit code for Lst_Datum, it's never applied to an empty pointer, so check can be removed -> turn into a macro, - Lst_First, Lst_Last can become macro as well - specialized version of Lst_Succ (Lst_Adv) to use in loops where it cannot fail, - Lst_Open can no longer fail. Trim down corresponding code. Reviewed millert@, miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:18:09 Modified files: usr.bin/make : arch.c compat.c extern.h job.c make.c make.h suff.c var.c Log message: Start of variable fixes and speed-ups. This patch may seem a bit non-sensical at first. It simply introduces some new interface. Specifically, recognizes that some variable names (.TARGET/$@, .OODATE/$?, .ALLSRC/$>, .IMPSRC/$<, .PREFIX/$*, .ARCHIVE/$!, .MEMBER/$%) are `special' (the actual variables which are local to a target, e.g. GNode). Currently, The Varq functions (for Varquick access) are only stubs to the normal functions. This fixes a very important detail before proceeding to turn variable lists into hash tables: if every GNode holds a hash table, initialization times for those will be very costly. But generic GNodes only hold those seven special variables... which can be stored directly into a small array; the only general cases are the environment, the command line and global variables. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:20:02 Modified files: usr.bin/make : arch.c compat.c extern.h job.c make.h parse.c suff.c targ.c var.c Log message: Once those special variable are taken care of, other Var functions can take the GNode's context directly. We rename that special Lst to `SymTable *' in prevision of things to come. Along the line, we lose the special GNodes affected to VAR_CMD, VAR_GLOBAL, VAR_ENV, which become simple Lsts... This is not a problem, except when getting to a context's name for debugging (handled very nicely by offsetof). Again, this is a preparatory patch, which does not gain anything except for cleaning up issues... Reviewed by millert@ and miod@, like the previous patch CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:21:44 Modified files: usr.bin/make : compat.c cond.c parse.c suff.c targ.c var.c Log message: In various places, VAR_CMD is used to actually mean `no real context', since lookup will start with VAR_CMD in any case. This fixes VarFind and Var_Parse to handle ctxt == NULL correctly, and replace those confusing VAR_CMD with proper NULL pointers. This patch also handles three small details: - .CURDIR is necessarily set in VAR_GLOBAL, - suffix handling for archives copies two hard-coded variables, for which it can use a quick path, - typos in TargFreeGN. Reviewed millert@, miod@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:23:27 Modified files: usr.bin/make : extern.h for.c main.c make.h parse.c targ.c var.c Log message: This patch separates local contexts from global contexts for good. Apart from a few casts, VAR_GLOBAL and friends are separate data structures, so we use a small array for local variables. We also junk allVars, since TargFreeGN can release local nodes, and var.c has explicit lists for its variables already. Reviewed millert@ and miod@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:23:58 src/usr.bin/make/ohash Update of /cvs/src/usr.bin/make/ohash In directory cvs.openbsd.org:/tmp/cvs-serv9622/ohash Log Message: Directory /cvs/src/usr.bin/make/ohash added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:24:51 Added files: usr.bin/make/ohash: hash_create_entry.c hash_delete.c hash_do.c hash_entries.c hash_enum.c hash_init.c hash_interval.c hash_lookup_interval.c hash_lookup_memory.c hash_lookup_string.c hash_qlookup.c hash_qlookupi.c ohash.h ohash_int.h Log message: Open Hashing library, based on Knuth. Some interface work to make it as fast as possible. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:27:29 Modified files: usr.bin/make : Makefile error.c error.h make.h var.c Added files: usr.bin/make : generate.c Log message: This is the speed-up patch, which doubles make speed (almost). Use the open hashing functions for global contexts instead of List in var.c. All the preliminary work to trim down local contexts means that we don't suffer from the heavy initialization work that a hash table entails. There is some make kludgery to: - build the hashing functions as a library, - recreate hashconsts.h, even if make depend was not invoked. One point of the hashing scheme written was to separate the computation of the hash function, and the hash lookup itself. This is very convenient for make, because of those pesky special variables. hashconsts.h is there to pre-hash the correct values, which replaces a few expensive string comparisons with quick hash value comparisons, followed by one expensive string comparison. The modulus MAGICSLOTS chosen in the Makefile is ad-hoc: it is small enough to write a small switch without collision, and will need changing if the hash function changes... The function quick_lookup is the most important: it either returns an index, for a local variable, or it does compute a hashing value, and returns -1. Another somewhat controversial decision is the use of string intervals. This avoids either copying a string, or twiddling with a byte for cases such as ${VAR}. Finally, the variable name is stored within the variable itself. Since a given variable name never changes, this makes sense. All that was needed was a hash library with support for this. Note that the hashing table holds only a variable pointer AND the corresponding hashing value, WITHOUT a modulo hashtablesize. Two reasons: - hash resizes can be done faster, without having to recompute hashing values. - locality of access. The hash table fits into memory without problem. Once a candidate slot is found, we check the complete hashing value. Probability of a collision is very small (32 bits...). So bringing up the whole variable in memory at once is good: the name will almost always match, in which case we want the variable value as well, so it makes sense to put them together. The ohash functions implement open hashing, as described in Knuth, but with a variable table size. Choosing powers of 2 sizes does not yield more collisions, but it makes the hashing scheme much simpler. The thresholds at which to expand/shrink the tables seem to work well in practice. The default sizes were chosen such that the tables hardly ever shrink or expand anyways (though I've tried with smaller/larger sizes to verify that the shrinking/expanding worked correctly): larger Makefiles hold roughly 500/600 variables, which fits without trouble into a 1024-sized variable. Disregard #ifdef STATS_HASH, this is some internal scaffolding I'm using to measure make performance. The only known issue with open-hashing is that deletions cannot create empty slots, but do leave slots marked as `occupied once' so that lookup works. We use a well-known optimization which records those pseudo-empty slots while looking up values. If the value is not found, the pseudo-empty slot is returned to be filled. If the value is found, it is swapped with the pseudo-empty slot. This is an improvement in both cases, since this shortens the length of lookup chains, eventually pushing the pseudo-empty slots to the end. Reviewed by millert@ and miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:39:46 Modified files: usr.bin/make : Makefile main.c parse.c util.c Added files: usr.bin/make : lowparse.c lowparse.h Log message: This patch is worth a lot, speed-wise. This does introduce a proper stack of IFiles to handle included files: instead of having the current file be a special case, it's also an IFile. The corresponding code is slightly unobfuscated, removing the error-prone ParseEOF function, freeing the filename systematically (thus, main.c needs to strdup stdin), and merging both include functions lookup into one. The speed gain comes from changing the IFile structure to merge with fgetln seamlessly. The low-level parse code is mostly moved to a new file, lowparse.c, to make things easier to read (see next patch as well). Accordingly, util.c gains a fgetln. Note the interaction between Parse_File, Dir_FindFile, and ReadMakefile in main.c. This patch closes a subtle memory hole (only the Makefile names, so rather small). Reviewed by miod@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:40:51 Modified files: usr.bin/make : lowparse.c lowparse.h parse.c Log message: This is complementary to the previous patch. There is no code change in this patch, we just move the remaining `lowparse' functions to the right file, and adjust the interface file accordingly. Reviewed by miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/23 10:41:53 Modified files: usr.bin/make : dir.c extern.h job.c parse.c str.c suff.c Log message: This patch replaces str_concat with a slightly unobfuscated version. In particular, Dir_MakeFlags is abusing str_concat, and works much better with buffers. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/23 10:53:08 Modified files: sys/dev/ic : i82365.c i82365var.h sys/dev/isa : i82365_isa.c Log message: Implement PCMCIA event polling. This will either complement interrupt-driven event notification from the pcic (if an interrupt is available) or allow the insertion and removal of PCMCIA devices even if there is no IRQ for the pcic. Each socket is checked for status change every 0.5 seconds using art's timeout code. Insertion and removal events should no longer ever go unnoticed. CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/06/23 11:04:47 Modified files: usr.bin/tail : extern.h forward.c read.c reverse.c Log message: Get rid of repeating error messages; From netbsd millert@ ok CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/23 11:29:41 Modified files: lib/libskey : skeylogin.c Log message: set mp->keyfile = NULL if stat fails CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/23 12:44:43 Log message: ipfm 0.10.4 IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth specified hosts use on their Internet link. Status: Vendor Tag: form Release Tags: form_2000-Jun24 N ports/net/ipfm/Makefile N ports/net/ipfm/files/md5 N ports/net/ipfm/pkg/COMMENT N ports/net/ipfm/pkg/DESCR N ports/net/ipfm/pkg/PLIST N ports/net/ipfm/pkg/INSTALL N ports/net/ipfm/pkg/DEINSTALL N ports/net/ipfm/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/23 12:51:36 Modified files: net : Makefile Log message: +ipfm CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/23 12:53:24 Modified files: distrib/i386/floppies/common: install.md instbin-nokrb.conf instbin.conf list distrib/miniroot: install.sub Log message: implement bubble sort in ksh instead of using sort(1). i think i'll fix sparc next week to use it. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/23 12:59:40 Modified files: misc/screen : Makefile misc/screen/pkg: PLIST Log message: - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE CVSROOT: /cvs Module name: X11 Changes by: miod@cvs.openbsd.org 2000/06/23 15:11:04 X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sun3 Update of /cvs/X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sun3 In directory cvs.openbsd.org:/cvs.n/hack/miod/traba/X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sun3 Log Message: Directory /cvs/X11/xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sun3 added to the repository CVSROOT: /cvs Module name: X11 Changes by: miod@cvs.openbsd.org 2000/06/23 15:15:32 Added files: xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sun3: host.def Log message: Host configuration file for X11 on sun3 CVSROOT: /cvs Module name: X11 Changes by: miod@cvs.openbsd.org 2000/06/23 15:19:43 Added files: distrib/notes : README.sun3 Log message: Installation notes for X11 on sun3, nothing transcendent... Added files: distrib/sets/lists/xbase: md.sun3 distrib/sets/lists/xserv: md.sun3 distrib/sets/lists/xshare: md.sun3 Log message: Added md distribution files for sun3... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/23 15:43:54 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: link instbin w/ scrt0, saves a couple of k's CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/24 08:12:34 Modified files: infrastructure/mk: bsd.port.subdir.mk Log message: Pass FLAVOR in the environment, to allow for some manipulations... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/24 08:31:38 Log message: initial import of nano 0.9.11; ok espie@ nano is a small and easy-to-use editor in the fashion of pico Status: Vendor Tag: danh Release Tags: naddy N ports/editors/nano/Makefile N ports/editors/nano/files/md5 N ports/editors/nano/pkg/COMMENT N ports/editors/nano/pkg/DESCR N ports/editors/nano/pkg/SECURITY N ports/editors/nano/pkg/PLIST N ports/editors/nano/patches/patch-po_Makefile_in_in N ports/editors/nano/patches/patch-nano_c N ports/editors/nano/patches/patch-Makefile_in N ports/editors/nano/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2000/06/24 08:50:05 Modified files: editors : Makefile Log message: activate nano, add elvis no_x11 flavor; ok espie@ CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2000/06/24 13:37:33 Modified files: etc : rc.local Log message: Do not start snmpd by default just because it is installed. ok theo@. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/24 15:00:30 Modified files: sys/compat/svr4: svr4_dirent.h svr4_misc.c svr4_stat.c syscalls.master Log message: Implement getdents64, lstat64 and stat64, basically the same functions of the existing ones using 64bit vars. This makes netscape-solaris works on sparc. Particular note to those who want to try netscape: - netscape 4.73 was used for testing on a ss5 with -current. - apparently solaris uses pipes for communicating with the X server. I've checked the libraries I've installed from a solaris 2.6 box, and although there are references to X11-unix, it fails when it tries to open X11-pipe/X0, so in order to test it you need to specify -display :0 or it won't start. - i got some errors when starting, but besides that, it works fine. - it's not slow, but you better have all the requiered files in the correct paths, or it'll take some time to start. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/24 15:02:46 Modified files: sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log message: sync CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/24 16:42:58 Modified files: . : press.html sun3.html Log message: A typo in sun3.html and a big cleanup in press.html CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/24 17:07:23 Modified files: de : 27.html anoncvs.html docum.html orders.html plat.html press.html products.html sun3.html Log message: Bunch of updates. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/24 17:08:41 Modified files: openssh/de : security.html Log message: Another update. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/24 17:38:30 Modified files: usr.sbin/ppp/ppp: lcp.c Log message: Don't assign an MTU based on the peers first-link MRU in MP mode. Use the peers MRRU as we're supposed to. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 18:32:59 Modified files: net/libnet : Makefile net/libnet/files: md5 net/libnet/pkg : DESCR PLIST Added files: net/libnet/patches: patch-Makefile_in patch-configure patch-configure_in Removed files: net/libnet/patches: patch-aa Log message: upgrade to libnet 1.0.1b CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 18:50:39 Modified files: net/nemesis : Makefile net/nemesis/files: md5 net/nemesis/pkg: DESCR PLIST Added files: net/nemesis/patches: patch-Makefile_in Removed files: net/nemesis/patches: patch-aa Log message: upgrade to nemesis 1.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 19:43:19 Modified files: x11/qt2/pkg : PFRAG.shared Log message: fix @exec and remove @unexec CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 19:51:40 Modified files: net/nemesis : Makefile Log message: remove unnecessary CONFIGURE_ARGS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 20:20:53 Added files: graphics/png/patches: patch-scripts_makefile_std Removed files: graphics/png/patches: patch-aa Log message: use --mode option with libtool CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 20:45:33 Added files: graphics/gd/patches: patch-Makefile patch-gd_c patch-gdcache_h Removed files: graphics/gd/patches: patch-aa patch-ab patch-ac Log message: - use --mode option with libtool - use better names for the patches CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 21:56:59 Modified files: archivers/bzip2: Makefile archivers/bzip2/files: md5 archivers/bzip2/pkg: DESCR PFRAG.shared PLIST Added files: archivers/bzip2/patches: patch-Makefile Removed files: archivers/bzip2/patches: patch-aa Log message: upgrade to bzip2 1.0.1 - add HOMEPAGE - switch to libtool for shared library creation - use better filename for patch CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/24 22:53:10 Modified files: databases/mysql: Makefile databases/mysql/pkg: DESCR PLIST Added files: databases/mysql/pkg: PFRAG.shared Removed files: databases/mysql/pkg: PLIST.noshared Log message: - add HOMEPAGE - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 01:22:46 Modified files: devel/autoconf : Makefile devel/autoconf/pkg: DESCR PLIST Log message: - remove FAKE=Yes - add HOMEPAGE - HAS_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 01:31:12 Modified files: devel/automake : Makefile devel/automake/pkg: DESCR PLIST Log message: - add HOMEPAGE - remove FAKE=Yes - remove useless post-install target - GNU_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 01:32:43 Modified files: graphics/gimp : Makefile graphics/gimp/pkg: DESCR Log message: add HOMEPAGE CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2000/06/25 02:39:04 Modified files: . : errata.html Log message: Add dhclient bug fix CVSROOT: /cvs Module name: src Changes by: dugsong@cvs.openbsd.org 2000/06/25 02:39:59 Modified files: usr.sbin/dhcp/dhclient: dhclient.c Log message: pass variables to dhclient-script via a constructed environment, instead of a temporary shell script CVSROOT: /cvs Module name: src Changes by: dugsong@cvs.openbsd.org 2000/06/25 02:41:13 Modified files: usr.sbin/dhcp/dhclient/scripts: dhclient-script Log message: safe shell quoting CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2000/06/25 02:41:38 Modified files: . : errata.html Log message: typo. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/25 02:50:23 Modified files: sys/conf : files Log message: vnd needs blowfish. Ok provos@ CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/25 07:46:07 Modified files: share/man/man9 : malloc.9 Log message: comma splice CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/25 07:52:30 Modified files: lib/libc/stdio : printf.3 Log message: correct return values CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/25 09:35:44 Modified files: usr.bin/fmt : fmt.1 fmt.c Log message: allow 'fmt -w width' and 'fmt -width'. ok millert@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/06/25 09:59:58 Modified files: . : events.html Log message: Added Linux Tag 2000 event as we'll be having 2.7 CDs and stitchwork shirts + Naddy gives a talk. Moved OpenBSD Crypto 2000 and Usenix Technical 2000 to bottom of page as they are history, changed verb to reflect past. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2000/06/25 10:04:03 Modified files: etc : Makefile Log message: increase flexibility of distribution-etc-root-var: - NOMAKEDEV to optionally skip making devices - allow building aliases.db under /var/tmp will come in handy with mergemaster; ok millert@ CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/25 10:18:16 Modified files: . : events.html Log message: Say more about Usenix 2000. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/25 11:15:51 Modified files: sys/netinet6 : in6.h Log message: Fix typo; ds@ds.primasoft.bg CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/06/25 12:07:46 Modified files: . : events.html Added files: papers : bridgepaper.ps Log message: add the bridge paper CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/25 12:31:55 Modified files: usr.sbin/dhcp/dhclient: Tag: OPENBSD_2_7 dhclient.c usr.sbin/dhcp/dhclient/scripts: Tag: OPENBSD_2_7 dhclient-script Log message: Pull in patch from current: Errata: A serious bug in dhclient(8) could allow strings from a malicious dhcp server to be executed in the shell as root. Fix (dugsong): dhclient.c: pass variables to dhclient-script via a constructed environment, instead of a temporary shell script dhclient-script: safe shell quoting CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/25 12:45:19 Modified files: sys/kern : subr_prf.c Log message: disable automatic crashdump when swap encryption is on CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/25 12:58:43 Modified files: lib/libc/gen : sysctl.3 Log message: explain about crash dumps and swap encryption CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/25 14:17:58 Modified files: usr.bin/ssh : channels.c Log message: correct check for bad channel ids; from Wei Dai CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/25 14:31:09 Modified files: usr.bin/make : Makefile Log message: Cater to people who don't run make depend better. Also forgot a few CLEANFILES. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 14:38:31 Modified files: devel/libslang : Makefile devel/libslang/pkg: DESCR Log message: - add HOMEPAGE - make -> ${MAKE} CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:20:25 Modified files: graphics/gimp : Makefile Log message: change dependency, png.1.6 -> png.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:21:05 Modified files: graphics/imlib : Makefile Log message: change dependency, png.1.6 -> png.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:22:25 Modified files: graphics/ImageMagick: Makefile Log message: change dependencies, png.1.6 -> png.1 and bz2.10.1 -> bz2.10 CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 2000/06/25 16:23:40 Modified files: print/teTeX/base: Makefile Log message: png dependency fix; pointed out by jabley@automagic.org CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:26:27 Modified files: graphics/gd : Makefile Log message: change dependency, png.1.6 -> png.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:30:08 Modified files: graphics/gif2png: Makefile graphics/netpbm: Makefile graphics/xpaint: Makefile Log message: change dependency, png.1.6 -> png.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:40:16 Modified files: print/ghostscript/aladdin: Makefile print/ghostscript/gnu: Makefile Log message: change dependency, png.1.6 -> png.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/25 16:50:19 Modified files: editors/xemacs20: Makefile editors/abiword: Makefile x11/aterm : Makefile x11/kde/libs : Makefile x11/windowmaker: Makefile Log message: change dependency, png.1.6 -> png.1 CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2000/06/25 18:25:47 Modified files: . : press.html Log message: turn this into valid(ated) HTML; ok wvdputte@, jufi@ When adding new entries, please check the existing ones for proper syntax. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/25 19:37:33 Modified files: chinese/c2t : Makefile chinese/c2t/pkg: PLIST Log message: - Remove FAKE=Yes - Add @comment to PLIST - Bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/25 19:43:39 Modified files: chinese/cless : Makefile chinese/cless/pkg: PLIST Log message: - Bump NEED_VERSION - HAS_CONFIGURE -> CONFIGURE_STYLE - Add @comment to package list - Remove FAKE=Yes CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/25 19:59:21 Modified files: chinese/lunar : Makefile chinese/lunar/pkg: PLIST Log message: - Bump NEED_VERSION - Update MASTER_SITES - Remove FAKE=Yes - Add @comment to PLIST CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/25 20:43:31 Modified files: usr.bin/mktemp : mktemp.1 Log message: use basename(1) in examples CVSROOT: /cvs Module name: ports Changes by: jason@cvs.openbsd.org 2000/06/25 21:35:19 Modified files: misc/magicpoint/files: md5 misc/magicpoint/pkg: PLIST Log message: update to 1.07a CVSROOT: /cvs Module name: ports Changes by: jason@cvs.openbsd.org 2000/06/25 21:35:39 Modified files: misc/magicpoint: Makefile Log message: I -said- update to 1.07a CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/25 21:46:21 Log message: Initial import of cook version 2.15. cook likes make, but more powerful and clean. Submitted by: Gregory Steuck Status: Vendor Tag: kevlo Release Tags: kevlo_2000-Jun-26 N ports/devel/cook/Makefile N ports/devel/cook/files/md5 N ports/devel/cook/pkg/COMMENT N ports/devel/cook/pkg/DESCR N ports/devel/cook/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/25 21:47:13 Modified files: devel : Makefile Log message: Add cook CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/26 00:14:49 Modified files: sys/dev/pcmcia : pcmciadevs Log message: Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/26 00:15:11 Modified files: sys/dev/pcmcia : pcmciadevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/26 00:22:00 Modified files: sys/dev/pcmcia : if_ne_pcmcia.c Log message: Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken by the last commit for AX88190 support. There are at least three variants of ne's that have manufacturer id 0x143 (Linksys) + product id 0xc1ab. Each one has its enaddr in a different place. The matching code for PCMCIA NE2000 is really gross. In particular, the flags field in ne2000_devs (for NE2000DVF_DL10019 and NE2000_AX88190) is a complete hack. The driver should really try each method of reading the Ethernet address (from the ROM, DL10019, and AX88190) and choose the one that generates the correct checksum. I plan to fix this later... CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 02:43:50 Modified files: net/ntop : Makefile net/ntop/pkg : DESCR PLIST Log message: - add HOMEPAGE - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 02:45:22 Modified files: net/zebra/pkg : PLIST Log message: $NetBSD$ -> $OpenBSD$ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 02:51:42 Modified files: net/zebra : Makefile net/zebra/pkg : DESCR Log message: - add HOMEPAGE - remove license type - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - override SYSCONFDIR variable instead of unnecessarily using CONFIGURE_ARGS CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/26 03:22:29 Modified files: usr.bin/ssh : authfd.c Log message: cleanup, less cut&paste CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2000/06/26 05:24:08 Modified files: . : press.html Log message: back out previous change; requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/26 06:15:55 Modified files: sys/lib/libkern/arch/alpha: Makefile.inc Log message: alpha was missing memset CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/26 06:57:27 Modified files: share/termtypes: termtypes.master Log message: Update to ncurses 2000/6/10 version: * add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig) * correct spelling error in entry name: bq300-rv was given as bg300-rv in esr's version. * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD * correct color definition for ibm3164, make minor changes to other IBM terminal definitions based on recent terminfo descriptions -TD * add mgterm, from NetBSD -TD * add alias sun-cgsix for sun-ss5 as per NetBSD * change cons25w to use rs2 for reset rather than rs1 -TD * add rc/sc to aixterm based on manpage -TD * remove ncv from xterm-16color, xterm-256 color * add kmous capability to linux to use Joerg Schoen's gpm patch. CVSROOT: /cvs Module name: ports Changes by: pjanzen@cvs.openbsd.org 2000/06/26 09:09:25 Modified files: astro/xearth : Makefile astro/xearth/files: md5 astro/xearth/pkg: DESCR Log message: xearth 1.1 - new position specifier (moon) - new rotation specifier (galactic) - cylindrical projections (-proj cyl) - support for "real" 24-bit displays - support for running xearth it its own top-level window (-noroot, -geometry) Change maintainer to me. CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/26 09:30:35 Modified files: textproc/ispell/pkg: INSTALL Log message: typo. CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/26 09:40:32 Modified files: x11/rxvt : Makefile Log message: Remove FAKE=Yes Add HOMEPAGE Use CONFIGURE_STYLE CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/26 10:12:57 Modified files: . : events.html Log message: flesh it out CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/26 10:15:55 Modified files: . : security.html Log message: link to dhclient CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 10:21:28 Modified files: sys/compat/linux: linux_misc.c Log message: Use new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 10:22:11 Modified files: sys/compat/hpux: hpux_compat.c Log message: use new timeouts CVSROOT: /cvs Module name: X11 Changes by: marc@cvs.openbsd.org 2000/06/26 11:31:32 Modified files: xc/programs/ssh-askpass: ssh-askpass.man Log message: Add Nd subject description; OK matthieu@ CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/26 11:51:17 Modified files: sys/dev/pci : pciide.c pciide_cmd_reg.h Log message: from NetBSD support CMD 648/649 UDMA66 controllers fix promise UDMA66 cable check CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/26 12:09:12 Modified files: sys/dev/pci : pciide.c Log message: interface can be faked for cmd chips CVSROOT: /cvs Module name: src Changes by: chris@cvs.openbsd.org 2000/06/26 12:28:25 Modified files: share/man/man4 : pciide.4 Log message: Document OPTi and CMD support CVSROOT: /cvs Module name: www Changes by: chris@cvs.openbsd.org 2000/06/26 12:31:36 Modified files: . : i386.html Log message: Update pciide support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/26 12:56:51 Modified files: lib/libc/gen : sysctl.3 Log message: various additions and cleanups written in denver airport CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/26 13:00:26 Modified files: sys/dev : vnd.c Log message: let svnd deal with sparse files, okay art@ deraadt@ CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/26 13:26:48 Modified files: lib/libc/gen : sysctl.3 Log message: talk about legacy data and swap encryption as suggested by theo CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/26 13:32:18 Log message: uvscan port; from NetBSD Status: Vendor Tag: jakob Release Tags: jakob_2000-06-26 N ports/security/uvscan/Makefile N ports/security/uvscan/files/md5 N ports/security/uvscan/files/uvscan.sh N ports/security/uvscan/pkg/PLIST N ports/security/uvscan/pkg/DESCR N ports/security/uvscan/pkg/COMMENT No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/26 13:33:00 Log message: uvscan DAT file port; from NetBSD Status: Vendor Tag: jakob Release Tags: jakob_2000-06-26 N ports/security/uvscan_dat/Makefile N ports/security/uvscan_dat/files/md5 N ports/security/uvscan_dat/pkg/COMMENT N ports/security/uvscan_dat/pkg/DESCR N ports/security/uvscan_dat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 2000/06/26 13:33:55 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/26 13:36:00 Modified files: security/cyrus-sasl: Makefile Log message: - CONFIGURE_STYLE - remove FAKE CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 13:52:53 Modified files: mail/abook : Makefile mail/abook/pkg : DESCR Added files: mail/abook/patches: patch-configure Removed files: mail/abook/patches: patch-configure.in Log message: - patch configure directly since this patch is specific to OpenBSD and most likely will not get integrated back in ... removes unnecessary dependency on autoconf. - remove unnecessary CONFIGURE_ARGS - add HOMEPAGE to DESCR CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 14:05:19 Modified files: mail/adcomplain: Makefile mail/adcomplain/pkg: DESCR PLIST Added files: mail/adcomplain/patches: patch-adcomplain_pl Removed files: mail/adcomplain/patches: patch-aa Log message: - replace do-extract target with proper use of EXTRACT_ variables - change lots of whitespace to tabs - add HOMEPAGE - remove license type - add @comment with RCS id to PLIST - use better filename for patch and change it to a unified diff CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/26 14:44:44 Modified files: de : 26.html 27.html alpha.html amiga.html anoncvs.html errata.html i386.html index.html press.html products.html security.html support.html tshirts.html y2k.html Log message: Catching up and converting some german 'Umlaute' to proper HTML. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2000/06/26 15:59:19 Modified files: usr.bin/ssh : servconf.c servconf.h session.c sshd.8 sshd.c Log message: MaxStartups: limit number of unauthenticated connections, work by theo and me CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 16:03:48 Modified files: mail/asmail : Makefile mail/asmail/files: md5 mail/asmail/pkg: DESCR PLIST Added files: mail/asmail/patches: patch-autoconf_Makefile.common.in patch-autoconf_Makefile.defines.in patch-sample.asmailrc Removed files: mail/asmail/patches: patch-aa Log message: upgrade to asmail 0.56 CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/06/26 16:20:40 Modified files: russian/xcyrillic: Makefile russian/xcyrillic/files: md5 russian/xcyrillic/pkg: PLIST Log message: upgrade to 2.0 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:43:22 Modified files: sys/dev : midi.c midivar.h Log message: Convert to new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:43:45 Modified files: sys/dev : sequencer.c sequencervar.h Log message: Convert to new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:45:09 Modified files: sys/netinet : tcp_var.h tcp_subr.c Log message: Make the definition of tcpstat in tcp_var.h extern. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:45:53 Modified files: sys/arch/i386/i386: trap.c Log message: Make the check for !usermode in syscal a DIAGNOSTIC. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:48:15 Modified files: sys/nfs : nfs_socket.c nfs_subs.c Log message: Convert nfs_timer to new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:50:04 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Instead of using an ugly hack with timeouts to wake up the process waiting for resources, use the built-in facilities in tsleep. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 16:51:01 Modified files: sys/net : if_strip.c if_stripvar.h Log message: New timeouts. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/26 17:04:51 Modified files: audio/mpg123/patches: patch-ad Log message: Don't segfault if TERM is not defined... CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/26 17:16:38 Modified files: sys/net : if_bridge.c Log message: timeout is in seconds, not ticks. CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/06/26 17:18:40 Modified files: usr.bin/mail : mail.1 Log message: fix pasto; noted by art CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 17:42:39 Modified files: x11/afterstep : Makefile Log message: - remove license type - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - fix typo with one of the CONFIGURE_ARGS options; pointed out by Joshua Krage CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/26 17:44:00 Modified files: x11/afterstep : Makefile x11/afterstep/pkg: DESCR PLIST Log message: - add HOMEPAGE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/26 18:19:17 Modified files: usr.bin/ftp : ftp.c Log message: initialize result. this fixes the recent problem that makes ftp coredump if epsv4 is disabled. problem reported by price@netdoor.com on misc. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/26 19:58:38 ports/devel/cook/patches Update of /cvs/ports/devel/cook/patches In directory cvs.openbsd.org:/cvs.n/hack/kevlo/ports/devel/cook/patches Log Message: Directory /cvs/ports/devel/cook/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/26 20:06:28 Modified files: devel/cook : Makefile devel/cook/pkg : PLIST Added files: devel/cook/patches: patch-aa Log message: Move the mo files to ${PREFIX}/share/locale, not ${PREFIX}/lib. Thanks naddy@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/26 20:23:32 Modified files: chinese/xcin : Makefile Log message: Oops, this file is empty, so re-upload it. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/26 20:42:37 Modified files: chinese/xcin/patches: patch-ad Log message: Forgot to add $(DESTDIR) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/26 20:45:35 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/26 23:59:50 Modified files: devel/cook : Makefile Log message: Add HOMEPAGE. Submitted by the maintainer. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/27 00:14:48 Modified files: devel/cook : Makefile devel/cook/pkg : DESCR Log message: - cleanup Makefile a bit - add HOMEPAGE to DESCR CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/27 00:17:22 Modified files: sysutils/apc-upsd: Makefile Log message: - Remove PKGNAME - Remove FAKE=Yes - Bump NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/27 00:36:11 Modified files: net/ucd-snmp : Makefile Log message: correct CONFIGURE_STYLE; reported by Dan Harnett CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/27 02:16:17 Modified files: sysutils/upsd : Makefile Added files: sysutils/upsd/patches: patch-ab Removed files: sysutils/upsd/files: upsd.conf Log message: Fix the Makefile and add the patches for /dev/cuaa0 to /dev/cua00 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/27 07:44:38 Modified files: security/dante : Makefile security/dante/files: md5 Log message: upgrade to v1.1.2 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/27 10:40:51 Modified files: . : orders.html Added files: images : poster3-s.gif poster3.jpg Log message: 2.7 poster CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/27 12:11:49 Modified files: usr.bin/vmstat : vmstat.c Log message: Tyop CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/27 12:13:23 Modified files: sys/kern : kern_synch.c Log message: Slight optimization of wakeup. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/27 12:40:55 Modified files: security/uvscan_dat: Makefile security/uvscan_dat/files: md5 security/uvscan_dat/pkg: PLIST Added files: security/uvscan_dat/files: uvscan_update Log message: update to dat-4083 add script to simplify dat-file upgrade (from NetBSD + rewritten) CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/27 13:53:55 Modified files: lib/libc_r/include: sched.h Log message: forward declaration of struct timespec to avoid warning CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/06/27 14:06:19 Modified files: etc/afs : CellServDB Log message: change IP for citi.umich.edu; from rees@umich.edu CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/27 14:09:43 Modified files: sys/dev/pci : if_ste.c Log message: Make this driver work. When I ported it from FreeBSD, somehow a line got left out. :-( It was never noticed until now since I didn't have an actual D-Link 550TX card to test with. Thanks to Gardner Cohen for sending me one of these. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/27 14:18:53 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/27 14:35:11 Modified files: de : orders.html Log message: Simply updating, i.e. 2.7 poster added. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/27 14:49:31 Modified files: sys/dev/ic : ac97.c ac97.h Log message: Move ac97 register defines into ac97.h CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/27 15:28:38 Modified files: etc/afs : CellServDB Log message: nab latest CellServDB from arla; made sure all our local changes are in it per art's recommendation. Now we are uptodate :-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/27 16:14:29 Modified files: lang/egcs/snapshot: Makefile lang/egcs/snapshot/files: md5 lang/egcs/snapshot/files/include: stdarg.h varargs.h lang/egcs/snapshot/files/include/machine: ansi.h lang/egcs/snapshot/patches: patch-core-name-transform patch-core-rs6000 patch-g77-name-transform Added files: lang/egcs/snapshot/patches: patch-core-dwarf-fuckup lang/egcs/snapshot/pkg: PLIST PLIST-c++ PLIST-chill PLIST-g77 PLIST-java PLIST-objc Removed files: lang/egcs/snapshot/patches: patch-core-dynlib-ctors lang/egcs/snapshot/pkg: PLIST.sed PLIST.sed-c++ PLIST.sed-chill PLIST.sed-g77 PLIST.sed-java PLIST.sed-objc Log message: Bump to 2000-06-26 snapshot, and catch up on backlogged patches. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/27 16:36:20 Modified files: net/icb : Makefile net/icb/pkg : PLIST Log message: remove FAKE=yes and add comment to package list. bump NEED_VERSION. indent. CVSROOT: /cvs Module name: X11 Changes by: krw@cvs.openbsd.org 2000/06/27 16:38:38 Modified files: xc/programs/ssh-askpass: ssh-askpass.man Log message: more thoroughly mdoc'ify page, fix FILE reference, some appearance tidying CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/27 17:22:04 Modified files: mail/fetchmail : Makefile Log message: Use flavors. bump NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/27 18:11:32 Log message: The egcs snapshot needs a recent dejagnu snapshot to run its testsuite. Provided as a separate subport, as updating devel/dejagnu is probably not wise at this stage. Status: Vendor Tag: FSF Release Tags: espie N ports/lang/egcs/dejagnu/Makefile N ports/lang/egcs/dejagnu/files/md5 N ports/lang/egcs/dejagnu/patches/patch-ac N ports/lang/egcs/dejagnu/pkg/COMMENT N ports/lang/egcs/dejagnu/pkg/DESCR N ports/lang/egcs/dejagnu/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/27 18:14:45 Modified files: lang/egcs : Makefile lang/egcs/snapshot: Makefile Log message: Use the right dejagnu CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/27 18:18:13 Modified files: sys/dev/pci : Tag: OPENBSD_2_7 if_ste.c Log message: Pull in patch from current: Fix (aaron): Make this driver work. When I ported it from FreeBSD, somehow a line got left out. :-( It was never noticed until now since I didn't have an actual D-Link 550TX card to test with. Thanks to Gardner Cohen for sending me one of these. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/27 18:44:05 Modified files: devel/gettext : Makefile Log message: remove FAKE=yes and use CONFIGURE_STYLE. bump NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/27 19:00:10 Modified files: x11/blackbox : Makefile Log message: remove deprecated 'if defined' statements since NEED_VERSION is there. bump NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2000/06/27 19:19:06 Modified files: lang/egcs/dejagnu: Makefile Log message: Correct MASTER_SITES typo, bad espie CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/27 19:35:57 Modified files: databases/p5-DBI: Makefile databases/p5-DBI/files: md5 databases/p5-DBI/pkg: PLIST.sed Log message: Upgrade to version 1.14 and add @comment to package list. Features: - Password parameter now shown as **** in trace output. - Added two fields to type_info and type_info_all. - Added $dsn to PrintError/RaiseError message from DBI->connect(). - Added further DBD::ADO enhancements CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/27 19:48:23 Modified files: graphics/tiff : Makefile graphics/tiff/pkg: DESCR Log message: add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/27 20:15:56 Modified files: graphics/gimp : Makefile graphics/gimp/files: md5 graphics/gimp/patches: patch-aa patch-ab patch-ad patch-ah patch-aj graphics/gimp/pkg: PLIST Removed files: graphics/gimp/patches: patch-ae Log message: upgrade to Gimp 1.1.24 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/27 22:07:46 Modified files: share/man/man9 : timeout.9 Log message: While I'm reading this, complete the NAME section and fix a typo. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/27 22:56:44 Modified files: lib/csu/powerpc: Makefile crt0.s Log message: Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin. also scrt does not support c++ ctors/dtors thus does not require crtbegin.o/crtend.o which it normally does. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/27 23:03:46 Modified files: distrib/sets/lists/comp: md.powerpc Log message: Add scrt0.o which was just added to the powerpc port. (should this file be mi?) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/28 00:43:43 Modified files: games/xboard : Makefile games/xboard/pkg: PLIST Log message: remove LICENSE, rearrage entries, and indent. use CONFIGURE_STYLE and bump NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/28 00:48:09 Modified files: games/cgoban : Makefile Log message: remove LICENSE_TYPE, rearrange entries. bump NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/28 01:08:32 Modified files: www/squid : Makefile www/squid/files: md5 www/squid/patches: patch-aa patch-ab patch-ae patch-af patch-ag patch-ah patch-ai www/squid/pkg : DEINSTALL DESCR INSTALL MESSAGE PLIST Added files: www/squid/patches: patch-aj Log message: upgrade to Squid 2.3.STABLE3 - NOTE: you can now override the dir used for cache/logs by using the variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it will be substituted into the INSTALL/DEINSTALL scripts. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/06/28 03:35:19 Modified files: usr.sbin/ppp/ppp: ether.c Log message: kldload ng_ether if we need to under FreeBSD. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/28 03:54:10 Modified files: graphics/ImageMagick/files: md5 Log message: Update the checksum. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/28 04:01:28 Modified files: usr.bin/m4 : gnum4.c Log message: Fix stupid bug in argument handling. Problem found by fries@ Jason, that's a candidate for stable... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/28 04:12:49 Modified files: usr.bin/make/ohash: hash_do.c hash_entries.c hash_enum.c hash_init.c hash_lookup_interval.c hash_lookup_memory.c hash_lookup_string.c hash_qlookup.c hash_qlookupi.c ohash.h Added files: usr.bin/make/ohash: ohash.3 Log message: unsigned -> unsigned int (implicit int is deprecated) hv is a u_int32_t. Add __BEGIN_DECLS/__END_DECLS Remove unused macro (hash_to_info). Add documentation for the hash functions. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 05:38:08 Modified files: . : INDEX Log message: synch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 05:42:55 Added files: archivers/p5-Compress-Zlib/pkg: PLIST Removed files: archivers/p5-Compress-Zlib/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 05:49:14 Modified files: x11/kde/games : Makefile x11/kde/games/files: md5 x11/kde/support: Makefile x11/kde/support/files: md5 Log message: Move games and support distfiles to kde/ subdir CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 05:53:47 Modified files: converters/p5-MIME-Base64: Makefile converters/p5-DateManip: Makefile Added files: converters/p5-MIME-Base64/pkg: PLIST converters/p5-DateManip/pkg: PLIST Removed files: converters/p5-MIME-Base64/pkg: PLIST.sed converters/p5-DateManip/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 06:08:36 Modified files: databases/p5-DBD-Pg: Makefile Added files: databases/p5-DBD-Pg/pkg: PLIST Removed files: databases/p5-DBD-Pg/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:18:47 Modified files: databases/postgresql: Makefile databases/p5-AsciiDB-TagFile: Makefile Added files: databases/p5-DBI/pkg: PLIST databases/postgresql/pkg: PLIST databases/p5-AsciiDB-TagFile/pkg: PLIST Removed files: databases/p5-DBI/pkg: PLIST.sed databases/postgresql/pkg: PLIST.sed databases/p5-AsciiDB-TagFile/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:20:54 Modified files: editors/xemacs20: Makefile Added files: editors/xemacs20/pkg: PLIST Removed files: editors/xemacs20/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:28:48 Modified files: games/slash : Makefile Added files: games/slash/pkg: PLIST Removed files: games/slash/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:31:30 Modified files: japanese/kakasi: Makefile Added files: japanese/kakasi/pkg: PLIST Removed files: japanese/kakasi/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:51:25 Modified files: lang/python : Makefile lang/python/pkg: PFRAG.mm PFRAG.mpz PFRAG.shared PFRAG.tk PLIST-tools lang/ruby : Makefile Added files: lang/python/pkg: PLIST lang/ruby/pkg : PLIST Removed files: lang/python/pkg: PLIST.sed lang/ruby/pkg : PLIST.sed Log message: Kill PLIST.sed Add @comment Simplify ruby build, now that bsd.port.mk has proper support for variable substitutions. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:55:04 Modified files: mail/p5-Mail-POP3Client: Makefile mail/p5-Mail-Tools: Makefile Added files: mail/p5-Mail-POP3Client/pkg: PLIST mail/p5-Mail-Tools/pkg: PLIST Removed files: mail/p5-Mail-POP3Client/pkg: PLIST.sed mail/p5-Mail-Tools/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 07:58:51 Modified files: net/p5-libnet : Makefile Added files: net/rrdtool/pkg: PLIST net/p5-libnet/pkg: PLIST Removed files: net/rrdtool/pkg: PLIST.sed net/p5-libnet/pkg: PLIST.sed Log message: Kill PLIST.sed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/28 09:06:26 Modified files: infrastructure/mk: bsd.port.mk Log message: Remove kludge for PLIST.sed All PLIST are substituted, and all PLIST.sed have been removed from the tree. CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/28 09:32:40 Modified files: gnu/usr.bin/ld : shlib.c gnu/usr.bin/ld/ldconfig: ldconfig.8 ldconfig.c Log message: Improve remove_search_dir(), avoid memory leak. Add support for -U option: Unconfigure directories specified on the command line or remove inaccessible directories from search path if no directories spec- ified. This option cannot be used with -m. - this option helps to correctly pkg_delete packages like postgresql, mysql (with shared libs in package's own directory). ok espie@ CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2000/06/28 10:41:27 Modified files: gnu/libexec/ld.so/ldconfig: ldconfig.c Log message: -U option. Does nothing, just for compatibility with aout ldconfig. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/28 10:51:25 Modified files: usr.bin/m4 : Tag: OPENBSD_2_7 gnum4.c Log message: Pull in patch from current: Fix (espie): Fix stupid bug in argument handling. Problem found by fries@ Jason, that's a candidate for stable... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 10:55:15 Modified files: bin/kill : kill.1 Log message: document signal 0 CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/28 11:11:58 Modified files: . : plus.html Log message: - OpenBSD 2.7 is released. - Some missing . - Other misc cleanup. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/28 11:13:53 Modified files: mail/fetchmail : Makefile mail/fetchmail/files: md5 Log message: Update to release 5.4.2. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/28 11:22:53 Modified files: graphics/png : Makefile Log message: - remove unnecessary -L. from LDFLAGS CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 11:38:25 Modified files: sys/dev/pcmcia : pcmcia.c Log message: Don't call the drivers' xxx_activate() function directly -- use the system config_activate() and config_deactivate() routines instead. This way, the DVF_ACTIVE bit gets updated appropriately. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/28 11:42:05 Modified files: sys/dev/ic : Tag: OPENBSD_2_7 xl.c Log message: Pull in patch from current: Fix (itojun): xl_setmulti_hash() does not work right. tested at usenix2000 term room. affects 905B only. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/28 11:42:06 Modified files: sbin/fsck_msdos: fat.c Log message: prevent endless looping on looping fat chains CVSROOT: /cvs Module name: src Changes by: dugsong@cvs.openbsd.org 2000/06/28 11:45:25 Modified files: lib/libedit : el.c Log message: restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/28 11:46:40 Modified files: usr.sbin/dhcp/common: Tag: OPENBSD_2_7 memory.c Log message: Pull in patch from current: Fix (beck): fix dhcpd to not abandon addresses forever when they are pinged before use which creates a nice denial of service when people use static addresses in the dhcp range. - instead abandon the address only for the default lease time so that it may be re-used afterwards. Tested and committed with aaron and jason while drinking beer and wearing balloons on my head in the bar at the USENIX party. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 11:48:10 Modified files: sys/dev/ic : i82365.c i82365var.h sys/dev/isa : i82365_isa.c Log message: Make suspend -> eject card -> resume work. On suspend, the apm code calls each function in its powerhook list. This list contains pointers to functions that are to be executed on PWR_SUSPEND and PWR_RESUME. One of these functions is pcmcia_power() which calls xxx_activate() for each PC Card that is connected with the action DVACT_ACTIVATE (where xxx is the name of the driver for the PC Card). On resume, the same thing happens, except the action is DVACT_ACTIVATE. Clearly, if a card is gone when we resume, trying to activate it is a bad idea. This commit adds a pcic_power() function that runs before pcmcia_power(). On resume, it uses pcic_intr_socket() to detect any events that occurred while we were suspended. (I had to split pcic_event_thread() into a threaded part and a non-threaded part, since the thread will not run when we are in interrupt context, but I need the events to be processed before pcmcia_power() runs.) So, by the time pcic_power() is through, all events that occurred during suspend have been processed, and pcmcia_power() will not try to activate cards that are not there since they have already been completely and properly detached. Note that event handling for card removals first calls the deactivate functions on the card then the detach functions. When we suspend, apm does the deactivate for us. So on resume, if we detect a card has been removed, we skip the deactivation step and just detach. We use the DVF_ACTIVE bit to determine whether or not deactivation has already occurred. Deactivating a device that has already been deactivated causes a panic. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/28 11:51:28 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/28 12:03:37 Modified files: sys/dev/pcmcia : if_ep_pcmcia.c Log message: Remove pointless variable. It is set to 0, then returned without modification. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/28 12:10:03 Modified files: . : errata.html plus.html security.html Log message: new CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/28 12:12:57 Modified files: lib/libedit : Tag: OPENBSD_2_7 el.c Log message: Pull in patch from current: Errata: libedit would check for a .editrc file in the current directory. That behaviour is not nice; this does not turn into a security problem in any real world situation that we know of, but a patch is available anyways. Fix (dugsong): restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/06/28 12:16:36 Modified files: . : plus.html Log message: dhcpd fix also applied to stable CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/28 12:28:01 Modified files: . : plus.html Log message: Spilling CVSROOT: /cvs Module name: src Changes by: hin@cvs.openbsd.org 2000/06/28 12:32:21 Modified files: kerberosIV/src/appl/kauth: kauthd.c Log message: Fix /usr/libexec/kauthd log formatting bug. Reported by mhpower@mit.edu CVSROOT: /cvs Module name: src Changes by: hin@cvs.openbsd.org 2000/06/28 12:34:32 Modified files: kerberosIV/src/lib/kdb: kdc.h Log message: Fix path to master key file (/etc/kerberosIV/master_key, not /.k) Reported by landy@alumni.caltech.edu CVSROOT: /cvs Module name: src Changes by: hin@cvs.openbsd.org 2000/06/28 12:36:32 Modified files: kerberosIV/src/lib/kdb: krb_db.h Log message: Fix path to KerberosIV database files. Reported by landy@alumni.caltech.edu. If you run a KDC on OpenBSD you need these two last commits to be backwards- compatible with 2.6 and earlier. (Sorry about that). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 12:52:26 Modified files: sys/arch/i386/i386: in_cksum.s Log message: repair panic message; bugfix@163.net CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 12:53:47 Modified files: gnu/usr.bin/lynx: Makefile.bsd-wrapper Log message: integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 12:55:08 Modified files: usr.sbin/sesd : Makefile.inc Log message: correct COPTS whacking code; wd@ics.nara-wu.ac.jp CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/28 13:01:17 Modified files: share/man/man4 : vnd.4 Log message: Remove outdated comment about having to change kernel config to be able to swap to vnds. This was fixed in 2.6. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/28 13:41:11 Modified files: bin/csh : proc.c Log message: Use strtol(), not atoi() when converting a decimal string to an integer. That way we can catch typos when people say 'kill -HUP 65Q' and not send the signal to process 65. Theo and myself. CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/06/28 14:20:15 Modified files: sys/arch/sparc/conf: files.sparc Log message: make the kbd have a kbd.h file (needs-flag) CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/06/28 14:22:15 Modified files: sys/arch/sparc/dev: cons.c zs.c sys/arch/sparc/sparc: conf.c Log message: look in kbd.h to see whether we have configured a keyboard CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/28 14:36:37 Modified files: bin/ksh : misc.c Log message: use strtol() in getn(); millert@ and me CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/28 16:28:20 Modified files: mail/mutt : Makefile Log message: remove extra :. remove FAKE=yes and use CONFIGURE_STYLE. bump NEED_VERSION. still waiting turan@ reply for update. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/28 16:31:51 Modified files: games/gnugo : Makefile Log message: remove LICENSE_TYPE. rearrange entries. change the maintainer to myself. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/28 16:33:50 Modified files: games/xmahjongg: Makefile Log message: add x11 to CATEGORIES. bump NEED_VERSION. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/28 17:16:44 Modified files: share/man/man4/man4.i386: apm.4 Log message: Add some missing words and some other fixes. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/28 17:33:25 Modified files: sbin/swapctl : swapctl.8 Log message: Remove information that's NetBSD-specific. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2000/06/28 17:38:58 Modified files: sys/arch/i386/conf: RAMDISKB Log message: enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but still fits on RAMDISKB CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2000/06/28 17:40:26 Modified files: sys/arch/i386/conf: RAMDISK Log message: disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but still fits on RAMDISKB CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/28 17:48:15 Modified files: sys/compat/svr4: svr4_misc.c svr4_fcntl.c syscalls.master Log message: add creat64 and mmap64. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2000/06/28 17:49:31 Modified files: sys/dev/pci : adw_pci.c Log message: sync with NetBSD v1.7 CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/06/28 17:49:46 Modified files: sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:52:37 Modified files: usr.sbin/lpr/lpd: printjob.c Log message: syslog should use %s CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:52:59 Modified files: usr.sbin/mopd/mopd: process.c Log message: creating line ourselves, but just in case, use %s with syslog CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:55:47 Modified files: usr.sbin/rbootd: bpf.c Log message: buf oflow safe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:56:18 Modified files: usr.sbin/rbootd: rbootd.c Log message: BpfGetIntfName() returns syslog fmt args which are safe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:57:36 Modified files: usr.sbin/rwhod : rwhod.c Log message: in quit(), be more careful about possible nasty parameters in the future CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:58:25 Modified files: usr.sbin/ypserv/yppush: yppush_svc.c Log message: make _msgout() use syslog() with a %s, for future safety CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 17:58:48 Modified files: usr.sbin/ypserv/ypserv: ypserv.c Log message: make _msgout() use syslog() with a %s, for future safety CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 18:01:15 Modified files: sbin/isakmpd : log.c Log message: use %s when calling syslog CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 18:02:28 Modified files: sbin/photurisd : errlog.c Log message: use %s with syslog CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2000/06/28 18:04:32 Modified files: sys/dev/ic : adw.c adw.h adwlib.c adwlib.h adwmcode.c adwmcode.h Log message: Sync adw files with (almost) latest NetBSD versions: adw.c synched with v1.23 (from v1.14) adw.h v1.9 ( v1.5 ) adwlib.c v1.17 ( v1.7 ) adwlib.h v1.13 ( v1.7 ) adwmcode.c v1.5 ( v1.2 ) adwmcode.h v1.5 ( v1.2 ) microcode for cards is updated to latest version, loss of carrier problems are solved in a more robust manner than before, lots of code cleanup. first support for upcoming U3W cards added, as a result of which the driver is now too large for RAMDISK and has been moved to RAMDISKB. Most of the work done by dante@ NetBSD. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 18:12:28 Modified files: usr.sbin/afs/src/util: log.c Log message: use %s with syslog CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 18:21:52 Modified files: usr.sbin/faithd: faithd.c Log message: use %s with syslog, at least crashable from command line CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/28 18:23:13 Modified files: usr.bin/sup/src: log.c Log message: use %s with syslog CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 18:25:42 Modified files: usr.sbin/dhcp/common: errwarn.c Log message: use %s with syslog; millert wrote an identical patch CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/28 18:30:39 Modified files: usr.sbin/rpc.lockd: procs.c Log message: use %s with syslog, probably just paranoia but it is good form CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/28 18:41:14 Modified files: kerberosIV/src/appl/sample: sample_server.c Log message: use %s with syslog, probably just paranoia but it is good form CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 18:57:02 Modified files: lib/libc/sys : stat.2 Log message: Repairs, some from NetBSD PR/10472. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/28 19:52:49 Modified files: usr.sbin/named/named: ns_stats.c Log message: repair careless syslogging inside XSTATS CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/28 19:58:19 Modified files: textproc/rman : Makefile textproc/rman/files: md5 textproc/rman/patches: patch-aa Log message: - Upgrade to version 3.0.9 - Update the MASTER_SITES and add HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/28 20:20:39 Modified files: misc/tkman : Makefile misc/tkman/files: md5 misc/tkman/patches: patch-aa misc/tkman/pkg : PLIST Log message: - Upgrade to stable version for 2.1 - Update the MASTER_SITES and add HOMEPAGE to sourceforge.net - Bump NEED_VERSION CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/06/28 20:25:30 Modified files: sys/arch/sun3/sun3: sun3_startup.c Log message: Enable UKC CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 21:15:36 Modified files: sys/dev/pcmcia : if_ray.c Log message: No need to call bpfdetach(), that's done in if_detach(). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 21:22:32 Modified files: sys/dev/ic : elink3.c Log message: Be more detach friendly. In particular, remove the infinite while() loops waiting on S_COMMAND_IN_PROGRESS and replace them with a bounded loop count plus a small delay; from NetBSD. CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/28 21:31:42 Log message: Import BWap - a console napster client. BWap is a console Napster client using curses/ncurses/termcap and pthreads if available. It has powerful scripting features based on BitchX/Epic scripting, support for both Napster and opennap servers, and a full-screen browse/search mode. Status: Vendor Tag: BWap Release Tags: jasoni_20000628 N ports/audio/bwap/Makefile N ports/audio/bwap/files/md5 N ports/audio/bwap/pkg/COMMENT N ports/audio/bwap/pkg/PLIST N ports/audio/bwap/pkg/DESCR N ports/audio/bwap/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 2000/06/28 21:34:08 Modified files: audio : Makefile Log message: Add bwap. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/28 22:11:08 Log message: Initial import of august version 0.6b. August is a html editor designed for the experienced web designer. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-Jun-29 N ports/www/august/Makefile N ports/www/august/patches/patch-aa N ports/www/august/pkg/PLIST N ports/www/august/pkg/COMMENT N ports/www/august/pkg/DESCR N ports/www/august/files/md5 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/28 22:12:18 Modified files: www : Makefile Log message: Add august. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/06/28 23:18:06 Modified files: . : plus.html Log message: Tyops CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 23:29:26 Modified files: libexec/telnetd: telnetd.8 Log message: I felt that telnetd(8) deserves the following BUGS entry: WONT CRYPT. telnetd talks over insecure, unencrypted communications channels. Please use sshd instead. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/28 23:37:09 Modified files: lib/libc/sys : fhopen.2 Log message: When specifying negative values (i.e., -1), the '-' character should be escaped. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/29 00:06:31 Modified files: security/gnupg : Makefile security/gnupg/pkg: DESCR PLIST Log message: - add HOMEPAGE - GNU_CONFIGURE -> CONFIGURE_STYLE - remove license type - mkdir -> ${INSTALL_DATA_DIR} - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/29 00:55:41 Log message: Initial import of AxYftp(formerly known WxFTP) version 0.5.1. AxYftp is a ftp client for X window. Status: Vendor Tag: kevlo Release Tags: kevlo_2000-Jun-29 N ports/net/axyftp/Makefile N ports/net/axyftp/pkg/PLIST N ports/net/axyftp/pkg/COMMENT N ports/net/axyftp/pkg/DESCR N ports/net/axyftp/files/md5 No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dugsong@cvs.openbsd.org 2000/06/29 00:56:13 Modified files: lib/libpcap : grammar.y scanner.l Log message: remove legacy over-general :{B} match for MAC addresses, fixing filters like 'arp[6:2] = 2'. ok angelos@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/29 00:56:24 Modified files: net : Makefile Log message: Add axyftp. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/06/29 01:20:53 Modified files: usr.sbin/named/named: ns_stats.c Log message: oops, a typo got into there CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/29 01:37:39 Modified files: games/wump : wump.6 wump.c Log message: use errx(), tabify, and add -o option for original, old dodecahedron play. (Last feature requested vehemently by Darren Leigh.) CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/29 01:39:46 Modified files: games/phantasia: fight.c gamesupport.c interplayer.c main.c misc.c Log message: use SEEK_SET; improve an error message. CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/29 01:55:43 Modified files: games/larn : Makefile config.c data.c diag.c fortune.c header.h help.c io.c larn.6 main.c scores.c tok.c Log message: Prune some obsolete defines, in particular VT100. Eventually curses will replace termios. Use system-defined limits for path lengths and usernames. Use strlcpy() for convenience and to avoid a possible buffer overflow or two. Various small tweaks. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/29 03:52:42 Modified files: sys/dev/pci : pcidevs Log message: Devices found in a Sony VAIO PCG/XG28 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/06/29 03:57:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/29 07:40:58 Modified files: libexec/telnetd: telnetd.8 Log message: .Nm -> .Xr; from deraadt@ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/29 07:48:31 Modified files: sys/dev/usb : ohci.c usb_port.h Log message: Allow USB to compile with USB_DEBUG defined; binkertn@umich.edu CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/29 08:07:04 Modified files: sys/dev/ic : xl.c Log message: after computing the hash value, inform the card [delete-o from when this was imported]. Also, backout previous. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/29 10:14:00 Modified files: lib/libc/gen : err.3 Log message: Fix a bad example. We don't want to suggest that people pass a string to err that could have % escapes in it. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 10:18:52 Modified files: sys/lib/libkern: memcmp.c Log message: do not use for _STANDALONE, like others CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 10:28:29 Modified files: sys/lib/libkern: Makefile.inc Log message: in order to build bzero from memset KERNDIR has to be exported. i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 10:30:27 Modified files: sys/lib/libkern/arch/hppa: Makefile.inc Log message: fix building bzero out of memset.c; from miod@ (that makefile:kerndir fix was needed to build the kernel ;) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 10:38:21 Modified files: sys/lib/libkern: bcmp.c Log message: do not use for _STANDALONE CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 10:39:47 Modified files: sys/lib/libkern/arch/hppa: Makefile.inc Removed files: sys/lib/libkern/arch/hppa: bcmp.S Log message: bcmp.S bye-bye; use generic bcmp.c version which is as good as this one CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/06/29 12:12:42 Modified files: share/man/man7 : securelevel.7 Log message: escape -1 with \& as per mdoc.samples CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/06/29 12:35:49 Modified files: usr.bin/ssh/scp: Makefile usr.bin/ssh/ssh: Makefile usr.bin/ssh/ssh-add: Makefile usr.bin/ssh/ssh-agent: Makefile usr.bin/ssh/ssh-keygen: Makefile Log message: no longer needed; good riddance for static archs CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/29 13:21:25 Modified files: de : donations.html errata.html security.html Log message: Some updating and some 8-bit cleaning. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/29 15:12:25 Modified files: net/rrdtool : Makefile net/rrdtool/files: md5 net/rrdtool/patches: patch-Makefile_in patch-contrib_Makefile_in patch-contrib_add_ds_Makefile_in patch-contrib_killspike_Makefile_in patch-contrib_log2rrd_Makefile_in patch-contrib_rrd-file-icon_Makefile_in patch-contrib_rrdfetchnames_Makefile_in patch-contrib_rrdlastds_Makefile_in patch-contrib_rrdproc_Makefile_in patch-contrib_trytime_Makefile_in patch-doc_Makefile_in patch-examples_Makefile_in net/rrdtool/pkg: PFRAG.shared PFRAG.tcl PLIST Log message: - update to v1.0.24 - PLIST-handling fixed (from maintainer; Dan Harnett ) CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/06/29 15:20:06 Modified files: net/ucd-snmp : Makefile net/ucd-snmp/pkg: DEINSTALL DESCR INSTALL MESSAGE Added files: net/ucd-snmp/patches: patch-Makefile_in patch-Makefile_top patch-agent_Makefile_in patch-configure patch-local_tkmib patch-mibs_Makefile_in Removed files: net/ucd-snmp/patches: patch-aa patch-ab patch-ac patch-ad Log message: cleanup rename patches to new naming scheme (from maintainer; Dan Harnett ) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/29 16:25:47 Modified files: security/pgp5 : Makefile Log message: remove deprecated 'if defined' statements. bump NEED_VERSION. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/06/29 16:30:21 Modified files: sysutils/lsof : Makefile sysutils/lsof/files: md5 Log message: Update to version 4.50 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/29 17:18:11 Modified files: mail/mutt : Makefile mail/mutt/files: md5 mail/mutt/patches: patch-do_not_automove patch-doc-Makefile.in mail/mutt/pkg : PLIST Log message: update to 1.2.2i. remove deprecated `if defined' statements. bump NEED_VERSION. change a few master sites. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/29 17:33:58 Modified files: games/cgoban : Makefile Log message: add x11 to categories. bump NEED_VERSION. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 19:02:34 Modified files: sys/dev/mii : mii_physubr.c miivar.h Log message: Convert to new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 19:03:41 Modified files: sys/dev/ata : ata_wdc.c sys/dev/atapiscsi: atapiscsi.c sys/dev/ic : wdc.c wdcvar.h Log message: Convert some parts to new timeouts. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 19:04:28 Modified files: sys/dev/pcmcia : if_wi.c if_wireg.h Log message: Convert to use new timeout API. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 19:05:19 Modified files: sys/net : if_pppvar.h ppp_tty.c Log message: Convert to use new timeout API. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 19:06:02 Modified files: sys/nfs : nfs_var.h Log message: Remove redundant declaration of nfs_init. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 19:07:49 Modified files: sys/uvm : uvm_unix.c Log message: Don't cast to int when checking if we have exceeded our rlimit in sbrk. Plus misc cleanup. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/29 19:40:28 Modified files: www/august : Makefile Log message: Oops, forgot to add dependency upon tk. Thanks marc@. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/29 20:10:10 Modified files: devel/gmake : Makefile devel/gmake/pkg: PLIST Log message: remove FAKE=yes and LICENSE_TYPE. use CONFIGURE_STYLE. LICENSE_TYPE. bump NEED_VERSION. add comment to plist. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2000/06/29 20:37:21 Modified files: sys/arch/powerpc/powerpc: locore.S Log message: Problem and fix found on OpenBSD, fix confirmed with NetBSD. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/29 21:28:08 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : cs4280.c cs4280_image.h cs4280reg.h Log message: Driver for the cs4280 Crystal Clear audio found on some laptops. At last my Thinkpad plays german music. CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/29 21:33:52 Log message: bfbtester - brute force binary tester Status: Vendor Tag: dugsong Release Tags: dugsong_2000-Jun-29 N ports/security/bfbtester/Makefile N ports/security/bfbtester/pkg/COMMENT N ports/security/bfbtester/pkg/DESCR N ports/security/bfbtester/pkg/PLIST N ports/security/bfbtester/files/md5 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/29 21:34:41 Modified files: security : Makefile Log message: add bfbtester CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/29 21:40:49 Log message: bk2site - convert Netscape bookmarks into Yahoo-style site Status: Vendor Tag: dugsong Release Tags: dugsong_2000-Jun-29 N ports/www/bk2site/Makefile N ports/www/bk2site/files/md5 N ports/www/bk2site/pkg/PLIST N ports/www/bk2site/pkg/COMMENT N ports/www/bk2site/pkg/DESCR N ports/www/bk2site/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dugsong@cvs.openbsd.org 2000/06/29 21:41:51 Modified files: www : Makefile Log message: add bk2site CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/29 23:06:40 Modified files: x11/kde/base/patches: patch-configure Log message: make the autoconf script look in the relevant /usr/local dirs for the headers/libs. patch from Christian Edward Gruber CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/29 23:07:12 Modified files: x11/kde/base : Makefile x11/kde/base/pkg: DESCR Log message: add HOMEPAGE CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 23:08:06 Modified files: sys/dev/wscons : wsconsio.h Log message: some more display types; from nbsd CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/29 23:26:35 Modified files: share/man/man4 : hifn.4 Log message: Minor fixup: an -> a add missing "just" CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/06/29 23:32:12 Modified files: sys/dev/wscons : wsksymdef.h Log message: .es kbd; from nbsd CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2000/06/29 23:35:11 Modified files: usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_faq.html ssl_faq.wml ssl_intro.html ssl_intro.wml usr.sbin/httpd/src: CHANGES.SSL usr.sbin/httpd/src/modules/ssl: Makefile.win32 README libssl.module libssl.version mod_ssl.c mod_ssl.h ssl_engine_compat.c ssl_engine_config.c ssl_engine_ext.c ssl_engine_init.c ssl_engine_kernel.c ssl_engine_log.c ssl_engine_pphrase.c ssl_engine_scache.c ssl_engine_vars.c ssl_util.c ssl_util_ssl.c ssl_util_ssl.h usr.sbin/httpd/src/support: mkcert.sh Log message: mod_ssl 2.6.4 merge From brad@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/06/29 23:42:55 Modified files: sysutils/mtools: Makefile sysutils/mtools/files: md5 sysutils/mtools/pkg: PLIST Added files: sysutils/mtools/patches: patch-ab Log message: update to release 3.9.7 dist. patch 20000623. bump NEED_VERSION. clean a bit. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/30 00:01:31 Modified files: x11/lesstif : Makefile x11/lesstif/files: md5 Added files: x11/lesstif/patches: patch-Makefile.in patch-configure patch-doc_Makefile.in patch-doc_lessdox_clients_Makefile.in patch-doc_lessdox_functions_Makefile.in patch-doc_lessdox_widgets_Makefile.in patch-doc_www.lesstif.org_Makefile.in patch-doc_www.lesstif.org_images_Makefile.in patch-lib_config_Makefile.in patch-lib_config_mxmkmf.in patch-ltmain.sh Removed files: x11/lesstif/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al Log message: upgrade to LessTif 0.91.3 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/30 00:02:23 ports/x11/icewm/patches Update of /cvs/ports/x11/icewm/patches In directory cvs.openbsd.org:/cvs.n/hack/kevlo/ports/x11/icewm/patches Log Message: Directory /cvs/ports/x11/icewm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/30 00:02:48 Added files: x11/lesstif/patches: patch-lib_Makefile.in Log message: oops, add this in CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/06/30 00:11:04 Modified files: x11/icewm : Makefile x11/icewm/files: md5 x11/icewm/pkg : PLIST Added files: x11/icewm/files: bsd-daemon.xpm x11/icewm/patches: patch-aa Log message: - Upgrade to release 1.0.4 - Bump NEED_VERSION - Add bsd icon - Remove FAKE=Yes and change HAS_CONFIGURE to CONFIGURE_STYLE CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/30 00:55:53 Modified files: sys/dev/isa : pcppi.c Log message: New timeout API. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/06/30 00:56:25 Modified files: sys/dev/ata : wd.c sys/dev/atapiscsi: atapiscsi.c Log message: Convert to new timeout API. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/30 01:01:35 Modified files: x11/qt : Makefile x11/qt/pkg : DESCR PLIST-examples Added files: x11/qt/patches : patch-configs_openbsd-g++-shared patch-configs_openbsd-g++-shared-debug patch-configs_openbsd-g++-static patch-configs_openbsd-g++-static-debug Removed files: x11/qt/patches : patch-aa patch-ab Log message: - don't try to be smart with examples and tutorial, moving those files around doesn't work, as there are cross-dependencies. - move LOCALBASE/X11BASE setting to post-patch, as this allows having complete, independent Makefiles for examples/tutorial. - use better filenames for patches and include patches to setup the debug Qt config files. CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2000/06/30 03:00:35 Modified files: . : plus.html Log message: snmpd, not smtpd on one of the latest changes. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/30 09:27:25 Modified files: sys/arch/i386/isa/pcvt: pcvt_out.c Log message: My previous two attempts at fixing the "scrolling region" problem were wrong. Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/30 09:39:46 Modified files: de : security.html Log message: Syncing with badlands. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/06/30 10:00:29 Modified files: bin/chmod : chmod.c bin/dd : conv.c games/monop : cards.c execute.c initdeck.c kerberosIV/src/appl/bsd: rshd.c kerberosIV/src/kuser: klist.c lib/libcompat/regexp: regerror.c lib/libutil : passwd.c sbin/ccdconfig : ccdconfig.c sbin/disklabel : disklabel.c sbin/brconfig : brconfig.c sbin/mount_nfs : mount_nfs.c sbin/kbd : kbd_i386.c sbin/swapctl : swapctl.c sbin/ping6 : ping6.c sbin/sysctl : sysctl.c sys/arch/hppa/stand/mkboot: mkboot.c usr.bin/biff : biff.c usr.bin/calendar: calendar.c usr.bin/compress: main.c usr.bin/error : main.c usr.bin/file : apprentice.c usr.bin/finger : util.c usr.bin/fsplit : fsplit.c usr.bin/fstat : fstat.c usr.bin/ftp : ftp.c fetch.c usr.bin/indent : indent.c usr.bin/ktrace : ktrace.c usr.bin/mail : names.c cmd3.c collect.c cmd1.c popen.c quit.c send.c edit.c aux.c lex.c main.c usr.bin/newsyslog: newsyslog.c usr.bin/passwd : yp_passwd.c usr.bin/script : script.c usr.bin/strip : strip.c usr.bin/su : su.c usr.bin/talk : init_disp.c usr.bin/tcopy : tcopy.c usr.bin/uniq : uniq.c usr.bin/vmstat : dkstats.c usr.bin/sort : sort.c files.c msort.c tmp.c usr.bin/learn/src: learn.c usr.sbin/edquota: edquota.c usr.sbin/eeprom: eehandlers.c main.c usr.sbin/fdformat: fdformat.c usr.sbin/kvm_mkdb: nlist.c usr.sbin/netgroup_mkdb: netgroup_mkdb.c usr.sbin/pwd_mkdb: pwd_mkdb.c usr.sbin/vnconfig: vnconfig.c usr.sbin/ypserv/revnetgroup: revnetgroup.c usr.sbin/pccon : pccon.c usr.sbin/traceroute6: traceroute6.c Log message: warnx?/errx? paranoia (use "%s" not a bare string unless it is a constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/30 10:52:44 Modified files: lib/libc/net : getnameinfo.3 getaddrinfo.3 Log message: typo in RFC number. KAME PR 263 CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/30 12:17:59 Modified files: sbin/ifconfig : ifconfig.c Log message: correct address family handling in "giftunnel". test with the following: # ifconfig gif0 inet giftunnel localhost localhost # ifconfig gif0 inet6 giftunnel localhost localhost CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/30 12:28:07 Modified files: games/hunt/hunt: list.c games/hunt/huntd: driver.c Log message: re-initialize timeout before each invocation of select() CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/30 12:58:10 Modified files: de : 26.html 27.html arc.html arm32.html atari.html books.html crypto.html cvsup.html docum.html errata.html ftp.html goals.html hp300.html hppa.html i386-laptop.html i386.html index.html items.html mac68k.html mail.html mvme68k.html mvme88k.html orders.html pc532.html plat.html pmax.html policy.html powerpc.html press.html products.html romp.html smp.html sparc.html sparc64.html stable.html sun3.html sun3x.html support.html testimonials.html tshirts.html users.html vax.html why-cvs.html x68k.html Log message: Major 8-Bit character cleanup. Sorry for the huge commit, but the 'Umlaute' are everywhere.. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/30 13:01:58 Modified files: openssh/de : faq.html features.html ftp.html goals.html history.html index.html install.html java.html list.html manual.html openbsd.html portable.html press.html report.html security.html unix.html windows.html Log message: And the 8-bit cleanup for openssh.. faq to follow CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/06/30 13:04:47 Modified files: faq/de : faq2.html faq4.html faq5.html Log message: And the faq... CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/30 13:45:37 Modified files: sys/netinet6 : ip6_forward.c Log message: suppress too noisy warning on forward-over-loopback case. from kame CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/30 14:04:01 Modified files: usr.bin/netstat: inet.c main.c netstat.h Log message: split netstat -an -f inet and netstat -an -f inet6, for consistency. Suggested by: fgs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/30 15:00:23 Modified files: x11/kde/base : Makefile x11/kde/base/patches: patch-configure Added files: x11/kde/base/patches: patch-aclocal_m4 Log message: Cleaner patch, there is a stupid bug in aclocal.m4, which means that kde_libdir is not set at the right point. Once the bug is fixed, it's not necessary to patch configure further, as this is a simple case that is covered by KDEDIR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/30 15:39:36 Added files: infrastructure/install: ldconfig-new.sed ldconfig.sed Log message: ldconfig substitution scripts for packing-lists. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/30 15:42:36 Modified files: infrastructure/mk: bsd.port.mk Log message: Remove ldconfig mess from packing-lists, let a sed script generate the right instructions from DYNLIBDIR(dir) or NEWDYNLIBDIR(dir) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/30 15:48:50 Modified files: infrastructure/mk: bsd.port.mk Log message: Fix up comment. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2000/06/30 15:51:02 Modified files: . : porting.html Log message: Fix bad link. Reported by Horacio MG (and I forgot to credit William Yodlowsky for the comment fix in bsd.port.mk, oops) CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/30 16:33:08 Modified files: sys/dev/ic : i82365.c Log message: Oops, put back this call to spltty(). When our timeout expires and we poll the pcic, we don't want to be interrupted by real interrupts generated by the pcic. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/30 16:36:33 Modified files: . : press.html Log message: Add BSD Today review of 2.7 installation. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/30 17:21:35 Modified files: graphics/jpeg : Makefile graphics/jpeg/pkg: PFRAG.shared Log message: Sample port with PFRAG that uses DYNLIBDIR CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/30 17:26:25 Modified files: usr.bin/make : compat.c job.c make.1 Log message: Recognize `+cmd' as a command that should always be executed, even in make -n mode. Currently works only in sequential make mode. In parallel make mode, it's just a no-op. Useful to debug recursive Makefiles, and part of POSIX. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/06/30 17:32:15 Modified files: usr.bin/netstat: main.c Log message: do not prin tcp/udp twice. from: fgs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/06/30 17:45:42 Modified files: infrastructure/install: make-plist Log message: Let make-plist emit DYNLIBDIR/NEWLIBDIR directives. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/30 18:21:23 Modified files: usr.bin/make : main.c Log message: Forgot to import one estrdup from my trunk. Ensure make prints sane error messages when obj/ exists. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/30 18:31:01 Log message: Import NetBSD's m4 regression suite (we pass, btw) Status: Vendor Tag: netbsd Release Tags: espie N src/regress/usr.bin/Makefile N src/regress/usr.bin/m4/Makefile N src/regress/usr.bin/m4/ff_after_dnl.m4.uu N src/regress/usr.bin/m4/ff_after_dnl.out N src/regress/usr.bin/m4/m4wrap.m4 N src/regress/usr.bin/m4/m4wrap.out No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/30 18:32:35 Modified files: regress : Makefile Log message: + usr.bin CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/06/30 18:49:08 Modified files: regress/usr.bin/m4: Makefile Added files: regress/usr.bin/m4: fibo.m4 fibo.out Log message: Add vicious Fibonacci test. Our m4 runs against a hard limit pretty soon currently, but this will be fixed. CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/06/30 19:30:09 Added files: reprints : article_20000306.html Log message: Add reprint of Tom DeSot's credit union article (tomd@sacefcu.org). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/30 19:52:20 Modified files: x11/kde/libs : Makefile x11/kde/libs/pkg: DESCR PLIST Added files: x11/kde/libs/pkg: PFRAG.shared Removed files: x11/kde/libs/pkg: PLIST.noshared Log message: - add HOMEPAGE - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - use new framework for PLISTs - add @comment with RCS id to PLISTs - @exec /sbin/ldconfig -> DYNLIBDIR CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/06/30 20:00:53 Modified files: archivers/bzip2: Makefile archivers/bzip2/pkg: PFRAG.shared archivers/lzo : Makefile archivers/lzo/pkg: PFRAG.shared Log message: @exec /sbin/ldconfig -> DYNLIBDIR CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/06/30 20:55:58 Modified files: sys/sys : sysctl.h Log message: correct struct name in comment CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/06/30 21:19:16 Modified files: sys/dev/cardbus: if_xl_cardbus.c sys/dev/ic : xl.c xlreg.h sys/dev/pci : if_xl_pci.c Log message: - Make the 3CCFE575BT work. - Add support for the 3CCFEM656C. - Lots of code cleanup. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/30 21:43:54 Modified files: . : errata.html Log message: two more nasty bugs from aaron make it to errata ;-) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/30 22:11:01 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/06/30 22:18:01 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/06/30 22:54:58 Modified files: . : plus.html Log message: add links CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/30 23:03:47 Modified files: sys/arch/i386/isa/pcvt: Tag: OPENBSD_2_7 pcvt_out.c pcvt_vtf.c Log message: Pull in patches from current: Errata: The PC console driver (PCVT) has two bugs. Display problems can result if reverse video mode is turned on or off twice in a row. This patch also fixes a problem with scrolling region handling that has been seen by many users trying to use the BitchX irc client with the screen program. Fixes (aaron): My previous two attempts at fixing the "scrolling region" problem were wrong. Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work. Better fix for the scrolling region problem. Fixes PR/1271. Only scroll up if we've hit the bottom of the scrolling region, not if we're beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions. Sigh... Fix a stupid bug wrt reverse video attributes (when using the newer "PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/06/30 23:04:29 Modified files: . : plus.html Log message: pcvt applied to stable CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/06/30 23:10:35 Modified files: sys/dev/ic : Tag: OPENBSD_2_7 xl.c Log message: Pull in patch from current: Errata: Fix multicast hashing problem in xl(4) Fix (jason): after computing the hash value, inform the card [delete-o from when this was imported]. Also, backout previous. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/06/30 23:11:40 Modified files: . : plus.html Log message: xl applied to 2.7 patch branch CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2000/07/01 05:05:10 Modified files: . : plus.html Log message: mmap64/creat64 were for svr4, not linux. CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2000/07/01 05:08:33 Modified files: . : plus.html Log message: remove bogus comment. no changes on ep(4) related to detach. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/01 06:14:39 Modified files: es : 27.html anoncvs.html docum.html donations.html errata.html events.html i386.html mac68k.html mail.html mvme68k.html mvme88k.html orders.html pc532.html plat.html plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html pmax.html policy.html press.html products.html security.html sun3.html Log message: Sync with badlands CVS. Work by Horacio. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/01 06:18:51 Modified files: openssh/es : faq.html list.html Log message: Sync with Badlands. Work by Horacio CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/01 06:20:43 Modified files: faq/es : faq6.html Log message: And the updated spanish FAQ. Work by Horacio as well. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/01 06:33:18 Modified files: porting/es : diffs.html Log message: Updating.Work by Horacio as well. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/01 06:39:08 Modified files: de : errata.html press.html Log message: Updating. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2000/07/01 07:01:14 Modified files: openssh : portable.html Log message: 2.1.1p2 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/07/01 07:14:25 Modified files: net/axyftp : Makefile Log message: Correct the master site. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/07/01 07:41:07 Modified files: . : plus.html Log message: - Put back comment about ep(4) detach, it wasn't bogus. - Spelling. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/01 08:18:39 Modified files: regress/usr.bin/m4: Makefile fibo.m4 Added files: regress/usr.bin/m4: fibo.pl Removed files: regress/usr.bin/m4: fibo.out Log message: Small perl script to create fibo.out. length parameter to try to push fibo.m4 further. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 08:43:26 Modified files: sys/dev/cardbus: cardbusdevs Log message: Oops, forgot to commit these new device IDs last night. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 08:43:55 Modified files: sys/dev/cardbus: cardbusdevs.h cardbusdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 08:45:45 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : dopowerhooks.9 powerhook_establish.9 Log message: Add man pages for the kernel power hook mechanisms. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 08:48:24 Modified files: share/man/man9 : shutdownhook_establish.9 Log message: Better english. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 08:56:43 Modified files: share/man/man4 : pci.4 Log message: Add clcs(4). CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/07/01 08:57:42 Modified files: . : i386.html Log message: Add clcs(4). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 09:00:20 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : clcs.4 Log message: Add a bare-bones clcs(4) man page; from NetBSD. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/07/01 09:05:01 Modified files: . : i386.html Log message: More CardBus 3Com models. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/01 09:05:45 Modified files: share/man/man4 : pcmcia.4 Log message: More PCMCIA ep(4) devices supported now. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 10:19:27 Modified files: net/wget/pkg : DEINSTALL Log message: make sure to use /bin/sh CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 10:22:37 Modified files: net/wget : Makefile net/wget/pkg : DESCR PLIST Log message: - add HOMEPAGE - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 11:14:32 Modified files: sysutils/xntpd : Makefile sysutils/xntpd/pkg: DEINSTALL DESCR INSTALL PLIST Log message: - add NEED_VERSION and HOMEPAGE - remove license type - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - remove extra sub-shell - fixup INSTALL/DEINSTALL a bit - fix comment in DESCR, this is still NTP 3, not 4 - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/07/01 11:16:48 Modified files: infrastructure/install: ldconfig-new.sed ldconfig.sed Log message: @unexec ldconfig -m -> @unexec ldconfig -R CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/01 12:00:37 Log message: xkeycaps port, from Hans Insulander, tweaked for the latest bsd.port.mk. - CONFIGURE_STYLE - no do-install, default install is running just fine Status: Vendor Tag: xkeycaps Release Tags: hin N ports/x11/xkeycaps/Makefile N ports/x11/xkeycaps/pkg/PLIST N ports/x11/xkeycaps/pkg/COMMENT N ports/x11/xkeycaps/pkg/DESCR N ports/x11/xkeycaps/files/md5 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/01 12:01:42 Modified files: x11 : Makefile Log message: + xkeycaps CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/01 12:08:44 Modified files: usr.bin/make : make.1 Log message: Slightly nicer wording: begins by -> begins with CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2000/07/01 12:10:38 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: PFRAG.shared Log message: @exec /sbin/ldconfig -> DYNLIBDIR CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/07/01 13:54:36 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: Add -f option to specify audio device, honor AUDIODEVICE environment vairable, and some KNF. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 2000/07/01 13:58:04 Removed files: sysutils/lsof/patches: patch-ac Log message: Forgot to remove this when updated to 4.50 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 15:18:31 Modified files: graphics/pngcrush: Makefile graphics/pngcrush/files: md5 Log message: upgrade to pngcrush 1.4.5 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 15:49:13 Modified files: sbin/fdisk : cmd.c mbr.c part.c part.h Log message: be more verbose when warning for partition errors, print partition number in the message. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 16:30:13 Modified files: devel/mm : Makefile devel/mm/files : md5 devel/mm/pkg : DESCR PLIST Added files: devel/mm/patches: patch-ltconfig patch-ltmain.sh devel/mm/pkg : PFRAG.shared Removed files: devel/mm/patches: patch-aa devel/mm/pkg : PLIST.noshared Log message: upgrade to mm 1.1.3 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 16:40:38 ports/devel/shtool/patches Update of /cvs/ports/devel/shtool/patches In directory cvs.openbsd.org:/tmp/cvs-serv279/patches Log Message: Directory /cvs/ports/devel/shtool/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 16:42:30 Modified files: devel/shtool : Makefile devel/shtool/files: md5 Added files: devel/shtool/patches: patch-Makefile.in Log message: upgrade to shtool 1.5.0 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 16:54:50 Modified files: devel/mm : Makefile Added files: devel/mm/patches: patch-Makefile.in Log message: make this port respect DESTDIR CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 17:24:57 src/sbin/wsconsctl Update of /cvs/src/sbin/wsconsctl In directory cvs.openbsd.org:/tmp/cvs-serv11986/wsconsctl Log Message: Directory /cvs/src/sbin/wsconsctl added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 17:52:45 Added files: sbin/wsconsctl : Makefile display.c keyboard.c keysym.c map_parse.y map_scan.l mkkeysym.sh mouse.c util.c wsconsctl.8 wsconsctl.c wsconsctl.h Log message: wscons control tool; initial import from newtbsd tree CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/01 18:21:59 Modified files: sys/dev/pci : pcidevs Log message: add via vt6102 id; freebsd-gnats CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/01 18:22:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/01 18:27:24 Modified files: sys/dev/pci : if_vr.c Log message: add via vt6102 id; freebsd-gnats CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 18:41:24 src/usr.sbin/wsconscfg Update of /cvs/src/usr.sbin/wsconscfg In directory cvs.openbsd.org:/tmp/cvs-serv31420/wsconscfg Log Message: Directory /cvs/src/usr.sbin/wsconscfg added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 18:41:24 src/usr.sbin/wsfontload Update of /cvs/src/usr.sbin/wsfontload In directory cvs.openbsd.org:/tmp/cvs-serv31420/wsfontload Log Message: Directory /cvs/src/usr.sbin/wsfontload added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 19:00:01 Modified files: lib/libc/string: ffs.c Log message: new version of ffs from drahn@ combines binary search and table lookup. tested on i386, sparc, ppc, hppa CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 19:03:30 Modified files: sys/lib/libkern: ffs.c Log message: sync w/ libc CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 19:05:12 Modified files: sys/lib/libkern/arch/hppa: Makefile.inc Removed files: sys/lib/libkern/arch/hppa: ffs.S Log message: use ffs.c CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 19:08:05 Modified files: sys/lib/libkern/arch/hppa: bcopy.m4 Log message: sync w/ libc CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/01 19:13:07 Modified files: usr.bin/m4 : main.c Log message: Long tokens won't be defined macros, but they can still be output. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/01 19:17:00 Modified files: usr.bin/m4 : extern.h main.c mdef.h misc.c Log message: Make the m4 machine stack dynamically sized. Fix strspace automatic extension. The assumption that simply updating the current pointer works is false, there are cases where previous entries on the stack would absorp vast amounts of string space, and overload the non-updated entries. To fix it, we use a shadow copy of the stack, which only records which entries are pointers within strspace, so that a resize can adjust all those pointers at once. Reviewed by millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/01 19:21:04 Modified files: regress/usr.bin/m4: Makefile Log message: Bump FIBOMAX to an interesting value CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 19:25:24 Added files: usr.sbin/wsconscfg: Makefile wsconscfg.8 wsconscfg.c Log message: wscons vt config tool; initial import from netbsd tree CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 19:29:44 Added files: usr.sbin/wsfontload: Makefile wsfontload.8 wsfontload.c Log message: wscons font loader; initial import from netbsd tree CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 20:07:11 Modified files: usr.sbin/wsconscfg: Makefile usr.sbin/wsfontload: Makefile Log message: make it compiling only for alpha and hppa CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 20:07:57 Modified files: usr.sbin : Makefile Log message: wscons tools CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 20:09:19 Modified files: sbin/wsconsctl : Makefile Log message: make it compiling only for alpha and hppa CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 20:12:15 Modified files: sbin : Makefile Log message: descent into wsconsctl CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 20:41:57 Modified files: sys/arch/hppa/include: cpu.h sys/arch/hppa/hppa: pmap.c locore.S Log message: new kvtop through lpa; also put some spu/sfu bits in cpu.h CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/01 20:44:04 Modified files: share/man/man4 : ddb.4 Log message: fix spelling CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 21:09:44 Modified files: sys/lib/libkern: ffs.c Log message: knf; ouch, that hurts CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 21:10:38 Modified files: lib/libc/string: ffs.c Log message: knf; ouch, that hurts CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 21:41:07 Modified files: graphics/gd : Makefile graphics/gd/patches: patch-Makefile Log message: - remove -L. from LDFLAGS - use --quiet option with libtool CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/01 21:53:50 Modified files: graphics/png/patches: patch-scripts_makefile_std Log message: use --quiet option with libtool CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 21:59:51 Modified files: sys/arch/hppa/hppa: machdep.c Log message: no bays for stinger CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 22:11:31 Modified files: sys/arch/hppa/include: cpu.h Log message: constraints misscount; that's how it goes typing on the train CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/01 22:14:45 Modified files: sys/arch/hppa/include: cpu.h Log message: yes, it will; forgot, oops, ouch CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2000/07/01 23:53:49 ports/sysutils/libretto-config Update of /cvs/ports/sysutils/libretto-config In directory cvs.openbsd.org:/tmp/cvs-serv9671/libretto-config Log Message: Directory /cvs/ports/sysutils/libretto-config added to the repository CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2000/07/01 23:54:10 ports/sysutils/libretto-config/files Update of /cvs/ports/sysutils/libretto-config/files In directory cvs.openbsd.org:/tmp/cvs-serv22199/files Log Message: Directory /cvs/ports/sysutils/libretto-config/files added to the repository CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2000/07/01 23:54:11 ports/sysutils/libretto-config/patches Update of /cvs/ports/sysutils/libretto-config/patches In directory cvs.openbsd.org:/tmp/cvs-serv22199/patches Log Message: Directory /cvs/ports/sysutils/libretto-config/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2000/07/01 23:54:11 ports/sysutils/libretto-config/pkg Update of /cvs/ports/sysutils/libretto-config/pkg In directory cvs.openbsd.org:/tmp/cvs-serv22199/pkg Log Message: Directory /cvs/ports/sysutils/libretto-config/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 00:20:29 Modified files: net/nemesis/files: md5 Log message: update checksums CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/02 00:21:18 Modified files: security/pgp5 : Makefile Log message: strip bins on install. bump need_version. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/02 00:24:08 Modified files: audio/tosha : Makefile Log message: remove LICENSE_TYPE. bump NEED_VERSION. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/02 03:21:50 Modified files: usr.sbin/faithd: README Log message: correct use of route(8) in sample. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/02 03:48:00 Modified files: sys/sys : socket.h Log message: MSG_COMPAT is needed for COMPAT_BSDOS too. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/02 04:10:56 Modified files: sys/netinet6 : ip6_input.c Log message: drop packet to tentative/duplicated interface address earlier. sync w/kame CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/02 05:05:49 Modified files: news/tin : Makefile news/tin/files : md5 news/tin/pkg : COMMENT DESCR PLIST Removed files: news/tin/patches: patch-aa patch-ab patch-ac patch-ad Log message: Update to release 1.4.3. Use CONFIGURE_STYLE and FLAVORS. Fake as well. bump NEED_VERSION. Still a few things to do, tho. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/02 05:17:14 Modified files: games/xbill : Makefile games/xbill/pkg: PLIST Log message: use CONFIGURE_STYLE and remove LICENSE_TYPE. add comment to package list. bump NEED_VERSION. CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/02 06:51:39 Modified files: sbin/wicontrol : wicontrol.8 Log message: From onoe@netbsd.org: Update the description of available channel for Japan. The regulations has been changed to adopt 802.11b since Oct. 99. For 11Mbps NICs sold in Japan, all DS channels (1..14) are available. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/02 09:59:15 Modified files: share/man/man4 : vlan.4 vr.4 wb.4 Log message: - s/ethernet/Ethernet/ - Remove hard sentence breaks. - Some SEE ALSO reordering. - Other repairs. CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2000/07/02 10:57:49 Modified files: sysutils : Makefile Added files: sysutils/libretto-config: Makefile sysutils/libretto-config/files: md5 sysutils/libretto-config/patches: patch-aa patch-ab patch-ac patch-ad patch-ae sysutils/libretto-config/pkg: COMMENT DESCR PLIST Log message: Port of the Linux libapm. Allows modification of the libretto-specific BIOS options like the toshiba windows app. From the FreeBSD port (modified to use i386_[gs]et_ioperm(2)). CMOS mode also works. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/07/02 11:50:26 Modified files: sys/arch/sun3/dev: kbd.c Log message: Silence annoying warnings when using type 4 or 5 keyboards on sun3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/07/02 11:51:12 Modified files: sys/arch/sun3/include: disklabel.h sun_disklabel.h Log message: Recognize and support 16 partition disklabels (taken from sparc port) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2000/07/02 11:51:35 Modified files: sys/arch/sun3/sun3: disksubr.c Log message: Recognize and support 16 partition disklabels (taken from sparc port) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/02 12:09:20 Modified files: . : errata.html Log message: xl hash errata CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/07/02 12:18:02 Modified files: distrib/i386/floppies/common: instbin-nokrb.conf instbin.conf list Log message: Remove mount_nfs since the RAMDISK kernels don't have NFS support and the install scripts believes that NFS is supported if mount_nfs exists. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/07/02 12:19:00 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: Remove NFSCLIENT for consistency with other RAMDISK kernels. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/02 12:58:10 Modified files: kerberosIV/src/lib/kdb: Tag: OPENBSD_2_7 kdc.h Log message: Pull in patch from current: Fix (hin): Fix path to master key file (/etc/kerberosIV/master_key, not /.k) Reported by landy@alumni.caltech.edu CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/02 12:59:31 Modified files: kerberosIV/src/lib/kdb: Tag: OPENBSD_2_7 krb_db.h Log message: Pull in patch from current: Fix (hin): Fix path to KerberosIV database files. Reported by landy@alumni.caltech.edu. If you run a KDC on OpenBSD you need these two last commits to be backwards- compatible with 2.6 and earlier. (Sorry about that). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 13:40:30 Modified files: net/epic4 : Makefile net/epic4/files: md5 net/epic4/pkg : DESCR PLIST Added files: net/epic4/patches: patch-Makefile.in patch-include_config.h Removed files: net/epic4/patches: patch-aa patch-ab Log message: upgrade to EPIC4 2.511 snapshot CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 13:53:58 Modified files: net/epic4 : Makefile Log message: use VERSION variable in a few places CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/02 15:00:45 Modified files: usr.sbin/wsconscfg: wsconscfg.8 usr.sbin/wsfontload: wsfontload.8 sbin/wsconsctl : wsconsctl.8 Log message: OpenBSD'ify these man pages. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/02 15:24:00 Modified files: etc : rc Log message: Clean-up after httpd CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/02 17:25:20 Log message: qvwm port, based on danh work. - no destdir patches needed, - update to new configure style, - disable imlib and esound for now, these must be flavored, and tested for correctly, which includes dependency. - remove dropping into gdb, this does not work on OpenBSD. - fix segfault when no audio support is available. Status: Vendor Tag: qvwm Release Tags: danh N ports/x11/qvwm/Makefile N ports/x11/qvwm/files/md5 N ports/x11/qvwm/pkg/COMMENT N ports/x11/qvwm/pkg/PLIST N ports/x11/qvwm/pkg/DESCR N ports/x11/qvwm/pkg/MESSAGE N ports/x11/qvwm/patches/patch-src_main_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/02 17:44:17 Modified files: x11/qvwm : Makefile Log message: imlib/esound flavors CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/02 17:44:53 Modified files: x11 : Makefile Log message: Add qvwm flavors CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/02 18:39:09 Modified files: x11/qvwm : Makefile Added files: x11/qvwm/patches: patch-src_Makefile_in Log message: Ensure parser files are read from the right location, this avoids bison/yacc synchronization bugs, and allows for SEPARATE_BUILD to be set. CVSROOT: /cvs Module name: ports Changes by: matt@cvs.openbsd.org 2000/07/02 19:03:52 Modified files: security/nessus: Makefile security/nessus/files: Makefile md5 nessus-config security/nessus/patches: patch-aa patch-ac security/nessus/pkg: PLIST PLIST.noshared Added files: security/nessus/patches: patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap security/nessus/pkg: INSTALL Removed files: security/nessus/patches: patch-ad patch-ae patch-af Log message: Update to 1.0.0 and FAKE. CVSROOT: /cvs Module name: ports Changes by: matt@cvs.openbsd.org 2000/07/02 19:34:11 Modified files: security/nessus: Makefile Log message: Accidentally left in a testing flag -- corrected. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/02 20:59:25 Modified files: sys/dev/isa : i82365_isa.c i82365_isasubr.c Log message: From NetBSD: - Fix an incorrect interrupt sharing type. - Always clear PCIC_INTR_ENABLE; it doesn't do what one might think. - Eliminate stray interrupts during the IRQ probe. CVSROOT: /cvs Module name: ports Changes by: turan@cvs.openbsd.org 2000/07/02 21:08:35 Modified files: . : INDEX Log message: sync CVSROOT: /cvs Module name: ports Changes by: turan@cvs.openbsd.org 2000/07/02 21:42:56 Log message: import IMAP server for Maildir format mailboxes Status: Vendor Tag: VENDOR Release Tags: courier-imap-0_35 N ports/mail/courier-imap/Makefile N ports/mail/courier-imap/files/md5 N ports/mail/courier-imap/patches/patch-configure N ports/mail/courier-imap/patches/patch-imapd-rc-in N ports/mail/courier-imap/patches/patch-imapd-ssl-rc-in N ports/mail/courier-imap/patches/patch-authlib-Makefile-in N ports/mail/courier-imap/pkg/COMMENT N ports/mail/courier-imap/pkg/DESCR N ports/mail/courier-imap/pkg/PLIST N ports/mail/courier-imap/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 22:43:55 Modified files: x11/aterm : Makefile x11/aterm/files: md5 x11/aterm/pkg : DESCR PLIST Removed files: x11/aterm/patches: patch-aa Log message: upgrade to aterm 0.4.0 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/02 22:50:05 Modified files: sys/netinet : ip_nat.c Log message: Make nat_ifdetach() actually work; beck@ ok CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 23:08:58 Modified files: x11/wterm : Makefile x11/wterm/pkg : PLIST Removed files: x11/wterm/patches: patch-aa Log message: - remove license type, FAKE=Yes and unnecessary patch - GNU_CONFIGURE -> CONFIGURE_STYLE - replace bad master sites - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/07/02 23:23:46 Modified files: games/battlestar: battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c cypher.c dayfile.c extern.h globals.c nightfile.c room.c words.c Log message: Finding bugs in battlestar is like shooting fish in a barrel. Don't overflow beenthere[]. Add "verbose" option. Fix spelling (including embedded hyphens in descriptions) and grammar. "Kill" will now use the laser if you have no cutting implements. Formatting. You can do more things to the bathing goddess. A little less guess-the-word. Occasionally better error messages, particularly with "all" when nothing applies. "kick door" no longer segfaults. Nor does "kill door". More bugs remain... CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 23:48:47 Modified files: graphics/gd : Makefile Log message: fix the use of FLAVOR variable CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/07/02 23:50:21 Modified files: games/hunt/huntd: driver.c Log message: A little more select() reinitialization. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/02 23:53:57 Modified files: x11/eterm : Makefile x11/eterm/pkg : DESCR PLIST Added files: x11/eterm/pkg : PFRAG.shared Log message: - replace master sites with MASTER_SITE_SOURCEFORGE - add HOMEPAGE - fix PLIST situation with shared libs, this port assumed shared libs on all archs. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 00:08:53 Modified files: x11/eterm : Makefile Added files: x11/eterm/patches: patch-libmej_Makefile.in patch-ltconfig patch-ltmain.sh patch-src_Makefile.in Removed files: x11/eterm/patches: patch-aa patch-ab Log message: - remove USE_LIBTOOL, Eterm comes with its own libtool - add missing CONFIGURE_ARGS - use better filenames for the existing patches - enable inter-library dependencies in libtool CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/03 00:44:47 Modified files: usr.sbin/faithd: faithd.8 Log message: add warning on rsh/rlogin relay CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/07/03 02:11:27 Log message: Initial import of courier-imap version 0.35. courier-imap is an imap server for maildir format mailboxes. Submitted by: Anil Madhavapeddy Status: Vendor Tag: kevlo Release Tags: kevlo_2000-Jul-03 I ports/mail/courier-imap/CVS U ports/mail/courier-imap/Makefile I ports/mail/courier-imap/files/CVS U ports/mail/courier-imap/files/md5 I ports/mail/courier-imap/patches/CVS U ports/mail/courier-imap/patches/patch-authlib-Makefile-in U ports/mail/courier-imap/patches/patch-configure U ports/mail/courier-imap/patches/patch-imapd-rc-in U ports/mail/courier-imap/patches/patch-imapd-ssl-rc-in I ports/mail/courier-imap/pkg/CVS U ports/mail/courier-imap/pkg/COMMENT U ports/mail/courier-imap/pkg/DESCR U ports/mail/courier-imap/pkg/MESSAGE U ports/mail/courier-imap/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/07/03 02:12:27 Modified files: mail : Makefile Log message: Add courier-imap. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 03:14:27 Modified files: graphics/png/pkg: DESCR PLIST Added files: graphics/png/pkg: PFRAG.shared Removed files: graphics/png/pkg: PLIST.noshared Log message: - add HOMEPAGE to DESCR - use new framework for PLISTs - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 03:41:32 Modified files: graphics/png : Makefile graphics/png/files: md5 graphics/png/patches: patch-scripts_makefile_std graphics/png/pkg: PFRAG.shared Log message: upgrade to png 1.0.7 CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 2000/07/03 03:57:14 Modified files: usr.sbin/ppp/ppp: alias_db.c Log message: Correct the number of src/dst ports and add some FreeBSD specific firewall punching fixes. Obtained from: FreeBSD CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/03 06:31:45 Log message: Thanks Dan Status: Vendor Tag: fvwm95 Release Tags: danh N ports/x11/fvwm95/Makefile N ports/x11/fvwm95/files/md5 N ports/x11/fvwm95/pkg/COMMENT N ports/x11/fvwm95/pkg/PLIST N ports/x11/fvwm95/pkg/DESCR N ports/x11/fvwm95/pkg/MESSAGE N ports/x11/fvwm95/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/03 06:32:27 Modified files: x11 : Makefile Log message: + fvwm95 CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/07/03 06:50:23 Modified files: . : press.html Log message: Link credit union article to local reprint. OK Tom DeSot CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/07/03 06:55:50 Modified files: . : press.html Log message: Forgot the question mark. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/03 07:01:49 Modified files: infrastructure/mk: bsd.port.mk infrastructure/install: make-plist Log message: Put shared libraries into a separate fragment. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2000/07/03 07:55:29 Modified files: usr.sbin/mopd/mopd: process.c Log message: Ignore filenames that are longer than spec allows (128 for MOP V4.0.0). Matt Power . -moj CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 08:19:07 Modified files: sys/arch/i386/conf: Tag: SMP SIMPLE sys/arch/i386/i386: Tag: SMP bios.c mainbus.c Log message: use MULTIPROCESSOR instead of SMP as the define to get MP stuff CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/03 08:56:47 Modified files: sysutils/mtools: Makefile sysutils/mtools/files: md5 Removed files: sysutils/mtools/patches: patch-ab Log message: update to dist. patch 20000723. remove unneeded patch: it's now in the tree. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/03 09:02:18 Modified files: gnu/egcs/gcc : configure.in configure Log message: float_format/collect2 for vax. I guessed those might be needed, bjc@ checked they are. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/03 09:03:30 Modified files: gnu/egcs/gcc/config/vax: openbsd.h Log message: Sorry, no dynamic libraries yet... CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/03 09:08:04 Modified files: mail/fetchmail : Makefile mail/fetchmail/files: md5 Log message: update to release 5.4.3. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 09:10:57 Modified files: share/man/man4/man4.i386: apm.4 Log message: remove obsolote kernel option description CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/07/03 09:22:53 Modified files: faq : faq10.html Log message: fix path CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/03 10:37:21 Modified files: japanese/canna : Makefile Added files: japanese/canna/patches: patch-server_misc_c japanese/canna/pkg: SECURITY Log message: SECURITY FIX taken from Debian. CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 2000/07/03 10:59:59 Modified files: share/mk : bsd.own.mk Log message: Set DEBUGLIBS only if not previously set. Allows overrides from command line or mk.conf CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 11:07:08 Modified files: sys/arch/hppa/dev: cpu.c Log message: add luseless comment CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/03 11:21:26 Modified files: sbin/brconfig : brconfig.c Log message: plug 2 memory leaks; reported by andrew.lunn@ascom.ch. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 11:45:11 Modified files: sys/arch/hppa/hppa: genassym.cf Log message: export SYSCALLGATE CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 11:57:24 Modified files: sys/arch/alpha/conf: GENERIC Log message: Current ahc requires the bus_dma API, which alpha does not provide CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/03 12:02:20 Modified files: . : orders.html Log message: softpro has 2.7 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 12:02:27 Modified files: sys/arch/alpha/conf: RAMDISK Log message: A transient measure to make the floppy fit, remove CD support. As we do not ship alpha on CD currently, this is OK. Idea from Jay Bolton. CVSROOT: /cvs Module name: www Changes by: turan@cvs.openbsd.org 2000/07/03 12:40:39 Modified files: . : errata.html Log message: 017: The screen package shipped with 2.7 does not install itself properly. Instructions on finding new packages and a source code patch. CVSROOT: /cvs Module name: ports Changes by: turan@cvs.openbsd.org 2000/07/03 13:02:47 Modified files: misc/screen : Tag: OPENBSD_2_7 Makefile misc/screen/pkg: Tag: OPENBSD_2_7 PLIST Log message: 2.7 errata, The screen package shipped with 2.7 does not install itself properly. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 13:02:48 Modified files: sys/dev/isa : i82365_isasubr.c Log message: Carefully reset pcic register; ok @aaron CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 13:15:35 Modified files: sys/arch/alpha/conf: RAMDISK distrib/alpha/ramdisk: Makefile Log message: Better ramdisk size from Jay Bolton. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 13:22:37 Modified files: sys/sys : conf.h Log message: wscons-related definitions CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 13:30:24 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/alpha/conf: files.alpha sys/arch/alpha/pci: bt485reg.h pci_machdep.c tga.c tga_bt463.c tga_bt485.c tga_conf.c tgavar.h sys/dev/pci : files.pci Added files: sys/dev/pci : tga.c tga.c.orig tga_bt463.c tga_bt463.c.orig tga_bt485.c tga_bt485.c.orig tga_conf.c tga_conf.c.orig tgareg.h tgareg.h.orig tgavar.h tgavar.h.orig Log message: closer approximation to an alpha using new wscons. tga moved to dev/pci. by request from alpha people. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 13:30:44 Removed files: sys/dev/pci : tga.c.orig tga_bt463.c.orig tga_bt485.c.orig tga_conf.c.orig tgareg.h.orig tgavar.h.orig Log message: oops CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 13:35:38 Removed files: sys/arch/alpha/pci: bt485reg.h tga.c tga_bt463.c tga_bt485.c tga_conf.c tgavar.h Log message: forgot to cvs rm these CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/03 13:38:18 Modified files: sys/arch/alpha/conf: GENERIC Log message: sample wscons attachment CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/07/03 13:46:41 Modified files: games/fortune/datfiles: fortunes2 Log message: Remove duplicate and correct original: Anton Berezin and Martin J. Laubach CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/03 14:13:00 Modified files: sys/arch/alpha/conf: GENERIC Log message: comment out wscons keyboard and mouse for now CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/03 14:14:22 Modified files: sys/arch/alpha/conf: files.alpha Log message: esp define was moved to conf/files CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 2000/07/03 14:38:34 Modified files: sys/crypto : crypto.c Log message: Fix tail queue leakage (zzlevo@dd.chalmers.se) CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2000/07/03 15:05:14 Modified files: graphics/gifsicle: Makefile graphics/gifsicle/files: md5 Log message: update to v1.20 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 15:14:38 Modified files: lang/egcs/dejagnu: Makefile Log message: correct another typo in MASTER_SITES, bad miod didnt even test this CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 2000/07/03 16:18:37 Modified files: sys/dev/ic : aic7xxx.c aic7xxxvar.h sys/dev/pci : ahc_pci.c Log message: Add support for big endian hardware. Clean up memory vs. io mapping code. Fix for drives with Tag quirks. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 16:33:19 Modified files: usr.sbin/dhcp/dhclient/scripts: dhclient-script Log message: arp(8) invocations fixed CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 16:49:31 Modified files: www/cgiparse : Makefile www/cgiparse/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/03 17:24:43 Modified files: usr.sbin/mopd/mopd: process.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 18:09:51 Modified files: audio/esound : Makefile audio/esound/pkg: PFRAG.shared audio/gsm : Makefile audio/gsm/pkg : PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 18:20:52 Modified files: mail/faces : Makefile mail/faces/pkg : PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 18:24:53 Modified files: misc/rpm/pkg : PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 18:28:39 Modified files: misc/rpm : Makefile Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 18:34:05 Modified files: net/rrdtool/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 18:37:14 Modified files: net/rrdtool : Makefile Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 19:29:29 Modified files: security/dante : Makefile security/dante/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 19:33:57 Modified files: print/a2ps : Makefile print/a2ps/pkg : PFRAG.shared print/freetype : Makefile print/freetype/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 19:44:46 Modified files: devel/m4 : Makefile devel/m4/pkg : DESCR Log message: - add HOMEPAGE - fix usage of CONFIGURE_STYLE, simple -> gnu dest old - remove now unnecessary CONFIGURE_ARGS option CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 19:46:40 Modified files: devel/ORBit : Makefile devel/ORBit/pkg: PFRAG.shared devel/glib : Makefile devel/glib/pkg : PFRAG.shared devel/libIDL : Makefile devel/libIDL/pkg: PFRAG.shared devel/libsigc++: Makefile devel/libsigc++/pkg: PFRAG.shared devel/libslang : Makefile devel/libslang/pkg: PFRAG.shared devel/libtool : Makefile devel/libtool/pkg: PFRAG.shared devel/pcre : Makefile devel/pcre/pkg : PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 19:55:24 Modified files: devel/gmake : Makefile devel/gmake/files: md5 devel/gmake/pkg: DESCR PLIST Added files: devel/gmake/patches: patch-Makefile.in patch-make.texinfo Removed files: devel/gmake/patches: patch-aa patch-ab patch-ac Log message: upgrade to gmake 3.79.1 CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 19:57:18 Modified files: japanese/canna : Makefile japanese/canna/pkg: PFRAG.shared japanese/kakasi: Makefile japanese/kakasi/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 20:09:27 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/pkg: PFRAG.shared graphics/Mesa : Makefile graphics/Mesa/pkg: PFRAG.shared graphics/aalib : Makefile graphics/aalib/pkg: PFRAG.shared graphics/fnlib : Makefile graphics/fnlib/pkg: PFRAG.shared graphics/gd : Makefile graphics/gd/pkg: PFRAG.shared graphics/giflib: Makefile graphics/giflib/pkg: PFRAG.shared graphics/gimp : Makefile graphics/gimp/pkg: PFRAG.shared graphics/imlib : Makefile graphics/imlib/pkg: PFRAG.shared graphics/jbigkit: Makefile graphics/jbigkit/pkg: PFRAG.shared graphics/mpeg-lib: Makefile graphics/mpeg-lib/pkg: PFRAG.shared graphics/tiff : Makefile graphics/tiff/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 20:17:56 Modified files: x11/Xaw3d : Makefile x11/Xaw3d/pkg : PFRAG.shared x11/gtk+ : Makefile x11/gtk+/pkg : PFRAG.shared x11/gtkmm : Makefile x11/gtkmm/pkg : PFRAG.shared x11/lesstif : Makefile x11/lesstif/pkg: PFRAG.shared x11/xview/lib : Makefile x11/xview/lib/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/03 20:23:36 Modified files: net/bitchx : Makefile net/bitchx/files: md5 Log message: - add another master site - add a distrib. patch which fixes a bug in BitchX which allows the client to be remotely crashed. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/07/03 20:25:38 Modified files: sysutils/webmin: Makefile sysutils/webmin/files: md5 sysutils/webmin/pkg: PLIST Log message: - Update the release 0.80 - Add @comment to PLIST CVSROOT: /cvs Module name: ports Changes by: krw@cvs.openbsd.org 2000/07/03 20:49:34 Modified files: databases/mysql: Makefile databases/mysql/pkg: PFRAG.shared Log message: Change PFRAG.shared ldconfig invocation(s) to NEWDYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so NEWDYNLIBDIR() works. As requested by espie@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/03 22:20:45 Modified files: misc/cdrecord : Makefile misc/cdrecord/pkg: PLIST Log message: remove LICENSE_TYPE and FAKE=yes. update comment regarding mkisofs. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/03 22:23:36 Modified files: mail/mutt : Makefile Log message: change the maintainer to myself; ok turan@ CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2000/07/03 23:46:23 Modified files: sys/arch/pmax/include: param.h sys/arch/pmax/pmax: machdep.c mem.c Log message: Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ok miod@. -moj CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 04:27:45 Modified files: sys/dev/usb : usbdevs Log message: new prods. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 04:29:07 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/04 04:34:37 Modified files: sys/uvm : uvm_unix.c Log message: Fix the latest fix. Only change vm_dsize if the allocation succeeded. From Jason Thorpe. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/04 04:52:29 Modified files: sys/arch/sparc/sparc: trap.c Log message: Cleaner spl handling in userret. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 05:34:31 Added files: sys/dev/usb : uvisor.c Log message: handspring visor driver; from NetBSD. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 05:37:31 Modified files: sys/arch/i386/conf: GENERIC Log message: add uvisor and clcs, both commented out. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 05:44:26 Modified files: sys/dev/usb : FILES TODO files.usb hid.c hid.h if_aue.c if_auereg.h if_cue.c if_cuereg.h ohci.c ohcireg.h ohcivar.h uaudio.c uaudioreg.h ucom.c ucomvar.h ugen.c uhci.c uhcireg.h uhcivar.h uhid.c uhub.c ulpt.c umodem.c urio.c urio.h usb.c usb.h usb_mem.c usb_mem.h usb_port.h usb_quirks.c usb_quirks.h usb_subr.c usbcdc.h usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h usbhid.h Log message: sync with NetBSD... well almost. someone w/ the hw should check umass. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 05:46:08 Modified files: sys/arch/i386/conf: GENERIC Log message: fix uvisor entry. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/04 06:34:06 Modified files: sys/arch/sparc/sparc: intr.c Log message: Add a missing splx in intr_fasttrap. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/04 06:48:03 Modified files: textproc/xpdf : Makefile textproc/xpdf/pkg: PLIST Log message: move to new style: CONFIGURE_STYLE, no LICENSE_TYPE, comment on plist and the like. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/04 07:01:09 Modified files: sys/arch/sparc/dev: cs4231.c Log message: Missing splx. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/04 07:07:54 Modified files: net/epic4 : Makefile net/epic4/pkg : PLIST Log message: remove unneeded rm. strip bin on install. add comment to package list. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2000/07/04 07:12:04 Modified files: textproc/xpdf : Makefile Log message: strip bins on install. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/04 07:15:12 Modified files: sys/arch/sparc/dev: xd.c Log message: missing splx CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/04 07:21:59 Modified files: sys/dev/pci : uhci_pci.c ohci_pci.c Log message: sync with NetBSD. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2000/07/04 07:47:56 Modified files: lang/ruby : Makefile lang/ruby/pkg : DESCR PFRAG.shared PLIST Log message: Fix thinko (need to update to 1.5) CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/04 10:08:59 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Beautify for espie. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/04 10:28:33 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Literal.... nroff is idiot enough not to bitch, #!@#?x! CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/04 10:37:00 Modified files: share/man/man5 : Makefile Log message: + bsd.port.mk.5 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/04 11:28:38 Modified files: usr.bin/m4 : mdef.h Log message: Back out unwanted testing change CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/04 11:46:22 Modified files: de : errata.html i386.html orders.html press.html Log message: penBSD: portable.html,v 1.23 2000/07/01 13:01:13 djm Exp $ Simply updated. Simply updated. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/04 11:48:46 Modified files: openssh/de : portable.html Log message: Updating to 2.1.1p2 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/04 12:46:25 Modified files: sys/uvm : Tag: OPENBSD_2_7 uvm_unix.c Log message: Pull in patch from current: Fix (art): Don't cast to int when checking if we have exceeded our rlimit in sbrk. Plus misc cleanup. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/04 12:48:01 Modified files: sys/compat/linux: Tag: OPENBSD_2_7 linux_misc.c Log message: Pull in patch from current: Fix (art): Use new timeouts. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/04 13:12:36 Modified files: sys/kern : Tag: OPENBSD_2_7 kern_exit.c Log message: Pull in patch from current: Fix (art): revert revision 1.16 date: 1999/03/02 22:19:09; author: niklas; state: Exp; lines: +4 -3 RFNOWAIT does not dissociate the child from its parent in any other way than that the parent wait call will never get the status of this child, says Rob CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 13:27:19 Modified files: net/epic4 : Makefile Log message: don't unnecessarily re-strip the binary, just fix the install target to use the proper install binary. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 13:33:08 Modified files: net/bitchx : Makefile misc/screen : Makefile Log message: remove unnecessary rm CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 13:48:13 Modified files: net/ircII : Makefile net/ircII/pkg : PLIST Log message: - remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - remove unnecessary rm - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 13:52:36 Modified files: audio/gsm/pkg : PLIST Log message: fixup PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 14:32:53 Modified files: misc/delay : Makefile misc/delay/pkg : DESCR PLIST Added files: misc/delay/patches: patch-delay.c Removed files: misc/delay/patches: patch-aa Log message: - add HOMEPAGE - remove FAKE=Yes and license type - GNU_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST - use better filename for patch CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 15:26:18 Modified files: shells/bash2 : Makefile shells/bash2/pkg: DESCR INSTALL PLIST Log message: - add HOMEPAGE - remove FAKE=Yes - HAS_CONFIGURE -> CONFIGURE_STYLE - fixup INSTALL - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 15:30:17 Modified files: shells/bash : Makefile shells/bash/pkg: DESCR INSTALL PLIST Log message: - add HOMEPAGE - remove FAKE=Yes and license type - fixup INSTALL - add @comment with RCS id to PLIST CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/04 16:00:08 Modified files: usr.sbin/mopd/mopd: process.c Log message: If the spec allows 128-character filenames, our buffer has to be at least 129 characters to hold the trailing NULL. This also fixes a one-byte overflow. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/04 16:20:02 Modified files: share/man/man4 : gdt.4 Log message: inadaquate -> inadequate CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/04 16:27:18 Modified files: share/man/man4 : gdt.4 dpt.4 Log message: - inadaquate -> inadequate (for dpt.4, too) - .Sh HARDWARE -> .Sh DESCRIPTION (all man pages should have this section) - Put the word "RAID" in the short description of dpt(4) for apropos. - Remove hard sentence breaks. - Trash trailing punctuation from last SEE ALSO entry. - I dunno, what else can you fix in 30 seconds? CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 16:36:46 Modified files: shells/tcsh : Makefile shells/tcsh/pkg: INSTALL PLIST Log message: - remve FAKE=Yes and license type - GNU_CONFIGURE -> CONFIGURE_STYLE - mkdir -> ${INSTALL_DATA_DIR} - fixup INSTALL CVSROOT: /cvs Module name: www Changes by: louis@cvs.openbsd.org 2000/07/04 17:04:47 Modified files: . : press.html Log message: Add Peter Coffee eWeek column (TacoVanIeperen@smarttech.com) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2000/07/04 17:22:15 Modified files: usr.sbin/pkg_install/add: extract.c Log message: Fix stupid bug in extraction through playpen. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/04 17:25:20 Modified files: share/man/man4 : gdt.4 Log message: Talk about configuration of RAID devices CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2000/07/04 17:46:24 Modified files: usr.sbin/mopd/mopd: process.c Log message: File of the week :-) If Tertiary Loader data link size might not be set. Since Ethernet is the only data link supported assume datalink to be 1492. Found when ragge@ludd.luth.se tried to boot a VAX 6000/400. -moj CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 17:47:02 Modified files: shells/es : Makefile shells/es/files: md5 shells/es/pkg : PLIST Added files: shells/es/files: config.guess config.sub Removed files: shells/es/patches: patch-main_c patch-prim-sys_c patch-stdenv_h Log message: upgrade to es 0.9-beta1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 19:02:30 Modified files: x11/wterm/pkg : PLIST x11/aterm/pkg : PLIST Log message: @exec chmod -> @mode CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 20:05:29 Modified files: shells/zsh : Makefile shells/zsh/files: md5 shells/zsh/patches: patch-Doc-zsh.texi shells/zsh/pkg : DESCR INSTALL PLIST Log message: upgrade to zsh 3.0.8 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/07/04 20:09:20 Modified files: x11/bclock : Makefile x11/bclock/files: md5 x11/bclock/pkg : PLIST Log message: - Mark unbroken - Update the master sites - USE_IMAKE -> CONFIGURE_STYLE - Add @comment to package list CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/04 21:00:56 Modified files: lib/libc/net : getaddrinfo.c Log message: return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. EAI_NONAME does not make sense in these situations. from kame. From: enami@netbsd.org CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/04 21:10:35 Modified files: sys/arch/i386/isa/pcvt: pcvt_out.c Log message: Sigh, scrr_len represents the length of the scrolling region, not the end of it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug... CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/04 21:51:25 Modified files: shells/zsh-devel: Makefile shells/zsh-devel/files: md5 shells/zsh-devel/pkg: DESCR INSTALL PLIST Added files: shells/zsh-devel/patches: patch-Doc-Makefile.in patch-Doc-zsh.texi patch-Makefile.in Removed files: shells/zsh-devel/patches: patch-aa patch-ab patch-ac Log message: upgrade to zsh 3.1.9 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/04 22:15:26 Modified files: . : errata.html Log message: rev 2 of pcvt patch CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2000/07/05 00:22:10 Modified files: textproc/spiff : Makefile textproc/spiff/pkg: PLIST Log message: Remove MAN1 and PKGNAME; bump NEED_VERSION and add @comment to package list. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 2000/07/05 01:27:13 Modified files: sys/dev : vnd.c Log message: Make return statements adhere to KNF CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/07/05 02:10:58 Modified files: sys/kern : kern_clock.c kern_time.c Log message: Stop sleeps from returning early (by up to a clock tick). From FreeBSD: eventually, we should replace hzto() with something like tvtohz() as well. CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2000/07/05 02:26:37 Modified files: games/grdc : grdc.c Log message: nanosleep() no longer returns early CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/05 06:53:21 Modified files: sys/arch/sparc/dev: magma.c Log message: OpenBSD-tag CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/07/05 06:56:51 Modified files: build : support.dat Log message: New entries in Costa Rica and New Zealand. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/07/05 06:58:18 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/05 07:13:20 Modified files: sys/arch/sparc/dev: magma.c Log message: Change splsoftclock to spltty. spltty is probably too paranoid, but it's less wrong than using splsoftclock which is defined to be a lowering spl (this doesn't matter on the sparc yet, because spls on sparc are wrong, but it will matter soon). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/05 07:16:12 Modified files: sys/arch/sparc/dev: cons.c Log message: Fix spl-handling in cnstart. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 07:46:54 Modified files: share/man/man4/man4.i386: apm.4 autoconf.4 bktr.4 gus.4 ie.4 intro.4 iy.4 joy.4 le.4 lms.4 lpt.4 mcd.4 mem.4 mtrr.4 npx.4 pctr.4 pss.4 sb.4 scd.4 speaker.4 wdt.4 wss.4 wt.4 xf86.4 Log message: man4.i386 repairs. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 07:50:36 Modified files: share/man/man4 : tcic.4 Log message: We aren't NetBSD. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 07:56:36 Modified files: share/man/man4 : puc.4 Log message: Some fix-ups to this man page which was brought in from NetBSD. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 08:01:21 Modified files: sbin/mount_nfs : mount_nfs.8 sbin/newfs_msdos: newfs_msdos.8 Log message: Correct minor formatting errors/typos. CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/07/05 08:19:29 Modified files: sys/arch/i386/include: cpufunc.h Log message: Add a breakpoint() inline for use with KGDB. Ok'd by mickey. CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2000/07/05 08:26:34 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: db_interface.c Added files: sys/arch/i386/i386: db_memrw.c Log message: Decouple memory access functions from db_interface.c so they can be shared with upcoming KGDB. As per NetBSD. Ok'd by niklas. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/05 08:50:55 Modified files: shells/zsh-devel: Makefile shells/zsh-devel/pkg: PLIST Log message: - use proper FAKE_FLAGS instead of the post-configure hack - sync and sort PLIST CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/07/05 11:15:52 Modified files: etc : rc Log message: Start sendmail in the background so it doesn't cause blockage on reboot timing out on DNS problems. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 11:21:02 Modified files: libexec/ftpd : ftpd.c Log message: always setproctitle with %s if using a variable CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 11:23:13 Modified files: usr.sbin/faithd: faithd.c Log message: setproctitle with %s CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 11:50:17 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.mvme68k md.mvme88k md.pmax md.powerpc md.sparc md.sun3 md.vax distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2000/07/05 12:13:50 Modified files: . : events.html Log message: Move LinuxTag2000 event to Past. CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/07/05 12:28:03 Modified files: . : plus.html Log message: more links CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/05 12:30:32 Modified files: sys/arch/alpha/alpha: mem.c Log message: make dmesg work on alpha CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 14:18:07 Modified files: usr.bin/ssh : session.c Log message: use no_x11_forwarding_flag correctly; provos ok CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/05 14:22:31 Modified files: sys/dev/wscons : wsdisplay.c Log message: new timeouts CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2000/07/05 15:35:57 Modified files: usr.bin/ssh : sshd.c Log message: typo CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/05 15:50:39 Modified files: sys/arch/alpha/tc: tcds_dma.c Added files: sys/arch/alpha/tc: asc.c ascreg.h ascvar.h Removed files: sys/arch/alpha/tc: esp.c espreg.h espvar.h Log message: change the esp scsi driver name to asc as not to conflict with the ncr53c9x driver. ok niklas@ CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/05 15:52:07 Modified files: sys/arch/alpha/conf: GENERIC files.alpha Log message: change these to use asc as well CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/05 15:55:37 Modified files: sys/arch/alpha/conf: RAMDISK ALPHA AXPPCI33 Log message: convert these config's to use asc as well CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 15:56:48 Modified files: libexec/ftpd : ftpd.c Log message: another setproctitle CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 16:15:10 Modified files: libexec/ftpd : ftpd.c Log message: crank version to 6.5 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/05 16:20:02 Modified files: sys/arch/hppa/hppa: trap.c Log message: missing semicolon CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/05 16:20:09 Modified files: libexec/ftpd : Tag: OPENBSD_2_7 ftpd.c Log message: Pull in patch from current: Fix (deraadt): always setproctitle with %s if using a variable another setproctitle crank version to 6.5 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/05 16:37:22 Modified files: sys/arch/hppa/include: disklabel.h Log message: fix comment CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/05 16:40:22 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/05 16:40:39 Modified files: . : errata.html security.html Log message: new advisories on ftpd and mopd CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/05 16:42:20 Modified files: usr.sbin/mopd/mopd: Tag: OPENBSD_2_7 process.c Log message: Pull in patches from current: Fixes (maja,aaron,niklas,deraadt,bitblt): File of the week :-) If Tertiary Loader data link size might not be set. Since Ethernet is the only data link supported assume datalink to be 1492. Found when ragge@ludd.luth.se tried to boot a VAX 6000/400. -moj If the spec allows 128-character filenames, our buffer has to be at least 129 characters to hold the trailing NULL. This also fixes a one-byte overflow. typo Ignore filenames that are longer than spec allows (128 for MOP V4.0.0). Matt Power . -moj creating line ourselves, but just in case, use %s with syslog string manipluation paranoia changes. Most probably not exploitable. CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/07/05 16:48:21 Modified files: . : plus.html Log message: add links CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/05 16:49:42 Modified files: sys/arch/i386/isa/pcvt: Tag: OPENBSD_2_7 pcvt_out.c Log message: Pull in patch from current: Errata: PC console driver has two bugs... (2nd issue of this patch) Fix (aaron): Sigh, scrr_len represents the length of the scrolling region, not the end of it. The last commit worked for cases where you had one large scrolling region on top (i.e., an irc client with only one channel window) but broke in cases where you had multiple windows. We must compare against scrr_end instead. Much thanks to fries@ for the heads up. pcvt is hard to debug... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/05 16:50:11 Modified files: sys/dev/wscons : wsdisplay_compat_usl.c Log message: oops, late night typo CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/05 16:51:10 Modified files: sys/netinet : tcp_input.c tcp_subr.c tcp_usrreq.c Log message: more cleanup for IPv4 mapped address support. there seem to be some inconsistency in corner cases (from NRL I believe). todd (fries) and I have seen panic, with the following call chain: ip6_input -> tcp_input -> tcp_respond -> ip_input -> bang! more cleanups should be done, to decrease complexity. for example, INP_IPV6_MAPPED should be nuked. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/05 16:53:10 Modified files: . : errata.html security.html Log message: only affects anonftp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 17:41:11 Modified files: sbin/mountd : mountd.c Log message: remove SYSLOG(), unused function CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 17:41:37 Modified files: sbin/atactl : atactl.c Log message: printf without %s CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 17:41:46 Modified files: sbin/photurisd : errlog.c Log message: printf without %s CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/07/05 17:46:34 Modified files: . : plus.html Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/05 18:01:47 Modified files: libexec/talkd : announce.c Log message: use %s with fprintf CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2000/07/05 18:59:01 Modified files: sys/arch/i386/i386: machdep.c sys/dev/ic : elink3.c sys/kern : subr_userconf.c Log message: printf %s CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/07/05 19:48:33 Modified files: build : support.dat Log message: Fix typo in phone number (silly me, I didn't phone NZ to verify it :-)) CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2000/07/05 19:49:20 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/05 21:37:11 Modified files: sys/scsi : scsiconf.h Log message: Add in a timeout structure to the scsi_xfer structure so that HBA's can watchdog per command. Reserve 4 bits of the flags field for the HBA's private use (e.g., for saying whether the commands in the middle of being watchdogged....). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 21:43:35 Modified files: usr.bin/make : make.1 Log message: Insert missing .El directive; todd@ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 22:06:58 Modified files: usr.bin/apropos: apropos.1 usr.bin/at : at.1 usr.bin/cdio : cdio.1 usr.bin/elf2olf: elf2olf.1 usr.bin/jot : jot.1 usr.bin/locate/locate: locate.1 locate.updatedb.8 usr.bin/m4 : m4.1 usr.bin/midiplay: midiplay.1 usr.bin/nc : nc.1 usr.bin/skeyaudit: skeyaudit.1 usr.bin/skeyinit: skeyinit.1 usr.bin/sort : sort.1 usr.bin/ssh : scp.1 ssh-agent.1 ssh-keygen.1 sshd.8 usr.bin/tn3270/mset: mset.1 usr.bin/top : top.1 usr.bin/w : uptime.1 usr.bin/window : window.1 usr.bin/xlint/xlint: lint.1 usr.bin/yacc : yacc.1 Log message: Insert more missing .El directives. Our troff really should identify these and spit out a warning. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 22:15:09 Modified files: usr.sbin/bootpd: bootpef.8 usr.sbin/map-mbone: map-mbone.8 usr.sbin/pkg_install/add: pkg_add.1 libexec/ld.so/ldconfig: ldconfig.8 Log message: Insert missing .El directives. CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/05 23:11:27 Modified files: sys/dev/pci : isp_pci.c Log message: Use new isp_handle_index function. Pull in f/w from separate files. CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/05 23:16:09 Added files: sys/dev/microcode/isp: asm_1040.h asm_1080.h asm_12160.h asm_2100.h asm_2200.h Removed files: sys/dev/microcode/isp: asm_pci.h Log message: Split PCI firmware into separate (product) files to minimize CVS rototillage on f/w upgrades. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/05 23:24:45 Modified files: sys/netinet : tcp_input.c tcp_usrreq.c Log message: completely remove ipv4 mapped cases from tcp_input(). cleanup (indentation, v4-or-v6 conditions) CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/05 23:25:15 Modified files: sys/arch/sparc/dev: isp_sbus.c Log message: Use isp_handle_index functions. Reorder when things get done (and return CMD_EAGAIN on request queue overflow so we can retry). CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/05 23:31:49 Modified files: sys/dev/ic : isp.c isp_inline.h isp_openbsd.c isp_openbsd.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h Log message: Resync with FreeBSD/NetBSD. Salient features are that the mailbox command routines are not necessarily polled now- this should cut down on some of the spurious lost commands that have occurred. Also, we now watchdog each command and make sure that command constipation doesn't occur (which it has been documented to do on the QLA2100 cards). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 23:36:51 Modified files: bin/ksh : ksh.1tbl Log message: typo CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 23:42:42 Modified files: bin/ksh : ksh.1tbl Log message: fix another, similar typo CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/05 23:58:13 Modified files: sys/arch/i386/conf: GENERIC Log message: Enable CardBus per Theo's request, so we can iron out the wrinkles faster. Also enable the PCIBIOS* options so they can be tested as well. Currently, support only for 3c575- and 3c656-based 3Com CardBus NICs, but we're working to add more drivers. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 00:03:02 Modified files: sys/dev/pci : pccbb.c Log message: Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridges behave more nicely. Also remove statics. From niklas@ CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/06 00:19:08 Modified files: sys/dev/pci : if_wx.c if_wxreg.h if_wxvar.h Log message: Port latest in from FreeBSD- finally have some of the link issues sorted out so we should now be able to work with switches. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/06 00:24:22 Modified files: usr.bin/mail : lex.c Log message: printf with % for the prompt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/06 00:24:39 Modified files: usr.bin/msgs : msgs.c Log message: snprintf with %s when copying the pager CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/06 00:24:51 Modified files: usr.bin/nc : netcat.c Log message: do not assume h_errs[] is clean, use %s CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/06 00:36:19 Modified files: . : plus.html Log message: tags CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/06 01:00:05 Modified files: sys/kern : kern_synch.c Log message: Typo in comment and some cleanup of roundrobin. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/06 02:39:58 Modified files: usr.bin/nc/data: data.c Log message: i feel dirty whenever i edit in here CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 02:44:28 Modified files: sys/arch/i386/isa: isa_machdep.c Log message: Don't include twice. (art@ ok) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2000/07/06 02:51:06 Modified files: usr.bin/tn3270/ascii: map3270.c usr.bin/tn3270/tools: mkmake.y Log message: use %s with printf family CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 03:23:30 Modified files: usr.sbin/user : user.c Log message: Don't write password lines longer than 1023 chars. Change two instances of err() to errx(). CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/06 04:11:27 Modified files: sys/netinet : icmp6.h tcp_input.c sys/netinet6 : icmp6.c in6_proto.c ip6_input.c ip6_var.h nd6.c nd6.h Log message: - more icmp6/ip6 stats. - protect IPv6 ND from being hosed (due to neighbor unreachability detection hint) by wrong tcp traffic. still not sure if there's real attack, but it is good to be cautious. - avoid bitfield for router renumbering header decl. - implement packet-per-sec limitation for icmp6 errors, turn interval limit off (it is not very useful due to unix timer resolution). CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/06 04:14:50 Modified files: usr.sbin/rtadvd: config.c dump.c if.c if.h rrenum.c rtadvd.8 rtadvd.c rtadvd.conf.5 rtadvd.h timer.c timer.h Log message: sync with router renumber struct decl change. more logs. make it very sure to close temporary socket. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/06 04:16:56 Modified files: usr.bin/netstat: inet6.c Log message: more stats CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/06 04:31:12 Modified files: sys/netinet : tcp_input.c Log message: Move domain.h above so this compiles again. Remove netinet.h within ifdef INET6; this is already included. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/06 06:11:06 Modified files: usr.sbin/rtadvd: rtadvd.conf.5 Log message: remove mobile-ip option description, merged in by mitsake CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/06 06:54:55 Modified files: sys/arch/mvme68k/dev: cl.c Log message: Make the handling of going into ddb from the console more like the other architectures. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2000/07/06 06:56:19 Modified files: sys/arch/mvme68k/include: pmap.h sys/arch/mvme68k/mvme68k: genassym.cf locore.s pmap.c vm_machdep.c Log message: Fix pmap_activate and activation of the correct pmap. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2000/07/06 07:24:49 Modified files: etc : rc.conf rc Log message: remove ip6defaultif, this is just for IPv6 specification pedants CVSROOT: /cvs Module name: src Changes by: ericj@cvs.openbsd.org 2000/07/06 07:38:30 Modified files: sys/arch/alpha/include: param.h Log message: #ifndef MSGBUFSIZE, ok niklas@ CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 09:25:05 Modified files: sys/arch/alpha/include: intr.h sys/arch/arc/include: intr.h sys/arch/atari/include: param.h sys/arch/hp300/include: intr.h sys/arch/hppa/include: intr.h sys/arch/kbus/include: psl.h sys/arch/mac68k/include: intr.h sys/arch/mvme68k/include: intr.h sys/arch/mvme88k/include: psl.h sys/arch/pmax/include: mips_param.h sys/arch/sparc/include: psl.h sys/arch/sun3/include: param.h Log message: Add spllowersoftclock(), same as splsoftclock(). (art@ ok) CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 09:29:54 Modified files: sys/arch/amiga/include: psl.h sys/arch/i386/include: intr.h sys/arch/pc532/include: psl.h sys/arch/powerpc/include: intr.h sys/arch/wgrisc/include: intr.h Log message: Change splsoftclock() to raise the spl, instead of lowering it. Add spllowersoftclock() for the former behaviour. Update comment. (art@ ok) CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 09:33:31 Modified files: sys/kern : kern_clock.c kern_time.c Log message: Change splsoftclock() to spllowersoftclock(). (art@ ok) CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 09:42:49 Modified files: sys/arch/amiga/dev: par.c sys/arch/hp300/dev: ppi.c sys/arch/sparc/dev: cons.c sys/arch/sun3/dev: kd.c Log message: Change splsoftclock() call to spllowersoftclock() to conform with other code and keep old behaviour. (art@ ok) CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/07/06 10:06:21 Modified files: . : plus.html Log message: fix some links CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 2000/07/06 10:08:35 Modified files: . : plus.html Log message: missed one CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/06 10:52:19 Modified files: . : orders.html Log message: clarify kasper role CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2000/07/06 11:16:55 Modified files: . : crypto.html Log message: clarify ubsec details CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2000/07/06 11:31:59 Modified files: de : errata.html press.html security.html support.html Log message: Updating the german section. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 11:58:52 Modified files: sys/dev/pci : pcidevs Log message: Add new NatSemi Ethernet product. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 11:59:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/07/06 11:59:56 Modified files: share/man/man4 : an.4 Log message: The Cisco 340 is the same as the Aironet 4800 (Cisco bought Aironet). CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 2000/07/06 12:11:23 Modified files: sys/arch/i386/pci: pci_intr_fixup.c Log message: Add ICU 82801AA_LPC (as on the OR840 motherboard). CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/06 12:32:15 Modified files: sys/arch/i386/pci: pcibios.c Log message: don't panic for nothing CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 12:40:20 Modified files: sys/dev/pci : pcidevs Log message: oops CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 12:41:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2000/07/06 12:42:19 Modified files: sys/arch/i386/pci: pcibios.c Log message: dummy me, forgot \n in panic->printf transition CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 13:12:13 Modified files: sys/dev/pci : if_sis.c if_sisreg.h Log message: Add support for the National Semiconductor DP83815 Fast Ethernet chip. This chip is currently being used on the NetGear FA312-TX adapter, which is presumably a replacement for the PNIC-based FA310-TX. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 13:22:47 Modified files: share/man/man4 : sis.4 pci.4 Log message: Note support for National Semiconductor DP83815-based PCI Ethernet. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2000/07/06 13:23:11 Modified files: . : i386.html Log message: Note support for National Semiconductor DP83815-based PCI Ethernet. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 13:49:11 Modified files: sys/dev/pci : pccbb.c pccbbreg.h pccbbvar.h Log message: Sync with NetBSD. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/06 15:02:36 Modified files: sys/dev/pci : pcidevs Log message: 3com 3C339 token ring. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/06 15:05:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 15:17:44 Modified files: sys/dev/cardbus: if_xl_cardbus.c Log message: Perform a much longer delay after resetting the card to give it a chance to get its brains in order. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2000/07/06 15:25:29 Modified files: sbin/savecore : Tag: OPENBSD_2_7 savecore.c savecore_old.c Log message: Pull in patch from current: Fix (millert): Cleaner loop structure when reading panic string from the core image. We now check the return value of KREAD() which may solve PR 1254. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2000/07/06 15:26:05 Modified files: . : plus.html Log message: savecore added to 2.7 patch branch CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/06 15:36:32 Modified files: audio/bladeenc : Makefile audio/bladeenc/files: md5 audio/bladeenc/pkg: DESCR Added files: audio/bladeenc/patches: patch-system.h Removed files: audio/bladeenc/patches: patch-aa Log message: upgrade to bladeenc 0.93.7 CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/06 15:51:57 Modified files: sys/dev/usb : ucom.c sys/arch/i386/i386: conf.c Log message: Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; from dugsong@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2000/07/06 16:01:30 Modified files: etc/etc.i386 : MAKEDEV Log message: add utty, serial port for USB devices. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/06 16:40:20 Modified files: www/netscape : Makefile.inc www/netscape/communicator: Makefile www/netscape/communicator/pkg: DESCR www/netscape/communicator-old: Makefile www/netscape/communicator-old/pkg: DESCR www/netscape/navigator: Makefile www/netscape/navigator/pkg: DESCR www/netscape/navigator-old: Makefile www/netscape/navigator-old/pkg: DESCR Log message: - add HOMEPAGE - add/bump NEED_VERSION - remove FAKE=Yes - correct version in DESCR for communicator/navigator CVSROOT: /cvs Module name: ports Changes by: matt@cvs.openbsd.org 2000/07/06 16:54:30 Modified files: security/nessus/pkg: PLIST Added files: security/nessus/pkg: PFRAG.shared Removed files: security/nessus/pkg: PLIST.noshared Log message: Convert to new PLIST style; bump NEED_VERSION; clean up Makefile comments CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2000/07/06 17:12:42 Modified files: share/mk : bsd.sys.mk Log message: Add "-idirafter ${DESTDIR}/usr/include/g++" to CXXFLAGS if DESTDIR is set. Fixes "make build" problems w/ libcurses++ since -nostdinc is in effect. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2000/07/06 17:22:22 Modified files: www/netscape : Makefile.inc Log message: - forgot to actually set the HOMEPAGE variable - fix comment about subdirs Makefile having to set certain variables CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 17:25:17 Modified files: sys/dev/pci : if_sis.c Log message: Fix a minor bug in the MAC address unscrambling code. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: mjacob@cvs.openbsd.org 2000/07/06 17:32:12 Modified files: sys/dev/pci : if_wx.c Log message: #ifdef SIOCGIFMTU should have been SIOCSIFMTU. Noticed by: Chris Cappuccio CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 17:58:25 Modified files: share/man/man4 : options.4 Log message: - Flesh this man page out substantially. - Move full description of Soft Updates under the FFS_SOFTUPDATES option. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 17:59:21 Modified files: share/man/man4 : Makefile Removed files: share/man/man4 : ffs_softupdates.4 Log message: Remove the ffs_softupdates(4) man page. The license has been changed to BSD and all relevant information has been moved to the options(4) page. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 18:09:11 Modified files: lib/libc/stdio : printf.3 Log message: Insert missing semi-colon. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2000/07/06 18:13:57 Modified files: lib/libc/gen : setproctitle.3 Log message: Add a CAVEATS section explaining that you should never pass a user-supplied format string directly without %s. CVSROOT: /cvs Module name: src Changes by: jasoni@cvs.openbsd.org 2000/07/06 20:13:40 Modified files: sys/compat/linux: files.linux syscalls.master