Subject: NetBSD source-changes Digest V2 #19
To: None <source-changes-digest@NetBSD.org>
From: NetBSD source-changes Digest <source-changes-digest-owner@NetBSD.org>
List: source-changes
Date: 08/19/2005 02:04:14
NetBSD source-changes Digest  Friday, August 19 2005  Volume 02 : Number 019




----------------------------------------------------------------------

Date: Thu, 18 Aug 2005 20:02:25 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/pci

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:02:25 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-3]: pciide_acer_reg.h

Log Message:
Pull up revision 1.9 (requested by bouyer in ticket #653):
Add an optionnal controller callback for channel reset. If the callback
is set to NULL, use the generic reset code.
Use this to work around a bug in some Acer IDE controllers (like the
one found in some sparc systems) where a controller disable/enable
is required after a reset to avoid data corruption when Ultra-DMA is
used. Workaround from opensolaris, thanks to Hiroki Sato for testing.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.2.1 src/sys/dev/pci/pciide_acer_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:02:31 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/pci

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:02:31 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-3]: aceride.c

Log Message:
Pull up revision 1.16 (requested by bouyer in ticket #653):
Add an optionnal controller callback for channel reset. If the callback
is set to NULL, use the generic reset code.
Use this to work around a bug in some Acer IDE controllers (like the
one found in some sparc systems) where a controller disable/enable
is required after a reset to avoid data corruption when Ultra-DMA is
used. Workaround from opensolaris, thanks to Hiroki Sato for testing.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 src/sys/dev/pci/aceride.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:02:40 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/ic

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:02:40 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-3]: wdcvar.h

Log Message:
Pull up revision 1.83 (requested by bouyer in ticket #653):
Add an optionnal controller callback for channel reset. If the callback
is set to NULL, use the generic reset code.
Use this to work around a bug in some Acer IDE controllers (like the
one found in some sparc systems) where a controller disable/enable
is required after a reset to avoid data corruption when Ultra-DMA is
used. Workaround from opensolaris, thanks to Hiroki Sato for testing.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.82.2.1 src/sys/dev/ic/wdcvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:02:46 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/ic

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:02:46 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-3]: wdc.c

Log Message:
Pull up revision 1.225 (requested by bouyer in ticket #653):
Add an optionnal controller callback for channel reset. If the callback
is set to NULL, use the generic reset code.
Use this to work around a bug in some Acer IDE controllers (like the
one found in some sparc systems) where a controller disable/enable
is required after a reset to avoid data corruption when Ultra-DMA is
used. Workaround from opensolaris, thanks to Hiroki Sato for testing.


To generate a diff of this commit:
cvs rdiff -r1.220.2.2 -r1.220.2.3 src/sys/dev/ic/wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:05:41 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/pci

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:05:41 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-3]: aceride.c

Log Message:
Pull up revision 1.17 (requested by bouyer in ticket #653):
remove debug printf


To generate a diff of this commit:
cvs rdiff -r1.14.2.1 -r1.14.2.2 src/sys/dev/pci/aceride.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:07:26 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/pci

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:07:26 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-3]: aceride.c

Log Message:
Pull up revision 1.18 (requested by bouyer in ticket #653):
To disable a channel we need to clear bit 2 or 3, not all other bits but
bit 2 or 3. Thanks to Takeshi Nakayama for catching it.
(With this mistake the code was still working for the first channel, because
the reset of the second channel would disable/enable the first one).


To generate a diff of this commit:
cvs rdiff -r1.14.2.2 -r1.14.2.3 src/sys/dev/pci/aceride.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:08:54 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/ic

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:08:54 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-3]: wdc.c

Log Message:
Pull up revision 1.227 (requested by bouyer in ticket #653):
Also initialize wdc->reset in wdcprobe() if the bus back-end didn't provide
one. Prevent NULL pointer dereference when wdcprobe() is called.


To generate a diff of this commit:
cvs rdiff -r1.220.2.3 -r1.220.2.4 src/sys/dev/ic/wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:10:52 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/ic

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:10:52 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-3]: wdc.c

