CVS commit: src/sys/arch/prep/conf
Module Name:src Committed By: kiyohara Date: Mon Jul 5 07:55:55 UTC 2010 Modified Files: src/sys/arch/prep/conf: GENERIC Log Message: Remove unnecessary white-spaces. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/arch/prep/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netmpls
Module Name:src Committed By: kefren Date: Mon Jul 5 09:54:26 UTC 2010 Modified Files: src/sys/netmpls: mpls_ttl.c Log Message: do some rudimentary checks on ip4 header before passing packet to mpls_icmp_error To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/netmpls/mpls_ttl.c 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: jruoho Date: Mon Jul 5 10:37:36 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: ACPICA 20100702 is out. To generate a diff of this commit: cvs rdiff -u -r1.769 -r1.770 src/doc/3RDPARTY 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: njoly Date: Mon Jul 5 12:53:59 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.base src/tests/fs: Makefile Added Files: src/tests/fs/vfs: Atffile Makefile t_rmdirrace.c Log Message: Add test program that use sample code from kern/41937, and fs rump helpers to check currently supported filesystems. t_rmdirrace (1/1): 5 test cases ext2fs_race: Passed. ffs_race: Passed. msdosfs_race: Passed. sysvbfs_race: Passed. tmpfs_race: Passed. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.29 -r1.30 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r1.11 -r1.12 src/tests/fs/Makefile cvs rdiff -u -r0 -r1.1 src/tests/fs/vfs/Atffile src/tests/fs/vfs/Makefile \ src/tests/fs/vfs/t_rmdirrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/vfs
Module Name:src Committed By: njoly Date: Mon Jul 5 13:03:19 UTC 2010 Modified Files: src/tests/fs/vfs: t_rmdirrace.c Log Message: Fix copyright, noted by Jukka Ruohonen. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_rmdirrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/atf/dist/atf-version
Module Name:src Committed By: jmmv Date: Mon Jul 5 14:21:00 UTC 2010 Removed Files: src/external/bsd/atf/dist/atf-version: revision.h Log Message: Remove file that should not be in the distribution so that atf-version gets the correct output. Fixed upstream as well. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/atf/dist/atf-version/revision.h 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: tsutsui Date: Mon Jul 5 14:27:26 UTC 2010 Modified Files: src/sys/dev/usb: if_upgt.c Log Message: Add a missing newline in error messages. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/if_upgt.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/hpcarm/conf
Module Name:src Committed By: tsutsui Date: Mon Jul 5 14:30:00 UTC 2010 Modified Files: src/sys/arch/hpcarm/conf: WZERO3 Log Message: Add upgt(4) for WS003SH/WS004SH internal WLAN. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hpcarm/conf/WZERO3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/common
Module Name:src Committed By: njoly Date: Mon Jul 5 14:53:03 UTC 2010 Modified Files: src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h msdosfs.c sysvbfs.c tmpfs.c Log Message: Fix more copyrights, where i forgot to add my name. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/ext2fs.c \ src/tests/fs/common/ffs.c src/tests/fs/common/h_fsmacros.h \ src/tests/fs/common/msdosfs.c src/tests/fs/common/sysvbfs.c \ src/tests/fs/common/tmpfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests
Module Name:src Committed By: jmmv Date: Mon Jul 5 16:27:09 UTC 2010 Modified Files: src/tests/fs/puffs: t_psshfs.sh src/tests/fs/tmpfs: t_vnd.sh t_vnode_leak.sh src/tests/kernel: t_umount.sh src/tests/modules: t_modload.sh Log Message: Properly mark some test cases as having a cleanup routine. Stupidity of the API? Most likely; will revise it. Fixes atf-run breaking when running t_psshfs. This does not resolve the underlying issue though, which is atf-run getting confused trying to unmount the temporary mount point by itself (I think). (I'm now wondering if atf should be bothering about unmounting stuff at all. Maybe not. It is a tricky and uncommon thing.) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/fs/puffs/t_psshfs.sh cvs rdiff -u -r1.4 -r1.5 src/tests/fs/tmpfs/t_vnd.sh \ src/tests/fs/tmpfs/t_vnode_leak.sh cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_umount.sh cvs rdiff -u -r1.6 -r1.7 src/tests/modules/t_modload.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/ffs
Module Name:src Committed By: jmmv Date: Mon Jul 5 16:34:41 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Use expect_fail instead of defining xfail. Looks like I missed this one during the import of atf 0.10. Thanks po...@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/ffs
Module Name:src Committed By: pooka Date: Mon Jul 5 17:12:49 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: * fill PR number to xfail now that we have one -- let's try not to add any xfail tests without an associated PR * move xfail to the correct place To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/ffs/t_mount.c 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: mrg Date: Mon Jul 5 20:32:24 UTC 2010 Modified Files: src/distrib/sets/lists/base: mi src/sys/dev/microcode: Makefile src/sys/external/bsd/drm/dist/bsd-core: radeon_drv.c src/sys/external/bsd/drm/dist/shared-core: r600_cp.c radeon_cp.c radeon_drv.h Log Message: move all the radeondrm firmware images into the filesystem. check that some firmware sizes are the expected size. (XXX make all.) based upon similar changes seen in the linux radeon drm driver. this saves about 250KB in the kernel or module. To generate a diff of this commit: cvs rdiff -u -r1.873 -r1.874 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.7 -r1.8 src/sys/dev/microcode/Makefile cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm/dist/bsd-core/radeon_drv.c cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm/dist/shared-core/r600_cp.c cvs rdiff -u -r1.7 -r1.8 \ src/sys/external/bsd/drm/dist/shared-core/radeon_cp.c cvs rdiff -u -r1.8 -r1.9 \ src/sys/external/bsd/drm/dist/shared-core/radeon_drv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/mtree
Module Name:src Committed By: mrg Date: Mon Jul 5 20:57:19 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add ./usr/libdata/firmware/radeon To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/etc/mtree/NetBSD.dist.base Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/union
Module Name:src Committed By: pooka Date: Mon Jul 5 21:27:08 UTC 2010 Modified Files: src/sys/fs/union: union_vfsops.c Log Message: union doesn't use layerfs (avoids panic in kernel bootstrap when union is compiled in but none of the layer-using file systems are). To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/fs/union/union_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu
Module Name:src Committed By: mrg Date: Mon Jul 5 21:27:56 UTC 2010 Modified Files: src/lib/csu: Makefile Removed Files: src/lib/csu/arm32: Makefile c++rt0.c crt0.c src/lib/csu/c++: Makefile c++rt0.c src/lib/csu/common_aout: Makefile.inc common.c common.h src/lib/csu/i386: Makefile crt0.c src/lib/csu/m68k: Makefile crt0.c src/lib/csu/sh3: Makefile crt0.c src/lib/csu/sparc: Makefile crt0.c src/lib/csu/vax: Makefile crt0.c Log Message: delete all the a.out csu code. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/csu/Makefile cvs rdiff -u -r1.14 -r0 src/lib/csu/arm32/Makefile cvs rdiff -u -r1.4 -r0 src/lib/csu/arm32/c++rt0.c cvs rdiff -u -r1.13 -r0 src/lib/csu/arm32/crt0.c cvs rdiff -u -r1.17 -r0 src/lib/csu/c++/Makefile cvs rdiff -u -r1.11 -r0 src/lib/csu/c++/c++rt0.c cvs rdiff -u -r1.10 -r0 src/lib/csu/common_aout/Makefile.inc cvs rdiff -u -r1.20 -r0 src/lib/csu/common_aout/common.c cvs rdiff -u -r1.15 -r0 src/lib/csu/common_aout/common.h cvs rdiff -u -r1.26 -r0 src/lib/csu/i386/Makefile cvs rdiff -u -r1.35 -r0 src/lib/csu/i386/crt0.c cvs rdiff -u -r1.18 -r0 src/lib/csu/m68k/Makefile cvs rdiff -u -r1.24 -r0 src/lib/csu/m68k/crt0.c cvs rdiff -u -r1.1 -r0 src/lib/csu/sh3/Makefile cvs rdiff -u -r1.3 -r0 src/lib/csu/sh3/crt0.c cvs rdiff -u -r1.19 -r0 src/lib/csu/sparc/Makefile cvs rdiff -u -r1.29 -r0 src/lib/csu/sparc/crt0.c cvs rdiff -u -r1.11 -r0 src/lib/csu/vax/Makefile cvs rdiff -u -r1.17 -r0 src/lib/csu/vax/crt0.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/microcode/radeon
Module Name:src Committed By: mrg Date: Mon Jul 5 23:55:02 UTC 2010 Added Files: src/sys/dev/microcode/radeon: CEDAR_me.bin CEDAR_pfp.bin CEDAR_rlc.bin CYPRESS_me.bin CYPRESS_pfp.bin CYPRESS_rlc.bin JUNIPER_me.bin JUNIPER_pfp.bin JUNIPER_rlc.bin LICENSE.radeon Makefile R100_cp.bin R200_cp.bin R300_cp.bin R420_cp.bin R520_cp.bin R600_me.bin R600_pfp.bin R600_rlc.bin R700_rlc.bin REDWOOD_me.bin REDWOOD_pfp.bin REDWOOD_rlc.bin RS600_cp.bin RS690_cp.bin RS780_me.bin RS780_pfp.bin RV610_me.bin RV610_pfp.bin RV620_me.bin RV620_pfp.bin RV630_me.bin RV630_pfp.bin RV635_me.bin RV635_pfp.bin RV670_me.bin RV670_pfp.bin RV710_me.bin RV710_pfp.bin RV730_me.bin RV730_pfp.bin RV770_me.bin RV770_pfp.bin Log Message: add all the radeon firmware files. missed in the previous.. these were sourced from: - linux kernel sources, firmware/radeon/ - people.freedesktop.org/~agd5f/radeon_ucode/ LICENSE.radeon has the full license, which my simple reading sees as being largely similar to other re-distributable licenses for firmware (ie, does not include de-compliation or reverse engineering.) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/microcode/radeon/CEDAR_me.bin \ src/sys/dev/microcode/radeon/CEDAR_pfp.bin \ src/sys/dev/microcode/radeon/CEDAR_rlc.bin \ src/sys/dev/microcode/radeon/CYPRESS_me.bin \ src/sys/dev/microcode/radeon/CYPRESS_pfp.bin \ src/sys/dev/microcode/radeon/CYPRESS_rlc.bin \ src/sys/dev/microcode/radeon/JUNIPER_me.bin \ src/sys/dev/microcode/radeon/JUNIPER_pfp.bin \ src/sys/dev/microcode/radeon/JUNIPER_rlc.bin \ src/sys/dev/microcode/radeon/LICENSE.radeon \ src/sys/dev/microcode/radeon/Makefile \ src/sys/dev/microcode/radeon/R100_cp.bin \ src/sys/dev/microcode/radeon/R200_cp.bin \ src/sys/dev/microcode/radeon/R300_cp.bin \ src/sys/dev/microcode/radeon/R420_cp.bin \ src/sys/dev/microcode/radeon/R520_cp.bin \ src/sys/dev/microcode/radeon/R600_me.bin \ src/sys/dev/microcode/radeon/R600_pfp.bin \ src/sys/dev/microcode/radeon/R600_rlc.bin \ src/sys/dev/microcode/radeon/R700_rlc.bin \ src/sys/dev/microcode/radeon/REDWOOD_me.bin \ src/sys/dev/microcode/radeon/REDWOOD_pfp.bin \ src/sys/dev/microcode/radeon/REDWOOD_rlc.bin \ src/sys/dev/microcode/radeon/RS600_cp.bin \ src/sys/dev/microcode/radeon/RS690_cp.bin \ src/sys/dev/microcode/radeon/RS780_me.bin \ src/sys/dev/microcode/radeon/RS780_pfp.bin \ src/sys/dev/microcode/radeon/RV610_me.bin \ src/sys/dev/microcode/radeon/RV610_pfp.bin \ src/sys/dev/microcode/radeon/RV620_me.bin \ src/sys/dev/microcode/radeon/RV620_pfp.bin \ src/sys/dev/microcode/radeon/RV630_me.bin \ src/sys/dev/microcode/radeon/RV630_pfp.bin \ src/sys/dev/microcode/radeon/RV635_me.bin \ src/sys/dev/microcode/radeon/RV635_pfp.bin \ src/sys/dev/microcode/radeon/RV670_me.bin \ src/sys/dev/microcode/radeon/RV670_pfp.bin \ src/sys/dev/microcode/radeon/RV710_me.bin \ src/sys/dev/microcode/radeon/RV710_pfp.bin \ src/sys/dev/microcode/radeon/RV730_me.bin \ src/sys/dev/microcode/radeon/RV730_pfp.bin \ src/sys/dev/microcode/radeon/RV770_me.bin \ src/sys/dev/microcode/radeon/RV770_pfp.bin 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: msaitoh Date: Tue Jul 6 00:02:28 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Advantech and Decision Computer's vendor IDs and their products. To generate a diff of this commit: cvs rdiff -u -r1.1036 -r1.1037 src/sys/dev/pci/pcidevs 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: msaitoh Date: Tue Jul 6 00:04:21 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1033 -r1.1034 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1032 -r1.1033 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: msaitoh Date: Tue Jul 6 00:18:02 UTC 2010 Modified Files: src/share/man/man4: puc.4 Log Message: Sort by name. No any addititon in this change. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/puc.4 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: msaitoh Date: Tue Jul 6 00:35:55 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Fix the name of PCI-1620A-AE. To generate a diff of this commit: cvs rdiff -u -r1.1037 -r1.1038 src/sys/dev/pci/pcidevs 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: msaitoh Date: Tue Jul 6 00:36:28 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1034 -r1.1035 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1033 -r1.1034 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: dholland Date: Tue Jul 6 03:56:59 UTC 2010 Modified Files: src/usr.bin/make: make.c Log Message: Revert 1.80, which somehow manages to produce different (wrong) behavior with -jN. Unfixes PR 43534. Need a different approach... To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/usr.bin/make/make.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm/dist/shared-core
Module Name:src Committed By: mrg Date: Tue Jul 6 04:15:45 UTC 2010 Removed Files: src/sys/external/bsd/drm/dist/shared-core: r600_microcode.h radeon_microcode.h radeonhd_microcode.h Log Message: kill these old built-in firmware headers; we use the ones installed into the filesystem from src/sys/microcode/radeon now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 \ src/sys/external/bsd/drm/dist/shared-core/r600_microcode.h cvs rdiff -u -r1.1.1.1 -r0 \ src/sys/external/bsd/drm/dist/shared-core/radeon_microcode.h cvs rdiff -u -r1.1 -r0 \ src/sys/external/bsd/drm/dist/shared-core/radeonhd_microcode.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: mrg Date: Tue Jul 6 06:00:03 UTC 2010 Modified Files: src: Makefile src/crypto/external/bsd/openssl/lib/libcrypto: Makefile src/crypto/external/bsd/openssl/lib/libcrypto_idea: Makefile src/crypto/external/bsd/openssl/lib/libcrypto_mdc2: Makefile src/crypto/external/bsd/openssl/lib/libcrypto_rc5: Makefile src/crypto/external/bsd/openssl/lib/libssl: Makefile src/gnu/lib/crtstuff4: Makefile src/gnu/lib/libstdc++-v3_4: Makefile src/gnu/lib/libsupc++4: Makefile src/gnu/usr.bin: Makefile src/lib/libc/arch/arm: Makefile.inc src/lib/libc/arch/vax: Makefile.inc src/lib/libc/arch/vax/gen: Makefile.inc src/lib/libc/compat/arch/vax: Makefile.inc src/lib/libc/dlfcn: Makefile.inc src/lib/libcrypto_idea: Makefile src/lib/libcrypto_mdc2: Makefile src/lib/libcrypto_rc5: Makefile src/lib/libroken: Makefile src/lib/libterminfo: Makefile src/libexec/ld.aout_so: Makefile src/libexec/ld.elf_so: Makefile src/regress/lib/csu/initfini: Makefile src/regress/sys/arch/arm: Makefile src/sbin/ldconfig: Makefile src/share/mk: bsd.lib.mk bsd.own.mk bsd.prog.mk src/sys/arch/amiga/stand/bootblock: Makefile Makefile.booters src/sys/arch/amiga/stand/bootblock/boot: bbstart.s src/sys/arch/atari/stand/bootxx: Makefile.bootxx src/sys/arch/atari/stand/bootxx/milan: Makefile src/sys/arch/atari/stand/bootxx/std: Makefile src/sys/arch/atari/stand/bootxxx: Makefile.bootxxx src/sys/arch/atari/stand/bootxxx/milan: Makefile src/sys/arch/atari/stand/bootxxx/std: Makefile src/sys/arch/cats/conf: Makefile.cats.inc src/sys/arch/dreamcast/conf: Makefile.dreamcast.inc src/sys/arch/i386/bioscall: Makefile src/sys/arch/i386/conf: Makefile.i386 src/sys/arch/i386/stand: Makefile.booters src/sys/arch/landisk/conf: Makefile.landisk.inc src/sys/arch/mmeye/conf: Makefile.mmeye.inc src/sys/arch/shark/conf: Makefile.shark.inc src/sys/arch/sparc/conf: Makefile.sparc src/sys/arch/x68k/stand/boot: Makefile src/sys/arch/x68k/stand/boot_ufs: Makefile src/sys/arch/x68k/stand/boot_ustar: Makefile src/sys/arch/xen/conf: Makefile.xen src/usr.bin/xlint/lint1: Makefile Added Files: src/sbin/ldconfig: shlib.c shlib.h Removed Files: src/lib/libc/compat/arch/vax/gen: Makefile.inc src/libexec/ld.aout_so: ld.h malloc.c md-prologue.c rtld.c shlib.c shlib.h src/libexec/ld.aout_so/arch/arm32: md-static-funcs.c md.c md.h mdprologue.S src/libexec/ld.aout_so/arch/i386: md-static-funcs.c md.c md.h mdprologue.S src/libexec/ld.aout_so/arch/m68k: md-static-funcs.c md.c md.h mdprologue.S src/libexec/ld.aout_so/arch/powerpc: md-static-funcs.c md.c md.h mdprologue.S src/libexec/ld.aout_so/arch/sparc: md-static-funcs.c md.c md.h mdprologue.S src/libexec/ld.aout_so/arch/vax: md-static-funcs.c md.c md.h mdprologue.S src/sys/arch/amiga/stand/bootblock/aout2bb: Makefile aout2bb.c aout2bb.h chksum.c chksum.h src/sys/arch/i386/bioscall: rmaouthdr src/tools/amiga-aout2bb: Makefile src/tools/amiga-aout2bb/machine: aout_machdep.h src/tools/amiga-aout2bb/sys: exec_aout.h Log Message: remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter. this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade. i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well. some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/openssl/lib/libcrypto_idea/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/openssl/lib/libcrypto_mdc2/Makefile cvs rdiff -u -r1.1 -r1.2 \
CVS commit: src/lib/libc/compat/arch/vax/gen
Module Name:src Committed By: mrg Date: Tue Jul 6 06:04:58 UTC 2010 Removed Files: src/lib/libc/compat/arch/vax/gen: compat_setjmp.S compat_sigsetjmp.S Log Message: these were only relevant for a.out builds; time to sleep forever... To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/lib/libc/compat/arch/vax/gen/compat_setjmp.S \ src/lib/libc/compat/arch/vax/gen/compat_sigsetjmp.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amiga/stand/bootblock
Module Name:src Committed By: mrg Date: Tue Jul 6 06:09:57 UTC 2010 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile src/sys/arch/amiga/stand/bootblock/installboot: Makefile installboot.c src/sys/arch/amiga/stand/bootblock/ppcboot: Makefile Log Message: use elf2bb / elf2bb.h instead of the old, now gone aout2bb version. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amiga/stand/bootblock/boot/Makefile cvs rdiff -u -r1.13 -r1.14 \ src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile cvs rdiff -u -r1.6 -r1.7 \ src/sys/arch/amiga/stand/bootblock/installboot/Makefile cvs rdiff -u -r1.4 -r1.5 \ src/sys/arch/amiga/stand/bootblock/installboot/installboot.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amiga/stand/bootblock/ppcboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.