CVS commit: src
Module Name:src Committed By: njoly Date: Mon Nov 12 09:03:52 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: Adjust for tests/lib/{libbpfjit,libsljit} debug entries. To generate a diff of this commit: cvs rdiff -u -r1.503 -r1.504 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.86 -r1.87 src/etc/mtree/NetBSD.dist.tests 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: hannken Date: Mon Nov 12 11:00:07 UTC 2012 Modified Files: src/sys/kern: vfs_vnode.c vfs_vnops.c Log Message: Bring back Manuel Bouyers patch to resolve races between vget() and vrelel() resulting in vget() returning dead vnodes. It is impossible to resolve these races in vn_lock(). Needs pullup to NetBSD-6. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/kern/vfs_vnode.c cvs rdiff -u -r1.185 -r1.186 src/sys/kern/vfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: skrll Date: Mon Nov 12 18:00:40 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpufunc.c db_trace.c linux_syscall.c undefined.c src/sys/arch/arm/arm32: cpu.c fault.c pmap.c stubs.c src/sys/arch/arm/at91: at91aic.c at91aicvar.h at91bus.c at91busvar.h at91dbgu.c at91dbgureg.h at91emac.c at91emacreg.h at91pdcvar.h at91pio.c at91pmc.c at91st.c at91streg.h at91tctmr.c at91usart.c at91usartvar.h src/sys/arch/arm/ep93xx: ep93xx_intr.c ep93xxvar.h epclk.c epcom.c epe.c epevar.h epohci.c eppcicvar.h epsoc.c epsocvar.h src/sys/arch/arm/fpe-arm: armfpe.h src/sys/arch/arm/imx: imxusb.c src/sys/arch/arm/include: bus_defs.h cpufunc.h fp.h src/sys/arch/arm/include/arm32: pmap.h src/sys/arch/arm/ixp12x0: ixp12x0_clk.c ixp12x0_com.c ixp12x0_intr.c ixp12x0var.h src/sys/arch/arm/omap: omap_gpio.c src/sys/arch/arm/s3c2xx0: s3c2440_dma.c src/sys/arch/arm/xscale: ixp425_intr.c ixp425_intr.h ixp425_pci.c ixp425_pci_space.c ixp425_timer.c ixp425reg.h ixp425var.h pxa2x0.c pxa2x0_ac97.c pxa2x0_apm.c pxa2x0_apm_asm.S pxa2x0_dmac.c pxa2x0_gpio.c pxa2x0_i2s.h src/sys/arch/evbarm/adi_brh: brh_7seg.c src/sys/arch/evbarm/armadillo: armadillo9_com.c armadillo9_machdep.c src/sys/arch/evbarm/devkit8000: if_dme_gpmc.c src/sys/arch/evbarm/g42xxeb: gb225_slhci.c src/sys/arch/evbarm/imx31: imx31lk_pcic.c src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c ixdp425_pci.c src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c nappi_nppb.c src/sys/arch/evbarm/lubbock: if_sm_obio.c sacc_obio.c src/sys/arch/evbarm/mini2440: if_dm_mini2440.c src/sys/arch/evbarm/mpcsa: mpcsa_leds.c src/sys/arch/evbarm/nslu2: nslu2_machdep.c nslu2_pci.c src/sys/arch/evbarm/smdk2xx0: if_cs_smdk24x0.c src/sys/arch/evbarm/tsarm: epcom_ts.c toastersensors.c tsarm_machdep.c tskp.c tslcd.c tspld.c Log Message: C99 types To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/arm/db_trace.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm/linux_syscall.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/arm/arm/undefined.c cvs rdiff -u -r1.87 -r1.88 src/sys/arch/arm/arm32/cpu.c cvs rdiff -u -r1.85 -r1.86 src/sys/arch/arm/arm32/fault.c cvs rdiff -u -r1.241 -r1.242 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/arm32/stubs.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/at91/at91aic.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/at91/at91aicvar.h \ src/sys/arch/arm/at91/at91dbgureg.h cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/at91/at91bus.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/at91/at91busvar.h \ src/sys/arch/arm/at91/at91pio.c src/sys/arch/arm/at91/at91pmc.c \ src/sys/arch/arm/at91/at91st.c src/sys/arch/arm/at91/at91usartvar.h cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/at91/at91dbgu.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/at91/at91emac.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91emacreg.h \ src/sys/arch/arm/at91/at91streg.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/at91/at91pdcvar.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/at91/at91tctmr.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/at91/at91usart.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/ep93xx/ep93xx_intr.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/ep93xx/ep93xxvar.h \ src/sys/arch/arm/ep93xx/epsocvar.h cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/ep93xx/epclk.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/ep93xx/epcom.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/ep93xx/epe.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/ep93xx/epevar.h \ src/sys/arch/arm/ep93xx/epohci.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/ep93xx/eppcicvar.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/ep93xx/epsoc.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/fpe-arm/armfpe.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/imx/imxusb.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/include/bus_defs.h cvs rdiff -u -r1.61 -r1.62 src/sys/arch/arm/include/cpufunc.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/include/fp.h cvs rdiff -u -r1.114 -r1.115 src/sys/arch/arm/include/arm32/pmap.h cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/ixp12x0/ixp12x0_clk.c cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/ixp12x0/ixp12x0_com.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/ixp12x0/ixp12x0_intr.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/ixp12x0/ixp12x0var.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/omap/omap_gpio.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/s3c2xx0/s3c2440_dma.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/xscale/ixp425_intr.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/ixp425_intr.h cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/ixp425_pci.c \ src/sys/arch/arm/xscale/ixp425_pci_space
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: kefren Date: Mon Nov 12 18:39:01 UTC 2012 Modified Files: src/usr.sbin/ldpd: Makefile conffile.c fsm.c ldp.h ldp_peer.c ldp_peer.h ldpd.8 main.c notifications.h socketops.c socketops.h tlv.h tlv_stack.c Log Message: * add initial IPv6 support - still incomplete at this moment, but it sends out there IPv6 hellos. Interoperability not yet tested. * sync man page with reality To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ldpd/Makefile \ src/usr.sbin/ldpd/conffile.c src/usr.sbin/ldpd/ldp.h \ src/usr.sbin/ldpd/ldp_peer.c cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/ldpd/fsm.c src/usr.sbin/ldpd/ldpd.8 cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/ldpd/ldp_peer.h \ src/usr.sbin/ldpd/notifications.h src/usr.sbin/ldpd/tlv.h cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/ldpd/main.c cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ldpd/socketops.c cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/ldpd/socketops.h cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/ldpd/tlv_stack.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: wiz Date: Mon Nov 12 22:46:59 UTC 2012 Modified Files: src/usr.sbin/ldpd: ldpd.8 Log Message: New sentence, new line. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/ldpd/ldpd.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: christos Date: Mon Nov 12 22:51:42 UTC 2012 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: fix the build; ssize_t is %zd not %lu To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/ldpd/socketops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: uwe Date: Mon Nov 12 23:11:05 UTC 2012 Modified Files: src/lib/libpthread: pthread_cond.3 pthread_mutex.3 pthread_once.3 pthread_rwlock.3 Log Message: Use .Vt type var No = Dv INITIALIZER; to provide examples of static initialization in SYNOPSIS section. .Va macro does the wrong thing (check groff PostScript output) and the need for .Pp kludge (now dropped) should have been an indication too. While here move static initialization example to be right after the declaration of *_init(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/pthread_cond.3 \ src/lib/libpthread/pthread_mutex.3 cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_once.3 cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_rwlock.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: uwe Date: Mon Nov 12 23:28:11 UTC 2012 Modified Files: src/lib/libpthread: pthread_once.3 Log Message: Refer to init_routine in the DESCRIPTION section with .Fa instead of .Fn To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libpthread/pthread_once.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: uwe Date: Mon Nov 12 23:34:50 UTC 2012 Modified Files: src/lib/libpthread: pthread_rwlock.3 Log Message: Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libpthread/pthread_rwlock.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jnemeth Date: Tue Nov 13 00:49:08 UTC 2012 Modified Files: src/share/man/man4: sk.4 Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/sk.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: jdf Date: Tue Nov 13 00:57:56 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Change home page of 'expat' package (see xmlwf(1) or http://sourceforge.net/projects/expat/ for reference). On behalf of Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r1.980 -r1.981 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: pgoyette Date: Tue Nov 13 01:08:52 UTC 2012 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: Repair another %lu --> %zd - this one was caught by building for evbmips port To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/ldpd/socketops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/ldpd
Module Name:src Committed By: kefren Date: Tue Nov 13 06:58:59 UTC 2012 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: Use local-link address as source for hellos To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/ldpd/socketops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.