CVS commit: src/external/mit/xorg/server/drivers/xf86-video-xgi
Module Name:src Committed By: apb Date: Sun Nov 18 08:24:02 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-xgi: Makefile Log Message: Use -Wno-array-bounds when building two files that read past the end of an array. It's not clear how to fix the real bug. This hack allows the build to complete with clang. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/external/mit/xorg/server/drivers/xf86-video-xgi/Makefile 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/sljit/dist/sljit_src
Module Name:src Committed By: alnsn Date: Sun Nov 18 14:36:38 UTC 2012 Modified Files: src/sys/external/bsd/sljit/dist/sljit_src: sljitConfigInternal.h sljitLir.c sljitNativeX86_32.c sljitNativeX86_common.c Log Message: Apply adapted patch from the author of sljit to fix cdecl functions generation on i386. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h cvs rdiff -u -r1.1.1.3 -r1.2 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.c cvs rdiff -u -r1.1.1.2 -r1.2 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_32.c cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_common.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/i386/include
Module Name:src Committed By: alnsn Date: Sun Nov 18 14:39:43 UTC 2012 Modified Files: src/sys/arch/i386/include: sljitarch.h Log Message: Disable generation of fastcall functions on i386. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/include/sljitarch.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/distrib
Module Name:src Committed By: msaitoh Date: Sun Nov 18 16:58:44 UTC 2012 Modified Files: src/distrib/emips/miniroot [netbsd-6]: Makefile.inc src/distrib/hp300/miniroot [netbsd-6]: Makefile.inc src/distrib/hpcarm/miniroot [netbsd-6]: Makefile.inc src/distrib/hpcmips/miniroot [netbsd-6]: Makefile.inc src/distrib/hpcsh/miniroot [netbsd-6]: Makefile.inc src/distrib/mvme68k/miniroot [netbsd-6]: Makefile.inc src/distrib/pmax/miniroot [netbsd-6]: Makefile.inc src/distrib/vax/miniroot [netbsd-6]: Makefile.inc Log Message: Pull up following revision(s) (requested by tsutsui in ticket #650): distrib/hpcmips/miniroot/Makefile.inc: revision 1.20 distrib/hpcsh/miniroot/Makefile.inc: revision 1.8 distrib/hp300/miniroot/Makefile.inc: revision 1.13 distrib/hpcarm/miniroot/Makefile.inc: revision 1.7 distrib/vax/miniroot/Makefile.inc: revision 1.23 distrib/mvme68k/miniroot/Makefile.inc: revision 1.13 distrib/emips/miniroot/Makefile.inc: revision 1.3 distrib/pmax/miniroot/Makefile.inc: revision 1.24 Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports): Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all" no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.4.1 src/distrib/emips/miniroot/Makefile.inc cvs rdiff -u -r1.12 -r1.12.8.1 src/distrib/hp300/miniroot/Makefile.inc cvs rdiff -u -r1.6 -r1.6.8.1 src/distrib/hpcarm/miniroot/Makefile.inc cvs rdiff -u -r1.19 -r1.19.8.1 src/distrib/hpcmips/miniroot/Makefile.inc cvs rdiff -u -r1.7 -r1.7.8.1 src/distrib/hpcsh/miniroot/Makefile.inc cvs rdiff -u -r1.12 -r1.12.8.1 src/distrib/mvme68k/miniroot/Makefile.inc cvs rdiff -u -r1.23 -r1.23.8.1 src/distrib/pmax/miniroot/Makefile.inc cvs rdiff -u -r1.20.8.2 -r1.20.8.3 src/distrib/vax/miniroot/Makefile.inc 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: manu Date: Sun Nov 18 17:41:54 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/include: limits.h unistd.h src/lib/libc/sys: Makefile.inc access.2 chmod.2 chown.2 link.2 mkdir.2 mkfifo.2 mknod.2 open.2 readlink.2 rename.2 stat.2 symlink.2 unlink.2 utimes.2 src/sys/kern: vfs_lookup.c vfs_syscalls.c src/sys/sys: fcntl.h namei.h src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/c063: Makefile t_faccessat.c t_fchmodat.c t_fchownat.c t_fexecve.c t_fstatat.c t_linkat.c t_mkdirat.c t_mkfifoat.c t_mknodat.c t_o_search.c t_openat.c t_readlinkat.c t_renameat.c t_symlinkat.c t_unlinkat.c t_utimensat.c Log Message: Add most system calls for POSIX extended API set, part 2, with test cases: faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2), mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2), utimensat(2), openat(2). Also implement O_SEARCH for openat(2) Still missing: - some flags for openat(2) - fexecve(2) implementation To generate a diff of this commit: cvs rdiff -u -r1.1788 -r1.1789 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.505 -r1.506 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.87 -r1.88 src/etc/mtree/NetBSD.dist.tests cvs rdiff -u -r1.32 -r1.33 src/include/limits.h cvs rdiff -u -r1.135 -r1.136 src/include/unistd.h cvs rdiff -u -r1.217 -r1.218 src/lib/libc/sys/Makefile.inc cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/access.2 src/lib/libc/sys/link.2 \ src/lib/libc/sys/readlink.2 cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/chmod.2 cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/chown.2 cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/mkdir.2 cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/mkfifo.2 \ src/lib/libc/sys/symlink.2 cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/mknod.2 cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/open.2 cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/rename.2 \ src/lib/libc/sys/unlink.2 cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/stat.2 cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/utimes.2 cvs rdiff -u -r1.199 -r1.200 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.459 -r1.460 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.42 -r1.43 src/sys/sys/fcntl.h cvs rdiff -u -r1.85 -r1.86 src/sys/sys/namei.h cvs rdiff -u -r1.43 -r1.44 src/tests/lib/libc/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/c063/Makefile \ src/tests/lib/libc/c063/t_faccessat.c \ src/tests/lib/libc/c063/t_fchmodat.c src/tests/lib/libc/c063/t_fchownat.c \ src/tests/lib/libc/c063/t_fexecve.c src/tests/lib/libc/c063/t_fstatat.c \ src/tests/lib/libc/c063/t_linkat.c src/tests/lib/libc/c063/t_mkdirat.c \ src/tests/lib/libc/c063/t_mkfifoat.c src/tests/lib/libc/c063/t_mknodat.c \ src/tests/lib/libc/c063/t_o_search.c src/tests/lib/libc/c063/t_openat.c \ src/tests/lib/libc/c063/t_readlinkat.c \ src/tests/lib/libc/c063/t_renameat.c \ src/tests/lib/libc/c063/t_symlinkat.c \ src/tests/lib/libc/c063/t_unlinkat.c \ src/tests/lib/libc/c063/t_utimensat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Sun Nov 18 17:53:16 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: pcidevs Log Message: Pull up following revision(s) (requested by matt in ticket #658): sys/dev/pci/pcidevs: revision 1.1143 Add more ASMEDIA 1061 variants. To generate a diff of this commit: cvs rdiff -u -r1.1102.2.9 -r1.1102.2.10 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: [netbsd-6] src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Sun Nov 18 17:54:15 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket #658 To generate a diff of this commit: cvs rdiff -u -r1.1097.2.9 -r1.1097.2.10 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1096.2.9 -r1.1096.2.10 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/sys/ufs/ext2fs
Module Name:src Committed By: jakllsch Date: Sun Nov 18 17:59:56 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs_bswap.c Log Message: correct comment to match code To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/ufs/ext2fs/ext2fs_bswap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:06:00 UTC 2012 Modified Files: src/sys/dev/pci [netbsd-6]: ahcisata_pci.c Log Message: Pull up following revision(s) (requested by matt in ticket #659): sys/dev/pci/ahcisata_pci.c: revision 1.31 Add FORCE quirks for ASMEDIA ASM1061 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.27.2.1 src/sys/dev/pci/ahcisata_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/mips/mips
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:14:40 UTC 2012 Modified Files: src/sys/arch/mips/mips [netbsd-6]: mips_emul.c Log Message: Pull up following revision(s) (requested by skrll in ticket #661): sys/arch/mips/mips/mips_emul.c: revision 1.26 We need to jump out of two switches to emulate rdhwr rt,$29 correctly. Only one would result in segv. Fixes pthread apps on mips1. Tested using gxemul. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.25.8.1 src/sys/arch/mips/mips/mips_emul.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:16:37 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 650, 658, 659 and 661. To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: jakllsch Date: Sun Nov 18 18:20:56 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs_dinode.h Log Message: stylistic adjustment in comments To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/ufs/ext2fs/ext2fs_dinode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: dholland Date: Sun Nov 18 18:25:08 UTC 2012 Modified Files: src/sys/sys: namei.src Log Message: Apply manu's change to namei.h correctly. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/sys/namei.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: dholland Date: Sun Nov 18 18:25:50 UTC 2012 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen from updated namei.src. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/rump/include/rump/rump_namei.h cvs rdiff -u -r1.86 -r1.87 src/sys/sys/namei.h 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: pooka Date: Sun Nov 18 18:36:01 UTC 2012 Modified Files: src/sys/kern: kern_event.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/kern/kern_event.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:36:59 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: vfs_lookup.c src/sys/miscfs/genfs [netbsd-6]: layer_vnops.c Log Message: Pull up following revision(s) (requested by dholland in ticket #664): sys/kern/vfs_lookup.c: revision 1.195 sys/miscfs/genfs/layer_vnops.c: revision 1.51 In layer_lookup(), clear *vpp before returning EROFS, as otherwise a stale value can be returned and this causes a diagnostic panic in namei. In relookup(), clear *vpp before calling VOP_LOOKUP, as is done in lookup_once(), as an additional precautionary measure. (in theory both of these fixes are not required together) Should fix PR 47040. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.192.8.1 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.50 -r1.50.8.1 src/sys/miscfs/genfs/layer_vnops.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: pooka Date: Sun Nov 18 18:39:24 UTC 2012 Modified Files: src/lib/libp2k: p2k.c src/sys/rump/include/rump: makerumpdefs.sh src/sys/rump/librump/rumpvfs: rump_vfs.c rumpvfs.ifspec src/sys/sys: vnode.h Log Message: Finally remove the "temporary" __VTYPE_DEFINED stuff I added >5 years ago. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/lib/libp2k/p2k.c cvs rdiff -u -r1.7 -r1.8 src/sys/rump/include/rump/makerumpdefs.sh cvs rdiff -u -r1.68 -r1.69 src/sys/rump/librump/rumpvfs/rump_vfs.c cvs rdiff -u -r1.7 -r1.8 src/sys/rump/librump/rumpvfs/rumpvfs.ifspec cvs rdiff -u -r1.236 -r1.237 src/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 18:40:06 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 18:40:45 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpvfs_if_pub.h src/sys/rump/librump/rumpvfs: rumpvfs_if_priv.h rumpvfs_if_wrappers.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/rump/include/rump/rumpvfs_if_pub.h cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h \ src/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/sys
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:42:03 UTC 2012 Modified Files: src/sys/sys [netbsd-6]: mount.h Log Message: Pull up following revision(s) (requested by dholland in ticket #665): sys/sys/mount.h: revision 1.208 Fix the prototype of vfs_quotactl() implementations in VFS_PROTOS(), since it's wrong there. This slipped by because the only implementation is in ufs, which isn't under a VFS_PROTOS declaration. To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.207.2.1 src/sys/sys/mount.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/libexec/ld.elf_so/arch/i386
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:50:56 UTC 2012 Modified Files: src/libexec/ld.elf_so/arch/i386 [netbsd-6]: mdreloc.c Log Message: Pull up following revision(s) (requested by apb in ticket #667): libexec/ld.elf_so/arch/i386/mdreloc.c: revision 1.35 Add support in ld.elf_so for relocation type R_386_TLS_TPOFF32. Fixes PR#47061. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.34.6.1 src/libexec/ld.elf_so/arch/i386/mdreloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Sun Nov 18 18:54:46 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 664, 665 and 667 To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/ic
Module Name:src Committed By: msaitoh Date: Sun Nov 18 19:01:45 UTC 2012 Modified Files: src/sys/dev/ic [netbsd-6]: mfi.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #674): sys/dev/ic/mfi.c: revision 1.48 MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLT controllers, from FreeBSD. tested by Hugo Silva against a GEN2 controller. To generate a diff of this commit: cvs rdiff -u -r1.36.8.4 -r1.36.8.5 src/sys/dev/ic/mfi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 19:03:43 UTC 2012 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: While mucking in here, give the [local] client a chance to access all rump kernel (i.e. NetBSD) errnos, not just EJUSTRETURN. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/include/rump/makerumpdefs.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libp2k
Module Name:src Committed By: pooka Date: Sun Nov 18 19:04:22 UTC 2012 Modified Files: src/lib/libp2k: p2k.c Log Message: s/EJUSTRETURN/RUMP_EJUSTRETURN/ To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libp2k/p2k.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 19:04:32 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src
Module Name:src Committed By: riz Date: Sun Nov 18 19:05:23 UTC 2012 Modified Files: src/distrib/sets/lists/base [netbsd-6]: md.x68k src/sys/arch/x68k/include [netbsd-6]: loadfile_machdep.h src/sys/arch/x68k/stand [netbsd-6]: Makefile src/sys/arch/x68k/stand/boot [netbsd-6]: boot.ldscript conf.c version src/sys/arch/x68k/stand/installboot [netbsd-6]: installboot.c src/sys/arch/x68k/stand/libsa [netbsd-6]: Makefile Makefile.inc consio.c devopen.c libx68k.h sdcd.c src/sys/arch/x68k/stand/newdisk [netbsd-6]: newdisk.c Added Files: src/sys/arch/x68k/stand/boot [netbsd-6]: dp8390.c dp8390.h if_ne.c ne.c ne.h src/sys/arch/x68k/stand/libsa [netbsd-6]: clock.c src/sys/arch/x68k/stand/netboot [netbsd-6]: Makefile boot.c conf.c version src/sys/arch/x68k/stand/xxboot [netbsd-6]: Makefile Makefile.xxboot boot.S bootmain.c conf.c consio1.c version xx.c xxboot.ldscript src/sys/arch/x68k/stand/xxboot/cdboot_cd9660 [netbsd-6]: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1 [netbsd-6]: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2 [netbsd-6]: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1 [netbsd-6]: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_lfsv2 [netbsd-6]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #645): sys/arch/x68k/stand/newdisk/newdisk.c: revision 1.10 sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile: revision 1.1 sys/arch/x68k/stand/xxboot/xx.c: revision 1.1 sys/arch/x68k/stand/Makefile: revision 1.10 sys/arch/x68k/stand/Makefile: revision 1.11 sys/arch/x68k/stand/boot/conf.c: revision 1.9 sys/arch/x68k/stand/Makefile: revision 1.12 sys/arch/x68k/stand/Makefile: revision 1.13 sys/arch/x68k/include/loadfile_machdep.h: revision 1.7 sys/arch/x68k/stand/xxboot/consio1.c: revision 1.1 sys/arch/x68k/stand/libsa/sdcd.c: revision 1.12 sys/arch/x68k/stand/libsa/libx68k.h: revision 1.6 sys/arch/x68k/stand/boot/ne.c: revision 1.1 sys/arch/x68k/stand/xxboot/boot.S: revision 1.1 sys/arch/x68k/stand/libsa/sdcd.c: revision 1.13 sys/arch/x68k/stand/netboot/boot.c: revision 1.1 sys/arch/x68k/stand/libsa/devopen.c: revision 1.6 sys/arch/x68k/stand/libsa/clock.c: revision 1.1 sys/arch/x68k/stand/boot/ne.h: revision 1.1 sys/arch/x68k/stand/netboot/conf.c: revision 1.1 sys/arch/x68k/stand/boot/version: revision 1.5 sys/arch/x68k/stand/boot/version: revision 1.6 sys/arch/x68k/stand/netboot/version: revision 1.1 sys/arch/x68k/stand/xxboot/Makefile.xxboot: revision 1.1 sys/arch/x68k/stand/boot/if_ne.c: revision 1.1 sys/arch/x68k/stand/boot/dp8390.h: revision 1.1 sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile: revision 1.1 sys/arch/x68k/stand/boot/dp8390.c: revision 1.1 sys/arch/x68k/stand/xxboot/bootmain.c: revision 1.1 sys/arch/x68k/stand/installboot/installboot.c: revision 1.6 sys/arch/x68k/stand/xxboot/conf.c: revision 1.1 sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile: revision 1.1 sys/arch/x68k/stand/libsa/Makefile.inc: revision 1.2 distrib/sets/lists/base/md.x68k: revision 1.44 sys/arch/x68k/stand/boot/conf.c: revision 1.10 sys/arch/x68k/stand/boot/boot.ldscript: revision 1.3 distrib/sets/lists/base/md.x68k: revision 1.45 sys/arch/x68k/stand/xxboot/xxboot.ldscript: revision 1.1 sys/arch/x68k/stand/xxboot/Makefile: revision 1.15 sys/arch/x68k/stand/libsa/Makefile: revision 1.29 sys/arch/x68k/stand/xxboot/cdboot_cd9660/Makefile: revision 1.1 sys/arch/x68k/stand/netboot/Makefile: revision 1.1 sys/arch/x68k/stand/libsa/consio.c: revision 1.10 sys/arch/x68k/stand/xxboot/version: revision 1.1 sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile: revision 1.1 Comment fix. Add FFSv2 support. Fix CD support. Initial support for xxboot (cdboot_cd9660, specifically). Add xxboot (stage1) support. put library first. Fix CD support (again!). Descend to xxboot. Add xxboot_?fsv?. Change to the 2-clauses license. Tweak SUBDIR build order and add comments about each dir. Fix a bug in check_getchar() (called from awaitkey_1sec()). It didn't clear input key data when non ASCII keys (CTRL, OPT.1 etc) were pressed so it couldn't detect further key inputs and "any other key for boot menu" interrupt during boot didn't work in that case. The problem was tracked by Y.Sugahara, and tested on X68030 and XM6i by me. Bump version to denote check_getchar() bug fix. First cut at x68k network bootloader via NE2000 on Neptune-X and Nereid. Written by isaki@ back in 2003 based on x86's NE2000 netboot, and misc debug and improvements by tsutsui@ and Y.Sugahara
CVS commit: [netbsd-6] src/etc
Module Name:src Committed By: msaitoh Date: Sun Nov 18 19:07:00 UTC 2012 Modified Files: src/etc [netbsd-6]: weekly Log Message: Pull up following revision(s) (requested by christos in ticket #675): etc/weekly: revision 1.27 PR/46521: Jim Bernard: remove duplicate -o To generate a diff of this commit: cvs rdiff -u -r1.25.2.2 -r1.25.2.3 src/etc/weekly Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Sun Nov 18 19:08:34 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: ticket 645. To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Sun Nov 18 19:16:29 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 674 and 675. To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 19:25:10 UTC 2012 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: make work for non-c++ (???) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/rump/include/rump/makerumpdefs.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 19:25:25 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: pooka Date: Sun Nov 18 19:29:41 UTC 2012 Modified Files: src/lib/librumpuser: rumpuser.c rumpuser_daemonize.c rumpuser_port.h sp_common.c Log Message: Fixes for Solarisa. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.3 -r1.4 src/lib/librumpuser/rumpuser_daemonize.c \ src/lib/librumpuser/rumpuser_port.h cvs rdiff -u -r1.33 -r1.34 src/lib/librumpuser/sp_common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: apb Date: Sun Nov 18 19:48:29 UTC 2012 Modified Files: src/share/mk: bsd.dep.mk Log Message: Change some .if defined(SRCS) to .if defined(SRCS) && !empty(SRCS) To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/share/mk/bsd.dep.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: apb Date: Sun Nov 18 19:52:40 UTC 2012 Modified Files: src/share/mk: bsd.clean.mk Log Message: Under "Failed to remove the following files from ${_d}:", print one file name per line, indented to make the list more visible. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/mk/bsd.clean.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 21:19:53 UTC 2012 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: Necessary _KERNEL wrap to previous. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/rump/include/rump/makerumpdefs.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/include/rump
Module Name:src Committed By: pooka Date: Sun Nov 18 21:20:16 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src
Module Name:src Committed By: riz Date: Sun Nov 18 21:45:09 UTC 2012 Modified Files: src/sys/net/npf [netbsd-6]: npf_impl.h npf_state.c src/sys/rump/librump/rumpkern [netbsd-6]: rump.c src/sys/rump/net [netbsd-6]: Makefile.rumpnetcomp src/usr.sbin/npf/npftest [netbsd-6]: Makefile README npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest [netbsd-6]: npf_test.h npf_test_subr.c Added Files: src/sys/rump/net/lib/libnpf [netbsd-6]: Makefile component.c shlib_version Removed Files: src/sys/rump/dev/lib/libnpf [netbsd-6]: Makefile component.c shlib_version Log Message: Pull up following revision(s) (requested by rmind in ticket #678): sys/rump/librump/rumpkern/rump.c: revision 1.243 sys/rump/librump/rumpkern/rump.c: revision 1.244 sys/rump/librump/rumpkern/rump.c: revision 1.245 sys/rump/librump/rumpkern/rump.c: revision 1.246 usr.sbin/npf/npftest/npftest.c: revision 1.5 usr.sbin/npf/npftest/README: revision 1.2 usr.sbin/npf/npftest/npftest.h: revision 1.5 sys/rump/net/Makefile.rumpnetcomp: revision 1.5 sys/rump/net/lib/libnpf/shlib_version: revision 1.1 sys/net/npf/npf_impl.h: revision 1.22 sys/rump/dev/lib/libnpf/Makefile: file removal usr.sbin/npf/npftest/Makefile: revision 1.3 sys/rump/dev/lib/libnpf/component.c: file removal sys/rump/dev/lib/libnpf/shlib_version: file removal sys/net/npf/npf_state.c: revision 1.12 sys/rump/net/lib/libnpf/component.c: revision 1.1 usr.sbin/npf/npftest/libnpftest/npf_test_subr.c: revision 1.4 usr.sbin/npf/npftest/libnpftest/npf_test.h: revision 1.6 sys/rump/net/lib/libnpf/Makefile: revision 1.1 Move and rename librumpdev_npf to librumpnet_npf. Enable the build of librumpnet_npf. Add npf_state_setsampler() for _NPF_TESTING case. This also fixes the build. Call pserialize_init() during rump start-up, since librump/net/npf uses it. It helps to include the declaration of the routine being called. We also need kcpuset_init() now. Use correct routine name - kcpuset_sysinit() vs kcpuset_init() To generate a diff of this commit: cvs rdiff -u -r1.10.2.7 -r1.10.2.8 src/sys/net/npf/npf_impl.h cvs rdiff -u -r1.6.4.5 -r1.6.4.6 src/sys/net/npf/npf_state.c cvs rdiff -u -r1.1.18.2 -r0 src/sys/rump/dev/lib/libnpf/Makefile cvs rdiff -u -r1.1 -r0 src/sys/rump/dev/lib/libnpf/component.c \ src/sys/rump/dev/lib/libnpf/shlib_version cvs rdiff -u -r1.240 -r1.240.2.1 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.4 -r1.4.16.1 src/sys/rump/net/Makefile.rumpnetcomp cvs rdiff -u -r0 -r1.2.4.2 src/sys/rump/net/lib/libnpf/Makefile cvs rdiff -u -r0 -r1.1.6.2 src/sys/rump/net/lib/libnpf/component.c \ src/sys/rump/net/lib/libnpf/shlib_version cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/usr.sbin/npf/npftest/Makefile cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/usr.sbin/npf/npftest/README cvs rdiff -u -r1.3.2.3 -r1.3.2.4 src/usr.sbin/npf/npftest/npftest.c \ src/usr.sbin/npf/npftest/npftest.h cvs rdiff -u -r1.3.2.4 -r1.3.2.5 \ src/usr.sbin/npf/npftest/libnpftest/npf_test.h cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/usr.sbin/npf/npftest/libnpftest/npf_test_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src
Module Name:src Committed By: riz Date: Sun Nov 18 21:48:56 UTC 2012 Modified Files: src/sys/net/npf [netbsd-6]: npf_alg_icmp.c npf_session.c src/usr.sbin/npf/npftest [netbsd-6]: npfstream.c npftest.c src/usr.sbin/npf/npftest/libnpftest [netbsd-6]: npf_nbuf_test.c npf_processor_test.c npf_rule_test.c npf_state_test.c npf_table_test.c Log Message: Pull up following revision(s) (requested by rmind in ticket #679): sys/net/npf/npf_session.c: revision 1.18 usr.sbin/npf/npftest/npftest.c: revision 1.6 usr.sbin/npf/npftest/npftest.c: revision 1.7 usr.sbin/npf/npftest/npftest.c: revision 1.8 usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c: revision 1.2 usr.sbin/npf/npftest/libnpftest/npf_state_test.c: revision 1.3 usr.sbin/npf/npftest/libnpftest/npf_table_test.c: revision 1.5 sys/net/npf/npf_alg_icmp.c: revision 1.13 usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.2 usr.sbin/npf/npftest/npfstream.c: revision 1.4 usr.sbin/npf/npftest/libnpftest/npf_processor_test.c: revision 1.3 npftest: - Do not stop running other tests, if some tests fail. - Fix some endianness bugs in the test cases. Tested on sparc64 by martin@, all tests pass. Add two new command line options to help integration into ATF: -L lists the available test cases, -T executes a single named test. Fix printf format Mark npf_session_worker as __dead. More __dead npf_icmp_uniqid: split into npf_icmp_uniqid4() and npf_icmp_uniqid6() parts. To generate a diff of this commit: cvs rdiff -u -r1.8.4.4 -r1.8.4.5 src/sys/net/npf/npf_alg_icmp.c cvs rdiff -u -r1.10.4.6 -r1.10.4.7 src/sys/net/npf/npf_session.c cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/usr.sbin/npf/npftest/npfstream.c cvs rdiff -u -r1.3.2.4 -r1.3.2.5 src/usr.sbin/npf/npftest/npftest.c cvs rdiff -u -r1.1.4.2 -r1.1.4.3 \ src/usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c cvs rdiff -u -r1.1.4.3 -r1.1.4.4 \ src/usr.sbin/npf/npftest/libnpftest/npf_processor_test.c cvs rdiff -u -r1.1.2.2 -r1.1.2.3 \ src/usr.sbin/npf/npftest/libnpftest/npf_rule_test.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \ src/usr.sbin/npf/npftest/libnpftest/npf_state_test.c cvs rdiff -u -r1.2.2.5 -r1.2.2.6 \ src/usr.sbin/npf/npftest/libnpftest/npf_table_test.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Sun Nov 18 21:49:48 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets 678, 679. To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/x68k/dev
Module Name:src Committed By: riz Date: Sun Nov 18 21:56:37 UTC 2012 Modified Files: src/sys/arch/x68k/dev [netbsd-6]: fd.c fdreg.h intio_dmac.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #646): sys/arch/x68k/dev/intio_dmac.c: revision 1.34 sys/arch/x68k/dev/fd.c: revision 1.100 sys/arch/x68k/dev/fd.c: revision 1.101 sys/arch/x68k/dev/fd.c: revision 1.102 sys/arch/x68k/dev/fd.c: revision 1.103 sys/arch/x68k/dev/fd.c: revision 1.104 sys/arch/x68k/dev/fd.c: revision 1.105 sys/arch/x68k/dev/fd.c: revision 1.98 sys/arch/x68k/dev/fd.c: revision 1.99 sys/arch/x68k/dev/fdreg.h: revision 1.5 sys/arch/x68k/dev/fdreg.h: revision 1.6 Explicitly specify a proper FDC data register address for HD63450 DMAC to avoid confusion. Previous one (fdc->sc_addr + fddata) wasn't a right address for the FDC's data register but one for the command register by accident, but FDC ignores A0 address input (connected to A1 of x68k address bus) during DMA xfer (i.e. when DACK is asserted) so it happened to work as expected on the real X680x0 hardware, but caused trouble on emulators. The inconsistency was found by Y.Sugahara during debugging XM6i emulator (and it will be fixed in the next release). FDC behavior during DMA is confirmed by uPD72068 hardware application note. XXX: There is no proper MI API to specify DMA address for DMA controller (like MC68450) to access devices mapped to memory space by bus_space(9). - use rather than - no need to include uvm_extern.h - include "ioconf.h" for struct cfdriver foo_cd KNF and cosmetics. No binary change. - check bus_space_map(9) return value - use BUS_SPACE_MAP_SHIFTED_ODD for clarify - define and use proper macro instead of magic To abort DMA in dmac_abort_xfer(), set DMAC_CCR_SAB (software abort) rather than DMAC_CCR_HLT (halt operation). DMAC_CCR_HLT doesn't abort DMA xfers but only suspends DMA ops (i.e. clearing HLT bit will resume DMA xfers), so previously DMAC error always occurs on the next DMA xfer ops after dmac_abort_xfer() is called. Also suppress DMAC error messages in dmac_error() if it's caused by software abort command because it can happen during normal audio play/record DMA ops in vs(4) driver. Before probing floppy drives, call NE7CMD_SENSEI and fdcresult() to drain possible pending FDC interrupts. Taken from sys/dev/isa/fd.c. Hopefully might fix occasional fd drive probe failure (but not confirmed). Terminate DMAC and call bus_dmamap_unload(9) properly in all FDC xfer error paths, as sys/dev/isa/fd.c does. Fixes unexpected DMAC errors (and possible VM panic due to un-unloaded dmamap) on the first floppy access after read/write errors. Add floppy format support. Mostly taken from sys/dev/isa/fd.c. Tested both fdNa (1232KB, 1024bytes/sector, 8sectors/track) and fdNc (1200KB, 512bytes/sector, 15sectors/track) format on X68030 using fdformat(1). Finally we can prepare NetBSD/x68k install floppies without Human68k (except actual initial bootstrap). KNF and space nits To generate a diff of this commit: cvs rdiff -u -r1.96.2.1 -r1.96.2.2 src/sys/arch/x68k/dev/fd.c cvs rdiff -u -r1.4 -r1.4.118.1 src/sys/arch/x68k/dev/fdreg.h cvs rdiff -u -r1.33 -r1.33.14.1 src/sys/arch/x68k/dev/intio_dmac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/x68k/conf
Module Name:src Committed By: riz Date: Sun Nov 18 21:58:42 UTC 2012 Modified Files: src/sys/arch/x68k/conf [netbsd-6]: GENERIC Log Message: Pull up following revision(s) (requested by tsutsui in ticket #647): sys/arch/x68k/conf/GENERIC: revision 1.162 Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.159.2.1 src/sys/arch/x68k/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/distrib/utils/sysinst/arch/i386
Module Name:src Committed By: riz Date: Sun Nov 18 22:00:24 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/i386 [netbsd-6]: msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: Pull up following revision(s) (requested by tsutsui in ticket #648): distrib/utils/sysinst/arch/i386/msg.md.pl: revision 1.37 distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.64 distrib/utils/sysinst/arch/i386/msg.md.fr: revision 1.52 distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.15 distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.24 Remove useless md_may_remove_boot_medium messages. PR/47039 To generate a diff of this commit: cvs rdiff -u -r1.20.6.1 -r1.20.6.2 \ src/distrib/utils/sysinst/arch/i386/msg.md.de cvs rdiff -u -r1.61.6.1 -r1.61.6.2 \ src/distrib/utils/sysinst/arch/i386/msg.md.en cvs rdiff -u -r1.13.6.1 -r1.13.6.2 \ src/distrib/utils/sysinst/arch/i386/msg.md.es cvs rdiff -u -r1.51 -r1.51.6.1 src/distrib/utils/sysinst/arch/i386/msg.md.fr cvs rdiff -u -r1.34 -r1.34.6.1 src/distrib/utils/sysinst/arch/i386/msg.md.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/distrib/utils/sysinst/arch/i386
Module Name:src Committed By: riz Date: Sun Nov 18 22:00:41 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/i386 [netbsd-6-0]: msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: Pull up following revision(s) (requested by tsutsui in ticket #648): distrib/utils/sysinst/arch/i386/msg.md.pl: revision 1.37 distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.64 distrib/utils/sysinst/arch/i386/msg.md.fr: revision 1.52 distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.15 distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.24 Remove useless md_may_remove_boot_medium messages. PR/47039 To generate a diff of this commit: cvs rdiff -u -r1.20.6.1 -r1.20.6.1.4.1 \ src/distrib/utils/sysinst/arch/i386/msg.md.de cvs rdiff -u -r1.61.6.1 -r1.61.6.1.4.1 \ src/distrib/utils/sysinst/arch/i386/msg.md.en cvs rdiff -u -r1.13.6.1 -r1.13.6.1.4.1 \ src/distrib/utils/sysinst/arch/i386/msg.md.es cvs rdiff -u -r1.51 -r1.51.12.1 src/distrib/utils/sysinst/arch/i386/msg.md.fr cvs rdiff -u -r1.34 -r1.34.10.1 src/distrib/utils/sysinst/arch/i386/msg.md.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 18 22:00:58 UTC 2012 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.1 Log Message: Ticket 648. To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/distrib/utils/sysinst
Module Name:src Committed By: riz Date: Sun Nov 18 22:04:44 UTC 2012 Modified Files: src/distrib/utils/sysinst [netbsd-6]: msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c src/distrib/utils/sysinst/arch/amd64 [netbsd-6]: Makefile src/distrib/utils/sysinst/arch/i386 [netbsd-6]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #649): distrib/utils/sysinst/msg.mi.es: revision 1.48 distrib/utils/sysinst/arch/i386/Makefile: revision 1.18 distrib/utils/sysinst/msg.mi.en: revision 1.176 distrib/utils/sysinst/arch/amd64/Makefile: revision 1.8 distrib/utils/sysinst/msg.mi.de: revision 1.71 distrib/utils/sysinst/msg.mi.fr: revision 1.130 distrib/utils/sysinst/util.c: revision 1.180 distrib/utils/sysinst/msg.mi.pl: revision 1.87 Make the default choice of "Install from" menu to use the sets in the default file system (assuming which come with the CD/USB image) and skip distmedium menu if the root file system is not md(4). Also change "CD-ROM / DVD" menu option accordingly on ports which have install images. PR/47038 XXX: still no responsible maintainer of non-en translations To generate a diff of this commit: cvs rdiff -u -r1.61.2.3 -r1.61.2.4 src/distrib/utils/sysinst/msg.mi.de cvs rdiff -u -r1.169.2.3 -r1.169.2.4 src/distrib/utils/sysinst/msg.mi.en cvs rdiff -u -r1.39.2.4 -r1.39.2.5 src/distrib/utils/sysinst/msg.mi.es cvs rdiff -u -r1.119.2.3 -r1.119.2.4 src/distrib/utils/sysinst/msg.mi.fr cvs rdiff -u -r1.78.2.3 -r1.78.2.4 src/distrib/utils/sysinst/msg.mi.pl cvs rdiff -u -r1.173.2.1 -r1.173.2.2 src/distrib/utils/sysinst/util.c cvs rdiff -u -r1.7 -r1.7.54.1 src/distrib/utils/sysinst/arch/amd64/Makefile cvs rdiff -u -r1.17 -r1.17.54.1 src/distrib/utils/sysinst/arch/i386/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/distrib/utils/sysinst
Module Name:src Committed By: riz Date: Sun Nov 18 22:05:27 UTC 2012 Modified Files: src/distrib/utils/sysinst [netbsd-6-0]: msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c src/distrib/utils/sysinst/arch/amd64 [netbsd-6-0]: Makefile src/distrib/utils/sysinst/arch/i386 [netbsd-6-0]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #649): distrib/utils/sysinst/msg.mi.es: revision 1.48 distrib/utils/sysinst/arch/i386/Makefile: revision 1.18 distrib/utils/sysinst/msg.mi.en: revision 1.176 distrib/utils/sysinst/arch/amd64/Makefile: revision 1.8 distrib/utils/sysinst/msg.mi.de: revision 1.71 distrib/utils/sysinst/msg.mi.fr: revision 1.130 distrib/utils/sysinst/util.c: revision 1.180 distrib/utils/sysinst/msg.mi.pl: revision 1.87 Make the default choice of "Install from" menu to use the sets in the default file system (assuming which come with the CD/USB image) and skip distmedium menu if the root file system is not md(4). Also change "CD-ROM / DVD" menu option accordingly on ports which have install images. PR/47038 XXX: still no responsible maintainer of non-en translations To generate a diff of this commit: cvs rdiff -u -r1.61.2.3 -r1.61.2.3.2.1 src/distrib/utils/sysinst/msg.mi.de cvs rdiff -u -r1.169.2.3 -r1.169.2.3.2.1 src/distrib/utils/sysinst/msg.mi.en cvs rdiff -u -r1.39.2.4 -r1.39.2.4.2.1 src/distrib/utils/sysinst/msg.mi.es cvs rdiff -u -r1.119.2.3 -r1.119.2.3.2.1 src/distrib/utils/sysinst/msg.mi.fr cvs rdiff -u -r1.78.2.3 -r1.78.2.3.2.1 src/distrib/utils/sysinst/msg.mi.pl cvs rdiff -u -r1.173.2.1 -r1.173.2.1.4.1 src/distrib/utils/sysinst/util.c cvs rdiff -u -r1.7 -r1.7.60.1 src/distrib/utils/sysinst/arch/amd64/Makefile cvs rdiff -u -r1.17 -r1.17.60.1 src/distrib/utils/sysinst/arch/i386/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: riz Date: Sun Nov 18 22:05:38 UTC 2012 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.1 Log Message: TIcket 649 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.0.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Sun Nov 18 22:09:46 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 646-649 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb6-plus] src/sys/dev/pci
Module Name:src Committed By: matt Date: Sun Nov 18 22:16:11 UTC 2012 Modified Files: src/sys/dev/pci [matt-nb6-plus]: ahcisata_pci.c pcidevs pcidevs.h pcidevs_data.h Log Message: Merge tickets 658 and 659. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.27.4.1 src/sys/dev/pci/ahcisata_pci.c cvs rdiff -u -r1.1102.2.6 -r1.1102.2.6.2.1 src/sys/dev/pci/pcidevs cvs rdiff -u -r1.1097.2.6 -r1.1097.2.6.2.1 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1096.2.6 -r1.1096.2.6.2.1 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: [netbsd-6] src
Module Name:src Committed By: riz Date: Sun Nov 18 22:38:38 UTC 2012 Modified Files: src/distrib/sets/lists/base [netbsd-6]: mi shl.mi src/distrib/sets/lists/comp [netbsd-6]: mi shl.mi src/distrib/sets/lists/modules [netbsd-6]: mi src/etc/mtree [netbsd-6]: NetBSD.dist.base src/lib [netbsd-6]: Makefile src/lib/libnpf [netbsd-6]: npf.c npf.h src/sys/modules [netbsd-6]: Makefile src/sys/modules/npf [netbsd-6]: Makefile src/sys/net/npf [netbsd-6]: files.npf npf.c npf.h npf_ctl.c npf_handler.c npf_impl.h npf_inet.c npf_rproc.c src/sys/rump/net/lib/libnpf [netbsd-6]: Makefile src/usr.sbin/npf/npfctl [netbsd-6]: Makefile npf_build.c npf_parse.y npf_scan.l npf_var.h npfctl.c npfctl.h Added Files: src/lib/npf [netbsd-6]: Makefile Makefile.inc src/lib/npf/ext_log [netbsd-6]: Makefile npfext_log.c shlib_version src/lib/npf/ext_normalise [netbsd-6]: Makefile npfext_normalise.c shlib_version src/sys/modules/npf_ext_log [netbsd-6]: Makefile src/sys/modules/npf_ext_normalise [netbsd-6]: Makefile src/sys/net/npf [netbsd-6]: npf_ext_log.c npf_ext_normalise.c src/usr.sbin/npf/npfctl [netbsd-6]: npf_extmod.c Removed Files: src/sys/net/npf [netbsd-6]: npf_log.c Log Message: Pull up following revision(s) (requested by rmind in ticket #693): lib/npf/ext_normalise/shlib_version: revision 1.1 lib/libnpf/npf.c: revision 1.13 distrib/sets/lists/modules/mi: revision 1.48 sys/net/npf/npf_rproc.c: revision 1.3 sys/net/npf/npf_rproc.c: revision 1.4 sys/modules/npf/Makefile: revision 1.11 usr.sbin/npf/npfctl/npfctl.h: revision 1.20 lib/npf/ext_log/npfext_log.c: revision 1.1 lib/libnpf/npf.h: revision 1.11 sys/net/npf/npf_inet.c: revision 1.17 sys/net/npf/npf_log.c: file removal sys/net/npf/npf_handler.c: revision 1.22 distrib/sets/lists/base/shl.mi: revision 1.636 sys/net/npf/npf_impl.h: revision 1.23 usr.sbin/npf/npfctl/Makefile: revision 1.8 lib/npf/Makefile: revision 1.1 lib/npf/ext_log/shlib_version: revision 1.1 lib/Makefile: revision 1.189 distrib/sets/lists/comp/shl.mi: revision 1.236 usr.sbin/npf/npfctl/npf_build.c: revision 1.14 distrib/sets/lists/base/mi: revision 1.1007 usr.sbin/npf/npfctl/npf_scan.l: revision 1.6 distrib/sets/lists/base/mi: revision 1.1009 sys/net/npf/npf.h: revision 1.21 lib/npf/ext_normalise/npfext_normalise.c: revision 1.1 etc/mtree/NetBSD.dist.base: revision 1.105 lib/libnpf/Makefile: revision 1.3 etc/mtree/NetBSD.dist.base: revision 1.106 usr.sbin/npf/npfctl/npf_extmod.c: revision 1.1 sys/net/npf/npf_ctl.c: revision 1.18 lib/npf/ext_log/Makefile: revision 1.1 distrib/sets/lists/comp/mi: revision 1.1781 usr.sbin/npf/npfctl/npf_var.h: revision 1.4 sys/net/npf/npf.c: revision 1.13 sys/modules/Makefile: revision 1.111 sys/net/npf/npf_ext_log.c: revision 1.1 lib/npf/Makefile.inc: revision 1.1 sys/net/npf/npf_ext_normalise.c: revision 1.1 sys/net/npf/files.npf: revision 1.8 sys/rump/net/lib/libnpf/Makefile: revision 1.2 sys/modules/npf_ext_log/Makefile: revision 1.1 lib/npf/ext_normalise/Makefile: revision 1.1 usr.sbin/npf/npfctl/npfctl.c: revision 1.20 usr.sbin/npf/npfctl/npf_parse.y: revision 1.13 sys/modules/npf_ext_normalise/Makefile: revision 1.1 Implement dynamic NPF extensions interface. An extension consists of dynamically loaded module (.so) supplementing npfctl(8) and a kernel module. Move normalisation and logging functionality into their own extensions. More improvements to come. Add /usr/lib/npf. Add ./usr/libdata/debug/usr/lib/npf for rmind Fix MKDEBUG set lists ext_ops does not change during the life cycle and can be fetched without the mutex held. This avoids confusion in the compiler about an uninitialized variable ext_ops. ok rmind@ To generate a diff of this commit: cvs rdiff -u -r1.984.2.10 -r1.984.2.11 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.616.2.5 -r1.616.2.6 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1738.2.7 -r1.1738.2.8 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.209.2.5 -r1.209.2.6 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.39 -r1.39.2.1 src/distrib/sets/lists/modules/mi cvs rdiff -u -r1.97.2.4 -r1.97.2.5 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r1.181.2.1 -r1.181.2.2 src/lib/Makefile cvs rdiff -u -r1.7.2.5 -r1.7.2.6 src/lib/libnpf/npf.c cvs rdiff -u -r1.6.2.4 -r1.6.2.5 src/lib/libnpf/npf.h cvs rdiff -u -r0 -r1.1.4.2 src/lib/npf/Makefile src/lib/npf/Makefile.inc cvs rdiff -u -r0 -r1.1.4.2 src/lib/npf/ext_log/Makefile \ src/lib/npf/ext_log/npfext_log.c src/lib/npf/ext_log/shlib_version
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Sun Nov 18 22:41:27 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Ticket 693 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ufs
Module Name:src Committed By: jakllsch Date: Mon Nov 19 00:25:29 UTC 2012 Modified Files: src/sys/ufs/ufs: inode.h Log Message: Move i_e2fs_rdev define to be adjacent to the field it aliases. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/ufs/ufs/inode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs
Module Name:src Committed By: jakllsch Date: Mon Nov 19 00:36:21 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs_bswap.c ext2fs_dinode.h src/sys/ufs/ufs: inode.h Log Message: - Add e2di_version, e2di_nblock_high, e2di_facl_high fields to ext2fs_dinode. - Update i_e2fs_ aliases to match. - ext2fs_bswap support for these ext2fs_dinode fields. (e2di_version and e2di_facl_high replace previously reserved fields. e2di_nblock_high was formerly e2di_nfrag and e2di_fsize, however these are currently defined in e2fsprogs as only being relevant for HURD.) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/ufs/ext2fs/ext2fs_bswap.c cvs rdiff -u -r1.23 -r1.24 src/sys/ufs/ext2fs/ext2fs_dinode.h cvs rdiff -u -r1.63 -r1.64 src/sys/ufs/ufs/inode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: jakllsch Date: Mon Nov 19 03:04:23 UTC 2012 Modified Files: src/sys/ufs/ext2fs: ext2fs.h Log Message: snprintb EXT2F_ROCOMPAT_SPARSESUPER as such. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/ufs/ext2fs/ext2fs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.