CVS commit: src/share/man/man4
Module Name:src Committed By: wiz Date: Sun May 29 08:46:43 UTC 2011 Modified Files: src/share/man/man4: unix.4 Log Message: Bump date for SOCK_SEQPACKET; add serial commas. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/unix.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sun68k/stand
Module Name:src Committed By: tsutsui Date: Sun May 29 10:06:34 UTC 2011 Modified Files: src/sys/arch/sun68k/stand: Makefile.inc Log Message: Add ugly definitions to make standalone programs build without installed DESTDIR binaries. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sun68k/stand/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sun68k/stand/tapeboot
Module Name:src Committed By: tsutsui Date: Sun May 29 10:15:30 UTC 2011 Modified Files: src/sys/arch/sun68k/stand/tapeboot: boot.c Log Message: Disable LOAD_BACKWARDS on tapeboot which can't seek backwards. Fixes bootstrap tapeboot installation failure on TME reported from ryoon@. Should be pulled up to netbsd-5. (note netbsd-5 uses LOAD_NOTE instead of LOAD_BACKWARDS) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sun68k/stand/tapeboot/boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sun68k/stand
Module Name:src Committed By: tsutsui Date: Sun May 29 10:19:09 UTC 2011 Modified Files: src/sys/arch/sun68k/stand: Makefile.inc Log Message: Use WARNS?=2 to pull warnings flags. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sun68k/stand/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mvme68k/stand/libsa
Module Name:src Committed By: tsutsui Date: Sun May 29 10:29:01 UTC 2011 Modified Files: src/sys/arch/mvme68k/stand/libsa: exec_mvme.c Log Message: Avoid backward seek on tape boot. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mvme68k/stand/libsa/exec_mvme.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jmcneill Date: Sun May 29 12:37:09 UTC 2011 Modified Files: src/sys/dev/usb: uhub.c Log Message: When a child device is detached and no interfaces are claimed by drivers, free the port's subdevice list. This allows for detaching a driver from a USB device and loading a different one without disconnecting the device. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/dev/usb/uhub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-igs/dist/src
Module Name:xsrc Committed By: christos Date: Sun May 29 12:42:59 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-igs/dist/src: igs_driver.c Log Message: more includes and abi issues. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/syscall
Module Name:src Committed By: tron Date: Sun May 29 12:57:14 UTC 2011 Modified Files: src/tests/syscall: t_pollts.c Log Message: Don't use assert(3) for expressions with side effects on request by by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead. Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid crashes if one of the required conditions isn't met. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_pollts.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: phx Date: Sun May 29 13:31:30 UTC 2011 Modified Files: src/sys/dev/pci: if_sk.c if_skreg.h Log Message: The Genesis interface provides a register in the device specific config space to automatically revert the byte order in all descriptors. Make sure this feature is inactive. Otherwise the driver is unable to receive or transmit any frame. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pci/if_sk.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_skreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: spz Date: Sun May 29 15:17:10 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/external/bsd/bind/dist/bin/named: bind.keys.h query.c server.c src/external/bsd/bind/dist/lib/dns: ncache.c rbtdb.c resolver.c validator.c xfrin.c zone.c src/external/bsd/bind/dist/lib/isc/unix: socket.c src/external/bsd/bind/lib/libdns: shlib_version src/external/bsd/bind/lib/libisc: shlib_version Log Message: merge 9.8.0-P2: - fixes CVE-2011-1910: Large RRSIG RRsets and Negative Caching can crash named - fixes CVE-2011-0414: bind lockup during IXFR - return a more correct error in case of policy violation bump version of libdns and libisc To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.47 -r1.48 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.122 -r1.123 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.115 -r1.116 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.584 -r1.585 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2 -r1.3 src/external/bsd/bind/dist/bin/named/bind.keys.h cvs rdiff -u -r1.3 -r1.4 src/external/bsd/bind/dist/bin/named/query.c cvs rdiff -u -r1.8 -r1.9 src/external/bsd/bind/dist/bin/named/server.c cvs rdiff -u -r1.2 -r1.3 src/external/bsd/bind/dist/lib/dns/ncache.c \ src/external/bsd/bind/dist/lib/dns/xfrin.c \ src/external/bsd/bind/dist/lib/dns/zone.c cvs rdiff -u -r1.7 -r1.8 src/external/bsd/bind/dist/lib/dns/rbtdb.c cvs rdiff -u -r1.8 -r1.9 src/external/bsd/bind/dist/lib/dns/resolver.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/bind/dist/lib/dns/validator.c cvs rdiff -u -r1.5 -r1.6 src/external/bsd/bind/dist/lib/isc/unix/socket.c cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/lib/libdns/shlib_version cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/lib/libisc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: spz Date: Sun May 29 15:21:34 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: note bind update To generate a diff of this commit: cvs rdiff -u -r1.841 -r1.842 src/doc/3RDPARTY cvs rdiff -u -r1.1550 -r1.1551 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: tsutsui Date: Sun May 29 17:07:58 UTC 2011 Modified Files: src/usr.sbin/makefs: cd9660.c src/usr.sbin/makefs/cd9660: iso9660_rrip.c Log Message: Apply fixes for PR bin/44114 (makefs(8) -t cd9660 -o rockridge creates corrupted cd9660fs): - makefs/cd9660.c: - cd9660_rrip_move_directory() should also update lenght[0] and name_len[0] in dir->isoDirRecord - makefs/cd9660/iso9660_rrip.c: - cd9660_rrip_finalize_node() should check rr_real_parent in node->parent, not in node itself in RRIP_PL case - cd9660_rrip_initialize_node() should update only node passed as arg so handle RRIP_PL in DOTDOT case Fixes malformed dotdot entries in deep (more than 8 level) directories moved into .rr_moved dir. Should be pulled up to netbsd-5. (no official ISO has such deep dirs, but cobalt restorecd is affected) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/makefs/cd9660.c cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/makefs/cd9660/iso9660_rrip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/zaurus
Module Name:src Committed By: tsutsui Date: Sun May 29 17:19:32 UTC 2011 Modified Files: src/distrib/zaurus: Makefile Added Files: src/distrib/zaurus/cdroms: Makefile src/distrib/zaurus/cdroms/installcd: Makefile Log Message: Build zauruscd.iso on build.sh iso-image target as other ports. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/zaurus/Makefile cvs rdiff -u -r0 -r1.1 src/distrib/zaurus/cdroms/Makefile cvs rdiff -u -r0 -r1.1 src/distrib/zaurus/cdroms/installcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sandpoint/stand/altboot
Module Name:src Committed By: phx Date: Sun May 29 18:06:45 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c skg.c Log Message: When PPCBoot supports the SKnet interface it will configure it to automatically byte-reverse all descriptors by setting a vendor-specific bit in PCI config space. We have to clear that bit to make sure our driver can send and receive. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/stand/altboot/brdsetup.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/stand/altboot/skg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/syscall
Module Name:src Committed By: christos Date: Sun May 29 22:12:32 UTC 2011 Modified Files: src/tests/syscall: t_pselect.c Log Message: Modify the test to be more robust. Still getting fork interrupted somehow, but the tests work (after my kernel changes). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_pselect.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sun May 29 22:14:53 UTC 2011 Modified Files: src/sys/kern: sys_sig.c Log Message: when undoing the sigsuspend setup, either take the signal and allow the signal path to restore the mask, or restore the mask here. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/kern/sys_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/tmpfs
Module Name:src Committed By: rmind Date: Sun May 29 22:29:07 UTC 2011 Modified Files: src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c Log Message: - Rework and document inode reference counting. Also document inode life cycle (destruction part). Perform link counting in tmpfs_dir_attach() and tmpfs_dir_detach(), instead of alloc/free and arbitrary places. Fixes PR/44285, PR/44288, PR/44657 and likely PR/42484. - Fix the race between the lookup and inode destruction. Fixes PR/43167 and its duplicates PR/40088, PR/40757. - Improve tmpfs_rename() locking a little, fix kqueue event notifications and also fix PR/43617. Add simplistic tmpfs_parentcheck_p(); to be expanded and used for further rename() locking fixes. - Cache directory entry "hint" in the tmpfs node, add tmpfs_dir_cached(), and thus avoid unnecessary lookup in tmpfs_remove() and tmpfs_rmdir(). - Set correct _PC_FILESIZEBITS value in tmpfs_pathconf(). Fixes PR/43576. - Few minor fixes. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/fs/tmpfs/tmpfs.h cvs rdiff -u -r1.70 -r1.71 src/sys/fs/tmpfs/tmpfs_subr.c cvs rdiff -u -r1.50 -r1.51 src/sys/fs/tmpfs/tmpfs_vfsops.c cvs rdiff -u -r1.84 -r1.85 src/sys/fs/tmpfs/tmpfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/tmpfs
Module Name:src Committed By: rmind Date: Sun May 29 22:43:32 UTC 2011 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c Log Message: Fix non-DEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/fs/tmpfs/tmpfs_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/xfree/xc/programs/Xserver/os
Module Name:xsrc Committed By: christos Date: Sun May 29 22:57:41 UTC 2011 Modified Files: xsrc/xfree/xc/programs/Xserver/os: utils.c Log Message: add memleak.h for CheckMemory To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 xsrc/xfree/xc/programs/Xserver/os/utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/xfree/xc/util/memleak
Module Name:xsrc Committed By: christos Date: Sun May 29 22:59:10 UTC 2011 Added Files: xsrc/xfree/xc/util/memleak: memleak.h Log Message: for CheckMemory To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 xsrc/xfree/xc/util/memleak/memleak.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/xfree/xc/util/memleak
Module Name:xsrc Committed By: christos Date: Sun May 29 22:59:35 UTC 2011 Modified Files: xsrc/xfree/xc/util/memleak: fmalloc.c Log Message: add memleak.h To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/xfree/xc/util/memleak/fmalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/x11/Xserver/os
Module Name:src Committed By: christos Date: Sun May 29 23:00:41 UTC 2011 Modified Files: src/x11/Xserver/os: Makefile Log Message: find util/memleak/memleak.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/x11/Xserver/os/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: haad Date: Sun May 29 23:35:50 UTC 2011 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: Fix DEBUG enabled build, after every minor lib bump DEBUG enabled build should be run to catch all changes. Hi spz! To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/distrib/sets/lists/comp/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libdm
Module Name:src Committed By: haad Date: Mon May 30 01:10:58 UTC 2011 Modified Files: src/lib/libdm: libdm_ioctl.c Log Message: Fix problem where DM_IOCTL_NAME was used in libdm_task_set_uuid except of DM_IOCTL_UUID. This makes lvremove to work properly. Thanks To hugo Silva and Toby Karyadi for reporting this issue. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libdm/libdm_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/acpitools/aml
Module Name:src Committed By: dyoung Date: Mon May 30 01:15:30 UTC 2011 Modified Files: src/usr.sbin/acpitools/aml: aml_common.c aml_parse.c aml_region.c Log Message: It's not necessary to #include both and , because will do: #includes . To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/acpitools/aml/aml_common.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/acpitools/aml/aml_parse.c \ src/usr.sbin/acpitools/aml/aml_region.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: dyoung Date: Mon May 30 01:48:40 UTC 2011 Modified Files: src/share/man/man9: cardbus.9 isa.9 pci.9 pcmcia.9 Log Message: MI drivers should #include not . To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/cardbus.9 cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/isa.9 \ src/share/man/man9/pcmcia.9 cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/pci.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: dyoung Date: Mon May 30 01:50:07 UTC 2011 Modified Files: src/share/man/man9: isapnp.9 mca.9 Log Message: MI drivers should #include not . To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/isapnp.9 cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/mca.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Mon May 30 02:10:26 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/tests: shl.mi Log Message: fix a lot of different issues (doesn't anyone build anymore) - libdns had the wrong version - zfs attributes missing - missing debug libs - typos in library names - typos in library versions - _g libraries missing for new .so files (since we don't install .a files we should not be installing _g.a files either, why are we?) Hopefully this will fix the sparc64 build. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/comp/ad.mips64eb \ src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.115 -r1.116 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.99 -r1.100 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.1625 -r1.1626 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.172 -r1.173 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/tests/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/x11/Xserver/os
Module Name:src Committed By: christos Date: Mon May 30 02:12:02 UTC 2011 Modified Files: src/x11/Xserver/os: Makefile Log Message: Missing \\ To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/x11/Xserver/os/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hack
Module Name:src Committed By: joerg Date: Mon May 30 03:11:15 UTC 2011 Modified Files: src/games/hack: extern.h hack.mon.c Log Message: Use consistent sign in compare, the function is only called with constants as third argument anyway. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/hack/extern.h cvs rdiff -u -r1.10 -r1.11 src/games/hack/hack.mon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: joerg Date: Mon May 30 03:12:43 UTC 2011 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Don't duplicate -Werror here, bsd.sys.mk already provides it To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/conf/Makefile.kern.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/gensetlist
Module Name:othersrc Committed By: agc Date: Mon May 30 03:48:36 UTC 2011 Modified Files: othersrc/external/bsd/gensetlist: gensetlist.c Log Message: rename the "subman" regexp to "sub" as it's used in other multiword defs, not just those for MAN= To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 othersrc/external/bsd/gensetlist/gensetlist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/gensetlist
Module Name:othersrc Committed By: agc Date: Mon May 30 03:49:56 UTC 2011 Modified Files: othersrc/external/bsd/gensetlist: bsd.setlist.mk Log Message: add a guard to the passing of the MAN definition, since MKMAN will supercede any MAN definitions. only allow man pages to be listed in the set lists when MKMAN != "no". To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/gensetlist/bsd.setlist.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes
Module Name:src Committed By: wiz Date: Mon May 30 06:19:54 UTC 2011 Modified Files: src/distrib/notes/macppc: install src/distrib/notes/mvme68k: install src/distrib/notes/sandpoint: install Log Message: Fix some typos, from OKANO Takayoshi in PR 45001. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/notes/macppc/install cvs rdiff -u -r1.22 -r1.23 src/distrib/notes/mvme68k/install cvs rdiff -u -r1.9 -r1.10 src/distrib/notes/sandpoint/install Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga
Module Name:xsrc Committed By: christos Date: Mon May 30 06:42:41 UTC 2011 Modified Files: xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga: amiga.h amigaCursor.c amigaFbs.c amigaKbd.c xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3: amigaCV.h amigaCVCursor.c amigaCVblt.c amigaCVbstor.c amigaCVfrect.c amigaCVim.c amigaCVscrin.c Log Message: Ok, s3 is fixed. Now retina and cirrus To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amiga.h \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaCursor.c cvs rdiff -u -r1.3 -r1.4 \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaFbs.c \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaKbd.c cvs rdiff -u -r1.4 -r1.5 \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCV.h \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCVblt.c cvs rdiff -u -r1.3 -r1.4 \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCVCursor.c cvs rdiff -u -r1.1 -r1.2 \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCVbstor.c \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCVscrin.c cvs rdiff -u -r1.2 -r1.3 \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCVfrect.c \ xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/s3/amigaCVim.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.