CVS commit: src/share/man/man7
Module Name:src Committed By: jruoho Date: Tue Apr 20 07:33:46 UTC 2010 Modified Files: src/share/man/man7: sysctl.7 Log Message: Add sublists to the security-tree. In addition, some small fixes to spelling errors, wording, and markup. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/share/man/man7/sysctl.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: jruoho Date: Tue Apr 20 07:58:16 UTC 2010 Modified Files: src/share/man/man7: sysctl.7 Log Message: Document kern.arandom, and remove kern.autonicetime and kern.autoniceval. XXX: Although no sysctl variables exist for the last two, these are still defined in and . To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/share/man/man7/sysctl.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man
Module Name:src Committed By: jruoho Date: Tue Apr 20 08:27:24 UTC 2010 Modified Files: src/share/man/man4: crypto.4 src/share/man/man7: sysctl.7 Log Message: Document kern.usercrypto and kern.userasymcrypto. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/crypto.4 cvs rdiff -u -r1.44 -r1.45 src/share/man/man7/sysctl.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man
Module Name:src Committed By: jruoho Date: Tue Apr 20 08:37:23 UTC 2010 Modified Files: src/share/man/man4: crypto.4 src/share/man/man7: sysctl.7 Log Message: Document also kern.cryptodevallowsoft. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/crypto.4 cvs rdiff -u -r1.45 -r1.46 src/share/man/man7/sysctl.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man5
Module Name:src Committed By: wiz Date: Tue Apr 20 12:09:05 UTC 2010 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/share/man/man5/rc.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: wiz Date: Tue Apr 20 13:03:33 UTC 2010 Modified Files: src/share/man/man7: sysctl.7 Log Message: Make HTML-ready. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/share/man/man7/sysctl.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: jmcneill Date: Tue Apr 20 14:32:03 UTC 2010 Modified Files: src/sys/net: if_sppp.h if_spppsubr.c Log Message: COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@ To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/net/if_sppp.h cvs rdiff -u -r1.119 -r1.120 src/sys/net/if_spppsubr.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/amd64/amd64
Module Name:src Committed By: jym Date: Tue Apr 20 15:42:21 UTC 2010 Modified Files: src/sys/arch/amd64/amd64: mptramp.S Log Message: Enable the NX bit feature early in the MP trampoline code (do not rely on cpu_init_msrs() to do it). Having NX bit set on a page will raise a #GP on fetch if NXE is not enabled, which can happen early when structures (like idlelwp) are allocated with just rw- rights. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/amd64/mptramp.S 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: rmind Date: Tue Apr 20 16:49:49 UTC 2010 Modified Files: src/sys/kern: kern_synch.c Log Message: sched_pstats: fix previous, exclude system/softintr threads from loadavg. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/sys/kern/kern_synch.c 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: sjg Date: Tue Apr 20 17:18:08 UTC 2010 Modified Files: src/usr.bin/make: main.c Log Message: On some systems realpath will prefix make with cwd, so make sure we can stat(2) the value for .MAKE To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/usr.bin/make/main.c 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: sjg Date: Tue Apr 20 17:48:16 UTC 2010 Modified Files: src/usr.bin/make: var.c Log Message: Behavior of realpath() appears to vary. To ensure consistent results, use stat(2) as a final check for success. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/usr.bin/make/var.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/mdocml/dist
Module Name:src Committed By: joerg Date: Tue Apr 20 18:06:04 UTC 2010 Update of /cvsroot/src/external/bsd/mdocml/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3480 Log Message: mdocml-1.9.23: - Smaller bug fixes - Relax some constraints that don't deal well with the real world usage Status: Vendor Tag: KRISTAPS Release Tags: mdocml-1-9-23 U src/external/bsd/mdocml/dist/mdoc_macro.c U src/external/bsd/mdocml/dist/config.h.pre U src/external/bsd/mdocml/dist/test-strlcpy.c U src/external/bsd/mdocml/dist/test-strlcat.c U src/external/bsd/mdocml/dist/external.png.uu U src/external/bsd/mdocml/dist/chars.in U src/external/bsd/mdocml/dist/vol.in U src/external/bsd/mdocml/dist/st.in U src/external/bsd/mdocml/dist/msec.in U src/external/bsd/mdocml/dist/lib.in U src/external/bsd/mdocml/dist/att.in U src/external/bsd/mdocml/dist/arch.in U src/external/bsd/mdocml/dist/style.css U src/external/bsd/mdocml/dist/man.3 U src/external/bsd/mdocml/dist/man.7 U src/external/bsd/mdocml/dist/mandoc_char.7 U src/external/bsd/mdocml/dist/manuals.7 U src/external/bsd/mdocml/dist/mdoc.7 U src/external/bsd/mdocml/dist/mdoc.3 U src/external/bsd/mdocml/dist/mandoc.1 U src/external/bsd/mdocml/dist/Makefile U src/external/bsd/mdocml/dist/main.h U src/external/bsd/mdocml/dist/out.h U src/external/bsd/mdocml/dist/chars.h U src/external/bsd/mdocml/dist/html.h U src/external/bsd/mdocml/dist/libmandoc.h U src/external/bsd/mdocml/dist/term.h U src/external/bsd/mdocml/dist/libman.h U src/external/bsd/mdocml/dist/man.h U src/external/bsd/mdocml/dist/libmdoc.h U src/external/bsd/mdocml/dist/mdoc.h U src/external/bsd/mdocml/dist/man_argv.c U src/external/bsd/mdocml/dist/mandoc.c U src/external/bsd/mdocml/dist/man_action.c U src/external/bsd/mdocml/dist/man_validate.c U src/external/bsd/mdocml/dist/man_hash.c U src/external/bsd/mdocml/dist/man.c U src/external/bsd/mdocml/dist/man_macro.c U src/external/bsd/mdocml/dist/out.c U src/external/bsd/mdocml/dist/man_html.c U src/external/bsd/mdocml/dist/mdoc_html.c U src/external/bsd/mdocml/dist/html.c U src/external/bsd/mdocml/dist/man_term.c U src/external/bsd/mdocml/dist/compat.c U src/external/bsd/mdocml/dist/tree.c U src/external/bsd/mdocml/dist/term.c U src/external/bsd/mdocml/dist/chars.c U src/external/bsd/mdocml/dist/main.c U src/external/bsd/mdocml/dist/mdoc_term.c U src/external/bsd/mdocml/dist/st.c U src/external/bsd/mdocml/dist/msec.c U src/external/bsd/mdocml/dist/vol.c U src/external/bsd/mdocml/dist/arch.c U src/external/bsd/mdocml/dist/att.c U src/external/bsd/mdocml/dist/lib.c C src/external/bsd/mdocml/dist/mdoc_action.c U src/external/bsd/mdocml/dist/mdoc_validate.c U src/external/bsd/mdocml/dist/mdoc_argv.c U src/external/bsd/mdocml/dist/mdoc_strings.c U src/external/bsd/mdocml/dist/mdoc_hash.c U src/external/bsd/mdocml/dist/mdoc.c U src/external/bsd/mdocml/dist/config.h.post 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKRISTAPS:yesterday -jKRISTAPS src/external/bsd/mdocml/dist
CVS commit: src/external/bsd/mdocml/dist
Module Name:src Committed By: joerg Date: Tue Apr 20 18:07:52 UTC 2010 Modified Files: src/external/bsd/mdocml/dist: mdoc_action.c Log Message: Merge for mdocml-1.9.23. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/mdoc_action.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/mdocml
Module Name:src Committed By: joerg Date: Tue Apr 20 18:08:08 UTC 2010 Modified Files: src/external/bsd/mdocml: Makefile.inc Log Message: Update for mdocml-1.9.23. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ifconfig
Module Name:src Committed By: plunky Date: Tue Apr 20 21:25:25 UTC 2010 Modified Files: src/sbin/ifconfig: parse.c Log Message: C99 says that offsetof() expands to a constant expresssion, so we can't use variable array index in there. Do the calculation manually for C99 compilers (pcc) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/ifconfig/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/nfs
Module Name:src Committed By: matt Date: Tue Apr 20 21:29:06 UTC 2010 Modified Files: src/sys/nfs [matt-nb5-mips64]: nfs_serv.c nfs_socket.c Log Message: Pullin some NFS fixes from netbsd-5. To generate a diff of this commit: cvs rdiff -u -r1.138.16.1 -r1.138.16.1.4.1 src/sys/nfs/nfs_serv.c cvs rdiff -u -r1.173.4.3 -r1.173.4.3.4.1 src/sys/nfs/nfs_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/dev/pci
Module Name:src Committed By: matt Date: Tue Apr 20 22:03:27 UTC 2010 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: pcidevs Log Message: sync with netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.962.4.1.4.2 -r1.962.4.1.4.3 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: [matt-nb5-mips64] src/sys/arch/mips/mips
Module Name:src Committed By: matt Date: Tue Apr 20 22:08:13 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: spl.S Log Message: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/mips/spl.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips
Module Name:src Committed By: matt Date: Tue Apr 20 22:08:39 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c Log Message: Fix formatting. To generate a diff of this commit: cvs rdiff -u -r1.22.16.16 -r1.22.16.17 src/sys/arch/mips/mips/bus_dma.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/isa
Module Name:src Committed By: dyoung Date: Tue Apr 20 22:37:25 UTC 2010 Modified Files: src/sys/arch/i386/isa: isapnp_machdep.c Log Message: Re-uppercase x86_bus_space_io. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/isa/isapnp_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/binutils/dist/ld/emulparams
Module Name:src Committed By: christos Date: Tue Apr 20 22:47:48 UTC 2010 Modified Files: src/external/gpl3/binutils/dist/ld/emulparams: elf_i386.sh Log Message: XXX: This is a hack, the note inclusion does not belong here, and it belongs in a separate elf_nbsd.sh, included from elf_i386_nbsd.sh. The problem is described in: https://bugzilla.redhat.com/show_bug.cgi?id=492183#c7, namely if all the sections are not defined in the ld script, it can screw up. This happens when building /usr/src/usr.sbin.crash with MKPIE=yes. Thanks to Piotr Meyer for the report and analysis. We don't need to fix any other archs yet (because crash only works on i386), but we should. skrll should look into it, please :-) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/binutils/dist/ld/emulparams/elf_i386.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/dev/mii
Module Name:src Committed By: matt Date: Tue Apr 20 22:55:48 UTC 2010 Modified Files: src/sys/dev/mii [matt-nb5-mips64]: miidevs Log Message: Sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.78.10.1 -r1.78.10.2 src/sys/dev/mii/miidevs 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: dyoung Date: Tue Apr 20 23:39:11 UTC 2010 Modified Files: src/sys/dev/pci: pccbb.c pccbbvar.h Log Message: Change sc_pil_intr_enable from an int to a bool. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/dev/pci/pccbb.c cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pci/pccbbvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch
Module Name:src Committed By: matt Date: Wed Apr 21 00:33:55 UTC 2010 Modified Files: src/sys/arch/alpha/alpha [matt-nb5-mips64]: cpu.c dec_1000a.c dec_2100_a500.c dec_6600.c dec_kn300.c locore.s machdep.c pmap.c vm_machdep.c src/sys/arch/alpha/conf [matt-nb5-mips64]: GENERIC Makefile.alpha src/sys/arch/alpha/include [matt-nb5-mips64]: alpha.h src/sys/arch/alpha/pci [matt-nb5-mips64]: tsp_bus_io.c tsp_bus_mem.c tsvar.h src/sys/arch/amd64/amd64 [matt-nb5-mips64]: lock_stubs.S machdep.c mainbus.c netbsd32_machdep.c trap.c src/sys/arch/amd64/conf [matt-nb5-mips64]: GENERIC Makefile.amd64 XEN3_DOM0 XEN3_DOMU files.amd64 std.amd64 std.xen src/sys/arch/amd64/include [matt-nb5-mips64]: byte_swap.h vmparam.h src/sys/arch/amiga/amiga [matt-nb5-mips64]: machdep.c src/sys/arch/amiga/conf [matt-nb5-mips64]: files.amiga src/sys/arch/amiga/dev [matt-nb5-mips64]: clock.c src/sys/arch/arm/arm32 [matt-nb5-mips64]: pmap.c src/sys/arch/atari/dev [matt-nb5-mips64]: clock.c fd.c src/sys/arch/atari/stand/binpatch [matt-nb5-mips64]: Makefile binpatch.c src/sys/arch/hp700/conf [matt-nb5-mips64]: GENERIC src/sys/arch/hp700/dev [matt-nb5-mips64]: dino.c pdc.c src/sys/arch/hp700/hp700 [matt-nb5-mips64]: locore.S mainbus.c src/sys/arch/hp700/include [matt-nb5-mips64]: bus.h cpu.h intr.h src/sys/arch/i386 [matt-nb5-mips64]: Makefile src/sys/arch/i386/acpi [matt-nb5-mips64]: npx_acpi.c spic_acpi.c src/sys/arch/i386/conf [matt-nb5-mips64]: ALL GENERIC Makefile.i386 XEN2_DOM0 XEN2_DOMU XEN3_DOM0 XEN3_DOMU files.i386 std.i386 src/sys/arch/i386/i386 [matt-nb5-mips64]: db_memrw.c ibcs2_machdep.c lock_stubs.S machdep.c mainbus.c svr4_machdep.c src/sys/arch/i386/include [matt-nb5-mips64]: npx.h param.h src/sys/arch/i386/pnpbios [matt-nb5-mips64]: ess_pnpbios.c fdc_pnpbios.c src/sys/arch/i386/stand/boot [matt-nb5-mips64]: boot2.c src/sys/arch/i386/stand/lib [matt-nb5-mips64]: pcio.c src/sys/arch/landisk/dev [matt-nb5-mips64]: obio.c src/sys/arch/landisk/include [matt-nb5-mips64]: bus.h src/sys/arch/landisk/landisk [matt-nb5-mips64]: shpcic_machdep.c src/sys/arch/m68k/include [matt-nb5-mips64]: m68k.h psl.h src/sys/arch/m68k/m68k [matt-nb5-mips64]: switch_subr.s vm_machdep.c src/sys/arch/macppc [matt-nb5-mips64]: Makefile src/sys/arch/macppc/conf [matt-nb5-mips64]: Makefile.macppc std.macppc std.macppc.g5 src/sys/arch/macppc/dev [matt-nb5-mips64]: pbms.c src/sys/arch/news68k/include [matt-nb5-mips64]: cpu.h src/sys/arch/sh3/dev [matt-nb5-mips64]: shpcic.c shpcicvar.h src/sys/arch/sh3/sh3 [matt-nb5-mips64]: locore_subr.S src/sys/arch/sparc/conf [matt-nb5-mips64]: GENERIC INSTALL KRUPS MRCOFFEE TADPOLE3GX files.sparc src/sys/arch/sparc/dev [matt-nb5-mips64]: audioamd.c fd.c zs.c src/sys/arch/sparc/include [matt-nb5-mips64]: bus.h cpu.h math.h psl.h src/sys/arch/sparc/sparc [matt-nb5-mips64]: autoconf.c auxreg.h cpu.c cpuvar.h db_interface.c intr.c locore.s machdep.c pmap.c timer_sun4m.c vm_machdep.c src/sys/arch/sparc/stand/common [matt-nb5-mips64]: promdev.c src/sys/arch/sparc64/conf [matt-nb5-mips64]: GENERIC Makefile.sparc64 files.sparc64 std.sparc64 std.sparc64-32 src/sys/arch/sparc64/dev [matt-nb5-mips64]: ffb.c sab.c src/sys/arch/sparc64/include [matt-nb5-mips64]: bus.h cpu.h math.h pmap.h userret.h src/sys/arch/sparc64/sparc64 [matt-nb5-mips64]: cache.h cpu.c ipifuncs.c locore.s machdep.c pmap.c trap.c vm_machdep.c src/sys/arch/vax/include [matt-nb5-mips64]: mtpr.h src/sys/arch/vax/vax [matt-nb5-mips64]: clock.c src/sys/arch/x86/conf [matt-nb5-mips64]: files.x86 src/sys/arch/x86/include [matt-nb5-mips64]: bus.h cacheinfo.h cpu.h cpuvar.h isa_machdep.h mutex.h specialreg.h src/sys/arch/x86/isa [matt-nb5-mips64]: clock.c src/sys/arch/x86/pci [matt-nb5-mips64]: ichlpcib.c pchb.c src/sys/arch/x86/x86 [matt-nb5-mips64]: bus_space.c coretemp.c est.c identcpu.c intel_busclock.c ioapic.c mpacpi.c mpbios.c patch.c pmap.c x86_autoconf.c src/sys/arch/xen/conf [matt-nb5-mips64]: Makefile.xen files.compat files.xen std.xen src/sys/arch/xen/include [matt-nb5-mips64]: pci_machdep.h xen.h xenpmap.h src/sys/arch/xen/x86 [matt-nb5-mips64]: intr.c xen_bus_dma.c src/sys/arch/xen/xen [matt-nb5-mips64]: clock.c hypervisor.c if_xennet.c if_xennet_xenbus.c isa_machdep.c pci_intr_machdep.c pciide_machdep.c privcmd.c xbd_xenbus.c xbdback_
CVS commit: [matt-nb5-mips64] src/sys/arch
Module Name:src Committed By: matt Date: Wed Apr 21 00:36:40 UTC 2010 Modified Files: src/sys/arch/dreamcast/dev/g2 [matt-nb5-mips64]: g2bus_bus_mem.c src/sys/arch/dreamcast/include [matt-nb5-mips64]: bus.h src/sys/arch/hp300/include [matt-nb5-mips64]: cpu.h src/sys/arch/hppa/hppa [matt-nb5-mips64]: vm_machdep.c src/sys/arch/powerpc/powerpc [matt-nb5-mips64]: locore_subr.S trap.c vm_machdep.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.18.1 src/sys/arch/dreamcast/dev/g2/g2bus_bus_mem.c cvs rdiff -u -r1.14 -r1.14.18.1 src/sys/arch/dreamcast/include/bus.h cvs rdiff -u -r1.59 -r1.59.22.1 src/sys/arch/hp300/include/cpu.h cvs rdiff -u -r1.33.6.1 -r1.33.6.1.2.1 src/sys/arch/hppa/hppa/vm_machdep.c cvs rdiff -u -r1.37.20.1 -r1.37.20.1.2.1 \ src/sys/arch/powerpc/powerpc/locore_subr.S cvs rdiff -u -r1.128 -r1.128.10.1 src/sys/arch/powerpc/powerpc/trap.c cvs rdiff -u -r1.74.6.1 -r1.74.6.1.2.1 \ src/sys/arch/powerpc/powerpc/vm_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf
Module Name:src Committed By: matt Date: Wed Apr 21 00:54:14 UTC 2010 Modified Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: std.adm5120 std.alchemy std.atheros std.malta std.meraki Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.62.1 src/sys/arch/evbmips/conf/std.adm5120 cvs rdiff -u -r1.3 -r1.3.88.1 src/sys/arch/evbmips/conf/std.alchemy cvs rdiff -u -r1.3 -r1.3.72.1 src/sys/arch/evbmips/conf/std.atheros cvs rdiff -u -r1.5.94.1 -r1.5.94.2 src/sys/arch/evbmips/conf/std.malta cvs rdiff -u -r1.1 -r1.1.78.1 src/sys/arch/evbmips/conf/std.meraki 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/man4.i386
Module Name:src Committed By: jruoho Date: Wed Apr 21 02:59:30 UTC 2010 Modified Files: src/share/man/man4/man4.i386: cmos.4 Log Message: Make the examples fit into 80 columns. Use .Tn. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/man4.i386/cmos.4 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: sjg Date: Wed Apr 21 04:25:28 UTC 2010 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: export-all test.exp Log Message: If we do .export (all) and have any variables that involve :sh we will hit an error (var is recursive) while trying to evaluate that. Fix, and add a unit test for this. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/usr.bin/make/var.c cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/export-all cvs rdiff -u -r1.31 -r1.32 src/usr.bin/make/unit-tests/test.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: jruoho Date: Wed Apr 21 05:05:08 UTC 2010 Modified Files: src/share/man/man8: security.8 Log Message: Small improvements to wording and markup. Note also the default use of SSP on x86. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man8/security.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src
Module Name:src Committed By: matt Date: Wed Apr 21 05:15:01 UTC 2010 Modified Files: src [matt-nb5-mips64]: BUILDING UPDATING Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.78.2.2 -r1.78.2.2.4.1 src/BUILDING cvs rdiff -u -r1.178.2.1.2.1 -r1.178.2.1.2.1.2.1 src/UPDATING Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/bin
Module Name:src Committed By: matt Date: Wed Apr 21 05:15:28 UTC 2010 Modified Files: src/bin/df [matt-nb5-mips64]: df.c src/bin/kill [matt-nb5-mips64]: kill.c src/bin/ksh [matt-nb5-mips64]: var.c src/bin/pax [matt-nb5-mips64]: Makefile options.c tar.1 src/bin/sh [matt-nb5-mips64]: cd.c sh.1 Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.83.8.1 src/bin/df/df.c cvs rdiff -u -r1.25 -r1.25.10.1 src/bin/kill/kill.c cvs rdiff -u -r1.14 -r1.14.32.1 src/bin/ksh/var.c cvs rdiff -u -r1.37.12.2 -r1.37.12.3 src/bin/pax/Makefile cvs rdiff -u -r1.101.12.2 -r1.101.12.2.4.1 src/bin/pax/options.c cvs rdiff -u -r1.26.12.1 -r1.26.12.1.4.1 src/bin/pax/tar.1 cvs rdiff -u -r1.39 -r1.39.32.1 src/bin/sh/cd.c cvs rdiff -u -r1.87.18.1 -r1.87.18.1.4.1 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/compat
Module Name:src Committed By: matt Date: Wed Apr 21 05:17:03 UTC 2010 Modified Files: src/compat [matt-nb5-mips64]: Makefile.md_subdir Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/compat/Makefile.md_subdir Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/common
Module Name:src Committed By: matt Date: Wed Apr 21 05:17:12 UTC 2010 Modified Files: src/common/dist/zlib [matt-nb5-mips64]: zlib.h src/common/lib/libc/arch/mips/string [matt-nb5-mips64]: ffs.S src/common/lib/libc/hash/sha2 [matt-nb5-mips64]: sha2.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.40.1 src/common/dist/zlib/zlib.h cvs rdiff -u -r1.1.40.1 -r1.1.40.2 src/common/lib/libc/arch/mips/string/ffs.S cvs rdiff -u -r1.7.14.1 -r1.7.14.1.2.1 src/common/lib/libc/hash/sha2/sha2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/crypto/dist
Module Name:src Committed By: matt Date: Wed Apr 21 05:17:37 UTC 2010 Modified Files: src/crypto/dist/heimdal/lib/krb5 [matt-nb5-mips64]: krb5_get_creds.3 krb5_get_in_cred.3 krb5_keytab.3 src/crypto/dist/ipsec-tools/src/racoon [matt-nb5-mips64]: handler.c isakmp.c racoon.conf.5 src/crypto/dist/openssl/crypto/comp [matt-nb5-mips64]: c_zlib.c src/crypto/dist/openssl/crypto/evp [matt-nb5-mips64]: m_sha1.c src/crypto/dist/openssl/ssl [matt-nb5-mips64]: s3_enc.c s3_lib.c s3_pkt.c s3_srvr.c ssl_locl.h t1_enc.c src/crypto/dist/ssh [matt-nb5-mips64]: cipher.c cipher.h packet.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.14.1 \ src/crypto/dist/heimdal/lib/krb5/krb5_get_creds.3 \ src/crypto/dist/heimdal/lib/krb5/krb5_get_in_cred.3 cvs rdiff -u -r1.9 -r1.9.14.1 src/crypto/dist/heimdal/lib/krb5/krb5_keytab.3 cvs rdiff -u -r1.21.4.1 -r1.21.4.1.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/handler.c cvs rdiff -u -r1.42.4.1 -r1.42.4.1.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/isakmp.c cvs rdiff -u -r1.46.4.1 -r1.46.4.1.4.1 \ src/crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 cvs rdiff -u -r1.1.1.7 -r1.1.1.7.10.1 \ src/crypto/dist/openssl/crypto/comp/c_zlib.c cvs rdiff -u -r1.1.1.5.8.1 -r1.1.1.5.8.1.2.1 \ src/crypto/dist/openssl/crypto/evp/m_sha1.c cvs rdiff -u -r1.1.1.12 -r1.1.1.12.10.1 src/crypto/dist/openssl/ssl/s3_enc.c \ src/crypto/dist/openssl/ssl/t1_enc.c cvs rdiff -u -r1.14 -r1.14.10.1 src/crypto/dist/openssl/ssl/s3_lib.c cvs rdiff -u -r1.9.8.1 -r1.9.8.1.2.1 src/crypto/dist/openssl/ssl/s3_pkt.c cvs rdiff -u -r1.15.4.1 -r1.15.4.1.4.1 src/crypto/dist/openssl/ssl/s3_srvr.c cvs rdiff -u -r1.13 -r1.13.10.1 src/crypto/dist/openssl/ssl/ssl_locl.h cvs rdiff -u -r1.21.8.1 -r1.21.8.1.2.1 src/crypto/dist/ssh/cipher.c cvs rdiff -u -r1.2.28.1 -r1.2.28.1.2.1 src/crypto/dist/ssh/cipher.h cvs rdiff -u -r1.30.8.1 -r1.30.8.1.2.1 src/crypto/dist/ssh/packet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/dist
Module Name:src Committed By: matt Date: Wed Apr 21 05:19:58 UTC 2010 Modified Files: src/dist/bind [matt-nb5-mips64]: CHANGES COPYRIGHT FAQ FAQ.xml Makefile.in README README.idnkit acconfig.h config.guess config.h.in configure configure.in libtool.m4 ltmain.sh version src/dist/bind/bin/check [matt-nb5-mips64]: check-tool.c named-checkconf.8 named-checkconf.c named-checkconf.html named-checkzone.8 named-checkzone.c named-checkzone.docbook named-checkzone.html src/dist/bind/bin/dig [matt-nb5-mips64]: dig.1 dig.c dig.docbook dig.html dighost.c host.1 host.c host.docbook host.html nslookup.1 nslookup.c nslookup.html src/dist/bind/bin/dig/include/dig [matt-nb5-mips64]: dig.h src/dist/bind/bin/dnssec [matt-nb5-mips64]: dnssec-keygen.8 dnssec-keygen.docbook dnssec-keygen.html dnssec-signzone.8 dnssec-signzone.c dnssec-signzone.docbook dnssec-signzone.html src/dist/bind/bin/named [matt-nb5-mips64]: bind9.xsl bind9.xsl.h client.c config.c control.c controlconf.c convertxsl.pl interfacemgr.c log.c lwresd.8 lwresd.c lwresd.docbook lwresd.html main.c named.8 named.conf.5 named.conf.docbook named.conf.html named.docbook named.html query.c server.c statschannel.c update.c xfrout.c zoneconf.c src/dist/bind/bin/named/include/named [matt-nb5-mips64]: client.h globals.h log.h lwdclient.h notify.h server.h src/dist/bind/bin/named/unix [matt-nb5-mips64]: os.c src/dist/bind/bin/named/unix/include/named [matt-nb5-mips64]: os.h src/dist/bind/bin/named/win32 [matt-nb5-mips64]: ntservice.c os.c src/dist/bind/bin/named/win32/include/named [matt-nb5-mips64]: os.h src/dist/bind/bin/nsupdate [matt-nb5-mips64]: Makefile.in nsupdate.c nsupdate.docbook nsupdate.html src/dist/bind/bin/rndc [matt-nb5-mips64]: rndc-confgen.8 rndc-confgen.c rndc-confgen.html rndc.8 rndc.c rndc.conf.5 rndc.conf.html rndc.html src/dist/bind/bin/rndc/include/rndc [matt-nb5-mips64]: os.h src/dist/bind/bin/tests [matt-nb5-mips64]: cfg_test.c sig0_test.c sock_test.c src/dist/bind/bin/tests/db [matt-nb5-mips64]: t_db.c src/dist/bind/bin/tests/dst [matt-nb5-mips64]: Makefile.in dst_test.c t_dst.c src/dist/bind/bin/tests/master [matt-nb5-mips64]: t_master.c src/dist/bind/bin/tests/mem [matt-nb5-mips64]: t_mem.c src/dist/bind/bin/tests/names [matt-nb5-mips64]: t_names.c src/dist/bind/bin/tests/rbt [matt-nb5-mips64]: t_rbt.c src/dist/bind/bin/tests/system [matt-nb5-mips64]: conf.sh.in ifconfig.sh src/dist/bind/bin/tests/system/acl [matt-nb5-mips64]: tests.sh src/dist/bind/bin/tests/system/dnssec [matt-nb5-mips64]: tests.sh src/dist/bind/bin/tests/system/dnssec/ns1 [matt-nb5-mips64]: sign.sh src/dist/bind/bin/tests/system/dnssec/ns2 [matt-nb5-mips64]: example.db.in sign.sh src/dist/bind/bin/tests/system/glue/ns1 [matt-nb5-mips64]: named.conf src/dist/bind/bin/tests/system/rrsetorder [matt-nb5-mips64]: tests.sh src/dist/bind/bin/tests/system/tkey/ns1 [matt-nb5-mips64]: named.conf.in src/dist/bind/bin/tests/tasks [matt-nb5-mips64]: t_tasks.c src/dist/bind/bin/tests/timers [matt-nb5-mips64]: t_timers.c src/dist/bind/bin/win32/BINDInstall [matt-nb5-mips64]: BINDInstall.rc BINDInstallDlg.cpp BINDInstallDlg.h VersionInfo.cpp resource.h src/dist/bind/contrib/dlz [matt-nb5-mips64]: config.dlz.in src/dist/bind/contrib/dlz/drivers [matt-nb5-mips64]: dlz_bdb_driver.c dlz_mysql_driver.c src/dist/bind/contrib/idn/idnkit-1.0-src/tools/idnconv [matt-nb5-mips64]: selectiveencode.h src/dist/bind/contrib/queryperf/utils [matt-nb5-mips64]: gen-data-queryperf.py src/dist/bind/contrib/sdb/pgsql [matt-nb5-mips64]: zonetodb.c src/dist/bind/doc/arm [matt-nb5-mips64]: Bv9ARM-book.xml Bv9ARM.ch01.html Bv9ARM.ch02.html Bv9ARM.ch03.html Bv9ARM.ch04.html Bv9ARM.ch05.html Bv9ARM.ch06.html Bv9ARM.ch07.html Bv9ARM.ch08.html Bv9ARM.ch09.html Bv9ARM.ch10.html Bv9ARM.html Bv9ARM.pdf Makefile.in man.dig.html man.dnssec-keygen.html man.dnssec-signzone.html man.host.html man.named-checkconf.html man.named-checkzone.html man.named.html man.rndc-confgen.html man.rndc.conf.html man.rndc.html src/dist/bind/doc/misc [matt-nb5-mips64]: Makefile.in options src/dist/bind/doc/rfc [matt-nb5-mips64]: index src/dist/bind/doc/xsl [matt-nb5-mips64]: copyright.xsl src/dist/bind/lib/bind [matt-nb5-mips64]: api configure configure.in src/dist/bind/lib/bind/dst [matt-n
CVS commit: [matt-nb5-mips64] src/distrib
Module Name:src Committed By: matt Date: Wed Apr 21 05:20:45 UTC 2010 Modified Files: src/distrib/alpha/instkernel/cd-hd-tape [matt-nb5-mips64]: Makefile src/distrib/amiga/floppies/upgr [matt-nb5-mips64]: upgrade.sh src/distrib/cdrom [matt-nb5-mips64]: hide-hfs.lst src/distrib/common [matt-nb5-mips64]: parselist.awk src/distrib/hp300/miniroot [matt-nb5-mips64]: install.md src/distrib/hp700/ramdisk [matt-nb5-mips64]: list src/distrib/mac68k/stand [matt-nb5-mips64]: Makefile src/distrib/notes/common [matt-nb5-mips64]: main src/distrib/sets [matt-nb5-mips64]: Makefile makesrctars makesums maketars src/distrib/sets/lists/base [matt-nb5-mips64]: ad.mips ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/comp [matt-nb5-mips64]: mi src/distrib/sets/lists/etc [matt-nb5-mips64]: mi src/distrib/sets/lists/man [matt-nb5-mips64]: mi src/distrib/sets/lists/misc [matt-nb5-mips64]: mi src/distrib/sets/lists/xbase [matt-nb5-mips64]: mi shl.elf shl.mi src/distrib/sets/lists/xcomp [matt-nb5-mips64]: md.amd64 md.i386 md.macppc md.sgimips md.sparc64 mi shl.mi src/distrib/sets/lists/xetc [matt-nb5-mips64]: mi src/distrib/sets/lists/xserver [matt-nb5-mips64]: ad.x86_64 md.amd64 md.cats md.i386 md.macppc md.netwinder md.ofppc md.sgimips md.shark md.sparc md.sparc64 mi src/distrib/sparc/miniroot [matt-nb5-mips64]: Makefile.inc src/distrib/sparc/ramdisk [matt-nb5-mips64]: dot.profile src/distrib/utils/sysinst [matt-nb5-mips64]: bsddisklabel.c defs.h disks.c mbr.c mbr.h msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl net.c savenewlabel.c util.c src/distrib/utils/sysinst/arch/arc [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/bebox [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/cobalt [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/evbmips [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/evbppc [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/hpcarm [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/hpcmips [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/i386 [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/landisk [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/mac68k [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/ofppc [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/playstation2 [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/prep [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/sandpoint [matt-nb5-mips64]: md.c src/distrib/utils/sysinst/arch/zaurus [matt-nb5-mips64]: md.c Added Files: src/distrib/sets/lists/xbase [matt-nb5-mips64]: md.amd64 md.i386 src/distrib/sets/lists/xcomp [matt-nb5-mips64]: md.sparc Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.40.1 \ src/distrib/alpha/instkernel/cd-hd-tape/Makefile cvs rdiff -u -r1.8 -r1.8.46.1 src/distrib/amiga/floppies/upgr/upgrade.sh cvs rdiff -u -r1.4 -r1.4.48.1 src/distrib/cdrom/hide-hfs.lst cvs rdiff -u -r1.15.8.1 -r1.15.8.1.2.1 src/distrib/common/parselist.awk cvs rdiff -u -r1.13.8.1 -r1.13.8.1.2.1 src/distrib/hp300/miniroot/install.md cvs rdiff -u -r1.7 -r1.7.8.1 src/distrib/hp700/ramdisk/list cvs rdiff -u -r1.5 -r1.5.8.1 src/distrib/mac68k/stand/Makefile cvs rdiff -u -r1.425.2.5.2.1 -r1.425.2.5.2.1.2.1 \ src/distrib/notes/common/main cvs rdiff -u -r1.63.2.1 -r1.63.2.1.4.1 src/distrib/sets/Makefile cvs rdiff -u -r1.34 -r1.34.12.1 src/distrib/sets/makesrctars cvs rdiff -u -r1.15 -r1.15.34.1 src/distrib/sets/makesums cvs rdiff -u -r1.64.6.2.2.1 -r1.64.6.2.2.1.2.1 src/distrib/sets/maketars cvs rdiff -u -r1.8 -r1.8.48.1 src/distrib/sets/lists/base/ad.mips cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/distrib/sets/lists/base/ad.mips64eb \ src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.25.2.2.2.1.2.1 -r1.25.2.2.2.1.2.2 \ src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.23.2.2.2.1.2.1 -r1.23.2.2.2.1.2.2 \ src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.780.2.6.2.1.2.1 -r1.780.2.6.2.1.2.2 \ src/distrib/sets/lists/base/mi cvs rdiff -u -r1.450.2.1.2.1.2.1 -r1.450.2.1.2.1.2.2 \ src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.1201.2.9.2.1.2.3 -r1.1201.2.9.2.1.2.4 \ src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.200.2.3.2.1 -r1.200.2.3.2.1.2.1 \ src/distrib/sets/lists/etc/mi cvs rdiff -u -r1.1109.2.3.2.1.2.1 -r1.1109.2.3.2.1.2.2 \ src/distrib/sets/lists/man/mi cvs rdiff -u -r1.158.8.1 -r1.158.8.2 src/distrib/sets/lists/misc/mi cvs rdiff -u -r0 -r1.5.2.2 src/distrib/sets/lists/xbase/md.amd64 cvs rdiff -u -r0 -r1.21.2.2 src/distrib/sets/lists/xbase/md.i386 cvs rdiff -u -r1.69.2.2.2
CVS commit: [matt-nb5-mips64] src/etc
Module Name:src Committed By: matt Date: Wed Apr 21 05:21:24 UTC 2010 Modified Files: src/etc [matt-nb5-mips64]: MAKEDEV.tmpl Makefile src/etc/defaults [matt-nb5-mips64]: rc.conf src/etc/etc.i386 [matt-nb5-mips64]: Makefile.inc src/etc/etc.sparc [matt-nb5-mips64]: ttys src/etc/etc.sparc64 [matt-nb5-mips64]: MAKEDEV.conf src/etc/mtree [matt-nb5-mips64]: NetBSD.dist special src/etc/rc.d [matt-nb5-mips64]: Makefile named network src/etc/ssh [matt-nb5-mips64]: ssh_known_hosts Added Files: src/etc/rc.d [matt-nb5-mips64]: dhcpcd Removed Files: src/etc [matt-nb5-mips64]: audit-packages.conf Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.113.2.6 -r1.113.2.6.4.1 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.359.2.3.4.1 -r1.359.2.3.4.2 src/etc/Makefile cvs rdiff -u -r1.1 -r0 src/etc/audit-packages.conf cvs rdiff -u -r1.95.2.3 -r1.95.2.3.4.1 src/etc/defaults/rc.conf cvs rdiff -u -r1.59 -r1.59.8.1 src/etc/etc.i386/Makefile.inc cvs rdiff -u -r1.14 -r1.14.6.1 src/etc/etc.sparc/ttys cvs rdiff -u -r1.13 -r1.13.8.1 src/etc/etc.sparc64/MAKEDEV.conf cvs rdiff -u -r1.385.2.1.4.1 -r1.385.2.1.4.2 src/etc/mtree/NetBSD.dist cvs rdiff -u -r1.121.2.2 -r1.121.2.2.4.1 src/etc/mtree/special cvs rdiff -u -r1.68.2.3 -r1.68.2.3.4.1 src/etc/rc.d/Makefile cvs rdiff -u -r0 -r1.1.6.2 src/etc/rc.d/dhcpcd cvs rdiff -u -r1.18 -r1.18.34.1 src/etc/rc.d/named cvs rdiff -u -r1.57 -r1.57.8.1 src/etc/rc.d/network cvs rdiff -u -r1.4 -r1.4.32.1 src/etc/ssh/ssh_known_hosts Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/games
Module Name:src Committed By: matt Date: Wed Apr 21 05:25:15 UTC 2010 Modified Files: src/games/fortune/strfile [matt-nb5-mips64]: strfile.8 src/games/hack [matt-nb5-mips64]: extern.h hack.do_name.c hack.eat.c hack.end.c hack.fight.c hack.h hack.invent.c hack.main.c hack.objnam.c hack.options.c hack.pri.c hack.rip.c hack.shk.c hack.topl.c hack.unix.c src/games/hunt/huntd [matt-nb5-mips64]: answer.c src/games/rogue [matt-nb5-mips64]: monster.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.38.1 src/games/fortune/strfile/strfile.8 cvs rdiff -u -r1.8.8.1 -r1.8.8.1.2.1 src/games/hack/extern.h cvs rdiff -u -r1.7.14.2 -r1.7.14.2.2.1 src/games/hack/hack.do_name.c cvs rdiff -u -r1.6.42.1 -r1.6.42.1.2.1 src/games/hack/hack.eat.c cvs rdiff -u -r1.9.14.1 -r1.9.14.1.2.1 src/games/hack/hack.end.c \ src/games/hack/hack.pri.c cvs rdiff -u -r1.8.14.1 -r1.8.14.1.2.1 src/games/hack/hack.fight.c cvs rdiff -u -r1.10.42.1 -r1.10.42.1.2.1 src/games/hack/hack.h cvs rdiff -u -r1.10.30.2 -r1.10.30.2.2.1 src/games/hack/hack.invent.c cvs rdiff -u -r1.10.14.2 -r1.10.14.2.2.1 src/games/hack/hack.main.c cvs rdiff -u -r1.7.14.1 -r1.7.14.1.2.1 src/games/hack/hack.objnam.c cvs rdiff -u -r1.7.42.1 -r1.7.42.1.2.1 src/games/hack/hack.options.c cvs rdiff -u -r1.8.14.2 -r1.8.14.2.2.1 src/games/hack/hack.rip.c \ src/games/hack/hack.topl.c cvs rdiff -u -r1.8.30.1 -r1.8.30.1.2.1 src/games/hack/hack.shk.c cvs rdiff -u -r1.9.42.2 -r1.9.42.2.2.1 src/games/hack/hack.unix.c cvs rdiff -u -r1.9.14.1 -r1.9.14.1.2.1 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.14 -r1.14.16.1 src/games/rogue/monster.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/include
Module Name:src Committed By: matt Date: Wed Apr 21 05:26:00 UTC 2010 Modified Files: src/include [matt-nb5-mips64]: dlfcn.h link_elf.h math.h paths.h util.h Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.16.1 src/include/dlfcn.h cvs rdiff -u -r1.7 -r1.7.36.1 src/include/link_elf.h cvs rdiff -u -r1.47 -r1.47.16.1 src/include/math.h cvs rdiff -u -r1.34 -r1.34.12.1 src/include/paths.h cvs rdiff -u -r1.49 -r1.49.18.1 src/include/util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/libexec
Module Name:src Committed By: matt Date: Wed Apr 21 05:26:10 UTC 2010 Modified Files: src/libexec/ftpd [matt-nb5-mips64]: popen.c version.h src/libexec/ld.elf_so [matt-nb5-mips64]: map_object.c reloc.c rtld.c rtld.h symbol.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.34.10.1 src/libexec/ftpd/popen.c cvs rdiff -u -r1.70 -r1.70.10.1 src/libexec/ftpd/version.h cvs rdiff -u -r1.36.4.1 -r1.36.4.1.4.1 src/libexec/ld.elf_so/map_object.c cvs rdiff -u -r1.96 -r1.96.10.1 src/libexec/ld.elf_so/reloc.c cvs rdiff -u -r1.123 -r1.123.8.1 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.79 -r1.79.10.1 src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r1.47 -r1.47.10.1 src/libexec/ld.elf_so/symbol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/regress/lib/libevent
Module Name:src Committed By: matt Date: Wed Apr 21 05:26:20 UTC 2010 Modified Files: src/regress/lib/libevent [matt-nb5-mips64]: regress.c regress.gen.c regress.gen.h regress_dns.c regress_http.c regress_rpc.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.14.1 src/regress/lib/libevent/regress.c \ src/regress/lib/libevent/regress.gen.c \ src/regress/lib/libevent/regress.gen.h \ src/regress/lib/libevent/regress_dns.c \ src/regress/lib/libevent/regress_http.c \ src/regress/lib/libevent/regress_rpc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sbin
Module Name:src Committed By: matt Date: Wed Apr 21 05:26:35 UTC 2010 Modified Files: src/sbin/atactl [matt-nb5-mips64]: atactl.c src/sbin/dkctl [matt-nb5-mips64]: dkctl.8 dkctl.c src/sbin/drvctl [matt-nb5-mips64]: drvctl.8 drvctl.c src/sbin/fdisk [matt-nb5-mips64]: fdisk.c src/sbin/fsck_ext2fs [matt-nb5-mips64]: main.c src/sbin/fsck_ffs [matt-nb5-mips64]: extern.h setup.c wapbl.c src/sbin/ifconfig [matt-nb5-mips64]: af_link.c ifconfig.8 ifconfig.c parse.c util.c util.h vlan.c src/sbin/newfs [matt-nb5-mips64]: newfs.c src/sbin/newfs_msdos [matt-nb5-mips64]: newfs_msdos.c src/sbin/newfs_udf [matt-nb5-mips64]: newfs_udf.8 udf_create.c src/sbin/ping [matt-nb5-mips64]: ping.c src/sbin/raidctl [matt-nb5-mips64]: raidctl.8 raidctl.c src/sbin/savecore [matt-nb5-mips64]: savecore.c src/sbin/tunefs [matt-nb5-mips64]: tunefs.c src/sbin/wsconsctl [matt-nb5-mips64]: wsconsctl.8 Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.52.8.1 src/sbin/atactl/atactl.c cvs rdiff -u -r1.17 -r1.17.32.1 src/sbin/dkctl/dkctl.8 cvs rdiff -u -r1.16 -r1.16.32.1 src/sbin/dkctl/dkctl.c cvs rdiff -u -r1.5 -r1.5.16.1 src/sbin/drvctl/drvctl.8 cvs rdiff -u -r1.6 -r1.6.16.1 src/sbin/drvctl/drvctl.c cvs rdiff -u -r1.116.6.1 -r1.116.6.1.4.1 src/sbin/fdisk/fdisk.c cvs rdiff -u -r1.32 -r1.32.8.1 src/sbin/fsck_ext2fs/main.c cvs rdiff -u -r1.24 -r1.24.8.1 src/sbin/fsck_ffs/extern.h cvs rdiff -u -r1.84 -r1.84.8.1 src/sbin/fsck_ffs/setup.c cvs rdiff -u -r1.2 -r1.2.10.1 src/sbin/fsck_ffs/wapbl.c cvs rdiff -u -r1.3 -r1.3.8.1 src/sbin/ifconfig/af_link.c cvs rdiff -u -r1.94 -r1.94.8.1 src/sbin/ifconfig/ifconfig.8 cvs rdiff -u -r1.213.2.1 -r1.213.2.1.4.1 src/sbin/ifconfig/ifconfig.c cvs rdiff -u -r1.12 -r1.12.6.1 src/sbin/ifconfig/parse.c cvs rdiff -u -r1.8 -r1.8.6.1 src/sbin/ifconfig/util.c cvs rdiff -u -r1.6 -r1.6.8.1 src/sbin/ifconfig/util.h cvs rdiff -u -r1.12 -r1.12.8.1 src/sbin/ifconfig/vlan.c cvs rdiff -u -r1.102 -r1.102.8.1 src/sbin/newfs/newfs.c cvs rdiff -u -r1.27.2.2 -r1.27.2.2.4.1 src/sbin/newfs_msdos/newfs_msdos.c cvs rdiff -u -r1.4.4.1 -r1.4.4.1.4.1 src/sbin/newfs_udf/newfs_udf.8 cvs rdiff -u -r1.12.4.2 -r1.12.4.2.4.1 src/sbin/newfs_udf/udf_create.c cvs rdiff -u -r1.87 -r1.87.16.1 src/sbin/ping/ping.c cvs rdiff -u -r1.56 -r1.56.8.1 src/sbin/raidctl/raidctl.8 cvs rdiff -u -r1.39.4.1 -r1.39.4.1.4.1 src/sbin/raidctl/raidctl.c cvs rdiff -u -r1.76.2.1 -r1.76.2.1.4.1 src/sbin/savecore/savecore.c cvs rdiff -u -r1.37 -r1.37.8.1 src/sbin/tunefs/tunefs.c cvs rdiff -u -r1.25.6.1 -r1.25.6.1.2.1 src/sbin/wsconsctl/wsconsctl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/share
Module Name:src Committed By: matt Date: Wed Apr 21 05:26:47 UTC 2010 Modified Files: src/share/dict [matt-nb5-mips64]: Makefile src/share/locale [matt-nb5-mips64]: Makefile.locale src/share/locale/ctype [matt-nb5-mips64]: Makefile src/share/locale/messages [matt-nb5-mips64]: Makefile src/share/locale/monetary [matt-nb5-mips64]: Makefile src/share/locale/numeric [matt-nb5-mips64]: Makefile src/share/locale/time [matt-nb5-mips64]: Makefile src/share/man/man4 [matt-nb5-mips64]: Makefile ath.4 audio.4 bcsp.4 btuart.4 crypto.4 drm.4 envsys.4 faith.4 ld.4 mfi.4 pms.4 uftdi.4 ums.4 src/share/man/man4/man4.sparc64 [matt-nb5-mips64]: Makefile sab.4 src/share/man/man7 [matt-nb5-mips64]: release.7 sysctl.7 src/share/man/man8 [matt-nb5-mips64]: MAKEDEV.8 afterboot.8 src/share/man/man8/man8.atari [matt-nb5-mips64]: binpatch.8 src/share/man/man9 [matt-nb5-mips64]: opencrypto.9 panic.9 sysmon_envsys.9 src/share/mk [matt-nb5-mips64]: bsd.README bsd.hostprog.mk bsd.links.mk bsd.man.mk bsd.own.mk bsd.x11.mk src/share/zoneinfo [matt-nb5-mips64]: Makefile Added Files: src/share/man/man4 [matt-nb5-mips64]: age.4 ale.4 atphy.4 gcscaudio.4 hdaudio.4 sdhc.4 sdmmc.4 wb.4 src/share/man/man4/man4.sparc64 [matt-nb5-mips64]: lom.4 Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.16.42.1 -r1.16.42.1.2.1 src/share/dict/Makefile cvs rdiff -u -r1.1.2.2 -r1.1.2.2.4.1 src/share/locale/Makefile.locale cvs rdiff -u -r1.27.2.1 -r1.27.2.1.4.1 src/share/locale/ctype/Makefile cvs rdiff -u -r1.4.4.1 -r1.4.4.1.4.1 src/share/locale/messages/Makefile cvs rdiff -u -r1.4.4.1 -r1.4.4.1.4.1 src/share/locale/monetary/Makefile cvs rdiff -u -r1.3.4.1 -r1.3.4.1.4.1 src/share/locale/numeric/Makefile cvs rdiff -u -r1.4.4.1 -r1.4.4.1.4.1 src/share/locale/time/Makefile cvs rdiff -u -r1.482.2.1 -r1.482.2.1.4.1 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.4.2.2 src/share/man/man4/age.4 src/share/man/man4/ale.4 cvs rdiff -u -r1.20 -r1.20.18.1 src/share/man/man4/ath.4 cvs rdiff -u -r0 -r1.2.6.2 src/share/man/man4/atphy.4 cvs rdiff -u -r1.68 -r1.68.8.1 src/share/man/man4/audio.4 cvs rdiff -u -r1.3 -r1.3.12.1 src/share/man/man4/bcsp.4 cvs rdiff -u -r1.6 -r1.6.12.1 src/share/man/man4/btuart.4 cvs rdiff -u -r1.14 -r1.14.10.1 src/share/man/man4/crypto.4 cvs rdiff -u -r1.4 -r1.4.24.1 src/share/man/man4/drm.4 cvs rdiff -u -r1.41 -r1.41.10.1 src/share/man/man4/envsys.4 cvs rdiff -u -r1.10 -r1.10.46.1 src/share/man/man4/faith.4 cvs rdiff -u -r0 -r1.1.6.2 src/share/man/man4/gcscaudio.4 cvs rdiff -u -r0 -r1.5.2.2 src/share/man/man4/hdaudio.4 cvs rdiff -u -r1.16 -r1.16.10.1 src/share/man/man4/ld.4 cvs rdiff -u -r1.7 -r1.7.14.1 src/share/man/man4/mfi.4 cvs rdiff -u -r1.21 -r1.21.38.1 src/share/man/man4/pms.4 cvs rdiff -u -r0 -r1.3.2.2 src/share/man/man4/sdhc.4 cvs rdiff -u -r0 -r1.4.4.2 src/share/man/man4/sdmmc.4 cvs rdiff -u -r1.12 -r1.12.10.1 src/share/man/man4/uftdi.4 cvs rdiff -u -r1.8 -r1.8.10.1 src/share/man/man4/ums.4 cvs rdiff -u -r0 -r1.2.4.2 src/share/man/man4/wb.4 cvs rdiff -u -r1.4 -r1.4.24.1 src/share/man/man4/man4.sparc64/Makefile cvs rdiff -u -r0 -r1.4.2.2 src/share/man/man4/man4.sparc64/lom.4 cvs rdiff -u -r1.3 -r1.3.10.1 src/share/man/man4/man4.sparc64/sab.4 cvs rdiff -u -r1.25 -r1.25.10.1 src/share/man/man7/release.7 cvs rdiff -u -r1.16.2.1.2.1 -r1.16.2.1.2.1.2.1 src/share/man/man7/sysctl.7 cvs rdiff -u -r1.32 -r1.32.6.1 src/share/man/man8/MAKEDEV.8 cvs rdiff -u -r1.38.6.2 -r1.38.6.2.2.1 src/share/man/man8/afterboot.8 cvs rdiff -u -r1.5 -r1.5.48.1 src/share/man/man8/man8.atari/binpatch.8 cvs rdiff -u -r1.5 -r1.5.24.1 src/share/man/man9/opencrypto.9 cvs rdiff -u -r1.17 -r1.17.32.1 src/share/man/man9/panic.9 cvs rdiff -u -r1.19 -r1.19.8.1 src/share/man/man9/sysmon_envsys.9 cvs rdiff -u -r1.236.2.7.2.1 -r1.236.2.7.2.1.2.1 src/share/mk/bsd.README cvs rdiff -u -r1.53.4.1 -r1.53.4.1.2.1 src/share/mk/bsd.hostprog.mk cvs rdiff -u -r1.32.28.1 -r1.32.28.1.2.1 src/share/mk/bsd.links.mk cvs rdiff -u -r1.98.6.1 -r1.98.6.1.2.1 src/share/mk/bsd.man.mk cvs rdiff -u -r1.542.2.9.4.4 -r1.542.2.9.4.5 src/share/mk/bsd.own.mk cvs rdiff -u -r1.70.2.1 -r1.70.2.1.4.1 src/share/mk/bsd.x11.mk cvs rdiff -u -r1.42.16.1 -r1.42.16.1.2.1 src/share/zoneinfo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/tools/compat
Module Name:src Committed By: matt Date: Wed Apr 21 05:27:00 UTC 2010 Modified Files: src/tools/compat [matt-nb5-mips64]: compat_defs.h getmode.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.67.2.1 -r1.67.2.1.4.1 src/tools/compat/compat_defs.h cvs rdiff -u -r1.7 -r1.7.10.1 src/tools/compat/getmode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/usr.bin
Module Name:src Committed By: matt Date: Wed Apr 21 05:27:13 UTC 2010 Modified Files: src/usr.bin/audio/common [matt-nb5-mips64]: libaudio.h wav.c src/usr.bin/btkey [matt-nb5-mips64]: btkey.c device.c src/usr.bin/btpin [matt-nb5-mips64]: btpin.1 btpin.c src/usr.bin/chflags [matt-nb5-mips64]: chflags.1 src/usr.bin/ctags [matt-nb5-mips64]: C.c ctags.h fortran.c lisp.c print.c yacc.c src/usr.bin/gencat [matt-nb5-mips64]: gencat.c src/usr.bin/gzip [matt-nb5-mips64]: gzip.c unbzip2.c src/usr.bin/ktruss [matt-nb5-mips64]: dump.c src/usr.bin/ldd [matt-nb5-mips64]: ldd.c src/usr.bin/less/less [matt-nb5-mips64]: cmdbuf.c src/usr.bin/lex [matt-nb5-mips64]: flex.skl initscan.c src/usr.bin/man [matt-nb5-mips64]: man.1 man.c src/usr.bin/mixerctl [matt-nb5-mips64]: mixerctl.1 src/usr.bin/netstat [matt-nb5-mips64]: netstat.1 src/usr.bin/newsyslog [matt-nb5-mips64]: newsyslog.c src/usr.bin/passwd [matt-nb5-mips64]: pam_passwd.c src/usr.bin/paste [matt-nb5-mips64]: paste.c src/usr.bin/pmap [matt-nb5-mips64]: pmap.c src/usr.bin/printenv [matt-nb5-mips64]: printenv.c src/usr.bin/printf [matt-nb5-mips64]: printf.c src/usr.bin/pwhash [matt-nb5-mips64]: pwhash.1 src/usr.bin/sort [matt-nb5-mips64]: Makefile append.c fields.c files.c fsort.c fsort.h init.c msort.c sort.1 sort.c sort.h tmp.c src/usr.bin/systat [matt-nb5-mips64]: syscall.c vmstat.c src/usr.bin/wc [matt-nb5-mips64]: wc.1 wc.c src/usr.bin/window [matt-nb5-mips64]: ttgeneric.c window.1 src/usr.bin/xinstall [matt-nb5-mips64]: xinstall.c Added Files: src/usr.bin/gzip [matt-nb5-mips64]: unpack.c src/usr.bin/sort [matt-nb5-mips64]: radix_sort.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.10.1 src/usr.bin/audio/common/libaudio.h cvs rdiff -u -r1.8 -r1.8.10.1 src/usr.bin/audio/common/wav.c cvs rdiff -u -r1.2 -r1.2.10.1 src/usr.bin/btkey/btkey.c cvs rdiff -u -r1.2 -r1.2.18.1 src/usr.bin/btkey/device.c cvs rdiff -u -r1.7 -r1.7.18.1 src/usr.bin/btpin/btpin.1 cvs rdiff -u -r1.4 -r1.4.10.1 src/usr.bin/btpin/btpin.c cvs rdiff -u -r1.17 -r1.17.46.1 src/usr.bin/chflags/chflags.1 cvs rdiff -u -r1.15 -r1.15.34.1 src/usr.bin/ctags/C.c cvs rdiff -u -r1.8 -r1.8.40.1 src/usr.bin/ctags/ctags.h cvs rdiff -u -r1.10 -r1.10.40.1 src/usr.bin/ctags/fortran.c \ src/usr.bin/ctags/lisp.c cvs rdiff -u -r1.9 -r1.9.40.1 src/usr.bin/ctags/print.c cvs rdiff -u -r1.11 -r1.11.34.1 src/usr.bin/ctags/yacc.c cvs rdiff -u -r1.25 -r1.25.10.1 src/usr.bin/gencat/gencat.c cvs rdiff -u -r1.93 -r1.93.10.1 src/usr.bin/gzip/gzip.c cvs rdiff -u -r1.11 -r1.11.12.1 src/usr.bin/gzip/unbzip2.c cvs rdiff -u -r0 -r1.1.4.2 src/usr.bin/gzip/unpack.c cvs rdiff -u -r1.29 -r1.29.8.1 src/usr.bin/ktruss/dump.c cvs rdiff -u -r1.2.12.2.4.1 -r1.2.12.2.4.2 src/usr.bin/ldd/ldd.c cvs rdiff -u -r1.7 -r1.7.30.1 src/usr.bin/less/less/cmdbuf.c cvs rdiff -u -r1.22 -r1.22.34.1 src/usr.bin/lex/flex.skl cvs rdiff -u -r1.17 -r1.17.46.1 src/usr.bin/lex/initscan.c cvs rdiff -u -r1.20 -r1.20.34.1 src/usr.bin/man/man.1 cvs rdiff -u -r1.37 -r1.37.10.1 src/usr.bin/man/man.c cvs rdiff -u -r1.23 -r1.23.10.1 src/usr.bin/mixerctl/mixerctl.1 cvs rdiff -u -r1.48.12.1 -r1.48.12.1.4.1 src/usr.bin/netstat/netstat.1 cvs rdiff -u -r1.53.10.1 -r1.53.10.1.4.1 src/usr.bin/newsyslog/newsyslog.c cvs rdiff -u -r1.4 -r1.4.24.1 src/usr.bin/passwd/pam_passwd.c cvs rdiff -u -r1.14 -r1.14.10.1 src/usr.bin/paste/paste.c cvs rdiff -u -r1.41.10.1 -r1.41.10.2 src/usr.bin/pmap/pmap.c cvs rdiff -u -r1.9 -r1.9.10.1 src/usr.bin/printenv/printenv.c cvs rdiff -u -r1.33 -r1.33.10.1 src/usr.bin/printf/printf.c cvs rdiff -u -r1.5 -r1.5.40.1 src/usr.bin/pwhash/pwhash.1 cvs rdiff -u -r1.5 -r1.5.46.1 src/usr.bin/sort/Makefile cvs rdiff -u -r1.14 -r1.14.12.1 src/usr.bin/sort/append.c cvs rdiff -u -r1.19 -r1.19.12.1 src/usr.bin/sort/fields.c \ src/usr.bin/sort/sort.h cvs rdiff -u -r1.26 -r1.26.12.1 src/usr.bin/sort/files.c \ src/usr.bin/sort/sort.1 cvs rdiff -u -r1.32 -r1.32.12.1 src/usr.bin/sort/fsort.c cvs rdiff -u -r1.13 -r1.13.12.1 src/usr.bin/sort/fsort.h \ src/usr.bin/sort/tmp.c cvs rdiff -u -r1.18 -r1.18.12.1 src/usr.bin/sort/init.c \ src/usr.bin/sort/msort.c cvs rdiff -u -r0 -r1.4.4.2 src/usr.bin/sort/radix_sort.c cvs rdiff -u -r1.46 -r1.46.8.1 src/usr.bin/sort/sort.c cvs rdiff -u -r1.5 -r1.5.12.1 src/usr.bin/systat/syscall.c cvs rdiff -u -r1.71 -r1.71.10.1 src/usr.bin/systat/vmstat.c cvs rdiff -u -r1.13 -r1.13.46.1 src/usr.bin/wc/wc.1 cvs rdiff -u -r1.31 -r1.31.10.1 src/usr.bin/wc/wc.c cvs rdiff -u -r1.9 -r1.9.46.1 src/usr.bin/window/ttgeneric.c cvs rdiff -u -r1.15 -r1.15.46.1 src/usr.bin/window/window.1 cvs rdiff -u -r1.103.6.1 -r1.103.6.1.2.1 src/usr.bin/xinstall/xinstall.c Please note that diffs are not public domain; they are subject to the copyr
CVS commit: [matt-nb5-mips64] src/usr.sbin
Module Name:src Committed By: matt Date: Wed Apr 21 05:27:22 UTC 2010 Modified Files: src/usr.sbin [matt-nb5-mips64]: Makefile src/usr.sbin/acpitools/aml [matt-nb5-mips64]: aml_name.c src/usr.sbin/acpitools/amldb [matt-nb5-mips64]: amldb.8 src/usr.sbin/altq/libaltq [matt-nb5-mips64]: qop_hfsc.c src/usr.sbin/bind/nsupdate [matt-nb5-mips64]: Makefile src/usr.sbin/cpuctl/arch [matt-nb5-mips64]: i386.c src/usr.sbin/makefs [matt-nb5-mips64]: cd9660.c cd9660.h src/usr.sbin/makefs/cd9660 [matt-nb5-mips64]: cd9660_write.c iso9660_rrip.c iso9660_rrip.h src/usr.sbin/mdsetimage [matt-nb5-mips64]: exec_aout.c exec_coff.c exec_ecoff.c exec_elf32.c mdsetimage.c src/usr.sbin/postinstall [matt-nb5-mips64]: postinstall src/usr.sbin/pppd/pppd [matt-nb5-mips64]: sys-bsd.c src/usr.sbin/pstat [matt-nb5-mips64]: pstat.c src/usr.sbin/puffs/mount_sysctlfs [matt-nb5-mips64]: sysctlfs.c src/usr.sbin/racoonctl [matt-nb5-mips64]: Makefile src/usr.sbin/repquota [matt-nb5-mips64]: repquota.c src/usr.sbin/rpc.lockd [matt-nb5-mips64]: lockd_lock.c src/usr.sbin/schedctl [matt-nb5-mips64]: schedctl.c src/usr.sbin/user [matt-nb5-mips64]: user.c src/usr.sbin/wpa/wpa_supplicant [matt-nb5-mips64]: Makefile wpa_supplicant.8 Added Files: src/usr.sbin/hdaudioctl [matt-nb5-mips64]: Makefile graph.c hdaudioctl.8 hdaudioctl.c hdaudioctl.h Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.237.4.1 -r1.237.4.1.4.1 src/usr.sbin/Makefile cvs rdiff -u -r1.3 -r1.3.16.1 src/usr.sbin/acpitools/aml/aml_name.c cvs rdiff -u -r1.3 -r1.3.14.1 src/usr.sbin/acpitools/amldb/amldb.8 cvs rdiff -u -r1.8 -r1.8.30.1 src/usr.sbin/altq/libaltq/qop_hfsc.c cvs rdiff -u -r1.5 -r1.5.38.1 src/usr.sbin/bind/nsupdate/Makefile cvs rdiff -u -r1.13.2.2 -r1.13.2.2.4.1 src/usr.sbin/cpuctl/arch/i386.c cvs rdiff -u -r0 -r1.1.4.2 src/usr.sbin/hdaudioctl/Makefile \ src/usr.sbin/hdaudioctl/graph.c src/usr.sbin/hdaudioctl/hdaudioctl.c \ src/usr.sbin/hdaudioctl/hdaudioctl.h cvs rdiff -u -r0 -r1.2.4.2 src/usr.sbin/hdaudioctl/hdaudioctl.8 cvs rdiff -u -r1.22.2.1 -r1.22.2.1.4.1 src/usr.sbin/makefs/cd9660.c cvs rdiff -u -r1.12 -r1.12.8.1 src/usr.sbin/makefs/cd9660.h cvs rdiff -u -r1.9 -r1.9.8.1 src/usr.sbin/makefs/cd9660/cd9660_write.c cvs rdiff -u -r1.4 -r1.4.22.1 src/usr.sbin/makefs/cd9660/iso9660_rrip.c cvs rdiff -u -r1.4 -r1.4.30.1 src/usr.sbin/makefs/cd9660/iso9660_rrip.h cvs rdiff -u -r1.6 -r1.6.46.1 src/usr.sbin/mdsetimage/exec_aout.c cvs rdiff -u -r1.5 -r1.5.46.1 src/usr.sbin/mdsetimage/exec_coff.c \ src/usr.sbin/mdsetimage/exec_ecoff.c cvs rdiff -u -r1.9 -r1.9.46.1 src/usr.sbin/mdsetimage/exec_elf32.c cvs rdiff -u -r1.18 -r1.18.10.1 src/usr.sbin/mdsetimage/mdsetimage.c cvs rdiff -u -r1.76.2.16.2.2 -r1.76.2.16.2.2.2.1 \ src/usr.sbin/postinstall/postinstall cvs rdiff -u -r1.58.2.1 -r1.58.2.1.4.1 src/usr.sbin/pppd/pppd/sys-bsd.c cvs rdiff -u -r1.110.4.2 -r1.110.4.2.4.1 src/usr.sbin/pstat/pstat.c cvs rdiff -u -r1.9.6.1 -r1.9.6.1.2.1 \ src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c cvs rdiff -u -r1.2.12.1 -r1.2.12.1.2.1 src/usr.sbin/racoonctl/Makefile cvs rdiff -u -r1.23 -r1.23.10.1 src/usr.sbin/repquota/repquota.c cvs rdiff -u -r1.28 -r1.28.16.1 src/usr.sbin/rpc.lockd/lockd_lock.c cvs rdiff -u -r1.12.4.1 -r1.12.4.1.2.1 src/usr.sbin/schedctl/schedctl.c cvs rdiff -u -r1.120.4.1 -r1.120.4.1.4.1 src/usr.sbin/user/user.c cvs rdiff -u -r1.10.2.1 -r1.10.2.1.4.1 \ src/usr.sbin/wpa/wpa_supplicant/Makefile cvs rdiff -u -r1.5 -r1.5.32.1 \ src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/lib
Module Name:src Committed By: matt Date: Wed Apr 21 05:28:11 UTC 2010 Modified Files: src/lib/libc [matt-nb5-mips64]: shlib_version src/lib/libc/arch/m68k/sys [matt-nb5-mips64]: cerror.S src/lib/libc/dlfcn [matt-nb5-mips64]: dlfcn_elf.c src/lib/libc/gdtoa [matt-nb5-mips64]: gdtoaimp.h src/lib/libc/gen [matt-nb5-mips64]: fts.c src/lib/libc/hash/sha2 [matt-nb5-mips64]: Makefile.inc sha2.3 sha224hl.c src/lib/libc/include [matt-nb5-mips64]: namespace.h src/lib/libc/locale [matt-nb5-mips64]: generic_lc_all.c src/lib/libc/net [matt-nb5-mips64]: getifaddrs.3 getifaddrs.c src/lib/libc/stdio [matt-nb5-mips64]: vfwprintf.c src/lib/libc/stdlib [matt-nb5-mips64]: getsubopt.3 jemalloc.c strtol.3 strtoul.3 src/lib/libc/sys [matt-nb5-mips64]: getrlimit.2 intro.2 semctl.2 shmctl.2 src/lib/libc/thread-stub [matt-nb5-mips64]: __isthreaded.c src/lib/libcrypto [matt-nb5-mips64]: sha.inc shlib_version src/lib/libcurses [matt-nb5-mips64]: curses.h keypad.c src/lib/libdns [matt-nb5-mips64]: Makefile shlib_version src/lib/libedit [matt-nb5-mips64]: common.c src/lib/libevent [matt-nb5-mips64]: Makefile buffer.c config.h evbuffer.c evdns.c evdns.h event.c event.h event_tagging.c evhttp.h evrpc.c evrpc.h evsignal.h evutil.c evutil.h http-internal.h http.c kqueue.c log.c min_heap.h poll.c shlib_version signal.c src/lib/libisc [matt-nb5-mips64]: Makefile shlib_version src/lib/libm [matt-nb5-mips64]: Makefile shlib_version src/lib/libm/src [matt-nb5-mips64]: k_standard.c src/lib/libpam/modules/pam_unix [matt-nb5-mips64]: pam_unix.c src/lib/libpthread [matt-nb5-mips64]: pthread.c pthread_cancelstub.c pthread_misc.c src/lib/libpuffs [matt-nb5-mips64]: creds.c dispatcher.c puffs.3 puffs.c puffs.h shlib_version src/lib/libterm [matt-nb5-mips64]: termcap.3 termcap.c src/lib/libutil [matt-nb5-mips64]: opendisk.c Added Files: src/lib/libm/man [matt-nb5-mips64]: fdim.3 fmax.3 src/lib/libm/src [matt-nb5-mips64]: s_fdim.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c s_fminf.c s_fminl.c Log Message: sync to netbsd-5 To generate a diff of this commit: cvs rdiff -u -r1.204.8.1 -r1.204.8.1.2.1 src/lib/libc/shlib_version cvs rdiff -u -r1.14 -r1.14.46.1 src/lib/libc/arch/m68k/sys/cerror.S cvs rdiff -u -r1.5 -r1.5.40.1 src/lib/libc/dlfcn/dlfcn_elf.c cvs rdiff -u -r1.6 -r1.6.26.1 src/lib/libc/gdtoa/gdtoaimp.h cvs rdiff -u -r1.34.4.1 -r1.34.4.1.4.1 src/lib/libc/gen/fts.c cvs rdiff -u -r1.3.34.1 -r1.3.34.1.2.1 src/lib/libc/hash/sha2/Makefile.inc cvs rdiff -u -r1.4.32.1 -r1.4.32.1.2.1 src/lib/libc/hash/sha2/sha2.3 cvs rdiff -u -r1.1.2.2 -r1.1.2.2.2.1 src/lib/libc/hash/sha2/sha224hl.c cvs rdiff -u -r1.133.6.1 -r1.133.6.1.2.1 src/lib/libc/include/namespace.h cvs rdiff -u -r1.2.2.2 -r1.2.2.2.4.1 src/lib/libc/locale/generic_lc_all.c cvs rdiff -u -r1.8 -r1.8.46.1 src/lib/libc/net/getifaddrs.3 cvs rdiff -u -r1.11 -r1.11.20.1 src/lib/libc/net/getifaddrs.c cvs rdiff -u -r1.13.4.1 -r1.13.4.1.4.1 src/lib/libc/stdio/vfwprintf.c cvs rdiff -u -r1.11 -r1.11.46.1 src/lib/libc/stdlib/getsubopt.3 cvs rdiff -u -r1.19 -r1.19.12.1 src/lib/libc/stdlib/jemalloc.c cvs rdiff -u -r1.22.44.1 -r1.22.44.1.2.1 src/lib/libc/stdlib/strtol.3 cvs rdiff -u -r1.19.44.1 -r1.19.44.1.2.1 src/lib/libc/stdlib/strtoul.3 cvs rdiff -u -r1.29.38.1 -r1.29.38.1.2.1 src/lib/libc/sys/getrlimit.2 cvs rdiff -u -r1.49.14.2 -r1.49.14.2.2.1 src/lib/libc/sys/intro.2 cvs rdiff -u -r1.17 -r1.17.14.1 src/lib/libc/sys/semctl.2 cvs rdiff -u -r1.19 -r1.19.26.1 src/lib/libc/sys/shmctl.2 cvs rdiff -u -r1.2 -r1.2.34.1 src/lib/libc/thread-stub/__isthreaded.c cvs rdiff -u -r1.9.16.1 -r1.9.16.1.2.1 src/lib/libcrypto/sha.inc cvs rdiff -u -r1.14.6.1 -r1.14.6.1.2.1 src/lib/libcrypto/shlib_version cvs rdiff -u -r1.93 -r1.93.14.1 src/lib/libcurses/curses.h cvs rdiff -u -r1.10 -r1.10.24.1 src/lib/libcurses/keypad.c cvs rdiff -u -r1.4 -r1.4.10.1 src/lib/libdns/Makefile cvs rdiff -u -r1.3 -r1.3.8.1 src/lib/libdns/shlib_version cvs rdiff -u -r1.21 -r1.21.10.1 src/lib/libedit/common.c cvs rdiff -u -r1.4 -r1.4.10.1 src/lib/libevent/Makefile \ src/lib/libevent/buffer.c src/lib/libevent/evbuffer.c cvs rdiff -u -r1.3 -r1.3.10.1 src/lib/libevent/config.h \ src/lib/libevent/evsignal.h cvs rdiff -u -r1.1.8.1 -r1.1.8.1.4.1 src/lib/libevent/evdns.c cvs rdiff -u -r1.1 -r1.1.14.1 src/lib/libevent/evdns.h \ src/lib/libevent/event_tagging.c src/lib/libevent/evhttp.h \ src/lib/libevent/evrpc.c src/lib/libevent/evrpc.h \ src/lib/libevent/evutil.c src/lib/libevent/evutil.h \ src/lib/libevent/http-internal.h src/lib/libevent/http.c \ src/lib/libevent/min_heap.h cvs rdiff -u -r1.9 -r1.9.10.1 src/lib/libevent/event.c cvs rdiff -u -r1.5 -r1.5.10.1 src/lib/libevent/event.h cvs rdiff -u
CVS commit: src/share/man/man8
Module Name:src Committed By: jruoho Date: Wed Apr 21 05:39:13 UTC 2010 Modified Files: src/share/man/man8: security.8 Log Message: Add a paragraph also for "FORTIFY_SOURCE" (or USE_FORT). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/share/man/man8/security.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: jruoho Date: Wed Apr 21 05:40:59 UTC 2010 Modified Files: src/share/man/man8: security.8 Log Message: Fix a typo noted by w...@. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man8/security.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: jruoho Date: Wed Apr 21 05:49:36 UTC 2010 Modified Files: src/share/man/man8: security.8 Log Message: Refer to the generic ssp(3) instead of the specific __builtin_object_size(3). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man8/security.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: wiz Date: Wed Apr 21 05:53:32 UTC 2010 Modified Files: src/share/man/man8: security.8 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man8/security.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: jruoho Date: Wed Apr 21 06:00:07 UTC 2010 Modified Files: src/share/man/man8: security.8 Log Message: Finally, add FORTIFY_SOURCE also to the "table of contents". To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man8/security.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.