Log Message:
Pull up revision 1.228 (requested by bouyer in ticket #653):
Add missing declaration/initialisation of wdc.
Pointed out by Rui Paulo.


To generate a diff of this commit:
cvs rdiff -r1.220.2.4 -r1.220.2.5 src/sys/dev/ic/wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:15:59 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb

Module Name:	xsrc
Committed By:	tron
Date:		Thu Aug 18 20:15:59 UTC 2005

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb [netbsd-3]:
	    ffb.h

Log Message:
Pull up revision 1.4 (requested by martin in ticket #672):
Second try, after some debugging help from Michael:
On old revisions of FFB, when unblanking the screen, make the X server
redraw the whole screen (thanks to Marc Aurele La France from XFree for
the idea). This fixes PR 30580.


To generate a diff of this commit:
cvs rdiff -r1.1.1.4.8.1 -r1.1.1.4.8.2 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:16:05 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb

Module Name:	xsrc
Committed By:	tron
Date:		Thu Aug 18 20:16:05 UTC 2005

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb [netbsd-3]:
	    ffb_dac.c ffb_driver.c

Log Message:
Pull up revision 1.5 (requested by martin in ticket #672):
Second try, after some debugging help from Michael:
On old revisions of FFB, when unblanking the screen, make the X server
redraw the whole screen (thanks to Marc Aurele La France from XFree for
the idea). This fixes PR 30580.


To generate a diff of this commit:
cvs rdiff -r1.1.1.4.8.1 -r1.1.1.4.8.2 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_dac.c
cvs rdiff -r1.1.1.5.6.2 -r1.1.1.5.6.3 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/sunffb/ffb_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:19:00 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/doc

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:19:00 UTC 2005

Modified Files:
	src/doc [netbsd-3]: CHANGES-3.0

Log Message:
Tickets 653 and 672.


To generate a diff of this commit:
cvs rdiff -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-3.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:40:38 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/dev/ic

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:40:38 UTC 2005

Modified Files:
	src/sys/dev/ic [netbsd-3]: rtl8169.c

Log Message:
Pull up revision 1.21 (requested by yamt in ticket #674):
specify dma direction hints for bus_dmamap_load_mbuf.


To generate a diff of this commit:
cvs rdiff -r1.14.2.3 -r1.14.2.4 src/sys/dev/ic/rtl8169.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:42:47 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/arch/xen/conf

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:42:47 UTC 2005

Modified Files:
	src/sys/arch/xen/conf [netbsd-3]: files.xen

Log Message:
Pull up revision 1.26 (requested by yamt in ticket #675):
include cardbus/pcmcia.
XXX 32bit cards don't work due to the way how xen handles
pci configuration space.


To generate a diff of this commit:
cvs rdiff -r1.18.2.3 -r1.18.2.4 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:45:11 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/sys/arch/xen/xen

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:45:11 UTC 2005

Modified Files:
	src/sys/arch/xen/xen [netbsd-3]: evtchn.c

Log Message:
Pull up revision 1.15 (requested by yamt in ticket #676):
evtchn_do_event: enable interrupts while calling interrupt handlers.


To generate a diff of this commit:
cvs rdiff -r1.3.2.11 -r1.3.2.12 src/sys/arch/xen/xen/evtchn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:46:36 +0000 (UTC)
From: Matthias Scheler <tron@netbsd.org>
Subject: CVS commit: [netbsd-3] src/doc

Module Name:	src
Committed By:	tron
Date:		Thu Aug 18 20:46:36 UTC 2005

Modified Files:
	src/doc [netbsd-3]: CHANGES-3.0

Log Message:
Tickets 674 to 676.


To generate a diff of this commit:
cvs rdiff -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-3.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:07:23 +0000 (UTC)
From: Elad Efrat <elad@netbsd.org>
Subject: CVS commit: src/lib/libutil

Module Name:	src
Committed By:	elad
Date:		Thu Aug 18 21:07:23 UTC 2005

Modified Files:
	src/lib/libutil: passwd.c pw_getconf.3

Log Message:
Make pw_getconf(3) set errno so we have indication on what went wrong.
Document possible errno values in the manpage.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/lib/libutil/passwd.c
cvs rdiff -r1.7 -r1.8 src/lib/libutil/pw_getconf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:11:25 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:11:25 UTC 2005

Update of /cvsroot/src/gnu/dist/postfix
In directory ivanova.netbsd.org:/tmp/cvs-serv24040

Log Message:
Import Postfix-2.2.5.


Vendor Tag:	VENEMA
Release Tags:	PFIX-2-2-5
		
U src/gnu/dist/postfix/AAAREADME
U src/gnu/dist/postfix/COMPATIBILITY
U src/gnu/dist/postfix/COPYRIGHT
U src/gnu/dist/postfix/HISTORY
U src/gnu/dist/postfix/INSTALL
U src/gnu/dist/postfix/LICENSE
U src/gnu/dist/postfix/Makefile
U src/gnu/dist/postfix/Makefile.in
U src/gnu/dist/postfix/Makefile.init
U src/gnu/dist/postfix/PORTING
U src/gnu/dist/postfix/RELEASE_NOTES
U src/gnu/dist/postfix/RELEASE_NOTES-1.1
U src/gnu/dist/postfix/RELEASE_NOTES-2.0
U src/gnu/dist/postfix/US_PATENT_6321267
C src/gnu/dist/postfix/makedefs
U src/gnu/dist/postfix/postfix-install
C src/gnu/dist/postfix/postfix2netbsd
N src/gnu/dist/postfix/TLS_TODO
N src/gnu/dist/postfix/IPv6-ChangeLog
N src/gnu/dist/postfix/TLS_ACKNOWLEDGEMENTS
N src/gnu/dist/postfix/RELEASE_NOTES-2.1
N src/gnu/dist/postfix/TLS_CHANGES
N src/gnu/dist/postfix/TLS_LICENSE
C src/gnu/dist/postfix/README_FILES/RELEASE_NOTES
U src/gnu/dist/postfix/README_FILES/AAAREADME
U src/gnu/dist/postfix/README_FILES/ADDRESS_CLASS_README
U src/gnu/dist/postfix/README_FILES/ADDRESS_REWRITING_README
U src/gnu/dist/postfix/README_FILES/ADDRESS_VERIFICATION_README
U src/gnu/dist/postfix/README_FILES/BACKSCATTER_README
U src/gnu/dist/postfix/README_FILES/BASIC_CONFIGURATION_README
U src/gnu/dist/postfix/README_FILES/BUILTIN_FILTER_README
U src/gnu/dist/postfix/README_FILES/CONTENT_INSPECTION_README
U src/gnu/dist/postfix/README_FILES/CYRUS_README
U src/gnu/dist/postfix/README_FILES/DATABASE_README
U src/gnu/dist/postfix/README_FILES/DB_README
U src/gnu/dist/postfix/README_FILES/DEBUG_README
U src/gnu/dist/postfix/README_FILES/ETRN_README
U src/gnu/dist/postfix/README_FILES/FILTER_README
C src/gnu/dist/postfix/README_FILES/INSTALL
U src/gnu/dist/postfix/README_FILES/LDAP_README
U src/gnu/dist/postfix/README_FILES/LINUX_README
U src/gnu/dist/postfix/README_FILES/LMTP_README
U src/gnu/dist/postfix/README_FILES/LOCAL_RECIPIENT_README
U src/gnu/dist/postfix/README_FILES/MAILDROP_README
U src/gnu/dist/postfix/README_FILES/MYSQL_README
U src/gnu/dist/postfix/README_FILES/NFS_README
U src/gnu/dist/postfix/README_FILES/OVERVIEW
U src/gnu/dist/postfix/README_FILES/PACKAGE_README
U src/gnu/dist/postfix/README_FILES/PCRE_README
U src/gnu/dist/postfix/README_FILES/PGSQL_README
U src/gnu/dist/postfix/README_FILES/QMQP_README
U src/gnu/dist/postfix/README_FILES/QSHAPE_README
N src/gnu/dist/postfix/README_FILES/CDB_README
U src/gnu/dist/postfix/README_FILES/RESTRICTION_CLASS_README
U src/gnu/dist/postfix/README_FILES/SASL_README
U src/gnu/dist/postfix/README_FILES/SCHEDULER_README
U src/gnu/dist/postfix/README_FILES/SMTPD_ACCESS_README
U src/gnu/dist/postfix/README_FILES/SMTPD_POLICY_README
U src/gnu/dist/postfix/README_FILES/SMTPD_PROXY_README
U src/gnu/dist/postfix/README_FILES/STANDARD_CONFIGURATION_README
U src/gnu/dist/postfix/README_FILES/TUNING_README
U src/gnu/dist/postfix/README_FILES/ULTRIX_README
U src/gnu/dist/postfix/README_FILES/UUCP_README
U src/gnu/dist/postfix/README_FILES/VERP_README
U src/gnu/dist/postfix/README_FILES/VIRTUAL_README
U src/gnu/dist/postfix/README_FILES/XCLIENT_README
U src/gnu/dist/postfix/README_FILES/XFORWARD_README
N src/gnu/dist/postfix/README_FILES/CONNECTION_CACHE_README
N src/gnu/dist/postfix/README_FILES/IPV6_README
N src/gnu/dist/postfix/README_FILES/TLS_README
U src/gnu/dist/postfix/auxiliary/MacOSX/README-INSTALL.OSX
U src/gnu/dist/postfix/auxiliary/MacOSX/activate-postfix
U src/gnu/dist/postfix/auxiliary/MacOSX/activate-sendmail
U src/gnu/dist/postfix/auxiliary/MacOSX/backup-postfix-binaries
U src/gnu/dist/postfix/auxiliary/MacOSX/backup-sendmail-binaries
U src/gnu/dist/postfix/auxiliary/MacOSX/deactivate-postfix
U src/gnu/dist/postfix/auxiliary/MacOSX/defines
U src/gnu/dist/postfix/auxiliary/MacOSX/niscript
U src/gnu/dist/postfix/auxiliary/MacOSX/repair-oldsetup
U src/gnu/dist/postfix/auxiliary/MacOSX/Postfix.StartupItem/Postfix
U src/gnu/dist/postfix/auxiliary/MacOSX/Postfix.StartupItem/StartupParameters.plist
U src/gnu/dist/postfix/auxiliary/qshape/qshape.pl
U src/gnu/dist/postfix/auxiliary/rmail/rmail
U src/gnu/dist/postfix/conf/LICENSE
N src/gnu/dist/postfix/conf/TLS_LICENSE
U src/gnu/dist/postfix/conf/access
U src/gnu/dist/postfix/conf/aliases
U src/gnu/dist/postfix/conf/canonical
U src/gnu/dist/postfix/conf/header_checks
C src/gnu/dist/postfix/conf/main.cf
C src/gnu/dist/postfix/conf/master.cf
C src/gnu/dist/postfix/conf/post-install
C src/gnu/dist/postfix/conf/postfix-files
C src/gnu/dist/postfix/conf/postfix-script
U src/gnu/dist/postfix/conf/relocated
U src/gnu/dist/postfix/conf/transport
U src/gnu/dist/postfix/conf/virtual
N src/gnu/dist/postfix/conf/generic
U src/gnu/dist/postfix/examples/chroot-setup/FREEBSD3
U src/gnu/dist/postfix/examples/chroot-setup/AIX42
U src/gnu/dist/postfix/examples/chroot-setup/BSDI2
U src/gnu/dist/postfix/examples/chroot-setup/BSDI3
N src/gnu/dist/postfix/examples/chroot-setup/Solaris10
U src/gnu/dist/postfix/examples/chroot-setup/FreeBSD2
U src/gnu/dist/postfix/examples/chroot-setup/HPUX10
U src/gnu/dist/postfix/examples/chroot-setup/HPUX9
U src/gnu/dist/postfix/examples/chroot-setup/IRIX5
U src/gnu/dist/postfix/examples/chroot-setup/IRIX6
U src/gnu/dist/postfix/examples/chroot-setup/LINUX2
U src/gnu/dist/postfix/examples/chroot-setup/NETBSD1
U src/gnu/dist/postfix/examples/chroot-setup/NEXTSTEP3
U src/gnu/dist/postfix/examples/chroot-setup/OPENSTEP4
U src/gnu/dist/postfix/examples/chroot-setup/OSF1
U src/gnu/dist/postfix/examples/chroot-setup/Solaris2
U src/gnu/dist/postfix/examples/chroot-setup/Solaris8
U src/gnu/dist/postfix/examples/qmail-local/qmail-local.txt
U src/gnu/dist/postfix/examples/smtpd-policy/greylist.pl
U src/gnu/dist/postfix/examples/smtpd-policy/spf.pl
U src/gnu/dist/postfix/html/sendmail.1.html
U src/gnu/dist/postfix/html/ADDRESS_CLASS_README.html
U src/gnu/dist/postfix/html/ADDRESS_REWRITING_README.html
U src/gnu/dist/postfix/html/ADDRESS_VERIFICATION_README.html
U src/gnu/dist/postfix/html/BACKSCATTER_README.html
U src/gnu/dist/postfix/html/BASIC_CONFIGURATION_README.html
U src/gnu/dist/postfix/html/BUILTIN_FILTER_README.html
U src/gnu/dist/postfix/html/CONTENT_INSPECTION_README.html
U src/gnu/dist/postfix/html/CYRUS_README.html
U src/gnu/dist/postfix/html/DATABASE_README.html
U src/gnu/dist/postfix/html/DB_README.html
U src/gnu/dist/postfix/html/DEBUG_README.html
U src/gnu/dist/postfix/html/ETRN_README.html
U src/gnu/dist/postfix/html/FILTER_README.html
U src/gnu/dist/postfix/html/INSTALL.html
U src/gnu/dist/postfix/html/LDAP_README.html
U src/gnu/dist/postfix/html/LINUX_README.html
U src/gnu/dist/postfix/html/LMTP_README.html
U src/gnu/dist/postfix/html/LOCAL_RECIPIENT_README.html
U src/gnu/dist/postfix/html/MAILDROP_README.html
U src/gnu/dist/postfix/html/MYSQL_README.html
U src/gnu/dist/postfix/html/Makefile.in
U src/gnu/dist/postfix/html/NFS_README.html
U src/gnu/dist/postfix/html/OVERVIEW.html
U src/gnu/dist/postfix/html/PACKAGE_README.html
U src/gnu/dist/postfix/html/PCRE_README.html
U src/gnu/dist/postfix/html/PGSQL_README.html
U src/gnu/dist/postfix/html/QMQP_README.html
U src/gnu/dist/postfix/html/QSHAPE_README.html
U src/gnu/dist/postfix/html/RESTRICTION_CLASS_README.html
U src/gnu/dist/postfix/html/SASL_README.html
U src/gnu/dist/postfix/html/SCHEDULER_README.html
U src/gnu/dist/postfix/html/SMTPD_ACCESS_README.html
U src/gnu/dist/postfix/html/SMTPD_POLICY_README.html
U src/gnu/dist/postfix/html/SMTPD_PROXY_README.html
U src/gnu/dist/postfix/html/STANDARD_CONFIGURATION_README.html
U src/gnu/dist/postfix/html/TUNING_README.html
U src/gnu/dist/postfix/html/ULTRIX_README.html
U src/gnu/dist/postfix/html/UUCP_README.html
U src/gnu/dist/postfix/html/VERP_README.html
U src/gnu/dist/postfix/html/VIRTUAL_README.html
U src/gnu/dist/postfix/html/XCLIENT_README.html
U src/gnu/dist/postfix/html/XFORWARD_README.html
U src/gnu/dist/postfix/html/access.5.html
U src/gnu/dist/postfix/html/aliases.5.html
U src/gnu/dist/postfix/html/bounce.8.html
U src/gnu/dist/postfix/html/canonical.5.html
U src/gnu/dist/postfix/html/cidr_table.5.html
U src/gnu/dist/postfix/html/cleanup.8.html
U src/gnu/dist/postfix/html/mailq.1.html
U src/gnu/dist/postfix/html/error.8.html
U src/gnu/dist/postfix/html/flush.8.html
U src/gnu/dist/postfix/html/header_checks.5.html
U src/gnu/dist/postfix/html/index.html
U src/gnu/dist/postfix/html/ldap_table.5.html
U src/gnu/dist/postfix/html/lmtp.8.html
U src/gnu/dist/postfix/html/local.8.html
U src/gnu/dist/postfix/html/master.8.html
U src/gnu/dist/postfix/html/mysql_table.5.html
U src/gnu/dist/postfix/html/newaliases.1.html
U src/gnu/dist/postfix/html/trace.8.html
U src/gnu/dist/postfix/html/oqmgr.8.html
U src/gnu/dist/postfix/html/pcre_table.5.html
U src/gnu/dist/postfix/html/pgsql_table.5.html
U src/gnu/dist/postfix/html/pickup.8.html
U src/gnu/dist/postfix/html/pipe.8.html
U src/gnu/dist/postfix/html/postalias.1.html
U src/gnu/dist/postfix/html/postcat.1.html
U src/gnu/dist/postfix/html/postconf.1.html
U src/gnu/dist/postfix/html/postconf.5.html
U src/gnu/dist/postfix/html/postdrop.1.html
U src/gnu/dist/postfix/html/postfix-logo.jpg
U src/gnu/dist/postfix/html/postfix-power.png
U src/gnu/dist/postfix/html/postfix.1.html
U src/gnu/dist/postfix/html/postkick.1.html
U src/gnu/dist/postfix/html/postlock.1.html
U src/gnu/dist/postfix/html/postlog.1.html
U src/gnu/dist/postfix/html/postmap.1.html
U src/gnu/dist/postfix/html/postqueue.1.html
U src/gnu/dist/postfix/html/postsuper.1.html
U src/gnu/dist/postfix/html/proxymap.8.html
U src/gnu/dist/postfix/html/qmgr.8.html
U src/gnu/dist/postfix/html/qmqp-sink.1.html
U src/gnu/dist/postfix/html/qmqp-source.1.html
U src/gnu/dist/postfix/html/qmqpd.8.html
U src/gnu/dist/postfix/html/qshape.1.html
U src/gnu/dist/postfix/html/regexp_table.5.html
U src/gnu/dist/postfix/html/relocated.5.html
U src/gnu/dist/postfix/html/defer.8.html
U src/gnu/dist/postfix/html/showq.8.html
U src/gnu/dist/postfix/html/smtp-sink.1.html
U src/gnu/dist/postfix/html/smtp-source.1.html
U src/gnu/dist/postfix/html/smtp.8.html
U src/gnu/dist/postfix/html/smtpd.8.html
U src/gnu/dist/postfix/html/spawn.8.html
U src/gnu/dist/postfix/html/transport.5.html
U src/gnu/dist/postfix/html/trivial-rewrite.8.html
U src/gnu/dist/postfix/html/verify.8.html
U src/gnu/dist/postfix/html/virtual.5.html
U src/gnu/dist/postfix/html/virtual.8.html
N src/gnu/dist/postfix/html/CDB_README.html
N src/gnu/dist/postfix/html/CONNECTION_CACHE_README.html
N src/gnu/dist/postfix/html/IPV6_README.html
N src/gnu/dist/postfix/html/TLS_README.html
N src/gnu/dist/postfix/html/anvil.8.html
N src/gnu/dist/postfix/html/discard.8.html
N src/gnu/dist/postfix/html/generic.5.html
N src/gnu/dist/postfix/html/master.5.html
N src/gnu/dist/postfix/html/nisplus_table.5.html
N src/gnu/dist/postfix/html/postfix-manuals.html
N src/gnu/dist/postfix/html/scache.8.html
N src/gnu/dist/postfix/html/tlsmgr.8.html
U src/gnu/dist/postfix/man/Makefile.in
N src/gnu/dist/postfix/man/Makefile.in.stable
N src/gnu/dist/postfix/man/Makefile.in.snapshot
U src/gnu/dist/postfix/man/man1/mailq.1
U src/gnu/dist/postfix/man/man1/newaliases.1
U src/gnu/dist/postfix/man/man1/postalias.1
U src/gnu/dist/postfix/man/man1/postcat.1
U src/gnu/dist/postfix/man/man1/postconf.1
U src/gnu/dist/postfix/man/man1/postdrop.1
U src/gnu/dist/postfix/man/man1/postfix.1
U src/gnu/dist/postfix/man/man1/postkick.1
U src/gnu/dist/postfix/man/man1/postlock.1
U src/gnu/dist/postfix/man/man1/postlog.1
U src/gnu/dist/postfix/man/man1/postmap.1
U src/gnu/dist/postfix/man/man1/postqueue.1
U src/gnu/dist/postfix/man/man1/postsuper.1
U src/gnu/dist/postfix/man/man1/qmqp-sink.1
U src/gnu/dist/postfix/man/man1/qmqp-source.1
U src/gnu/dist/postfix/man/man1/qshape.1
U src/gnu/dist/postfix/man/man1/sendmail.1
U src/gnu/dist/postfix/man/man1/smtp-sink.1
U src/gnu/dist/postfix/man/man1/smtp-source.1
N src/gnu/dist/postfix/man/man5/generic.5
U src/gnu/dist/postfix/man/man5/access.5
U src/gnu/dist/postfix/man/man5/aliases.5
U src/gnu/dist/postfix/man/man5/body_checks.5
C src/gnu/dist/postfix/man/man5/canonical.5
U src/gnu/dist/postfix/man/man5/cidr_table.5
U src/gnu/dist/postfix/man/man5/header_checks.5
U src/gnu/dist/postfix/man/man5/ldap_table.5
U src/gnu/dist/postfix/man/man5/mysql_table.5
U src/gnu/dist/postfix/man/man5/pcre_table.5
U src/gnu/dist/postfix/man/man5/pgsql_table.5
C src/gnu/dist/postfix/man/man5/postconf.5
U src/gnu/dist/postfix/man/man5/regexp_table.5
U src/gnu/dist/postfix/man/man5/relocated.5
U src/gnu/dist/postfix/man/man5/transport.5
C src/gnu/dist/postfix/man/man5/virtual.5
N src/gnu/dist/postfix/man/man5/nisplus_table.5
N src/gnu/dist/postfix/man/man5/master.5
N src/gnu/dist/postfix/man/man8/discard.8
U src/gnu/dist/postfix/man/man8/bounce.8
C src/gnu/dist/postfix/man/man8/cleanup.8
U src/gnu/dist/postfix/man/man8/defer.8
U src/gnu/dist/postfix/man/man8/error.8
U src/gnu/dist/postfix/man/man8/flush.8
C src/gnu/dist/postfix/man/man8/lmtp.8
C src/gnu/dist/postfix/man/man8/local.8
U src/gnu/dist/postfix/man/man8/master.8
U src/gnu/dist/postfix/man/man8/oqmgr.8
U src/gnu/dist/postfix/man/man8/pickup.8
U src/gnu/dist/postfix/man/man8/pipe.8
U src/gnu/dist/postfix/man/man8/proxymap.8
U src/gnu/dist/postfix/man/man8/qmgr.8
U src/gnu/dist/postfix/man/man8/qmqpd.8
U src/gnu/dist/postfix/man/man8/showq.8
U src/gnu/dist/postfix/man/man8/smtp.8
U src/gnu/dist/postfix/man/man8/smtpd.8
U src/gnu/dist/postfix/man/man8/spawn.8
U src/gnu/dist/postfix/man/man8/trace.8
U src/gnu/dist/postfix/man/man8/trivial-rewrite.8
U src/gnu/dist/postfix/man/man8/verify.8
U src/gnu/dist/postfix/man/man8/virtual.8
N src/gnu/dist/postfix/man/man8/anvil.8
N src/gnu/dist/postfix/man/man8/scache.8
N src/gnu/dist/postfix/man/man8/tlsmgr.8
U src/gnu/dist/postfix/mantools/ccformat
U src/gnu/dist/postfix/mantools/README
U src/gnu/dist/postfix/mantools/find-fluff
U src/gnu/dist/postfix/mantools/double
U src/gnu/dist/postfix/mantools/enter
U src/gnu/dist/postfix/mantools/html2readme
U src/gnu/dist/postfix/mantools/fixman
N src/gnu/dist/postfix/mantools/docuseparam
U src/gnu/dist/postfix/mantools/get_anchors.pl
U src/gnu/dist/postfix/mantools/make-relnotes
U src/gnu/dist/postfix/mantools/makereadme
U src/gnu/dist/postfix/mantools/man2html
U src/gnu/dist/postfix/mantools/mansect
U src/gnu/dist/postfix/mantools/postconf2html
U src/gnu/dist/postfix/mantools/postconf2man
U src/gnu/dist/postfix/mantools/postlink
U src/gnu/dist/postfix/mantools/spell
U src/gnu/dist/postfix/mantools/srctoman
U src/gnu/dist/postfix/mantools/xpostconf
U src/gnu/dist/postfix/mantools/xpostdef
N src/gnu/dist/postfix/mantools/docparam
N src/gnu/dist/postfix/mantools/makepostconflinks
N src/gnu/dist/postfix/mantools/makepostconf
N src/gnu/dist/postfix/mantools/makemanidx
N src/gnu/dist/postfix/mantools/mandouble
N src/gnu/dist/postfix/mantools/manlint
N src/gnu/dist/postfix/mantools/manlint.stop
N src/gnu/dist/postfix/mantools/manspell
N src/gnu/dist/postfix/mantools/postconffix
N src/gnu/dist/postfix/mantools/postlink.sed
N src/gnu/dist/postfix/mantools/readme2html
N src/gnu/dist/postfix/mantools/specmiss
N src/gnu/dist/postfix/mantools/useparam
N src/gnu/dist/postfix/mantools/user2var
N src/gnu/dist/postfix/mantools/var2user
N src/gnu/dist/postfix/proto/CDB_README.html
U src/gnu/dist/postfix/proto/ADDRESS_CLASS_README.html
U src/gnu/dist/postfix/proto/ADDRESS_REWRITING_README.html
U src/gnu/dist/postfix/proto/ADDRESS_VERIFICATION_README.html
U src/gnu/dist/postfix/proto/BACKSCATTER_README.html
U src/gnu/dist/postfix/proto/BASIC_CONFIGURATION_README.html
U src/gnu/dist/postfix/proto/BUILTIN_FILTER_README.html
U src/gnu/dist/postfix/proto/CONTENT_INSPECTION_README.html
U src/gnu/dist/postfix/proto/CYRUS_README.html
U src/gnu/dist/postfix/proto/DATABASE_README.html
U src/gnu/dist/postfix/proto/DB_README.html
U src/gnu/dist/postfix/proto/DEBUG_README.html
U src/gnu/dist/postfix/proto/ETRN_README.html
U src/gnu/dist/postfix/proto/FILTER_README.html
U src/gnu/dist/postfix/proto/README
U src/gnu/dist/postfix/proto/INSTALL.html
U src/gnu/dist/postfix/proto/LDAP_README.html
U src/gnu/dist/postfix/proto/LINUX_README.html
U src/gnu/dist/postfix/proto/LMTP_README.html
U src/gnu/dist/postfix/proto/LOCAL_RECIPIENT_README.html
U src/gnu/dist/postfix/proto/MACOSX_README
U src/gnu/dist/postfix/proto/MAILDROP_README.html
U src/gnu/dist/postfix/proto/MYSQL_README.html
U src/gnu/dist/postfix/proto/Makefile.in
U src/gnu/dist/postfix/proto/NFS_README.html
U src/gnu/dist/postfix/proto/OVERVIEW.html
U src/gnu/dist/postfix/proto/PACKAGE_README.html
U src/gnu/dist/postfix/proto/PCRE_README.html
U src/gnu/dist/postfix/proto/PGSQL_README.html
U src/gnu/dist/postfix/proto/QMQP_README.html
U src/gnu/dist/postfix/proto/QSHAPE_README.html
U src/gnu/dist/postfix/proto/RESTRICTION_CLASS_README.html
U src/gnu/dist/postfix/proto/SASL_README.html
U src/gnu/dist/postfix/proto/SCHEDULER_README.html
U src/gnu/dist/postfix/proto/SMTPD_ACCESS_README.html
U src/gnu/dist/postfix/proto/SMTPD_POLICY_README.html
U src/gnu/dist/postfix/proto/SMTPD_PROXY_README.html
U src/gnu/dist/postfix/proto/STANDARD_CONFIGURATION_README.html
U src/gnu/dist/postfix/proto/TUNING_README.html
U src/gnu/dist/postfix/proto/ULTRIX_README.html
U src/gnu/dist/postfix/proto/UUCP_README.html
U src/gnu/dist/postfix/proto/VERP_README.html
U src/gnu/dist/postfix/proto/VIRTUAL_README.html
U src/gnu/dist/postfix/proto/XCLIENT_README.html
U src/gnu/dist/postfix/proto/XFORWARD_README.html
U src/gnu/dist/postfix/proto/access
U src/gnu/dist/postfix/proto/aliases
U src/gnu/dist/postfix/proto/aliases0
U src/gnu/dist/postfix/proto/canonical
U src/gnu/dist/postfix/proto/cidr_table
U src/gnu/dist/postfix/proto/header_checks
U src/gnu/dist/postfix/proto/stop
U src/gnu/dist/postfix/proto/html2text.rc
U src/gnu/dist/postfix/proto/ldap_table
U src/gnu/dist/postfix/proto/manual-format
U src/gnu/dist/postfix/proto/mysql_table
U src/gnu/dist/postfix/proto/pcre_table
U src/gnu/dist/postfix/proto/pgsql_table
U src/gnu/dist/postfix/proto/postconf.html.epilog
U src/gnu/dist/postfix/proto/postconf.html.prolog
U src/gnu/dist/postfix/proto/postconf.man.epilog
U src/gnu/dist/postfix/proto/postconf.man.prolog
U src/gnu/dist/postfix/proto/postconf.proto
U src/gnu/dist/postfix/proto/postconf.spec
U src/gnu/dist/postfix/proto/regexp_table
U src/gnu/dist/postfix/proto/relocated
U src/gnu/dist/postfix/proto/transport
U src/gnu/dist/postfix/proto/virtual
N src/gnu/dist/postfix/proto/CONNECTION_CACHE_README.html
N src/gnu/dist/postfix/proto/IPV6_README.html
N src/gnu/dist/postfix/proto/TLS_README.html
N src/gnu/dist/postfix/proto/generic
N src/gnu/dist/postfix/proto/nisplus_table
N src/gnu/dist/postfix/proto/master
U src/gnu/dist/postfix/src/bounce/bounce.c
U src/gnu/dist/postfix/src/bounce/Makefile.in
U src/gnu/dist/postfix/src/bounce/bounce_append_service.c
U src/gnu/dist/postfix/src/bounce/bounce_cleanup.c
U src/gnu/dist/postfix/src/bounce/bounce_notify_service.c
U src/gnu/dist/postfix/src/bounce/bounce_notify_util.c
U src/gnu/dist/postfix/src/bounce/bounce_notify_verp.c
U src/gnu/dist/postfix/src/bounce/bounce_one_service.c
U src/gnu/dist/postfix/src/bounce/bounce_service.h
U src/gnu/dist/postfix/src/bounce/bounce_trace_service.c
U src/gnu/dist/postfix/src/bounce/bounce_warn_service.c
C src/gnu/dist/postfix/src/cleanup/cleanup.c
U src/gnu/dist/postfix/src/cleanup/Makefile.in
C src/gnu/dist/postfix/src/cleanup/cleanup.h
U src/gnu/dist/postfix/src/cleanup/cleanup_addr.c
U src/gnu/dist/postfix/src/cleanup/cleanup_api.c
C src/gnu/dist/postfix/src/cleanup/cleanup_envelope.c
U src/gnu/dist/postfix/src/cleanup/cleanup_extracted.c
C src/gnu/dist/postfix/src/cleanup/cleanup_init.c
U src/gnu/dist/postfix/src/cleanup/cleanup_map11.c
U src/gnu/dist/postfix/src/cleanup/cleanup_map1n.c
U src/gnu/dist/postfix/src/cleanup/cleanup_masq.ref
U src/gnu/dist/postfix/src/cleanup/cleanup_masquerade.c
U src/gnu/dist/postfix/src/cleanup/cleanup_message.c
U src/gnu/dist/postfix/src/cleanup/cleanup_out.c
U src/gnu/dist/postfix/src/cleanup/cleanup_out_recipient.c
U src/gnu/dist/postfix/src/cleanup/cleanup_rewrite.c
U src/gnu/dist/postfix/src/cleanup/cleanup_state.c
U src/gnu/dist/postfix/src/dns/dns.h
U src/gnu/dist/postfix/src/dns/Makefile.in
C src/gnu/dist/postfix/src/dns/dns_lookup.c
U src/gnu/dist/postfix/src/dns/dns_rr.c
U src/gnu/dist/postfix/src/dns/dns_strerror.c
U src/gnu/dist/postfix/src/dns/dns_strtype.c
U src/gnu/dist/postfix/src/dns/test_dns_lookup.c
N src/gnu/dist/postfix/src/dns/dns_rr_eq_sa.c
N src/gnu/dist/postfix/src/dns/dns_rr_to_pa.c
N src/gnu/dist/postfix/src/dns/dns_rr_to_sa.c
N src/gnu/dist/postfix/src/dns/dns_sa_to_rr.c
N src/gnu/dist/postfix/src/dns/dns_rr_eq_sa.ref
N src/gnu/dist/postfix/src/dns/dns_rr_eq_sa.in
N src/gnu/dist/postfix/src/dns/dns_rr_to_pa.ref
N src/gnu/dist/postfix/src/dns/dns_rr_to_pa.in
N src/gnu/dist/postfix/src/dns/dns_rr_to_sa.ref
N src/gnu/dist/postfix/src/dns/dns_rr_to_sa.in
N src/gnu/dist/postfix/src/dns/dns_sa_to_rr.ref
N src/gnu/dist/postfix/src/dns/dns_sa_to_rr.in
U src/gnu/dist/postfix/src/error/error.c
U src/gnu/dist/postfix/src/error/Makefile.in
U src/gnu/dist/postfix/src/flush/flush.c
U src/gnu/dist/postfix/src/flush/Makefile.in
U src/gnu/dist/postfix/src/fsstone/fsstone.c
U src/gnu/dist/postfix/src/fsstone/Makefile.in
U src/gnu/dist/postfix/src/global/abounce.h
C src/gnu/dist/postfix/src/global/Makefile.in
U src/gnu/dist/postfix/src/global/been_here.c
U src/gnu/dist/postfix/src/global/been_here.h
U src/gnu/dist/postfix/src/global/bounce.c
U src/gnu/dist/postfix/src/global/bounce.h
U src/gnu/dist/postfix/src/global/bounce_log.c
U src/gnu/dist/postfix/src/global/bounce_log.h
U src/gnu/dist/postfix/src/global/canon_addr.c
U src/gnu/dist/postfix/src/global/canon_addr.h
U src/gnu/dist/postfix/src/global/cfg_parser.c
U src/gnu/dist/postfix/src/global/cfg_parser.h
U src/gnu/dist/postfix/src/global/cleanup_strerror.c
U src/gnu/dist/postfix/src/global/cleanup_strflags.c
U src/gnu/dist/postfix/src/global/cleanup_user.h
U src/gnu/dist/postfix/src/global/clnt_stream.c
U src/gnu/dist/postfix/src/global/clnt_stream.h
U src/gnu/dist/postfix/src/global/config.h
U src/gnu/dist/postfix/src/global/defer.c
N src/gnu/dist/postfix/src/global/mkmap_sdbm.c
N src/gnu/dist/postfix/src/global/scache.c
U src/gnu/dist/postfix/src/global/debug_peer.c
U src/gnu/dist/postfix/src/global/debug_peer.h
U src/gnu/dist/postfix/src/global/debug_process.c
U src/gnu/dist/postfix/src/global/debug_process.h
U src/gnu/dist/postfix/src/global/defer.h
U src/gnu/dist/postfix/src/global/deliver_completed.c
U src/gnu/dist/postfix/src/global/deliver_completed.h
U src/gnu/dist/postfix/src/global/deliver_flock.c
U src/gnu/dist/postfix/src/global/deliver_flock.h
U src/gnu/dist/postfix/src/global/deliver_pass.c
U src/gnu/dist/postfix/src/global/deliver_pass.h
U src/gnu/dist/postfix/src/global/deliver_request.c
U src/gnu/dist/postfix/src/global/deliver_request.h
U src/gnu/dist/postfix/src/global/dict_ldap.c
U src/gnu/dist/postfix/src/global/dict_ldap.h
U src/gnu/dist/postfix/src/global/dict_mysql.c
U src/gnu/dist/postfix/src/global/dict_mysql.h
U src/gnu/dist/postfix/src/global/dict_pgsql.c
U src/gnu/dist/postfix/src/global/dict_pgsql.h
U src/gnu/dist/postfix/src/global/dict_proxy.c
U src/gnu/dist/postfix/src/global/dict_proxy.h
U src/gnu/dist/postfix/src/global/domain_list.c
U src/gnu/dist/postfix/src/global/domain_list.h
U src/gnu/dist/postfix/src/global/dot_lockfile.c
U src/gnu/dist/postfix/src/global/dot_lockfile.h
U src/gnu/dist/postfix/src/global/dot_lockfile_as.c
U src/gnu/dist/postfix/src/global/dot_lockfile_as.h
U src/gnu/dist/postfix/src/global/ext_prop.c
U src/gnu/dist/postfix/src/global/ext_prop.h
U src/gnu/dist/postfix/src/global/file_id.c
U src/gnu/dist/postfix/src/global/file_id.h
U src/gnu/dist/postfix/src/global/flush_clnt.c
U src/gnu/dist/postfix/src/global/flush_clnt.h
U src/gnu/dist/postfix/src/global/header_opts.c
U src/gnu/dist/postfix/src/global/header_opts.h
U src/gnu/dist/postfix/src/global/header_token.c
U src/gnu/dist/postfix/src/global/header_token.h
U src/gnu/dist/postfix/src/global/hold_message.c
U src/gnu/dist/postfix/src/global/hold_message.h
U src/gnu/dist/postfix/src/global/input_transp.c
U src/gnu/dist/postfix/src/global/input_transp.h
U src/gnu/dist/postfix/src/global/is_header.c
U src/gnu/dist/postfix/src/global/is_header.h
U src/gnu/dist/postfix/src/global/lex_822.h
U src/gnu/dist/postfix/src/global/log_adhoc.c
U src/gnu/dist/postfix/src/global/log_adhoc.h
U src/gnu/dist/postfix/src/global/mail_addr.c
U src/gnu/dist/postfix/src/global/mail_addr.h
U src/gnu/dist/postfix/src/global/mail_addr_crunch.c
U src/gnu/dist/postfix/src/global/mail_addr_crunch.h
U src/gnu/dist/postfix/src/global/mail_addr_find.c
U src/gnu/dist/postfix/src/global/mail_addr_find.h
U src/gnu/dist/postfix/src/global/mail_addr_map.c
U src/gnu/dist/postfix/src/global/mail_addr_map.h
U src/gnu/dist/postfix/src/global/mail_command_client.c
U src/gnu/dist/postfix/src/global/mail_command_server.c
U src/gnu/dist/postfix/src/global/mail_conf.c
U src/gnu/dist/postfix/src/global/mail_conf.h
U src/gnu/dist/postfix/src/global/mail_conf_bool.c
U src/gnu/dist/postfix/src/global/mail_conf_int.c
U src/gnu/dist/postfix/src/global/mail_conf_raw.c
U src/gnu/dist/postfix/src/global/mail_conf_str.c
U src/gnu/dist/postfix/src/global/mail_conf_time.c
U src/gnu/dist/postfix/src/global/mail_copy.c
U src/gnu/dist/postfix/src/global/mail_connect.c
U src/gnu/dist/postfix/src/global/mail_copy.h
U src/gnu/dist/postfix/src/global/mail_date.c
U src/gnu/dist/postfix/src/global/mail_date.h
U src/gnu/dist/postfix/src/global/mail_dict.c
U src/gnu/dist/postfix/src/global/mail_dict.h
U src/gnu/dist/postfix/src/global/mail_error.c
U src/gnu/dist/postfix/src/global/mail_error.h
U src/gnu/dist/postfix/src/global/mail_flush.c
U src/gnu/dist/postfix/src/global/mail_flush.h
U src/gnu/dist/postfix/src/global/mail_open_ok.c
U src/gnu/dist/postfix/src/global/mail_open_ok.h
U src/gnu/dist/postfix/src/global/mail_params.c
C src/gnu/dist/postfix/src/global/mail_params.h
U src/gnu/dist/postfix/src/global/mail_pathname.c
U src/gnu/dist/postfix/src/global/mail_proto.h
U src/gnu/dist/postfix/src/global/mail_queue.c
U src/gnu/dist/postfix/src/global/mail_queue.h
U src/gnu/dist/postfix/src/global/mail_run.c
U src/gnu/dist/postfix/src/global/mail_run.h
U src/gnu/dist/postfix/src/global/mail_scan_dir.c
U src/gnu/dist/postfix/src/global/mail_scan_dir.h
U src/gnu/dist/postfix/src/global/mail_stream.c
U src/gnu/dist/postfix/src/global/mail_stream.h
U src/gnu/dist/postfix/src/global/mail_task.c
U src/gnu/dist/postfix/src/global/mail_task.h
U src/gnu/dist/postfix/src/global/mail_trigger.c
U src/gnu/dist/postfix/src/global/mail_version.c
U src/gnu/dist/postfix/src/global/mail_version.h
U src/gnu/dist/postfix/src/global/maps.c
U src/gnu/dist/postfix/src/global/maps.h
U src/gnu/dist/postfix/src/global/mark_corrupt.c
U src/gnu/dist/postfix/src/global/mark_corrupt.h
U src/gnu/dist/postfix/src/global/match_parent_style.c
U src/gnu/dist/postfix/src/global/match_parent_style.h
U src/gnu/dist/postfix/src/global/mbox_conf.c
U src/gnu/dist/postfix/src/global/mbox_conf.h
U src/gnu/dist/postfix/src/global/mbox_open.c
U src/gnu/dist/postfix/src/global/mbox_open.h
U src/gnu/dist/postfix/src/global/mime_8bit.in
U src/gnu/dist/postfix/src/global/mime_8bit.ref
U src/gnu/dist/postfix/src/global/mime_cvt.in
U src/gnu/dist/postfix/src/global/mime_cvt.in2
U src/gnu/dist/postfix/src/global/mime_cvt.in3
U src/gnu/dist/postfix/src/global/mime_cvt.ref
U src/gnu/dist/postfix/src/global/mime_cvt.ref2
U src/gnu/dist/postfix/src/global/mime_cvt.ref3
U src/gnu/dist/postfix/src/global/mime_dom.in
U src/gnu/dist/postfix/src/global/mime_dom.ref
U src/gnu/dist/postfix/src/global/mime_nest.in
U src/gnu/dist/postfix/src/global/mime_nest.ref
U src/gnu/dist/postfix/src/global/mime_state.c
U src/gnu/dist/postfix/src/global/mime_state.h
U src/gnu/dist/postfix/src/global/mime_test.in
U src/gnu/dist/postfix/src/global/mime_test.ref
U src/gnu/dist/postfix/src/global/mime_trunc.in
U src/gnu/dist/postfix/src/global/mime_trunc.ref
U src/gnu/dist/postfix/src/global/mkmap.h
U src/gnu/dist/postfix/src/global/mkmap_db.c
U src/gnu/dist/postfix/src/global/mkmap_dbm.c
U src/gnu/dist/postfix/src/global/mkmap_open.c
C src/gnu/dist/postfix/src/global/mynetworks.c
U src/gnu/dist/postfix/src/global/mynetworks.h
U src/gnu/dist/postfix/src/global/mypwd.c
U src/gnu/dist/postfix/src/global/mypwd.h
U src/gnu/dist/postfix/src/global/namadr_list.c
U src/gnu/dist/postfix/src/global/off_cvt.c
U src/gnu/dist/postfix/src/global/namadr_list.h
U src/gnu/dist/postfix/src/global/off_cvt.h
U src/gnu/dist/postfix/src/global/opened.c
U src/gnu/dist/postfix/src/global/opened.h
C src/gnu/dist/postfix/src/global/own_inet_addr.c
C src/gnu/dist/postfix/src/global/own_inet_addr.h
U src/gnu/dist/postfix/src/global/pipe_command.c
U src/gnu/dist/postfix/src/global/pipe_command.h
U src/gnu/dist/postfix/src/global/post_mail.c
U src/gnu/dist/postfix/src/global/post_mail.h
U src/gnu/dist/postfix/src/global/qmgr_user.h
U src/gnu/dist/postfix/src/global/qmqp_proto.h
U src/gnu/dist/postfix/src/global/quote_821_local.c
U src/gnu/dist/postfix/src/global/quote_821_local.h
U src/gnu/dist/postfix/src/global/quote_822_local.c
U src/gnu/dist/postfix/src/global/quote_822_local.h
U src/gnu/dist/postfix/src/global/quote_flags.h
U src/gnu/dist/postfix/src/global/rec2stream.c
U src/gnu/dist/postfix/src/global/rec_streamlf.c
U src/gnu/dist/postfix/src/global/rec_streamlf.h
U src/gnu/dist/postfix/src/global/rec_type.c
U src/gnu/dist/postfix/src/global/rec_type.h
U src/gnu/dist/postfix/src/global/recdump.c
U src/gnu/dist/postfix/src/global/recipient_list.c
U src/gnu/dist/postfix/src/global/recipient_list.h
U src/gnu/dist/postfix/src/global/record.c
U src/gnu/dist/postfix/src/global/record.h
U src/gnu/dist/postfix/src/global/remove.c
U src/gnu/dist/postfix/src/global/resolve_clnt.c
U src/gnu/dist/postfix/src/global/resolve_clnt.h
U src/gnu/dist/postfix/src/global/resolve_clnt.in
U src/gnu/dist/postfix/src/global/resolve_clnt.ref
C src/gnu/dist/postfix/src/global/resolve_local.c
U src/gnu/dist/postfix/src/global/resolve_local.h
U src/gnu/dist/postfix/src/global/rewrite_clnt.c
U src/gnu/dist/postfix/src/global/rewrite_clnt.h
U src/gnu/dist/postfix/src/global/rewrite_clnt.in
U src/gnu/dist/postfix/src/global/rewrite_clnt.ref
U src/gnu/dist/postfix/src/global/sent.c
U src/gnu/dist/postfix/src/global/sent.h
U src/gnu/dist/postfix/src/global/smtp_stream.c
U src/gnu/dist/postfix/src/global/smtp_stream.h
U src/gnu/dist/postfix/src/global/split_addr.c
U src/gnu/dist/postfix/src/global/split_addr.h
U src/gnu/dist/postfix/src/global/stream2rec.c
U src/gnu/dist/postfix/src/global/string_list.c
U src/gnu/dist/postfix/src/global/string_list.h
U src/gnu/dist/postfix/src/global/strip_addr.c
U src/gnu/dist/postfix/src/global/strip_addr.h
U src/gnu/dist/postfix/src/global/strip_addr.ref
U src/gnu/dist/postfix/src/global/sys_exits.c
U src/gnu/dist/postfix/src/global/sys_exits.h
U src/gnu/dist/postfix/src/global/timed_ipc.c
U src/gnu/dist/postfix/src/global/timed_ipc.h
U src/gnu/dist/postfix/src/global/tok822.h
U src/gnu/dist/postfix/src/global/tok822_find.c
U src/gnu/dist/postfix/src/global/tok822_limit.in
U src/gnu/dist/postfix/src/global/tok822_limit.ref
U src/gnu/dist/postfix/src/global/tok822_node.c
U src/gnu/dist/postfix/src/global/tok822_parse.c
U src/gnu/dist/postfix/src/global/tok822_parse.in
U src/gnu/dist/postfix/src/global/tok822_parse.ref
U src/gnu/dist/postfix/src/global/tok822_resolve.c
U src/gnu/dist/postfix/src/global/tok822_rewrite.c
U src/gnu/dist/postfix/src/global/tok822_tree.c
U src/gnu/dist/postfix/src/global/trace.c
U src/gnu/dist/postfix/src/global/trace.h
U src/gnu/dist/postfix/src/global/verify.c
U src/gnu/dist/postfix/src/global/verify.h
U src/gnu/dist/postfix/src/global/verify_clnt.c
U src/gnu/dist/postfix/src/global/verify_clnt.h
U src/gnu/dist/postfix/src/global/verp_sender.c
U src/gnu/dist/postfix/src/global/verp_sender.h
U src/gnu/dist/postfix/src/global/virtual8.in
U src/gnu/dist/postfix/src/global/virtual8.ref
U src/gnu/dist/postfix/src/global/virtual8_map
U src/gnu/dist/postfix/src/global/virtual8_maps.c
U src/gnu/dist/postfix/src/global/virtual8_maps.h
U src/gnu/dist/postfix/src/global/xtext.c
U src/gnu/dist/postfix/src/global/xtext.h
N src/gnu/dist/postfix/src/global/anvil_clnt.c
U src/gnu/dist/postfix/src/global/abounce.c
N src/gnu/dist/postfix/src/global/anvil_clnt.h
N src/gnu/dist/postfix/src/global/db_common.c
N src/gnu/dist/postfix/src/global/db_common.h
N src/gnu/dist/postfix/src/global/ehlo_mask.c
N src/gnu/dist/postfix/src/global/ehlo_mask.h
N src/gnu/dist/postfix/src/global/namadr_list.in
N src/gnu/dist/postfix/src/global/mkmap_cdb.c
N src/gnu/dist/postfix/src/global/ehlo_mask.in
N src/gnu/dist/postfix/src/global/ehlo_mask.ref
N src/gnu/dist/postfix/src/global/scache.h
N src/gnu/dist/postfix/src/global/namadr_list.ref
N src/gnu/dist/postfix/src/global/scache_clnt.c
N src/gnu/dist/postfix/src/global/scache_multi.c
N src/gnu/dist/postfix/src/global/scache_single.c
N src/gnu/dist/postfix/src/global/user_acl.c
N src/gnu/dist/postfix/src/global/scache_multi.in
N src/gnu/dist/postfix/src/global/scache_multi.ref
N src/gnu/dist/postfix/src/global/user_acl.h
N src/gnu/dist/postfix/src/global/valid_mailhost_addr.c
N src/gnu/dist/postfix/src/global/valid_mailhost_addr.h
C src/gnu/dist/postfix/src/global/wildcard_inet_addr.c
C src/gnu/dist/postfix/src/global/wildcard_inet_addr.h
U src/gnu/dist/postfix/src/lmtp/lmtp.c
U src/gnu/dist/postfix/src/lmtp/Makefile.in
U src/gnu/dist/postfix/src/lmtp/lmtp.h
U src/gnu/dist/postfix/src/lmtp/lmtp_addr.c
U src/gnu/dist/postfix/src/lmtp/lmtp_addr.h
U src/gnu/dist/postfix/src/lmtp/lmtp_chat.c
U src/gnu/dist/postfix/src/lmtp/lmtp_connect.c
U src/gnu/dist/postfix/src/lmtp/lmtp_proto.c
U src/gnu/dist/postfix/src/lmtp/lmtp_sasl.h
U src/gnu/dist/postfix/src/lmtp/lmtp_sasl_glue.c
U src/gnu/dist/postfix/src/lmtp/lmtp_sasl_proto.c
U src/gnu/dist/postfix/src/lmtp/lmtp_session.c
U src/gnu/dist/postfix/src/lmtp/lmtp_state.c
U src/gnu/dist/postfix/src/lmtp/lmtp_trouble.c
U src/gnu/dist/postfix/src/local/alias.c
U src/gnu/dist/postfix/src/local/Makefile.in
U src/gnu/dist/postfix/src/local/Musings
U src/gnu/dist/postfix/src/local/biff_notify.c
U src/gnu/dist/postfix/src/local/biff_notify.h
U src/gnu/dist/postfix/src/local/command.c
U src/gnu/dist/postfix/src/local/deliver_attr.c
U src/gnu/dist/postfix/src/local/delivered.c
U src/gnu/dist/postfix/src/local/dotforward.c
U src/gnu/dist/postfix/src/local/file.c
U src/gnu/dist/postfix/src/local/forward.c
U src/gnu/dist/postfix/src/local/include.c
U src/gnu/dist/postfix/src/local/indirect.c
U src/gnu/dist/postfix/src/local/local.c
U src/gnu/dist/postfix/src/local/local.h
U src/gnu/dist/postfix/src/local/local_expand.c
U src/gnu/dist/postfix/src/local/mailbox.c
U src/gnu/dist/postfix/src/local/maildir.c
U src/gnu/dist/postfix/src/local/recipient.c
U src/gnu/dist/postfix/src/local/resolve.c
U src/gnu/dist/postfix/src/local/token.c
U src/gnu/dist/postfix/src/local/unknown.c
U src/gnu/dist/postfix/src/master/mail_flow.c
U src/gnu/dist/postfix/src/master/Makefile.in
U src/gnu/dist/postfix/src/master/mail_flow.h
U src/gnu/dist/postfix/src/master/mail_server.h
U src/gnu/dist/postfix/src/master/master.c
C src/gnu/dist/postfix/src/master/master.h
U src/gnu/dist/postfix/src/master/master_avail.c
U src/gnu/dist/postfix/src/master/master_conf.c
C src/gnu/dist/postfix/src/master/master_ent.c
U src/gnu/dist/postfix/src/master/master_flow.c
C src/gnu/dist/postfix/src/master/master_listen.c
U src/gnu/dist/postfix/src/master/master_proto.c
U src/gnu/dist/postfix/src/master/master_proto.h
U src/gnu/dist/postfix/src/master/master_service.c
U src/gnu/dist/postfix/src/master/master_sig.c
U src/gnu/dist/postfix/src/master/master_spawn.c
U src/gnu/dist/postfix/src/master/master_status.c
U src/gnu/dist/postfix/src/master/master_vars.c
U src/gnu/dist/postfix/src/master/master_wakeup.c
U src/gnu/dist/postfix/src/master/multi_server.c
U src/gnu/dist/postfix/src/master/single_server.c
U src/gnu/dist/postfix/src/master/trigger_server.c
N src/gnu/dist/postfix/src/anvil/anvil.c
N src/gnu/dist/postfix/src/anvil/Makefile.in
U src/gnu/dist/postfix/src/oqmgr/qmgr.c
U src/gnu/dist/postfix/src/oqmgr/Makefile.in
U src/gnu/dist/postfix/src/oqmgr/qmgr.h
U src/gnu/dist/postfix/src/oqmgr/qmgr_active.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_bounce.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_defer.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_deliver.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_enable.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_entry.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_message.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_move.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_queue.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_rcpt_list.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_scan.c
U src/gnu/dist/postfix/src/oqmgr/qmgr_transport.c
U src/gnu/dist/postfix/src/pickup/pickup.c
U src/gnu/dist/postfix/src/pickup/Makefile.in
U src/gnu/dist/postfix/src/pipe/pipe.c
U src/gnu/dist/postfix/src/pipe/Makefile.in
U src/gnu/dist/postfix/src/postalias/postalias.c
U src/gnu/dist/postfix/src/postalias/Makefile.in
U src/gnu/dist/postfix/src/postalias/map-ABC1.ref
U src/gnu/dist/postfix/src/postalias/map-ABC2.ref
U src/gnu/dist/postfix/src/postalias/map-abc1.ref
U src/gnu/dist/postfix/src/postalias/map-abc2.ref
U src/gnu/dist/postfix/src/postalias/map-ghi1.ref
U src/gnu/dist/postfix/src/postalias/map-ghi2.ref
U src/gnu/dist/postfix/src/postalias/map.in
N src/gnu/dist/postfix/src/postalias/map-uABC1.ref
N src/gnu/dist/postfix/src/postalias/map-uABC2.ref
U src/gnu/dist/postfix/src/postcat/postcat.c
U src/gnu/dist/postfix/src/postcat/Makefile.in
U src/gnu/dist/postfix/src/postconf/auto_table.h
U src/gnu/dist/postfix/src/postconf/Makefile.in
U src/gnu/dist/postfix/src/postconf/auto_vars.h
U src/gnu/dist/postfix/src/postconf/install_table.h
U src/gnu/dist/postfix/src/postconf/extract.awk
U src/gnu/dist/postfix/src/postconf/install_vars.h
U src/gnu/dist/postfix/src/postconf/postconf.c
U src/gnu/dist/postfix/src/postdrop/postdrop.c
U src/gnu/dist/postfix/src/postdrop/Makefile.in
U src/gnu/dist/postfix/src/postfix/postfix.c
U src/gnu/dist/postfix/src/postfix/Makefile.in
U src/gnu/dist/postfix/src/postkick/postkick.c
U src/gnu/dist/postfix/src/postkick/Makefile.in
U src/gnu/dist/postfix/src/postlock/postlock.c
U src/gnu/dist/postfix/src/postlock/Makefile.in
U src/gnu/dist/postfix/src/postlog/postlog.c
U src/gnu/dist/postfix/src/postlog/Makefile.in
U src/gnu/dist/postfix/src/postmap/postmap.c
U src/gnu/dist/postfix/src/postmap/Makefile.in
U src/gnu/dist/postfix/src/postmap/map-ABC1.ref
U src/gnu/dist/postfix/src/postmap/map-ABC2.ref
U src/gnu/dist/postfix/src/postmap/map-abc1.ref
U src/gnu/dist/postfix/src/postmap/map-abc2.ref
U src/gnu/dist/postfix/src/postmap/map-ghi1.ref
U src/gnu/dist/postfix/src/postmap/map-ghi2.ref
U src/gnu/dist/postfix/src/postmap/map.in
N src/gnu/dist/postfix/src/postmap/map-uABC1.ref
N src/gnu/dist/postfix/src/postmap/map-uABC2.ref
U src/gnu/dist/postfix/src/postqueue/postqueue.c
U src/gnu/dist/postfix/src/postqueue/Makefile.in
U src/gnu/dist/postfix/src/postsuper/postsuper.c
U src/gnu/dist/postfix/src/postsuper/Makefile.in
U src/gnu/dist/postfix/src/proxymap/proxymap.c
U src/gnu/dist/postfix/src/proxymap/Makefile.in
U src/gnu/dist/postfix/src/qmgr/qmgr.c
U src/gnu/dist/postfix/src/qmgr/Makefile.in
U src/gnu/dist/postfix/src/qmgr/qmgr.h
U src/gnu/dist/postfix/src/qmgr/qmgr_active.c
U src/gnu/dist/postfix/src/qmgr/qmgr_bounce.c
U src/gnu/dist/postfix/src/qmgr/qmgr_defer.c
U src/gnu/dist/postfix/src/qmgr/qmgr_deliver.c
U src/gnu/dist/postfix/src/qmgr/qmgr_enable.c
U src/gnu/dist/postfix/src/qmgr/qmgr_entry.c
U src/gnu/dist/postfix/src/qmgr/qmgr_job.c
C src/gnu/dist/postfix/src/qmgr/qmgr_message.c
U src/gnu/dist/postfix/src/qmgr/qmgr_move.c
U src/gnu/dist/postfix/src/qmgr/qmgr_peer.c
U src/gnu/dist/postfix/src/qmgr/qmgr_queue.c
U src/gnu/dist/postfix/src/qmgr/qmgr_rcpt_list.c
U src/gnu/dist/postfix/src/qmgr/qmgr_scan.c
U src/gnu/dist/postfix/src/qmgr/qmgr_transport.c
U src/gnu/dist/postfix/src/qmqpd/qmqpd.c
U src/gnu/dist/postfix/src/qmqpd/Makefile.in
U src/gnu/dist/postfix/src/qmqpd/qmqpd.h
U src/gnu/dist/postfix/src/qmqpd/qmqpd_peer.c
U src/gnu/dist/postfix/src/qmqpd/qmqpd_state.c
U src/gnu/dist/postfix/src/sendmail/sendmail.c
U src/gnu/dist/postfix/src/sendmail/Makefile.in
U src/gnu/dist/postfix/src/showq/showq.c
U src/gnu/dist/postfix/src/showq/Makefile.in
U src/gnu/dist/postfix/src/smtp/smtp.c
U src/gnu/dist/postfix/src/smtp/Makefile.in
U src/gnu/dist/postfix/src/smtp/smtp.h
C src/gnu/dist/postfix/src/smtp/smtp_addr.c
U src/gnu/dist/postfix/src/smtp/smtp_addr.h
U src/gnu/dist/postfix/src/smtp/smtp_chat.c
C src/gnu/dist/postfix/src/smtp/smtp_connect.c
U src/gnu/dist/postfix/src/smtp/smtp_proto.c
U src/gnu/dist/postfix/src/smtp/smtp_rcpt.c
U src/gnu/dist/postfix/src/smtp/smtp_sasl.h
U src/gnu/dist/postfix/src/smtp/smtp_sasl_glue.c
U src/gnu/dist/postfix/src/smtp/smtp_sasl_proto.c
U src/gnu/dist/postfix/src/smtp/smtp_session.c
U src/gnu/dist/postfix/src/smtp/smtp_state.c
U src/gnu/dist/postfix/src/smtp/smtp_trouble.c
C src/gnu/dist/postfix/src/smtp/smtp_unalias.c
N src/gnu/dist/postfix/src/smtp/smtp_map11.c
N src/gnu/dist/postfix/src/smtp/smtp_reuse.c
N src/gnu/dist/postfix/src/smtp/map11_map
N src/gnu/dist/postfix/src/smtp/smtp_reuse.h
N src/gnu/dist/postfix/src/smtp/smtp_map11.ref
C src/gnu/dist/postfix/src/smtpd/smtpd.c
U src/gnu/dist/postfix/src/smtpd/Makefile.in
U src/gnu/dist/postfix/src/smtpd/smtpd.h
U src/gnu/dist/postfix/src/smtpd/smtpd_acl.in
U src/gnu/dist/postfix/src/smtpd/smtpd_acl.ref
U src/gnu/dist/postfix/src/smtpd/smtpd_chat.c
U src/gnu/dist/postfix/src/smtpd/smtpd_chat.h
C src/gnu/dist/postfix/src/smtpd/smtpd_check.c
U src/gnu/dist/postfix/src/smtpd/smtpd_check.h
U src/gnu/dist/postfix/src/smtpd/smtpd_check.in
U src/gnu/dist/postfix/src/smtpd/smtpd_check.in2
U src/gnu/dist/postfix/src/smtpd/smtpd_check.in3
U src/gnu/dist/postfix/src/smtpd/smtpd_check.in4
U src/gnu/dist/postfix/src/smtpd/smtpd_check.ref
U src/gnu/dist/postfix/src/smtpd/smtpd_check.ref2
U src/gnu/dist/postfix/src/smtpd/smtpd_check.ref4
U src/gnu/dist/postfix/src/smtpd/smtpd_check_access
U src/gnu/dist/postfix/src/smtpd/smtpd_exp.in
U src/gnu/dist/postfix/src/smtpd/smtpd_exp.ref
C src/gnu/dist/postfix/src/smtpd/smtpd_peer.c
U src/gnu/dist/postfix/src/smtpd/smtpd_proxy.c
U src/gnu/dist/postfix/src/smtpd/smtpd_proxy.h
U src/gnu/dist/postfix/src/smtpd/smtpd_sasl_glue.c
U src/gnu/dist/postfix/src/smtpd/smtpd_sasl_glue.h
U src/gnu/dist/postfix/src/smtpd/smtpd_sasl_proto.c
U src/gnu/dist/postfix/src/smtpd/smtpd_sasl_proto.h
U src/gnu/dist/postfix/src/smtpd/smtpd_state.c
U src/gnu/dist/postfix/src/smtpd/smtpd_token.c
U src/gnu/dist/postfix/src/smtpd/smtpd_token.h
U src/gnu/dist/postfix/src/smtpd/smtpd_token.in
U src/gnu/dist/postfix/src/smtpd/smtpd_token.ref
U src/gnu/dist/postfix/src/smtpd/smtpd_xforward.c
N src/gnu/dist/postfix/src/smtpd/smtpd_backup.ref
N src/gnu/dist/postfix/src/smtpd/smtpd_backup.in
U src/gnu/dist/postfix/src/smtpstone/qmqp-sink.c
U src/gnu/dist/postfix/src/smtpstone/Makefile.in
U src/gnu/dist/postfix/src/smtpstone/hashed-deferred
U src/gnu/dist/postfix/src/smtpstone/hashed-incoming
U src/gnu/dist/postfix/src/smtpstone/mx-deliver
U src/gnu/dist/postfix/src/smtpstone/mx-explode
U src/gnu/dist/postfix/src/smtpstone/mx-relay
U src/gnu/dist/postfix/src/smtpstone/performance
U src/gnu/dist/postfix/src/smtpstone/qmail-deliver
U src/gnu/dist/postfix/src/smtpstone/qmail-explode
U src/gnu/dist/postfix/src/smtpstone/qmail-relay
U src/gnu/dist/postfix/src/smtpstone/qmqp-source.c
U src/gnu/dist/postfix/src/smtpstone/smtp-sink.c
U src/gnu/dist/postfix/src/smtpstone/smtp-source.c
U src/gnu/dist/postfix/src/smtpstone/throughput
U src/gnu/dist/postfix/src/smtpstone/vmail-local
U src/gnu/dist/postfix/src/smtpstone/vmail-relay
U src/gnu/dist/postfix/src/spawn/spawn.c
U src/gnu/dist/postfix/src/spawn/Makefile.in
U src/gnu/dist/postfix/src/trivial-rewrite/resolve.c
U src/gnu/dist/postfix/src/trivial-rewrite/Makefile.in
U src/gnu/dist/postfix/src/trivial-rewrite/rewrite.c
U src/gnu/dist/postfix/src/trivial-rewrite/transport.c
U src/gnu/dist/postfix/src/trivial-rewrite/transport.h
U src/gnu/dist/postfix/src/trivial-rewrite/trivial-rewrite.c
U src/gnu/dist/postfix/src/trivial-rewrite/trivial-rewrite.h
U src/gnu/dist/postfix/src/util/alldig.c
C src/gnu/dist/postfix/src/util/Makefile.in
U src/gnu/dist/postfix/src/util/argv.c
U src/gnu/dist/postfix/src/util/argv.h
U src/gnu/dist/postfix/src/util/attr_clnt.c
U src/gnu/dist/postfix/src/util/attr_clnt.h
U src/gnu/dist/postfix/src/util/attr_print0.c
U src/gnu/dist/postfix/src/util/attr_print64.c
U src/gnu/dist/postfix/src/util/attr_print_plain.c
U src/gnu/dist/postfix/src/util/attr_scan0.c
U src/gnu/dist/postfix/src/util/attr_scan64.c
U src/gnu/dist/postfix/src/util/attr_scan.ref
U src/gnu/dist/postfix/src/util/attr_scan_plain.c
U src/gnu/dist/postfix/src/util/attr_scan0.ref
U src/gnu/dist/postfix/src/util/auto_clnt.c
U src/gnu/dist/postfix/src/util/attr_scan64.ref
U src/gnu/dist/postfix/src/util/auto_clnt.h
N src/gnu/dist/postfix/src/util/upass_listen.c
U src/gnu/dist/postfix/src/util/attr_scan_plain.ref
N src/gnu/dist/postfix/src/util/unix_recv_fd.c
N src/gnu/dist/postfix/src/util/unix_send_fd.c
U src/gnu/dist/postfix/src/util/base64_code.c
U src/gnu/dist/postfix/src/util/base64_code.h
U src/gnu/dist/postfix/src/util/basename.c
U src/gnu/dist/postfix/src/util/binhash.c
U src/gnu/dist/postfix/src/util/binhash.h
U src/gnu/dist/postfix/src/util/cache.in
U src/gnu/dist/postfix/src/util/chroot_uid.c
U src/gnu/dist/postfix/src/util/chroot_uid.h
U src/gnu/dist/postfix/src/util/clean_env.c
U src/gnu/dist/postfix/src/util/clean_env.h
U src/gnu/dist/postfix/src/util/close_on_exec.c
U src/gnu/dist/postfix/src/util/concatenate.c
U src/gnu/dist/postfix/src/util/connect.h
U src/gnu/dist/postfix/src/util/ctable.c
U src/gnu/dist/postfix/src/util/ctable.h
U src/gnu/dist/postfix/src/util/ctable.in
U src/gnu/dist/postfix/src/util/ctable.ref
U src/gnu/dist/postfix/src/util/dict.c
U src/gnu/dist/postfix/src/util/dict.h
U src/gnu/dist/postfix/src/util/dict_alloc.c
U src/gnu/dist/postfix/src/util/dict_cidr.c
U src/gnu/dist/postfix/src/util/dict_cidr.h
U src/gnu/dist/postfix/src/util/dict_cidr.in
U src/gnu/dist/postfix/src/util/dict_cidr.map
U src/gnu/dist/postfix/src/util/dict_cidr.ref
U src/gnu/dist/postfix/src/util/dict_db.c
U src/gnu/dist/postfix/src/util/dict_db.h
U src/gnu/dist/postfix/src/util/dict_dbm.c
U src/gnu/dist/postfix/src/util/dict_dbm.h
U src/gnu/dist/postfix/src/util/dict_debug.c
U src/gnu/dist/postfix/src/util/dict_env.c
U src/gnu/dist/postfix/src/util/dict_env.h
U src/gnu/dist/postfix/src/util/dict_ht.c
U src/gnu/dist/postfix/src/util/dict_ht.h
U src/gnu/dist/postfix/src/util/dict_ni.c
U src/gnu/dist/postfix/src/util/dict_ni.h
U src/gnu/dist/postfix/src/util/dict_nis.c
U src/gnu/dist/postfix/src/util/dict_nis.h
U src/gnu/dist/postfix/src/util/dict_nisplus.c
U src/gnu/dist/postfix/src/util/dict_nisplus.h
U src/gnu/dist/postfix/src/util/dict_open.c
U src/gnu/dist/postfix/src/util/dict_pcre.c
U src/gnu/dist/postfix/src/util/dict_pcre.h
U src/gnu/dist/postfix/src/util/dict_pcre.in
U src/gnu/dist/postfix/src/util/dict_pcre.map
U src/gnu/dist/postfix/src/util/dict_pcre.ref
U src/gnu/dist/postfix/src/util/dict_regexp.c
U src/gnu/dist/postfix/src/util/dict_tcp.c
U src/gnu/dist/postfix/src/util/dict_regexp.h
U src/gnu/dist/postfix/src/util/dict_regexp.in
U src/gnu/dist/postfix/src/util/dict_regexp.map
U src/gnu/dist/postfix/src/util/dict_regexp.ref
U src/gnu/dist/postfix/src/util/dict_static.c
U src/gnu/dist/postfix/src/util/dict_static.h
U src/gnu/dist/postfix/src/util/dict_tcp.h
U src/gnu/dist/postfix/src/util/dict_test.in
U src/gnu/dist/postfix/src/util/dict_test.ref
U src/gnu/dist/postfix/src/util/dict_unix.c
U src/gnu/dist/postfix/src/util/dict_unix.h
U src/gnu/dist/postfix/src/util/dir_forest.c
U src/gnu/dist/postfix/src/util/dir_forest.h
U src/gnu/dist/postfix/src/util/doze.c
U src/gnu/dist/postfix/src/util/dup2_pass_on_exec.c
U src/gnu/dist/postfix/src/util/duplex_pipe.c
U src/gnu/dist/postfix/src/util/environ.c
U src/gnu/dist/postfix/src/util/events.c
U src/gnu/dist/postfix/src/util/events.h
U src/gnu/dist/postfix/src/util/exec_command.c
U src/gnu/dist/postfix/src/util/exec_command.h
U src/gnu/dist/postfix/src/util/fifo_listen.c
U src/gnu/dist/postfix/src/util/fifo_open.c
U src/gnu/dist/postfix/src/util/fifo_rdonly_bug.c
U src/gnu/dist/postfix/src/util/fifo_rdwr_bug.c
U src/gnu/dist/postfix/src/util/fifo_trigger.c
U src/gnu/dist/postfix/src/util/file_limit.c
U src/gnu/dist/postfix/src/util/find_inet.c
U src/gnu/dist/postfix/src/util/find_inet.h
U src/gnu/dist/postfix/src/util/fsspace.c
U src/gnu/dist/postfix/src/util/fsspace.h
U src/gnu/dist/postfix/src/util/fullname.c
U src/gnu/dist/postfix/src/util/fullname.h
U src/gnu/dist/postfix/src/util/get_domainname.c
U src/gnu/dist/postfix/src/util/get_domainname.h
U src/gnu/dist/postfix/src/util/get_hostname.c
U src/gnu/dist/postfix/src/util/get_hostname.h
U src/gnu/dist/postfix/src/util/hex_quote.c
U src/gnu/dist/postfix/src/util/hex_quote.h
U src/gnu/dist/postfix/src/util/host_port.c
U src/gnu/dist/postfix/src/util/host_port.h
U src/gnu/dist/postfix/src/util/host_port.in
U src/gnu/dist/postfix/src/util/host_port.ref
U src/gnu/dist/postfix/src/util/htable.c
U src/gnu/dist/postfix/src/util/htable.h
C src/gnu/dist/postfix/src/util/inet_addr_host.c
U src/gnu/dist/postfix/src/util/inet_addr_host.h
C src/gnu/dist/postfix/src/util/inet_addr_list.c
C src/gnu/dist/postfix/src/util/inet_addr_list.h
U src/gnu/dist/postfix/src/util/inet_addr_list.in
U src/gnu/dist/postfix/src/util/inet_addr_list.ref
C src/gnu/dist/postfix/src/util/inet_addr_local.c
U src/gnu/dist/postfix/src/util/inet_addr_local.h
C src/gnu/dist/postfix/src/util/inet_connect.c
C src/gnu/dist/postfix/src/util/inet_listen.c
U src/gnu/dist/postfix/src/util/inet_trigger.c
U src/gnu/dist/postfix/src/util/inet_util.c
U src/gnu/dist/postfix/src/util/inet_util.h
U src/gnu/dist/postfix/src/util/iostuff.h
U src/gnu/dist/postfix/src/util/line_wrap.c
U src/gnu/dist/postfix/src/util/line_wrap.h
U src/gnu/dist/postfix/src/util/listen.h
U src/gnu/dist/postfix/src/util/lowercase.c
U src/gnu/dist/postfix/src/util/lstat_as.c
U src/gnu/dist/postfix/src/util/lstat_as.h
U src/gnu/dist/postfix/src/util/mac_expand.c
U src/gnu/dist/postfix/src/util/mac_expand.h
U src/gnu/dist/postfix/src/util/mac_expand.in
U src/gnu/dist/postfix/src/util/mac_expand.ref
U src/gnu/dist/postfix/src/util/mac_parse.c
U src/gnu/dist/postfix/src/util/mac_parse.h
U src/gnu/dist/postfix/src/util/make_dirs.c
U src/gnu/dist/postfix/src/util/make_dirs.h
C src/gnu/dist/postfix/src/util/match_list.c
U src/gnu/dist/postfix/src/util/match_list.h
C src/gnu/dist/postfix/src/util/match_ops.c
U src/gnu/dist/postfix/src/util/match_ops.h
U src/gnu/dist/postfix/src/util/msg.c
U src/gnu/dist/postfix/src/util/msg.h
U src/gnu/dist/postfix/src/util/msg_output.c
U src/gnu/dist/postfix/src/util/msg_output.h
U src/gnu/dist/postfix/src/util/msg_syslog.c
U src/gnu/dist/postfix/src/util/msg_syslog.h
U src/gnu/dist/postfix/src/util/msg_vstream.c
U src/gnu/dist/postfix/src/util/msg_vstream.h
U src/gnu/dist/postfix/src/util/mvect.c
U src/gnu/dist/postfix/src/util/mvect.h
U src/gnu/dist/postfix/src/util/myflock.c
U src/gnu/dist/postfix/src/util/myflock.h
U src/gnu/dist/postfix/src/util/mymalloc.c
U src/gnu/dist/postfix/src/util/mymalloc.h
U src/gnu/dist/postfix/src/util/myrand.c
U src/gnu/dist/postfix/src/util/myrand.h
U src/gnu/dist/postfix/src/util/mystrtok.c
U src/gnu/dist/postfix/src/util/name_code.c
U src/gnu/dist/postfix/src/util/name_code.h
U src/gnu/dist/postfix/src/util/name_mask.c
U src/gnu/dist/postfix/src/util/name_mask.h
U src/gnu/dist/postfix/src/util/netstring.c
U src/gnu/dist/postfix/src/util/netstring.h
U src/gnu/dist/postfix/src/util/neuter.c
U src/gnu/dist/postfix/src/util/non_blocking.c
U src/gnu/dist/postfix/src/util/nvtable.c
U src/gnu/dist/postfix/src/util/nvtable.h
U src/gnu/dist/postfix/src/util/open_as.c
U src/gnu/dist/postfix/src/util/open_as.h
U src/gnu/dist/postfix/src/util/open_limit.c
U src/gnu/dist/postfix/src/util/open_lock.c
U src/gnu/dist/postfix/src/util/open_lock.h
U src/gnu/dist/postfix/src/util/peekfd.c
U src/gnu/dist/postfix/src/util/percentm.c
U src/gnu/dist/postfix/src/util/percentm.h
U src/gnu/dist/postfix/src/util/posix_signals.c
U src/gnu/dist/postfix/src/util/posix_signals.h
U src/gnu/dist/postfix/src/util/ring.c
U src/gnu/dist/postfix/src/util/printable.c
U src/gnu/dist/postfix/src/util/rand_sleep.c
U src/gnu/dist/postfix/src/util/read_wait.c
U src/gnu/dist/postfix/src/util/readable.c
U src/gnu/dist/postfix/src/util/readlline.c
U src/gnu/dist/postfix/src/util/readlline.h
U src/gnu/dist/postfix/src/util/ring.h
U src/gnu/dist/postfix/src/util/safe.h
U src/gnu/dist/postfix/src/util/safe_getenv.c
U src/gnu/dist/postfix/src/util/safe_open.c
U src/gnu/dist/postfix/src/util/safe_open.h
U src/gnu/dist/postfix/src/util/sane_accept.c
U src/gnu/dist/postfix/src/util/sane_accept.h
U src/gnu/dist/postfix/src/util/sane_connect.c
U src/gnu/dist/postfix/src/util/sane_connect.h
U src/gnu/dist/postfix/src/util/sane_fsops.h
U src/gnu/dist/postfix/src/util/sane_link.c
U src/gnu/dist/postfix/src/util/sane_rename.c
U src/gnu/dist/postfix/src/util/sane_socketpair.c
U src/gnu/dist/postfix/src/util/sane_socketpair.h
U src/gnu/dist/postfix/src/util/sane_time.c
U src/gnu/dist/postfix/src/util/sane_time.h
U src/gnu/dist/postfix/src/util/scan_dir.c
U src/gnu/dist/postfix/src/util/scan_dir.h
U src/gnu/dist/postfix/src/util/select_bug.c
U src/gnu/dist/postfix/src/util/set_eugid.c
U src/gnu/dist/postfix/src/util/set_eugid.h
U src/gnu/dist/postfix/src/util/set_ugid.c
U src/gnu/dist/postfix/src/util/set_ugid.h
U src/gnu/dist/postfix/src/util/sigdelay.c
U src/gnu/dist/postfix/src/util/sigdelay.h
U src/gnu/dist/postfix/src/util/skipblanks.c
U src/gnu/dist/postfix/src/util/spawn_command.c
U src/gnu/dist/postfix/src/util/spawn_command.h
U src/gnu/dist/postfix/src/util/split_at.c
U src/gnu/dist/postfix/src/util/split_at.h
U src/gnu/dist/postfix/src/util/split_nameval.c
U src/gnu/dist/postfix/src/util/stat_as.c
U src/gnu/dist/postfix/src/util/stat_as.h
U src/gnu/dist/postfix/src/util/strcasecmp.c
U src/gnu/dist/postfix/src/util/stream_connect.c
U src/gnu/dist/postfix/src/util/stream_listen.c
U src/gnu/dist/postfix/src/util/stream_test.c
U src/gnu/dist/postfix/src/util/stream_trigger.c
U src/gnu/dist/postfix/src/util/stringops.h
U src/gnu/dist/postfix/src/util/sys_compat.c
C src/gnu/dist/postfix/src/util/sys_defs.h
U src/gnu/dist/postfix/src/util/testdb
U src/gnu/dist/postfix/src/util/timed_connect.c
U src/gnu/dist/postfix/src/util/timed_connect.h
U src/gnu/dist/postfix/src/util/timed_read.c
U src/gnu/dist/postfix/src/util/timed_wait.c
U src/gnu/dist/postfix/src/util/timed_wait.h
U src/gnu/dist/postfix/src/util/timed_write.c
U src/gnu/dist/postfix/src/util/translit.c
U src/gnu/dist/postfix/src/util/trigger.h
U src/gnu/dist/postfix/src/util/trimblanks.c
U src/gnu/dist/postfix/src/util/unescape.c
U src/gnu/dist/postfix/src/util/unescape.in
U src/gnu/dist/postfix/src/util/unescape.ref
U src/gnu/dist/postfix/src/util/unix_connect.c
U src/gnu/dist/postfix/src/util/unix_listen.c
U src/gnu/dist/postfix/src/util/unix_trigger.c
U src/gnu/dist/postfix/src/util/unsafe.c
U src/gnu/dist/postfix/src/util/uppercase.c
U src/gnu/dist/postfix/src/util/username.c
U src/gnu/dist/postfix/src/util/username.h
C src/gnu/dist/postfix/src/util/valid_hostname.c
U src/gnu/dist/postfix/src/util/vbuf.c
U src/gnu/dist/postfix/src/util/valid_hostname.h
U src/gnu/dist/postfix/src/util/valid_hostname.in
U src/gnu/dist/postfix/src/util/valid_hostname.ref
U src/gnu/dist/postfix/src/util/vbuf.h
U src/gnu/dist/postfix/src/util/vbuf_print.c
U src/gnu/dist/postfix/src/util/vbuf_print.h
U src/gnu/dist/postfix/src/util/vstream.c
U src/gnu/dist/postfix/src/util/vstream.h
U src/gnu/dist/postfix/src/util/vstream_popen.c
U src/gnu/dist/postfix/src/util/vstring.c
U src/gnu/dist/postfix/src/util/vstring.h
U src/gnu/dist/postfix/src/util/vstring_vstream.c
U src/gnu/dist/postfix/src/util/vstring_vstream.h
U src/gnu/dist/postfix/src/util/watchdog.c
U src/gnu/dist/postfix/src/util/watchdog.h
U src/gnu/dist/postfix/src/util/writable.c
U src/gnu/dist/postfix/src/util/write_buf.c
U src/gnu/dist/postfix/src/util/write_wait.c
N src/gnu/dist/postfix/src/util/cidr_match.c
N src/gnu/dist/postfix/src/util/cidr_match.h
U src/gnu/dist/postfix/src/util/argv_split.c
U src/gnu/dist/postfix/src/util/attr.h
N src/gnu/dist/postfix/src/util/dict_cdb.c
N src/gnu/dist/postfix/src/util/dict_cdb.h
N src/gnu/dist/postfix/src/util/dict_sdbm.c
N src/gnu/dist/postfix/src/util/dict_sdbm.h
N src/gnu/dist/postfix/src/util/dummy_read.c
N src/gnu/dist/postfix/src/util/dummy_write.c
N src/gnu/dist/postfix/src/util/hex_code.c
N src/gnu/dist/postfix/src/util/hex_code.h
N src/gnu/dist/postfix/src/util/myaddrinfo4.ref2
N src/gnu/dist/postfix/src/util/inet_proto.c
N src/gnu/dist/postfix/src/util/inet_proto.h
N src/gnu/dist/postfix/src/util/mask_addr.c
N src/gnu/dist/postfix/src/util/mask_addr.h
N src/gnu/dist/postfix/src/util/myaddrinfo.c
N src/gnu/dist/postfix/src/util/myaddrinfo.h
N src/gnu/dist/postfix/src/util/myaddrinfo.ref
N src/gnu/dist/postfix/src/util/myaddrinfo.ref2
N src/gnu/dist/postfix/src/util/myaddrinfo4.ref
N src/gnu/dist/postfix/src/util/sock_addr.c
N src/gnu/dist/postfix/src/util/sock_addr.h
N src/gnu/dist/postfix/src/util/stream_recv_fd.c
N src/gnu/dist/postfix/src/util/stream_send_fd.c
U src/gnu/dist/postfix/src/verify/verify.c
U src/gnu/dist/postfix/src/verify/Makefile.in
U src/gnu/dist/postfix/src/virtual/deliver_attr.c
U src/gnu/dist/postfix/src/virtual/Makefile.in
U src/gnu/dist/postfix/src/virtual/mailbox.c
U src/gnu/dist/postfix/src/virtual/maildir.c
U src/gnu/dist/postfix/src/virtual/recipient.c
U src/gnu/dist/postfix/src/virtual/unknown.c
U src/gnu/dist/postfix/src/virtual/virtual.c
U src/gnu/dist/postfix/src/virtual/virtual.h
N src/gnu/dist/postfix/src/discard/discard.c
N src/gnu/dist/postfix/src/discard/Makefile.in
N src/gnu/dist/postfix/src/tls/tls_bio_ops.c
N src/gnu/dist/postfix/src/tls/tls.h
N src/gnu/dist/postfix/src/tls/tls_certkey.c
N src/gnu/dist/postfix/src/tls/Makefile.in
N src/gnu/dist/postfix/src/tls/tls_client.c
N src/gnu/dist/postfix/src/tls/tls_dh.c
N src/gnu/dist/postfix/src/tls/tls_mgr.c
N src/gnu/dist/postfix/src/tls/tls_mgr.h
N src/gnu/dist/postfix/src/tls/tls_misc.c
N src/gnu/dist/postfix/src/tls/tls_prng.h
N src/gnu/dist/postfix/src/tls/tls_prng_dev.c
N src/gnu/dist/postfix/src/tls/tls_prng_egd.c
N src/gnu/dist/postfix/src/tls/tls_prng_exch.c
N src/gnu/dist/postfix/src/tls/tls_prng_file.c
N src/gnu/dist/postfix/src/tls/tls_rsa.c
N src/gnu/dist/postfix/src/tls/tls_scache.c
N src/gnu/dist/postfix/src/tls/tls_scache.h
N src/gnu/dist/postfix/src/tls/tls_seed.c
N src/gnu/dist/postfix/src/tls/tls_server.c
N src/gnu/dist/postfix/src/tls/tls_temp.c
N src/gnu/dist/postfix/src/tls/tls_session.c
N src/gnu/dist/postfix/src/tls/tls_stream.c
N src/gnu/dist/postfix/src/tls/tls_verify.c
N src/gnu/dist/postfix/src/scache/scache.c
N src/gnu/dist/postfix/src/scache/Makefile.in
N src/gnu/dist/postfix/src/tlsmgr/tlsmgr.c
N src/gnu/dist/postfix/src/tlsmgr/Makefile.in

49 conflicts created by this import.
Use the following command to help the merge:

	cvs checkout -jVENEMA:yesterday -jVENEMA src/gnu/dist/postfix

------------------------------

Date: Thu, 18 Aug 2005 21:24:22 +0000 (UTC)
From: Jeff Rizzo <riz@netbsd.org>
Subject: CVS commit: [netbsd-2] src/doc

Module Name:	src
Committed By:	riz
Date:		Thu Aug 18 21:24:22 UTC 2005

Modified Files:
	src/doc [netbsd-2]: CHANGES-2.1

Log Message:
Ticket 899 is stalled, and the change was reverted - remove the
entry from the changelog.


To generate a diff of this commit:
cvs rdiff -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-2.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:33:04 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/README_FILES

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:33:04 UTC 2005

Modified Files:
	src/gnu/dist/postfix/README_FILES: INSTALL RELEASE_NOTES

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/gnu/dist/postfix/README_FILES/INSTALL
cvs rdiff -r1.5 -r1.6 src/gnu/dist/postfix/README_FILES/RELEASE_NOTES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:46:19 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:46:19 UTC 2005

Modified Files:
	src/gnu/dist/postfix: makedefs

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/gnu/dist/postfix/makedefs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:50:35 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/conf

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:50:35 UTC 2005

Modified Files:
	src/gnu/dist/postfix/conf: main.cf master.cf post-install postfix-files
	    postfix-script

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/gnu/dist/postfix/conf/main.cf
cvs rdiff -r1.10 -r1.11 src/gnu/dist/postfix/conf/master.cf
cvs rdiff -r1.7 -r1.8 src/gnu/dist/postfix/conf/post-install
cvs rdiff -r1.3 -r1.4 src/gnu/dist/postfix/conf/postfix-files \
    src/gnu/dist/postfix/conf/postfix-script

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:53:53 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/man/man5

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:53:53 UTC 2005

Modified Files:
	src/gnu/dist/postfix/man/man5: canonical.5 postconf.5 virtual.5

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/gnu/dist/postfix/man/man5/canonical.5
cvs rdiff -r1.3 -r1.4 src/gnu/dist/postfix/man/man5/postconf.5
cvs rdiff -r1.6 -r1.7 src/gnu/dist/postfix/man/man5/virtual.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:55:59 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/man/man8

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:55:59 UTC 2005

Modified Files:
	src/gnu/dist/postfix/man/man8: cleanup.8 lmtp.8 local.8

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/gnu/dist/postfix/man/man8/cleanup.8 \
    src/gnu/dist/postfix/man/man8/lmtp.8 \
    src/gnu/dist/postfix/man/man8/local.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 21:58:59 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 21:58:59 UTC 2005

Modified Files:
	src/gnu/dist/postfix: postfix2netbsd

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/gnu/dist/postfix/postfix2netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:00:23 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/cleanup

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:00:23 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/cleanup: cleanup.c cleanup.h
	    cleanup_envelope.c cleanup_init.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/gnu/dist/postfix/src/cleanup/cleanup.c \
    src/gnu/dist/postfix/src/cleanup/cleanup_envelope.c
cvs rdiff -r1.6 -r1.7 src/gnu/dist/postfix/src/cleanup/cleanup.h \
    src/gnu/dist/postfix/src/cleanup/cleanup_init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:01:12 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/dns

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:01:12 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/dns: dns_lookup.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/gnu/dist/postfix/src/dns/dns_lookup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:04:55 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/global

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:04:55 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/global: Makefile.in mail_params.h mynetworks.c
	    own_inet_addr.c own_inet_addr.h resolve_local.c
Added Files:
	src/gnu/dist/postfix/src/global: wildcard_inet_addr.c
	    wildcard_inet_addr.h

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/gnu/dist/postfix/src/global/Makefile.in
cvs rdiff -r1.8 -r1.9 src/gnu/dist/postfix/src/global/mail_params.h
cvs rdiff -r1.5 -r1.6 src/gnu/dist/postfix/src/global/mynetworks.c \
    src/gnu/dist/postfix/src/global/own_inet_addr.h
cvs rdiff -r1.6 -r1.7 src/gnu/dist/postfix/src/global/own_inet_addr.c
cvs rdiff -r1.7 -r1.8 src/gnu/dist/postfix/src/global/resolve_local.c
cvs rdiff -r0 -r1.3 src/gnu/dist/postfix/src/global/wildcard_inet_addr.c \
    src/gnu/dist/postfix/src/global/wildcard_inet_addr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:06:00 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/master

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:06:00 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/master: master.h master_ent.c master_listen.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/gnu/dist/postfix/src/master/master.h \
    src/gnu/dist/postfix/src/master/master_listen.c
cvs rdiff -r1.12 -r1.13 src/gnu/dist/postfix/src/master/master_ent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:06:25 +0000 (UTC)
From: Nathan J Williams <nathanw@netbsd.org>
Subject: CVS commit: src/sys/dev

Module Name:	src
Committed By:	nathanw
Date:		Thu Aug 18 22:06:25 UTC 2005

Modified Files:
	src/sys/dev: vnd.c

Log Message:
Call VOP_UNLOCK() in the case where VND_COMPRESSION isn't defined and
we're about to return EOPNOTSUPP. Prevents a "locking against myself"
panic in vn_close() in the error return path.

Addresses PR# kern/30958


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/sys/dev/vnd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:06:28 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/qmgr

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:06:28 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/qmgr: qmgr_message.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/gnu/dist/postfix/src/qmgr/qmgr_message.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:07:14 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/smtp

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:07:14 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/smtp: smtp_addr.c smtp_connect.c
	    smtp_unalias.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/gnu/dist/postfix/src/smtp/smtp_addr.c
cvs rdiff -r1.12 -r1.13 src/gnu/dist/postfix/src/smtp/smtp_connect.c
cvs rdiff -r1.4 -r1.5 src/gnu/dist/postfix/src/smtp/smtp_unalias.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:08:21 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/smtpd

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:08:21 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/smtpd: smtpd.c smtpd_check.c smtpd_peer.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/gnu/dist/postfix/src/smtpd/smtpd.c \
    src/gnu/dist/postfix/src/smtpd/smtpd_peer.c
cvs rdiff -r1.16 -r1.17 src/gnu/dist/postfix/src/smtpd/smtpd_check.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:11:17 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/util

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:11:17 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/util: Makefile.in inet_addr_host.c
	    inet_addr_list.c inet_addr_list.h inet_addr_local.c inet_connect.c
	    inet_listen.c match_list.c match_ops.c sys_defs.h valid_hostname.c

Log Message:
Resolve conflicts.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/gnu/dist/postfix/src/util/Makefile.in
cvs rdiff -r1.5 -r1.6 src/gnu/dist/postfix/src/util/inet_addr_host.c \
    src/gnu/dist/postfix/src/util/inet_addr_list.h \
    src/gnu/dist/postfix/src/util/inet_connect.c \
    src/gnu/dist/postfix/src/util/inet_listen.c
cvs rdiff -r1.7 -r1.8 src/gnu/dist/postfix/src/util/inet_addr_list.c \
    src/gnu/dist/postfix/src/util/match_ops.c
cvs rdiff -r1.4 -r1.5 src/gnu/dist/postfix/src/util/inet_addr_local.c
cvs rdiff -r1.6 -r1.7 src/gnu/dist/postfix/src/util/match_list.c \
    src/gnu/dist/postfix/src/util/valid_hostname.c
cvs rdiff -r1.15 -r1.16 src/gnu/dist/postfix/src/util/sys_defs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:13:19 +0000 (UTC)
From: Jeff Rizzo <riz@netbsd.org>
Subject: CVS commit: [netbsd-2] src/doc

Module Name:	src
Committed By:	riz
Date:		Thu Aug 18 22:13:19 UTC 2005

Modified Files:
	src/doc [netbsd-2]: CHANGES-2.1

Log Message:
Correct the indentation for ticket #1557.


To generate a diff of this commit:
cvs rdiff -r1.1.2.162 -r1.1.2.163 src/doc/CHANGES-2.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:29:08 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/dist/postfix/src/tls

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:29:08 UTC 2005

Modified Files:
	src/gnu/dist/postfix/src/tls: tls_session.c

Log Message:
Added an OpenSSL version number check so that we pass the second argument to
d2i_SSL_SESSION() correctly.
From postfix-2.3-20050726.
Suggested by Wietse Venema in private email.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/postfix/src/tls/tls_session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:30:37 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/gnu/usr.sbin/postfix

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:30:37 UTC 2005

Modified Files:
	src/gnu/usr.sbin/postfix: Makefile Makefile.inc
	src/gnu/usr.sbin/postfix/README_FILES: Makefile
	src/gnu/usr.sbin/postfix/conf: Makefile
	src/gnu/usr.sbin/postfix/dns: Makefile
	src/gnu/usr.sbin/postfix/global: Makefile
	src/gnu/usr.sbin/postfix/html: Makefile
	src/gnu/usr.sbin/postfix/man/man5: Makefile
	src/gnu/usr.sbin/postfix/man/man8: Makefile
	src/gnu/usr.sbin/postfix/smtp: Makefile
	src/gnu/usr.sbin/postfix/smtpd: Makefile
	src/gnu/usr.sbin/postfix/util: Makefile
Added Files:
	src/gnu/usr.sbin/postfix/anvil: Makefile
	src/gnu/usr.sbin/postfix/discard: Makefile
	src/gnu/usr.sbin/postfix/scache: Makefile
	src/gnu/usr.sbin/postfix/tls: Makefile
	src/gnu/usr.sbin/postfix/tlsmgr: Makefile

Log Message:
Adapted to the new Postfix 2.2.5.

Reviewed by Perry E. Metzger.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/gnu/usr.sbin/postfix/Makefile
cvs rdiff -r1.12 -r1.13 src/gnu/usr.sbin/postfix/Makefile.inc
cvs rdiff -r1.7 -r1.8 src/gnu/usr.sbin/postfix/README_FILES/Makefile
cvs rdiff -r0 -r1.1 src/gnu/usr.sbin/postfix/anvil/Makefile
cvs rdiff -r1.8 -r1.9 src/gnu/usr.sbin/postfix/conf/Makefile
cvs rdiff -r0 -r1.1 src/gnu/usr.sbin/postfix/discard/Makefile
cvs rdiff -r1.5 -r1.6 src/gnu/usr.sbin/postfix/dns/Makefile
cvs rdiff -r1.12 -r1.13 src/gnu/usr.sbin/postfix/global/Makefile
cvs rdiff -r1.10 -r1.11 src/gnu/usr.sbin/postfix/html/Makefile
cvs rdiff -r1.8 -r1.9 src/gnu/usr.sbin/postfix/man/man5/Makefile
cvs rdiff -r1.9 -r1.10 src/gnu/usr.sbin/postfix/man/man8/Makefile
cvs rdiff -r0 -r1.1 src/gnu/usr.sbin/postfix/scache/Makefile
cvs rdiff -r1.6 -r1.7 src/gnu/usr.sbin/postfix/smtp/Makefile
cvs rdiff -r1.6 -r1.7 src/gnu/usr.sbin/postfix/smtpd/Makefile
cvs rdiff -r0 -r1.1 src/gnu/usr.sbin/postfix/tls/Makefile
cvs rdiff -r0 -r1.1 src/gnu/usr.sbin/postfix/tlsmgr/Makefile
cvs rdiff -r1.12 -r1.13 src/gnu/usr.sbin/postfix/util/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:31:47 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/distrib/sets/lists

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:31:47 UTC 2005

Modified Files:
	src/distrib/sets/lists/base: mi
	src/distrib/sets/lists/man: mi
	src/distrib/sets/lists/misc: mi

Log Message:
Added new files from Postfix 2.2.5.


To generate a diff of this commit:
cvs rdiff -r1.565 -r1.566 src/distrib/sets/lists/base/mi
cvs rdiff -r1.814 -r1.815 src/distrib/sets/lists/man/mi
cvs rdiff -r1.122 -r1.123 src/distrib/sets/lists/misc/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:40:41 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/doc

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:40:41 UTC 2005

Modified Files:
	src/doc: 3RDPARTY

Log Message:
We now have Postfix 2.2.5.


To generate a diff of this commit:
cvs rdiff -r1.353 -r1.354 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 22:41:26 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/doc

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 22:41:26 UTC 2005

Modified Files:
	src/doc: CHANGES

Log Message:
Note Postfix 2.2.5 import.


To generate a diff of this commit:
cvs rdiff -r1.505 -r1.506 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 23:06:15 +0000 (UTC)
From: Rui Paulo <rpaulo@netbsd.org>
Subject: CVS commit: src/distrib/sets/lists/man

Module Name:	src
Committed By:	rpaulo
Date:		Thu Aug 18 23:06:15 UTC 2005

Modified Files:
	src/distrib/sets/lists/man: mi

Log Message:
Added missing Postfix 2.2.5 man pages.


To generate a diff of this commit:
cvs rdiff -r1.815 -r1.816 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Fri, 19 Aug 2005 01:09:54 +0000 (UTC)
From: David Young <dyoung@netbsd.org>
Subject: CVS commit: src/usr.sbin/makefs

Module Name:	src
Committed By:	dyoung
Date:		Fri Aug 19 01:09:54 UTC 2005

Modified Files:
	src/usr.sbin/makefs: Makefile

Log Message:
Cosmetic: alphabetize SRCS.  Start a new line on each change of
leading letter.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.sbin/makefs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Fri, 19 Aug 2005 01:24:22 +0000 (UTC)
From: David Young <dyoung@netbsd.org>
Subject: CVS commit: src/usr.sbin/makefs/cd9660

Module Name:	src
Committed By:	dyoung
Date:		Fri Aug 19 01:24:22 UTC 2005

Modified Files:
	src/usr.sbin/makefs/cd9660: cd9660_eltorito.c

Log Message:
Change from malloc/strcpy idiom to strdup.

Revamp err, errx, warn, warnx usage.

Misc. cosmetic tweaks.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.sbin/makefs/cd9660/cd9660_eltorito.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Fri, 19 Aug 2005 01:26:59 +0000 (UTC)
From: David Young <dyoung@netbsd.org>
Subject: CVS commit: src/usr.sbin/makefs

Module Name:	src
Committed By:	dyoung
Date:		Fri Aug 19 01:26:59 UTC 2005

Modified Files:
	src/usr.sbin/makefs: Makefile

Log Message:
Remove extraneous #PKG_DEVELOPER=1 line that snuck in with the last
commit.  (Thanks Masao Uebayashi.)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/makefs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

Date: Thu, 18 Aug 2005 20:31:24 -0500
From: David Young <dyoung@pobox.com>
Subject: Re: CVS commit: src/usr.sbin/makefs/cd9660

On Fri, Aug 19, 2005 at 01:24:22AM +0000, David Young wrote:
> 
> Module Name:	src
> Committed By:	dyoung
> Date:		Fri Aug 19 01:24:22 UTC 2005
> 
> Modified Files:
> 	src/usr.sbin/makefs/cd9660: cd9660_eltorito.c
> 
> Log Message:
> Change from malloc/strcpy idiom to strdup.
> 
> Revamp err, errx, warn, warnx usage.
> 
> Misc. cosmetic tweaks.

That should also say,

"Make -o bootimage=sysname;filename expect NetBSD architecture names
(x86 -> i386; mac -> {macppc, mac68k}; ppc -> powerpc) for sysname."

I will alert someone with admin privileges.

Dave

- -- 
David Young             OJC Technologies
dyoung@ojctech.com      Urbana, IL * (217) 278-3933

------------------------------

Date: Thu, 18 Aug 2005 20:39:29 -0500
From: David Young <dyoung@pobox.com>
Subject: Re: CVS commit: src/usr.sbin/makefs/cd9660

On Thu, Aug 18, 2005 at 08:31:24PM -0500, David Young wrote:
> On Fri, Aug 19, 2005 at 01:24:22AM +0000, David Young wrote:
> > 
> > Module Name:	src
> > Committed By:	dyoung
> > Date:		Fri Aug 19 01:24:22 UTC 2005
> > 
> > Modified Files:
> > 	src/usr.sbin/makefs/cd9660: cd9660_eltorito.c
> > 
> > Log Message:
> > Change from malloc/strcpy idiom to strdup.
> > 
> > Revamp err, errx, warn, warnx usage.
> > 
> > Misc. cosmetic tweaks.
> 
> That should also say,
> 
> "Make -o bootimage=sysname;filename expect NetBSD architecture names
> (x86 -> i386; mac -> {macppc, mac68k}; ppc -> powerpc) for sysname."
> 
> I will alert someone with admin privileges.

Fixed.

Dave

- -- 
David Young             OJC Technologies
dyoung@ojctech.com      Urbana, IL * (217) 278-3933

------------------------------

Date: Fri, 19 Aug 2005 02:04:09 +0000 (UTC)
From: Christos Zoulas <christos@netbsd.org>
Subject: CVS commit: src/sys

Module Name:	src
Committed By:	christos
Date:		Fri Aug 19 02:04:09 UTC 2005

Modified Files:
	src/sys/arch/acorn32/conf: EB7500ATX GENERIC INSTALL LOWMEM_WSCONS NC
	    NC_WSCONS RPC_WSCONS
	src/sys/arch/algor/conf: P4032 P5064 P6032
	src/sys/arch/alpha/conf: ALPHA BASIL FRAU-FARBISSINA GENERIC RAWHIDE
	src/sys/arch/amd64/conf: GENERIC SIMICS
	src/sys/arch/amiga/conf: AMIGA DRACO GENERIC GENERIC.in WSCONS
	src/sys/arch/arc/conf: ARCTIC GENERIC M403 MIMORI PCCONS PICA RAMDISK
	    RPC44
	src/sys/arch/atari/conf: ATARITT BOOT BOOTX FALCON GENERIC.in HADES
	    MILAN-ISAIDE MILAN-PCIIDE
	src/sys/arch/bebox/conf: GENERIC INSTALL
	src/sys/arch/cats/conf: GENERIC INSTALL
	src/sys/arch/cesfic/conf: GENERIC
	src/sys/arch/cobalt/conf: GENERIC INSTALL
	src/sys/arch/dreamcast/conf: GENERIC
	src/sys/arch/evbarm/conf: ADI_BRH INTEGRATOR IQ31244 IQ80310 IQ80321
	    IXDP425 IXM1200 LUBBOCK NAPPI SMDK2410 SMDK2800 TEAMASA_NPWR
	    TEAMASA_NPWR_FC TS7200 TWINTAIL VIPER ZAO425
	src/sys/arch/evbmips/conf: MALTA PB1000
	src/sys/arch/evbppc/conf: EV64260 EXPLORA451 OPENBLOCKS266 WALNUT
	src/sys/arch/evbsh5/conf: CAYMAN
	src/sys/arch/hp300/conf: GENERIC INSTALL
	src/sys/arch/hp700/conf: GENERIC
	src/sys/arch/hpcarm/conf: IPAQ JORNADA720
	src/sys/arch/hpcmips/conf: GENERIC
	src/sys/arch/hpcsh/conf: GENERIC
	src/sys/arch/i386/conf: DISKLESS GENERIC GENERIC.MPACPI GENERIC.local
	    GENERIC_LAPTOP GENERIC_TINY INSTALL INSTALL_LAPTOP INSTALL_SMALL
	    INSTALL_TINY INSTALL_XENU IOPENER LAMB NET4501 SWINGER VIRTUALPC
	    XEN0 XENU
	src/sys/arch/iyonix/conf: GENERIC
	src/sys/arch/luna68k/conf: GENERIC
	src/sys/arch/mac68k/conf: GENERIC GENERICSBC SMALLRAM
	src/sys/arch/macppc/conf: GENERIC INSTALL POWERMAC
	src/sys/arch/mipsco/conf: GENERIC RC3230
	src/sys/arch/mmeye/conf: GENERIC MMEYE
	src/sys/arch/mvme68k/conf: GENERIC VME147 VME162 VME167 VME172 VME177
	src/sys/arch/netwinder/conf: GENERIC
	src/sys/arch/news68k/conf: GENERIC GENERIC_TINY INSTALL LIBERO NEWS1200
	src/sys/arch/newsmips/conf: DEJIKO GENERIC INSTALL WAPIKO
	src/sys/arch/next68k/conf: GENERIC SLAB
	src/sys/arch/ofppc/conf: BRIQ GENERIC
	src/sys/arch/pc532/conf: BULLBOX DUMMY GENERIC KLONDIKE SALMON
	    STEELHEAD
	src/sys/arch/pmax/conf: GENERIC WSCONS
	src/sys/arch/pmppc/conf: INSTALL PMPPC
	src/sys/arch/prep/conf: GENERIC NATSUMI
	src/sys/arch/sandpoint/conf: GENERIC.sandpoint
	src/sys/arch/sbmips/conf: GENERIC
	src/sys/arch/sgimips/conf: GENERIC32_IP2x GENERIC32_IP3x
	src/sys/arch/shark/conf: GENERIC INSTALL OFWGENCFG
	src/sys/arch/sparc/conf: BILL-THE-CAT GENERIC INSTALL KRUPS MRCOFFEE
	    TADPOLE3GX
	src/sys/arch/sparc64/conf: GENERIC32 NONPLUS POWEROFSEVEN.inc SPLODE
	src/sys/arch/sun2/conf: DISKLESS FOURMEG GENERIC VME
	src/sys/arch/sun3/conf: DISKLESS DISKLESS3X FOUR_TTYS GENERIC GENERIC3X
	    INSTALL INSTALL3X KGDB KGDB3X
	src/sys/arch/vax/conf: GENERIC INSTALL
	src/sys/arch/x68k/conf: GENERIC INSTALL
	src/sys/coda: coda_vnops.c
	src/sys/compat/aoutm68k: aoutm68k_stat.h
	src/sys/compat/common: Makefile compat_file.c compat_file.h
	src/sys/compat/darwin: darwin_attr.c
	src/sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h
	    freebsd_syscalls.c freebsd_sysent.c syscalls.master
	src/sys/compat/ibcs2: ibcs2_stat.c
	src/sys/compat/linux/common: linux_file.c linux_file64.c
	src/sys/compat/mach: mach_syscall.h mach_syscallargs.h mach_syscalls.c
	    mach_sysent.c
	src/sys/compat/netbsd32: files.netbsd32 netbsd32.h netbsd32_conv.h
	    netbsd32_fs.c syscalls.master
	src/sys/compat/pecoff: pecoff_misc.c pecoff_syscall.h
	    pecoff_syscallargs.h pecoff_syscalls.c pecoff_sysent.c
	    syscalls.master
	src/sys/compat/sunos: sunos.h
	src/sys/compat/svr4: svr4_socket.c svr4_socket.h svr4_stat.c
	    svr4_stream.c
	src/sys/compat/svr4_32: svr4_32_socket.c svr4_32_socket.h
	    svr4_32_stat.c svr4_32_stream.c
	src/sys/compat/ultrix: ultrix_misc.c
	src/sys/conf: files
	src/sys/dev: vnd.c vndvar.h
	src/sys/fs/cd9660: cd9660_vnops.c
	src/sys/fs/msdosfs: msdosfs_vnops.c
	src/sys/fs/ntfs: ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c
	src/sys/kern: init_sysent.c kern_descrip.c kern_exec.c kern_sa.c
	    syscalls.c syscalls.conf syscalls.master vfs_getcwd.c
	    vfs_syscalls.c
	src/sys/lib/libsa: ufs.c ufs_ls.c
	src/sys/lkm: Makefile.inc
	src/sys/lkm/net/pf: Makefile
	src/sys/miscfs/fdesc: fdesc_vnops.c
	src/sys/nfs: nfs_bio.c nfs_vnops.c
	src/sys/sys: dirent.h stat.h syscall.h syscallargs.h types.h vnode.h
	src/sys/ufs/ext2fs: ext2fs_alloc.c ext2fs_lookup.c
	src/sys/ufs/ffs: ffs_alloc.c ffs_snapshot.c ffs_softdep.c
	src/sys/ufs/lfs: lfs_alloc.c lfs_debug.c lfs_segment.c lfs_vfsops.c
	    lfs_vnops.c
	src/sys/ufs/ufs: inode.h ufs_lookup.c ufs_vnops.c
Added Files:
	src/sys/compat/common: vfs_syscalls_30.c
	src/sys/compat/netbsd32: netbsd32_compat_30.c

Log Message:
64 bit inode changes.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/acorn32/conf/EB7500ATX
cvs rdiff -r1.58 -r1.59 src/sys/arch/acorn32/conf/GENERIC
cvs rdiff -r1.32 -r1.33 src/sys/arch/acorn32/conf/INSTALL
cvs rdiff -r1.34 -r1.35 src/sys/arch/acorn32/conf/LOWMEM_WSCONS
cvs rdiff -r1.33 -r1.34 src/sys/arch/acorn32/conf/NC
cvs rdiff -r1.39 -r1.40 src/sys/arch/acorn32/conf/NC_WSCONS \
    src/sys/arch/acorn32/conf/RPC_WSCONS
cvs rdiff -r1.35 -r1.36 src/sys/arch/algor/conf/P4032 \
    src/sys/arch/algor/conf/P6032
cvs rdiff -r1.41 -r1.42 src/sys/arch/algor/conf/P5064
cvs rdiff -r1.210 -r1.211 src/sys/arch/alpha/conf/ALPHA
cvs rdiff -r1.39 -r1.40 src/sys/arch/alpha/conf/BASIL
cvs rdiff -r1.44 -r1.45 src/sys/arch/alpha/conf/FRAU-FARBISSINA
cvs rdiff -r1.272 -r1.273 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.24 -r1.25 src/sys/arch/alpha/conf/RAWHIDE
cvs rdiff -r1.64 -r1.65 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.20 -r1.21 src/sys/arch/amd64/conf/SIMICS
cvs rdiff -r1.85 -r1.86 src/sys/arch/amiga/conf/AMIGA
cvs rdiff -r1.101 -r1.102 src/sys/arch/amiga/conf/DRACO
cvs rdiff -r1.223 -r1.224 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -r1.41 -r1.42 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -r1.39 -r1.40 src/sys/arch/amiga/conf/WSCONS
cvs rdiff -r1.36 -r1.37 src/sys/arch/arc/conf/ARCTIC
cvs rdiff -r1.120 -r1.121 src/sys/arch/arc/conf/GENERIC
cvs rdiff -r1.33 -r1.34 src/sys/arch/arc/conf/M403
cvs rdiff -r1.38 -r1.39 src/sys/arch/arc/conf/MIMORI
cvs rdiff -r1.46 -r1.47 src/sys/arch/arc/conf/PCCONS
cvs rdiff -r1.49 -r1.50 src/sys/arch/arc/conf/PICA
cvs rdiff -r1.61 -r1.62 src/sys/arch/arc/conf/RAMDISK
cvs rdiff -r1.18 -r1.19 src/sys/arch/arc/conf/RPC44
cvs rdiff -r1.71 -r1.72 src/sys/arch/atari/conf/ATARITT
cvs rdiff -r1.64 -r1.65 src/sys/arch/atari/conf/BOOT
cvs rdiff -r1.59 -r1.60 src/sys/arch/atari/conf/BOOTX
cvs rdiff -r1.69 -r1.70 src/sys/arch/atari/conf/FALCON
cvs rdiff -r1.53 -r1.54 src/sys/arch/atari/conf/GENERIC.in
cvs rdiff -r1.61 -r1.62 src/sys/arch/atari/conf/HADES
cvs rdiff -r1.37 -r1.38 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -r1.41 -r1.42 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -r1.85 -r1.86 src/sys/arch/bebox/conf/GENERIC
cvs rdiff -r1.31 -r1.32 src/sys/arch/bebox/conf/INSTALL
cvs rdiff -r1.88 -r1.89 src/sys/arch/cats/conf/GENERIC
cvs rdiff -r1.51 -r1.52 src/sys/arch/cats/conf/INSTALL
cvs rdiff -r1.34 -r1.35 src/sys/arch/cesfic/conf/GENERIC
cvs rdiff -r1.79 -r1.80 src/sys/arch/cobalt/conf/GENERIC
cvs rdiff -r1.8 -r1.9 src/sys/arch/cobalt/conf/INSTALL
cvs rdiff -r1.58 -r1.59 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -r1.29 -r1.30 src/sys/arch/evbarm/conf/ADI_BRH
cvs rdiff -r1.41 -r1.42 src/sys/arch/evbarm/conf/INTEGRATOR
cvs rdiff -r1.31 -r1.32 src/sys/arch/evbarm/conf/IQ31244
cvs rdiff -r1.47 -r1.48 src/sys/arch/evbarm/conf/IQ80310
cvs rdiff -r1.42 -r1.43 src/sys/arch/evbarm/conf/IQ80321
cvs rdiff -r1.13 -r1.14 src/sys/arch/evbarm/conf/IXDP425
cvs rdiff -r1.17 -r1.18 src/sys/arch/evbarm/conf/IXM1200
cvs rdiff -r1.18 -r1.19 src/sys/arch/evbarm/conf/LUBBOCK
cvs rdiff -r1.19 -r1.20 src/sys/arch/evbarm/conf/NAPPI \
    src/sys/arch/evbarm/conf/TS7200
cvs rdiff -r1.23 -r1.24 src/sys/arch/evbarm/conf/SMDK2410
cvs rdiff -r1.26 -r1.27 src/sys/arch/evbarm/conf/SMDK2800
cvs rdiff -r1.43 -r1.44 src/sys/arch/evbarm/conf/TEAMASA_NPWR
cvs rdiff -r1.12 -r1.13 src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC
cvs rdiff -r1.8 -r1.9 src/sys/arch/evbarm/conf/TWINTAIL
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbarm/conf/VIPER
cvs rdiff -r1.21 -r1.22 src/sys/arch/evbarm/conf/ZAO425
cvs rdiff -r1.33 -r1.34 src/sys/arch/evbmips/conf/MALTA
cvs rdiff -r1.23 -r1.24 src/sys/arch/evbmips/conf/PB1000
cvs rdiff -r1.25 -r1.26 src/sys/arch/evbppc/conf/EV64260
cvs rdiff -r1.16 -r1.17 src/sys/arch/evbppc/conf/EXPLORA451
cvs rdiff -r1.22 -r1.23 src/sys/arch/evbppc/conf/OPENBLOCKS266
cvs rdiff -r1.23 -r1.24 src/sys/arch/evbppc/conf/WALNUT
cvs rdiff -r1.18 -r1.19 src/sys/arch/evbsh5/conf/CAYMAN
cvs rdiff -r1.119 -r1.120 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.24 -r1.25 src/sys/arch/hp300/conf/INSTALL
cvs rdiff -r1.51 -r1.52 src/sys/arch/hp700/conf/GENERIC
cvs rdiff -r1.38 -r1.39 src/sys/arch/hpcarm/conf/IPAQ
cvs rdiff -r1.44 -r1.45 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -r1.174 -r1.175 src/sys/arch/hpcmips/conf/GENERIC
cvs rdiff -r1.53 -r1.54 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -r1.106 -r1.107 src/sys/arch/i386/conf/DISKLESS
cvs rdiff -r1.694 -r1.695 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.40 -r1.41 src/sys/arch/i386/conf/GENERIC.MPACPI
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/conf/GENERIC.local
cvs rdiff -r1.150 -r1.151 src/sys/arch/i386/conf/GENERIC_LAPTOP
cvs rdiff -r1.89 -r1.90 src/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -r1.268 -r1.269 src/sys/arch/i386/conf/INSTALL
cvs rdiff -r1.86 -r1.87 src/sys/arch/i386/conf/INSTALL_LAPTOP
cvs rdiff -r1.114 -r1.115 src/sys/arch/i386/conf/INSTALL_SMALL
cvs rdiff -r1.92 -r1.93 src/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/conf/INSTALL_XENU
cvs rdiff -r1.65 -r1.66 src/sys/arch/i386/conf/IOPENER
cvs rdiff -r1.54 -r1.55 src/sys/arch/i386/conf/LAMB
cvs rdiff -r1.37 -r1.38 src/sys/arch/i386/conf/NET4501
cvs rdiff -r1.70 -r1.71 src/sys/arch/i386/conf/SWINGER
cvs rdiff -r1.26 -r1.27 src/sys/arch/i386/conf/VIRTUALPC
cvs rdiff -r1.9 -r1.10 src/sys/arch/i386/conf/XEN0
cvs rdiff -r1.5 -r1.6 src/sys/arch/i386/conf/XENU
cvs rdiff -r1.16 -r1.17 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -r1.62 -r1.63 src/sys/arch/luna68k/conf/GENERIC
cvs rdiff -r1.162 -r1.163 src/sys/arch/mac68k/conf/GENERIC
cvs rdiff -r1.46 -r1.47 src/sys/arch/mac68k/conf/GENERICSBC
cvs rdiff -r1.20 -r1.21 src/sys/arch/mac68k/conf/SMALLRAM
cvs rdiff -r1.208 -r1.209 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -r1.90 -r1.91 src/sys/arch/macppc/conf/INSTALL
cvs rdiff -r1.49 -r1.50 src/sys/arch/macppc/conf/POWERMAC
cvs rdiff -r1.49 -r1.50 src/sys/arch/mipsco/conf/GENERIC
cvs rdiff -r1.25 -r1.26 src/sys/arch/mipsco/conf/RC3230
cvs rdiff -r1.71 -r1.72 src/sys/arch/mmeye/conf/GENERIC
cvs rdiff -r1.29 -r1.30 src/sys/arch/mmeye/conf/MMEYE
cvs rdiff -r1.57 -r1.58 src/sys/arch/mvme68k/conf/GENERIC
cvs rdiff -r1.48 -r1.49 src/sys/arch/mvme68k/conf/VME147
cvs rdiff -r1.21 -r1.22 src/sys/arch/mvme68k/conf/VME162 \
    src/sys/arch/mvme68k/conf/VME172 src/sys/arch/mvme68k/conf/VME177
cvs rdiff -r1.25 -r1.26 src/sys/arch/mvme68k/conf/VME167
cvs rdiff -r1.66 -r1.67 src/sys/arch/netwinder/conf/GENERIC
cvs rdiff -r1.68 -r1.69 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -r1.42 -r1.43 src/sys/arch/news68k/conf/GENERIC_TINY
cvs rdiff -r1.31 -r1.32 src/sys/arch/news68k/conf/INSTALL
cvs rdiff -r1.33 -r1.34 src/sys/arch/news68k/conf/LIBERO
cvs rdiff -r1.32 -r1.33 src/sys/arch/news68k/conf/NEWS1200
cvs rdiff -r1.17 -r1.18 src/sys/arch/newsmips/conf/DEJIKO
cvs rdiff -r1.82 -r1.83 src/sys/arch/newsmips/conf/GENERIC
cvs rdiff -r1.25 -r1.26 src/sys/arch/newsmips/conf/INSTALL
cvs rdiff -r1.29 -r1.30 src/sys/arch/newsmips/conf/WAPIKO
cvs rdiff -r1.92 -r1.93 src/sys/arch/next68k/conf/GENERIC
cvs rdiff -r1.28 -r1.29 src/sys/arch/next68k/conf/SLAB
cvs rdiff -r1.21 -r1.22 src/sys/arch/ofppc/conf/BRIQ
cvs rdiff -r1.81 -r1.82 src/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.22 -r1.23 src/sys/arch/pc532/conf/BULLBOX
cvs rdiff -r1.29 -r1.30 src/sys/arch/pc532/conf/DUMMY
cvs rdiff -r1.53 -r1.54 src/sys/arch/pc532/conf/GENERIC
cvs rdiff -r1.33 -r1.34 src/sys/arch/pc532/conf/KLONDIKE
cvs rdiff -r1.26 -r1.27 src/sys/arch/pc532/conf/SALMON
cvs rdiff -r1.41 -r1.42 src/sys/arch/pc532/conf/STEELHEAD
cvs rdiff -r1.133 -r1.134 src/sys/arch/pmax/conf/GENERIC
cvs rdiff -r1.15 -r1.16 src/sys/arch/pmax/conf/WSCONS
cvs rdiff -r1.17 -r1.18 src/sys/arch/pmppc/conf/INSTALL
cvs rdiff -r1.30 -r1.31 src/sys/arch/pmppc/conf/PMPPC
cvs rdiff -r1.99 -r1.100 src/sys/arch/prep/conf/GENERIC
cvs rdiff -r1.39 -r1.40 src/sys/arch/prep/conf/NATSUMI
cvs rdiff -r1.24 -r1.25 src/sys/arch/sandpoint/conf/GENERIC.sandpoint
cvs rdiff -r1.42 -r1.43 src/sys/arch/sbmips/conf/GENERIC
cvs rdiff -r1.36 -r1.37 src/sys/arch/sgimips/conf/GENERIC32_IP2x
cvs rdiff -r1.32 -r1.33 src/sys/arch/sgimips/conf/GENERIC32_IP3x
cvs rdiff -r1.49 -r1.50 src/sys/arch/shark/conf/GENERIC
cvs rdiff -r1.20 -r1.21 src/sys/arch/shark/conf/INSTALL \
    src/sys/arch/shark/conf/OFWGENCFG
cvs rdiff -r1.33 -r1.34 src/sys/arch/sparc/conf/BILL-THE-CAT
cvs rdiff -r1.177 -r1.178 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -r1.48 -r1.49 src/sys/arch/sparc/conf/INSTALL
cvs rdiff -r1.29 -r1.30 src/sys/arch/sparc/conf/KRUPS
cvs rdiff -r1.11 -r1.12 src/sys/arch/sparc/conf/MRCOFFEE
cvs rdiff -r1.30 -r1.31 src/sys/arch/sparc/conf/TADPOLE3GX
cvs rdiff -r1.115 -r1.116 src/sys/arch/sparc64/conf/GENERIC32
cvs rdiff -r1.52 -r1.53 src/sys/arch/sparc64/conf/NONPLUS
cvs rdiff -r1.37 -r1.38 src/sys/arch/sparc64/conf/POWEROFSEVEN.inc
cvs rdiff -r1.38 -r1.39 src/sys/arch/sparc64/conf/SPLODE
cvs rdiff -r1.23 -r1.24 src/sys/arch/sun2/conf/DISKLESS
cvs rdiff -r1.26 -r1.27 src/sys/arch/sun2/conf/FOURMEG
cvs rdiff -r1.45 -r1.46 src/sys/arch/sun2/conf/GENERIC
cvs rdiff -r1.18 -r1.19 src/sys/arch/sun2/conf/VME
cvs rdiff -r1.47 -r1.48 src/sys/arch/sun3/conf/DISKLESS
cvs rdiff -r1.34 -r1.35 src/sys/arch/sun3/conf/DISKLESS3X
cvs rdiff -r1.43 -r1.44 src/sys/arch/sun3/conf/FOUR_TTYS \
    src/sys/arch/sun3/conf/KGDB
cvs rdiff -r1.120 -r1.121 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -r1.78 -r1.79 src/sys/arch/sun3/conf/GENERIC3X
cvs rdiff -r1.28 -r1.29 src/sys/arch/sun3/conf/INSTALL
cvs rdiff -r1.27 -r1.28 src/sys/arch/sun3/conf/INSTALL3X
cvs rdiff -r1.45 -r1.46 src/sys/arch/sun3/conf/KGDB3X
cvs rdiff -r1.138 -r1.139 src/sys/arch/vax/conf/GENERIC
cvs rdiff -r1.37 -r1.38 src/sys/arch/vax/conf/INSTALL
cvs rdiff -r1.117 -r1.118 src/sys/arch/x68k/conf/GENERIC
cvs rdiff -r1.68 -r1.69 src/sys/arch/x68k/conf/INSTALL
cvs rdiff -r1.41 -r1.42 src/sys/coda/coda_vnops.c
cvs rdiff -r1.3 -r1.4 src/sys/compat/aoutm68k/aoutm68k_stat.h
cvs rdiff -r1.34 -r1.35 src/sys/compat/common/Makefile
cvs rdiff -r1.15 -r1.16 src/sys/compat/common/compat_file.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/common/compat_file.h
cvs rdiff -r0 -r1.1 src/sys/compat/common/vfs_syscalls_30.c
cvs rdiff -r1.6 -r1.7 src/sys/compat/darwin/darwin_attr.c
cvs rdiff -r1.58 -r1.59 src/sys/compat/freebsd/freebsd_syscall.h \
    src/sys/compat/freebsd/freebsd_syscalls.c
cvs rdiff -r1.60 -r1.61 src/sys/compat/freebsd/freebsd_syscallargs.h \
    src/sys/compat/freebsd/freebsd_sysent.c
cvs rdiff -r1.47 -r1.48 src/sys/compat/freebsd/syscalls.master
cvs rdiff -r1.31 -r1.32 src/sys/compat/ibcs2/ibcs2_stat.c
cvs rdiff -r1.69 -r1.70 src/sys/compat/linux/common/linux_file.c
cvs rdiff -r1.28 -r1.29 src/sys/compat/linux/common/linux_file64.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/mach/mach_syscall.h \
    src/sys/compat/mach/mach_syscallargs.h \
    src/sys/compat/mach/mach_syscalls.c
cvs rdiff -r1.16 -r1.17 src/sys/compat/mach/mach_sysent.c
cvs rdiff -r1.17 -r1.18 src/sys/compat/netbsd32/files.netbsd32
cvs rdiff -r1.37 -r1.38 src/sys/compat/netbsd32/netbsd32.h \
    src/sys/compat/netbsd32/syscalls.master
cvs rdiff -r0 -r1.1 src/sys/compat/netbsd32/netbsd32_compat_30.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/netbsd32/netbsd32_conv.h
cvs rdiff -r1.20 -r1.21 src/sys/compat/netbsd32/netbsd32_fs.c
cvs rdiff -r1.10 -r1.11 src/sys/compat/pecoff/pecoff_misc.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/pecoff/pecoff_syscall.h \
    src/sys/compat/pecoff/pecoff_syscalls.c
cvs rdiff -r1.13 -r1.14 src/sys/compat/pecoff/pecoff_syscallargs.h \
    src/sys/compat/pecoff/pecoff_sysent.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/pecoff/syscalls.master
cvs rdiff -r1.18 -r1.19 src/sys/compat/sunos/sunos.h
cvs rdiff -r1.10 -r1.11 src/sys/compat/svr4/svr4_socket.c
cvs rdiff -r1.2 -r1.3 src/sys/compat/svr4/svr4_socket.h
cvs rdiff -r1.53 -r1.54 src/sys/compat/svr4/svr4_stat.c \
    src/sys/compat/svr4/svr4_stream.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/svr4_32/svr4_32_socket.c
cvs rdiff -r1.1 -r1.2 src/sys/compat/svr4_32/svr4_32_socket.h
cvs rdiff -r1.16 -r1.17 src/sys/compat/svr4_32/svr4_32_stat.c
cvs rdiff -r1.14 -r1.15 src/sys/compat/svr4_32/svr4_32_stream.c
cvs rdiff -r1.101 -r1.102 src/sys/compat/ultrix/ultrix_misc.c
cvs rdiff -r1.728 -r1.729 src/sys/conf/files
cvs rdiff -r1.119 -r1.120 src/sys/dev/vnd.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/vndvar.h
cvs rdiff -r1.13 -r1.14 src/sys/fs/cd9660/cd9660_vnops.c
cvs rdiff -r1.14 -r1.15 src/sys/fs/msdosfs/msdosfs_vnops.c
cvs rdiff -r1.17 -r1.18 src/sys/fs/ntfs/ntfs_subr.c
cvs rdiff -r1.31 -r1.32 src/sys/fs/ntfs/ntfs_vfsops.c
cvs rdiff -r1.22 -r1.23 src/sys/fs/ntfs/ntfs_vnops.c
cvs rdiff -r1.165 -r1.166 src/sys/kern/init_sysent.c
cvs rdiff -r1.134 -r1.135 src/sys/kern/kern_descrip.c
cvs rdiff -r1.208 -r1.209 src/sys/kern/kern_exec.c
cvs rdiff -r1.62 -r1.63 src/sys/kern/kern_sa.c
cvs rdiff -r1.160 -r1.161 src/sys/kern/syscalls.c
cvs rdiff -r1.8 -r1.9 src/sys/kern/syscalls.conf
cvs rdiff -r1.147 -r1.148 src/sys/kern/syscalls.master
cvs rdiff -r1.27 -r1.28 src/sys/kern/vfs_getcwd.c
cvs rdiff -r1.227 -r1.228 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.44 -r1.45 src/sys/lib/libsa/ufs.c
cvs rdiff -r1.10 -r1.11 src/sys/lib/libsa/ufs_ls.c
cvs rdiff -r1.4 -r1.5 src/sys/lkm/Makefile.inc
cvs rdiff -r1.3 -r1.4 src/sys/lkm/net/pf/Makefile
cvs rdiff -r1.84 -r1.85 src/sys/miscfs/fdesc/fdesc_vnops.c
cvs rdiff -r1.132 -r1.133 src/sys/nfs/nfs_bio.c
cvs rdiff -r1.224 -r1.225 src/sys/nfs/nfs_vnops.c
cvs rdiff -r1.18 -r1.19 src/sys/sys/dirent.h
cvs rdiff -r1.48 -r1.49 src/sys/sys/stat.h
cvs rdiff -r1.158 -r1.159 src/sys/sys/syscall.h
cvs rdiff -r1.140 -r1.141 src/sys/sys/syscallargs.h
cvs rdiff -r1.67 -r1.68 src/sys/sys/types.h
cvs rdiff -r1.141 -r1.142 src/sys/sys/vnode.h
cvs rdiff -r1.24 -r1.25 src/sys/ufs/ext2fs/ext2fs_alloc.c
cvs rdiff -r1.34 -r1.35 src/sys/ufs/ext2fs/ext2fs_lookup.c
cvs rdiff -r1.85 -r1.86 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.18 -r1.19 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.66 -r1.67 src/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.83 -r1.84 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.31 -r1.32 src/sys/ufs/lfs/lfs_debug.c
cvs rdiff -r1.164 -r1.165 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.184 -r1.185 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.152 -r1.153 src/sys/ufs/lfs/lfs_vnops.c
cvs rdiff -r1.41 -r1.42 src/sys/ufs/ufs/inode.h
cvs rdiff -r1.65 -r1.66 src/sys/ufs/ufs/ufs_lookup.c
cvs rdiff -r1.129 -r1.130 src/sys/ufs/ufs/ufs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------

End of NetBSD source-changes Digest V2 #19
******************************************